@font-face {
  font-family: 'Champagne';
  src: url('fonts/champagne__limousines-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/champagne__limousines-webfont.ttf')  format('truetype') /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Champagne-bold';
  src: url('fonts/Champagne-&-Limousines-Bold.woff') format('woff'), /* Modern Browsers */
       url('fonts/Champagne-&-Limousines-Bold.ttf')  format('truetype') /* Safari, Android, iOS */
}

body
{
    font-family: 'Champagne', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #23214c;    
}

body a
{
    text-decoration: none;
    color: #ffffff;
    transition: color .2s linear;
    font-size: 24px;
}

body a:hover
{
    color: #eed59f;
}

@media (max-width: 1200px)
{.sm-clean li {
    display: block;
}}

.doc-loader 
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;	
    background-color: #fff;
}

.doc-loader td 
{       
    text-align: center;
    vertical-align: middle;
}

.doc-loader img
{
    width: 180px;
    height: auto;        
}

.content-100
{
    width: 100%; 
    position: relative;
    height: -moz-available;          /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    height: stretch;
}

.content-100-auto
    {
        width: 100%;  
        height: auto;
    }

.content-100 img
{
    max-width: 100%;
    /*max-height: 100%;*/
    width: auto;
    height: auto;    
    position: absolute;
}

.full-width
{
    line-height: 0;
}



/* TOP MENU */

.menu-wrapper
{
    z-index: 99 !important;
    background-color: transparent;
    width: 100% !important;
    top: 0;
    position: fixed;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(34, 34, 34, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

#header-main-menu
{ 
    font-family: 'Champagne', sans-serif;   
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.main-menu.sm-clean
{
    background-color: transparent;    
}

.main-menu.sm-clean a
{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    transition: color .2s linear;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.main-menu.sm-clean .sub-menu a 
{
    font-size: 11px;
    line-height: 20px;
}

.sm-clean .current_page_item a 
{
    color: #fff !important;
}

.main-menu.sm-clean a:hover 
{
    color: #eed59f !important;
}

.sm-clean li.active a
{
    color: #eed59f !important;
}

.mob-menu
{
    display: none;
    font-weight: 700;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: color .2s linear;
    color: #fff;
}

/* END TOP MENU */



/* GENERAL SECTION */

.section
{    
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.title-holder-100{
    width: 100%;
}

.section-title-holder
{   
    box-sizing: border-box;
}

.section-title-holder.right
{   
    z-index: 2;
    padding-right: 30px;
    padding-left: 0px;
}
.section-title-holder.bottom-right
{   
    z-index: 2;
    padding-right: 30px;
    padding-left: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.section-title-holder.left
{   
    z-index: 2;
    padding-left: 30px;
    padding-right: 0;
}

#our-team .section-title-holder.left
{   
    padding-bottom: 30px;
}

.section-title-holder.content-40{
    width: 40%;
}
.section-title-holder.content-30{
    width: 30%;
}

.section-title-holder h2
{
    font-family: 'Champagne', sans-serif;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 40px;
    word-break: break-all;
    line-height: 40px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 100px;
    padding-bottom: 0;
    word-break: break-word;
}

.section-content-holder
{   
    background: #fff;
    width: 50%;
    float: left;
}

.section-content-holder .content-wrapper
{
    padding: 0 60px;
}

.section-description{
    font-weight: 700;
    color: black;
    text-shadow: 0 0 1px #FFF, 0 0 2px #FFF, 0 0 3px #FFF;
    letter-spacing: 1px;
    font-size: 18px;
}

.product-lines-item{
    margin-top: -40px;
    display: inline-block;
    width: 100%;
}

.product-lines-p{
    font-size: 18px;
    color: black;
    max-width: 348px;
}

.who-we-sell-p{
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    max-width: 220px;
    min-height: 90px;
}

.product-lines-title{
    font-size: 28px;
    color: black;
    font-weight: 500;
    padding-bottom: 10px;
    margin-top: 24px;
}

.img-left .product-lines-title, .img-left .product-lines-p{
    margin-left: 180px;
}

.img-right .product-lines-title, .img-right .product-lines-p{
    margin-right: 180px;
    margin-left: auto;
}

.img-left .product-lines-title:before{
    content: '';
    position: absolute;
    width: 160px;
    margin-left: -180px;
    margin-top: 14px;
    border-top: solid 1px black;
}

.img-right .product-lines-title:after{
    content: '';
    position: absolute;
    width: 160px;
    margin-left: 20px;
    margin-top: 14px;
    border-top: solid 1px black;
}

.product-lines-img, .product-lines-text{
    width: 50%;
    height: 120px;
    float: left;
}

.product-lines-img img{
    width: 120px;
    height: auto;
}

.img-right .product-lines-img{
    text-align: left;margin-left: -1px;
}

.img-left .product-lines-img{
    text-align: right;
}

.img-right .product-lines-img img{
    border-left: solid 1px black;
}

.img-left .product-lines-img img{
    border-right: solid 1px black;
}

.img-right .product-lines-text{
    text-align: right;
}

.img-left .product-lines-text{
    text-align: left;
}


@media screen and (max-width: 960px) {   
.img-right .product-lines-img,.img-right .product-lines-text{
    float: right;
    text-align: left;
}
.img-right .product-lines-title, .img-right .product-lines-p {
    margin: 0;
}
.img-right .product-lines-text, .img-left .product-lines-text{
    width: calc(100% - 120px);
}
.img-left .product-lines-img {
    text-align: left;
}
.product-lines-item {
        margin-top: 0;
    padding: 10px;
    box-sizing: border-box;
}
.img-right .product-lines-title:after, .img-left .product-lines-title:before{
    content: none;
}

.img-left .product-lines-title, .img-left .product-lines-p {
   margin: 0;
}
.product-lines-title {
    margin-top: 0;
}
.product-lines-img {
    width: 120px;
}
.product-lines-img, .product-lines-text {
    height: auto;
}
.img-right .product-lines-img{
    margin-left: 0;
}


.img-right .product-lines-img img{
    border-left: none;
}

.img-left .product-lines-img img{
    border-right: none;
}
}

.section-content-holder.right
{
    margin-left: 370px;
}

.section-content-holder .content-title-holder
{
    overflow: hidden;
    height: 100px;
    margin-top: -60px;
    padding-bottom: 50px;
}

.section-content-holder .content-title
{
    font-family: 'Champagne';
    font-weight: 700;
    text-align: center;
    font-size: 180px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: -75px;
    color: #221c5a;    
}

.extra-content-left
{
    width: 800px;
    color: #fff;    
    padding: 100px 0;
}

.extra-content-right
{
    width: 800px;   
    margin-left: 370px;
    color: #fff;
    padding: 100px 0;
}

.extra-content-full-width
{
    padding: 100px 0;
}

.section:last-of-type .extra-content-left, .section:last-of-type .extra-content-right, .section:last-of-type .extra-content-full-width
{
    padding-bottom: 0;
}

/* END GENERAL SECTION */



/* HOME SECTION */

.intro-page 
{
    min-height: 100vh;
    background-image:url("images/backgrounds/morebutterdistribution-background.jpg"); 
    background-repeat: no-repeat; 
    background-position: left top; 
    background-size: cover;
    z-index: 10;
}

.top-logo
{
    width: 240px !important;
    padding-top: 140px;
    left: 160px;
}

@media (max-width: 620px)
{
.content-100 img.top-logo {
    padding-top: 160px;
    left: auto;
    position: relative;
}}

h1.big-title {
    font-family: 'Champagne', sans-serif;
    font-size: 56px;
    line-height: 100%;
    padding-top: 100px;
    color: #fff;
    width: 100%;
    bottom: 100px;
    position: absolute;
    font-weight: 500;
    padding: 0 10px;
    box-sizing: border-box
}

.big-title span 
{
    display: block;
}

.title-desc
{
    font-family: 'Champagne', sans-serif;
    font-size: 22px;
    line-height: 26px;
    max-width: 333px; 
    margin: 0 auto;
    color: #fff;
}

.page-template-page-home .intro-page footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* END HOME SECTION */



/* SERVICE SECTION */

#what-we-do
{
    height: 100vh;
    background-image: url("images/backgrounds/what-we-do-background.jpg");  
    background-repeat: no-repeat; 
    background-position: right center;
    background-size: cover;
    z-index: 8;
}

#territories
{
    height: 100vh;
    background-image: url("images/backgrounds/territories-and-clients.jpg");  
    background-repeat: no-repeat; 
    background-position: center;
    background-size: cover;
    z-index: 3;
}

#what-we-do .section-title-holder span
{
    color: #55B286;
}

.service-holder 
{
    display: inline-block;
    width: 335px;
}

.service-holder img 
{
    display: inline-block;
    width: 50px !important;
    vertical-align: top;
}

.service-content-holder 
{
    display: inline-block;
    width: 240px;
    margin-top: 55px;
    margin-left: 5px;
}

.service-title 
{
    font-family: 'Champagne', sans-serif; 
    font-size: 24px;
    padding-bottom: 10px;
}

/* END SERVICE SECTION */



/* PORTFOLIO SECTION */

#our-team
{
    height: 100vh;
    background-image: url("images/backgrounds/our-team-background.jpg");  
    background-repeat: no-repeat; 
    background-position: left center;
    background-size: cover;
    z-index: 7;
}

#our-team .section-title-holder span
{
    color: #e3a436;
}

.page-template-page-portfolio .section
{
    padding-top: 100px;
}

.section-content-holder.portfolio-holder
{
    background-color: transparent;
    width: 100%;
    padding: 0;
}

.section-content-holder.product-lines-holder
{
    background-color: transparent;
    width: 100%;
}

.portfolio-holder .portfolio-load-more-holder
{
    font-family: 'Champagne', sans-serif;    
    font-weight: 700;
    font-size: 20px;
    width: 430px;
    background-color: #E74C78;
    text-align: center;
}

.portfolio-holder .portfolio-load-more-holder img 
{
    padding-bottom: 15px;
}

.portfolio-holder .portfolio-load-more-holder a
{
    color: #fff;
    padding-top: 30px;
    padding-bottom: 15px;
}

.portfolio-holder .portfolio-load-more-holder
{    
    margin-right: 0;
    margin-left: auto;
}

.more-posts
{ 
    display: block;
}

.more-posts:hover
{
    cursor: pointer;
}

.grid 
{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
    max-width: 1440px;
    margin: 0 auto;
}

.grid-item 
{
    float: left;
    font-size: 0;
    line-height: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
}

.grid-item img 
{
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 180px;    
}

.who-we-sell-p, .grid-item img {
    margin:0 auto;
}

.grid-sizer, .grid-item 
{
    width: 400px;
}

.grid-item.p_one_half
{
    width: 400px;
}

.grid-item.p_one_quarter
{
    width: 25%;
    padding: 10px;
}

@media screen and (max-width: 960px) {   
    .grid-item.p_one_quarter
{
    width: 50%;
}
}

.grid-item.p_one
{
    width: 800px;
}

.portfolio-text-holder
{
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    font-size: 20px;
    background-color: white;
    text-align: center;   
    display: none;    
}

.portfolio-text-wrapper
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-type
{
    line-height: 100%;
    font-size: 11px;
    color: #9a9a9a;    
    padding-bottom: 20px;
}

.portfolio-type img 
{
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-text
{
    font-family: 'Champagne', sans-serif;    
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.portfolio-sec-text
{
    font-family: 'Champagne', sans-serif;    
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #8e8da9;
}

.grid-item a:hover
{
    color: #191919;
}

.more-posts-portfolio img
{
    transition: all .2s linear;
    width: 100px;
    height: 100px;
}

.more-posts-portfolio img:hover
{
    cursor: pointer;  
    transform: scale(0.9);
}

div.pp_default .pp_loaderIcon
{
    display: none !important;
}

/* END PORTFOLIO SECTION*/



/* ABOUT SECTION */

#about-us
{   
    height: 100vh;
    background-image: url("images/backgrounds/about-us-background.jpg"); 
    background-repeat: no-repeat; 
    background-position: right center;  
    background-size: cover; 
    z-index: 9;
}

#about-us .section-title-holder span
{
    color: #b24564;
}

#about-us .section-content-holder
{
    padding-bottom: 0;
}

.member-content-holder 
{
    width: 330px;
    padding: 90px 50px 50px 50px;
    float: left;
}

.member-image-holder 
{
    width: 370px;
    float: right;
}

.member-image-holder img
{
    width: 100% !important;
}

.member-name
{
    line-height: 26px;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
}

.member-position
{
    line-height: 16px;
    font-size: 14px;
    padding-bottom: 50px;
    color: #ee87a4;
    letter-spacing: 4px;
}

.member-content
{
    line-height: 26px;    
}

.image-slider-wrapper.img .image-slider li img
{
    width: 100%;
}

/* END ABOUT SECTION */


/* NEWS SECTION */

.right {
    text-align: left;
}

.right.bottom {
    bottom: 0;
}

#product-lines
{   
    background-image: url("images/backgrounds/sections-background.jpg"); 
    background-repeat: no-repeat; 
    background-position: center;  
    background-size: cover; 
    z-index: 6;
}

#who-we-sell-to
{   
    background-image: url("images/backgrounds/sections-background.jpg"); 
    background-repeat: no-repeat; 
    background-position: center;  
    background-size: cover; 
    z-index: 5;
    min-height: 100vh;
}

#what-inspires
{   
    background-image: url("images/backgrounds/sections-background.jpg"); 
    background-repeat: no-repeat; 
    background-position: center;  
    background-size: cover; 
    z-index: 4;
    min-height: 100vh;
}

#logistics
{   
    background-image: url("images/backgrounds/logistics-background.jpg"); 
    background-repeat: no-repeat; 
    background-position: right center;  
    background-size: cover; 
    z-index: 3;
    min-height: 100vh;
}


/* CONTACT SECTION */

#contact
{
    background-image: url("images/backgrounds/contact-background.jpg"); 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: cover; 
    z-index: 2;
    min-height: 100vh;
}

.map 
{
    height: 400px;
}

.map img
{
    max-width: none;
    max-height: none;
}

.contact-form
{
    max-width: 100%;
    width: 770px;
    margin: 0 auto;
    font-size: 22px;
    color: #9a9a9a;
}

p.custom-text-class 
{
    display: inline-block;
    padding-right: 45px;
    vertical-align: top;
}

p.custom-field-class 
{
    display: inline-block;
    margin-bottom: 60px;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea
{
    color: #23214c;
    border: 0;
    border-bottom: 1px solid #1c1c1c;
    height: 28px;    
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    line-height: 25px;
    padding: 0;
}

.contact-form input[type=text]::-webkit-input-placeholder, .contact-form input[type=email]::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder
{
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form textarea::-moz-placeholder
{
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}
.contact-form input[type=text]:-ms-input-placeholder, .contact-form input[type=email]:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder
{
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.contact-form input[type=text]:-moz-placeholder, .contact-form input[type=email]:-moz-placeholder, .contact-form textarea:-moz-placeholder
{
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}

.contact-form input[type=text], .contact-form input[type=email]
{
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.contact-form textarea
{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 13px;
    overflow: hidden;
    padding-bottom: 5px;
}

.contact-form textarea:focus
{
    height: 150px;
    overflow: auto;
}

.contact-form input[name="your-name"]
{
    margin-top: 0;
    padding-top: 0;
}

.contact-form input[type=submit]
{	
    color: #e54b76;
    display: inline-block;
    border: 2px solid #e54b76;
    text-align: center;
    padding: 12px 0px;
    cursor: pointer;
    margin-top: 30px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .2s linear;
}

.contact-form input[type=submit]:hover
{
    color: white;
    background-color: #e54b76;
}

div.contact-form-response-output
{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

span.contact-form-not-valid-tip
{
    font-size: 10px;
}

/* END CONTACT SECTION */


/* FOOTER */

footer
{
    background-color: transparent;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.footer
{
    font-size: 16px;
    line-height: 36px;
    clear: both;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
}

.footer-left, .footer-right
{
    width: 810px;
}

.footer-right
{
    margin-left: 370px;
}

.footer a
{
    color: #ffffff;
}

.social-footer a 
{
    margin: 0 10px;
    font-size: 20px;
}

/* END FOOTER */



/* SINGLE PORTFOLIO PAGE */

.single-portfolio .menu-wrapper
{
    display: none !important;
}

.single-portfolio article
{
    padding-top: 230px;
}

.single-portfolio article .entry-content
{
    background-color: #fff;
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
}

.single-portfolio .x-close
{
    top: -60px;
    right: -60px;
    background-color: #26276d;
    line-height: 0;
    font-size: 0;
    width: 60px;
    height: 60px
}

.single-portfolio .x-close img
{
    opacity: 0.4;
    transition: opacity .2s linear;
    width: 30px;
    height: 30px;
    padding-top: 15px;
    padding-left: 15px;
}

.single-portfolio .x-close:hover img
{
    opacity: 1;
}

.single-portfolio .entry-content .one
{
    padding-left: 100px;
    padding-right: 100px;
}

.single-portfolio .entry-content .one_half
{
    width: 435px;
    padding-left: 100px;
}

.single-portfolio .entry-content .one_half.last
{
    padding-left: 0;
    padding-right: 100px;
}

.single-portfolio .entry-content h1 
{
    padding: 0;
    font-size: 20px;
    line-height: 30px;
}

/* END SINGLE PORTFOLIO */


/* RESPONSIVE PART */

@media screen and (max-width: 1270px) {   

    .content-100 
    {
        width: 100%;  
    }

    .content-100-auto
    {
        width: 100%;  
        height: auto;
    }

    .one_half
    {
        margin-right: 8%;
        float: left;
        position: relative;
        margin-bottom: 37px;
    }

    .one_half
    {
        width: 46%;
    }      

    .section-content-holder.right 
    {
        margin-left: 250px;
    }

    .single-portfolio .entry-content .one_half 
    {
        width: 40%;
        padding-left: 5%;
        margin-right: 10%;
    }

    .single-portfolio .entry-content .one_half.last
    {        
        padding-left: 0;
        padding-right: 5%;
    }

}

@media screen and (max-width: 1100px) {    

    .single-portfolio .x-close
    {
        right: 50%;
        right: calc(50% - 30px);    
    }    

}

@media screen and (max-width: 1020px) {    

    .content-100 
    {
        width: 100%;  
    } 

    .content-100-auto
    {
        width: 100%;  
        height: auto;
    }

    .section-title-holder.content-40,.section-title-holder.content-30{
        width: auto;
        padding-left:30px;
    }

    .extra-content-left, .extra-content-right
    {
        width: 100%;
        margin-left: 0;
    }    

    .single-portfolio article 
    {
        padding-top: 140px;
    }

    .one_half
    {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }   

    .single-portfolio .entry-content .one_half 
    {    
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-right: 0;
    }

    .single-portfolio .entry-content .one_half.last
    {        
        padding-left: 5%;
        padding-right: 5%;
    }

    .site-content .one_half, .single-portfolio .entry-content div 
    {
        text-align: left;
    }

    .image-slider-wrapper.service a.image_slider_next 
    {
        top: -89px;
        right: 0;
    }  

    .section-content-holder.right 
    {
        margin-left: 0;
    }

    .section-content-holder.left 
    {
        margin-top: 0;
    }        

    .section-title-holder:not(.bottom-right)
    {
        width: 100%;
        height: auto;
        position: relative !important;
        top: 0 !important;
    }

    .section-title-holder h2
    {
        display: inline-block;
        width: auto;
        vertical-align: top;
    }

    .section-content-holder 
    {
        width: 100%;   
    }

    .section-content-holder .content-wrapper
    {
        padding: 0 5%;
    }       

    .service-holder 
    {    
        width: 100%;
        display: block;
    }

    .service-content-holder 
    {
        width: 100%;
        width: calc(100% - 75px);
        margin-bottom: 30px;
    }    

    .section-content-holder.portfolio-holder 
    {    
        width: 100%;
    }

    .grid-item.p_one, .grid
    {
        width: 100%;       
    }    

    .grid-sizer, .grid-item, .grid-item.p_one_half
    {
        width: 50%;
    }  

    .portfolio-holder .portfolio-load-more-holder 
    {
        width: 100%;
    }  

    .member-content-holder 
    {
        width: 40%;
        padding: 10% 5% 5% 5%;
    }

    .member-image-holder 
    {
        width: 50%;
    }

    .image-slider-wrapper.team .image_slider_next
    {
        right: 40%;
    }

    .blog-item-holder .entry-title 
    {
        width: 100%;
        display: block;
        padding-top: 20px;
    }

    .blog-item-holder .info
    {
        width: auto;
    }

    .section-content-holder .content-title-holder 
    {
        overflow: visible;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .section-content-holder .content-title 
    {
        font-size: 19vw;
        margin-top: 0;
    }

    .testimonial-slider-holder 
    {
        width: 90%;
        padding-left: 5%;
    }    
}

@media screen and (min-width: 1200px) {   
    .main-menu
    {
        display: block !important;
    }
}
@media screen and (max-width: 1200px) {  
.main-menu.sm-clean
    {
            float: none;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 9999;
    display: none;
    background-color: rgba(0, 0, 0, 0.50);
    border-radius: 0;
    }

    .mob-menu
    {
        display: block;
    }

    .mob-menu:hover
    {
        cursor: pointer;
    }
}

@media screen and (max-width: 925px) {  

    .section
    {
        z-index: 0 !important;
    }

    h1.big-title
    {
        font-size: 40px;
        padding-top: 0;
    }

    h1.big-title span 
    {
        display: inline;
    }

    .title-desc 
    {    
        font-size: 19px;
        line-height: 23px;
    }

    .portfolio-text-holder 
    {
        display: none !important;
        opacity: 0 !important;
    }   

    .main-menu ul 
    {
        width: 12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active
    {
        padding-right: 0;
        padding-left: 0;
    }

    .main-menu.sm-clean a 
    {
        line-height: 24px;
    }

    .main-menu.sm-clean .sub-menu a 
    {
        font-size: 16px;
        line-height: 25px;    
        text-align: center;
    }    

    .carousel_fw_next
    {
        display: block !important;
    }

    .fw_carousel_pagination
    {
        display: none !important;
    }


}

@media screen and (max-width: 805px) {       

    .contact-form input[type=text], .contact-form input[type=email], .contact-form textarea, p.custom-field-class, #commentform #email, #commentform #author, #commentform #comment
    {
        width: 100% !important;
    }        

}


@media screen and (max-width: 650px) { 

    .section-title-holder.content-40,.section-title-holder.content-30{
        padding-left:15px;
        padding-right:15px;
    }

    .section-description {
        font-size: 16px;
    }

    .member-content-holder
    {
        width: 90%;
        float: none;
    }

    .member-image-holder
    {
        width: 100%;
        float: none;
    }

    .image-slider-wrapper.team .image_slider_next
    {
        right: auto;
        left: 30px;
    }    
}


@media screen and (max-width: 350px) { 

    .section-title-holder h2
    {
        margin-top: 9px;
        font-size: 35px;
    }

    .image-slider-wrapper.service a.image_slider_next 
    {
        top: -84px;
    }
}

/*.grid-item.animation-img-grid, .product-lines-img.animation-img-grid{
    opacity: 0;
    -moz-transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid-item.animation-img-grid.in-view, .product-lines-img.animation-img-grid.in-view{
    opacity: 1;
}
.img-right .product-lines-text.animation-img-grid{
    opacity: 0;
    -moz-transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    -moz-transform: translate3d(-100%, 0px, 0px);
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -o-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate3d(-100%, 0, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.img-right .product-lines-text.animation-img-grid.in-view{
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.img-left .product-lines-text.animation-img-grid{
    opacity: 0;
    position: absolute;
    -moz-transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    -moz-transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate3d(100%, 0, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.img-left .product-lines-text.animation-img-grid.in-view{
    opacity: 1;
    position: relative;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
@media screen and (max-width: 960px) {
    .img-right .product-lines-text.animation-img-grid{
    opacity: 0;
    -moz-transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    -moz-transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate3d(100%, 0, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.img-right .product-lines-text.animation-img-grid.in-view{
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
}
.section-title-holder.animation-img-grid{
    opacity: 0;
    -moz-transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    -moz-transform: translate3d(0px,480px, 0px);
    -webkit-transform: translate3d(0px, 480px, 0px);
    -o-transform: translate(0px, 480px);
    -ms-transform: translate(0px, 480px);
    transform: translate3d(0px, 480px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.section-title-holder.animation-img-grid.in-view{
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}*/
.contact{
    max-width: 360px;
    max-height: 180px;
    margin:auto;
    text-align: center;    
    padding-top: 20%;}
