/*
Document   : layout
Author     : Little Neko
Description: layout styles

*/

/* Table of Content
==================================================

#BOOSTRAP CUSTOMIZATION
#NEKO CSS FRAMEWORK
#TYPOGRAPHY
#GENERAL
#PARALLAX STUFF
#HEADER
#MAIN MENU
#FOOTER
#SLIDERS
#BLOG
#NEWS
#PAGES
#PORTFOLIO
#FORMS
#MISCELANIOUS

*/


/* BOOSTRAP CUSTOMIZATION
================================================== */
/*@media (min-width: 992px and max-width: 1300px) {
	.container {
		width: auto;
	}
	}*/
	@media(max-width:767px){
	}

	@media(min-width:768px){
		.container{
			width:100%;
		}
	}

	@media(min-width:992px){

	}

	@media(min-width:1200px){
		.container{
			width:1040px;
		}
	}

	@media(min-width:1330px){
		.container{
			width:1170px;
		}
	}


	.navbar {margin-bottom:0;}

	.navbar-default {
		background:none;
		border:none;
	}

	.navbar-collapse {border:none;}

	.nav.nav-tabs {margin-bottom:22px;}

	.btn:active, .btn.active{
		-webkit-box-shadow:none;box-shadow:none
	}
	.container .jumbotron{border-radius: 0;}

	.jumbotron {
		font-size: 16px;
		margin-bottom: 0
	}

	.jumbotron h1 {
		text-align: left;
		font-weight:400;
	}

	/*forms*/

	.form-control {
		-webkit-box-shadow:none;
		box-shadow:none;
		border-radius: 0;
		padding: 1em;
		height:auto;
	}

	.has-error div {
		padding: 5px;
		margin-bottom: 20px;
		display:block;
	}

	.progress{
		border-radius: 0;
		height:22px;
	}

	label{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 6px;
		font-weight:700;
		text-transform: uppercase;
	}

	/*tabs*/

	/** expand the link to fill the whole tab **/
	.panel-title a {
		display: block;
		padding: 10px 0;
		margin: -10px -15px;
		outline:none;
	}

	.panel-default>.panel-heading{
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.panel-default {
		border:none;
	}

	.panel-body {
		padding-left: 0;
		padding-right: 0;

	}

	.navbar-default .navbar-toggle {
		margin:0;
		border:none;
		padding:5px 0 0 0;
		border-radius: 0;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background:none;
	}

	.navbar-toggle .icon-bar {
		width:33px;
		height:4px;
	}

	.navbar-brand {
		height:auto;
	}
	.navbar {
		min-height: 0;
	}


	/*** MEDIA QUERIES ***/

	@media(max-width:767px){
		.navbar-collapse {
			margin-top: 15px;
		}
	}

	@media(min-width:768px){
		.jumbotron h1, .jumbotron .h1 {
			line-height: 63px;
		}
	}

	@media(min-width:992px){}

	@media(min-width:1200px){}

	/*** END MEDIA QUERIES ***/

/* END BOOSTRAP CUSTOMIZATION
================================================== */



/* NEKO CSS FRAMEWORK
================================================== */

.iconRounded{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.iconRounded:before{margin: 0;}
.iconBig{
	font-size: 50px;
}
.iconBig.iconRounded{
	width: 112px;
	height: 112px;
	border-width: 4px;
}
.boxFeature{margin-bottom:33px;}
/* v2 */
.boxFeature-2 {text-align: center;}
.boxFeature-2 i {margin-bottom: 22px; display:block;}
.boxFeature-2 p {font-size: 12px;}

.boxContent{padding:22px;}
/*** utilies classes ***/
.mb15 {
	margin-bottom:1.5em;
}
.mb30 {
	margin-bottom:3em;
}
.mb40 {
	margin-bottom:4em;
}
.mt15 {
	margin-top:1.5em;
}
.mt30 {
	margin-top:3em;
}
.mt40 {
	margin-top:4em;
}
.noMargin {
	margin:0;
}
.noPaddingBottom {
	padding-bottom:0 !important;
}
.noPaddingTop {
	padding-top:0
}

.noBorder {
	border:none!important;
}



/*** end utilies classes ***/

/*** MEDIA QUERIES ***/

@media(max-width:767px){
	.mb-sm {
		margin-bottom: 0;
	}
	.mb-xs {
		margin-bottom: 60px
	}
}

@media(min-width:768px){
	.isotopeItem .iconBig{
		font-size: 33px;
	}
	.isotopeItem .iconBig.iconRounded{
		width: 80px;
		height: 80px;
		padding-top: 18px;
	}
	.isotopeItem .iconLinks a span{font-size:10px;}

	.mb-sm {
		margin-bottom: 60px
	}
}

@media(min-width:992px){
	.iconBig, .isotopeItem .iconBig{
		font-size: 66px;
	}
	.iconBig.iconRounded, .isotopeItem .iconBig.iconRounded {
		width: 125px;
		height: 125px;
		padding-top: 28px;
	}
	.isotopeItem .iconLinks a span{font-size:12px;}
	.mb-sm {
		margin-bottom: 0;
	}
}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/
/* NEKO CSS FRAMEWORK
================================================== */

/* TYPOGRAPHY
================================================== */

body {
	font-size:16px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	padding-top: 61px;
	/*overflow:hidden;*/
}

@media(min-width:1025px){
	body {
		padding-top: 88px;
	}
}


body.noPadding {
	padding-top: 0;
}

h1, h2, h3, h4, h5, h6, legend {
	margin:0;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
}
h1 {
	font-size: 44px;
	line-height: 48px;
	font-weight: 900;
	font-style: normal;
	text-transform:uppercase;
	position:relative;
	letter-spacing: 0.1em;
	margin-bottom: 13px;
}

h1.noSubtitle{
	margin-bottom:90px;
}

.bigTitle, h1.bigTitle, h2.bigTitle, h3.bigTitle {
	font-weight: 800;
	font-size: 5em;
	line-height:1em;
	text-transform:uppercase;
	padding:0.5em 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.parallaxText h2 {
	font-size: 3.21em;
	font-weight: 800;
	line-height:1.5em;
	text-transform:uppercase;
	padding:0.5em 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.parallaxText blockquote {
	font-size: 33px;
	line-height: 33px;
	margin-bottom: 0;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	padding-left: 0;
	border: none;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	letter-spacing: 0.1em;
}


h2 {
	font-size:24px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	padding:0;
	margin-bottom:22px;

}
h2.subTitle{
	font-size:24px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	padding:0;
	margin-bottom:88px;
	position:relative;
}
h2.subTitle:after, h1.noSubtitle:after {
	display:block;
	height:5px;
	width:50px;
	content:'';
	bottom:-26px;
	position:absolute;
}

h1.noSubtitle:after {
	bottom:-29px;
}

/** centered heading **/
.headingCenter {
	text-align: center;
}

.headingCenter h2.subTitle::after, .headingCenter h1.noSubtitle::after {
	left: 50%;
	margin-left: -25px;
}

/* remove the underline on H1 when not needed */
h1.bigTitle:after, .boxWrapper h1:after, .pricingBloc h1:after, .team h1:after, .iconBoxV3 h1:after, #sliderWrapper h1:after, .fullwidthbanner-container h1:after, .camera_caption h1:after, .caption h1:after, .bulle h1:after, .iconBoxV2 .iconBox-body h1:after {
	content:none
}
h3, legend {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 13px;
	letter-spacing: 0.06em;
}
h4 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:700;
	text-transform: uppercase;
}
h5 {
	font-style: normal;
	font-weight: 300;
	font-size: 1.116em;
	line-height: 1.5714em;
	margin-bottom: 0.916em;
}
h6 {
	font-weight: 300;
	font-style: italic;
	margin-bottom: 2em;
	font-size: 1em;
	line-height:1em;
}
h1 small, h2 small, h3 small, h4 small {
	text-transform:none;
	font-size:0.5em;
	font-weight:400;
	color:inherit;
}
p, ul {
	margin-top: 0;
	margin-bottom: 12px;
}
strong {
	font-weight:bold
}
small, aside {
}
li {
	line-height: inherit;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
ul.iconsList li a:hover {
	text-decoration:none;
}
a.readMore {
	display:block;
	margin-top:0.75em;
	font-style:italic;
}
blockquote {
	font-size:22px;
	line-height: 33px;
	margin-bottom:0;
	font-weight:300;
	font-family: 'Raleway', sans-serif;
	padding:0;
	border:none;
	text-align:left;
}
blockquote p {
	font-size: inherit;
}
blockquote small {
	font-size:50%;
	display:inline;
}
blockquote p:before {
	content:'“';
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-right: 0.2em;
	font-size: 80px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}
blockquote p:after {
	content:'”';
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:0.2em;
	font-size: 80px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}
.quoteRow blockquote:before, .quoteRow blockquote:after {
	content:none;
}
hr {
	padding:0;
	margin:0;
}
.hero-unit blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	.parallaxText blockquote {
		font-size: 44px;
		line-height: 44px;
	}
}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END TYPOGRAPHY
================================================== */
/* GENERAL
================================================== */

.boxed .fixed-header #globalWrapper{
	margin: 64px 0 0 0;
}

.slice {padding:33px 0;}
.line {
	height:2px;
	width:25px;
	margin:auto;
}
/*** buttons ***/
.btn {
	text-transform:uppercase;
	padding:15px 20px;
	font-size:12px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-radius: 0;
	font-weight: bold;
	letter-spacing: 0.02em;
}
.btn-lg {
	padding:18px 23px;
	font-size:16px;
}
.btn-sm {
	padding:10px 13px;
	font-size:12px;
	border-radius:0;
}
.btn-xs {
	padding:4px 7px;
	font-size:10px;
	border-radius:0;
}
.btn-link {
	text-transform:none;
	text-shadow:none;
	padding:0;
}
.btn i {
	margin-right:0.5em;
}

/*** call to actioon ***/
.ctaBox {
	padding:44px;
}
.ctaBox h1,.ctaBox h2, .ctaBox h3, .ctaBox p, .ctaBox blockquote{
	text-align: center;

}

.ctaBox .ctaBoxBtn {
	text-align: center;

}
.ctaBox .ctaBoxBtn a.btn{
	white-space: normal;
}

.ctaBox.ctaBox2Cols h1 {
	font-size:16px;
	font-weight: 400;
	text-transform: none;
	line-height: 1.5em;
}
.ctaBox.ctaBox2Cols h1 strong{
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	display:block;
}
/*** MEDIA QUERIES ***/

@media(max-width:767px){
	.btn-lg {
		padding: 14px 18px;
		font-size: 18px;
	}
}

@media(min-width:768px){
	.slice {padding:110px 0;}


	.boxed .fixed-header #globalWrapper{
		margin: 88px 0 0 0;
	}

	/* Call to action */


	/** call to action 2 columns **/



	.ctaBox.ctaBox2Cols {
		display: table;
		width: 100%;
	}
	.ctaBox.ctaBox2Cols h1 {
		margin-bottom: 0;
	}
	/** 2 columns **/

	.ctaBox.ctaBox2Cols .ctaBoxText, .ctaBox.ctaBox2Cols .ctaBoxBtn {
		display: table-cell;
		vertical-align: middle;
	}

	.ctaBox.ctaBox2Cols .ctaBoxBtn {margin-top: 0;}

	.ctaBox.ctaBox2Cols h1,
	.ctaBox.ctaBox2Cols h2,
	.ctaBox.ctaBox2Cols h3,
	.ctaBox.ctaBox2Cols p,
	.ctaBox .ctaBox2Cols blockquote {
		text-align: left;
	}

	.ctaBox.ctaBox2Cols .ctaBoxBtn { text-align: right; padding-left: 22px}

	/*** call to action full width ***/
	.ctaBoxFullwidth {
		padding:44px 0;
	}
	.ctaBox .ctaBoxBtn a.btn{
		white-space: nowrap;
	}

}

@media(min-width:992px){

	.ctaBox a {float:right; margin-top:0;}

	.boxed #globalWrapper {
		margin:0 60px 60px 60px;
	}

	.boxed .fixed-header #globalWrapper{
		margin: 88px 60px 60px 60px;
	}
}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END GENERAL
================================================== */

/* PARALLAX STUFF
================================================== */
#parallaxSlice1, #parallaxSlice2, #parallaxSlice3, #parallaxSlice4, #parallaxSlice5, #homeFullScreen, #homeFullScreen-2, #comingSoonPic{
	width:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-position: top center;
}



.maskParent{position: relative; height:100%;width:100%}
.parallaxText {
	padding-top:66px;
	padding-bottom:66px;
	text-align:center;
	position: relative;

}
.maskOverlay {
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	background:#000;
}
.maskOverlay.opacity-1 {
	opacity:0.1;
}
.maskOverlay.opacity-2 {
	opacity:0.2;
}
.maskOverlay.opacity-3 {
	opacity:0.3;
}
.maskOverlay.opacity-4 {
	opacity:0.4;
}
.maskOverlay.opacity-5 {
	opacity:0.5;
}
.maskOverlay.opacity-6 {
	opacity:0.6;
}
.maskOverlay.opacity-7 {
	opacity:0.7;
}
.maskOverlay.opacity-8 {
	opacity:0.8;
}
.maskOverlay.opacity-9 {
	opacity:0.9;
}


/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){

	#parallaxSlice1, #parallaxSlice2, #parallaxSlice3, #parallaxSlice4, #parallaxSlice5, #homeFullScreen, #homeFullScreen-2 {
		background-attachment: fixed;
		background-position: 50% 0;
		background-size: cover;
	}


}
/*** END MEDIA QUERIES ***/


/* END PARALLAX STUFF
================================================== */

/* HEADER
================================================== */
#mainHeader{
	background:#eee;
}

.navbar-brand{
	padding-top:30px;
	padding-left: 0;
}

.navbar-brand img{
    height: 32px;
}

.fixedHeader {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.fixedHeader #mainMenu li a {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.fixedHeader .nav-brand {
	margin-top: 0.6em;
	width: 100px;
}

/*** MEDIA QUERIES ***/

@media(max-width:1024px){
	#mainHeader .container {
		padding:15px;
	}
	.navbar-brand {
		margin:0;
		padding: 0;	}
	}

	@media(min-width:768px){}

	@media(min-width:992px){}

	@media(min-width:1200px){}

	/*** END MEDIA QUERIES ***/

/* END HEADER
================================================== */

/* MAIN MENU
================================================== */
.navbar-nav > li > a {
	display: block;
	font-size:14px;
	font-weight: bold;
	margin: 0;
	padding-top:11px;
	padding-bottom:11px;
	vertical-align:middle;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	outline:none;
}

#mainHeader .pull-right{ float:none !important; }

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:1025px){

	.navbar-nav > li > a {
		padding-top:0;
		padding-bottom:0;
		height:88px;
		line-height: 88px;
	}

	#mainHeader .pull-right{
		float:right !important;
	}


	.boxed #mainHeader {
		margin:0 60px;
	}

}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END MAIN MENU
================================================== */
/* HOME
================================================== */
body#fullScreen {
    padding-top: 0
}
body#fullScreen #mainHeader{
    display:none;
}

#mapWrapper{ height:350px; }

#homeFullScreen {
	background-image: url('../images/theme-pics/splash.jpg');
	height:100%;
	overflow:hidden;
}
#homeFullScreen-2 {
	background-image: url('../images/theme-pics/helen-lake.jpg');
        background-blend-mode: color-dodge;
	height: 100vh;
	overflow:hidden;
}
#comingSoonPic {
	background-image: url('../images/theme-pics/splash.jpg');
	height:100%;
	overflow:hidden;
	padding-top: 0;
}






#sliderWrapper{
	height:450px;
}


#sliderWrapper>.nekoDataOwlt{
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
}




.img-slider>div.centered-content{
	position:absolute !important;
	z-index: 2;
	width:100%;
	margin-top: 0;
}

.img-slider .owl-controls{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.img-slider .owl-controls  .owl-pagination .owl-page span{
	background: #222;
	opacity: 0.7;
}

.img-slider .owl-controls  .owl-pagination .owl-page.active span{
	opacity: 1;
}



.nekoDataOwl .item h1, .img-slider>div.centered-content h1{
	color:white;
}

.btn.homeBtn {
	position:relative;
	background:rgba(255,255,255,0.25);
}

#logoBig img{
	width:300px;
	margin:auto;
	margin-bottom: 60px;
	position: relative;
}


/*** MEDIA QUERIES ***/

@media(max-width:767px){
	#homeFullScreen #flexHome h1 {
		font-size:22px;
	}
	#logoBig {
		padding:0 11px;
	}
}

@media(min-width:768px){
	#home {
		padding-top:70px;
	}

}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END HOME
================================================== */
/* NEWS
================================================== */
.newsText{padding:20px 20px 25px 20px; margin-bottom: 22px;}
.newsText h3{margin-bottom: 8px;}
.date{font-size:12px; line-height:12px;font-style: italic;}
.newsText p{font-size:12px;}

/* END NEWS
================================================== */

/* FOOTER
================================================== */

footer{padding:44px 0;}
footer h3 {
	text-transform: uppercase;
	font-weight: 900;
}
#footerLogo {margin-bottom: 22px;}
#footerRights {padding:22px; font-size:12px;}



@media(min-width:768px){
	.footerWidget{
		float:right;
	}
}
/* END FOOTER
================================================== */


/* SLIDERS
================================================== */

/** OWL SLIDER **/
.owl-buttons {}
.owl-theme .owl-controls .owl-buttons div {
	position:absolute;
	top:42%;
	background:none;
	font-family: 'custom-icons';
	font-size:3em;
	text-align:center;
	color:#fff;
}
.owl-next {right:0;}
.owl-prev {left:0;}
.owl-next:before {content: '\e766';}
.owl-prev:before {content: '\e765';}
.owl-theme .owl-controls {margin-top:22px;}

/*** MEDIA QUERIES ***/
@media(max-width:400px){
	.flexslider .slides > li {
		height:120px;
	}
	#homeFullScreen .flexslider .slides > li{
		height:60px;
	}
	#flexHome h2 {
		font-size: 12px;
	}
}

@media(min-width:768px){
	.newsText{
		margin-bottom: 0;
	}
	#flexHome h1 {
		font-size:40px;
	}
	#flexHome {
		margin-top:44px;
	}
	.flex-control-nav{display:block;}
	.flexslider .slides > li {
		height:160px;
	}
	#homeFullScreen .flexslider .slides > li{
		height:80px;
	}
}
@media(min-width:992px){
	#flexHome h1 {
		font-size: 50px;
	}
	#flexHome {
		margin-top:66px;
	}
	.flexslider .slides > li {
		height:200px;
	}
	#homeFullScreen .flexslider .slides > li {
		height:100px;
	}
}

@media(min-width:1200px){
	#flexHome h1 {font-size: 80px;}
	#flexHome {
		margin-top:88px;
	}
	.flexslider .slides > li {height:250px;}
}

/*** END MEDIA QUERIES ***/

/*** SUPERSLIDES ***/
#fullScreenWrapper{
	position: relative;
	height: 100%;
}
#fullScreenWrapper>div.centered-content{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:1000;
	width:100%;
	text-align: center;
}

.slides-pagination {
	bottom:33px;

}

.slides-navigation{
	z-index: 1001;
}

.slides-pagination a {
	width:12px;
	height:12px;
	outline:none;
	text-indent: -50px;
}

.slides-navigation a {
	font-size: 44px;
	outline:none;
}


/*** END SUPERSLIDES ***/

/* END SLIDERS
================================================== */

/* PORTFOLIO
================================================== */
nav#filter {margin-bottom:22px;}
nav#filter li{ display:inline-block;list-style:none;}
/*.isotopeItem {margin-bottom: 22px;}*/
.isotopeItem .boxContent{margin-top:22px; padding:0;}

.projectHeader {
	padding: 44px 0;
}
#project h1 {
	text-align:left;
}



/*** Porfolio Mosaic***/


.portfolioMosaic article{
	float:left;
	-webkit-backface-visibility: hidden;
}

.portfolioMosaic.mosaic5 article, .portfolioMosaic.mosaic4 article, .portfolioMosaic.mosaic3 article, .portfolioMosaic.mosaic2 article{
	width:50%;
}

#preloaderPortfolio #status { top:200px;}
/*preloader portoflio mosaic*/


.portfolioMosaic article{
	float:left;
	-webkit-backface-visibility: hidden;
}

.portfolioMosaic.mosaic5 article, .portfolioMosaic.mosaic4 article, .portfolioMosaic.mosaic3 article, .portfolioMosaic.mosaic2 article{
	width:100%;
}

.portfolioMosaic .mask{
	left:0 !important;
}

.mediaHover h1, .mediaHover h2, .mediaHover h3, .mediaHover h4, .mediaHover h5, .mediaHover h6 {
	margin-top: 15px;
}



@media(max-width:767px){}

@media(min-width:768px){
	.page-header .projectTitle {text-align: left;}
	#verify {margin-left:15px; margin-top: 0;}

	.portfolioMosaic.mosaic5 article, .portfolioMosaic.mosaic4 article, .portfolioMosaic.mosaic3 article, .portfolioMosaic.mosaic2 article{
		width:50%;
	}
	nav#filter{
		text-align: right
	}

}


@media(min-width:992px){
	.projectHeader {padding-top: 66px;}
	.backButton {
		float: right;
	}
}


@media(min-width:1025px){

	.portfolioMosaic.mosaic5 article{
		width:20%;
	}
	.portfolioMosaic.mosaic4 article{
		width:25%;
	}
	.portfolioMosaic.mosaic3 article{
		width:33.32%;
	}
	.portfolioMosaic.mosaic2 article{
		width:50%;
	}
	.projectHeader {padding-top:80px;}

}

@media(min-width:1200px){}

/* END PORTFOLIO
================================================== */

/* FORM
================================================== */
#verifyImg{margin-bottom: 11px;}
input#verify{margin: 0;}
/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END FORM
================================================== */

/* BLOG
================================================== */

#blog {
	padding:48px 0 66px 0;
}
#blogHeader{
	padding:36px 0;
}
#blogHeader h2 {
	margin-bottom: 0;
}
h1.entry-title{
	margin-bottom:20px;
}
.entry-meta {
	font-size: 12px;
	margin-bottom: 24px;
}
.posted-on {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.blogPic {
	margin-bottom: 24px;
}
.avatar {
	width:64px;
	height:64px;
}

.comment-list {
	padding:0;
	margin:0;
}

.comment-list .media {
	padding-bottom:24px;
	margin-bottom:24px;
}
.widget ul {
	list-style: none;
	padding:0;
}
.widget li {
	font-size: 14px;
	padding:0;
	padding-bottom:18px;
	margin-bottom:18px;
}
.search-submit {
	margin-bottom:24px;
}

/* END BLOG
================================================== */


/* MISCELANIOUS
================================================== */

/*** Images ***/
.full-width{
	max-width:none;
	width:100%;

}

/*** Scroll up Button ***/
#neko-to-top{
	position: fixed;
	bottom: 60px;
	right: 60px;
	display:none;
	height: 50px;
	width: 50px;
	text-align: center;
	z-index:100;
	background-color: #A9A187;
	opacity:0.7;
}

#neko-to-top i{
	color:white;
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}



/* Preloader one page */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10000; /* makes sure it stays on top */
	background:white;
	text-align: center;
}
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10000; /* makes sure it stays on top */
	background:white;
	text-align: center;
}

#status {
	width:100%;
	height:100px;
	position:absolute;
	left:0; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	margin-top:-100px; /* is width and height divided by two */
	text-align: center;
	padding-top:15px;
	text-transform: uppercase;
	border-radius:11px;
}

#status h2{
	margin-top: 65px;
	font-size: 14px;
	letter-spacing: 0.25em;
}

/** Signal **/
.signal-loader {
	border:3px solid transparent;
	border-radius:30px;
	height:30px;
	left:50%;
	margin:-15px 0 0 -15px;
	opacity:0;
	position:absolute;
	top:50%;
	width:30px;
	-moz-animation: pulsate 1s ease-out;
	-moz-animation-iteration-count:infinite;
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count:infinite;
	animation: pulsate 1s ease-out;
	animation-iteration-count:infinite;
}

@-moz-keyframes pulsate {
	0% {
		-moz-transform:scale(.1);
		opacity: 0.0;
	}
	50% {
		opacity:1;
	}
	100% {
		-moz-transform:scale(1.2);
		opacity:0;
	}
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform:scale(.1);
		opacity: 0.0;
	}
	50% {
		opacity:1;
	}
	100% {
		-webkit-transform:scale(1.2);
		opacity:0;
	}
}

@keyframes pulsate {
	0% {
		transform:scale(.1);
		opacity: 0.0;
	}
	50% {
		opacity:1;
	}
	100% {
		transform:scale(1.2);
		opacity:0;
	}
}
/** End Signal **/


/*** hover images ***/
.imgHover article {
	position:relative;
}

figure.imgWrapper{
	position:relative;

}

figcaption.mediaHover{
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	height:100%;
}
.mask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	display:none;
	z-index:0;
	overflow:hidden;
	opacity: 0;
}

.iconLinks {
	display:none;
	position: relative;
}

.iconLinks a{
	display: inline-block;
	text-decoration:none;

}
.iconLinks a:hover i{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.iconLinks a span{
	position: relative;
	top: -30px;
	font-size: 16px;
	text-align: center;
	width: 100%;
	display: block;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;

}
.mediaHover {
	text-align:center;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;

}

.ie8 .mask {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


ul.socialNetwork {padding:0; display: block;}
ul.socialNetwork li {display:inline-block; list-style-type: none;}

/*** pricing table ***/
.pricingBloc {
	text-align:center;
	margin-top:22px;
}
.pricingBloc ul {
	list-style-type:none;
	margin:0;
	padding:0 1.5em;
}
.pricingBloc ul li {
	padding:11px 0;
	font-size:14px;
}
.pricingBloc ul li:last-child {
	padding-bottom:22px;
}
.pricingBloc h2 {
	font-size: 29px;
	margin-bottom: 0;
	padding: 30px;
	font-weight: 400;
	text-transform: uppercase;
}
.pricingBloc h3 {
	font-size: 88px;
	font-weight: 900;
	display: block;
	padding: 66px 22px 44px 22px;
	margin-bottom: 0;
	line-height: 0.75em;
}
.pricingBloc h3 span {
	font-size: 14px;
	font-weight: 300;
	margin: 11px 0 0 0;
	display: block;
	letter-spacing: normal;
}
.pricingBloc p {
	margin-bottom:0;
	padding:1.5em
}
.pricingBloc.focusPlan {
	margin-top:0;
}
.pricingBloc.focusPlan h2 {
	font-weight: 900;
	font-size: 36px;
	padding-top:36px;
	padding-bottom: 36px;
}
.pricingBloc.focusPlan h3 {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	padding:88px 22px 66px 22px;
}
/*** end pricing table ***/

/*** responsive video ***/
.videoWrapper {
	position: relative;
	padding-bottom: 54%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
p.credits {
	padding:1.5em;
	margin-bottom:1.5em
}
/*** end responsive video ***/

.sharrre .button {
	float: left;
	width: 60px;
}


/*** contact section ***/
address {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/


/** Coming soon **/
#comingSoon {
	height: 100%;
}
#comingSoon .bgComingSoon{text-align: center;}
#comingSoon h1, #comingSoon p, #comingSoon span {color:#eee;}
.comingSoonLogo {margin: 0 auto 22px auto}
.bgComingSoon{padding-top:10%; padding-bottom:10%;}


#comingSoon span.countdown_amount {
	display:block;
	font-size:20px;
	padding-top:20px;
	padding-bottom: 5px;
	line-height:0;
	font-weight:600;
	font-family: 'Raleway', sans-serif;
	color:#A9A187;
}

.countdown_section {
	display:inline-block;
	width:65px;
	height:65px;
	margin:10px;
	border-radius: 50%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
	font-size:12px;
	line-height: 10px;
}

@media(min-width:520px){
	#comingSoon span.countdown_amount {

		font-size:35px;
		padding-top:35px;
		padding-bottom: 15px;
		line-height:0;
		font-weight:600;
	}
	.countdown_section {

		width:100px;
		height:100px;
		margin:10px;
		font-size:15px;
	}
}

@media(min-width:768px){
	#comingSoon span.countdown_amount {
		font-size:50px;
		padding-top:58px;
		padding-bottom: 25px;
		font-weight:900;
	}

	.countdown_section {
		width:150px;
		height:150px;
		margin:10px;
	}
}


#defaultCountdown {text-align: center;}

.copyright {
	font-size: 12px;
	margin-top: 22px;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){


}

@media(min-width:992px){ #defaultCountdown{margin-top: 70px;}}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/


/* END MISCELANIOUS
================================================== */


.admonition {
  min-height: 20px;
  padding: 19px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.admonition-info {
    background-color: #ffe4fe;
}

.entry-content h1,h2,h3,h4{
   margin-top: 1.3em;
   font-weight: bold;
}

.entry-content {
    font-size: 1.1em;
    line-height: 1.3em;
}

.entry-content pre {
    font-size: 0.9em;
}

.entry-content .highlight {
    margin-top: 2em;
    margin-bottom: 2em;
}

/**
 * If <pre> is not processed by pygments, it's not wrapped in highlight class.
 */
.entry-content>pre {
    margin-top: 2em;
    margin-bottom: 2em;
}

.blog-logo {
    max-height: 128px;
}
/* 
    Document   : colors
    Author     : Little Neko
    Description: template colors
    */


/* Table of Content
==================================================

#BOOSTRAP CUSTOMIZATION
#TYPOGRAPHY
#LINKS AND BUTTONS
#HEADER
#MAIN MENU 
#FOOTER 
#SLIDERS
#PORTFOLIO
#MISCELANIOUS
#NEKO CSS FRAMEWORK

*/
/* #d40d9a */

/* BOOSTRAP CUSTOMIZATION
================================================== */

/** tabs **/
.panel-default>.panel-heading {
	background:#fff;
	border-bottom: #d40d9a;

}

.panel-default>.panel-heading:hover {
	background:#fff;
}

.panel-default>.panel-heading:hover a {
	color:#d40d9a;
}
.panel-title>a {
	color:#222;
}

.panel-title>a:hover {text-decoration: none;}

.progress-bar{
	background-color:#d40d9a;
}

.page-header {
	color:#fff;
	background-color: #d40d9a;
	padding: 44px 0;
	margin: 0;
	border-bottom: 0;
}
.page-header h1{
	color:#fff;
	margin: 0;
}

/* END BOOSTRAP CUSTOMIZATION
================================================== */

/* TYPOGRAPHY
================================================== */

body {
	color:#222;
	background: #F7F7F7;
}

blockquote small {
	color:inherit;
}
h1, h2, h3, h4, h5, h6 {
	color:#222;
}
h2 {
	color:#888;	
}
h2 i {color:#999}
h2.subTitle:after, h1.noSubtitle:after{
	background-color:#d40d9a;
}

/*** parallax sections ***/

.parallaxText blockquote:before, .parallaxText blockquote:after {
	color:#fff;
}
#home, #parallaxSoftware, #parallaxAdventures, #parallaxSpeaking, #parallaxContact, #parallaxSlice1, #parallaxSlice2, #parallaxSlice3, #parallaxSlice4 {
	background-color:#d40d9a;
}
#parallaxSlice1 {
	background-image: url('..//static/images/theme-pics/paralax-1.jpg');
}
#parallaxSlice2 {
	background-image: url('..//static/images/theme-pics/paralax-2.jpg');
}
#parallaxSlice3 {
	background-image: url('..//static/images/theme-pics/paralax-3.jpg');
}
#parallaxSlice4 {
	background-image: url('..//static/images/theme-pics/paralax-4.jpg');
}
.parallaxText blockquote, .parallaxText h1, .parallaxText h2, .parallaxText h3, .parallaxText p, .parallaxText i{
	color:#fff;
}

/* END TYPOGRAPHY
================================================== */

/* LINKS AND BUTTONS
================================================== */

a {
	color:#d40d9a;
}
a:hover, .scrollspyNav .active a {
	color:#d40d9a;
}
ul.iconsList li a {
	color:#555
}
ul.iconsList li a:hover, ul.iconsList i {
	color:#d40d9a
}

/*** buttons ***/
.btn {
	background:#d40d9a;
	color:#fff;
	border:none;
}
.btn:hover {
	color:#d40d9a;
	border-color:#eee;
	text-shadow:none;
	background:#222
}
.btn-primary {
	background: #222;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #555;
}
.btn-info {
	background: #49AFCD;
}
.btn-success {
	background: #5BB75B;
}
.btn-warning {
	background: #FAA732;
}
.btn-danger {
	background: #DA4F49;
}
.btn-link, .btn-link:active, .btn-link[disabled], .btn-link:hover {
	background:none;
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	box-shadow: none;
	color:#49AFCD;
}
.btnWrapper {
	border:1px solid #ccc;
}

/* END LINKS AND BUTTONS
================================================== */

/* MAIN MENU 
================================================== */

#mainHeader{
	background:white;
	border-bottom: 3px solid #F7F7F7;
}
.header-2 #mainHeader {
	border: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
#mainHeader .navbar-inner {
	background: #444;
	filter:none !important;
}
#mainMenu ul li a, #resMainMenu ul li a {
	color:#444;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color:#d40d9a;
	background:none;
}

.header-2 .navbar-default .navbar-nav > .active > a,
.header-2 .navbar-default .navbar-nav>li>a:hover,
.header-2 .navbar-default .navbar-nav>li>a:focus,
.header-2 .navbar-default .navbar-nav > .active > a:hover,
.header-2 .navbar-default .navbar-nav > .active > a:focus {
	color:#fff;
	background:#d40d9a;
}

/* END MAIN MENU 
================================================== */

/* FOOTER 
================================================== */

footer {
	color:#777;
	background:#222;
}

footer h1, footer h2, footer h3, footer h4, footer h5 {
	color:white;
}
#footerRights {
	background-color:#222;
	color:#777;
	border-top: 1px solid #333
}
p.credits {
	color:#555;
}
p.credits a {
	color:#d40d9a;
}

/* END FOOTER 
================================================== */

/* HOME
================================================== */

#home h1 {color:#FFFFFF;}

/* END HOME
================================================== */

/* SLIDERS
================================================== */

/*** OWL ***/

.owl-theme .owl-controls .owl-page span {
	background:#d40d9a;
}

/*** END OWL ***/

/*** SUPERSLIDES ***/
#fullScreenWrapper h1,  #fullScreenWrapper h2,  #fullScreenWrapper h3,  #fullScreenWrapper h4,  #fullScreenWrapper h5, #fullScreenWrapper p  {
	color:#fff;
}

.slides-pagination a {
	border-color:#fff;
}
.slides-pagination a.current {
	background:#fff;
}

.slides-navigation a {
	color:#fff;
	opacity:0.5;
}

.slides-navigation a:hover {
	opacity:1;
}
/*** END SUPERSLIDES ***/
/* END SLIDERS
================================================== */

/* PORTFOLIO
================================================== */

nav#filter a {
	background-color: #EEE;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #d40d9a;
	color:#fff;
}
li.filterTitle {
	color:#4F6266;
}
section#projectDescription {
	background-color:#F8F8F8
}


.mask{background: rgba(0, 0, 0, 0.5);}
.mediaHover h1, .mediaHover  h2, .mediaHover  h3, .mediaHover  h4, .mediaHover  h5, .mediaHover  h6{color:white;}


/* END PORTFOLIO
================================================== */

/* BLOG
================================================== */
#blog {
	background-color: #fff;
}
h1.entry-title{
	color:#d40d9a;
}
.comment-list .media {
	border-bottom: 1px solid #eee;
}
.widget li {
	border-bottom: 1px solid  #eee 
}

/* END BLOG
================================================== */
/* MISCELANIOUS
================================================== */

.line {
	background:#d40d9a;
}

/*** hover images ***/
.iconLinks a span {color:#fff;}

/*** pricing table ***/
.pricingBloc {
	background-color:#fff;
	border:none;

}
.pricingBloc ul li {
	border-bottom:1px solid #ddd;
	color:#444!important;
}
.pricingBloc ul li:last-child {
	border-bottom:none;
}
.pricingBloc h2 {
	background-color:#fff;
	color:#888!important;
	border-bottom: 1px solid #EEE;
}
.pricingBloc h3 {
	background-color:#fff;
	color:#888!important;
	border-bottom: 1px solid #EEE;

}
.pricingBloc p {
	background-color:#fff;
	color:#444!important;
}
.pricingBloc.focusPlan {
	margin-top:0;
	border-color:#D1D1D1;
}
.pricingBloc.focusPlan h2{
	color:#d40d9a!important;
}
.pricingBloc.focusPlan h3 {
	background-color:#d40d9a;
	color:#fff!important;
}

/*** Form ***/
.form-control:focus{
	border-color: #d40d9a;
	background-color:#ededed;
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
}

.form-control {
	color: #444;
	background-color:#fff;
	border:2px solid #ccc;
}

.has-error .form-control  {
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EED3D7;
}

.has-error div {
	color:#fff;
	background-color: #B94A48;
	border:none
}

#projectQuote, #projectQuote h3 {
	background:#ddd;
	color:#444;
}

.signal-loader {border-color: #d40d9a;}

/* END MISCELANIOUS
================================================== */

/* NEKO CSS FRAMEWORK
================================================== */

/*** Feature box **/

.boxFeature i{color:#d40d9a;} 

/*** slices ***/
.slice, .projectHeader, .project{
	background-color:#fff;
}

/*** call to action ***/
.ctaBox {
	border:5px double rgba(0,0,0,0.05);
}
.ctaBoxFullwidth{border:none}

.ctaBox blockquote {
	color:#fff;
}

.ctaBox.darkColor .ctaBoxBtn a.btn:hover {
	background-color: #fff;
}

.ctaBox.mainColor .ctaBoxBtn a.btn {
	background-color: #fff;
	color:#d40d9a;
}
.ctaBox.mainColor .ctaBoxBtn a.btn:hover{
	background-color: #222;
	color:#fff;
}

/*darkColor*/
.darkColor, .slice.darkColor, .bulle.darkColor, .ctaBox.darkColor{
	background-color:#222;
	color:#999;
}

.darkColor h1, .darkColor h2, .darkColor h3, .darkColor h4, .darkColor blockquote, .darkColor a{
	color:#fff;
}
.darkColor a.btn{color:#fff;}
.darkColor a.btn:hover{color:#d40d9a;}

/*mainColor*/
.mainColor, .slice.mainColor, .bulle.mainColor, .ctaBox.mainColor{
	background-color:#d40d9a;
	color:#fff;
}

.mainColor h1, .mainColor h2, .mainColor h3, .mainColor h4, .mainColor blockquote, .mainColor a {
	color:#fff;
}

.mainColor h2.subTitle:after, .mainColor h1.noSubtitle:after {
	background:#fff;
}
/*** icons ***/
.iconRounded {color:#d40d9a;background-color:#222;}
footer .iconRounded {background-color:#444; }
.iconRounded:hover, .darkColor .iconRounded:hover{background-color:#d40d9a;color:#fff;}
.darkColor .iconRounded {color:#d40d9a; background:#333;}
.mainColor .iconRounded {background-color:#222;color:#fff;}
.mainColor .iconRounded:hover {background-color:#fff;color:#d40d9a;}


.mainColor .line {
	background:#fff;
}

/* END NEKO CSS FRAMEWORK
================================================== */
