*{
	margin:0;
	padding:0;
    list-style: none;
    outline: none;
}

body{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #787878;
    line-height: 1.6;
}

body a{
    color: #000;
    outline: none!important;
}

body a:focus,
body a:active,
body a:visited{
    color: #000;
}

body a:hover,
body a:focus,
body a:active,
body a:visited{
    text-decoration: none;
}

img{
    width: auto;
    max-width: 100%;
}

.clearfix{
    clear: both;
    height: 0;
}

.header{
    background: transparent;
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 50px 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.header.header-on-top{
    background-color: rgba(0,0,0,0.8);
    padding: 10px 0;
    box-shadow: -1px 4px 3px 0 rgba(0, 0, 0, 0.2);
}

.content-top{
    background: url(../images/bg_header.jpg) no-repeat top left;
    min-height: 860px;
    padding-top: 50px;
    position: relative;
}

.logo-wrapper h1{
    margin:0;
}

.logo-wrapper strong{
    display: none;
}

.nav-container .navigation{
    text-align: right;
    padding-top: 10px;
}

.nav-container .navigation li{
    display: inline-block;
    margin-left: 30px;
}

.nav-container .navigation li a{
    font-family: 'Josefin Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 73.33%;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.nav-container .navigation li a:hover{
    color: #ff5c00;
}

.description-header{
    text-align: center;
    font-family: 'Josefin Sans';
    font-weight: 400;
    padding-top: 130px;
}

.description-header .normal-title{
    font-size: 133.33%;
    color: #ff5c00;
}

.description-header .big-title{
    font-size: 320%;
    margin-bottom: 30px;
    color: #fff;
}

.btn-buy{
    padding:0 42px;
    font-size: 80%;
    display: inline-block;
    text-align: center;
    background: #ff5c00;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    -webkit-border-radius: 19px;

    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.btn-buy:hover{
    color: #fff;
    background-color: #222;
}

.bottom-description{
    text-align: center;
    background-color: #ff5c00;
    color: #fff;
    padding: 35px 0;
}
.slider-demo-container .owl-carousel .owl-stage-outer{
    padding-top: 30px;
}

/*.slider-demo-container .slider-demo .item{
    -webkit-box-shadow: -24px 7px 26px 0px rgba(189, 189, 189, 1);
    -moz-box-shadow:    -24px 7px 26px 0px rgba(189, 189, 189, 1);
    box-shadow:         -24px 7px 26px 0px rgba(189, 189, 189, 1);
}*/

.slider-demo-container{
    position: absolute;
    left:0;
    bottom: 0;
    z-index: 20;
    width: 100%;
}
.copyright a{
    color: #f4a137;
}


.slider-demo .owl-nav{
    max-width: 970px;
    margin: 0 auto;
    position: relative;
}

.slider-demo .owl-nav div{
    position: absolute;
    top: -210px;
    display: inline-block;
    width: 22px;
    height: 36px;
    overflow: hidden;
    text-indent: -999px;
    background: url(../images/bg-nav.png) no-repeat center center;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.slider-demo .owl-nav div.owl-next{
    right:0;
}

.slider-demo .owl-nav div.owl-next:hover{
    right: -5px;
}

.slider-demo .owl-nav div.owl-prev{
    left:0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.slider-demo .owl-nav div.owl-prev:hover{
    left: -5px;
}

.title-page{
    text-align: center;
}

.title-page h2{
    font-family: 'Josefin Sans';
    font-weight: 400;
    color: #000;
    font-size: 226.67%;
}

.title-page h3{
    font-size: 100%;
    margin-top: 10px;
}

.theme-demo{
    padding: 50px 0 20px;
}

.theme-demo .title-page{
    margin-bottom: 40px;
}

.demo-item{
    margin-bottom: 50px;
}

.demo-item .demo-image a {
    cursor: default;
}

.demo-item.new-item .demo-image{
    position: relative;
}

.demo-item.new-item .demo-image:before{
    content: "";
    display: inline-block;
    width: 79px;
    height: 89px;
    background: url(../images/new-icon.png) no-repeat top left;
    position: absolute;
    right: -3px;
    top:-3px;
    z-index: 10;
}

.demo-image img{
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.demo-info{
    text-align: center;
}

.demo-info h3{
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 133.33%;
    margin:25px 0 18px;
}
.demo-info .view-demo{
    display: table;
    margin: auto;
    text-transform: uppercase;
    background-color: #efefef;
    color: #222;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.demo-info .view-demo:hover{
    color: #fff;
    background-color: #ff5c00;
}
.demo-version li{
    display: inline-block;
    margin:0 5px;
}

.demo-version li a{
    background-color: #efefef;
    padding: 0 15px;
    display: block;
    line-height: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;

    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.demo-version li a:hover{
    color: #fff;
    background-color: #ff5c00;
}

.admin-demo{
    background: url(../images/admin.jpg) no-repeat center top;
    padding-top: 50px;
}

.admin-demo .title-page{
    margin-bottom: 35px;
}

.admin-demo .title-page h2{
    color: #fff;
}

.admin-demo .title-page h3{
    color: #c9c9c9;
    line-height: inherit;
}

.hot-features{
    background: url(../images/bg_feafures.jpg) no-repeat center top;
}

.hot-features .h-feature-item{
    display: table-cell;
    padding: 80px 30px 90px;
    color: #fff;
	width: 25%;
}

.hot-features .h-feature-item .hot-item-content h2{
    font-size: 160%;
    font-family: 'Josefin Sans';
    font-weight: 400;
}

.hot-features .h-feature-item.feature-1{
    background: rgba(255,92,0,0.9);
}

.hot-features .h-feature-item.feature-2{
    background: rgba(255,92,0,0.8);
}

.hot-features .h-feature-item.feature-3{
    background: rgba(255,92,0,0.7);
}

.hot-features .h-feature-item.feature-4{
    background: rgba(255,92,0,0.6);
}

.all-features{
    background-color: #efefef;
    padding: 50px 0 30px;
}

.all-features .title-page{
    margin-bottom: 50px;
}

.all-features-content .item-inner .feature-title{
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 160%;
    color: #000;
}

.all-features-content .item-inner .feature-title span{
    display: table-cell;
    vertical-align: middle;
}

.all-features-content .item-inner .feature-title span:last-child{
    padding-left: 15px;
}

.all-features-content .item-inner .description{
    padding-top: 15px;
}

.all-features-content .feature-item{
    margin-bottom: 40px;
}

.support-container{
    padding: 50px 0 60px;
}

.support-content .info-support{
    text-align: center;
}
.support-content .title-page{
    margin-bottom: 50px;
}

.support-content .info-support h3{
    font-size: 160%;
    font-family: 'Josefin Sans';
    font-weight: 400;
}

.support-content .info-support h3 a{
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.support-content .info-support h3 a:hover{
    color: #ff5c00;
}

.buytheme-bottom{
    background: url(../images/bg-buy-bottom.jpg) no-repeat center top;
    padding: 95px 0 115px;
}

.buy-bottom-content{
    text-align: center;
    color: #fff;
    font-family: 'Josefin Sans';
}

.buy-bottom-content h4{
    font-size: 133.33%;
    font-style: italic;
    font-weight: 600;
    font-family: 'Josefin Sans';
}

.buy-bottom-content div{
    font-size: 320%;
    font-weight: 400;
    line-height: 1.2;
    margin: 20px 0 40px;
}

.buy-bottom-content .buy-bottom{
    background: #ff5c00;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 42px;
    text-align: center;
    text-transform: uppercase;
    font-size: 106.67%;
    font-weight: 700;
    color: #fff;

    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.buy-bottom-content .buy-bottom:hover{
    background-color: #fff;
    color: #000;
}

.copyright{
    background: #ff5c00;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.copyright address{
    margin:0;
}

/* RESPONSIVE */
@media (min-width: 1200px) {
    .hot-features .h-feature-item .hot-item-content h2{
        white-space: nowrap;
    }

    .all-features-content .feature-item:nth-child(3n+1){
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hot-features{
        display: table;
        background-size:  auto 100%;
    }

    .hot-features .h-feature-item{
        display: block;
        float: left;
        width: 50%;
    }

    .all-features-content .feature-item:nth-child(3n+1){
        clear: left;
    }
	
}

@media (min-width: 768px) and (max-width: 991px) {
    .navigation-logo .logo-wrapper{
        float: left;
        width: 30%;
    }

    .navigation-logo .nav-wrapper{
        float: left;
        width: 70%;
    }

    .demo-image{
        text-align: center;
    }

    .hot-features{
        display: table;
        background-size:  auto 100%;
    }

    .hot-features .h-feature-item{
        display: block;
        float: left;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .demo-item{
        text-align: center;
    }

    .demo-image{
        text-align: center;
        display: inline-block;
    }

    .hot-features{
        display: table;
        background-size:  auto 100%;
    }

    .hot-features .h-feature-item{
        display: block;
        width: 100%;
        padding: 30px;
    }

    .slider-demo-container{
        display: none;
    }

    .content-top{
        min-height: auto;
        padding-bottom: 40px;
    }

    .support-item .item-inner{
        margin-bottom: 30px;
    }

    .support-item .item-inner .box-image{
        text-align: center;
    }

    .buytheme-bottom{
        background-size:  auto 100%;
    }

    .navigation-logo .logo-wrapper{
        float: left;
        width: 70%;
    }

    .navigation-logo .nav-wrapper{
        float: left;
        width: 30%;
    }

    .nav-container{
        background: url(../images/icon-nav-mobile.png) no-repeat center center;
        float: right;
        width: 36px;
        height: 36px;
        position: relative;
        border: 1px solid #ddd;
        margin-top: 5px;
    }

    .nav-container .navigation{
        background: #fff none repeat scroll 0 0;
        display: none;
        position: absolute;
        right: -1px;
        top: 34px;
        width: 200px;
        padding: 10px 20px;
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .nav-container .navigation li{
        display: block;
        float: none;
        margin:0!important;
    }

    .nav-container .navigation li a{
        color: #222;
        display:block;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .nav-container .navigation li:last-child a{
        border:none;
    }

    .nav-container:hover .navigation{
        display: block;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

}

@media (max-width: 480px) {

}