/*
Theme Name:         Innovation
Theme URI:          http://themes.g5plus.net/innovation/
Description:        Innovation theme framework is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="http://www.g5plus.net">Visit site</a>
Version:            1.1.7
Author:             g5plus
Author URI:         http://g5plus.net/
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-framework
Domain Path: 		/languages/
*/
/**
 * Table of Contents:
 *
 * 1.0 - Core
 * 2.0 - Animate
 * 3.0 - Template
 * 4.0 - Header
 * 5.0 - Footer
 * 6.0 - Widget
 * 7.0 - Blog
 * 8.0 - Woocommerce
 * 9.0 - ShortCode
 *   9.1 - Button
 *   9.2 - Call To Action
 *   9.3 - CountDown
 *   9.4 - Feature
 *   9.5 - Heading
 *   9.6 - Icon Box
 *   9.7 - OurTeam
 *   9.8 - Portfolio
 *   9.9 - Post
 *   9.10 - Product
 *   9.11 - Services
 *   9.12 - Testimonial
 *   9.13 - Vc Extend
 * ----------------------------------------------------------------------------
 */
/*
@top_drawer_bg_color:		#2f2f2f;
@top_drawer_text_color:	    #c5c5c5;
@top_bar_bg_color:		rgba(51,51,51,1);
@top_bar_text_color:		#c5c5c5;
@primary_color:			#e8aa00;
@secondary_color:			#ffffff;
@text_color:				#888888;
@bold_color:				#373636;
@heading_color:             #1e1e1e;
@footer_bg_color:			#2F2F2F;
@footer_text_color:		#afafaf;
@footer_heading_text_color:#FFFFFF;
@bottom_bar_bg_color:		#292929;
@bottom_bar_text_color:	#828282;
@link_color:				#e8aa00;
@link_color_hover:		#e8aa00;
@link_color_active:		#e8aa00;
@menu_font:				'Montserrat';
@other_font:				'Georgia';
@page_title_text_color:	#FFFFFF;
@page_title_bg_color:		#FFFFFF;
@page_sub_title_text_color:	#c9c9c9;
@page_title_overlay_color:	#000000;
@page_title_overlay_opacity:	0.5;
@logo_max_height:	76px;
@logo_padding:	10px;
@menu_text_color:	#191919;
@menu_sub_bg_color:	#ffffff;
@menu_sub_text_color:	#888;
@theme_url:"http://localhost/innovation/wp-content/themes/innovation/";*/
/**
 * 1.0 - Core
 * ----------------------------------------------------------------------------
 */
.post-navigation {
	padding  : 0;
	display  : table;
	width    : 100%;
	position : relative;
}
.post-navigation .nav-links {
	width         : 100%;
	margin        : 0 auto;
	display       : table;
	border-top    : solid 1px #e9e9e9;
	border-bottom : solid 1px #e9e9e9;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
	position           : relative;
	vertical-align     : middle;
	padding            : 15px 0;
	width              : 50%;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition    : all 0.2s ease-out;
	-ms-transition     : all 0.2s ease-out;
	-o-transition      : all 0.2s ease-out;
	transition         : all 0.2s ease-out;
	float              : left;
}
.post-navigation .nav-previous .post-navigation-content,
.post-navigation .nav-next .post-navigation-content {
	margin-left : 30px;
}
.post-navigation .nav-previous:hover .post-navigation-icon,
.post-navigation .nav-next:hover .post-navigation-icon,
.post-navigation .nav-previous:hover .post-navigation-title,
.post-navigation .nav-next:hover .post-navigation-title {
	color : #00519e;
}
.post-navigation .nav-next {
	float      : right;
	text-align : right;
}
.post-navigation .nav-next .post-navigation-content {
	margin-left  : 0;
	margin-right : 30px;
}
.post-navigation .post-navigation-label {
	display        : block;
	font-size      : 0.75em;
	font-weight    : normal;
	text-transform : uppercase;
	margin-bottom  : 5px;
	color          : #444444;
}
.post-navigation .post-navigation-title {
	-ms-word-wrap  : break-word;
	word-wrap      : break-word;
	font-size      : 15px;
	font-weight    : 400;
	text-transform : none;
	color          : #373636;
}
.post-navigation .post-navigation-icon {
	font-size   : 14px;
	line-height : 1em;
	width       : 60px;
	display     : inline-block;
	position    : absolute;
	top         : 50%;
	margin-top  : -7px;
	color       : #444444;
}
.post-navigation .nav-links .nav-next .post-navigation-icon {
	right : 0;
}
/* -----------------------------------------------------------------------------
 * Wordpress Default Style
 * -------------------------------------------------------------------------- */
img {
	max-width : 100%;
	height    : auto;
}
.alignnone {
	margin : 15px 15px 0 0;
}
.aligncenter,
div.aligncenter {
	display : block;
	margin  : 15px auto 15px auto;
}
.alignright {
	float  : right;
	margin : 15px 0 15px 15px;
}
.alignleft {
	float  : left;
	margin : 15px 15px 15px 0;
}
.aligncenter {
	display : block;
	margin  : 15px auto 15px auto;
}
a img.alignright {
	float  : right;
	margin : 15px 0 0 15px;
}
a img.alignnone {
	margin : 15px 15px 0 0;
}
a img.alignleft {
	float  : left;
	margin : 15px 15px 0 0;
}
a img.aligncenter {
	display      : block;
	margin-left  : auto;
	margin-right : auto;
}
.wp-caption {
	background : #fff;
	text-align : center;
	max-width  : 100%;
}
.wp-caption.alignnone {
	margin : 15px 15px 30px 0;
}
.wp-caption.alignleft {
	margin : 15px 15px 30px 0;
}
.wp-caption.alignright {
	margin : 15px 0 30px 15px;
}
.wp-caption img {
	border  : 0 none;
	height  : auto;
	margin  : 0;
	padding : 0;
	width   : auto;
}
.wp-caption p.wp-caption-text {
	font-size   : 0.9em;
	font-style  : italic;
	opacity     : 0.7;
	line-height : 17px;
	margin      : 1em 0 0 0;
	padding     : 0 10%;
}
.wp-post-image {
	height    : auto;
	max-width : 100%;
}
.sticky {
	opacity : 1;
}
.bypostauthor {
	opacity : 1;
}
/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */
.gallery {
	margin-bottom : 20px;
	margin-left   : -4px;
}
.gallery:before {
	content : "";
	display : table;
}
.gallery:after {
	clear   : both;
	content : "";
	display : block;
}
.gallery-item {
	float    : left;
	margin   : 0 4px 4px 0;
	overflow : hidden;
	position : relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display : table;
	margin  : 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align : center;
}
.gallery-columns-4 .gallery-item {
	max-width : 23%;
	max-width : -webkit-calc(21%);
	max-width : calc(21%);
}
.gallery-columns-5 .gallery-item {
	max-width : 19%;
	max-width : -webkit-calc(16%);
	max-width : calc(16%);
}
.gallery-columns-6 .gallery-item {
	max-width : 15%;
	max-width : -webkit-calc(12.7%);
	max-width : calc(12.7%);
}
.gallery-columns-7 .gallery-item {
	max-width : 13%;
	max-width : -webkit-calc(10.28%);
	max-width : calc(10.28%);
}
.gallery-columns-8 .gallery-item {
	max-width : 11%;
	max-width : -webkit-calc(8.5%);
	max-width : calc(8.5%);
}
.gallery-columns-9 .gallery-item {
	max-width : 9%;
	max-width : -webkit-calc(7.1%);
	max-width : calc(7.1%);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right : 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear : left;
}
.gallery-caption {
	background-color   : rgba(0, 0, 0, 0.7);
	box-sizing         : border-box;
	color              : #fff;
	font-size          : 14px;
	line-height        : 1.3;
	margin             : 0;
	max-height         : 50%;
	opacity            : 0;
	padding            : 2px 8px;
	position           : absolute;
	bottom             : 0;
	left               : 0;
	text-align         : left;
	-webkit-transition : opacity 400ms ease;
	-moz-transition    : opacity 400ms ease;
	-ms-transition     : opacity 400ms ease;
	-o-transition      : opacity 400ms ease;
	transition         : opacity 400ms ease;
	width              : 100%;
}
.gallery-caption:before {
	box-shadow : 0 -10px 15px #000000 inset;
	content    : "";
	height     : 100%;
	min-height : 49px;
	position   : absolute;
	left       : 0;
	top        : 0;
	width      : 100%;
}
.gallery-item:hover .gallery-caption {
	opacity : 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display : none;
}
.overflow-hidden {
	overflow : hidden;
}
.g5plus-page-links {
	margin-top : 20px;
	font-size  : 0;
}
.g5plus-page-links-title {
	color        : #373636;
	font-size    : 12px;
	margin-right : 40px;
}
.g5plus-page-link {
	display            : inline-block;
	margin-right       : 4px;
	font-size          : 12px;
	font-weight        : bold;
	color              : #888888;
	padding            : 0;
	width              : 36px;
	height             : 36px;
	text-align         : center;
	line-height        : 36px;
	border             : 1px solid #e9e9e9;
	-webkit-transition : all 0.2s;
	-moz-transition    : all 0.2s;
	-ms-transition     : all 0.2s;
	-o-transition      : all 0.2s;
	transition         : all 0.2s;
}
.g5plus-page-links .g5plus-page-link:hover,
.g5plus-page-links > .g5plus-page-link {
	color            : #fff;
	background-color : #00519e;
	border-color     : #00519e;
}
.filter-blur {
	-webkit-filter : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#gray-scale');
	-moz-filter    : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#gray-scale');
	-o-filter      : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#gray-scale');
	-ms-filter     : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#gray-scale');
	filter         : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#gray-scale');
}
.filter-brightness-dark {
	-webkit-filter : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#brightness-dark');
	-moz-filter    : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#brightness-dark');
	-o-filter      : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#brightness-dark');
	-ms-filter     : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#brightness-dark');
	filter         : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#brightness-dark');
}
.filter-brightness-light {
	-webkit-filter : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#brightness-light');
	-moz-filter    : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#brightness-light');
	-o-filter      : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#brightness-light');
	-ms-filter     : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#brightness-light');
	filter         : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#brightness-light');
}
.filter-blur-overlay {
	-webkit-filter : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#blur-overlay');
	-moz-filter    : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#blur-overlay');
	-o-filter      : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#blur-overlay');
	-ms-filter     : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#blur-overlay');
	filter         : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#blur-overlay');
}
.filter-gray-scale {
	-webkit-filter : grayscale(1);
	-webkit-filter : grayscale(100%);
	-moz-filter    : grayscale(100%);
	filter         : gray;
	filter         : grayscale(100%);
	filter         : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#gray-scale');
}
.filter-gray-scale:hover {
	-webkit-filter : none;
	-moz-filter    : none;
	filter         : none;
}
/**
 * 2.0 - Animate
 * ----------------------------------------------------------------------------
 */
.animated {
	-webkit-animation-duration  : 1s;
	animation-duration          : 1s;
	-webkit-animation-fill-mode : both;
	animation-fill-mode         : both;
}
.animated.infinite {
	-webkit-animation-iteration-count : infinite;
	animation-iteration-count         : infinite;
}
.animated.hinge {
	-webkit-animation-duration : 2s;
	animation-duration         : 2s;
}
.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration : .75s;
	animation-duration         : .75s;
}
.animated.tada {
	-webkit-animation-duration : 0.8s;
	animation-duration         : 0.8s;
}
@-webkit-keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function         : cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity           : 0;
		-webkit-transform : scale3d(0.3, 0.3, 0.3);
		transform         : scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform : scale3d(1.1, 1.1, 1.1);
		transform         : scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform : scale3d(0.9, 0.9, 0.9);
		transform         : scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity           : 1;
		-webkit-transform : scale3d(1.03, 1.03, 1.03);
		transform         : scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform : scale3d(0.97, 0.97, 0.97);
		transform         : scale3d(0.97, 0.97, 0.97);
	}
	100% {
		opacity           : 1;
		-webkit-transform : scale3d(1, 1, 1);
		transform         : scale3d(1, 1, 1);
	}
}
@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function         : cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity           : 0;
		-webkit-transform : scale3d(0.3, 0.3, 0.3);
		transform         : scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform : scale3d(1.1, 1.1, 1.1);
		transform         : scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform : scale3d(0.9, 0.9, 0.9);
		transform         : scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity           : 1;
		-webkit-transform : scale3d(1.03, 1.03, 1.03);
		transform         : scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform : scale3d(0.97, 0.97, 0.97);
		transform         : scale3d(0.97, 0.97, 0.97);
	}
	100% {
		opacity           : 1;
		-webkit-transform : scale3d(1, 1, 1);
		transform         : scale3d(1, 1, 1);
	}
}
.bounceIn {
	-webkit-animation-name : bounceIn;
	animation-name         : bounceIn;
}
@-webkit-keyframes tada {
	0% {
		-webkit-transform : scale3d(1, 1, 1);
		transform         : scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform : scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform         : scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform : scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
		transform         : scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform : scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
		transform         : scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
	}
	100% {
		-webkit-transform : scale3d(1, 1, 1);
		transform         : scale3d(1, 1, 1);
	}
}
@keyframes tada {
	0% {
		-webkit-transform : scale3d(1, 1, 1);
		transform         : scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform : scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform         : scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform         : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform         : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	100% {
		-webkit-transform : scale3d(1, 1, 1);
		transform         : scale3d(1, 1, 1);
	}
}
.tada {
	-webkit-animation-name : tada;
	animation-name         : tada;
}
@-webkit-keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function         : cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity           : 0;
		-webkit-transform : translate3d(0, 3000px, 0);
		transform         : translate3d(0, 3000px, 0);
	}
	60% {
		opacity           : 1;
		-webkit-transform : translate3d(0, -20px, 0);
		transform         : translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform : translate3d(0, 10px, 0);
		transform         : translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform : translate3d(0, -5px, 0);
		transform         : translate3d(0, -5px, 0);
	}
	100% {
		-webkit-transform : translate3d(0, 0, 0);
		transform         : translate3d(0, 0, 0);
	}
}
@keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function         : cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity           : 0;
		-webkit-transform : translate3d(0, 3000px, 0);
		transform         : translate3d(0, 3000px, 0);
	}
	60% {
		opacity           : 1;
		-webkit-transform : translate3d(0, -20px, 0);
		transform         : translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform : translate3d(0, 10px, 0);
		transform         : translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform : translate3d(0, -5px, 0);
		transform         : translate3d(0, -5px, 0);
	}
	100% {
		-webkit-transform : translate3d(0, 0, 0);
		transform         : translate3d(0, 0, 0);
	}
}
.bounceInUp {
	-webkit-animation-name : bounceInUp;
	animation-name         : bounceInUp;
}
/**
 * 3.0 - Template
 * ----------------------------------------------------------------------------
 */
body {
	overflow-x : hidden;
}
img {
	max-width : 100%;
	height    : auto;
}
a,
a:focus,
a:hover {
	outline         : none;
	text-decoration : none;
}
body {
	line-height            : 2;
	color                  : #444444;
	-webkit-font-smoothing : antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height   : 1.2;
	margin-top    : 0;
	margin-bottom : 20px;
	font-weight   : 400;
}
.container {
	max-width : 100%;
}
.container .container,
.has-sidebar .site-content-page-inner .container,
.has-sidebar .site-content-archive-inner .container {
	width   : 100%;
	padding : 0;
}
@media (min-width : 1200px) {
	.container {
		width : 1200px;
	}
}
/*body.boxed {
  background-image: url('assets/images/theme-options/pattern-1.png');
  background-repeat: repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: auto;
}*/
.boxed #wrapper {
	max-width : 1200px;
	margin    : auto;
}
div,
iframe,
img {
	margin  : 0;
	padding : 0;
}
p {
	font-weight   : 400;
	margin        : 0;
	padding       : 0;
	margin-bottom : 20px;
}
::selection {
	background : #00519e;
	color      : #ffffff;
}
a,
a:hover,
a.active {
	color           : inherit;
	text-decoration : none;
	outline         : none;
}
a:hover,
a.active {
	color : #00519e;
}
input,
textarea,
button,
select {
	outline : none;
}
.fixed {
	-webkit-backface-visibility : visible;
	-moz-backface-visibility    : visible;
	-ms-backface-visibility     : visible;
	backface-visibility         : visible;
	-webkit-transform           : translate3d(0, 0, 0);
	transform                   : translate3d(0, 0, 0);
}
/*-------------------------------------
PAGE TITLE
---------------------------------------*/
.page-title-wrap {
	height           : 250px;
	text-align       : center;
	width            : 100%;
	position         : relative;
	color            : #ffffff;
	margin-bottom    : 80px;
	background-color : #ffffff;
}
.page-title-wrap .block-center-inner {
	text-align : center;
}
.page-title-inner {
	vertical-align : middle;
	position       : relative;
	z-index        : 1;
}
.page-title-inner h1 {
	font-size      : 48px;
	margin-bottom  : 0;
	font-weight    : bold;
	text-transform : uppercase;
	letter-spacing : 0.1em;
}
.page-title-inner .page-sub-title {
	font-size   : 16px;
	color       : #c9c9c9;
	font-style  : italic;
	margin-top  : 0;
	display     : block;
	font-family : 'Open Sans';
	text-align  : center;
}
.page-title-wrap-bg {
	background-repeat   : no-repeat;
	background-position : center;
	background-size     : cover;
}
.page-title-overlay {
	content          : "";
	width            : 100%;
	height           : 100%;
	left             : 0;
	top              : 0;
	position         : absolute;
	background-color : #000000;
	opacity          : 0.5;
}
.page-title-no-margin-bottom {
	margin-bottom : 0 !important;
}
@media (max-width : 767px) {
	.page-title-inner h1 {
		font-size : 42px;
	}
}
/*-------------------------------------
BREADCRUMB
---------------------------------------*/
ul.breadcrumbs {
	padding         : 0;
	margin          : 0;
	list-style-type : none;
	font-family     : 'Open Sans';
	text-align      : center;
}
ul.breadcrumbs li {
	display   : inline-block;
	font-size : 14px;
}
ul.breadcrumbs li a {
	color : #c9c9c9;
}
ul.breadcrumbs li + li:before {
	content     : "/";
	display     : inline-block;
	font-family : times, serif;
	font-size   : 15px;
	padding     : 0 10px;
}
ul.breadcrumbs li span {
	color : #ffffff;
}
ul.breadcrumbs li a:hover {
	color : #ffffff;
}
/*-------------------------------------
INPUT
---------------------------------------*/
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
	padding            : 0 10px;
	font-size          : 12px;
	color              : #bababa;
	height             : 42px;
	line-height        : 1;
	background-color   : #ffffff;
	border             : 2px solid #e9e9e9;
	text-transform     : uppercase;
	-webkit-transition : all 0.2s;
	-moz-transition    : all 0.2s;
	-ms-transition     : all 0.2s;
	-o-transition      : all 0.2s;
	transition         : all 0.2s;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color : #00519e;
}
input[type="text"] ::-webkit-input-placeholder,
input[type="search"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="url"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder {
	color          : #bababa;
	font-size      : 12px;
	text-transform : uppercase;
}
input[type="text"] :-moz-placeholder,
input[type="search"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="url"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
textarea :-moz-placeholder {
	color          : #bababa;
	font-size      : 12px;
	text-transform : uppercase;
}
input[type="text"] ::-moz-placeholder,
input[type="search"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="url"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
textarea ::-moz-placeholder {
	color          : #bababa;
	font-size      : 12px;
	text-transform : uppercase;
}
input[type="text"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="url"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
textarea :-ms-input-placeholder {
	color          : #bababa;
	font-size      : 12px;
	text-transform : uppercase;
}
textarea {
	height      : auto;
	line-height : 25px;
}
select {
	max-width        : 100%;
	border           : 2px solid #e9e9e9;
	background-color : #fff;
	padding          : 0 10px;
	font-size        : 12px;
	color            : #bababa;
	height           : 42px;
	line-height      : 1;
	/*-webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  background-image: url("assets/images/arrow_down.png");
	  background-repeat: no-repeat;
	  background-position: 98%;
	  background-position: calc(~"100% - 10px");*/
}
.block-center:before {
	content        : "";
	height         : 100%;
	vertical-align : middle;
	display        : inline-block;
}
.block-center {
	height     : 100%;
	width      : 100%;
	text-align : center;
}
.block-center-inner {
	display        : inline-block;
	margin         : 0 auto;
	position       : relative;
	text-align     : left;
	vertical-align : middle;
	max-width      : 95%;
}
.block-center-inner > * {
	margin : auto;
}
/* MODAL SEARCH
/*-------------------------*/
#g5plus-modal-search {
	z-index : 999999;
}
#g5plus-modal-search.modal.in .modal-backdrop.in {
	opacity                     : 0.95;
	height                      : 100%;
	position                    : fixed;
	background                  : #000;
	-webkit-backface-visibility : visible;
	-moz-backface-visibility    : visible;
	-ms-backface-visibility     : visible;
	backface-visibility         : visible;
	-webkit-transform           : translate3d(0, 0, 0);
	transform                   : translate3d(0, 0, 0);
}
#g5plus-modal-search.modal.in .g5plus-modal-dialog {
	-webkit-transform : translate(0, 0);
	-moz-transform    : translate(0, 0);
	-o-transform      : translate(0, 0);
	-ms-transform     : translate(0, 0);
	transform         : translate(0, 0);
}
#g5plus-modal-search .g5plus-modal-dialog {
	-webkit-transform  : translate(0, -50%);
	-moz-transform     : translate(0, -50%);
	-o-transform       : translate(0, -50%);
	-ms-transform      : translate(0, -50%);
	transform          : translate(0, -50%);
	-webkit-transition : all 0.3s ease-in-out;
	-moz-transition    : all 0.3s ease-in-out;
	-ms-transition     : all 0.3s ease-in-out;
	-o-transition      : all 0.3s ease-in-out;
	transition         : all 0.3s ease-in-out;
	height             : auto;
}
#g5plus-modal-search .g5plus-dismiss-modal {
	position  : absolute;
	right     : 15px;
	top       : 15px;
	font-size : 16px;
	color     : #fff;
	z-index   : 1040;
	cursor    : pointer;
}
#g5plus-modal-search .g5plus-dismiss-modal:hover {
	color : #00519e;
}
#g5plus-modal-search .g5plus-modal-search {
	padding : 80px 30px 60px;
}
#g5plus-modal-search .g5plus-modal-search .g5plus-search-wrapper {
	position         : relative;
	width            : 100%;
	font-size        : 24px;
	color            : #fff;
	background-color : transparent;
	border-bottom    : 1px solid rgba(255, 255, 255, 0.7);
	max-width        : 1140px;
	display          : block;
	margin-right     : auto;
	margin-left      : auto;
}
#g5plus-modal-search .g5plus-modal-search .g5plus-search-wrapper:before,
#g5plus-modal-search .g5plus-modal-search .g5plus-search-wrapper:after {
	content : " ";
	display : table;
}
#g5plus-modal-search .g5plus-modal-search .g5plus-search-wrapper:after {
	clear : both;
}
#g5plus-modal-search .g5plus-modal-search input[type="search"] {
	border           : none;
	outline          : none;
	display          : block;
	float            : left;
	width            : 100%;
	padding-right    : 60px;
	padding-left     : 20px;
	background-color : transparent;
	font-size        : 22px;
	color            : #fff;
}
#g5plus-modal-search .g5plus-modal-search button {
	position         : absolute;
	display          : block;
	color            : #000;
	bottom           : 10px;
	right            : 0;
	line-height      : 30px;
	border           : none;
	outline          : none;
	font-size        : 30px;
	background-color : transparent;
}
#g5plus-modal-search .ajax-search-result {
	margin     : auto;
	max-width  : 1140px;
	background : rgba(22, 22, 22, 0.4);
	max-height : 356px;
	overflow-y : auto;
	position   : relative;
}
#g5plus-modal-search .ajax-search-result > ul {
	list-style : none;
	padding    : 15px;
	position   : relative;
}
#g5plus-modal-search .ajax-search-result li {
	padding   : 5px 5px;
	color     : #fff;
	font-size : 16px;
}
#g5plus-modal-search .ajax-search-result li.search-view-more {
	font-size  : 14px;
	font-style : italic;
}
#g5plus-modal-search .ajax-search-result li.search-view-more a {
	text-decoration : underline;
}
#g5plus-modal-search .ajax-search-result li span {
	display      : inline-block;
	padding-left : 15px;
	color        : #777;
	font-style   : italic;
}
#g5plus-modal-search .ajax-search-result li.selected a,
#g5plus-modal-search .ajax-search-result li a:hover {
	color : #00519e;
}
#g5plus-modal-search i.ajax-search-icon {
	color : #fff;
}
#g5plus-modal-search i.ajax-search-icon.icon-search:before {
	font-family : 'FontAwesome';
	content     : '\f002';
	display     : inline-block;
	font-style  : normal;
	font-size   : 22px;
}
.error404 section.page-title-wrap {
	margin-bottom : 0;
}
.error404 .page-title-inner {
	font-size : 32px;
}
.page404 {
	padding-top    : 80px;
	padding-bottom : 100px;
}
.page404 h2 {
	text-align  : center;
	font-size   : 200px;
	font-weight : 600;
	color       : #00519e;
	line-height : 1;
}
.page404 h4.description {
	text-align     : center;
	font-size      : 14px;
	text-transform : uppercase;
	color          : #222;
	font-weight    : 600;
}
.page404 div.return {
	text-align  : center;
	font-size   : 13px;
	line-height : 1px;
}
.gotop {
	position                    : fixed;
	-webkit-backface-visibility : visible;
	-moz-backface-visibility    : visible;
	-ms-backface-visibility     : visible;
	backface-visibility         : visible;
	-webkit-transform           : translate3d(0, 0, 0);
	transform                   : translate3d(0, 0, 0);
	bottom                      : 10px;
	right                       : 10px;
	width                       : 44px;
	height                      : 44px;
	line-height                 : 44px;
	text-align                  : center;
	z-index                     : 2;
	-webkit-transform           : translateX(100px);
	-moz-transform              : translateX(100px);
	-ms-transform               : translateX(100px);
	-o-transform                : translateX(100px);
	transform                   : translateX(100px);
	-webkit-transition          : all 0.2s ease-out;
	-moz-transition             : all 0.2s ease-out;
	-ms-transition              : all 0.2s ease-out;
	-o-transition               : all 0.2s ease-out;
	transition                  : all 0.2s ease-out;
	border                      : 2px solid #1e1e1e;
	color                       : #1e1e1e;
	background-color            : #f5f5f5;
}
.gotop i {
	font-size : 22px;
}
.gotop:hover {
	text-decoration : none;
	color           : #1e1e1e;
}
.gotop.in {
	-webkit-transform : translateX(0px);
	-moz-transform    : translateX(0px);
	-ms-transform     : translateX(0px);
	-o-transform      : translateX(0px);
	transform         : translateX(0px);
}
.ps-container > .ps-scrollbar-y-rail,
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	width : 5px;
}
#wrapper-content {
	background-color : #fff;
	z-index          : 1;
	position         : relative;
}
#site-loading {
	height     : 100%;
	width      : 100%;
	position   : fixed;
	z-index    : 1001;
	margin-top : 0;
	top        : 0;
}
.site-loading-center {
	width    : 100%;
	height   : 100%;
	position : relative;
}
.wpb_map_wraper iframe {
	display        : block;
	-webkit-filter : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#brightness-dark');
	-moz-filter    : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#brightness-dark');
	-o-filter      : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#brightness-dark');
	-ms-filter     : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#brightness-dark');
	filter         : url('http://uni-oldenburg.webseiten.cc/wp-content/themes/innovation/assets/css/filter.svg#brightness-dark');
	pointer-events : none;
}
.wpb_gmaps_widget .wpb_wrapper {
	padding : 0;
}
/*----------------------------------
Custom Revolution slider
-----------------------------------*/
.tparrows.preview1 {
	width : 34px;
}
.tparrows.preview1:after {
	width       : 34px;
	font-size   : 26px;
	font-family : "fontawesome";
	background  : rgba(0, 0, 0, 0.4);
}
.tp-leftarrow.preview1:after {
	content : "\f104";
}
.tp-rightarrow.preview1:after {
	content : "\f105";
}
.tparrows.preview1:hover .tp-arr-iwrapper {
	opacity : 0;
}
.tparrows.preview1:hover:after {
	color            : #fff;
	background-color : #00519e;
}
/**
 * 4.0 - Header
 * ----------------------------------------------------------------------------
 */
.top-bar {
	background-color : #f5f5f5;
	color            : #333333;
	position         : relative;
	z-index          : 998;
}
.top-bar ul.top-bar-info {
	list-style : none;
	padding    : 0;
	margin     : 0;
	font-size  : 0;
}
.top-bar ul.top-bar-info li {
	display        : inline-block;
	line-height    : 50px;
	vertical-align : middle;
	padding-left   : 20px;
	padding-right  : 20px;
	border-right   : solid 1px #ffffff;
	font-size      : 11px;
	font-weight    : 600;
}
.top-bar ul.top-bar-info li:first-child {
	border-left : solid 1px #ffffff;
}
.top-bar ul.top-bar-info i.fa {
	color          : #00519e;
	font-size      : 14px;
	padding-right  : 12px;
	vertical-align : middle;
}
.top-bar .sidebar {
	color : #333333;
}
.top-bar .sidebar h4.widget-title {
	color : #333333;
}
.top-bar .sidebar #wp-calendar caption,
.top-bar .sidebar #wp-calendar thead th {
	color : #333333;
}
.top-bar .sidebar .widget-social-profile {
	line-height : 50px;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu {
	overflow : visible;
	border   : none;
	margin   : 0;
	padding  : 0;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu li {
	display  : inline-block;
	position : relative;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu li:before {
	display : none;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu li:hover > ul {
	display : block;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu > li {
	line-height : 50px;
	padding     : 0;
	margin      : 0;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu > li + li {
	margin-left : 20px;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu > li ul {
	display          : none;
	border-top       : solid 1px #ffffff;
	position         : absolute;
	z-index          : 999;
	left             : 0;
	top              : 100%;
	background-color : #f5f5f5;
	color            : #333333;
	text-align       : left;
	margin           : 0;
	padding          : 0 15px;
	min-width        : 150px;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu > li ul li {
	display     : block;
	line-height : 26px;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu > li ul li + li {
	border-top : solid 1px #ffffff;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu > li ul ul {
	left : 100%;
	top  : 0;
}
.top-bar .top-bar-left {
	text-align : left;
}
.top-bar .top-bar-right {
	text-align : right;
}
.top-bar .top-bar-right.sidebar .widget_nav_menu > div > ul.menu ul ul {
	left  : auto;
	right : 100%;
}
body.header-2 .top-bar {
	position         : absolute;
	left             : 0;
	right            : 0;
	background-color : transparent;
	color            : #c5c5c5;
}
body.header-2 .top-bar ul.top-bar-info li:first-child {
	padding-left : 0;
}
@media screen and (max-width : 991px) {
	.top-bar {
		position   : relative;
		z-index    : 998;
		background : #333333;
		color      : #c5c5c5;
	}
	.top-bar ul.top-bar-info li {
		display : inline;
	}
	.top-bar .top-bar-left,
	.top-bar .top-bar-right {
		text-align : center;
	}
	.top-bar-right.sidebar .widget_nav_menu > div > ul.menu ul ul {
		right : auto;
		left  : 100%;
	}
	body.header-2 .top-bar {
		position : relative;
	}
}
header.main-header {
	background-color : #fff;
	position         : relative;
	z-index          : 997;
}
header.main-header > .menu-wrapper > .container {
	position : relative;
	display  : table;
}
header.main-header .header-left {
	display        : table-cell;
	text-align     : left;
	vertical-align : middle;
}
header.main-header .header-right {
	display        : table-cell;
	text-align     : right;
	vertical-align : middle;
}
header.main-header .header-logo > a > img {
	max-height     : 130px;
	padding-top    : 30px;
	padding-bottom : 30px;
	max-width      : none;
	transition     : all 0.3s ease 0s;
}
header.main-header .header-logo-mobile {
	display : none;
}
header.main-header .header-icon-wrapper {
	display        : inline-block;
	vertical-align : middle;
	margin-left    : 30px;
	font-size      : 14px;
	color          : #191919;
}
header.main-header .header-icon-wrapper .icon-search-menu {
	vertical-align : middle;
	display        : inline-block;
	line-height    : 52px;
}
header.main-header .header-icon-wrapper .icon-search-menu + .shopping-cart-wrapper .widget_shopping_cart_content {
	padding-left : 30px;
}
header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item > a {
	padding            : 39px 0;
	line-height        : 52px;
	-webkit-transition : all 0.3s;
	-moz-transition    : all 0.3s;
	-ms-transition     : all 0.3s;
	-o-transition      : all 0.3s;
	transition         : all 0.3s;
}
header.main-header .menu-wrapper .x-nav-menu {
	position : static;
}
header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu li > a {
	color : #191919;
}
header.main-header .menu-wrapper .x-nav-menu li.current-menu-ancestor > a.x-menu-a-text,
header.main-header .menu-wrapper .x-nav-menu li.current-menu-parent > a.x-menu-a-text,
header.main-header .menu-wrapper .x-nav-menu li.current-menu-item > a.x-menu-a-text,
header.main-header .menu-wrapper .x-nav-menu li.menu-current > a.x-menu-a-text,
header.main-header .menu-wrapper .x-nav-menu li > a.x-menu-a-text:hover,
header.main-header .menu-wrapper .x-nav-menu li:hover > a,
header.main-header .menu-wrapper .x-nav-menu li ul.x-sub-menu li:hover > a {
	color : #00519e;
}
header.main-header .menu-wrapper .x-nav-menu li.current-menu-ancestor > a.x-menu-a-text > b.x-caret:before,
header.main-header .menu-wrapper .x-nav-menu li.current-menu-parent > a.x-menu-a-text > b.x-caret:before,
header.main-header .menu-wrapper .x-nav-menu li.current-menu-item > a.x-menu-a-text > b.x-caret:before,
header.main-header .menu-wrapper .x-nav-menu li.menu-current > a.x-menu-a-text > b.x-caret:before,
header.main-header .menu-wrapper .x-nav-menu li > a.x-menu-a-text:hover > b.x-caret:before,
header.main-header .menu-wrapper .x-nav-menu li:hover > a > b.x-caret:before,
header.main-header .menu-wrapper .x-nav-menu li ul.x-sub-menu li:hover > a > b.x-caret:before {
	color : #00519e;
}
header.main-header .menu-wrapper .x-nav-menu li.x-header-column > a.x-menu-a-text,
header.main-header .menu-wrapper .x-nav-menu li.x-header-column:hover > a.x-menu-a-text {
	color : #191919;
}
header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu {
	border-color : #00519e;
}
header.main-header .menu-wrapper .x-nav-menu > li > a {
	color : #191919;
}
header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item > a > b.x-caret:before {
	color : #191919;
}
header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu.x-sub-menu-multi-column li {
	min-width     : 170px;
	padding-right : 10px;
}
header.header-2 {
	position         : absolute;
	background-color : transparent;
	left             : 0;
	right            : 0;
}
header.header-2 .header-icon-wrapper {
	color : #fff;
}
header.header-2 .menu-wrapper .x-nav-menu > li > a {
	color : #fff;
}
header.header-2 .menu-wrapper .x-nav-menu > li.x-menu-item > a > b.x-caret:before {
	color : #fff;
}
body.header-2 .sticky-wrapper {
	position : absolute;
	left     : 0;
	right    : 0;
	height   : auto !important;
}
body.header-2 .top-bar + #header-sticky-wrapper,
body.header-2 .top-bar + header.main-header {
	margin-top : 50px;
}
body.header-2 .top-bar ul.top-bar-info li {
	border : none;
}
header.header-3 {
	padding-bottom : 29px;
}
header.header-3 > .container {
	display : table;
}
header.header-3 .header-left {
	height : 130px;
}
header.header-3 .sticky-wrapper {
	position : absolute;
	width    : 100%;
}
header.header-3 .sticky-wrapper .menu-wrapper {
	bottom : auto;
}
header.header-3 .menu-wrapper {
	position : absolute;
	bottom   : -29px;
	left     : 0;
	right    : 0;
}
header.header-3 .menu-wrapper .menu-main-inner {
	background-color : #00519e;
	display          : table;
	width            : 100%;
}
header.header-3 .menu-wrapper .x-nav-menu {
	display        : table-cell;
	vertical-align : middle;
}
header.header-3 .menu-wrapper .x-nav-menu > li.x-menu-item > a {
	color   : #fff;
	padding : 3px 30px;
}
header.header-3 .menu-wrapper .x-nav-menu > li.x-menu-item > a > b.x-caret:before {
	color : #fff;
}
header.header-3 .menu-wrapper .x-nav-menu > li.x-menu-item > ul.x-sub-menu {
	border-top : none;
}
header.header-3 .menu-wrapper .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
header.header-3 .menu-wrapper .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
header.header-3 .menu-wrapper .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
header.header-3 .menu-wrapper .x-nav-menu > li.menu-current > a.x-menu-a-text,
header.header-3 .menu-wrapper .x-nav-menu > li.x-menu-item > a.x-menu-a-text:hover,
header.header-3 .menu-wrapper .x-nav-menu > li:hover > a {
	color : #333;
}
header.header-3 .menu-wrapper .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text:before,
header.header-3 .menu-wrapper .x-nav-menu > li.current-menu-parent > a.x-menu-a-text:before,
header.header-3 .menu-wrapper .x-nav-menu > li.current-menu-item > a.x-menu-a-text:before,
header.header-3 .menu-wrapper .x-nav-menu > li.menu-current > a.x-menu-a-text:before,
header.header-3 .menu-wrapper .x-nav-menu > li.x-menu-item > a.x-menu-a-text:hover:before,
header.header-3 .menu-wrapper .x-nav-menu > li:hover > a:before {
	content    : "";
	position   : absolute;
	width      : 100%;
	height     : 3px;
	bottom     : 0;
	left       : 0;
	background : #003f7a;
}
header.header-3 .menu-wrapper .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text > b.x-caret:before,
header.header-3 .menu-wrapper .x-nav-menu > li.current-menu-parent > a.x-menu-a-text > b.x-caret:before,
header.header-3 .menu-wrapper .x-nav-menu > li.current-menu-item > a.x-menu-a-text > b.x-caret:before,
header.header-3 .menu-wrapper .x-nav-menu > li.menu-current > a.x-menu-a-text > b.x-caret:before,
header.header-3 .menu-wrapper .x-nav-menu > li.x-menu-item > a.x-menu-a-text:hover > b.x-caret:before,
header.header-3 .menu-wrapper .x-nav-menu > li:hover > a > b.x-caret:before {
	color : #333;
}
header.header-3 .menu-wrapper .x-nav-menu > li.x-menu-item {
	margin-left  : 0;
	margin-right : 0;
	border-right : solid 1px #0059ad;
}
header.header-3 .header-icon-wrapper {
	display        : table-cell;
	text-align     : right;
	vertical-align : middle;
	padding-right  : 40px;
	color          : #fff;
}
header.header-3 .header-icon-wrapper .icon-search-menu:hover {
	color : #333;
}
header.header-3 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.fa-shopping-cart + span {
	background-color : #333;
}
header.header-3 ul.header-3-info {
	list-style     : none;
	margin         : 0;
	vertical-align : middle;
	padding        : 0;
	display        : block;
}
header.header-3 ul.header-3-info li {
	display        : inline-block;
	vertical-align : middle;
	text-align     : left;
}
header.header-3 ul.header-3-info li .info-left {
	width          : 46px;
	height         : 46px;
	display        : inline-block;
	margin-right   : 10px;
	text-align     : center;
	line-height    : 46px;
	border         : solid 2px #eee;
	font-size      : 20px;
	color          : #00519e;
	vertical-align : middle;
}
header.header-3 ul.header-3-info li .info-right {
	display        : inline-block;
	vertical-align : middle;
}
header.header-3 ul.header-3-info li .info-right > span {
	display : block;
}
header.header-3 ul.header-3-info li .info-right span.info-label {
	font-weight    : 600;
	color          : #191919;
	font-size      : 13px;
	letter-spacing : 0.025em;
}
header.header-3 ul.header-3-info li .info-right span.info-description {
	font-weight    : 400;
	color          : #444444;
	letter-spacing : 0.01em;
	font-size      : 12px;
}
header.header-3 ul.header-3-info li + li {
	margin-left : 50px;
}
header.header-4 > .container {
	display : table;
}
header.header-4 .header-left {
	height : 130px;
}
header.header-4 .sticky-wrapper {
	width : 100%;
}
header.header-4 .sticky-wrapper .menu-wrapper {
	width : 100%;
}
header.header-4 .sticky-wrapper.is-sticky .menu-wrapper {
	-webkit-backface-visibility : visible;
	-moz-backface-visibility    : visible;
	-ms-backface-visibility     : visible;
	backface-visibility         : visible;
	-webkit-transform           : translate3d(0, 0, 0);
	transform                   : translate3d(0, 0, 0);
	border-bottom               : solid 1px #eee;
}
header.header-4 .menu-wrapper {
	background-color : #fff;
	border-top       : solid 1px #eee;
}
header.header-4 .menu-wrapper .menu-main-inner {
	display  : table;
	width    : 100%;
	position : relative;
}
header.header-4 .menu-wrapper .x-nav-menu {
	display        : table-cell;
	vertical-align : middle;
}
header.header-4 .menu-wrapper .x-nav-menu > li.x-menu-item > a {
	font-weight : 700;
	padding     : 3px 30px;
}
header.header-4 .menu-wrapper .x-nav-menu > li.x-menu-item {
	margin-left  : 0;
	margin-right : 0;
	border-right : solid 1px #eee;
}
header.header-4 .menu-wrapper .x-nav-menu > li.x-menu-item:first-child {
	border-left : solid 1px #eee;
}
header.header-4 .header-icon-wrapper {
	display        : table-cell;
	text-align     : right;
	vertical-align : middle;
	padding-right  : 40px;
}
header.header-4 ul.header-3-info {
	list-style     : none;
	margin         : 0;
	vertical-align : middle;
	padding        : 0;
	display        : block;
}
header.header-4 ul.header-3-info li {
	display        : inline-block;
	vertical-align : middle;
	text-align     : left;
}
header.header-4 ul.header-3-info li .info-left {
	width          : 46px;
	height         : 46px;
	display        : inline-block;
	margin-right   : 10px;
	text-align     : center;
	line-height    : 46px;
	border         : solid 2px #eee;
	font-size      : 20px;
	color          : #00519e;
	vertical-align : middle;
}
header.header-4 ul.header-3-info li .info-right {
	display        : inline-block;
	vertical-align : middle;
}
header.header-4 ul.header-3-info li .info-right > span {
	display : block;
}
header.header-4 ul.header-3-info li .info-right span.info-label {
	font-weight    : 600;
	color          : #191919;
	font-size      : 13px;
	letter-spacing : 0.025em;
}
header.header-4 ul.header-3-info li .info-right span.info-description {
	font-weight    : 400;
	color          : #444444;
	letter-spacing : 0.01em;
	font-size      : 12px;
}
header.header-4 ul.header-3-info li + li {
	margin-left : 50px;
}
@media screen and (min-width : 992px) {
	body.header-5 {
		background-color : #222;
	}
	body.header-5 #wrapper {
		padding-left : 240px;
		max-width    : 992px;
		margin       : auto;
	}
	body.header-5 .top-bar ul.top-bar-info li:first-child {
		border-left : none;
	}
	body.header-5 footer.enable-parallax {
		padding-left : 240px;
		max-width    : 992px;
	}
	body.header-5 .top-bar ul.top-bar-info li {
		padding-left  : 10px;
		padding-right : 10px;
		font-size     : 10px;
		font-weight   : 400;
	}
	header.header-5 {
		position    : fixed;
		width       : 240px;
		left        : 50%;
		margin-left : -496px;
		right       : auto;
		top         : 0;
		z-index     : 999;
	}
	header.header-5 .header-logo {
		display        : block;
		vertical-align : middle;
		height         : 130px;
		padding        : 0 10px;
	}
	header.header-5 .header-logo:before {
		content        : "";
		display        : inline-block;
		height         : 100%;
		vertical-align : middle;
	}
	header.header-5 > .menu-wrapper > .container {
		display : block;
		padding : 0;
	}
	header.header-5 .menu-wrapper {
		position   : relative;
		margin-top : 3px;
	}
	header.header-5 .menu-wrapper:before {
		content    : '';
		position   : absolute;
		bottom     : 100%;
		border-top : solid 3px #eee;
		width      : 41px;
		left       : 25px;
	}
	header.header-5 .menu-wrapper .x-nav-menu {
		display : block;
		padding : 15px 0;
	}
	header.header-5 .menu-wrapper .x-nav-menu > li.x-menu-item {
		display : block;
	}
	header.header-5 .menu-wrapper .x-nav-menu > li.x-menu-item > a {
		padding     : 0 25px;
		line-height : 48px;
		display     : block;
	}
	header.header-5 .menu-wrapper .x-nav-menu > li.x-menu-item > a b.x-caret {
		float : right;
	}
	header.header-5 .menu-wrapper .x-nav-menu > li.x-menu-item > a b.x-caret:before {
		-webkit-transform : rotate(0);
		-moz-transform    : rotate(0);
		-ms-transform     : rotate(0);
		-o-transform      : rotate(0);
		transform         : rotate(0);
	}
	header.header-5 .menu-wrapper .x-nav-menu > li.x-menu-item > ul.x-sub-menu {
		left       : 100%;
		right      : auto;
		top        : auto;
		bottom     : auto;
		margin-top : -48px;
	}
	header.header-5 .menu-wrapper .x-nav-menu > li.x-menu-item + li {
		margin-left : 0;
	}
	header.header-5 .menu-wrapper .x-nav-menu li > ul.x-sub-menu {
		left   : 100%;
		right  : auto;
		top    : 0;
		bottom : auto;
	}
	header.header-5 .menu-wrapper .x-nav-menu li > ul.x-sub-menu.x-sub-menu-multi-column {
		min-width : 750px;
	}
	header.header-5 .menu-wrapper .x-nav-menu li.x-menu-item {
		position : relative;
	}
	header.header-5 .header-icon-wrapper {
		position    : relative;
		margin-left : 25px;
		margin-top  : 3px;
		padding     : 25px 0;
	}
	header.header-5 .header-icon-wrapper:before {
		content    : '';
		position   : absolute;
		bottom     : 100%;
		border-top : solid 3px #eee;
		width      : 41px;
		left       : 0;
	}
	header.header-5 .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
		top    : auto;
		bottom : 100%;
		left   : 0;
		right  : auto;
	}
}
@media screen and (min-width : 1200px) {
	body.header-5 #wrapper,
	body.header-5 footer.enable-parallax {
		max-width : 1200px;
	}
	body.header-5 .top-bar ul.top-bar-info li {
		padding-left  : 20px;
		padding-right : 20px;
		font-size     : 11px;
		font-weight   : 600;
	}
	header.header-5 {
		margin-left : -600px;
	}
}
.sticky-wrapper.is-sticky > header.main-header {
	-webkit-backface-visibility : visible;
	-moz-backface-visibility    : visible;
	-ms-backface-visibility     : visible;
	backface-visibility         : visible;
	-webkit-transform           : translate3d(0, 0, 0);
	transform                   : translate3d(0, 0, 0);
	z-index                     : 997;
	left                        : 0;
	right                       : 0;
	-webkit-box-shadow          : 0px 3px 10px -2px #777777;
	-moz-box-shadow             : 0px 3px 10px -2px #777777;
	box-shadow                  : 0px 3px 10px -2px #777777;
}
.sticky-wrapper.is-sticky > header.main-header .header-logo > a > img {
	max-height     : 56px;
	padding-top    : 5px;
	padding-bottom : 5px;
	max-width      : none;
	transition     : all 0.3s ease 0s;
}
.sticky-wrapper.is-sticky > header.main-header .x-nav-menu > li.x-menu-item > a,
.sticky-wrapper.is-sticky > header.main-header ul.main-menu > li.menu-item > a {
	padding : 7px 0px !important;
}
.sticky-wrapper.is-sticky > header.main-header.header-2 {
	-webkit-box-shadow : 0px 3px 10px -2px #333333;
	-moz-box-shadow    : 0px 3px 10px -2px #333333;
	box-shadow         : 0px 3px 10px -2px #333333;
	background-color   : #383B3E;
}
body.boxed .sticky-wrapper.is-sticky > header.main-header {
	max-width : 1200px;
	margin    : auto;
}
@media screen and (max-width : 1184px) {
	.x-nav-menu > li.x-menu-item + li,
	header.main-header .header-icon-wrapper {
		margin-left : 25px;
	}
	header.main-header .header-icon-wrapper .icon-search-menu + .shopping-cart-wrapper .widget_shopping_cart_content {
		padding-left : 25px;
	}
}
@media screen and (max-width : 991px) {
	body.header-2 .top-bar + #header-sticky-wrapper,
	body.header-2 .top-bar + header.main-header {
		margin-top : 0;
	}
	.x-nav-menu > li.x-menu-item + li {
		margin-left : 0;
	}
	header.main-header {
		position         : relative;
		background-color : #fff !important;
	}
	header.main-header .header-icon-wrapper {
		color : #191919;
	}
	header.main-header > .menu-wrapper > .container {
		display : block;
	}
	header.main-header .header-logo {
		display : none;
	}
	header.main-header .header-left {
		display : none;
	}
	header.main-header .header-right {
		text-align : left;
		display    : block;
	}
	header.main-header .header-logo-mobile {
		display    : table;
		position   : absolute;
		left       : 0;
		right      : 0;
		margin     : auto;
		width      : 180px;
		text-align : center;
		height     : 71px;
		top        : 0;
		z-index    : 1;
	}
	header.main-header .header-logo-mobile > a {
		display        : table-cell;
		vertical-align : middle;
	}
	header.main-header .header-logo-mobile > a > img {
		max-height : 51px;
	}
	header.main-header .header-icon-wrapper {
		position  : absolute;
		top       : 13px;
		right     : 15px;
		margin    : auto;
		font-size : 18px;
	}
	header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item > a {
		padding     : 10px 0;
		line-height : 24px;
	}
	header.main-header b.x-caret,
	header.main-header b.x-caret:before {
		color : #191919 !important;
	}
	.sticky-wrapper:not(.is-sticky) {
		height   : auto !important;
		position : relative !important;
	}
	.sticky-wrapper.is-sticky header.main-header ul.x-nav-menu,
	.sticky-wrapper.is-sticky header.main-header ul.main-menu {
		max-height : 450px;
		overflow   : auto;
	}
	.mobile-hide-search,
	.mobile-hide-shopping-cart,
	.mobile-top-bar-hide {
		display : none !important;
	}
	.menu-wrapper {
		position : static !important;
	}
	.menu-main-inner {
		display : block !important;
	}
	header.header-3 {
		padding-bottom : 0;
	}
	header.header-3 .menu-wrapper .x-nav-menu {
		display : none;
	}
	header.header-3 .menu-wrapper .x-nav-menu > li.x-menu-item {
		border-right : none;
	}
	header.header-3 .menu-wrapper .x-nav-menu > li.x-menu-item > a:before {
		display : none;
	}
	header.header-3 .header-icon-wrapper .icon-search-menu:hover {
		color : #00519e;
	}
	header.header-3 .header-right {
		display : none;
	}
	header.header-4 .menu-wrapper .x-nav-menu {
		display : none;
	}
	header.header-4 .menu-wrapper .x-nav-menu > li.x-menu-item {
		border-right : none;
	}
	header.header-4 .menu-wrapper .x-nav-menu > li.x-menu-item > a:before {
		display : none;
	}
	header.header-4 .header-icon-wrapper {
		padding-right : 15px;
	}
	header.header-4 .header-right {
		display : none;
	}
}
.shopping-cart-wrapper {
	padding        : 0;
	margin         : 0;
	display        : inline-block;
	vertical-align : middle;
	text-align     : right;
	position       : relative;
}
.shopping-cart-wrapper .widget_shopping_cart_content {
	display    : inline-block;
	text-align : left;
}
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon {
	position : relative;
	display  : inline-block;
}
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.fa-shopping-cart {
	cursor      : pointer;
	line-height : 52px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.fa-shopping-cart + span {
	position              : absolute;
	width                 : 16px;
	height                : 16px;
	-webkit-border-radius : 100%;
	-moz-border-radius    : 100%;
	border-radius         : 100%;
	background            : #00519e;
	font-weight           : normal;
	color                 : #fff;
	font-size             : 10px;
	top                   : 8px;
	right                 : -12px;
	text-align            : center;
	line-height           : 16px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
	display            : none;
	position           : absolute;
	top                : 100%;
	right              : 0;
	left               : auto;
	z-index            : 9998;
	min-width          : 280px;
	background         : #fff;
	border-top         : solid 2px #00519e;
	-webkit-box-shadow : 0px 3px 10px -2px #777777;
	-moz-box-shadow    : 0px 3px 10px -2px #777777;
	box-shadow         : 0px 3px 10px -2px #777777;
	padding            : 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper .cart-total {
	padding    : 20px;
	border-top : solid 1px #e9e9e9;
	position   : relative;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty {
	padding    : 20px;
	text-align : center;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty h4 {
	text-transform : uppercase;
	color          : #373636;
	padding        : 0 0 15px;
	margin         : 0;
	font-size      : 16px;
	word-spacing   : 0.2em;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty p {
	color   : #444444;
	padding : 0;
	margin  : 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li {
	padding  : 20px;
	margin   : 0;
	position : relative;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li + li {
	border-top : solid 1px #e9e9e9;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left {
	float        : left;
	overflow     : hidden;
	margin-right : 10px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left > a > img {
	height        : auto;
	width         : 70px;
	float         : left;
	padding-right : 10px;
	margin        : 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right {
	overflow : hidden;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a {
	text-transform : uppercase;
	word-spacing   : 0.2em;
	color          : #373636;
	font-size      : 12px;
	display        : block;
	padding-right  : 15px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a:hover {
	color : #00519e;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > span.quantity {
	font-size : 12px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > span.quantity .amount {
	color : #00519e;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a.mini-cart-remove {
	position      : absolute;
	right         : 20px;
	top           : 20px;
	padding-right : 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li:after {
	content : "";
	display : block;
	clear   : both;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total {
	padding     : 10px 0;
	font-size   : 13px;
	font-weight : bold;
	margin      : 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total strong {
	text-transform : uppercase;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total > span.amount {
	color : #00519e;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons {
	text-align : center;
	position   : absolute;
	bottom     : 25px;
	right      : 20px;
	margin     : 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
	color         : #1a3a4b;
	border        : solid 2px #1E1E1E;
	background    : #fff;
	border-radius : 0;
	line-height   : 20px;
	padding       : 5px 15px;
	font-size     : 14px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button:hover {
	background-color : #00519e;
	border-color     : #00519e;
	color            : #fff;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons.both-buttons {
	position : static;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl {
	border  : none;
	margin  : 0;
	padding : 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dt {
	float       : left;
	margin      : 0 10px 0 0;
	padding     : 0;
	line-height : 25px;
	clear       : none;
	font-size   : 11px;
	font-weight : 400;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dd {
	padding     : 0;
	line-height : 25px;
	display     : block;
	float       : none;
	margin      : 0;
	font-size   : 11px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl p {
	margin  : 0;
	padding : 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list,
.shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget {
	position   : relative;
	margin     : 0;
	padding    : 0;
	list-style : none;
}
.shopping-cart-wrapper .widget_shopping_cart_content:hover .cart_list_wrapper {
	display : block;
}
.page-template-coming-soon #top-drawer-area {
	display : none;
}
#top-drawer-area {
	position : relative;
	z-index  : 999;
}
#top-drawer-bar {
	background-color : #2f2f2f;
	color            : #c5c5c5;
	height           : auto;
	overflow         : hidden;
	padding          : 35px 10px;
	z-index          : 3;
}
#top-drawer-bar .sidebar {
	color : #c5c5c5;
}
#top-drawer-bar .sidebar h4.widget-title {
	color : #c5c5c5;
}
#top-drawer-bar .sidebar .widget-posts-wrap .widget-posts-title {
	color : #c5c5c5;
}
#top-drawer-bar .sidebar #wp-calendar caption,
#top-drawer-bar .sidebar #wp-calendar thead th {
	color : #c5c5c5;
}
#top-drawer-bar .sidebar .widget-social-profile {
	line-height : 50px;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu {
	overflow : visible;
	border   : none;
	margin   : 0;
	padding  : 0;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu li {
	display  : inline-block;
	position : relative;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu li:before {
	display : none;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu li:hover > ul {
	display : block;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li {
	line-height : 50px;
	padding     : 0;
	margin      : 0;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li + li {
	margin-left : 20px;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li ul {
	display          : none;
	border-top       : solid 1px #444444;
	position         : absolute;
	z-index          : 999;
	left             : 0;
	top              : 100%;
	background-color : #2f2f2f;
	color            : #c5c5c5;
	text-align       : left;
	margin           : 0;
	padding          : 0 15px;
	min-width        : 150px;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li ul li {
	display     : block;
	line-height : 26px;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li ul li + li {
	border-top : solid 1px #444444;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li ul ul {
	left : 100%;
	top  : 0;
}
#top-drawer-bar .sidebar .innovation-contact-info span i {
	color : #FFFFFF;
}
#top-drawer-bar .sidebar ul.product_list_widget li a {
	color : #FFFFFF;
}
.top-drawer-toggle {
	border-left : 35px solid transparent;
	border-top  : 35px solid #00519e;
	position    : absolute;
	right       : 0;
	top         : 0;
}
.top-drawer-toggle:after {
	color       : #FFFFFF;
	content     : "\f067";
	display     : block;
	font-family : fontawesome;
	font-size   : 13px;
	left        : -14px;
	position    : absolute;
	text-shadow : none;
	top         : -35px;
}
.top-drawer-toggle.open:after {
	content : "\f068";
}
.top-drawer-show {
	display : block;
}
.top-drawer-hide {
	display : none;
}
#top-drawer-area .g5plus-col-3,
#top-drawer-area .g5plus-col-4,
#top-drawer-area .g5plus-col-6,
#top-drawer-area .g5plus-col-8,
#top-drawer-area .g5plus-col-12 {
	float              : left;
	min-height         : 1px;
	padding-left       : 15px;
	padding-right      : 15px;
	position           : relative;
	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	box-sizing         : border-box;
}
#top-drawer-area .g5plus-col-3 {
	width : 25%;
}
#top-drawer-area .g5plus-col-4 {
	width : 33.33333333%;
}
#top-drawer-area .g5plus-col-6 {
	width : 50%;
}
#top-drawer-area .g5plus-col-8 {
	width : 66.66666667%;
}
#top-drawer-area .g5plus-col-12 {
	width : 100%;
}
/**
 * 5.0 - Footer
 * ----------------------------------------------------------------------------
 */
footer .main-footer {
	padding-top    : 65px;
	padding-bottom : 70px;
}
footer .main-footer .subscribe {
	position    : relative;
	padding-top : 48px;
}
footer .main-footer .subscribe .mc4wp-form {
	margin-top : 2px;
}
footer .main-footer .subscribe label {
	display : none;
}
footer .main-footer .subscribe i {
	position : absolute;
	top      : 62px;
	left     : 14px;
}
footer .main-footer .subscribe #mc4wp_email {
	width                 : 100%;
	border-radius         : 4px;
	-webkit-border-radius : 4px;
	-moz-border-radius    : 4px;
	padding-left          : 30px;
	text-transform        : none;
	background-color      : #363636;
	border-color          : #3f3f3f;
	height                : 38px;
}
footer .main-footer .subscribe input[type='submit'] {
	border           : none;
	width            : 118px;
	color            : #fff;
	border-radius    : 5px;
	padding-top      : 4px;
	padding-bottom   : 4px;
	background-color : #00519e;
}
footer .main-footer .subscribe input[type='submit']:hover {
	background-color : #3f3f3f;
}
footer .main-footer h4 {
	font-size      : 13px;
	letter-spacing : 1px;
	padding-top    : 10px;
	margin-bottom  : 0px;
	color          : #fff;
}
footer .main-footer .widget_nav_menu ul.menu {
	list-style   : none;
	padding-left : 0;
	padding-top  : 36px;
	display      : inline-block;
	width        : 100%;
}
footer .main-footer .widget_nav_menu ul.menu li {
	display            : inline-block;
	min-width          : 50%;
	float              : left;
	line-height        : 1;
	padding-top        : 12px;
	padding-bottom     : 12px;
	border-bottom      : dotted 1px;
	-webkit-transition : padding-left 0.3s;
	-moz-transition    : padding-left 0.3s;
	-ms-transition     : padding-left 0.3s;
	-o-transition      : padding-left 0.3s;
	transition         : padding-left 0.3s;
}
footer .main-footer .widget_nav_menu ul.menu li a {
	font-size    : 13px;
	padding-left : 10px;
}
footer .main-footer .widget_nav_menu ul.menu li:before {
	content     : "\f101";
	font-family : FontAwesome;
}
footer .main-footer .widget_nav_menu ul.menu li:hover {
	color        : #00519e;
	padding-left : 5px;
}
footer .main-footer .widget_nav_menu ul.menu li ul {
	display : none;
}
footer .main-footer .widget-recent-portfolio ul {
	font-size    : 0;
	list-style   : none;
	padding-left : 0;
	margin-left  : -4px;
	padding-top  : 46px;
}
footer .main-footer .widget-recent-portfolio ul li {
	display : inline-block;
	padding : 5px 4px;
}
footer .main-footer .widget-recent-portfolio ul li img {
	max-width          : 60px;
	-webkit-transition : all 0.3s;
	-moz-transition    : all 0.3s;
	-ms-transition     : all 0.3s;
	-o-transition      : all 0.3s;
	transition         : all 0.3s;
}
footer .main-footer .widget-recent-portfolio ul li:hover img {
	opacity : 0.5;
}
footer .main-footer .footer-logo .sub-description {
	padding-top : 36px;
}
footer .dark {
	background-color : #2f2f2f;
	color            : #afafaf;
}
footer .footer_bottom_holder {
	background-color : #282728;
	padding-top      : 24px;
	padding-bottom   : 24px;
	font-size        : 12px;
}
footer .footer_bottom_holder .sidebar-bottom-right {
	text-align : right;
}
footer .social-share-wrap {
	text-align : right;
}
footer .social-share-wrap label {
	display : none;
}
footer .social-share-wrap ul.social-share li a {
	border           : none;
	background-color : transparent;
}
footer .social-share-wrap ul.social-share li a:hover {
	color            : #00519e;
	background-color : transparent;
}
footer .sidebar .widget_nav_menu > div > ul.menu {
	overflow : visible;
	border   : none;
	margin   : 0;
	padding  : 0;
}
footer .sidebar .widget_nav_menu > div > ul.menu li {
	display  : inline-block;
	position : relative;
}
footer .sidebar .widget_nav_menu > div > ul.menu li:before {
	display : none;
}
footer .sidebar .widget_nav_menu > div > ul.menu li:hover > ul {
	display : block;
}
footer .sidebar .widget_nav_menu > div > ul.menu > li {
	padding : 0;
	margin  : 0;
}
footer .sidebar .widget_nav_menu > div > ul.menu > li + li {
	margin-left : 20px;
}
footer .sidebar .widget_nav_menu > div > ul.menu > li ul {
	display          : none;
	border-bottom    : solid 2px #00519e;
	position         : absolute;
	z-index          : 999;
	left             : 0;
	bottom           : 100%;
	background-color : #fff;
	color            : #444444;
	text-align       : left;
	margin           : 0;
	min-width        : 150px;
	padding-left     : 0;
	padding-top      : 5px;
}
footer .sidebar .widget_nav_menu > div > ul.menu > li ul li {
	display     : block;
	line-height : 26px;
	padding     : 0 15px;
}
footer .sidebar .widget_nav_menu > div > ul.menu > li ul li + li {
	border-top : solid 1px #e9e9e9;
}
footer .sidebar .widget_nav_menu > div > ul.menu > li ul ul {
	left : 100%;
	top  : 0;
}
footer .collapse:before {
	content     : "\f054";
	font-family : "fontawesome";
	position    : absolute;
	right       : 10px;
}
footer .expanded,
footer .collapse {
	display    : block;
	visibility : visible;
	cursor     : pointer;
}
footer .expanded:before {
	content     : "\f078";
	font-family : "fontawesome";
	position    : absolute;
	right       : 10px;
}
body.footer-static {
	padding-bottom : 0px !important;
}
body.footer-static footer.enable-parallax {
	position : static;
}
@media only screen and (min-width : 992px) {
	footer.enable-parallax {
		position                    : fixed;
		bottom                      : 0;
		left                        : 0;
		right                       : 0;
		z-index                     : 0;
		margin                      : auto;
		-webkit-backface-visibility : visible;
		-moz-backface-visibility    : visible;
		-ms-backface-visibility     : visible;
		backface-visibility         : visible;
	}
	body.boxed footer.enable-parallax {
		max-width : 1200px;
	}
}
@media only screen and (max-width : 768px) {
	.footer_inner .col-3 .footer-1 {
		clear : both;
	}
	.col-3,
	.col-4 {
		padding-top : 20px;
	}
}
@media only screen and (max-width : 600px) {
	.col-2 {
		padding-top : 20px;
	}
	.sidebar-bottom-left,
	.sidebar-bottom-right,
	.sidebar-bottom-right .widget_nav_menu ul.menu {
		text-align : center;
	}
	.widget_nav_menu ul.menu {
		display    : inline-block;
		text-align : left;
		width      : 100%;
	}
}
@media only screen and (min-width : 415px) and (max-width : 600px) {
	footer .main-footer .widget-recent-portfolio ul li {
		padding : 10px;
	}
	footer .main-footer .widget-recent-portfolio ul li img {
		max-width : 120px;
	}
}
/**
 * 6.0 - Widget
 * ----------------------------------------------------------------------------
 */
.search-form {
	position : relative;
}
.search-form input[type="text"] {
	width         : 100%;
	padding-right : 30px;
}
.search-form input[type="text"]:focus + button i {
	color : #00519e;
}
.search-form button[type="submit"] {
	position   : absolute;
	right      : 15px;
	top        : 10px;
	background : none;
	border     : none;
	padding    : 0;
}
.search-form i {
	font-size : 13px;
}
.screen-reader-text {
	display : none;
}
/*-------------------------------------
CALENDAR
---------------------------------------*/
#wp-calendar {
	width : 100%;
}
#wp-calendar caption {
	text-align    : right;
	color         : #373636;
	font-size     : 12px;
	margin-top    : 0px;
	margin-bottom : 15px;
	padding       : 0;
	font-weight   : 600;
}
#wp-calendar thead {
	font-size : 10px;
}
#wp-calendar thead th {
	padding-bottom : 10px;
	text-align     : center;
	color          : #373636;
}
#wp-calendar tbody {
	color     : #444444;
	font-size : 13px;
}
#wp-calendar tbody td {
	background : #e9e9e9;
	border     : 1px solid #fff;
	text-align : center;
	padding    : 8px;
}
#wp-calendar tbody td.pad:hover {
	background : transparent !important;
}
#wp-calendar tbody td:hover {
	color      : #fff;
	background : #00519e;
}
#wp-calendar tbody td:hover a {
	color : #fff;
}
#wp-calendar tbody a {
	font-weight : bold;
	color       : #00519e;
}
#wp-calendar tbody .pad {
	background : none;
}
#wp-calendar tfoot #next {
	font-size      : 10px;
	text-transform : uppercase;
	text-align     : right;
}
#wp-calendar tfoot #prev {
	font-size      : 10px;
	text-transform : uppercase;
	padding-top    : 10px;
}
/* -----------------------------------------------------------------------------
 * Widget: price filter
 * -------------------------------------------------------------------------- */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color      : #f7f7f7;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
	margin                : 0 8px 20px 8px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
	height : 6px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
	background-color      : #1e1e1e;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	width                 : 6px;
	height                : 14px;
	background-color      : #1e1e1e;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
	top                   : -4px;
}
.sidebar h4.widget-title {
	font-size      : 14px;
	color          : #373636;
	font-weight    : bold;
	text-transform : uppercase;
	letter-spacing : 0.075em;
	margin-bottom  : 30px;
}
.sidebar h4.widget-title:after {
	content          : "";
	width            : 45px;
	height           : 1px;
	display          : block;
	background-color : #00519e;
	margin-top       : 10px;
}
.sidebar .tagcloud {
	font-size : 0;
}
.sidebar .tagcloud a {
	-webkit-transition : all 0.2s;
	-moz-transition    : all 0.2s;
	-ms-transition     : all 0.2s;
	-o-transition      : all 0.2s;
	transition         : all 0.2s;
	display            : inline-block;
	padding            : 9px 10px;
	margin-bottom      : 10px;
	margin-right       : 10px;
	line-height        : 1;
	font-size          : 12px;
	border             : 1px solid #E5E5E5;
}
.sidebar .tagcloud a:last-child {
	margin-right : 0;
}
.sidebar .tagcloud a:hover {
	background      : #00519e;
	border-color    : #00519e;
	color           : #FFFFFF;
	text-decoration : none;
}
.sidebar select {
	width : 100%;
}
.sidebar .widget_archive > ul,
.sidebar .widget_archive > ol,
.sidebar .widget_categories > ul,
.sidebar .widget_categories > ol,
.sidebar .widget_nav_menu > div > ul,
.sidebar .widget_nav_menu > div > ol,
.sidebar .widget_meta > ul,
.sidebar .widget_meta > ol,
.sidebar .widget_pages > ul,
.sidebar .widget_pages > ol,
.sidebar .widget_recent_comments > ul,
.sidebar .widget_recent_comments > ol,
.sidebar .widget_recent_entries > ul,
.sidebar .widget_recent_entries > ol,
.sidebar .widget_rss > ul,
.sidebar .widget_rss > ol {
	list-style   : none;
	padding-left : 0;
	overflow     : auto;
	margin       : 0;
	line-height  : 2;
	font-size    : 12px;
}
.sidebar .widget_archive li,
.sidebar .widget_categories li,
.sidebar .widget_nav_menu > div li,
.sidebar .widget_meta li,
.sidebar .widget_pages li,
.sidebar .widget_recent_comments li,
.sidebar .widget_recent_entries li,
.sidebar .widget_rss li {
	padding-top   : 4px;
	margin-bottom : 4px;
}
.sidebar .widget_archive li:hover > a,
.sidebar .widget_categories li:hover > a,
.sidebar .widget_nav_menu > div li:hover > a,
.sidebar .widget_meta li:hover > a,
.sidebar .widget_pages li:hover > a,
.sidebar .widget_recent_comments li:hover > a,
.sidebar .widget_recent_entries li:hover > a,
.sidebar .widget_rss li:hover > a,
.sidebar .widget_archive li.current-cat > a,
.sidebar .widget_categories li.current-cat > a,
.sidebar .widget_nav_menu > div li.current-cat > a,
.sidebar .widget_meta li.current-cat > a,
.sidebar .widget_pages li.current-cat > a,
.sidebar .widget_recent_comments li.current-cat > a,
.sidebar .widget_recent_entries li.current-cat > a,
.sidebar .widget_rss li.current-cat > a,
.sidebar .widget_archive li.current-menu-item > a,
.sidebar .widget_categories li.current-menu-item > a,
.sidebar .widget_nav_menu > div li.current-menu-item > a,
.sidebar .widget_meta li.current-menu-item > a,
.sidebar .widget_pages li.current-menu-item > a,
.sidebar .widget_recent_comments li.current-menu-item > a,
.sidebar .widget_recent_entries li.current-menu-item > a,
.sidebar .widget_rss li.current-menu-item > a {
	color : #00519e;
}
.sidebar .widget_archive li:hover:before,
.sidebar .widget_categories li:hover:before,
.sidebar .widget_nav_menu > div li:hover:before,
.sidebar .widget_meta li:hover:before,
.sidebar .widget_pages li:hover:before,
.sidebar .widget_recent_comments li:hover:before,
.sidebar .widget_recent_entries li:hover:before,
.sidebar .widget_rss li:hover:before,
.sidebar .widget_archive li.current-cat:before,
.sidebar .widget_categories li.current-cat:before,
.sidebar .widget_nav_menu > div li.current-cat:before,
.sidebar .widget_meta li.current-cat:before,
.sidebar .widget_pages li.current-cat:before,
.sidebar .widget_recent_comments li.current-cat:before,
.sidebar .widget_recent_entries li.current-cat:before,
.sidebar .widget_rss li.current-cat:before,
.sidebar .widget_archive li.current-menu-item:before,
.sidebar .widget_categories li.current-menu-item:before,
.sidebar .widget_nav_menu > div li.current-menu-item:before,
.sidebar .widget_meta li.current-menu-item:before,
.sidebar .widget_pages li.current-menu-item:before,
.sidebar .widget_recent_comments li.current-menu-item:before,
.sidebar .widget_recent_entries li.current-menu-item:before,
.sidebar .widget_rss li.current-menu-item:before {
	border-color : #00519e;
}
.sidebar .widget_archive li:hover > ul,
.sidebar .widget_categories li:hover > ul,
.sidebar .widget_nav_menu > div li:hover > ul,
.sidebar .widget_meta li:hover > ul,
.sidebar .widget_pages li:hover > ul,
.sidebar .widget_recent_comments li:hover > ul,
.sidebar .widget_recent_entries li:hover > ul,
.sidebar .widget_rss li:hover > ul {
	color : #444444;
}
.sidebar .widget_archive li .show_count,
.sidebar .widget_categories li .show_count,
.sidebar .widget_nav_menu > div li .show_count,
.sidebar .widget_meta li .show_count,
.sidebar .widget_pages li .show_count,
.sidebar .widget_recent_comments li .show_count,
.sidebar .widget_recent_entries li .show_count,
.sidebar .widget_rss li .show_count {
	float : right;
}
.sidebar .widget_archive li:before,
.sidebar .widget_categories li:before,
.sidebar .widget_nav_menu > div li:before,
.sidebar .widget_meta li:before,
.sidebar .widget_pages li:before,
.sidebar .widget_recent_comments li:before,
.sidebar .widget_recent_entries li:before,
.sidebar .widget_rss li:before {
	content        : "::";
	display        : inline-block;
	margin-right   : 10px;
	font-size      : 14px;
	vertical-align : middle;
	padding-bottom : 5px;
	line-height    : 14px;
}
.sidebar .widget_archive > ul > li:first-child,
.sidebar .widget_categories > ul > li:first-child,
.sidebar .widget_nav_menu > div > ul > li:first-child,
.sidebar .widget_meta > ul > li:first-child,
.sidebar .widget_pages > ul > li:first-child,
.sidebar .widget_recent_comments > ul > li:first-child,
.sidebar .widget_recent_entries > ul > li:first-child,
.sidebar .widget_rss > ul > li:first-child {
	padding-top : 0;
}
.sidebar .widget_archive li + li,
.sidebar .widget_categories li + li,
.sidebar .widget_nav_menu > div li + li,
.sidebar .widget_meta li + li,
.sidebar .widget_pages li + li,
.sidebar .widget_recent_comments li + li,
.sidebar .widget_recent_entries li + li,
.sidebar .widget_rss li + li {
	margin-top : 4px;
}
.sidebar .widget_archive a,
.sidebar .widget_categories a,
.sidebar .widget_nav_menu > div a,
.sidebar .widget_meta a,
.sidebar .widget_pages a,
.sidebar .widget_recent_comments a,
.sidebar .widget_recent_entries a,
.sidebar .widget_rss a {
	color : inherit;
}
.sidebar .widget_archive a:hover,
.sidebar .widget_categories a:hover,
.sidebar .widget_nav_menu > div a:hover,
.sidebar .widget_meta a:hover,
.sidebar .widget_pages a:hover,
.sidebar .widget_recent_comments a:hover,
.sidebar .widget_recent_entries a:hover,
.sidebar .widget_rss a:hover {
	text-decoration : none;
}
.sidebar .widget_archive ul ul,
.sidebar .widget_categories ul ul,
.sidebar .widget_nav_menu ul ul,
.sidebar .widget_meta ul ul,
.sidebar .widget_pages ul ul,
.sidebar .widget_recent_comments ul ul,
.sidebar .widget_recent_entries ul ul,
.sidebar .widget_rss ul ul {
	padding-left    : 20px;
	padding-top     : 4px;
	list-style-type : none;
	text-transform  : none;
}
.sidebar .widget-social-profile {
	list-style : none;
	padding    : 0;
	margin     : 0;
	font-size  : 0;
}
.sidebar .widget-social-profile li {
	display        : inline-block;
	vertical-align : middle;
}
.sidebar .widget-social-profile li a {
	display            : inline-block;
	line-height        : 24px;
	-webkit-transition : all 0.3s;
	-moz-transition    : all 0.3s;
	-ms-transition     : all 0.3s;
	-o-transition      : all 0.3s;
	transition         : all 0.3s;
}
.sidebar .widget-social-profile li a i.fa {
	-webkit-transition : all 0.3s;
	-moz-transition    : all 0.3s;
	-ms-transition     : all 0.3s;
	-o-transition      : all 0.3s;
	transition         : all 0.3s;
	font-size          : 14px;
	width              : 24px;
	height             : 24px;
	vertical-align     : middle;
	text-align         : center;
	border-color       : #444444;
	line-height        : 22px;
}
.sidebar .widget-social-profile li a:hover i {
	color : #00519e;
}
.sidebar .widget-social-profile li + li {
	margin-left : 6px;
}
.sidebar .widget-social-profile.social-icon-bordered li a i.fa {
	-webkit-border-radius : 50%;
	-moz-border-radius    : 50%;
	border-radius         : 50%;
	border-style          : solid;
	border-width          : 1px;
	font-size             : 12px;
}
.sidebar .widget-social-profile.social-icon-bordered li a:hover i.fa {
	border-color     : #00519e;
	background-color : #00519e;
	color            : #66af24;
}
.sidebar .widget-social-profile.social-icon-bordered li + li {
	margin-left : 10px;
}
.sidebar .woocommerce-product-search .search-field {
	background-color : #f7f7f7;
	height           : 44px;
	padding          : 0 20px;
	color            : #bababa;
	font-size        : 11px;
	text-transform   : uppercase;
	width            : 100%;
	border           : none;
	margin-bottom    : 15px;
}
.sidebar .woocommerce-product-search .search-field ::-webkit-input-placeholder {
	color          : #bababa;
	font-size      : 11px;
	text-transform : uppercase;
}
.sidebar .woocommerce-product-search .search-field :-moz-placeholder {
	color          : #bababa;
	font-size      : 11px;
	text-transform : uppercase;
}
.sidebar .woocommerce-product-search .search-field ::-moz-placeholder {
	color          : #bababa;
	font-size      : 11px;
	text-transform : uppercase;
}
.sidebar .woocommerce-product-search .search-field :-ms-input-placeholder {
	color          : #bababa;
	font-size      : 11px;
	text-transform : uppercase;
}
.sidebar .woocommerce-product-search input[type=submit] {
	font-size             : 12px;
	line-height           : 12px;
	font-weight           : bold;
	text-transform        : uppercase;
	color                 : #fff;
	background-color      : #00519e;
	-webkit-border-radius : 3px;
	-moz-border-radius    : 3px;
	border-radius         : 3px;
	padding               : 10px 10px;
	border                : none;
	-webkit-transition    : all 0.2s linear;
	-moz-transition       : all 0.2s linear;
	-ms-transition        : all 0.2s linear;
	-o-transition         : all 0.2s linear;
	transition            : all 0.2s linear;
}
.sidebar .woocommerce-product-search input[type=submit]:hover {
	background-color : #333333;
	color            : #fff;
}
.sidebar .widget_product_categories h4.widget-title {
	margin-bottom : 20px;
}
.sidebar .widget_product_categories > ul {
	list-style   : none;
	padding-left : 0;
	overflow     : auto;
	margin       : 0;
	line-height  : 2;
	font-size    : 12px;
}
.sidebar .widget_product_categories li {
	padding-top   : 4px;
	margin-bottom : 4px;
}
.sidebar .widget_product_categories li:hover > a,
.sidebar .widget_product_categories li.current-cat > a {
	color : #00519e;
}
.sidebar .widget_product_categories li:hover > ul {
	color : #444444;
}
.sidebar .widget_product_categories li .show_count {
	float : right;
}
.sidebar .widget_product_categories > ul > li:first-child {
	padding-top : 0;
}
.sidebar .widget_product_categories li + li {
	margin-top : 4px;
	border-top : 1px dotted #C0C0C0;
}
.sidebar .widget_product_categories a {
	color : inherit;
}
.sidebar .widget_product_categories a:hover {
	text-decoration : none;
}
.sidebar .widget_product_categories ul ul {
	padding-left    : 0;
	margin-top      : 4px;
	list-style-type : none;
	text-transform  : none;
	border-top      : 1px dotted #C0C0C0;
}
.sidebar .widget_product_categories ul ul li a {
	margin-left : 20px;
}
.sidebar ul.product_list_widget li {
	padding       : 0px;
	margin-bottom : 15px;
}
.sidebar ul.product_list_widget li img {
	float              : left;
	-webkit-box-shadow : none;
	-moz-box-shadow    : none;
	box-shadow         : none;
	width              : 68px;
	margin-left        : 0px;
	margin-right       : 15px;
}
.sidebar ul.product_list_widget li a {
	color         : #373636;
	font-size     : 13px;
	font-weight   : 400;
	margin-bottom : 5px;
}
.sidebar ul.product_list_widget li a:hover {
	color           : #00519e;
	text-decoration : none;
}
.sidebar ul.product_list_widget li span.amount {
	font-size : 12px;
	color     : #737373;
}
.sidebar ul.product_list_widget li ins {
	text-decoration : none;
	margin-right    : 3px;
}
.sidebar ul.product_list_widget li del span.amount {
	font-size : 11px;
	color     : #cacaca;
}
.sidebar ul.product_list_widget li .star-rating {
	float          : none;
	margin         : 0 0 10px 0;
	font-size      : 10px;
	width          : 66px;
	height         : 10px;
	letter-spacing : 3px;
}
.sidebar ul.product_list_widget li:last-child {
	margin-bottom : 0;
}
.sidebar .widget-posts-wrap .widget_posts_item + .widget_posts_item {
	margin-top : 20px;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail {
	width        : 80px;
	float        : left;
	margin-right : 15px;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail {
	position : relative;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail a.prettyPhoto {
	position           : absolute;
	top                : 0;
	width              : 20px;
	height             : 20px;
	right              : 0;
	line-height        : 20px;
	font-size          : 10px;
	text-align         : center;
	color              : #FFFFFF;
	opacity            : 0;
	-webkit-transform  : scale(0.8);
	-moz-transform     : scale(0.8);
	-ms-transform      : scale(0.8);
	-o-transform       : scale(0.8);
	transform          : scale(0.8);
	-webkit-transition : all 0.3s linear;
	-moz-transition    : all 0.3s linear;
	-ms-transition     : all 0.3s linear;
	-o-transition      : all 0.3s linear;
	transition         : all 0.3s linear;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.entry-thumbnail_overlay:before {
	content          : "";
	position         : absolute;
	left             : 0;
	top              : 0;
	bottom           : 0;
	right            : 0;
	background-color : rgba(0, 81, 158, 0.7);
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.prettyPhoto {
	opacity           : 1;
	-webkit-transform : scale(1);
	-moz-transform    : scale(1);
	-ms-transform     : scale(1);
	-o-transform      : scale(1);
	transform         : scale(1);
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail_overlay img {
	width   : 100%;
	display : block;
}
.sidebar .widget-posts-wrap .widget-posts-content-wrap {
	position : relative;
	overflow : hidden;
}
.sidebar .widget-posts-wrap .widget-posts-title {
	font-size : 13px;
	color     : #373636;
}
.sidebar .widget-posts-wrap .widget-posts-title:hover {
	text-decoration : none;
	color           : #00519e;
}
.sidebar .widget-posts-wrap .owl-theme .owl-controls {
	display : none !important;
}
.sidebar .widget-twitter-wrap .widget-twitter-item + .widget-twitter-item {
	margin-top : 20px;
}
.sidebar .widget-twitter-wrap i {
	font-size : 14px;
	color     : #00519e;
}
.sidebar .widget-twitter-wrap span.twitter-time {
	color   : #b1b1b1;
	display : block;
}
.sidebar .widget-twitter-wrap span.twitter-content a {
	color : #373636;
}
.sidebar .widget-twitter-wrap span.twitter-content a:hover {
	color : #00519e;
}
.right-sidebar aside,
.left-sidebar aside,
.woocommerce-sidebar aside {
	border-bottom  : 1px solid #e9e9e9;
	padding-bottom : 30px;
}
.right-sidebar aside + aside,
.left-sidebar aside + aside,
.woocommerce-sidebar aside + aside {
	margin-top : 30px;
}
.right-sidebar aside:last-child,
.left-sidebar aside:last-child,
.woocommerce-sidebar aside:last-child {
	margin-bottom  : 45px;
	padding-bottom : 0;
	border-bottom  : none;
}
.woocommerce-sidebar aside {
	border-top     : 1px solid #E5E5E5;
	padding-top    : 30px;
	padding-bottom : 0;
	border-bottom  : none;
}
.woocommerce-sidebar aside + aside {
	margin-top : 45px;
}
.woocommerce-sidebar h4.widget-title:after {
	display : none;
}
.woocommerce-sidebar .widget_archive > ul,
.woocommerce-sidebar .widget_archive > ol,
.woocommerce-sidebar .widget_categories > ul,
.woocommerce-sidebar .widget_categories > ol,
.woocommerce-sidebar .widget_nav_menu > div > ul,
.woocommerce-sidebar .widget_nav_menu > div > ol,
.woocommerce-sidebar .widget_meta > ul,
.woocommerce-sidebar .widget_meta > ol,
.woocommerce-sidebar .widget_pages > ul,
.woocommerce-sidebar .widget_pages > ol,
.woocommerce-sidebar .widget_recent_comments > ul,
.woocommerce-sidebar .widget_recent_comments > ol,
.woocommerce-sidebar .widget_recent_entries > ul,
.woocommerce-sidebar .widget_recent_entries > ol,
.woocommerce-sidebar .widget_rss > ul,
.woocommerce-sidebar .widget_rss > ol {
	border-bottom  : none;
	padding-bottom : 0;
}
.services-left-sidebar aside + aside,
.services-right-sidebar aside + aside {
	margin-top : 30px;
}
.services-left-sidebar h4.widget-title:after,
.services-right-sidebar h4.widget-title:after {
	display : none;
}
a.icon-download {
	display          : block;
	background-color : #00519e;
	margin-bottom    : 10px;
	width            : 100%;
	color            : #fff;
	font-size        : 12px;
	padding          : 8px 30px 8px 25px;
	position         : relative;
}
a.icon-download i {
	position : absolute;
	right    : 15px;
	top      : 15px;
}
/**
 * 7.0 - Blog
 * ----------------------------------------------------------------------------
 */
.blog-wrap.grid.layout-container-fluid,
.blog-wrap.masonry.layout-container-fluid {
	padding : 0 15px;
}
.blog-inner .entry-thumbnail-wrap,
.innovation-latest-post .entry-thumbnail-wrap {
	margin-bottom : 30px;
}
.blog-inner .entry-thumbnail,
.innovation-latest-post .entry-thumbnail {
	position : relative;
}
.blog-inner .entry-thumbnail a.prettyPhoto,
.innovation-latest-post .entry-thumbnail a.prettyPhoto {
	position           : absolute;
	top                : 0;
	width              : 56px;
	height             : 55px;
	right              : 0;
	line-height        : 54px;
	font-size          : 16px;
	text-align         : center;
	color              : #FFFFFF;
	opacity            : 0;
	-webkit-transform  : scale(0.8);
	-moz-transform     : scale(0.8);
	-ms-transform      : scale(0.8);
	-o-transform       : scale(0.8);
	transform          : scale(0.8);
	-webkit-transition : all 0.3s linear;
	-moz-transition    : all 0.3s linear;
	-ms-transition     : all 0.3s linear;
	-o-transition      : all 0.3s linear;
	transition         : all 0.3s linear;
}
.blog-inner .entry-thumbnail:hover a.entry-thumbnail_overlay:before,
.innovation-latest-post .entry-thumbnail:hover a.entry-thumbnail_overlay:before {
	content          : "";
	position         : absolute;
	left             : 0;
	top              : 0;
	bottom           : 0;
	right            : 0;
	background-color : rgba(0, 81, 158, 0.7);
}
.blog-inner .entry-thumbnail:hover a.prettyPhoto,
.innovation-latest-post .entry-thumbnail:hover a.prettyPhoto {
	opacity           : 1;
	-webkit-transform : scale(1);
	-moz-transform    : scale(1);
	-ms-transform     : scale(1);
	-o-transform      : scale(1);
	transform         : scale(1);
}
.blog-inner .entry-thumbnail_overlay img,
.innovation-latest-post .entry-thumbnail_overlay img {
	width   : 100%;
	display : block;
}
.blog-inner h3.entry-title,
.innovation-latest-post h3.entry-title {
	text-transform : uppercase;
	font-weight    : bold;
	font-size      : 18px;
}
.blog-inner h3.entry-title a,
.innovation-latest-post h3.entry-title a {
	color : #373636;
}
.blog-inner h3.entry-title a:hover,
.innovation-latest-post h3.entry-title a:hover {
	color : #00519e;
}
.blog-inner .entry-excerpt,
.innovation-latest-post .entry-excerpt {
	margin-bottom : 20px;
	line-height   : 26px;
}
.blog-inner .entry-excerpt p,
.innovation-latest-post .entry-excerpt p {
	margin-bottom : 0;
}
.blog-inner .jp-audio,
.innovation-latest-post .jp-audio,
.blog-inner .jp-audio a,
.innovation-latest-post .jp-audio a,
.blog-inner .jp-seek-bar,
.innovation-latest-post .jp-seek-bar,
.blog-inner .jp-volume-bar,
.innovation-latest-post .jp-volume-bar {
	color : #FFFFFF;
}
.blog-inner .jp-audio a:hover,
.innovation-latest-post .jp-audio a:hover,
.blog-inner .jp-play-bar,
.innovation-latest-post .jp-play-bar,
.blog-inner .jp-play-bar,
.innovation-latest-post .jp-play-bar,
.blog-inner .jp-volume-bar-value,
.innovation-latest-post .jp-volume-bar-value {
	color : #00519e;
}
.blog-inner .jp-play-bar,
.innovation-latest-post .jp-play-bar,
.blog-inner .jp-volume-bar-value,
.innovation-latest-post .jp-volume-bar-value {
	background-color : #00519e;
}
.blog-inner .entry-content-quote blockquote,
.innovation-latest-post .entry-content-quote blockquote {
	padding          : 20px 30px;
	font-size        : 24px;
	background-color : #00519e;
	color            : #fff;
	border-left      : none;
}
.blog-inner .entry-content-quote blockquote cite,
.innovation-latest-post .entry-content-quote blockquote cite {
	font-size : 14px;
}
.blog-inner .entry-content-quote .post-quote-content,
.innovation-latest-post .entry-content-quote .post-quote-content {
	padding          : 20px 30px;
	font-size        : 24px;
	background-color : #00519e;
	color            : #fff;
	position         : relative;
}
.blog-inner .entry-content-quote .post-quote-icon,
.innovation-latest-post .entry-content-quote .post-quote-icon {
	position : absolute;
	bottom   : 10px;
	right    : 20px;
}
.blog-inner .entry-content-quote .post-quote-author,
.innovation-latest-post .entry-content-quote .post-quote-author {
	padding          : 10px 30px;
	font-size        : 12px;
	background-color : #00519e;
	color            : #fff;
	margin-top       : 1px;
}
.blog-inner .entry-content-quote a:hover,
.innovation-latest-post .entry-content-quote a:hover {
	color : #fff;
}
.blog-inner .entry-content-link,
.innovation-latest-post .entry-content-link {
	position         : relative;
	padding          : 20px 30px;
	font-size        : 22px;
	background-color : #00519e;
	color            : #fff;
}
.blog-inner .entry-content-link .post-link-icon,
.innovation-latest-post .entry-content-link .post-link-icon {
	position : absolute;
	bottom   : 10px;
	right    : 20px;
}
.blog-inner .entry-content-link p,
.innovation-latest-post .entry-content-link p {
	margin-bottom : 0;
}
.blog-inner .entry-content-link a:hover,
.innovation-latest-post .entry-content-link a:hover {
	color : #fff;
}
.blog-inner.blog-style-classic article,
.innovation-latest-post.blog-style-classic article,
.blog-inner.blog-single article,
.innovation-latest-post.blog-single article {
	margin-bottom : 45px;
}
.blog-inner.blog-style-classic .entry-post-date-wrap,
.innovation-latest-post.blog-style-classic .entry-post-date-wrap,
.blog-inner.blog-single .entry-post-date-wrap,
.innovation-latest-post.blog-single .entry-post-date-wrap {
	width        : 75px;
	float        : left;
	margin-right : 25px;
}
.blog-inner.blog-style-classic .entry-content-inner,
.innovation-latest-post.blog-style-classic .entry-content-inner,
.blog-inner.blog-single .entry-content-inner,
.innovation-latest-post.blog-single .entry-content-inner {
	position : relative;
	overflow : hidden;
}
.blog-inner.blog-style-classic .entry-date,
.innovation-latest-post.blog-style-classic .entry-date,
.blog-inner.blog-single .entry-date,
.innovation-latest-post.blog-single .entry-date {
	width                 : 75px;
	height                : 75px;
	border                : 2px solid #E1E1E1;
	-webkit-border-radius : 5px;
	-moz-border-radius    : 5px;
	border-radius         : 5px;
	text-align            : center;
	color                 : #aaaaaa;
	font-weight           : bold;
	text-transform        : uppercase;
	letter-spacing        : 0.025em;
}
.blog-inner.blog-style-classic .entry-date .day,
.innovation-latest-post.blog-style-classic .entry-date .day,
.blog-inner.blog-single .entry-date .day,
.innovation-latest-post.blog-single .entry-date .day {
	font-size   : 18px;
	height      : 35.5px;
	line-height : 18px;
	padding-top : 18px;
}
.blog-inner.blog-style-classic .entry-date .month,
.innovation-latest-post.blog-style-classic .entry-date .month,
.blog-inner.blog-single .entry-date .month,
.innovation-latest-post.blog-single .entry-date .month {
	font-size   : 12px;
	height      : 35.5px;
	line-height : 12px;
	padding-top : 5px;
}
.blog-inner.blog-style-classic .entry-post-meta-wrap,
.innovation-latest-post.blog-style-classic .entry-post-meta-wrap,
.blog-inner.blog-single .entry-post-meta-wrap,
.innovation-latest-post.blog-single .entry-post-meta-wrap {
	margin-bottom : 35px;
}
.blog-inner.blog-style-classic .entry-post-meta-wrap ul.entry-meta,
.innovation-latest-post.blog-style-classic .entry-post-meta-wrap ul.entry-meta,
.blog-inner.blog-single .entry-post-meta-wrap ul.entry-meta,
.innovation-latest-post.blog-single .entry-post-meta-wrap ul.entry-meta {
	margin          : 0;
	padding         : 0;
	list-style-type : none;
	font-size       : 0;
}
.blog-inner.blog-style-classic .entry-post-meta-wrap ul.entry-meta li,
.innovation-latest-post.blog-style-classic .entry-post-meta-wrap ul.entry-meta li,
.blog-inner.blog-single .entry-post-meta-wrap ul.entry-meta li,
.innovation-latest-post.blog-single .entry-post-meta-wrap ul.entry-meta li {
	display   : inline;
	font-size : 12px;
}
.blog-inner.blog-style-classic .entry-post-meta-wrap ul.entry-meta li + li:before,
.innovation-latest-post.blog-style-classic .entry-post-meta-wrap ul.entry-meta li + li:before,
.blog-inner.blog-single .entry-post-meta-wrap ul.entry-meta li + li:before,
.innovation-latest-post.blog-single .entry-post-meta-wrap ul.entry-meta li + li:before {
	content   : "|";
	display   : inline-block;
	font-size : 12px;
	padding   : 0 10px;
}
.blog-inner.blog-style-classic .entry-post-meta-wrap ul.entry-meta li a,
.innovation-latest-post.blog-style-classic .entry-post-meta-wrap ul.entry-meta li a,
.blog-inner.blog-single .entry-post-meta-wrap ul.entry-meta li a,
.innovation-latest-post.blog-single .entry-post-meta-wrap ul.entry-meta li a {
	color : #00519e;
}
.blog-inner.blog-style-grid,
.innovation-latest-post.blog-style-grid,
.blog-inner.blog-style-masonry,
.innovation-latest-post.blog-style-masonry {
	margin-left : -30px;
}
.blog-inner.blog-style-grid h3.entry-title,
.innovation-latest-post.blog-style-grid h3.entry-title,
.blog-inner.blog-style-masonry h3.entry-title,
.innovation-latest-post.blog-style-masonry h3.entry-title {
	font-size : 14px;
}
.blog-inner.blog-style-grid .entry-post-meta-small-wrap ul.entry-meta-small,
.innovation-latest-post.blog-style-grid .entry-post-meta-small-wrap ul.entry-meta-small,
.blog-inner.blog-style-masonry .entry-post-meta-small-wrap ul.entry-meta-small,
.innovation-latest-post.blog-style-masonry .entry-post-meta-small-wrap ul.entry-meta-small {
	margin          : 0;
	padding         : 15px 0;
	list-style-type : none;
	font-size       : 0;
}
.blog-inner.blog-style-grid .entry-post-meta-small-wrap ul.entry-meta-small li,
.innovation-latest-post.blog-style-grid .entry-post-meta-small-wrap ul.entry-meta-small li,
.blog-inner.blog-style-masonry .entry-post-meta-small-wrap ul.entry-meta-small li,
.innovation-latest-post.blog-style-masonry .entry-post-meta-small-wrap ul.entry-meta-small li {
	display   : inline;
	font-size : 12px;
	color     : #1e1e1e;
}
.blog-inner.blog-style-grid .entry-post-meta-small-wrap ul.entry-meta-small li + li:before,
.innovation-latest-post.blog-style-grid .entry-post-meta-small-wrap ul.entry-meta-small li + li:before,
.blog-inner.blog-style-masonry .entry-post-meta-small-wrap ul.entry-meta-small li + li:before,
.innovation-latest-post.blog-style-masonry .entry-post-meta-small-wrap ul.entry-meta-small li + li:before {
	content   : "|";
	display   : inline-block;
	font-size : 12px;
	padding   : 0 10px;
	color     : #444444;
}
.blog-inner.blog-style-grid .entry-post-meta-small-wrap ul.entry-meta-small li a,
.innovation-latest-post.blog-style-grid .entry-post-meta-small-wrap ul.entry-meta-small li a,
.blog-inner.blog-style-masonry .entry-post-meta-small-wrap ul.entry-meta-small li a,
.innovation-latest-post.blog-style-masonry .entry-post-meta-small-wrap ul.entry-meta-small li a {
	color : #444444;
}
.blog-inner.blog-style-grid .entry-post-meta-small-wrap ul.entry-meta-small li a:hover,
.innovation-latest-post.blog-style-grid .entry-post-meta-small-wrap ul.entry-meta-small li a:hover,
.blog-inner.blog-style-masonry .entry-post-meta-small-wrap ul.entry-meta-small li a:hover,
.innovation-latest-post.blog-style-masonry .entry-post-meta-small-wrap ul.entry-meta-small li a:hover {
	color : #00519e;
}
.blog-inner.blog-style-grid.blog-col-2 article,
.innovation-latest-post.blog-style-grid.blog-col-2 article,
.blog-inner.blog-style-masonry.blog-col-2 article,
.innovation-latest-post.blog-style-masonry.blog-col-2 article {
	width   : 50%;
	float   : left;
	padding : 0 0 45px 30px;
}
.blog-inner.blog-style-grid.blog-col-3 article,
.innovation-latest-post.blog-style-grid.blog-col-3 article,
.blog-inner.blog-style-masonry.blog-col-3 article,
.innovation-latest-post.blog-style-masonry.blog-col-3 article {
	float   : left;
	padding : 0 0 45px 30px;
	width   : 33.3335%;
}
.blog-inner.blog-style-grid.blog-col-4 article,
.innovation-latest-post.blog-style-grid.blog-col-4 article,
.blog-inner.blog-style-masonry.blog-col-4 article,
.innovation-latest-post.blog-style-masonry.blog-col-4 article {
	float   : left;
	padding : 0 0 45px 30px;
	width   : 25%;
}
.blog-inner.blog-style-grid .entry-content-quote,
.innovation-latest-post.blog-style-grid .entry-content-quote,
.blog-inner.blog-style-masonry .entry-content-quote,
.innovation-latest-post.blog-style-masonry .entry-content-quote {
	margin-bottom : 30px;
}
.blog-inner.blog-style-grid .entry-content-quote blockquote,
.innovation-latest-post.blog-style-grid .entry-content-quote blockquote,
.blog-inner.blog-style-masonry .entry-content-quote blockquote,
.innovation-latest-post.blog-style-masonry .entry-content-quote blockquote {
	font-size : 18px;
}
.blog-inner.blog-style-grid .entry-content-quote .post-quote-content,
.innovation-latest-post.blog-style-grid .entry-content-quote .post-quote-content,
.blog-inner.blog-style-masonry .entry-content-quote .post-quote-content,
.innovation-latest-post.blog-style-masonry .entry-content-quote .post-quote-content {
	font-size : 18px;
}
.blog-inner.blog-style-grid .entry-content-link,
.innovation-latest-post.blog-style-grid .entry-content-link,
.blog-inner.blog-style-masonry .entry-content-link,
.innovation-latest-post.blog-style-masonry .entry-content-link {
	margin-bottom : 30px;
	font-size     : 18px;
}
.post-meta-line {
	height           : 3px;
	border-top       : 1px solid #e9e9e9;
	border-bottom    : 1px solid #e9e9e9;
	background-color : #fff;
}
.post-meta-line:before {
	content : "";
	border  : 1px dotted #e9e9e9;
	display : block;
}
.site-content-archive {
	margin-bottom : 35px;
}
.blog-paging-wrapper {
	margin-bottom : 45px;
	height        : 36px;
}
.blog-paging-wrapper ul.pagination,
.woocommerce-pagination ul.pagination {
	padding : 0;
	margin  : 0;
}
.blog-paging-wrapper .pagination > li > a,
.woocommerce-pagination .pagination > li > a,
.blog-paging-wrapper .pagination > li > span,
.woocommerce-pagination .pagination > li > span {
	font-size             : 12px;
	font-weight           : bold;
	color                 : #444444;
	padding               : 0;
	width                 : 36px;
	height                : 36px;
	text-align            : center;
	line-height           : 36px;
	border                : 1px solid #e9e9e9;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
}
.blog-paging-wrapper .pagination > li + li > a,
.woocommerce-pagination .pagination > li + li > a,
.blog-paging-wrapper .pagination > li + li > span,
.woocommerce-pagination .pagination > li + li > span {
	margin-left : 4px;
}
.blog-paging-wrapper .pagination > li > a.current,
.woocommerce-pagination .pagination > li > a.current,
.blog-paging-wrapper .pagination > li > span.current,
.woocommerce-pagination .pagination > li > span.current,
.blog-paging-wrapper .pagination > li > a:hover,
.woocommerce-pagination .pagination > li > a:hover,
.blog-paging-wrapper .pagination > li > span:hover,
.woocommerce-pagination .pagination > li > span:hover,
.blog-paging-wrapper .pagination > li > a:active,
.woocommerce-pagination .pagination > li > a:active,
.blog-paging-wrapper .pagination > li > span:active,
.woocommerce-pagination .pagination > li > span:active,
.blog-paging-wrapper .pagination > li > a:focus,
.woocommerce-pagination .pagination > li > a:focus,
.blog-paging-wrapper .pagination > li > span:focus,
.woocommerce-pagination .pagination > li > span:focus {
	background-color : #00519e;
	color            : #fff;
	border-color     : #00519e;
}
.blog-paging-default .blog-load-more-wrapper {
	display : none;
}
.blog-paging-wrapper.blog-paging-load-more {
	text-align : center;
}
.blog-wrap .entry-thumbnail-wrap,
.single-product-image-inner {
	/*owl-carousel*/
}
.blog-wrap .entry-thumbnail-wrap .owl-theme,
.single-product-image-inner .owl-theme {
	overflow : hidden;
}
.blog-wrap .entry-thumbnail-wrap .owl-theme .owl-controls,
.single-product-image-inner .owl-theme .owl-controls {
	margin : 0;
}
.blog-wrap .entry-thumbnail-wrap .owl-theme .owl-controls .owl-buttons div,
.single-product-image-inner .owl-theme .owl-controls .owl-buttons div {
	position              : absolute;
	width                 : 40px;
	height                : 40px;
	line-height           : 40px;
	margin                : auto;
	display               : block;
	top                   : 0;
	bottom                : 0;
	cursor                : pointer;
	text-align            : center;
	background-color      : rgba(0, 0, 0, 0.7);
	z-index               : 200;
	padding               : 0;
	opacity               : 0;
	color                 : #fff;
	font-size             : 24px;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
	-webkit-transition    : all 0.3s;
	-moz-transition       : all 0.3s;
	-ms-transition        : all 0.3s;
	-o-transition         : all 0.3s;
	transition            : all 0.3s;
}
.blog-wrap .entry-thumbnail-wrap .owl-next,
.single-product-image-inner .owl-next {
	right             : 0;
	-webkit-transform : translateX(50px);
	-moz-transform    : translateX(50px);
	-ms-transform     : translateX(50px);
	-o-transform      : translateX(50px);
	transform         : translateX(50px);
}
.blog-wrap .entry-thumbnail-wrap .owl-prev,
.single-product-image-inner .owl-prev {
	-webkit-transform : translateX(-50px);
	-moz-transform    : translateX(-50px);
	-ms-transform     : translateX(-50px);
	-o-transform      : translateX(-50px);
	transform         : translateX(-50px);
}
.blog-wrap .entry-thumbnail-wrap:hover .owl-theme .owl-controls .owl-buttons div,
.single-product-image-inner:hover .owl-theme .owl-controls .owl-buttons div {
	opacity           : 1;
	-webkit-transform : translateX(0px);
	-moz-transform    : translateX(0px);
	-ms-transform     : translateX(0px);
	-o-transform      : translateX(0px);
	transform         : translateX(0px);
}
.entry-content:after,
.comment-text:after {
	content : "";
	clear   : both;
	display : block;
}
.entry-content table,
.comment-text table {
	border-collapse : collapse !important;
}
.entry-content table td,
.comment-text table td,
.entry-content table th,
.comment-text table th {
	background-color : #fff !important;
}
.entry-content table,
.comment-text table {
	width         : 100%;
	max-width     : 100%;
	margin-bottom : 20px;
}
.entry-content table > thead > tr > th,
.comment-text table > thead > tr > th,
.entry-content table > tbody > tr > th,
.comment-text table > tbody > tr > th,
.entry-content table > tfoot > tr > th,
.comment-text table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.comment-text table > thead > tr > td,
.entry-content table > tbody > tr > td,
.comment-text table > tbody > tr > td,
.entry-content table > tfoot > tr > td,
.comment-text table > tfoot > tr > td {
	padding        : 8px;
	line-height    : 1.42857143;
	vertical-align : top;
	border-top     : 1px solid #e9e9e9;
}
.entry-content table > thead > tr > th,
.comment-text table > thead > tr > th {
	vertical-align : bottom;
	border-bottom  : 1px solid #e9e9e9;
}
.entry-content table > caption + thead > tr:first-child > th,
.comment-text table > caption + thead > tr:first-child > th,
.entry-content table > colgroup + thead > tr:first-child > th,
.comment-text table > colgroup + thead > tr:first-child > th,
.entry-content table > thead:first-child > tr:first-child > th,
.comment-text table > thead:first-child > tr:first-child > th,
.entry-content table > caption + thead > tr:first-child > td,
.comment-text table > caption + thead > tr:first-child > td,
.entry-content table > colgroup + thead > tr:first-child > td,
.comment-text table > colgroup + thead > tr:first-child > td,
.entry-content table > thead:first-child > tr:first-child > td,
.comment-text table > thead:first-child > tr:first-child > td {
	border-top : 0;
}
.entry-content table > tbody + tbody,
.comment-text table > tbody + tbody {
	border-top : 2px solid #e9e9e9;
}
.entry-content blockquote,
.comment-text blockquote {
	border-left : none;
	font-family : 'Open Sans';
	font-size   : 16px;
	font-style  : italic;
	color       : #373636;
}
.entry-content blockquote:before,
.comment-text blockquote:before {
	content : "“";
	display : block;
	color   : #00519e;
	float   : left;
	width   : 15px;
}
.entry-content blockquote p,
.comment-text blockquote p {
	position : relative;
	overflow : hidden;
}
.entry-content blockquote cite,
.comment-text blockquote cite {
	display   : block;
	font-size : 12px;
	color     : #444444;
}
.entry-content a,
.comment-text a {
	color : #00519e;
}
.entry-content a:hover,
.comment-text a:hover {
	text-decoration : underline;
	color           : #459dd2;
}
.entry-content a:active,
.comment-text a:active {
	color : #459dd2;
}
.entry-content input[type="submit"],
.comment-text input[type="submit"] {
	-webkit-border-radius : 3px;
	-moz-border-radius    : 3px;
	border-radius         : 3px;
	border                : 0;
	background-color      : #00519e;
	color                 : #FFFFFF;
	font-size             : 12px;
	line-height           : 16px;
	font-weight           : bold;
	text-transform        : uppercase;
	padding               : 10px 24px;
	display               : inline-block;
	-webkit-transition    : all 0.2s linear;
	-moz-transition       : all 0.2s linear;
	-ms-transition        : all 0.2s linear;
	-o-transition         : all 0.2s linear;
	transition            : all 0.2s linear;
}
.entry-content input[type="submit"]:hover,
.comment-text input[type="submit"]:hover {
	background-color : #333333;
	color            : #FFFFFF;
	text-decoration  : none !important;
	outline          : none !important;
}
.entry-content p:last-child,
.comment-text p:last-child {
	margin-bottom : 0;
}
.entry-content-inner .entry-meta-tag-wrap {
	margin-top : 50px;
}
.entry-content-inner .social-share-wrap {
	margin-top : 30px;
}
.entry-content-inner .post-navigation {
	margin-top : 70px;
}
.entry-meta-tag-wrap {
	font-size : 0;
}
.entry-meta-tag-wrap label {
	font-size     : 12px;
	margin-bottom : 0;
	font-weight   : normal;
	color         : #373636;
	margin-right  : 40px;
}
.entry-meta-tag-wrap a {
	-webkit-transition : all 0.2s;
	-moz-transition    : all 0.2s;
	-ms-transition     : all 0.2s;
	-o-transition      : all 0.2s;
	transition         : all 0.2s;
	display            : inline-block;
	padding            : 9px 10px;
	margin-bottom      : 10px;
	margin-right       : 10px;
	line-height        : 1;
	font-size          : 12px;
	border             : 1px solid #E5E5E5;
}
.entry-meta-tag-wrap a:hover {
	background-color : #00519e;
	border-color     : #00519e;
	color            : #fff;
	text-decoration  : none;
}
.social-share-wrap {
	font-size : 0;
}
.social-share-wrap label {
	font-size     : 12px;
	margin-bottom : 0;
	font-weight   : normal;
	color         : #373636;
	margin-right  : 40px;
}
.social-share-wrap ul.social-share {
	font-size : 0;
	padding   : 0;
	margin    : 0;
	display   : inline;
}
.social-share-wrap ul.social-share li {
	display      : inline-block;
	font-size    : 12px;
	margin-right : 10px;
}
.social-share-wrap ul.social-share li:last-child {
	margin-right : 0;
}
.social-share-wrap ul.social-share li a {
	-webkit-transition    : all 0.2s;
	-moz-transition       : all 0.2s;
	-ms-transition        : all 0.2s;
	-o-transition         : all 0.2s;
	transition            : all 0.2s;
	width                 : 24px;
	height                : 24px;
	line-height           : 24px;
	display               : block;
	text-align            : center;
	border                : 1px solid #cbcbcb;
	color                 : #c5c5c5;
	-webkit-border-radius : 100%;
	-moz-border-radius    : 100%;
	border-radius         : 100%;
}
.social-share-wrap ul.social-share li a:hover {
	background-color : #00519e;
	border-color     : #00519e;
	color            : #fff;
}
.blog-inner.blog-single article {
	margin-bottom : 0;
}
.blog-inner.blog-single .entry-content-quote,
.blog-inner.blog-single .entry-content-link {
	margin-bottom : 30px;
}
.entry-comments {
	margin-left : 100px;
}
.entry-comments .entry-comments-list {
	margin-top     : 30px;
	padding-bottom : 60px;
	border-bottom  : 1px solid #e9e9e9;
}
.entry-comments .entry-comments-list h3.comments-title {
	color          : #373636;
	font-size      : 18px;
	font-weight    : bold;
	letter-spacing : 0.075em;
	text-transform : uppercase;
	margin-bottom  : 35px;
}
.entry-comments .entry-comments-list .commentlist,
.entry-comments .entry-comments-list .commentlist .children {
	list-style : none;
}
.entry-comments .entry-comments-list .commentlist {
	padding-left : 0;
	margin       : 0;
}
.entry-comments .entry-comments-list .commentlist > li + li {
	margin-top : 30px;
}
.entry-comments .entry-comments-list .comment .avatar {
	-webkit-border-radius : 50%;
	-moz-border-radius    : 50%;
	border-radius         : 50%;
	width                 : 80px;
	float                 : left;
	margin-right          : 20px;
}
.entry-comments .entry-comments-list .comment-text {
	position     : relative;
	overflow     : hidden;
	padding-left : 10px;
}
.entry-comments .entry-comments-list .comment-text .text p:last-child {
	margin-bottom : 0;
}
.entry-comments .entry-comments-list .comment-text .author {
	background-color : #f7f7f7;
	border-bottom    : 1px solid #E1E1E1;
	padding          : 15px 30px;
	position         : relative;
}
.entry-comments .entry-comments-list .comment-text .author:before {
	content       : "";
	width         : 0;
	height        : 0;
	border-top    : 10px solid transparent;
	border-bottom : 10px solid transparent;
	border-right  : 10px solid #f7f7f7;
	position      : absolute;
	right         : 100%;
	top           : 15px;
}
.entry-comments .entry-comments-list .author-name {
	display   : inline;
	color     : #00519e;
	font-size : 12px;
}
.entry-comments .entry-comments-list .comment-text .author .comment-meta > span:before,
.entry-comments .entry-comments-list .comment-text .author .comment-meta > a:before {
	content : "/";
	color   : #a1a1a1;
	display : inline;
	padding : 0 10px;
}
.entry-comments .entry-comments-list .comment-text .author .comment-meta {
	display   : inline;
	font-size : 0;
}
.entry-comments .entry-comments-list .comment-text .author .comment-meta span,
.entry-comments .entry-comments-list .comment-text .author .comment-meta a {
	color     : #a1a1a1;
	font-size : 12px;
}
.entry-comments .entry-comments-list .comment-text .author .comment-meta a:hover {
	color           : #00519e;
	text-decoration : none;
}
.entry-comments .entry-comments-list .comment-text .text {
	background-color : #f7f7f7;
	padding          : 15px 30px;
}
.entry-comments .entry-comments-list .commentlist ul.children {
	padding-left : 0;
}
.entry-comments .entry-comments-list .commentlist > li > ul.children {
	padding-left : 110px;
}
.entry-comments .entry-comments-list .commentlist > li > ul.children > li > ul {
	padding-left : 90px;
}
.entry-comments .entry-comments-list .commentlist .children .comment .avatar {
	width : 60px;
}
.entry-comments .entry-comments-list .commentlist .children li {
	margin-top : 30px;
}
.entry-comments .entry-comments-list .comment-navigation {
	margin-bottom : 20px;
	font-size     : 0;
}
.entry-comments .entry-comments-list .comment-navigation .page-numbers {
	width              : 36px;
	height             : 36px;
	line-height        : 36px;
	font-size          : 12px;
	font-weight        : bold;
	color              : #444444;
	text-align         : center;
	background         : #fff;
	border             : 1px solid #e9e9e9;
	display            : inline-block;
	-webkit-transition : all 0.2s;
	-moz-transition    : all 0.2s;
	-ms-transition     : all 0.2s;
	-o-transition      : all 0.2s;
	transition         : all 0.2s;
}
.entry-comments .entry-comments-list .comment-navigation .page-numbers + .page-numbers {
	margin-left : 4px;
}
.entry-comments .entry-comments-list .comment-navigation .page-numbers.current,
.entry-comments .entry-comments-list .comment-navigation .page-numbers:hover,
.entry-comments .entry-comments-list .comment-navigation .page-numbers:active,
.entry-comments .entry-comments-list .comment-navigation .page-numbers:focus {
	color        : #fff;
	background   : #00519e;
	border-color : #00519e;
}
.entry-comments .entry-comments-list .comment-navigation-bottom {
	margin-bottom : 0;
	margin-top    : 20px;
}
.entry-comments-form,
.comment-respond {
	margin-top : 45px;
}
.comment-reply-title {
	color          : #373636;
	font-size      : 18px;
	font-weight    : bold;
	letter-spacing : 0.075em;
	text-transform : uppercase;
	margin-bottom  : 35px;
}
.comment-form {
	margin : 0 -15px;
}
.comment-form input[type="text"],
.comment-form input[type="search"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form textarea {
	width : 100%;
}
.comment-form input[type="text"],
.comment-form input[type="search"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"] {
	height     : 38px;
	background : #f7f7f7;
	border     : none;
}
.comment-form textarea {
	background : #f7f7f7;
	border     : none;
}
.comment-form .form-group {
	margin-bottom : 30px;
}
.comment-form .comment-notes,
.comment-form .form-submit,
.comment-form .logged-in-as {
	padding : 0 15px;
}
.site-content-page-inner .entry-comments {
	margin-left : 0;
}
@media (max-width : 991px) {
	.blog-inner.blog-style-grid article,
	.blog-inner.blog-style-masonry article {
		width : 50% !important;
	}
}
@media (max-width : 767px) {
	.blog-inner.blog-style-grid article,
	.blog-inner.blog-style-masonry article {
		width : 100% !important;
	}
	.blog-wrap.grid.layout-container-fluid,
	.blog-wrap.masonry.layout-container-fluid {
		padding : 0;
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		padding : 30px 0;
		width   : 100%;
		float   : none;
	}
	.post-navigation .nav-next {
		border-top : 1px solid #e9e9e9;
	}
}
@media (max-width : 480px) {
	.blog-inner.blog-style-classic .entry-post-date-wrap,
	.blog-inner.blog-single .entry-post-date-wrap {
		display : none;
	}
	.entry-comments {
		margin-left : 0;
	}
	.entry-comments .entry-comments-list .comment .avatar {
		display : none;
	}
	.entry-comments .entry-comments-list .comment-text {
		padding-left : 0;
	}
	.entry-comments .entry-comments-list .comment-text .author:before {
		display : none;
	}
	.entry-comments .entry-comments-list .commentlist ul.children {
		padding-left : 0 !important;
	}
}
/**
 * 8.0 - Woccommerce
 * ----------------------------------------------------------------------------
 */
.layout-container-fluid.archive-product-wrap {
	padding : 0 15px;
}
.site-content-archive-product,
.site-content-single-product {
	margin-bottom : 35px;
}
.site-content-archive-product .sidebar,
.site-content-single-product .sidebar {
	margin-bottom : 45px;
}
.woocommerce-pagination {
	height        : 36px;
	margin-bottom : 45px;
}
.woocommerce .woocommerce-ordering select {
	height           : 36px;
	border           : none;
	background-color : #f6f6f6;
	color            : #1a3a4b;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	margin-bottom : 0;
}
.catalog-filter {
	margin-bottom : 30px;
	line-height   : 36px;
}
.catalog-filter-visible .catalog-filter,
.result-count-visible .woocommerce-result-count,
.catalog-ordering-visible .woocommerce-ordering {
	display : none;
}
.woocommerce .products .star-rating,
.woocommerce .star-rating {
	float          : none;
	font-size      : 12px;
	width          : 85px;
	height         : 14px;
	letter-spacing : 5px;
}
.woocommerce .products .star-rating:before,
.woocommerce .star-rating:before {
	color : #e8aa00;
}
.woocommerce .products .star-rating span,
.woocommerce .star-rating span {
	color : #e8aa00;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
	font-size   : 12px;
	color       : #373636;
	font-weight : bold;
	display     : block;
	line-height : 1;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
	display         : inline-block;
	text-decoration : none;
	color           : #373636;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
	display      : inline-block;
	font-size    : 12px;
	color        : #a0a0a0;
	opacity      : 1;
	margin-right : 15px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	-webkit-border-radius : 3px;
	-moz-border-radius    : 3px;
	border-radius         : 3px;
	background-color      : #00519e;
	color                 : #FFFFFF;
	font-size             : 12px;
	line-height           : 16px;
	font-weight           : bold;
	text-transform        : uppercase;
	padding               : 10px 24px;
	display               : inline-block;
	-webkit-transition    : all 0.2s linear;
	-moz-transition       : all 0.2s linear;
	-ms-transition        : all 0.2s linear;
	-o-transition         : all 0.2s linear;
	transition            : all 0.2s linear;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color : #333333;
	color            : #FFFFFF;
	text-decoration  : none !important;
	outline          : none !important;
}
.product-flash-wrap {
	position : absolute;
	top      : 0;
	left     : 15px;
	z-index  : 3;
}
.product-flash-wrap .on-sale,
.product-flash-wrap .on-new {
	background-color         : #2e2e2e;
	height                   : 32px;
	width                    : 69px;
	display                  : block;
	position                 : absolute;
	line-height              : 32px;
	text-align               : center;
	color                    : #fff;
	font-size                : 11px;
	text-transform           : uppercase;
	-webkit-transform-origin : left top;
	-moz-transform-origin    : left top;
	-ms-transform-origin     : left top;
	-o-transform-origin      : left top;
	transform-origin         : left top;
	-webkit-transform        : rotate(-90deg) translateX(-59px);
	-moz-transform           : rotate(-90deg) translateX(-59px);
	-ms-transform            : rotate(-90deg) translateX(-59px);
	-o-transform             : rotate(-90deg) translateX(-59px);
	transform                : rotate(-90deg) translateX(-59px);
}
.product-flash-wrap .on-sale:before,
.product-flash-wrap .on-new:before {
	content       : "";
	display       : block;
	position      : absolute;
	top           : 100%;
	right         : 0;
	border-left   : 10px solid #111;
	border-bottom : 5px solid transparent;
}
.product-flash-wrap .on-sale + .on-new {
	left : 42px;
}
.woocommerce div.product form.cart div.quantity,
.product-quantity div.quantity {
	margin : 0;
}
.woocommerce div.product form.cart div.quantity .quantity-inner,
.product-quantity div.quantity .quantity-inner {
	width        : 40px;
	height       : 36px;
	margin-right : 30px;
	position     : relative;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .qty,
.product-quantity div.quantity .quantity-inner .qty {
	width            : 40px;
	height           : 36px;
	background-color : #fff;
	border           : 1px solid #CBCBCB;
	font-size        : 12px;
	font-weight      : bold;
	color            : #1a3a4b;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number,
.product-quantity div.quantity .quantity-inner .btn-number {
	position         : absolute;
	left             : 100%;
	width            : 30px;
	height           : 18px;
	background-color : #1A3A4B;
	border           : none;
	color            : #fff;
	line-height      : 18px;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="minus"],
.product-quantity div.quantity .quantity-inner .btn-number[data-type="minus"] {
	bottom : 0;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="plus"],
.product-quantity div.quantity .quantity-inner .btn-number[data-type="plus"] {
	top : 0;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	height           : 44px;
	background-color : #F6F6F6;
	padding          : 0 20px;
	font-size        : 12px;
	text-transform   : none;
	color            : #1a3a4b;
	border           : none;
}
.woocommerce form .form-row input.input-text ::-webkit-input-placeholder,
.woocommerce form .form-row textarea ::-webkit-input-placeholder,
.woocommerce form .form-row select ::-webkit-input-placeholder {
	font-size      : 12px;
	text-transform : none;
	color          : #1a3a4b;
}
.woocommerce form .form-row input.input-text :-moz-placeholder,
.woocommerce form .form-row textarea :-moz-placeholder,
.woocommerce form .form-row select :-moz-placeholder {
	font-size      : 12px;
	text-transform : none;
	color          : #1a3a4b;
}
.woocommerce form .form-row input.input-text ::-moz-placeholder,
.woocommerce form .form-row textarea ::-moz-placeholder,
.woocommerce form .form-row select ::-moz-placeholder {
	font-size      : 12px;
	text-transform : none;
	color          : #1a3a4b;
}
.woocommerce form .form-row input.input-text :-ms-input-placeholder,
.woocommerce form .form-row textarea :-ms-input-placeholder,
.woocommerce form .form-row select :-ms-input-placeholder {
	font-size      : 12px;
	text-transform : none;
	color          : #1a3a4b;
}
.woocommerce form .form-row {
	padding       : 0;
	margin-bottom : 20px;
}
div.floating-cart {
	position   : absolute;
	top        : 0;
	left       : 0;
	background : #fff;
	z-index    : 1000;
	overflow   : hidden;
	box-shadow : 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
	display    : none;
}
/* --------------------------------------------
	PRODUCT LISTING
-------------------------------------------- */
.product-listing.woocommerce {
	margin : 0 -15px;
}
.product-listing.woocommerce .product-item-wrap {
	float   : left;
	padding : 0 15px 45px 15px;
}
.product-listing.woocommerce .rating-visible .star-rating {
	display : none;
}
.product-listing.woocommerce .product-item-inner {
	position : relative;
}
.product-listing.woocommerce .product-thumb img {
	width : 100%;
}
.product-listing.woocommerce .product-thumb {
	position      : relative;
	/*overflow: hidden;*/
	margin-bottom : 10px;
}
.product-listing.woocommerce .product-thumb-secondary {
	position           : absolute;
	margin             : auto;
	top                : 0;
	bottom             : 0;
	left               : 0;
	right              : 0;
	opacity            : 0;
	z-index            : 1;
	-webkit-transition : all 0.2s linear;
	-moz-transition    : all 0.2s linear;
	-ms-transition     : all 0.2s linear;
	-o-transition      : all 0.2s linear;
	transition         : all 0.2s linear;
}
.product-listing.woocommerce .product-link {
	position : absolute;
	top      : 0;
	left     : 0;
	width    : 100%;
	height   : 100%;
	z-index  : 2;
}
.product-listing.woocommerce .product-cat {
	float : left;
}
.product-listing.woocommerce .product-cat a {
	color : #b7b7b7;
}
.product-listing.woocommerce .product-cat a:hover {
	text-decoration : none;
	color           : #00519e;
}
.product-listing.woocommerce .product-item-wrap .star-rating {
	float      : right;
	margin-top : 3px;
}
.product-listing.woocommerce .product-name {
	display       : block;
	font-size     : 14px;
	font-weight   : bold;
	color         : #1a1a1a;
	margin-bottom : 20px;
}
.product-listing.woocommerce .product-name:hover {
	color           : #00519e;
	text-decoration : none;
}
.product-listing.woocommerce .product-name:after {
	content          : "";
	display          : block;
	width            : 35px;
	height           : 1px;
	background-color : #cccccc;
	margin-top       : 5px;
}
.product-listing.woocommerce .product-actions {
	position : relative;
	height   : 12px;
}
.product-listing.woocommerce span.price {
	position           : absolute;
	z-index            : 1;
	opacity            : 1;
	-webkit-transform  : translateY(0px);
	-moz-transform     : translateY(0px);
	-ms-transform      : translateY(0px);
	-o-transform       : translateY(0px);
	transform          : translateY(0px);
	-webkit-transition : all 0.2s linear;
	-moz-transition    : all 0.2s linear;
	-ms-transition     : all 0.2s linear;
	-o-transition      : all 0.2s linear;
	transition         : all 0.2s linear;
}
.product-listing.woocommerce .added_to_cart.wc-forward,
.product-listing.woocommerce .product_type_external,
.product-listing.woocommerce .product_type_grouped,
.product-listing.woocommerce .product_type_simple,
.product-listing.woocommerce .product_type_variable {
	font-size             : 11px;
	line-height           : 12px;
	padding               : 10px 8px;
	text-transform        : uppercase;
	color                 : #fff;
	background-color      : #00519e;
	display               : inline-block;
	font-weight           : normal;
	-webkit-border-radius : 5px;
	-moz-border-radius    : 5px;
	border-radius         : 5px;
	position              : absolute;
	z-index               : 2;
	-webkit-transform     : translateY(20px);
	-moz-transform        : translateY(20px);
	-ms-transform         : translateY(20px);
	-o-transform          : translateY(20px);
	transform             : translateY(20px);
	opacity               : 0;
	-webkit-transition    : all 0.2s linear;
	-moz-transition       : all 0.2s linear;
	-ms-transition        : all 0.2s linear;
	-o-transition         : all 0.2s linear;
	transition            : all 0.2s linear;
}
.product-listing.woocommerce .added_to_cart.wc-forward:hover,
.product-listing.woocommerce .product_type_external:hover,
.product-listing.woocommerce .product_type_grouped:hover,
.product-listing.woocommerce .product_type_simple:hover,
.product-listing.woocommerce .product_type_variable:hover {
	background-color : #333333;
	color            : #fff;
}
.product-listing.woocommerce .add_to_cart_button.loading:after,
.product-listing.woocommerce .add_to_cart_button.added:after {
	display : none;
}
.product-listing.woocommerce .add_to_cart_button.loading {
	opacity       : 1;
	padding-right : 8px;
}
.product-listing.woocommerce .add_to_cart_button.loading:before {
	font-family            : "fontawesome";
	content                : "\f021";
	-webkit-font-smoothing : antialiased;
	font-weight            : 400;
	display                : inline;
	margin-right           : 5px;
	-webkit-animation      : spin 1s linear infinite;
	-moz-animation         : spin 1s linear infinite;
	animation              : spin 1s linear infinite;
}
.product-listing.woocommerce .added_to_cart.wc-forward {
	display : none;
}
.product-listing.woocommerce .add_to_cart_button.added:before {
	font-family            : "fontawesome";
	content                : "\f00c";
	-webkit-font-smoothing : antialiased;
	font-weight            : 400;
	display                : inline-block;
	margin-right           : 5px;
}
.product-listing.woocommerce .product-item-wrap:hover .product-thumb-secondary {
	opacity : 1;
}
.product-listing.woocommerce .product-item-wrap:hover .added_to_cart.wc-forward,
.product-listing.woocommerce .product-item-wrap:hover .product_type_external,
.product-listing.woocommerce .product-item-wrap:hover .product_type_grouped,
.product-listing.woocommerce .product-item-wrap:hover .product_type_simple,
.product-listing.woocommerce .product-item-wrap:hover .product_type_variable {
	-webkit-transform : translateY(0%);
	-moz-transform    : translateY(0%);
	-ms-transform     : translateY(0%);
	-o-transform      : translateY(0%);
	transform         : translateY(0%);
	opacity           : 1;
}
.product-listing.woocommerce .product-item-wrap:hover span.price {
	opacity           : 0;
	-webkit-transform : translateY(-20px);
	-moz-transform    : translateY(-20px);
	-ms-transform     : translateY(-20px);
	-o-transform      : translateY(-20px);
	transform         : translateY(-20px);
}
.product-listing.woocommerce.columns-2 .product-item-wrap {
	width : 50%;
}
.product-listing.woocommerce.columns-3 .product-item-wrap {
	width : 33.33333333%;
}
.product-listing.woocommerce.columns-4 .product-item-wrap {
	width : 25%;
}
.product-listing.woocommerce.columns-5 .product-item-wrap {
	width : 20%;
}
.product-listing.woocommerce.columns-6 .product-item-wrap {
	width : 16.66666667%;
}
.product-listing.woocommerce.product-slider .product-item-wrap {
	float : none;
}
.product-listing.woocommerce.product-slider .owl-carousel {
	margin-top : -10px;
}
.product-listing.woocommerce.product-slider .owl-carousel .owl-wrapper-outer {
	padding-top : 10px;
}
.product-listing.woocommerce .product-category img {
	width : 100%;
}
.product-listing.woocommerce .product-category a:hover {
	text-decoration : none;
}
.product-listing.woocommerce .product-category h3 {
	display       : block;
	font-size     : 18px;
	font-weight   : bold;
	color         : #1a1a1a;
	margin-bottom : 0;
	margin-top    : 20px;
	position      : relative;
}
.product-listing.woocommerce .product-category h3:hover {
	color           : #00519e;
	text-decoration : none;
}
.product-listing.woocommerce .product-category h3:after {
	content          : "";
	display          : block;
	width            : 35px;
	height           : 1px;
	background-color : #cccccc;
	margin-top       : 5px;
}
.product-listing.woocommerce .product-category mark {
	background  : none;
	position    : absolute;
	font-size   : 10px;
	margin-left : 3px;
	top         : -3px;
}
/* --------------------------------------------
	SINGLE PRODUCT INFO
-------------------------------------------- */
.single-product-wrap {
	padding-bottom : 35px;
}
.site-content-single-product .single-product-inner .single-product-info {
	margin : 0 -15px 60px -15px;
}
.site-content-single-product .single-product-inner .single-product-info .single-product-image-wrap {
	float   : left;
	width   : 44.44444444444444%;
	padding : 0 15px;
}
.site-content-single-product .single-product-inner .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
	padding : 0;
}
.site-content-single-product .single-product-inner .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .attachment-shop_single {
	width : 100%;
}
.site-content-single-product .single-product-inner .single-product-info .single-product-image-wrap .product-image-total-1 {
	display : none;
}
.site-content-single-product .single-product-inner .single-product-info .single-product-image-wrap .product-thumb-wrap {
	margin : 10px -5px 0 -5px;
}
.site-content-single-product .single-product-inner .single-product-info .single-product-image-wrap #sync2 .thumbnail-image {
	padding    : 0 5px;
	text-align : center;
}
.site-content-single-product .single-product-inner .single-product-info .single-product-image-wrap #sync2 .thumbnail-image a {
	display  : block;
	position : relative;
}
.site-content-single-product .single-product-inner .single-product-info .single-product-image-wrap #sync2 .thumbnail-image a:before {
	content          : "";
	position         : absolute;
	top              : 0;
	right            : 0;
	left             : 0;
	bottom           : 0;
	margin           : auto;
	background-color : rgba(0, 0, 0, 0);
}
.site-content-single-product .single-product-inner .single-product-info .single-product-image-wrap #sync2 .synced .thumbnail-image a:before {
	background-color : rgba(0, 0, 0, 0.3);
}
.site-content-single-product .single-product-inner .single-product-info .summary-product-wrap {
	float   : left;
	padding : 0 15px;
	width   : 55.55555555555556%;
}
.site-content-single-product .single-product-inner .single-product-info h1.product_title {
	font-weight    : bold;
	font-size      : 24px;
	color          : #2d2d2d;
	letter-spacing : 0.075em;
	margin-bottom  : 25px;
	margin-top     : 15px;
	text-transform : uppercase;
	line-height    : 26px;
}
.site-content-single-product .single-product-inner .single-product-info p.price {
	font-size : 14px;
}
.site-content-single-product .single-product-inner .single-product-info .product-single-short-description {
	font-size     : 13px;
	margin-bottom : 30px;
}
.site-content-single-product .single-product-inner .single-product-info .product-single-short-description p {
	margin-bottom : 0;
}
.site-content-single-product .single-product-inner .single-product-info form.cart,
.site-content-single-product .single-product-inner .single-product-info div.cart,
.site-content-single-product .single-product-inner .single-product-info p.cart {
	margin-bottom : 30px;
	position      : relative;
	display       : inline-block;
	width         : 100%;
	/*font-size: 0;*/
}
.site-content-single-product .single-product-inner .single-product-info form.cart select,
.site-content-single-product .single-product-inner .single-product-info div.cart select,
.site-content-single-product .single-product-inner .single-product-info p.cart select {
	height      : 40px;
	border      : 1px solid #CBCBCB;
	color       : #1a3a4b;
	font-size   : 13px;
	font-weight : bold;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .quantity,
.site-content-single-product .single-product-inner .single-product-info div.cart .quantity,
.site-content-single-product .single-product-inner .single-product-info p.cart .quantity {
	margin-right : 40px;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .button,
.site-content-single-product .single-product-inner .single-product-info div.cart .button,
.site-content-single-product .single-product-inner .single-product-info p.cart .button {
	font-size      : 12px;
	font-weight    : bold;
	letter-spacing : 0.05em;
	padding        : 12px 20px;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .group_table,
.site-content-single-product .single-product-inner .single-product-info div.cart .group_table,
.site-content-single-product .single-product-inner .single-product-info p.cart .group_table {
	font-size     : 12px;
	margin-bottom : 20px;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .group_table td,
.site-content-single-product .single-product-inner .single-product-info div.cart .group_table td,
.site-content-single-product .single-product-inner .single-product-info p.cart .group_table td {
	padding-bottom : 20px;
	line-height    : 36px;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .group_table td.label,
.site-content-single-product .single-product-inner .single-product-info div.cart .group_table td.label,
.site-content-single-product .single-product-inner .single-product-info p.cart .group_table td.label {
	padding : 0 5px;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .group_table .quantity,
.site-content-single-product .single-product-inner .single-product-info div.cart .group_table .quantity,
.site-content-single-product .single-product-inner .single-product-info p.cart .group_table .quantity {
	margin-right : 5px;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .group_table label,
.site-content-single-product .single-product-inner .single-product-info div.cart .group_table label,
.site-content-single-product .single-product-inner .single-product-info p.cart .group_table label {
	font-size   : 12px;
	color       : #2d2d2d;
	font-weight : normal;
	margin      : 0;
	line-height : 36px;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .group_table td.price,
.site-content-single-product .single-product-inner .single-product-info div.cart .group_table td.price,
.site-content-single-product .single-product-inner .single-product-info p.cart .group_table td.price {
	font-size   : 12px;
	color       : #373636;
	font-weight : bold;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .group_table td.price ins,
.site-content-single-product .single-product-inner .single-product-info div.cart .group_table td.price ins,
.site-content-single-product .single-product-inner .single-product-info p.cart .group_table td.price ins {
	display         : inline-block;
	text-decoration : none;
	color           : #373636;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .group_table td.price del,
.site-content-single-product .single-product-inner .single-product-info div.cart .group_table td.price del,
.site-content-single-product .single-product-inner .single-product-info p.cart .group_table td.price del {
	display      : inline-block;
	font-size    : 12px;
	color        : #a0a0a0;
	opacity      : 1;
	margin-right : 15px;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .group_table td.price .out-of-stock,
.site-content-single-product .single-product-inner .single-product-info div.cart .group_table td.price .out-of-stock,
.site-content-single-product .single-product-inner .single-product-info p.cart .group_table td.price .out-of-stock {
	display       : inline-block;
	margin-bottom : 0;
	color         : #cacaca;
	font-size     : 11px;
	margin-left   : 3px;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .add_to_cart_button.loading:after,
.site-content-single-product .single-product-inner .single-product-info div.cart .add_to_cart_button.loading:after,
.site-content-single-product .single-product-inner .single-product-info p.cart .add_to_cart_button.loading:after,
.site-content-single-product .single-product-inner .single-product-info form.cart .add_to_cart_button.added:after,
.site-content-single-product .single-product-inner .single-product-info div.cart .add_to_cart_button.added:after,
.site-content-single-product .single-product-inner .single-product-info p.cart .add_to_cart_button.added:after {
	display : none;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .add_to_cart_button.loading,
.site-content-single-product .single-product-inner .single-product-info div.cart .add_to_cart_button.loading,
.site-content-single-product .single-product-inner .single-product-info p.cart .add_to_cart_button.loading {
	opacity       : 1;
	padding-right : 20px;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .add_to_cart_button.loading:before,
.site-content-single-product .single-product-inner .single-product-info div.cart .add_to_cart_button.loading:before,
.site-content-single-product .single-product-inner .single-product-info p.cart .add_to_cart_button.loading:before {
	font-family            : "fontawesome";
	content                : "\f021";
	-webkit-font-smoothing : antialiased;
	font-weight            : 400;
	display                : inline;
	margin-right           : 5px;
	-webkit-animation      : spin 1s linear infinite;
	-moz-animation         : spin 1s linear infinite;
	animation              : spin 1s linear infinite;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .add_to_cart_button.added:before,
.site-content-single-product .single-product-inner .single-product-info div.cart .add_to_cart_button.added:before,
.site-content-single-product .single-product-inner .single-product-info p.cart .add_to_cart_button.added:before {
	font-family            : "fontawesome";
	content                : "\f00c";
	-webkit-font-smoothing : antialiased;
	font-weight            : 400;
	display                : inline-block;
	margin-right           : 5px;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .added_to_cart.wc-forward,
.site-content-single-product .single-product-inner .single-product-info div.cart .added_to_cart.wc-forward,
.site-content-single-product .single-product-inner .single-product-info p.cart .added_to_cart.wc-forward {
	display : none;
}
.site-content-single-product .single-product-inner .single-product-info form.cart .single_variation,
.site-content-single-product .single-product-inner .single-product-info div.cart .single_variation,
.site-content-single-product .single-product-inner .single-product-info p.cart .single_variation {
	margin-bottom : 20px;
}
.site-content-single-product .single-product-inner .single-product-info form.variations_form {
	margin-bottom : 0;
}
.site-content-single-product .single-product-inner .single-product-info form.variations_form .variations {
	margin-bottom : 20px;
	width         : 100%;
}
.site-content-single-product .single-product-inner .single-product-info form.variations_form .variations td {
	display    : table-cell;
	text-align : left;
}
.site-content-single-product .single-product-inner .single-product-info form.variations_form .variations td.label {
	padding : 0 0 15px 0;
}
.site-content-single-product .single-product-inner .single-product-info form.variations_form .variations td.label label {
	font-size     : 12px;
	color         : #b7b7b7;
	font-weight   : normal;
	line-height   : 40px;
	margin-bottom : 0;
	padding-right : 10px;
}
.site-content-single-product .single-product-inner .single-product-info form.variations_form .variations_button,
.site-content-single-product .single-product-inner .single-product-info form.variations_form .grouped_button {
	position      : relative;
	display       : inline-block;
	margin-bottom : 30px;
}
.site-content-single-product .single-product-inner .single-product-info .product_meta > span {
	display : block;
}
.site-content-single-product .single-product-inner .single-product-info .product_meta > span a,
.site-content-single-product .single-product-inner .single-product-info .product_meta > span span {
	color : #00519e;
}
.site-content-single-product .single-product-inner .single-product-info .product_meta label {
	font-size     : 12px;
	color         : #b7b7b7;
	font-weight   : normal;
	margin-bottom : 0;
}
.site-content-single-product .single-product-inner .single-product-info .out-of-stock {
	display : none;
}
/* --------------------------------------------
	SINGLE PRODUCT TAB
-------------------------------------------- */
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding   : 0;
	margin    : 0;
	font-size : 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border                : none;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
	background-color      : #fff;
	margin                : 0;
	padding               : 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display : none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size        : 13px;
	color            : #FFF;
	font-weight      : bold;
	text-transform   : uppercase;
	padding          : 12px 35px;
	background-color : #1a3a4b;
	border           : 1px solid #1a3a4b;
	border-bottom    : none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color : #FFF;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background-color : #fff;
	color            : #1a3a4b;
	border-color     : #E5E5E5;
}
.woocommerce div.product .woocommerce-tabs .panel {
	border                : 1px solid #E5E5E5;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
	padding               : 25px 30px;
	margin-bottom         : 0;
}
.woocommerce div.product .woocommerce-tabs .panel p:last-child {
	margin-bottom : 0;
}
/* --------------------------------------------
	SINGLE PRODUCT REVIEW
-------------------------------------------- */
.woocommerce #reviews #comments h2 {
	color          : #373636;
	font-size      : 18px;
	font-weight    : bold;
	letter-spacing : 0.075em;
	text-transform : uppercase;
}
.woocommerce #reviews #comments ol.commentlist {
	padding : 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width                 : 60px;
	margin-right          : 15px;
	position              : relative;
	-webkit-border-radius : 100%;
	-moz-border-radius    : 100%;
	border-radius         : 100%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin                : 0;
	position              : relative;
	overflow              : hidden;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
	background-color      : #F8F8F8;
	border                : none;
	padding               : 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	margin : 0 0 15px 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size     : 12px;
	color         : #4d4d4d;
	margin-bottom : 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
	font-size   : 16px;
	color       : #585858;
	font-weight : 500;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
	margin-bottom : 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p:last-child {
	margin : 0;
}
.woocommerce #reviews h3 {
	margin-bottom : 15px;
}
.woocommerce #review_form #respond p.comment-form-rating {
	margin-bottom : 15px;
}
.woocommerce #reviews #comment {
	height : 150px;
}
.woocommerce #reviews .comment-form {
	margin : 0;
}
.woocommerce #reviews .comment-form .comment-notes,
.woocommerce #reviews .comment-form .form-submit,
.woocommerce #reviews .comment-form .logged-in-as {
	padding : 0;
}
.upsells.products,
.related.products,
.cross-sells {
	margin-top : 70px;
	/*owl-carousel*/
	/*.owl-theme .owl-controls {
		margin: 0;
		position: absolute;
		top:  -60px;
		right: 15px;
	  }
	  .owl-theme .owl-controls .owl-buttons div {
		width: 54px;
		height: 32px;
		display: inline-block;
		cursor: pointer;
		text-align: center;
		.transition(0.3s,ease);
		background-color: #f5f5f5;
		z-index: 200;
		padding: 0;
		opacity: 1;
		font-size: 16px;
		color: #1e1e1e;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	  }
	  .owl-theme .owl-controls .owl-buttons div i {
		font-size: 18px;
		line-height: 34px;
	  }
	  .owl-theme .owl-controls .owl-buttons div:hover {
		background: @primary_color;
		color: #FFFFFF;
	  }*/
}
.upsells.products h4.widget-title,
.related.products h4.widget-title,
.cross-sells h4.widget-title {
	color          : #232323;
	font-size      : 18px;
	text-transform : uppercase;
	font-weight    : bold;
	letter-spacing : 0.075px;
	margin-bottom  : 30px;
}
.upsells.products .product-slider .owl-theme .owl-controls,
.related.products .product-slider .owl-theme .owl-controls,
.cross-sells .product-slider .owl-theme .owl-controls {
	margin : 0;
	height : 0;
}
.upsells.products .product-slider .owl-theme .owl-controls .owl-buttons div,
.related.products .product-slider .owl-theme .owl-controls .owl-buttons div,
.cross-sells .product-slider .owl-theme .owl-controls .owl-buttons div {
	position              : absolute;
	width                 : 40px;
	height                : 40px;
	line-height           : 40px;
	margin                : -92.5px 0 0 0;
	display               : block;
	top                   : 50%;
	cursor                : pointer;
	text-align            : center;
	background-color      : rgba(0, 0, 0, 0.7);
	z-index               : 200;
	padding               : 0;
	opacity               : 0;
	color                 : #fff;
	font-size             : 24px;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
	-webkit-transition    : all 0.3s;
	-moz-transition       : all 0.3s;
	-ms-transition        : all 0.3s;
	-o-transition         : all 0.3s;
	transition            : all 0.3s;
}
.upsells.products .product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev,
.related.products .product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev,
.cross-sells .product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left              : 15px;
	-webkit-transform : translateX(-50px);
	-moz-transform    : translateX(-50px);
	-ms-transform     : translateX(-50px);
	-o-transform      : translateX(-50px);
	transform         : translateX(-50px);
}
.upsells.products .product-slider .owl-theme .owl-controls .owl-buttons div.owl-next,
.related.products .product-slider .owl-theme .owl-controls .owl-buttons div.owl-next,
.cross-sells .product-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
	right             : 15px;
	-webkit-transform : translateX(50px);
	-moz-transform    : translateX(50px);
	-ms-transform     : translateX(50px);
	-o-transform      : translateX(50px);
	transform         : translateX(50px);
}
.upsells.products .product-slider:hover .owl-theme .owl-controls .owl-buttons div,
.related.products .product-slider:hover .owl-theme .owl-controls .owl-buttons div,
.cross-sells .product-slider:hover .owl-theme .owl-controls .owl-buttons div {
	opacity           : 1;
	-webkit-transform : translateX(0px);
	-moz-transform    : translateX(0px);
	-ms-transform     : translateX(0px);
	-o-transform      : translateX(0px);
	transform         : translateX(0px);
}
/* --------------------------------------------
	SHOPPING CART
-------------------------------------------- */
p.return-to-shop {
	margin-bottom : 80px !important;
}
.woocommerce table.shop_table {
	border                : 1px solid #EDEDED;
	margin-bottom         : 30px;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
}
.woocommerce table.shop_table.cart th {
	font-size      : 13px;
	line-height    : 16px;
	padding        : 14px 12px;
	text-transform : uppercase;
	color          : #1a3a4b;
	text-align     : center;
	font-weight    : normal;
	border-bottom  : 1px solid #EDEDED;
	border-right   : 1px solid #EDEDED;
}
.woocommerce table.shop_table.cart td {
	border-top   : 1px solid #EDEDED;
	border-right : 1px solid #EDEDED;
	padding      : 20px 12px;
}
.woocommerce table.shop_table tbody td.product-name .product-name-wrap {
	position : relative;
	overflow : hidden;
	height   : 136px;
	display  : table;
}
.woocommerce table.shop_table tbody td.product-name .product-name-wrap .product-name-inner {
	display        : table-cell;
	vertical-align : middle;
}
.woocommerce table.shop_table tbody td.product-name .product-name-wrap .product-name-inner a {
	font-size   : 14px;
	color       : #1a3a4b;
	font-weight : bold;
}
.woocommerce table.shop_table tbody td.product-name .product-name-wrap .product-name-inner a:hover {
	color           : #00519e;
	text-decoration : none;
}
.woocommerce td.product-name dl.variation {
	color : #888888;
}
.woocommerce td.product-name dl.variation dt {
	font-weight : normal;
	padding     : 0 0 5px;
}
.woocommerce td.product-name dl.variation dd {
	padding : 0 0 5px;
	margin  : 0;
}
.woocommerce td.product-name dl.variation {
	margin : 5px 0 0 0;
}
.woocommerce-cart table.cart img {
	width        : 136px;
	float        : left;
	margin-right : 20px;
}
.woocommerce table.shop_table tbody td.product-price,
.woocommerce table.shop_table tbody td.product-subtotal {
	font-size  : 14px;
	text-align : center;
	color      : #888;
}
.woocommerce table.shop_table tbody td.product-quantity,
.woocommerce table.shop_table tbody td.product-remove {
	text-align : center;
}
.woocommerce table.shop_table tbody td.product-quantity .quantity-inner,
.woocommerce table.shop_table tbody td.product-remove .quantity-inner {
	display : inline-block;
}
.woocommerce table.shop_table tbody td.product-remove {
	font-size : 16px;
	color     : #00519e;
}
.woocommerce-cart table.cart td.actions {
	padding : 20px 25px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	text-transform : none;
	height         : 44px;
	padding        : 0 20px;
	border         : 1px solid #EDEDED;
	font-size      : 12px;
	color          : #888888;
	width          : 220px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text ::-webkit-input-placeholder {
	font-size      : 12px;
	text-transform : none;
	color          : #888888;
}
.woocommerce-cart table.cart td.actions .coupon .input-text :-moz-placeholder {
	font-size      : 12px;
	text-transform : none;
	color          : #888888;
}
.woocommerce-cart table.cart td.actions .coupon .input-text ::-moz-placeholder {
	font-size      : 12px;
	text-transform : none;
	color          : #888888;
}
.woocommerce-cart table.cart td.actions .coupon .input-text :-ms-input-placeholder {
	font-size      : 12px;
	text-transform : none;
	color          : #888888;
}
.woocommerce-cart table.cart td.actions .button,
.woocommerce-shipping-calculator .button,
.woocommerce-cart table.cart td.actions input.button,
.woocommerce-shipping-calculator input.button,
.woocommerce-cart table.cart td.actions button.button,
.woocommerce-shipping-calculator button.button {
	color                 : #1a3a4b;
	font-size             : 13px;
	line-height           : 14px;
	font-weight           : bold;
	background-color      : transparent;
	letter-spacing        : 0.05em;
	border                : 2px solid #1e1e1e;
	padding               : 13px 25px;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
	vertical-align        : middle;
}
.woocommerce-cart table.cart td.actions .button:hover,
.woocommerce-shipping-calculator .button:hover,
.woocommerce-cart table.cart td.actions input.button:hover,
.woocommerce-shipping-calculator input.button:hover,
.woocommerce-cart table.cart td.actions button.button:hover,
.woocommerce-shipping-calculator button.button:hover {
	background-color : #00519e;
	border-color     : #00519e;
	color            : #fff;
}
.cart-collaterals {
	margin        : 0 -15px;
	margin-bottom : 80px;
}
.cart-collaterals h4.widget-title,
.cart-collaterals h2 {
	font-size      : 14px;
	color          : #1e1e1e;
	font-weight    : bold;
	text-transform : uppercase;
	letter-spacing : 0.05em;
	border-bottom  : 1px solid #EDEDED;
	padding-bottom : 15px;
	margin-bottom  : 30px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width : 100%;
	float : none;
}
.woocommerce .cart-collaterals .cart_totals_inner,
.woocommerce-page .cart-collaterals .cart_totals_inner,
.woocommerce-shipping-calculator {
	float      : left;
	width      : 50%;
	padding    : 0 15px;
	margin-top : 40px;
}
.woocommerce .cart-collaterals .cart_totals_inner,
.woocommerce-page .cart-collaterals .cart_totals_inner {
	float : right;
}
.shipping-calculator-form {
	display : block !important;
}
.shipping-calculator-form p {
	margin-bottom : 0;
}
.woocommerce-cart .cart-collaterals .cart_totals_inner table td,
.woocommerce-cart .cart-collaterals .cart_totals_inner table th {
	border-bottom : 1px solid #EDEDED;
	border-top    : none;
	line-height   : 26px;
	padding       : 11px 0;
	font-weight   : normal;
}
.woocommerce-cart .cart-collaterals .cart_totals_inner table td strong,
.woocommerce-cart .cart-collaterals .cart_totals_inner table th strong {
	font-weight : normal;
}
.woocommerce-cart .cart-collaterals .cart_totals_inner table {
	margin-bottom : 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals_inner table th {
	font-size : 12px;
	color     : #1a3a4b;
}
.woocommerce-cart .cart-collaterals .cart_totals_inner table td {
	font-size  : 14px;
	color      : #888888;
	text-align : right;
}
.woocommerce-cart .wc-proceed-to-checkout {
	padding : 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin                : 0;
	font-size             : 14px;
	font-weight           : bold;
	letter-spacing        : 0.05em;
	padding               : 16px 30px;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
}
.cross-sells {
	margin-bottom : 35px;
}
.woocommerce ul#shipping_method li {
	padding     : 0;
	text-indent : 0;
}
.woocommerce ul#shipping_method li input[type=radio] {
	margin         : 0;
	vertical-align : middle;
}
.woocommerce ul#shipping_method li label {
	font-weight : normal;
	margin      : 0;
}
/* --------------------------------------------
	CHECKOUT
-------------------------------------------- */
.woocommerce-checkout .site-content-page {
	margin-bottom : 80px;
}
.woocommerce form.checkout_coupon {
	border                : 1px solid #EDEDED;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
}
.woocommerce form.checkout_coupon input.button {
	color                 : #1a3a4b;
	font-size             : 13px;
	line-height           : 14px;
	font-weight           : bold;
	background-color      : transparent;
	letter-spacing        : 0.05em;
	border                : 2px solid #1e1e1e;
	padding               : 13px 25px;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
	vertical-align        : middle;
}
.woocommerce form.checkout_coupon input.button:hover {
	background-color : #00519e;
	border-color     : #00519e;
	color            : #fff;
}
.woocommerce form.checkout_coupon input.input-text {
	text-transform   : none;
	height           : 44px;
	padding          : 0 20px;
	border           : 1px solid #EDEDED;
	font-size        : 12px;
	color            : #888888;
	background-color : transparent;
}
.woocommerce form.checkout_coupon .form-row {
	margin : 0;
}
.woocommerce-checkout form.login {
	border                : 1px solid #EDEDED;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
}
.woocommerce-checkout form.login input.button {
	color                 : #1a3a4b;
	font-size             : 13px;
	line-height           : 14px;
	font-weight           : bold;
	background-color      : transparent;
	letter-spacing        : 0.05em;
	border                : 2px solid #1e1e1e;
	padding               : 13px 25px;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
	vertical-align        : middle;
}
.woocommerce-checkout form.login input.button:hover {
	background-color : #00519e;
	border-color     : #00519e;
	color            : #fff;
}
.woocommerce-checkout form.login input.input-text {
	text-transform   : none;
	height           : 44px;
	padding          : 0 20px;
	border           : 1px solid #EDEDED;
	font-size        : 12px;
	color            : #888888;
	background-color : transparent;
}
.woocommerce-billing-fields h3,
#ship-to-different-address,
.woocommerce-checkout-review-order h3#order_review_heading,
#checkout-payment_heading {
	font-size      : 14px;
	color          : #373636;
	font-weight    : bold;
	text-transform : uppercase;
	letter-spacing : 0.075em;
	border-bottom  : 1px solid #EDEDED;
	padding-bottom : 15px;
	margin-bottom  : 30px;
}
.woocommerce form .form-row label {
	font-size     : 13px;
	line-height   : 1;
	margin-bottom : 15px;
	font-weight   : normal;
	color         : #373636;
}
.select2-container .select2-choice {
	background-color      : #F6F6F6;
	padding               : 10px 20px;
	font-size             : 12px;
	text-transform        : none;
	color                 : #1a3a4b;
	border                : none;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
}
.select2-container .select2-choice:hover {
	text-decoration : none;
}
.select2-drop-active {
	border           : none;
	background-color : #F6F6F6;
}
#ship-to-different-address label {
	font-weight : normal;
	margin      : 20px 0 0 0;
	display     : inline-block;
}
#ship-to-different-address .input-checkbox {
	margin         : 0;
	vertical-align : middle;
}
.woocommerce form .form-row textarea {
	height  : 145px;
	padding : 20px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table.order_details {
	border        : none;
	margin-bottom : 40px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name,
.woocommerce table.shop_table.order_details .product-name,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-total,
.woocommerce table.shop_table.order_details .product-total,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce table.shop_table.order_details tfoot td {
	font-size   : 13px;
	color       : #373636;
	padding     : 15px 0;
	font-weight : normal;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-total,
.woocommerce table.shop_table.order_details .product-total,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce table.shop_table.order_details tfoot td {
	font-size  : 14px;
	color      : #444444;
	text-align : right;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th.product-name,
.woocommerce table.shop_table.order_details thead th.product-name,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead td.product-total,
.woocommerce table.shop_table.order_details thead td.product-total {
	color          : #1a3a4b;
	text-transform : uppercase;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.order_details td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.shop_table.order_details tfoot th {
	border-top    : none;
	border-bottom : 1px solid #EDEDED;
}
.woocommerce table.shop_table.customer_details {
	border        : none;
	margin-bottom : 40px;
}
.woocommerce table.shop_table.customer_details tbody th,
.woocommerce table.shop_table.customer_details tbody td {
	font-size     : 13px;
	color         : #373636;
	padding       : 15px 0;
	font-weight   : normal;
	border-top    : none;
	border-bottom : 1px solid #EDEDED;
}
.woocommerce table.shop_table.customer_details tbody td {
	font-size  : 14px;
	color      : #444444;
	text-align : right;
}
.woocommerce-checkout #payment {
	background-color      : transparent;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
}
.woocommerce-checkout #payment ul.payment_methods {
	padding       : 0;
	margin-bottom : 20px;
	border-bottom : none;
}
.woocommerce-checkout #payment ul.payment_methods li {
	border-bottom : 1px solid #EDEDED;
	padding       : 10px 0;
}
.woocommerce-checkout #payment ul.payment_methods li label {
	font-size   : 13px;
	color       : #373636;
	font-weight : normal;
	margin      : 0;
}
.woocommerce-checkout #payment ul.payment_methods li input {
	vertical-align : middle;
}
.woocommerce-checkout #payment div.payment_box {
	font-size             : 12px;
	color                 : #a1a1a1;
	line-height           : 2;
	background-color      : transparent;
	margin                : 5px 0 0 0;
	padding               : 0;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
}
.woocommerce-checkout #payment div.payment_box:after {
	display : none;
}
.woocommerce-checkout #payment div.form-row {
	padding       : 0;
	margin-bottom : 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float : left;
}
.woocommerce-checkout .woocommerce-error {
	margin-left  : 15px !important;
	margin-right : 15px !important;
}
/* --------------------------------------------
	ORDER RECEIVED
-------------------------------------------- */
.checkout-confirmation h2,
.woocommerce-account h2,
.checkout-confirmation h3,
.woocommerce-account h3 {
	font-size      : 14px;
	color          : #373636;
	font-weight    : bold;
	text-transform : uppercase;
	letter-spacing : 0.075em;
	margin-bottom  : 30px;
}
/* --------------------------------------------
	MY-ACCOUNT
-------------------------------------------- */
.woocommerce-account .site-content-page {
	margin-bottom : 80px;
}
.woocommerce-account form.login,
.woocommerce-account form.register {
	border                : 1px solid #EDEDED;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
}
.woocommerce-account form.login input.button,
.woocommerce-account form.register input.button {
	color                 : #1a3a4b;
	font-size             : 13px;
	line-height           : 14px;
	font-weight           : bold;
	background-color      : transparent;
	letter-spacing        : 0.05em;
	border                : 2px solid #1e1e1e;
	padding               : 13px 25px;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
	vertical-align        : middle;
}
.woocommerce-account form.login input.button:hover,
.woocommerce-account form.register input.button:hover {
	background-color : #00519e;
	border-color     : #00519e;
	color            : #fff;
}
.woocommerce-account form.login input.input-text,
.woocommerce-account form.register input.input-text {
	text-transform   : none;
	height           : 44px;
	padding          : 0 20px;
	border           : 1px solid #EDEDED;
	font-size        : 12px;
	color            : #888888;
	background-color : transparent;
}
/* --------------------------------------------
	ORDER TRACKING
-------------------------------------------- */
.track_order {
	text-align    : center;
	margin-bottom : 80px;
}
.track_order p:first-child {
	line-height    : 1.8;
	max-width      : 800px;
	margin-left    : auto;
	margin-right   : auto;
	letter-spacing : 1px;
	font-size      : 13px;
	color          : #373636;
	display        : block;
}
.woocommerce .track_order .form-row-first,
.woocommerce .track_order .form-row-last {
	float         : none;
	margin        : auto;
	margin-bottom : 20px;
}
.woocommerce form.track_order .form-row input.input-text {
	text-align       : center;
	text-transform   : none;
	height           : 44px;
	padding          : 0 20px;
	border           : 1px solid #EDEDED;
	font-size        : 12px;
	color            : #888888;
	background-color : transparent;
}
.woocommerce form.track_order .form-row input.button {
	color                 : #1a3a4b;
	font-size             : 13px;
	line-height           : 14px;
	font-weight           : bold;
	background-color      : transparent;
	letter-spacing        : 0.05em;
	border                : 2px solid #1e1e1e;
	padding               : 13px 25px;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
	vertical-align        : middle;
}
.woocommerce form.track_order .form-row input.button:hover {
	background-color : #00519e;
	border-color     : #00519e;
	color            : #fff;
}
@media (min-width : 991px) {
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		float          : left;
		padding-bottom : 0;
	}
	.woocommerce #content table.cart td.actions,
	.woocommerce table.cart td.actions,
	.woocommerce-page #content table.cart td.actions,
	.woocommerce-page table.cart td.actions {
		text-align : right;
	}
	.woocommerce #content table.cart td.actions .button,
	.woocommerce #content table.cart td.actions .input-text,
	.woocommerce #content table.cart td.actions input,
	.woocommerce table.cart td.actions .button,
	.woocommerce table.cart td.actions .input-text,
	.woocommerce table.cart td.actions input,
	.woocommerce-page #content table.cart td.actions .button,
	.woocommerce-page #content table.cart td.actions .input-text,
	.woocommerce-page #content table.cart td.actions input,
	.woocommerce-page table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .input-text,
	.woocommerce-page table.cart td.actions input {
		width : auto;
	}
}
@media (max-width : 768px) {
	.woocommerce #content table.cart td.actions .coupon .input-text,
	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce-page #content table.cart td.actions .coupon .input-text,
	.woocommerce-page table.cart td.actions .coupon .input-text {
		width : 48%;
	}
	.woocommerce-page table.cart td.actions input[name="update_cart"] {
		float : right;
	}
	.woocommerce-cart table.cart td.actions .button,
	.woocommerce-cart table.cart td.actions input.button,
	.woocommerce-cart table.cart td.actions button.button {
		text-align : center;
	}
	.woocommerce table.shop_table.customer_details tbody td {
		text-align : left;
	}
}
@media (max-width : 767px) {
	.product-listing.woocommerce.columns-2 .product-item-wrap,
	.product-listing.woocommerce.columns-3 .product-item-wrap,
	.product-listing.woocommerce.columns-4 .product-item-wrap,
	.product-listing.woocommerce.columns-5 .product-item-wrap,
	.product-listing.woocommerce.columns-6 .product-item-wrap {
		width : 50% !important;
	}
}
@media (max-width : 600px) {
	.site-content-single-product .single-product-inner .single-product-info .single-product-image-wrap {
		float         : none;
		width         : 100%;
		margin-bottom : 30px;
	}
	.site-content-single-product .single-product-inner .single-product-info .summary-product-wrap {
		float : none;
		width : 100%;
	}
	.woocommerce-cart table.cart img {
		display : none;
	}
	.woocommerce table.shop_table tbody td.product-name .product-name-wrap {
		height : auto;
	}
	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		margin-left  : 0;
		margin-right : 0;
	}
	.woocommerce .cart-collaterals .cart_totals_inner,
	.woocommerce-page .cart-collaterals .cart_totals_inner,
	.woocommerce-shipping-calculator {
		float   : none;
		width   : 100%;
		padding : 0;
	}
}
@media (max-width : 480px) {
	.product-listing.woocommerce.columns-2 .product-item-wrap,
	.product-listing.woocommerce.columns-3 .product-item-wrap,
	.product-listing.woocommerce.columns-4 .product-item-wrap,
	.product-listing.woocommerce.columns-5 .product-item-wrap,
	.product-listing.woocommerce.columns-6 .product-item-wrap {
		width : 100% !important;
	}
	.woocommerce-cart table.cart td.actions .button,
	.woocommerce-cart table.cart td.actions input.button,
	.woocommerce-cart table.cart td.actions button.button {
		padding-left  : 15px;
		padding-right : 15px;
	}
	.woocommerce form.checkout_coupon .form-row {
		float         : none;
		width         : 100%;
		margin-bottom : 20px;
	}
}
@media (max-width : 320px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding : 8px 15px;
	}
	.upsells.products .owl-theme .owl-controls,
	.related.products .owl-theme .owl-controls,
	.cross-sells .owl-theme .owl-controls {
		display : none !important;
	}
	.woocommerce .cart-form {
		overflow-x : scroll;
	}
	.woocommerce-cart table.cart td.actions .button,
	.woocommerce-cart table.cart td.actions input.button,
	.woocommerce-cart table.cart td.actions button.button {
		padding-left   : 5px;
		padding-right  : 5px;
		letter-spacing : 0;
	}
}
/**
 * 9.0 - ShortCode
 * ----------------------------------------------------------------------------
 */
/**
 * 9.1 - Button
 * ----------------------------------------------------------------------------
 */
.innovation-button {
	display            : inline-block;
	-webkit-transition : all 0.2s linear;
	-moz-transition    : all 0.2s linear;
	-ms-transition     : all 0.2s linear;
	-o-transition      : all 0.2s linear;
	transition         : all 0.2s linear;
}
.innovation-button:hover,
.innovation-button:active {
	text-decoration : none !important;
	outline         : none !important;
}
.innovation-button.style1 {
	border                : 2px solid #FFFFFF;
	-webkit-border-radius : 5px;
	-moz-border-radius    : 5px;
	border-radius         : 5px;
	background-color      : transparent;
	color                 : #FFFFFF;
	font-size             : 12px;
	line-height           : 16px;
	font-weight           : bold;
	text-transform        : uppercase;
	padding               : 8px 22px;
}
.innovation-button.style1:hover {
	background-color : #333333;
	border           : 2px solid #333333;
	color            : #FFFFFF;
}
.innovation-button.style2 {
	-webkit-border-radius : 5px;
	-moz-border-radius    : 5px;
	border-radius         : 5px;
	background-color      : #00519e;
	color                 : #FFFFFF;
	font-size             : 12px;
	line-height           : 16px;
	font-weight           : bold;
	text-transform        : uppercase;
	padding               : 10px 24px;
	border                : none;
}
.innovation-button.style2:hover {
	background-color : #333333;
	color            : #FFFFFF;
}
.innovation-button.style3 {
	border                : 2px solid #00519e;
	-webkit-border-radius : 5px;
	-moz-border-radius    : 5px;
	border-radius         : 5px;
	background-color      : #00519e;
	color                 : #FFFFFF;
	font-size             : 12px;
	line-height           : 16px;
	font-weight           : bold;
	text-transform        : uppercase;
	padding               : 8px 22px;
}
.innovation-button.style3:hover {
	background-color : #00519e;
	border-color     : #FFFFFF;
	color            : #FFFFFF;
}
/**
 * 9.2 - Call To Action
 * ----------------------------------------------------------------------------
 */
.innovation-call-action {
	text-align       : center;
	padding          : 23px 0;
	background-color : #00519e;
}
.innovation-call-action h6,
.innovation-call-action a {
	display : inline-block;
}
.innovation-call-action h6 {
	font-size      : 14px;
	color          : #FFFFFF;
	text-transform : uppercase;
	font-weight    : 400;
	padding-right  : 60px;
	margin         : 0;
}
.innovation-call-action a {
	margin : 0 6px;
}
@media (max-width : 800px) {
	.innovation-call-action h6 {
		padding-right : 0 !important;
		width         : 100%;
	}
}
/**
 * 9.3 - CountDown
 * ----------------------------------------------------------------------------
 */
.page-template-coming-soon footer {
	position : absolute;
	width    : 100%;
	z-index  : 1;
}
.page-template-coming-soon footer .footer_bottom_holder {
	background-color : rgba(0, 0, 0, 0.4);
}
.page-template-coming-soon div.logo {
	display     : block;
	text-align  : center;
	padding-top : 65px;
	position    : relative;
}
.page-template-coming-soon .title {
	padding-top   : 66px;
	text-align    : center;
	font-size     : 18px;
	color         : #fff;
	line-height   : 1;
	margin-bottom : 0;
	position      : relative;
}
.page-template-coming-soon .description {
	color       : #fff;
	line-height : 1;
	padding-top : 20px;
	font-size   : 13px;
	text-align  : center;
	position    : relative;
}
.page-template-coming-soon .countdown {
	background-repeat   : repeat-y;
	background-position : center;
	background-size     : cover;
}
.page-template-coming-soon .countdown .opening-hours {
	text-align     : center;
	color          : #fff;
	padding-bottom : 70px;
	padding-top    : 68px;
	position       : relative;
}
.page-template-coming-soon .countdown .opening-hours .time .count {
	display  : inline-block;
	width    : 200px;
	position : relative;
}
.page-template-coming-soon .countdown .opening-hours .split {
	position    : absolute;
	font-size   : 100px;
	top         : 0;
	left        : -14px;
	line-height : 1;
}
.page-template-coming-soon .countdown .opening-hours .box {
	font-size   : 100px;
	line-height : 1;
}
.page-template-coming-soon .countdown .opening-hours .info {
	font-size : 16px;
}
.page-template-coming-soon .subscriber {
	text-align : center;
	position   : relative;
	color      : #fff;
}
.page-template-coming-soon .subscriber i {
	position : absolute;
	left     : 10px;
	top      : 14px;
}
.page-template-coming-soon .subscriber label {
	display : none;
}
.page-template-coming-soon .subscriber p {
	display  : inline-block;
	position : relative;
}
.page-template-coming-soon .subscriber input[type='email'] {
	width            : 260px;
	text-transform   : none;
	background-color : transparent;
	height           : 42px;
	padding-left     : 30px;
	display          : inline-block;
	color            : #fff;
}
.page-template-coming-soon .subscriber input[type='email']::-webkit-input-placeholder,
.page-template-coming-soon .subscriber input[type='email']::-moz-placeholder,
.page-template-coming-soon .subscriber input[type='email']::-moz-placeholder,
.page-template-coming-soon .subscriber input[type='email']::-ms-input-placeholder {
	color : #fff;
}
.page-template-coming-soon .subscriber input[type='submit'] {
	padding          : 12px 18px 13px 18px;
	font-size        : 13px;
	line-height      : 1;
	background-color : transparent;
}
.page-template-coming-soon .subscriber input[type='submit']:hover {
	background-color : #00519e;
}
.page-template-coming-soon .subscriber input {
	border : solid 2px #fff;
}
.page-template-coming-soon .overlay:before {
	background-color : rgba(0, 0, 0, 0.5);
	padding-top      : 0;
}
@media only screen and (max-width : 768px) {
	.countdown {
		background-repeat : no-repeat;
		background-size   : cover;
	}
}
@media only screen and (max-width : 600px) {
	.page-template-coming-soon .countdown .opening-hours .box,
	.page-template-coming-soon .countdown .opening-hours .split {
		font-size : 60px;
	}
	.page-template-coming-soon .countdown .opening-hours .time .count {
		width : 150px;
	}
}
@media only screen and (max-width : 450px) {
	.page-template-coming-soon div.logo,
	.page-template-coming-soon .title {
		padding-top : 40px;
	}
	.page-template-coming-soon .countdown .opening-hours {
		padding-top    : 40px;
		padding-bottom : 40px;
	}
	.page-template-coming-soon .countdown .opening-hours .time .count {
		width : 100px;
	}
	.page-template-coming-soon .countdown .opening-hours .box,
	.page-template-coming-soon .countdown .opening-hours .split {
		font-size : 50px;
	}
}
/**
 * 9.4 - Feature
 * ----------------------------------------------------------------------------
 */
.innovation-feature {
	margin-bottom : 30px !important;
}
.innovation-feature .innovation-feature-thumb {
	position      : relative;
	margin-bottom : 25px;
}
.innovation-feature .innovation-feature-thumb span {
	position : absolute;
	display  : block;
	right    : 20px;
	top      : 20px;
}
.innovation-feature .innovation-feature-thumb span i {
	color     : #FFFFFF;
	font-size : 30px;
}
.innovation-feature .innovation-feature-thumb img {
	width  : 100%;
	height : auto;
}
.innovation-feature .innovation-feature-thumb:hover i {
	color : #00519e;
}
.innovation-feature .innovation-feature-content h4 {
	margin : 0 0 20px 0;
}
.innovation-feature .innovation-feature-content h4 a {
	font-size      : 14px;
	font-weight    : bold;
	letter-spacing : 0.075em;
	color          : #373636;
	text-transform : uppercase;
}
.innovation-feature .innovation-feature-content h4 a:hover {
	color           : #00519e;
	text-decoration : none;
}
.innovation-feature .innovation-feature-content p {
	font-size   : 12px;
	font-weight : 400;
	color       : #444444;
	margin      : 0 0 20px;
}
.innovation-feature .innovation-feature-content > a {
	font-size   : 12px;
	font-weight : 400;
	color       : #00519e;
}
/**
 * 9.5 - Heading
 * ----------------------------------------------------------------------------
 */
.innovation-heading h2 {
	font-size      : 18px;
	font-weight    : bold;
	color          : #1e1e1e;
	line-height    : 1.44;
	letter-spacing : 0.075em;
	text-transform : uppercase;
}
.innovation-heading.style1 {
	text-align : left;
}
.innovation-heading.style1 h2 {
	margin-bottom : 45px;
}
.innovation-heading.style1 h2:after {
	content       : '';
	display       : block;
	border-bottom : 2px solid #00519e;
	width         : 45px;
	padding-top   : 10px;
}
.innovation-heading.style2 {
	text-align : center;
}
.innovation-heading.style2 h2 {
	margin-bottom : 24px;
}
.innovation-heading.style2 h2:after {
	content       : '';
	display       : block;
	border-bottom : 2px solid #00519e;
	width         : 45px;
	padding-top   : 10px;
	margin-left   : auto;
	margin-right  : auto;
}
.innovation-heading.style2 p {
	max-width    : 625px;
	padding      : 0 15px;
	margin-left  : auto;
	margin-right : auto;
}
.innovation-heading.style3 {
	text-align : left;
}
.innovation-heading.style3 h2:after {
	content       : '';
	display       : block;
	border-bottom : 2px solid #00519e;
	width         : 45px;
	padding-top   : 10px;
}
/**
 * 9.6 - IconBox
 * ----------------------------------------------------------------------------
 */
.innovation-icon-box.style1 .innovation-ib-animated {
	text-align                  : center;
	width                       : 100%;
	height                      : auto;
	background                  : transparent;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-o-backface-visibility      : hidden;
	backface-visibility         : hidden;
	position                    : relative;
}
.innovation-icon-box.style1 .innovation-ib-animated:hover .innovation-ib-inner {
	-webkit-transform : rotateY(-180deg);
	-moz-transform    : rotateY(-180deg);
	-ms-transform     : rotateY(-180deg);
	-o-transform      : rotateY(-180deg);
	transform         : rotateY(-180deg);
}
.innovation-icon-box.style1 .innovation-ib-animated .innovation-ib-inner {
	-webkit-perspective     : 100px;
	-moz-perspective        : 100px;
	-ms-perspective         : 100px;
	perspective             : 100px;
	-webkit-transform-style : preserve-3d;
	-moz-transform-style    : preserve-3d;
	-ms-transform-style     : preserve-3d;
	transform-style         : preserve-3d;
	-webkit-transition      : all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	-moz-transition         : all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	-o-transition           : all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	transition              : all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
.innovation-icon-box.style1 .innovation-ib-animated .innovation-ib-inner .innovation-ib-front {
	-ms-transform    : rotateY(0deg);
	z-index          : 8;
	display          : block;
	width            : 100%;
	height           : 170px;
	padding          : 40px 15px;
	background-color : #F3F3F3;
	color            : #373636;
}
.innovation-icon-box.style1 .innovation-ib-animated .innovation-ib-inner .innovation-ib-back {
	-webkit-transform           : rotateY(-180deg);
	-moz-transform              : rotateY(-180deg);
	-ms-transform               : rotateY(-180deg);
	-o-transform                : rotateY(-180deg);
	transform                   : rotateY(-180deg);
	overflow                    : hidden;
	background                  : #00519e;
	color                       : #FFFFFF;
	position                    : absolute;
	left                        : 0;
	top                         : 0;
	display                     : block;
	width                       : 100%;
	height                      : 100%;
	padding                     : 0 15px;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-o-backface-visibility      : hidden;
	backface-visibility         : hidden;
}
.innovation-icon-box.style1 .innovation-ib-animated .innovation-ib-inner .innovation-ib-icon {
	display       : block;
	width         : 65px;
	height        : 48px;
	border        : 1px solid #e0e0e0;
	margin-left   : auto;
	margin-right  : auto;
	margin-bottom : 30px;
}
.innovation-icon-box.style1 .innovation-ib-animated .innovation-ib-inner .innovation-ib-icon i {
	line-height : 48px;
	color       : #000000;
	font-size   : 30px;
}
.innovation-icon-box.style1 .innovation-ib-animated .innovation-ib-inner .innovation-ib-title,
.innovation-icon-box.style1 .innovation-ib-animated .innovation-ib-inner .innovation-ib-title-mask {
	color          : #373636;
	font-size      : 14px;
	letter-spacing : 0.075em;
	font-weight    : bold;
	text-transform : uppercase;
}
.innovation-icon-box.style1 .innovation-ib-animated .innovation-ib-inner .innovation-ib-title:hover,
.innovation-icon-box.style1 .innovation-ib-animated .innovation-ib-inner .innovation-ib-title-mask:hover {
	text-decoration : none;
}
.innovation-icon-box.style1 .innovation-ib-animated .innovation-ib-inner .innovation-ib-title-mask,
.innovation-icon-box.style1 .innovation-ib-animated .innovation-ib-inner p {
	color : #FFFFFF;
}
.innovation-icon-box.style1 .innovation-ib-animated .innovation-ib-inner .content-middle {
	width  : 100%;
	height : 170px;
}
.innovation-icon-box.style2 {
	text-align : center;
}
.innovation-icon-box.style2 .ibox-icon {
	display               : block;
	height                : 63px;
	width                 : 63px;
	margin-left           : auto;
	margin-right          : auto;
	-webkit-border-radius : 50%;
	-moz-border-radius    : 50%;
	border-radius         : 50%;
	border                : 3px solid #e9e9e9;
	position              : relative;
	-webkit-transition    : all 0.2s linear;
	-moz-transition       : all 0.2s linear;
	-ms-transition        : all 0.2s linear;
	-o-transition         : all 0.2s linear;
	transition            : all 0.2s linear;
}
.innovation-icon-box.style2 .ibox-icon a {
	position              : absolute;
	left                  : 0;
	top                   : 0;
	bottom                : 0;
	right                 : 0;
	margin                : auto;
	border                : 1px solid #e9e9e9;
	width                 : 53px;
	height                : 53px;
	-webkit-border-radius : 50%;
	-moz-border-radius    : 50%;
	border-radius         : 50%;
}
.innovation-icon-box.style2 .ibox-icon a i {
	font-size   : 22px;
	line-height : 51px;
	color       : #878787;
}
.innovation-icon-box.style2:hover .ibox-icon {
	border-color : #00519e;
}
.innovation-icon-box.style2:hover .ibox-icon a {
	border-color    : #00519e;
	text-decoration : none;
}
.innovation-icon-box.style2:hover .ibox-icon a i {
	color : #00519e;
}
.innovation-icon-box.style2 h3 {
	padding   : 17px 0 10px;
	margin    : 0;
	font-size : 14px;
}
.innovation-icon-box.style2 h3 a {
	color          : #373636;
	font-weight    : bold;
	font-size      : 14px;
	line-height    : 1.86;
	text-transform : uppercase;
}
.innovation-icon-box.style2 h3 a:hover {
	text-decoration : none;
}
.innovation-icon-box.style3 {
	position : relative;
	padding  : 0 0 40px 55px;
}
.innovation-icon-box.style3 .ibox-icon {
	position : absolute;
	top      : 0;
	left     : 0;
	display  : block;
}
.innovation-icon-box.style3 .ibox-icon i {
	font-size : 32px;
	color     : #00519e;
}
.innovation-icon-box.style3 h3 {
	margin    : 0;
	padding   : 0 0 13px 0;
	font-size : 14px;
}
.innovation-icon-box.style3 h3 a {
	color          : #373636;
	font-size      : 14px;
	font-weight    : bold;
	text-transform : uppercase;
}
.innovation-icon-box.style3 a:hover {
	text-decoration : none;
}
.innovation-icon-box.style3 i {
	line-height : 1;
}
/**
 * 9.7 - OurTeam
 * ----------------------------------------------------------------------------
 */
.innovation-ourteam img {
	width : 100%;
}
.innovation-ourteam figure {
	margin : 0;
}
.innovation-ourteam .owl-wrapper .owl-item {
	padding-left  : 15px;
	padding-right : 15px;
}
.innovation-ourteam .innovation-ourteam-slider {
	margin-left  : -15px;
	margin-right : -15px;
}
.innovation-ourteam .ourteam-item {
	position      : relative;
	margin-bottom : 30px;
}
.innovation-ourteam .ourteam-item:hover .over-ourteam {
	height : 100%;
}
.innovation-ourteam .content-middle {
	width  : 100%;
	height : 284px;
}
.innovation-ourteam .over-ourteam {
	background-color   : rgba(0, 81, 158, 0.75);
	display            : block;
	overflow           : hidden;
	position           : absolute;
	bottom             : 0;
	height             : 0;
	left               : 0;
	right              : 0;
	width              : 100%;
	text-align         : center;
	z-index            : 20;
	-webkit-transition : all 0.5s ease 0s;
	-moz-transition    : all 0.5s ease 0s;
	-o-transition      : all 0.5s ease 0s;
	-ms-transition     : all 0.5s ease 0s;
	transition         : all 0.5s ease 0s;
}
.innovation-ourteam .ourteam-detail {
	height : 284px;
	width  : 100%;
}
.innovation-ourteam .ourteam-social {
	margin  : 0;
	padding : 0;
}
.innovation-ourteam .ourteam-social li {
	display : inline-block;
}
.innovation-ourteam .ourteam-social li a {
	display               : inline-block;
	border                : 1px solid #FFFFFF;
	width                 : 28px;
	height                : 28px;
	margin                : 0 3px;
	-webkit-border-radius : 5px;
	-moz-border-radius    : 5px;
	border-radius         : 5px;
}
.innovation-ourteam .ourteam-social li a i {
	line-height : 27px;
	color       : #FFFFFF;
	font-size   : 13px;
}
.innovation-ourteam .ourteam-social li a:hover {
	border-color : transparent;
}
.innovation-ourteam .ourteam-name {
	font-size      : 14px;
	color          : #FFFFFF;
	line-height    : 1.56;
	font-weight    : bold;
	text-transform : uppercase;
	margin         : 0;
	display        : block;
}
.innovation-ourteam .ourteam-job {
	font-size   : 12px;
	font-style  : italic;
	color       : #FFFFFF;
	line-height : 2.17;
	font-weight : 400;
	padding-top : 0;
	margin      : 0;
	display     : block;
}
.innovation-ourteam .ourteam-des {
	color : #FFFFFF;
}
/**
 * 9.8 - Portfolio
 * ----------------------------------------------------------------------------
 */
.portfolio-wrapper {
	overflow : hidden;
}
.portfolio.slider {
	margin-left  : -15px;
	margin-right : -15px;
}
.portfolio.slider .portfolio-tabs {
	padding-left  : 15px;
	padding-right : 15px;
}
.portfolio-full.small-slider .owl-carousel .owl-wrapper-outer,
.portfolio.slider .owl-carousel .owl-wrapper-outer {
	overflow : hidden;
}
.portfolio-full.small-slider .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item,
.portfolio.slider .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
	padding-left  : 15px;
	padding-right : 15px;
}
.portfolio-full.small-slider .owl-next,
.portfolio.slider .owl-next,
.portfolio-full.small-slider .owl-prev,
.portfolio.slider .owl-prev {
	height           : 30px;
	position         : absolute;
	top              : 43%;
	width            : 30px;
	background-color : #fff;
	padding          : 0;
}
.portfolio-full.small-slider .owl-prev,
.portfolio.slider .owl-prev {
	left : -40px;
}
.portfolio-full.small-slider .owl-prev i,
.portfolio.slider .owl-prev i {
	font-size   : 16px;
	margin-left : -1px;
	margin-top  : 4px;
}
.portfolio-full.small-slider .owl-next,
.portfolio.slider .owl-next {
	right : -40px;
}
.portfolio-full.small-slider .owl-next i,
.portfolio.slider .owl-next i {
	font-size   : 16px;
	margin-left : 1px;
	margin-top  : 4px;
}
.portfolio .portfolio-tabs {
	display : table;
	width   : 100%;
}
.portfolio .portfolio-tabs ul {
	list-style    : none;
	padding       : 0;
	margin-bottom : 30px;
	position      : relative;
	border-top    : solid 1px #dfdfdf;
	border-bottom : solid 1px #dfdfdf;
}
.portfolio .portfolio-tabs ul li {
	float          : left;
	margin-left    : 5px;
	margin-right   : 5px;
	padding-top    : 8px;
	padding-bottom : 8px;
	line-height    : 2;
	position       : relative;
}
.portfolio .portfolio-tabs ul li > a {
	font-size       : 11px;
	font-weight     : 400;
	color           : #373636;
	text-decoration : none;
	text-transform  : uppercase;
	letter-spacing  : 0;
}
.portfolio .portfolio-tabs ul li > a.active,
.portfolio .portfolio-tabs ul li > a:hover {
	color : #00519e;
}
.portfolio .portfolio-tabs ul li:first-child {
	margin-left : 0;
}
.portfolio .portfolio-tabs ul li.last {
	margin-right : 0;
}
.portfolio .portfolio-tabs ul li.magic-line {
	position           : absolute;
	left               : 0;
	width              : 0;
	height             : 2px;
	margin-left        : 0;
	margin-right       : 0;
	padding-top        : 0;
	padding-bottom     : 0;
	background-color   : #00519e;
	-webkit-transition : all 0.3s;
	-moz-transition    : all 0.3s;
	-ms-transition     : all 0.3s;
	-o-transition      : all 0.3s;
	transition         : all 0.3s;
}
.portfolio .portfolio-tabs ul li.bottom.magic-line {
	bottom : -1px;
}
.portfolio .portfolio-tabs ul li.top.magic-line {
	top : -1px;
}
.portfolio .portfolio-tabs .tab-wrapper.center {
	text-align : center;
}
.portfolio .portfolio-tabs .tab-wrapper.center ul {
	text-align : center;
	display    : inline-block;
}
.portfolio .portfolio-tabs .tab-wrapper.right > ul {
	float : right;
}
.portfolio .portfolio-tabs .tab-wrapper.left > ul {
	float : left;
}
.portfolio .portfolio-tabs .title-portfolio {
	font-size      : 18px;
	font-weight    : bold;
	display        : inline-block;
	text-transform : uppercase;
	line-height    : 1;
}
.portfolio .portfolio-tabs .title-portfolio .bottom-line {
	width      : 45px;
	border-top : solid 2px #00519e;
	display    : block;
	margin-top : 20px;
}
.portfolio .portfolio-tabs .title-portfolio.isolation {
	display       : block;
	margin-bottom : 30px;
}
.portfolio .portfolio-tabs .title-portfolio.isolation > span {
	display : block;
}
.portfolio .portfolio-tabs .title-portfolio.isolation .bottom-line {
	display : inline-block;
}
.portfolio .portfolio-tabs .title-portfolio.isolation.left,
.portfolio .portfolio-tabs .title-portfolio.isolation.right {
	float    : none;
	position : relative;
	left     : 0;
	right    : 0;
}
.portfolio .portfolio-tabs .title-portfolio.isolation.right {
	text-align : right;
}
.portfolio .portfolio-tabs .title-portfolio.center {
	text-align    : center;
	line-height   : 1;
	margin-bottom : 30px;
}
.portfolio .portfolio-tabs .title-portfolio.left {
	float    : left;
	position : absolute;
	left     : 15px;
}
.portfolio .portfolio-tabs .title-portfolio.right {
	float    : right;
	position : absolute;
	right    : 15px;
}
.portfolio.style_2 {
	overflow : hidden;
}
.portfolio.style_2 .title-portfolio {
	color : #fff;
}
.portfolio.style_2 .portfolio-tabs ul {
	border-top-color    : #657b84;
	border-bottom-color : #657b84;
}
.portfolio.style_2 .portfolio-tabs ul li > a {
	color : #657b84;
}
.portfolio.style_2 .portfolio-tabs ul li > a.active,
.portfolio.style_2 .portfolio-tabs ul li > a:hover {
	color : #00519e;
}
.portfolio.style_2 .owl-theme .owl-controls .owl-buttons div {
	background-color : #fff;
	color            : #334650;
}
/* pretty Photo */
div.light_rounded .pp_description,
div.light_square .pp_description {
	text-align  : center;
	font-weight : 600;
	font-size   : 16px;
}
div.light_rounded .pp_description a,
div.light_square .pp_description a {
	text-decoration : none;
	color           : #444444;
}
div.light_rounded .pp_description a:hover,
div.light_square .pp_description a:hover {
	text-decoration : none;
	color           : #00519e;
}
/* end pretty Photo */
.portfolio-wrapper.innovation-col-md-2 .owl-wrapper-outer .portfolio-item,
.portfolio-wrapper.innovation-col-md-3 .owl-wrapper-outer .portfolio-item,
.portfolio-wrapper.innovation-col-md-4 .owl-wrapper-outer .portfolio-item {
	width          : 100%;
	padding-bottom : 0;
}
.portfolio-wrapper.col-padding-10.owl-carousel,
.portfolio-wrapper.col-padding-15.owl-carousel,
.portfolio-wrapper.col-padding-20.owl-carousel,
.portfolio-wrapper.col-padding-40.owl-carousel {
	margin : 0;
}
.portfolio-wrapper.innovation-col-md-2 .portfolio-item {
	width : 50%;
	float : left;
}
.portfolio-wrapper.innovation-col-md-2 .portfolio-item .post-title a {
	font-size : 18px;
}
.portfolio-wrapper.innovation-col-md-3 .portfolio-item {
	width : 33.3333333%;
	float : left;
}
.portfolio-wrapper.innovation-col-md-3 .portfolio-item .post-title a {
	font-size : 16px;
}
.portfolio-wrapper.innovation-col-md-4 .portfolio-item {
	width : 25%;
	float : left;
}
.portfolio-wrapper.innovation-col-md-4 .portfolio-item .post-title a {
	font-size : 15px;
}
.portfolio-wrapper.col-padding-10 {
	margin : 0 -10px -20px;
}
.portfolio-wrapper.col-padding-10 .portfolio-item {
	padding : 0px 10px 20px 10px;
}
.portfolio-wrapper.col-padding-15 {
	margin : 0 -15px -30px;
}
.portfolio-wrapper.col-padding-15 .portfolio-item {
	padding : 0px 15px 30px 15px;
}
.portfolio-wrapper.col-padding-20 {
	margin : 0 -20px -40px;
}
.portfolio-wrapper.col-padding-20 .portfolio-item {
	padding : 0px 20px 0px 20px;
}
.portfolio-wrapper.col-padding-40 {
	margin : 0 -40px -80px;
}
.portfolio-wrapper.col-padding-40 .portfolio-item {
	padding : 0px 40px 80px 40px;
}
.portfolio-wrapper .portfolio-item {
	padding  : 0px;
	position : relative;
}
.portfolio-wrapper .portfolio-item img {
	width   : 100%;
	height  : auto;
	display : block;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail {
	overflow : hidden;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover a {
	border-radius   : 0px;
	border          : none;
	width           : 100%;
	text-decoration : none;
	display         : inline;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover a:hover {
	background-color : transparent;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper {
	display    : table;
	height     : 100%;
	text-align : center;
	width      : 100%;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
	display        : table-cell;
	vertical-align : middle;
	padding-left   : 28px;
	padding-right  : 28px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.view-gallery {
	background-color : #00519e;
	color            : #373636;
	height           : 30px;
	line-height      : 30px;
	position         : absolute;
	right            : 0;
	top              : 0;
	width            : 30px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.view-gallery:hover {
	color : #fff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner div.title {
	text-align     : center;
	font-weight    : bold;
	color          : #373636;
	margin-bottom  : 5px;
	margin-top     : 15px;
	font-size      : 14px;
	text-transform : uppercase;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
	font-size      : 12px;
	text-transform : none;
	font-style     : normal;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner img {
	max-width : 100%;
	display   : inline-block;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner i {
	font-size : 22px;
}
.portfolio-wrapper .portfolio-item div.post-title {
	text-transform : none;
	text-align     : center;
	font-weight    : 400;
	margin-top     : 20px;
}
.portfolio-wrapper .portfolio-item div.post-title a {
	color       : #373636;
	font-size   : 18px;
	font-weight : 400;
}
.portfolio-wrapper .portfolio-item div.post-title a:hover {
	text-decoration : none;
	color           : #00519e;
}
.portfolio-wrapper .portfolio-item div.category {
	text-align     : center;
	font-weight    : 400;
	margin-top     : 0;
	margin-bottom  : 40px;
	overflow       : hidden;
	text-transform : uppercase;
}
.portfolio-wrapper .portfolio-item div.category a {
	color       : #878787;
	font-size   : 12px;
	font-weight : 400;
}
.portfolio-item.col-padding-10 div.category {
	margin-bottom : 20px;
}
.portfolio-item.col-padding-15 div.category {
	margin-bottom : 10px;
}
.portfolio-item.col-padding-20 div.category {
	margin-bottom : 0px;
}
.portfolio-item .entry-thumbnail.title .entry-hover-wrapper .entry-hover-inner h5 {
	margin-bottom : 0px;
}
.portfolio-item .entry-thumbnail .entry-hover-wrapper .entry-hover-inner .excerpt {
	color    : #444444;
	height   : 75px;
	overflow : hidden;
}
body.boxed .portfolio-item .entry-thumbnail .entry-hover-wrapper .entry-hover-inner .icon.full {
	display : none;
}
body.boxed .portfolio.style_2 .owl-theme .owl-controls .owl-buttons .owl-prev {
	left : 20px;
}
body.boxed .portfolio.style_2 .owl-theme .owl-controls .owl-buttons .owl-next {
	right : 20px;
}
.portfolio-load-more-wrapper {
	text-align : center;
	margin-top : 88px;
	position   : relative;
}
.entry-thumbnail {
	overflow : hidden;
	position : relative;
}
.entry-thumbnail:hover .entry-thumbnail-hover {
	opacity : 1;
}
.entry-thumbnail .entry-thumbnail-hover {
	background-color   : rgba(255, 255, 255, 0.7);
	position           : absolute;
	top                : 0;
	left               : 0;
	height             : 100%;
	width              : 100%;
	opacity            : 0;
	-webkit-transition : 0.5s ease-out 0s;
	-moz-transition    : 0.5s ease-out 0s;
	-ms-transition     : 0.5s ease-out 0s;
	-o-transition      : 0.5s ease-out 0s;
	transition         : 0.5s ease-out 0s;
}
.portfolio .paging {
	margin-top    : 40px;
	margin-bottom : 70px;
	text-align    : center;
}
.portfolio .paging a {
	padding-left  : 56px;
	padding-right : 56px;
}
.portfolio-item .entry-thumbnail .entry-thumbnail-hover {
	-webkit-transition : none;
	-moz-transition    : none;
	-ms-transition     : none;
	-o-transition      : none;
	transition         : none;
}
.archive-portfolio {
	margin-top : 40px;
}
.style_2 .owl-next,
.style_2 .owl-prev {
	background-color : #657b84;
}
@media only screen and (min-width : 1920px) {
	.portfolio-wrapper .portfolio-item .entry-thumbnail > img {
		width : 100%;
	}
}
@media only screen and (max-width : 1000px) {
	.portfolio-wrapper.innovation-col-md-2 .portfolio-item .post-title,
	.portfolio-wrapper.innovation-col-md-2 .portfolio-item .category {
		font-size : 12px;
	}
	.portfolio-wrapper.innovation-col-md-2 .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner h5,
	.portfolio-wrapper.innovation-col-md-2 .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span {
		font-size : 12px;
	}
	.portfolio-wrapper.innovation-col-md-2 .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner i {
		font-size : 22px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev {
		left : 20px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-next {
		right : 20px;
	}
}
@media only screen and (max-width : 768px) {
	.portfolio .portfolio-tabs .title-portfolio.isolation.right,
	.portfolio .portfolio-tabs .title-portfolio.isolation.left,
	.portfolio .portfolio-tabs .title-portfolio.isolation.center,
	.portfolio .portfolio-tabs .title-portfolio.left,
	.portfolio .portfolio-tabs .title-portfolio.center,
	.portfolio .portfolio-tabs .title-portfolio.right {
		float         : none;
		display       : block;
		line-height   : 1;
		position      : relative;
		text-align    : center;
		left          : 0;
		right         : 0;
		margin-bottom : 30px;
	}
	.portfolio .portfolio-tabs .title-portfolio.isolation.right > span,
	.portfolio .portfolio-tabs .title-portfolio.isolation.left > span,
	.portfolio .portfolio-tabs .title-portfolio.isolation.center > span,
	.portfolio .portfolio-tabs .title-portfolio.left > span,
	.portfolio .portfolio-tabs .title-portfolio.center > span,
	.portfolio .portfolio-tabs .title-portfolio.right > span {
		display : block;
	}
	.portfolio .portfolio-tabs .title-portfolio.isolation.right .bottom-line,
	.portfolio .portfolio-tabs .title-portfolio.isolation.left .bottom-line,
	.portfolio .portfolio-tabs .title-portfolio.isolation.center .bottom-line,
	.portfolio .portfolio-tabs .title-portfolio.left .bottom-line,
	.portfolio .portfolio-tabs .title-portfolio.center .bottom-line,
	.portfolio .portfolio-tabs .title-portfolio.right .bottom-line {
		margin-top : 20px;
		display    : inline-block;
	}
	.portfolio .portfolio-tabs .tab-wrapper {
		text-align : center;
	}
	.portfolio .portfolio-tabs .tab-wrapper.right .magic-line-container,
	.portfolio .portfolio-tabs .tab-wrapper.left .magic-line-container,
	.portfolio .portfolio-tabs .tab-wrapper.center .magic-line-container {
		display : inline-block;
		float   : none;
	}
}
@media only screen and (max-width : 600px) {
	.portfolio-item .entry-thumbnail .entry-hover-wrapper .entry-hover-inner h5 {
		margin-bottom : 0px;
	}
}
@media only screen and (max-width : 470px) {
	.portfolio .portfolio-tabs ul {
		width : 100%;
	}
	.portfolio .portfolio-tabs ul li {
		width          : 100%;
		padding-bottom : 0;
	}
	.portfolio .portfolio-tabs ul li.none-magic-line {
		display : none;
	}
}
@media only screen and (min-width : 600px) and (max-width : 990px) {
	.portfolio-wrapper.innovation-col-md-3 .portfolio-item,
	.portfolio-wrapper.innovation-col-md-4 .portfolio-item {
		width : 50%;
	}
}
@media only screen and (min-width : 320px) and (max-width : 590px) {
	.portfolio-wrapper.innovation-col-md-2 .portfolio-item,
	.portfolio-wrapper.innovation-col-md-3 .portfolio-item,
	.portfolio-wrapper.innovation-col-md-4 .portfolio-item {
		width : 100%;
	}
	.magic-line-container .magic-line {
		display : none;
	}
}
.portfolio-full.small-slider {
	margin-bottom : 80px;
}
.portfolio-full.small-slider .post-slideshow,
.portfolio-full.small-slider .slideshow-paging {
	opacity            : 0;
	-webkit-transition : opacity 0.3s;
	-moz-transition    : opacity 0.3s;
	-ms-transition     : opacity 0.3s;
	-o-transition      : opacity 0.3s;
	transition         : opacity 0.3s;
}
.portfolio-full.small-slider .slideshow-paging {
	margin-top : 30px;
}
.portfolio-full.small-slider .owl-controls {
	margin-top : 0;
}
.portfolio-full.small-slider .owl-theme .owl-controls .owl-buttons .owl-prev,
.portfolio-full.small-slider .owl-theme .owl-controls .owl-buttons .owl-next {
	background-color : #fff;
	color            : #000;
}
.portfolio-full.small-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
	left : 20px;
}
.portfolio-full.small-slider .owl-theme .owl-controls .owl-buttons .owl-next {
	right : 20px;
}
.portfolio-content h5.title {
	font-size      : 18px;
	font-weight    : bold;
	text-transform : uppercase;
	color          : #373636;
}
.portfolio-info {
	font-size : 12px;
}
.portfolio-info ul {
	list-style   : none;
	padding-left : 0;
	color        : #373636;
}
.portfolio-info ul li:before {
	content       : "::";
	padding-right : 10px;
}
.portfolio-info .portfolio-info-box h6 {
	font-size   : 12px;
	display     : inline-block;
	min-width   : 100px;
	line-height : 1;
	color       : #373636;
}
.portfolio-info .portfolio-info-box h6 i {
	padding-right : 20px;
	width         : 40px;
	text-align    : center;
}
.portfolio-info .portfolio-info-box .portfolio-term {
	display                : inline-block;
	text-rendering         : optimizeLegibility !important;
	-webkit-font-smoothing : antialiased !important;
}
.portfolio-description {
	margin-top : 70px;
	font-size  : 12px;
}
/**
 * 9.9 - Post
 * ----------------------------------------------------------------------------
 */
.innovation-latest-post {
	margin-bottom : 30px;
}
.innovation-latest-post img {
	width : 100%;
}
.innovation-latest-post .latest-post-item .owl-wrapper .owl-item {
	padding-left  : 0 !important;
	padding-right : 0 !important;
}
.innovation-latest-post .innovation-latest-post-slider {
	margin-left  : -15px;
	margin-right : -15px;
}
.innovation-latest-post .innovation-latest-post-slider .owl-wrapper .owl-item {
	padding-left  : 15px;
	padding-right : 15px;
}
.innovation-latest-post .innovation-latest-post-content {
	padding          : 21px 30px 26px;
	background-color : #FFFFFF;
}
.innovation-latest-post .innovation-latest-post-title {
	font-size      : 14px;
	font-weight    : bold;
	line-height    : 1.86;
	color          : #373636;
	display        : block;
	padding-bottom : 10px;
	text-transform : uppercase;
}
.innovation-latest-post .innovation-latest-post-title:hover {
	color           : #00519e;
	text-decoration : none;
}
.innovation-latest-post p {
	font-size   : 12px;
	font-weight : 400;
	color       : #444444;
}
.innovation-latest-post .innovation-latest-post-author {
	display     : inline;
	color       : #373636;
	font-size   : 12px;
	font-weight : 400;
}
.innovation-latest-post .innovation-latest-post-author span a {
	color         : #444444;
	padding-right : 8px;
}
.innovation-latest-post .innovation-latest-post-author span a:hover {
	color : #00519e;
}
.innovation-latest-post .innovation-latest-post-readmore {
	color        : #444444;
	padding-left : 5px;
}
.innovation-latest-post .innovation-latest-post-readmore:hover {
	color : #00519e;
}
.innovation-latest-post .post-meta-line {
	margin : 26px 0 15px;
}
.innovation-latest-post .latest-post-item {
	margin-bottom : 30px;
}
.innovation-latest-post .innovation-latest-post-image .owl-theme {
	overflow : hidden;
}
.innovation-latest-post .innovation-latest-post-image .owl-theme .owl-controls {
	margin : 0;
}
.innovation-latest-post .innovation-latest-post-image .owl-theme .owl-controls .owl-buttons div {
	position              : absolute;
	width                 : 30px;
	height                : 30px;
	line-height           : 30px;
	margin                : auto;
	display               : block;
	top                   : 0;
	bottom                : 0;
	cursor                : pointer;
	text-align            : center;
	background-color      : rgba(0, 0, 0, 0.7);
	z-index               : 200;
	padding               : 0;
	opacity               : 0;
	color                 : #fff;
	font-size             : 18px;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
	-webkit-transition    : all 0.3s;
	-moz-transition       : all 0.3s;
	-ms-transition        : all 0.3s;
	-o-transition         : all 0.3s;
	transition            : all 0.3s;
}
.innovation-latest-post .innovation-latest-post-image .owl-next {
	right             : 0;
	-webkit-transform : translateX(50px);
	-moz-transform    : translateX(50px);
	-ms-transform     : translateX(50px);
	-o-transform      : translateX(50px);
	transform         : translateX(50px);
}
.innovation-latest-post .innovation-latest-post-image .owl-prev {
	-webkit-transform : translateX(-50px);
	-moz-transform    : translateX(-50px);
	-ms-transform     : translateX(-50px);
	-o-transform      : translateX(-50px);
	transform         : translateX(-50px);
}
.innovation-latest-post .innovation-latest-post-image:hover .owl-theme .owl-controls .owl-buttons div {
	opacity           : 1;
	-webkit-transform : translateX(0px);
	-moz-transform    : translateX(0px);
	-ms-transform     : translateX(0px);
	-o-transform      : translateX(0px);
	transform         : translateX(0px);
}
@media (max-width : 768px) {
	.innovation-latest-post .innovation-latest-post-content {
		padding : 21px 15px 26px !important;
	}
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom : 66.25%;
}
/**
 * 9.10 - Product
 * ----------------------------------------------------------------------------
 */
.shortcode-product-wrap h4.widget-title {
	font-size      : 18px;
	line-height    : 22px;
	color          : #1e1e1e;
	text-transform : uppercase;
	font-weight    : bold;
	letter-spacing : 0.075px;
	margin-bottom  : 45px;
}
.shortcode-product-wrap h4.widget-title:after {
	content          : "";
	display          : block;
	width            : 45px;
	height           : 2px;
	background-color : #00519e;
	margin-top       : 15px;
}
.shortcode-product-wrap .owl-theme .owl-controls {
	margin : 0;
	height : 0;
}
.shortcode-product-wrap .owl-theme .owl-controls .owl-buttons div {
	position              : absolute;
	width                 : 40px;
	height                : 40px;
	line-height           : 40px;
	margin                : -92.5px 0 0 0;
	display               : block;
	top                   : 50%;
	cursor                : pointer;
	text-align            : center;
	background-color      : rgba(0, 0, 0, 0.7);
	z-index               : 200;
	padding               : 0;
	opacity               : 0;
	color                 : #fff;
	font-size             : 24px;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
	-webkit-transition    : all 0.3s;
	-moz-transition       : all 0.3s;
	-ms-transition        : all 0.3s;
	-o-transition         : all 0.3s;
	transition            : all 0.3s;
}
.shortcode-product-wrap .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left              : 15px;
	-webkit-transform : translateX(-50px);
	-moz-transform    : translateX(-50px);
	-ms-transform     : translateX(-50px);
	-o-transform      : translateX(-50px);
	transform         : translateX(-50px);
}
.shortcode-product-wrap .owl-theme .owl-controls .owl-buttons div.owl-next {
	right             : 15px;
	-webkit-transform : translateX(50px);
	-moz-transform    : translateX(50px);
	-ms-transform     : translateX(50px);
	-o-transform      : translateX(50px);
	transform         : translateX(50px);
}
.shortcode-product-wrap:hover .owl-theme .owl-controls .owl-buttons div {
	opacity           : 1;
	-webkit-transform : translateX(0px);
	-moz-transform    : translateX(0px);
	-ms-transform     : translateX(0px);
	-o-transform      : translateX(0px);
	transform         : translateX(0px);
}
.shortcode-product-categories-wrap h4.widget-title {
	font-size      : 18px;
	line-height    : 22px;
	color          : #1e1e1e;
	text-transform : uppercase;
	font-weight    : bold;
	letter-spacing : 0.075px;
	margin-bottom  : 45px;
}
.shortcode-product-categories-wrap h4.widget-title:after {
	content          : "";
	display          : block;
	width            : 45px;
	height           : 2px;
	background-color : #00519e;
	margin-top       : 15px;
}
/**
 * 9.11 - Services
 * ----------------------------------------------------------------------------
 */
.innovation-service {
	margin-top : 30px;
}
.innovation-service .innovation-service-image {
	width        : 370px;
	height       : 282px;
	float        : left;
	overflow     : hidden;
	margin-right : 30px;
}
.innovation-service .innovation-service-image img {
	width  : 100%;
	height : 100%;
}
.innovation-service .innovation-service-content {
	height   : 282px;
	overflow : hidden;
	position : relative;
	padding  : 24px 30px 30px 0;
}
.innovation-service .innovation-service-content h4 {
	margin : 0;
}
.innovation-service .innovation-service-content a {
	font-size      : 18px;
	font-weight    : bold;
	color          : #373636;
	letter-spacing : 0.075em;
	line-height    : 1.44;
	text-transform : uppercase;
}
.innovation-service .innovation-service-content a:hover {
	text-decoration : none;
	color           : #00519e;
}
.innovation-service .innovation-service-content p {
	padding     : 14px 0 0 0;
	font-size   : 12px;
	font-weight : 400;
	color       : #444444;
	line-height : 2.2;
}
.innovation-service .innovation-service-content-wapper {
	background-color : #FFFFFF;
}
.innovation-service .vc_images_carousel .vc_inner {
	height     : 156px;
	text-align : center;
}
.innovation-service .vc_images_carousel .vc_inner img {
	width  : 270px;
	height : 126px;
	border : 4px solid #FFFFFF;
}
@media (max-width : 991px) {
	.innovation-service .vc_images_carousel .vc_inner {
		height : auto !important;
	}
	.innovation-service .vc_images_carousel .vc_inner img {
		width  : 100%;
		height : auto !important;
	}
	.innovation-service .innovation-service-image {
		width        : 100% !important;
		height       : auto !important;
		float        : none !important;
		margin-right : 0 !important;
	}
	.innovation-service .innovation-service-content {
		height   : auto !important;
		overflow : visible !important;
		padding  : 24px 15px 30px !important;
	}
}
.innovation-service-listing .innovation-service-image {
	width : 100%;
}
.innovation-service-listing .innovation-service-content {
	padding-bottom : 30px;
}
.innovation-service-listing .innovation-service-content h4 {
	margin : 24px 0 16px;
}
.innovation-service-listing .innovation-service-content h4 a {
	font-size      : 14px;
	font-weight    : bold;
	letter-spacing : 0.075em;
	color          : #373636;
}
.innovation-service-listing .innovation-service-content h4 a:hover {
	color           : #00519e;
	text-decoration : none;
}
.innovation-service-listing .innovation-service-content p {
	font-size   : 12px;
	font-weight : 400;
	color       : #444444;
	margin      : 0 0 18px;
}
.innovation-service-listing .innovation-service-content > a {
	font-size   : 12px;
	font-weight : 400;
	color       : #00519e;
}
.single-our-services .fotorama__arr {
	background-color : rgba(0, 0, 0, 0.8);
	width            : 40px;
	height           : 40px;
	text-align       : center;
}
.single-our-services .fotorama__arr--prev {
	left : 0;
}
.single-our-services .fotorama__arr--next {
	right : 0;
}
.single-our-services .fotorama__arr--next:before {
	content     : "\f054";
	display     : block;
	font-family : fontawesome;
	font-size   : 14px;
	font-weight : 400;
	color       : #FFFFFF;
	line-height : 40px;
}
.single-our-services .fotorama__arr--prev:before {
	content     : "\f053";
	display     : block;
	font-family : fontawesome;
	font-size   : 14px;
	font-weight : 400;
	color       : #FFFFFF;
	line-height : 40px;
}
.single-our-services h4 {
	margin-top : 30px;
}
.single-our-services h4 a {
	font-size      : 18px;
	font-weight    : bold;
	letter-spacing : 0.075em;
	line-height    : 1.44;
	color          : #373636;
	text-transform : uppercase;
}
.services-left-sidebar .menu,
.services-right-sidebar .menu {
	border   : 0 !important;
	margin   : 0 !important;
	padding  : 0 !important;
	overflow : visible !important;
}
.services-left-sidebar .menu li,
.services-right-sidebar .menu li {
	background-color : #00519e;
	height           : 60px;
	margin           : 0 !important;
	border-bottom    : 1px solid #D69F06;
	position         : relative;
	z-index          : 1;
}
.services-left-sidebar .menu li a,
.services-right-sidebar .menu li a {
	color          : #FFFFFF;
	line-height    : 60px;
	font-size      : 12px;
	font-weight    : bold;
	text-transform : uppercase;
	padding-left   : 14px;
}
.services-left-sidebar .menu li:before,
.services-right-sidebar .menu li:before {
	content : '' !important;
}
.services-left-sidebar .menu li:after,
.services-right-sidebar .menu li:after {
	content     : "\f054";
	font-family : fontawesome;
	font-size   : 12px;
	display     : block;
	line-height : 60px;
	position    : absolute;
	right       : 16px;
	top         : 0;
	bottom      : 0;
	color       : #FFFFFF;
	z-index     : 3;
}
.services-left-sidebar .menu .current-menu-item a:before,
.services-right-sidebar .menu .current-menu-item a:before,
.services-left-sidebar .menu li:hover a:before,
.services-right-sidebar .menu li:hover a:before {
	content          : '';
	display          : block;
	position         : absolute;
	left             : 0;
	right            : 0;
	bottom           : 0;
	top              : 0;
	background-color : rgba(0, 0, 0, 0.05);
	z-index          : 2;
}
.services-left-sidebar .menu li.current-menu-item > a,
.services-right-sidebar .menu li.current-menu-item > a,
.services-left-sidebar .menu li:hover > a,
.services-right-sidebar .menu li:hover > a {
	color : #fff !important;
}
.innovation-conpany-info {
	background-color : #F5F5F5;
	padding          : 25px 20px 25px 30px;
}
.innovation-conpany-info h3 {
	font-size      : 14px;
	font-weight    : bold;
	color          : #373636;
	line-height    : 1.86;
	text-transform : uppercase;
	margin-bottom  : 10px;
}
.innovation-conpany-info span {
	color       : #444444;
	font-size   : 12px;
	font-weight : 400;
	line-height : 1.5;
	padding     : 10px 0;
	display     : block;
}
.innovation-conpany-info span i {
	color     : #00519e;
	font-size : 14px;
	width     : 25px;
}
.innovation-contact-info span {
	color       : #444444;
	font-size   : 12px;
	font-weight : 400;
	line-height : 1.5;
	padding     : 10px 0;
	display     : block;
}
.innovation-contact-info span i {
	color     : #373636;
	font-size : 16px;
	width     : 30px;
}
/**
 * 9.12 - Testimonial
 * ----------------------------------------------------------------------------
 */
.innovation-testimonial {
	text-align : center;
}
.innovation-testimonial h6 {
	font-size      : 18px;
	font-weight    : bold;
	line-height    : 1.44;
	color          : #FFFFFF;
	text-transform : uppercase;
	margin         : 72px 0 30px;
}
.innovation-testimonial p {
	margin  : 0;
	padding : 0;
}
.innovation-testimonial .testimonial-description {
	font-family  : 'Open Sans';
	font-size    : 16px;
	font-style   : italic;
	line-height  : 2;
	max-width    : 905px;
	margin-left  : auto;
	margin-right : auto;
	padding      : 0 15px;
	color        : #FFFFFF;
}
.innovation-testimonial .testimonial-description:before {
	content     : "\f10d";
	display     : block;
	font-family : fontawesome;
	color       : #00519e;
}
.innovation-testimonial .testimonial-name {
	font-size      : 14px;
	font-weight    : bold;
	line-height    : 2.29;
	letter-spacing : 0.025em;
	color          : #FFFFFF;
	margin-top     : 28px;
}
.innovation-testimonial .testimonial-job {
	font-size      : 12px;
	font-weight    : 400;
	line-height    : 2.67;
	letter-spacing : 0.025em;
	color          : #444444;
	margin-top     : -5px;
}
.innovation-testimonial .fotorama__nav-wrap {
	margin : -99px 0 73px;
}
.innovation-testimonial .fotorama__thumb {
	-webkit-border-radius : 50% !important;
	-moz-border-radius    : 50% !important;
	border-radius         : 50% !important;
	text-align            : center;
	background-color      : transparent;
}
.innovation-testimonial .fotorama__wrap .fotorama__thumb-border {
	-webkit-border-radius : 50%;
	-moz-border-radius    : 50%;
	border-radius         : 50%;
	border-width          : 2px !important;
	height                : 83px;
	margin                : 0;
	top                   : 12px;
	left                  : -5.5px;
	width                 : 83px !important;
	border-color          : #FFFFFF;
}
.innovation-testimonial .fotorama__img {
	opacity : 0.3;
}
.innovation-testimonial .fotorama__active img {
	opacity : 1;
}
@media (max-width : 480px) {
	.innovation-testimonial .fotorama__nav-wrap {
		margin-top : -40px !important;
	}
}
@media (max-width : 320px) {
	.innovation-testimonial .fotorama__nav-wrap {
		margin-top : 0 !important;
	}
}
/**
 * 9.13 - Introduce
 * ----------------------------------------------------------------------------
 */
.innovation-introduce {
	padding : 95px 0;
}
.innovation-introduce h2,
.innovation-introduce p,
.innovation-introduce a {
	color : #FFFFFF;
}
.innovation-introduce h2 {
	font-weight    : bold;
	font-size      : 34px;
	letter-spacing : 0.025em;
	line-height    : 1.2;
	font-family    : Montserrat;
}
.innovation-introduce a {
	margin : 0 7px 7px 0;
}
@media (max-width : 800px) {
	.innovation-introduce h2 br {
		display : none;
	}
}
/**
 * 9.14 - Vc Extend
 * ----------------------------------------------------------------------------
 */
.overlay-bg-vc-wapper {
	position : relative;
}
.overlay-bg-vc {
	position : absolute;
	top      : 0;
	left     : 0;
	right    : 0;
	bottom   : 0;
}
.vertical-parallax {
	position                : static;
	background-repeat       : no-repeat;
	background-attachment   : fixed;
	background-color        : transparent;
	-webkit-background-size : cover;
	-moz-background-size    : cover;
	background-size         : cover;
	background-position-x   : 50%;
	overflow                : hidden;
}
.horizontal-parallax {
	position                : static;
	background-repeat       : no-repeat;
	background-color        : transparent;
	-webkit-background-size : cover;
	-moz-background-size    : cover;
	background-size         : cover;
	background-position     : 0px;
}
.overlay-wapper {
	overflow : hidden;
}
.overlay-wapper .overlay {
	position : relative;
	width    : 100%;
}
.overlay-wapper .overlay:before {
	content     : " ";
	display     : inline-block;
	position    : absolute;
	top         : 0;
	left        : 0;
	right       : 0;
	bottom      : 0;
	padding-top : 1000%;
}
.video-background-wapper {
	overflow : hidden;
	position : relative;
}
.video-background-wapper video {
	left       : 0;
	min-height : 100%;
	min-width  : 100%;
	top        : 0;
	position   : absolute;
}
.fullwidth {
	overflow : hidden;
}
.fullwidth:before,
.fullwidth:after {
	content : " ";
	display : table;
}
.fullwidth:after {
	clear : both;
}
.vc_row-fluid:before,
.vc_row-fluid:after {
	content : "";
	display : table;
}
.vc_row-fluid:after {
	clear : both;
}
.content-middle {
	display : table;
}
.content-middle-inner {
	display        : table-cell;
	vertical-align : middle;
}
.vc_col-xs-1,
.vc_col-sm-1,
.vc_col-md-1,
.vc_col-lg-1,
.vc_col-xs-2,
.vc_col-sm-2,
.vc_col-md-2,
.vc_col-lg-2,
.vc_col-xs-3,
.vc_col-sm-3,
.vc_col-md-3,
.vc_col-lg-3,
.vc_col-xs-4,
.vc_col-sm-4,
.vc_col-md-4,
.vc_col-lg-4,
.vc_col-xs-5,
.vc_col-sm-5,
.vc_col-md-5,
.vc_col-lg-5,
.vc_col-xs-6,
.vc_col-sm-6,
.vc_col-md-6,
.vc_col-lg-6,
.vc_col-xs-7,
.vc_col-sm-7,
.vc_col-md-7,
.vc_col-lg-7,
.vc_col-xs-8,
.vc_col-sm-8,
.vc_col-md-8,
.vc_col-lg-8,
.vc_col-xs-9,
.vc_col-sm-9,
.vc_col-md-9,
.vc_col-lg-9,
.vc_col-xs-10,
.vc_col-sm-10,
.vc_col-md-10,
.vc_col-lg-10,
.vc_col-xs-11,
.vc_col-sm-11,
.vc_col-md-11,
.vc_col-lg-11,
.vc_col-xs-12,
.vc_col-sm-12,
.vc_col-md-12,
.vc_col-lg-12 {
	min-height : 0;
}
#wrapper-content .wpb_row,
#wrapper-content .wpb_content_element,
#wrapper-content ul.wpb_thumbnails-fluid > li,
#wrapper-content .last_toggle_el_margin,
#wrapper-content .wpb_button {
	margin-bottom : 0;
}
.vc_separator .vc_sep_holder {
	padding-bottom : 1px;
}
.no-border {
	border : 0 !important;
}
.no-padding-vc div[class*=vc_col-] {
	padding-left  : 0 !important;
	padding-right : 0 !important;
}
.banner-single-image .wpb_single_image img {
	width : 100% !important;
}
.no-margin-vc .vc_row {
	margin-left  : 0 !important;
	margin-right : 0 !important;
}
.innovation-partner-carousel .innovation-heading h2 {
	margin-bottom : 24px;
}
.innovation-partner-carousel .owl-item {
	height     : 130px;
	display    : table;
	text-align : center;
}
.innovation-partner-carousel .owl-item img {
	opacity : 0.8;
}
.innovation-partner-carousel .owl-item img:hover {
	opacity : 1;
}
.innovation-partner-carousel .content-middle-inner {
	height : 100%;
}
.innovation-partner-carousel .owl-theme .owl-controls {
	position : absolute;
	top      : -70px;
	right    : 0;
}
.innovation-partner-carousel .owl-theme .owl-controls .owl-buttons div {
	margin        : 0;
	padding       : 0;
	width         : 54px;
	height        : 32px;
	border-radius : 0;
	opacity       : 1;
	text-align    : center;
}
.innovation-partner-carousel .owl-theme .owl-controls .owl-buttons div i {
	line-height : 32px;
	font-size   : 16px;
}
.innovation-partner-carousel .owl-theme .owl-controls .owl-buttons .owl-prev,
.innovation-partner-carousel .owl-theme .owl-controls .owl-buttons .owl-next {
	position         : static;
	background-color : #F5F5F5;
}
.innovation-partner-carousel .owl-theme .owl-controls .owl-buttons .owl-prev i,
.innovation-partner-carousel .owl-theme .owl-controls .owl-buttons .owl-next i {
	color  : #1e1e1e;
	margin : 0;
}
.innovation-partner-carousel .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.innovation-partner-carousel .owl-theme .owl-controls .owl-buttons .owl-next:hover {
	background-color : #00519e;
}
.innovation-partner-carousel .owl-theme .owl-controls .owl-buttons .owl-prev:hover i,
.innovation-partner-carousel .owl-theme .owl-controls .owl-buttons .owl-next:hover i {
	color : #FFFFFF;
}
.innovation-partner-carousel .owl-theme .owl-controls .owl-buttons .owl-prev {
	margin-right : 1px;
}
.vc-tabs-2 .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
	background-color : #00519e;
	color            : #FFFFFF;
}
.vc-tabs-2 .wpb_content_element .wpb_tabs_nav li:hover {
	background-color : transparent;
}
.vc-tabs-2 .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background-color : transparent;
	border           : 1px solid #e9e9e9;
	padding          : 20px;
}
.vc-tabs-2 .wpb_content_element .wpb_tabs_nav li {
	border-style  : solid;
	border-color  : #eeeeee;
	border-width  : 1px;
	border-bottom : 0;
	border-right  : 0;
	margin        : 0 !important;
}
.vc-tabs-2 .wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
	border-color : #00519e;
}
.vc-tabs-2 .wpb_content_element .wpb_tabs_nav li:last-child {
	border-right : 1px solid #e9e9e9;
}
.vc-tabs-2 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	color       : #373636;
	font-size   : 12px;
	line-height : 1.2;
	padding     : 16px 18px;
}
.vc-tabs-1 .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
	color      : #FFFFFF;
	background : #19394B;
}
.vc-tabs-1 .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a:after {
	background : #19394B;
	z-index    : 4;
}
.vc-tabs-1 .wpb_content_element .wpb_tabs_nav li:hover a {
	color      : #FFFFFF;
	background : #19394B;
}
.vc-tabs-1 .wpb_content_element .wpb_tabs_nav li:hover a:after {
	background : #19394B;
	z-index    : 5;
}
.vc-tabs-1 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	color           : #1e1e1e;
	position        : relative;
	background      : #FFFFFF;
	padding         : 0 15px 0 35px;
	line-height     : 40px;
	font-size       : 12px;
	float           : left;
	text-decoration : none;
}
.vc-tabs-1 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:after {
	content           : '';
	position          : absolute;
	z-index           : 3;
	top               : 0;
	right             : -12px;
	bottom            : 0;
	width             : 2em;
	box-shadow        : 3px 0 #F5F5F5;
	background        : #FFFFFF;
	-webkit-transform : skew(30deg);
	-moz-transform    : skew(30deg);
	-ms-transform     : skew(30deg);
	-o-transform      : skew(30deg);
	transform         : skew(30deg);
	height            : 40px;
}
.vc-tabs-1 .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
	padding          : 0 !important;
	background-color : transparent;
}
@media (max-width : 600px) {
	.vc-tabs-1 .wpb_content_element .wpb_tabs_nav li {
		width         : 100%;
		text-align    : center;
		margin-bottom : 1px;
	}
	.vc-tabs-1 .wpb_content_element .wpb_tabs_nav li a {
		width   : 100%;
		padding : 0 !important;
	}
	.vc-tabs-1 .wpb_content_element .wpb_tabs_nav li a:after {
		display : none;
	}
	.vc-tabs-2 .wpb_content_element .wpb_tabs_nav li {
		width         : 100%;
		text-align    : center;
		margin-bottom : 2px;
		border        : 0 !important;
		border-bottom : 1px solid #e9e9e9 !important;
	}
	.vc-tabs-2 .wpb_content_element .wpb_tabs_nav li a {
		width : 100%;
	}
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
	height           : 40px;
	font-size        : 12px;
	background-color : #19394B;
	color            : #FFFFFF;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:hover {
	text-decoration : none;
	color           : #00519e;
}
.wpb_accordion .ui-accordion-header-active a {
	color : #00519e !important;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	top    : 0;
	bottom : 0;
	margin : auto;
}
.height-auto {
	height : auto !important;
}
.font-style-normal * {
	font-style : normal !important;
}
.bg-content-box {
	background-clip : content-box;
}
.bg-column {
	background-clip     : content-box;
	background-size     : contain;
	background-position : center;
}
.border-page {
	border-top         : 3px solid #00519e;
	-moz-box-shadow    : 0px 6px 7px 1px #ccc;
	-webkit-box-shadow : 0px 6px 7px 1px #ccc;
	box-shadow         : 0px 6px 7px 1px #ccc;
}
.margin-bottom-5 {
	margin-bottom : 5px !important;
}
.margin-bottom-10 {
	margin-bottom : 10px !important;
}
.margin-bottom-15 {
	margin-bottom : 15px !important;
}
.margin-top-5 {
	margin-top : 5px !important;
}
.margin-top-10 {
	margin-top : 10px !important;
}
.margin-top-15 {
	margin-top : 15px;
}
.margin-bottom-nag-30 {
	margin-bottom : -30px !important;
}
.height-100 {
	height : 100px !important;
}
.padding-top-22 {
	padding-top : 22px !important;
}
@media screen and (max-width : 991px) {
	.margin-bottom-30-hidesm {
		margin-bottom : 0 !important;
	}
	.margin-bottom-30,
	.margin-bottom-35 {
		margin-bottom : 15px !important;
	}
	.margin-bottom-40 {
		margin-bottom : 20px !important;
	}
	.margin-bottom-45 {
		margin-bottom : 25px !important;
	}
	.margin-bottom-50 {
		margin-bottom : 30px !important;
	}
	.margin-bottom-55 {
		margin-bottom : 35px !important;
	}
	.margin-bottom-60 {
		margin-bottom : 40px !important;
	}
	.margin-bottom-65 {
		margin-bottom : 45px !important;
	}
	.margin-bottom-70 {
		margin-bottom : 50px !important;
	}
	.margin-bottom-75 {
		margin-bottom : 55px !important;
	}
	.margin-bottom-80 {
		margin-bottom : 60px !important;
	}
	.margin-bottom-85 {
		margin-bottom : 65px !important;
	}
	.margin-bottom-90 {
		margin-bottom : 70px !important;
	}
	.margin-bottom-95 {
		margin-bottom : 75px !important;
	}
	.margin-bottom-100 {
		margin-bottom : 80px !important;
	}
	.margin-top-30,
	.margin-top-35 {
		margin-top : 15px !important;
	}
	.margin-top-40 {
		margin-top : 20px !important;
	}
	.margin-top-45 {
		margin-top : 25px !important;
	}
	.margin-top-50 {
		margin-top : 30px !important;
	}
	.margin-top-55 {
		margin-top : 35px !important;
	}
	.margin-top-60 {
		margin-top : 40px !important;
	}
	.margin-top-65 {
		margin-top : 45px !important;
	}
	.margin-top-70 {
		margin-top : 50px !important;
	}
	.margin-top-75 {
		margin-top : 55px !important;
	}
	.margin-top-80 {
		margin-top : 60px !important;
	}
	.margin-top-85 {
		margin-top : 65px !important;
	}
	.margin-top-90 {
		margin-top : 70px !important;
	}
	.margin-top-95 {
		margin-top : 75px !important;
	}
	.margin-top-100 {
		margin-top : 80px !important;
	}
}
@media screen and (min-width : 992px) {
	.margin-bottom-30-hidesm {
		margin-bottom : 30px !important;
	}
	.margin-bottom-20 {
		margin-bottom : 20px !important;
	}
	.margin-bottom-25 {
		margin-bottom : 25px !important;
	}
	.margin-bottom-30 {
		margin-bottom : 30px !important;
	}
	.margin-bottom-35 {
		margin-bottom : 35px !important;
	}
	.margin-bottom-40 {
		margin-bottom : 40px !important;
	}
	.margin-bottom-45 {
		margin-bottom : 45px !important;
	}
	.margin-bottom-50 {
		margin-bottom : 50px !important;
	}
	.margin-bottom-55 {
		margin-bottom : 55px !important;
	}
	.margin-bottom-60 {
		margin-bottom : 60px !important;
	}
	.margin-bottom-65 {
		margin-bottom : 65px !important;
	}
	.margin-bottom-70 {
		margin-bottom : 70px !important;
	}
	.margin-bottom-75 {
		margin-bottom : 75px !important;
	}
	.margin-bottom-80 {
		margin-bottom : 80px !important;
	}
	.margin-bottom-85 {
		margin-bottom : 85px !important;
	}
	.margin-bottom-90 {
		margin-bottom : 90px !important;
	}
	.margin-bottom-95 {
		margin-bottom : 95px !important;
	}
	.margin-bottom-100 {
		margin-bottom : 100px !important;
	}
	.margin-top-20 {
		margin-top : 20px !important;
	}
	.margin-top-25 {
		margin-top : 25px !important;
	}
	.margin-top-30 {
		margin-top : 30px !important;
	}
	.margin-top-35 {
		margin-top : 35px !important;
	}
	.margin-top-40 {
		margin-top : 40px !important;
	}
	.margin-top-45 {
		margin-top : 45px !important;
	}
	.margin-top-50 {
		margin-top : 50px !important;
	}
	.margin-top-55 {
		margin-top : 55px !important;
	}
	.margin-top-60 {
		margin-top : 60px !important;
	}
	.margin-top-65 {
		margin-top : 65px !important;
	}
	.margin-top-70 {
		margin-top : 70px !important;
	}
	.margin-top-75 {
		margin-top : 75px !important;
	}
	.margin-top-80 {
		margin-top : 80px !important;
	}
	.margin-top-85 {
		margin-top : 85px !important;
	}
	.margin-top-90 {
		margin-top : 90px !important;
	}
	.margin-top-95 {
		margin-top : 95px !important;
	}
	.margin-top-100 {
		margin-top : 100px !important;
	}
}
.innovation-pie-chart-wapper {
	margin-top   : 12px;
	max-width    : 150px;
	margin-left  : auto;
	margin-right : auto;
}
.innovation-pie-chart-wapper .vc_pie_chart_back {
	border-width : 4px;
	color        : #e2e2e2;
	opacity      : 1;
}
.innovation-pie-chart-wapper .vc_pie_chart_value {
	font-size   : 24px;
	font-weight : bold;
}
.innovation-pie-chart-wapper h5 {
	font-size      : 12px;
	font-weight    : bold;
	text-transform : uppercase;
	margin-top     : 10px;
}
.innovation-pie-chart-wapper.style1 .vc_pie_chart_value {
	color : #1e1e1e;
}
.innovation-pie-chart-wapper.style1 h5 {
	color : #373636;
}
.innovation-pie-chart-wapper.style2 .vc_pie_chart_value {
	color : #FFFFFF;
}
.innovation-pie-chart-wapper.style2 h5 {
	color : #FFFFFF;
}
.border-right-column {
	border-right : 2px solid #E2E2E2;
}
.border-right-column-2 {
	border-right : 2px solid #41535b;
}
.owl-theme .owl-controls .owl-page span {
	opacity          : 1;
	border           : 1px solid #ffffff;
	background-color : #ffffff;
}
.owl-theme .owl-controls .owl-page.active span {
	background-color : transparent;
}
.list-style-bullet ul {
	padding : 0;
	margin  : 0;
}
.list-style-bullet ul li {
	list-style : none;
}
.list-style-bullet ul li:before {
	font-family  : 'FontAwesome';
	content      : "\f00c";
	color        : #00519e;
	margin-right : 15px;
}
@media (max-width : 991px) {
	.sm-margin-bottom-30 {
		margin-bottom : 30px !important;
	}
	.sm-margin-bottom-40 {
		margin-bottom : 40px !important;
	}
	.sm-margin-bottom-50 {
		margin-bottom : 50px !important;
	}
}
@media (max-width : 991px) {
	.border-right-column,
	.border-right-column-2 {
		border-width : 0;
	}
}
.vc_images_carousel {
	position : relative;
}
.vc_images_carousel .vc_carousel-inner {
	position : relative;
	overflow : hidden;
	width    : 100%;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline {
	position : relative;
	overflow : hidden;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner {
	left     : 0;
	position : relative;
	width    : 100%;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner.vc_transition {
	-webkit-transition : 0.5s ease left;
	transition         : 0.5s ease left;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner.vc_transition.vc_swipe-transition {
	-webkit-transition-duration : 0.2s;
	transition-duration         : 0.2s;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
	float      : left;
	visibility : hidden;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item > img,
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item > a > img {
	display     : block;
	max-width   : 100%;
	height      : auto;
	line-height : 1;
}
.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item > .vc_inner {
	margin : 0;
}
.vc_images_carousel.vc_carousel_vertical .vc_carousel-slideline {
	overflow : hidden;
}
.vc_images_carousel.vc_carousel_vertical .vc_carousel-slideline .vc_carousel-slideline-inner {
	width : 100%;
}
.vc_images_carousel.vc_carousel_vertical .vc_carousel-slideline .vc_carousel-slideline-inner.vc_transition {
	-webkit-transition-property : top;
	transition-property         : top;
}
.vc_images_carousel.vc_carousel_vertical .vc_carousel-slideline .vc_carousel-slideline-inner .vc_item {
	float : none;
}
.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
	visibility : visible;
}
.vc_images_carousel .clearfix:before,
.vc_images_carousel .clearfix:after {
	content : " ";
	/* 1 */
	display : table;
	/* 2 */
}
.vc_images_carousel .clearfix:after {
	clear : both;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .item > a {
	display : block;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .item > a > img {
	margin : auto;
}
.vc_images_carousel .vc_carousel-control {
	display : none;
}
.vc_images_carousel:hover .vc_carousel-control {
	display : block;
}
.vc_images_carousel .vc_carousel-control .icon-prev,
.vc_images_carousel .vc_carousel-control .icon-next {
	position              : absolute;
	z-index               : 5;
	display               : inline-block;
	font-size             : 16px;
	font-family           : fontawesome;
	width                 : 30px;
	height                : 30px;
	line-height           : 30px;
	text-align            : center;
	background-color      : #FFFFFF;
	-webkit-border-radius : 50%;
	-moz-border-radius    : 50%;
	border-radius         : 50%;
	color                 : #373636;
}
.vc_images_carousel .vc_carousel-control .icon-prev {
	top          : 10px;
	left         : 0;
	right        : 0;
	margin-left  : auto;
	margin-right : auto;
}
.vc_images_carousel .vc_carousel-control .icon-next {
	bottom       : 40px;
	left         : 0;
	right        : 0;
	margin-left  : auto;
	margin-right : auto;
}
.vc_images_carousel .vc_carousel-control .icon-prev:before {
	content : "\f106";
	display : block;
}
.vc_images_carousel .vc_carousel-control .icon-next:before {
	content : "\f107";
	display : block;
}
.innovation-contact-form p {
	margin : 0 0 30px;
}
.innovation-contact-form input,
.innovation-contact-form textarea {
	width : 100%;
}
.innovation-contact-form textarea {
	height : 200px;
}
.innovation-contact-form .contact-form-submit input {
	width : auto;
}
.wpb_gmaps_widget .wpb_wrapper {
	padding : 0;
}
.round-3 {
	background-color : #88a825;
}
.round-3 .site-loading-center-absolute {
	position    : absolute;
	left        : 50%;
	top         : 50%;
	height      : 50px;
	width       : 200px;
	margin-top  : -25px;
	margin-left : -100px;
}
.round-3 .spinner {
	width                 : 20px;
	height                : 20px;
	background-color      : #FFF;
	float                 : left;
	margin-top            : 15px;
	-moz-border-radius    : 50% 50% 50% 50%;
	-webkit-border-radius : 50% 50% 50% 50%;
	border-radius         : 50% 50% 50% 50%;
}
.round-3 #first_spinner {
	-webkit-animation : round-3-first 2s infinite;
	animation         : round-3-first 2s infinite;
}
.round-3 #second_spinner {
	-webkit-animation : round-3-second 2s infinite;
	animation         : round-3-second 2s infinite;
}
@-webkit-keyframes round-3-first {
	25% {
		-ms-transform     : translate(90px, 0) scale(2);
		-webkit-transform : translate(90px, 0) scale(2);
		transform         : translate(90px, 0) scale(2);
	}
	50% {
		-ms-transform     : translate(180px, 0) scale(1);
		-webkit-transform : translate(180px, 0) scale(1);
		transform         : translate(180px, 0) scale(1);
	}
	75% {
		-ms-transform     : translate(90px, 0) scale(2);
		-webkit-transform : translate(90px, 0) scale(2);
		transform         : translate(90px, 0) scale(2);
	}
}
@keyframes round-3-first {
	25% {
		-ms-transform     : translate(90px, 0) scale(2);
		-webkit-transform : translate(90px, 0) scale(2);
		transform         : translate(90px, 0) scale(2);
	}
	50% {
		-ms-transform     : translate(180px, 0) scale(1);
		-webkit-transform : translate(180px, 0) scale(1);
		transform         : translate(180px, 0) scale(1);
	}
	75% {
		-ms-transform     : translate(90px, 0) scale(2);
		-webkit-transform : translate(90px, 0) scale(2);
		transform         : translate(90px, 0) scale(2);
	}
}
@-webkit-keyframes round-3-second {
	25% {
		-ms-transform     : translate(-90px, 0) scale(2);
		-webkit-transform : translate(-90px, 0) scale(2);
		transform         : translate(-90px, 0) scale(2);
	}
	50% {
		-ms-transform     : translate(-180px, 0) scale(1);
		-webkit-transform : translate(-180px, 0) scale(1);
		transform         : translate(-180px, 0) scale(1);
	}
	75% {
		-ms-transform     : translate(-90px, 0) scale(2);
		-webkit-transform : translate(-90px, 0) scale(2);
		transform         : translate(-90px, 0) scale(2);
	}
}
@keyframes round-3-second {
	25% {
		-ms-transform     : translate(-90px, 0) scale(2);
		-webkit-transform : translate(-90px, 0) scale(2);
		transform         : translate(-90px, 0) scale(2);
	}
	50% {
		-ms-transform     : translate(-180px, 0) scale(1);
		-webkit-transform : translate(-180px, 0) scale(1);
		transform         : translate(-180px, 0) scale(1);
	}
	75% {
		-ms-transform     : translate(-90px, 0) scale(2);
		-webkit-transform : translate(-90px, 0) scale(2);
		transform         : translate(-90px, 0) scale(2);
	}
}
#panel-style-selector .panel-wrapper {
	position                    : fixed;
	top                         : 200px;
	left                        : 0;
	z-index                     : 99998;
	-webkit-backface-visibility : visible;
	-moz-backface-visibility    : visible;
	-ms-backface-visibility     : visible;
	backface-visibility         : visible;
	-webkit-transform           : translate3d(0, 0, 0);
	transform                   : translate3d(0, 0, 0);
	width                       : 205px;
	padding                     : 0;
	background                  : #2D454E;
	color                       : #FFF;
	font-size                   : 12px;
	border-left                 : none;
	-webkit-transform           : translateX(-100%);
	-moz-transform              : translateX(-100%);
	-ms-transform               : translateX(-100%);
	-o-transform                : translateX(-100%);
	transform                   : translateX(-100%);
	-webkit-transition          : all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition             : all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition              : all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition               : all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition                  : all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#panel-style-selector .panel-wrapper.in {
	-webkit-transform : translateX(0%);
	-moz-transform    : translateX(0%);
	-ms-transform     : translateX(0%);
	-o-transform      : translateX(0%);
	transform         : translateX(0%);
}
#panel-style-selector .panel-selector-open {
	position                   : absolute;
	top                        : 0;
	left                       : 100%;
	width                      : 50px;
	height                     : 50px;
	border-bottom-right-radius : 5px;
	border-top-right-radius    : 5px;
	background                 : #2D454E;
	text-align                 : center;
	cursor                     : pointer;
	opacity                    : 1;
}
#panel-style-selector .panel-selector-open i {
	font-size   : 30px;
	line-height : 50px;
}
#panel-style-selector .panel-selector-open:hover {
	color : #F8AF1C;
}
#panel-style-selector .panel-selector-header {
	height         : 50px;
	line-height    : 50px;
	padding        : 0 15px;
	background     : #2D454E;
	text-transform : uppercase;
	color          : #F8AF1C;
	font-weight    : bold;
	font-size      : 16px;
}
#panel-style-selector .panel-selector-body {
	padding : 15px;
}
#panel-style-selector .panel-selector-section {
	margin-bottom : 15px;
}
#panel-style-selector h3.panel-selector-title {
	border-bottom  : solid 1px #F8AF1C;
	padding-bottom : 5px;
	color          : #F8AF1C;
	text-transform : uppercase;
	font-size      : 12px;
	margin         : 0;
	margin-bottom  : 10px;
}
#panel-style-selector h3.panel-selector-title:before {
	content      : "";
	display      : inline-block;
	width        : 10px;
	height       : 10px;
	background   : #f8af1c;
	margin-right : 5px;
}
#panel-style-selector .panel-selector-row {
	margin-bottom : 5px;
}
#panel-style-selector .panel-selector-btn {
	display        : inline-block;
	padding        : 6px 12px;
	text-transform : uppercase;
	min-width      : 80px;
	text-align     : center;
	background     : #FFFFFF;
	border         : 1px solid #dddddd;
	color          : #25282c;
	line-height    : 1.6;
	font-size      : 12px;
}
#panel-style-selector .panel-selector-btn:hover,
#panel-style-selector .panel-selector-btn.active {
	background-color : #00519e;
	border           : 1px solid #00519e;
	color            : #FFFFFF;
}
#panel-style-selector ul {
	padding         : 0;
	margin          : 0;
	list-style-type : none;
}
#panel-style-selector ul li {
	width    : 25px;
	height   : 25px;
	float    : left;
	display  : block;
	border   : 1px solid #FFFFFF;
	cursor   : pointer;
	position : relative;
}
#panel-style-selector ul li.active:before,
#panel-style-selector ul li:hover:before {
	content     : "\f00c";
	position    : absolute;
	left        : 0;
	right       : 0;
	top         : 0;
	bottom      : 0;
	display     : block;
	margin      : auto;
	text-align  : center;
	font-family : fontawesome;
}
#panel-style-selector ul li + li {
	margin-left : 15px;
}
#panel-style-selector ul li:nth-child(4n+1) {
	clear       : both;
	margin-left : 0;
}
#panel-style-selector ul li:nth-child(n + 5) {
	margin-top : 15px;
}
#panel-style-selector ul.panel-primary-background li {
	background-image  : url('assets/images/style-selector-bg.png');
	background-repeat : no-repeat;
}
body::-webkit-scrollbar {
	width            : 10px;
	background-color : #19394b;
}
body::-webkit-scrollbar-thumb {
	background-color : #459dd2;
}
