/*
* ALIVE - A premium web template from Designova
* Build: April 12, 2015;
* Author: Designova, http://www.designova.net
* Copyright (C) 2015 Designova
* This is a premium product. For licensing queries please contact info@designova.net
*/


/* Table of contents
–––––––––––––––––––––––––––––––––––––––––––––––––– 
- 1. Common
- 2. Header
- 3. Footer
- 4. Navigation
- 5. Pages
- 6. Utilities
*/


/* 1. Common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body {
    overflow-x: hidden;
}
body {
    overflow-y: hidden;
}
@media (min-width: 1024px) and (max-width: 5000px) {
    .container{
        max-width: 1000px;
    }
}
p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}
.liner{
    width: 50%;
    height: 20px;
    margin-top: 30px;
    display: inline-block;
}
.liner-small{
    width: 25%;
    height: 6px;
    margin-top: 5px;
    display: inline-block;
}
.super-heading{
    font-size: 124px;
    line-height: 148px;
    font-weight: 200;
}
.main-heading{
    font-size: 64px;
    line-height: 71px;
    font-weight: 200;
}
.sub-heading{
    font-size: 32px;
    line-height: 43px;
    font-weight: 200;
}
.page-section{
    padding: 30px 0px;
}


/*Preloader*/
html.preloader-running, body.preloader-running {
    overflow: hidden;
}

html.preloader-running .mastwrap {
    opacity: 0;
  -webkit-transition: all .8s linear;
     -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
     -o-transition: all .8s linear;
      transition: all .8s linear;
}
html.preloader-done .mastwrap {
    opacity: 1;
  -webkit-transition: all .8s linear;
     -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
     -o-transition: all .8s linear;
      transition: all .8s linear;
}
div#preloader {
    background: none repeat scroll 0 0 white;
    height: 100%;
    left: 160px;
    position: fixed;
    top: 0px;
    margin-right: 160px;
    z-index: 99999;
}

div#preloader.fluidview {
    left: 0px;
}

#status {
    width: 200px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    margin: -100px 0 0 -100px;
}


/* 2. Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.masthead {
    width: 160px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.main-logo{
    position: absolute;
    bottom:50px;
    left: 40px;
}

/* 3. Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer.mastfoot {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    text-align: center;
}
footer .credits{   
width: 300px; 
    position: absolute;
    bottom: -30px;
    right: -100px;
    -webkit-transform: rotate(-90deg) translateX(50%);
    -moz-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    -o-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
    transition: all 0.2s ease 0s;
}
footer .credits p{  
    font-size: 12px;
    line-height: 12px;
}
.social-wrap{
  padding: 0;
}
.foot-social {
    list-style: none outside none;
    padding: 0;
    margin-left: 20px;
    margin-top: 40px;
}
.foot-social li {
    display: block;
}
.foot-social li a > img {
  width: 32px;
    opacity: 0.3;
  -webkit-transition: all .8s linear;
     -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
     -o-transition: all .8s linear;
      transition: all .8s linear;
}
.foot-social li a > img:hover {
    opacity: 1;
  -webkit-transition: all .8s linear;
     -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
     -o-transition: all .8s linear;
      transition: all .8s linear;
}

/* 4. Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav.mastnav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 120px;
    width: 100%;
    z-index: 9999;
}
.menu-trigger-wrap{
    position: fixed;
    top: 40px;
    left: 45px;
}
.menu-trigger{
    font-size: 15px;
    line-height: 5px;
    text-transform: uppercase;
}
.menu-trigger span{    
    font-size: 26px;
    position: absolute;
    right: -22px;
    top: -4px;
}
/*STANDRAD NAVIGATION MENU*/
.nav-logo{
    float: right;
    margin-right: 40px;
    margin-top: 40px;
    max-height:40px; 
}

#main_nav {
}

#main_nav ul {
    padding: 0;
    margin: 0;
    float: left;
    -webkit-transition: .5s;
    transition: .5s;
}

#main_nav > ul {
    margin-top: 0px;
    margin: 40px 40px;
}

#main_nav li {
    float: left;
    position: relative;
    width: 120px;
    list-style: none;
    -webkit-transition: .5s;
    transition: .5s;
}

#main_nav > ul > li > a, h1 {
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
}

#main_nav a {
    display: block;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0px;
}

#main_nav > ul > li > ul > li > a {
    letter-spacing: normal;
}

#main_nav > ul > li > ul > li > ul > li > a {
    letter-spacing: normal;
}

#main_nav ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
}

#main_nav ul ul ul {
    left: 100%;
    top: 0;
}

#main_nav li:hover, #main_nav li:hover li {
}

#main_nav li li:hover, #main_nav li li:hover li {
}

#main_nav li li li:hover {
}

#main_nav li:hover > ul {
    visibility: visible;
    opacity: 1;
}
  


/* 5. Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.mastwrap {
    opacity: 0;
}
.page-section{
    padding: 40px 0 80px 0;
}
/*INTRO*/
.intro h1{
    font-size: 72px;
    line-height: 103px;
    font-weight: 200;
}
/*ABOUT*/
.service-block{
    padding: 40px;
    text-align: center;
}
.service-block h4{
    padding: 10px;
    margin-bottom: 10px;
}
.service-block i{ 
    display: block;
    font-size: 90px;
    margin-right: 20px;
    margin-top: -10px;
}
/*TEAM*/
.team-block{
    text-align: center;
}
.team-block h4{
    padding: 10px;
}
.team-block p{
    padding: 10px;
}
/*NEWS*/
.news-block{
    padding: 40px;
}
.news-block h6{
    margin-bottom: 10px;
}
.news-block h6 span{
    font-size: 48px;
    line-height: 55px;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.news-block h3{  
    font-size: 24px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news-block{
    opacity: 1;
  -webkit-transition: all .8s linear;
     -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
     -o-transition: all .8s linear;
      transition: all .8s linear;
}
.news-block.hovered{
    opacity: 0.2;
  -webkit-transition: all .8s linear;
     -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
     -o-transition: all .8s linear;
      transition: all .8s linear;
}
.news-date-text{
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    line-height: 12px;
}
/*PORTFOLIO*/
.works-filter-panel{
  width: 100%;
  z-index: 9999;
}
.works-filter{
  list-style: none;
  padding: 0;
  margin: 0;
}
.works-filter li{
  display: inline-block;
}
.works-filter li a{    
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 48px;
    text-decoration: none;
    cursor: pointer !important;
}
.works-filter li:after{
  content: '/';
  margin-left: 10px;
  margin-right: 10px;
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 55px;
    text-decoration: none;
    font-weight: 200;
}
.works-container{
    padding: 0;
  margin: 70px auto 0 auto;
}
.works-filter li:last-child:after{
    display: none;
}

 .works-item a{
            opacity: 0;
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            z-index: 100;
            text-align: center;
            text-decoration: none !important;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item a:hover{
            text-decoration: none !important;
            opacity:1;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .info a:hover{
            cursor: url("../images/plus.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .zoom a:hover{
            cursor: url("../images/zoom.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item-inner{
            text-align: left;
            padding: 30px;
        }
        .works-item-inner h3{ 
            font-size: 24px;
            line-height: 31px;
            margin-bottom: 5px;
        }
        .works-item-inner p{  
        }
        .works-item-inner p > span{  
            font-size: 14px;
            line-height: 21px;
            margin-top: 0px;
            text-transform: uppercase;
            letter-spacing: 4px;
        }
        .works-item a:hover 
        .works-item-inner h3{ 
        }
        .works-item a:hover 
        .works-item-inner p{  
        }

.works-item-fade{
    opacity: 0.1;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.works-item-fade a{
    display: none !important;
}
.works-masonry-container{
    padding: 0;
  margin:0px !important;
}
.works-masonry-container .works-item-one-third {
  margin: 0 !important;
  padding: 0 !important;
  width: 33.3% !important;
}
.works-masonry-container .works-item-two-third {
  margin: 0 !important;
  padding: 0 !important;
  width: 66.6% !important;
}
.works-masonry-container .works-item-one-half {
  margin: 0 !important;
  padding: 0 !important;
  width: 50% !important;
}
.works-masonry-container .works-item-one-fourth {
  margin: 0 !important;
  padding: 0 !important;
  width: 25% !important;
}
.works-masonry-container .works-item-full-width {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.works-masonry-container .works-item-one-third-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 31.3% !important;
}
.works-masonry-container .works-item-one-half-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 48% !important;
}
.works-masonry-container .works-item-two-third-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 64.6% !important;
}
.works-masonry-container .works-item-one-fourth-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 23% !important;
}

/*CONTACT*/
#map{
}
.contact-form-wrap{
    display: none;
    padding-top: 30px;
}
.contact-item{
    padding: 0px;
}
input {
  background: transparent !important;
    border: none !important;
    border-bottom: 2px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #444 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    height: 50px !important;
    margin-bottom: 30px !important;
    padding: 0px !important;
    width: 100%;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
input:focus, textarea:focus {
    border: none !important;
    color: #444 !important;
    border-bottom: 1px solid !important;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #444 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    margin-top: 0;
    padding: 0px !important;
    resize: none;
    width: 100%;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
input.send_message {
    background: none repeat scroll 0 0 #EF4A4A;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}
input.send_message:hover {
    background: none repeat scroll 0 0 #262932;
}
fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
fieldset h1 {
    color: #000000;
    font-size: 24px;
}
.contact-label-box {
    color: #222;
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}
.contact-label-box > span {
    display: block;
    margin-right: 10px;
}
.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}
.contact-label-box a:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.contact .alert{
    box-shadow: none;
    border:none;
    border-radius: 0;
    text-shadow:none;
    font-size: 12px;
    line-height: 19px;
    margin-bottom:10px;
    padding:10px;
    background:#000;
    color: #fff;
    text-align: left;
}
.btn-wrap{
    margin-top: 60px;
}
.space-left{
    margin-left: 1%;
}


.alert{
    border-radius: 0px;
    padding: 5px;
    text-align: left;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}

.alert > p{
    padding: 0px;
    text-shadow:none;
    font-size: 10px;
    line-height: 17px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-wallpaper{
  padding: 100px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-dual-panel{
  padding: 70px;
}
.email-heading{
  font-size: 18px;
  line-height: 25px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 4px;
}

/* 6. Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Portfolio Isotope Transitions */ 

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/*Buttons*/
.btn-alive {
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 4px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-alive-big {
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-alive:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-alive-white {
    border: solid 2px #fff;
    background: transparent;
    color: #fff;
}

.btn-alive-white:hover {
    border: solid 2px #fff;
    background: #fff;
    color: #000;
}

.btn-alive-dark {
    border: solid 2px #000;
    background: transparent;
    color: #000;
}

.btn-alive-dark:hover {
    border: solid 2px #000;
    background: #000;
    color: #fff;
}

.btn-alive-color {
    border: solid 2px;
    background: transparent;
}

.btn-alive-color:hover {
    border: solid 2px;
    color: #fff;
}

/*Additional Helper Calsses*/

.add-top {
    margin-top: 120px;
}

.add-top-half {
    margin-top: 60px;
}

.add-top-quarter {
    margin-top: 30px;
}

.add-bottom {
    margin-bottom: 120px;
}

.add-bottom-half {
    margin-bottom: 60px;
}

.add-bottom-quarter {
    margin-bottom: 30px;
}

.pad {
    padding: 60px;
}

.pad-top {
    padding-top: 120px;
}

.pad-top-half {
    padding-top: 60px;
}

.pad-top-quarter {
    padding-top: 30px;
}

.pad-bottom {
    padding-bottom: 120px;
}

.pad-bottom-half {
    padding-bottom: 60px;
}

.pad-bottom-quarter {
    padding-bottom: 30px;
}

.remove-top {
    margin-top: 0 !important;
}

.ease {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ease:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.no-pad {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}

.valign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.img-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.parallax {
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden !important;
}

/*this class will be activated on mobile devices in order to switch off the parallax effect*/
.parallax-off {
    background-attachment: scroll !important;
    background-size: cover !important;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.poster-img {
    background: url(../images/poster.jpg) center center no-repeat !important;
    background-size: cover !important;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/*LESS Compiled to CSS (Please read PDF guide to manage colors via LESS 
  with just a single line of code editing)*/
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.color{color:#fff85f}.white{color:#fff}.silver{color:#f0efe8}.grey{color:#ccc}.dark{color:#292929}.black{color:#121212}.color-bg{background-color:#fff85f}.white-bg{background-color:#fff}.silver-bg{background-color:#f0efe8}.grey-bg{background-color:#ccc}.dark-bg{background-color:#292929}.black-bg{background-color:#121212}a{color:#121212}a:hover{color:#fff85f}::selection{background:#fff85f;color:#292929}::-moz-selection{background:#fff85f;color:#292929}body,p{color:#292929}.btn-alive-color{border-color:#fff85f;color:#fff85f}.btn-alive-color:hover{border-color:#fff85f;background-color:#fff85f;color:#fff}footer.mastfoot{background-color:#fff}#main_nav ul ul{background-color:#fff}.works-filter li a.active span{color:#ccc}.works-item a:hover{background-color:#fff85f}.font1{font-family:'Open Sans',sans-serif}.font2{font-family:'Montserrat',sans-serif}.font3{font-family:'Raleway',sans-serif}body,p{font-family:'Raleway',sans-serif}#main_nav a{font-family:'Montserrat',sans-serif}.works-filter li:after{font-family:'Raleway',sans-serif}
    




































