/*
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.0.0
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2011 Steven Bower under dual MIT/GPL license.
 */

#jr_overlay {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 2147483646;
	position: absolute;
}

#jr_wrap {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2147483647;
	padding: 0;
	margin: 0;
}

#jr_inner {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4F4F4F;
	margin: 0 auto;
	height: auto;
	padding: 20px;
	position: relative;
}

#jr_header {
	display: block;
	color: #333;
	padding: 5px;
	padding-bottom: 0;
	margin: 0;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

#jr_inner p {
	text-align: left;
	padding: 5px;
	margin: 0;
}

#jr_inner ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#jr_inner ul li {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 122px;
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align: center;
}

#jr_inner li a {
	color: #333;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#jr_inner li a:hover {
	text-decoration: underline;
}

#jr_inner .jr_icon {
	width: 100px;
	height: 100px;
	margin: 1px auto;
	padding: 0;
	background: transparent no-repeat scroll left top;
	cursor: pointer;
}

#jr_close {
	margin: 0 0 0 50px;
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0;
}

#jr_close a {
	color: #000;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#jr_close p {
	padding: 10px 0 0 0;
	margin: 0;
}
/*
 * Settings tab
 */
/* General */
.cptch_thumb_block {
	margin-top: 8px !important;
}
.cptch_notice_tooltip .bws_hidden_help_text {
	width: 200px;
}
.cptch_option_tooltip .bws_hidden_help_text {
	margin-top: 4px !important;
	width: 200px;
}
.cptch_example_fields_actions {
	display: inline-block;
	min-height: 18px;
	width: 140px;
	position: relative;
}
.cptch_example_fields_actions img {
	position: relative;
	max-width: 30px;
	display: inline-block;
	vertical-align: middle;
}
.cptch_block {
	direction: ltr;
}
#cptch_settings_form_block {
	position: relative;
}
.cptch_bg {
	background: #4D4D4D;
	opacity: 0.11;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.cptch_limit_label {
	display: block;
}
input.cptch_settings_input {
	width: 252px;
}
.cptch_how_to_use {
	float: right;
}
.bws_help_box.dashicons-editor-help.cptch_option_tooltip {
	margin-top: 3px;
}
.cptch_settings_slick {
	min-height: 100px;
}
.cptch_settings_slick li {
	width: 200px;
}

/* Carousel */
#cptch_settings_slick {
	margin-top: 10px;
	display: none;
}
#cptch_settings_slick .slick-list {
	background: #e5e5e5;
	padding: 0 !important;
	margin: 0 50px;
	border-top: 1px solid #ccc;
}
#cptch_settings_slick .slick-arrow {
	position: absolute;
	width: 50px;
	height: 40px;
	border: 1px solid #ccc;
	font-size: 30px;
	line-height: 40px;
	background: #e5e5e5;
	z-index: 3;
}
#cptch_settings_slick .slick-prev {
	top: 0;
	left: 0px;
}
#cptch_settings_slick .slick-next {
	top: 0;
	right: 0;
}
#cptch_settings_slick a {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 39px;
	text-align: center;
}
#cptch_settings_slick .slick-current a {
	border-bottom: 1px solid #fff;
}

#cptch_settings_tabs_wrapper {
	position: relative;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	font-size: 13px;
	border: 1px solid #ccc;
	background: #fff;
}
#cptch_settings_slick.cptch_slick_mobile .slick-list {
	margin: 0 40px;
}
#cptch_settings_slick.cptch_slick_mobile a {
	display: table-cell;
	height: 59px;
	max-width: 200px;
	vertical-align: middle;
}
#cptch_settings_slick.cptch_slick_mobile .slick-arrow {
	width: 40px;
	height: 60px;
}
#cptch_settings_slick.cptch_slick_mobile .slick-arrow:before {
	margin-top: 9px;
	display: inline-block;
}

/* Tabs */
#cptch_settings_slick *,
#cptch_settings_tabs_wrapper * {
	box-sizing: border-box;
}
#cptch_settings_tabs_bg {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 100%;
	min-height: 100%;
	background: #e5e5e5;
	border-right: 1px solid #ccc;
}
#cptch_settings_tabs_wrapper ul:not([class="cptch_tabs_package_list_items"]) {
	position: absolute;
	width: 150px;
	margin: 0;
	z-index: 2;
	float: left;
}
#cptch_settings_tabs_wrapper ul.ui-tabs-nav {
	float: none;
}
#cptch_settings_tabs_wrapper ul li {
	margin: 0;
	padding: 0;
}
#cptch_settings_tabs_wrapper .form-table th {
	font-weight: normal;
}
#cptch_settings_slick a,
#cptch_settings_tabs_wrapper ul li a {
	margin: 0;
	padding: 10px;
	display: block;
	box-shadow: none;
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
#cptch_settings_slick .slick-arrow:hover,
#cptch_settings_slick a:hover,
#cptch_settings_tabs_wrapper ul li a:hover {
	background: #eee;
	color: #999;
	cursor: pointer;
}
#cptch_settings_tabs_wrapper ul li a {
	border-bottom: 1px solid #ccc;
}
#cptch_settings_slick .slick-current a,
#cptch_settings_tabs_wrapper .ui-tabs-active a {
	color: #000 !important;
	background: #fff !important;
}
#cptch_settings_tabs_wrapper .ui-tabs-active a {
	width: 151px;
}
.cptch_form_tab {
	margin-left: 150px;
	padding: 15px;
	background: #fff;
}
#cptch_settings_tabs_wrapper .ui-tabs-panel {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	padding: 15px;
	width: calc( 100% - 150px );
}
.cptch_form_tab_label {
	width: 100%;
	padding: 10px 20px 10px 10px;
	margin: -15px 0 15px -15px;
	box-sizing: content-box;
	line-height: 1.4em;
	font-size: 23px;
	font-weight: 400;
}
.cptch_enable_images_notice {
	margin-bottom: 14px;
}

/* The list of packages in the "Used Packages" option */
.cptch_tabs_package_list {
	position: relative;
	padding-right: 16px;
	display: inline-block;
	height: 200px;
	min-height: 200px;
	width: 280px;
	min-width: 280px;
	max-width: 500px;
}
.cptch_tabs_package_list ul {
	display: inline-block;
	width: 100%;
	margin: 0;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.cptch_tabs_package_list ul li:hover {
	background: #e0f1f8;
}
.cptch_tabs_package_list ul li {
	padding: 3px 5px 3px 9px;
	margin: 0;
	display: block;
}
.cptch_tabs_package_list ul li span {
	display: table-cell;
	vertical-align: middle;
}
.cptch_tabs_package_list ul img {
	width: 40px;
	height: auto;
	margin: 0 10px;
	border: 1px solid #ccc;
}
.cptch_tabs_package_list .ui-resizable-handle {
	bottom: -11px;
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	font-size: 24px;
	color: #ccc;
}
.cptch_tabs_package_list .ui-resizable-se {
	right: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: se-resize;
}
.cptch_tabs_package_list .ui-resizable-sw {
	left: -18px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	cursor: sw-resize;
}
.cptch_tabs_package_list_items li span:first-child {
	padding-left: 5px;
}
.cptch_tab_deactivated,
.cptch_tab_not_installed {
	color: #bbb !important;
}

/*
 * Whitelist tab
 */
.cptch_whitelist_form table td {
	vertical-align: top;
}
.cptch_whitelist_buttons .alignleft {
	margin-right: 10px;
}
.cptch_save_ip {
	margin-left: 10px;
}

/*
 * Packages tab
 */
.cptch_install_package_wrap {
	display: none;
}
.cptch_package_list .has-media-icon img {
	max-width: 40px;
	height: auto;
	vertical-align: top;
	margin: 0 9px 0 0;
	float: left;
}
.cptch_package_list .column-add_time {
	max-width: 150px;
}
.cptch_edit_package_form {
	margin-top: 10px;
	position: relative;
}
.cptch_colorpicker_table {
	vertical-align: middle;
	table-layout: fixed;
	width: 400px;
	box-sizing: border-box;
}
.cptch_colorpicker_table th {
	width: 100px;
}
.cptch_colorpicker_table td {
	width: 150px;
}
.cptch_colorpicker_table .wp-picker-holder,
.cptch_colorpicker_table .wp-picker-input-wrap {
	min-width: 130px;
	position: absolute;
	z-index: 2;
}
.cptch_use_settings * {
	line-height: 2.5;
	vertical-align: top;
}
#cptch_preview_wrap {
	text-align: center;
	border: 1px solid #ddd;
}
#cptch_preview_wrap img,
#cptch_preview_wrap svg {
	display: block;
	width: 40px;
	height: auto;
	margin: 15px auto 0 auto;
	cursor: pointer;
}
.cptch_package_color_picker .wp-picker-container {
	width: 120px;
}
.cptch_color_label {
	display: none;
}
.cptch_add_ons_link {
	display: inline-block;
	margin: 0 30px;
	text-decoration: none;
}

/*
 * Go Pro banners
 */
 .cptch_packages_banner {
    max-width: 100% !important;
    box-sizing: border-box;
}
.cptch_packages_banner img {
    width: 40px;
    height: auto;
    float: left;
    margin: 0 9px 0 0;
}
.cptch_packages_banner .bws_pro_version_table_bloc {
    padding: 10px;
}
.cptch_packages_banner .bws_table_bg {
    top: 0;
    left: 0;
}
.cptch_packages_banner .column-add_time {
    max-width: 20px;
}
.cptch_packages_banner .cptch_install_package_wrap {
    display: block;
}
.cptch_packages_banner .cptch_install_package_wrap .wp-upload-form {
    margin-top: 0;
}
.cptch_add_ons_link {
    display: inline-block;
    position: relative;
    margin: 0 30px;
    text-decoration: none;
    z-index: 10;
}
.cptch_pro_block .bws_pro_version_tooltip {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    top: 5px;
}
.nav-tab.cptch_pro_tab,
#cptch_settings_slick .cptch_pro_tab,
#cptch_settings_tabs_wrapper .cptch_pro_tab {
	background: rgba(248,226,104, 0.1) url("/wp-content/plugins/captcha/images/pattern_bg.png");
}
#cptch_settings_slick .cptch_pro_tab a,
#cptch_settings_tabs_wrapper .cptch_pro_tab a {
	background: transparent;
}
.cptch_pro_block .form-table {
	margin: 0 5px 5px;
}
.cptch_pro_block .bws_table_bg {
	top: 0px;
	left: 0px;
}
.cptch_pro_block .cptch_tabs_package_list_items {
	padding-top: 5px;
}
.cptch_tabs_package_list.cptch_pro_pack_tab ul {
	height: 140px;
}
/*
 * RTL styles
 */
.rtl .cptch_how_to_use {
	float: left;
}
.rtl .cptch_tabs_package_list {
	right: 0;
	padding-right: 0;
}
.rtl table.cptch_package_list .media-icon {
	float: right;
}
.rtl table.cptch_package_list .media-icon img {
	margin: 0 0 0 9px;
}
.rtl #cptch_settings_tabs_bg {
	left: auto;
	right: 0;
	border-right: none;
	border-left: 1px solid #ccc;
}
.rtl .cptch_form_tab {
	margin-left: 0px;
	margin-right: 150px;
}
.rtl .cptch_tabs_package_list_items li span:first-child {
	padding-left: 0;
	padding-right: 5px;
}

@media only screen and ( max-width: 1024px ) {
	#cptch_settings_form_block .form-table td  label {
		width: calc( 100% - 0.5em );
	}
	.cptch_tabs_package_list {
		max-width: 280px;
	}
	.cptch_tabs_package_list.ui-resizable {
		margin-bottom: 40px;
	}
	.cptch_tabs_package_list .ui-resizable-handle {
		width: 40px;
		height: 40px;
		font-size: 48px;
	}
	.cptch_tabs_package_list .ui-resizable-se {
		bottom: -40px;
		right: 8px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		cursor: ns-resize;
	}
	.rtl .cptch_tabs_package_list .ui-resizable-sw {
		bottom: -45px;
		left: 0;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		cursor: ns-resize;
	}
}

@media only screen and ( max-width: 782px ) {
	#cptch_whitelist_search p.search-box {
		position: static;
	}
	#cptch_whitelist .tablenav.top {
		display: none;
	}
	.cptch_how_to_use {
		float: none;
		text-align: left;
	}
	.cptch_save_ip {
		margin-left: 0;
	}
	#cptch_whitelist .column-ip_from,
	#cptch_whitelist .column-ip_to,
	#cptch_whitelist .column-add_time {
		display: none;
	}
	.cptch-below-nav-tab {
		display: none;
	}
	#cptch_install_package_form label {
		display: inline-block;
		margin-bottom: 10px;
	}
	.cptch_colorpicker_table,
	.cptch_colorpicker_table th,
	.cptch_colorpicker_table td {
		width: 100%;
		box-sizing: border-box;
	}
	.cptch_use_settings * {
		vertical-align: middle;
	}
	.cptch_color_table_header {
		display: none !important;
	}
	.cptch_package_color_picker td {
		width: 100%;
		text-align: left;
		vertical-align: top;
	}
	label.cptch_color_label {
		vertical-align: top;
		line-height: 1.5;
	}
	strong.cptch_color_label {
		margin-top: -2px;
		display: inline-block;
	}
	.wp-picker-active .cptch_color {
		display: inline !important;
		width: 80px !important;
	}
	#cptch_preview_wrap {
		padding-bottom: 20px;
	}
	#cptch_settings_slick {
		display: block;
	}
	#cptch_settings_tabs_wrapper {
		margin-top: 0;
		border-top: none;
	}
	#cptch_settings_tabs_wrapper .ui-tabs-panel {
		width: 100%;
	}
	#cptch_settings_tabs,
	#cptch_settings_tabs_bg {
		display: none;
	}
	.cptch_form_tab {
		margin: 0;
	}

	/*
	 * RTL styles
	 */
	.rtl .cptch_how_to_use {
		text-align: right;
	}
}

@media only screen and ( max-width: 480px ) {
	.bws_help_box.cptch_thumb_block {
		display: none;
	}
	#cptch_whitelist .bulkactions {
		float: none;
	}
	#cptch_whitelist .tablenav-pages {
		display: block;
		margin-bottom: 10px;
		float: none;
		clear: both;
	}
	#cptch_whitelist .tablenav-pages .displaying-num {
		position: static;
	}
	.cptch_reload_button {
		margin: 0;
	}
	#cptch_whitelist .column-add_reason {
		display: none;
	}
	#cptch_preview_wrap {
		text-align: left;
		padding-left: 20px;
		padding-bottom: 20px;
	}
	#cptch_preview_wrap img,
	#cptch_preview_wrap svg {
		margin: 15px 0 0;
	}
	.cptch_add_ons_link {
		display: block;
		float: none;
		clear: both;
		margin: 10px 0;
	}
}
@font-face{font-family:dashicons;src:url(/wp-includes/fonts/dashicons.eot)}@font-face{font-family:dashicons;src:url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),url(/wp-includes/fonts/dashicons.ttf) format("truetype"),url(/wp-includes/fonts/dashicons.svg#dashicons) format("svg");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dashicons-menu:before{content:"\f333"}.dashicons-admin-site:before{content:"\f319"}.dashicons-dashboard:before{content:"\f226"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-users:before{content:"\f110"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-filter:before{content:"\f536"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-links:before,.dashicons-format-links:before{content:"\f103"}.dashicons-admin-post:before,.dashicons-format-standard:before{content:"\f109"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-video:before{content:"\f126"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-quote:before{content:"\f122"}.dashicons-welcome-edit-page:before,.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-filter:before{content:"\f533"}.dashicons-undo:before{content:"\f171"}.dashicons-redo:before{content:"\f172"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-distractionfree:before,.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-video:before{content:"\f219"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-table:before{content:"\f535"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-none:before{content:"\f138"}.dashicons-lock:before{content:"\f160"}.dashicons-unlock:before{content:"\f528"}.dashicons-calendar:before{content:"\f145"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-visibility:before{content:"\f177"}.dashicons-hidden:before{content:"\f530"}.dashicons-post-status:before{content:"\f173"}.dashicons-edit:before{content:"\f464"}.dashicons-post-trash:before,.dashicons-trash:before{content:"\f182"}.dashicons-sticky:before{content:"\f537"}.dashicons-external:before{content:"\f504"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-leftright:before{content:"\f229"}.dashicons-sort:before{content:"\f156"}.dashicons-randomize:before{content:"\f503"}.dashicons-list-view:before{content:"\f163"}.dashicons-excerpt-view:before,.dashicons-exerpt-view:before{content:"\f164"}.dashicons-grid-view:before{content:"\f509"}.dashicons-move:before{content:"\f545"}.dashicons-hammer:before{content:"\f308"}.dashicons-art:before{content:"\f309"}.dashicons-migrate:before{content:"\f310"}.dashicons-performance:before{content:"\f311"}.dashicons-universal-access:before{content:"\f483"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-tickets:before{content:"\f486"}.dashicons-nametag:before{content:"\f484"}.dashicons-clipboard:before{content:"\f481"}.dashicons-heart:before{content:"\f487"}.dashicons-megaphone:before{content:"\f488"}.dashicons-schedule:before{content:"\f489"}.dashicons-wordpress:before{content:"\f120"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-pressthis:before{content:"\f157"}.dashicons-update:before{content:"\f463"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-cart:before{content:"\f174"}.dashicons-feedback:before{content:"\f175"}.dashicons-cloud:before{content:"\f176"}.dashicons-translation:before{content:"\f326"}.dashicons-tag:before{content:"\f323"}.dashicons-category:before{content:"\f318"}.dashicons-archive:before{content:"\f480"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-text:before{content:"\f478"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-yes:before{content:"\f147"}.dashicons-no:before{content:"\f158"}.dashicons-no-alt:before{content:"\f335"}.dashicons-plus:before{content:"\f132"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-minus:before{content:"\f460"}.dashicons-dismiss:before{content:"\f153"}.dashicons-marker:before{content:"\f159"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-star-empty:before{content:"\f154"}.dashicons-flag:before{content:"\f227"}.dashicons-info:before{content:"\f348"}.dashicons-warning:before{content:"\f534"}.dashicons-share:before{content:"\f237"}.dashicons-share1:before{content:"\f237"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-twitter:before{content:"\f301"}.dashicons-rss:before{content:"\f303"}.dashicons-email:before{content:"\f465"}.dashicons-email-alt:before{content:"\f466"}.dashicons-facebook:before{content:"\f304"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-networking:before{content:"\f325"}.dashicons-googleplus:before{content:"\f462"}.dashicons-location:before{content:"\f230"}.dashicons-location-alt:before{content:"\f231"}.dashicons-camera:before{content:"\f306"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-vault:before{content:"\f178"}.dashicons-shield:before{content:"\f332"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-sos:before{content:"\f468"}.dashicons-search:before{content:"\f179"}.dashicons-slides:before{content:"\f181"}.dashicons-analytics:before{content:"\f183"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-area:before{content:"\f239"}.dashicons-groups:before{content:"\f307"}.dashicons-businessman:before{content:"\f338"}.dashicons-id:before{content:"\f336"}.dashicons-id-alt:before{content:"\f337"}.dashicons-products:before{content:"\f312"}.dashicons-awards:before{content:"\f313"}.dashicons-forms:before{content:"\f314"}.dashicons-testimonial:before{content:"\f473"}.dashicons-portfolio:before{content:"\f322"}.dashicons-book:before{content:"\f330"}.dashicons-book-alt:before{content:"\f331"}.dashicons-download:before{content:"\f316"}.dashicons-upload:before{content:"\f317"}.dashicons-backup:before{content:"\f321"}.dashicons-clock:before{content:"\f469"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-microphone:before{content:"\f482"}.dashicons-desktop:before{content:"\f472"}.dashicons-laptop:before{content:"\f547"}.dashicons-tablet:before{content:"\f471"}.dashicons-smartphone:before{content:"\f470"}.dashicons-phone:before{content:"\f525"}.dashicons-smiley:before{content:"\f328"}.dashicons-index-card:before{content:"\f510"}.dashicons-carrot:before{content:"\f511"}.dashicons-building:before{content:"\f512"}.dashicons-store:before{content:"\f513"}.dashicons-album:before{content:"\f514"}.dashicons-palmtree:before{content:"\f527"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-money:before{content:"\f526"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-layout:before{content:"\f538"}.dashicons-paperclip:before{content:"\f546"}.cptch_ajax_wrap {
	color: red;
}
.cptch_img:hover {
	cursor: default;
	position: relative;
	z-index: 10;
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}
.cptch_left:hover {
	/* move to the right and increase the size of image */
	-webkit-transform: translateX(100%) scale(3, 3);
	-moz-transform: translateX(100%) scale(3, 3);
	-o-transform: translateX(100%) scale(3, 3);
	-ms-transform: translateX(100%) scale(3, 3);
	transform: translateX(100%) scale(3, 3);
}
.cptch_right:hover {
	/* move to the left and increase the size of image */
	-webkit-transform: translateX(-100%) scale(3, 3);
	-moz-transform: translateX(-100%) scale(3, 3);
	-ms-transform: translateX(-100%) scale(3, 3);
	-o-transform: translateX(-100%) scale(3, 3);
	transform: translateX(-100%) scale(3, 3);
}
.cptch_center:hover {
	/* increase the size of image */
	-webkit-transform: scale(3, 3);
	-moz-transform: scale(3, 3);
	-o-transform: scale(3, 3);
	-ms-transform: scale(3, 3);
	transform: scale(3, 3);
}
.cptch_reload_button:hover {
	cursor:pointer;
	opacity: 0.7;
}
.cptch_reload_button.cptch_active {
	opacity: 0.7;
	animation: cptch_rotation 800ms infinite linear;
	-webkit-animation: cptch_rotation 800ms infinite linear;
}
@-webkit-keyframes cptch_rotation {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes cptch_rotation {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(359deg);}
}
@-o-keyframes cptch_rotation {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(359deg);}
}
@keyframes cptch_rotation {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(359deg);}
}@charset "utf-8";
/*
Theme Name: Plumbing
Theme URI: http://plumbing.themerex.net/
Description: Plumbing - Multipurpose and Multiskin Responsive Wordpress theme
Author: themerex
Author URI: http://themerex.net/
Version: 1.4.4
License: GNU General Public License
License URI: license.txt
Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-header, custom-menu, featured-image-header, featured-images, microformats, post-formats, theme-options, threaded-comments, translation-ready


[Table of contents]

1. Body
2. Grid
3. Elements
4. WP Styles
5. Header
   - Main Menu
   - Side Menu
   - Popup Menu
6. Post
  - Common Styles
  - Review Block
  - Masonry
  - Post Position
  - Slider
  - Portfolio
  - Hover Effects
  - Related Posts
  - Post Media
  - Post Sharing
7. Button
8. Pagination
9. Sidebar widgets common styles
10. Under Construction
11. Page 404
12. People & Socials
13. PopUps
14. Theme Customizer
15. Table of contents
16. Booking Calendar
17. Media Elements

[Color codes]
#Theme Main Color: #f1c458
#Theme Accent Color: #f1f1f1


/* Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section, video, audio {
	border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; outline: 0; -webkit-font-smoothing: antialiased; -ms-word-wrap: break-word; word-wrap: break-word;
}
html,body { margin:0; padding:0; width:100%; height:100%;}
html {
	font-size: 62.5%; 					/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	/*overflow-y: scroll;*/ 				/* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; 	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; 		/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	color:#606060;
	font: 300 16px/28px 'Hind', sans-serif;
	letter-spacing: 0.25px;
}

pre, code, tt { font-family: 'Courier New', monospace; }

pre {background-color: #fefefe; border: 1px solid #f0f0f0; padding: 7px 10px;}

header, nav, section, article, aside, footer {display:block}

big { font-size:120%;}
small { font-size:80%;}

address {padding-bottom: 30px; font-style: italic;}

a img { border: none;}
a {color: #373737; text-decoration: none;}
.theme_accent_bg a:hover { color: #ffffff; }

img { max-width: 100%; height: auto; }
figure{ border: 0; margin: 0; padding: 0;}

p { padding:0 0 30px 0; margin:0;}
table p { padding-bottom:0 !important; }

b, strong { font-weight:400; }
em, i { font-style: italic; }

abbr {border-bottom: 1px dashed #888888;}
cite,
acronym {font-style: italic;}

kbd,
code { display: block; padding: 10px; font-family: 'Courier New', monospace;}
kbd { display: inline-block;}

var {font-weight: bold;}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 { margin:0;  color:#151515; -ms-word-wrap: break-word; word-wrap: break-word; }
h1, .h1 { font-size:48px; line-height:1; padding:0 0 30px 0; font-weight:600;}
h2, .h2 { font-size:36px; line-height:1; padding:0 0 30px 0; font-weight:600;}
h3, .h3 { font-size:24px; line-height:1; padding:0 0 25px 0; font-weight:600;}
h4, .h4 { font-size:17px; line-height:1; padding:0 0 20px 0; font-weight:600;}
h5, .h5 { font-size:13px; line-height:1; padding:0 0 20px 0; font-weight:600;}
h6, .h6 { font-size:12px; line-height:1; padding:0 0 20px 0; font-weight:600;}

.widget_area li h1, .widget_area li .h1,
.widget_area li h2, .widget_area li .h2,
.widget_area li h3, .widget_area li .h3,
.widget_area li h4, .widget_area li .h4,
.widget_area li h5, .widget_area li .h5,
.widget_area li h6, .widget_area li .h6 { padding-bottom:6px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a { 
	color:#222222;
}

.footerStyleDark h1 a, .footerStyleDark h2 a, .footerStyleDark h3 a, .footerStyleDark h4 a, .footerStyleDark h5 a, .footerStyleDark h6 a,
.footerStyleDark .h1 a, .footerStyleDark .h2 a, .footerStyleDark .h3 a, .footerStyleDark .h4 a, .footerStyleDark .h5 a, .footerStyleDark .h6 a { 
	color:#e1e1e1;
}

.big_text { font-size:18px; line-height:27px; }

:focus{ outline:none;}

.post ul.sc_list_style_iconed,
.post ul.sc_list_style_arrows,
.post ul.sc_list_style_disk { margin-left: 0; margin-bottom: 30px; }
ul.sc_list_style_iconed li,
ul.sc_list_style_arrows li,
ul.sc_list_style_disk li {  padding: 0 0 0 20px; list-style: none;}
ul.sc_list_style_iconed li:before,
ul.sc_list_style_arrows li:before { display: block; font-family: "fontello"; width: 16px; height: 20px; margin: 4px 0 0 -20px;  float: left; text-align: center; line-height: 20px;}
ul.sc_list_style_disk li:before { content: ''; display: block; width: 6px; height: 6px; margin: 12px 0 0 -18px;  float: left; }
.post ul.sc_list_style_iconed,
.post ul.sc_list_style_iconed a,
.sc_list_style_arrows li,
.sc_list_style_arrows li a,
.sc_list_style_disk li,
.sc_list_style_disk li a {  /*color: #222222;*/ }
.sc_list_item p { padding-bottom:0 !important; }

/* definition lists */
.content dl { margin-bottom:30px; }

/* table */
table { width:100%; border-spacing:0; border-collapse:collapse; }
table td, table th { border:1px solid #dddddd; padding: 4px; }
.content table { margin-bottom:30px; }

body[class*="woocommerce-"] table th, body[class*="woocommerce-"] table td,
table#wp-calendar th, table#wp-calendar td,
table.wp-calendar th, table.wp-calendar td,
#pageNavSlider table td, #pageNavSlider table th { border-width:0; }

/* Media elements hook for Safary */
.me-plugin { position: absolute; height: 0; width: 0; }

/* Buttons */
.roundButton { display: inline-block;}
.roundButton.border > a,
.roundButton.border > a { background:none; }

/* Main content width */
body { min-width:1200px; }
.main_content { min-width: 1200px; }
.sidemenu_left .main_content { min-width: 1150px; }
.main { width:1150px; margin:0 auto; }
.usermenu_area .main {position: relative;}
body.fullwide .main:not(.main_fixed) { width: auto !important; padding-left: 50px; padding-right: 50px; overflow:hidden; }
body.fullwide .topWrap .main { overflow:visible; }
.mainWrap:after{content: ''; clear: both; display: block; height: 0;}
.copyWrap,
body:not(.video_bg) .mainWrap { overflow:hidden; background-color: #fff; }

/* boxed */
body.boxed .boxedWrap { width: 1250px; margin: 0 auto; }

/* boxed or wide with sidebar */
.sidebar { width:250px; padding:93px 0; }
.with_sidebar .content { width:850px; }
.sideBarRight .content { float:left; }
.sideBarRight .sidebar { float:right; }
.sideBarLeft .content  { float:right; }
.sideBarLeft .sidebar  { float:left; }

/* fullwide or fullscreen with sidebar */
.fullwide .with_sidebar .content, .fullscreen .with_sidebar .content { width:auto; max-width:100%; }
.fullwide .sideBarRight .content, .fullscreen .sideBarRight .content { margin-right: 300px; }
.fullwide .sideBarRight .sidebar, .fullscreen .sideBarRight .sidebar { margin-left: -250px; }
.fullwide .sideBarLeft  .content, .fullscreen .sideBarLeft  .content { margin-left:  300px; }
.fullwide .sideBarLeft  .sidebar, .fullscreen .sideBarLeft  .sidebar { margin-right:-250px; }

/*clear*/
.clr{ clear:both;}
.clr:after{ display:block; height:0px; clear:both; content:'';}

/*position*/	 
.alignleft { display: inline; float: left; margin: 0 30px 15px 0;}
.alignright { display: inline; float: right; margin:0 0 15px 30px;}
.aligncenter { clear: both; display: block; margin: 0 auto; text-align: center;}
	
.feedBlock { text-align: center; color: #fff; font-size: 18px; line-height: 25px; font-weight: 300;}

.marginBottom { margin-bottom: 3.5em; }

	
/*===================================================== grid ====================================================*/

.columnsWrap { margin: 0 -4.3478% 0 0; overflow:hidden;}
.columnsWrap:after { height: 0; display: block; content: ''; clear: both;}

.columns1,
.columns1_1 { margin: 0 4.1666% 0 0 ; width:95.8334%;}
.columns2_3 .sc_contact_form .columns1_2 + .columns1,
.columns2_3 .sc_contact_form .columns1_2 + .columns1_1 { margin: 0 4.1666% 0 0 ; width:93.8334%;}
.columns1_2 { float:left; margin: 0 4.1666% 0 0 ; width:45.8334%; }
.columns1_3 { float:left; margin: 0 4.1666% 0 0 ; width:29.1667%; }
.columns2_3 { float:left; margin: 0 4.1666% 0 0 ; width:62.5%; }
.columns1_4 { float:left; margin: 0 4.1666% 0 0 ; width:20.8334%; }
.columns2_4 { float:left; margin: 0 4.1666% 0 0 ; width:45.8334% }
.columns3_4 { float:left; margin: 0 4.1666% 0 0 ; width:70.8334%; }
.columns1_5 { float:left; margin: 0 4.1666% 0 0 ; width:15.8334%; }
.columns2_5	{ float:left; margin: 0 4.1666% 0 0 ; width:35.8333%;}
.columns3_5	{ float:left; margin: 0 4.1666% 0 0 ; width:55.8333%;}
.columns4_5	{ float:left; margin: 0 4.1666% 0 0 ; width:75.8333%;}

	.columns1_2 .columnsWrap { margin: 0 -9.0909% 0 0; }
	.columns1_2 .columns1_2 { margin: 0 8.3472% 0 0; width: 41.6528%; } 
	.columns1_2 .columns1_3 { margin: 0 8.3472% 0 0; width: 24.9861%; } 
	.columns1_2 .columns2_3 { margin: 0 8.3472% 0 0; width: 58.3194%; } 

	.columns1_3 .columnsWrap{ margin: 0 -14.2857% 0 0; }
	.columns1_3 .columns1_2 { margin: 0 12.5% 0 0; width: 37.5%; } 

	.columns2_3 .columnsWrap{ margin: 0 -6.6666% 0 0; }
	.columns2_3 .columns1_2 { margin: 0 6.2578% 0 0; width: 43.7422%; } 
	.columns2_3 .columns1_3 { margin: 0 6.2578% 0 0; width: 27.0755%; } 
	.columns2_3 .columns2_3 { margin: 0 6.2578% 0 0; width: 60.4088%; } 
	.columns2_3 .columns1_4 { margin: 0 6.2578% 0 0; width: 18.7422%; } 
	.columns2_3 .columns2_4 { margin: 0 6.2578% 0 0; width: 43.7422%; } 

	.columns3_4 .columnsWrap{ margin: 0 -5.8823% 0 0; }
	.columns3_4 .columns1_2 { margin: 0 5.5555% 0 0; width: 44.4445%; } 
	.columns3_4 .columns1_3 { margin: 0 5.5555% 0 0; width: 27.7778%; } 
	.columns3_4 .columns2_3 { margin: 0 5.5555% 0 0; width: 61.1111%; } 
	.columns3_4 .columns1_4 { margin: 0 5.5555% 0 0; width: 19.4445%; } 
	.columns3_4 .columns2_4 { margin: 0 5.5555% 0 0; width: 44.4445%; } 


.with_sidebar .columnsWrap { margin: 0 -5.8823% 0 0; }

.with_sidebar .columns1,
.with_sidebar .columns1_1 { margin: 0 5.5555% 0 0; width:94.4445%;}
.with_sidebar .columns1_2 { margin: 0 5.5555% 0 0; width:44.4445%;}
.with_sidebar .columns1_3 { margin: 0 5.5555% 0 0; width:27.7778%;}
.with_sidebar .columns2_3 { margin: 0 5.5555% 0 0; width:61.1111%;}
.with_sidebar .columns1_4 { margin: 0 5.5555% 0 0; width:19.4445%;}
.with_sidebar .columns2_4 { margin: 0 5.5555% 0 0; width:44.4445%;}
.with_sidebar .columns3_4 { margin: 0 5.5555% 0 0; width:69.4445%;}
.with_sidebar .columns1_5 { margin: 0 5.5555% 0 0; width:14.4445%;}
.with_sidebar .columns2_5 { margin: 0 5.5555% 0 0; width:34.4445%;}
.with_sidebar .columns3_5 { margin: 0 5.5555% 0 0; width:54.4445%;}
.with_sidebar .columns4_5 { margin: 0 5.5555% 0 0; width:74.4445%;}


	.with_sidebar .columns1_2 .columnsWrap { margin: 0 -12.5% 0 0; }
	.with_sidebar .columns1_2 .columns1_2  { margin: 0 11.1111% 0 0; width: 38.8889%; } 
	.with_sidebar .columns1_2 .columns1_3  { margin: 0 11.1111% 0 0; width: 22.2222%; } 
	.with_sidebar .columns1_2 .columns2_3  { margin: 0 11.1111% 0 0; width: 55.5555%; } 


	.with_sidebar .columns1_3 .columnsWrap { margin: 0 -20% 0 0; }
	.with_sidebar .columns1_3 .columns1_2  { margin: 0 16.6666% 0 0; width: 33.3334%; } 


	.with_sidebar .columns2_3 .columnsWrap { margin: 0 -9.0909% 0 0; }
	.with_sidebar .columns2_3 .sc_contact_form_contact_2 .columnsWrap { margin-right: -6.0809% ; }
	.with_sidebar .columns2_3 .columns1_2  { margin: 0 8.3333% 0 0; width: 41.6667%; }
	.with_sidebar .columns2_3 .sc_contact_form .columns1_2 + .columns1_2 { margin: 0 4.3333% 0 0; width: 41.6667%; }
	.with_sidebar .columns2_3 .columns1_3  { margin: 0 8.3333% 0 0; width: 25%; }
	.with_sidebar .columns2_3 .columns2_3  { margin: 0 8.3333% 0 0; width: 58.3333%; } 
	 

	.with_sidebar .columns3_4 .columnsWrap { margin: 0 -8% 0 0; }
	.with_sidebar .columns3_4 .columns1_2  { margin: 0 7.4074% 0 0; width: 42.5926%; } 
	.with_sidebar .columns3_4 .columns1_3  { margin: 0 7.4074% 0 0; width: 25.9259%; } 
	.with_sidebar .columns3_4 .columns1_4  { margin: 0 7.4074% 0 0; width: 17.5926%; } 
	.with_sidebar .columns3_4 .columns2_3  { margin: 0 7.4074% 0 0; width: 59.2592%; } 
	.with_sidebar .columns3_4 .columns2_4  { margin: 0 7.4074% 0 0; width: 42.5926%; } 
	.with_sidebar .columns3_4 .columns3_4  { margin: 0 7.4074% 0 0; width: 67.5926%; } 


/*===================================================== Elements ====================================================*/

/*radius*/
.rad4,
.postSharing > ul > li,
.postSharing > ul > li > a,
.postSharing > ul > li > span,
.mejs-container .mejs-controls,
.mejs-container .mejs-controls .mejs-time-rail span,
.mejs-container .mejs-controls .mejs-horizontal-volume-slider > div,
.pagination > ul > li > a,
.pagination .pageLibrary li.libPage .navInput,
.pagination .pageLibrary > li.libPage > .pageFocusBlock,
input[type="submit"],
input[type="button"],
.roundButton > span,
.roundButton > a,
.nav_pages_parts span,
.nav_comments a,
.nav_comments span,
.comments_list a.comment-edit-link,
.topWrap .search .ajaxSearchResults,
input[type="text"],
input[type="password"],
textarea,
.sc_infobox,
.sc_tabs_style_1 .sc_tabs_content + .sc_tabs_content,
.masonry article .status,
.sc_skills_bar .sc_skills_item,
.sc_skills_bar .sc_skills_item .sc_skills_count,
.reviewBlock .infoTotal,
/*.sliderHomeBullets .rsContent .slide-3 .order .submitOrder,*/
.upToScroll,
.sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,
.sc_testimonials_style_1 .sc_testimonials_item_quote,
.sc_testimonials_style_2 .sc_testimonials_items,
.sc_testimonials_style_3 .sc_testimonials_items,
.sc_testimonials_style_2 .flex-direction-nav li,
.sc_testimonials_style_3 .flex-direction-nav li,
.sc_scroll_bar .swiper-scrollbar-drag:before,
.sc_tabs_style_2 .sc_tabs_titles li a,
.sc_slider_pagination_area .flex-control-nav.manual .slide_date,
.user-popUp .formItems .formList li .sendEnter,
.user-popUp .formItems .formList .loginSoc .iconLogin,
.widgetWrap .tagcloud a,
.widgetTabs .widgetTop .tagcloud a,
#toc .toc_description
/*radius4*/{
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}



.postSharing > ul > li.share > a.selected,
.postSharing > ul > li.share > span.selected,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item:first-child .sc_accordion_title,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item:first-child,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item:first-child .sc_accordion_title,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item:first-child,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item:first-child .sc_toggles_title,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item:first-child,
.sc_toggles.sc_toggles_style_3 .sc_toggles_item:first-child .sc_toggles_title,
.sc_toggles.sc_toggles_style_3 .sc_toggles_item:first-child,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count
/*radius4 top left*/{-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px;}
.postSharing > ul > li.share > a.selected,
.postSharing > ul > li.share > span.selected,
.postSharing > ul > li.share > ul.shareDrop,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item:first-child .sc_accordion_title,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item:first-child,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item:first-child .sc_accordion_title,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item:first-child,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item:first-child .sc_toggles_title,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item:first-child,
.sc_toggles.sc_toggles_style_3 .sc_toggles_item:first-child .sc_toggles_title,
.sc_toggles.sc_toggles_style_3 .sc_toggles_item:first-child,
.sc_tabs_style_1 .sc_tabs_content,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count
/*radius4 top right*/{-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px;}
.postSharing > ul > li.share > ul.shareDrop,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item:last-child,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item:last-child .sc_accordion_content,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item:last-child .sc_accordion_title,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item:last-child .sc_accordion_title,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item:last-child .sc_accordion_content,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item:last-child,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item:last-child .sc_toggles_title,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item:last-child .sc_toggles_content,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item:last-child,
.sc_toggles.sc_toggles_style_3 .sc_toggles_item:last-child .sc_toggles_title,
.sc_toggles.sc_toggles_style_3 .sc_toggles_item:last-child .sc_toggles_content,
.sc_toggles.sc_toggles_style_3 .sc_toggles_item:last-child,
.sc_tabs_style_1 .sc_tabs_content,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info:before
/*radius4 bottom left*/{-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;}
.postSharing > ul > li.share > ul.shareDrop,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item:last-child,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item:last-child .sc_accordion_content,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item:last-child .sc_accordion_title,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item:last-child .sc_accordion_title,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item:last-child .sc_accordion_content,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item:last-child,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item:last-child .sc_toggles_title,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item:last-child .sc_toggles_content,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item:last-child,
.sc_toggles.sc_toggles_style_3 .sc_toggles_item:last-child .sc_toggles_title,
.sc_toggles.sc_toggles_style_3 .sc_toggles_item:last-child .sc_toggles_content,
.sc_toggles.sc_toggles_style_3 .sc_toggles_item:last-child,
.sc_tabs_style_1 .sc_tabs_content,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info:before
/*radius4 bottom right*/{-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;}

.sc_border .sc_zoom,
.sc_border .slides,
.mejs-container .mejs-controls .mejs-time-rail span.mejs-time-float,
.reviewBlock .ratingItem .ratBubble
/*radius3*/{ -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}

.sc_table,
.sc_pricing_table,
.sc_pricing_table .sc_pricing_columns:hover ul.columnsAnimate
/*radius10*/{ -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.sc_table table tr:first-child th:first-child,
.sc_table table tr:first-child td:first-child,
.sc_pricing_table .sc_pricing_columns:first-child ul li:first-child,
.sc_pricing_table .sc_pricing_columns:hover ul.columnsAnimate li:first-child,
.sc_pricing_table .sc_pricing_columns:first-child ul,
.sc_pricing_table .sc_pricing_columns:first-child ul li.sc_pricing_title_img img,
.tabsButton ul li, .tabsButton ul li a:before,
.sc_tabs_style_1 .sc_tabs_titles li.ui-tabs-active a
/*radius10 top left*/{-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px;}
.sc_table table tr:first-child th:last-child,
.sc_table table tr:first-child td:last-child,
.sc_pricing_table .sc_pricing_columns:last-child ul li:first-child,
.sc_pricing_table .sc_pricing_columns:hover ul.columnsAnimate li:first-child,
.sc_pricing_table .sc_pricing_columns:last-child ul,
.sc_pricing_table .sc_pricing_columns:last-child ul li.sc_pricing_title_img img,
.tabsButton ul li, .tabsButton ul li a:before,
.sc_tabs_style_1 .sc_tabs_titles li.ui-tabs-active a
/*radius10 top right*/{-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px;}
.sc_table table tr:last-child th:first-child,
.sc_table table tr:last-child td:first-child,
.sc_pricing_table .sc_pricing_columns:first-child ul li:last-child,
.sc_pricing_table .sc_pricing_columns:hover ul.columnsAnimate li:last-child,
.sc_pricing_table .sc_pricing_columns:first-child ul
/*radius10 bottom left*/{-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;}
.sc_table table tr:last-child th:last-child,
.sc_table table tr:last-child td:last-child,
.sc_pricing_table .sc_pricing_columns:last-child ul li:last-child,
.sc_pricing_table .sc_pricing_columns:hover ul.columnsAnimate li:last-child,
.sc_pricing_table .sc_pricing_columns:last-child ul
/*radius10 bottom right*/{-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;}

.radCircle,
.zoomLens,
.zoomLens:before,
.sc_video_player .sc_video_play_button:after,
.mejs-controls .mejs-button button,
.roundButton a,
.sc_accordion .sc_accordion_item .sc_accordion_title:before,
.sc_toggles .sc_toggles_item .sc_toggles_title:before,
.masonry .slides .rsBullets .rsNavItem,
.rsBullets .rsBullet,
.hoverIncrease .hoverIcon,
.itemPageFull .itemDescriptionWrap .toggleButton,
.author .avatar img,
.comments .commBody li.commItem .avatar img,
.sc_blogger.style_date .load_more:before,
.menuSearch,
.searchBlock,
.twitBlock .sc_slider .flex-direction-nav li a:before,
.sc_testimonials .sc_testimonials_item_author .sc_testimonials_item_avatar  img,
.sc_testimonials .sc_testimonials_item_author .sc_testimonials_item_avatar,
.sc_testimonials .flex-direction-nav a,
.sc_scroll_controls .flex-direction-nav a,
.pagination .flex-direction-nav a,
.sc_dropcaps.sc_dropcaps_style_2 .sc_dropcap,
.sc_dropcaps.sc_dropcaps_style_5 .sc_dropcap,
.sc_title_bg.sc_bg_circle:before,
.sc_blogger.style_date .sc_blogger_item .sc_blogger_date,
.openRightMenu,
.topWrap .search,
.topWrap .search:before,
ul.sc_list_style_disk li:before,
.sc_emailer.inputSubmitAnimation a.sc_button.sc_emailer_button.roundButton,
.widget_area .search-form .search-field
/*100%*/ {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.imgNav .itemPrev:before,
.imgNav .itemNext:before,
.imgNav .itemPrev .itInf,
.imgNav .itemNext .itInf
/*25px*/{-webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px ;}




/*form*/
input[type="text"],
input[type="password"] { height:36px; line-height:36px; padding:0 15px; box-sizing: border-box; -moz-box-sizing: border-box; }
textarea { padding:15px; resize:vertical; box-sizing: border-box;}
textarea.textAreaSize{ max-height: 500px !important;}
input[type="text"],
input[type="password"],
textarea { font-family: inherit; font-size: 14px; outline:none; color:#888888; background-color: transparent; border: 1px solid #ddd; margin: 0px;}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{ border-color:#bebebe;	}
button:focus {outline: none; border: none;}
button::-moz-focus-inner { border: 0;}

label{ color:#222222; display:block; height:20px; line-height:14px;}
label.required:before{ color:#da6f5b; content:'*'; display:block; float:left; margin:0 3px 0 0 ; }

/* form with subject styles */
.sc_contact_form_contact_1 .columnsWrap {padding-bottom: 0 !important;}
.sc_contact_form_contact_1 input[type="text"],
.sc_contact_form_contact_1 input[type="password"] {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 47px;
    line-height: 47px;
    margin: 1px 1px 11px;
    padding: 0 17px;
}
.rev_slider .sc_contact_form_contact_1 input[type="text"],
.rev_slider .sc_contact_form_contact_2 input[type="text"],
.rev_slider .sc_contact_form_contact_1 input[type="password"],
.rev_slider .sc_contact_form_contact_2 input[type="password"] {
    margin: 1px 1px 10px !important;
}
.sc_contact_form_contact_1 textarea {
	box-sizing: border-box;
	line-height:18px;
    min-height: 163px;
	margin: 0 0 30px;
	padding:15px;
	resize:vertical;
    margin-top: 1px;
}

.sc_contact_form_contact_1 input[type="text"],
.sc_contact_form_contact_1 input[type="password"],
.sc_contact_form_contact_1 textarea {
    border: none;
    color: #b9bbbe;
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    background-color: #fff;
    -moz-box-shadow: -1px -1px 0 #a9afb5;
    -webkit-box-shadow: -1px -1px 0 #a9afb5;
    box-shadow: -1px -1px 0 #a9afb5;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    border: 1px solid #CFD5D5;
}
.sc_contact_form_contact_1 input[type="text"]:focus,
.sc_contact_form_contact_1 input[type="password"]:focus,
.sc_contact_form_contact_1 textarea:focus{ border-color:#bebebe;	}
.sc_contact_form_contact_1 button:focus {outline: none; border: none;}
.sc_contact_form_contact_1 button::-moz-focus-inner { border: 0;}

.sc_contact_form_contact_1 .sc_contact_form_button .roundButton {float: none !important;}


/*transition*/
h4 > a,
.sc_title_icon:before,
a > .sc_title_icon,
a > .sc_title,
.masonry article .thumb .link-wrapper a,
.copyWrap a,
footer a,
.sc_blogger h4 > a,
.roundButton.light.ico > a:after,
.roundButton.light.ico > a:before,
.sliderHomeBullets.slider_alias_13 .order a,
.sc_team .sc_team_item .sc_team_item_title a,
.postSharing a,
.postSharing a:hover,
ul > li.like > a > span.likePost:before,
ul > li.likeActive > a > span.likePost:before,
ul > li.like > a:hover > span.likePost:before,
ul > li.likeActive > a:hover > span.likePost:before,
.sc_video_player .sc_video_play_button:after,
.sc_video_player:hover .sc_video_play_button:after,
.sc_video_player:active .sc_video_play_button:after,
.roundButton a,
.roundButton a:hover,
input[type="submit"],
input[type="button"],
.roundButton > a,
.roundButton > a:hover,
.nav_pages_parts > a > span,
.nav_comments > a,
.comments_list a.comment-edit-link,
.hoverIncrease .hoverIcon,
.hoverIncrease .hoverShadow,
.sc_team .sc_team_item,
.sc_team .sc_team_item .sc_team_item_avatar,
.sc_team .sc_team_item .sc_team_item_socials,
.sc_team .sc_team_item:hover .sc_team_item_avatar:after,
.sc_team .sc_team_item:hover .sc_team_item_avatar .sc_team_item_description,
.footerWidget .flickr_badge_image a:before,
.footerWidget .flickr_images > a:before,
.footerWidget .instagram-pics li a:before,
.reviewBlock .ratingItem .ratBubble,
.topWrap .topMenuStyleLine > ul > li ul li a,
.twitBlock .sc_slider .flex-direction-nav li a:before,
.sc_testimonials .flex-direction-nav a,
.sc_scroll_controls .flex-direction-nav a,
.upToScroll.buttonShow,
.upToScroll,
.pagination .flex-direction-nav a,
.pagination .flex-direction-nav a:hover,
.pagination .flex-direction-nav a:active,
body.boxed,
body.boxed .boxedWrap,
.openRightMenu:before,
.topWrap .search:not(.searchOpen):before,
.fullScreenSlider > header:first-child > .topWrap,
.fullScreenSlider .sliderHomeBullets .order a,
.booking_clear_custom,
.widgetWrap .tagcloud a,
.ih-item.round.effect6 .info .link-wrapper,
.sc_emailer.inputSubmitAnimation a.sc_button.mini.sc_emailer_button
 {
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
	
	
.contactFooter .contactShare ul li a:hover span,
.sc_team .sc_team_item .sc_team_item_socials li a:hover span,
.socPage li a:hover span {
	-webkit-transition: opacity 0.4s ease-in-out;
	   -moz-transition: opacity 0.4s ease-in-out;
	    -ms-transition: opacity 0.4s ease-in-out;
	     -o-transition: opacity 0.4s ease-in-out;
	        transition: opacity 0.4s ease-in-out;
}


/* Video background */
.videoBackgroundFullscreen { position:fixed; z-index:-1; top:0; bottom:0;left:0;right:0; overflow:hidden; width:100%; height:100%; display:none; }
.videoBackgroundFullscreen.inited { display:block; }
.videoBackgroundFullscreen video { max-width: none; }
.videoBackgroundFullscreen .wp-video { position:absolute; left:0; top:0; width:100%; height: 100%; max-width:none; max-height:none;}
.videoBackgroundFullscreen .mejs-layers,
.videoBackgroundFullscreen .mejs-controls { display:none !important; }
.videoBackgroundOverlay { position:relative; z-index:2; }


/* Magnific popup */
.mfp-wrap { margin-top: 30px; }
.mfp-bottom-bar { margin-top:-70px !important; background-color:rgba(0,0,0,0.5); padding:6px 0; min-height:18px; }
.mfp-bottom-bar .mfp-title,
.mfp-bottom-bar .mfp-counter { color: #ffffff; }
.mfp-bottom-bar .mfp-title { padding:0 40px 0 12px; }
.mfp-bottom-bar .mfp-counter { top: 6px; right: 12px; }

/* Mediaelements player */
.me-cannotplay { overflow:hidden; }
span.mejs-offscreen { display: none !important;}
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
    background-color: transparent !important;
}

/* fixed banner on the right*/
.fixed_banner {
	position: fixed;
	right: 0;
	top: 335px;
	z-index: 999;
}
.admin-bar .fixed_banner {top: 367px;}
.fixed_banner img {
	height: 99px;
	width: 66px;
}


/* margin styles */
.margin_bottom_mini {margin-bottom: 120px !important;}
.margin_top_mini {margin-top: 120px !important;}

.margin_bottom_small {margin-bottom: 130px !important;}
.margin_top_small {margin-top: 130px !important;}

.margin_bottom_middle {margin-bottom: 140px !important;}
.margin_top_middle {margin-top: 140px !important;}

.margin_bottom_big {margin-bottom: 150px !important;}
.margin_top_big {margin-top: 150px !important;}

.margin_bottom_large {margin-bottom: 160px !important;}
.margin_top_large {margin-top: 160px !important;}


/* ============================================ WP Styles  ============================================ */
.sticky { position:relative; }
.sticky .sticky_label { position:absolute; right:0; top: 0; width:48px; height:48px; background-image:url(/wp-content/themes/plumbing-company/images/sticky.png); background-repeat:no-repeat; background-position:right top; background-size:48px 48px;}
.gallery-caption {}
.bypostauthor {}

.wp-caption {
	position: relative;
	overflow:hidden;
	max-width:100%;
}
.wp-caption a[class*="prettyPhoto"] {
	display: block;
}
.wp-caption a[class*="prettyPhoto"] img {
	vertical-align: top;
}
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
	padding: 6px 0 20px;
	font-size:12px;
	line-height:16px;
	font-style:italic;
	text-align:center;
}

.gallery {
    margin: 0 -5px;
}
.gallery .gallery-item {
}
.gallery .gallery-item a {
    display: block;
}
.gallery .gallery-item a img {
    border: none !important;
    display: block;
    width: 100%;
}
.gallery .gallery-item .gallery-icon {
    margin: 0 5px;
}
.gallery .gallery-item .gallery-caption {
}
.gallery.gallery-columns-9 .gallery-item {
    width: 11.1111% !important;
}
.gallery.gallery-columns-8 .gallery-item {
    width: 12.5% !important;
}
.gallery.gallery-columns-7 .gallery-item {
    width: 14.2857% !important;
}
.gallery.gallery-columns-6 .gallery-item {
    width: 16.6666% !important;
}
.gallery.gallery-columns-5 .gallery-item {
    width: 20% !important;
}
.gallery.gallery-columns-4 .gallery-item {
    width: 25% !important;
}
.gallery.gallery-columns-3 .gallery-item {
    width: 33.3333% !important;
}
.gallery.gallery-columns-2 .gallery-item {
    width: 50% !important;
}
.gallery.gallery-columns-1 .gallery-item {
    width: 100% !important;
}
.gallery.gallery-columns-9 .gallery-caption {
    font-size: 10px;
    line-height: 10px;
    margin: 0;
    padding: 5px 5px 0;
}
.gallery.gallery-columns-8 .gallery-caption {
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    padding: 5px 5px 0;
}
.gallery.gallery-columns-7 .gallery-caption {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 5px 5px 0;
}
.gallery.gallery-columns-6 .gallery-caption {
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    padding: 5px 5px 0;
}
.gallery.gallery-columns-5 .gallery-caption, .gallery.gallery-columns-4 .gallery-caption, .gallery.gallery-columns-3 .gallery-caption, .gallery.gallery-columns-2 .gallery-caption, .gallery.gallery-columns-1 .gallery-caption {
    margin: 0;
    padding: 5px 5px 0;
}

.post-password-required {
	margin: 105px 0 85px !important;
	text-align: center;
}

.post-password-form label { display:inline-block; line-height: 36px; vertical-align:top;  height: auto;  margin-bottom: 10px; }
.post-password-form input[type="submit"] { 
  display:inline-block;  
  padding: 0 23px;  
  height: 33px;
  font-family: inherit;
  line-height: 33px;
  font-weight: 600;
  color: #fff;
  background-color: #00afda;
}

/* ============================================ Header ============================================ */
.topWrap {
	background-color: #ffffff;
	background-position: center center;
	top: -100px;
	z-index: -1;
}
.topWrap .usermenu_area{ min-height: 39px;}
.topWrapFixed { top: -100px; display:none; }
header.fixedTopMenu .topWrap{ position: fixed; left: 0; top: 0; z-index: 2000; width: 100%;
	-webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}
.topWrap .logo .logo_fixed { display:none; }
header.fixedTopMenu .topWrap .logo .logo_main { display:none; }
header.fixedTopMenu .topWrap .logo .logo_fixed { display:inline-block; }
header.fixedTopMenu .topWrap .logo { padding: 0;}
header.fixedTopMenu .topWrap .logo img { max-height: 50px; max-width: 55px;	}
header.fixedTopMenu .topWrap .logo .logo_slogan {display:none; }
header.fixedTopMenu .topWrap .menuTopWrap > ul > li { padding: 15px 0; margin-top: 20px;}
header.fixedTopMenu .topWrap .menuTopWrap.topMenuStyleLine > ul > li > ul {top: 60px;}
header.fixedTopMenu .topWrap .search { margin: 33px 0 15px 10px}
header.fixedTopMenu .topWrap .openRightMenu {  margin: 32px 0 15px 10px;}
header.fixedTopMenu .topWrap .usermenu_area { height: 0; overflow: hidden;}

.sidemenu_left header.fixedTopMenu .topWrap { padding: 0; }
.sidemenu_left.openMenuFix  header.fixedTopMenu .topWrap { padding-left: 250px; }
.admin-bar header.noFixMenu .topWrap { margin-top: 0; }
.admin-bar header.fixedTopMenu .topWrap { margin-top: 32px; }

header.topSearchShow .menuTopWrap { display: none !important; }

.topWrap:after { content:""; display:block; clear:both; }
.topWrap .logo { float:left; font-size:29px; font-weight:100; padding: 35px 0 16px; color:#fff;}
 		 .logo a { display:block; color:#fff; text-decoration:none;}
 		 .logo img { display:inline-block; max-height:74px; border:none; vertical-align:top; margin-right:10px;max-width: 81px;}
		 .logo .logo_text { display:inline-block; vertical-align:top; line-height:21px; }
		 .logo .logo_slogan { display:block; vertical-align:top; line-height:14px; font-size:10px; }
		 .logo a:hover { color:#ffffff; }
footer .logo a { display: inline-block; vertical-align: middle;}
footer .widget_inner .logo img { height:26px; line-height: 26px; border:none; vertical-align: top;}
footer .widget_inner .logo .logo_text { font-size:29px; }
.contactFooter .logo .logo_text { line-height:40px; }

.topWrap .logo.logo_left { text-align:left; }
.topWrap .logo.logo_center { text-align:center; max-width: 14%; }
.topWrap .logo.logo_right { text-align:right; }
header.menu_left .topWrap .logo,
header.menu_center .topWrap .logo { float:none; padding-bottom: 0; }
/* Hide slogan - If logo above menu - increase height and hide slogan
body:not(.responsive_menu) header.menu_left .topWrap .logo img,
body:not(.responsive_menu) header.menu_center .topWrap .logo img { height: 40px; }
body:not(.responsive_menu) header.menu_left .topWrap .logo_slogan,
body:not(.responsive_menu) header.menu_center .topWrap .logo_slogan { display:none; }
*/
.responsiveMenu {
	float: right;
	margin-top: 0;
	padding: 0 20px;
}
.responsive_menu header.menu_left .topWrap .logo,
.responsive_menu header.menu_center .topWrap .logo { float:left; /*overflow:hidden;*/ }
header.menu_left .topWrap .logo a,
header.menu_center .topWrap .logo a { display:inline-block; }
header.menu_right .logo_slogan { display:none; }
.logo .logo_slogan { color: rgba(0,0,0,0.5); }

.topWrap .search{ float:right; margin:61px 0 25px 25px; height:28px; width:0; padding:0 28px 0 0 ; border:1px solid rgba(255,255,255,0.4); position:relative;
	-webkit-transition: width 0.4s ease-in-out;
	   -moz-transition: width 0.4s ease-in-out;
	    -ms-transition: width 0.4s ease-in-out;
	     -o-transition: width 0.4s ease-in-out;
	        transition: width 0.4s ease-in-out; }
.topWrap .search:before{ position:absolute; right:0; top:0; z-index:2; width:28px; height:28px; content: '\e83f'; font-family: "fontello"; font-size:18px; color: rgba(103,103,88,0.5); line-height:29px; text-align:center;}
.topWrap .search.searchOpen:before{ content:'\e811';font-size: 10px;}
.topWrap .search:hover{ cursor:pointer; }
.topWrap .search:not(.searchOpen):hover:before{ background-color: transparent; }
.topWrap .search.searchOpen{ width:220px;}
.topWrap .search.searchOpen .searchForm { display: block; }
.topWrap .search .searchForm{ display:none; height:28px; width:220px; overflow:hidden; position:relative; z-index:1;}
.topWrap .search .searchForm .searchField{ height:28px; width:180px; line-height: 28px; background:none; border:none; margin:0; padding:0 9px; color:#59524c ; position:absolute; left:28px; top:0; color: rgba(103,103,88,0.5); font-weight: 300;}
.topWrap .search .searchForm .searchField:focus{ color:#59524c ;}
.topWrap .search .searchForm .searchField::-webkit-input-placeholder { color: rgba(103,103,88, 0.5); }
.topWrap .search .searchForm .searchSubmit{ width:28px; height:28px;  border:none; background: none; padding:0px; cursor:pointer; position:absolute; left:0; top:0;}
.topWrap .search .searchForm .searchSubmit .icoSearch{ display:block; width:28px; height:28px;  color:#fff;  text-align:center; position:relative;}
.topWrap .search .searchForm .searchSubmit .icoSearch:before{ font-family: "fontello"; content: '\e83f'; font-size:16px; color: rgba(103,103,88,0.5); line-height:28px; width:28px; height:28px; display:block; position:absolute; z-index:4;}

.topWrap .search .ajaxSearchResults{ display:none; background:#fff; border:1px solid #ddd; width:260px; position:absolute; right:0; top:40px; z-index:10000;
	-webkit-box-shadow: 0 2px 2px -1px #ddd;
	   -moz-box-shadow: 0 2px 2px -1px #ddd;
	        box-shadow: 0 2px 2px -1px #ddd;}
.topWrap .search .ajaxSearchResults:after{ content:""; width:10px; height:10px; background:#FFF; border-left:1px solid #ddd; border-top:1px solid #ddd;  position:absolute; top:-5px; left:50px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

.topWrap .search .ajaxSearchResults > .post_item { display:block; padding:10px 10px; position:relative; z-index:3; overflow:hidden; }
.topWrap .search .ajaxSearchResults > .post_item + .post_item { border-top:1px solid #ddd; }
.topWrap .search .ajaxSearchResults > .post_item .post_thumb { float:left; width: 50px; height: 50px; margin:0 10px 10px 0; }
.topWrap .search .ajaxSearchResults > .post_item .post_thumb img { width:100%;}
.topWrap .search .ajaxSearchResults > .post_item .post_title { display:block; position:relative; padding:0 0 6px 0; font-size:14px; line-height:17px; font-weight:300;}
.topWrap .search .ajaxSearchResults > .post_item .post_info .post_comments,
.topWrap .search .ajaxSearchResults > .post_item .post_info .post_author,
.topWrap .search .ajaxSearchResults > .post_item .post_info .post_date { font-size:11px; line-height:16px; font-style:italic; display:block; float:left; padding:0 10px 0 0 ;}
.topWrap .search .ajaxSearchResults > .post_item .post_info .post_comments { padding-right:0; }
.topWrap .search .ajaxSearchResults > .post_item .post_info .post_date a { color:#222222;}
.topWrap .search .ajaxSearchResults > .post_item .post_info .post_comments a { display:block;}
.topWrap .search .ajaxSearchResults > .post_item .post_comments_icon { display:inline-block;}
.topWrap .search .ajaxSearchResults > .post_item .post_info .post_comments_icon:before { width:12px; font-size:12px; height:12px; line-height:14px; display:block; float:left; font-family: "fontello"; content:'\e830'; font-style:normal; margin: 0 5px 0 0 ;}

.topWrap .search .ajaxSearchResults > .post_item .post_more { display:block; text-align:center; }

.topWrap .search .ajaxSearchResults > .post_item.no_thumb .post_title{ padding-left:20px; position:relative;}
.topWrap .search .ajaxSearchResults > .post_item.no_thumb .post_title:before{ font-family: "fontello"; content: '\e826'; width:20px; height:20px;  position:absolute; left:0; top:0; font-size:10px;}
.topWrap .search .ajaxSearchResults > .post_item.no_thumb .post_info { padding-left:20px; }
.topWrap .search .ajaxSearchResults > .post_item.no_thumb .post_info .post_comments,
.topWrap .search .ajaxSearchResults > .post_item.no_thumb .post_info .post_author,
.topWrap .search .ajaxSearchResults > .post_item.no_thumb .post_info .post_date{ font-size:12px; }
.topWrap .search .ajaxSearchResults > .post_item.no_thumb .post_info .post_comments a.ico:before{ font-size:14px; margin: 0 10px 0 0 ;}


/*topusermenu_area*/
.topWrap .usermenu_area { 
	font-size: 14px;
	font-weight: 600;
	color: #0eaed0;
}
.topWrap .usermenu_area .menuUsItem:after,
.topWrap .usermenu_area:after{ content: '' ;height: 0; display: block; clear: both; }
.topWrap .usermenu_area a{ color: #0eaed0; }
.topWrap .usermenu_area a:hover{ color: #28317e;}
.topWrap .usermenu_area .menuItemRight{ float: right; height: 39px; line-height: 39px; letter-spacing: 0;}
.topWrap .usermenu_area .menuItemLeft{ float: left; height: 39px; line-height: 39px; letter-spacing: 0;}

.topWrap .usermenu_area .phone_number {
	height: 39px;
	line-height: 39px;
	margin-left: 0;
	padding: 0;
	position: relative;
}
.topWrap .usermenu_area .contact_link {
	height: 39px;
	line-height: 39px;
	margin-right: 60px;
	padding: 0;
	position: relative;
}
.menuUsItem.menuItemLeft.text1_left_side,
.menuUsItem.menuItemRight.text1_right_side {
    color: #b9bdbd;
}
.topWrap .copy_socials.socPage > span{margin-left: 7%;}
.topWrap .copy_socials.socPage > span {  float: left;line-height: 39px;}
.topWrap .copy_socials.socPage ul {float: left; height:23px; margin: 5px 11px 0; padding: 0;}
.topWrap .copy_socials.socPage ul li {padding-bottom: 0;}
.topWrap .usermenu_area ul.usermenu_list { padding: 0; margin: 0; display:none; float: right; margin-left: 23px;}
.topWrap .usermenu_area ul.usermenu_list:after{content: ''; height: 0; display: block; clear: both;} 
.topWrap .usermenu_area ul.usermenu_list > li { list-style: none; position: relative; height: 35px; line-height: 39px; float: left; }
.topWrap .usermenu_area ul.usermenu_list > li a:before,
.topWrap .usermenu_area ul.usermenu_list > li a:after {font-family: "fontello";}
.topWrap .usermenu_area ul.usermenu_list > li > a {
    display: block;
    margin-top: 5px;
    height: 26px;
    line-height: 25px;
    font-size: 14px;
    padding: 0px 10px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    border-width: 2px;
    border-style: solid;
    color: #fff;
}
.topWrap .usermenu_area ul.usermenu_list > li > a > span {
    /*height: 23px;*/
    /*line-height: 23px;*/
    /*font-size: 14px;*/
    /*padding: 0px 4px;*/
    /*font-weight: 600;*/
    /*text-transform: capitalize;*/
    /*-webkit-border-radius: 0.4em;*/
    /*-moz-border-radius: 0.4em;*/
    /*border-radius: 0.4em;*/
}
.topWrap .usermenu_area ul.usermenu_list > li > .cart_button.sf-with-ul > span:after {content: ":";font-size: 14px;}
.topWrap .usermenu_area ul.usermenu_list > li > .cart_button.sf-with-ul > span:before {
	content: "Shopping ";
	font-size: 14px;
}
.topWrap .usermenu_area ul.usermenu_list > li > .cart_button .amount {font-weight: 400;}

.topWrap .usermenu_area ul.usermenu_list > li.sfHover > a { text-decoration: none;}
.topWrap .usermenu_area ul.usermenu_list > li + li { margin: 0 14px 0 40px;}

.topWrap .usermenu_area ul.usermenu_list li ul { display: none; background: #fff; border: 1px solid #ddd; margin: 0; padding: 10px; position: absolute; right: 0; top: 35px; width: 110px; z-index: 1020;}
.topWrap .usermenu_area ul.usermenu_list li ul:before{ width: 6px; height: 6px; background: #fff; content: ''; display: block; position: absolute; top: -4px; right: 7px; border-width: 1px; border-style: solid ; border-color:  #ddd #fff #fff #ddd;
	-webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
     	 -o-transform: rotate(45deg);
    	-ms-transform: rotate(45deg);
        	transform: rotate(45deg);
}
.topWrap .usermenu_area ul.usermenu_list > li:not(.usermenu_cart):not(.usermenu_language):not(.usermenu_controlPanel):not(.usermenu_sound):not(.usermenu_login) ul { right: auto; left:0;}
.topWrap .usermenu_area ul.usermenu_list > li:not(.usermenu_cart):not(.usermenu_language):not(.usermenu_controlPanel):not(.usermenu_sound):not(.usermenu_login) ul:before{ left: 7px; right: auto; }

.topWrap .usermenu_area ul.usermenu_list li ul li { position:relative; }
.topWrap .usermenu_area ul.usermenu_list li ul li ul { right: auto; top: 0px; left: 128px !important;}
.topWrap .usermenu_area ul.usermenu_list li ul li ul:before{ top: 7px !important; left: -4px !important; border-color:  #fff #fff #ddd #ddd; }
.topWrap .usermenu_area ul.usermenu_list li ul li ul.submenu_left { right: auto; top: 0px; left: -150px !important;}
.topWrap .usermenu_area ul.usermenu_list li ul li ul.submenu_left:before{ top: 7px !important; left: auto !important; right:-4px !important; border-color:  #ddd #ddd #fff #fff; }

.topWrap .usermenu_area ul.usermenu_list li ul li { list-style: none; padding: 0; color: #888;}
.topWrap .usermenu_area ul.usermenu_list li ul li a { color: #888; display: block; padding: 0 5px 0 20px; height: auto; line-height: 25px; min-height: 25px; position:relative;}
.topWrap .usermenu_area ul.usermenu_list li ul li a.icon:before,
.topWrap .usermenu_area ul.usermenu_list > li:not(.usermenu_cart):not(.usermenu_language):not(.usermenu_controlPanel):not(.usermenu_sound):not(.usermenu_login) ul li > a:before { display: block; padding: 0; text-decoration:none; position:absolute; left: 0px; line-height:25px; height:25px; width:auto; padding:0; margin:0; }
.topWrap .usermenu_area ul.usermenu_list > li:not(.usermenu_cart):not(.usermenu_language):not(.usermenu_controlPanel):not(.usermenu_login) ul li > a:before { left: 5px !important; }
.topWrap .usermenu_area ul.usermenu_list > li:not(.usermenu_cart):not(.usermenu_language):not(.usermenu_controlPanel):not(.usermenu_sound):not(.usermenu_login) ul li > a:before {content: '\e897';}

.topWrap .usermenu_area ul.usermenu_list li.usermenu_currency > a { padding: 0 15px; background: rgba(255,255,255,0.5); text-decoration: none;}
.topWrap .usermenu_area ul.usermenu_list li.usermenu_currency.sfHover > a,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_currency > a:hover { background-color: #fff; position: relative; z-index: 1050; height: 36px;}
.topWrap .usermenu_area ul.usermenu_list li.usermenu_currency ul { width: 80px;}
.topWrap .usermenu_area ul.usermenu_list li.usermenu_currency ul li a b { display: inline-block; padding: 0 7px 0 0;}

.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart > a:before,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_language > a:before,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_sound > a:before { display: inline-block; height: 35px; width: 15px; text-align: center; line-height: 35px; padding: 0 5px 0 0;}

.topWrap .usermenu_area ul.usermenu_list li.usermenu_sound > a,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_sound > a:hover { text-decoration:none !important; }

.topWrap .usermenu_area ul.usermenu_list li.usermenu_language ul li a img { height: 10px; vertical-align: middle; display: inline-block; margin: 0 10px 0 0; }

.topWrap .usermenu_area ul.usermenu_list li.usermenu_language > a:before { content: '\e884'; }

.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart > a:after,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_language > a:after { content: '\e85a'; display: inline-block; height: 35px; width: 15px; text-align: left; line-height: 35px; padding: 0 0 0 5px; }

.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart.sfHover > a:after,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_language.sfHover > a:after { content: '\e859';}

.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .sidebar_cart { width: 300px;}
.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .sidebar_cart aside:last-child { padding-bottom:0; margin-bottom:10px;}
.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .sidebar_cart .widgettitle { font-size:18px; padding-bottom:20px; }
.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .sidebar_cart ul {
	display:block;
	position:static;
	border:none;
	width: 100%;
	padding:0;
}
.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .sidebar_cart ul:before { display:none; }

.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area ul li {
	margin-bottom:10px;
}
.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area ul li a { color:#222222; }
.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area ul li a,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area ul li a:hover,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area p.buttons a,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area p.buttons a:hover,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area p.buttons a:after,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area p.buttons a:hover:after { text-decoration:none !important; font-size:14px !important; }
.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area p.buttons a { padding: 4px 10px; display:inline-block; float:none; margin-right:10px; width:auto; }
.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area p.buttons a:after { font-family:"WooCommerce" !important; }
.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area p.total { padding-bottom:10px; }

/* user header */
.userHeaderSection, .userFooterSection { overflow:hidden; }
.userHeaderSection.grey {
	border-bottom:1px solid #ddd;
	background: #fff; 
	background: -moz-linear-gradient(top,  #ffffff 21%, #f2f2f2 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(21%,#ffffff), color-stop(100%,#f2f2f2)); 
	background: -webkit-linear-gradient(top,  #ffffff 21%,#f2f2f2 100%); 
	background: -o-linear-gradient(top,  #ffffff 21%,#f2f2f2 100%); 
	background: -ms-linear-gradient(top,  #ffffff 21%,#f2f2f2 100%); 
	background: linear-gradient(to bottom,  #ffffff 21%,#f2f2f2 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}
.userFooterSection.grey {
	border-top:1px solid #ddd;
	background: #fff; 
	background: -moz-linear-gradient(top,  #f2f2f2 21%, #ffffff 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(21%,#f2f2f2), color-stop(100%,#ffffff)); 
	background: -webkit-linear-gradient(top,  #f2f2f2 21%,#ffffff 100%); 
	background: -o-linear-gradient(top,  #f2f2f2 21%,#ffffff 100%); 
	background: -ms-linear-gradient(top,  #f2f2f2 21%,#ffffff 100%); 
	background: linear-gradient(to bottom,  #f2f2f2 21%,#ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
}
.userHeaderSection.grey *,
.userFooterSection.grey * { color: #888888; }
.userHeaderSection.global *,
.userFooterSection.global * { color: #ffffff; }




/*openResponsiveMenu*/
.openResponsiveMenu { display: none; margin: 0; height: 35px; line-height: 35px; width: 100%; text-transform: uppercase; color: #373737; text-align: center; clear:both; }
.openResponsiveMenu:hover{ color: #373737;}
.responsive_menu .openResponsiveMenu { display: block;}
.responsive_menu ul#mainmenu li.menu-item-has-children a { margin-right: 0 !important; }


/* ============================================ Main Menu  ============================================ */
.menuTopWrap > ul#mainmenu { display:none; }

/* Main menu: style Line*/
.topWrap .topMenuStyleLine{ float:right; }
.topWrap .topMenuStyleLine > ul{ margin:0px; padding:0px;}
.topWrap .topMenuStyleLine > ul:after{content: ''; height: 0; display: block; clear: both;}
.topWrap .topMenuStyleLine > ul > li { display:block; float:left; position: relative; padding: 61px 0 0;}
.topWrap .topMenuStyleLine > ul > li:after{ content: ''; display: block; height: 0; background: #fff; width: 0;
	-webkit-transition: width 0.4s ease-in-out;
	   -moz-transition: width 0.4s ease-in-out;
	    -ms-transition: width 0.4s ease-in-out;
	     -o-transition: width 0.4s ease-in-out;
	        transition: width 0.4s ease-in-out;}
.topWrap .topMenuStyleLine > ul > li:hover:after{ width: 100%;}
.topWrap .topMenuStyleLine > ul > li > a {
	border: 1px solid transparent;
	border-bottom: 0;
	color:#151515;
	display:block;
	font-size: 14px;
	font-weight: 700;
	height:27px;
	line-height:29px;
	padding:0 20px;
	position: relative;
	text-transform:uppercase;
	text-decoration:none;
	z-index:88;
}
.topWrap .topMenuStyleLine > ul > li ul {
	background-color: #ffffff;
	border-width:0 1px 1px 1px;
	border-style: solid;
	border: none;
	-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
	display: none;
	font-size: 12px;
	font-weight: 300;
	margin:0;
	padding:0;
	position:absolute;
	left:0px;
    top: 100px;
	width: 200px;
	z-index:2999;
}
.topWrap .topMenuStyleLine > ul > li:not(.custom_view_item) ul {padding: 17px 0 27px;}
.topWrap .topMenuStyleLine > ul > li:not(.custom_view_item) ul li.menu-item-has-children > a:after { font-size: 8px; font-family: "fontello"; content: '\e826'; height:30px; width:10px; line-height:30px; position:absolute; top:0; right:15px;  text-align:right;}
.topWrap .topMenuStyleLine > ul > li ul a{ position:relative;}
.topWrap .topMenuStyleLine > ul > li ul li { list-style:none; display:block;  position:relative;	  }

.topWrap .topMenuStyleLine > ul > li ul li a{
	color:#151515;
	display:block;
	font-size: 12px;
	line-height:20px;
	margin: 0;
	padding:6px 40px;
	text-transform: uppercase;
}
.topWrap .topMenuStyleLine > ul > li ul li ul { top:0; left:202px; padding-top:1px}
.menu_right .topWrap .topMenuStyleLine ul.submenu_left { left: -204px !important; }

header.menu_left .topWrap .topMenuStyleLine {float: left; }
header.menu_left .topWrap .topMenuStyleLine > ul > li { margin-right:20px; }
header.menu_left .topWrap .topMenuStyleLine > ul > li > a { padding-left:0; }

header.menu_center .topWrap .topMenuStyleLine {float: none; text-align: center; }
header.menu_center .topWrap .topMenuStyleLine ul#mainmenu {text-align: left; display:inline-block; margin-right:-70px; vertical-align:top; }
.responsive_menu header.menu_center .topWrap .topMenuStyleLine ul#mainmenu {display:block; margin-right:0; }


/* TopWrap over slider */
.top_panel_over .topWrap { position:absolute; top:0; width:100%; margin-top:40px; }
.top_panel_over .fixedTopMenu .topWrap { margin-top:0; }
.top_panel_over.boxed header.noFixMenu .topWrap { padding-left: 50px; padding-right: 50px; width:1150px; }
.top_panel_over .topWrapFixed { display:none !important; }


/* Transparent header over slider styles */

.top_panel_above .fullScreenSlider .topWrap {background-color: transparent;}
.top_panel_above .fullScreenSlider .topWrap .logo img {  width: 100%; max-width: 215px; height: auto;}
.top_panel_above .fullScreenSlider .topWrap .logo {  padding: 65px 0;}
.top_panel_above .fullScreenSlider .topWrap .topMenuStyleLine > ul > li ul {}
.top_panel_above .fullScreenSlider .topWrap .topMenuStyleLine > ul > li { padding-top: 64px; margin-top: 0px;}
.top_panel_above .fullScreenSlider .topWrap .search {margin:63px 0 38px 25px;}
.top_panel_above .fullScreenSlider .topWrap .search:before {}
.top_panel_above .fullScreenSlider .topWrap .search .searchForm .searchField {color: #151515;}

/* Fixed TopMenu */
.top_panel_above .fullScreenSlider header.fixedTopMenu .topWrap {background-color: #ffffff;}
.top_panel_above .fullScreenSlider header.fixedTopMenu .topWrap .search:before {color: #151515;}
.top_panel_above .fullScreenSlider header.fixedTopMenu .topWrap .topMenuStyleLine > ul > li {padding: 15px 0; margin-bottom: 0;}
.top_panel_above .fullScreenSlider header.fixedTopMenu .topWrap .search {margin: 15px 0 15px 10px;}
.top_panel_above .fullScreenSlider header.fixedTopMenu .topWrap .logo img {max-height: 50px;  max-width: 100px;}
.top_panel_above .fullScreenSlider header.fixedTopMenu .topWrap .logo {padding: 0;}
/* ============================================ Side Menu  ============================================ */
.usermenu_area .sidemenu_button {
	float: left;
	height: 35px;
	line-height: 35px;
	margin-right: 25px;
	text-align: center;
	width: 20px;
}
.usermenu_area .sidemenu_button:hover {cursor: pointer;}
.usermenu_area .sidemenu_button i {
	font-size: 14px;
	font-style: normal;
}

.sidemenu_left .main_content {  }

.swpRightPos,
.sidemenu_left .main_content{
	-webkit-transition: margin 0.2s ease-out;
	   -moz-transition: margin 0.2s ease-out;
	    -ms-transition: margin 0.2s ease-out;
	     -o-transition: margin 0.2s ease-out;
	        transition: margin 0.2s ease-out; }

.openMenuFixRight .swpRightPos,
.sidemenu_left.openMenuFix .main_content{			
	-webkit-transition: margin 0.4s 0.25s ease-out;
	   -moz-transition: margin 0.4s 0.25s ease-out;
	    -ms-transition: margin 0.4s 0.25s ease-out;
	     -o-transition: margin 0.4s 0.25s ease-out;
	        transition: margin 0.4s 0.25s ease-out; }

.sidemenu_left.openMenuFix .main_content{}

.openRightMenu { float: right; margin: 33px 0 37px 10px; height: 28px; width: 28px; border: 1px solid rgba(255,255,255,0.4); text-align:center; }
.openRightMenu:before { height: 28px; line-height:29px; color: rgba(255,255,255,0.4); }
.openRightMenu:hover { background-color: #ffffff; }

.swpLeftPos{ left: -105%; width: 100%;}
.swpRightPos{
	background-color: #f6f6f6;
	height: 100%;
	right: 0;
	margin: 0 -250px 0 0;
	position:  fixed;
	top: 0;
	width: 250px;
	z-index: 3000;
}
.openMenuFixRight .swpRightPos{ margin: 0;}

.swpRightPosButton {
	background:rgba(0,0,0,0.3);
	color:rgba(255,255,255,0.7);
	cursor: pointer;
	display: block;
	height:40px;
	line-height:44px;
	margin:-20px 0 0;
	position:fixed;
	text-align:center;
	top: 103px;
    right: 0;
	width:40px;
	z-index: 10001;
}
.admin-bar .swpRightPosButton{top:135px;}

.swpRightPosButton span { display: inline-block; line-height:19px; font-size:18px; width:18px; height:18px; }
.swpRightPosButton span:before {margin:0; line-height:inherit; font-size:18px; }

.swpRightPos .sc_tabs { height:100%;}

.sidemenu_wrap {  height: 100%; position:  fixed; top: 0; z-index: 0; /*199*/
	-webkit-perspective: 1500px;
			perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
			perspective-origin: 0% 50%;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.openMenuFix .sidemenu_wrap {z-index: 2001;}
.admin-bar .sidemenu_wrap,
.admin-bar .swpRightPos { padding-top:32px; }
.openMenuFix .sidemenu_wrap{ left: 0;}

.sidemenu_wrap .logo { display: block; text-align: center; padding: 50px 0;}
.sidemenu_wrap .logo a { display: block; }
.sidemenu_wrap .logo img { height: 25px; margin-bottom:10px; }
.sidemenu_wrap .logo .logo_text { font-size: 25px;  }
.sidemenu_wrap .logo .logo_slogan { }
.sidemenu_wrap .sc_scroll, .sidemenu_wrap .sc_scroll_wrapper { overflow:visible; }
.openMenuFix .sidemenu_wrap .swiper-wrapper {display: block; transform: translate3d(0px, 0px, 0px);}

/*swpRightPos*/
.swpRightPos .tabsMenuHead{ height: 64px; padding: 0; margin: 0; background-color:#ffffff;}
.swpRightPos .tabsMenuHead li{ display: block; float: left; list-style: none; height: 64px; width: 25%;}
.swpRightPos .tabsMenuHead li a{ display: block; height: 64px; background: #fff;}
.swpRightPos .tabsMenuHead li.ui-tabs-active a{ background-color: #f6f6f6;}
.swpRightPos .tabsMenuHead li a:before{ display: block; height: 64px; text-align: center; line-height: 64px; font-family: "fontello"; font-size: 17px;}

.swpRightPos .tabsMenuHead li a.tabsCustom:before{ content: '\e837'; }
.swpRightPos .tabsMenuHead li a.tabsWidget:before{ content: '\e888'; }
.swpRightPos .tabsMenuHead li a.tabsMenu:before{ content: '\e889';}
.swpRightPos .tabsMenuHead li a.tabsFavorite:before{ content: '\e81e'; }

.swpRightPos .tabsMenuBody { padding: 20px; box-sizing: border-box; -moz-box-sizing: border-box; }
.swpRightPos .tabsMenuBody .sc_scroll_vertical { height:100%; padding-right:10px; }

.sidebar.sidebar_panel { width:100%; height:100%; padding: 0; }
.sidebar.sidebar_panel .widgetWrap { padding-bottom: 15px; margin-bottom:15px; border-bottom:1px solid #c9c9c9; }
.sidebar.sidebar_panel .widgetWrap .title { padding-bottom: 16px; }
.sidebar.sidebar_panel .widgetWrap ul > li { padding-bottom:10px; }

.sidebar.sidebar_panel #wp-calendar th, .sidebar.sidebar_panel #wp-calendar td,
.sidebar.sidebar_panel .wp-calendar th, .sidebar.sidebar_panel .wp-calendar td { height: 30px; }

.sidebar.sidebar_panel .instagram-pics li,
.sidebar.sidebar_panel .widget_flickr .flickr_badge_image,
.sidebar.sidebar_panel .widget_flickr .flickr_images > a { width: 65px; }

.swpRightPos .panelmenu_area > ul > li{ border-bottom: 1px solid #c9c9c9;}
.swpRightPos .panelmenu_area > ul { margin: 0; padding: 0; }
.swpRightPos .panelmenu_area ul li{ list-style: none; }

.swpRightPos .panelmenu_area li.dropMenu:hover { cursor: pointer; }
.swpRightPos .panelmenu_area li.dropMenu:before{ content: '\e85d';  font-family: "fontello";  width: 40px; display: block; float: right; padding: 7px 0 0 0 ; text-align: center; color: #505050}
.swpRightPos .panelmenu_area li.dropMenu.dropOpen:before{ content: '\e85e';}
.swpRightPos .panelmenu_area li.dropMenu a{ margin: 0 40px 0 0 ; }

.swpRightPos .panelmenu_area > ul > li > a { text-transform: uppercase; display: block; color: #505050; padding: 10px 15px 10px 30px; font-weight: 300; font-size: 12px; }
.swpRightPos .panelmenu_area ul li > a.sf-with-ul{ margin: 0 40px 0 0 ;}
.swpRightPos .panelmenu_area ul li ul{ background: #fff; padding: 0; margin: 0; display: none; }
.swpRightPos .panelmenu_area ul li ul,
.swpRightPos .panelmenu_area ul li ul li + li{ border-top: 1px solid #c9c9c9;}
.swpRightPos .panelmenu_area ul li ul li a{ color: #505050; font-weight: 300; display: block; padding: 6px 15px 6px 42px; font-size: 13px;}
.swpRightPos .panelmenu_area ul li ul li ul li a{ padding: 6px 15px 6px 54px; font-size: 12px;}

.swpRightPos .searchBlock { position: relative; border:1px solid #c9c9c9;  margin:30px 30px; height: 30px;}
.swpRightPos .searchBlock .searchField{ height:30px; line-height: 30px; width: 80%; background:none; border:none; margin: 0 ; padding: 0 0 0 10px; color:#888888; position:absolute; left:0; top:0; font-weight: 300; }
.swpRightPos .searchBlock .searchField:focus{ color:#666666;}
.swpRightPos .searchBlock .searchSubmit{ width:30px; height:30px;  border:none; background: none; padding:0px; cursor:pointer; position:absolute; right:0; top:0;}
.swpRightPos .searchBlock .searchSubmit:before{ font-family: "fontello"; content: '\e83f'; font-size:16px; color: #888888; line-height:30px; width:30px; height:30px; display:block; position:absolute; z-index:4; right: 0; top: 0;} 


/* Bookmarks area */
.swpRightPos .addBookmark { height:50px; line-height:50px; font-size:23px; color: #919191; display:block; position:relative; border:1px solid #dddddd; background-color:#fafafa; text-align:center; padding-left:30px; margin:0 0 20px 0; }
.swpRightPos .addBookmark:before { content: '+'; height:50px; line-height:50px; font-size:30px; color: #919191; display:block; position:absolute; left: 16px; }
.swpRightPos .listBookmarks { margin: 0; padding: 0 20px 0 30px; color:#222222; }
.swpRightPos .listBookmarks > li { position:relative; }
.swpRightPos .listBookmarks > li + li { margin-top: 6px; }
.swpRightPos .listBookmarks > li .delBookmark { position:absolute; width:20px; height:20px; line-height:20px; right: -20px; top:50%; margin-top:-10px; }
.swpRightPos .listBookmarks > li a { color:#222222; }


/*topusermenu_area sidemenu_area*/
.sidemenu_wrap .usermenu_area { border-bottom: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.5); font-size: 12px; font-weight: 300; background-color: rgba(0,0,0,0.02);}
.sidemenu_wrap .usermenu_area:after { content: '' ;height: 0; display: block; clear: both; }
.sidemenu_wrap .usermenu_area a { }
.sidemenu_wrap .usermenu_area a:hover { color: #fff; text-decoration: underline;}

.sidemenu_wrap .usermenu_area ul.usermenu_list { padding: 0; margin: 0;}
.sidemenu_wrap .usermenu_area ul.usermenu_list:after {content: ''; height: 0; display: block; clear: both;} 
.sidemenu_wrap .usermenu_area ul.usermenu_list > li { list-style: none; position: relative; height: 35px; line-height: 35px; float: left; }
.sidemenu_wrap .usermenu_area ul.usermenu_list > li a:before,
.sidemenu_wrap .usermenu_area ul.usermenu_list > li a:after {font-family: "fontello"; text-decoration:none; }
.sidemenu_wrap .usermenu_area ul.usermenu_list > li > a { height: 35px; line-height: 35px; display: block;}
.sidemenu_wrap .usermenu_area ul.usermenu_list > li.sfHover > a{ color: #fff; text-decoration: underline;}
.sidemenu_wrap .usermenu_area ul.usermenu_list li ul { display: none; background: #fff; border: 1px solid #ddd; margin: 0; padding: 10px; position: absolute; left: -7px; top: 35px; width: 120px; z-index: 1020;}
.sidemenu_wrap .usermenu_area ul.usermenu_list li ul:before { width: 6px; height: 6px; background: #fff; content: ''; display: block; position: absolute; top: -4px; left: 10px; border-width: 1px; border-style: solid ; border-color:  #ddd #fff #fff #ddd ;
	-webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
     	 -o-transform: rotate(45deg);
    	-ms-transform: rotate(45deg);
        	transform: rotate(45deg);
}
.sidemenu_wrap .usermenu_area ul.usermenu_list li ul li { list-style: none; padding: 0; color: #888;}
.sidemenu_wrap .usermenu_area ul.usermenu_list li ul li a { color: #888; display: block; padding: 0 5px; height: auto; line-height: 25px; min-height: 25px;}
.sidemenu_wrap .usermenu_area ul.usermenu_list li ul li a.icon:before { display: inline-block; padding: 0 10px 0 0; }
.sidemenu_wrap .usermenu_area ul.usermenu_list > li { margin: 0 0 0 30px;}
.sidemenu_wrap .usermenu_area ul.usermenu_list > li + li { margin: 0 0 0 10px;}

.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_currency > a{ padding: 0 15px; background: rgba(255,255,255,0.5); text-decoration: none;}
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_currency.sfHover > a,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_currency > a:hover{ background-color: #fff; position: relative; z-index: 1050; height: 36px;}
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_currency ul { width: 80px; left: 0;}
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_currency ul li a b { display: inline-block; padding: 0 7px 0 0;}

.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart > a:before,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_language > a:before,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_controlPanel > a:before,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_login > a:before { display: inline-block; height: 35px; width: 15px; text-align: center; line-height: 35px; padding: 0 5px 0 0;}

.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_language ul li a img { height: 10px; vertical-align: middle; display: inline-block; margin: 0 10px 0 0; }

.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart > a:before { content: '\e883';}
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_language > a:before { content: '\e884'; }
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_controlPanel > a:before { content: '\e885'; }
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_login > a:before { content: '\e886'; }

.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart > a:after,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_language > a:after{ content: '\e85a'; display: inline-block; height: 35px; width: 15px; text-align: left; line-height: 35px; padding: 0 0 0 5px; }

.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart.sfHover > a:after,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_language.sfHover > a:after{ content: '\e859';}

.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .sidebar_cart { width: 210px; left:-40px;}
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart > ul:before { left: 43px; }
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .sidebar_cart aside:last-child { padding-bottom:0; margin-bottom:10px;}
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .sidebar_cart .widgettitle { font-size:18px; padding-bottom:20px; }
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .sidebar_cart ul {
	display:block;
	position:static;
	border:none;
	width: 100%;
	padding:0;
}
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area ul li {
	margin-bottom:10px;
}
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area ul li a { color:#222222; }
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area ul li a img { width:50px; }
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area ul li a,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area ul li a:hover,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area p.buttons a,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area p.buttons a:hover,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area p.buttons a:after,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area p.buttons a:hover:after { text-decoration:none !important; font-size:14px !important; }
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area p.buttons a { padding: 2px 6px; display:inline-block; float:none; margin-right:6px; width:auto; }
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area p.buttons a:after { font-family:"WooCommerce" !important; }
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area p.total { padding-bottom:10px; }


.sidemenu_wrap .sidemenu_area{}
.sidemenu_wrap .sidemenu_area > ul { margin: 0; padding: 0; }
.sidemenu_wrap .sidemenu_area > ul > li { clear: both; padding-bottom: 100px; }
.sidemenu_wrap .sidemenu_area > ul > li + li { 
	border-top: 1px solid #ffffff;
	padding-top: 110px;
}
.sidemenu_wrap .sidemenu_area ul li{ list-style: none; }
.sidemenu_wrap .sidemenu_area ul#sidemenu > li > ul.sub-menu > li {
	float: left;
	padding: 0 50px 21px 0;
	width: 250px;
}
.sidemenu_wrap .sidemenu_area ul#sidemenu > li > ul.sub-menu > li:last-child {padding-right: 0;}
.sidemenu_wrap .sidemenu_area ul#sidemenu > li > ul.sub-menu > li > a { display: none;}

.sidemenu_wrap .sidemenu_area li.dropMenu:hover { cursor: pointer; }
.sidemenu_wrap .sidemenu_area li.dropMenu:before{ content: '\e85d';  font-family: "fontello";  width: 40px; display: block; float: right; padding: 7px 0 0 0 ; text-align: center; }
.sidemenu_wrap .sidemenu_area li.dropMenu.dropOpen:before{ content: '\e85e';}
.sidemenu_wrap .sidemenu_area li.dropMenu a{ margin: 0 40px 0 0 ; }

.sidemenu_wrap .sidemenu_area > ul > li > a {
	display: block;
	font: 400 30px/48px 'Roboto',serif;
	letter-spacing: 3px;
	margin-top: -12px;
	padding: 0 0 21px;
	text-transform: uppercase;
}
.sidemenu_wrap .sidemenu_area ul li > a.sf-with-ul{ margin: 0 40px 0 0 ;}
.sidemenu_wrap .sidemenu_area ul li ul{ padding: 0; margin: 0; /*display: none; */}
.sidemenu_wrap .sidemenu_area ul li ul,
.sidemenu_wrap .sidemenu_area ul li ul li + li{ }
.sidemenu_wrap .sidemenu_area ul li ul li a{ font-weight: 300; display: block; padding: 6px 15px 6px 42px; font-size: 13px;}
.sidemenu_wrap .sidemenu_area ul li ul li ul li a {
	color: #fff;
	font: 400 12px/30px inherit;
	height: 30px;
	padding: 0;
	text-transform: uppercase;
}

.sidemenu_overflow { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #000; z-index: 1000; display: none;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
#sidemenu_button {
	color: #ffffff;
	cursor: pointer;
	left: 77px;
	position: fixed;
	top: 77px;
	z-index: 200;
}
.admin-bar #sidemenu_button {margin-left: -40px; top: 110px;}
.admin-bar #sidemenu_button > i {font-size:20px}
.admin-bar #sidemenu_button > i:before {background-color: rgba(55,55,55,0.1);padding:3px;}
.sidemenu_wrap .sidemenu_close {
	color: #888888;
	cursor: pointer;
	font-size:0;
	height: 30px;
	line-height:30px;
	position: absolute;
	text-align:center;
	top: 80px; right: -41px;
	width: 30px;
}
.sidemenu_wrap .sidemenu_close:after {
	content: '\e941';
	font-family: 'fontello';
	font-size: 25px;
}

.menuTranform { width: 100%; /*margin: 0 0 0 -100%; */position: relative; z-index: 201;
	background-color: #373737;
	background-color: rgba(55,55,55,0.95);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.openMenuFix .menuTranform {
	/*margin: 0;*/

}

/* sidemenu Search */
.menuSearch { position: relative; border:1px solid rgba(136,136,136,0.75);  margin:40px 30px; height: 30px;}
.menuSearch .searchField { height:30px; line-height: 30px; width: 80%; background:none; border:none; margin: 0 ; padding: 0 0 0 10px; color:#fff; position:absolute; left:0; top:0; color: #888888; font-weight: 300; }
.menuSearch .searchField::-webkit-input-placeholder {color: #aaaaaa;}
.menuSearch .searchField:focus { color:#888888;}
.menuSearch .searchSubmit { width:30px; height:30px;  border:none; background: none; padding:0px; cursor:pointer; position:absolute; right:0; top:0;}
.menuSearch .searchSubmit:before { font-family: "fontello"; content: '\e83f'; font-size:16px; color: rgba(136,136,136,0.75); line-height:30px; width:30px; height:30px; display:block; position:absolute; z-index:4; right: 0; top: 0;}


.shortcodesGridPadding{ padding:45px 0 0 0 ;}

#frontend_editor { display:none; }

/* ============================================ Popup Menu ============================================ */
.popup_wrapper {
	display: block;
	height: 100%;
	margin: 0 auto;
	padding: 85px 0;
	position: relative;
	width: 100%;
}

/*.openMenuFix .popup_wrapper {display: block;}*/
.popup_wrapper .sidemenu_wrap .sidemenu_area {border: 0;}


/*info Block - date, author, category*/
.infoPost{ padding:8px 0 20px 0; height:auto; font-size:12px; line-height:18px; font-style:italic; position:relative; }
.infoPost a{ color:#222222;}
.infoPost .infoTags a{ color:#888888; }
.infoPost .separator{ padding:5px; font-style:normal;}
.infoPost .frontend_editor_buttons { float: left; width:280px; display:block; text-align:left; margin:-7px 30px 0 0; }

/*itemPage*/
.itemPage:after{ content:""; display:block; clear:both; height:0;}
.itemPage .thumb{ margin:0 0 50px 0;}
section.masonry[data-columns="4"] .thumb{ margin:0;}
.itemPage .thumb img{ display:block; }
.itemPage h1{ text-align:left; padding:0 0 50px 0;	}
.itemPage .itemInfo { padding:0 0 50px 0;}
.itemPageFullWrapper .itemInfo { padding:0 0 30px 0;}
.itemPage .itemInfo:after,
.itemPageFullWrapper .itemInfo:after { height:0; display:block; content:''; clear:both;}
.itemPage .itemInfo .infoPost,
.itemPageFullWrapper .itemInfo .infoPost { float:left; padding:0; line-height:30px;}
.itemPage .itemInfo .postSharing,
.itemPageFullWrapper .itemInfo .postSharing { float:right; padding:0 0 0 50px; }

.itemPageFull{ position:relative; overflow:hidden;}
.itemPageFull:after{ content:""; display:block; clear:both; height:0;}{}
.itemPageFull .thumb{ width:100%; height:100%; overflow:hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
		    background-size: 100% auto;
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	   -moz-background-size: 100% auto;
}
.itemPageFull .thumb img{ display:block; width:100%; }
.itemPageFull .itemDescriptionWrap{ position:absolute; width:100%; max-height:40%; bottom:0; left:0; padding:30px 0 0 0 ; color:#222222;
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff)"; }
.itemPageFull .itemDescriptionWrap h1{ text-align:center; padding:0 110px 30px 110px;}
.itemPageFull .itemDescriptionWrap .main{ position:relative;}
.itemPageFull .itemDescriptionWrap .toggleDescription{ display:none}

.itemPageFull .itemDescriptionWrap .toggleButton { display:none; width:48px; height:48px; border:1px solid #dddcdc; position:absolute; top:7px;  color:#fff;
	background:rgb(208,208,208);
	background:rgba(208,208,208,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cd0d0d0, endColorstr=#4cd0d0d0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cd0d0d0, endColorstr=#4cd0d0d0)";  }
.itemPageFull .itemDescriptionWrap .toggleButton:hover{ background-color:#ffffff; color:#888888; border:1px solid #ddd;}
.itemPageFull .itemDescriptionWrap .toggleButton:before{ font-family: "fontello"; display:block; height:48px; width:48px; text-align:center; line-height:48px; font-size:25px;  }

.itemPageFull .itemDescriptionWrap .toggleButton{ right:0;}
.itemPageFull .itemDescriptionWrap .toggleButton:before{ content:'\e861'}
.itemPageFull .itemDescriptionWrap:hover .toggleButton:before,
.itemPageFull .itemDescriptionWrap.descriptionShow .toggleButton:before{ content:'\e856'; }

.itemPageFull .itemInfo { padding:0 0 50px 0;}
.itemPageFull .itemInfo:after{ height:0; display:block; content:''; clear:both;}
.itemPageFull .itemInfo .infoPost{ float:left; padding:0; line-height:30px;}
.itemPageFull .itemInfo .postSharing{ float:right; padding:0 0 0 50px; }


.imgNav{ position:relative; }
.imgNav img{ position:relative; }
.imgNav .itemPrev,
.imgNav .itemNext{ display:block; position:absolute; width:50%; height:50px; font-size:13px; color:#3a3a3a; margin:-75px 0 0 0 ; overflow:hidden; padding:50px 0;}
.imgNav .itemPrev span.itInf{ display:block; height:50px; width:auto; float: left; background: rgba(255,255,255,0.8); padding:0 40px 0 90px; margin: 0 0 0 -300px; overflow:hidden; max-width:160px;}
.imgNav .itemNext span.itInf{ display:block; height:50px; width:auto; float:right; background: rgba(255,255,255,0.8); padding:0 90px 0 40px; margin: 0 -300px 0 0; overflow:hidden; max-width:160px;}
.imgNav .itemPrev .titleItem,
.imgNav .itemNext .titleItem{
    display: block;
    font-size: 16px;
    padding: 7px 0 0 0;
    line-height: 1;}
.imgNav .itemPrev:before,
.imgNav .itemNext:before { width:48px; height:48px; border:1px solid #ddd; display:block; background: rgba(255,255,255,0.8); position:absolute; top:50px; font-family: "fontello"; color:#888888; font-size:25px; text-align:center; line-height:50px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.imgNav:hover .itemPrev:before,
.imgNav:hover .itemNext:before { 
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.imgNav .itemPrev:before{ content:'\e85f'; left:50px;}
.imgNav .itemNext:before{ content:'\e860'; right:50px; }
.imgNav .itemPrev{ top:50%; left:0; }
.imgNav .itemNext{ top:50%; right:0; }

.imgNav .itemPrev:hover span.itInf{ margin:0 0 0 -25px;}
.imgNav .itemNext:hover span.itInf{  margin:0 -25px 0 0;}
.imgNav .itemPrev:hover:before{ left:0; opacity: 0;}
.imgNav .itemNext:hover:before{ right:0; opacity: 0;}

.imgNav .itemPrev span.itInf,
.imgNav .itemNext span.itInf {
	-webkit-transition: all 0.6s ease-out;
	   -moz-transition: all 0.6s ease-out;
	    -ms-transition: all 0.6s ease-out;
	     -o-transition: all 0.6s ease-out;
	        transition: all 0.6s ease-out; }
.imgNav .itemPrev:before,
.imgNav .itemNext:before {
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;}
.imgNav .itemPrev span.itInf,
.imgNav .itemNext span.itInf {
     -webkit-transition-delay: 0.15s;
          -o-transition-delay: 0.15s;
        -moz-transition-delay: 0.15s;
             transition-delay: 0.15s;
	}


.fullscreen .post,
.fullscreen .post .article,
.fullscreen .post article { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom: 0; }

.article{ margin: 0 0 30px 0;}

.single .content .itemscope { position:relative; }

/* ============================================ post ============================================ */

.post { margin: 90px 0; padding: 0 0 56px 0;}
.post.tribe_events_wrapper {margin: 100px 0 95px;padding: 0;}
.post.shortCode { margin: 0; padding: 50px 0 0 0;}
.post:after { content:""; display:block; clear:both; height:0;}
.content article.post:last-child {border-bottom: none; padding-bottom: 0;}

/*.post .thumb { width:550px;}*/
.post .thumb img{ width:100%;}

/*.post + .post{ margin:0 0 50px 0; padding:0;}*/
.post.no_margin { margin-bottom:0;}
.post article{ padding:0;}
.post article:after{ content:""; display:block; clear:both; height:0;}
.post article .columns1_2:nth-child(2n+3) {
	clear: both;
}
.post .sc_image img{ max-width: 100%; display:block; margin:0; padding:0; float:none;}
.post .sc_image figcaption{ background: transparent; color:#777777; text-align:center; font-style:italic; }
.post_content h1 { font-size: 40px; line-height: 52px;}

.post p { padding:0 0 30px 0; margin:0; }
.post ol, .post ul { margin:0 0 30px 10px; padding:0;}
.post li ol, .post li ul { margin-bottom:0; }
.post ol li, .post ul li{ line-height:28px; margin-bottom: 2em; list-style-position: inside; }
.post ul.sc_list_style_iconed li {}
.post ol li li, .post ul li li {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.icon-record:before {
    font-size: 0.5em;
}
.post ol li li:before, .post ul li li:before {
    content: '\e902';
    font-family: "fontello";
    font-size: 0.5em;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .6em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 2em;
    margin-left: .2em;
    color: #d7d7d7;
}
.sc_list_style_ol li {
    font-weight: bold;
}
.sc_list_style_ol li:first-line {
    font-weight: normal;
}
.post .bqLeft { margin: 0 50px 0 0 ;}
.post .bqRight { float: right; margin: 0 0 0 50px; }
.post .post_content .post_text_area p a { color: #1bbde8; }
.post .post_content .post_text_area p a:hover { color: #28317e; }
.clean p { margin: 0; padding: 0;}

/* Post formats */
.postLink{ padding:0 0 20px 0; }
.postLink a { font-size:18px; line-height:24px; font-weight:400; }
.postStatus {  color: #151515; padding:30px 50px 0; margin:0 0 40px 0;}
.postAside {   color: #151515;
    padding: 30px 50px;
    margin: 0 0 40px 0;
    background: #f5f5f5;
}
.sc_quote_title { font-size:18px;}
.postChat{ padding:0 0 20px 0;}
.sc_chat{ border:1px solid #888888; padding:30px 50px; margin:0 0 20px 0;}
.sc_chat p{ padding:0 0 20px 0;}
.sc_chat:after{ content:''; display:block; height:0; clear:both;}
.sc_chat .sc_quote_title { padding:0;}
.sc_chat .sc_quote_title.alignright{ margin:0;}

.post .postSharing{ padding:0 0 20px 0; }
.post .postSharing li,
article div ul li.roundButton { 
	position: relative; 
	margin-bottom:10px; 
	padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 0;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    margin: 0 6px;
}
.post .postSharing li:first-child, article div ul li.roundButton:first-child {
    margin-left: 0;
}
.postSharing li li {
	background-color: transparent;
}
.post .tagsWrap .infoPost{ float: left; margin: 0; max-width:50%; text-align:left; clear: both;}
.post .tagsWrap .postSharing{ float: left;}

body:not(.single):not(.page) .with_sidebar .content .post .infoPost { padding:8px 0 30px 0; text-align:left; clear: both; }
body:not(.single):not(.page) .with_sidebar .content .post .postSharing { float: left;  margin-left: 0px; }
body:not(.single):not(.page) .with_sidebar .content .post .postStandard {
    padding-bottom: 20px;
}



/*author*/
.author{ margin:0 0 70px 0; padding: 0 0 20px 0;}
.author:after{ content:""; display:block; clear:both; height:0;}
.author .avatar{ width:50px; height:50px; float:left;}
.author .avatar img{ width:100%;}
.author .authorInfo{ margin:0 0 0 80px; }
.author .socPage { height:32px; margin:0 0 50px 78px;}
.author .socPage ul{ margin:0; padding:0;}

/*formValid*/
.formValid { padding: 0 0 44px 0; }

/*comment*/
.comments{ margin: 0 0 70px 0 ; padding: 0 0 20px 0;}
.comments .commBody{ margin:0; padding:0;}
.comments .commBody li.commItem { list-style:none;padding-bottom: 20px;}
.comments .commBody li.commItem + li.commItem { border-top: 1px solid #ddd; padding:80px 0 0 0 ;}
.comments .commBody li.commItem ul.children { margin:0; padding: 50px 0 0 50px ; border-top: 1px solid #ddd; }
.comments .commBody li.commItem:after{ content:''; clear:both; height:0; display:block;}
.comments .commBody li.commItem .replyWrap { float:right; margin:0 0 20px 0;}
.comments .commBody li.commItem .replyWrap .posted { float: left; height:30px; line-height:30px;  font-weight:300; font-size:12px; font-style: italic; padding:0  20px 0 0;}
.comments .commBody li.commItem .replyWrap .posted a { color:#222222;}
.comments .commBody li.commItem h4 { height:50px; line-height:50px; padding:0 0 20px 20px; float:left;}
.comments .commBody li.commItem h4 a { color:#222222;}
.comments .commBody li.commItem .avatar {width:50px; height:50px; float:left; margin:0 0 20px 0;}
.comments .commBody li.commItem .avatar img { width:100%;}
.comments .commBody li.commItem .authorInfo { clear:both; padding:0 0 20px 0;}
.comments .commBody li.commItem .comment_date { color: #222222; }

/*review Block*/
.post .reviewBlock,
.itemPageFullWrapper .reviewBlock { float: right; width: 250px; clear: right; margin: 0 0 50px 50px; position:relative; z-index:1;}
.reviewBlock { margin: 0 0 100px 0;padding: 0 0 66px 0;}
.reviewBlock .popularFiltr{ margin: 0 !important;}
.reviewBlock .popularFiltr ul{ margin:0 0 10px 0; text-transform:uppercase;}

.sc_tabs.reviewBlock .ratingStars{ display: none;}
.reviewBlock .ratingStars .ratBody{ padding: 15px 0;}
.reviewBlock .ratingStars .ratBody + .ratBody{ border-top: 1px solid #ddd;}
.reviewBlock .ratingStars .ratBody:after{ clear: both; display: block; height: 0; content: '';}
.reviewBlock .ratingStars .ratBody .name{ /*float: left;*/ font-weight:400;}
.reviewBlock .ratingStars .accept{ text-align: center; padding: 10px 0 30px 0;}

.ratingItem { position: relative; height: 16px; width: 80px; }
.reviewBlock .ratingItem{ float: right;  }
.reviewBlock .ratingItem.ratingEdit{cursor: pointer;}
.reviewBlock .ratingItem .ratBubble{ background: #fff; border: 1px solid #ddd; text-align: center; height: 25px; width: 50px; position: absolute; top: -40px; left: 100%; line-height: 25px; font-size: 12px; z-index: 3; margin: 0 0 0 -26px;  
		opacity: 0;			
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	}
.reviewBlock .ratingItem .ratBubble:after{ height: 10px; width: 10px; background: #fff; content: ''; display: block; margin: -5px 0 0 20px ; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
			transform: rotate(45deg) 
}
.reviewBlock .ratingItem:hover .ratBubble{
		opacity: 1;			
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	}

.ratingItem span{ width: 16px; height: 16px; display: inline-block; margin: 0; padding: 0;  font-size: 16px; vertical-align: top; } 
.ratingItem span:before{ font-family: "fontello"; width: 16px; height: 16px; display: block; line-height: 16px; text-align: center; }
.ratingItem .starDefault{ height: 16px; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; }
.ratingItem .starDefault span:before{ content: '\e81e'; }

.ratingItem .starHover{ height: 16px; position: absolute; left: 0; top: 0; z-index: 2; overflow: hidden;  white-space:nowrap;  }
.ratingItem .starHover span:before{ content: '\e809'; }
.reviewBlock .infoTotal{background: #eeeeee; padding: 10px; }
.reviewBlock .infoTotal p { padding:0; }
.reviewBlock .infoTotal .infoRat{ font-size: 12px; font-style: italic; border-bottom: 1px solid #ddd; padding: 0 0 20px 0; margin: 0 0 10px 0;}
.reviewBlock .infoTotal .totalWrap{ }
.reviewBlock .infoTotal .totalWrap:after{clear: both; height: 0; display: block; content: '';}
.reviewBlock .infoTotal .totalWrap .totalRating{ width: 50%; height: 16px; line-height: 16px; padding: 5px 0; text-align: center; border-right: 1px solid #ddd;}
.reviewBlock .infoTotal .totalWrap .totalStar{ width: 50%; height: 16px; float: right;  padding: 5px 0;}


/* summary Rating */
.summaryRating { overflow:hidden; margin:2px 0 6px;}
.footerStyleDark .ratingItem span:before { color:#dddddd; }

.fullscreen .isotopeFiltr,
.sc_gap .isotopeFiltr { text-align:center; }

/*masonry*/
.masonryWrap .isotopeFiltr ul{ margin:0; padding:0 0 40px 0;}
.masonryWrap .pageFiltr ul a,
.masonryWrap .isotopeFiltr ul a{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #212121;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 4px;
	text-transform:uppercase;
}
.masonryWrap .isotopeFiltr li {
    padding: 0 25px;
}

.masonryWrap .isotopeFiltr ul .active a,
.masonryWrap .isotopeFiltr ul a:hover {color: #777777; text-decoration: underline;}

.masonry{ padding:0 0 110px 0; margin:0 -50px 0 0 ;}
.masonry:after{ clear:both; content:''; height:0; display:block;} 

.masonry .isotopePadding{margin: 0; position: relative; background:#ffffff; }
section.masonry article {
    margin-top: 0;
    margin-bottom: 50px;
}
.masonry article{ float:left; padding:0 0 0 0; margin: 50px 0 0 0; opacity: 0;}
section.masonry[data-columns="4"] article {margin: 0;}
.masonry article .thumb{ position:relative;width:100%;}
.masonry article .thumb img { width:100%; display:block;}
.masonry article .thumb .link-wrapper {
	background: none repeat scroll 0 0 #ffffff;
	background-color: rgba(255, 255, 255, 0.8);
	backface-visibility: hidden;
	bottom: 0;
	left: 0;
	margin: 20px;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: all 0.35s ease-in-out 0s;
	   -moz-transition: all 0.35s ease-in-out 0s;
		 	transition: all 0.35s ease-in-out 0s;
	visibility: hidden;
}
.masonry article .thumb:hover .link-wrapper {opacity:1;visibility: visible;}
.masonry article .thumb .link-wrapper a{
	background-color: #1bbde8;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	line-height: 40px;
	margin: -19px auto 0;
	padding: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	vertical-align: middle;
	width: 90px;
	left: 0;
	right: 0;
}
.masonry article .thumb .link-wrapper a:hover {background-color: #777777; color: #000000;}

.masonry article h4{ padding: 40px 0 5px;}
.masonry article .sc_quote_title{ font-size:18px; padding:0 0 20px 0; }
.masonry article p{ padding: 0 0 20px 0; margin:0; }
.masonry article .status{ padding: 15px 10px; margin:0 0 30px 0; color:#fff; } 
.masonry article .masonryInfo{ padding:0 0 20px 0 ; font-size:12px; line-height:12px; text-align:left; font-style:italic;}
.masonry article .masonryInfo:before{ height:20px; border-top:1px solid #ddd; width:50px; display:block; content:'';}
.masonry article .masonryInfo .separator{  padding:5px; font-style:normal; }
.masonry article .masonryInfo span.infoTags a{ color:#888888;}
.masonry article .masonryInfo a{ color:#222222;}
.masonry article .masonryMore ul{ padding:0 0 50px 0; margin:0;line-height: 35px;}
.masonry article .masonryMore ul li { margin: 0 3px 8px 0;}
.masonry article .moreWrapMasonry:after{ content:''; height:0; display:block; clear:both; padding:0 0 50px 0; }
.masonry article .moreWrapMasonry .masonryMore{ float:right;}
.masonry article .moreWrapMasonry .infoPost{ padding:7px 0 0 0 ; float:left; }
.masonry .slides{ position:relative;}
.masonry .slides .rsBullets{ position: absolute; left:0px; bottom:35px; text-align:center; height:20px; width:100%; z-index:789; overflow:hidden; }
.masonry .slides .rsBullets .rsBullet { height:10px; width:10px; display: inline-block; background:#fff; margin:2px 5px 0 5px; vertical-align:top; cursor:pointer; }
.masonry .slides .rsBullets .rsNavSelected{ height:12px; width:12px; background-color:transparent; border:1px solid #fff; margin:0 3px 0 3px;}

.isotopeElement .masonryMore ul li a { color: #fff; }

.masonryLoad { padding:0 0 50px 0; text-align:center;}
.masonryLoad:after{ display:block; content:''; clear:both; height:0;}


/*block quote*/
blockquote.sc_quote { 
	position: relative;
	margin-top: 3px;
	margin-bottom: 14px;
	line-height: 28px;
    padding-left: 25px;
}
blockquote { position: relative; font-size:18px; margin:0px; padding:0px; font-style: normal; font-weight: 400;}
.post blockquote p, .sc_quote p {padding-left: 10px;}
blockquote p:before{
  content: '"';
  font-size: 2em;
  font-family: Oldenburg;
  position: absolute;
  top: 5px;
  left: 32px;
 }
blockquote p:after{
    content: '"';
    font-size: 2em;
    font-family: Oldenburg;
    margin-left: 5px;
    position: absolute;
}
div:not(.postQuote) blockquote p:before {
    left: 5px;
    top: 0px;
}
.postQuote blockquote p:before{
    font-size: 2em;
    top: 0px;
}
.postQuote blockquote p:before, .postQuote blockquote p:after {
    font-size: 2em;
}
p.sc_quote_title {
	padding-bottom: 3px;
	font-size: 30px;
	color: #151515;
}
p.sc_quote_title:before{ content:'';}
p.sc_quote_title:after{ content:'';}
p.sc_quote_title a { font-size: 25px;}
blockquote cite {  display: inline-block; margin-top:20px; }
p.sc_quote_position {
	padding-bottom: 33px;
	font-size: 14px;
	text-transform: uppercase;
}

/*hoverIncrease zoom effect*/
.hoverIncrease{ position:relative; }
.hoverIncrease img{ position:relative; z-index:5; display:block;}
.hoverIncrease .hoverShadow{ content:''; position:absolute; left:0; top:0; width:100%; height:100%; z-index:6; display: block;
	      background-color: rgba(55,55,55,0.5);
		  opacity: 0;			
		  filter: alpha(opacity=0);
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	}
.hoverIncrease .hoverIcon {  width:0; height:0; font-size:0; line-height:0; line-height:5px; margin:0; position:absolute; left:50%; top:50%; display:block; background:#ddd; z-index:7;   text-align:center; color: #fff;
		  opacity: 0;			
		  filter: alpha(opacity=0);
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
.hoverIncrease .hoverIcon:before{content: '\e808'; font-family: "fontello"; display:block; }
.hoverIncrease:hover .hoverIcon{ width:50px; height:50px; font-size:20px; line-height:50px; margin:-25px 0 0 -25px;
		  opacity: 1;			
		  filter: alpha(opacity=100);
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.hoverIncrease:hover .hoverShadow{ 
		  opacity: 1;
		  filter: alpha(opacity=100);
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}


.sc_team_item:hover a {
}
.sc_team_item:hover .hoverIcon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0px 0 0 -25px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    color: #1bbde8;
    z-index: 10;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.sc_team_item:hover .hoverIcon:hover {
    background-color: #1bbde8;
    color: #fff;
}
.sc_team_item .hoverIcon:before{ content: '\e944'; font-family: "fontello"; display:block; }



/*post position */
.postCenter h1,
.postCenter h2,
.postCenter h3,
.postCenter h4,
.postCenter.items h4,
.postCenter h5,
.postCenter h6{
	margin:0 auto; 
	display:block;
}
.postCenter .audio_container {
	margin-left: auto;
	margin-right: auto;
}

.with_sidebar .postCenter .sc_aligncenter {
    width: auto;
}
.with_sidebar .sc_slider_flex, .with_sidebar .sc_slider_chop, .postCenter .sc_slider_swiper {
    width: 100% !important;
}

.postCenter .thumb,
.postCenter .sc_section[class*="columns"] { 
	margin: 0 auto 50px;
	float:none;
}
.postCenter.items .thumb{ 
	margin-left: auto;
	margin-right: auto;
}
.postCenter img { 
	text-align:center; 
	margin-left: auto;
	margin-right: auto;
	display:block;
}
.postCenter.items .thumb img{text-align:center; margin:0 auto; padding:0 0 20px 0; clear:both; display:block;}
.postCenter article{ padding:0 0 10px 0;}
.postCenter .sc_video_player { margin-bottom:30px;}
.postCenter  .noTabletBord,
.postCenter .sc_border{ margin:0 auto 50px auto;}
.postCenter .sc_section .sc_border{ margin:0 auto;}
.postCenter  .noTabletBord img{ margin:20px 0 0 0 ; padding:0;}
.portfolio .postCenter .thumb{ margin:0 auto 50px auto;}
.portfolio .postCenter .folioInfoBlock h2{ text-align:center;}

.sidebar + .content .postCenter .sc_video_player{ margin:0 auto 30px auto;}
.sidebar + .content .postCenter  .noTabletBord,
.sidebar + .content .postCenter  .sc_border{ float:none;}



.postLeft.items img{ margin: 0 20px 20px 0;}
.portfolio .postLeft .thumb{ float:left;  margin: 0 50px 50px 0;}
.portfolio .postLeft .thumb img{ margin:0;}
.sidebar + .content .postLeft .thumb{ float:left; padding:0 30px 0 0 ;}
.sidebar + .content .postLeft.audio .thumb{ float:left; padding:80px 30px 0 0 ;}
.sidebar + .content .postLeft .audioWrap{ width:100%; }
.sidebar + .content .postLeft .sc_video_player{ float:left; margin:0 30px 30px 0;} 

.postRight.items img{margin:0 0 20px 20px;}
.postRight .thumb { float: right; margin: 0 0 0 50px; }
.postRight .postSharing ul { float: left; margin: 0 50px 0 0; }
.postRight .infoPost { text-align: left;  margin-top: 3em; }
.portfolio .postRight .thumb{ float:right; margin: 0 0 50px 50px;}
.portfolio .postRight .thumb img{ margin:0; }
.sidebar + .content .postRight .thumb{ float:right; padding:0 0 0 50px ;}
.sidebar + .content .postRight.audio .thumb{ float:right; padding:80px 0 0 30px;}
.sidebar + .content .postRight .audioWrap{ width:100%; }
.sidebar + .content .postRight .sc_video_player{ float: right; margin:0 0 30px 30px;} 


/*slider*/
.slider .sliderPost h1.alignCenter{ padding: 0 0 50px 0; text-align: center;}
.slider .gridBlock{ text-align:left;}
.slider .gridBlock + .gridBlock { padding:0px;}
.slider .gridBlock:before{ content:""; display:block; clear:both; }
.slider .gridBlock h2{ padding:0 0 20px 0; clear:none; margin: 0 0 0 78px}
.slider .gridBlock h2,
.slider .gridBlock p{margin:0 0 0 78px; text-align:left;}
.slider .gridBlock .icon{ display:block; float:left; width:58px; background-position: 0 0 ; background-repeat:no-repeat;
	        background-size: 100%;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	   -moz-background-size: 100%;}
.slider .gridBlock .icon.iconRetina{ height:58px; }
.slider .gridBlock .icon.iconTablet{ height:89px;}

.tp-bullets.tp-thumbs .bullet { }
.tp-bullets.tp-thumbs.hovered .bullet.last {}

.fullScreenSlider .tp-caption.small-text-orange { color: #1bbde8;}
.fullScreenSlider .tp-caption.large-white-text, .fullScreenSlider .tp-caption.large-white-text-sec { color: #292f34;}
.rev_slider .light { font-weight: 300;}


/*portfolio*/
.portfolioWrap { padding:50px 0 0 0 ;}
.sc_blogger.portfolioWrap { padding: 0; }
.portfolioWrap .pageFiltr ul,
.portfolioWrap .isotopeFiltr ul{ margin:0; padding:0 0 60px 0;}
.portfolioWrap .pageFiltr ul a,
.portfolioWrap .isotopeFiltr ul a{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #212121;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 4px;
	text-transform:uppercase;
}

.portfolioWrap .isotopeFiltr ul .active a,
.portfolioWrap .isotopeFiltr ul a:hover {text-decoration: underline;}

.portfolio { margin:0 0 30px 0; padding:0 0 20px 0; min-height:287px; overflow:visible !important;}
.portfolio:after{ content:''; clear:both; height:0; display:block;}

.isotope .isotopeElement.isotopeElementShow,
.masonry .isotopeElement.isotopeElementShow,
.portfolio .isotopeElement.isotopeElementShow { opacity:1; }

.portfolio .isotopeElement { position:relative; float:left; opacity:0; padding:0; }
.portfolio .isotopeElement .thumb { position:absolute; left:0; top: 0; z-index:5; width:100%; height:100%; overflow:hidden;}
.portfolio .isotopeElement .thumb img { width:100%;}
.portfolio .isotopeElement .folioShowBlock {  width:100%; height:100%; position:absolute; left:0; top:0; z-index:6; overflow:hidden; }
.portfolio .isotopeElement .hoverDirShow .folioShowBlock {display:none;}
.portfolio .isotopeElement .hoverShiftShow .folioShowBlock {display:none;}
.portfolio .isotopeElement .folioShowBlock:before{ width:100%; height:100%; content:''; position:absolute; top:0; left:0; z-index:6;}
.portfolio .isotopeElement:not(.hover_Shift) {
	border-bottom: 3px solid #3c454c;
	margin-bottom: 50px;
	overflow: hidden;
}
.portfolio .isotopeElement.hover_Shift {margin-bottom: 50px; overflow: hidden;}
.portfolio .isotopeElement .hoverDirShow .folioShowBlock:before,
.portfolio .isotopeElement .hoverShiftShow .folioShowBlock:before{
	opacity: 0.99; filter: alpha(opacity=99);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=77)";}

.portfolio .isotopeElement .folioShowBlock .folioContentAfter{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:7; color:#fff;   }
.portfolio .isotopeElement .folioShowBlock .folioContentAfter h4{ color:#fff; margin:40px 40px 0 40px; padding:0 0 20px 0; vertical-align:middle;font: 400 28px/35px inherit;}
.portfolio .isotopeElement .folioShowBlock .folioContentAfter h4 a { color:#fff; border-bottom: 1px solid transparent; 	-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.portfolio .isotopeElement .folioShowBlock .folioContentAfter h4 a:hover { border-bottom: 1px solid #fff; }
.portfolio .isotopeElement .folioShowBlock .folioContentAfter p { margin: auto 40px; padding: 0 0 24px 0; vertical-align:middle; font-size:15px; color: #ffffff; line-height: 24px;}
.portfolio .isotopeElement .folioShowBlock .folioContentAfter .masonryInfo{
	font-size: 10px;
	line-height: 18px;
	margin: auto 30px;
	padding: 0 0 15px;
	text-transform: uppercase;
	vertical-align: middle;
}
.portfolio .isotopeElement .folioShowBlock .folioContentAfter .masonryInfo:before{ content:''; border-top:1px solid rgba(255,255,255,0.4); display:block; height:11px; width:80px;}
.portfolio .isotopeElement .folioShowBlock .folioContentAfter .masonryInfo a{ color:#fff;}
.portfolio .isotopeElement .folioShowBlock .folioContentAfter .masonryInfo a:hover { color:#ffffff;}
.portfolio .isotopeElement .folioShowBlock .folioContentAfter .masonryInfo .separator{ padding:5px 12px; font-style:normal; color:#e0e0e0; }
.portfolio .isotopeElement .folioShowBlock .folioContentAfter .masonryMore { margin: auto 30px; padding:0; vertical-align:middle;}
.portfolio .hoverDirShow{ position:relative; width:100%; height:100%; overflow:hidden;}

/*hover effect Hover shift*/
.portfolio .isotopeElement.hover_Shift:hover { z-index:10; }
.portfolio .isotopeElement .hoverShiftShow { position:relative; width:100%; height:100%; }
.portfolio .isotopeElement .hoverShiftShow .folioShowBlock { left:0 ; top:0; display:block;
		  opacity: 0;			
		  -moz-opacity: 0;
		  filter: alpha(opacity=0);
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
.portfolio .isotopeElement:hover .hoverShiftShow .folioShowBlock{ left:20px; top:20px; z-index:5;
		  opacity: 1;			
		  -moz-opacity: 1;
		  filter: alpha(opacity=100);
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.portfolio .isotopeElement .hoverShiftShow .folioShowBlock{
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;}

.ih-item h4 { overflow:hidden; }

/*hover effect Hover CUBE*/
.hoverCubeShow:hover .thumb , .hoverCubeShow .folioShowBlock {
  transform:translateZ(-32px) rotateY(180deg);
  animation-duration:0.4s;
  animation-name:rotateOut;
  animation-timing-function:linear;
  animation-fill-mode:forwards;
  
  -webkit-transform:translateZ(-32px) rotateY(180deg);
  -webkit-animation-duration:0.4s;
  -webkit-animation-name:rotateOut;
  -webkit-animation-timing-function:linear;
  -webkit-animation-fill-mode:forwards;
}

.hoverCubeShow .thumb, .hoverCubeShow:hover .folioShowBlock {
  animation-duration:0.6s;
  animation-name:rotateIn;
  animation-timing-function:linear;
  animation-fill-mode:forwards;
  
  -webkit-animation-duration:0.6s;
  -webkit-animation-name:rotateIn;
  -webkit-animation-timing-function:linear;
  -webkit-animation-fill-mode:forwards;
}


@keyframes rotateIn {
	0% { opacity:0; transform:translateZ(-100px) translateX(0) rotateY(180deg); }
	1% { transform:translateZ(-100px) rotateY(-180deg); }
 	50% { opacity:0.5; z-index:1; transform:translateZ(-50px) translateX(-50px) rotateY(-90deg); }
	100% { opacity:1; z-index:1; transform:translateZ(0) translateX(0) rotateY(0deg);}
}

@keyframes rotateOut {
	0% { opacity:1;	transform:translateZ(0) translateX(0) rotateY(0deg); }
 	50% { opacity:0.5; z-index:0; transform:translateZ(-50px) translateX(50px) rotateY(90deg); }
	100% { opacity:0; z-index:0; transform:translateZ(-100px) translateX(0) rotateY(180deg); }
}
@-webkit-keyframes rotateIn {
  0% { opacity:0; -webkit-transform:translateZ(-100px) translateX(0) rotateY(180deg);}
  1% { -webkit-transform:translateZ(-100px) rotateY(-180deg);}
  50% {	opacity:0.5; z-index:1;	-webkit-transform:translateZ(-50px) translateX(-50px) rotateY(-90deg);	}
 100% {	opacity:1;	z-index:1; -webkit-transform:translateZ(0) translateX(0) rotateY(0deg); }
}

@-webkit-keyframes rotateOut {
	0% { opacity:1;	-webkit-transform:translateZ(0) translateX(0) rotateY(0deg);}
 	50% { opacity:0.5; z-index:0; -webkit-transform:translateZ(-50px) translateX(50px) rotateY(90deg); }
	100% { opacity:0; z-index:0; -webkit-transform:translateZ(-100px) translateX(0) rotateY(180deg); }
}


/*hover effect Hover book*/
.bookShowWrap{ overflow:hidden; }
.folio4col .bookShowWrap  .hoverBookShow {perspective: 400px; -webkit-perspective: 400px;}
.folio3col .bookShowWrap  .hoverBookShow {perspective: 500px; -webkit-perspective: 500px;}
.folio2col .bookShowWrap  .hoverBookShow {perspective: 800px; -webkit-perspective: 800px;}
.bookShowWrap .hoverBookShow { width:100%; height:100%;    
	transition: transform 0.5s ease;     
  	transition: -webkit-transform 0.5s ease;}
.bookShowWrap .hoverBookShow * {  box-sizing: border-box;  -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;}
.bookShowWrap .hoverBookShow  .thumb {
  perspective-origin: 100px 20px;
  transform-origin: left center;
  transform-style: preserve3d;
  transition: transform 0.5s ease;

  -webkit-perspective-origin: 100px 20px;
  -webkit-transform-origin: left center;
  -webkit-transform-style: preserve3d;
  -webkit-transition: -webkit-transform 0.5s ease;
}
.bookShowWrap .hoverBookShow:hover .thumb{
 transform: rotateY(90deg);
 -webkit-transform: rotateY(90deg);
}

.bookShowWrap .hoverBookShow .folioShowBlock{
  z-index:5;  position: absolute;  top: 0;  left: 0;
  
  perspective-origin: 100px 20px;
  transform-origin: right center;
  transform-style: preserve3d;
  transform: rotateY(-111deg);
  transition: all 0.5s ease;
  
  -webkit-perspective-origin: 100px 20px;
  -webkit-transform-origin: right center;
  -webkit-transform-style: preserve3d;
  -webkit-transform: rotateY(-110deg);

}
.bookShowWrap .hoverBookShow:hover .folioShowBlock{
  transform: rotateY(0deg);
 -webkit-transform: rotateY(0deg);
}


.portfolio.folio1col article{ width:1150px; margin: 0 0 50px 0; overflow:visible !important; }
.portfolio.folio1col article .shadow_wrapper { width:100%; height:100%; background:#ffffff; position:relative; z-index:1; }
.portfolio.folio1col article .shadow_wrapper:after{ content:''; height:0; display:block; clear:both;}
.portfolio.folio1col article .thumb { width:714px; height:auto; position:relative;}
.portfolio.folio1col article .thumb img { width:100%;}
.portfolio.folio1col .folioInfoBlock{ margin:0 0 50px 0;}
.portfolio.folio1col .folioInfoBlock h2{ padding:0 0 30px 0;}
.portfolio.folio1col .folioInfoBlock .moreWrapPortfolio .portfolioMore { float:right;}
.portfolio .masonryMore ul,
.portfolio .portfolioMore ul { margin: 0; padding:0; }
.portfolio.folio1col .folioInfoBlock .moreWrapPortfolio .infoPost { float:left; padding:5px 0 0 0; max-width:250px; line-height:20px; text-align:left; }
.portfolio.folio1col .postCenter .folioInfoBlock .moreWrapPortfolio .infoPost { max-width:50%; }

.portfolio.folio2col .isotopeElement { width:575px; height:323px;}
.portfolio.folio3col .isotopeElement { height:252px; width:350px; }
.portfolio.folio4col .isotopeElement { width:287px; height:287px; }
.portfolio .isotopeElement .effect6 { z-index: 9; }
.portfolio.folioAutoCol .isotopeElement { height: 300px;}

.isotope-hidden.isotope-item {    pointer-events: none;    z-index: 1;}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
       -moz-transition-duration: 0.8s;
            transition-duration: 0.8s;}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property: -moz-transform, opacity;
            transition-property: transform, opacity;}
	

/*related post*/
.relatedWrap { margin: 0 0 70px 0 ; padding: 0 0 26px 0;}
.relatedPostWrap h2{ text-align:center}
.relatedPostWrap:after{ height:0; display:block; content:''; clear:both;}
.relatedPostWrap:not(.sc_blogger) article{ padding: 0 0 50px 0;  }
.relatedPostWrap article .reviewBlock{ margin: 0 0 10px 0; height: 16px;}
.relatedPostWrap article .reviewBlock .ratingItem{ float: left;}
.relatedPostWrap article .thumb,
.relatedPostWrap article .sc_slider,
.relatedPostWrap article .sc_video_player { width:100%; margin:0 0 30px 0;}
.relatedPostWrap article .thumb img { width:100%; display: block;}
.relatedPostWrap article h4{ font: 400 28px/35px inherit; padding:0 0 14px 0; }
.relatedPostWrap article h4 + .reviews_summary{ padding:0 0 10px 0; margin-top:-10px; }
.relatedPostWrap article p{ font-size: 15px;line-height: 24px;padding: 0 0 44px;}
.relatedPostWrap article .relatedInfo { padding:0 0 20px 0 ; font-size:10px; line-height:18px; text-align:left; font-style:italic;text-transform: uppercase;}
.relatedPostWrap article .relatedInfo:before{ height:20px; border-top:1px solid #ddd; width:80px; display:block; content:'';}
.relatedPostWrap article .relatedInfo .separator{  padding:12px; font-style:normal; }
.relatedPostWrap article .relatedInfo span.infoTags a{ color:#888888;}
.relatedPostWrap article .relatedInfo a{ color:#222222;}
.relatedPostWrap article .relatedMore ul{ padding:0; margin:0;}
.relatedPostWrap article .relatedMore .roundButton { margin:0 6px 8px 0;}



/*Border tablet*/
.sc_border { 
	padding: 4% 10% 6% 10%;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	   -moz-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
.sc_border.sc_border_light { 	background-image: url(/wp-content/themes/plumbing-company/images/tablet_white.png); }
.sc_border.sc_border_dark{ 		background-image: url(/wp-content/themes/plumbing-company/images/tablet_black.png); }

.sc_border .sc_slider,
.sc_border .sc_zoom{ 
	border:3px solid #151515;
	background:#151515; 
	margin: 0;
}
.sc_border .sc_zoom img { 
	margin:0px;
	padding:0px; 
	width: 100%;
	height: auto;
	vertical-align:middle;
}


.slides{position: relative;}

.noTabletBord .slides .rsBullets,
.slides .rsBullets{ position: absolute; left:0px; bottom:35px; text-align:center; height:20px; width:100%; z-index:789; overflow:hidden; }
.noTabletBord  .slides .rsBullets .rsBullet,
.slides .rsBullets .rsBullet { height:10px; width:10px; display: inline-block; background:#fff; margin:2px 5px 0 5px; vertical-align:top; cursor:pointer; }
.noTabletBord  .slides .rsBullets .rsNavSelected,
.slides .rsBullets .rsNavSelected{ height:12px; width:12px; background-color:transparent; border:1px solid #fff; margin:0 3px 0 3px;}


.zoomContainer{ overflow:hidden; z-index:10; }
.zoomLens{ cursor:cell; border:none !important;}
.zoomLens:before {border: rgba(255,255,255,0.33) 10px solid !important;  width:180px; height:180px; content:""; position:absolute; }


/* video */
iframe, video {
	max-width: 100%;
	min-height: 100px;
	vertical-align: top;
}
video.sc_video_bg,
video.videoBackground { max-width:none; }

/*frame Player*/
.sidebar + .content .post .sc_video_player { width:100%; }

.sc_video_player .sc_video_player_title,
.sc_video_player .sc_video_player_title:after,
.sc_video_player .sc_video_player_title:before{ }
.sc_video_player .sc_video_player_title{ position:relative; margin:0 10px;}
.sc_video_player .sc_video_player_title:after,
.sc_video_player .sc_video_player_title:before{ content:""; position:absolute; top:0px; width:60px;}

.sc_video_player .sc_video_player_title:after{ background-position: 0 0; left:-10px; }
.sc_video_player .sc_video_player_title:before{ background-position: 0 -42px; right:-10px;}
.sc_video_player .sc_video_frame{ overflow:hidden; cursor:pointer; background-color:#f2f2f2; width: 100%; }
.sc_video_player .sc_video_frame img { width:100%; display:block; margin:0px; padding:0px;}
.sc_video_player .sc_video_frame iframe{ display:block;}
.sc_video_player .sc_video_play_button { position:relative; opacity:0; }

.footerStyleLight .footerWidget .sc_video_player .sc_video_play_button:after{ background-color: #fff; }
.footerStyleLight .footerWidget .sc_video_player:hover .sc_video_play_button:after{ color:#c0c0c0; background-color:#2b2b2b; }
.footerStyleDark .footerWidget .sc_video_player .sc_video_play_button:after{ color:#c0c0c0; background-color:#2b2b2b;}
.footerStyleDark .footerWidget .sc_video_player:hover .sc_video_play_button:after{ background-color: #fff; }

.sc_video_player .sc_video_play_button:after{ width:0; height:0; line-height:20px; font-size:0; position:absolute; font-family: "fontello"; content: '\e87b';  left:50%; top:50%; margin: 0; z-index:10;  background-color: #ffffff; text-align:center; text-indent:3px; overflow:hidden;
		  opacity: 0;			
		  -moz-opacity: 0;
		  filter: alpha(opacity=0);
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
.footerWidget .sc_video_player .sc_video_play_button:after,
.sc_video_player:hover .sc_video_play_button:after { width:50px; height:50px;  font-size:21px; line-height:50px; margin:-25px 0 0 -25px; 
		  opacity: 1;
		  -moz-opacity: 1;
		  filter: alpha(opacity=100);
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.sc_video_player:active .sc_video_play_button:after{ width:70px; height:70px; line-height:70px; margin:-35px 0 0 -35px; text-indent:5px; font-size:30px; color:#fff;}
.sidebar + .content .post .audioWrap { width:550px;}


/*post Sharing*/
.postSharing { position:relative; z-index:1;}
.postSharing > ul { margin:0; padding:0; display: inline-block;}
.with_sidebar .style_excerpt .postSharing { float:right; }
.with_sidebar .style_excerpt .infoPost { float:left; text-align:left; }

ul > li.likeActive > a { background-color:#ddd;}
ul > li.like > a > span.likePost,
ul > li.likeActive > a > span.likePost{ display: block; float:left; position:relative; overflow:hidden; padding:0; min-width:16px;}

ul > li.like > a > span.likePost:before,
ul > li.likeActive > a > span.likePost:before{  width:100px;  position:absolute; z-index:2; left:0px; top:-28px; text-align:left;}

ul > li.likeActive > a > span.likePost:before{ content:"-1";}
ul > li.like > a > span.likePost:before{  content:"+1"; }   

ul > li.like > a:hover > span.likePost:before,
ul > li.likeActive > a:hover > span.likePost:before{ top:0px;}

ul > li.like > a:hover > span.likePost,
ul > li.likeActive > a:hover > span.likePost{ padding:28px 0 0 0 ; height:0px;}

ul > li.share{ position:relative;}
ul > li.share > ul.shareDrop { display: none; position:absolute; left:0px; top:38px; z-index:2; background:#FFF; margin:0px; padding: 10px 10px 0;  border:1px solid #ddd; width:90px;
	-webkit-box-shadow: 0 2px 2px -1px #ddd;
	   -moz-box-shadow: 0 2px 2px -1px #ddd;
	        box-shadow: 0 2px 2px -1px #ddd;}
ul > li.share > ul.shareDrop > li{ list-style:none; display:block; padding:7px 0; background-color: transparent;}
ul > li.share > ul.shareDrop > li > a:hover, ul > li.share > ul.shareDrop > li > a:after { background-color: transparent;}
ul > li.share > ul.shareDrop > li > a{ display:block; text-align:left; font-size:14px; height:16px; line-height:16px; background-color: transparent; color: #000;}
ul > li.share > ul.shareDrop > li > a > img { width:16px; height:16px; display:inline-block; vertical-align:top; margin:0 9px 0 0;}
ul > li.share > a.selected, ul > li.share > a.selected:hover {  position:relative; z-index:3; background: transparent;;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	    -moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
         	border-bottom-left-radius: 0;
	   -moz-border-radius-bottomright: 0; 
   -webkit-border-bottom-right-radius: 0; 
	       border-bottom-right-radius: 0;
}

ul > li.share > ul.shareDrop > li.twitter > a .icon{  background-image:url(/wp-content/themes/plumbing-company/images/socials/twitter_dark.png);}
ul > li.share > ul.shareDrop > li.facebook > a .icon{  background-image:url(/wp-content/themes/plumbing-company/images/socials/facebook_dark.png);}
ul > li.share > ul.shareDrop > li.pinterest > a .icon{  background-image:url(/wp-content/themes/plumbing-company/images/socials/pinterest_dark.png);}


/* ============================================ Button ============================================ */
.sc_button {
	display: inline-block;
}
input[type="submit"],
input[type="button"],
.sc_button > a, .sc_button > span,
.inputSubmitAnimation .aIco {
	display: block;
	cursor:pointer;
	font-weight:700;
	text-align:center;
	position: relative;
	overflow: hidden;
	z-index: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Color */
.sc_button > a, .sc_button > span {
	color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    overflow: visible;
    margin-bottom: 1px;
}
.sc_button_style_global > a, .sc_button_style_global > span,
.inputSubmitAnimation .aIco,
.post .postSharing ul > li,
article div:not(.isotopeFiltr) > ul > li.roundButton,
.widget_area .tagcloud a,
.pagination .pageLibrary > li > a,
/* WooCommerce */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
	background-color: #1bbde8;
    border-color: #1bbde8;
}
.sc_button.mono > a, .sc_button.mono > span {
	background-color: #f2f2f2; 
}
.sc_button.light > a, .sc_button.light > span {
    background-color: #fff;
    border-color: #fff;
}
.sc_button.dark > a, .sc_button.dark > span {
    background-color: #3c3b43;
    border-color: #3c3b43;
}
.sc_button.dark.sc_button_style_dark > a:hover, .sc_button.dark.sc_button_style_dark > span:hover {
    color: #3c3b43;
}
.sc_button.global.sc_button_style_global > a:hover, .sc_button.global.sc_button_style_global > span:hover {
    color: #00afda;
}
.sc_button.mini > a, .sc_button.mini > span,
.sc_button.mono > a, .sc_button.mono > span,
.sc_button.light > a, .sc_button.light > span {
	color: #292f34;
}

.sc_blogger .sc_button > a {
    color: #ffffff;
}
.sc_blogger .sc_button.sc_button_style_dark.filled > a:hover {
    color: #292f34;
    background-color: #fff;
}
.sc_blogger .sc_button.sc_button_style_dark.filled > a:after {
    background-color: #fff;
}

.sc_button.mini > a, .sc_button.mini > span {   height: auto;
    line-height: 1;
    font-size: inherit;
    padding: 0;
    background: transparent !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: none !important;
}
.sc_button.medium  > a, .sc_button.medium  > span {
    height: 3.333em;
    line-height: 3.333em;
    padding: 0px 1.250em;
    font-size: 0.750em;
}
.sc_button.big > a, .sc_button.big > span {
    height: 2.667em;
    line-height: 2.667em;
    font-size: 1.125em;
    padding: 0 1.222em;
}
.sc_button.huge > a, .sc_button.huge > span{
    font-size: 1.375em;
    height: 3.636em;
    line-height: 3.636em;
    padding: 0 1.902em;
}
.sc_button.banner > a, .sc_button.banner > span { height:104px; line-height:104px; font-size:26px; padding: 0 60px;}

article div:not(.isotopeFiltr) > ul > li.roundButton > a,
article div:not(.isotopeFiltr) > ul > li.roundButton.light > a,
article div:not(.isotopeFiltr) > ul > li.roundButton.dark > a {
	color: #fff; 
}
.columns1_4 .sc_button_size_medium {
	margin: 0;
}

.sc_button.mini > a:hover, .sc_button.mini > span:hover, .sc_button.mini > a:hover:after, .sc_button.mini > span:hover:after, .sc_button.mini > a:hover:before, .sc_button.mini > span:hover:before  { 
	background: transparent;
	color: #28317e;
}
.icon-code:before {
	transition: none !important;
}
.sc_button.mini > a:hover:after, .sc_button.mini > span:hover:after { 
	width: 0%;
}
.sc_button.mini > a:after, .sc_button.mini > span:after { 
	background: transparent !important;
}

/* round Button */
.roundButton,
.pagination .pageLibrary > li.libPage > .pageFocusBlock.navPadding .rsArrow{list-style: none; }

.pagination .pageLibrary > li.libPage > .pageFocusBlock.navPadding .rsArrow .rsArrowIcn{ width:35px; height: 35px; line-height: 35px; border: 1px solid #ddd; display: block; text-align:center; font-size:18px;}


/* Transparent */
.sc_button.transparent > a, .sc_button.transparent > span,
.sc_button.transparent > a, .sc_button.transparent > span,
.sc_button.transparent > a, .sc_button.transparent > span {
    background-color: transparent;
}

.sc_button.mono > a, .sc_button.mono > span,
.sc_button.global > a, .sc_button.global > span,
.sc_button.dark > a, .sc_button.dark > span,
.sc_button.light > a, .sc_button.light > span {
    border-style: solid;
    border-width: 3px;
}
.sc_button.medium > a, .sc_button.medium > span {
    border-width: 2px;
}
.sc_button.light.transparent > a, .sc_button.light.transparent > span {
    border-color: #fff;
    color: #fff;
}
.sc_button.light.transparent > a:hover, .sc_button.light.transparent > span:hover {
    background-color: #fff;
    color: #3c3b43;
}

.sc_button.sc_button_style_global.global.transparent > a, .sc_button.sc_button_style_global.global.transparent > span {
    color: #1bbde8;
    border-color: #1bbde8;
}
.sc_button.sc_button_style_global.global.transparent > a:hover, .sc_button.sc_button_style_global.global.transparent > span:hover {
    color: #fff;
    background-color: #1bbde8;
}
.sc_button.mini > a:hover, .sc_button.mini > span:hover {
    color: #006495 !important;
}
.sc_button.dark.transparent > a, .sc_button.dark.transparent > span {
    border-color: #3c3b43;
    color: #3c3b43;
}
.sc_button.dark.transparent > a:hover, .sc_button.dark.transparent > span:hover {
    background-color: #3c3b43;
    color: #fff;
}
.sc_button.mono.transparent > a, .sc_button.mono.transparent > span {
    border-color: #f2f2f2;
}
.roundButton.fullSize.ico a:before{
    display: inline-block;
    float: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* post info */
li.roundButton {
    cursor : pointer;
    position: relative;
    z-index: 0;
}
.postSharing .share .icon-share.selected, .postSharing .share .icon-share.selected:before {
    color: #00afda;
    background-color: #fff;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}
li.roundButton a:before {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.postSharing .share-social li:before {
    display: none;
}
.postSharing .share-social .social_icons {
    color: #151515;
}
.postSharing .share-social li a:before {
    color: #151515;
}
.postSharing > ul > li,
.postSharing > ul > li.sc_button > a,
.postSharing > ul > li.sc_button > span {
    border-width: 2px;
    margin-bottom: 0px;
    height: auto;
}
article div:not(.isotopeFiltr) > ul > li.roundButton a:hover {
    background-color: #fff;
}
article div:not(.isotopeFiltr) > ul > li.roundButton a:hover:before {
    color: #1bbde8;
}
article div:not(.isotopeFiltr) > ul > li.roundButton a:hover:after {
    width: 110%;
}

.footerStyleDark .footerWidget .roundButton a{ background-color:#626262; border-color: #626262;}
.footerStyleDark .footerWidget .roundButton:hover a {border-color: #878787;}
.footerStyleDark .footerWidget .roundButton a:before{ color:#878787;}
.footerStyleLight .footerWidget .roundButton a{ background-color:#fff; border-color: #ddd;}
.footerStyleLight .footerWidget .roundButton:hover a { border-color: #888; background-color:#888;}
.footerStyleLight .footerWidget .roundButton a:before{ color:#888888; border-color: #888888;}
.footerStyleLight .footerWidget .roundButton:hover a:before{ color:#222222; border-color: #222222;}


.scrollbar_hide .sc_scroll_bar {display: none;}

/*.roundButton a:before,*/
.sc_scroll_controls .flex-direction-nav a:before,
.sc_testimonials .flex-direction-nav a:before,
.pagination .flex-direction-nav a:before { font-family: "fontello"; font-style: normal; font-weight: normal;}

.footerWidget .roundButton:hover a:before{ color:#fff;}	
			
/*.roundButton a:active,*/
.sc_scroll_controls .flex-direction-nav a:active,
.sc_testimonials .flex-direction-nav a:active,
.pagination .flex-direction-nav a:active { color:#fff !important; }

.roundButton.left a:before,
.sc_scroll_controls_horizontal .flex-direction-nav a.flex-prev:before,
.sc_testimonials .flex-direction-nav a.flex-prev:before,
.pagination .flex-direction-nav a.flex-prev:before { content: '\e85f'; }

.roundButton.right a:before,
.sc_scroll_controls_horizontal .flex-direction-nav a.flex-next:before,
.sc_testimonials .flex-direction-nav a.flex-next:before,
.pagination .flex-direction-nav a.flex-next:before { content: '\e860'; }

.sc_scroll_controls_vertical .flex-direction-nav a.flex-prev:before,
.roundButton.up a:before{ content: '\e861'; }
.sc_scroll_controls_vertical .flex-direction-nav a.flex-next:before,
.roundButton.down a:before{ content: '\e856'; }

.sc_button.clear {
    height: auto;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.sc_button.clear a {
    display: inline;
    font-size: inherit;
    line-height: 1;
    font-weight: normal;
    color: #1bbde8;
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    text-decoration: underline;
}
.sc_button.clear a:hover {
    background-color: transparent !important;
    color: #1bbde8 !important;
    text-decoration: none;
}
.sc_button.clear a:hover:after {
    background-color: transparent !important;
    color: #1bbde8 !important;
    width: 0%;
}

#mainmenu .sc_button > a:hover, #mainmenu .sc_button > span:hover { color: #fff;}
.appointment-btn_menu.sc_button.medium { margin-top: 21px;}
header.fixedTopMenu .topWrap .menuTopWrap > ul > li.appointment-btn_menu.sc_button.medium {margin-top: 16px;}
.top_panel_above .fullScreenSlider .topWrap .topMenuStyleLine > ul > li.appointment-btn_menu.sc_button.medium { padding-top: 60px;}
.top_panel_above .fullScreenSlider header.fixedTopMenu .topWrap .topMenuStyleLine > ul > li.appointment-btn_menu.sc_button.medium {  padding: 11px 0;  margin-top: 0px;}
#mainmenu .appointment-btn_menu.sc_button.medium > a {
    line-height: 35px;
    color: #fff;
    height: inherit;
    border: 2px solid #1bbde8;
    height: 35px;
}
.appointment-btn_menu.sc_button.medium.current-menu-item > a {
    color: #1bbde8;
    1background-color: transparent;
}
#mainmenu .appointment-btn_menu.sc_button.medium > a:hover {
    color: #1bbde8;
    border-color: #1bbde8;
}


/* Nav pages for single page */
.nav_pages_parts { margin-bottom:30px; }
.nav_pages_parts span + span { margin: 0 0 0 7px; }
.nav_pages_parts span { height:30px; line-height:30px; display: inline-block; vertical-align:bottom; position:relative; padding:0 10px; }
.nav_pages_parts span.pages { text-align:left; padding-left:0; }
.nav_pages_parts span:not(.pages) { border:1px solid #00abd3; }
.nav_pages_parts > span.page_num {color: inherit; border: 1px solid transparent !important; }

/* Nav pages for comments */
.nav_comments a + a, .nav_comments a + span, .nav_comments span + a { margin: 0 0 0 7px; }
.nav_comments a, .nav_comments span, .comments_list li.trackback a.comment-edit-link { height:30px; line-height:30px; display: inline-block; vertical-align:bottom; position:relative; padding:0 10px; }
.nav_comments a, .nav_comments span, .comments_list li.trackback a.comment-edit-link { border:1px solid #dddddd; }
.nav_comments > span.current { color:#ffffff; }
.comments_list li.trackback { list-style:none; margin-left:0; padding-left:0; }
.comments_list li.trackback p { font-style:italic; padding-bottom:10px; }
.comments_list li.trackback p a { font-style:normal; }
.comments_list li.trackback a.comment-edit-link { vertical-align:baseline; margin-left:20px;}

/* round button */
.sc_button + .sc_button{ margin-left:12px; margin-right:12px;}
.roundButton.fullSize{ display: block; text-align: center; margin: 0; clear:both;}
.roundButton.fullSize.ico a:before{ 
	display: inline-block; 
	float: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

section[data-columns="4"] input[type="submit"],
section[data-columns="4"] input[type="button"],
section[data-columns="4"] .roundButton > a,
section[data-columns="4"] 	.roundButton > span { padding: 0 20px;}



.isotopeFiltr .roundButton > a:before,
.isotopeFiltr .roundButton > a:after {display: none;}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:active,
input[type="button"]:active,
.roundButton:hover,
.roundButton:active,
.nav_pages_parts a:hover span,
.nav_comments a:hover { top: -1px; }

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:active,
input[type="button"]:active,
.nav_pages_parts a:hover span,
.nav_comments a:hover { 
	-webkit-box-shadow: 0 2px 2px -1px #ddd;
	   -moz-box-shadow: 0 2px 2px -1px #ddd;
	        box-shadow: 0 2px 2px -1px #ddd;}


.roundButton.ico.more > a:before{ content:'\e850'; font-family: fontello;}
.roundButton.ico.share > a:before{ content:'\e835'; font-family: fontello;}
.roundButton.ico.view > a:before{ content:'\e83c'; font-family: fontello;}
.roundButton.ico.comm > a:before{ content:'\e830'; font-family: fontello;}
.roundButton.ico.left > a:before{ content:'\e85f'; font-family: fontello;}
.roundButton.ico.reply > a:before{ content:'\e831'; font-family: fontello; color: #1bbde8;}
.roundButton.ico.right > a:after{ content:'\e860'; font-family: fontello;}

/*round Button lite*/
.withMargin { margin-bottom:50px; }


/*shadow HR*/
.hrShadow { position:relative; border-bottom:1px solid #ddd; background-color:#fff;}
.hrShadow.withMargin { padding-bottom:30px; }

.inlineShadow,
.hrShadow:before {	content:""; position:absolute;  margin:0 50px;  display:block;    bottom:3px;	height:40px;    left:10px;    right:10px; z-index:-2;
-webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 10px rgba(0,0,0,0.3);
box-shadow:0 0 10px rgba(0,0,0,0.3);
-webkit-border-radius: 50% / 100%; 
-moz-border-radius: 50% / 100%; 
border-radius: 50% / 100%;}

.sidebar .hrShadow:before{ margin:0 10px; height:5px; bottom: 4px;
-webkit-border-radius: 100% / 100%; 
-moz-border-radius: 100% / 100%; 
border-radius: 100% / 100%;}

.columns2_3 .hrShadow:after,
.columns3_4 .hrShadow:after{ width: 100%; height: 20px; background: #fff; position: absolute; left: 0; bottom: 0; content: ''; }
.columns2_3 .hrShadow:before,
.columns3_4 .hrShadow:before{ margin:0 10px; height:5px; bottom: 2px; z-index: 0;
-webkit-border-radius: 100% / 100%; 
-moz-border-radius: 100% / 100%; 
border-radius: 100% / 100%;}

/*shadow BOX*/
.sc_table,
.sc_tabs_style_1 .sc_tabs_content,
.sc_pricing_table,
.sc_shadow,
.sc_popup_light { 
	-webkit-box-shadow: 0 6px 2px -1px #f0f0f0;
	-moz-box-shadow:    0 6px 2px -1px #f0f0f0;
	box-shadow:         0 6px 2px -1px #f0f0f0;
}
/*inlineShadow*/
.inlineShadow{	content:""; position:absolute;  height:10px;  display:block;    bottom:0px; padding: 0; margin: 0;  left:10px; right: 10px; z-index:-2; border-bottom:1px solid #ebebeb;
-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
   -moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
        box-shadow:0 0 10px rgba(0,0,0,0.2);

  -webkit-border-radius: 100% / 100%; 
     -moz-border-radius: 100% / 100%; 
          border-radius: 100% / 100%;}
.inlineShadow:before{ content:''; height:20px; background:#fff; position:absolute; left:-5px; right: -5px; bottom:-3px; border-bottom: 1px solid #ebebeb; }


/* ============================================ Pagination ============================================ */
.pagination { padding:0 0 50px 0;}
.pagination:after { display:block; content:""; clear:both;}
.pagination > ul { margin:0px; padding:0px;}
.pagination > ul > li{   float:left;  list-style:none;}
.pagination > ul > li > a{ border:1px solid #ddd; display:block; padding: 0 7px;  border-color: #1bbde8;  color: #151515;}
.pagination > ul > li > a:active{ color:#fff; margin:-1px 0 0 0 ;}
.pagination > ul > li > a .icon{ width:12px; height:12px; font-size:12px; line-height:9px; display:inline-block; vertical-align:middle;}
.pagination > ul > li > a .icon:before{ margin:0;}
.pagination > ul > li > a:hover{ margin:-1px 0 0 0 ; 
	-webkit-box-shadow: 0 2px 2px -1px #ddd;
	   -moz-box-shadow: 0 2px 2px -1px #ddd;
	  		box-shadow: 0 2px 2px -1px #ddd;	}

.pagination .roundButton { margin: 0 8px 8px 0;}

.pagination .pageLibrary > li{ height:30px; line-height:30px;}
.pagination .pageLibrary > li > a { position: relative; height:30px;line-height: 30px; color: #3c3b43; z-index: 0;  background-color: transparent;  border-color: #3c3b43;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.3s ease;}
.pagination .pageLibrary > li > a:before { content: ""; color: #3c3b43;}
.pagination .pageLibrary > li > a:after { content: ""; color: #3c3b43;  }
.pagination .pageLibrary > li > a:hover {
    color: #fff; background-color: #3c3b43;
}
.pagination .pageLibrary > li > a:hover:before, .pagination .pageLibrary > li > a:hover:after {
    color: #fff;
}
.pagination .pageLibrary > li.leftPage .icon{ margin-right:2px;}
.pagination .pageLibrary > li.rightPage .icon{ margin-left:4px;} 
.pagination .pageLibrary > li.libPage{ height:30px; line-height:30px; padding:0px 18px 8px 10px; position:relative;}
.pagination .pageLibrary > li.libPage .navInput{ border:1px solid #ddd; height: 32px; font-size: inherit; line-height: 32px; min-width:17px; padding: 0 9px; margin:0 9px; text-align:center; color: #fff; background-color: #3c3b43;}

/*nav Focus*/
.pagination .pageLibrary > li.libPage > .pageFocusBlock{ position:absolute; z-index:1000; border:1px solid #ddd; background:#fff; bottom:50px; left:-68px; padding:15px 15px 0 15px ;  display:none; width:340px; 	direction: ltr; }
.pagination .pageLibrary > li.libPage > .pageFocusBlock.navPadding { padding:75px 0 0 0;}
.pagination .pageLibrary > li.libPage > .pageFocusBlock > * { float: left; }
.pagination .pageLibrary > li.libPage > .pageFocusBlock:after{ content:""; width:15px; height:15px; background:#FFF; border-right:1px solid #ddd; border-bottom:1px solid #ddd;  position:absolute; bottom:-9px; left:143px; 
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
			transform: rotate(45deg);
   -webkit-box-shadow: 3px 3px 2px 2px #f0f0f0;
	  -moz-box-shadow: 3px 3px 2px 2px #f0f0f0;
		   box-shadow: 3px 3px 2px 2px #f0f0f0;
}
.pagination .pageLibrary > li.libPage > .pageFocusBlock .flex-direction-nav { position:absolute; top:20px; list-style:none; margin:0; padding:0; width:100%;}
.pagination .pageLibrary > li.libPage > .pageFocusBlock .flex-direction-nav li { list-style:none; margin:0; padding:0;}
.pagination .pageLibrary > li.libPage > .pageFocusBlock  .flex-direction-nav li a { width: 37px; height: 37px; display: block; position: absolute; z-index: 10; text-align:center; border: 1px solid #ddd; font-size:18px; }
.pagination .pageLibrary > li.libPage > .pageFocusBlock .flex-direction-nav li a:before { line-height:37px; color: #888888; }
.pagination .pageLibrary > li.libPage > .pageFocusBlock .flex-direction-nav .flex-prev { left:15px;}
.pagination .pageLibrary > li.libPage > .pageFocusBlock .flex-direction-nav .flex-next { right:15px;}
.pagination .pageLibrary > li.libPage > .pageFocusBlock .sc_slider{ width: 340px; height:225px; overflow: hidden;}
.pagination .pageLibrary > li.libPage > .pageFocusBlock .pageNumber{  margin:0px;}
.pagination .pageLibrary > li.libPage > .pageFocusBlock .pageNumber table{ font-size:36px; font-weight:100;}
.pagination .pageLibrary > li.libPage > .pageFocusBlock .pageNumber table td{ text-align:center; vertical-align:middle;  padding:0px; margin:0px; width:68px; height:55px;}
.pagination .pageLibrary > li.libPage > .pageFocusBlock .pageNumber table td a{ display:inline-block; text-align:center;}
.pagination .pageLibrary > li.libPage > .pageFocusBlock .pageNumber table td a.active,
.pagination .pageLibrary > li.libPage > .pageFocusBlock .pageNumber table td a:hover{ font-weight:600;}
.pagination .pageLibrary > li.libPage > .pageFocusBlock .pageNumber table td a.active{ color:#222222; cursor:default;}


/* ============================================ Sidebar widgets common styles ============================================ */
.sidebar > .widget,
.sidebar .widgetWrap {	margin:0 0 30px 0;padding-bottom: 30px; }
.sidebar > .widget:last-child,
.sidebar .widgetWrap:last-child {margin: 0;}
.sidebar > .widget:not(.hrShadow) {border-bottom: 1px solid #dddddd;}
.sidebar > .widget:not(.hrShadow):last-child {border-bottom: 0;padding-bottom: 0;}
.sidebar > .widget:last-child {margin-bottom: 25px;}
.woocommerce .sidebar > .widget:not(.hrShadow):last-child {padding-bottom: 30px;}

.sidebar > .widget {
	font: 300 15px/20px 'Roboto',serif;
	letter-spacing: 0.25px;
}


.sidebar .title {
    font-size: 16px;
    color: #272727;
    font-weight: 700;
    padding: 0 0 30px 0;
    text-transform: uppercase;
}

/* If this settings is on - shadow under widget is invisible
.widget_area .widgetWrap { overflow:hidden; }
*/
.widget_area .sc_video_frame {width:100%; height:100%; overflow:hidden;}
.widget_area .sc_video_frame img { width:100%; height:100%;}

.sidebar > .widget > ul,
.widget_area .widgetWrap ul { margin:0px; padding:0px; overflow:hidden;}
.sidebar > .widget > ul > li,
.widget_area .widgetWrap ul > li {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	list-style: outside none none;
	padding: 0;
	position: relative;
}
.sidebar > .widget > ul > li.dropMenu,
.widget_area .widgetWrap ul > li.dropMenu { cursor:pointer;}
.sidebar > .widget > ul > li.dropMenu:before,
.widget_area .widgetWrap ul > li.dropMenu:before { content:'+'; font-size:14px; left:0;}
.sidebar > .widget > ul > li.dropMenu.dropOpen:before
.widget_area .widgetWrap ul > li.dropMenu.dropOpen:before { content:'-'; font-size:16px;}

.widget_subcategories_inner ul li.dropMenu:before { margin-right: 5px;}
.sidebar > .widget > ul > li a,
.widget_area .widgetWrap ul li a { }
.sidebar > .widget > ul > li a:hover,
.widget_area .widgetWrap ul li a:hover { color: #28317e;}
.sidebar > .widget > ul > li a span,
.widget_area .widgetWrap ul > li a span, .widget_area .widgetWrap ul > li span { color:#cecece;}
.sidebar > .widget > ul > li ul,
.widget_area .widgetWrap ul > li ul { padding:0; margin:0; display:none;}
.sidebar > .widget > ul > li ul li,
.widget_area .widgetWrap ul > li ul li { list-style:none; display:block; margin:10px 0 0 0; padding:0 0 0 18px; font-size:13px; line-height:13px; font-weight:300; min-height:13px; position:relative;}
.sidebar > .widget > ul > li ul li:before,
.widget_area .widgetWrap ul > li ul li:before { display: block; position:absolute; left: 0; top: 0; height:13px; width:18px; font-size:8px; line-height:13px;  font-family: "fontello"; content: '\e826'; }
span.rss-date { opacity: 0.6;}

.widget_rss ul li {
    margin-bottom: 15px;
}
.widget_rss a, .recentcomments a {
    color: #1bbde8;
}
.widget_rss span.rss-date, .widget_rss ul li cite {
    opacity: 0.6;
}
.footerStyleDark .widget_area .widgetWrap ul > li:before { color: #E1E1E1}
.footerStyleDark .widget_area .widgetWrap ul > li > a { color: #E1E1E1;}
.footerStyleDark .widget_area .widgetWrap ul > li > a:not(.social_icons):hover > span { color: #ffffff;}

/* Revslider widget */
.widget_area .widgetWrap .rev_slider ul > li { position: absolute; }
.widget_area .widgetWrap .rev_slider ul > li:before { display: none; }

.rev_slider_wrapper .sl_3_logo {top:37px !important;}
.rev_slider_wrapper .sl_3_logo img {height: 67px !important; width: 126px !important;}
.rev_slider_wrapper .sl_1_logo img {height: 34px !important;width: 86px !important;}

.logged-in .registered {display: none;}

/* Flickr images */
.flickr_images { overflow:hidden; }


/* Instagram images */
.instagram-pics { overflow:hidden; }

/* Widgets Popular, Recent with thumbs */
.widget_area select {
    border: 1px solid #dddddd;
    color: #888888;
	font-weight:300;
    height: 30px;
    line-height: 30px;
    padding: 4px;
    width: 100%;
}
.widget_area .popular_and_commented_tabs h5 a,
.widget_area .widget_recent_posts h5 a{
	color: inherit;
}
.widget_area article:after { content:''; height:0; clear:both; display:block;}
.widget_area article .post_thumb { width:75px; margin:0 10px 10px 0; float:left;}
.widget_area article .post_thumb img { width:100%;}
.widget_area article .post_title { display:block; position:relative; padding:0 0 6px 0; font-size:14px; line-height:17px; font-weight:300;}
.widget_area article .post_info { margin-bottom: 10px; overflow:hidden; }
.widget_area article .post_info .post_comments,
.widget_area article .post_info .post_author,
.widget_area article .post_info .post_date { font-size:12px; line-height:16px; font-style:italic; display:block; float:left; padding:0 10px 0 0 ;}
.widget_area article .post_info .post_date a { color:#222222;}
.widget_area article .post_info .post_comments a { display:block;}
.widget_area article .post_info .post_comments_icon { display:inline-block;}
.widget_area article .post_info .post_comments_icon:before { width:12px; font-size:12px; height:12px; line-height:14px; display:block; float:left; font-family: "fontello"; content:'\e830'; font-style:normal; margin: 0 5px 0 0 ;}

.footerStyleDark .widget_area article .post_title { color:#dddddd; }
.footerStyleDark .widget_area a:not(.social_icons):hover span,
.footerStyleDark .widget_area .ui-state-active a { color:#ffffff !important; }

/* Widgets Popular, Recent without thumbs */
.widget_area article.no_thumb { margin:0 0 0 20px; padding:0; position:relative;}
.widget_area article.no_thumb + article.no_thumb {padding:10px 0 0 0;}
.widget_area article.no_thumb .post_title:before{ font-family: "fontello"; content: '\e826'; width:20px; height:20px;  position:absolute; left:-20px; top:0px; font-size:10px;}
.widget_area article.no_thumb .post_info .post_comments,
.widget_area article.no_thumb .post_info .post_author,
.widget_area article.no_thumb .post_info .post_date{ font-size:12px; }
.widget_area article.no_thumb .post_info .post_comments a.ico:before{ font-size:14px; margin: 0 10px 0 0 ;}

/* widgets with tabs */
.widget_area .tabs_area ul.tabs { padding:0 0 20px 0; margin:-5px 0 0 0;}
.widget_area .tabs_area ul.tabs:after{ clear: both; height: 0; display: block; content: ''; }
.widget_area .tabs_area ul.tabs > li { float:left; margin:0 20px 0 0; padding:0; text-align: left; }
.widget_area .tabs_area ul.tabs > li > a { text-transform:uppercase; font-size:11px; font-weight:400; padding:0; }
.widget_area .tabs_area ul.tabs > li:before { display:none; }
.widget_area .tabs_area .tab_content { display:none; }

/* tags cloud */
.widget_area .tagcloud a{ position: relative; display: inline-block; height: 28px; line-height: 28px; padding: 0 15px; color: #fff; margin: 1px 3px 6px 1px; font-size: 13px !important; font-weight:400;  z-index: 0;
    border-width: 2px;
    border-style: solid;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
.footerStyleDark .widget_area .tagcloud a { border: 1px solid #888; }
.widget_area .tagcloud a:hover,
.widget_area .tagcloud a:active{
    color: #1bbde8;
    background-color: transparent;}

/* Search form */
.widget_area .searchform label { display:none; }
.widget_area .search-form .search-field { max-width:200px; border-color: #1bbde8;}
.widget_area .search-form .search-field, .widget_area .search-form .search-button { display: inline-block; vertical-align:top; }
.widget_area .search-form .search-button { margin-left: 4px; }
.widget_area .search-form .search-button a { width:20px; height:34px; line-height:34px; padding: 0 10px 0 10px; text-align:center; }
.widget_area .search-form .search-button a:before { float:none; padding:0; line-height:34px; font-size:16px; }

.footerStyleDark .roundButton.light a,
.footerStyleDark input[type="text"],
.footerStyleDark input[type="password"],
.footerStyleDark textarea {
	background-color: #333;
	border-color: #888;
}

/* Widget Calendar */
.footerWidget .widget_calendar,
.sidebar .widget_calendar {
 -webkit-transition: height ease .5s;
    -moz-transition: height ease .5s;
     -ms-transition: height ease .5s;
      -o-transition: height ease .5s;
         transition: height ease .5s; 
}
.sidebar #wp-calendar,
.sidebar .wp-calendar { font-size:16px; font-weight:300;}
.sidebar #wp-calendar th,
.sidebar #wp-calendar td,
.sidebar .wp-calendar th,
.sidebar .wp-calendar td,
.footerWidget #wp-calendar th,
.footerWidget #wp-calendar td,
.footerWidget .wp-calendar th,
.footerWidget .wp-calendar td{  height:37px;  }
.sidebar #wp-calendar tbody td a,
.sidebar .wp-calendar tbody td a{ width:22px;}


#wp-calendar th,
#wp-calendar td,
.wp-calendar th,
.wp-calendar td{ width: 14%; text-align:center; }
#wp-calendar thead tr th,
.wp-calendar thead tr + tr th{ border-style: solid; border-width: 0 0 1px 0; color:#222222;}
.footerWidget #wp-calendar thead tr + tr th,
.footerWidget .wp-calendar thead tr + tr th{ border-color:#c2c2c2; color:#888888;}
#wp-calendar caption,
#wp-calendar thead th,
.wp-calendar thead th { color:#222222;text-transform: uppercase;}
.footerStyleLight .footerWidget #wp-calendar thead th,
.footerStyleLight .footerWidget .wp-calendar thead th { color:#5c5c5c;}
.footerStyleDark .footerWidget #wp-calendar thead th,
.footerStyleDark .footerWidget .wp-calendar thead th { color:#cecece;}
.footerStyleDark .wp-calendar thead .curMonth a {color: #ffffff;}
#wp-calendar thead th span,
.wp-calendar thead th span { color:#888888; }
#wp-calendar thead th.prevMonth .roundButton,
.wp-calendar thead th.prevMonth .roundButton { float:left; }
#wp-calendar thead th.nextMonth .roundButton,
.wp-calendar thead th.nextMonth .roundButton { float:right; }

#wp-calendar tbody td a,
.wp-calendar tbody td a { display:inline-block;}
#wp-calendar tbody td a:hover,
.wp-calendar tbody td a:hover { font-weight:600;}
#wp-calendar tbody td.today a,
.wp-calendar tbody td.today a { font-weight:600; color:#222222;}
#wp-calendar tbody td.today,
.wp-calendar tbody td.today { background:#eee; }
.footerStyleLight .footerWidget #wp-calendar tbody td.today,.footerStyleLight .footerWidget #wp-calendar tbody td.today a,.footerStyleLight .footerWidget .wp-calendar tbody td.today,
.footerStyleLight .footerWidget .wp-calendar tbody td.today a{ color:#000;}
.footerStyleDark .footerWidget #wp-calendar tbody td a,
.footerStyleDark .footerWidget .wp-calendar tbody td a { color: #dcdcdc; }
.footerStyleDark .footerWidget #wp-calendar tbody td a:hover,  .footerStyleDark .footerWidget .wp-calendar tbody td a:hover { color: #ffffff; }
.footerStyleDark .footerWidget #wp-calendar tbody td.today,
.footerStyleDark .footerWidget .wp-calendar tbody td.today { background:#666666; }
.footerStyleDark .footerWidget #wp-calendar tbody td.today,
.footerStyleDark .footerWidget #wp-calendar tbody td.today a,
.footerStyleDark .footerWidget .wp-calendar tbody td.today,
.footerStyleDark .footerWidget .wp-calendar tbody td.today a { color:#dcdcdc;}


/* footer widgets columns */
.footerWidget .columnsWrap + .columnsWrap { margin-top:50px; }

/* topTabs */
.widgetTabs{ overflow:hidden; }
.topTabsWrap{ background: #1bbde8; }
.widgetTabs .tabsButton li a { font-weight:400; }
.widgetTabs .titleHide { display:none; }

/*speedBar*/
.topTabsWrap:after{ height:0; display:block; content:''; clear:both;}
.topTabsWrap .speedBar{
	float: right;
	font-family: "Open sans";
	font-size: 12px;
	padding: 0;
	padding-top: 50px;
    color: #fff;
}
.topTabsWrap .speedBar .current {
  font-weight: 600;
}
.topTabsWrap .speedBar a{ display:inline-block; 
line-height: 1; 
color: #fff; 
text-decoration:none;
	-webkit-transition: all 0.4s ease-out;
	   -moz-transition: all 0.4s ease-out;
	    -ms-transition: all 0.4s ease-out;
	     -o-transition: all 0.4s ease-out;
	        transition: all 0.4s ease-out; 
}
.topTabsWrap .pageTitle{
	float: left;
	padding: 0;	
    line-height: 128px;
	font-weight: 300;
	color: #fff;
}
.topTabsWrap .speedBar a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/*tabsButton*/
.tabsButton { margin:0 0 -1px ; clear:both;}
.tabsButton ul { margin:0px; padding:0px; overflow:hidden; }
.tabsButton ul li { display:block; float:left; height:50px; line-height:50px; margin:1px 1px 0 0;}
.tabsButton ul li + li {margin:1px 1px 0 -1px;}
.tabsButton ul li.ui-state-default:hover a:before,
.tabsButton ul li.ui-tabs-active { border-style: solid; border-color:#ddd; border-width:1px 1px 0 1px; margin:0 0 0 0;  background:#fff;}
.tabsButton ul li a { display:block; height:50px; padding:0px 18px; color:#222222; text-decoration:none;}
.tabsButton ul li a span { display:block; height:50px; line-height:50px; position:relative; z-index:2;}
.tabsButton ul li.ui-tabs-active a { color:#9b9b9b !important;}

	.tabsButton ul li.ui-state-default a {position:relative;}
	.tabsButton ul li.ui-state-default a:before,
	.tabsButton ul li.ui-state-default:hover a:before {content:""; position:absolute; display:block; width:100%;  bottom:0px; left:0px; z-index:1;
		-webkit-transition: height 100ms ease;
		   -moz-transition: height 100ms ease;
		    -ms-transition: height 100ms ease;
		     -o-transition: height 100ms ease;
		       transition: height 100ms ease; }
	.tabsButton ul li.ui-state-default a:before { height:0px;}
	.tabsButton ul li.ui-state-default:hover a:before { height:50px;}

	.tabsButton ul li.ui-state-default.ui-tabs-active a { cursor:default; }	
	.tabsButton ul li.ui-state-default.ui-tabs-active:hover a:before { height:0px; border: none; }

.sc_tabs.widgetTabs .widgetWrap { display: none;}
.widgetTabs .widgetTop { font-size:18px; line-height:24px; font-weight:100; color:#222222; padding:50px 0; overflow:hidden; display:none; }
.widgetTabs .widgetTop ul:not(.tabs) { margin:0px; padding:0; width:50%; float: left; }
.widgetTabs .widgetTop ul:not(.tabs) > li { list-style:none; display:block; padding: 0 50px 0 0; min-height:36px; font-size:30px; line-height:36px; font-weight:100; color:#222222; }
.widgetTabs .widgetTop ul:not(.tabs) > li + li { padding: 36px 50px 0 0; }
.widgetTabs .widgetTop ul:not(.tabs) > li:before{ display: block; float: left; height:36px; width:30px; font-size:18px; line-height:inherit;  font-family: "fontello"; content: '\e826';}
.widgetTabs .widgetTop ul:not(.tabs) > li.dropMenu > ul { display:none;}
.widgetTabs .widgetTop ul:not(.tabs) > li.dropMenu { cursor:pointer;}
.widgetTabs .widgetTop ul:not(.tabs) > li.dropMenu:before{ display: block; float: left; height:36px; width:30px;  line-height:inherit;  content:'+'; font-size:25px; text-align:left; margin:0; font-weight:100;}
.widgetTabs .widgetTop ul:not(.tabs) > li.dropMenu.dropOpen:before{ content:'-';}

.widgetTabs .widgetTop ul:not(.tabs) > li > a { color:#222222; line-height:inherit; }
.widgetTabs .widgetTop ul:not(.tabs) > li > a span { color:#888888;}
.widgetTabs .widgetTop ul:not(.tabs) > li ul { margin:0; width:auto; float: none; display:none; overflow:hidden; }
.widgetTabs .widgetTop > ul:not(.tabs) > li > ul { padding:0 0 0 30px; }
.widgetTabs .widgetTop ul:not(.tabs) > li ul li { list-style:none; display:block; font-size:18px; line-height:24px; font-weight:300; min-height:18px; color:#888888; margin:18px 0 0 0; padding:0;}
.widgetTabs .widgetTop ul:not(.tabs) > li ul li:before { display: block; float: left; height:18px; width:18px; font-size:13px; line-height:inherit; font-family: "fontello"; content: '\e826'; }
.widgetTabs .widgetTop ul:not(.tabs) > li ul li > a { color:#888888; }

.widgetTabs .widgetTop ul:not(.tabs) > li div { font-size:24px; line-height:36px; }

/* RSS */
.widgetTabs .widgetTop.widget_rss ul:not(.tabs) > li,
.widgetTabs .widgetTop.widget_rss ul:not(.tabs) > li div { font-size:18px; line-height:24px; font-weight:300; color:#646464; }
.widgetTabs .widgetTop.widget_rss ul:not(.tabs) > li div { margin: 6px 0 0 30px; }
.widgetTabs .widgetTop.widget_rss ul:not(.tabs) > li + li { margin-top: 30px; padding-top:30px; border-top:1px solid #ddd; }

/* Search */
.widgetTabs .widgetTop .search-form { text-align:center; }
.widgetTabs .widgetTop .search-form .search-field { width:50%; margin-right:10px; height:50px; line-height:50px; font-size:32px; font-weight:300; vertical-align:top; }
.widgetTabs .widgetTop .search-form .search-button { height:50px; line-height:50px; width:50px; text-align:center; vertical-align:top; }
.widgetTabs .widgetTop .search-form .search-button > a { height:48px; line-height:48px; width:48px; text-align:center; padding:0; margin:0; }
.widgetTabs .widgetTop .search-form .search-button > a:before { padding:0 0 0 8px; margin:0; line-height:inherit; width:auto; color:#bbbbbb; font-weight:300; }

/* Tags cloud */
.widgetTabs .widgetTop .tagcloud a { display: inline-block; height: 28px; line-height: 28px; padding: 6px 15px; border: 1px solid #ddd; margin: 0 3px 8px 0; font-size: 18px !important; font-weight:300; }
.widgetTabs .widgetTop .tagcloud a:hover,
.widgetTabs .widgetTop .tagcloud a:active{ color: #fff;}

/* Calendar */
.widgetTabs .widgetTop #wp-calendar,
.widgetTabs .widgetTop .wp-calendar { font-size:36px; font-weight:100; padding: 0 0 50px 0; }
.widgetTabs .widgetTop #wp-calendar th,
.widgetTabs .widgetTop #wp-calendar td,
.widgetTabs .widgetTop .wp-calendar th,
.widgetTabs .widgetTop .wp-calendar td{  height:100px;  }
.widgetTabs .widgetTop #wp-calendar tbody td a,
.widgetTabs .widgetTop .wp-calendar tbody td a{ width:50px;}
.widgetTabs .widgetTop #wp-calendar tbody tr + tr td,
.widgetTabs .widgetTop .wp-calendar tbody tr + tr td {border-top-width:1px; border-top-style: solid; border-top-color:#ddd;}

/* THEMEREX - Logo and social icons */
.widgetTabs .widgetTop.widget_socials ul { float: none; width: 100%; overflow:hidden;}
.widgetTabs .widgetTop.widget_socials ul li,
.widgetTabs .widgetTop.widget_socials ul li+li { display: block; float:left; width: 32px; height:32px; margin:0 10px 0 0; padding:0;}
.widgetTabs .widgetTop.widget_socials ul li:before { display: none; }

/* THEMEREX - Flickr photos */
.widgetTabs .widgetTop.widget_flickr .flickr_images { overflow:hidden; }
.widgetTabs .widgetTop.widget_flickr .flickr_badge_image,
.widgetTabs .widgetTop.widget_flickr .flickr_images > a { width: 240px; height:160px; float:left; margin:0 1px 1px 0; }
.widgetTabs .widgetTop.widget_flickr img { width:100%; }

/* THEMEREX - Twitter */
.widgetTabs .widgetTop.widget_twitter ul:not(.tabs) > li { font-size:18px; line-height:30px; font-weight:300; color:#646464; }

/* THEMEREX - Post items */
.widgetTabs .widgetTop .post_item .post_title { font-size:30px; line-height:36px; font-weight:100; padding:0 0 20px 0; position:relative; color:#dddddd; }
.widgetTabs .widgetTop .post_item.with_thumb .post_title { margin-top:-6px; }
.widgetTabs .widgetTop .post_item:not(.with_thumb) .post_title { padding-left: 30px; }
.widgetTabs .widgetTop .post_item:not(.with_thumb) .post_title:before { font-family: "fontello"; content: '\e826'; width:30px; height:72px;  position:absolute; left:0; top:0px; font-size:18px;}
.widgetTabs .widgetTop .post_item + .post_item { border-top:1px solid #ddd; margin:30px 0 0 0; padding:30px 0 0 0;}
.widgetTabs .widgetTop .post_item .post_info { font-size:12px; font-weight:400; }
.widgetTabs .widgetTop .post_item:not(.with_thumb) .post_info { padding-left: 30px; }
.widgetTabs .widgetTop .post_thumb { float:left; margin:0 20px 20px 0; }
.widgetTabs .widgetTop .summaryRating { margin:-10px 0 10px 0; }

/* Instagram photos */
.widgetTabs .widgetTop .instagram-pics { overflow:hidden; }
.widgetTabs .widgetTop .instagram-pics li { width: 240px; height:160px; float:left; margin:0 1px 1px 0; }
.widgetTabs .widgetTop .instagram-pics img { width:100%; }

/* List */
.widget_area ul {
    margin-bottom: 0;
    padding-left: 0;
}
.widget_area ul li {
    position: relative;
    padding-left: 1em;
    margin-top: 0.5em;
}
.widget_area ul ul {
    margin-top: 0.5em;
}

/*Twitter stream*/
.twitBlockWrap { background-color: #60aaea; }
.twitBlock { text-align: center; color: #fff; font-size: 18px; font-weight: 300;}
.twitBlock, .post .twitBlock ul li { line-height:25px; }
.twitBlock .sc_slider { position: relative; height: 180px; }
.twitBlock .sc_slider .swiper-slide { }
/* Slide settings*/
.twitBlock .sc_slider .swiper-slide { padding: 50px; margin: 0 ; box-sizing: border-box; -moz-box-sizing: border-box;  }
.twitBlock .sc_slider .swiper-slide p { margin: 0; padding: 0 20px; }
.twitBlock .sc_slider .swiper-slide a { color: #fff; text-decoration: underline;}
.twitBlock .sc_slider .swiper-slide a.twitAuthor{ font-weight: 600; text-decoration: none; }
.twitBlock .sc_slider .swiper-slide .twitterIco { display: block;  font-family: "fontello"; }
.twitBlock .sc_slider .swiper-slide .twitterIco:before{ content: '\e843'; font-size: 35px; }
/* Direction buttons */
.twitBlock .sc_slider .flex-direction-nav { position: static; top:0; left:0;}
.twitBlock .sc_slider .flex-direction-nav li { width: 40px; height: 100%; display: block; position: absolute; top: 0; bottom:0; z-index: 10; margin:0; }
.twitBlock .sc_slider .flex-direction-nav li:hover a:before { color: #60aaea; background: #fff; }
.twitBlock .sc_slider .flex-direction-nav li a { position: absolute; display: block; width: 37px; height: 100%; top:0; bottom:0; font-size:18px;}
.twitBlock .sc_slider .flex-direction-nav li a:before { font-family: "fontello"; color: #fff; display: block; width: 35px; height: 35px; border: 1px solid #fff; position: absolute; top: 50%; margin: -18px 0 0 0 ; text-align: center; line-height: 35px;}
.twitBlock .sc_slider .flex-direction-nav li a.flex-prev:before{ content: '\e85f'; left: 0;}
.twitBlock .sc_slider .flex-direction-nav li a.flex-next:before{ content: '\e860'; right: 0;}
.twitBlock .sc_slider .flex-direction-nav li { left: 0; }
.twitBlock .sc_slider .flex-direction-nav li+li{ left:auto; right: 0;}


/*contact Social Share*/
.contactFooter { padding:80px 0 68px 0;}
.contactFooter .logo{ display:inline-block; padding:0 0 40px 0; height: auto; font-size:72px;}
.footerStyleDark .contactAddress { color: #cecece;}
.footerStyleLight .contactAddress { color: #151515;}
.contactFooter .contactAddress{ padding:0 0 15px 0;}
.contactFooter .contactAddress:after{ content:''; height:0; display:block; clear:both; }
.contactFooter .contactAddress .addressLeft,
.contactFooter .contactAddress .addressRight{ width:48%; text-align:left; float:right;}
.contactFooter .contactAddress .addressLeft{ text-align:right; float:left;} 
.contactFooter .contactShare ul{ display:none;margin: 0 0 26px; padding:0;}
.contactFooter .contactShare ul li { list-style:none; padding:0px 10px 20px 10px; display:inline-block;}
.contactFooter .contactShare ul li a span,
.contactFooter .contactShare ul li a {
	color: #ffffff;
	display:block;
	overflow:hidden;
	position:relative;
}
.contactFooter .contactShare ul li a:before {
	font-size: 26px;
}
/* Footer styles*/
.footerContentWrap{ clear: both;}
.footerWrap{
	clear:both;
	color: #cecece;
	font-size: 14px;
	line-height: 24px;
	text-align:center;
}
.footerWrap:after{ clear: both; height: 0; display: block; content: '';}
.footerWrap.footerStyleLight { 
  background: #f4f4f4;
  color: #151515;
  border: none;
}
.footerWrap.footerStyleLight { 
	
}
.footerWrap.footerStyleLight .footerWidget{ position: relative; overflow: hidden; }
.footerWrap.footerStyleLight .footerWidget:before{	content:""; position:absolute;  margin:0 50px;  display:block;    top:-22px;	height:20px;    left:10px;    right:10px; z-index:1;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
	   -moz-box-shadow:0 0 10px rgba(0,0,0,0.3);
		    box-shadow:0 0 10px rgba(0,0,0,0.3);

	-webkit-border-radius: 100% / 100%; 
	   -moz-border-radius: 100% / 100%; 
		    border-radius: 100% / 100%;}

.footerWrap.footerStyleDark {background-color: #3c414c;}


/*footerWidget*/
.footerWidget{ padding:117px 0; text-align:left; }
.footerWidget:after{display:block; content:''; clear:both; height:0px; }

.footerWidget .widgetWrap .title{ padding:0 0 39px 0; text-transform: uppercase;}
.footerStyleLight .footerWidget .widgetWrap .title{color:#222222;}
.footerStyleDark .footerWidget .widgetWrap .title{color:#c4c4c4;}

.footerWidget .footLogo{ padding:0 0 20px 0;}
.footerWidget .footLogo a{ display:block;}
.footerWidget .footLogo a img{ height:31px;}

/* Flickr widget */
.widget_area .widget_flickr .flickr_badge_image,
.widget_area .widget_flickr .flickr_images > a { display:block; margin:0 5px 5px 0; width:75px; float:left; position:relative;}
.widget_area .widget_flickr .flickr_badge_image a:before,
.widget_area .widget_flickr .flickr_images > a:before { content:''; display: block; height:100%; width:100%; position:absolute; left:0; top:0; z-index:10;
		opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0);
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-box-shadow: 0 0 50px -1px #000 inset;
	   -moz-box-shadow: 0 0 50px -1px #000 inset;
	        box-shadow: 0 0 50px -1px #000 inset}
.widget_area .widget_flickr .flickr_badge_image a:hover:before,
.widget_area .widget_flickr .flickr_images > a:hover:before {
	  	   opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100);
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.widget_area .widget_flickr .flickr_badge_image a img,
.widget_area .widget_flickr .flickr_images > a img { display:block; width:100%; position:relative; z-index:6;}


/* Instagram widget */
.widget_area .null-instagram-feed .clear > a { display:none; margin: 6px 0 0 0; font-size: 13px; font-style: italic; }
.widget_area .instagram-pics li { display:block; margin:0 5px 5px 0; width:75px; float:left; position:relative; padding:0 !important;}
.widget_area .instagram-pics li:before { display:none !important; }
.widget_area .instagram-pics li a:before { content:''; display: block; height:100%; width:100%; position:absolute; left:0; top:0; z-index:10;
		opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0);
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-box-shadow: 0 0 50px -1px #000 inset;
	   -moz-box-shadow: 0 0 50px -1px #000 inset;
	        box-shadow: 0 0 50px -1px #000 inset}
.widget_area .instagram-pics li a:hover:before{
	  	   opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100);
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.widget_area .instagram-pics li a img{ display:block; width:100%; position:relative; z-index:6;}


.videoBackgroundOverlay .copyWrap { background-color: #ffffff; }
.copyWrap .copy { padding:20px 0 0 0}
.copyWrap .copy:after{ content:''; clear:both; height:0; display:block;}
.copyWrap .copy .copyright{ float: right; min-height:32px; line-height:32px; margin:0 0 20px 0;}


/*google Maps*/
.sc_googlemap{ width:100%; min-height:100px; }

/* contact Form */
.commentsForm .columnsWrap, .comment-respond .columnsWrap, .sc_contact_form .columnsWrap { padding: 0 0 30px 0; }
.commentsForm .message, .comment-respond .message, .sc_contact_form .message { clear:both; padding: 0 0 5px 0; }
.commentsForm input, .comment-respond input, .sc_contact_form input { width:100%; }
.commentsForm textarea, .comment-respond textarea, .sc_contact_form textarea { width: 100%; overflow: hidden; word-wrap: break-word; resize: none; height: 55px; box-sizing: border-box; -moz-box-sizing: border-box; }
.commentsForm .enterBlock, .comment-respond .enterBlock { text-align:right; padding:20px 0 30px 0; }
.commentsForm .enterBlock .roundButton, .comment-respond .enterBlock .roundButton { float:right; }

form .error_fields_class, form input.error_fields_class:focus, form textarea.error_fields_class:focus { border:1px solid #da6f5b ;}
form .sc_infobox { display:none; margin-top:30px; }
.rev_slider_wrapper form .sc_infobox { display:none; margin-top: -16px !important; }
.sc_contact_form .description { padding-bottom: 30px; }

/* contact Form */
.faqForm .columnsWrap{ padding: 0 0 30px 0;}
.faqForm .message{ clear:both; padding: 0 0 5px 0;}
.faqForm input{ width: 100%;}
.faqForm textarea { width: 100%;}
.faqForm .enterBlock{ text-align:right; padding:0 0 30px 0;}
.faqForm .enterBlock .roundButton { float:right;}

.faqForm .messageBlock{ margin: 10px 0 0 0 ;}

/* Custom form */

.sc_contact_form_custom { overflow: hidden; }
.sc_contact_form_custom .label_left input,
.sc_contact_form_custom .label_left label,
.sc_contact_form_custom .label_left textarea { display: inline-block; width: auto; margin-right:0.5em; margin-top:0; vertical-align:middle; }
.sc_contact_form_custom .label_right input,
.sc_contact_form_custom .label_right label,
.sc_contact_form_custom .label_right textarea { display: inline-block; width: auto; margin-left:0.5em; margin-top:0; vertical-align:middle; }
.sc_contact_form_custom .bubble label { padding:8px 12px; background-color:#fafafa; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; line-height:20px; }
.sc_contact_form_custom .bubble label:hover,
.sc_contact_form_custom .bubble label.selected { color: #ffffff; }


/* Form with Phone (no subject) */
.sc_contact_form_contact_2 textarea,
.sc_contact_form_contact_2 input {
	color: #96968c;
	font-size: 15px;
	height: 42px;
	line-height: 42px;
	margin-bottom: 12px;
    background-color: #fafafa;
/*	width: 329px;*/
}
.sc_contact_form_contact_2 textarea {
    height: 162px;
	line-height: 18px;
	padding-top: 8px;
}
.sc_contact_form_contact_2 .columnsWrap { padding-bottom: 0;}

.sc_contact_form_contact_2 .sc_contact_form_button {
	margin: 0 auto;
	padding: 0 0 30px;
}
.sc_contact_form_contact_2 .sc_contact_form_button > div {margin-left: 0;margin-right: 0;}
.sc_contact_form_contact_2 .sc_contact_form_button > div > a {letter-spacing: 1px;}

/* Form with phone, email && subj */
.sc_contact_form_contact_3 textarea,
.sc_contact_form_contact_3 input {
	background-color: #fff;
	border: none;
	border-left: 1px solid rgba(0,0,0,0.15);
	border-top: 1px solid rgba(0,0,0,0.15);
	color: #8f8f8f;
	font-size: 14px;
	font-weight: 300;
	height: 34px;
	line-height: 34px;
	margin-bottom: 12px;
	position:relative;
}
.sc_contact_form_contact_3 input + input {margin-top: 10px;}
.sc_contact_form_contact_3 textarea {
	float: left;
	height: 90px;
	line-height: 28px;
	padding: 10px 15px;
	width: 355px;
	width: 100%;
 }
.sc_contact_form_contact_3 textarea:active,
.sc_contact_form_contact_3 textarea:focus,
.sc_contact_form_contact_3 input:active,
.sc_contact_form_contact_3 input:focus {
	background-color: #ffffff;
}

.sc_contact_form_contact_3 .columnsWrap {margin-right: 0;}
.sc_contact_form_contact_3 .sc_column_item_3 {margin-right: 0; width: 48.9%;}
.sc_contact_form_contact_3 .sc_contact_form_button {}
.sc_contact_form_contact_3 .sc_contact_form_button .roundButton > a {
  height: 90px;
  line-height: 90px;
	padding: 0 34px;
}
.sc_contact_form_contact_3 .sc_contact_form_button .roundButton.huge > a:after, .sc_contact_form_contact_3 .sc_contact_form_button .roundButton.huge > a:before {
  height: 90px;
  line-height: 90px;
}
/* ============================================ Under Construction ============================================ */

.sc_countdown ul li { margin-bottom: 0;}

.inputSubmitAnimation {background:#fafafa; height: 35px; width:50px; border: 1px solid #ddd; margin:0 auto; position:relative;
	-webkit-transition: all 0.4s 0.4s ease-in-out;
	   -moz-transition: all 0.4s 0.4s ease-in-out;
	    -ms-transition: all 0.4s 0.4s ease-in-out;
	     -o-transition: all 0.4s 0.4s ease-in-out;
	        transition: all 0.4s 0.4s ease-in-out;
}
.inputSubmitAnimation.sFocus { width:480px; 
	-webkit-transition: all 0.4s ease-out;
	   -moz-transition: all 0.4s ease-out;
	    -ms-transition: all 0.4s ease-out;
	     -o-transition: all 0.4s ease-out;
	        transition: all 0.4s ease-out; 
}
.inputSubmitAnimation .sInput{ height: 35px;width: 100%; padding:0 60px 0 15px; border:none; background:none; top:-50px; position:relative;
	-webkit-transition: all 0.4s ease-out;
	   -moz-transition: all 0.4s ease-out;
	    -ms-transition: all 0.4s ease-out;
	     -o-transition: all 0.4s ease-out;
	        transition: all 0.4s ease-out; 
}
.inputSubmitAnimation.sFocus .sInput { top: 0; 
	-webkit-transition: all 0.4s 0.4s ease-in-out;
	   -moz-transition: all 0.4s 0.4s ease-in-out;
	    -ms-transition: all 0.4s 0.4s ease-in-out;
	     -o-transition: all 0.4s 0.4s ease-in-out;
	        transition: all 0.4s 0.4s ease-in-out;
}
.inputSubmitAnimation .aIco{
    display: inline-block;
    height: 2.222em;
    margin-top: 30px;
    padding: 0 23px;
    font-size: 18px;
    line-height: 2.222em;
    text-align: center;
    color: #fff;
    border-width: 2px;
    border-color: #1bbde8;
    border-style: solid;
}
.inputSubmitAnimation a.sc_emailer_button.aIco:hover {
    color: #1bbde8;
}
.inputSubmitAnimation .aIco:before{ font-family: "fontello"; font-size:20px; text-align:center; line-height:43px; }
.inputSubmitAnimation .aIco.search:before{content: '\e83f';}
.inputSubmitAnimation .aIco.mail:before{content: '\e83b';}

/* ============================================ Page 404 ============================================ */

.page404 { text-align:center; padding-bottom:50px; }
.page404 .titleError{ font-size:150px; height:150px; line-height:150px; font-weight:300; color:#373737;}
.page404 p{ font-weight:300; } 
.page404 .inputSubmitAnimation { width: 210px; margin-bottom: 15px;}
.page404 .inputSubmitAnimation .sInput {
  padding: 0;
  width: 200px;
  margin: 0px 20px 0;
  top: 0;
}
.page404 .inputSubmitAnimation .aIco {
    margin-top: 10px;
    padding: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}
.page404 .inputSubmitAnimation .aIco:hover {
    background-color: inherit;
    color: #1bbde8;
}


/*page404*/
.pageUnderConstruction{ text-align:center;}
.pageUnderConstruction p{ font-weight:300; padding: 0 0 65px 0; } 

/* ============================================ People & Socials  ============================================ */

.sc_team { padding: 0 0 90px 0;}
.sc_team .sc_team_item { overflow:hidden; position:relative; padding: 0 3px 3px 0;}
.sc_team .sc_team_item .sc_team_item_avatar { width:100%; min-height: 225px;; position:relative; overflow:hidden;}
.sc_team .sc_team_item .sc_team_item_avatar:after { content:''; width:100%; height:100%; position:absolute; bottom:0; left:0;  z-index:3; margin:0 0 -150% 0;
		opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; filter: alpha(opacity=70);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
}
.sc_team .sc_team_item .sc_team_item_avatar img{ width:100%; display:block; z-index:2; position:absolute; left:0; top:0;}
.sc_team .sc_team_item .sc_team_item_avatar .sc_team_item_description { position:absolute; padding:40px; left:0; right: 0; bottom:0; z-index:4; overflow:hidden; margin:0 0 -400px 0; color:#fff;text-align: center}
.sc_team .sc_team_item .sc_team_item_info {
    padding: 30px 0 13px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.sc_team_style_2 .sc_team_item:hover .sc_team_item_avatar img {
    -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;
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
}
.sc_team .sc_team_item .sc_team_item_title { font-size: 25px; font-weight: 300; padding:0; text-align:center; text-transform: none; color: #282828;}
.sc_team .sc_team_item .sc_team_item_title a:hover{color: #373737;}
.sc_team .sc_team_item .sc_team_item_position { font-size:12px; text-align:center; font-weight:300; padding:0 0 10px 0;text-transform: uppercase;}

.sc_team .sc_team_item:hover .sc_team_item_avatar { margin:-32px 0 0 0; }
.sc_team .sc_team_item:hover ul { margin:0; }
.sc_team .sc_team_item:hover .sc_team_item_avatar:after { margin:0; }
.sc_team .sc_team_item:hover .sc_team_item_avatar .sc_team_item_description { margin:0; }
.widget_socials .socPage { height: 23px; text-align:left; }
.widget_socials .socPage ul li:before { display:none; }
.copyWrap .socPage { height:23px; float:left;}
.author .socPage ul,
.widget_socials .socPage ul:after,
.copyWrap .socPage ul:after{ content:''; height:0; display:block; clear:both;}
.widget_socials .socPage ul,
.copyWrap .socPage ul { margin:0 0 20px 0; padding: 20px 0 0; text-align:left; height:23px;  }
.sc_team .sc_team_item ul { margin:0 0 -40px 0 ;  width:100%;  padding:0; text-align:center; height:23px;  }
.sc_team_style_2.sc_team .sc_team_item ul {
    margin: 0 0 0px 0;
    visibility: hidden;
    position: absolute;
    bottom: -40px;
    -webkit-transition: all 0.4s 0.4s ease-in-out;
    -moz-transition: all 0.4s 0.4s ease-in-out;
    -ms-transition: all 0.4s 0.4s ease-in-out;
    -o-transition: all 0.4s 0.4s ease-in-out;
    transition: all 0.4s 0.4s ease-in-out;
}
.sc_team_style_2.sc_team .sc_team_item:hover ul {
    visibility: visible;
    bottom: 0;
}
.copyWrap .socPage ul {
    padding-top: 0;
    padding-left: 10px;
}

.topWrap .socPage ul li,
.author .socPage ul li,
.copyWrap .socPage ul li,
.widget_socials .socPage ul li,
.sc_team .sc_team_item ul li { list-style:none; padding:0 3px 10px 0; display:inline-block;}
.topWrap .socPage ul li a,
.author .socPage ul li a span,
.copyWrap .socPage ul li a span,
.widget_socials .socPage ul li a span,
.author .socPage ul li a,
.copyWrap .socPage ul li a,
.widget_socials .socPage ul li a,
.sc_team .sc_team_item ul li a span,
.sc_team .sc_team_item ul li a {
	background-color: #59524c;
	color: #ffffff;
	display:block;
	font-size: 12px;
	height:23px;
	line-height:23px;
	overflow:hidden;
	position:relative;
	text-align: center;
	text-indent:0;
	width:23px;
	z-index: 1;
    opacity: 0.8;
}
.topWrap .socPage ul li a:after,
.author .socPage ul li a span:after,
 .copyWrap .socPage ul li a span:after,
 .widget_socials .socPage ul li a span:after,
 .author .socPage ul li a:after,
 .copyWrap .socPage ul li a:after,
 .widget_socials .socPage ul li a:after,
 .sc_team .sc_team_item ul li a span:after,
 .sc_team .sc_team_item ul li a:after {
	-webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1) inset;
	content: '';
	height: 23px;
	position: absolute;
	bottom: 0;right:0;left:0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 100%;
	z-index: -1;
 }
.topWrap .socPage ul li a:hover:after,
.author .socPage ul li a span:hover:after,
.copyWrap .socPage ul li a span:hover:after,
.widget_socials .socPage ul li a span:hover:after,
.author .socPage ul li a:hover:after,
.copyWrap .socPage ul li a:hover:after,
.widget_socials .socPage ul li a:hover:after,
.sc_team .sc_team_item ul li a span:hover:after,
.sc_team .sc_team_item ul li a:hover:after {
	-webkit-box-shadow: 0 -23px 0 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 -23px 0 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 -23px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.topWrap .socPage ul li a:hover,
.author .socPage ul li a span:hover,
.copyWrap .socPage ul li a span:hover,
.widget_socials .socPage ul li a span:hover,
.author .socPage ul li a:hover,
.copyWrap .socPage ul li a:hover,
.widget_socials .socPage ul li a:hover,
.sc_team .sc_team_item ul li a span:hover,
.sc_team .sc_team_item ul li a:hover {background-color: #999999;color: #ffffff;text-decoration: none;}
.widget_socials .socPage ul li a span,
.author .socPage ul li a span,
.copyWrap .socPage ul li a span,
.sc_team .sc_team_item ul li a span { position:absolute; left:0; top:0;
		background-repeat: no-repeat;  background-position: 0 -32px;
		opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0);
		 /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
}
.widget_socials .socPage ul li a:hover span,
.author .socPage ul li a:hover span,
.copyWrap .socPage ul li a:hover span,
.sc_team .sc_team_item ul li a:hover span {
  	   opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100);
		 /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
}



/*upToScroll*/
.upToScroll { position: fixed; display: inline-block; height: 48px; bottom: -50px; right: 30px; background: #fff; border: 1px solid #ddd; cursor: pointer; z-index: 1001; }
.upToScroll.buttonShow{ bottom: 30px;}
.upToScroll a { display: inline-block; width: 48px; height: 48px; font-size: 20px; line-height: 48px; text-align: center; color:#888888; }
.upToScroll a:before { font-size:inherit; line-height:inherit; padding:0; margin:0; }
.upToScroll a.addBookmark { border-right: 1px solid #dddddd;  }

/*pre code*/
pre.code{ border-left-width: 3px; border-left-style: solid; font-size: 12px; padding: 10px 20px; background: #fcfcfc; margin: 0;}
.mfp-content pre { white-space:pre-wrap; overflow-y:visible; overflow-x: hidden; width:98%; }

/* ============================================ PopUps  ============================================ */

/*standard popUp*/
.user-popUp{  position: relative; background: #FFF; padding: 0; width:auto; max-width: 600px; margin: 20px auto; border: 1px solid #ddd; }
.user-popUp .sc_tabs{ margin: 0;}
.user-popUp .mfp-close{ display: none;}
.user-popUp ul.loginHeadTab{ height: 75px; padding: 0; margin: 0; }
.user-popUp ul.loginHeadTab:after{content: ''; height: 0; display: block;  clear: both;}
.user-popUp ul.loginHeadTab li{ list-style: none; display: block; background-color: #fafafa; width: 50%; float: left; white-space: nowrap; }
.user-popUp ul.loginHeadTab li a{ display: block; height: 74px; border-width: 0 0 1px 0; border-style: solid; border-color: #ddd; color: #a2a7b4; font-size: 23px; text-align: center; line-height: 74px; font-weight: 300; overflow: hidden;}
.user-popUp ul.loginHeadTab li a:before{ font-family: "fontello"; display: inline-block; padding: 0 10px 0 0; font-size: 14px; line-height: 14px;}
.user-popUp ul.loginHeadTab li a.loginFormTab:before{ content: '\e896';}
.user-popUp ul.loginHeadTab li a.registerFormTab:before{ content: '\e895';}
.user-popUp ul.loginHeadTab li + li a { border-width: 0 0 1px 1px; border-style: solid; border-color: #ddd;}
.user-popUp ul.loginHeadTab li.ui-tabs-active{ background-color: #fff; position: relative;}
.user-popUp ul.loginHeadTab li.ui-tabs-active:before{ content: ''; height: 4px; display: block; width: 100%; position: absolute; left: -1px; top: -1px; padding: 0 2px 0 0; z-index: 1050; }
.user-popUp ul.loginHeadTab li + li.ui-tabs-active:before{ left: 0; padding: 0 1px 0 0;}
.user-popUp ul.loginHeadTab li.ui-tabs-active a{ border-bottom-color: #fff; color: #4d5770;}

.user-popUp .formItems{ padding: 40px; }
.user-popUp .formItems form{ padding: 0; margin: 0; position:relative; }
.user-popUp .formItems:after{ content: ''; height: 0; display: block; clear: both; }

.user-popUp .formItems .itemformRight { float: left; width: 50%;}
.user-popUp .formItems .itemformLeft { float: left; width: 50%;}

.user-popUp .formItems.loginFormBody{ margin: 0 -1px 0 0 ; }
.user-popUp .formItems.loginFormBody .itemformLeft{ border-right: 1px solid #ddd; }
.user-popUp .formItems.loginFormBody .itemformLeft ul{ padding: 0 30px 0 0;}
.user-popUp .formItems.loginFormBody .itemformRight{ margin: 0 -1px 0 0 ;  }
.user-popUp .formItems.loginFormBody .itemformRight ul{ padding: 0 0 0 30px;}

.user-popUp .formItems.registerFormBody .itemformLeft ul{ padding: 0 2px 0 0;}
.user-popUp .formItems.registerFormBody .itemformRight ul{ padding: 0 0 0 2px;}

.user-popUp .formItems.loginFormBody .remember{ color: #99a2ac; font-size: 12px; height: 15px; line-height: 15px; padding: 20px 0; }
.user-popUp .formItems.loginFormBody .remember #rememberme{ float: left; vertical-align: middle; margin: 0 5px 0 0; padding: 0;}
.user-popUp .formItems.loginFormBody .remember label{ float: left; vertical-align: middle;}
.user-popUp .formItems.loginFormBody .remember .forgotPwd { float: right; }
.user-popUp .formItems.loginFormBody .remember .forgotPwd:hover { color: #888888; }

.user-popUp .formItems.registerFormBody .i-agree{ color: #99a2ac; font-size: 12px; height: 15px; line-height: 15px; padding: 20px 0; }
.user-popUp .formItems.registerFormBody .i-agree #i-agree{ float: left; vertical-align: middle; margin: 0 5px 0 0; padding: 0;}
.user-popUp .formItems.registerFormBody .i-agree label{ float: left; vertical-align: middle;}
.user-popUp .formItems.registerFormBody .i-agree a { display: inline-block; margin: 0 0 0 5px;}
.user-popUp .formItems.registerFormBody .i-agree a:hover { color: #888888;}

.user-popUp .formItems.loginFormBody .itemformRight { font-size: 12px;}
.user-popUp .formItems.registerFormBody .itemformRight .formDescription { font-size: 10px; padding-left: 20px;}

.user-popUp .formItems .formList .loginSoc{ padding: 20px 0; height: 32px;}
.user-popUp .formItems .formList .loginSoc .iconLogin{ width: 32px; height: 32px; display: block; float: left; background: #000;}
.user-popUp .formItems .formList .loginSoc .iconLogin + .iconLogin{ margin: 0 0 0 5px;}
.user-popUp .formItems .formList .loginSoc .iconLogin.fb{ background-color: #3b5998; color: #ced5e5;}
.user-popUp .formItems .formList .loginSoc .iconLogin.tw{ background-color: #00acee; color: #bfeafb;}
.user-popUp .formItems .formList .loginSoc .iconLogin.gg{ background-color: #dd4b39; color: #f6d2cd;}
.user-popUp .formItems .formList .loginSoc .iconLogin:before{ font-family: "fontello"; width: 32px; height: 32px; display: block; line-height: 32px; text-align: center;}
.user-popUp .formItems .formList .loginSoc .iconLogin.fb:before{ content: '\e844'; }
.user-popUp .formItems .formList .loginSoc .iconLogin.tw:before{ content: '\e843'; }
.user-popUp .formItems .formList .loginSoc .iconLogin.gg:before{ content: '\e845'; }

.user-popUp .formItems .formList{ margin: 0; padding: 0; }
.user-popUp .formItems .formList li{ list-style: none; display: block;}
.user-popUp .formItems .formList li input[type="text"],
.user-popUp .formItems .formList li input[type="password"]{ width: 100%;  margin: 0 0 3px 0; padding: 0 40px 0 15px}
.user-popUp .formItems .formList li.icon{ overflow: hidden; position: relative;}
.user-popUp .formItems .formList li.icon:before{  width: 36px; height: 26px; position: absolute; top: 50%; margin: -14px 0 0 0; right: 1px; display: block;  z-index: 1; line-height: 26px; text-align: center; font-family: "fontello";border-left: 1px solid #e3e3e3; opacity: 1; }

.user-popUp .formItems .formList li input[type="text"],
.user-popUp .formItems .formList li input[type="password"],
.user-popUp .formItems .formList li.icon:before,
.user-popUp .formItems .formList li .sendEnter{
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out; }

.user-popUp .formItems .formList li.icon.iconFocus:before{ width: 0; right: -5px; content: '';}

.user-popUp .formItems .formList li.icon.formLogin:before{ content: '\e83b'; }
.user-popUp .formItems .formList li.icon.formUser:before{ content: '\e885'; }
.user-popUp .formItems .formList li.icon.formPass:before{ content: '\e887'; }

.user-popUp .formItems .formList li .sendEnter{ display: block; text-decoration: none; border: 1px solid #ddd; height: 38px; line-height: 38px; padding:  0 9px; color: #777777; font-size: 14px; cursor: pointer; font-weight: 300; text-align: center;}
.user-popUp .formItems .formList li .sendEnter:hover{ background-color: #323232; color: #fff; border-color: #323232;}

.user-popUp .formItems .result p {	padding: 0; }
.user-popUp #loginForm .result { position: absolute; top:0; left:0; width:195px; height:45px; z-index:3000; display:none; }
.user-popUp #registerForm .result { position: absolute; top:0; left:0; width:485px; height:45px; z-index:3000; display:none; }

/* forms */
.form-submit { display:none; }
.form-submit {
	text-align:right;
	margin-top: 20px;
}
.form-submit input[type="submit"],
.form-submit input[type="button"] {
	width:auto;
	display: inline-block;
	padding:0 10px;
}
.comments .comment_not_approved { padding: 0 0 10px 0; font-style:italic; font-weight:400; }
.commentsForm #reply-title { display:none; }







/* ============================================ Theme Customizer  ============================================ */

.sc_show_menu_error {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}
#custom_options .co_header {
	position:relative;
}
#custom_options .co_reset_to_default {
	position:absolute;
	display:block;
	width: 20px;
	height:20px;
	line-height:20px;
	text-align:center;
	-webkit-border-radius: 100%; -moz-border-radius:  100%; border-radius: 100%;
	color:#222222;
	right:0;
	top: 12px;
}
#custom_options .co_reset_to_default:before {
	position:static;
	font-size:inherit;
	line-height:inherit;
	margin:0;
	padding:0;
}
#custom_options .co_header .co_title {
	font-weight:400;
	padding-top: 12px;
}
#custom_options .co_options .co_form_row {
	padding:16px 0;
	border-top:1px solid #c9c9c9;	
	position:relative;
	overflow:hidden;
}
#custom_options .co_options .co_form_subrow {
	padding-top:4px;
}
#custom_options .co_options .co_form_subrow:first-child {
	padding-top:10px;
}
#custom_options .co_options .co_form_row .co_label {
	display:inline-block;
	padding-bottom:4px;
	font-weight:400;
	color: #222222;
}
#custom_options .co_options .co_form_row .co_label.one_row {
	font-weight:300;
}

[id^="collorpicker"] {
	z-index:9999;
}

#custom_options .co_options .co_switch_box {
	margin-top:6px;
}
#custom_options .co_options .co_switch_box a {
	color:#222222;
}
#custom_options .co_options .co_switch_box .co_switch_label,
#custom_options .co_options .co_switch_box .switcher,
#custom_options .co_options .co_switch_box .switcher2 {
	display:inline-block;
	float: left;
	height:29px;
	line-height:29px;
	margin-right:10px;
}
#custom_options .co_options .co_switch_box .boxed,
#custom_options .co_options .co_switch_box .fon {
	margin-right:0;
}
#custom_options .co_options .co_switch_box .switcher,
#custom_options .co_options .co_switch_box .switcher2 {
	width: 80px;
	height: 30px;
	background-color:#888888;
	position:relative;
	-webkit-border-radius: 1000px !important; -moz-border-radius:  1000px !important; border-radius: 1000px !important;
}
#custom_options .co_options .co_switch_box .switcher a,
#custom_options .co_options .co_switch_box .switcher2 a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	margin: 3px;
	width:24px;
	height:24px;
	-webkit-border-radius: 100%; -moz-border-radius:  100%; border-radius: 100%;
	background-color:#e2e2e2;
}
#custom_options .co_options #co_bg_color.colorSelector {
	left: 150px;
	top:18px;
}
#custom_options .co_options #co_bg_pattern_list,
#custom_options .co_options #co_bg_images_list {
	margin-top:6px;
}
#custom_options .co_options .co_pattern_wrapper {
	display:block;
	border:1px solid #888888;
	border-radius:1px;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 1px 1px rgba(0, 0, 0, 0.5);	
	width:24px;
	height:24px;
	padding:2px;
	float:left;
	margin:0 8px 8px 0;
	background-color:#dddddd;
}
#custom_options .co_options #co_bg_pattern_list a img {
	border:1px solid #666666;
	width:22px;
	height:22px;
}
#custom_options .co_options #co_bg_images_list a.current,
#custom_options .co_options #co_bg_pattern_list a.current {
}
#custom_options .co_options .co_image_wrapper {
	display:block;
	border:1px solid #888888;
	border-radius:1px;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 1px 1px rgba(0, 0, 0, 0.5);	
	width:50px;
	height:30px;
	padding:2px;
	float:left;
	margin: 0 7px 7px 0;
	background-color:#dddddd;
}
#custom_options .co_options #co_bg_images_list a img {
	border:1px solid #666666;
	width:48px;
	height:28px;
}

.iColorPicker {
	display:inline-block;
    position: relative;
    width: 21px;
    height: 21px;
    background: url(/wp-content/themes/plumbing-company/images/colorpicker.png);
	vertical-align:top;
	margin-left:0;
	margin-right:5px;
	cursor:pointer;
}
.iColorPicker_moreColors {
	display:inline-block;
    width: 14px;
    height: 14px;
	margin-left:2px;
    background: url(/wp-content/themes/plumbing-company/images/colorpicker_morecolors.png);
	vertical-align:middle;
}
table.colorPickerTable td,
table.colorPickerTable th { padding: 0 !important; }

/* Predefined classes for the background texture and/or image */
.texture_bg_1  { background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_1.png); }
.texture_bg_2  { background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_2.png); }
.texture_bg_3  { background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_3.png); }
.texture_bg_4  { background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_4.png); }
.texture_bg_5  { background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_5.png); }
.texture_bg_6  { background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_6.png); }
.texture_bg_7  { background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_7.png); }
.texture_bg_8  { background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_8.png); }
.texture_bg_9  { background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_9.png); }
.texture_bg_10 { background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_10.png); }
.texture_bg_11 { background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_11.png); }
.texture_bg_12 { background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_12.png); }

.overlay_bg_1:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_1.png); }
.overlay_bg_2:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_2.png); }
.overlay_bg_3:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_3.png); }
.overlay_bg_4:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_4.png); }
.overlay_bg_5:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_5.png); }
.overlay_bg_6:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_6.png); }
.overlay_bg_7:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_7.png); }
.overlay_bg_8:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_8.png); }
.overlay_bg_9:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_9.png); }
.overlay_bg_10:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_10.png); }
.overlay_bg_11:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(/wp-content/themes/plumbing-company/images/bg/texture_11.png); }

.bg_pattern_1 { background: url(/wp-content/themes/plumbing-company/images/bg/pattern_1.png) 50% 50% repeat fixed;}
.bg_pattern_2 { background: url(/wp-content/themes/plumbing-company/images/bg/pattern_2.png) 50% 50% repeat fixed;}
.bg_pattern_3 { background: url(/wp-content/themes/plumbing-company/images/bg/pattern_3.png) 50% 50% repeat fixed;}
.bg_pattern_4 { background: url(/wp-content/themes/plumbing-company/images/bg/pattern_4.png) 50% 50% repeat fixed;}
.bg_pattern_5 { background: url(/wp-content/themes/plumbing-company/images/bg/pattern_5.png) 50% 50% repeat fixed;}
.bg_pattern_6 { background: url(/wp-content/themes/plumbing-company/images/bg/pattern_6.png) 50% 50% repeat fixed;}
.bg_pattern_7 { background: url(/wp-content/themes/plumbing-company/images/bg/pattern_7.png) 50% 50% repeat fixed;}
.bg_pattern_8 { background: url(/wp-content/themes/plumbing-company/images/bg/pattern_8.png) 50% 50% repeat fixed;}
.bg_pattern_9 { background: url(/wp-content/themes/plumbing-company/images/bg/pattern_9.png) 50% 50% repeat fixed;}
.bg_pattern_0 { background: url(/wp-content/themes/plumbing-company/images/bg/pattern_0.png) 50% 50% repeat fixed;}

.bg_image_1 { background: url(/wp-content/themes/plumbing-company/images/bg/image_1.jpg) 50% 0% repeat-y fixed;}
.bg_image_2 { background: url(/wp-content/themes/plumbing-company/images/bg/image_2.jpg) 50% 0% repeat-y fixed;}
.bg_image_3 { background: url(/wp-content/themes/plumbing-company/images/bg/image_3.jpg) 50% 0% repeat-y fixed;}
.bg_image_4 { background: url(/wp-content/themes/plumbing-company/images/bg/image_4.jpg) 50% 0% repeat-y fixed;}
.bg_image_5 { background: url(/wp-content/themes/plumbing-company/images/bg/image_5.jpg) 50% 0% repeat-y fixed;}
.bg_image_6 { background: url(/wp-content/themes/plumbing-company/images/bg/image_6.jpg) 50% 0% repeat-y fixed;}
.bg_image_1,
.bg_image_2,
.bg_image_3,
.bg_image_4,
.bg_image_5,
.bg_image_6 {
			background-size: 100% auto; 
	-webkit-background-size: 100% auto; 
	     -o-background-size: 100% auto; 
	   -moz-background-size: 100% auto;
}




/* View more button */
#viewmore.roundButton {
	margin:0 auto;
	padding:0 0 50px 0;
	display:block;
	width:120px;
	overflow:hidden;
}
#viewmore.pagination_infinite {
	visibility:hidden;
	padding:0;
	height:0;
	position:relative;
}
#viewmore_link {
	display:block;
	text-align:center;
	text-transform:uppercase;
	height:36px;
	line-height:36px;
}
#viewmore_link span {
	display:inline-block;
}
#viewmore_link .viewmore_loading {			display:none; margin-right:10px; }
#viewmore_link .viewmore_loading:before {	font-size: 16px; }
#viewmore_link.loading .viewmore_loading {	display:inline-block; }
#viewmore_link.loading .viewmore_text_1 {	display:none; }
#viewmore_link .viewmore_text_2 {			display:none; }
#viewmore_link.loading .viewmore_text_2 {	display:inline-block; }

.content article.viewmore {
	animation: zoomin .5s;
}


/* Timeline slider scrolling */
#timeline_slider.fixed {
	top: 0 !important;
}

/* ============================================ Table of contents  ============================================ */

#toc {
	position:fixed;
	z-index:999;
	top: 0;
	bottom:0;
	right: 0;
	width: 50px;
}
#toc a { color: #fff; }
#toc.toc_no { display:none; }
#toc .toc_inner {
	position:absolute;
	top: 50%;
	right: -50px;
	-webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	        transform:translateY(-50%);
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
#toc.toc_fixed .toc_inner,
#toc:hover .toc_inner {
	right:0;
}
#toc .toc_item {
	position:relative;
	width:50px;
	height:50px;
    background-color: rgba(27,189,232,0.8);
}
#toc .toc_item.toc_separator {
	margin-bottom: 2px;
}
#toc .toc_item.current,
#toc .toc_item:hover {
    background-color: rgba(255,169,0,0.8);
}
#toc .toc_icon {
	position:absolute;
	display:block;
	z-index:2;
	top:0;
	left:0;
	width:50px;
	height: 50px;
	line-height:50px;
	text-align:center;
}
#toc .toc_icon.with_title {
	line-height:50px;
}
#toc .toc_icon:before {
	font-size:18px;
	color:inherit;
	margin:0;
	padding:0;
}
#toc .toc_title {
	position:absolute;
	bottom:3px;
	left:0;
	display:block;
	width: 50px;
	line-height:12px;
	font-size:12px;
}
#toc .toc_description {
    background-color: rgba(255,169,0,0.8);
	color: #ffffff;
	font: 400 12px/16px inherit;
	height:50px;
	line-height:52px;
	min-height: 32px;
	opacity: 0;
	padding: 0 5px 0 25px;
	position:absolute;
	right:-300px;
	top:0;
	width:160px;
	z-index:1;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
#toc .toc_item:hover .toc_description {
	right:50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#toc .toc_description:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	/*content: " ";*/
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color:transparent;
	border-left-color: rgba(128,128,128,0.5);
	border-width: 8px;
	margin-top: -8px; 
}
#toc .toc_description i {
	display: none;
	font-size: 12px;
	line-height: 16px;
	margin-top:-5px;
	text-transform: lowercase;
}

/* ============================================ Booking Calendar  ============================================ */

.booking_day_container {
	height: 138px;
}
.booking_day_container a {
	border: 0;
	height: 138px;
	position: relative;
}
.booking_header_container .booking_select_calendar_container {
	padding: 20px 0 0;
}
.booking_month_container_all {
	display: block;
	height: auto;
	line-height: 70px;
	position: relative;
	text-align: center;
	width: 100%;
}
.booking_month_container_all .booking_month_container {
	display: block;
	height: 70px;
	width: 100%;
}

.booking_month_container_all .booking_month_name, .booking_month_container_all .booking_month_year {
	display: inline-block;
	font:400 48px/54px 'Hind',serif;
	height: inherit;
	margin: 0;
	padding: 0;
	position: static;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}
.booking_month_container_all .booking_month_year {font-size: 70px;}
.booking_month_container_all .booking_month_nav_container {
	float: none;
}
.booking_month_container_all .booking_month_nav_container .booking_mont_nav_button_container {
	height: 70px;
	position: absolute;
	top: 0;
	width: 40px;
	z-index: 1;
}
.booking_month_container_all .booking_month_nav_container #booking_month_nav_prev {
	left: 0;
	margin: 0;
	padding: 0;
}
.booking_month_container_all .booking_month_nav_container #booking_month_nav_prev a:before {
	content: "\e825";
	display: block;
	font-family: "fontello";
	height: 70px;
	width: 40px;
}
.booking_month_container_all .booking_month_nav_container #booking_month_nav_next {
	margin: 0;
	padding: 0;
	right: 0;
}
.booking_month_container_all .booking_month_nav_container #booking_month_nav_next a:before {
	content: "\e826";
	display: block;
	font-family: "fontello";
	height: 70px;
	width: 40px;
}
.booking_month_container_all .booking_month_nav_container .booking_mont_nav_button_container a {
	border-radius: 0;
	display: block;
	height: 70px;
	margin: 0;
	padding: 0;
	width: 40px;
}
.booking_month_container_all .booking_month_nav_container .booking_mont_nav_button_container a img {
	display: none;
}
.booking_main_container * {
	font-family: inherit;
}
.days_container_all {
	margin: 0;
}
.days_container_all:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
.days_container_all .booking_day_container {
	margin: 0 0 5px 5px;
	width: 152px;
}
.booking_calendar_container_all .booking_name_days_container .booking_day_name {
    color: #9ca3a9 !important;
}
.days_container_all .booking_day_number {
    color: #151515 !important;
	display: inline-block;
	font-size: 24px;
	float: left;
	font-weight: 400;
	height: 36px;
	line-height: 24px;
	margin: 0;
	padding: 20px 10px 0 20px;
}
.days_container_all .booking_day_book {
    color: #1bbde8!important;
	display: inline-block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	margin: 22px 0 0 -2px;
	overflow: hidden;
	text-align: center;
	width: 80px;
}
.days_container_all .booking_day_slots {
	background-color: #dcdcdc;
	bottom: 0;
	box-sizing: border-box;
	color: #49423c !important;
	display: block;
	height: 70px;
	line-height: 70px;
	margin: 10px 0 0 3px;
	overflow: hidden;
	padding: 0 20px;
	position: absolute;
	right: 0;
	text-align: left;
	width: 100%;
}
.days_container_all .booking_day_container:hover .booking_day_slots {color: #1bbde8 !important;}
.booking_name_days_container {
	width: 100%;
}
.booking_name_days_container:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
.booking_name_days_container .booking_day_name {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px 3px;
	text-transform: uppercase;
	width: 154px;
}
.booking_box_preview_container_all {
	border: 1px solid #ddd;
}
#booking_container {
	padding: 10px 30px 30px 50px;
    background-color: #f5f5f5;
}
#booking_container:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
#booking_slot_form {
	float: left;
	margin: 0 2% 0 0;
	width: 48%;
}
#booking_slot_form .booking_font_cuprum {
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 0 0;
	height: auto;
	padding: 5px 0;
}
#booking_slot_form .booking_font_cuprum > div {
	line-height: 30px;
	min-height: 30px;
	vertical-align: top;
}
#booking_slot_form .booking_font_cuprum > div:nth-child(1) {
	margin: 2px 0 0;
}
#booking_slot_form .booking_font_cuprum > div:nth-child(2) {
	font-weight: bold;
	min-width: 100px;
	padding-left: 7px;
}
#booking_slot_form .booking_font_cuprum > div:nth-child(3) {
}
#booking_slot_form .booking_font_cuprum > div:nth-child(4) {
}
#booking_slot_form .booking_font_cuprum > div:nth-child(5) {
	display: block;
	margin: 0;
	padding: 5px 0 0;
	width: 100%;
}
#booking_slot_form .booking_font_cuprum select {
	height: 28px;
	line-height: 28px;
	padding: 3px 5px;
}
#booking_slot_form .booking_font_cuprum .booking_cleardiv {
	height: 0 !important;
	min-height: 0;
}
#booking_slot_form .booking_float_right .close_booking {
	display: block;
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: -110%;
	top: -20px;
	width: 30px;
}
#booking_slot_form .booking_float_right .close_booking:before {
	content: "\e81d";
	display: block;
	font-family: "fontello";
	line-height: 30px;
	text-align: center;
	width: 30px;
}
#booking_slot_form .booking_word_space {
	font-size: 15px;
	font-weight: bold;
	padding: 18px 0 0;
}
#booking_slot_form .booking_form_text {
	padding: 10px 0;
	width: 100% !important;
}
#booking_slot_form #booking_next, #booking_slot_form #booking_prev {
	display: none;
}
.content .booking_clear_custom,
#booking_submit_button {
	background: none !important;
	color: #fff !important;
	cursor: pointer !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	height: 35px !important;
	line-height: 35px !important;
	padding: 0 30px !important;
	width: auto !important;
	text-transform: uppercase;
}
#booking_submit_button {margin-left: -12px;}
#booking_submit_button:hover {
    background-color: transparent !important;
    color: #1bbde8 !important;
}
#booking_submit_button, .content .booking_clear_custom, .booking_book_now_custom, .booking_ok_button, .themerex_message_dialog .themerex_message_button {
    background-color: #1bbde8 !important;
    border-color: #1bbde8 !important;
    border-style: solid !important;
    border-width: 2px !important;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;  -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    overflow: visible;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#booking_slot_form {margin-bottom: 20px;padding-top: 8px; position: relative;text-align: left;}

#form_container_all {
	background: none !important;
	float: left;
	margin: 0 0 20px;
	padding: 0 10px;
	width: 47%;
}

#form_container_all > div {
	text-align: left;
	width: 100%;
}
#form_container_all > div + div{ margin-top: 30px;}
#form_container_all > div > div {font-size: 0; line-height: 0;}
#booking_container input:not(#booking_submit_button),
#booking_container textarea,
#booking_calendar_select > select {
	background-color: #f1f1f1 !important;
	border: 1px solid #b4b4b4 !important;
	color: #606060 !important;
	height: 34px !important;
	line-height: 34px !important;
	padding: 0 10px !important;
	width: 100%;
}
#booking_container input:not(#booking_submit_button):focus,
#booking_container textarea:focus,
#booking_calendar_select > select:focus {background-color: #ffffff !important;}
#booking_container input[type="checkbox"]:not(#booking_submit_button) {
	display: block !important;
	height: 30px !important;
	line-height: 30px !important;
	margin: 0 !important;
	width: 14px !important;
}
#booking_container textarea.booking_field_input_custom {
	border: 1px solid #b4b4b4 !important;
	height: auto !important;
	line-height: 18px !important;
	min-height: 115px;
	padding: 15px !important;
}
#booking_container textarea:focus {
	background-color: #ffffff !important;
}

#ok_response {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff !important;
	font-weight: 700;
	height: 35px;
	line-height: 35px;
}

.booking_booked_slot > div {margin-top: 1px !important;}

#booking_day,
#calendar_name { color: #3c454c !important;}
.content .booking_clear_custom{
    background-color: #3c3b43 !important;
    border-color: #3c3b43 !important;
    margin-bottom: 10px;
}

.booking_month_navigation_button_custom:hover,
.booking_month_navigation_button_custom,
.booking_month_container_custom {background-color: #fff !important;}
.content .booking_clear_custom:hover {
	background-color: transparent !important;
	color: #3c3b43 !important;
}
.booking_day_black a > div {color: #b9b9aa !important;}
.booking_day_container.booking_day_black a { background-color: rgba(241, 241, 241, 0.50) !important; }

.booking_day_container.booking_day_black .booking_day_slots {
	background-color: rgba(220, 220, 220, 0.50);}
#booking_slot_form > div > a:hover{color: #1bbde8 !important;}

#booking_slot_form > div > a {color: #818180;}

#booking_slots_popup > img { width: auto !important; }

/* ============================================ Media Elements ============================================ */

/* Media Elements Player
------------------------------------------------------------------------------------ */
.mejs-controls .mejs-time-rail .mejs-time-current { background: #fff !important; }
.mejs-controls .mejs-time-rail .mejs-time-loaded { background: rgba(255,255,255,0.33) !important; }
.mejs-controls .mejs-time-rail .mejs-time-total {  background: none !important; }
.mejs-controls .mejs-time-rail .mejs-time-float { border-color: #eee !important; }


/* Animations
------------------------------------------------------------------------------------ */
@keyframes zoomin {
	0% {
		transform: scale(.1);
		-webkit-transform: scale(.1);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes viewmore {
	0% {
		transform: scale(.1);
		-webkit-transform: scale(.1);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes zoomout {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	100% {
		transform: scale(.1);
		-webkit-transform: scale(.1);
	}
}
@-webkit-keyframes viewmore {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	100% {
		transform: scale(.1);
		-webkit-transform: scale(.1);
	}
}


/* Demo components */
.wooc_demo_icons { float:left;width:24%;text-align:center; margin-bottom:50px; }
.wooc_demo_icons + .wooc_demo_icons { width:25%; border-left:1px solid #dddddd; }
.wooc_demo_icons .sc_icon { margin-bottom:30px; font-size:72px; }

/* Google conversion */
iframe[name="google_conversion_frame"] { height:1px; min-height:0px; display:none; }


/* Debug window */
#debugLog {
	position:fixed;
	z-index:1000000;
	display:block;
	width:100%;
	max-height:400px;
	left:0;
	top:0;
	background:rgba(0,0,0,0.8);
	color:#ffffff;
	overflow:auto;
}
.admin-bar #debugLog { top:32px; }
#debugLogClose {
	position:absolute;
	right:0;
	top:0;
	width:20px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	cursor:pointer;
}
#debugLogContent {
	padding:12px;
}


/* Visual Composer styles
------------------------------------------------------------------------- */
.wpb_row,
.wpb_text_column,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
	margin-bottom:0 !important;
}

h1 .wpb_text_column p, h2 .wpb_text_column p, h3 .wpb_text_column p, h4 .wpb_text_column p, h5 .wpb_text_column p, h6 .wpb_text_column p {
	padding-bottom:0 !important;
}

.tp-static-layers > .bg_transparent:after {
	background: transparent;
	content: "";
	height: 100%;
	left: 0;
	overflow: visible;
	position: absolute;
	top: 0;
	width: 1000%;
}

.tp-static-layers .slider_form_btn_360 {display: none;}

/* form popup */
#form_popup {
	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
	margin: 0 auto !important;
	max-width: 260px!important;
	max-height: 440px !important;
}
#form_popup .sc_contact_form_contact_2 textarea,
#form_popup .sc_contact_form_contact_2 input {font-size: 15px !important;}
#form_popup .sc_contact_form_contact_2 textarea {
	line-height: 18px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
#form_popup .sc_contact_form_contact_2 .sc_contact_form_button > div > a {font-size: 15px !important; line-height: 35px !important;}
#form_popup .sc_contact_form_contact_2 textarea,
#form_popup .sc_contact_form_contact_2 input {width: 260px !important;}
#form_popup .sc_contact_form_contact_2 .sc_contact_form_button > div {margin-left: -66px !important;width: 260px !important;}
#form_popup .sc_infobox, #form_popup .sc_infobox p {font-size: 14px !important;line-height: 18px !important;}

.tparrows {z-index: 1000 !important;}

.centered, .sc_image.centered img {
	margin: 0 auto;
	text-align: center;
}

.sc_team_style_2.sc_team {
    padding-bottom: 63px;
}
.sc_team_style_2 .sc_team_item .sc_team_item_avatar {
    height: 100%;
    max-width: 182px;
    margin: 0 auto;
}
.sc_team_style_2 .sc_team_item .sc_team_item_avatar img {
    position: relative;
}
.sc_team.sc_team_style_2 .sc_team_item .sc_team_item_avatar:after {
    background-color: transparent;
    position: relative;
    margin: 0;
}
.sc_team.sc_team_style_2 .sc_team_item .sc_team_item_info,
.sc_team.sc_team_style_2 .sc_team_item:hover .sc_team_item_info {
    padding: 7px 0 13px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}
.sc_team.sc_team_style_2 .sc_team_item:hover .sc_team_item_avatar {
    margin: 0 auto;
}
.sc_team.sc_team_style_2 .sc_team_item .sc_team_item_avatar img {
    width: auto;
}
.sc_team.sc_team_style_2 .sc_team_item .sc_team_item_title a {
    font-size: 24px;
    font-weight: 600;
    color: #1bbde8;
}
.sc_team.sc_team_style_2 .sc_team_item .sc_team_item_title a:hover {
    color: #3c3b43;
}
.sc_team.sc_team.sc_team_style_2 .sc_team_item .sc_team_item_position {
    font-size: 16px;
    text-transform: capitalize;
    color: #9ca3a9;
}

/* Revo Slides */
.slider_alias_homepage_2 .slotholder {
    1min-height: 450px !important;
}
.fullScreenSlider .bg_form {
    padding: 12.3% 12% 8% 13%;
    background-color: rgba(255,255,255,0.25);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fullScreenSlider .sc_contact_form_contact_2 .sc_contact_form_button {
    padding-bottom: 0;
}
.rev_slider .sc_contact_form .sc_infobox {
    margin-top: -9px !important;
    display: inline-block !important;
    border: none;
    padding: 0 10px;
    height: auto;
    line-height: 21px;
    font-size: 14px;
}
.rev_slider .sc_contact_form_button {
    padding-bottom: 13px;
}
.bg_form .first_line {
    font-size: 2em;
    line-height: 1em;
    font-weight: 500;
    color: #fff;
}
.bg_form .second_line {
    margin-top: 0.2em;
    margin-bottom: 0.6em;
    font-size: 3.200em;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

/* Under Construction */
.sc_countdown_wrapper .flip-clock-wrapper {
    display: inline-block;
}
.sc_countdown .flip-clock-wrapper ul li a div div.inn {
    color: #3c3b43;
}
.flip-clock-wrapper ul li a div.up div.inn,
.flip-clock-wrapper ul li a div.down div.inn {
    color: #3c3b43;
}

.acc-icon-wrapper {
    position: fixed;
    z-index: 200;
}@font-face {
  font-family: 'fontello';
  src: url('/wp-content/themes/plumbing-company/css/fontello/font/fontello.eot?63119524');
  src: url('/wp-content/themes/plumbing-company/css/fontello/font/fontello.eot?63119524#iefix') format('embedded-opentype'),
       url('/wp-content/themes/plumbing-company/css/fontello/font/fontello.woff?63119524') format('woff'),
       url('/wp-content/themes/plumbing-company/css/fontello/font/fontello.ttf?63119524') format('truetype'),
       url('/wp-content/themes/plumbing-company/css/fontello/font/fontello.svg?63119524#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/wp-content/themes/plumbing-company/css/fontello/font/fontello.svg?63119524#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-th:before { content: '\e800'; } /* '' */
.icon-chart-pie:before { content: '\e801'; } /* '' */
.icon-volume-off-1:before { content: '\e802'; } /* '' */
.icon-volume-down-1:before { content: '\e803'; } /* '' */
.icon-volume:before { content: '\e804'; } /* '' */
.icon-volume-up-1:before { content: '\e805'; } /* '' */
.icon-cancel-circled2:before { content: '\e806'; } /* '' */
.icon-cancel-circled:before { content: '\e807'; } /* '' */
.icon-search-1:before { content: '\e808'; } /* '' */
.icon-star-1:before { content: '\e809'; } /* '' */
.icon-tag:before { content: '\e80a'; } /* '' */
.icon-tags:before { content: '\e80b'; } /* '' */
.icon-doc-inv:before { content: '\e80c'; } /* '' */
.icon-key-inv:before { content: '\e80d'; } /* '' */
.icon-star:before { content: '\e80e'; } /* '' */
.icon-search:before { content: '\e80f'; } /* '' */
.icon-video:before { content: '\e810'; } /* '' */
.icon-cancel-1:before { content: '\e811'; } /* '' */
.icon-ok:before { content: '\e812'; } /* '' */
.icon-plus:before { content: '\e813'; } /* '' */
.icon-minus:before { content: '\e814'; } /* '' */
.icon-doc-inv-alt:before { content: '\e815'; } /* '' */
.icon-doc-alt:before { content: '\e816'; } /* '' */
.icon-doc-inv-1:before { content: '\e817'; } /* '' */
.icon-doc:before { content: '\e818'; } /* '' */
.icon-popup:before { content: '\e819'; } /* '' */
.icon-flash:before { content: '\e81a'; } /* '' */
.icon-chart-bar:before { content: '\e81b'; } /* '' */
.icon-spin5:before { content: '\e81c'; } /* '' */
.icon-cancel:before { content: '\e81d'; } /* '' */
.icon-star-empty:before { content: '\e81e'; } /* '' */
.icon-cog:before { content: '\e81f'; } /* '' */
.icon-reply-all:before { content: '\e820'; } /* '' */
.icon-reply:before { content: '\e821'; } /* '' */
.icon-cw-circle:before { content: '\e822'; } /* '' */
.icon-arrows-cw:before { content: '\e823'; } /* '' */
.icon-down-open-big:before { content: '\e824'; } /* '' */
.icon-left-open-big:before { content: '\e825'; } /* '' */
.icon-right-open-big:before { content: '\e826'; } /* '' */
.icon-up-open-big:before { content: '\e827'; } /* '' */
.icon-plus-1:before { content: '\e828'; } /* '' */
.icon-minus-1:before { content: '\e829'; } /* '' */
.icon-plus-circled:before { content: '\e82a'; } /* '' */
.icon-plus-roundd:before { content: '\e82b'; } /* '' */
.icon-minus-circled:before { content: '\e82c'; } /* '' */
.icon-minus-roundd:before { content: '\e82d'; } /* '' */
.icon-trophy:before { content: '\e82e'; } /* '' */
.icon-home:before { content: '\e82f'; } /* '' */
.icon-comment-1:before { content: '\e830'; } /* '' */
.icon-chat:before { content: '\e831'; } /* '' */
.icon-comment-2:before { content: '\e832'; } /* '' */
.icon-chat-1:before { content: '\e833'; } /* '' */
.icon-pencil-1:before { content: '\e834'; } /* '' */
.icon-share:before { content: '\e835'; } /* '' */
.icon-tools:before { content: '\e836'; } /* '' */
.icon-cog-1:before { content: '\e837'; } /* '' */
.icon-phone:before { content: '\e838'; } /* '' */
.icon-heart-1:before { content: '\e839'; } /* '' */
.icon-camera:before { content: '\e83a'; } /* '' */
.icon-email:before { content: '\e83b'; } /* '' */
.icon-eye:before { content: '\e83c'; } /* '' */
.icon-tag-1:before { content: '\e83d'; } /* '' */
.icon-github-circled:before { content: '\e83e'; } /* '' */
.icon-search-2:before { content: '\e83f'; } /* '' */
.icon-youtube-play:before { content: '\e840'; } /* '' */
.icon-behance:before { content: '\e841'; } /* '' */
.icon-skype-1:before { content: '\e842'; } /* '' */
.icon-twitter:before { content: '\e843'; } /* '' */
.icon-facebook:before { content: '\e844'; } /* '' */
.icon-gplus:before { content: '\e845'; } /* '' */
.icon-pinterest:before { content: '\e846'; } /* '' */
.icon-tumblr:before { content: '\e847'; } /* '' */
.icon-linkedin:before { content: '\e848'; } /* '' */
.icon-dribbble:before { content: '\e849'; } /* '' */
.icon-vimeo:before { content: '\e84a'; } /* '' */
.icon-flickr:before { content: '\e84b'; } /* '' */
.icon-paypal-1:before { content: '\e84c'; } /* '' */
.icon-evernote-1:before { content: '\e84d'; } /* '' */
.icon-instagram:before { content: '\e84e'; } /* '' */
.icon-vkontakte:before { content: '\e84f'; } /* '' */
.icon-link:before { content: '\e850'; } /* '' */
.icon-volume-off:before { content: '\e851'; } /* '' */
.icon-volume-down:before { content: '\e852'; } /* '' */
.icon-volume-up:before { content: '\e853'; } /* '' */
.icon-left-open:before { content: '\e854'; } /* '' */
.icon-right-open:before { content: '\e855'; } /* '' */
.icon-down:before { content: '\e856'; } /* '' */
.icon-left-open-mini:before { content: '\e857'; } /* '' */
.icon-right-open-mini:before { content: '\e858'; } /* '' */
.icon-up-open-mini:before { content: '\e859'; } /* '' */
.icon-down-open-mini:before { content: '\e85a'; } /* '' */
.icon-left-open-1:before { content: '\e85b'; } /* '' */
.icon-right-open-1:before { content: '\e85c'; } /* '' */
.icon-down-open:before { content: '\e85d'; } /* '' */
.icon-up-open:before { content: '\e85e'; } /* '' */
.icon-left:before { content: '\e85f'; } /* '' */
.icon-right:before { content: '\e860'; } /* '' */
.icon-up:before { content: '\e861'; } /* '' */
.icon-down-dir:before { content: '\e862'; } /* '' */
.icon-left-dir:before { content: '\e863'; } /* '' */
.icon-right-dir:before { content: '\e864'; } /* '' */
.icon-up-dir:before { content: '\e865'; } /* '' */
.icon-down-bold:before { content: '\e866'; } /* '' */
.icon-left-bold:before { content: '\e867'; } /* '' */
.icon-right-bold:before { content: '\e868'; } /* '' */
.icon-up-bold:before { content: '\e869'; } /* '' */
.icon-down-thin:before { content: '\e86a'; } /* '' */
.icon-left-thin:before { content: '\e86b'; } /* '' */
.icon-right-thin:before { content: '\e86c'; } /* '' */
.icon-up-thin:before { content: '\e86d'; } /* '' */
.icon-to-end:before { content: '\e86e'; } /* '' */
.icon-to-start:before { content: '\e86f'; } /* '' */
.icon-to-start-1:before { content: '\e870'; } /* '' */
.icon-to-end-1:before { content: '\e871'; } /* '' */
.icon-to-start-alt:before { content: '\e872'; } /* '' */
.icon-to-start-2:before { content: '\e873'; } /* '' */
.icon-to-end-alt:before { content: '\e874'; } /* '' */
.icon-to-end-2:before { content: '\e875'; } /* '' */
.icon-pause:before { content: '\e876'; } /* '' */
.icon-stop:before { content: '\e877'; } /* '' */
.icon-fast-fw:before { content: '\e878'; } /* '' */
.icon-fast-bw:before { content: '\e879'; } /* '' */
.icon-eject:before { content: '\e87a'; } /* '' */
.icon-play:before { content: '\e87b'; } /* '' */
.icon-beaker:before { content: '\e87c'; } /* '' */
.icon-diamond:before { content: '\e87d'; } /* '' */
.icon-mobile:before { content: '\e87e'; } /* '' */
.icon-megaphone:before { content: '\e87f'; } /* '' */
.icon-wrench:before { content: '\e880'; } /* '' */
.icon-code:before { content: '\e881'; } /* '' */
.icon-logout:before { content: '\e882'; } /* '' */
.icon-basket:before { content: '\e883'; } /* '' */
.icon-globe:before { content: '\e884'; } /* '' */
.icon-user:before { content: '\e885'; } /* '' */
.icon-login:before { content: '\e886'; } /* '' */
.icon-lock:before { content: '\e887'; } /* '' */
.icon-attach:before { content: '\e888'; } /* '' */
.icon-menu:before { content: '\e889'; } /* '' */
.icon-help:before { content: '\e88a'; } /* '' */
.icon-info:before { content: '\e88b'; } /* '' */
.icon-check:before { content: '\e88c'; } /* '' */
.icon-brush:before { content: '\e88d'; } /* '' */
.icon-quote:before { content: '\e88e'; } /* '' */
.icon-trash-1:before { content: '\e88f'; } /* '' */
.icon-th-list:before { content: '\e890'; } /* '' */
.icon-24h:before { content: '\e891'; } /* '' */
.icon-earth:before { content: '\e892'; } /* '' */
.icon-gift:before { content: '\e893'; } /* '' */
.icon-money:before { content: '\e894'; } /* '' */
.icon-pencil-2:before { content: '\e895'; } /* '' */
.icon-key:before { content: '\e896'; } /* '' */
.icon-dot:before { content: '\e897'; } /* '' */
.icon-doc-1:before { content: '\e898'; } /* '' */
.icon-heart:before { content: '\e899'; } /* '' */
.icon-search-3:before { content: '\e89a'; } /* '' */
.icon-mail:before { content: '\e89b'; } /* '' */
.icon-user-1:before { content: '\e89c'; } /* '' */
.icon-videocam:before { content: '\e89d'; } /* '' */
.icon-camera-1:before { content: '\e89e'; } /* '' */
.icon-photo:before { content: '\e89f'; } /* '' */
.icon-trash:before { content: '\e8a0'; } /* '' */
.icon-globe-1:before { content: '\e8a1'; } /* '' */
.icon-cd:before { content: '\e8a2'; } /* '' */
.icon-desktop:before { content: '\e8a3'; } /* '' */
.icon-sound:before { content: '\e8a4'; } /* '' */
.icon-params:before { content: '\e8a5'; } /* '' */
.icon-money-1:before { content: '\e8a6'; } /* '' */
.icon-attach-1:before { content: '\e8a7'; } /* '' */
.icon-lock-1:before { content: '\e8a8'; } /* '' */
.icon-eye-1:before { content: '\e8a9'; } /* '' */
.icon-thumbs-up:before { content: '\e8aa'; } /* '' */
.icon-comment:before { content: '\e8ab'; } /* '' */
.icon-note:before { content: '\e8ac'; } /* '' */
.icon-cloud:before { content: '\e8ad'; } /* '' */
.icon-fire:before { content: '\e8ae'; } /* '' */
.icon-star-2:before { content: '\e8af'; } /* '' */
.icon-user-md:before { content: '\e8b0'; } /* '' */
.icon-stethoscope:before { content: '\e8b1'; } /* '' */
.icon-ambulance:before { content: '\e8b2'; } /* '' */
.icon-shopping63:before { content: '\e8b3'; } /* '' */
.icon-eyes2:before { content: '\e8b4'; } /* '' */
.icon-scissor8:before { content: '\e8b5'; } /* '' */
.icon-medkit:before { content: '\e8b6'; } /* '' */
.icon-h-sigh:before { content: '\e8b7'; } /* '' */
.icon-smile:before { content: '\e8b8'; } /* '' */
.icon-hospital:before { content: '\e8b9'; } /* '' */
.icon-wrench-1:before { content: '\e8ba'; } /* '' */
.icon-gauge:before { content: '\e8bb'; } /* '' */
.icon-swimming:before { content: '\e8bc'; } /* '' */
.icon-tennis:before { content: '\e8bd'; } /* '' */
.icon-soccer:before { content: '\e8be'; } /* '' */
.icon-pitch:before { content: '\e8bf'; } /* '' */
.icon-basketball:before { content: '\e8c0'; } /* '' */
.icon-baseball:before { content: '\e8c1'; } /* '' */
.icon-skiing:before { content: '\e8c2'; } /* '' */
.icon-bicycle:before { content: '\e8c3'; } /* '' */
.icon-cricket:before { content: '\e8c4'; } /* '' */
.icon-embassy:before { content: '\e8c5'; } /* '' */
.icon-football:before { content: '\e8c6'; } /* '' */
.icon-golf:before { content: '\e8c7'; } /* '' */
.icon-paper-plane:before { content: '\e8c8'; } /* '' */
.icon-graduation-cap:before { content: '\e8c9'; } /* '' */
.icon-iconmonstr-home-6-icon:before { content: '\e8ca'; } /* '' */
.icon-book-open:before { content: '\e8cb'; } /* '' */
.icon-docs:before { content: '\e8cc'; } /* '' */
.icon-map:before { content: '\e8cd'; } /* '' */
.icon-gauge-1:before { content: '\e8ce'; } /* '' */
.icon-docs-1:before { content: '\e8cf'; } /* '' */
.icon-doc-2:before { content: '\e8d0'; } /* '' */
.icon-doc-text:before { content: '\e8d1'; } /* '' */
.icon-file-image:before { content: '\e8d2'; } /* '' */
.icon-file-video:before { content: '\e8d3'; } /* '' */
.icon-file-audio:before { content: '\e8d4'; } /* '' */
.icon-file-code:before { content: '\e8d5'; } /* '' */
.icon-file-archive:before { content: '\e8d6'; } /* '' */
.icon-file-powerpoint:before { content: '\e8d7'; } /* '' */
.icon-file-excel:before { content: '\e8d8'; } /* '' */
.icon-file-word:before { content: '\e8d9'; } /* '' */
.icon-file-pdf:before { content: '\e8da'; } /* '' */
.icon-user-2:before { content: '\e8db'; } /* '' */
.icon-users:before { content: '\e8dc'; } /* '' */
.icon-male:before { content: '\e8dd'; } /* '' */
.icon-female:before { content: '\e8de'; } /* '' */
.icon-video-1:before { content: '\e8df'; } /* '' */
.icon-videocam-1:before { content: '\e8e0'; } /* '' */
.icon-picture:before { content: '\e8e1'; } /* '' */
.icon-th-large:before { content: '\e8e2'; } /* '' */
.icon-lock-open:before { content: '\e8e3'; } /* '' */
.icon-lock-open-alt:before { content: '\e8e4'; } /* '' */
.icon-heart-empty:before { content: '\e8e5'; } /* '' */
.icon-signal:before { content: '\e8e6'; } /* '' */
.icon-battery:before { content: '\e8e7'; } /* '' */
.icon-tape:before { content: '\e8e8'; } /* '' */
.icon-picasa:before { content: '\e8e9'; } /* '' */
.icon-soundcloud:before { content: '\e8ea'; } /* '' */
.icon-umbrella:before { content: '\e8eb'; } /* '' */
.icon-bus:before { content: '\e8ec'; } /* '' */
.icon-ferry:before { content: '\e8ed'; } /* '' */
.icon-airport:before { content: '\e8ee'; } /* '' */
.icon-cafe:before { content: '\e8ef'; } /* '' */
.icon-login-1:before { content: '\e8f0'; } /* '' */
.icon-logout-1:before { content: '\e8f1'; } /* '' */
.icon-users-1:before { content: '\e8f2'; } /* '' */
.icon-thumbs-up-1:before { content: '\e8f3'; } /* '' */
.icon-thumbs-down:before { content: '\e8f4'; } /* '' */
.icon-briefcase:before { content: '\e8f5'; } /* '' */
.icon-print:before { content: '\e8f6'; } /* '' */
.icon-keyboard:before { content: '\e8f7'; } /* '' */
.icon-vcard:before { content: '\e8f8'; } /* '' */
.icon-ccw:before { content: '\e8f9'; } /* '' */
.icon-cw:before { content: '\e8fa'; } /* '' */
.icon-arrows-ccw:before { content: '\e8fb'; } /* '' */
.icon-shuffle:before { content: '\e8fc'; } /* '' */
.icon-switch:before { content: '\e8fd'; } /* '' */
.icon-loop:before { content: '\e8fe'; } /* '' */
.icon-play-1:before { content: '\e8ff'; } /* '' */
.icon-stop-1:before { content: '\e900'; } /* '' */
.icon-pause-1:before { content: '\e901'; } /* '' */
.icon-record:before { content: '\e902'; } /* '' */
.icon-fast-forward:before { content: '\e903'; } /* '' */
.icon-fast-backward:before { content: '\e904'; } /* '' */
.icon-floppy:before { content: '\e905'; } /* '' */
.icon-chart-pie-1:before { content: '\e906'; } /* '' */
.icon-chart-line:before { content: '\e907'; } /* '' */
.icon-chart-bar-1:before { content: '\e908'; } /* '' */
.icon-chart-area:before { content: '\e909'; } /* '' */
.icon-graduation-cap-1:before { content: '\e90a'; } /* '' */
.icon-key-1:before { content: '\e90b'; } /* '' */
.icon-lifebuoy:before { content: '\e90c'; } /* '' */
.icon-monitor:before { content: '\e90d'; } /* '' */
.icon-mobile-1:before { content: '\e90e'; } /* '' */
.icon-trash-2:before { content: '\e90f'; } /* '' */
.icon-camera-2:before { content: '\e910'; } /* '' */
.icon-videocam-alt:before { content: '\e911'; } /* '' */
.icon-mobile-2:before { content: '\e912'; } /* '' */
.icon-mobile-alt:before { content: '\e913'; } /* '' */
.icon-tablet:before { content: '\e914'; } /* '' */
.icon-ipod:before { content: '\e915'; } /* '' */
.icon-qq:before { content: '\e916'; } /* '' */
.icon-dropbox:before { content: '\e917'; } /* '' */
.icon-github:before { content: '\e918'; } /* '' */
.icon-stumbleupon:before { content: '\e919'; } /* '' */
.icon-lastfm:before { content: '\e91a'; } /* '' */
.icon-rdio:before { content: '\e91b'; } /* '' */
.icon-spotify-circled:before { content: '\e91c'; } /* '' */
.icon-flattr:before { content: '\e91d'; } /* '' */
.icon-renren:before { content: '\e91e'; } /* '' */
.icon-sina-weibo:before { content: '\e91f'; } /* '' */
.icon-mixi:before { content: '\e920'; } /* '' */
.icon-google-circles:before { content: '\e921'; } /* '' */
.icon-smashing:before { content: '\e922'; } /* '' */
.icon-sweden:before { content: '\e923'; } /* '' */
.icon-db-shape:before { content: '\e924'; } /* '' */
.icon-logo-db:before { content: '\e925'; } /* '' */
.icon-traffic-cone:before { content: '\e926'; } /* '' */
.icon-darts:before { content: '\e927'; } /* '' */
.icon-earth15:before { content: '\e928'; } /* '' */
.icon-users2:before { content: '\e929'; } /* '' */
.icon-important:before { content: '\e92a'; } /* '' */
.icon-libra4:before { content: '\e92b'; } /* '' */
.icon-briefcase-4:before { content: '\e92c'; } /* '' */
.icon-eagle:before { content: '\e92d'; } /* '' */
.icon-justice:before { content: '\e92e'; } /* '' */
.icon-heart-flag:before { content: '\e92f'; } /* '' */
.icon-search7:before { content: '\e930'; } /* '' */
.icon-crutch3:before { content: '\e931'; } /* '' */
.icon-handcuffs:before { content: '\e932'; } /* '' */
.icon-todoterreno:before { content: '\e933'; } /* '' */
.icon-rss:before { content: '\e934'; } /* '' */
.icon-shopping185:before { content: '\e935'; } /* '' */
.icon-telephone:before { content: '\e936'; } /* '' */
.icon-medkit-2:before { content: '\e937'; } /* '' */
.icon-comment-3:before { content: '\e938'; } /* '' */
.icon-nib:before { content: '\e939'; } /* '' */
.icon-student:before { content: '\e93a'; } /* '' */
.icon-location:before { content: '\e93b'; } /* '' */
.icon-dollar-1:before { content: '\e93c'; } /* '' */
.icon-help-1:before { content: '\e93d'; } /* '' */
.icon-portfolio:before { content: '\e93e'; } /* '' */
.icon-cancel-2:before { content: '\e93f'; } /* '' */
.icon-cancel-3:before { content: '\e940'; } /* '' */
.icon-cross97:before { content: '\e941'; } /* '' */
.icon-arrow395---копия:before { content: '\e942'; } /* '' */
.icon-arrow395:before { content: '\e943'; } /* '' */
.icon-construction3:before { content: '\e944'; } /* '' */
.icon-electric38:before { content: '\e945'; } /* '' */
.icon-faucet1:before { content: '\e946'; } /* '' */
.icon-widescreen:before { content: '\e947'; } /* '' */
.icon-wired:before { content: '\e948'; } /* '' */
.icon-angle-double-left:before { content: '\e949'; } /* '' */
.icon-angle-double-right:before { content: '\e94a'; } /* '' */
.icon-pencil:before { content: '\e94b'; } /* '' */
.icon-speechbubble:before { content: '\e94c'; } /* '' */
.icon-sheet:before { content: '\e94d'; } /* '' */
.icon-circle:before { content: '\e94e'; } /* '' */
.icon-pan:before { content: '\e94f'; } /* '' */
.icon-gas:before { content: '\e950'; } /* '' */
.icon-water-tap:before { content: '\e951'; } /* '' *//*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*
 Theme Name:   Vis-Plumbing
 Description:  Plumbing Child Theme
 Template:     plumbing-company
 Text Domain:  vis-plumbing
*/

/* Universal */
body h2, body .h2 {font-size: 32px;}

/* Header */
body .logo img {max-height:100px;}
body header.fixedTopMenu .topWrap .logo .logo_fixed { max-width: 175px; margin-bottom: 10px; }

/* Nav */
header .topWrap .topMenuStyleLine > ul li.current-menu-item > a {color: #1bbde8;}
.main .menubar-price-container {margin-top: 35px;float:right; color:#fff;font-size: 26px;line-height: 1;}
.main .menubar-price-container a,
.main .menubar-price-container a:hover {color: #fff;text-decoration:none;}
.main .menubar-phone {border:2px solid #fff; border-radius: 30px; text-align: center;padding: 5px 0;margin-top: 7px;}
.main .menubar-phone a {font-size: 29px;font-weight: bold;}
body .topWrap .topMenuStyleLine > ul > li > a {font-weight:normal;padding: 0 9px;}
body .topWrap .topMenuStyleLine > ul {margin-top: 23px;}

/* Sidebar */
.sidebar > .widget > ul > li, .widget_area .widgetWrap ul > li {border-left: 5px solid #1bbde8; line-height: 1.5; margin-bottom: 24px; border-right: 2px solid #BBE5F1; border-bottom:2px solid #BBE5F1; border-top: 1px solid #BBE5f1; padding: 5px;}
body .widget_area .widgetWrap a:hover, body .widget_area .widgetWrap ul > li > a:hover {color:#1bbde8;}

/* Content */
body #topOfPage {margin-bottom: 60px;}
body .post {margin:0;}
body .sidebar {padding:0;}
body .hrShadow {border-bottom:0;}

/* Front Page Edits */
    /* Bullet List */
    .home .main .fp-list {list-style-type: none;}
    .home .main .fp-list li {line-height: 1; margin-bottom:5px; background:#fce8c4; padding:5px; }
    /* Icons under bullet list */
    .home .main #fp-list-icons { margin-top: 30px; }
    .home .main #fp-list-icons p {line-height:1;margin-top:10px;}
    .home .main #fp-list-icons .vc_icon_element {margin-bottom:0;}
    .home .main #fp-list-icons .vc_icon_element .vc_icon_element-inner {border: 2px solid #F79468; }
    /* Large Quote */
    .home .main .fp-quote p {text-align:center;background:#fce8c4;margin-bottom:20px; padding: 23px;font-size: 25px;}
    /* Phone Number Button */
    .home .fp-action .wpb_wrapper {text-align:center;}
    .home .fp-action .sc_button {margin-bottom:15px;}
    .home .fp-action .sc_button.huge a { font-size: 37px; height: auto; line-height: 1; padding: 8px 18px;}

/* Edited Styles Taken from Original Parent Theme */
    .post-password-form input[type="submit"] {background-color: #1bbde8;}

    /*topusermenu_area*/
    .topWrap .usermenu_area {color: #c75e10;}
    .topWrap .usermenu_area a{ color: #c75e10; }
    .topWrap .usermenu_area a:hover{ color: #1bbde8;}
    .menuUsItem.menuItemLeft.text1_left_side,
    .menuUsItem.menuItemRight.text1_right_side {color: #333;}
    .topWrap .usermenu_area ul.usermenu_list > li > .cart_button.sf-with-ul > span:after,
    .topWrap .usermenu_area ul.usermenu_list > li > .cart_button.sf-with-ul > span:before {color:#1bbde8;}


    .post .post_content .post_text_area p a,
    .post .post_content .post_text_area p a:hover { color: #1bbde8; }

    .masonry article .thumb .link-wrapper a{background-color: #1bbde8;}
    .sc_team_item:hover .hoverIcon {color: #1bbde8;}
    .sc_team_item:hover .hoverIcon:hover {background-color: #1bbde8;}
    .fullScreenSlider .tp-caption.small-text-orange { color: #1bbde8;}


    /* WooCommerce */
    .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
    .woocommerce #respond input#submit, .woocommerce #content input.button,
    .woocommerce-page a.button, .woocommerce-page button.button,
    .woocommerce-page input.button, .woocommerce-page #respond input#submit,
    .woocommerce-page #content input.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt,
    .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt,
    .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
        background-color: #1bbde8!important; border-color: #1bbde8!important;
    }
    .sc_button.global.sc_button_style_global > a:hover, .sc_button.global.sc_button_style_global > span:hover,
    .sc_button.mini > a:hover, .sc_button.mini > span:hover, .sc_button.mini > a:hover:after,
    .sc_button.mini > span:hover:after, .sc_button.mini > a:hover:before, .sc_button.mini > span:hover:before {color: #1bbde8;}
    .sc_button.sc_button_style_global.global.transparent > a,
    .sc_button.sc_button_style_global.global.transparent > span { color: #1bbde8;border-color: #1bbde8;}

    .sc_button_style_global > a,
    .sc_button.sc_button_style_global.global.transparent > a:hover,
    .sc_button.sc_button_style_global.global.transparent > span:hover { background-color: #1bbde8;border-color: #1bbde8;}
    .postSharing .share .icon-share.selected, .postSharing .share .icon-share.selected:before {color: #1bbde8;}
    article div:not(.isotopeFiltr) > ul > li.roundButton a:hover:before,
    .sc_button.clear a {color: #1bbde8;}
    .sc_button.clear a:hover,
    .sc_button.clear a:hover:after {color: #1bbde8 !important;}
    #mainmenu .sc_button > a:hover, #mainmenu .sc_button > span:hover {color: #fff;}

    .appointment-btn_menu.sc_button.medium { margin-top: 21px;}
    header.fixedTopMenu .topWrap .menuTopWrap > ul > li.appointment-btn_menu.sc_button.medium {margin-top: 16px;}
    .top_panel_above .fullScreenSlider .topWrap .topMenuStyleLine > ul > li.appointment-btn_menu.sc_button.medium { padding-top: 60px;}
    .top_panel_above .fullScreenSlider header.fixedTopMenu .topWrap .topMenuStyleLine > ul > li.appointment-btn_menu.sc_button.medium {padding: 11px 0; margin-top: 0;}
    #mainmenu .appointment-btn_menu.sc_button.medium > a { border: 2px solid #1bbde8;}

    .appointment-btn_menu.sc_button.medium.current-menu-item > a {color: #1bbde8;}
    #mainmenu .appointment-btn_menu.sc_button.medium > a:hover { color: #1bbde8; border-color: #1bbde8; }
    .roundButton.ico.reply > a:before{ content:'\e831'; font-family: fontello; color: #1bbde8;}
    .pagination > ul > li > a{border-color: #1bbde8;}

    .widget_area .widgetWrap ul li a:hover { color: #1bbde8;}
    .widget_rss a, .recentcomments a { color: #1bbde8; }
    .widget_area .tagcloud a:active{ color: #1bbde8;}

    /* Search form */
    .widget_area .search-form .search-field {border-color: #1bbde8;}

    /* topTabs */
    .topTabsWrap{ background: #1bbde8; }


    .footerWrap.footerStyleDark {background-color: #4e1b00;}

    .inputSubmitAnimation .aIco{border-color: #1bbde8;}
    .inputSubmitAnimation a.sc_emailer_button.aIco:hover { color: #1bbde8; }
    .page404 .inputSubmitAnimation .aIco:hover { color: #1bbde8; }

    .days_container_all .booking_day_book,
    .days_container_all .booking_day_container:hover .booking_day_slots {color: #1bbde8 !important;}
    #booking_submit_button, .content .booking_clear_custom, .booking_book_now_custom, .booking_ok_button,
    .themerex_message_dialog .themerex_message_button {
        background-color: #1bbde8 !important;
        border-color: #1bbde8 !important;}
    #booking_slot_form > div > a:hover{color: #1bbde8 !important;}
    .sc_team.sc_team_style_2 .sc_team_item .sc_team_item_title a {color: #1bbde8;}

    /* Misc Custom */
    .pimg { padding-bottom: 25px; }
    .h4f { padding-bottom: 0; }
    .h4f span { font-size: 15px;}

/* End Original Styles */

/* Slider */
.rev_slider_wrapper .tp-caption .sc_button_style_global a,
.rev_slider_wrapper .sc_button.global.sc_button_style_global>a:hover { color: #fff;}

/* Mobile Styles */
@media screen and (max-width:1167px) {
    .main .menubar-price-container {margin-top: 40px;font-size:22px;}
    .main_content .topTabsWrap .pageTitle {font-size:26px;}
}
@media screen and (max-width:850px) {
    .home .fp-topright, .home .fp-topleft {float:none;width: 100%;}
}
@media screen and (max-width:799px) {
    .main_content .topTabsWrap .pageTitle {padding: 0; font-size:35px; text-align:center;}
    .main .menubar-price-container {line-height: 1;float:none; margin: 25px auto 0;}
    .main_content .topTabsWrap { padding: 30px 0; }
    .main .menubar-price {text-align: center;}
    .main_content .topTabsWrap .speedBar {padding:0; float:none; text-align:center;}
    .main_content .topTabsWrap .speedBar a {margin-bottom:25px;}
}
@media screen and (max-width:479px) {
    .main_content .topTabsWrap .speedBar {padding-top:0;}
    html > body {font-size: 15px;}
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #222222;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #222222;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #222222;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }




/*
====== Zoom effect ======
*/


.mfp-zoom-in {
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
            transform: scale(0.8);
    -webkit-transform: scale(0.8);
            transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;

}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.9;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}/* Popups with messages */
#themerex_modal_bg {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color: rgba(0,0,0,0.3);
	display:none;
	z-index:100000;
}
.themerex_message {
	display:block;
	position:absolute;
	max-width:800px;
	min-width:280px;
	overflow:hidden;
	border-radius:4px;
	border:0;
	background-color:#ffffff;
	color:#4c4c4c;
	opacity:0;
	top:0;left:0;right: 0;
	margin: 0 auto;
	padding:12px;
	line-height:140%;
	z-index:100001
}
body:not(.wp-admin) .themerex_message {width: 190px;}
.themerex_message .themerex_message_close {
	display:block;
	position:absolute;
	width:16px;
	height:16px;
	line-height:16px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	right:6px;
	top:4px;
	cursor:pointer;
	color:#4c4c4c;
}
.themerex_message .themerex_message_icon {
	float:left;
	display:block;
	width:35px;
	height:35px;
	line-height:28px;
	text-align:center;
	border: 4px solid #c9c9c9;
	border-radius:50%;
	margin: 0 20px 6px 0;
	font-size:24px;
	font-weight:bold;
	color:#c9c9c9;
}
.themerex_message .themerex_message_icon:before {
	padding:0;
	margin:0;
}
.themerex_message .themerex_message_header {
	color:#4c4c4c;
	margin:0;
	padding: 0;
	font-size:18px;
	font-weight:bold;
}
.themerex_message:not(.themerex_message_dialog) .themerex_message_body {
	padding:12px 0 0 63px;
}

/* Warning popup */
.themerex_message_warning {
	border-color:#d7a9b1;
	background-color:#ffcdde;
	color:#a63a4b;
}
.themerex_message_warning .themerex_message_close {
	color:#a63a4b;
}
.themerex_message_warning .themerex_message_icon {
	border-color: #a63a4b;
	color:#a63a4b;
}
.themerex_message_warning .themerex_message_icon {
	line-height:34px;
}
.themerex_message_warning .themerex_message_header {
	color:#a63a4b;
}
/* Success popup */
.themerex_message_success {
	border-color:#b3e7a8;
	background-color:#d8ffd0;
	color:#517d48;
}
.themerex_message_success .themerex_message_close {
	color:#517d48;
}
.themerex_message_success .themerex_message_icon {
	border-color: #517d48;
	color:#517d48;
}
.themerex_message_success .themerex_message_icon {
	line-height:34px;
}
.themerex_message_success .themerex_message_header {
	color:#517d48;
}
/* Info popup */
.themerex_message_info {
	border-color:#9ecade;
	background-color:#ebf7fe;
	color:#4cb2e1;
}
.themerex_message_info .themerex_message_close {
	color:#4cb2e1;
}
.themerex_message_info .themerex_message_icon {
	border-color: #4cb2e1;
	color:#4cb2e1;
}
.themerex_message_info .themerex_message_icon {
	line-height:34px;
}
.themerex_message_info .themerex_message_header {
	color:#4cb2e1;
}
/* Dialog popup */
.themerex_message_dialog .themerex_message_icon {
	line-height:36px;
}
.themerex_message_dialog .themerex_message_buttons {
	margin-top:20px;
}
.themerex_message_dialog .themerex_message_button {
	display:inline-block;
	padding:0 12px;
	margin-right:6px;
	min-width:60px;
	height:30px;
	line-height:30px;
	background-color:#4b4b4b;
	border-radius:6px;
	color:#ffffff;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
}
.themerex_message_dialog .themerex_message_button:hover {
	background-color:#4cb2e1;
}
.ih-item {
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ih-item a {
	color: #333;
}
.ih-item a:hover {
	text-decoration: none;
}
.ih-item img {
	width: 100%;
	height: 100%;
}

.ih-item.circle {
	position: relative;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	margin: 0 auto;
}
.ih-item.circle .img {
	position: relative;
	width: 240px;
	height: 240px;
	border-radius: 50%;
}
.ih-item.circle .img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
	border-radius: 50%;
}
.ih-item.circle .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ih-item.round {
	position: relative;
	width: 100%;
	height: 100%;
}
.ih-item.round .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ih-item.circle.effect1 .spinner {
	width: 250px;
	height: 250px;
	border: 10px solid #ecab18;
	border-right-color: #1ad280;
	border-bottom-color: #1ad280;
	border-radius: 50%;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .img {
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 10px;
	right: 0;
	width: auto;
	height: auto;
}
.ih-item.circle.effect1 .img:before {
	display: none;
}
.ih-item.circle.effect1.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect1 .info {
	top: 10px;
	bottom: 0;
	left: 10px;
	right: 0;
	background: #333333;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h4 {
	color: #fff;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect1 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect1 a:hover .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ih-item.circle.effect1 a:hover .info {
	opacity: 1;
}

.ih-item.circle.effect2 .img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect2.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect2 .info {
	background: #333333;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect2 .info h4 {
	color: #fff;
	
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect2 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect2.left_to_right .info {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ih-item.circle.effect2.left_to_right a:hover .img {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.ih-item.circle.effect2.left_to_right a:hover .info {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.circle.effect2.right_to_left .info {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.ih-item.circle.effect2.right_to_left a:hover .img {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.ih-item.circle.effect2.right_to_left a:hover .info {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.circle.effect2.top_to_bottom .info {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.circle.effect2.top_to_bottom a:hover .img {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.ih-item.circle.effect2.top_to_bottom a:hover .info {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.circle.effect2.bottom_to_top .info {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.circle.effect2.bottom_to_top a:hover .img {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.ih-item.circle.effect2.bottom_to_top a:hover .info {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.circle.effect3 .img {
	z-index: 11;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3.colored .info {
	background: #1a4a72;
}
.ih-item.circle.effect3 .info {
	background: #333333;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3 .info h4 {
	color: #fff;
	
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect3 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect3.left_to_right .img {
	-webkit-transform: scale(1) translateX(0);
	-moz-transform: scale(1) translateX(0);
	-ms-transform: scale(1) translateX(0);
	-o-transform: scale(1) translateX(0);
	transform: scale(1) translateX(0);
}
.ih-item.circle.effect3.left_to_right .info {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ih-item.circle.effect3.left_to_right a:hover .img {
	-webkit-transform: scale(0.5) translateX(100%);
	-moz-transform: scale(0.5) translateX(100%);
	-ms-transform: scale(0.5) translateX(100%);
	-o-transform: scale(0.5) translateX(100%);
	transform: scale(0.5) translateX(100%);
}
.ih-item.circle.effect3.left_to_right a:hover .info {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.circle.effect3.right_to_left .img {
	-webkit-transform: scale(1) translateX(0);
	-moz-transform: scale(1) translateX(0);
	-ms-transform: scale(1) translateX(0);
	-o-transform: scale(1) translateX(0);
	transform: scale(1) translateX(0);
}
.ih-item.circle.effect3.right_to_left .info {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.ih-item.circle.effect3.right_to_left a:hover .img {
	-webkit-transform: scale(0.5) translateX(-100%);
	-moz-transform: scale(0.5) translateX(-100%);
	-ms-transform: scale(0.5) translateX(-100%);
	-o-transform: scale(0.5) translateX(-100%);
	transform: scale(0.5) translateX(-100%);
}
.ih-item.circle.effect3.right_to_left a:hover .info {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.circle.effect3.top_to_bottom .img {
	-webkit-transform: scale(1) translateY(0);
	-moz-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	-o-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.ih-item.circle.effect3.top_to_bottom .info {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.circle.effect3.top_to_bottom a:hover .img {
	-webkit-transform: scale(0.5) translateY(100%);
	-moz-transform: scale(0.5) translateY(100%);
	-ms-transform: scale(0.5) translateY(100%);
	-o-transform: scale(0.5) translateY(100%);
	transform: scale(0.5) translateY(100%);
}
.ih-item.circle.effect3.top_to_bottom a:hover .info {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.circle.effect3.bottom_to_top .img {
	-webkit-transform: scale(1) translateY(0);
	-moz-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	-o-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.ih-item.circle.effect3.bottom_to_top .info {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.circle.effect3.bottom_to_top a:hover .img {
	-webkit-transform: scale(0.5) translateY(-100%);
	-moz-transform: scale(0.5) translateY(-100%);
	-ms-transform: scale(0.5) translateY(-100%);
	-o-transform: scale(0.5) translateY(-100%);
	transform: scale(0.5) translateY(-100%);
}
.ih-item.circle.effect3.bottom_to_top a:hover .info {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.circle.effect4 .img {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ih-item.circle.effect4.colored .info {
	background: #1a4a72;
}
.ih-item.circle.effect4 .info {
	background: #333333;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.ih-item.circle.effect4 .info h4 {
	color: #fff;
	
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect4 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect4 a:hover .img {
	opacity: 0;
	pointer-events: none;
}
.ih-item.circle.effect4 a:hover .info {
	visibility: visible;
	opacity: 1;
}

.ih-item.circle.effect4.left_to_right .img {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.ih-item.circle.effect4.left_to_right .info {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ih-item.circle.effect4.left_to_right a:hover .img {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.ih-item.circle.effect4.left_to_right a:hover .info {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.circle.effect4.right_to_left .img {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.ih-item.circle.effect4.right_to_left .info {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.ih-item.circle.effect4.right_to_left a:hover .img {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ih-item.circle.effect4.right_to_left a:hover .info {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.circle.effect4.top_to_bottom .img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ih-item.circle.effect4.top_to_bottom .info {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.circle.effect4.top_to_bottom a:hover .img {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.circle.effect4.top_to_bottom a:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.circle.effect4.bottom_to_top .img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ih-item.circle.effect4.bottom_to_top .info {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.circle.effect4.bottom_to_top a:hover .img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.circle.effect4.bottom_to_top a:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.circle.effect5 {
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	perspective: 900px;
}
.ih-item.circle.effect5.colored .info .info-back {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect5 .info {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ih-item.circle.effect5 .info .info-back {
	visibility: hidden;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	background: #333333;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transform: rotate3d(0, 1, 0, 180deg);
	-moz-transform: rotate3d(0, 1, 0, 180deg);
	-ms-transform: rotate3d(0, 1, 0, 180deg);
	-o-transform: rotate3d(0, 1, 0, 180deg);
	transform: rotate3d(0, 1, 0, 180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ih-item.circle.effect5 .info h4 {
	color: #fff;
	
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect5 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect5 a:hover .info {
	-webkit-transform: rotate3d(0, 1, 0, -180deg);
	-moz-transform: rotate3d(0, 1, 0, -180deg);
	-ms-transform: rotate3d(0, 1, 0, -180deg);
	-o-transform: rotate3d(0, 1, 0, -180deg);
	transform: rotate3d(0, 1, 0, -180deg);
}
.ih-item.circle.effect5 a:hover .info .info-back {
	visibility: visible;
}

.ih-item.circle.effect6 .img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect6.colored .info {
	background: #1a4a72;
}
.ih-item.circle.effect6 .info {
	background: #333333;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect6 .info h4 {
	color: #fff;
	
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect6 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect6.scale_up .info {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.ih-item.circle.effect6.scale_up a:hover .img {
	opacity: 0;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.ih-item.circle.effect6.scale_up a:hover .info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ih-item.circle.effect6.scale_down .info {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.ih-item.circle.effect6.scale_down a:hover .img {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.ih-item.circle.effect6.scale_down a:hover .info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ih-item.circle.effect6.scale_down_up .info {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.35s ease-in-out 0.2s;
	-moz-transition: all 0.35s ease-in-out 0.2s;
	transition: all 0.35s ease-in-out 0.2s;
}
.ih-item.circle.effect6.scale_down_up a:hover .img {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.ih-item.circle.effect6.scale_down_up a:hover .info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ih-item.circle.effect7 .img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.ih-item.circle.effect7.colored .info {
	background: #1a4a72;
}
.ih-item.circle.effect7 .info {
	background: #333333;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.35s ease 0.2s;
	-moz-transition: all 0.35s ease 0.2s;
	transition: all 0.35s ease 0.2s;
}
.ih-item.circle.effect7 .info h4 {
	color: #fff;
	
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect7 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect7 a:hover .img {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.ih-item.circle.effect7 a:hover .info {
	visibility: visible;
	opacity: 1;
}

.ih-item.circle.effect7.left_to_right .info {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ih-item.circle.effect7.left_to_right a:hover .info {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.circle.effect7.right_to_left .info {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.ih-item.circle.effect7.right_to_left a:hover .info {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.circle.effect7.top_to_bottom .info {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.circle.effect7.top_to_bottom a:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.circle.effect7.bottom_to_top .info {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.circle.effect7.bottom_to_top a:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.circle.effect8.colored .info {
	background: #1a4a72;
}
.ih-item.circle.effect8 .img-container {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ih-item.circle.effect8 .img-container .img {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out 0.3s;
}
.ih-item.circle.effect8 .info-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out 0.3s;
}
.ih-item.circle.effect8 .info {
	width: 100%;
	height: 100%;
	background: #333333;
	pointer-events: none;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.35s ease-in-out 0.6s;
	-moz-transition: all 0.35s ease-in-out 0.6s;
	transition: all 0.35s ease-in-out 0.6s;
}
.ih-item.circle.effect8 .info h4 {
	color: #fff;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 45px 0 0 0;
	height: 100px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect8 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect8 a:hover .img-container {
	pointer-events: none;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.ih-item.circle.effect8 a:hover .img-container .img {
	opacity: 0;
	pointer-events: none;
}
.ih-item.circle.effect8 a:hover .info-container {
	opacity: 1;
}
.ih-item.circle.effect8 a:hover .info-container .info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ih-item.circle.effect8.left_to_right .img-container .img {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.ih-item.circle.effect8.left_to_right .info-container {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.ih-item.circle.effect8.left_to_right a:hover .img-container .img {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ih-item.circle.effect8.left_to_right a:hover .info-container {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.circle.effect8.right_to_left .img-container .img {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.ih-item.circle.effect8.right_to_left .info-container {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ih-item.circle.effect8.right_to_left a:hover .img-container .img {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.ih-item.circle.effect8.right_to_left a:hover .info-container {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.circle.effect8.top_to_bottom .img-container .img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ih-item.circle.effect8.top_to_bottom .info-container {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.circle.effect8.top_to_bottom a:hover .img-container .img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.circle.effect8.top_to_bottom a:hover .info-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.circle.effect8.bottom_to_top .img-container .img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ih-item.circle.effect8.bottom_to_top .info-container {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.circle.effect8.bottom_to_top a:hover .img-container .img {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.circle.effect8.bottom_to_top a:hover .info-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.circle.effect9 .img {
	opacity: 1;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.ih-item.circle.effect9.colored .info {
	background: #1a4a72;
}
.ih-item.circle.effect9 .info {
	background: #333333;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.35s ease 0.2s;
	-moz-transition: all 0.35s ease 0.2s;
	transition: all 0.35s ease 0.2s;
}
.ih-item.circle.effect9 .info h4 {
	color: #fff;
	
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect9 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect9 a:hover .img {
	opacity: 0;
	pointer-events: none;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.ih-item.circle.effect9 a:hover .info {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ih-item.circle.effect9.left_to_right .img {
	-webkit-transform: translateX(0) rotate(0);
	-moz-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	-o-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}
.ih-item.circle.effect9.left_to_right a:hover .img {
	-webkit-transform: translateX(100%) rotate(180deg);
	-moz-transform: translateX(100%) rotate(180deg);
	-ms-transform: translateX(100%) rotate(180deg);
	-o-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}

.ih-item.circle.effect9.right_to_left .img {
	-webkit-transform: translateX(0) rotate(0);
	-moz-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	-o-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}
.ih-item.circle.effect9.right_to_left a:hover .img {
	-webkit-transform: translateX(-100%) rotate(-180deg);
	-moz-transform: translateX(-100%) rotate(-180deg);
	-ms-transform: translateX(-100%) rotate(-180deg);
	-o-transform: translateX(-100%) rotate(-180deg);
	transform: translateX(-100%) rotate(-180deg);
}

.ih-item.circle.effect9.top_to_bottom .img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ih-item.circle.effect9.top_to_bottom a:hover .img {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ih-item.circle.effect9.bottom_to_top .img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ih-item.circle.effect9.bottom_to_top a:hover .img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.ih-item.circle.effect10 .img {
	z-index: 11;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10.colored .info {
	background: #1a4a72;
}
.ih-item.circle.effect10 .info {
	background: #333333;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10 .info h4 {
	color: #fff;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect10 .info p {
	color: #fff;
	font-style: italic;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	height:22px;
	overflow:hidden;
}
.ih-item.circle.effect10 a:hover .info {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ih-item.circle.effect10.top_to_bottom .info h4 {
	margin: 0 30px;
	padding: 25px 0 0 0;
	height: 78px;
}
.ih-item.circle.effect10.top_to_bottom .info p {
	margin: 0 30px;
	padding: 5px;
}
.ih-item.circle.effect10.top_to_bottom a:hover .img {
	-webkit-transform: translateY(50px) scale(0.5);
	-moz-transform: translateY(50px) scale(0.5);
	-ms-transform: translateY(50px) scale(0.5);
	-o-transform: translateY(50px) scale(0.5);
	transform: translateY(50px) scale(0.5);
}

.ih-item.circle.effect10.bottom_to_top .info h4 {
	margin: 110px 30px 0;
	padding: 25px 0 0 0;
	height: 78px;
}
.ih-item.circle.effect10.bottom_to_top .info p {
	margin: 0 30px;
	padding: 5px;
}
.ih-item.circle.effect10.bottom_to_top a:hover .img {
	-webkit-transform: translateY(-50px) scale(0.5);
	-moz-transform: translateY(-50px) scale(0.5);
	-ms-transform: translateY(-50px) scale(0.5);
	-o-transform: translateY(-50px) scale(0.5);
	transform: translateY(-50px) scale(0.5);
}

.ih-item.circle.effect11 {
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	perspective: 900px;
}
.ih-item.circle.effect11 .img {
	opacity: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect11.colored .info {
	background: #1a4a72;
}
.ih-item.circle.effect11 .info {
	background: #333333;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.35s ease 0.35s;
	-moz-transition: all 0.35s ease 0.35s;
	transition: all 0.35s ease 0.35s;
}
.ih-item.circle.effect11 .info h4 {
	color: #fff;
	
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect11 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect11 a:hover .img {
	opacity: 0;
}
.ih-item.circle.effect11 a:hover .info {
	visibility: visible;
	opacity: 1;
}

.ih-item.circle.effect11.left_to_right .img {
	-webkit-transform: translateZ(0) rotateY(0);
	-moz-transform: translateZ(0) rotateY(0);
	-ms-transform: translateZ(0) rotateY(0);
	-o-transform: translateZ(0) rotateY(0);
	transform: translateZ(0) rotateY(0);
}
.ih-item.circle.effect11.left_to_right .info {
	-webkit-transform: translateZ(-1000px) rotateY(-90deg);
	-moz-transform: translateZ(-1000px) rotateY(-90deg);
	-ms-transform: translateZ(-1000px) rotateY(-90deg);
	-o-transform: translateZ(-1000px) rotateY(-90deg);
	transform: translateZ(-1000px) rotateY(-90deg);
}
.ih-item.circle.effect11.left_to_right a:hover .img {
	-webkit-transform: translateZ(-1000px) rotateY(90deg);
	-moz-transform: translateZ(-1000px) rotateY(90deg);
	-ms-transform: translateZ(-1000px) rotateY(90deg);
	-o-transform: translateZ(-1000px) rotateY(90deg);
	transform: translateZ(-1000px) rotateY(90deg);
}
.ih-item.circle.effect11.left_to_right a:hover .info {
	-webkit-transform: translateZ(0) rotateY(0);
	-moz-transform: translateZ(0) rotateY(0);
	-ms-transform: translateZ(0) rotateY(0);
	-o-transform: translateZ(0) rotateY(0);
	transform: translateZ(0) rotateY(0);
}

.ih-item.circle.effect11.right_to_left .img {
	-webkit-transform: translateZ(0) rotateY(0);
	-moz-transform: translateZ(0) rotateY(0);
	-ms-transform: translateZ(0) rotateY(0);
	-o-transform: translateZ(0) rotateY(0);
	transform: translateZ(0) rotateY(0);
}
.ih-item.circle.effect11.right_to_left .info {
	-webkit-transform: translateZ(-1000px) rotateY(90deg);
	-moz-transform: translateZ(-1000px) rotateY(90deg);
	-ms-transform: translateZ(-1000px) rotateY(90deg);
	-o-transform: translateZ(-1000px) rotateY(90deg);
	transform: translateZ(-1000px) rotateY(90deg);
}
.ih-item.circle.effect11.right_to_left a:hover .img {
	-webkit-transform: translateZ(-1000px) rotateY(-90deg);
	-moz-transform: translateZ(-1000px) rotateY(-90deg);
	-ms-transform: translateZ(-1000px) rotateY(-90deg);
	-o-transform: translateZ(-1000px) rotateY(-90deg);
	transform: translateZ(-1000px) rotateY(-90deg);
}
.ih-item.circle.effect11.right_to_left a:hover .info {
	-webkit-transform: translateZ(0) rotateY(0);
	-moz-transform: translateZ(0) rotateY(0);
	-ms-transform: translateZ(0) rotateY(0);
	-o-transform: translateZ(0) rotateY(0);
	transform: translateZ(0) rotateY(0);
}

.ih-item.circle.effect11.top_to_bottom .img {
	-webkit-transform: translateZ(0) rotateX(0);
	-moz-transform: translateZ(0) rotateX(0);
	-ms-transform: translateZ(0) rotateX(0);
	-o-transform: translateZ(0) rotateX(0);
	transform: translateZ(0) rotateX(0);
}
.ih-item.circle.effect11.top_to_bottom .info {
	-webkit-transform: translateZ(-1000px) rotateX(90deg);
	-moz-transform: translateZ(-1000px) rotateX(90deg);
	-ms-transform: translateZ(-1000px) rotateX(90deg);
	-o-transform: translateZ(-1000px) rotateX(90deg);
	transform: translateZ(-1000px) rotateX(90deg);
}
.ih-item.circle.effect11.top_to_bottom a:hover .img {
	-webkit-transform: translateZ(-1000px) rotateX(-90deg);
	-moz-transform: translateZ(-1000px) rotateX(-90deg);
	-ms-transform: translateZ(-1000px) rotateX(-90deg);
	-o-transform: translateZ(-1000px) rotateX(-90deg);
	transform: translateZ(-1000px) rotateX(-90deg);
}
.ih-item.circle.effect11.top_to_bottom a:hover .info {
	-webkit-transform: translateZ(0) rotateX(0);
	-moz-transform: translateZ(0) rotateX(0);
	-ms-transform: translateZ(0) rotateX(0);
	-o-transform: translateZ(0) rotateX(0);
	transform: translateZ(0) rotateX(0);
}

.ih-item.circle.effect11.bottom_to_top .img {
	-webkit-transform: translateZ(0) rotateX(0);
	-moz-transform: translateZ(0) rotateX(0);
	-ms-transform: translateZ(0) rotateX(0);
	-o-transform: translateZ(0) rotateX(0);
	transform: translateZ(0) rotateX(0);
}
.ih-item.circle.effect11.bottom_to_top .info {
	-webkit-transform: translateZ(-1000px) rotateX(-90deg);
	-moz-transform: translateZ(-1000px) rotateX(-90deg);
	-ms-transform: translateZ(-1000px) rotateX(-90deg);
	-o-transform: translateZ(-1000px) rotateX(-90deg);
	transform: translateZ(-1000px) rotateX(-90deg);
}
.ih-item.circle.effect11.bottom_to_top a:hover .img {
	-webkit-transform: translateZ(-1000px) rotateX(90deg);
	-moz-transform: translateZ(-1000px) rotateX(90deg);
	-ms-transform: translateZ(-1000px) rotateX(90deg);
	-o-transform: translateZ(-1000px) rotateX(90deg);
	transform: translateZ(-1000px) rotateX(90deg);
}
.ih-item.circle.effect11.bottom_to_top a:hover .info {
	-webkit-transform: translateZ(0) rotateX(0);
	-moz-transform: translateZ(0) rotateX(0);
	-ms-transform: translateZ(0) rotateX(0);
	-o-transform: translateZ(0) rotateX(0);
	transform: translateZ(0) rotateX(0);
}

.ih-item.circle.effect12 .img {
	opacity: 1;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect12.colored .info {
	background: #1a4a72;
}
.ih-item.circle.effect12 .info {
	background: #333333;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect12 .info h4 {
	color: #fff;
	
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect12 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect12 a:hover .img {
	opacity: 0;
	pointer-events: none;
}
.ih-item.circle.effect12 a:hover .info {
	opacity: 1;
	visibility: visible;
}

.ih-item.circle.effect12.left_to_right .img {
	-webkit-transform: translateX(0) rotate(0);
	-moz-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	-o-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}
.ih-item.circle.effect12.left_to_right .info {
	-webkit-transform: translateX(100%) rotate(180deg);
	-moz-transform: translateX(100%) rotate(180deg);
	-ms-transform: translateX(100%) rotate(180deg);
	-o-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}
.ih-item.circle.effect12.left_to_right a:hover .img {
	-webkit-transform: translateX(100%) rotate(180deg);
	-moz-transform: translateX(100%) rotate(180deg);
	-ms-transform: translateX(100%) rotate(180deg);
	-o-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}
.ih-item.circle.effect12.left_to_right a:hover .info {
	-webkit-transform: translateX(0) rotate(0);
	-moz-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	-o-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.ih-item.circle.effect12.right_to_left .img {
	-webkit-transform: translateX(0) rotate(0);
	-moz-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	-o-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}
.ih-item.circle.effect12.right_to_left .info {
	-webkit-transform: translateX(-100%) rotate(-180deg);
	-moz-transform: translateX(-100%) rotate(-180deg);
	-ms-transform: translateX(-100%) rotate(-180deg);
	-o-transform: translateX(-100%) rotate(-180deg);
	transform: translateX(-100%) rotate(-180deg);
}
.ih-item.circle.effect12.right_to_left a:hover .img {
	-webkit-transform: translateX(-100%) rotate(-180deg);
	-moz-transform: translateX(-100%) rotate(-180deg);
	-ms-transform: translateX(-100%) rotate(-180deg);
	-o-transform: translateX(-100%) rotate(-180deg);
	transform: translateX(-100%) rotate(-180deg);
}
.ih-item.circle.effect12.right_to_left a:hover .info {
	-webkit-transform: translateX(0) rotate(0);
	-moz-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	-o-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.ih-item.circle.effect12.top_to_bottom .img {
	-webkit-transform: translateY(0) rotate(0);
	-moz-transform: translateY(0) rotate(0);
	-ms-transform: translateY(0) rotate(0);
	-o-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
}
.ih-item.circle.effect12.top_to_bottom .info {
	-webkit-transform: translateY(-100%) rotate(-180deg);
	-moz-transform: translateY(-100%) rotate(-180deg);
	-ms-transform: translateY(-100%) rotate(-180deg);
	-o-transform: translateY(-100%) rotate(-180deg);
	transform: translateY(-100%) rotate(-180deg);
}
.ih-item.circle.effect12.top_to_bottom a:hover .img {
	-webkit-transform: translateY(-100%) rotate(-180deg);
	-moz-transform: translateY(-100%) rotate(-180deg);
	-ms-transform: translateY(-100%) rotate(-180deg);
	-o-transform: translateY(-100%) rotate(-180deg);
	transform: translateY(-100%) rotate(-180deg);
}
.ih-item.circle.effect12.top_to_bottom a:hover .info {
	-webkit-transform: translateY(0) rotate(0);
	-moz-transform: translateY(0) rotate(0);
	-ms-transform: translateY(0) rotate(0);
	-o-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.ih-item.circle.effect12.bottom_to_top .img {
	-webkit-transform: translateY(0) rotate(0);
	-moz-transform: translateY(0) rotate(0);
	-ms-transform: translateY(0) rotate(0);
	-o-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
}
.ih-item.circle.effect12.bottom_to_top .info {
	-webkit-transform: translateY(100%) rotate(180deg);
	-moz-transform: translateY(100%) rotate(180deg);
	-ms-transform: translateY(100%) rotate(180deg);
	-o-transform: translateY(100%) rotate(180deg);
	transform: translateY(100%) rotate(180deg);
}
.ih-item.circle.effect12.bottom_to_top a:hover .img {
	-webkit-transform: translateY(100%) rotate(180deg);
	-moz-transform: translateY(100%) rotate(180deg);
	-ms-transform: translateY(100%) rotate(180deg);
	-o-transform: translateY(100%) rotate(180deg);
	transform: translateY(100%) rotate(180deg);
}
.ih-item.circle.effect12.bottom_to_top a:hover .info {
	-webkit-transform: translateY(0) rotate(0);
	-moz-transform: translateY(0) rotate(0);
	-ms-transform: translateY(0) rotate(0);
	-o-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.ih-item.circle.effect13.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect13 .info {
	background: #333333;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect13 .info h4 {
	visibility: hidden;
	color: #fff;
	
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect13 .info p {
	visibility: hidden;
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect13 a:hover .info {
	opacity: 1;
}
.ih-item.circle.effect13 a:hover h4 {
	visibility: visible;
}
.ih-item.circle.effect13 a:hover p {
	visibility: visible;
}

.ih-item.circle.effect13.from_left_and_right .info h4 {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ih-item.circle.effect13.from_left_and_right .info p {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.ih-item.circle.effect13.from_left_and_right a:hover h4 {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.ih-item.circle.effect13.from_left_and_right a:hover p {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.circle.effect13.top_to_bottom .info h4 {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.circle.effect13.top_to_bottom .info p {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.circle.effect13.top_to_bottom a:hover h4 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ih-item.circle.effect13.top_to_bottom a:hover p {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.circle.effect13.bottom_to_top .info h4 {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.circle.effect13.bottom_to_top .info p {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.circle.effect13.bottom_to_top a:hover h4 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ih-item.circle.effect13.bottom_to_top a:hover p {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.circle.effect14 {
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	perspective: 900px;
}
.ih-item.circle.effect14 .img {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.ih-item.circle.effect14.colored .info {
	background: #1a4a72;
}
.ih-item.circle.effect14 .info {
	background: #333333;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.35s ease-in-out 0.3s;
	-moz-transition: all 0.35s ease-in-out 0.3s;
	transition: all 0.35s ease-in-out 0.3s;
}
.ih-item.circle.effect14 .info h4 {
	color: #fff;
	
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect14 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect14 a:hover .img {
	opacity: 0;
	visibility: hidden;
}
.ih-item.circle.effect14 a:hover .info {
	visibility: visible;
	opacity: 1;
}

.ih-item.circle.effect14.left_to_right .img {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.ih-item.circle.effect14.left_to_right .info {
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.ih-item.circle.effect14.left_to_right a:hover .img {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.ih-item.circle.effect14.left_to_right a:hover .info {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
}

.ih-item.circle.effect14.right_to_left .img {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.ih-item.circle.effect14.right_to_left .info {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.ih-item.circle.effect14.right_to_left a:hover .img {
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
.ih-item.circle.effect14.right_to_left a:hover .info {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
}

.ih-item.circle.effect14.top_to_bottom .img {
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.ih-item.circle.effect14.top_to_bottom .info {
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.ih-item.circle.effect14.top_to_bottom a:hover .img {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
.ih-item.circle.effect14.top_to_bottom a:hover .info {
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
}

.ih-item.circle.effect14.bottom_to_top .img {
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.ih-item.circle.effect14.bottom_to_top .info {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.ih-item.circle.effect14.bottom_to_top a:hover .img {
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.ih-item.circle.effect14.bottom_to_top a:hover .info {
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
}

.ih-item.circle.effect15 .img {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect15.colored .info {
	background: #1a4a72;
}
.ih-item.circle.effect15 .info {
	background: #333333;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.5) rotate(-720deg);
	-moz-transform: scale(0.5) rotate(-720deg);
	-ms-transform: scale(0.5) rotate(-720deg);
	-o-transform: scale(0.5) rotate(-720deg);
	transform: scale(0.5) rotate(-720deg);
	-webkit-transition: all 0.35s ease-in-out 0.3s;
	-moz-transition: all 0.35s ease-in-out 0.3s;
	transition: all 0.35s ease-in-out 0.3s;
}
.ih-item.circle.effect15 .info h4 {
	color: #fff;
	
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect15 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect15 a:hover .img {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.5) rotate(720deg);
	-moz-transform: scale(0.5) rotate(720deg);
	-ms-transform: scale(0.5) rotate(720deg);
	-o-transform: scale(0.5) rotate(720deg);
	transform: scale(0.5) rotate(720deg);
}
.ih-item.circle.effect15 a:hover .info {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
}

.ih-item.circle.effect16 .img {
	z-index: 11;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect16.colored .info {
	background: #1a4a72;
}
.ih-item.circle.effect16 .info {
	background: #333333;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect16 .info h4 {
	color: #fff;
	
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect16 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect16.left_to_right .img {
	-webkit-transform-origin: 95% 40%;
	-moz-transform-origin: 95% 40%;
	-ms-transform-origin: 95% 40%;
	-o-transform-origin: 95% 40%;
	transform-origin: 95% 40%;
}
.ih-item.circle.effect16.left_to_right .img:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 40%;
	left: 95%;
	margin: -4px 0 0 -4px;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
}
.ih-item.circle.effect16.left_to_right a:hover .img {
	-webkit-transform: rotate(-120deg);
	-moz-transform: rotate(-120deg);
	-ms-transform: rotate(-120deg);
	-o-transform: rotate(-120deg);
	transform: rotate(-120deg);
}

.ih-item.circle.effect16.right_to_left .img {
	-webkit-transform-origin: 5% 40%;
	-moz-transform-origin: 5% 40%;
	-ms-transform-origin: 5% 40%;
	-o-transform-origin: 5% 40%;
	transform-origin: 5% 40%;
}
.ih-item.circle.effect16.right_to_left .img:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 40%;
	left: 5%;
	margin: -4px 0 0 -4px;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
}
.ih-item.circle.effect16.right_to_left a:hover .img {
	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	transform: rotate(120deg);
}

.ih-item.circle.effect17 .info {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect17 .info h4 {
	color: #fff;
	
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect17 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect17 a:hover .img:before {
	box-shadow: inset 0 0 0 110px #333333, inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 0 110px rgba(0, 0, 0, 0.6), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ih-item.circle.effect17 a:hover .info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.circle.effect17 a:hover .info p {
	opacity: 1;
}
.ih-item.circle.effect17.colored a:hover .img:before {
	box-shadow: inset 0 0 0 110px #1a4a72, inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 0 110px rgba(26, 74, 114, 0.6), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ih-item.circle.effect18 {
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	perspective: 900px;
}
.ih-item.circle.effect18 .img {
	z-index: 11;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ih-item.circle.effect18.colored .info .info-back {
	background: #1a4a72;
}
.ih-item.circle.effect18 .info {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ih-item.circle.effect18 .info .info-back {
	opacity: 1;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	background: #333333;
}
.ih-item.circle.effect18 .info h4 {
	color: #fff;
	
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect18 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect18.bottom_to_top .img {
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.ih-item.circle.effect18.bottom_to_top a:hover .img {
	-webkit-transform: rotate3d(1, 0, 0, 180deg);
	-moz-transform: rotate3d(1, 0, 0, 180deg);
	-ms-transform: rotate3d(1, 0, 0, 180deg);
	-o-transform: rotate3d(1, 0, 0, 180deg);
	transform: rotate3d(1, 0, 0, 180deg);
}

.ih-item.circle.effect18.top_to_bottom .img {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.ih-item.circle.effect18.top_to_bottom a:hover .img {
	-webkit-transform: rotate3d(1, 0, 0, -180deg);
	-moz-transform: rotate3d(1, 0, 0, -180deg);
	-ms-transform: rotate3d(1, 0, 0, -180deg);
	-o-transform: rotate3d(1, 0, 0, -180deg);
	transform: rotate3d(1, 0, 0, -180deg);
}

.ih-item.circle.effect18.left_to_right .img {
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.ih-item.circle.effect18.left_to_right a:hover .img {
	-webkit-transform: rotate3d(0, 1, 0, 180deg);
	-moz-transform: rotate3d(0, 1, 0, 180deg);
	-ms-transform: rotate3d(0, 1, 0, 180deg);
	-o-transform: rotate3d(0, 1, 0, 180deg);
	transform: rotate3d(0, 1, 0, 180deg);
}

.ih-item.circle.effect18.right_to_left .img {
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.ih-item.circle.effect18.right_to_left a:hover .img {
	-webkit-transform: rotate3d(0, 1, 0, -180deg);
	-moz-transform: rotate3d(0, 1, 0, -180deg);
	-ms-transform: rotate3d(0, 1, 0, -180deg);
	-o-transform: rotate3d(0, 1, 0, -180deg);
	transform: rotate3d(0, 1, 0, -180deg);
}

.ih-item.circle.effect19.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect19 .info {
	background: #333333;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect19 .info h4 {
	color: #fff;
	
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 45px 0 0 0;
	height: 140px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect19 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect19 a:hover .info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ih-item.circle.effect20 {
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	perspective: 900px;
}
.ih-item.circle.effect20 .img {
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	transition: all 0.35s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.ih-item.circle.effect20.colored .info .info-back {
	background: #1a4a72;
}
.ih-item.circle.effect20 .info {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ih-item.circle.effect20 .info .info-back {
	opacity: 1;
	visibility: hidden;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	background: #333333;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	transition: all 0.35s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ih-item.circle.effect20 .info h4 {
	color: #fff;
	
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect20 .info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect20 a:hover .img {
	opacity: 0;
}
.ih-item.circle.effect20 a:hover .info .info-back {
	opacity: 1;
	visibility: visible;
}

.ih-item.circle.effect20.top_to_bottom .info .info-back {
	-webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
}
.ih-item.circle.effect20.top_to_bottom a:hover .img {
	-webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
}
.ih-item.circle.effect20.top_to_bottom a:hover .info .info-back {
	-webkit-transform: rotate3d(1, 0, 0, 0deg);
	-moz-transform: rotate3d(1, 0, 0, 0deg);
	-ms-transform: rotate3d(1, 0, 0, 0deg);
	-o-transform: rotate3d(1, 0, 0, 0deg);
	transform: rotate3d(1, 0, 0, 0deg);
}

.ih-item.circle.effect20.bottom_to_top .info .info-back {
	-webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
}
.ih-item.circle.effect20.bottom_to_top a:hover .img {
	-webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
}
.ih-item.circle.effect20.bottom_to_top a:hover .info .info-back {
	-webkit-transform: rotate3d(1, 0, 0, 0deg);
	-moz-transform: rotate3d(1, 0, 0, 0deg);
	-ms-transform: rotate3d(1, 0, 0, 0deg);
	-o-transform: rotate3d(1, 0, 0, 0deg);
	transform: rotate3d(1, 0, 0, 0deg);
}








.ih-item.round.effect1 {
	overflow: hidden;
}
.ih-item.round.effect1.colored .info {
	background: #1a4a72;
}
.ih-item.round.effect1 .img {
	z-index: 11;
	position: absolute;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.round.effect1 .info {
	background: #333333;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.round.effect1 a:hover .info {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ih-item.round.effect1.left_and_right .info h4 {
	position: absolute;
	top: 12px;
	left: 12px;
	
	color: #fff;
	text-align: center;
	font-size: 17px;
	margin: 0;
}
.ih-item.round.effect1.left_and_right .info p {
	position: absolute;
	right: 12px;
	bottom: 12px;
	margin: 0;
	font-style: italic;
	font-size: 12px;
	color: #fff;
}
.ih-item.round.effect1.left_and_right a:hover .img {
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

.ih-item.round.effect1.top_to_bottom .info h4 {
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px 10px 0 4px;
	margin: 10px 0 0 0;
}
.ih-item.round.effect1.top_to_bottom .info p {
	font-style: italic;
	font-size: 12px;
	color: #fff;
	padding: 5px;
	text-align: center;
}
.ih-item.round.effect1.top_to_bottom a:hover .img {
	-webkit-transform: translateY(30px) scale(0.6);
	-moz-transform: translateY(30px) scale(0.6);
	-ms-transform: translateY(30px) scale(0.6);
	-o-transform: translateY(30px) scale(0.6);
	transform: translateY(30px) scale(0.6);
}

.ih-item.round.effect1.bottom_to_top .info h4 {
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px 10px 0 4px;
	margin: 165px 0 0 0;
}
.ih-item.round.effect1.bottom_to_top .info p {
	font-style: italic;
	font-size: 12px;
	color: #fff;
	padding: 5px;
	text-align: center;
}
.ih-item.round.effect1.bottom_to_top a:hover .img {
	-webkit-transform: translateY(-30px) scale(0.6);
	-moz-transform: translateY(-30px) scale(0.6);
	-ms-transform: translateY(-30px) scale(0.6);
	-o-transform: translateY(-30px) scale(0.6);
	transform: translateY(-30px) scale(0.6);
}

.ih-item.round.effect2 {
	overflow: hidden;
}
.ih-item.round.effect2.colored .info {
	background: #1a4a72;
}
.ih-item.round.effect2.colored .info h4 {
	background: rgba(12, 34, 52, 0.6);
}
.ih-item.round.effect2 .img {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: rotate(0deg) scale(1);
	-moz-transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}
.ih-item.round.effect2 .info {
	background: #333333;
	visibility: hidden;
	-webkit-transition: all 0.35s 0.3s ease-in-out;
	-moz-transition: all 0.35s 0.3s ease-in-out;
	transition: all 0.35s 0.3s ease-in-out;
}
.ih-item.round.effect2 .info h4 {
	
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: #111111;
	margin: 30px 0 0 0;
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.35s 0.6s ease-in-out;
	-moz-transition: all 0.35s 0.6s ease-in-out;
	transition: all 0.35s 0.6s ease-in-out;
}
.ih-item.round.effect2 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 20px 20px 20px;
	text-align: center;
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.35s 0.5s linear;
	-moz-transition: all 0.35s 0.5s linear;
	transition: all 0.35s 0.5s linear;
}
.ih-item.round.effect2 a:hover .img {
	-webkit-transform: rotate(720deg) scale(0);
	-moz-transform: rotate(720deg) scale(0);
	-ms-transform: rotate(720deg) scale(0);
	-o-transform: rotate(720deg) scale(0);
	transform: rotate(720deg) scale(0);
	opacity: 0;
}
.ih-item.round.effect2 a:hover .info {
	visibility: visible;
}
.ih-item.round.effect2 a:hover .info h4,
.ih-item.round.effect2 a:hover .info p {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.round.effect3 {
	overflow: hidden;
}
.ih-item.round.effect3.colored .info {
	background: #1a4a72;
}
.ih-item.round.effect3 .img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.round.effect3 .info {
	height: 65px;
	overflow:hidden;
	background: #333333;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.round.effect3 .info h4 {
	
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px 10px 0 4px;
	margin: 4px 0 0 0;
}
.ih-item.round.effect3 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 5px;
	text-align: center;
}
.ih-item.round.effect3 a:hover .info {
	visibility: visible;
	opacity: 1;
}

.ih-item.round.effect3.bottom_to_top .info {
	top: auto;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.round.effect3.bottom_to_top a:hover .img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.ih-item.round.effect3.bottom_to_top a:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.round.effect3.top_to_bottom .info {
	bottom: auto;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.round.effect3.top_to_bottom a:hover .img {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.ih-item.round.effect3.top_to_bottom a:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.round.effect4 {
	overflow: hidden;
	position: relative;
}
.ih-item.round.effect4.colored .info {
	background: rgba(12, 34, 52, 0.6);
}
.ih-item.round.effect4.colored .mask1,
.ih-item.round.effect4.colored .mask2 {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}
.ih-item.round.effect4 .img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.round.effect4 .mask1,
.ih-item.round.effect4 .mask2 {
	position: absolute;
	background: #333333;
	background: rgba(0, 0, 0, 0.6);
	height: 361px;
	width: 361px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.round.effect4 .mask1 {
	left: auto;
	right: 0;
	top: 0;
	-webkit-transform: rotate(56.5deg) translateX(-180px);
	-moz-transform: rotate(56.5deg) translateX(-180px);
	-ms-transform: rotate(56.5deg) translateX(-180px);
	-o-transform: rotate(56.5deg) translateX(-180px);
	transform: rotate(56.5deg) translateX(-180px);
	-webkit-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-o-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}
.ih-item.round.effect4 .mask2 {
	top: auto;
	bottom: 0;
	left: 0;
	-webkit-transform: rotate(56.5deg) translateX(180px);
	-moz-transform: rotate(56.5deg) translateX(180px);
	-ms-transform: rotate(56.5deg) translateX(180px);
	-o-transform: rotate(56.5deg) translateX(180px);
	transform: rotate(56.5deg) translateX(180px);
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	-o-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}
.ih-item.round.effect4 .info {
	background: #111111;
	height: 0;
	visibility: hidden;
	width: 361px;
	-webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
	-moz-transform: rotate(-33.5deg) translate(-112px, 166px);
	-ms-transform: rotate(-33.5deg) translate(-112px, 166px);
	-o-transform: rotate(-33.5deg) translate(-112px, 166px);
	transform: rotate(-33.5deg) translate(-112px, 166px);
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	-o-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: all 0.35s ease-in-out 0.35s;
	-moz-transition: all 0.35s ease-in-out 0.35s;
	transition: all 0.35s ease-in-out 0.35s;
}
.ih-item.round.effect4 .info h4 {
	
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: transparent;
	margin-top: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out 0.35s;
	-moz-transition: all 0.35s ease-in-out 0.35s;
	transition: all 0.35s ease-in-out 0.35s;
}
.ih-item.round.effect4 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 20px 20px 20px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out 0.35s;
	-moz-transition: all 0.35s ease-in-out 0.35s;
	transition: all 0.35s ease-in-out 0.35s;
}
.ih-item.round.effect4 a:hover .mask1 {
	-webkit-transform: rotate(56.5deg) translateX(1px);
	-moz-transform: rotate(56.5deg) translateX(1px);
	-ms-transform: rotate(56.5deg) translateX(1px);
	-o-transform: rotate(56.5deg) translateX(1px);
	transform: rotate(56.5deg) translateX(1px);
}
.ih-item.round.effect4 a:hover .mask2 {
	-webkit-transform: rotate(56.5deg) translateX(-1px);
	-moz-transform: rotate(56.5deg) translateX(-1px);
	-ms-transform: rotate(56.5deg) translateX(-1px);
	-o-transform: rotate(56.5deg) translateX(-1px);
	transform: rotate(56.5deg) translateX(-1px);
}
.ih-item.round.effect4 a:hover .info {
	width: 300px;
	height: 120px;
	visibility: visible;
	top: 40px;
	-webkit-transform: rotate(0deg) translate(0, 0);
	-moz-transform: rotate(0deg) translate(0, 0);
	-ms-transform: rotate(0deg) translate(0, 0);
	-o-transform: rotate(0deg) translate(0, 0);
	transform: rotate(0deg) translate(0, 0);
}
.ih-item.round.effect4 a:hover .info h4,
.ih-item.round.effect4 a:hover .info p {
	opacity: 1;
}

.ih-item.round.effect5.colored .info {
	background: #1a4a72;
}
.ih-item.round.effect5.colored .info h4 {
	background: rgba(12, 34, 52, 0.6);
}
.ih-item.round.effect5 .img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.round.effect5 .info {
	background: #333333;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.round.effect5 .info h4 {
	
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: #111111;
	margin: 30px 0 0 0;
}
.ih-item.round.effect5 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 20px 20px 20px;
	text-align: center;
}
.ih-item.round.effect5 a:hover .img {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	transition-delay: 0;
}
.ih-item.round.effect5 a:hover .info {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.ih-item.round.effect5.left_to_right .info {
	-webkit-transform: scale(0) rotate(-180deg);
	-moz-transform: scale(0) rotate(-180deg);
	-ms-transform: scale(0) rotate(-180deg);
	-o-transform: scale(0) rotate(-180deg);
	transform: scale(0) rotate(-180deg);
}

.ih-item.round.effect5.right_to_left .info {
	-webkit-transform: scale(0) rotate(180deg);
	-moz-transform: scale(0) rotate(180deg);
	-ms-transform: scale(0) rotate(180deg);
	-o-transform: scale(0) rotate(180deg);
	transform: scale(0) rotate(180deg);
}

.ih-item.round.effect6 {
	overflow: hidden;
}
.ih-item.round.effect6.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}
.ih-item.round.effect6.colored .info h4 {

}
.ih-item.round.effect6 .img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.round.effect6 .info {
	background: #333333;
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.round.effect6 .info h4 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 45px 0 10px;
	padding: 10px;
	text-align: center;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.round.effect6 .info .link-wrapper {
	background-color: #000000;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	line-height: 40px;
	padding: 0 30px;
	text-align: center;
	text-transform: uppercase;
}
.ih-item.round.effect6 .info .link-wrapper:hover {background-color: #777777;color: #000000;}
.ih-item.round.effect6 .info p {
	display: none;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 20px 20px 20px;
	text-align: center;
	-webkit-transition: all 0.35s 0.1s linear;
	-moz-transition: all 0.35s 0.1s linear;
	transition: all 0.35s 0.1s linear;
}
.ih-item.round.effect6 a:hover .img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.ih-item.round.effect6 a:hover .info {
	visibility: visible;
	opacity: 1;
}

.ih-item.round.effect6.from_top_and_bottom .info h4 {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.round.effect6.from_top_and_bottom .info p {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.round.effect6.from_top_and_bottom a:hover .info h4,
.ih-item.round.effect6.from_top_and_bottom a:hover .info p {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.round.effect6.from_left_and_right .info h4 {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ih-item.round.effect6.from_left_and_right .info p {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.ih-item.round.effect6.from_left_and_right a:hover .info h4,
.ih-item.round.effect6.from_left_and_right a:hover .info p {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.round.effect6.top_to_bottom .info h4 {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.round.effect6.top_to_bottom .info p {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.round.effect6.top_to_bottom a:hover .info h4,
.ih-item.round.effect6.top_to_bottom a:hover .info p {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.round.effect6.bottom_to_top .info h4 {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.round.effect6.bottom_to_top .info p {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.round.effect6.bottom_to_top a:hover .info h4,
.ih-item.round.effect6.bottom_to_top a:hover .info p {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.round.effect7 {
	overflow: hidden;
}
.ih-item.round.effect7.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}
.ih-item.round.effect7.colored .info h4 {
	background: rgba(12, 34, 52, 0.6);
}
.ih-item.round.effect7 .img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.round.effect7 .info {
	background: #333333;
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.round.effect7 .info h4 {
	
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: #111111;
	margin: 30px 0 0 0;
	-webkit-transform: scale(4);
	-moz-transform: scale(4);
	-ms-transform: scale(4);
	-o-transform: scale(4);
	transform: scale(4);
	-webkit-transition: all 0.35s 0.1s ease-in-out;
	-moz-transition: all 0.35s 0.1s ease-in-out;
	transition: all 0.35s 0.1s ease-in-out;
}
.ih-item.round.effect7 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 20px 20px 20px;
	text-align: center;
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-ms-transform: scale(5);
	-o-transform: scale(5);
	transform: scale(5);
	-webkit-transition: all 0.35s 0.3s linear;
	-moz-transition: all 0.35s 0.3s linear;
	transition: all 0.35s 0.3s linear;
}
.ih-item.round.effect7 a:hover .img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.ih-item.round.effect7 a:hover .info {
	visibility: visible;
	opacity: 1;
}
.ih-item.round.effect7 a:hover .info h4,
.ih-item.round.effect7 a:hover .info p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ih-item.round.effect8 {
	overflow: hidden;
}
.ih-item.round.effect8.colored .info {
	background: #1a4a72;
}
.ih-item.round.effect8.colored .info h4 {
	background: rgba(12, 34, 52, 0.6);
}
.ih-item.round.effect8 .img {
	opacity: 1;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.round.effect8 .info {
	background: #333333;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.round.effect8 .info h4 {
	
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: #111111;
	margin: 30px 0 0 0;
	-webkit-transition: all 0.35s 0.1s ease-in-out;
	-moz-transition: all 0.35s 0.1s ease-in-out;
	transition: all 0.35s 0.1s ease-in-out;
}
.ih-item.round.effect8 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 20px 20px 20px;
	text-align: center;
	-webkit-transition: all 0.35s 0.15s linear;
	-moz-transition: all 0.35s 0.15s linear;
	transition: all 0.35s 0.15s linear;
}
.ih-item.round.effect8 a:hover .img {
	opacity: 0;
}
.ih-item.round.effect8 a:hover .info {
	visibility: visible;
	opacity: 1;
}

.ih-item.round.effect8.scale_up .img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.round.effect8.scale_up .info {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.ih-item.round.effect8.scale_up .info h4,
.ih-item.round.effect8.scale_up .info p {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.ih-item.round.effect8.scale_up a:hover .img {
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-ms-transform: scale(5);
	-o-transform: scale(5);
	transform: scale(5);
}
.ih-item.round.effect8.scale_up a:hover .info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.round.effect8.scale_up a:hover .info h4,
.ih-item.round.effect8.scale_up a:hover .info p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ih-item.round.effect8.scale_down .img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.round.effect8.scale_down .info {
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-ms-transform: scale(5);
	-o-transform: scale(5);
	transform: scale(5);
}
.ih-item.round.effect8.scale_down .info h4,
.ih-item.round.effect8.scale_down .info p {
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-ms-transform: scale(5);
	-o-transform: scale(5);
	transform: scale(5);
}
.ih-item.round.effect8.scale_down a:hover .img {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.ih-item.round.effect8.scale_down a:hover .info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.round.effect8.scale_down a:hover .info h4,
.ih-item.round.effect8.scale_down a:hover .info p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ih-item.round.effect9 {
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	perspective: 900px;
}
.ih-item.round.effect9.colored .info .info-back {
	background: #1a4a72;
}
.ih-item.round.effect9.colored .info h4 {
	background: rgba(12, 34, 52, 0.6);
}
.ih-item.round.effect9 .img {
	position: relative;
	z-index: 11;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ih-item.round.effect9 .info {
	z-index: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ih-item.round.effect9 .info .info-back {
	opacity: 1;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	background: #333333;
}
.ih-item.round.effect9 .info h4 {
	
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: #111111;
	margin: 0;
}
.ih-item.round.effect9 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 20px 20px 20px;
	text-align: center;
}

.ih-item.round.effect9.left_to_right .img {
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.ih-item.round.effect9.left_to_right a:hover .img {
	-webkit-transform: rotate3d(0, 1, 0, 180deg);
	-moz-transform: rotate3d(0, 1, 0, 180deg);
	-ms-transform: rotate3d(0, 1, 0, 180deg);
	-o-transform: rotate3d(0, 1, 0, 180deg);
	transform: rotate3d(0, 1, 0, 180deg);
}

.ih-item.round.effect9.right_to_left .img {
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.ih-item.round.effect9.right_to_left a:hover .img {
	-webkit-transform: rotate3d(0, 1, 0, -180deg);
	-moz-transform: rotate3d(0, 1, 0, -180deg);
	-ms-transform: rotate3d(0, 1, 0, -180deg);
	-o-transform: rotate3d(0, 1, 0, -180deg);
	transform: rotate3d(0, 1, 0, -180deg);
}

.ih-item.round.effect9.top_to_bottom .img {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.ih-item.round.effect9.top_to_bottom a:hover .img {
	-webkit-transform: rotate3d(1, 0, 0, -180deg);
	-moz-transform: rotate3d(1, 0, 0, -180deg);
	-ms-transform: rotate3d(1, 0, 0, -180deg);
	-o-transform: rotate3d(1, 0, 0, -180deg);
	transform: rotate3d(1, 0, 0, -180deg);
}

.ih-item.round.effect9.bottom_to_top .img {
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.ih-item.round.effect9.bottom_to_top a:hover .img {
	-webkit-transform: rotate3d(1, 0, 0, 180deg);
	-moz-transform: rotate3d(1, 0, 0, 180deg);
	-ms-transform: rotate3d(1, 0, 0, 180deg);
	-o-transform: rotate3d(1, 0, 0, 180deg);
	transform: rotate3d(1, 0, 0, 180deg);
}

.ih-item.round.effect10 {
	overflow: hidden;
}
.ih-item.round.effect10.colored .info {
	background: #1a4a72;
}
.ih-item.round.effect10.colored .info h4 {
	background: rgba(12, 34, 52, 0.6);
}
.ih-item.round.effect10 .img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.round.effect10 .info {
	background: #333333;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.round.effect10 .info h4 {
	
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: #111111;
	margin: 30px 0 0 0;
}
.ih-item.round.effect10 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 20px 20px 20px;
	text-align: center;
}
.ih-item.round.effect10 a:hover .info {
	visibility: visible;
	opacity: 1;
}

.ih-item.round.effect10.left_to_right .img {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.ih-item.round.effect10.left_to_right .info {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ih-item.round.effect10.left_to_right a:hover .img {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.ih-item.round.effect10.left_to_right a:hover .info {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.round.effect10.right_to_left .img {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.ih-item.round.effect10.right_to_left .info {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.ih-item.round.effect10.right_to_left a:hover .img {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ih-item.round.effect10.right_to_left a:hover .info {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.round.effect10.top_to_bottom .img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ih-item.round.effect10.top_to_bottom .info {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.round.effect10.top_to_bottom a:hover .img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.round.effect10.top_to_bottom a:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.round.effect10.bottom_to_top .img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ih-item.round.effect10.bottom_to_top .info {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.round.effect10.bottom_to_top a:hover .img {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.round.effect10.bottom_to_top a:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.round.effect11 {
	overflow: hidden;
}
.ih-item.round.effect11.colored .info {
	background: #1a4a72;
}
.ih-item.round.effect11.colored .info h4 {
	background: rgba(12, 34, 52, 0.6);
}
.ih-item.round.effect11 .img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.round.effect11 .info {
	background: #333333;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s ease 0.2s;
	-moz-transition: all 0.35s ease 0.2s;
	transition: all 0.35s ease 0.2s;
}
.ih-item.round.effect11 .info h4 {
	
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: #111111;
	margin: 30px 0 0 0;
}
.ih-item.round.effect11 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 20px 20px 20px;
	text-align: center;
}
.ih-item.round.effect11 a:hover .img {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.ih-item.round.effect11 a:hover .info {
	visibility: visible;
	opacity: 1;
}

.ih-item.round.effect11.left_to_right .info {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ih-item.round.effect11.left_to_right a:hover .info {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.round.effect11.right_to_left .info {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.ih-item.round.effect11.right_to_left a:hover .info {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.round.effect11.top_to_bottom .info {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.round.effect11.top_to_bottom a:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.round.effect11.bottom_to_top .info {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.round.effect11.bottom_to_top a:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.round.effect12 {
	overflow: hidden;
}
.ih-item.round.effect12.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}
.ih-item.round.effect12.colored .info h4 {
	background: rgba(12, 34, 52, 0.6);
}
.ih-item.round.effect12 .img {
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}
.ih-item.round.effect12 .info {
	background: #333333;
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}
.ih-item.round.effect12 .info h4 {
	
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: #111111;
	margin: 30px 0 0 0;
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}
.ih-item.round.effect12 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 20px 20px 20px;
	text-align: center;
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}
.ih-item.round.effect12 a:hover .info {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.ih-item.round.effect12 a:hover .info h4 {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.ih-item.round.effect12 a:hover .info p {
	-webkit-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.ih-item.round.effect12.left_to_right .info {
	-webkit-transform: translate(-460px, -100px) rotate(-180deg);
	-moz-transform: translate(-460px, -100px) rotate(-180deg);
	-ms-transform: translate(-460px, -100px) rotate(-180deg);
	-o-transform: translate(-460px, -100px) rotate(-180deg);
	transform: translate(-460px, -100px) rotate(-180deg);
}
.ih-item.round.effect12.left_to_right .info h4 {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}
.ih-item.round.effect12.left_to_right .info p {
	-webkit-transform: translateX(-300px) rotate(-90deg);
	-moz-transform: translateX(-300px) rotate(-90deg);
	-ms-transform: translateX(-300px) rotate(-90deg);
	-o-transform: translateX(-300px) rotate(-90deg);
	transform: translateX(-300px) rotate(-90deg);
}
.ih-item.round.effect12.left_to_right a:hover .info {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
.ih-item.round.effect12.left_to_right a:hover .info h4 {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.ih-item.round.effect12.left_to_right a:hover .info p {
	-webkit-transform: translateX(0px) rotate(0deg);
	-moz-transform: translateX(0px) rotate(0deg);
	-ms-transform: translateX(0px) rotate(0deg);
	-o-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
}

.ih-item.round.effect12.right_to_left .info {
	-webkit-transform: translate(460px, -100px) rotate(180deg);
	-moz-transform: translate(460px, -100px) rotate(180deg);
	-ms-transform: translate(460px, -100px) rotate(180deg);
	-o-transform: translate(460px, -100px) rotate(180deg);
	transform: translate(460px, -100px) rotate(180deg);
}
.ih-item.round.effect12.right_to_left .info h4 {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}
.ih-item.round.effect12.right_to_left .info p {
	-webkit-transform: translateX(300px) rotate(90deg);
	-moz-transform: translateX(300px) rotate(90deg);
	-ms-transform: translateX(300px) rotate(90deg);
	-o-transform: translateX(300px) rotate(90deg);
	transform: translateX(300px) rotate(90deg);
}
.ih-item.round.effect12.right_to_left a:hover .info {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
.ih-item.round.effect12.right_to_left a:hover .info h4 {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.ih-item.round.effect12.right_to_left a:hover .info p {
	-webkit-transform: translateX(0px) rotate(0deg);
	-moz-transform: translateX(0px) rotate(0deg);
	-ms-transform: translateX(0px) rotate(0deg);
	-o-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
}

.ih-item.round.effect12.top_to_bottom .info {
	-webkit-transform: translate(-265px, -145px) rotate(-45deg);
	-moz-transform: translate(-265px, -145px) rotate(-45deg);
	-ms-transform: translate(-265px, -145px) rotate(-45deg);
	-o-transform: translate(-265px, -145px) rotate(-45deg);
	transform: translate(-265px, -145px) rotate(-45deg);
}
.ih-item.round.effect12.top_to_bottom .info h4 {
	-webkit-transform: translate(200px, -200px);
	-moz-transform: translate(200px, -200px);
	-ms-transform: translate(200px, -200px);
	-o-transform: translate(200px, -200px);
	transform: translate(200px, -200px);
}
.ih-item.round.effect12.top_to_bottom .info p {
	-webkit-transform: translate(200px, -200px);
	-moz-transform: translate(200px, -200px);
	-ms-transform: translate(200px, -200px);
	-o-transform: translate(200px, -200px);
	transform: translate(200px, -200px);
}
.ih-item.round.effect12.top_to_bottom a:hover .info {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.ih-item.round.effect12.top_to_bottom a:hover .info h4 {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.ih-item.round.effect12.top_to_bottom a:hover .info p {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.ih-item.round.effect12.bottom_to_top .info {
	-webkit-transform: translate(265px, 145px) rotate(45deg);
	-moz-transform: translate(265px, 145px) rotate(45deg);
	-ms-transform: translate(265px, 145px) rotate(45deg);
	-o-transform: translate(265px, 145px) rotate(45deg);
	transform: translate(265px, 145px) rotate(45deg);
}
.ih-item.round.effect12.bottom_to_top .info h4 {
	-webkit-transform: translate(200px, -200px);
	-moz-transform: translate(200px, -200px);
	-ms-transform: translate(200px, -200px);
	-o-transform: translate(200px, -200px);
	transform: translate(200px, -200px);
}
.ih-item.round.effect12.bottom_to_top .info p {
	-webkit-transform: translate(-200px, 200px);
	-moz-transform: translate(-200px, 200px);
	-ms-transform: translate(-200px, 200px);
	-o-transform: translate(-200px, 200px);
	transform: translate(-200px, 200px);
}
.ih-item.round.effect12.bottom_to_top a:hover .info {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.ih-item.round.effect12.bottom_to_top a:hover .info h4 {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.ih-item.round.effect12.bottom_to_top a:hover .info p {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.ih-item.round.effect13 {
	overflow: hidden;
}
.ih-item.round.effect13.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}
.ih-item.round.effect13.colored .info h4 {
	background: rgba(12, 34, 52, 0.6);
}
.ih-item.round.effect13 .img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.round.effect13 .info {
	background: #333333;
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.round.effect13 .info h4 {
	
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: #111111;
	margin: 30px 0 0 0;
}
.ih-item.round.effect13 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 20px 20px 20px;
	text-align: center;
}
.ih-item.round.effect13 a:hover .img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.ih-item.round.effect13 a:hover .info {
	visibility: visible;
	opacity: 1;
}

.ih-item.round.effect13.left_to_right .info {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ih-item.round.effect13.left_to_right a:hover .info {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.round.effect13.right_to_left .info {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.ih-item.round.effect13.right_to_left a:hover .info {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ih-item.round.effect13.top_to_bottom .info {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.round.effect13.top_to_bottom a:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.round.effect13.bottom_to_top .info {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.round.effect13.bottom_to_top a:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ih-item.round.effect14.colored .info {
	background: #1a4a72;
}
.ih-item.round.effect14.colored .info h4 {
	background: rgba(12, 34, 52, 0.6);
}
.ih-item.round.effect14 .img {
	opacity: 1;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.round.effect14 .info {
	background: #333333;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.35s ease 0.2s;
	-moz-transition: all 0.35s ease 0.2s;
	transition: all 0.35s ease 0.2s;
}
.ih-item.round.effect14 .info h4 {
	
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: #111111;
	margin: 30px 0 0 0;
}
.ih-item.round.effect14 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 20px 20px 20px;
	text-align: center;
}
.ih-item.round.effect14 a:hover .img {
	opacity: 0;
	pointer-events: none;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.ih-item.round.effect14 a:hover .info {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ih-item.round.effect14.left_to_right .img {
	-webkit-transform: translateX(0) rotate(0);
	-moz-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	-o-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}
.ih-item.round.effect14.left_to_right a:hover .img {
	-webkit-transform: translateX(100%) rotate(180deg);
	-moz-transform: translateX(100%) rotate(180deg);
	-ms-transform: translateX(100%) rotate(180deg);
	-o-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}

.ih-item.round.effect14.right_to_left .img {
	-webkit-transform: translateX(0) rotate(0);
	-moz-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	-o-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}
.ih-item.round.effect14.right_to_left a:hover .img {
	-webkit-transform: translateX(-100%) rotate(-180deg);
	-moz-transform: translateX(-100%) rotate(-180deg);
	-ms-transform: translateX(-100%) rotate(-180deg);
	-o-transform: translateX(-100%) rotate(-180deg);
	transform: translateX(-100%) rotate(-180deg);
}

.ih-item.round.effect14.top_to_bottom .img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ih-item.round.effect14.top_to_bottom a:hover .img {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ih-item.round.effect14.bottom_to_top .img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ih-item.round.effect14.bottom_to_top a:hover .img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.ih-item.round.effect15 {
	overflow: hidden;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	perspective: 900px;
}
.ih-item.round.effect15.colored .info {
	background: #1a4a72;
}
.ih-item.round.effect15 .img {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ih-item.round.effect15 .info {
	background: #333333;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out 0.3s;
	-moz-transition: all 0.35s ease-in-out 0.3s;
	transition: all 0.35s ease-in-out 0.3s;
}
.ih-item.round.effect15 .info h4 {
	
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: #111111;
	margin: 30px 0 0 0;
}
.ih-item.round.effect15 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 20px 20px 20px;
	text-align: center;
}
.ih-item.round.effect15 a:hover .img {
	opacity: 0;
	visibility: hidden;
}
.ih-item.round.effect15 a:hover .info {
	visibility: visible;
	opacity: 1;
}

.ih-item.round.effect15.left_to_right .img {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.ih-item.round.effect15.left_to_right .info {
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.ih-item.round.effect15.left_to_right a:hover .img {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.ih-item.round.effect15.left_to_right a:hover .info {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
}

.ih-item.round.effect15.right_to_left .img {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.ih-item.round.effect15.right_to_left .info {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.ih-item.round.effect15.right_to_left a:hover .img {
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
.ih-item.round.effect15.right_to_left a:hover .info {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
}

.ih-item.round.effect15.top_to_bottom .img {
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.ih-item.round.effect15.top_to_bottom .info {
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.ih-item.round.effect15.top_to_bottom a:hover .img {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
.ih-item.round.effect15.top_to_bottom a:hover .info {
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
}

.ih-item.round.effect15.bottom_to_top .img {
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.ih-item.round.effect15.bottom_to_top .info {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.ih-item.round.effect15.bottom_to_top a:hover .img {
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.ih-item.round.effect15.bottom_to_top a:hover .info {
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
}
