/* Font Family*/
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

/*******************************************************************/
/* Global Style */
/*******************************************************************/

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

::-moz-selection {
    background-color: #2267d8;
    color: #ffffff;
}

::selection {
    background-color: #2267d8;
    color: #ffffff;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::after,
*::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:after,
*:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:focus {
    outline: none;
    text-decoration: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #333333;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

a:hover,
a.color,
.color,
.footer-dark-bg a.color,
.footer-light-bg a.color {
    color: #d00a0a;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #d00a0a;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: none;
    outline: none;
}



.bg-gray {
    background: #eee;
}

.bg-black {
    background: #333;
    color: #fff;
}

.bg-white {
    background: #fff;
    color: #333;
}

.bg-grey {
    background: #e8e8e8;
    color: #333;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.parallex-image {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.hidden{
    display: none !important;
}
br {
    font-size: 0;
    line-height: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #eee;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

hr.dark {
    border-top: 1px solid #444444;
}

b,
strong,
.strong {
    font-weight: 600;
}

.light {
    font-weight: lighter;
}

.italic {
    font-style: italic;
}

.capitale {
    text-transform: capitalize;
}

.uppercase {
    text-transform: capitalize;
}

i.left {
    margin-left: 5px;
}

i.right {
    margin-right: 5px;
}

small,
small a {
    font-size: 11px;
}

ul.list-inside {
    list-style: inside;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ul.list-none {
    list-style: none;
    margin-left: 0;
}

ul.list-none-ib li,
.list-none-ib {
    display: inline-block;
}

.text-center {
    text-align: center;
}


/*******************************************************************/
/* Heading Style */
/*******************************************************************/

h1,
h2,
h3,
h4,
h5,
h6,
h1.h1,
h2.h2,
h3.h3,
h4.h4,
h5.h5,
h6.h6,
h1.alt-title,
h2.alt-title,
h3.alt-title,
h4.alt-title,
h5.alt-title,
h6.alt-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 15px;
}



h1.h1,
h2.h2,
h3.h3,
h4.h4,
h5.h5,
h6.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
h1.h1 span,
h2.h2 span,
h3.h3 span,
h4.h4 span,
h5.h5 span,
h6.h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
    text-transform: none;
}

h1.normal,
h2.normal,
h3.normal,
h4.normal,
h5.normal,
h6.normal,
h1.h1.normal,
h2.h2.normal,
h3.h3.normal,
h4.h4.normal,
h5.h5.normal,
h6.h6.normal,
.h1.normal,
.h2.normal,
.h3.normal,
.h4.normal,
.h5.normal,
.h6.normal {
    font-weight: 300;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 16px;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg span,
.dark-bg label,
.dark-bg a,
.dark-bg i,
.footer-dark-bg h1,
.footer-dark-bg h2,
.footer-dark-bg h3,
.footer-dark-bg h4,
.footer-dark-bg h5,
.footer-dark-bg h6 {
    color: #fff;
}

.footer-dark-bg p,
.footer-dark-bg a {
    color: #acacac;
}

.footer-light-bg h1,
.footer-light-bg h2,
.footer-light-bg h3,
.footer-light-bg h4,
.footer-light-bg h5,
.footer-light-bg h6,
.footer-light-bg span,
.footer-light-bg label,
.footer-light-bg a,
.footer-light-bg p {
    color: #333;
}


.alt-title {
    font-weight: 400;
}


/** Paragraph **/

p {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
    color: #2d2d2d;
}

.x-small {
    font-size: 10px;
}

.small {
    font-size: 12px;
}

p.large {
    font-size: 16px;
}

p.x-large {
    font-size: 18px;
}

.blockquote {
    font-size: 16px;
    padding: 15px 0px 15px 15px;    
    font-weight: 500;
    font-style: italic;    
    margin-bottom: 0px;
    border: none;
}
 .blockquote:before {
    content: "Ã¯â€žÂ";
    font-family: FontAwesome;
    padding-right: 7px;
    font-size: 20px;
}
.blockquote::after {
    content: "Ã¯â€žÅ½";
    font-family: FontAwesome;
    padding-left: 7px;
    font-size: 20px;
}

/*******************************************************************/
/* Button Style */
/*******************************************************************/

.btn,
button {
    border-width: 1px;
    border-style: solid;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    font-family: "Hind", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.btn:focus,
button:focus {
    outline: none;
}

.btn i.left,
button i.left {
    margin-left: 5px;
}

.btn i.right,
button i.right {
    margin-right: 5px;
    margin-left: 0px;
}

.btn-xs {
    padding: 11px 30px;
    display: inline-block;
}

.btn-sm {
    padding: 13px 35px;
    display: inline-block;
}

.btn-md {
    padding: 15px 35px;
    display: inline-block;
}

.btn-lg {
    padding: 18px 45px;
    display: inline-block;
}

.btn-black {
    background-color: #333333;
    border-color: transparent;
    color: #fff !important;
}

.btn-green {
    background-color: #B5C700;
    border-color: transparent;
    color: #fff !important;
}

.btn-black:hover {
    background-color: #4b4b4b;
    border-color: transparent;
    color: #fff !important;
}

.btn-color {
    background-color: #2267d8;
    border-color: transparent;
    color: #fff !important;
}

.btn-color:hover {
    background-color: #b5c700;
    border-color: transparent;
    color: #fff !important;
}

.btn-gray {
    background-color: #EEEEEE;
    border-color: transparent;
    color: #222222 !important;
}

.btn-gray:hover {
    background-color: #F4F4F4;
    border-color: transparent;
    color: #222222 !important;
}

.btn-white {
    background-color: #FFFFFF;
    border-color: transparent;
    color: #222222 !important;
}

.btn-white:hover {
    background-color: #F4F4F4;
    border-color: transparent;
    color: #222222 !important;
}

.btn.fancy {
    border-radius: 0 50px 50px 0;
    vertical-align: middle;
    margin-left: -5px;
    display: inline-block;
}


/*******************************************************************/
/* Form Style */
/*******************************************************************/

form {
    position: relative;
}

button {
    outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

button,
input,
textarea,
select {
    font-size: 14px;
}

input,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="checkbox"],
textarea,
select {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #eee;
    background: #fff;
    color: #333;
    outline: none;
    font-weight: 400;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    display: inline-block;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
input[type="radio"]:hover,
input[type="checkbox"]:hover,
input[type="password"]:hover,
textarea:hover,
select:hover {
    border: 1px solid rgba(248, 161, 58, 0.2);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus,
textarea:focus {
    border: 1px solid rgba(248, 161, 58, 0.7);
    color: #333;
}

input.input-xs,
.input-xs {
    padding-top: 9px;
    padding-bottom: 9px;
    height: 36px;
}

input.input-sm,
.input-sm {
    padding-top: 11px;
    padding-bottom: 11px;
    height: 40px;
}

input.input-md,
.input-md {
    padding-top: 13px;
    padding-bottom: 13px;
    height: 44px;
}

input.input-lg,
.input-lg {
    padding-top: 16px;
    padding-bottom: 16px;
    height: 50px;
}

input.fancy {
    border-radius: 50px 0 0 50px;
    vertical-align: middle;
    display: inline-block;
}

textarea {
    height: 100px;
    padding: 15px;
}

label {    
    margin-bottom: 10px;
    padding-right: 3px;
    padding-left: 3px;    
    text-transform: none;
    vertical-align: middle;
    display: block;
}

label.left {
    text-align: left;
}

label.inline-block {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
}

.full-width {
    width: 100%;
}

.form-center {
    text-align: center;
}

.form-full-height {
    height: 100%;
}

.form-field-wrapper {
    margin-bottom: 20px;
    position: relative;
}

form .error {
    border-color: #e1534f;
}

.form-required {
    color: #f00;
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400;
}

.successContent,
.errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;    
    background: #eee;
    padding: 15px;
}
.successContent{
    color: #5cb45d;
}
.errorContent{
    color: #e1534f;
}
.form-border-box {
    border: 1px solid #eee;
    padding: 30px;
}


/*******************************************************************/
/* Spacing Style */
/*******************************************************************/


/*--Height--*/

.height-10 {
    height: 10px;
    width: 100%;
}

.height-15 {
    height: 15px;
    width: 100%;
}

.height-20 {
    height: 20px;
    width: 100%;
}

.height-25 {
    height: 25px;
    width: 100%;
}

.height-30 {
    height: 30px;
    width: 100%;
}

.height-40 {
    height: 40px;
    width: 100%;
}

.height-50 {
    height: 50px;
    width: 100%;
}

.height-60 {
    height: 60px;
    width: 100%;
}

.height-70 {
    height: 70px;
    width: 100%;
}

.height-80 {
    height: 80px;
    width: 100%;
}

.height-90 {
    height: 90px;
    width: 100%;
}


/*--Margin--*/

.container-margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

.container-margin-top {
    margin-top: 50px;
}

.container-margin-bottom {
    margin-bottom: 50px;
}


/*Section padding*/

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-padding-top {
    padding-top: 80px;
}

.section-padding-bottom {
    padding-bottom: 80px;
}

.section-padding-sm {
    padding-bottom: 40px;
    padding-top: 40px;
}

.section-padding-sm-top {
    padding-top: 40px;
}

.section-padding-sm-bottom {
    padding-bottom: 40px;
}


/****************/

.p-100 {
    padding: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.plr-100 {
    padding-left: 100px;
    padding-right: 100px;
}


/****************/

.p-90 {
    padding: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pl-90 {
    padding-left: 90px;
}

.pr-90 {
    padding-right: 90px;
}

.plr-90 {
    padding-left: 90px;
    padding-right: 90px;
}


/****************/

.p-85 {
    padding: 85px;
}

.pt-85 {
    padding-top: 85px;
}

.pb-85 {
    padding-bottom: 85px;
}

.ptb-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.pl-85 {
    padding-left: 85px;
}

.pr-85 {
    padding-right: 85px;
}

.plr-85 {
    padding-left: 85px;
    padding-right: 85px;
}


/****************/

.p-80 {
    padding: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pl-80 {
    padding-left: 80px;
}

.pr-80 {
    padding-right: 80px;
}

.plr-80 {
    padding-left: 80px;
    padding-right: 80px;
}


/****************/

.p-75 {
    padding: 75px;
}

.pt-75 {
    padding-top: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}

.ptb-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.pl-75 {
    padding-left: 75px;
}

.pr-75 {
    padding-right: 75px;
}

.plr-75 {
    padding-left: 75px;
    padding-right: 75px;
}


/****************/

.p-70 {
    padding: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pl-70 {
    padding-left: 70px;
}

.pr-70 {
    padding-right: 70px;
}

.plr-70 {
    padding-left: 70px;
    padding-right: 70px;
}


/****************/

.p-65 {
    padding: 65px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.ptb-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.pl-65 {
    padding-left: 65px;
}

.pr-65 {
    padding-right: 65px;
}

.plr-65 {
    padding-left: 65px;
    padding-right: 65px;
}


/****************/

.p-60 {
    padding: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-60 {
    padding-right: 60px;
}

.plr-60 {
    padding-left: 60px;
    padding-right: 60px;
}


/****************/

.p-55 {
    padding: 55px;
}

.pt-55 {
    padding-top: 55px;
}

.pb-55 {
    padding-bottom: 55px;
}

.ptb-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.pl-55 {
    padding-left: 55px;
}

.pr-55 {
    padding-right: 55px;
}

.plr-55 {
    padding-left: 55px;
    padding-right: 55px;
}


/****************/

.p-50 {
    padding: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.plr-50 {
    padding-left: 50px;
    padding-right: 50px;
}


/****************/

.p-45 {
    padding: 45px;
}

.pt-45 {
    padding-top: 45px;
}

.pb-45 {
    padding-bottom: 45px;
}

.ptb-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.pl-45 {
    padding-left: 45px;
}

.pr-45 {
    padding-right: 45px;
}

.plr-45 {
    padding-left: 45px;
    padding-right: 45px;
}


/****************/

.p-40 {
    padding: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}


/****************/

.p-35 {
    padding: 35px;
}

.pt-35 {
    padding-top: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}

.ptb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.plr-35 {
    padding-left: 35px;
    padding-right: 35px;
}


/****************/

.p-30 {
    padding: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}


/****************/

.p-25 {
    padding: 25px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pl-25 {
    padding-left: 25px;
}

.pr-25 {
    padding-right: 25px;
}

.plr-25 {
    padding-left: 25px;
    padding-right: 25px;
}


/****************/

.p-20 {
    padding: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}


/****************/

.p-15 {
    padding: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}


/****************/

.p-10 {
    padding: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.plr-10 {
    padding-left: 10px;
    padding-right: 10px;
}


/****************/

.p-5 {
    padding: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.plr-5 {
    padding-left: 5px;
    padding-right: 5px;
}


/****************/

.m-100 {
    margin: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mtb-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-100 {
    margin-right: 100px;
}

.mlr-100 {
    margin-left: 100px;
    margin-right: 100px;
}


/****************/

.m-90 {
    margin: 90px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.ml-90 {
    margin-left: 90px;
}

.mr-90 {
    margin-right: 90px;
}

.mlr-90 {
    margin-left: 90px;
    margin-right: 90px;
}


/****************/

.m-85 {
    margin: 85px;
}

.mt-85 {
    margin-top: 85px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mtb-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}

.ml-85 {
    margin-left: 85px;
}

.mr-85 {
    margin-right: 85px;
}

.mlr-85 {
    margin-left: 85px;
    margin-right: 85px;
}


/****************/

.m-80 {
    margin: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.ml-80 {
    margin-left: 80px;
}

.mr-80 {
    margin-right: 80px;
}

.mlr-80 {
    margin-left: 80px;
    margin-right: 80px;
}


/****************/

.m-75 {
    margin: 75px;
}

.mt-75 {
    margin-top: 75px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mtb-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.ml-75 {
    margin-left: 75px;
}

.mr-75 {
    margin-right: 75px;
}

.mlr-75 {
    margin-left: 75px;
    margin-right: 75px;
}


/****************/

.m-70 {
    margin: 70px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.ml-70 {
    margin-left: 70px;
}

.mr-70 {
    margin-right: 70px;
}

.mlr-70 {
    margin-left: 70px;
    margin-right: 70px;
}


/****************/

.m-65 {
    margin: 65px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mtb-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}

.ml-65 {
    margin-left: 65px;
}

.mr-65 {
    margin-right: 65px;
}

.mlr-65 {
    margin-left: 65px;
    margin-right: 65px;
}


/****************/

.m-60 {
    margin: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-60 {
    margin-right: 60px;
}

.mlr-60 {
    margin-left: 60px;
    margin-right: 60px;
}


/****************/

.m-55 {
    margin: 55px;
}

.mt-55 {
    margin-top: 55px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mtb-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}

.ml-55 {
    margin-left: 55px;
}

.mr-55 {
    margin-right: 55px;
}

.mlr-55 {
    margin-left: 55px;
    margin-right: 55px;
}


/****************/

.m-50 {
    margin: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}

.mlr-50 {
    margin-left: 50px;
    margin-right: 50px;
}


/****************/

.m-45 {
    margin: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.ml-45 {
    margin-left: 45px;
}

.mr-45 {
    margin-right: 45px;
}

.mlr-45 {
    margin-left: 45px;
    margin-right: 45px;
}


/****************/

.m-40 {
    margin: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.mlr-40 {
    margin-left: 40px;
    margin-right: 40px;
}


/****************/

.m-35 {
    margin: 35px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.ml-35 {
    margin-left: 35px;
}

.mr-35 {
    margin-right: 35px;
}

.mlr-35 {
    margin-left: 35px;
    margin-right: 35px;
}


/****************/

.m-30 {
    margin: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mlr-30 {
    margin-left: 30px;
    margin-right: 30px;
}


/****************/

.m-25 {
    margin: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.mr-25 {
    margin-right: 25px;
}

.mlr-25 {
    margin-left: 25px;
    margin-right: 25px;
}


/****************/

.m-20 {
    margin: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mlr-20 {
    margin-left: 20px;
    margin-right: 20px;
}


/****************/

.m-15 {
    margin: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mlr-15 {
    margin-left: 15px;
    margin-right: 15px;
}


/****************/

.m-10 {
    margin: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mlr-10 {
    margin-left: 10px;
    margin-right: 10px;
}


/****************/

.m-5 {
    margin: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mlr-5 {
    margin-left: 5px;
    margin-right: 5px;
}

@media (max-width: 771px) {
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-padding-top {
        padding-top: 50px;
    }
    .section-padding-bottom {
        padding-bottom: 50px;
    }
    .container-margin {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .container-margin-t {
        margin-top: 50px;
    }
    .container-margin-b {
        margin-bottom: 50px;
    }
    .p-xs-0 {
        padding: 0px;
    }
    .ptb-xs-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .plt-xs-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .pt-xs-0 {
        padding-top: 0px;
    }
    .pb-xs-0 {
        padding-bottom: 0px;
    }
    .mtb-xs-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .mlt-xs-50 {
        margin-left: 50px;
        margin-right: 50px;
    }
    .mt-xs-50 {
        margin-top: 50px;
    }
    .mb-xs-50 {
        margin-bottom: 50px;
    }
    .mtb-xs-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .mlt-xs-40 {
        margin-left: 40px;
        margin-right: 40px;
    }
    .mt-xs-40 {
        margin-top: 40px;
    }
    .mb-xs-40 {
        margin-bottom: 40px;
    }
    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mlt-xs-30 {
        margin-left: 30px;
        margin-right: 30px;
    }
    .mt-xs-30 {
        margin-top: 30px;
    }
    .mb-xs-30 {
        margin-bottom: 30px;
    }
    /* 0 */
    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .mlt-xs-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .mt-xs-0 {
        margin-top: 0px;
    }
    .mb-xs-0 {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .p-sm-0 {
        padding: 0px;
    }
    .ptb-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .plt-sm-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .pt-sm-0 {
        padding-top: 0px;
    }
    .pb-sm-0 {
        padding-bottom: 0px;
    }
    .mtb-sm-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .mlt-sm-50 {
        margin-left: 50px;
        margin-right: 50px;
    }
    .mt-sm-50 {
        margin-top: 50px;
    }
    .mb-sm-50 {
        margin-bottom: 50px;
    }
    .mtb-sm-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .mlt-sm-40 {
        margin-left: 40px;
        margin-right: 40px;
    }
    .mt-sm-40 {
        margin-top: 40px;
    }
    .mb-sm-40 {
        margin-bottom: 40px;
    }
    .mtb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mlt-sm-30 {
        margin-left: 30px;
        margin-right: 30px;
    }
    .mt-sm-30 {
        margin-top: 30px;
    }
    .mb-sm-30 {
        margin-bottom: 30px;
    }
    /* 0 */
    .mtb-sm-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .mlt-sm-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .mt-sm-0 {
        margin-top: 0px;
    }
    .mb-sm-0 {
        margin-bottom: 0px;
    }
}


/*******************************************************************/
/* Pages Style */
/*******************************************************************/
/*.img{height: 100vh;}*/
/*#home{background: url(../images/bg.jpg) no-repeat ; background-size:cover;}*/
.home-box{background: #fff;    padding: 20px 30px;box-shadow: 0 0 10px 5px rgba(0,0,0,.12);border-style: solid;    border-width: 1px;    border-color: #333; -webkit-transition: all .4s ease;
    transition: all .4s ease;}
.home-box:hover{cursor: pointer; background: rgba(255, 255, 255, 0.6);}
.content-box{
    background: rgba(255, 255, 255, 0.93);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.12);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.12);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.12);
    padding: 3% 3% 3% 3%;
    position: relative;
    margin: 4% auto auto auto;
    cursor: auto;
    z-index: auto !important;
    margin-bottom: 5%;
}
.content-box ul{margin-left: 20px}
.content-page {
    padding-bottom: 100px;
    padding-top: 70px;
}
/*******************************************************************/
/* Category Banner */
/*******************************************************************/

.categorybanner .categorybanner_item {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.categorybanner .categorybanner_item .categorybanner_title {
    /* transform: translateY(-50%); 
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); */
    position: absolute;
    bottom: 10%;
    z-index: 2;
    text-align: center;
    width: 100%;
    opacity: 0;
}
.categorybanner .categorybanner_item:hover .categorybanner_title {
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.categorybanner .categorybanner_item:hover .categorybanner_title h3 a:hover{color:#fff !important}
.categorybanner .categorybanner_item .categorybanner_title h6 {
    position: relative;
}

.categorybanner .categorybanner_item .categorybanner_title.text-left {
    left: 5%;
}

.categorybanner .categorybanner_item .categorybanner_image:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1;
}

.categorybanner .categorybanner_item:hover .categorybanner_image:before {
    transform: scale(1);
}

/*******************************************************************/
/* HEADER  */
/*******************************************************************/

.header {
    width: 100%;
    position: relative;
    z-index: 9;
    -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);
    /* box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15); */
    top: 0;
    left: 0;
    background: #fff;
}

.header-topbar,
.header-main {
    /* padding-left: 50px; */
    /* padding-right: 50px; */
}
.mainnavbar{border-top: 1px solid #d0d0d0;}
.mainnavbar .team-member{/* margin-top: 20px; */margin-bottom: 0;padding: 7px 0px;}
.mainnavbar .team-member li{list-style:none; display: inline-block;}
.mainnavbar .team-member a{padding: 18px 10px;color: #a2a2a2;}
.header-main {
    /* background: #fff; */
}
.header-main.dark-bg{
    background: #000;   
} 
.header-topbar .header-topbar-inner,
.header-main .header-main-inner {
    /* max-width: 1800px; */
    width: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.header.header-fix {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.header.header-fix.header-fix-active .header-topbar {
    display: none;
}

.header.header-fix.header-fix-active .header-main {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;    
    -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);
}

/*******************************************************************/
/* Top Header  */
/*******************************************************************/

.header-topbar {
    /* display: table; */
    background-color: #e9e9f0;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 6px 0;
}

.header-topbar.dark-bg {
    background-color: #444;
    border-bottom: 1px solid #fff;
}

.header-topbar .header-topbar-left {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.header-topbar .header-topbar-left p{
    margin-bottom: 0;
    font-size: 13px;
    margin-right: 10px;
}

.header-topbar .header-topbar-left p a{margin-left: 20px; text-transform: uppercase}
.header-topbar-right {
    text-align: right;
    /* display: table-cell; */
    /* vertical-align: middle; */
    margin-top: 15px;
}

.header-topbar-right ul li {
    text-align: left;
    display: inline-block;
}

.header-topbar-right ul li.search-menu {
    position: relative;
}

.header-topbar-right>ul>li>a {
    margin: 0 8px;
    padding: 10px 0;
    display: block;
    position: relative;
    font-size: 13px;
}

.header-topbar-right i{font-size: 18px;}

.header-topbar-right>ul>li:last-child>a {
    margin-right: 0;
}


/** DropDown **/

.dropdown-navigation {
    position: relative;
}

.dropdown-navigation .dropdown-menu {
    top: 200%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border-top: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 7px;
    margin: 0;
    visibility: hidden;
    display: block;
    opacity: 0;
    min-width: 130px;
    font-size: 14px;
    text-transform: none;
    border-radius: 0;
}

.dark-bg .dropdown-navigation .dropdown-menu {
    background: #444;
    border-color: #333;
}

 .dropdown-navigation .dropdown-menu.active {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.dropdown-navigation .dropdown-menu ul li {
    display: block;
}

.dropdown-navigation .dropdown-menu ul li+li {
   /* border-top: 1px solid #eee;*/
}

.dark-bg .dropdown-navigation .dropdown-menu ul li+li {
    /*border-color: #333;*/
}

.dropdown-navigation .dropdown-menu a {
    display: block;
    line-height: 22px;
    padding: 5px 10px;
}

.header-topbar-right ul li .counttip {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    background: #B5C700;
    right: -13px;
    top: 0px;
    text-align: center;
    line-height: 17px;
    font-size: 10px;
    color: #fff;
}

.header-topbar-right ul li .cart-icon,
.header-topbar-right ul li .cart-item {
    display: inline-block;
}

@media (max-width: 771px) {
    .header-topbar .header-topbar-right {
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .header-topbar,
    .header-main {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1100px) {
    .header-topbar,
    .header-main {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .header-topbar,
    .header-main {
        padding-left: 20px;
        padding-right: 20px;
    }
}



/*******************************************************************/
/* Header middle  */
/*******************************************************************/

.header-main .logo {
    display: table-cell;
    margin-right: 30px;
    float: left;
}

.header-main .logo a {
    margin-top: 13px;
    margin-bottom: 23px;
    display: block;
    /* width: 100px; */
}

.header-main .logo img {
    display: inline-block;
    text-align: left;
}

.menu {
    /* display:table-cell; */
    z-index: 9;
    margin:0 auto;
    text-align: center;
}

.menu ul,
.menu ul li {
    list-style: none;
}

.menu ul > li:last-child > a{/* color:#d81111 */}
.menu>ul>li {
    display: inline-block;
}

.menu ul li a {
    display: block;
    line-height: 22px;
    padding: 8px 10px;
}
.menu>ul>li>a.active{color: #000;}
.menu>ul>li>a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 18px 10px;
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    color: #999;
}

.menu>ul>li:hover>a {
    color: #d00a0a;
}

.mobile-menu {
    display: none;
}

@media only screen and (min-width: 992px) {
    .menu ul{
        /* display: table; */
        /* margin: 0 auto; */
        /* float: right; */
    }
    .menu ul,
    .menu ul li,
    .menu ul li a {
       /* position: relative;*/
       margin-bottom: 0;
    }
    .menu ul li{
        position: relative;
    }
    .menu ul li.megamenu{
        position: static;
    }
    .menu ul li.normalmenu ul {
        position: absolute;
        background: #fff;
        box-shadow:-2px 2px 81px -27px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow:-2px 2px 81px -27px rgba(0, 0, 0, 0.3);
        z-index: 99;
        padding: 10px 7px;
        margin-top: 20px;
        opacity: 0;
        visibility: hidden;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
        min-width: 200px;
        width: 100%;
        transition-property: margin-top;
    }
    .menu ul li.megamenu ul.megamenu-dropdown {
        position: absolute;
        background: #fff;
        box-shadow:-2px 2px 81px -27px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow:-2px 2px 81px -27px rgba(0, 0, 0, 0.3);
        z-index: 99;
        padding: 0px;
        margin-top: 20px;
        opacity: 0;
        visibility: hidden;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;        
        width: 100%;
        transition-property: margin-top;
        
    }
    .menu ul li.megamenu ul.megamenu-dropdown li:last-child a{color:#333}
    .menu ul li.megamenu:hover ul {
        visibility: visible;
        opacity: 1; 
        margin-top: 0;       
    }
    .menu ul ul.megamenu-dropdown {
        width: 100%;        
        left: 0;
        right: 0;
        margin-left:auto;        
        margin-right: auto;
    }
    .menu ul li:last-child ul{
        right: 0;
    }
    .dark-bg .menu ul ul {
        background: #000;
    }    
    .menu li.normalmenu:hover > ul {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
    .menu ul li.normalmenu ul ul {
        left: 100%;
        top: 0;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    }
    .menu ul ul .rightsubmenu ul {
        right: 100%;
        left: inherit;
    }
    .menu ul ul li {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;        
    }
     
    .menu ul ul li+li:last-child {
        border-bottom: none;
    }
    .menu ul ul li a {
        padding: 5px 10px;        
        display: block;
        vertical-align: middle;
    }
    .menu ul ul li.has-sub.normalmenu>a:after {
        content: "\f105";
        font-family: "FontAwesome";
        position: absolute;
        right: 8px;
        top: 8px;
    }
    .menu ul ul li.has-sub.normalmenu.rightsubmenu>a:after {
        content: "\f104";
    }

    .menu ul li.megamenu .megamenu-wrapper{
        padding-top: 20px;
        padding-left: 20px;        
        padding-right: 20px;        
        padding-bottom: 20px;
    }
 
    .menu ul li.megamenu .megamenu-wrapper li a{
       padding-right: 0;
       padding-left: 0;
    }
    .menu ul li.megamenu .megamenu-wrapper .col-sm-2 img{
        height: 95px;
        padding: 4px 5px;
        border: 2px solid #dedede;
        width: auto;
        margin-bottom: 0px;
        
    }
    .menu ul li.megamenu .megamenu-wrapper .promo-banner-wraper.menu-banner a img{
        width: 100%;
    }
    .menu ul li.megamenu .megamenu-wrapper .promo-banner-wraper a{
        padding: 0;
     }   
     .new-label:before,.hot-label:before {           
        content: "";
        display: block;
        height: 0;
        left: 5px;
        position: absolute;
        top: 100%;
        width: 0; 
        border-bottom: 8px solid #fff;       
    }
    .new-label,.hot-label{
        font-size: 9px;
        padding: 0 4px;
        position: absolute;
        text-transform: uppercase;        
        right: 0;
        top: 7px;
        margin: 0;
        line-height: 1.94em;
    }
    .new-label:before{
        border-left: 8px solid #69e469;        
    }
    .new-label{
        background-color: #69e469;
    }
    .hot-label:before{
        border-left: 8px solid #fb1616;        
    }
    .hot-label{
        background-color: #fb1616;
        color: #fff;
    }
    .menu ul ul li.title{
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #2958a7;
        margin-top: 0px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 16px;
    }
}

@media only screen and (max-width:991px) {
    .hot-label,.new-label{
        display: none;
    }
    .header-main .logo {
        display: block;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    .header-main .logo a {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .menu {
        display: block;
        float: none;
        margin: 0 auto;
        position: relative;
    }
    .menu>ul {
        display: none;
        position: absolute;
        top: 100%;
    }
    .menu>ul.mobile-menu-active {
        display: block;
        background: #fff;
        width: 100%;
        padding: 8px 0;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }
    .menu>ul ul,
    .menu>ul .menu-wrapper {
        display: none;
        padding-left: 15px;
    }
    .menu>ul ul.megamenu-dropdown{
        padding-left: 0;   
    }
    .menu>ul ul.megamenu-dropdown .menu-banner{
        display: none;
    }
    .menu>ul>li {
        display: block;
    }
    .menu>ul>li+li {
       border-top: 1px solid #eee;
    }
    .menu>ul>li a {
        padding: 6px 15px;
    }
    .menu>ul>li li a {       
    }
    .menu>ul>li li+li,
    .menu>ul>li li:first-child {        
    }
    .menu .mobile-menu {
        background: #eee;
        display: block;
        cursor: pointer;
        margin: 0 0 20px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        padding: 8px 15px;
        text-transform: uppercase;
		text-align: center;
		}
    .menu .mobile-menu:after {
	content: "\2630";
        font-size: 20px;
        padding: 0;
        float: right;
        position: relative;
        top: 0;
    }
    .menu.menu-active .mobile-menu:after,
    .menu li.active.has-sub:before{
	content: "\2630";
    }
    .menu li.active.has-sub .has-sub:before {
        display: none;
    }
    .menu li.has-sub:before {
	content: "\2630";
        display: inline-block;
        cursor: pointer;
        float: right;
        font-size: 14px;
        padding: 0;
        background: #eee;
        margin: 5px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;        
    }
    .menu ul ul li.title{
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #333333;
        margin-top: 0px;
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 14px;
    }
}

.tab-right-img{
	float: right;
	/* width: 300px; */
	display: inline-block;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	transition: all 0.5s ease-in-out;
    }
.home #page .img{height:100vh}    
#page .img{min-height:100vh} 
.home .site-content-contain{height: 100%;    display: flex;    align-items: center;    justify-content: center;}
#menu-home-menu   li{list-style: none; display: inline;margin-right: 10px;} 
  
/*******************************************************************/
/* FOOTER */
/*******************************************************************/

.copyright p{font-size:12px;}
.copyright p a{font-size:14px; color:#333}

/*.languageSwitch {
	position: absolute;
	top: 15px;
	right: 0;
}*/
.languageSwitch {
	position: fixed;
	top: 15px;
	right: 10px;
}
@media (max-width: 991px) {
	.languageSwitch {
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 10px;
		width: 100%;
		text-align: center;
		display: block;
	}
}
/* Responsive */
@media (max-width: 771px) {
    .header-topbar-right{text-align: center}
    .copyright,
    .footer .social-link {
        text-align: left;
    }
    .categorybanner_image img {
        width: 100%;
    }

    .mainnavbar {
        border-top:none;
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .page-sidebar, .sidebar-clone{display:none}
    .product-sorting .product-sorting-inner .product-sort-by.filter{display:inline-block}
    .sidebar-clone{margin-left:0 !important; float: left; }
    .sidebar-clone .page-sidebar div, .sidebar-clone .page-sidebar form, .sidebar-clone  .sidebar-content.color-box-wrapper .color-box {display:block}
   

    .update_cart_btn{
        margin-top: 30px;
        text-align: left;
    }
    .newsletter-popup .newsletter-popup-content-wrappper{
        padding-left: 30px;
    }
    .categorybanner .categorybanner_item{margin-bottom: 10px}
}

@media (max-width: 535px) {
    .footer-newsletter .footer-newsletter-form input[type="text"] {
        min-width: inherit;        
    }    
     .footer-newsletter h4 {
        margin-bottom: 20px;
        line-height: 30px;
    }
    .cart-totals .cart-totals-inner{
        float: none;
        margin:0 auto; 
    }
}
@media (max-width: 481px) {
    .pagination > p{
        display: block;
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .pagination .pagination-number{
        float: none;
        display: block;        
        margin: 0 auto;
        text-align: center;
    }
}
@media (max-width: 413px) {
    .coupon_code{
        margin-bottom: 10px;
    }
}
@media (max-width: 393px) {

     .footer-newsletter .footer-newsletter-form input[type="text"] {        
        margin-bottom: 20px;
    }    
}