/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: EIGHT.*/
/* Version: 1.0 Initial Release*/
/* Build Date: 02nd Sep 2014*/
/* Author: Designova.*/
/* Website: http://www.designova.net */
/* Copyright: (C) 2014 */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - HEADER, INTRO & NAVIGATION */
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - FOOTER*/


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body
{
    overflow-x: hidden; 
}
body{
	font-weight:300;
	/*overflow-x:hidden !important; */
}

a, a:hover, a:focus{
	text-decoration: none;
}
a:focus { 
    	outline: none; 
}
.animated{
	visibility: hidden;
}
.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;
}
.text-center > .img-responsive{
	display: block;
	display: inline-block;
}
p{
	color: #777;
	font-weight:300;
	font-size: 14px;
	line-height:21px;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	font-weight: normal;
}

@media (min-width: 1024px) and (max-width: 5000px) {
	.container{
		max-width: 960px;
	}
}
/*Common Spacing and Padding*/

.page-section{
	padding: 100px 0;
}
.separator-section{
	padding: 100px 0;
}
.add-top{
	margin-top: 120px;
}
.add-bottom{
	margin-bottom: 120px;
}
.add-top-half{
	margin-top: 60px;
}
.add-bottom-half{
	margin-bottom: 60px;
}
.add-top-quarter{
	margin-top: 30px;
}
.common-pad{
	padding: 80px;
}
.pad-top{
	padding-top: 120px;
}
.pad-bottom{
	padding-bottom: 120px;
}
.pad{
	padding-left: 20px;
	padding-right: 20px;
}
.remove-top{
	margin-top: 0;
}
.remove-bottom{
	margin-bottom: 0;
}
.remove-pad-top{
	padding-top: 0;
}
.remove-pad-bottom{
	padding-bottom: 0;
}

.mob-center > .img-responsive{
	display: inline-block;
}
.no-gutter{
	margin-left: -15px !important;
}
.no-pad{
	padding: 0 !important;
}
.valign{
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.absolute-overlay{
	position: absolute;
	top: 0;
	left: 0;
}
.poster-img{
	background:url(../images/poster.jpg) center center no-repeat !important;
	background-size: cover !important;
}
/*Sticky Panels*/
.sticky-panel{
	position: fixed;
	z-index: 999;
}
.sticky-panel-top{
	top: 0;
	width: 100%;
	height: 20px;
}
.sticky-panel-right{
	top: 0;
	right: 0;
	height: 100%;
	width: 20px;
}
.sticky-panel-bottom{
	bottom: 0;
	width: 100%;
	height: 20px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HEADER, INTRO & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.masthead{
	position: fixed;
	width: 400px;
	height: 100%;
	left: -330px;
	top: 0;
	z-index: 1000;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all 1.2s ease-in-out;
	   -moz-transition: all 1.2s ease-in-out;
		-ms-transition: all 1.2s ease-in-out;
		 -o-transition: all 1.2s ease-in-out;
			transition: all 1.2s ease-in-out;
}
.masthead.revealed{
	left: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
}
.masthead.revealed .main-logo-wrap{
	top: -150px;
	-webkit-transition: all 1.5s ease-in-out;
	   -moz-transition: all 1.5s ease-in-out;
		-ms-transition: all 1.5s ease-in-out;
		 -o-transition: all 1.5s ease-in-out;
			transition: all 1.5s ease-in-out;
}
.main-logo-wrap{
	position: absolute;
	right: 15px;
	top: 20px;
	-webkit-transition: all 1.5s ease-in-out;
	   -moz-transition: all 1.5s ease-in-out;
		-ms-transition: all 1.5s ease-in-out;
		 -o-transition: all 1.5s ease-in-out;
			transition: all 1.5s ease-in-out;
}
.side-logo{
	margin-top: 80px;
	margin-left: 80px;
}
.nav-bio{
	margin-top: 20px;
	margin-right: 100px;
	margin-left: 80px;
}
.nav-bio h4>span{
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 2px;
	padding: 1px;
}
.nav-item-wrap{
	margin-top: 40px;
	margin-right: 100px;
	margin-left: 80px;
}
.main-nav-menu{
    list-style: none;
    padding: 0;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.main-nav-menu li{
     padding: 0;
     margin-bottom: 10px;
     padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}
.main-nav-menu li > a.main-nav-link{
     font-weight: 200;
     font-size: 14px;
     line-height: 21px;
     letter-spacing: 4px;
     text-decoration: none;
     text-transform: uppercase;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
.main-nav-menu li > a.main-nav-link:hover{
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
.sub-nav{
    display: none;
    padding: 0px;
    margin-top: 5px;
}
.sub-nav a{
     font-weight: 200;
     font-size: 14px;
     line-height: 21px;
     letter-spacing: 0px;
     text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
}
.sub-nav a:hover{
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
}
.sub-nav a:after{
    content: ' / ';
    margin-left: 3px;
    margin-right: 3px;
}
.sub-nav a:last-child:after{
    display: none;
}

.social-wrap{
    list-style: none;
    padding: 0;
	margin-top: 50px;
	margin-right: 100px;
	margin-left: 80px;
}
.social-wrap li{
    display: inline-block;
    margin: 0 2px;
}
.social-wrap li a > img{
    width: 36px;
    opacity: 0.2;
    -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-wrap li a:hover > img{
    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;
}
.credit-text{
	margin-top: 20px;
	margin-right: 100px;
	margin-left: 80px;
}
.credit-text p{
	font-size: 12px;
	line-height: 19px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.sub-heading{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 10px;
}

/*Buttons*/
.btn-eight{
	border-radius: 0px;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 19px;
	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-eight-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-eight: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-eight-white{
	border:solid 1px #fff;
	background: transparent;
	color: #fff;
}
.btn-eight-white:hover{
	border:solid 1px #fff;
	background: #fff;
	color: #000;
}

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

.btn-eight-color{
	background: transparent;
}
.btn-eight-color:hover{
	color: #fff;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - PAGES & SECTIONS SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*ALBUMS*/
.album-carousel{
	cursor: url("../images/drag.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;
}
.album-carousel .item{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.albums-overlay{
	opacity: 0;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		 -o-transition: all 1s ease-in-out;
			transition: all 1s ease-in-out;
}
.album-carousel .item:hover .albums-overlay{
	opacity: 1;
	-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		 -o-transition: all 1s ease-in-out;
			transition: all 1s ease-in-out;
}
.albums-overlay a{
	cursor: url("../images/view.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;
}
.albums-overlay h1{
	margin-bottom: 40px;
}
.albums-overlay h1>span{
	font-size: 32px;
	line-height: 39px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 8px;
	border:solid 5px;
	padding: 15px 15px 15px 23px;
}

/*ABOUT*/
.about-bg{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.about .promo-caps{
	font-size: 28px;
	line-height: 38px;
	font-weight: 200;
}
.about-content-split{
}
.client-list span a{
	font-size: 16px;
	line-height: 23px;
}
.client-list span:after{
	content: ' / ';
}
.client-list span:last-child:after{
	display: none;
}
.profile-list{
	list-style: none;
	padding-left: 0;
}
.profile-list li{
	border-bottom: solid 1px;
	padding: 3px 0;
}
.profile-list li a{
	display: block;
}
.twitter-panel{
	padding: 50px;	
}
.stats-block{
	padding: 50px;
}
.stats-count{
	font-size: 48px;
	line-height: 55px;
	font-weight: 800;
}


/*NEWS*/
.news-content{
	padding-top: 20px;
	padding-bottom: 20px;
}
.news-item-wrap{
	padding: 50px;
}
 .news-item h1{ 
 	font-size: 24px;
 	line-height: 31px;
 	margin-top: 20px;
        }
 .news-item h2{ 
 	font-size: 36px;
 	line-height: 43px;
        }
        .news-item h3{ 
        }
        .news-item p > span{  
            font-size: 18px;
            line-height: 25px;
            padding: 12px;
            text-transform: uppercase;
        }

.news-post-content{
	padding-top: 40px;
	padding-bottom: 0px;
}
.news-post-content h5{
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	margin-top: 30px;
	margin-bottom: 0;
	border-top: solid 5px;
	padding-top: 30px;
}
.news-post-content h4{
	font-weight: 200;
	font-size: 12px;
	line-height: 19px;
	margin-top: 0px;
}
.news-post-content h6>span{
	font-weight: 200;
	font-style: italic;
	padding: 3px;
}




/* WORKS*/
.works-filter-wrap{
	padding: 40px 0;
	margin-top: 80px;
}
.works-filter{
    list-style: none;
    padding: 0;
    margin: 0px;
}
.works-filter li{
    display: inline-block;
    -webkit-transition: all .8s ease-in-out;
       -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
         -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}
.works-filter li a > span{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 5px;
}
.works-filter li:hover{
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: all .8s ease-in-out;
       -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
         -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}
.works-filter li:after{
    content: "/";
    font-size: 16px;
    font-weight: 200;
    line-height: 23px;
    margin-left: 10px;
    margin-right: 10px;
}
.works-filter li a.active > span{
    background: #fff;
    color: #000;
    padding-left: 9px;
}
.works-filter li:last-child:after{
    display: none;
}

.works-container{
    padding: 0;
    margin-bottom: 80px;
}
.works-item {
  margin: 0 ;
  padding: 0;
  width: 33.3% ;
}
       .works-item a{
       		background-color: rgba(255,255,255,0.8);
            opacity: 0;
            display: block;
            width: 100%;
            height: 100%;
            padding: 10px;
            position: absolute;
            top: 0;
            z-index: 100;
            text-align: center;
            -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{
            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: center;
        }
        .works-item-inner h3{ 
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 4px;
            line-height: 21px;
            text-transform: uppercase;
            margin-bottom: 10px;
        }
        .works-item-inner p > span{  
            font-size: 14px;
            font-weight: 200;
            line-height: 21px;
            padding: 7px;
        }

/*ALBUMS*/
.album-single-item-wrap{
	padding: 50px;
}
 .album-single-item h1{ 
 	font-size: 24px;
 	line-height: 31px;
 	margin-top: 20px;
        }
 .album-single-item h2{ 
 	font-size: 36px;
 	line-height: 43px;
        }
 .album-single-item h2 > span{ 
 	text-transform: uppercase;
 	font-weight: 600;
        }
        .album-single-item h3{ 
        }
        .album-single-item p > span{  
            font-size: 18px;
            line-height: 25px;
            padding: 12px;
            text-transform: uppercase;
        }
.album-single-content{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.album-single-content h5{
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	margin-top: 30px;
	margin-bottom: 0;
	border-top: solid 5px;
	padding-top: 30px;
}
.album-single-content h4{
	font-weight: 200;
	font-size: 12px;
	line-height: 19px;
	margin-top: 0px;
}
.album-single-content h6>span{
	font-weight: 200;
	font-style: italic;
	padding: 3px;
}
.album-thumb-strip a{
            -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;
}
.album-thumb-strip a:hover{
			opacity: 0.4;
            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;
}


/*CONTACT*/
.contact-bg{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.contact .promo-caps{
	font-size: 20px;
	line-height: 30px;
	font-weight: 200;
}
.email-wrap{
    padding-top: 20px;
}
.contact-mail{
    font-size: 18px;
    line-height: 25px;font-weight:300;
    color: #fff;
}
#contactForm{
	margin-top: 20px;
}
.contact-item{
    padding: 0px;
}
.address-heading{
    padding: 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 6px;
    line-height: 21px;
    text-transform: uppercase;
}
.email-heading{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 27px;
    margin-bottom: 0;
    padding: 0;
}
input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px 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: 10px !important;
    padding: 10px !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-bottom: none !important;
    color: #444 !important;
    background: #f2f2f2 !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: 1px 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: 10px !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;
    color: #fff;
    text-align: left;
}
.btn-wrap{
    margin-top: 60px;
}
.space-left{
    margin-left: 1%;
}


.alert{
    margin-top: 0px;
    border-radius: 0px;
    padding: 0px;
    -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: 5px;
    text-shadow:none;
    font-size: 14px;
    line-height: 21px;
}

.news-large-block {
    margin-bottom: 20px;
}
.news-large-image {
    margin-bottom: 30px;
}
.news-sidebar {
    padding: 20px;
}
.news-sidebar ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.news-sidebar h3 {
    border-bottom: 1px solid #000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 25px;
    margin-top: 30px;
    text-transform: uppercase;
}
.news-sidebar-container {
    padding: 10px 40px 40px;
}
.tags ul {
    margin: 15px 0 0;
    padding: 0;
}
.tags ul li {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 19px;
    list-style: none outside none;
    margin-bottom: 3px;
    padding: 5px 8px;
    text-transform: uppercase;
    transition: all 0.8s ease 0s;
}






