/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: Luther.*/
/* Version: 1.0 Initial Release*/
/* Build Date: 23-03-2015*/
/* Author: Unbranded.*/
/* Website: http://www.unbranded.co */
/* Copyright: (C) 2014 */
/*-------------------------------------------------------------------------------------------------------------------------------*/


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

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/

html{
}
body{
	font-weight: 400;
	overflow-x:hidden;
	overflow-y: auto;
}
a, a:hover, a:focus{
	text-decoration: none;
}
a:focus { 
    outline: none; 
}
p{
	font-weight: 400;
	font-size: 14px;
	line-height:21px;
	margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

@media (min-width: 1024px) and (max-width: 5000px) {
	.container{
		max-width: 990px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - COMMON ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------*/
								/*Common Spacing and Padding*/						
/*--------------------------------------------------------------------------------*/

.add-top{
	margin-top: 160px;
}
.add-bottom{
	margin-bottom: 160px;
}
.add-top-half{
	margin-top: 80px;
}
.add-bottom-half{
	margin-bottom: 80px;
}
.add-min-top-half{
	margin-top: 40px;
}
.add-min-bottom-half{
	margin-bottom: 40px;
}
.pad-top{
	padding-top: 160px;
}
.pad-bottom{
	padding-bottom: 160px;
}
.pad-top-half{
	padding-top: 80px;
}
.pad-bottom-half{
	padding-bottom: 30px;
}
.pad-min-top-half{
	padding-top: 40px;
}
.pad-min-bottom-half{
	padding-bottom: 40px;
}


/*--------------------------------------------------------------------------------*/
								/* Common Objects */
/*--------------------------------------------------------------------------------*/	

.page-section{
	padding-top: 125px;
	padding-bottom: 125px;	
}
.pad-top-special{
	padding-top: 125px;	
}
.pad-bottom-special{
	padding-bottom: 125px;
}
.inner-section{
	text-align: center;
}
.float-clear{
	clear: both;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.vertical-align{
	position: relative;
	top: 50%;
	 -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.horizontal-align{
	position: relative;
	left: 50%;
	 -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.video-poster-image{
	background: url('http://placehold.it/1680x1050');
	background-size: cover;
	background-position: center center;
}	
.section-header{
	width: 100%;
	padding: 50px 200px;
	position: relative;
}
.section-header-name h4{
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 2px;
	padding: 25px;
	border-left: 1px solid;
	text-transform: uppercase;
	margin: 50px 0px;
	font-weight: 700;

}
.section-header-text p{
	font-size: 22px;
	line-height: 29px;
	font-style: italic;
	font-weight: 700;
}
.border-effect{
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.border-effect::before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.border-effect::after{
	content: '';
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}
.border-effect:hover::before{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.featherlight .featherlight-content{
	max-height: 70%;
}
/*--------------------------------------------------------------------------------*/
								/* Buttons */
/*--------------------------------------------------------------------------------*/

.button{
	background: transparent;
	text-align: center;
	width: auto;
	margin: 0 auto;
	display: inline-block;
}
.button a{
	font-size: 13px;
	line-height: 20px;
	padding: 10px 20px;
	border: 2px solid #000;
	border-radius: 35px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: background .8s ease-out;
	   -moz-transition: background .8s ease-out;
		-ms-transition: background .8s ease-out;
		 -o-transition: background .8s ease-out;
			transition: background .8s ease-out;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - HEADER, INTRO & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.main-header{
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.header-content{
	padding: 20px 200px;
}
.header-fix{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.header-bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 999;
}
.main-menu{
	background: #2c2c2c;
	width: 100%;
	margin-bottom: 0px;
	padding: 100px 0px;
}
.main-header.white-bg .main-menu{
	padding: 0px;
}
.main-menu-item{
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0px 10px;
}
.main-menu-item i{
	-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-menu-item a{
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 5px 0px;
	border-bottom: 2px solid transparent;  
	-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-header.light ul{
	padding: 0px;
}
.main-header.light .main-menu-item a{
	color: #000;
}
.sub-menu{
	position: absolute;
	top: 25px;
	padding-top: 20px;
	padding-left: 0px;
	display: none;
}
.sub-menu li{
	display: inline;
	list-style: none;
}
.sub-menu-right{
	left: 0px;
	text-align: left;
}
.sub-menu-left{
	right: 0px;
	text-align: right;
}
.sub-menu .sub-menu-item a{
	font-size: 12px;
	line-height: 19px;
	display: inline-block;
	padding: 15px 0px;
	margin: 0px 15px;
	border-bottom: 0px;
}
.sub-menu li:first-child a{
	margin-left: 0px;
}
.has-sub-menu:hover > .sub-menu{
	display: block;
}
.collapse-button{
	right: 25px;
	box-shadow: none;
	text-shadow: none; 
	border-radius: 0px;
}
ul.slimmenu>li{
	border-left: 0px;
}
ul.slimmenu.collapsed li{
	border-bottom: 1px solid;
}
ul.slimmenu.collapsed li a{
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	text-shadow: none;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 25px;
	border-bottom: 0px;
}
ul.slimmenu.collapsed li:last-child{
	border-bottom: 0px;
}
ul.slimmenu li a:hover{
	background: none;
}
.slim-menu img{
	position: absolute;
	left: 25px;
	top: 15%;
}


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

/*--------------------------------------------------------------------------------*/
								/* Home */
/*--------------------------------------------------------------------------------*/

.center-logo{
	text-align: center;
}
#home{
	position: relative;
}


/*--------------------------------------------------------------------------------*/
								/* About */
/*--------------------------------------------------------------------------------*/

.about-promo-small h1{
	text-transform: uppercase;
	margin: 0 25px;
	font-weight: 700;
}
.about-promo-small h1:after{
	content: '* * *';
	display: block;
	margin: 0 auto;
	clear: both;
	margin-top: 25px;
	margin-bottom: 15px;
}
.about-promo-small h3{
	font-style: italic;
	font-weight: 600;
}
.about-slider-wrap{
	position: relative;
}
.bx-wrapper{
	box-shadow: none;
	border: 0px;
	background: none;
	margin-bottom: 0px;
	margin-top: 110px;
}
.bxslider-content{
	text-align: center;
}
.bxslider-content .bx-slider-item{
	padding: 0px 10px;
}
.bxslider-content span{
	font-size: 60px;
	line-height: 67px;
	display: inline-block;
	font-weight: 700;
	color:white;
}
.bxslider-content h1{
	font-size: 60px;
	line-height: 67px;
	display: inline-block;
	font-weight: 700;
}
.bxslider-content p{
	border-top: 2px solid;
	padding-top: 20px;
	margin-top: 20px;
	font-weight: 400;
}
#bx-pager{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.bx-pager-item{
	width: 25%;
	display: inline-block;
	margin-right: -5px;
	margin-left: 1px;
	position: relative;
	overflow: hidden;
}
.pager-text{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}
.bx-pager-button{
	width: 100%;
	height: 110px;
	overflow: hidden;
}
.bx-pager-line{
	background: transparent;
	height: 10px;
	position: absolute;
	top: 0px;
	width: 100%;
}
.bx-pager-item .pager-item-overlay{
	position: absolute;
	top: 0px;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}
.pager-text{
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}
.bx-pager-item1{
	background: url('http://placehold.it/500x330');
	background-size: cover;
	background-position: center center;
}
.bx-pager-item2{
	background: url('http://placehold.it/500x330');
	background-size: cover;
	background-position: center center;
}
.bx-pager-item3{
	background: url('http://placehold.it/500x330');
	background-size: cover;
	background-position: center center;
}
.bx-pager-item4{
	background: url('http://placehold.it/500x330');
	background-size: cover;
	background-position: center center;
}

.about-promo-big .dark-arrow{
	position: relative;
	display: inline-block;
}
.about-promo-big .dark-arrow:before{
	content: '';
	display: inline-block;
	margin: 0 auto;
	clear: both;
	height: 2px;
	width: 125px;
	position: absolute;
	top: -63px;
	left: 50%;
	 -moz-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}
.about-promo-big h1{
	font-size: 28px;
	line-height: 42px;
	font-weight: 700;
	text-align: justify;
	
}
.about-promo-big .period{
	font-size: 18px;
	line-height: 25px;
	padding-top: 55px;
	padding-bottom: 40px;
}
.about-promo-big h3{
	font-weight: 600;
	text-align: justify;
}



/*--------------------------------------------------------------------------------*/
								/* Services */
/*--------------------------------------------------------------------------------*/

.services-left-panel{
	width: 50%;
	float: left;
	background: url('http://placehold.it/1500x940');
	background-size: cover;
	background-position: center center;
	padding-left: 0px;
	padding-right: 0px;
}
.services-right-panel{
	width: 50%;
	float: left;
	padding: 0px;
}
.services-left-panel ul{
	padding-left: 0px;
	display: inline-block;
}
.services-left-panel ul li{
	display: block;
	margin-bottom: 60px;
	text-align: left;
	position: relative;
	left: 50%;
	 -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.services-left-panel ul li:last-child{
	margin-bottom: 0px;
}
.services-left-panel ul li a{
	display: inline-block;
}
.services-left-panel ul li a h3{
	display: inline-block;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}
.services-left-panel ul li a p{
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}

.services-left-panel h3{
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
}
.services-left-panel p{
	font-size: 18px;
	line-height: 25px;
	margin-top: 15px;
	font-style: italic;
	font-weight: 700;
}
.services-item h1{
	text-transform: uppercase;
	margin-bottom: 20px;
}
.services-item p{
	font-size: 22px;
	line-height: 29px;
	font-style: italic;
}
.services-text-block .caption h5{
	font-size: 22px;
	line-height: 29px;
	font-style: italic;
	font-weight: 600;
}
.services-text-block .caption h5:after{
	content: '';
	width: 50%;
	height: 3px;
	display: block;
	clear: both;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 60px;
}
.services-text-block .content span{
	font-size: 65px;
	line-height: 72px;
}
.services-text-block .content h5{
	line-height: 21px;
	margin-bottom: 20px;
	font-weight: 600;
}
.services-text-block .content h6{
	font-size: 14px;
	line-height: 21px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}
.services-item{
	height: inherit;
}
.services-content-block1{
	background: url('http://placehold.it/1500x940');
	background-size: cover;
	background-position: center center;
}
.services-content-block2{
	background: url('http://placehold.it/1500x940');
	background-size: cover;
	background-position: center center;
}
.services-content-block3{
	background: url('http://placehold.it/1500x940');
	background-size: cover;
	background-position: center center;
}



/*--------------------------------------------------------------------------------*/
								/* Clents */
/*--------------------------------------------------------------------------------*/

.clients-wrap{
	padding: 70px;
}
.client{
	display: inline-block;
	padding: 30px 60px;
}
.client:hover{
	opacity: .7;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}
.clients-first-row .client{
	border-bottom: 1px solid;
}
.clients-first-row .client:first-child {
	border-right: 1px solid;
}
.clients-middle-row .client{
	border-bottom: 1px solid;
}
.clients-middle-row .client:first-child{
	border-right: 1px solid;
}
.clients-last-row .client:first-child {
	border-right: 1px solid;
}
.client{
	margin-left: -4px; 
}
.clients-text-content-wrap{
	background: url('http://placehold.it/1680x1050');
	background-size: cover;
	background-position: center center;
	padding-left: 0px;
}
.clients-text-content{
	padding-left: 90px;
}
.clients-text-content h1{
	font-size: 75px;
	line-height: 82px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.clients-text-content p{
	text-transform: uppercase;
}




/*--------------------------------------------------------------------------------*/
								/* Team */
/*--------------------------------------------------------------------------------*/

.team-slider{
	cursor: url(http://placehold.it/60x60), auto;
}
.team-member{
	padding: 10px;
	position: relative;
}
.team-member-image{
	position: inherit;
	z-index: 10;
}
.team-member-details{
	position: inherit;
	z-index: 10;
}
.team-member-image::before{
	content:'';
	display: block;
	clear: both;
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 7px;
	height: 7px;
	 -moz-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
}
.team-member-image::after{
	content:'';
	display: block;
	clear: both;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 20px;
	height: 1px;
	width: 120px;
}
.team-member-details h5{
	font-weight: 700;
}
.team-member-details p{
	margin: 10px 20%;
	letter-spacing: 1px;
}
.team-member-details .social-icons a{
	display: inline-block;
	padding: 0px 10px;
	padding-bottom: 10px;
	opacity: 1;
	 -webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}
.team-member-details .social-icons a:hover{
	opacity: 0.7;
}
.team-member-details .social-icons a img{
	max-width: 100% !important;
}
.team-slider.owl-theme .owl-controls {
	margin-top: 0px;
}
.team-slider.owl-theme .owl-controls .owl-nav div{
	background: transparent;
	font-size: 24px;
	line-height: 31px;
	margin: 0px;
	position: absolute;
	top: 50%;
	opacity: 1;
	-moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.team-slider .owl-prev{
	left: -8%;
}
.team-slider .owl-next{
	right: -8%;
}
.team-slider.owl-theme .owl-controls .owl-nav div i{
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		 -o-transition: all .5s ease;
			transition: all .5s ease;
}



/*--------------------------------------------------------------------------------*/
								/* Promo */
/*--------------------------------------------------------------------------------*/

.promo-section{
	background: url('../images/news.jpg') 0 20% fixed no-repeat;
	background-size: 100%;
	background-position: center center;
}
.promo-section h1{
	font-size: 34px;
	line-height: 41px;
	margin-bottom: 25px;
}
.promo-section p{
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 2px;
}
.promo-section .btn a{
	font-size: 12px;
	line-height: 19px;
	border: 2px solid;
	border-radius: 35px;
	padding: 15px 25px;
	margin-top: 50px;
	display: block;
	text-transform: uppercase;
	 -webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		 -o-transition: all .5s ease;
			transition: all .5s ease;
}




/*--------------------------------------------------------------------------------*/
								/* Portfolio */
/*--------------------------------------------------------------------------------*/

.portfolio{
	position: relative;
}
.portfolio-filter-nav ul{
	margin-bottom: 0px;
	padding-left: 0px;
}
.portfolio-filter-nav ul li{
	list-style: none;
	display: inline-block;
	font-size: 18px;
	line-height: 25px;
	font-style: italic;
	font-weight: 700;
} 
.portfolio-filter-nav ul li a{
	margin-right: 5px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}
.shuffle__sizer{
	width: 25%;
}
.portfolio-item{
	overflow: hidden;
	cursor: pointer;
}
.portfolio-item-details h5{
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 400;
}
.portfolio-item-details p{
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: 400;
}
.portfolio-item-mask{
	cursor: default;
	width: 100%;
	position: absolute;
	right: -100%;
	top: 0px;
	overflow: hidden;
	cursor: hand;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}
.portfolio-item:hover > .portfolio-item-mask{
	right: 0%;
}
.portfolio-mask-content{
	display: inline-block;
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	-webkit-transition: all .2s linear .5s;
	   -moz-transition: all .2s linear .5s;
		-ms-transition: all .2s linear .5s;
		 -o-transition: all .2s linear .5s;
			transition: all .2s linear .5s;
}	
.portfolio-mask-content a{
	font-size: 30px;
	line-height: 37px;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
.portfolio-mask-content p{
	text-transform: uppercase;
	border-bottom: 2px solid;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
.portfolio-item-mask .vertical-align{
	position: relative;
	overflow: hidden;
}
.portfolio-item:hover > div .portfolio-mask-content{
	bottom: 0px !important;
}
.portfolio-mask-content iframe{
	display: none;
}
.featherlight-previous, .featherlight-next{
	background: transparent;
}
.featherlight-previous:hover, .featherlight-next:hover{
	background: transparent;
}
.featherlight-next span, .featherlight-previous span{
	font-size: 35px;
	line-height: 42px;
	display: block;
	margin-top: -20px;
	width: 40%;
	text-shadow: none;
}
.featherlight .featherlight-close-icon{
	font-size: 25px;
	line-height: 32px;
}
.featherlight .featherlight-content{
	min-width: 0%;
}
.featherlight-content {
	max-height: 90% !important;
	width: 80% !important;
	height: 70% !important;
	background: initial !important;
}
iframe.featherlight-inner {
	width: 100% !important;
	height: 100% !important;
}


/*--------------------------------------------------------------------------------*/
								/* Social */
/*--------------------------------------------------------------------------------*/

.social-slider-item{
	position: relative;
	height: 300px;
	padding: 30px;
	display: block;
}
.social-instagram.social-slider-item:after{
	background: #5185a6;
}
.social-googleplus.social-slider-item:after{
	background: #dd4b39;
}
.social-facebook.social-slider-item:after{
	background: #3b5998;
}
.social-twitter.social-slider-item:after{
	background: #55acee;
}
.social-dribbble.social-slider-item:after{
	background: #ea4c89;
}
.social-slider-item .social-icon{
	z-index: 10
}
.social-slider-item .social-text{
	margin-top: 50px;
}
.social-slider-item .social-text h2{
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}
.social-slider.owl-theme .owl-controls {
	margin-top: 0px;
}
.social-slider.owl-theme .owl-controls .owl-nav div{
	background: transparent;
	font-size: 23px;
	margin: 0px;
	position: absolute;
	top: 50%;
	opacity: 1;
	-moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		 -o-transition: all .5s ease;
			transition: all .5s ease;
}
.social-slider .owl-prev{
	left: -8%;
}
.social-slider .owl-next{
	right: -8%;
}


/*--------------------------------------------------------------------------------*/
								/* News */
/*--------------------------------------------------------------------------------*/

.news-item-overlay{
	padding: 225px 125px;
	width: 100%;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}
.news-item h4{
	font-size: 16px;
	line-height: 23px;
	padding-left: 15px;
	text-transform: uppercase;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}
.news-item h1{
	font-size: 24px;
	line-height: 31px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 700;
}
.news-item p{
	font-size: 16px;
	line-height: 23px;
	font-weight: 600;
}
.news1{
	background: url('http://placehold.it/750x750');
	background-size: cover;
	background-position: center center;
}
.news2{
	background: url('http://placehold.it/750x750');
	background-size: cover;
	background-position: center center;	
}
.news3{
	background: url('http://placehold.it/750x750');
	background-size: cover;
	background-position: center center;	
}
.news4{
	background: url('http://placehold.it/750x750');
	background-size: cover;
	background-position: center center;	
}
.news-slider.owl-theme .owl-controls {
	margin-top: 0px;
}
.news-slider.owl-theme .owl-controls .owl-nav div{
	background: transparent;
	font-size: 25px;
	line-height: 32px;
	margin: 0px;
	position: absolute;
	top: 50%;
	opacity: .8;
	padding: 5px 10px;
	-moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		 -o-transition: all .5s ease;
			transition: all .5s ease;
}
.news-slider .owl-prev{
	left: 1%;
}
.news-slider .owl-next{
	right: 1%;
}
.news-slider.owl-theme .owl-controls .owl-nav div:hover{
	opacity: 1;
}
.news-slider.owl-theme .owl-controls .owl-nav div i{
	 -webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		 -o-transition: all .5s ease;
			transition: all .5s ease;
}



/*--------------------------------------------------------------------------------*/
								/* Contact */
/*--------------------------------------------------------------------------------*/

.map-wrap{
	height: 600px;
	position: relative;
}
.map{
	height: 600px;
}
.contact-form{
	width: 350px;
	padding: 35px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);	
}
.contact-form label{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 0px;
	display: block;
	width: 100%;
	background: transparent;
	text-align: left;
	font-style: italic;
	font-weight: 400;
}
.contact-form input{
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid;
	outline: none;
}
.contact-form textarea{
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid;
	outline: none;
	resize: none;
}
.contact-form button{
	font-size: 12px;
	line-height: 19px;
	padding: 5px 25px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius: 35px;
	letter-spacing: 2px;
	text-transform: uppercase;
	outline: none;
	border: none;
	box-shadow: none;
	font-weight: 600;
	-webkit-transition: all .5s ease-in;
	   -moz-transition: all .5s ease-in;
		-ms-transition: all .5s ease-in;
		 -o-transition: all .5s ease-in;
			transition: all .5s ease-in;
}
.error-msg::-webkit-input-placeholder{
	font-weight: 700;
	color: #f00 !important;
}
.error-msg:-moz-placeholder{
	font-weight: 700;
	color: #f00 !important;
}
.error-msg::-moz-placeholder{
	font-weight: 700;
	color: #f00 !important;
}
.error-msg:-ms-input-placeholder{
	font-weight: 700;
	color: #f00 !important;
}
.contact-form ::-webkit-input-placeholder{ /* WebKit browsers */
    font-size: 14px;
    line-height: 12px;
   	text-align: left;
    opacity:  1;
}
.contact-form :-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    line-height: 12px;
   	text-align: left;
    opacity:  1;
}
.contact-form ::-moz-placeholder{ /* Mozilla Firefox 19+ */
    font-size: 14px;
    line-height: 12px;
   	text-align: left;
    opacity:  1;
}
.contact-form :-ms-input-placeholder{ /* Internet Explorer 10+ */
    font-size: 14px;
    line-height: 12px;
   	text-align: left;
    opacity:  1;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.footer .contact-details p{
	font-size: 13px;
    line-height: 20px;
}
.footer .contact-details span{
	font-size: 24px;
	line-height: 31px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.footer .social-icons{
	margin-top: 60px;
	margin-bottom: 60px;
}
.footer .social-icons p{
	font-size: 13px;
    line-height: 20px;
}
.footer .social-icons span{
	font-size: 20px;
    line-height: 27px;
	display: inline-block;
	padding-top: 3px;
	margin: 0px 8px;
	margin-bottom: 40px;
	border: 2px solid;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}
.to-top{
	position: fixed;
	right: 40px;
	z-index: 100;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}
.to-top a{
	width: 35px;
	height: 35px;
	background: transparent;
	display: inline-block;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		 -o-transition: all .5s ease;
			transition: all .5s ease;
}
.to-top a i{
	font-size: 20px;
	line-height: 20px;
	padding-top: 3px;
	display: block;
    -webkit-animation: 0.5s ease-in-out 0s alternate none infinite down;
    -moz-animation: 0.5s ease-in-out 0s alternate none infinite down; 
    animation: 0.5s ease-in-out 0s alternate none infinite down; 
}
         
@-webkit-keyframes down {

	100% {
   		 margin-top: 10px;
		}		
}
@-moz-keyframes down {

	100% {
   		 margin-top: 10px;
		}		
}
@keyframes down {

	100% {
   		 margin-top: 10px;
		}		
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - INNER-PAGES */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.inner-page-home h1{
	font-size: 40px;
    line-height: 47px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 15px;
	font-weight: 700;
}
.inner-page-home h4{
	text-transform: uppercase;
}


/*--------------------------------------------------------------------------------*/
								/*News-page*/						
/*--------------------------------------------------------------------------------*/

.error-home{
	background: url('http://placehold.it/1920x1080');
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}
.error-home h1{
	font-size: 60px;
	line-height: 67px;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-bottom: 25px;
	display: inline-block;
	letter-spacing: 3px;
	border: 3px solid;
	font-weight: 700px;
}
.error-home p{
	font-size: 20px;
	line-height: 27px;
	text-transform: uppercase;
}	

/*--------------------------------------------------------------------------------*/
								/*News-page*/						
/*--------------------------------------------------------------------------------*/

.news-page-home{
	background: url('http://placehold.it/1680x1050') 0 50% fixed no-repeat;
	background-size: cover;
	text-align: center;
	background-position: center center;
}
.news-post{
	margin-top: 35px;
}
.news-page-featured-image{
	margin-bottom: 25px;
}
.news-post h1{
	font-size: 30px;
    line-height: 37px;
    display: inline-block;
    margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 700;
}
.news-post p{
	margin-bottom: 25px;
	margin-top: 25px;
}
.news-post .news-post-details{
	display: inline-block;
	padding: 0px 10px;
}
.news-post-details p{
	font-size: 14px;
    line-height: 21px;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.news-post-details span{
	font-size: 16px;
    line-height: 23px;
}
.news-post .button{
	text-align: left;
	display: block;
}
.news-post .button a{
	padding: 8px 20px;
	margin-top: 25px;
	font-weight: 700;
	 -webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		 -o-transition: all .5s ease;
			transition: all .5s ease;
}
.soundcloud-wrap iframe{
	width: 100%;
}
.news-post-slider.owl-theme .owl-controls{
	margin-top: 0px;
}
.news-post-slider.owl-theme .owl-controls .owl-dots{
	background: transparent;
	margin: 0px;
	position: absolute;
	left: 50%;
	bottom: 1%;
	opacity: 1;
	-moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		 -o-transition: all .5s ease;
			transition: all .5s ease;
}
.news-page-sidebar h4{
	margin-top: 35px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.news-page-sidebar a{
	font-weight: 600;
}
.news-page-sidebar .search{
	position: relative;
}
.news-page-sidebar .search input{
	width: 100%;
	box-shadow: none;
	border: 1px solid;
	border-radius: 20px;
	padding: 5px;
}
.news-page-sidebar .search button{
	font-size: 20px;
	line-height: 27px;
	position: absolute;
	right: 5px;
	top: 2px;
	border: none;
	box-shadow: none;
	background: none;
}
.news-page-sidebar .news-type-list ul{
	padding-left: 0px;
}
.news-page-sidebar .news-type-list ul li{
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}
.news-page-sidebar .recent-posts a{
	padding-top: 5px;
	padding-bottom: 5px;
}
.news-post-details span{
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
}
.news-post-details p{
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
}
.news-page-sidebar .recent-posts .item{
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.post-tags ul{
	padding-left: 0px;
	margin: 0px;
	display: inline-block;
}
.post-tags ul li{
	list-style: none;
	display: inline-block;
	border: 1px solid;
	margin: 3px 2px;
}
.post-tags a{
	font-size: 12px;
	line-height: 20px;
	padding: 3px 5px;
	display: inline-block;
	font-weight: 700;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}


/*--------------------------------------------------------------------------------*/
								/*News-post*/						
/*--------------------------------------------------------------------------------*/

.news-post-home{
	background: url('http://placehold.it/1680x1050') 0 50% fixed no-repeat;
	background-size: cover;
	text-align: center;
	background-position: center center;
}

.news-post-share a{
	font-size: 25px;
	line-height: 32px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}
.news-page-image{
	position: relative;
}
.news-page-image-overlay span{
	font-size: 25px;
	line-height: 32px;
	position: absolute;
	top: 50%;
	left: 50%
	 -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.news-post-outlink{
	margin-top: 20px;
	margin-bottom: 20px;
}
.news-post-outlink .news-post-tags ul{
	margin: 0px;
}
.news-post-outlink .post-tags{
	text-align: left;
}
.news-post-outlink .post-share{
	text-align: right;
}
.comment-count{
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.comments{
	margin: 50px 0px;
}
.comments ul{
	padding-left: 0px;
}
.comments ul li{
	list-style: none;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid;
}
.comments ul li p{
	padding-top: 10px;
}
.comments ul.children{
	margin-left: 100px;
}
.comments ul li:last-child{
	border-bottom: none;
	padding-bottom: 0px;
}
.commentlists .avatarbox{
	width: 7%;
	float: left;
	margin-right: 2%;
}
.commentlists .avatarbox img{
	width: 60px;
	float: left;
}
.comment-info{
	font-size: 12px;
	line-height: 19px;
	width: 91%;
	float: left;
	text-align: left;
}
.comment-info span{
	margin-right: 35px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
}
.comment-info a{
	font-style: italic;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}

.respond{
	margin-top: 50px;
	margin-bottom: 100px;
}
.respond h3{
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
}
.respond form{
	margin-top: 25px;
	width: 70%;
}
.respond input[type="text"]{
	font-size: 16px;
	line-height: 23px;
	width: 100%;
	height: 35px;
	margin-bottom: 20px;
	border: 1px solid;
	font-weight: 600;
}
.respond input[type="submit"]{
	margin-top: 25px;
	background: none;
	border: 1px solid;
	border-radius: 0px;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}
.respond textarea{
	width: 100%;
	height: 100px;
	border: 1px solid;
}
.newspage-nav{
	padding-top: 50px;
	padding-bottom: 50px;
}
.newspage-nav a{
	border: 1px solid;
	padding: 15px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 19px;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}


/*--------------------------------------------------------------------------------*/
								/*Single-Project*/						
/*--------------------------------------------------------------------------------*/

.single-project-home h1{
	font-size: 40px;
    line-height: 47px;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom: 0px;
}
.single-project-home h1:after{
	content: '* * *';
	display: block;
	margin: 5px auto;
	clear: both;
}
.single-project-slider.owl-theme .owl-controls{
	margin-top: 0px;
	position: absolute;
	left: 50%;
	bottom: 1%;
	opacity: 1;
	-moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.single-project-slider.owl-theme .owl-controls .owl-dot{
	display: inline-block;
}
.single-project-slider.owl-theme .owl-controls .owl-dots span{
	width:15px;
	height:15px;
	margin:5px 7px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
}
.single-project-slider.owl-theme .owl-dots .owl-dot.active span,.single-project-slider.owl-theme .owl-dots .owl-dot:hover span{
	opacity: .7;
}
.single-project-slider .item1{
	background: url('http://placehold.it/1920x1080');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.single-project-slider .item2{
	background: url('http://placehold.it/1920x1080');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.single-project-slider .item3{
	background: url('http://placehold.it/1920x1080');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.single-project-text{
	margin-bottom: 25px;
}
.single-project-text h1{
	font-size: 30px;
    line-height: 37px;
    margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.single-project-text p{
	margin-bottom: 25px;
}
.project-feature-image{
	margin-bottom: 50px;
}
.project-details a{
	font-weight: 700;
}
.project-details h3{
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 700;
}
.project-details h5{
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
}
.project-details .item{
	margin-bottom: 10px;
}
.project-details .post-tags ul{
	margin-top: 0px;
}
.post-category ul{
	padding-left: 0px;
}
.post-category ul li{
	list-style: none;
	display: inline-block;
}
.post-share a{
	font-size: 20px;
	line-height: 27px;
	margin: 0px 7px;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}
.recent-posts-title{
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}
.related-projects-wrap{
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
}
.related-projects-item{
	margin: 0px 10px;
}
.related-projects-slider.owl-theme .owl-controls{
	margin-top: 0px;
	border-radius: 0;
}
.related-projects-slider.owl-theme .owl-controls .owl-buttons div{
	position: absolute;
	margin: 10px;
	opacity: .8;
	border-radius: 0%;
	top: 50%;
	-moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.related-projects-slider.owl-theme .owl-controls .owl-buttons .owl-prev{
	left: -7%;
}
.related-projects-slider.owl-theme .owl-controls .owl-buttons .owl-next{
	right: -7%;
}