/*///// basics /////*/

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a { text-decoration: none; cursor: pointer; }
p { font-size: 14px; line-height: 145%; font-weight: 400; }
p:empty { display: none; }

.container-full {
	/*width: 100%;*/
	max-width: none;
}
section + br { display: none; }
.container { position: relative; }

/*///// head /////*/

header { padding: 0px 0px 30px; width: 100%; height: 110px; background: #1d1d1b; }
	body.home header { position: fixed; z-index: 9999; }
.logo { margin: 20px 0px 0px; max-width: 185px; display: block; z-index: 99999; position: absolute; }
	.logo img { margin: 15px 0px 0px; }

/*///// grid-boxes /////*/

.intro { padding: 0px !important; }
.intro .container { margin-top: -120px !important; }
	.intro .abs0_columns { padding: 15px 15px 45px; }
	.intro .col-md-4 { padding: 29px 45px; color: #fff; background: #00baf2; }
		.intro .col-md-4 h3 { color: #fff; font-weight: bold; font-size: 27px; margin: 10px 0px 20px; }
		.intro .col-md-4 p { font-size: 15px; }
	.intro .col-md-8 { padding: 0px; }
		.intro .col-md-8 img { width: 100%; height: auto; margin: 0px 0px 30px; }
		.intro .col-md-8 h4 { color: #555; text-transform: none; font-size: 27px; line-height: 150%; margin: -15px 0px 30px; font-weight: 300; }
.intro2 { background: #f0f0f0; margin: -45px 0 30px; }
		.intro2 .col-md-4 img.oldlogo { max-width: 200px; height: auto; float: right; }
		.intro2 .col-md-8 h3 { color: #00baf2; font-size: 27px; margin: 30px 0px 15px; }
		.intro2 .abs0_columns, .intro2 .abs0_column { padding-bottom: 0px; }

.moreinfo { background: #252a31; padding: 30px !important; }
	.moreinfo .row {}
	.moreinfo .abs0_column { width: 100%; padding: 15px 45px; }
	.moreinfo h3 { color: #fff; font-size: 24px; }
	.moreinfo form br { display: none; }
		.moreinfo input {
			border: none !important; border-radius: 0; padding: 15px; width: auto; float: left; color: #aaa; margin: 0px 15px 0px 0px; max-width: 25%;
		}
		.moreinfo input[type="submit"] { color: #fff; background: #ec008c; padding: 15px 25px; }

.lastone { padding: 0px !important; }
	.lastone img { width: 100%; height: auto; }
	.lastone .abs0_columns { padding: 15px; margin: -150px 0px 25px 75px; }
	.lastone .col-md-4 { padding: 10px 30px; margin: 1px; color: #fff; width: 30%; background: #ec008c; min-height: 375px; }
	.lastone .abs0_column:first-of-type { background: #00baf2; }
	.lastone .abs0_column:last-of-type { background: #f3cc2e; color: #000; }
		.lastone .col-md-4 h3 { color: #fff; }
		.lastone .col-md-4 h4 { margin: 0 0 15px; }
		.lastone .col-md-4 p strong { color: #fff; font-size: 14px; font-weight: bold; }
		.lastone .col-md-4 h4 a { color: #fff; font-size: 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
		.lastone .col-md-4 p a, .lastone .lpost-classic .lpost-readmore a {
			color: #fff; text-decoration: none; text-transform: uppercase; font-weight: bold; margin-top: 15px; font-size: 13px;
		}
		.lastone .col-md-4 .row { margin: 0; }
		.lastone .lpost-classic .lpost-item { padding-bottom: 0px; }
		.lastone .abs0_column:last-of-type h3, .lastone .abs0_column:last-of-type strong, .lastone .abs0_column:last-of-type a { color: #000; }

/* Inside page big image */

	.bigimage { overflow: hidden; position: relative; margin: 0px 0px 45px; clear: both; }
		.bigimage div.page-title-centered { top: 40%; left: 50%; position: absolute; }
		.bigimage div.page-title-centered h1 {
			text-transform: uppercase; padding: 30px; font-weight: bold; color: #fff; font-size: 24px;
			border: 1px solid; display: table; background: rgba(0,0,0,0.75); margin: 0 0 0 -50%;
		}
		.bigimage img { width: 100%; height: auto; }
		.bigimage.b2 { height: auto; }
		.bigimage.b2:before { display: none; }
		.bigimage.b2 h1 { padding: 30px; margin: 0px; color: #00baf2; text-align: center; text-transform: uppercase; }

	.my-page { min-height: 450px; }
		body.home .my-page { min-height: 0px; }
	.my-page .main-content { padding-bottom: 30px; }
		body.home .my-page .main-content { padding-bottom: 0px; }
		.my-page h1 { color: #00baf2; text-transform: uppercase; text-align: center; clear: both; margin: 45px 0px 30px; }
		.my-page .main-content img { max-width: 100%; height: auto; }
		.my-page .main-content .abs0_columns {}
		.my-page .main-content .col-md-3 + .col-md-3 { padding: 15px 45px; }
			.my-page .main-content .col-md-3 + .col-md-3 h1 { color: #fff; font-weight: bold; font-size: 27px; margin: 30px 0px; }



	.multicols {
		-webkit-column-count: 3; -moz-column-count: 3; column-count: 3;
		-webkit-column-gap: 60px; -moz-column-gap: 60px; column-gap: 60px;
		-webkit-column-rule: 1px solid #eee; -moz-column-rule: 1px solid #eee; column-rule: 1px solid #eee;
		margin: 45px 0px 45px; width: 100%;
	}
	.desktop-12 .multicols {
		-webkit-column-count: 3; -moz-column-count: 3; column-count: 3;
		-webkit-column-gap: 60px; -moz-column-gap: 60px; column-gap: 60px;
		-webkit-column-rule: 1px solid #eee; -moz-column-rule: 1px solid #eee; column-rule: 1px solid #eee;
	}
		.multicols h1 { margin-bottom: 30px; font-size: 27px; color: #ec008c; }
		.multicols p, .multicols ul, .multicols ol, .multicols blockquote {
			  -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; column-break-inside: avoid;
		}
		.multicols p:last-of-type { padding-bottom: 5px; }
		.multicols h2 {
			font-size: 48px; margin: 0px; line-height: 85%; color: #aaa;
			-webkit-column-break-after: always; -moz-column-break-after: always; column-break-after: always;
			-webkit-column-break-inside: avoid !important; -moz-column-break-inside: avoid; column-break-inside: avoid;
		}
		.multicols h4 { color: #aaa; line-height: 135%; }
		.multicols img {
			-webkit-column-break-after: always; -moz-column-break-after: always; column-break-after: always;
			max-width: 100%; height: auto; border: 1px solid #eee; padding: 5px;
		}
		.multicols h6 { margin: 15px 0px 15px; }
		.multicols h2:first-of-type, .multicols h3:first-of-type, .multicols h4:first-of-type, .multicols h5:first-of-type {
			margin: 0 0 30px;
		}

/* Posts */

		.main-content h2 { margin: 30px 0px 15px; }
		.main-content h3 { margin: 30px 0px 15px; }
		.main-content h4 { margin: 30px 0px 15px; color: #00baf2; font-weight: bold; text-transform: none; }
			.main-content .abs0_column h4:first-child { margin-top: 0px; }

		.main-content h5 { color: #00baf2; font-weight: lighter; margin: 0px 0px 25px; }
		
		body.single .verticle-text a { font-size: 13px; color: #aaa; }
		body.single .bigimage h4 a { 
			font-size: 14px; font-weight: bold; color: #fff; background: #ccc; text-transform: uppercase; padding: 10px 20px 8px;
			line-height: 100%; margin: 30px auto 15px; border-radius: 30px; display: table; text-decoration: none;
		}
		body.single .bigimage h4 a:hover { color: #fff; background: #aaa; }

	.main-content blockquote {
		font: italic 21px/21px Adobe Garamond Pro, Georgia, serif; color: #777; width: 100%;
		padding: 20px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin: 30px 0px;
	}
		.main-content blockquote.alignleft { float: left; margin-left: -45px; }
		.main-content blockquote.alignright { float: right; margin-right: -45px; }
		.main-content blockquote p { line-height: 100%; font-size: 21px; }
		.main-content blockquote em { font: normal 12px/12px Arial, sans-serif; color: #ccc; line-height: 120%; display: block; }
		.main-content blockquote p:last-of-type { padding-bottom: 0px; margin-bottom: 0px; }

		.col-md-12 .lpost-image img { width: 100%; max-width: 1000%; }

/* Gallery */

.wp-caption, .gallery-item { padding: 0px 5px 0px 0px !important; margin: 0px !important; }
	.wp-caption a, .gallery-item a { float: left; background: #fff; border: 1px solid #ccc; }
	.gallery-item a img { width: 100%; height: auto; }
.wp-caption .wp-caption-text, .gallery-caption  {
	padding: 6px 12px !important; font-size: 12px; text-align: center; color: #00baf2; display: table;
	margin: 0px 0px 15px; width: 100%; font-weight: bold;
}
.gallery img { border: none !important; display: table; }

/* Footer  */

.row-footer { padding: 70px 0px 30px; color: #aaa; background: url(../images/colorful.jpg) no-repeat top right; }

.row-footer .f1 {} 
	.row-footer ul { margin: 0px; padding: 0px; }
		.row-footer li { float: left; list-style: none; padding: 0px; }
			.row-footer li a { color: #aaa; text-decoration: none; font-size: 14px; margin: 20px 15px; display: block; text-transform: uppercase; }
		.row-footer .f-social { color: #ccc; text-align: right; padding: 20px 0px 0px; font-size: 13px; }
			.row-footer .f-social a { color: #aaa; }

input.email {
	background: #fff;
	outline: none;
	padding: 20px 10px 20px 20px;
	width: 85%;
	color: #666;
	font-size: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none !important;
	float: left;
	height: 58px;
}
.label-text {
	font-size: 11px;
	color: #57697f;
	width: 70%;
	margin-top: 20px;
}
.submit {
	background: #673ab7;
	width: 70px;
	outline: none;
	border: none;
	float: left;
	height: 58px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-left: -30px;
}
.submit:hover {
	background: #f36c36;
}


/* NAVIGATION */

	#navigat { float: left; margin-top: 30px; }
	.hnav { float: left; display: table; padding: 40px 0px 0px; margin: 0px; }
	.hnav li { display: block; float: left; margin: 0px 30px 0px 0px; }
	.hnav li a { display: block; color: #fff; text-transform: uppercase; font-size: 15px; font-weight: bold; text-decoration: none; }
	/* more levels */
	.hnav ul li a { color: #fff; }
	.hnav ul li a:hover { background: rgba(255,255,255,0.1); color: #fff !important; }
	.hnav li ul {
		position: absolute; width: 240px; margin: 0; box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
		overflow: visible; padding: 10px; z-index: 1; display: none; z-index: 99999;
		-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
		-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;
	}
	.hnav li:hover ul { display: block; padding-bottom: 15px; }
	.hnav li ul li { display: block; position: relative; border: none; float: none; }
		.hnav li ul li a {
			margin: 0 0 2px; padding: 15px; color: #fff; font-size: 15px;
			-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
		}
	.hnav li:hover ul ul { display: none; }
		.hnav li ul li:hover > ul { display: block }
			.hnav li ul li ul {
				display: none; position: absolute; top: -10px; margin-left: 120px; display: block;
			}

	/* more levels */
	.hsub-two li ul {
		height: 100%;
		top: 0;
		background: rgba(30,30,30,0.95) !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
		position: fixed;
	}
	.hsub-two li ul li a { padding: 15px 20px; color: #222; }
	.hsub-two li ul li ul {
		padding: 15px;
		height: 100%;
		background: rgba(50,50,50,0.95) !important;
		top: 0 !important;
		margin-left: 220px !important;
		position: fixed !important;
	}
	.hsub-two ul li a:hover { background: rgba(255,255,255,0.1); color: #cf0a2c; }

	/* mega */

	#navigat .mega > .sub-menu { width: 100%; left: 0px; }
	#navigat .mega > .sub-menu > li {
		float: left; border-right: 1px solid #ddd; padding: 15px 15px 0; width: 25%;
		margin-bottom: 10px; min-height: 210px; overflow: hidden;
	}
	#navigat .mega > .sub-menu > li:last-child, #navigat .mega > .sub-menu li:nth-child(4n) { border-right: none; }
	#navigat .mega > .sub-menu > li > a {
		font-weight: bold; padding: 0px 0px 15px; color: #cf0a2c; border-bottom: 3px double #e8e8e8;
		margin: -5px 0px 0px; font-size: 14px; line-height: 110%; text-transform: uppercase; width: 89%;
	}
	#navigat .mega .sub-menu .sub-menu {
		display: block; position: relative; margin: 0px; display: block; background: none;
		width: 100%; padding: 20px 0 0 0; box-shadow: none;
	}
	#navigat .mega .sub-menu .sub-menu li { padding: 0px; }
	#navigat .mega .sub-menu .sub-menu li a { padding: 5px 0px 5px; font-size: 14px; line-height: 100%; }


/* nav-effects */
.hnav a:after, .hnav a::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hnav a {
	position: relative;
	display: inline-block;
}

/* Effect 1: Brackets */
.hn-one > li > a { padding: 10px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.hn-one > li > a::before,
.hn-one > li > a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.hn-one > li > a::before {
	margin-right: 5px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.hn-one > li > a::after {
	margin-left: 5px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.hn-one > li > a:hover::before,
.hn-one > li > a:hover::after,
.hn-one > li > a:focus::before,
.hn-one > li > a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px) translateY(0px);
	-moz-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}
/* Effect 2: bottom border enlarge */
.hn-two > li > a { padding: 10px 5px 5px; }
.hn-two > li > a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #00baf2;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
}
.hn-two > li > a:hover::after, .hn-two > li > a:focus::after {
	height: 3px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
/* Effect 3: three circles */
.hn-three > li > a {
	padding: 20px 15px 15px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.hn-three > li > a::before {
	position: absolute;
	top: 70%;
	left: 50%;
	color: transparent;
	content: '.';
	font-size: 10px;
	-webkit-text-shadow: 0 0 transparent;
	-moz-text-shadow: 0 0 transparent;
	text-shadow: 0 0 transparent;
	-webkit-transition: text-shadow 0.5s, color 0.5s;
	-moz-transition: text-shadow 0.5s, color 0.5s;
	transition: text-shadow 0.5s, color 0.5s;
}
.hn-three > li > a:hover::before, .hn-three > li > a:focus::before {
	color: #777;
	-webkit-text-shadow: -25px 0 #777, -20px 0 #777, -15px 0 #777, -10px 0 #777, -5px 0 #777, 5px 0 #777, 10px 0 #777, 15px 0 #777, 20px 0 #777, 25px 0 #777;
	-moz-text-shadow: -25px 0 #777, -20px 0 #777, -15px 0 #777, -10px 0 #777, -5px 0 #777, 5px 0 #777, 10px 0 #777, 15px 0 #777, 20px 0 #777, 25px 0 #777;
	text-shadow: -25px 0 #777, -20px 0 #777, -15px 0 #777, -10px 0 #777, -5px 0 #777, 5px 0 #777, 10px 0 #777, 15px 0 #777, 20px 0 #777, 25px 0 #777;
}
/* Effect 4: blur */
.hn-four > li > a {
	padding: 20px 15px 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hn-four:hover > li > a {
	color: transparent !important;
	-webkit-text-shadow: 0 0 2px rgba(255,255,255, 0.5);
	-moz-text-shadow: 0 0 2px rgba(255,255,255, 0.5);
	text-shadow: 0 0 2px rgba(255,255,255, 0.5);
}
.hn-four > li > a:hover, .hn-four > li > a:focus {
	color: #fff !important;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
}

/* Contact Form */

::-webkit-input-placeholder { color: #aaa; }
:-moz-placeholder { color: #aaa; }
::-moz-placeholder { color: #aaa; }
:-ms-input-placeholder { color: #aaa; }

input, textarea, select {
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #666;
	cursor: text;
	resize: none;
	display: block;
	padding: 10px 10px 8px;
	margin: 0;
	width: 100%;
	height: auto;
	line-height: 1.4;
	font-size: 13px;
	font-family: Arial, sans-serif;
	background: #fff;
	border: 2px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
select { cursor: pointer; width: 100%; }

input:focus, textarea:focus, select:focus { color: #151515; }
input[type="submit"] {
	font-weight: bold; background: #333; color: #fff; border: none; display: block;
	padding: 8px 20px 6px; float: left; width: auto;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
	position: absolute; border: none; opacity: 0; cursor: pointer; z-index: 999; padding: 15px; margin: 9px 0 0 -6px; height: 32px;
}
.wpcf7 input[type="checkbox"] + .wpcf7-list-item-label, .wpcf7 input[type=radio] + .wpcf7-list-item-label { width: 100%; }
.wpcf7 input[type=radio] + span:before, .wpcf7 input[type=checkbox] + span:before {
	float: left;
	width: 20px;
	height: 20px;
	padding: 1px;
	text-align: center;
	content: " ";
	background: #fff;
	border: 2px solid #ccc;
	position: relative;
	margin: -5px 5px 15px 0px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	z-index: 1;
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 22px;
	cursor: pointer;
}

.wpcf7 input[type=radio]:checked + span:before, .wpcf7 input[type=radio]:hover:checked + span:before, .wpcf7 input[type=radio]:focus:checked + span:before {
	content: "\f111"; font-size: 6px;
}

.wpcf7-checkbox span.wpcf7-list-item { position: relative; display: inline-block; margin: 0px 15px 0px 10px; }

.wpcf7 input[type=checkbox] + span:before { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.wpcf7 input[type=checkbox]:checked + span:before,
.wpcf7 input[type=checkbox]:hover:checked + span:before,
.wpcf7 input[type=checkbox]:focus:checked + span:before { content: "\f00c"; }

span.vfb-required-asterisk { position: absolute; margin-left: 3px; color: red; }

.vfb-item-submit .ajax-loader { position: absolute; margin: 35px 0 0 10px; }
.wpcf7 form { position: relative; display: table; width: 100%; }
.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
	bottom: 42px;
	border: none !important;
	text-align: left;
	clear: both;
	border-top: 1px solid #eee !important;
	padding: 15px !important;
}
.wpcf7-mail-sent-ok {
	border: none !important;
	color: green !important;
}
.wpcf7-not-valid-tip {
	border: none !important;
	margin-top: 5px !important;
	right: 5px !important;
	z-index: 100 !important;
	color: #fff !important;
	font-size: 10pt !important;
	padding: 7px 10px !important;
	width: auto;
	left: auto !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wpcf7-form p { font-size: 12px; text-transform: uppercase; }

/* Slideshow */

.a-show { position: relative; overflow: auto; }
	.a-show ul { margin: 0; padding: 0; }
	.a-show ul li {
		list-style: none; float: left;
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	.a-show li div { padding: 100px 0 0; color: #fff; }
		.a-show li h2 { font-size: 48px; margin-bottom: 10px; }
		.a-show li h3 { font-size: 32px; }
		.a-show li a { margin-top: 30px; }
		.a-show li .a-right { text-align: right; }
		.a-show li .a-right a { float: right; }
		.a-show li .a-center { text-align: center; }
		.a-show li .a-center a { float: none; display: inline; }
	.a-show .dots {
		position: absolute;
		bottom: 10px;
		width: 100%;
		text-align: center;
	}
	.a-show .dots li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 4px;
		text-indent: -999em;
		border: 2px solid #fff;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		cursor: pointer;
		opacity: .4;
		-webkit-transition: background .5s, opacity .5s;
		-moz-transition: background .5s, opacity .5s;
		transition: background .5s, opacity .5s;
	}
	.a-show .dots .active {
		background: #fff;
		opacity: 1;
	}
	.aftershow { height: 5px; display: none; }

	.a-left .sco { margin-top: 30px; }
	.a-left .sco a { }
	.a-left .sco img { border-radius: 3px; overflow: hidden; height: 60px; width: auto; float: left; margin-right: 10px; opacity: 0.25; }
	.a-left .sco a img { opacity: 1; }

	/* the mobile image */
	.phoneimg { transform: translateY(-90%); z-index: 99; position: absolute; right: 0px; }
	.phoneimg img { max-height: 80vh; width: auto; margin-right: -75px; }

/* ------------------------------------------------------------------------
   MOBILE.CSS
------------------------------------------------------------------------ */

#show-menu {
	padding: 15px;
	background: #252a31;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	position: fixed;
	z-index: 99999;
}
#show-menu.sm-wide {
	width: 100%;
}

.big-wrapper {
	position: relative;
	background: #fff;
	overflow: hidden;
}

.perspective {
	background: #aaa;
	position: relative;
	width: 100%;
	min-height: 100%;
}

.big-container {
	background: #fff;
	min-height: 100%;
	position: relative;
	outline: 1px solid rgba(0,0,0,0);
	z-index: 10;
	-webkit-transform: translateZ(0) translateX(0) rotateY(0deg); /* reset transforms (Chrome bug) */
	transform: translateZ(0) translateX(0) rotateY(0deg);
}


/* Modal View */

.perspective.modalview {
	position: fixed;
	-webkit-perspective: 1500px;
	perspective: 1500px;
}
.modalview .big-container {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.modalview .big-wrapper {
	-webkit-transform: translateZ(-1px);
}
.animate .big-container::after {
	opacity: 1;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/* Outer Nav */

.outer-nav {
	position: absolute;
	height: 100%;
	width: 80%;
	font-size: 2em;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
	opacity: 0;
}
.outer-nav.op100 { opacity: 1; }
.outer-horizontal {
	left: 50%;
	max-width: 1000px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.outer-left { left: 25%; }
.outer-right { left: 30px; overflow-y: auto; padding: 50px 0px; }
.outer-top { top: 25%; }
.outer-bottom { bottom: 25%; }

.outer-nav .menu-main-menu-container { height: 100%; width: 240px; display: table; }
	.outer-nav .menu-main-menu-container .menu { height: auto; display: table-cell; vertical-align: middle; }

/* General Look */
.outer-nav li { list-style: none; margin: 5px 0; font-size: 17px; padding: 5px 0px 5px; }
.outer-nav li a { color: #333; font-size: 17px; padding: 5px 10px; display: table; max-width: 185px; border-bottom: 1px solid #aaa; }
.outer-nav li a:hover { background-color: #333 !important; color: #eee; border-radius: 5px; }

/* Subnavigation */
.showsub { left: -160px !important; }
.showsub2 { left: -520px !important; }
.sm3 { left: 540px !important; }
.outer-nav .sub-menu, .sm3 { border-left: 1px solid #aaa; margin: 20px 10px 10px; }
.outer-nav .sub-menu a { color: #333; font-size: 13px; border: none; }
.outer-nav .showme > .sub-menu, .sm3.showme { opacity: 1; display: block; }
.outer-nav .sub-menu > .backto, .sm3 .backto {
	font-size: 11px;
	background: #fff;
	color: #333;
	padding: 5px 15px 4px;
	margin: 0 0 30px 5px;
	display: table;
	border-radius: 30px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
.outer-nav .menu-item-has-children > a:after {
	content: '\00BB';
	font-weight: bold;
	margin: 0 0 0 8px;
}

/* Effect rot3d */

.perspective {
	background-color: #eee;
	background-image: -webkit-radial-gradient(center center, circle cover, #eee 0%, #aaa 100%);
	background-image: -moz-radial-gradient(center center, circle cover, #eee 0%, #aaa 100%);
	background-image: -ms-radial-gradient(center center, circle cover, #eee 0%, #aaa 100%);
	background-image: -o-radial-gradient(center center, circle cover, #eee 0%, #aaa 100%);
}
.perspective .big-container {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.effect-rot3d.animate .big-container {
	-webkit-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
	transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
}
.no-csstransforms3d .effect-rot3d.animate .big-container { left: 75%; }

/* Effect Move Right */
.effect-moveright.animate .big-container {
	-webkit-transform: translateX(85%);
	transform: translateX(85%);
}
.no-csstransforms3d .effect-moveright.animate .big-container { left: 75%; }

/* Effect Small Right */
.effect-smallright.animate .big-container {
	-webkit-transform: translateZ(-300px) translateX(90%);
	transform: translateZ(-300px) translateX(90%);
}
.no-csstransforms3d .effect-smallright.animate .big-container { left: 75%; }



/* Social */

.soc-colors a {
	display: block; background: #fff; color: #aaa; border: 2px solid; border-radius: 50%; text-align: center;
	width: 75px; height: 75px; line-height: 80px;    
}
.soc-colors a i { font-size: 150%; }
.soc-colors .soc-facebook { background: #507cbe; color: #fff; border: 2px solid #507cbe; }
	.soc-colors .soc-facebook:hover { color: #507cbe; background: transparent; border: 2px solid #507cbe; }
.soc-colors .soc-twitter { background: #54abf4; color: #fff; border: 2px solid #54abf4; }
	.soc-colors .soc-twitter:hover { color: #54abf4; background: transparent; border: 2px solid #54abf4; }
.soc-colors .soc-youtube { background: #e02c1c; color: #fff; border: 2px solid #e02c1c; }
	.soc-colors .soc-youtube:hover { color: #e02c1c; background: transparent; border: 2px solid #e02c1c; }
.soc-colors .soc-linkedin { background: #1683bb; color: #fff; border: 2px solid #1683bb; }
	.soc-colors .soc-linkedin:hover { color: #1683bb; background: transparent; border: 2px solid #1683bb; }
.soc-colors .soc-pinterest-square { background: #ca231f; border: 2px solid #ca231f; }
	.soc-colors .soc-pinterest-square:hover { color: #ca231f; background: transparent; border: 2px solid #ca231f; }
.soc-colors .soc-google-plus { background: #dc4c30; color: #fff; border: 2px solid #dc4c30; }
	.soc-colors .soc-google-plus:hover { color: #dc4c30; background: transparent; border: 2px solid #dc4c30; }
.soc-colors .soc-flickr { background: #ef0787; color: #fff; border: 2px solid #ef0787; }
	.soc-colors .soc-flickr:hover { color: #ef0787; background: transparent; border: 2px solid #ef0787; }
.soc-colors .soc-instagram { background: #34628d; color: #fff; border: 2px solid #34628d; }
	.soc-colors .soc-instagram:hover { color: #34628d; background: transparent; border: 2px solid #34628d; }
.soc-colors .soc-skype { background: #15b3f2; color: #fff; border: 2px solid #15b3f2; }
	.soc-colors .soc-skype:hover { color: #15b3f2; background: transparent; border: 2px solid #15b3f2; }
.soc-colors .soc-vimeo-square { background: #1db7ef; color: #fff; border: 2px solid #1db7ef; }
	.soc-colors .soc-vimeo-square:hover { color: #1db7ef; background: transparent; border: 2px solid #1db7ef; }





.lpost-classic .lpost-date { display: none !important; }

/* RESPONSIVE MOBILE NAVIGATION */

/* 240 > 500 >750 >980 > 1220 > 1400 */

@media screen and (max-width: 980px) and (min-width: 750px) {
	.outer-top { top: 15%; }
	.outer-bottom { bottom: 15%; }
}
@media screen and (max-width: 750px) and (min-width: 500px) {
	.outer-top { top: 5%; }
	.outer-bottom { bottom: 5%; }
	.outer-horizontal { font-size: 18px; }
	.outer-horizontal a { display: block; text-align: left; }
	.outer-nav .sub-menu { width: 320px; }
}
/* mobile size */
@media screen and (max-width: 500px) {
	.outer-horizontal, .outer-vertical { font-size: 15px; }
	.outer-nav .sub-menu { padding-left: 20px; }
	.outer-nav a { padding: 10px 15px; }
	header { padding: 15px 30px 45px; height: auto !important; display: block; width: 100%; position: relative; }
		.logo { margin: 25px auto 0px; display: table; width: auto; position: relative; }
	.a-show, .owl-wrapper-outer, .owl-wrapper, .owl-item, .item { height: 360px !important; }
	body .owl-item img { height: 360px !important; width: auto !important; }
	.owl-item .a-left { width: 100% !important; }
	html body .owl-item .item > div { top: 60% !important; }
	.owl-item h2 { font-size: 15px !important; font-weight: bold; padding: 15px !important; }
	.owl-item h4 { font-size: 13px !important; margin: 0px !important; padding: 0px 50px 0px; }
	
	.intro .container { margin-top: -15px !important; }
	.intro .col-md-8 { padding: 30px; }
	.moreinfo input { float: none; margin: 10px 0px; max-width: 100%; }
	.lastone .col-md-4 { margin: -31px 0px 45px 0px; }

	.bigimage h1 { font-size: 27px; letter-spacing: 0px; text-align: center; width: 100%; max-width: 100%; padding: 35px 20px 0px; }
	.bigimage * { font-size: 13px; }
	.bigimage + .my-page { padding: 0px 50px; }

	.wp-caption, .gallery-item { margin: 0px 0px -3px 0px !important; display: block; width: 50% !important; height: auto; overflow: hidden; }
	.gallery img { display: block; width: 100%; height: auto; }
	.gallery-item  a { width: 100%; height: 150px; }
	.gallery-item + br { display: none; }

	.category-layout, .my-page { padding: 0px 45px; }
	.multicols { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; padding: 30px; }

	.row-footer .row.f1 .col-md-6 { display: table; width: 100%; text-align: center; }
	.row-footer ul { margin: 60px 0px 0px; }
		.row-footer li { float: none; }
	.row-footer .f-social { text-align: center; padding: 30px; }
}
/* really small */
@media screen and (max-width: 240px) {}
