body{
    background-image:url(../images/pictures/bg.jpg);
    background-position: top left;
    background-repeat:repeat;
}

/*Header*/

.header-dark{background-color:#0c1117;}
.header-light{background-color:#ecf0f1;}
.header-dark a{color:#FFFFFF;}
.header-dark a em{background-color:#FFFFFF;}
.header-light a{color:#1f1f1f;}
.header-light a em{background-color:#1f1f1f;}
.header-menu-background-dark{background-color:rgba(0,0,0,0.95);}
.header-menu-background-light{background-color:rgba(255,255,255,0.95);}

.header-dark{border-bottom:solid 1px rgba(255,255,255,0.1);}
.header-light{border-bottom:solid 1px rgba(0,0,0,0.1);}

.header-menu-dark a{border-bottom:solid 1px rgba(255,255,255,0.1); color:#c6c6c6;}
.header-menu-light a{border-bottom:solid 1px rgba(0,0,0,0.1); color:#1f1f1f;}

.header-menu-dark a i:first-child{    color:#818181;}
.header-menu-light a i:first-child{    color:#1f1f1f;}

.header-menu-dark .active-item{color:#FFFFFF;}
.header-menu-light .active-item{color:#000000;}

.header{
    position:fixed;
    left:0!important;
    right:0!important;
    top:0px;
    height:60px;
    z-index:99;
}

.header-icon-1{left:0px;}
.header-icon-2{left:50px;}
.header-icon-3{right:50px;}
.header-icon-4{right:0px;}

.header-logo{
    position:absolute;
    background-image:url(../images/preload-logo.png);
    background-size:30px 30px;
    width:30px;
    height:30px;
    margin-left:-15px;
    margin-top:15px;
    left:50%;
}

.header-icon i{transition:all 250ms ease;}

.header-icon i{
    position:absolute;
    left:0px;
    width:60px;
    height:60px;
    line-height:63px;
    font-size:24px;
    transition:all 250ms ease;
}

.header-icon{
    width:60px;
    height:60px;
    line-height:60px;
    text-align:center;
    position:absolute;
    transition:all 250ms ease;
}

.header-icon .ion-ios-arrow-down, .header-icon .ion-ios-arrow-up{
    font-size:16px;
}

.rotate-icon{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg); 
    -ms-transform: rotate(180deg); 
    transform: rotate(180deg); 
}

.transition-icon{
    transition:all 250ms ease!important;
}

.open-scrolling-menu{
    transition:0ms ease all;
}

/*Header Menu*/

.header-menu{
    position:fixed;
    left:0px;
    top:60px;
    bottom:0px;
    right:0px;
    z-index:99999;
    overflow:hidden;
    pointer-events:none;
}

.header-menu-scroll{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.header-menu-background{
    position:fixed;
    z-index:9;
    left:0px;
    right:0px;
    -moz-transform: translateX(0px) translateY(-1280px);
    -webkit-transform: translateX(0px) translateY(-1280px);
    -o-transform: translateX(0px) translateY(-1280px);
    -ms-transform: translateX(0px) translateY(-1280px);
    transform: translateX(0px) translateY(-1280px);
    transition:all 300ms ease;
    opacity:0;
    pointer-events:none!important;
}

.active-header-background{
    -moz-transform: translateX(0px) translateY(0px)!important;
    -webkit-transform: translateX(0px) translateY(0px)!important;
    -o-transform: translateX(0px) translateY(0px)!important;
    -ms-transform: translateX(0px) translateY(0px)!important;
    transform: translateX(0px) translateY(0px)!important;
    transition:all 300ms ease!important;
    opacity:1;
}

.close-header-menu{display:none;}

.header-menu-close{
    position:fixed;
    background-color:rgba(0,0,0,0.9);
    z-index:9999;
    top:0px;
    height:60px;
    left:0px;
    right:0px;
    pointer-events:none;
}

.pointer-events{pointer-events:all!important;}
.no-pointer-events{pointer-events:none!important;}

.header-menu a{
    display:block!important;
    height:60px;
    font-size:16px;
    font-weight:300;
    line-height:60px;
    margin-left:15px;
    margin-right:15px;
    padding-left:60px;
    transition:all 250ms ease-out;
    opacity:0;
    -moz-transform: translateX(-20px) translateY(-20px);
    -webkit-transform: translateX(-20px) translateY(-20px);
    -o-transform: translateX(-20px) translateY(-20px);
    -ms-transform: translateX(-20px) translateY(-20px);
    transform: translateX(-20px) translateY(-20px);
}

.header-menu a:last-child{
    border-bottom:none!important;
}

header-menu .ion-iphone{
    font-size:200%!important;
}

.header-menu a .ion-ios-camera-outline{
    font-size:28px!important;
}

.header-menu a i:first-child{
    font-size:21px;
    width:30px;
    position:absolute;
    height:60px;
    text-align:center;
    line-height:60px;
    left:0px;
}

.header-menu .ion-record{
    color:#818181;
    position:absolute;
    height:60px;
    width:30px;
    text-align:center;
    line-height:60px;
    font-size:6px;
    right:0px!important;
}

.header-menu .close-header-menu .ion-record{
    color:#c0392b!important;
    font-size:8px;
}

.active-menu .ion-record{
    color:#27ae60!important;
    font-size:8px;
}

.active-menu{
    font-weight:400!important;
}

.line-1{
    position:absolute;
    left:50%;
    -moz-transform: translateX(-8px);
    -webkit-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
    top:50%;
    margin-top:-5px;
    width:16px;
    height:1px;
    background-color:#FFFFFF;
    transition:all 250ms ease;
}

.line-2{
    left:50%;
    -moz-transform: translateX(-8px);
    -webkit-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
    top:50%;
    margin-top:-1px;
    position:absolute;
    width:16px;
    height:1px;
    background-color:#FFFFFF;
    transition:all 250ms ease;
}

.line-3{
    left:50%;
    margin-left:-8px;
    top:50%;
    margin-top:3px;
    position:absolute;
    width:16px;
    height:1px;
    background-color:#FFFFFF;
    transition:all 250ms ease;
}

.line-2-active{
    opacity:0!important;
    transition:all 250ms ease;
}

.line-1-active{
    transform: rotate(45deg) translateY(7px) translateX(-3px)!important;
    transition:all 250ms ease;
}

.line-3-active{
    transform: rotate(-45deg) translateY(-3px) translateX(4px)!important;
    transition:all 250ms ease;
}

.scrolling-menu *{
    -webkit-filter: blur(0px)!important;
    -moz-filter: blur(0px)!important;
    -o-filter: blur(0px)!important;
    -ms-filter: blur(0px)!important;
    filter: blur(0px)!important;
}

.scrolling-menu-light .menu-item{color:#1f1f1f;}
.scrolling-menu-light .menu-item:hover{color:#2980b9!important;}
.scrolling-menu-light .active-menu-item{color:#2980b9!important;}
.scrolling-menu-light{background-color:#ecf0f1;}

.scrolling-menu-dark .menu-item{color:#bdc3c7;}
.scrolling-menu-dark .menu-item:hover{color:#5dbeff!important;}
.scrolling-menu-dark .active-menu-item{color:#5dbeff!important;}
.scrolling-menu-dark{background-color:#0c1117;}

.scrolling-menu-fixed{
    position:fixed;
    top:60px;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.scrolling-menu-static{
    margin-top:-25px;
}

.scrolling-menu {
    padding-left:5px;
    z-index:9;
    overflow:hidden;
    width: 100%;
    height: 90px;
    padding-top:8px;
    border-bottom:solid 1px rgba(0,0,0,0.07);
    transition:all 250ms ease;
}
.scrolling-menu .swiper-slide {
    overflow:hidden;
    width: 80px;
}

.scrolling-menu-hidden{
    -moz-transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);   
    transition:all 250ms ease;
}

.menu-item i{
    display:block!important;
    width:100%;
    height:80px;
    line-height:55px;
    text-align:center;
    position:absolute;
    font-size:32px;
}

.menu-item em{
    font-size:13px;
    display:block!important;
    width:100%;
    font-style:normal;
    line-height:110px;
    text-align:center;
    font-weight:300!important;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

/*Homepage Slider*/

.home-slider h4{
    width:100%;
    padding-top:30px;
    padding-bottom:40px;
    position:absolute;
    bottom:15px;
    background: linear-gradient( to bottom,
      rgba(0, 0, 0, 0.01),
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.9)
    );
    color:#FFFFFF;
    padding-left:20px;
    padding-right:20px;
    font-size:18px;
    font-weight:500;
    line-height:30px;
}

.home-slider p{
    font-size:13px;
    position:absolute;
    bottom:0px;
    z-index:999;
    color:#FFFFFF;
    opacity:0.5;
    padding-left:20px;
    padding-right:20px;
    display:block;
    width:100%;
}

.home-round-slider{padding-top:10px;}
.home-round-slider img{
    border-radius:200px;
    margin-left:auto;
    margin-right:auto;
}

.home-img-1{
    position:absolute;
    width:150px;
    height:150px;
    top:25px;
    left:50%;
    margin-left:-170px!important;
    opacity:0.7;
}

.home-img-2{
    width:200px;
    height:200px;
    position:relative;
    z-index:1;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.5);
            box-shadow: 0 0 10px 3px rgba(0,0,0,0.5);
}

.home-img-3{
    position:absolute;
    width:150px;
    height:150px;
    top:25px;
    right:50%;
    margin-right:-170px!important;
    opacity:0.7;
}

.home-round-slider h3{text-align:center; padding-top:20px;}
.home-round-slider em{display:block; font-style: normal; text-align:center;}
.center-socials{width:160px; margin-left:auto; margin-right:auto;}

/*Home Columns*/

.column-home-left i{
    font-size:46px;
    position:absolute;
    height:60px;
    margin-top:5px;
    width:40px;
    text-align:center;
}

.column-home-left h5{
    padding-left:60px;
}

.column-home-left p{
    padding-left:60px;
}

.column-home-center i{
    font-size:46px;
    height:60px;
    margin-top:5px;
    width:100%;
    display:block;
    text-align:center;
}

.column-home-center h5{
    text-align:center;
    font-size:18px;
    padding-bottom:10px;
}

.column-home-center p{
    text-align:center;
}

/*Footer*/

.footer{padding:30px 0px 30px 0px;}
.footer-dark{background-color:#0c1117;}
.footer-light{background-color:#ecf0f1; border-top:solid 1px #e0e0e0; border-bottom:solid 1px #e0e0e0;}
.footer-light{background-color:#ecf0f1; border-top:solid 1px #e0e0e0; border-bottom:solid 1px #e0e0e0;}
.footer-light i{color:#1f1f1f;}
.footer-light p{color:#666666;}
.footer-light .decoration{background-color:rgba(0,0,0,0.1)!important;}

.footer-dark .decoration{
    background-color:rgba(255,255,255,0.05);
    max-width:290px;
    margin-left:auto;
    margin-right:auto;
}

.footer .footer-logo{
    background-image:url(../images/preload-logo.png);
    background-size:80px 80px;
    width:80px;
    height:80px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
}

.copyright-text{margin-bottom:0px; margin-top:-10px; margin-bottom:0px;}

.footer p{
    max-width:290px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.footer-socials{
    width:255px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
}

.footer-socials .icon-ghost{background-color:transparent!important;}

.footer-socials a{
    margin-left:2px!important;
    margin-right:2px!important;
}

