/*

[Master Stylesheet : MAIN.CSS]
–––––––––––––––––––––––––––––––––––––––––––––––––– 

* OSCAR - A premium portfolio / agency template from designova
* Build: Sep 2016;
* Author: designova, http://www.designova.net
* Copyright (C) 2016 designova
* This is a premium product. For licensing queries please contact info@designova.net
*/


/* 
–––––––––––––––––––––––––––––––––––––––––––––––––– 
Table of contents
–––––––––––––––––––––––––––––––––––––––––––––––––– 
- 1. Common Styles & Initials
- 2. Preloader
- 3. Header
- 4. Navigations
- 5. Footer
- 6. Pages
- 7. Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– 
*/


/* 
–––––––––––––––––––––––––––––––––––––––––––––––––– 
1. Common Styles & Initials
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body {
    overflow-x: hidden;
}
body:before{
  content: ' ';
  width: 50%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 2000px) {
    .container{
        width: 80%;
    }
}
@media (min-width: 2001px) and (max-width: 10000px) {
    .container{
        width: 1400px;
    }
}

body, p{
    font-family: "lato_light", Helvetica, Arial, sans-serif;
  	font-size: 18px; /* 14px */
  	line-height: 26px; /* 1.42857143 */
  	color: #666; /* #333 */
	letter-spacing: 1px;
    font-weight: 300; /* light */
	}
}
.container{
	margin-left: auto;
	margin-right: auto;
	}
p {
    margin-bottom: 30px; /* 15px */
	}
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0;
	}
a {
    text-decoration: none !important;
	}
a:focus {
    outline: none;
	}


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

html.preloader-running .sticky-sidebar {
    display: block;
}

div#preloader {
    background: none repeat scroll 0 0 white;
    height: 100%;
    left: 0;
    position: absolute; /* fixed - if you need full screen loading block, than you use position: fixed; */
    top: 0;
    width: 100%;
    z-index: 99999;
}

div#preloader.fluidview {
    left: 0;
}

#status {
    width: 180px; /* 189px */
    height: 180px; /* 52px */
    position: absolute; /* fixed - if you need full screen loading block, than you use position: fixed; */
    left: 50%;
    top: 50%;
    background-image: url(../images/loader_180x180.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 180px 180px; /* 189px 52px */
    margin: -90px 0 0 -90px; /* -26px 0 0 -75px - This will center it horizontally and vertically. Margin should be twice less that your image size, so if your image is 100x50px, margin should be -50px 0px 0px -25px.*/
}


/* 
–––––––––––––––––––––––––––––––––––––––––––––––––– 
3. Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.masthead {
    padding: 60px 0;
    position: relative;
    width: 100%;
    z-index: 9999;
}
.logo-header{
  position: fixed;
  top: 0;
  left: 0;
  padding: 56px 40px;
  height: 100%;
  text-align: center;
  z-index: 9900;
}
.main-logo{
    margin-left: 10px;
}
.link-show-poster{
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 60px 40px;
  z-index: 9000;
}
.link-show-poster h1{
  font-size: 72px;
  text-align: center;
}
.social-block{
  position: absolute;
  bottom: 60px;
}
.social-block ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.social-block ul li{
  margin-top:10px; 
}
.social-block ul li a span{
  font-size: 24px;
    -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;
}
.social-block ul li a:hover span{
  opacity: 0.3;
    -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;
}

/* 
–––––––––––––––––––––––––––––––––––––––––––––––––– 
4. Navigations
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav.mastnav ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
nav.mastnav ul li a{
    /*font-weight: normal; /* normal */
    -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;
}
nav.mastnav ul li a: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;
}

nav.mastnav,
nav.mastna:hover{
}
nav.mastnav ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
  	-webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
nav.mastnav ul:hover{
  	-webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
  
}
nav.mastnav ul li{
  	margin: 0px 10px 5px 10px;
  	display: inline-block;
}
.sub-menu{
  	display: none;
  	padding: 40px 0;
  	position: absolute;
  	min-width: 200px;
  	background-color: rgba(255,255,255,0.8);
}
.sub-menu a{
  	display: block;
  	font-size: 14px;
  	line-height: 21px;
  	border-bottom: solid 1px #222;
  	padding-bottom: 5px;
  	margin-bottom: 5px;
}
.main-link{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    font-weight: normal;
}

/* 
–––––––––––––––––––––––––––––––––––––––––––––––––– 
5. Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer.mastfoot {
	padding: 120px 0;
  	background-position: center center;
  	background-repeat: repeat-y;
}
.footnav ul {
    list-style-type: none;
    padding: 0 10px;
}
.footnav ul li a {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: normal;
    border-bottom: solid 2px;
}
.foot-logo {
}
footer.mastfoot h3 {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
footer.mastfoot h6 {
    font-size: 12px;
    line-height: 19px;
}

.mastfoot-mobile{
        display: none;
    }



/* 
–––––––––––––––––––––––––––––––––––––––––––––––––– 
6. Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.mastwrap {
}
.inner-pad{
    padding-left: 0px; /* 25px */
    padding-right: 0px; /* 25px */
}
.inner-pad-fj {
    padding-left: 0; /* 25px */
    padding-right: 25px;
}
.super-heading{
    font-size: 124px;
    line-height: 124px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.main-heading{
    font-size: 21px; /* 18px */
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.sub-heading{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.super-text{
    font-size: 52px; /* 48px */
    line-height: 52px;
}
.promo-text{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 200;
    margin-bottom: 30px;
}
.tiny-caps{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
  	margin-top: 20px;
}
.tiny-caps:before{
  content: ' ';
  height: 5px;
  width: 40px;
  display: block;
  background-color: #222;
  margin-bottom: 5px;
}

/* ABOUT -FJ*/
.who-text {
    font-size: 14px; /* 18px */
    line-height: 24px; /* 28px */
    margin-bottom: 10px;
    font-weight: 300; /* light */
	color: #666; /* #888 */
	letter-spacing: 1px;
	}
.services-head {
	color: #888;
	margin-bottom: 10px;
	}


/* ABOUT */
.service-block img{
    max-width: 64px;
}
.service-icon{
  	font-size: 64px;
  	line-height: 64px;
    opacity: 0.2;
}
.service-block h3{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}
.featured-project-block{
  	padding: 0;
  	padding-bottom: 30px;
  	border-bottom: solid 2px #eee;
}
.featured-project-block h3{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}
.counter-region .elements-counter .number{
  	font-size: 72px;
  	line-height: 72px;
}
.team-info{
    padding: 50px;
    text-align: left;
}
.team-info h3{
    margin-bottom: 10px;
}
.team-info .team-social{
  list-style-type: none;
  padding: 0;
  margin:0;
  margin-top: 15px;
}
.team-info .team-social li{
  display: inline-block;
  margin-right: 4px;
}
.team-info .team-social li a span{
  font-size: 24px;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.team-info .team-social li a:hover span{
  opacity: 0.4;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}


.testimonial-info{
    padding: 50px;
    text-align: center;
}
.testimonial-info h3{
    margin-bottom: 10px;
}
.testimonial-info img{
  max-width: 119px;
  margin-bottom: 20px;
  border-radius: 50%;
  display: inline-block !important;
}
.testimonial-info .testimonial-social{
  list-style-type: none;
  padding: 0;
  margin:0;
  margin-top: 15px;
}
.testimonial-info .testimonial-social li{
  display: inline-block;
  margin-right: 4px;
}
.testimonial-info .testimonial-social li a span{
  font-size: 24px;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.testimonial-info .testimonial-social li a:hover span{
  opacity: 0.4;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.testimonial-carousel .owl-controls{
  margin-top: 20px;
}


/* JOURNAL */

.news-block h3{
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
.news-block h4{
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 10px;
}
.news-post h3{
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 20px;
}
.news-post h4{
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 10px;
  font-weight: 300;
}
.news-post .sub-heading{
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
  padding: 2px 5px;
}
.news-post .content-list{
    list-style-type: none;
    padding: 0;
}

/* PROJECTS */
.parallax-showcase .parallax-showcase-overlay{
  opacity: 0;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.parallax-showcase:hover .parallax-showcase-overlay{
  opacity: 1;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.parallax-showcase h1{
  font-size: 20px;
  line-height: 24px;
}
.fullscreen-video-wrap{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* WORK */
.works-filter-wrap{
    display: none;
}
.filter-notification span, .menu-notification span{
    font-size: 34px;
    float: right;
    margin-left: 20px;
}
.works-filter{
  list-style: none;
  padding: 0;
  margin: 0;
}
.works-filter li{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.works-filter li a{
  font-size: 14px; /* 12px */
  line-height: 19px;
  font-weight: bold;
}
.works-container{
    padding: 0;
  	margin-left: auto;
  	margin-right: auto;
  	overflow: hidden;
}
.works-filter li:last-child:after{
    display: none;
}

.works-item{
  overflow: hidden;
 }
.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: 0 100px;
        }
        .works-item-inner:hover{
          background-color:rgba(0,0,0,0.9) !important;
        }
        .works-thumbnails-view{
          margin-top: 0px;
        }
        .works-thumbnails-view .works-item-inner{
            text-align: left;
            padding: 40px;
        }
        .works-thumbnails-view .works-item-inner p > span {
            font-size: 24px;
            letter-spacing: normal;
            line-height: 31px;
            margin-top: 0;
        }
        .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;
}
.works-masonry-container .works-item-one-third {
  margin: 0 ;
  padding: 0;
  width: 33.3%;
}
.works-masonry-container .works-item-two-third {
  margin: 0;
  padding: 0;
  width: 66.6%;
}
.works-masonry-container .works-item-one-half {
  margin: 0;
  padding: 0;
  width: 50%;
}
.works-masonry-container .works-item-one-fourth {
  margin: 0;
  padding: 0;
  width: 25%;
}
.works-masonry-container .works-item-one-sixth {
  margin: 0;
  padding: 0;
  width: 16.66%;
}
.works-masonry-container .works-item-full-width {
  margin: 0;
  padding: 0;
  width: 100%;
}
.works-masonry-container .works-item-one-third-spaced{
  margin: 1%;
  padding: 0;
  width: 31.3%;
}
.works-masonry-container .works-item-one-half-spaced{
  margin: 1%;
  padding: 0 ;
  width: 48%;
}
.works-masonry-container .works-item-two-third-spaced{
  margin: 1%;
  padding: 0;
  width: 64.6%;
}
.works-masonry-container .works-item-one-fourth-spaced{
  margin: 1%;
  padding: 0;
  width: 23%;
}
.works-masonry-container .works-item-one-sixth-spaced{
  margin: 1%;
  padding: 0;
  width: 14.66%;
}



/* New-fj */

.project-title {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.project-title li {
	font-size: 11px;
	line-height: 23px;
	letter-spacing: 1px;
	font-weight: 800;
	color: #777; /* #888 */
	/*text-transform: uppercase;*/
}
.project-spec {
	font-size: 15px;
	line-height: 23px;
	letter-spacing: .5px;
	text-transform: none;
	font-weight: 300;
	color: #666;
	/* [disabled]color: #000; */
}

 


/* Contact */

.email-wrap {
    padding-top: 20px;
	}
.contact-mail {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
	}
.contact-form-wrap {
	}
.contact-item {
	}
input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 300 !important;
    margin-bottom: 30px !important;
    padding: 10px 0 !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 {
    -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: url('../images/textarea.png') repeat !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 300 !important;
    margin-bottom: 0px !important;
    padding: 10px 0 !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, textarea {
  border-color: #232323 !important;
  color: 6d6e71 !important; /* #999 */
	}
input.send_message {
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
	}
input.send_message:hover {
	}
fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
	}
fieldset h1 {
    font-size: 24px;
	}
.contact-label-box {
    font-weight: 300;
    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 {
    text-decoration: none;
	}
.contact .alert {
    box-shadow: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
	}
.btn-wrap {
    margin-top: 30px;
	}
.space-left {
    margin-left: 1%;
	}
.alert {
    margin-top: 0px;
    border-radius: 0px;
    padding: 5px;
    -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 {
    text-shadow: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
	}
.contact-address {
    font-size: 14px;
    font-weight: 200;
    line-height: 21px;
	}
.email-wrap {
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
	}



/* 
–––––––––––––––––––––––––––––––––––––––––––––––––– 
7. 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-oscar{
    border-radius: 0px;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    -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-oscar-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-oscar: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-oscar-white {
    border: solid 1px #fff;
    background: transparent;
    color: #fff;
	}
.btn-oscar-white:hover {
    border: solid 1px #fff;
    background: #fff;
    color: #000 !important;
	}
.btn-oscar-dark {
    border: solid 1px #000;
    background: transparent;
    color: #000;
	}
.btn-oscar-dark:hover {
    border: solid 1px #000;
    background: #000;
    color: #fff !important;
	}
.btn-oscar-color {
    border: solid 2px;
    background: transparent;
	}
.btn-oscar-color:hover {
    border: solid 2px;
    color: #fff;
	}


/* Project > Back to work */

.back-to-work {
  	display: block;
  	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	}
.back-to-work a {
  	display: block;
	color: #fff;
	}
.back-to-work a:hover {
  	display: block;
  	color: #ffe902;
	}


/* Additional Helper Classes */

.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-three-quarter {
    padding-bottom: 90px;
	}
.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 {
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%;
}

/*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;
}
/*Responsive Video Embeds*/
.responsive-video-embed iframe{
    border: 0;
    width: auto;
}
/*Poster Image displayed instead BGVideo on mobile devices*/
.poster-img {
    background: url(../images/poster.jpg) center center no-repeat !important;
    background-size: cover !important;
}


/*LESS Compiled to CSS for Preview Purpose*/
.color {color:#d1d1d1} /* #ffe902 - yellow */
.white {color:#fff}
.silver {color:#f0f4f4}
.grey {color:#aaa}
.dark {color:#292929}
.black, a {color:#000}
.color-bg {background-color:#d1d1d1} /* #ffe902 - yellow */
.white-bg {background-color:#fff}
.silver-bg {background-color:#ececec} /* 7% grey */
.grey-bg {background-color:#aaa}
.dark-bg {background-color:#292929}
.black-bg {background-color:#000}

.grey-bg-3 {background-color:#f6f6f6} /* 3% grey */
.grey-bg-5 {background-color:#f1f2f2} /* 5% grey */
.grey-bg-7 {background-color:#ededee} /* 7% grey */
.grey-bg-10 {background-color:#d1d3d4} /* 10% grey */
.grey-bg-15 {background-color:#dcddde} /* 15% grey */
.grey-bg-20 {background-color:#d1d3d4} /* 20% grey */
.grey-bg-30 {background-color:#bcbec0} /* 30% grey */
.grey-bg-40 {background-color:#a7a9ac} /* 40% grey */
.grey-bg-50 {background-color:#939598} /* 50% grey */
.grey-bg-70 {background-color:#6d6e71} /* 70% grey */

body {background-color:#d1d1d1} /* #ffe902 - yellow */
body:before {background-color:#fff}
footer.mastfoot {background-color:#ededee} /* 7% grey*/
a:hover {color:#ffe902}
::selection {background:#ffe902; color:#fff}
::-moz-selection {background:#ffe902; color:#fff} /* #ffe902 - yellow d1d1d1*/
.link-show-poster {background-color:#fff}
.btn-oscar-color {border-color:#ffe902; color:#ffe902}
.btn-oscar-color:hover {border-color:#ffe902; background-color:#ffe902; color:#fff}
nav.mastnav ul li a {color:#bcbec0} /* :#d1d3d4 */
nav.mastnav ul li a.activelink,nav.mastnav ul li a:hover {color:#000} /* #6d6e71 */
.works-filter li a.active span {color:#aaa!important}
.bxslider .bx-wrapper .bx-pager {background-color:#292929}

.center {text-align:center!important} /* text-align:#center!important */

.footnav ul li a {border-color:#121212}

.font_hairline {font-family:lato_hairline,sans-serif}
.font_thin {font-family:lato_thin,sans-serif}
.font_light {font-family:lato_light,sans-serif}
.font_regular {font-family:lato_regular, sans-serif}
.font_bold {font-family:lato_bold, sans-serif}
.font_black {font-family:lato_black, sans-serif}
.font_bold {font-family:lato_bold,sans-serif}
.font_black {font-family:lato_black,sans-serif}
.btn-oscar {font-family:Lato_regular,sans-serif}
.body,p {font-family:Lato_light,sans-serif}
