/** 
 * 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
#TIMELINE
#MISCELANIOUS

*/

/* BOOSTRAP CUSTOMIZATION================================================== */
.tips {
	display:inline-block;
}
.navbar {
	margin-bottom:0;
	border-radius:0;
	min-height:0;
}

/*.navbar-header {
	padding-bottom:18px;
}*/

.navbar-default {
	background:none;
	border:none !important;
	border-radius:0;
}
.navbar>.container .navbar-brand {
	margin-left:0px;
}
.nav.nav-tabs {
	margin-bottom:30px;
}

/** pills ***/
.nav-tabs.nav-pills {
	border:none;
}

.nav-tabs.nav-pills  > li > a {
	border-radius: 50px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}
.btn:active,.btn.active {
	-webkit-box-shadow:none;
	box-shadow:none
}
.container .jumbotron {
	border-radius:0;
}
.jumbotron h1 {
	text-align: left;
}

/* pager */
.pager li>a,.pager li>span {
	border-radius:50px;
}

/*forms*/
.form-control {
	-webkit-box-shadow:none;
	box-shadow:none;
	height:44px;
	border-radius:0;
}

.form-control textarea{
	padding:15px;
}

.error {
	padding:5px;
	margin-bottom:20px;
	display:block;
	font-size:14px;
}
.has-feedback label ~ .form-control-feedback {
	top:59px;
	position:absolute;
	right:0px;
	z-index:2;
	display:block;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	/*pointer-events:none;*/
}
.securityCheck .has-feedback .form-control-feedback {
	top:5px;
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	border-radius: 0px 25px 25px 0px;

}

/*tabs*/

.panel-default>.panel-heading,.nav>li>a {
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* progress bar */

.progress {
	border-radius:0;
	box-shadow:none;
	background:none;
	overflow:visible;
	margin-bottom:20px;
	height:2px;
	border-radius: 20px;
	height:20px;

}
.progress-bar {
	border-radius: 20px;
	text-align:right;
	position:relative;
	box-shadow:none;
}
.progress span {
	display:block;
	font-size:12px;
	font-weight: 700;
	line-height:1;
	padding:3px 8px;
}

/* End progress bar */

.navbar-default .navbar-toggle {
	margin-top:20px;
	margin-right:15px;
	border:none;
	border-radius: 0;
}

/* accordeon */
.panel-group .panel .panel-default > .panel-heading {
	border-radius:8px;
}

.panel-body {
	border-radius:0 0 8px 8px;
}

.panel-group .panel+.panel {
	margin-top: 0;
}

.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family:'custom-icons';
	content:"\e803";
	float:right;
}

/** expand the link to fill the whole tab **/

.panel-title a {
	display:block;
	padding:10px 15px;
	margin:-10px -15px;
	outline: none;
}
.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content:'\e805';
}
.accordion-toggle i {
	margin-right:10px;
}
label {
	font-size:16px;
	font-weight:300;
    text-transform:uppercase;	
}
.navbar-nav {
	margin-left:0;
	margin-right:0;
}
.navbar-collapse {
	padding:10px;
}
.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
	right:auto;
}
li.Nactive>ul,
li.Nactive .nekoMegaMenu,
li.Nactive .nekoMegaMenu ul {
	display:block !important;
}

.navbar-nav .Nactive .subMenu {
	margin-left:10px;
}
.navbar-nav .Nactive .nekoMegaMenu.subMenu {
	margin-left:0;
}
.nekoMegaMenu .container {
	padding-left:0;
}
ul.dropdown-menu {
	position:static;
	clear:both;
	float:none;
	display:none;
	width:auto;
	background:none;
	border:none;
	box-shadow:none;
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
	margin-bottom:22px;
}
.img-circle {
	width:140px;
	height:140px;
}
pre code {
	white-space: pre-line;
}

.sectionFullWidth .imageBackground {
	margin-bottom: 0;
}

/*** MEDIA QUERIES ***/

@media(max-width:768px) {
	.container {
		width: auto;
	}

}

@media(min-width:1025px) {
	.navbar>.container .navbar-brand {
		margin-left:0;
	}
/*	.navbar-header {
		padding-bottom:0;
	}*/
	.navbar-collapse {
		padding-right:0;
	}
	.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
		margin-bottom:0;
	}
}

@media(min-width: 1200px) {
}
/*** END MEDIA QUERIES ***/

/*** grid ***/
.containerFullWidth {
	width: 100%;
	overflow: hidden;
}
.sectionFullWidth .row {
	position: relative;
	margin-left: 0;
	margin-right: 0;
}

.sectionFullWidth .imageBackground {
	min-height: 400px;
	overflow: hidden;
	background-size: cover;
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.sectionFullWidth .imageBackground {
		position: absolute;
		height: 100%;
	}
	.sectionFullWidth .imageBackground.imageFullWidthRight {
		left: auto;
		right: 0;
	}
}
@media (min-width: 992px) {
	section.sectionTable .container, section.sectionTable .containerFullWidth {
		display: table;
	}
	section.sectionTable .row {
		float: none;
	}
	section.sectionTable .col-lg-1,
	section.sectionTable .col-lg-10,
	section.sectionTable .col-lg-11,
	section.sectionTable .col-lg-12,
	section.sectionTable .col-lg-2,
	section.sectionTable .col-lg-3,
	section.sectionTable .col-lg-4,
	section.sectionTable .col-lg-5,
	section.sectionTable .col-lg-6,
	section.sectionTable .col-lg-7,
	section.sectionTable .col-lg-8,
	section.sectionTable .col-lg-9,
	section.sectionTable .col-md-1,
	section.sectionTable .col-md-10,
	section.sectionTable .col-md-11,
	section.sectionTable .col-md-12,
	section.sectionTable .col-md-2,
	section.sectionTable .col-md-3,
	section.sectionTable .col-md-4,
	section.sectionTable .col-md-5,
	section.sectionTable .col-md-6,
	section.sectionTable .col-md-7,
	section.sectionTable .col-md-8,
	section.sectionTable .col-md-9,
	section.sectionTable .col-sm-1,
	section.sectionTable .col-sm-10,
	section.sectionTable .col-sm-11,
	section.sectionTable .col-sm-12,
	section.sectionTable .col-sm-2,
	section.sectionTable .col-sm-3,
	section.sectionTable .col-sm-4,
	section.sectionTable .col-sm-5,
	section.sectionTable .col-sm-6,
	section.sectionTable .col-sm-7,
	section.sectionTable .col-sm-8,
	section.sectionTable .col-sm-9,
	section.sectionTable .col-xs-1,
	section.sectionTable .col-xs-10,
	section.sectionTable .col-xs-11,
	section.sectionTable .col-xs-12,
	section.sectionTable .col-xs-2,
	section.sectionTable .col-xs-3,
	section.sectionTable .col-xs-4,
	section.sectionTable .col-xs-5,
	section.sectionTable .col-xs-6,
	section.sectionTable .col-xs-7,
	section.sectionTable .col-xs-8,
	section.sectionTable .col-xs-9 {
		display: table-cell;
		float: none;
	}
}
/* grid with borders, ie. used for logo */
.borderGrid .col-lg-1,
.borderGrid .col-lg-10,
.borderGrid .col-lg-11,
.borderGrid .col-lg-12,
.borderGrid .col-lg-2,
.borderGrid .col-lg-3,
.borderGrid .col-lg-4,
.borderGrid .col-lg-5,
.borderGrid .col-lg-6,
.borderGrid .col-lg-7,
.borderGrid .col-lg-8,
.borderGrid .col-lg-9,
.borderGrid .col-md-1,
.borderGrid .col-md-10,
.borderGrid .col-md-11,
.borderGrid .col-md-12,
.borderGrid .col-md-2,
.borderGrid .col-md-3,
.borderGrid .col-md-4,
.borderGrid .col-md-5,
.borderGrid .col-md-6,
.borderGrid .col-md-7,
.borderGrid .col-md-8,
.borderGrid .col-md-9,
.borderGrid .col-sm-1,
.borderGrid .col-sm-10,
.borderGrid .col-sm-11,
.borderGrid .col-sm-12,
.borderGrid .col-sm-2,
.borderGrid .col-sm-3,
.borderGrid .col-sm-4,
.borderGrid .col-sm-5,
.borderGrid .col-sm-6,
.borderGrid .col-sm-7,
.borderGrid .col-sm-8,
.borderGrid .col-sm-9,
.borderGrid .col-xs-1,
.borderGrid .col-xs-10,
.borderGrid .col-xs-11,
.borderGrid .col-xs-12,
.borderGrid .col-xs-2,
.borderGrid .col-xs-3,
.borderGrid .col-xs-4,
.borderGrid .col-xs-5,
.borderGrid .col-xs-6,
.borderGrid .col-xs-7,
.borderGrid .col-xs-8,
.borderGrid .col-xs-9 {
	padding: 0!important;
}
.borderGrid .row {
	padding-left: 22px;
	padding-right: 22px;
}
.borderGrid .row .col-lg-1,
.borderGrid .row .col-lg-10,
.borderGrid .row .col-lg-11,
.borderGrid .row .col-lg-12,
.borderGrid .row .col-lg-2,
.borderGrid .row .col-lg-3,
.borderGrid .row .col-lg-4,
.borderGrid .row .col-lg-5,
.borderGrid .row .col-lg-6,
.borderGrid .row .col-lg-7,
.borderGrid .row .col-lg-8,
.borderGrid .row .col-lg-9,
.borderGrid .row .col-md-1,
.borderGrid .row .col-md-10,
.borderGrid .row .col-md-11,
.borderGrid .row .col-md-12,
.borderGrid .row .col-md-2,
.borderGrid .row .col-md-3,
.borderGrid .row .col-md-4,
.borderGrid .row .col-md-5,
.borderGrid .row .col-md-6,
.borderGrid .row .col-md-7,
.borderGrid .row .col-md-8,
.borderGrid .row .col-md-9,
.borderGrid .row .col-sm-1,
.borderGrid .row .col-sm-10,
.borderGrid .row .col-sm-11,
.borderGrid .row .col-sm-12,
.borderGrid .row .col-sm-2,
.borderGrid .row .col-sm-3,
.borderGrid .row .col-sm-4,
.borderGrid .row .col-sm-5,
.borderGrid .row .col-sm-6,
.borderGrid .row .col-sm-7,
.borderGrid .row .col-sm-8,
.borderGrid .row .col-sm-9,
.borderGrid .row .col-xs-1,
.borderGrid .row .col-xs-10,
.borderGrid .row .col-xs-11,
.borderGrid .row .col-xs-12,
.borderGrid .row .col-xs-2,
.borderGrid .row .col-xs-3,
.borderGrid .row .col-xs-4,
.borderGrid .row .col-xs-5,
.borderGrid .row .col-xs-6,
.borderGrid .row .col-xs-7,
.borderGrid .row .col-xs-8,
.borderGrid .row .col-xs-9 {
	border-right: 1px solid transparent;
}
@media (max-width: 768px) {
	.borderGrid .row .col-lg-1,
	.borderGrid .row .col-lg-10,
	.borderGrid .row .col-lg-11,
	.borderGrid .row .col-lg-12,
	.borderGrid .row .col-lg-2,
	.borderGrid .row .col-lg-3,
	.borderGrid .row .col-lg-4,
	.borderGrid .row .col-lg-5,
	.borderGrid .row .col-lg-6,
	.borderGrid .row .col-lg-7,
	.borderGrid .row .col-lg-8,
	.borderGrid .row .col-lg-9,
	.borderGrid .row .col-md-1,
	.borderGrid .row .col-md-10,
	.borderGrid .row .col-md-11,
	.borderGrid .row .col-md-12,
	.borderGrid .row .col-md-2,
	.borderGrid .row .col-md-3,
	.borderGrid .row .col-md-4,
	.borderGrid .row .col-md-5,
	.borderGrid .row .col-md-6,
	.borderGrid .row .col-md-7,
	.borderGrid .row .col-md-8,
	.borderGrid .row .col-md-9,
	.borderGrid .row .col-sm-1,
	.borderGrid .row .col-sm-10,
	.borderGrid .row .col-sm-11,
	.borderGrid .row .col-sm-12,
	.borderGrid .row .col-sm-2,
	.borderGrid .row .col-sm-3,
	.borderGrid .row .col-sm-4,
	.borderGrid .row .col-sm-5,
	.borderGrid .row .col-sm-6,
	.borderGrid .row .col-sm-7,
	.borderGrid .row .col-sm-8,
	.borderGrid .row .col-sm-9,
	.borderGrid .row .col-xs-1,
	.borderGrid .row .col-xs-10,
	.borderGrid .row .col-xs-11,
	.borderGrid .row .col-xs-12,
	.borderGrid .row .col-xs-2,
	.borderGrid .row .col-xs-3,
	.borderGrid .row .col-xs-4,
	.borderGrid .row .col-xs-5,
	.borderGrid .row .col-xs-6,
	.borderGrid .row .col-xs-7,
	.borderGrid .row .col-xs-8,
	.borderGrid .row .col-xs-9 {
		border: none;
	}
}
.borderGrid .row:not(:last-child) .col-lg-1,
.borderGrid .row:not(:last-child) .col-lg-10,
.borderGrid .row:not(:last-child) .col-lg-11,
.borderGrid .row:not(:last-child) .col-lg-12,
.borderGrid .row:not(:last-child) .col-lg-2,
.borderGrid .row:not(:last-child) .col-lg-3,
.borderGrid .row:not(:last-child) .col-lg-4,
.borderGrid .row:not(:last-child) .col-lg-5,
.borderGrid .row:not(:last-child) .col-lg-6,
.borderGrid .row:not(:last-child) .col-lg-7,
.borderGrid .row:not(:last-child) .col-lg-8,
.borderGrid .row:not(:last-child) .col-lg-9,
.borderGrid .row:not(:last-child) .col-md-1,
.borderGrid .row:not(:last-child) .col-md-10,
.borderGrid .row:not(:last-child) .col-md-11,
.borderGrid .row:not(:last-child) .col-md-12,
.borderGrid .row:not(:last-child) .col-md-2,
.borderGrid .row:not(:last-child) .col-md-3,
.borderGrid .row:not(:last-child) .col-md-4,
.borderGrid .row:not(:last-child) .col-md-5,
.borderGrid .row:not(:last-child) .col-md-6,
.borderGrid .row:not(:last-child) .col-md-7,
.borderGrid .row:not(:last-child) .col-md-8,
.borderGrid .row:not(:last-child) .col-md-9,
.borderGrid .row:not(:last-child) .col-sm-1,
.borderGrid .row:not(:last-child) .col-sm-10,
.borderGrid .row:not(:last-child) .col-sm-11,
.borderGrid .row:not(:last-child) .col-sm-12,
.borderGrid .row:not(:last-child) .col-sm-2,
.borderGrid .row:not(:last-child) .col-sm-3,
.borderGrid .row:not(:last-child) .col-sm-4,
.borderGrid .row:not(:last-child) .col-sm-5,
.borderGrid .row:not(:last-child) .col-sm-6,
.borderGrid .row:not(:last-child) .col-sm-7,
.borderGrid .row:not(:last-child) .col-sm-8,
.borderGrid .row:not(:last-child) .col-sm-9,
.borderGrid .row:not(:last-child) .col-xs-1,
.borderGrid .row:not(:last-child) .col-xs-10,
.borderGrid .row:not(:last-child) .col-xs-11,
.borderGrid .row:not(:last-child) .col-xs-12,
.borderGrid .row:not(:last-child) .col-xs-2,
.borderGrid .row:not(:last-child) .col-xs-3,
.borderGrid .row:not(:last-child) .col-xs-4,
.borderGrid .row:not(:last-child) .col-xs-5,
.borderGrid .row:not(:last-child) .col-xs-6,
.borderGrid .row:not(:last-child) .col-xs-7,
.borderGrid .row:not(:last-child) .col-xs-8,
.borderGrid .row:not(:last-child) .col-xs-9 {
	border-bottom: 1px solid transparent;
}
@media (max-width: 768px) {
	.borderGrid .row:not(:last-child) .col-lg-1,
	.borderGrid .row:not(:last-child) .col-lg-10,
	.borderGrid .row:not(:last-child) .col-lg-11,
	.borderGrid .row:not(:last-child) .col-lg-12,
	.borderGrid .row:not(:last-child) .col-lg-2,
	.borderGrid .row:not(:last-child) .col-lg-3,
	.borderGrid .row:not(:last-child) .col-lg-4,
	.borderGrid .row:not(:last-child) .col-lg-5,
	.borderGrid .row:not(:last-child) .col-lg-6,
	.borderGrid .row:not(:last-child) .col-lg-7,
	.borderGrid .row:not(:last-child) .col-lg-8,
	.borderGrid .row:not(:last-child) .col-lg-9,
	.borderGrid .row:not(:last-child) .col-md-1,
	.borderGrid .row:not(:last-child) .col-md-10,
	.borderGrid .row:not(:last-child) .col-md-11,
	.borderGrid .row:not(:last-child) .col-md-12,
	.borderGrid .row:not(:last-child) .col-md-2,
	.borderGrid .row:not(:last-child) .col-md-3,
	.borderGrid .row:not(:last-child) .col-md-4,
	.borderGrid .row:not(:last-child) .col-md-5,
	.borderGrid .row:not(:last-child) .col-md-6,
	.borderGrid .row:not(:last-child) .col-md-7,
	.borderGrid .row:not(:last-child) .col-md-8,
	.borderGrid .row:not(:last-child) .col-md-9,
	.borderGrid .row:not(:last-child) .col-sm-1,
	.borderGrid .row:not(:last-child) .col-sm-10,
	.borderGrid .row:not(:last-child) .col-sm-11,
	.borderGrid .row:not(:last-child) .col-sm-12,
	.borderGrid .row:not(:last-child) .col-sm-2,
	.borderGrid .row:not(:last-child) .col-sm-3,
	.borderGrid .row:not(:last-child) .col-sm-4,
	.borderGrid .row:not(:last-child) .col-sm-5,
	.borderGrid .row:not(:last-child) .col-sm-6,
	.borderGrid .row:not(:last-child) .col-sm-7,
	.borderGrid .row:not(:last-child) .col-sm-8,
	.borderGrid .row:not(:last-child) .col-sm-9,
	.borderGrid .row:not(:last-child) .col-xs-1,
	.borderGrid .row:not(:last-child) .col-xs-10,
	.borderGrid .row:not(:last-child) .col-xs-11,
	.borderGrid .row:not(:last-child) .col-xs-12,
	.borderGrid .row:not(:last-child) .col-xs-2,
	.borderGrid .row:not(:last-child) .col-xs-3,
	.borderGrid .row:not(:last-child) .col-xs-4,
	.borderGrid .row:not(:last-child) .col-xs-5,
	.borderGrid .row:not(:last-child) .col-xs-6,
	.borderGrid .row:not(:last-child) .col-xs-7,
	.borderGrid .row:not(:last-child) .col-xs-8,
	.borderGrid .row:not(:last-child) .col-xs-9 {
		border: none;
	}
}


/* END BOOSTRAP CUSTOMIZATION================================================== */

/* NEKO CSS FRAMEWORK================================================== */

/*** lists ***/

/* icons */
.iconList li:before {
	content:'\e80e';
	font-family:'custom-icons';
	font-size:16px;
	text-align:left;
	padding:0;
	margin:0;
	display:inline-block;
	margin-right:10px;
	line-height:1em;
}
.iconList li {
	padding: 0;
    font-size:18px;
}
/* borde */
.borderList li {
	border-bottom: 1px solid rgba(125,125,125,0.5);
	padding:0.5em 0;
}
/*** icons ***/
.iconRounded {
	border-radius:50%;
	width:40px;
	height:40px;
	display:block;
	text-align:center;
	font-size:18px;
}
[class^="icon-"].iconRounded:before,
[class*=" icon-"].iconRounded:before {
	margin:auto;
	text-align:center;
	line-height:40px;
	margin-right:0;
}
.iconBig {
	font-size:40px;
}
.iconBig.iconRounded {
	width:100px;
	height:100px;
	line-height: 80px;
	font-size:32px;
}
.iconBig.iconRounded:before {
	line-height:80px;
}
.iconMedium {
	font-size:36px;
}
.iconMedium.iconRounded {
	width:72px;
	height:72px;
	font-size:22px;
}
.iconMedium.iconRounded:before {
	line-height:72px;
}
.iconSmall:before {
	font-size:10px;
}
.iconSmall.iconRounded {
	width:26px;
	height:26px;
	line-height: 16px;
}
.iconSmall.iconRounded:before {
	line-height: 26px;
}
/*** icon Headings ***/
.iconBlocHeading {
	position:relative;
	padding-left:55px;
}
.iconBlocHeading i {
	position:absolute;
	left:0;
}
.iconBlocHeading h2 {
	display:block;
	font-size:18px;
	font-weight:400;
	padding-top:5px;
}
.iconBlocHeading h2:after {
	content:none;
}
.iconBlocHeading h3 {
	display: block;
}
/*** boxes ***/
.boxFeature {
	margin-bottom:33px;
}
.boxContent {
	padding:25px;
}
.color2.boxContent {
	border:none;
}
.boxFocus {
	padding:25px;
}
.boxIconServices {
	text-align:center
}
.boxIconServices i {
	margin:0 auto 22px auto;
}
.boxIconServices .boxContent {
	padding:0;
	border: none;
}

/* box icons */

.boxIcon a {
	text-align:center;
	display:block;
	margin-bottom:11px;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.boxIcon a i,
.boxIcon a .imgBorder {
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.boxIcon a i.iconRounded,
.boxIcon a .imgBorder {
	border: 10px solid rgb(238, 238, 238);
}

.boxIcon a span {
	display:none;
}
.boxIcon i {
	margin: 0 auto 36px auto;
	display:block;
	border-radius:50%;
}
.boxIcon h2 {
	font-size:18px;
	margin-bottom:16px;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.boxIcon p {
	margin:0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	font-size:14px;
}
.boxIcon a:hover {
	text-decoration:none;
}
.boxIcon a:hover i {
	border-radius:20%;
}

/* img box */
.boxIcon a img {
	/*width:180px;height:180px;*/
	width:100%;
	height:100%;
	-webkit-backface-visibility:hidden;
	border-radius: 0;
}
.boxIcon a:hover img {
	border-radius: 0;
}
.boxIcon a .imgBorder {
	border:4px solid #F7F7F7;
	background:#DFE5E1;
	border-radius: 20%;
	width:180px;
	height:180px;
	margin:18px auto 22px auto;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	-webkit-backface-visibility:hidden;	
}
.boxIcon a .imgBorder img {
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	width:172px;
	height:172px;
}

.boxIcon a:hover .imgBorder {
	border-radius:50%;	
}

/*** card box ***/

.boxCard {
	background: #fff;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.boxCardContent {
	padding:45px 30px 30px 30px;
	position: relative;
	text-align: center;
}
.boxCardContent h2 {
	margin-bottom: 0.4em;
	font-size: 20px;
}

.boxCardContent h3 {
	font-size: 14px;
	margin-bottom: 24px;
}

.boxCardContent .btn {
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(50%,-50%);
	-webkit-transform: translate(50%,-50%);
	transform: translate(-50%,-50%);
}
/**** featured box ***/

.boxFeatured {
	text-align: center;
}

.boxFeatured h2 {
	line-height: 40px;
}

.boxFeatured i {
	line-height: 40px;
	margin: auto;
	margin-bottom: 1em;
}

.boxFeatured i:before {
}

.boxFeatured a {
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.boxFeatured a:hover {
	text-decoration:none;
}

@media (min-width: 768px) {
	.boxFeatured:not(.centerBox) i {
		float:left;
		margin-right: 15px;
		margin-bottom:0;
	}
	.boxFeatured:not(.centerBox) {
		text-align: left;
	}	

	/*** testimonial **/
	.boxTestimonial blockquote {
		padding:33px 33px 44px 33px;
		font-size:18px;
		line-height:33px;
	}
	.boxTestimonial blockquote:after {
		display:none;
	}
	.boxTestimonial .clientIcon img {
		margin:33px;
		float:left;
	}
	.boxTestimonial blockquote span {
		display:block;
		font-size:12px;
	}
	.clientIcon span {
		font-weight:300;
	}
	.clientIcon span,.clientIcon span strong {
		vertical-align:bottom;
		font-size: 14px;
	}

	
}


/*** fake columns ***/
.col-left-grey {
	background:url(../images/theme-pics/col-left-grey.png) center repeat-y;
	border-top: 1px solid #ededed
}

/*** utilies classes ***/
.inlineBlock {
	display:inline-block;
}
.displayBlock {
	display:block;
}
.mb {
		margin:0;
	}
.mb5{
    margin-bottom:.5em;
}
.mb15 {
	margin-bottom:1.5em;
}
.mb30 {
	margin-bottom:3em;
}
.mb40 {
	margin-bottom:4em;
}

.mt5{
    margin-top:.5em;
}
.mt15 {
	margin-top:1.5em;
}
.mt30 {
	margin-top:3em;
}
.mt40 {
	margin-top:4em;
}
.pb{
    padding: 0;
}

.pb5{
    padding-bottom:.5em;
}
.pb15 {
	padding-bottom:1.5em;
}
.pb30 {
	padding-bottom:3em;
}
.pb40 {
	padding-bottom:4em;
}

.pt5{

    padding-top:.5em;
}
.pt15 {
	padding-top:1.5em;
}
.pt30 {
	padding-top:3em;
}
.pt40 {
	padding-top: 4em;
}

.p15 {
	padding:1.5em;
}
.p30 {
	padding:3em;
}
.p40 {
	padding: 4em;
}
.p60 {
	padding: 3em;
}

@media (min-width: 768px) {
	.p60 {
		padding: 6em;
	}
}

/** separators **/
hr.lineDouble {
	border-top:4px double rgb(238,238,238);
}
hr.lineStar,hr.lineX,hr.linePlus,hr.lineDot,hr.lineLines {
	text-align:center;
}
hr.lineStar:after,hr.lineX:after,hr.linePlus:after,hr.lineDot:after,hr.lineLines:after {
	background:none repeat scroll 0 0 rgb(255,255,255);
	color:rgb(238,238,238);
	content:'\e815';
	display:inline-block;
	font-family:'custom-icons';
	font-size:1em;
	padding:0 0.25em;
	position:relative;
	top:-0.8em;
	width:33px;
}
hr.lineX:after {
	content:'\e816';
}
hr.linePlus:after {
	content:'\e81c';
}
hr.lineDot:after {
	content:'\e930';
}
hr.lineLines:after {
	content:'\e866';
}
hr.lineSmall {
	margin-left:auto;
	margin-right:auto;
	width: 50%;
}

/** margins and paddings **/
.noMargin {
	margin:0!important;
}
.noMarginBottom {
	margin-bottom:0!important;
}
.noMarginTop {
	margin-top:0!important;
}
.noPadding {
	padding:0!important;
}
.noPaddingBottom {
	padding-bottom:0!important;
}
.noPaddingTop {
	padding-top:0
}
.noBorder {
	border:none!important;
}
.utilities_demo {
	padding-left:1.5em;
	padding-right:1.5em;
}
.posRelative {
	position:relative;
}

@media(min-width:992px) {
	.posAbsoluteBottom-md {
		position:absolute;
		bottom:0;
	}
}

.forceFullWidth {
	width:100%;
	max-width: none;
}

/* images */
.imgBorder {
	overflow:hidden;
}
.backFaceVisibilityHidden {
	-webkit-backface-visibility:hidden;
}
.vertical-align {
	position:absolute;
	width:100%;
	top:50%;
	transform:translateY(-50%);
}
.full-width {
	max-width:none;
	width: 100%;
}
/*** MEDIA QUERIES ***/
@media(max-width:767px) {
}
@media(min-width:768px) {
	#boxedLayout {
		padding-top:22px;
	}
	#boxedLayout #globalWrapper {
		width:768px;
		margin:auto;
		background:#fefefe;
	}
	#boxedLayout .navbar-fixed-top {
		position:static;
	}
	.mb {
		margin:0;
	}
	.mb15 {
		margin-bottom:1.5em;
	}
	.mb30 {
		margin-bottom:3em;
	}
	.mb40 {
		margin-bottom:4em;
	}
	.mt {
		margin-top:0;
	}
	.mt15 {
		margin-top:1.5em;
	}
	.mt30 {
		margin-top:3em;
	}
	.mt40 {
		margin-top:4em;
	}
	.pb {
		padding:0;
	}
	.pb15 {
		padding-bottom:1.5em;
	}
	.pb30 {
		padding-bottom:3em;
	}
	.pb40 {
		padding-bottom:4em;
	}
	.pt {
		padding-top:0;
	}
	.pt15 {
		padding-top:1.5em;
	}
	.pt30 {
		padding-top:3em;
	}
	.pt40 {
		padding-top:4em;
	}
	.boxIconServices h2 {
		font-size:20px;
	}
	.boxIconServices i {
		float:left;
	}
	.boxIconServices.posLeft i {
		float:left;
	}
	.boxIconServices .boxContent {
		padding:0 0 0 152px;
		text-align:left;
	}
	.boxIconServices.posLef .boxContent {
		padding:0 0 0 152px;
	}
}
@media(min-width:992px) {
	#boxedLayout #globalWrapper {
		width:992px;
	}
	.boxIconServices.posLeft i {
		float:right;
	}
	.boxIconServices.posLeft .boxContent {
		padding:0 152px 0 0;
		text-align:right;
	}
	.boxIconServices i {
		float:left;
	}
	.boxIconServices .boxContent {
		padding:0 0 0 152px;
	}
}
@media(min-width:1200px) {
	#boxedLayout #globalWrapper {
		width: 1200px;
	}
}

/*** END MEDIA QUERIES ***/

.overflow-hidden{ overflow:hidden; }


/*** end utilies classes ***/

/* TYPOGRAPHY================================================== */
body {
	font-size:16px;                                /*changed from 16*/
	line-height:1.3;                              /**/
	font-family: 'Lato', sans-serif;
    font-weight:400;                                /*added this whole line*/
	-webkit-font-smoothing:antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	padding-top:81px;
}
h1,h2,h3,h4,h5,h6,legend {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	line-height:1.25em;
	margin:0 0 0.75em 0;
}
h1, .h1, h2.bigHeading{
	font-size:36px;
	margin-bottom:0.25em;
	font-weight:900;
}
h1 strong {
	font-weight:700;
}

.thin{
    font-weight:300;
}

h1.bigHeading, .h1.bigHeading, .page-header h1.bigHeading, h2.bigHeading {
	font-size: 32px;
	line-height: 1em;
}

.paralaxText h2 {
	font-size:22px;
	font-weight:700;
	line-height:1.5em;
	display:inline-block;
	padding:33px;
	margin-bottom:0;
}
.paralaxText h2 small {
	font-size:22px;
	font-weight:100;
}
.paralaxText .iconRounded {
	display:inline-block;
}

.paralaxText .testimonialCarousel blockquote {
	text-transform:none;
	letter-spacing:normal;
	font-size:22px;
	line-height:33px;
}

.paralaxText .iconBig {
	font-size:22px;
}

h2 {
	font-size:24px;             /*changed from 24*/
	display:block;
	position:relative;
	overflow:hidden;
	font-weight:700;
	margin-bottom:0.625em;
}

h2.subTitle {
	font-weight: 300;
	font-family: georgia;
	font-style: italic;
	font-family: Georgia, Times, 'Times New Roman', serif;
	margin-bottom:0;
	color:red;
}

h2.heading {
	font-size:36px;
	margin-bottom:1.388em;
	font-weight:900;
}

h2.heading span {
	font-size: 18px;
	line-height: 1.5;
	display: block;
	font-weight: 300;
	font-family: georgia;
	font-style: italic;
	font-family: Georgia, Times, 'Times New Roman', serif;
	margin-bottom:0;
}

h2.heading.headingSmall {
	font-size:22px;
	margin-bottom: 0.5454em;
}

h2.heading.headingSmall span{
	font-size:15px;
}

h3,legend {
	font-size:20px;
	font-weight:500;
}

h4 {
	font-size:16px;
	margin-bottom:1em;
	font-weight: 700;
}

h5 {
	font-size:14px;
}

h6 {
	margin-bottom:2em;
	font-size:14px;
	font-weight:300;
}

h1 small {
	font-size:25px;
	font-weight: 300;
	font-style: italic;
	display:block;
	font-family: Georgia,Times,"Times New Roman",serif;
}

h2 small {
	font-size:18px;
	font-weight: 300;
	font-style: italic;
	display:block;
	padding-top:10px; 
	font-family: Georgia,Times,"Times New Roman",serif;
	line-height: inherit;
}

h3 small {
	font-size:14px;
}
h4 small {
	font-size:12px;
}

p,ul {
	margin-top:0;
	margin-bottom:0.937em;
}

p.lead {
	line-height: inherit;
}

strong {
    font-size:100%;
	font-weight:800;
}

kemba {
    	font-weight:600;
        color:indianred;
}

bolder {
    	font-weight:600;
        
}
linker{
    	font-weight:600;
        color:deepskyblue!important
        
}
li {
	line-height:inherit;
}

a:link,
a:visited {
	text-decoration:none;
	outline:none;
}

a:hover,
a:active {
	text-decoration:underline;
}

ul.iconsList li a:hover {
	text-decoration:none;
}

blockquote {
	font-size:32px;
	line-height:1.5;
	margin-bottom:30px;
	padding:0;
	border:none;
	text-align:left;
	font-weight: 300;
	font-style: italic;
	font-family: Georgia,Times,"Times New Roman",serif;
}

blockquote h1 {
	display:inline;
}

blockquote p {
	font-size:inherit;
	display:inline;
}

blockquote:before {
	content: '“';
	font-family: Georgia,"Times New Roman",Times,serif;
	margin-right: 0;
	font-size: 80px;
	vertical-align: bottom;
	opacity: 0.5;
	line-height: 10px;
	display: inline-block;
	margin-right: 5px;
}

blockquote footer {
	padding:0;
	font-size: 16px;
}

blockquote small,
.ctaBox blockquote small {
	font-size:50%;
	display:inline-block;
	line-height:1em;
}

blockquote.pull-right {
	border:none;
}

.quoteRow blockquote:before,
.quoteRow blockquote:after {
	content:none;
}

hr {
	padding:0;
	margin:1.5em 0;
}

address {
	line-height: 1.875;
}

/*** MEDIA QUERIES ***/

@media(min-width:768px) {

	h1 {
		font-size:40px;
	}

	h1.bigHeading, .h1.bigHeading, .page-header h1.bigHeading, h2.bigHeading {
		font-size:66px;
	}

	h2.heading  {
		font-size:40px; /**/
	}

	.paralaxText blockquote {

	}

	.paralaxText .iconBig {
		font-size:44px;
	}

	.paralaxText h2 {
		font-size:44px;
	}
}


@media(min-width:1200px){
	body {
		padding-top:95px;
	}
}
/*** END MEDIA QUERIES ***/

/* END TYPOGRAPHY================================================== */

/* GENERAL================================================== */

/*** buttons ***/
.btn {
	padding:11px 18px;
	font-size:16px;
	line-height:20px;
	font-family: "Lato",sans-serif;
	font-weight: 700;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	border:none;
	border-radius:5px;         /*changed from 50*/
}
.btn-lg {
	padding:14px 22px;
	font-size:18px;
	border-radius:10px;         /*changed from 50*/
}
.btn-sm {
	padding:2px 10px;
	font-size:13px;
	border-radius:10px;         /*changed from 50*/
}
.btn-xs {
	padding:0 6px;
	font-size:10px;
	border-radius:10px;         /*changed from 50*/
}
.btn-link {
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.btn-link:before {
	content:'→';
	margin-right: 5px;
}
.btn i:before {
	text-align:left;
}

/*** call to actioon ***/
.ctaBox {
	padding:50px
}
.ctaBoxFullwidth {
	padding:0;
}
.ctaBox a {
	margin-top:25px;
}
.ctaBox h2 {
	font-size:30px;
	margin-bottom: 0.25em;
	font-weight: 900;
	padding:0;
	text-align:left;
	letter-spacing:normal;
	text-transform:none;
}
.ctaBox h2 small {
	font-size: 16px;
}
.ctaBox blockquote {
	font-size:44px;
	line-height:44px;
	margin-bottom:0;
}
a.btnRight {
	float:right;
}
.ctaBox.ctaBoxCentered h1,
.ctaBox.ctaBoxCentered h2,
.ctaBox.ctaBoxCentered blockquote {
	text-align:center;
}
.ctaBox.ctaBoxCentered a {
	float:none;
	margin-top: 1.5em;
}

/*** MEDIA QUERIES ***/
@media(max-width:767px) {
	.btn-lg {
		padding:14px 18px;
		font-size:18px;
	}
}
@media(min-width:768px) {
}
@media(min-width:992px) {
	.ctaBox a {
		float:right;
		margin-top:0;
	}
	a.btnLeft {
		float:left;
	}
}
@media(min-width: 1200px) {
}

/*** END MEDIA QUERIES ***/

/* END GENERAL================================================== */

/* PARALLAX STUFF================================================== */
#homeFullScreen {
	width:100%;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-size:cover;
	background-position:top center;
}
.maskParent {
	position:relative;
	height:100%;
	width:100%;
}
.paralaxText {
	padding-top:66px;
	padding-bottom:66px;
	text-align:center;
	position:relative;
}


.bgMask {
	width:100%;
	height:100.3%;
	overflow:hidden;
	position:absolute;
	background:#eee;
	background:#1D2943;
	opacity:0.5;
}

@media(max-width:768px){
	.neko-data-owl .bgMask {
		opacity: 0 !important;
	}
}

.image-0 {
	background-image:url('../images/theme-pics/big-header.jpg');
	background-size: cover;
}
.image-1 {
	background-image:url('../images/theme-pics/parallax-1.jpg');
	background-size: cover;
}
.image-2 {
    background-image: url('../images/Testemonial Slider Background for Inigo Great Reviews (2200x550).jpg');
    background-size:initial;
}
.image-3 {
    background-image: url('../images/Boston Gimp Color Blur.png');
    background-size: cover;
}
.image-4 {
    background-image: url('../images/Inigo Team About Page.png');
    background-size:cover;
    min-height:500px;
}
.image-5 {
    background-image: url('../images/Business for Individuals Header.jpg');
    background-size: cover;
    width: 110%;
}
.image-6 {
    background-image: url('../images/2017-Website/iPhone-Gradient.png');
    background-size: cover;
}
.image-7 {
    background-image: url('../images/Inigo Team Website Background.png');
    background-size: cover;
}
.image-8 {
    background-image: url('../images/Inigo Website Blue Background.jpg');
    background-size: cover;
}
.image-9 {
    background-image: url('../images/Desktop Overhead (Cropped).png');
    background-size: cover;
}
.image-10 {
    background-image: url('../images/2017-Home-Page/Inigo-Group-Guitars.jpg');
    background-size: cover;
    background-position:right;
}
.image-11 {
    background-image: url('../images/2017-Home-Page/Design-Your-Inigo-Digital-Business-Card-Optimized.jpg');
    background-size: cover;
    background-position: right;
}
.image-12 {
    background-image: url('../images/2017-Website/Inigo-Teamwork.jpg');
    background-size: cover;
    background-position:center;
}

.image-13 {
    background-image: url('../images/2017-Home-Page/Inigo-Upgrade-Hero.png');
    background-size: cover;
    background-position: top;
}

.image-14 {
    background-image: url('../images/2017-Home-Page/Inigo-Homepage-HeroImage-Optimized.jpg');
    background-size: cover;
    background-position: bottom;
}
/*** MEDIA QUERIES ***/
@media(max-width:767px) {
}
@media(min-width:768px) {
}
@media(min-width:992px) {
}
@media(min-width:1200px) {
	.parallaxSection {
		background-attachment:fixed;
		background-position:50% 0;
		background-size: cover;
	}
}
/* END PARALLAX STUFF================================================== */

/* HOME FULLSCREEN================================================== */

#home {
	padding-top:44px;
}
#mapWrapper {
	height:350px;
}

#homeFullScreen {
	background-image:url('../images/slider/super/supersized-3.jpg');
	overflow:hidden;
}

@media(max-width:1024px){
	#homeFullScreen .text-right{
		text-align:center;
	}
}

@media(min-width:1025px){

	#homeFullScreen .maskParent {
		display:table;
		width:100%;
	}
	#homeFullScreen {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		margin:auto;
	}
	
}



.blockCenter {
	width:320px;
	margin:auto;
}
#logoBig {
	margin-bottom:25px;
}
#logoBig img {
	width:200px;
	margin:auto;
	position:relative
}

@media(min-width:1025px){
	#onePage {
		padding-top:0
	}
}


body#onePage #mainHeader {
	width:100%;
}
body#onePage #mainHeader.navbar {
	border:none;
}
#onePage #mainHeader {
	z-index: 100;
}

/*** MEDIA QUERIES ***/
@media(max-width:767px) {
}
@media(min-width:768px) {
	.blockCenter {
		width:768px;
	}
	#logoBig img {
		width:300px;
	}
}
@media(min-width:992px) {
	.blockCenter {
		width:992px;
	}
}
@media(min-width:1200px) {
	.blockCenter {
		width: 1200px;
	}
}
/*** END MEDIA QUERIES ***/

/* HEADER================================================== */

.navbar-brand {
	padding-top: 10px; /*change this for logo height*/
    padding-bottom: 10px; /*change this for logo min*/
    
	height:auto;
}
.navbar-brand > img{
	width:120px; /*180*/
	height:48.66px; /*47*/
	-webkit-transition: height 0.2s ease-out;
	-moz-transition: height 0.2s ease-out;
	-o-transition: height 0.2s ease-out;
	-ms-transition: height 0.2s ease-out;
	transition: height 0.2s ease-out;	
}


.navbar-brand > img.logo-light {
	display:none;
}

@media(min-width:1025px) {
	.headerTransparent .navbar-brand>img.logo {
		display:none;
	}
	.headerTransparent .navbar-brand>img.logo-light {
		display:block;
	}

	.headerTransparent .fixedHeader .navbar-brand>img.logo {
		display:block;
	}
	.headerTransparent .fixedHeader .navbar-brand>img.logo-light {
		display:none;
	}
}


/** pre header **/

#preHeader {
	display:none!important;
}

#preHeader .socialNetwork,.contactPhone {
	display:inline-block;
	float:right;
}
#preHeader .socialNetwork li {
	display:block;
	list-style-type:none;
	float:left;
}
.contactPhone {
	padding-right:11px;
	margin-top:5px;
}
#preHeader .socialNetwork {
	margin:0;
}
#preHeader .socialNetwork a {
	text-align:center;
	line-height:40px;
	display:block;
	width:30px;
	height:40px;
}
#preHeader .socialNetwork a:hover {
	text-decoration:none;
}
ul.quickMenu {
	margin:3px 0 0 0;
	padding:0;
}
ul.quickMenu li {
	display:inline-block;
	padding-right:11px;
}
ul.quickMenu li a {
	font-size:12px;
	margin:0;
	padding:0;
	display:block;
	line-height:1em;
}
ul.quickMenu li a:hover {
	text-decoration:none;
}
ul.quickMenu li a.linkLeft {
	margin-left: 0;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px) {
    .navbar-brand {
        padding-top: 15px; /*change this for logo height*/
        padding-bottom: 15px; /*change this for logo min*/
    }
    .navbar-brand > img {
        width: 120px; /*180*/
        height: 36.5px; /*47*/
        margin:7px 5px 7px 0px;
        
    }
}
@media(min-width:768px) {

	.header1 #preHeader,.header3 #preHeader,.header5 #preHeader {
		display:block!important;
		height:40px
	}
    .navbar-brand {
        padding-top: 20px; /*change this for logo height*/
        padding-bottom: 20px; /*change this for logo min*/
    }
}
@media(min-width:992px) {
	.fixedHeader .navbar-nav>li>ul,.fixedHeader .navbar-nav .nekoMegaMenu {
		top:61px;
	}
	.fixedHeader #mainMenu>ul>li>a {
		padding-bottom:8px;
		padding-top:8px;
	}
	.fixedHeader .navbar-nav>li.sep:before {
		line-height:15px;
	}
	.fixedHeader .navbar-brand {
		padding:15px 0;
	}
	.fixedHeader .navbar-brand > img {
		height:36.5px;
		width:120px;
        margin-top:5px;
		-webkit-transition: height 0.2s ease-out;
		-moz-transition: height 0.2s ease-out;
		-o-transition: height 0.2s ease-out;
		-ms-transition: height 0.2s ease-out;
		transition: height 0.2s ease-out;			
	}
    .navbar-brand {
        padding: 28px 0 10px 0; /*change this for logo height*/
        margin:0;

    }
}
@media(min-width: 1200px) {
    .navbar-brand {
        padding-top: 30px; /*change this for logo height*/
        padding-bottom: 10px; /*change this for logo min*/
        padding-left:0px;
        margin-left:0px;
    }

}
/*** END MEDIA QUERIES ***/

/*** header options ***/

/* header 1 */

.header1 .navbar-nav ul ul {
	top:0px
}
.header1 ul.quickMenu li,.header1 .contactPhone {
	margin-right:11px;
}
.header1 .sep {
	display:none;
}
.header1 .navbar-nav>li a {
	text-transform:uppercase;
	font-weight: 400;
}

/** header 2 **/

.header2 #preHeader {
	display: none!important;
}

/*** header 3 ***/

.header3 #preHeader .socialNetwork a {
	width:40px;
}
.header3 .navbar-default .navbar-nav>li>a {
	text-transform:none;
	font-weight:900;
}
.header3 .sep {
	display: none;
}

/**** header 4 ****/
body.header4 {
	padding-top: 90px;
}
.header4 #preHeader {
	display: none!important;
}

.header4 .navbar-default .navbar-nav>li>a {
	text-transform:none;
	letter-spacing: 0.1em;
}
/*** end header options ***/

/*** MEDIA QUERIES ***/
@media(max-width:767px) {
}
@media(min-width:1024px) {
	/* Header 1 */
	body.header1 {
		padding-top:128px;
	}
	.header1 .navbar-nav>li.sep {
		display:none;
	}
	.header1 .navbar-nav>li>ul,.header1 .navbar-nav .nekoMegaMenu {
		top:88px;
	}
	.header1 .fixedHeader .navbar-nav>li>ul,.header1 .fixedHeader .navbar-nav .nekoMegaMenu {
		top:60px;
	}
	.header1 .navbar-nav>li a {
		font-size:13px;
	}
	.header1 .navbar-nav>li#lastMenu>a {
		padding-right: 15px;
	}
	/** Header 2 **/
	body.header2 {
		padding-top:88px;
	}
	.header2 .navbar-nav>li.sep {
		display:none;
	}
	.header2 .navbar-nav>li>ul,.header2 .navbar-nav .nekoMegaMenu {
		top:88px;
	}
	.header2 .fixedHeader .navbar-nav>li>ul,.header2 .fixedHeader .navbar-nav .nekoMegaMenu {
		top:60px;
	}
	.header2 .navbar-nav>li#lastMenu>a {
		padding-right: 15px;
	}
	/*** Header 3 ***/
	body.header3 {
		padding-top:128px;
	}
	.header3 .navbar-nav>li>ul,.header3 .navbar-nav .nekoMegaMenu {
		top:89px;
	}
	.header3 .fixedHeader .navbar-nav>li>ul,.header3 .fixedHeader .navbar-nav .nekoMegaMenu {
		top:61px;
	}
	.header3 .navbar-nav>li.sep {
		display:none;
	}
	.header3 .navbar-nav>li>a {
		padding: 22px 11px;
	}
	/**** Header 4 ****/
	.header4 .navbar-nav>li.sep {
		display:none;
	}
	.header4 .navbar-nav>li>a {
		padding-left:15px;
		padding-right:15px;
		text-transform:uppercase;
	}
	.header4 .navbar-nav>li#lastMenu>a {
		padding-right:15px;
	}
	.header4 .navbar-nav>li>ul {
		top:92px;
	}
	.header4 .navbar-nav .nekoMegaMenu {
		top:145px;
	}
	.header4 .navbar-brand {
		display:inline-block;
		float:none;
	}
	.header4 .navbar-header {
		text-align:center;
		float: none;
	}
	/***** Header 5 *****/
	body.header5 {
		padding-top:75px;               /*was 125*/
	}
	.header5 .navbar-nav>li.sep {
		display:none;
	}
	.header5 .navbar-default .navbar-nav>li>a {
		font-family: "Lato",sans-serif;
		font-weight:bold;
		border-radius:4px;
		padding:10px;
		margin:27px 11px 27px 0;
		line-height:1em;
        text-transform: uppercase;
	}
	.header5 .navbar-nav>li#lastMenu>a {
		padding-right:10px;
	}
	.header5 .navbar-nav ul li a {
		padding:10px;
		margin:0 10px;
		text-align:left;
	}
	.header5 .navbar-nav>li>ul,.header5 .navbar-nav .nekoMegaMenu {
		border-radius:4px;
		padding-bottom:10px;
		padding-top:10px;
	}
	.header5 .navbar-nav .nekoMegaMenu {
		padding:25px;
		top:112px;
	}
	.header5 .navbar-nav>li>ul {
		top:55px;
	}
	.header5 .navbar-nav ul ul {
		padding:10px 0;
	}
	.header5 .fixedHeader #mainMenu>ul>li>a {
		padding:10px;
		margin-top:13px;
		margin-bottom:13px;
	}
	.header5 #mainMenu {
		text-align:center;
	}
	.header5 .navbar-nav.pull-right {
		display:inline-block;
	}
	.header5 #mainMenu {
		text-align:center;
	}
	.header5 .navbar-header,.header5 #mainHeader .pull-right {
		float:none !important;
	}
	.header5 .navbar-header {
		text-align:center;
	}
	.header5 .navbar-brand {
		display:inline-block;
		float:none;
	}
/*#mainHeader>.container {
width:100%;
}*/
}

@media(min-width:1025px) {
	.header3 .navbar-nav>li>a {
		padding:25px;
	}
	.header4 .navbar-header {
		text-align:left;
	}
	.header4 .navbar-header {
		float:left !important;
	}
	.header4 .navbar-nav .nekoMegaMenu {
		top:92px;
	}
	.header5 #mainMenu {
		text-align:left;
	}
	.header5 .navbar-nav.pull-right {
		display:inline-block;
	}
	.header5 #mainMenu {
		text-align:left;
	}
	.header5 .navbar-header {
		float:left !important;
	}
	.header5 #mainHeader .pull-right {
		float:right !important;
	}
	.header5 .navbar-header {
		text-align:left;
	}
	.header5 .navbar-brand {
		display:inline-block;
		float:none;
	}
	.header5 .navbar-nav>li>ul,.header5 .navbar-nav .nekoMegaMenu {
		top: 57px;
	}
}
/* END HEADER================================================== */
/* MAIN MENU================================================== */
.navbar-nav>li>a {
	display:block;
	padding:8px;
	text-decoration:none;
	letter-spacing:0.05em;
	font-family: 'Lato', sans-serif;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.navbar-nav li a i {
	margin-right: 10px;
}
.navbar-nav>li.sep {
	display:none;
}
.navbar-nav>li#lastMenu>a {
	padding-right:0;
	/*align right*/
}
#mainHeader .pull-right {
	float: none !important;
}
/*** sub menus ***/
.navbar-nav ul li {
	position:relative;
}
.navbar-nav ul {
	display:none;
	padding:0;
	margin:0;
	list-style-type:none;
}
.navbar-nav ul ul {
	top:0;
}
.navbar-nav ul li a {
	display:block;
	padding:5px 20px;
	font-size:16px;
	-webkit-transition:all 0.7s ease-out;
	-moz-transition:all 0.7s ease-out;
	-o-transition:all 0.7s ease-out;
	-ms-transition:all 0.7s ease-out;
	transition:all 0.7s ease-out;
}
.navbar-nav ul li a:hover {
	text-decoration:none;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
#mainMenu .navbar-nav li a.hasSubMenu:after {
	font-family:"custom-icons";
	display:block;
	content:'\e89e';
	float:right;
	margin-right:15px;
}
.navbar-nav .nekoMegaMenu {
	display:none;
	-webkit-backface-visibility:hidden;
	border-radius:0 0 5px 5px;
}
.navbar-nav .nekoMegaMenu>div>div {
	-webkit-backface-visibility:hidden;
}
.navbar-nav ul li.megaMenuTitle {
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:6px;
	margin-bottom:6px;
}
.navbar-nav .nekoMegaMenu ul {
	width: auto;
}
/*** MEDIA QUERIES ***/
@media(max-width:767px) {
}

@media (min-width: 992px) {
	.nekoMegaMenu .container {
		width: 940px;
	}
}

@media(min-width:1025px) {
	#mainHeader .pull-right {
		float:right !important;
	}
	.navbar-nav>li>a {
		font-size:14px;
		font-weight:900;
		padding:22px 11px; 
		line-height:44px;
		vertical-align:middle;
	}
	.navbar-nav>li>a i {
		display:block;
	}
	.navbar-nav ul {
		position:absolute;
		top:69px;
		left:0;
		z-index:1024;
	}
	.navbar-nav ul {
		width:200px;
	}
	.navbar-nav>li.sep {
		display:block;
	}
	.navbar-nav>li.sep:before {
		-webkit-transition:all 0.3s ease-out;
		-moz-transition:all 0.3s ease-out;
		-o-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		transition:all 0.3s ease-out;
		content:'\e8a0';
		font-family:'custom-icons';
		display:block;
		font-size:10px;
		text-align:center;
		padding:0;
		margin-top:25px;
		margin-bottom:25px;
		line-height:44px;
	}
	#mainMenu .navbar-nav li a.hasSubMenu:after {
		display:none;
	}
	#mainMenu .navbar-nav ul li a.hasSubMenu:after {
		content:'\e801';
		display:block;
		text-align: right;
		margin-right: 0;
	}
	.navbar-nav ul  {
		padding-top: 15px;
		padding-bottom:15px;
		border-radius:0 0 5px 5px;
	}
	.navbar-nav ul li a {
		padding: 5px 30px;
		display:block;
		font-size:14px;
	}
	.navbar-nav ul li {
		padding: 0;
	}
	/*** mega menu ***/
	.nav>li.nekoMegaMenuTrigger {
		position:static !important;
	}
	.navbar-nav .nekoMegaMenu ul {
		position:static;
		border:none;
		background:none;
		display:block;
		width:100%;
	}
	#mainMenu .navbar-nav ul li.megaMenuTitle {
		display:block;
		width:100%;
	}
	.navbar-nav .nekoMegaMenu {
		width:100%;
		position:absolute;
		right:0;
		top:69px;
		z-index:1024;
		padding:25px;
	}
	.navbar-nav .nekoMegaMenu ul {
		padding:0;
	}
	.navbar-nav .nekoMegaMenu ul li a {
		padding:5px 10px 5px 10px;
	}
	.nekoMegaMenu .container {
		width:auto;
		max-width:1170px;
	}
	/*** mega menu ***/
}
@media(min-width:992px) {
}
@media(min-width: 1200px) {
}
/*** END MEDIA QUERIES ***/

/* END MAIN MENU================================================== */

/* MAP================================================== */
#mapWrapper {
	height:350px;
	width:100%;
}
#mapWrapperSatellite {
	height:650px;
	width:100%;
}
#noSliderWrapper {
	padding-top:44px;
}
.infoWindow {
	color: #555;
}

/*** MEDIA QUERIES ***/
@media(max-width:767px) {
}
@media(min-width:768px) {
	#home {
		padding-top:54px;
	}
}
@media(min-width:992px) {
}
@media(min-width: 1200px) {
}
/*** END MEDIA QUERIES ***/

/* END MAP================================================== */

/* NEWS================================================== */

.newsText {
	padding:20px 20px 20px 20px;
}
.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:0 0 0 0;
}
#footerLogo {
	margin-bottom:25px;
}
#footerRights {
	
    font-size:12px;
    margin: 0 0 0 0;
}
.footerWidget {
	margin-bottom:22px
}

.footerWidget a:hover {
	text-decoration: none;
}

footer h1,
footer h2,
footer h3,
footer h4 {
	font-weight:500;
     text-transform: uppercase;
}

footer h1.phone {
	font-size: 22px;
}

/* footer 1 */
.worksList li {
	display:inline-block;
	margin:0 10px 10px 0;
}
.worksList li a img {
	border-radius: 10px;
}

/* footer 4 */
.footer4 #footerRights {
	text-align:left;
}
.bigTitle.bigTitleFooter {
	font-size:2em;
	margin-bottom: 0;
}
@media(min-width:992px) {
	/* footer 5 */
	.footer5 #footerRights p {
		float:left;
	}
	.footer5 #footerRights .socialNetwork {
		float: right;
	}
}

/* END FOOTER ================================================== */

/* SLIDERS================================================== */

/*** supersized ***/
#superSizedSlider {
	text-align:center;
	position: relative;
}
#superSizedSlider h1#superSizedSlider h1 {
	font-size:22px;
	display:block;
	line-height:1.1em;
}

/** replace arrows with font **/
#nextslide,#prevslide {
	background:none repeat scroll 0 0 rgba(0,0,0,0);
	color:#FFFFFF;
	font-family:'custom-icons';
	text-align:center;
	font-size:1em;
	height:1em;
	line-height:1em;
	width:1em;
}
#prevslide:before {
	content:'\e804';
}
#nextslide:before {
	content:'\e805';
}
a#nextslide:hover,a#prevslide:hover {
	text-decoration: none;
}

.owl-carousel .item {
	position:relative;
}
.owlCaption {
	padding:25px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.owlCaption p {
	display:none;
}
.carouselWorksFullscreen img {
	width: 100%
}
/*** Animated owl ***/
.owl-animated .caption-wrapper {
	overflow:hidden;
	/*padding:50px;*/
	display:block;
	position:relative;
	z-index: 999;
}

@media(min-width:769px){
	.owl-animated .caption-wrapper {
		display:none;
	}
}


@media(min-width:769px) {
	.owl-animated .caption-wrapper {
		position:absolute;
		top:0;
		right:auto;
		width:100%;
		height:100%;
		padding:0;
	}
}
.owl-animated .caption {
	display:table;
	height:100%;
	width:100%;
}

@media(min-width:769px) {
	.owl-animated .caption {
		height:100%;
		width:100%;
		position:absolute;
	}
}
@media(min-width:1025px) {
	html:not(.ie9) .owl-animated .caption.right {
		height:100%;
		width:50%;
		right:0;
	}
	html:not(.ie9) .owl-animated .caption.left {
		height:100%;
		width:50%;
		left:0;
	}
}
.caption-body-wrapper {
	text-align:left;
	display:inline-block;
}
.caption-content-position {
	display:table-cell;
	padding:10px;
}
@media(max-width:768px) {
	.caption-content-position.text-right,
	.caption-content-position.text-left,
	.caption-content-position.text-center {
		text-align:center;
	}
}
@media(min-width:1200px) {
	.caption-content-position {
		padding:50px;
	}
}
.caption-content-position.v-top {
	vertical-align:top;
}
.caption-content-position.v-middle {
	vertical-align:middle;
}
.caption-content-position.v-bottom {
	vertical-align:bottom;
}
.caption-content h1.bigHeading {
	font-size:30px;
}
@media(min-width:1025px) {
	.caption-content h1.bigHeading {
		font-size:66px;
	}
}
.owl-animated .caption h1:first-child,
.owl-animated .caption h2:first-child,
.owl-animated .caption h3:first-child,
.owl-animated .caption h4:first-child,
.owl-animated .caption h5:first-child,
.owl-animated .caption h6:first-child,
.owl-animated .caption p:first-child {
	margin-top:0;
}
.owl-animated .caption h1:last-child,
.owl-animated .caption h2:last-child,
.owl-animated .caption h3:last-child,
.owl-animated .caption h4:last-child,
.owl-animated .caption h5:last-child,
.owl-animated .caption h6:last-child,
.owl-animated .caption p:last-child {
	margin-bottom: 0;
}


/*** Template navigation and pagination for owl ***/

.owl-theme .owl-controls {
	margin-top: 10px;
}

.owl-theme.nekoOwlcontrolHover .owl-controls {
	margin-top: 0;
}

.owl-theme.nekoOwlcontrolVertical .owl-controls{
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin:0;
	right: 30px;
	opacity: 0;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;	
}

.owl-theme.nekoOwlcontrolVertical:hover .owl-controls{
	right: 5px;
	opacity: 1;
}

.owl-theme.nekoOwlcontrolVertical.left .owl-controls{
	left: 30px;
	right: auto;
}

.owl-theme.nekoOwlcontrolVertical:hover.left .owl-controls{
	left: 5px;
	right: auto;
}

/* pagination */
.owl-theme .owl-pagination {
	width: auto;
	background: #F00;
	display: inline-block;
	padding: 6px;
	border-radius: 50px;
	line-height: 1;
}

.owl-theme.nekoOwlcontrolHover .owl-controls .owl-pagination {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 1000;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}

.owl-theme.nekoOwlcontrolVertical .owl-pagination {
	background-color: transparent;
	box-shadow: none;
	padding: 0px;

}

.owl-theme.nekoOwlcontrolVertical .owl-controls .owl-page{
	display:block;
}

.owl-theme.nekoOwlcontrolVertical  .owl-controls .owl-page span.owl-numbers {
	height: 20px;
	width: 20px;
	font-size: 10px;
	border-radius: 20px;
	line-height: 20px;
	margin: 0 0 5px 0;
}

/* / pagination */

/* navigation */
.owl-theme .owl-controls .owl-buttons {
	display:inline-block;
}

.owl-theme.nekoOwlcontrolHover .owl-controls .owl-buttons {
	width:100%;
	display: inline;
	text-align: left;
}

.owl-theme.nekoOwlcontrolVertical .owl-controls .owl-buttons {
	display:block;
}

.owl-theme .owl-controls .owl-buttons div {
	background:none;
	font-family:'custom-icons';
	font-size:22px;
	text-align:center;
	color:#fff;
	opacity:1;
	border-radius:50%;
	padding:0;
	margin:5px;
}

.owl-theme .owl-controls .owl-buttons div:last-of-type{
	margin-left:0;
}

.owl-theme.nekoOwlcontrolHover .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin:0;
	opacity: 0;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

.owl-theme.nekoOwlcontrolHover .owl-controls .owl-buttons .owl-next {
	right:0;
	margin-right:50px;
}

.owl-theme.nekoOwlcontrolHover .owl-controls .owl-buttons .owl-prev {
	left:0;
	margin-left:50px;
}

.owl-theme.nekoOwlcontrolHover:hover .owl-controls .owl-buttons .owl-next {
	margin-right:5px;
	opacity: 1;
}

.owl-theme.nekoOwlcontrolHover:hover .owl-controls .owl-buttons .owl-prev {
	margin-left:5px;
	opacity: 1;
}



.owl-theme.nekoOwlcontrolVertical .owl-controls .owl-buttons div{
	display:block;
	margin:5px;
}

.owl-theme .owl-controls .owl-buttons i {
	display:block;
	padding:10px 5px;
	width: 50px;
	height: 50px;
	padding: 0px;
	display: block;
}

.owl-theme .owl-controls .owl-buttons i:before {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-90%);
	-o-transform: translateY(-90%);
	-webkit-transform: translateY(-90%);
	transform: translateY(-90%);
}

.owl-controls .owl-page.active:hover {
	cursor:auto;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: 30px;
	width: 30px;
	color: #FFF;
	padding: 0;
	font-size: 12px;
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: 700;
}

@media(max-width:1024px){
	.owl-theme.nekoOwlControlLeft .owl-controls,
	.owl-theme.nekoOwlControlRight .owl-controls{
		text-align:center;
	}
}


@media(min-width:1025px){
	.owl-theme.nekoOwlControlLeft .owl-controls{
		text-align:left;
	}

	.owl-theme.nekoOwlControlRight .owl-controls{
		text-align:right;
	}
}



/* / navigation */

/*** / Template navigation and pagination for owl ***/





/*** camera ***/
#cameraSliderWrapper {
	overflow:hidden;
	margin: 44px auto;
}
/** camera_neko_skin **/
.camera_neko_skin .camera_prevThumbs div {
	background-position:-160px -280px;
}
.camera_neko_skin .camera_nextThumbs div {
	background-position:-190px -280px;
}
.camera_neko_skin .camera_prev,
.camera_neko_skin .camera_next,
.camera_commands {
	background:none;
	width:50px;
	height:50px;
	font-family:'custom-icons';
	color:#fff;
	font-size:2.5em;
}
.camera_neko_skin .camera_prev {
	left:22px;
	text-align:left;
}
.camera_neko_skin .camera_next {
	right:22px;
	text-align:right;
}
.camera_neko_skin .camera_prev>span {
	background:none;
}
.camera_neko_skin .camera_prev:before {
	content:'\e804';
}
.camera_neko_skin .camera_next:before {
	content:'\e805';
}
.camera_neko_skin .camera_next>span {
	background:none;
}
/*.camera_neko_skin .camera_wrap .camera_pag .camera_pag_ul li {
	background: #fff!important;
	}*/
	.camera_neko_skin .camera_caption {
		width:100%;
		text-align:center;
	}
	.camera_neko_skin .camera_caption h1 {
		font-size:18px;
		margin-bottom:11px;
		line-height:1em;
		padding:0;
	}
	.camera_neko_skin .camera_caption h2 {
		font-size:12px;
		padding:12px 25px;
		display:inline-block;
	}
	.camera_neko_skin .camera_caption h2:after {
		content:none;
	}
	.camera_neko_skin .camera_caption p {
		display:none;
	}
	.camera_neko_skin .camera_caption>div {
		padding:25px;
	}
	.camera_neko_skin .camera_wrap .camera_pag .camera_pag_ul {
		text-align:center;
	}

	/*** MEDIA QUERIES ***/
	@media(max-width:767px) {
		.owlCaption h2 {
			margin:0;
		}
	}
	@media(min-width:768px) {
		.camera_neko_skin .camera_caption h1 {
			font-size:66px;
		}
		.camera_neko_skin .camera_caption h2 {
			font-size:22px;
		}
		.owlCaption {
			padding:25px;
			bottom:50px;
			left:22px;
			width:50%;
		}
		.owlCaption.owlCaptionBottom {
			width:100%;
			bottom:0;
			left:0;
		}
		.owlCaption p {
			display:block;
		}
	}
	@media(min-width:992px) {
	}
	@media(min-width:1200px) {
		#cameraSliderWrapper {
			height: 633px;
		}
	}

	/*** MEDIA QUERIES ***/
	@media(max-width:400px) {
		#homeCarousel h2 {
			font-size: 12px;
		}
	}
	@media(min-width:768px) {
		/* OWL Carousel */
		#homeCarousel h1 {
			font-size:40px;
			text-align:left;
		}
		#homeCarousel h2 {
			text-align:left;
		}
		#homeCarousel {
			margin-top:44px;
			text-align:left;
		}
		#homeCarousel .owl-pagination {
			text-align: left;
		}
		/* Camera slider */
		.camera_caption {
			width:40%;
		}
		.camera_caption h1 {
			font-size:27px;
		}
		.camera_caption h2 {
			font-size:16px;
		}
		.camera_caption p {
			display:block;
			line-height: 1.5em;
		}
		/* Supersized slider */
		#superSizedSlider h1 {
			font-size:88px;
		}
		#nextslide,#prevslide {
			font-size:2em;
			height:2em;
			line-height:2em;
			width:2em;
		}
		.ls-fullwidth .ls-nav-prev,
		.ls-fullwidth .ls-nav-next,
		.ls-borderlesslight .ls-nav-prev,
		.ls-borderlesslight .ls-nav-next {
			display:block;
		}
	}
	@media(min-width:992px) {
		#homeCarousel h1 {
			font-size:50px;
		}
		#homeCarousel {
			margin-top:66px;
		}
		.camera_caption h1 {
			font-size:33px;
		}
		.camera_caption h2 {
			font-size:22px;
		}
		.camera_caption p {
			font-size:12px;
		}
	}
	@media(min-width:1200px) {
		#homeCarousel h1 {
			font-size:80px;
		}
		#homeCarousel {
			margin-top:55px;
		}
		.flexFullScreen {
			min-height: 500px;
		}
	}
	/*** END MEDIA QUERIES ***/

	/* BLOG================================================== */
	article.post {
		margin-bottom:25px;
		border: 1px solid #eee;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
		box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	}
	.post h2 a:hover {
		text-decoration:none;
	}

	.postExcerpt {
		padding: 30px;
		position:relative;
	}

	ul.entry-meta li a {
		padding:0 10px 0 0;
		border-radius:4px;
		text-decoration:none;
		font-size: 14px;
		font-weight: 900;
	}
	.formatIcon {
		padding:11px 0;
		border-top:1px solid #fff;
	}
	.formatIcon i {
		font-size:22px;
	}
	ul.entry-meta {
		margin:0;
		padding:0;
		font-size:11px;
	}
	ul.entry-meta li {
		display:inline-block;
		margin-bottom:11px;
	}
	.widget {
		margin-bottom:25px;
		padding-bottom:25px;
	}
	.tagCloud a:link,
	.tagCloud a:visited {
		text-decoration:none;
		text-transform:uppercase;
		display:inline-block;
		margin:0 3px 14px 0;
		padding:7px;
		border-radius:2px;
		line-height: 1em;
	}
	.pagination > li > a {
		font-weight: 900;
	}
	/* END BLOG================================================== */

	/* PAGES================================================== */

	.page-header .col-sm-6 {
		margin-bottom:0;
	}
	.page-header {
		padding:33px 0;
		margin:0;
	}

	.page-header h1 {
		margin-bottom: 0;
        margin-top:1em;
	}
	.page-header p {
		margin-bottom: 1em;
		margin-top:1em;
	}
    

	.page-header.bigHeader,
	.page-header.xBigHeader {
		padding:0;
		background-position-x:center;
        background-position-y:20%;
		background-repeat:no-repeat;
		position:relative;
	}

    /**This is for a parallax image to stick to the bottom*/

    	.page-header.bigHeaderbottom,
	.page-header.xBigHeader {
		padding:0;
		background-position-x:center;
        background-position-y:100%;
		background-repeat:no-repeat;
		position:relative;
	}



	.page-header.bigHeader .container,
	.page-header.xBigHeader .container {
		padding-top:50px;   /** this removes the top margin (was 50)*/
		padding-bottom:0px; /*This removes the margin under the image in the header of the homepage (was 50)*/
	}
	ul#navTrail {
		padding:0;
		margin-bottom:0;
		float:right;
		margin-top:0;
		line-height: 1;
	}
	ul#navTrail li {
		display:inline-block;
		font-size:12px;
	}
	ul#navTrail li a {
		text-decoration:none;
	}
	ul#navTrail li a:after {
		content: " / ";
	}
	/** sidebar **/
	nav#subnav {
		margin-bottom:25px;
		padding: 12px 25px;
		border: 1px solid #eee;
		border-radius: 25px;
	}
	nav#subnav ul {
		margin:0;
		padding:0;
		list-style-type:none
	}
	nav#subnav ul li a {
		margin:0;
		padding:11px 25px;
		display:block;
		-webkit-transition:all 0.3s ease-out;
		-moz-transition:all 0.3s ease-out;
		-o-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		transition:all 0.3s ease-out;
	}
	nav#subnav ul li a:hover {
		text-decoration:none;
	}

	nav#subnav {
		padding:0;
	}
	#big-video-wrap {
		position:absolute;
	}
	#big-video-vid_html5_api {
	}
	#html5Video {
		height:400px;
		overflow:hidden;
		position:relative;
	}
	@media(min-width:768px) {
		#html5Video {
			height:200px;
		}
	}
	#html5Video,
	#html5Video h1,
	#html5Video h2 {
		color:white;
	}
	#html5Video h1 {
		font-weight:900;
	}
	#html5Video h2:after {
		border: none;
	}

	/** center content **/
	.container.vAlignCenter {
		display:table;
		height:100%;
		width:100%;
	}
	.vAlignCenter .row {
		display:table-cell;
		height:100%;
		width:100%;
		vertical-align:middle;
		text-align:center;
	}
	@media(min-width:1025px) {
		.formatIcon i {
			font-size:33px;
		}
		#html5Video {
			height:350px;
		}
		body.headerTransparent {
			padding-top:0;
		}
		.page-header.bigHeader .container,
		.page-header.xBigHeader .container {
			padding-top:120px;
			padding-bottom:70px;
		}
		.headerTransparent .page-header.bigHeader .container,
		.headerTransparent .page-header.xbigHeader .container,
		.headerTransparent .page-header.bigHeader .container-fluid,
		.headerTransparent .page-header.xbigHeader .container-fluid  {
			padding-top:158px
		}
	}
	@media(min-width:992px) {
		#html5Video {
			height:400px;
		}
		.page-header.bigHeader .container {
			padding-top:110px;
			padding-bottom:110px;
		}
		.headerTransparent .page-header.bigHeader .container {
			padding-top:198px
		}
		.page-header.xbigHeader .container {
			padding-top:160px;
			padding-bottom:160px;
		}
		.headerTransparent .page-header.xbigHeader .container,
		.headerTransparent .page-header.xbigHeader .container-fluid {
			padding-top:248px
		}
	}
	@media(min-width:1200px) {
		#html5Video {
			height:650px;
		}
		.page-header.bigHeader .container {
			padding-top:160px;
			padding-bottom:160px;
		}
		.headerTransparent .page-header.bigHeader .container {
			padding-top:248px
		}
		.page-header.xBigHeader .container {
			padding-top:260px;
			padding-bottom:260px;
		}
		.headerTransparent .page-header.xBigHeader .container,
		.headerTransparent .page-header.xBigHeader .container-fluid  {
			padding-top: 348px
		}
	}

	/* END PAGES================================================== */

	/* PORTFOLIO================================================== */
	nav#filter {
		margin-bottom:25px;
	}
	nav#filter a {
		outline:none;
	}
	nav#filter ul {
		padding:0;
	}
	nav#filter li {
		display:inline-block;
		list-style:none;
	}
	.isotopeItem {
		margin-bottom:25px;
	}
	header#project {
		padding:22px 0;
	}
	#project h1 {
		text-align:left;
	}
	.centerBtn {
		display:inline-block!important;
	}
	#fullWidthImageProject img {
		width:100%;
	}
	#portfolioFullWidth #shareme {
		float: right;
	}
	/*** pinterest like ***/
	.pinBox {
		padding:15px;
		position:relative;
	}
	.pinBox .boxContent {
		margin-top:11px;
	}
	.pinInfo {
		padding:0;
		margin:0;
	}
	.pinInfo li {
		display:inline-block;
	}
	.pinInfo li a {
		text-decoration:none;
		font-size:12px;
	}
	.pinInfo p {
		padding-bottom: 11px;
	}
	/*** Porfolio Mosaic***/
	/*preloader portoflio mosaic*/
	#preloaderPortfolio {
		position:relative;
		width:100%;
		top:0;
		left:0;
		right:0;
		bottom:0;
		z-index:10;
		background:#fff;
		height:1000px;
	}
	#preloaderPortfolio #status {
		top: 200px;
	}
	/*preloader portoflio mosaic*/
	.portfolioMosaic article {
		float:left;
		-webkit-backface-visibility:hidden;
		overflow:hidden;
	}
	.portfolioMosaic.mosaic5 article,
	.portfolioMosaic.mosaic4 article,
	.portfolioMosaic.mosaic3 article,
	.portfolioMosaic.mosaic2 article {
		width: 100%;
	}
	/* More Link */
	.generatedMoreLink {
		position:absolute;
		display:block;
		background-color:#43B6B1;
		text-align:center;
	}
	.generatedMoreLink a {
		display:inline-block;
		text-decoration:none;
	}
	.generatedMoreLink a h2,
	.generatedMoreLink a i {
		color:white;
	}
	.valign:after {
		display:inline-block;
		height:100%;
		width:0;
		vertical-align:middle;
		content:'';
	}
	.valign>.valigned {
		display:inline-block;
		vertical-align:middle;
		text-align: center;
	}

	/* magnific popup */
	.mfp-zoom-out-cur,
	.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
		cursor: pointer;
	}

	/* popup */
	.mpInlineContent {
		position: relative;
		background: #FFF;
		padding: 20px;
		width: auto;
		max-width: 1190px;
		margin: 20px auto;
	}

	/*** MEDIA QUERIES ***/
	@media(min-width:480px) {
		.portfolioMosaic.mosaic5 article,
		.portfolioMosaic.mosaic4 article,
		.portfolioMosaic.mosaic3 article,
		.portfolioMosaic.mosaic2 article {
			width: 50%;
		}
	}

	@media(min-width:768px) {
		.portfolioMosaic.mosaic5 article,
		.portfolioMosaic.mosaic4 article,
		.portfolioMosaic.mosaic3 article,
		.portfolioMosaic.mosaic2 article {
			width: 33%;
		}

	}



	@media(min-width: 1200px) {

		.portfolioMosaic.mosaic5 article {
			width:20%;
		}
		.portfolioMosaic.mosaic4 article {
			width:25%;
		}
		.portfolioMosaic.mosaic3 article {
			width:33.33333333333333%;
		}
		.portfolioMosaic.mosaic2 article {
			width:50%;
		}

	}


	/* END PORTFOLIO================================================== */

	/* FORM================================================== */

	textarea#comments {
		height:87px;
	}
	#verify {
		width:auto;
		display:inline-block;
		/*margin-top:11px;*/
		float:right;
	}
	.securityCheck h3 {
		margin-bottom:7px;
	}
	.centeredForm {
		text-align: center;
	}

	/*** MEDIA QUERIES ***/
	@media(max-width:767px) {}
	@media(min-width:768px) {
		#verify {
			margin-left:15px;
			margin-top:0;
		}	
	}
	@media(min-width:992px) {}
	@media(min-width:1024px) {}
	@media(min-width: 1200px) {}

	/*** END MEDIA QUERIES ***/

	/* END FORM================================================== */

	/* MISCELANIOUS================================================== */

	/* Preloader one page */

	#preloader {
		position:fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		z-index: 10000;
	}


	#nekoStatus {
		position:absolute;
		top:50%;
		left:50%;
		-webkit-transform:translate(-50%, -50%);
		-ms-transform:translate(-50%, -50%);
		-o-transform:translate(-50%, -50%);
		transform:translate(-50%, -50%);
		z-index: 10000;
		max-width:250px;
	}

	.nekoSkDoubleBounce {
		width: 40px;
		height: 40px;
		position: relative;
		margin: 20px auto; 
	}

	.nekoSkDoubleBounce .nekoSkChild {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		opacity: 0.6;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10000;
		-webkit-animation: nekoSkDoubleBounce 2s infinite ease-in-out;
		animation: nekoSkDoubleBounce 2s infinite ease-in-out; 
	}
	.nekoSkDoubleBounce .nekoSkDoubleBounce2 {
		-webkit-animation-delay: -1.0s;
		animation-delay: -1.0s; 
	}
	@-webkit-keyframes nekoSkDoubleBounce {
		0%, 100% {
			-webkit-transform: scale(0);
			transform: scale(0); 
		}
		50% {
			-webkit-transform: scale(1);
			transform: scale(1); 
		}
	}
	@keyframes nekoSkDoubleBounce {
		0%, 100% {
			-webkit-transform: scale(0);
			transform: scale(0); 
		}
		50% {
			-webkit-transform: scale(1);
			transform: scale(1); 
		} 
	}

	/*** Scroll up Button ***/
	/*#nekoToTop {
		position:fixed;
		bottom:0;
		right:20px;
		padding:5px;
		display:none;
		border-radius:4px 4px 0 0;
		width:50px;
		text-align:center;
		z-index: 100;
	}*/

	/*** demo ***/
	.highlight {
		margin-bottom:44px;
	}
	.bs-docs-section .btn {
		margin-bottom: 11px;
	}

	/*** STYLE SWITCHER ***/
	#switcherContent {
		padding:0 0 15px 0;
	}
	.styleSwitcher {
		background:rgba(220, 220, 220, 0.5);
		position:fixed;
		top:200px;
		width:170px;
		left:-170px;
		z-index:9999
	}
	.switcher.dark {
		background:#555;
	}
	.styleSwitcher ul li {
		display:inline-block;
		line-height: 20px;
	}
	.styleSwitcher ul {
		display:block;
		padding:0;
		margin:0
	}
	.styleSwitcher ul.switcher li a {
		display:block;
		text-indent:-3000px;
		overflow:hidden;
		border:none;
		width:20px;
		height:20px;
		margin:0 5px 0 0;
	}
	.styleSwitcher h1 {
		padding:0 0 6px 15px;
		line-height:44px;
		font-size:14px;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-transform:uppercase;
		color:#333;border:none;
		margin:0;
		text-align:left;
	}
	.styleSwitcher h1:after {
		content:none;
	}
	.styleSwitcher #showHideSwitcher{
		outline:none;
		width:50px;
		height:50px;
		position:absolute;
		right:-50px;
		background:rgba(220, 220, 220, 0.5);
		top:0;
		font-size:24px;
		text-align:center;
		line-height:50px;
		color:#333;
	}
	.styleSwitcher #showHideSwitcher:hover i {
		color:#fff;
	}
	.styleSwitcher select{
		font-size:11px;
		margin:0 0 15px 15px;
		background:#eee;
		border:1px solid #ddd;
		width:120px;
		padding:4px;
		color:#333;
	}
	.styleSwitcher .switcher {
		padding:15px 15px 8px 15px;
	}
	.styleSwitcher .switcher.dark {
		background:rgba(0, 0, 0, 0.5);
	}
	.layoutStyle {
		margin-bottom:10px;
	}
	a.btnSwitcher {
		display: block;
		width:120px;
		border:1px solid #eee;
		background:#fff;
		margin-top:10px;
		text-transform: uppercase;
		padding:10px;
		color:#777;
		text-decoration: none;
		text-align: center;
		margin-left: 15px;
	}
	.btnSwitcher.active,
	.btnSwitcher:hover {
		border-color:#eee;
		background:#eee;
	} 
	/* font icon test */
	ul.iconsTest {
		margin:0 0 22px 0;
	}
	.iconsTest li {
		display:block;
		float:left;
		margin-right: 22px;
	}
	.ico1 {
		color: #00CCFF;
		font-size: 1em;
	}
	.ico2 {
		color: #3366FF;
		font-size: 3em;
	}
	.ico3 {
		color: #6666CC;
		font-size: 6em;
	}
	.ico4 {
		color: #FFFFFF;
		font-size: 6em;
		text-shadow: 0 2px 2px #777777;
	}
	/*** end demo ***/

	/*** hover images ***/

	/*** Common to all hover style ***/

	.imgHover article {
		display: inline-block;
		position: relative;
	}
	.imgHover figure {
		margin: 0;
		position: relative;
		backface-visibility:hidden;
	}
	.imgHover figure img {
		width: 100%;
		display: block;
		position: relative;
	}
	.imgHover figcaption {
		position: absolute;
		top: 0;
		left: 0;
		padding: 20px;
	}
	.imgHover figcaption h3 {
		margin: 0;
		padding: 0;
		font-size:44px;
	}
	.imgHover figcaption span:before {
		content: 'by ';
	}

	.imgHover figcaption .iconLinks a:hover {
		text-decoration:none;
	}

	.imgHover .pinInfo p {
		font-size: 14px;
		margin-bottom: 0;
	}
	/*** / Common to all hover style ***/

	/*** neko-hover-1 ***/

	.neko-hover-1 figure {
		overflow: hidden;
	}
	.neko-hover-1 figure img {
		-webkit-transition: -webkit-transform 0.4s;
		-moz-transition: -moz-transform 0.4s;
		transition: transform 0.4s;
	}
	.no-touch .neko-hover-1 figure:not(.noCss3):hover img,
	.neko-hover-1 figure.cs-hover img{
		-webkit-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		transform: translateY(-50px);
	}
	.neko-hover-1 figcaption {
		width: 100%;
		top: auto;
		bottom: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition: -webkit-transform 0.4s;
		-moz-transition: -moz-transform 0.4s;
		transition: transform 0.4s;
	}
	.no-touch .neko-hover-1 figure:not(.noCss3):hover figcaption,
	.neko-hover-1 figure.cs-hover figcaption {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: -webkit-transform 0.4s;
		-moz-transition: -moz-transform 0.4s;
		transition: transform 0.4s;
	}
	.neko-hover-1 figcaption .iconLinks a{
		display: inline-block;
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}
	.neko-hover-1 figcaption .iconLinks a {
		display: inline-block;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		margin-right: 1px;
	}


	/*** / neko-hover-1 ***/

	/*** neko-hover-2 ***/
	.neko-hover-2 figcaption {
		height:100%;
		width:100%;
		text-align: center;
		padding:45px;
		opacity:0;
		-webkit-animation-duration: 0.3s;
		animation-duration: 0.3s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		overflow:hidden;
	}

	.neko-hover-2 figcaption .iconLinks,
	.neko-hover-2 figcaption .projectLink{
		position: absolute;
		bottom: 30px;
		left: 50%;

		-webkit-transform:  translate(-50%, 500px);
		-moz-transform:  translate(-50%, 500px);
		-o-transform:  translate(-50%, 500px);
		-ms-transform:  translate(-50%, 500px);		
		transform: translate(-50%, 500px);

		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;	


		-moz-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		-ms-transition-delay: 0.4s;
		-webkit-transition-delay: 0.4s; /* Safari */
		transition-delay: 0.4s;

		-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
		-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
		-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
		transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */

		-webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
		-moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
		-o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
		transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */

	}


	.neko-hover-2 figcaption .iconLinks a {
		display: inline-block;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		margin-right: 1px;
		border-radius:50%;
	}

	.neko-hover-2 figcaption .pinInfo h1,
	.neko-hover-2 figcaption .pinInfo h2, 
	.neko-hover-2 figcaption .pinInfo h3, 
	.neko-hover-2 figcaption .pinInfo h4, 
	.neko-hover-2 figcaption .pinInfo h5, 
	.neko-hover-2 figcaption .pinInfo h6{
		opacity:0;

		-webkit-transform:  translateY(-500px);
		-moz-transform:  translateY(-500px);
		-o-transform:  translateY(-500px);
		-ms-transform:  translateY(-500px);		
		transform: translateY(-500px);

		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;

	}

	.neko-hover-2 figcaption .pinInfo h1,
	.neko-hover-2 figcaption .pinInfo h2, 
	.neko-hover-2 figcaption .pinInfo h3, 
	.neko-hover-2 figcaption .pinInfo h4, 
	.neko-hover-2 figcaption .pinInfo h5, 
	.neko-hover-2 figcaption .pinInfo h6{
		margin-bottom: 5px;
	}

	.neko-hover-2 figcaption .pinInfo p{
		opacity:0;


		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;

	}

	.no-touch .neko-hover-2 figure:not(.noCss3):hover figcaption,
	.neko-hover-2 figure.cs-hover figcaption {
		-webkit-animation-name: figcaptionappear;
		animation-name: figcaptionappear;
	}

	@-webkit-keyframes figcaptionappear {
		0% {
			opacity: 0;
			-webkit-transform: scale3d(.3, .3, .3);
			transform: scale3d(.3, .3, .3);
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes figcaptionappear {
		0% {
			opacity: 0;
			-webkit-transform: scale3d(.3, .3, .3);
			transform: scale3d(.3, .3, .3);
		}

		100% {
			opacity: 1;
		}
	}

	.no-touch .neko-hover-2 figure:not(.noCss3):hover figcaption .iconLinks,
	.no-touch .neko-hover-2 figure:not(.noCss3):hover figcaption .projectLink,
	.neko-hover-2 figure.cs-hover figcaption .iconLinks,
	.neko-hover-2 figure.cs-hover figcaption .projectLink{
		-webkit-transform:  translate(-50%, 0);
		-moz-transform:  translate(-50%, 0);
		-o-transform:  translate(-50%, 0);
		-ms-transform:  translate(-50%, 0);		
		transform: translate(-50%, 0);
	}

	.no-touch .neko-hover-2 figure:not(.noCss3):hover figcaption .pinInfo h1,
	.no-touch .neko-hover-2 figure:not(.noCss3):hover figcaption .pinInfo h2,
	.no-touch .neko-hover-2 figure:not(.noCss3):hover figcaption .pinInfo h3,
	.no-touch .neko-hover-2 figure:not(.noCss3):hover figcaption .pinInfo h4,
	.no-touch .neko-hover-2 figure:not(.noCss3):hover figcaption .pinInfo h5,
	.no-touch .neko-hover-2 figure:not(.noCss3):hover figcaption .pinInfo h6,
	.no-touch .neko-hover-2 figure:not(.noCss3):hover figcaption .pinInfo p,
	.neko-hover-2 figure.cs-hover figcaption .pinInfo h1,
	.neko-hover-2 figure.cs-hover figcaption .pinInfo h2,
	.neko-hover-2 figure.cs-hover figcaption .pinInfo h3,
	.neko-hover-2 figure.cs-hover figcaption .pinInfo h4,
	.neko-hover-2 figure.cs-hover figcaption .pinInfo h5,
	.neko-hover-2 figure.cs-hover figcaption .pinInfo h6,
	.neko-hover-2 figure.cs-hover figcaption .pinInfo p {
		opacity:1;
		-webkit-transform:  translateY(0);
		-moz-transform:  translateY(0);
		-o-transform:  translateY(0);
		-ms-transform:  translateY(0);		
		transform: translateY(0);

	}

	/*** / neko-hover-2 ***/



	/*** social icons ***/
	ul.socialNetwork {
		padding:0;
		display: block;
	}
	ul.socialNetwork li {
		display:inline-block;
		list-style-type: none;
	}

	/*** pricing table ***/

	.pricingBloc {
		padding:25px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		overflow: hidden;
        border-color:#1D2943;
		border-radius: 3px;
        
	}
   
	.pricingBloc:hover {
		margin-top:18px;
	}
	.pricingBloc .iconRounded {
		display: inline-block;
		margin-top: 25px;
	}
	.pricingBloc ul {
		list-style-type:none;
		margin:0;
		padding:1.5em 0 0 0;
	}
	.pricingBloc ul li {
		padding:5px 0;
		font-size:14px;       /*changed from 12*/
	}
    .pricingBloc img {
        padding:25px;
        max-width:51%;
        margin:auto;
        
    }

    .pricingBloc h1 {
		text-align:center;
        font-size:28px;
        background-color:moccasin;
	}

	.pricingBloc h2 {
		font-size: 22px;
		padding-bottom: 1em;
		font-weight: 700;
	}
	.pricingBloc h3 {
		font-size: 100px;
		font-weight: 700;
		display: block;
		padding: 0;
		margin-bottom: 0px;
        text-align:center;
	}
    .pricingBloc h4 {
        color:white;
		margin-top:2em;
        text-align:center;
	}
    .pricingBloc h5 {
        color:white;
        font-size:18px;
		margin-top:2em;
        text-align:center;
	}
	.pricingBloc h3 span {
		font-size: 14px;
		font-weight: 100;
		margin: 11px 0 0 0;
		display: block;
		letter-spacing: normal;
		line-height: 22px;
	}
    .pricingBloc h3 i {
		font-size: 28px;
		font-weight: 900;
		letter-spacing: normal;
		line-height: 22px;
        vertical-align:middle;
	}
	.pricingBloc p {
		margin-bottom:0;
		padding:1.5em 0 0 0;
	}
	.pricingBloc.focusPlan {
		margin-top:0;

	}

	/*.pricingBloc.focusPlan h3 {
		/*font-size: 66px;
		padding: 15px;
		border-radius: 30px;*/
		/*text-align: center;

	}*/

	/*** end pricing table ***/

	/*** responsive video ***/
	.videoWrapper {
		position: relative;
		padding-bottom: 56.2%;
		height: 0;
	}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.videoWrapper.videoFormat2 {
		padding-bottom:61%; /*ratio = 198/500*100 */
	}

	p.credits {
		padding:1.5em;
		margin-bottom:1.5em
	}
	/*** end responsive video ***/



	@media(max-width:767px){}

	@media(min-width:768px){}

	@media(min-width:992px){}

	@media(min-width:1200px){}


/* END MISCELANIOUS
================================================== */