/*!
Theme Name: Landing Grad
Theme URI: http://underscores.me/
Author: Techverx
Author URI: http://techverx.com/
Description: Description
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Caveat');
@font-face {
    font-family: 'Mazda Medium';
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/MazdaType-Medium.otf') format('truetype');
    }
@font-face {
    font-family: 'Mazda Regular';
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/MazdaType-Regular.otf') format('truetype');
    }
@font-face {
    font-family: 'Mazda Bold';
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/MazdaType-Bold.otf') format('truetype');
    }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a {
    margin: 0;
    padding: 0;
}

/********16-05-19-Munesh*********/
html, body{
    overflow-x: hidden;
}
/********16-05-19-End*********/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: none;
    margin: 0;
    padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html,
body {}

body {
    padding: 0px;
    margin: 0px;
    background: #fff;
    font-size: 15px;
    line-height: 1.5;
    color: #2d2d2d;
    font-family: 'PT Sans', sans-serif;
    width: 100%;
}

p {
    font-size: 15px;
    line-height: 1.3;
    color: #2d2d2d;
    margin-bottom: 15px;
}

a {
    color: #04abaa;
    outline: none;
    border: none;
    text-decoration: none;
    /*-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;*/

    transition: all 0.3s ease 0s.

    font-weight: bold;
}

a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}

a:hover {
    color: #04abaa;
}

a:hover,
a:focus,
a:active {
    outline: none !important;
}

a,
a:hover,
img,
img:hover,
button,
button:hover,
i,
i:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

i,
em {
    font-style: italic;
}

b,
strong,
cite {
    font-weight: bold;
}

small {
    font-size: 9px;
    color: #3f4646;
    line-height: 12px;
    margin-bottom: 0px;
}

h1 {
    font-size: 30px;
    color: #be8961;
    font-weight: bold;
    margin-bottom: 15px;
}


h2 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 15px;
}

h3 {
    font-size: 24px;
    color: #be8961;
    font-weight: bold;
    margin-bottom: 15px;
}

h3.title {
    font-size: 30px;
    font-weight: bold;
    color: #be8961;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 3px;
    text-align: center;
}

h4 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}

h4.subtitle {
    font-size: 22px;
    font-weight: normal;
    color: #737373;
    margin-bottom: 25px;
    font-family: 'Caveat', cursive;
    text-align: center;
}

h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

h6 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

blockquote {
    border-left: 5px solid #04abaa;
    font-size: 19px;
    font-weight: normal;
    padding: 0 0 0 20px;
    margin: 15px 0;
}

blockquote p {
    font-size: 17px;
    font-weight: normal;
}

blockquote footer,
blockquote footer cite {}


/*.btn{
    position: relative;  
}
.btn:before {
    content:'';
    background-color: #be8961;
    position:absolute;
    width:0%;
    top:0;
    left:0;
    height:100%;
    transition: 0.3s linear;
    z-index:-1;
}
.btn:hover:before{
    width: 100%;
}*/

.btn {
    font-size: 20px;
    font-weight: normal;
    color: #fff !important;
    line-height: 42px;
    height: 46px;
    border-radius: 2px;
    padding: 0px 15px;
    border: 2px solid transparent;
    background: #be8961;
    text-transform: uppercase;
    outline: none;
    position: relative;
    overflow: hidden;
}
.cta-content .btn i{
    margin-left: 10px;
}
.btn:hover {
    color: #be8961 !important;
    border: 2px solid #be8961;
    background: #fff;
}

.btn-phone {
    font-size: 20px;
    font-weight: bold;
    color: #04abaa !important;
    line-height: 26px;
    height: 34px;
    border-radius: 30px;
    padding: 2px 20px 2px 2px;
    border: 2px solid #04abaa;
    background: #fff;
    margin-left: 15px;
    text-transform: none;
}

.btn-phone i{
    width: 26px;
    height: 26px;
    display: inline-block;
    border: solid 2px #42abaa;
    border-radius: 50%;
    font-size: 18px;
    padding: 0;

    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    /*left: -4px;*/
    top: -2px;*/
    transition: none !important;
    margin-right: 10px;
}

.btn-phone:hover {
    color: #fff !important;
    border: 2px solid #fff;
    background: #04abaa;
}

.btn-phone:hover i{
    border-color: #fff;
}

a.btn-contact,
.btn-contact a {
    font-size: 20px;
    font-weight: normal;
    color: #fff !important;
    line-height: 42px;
    height: 46px;
    border-radius: 2px;
    padding: 0px 50px 0px 15px;
    border: 2px solid #fff;
    text-transform: uppercase;
    background: #be8961;
    position: relative;
}

.btn-contact a:after {
    content: "\f003";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
}

a.btn-contact:hover,
.btn-contact a:hover {
    color: #be8961 !important;
    border: 2px solid #be8961;
    background: #fff;
}

.img-parallax {
    /*display: inline-block;*/
    overflow: hidden;
}
.img-parallax img{
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
a.img-parallax:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.hide-content{
    display: none;
}

.clear,
.clear1,
.clear2,
.clear3,
.clear4,
.clear5,
.clear10,
.clear20,
.clear30,
.clear40,
.clear80 {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

.clear {
    height: 0px;
}

.clear1 {
    height: 1px;
}

.clear2 {
    height: 2px;
}

.clear3 {
    height: 3px;
}

.clear4 {
    height: 4px;
}

.clear5 {
    height: 5px;
}

.clear10 {
    height: 10px;
}

.clear20 {
    height: 20px;
}

.clear30 {
    height: 30px;
}

.clear40 {
    height: 40px;
}

.clear80 {
    height: 80px;
}

.no-padding-margin {
    padding: 0;
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.section-splitter {
    width: 410px;
    position: relative;
    text-align: center;
    margin: 40px auto 55px;
    z-index: 0;
}

.section-splitter:after {
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #bbbbbb;
}

.section-splitter img {
    background: #fff;
    position: relative;
    z-index: 2;
}

.no-link{
    display: none !important;
}

/****** Topbar CSS ******/

#topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #04abaa;
    text-align: center;
    height: 45px;
    color: #fff;
    line-height: 45px;
}

#topbar .phone-no {
    font-size: 22px;
    font-weight: bold;
    margin-left: 15px;
    display: none;
    color: #fff !important;
}

#topbar .phone-no:hover{
    color: #fff !important;
}

/****** Header CSS ******/

#header {
    -webkit-box-shadow: 1px 4px 10px 0px rgba(16, 46, 43, 0.59);
    box-shadow: 1px 4px 10px 0px rgba(16, 46, 43, 0.59);
    position: relative;
    z-index: 1;
}

#logo {
    float: left;
}

/****** Menu CSS ******/
#mobile-menu{
    float: right;
    display: none;
    padding-top: 10px;
}
#mobile-menu > a{
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    margin-right: 15px;
    cursor: pointer;
    color:#3b3116;
}
#mobile-menu > a:hover{
    color:#be8961;
}
#nav-icon {
    float: right;
    width: 40px;
    height: 30px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;  
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #be8961;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 13px;
}

#nav-icon span:nth-child(4) {
    top: 26px;
}

#nav-icon.open span:nth-child(1) {
    top: 13px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 13px;
    width: 0%;
    left: 50%;
}

#menu-wrap {
    min-height: 82px;
    /*padding: 16px 0;*/
    background: #fff;
    
    display: none !important;
}
#header-sticky{
    position: relative;
    width: 100%;
    z-index: 9999;
    background: #fff;
    transition: all 0.3s ease 0s;
    padding: 16px 0;
}
#header-sticky.sticky{
    position: fixed; 
    top: 0;
    box-shadow: 0px 0px 11px 0px rgba(16, 43, 41, 0.3) !important;
}

#menu-wrap .container {
    position: relative;
}

.main-menu {
    float: right;
}

.main-menu > ul {
    display: inline-block;
    margin-top: 2px;
}

.main-menu > ul > li {
    display: inline-block;
    font-size: 18px;
    color: #3b3116;
    text-transform: uppercase;
    margin: 0 0 0 25px;
}

.main-menu > ul > li:first-child {
    margin-left: 0;
}

.main-menu > ul > li > a {
    display: inline-block;
    color: #3b3116;
    font-weight: normal;
}

.main-menu > ul > li > a:hover {
    color: #be8961;
}

/****** Homepage Banner CSS ******/

#banner-wrap {
    width: 100%;
    height: 275px;
    background-position: center bottom;
    background-size: cover;
}

#banner-wrap .container {
    height: 275px;
    position: relative;
}

#banner-wrap .banner-caption {
    display: table;
    width: 100%;
    height: 100%;
}

.banner-caption-inner {
    display: table-cell;
    vertical-align: middle;
}

#banner-wrap h1 {
    display: inline-block;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    background: #2d2d2d;

    padding: 15px 20px;
    margin: 0px 0 10px 110px;
}

#banner-wrap h2 {
    display: inline-block;
    font-size: 23px;
    color: #2d2d2d;
    font-weight: normal;
    background: #fff;
    padding: 15px 20px;
    margin: 0 0 0 110px;
}

#banner-wrap .arrow-down {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(assets/images/arrow-down2.png) center center no-repeat #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 27.5px);
}

/****** Content CSS ******/

#content {
    padding: 50px 0 100px;
}
.single-page-content{
    min-height: 400px;
}
#content p {
    text-align: justify;
}

#content ul {
    list-style: disc outside;
    padding: 0px 0px 0px 32px;
    margin: 15px 0px;
}

#content ul li {}

#content ol {
    list-style: decimal outside;
    padding: 0px 0px 0px 30px;
    margin: 15px 0px;
}

#content ol li {}

#content ul ul,
#content ol ol {
    padding: 0px 0px 0px 18px;
}



/****** Products Accordion CSS ******/

.collapsable-wrapper {
    padding: 0 15px;
}

.collapsable-wrapper .collapsable {}

.collapsable-wrapper .collapsable.first {}

.collapsable-wrapper .collapsable > h3 {
    color: #754c26;
    font-size: 19px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 6px 6px 5px;
    cursor: pointer;
    margin: 15px 0 0;
    border-bottom: 1px solid #754c26;
}

.collapsable-wrapper .collapsable > h3.active-coll-title {
    color: #fff;
    background: rgba(190, 137, 97, 0.9);
    border-bottom: 1px solid #c59b70;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(35, 31, 32, 0.35);
    box-shadow: 0px 2px 4px 0px rgba(35, 31, 32, 0.35);
}

.collapsable-wrapper .collapsable h3 .arrow-up {
    float: right;
    width: 7px;
    height: 4px;
    position: relative;
    top: 4px;
    right: 5px;
    font-size: 13px;
}

.collapsable-wrapper .collapsable h3 .arrow-down {
    float: right;
    width: 7px;
    height: 4px;
    position: relative;
    top: 2px;
    right: 5px;
    font-size: 13px;
}

.collapsable-wrapper .collapsable .txt-block {
    display: none;
    padding: 0 6px 1px;
}

.collapsable-wrapper .collapsable .txt-block p {
    margin: 15px 0 0;
}

/*.collapsable.first h4 {color: #3bb44b;}*/

.collapsable.first .txt-block {
    display: block;
}

.collapsable-wrapper .product-slider {
    position: relative;
}

.product-slider {
    width: 100%;
    min-height: 150px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    background: url(assets/images/cbp-loading.gif) center center no-repeat;
}

.product-slider ul.slides {
    float: left;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.product-slider ul.slides li {
    float: left;
    width: 100%;
    display: none;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.product-slider ul.slides li:first-child {}

.product-slider ul.slides li img {
    float: left;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

#content .product-slider ul.flex-direction-nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-slider ul.flex-direction-nav li a {
    width: 34px;
    height: 66px;
    position: absolute;
    top: calc(50% - 30px);
    z-index: 99;
    text-indent: -99999px;
}

.product-slider ul.flex-direction-nav li a.flex-prev {
    left: 10px;
    background: url(assets/images/slider-nav.png) 0px 0px no-repeat;
}

.product-slider ul.flex-direction-nav li a.flex-next {
    right: 10px;
    background: url(assets/images/slider-nav.png) -34px 0px no-repeat;
}

/****** Work Masonry CSS ******/

#work-masonry {
    position: relative;
    z-index: 0;
}

#work-masonry .cbp-l-filters-button {
    margin: 0 0 20px;
}

#work-masonry .cbp-l-filters-button .cbp-filter-item {
    margin: 0 3px;
    border-radius: 0;
    font-size: 13px;
    margin-top:10px;
}

#work-masonry .cbp-l-filters-button.three .cbp-filter-item.cbp-filter-item-active {
    color: #fff;
}

/****** Contact Form CSS 545454 ******/

#contact-form {
    padding: 20px;
    background: #f7f7f7;
}

#contact-form > div > div > label {
    display: block;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 15px;
}

#contact-form input[type="text"],
#contact-form input[type="tel"],
#contact-form input[type="email"], 
#contact-form select {
    width: 100%;
    height: 59px;
    line-height: 58px;
    background: #fff;
    border: none;
    outline: none;
    border-bottom: 1px solid #545454;
    padding: 0 15px;
    font-size: 30px;
    color: #2d2d2d;
    margin-bottom: 30px;
}

/*#contact-form select {color: #dddddd !important;}*/
#contact-form option[selected=selected] {color: #2d2d2d !important;}

#contact-form .active-fld:active,
#contact-form .active-fld:focus {
    border-bottom: 1px solid #04abaa;
}

#contact-form textarea {
    width: 100%;
    height: 195px;
    resize: none;
    line-height: 58px;
    background: #fff;
    border: none;
    outline: none;
    border-bottom: 1px solid #545454;
    padding: 0 15px;
    font-size: 30px;
    color: #2d2d2d;
    margin-bottom: 15px;
}

#contact-form textarea::-webkit-input-placeholder,
#contact-form input[type="text"]::-webkit-input-placeholder,
#contact-form input[type="tel"]::-webkit-input-placeholder,
#contact-form input[type="email"]::-webkit-input-placeholder {
    color: #d8d8d8;
}

#contact-form textarea:-ms-input-placeholder,
#contact-form input[type="text"]:-ms-input-placeholder,
#contact-form input[type="tel"]:-ms-input-placeholder,
#contact-form input[type="email"]:-ms-input-placeholder {
    color: #d8d8d8;
}

#contact-form textarea::placeholder,
#contact-form input[type="text"]::placeholder,
#contact-form input[type="tel"]::placeholder,
#contact-form input[type="email"]::placeholder {
    color: #d8d8d8;
}

/****** Contact Form Politique CSS 545454 ******/

#contact-form-pc {
    padding: 20px;
    background: #f7f7f7;
}

#contact-form-pc > div > div > label {
    display: block;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 15px;
}

#contact-form-pc input[type="text"],
#contact-form-pc input[type="tel"],
#contact-form-pc input[type="email"], 
#contact-form-pc select {
    width: 100%;
    height: 59px;
    line-height: 58px;
    background: #fff;
    border: none;
    outline: none;
    border-bottom: 1px solid #545454;
    padding: 0 15px;
    font-size: 30px;
    color: #2d2d2d;
    margin-bottom: 30px;
}

/*#contact-form select {color: #dddddd !important;}*/
#contact-form-pc option[selected=selected] {color: #2d2d2d !important;}

#contact-form-pc .active-fld:active,
#contact-form-pc .active-fld:focus {
    border-bottom: 1px solid #04abaa;
}

#contact-form-pc textarea {
    width: 100%;
    height: 195px;
    resize: none;
    line-height: 58px;
    background: #fff;
    border: none;
    outline: none;
    border-bottom: 1px solid #545454;
    padding: 0 15px;
    font-size: 30px;
    color: #2d2d2d;
    margin-bottom: 15px;
}

#contact-form-pc textarea::-webkit-input-placeholder,
#contact-form-pc input[type="text"]::-webkit-input-placeholder,
#contact-form-pc input[type="tel"]::-webkit-input-placeholder,
#contact-form-pc input[type="email"]::-webkit-input-placeholder {
    color: #d8d8d8;
}

#contact-form-pc textarea:-ms-input-placeholder,
#contact-form-pc input[type="text"]:-ms-input-placeholder,
#contact-form-pc input[type="tel"]:-ms-input-placeholder,
#contact-form-pc input[type="email"]:-ms-input-placeholder {
    color: #d8d8d8;
}

#contact-form-pc textarea::placeholder,
#contact-form-pc input[type="text"]::placeholder,
#contact-form-pc input[type="tel"]::placeholder,
#contact-form-pc input[type="email"]::placeholder {
    color: #d8d8d8;
}

.radio-group input[type='radio'] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.radio-group input[type='radio'] + label {
    width: 100%;
    line-height: 50px;
    font-size: 26px;
    color: #bf8c65;
    text-align: center;
    border: 1px solid #545454;
    font-weight: normal;
    background: #fff;
    margin-bottom: 20px;
    cursor: pointer;
}

.radio-group input[type='radio']:checked + label {
    background: #bf8c65;
    color: #fff;
    border-color: transparent;
}
.submit-btn{
    position: relative;
}
.submit-btn input[type="submit"] {
    width: 100%;
    height: 57px;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #3f8f0a;
    border-radius: 2px;
    outline: none;
    background: #3f8f0a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.submit-btn .fa{
    position: relative;
    z-index: 1;
    float: right;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: -23px;
    bottom: -18px;
    right: 32%;
}

.submit-btn:hover input[type="submit"] {
    background: #fff;
    color: #3f8f0a;
}

.submit-btn:hover .fa{
    color: #3f8f0a;
}

.submit-btn .ajax-loader{
    position: absolute;
    right: -17px;
    top: 19px;
}

#contact-form span.wpcf7-not-valid-tip{
    display: none !important;
}
#contact-form input[type="text"].wpcf7-not-valid, 
#contact-form input[type="tel"].wpcf7-not-valid, 
#contact-form input[type="email"].wpcf7-not-valid,
#contact-form textarea.wpcf7-not-valid{
    border-bottom: 1px solid #f00 !important;
}

#contact-form-pc span.wpcf7-not-valid-tip{
    display: none !important;
}
#contact-form-pc input[type="text"].wpcf7-not-valid, 
#contact-form-pc input[type="tel"].wpcf7-not-valid, 
#contact-form-pc input[type="email"].wpcf7-not-valid,
#contact-form-pc textarea.wpcf7-not-valid{
    border-bottom: 1px solid #f00 !important;
}

.wpcf7-response-output{
    font-size: 13px !important;
    text-align: center;
    margin:5px 0px 10px !important;
}

/****** Footer MAP CSS ******/

#map-wrap {
    position: relative;
}

#map {
    width: 100%;
    height: 415px;
    /*background: #ccc;*/
}

#map-wrap .map-icon {
    display: inline-block;
    width: 169px;
    height: 169px;
    background: url(assets/images/map-icon.png) center center no-repeat #04abaa;
    border-radius: 50%;
    position: absolute;
    top: -84px;
    left: calc(50% - 84.5px);
}

/****** Footer CTA CSS ******/

.cta-wrap {
    width: 100%;
    padding: 125px 0;
    text-align: center;
    background-position: center center;
    background-size: cover;
    margin-bottom: -1px; /* edge fixes */
}

.cta-wrap h4 {
    font-size: 46px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 0px 2px 2px rgba(35, 31, 32, 1);
}

.cta-wrap .btn-contact {
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(16, 46, 43, 0.45);
    box-shadow: 0px 0px 6px 0px rgba(16, 46, 43, 0.45);
}

.overlay-wrap{
    background:url(assets/images/overlay-loading.gif) center center no-repeat rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}
#work-items,
#product-items{
    text-align: center;
}
#work-items h2,
#product-items h2{
    font-size: 16px;
    /*font-weight: normal;*/
    color: #3b3116;
}
#work-items h2 a,
#product-items h2 a{
    color: #3b3116;
}

.hide-radio-orig{
    display: none;
}

/****** Footer Widgets CSS ******/

.footer-widget-wrap {
    padding: 30px 0 10px;
    background: #2d2d2d;
}

.footer-widget-wrap p,
.footer-widget-wrap a {
    color: #fff;
}

.footer-1 img {
    vertical-align: top;
}

.footer-widget-wrap .phone-icon {
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-right: 2px;
    background: url(assets/images/telephone-icon.png) center center no-repeat;
}

.footer-widget-wrap .email-icon {
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-right: 2px;
    background: url(assets/images/email-icon.png) center center no-repeat;
}

.footer-widget-wrap .site-icon {
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-right: 2px;
    background: url(assets/images/site-icon.png) center center no-repeat;
}

/*---*/

/* WP DEFAULT STYLES /*----*/

.alignnone {
    margin: 5px 0px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

.bypostauthor {}

.gallery dl {
    margin: 0;
}

.gallery-caption {}

.sticky {}

blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: 33%;
}

blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

div.wpcf7-validation-errors, div.wpcf7-spam-blocked {
	color:white !important;
	text-transform:uppercase;
	background-color:#e08c8c;
	border: 1px solid red !important;
}

div.wpcf7-mail-sent-ok {
	color:white !important;
	text-transform:uppercase;
	background-color:#7eb566;
	border: 1px solid #398f14 !important;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* End Wp Default styles */


input[type=checkbox],
input[type=radio]{
    margin: 5px 0 0 !important;
    /*vertical-align: top !important;*/
}
#contact-form input[type="text"],
#contact-form input[type="tel"],
#contact-form input[type="email"],
#contact-form select{
    width: 100%;
    height: 59px;
    line-height: 58px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #545454;
    padding: 0 15px;
    font-size: 22px !important;
    margin-bottom: 30px;
}
#contact-form textarea{
    width: 100%;
    height: 195px;
    resize: none;
    line-height: 58px;
    background: #fff;
    border: none;
    outline: none;
    border-bottom: 1px solid #545454;
    padding: 0 15px;
    font-size: 22px !important;
    margin-bottom: 15px;
}

.spu-box li {list-style-type: circle;
margin-left: 20px;}


#cookie-notice {
    z-index: 1000000 !important;
}


.wpcf7-acceptance {font-size:12px !important;}
.validt {display:inline-block !important;}

.spu-close.spu-close-popup.top_right{
    display: none !important;
}
.spu-close.spu-close-popup.top_right.custom-close{
    display: block !important;
}

#contact-form {
    min-height: 400px;
}
/*07-02-19 Munesh*/
@media(max-width: 480px){
   .page-id-6 div#content img{
        position: relative;
        margin: auto;
        display: block;
    }
    .page-id-6 #banner-wrap h2{
        font-size: 16px !important;
    }
}

/********16-05-19-Munesh**********/
#multi-step-form.msf_audirent .fw-toggle-summary {
    display: none !important;
}
#multi-step-form.msf_audirent .fw-step-part{
    border: 2px solid #f4f4f4 !important;
    background-color: #000 !important;
    color: #fff !important;
    padding: 10px 0px 25px 0px !important;
    height: auto !important;
}
#multi-step-form.msf_audirent .fw-wizard-step[data-stepid="1"] [data-type="fw-radio"] label:hover,
#multi-step-form.msf_audirent .fw-wizard-step[data-stepid="2"] [data-type="fw-radio"] label:hover {
    background-color: #B0302C;
    border-color: #fff;
    color: #fff;
}
#multi-step-form.msf_audirent .fw-wizard-step[data-stepid="1"] [data-type="fw-radio"] label,
#multi-step-form.msf_audirent .fw-wizard-step[data-stepid="2"] [data-type="fw-radio"] label {
    padding: 8px 8px 8px 40px !important;
    background-color: #545454;
    border: 2px solid #fff;        
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    width: 47.99%;
    text-align: center;
    margin: 0 2% 15px 0;
    float: left;
}
#multi-step-form.msf_audirent .selected-option {
    background-color: #46a6c9cc !important;
    border-color: #46a6c9 !important;
    color: #fff !important;
}
#multi-step-form.msf_audirent [data-type="fw-radio"] label::before{
    left: 10px !important;
    top: 10px !important;
}

#multi-step-form.msf_audirent .fw-wizard-step[data-stepid="2"] .fw-step-part-body .fw-step-block:nth-child(1),
#multi-step-form.msf_audirent .fw-wizard-step[data-stepid="2"] .fw-step-part-body .fw-step-block:nth-child(3),
#multi-step-form.msf_audirent .fw-wizard-step[data-stepid="2"] .fw-step-part-body .fw-step-block:nth-child(5) {
    display: inline-block;
    width: 49%;
    float: left;
}
#multi-step-form.msf_audirent .fw-wizard-step[data-stepid="2"] .fw-step-part-body .fw-step-block:nth-child(2), 
#multi-step-form.msf_audirent .fw-wizard-step[data-stepid="2"] .fw-step-part-body .fw-step-block:nth-child(4),
#multi-step-form.msf_audirent .fw-wizard-step[data-stepid="2"] .fw-step-part-body .fw-step-block:nth-child(6) {
    display: inline-block;
    width: 49%;
    float: right;
}
#multi-step-form.msf_audirent .fw-step-part-body h3{
    color:#fff !important; 
}

#multi-step-form.msf_audirent .fw-input-container .fa {
    display: none !important;
}

#multi-step-form.msf_audirent .fw-input-container input {
    padding-left: 10px;
}

@media(min-width: 769px){
    #multi-step-form.msf_audirent.fw-large-container .fw-progress-bar-container {
        margin-bottom: 80px;
        width: 261%;
        padding: 0;
    }
}

/********16-05-19-End**********/
/********21-05-19-Start**********/
#multi-step-form.msf_audirent .fw-textarea {
    min-height: 75px !important;
    padding: 15px !important;
    margin-right: 20px !important;
}

.mu-pg-audi-rent-sausheim-annei-eu  .banner-img-big{
    width: 100%;
    height: 700px !important;    
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

/*.page-id-6 #contact{*/
    .mu-pg-audi-rent-sausheim-annei-eu #contact{
    margin-top: 0px;
    padding: 0px 0 0px;
}
/*.page-id-6 .section-splitter{*/
.mu-pg-audi-rent-sausheim-annei-eu .section-splitter{
    margin: 10px auto 10px !important;
}
.mu-pg-audi-rent-sausheim-annei-eu .ms-slide .ms-slide-bgcont img {
    margin: auto !important;
    position: absolute !important;
    bottom: -30px !important;
}
.mu-pg-recrutement-pharmacie-croisiere-fr #banner-wrap .banner-caption{
    margin-top: 150px !important;
}


@media(min-width: 1920px){
    .mu-pg-audi-rent-sausheim-annei-eu #wrapper #banner-wrap {
        height: 700px !important;
    }
    .mu-pg-audi-rent-sausheim-annei-eu #banner-wrap .master-slider-parent.msl.ms-parent-id-1{
        display: none !important;
    }
    .mu-pg-audi-rent-sausheim-annei-eu #banner-wrap .banner-img-big{
        display: block !important;
    }
}
@media(max-width: 1919px){
    .mu-pg-audi-rent-sausheim-annei-eu #wrapper #banner-wrap{
        height: auto !important; 
    }
    .mu-pg-audi-rent-sausheim-annei-eu #banner-wrap .master-slider-parent.msl.ms-parent-id-1{
        display: block !important;
    }

    .mu-pg-audi-rent-sausheim-annei-eu #banner-wrap .banner-img-big{
        display: none !important;
    }
}
/********22-05-19-Start**********/
@media(max-width: 767px){
   .mu-pg-audi-rent-sausheim-annei-eu .ms-slide .ms-slide-bgcont img {
     float: right !important;
     margin-right: -6% !important;
     position: relative !important;
    }

    .carport-auvent #banner-wrap .arrow-down{
        bottom: -420px !important;
    }
}
@media(max-width: 375px){
    #multi-step-form.msf_audirent .fw-wizard-step-container .fw-choice.fw-radio-row{
        font-size: 13px !important;
    }
}
/********31-05-19-Start**********/
.mu-pg-remplacement-chaudiere-creabain-energies-fr .container.container-fix > #content {
        padding-bottom: 100px !important;
    }
@media(max-width: 767px){
    .mu-pg-remplacement-chaudiere-creabain-energies-fr #content {
        padding-bottom: 50px !important;
    }
}

/*MU-02-07-19*/
.mu-pg-recrutement-pharmacie-croisiere-fr #topbar .btn-phone {
    color: #fff !important;
    border-color: #12930b;
}
.mu-pg-recrutement-pharmacie-croisiere-fr #topbar .btn-phone:hover {
    background-color: #fff !important;
    color: #12930b !important;
}

.mu-pg-recrutement-pharmacie-croisiere-fr #topbar .btn-phone i {
    border-color: #fff;
}

.page-id-6.mu-pg-recrutement-pharmacie-croisiere-fr #content {
    padding: 50px 0 120px !important;
}
.page-id-6.mu-pg-recrutement-pharmacie-croisiere-fr #content .section-splitter {
    display: none;
}
@media(max-width: 767px){

    /*.page-id-6 #content,
    .page-id-6 #contact{*/ 
    .mu-pg-audi-rent-sausheim-annei-eu #content,
    .mu-pg-audi-rent-sausheim-annei-eu #contact{       
        padding: 0px 0 0px !important;
    }
    /*.page-id-6 .section-splitter{*/
    .mu-pg-audi-rent-sausheim-annei-eu .section-splitter{
        margin: 20px auto 20px !important;
    }
    /* 03-07-19 */
    .mu-pg-recrutement-pharmacie-croisiere-fr  #banner-wrap {
        height: 300px !important;
        background-position: center 0% !important;
        background-image: url('https://landing-annei.fr/recrutementpharmacie/wp-content/uploads/sites/43/2019/07/pharmacienheure-mobile.png') !important;
    }
    .mu-pg-recrutement-pharmacie-croisiere-fr #banner-wrap .arrow-down{
        bottom: -134px !important;
    }
    .mu-pg-recrutement-pharmacie-croisiere-fr #banner-wrap .banner-caption{
        margin-top: 100px !important;
    }
    .page-id-6.mu-pg-recrutement-pharmacie-croisiere-fr #content {
        padding: 50px 0 70px !important;
    }
    .page-id-6.mu-pg-recrutement-pharmacie-croisiere-fr .submit-btn .fa {
        right: 30% !important;
    }
}
@media screen and (max-width: 400px) {
    .page-id-6.mu-pg-recrutement-pharmacie-croisiere-fr .submit-btn .fa {
        right: 27% !important;
    }
}
@media screen and (max-width: 992px) {
    .escalier-acier #topbar .phone-no{
        display: block !important;
    }
} 