@import url(http://fonts.googleapis.com/css?family=Montserrat:400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

body{
    background: #ffffff;
    font-family: "Montserrat",sans-serif;
    color: #656b6f;
    font-weight: 400;
    overflow-x: hidden;
}
body p{font-family: 'Poppins', sans-serif;}
body h1{font-size: 80px; font-weight: 700; margin-top: 0; color: #ffffff; letter-spacing: -2px;}
body h2{font-size: 52px; color: #3b3d40; font-weight: 600; letter-spacing: -3px;line-height: 55px;}
body h4{color: #3b3d40;font-size: 14px;text-transform: uppercase;font-weight: 700;}
header{
    font-weight: 400;
    position: relative;
    color: #656b6f;
    background: url('../images/bg-header.jpg') no-repeat scroll center center;
    height: 800px;
}
.header-top{

}
.header-top .logo{
    margin-top: 30px;
}
.header-top .nav-links{
    margin-top: 50px;
}
.header-bottom{
    text-align: center;
    padding-top: 104px;
}
.header-bottom p{
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    padding: 0 150px;
}
.nav-links li{
    display: inline-block;
}
.nav-links li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
}
.nav-links li a:hover, .nav-links li a:focus{
    background: transparent;
    color: #fcc030;
}

.text_heading p{
    font-size: 14px;
    line-height: 26px;
    padding: 25px 283px 50px;
}

.text_heading h2{
    margin: 0;
}
.padding-left-40{
    padding-left: 40px;
}
.padding-right-40{
    padding-right: 40px;
}
.image-bg {
    width: 100%;
    height: 345px;
    display: inline-block;
    position: relative;
}
.bg-gradient span{
    position: relative;
}
.bg-gradient span::before{
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 150px;
    left: 0;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
    background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='transparent', endColorStr='rgba(0, 0, 0, 0.6)');
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.image-bg .image-shop-scroll {
    transition: all 3s ease-out 0s;
    -webkit-transition: all 3s ease-out 0s;
    -moz-transition: all 3s ease-out 0s;
    -ms-transition: all 3s ease-out 0s;
    -o-transition: all 3s ease-out 0s;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 345px;
    top: 0;
    left: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.image-bg:hover .image-shop-scroll {
    background-position: center 100%!important;
}


.pagebuilder{text-align: center;}
.homepage{
    background-color: #f9f9f9;
}
.home-wrap{
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.home-wrap:hover{
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
}
.col-left, .col-right{
    padding-top: 99px;
}
.col-left ul li{
    padding: 30px 35px 30px 10px;
}
.col-right ul li{
        padding: 30px 10px 30px 35px;
}
.features ul{padding: 0;}
.features ul li{
    background: #fff;
    color: #aaa;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    clear: both;display: table;
}
.element-page{
    position: relative;
    margin-bottom: 78px;
}
.element-page .view-demo{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    background: transparent;
    padding: 0;
    margin: 0;
}
.element-page .view-demo h4{
    color: #ffffff;
}
.image-bg.bg-gradient{
    height: 446px;
}
.image-bg.bg-gradient .image-shop-scroll{
    height: 446px;
}
.features .pull-left{min-height: 108px; width: 30%}
.features .features-content-right{width: 70%; float: right; padding-left: 30px;}
.features .features-content-left{width: 70%; float: left; padding-right: 30px;}
.features .pull-right{min-height: 108px;width: 30%}
.features i,.features li img{
    background: #fcc030;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 36px;
    border-radius: 50%;
}
.features li img{
    padding: 32px 22px;
}
.features h4{font-size: 22px; font-weight: 600; margin-top: 0; line-height: 26px; text-transform: capitalize;}
.features strong{color: #1b1b1b; font-size: 18px;}

.mobile{
    background: url('../images/bg-mobile.jpg') scroll center center no-repeat; 
    min-height: 830px; 
    padding-top: 124px;
}

.features2 .wrap{
    background: #fff; 
    font-size: 13px; 
    color: #aaa; 
    line-height: 24px; 
    margin-bottom: 57px;
    border-radius: 4px;
    min-height: 407px;
}
.features2 .wrap:hover{ 
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);   
}
.features2 .desc{
    padding-top: 28px;
}
.features2 h4{
    color: #3b3d40; 
    text-transform: uppercase; 
    font-size: 12px; 
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 17px;
}
.features2 p{
    color: #656b6f;  
    font-size: 16px; 
    line-height: 24px;
    padding: 0 49px;
}
.features3 {
    background: url('../images/bg-1.jpg') no-repeat scroll center top;
    height: 455px;
}
.features3 p{
    color: #FFF;
    opacity: 0.7;
    padding-top: 16px;
}
body .features3 h2{
    color: #FFF;
}
a.mobile{
    position: relative; 
    display: inline-block;
}
a.mobile:hover:before{
    position: absolute;
    bottom: -5px; left: -22px;
    content:"";
    z-index: 1;
    width: 358px; height: 496px;
    background: url('../images/iPhone-mockup.png') no-repeat scroll 0 0;
}
a.mobile img{
    position: relative;
    z-index: 2;
}
.extension img{margin-bottom: 30px;}

.massbottom{
    background: url('../images/rate.png') no-repeat scroll left top; padding-top: 40px;
    float: left;
}

.footer-top{
    background: url('../images/bg-2.png') no-repeat scroll center center;
    min-height: 464px;
    padding-top: 121px;
    margin-top: -59px;
    position: relative;
    z-index: 99;
}
.footer .copy-right{
    color: #656b6f;
    padding: 30px 0;
    font-size: 14px;
}
.footer .copy-right span{color: #fcc030;}
.footer h1{font-size: 82px; color: #ffffff;margin-top: -11px}
.footer h2{
    font-size: 52px;
    color: #ffffff;
    padding-top: 20px;
    margin-bottom: 0;
}
.footer .btn{padding: 0 50px;}
.footer .text{float: left;}
.menu-footer {float: right;}
.menu-footer li{display: inline-block;}
.menu-footer li a{color: #3b3d40;text-transform: uppercase;font-size: 10px;font-weight: 700;letter-spacing: 2px; padding:7px;}
.menu-footer li a:hover{color: #fcc030; text-decoration: none;}

.rate-star i{
    color: #fff;
    font-size: 36px;
}
.scrollup {
    background: #3b3d40;
    bottom: 25px;
    position: fixed;
    right: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    line-height: 50px;
    z-index: 9999;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.scrollup:hover, .scrollup:active, .scrollup:focus {
    -webkit-box-shadow: 0px 0 0px 30px #fcc030 inset;
    box-shadow: 0px 0 0px 30px #fcc030 inset;
    color: #3b3d40;
    background: #fcc030;
    outline: none;
}

.wrapper{
    position: relative;
}

.bottom{
    color: #3399db;
    font-weight: bold;
    min-height: 200px;
    line-height: 80px;
    text-align: center;
    font-family: "Montserrat",sans-serif;
    padding: 20px 0;
}

.a-right{text-align: right;}
.a-left{text-align: left;}

a{outline: none; color: #fcc030;}
a:hover{
    color: #fcc030;
    text-decoration: underline;
}

img{    
    height: auto;
    max-width: 100%;
}
.content{position: relative; padding: 70px 0; margin-bottom: 80px;}
.content p{margin-bottom: 25px; font-weight: bold;}

.view-demo{padding:34px 0; margin-bottom: 60px; background-color: #fff;margin-top: -5px;border-radius: 5px;-webkit-border-radius: 5px;}
.view-demo h4{
    font-size: 10px;
    letter-spacing: 5px;
}
.btn{
    background: #ffffff;
    color: #3b3d40!important;
    border: 0!important;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 0 30px;
    line-height: 45px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}
.btn2{
    background: #fcc030;
    color: #fff!important;
    border: 0!important;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 0 30px;
    line-height: 45px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}
.btn:focus, .btn:active:focus, .btn.active:focus{outline: none!important;}

.default.link h4{margin: 20px 0 38px;}
.default.link:hover h4{color: #fcc030;}


