@charset "utf-8";/*

Theme Name: Sealed Services 

Theme URI: Sealed Services

Author: Iwebhost

URI: http://iwebhost.com.au

Description: Sealed Services is a sleek and elegant WordPress business theme best suited for construction company, architecture firm and other related business. 

Version: 2.6

Tags: black, brown, orange, white, yellow, tan, light, one-column, two-columns, right-sidebar, fluid-layout, fixed-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready*//*** Built on the Whiteboard Framework* http://whiteboardframework.com*/ /*------------------------------------------------------------------[Table of contents]1 - Resets2 - Typography presets3 - Mono social icon font4 - Default layout5 - If is admin bar active6 - General styles7 - Layout styles8 - Centered content margins9 - Comment form10 - Comments11 - Author page12 - Author page13 - Next & previous post arrows14 - Pagination15 - Featured image16 - Tooltipsy tooltip17 - Google maps background18 - To top button19 - Wordpress overrides and fixes20 - Search Form - Search Icon21 - Search Page22 - Masonry Gallery Page Template23 - Sidr - Side Menu24 - Mobile Menu25 - Video background26 - Youtube background27 - Widgets28 - Contact Form 729 - Essentials Grid30 - Revolution Slider31 - CSS3 Waypoint Animations32 - Parallax Row33 - Full Width Page Centered Content & Parallax Stuff34 - Visual Composer Overrides	** Components (Shortcodes) **	35 - Separator	36 - Tabs	37 - Accordion	38 - Call to action	39 - Map	40 - Single Image	41 - Tour Section	42 - Flexslider	43 - Icon	44 - Custom List	45 - Clean Slider	46 - Team Member	47 - Divider	48 - Title With Icon	49 - Testimonials Slider	50 - Owl Carousel	51 - Morph Text	52 - Master Slider	54 - Mail Chimp	55 - Grid Gallery Page Template	57 - Row Slider (full page)58 - 404 & Countdown Template59 - Misc Page Templates 60 - Anything Wrapper 261 - Flip Box62 - Fancybox63 - Fancy Post Accordion64 - Colored Content Box65 - Image Box With Caption66 - Fancy Image Box67 - Horizontal Menu68 - Responsive Definitions69 - Animate.css-------------------------------------------------------------------*//*** Resets*/html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,header,footer,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0}article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video{display:block}a img{border:0}figure{position:relative}figure img{width:100%}/*	Typography presets	------------------	*/abbr,acronym{	border-bottom: 1px dotted;	cursor: help;	font-variant: small-caps;}address,cite,em,i{font-style: italic;}a, #side-nav-bar a>i {	-webkit-transition: all .2s linear;	-o-transition: all .2s linear;	-moz-transition: all .2s linear;	text-decoration: none;	outline: none;}a:active,a:focus {text-decoration: underline;}a[href^=tel]{/*prevent blue mobile safari phone number*/    color:inherit;    text-decoration:none;}/*** Mono social icon font*/@font-face {    font-family: 'Mono Social Icons Font';    src: url('font/mono/MonoSocialIconsFont-1.10.eot');    src: url('font/mono/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),         url('font/mono/MonoSocialIconsFont-1.10.woff') format('woff'),         url('font/mono/MonoSocialIconsFont-1.10.ttf') format('truetype'),         url('font/mono/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');    src: url('font/mono/MonoSocialIconsFont-1.10.ttf') format('truetype');    font-weight: normal;    font-style: normal;}@media screen and (-webkit-min-device-pixel-ratio:0) {	
	@font-face {		font-family: 'Mono Social Icons Font';		
	src: url('font/mono/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');	}
	}@font-face {    font-family: 'canelabold';    
	src: url('font/canela_bold.woff2') format('woff2'),         
	url('font/canela_bold.woff') format('woff');    
	font-weight: normal;    
	font-style: normal;}
	span.symbol, a.symbol:before {    font-family: 'Mono Social Icons Font';    -webkit-text-rendering: optimizeLegibility;    -moz-text-rendering: optimizeLegibility;    -ms-text-rendering: optimizeLegibility;    -o-text-rendering: optimizeLegibility;    text-rendering: optimizeLegibility;    -webkit-font-smoothing: antialiased;    -moz-font-smoothing: antialiased;    -ms-font-smoothing: antialiased;    -o-font-smoothing: antialiased;    font-smoothing: antialiased;}/*** Default layout*/.container{overflow: hidden;}#content {	width: 508px; /* 5 columns */	margin: 0;	overflow: hidden;}#content.no-sidebar {width: 100%;}body.single-post #content.no-sidebar {width: 100%;}#sidebar {	width: 184px; /* 3 columns */	float: right;	margin: 0;	padding: 20px;	overflow: hidden;}::selection {background: #c6d8cd;}::-moz-selection {background: #c6d8cd;}img::selection {background: transparent;}
	img::-moz-selection {background: transparent;}/*** If is admin bar active*/body.admin-bar #header{margin-top:32px;}
	#wpadminbar{	-webkit-backface-visibility:hidden !important;	backface-visibility:hidden !important;}
	/*** General styles*/.serif,cite,blockquote {	font-family: 'times new roman', palatino,platino linotype,georgia,times,serif;	font-weight: normal;}
	.monospace,var,code {font-family: courier new, courier, monospace;}
	.amp {	font-style: italic;	font-family: baskerville,palatino,palatino linotype,book antiqua,georgia,times,times new roman,serif;	font-weight: normal;}
	a:link {}a:visited {text-decoration: underline !important;}a:hover,a:active {text-decoration: underline;}.post-content ul,.post-content ol {padding-left: 24px;}.post-content,.page-content {word-wrap: break-word;}input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {opacity:1;}input,textarea,select {	border: none;	padding: 12px 20px;	outline: none;	-webkit-transition: all .2s;	transition: all .2s;	resize: none;}#request-a-rate input[type=submit],#content input[type=submit] {	letter-spacing:2px;		border-radius:3px;}#request-a-rate input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]),#request-a-rate textarea,#request-a-rate select,#content input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]),#content textarea,#content select,#sidebar input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]),#sidebar textarea,#sidebar select {	letter-spacing:2px;	padding: 8px 10px;	margin:0;	width:100%;	border-top:1px solid #dedede;	border-radius:3px;}#content input[type=checkbox]{width:auto !important;}input:hover,textarea:hover,input:focus,textarea:focus {}textarea {	min-height: 150px;	width: 100%;}blockquote:before {	font-family: 'ozythemes';	content:"\e4c6";    font-style: normal;    font-weight: normal;    text-decoration: inherit;    position: absolute;    top: 20px;    left: 20px;	}blockquote {	text-align: justify;	padding: 20px 20px 20px 60px;	font-size: 30px;	line-height: 37px;	position: relative;	border: 1px solid #dedede;	margin: 20px;}blockquote p {padding: 0 !important;}blockquote p:first-letterblockquote:first-letter {	font-size: 24px;	padding-right: 1px;}blockquote cite {font-size: 20px;}
	/*** Layout styles*/*,*:after {	-ms-box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	box-sizing: border-box;}
	body {	margin: 0;	min-width: 100%;	height: 100%;	-webkit-backface-visibility: hidden;	-ms-overflow-x:hidden;}/* if logged in and admin bar visible, add 32px top margin */
	body.logged-in.admin-bar #main #header {margin-top: 32px !important;}/* Jetpack fix. bringing serious issues in chrome if you keep it visible */
	#wpstats {display: none !important;}
	/*** Centered content margins*/
	#main>.container {	overflow: auto;	position: relative;	z-index: 1;	margin:0 auto;}
	body.single #main>.container #content,body.single #main>.container #sidebar,body.has-page-title #main>.container {padding-top: 35px;}
	body.single #main>.container {padding-top: 0;}body.single #main>.container #content.has-super-header,body.single #main>.container #sidebar.has-super-header{padding-top: 25px;}
	#title {	display:block;	float:left;	position: relative;	z-index: 1;}
	#title>a {	height: 100%;	display: inline-block;	vertical-align: middle;}
	#title img {	vertical-align: middle !important;	max-width: 100% !important;}
	#content {position: relative;}
	.page-content img,.page-content .wp-caption,.post-content img,.post-content .wp-caption,#content img[class^="wp-image"] {	max-width: 100%;	height:auto;}
	#page-title-wrapper {position: relative;}
	#page-title-wrapper>div {position: absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);    width: 100%;}
	.page-title {	font-weight: 300 !important;	line-height:1.2em !important;}
	.page-title a {text-decoration: none;}
	#widget-alert {	background: #C6D8CD;	border: 1px #5b816a solid;	padding: 24px;	margin-bottom: 24px;}
	.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6,.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {margin: 6px 0;}
	.page-content p:empty,.post-content p:empty {display: none;}
    #content iframe {max-width:100%}.page-content [class^="embed-"],.post-content [class^="embed-"] {max-width: 100%;}.left-sidebar .page-content [class^="embed-"]>iframe[class*="-player"], 
    .left-sidebar .post-content [class^="embed-"]>iframe[class*="-player"],.right-sidebar .page-content [class^="embed-"]>iframe[class*="-player"], .right-sidebar .post-content [class^="embed-"]>iframe[class*="-player"],.right-sidebar .page-content iframe[src*="//player.vimeo"],.right-sidebar .post-content iframe[class*="//player.vimeo"] {	max-width: 100%;	height: 420px;}.page-content [class^="embed-"]>iframe[class*="-player"], .post-content [class^="embed-"]>iframe[class*="-player"],.right-sidebar .page-content iframe[src*="//player.vimeo"],.right-sidebar .post-content iframe[class*="//player.vimeo"] {	max-width: 100%;	height: 520px;}
    #sidebar {padding: 0;}body.no-page-title #sidebar {margin-top:36px;}
    #sidebar.left-sidebar {float: left;}#sidebar .widget {margin-bottom: 20px;}
    #footer-widget-bar ul,#footer-widget-bar li,#sidebar ul,#sidebar li {padding: 0;margin: 0 ;list-style: square;-webkit-transition: all .2s;	transition: all .2s;margin-left: 8px !important;}
    #sidebar .widget>h4{	margin-bottom:20px !important;	padding-bottom:20px !important;	border-bottom: 1px solid #dedede;}#sidebar .widget {margin-bottom: 30px !important;}
    #footer-widget-bar li {	padding: 5px 0 5px 0;}#sidebar .widget li {	border-bottom: 1px solid #dedede;	padding: 8px 0 8px 0;}#footer-widget-bar .widget li:first-child,.widget ul:first-child>li:first-child,#sidebar .widget li:first-child {padding-top: 0 !important;}
    #footer-widget-bar .children,#sidebar .children {padding-left: 10px;}#footer-widget-bar .children .children,#sidebar .children .children {padding-left: 10px;}#footer-widget-bar *:not(input),#footer *:not(input) {	font-size:12px;}#footer {	clear: both;	z-index: 3;	border-top:1px solid #444444;}
    #footer footer {	height: 100%;	line-height: 40px;}#footer .container {	padding: 0;	overflow:inherit !important;}
    #footer .container>div {	width: 50%;	overflow: hidden;float:left;}
    #footer .top-social-icons>a {	height:100% !important;	width:50px !important;}#footer .top-social-icons>a>span {	font-size:45px !important;	opacity:.5;}#footer .top-social-icons>a:hover>span {	opacity:1;}div.top-social-icons {	display:inline-block;	text-align:right;	float:right;	height:30px;}
    div.top-social-icons>a:first-child{border-left:1px solid #dedede;}div.top-social-icons>a {	display: inline-block;	font-size: 28px !important;	line-height: 22px !important;	text-align:center !important;	font-weight:300 !important;	text-decoration: none !important;	overflow: hidden;	width:30px;	height:29px; /*1px smallar to prevent line conflict with parent*/	border-right:1px solid #dedede;}div.top-social-icons>a>span,div#social-icons>a>span {	-webkit-transition: all .4s;	transition: all .4s;}#footer-content {padding: 20px;}#footer-widget-bar {	padding-top: 4px;	padding-bottom: 4px;}#footer-widget-bar>.container {	padding-left:16px;	padding-right:16px;}#footer-widget-bar>.container>section {	width: 25%;	position: relative;	padding:50px 20px 0 20px;	float: left;}#footer-widget-bar>.container>section>div.widget {padding-bottom:50px;}#footer-widget-bar>.container>section>div.widget>div.separator {	margin:0 auto 50px auto;	width:90%;	height:1px;	border-bottom:1px solid #dedede;}#footer-widget-bar>.container>section>div.widget:first-child>div.separator {display:none;}#footer-widget-bar>.container>section>div.separator {	position:absolute;	right:-10px;	top:0;	margin:0 10px;	border-right:1px solid #dedede;	width:1px;	height:100%;}#footer-widget-bar>.container>section:nth-child(3){clear: right;}#footer-widget-bar>.container>section>div.widget>h4,#footer-widget-bar>.container>section>div.widget h4.footer-widget-title {margin-bottom:20px;}#footer-widget-bar>.container>section>div.widget>span.line {	display: block;	border: 1px solid red;	width: 40px;	position: relative;	margin-top: -17px;	margin-bottom: 27px;}#footer-widget-bar>.container>section>div.widget>#mc_signup {	margin:0 auto !important;}#footer-widget-bar>.container>section>div.widget>#mc_signup .mc_merge_var {margin-bottom:3px !important;}#footer-widget-bar>.container>section>div.widget>#mc_signup form {margin-bottom:0 !important;}/*** Request A Rate Form*/#request-a-rate {	background-color:rgba(255,255,255,1.00);	z-index:999;	position:fixed;	top:-100%;	left:0;	width:100%;	height:100%;	padding:35px;	overflow:auto;}#request-a-rate>div {	margin:0 auto;	max-width:1170px;}#request-a-rate>a.close {	position:absolute;	display:block;	top:35px;	right:35px;	width:48px;	height:48px;	line-height:48px;	font-size:48px;	font-weight:700;	color:#000;	text-align:center;	text-decoration:none;}#request-a-rate>a.close>i{margin-left:-1px;}/*** Comment form*/form {margin-bottom: 1.5em;}#commentform,#comments-form form {	clear: both;	margin-top: 12px;	padding:0 60px;}#commentform .half-input input,#comments-form form .half-input input,#comments-form form .full-input input {width: 100% !important;}textarea,input:not([type=submit]) {  -webkit-box-sizing: border-box;     -moz-box-sizing: border-box;          box-sizing: border-box;}#commentform textarea,#commentform input:not([type=submit]),#comments-form form p textarea,#comments-form form p input:not([type=submit]),#footer-widget-bar .widget input:not([type=submit]),#sidebar .widget input:not([type=submit]) {width: 100%;}#footer-widget-bar .widget input {	border-width:2px !important;	border-style:solid !important;		border-radius:3px;}input[type=submit] {	margin: 0;	cursor: pointer;}#commentform p,#comments-form form p {	display: inline-block;	margin: 0 0 3px;	}#commentform .half-input:nth-child(2),#comments-form form .half-input:nth-child(2) {float: left !important;}#commentform .full-input,#comments-form form .full-input {	float: left;	display: inline-block;	width: 100%;}#commentform .form-submit .submit{	float:right;	text-transform:uppercase;	font-size:12px;	font-weight:700;	background-color:transparent !important;}#comments-form h3#reply-title {	font-size:12px;	text-transform:uppercase;	text-align:center;	border-bottom:1px solid #dedede;	padding-bottom:15px;}#commentform .half-input,#comments-form form .half-input {	float: right;	width: 49%;}#comments #respond {margin-bottom: 24px;}#comments>h3 {padding-bottom: .5em;}#comments #cancel-comment-reply-link {	display: inherit;	float: right;	padding-bottom: 12px;}.ozy-half-input {	float:left;	width: 48%;	overflow:hidden;}.ozy-half-input-last {	float: right;	width: 48%;	overflow:hidden;	}p.ozy-half-input input,p.ozy-half-input-last input {	width:100%;}.ozy-full-input,.ozy-full-input input {width: 100%;}#commentform .required,#comments-form form .required {color: #F00;}/*** Comments*/#comments {padding-top:35px;}#comments li.comment ul,#comments li.comment ol {padding-left: 24px;}#comments ol li.comment {	clear: both;	list-style: none;	overflow: auto;}.comment-body {	clear: both;	box-sizing: border-box;		-webkit-box-sizing: border-box;		-moz-box-sizing: border-box;	border-bottom:1px solid #dedede;	}#comments>ol>li:not(:last-child)>.comment-body {	border-bottom:1px solid #dedede;}.comment-body>div.vcard,.comment-body>.comment-meta.commentmetadata {	display:initial;	width:auto;	font-size:12px;}.comment-body>div.vcard>cite {	font-family:inherit;	font-style:normal;	font-weight:700;	text-transform:uppercase;}.comment-body>div.vcard>span.says{display:none}.author-box>div{display: inline-block;}.comment-body>.comment-meta.commentmetadata {	padding-left:10px;	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;	font-style:italic;}.comment-body>.comment-meta.commentmetadata>a {text-decoration:none !important;}.comment-body>.comment-meta.commentmetadata>a:first-child:before {	font-family:"ozythemes";	content:"\e429";		font-style:normal;	padding-right:2px;	vertical-align: middle;}.comment-body .reply>a {	font-size:10px;	letter-spacing:2px;	text-decoration: none;	text-transform:uppercase;}.comment-body .reply>a:before {	font-family:"ozythemes";	content:"\e274";	padding-right:5px;	vertical-align: middle;}.comment-body{	padding-bottom:20px;	margin-bottom:20px;	padding-left:10px;	padding-right:60px;	}.comment-body>p,.comment-body .reply {padding-left:80px;}.comment-body>div>img,.author-box>div>img{	display:block;	float:left;	margin:0 20px 0 0;	border-radius:50%;}#comments .children{padding-left:0 !important}#comments .children li.comment>div,#comments .children li.comment>p {padding-left:60px;}#post-author {	float: left;	clear: both;	padding: 30px 0;	border-top: 1px solid #dedede;	border-bottom: 1px solid #dedede;	width: 100%;}#post-author h3 {	padding-bottom: .5em;	margin-left: 0;}#post-author .gravatar {	display: block;	float: left;	width: 95px;	padding: 0 !important;}#post-author #author-link p {	padding: 12px;	text-align: right;	padding-right: 0;}.post-content .more-link {font-weight: bold;}.comment .comment-body {position: relative;}#comments>h3{text-align:center;}#comments>h3>span {	display:inline-block;	height:20px;	line-height:18px;	padding:0 7px;	margin-left:10px;	border-radius:3px;	font-size:12px;	font-weight:300 !important;	background-color:#dedede;	vertical-align: middle;}/*** Author page*/.author-page .author-bio {	display: inline-block;	clear: both;	margin-bottom: 2.5em;}.author-page .author-bio .avatar {	width:80px;	height:80px;	float: left;	margin-right:20px !important;	border-radius:50%;}/*.author-page .author-bio .avatar>img {padding-right:20px;}*/.author-page .post-single:last-child {border-bottom: 1px solid transparent !important;}/** * Blog page*/.load_more_blog{opacity:0;}body.single #main>.container>#content{	padding-top:0 !important;	margin-top:35px;	margin-bottom:35px;}.post-excerpt-aside>div,.post-excerpt-status>div {	font-family: "Times New Roman", Times, serif;	font-size: 19px;	}.post-format-status .post-submeta,.post-format-aside .post-submeta,.simple-post-format>div {	padding:20px 60px 20px 20px;	background-color: #3c3c4a;	background-size: cover;	background-repeat: no-repeat;	position: relative;	border-radius:3px;}.simple-post-format>div>span {	display: block;	position: absolute;	right: 0;	top: 0;	width: 80px;	height: 80px;	line-height: 80px;	text-align: center;	font-size: 28px;	padding-top: 5px;}.post-excerpt-status>div>h2,.post-excerpt-quote>div>h2{display:none !important;}body:not(.page-template-page-isotope-blog):not(.page-template-page-isotope-fitrows-blog) .post.post-simple.regular-blog .post-meta-simple,body:not(.page-template-page-isotope-blog):not(.page-template-page-isotope-fitrows-blog) .post>div:not(.featured-thumbnail):not(.ozy-owlcarousel):not(.post-meta):not(.post-submeta),body.single #single-blog-tags,body.single .post-submeta {	padding-left:60px;	padding-right:60px;}body.single .post>article .featured-thumbnail,body.single .post>article .ozy-owlcarousel,body.single .post>article .post-video {	margin-left:-60px;	margin-right:-60px;	border-radius:3px;}.post.post-simple.regular-blog .post-meta-simple{	padding-top:15px;	padding-bottom:10px;}.post-excerpt-quote blockquote {	border: none !important;	margin: 0 !important;	padding: 0 0 0 65px !important;}.post-excerpt-quote blockquote p {padding: inherit !important;}.post-excerpt-quote blockquote:before {display:none;}.post.post-simple.regular-blog,.post.post-simple.regular-blog>div {padding:0 !important;}.post-excerpt-audio>div>div.player {	margin-left: 85px;	height: 100%;	position: relative;}.post-excerpt-audio>div {	border-radius:3px;	padding:20px !important;	height: 162px;	background-size:cover !important;	background-repeat:no-repeat;}.post-excerpt-audio>div>div.player>p {padding:0 !important;}.post-excerpt-audio>div>div .mejs-container {	position: absolute;	bottom: 0;	left: 0;}.post-excerpt-status.simple-post-format>div,.post-excerpt-aside.simple-post-format>div,.post-excerpt-link.simple-post-format>div {	padding-left:115px;	min-height:160px;}.a-page-title:hover {text-decoration: none;}.post-title {margin-bottom:20px;}.post>.header-line{margin-bottom:9px !important;}.post.regular-blog {	position:relative;	background-color:#fff;	border-radius:3px;	overflow:hidden;}.post.regular-blog:not(.post-simple)>div:first-child:not(.featured-thumbnail):not(.ozy-owlcarousel) {	margin-top:50px;}.post.regular-blog .ozy-owlcarousel .owl-wrapper-outer>.owl-wrapper>.owl-item>img{	border-radius:3px;	max-width:100%;	height:auto;}.post .pagination {	margin-top:10px;	font-weight: 700;}.post .pagination>a {	display:inline-block;	padding:5px 10px;	margin:0 5px;	border:1px solid #dedede;}.post .post-content {margin-top: 0 !important;}.post-single {	padding-bottom: 40px;	margin-bottom: 20px;	margin-top: 22px;	width: 100%;	clear: both;	float: left;}div.sticky.post-single {border:2px solid #000;}.post-single:first-child {margin-top: 0 !important;}#content>.post-single:first-of-type {margin-top: 0 !important;}#content>.post-single:first-of-type .postGallerySlider, #content>.post-single:first-of-type .featured-thumbnail {margin-top: 0 !important;}.postGallerySlider,.featured-thumbnail {margin: 0 0 22px 0;}body.single .postGallerySlider,body.single .featured-thumbnail {margin: 0;}.post-single .post-content {margin: 0 !important;}#single-blog-tags:empty {display: none !important;}#single-blog-tags {	display: inline-block;	width: 100%;}#single-blog-tags>strong {	display: inline-block;	float:left;	padding: 5px 10px 0 0;}#single-blog-tags>a {	display: inline-block;	padding: 0 5px;	margin-right: 4px; 	margin-bottom: 6px;	font-size: 12px;	line-height: 18px;	border-radius:3px;	border:1px solid #dedede;	}.page-content,.post-content {position: relative;}.post .post-content,.post-single .post-content {margin: 22px 0;}.post-audio,.post-submeta {	position: relative;	display: inline-block;	width: 100%;	line-height: 50px;}body.single .post-submeta{margin-top: 25px;}.post-submeta>a {	display:inline-block;	margin-right:10px;	height:32px;	line-height:32px;	border-radius:3px;		font-size:12px;	font-weight:700;	text-decoration:none;	max-width:140px;}.post-submeta>.blog-like-link{border:1px solid #dedede;}.post-submeta>.blog-like-link>i {padding:0 20px;}.post-submeta>.blog-like-link>span {	display:inline-block;	height:15px;	line-height:15px;	margin:0 10px 0 20px;	padding:0 5px;		background-color:#dedede;	border-radius:3px;}.post-submeta>.blog-share-twitter,.post-submeta>.blog-share-facebook {	padding:0 45px 0 25px;	background-color:#225b99;	color:#fff !important;}.post-submeta>.blog-share-twitter{	background-color:#00adf2;}.post-submeta>.blog-share-twitter>span,.post-submeta>.blog-share-facebook>span {	font-size:19px;	padding-right:25px;}.post-meta-simple {	display: inline-block;	width: 100%;}body.single .post-meta-simple {padding-top:20px;}.post-meta-simple p:empty {display: none;}.post-meta-simple p {	display: block;	position: relative;	float: left;	margin: 0 4px 0 0 !important;	font-weight: 500 !important;	overflow: visible;}body.single .post-content blockquote{	border:none;	border-top: 1px solid #dedede;	border-bottom: 1px solid #dedede;	margin: 20px 0;	padding:20px 0;	line-height:35px;	font-size:28px;	font-style:italic;}body.single .post-content blockquote:before {	display:none;}.post-content .post-audio {margin-bottom: 12px;}.post-content .post-audio iframe {width: 100%;}.post-content .post-video {	position: relative;	padding-bottom: 56.25%;	height: 0;	overflow: hidden;}.post-video iframe, .post-video object, .post-video embed,.post-audio iframe, .post-audio object, .post-audio embed {	width: 100%;	max-width: 100%;}.chat-transcript {margin-bottom: 24px;}.chat-row {margin-bottom: 12px;}.chat-row .fn {font-weight: 700;}.chat-row .chat-text {	border: 1px solid #dedede;	padding: 12px;}/*** Next & previous post arrows*/@keyframes animation-right-arrow{0%{margin-left:0;opacity:1;transform:rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}50%{margin-left:30px}100%{margin-left:0}}@-moz-keyframes animation-right-arrow{0%{margin-left:0;opacity:1;-moz-transform:rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}50%{margin-left:30px}100%{margin-left:0}}@-webkit-keyframes animation-right-arrow{0%{margin-left:0;opacity:1;-webkit-transform:rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}50%{margin-left:30px}100%{margin-left:0}}@-o-keyframes animation-right-arrow{0%{margin-left:0;opacity:1;-o-transform:rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}50%{margin-left:30px}100%{margin-left:0}}@-ms-keyframes animation-right-arrow{0%{margin-left:0;opacity:1;-ms-transform:rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}50%{margin-left:30px}100%{margin-left:0}}@keyframes animation-left-arrow{0%{margin-left:0;opacity:1;transform:rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}50%{margin-left:-30px}100%{margin-left:0}}@-moz-keyframes animation-left-arrow{0%{margin-left:0;opacity:1;-moz-transform:rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}50%{margin-left:-30px}100%{margin-left:0}}@-webkit-keyframes animation-left-arrow{0%{margin-left:0;opacity:1;-webkit-transform:rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}50%{margin-left:-30px}100%{margin-left:0}}@-o-keyframes animation-left-arrow{0%{margin-left:0;opacity:1;-o-transform:rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}50%{margin-left:-30px}100%{margin-left:0}}@-ms-keyframes animation-left-arrow{0%{margin-left:0;opacity:1;-ms-transform:rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}50%{margin-left:-30px}100%{margin-left:0}}#ozy-related-posts-wrapper{	position:relative;	margin-top:35px;}#newer-older-posts-wrapper{position:relative;}.newer-older {	position:absolute;	right:0;	top:0;	text-align: right;}.newer-older>a {padding-left: 20px;}.newer-older.newer-older-blog {margin-top: 1em;}/*** Pagination*/.page-pagination>a{margin-top:30px;}.page-pagination>a,.page-pagination>span {	display: block;	float: left;	width: 32px;	height: 32px;	line-height: 32px;	font-size: 12px;	font-weight:700;	text-align: center;	text-decoration: none;	margin-right: 6px;	transition: all .2s;	border: 1px solid #dedede;	border-radius:3px;}.page-pagination>a.current {border:none}.page-pagination>a:hover {background-color: transparent;}#comment-navigation {	display:inline-block;	width:100%;}/*** Thumb image*/body:not(.page-template-page-isotope-blog):not(.page-template-page-isotope-fitrows-blog) .featured-thumbnail {	position: relative;	overflow: hidden;	margin-bottom: 22px;	background-size:cover;	background-position: center center;	}body.single .featured-thumbnail {	background-size:auto !important;	background-repeat:no-repeat;}body.single .featured-thumbnail>img {	margin:0 auto;	visibility:hidden;}.featured-thumbnail>img {	display: block;	max-width:100%;	height:auto;	}.featured-thumbnail.regular-blog{	border-top-left-radius:3px;	border-top-right-radius:3px;}.featured-thumbnail.regular-blog>img {	visibility:hidden;	z-index:-1;}.featured-thumbnail>a {	display: block;	position: absolute;	width: 100%;	height: 100%;}.featured-thumbnail>a>span {	position: absolute;	color: #fff !important;	font-size: 32px;	width: 42px;	height: 42px;	line-height: 42px;	text-align: center;	top: 50%;	left: 50%;	margin-top: -21px;	margin-left: -21px;	}/*when single page has no featured image, set date box and padding*/body.single .post:not(.has-post-thumbnail)>article {padding-top:120px;}body.single .post:not(.has-post-thumbnail)>article>.post-meta {	top: 0 !important;	left: 50% !important;	margin-left: -32.5px !important;	}/*** Tooltipsy tooltip*/.tooltipsy {	padding: 6px;	max-width: 200px;	color: #000 !important;	background-color: #fff !important;	margin-bottom: 5px;	font-size: 11px !important;	transition: all .4s;		-webkit-transition: all .4s;	}.tooltipsy:after {    content: '';    position: absolute;    border: 10px solid transparent;    border-left-color: #fff !important;    bottom: -3px;    left: 50%;    z-index: -1;}.tooltipsy.white{	color: #fff !important;	background-color: #000 !important;}.tooltipsy.white:after {	bottom:10px;    top: -10px;    border-left-color: #000 !important;}/*** Google maps background*/#ozy-google-map-background {	width: 100%;	height: 100%;	position: fixed;	top: 0;	left: 0;	z-index: 0;}#google-maps-info-box {	width:200px;	height:60px;}/*** To top button*/#to-top-button {	opacity: 0;	position: fixed;	z-index: 999;	width: 32px;	height: 32px;	right: 12px;	bottom: -32px;	border-radius: 16px;		-webkit-border-radius: 16px;		-moz-border-radius: 16px;	transition: all .2s;		-webkit-transition: all .2s;}body.has-nicescroll #to-top-button { right:27px; }#to-top-button>span {	display: inline-block;	font-size: 14px;	font-weight: 300;	line-height: 32px;	width: 32px;	text-align: center;	padding-top: 1px;	margin-left: -1px;}/*** Wordpress overrides and fixes*/.mejs-controls .mejs-time-rail .mejs-time-current { /*jetpack audio player progress bar*/	background:#333;background:rgba(200,200,200,0.8) !important;background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8))) !important;background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8)) !important;background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8)) !important;background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8)) !important;background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8)) !important;background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8)) !important;}.wp-caption {	margin-top: 12px;	margin-bottom: 12px;	position: relative;	display: inline-block !important;	width: auto !important;}.wp-caption img {display: block;}.wp-caption:hover>p {	opacity: 1;		-moz-opacity: 1;		-webkit-opacity: 1;		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";		filter: alpha(opacity=100);}.wp-caption>p {	display: block;	position: absolute;	width: 100%;	height: 100%;		left: 0;	top: 0;	cursor: pointer;	padding: 6px 12px !important;		*background-color:#000000;	background-color: rgba(0,0,0,.5);	color: #fff;	opacity: 0;		-moz-opacity: 0;		-webkit-opacity: 0;		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		filter: alpha(opacity=0);		box-sizing: border-box;			-webkit-box-sizing: border-box;			-moz-box-sizing: border-box;			transition: all .4s;		-webkit-transition: all .4s;		-moz-transition: all .4s;			}.alignleft {	float: left;	margin: 0 12px 12px 0;	}.textaligncenter {text-align: center;}.aligncenter {	margin: 0 auto;	display: block;}.alignright {	float: right;	margin: 0 0 12px 12px;}.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */	display: none;}.clear {clear: both;}.left {float: left;}.right {float: right;}.left-w-padding {float: left;padding-right:20px;}.right-w-padding {float: right;padding-left:20px;}.disabled{cursor:default !important}.bypostauthor,.gallery-caption,.wp-caption-text,.sticky {/**/}dt {	font-weight: bold;	text-decoration: underline;	padding: 0.5em 0 0 0;}dd {	margin: 0;	padding: 0 0 0.5em 0;}#content table {	max-width: 100%;	width: 100%;    border-spacing:0;    border-collapse:collapse;	margin-bottom: 1.5em;}#content table th,#content table td {	border: 1px solid #dedede;	padding: 6px;}#content br {	margin-top: 0.5em; 	display: block; 	content: ' ';}#request-a-rate p,#content p {	margin: 0;	padding-top: .50em;	padding-bottom: .50em;	}/*** Search Form - Search Icon*/.wp-search-form { position: relative; }.wp-search-form i.oic-simple-line-icons-129,.wp-search-form i.oic-pe-icon-7-stroke-24,.wp-search-form i.oic-pe-icon-7-stroke-139,.wp-search-form i.oic-zoom {	position: absolute;	width: 22px;	height: 22px;	top: 50%;	left: 12px;	margin-top: -8px;	color:#fff;	opacity:0.6;		-moz-opacity:0.6;		-webkit-opacity:0.6;		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";		filter: alpha(opacity=60);}.wp-search-form i.oic-pe-icon-7-stroke-139,.wp-search-form i.oic-simple-line-icons-129 {	left: inherit;	cursor:pointer;	right: 12px;}.wp-search-form #search { padding-left: 32px !important;}/*** Search Page*/body.search article.result {	border: 1px solid #dedede;	width: 366px;	margin-bottom: 20px;	padding: 20px;}body.search article.result img {	max-width:100%;	height: auto;}body.search #gutter-sizer {width:3%;}/*** Masonry Gallery Page Template*/.ozy-masonry-gallery {	width:calc(100% + 10px);	margin-left:-10px;}.ozy-simple-image-grid.hover-model-simple_hover>div {	    display: inline-block;    overflow: hidden;}.ozy-simple-image-grid>div>a>span,.ozy-simple-image-grid>div img {	transition: all .4s;		-webkit-transition: all .4s;		-moz-transition: all .4s;	vertical-align: middle;}.ozy-simple-image-grid.hover-model-simple_hover>div:hover img {    -webkit-transform:scale(1.2);    -moz-transform:scale(1.2);    -o-transform:scale(1.2);    -ms-transform:scale(1.2);    transform:scale(1.2);}.ozy-simple-image-grid.hover-model-simple_hover>div>a>span{	position:absolute;	width:100%;	height:100%;	border:1px solid #dedede;	z-index:1;	background-color:transparent !important;	opacity:1 !important;}.ozy-simple-image-grid.hover-model-simple_hover>div:hover>a>span {border-width:10px;}.ozy-masonry-gallery>div{	width:calc(25% - 10px);	margin:0 0 10px 10px;}.ozy-masonry-gallery.column-2>div{	width:calc(50% - 10px);	margin:0 0 10px 10px;}.ozy-masonry-gallery.column-3>div{	width:calc(33.333% - 10px);	margin:0 0 10px 10px;}.ozy-masonry-gallery.column-5>div{	width:calc(20% - 10px);	margin:0 0 10px 10px;}.ozy-masonry-gallery.column-5>div{	width:calc(20% - 10px);	margin:0 0 10px 10px;}.ozy-masonry-gallery.column-6>div{	width:calc(16.666% - 10px);	margin:0 0 10px 10px;}
    @media only screen and (max-width: 479px) {	
    	.wpcf7-form-control{width:100%!important;}
    	.ozy-masonry-gallery>div,	.ozy-masonry-gallery.column-2>div,	.ozy-masonry-gallery.column-3>div,	.ozy-masonry-gallery.column-5>div,	.ozy-masonry-gallery.column-5>div,	.ozy-masonry-gallery.column-6>div{		width:calc(100% - 10px);	}	
    	#header.menu-align-center .logo{left:50%!important;}	
    	#header #top-menu {    height: 135px!important;}.logo > a > img{max-height:135px!important;}
    	.vc_cta3-content-header > h2{font-size: 21px !important;    line-height: 25px !important;}   
    	 #about_seal h3{font-size: 25px !important;}    #service ul{width:100%!important;}
    	 .left-block > li, .right-block > li, .mid-block > li{line-height:50px!important;}    
    	 #gallery .vc_column-inner {padding:0!important;}    
    	 /*#top-menu .menu-button{height: 45px!important; right: 8px!important;    top: 1px!important;    width: 58px!important;}    */
    	 .widget{padding-bottom:10px!important;}  
    	 .seal-left > li, .seal-right > li{font-size:14px!important;}  
    	 #sealed h3{font-size: 20px !important;    margin-bottom: 0;}    
    	 .vc_custom_1482992502849{background-size:0 0!important;background:#1790C5!important;}}
    	 /*responsive*/
    	 .ozy-masonry-gallery>div>a {	position:relative;	display:block;	overflow:hidden;}.ozy-masonry-gallery>div>a>span {
    	 	position:absolute;	left:0;	top:0;	width:100%;	height:100%;	background-color:#000;	background-color:rgba(0,0,0,.75);	opacity:0;	text-align:center;	transition: all .4s;		-webkit-transition: all .4s;		-moz-transition: all .4s;			}
    	 	.ozy-masonry-gallery>div>a:hover>span {opacity:1;}
    	 	.ozy-masonry-gallery>div>a>span>h5 {	position:absolute;    top: 50%;	width:100%;    transform: translate(0, -50%);	-webkit-transform: translate(0, -50%);	-ms-transform: translate(0, -50%);	color:#fff !important;}.ozy-masonry-gallery>div img {	max-width:100%;	display:block;}
    	 	/*flipping box effect*/.ozy-card {	position: relative;	float:left;	text-align: center;}
    	 	.ozy-card__front,.ozy-card__back {	width: 100%;	height: 100%;}.ozy-card__back {	position: absolute;	top: 0;	left: 0;}
    	 	.ozy-card__front,.ozy-card__back {	-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transition:-webkit-transform 0.9s;transition: transform 0.9s;}
    	 	.ozy-card__front {background-color: #dedede;}.ozy-card__back {	background-color: #3c3c4a;	-webkit-transform: rotateY(-180deg);		transform: rotateY(-180deg);}.ozy-card__back .ozy-card__text {	position:relative;	display:block;	width:100%;	height:100%;}.ozy-card__back .ozy-card__text>span {	position:absolute;	top:50%;	left:0;	width:100%;	transform:translateY(-50%);	text-align:center;	font-weight:500;	color:#fff !important;}.ozy-card__back .ozy-card__text>span:after {	position: relative;	display: block;	content: ' ';	height: 2px;	width: 80px;	margin:5px auto 0 auto;	background-color: #fff;	}.ozy-card__text {margin: auto;}.ozy-card.effect__hover:hover .ozy-card__front {	-webkit-transform: rotateY(-180deg);		  transform: rotateY(-180deg);}.ozy-card.effect__hover:hover .ozy-card__back {  -webkit-transform: rotateY(0);          transform: rotateY(0);}/*** Video background*/div.video-background { 	position: fixed; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; 	z-index: -1; 	overflow: hidden; 	vertical-align: top;}div.video-background video {	min-height: 100%; 	min-width:100%; 	z-index: -2 !important;}div.video-background .ui-video-background { display: none !important; }div.video-background>div { 	position:absolute; 	width:100%; 	height:100%; 	top:0; 	left:0; 	background:url(images/video-pattern.png) repeat fixed !important;	z-index:10; }#video-background>video{ max-width: none !important; }/*** Youtube background*/#tubular-container { 	top: 0; 	left: 0; 	z-index: -2 !important;}#tubular-shield { 	position: fixed !important; 	background:url(images/video-pattern.png) repeat fixed !important; 	z-index: -1 !important;}/* Related posts */.ozy-related-posts { 	width: 100% !important;	padding: 10px 0 0 0 !important; 	margin-left: 0 !important; 	list-style: none; 	display: inline-block;}/*** Single Blog*/.ozy-video-wrapper {	position: relative;	padding-bottom: 56.25%; /* 16:9 */	padding-top: 25px;	height: 0;}.ozy-video-wrapper iframe,.ozy-video-wrapper object,.ozy-video-wrapper embed {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;}.ozy-video-wrapper[data-twttr-id*="twttr-sandbox"] {	position: inherit !important;	height: inherit !important;		padding: 0;}.post-audio .ozy-video-wrapper {		padding-bottom: inherit !important;	padding-top: inherit !important;	height: inherit !important;}.post-audio .ozy-video-wrapper iframe,.post-audio .ozy-video-wrapper object,.post-audio .ozy-video-wrapper embed {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: auto !important;}.ozy-video-wrapper .twitter-tweet {height: auto !important;}.ozy-header-slider,.ozy-footer-slider { 	width:100%; 	min-height: 100px; 	position:relative;	z-index:0;}/*protected post form*/.post-content form.post-password-form label {font-weight:700;}.post-content form.post-password-form input {width:inherit !important;}/*** Widgets*/.flickr-widget>li {	display: inline-block !important;	width: auto !important;	border: none !important;	padding: 0 !important;}.widget li>a {text-decoration: none;}#footer-text>div {	display: inline-block;	float: left;}.ozy-latest-posts {	display: inline-block;	clear: both;}.ozy-latest-posts>a {	position: relative;	display: inline-block;	width: 48%;	overflow:auto;	margin-bottom: 12px;	float: left;	text-transform: uppercase;	font-weight: 700;	border-radius:3px;	}.ozy-latest-posts>a:hover>span {	opacity: 1;		-moz-opacity: 1;		-webkit-opacity: 1;		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";		filter: alpha(opacity=100)}.ozy-latest-posts>a>span {	display: block;	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;	padding: 20px;	transition: all .4s;		-webkit-transition: all .4s;				-moz-transition: all .4s;	opacity: 0;		-moz-opacity: 0;		-webkit-opacity: 0;		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		filter: alpha(opacity=0);}.ozy-latest-posts>a:nth-child(odd){float:left;}.ozy-latest-posts>a:nth-child(even){float:right;}.ozy-latest-posts>a>img {	display: block;	width: 100%;	height: auto;}.ozy-latest-posts-with-thumbs>li>a>span>small,.ozy-simple-latest-posts>li>small {display: block;}.ozy-latest-posts-with-thumbs>li {border:1px solid transparent !important;}.ozy-latest-posts-with-thumbs>li>a{	display:table;  	width: 100%;}.ozy-simple-latest-posts>li>a,.ozy-latest-posts-with-thumbs>li>a {text-transform:uppercase;}.ozy-latest-posts-with-thumbs>li>a>img {	width: 100px !important;	max-width: none !important;	height: auto;	float: left;	border-radius:3px;}.ozy-latest-posts-with-thumbs>li>a>span {    vertical-align: top;/*middle*/    display: table-cell;	width: 100%;	padding-left: 15px;}.tagcloud>a {	text-decoration: none;	padding: 5px 10px;	display: inline-block;	margin-bottom: 4px;	font-size: 80%;	}.widget li>span.post-date { /*classic recent posts widget*/	display: block;	font-size: 80%;}.widget ul ul { /*classic custom menu widget and rest*/	border-top: 1px solid #dedede;	padding-top: 8px !important;	margin-top: 8px !important;	margin-left: 20px !important;}.widget ul.menu li a>i {	margin-left: 0 !important;	margin-right: 5px !important;}.widget ul.menu li .dropdown-menu {	padding-top: 0 !important;}.widget ul.menu li a>i,.widget ul.menu li[class^="oic-"]:before {	padding-right: 6px;	vertical-align: middle;}.widget ul ul>li:last-child {	border-bottom: 1px solid transparent !important;	padding-bottom: 0 !important;}/* generics */.widget br{	content: ' ';	display:block;	margin-bottom:.5em;}.widget img{max-width:100%;}.widget select {width: 100%;max-width:100%;}.widget>ul>li>a.rsswidget{		display:inline-block;		width:100%;		font-weight:700;}.widget>ul>li>div.rssSummary{	border-top:1px solid #dedede;	margin-top:10px;	padding-top:10px;}/* calendar widget */.widget_calendar {float: left;}#wp-calendar {width: 100%; }#wp-calendar caption { text-align: right; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }#wp-calendar thead { font-size: 10px; }#wp-calendar thead th { padding-bottom: 10px;text-align:center; }#wp-calendar tbody td { border: 1px solid #fff; text-align: center; padding:8px 0;}#wp-calendar tbody td:hover { background: #fff;color:#000 }#wp-calendar tbody .pad,#wp-calendar tbody .pad:hover { background: none;border:none !important; }#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }.opening-time {	display:inline-block;	padding:20px;	border:2px solid #000;	width:100%;}.opening-time dl dt,.opening-time dl dd {	float:left;	display:block;	padding:0;	text-decoration:none;	font-weight:normal;	width:50%;	}.widget .testimonial-box {	text-align:center !important;	border-bottom:2px solid #444;	padding-bottom:20px;	margin-bottom:20px;}.widget .testimonial-box>p {	padding:10px 30px 0 30px;	position:relative;}.widget .testimonial-box>p>i.icon-1,.widget .testimonial-box>p>i.icon-2 {	position:absolute;	font-size:22px !important;}.widget .testimonial-box>p>i.icon-1 {	left:0;	top:0;    -webkit-transform:scaleX(-1);    -moz-transform:scaleX(-1);    -o-transform:scaleX(-1);    -ms-transform:scaleX(-1);    transform:scaleX(-1);	}.widget .testimonial-box>p>i.icon-2 {	right:0;	bottom:-10px;    -webkit-transform: rotate(-180deg) scaleX(-1);    -moz-transform: rotate(-180deg) scaleX(-1);    -o-transform: rotate(-180deg) scaleX(-1);    -ms-transform: rotate(-180deg) scaleX(-1);    transform: rotate(-180deg) scaleX(-1);}.widget .testimonial-box>p {	font-size:1.2em !important;}.widget .testimonial-box>h6 {	margin-top:30px !important;	font-size:1.8em !important;	font-weight:300 !important;}/*** File Download Box Widget*/.filedownload-box>ul>li>img {	padding-right:10px;	vertical-align: sub;}/*** Contact Form 7*/.ozy-wide-box {width:100%;}.wpcf7>form>p{display:inline-block}/*** Revolution Slider*/.wpb_revslider_element ul,.wpb_revslider_element ol {	padding-left:0 !important;}/*buttons*/.ozy-revo-button {	position: relative;	display: inline-block;	margin-right: 10px;	margin-left: 0;	vertical-align: middle;	text-align: center;	font-weight: 700;	cursor: pointer;	zoom: 1;	text-decoration: none !important;	letter-spacing: 1px;		-webkit-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;		-moz-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;		-ms-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;		-o-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;	transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;}.ozy-revo-button.large {	padding: 15px 24px;	font-size: 14px;	line-height: 100%;	}.ozy-revo-button.medium {	padding:12px 26px;	font-size:12px;	line-height:100%}.ozy-revo-button.outline {	border-width: 1px!important;	border-style: solid!important;}.ozy-revo-button.light {	border-color: #fff!important;	color: #fff;}.ozy-revo-button.light:hover {	background-color: #fff;	color: #222222;}.ozy-revo-button.dark {	border-color: #222!important;	color: #222;}.ozy-revo-button.dark:hover {	background-color: #222222;	color: #fff;}.ozy-revo-button.light.filled {	background-color: #fff;	border-color: #222!important;	color: #222;}.ozy-revo-button.light.filled:hover {	background-color: #222;	border-color: #fff!important;	color: #fff;}.ozy-revo-button.dark.filled {	background-color: #222;	border-color: #222!important;	color: #fff;}.ozy-revo-button.dark.filled:hover {	background-color: #fff;	border-color: #fff!important;	color: #222;}/*** CSS3 Waypoint Animations*/.ozy-waypoint-animate { opacity: 0; }.ozy-start-animation.ozy-appear {	animation:ozy-appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);	-webkit-animation:ozy-appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);	-moz-animation:ozy-appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);	-o-animation:ozy-appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);	opacity:1;	}@-webkit-keyframes ozy-appear {	0%{-webkit-transform:translate(0, -10%); opacity:0;} 	100%{-webkit-transform:translate(0, 0); opacity:1;}}@-moz-keyframes ozy-appear {	0%{-moz-transform:translate(0, -10%); opacity:0;} 	100%{-moz-transform:translate(0, 0); opacity:1;}}@-o-keyframes ozy-appear {	0%{-o-transform:translate(0, -10%); opacity:0;} 	100%{-o-transform:translate(0, 0); opacity:1;}}@keyframes ozy-appear {	0%{transform:translate(0, -10%); opacity:0;}	100%{transform:translate(0, 0); opacity:1;}}.ozy-start-animation.ozy-fade-appear {	animation:ozy-fade-appear;	-webkit-animation:ozy-fade-appear;	-moz-animation:ozy-fade-appear;	-o-animation:ozy-fade-appear;	opacity:1;	}@-webkit-keyframes ozy-fade-appear {  0% { opacity: 0.1; }  100% { opacity: 1;}}@-moz-keyframes ozy-fade-appear {  0% { opacity: 0.1; }  100% { opacity: 1;}}@-o-keyframes ozy-fade-appear {  0% { opacity: 0.1; }  100% { opacity: 1;}}@keyframes ozy-fade-appear {  0% { opacity: 0.1; }  100% { opacity: 1;}}/** Parallax Row*/.wpb_row {position: relative; /*do not remove this*/}.wpb_row.ozy-custom-row {background-repeat:no-repeat;}.wpb_row.ozy-custom-row.parallax {background-position: 50% 50%;background-size:cover;}.wpb_row.ozy-custom-row.parallax .parallax-wrapper {position: relative;}/** Full Width Page Centered Content & Parallax Stuff*/#footer>footer>.container,#page-title-wrapper>div {	padding-left: 36px;	padding-right: 36px;}.ozy-page-model-no-sidebar.ozy-page-model-full #main>.container {width: 100%;}.ozy-page-model-full.ozy-page-model-no-sidebar #content>div>article>div>.wpb_row.ozy-custom-full-row>.parallax-wrapper {	padding-left: inherit;	padding-right: inherit;	}.ozy-page-model-has-sidebar #main>.container #content.left-sidebar {margin-left: 36px;}.ozy-page-model-has-sidebar #main>.container>#content {float: left;}.ozy-page-model-full #main>.container>#content,.ozy-page-model-full #footer-widget-bar>.widget-container,.ozy-page-model-full #footer>footer>.container,.ozy-page-model-full #footer-widget-bar>.container {margin: 0 auto;}.ozy-page-model-full #footer-widget-bar,.ozy-page-model-full #footer {width: 100%;}.ozy-custom-fullheight-row {	overflow: hidden;	padding: 0 !important;}.ozy-page-model-full #content .wpb_row.vc_row-fluid>div.parallax-wrapper,.ozy-page-model-full #content .wpb_row,.ozy-page-model-full #content .wpb_row.vc_row-fluid.ozy-custom-row.parallax .parallax-wrapper {	max-width: 1242px;/*1140px;*/	margin-left: auto;	margin-right: auto;}/*fix row inside row margin issue*/.vc_row:not(.ozy-custom-full-row) div.parallax-wrapper div.parallax-wrapper {	margin-left:-15px !important;	margin-right:-15px !important;}.ozy-page-model-full #page-title-wrapper>div,.ozy-page-model-full #page-title-wrapper>div.parallax-wrapper {	max-width: 1212px;/*1140px;*/	margin-left: auto;	margin-right: auto;}#content.no-vc {	max-width: 1140px;	padding-bottom:35px;}.ozy-page-model-full #page-title-wrapper.ozy-custom-full-row>div.parallax-wrapper,.ozy-page-model-full #content .wpb_row.vc_row-fluid.ozy-custom-full-row>div.parallax-wrapper,.ozy-page-model-full #page-title-wrapper,.ozy-page-model-full #content .wpb_row.vc_row,.ozy-page-model-full #content .wpb_row.vc_row-fluid {	width: 100%;	max-width: 100% !important;}.ozy-page-model-boxed #main {	position: relative;	max-width:1212px;	margin-left:auto;	margin-right:auto;	}.ozy-row-has-video {	position: relative;	overflow: hidden;}.ozy-row-has-video .video-mask {	position: absolute;	width: 100%;	height: 100%;	left: 0;	top: 0;	background:url(images/video-pattern.png);}.ozy-row-has-video .video-mask.has-bg {	filter: alpha(opacity=0.7);	-moz-opacity: 0.7;	-khtml-opacity: 0.7;	opacity: 0.7;}#content>.wpb_row.vc_row-fluid:first-child {padding-top: 0 !important;}.container.no-vc .vc_col-sm-12.wpb_column.vc_column_container,.ozy-custom-full-row .parallax-wrapper .vc_col-sm-12.wpb_column.vc_column_container,.ozy-custom-full-row .parallax-wrapper .vc_col-sm-12.wpb_column .vc_column-inner {	padding-left: 0 !important;	padding-right: 0 !important;}.ozy-page-model-boxed.ozy-page-model-no-sidebar #main>.container .wpb_row:not(.ozy-custom-full-row) {	padding-left: 21px !important;	padding-right: 21px !important;}.ozy-row-zero-space .wpb_column {	padding-left: 0 !important;	padding-right: 0 !important;}/*** Plugin Fix*/.responsive-map div{max-width:none !important;}/*** Visual Composer Overrides*/.wpb_widgetised_column ul{padding-left: inherit !important;}.wpb_row>.video-mask.has-bg {	position: absolute;	left:0;	right:0;	width:100%;	height:100%;}.gmaps-cover {	position:absolute;	width:100%;	height:100%;	top:0;	left:0;	bottom:0;	right:0;	z-index:1;}.wpb_gmaps_widget .wpb_wrapper{padding: 0 !important;}.vc_heading_white h1,.vc_heading_white h2,.vc_heading_white h3,.vc_heading_white h4,.vc_heading_white h5,.vc_heading_white h6 {color:#fff !important;}.wpb_button_a,.vc_btn {margin-right: 10px;}.vc_btn-lg {padding:20px 22px !important;}.vc_btn_full_width {	margin-top:0 !important;	margin-right:0 !important;	width:100% !important;	text-align:center !important;	padding-top:30px !important;	padding-bottom:30px !important;}.wpb_row {	margin-left: 0 !important;	margin-right: 0 !important;}.wpb_row > .wpb_column > .wpb_wrapper .wpb_content_element:last-child {margin-bottom: 35px;}.vc-icon-ozy_vc_before_after {background:url(images/admin/tweet_32.png) no-repeat;}/*** Separator*/.vc_separator {margin-top: 15px;margin-bottom:15px;}/*** Tabs*/.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li,.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {background-color: transparent !important;}.wpb_tabs .wpb_tabs_nav li{	border: 1px solid #dedede;	margin-right: -1px !important;	transition: none !important;	-moz-transition: none !important;	-webkit-transition: none !important;	-o-transition: none !important;}.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {padding: 1em 0 !important;}.full-tabs .wpb_wrapper ul.wpb_tabs_nav:before,.full-tabs .wpb_wrapper ul.wpb_tabs_nav:after {display: none !important;}.full-tabs ul.wpb_tabs_nav {    width: 100%;    display: table;    table-layout: fixed; /* optional, for equal spacing */	border-collapse: separate;}.full-tabs.wpb_tabs .wpb_tabs_nav li {    display: table-cell;    text-align: center;    vertical-align: middle;	float: none;	max-width: 100%;	font-size: 120%;	}.ozy-tabs-menu {    height: 40px;    float: left;    clear: both;	list-style:none;}.ozy-tabs-menu li {    height: 40px;    line-height: 40px;    float: left;    margin-right: 5px;    background-color: #ccc;    border-top: 1px solid #d4d4d1;    border-right: 1px solid #d4d4d1;    border-left: 1px solid #d4d4d1;	border-top-left-radius:3px;	border-top-right-radius:3px;	}.ozy-tabs-menu li.current {    position: relative;    background-color: #fff;	height:41px;    z-index: 5;}.ozy-tabs-menu li a {    padding: 15px 15px;    color: #fff;	font-size:12px;	    text-decoration: none;}.ozy-tabs-menu .current a {color: #2e7da3;}.ozy-tab {    border-top: 1px solid #d4d4d1;    background-color: #fff;    float: left;    margin-bottom: 20px;    width: 100%;}.ozy-tab-content {    width: 100%;/*660px;*/    padding: 20px 0 0 0;    display: none;}#ozy-tab-1 {display: block;}/*** Accordion*/.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {	border: 1px solid #dedede;	margin-bottom: -1px !important;	outline: none;}/*** Call to action*/.wpb_button {	text-shadow: none !important;	-webkit-transition: all .4s;	transition: all .4s;	}.wpb_call_to_action {	background-color:transparent !important;	border: 1px solid transparent !important;	padding: 0 !important; /*35px 0 0 0*/}/*** Map*/.wpb_map_wraper {padding: 0 !important;}.ozy-multi-google-map *,.gm-style *{max-width:none !important;}/*** Single Image*/.wpb_single_image .vc_single_image-wrapper,.wpb_single_image img {	display: block;	clear: both;}.wpb_single_image.vc_align_center>div img {margin: 0 auto;}.zoom.wpb_single_image {overflow: hidden;}/*** Tour Section*/.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li {	border: 1px solid #dedede;	margin-bottom: -1px !important;}.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li>a {	-webkit-transition: all .4s;	transition: all .4s;	}.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active>a,.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li:hover>a {padding-left: 1.5em;}.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {padding: 0 1em !important;}/*** Flexslider*/.flexslider{ border: none !important; }/*** Icon*/.ozy-icon {	overflow: hidden !important;	-webkit-transition: box-shadow 0.2s;	-moz-transition: box-shadow 0.2s;	transition: box-shadow 0.2s;}.ozy-icon-a,.ozy-icon-a:hover,.ozy-icon-a:active {text-decoration: none;}.ozy-icon.align-center {	display: block !important;	text-align: center;	margin: 0 auto;}.ozy-icon.regular { font-size: 16px !important; width: 50px; height: 50px; line-height: 44px; }.ozy-icon.large { font-size: 32px !important; width: 80px; height: 80px; line-height: 78px; }.ozy-icon.xlarge { font-size: 48px !important; width: 120px; height: 120px; line-height: 120px; }.ozy-icon.xxlarge { font-size: 64px !important; width: 180px; height: 180px; line-height: 187px; }.ozy-icon.xxxlarge { font-size: 128px !important; width: 256px; height: 256px; line-height: 283px;}.ozy-icon.square,.ozy-icon.circle,.ozy-icon.circle2 {	text-align: center;	margin-bottom: 0.5em;	display: inline-block;	overflow: visible;	text-shadow: 0 0 1px rgba(0,0,0,0.3);	}.ozy-icon.square {	padding: 6px;	background:#686868;	color:#fff;		}.ozy-icon.circle {    -webkit-border-radius: 50%;	   -moz-border-radius: 50%;		    border-radius: 50%;	padding: 6px;	background:#686868;	color:#fff;	}.ozy-icon.circle2 {    -webkit-border-radius: 999px;	   -moz-border-radius: 999px;			border-radius: 999px;	padding: 4px;				border:2px solid #686868;	color:#686868;	}a>.ozy-icon {	-webkit-transition: all .4s;	transition: all .4s;	opacity: 1;}/*** Custom List*/.ozy-custom-list {padding: 0 !important;}.ozy-custom-list>li { list-style: none; }.ozy-custom-list>li>span.oic {padding-right: 6px; font-size: 22px; }.ozy-custom-list>li>span:not(.oic){vertical-align:top;line-height:22px;}/*** Clean Slider*/.clean-slider .nivo-directionNav,.clean-slider .nivo-controlNav,.clean-slider .flex-direction-nav,.clean-slider .flex-control-nav {display: none;}.nivoSlider,.flexslider {	border: 0px solid transparent !important;	-webkit-border-radius: 0 !important;	-moz-border-radius: 0 !important;	-o-border-radius: 0 !important;	border-radius: 0 !important;	box-shadow: none !important;	-webkit-box-shadow: none !important;	-moz-box-shadow: none !important;	-o-box-shadow: none !important;}/*** Team Member*//* Caption Style 3 */.ozy-team_member figure {	margin: 0;	position: relative;}.ozy-team_member figure img {	max-width: 100%;	display: block;	position: relative;}.ozy-team_member figcaption {	position: absolute;	top: 0;	left: 0;	padding: 20px;	background: #222222;}.ozy-team_member figcaption h3 {	font-size: 19px !important;	font-weight: 700 !important;}.ozy-team_member figcaption h5 {font-size: 14px !important;}.ozy-team_member figcaption p {font-size: 12px !important;}.ozy-team_member figcaption h3,.ozy-team_member figcaption p {	margin: 0;	padding: 0;	color: #fff !important;}.ozy-team_member figure {overflow: hidden;}.ozy-team_member figure img {	-webkit-transition: -webkit-transform 0.4s;	-moz-transition: -moz-transform 0.4s;	transition: transform 0.4s;}/*.no-touch */.ozy-team_member figure:hover img,.ozy-team_member figure.hover img {	-webkit-transform: translateY(-100px);	-moz-transform: translateY(-100px);	-ms-transform: translateY(-100px);	transform: translateY(-100px);}.ozy-team_member figcaption {	height: 200px;	width: 100%;	top: auto;	bottom: 0;	opacity: 0;	text-align: center;	-webkit-transform: translateY(100%);	-moz-transform: translateY(100%);	-ms-transform: translateY(100%);	transform: translateY(100%);	-webkit-backface-visibility: hidden;	-moz-backface-visibility: hidden;	backface-visibility: hidden;	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;	transition: transform 0.4s, opacity 0.1s 0.3s;}/*.no-touch */.ozy-team_member figure:hover figcaption,.ozy-team_member figure.hover figcaption {	opacity: 1;	-webkit-transform: translateY(0px);	-moz-transform: translateY(0px);	-ms-transform: translateY(0px);	transform: translateY(0px);	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;	-moz-transition: -moz-transform 0.4s, opacity 0.1s;	transition: transform 0.4s, opacity 0.1s;}.ozy-team_member figure figcaption>div {margin-top: 10px;}.ozy-team_member figure figcaption>div>a {	padding: 0 5px;	text-decoration: none !important;}.ozy-team_member figure figcaption>div>a>span {	font-size: 24px !important;	color: #fff !important;	filter: alpha(opacity=0.6);	-moz-opacity: 0.6;	-khtml-opacity: 0.6;	opacity: 0.6;	-webkit-transition: all .4s;	transition: all .4s;}.ozy-team_member figure figcaption>div>a:hover>span {	filter: alpha(opacity=1);	-moz-opacity: 1;	-khtml-opacity: 1;	opacity: 1;	color: #fff !important;}/*** Divider*/.ozy-content-divider { clear: both; }.ozy-divider-cap-left,.ozy-divider-cap-right,.ozy-divider-cap-center {clear: both;}.ozy-content-divider {	position:relative;		border-top:1px solid #dedede;	border-bottom:none;	border-left:none;	border-right:none;}.ozy-content-divider legend {	font-weight: 400;	font-size: 140%;}.ozy-content-divider legend.dcenter {padding: 0 18px 0 18px;}.ozy-content-divider legend.dleft {padding: 0 18px 0 0;}.ozy-content-divider legend.dright {padding: 0 0 0 18px;}h1.ozy-divider-cap-center,h2.ozy-divider-cap-center,h3.ozy-divider-cap-center,h4.ozy-divider-cap-center,h5.ozy-divider-cap-center,h6.ozy-divider-cap-center {margin:0;text-align: center;}h1.ozy-divider-cap-right,h2.ozy-divider-cap-right,h3.ozy-divider-cap-right,h4.ozy-divider-cap-right,h5.ozy-divider-cap-right,h6.ozy-divider-cap-right {margin:0;text-align: right;}h1.ozy-divider-cap-left,h2.ozy-divider-cap-left,h3.ozy-divider-cap-left,h4.ozy-divider-cap-left,h5.ozy-divider-cap-left,h6.ozy-divider-cap-left {margin:0;text-align: left;}/*** Title With Icon*/.title-with-icon-wrapper.connected {	position: relative;	margin-bottom: 35px;}.title-with-icon-wrapper .title-with-icon span {	-webkit-transition: box-shadow 0.2s;	-moz-transition: box-shadow 0.2s;	transition: box-shadow 0.2s;}.title-with-icon-wrapper.connected:before {	content: '';	width: 0px;	height: auto;	border-left: 1px solid #222222;	position: absolute;	left: 25px;	top: 50px;	bottom: -36px;}.title-with-icon-wrapper.connected:last-child {margin-bottom: 0;}.title-with-icon-wrapper.connected:last-child:before {display: none;}.title-with-icon-wrapper.connected.large:before {	left: 40px;	top: 80px;}.title-with-icon-wrapper.connected.xlarge:before {	left: 60px;	top: 120px;}.title-with-icon-wrapper.connected.xxlarge:before {	left: 90px;	top: 180px;}.title-with-icon-wrapper.connected.xxxlarge:before {	left: 128px;	top: 256px;}.title-with-icon-wrapper>.title-with-icon {margin-bottom: 0 !important;}.title-with-icon-wrapper>.top-cs.title-with-icon-content {text-align: center;}.title-with-icon-wrapper>.left-cs.title-with-icon-content.medium {padding-left: 65px;}.title-with-icon-wrapper>.left-cs.title-with-icon-content.large {padding-left: 95px;}.title-with-icon-wrapper>.left-cs.title-with-icon-content.xlarge {padding-left: 135px;}.title-with-icon-wrapper>.left-cs.title-with-icon-content.xxlarge {padding-left: 195px;}.title-with-icon-wrapper>.left-cs.title-with-icon-content.xxxlarge{padding-left: 271px;}.title-with-icon-wrapper.clear>.left-cs.title-with-icon-content.medium {padding-left: 65px;}.title-with-icon-wrapper.clear>.left-cs.title-with-icon-content.large {padding-left: 56px;}.title-with-icon-wrapper.clear>.left-cs.title-with-icon-content.xlarge {padding-left: 77px;}.title-with-icon-wrapper.clear>.left-cs.title-with-icon-content.xxlarge {padding-left: 106px;}.title-with-icon-wrapper.clear>.left-cs.title-with-icon-content.xxxlarge{padding-left: 145px;}.title-with-icon {	display:table !important;	cursor:default;}.title-with-icon.top-style {	text-align:center !important;		width:100%;	}.title-with-icon>h1,.title-with-icon>h2,.title-with-icon>h3,.title-with-icon>h4,.title-with-icon>h5,.title-with-icon>h6 {	display:table-cell;	vertical-align:middle !important;	border-left:15px solid transparent;}.title-with-icon>h1>a,.title-with-icon>h2>a,.title-with-icon>h3>a,.title-with-icon>h4>a,.title-with-icon>h5>a,.title-with-icon>h6>a{text-decoration:none;}.title-with-icon>h1.no-icon,.title-with-icon>h2.no-icon,.title-with-icon>h3.no-icon,.title-with-icon>h4.no-icon,.title-with-icon>h5.no-icon,.title-with-icon>h6.no-icon {border-left:none !important;}.title-with-icon.top-style>h1,.title-with-icon.top-style>h2,.title-with-icon.top-style>h3,.title-with-icon.top-style>h4,.title-with-icon.top-style>h5,.title-with-icon.top-style>h6 {	display:block !important;	float:none !important;	border-left:none !important;}.title-with-icon.top-style>span:after,.title-with-icon.top-style>a>span:after {	display:table !important;	clear:both !important;	content:'' !important;}.title-with-icon.top-style>span,.title-with-icon.top-style>a>span {	margin-right:0px !important;	float:none !important;	display:block !important;	margin:0 auto 20px auto !important;	text-decoration: none !important;}.title-with-icon.top-style>a {text-decoration: none !important;}.title-with-icon>span.medium,.title-with-icon>span.large, .title-with-icon>span.xlarge,.title-with-icon>span.xxlarge,.title-with-icon>span.xxxlarge,.title-with-icon>a>span.medium,.title-with-icon>a>span.large, .title-with-icon>a>span.xlarge,.title-with-icon>a>span.xxlarge,.title-with-icon>a>span.xxxlarge {		width:50px;	height:50px;	line-height:56px !important;	font-size:16px !important;	text-align:center;	display:inline-block !important;	background-image:none !important;	text-decoration:none !important;}.title-with-icon>span.large,.title-with-icon>a>span.large {	width:80px;	height:80px;	line-height:90px !important;	font-size:32px !important;}.title-with-icon>span.xlarge,.title-with-icon>a>span.xlarge {	width:120px;	height:120px;	line-height:134px !important;	font-size:48px !important;}.title-with-icon>span.xxlarge,.title-with-icon>a>span.xxlarge {	width:180px;	height:180px;	line-height:200px !important;	font-size:64px !important;}.title-with-icon>span.xxxlarge,.title-with-icon>a>span.xxxlarge {	width:256px;	height:256px;	line-height:294px !important;	font-size:128px !important;}.title-with-icon>span.large.clear,.title-with-icon>a>span.large.clear {	width:40px !important;	height:40px !important;	line-height:55px !important;	margin-bottom:0 !important;}.title-with-icon>span.xlarge.clear,.title-with-icon>a>span.xlarge.clear {	width:60px !important;	height:60px !important;	line-height:60px !important;		margin-bottom:0 !important;	}.title-with-icon>span.xxlarge.clear,.title-with-icon>a>span.xxlarge.clear {	width:90px !important;	height:90px !important;	line-height:90px !important;		margin-bottom:0 !important;	}.title-with-icon>span.xxxlarge.clear,.title-with-icon>a>span.xxxlarge.clear {	width:128px !important;	height:128px !important;	line-height:128px !important;		margin-bottom:0 !important;	}.title-with-icon>span.rounded,.title-with-icon>a>span.rounded {border-bottom:none !important;}.title-with-icon>span.medium.rounded,.title-with-icon>a>span.medium.rounded,.title-with-icon>span.large.rounded,.title-with-icon>a>span.large.rounded,.title-with-icon>span.xlarge.rounded,.title-with-icon>a>span.xlarge.rounded,.title-with-icon>span.xxlarge.rounded,.title-with-icon>a>span.xxlarge.rounded,.title-with-icon>span.xxxlarge.rounded,.title-with-icon>a>span.xxxlarge.rounded,.title-with-icon>span.circle,.title-with-icon>a>span.circle {	-moz-border-radius:50%;	-webkit-border-radius:50%;	border-radius:50%;}.title-with-icon>span.clear,.title-with-icon>a>span.clear {	background-color:transparent !important;	border-bottom:none !important;}.title-with-icon>span.rounded,.title-with-icon>span.rectangle,.title-with-icon>span.circle {overflow: hidden;}.title-with-icon>a>span.circle,.title-with-icon>span.circle {border:1px solid #dedede;}/*** Interactive Box*/.ozy-iabox-wrapper {}.ozy-iabox {	position: relative;	padding: 30px 36px !important;	background-size: cover;	background-position: center center;	overflow: hidden;}.ozy-iabox>a {	display: block;	position: absolute;	width: 100%;	height: 100%;	padding: 30px 36px !important;	top: 0;	left: 0;	text-decoration: none;	z-index: 1;		opacity: 0;		-moz-opacity: 0;		-webkit-opacity: 0;		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		filter: alpha(opacity=0);}.ozy-iabox>i,.ozy-iabox>a>i {	display: block;	position: absolute;	font-size: 32px;	width: 32px;	height: 32px;	line-height: 32px;	text-align: center;		padding-top: 2px;	right: 36px;	bottom: 36px;}.ozy-iabox:hover>a {	opacity: 1;		-moz-opacity: 1;		-webkit-opacity: 1;		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";		filter: alpha(opacity=100);	}.ozy-iabox>div,.ozy-iabox>h2 {	position: relative;	z-index: 1;}.ozy-iabox>a>.heading,.ozy-iabox>.heading {	margin-bottom: 15px;	font-weight: 300 !important;}.ozy-iabox>video {	position: absolute;	min-width: 100%;	min-height: 100%;	top: 0;	bottom: 0;	left: 0;	right: 0;	display: inline-block;	z-index: 0;}/*** Testimonials Slider*/.ozy-testimonials .owl-prev,.ozy-testimonials .owl-next{	display:none !important;}.ozy-testimonials.ozy-owlcarousel .owl-pagination {	bottom:-50px !important;}.ozy-testimonials { backround-color: transparent !important; margin-bottom: 3.5em; }.ozy-testimonials .thumb { 	float: right;	display: block;	width: 48px !important;	height: 48px !important;    -webkit-border-radius: 50%;	   -moz-border-radius: 50%;			border-radius: 50%;}.ozy-testimonials img {	width: 48px !important;	height: 48px !important;	max-width: 48px !important;	max-height: 48px !important;}.ozy-testimonials .username {	line-height: 48px;	padding-right: 10px;}.ozy-testimonials .thumb>span { 	display: block;	overflow: hidden;	width: 48px;	height: 48px;    -webkit-border-radius: 50%;	   -moz-border-radius: 50%;			border-radius: 50%;}.ozy-testimonials .owl-item>div {	text-align: center;	position: relative;	width: auto;}.ozy-testimonials .owl-item .info .itext {	float: right;	text-align: right;	padding-right: 10px;}.ozy-testimonials .owl-item .info {	white-space:nowrap;	text-align: right !important;	margin-top: 40px;	display: inline-block;	position: relative;	width: auto;}.ozy-testimonials .owl-item .subtitle {top: 30px;}.ozy-testimonials .owl-item .username {top: 20px;}.ozy-testimonials {width: 100% !important;}.ozy-testimonials .testimonial {	font-size: 140%;	line-height: 140%;	font-weight: 300;	width:70%;	margin:0 auto;	}/*** Count To*/.ozy-counter>.timer {	font-size: 57px;	font-weight: bold;	line-height: 57px;	text-align: center;}.ozy-counter>span {	display: block;	font-size: 13px;	text-align: center;	}.ozy-counter>.hr {	display: block;	margin: 20px auto;	width: 30px;	height: 1px;	background-color: #000;}/*** Extra CSS definitions*/.row-botton-button {	display: block;	position: absolute;	bottom: 0;	left: 50%;	margin-left: -30px;	width: 60px;	height: 60px;	font-size: 32px !important;	line-height: 60px !important;	text-align: center;	font-weight: 700;}.ozy-floating-box {	position: relative;}.ozy-vertical-centered-element,.ozy-floating-box>div {    position: absolute;	width: 100%;    top: 50%;    transform: translate(0, -50%);	-webkit-transform: translate(0, -50%);	-ms-transform: translate(0, -50%);	}/*  * 	Core Owl Carousel CSS File *	v1.3.2 *//* clearfix */.owl-carousel .owl-wrapper:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}.ozy-owlcarousel.navigation-off .owl-controls .owl-pagination,.ozy-owlcarousel.navigation-off .owl-controls .owl-buttons,.ozy-owlcarousel.navigation-arrows .owl-controls .owl-pagination,.owl-carousel.with-feed .owl-controls {	display: none !important;}/* display none until init */.owl-carousel,.owl-carousel div {	max-width: none !important;}.owl-carousel{	display: none;	position: relative;	width: 100%;	-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{	overflow: hidden;	position: relative;	width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{	-webkit-transition: height 500ms ease-in-out;	-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;	transition: height 500ms ease-in-out;}.owl-carousel .owl-item{	float: left;	overflow:hidden;}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.ozy-owlcarousel .item,.grabbing {cursor:url(images/handnmove.cur) 8 8, move;}/* fix */.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{	-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}/** 	Owl Carousel Owl Demo Theme *	v1.3.2*/.owl-post-slider {margin-bottom:25px;}.owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */.owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #869791;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */.owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/.owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}.owl-theme .owl-controls .owl-page span{	display: block;	width: 8px;	height: 8px;	margin: 5px 5px;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #000;}/* If PaginationNumbers is true */.owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */.owl-item.loading{	min-height: 100px;	background: url(images/progress.gif) no-repeat center center}.ozy-owlcarousel .item{opacity:0;}.ozy-owlcarousel[data-items="1"] .item {margin: 0 !important;}.ozy-owlcarousel .item>img {	display: block;	width: 100%;	height: auto;}.ozy-owlcarousel .item.item-extended {	position: relative;	overflow: hidden; /*add this to make sure there is no 1px extra space under the items*/}.ozy-owlcarousel .item.item-extended p.instagram-meta {text-align: center;}.ozy-owlcarousel .item.item-extended p.instagram-meta span {	font-size:32px;	padding-right:20px;}.ozy-owlcarousel .item.item-extended p.instagram-meta span i {	padding-top:10px;	padding-right:10px;}.ozy-owlcarousel .item.item-extended>a {	display: block;	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;}.ozy-owlcarousel .item.item-extended>a.hover .overlay-one,.ozy-owlcarousel .item.item-extended>a:hover .overlay-one {top: 100%; /*-100% for different effect*/}.ozy-owlcarousel .item.item-extended>a:hover .overlay-two {top: 0;}.ozy-owlcarousel.with-feed .item.item-extended>a.hover .overlay-two h2 {text-align: center;}.zoom.wpb_single_image>div>img,.zoom.wpb_single_image>div>a>img,.ozy-owlcarousel .item.item-extended>img,.ozy-image-with-caption>figure>img,.ozy-fancyimagebox>img {	max-width:100%;    -moz-transform:scale(1);    -webkit-transform:scale(1);    -o-transform:scale(1);    transform:scale(1);    -webkit-transition: all .7s ease;    -moz-transition: all .7s ease;    -o-transition: all .7s ease;    transition: all .7s ease;}.zoom.wpb_single_image>div:hover>a>img,.zoom.wpb_single_image>div:hover>img,.ozy-owlcarousel .item.item-extended:hover>img,.ozy-image-with-caption:hover>figure>img,.ozy-fancyimagebox:hover>img {    -moz-transform:scale(1.3) rotate(-10deg);    -webkit-transform:scale(1.3) rotate(-10deg);    -o-transform:scale(1.3) rotate(-10deg);    transform:scale(1.3) rotate(-10deg);}.ozy-owlcarousel .item.item-extended>a>div {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;}.ozy-owlcarousel .item.item-extended>a .overlay-one {	position: relative;	-webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000);	   -moz-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000);		 -o-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000);			transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);	   -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);		 -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);			transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */}.ozy-owlcarousel .item.item-extended>a .overlay-one>* {    -moz-box-sizing: border-box;    color: #FFFFFF;    position: absolute;    text-align: center;    top: 50%;    transform: translate(0px, -50%);	-webkit-transform: translate(0px, -43%);	-ms-transform: translate(0px, -43%);    width: 100%;	text-align: center;	margin: 0 !important;}.ozy-owlcarousel .item.item-extended>a .overlay-one>h4 {padding:10px;}.ozy-owlcarousel .item.item-extended>a .overlay-one>span {	font-size: 80px;	line-height: 100px;	display: block;}.ozy-owlcarousel .item.item-extended>a .overlay-two {	background-color: rgba(255,255,255,0.5);		top: 101%;		-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);	   -moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);		 -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);			transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);	   -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);		 -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);			transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */		}.ozy-owlcarousel .item.item-extended>a .overlay-two>p {	position: absolute;	bottom: 10px;	padding: 30px;	font-size: 20px;	line-height: 27px;	font-weight: 300 !important;}.ozy-owlcarousel .item.item-extended>a .overlay-two>p>span {	display: block;	font-size: 26px;	line-height: 36px;	padding-top: 30px;}.ozy-owlcarousel.with-feed .item.item-extended>a .overlay-two>div {    position: absolute;width: 100%;top: 50%;transform: translate(0, -50%);-webkit-transform: translate3d(0, -50%,0);-ms-transform: translate(0, -50%);padding: 0 20px;	}.ozy-owlcarousel.with-feed .item.item-extended>a .overlay-two>div>h2,.ozy-owlcarousel.with-feed .item.item-extended>a .overlay-two>div>h5 {	font-weight: 300 !important;	text-align: center !important;	}/*single slider*/.ozy-owlcarousel.single .owl-item .caption {	padding:0 150px;	position:absolute;	width: 100%;	left:0;    top: 50%;	-webkit-transform: translate(100px,-50%);	-moz-transform: translate(100px,-50%);	-ms-transform: translate(100px,-50%);	transform: translate(100px,-50%);	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;	opacity: 0;		-moz-opacity: 0;		-webkit-opacity: 0;		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		filter: alpha(opacity=0);}.ozy-owlcarousel.single .owl-item.active .caption {	-webkit-transform: translate(0px,-50%);	-moz-transform: translate(0px,-50%);	-ms-transform: translate(0px,-50%);	transform: translate(0px,-50%);	-webkit-transition-delay: 0.4s;	transition-delay: 0.4s; 	opacity: 1;		-moz-opacity: 1;		-webkit-opacity: 1;		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";		filter: alpha(opacity=100);}.ozy-owlcarousel.single .owl-item .caption a.generic-button,.ozy-owlcarousel.single .owl-item .caption a.frame {	display:inline-block;	margin-top:10px;	border:2px solid #ffffff;	padding:6px 14px;	text-decoration:none;}.ozy-owlcarousel.single .owl-item .caption a.generic-button {border:none !important;}.ozy-owlcarousel.single .owl-buttons .owl-prev,.ozy-owlcarousel.single .owl-buttons .owl-next {	position: absolute;	transition: all .2s;		-webkit-transition: all .2s;		-moz-transition: all .2s;	top:0;	height:100%;	left:0;	width:50px;	height:100%;	text-align:center;	line-height:64px;	font-size:64px;	background-color:transparent !important;	padding:0 !important;	margin:0 !important;}.ozy-owlcarousel.single .owl-buttons .owl-prev i,.ozy-owlcarousel.single .owl-buttons .owl-next i {	display:block;	position:absolute;	width:100%;	text-align:center;	top:50%;	-webkit-transform: translateY(-50%);	-moz-transform: translateY(-50%);	-ms-transform: translateY(-50%);	transform: translateY(-50%);	}.ozy-owlcarousel.single .owl-buttons .owl-next {	left:inherit;	right:0;}.ozy-owlcarousel.single .owl-controls {	text-align: center;	margin-top: -28px;}.ozy-owlcarousel.single .owl-pagination {	position: relative;	bottom: 40px;	background: rgba(255, 255, 255, 0.2);	height: 10px;	display: inline-block; }
    	
         @media only screen and (min-width: 1200px){.wpcf7-form-control{background:#ddd!important;border-radius:0!important;width:500px!important;color:#000000;}};
    	 @media only screen and (max-width: 1200px) {.ozy-owlcarousel.single .owl-pagination {bottom: 40px; }}

    	 @media only screen and (max-width: 760px) {.ozy-owlcarousel.single .owl-pagination { bottom: 20px; }}
    	 .ozy-owlcarousel.single .owl-pagination .progressbar {	position: absolute;	top: 0;	bottom: 0;	left: 5px;	max-width: 97%;	width: 0px;	background: white;	z-index: 0;	-webkit-border-radius: 5px;	-moz-border-radius: 5px;	-ms-border-radius: 5px;	border-radius: 5px;	background-clip: padding-box;	/* stops bg color from leaking outside the border: */	transition: width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }.ozy-owlcarousel.single .owl-pagination .owl-page {	display: inline-block;	z-index: 10;	position: relative;	width: 20px;	height: 20px;	background: #000000;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	-ms-border-radius: 10px;	border-radius: 10px;	background-clip: padding-box;	/* stops bg color from leaking outside the border: */	margin-left: 80px;	top:-5px;	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;	-webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05); }.ozy-owlcarousel.single .owl-controls .owl-page span {	width: 10px !important;	height: 10px !important;}@media only screen and (max-width: 1200px) {.ozy-owlcarousel.single .owl-pagination .owl-page { margin-left: 40px; }}.ozy-owlcarousel.single .owl-pagination .owl-page:after {	content: '';	display: block;	position: absolute;	top: -1px;	left: -1px;	width: 22px;	height: 22px;	background: none;	-webkit-border-radius: 12px;	-moz-border-radius: 12px;	-ms-border-radius: 12px;	border-radius: 12px;	background-clip: padding-box;	/* stops bg color from leaking outside the border: */	border: 9px solid white;	transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;}.ozy-owlcarousel.single .owl-pagination .owl-page.active:after { border-width: 6px; }.ozy-owlcarousel.single .owl-pagination .owl-page:first-child { margin-left: 0; }/*Owl Testimonial Box*/.ozy-owlcarousel .item.item-extended.testimonial {	border-radius:4px;	margin:0 10px;}.ozy-owlcarousel .item.item-extended.testimonial>div>a {	display:block;	min-height:400px;	text-decoration:none;	background-size:cover;	background-repeat:no-repeat;}.ozy-owlcarousel .item.item-extended.testimonial>div>a>div {	position:absolute;	background-color:#000;	background-color:rgba(0,0,0,.8);	color:#fff;}.ozy-owlcarousel .item.item-extended.testimonial>div>a>div.one {	bottom:80px;	height:calc(100% - 100px);	opacity:0;	padding:36px;	text-align:center;	transition: all .4s;		-webkit-transition: all .4s;		-moz-transition: all .4s;		}.ozy-owlcarousel .item.item-extended.testimonial>div>a>div.one i.icon-1,.ozy-owlcarousel .item.item-extended.testimonial>div>a>div.one i.icon-2 {	position:absolute;	font-size:18px !important;	opacity:.5;}.ozy-owlcarousel .item.item-extended.testimonial>div>a>div.one i.icon-1 {	left:15px;	top:15px;    -webkit-transform:scaleX(-1);    -moz-transform:scaleX(-1);    -o-transform:scaleX(-1);    -ms-transform:scaleX(-1);    transform:scaleX(-1);	}.ozy-owlcarousel .item.item-extended.testimonial>div>a>div.one i.icon-2 {	right:15px;	bottom:15px;    -webkit-transform: rotate(-180deg) scaleX(-1);    -moz-transform: rotate(-180deg) scaleX(-1);    -o-transform: rotate(-180deg) scaleX(-1);    -ms-transform: rotate(-180deg) scaleX(-1);    transform: rotate(-180deg) scaleX(-1);}.ozy-owlcarousel .item.item-extended.testimonial:hover>div>a>div.one {	opacity:1;	bottom:100px;}.ozy-owlcarousel .item.item-extended.testimonial>div>a>div.two {	bottom:0;	height:100px;	padding:15px;	width:100%;}.ozy-owlcarousel .item.item-extended.testimonial>div>a>div.two>span {	position:absolute;	top:50%;	width:62%;	    transform: translate(15px, -50%);	-webkit-transform: translate(15px, -50%);	-ms-transform: translate(15px, -50%);	font-size:90%;}.ozy-owlcarousel .item.item-extended.testimonial>div>a>div.two>span>br{margin:0 !important;}.ozy-owlcarousel .item.item-extended.testimonial>div>a .profile-pic {	float:left;	width:70px;	height:70px;	border-radius:4px;}/*Owl WooCommerce Carousel*/.ozy-owlcarousel.woocommerce-carousel .item-extended figure {position:relative;}.ozy-owlcarousel.woocommerce-carousel .item-extended div.overlay {	position:absolute;	top:0;	left:0;	width:100%;	height:100%;	background-color:rgba(0,0,0,0.7);	opacity:0;	transition: all .2s;		-webkit-transition: all .2s;		-moz-transition: all .2s;	}.ozy-owlcarousel.woocommerce-carousel .item-extended:hover div.overlay {opacity:1;}.ozy-owlcarousel.woocommerce-carousel .item-extended div.info {text-align:center;}.ozy-owlcarousel.woocommerce-carousel .item-extended div.overlay>div {	position:absolute;	width:50%;	height:110px;	top:50%;	left:50%;	margin-left:-25%;	margin-top:-60px;}.ozy-owlcarousel.woocommerce-carousel .item-extended div.overlay>div>a {	display:inline-block;	width:100%;	line-height:50px;	text-align:center;	font-size:12px;	text-decoration:none;}.ozy-owlcarousel.woocommerce-carousel .item-extended div.overlay>div>a.button {	background-color:#fff !important;	color:#000 !important;	margin-bottom:10px;}.ozy-owlcarousel.woocommerce-carousel .item-extended div.overlay>div>a.product-details {	background-color:#000 !important;	color:#fff !important;}.ozy-owlcarousel.woocommerce-carousel .item-extended div.overlay>div>a.button:hover {background-color:rgba(255,255,255,0.7) !important;}.ozy-owlcarousel.woocommerce-carousel .item-extended div.overlay>div>a.product-details:hover {background-color:rgba(0,0,0,0.7) !important;}/*** News Ticker*/#ozy-tickerwrapper{	position:relative;	padding:15px 0;	width:100%;	border-top:1px solid #dedede;	border-bottom:1px solid #dedede;}#ozy-tickerwrapper ul li{list-style:none}#ozy-tickerwrapper ul{padding:0 !important}#ozy-tickerwrapper>strong {	display:block;	line-height:31px;	float:left;	padding-right:30px;	margin-right:30px;	border-right:1px solid #dedede;}#ozy-tickerwrapper ul li{line-height:31px;}#ozy-tickerwrapper .ozy-ticker{	width:auto;	height:31px;	overflow:hidden;}#ozy-tickerwrapper div.pagination {	position:absolute;	top:28px;	right:0;	height:30px;}#ozy-tickerwrapper div.pagination>a {	display:inline-block;	float:left;	margin-left:5px;}#ozy-tickerwrapper div.pagination>a>span {	display:block;	width:6px;	height:6px;	border-radius:6px;	background-color:#83838c;}#ozy-tickerwrapper div.pagination>a.active>span{	background-color:yellow;}@media only screen and (max-width: 479px) {#ozy-tickerwrapper div.pagination{display:none}}/*** News Ticker Box*/.ozy-news-box-ticker-wrapper.panel ul{    padding:0px;    margin:0px;    list-style:none;}.ozy-news-box-ticker-wrapper .news-item{    /*padding:4px 4px;*/	padding:10px 0;    margin:0px;    border-bottom:1px solid #555; }.ozy-news-box-ticker-wrapper .news-item p{padding:0 !important}.ozy-news-box-ticker-wrapper .news-item:first-child {	padding-top:0;}.ozy-news-box-ticker-wrapper .panel-footer>ul{	position:relative;	margin-top:20px;	height:40px;}.ozy-news-box-ticker-wrapper .panel-footer>ul>li {	display:block;	position:absolute;	width:40px;	height:40px;	text-align:center;	right:0;	}.ozy-news-box-ticker-wrapper .panel-footer>ul>li:first-child{right:42px;}.ozy-news-box-ticker-wrapper .panel-footer>ul>li>a {	display:block;	line-height: 30px;	padding-top: 5px;}	/*** Morph Text*/.morphext > span {display: none;}.morphext > .animated {display: inline-block;}.ozy-tlt,.ozy-text-rotate {overflow: hidden;}/*** Master Slider*/.ms-moz .ms-slide-bgcont>img { transform: translateX(0px); }/*firefox fix for 2.9.9*/.ms-tabs .ms-thumb>h2{line-height:inherit !important;}.master-slider div:not(.ms-tooltip), .master-slider img { max-width: none !important; } .master-slider a { -webkit-transition: none !important; -moz-transition : none !important; transition: none !important; }.wpb_row .master-slider-parent * {	/*fix for non fittin sliders like iPhone slider*/    -webkit-box-sizing: content-box !important;    box-sizing: content-box !important;}.ms-skin-black-1 .ms-tooltip-point .ms-point-center{margin: -6px 0 0 -6px !important;}.ms-tooltip-point .ms-point-center{border-color:#FF0004 !important;background-color:#CC0003 !important;}.ms-skin-black-1 .ms-tabs .ms-thumb-frame {	background-color: #2c2c2c;	text-shadow: none !important;	color: #fff;	border: solid 1px #000;}.ms-skin-black-1 .ms-tabs .ms-thumb-frame-selected {background: #000 !important;}.ms-skin-black-1 .ms-thumb-ol {border-bottom-color:#000 !important;}.page-template-page-masterslider-full-php #main {	display: block !important;	width: 100% !important;	/*height: 100% !important;*/}.page-template-page-masterslider-full-php #main>.container {	width: 100% !important;		height: 100% !important;	overflow: hidden !important;}.master-slider-parent {	padding-bottom:0 !important; }div.ms-thumbs-cont { max-width: none !important; }/*** Mail Chimp*/.mc_custom_border_hdr,.mc_var_label.mc_header.mc_header_email,.mergeRow{display:none !important;}.mc_form_inside{position: relative;}.mc_merge_var{width: 100%;padding-right: 86px;}.mc_signup_submit{	min-width: 140px;	position: absolute;	right: 0;	padding: 0;	text-align: right;	bottom: 0;}.mc_signup_submit>input{padding:12px 10px;}.parallax-wrapper .mc_signup_submit>input{padding: 7px 10px 8px 10px;}#footer-widget-bar .widget input.mc_input{background-color:transparent !important;}@-moz-document url-prefix() { 	#mc_signup_submit{height:49px;}	.parallax-wrapper #mc_signup_submit{height:38px;}}/*** Mail Chimp Widget*/form.ns_widget_mailchimp_form{	position: relative;	padding-bottom: 20px;}form.ns_widget_mailchimp_form input[type=email] {	position: absolute;	left: 0;	background-color:transparent !important;}form.ns_widget_mailchimp_form input.button {	position: absolute;	right: 0;    padding-left: 15px;    padding-right: 15px;}form.ns_widget_mailchimp_form label{display: none !important;}/*** Grid Gallery Page Template*/.ozy-grid-gallery {	width: 100%;	height: auto;}.ozy-grid-gallery>ul {	padding:0 !important;}.ozy-grid-gallery li {	width: 25%;	position: relative;	float: left;	overflow: hidden;}.ozy-grid-gallery .transform {	-webkit-transition: all .25s cubic-bezier(.2, .31, .36, 1);       -moz-transition: all .25s cubic-bezier(.2, .31, .36, 1);	     -o-transition: all .25s cubic-bezier(.2, .31, .36, 1);	        transition: all .25s cubic-bezier(.2, .31, .36, 1);}.ozy-grid-gallery span {	width: 100%;	height: 100%;	display: block;}.ozy-grid-gallery img {	position: relative;    width: auto\9;    height: auto;    max-width: 100%;    vertical-align: middle;    border: 0;    -ms-interpolation-mode: bicubic;    -webkit-backface-visibility: hidden;    -webkit-transform: translateZ(0);    transform: translateZ(0);}.ozy-grid-gallery .info {	width: 100%;	height: 100%;	position: absolute;	z-index: 10;	background: #000;    text-align: center;    -webkit-transform: translateZ(0);   	        transform: translateZ(0);}.ozy-grid-gallery .info h3 {color:#fff !important;}.ozy-grid-gallery .title {	font-weight: bold;	font-size: 20px;    color: rgb(43, 43, 43);    position: relative;    top: 45%;}.page-template-page-grid-gallery-php #main>.container {	padding:0 !important;}.page-template-page-grid-gallery-php #main>.container>#content {	max-width:100% !important;	width:100% !important;	padding:0 !important;}/*** 404 & Countdown Template*/body.page-template-page-countdown-php #ozycounter,body.error404 #error404 {	padding-top: 60px;	position: relative;	z-index: 1;}body.page-template-page-countdown-php #ozycounter h1,body.page-template-page-countdown-php #ozycounter p,body.error404 #error404 h1,body.error404 #error404 p {	color: #fff !important;	text-align: center;}body.error404 #error404 input {	margin-top: 60px;	width: 100%;}/*body.error404 #error404 .wp-search-form i.oic-zoom {top: 83px;}*/body.error404 #error404 .wp-search-form {margin-top:35px;}body.page-template-page-countdown-php #canvas,body.error404 #canvas {	display: block;	width:100%;	height:100%;	position:absolute;	top:0;	left:0;	z-index:0;}body.page-template-page-countdown-php .post-content {	margin-top:30px !important;		text-align:center;}body.page-template-page-countdown-php #ozycounter #counter {	margin-top:30px;	display:inline-block;}body.page-template-page-countdown-php #ozycounter .desc>div {	width:25%;	text-align:center;	float:left;}body.page-template-page-countdown-php #ozycounter #counter .cntSeparator {	font-size:32px;	font-weight:700;	color:#fff;	margin:0 10px;	line-height:71px;}body.page-template-page-countdown-php #trees,body.error404 #trees {	position:absolute;	bottom:0;	left:0;	width:100%;	height:681px;	background:url(images/assets/trees2.png) no-repeat bottom center;	background-size:cover;}/*** Misc Page Templates*/body.error404,body.page-template-page-countdown-php,body.page-template-page-masterslider-full-php {	padding: 0 !important;	margin: 0 !important;}body.error404 #main,body.page-template-page-countdown-php #main,.page-template-page-masterslider-full-php #main {	-ms-transform: translate(0, 0);	-moz-transform: translate(0, 0);	-webkit-transform: translate3d(0, 0, 0);	transform: translate(0, 0);	-ms-transition: -ms-transform 0.28s ease-in-out;	-moz-transition: -moz-transform 0.28s ease-in-out;	-webkit-transition: -webkit-transform 0.28s ease-in-out;	transition: transform 0.28s ease-in-out;	position: relative;}/*** Anything Wrapper 2*/.ozy-anything-wrapper-x .parallax-wrapper {max-width:100% !important;}.ozy-anything-wrapper-x.v-center {    position: absolute;    top: 50%;    transform: translateY(-50%);		-webkit-transform: translateY(-50%);		-ms-transform: translateY(-50%);}.ozy-anything-wrapper-x.v-bottom {    position: absolute;	top:inherit;    bottom:0;}.ozy-anything-wrapper-x.h-center {    position: absolute;	left:50%;    transform: translateX(-50%);		-webkit-transform: translateX(-50%);		-ms-transform: translateX(-50%);}.ozy-anything-wrapper-x.h-right {    position: absolute;	right:0;    transform: translateX(0);		-webkit-transform: translateX(0);		-ms-transform: translateX(0);}.ozy-anything-wrapper-x.v-center.h-center {    transform: translate(-50%,-50%);		-webkit-transform: translate(-50%,-50%);		-ms-transform: translate(-50%,-50%);}.ozy-anything-wrapper-x.v-center.h-right {    transform: translate(0,-50%);		-webkit-transform: translate(0,-50%);		-ms-transform: translate(0,-50%);}/*** Flip Box*//* simple */.flip-container {	-webkit-perspective: 1000;	-moz-perspective: 1000;	-ms-perspective: 1000;	perspective: 1000;	-ms-transform: perspective(1000px);	-moz-transform: perspective(1000px);		-moz-transform-style: preserve-3d; 		-ms-transform-style: preserve-3d; 	max-width: none !important;}.flip-container p>br {margin-bottom: 1em !important;}/* START: Accommodating for IE */.flip-container:hover .back,.flip-container.hover .back {-webkit-transform:rotateY(0deg);-moz-transform: rotateY(0deg);-o-transform: rotateY(0deg);-ms-transform: rotateY(0deg);transform: rotateY(0deg);}.flip-container:hover .front, .flip-container.hover .front{-webkit-transform:rotateY(180deg);-moz-transform: rotateY(180deg);-o-transform: rotateY(180deg);transform: rotateY(180deg);}/* END: Accommodating for IE */.flip-container, .flip-container .front,.flip-container .back {width:100%;height:100%;/*border-radius:2px;*/}.flip-container .front h3,.flip-container .front p, .flip-container .back h3, .flip-container .back p {text-align: center;}.flip-container .front i,.flip-container .back i {display: block;font-size: 48px;line-height: 48px;text-align: center;margin: 20px 0;}.flipper {-webkit-transition: 0.6s;-webkit-transform-style: preserve-3d;-ms-transition: 0.6s;-moz-transition: 0.6s;-moz-transform: perspective(1000px);-moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;transition: 0.6s;transform-style: preserve-3d;display: block;position: relative;height: 100%;}.flip-container .front,.flip-container .back {-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;-webkit-transition: 0.6s;-webkit-transform-style: preserve-3d;-moz-transition: 0.6s;-moz-transform-style: preserve-3d;-o-transition: 0.6s;-o-transform-style: preserve-3d;-ms-transition: 0.6s;-ms-transform-style: preserve-3d;transition: 0.6s;transform-style: preserve-3d;display: block;position: absolute;top: 0;left: 0;padding: 36px;background-repeat: no-repeat;background-position: center center;}.flip-container .front{-webkit-transform: rotateY(0deg);-ms-transform: rotateY(0deg);z-index: 2;}.flip-container .back{-webkit-transform: rotateY(-180deg);-moz-transform: rotateY(-180deg);-o-transform: rotateY(-180deg);-ms-transform: rotateY(-180deg);transform: rotateY(-180deg);}/* vertical */.vertical.flip-container{position: relative;}.vertical .back{-webkit-transform: rotateX(180deg);-moz-transform: rotateX(180deg);-ms-transform: rotateX(180deg);transform: rotateX(180deg);}.vertical.flip-container .flipper{-webkit-transform-origin: 100% 213.5px;-moz-transform-origin: 100% 213.5px;-ms-transform-origin: 100% 213.5px;transform-origin: 100% 213.5px;}/* START: Accommodating for IE */.vertical.flip-container:hover .back,.vertical.flip-container.hover .back{-webkit-transform: rotateX(0deg);-moz-transform: rotateX(0deg);-o-transform: rotateX(0deg);-ms-transform: rotateX(0deg);transform: rotateX(0deg);}.vertical.flip-container:hover .front,.vertical.flip-container.hover .front{-webkit-transform: rotateX(180deg);-moz-transform: rotateX(180deg);-o-transform: rotateX(180deg);transform: rotateX(180deg);}/* END: Accommodating for IE *//*** Post List With Title*/.ozy-postlistwithtitle-feed>a {	display:inline-block;	width:100%;	border-bottom:1px solid #dedede;	text-decoration:none;		text-align: center;	padding: 20px 0;	}.ozy-postlistwithtitle-feed>a:first-child{border-top:1px solid #dedede;}.ozy-postlistwithtitle-feed>a>p:nth-child(odd){text-transform:uppercase;}.ozy-postlistwithtitle-feed>a:hover * {	-webkit-transition: all .2s;	transition: all .2s;	}/*** Simple Info Box*/.ozy-simlple-info-box {	position:relative;	transform-origin:top center;	-webkit-transition:all .10s ease-in-out;	-moz-transition:all .10s ease-in-out;	transition:all .10s ease-in-out;	}.ozy-simlple-info-box:hover {	margin-top:-20px;}.ozy-simlple-info-box>img {	display:block;	max-width:100%;	border-radius:4px;}.ozy-simlple-info-box>section {	position:absolute;	top:0;	left:0;	width:100%;	height:100%;	padding:10px 30px;	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.75) 0, rgba(0,0,0,0.75) 3%, rgba(0, 0, 0, 0) 100%);	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.75) 0, rgba(0,0,0,0.75) 3%, rgba(0, 0, 0, 0) 100%);	background: linear-gradient(0deg, rgba(0,0,0,0.75) 0, rgba(0,0,0,0.75) 3%, rgba(0, 0, 0, 0) 100%);	background-position: 50% 50%;	-webkit-background-origin: padding-box;	background-origin: padding-box;	-webkit-background-clip: border-box;	background-clip: border-box;	-webkit-background-size: auto auto;	background-size: auto auto;	border-radius:4px;}.ozy-simlple-info-box>section>a {	display:inline-block;	border:1px solid #fff;	padding:6px 18px;	font-size:11px !important;	margin-top:20px;	border-radius:220px;	text-decoration:none;}/*** Fancybox*/.fancybox-inner img{max-width:100%;}.fancybox-inner img.block{display:block;}/*** Simple Hove Image Box*/.ozy-simple-hove-box{position:relative;}.ozy-simple-hove-box>h5 {	position:relative;	padding-left:30px;	margin-bottom:10px;}.ozy-simple-hove-box>h5>span.cbox{	width:18px;	height:18px;	display:block;	position:absolute;	top:50%;	left:0;	margin-top:-9px;}.ozy-simple-hove-box>a.video-link {	position:absolute;	right:0;	z-index:1;	width:44px;	height:44px;	line-height:44px;	text-align:center;	text-decoration:none;	font-size:22px;	background-color:rgba(0,0,0,.7);	color:#fff !important;}.ozy-simple-hove-box>a.video-link>img {	display:inline !important;	max-width:none !important;	width: initial !important;}.ozy-simple-hove-box>a {	position:relative;	display:block;}.ozy-simple-hove-box>a>img {	display:block;	width:100%;	max-width:100%;}.ozy-simple-hove-box>a>section {	position:absolute;	width:100%;	height:100%;	top:0;	left:0;	opacity:0;	-webkit-transition: all .2s;	transition: all .2s;	}.ozy-simple-hove-box>a>section>p {	padding:20px;	text-align:center;}.ozy-simple-hove-box>a:hover>section {	opacity:1;	}/*** Row Background Slider*/#ozy-background-cycler{	padding:0;	margin:0;	width:100%;	height:100%;		position:absolute;	top:0;	left:0;	z-index:0;	display:none;}#ozy-background-cycler.centered {	max-width:1140px;	left:50%;	transform:translateX(-50%);}#ozy-background-cycler>div{	position:absolute;	left:0;	top:0;	width:100%;	height:100%;	z-index:1;	background-position:center center;	background-size:cover;}#ozy-background-cycler>div.active{z-index:3}/*** Owl Carousel For Sale Slide*/.owl-for-sale>.overlay {	position:absolute;	height:75px;	bottom:0;}.owl-for-sale>img{display:block}.owl-for-sale>.overlay>span {	position:absolute;	left:0;	top:0;	width:83px;	height:75px;	line-height:55px;	padding:10px 20px;	text-align:center;	background-color:#fff;}.owl-for-sale>.overlay>span>span {	display: inline-block;	vertical-align: middle;	line-height: 18px;	font-size:13px !important;	font-weight:700 !important;}.owl-for-sale>.overlay>h5,.owl-for-sale>.overlay>p {	position:absolute;		left:83px;	padding:10px;	margin:0 !important;	line-height:22px !important;	white-space: pre;	}.owl-for-sale>.overlay>h5{	background-color:red;	height:38px;}.owl-for-sale>.overlay>p{	background-color:black;	top:38px;	height:37px;}/*** Owl Carousel Info Slider*/.owl-big-info-box {position:relative;}.owl-big-info-box>div{	width:100%;	height:100%;	top:0;	left:0;	position:absolute;}.owl-big-info-box>div>div{	width:100%;	height:100%;	max-width:1140px !important;	margin:0 auto;}.owl-big-info-box>div>div>div{	position:absolute;	width:550px;	top:100px;}.owl-big-info-box>div>div>div>div{	background-color:rgba(43,43,53,.95);	}.owl-big-info-box>div>div>div>div>h2{	color:#fff;	padding:25px 40px 5px 40px;	margin:0 0 10px 0 !important;	line-height:1.1em !important;}.owl-big-info-box>div>div>div>div>p{	color:#fff;		padding:0 40px 40px 40px !important;}.owl-big-info-box>div>div>div>h5 {	position:relative;		background-color:#000;	color:#ffc000;	margin:0 !important;	padding:20px 40px 18px 40px;	font-size:13px !important;	font-weight:500 !important;	cursor:pointer;}.owl-big-info-box>div>div>div>h5>i {	position:absolute;	padding-top: 2px;	right:40px;	color:#fff;}.owl-big-info-box>div>div>div>h5>i.close:before {content:"\e443";}.owl-big-info-box>div>div>div>div>p>a {	display:table;	width:auto;	color:#fff;	margin-top:25px;	padding:10px 20px;	border-radius:2px;}@media only screen and (max-width: 1024px) {	.owl-big-info-box>div,	.owl-big-info-box>div>div,	.owl-big-info-box>div>div>div{		position:inherit;		top:0;		width:100%;	}	.owl-big-info-box>div>div>div>h5>i {		display:none;	}	.owl-big-info-box>div>div>div>div {		opacity:1 !important;	}}/*** Simple Divider*/.header-line {	height:1px !important;	background-color:#dedede;	margin-bottom:15px;}.header-line>span {	display:block;	width:100px;	height:1px;	float:left;	background-color:red;}/*** Latest Blog Posts*/ul.blog-listing-latest { list-style-type:none !important;padding-left:0 !important;display:inline-block;}ul.blog-listing-latest>li{	float:left;	clear:both;	margin-bottom:20px;}ul.blog-listing-latest>li p{padding:0 !important;}ul.blog-listing-latest>li div.box-date{background-color:#000;float:left;margin:0 20px 20px 0;min-height:60px;width:50px}ul.blog-listing-latest>li div.box-date>span{display:block;text-align:center}ul.blog-listing-latest>li div.box-date>span.d{background-color:#666;font-size:22px;font-weight:700;line-height:40px}ul.blog-listing-latest>li div.box-date>span.m{font-size:12px;text-transform:uppercase}ul.blog-listing-latest>li div.info-bar{font-size:90%}ul.blog-listing-latest>li div.box-wrapper{margin-left:70px}/*** Spinner List*/.ozy-spinner-list>ul {	padding:0 !important;}.ozy-spinner-list>ul>li {	list-style:none;}.ozy-spinner-list>ul>li>div {	position: relative;	margin:0 auto;	padding:0 36px;	-webkit-transition: all .2s;	transition: all .2s;}.ozy-spinner-list>ul>li>div>a {	display:inline-block;	font-size:30px;	text-decoration:none !important;	width:100%;	padding:60px 0;}.ozy-spinner-list>ul>li>div:hover {	padding-left:76px;}.ozy-spinner-list>ul>li>div>a>span {	display:block;	font-size:11px;	font-style:italic;	padding-top:10px;}/*** News Bar*/.ozy-news-bar>ul {	padding:0 !important;}.ozy-news-bar>ul>li {	list-style:none;	float:left;	width:25%;	padding-right:36px;}.ozy-news-bar>ul>li:first-child {	padding-left:36px;}.ozy-news-bar>ul>li>h1 {	margin:0 0 10px 0 !important;	line-height:1em !important;	}.ozy-news-bar>ul>li a {	font-weight:700;}.ozy-news-bar>ul>li:first-child>h1 {	font-size:68px !important;	font-weight:700 !important;}.ozy-news-bar>ul>li:first-child>h2 {	font-size:34px !important;	font-weight:700 !important;}.ozy-news-bar>ul>li:first-child>a {	display:inline-block;	padding:6px 2px 6px 18px;	border-radius:22px;	margin-top:10px;	font-weight:500 !important;	text-decoration:none !important;	}.ozy-news-bar>ul>li:first-child>a>i {	padding-left:20px !important;	font-size:24px !important;	vertical-align: text-top;	transition: all .4s;	-moz-transition: all .4s;	-webkit-transition: all .4s;}.ozy-news-bar>ul>li:first-child>a:hover>i{padding-left:30px !important;}/*** Fancy Post Accordion*/.ozy-fancyaccordion-feed>a {	display:inline-block;	width:100%;	border-top:1px solid #dedede;	border-bottom:1px solid #dedede;	margin-top:-1px;	text-decoration:none;}.ozy-fancyaccordion-feed>a:first-child {margin-top:1px;}.ozy-fancyaccordion-feed>div.panel,.ozy-fancyaccordion-feed>a>span {	position: relative;	display:block;	margin:0 auto;	max-width:1140px;}.ozy-fancyaccordion-feed>a>span>h3 {padding:10px 0;}.ozy-fancyaccordion-feed>a>span>h3.t {	margin-left:180px;	display:inline-block;}.ozy-fancyaccordion-feed>a>span>div.d {	position:absolute;	display:block;	float:left;	width:160px;	height:100%;	padding:10px 0;	border-right:1px solid #dedede;}.ozy-fancyaccordion-feed>a>span>h3.i {	display:block;	width:32px;	font-size:42px !important;	font-weight:300 !important;	margin:30px 0 0 0 !important;	float:right;	text-align:center;	line-height:0 !important;}.ozy-fancyaccordion-feed>a>span>i {	display:block;	float:right;	font-size:32px;	text-align:center;}.ozy-fancyaccordion-feed>a>p:nth-child(odd) {text-transform:uppercase;}.ozy-fancyaccordion-feed>div.panel {	overflow:hidden;	display:none;}.ozy-fancyaccordion-feed>div.panel>div {	margin-left:159px;	border-left:1px solid #dedede;	padding:20px 0 20px 20px;}span.plus-icon {	display:block;	width:32px;	height:32px;	top:50%;	right:0;	margin-top:-16px;	position:absolute;;	-webkit-animation-duration: 1s;		-webkit-animation-iteration-count: 1;	-webkit-animation-direction: alternate;	-webkit-animation-timing-function: ease-in-out;	-webkit-animation-fill-mode: both;	-moz-animation-duration: 1s;	-moz-animation-iteration-count: 1;	-moz-animation-direction: alternate;	-moz-animation-timing-function: ease-in-out;	-moz-animation-fill-mode: both;	animation-duration: 1s;		animation-iteration-count: 1;	animation-direction: alternate;	animation-timing-function: ease-in-out;	animation-fill-mode: both;				}span.plus-icon>span {		position:absolute;	background-color:#000;	width:32px;	height:32px;	}span.plus-icon>.v {	width:4px;	left:50%;	margin-left:-2px;}span.plus-icon>.h {	height:4px;	top:50%;	margin-top:-2px;}.ozy-fancyaccordion-feed span.category {	position: relative;		margin-left:20px;	padding:3px 5px;	font-size:12px !important;	top: -4px;}span.plus-icon.open {-webkit-animation-name: plusToClose;-moz-animation-name: plusToClose;animation-name: plusToClose;}span.plus-icon.close {-webkit-animation-name: closeToPlus;-moz-animation-name: closeToPlus;animation-name: closeToPlus;}@-webkit-keyframes plusToClose {100% {transform: rotate(405deg);}}@-webkit-keyframes closeToPlus {0% {transform: rotate(405deg);}100% {transform: rotate(0deg);}}@-moz-keyframes plusToClose {100% {transform: rotate(405deg);}}@-moz-keyframes closeToPlus {0% {transform: rotate(405deg);}100% {transform: rotate(0deg);}}@keyframes plusToClose {100% {transform: rotate(405deg);}}@keyframes closeToPlus {0% {transform: rotate(405deg);}100% {transform: rotate(0deg);}}/*** Colored Content Box*/.ozy-colored-content-box>section {text-align:center;}.ozy-colored-content-box img {max-width:100%;}.ozy-colored-content-box>section.overlay {	position:absolute;	width:100%;	height:80px;	bottom:0;	left:0;	transition: all .6s;	-moz-transition: all .6s;	-webkit-transition: all .6s;	}.ozy-colored-content-box:hover>section.overlay {	bottom:100%;	opacity:0;}.ozy-colored-content-box>section>span.caption:after {    content: "";    display: table;	clear:both;}.ozy-colored-content-box>section>span.tag {	display:block;	font-size:12px;}.ozy-colored-content-box>section>span.caption {	padding:6px 10px;	margin-bottom: 10px;	display:inline-block !important;}.ozy-colored-content-box:hover>section.overlay-two {	top:0;	margin-top:0;}.ozy-colored-content-box>section.overlay-two {	position:absolute;	width:100%;	height:100%;	top:100%;	margin-top:-6px;	z-index:1;		transition: all .6s;	-moz-transition: all .6s;	-webkit-transition: all .6s;}/*** Image Box With Caption*/.ozy-image-with-caption section {padding:30px;}.ozy-image-with-caption section span.tag{	display:inline-block;	margin-top: 5px;	margin-bottom: 5px;	padding: 5px 10px;	font-size: 12px;	line-height: 1.5;}.ozy-image-with-caption figure {	overflow:hidden;	position:relative;}.ozy-image-with-caption figure>span {	position:absolute;	left:0;	top:0;	width:100%;	height:100%;	z-index:1;	opacity:0;	-webkit-transition: all .2s;	transition: all .2s;}.ozy-image-with-caption:hover figure>span {opacity:1;}.ozy-image-with-caption figure>span>i {	font-size:128px;	line-height:128px;	width:128px;	height:128px;	position:absolute;	top:50%;	margin-top:-64px;	left:50%;	margin-left:-64px;}/*** Flex Box*/.ozy-flex-box .hover-frame {	position:relative;	display:inline-block;	max-width:100%;}.ozy-flex-box .hover-frame img {display:block;}.ozy-flex-box .hover-frame:hover img {	display:block;	opacity:0.8;	filter:alpha(opacity=80);}.ozy-flex-box .hover-frame h6 {	position:absolute;	left:-10px;	bottom:11px;	color:#fff;	padding:6px 10px;	background:#cd2122;	font-size:12px !important;	font-weight:500 !important;	line-height:1;	margin: 0;}.ozy-flex-box .hover-frame:hover h6 {left:15px;}.ozy-flex-box .hover-frame-wrapper {	position:relative;	display:block;}.ozy-flex-box .hover-frame-inner {	position:absolute;	left:0;	top:0;	bottom:0;	right:0;	-webkit-box-shadow:0 0 0 3px rgba(255,255,255,0.15) inset;	-moz-box-shadow:0 0 0 3px rgba(255,255,255,0.15) inset;	box-shadow:0 0 0 3px rgba(255,255,255,0.15) inset;}.ozy-flex-box .hover-frame-inner,.ozy-flex-box .hover-frame h6,.ozy-call-to-action-box>div.shadow-wrapper,.ozy-call-to-action-box>div.overlay-wrapper{	-webkit-transition: all 0.2s ease-out;	-moz-transition: all 0.2s ease-out;	-o-transition: all 0.2s ease-out;	-ms-transition: all 0.2s ease-out;	transition: all 0.2s ease-out;		}.ozy-flex-box .hover-frame-inner:hover {	-webkit-box-shadow:0 0 0 5px #cd2122 inset;	-moz-box-shadow:0 0 0 5px #cd2122 inset;	box-shadow:0 0 0 5px #cd2122 inset;}/*** Call To Action Box*/.ozy-call-to-action-box {	position:relative;	background-size:cover;	background-position:center center;}.ozy-call-to-action-box img{display:block}.ozy-call-to-action-box>div.overlay-wrapper{	position:relative;	width:100%;	height:100%;	padding:90px 20px 20px 20px;	text-align:center;	z-index:1;}.ozy-call-to-action-box:hover>div.overlay-wrapper {	padding:50px 20px 60px 20px;	}.ozy-call-to-action-box>div.shadow-wrapper{opacity:1}.ozy-call-to-action-box:hover>div.shadow-wrapper{opacity:.9}.ozy-call-to-action-box>div.overlay-wrapper>h3{	padding-bottom:20px;	font-size:22px !important;	line-height:22px !important;}.ozy-call-to-action-box>div.overlay-wrapper>a {	display:inline-block;	padding:15px 20px;	border-radius:3px;	font-weight:700;	font-size:12px;	text-decoration:none;}.ozy-call-to-action-box>div.overlay-wrapper>i {	display:block;	color:#fff;	font-size:50px;	padding-top:30px;}/*** Fancy Image Box*/.ozy-colored-content-box,.ozy-image-with-caption,.ozy-fancyimagebox {	position: relative;	overflow:hidden;	display:block;	text-decoration:none !important;}.ozy-colored-content-box img,.ozy-image-with-caption img,.ozy-fancyimagebox img {	position:relative;	display:block;}.ozy-call-to-action-box>div.shadow-wrapper,.ozy-fancyimagebox>section {	position:absolute;	width:100%;	height:100%;	top:0;	left:0;	background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0, rgba(0,0,0,0.85) 20%, rgba(0, 0, 0, 0) 100%);	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0, rgba(0,0,0,0.85) 20%, rgba(0, 0, 0, 0) 100%);	background: linear-gradient(0deg, rgba(0,0,0,1) 0, rgba(0,0,0,0.85) 20%, rgba(0, 0, 0, 0) 100%);	background-position: 50% 50%;	-webkit-background-origin: padding-box;	background-origin: padding-box;	-webkit-background-clip: border-box;	background-clip: border-box;	-webkit-background-size: auto auto;	background-size: auto auto;}.ozy-fancyimagebox>section>section {	position:absolute;	bottom:0;	width:100%;	padding-bottom:40px;	text-align:center;}.ozy-fancyimagebox>section>section>span.tag {	display:inline-block;	padding:3px 9px;	border:1px solid red;	font-size:80%;	background-color:rgba(0,0,0,0.40);}.ozy-fancyimagebox>section>section>span.line {	width:50px;	height:1px;	display:inline-block;	border-bottom:1px solid red;}/*** Timeline*/.ozy-timeline-wrapper { position: relative; padding-top: 40px; } .ozy-timeline-wrapper>.timeline-caption { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; text-align: center; font-weight: 300 !important; } .ozy-timeline-wrapper>.timeline-caption>span { padding: 10px 15px; border-radius: 2px; background-color: #222222; color: #fff; } .timeline { list-style: none; padding: 20px 0 20px 0 !important; position: relative; } .timeline:before { top: 0; bottom: 0; position: absolute; content: " "; width: 3px; background-color: #eeeeee; left: 50%; margin-left: -1.5px; } .timeline > li { margin-bottom: 20px; position: relative; } .timeline > li:before, .timeline > li:after { content: " "; display: table; } .timeline > li:after { clear: both; } .timeline > li:before, .timeline > li:after { content: " "; display: table; } .timeline > li:after { clear: both; } .timeline > li > .timeline-panel { width: 46%; float: left; border: 1px solid #d4d4d4; border-radius: 2px; padding: 20px; position: relative; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); } .timeline > li > .timeline-panel:before { position: absolute; top: 26px; right: -15px; display: inline-block; border-top: 15px solid transparent; border-left: 15px solid #ccc; border-right: 0 solid #ccc; border-bottom: 15px solid transparent; content: " "; } .timeline > li > .timeline-panel:after { position: absolute; top: 27px; right: -14px; display: inline-block; border-top: 14px solid transparent; border-left: 14px solid #fff; border-right: 0 solid #fff; border-bottom: 14px solid transparent; content: " "; } .timeline > li > .timeline-badge { color: #fff; width: 50px; height: 50px; line-height: 55px; font-size: 1.5em; text-align: center; position: absolute; top: 16px; left: 50%; margin-left: -25px; background-color: #999999; z-index: 100; border-top-right-radius: 50%; border-top-left-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; } .timeline > li.timeline-inverted > .timeline-panel { float: right; } .timeline > li.timeline-inverted > .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -15px; right: auto; } .timeline > li.timeline-inverted > .timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto; }.timeline-title{margin-top: 0;color:inherit;}.timeline-body > p,.timeline-body > ul{margin-bottom: 0;}.timeline-body > p + p{margin-top: 5px;}@media (max-width: 767px) {    ul.timeline:before{left: 40px;}    ul.timeline > li > .timeline-panel{width: calc(100% - 90px);width: -moz-calc(100% - 90px);width: -webkit-calc(100% - 90px);}    ul.timeline > li > .timeline-badge{left:15px;margin-left: 0;top: 16px;}    ul.timeline > li > .timeline-panel{float: right;}	ul.timeline > li > .timeline-panel:before{border-left-width: 0;border-right-width: 15px;left: -15px;right: auto;}	ul.timeline > li > .timeline-panel:after{border-left-width: 0;border-right-width: 14px;left: -14px;right: auto;}}/*** Horizontal Menu Stuff*/#header,#head-mobile {	width:100%;	z-index: 3;		position:fixed;	top:0;    -o-transition: background-color .2s linear;    -webkit-transition: background-color.2s linear;    -moz-transition: background-color .2s linear;	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);		-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);		-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);}body.ozy-page-model-boxed #header {	max-width:1212px;    left: 50%;    transform: translate(-50%, 0);	-webkit-transform: translate(-50%, 0);	-ms-transform: translate(-50%, 0);}#header #slide-menu {	float: right;	position: absolute;	right: 0;	top: 0;	z-index: 999;	-webkit-transition: background .2s;	transition: background .2s;}#header .container {	margin:0 auto;		padding: 0 36px;	overflow: inherit !important;}#header>header>div.container{position:relative;}#top-search {	position:absolute;	background-color: #444444 !important;	width:100%;	opacity:0;	top:0;	left:0;	-webkit-transition:opacity .25s linear;	-moz-transition:opacity .25s linear;	transition:opacity .25s linear	}.search-input-unfold {	width:100%;	height:0;	display:block;	overflow:hidden;	position:relative;	-webkit-transition:height .25s .2s;	-moz-transition:height .25s .2s;	transition:height .25s .2s;	-webkit-perspective:1600;	-moz-perspective:1600;	perspective:1600px}.search-input-unfold form {	background-color:#fff;	height:132px;	position:relative;	-webkit-transform:rotateX(-100deg);	-moz-transform:rotateX(-100deg);	-ms-transform:rotateX(-100deg);	-o-transform:rotateX(-100deg);	transform:rotateX(-100deg);	-webkit-transform-origin:top center;	-moz-transform-origin:top center;	-ms-transform-origin:top center;	-o-transform-origin:top center;	transform-origin:top center;	-webkit-transition:all .25s linear;	-moz-transition:all .25s linear;	transition:all .25s linear}.search-input-unfold.open {	height:132px;	-webkit-transition-delay:0;	-moz-transition-delay:0;	transition-delay:0;}.search-input-unfold.open form {	-webkit-transform:rotateX(0);	-moz-transform:rotateX(0);	-ms-transform:rotateX(0);	-o-transform:rotateX(0);	transform:rotateX(0);	-webkit-transition-delay:.2s;	-moz-transition-delay:.2s;	transition-delay:.2s;	border-bottom:1px inset rgba(0,0,0,0.2);}#top-search.open {	opacity:1;	z-index:10}#top-search>form>* {color:#444444 !important;}#top-search>form>input[type=text]{	border:none !important;	background-color: transparent !important;	width:100%;	font-size:40px;	font-weight:100;	line-height:90px;	padding-top:20px !important;	padding-left:80px !important;	padding-right:100px !important;}#top-search i {	font-size:40px !important;	width:60px !important;	height:60px !important;	margin-top:-20px !important;}#top-search i.oic-pe-icon-7-stroke-24 {left:20px;}#top-search i.oic-pe-icon-7-stroke-139 {right:20px;}#header.menu-align-center .ozy-info-opening-times,#header.menu-align-center .ozy-info-customer-support {	display:none !important;}#header.menu-align-center ul#logo-side-info-bar>li{	border:none !important;	padding-left:0 !important;	padding-right:0 !important;}#header.menu-align-center #top-menu>div>div>ul>li.menu-item-request-rate,#header.menu-align-center #top-menu>div>div>ul>li.menu-item-search {display:none !important;}#header.menu-align-center .logo {	left:43%;	top:50%;	transform: translate(-50%, -50%);	}#header.menu-align-center #top-menu>div>div>ul{	display:table;	margin:0 auto;}#header.menu-align-right #top-menu>div>div>ul>li,#header.menu-align-center #top-menu>div>div>ul>li {	float:none;	display:inline-block;}#header.menu-align-center #top-menu>div>div>ul>li:not(.menu-item-request-rate):not(.menu-item-search)>a:after{margin:auto}#header.menu-align-right .logo {	left:inherit;	right:0;}#header.menu-align-right #top-menu>div>div>ul{	display:table;	float:right;}#header.menu-align-center #top-menu>div>div>ul>li:nth-child(2)>a>.s,#header.menu-align-right #top-menu>div>div>ul>li:nth-child(2)>a>.s{display:none !important;}#header.menu-align-right #top-menu>div>div>ul>li:nth-last-child(2)>a {padding-right:17px !important;}#header.menu-align-right #top-menu>div>div>ul>li:nth-last-child(2).active>a:after,#header.menu-align-right #top-menu>div>div>ul>li:nth-last-child(2)>a:hover:after{width: calc(100% - 17px) !important;}#header.menu-align-right #top-menu>div>div>ul>li.menu-item-search {	right:inherit;	left:0;	top:0;}#header.menu-align-right #top-menu>div>div>ul>li.menu-item-request-rate {	position: absolute;	left: 63px;	right: inherit;	top: 0;}/*** Primary Menu*/@media screen and (min-width:1181px){	#top-menu .menu-item-wpml>a {padding-right:17px !important;}	#top-menu .menu-item-wpml>ul {width:140px !important;}	#top-menu .menu-item-wpml>a:before,	#top-menu .menu-item-wpml>a:after {display:none !important;}	#top-menu .menu-item-wpml>a>span,	#top-menu .menu-item-search>a>span {		width:60px;		height:60px;		line-height:64px;		text-align: center;	}	#top-menu .menu-item-wpml>a>span>span,	#top-menu .menu-item-search>a>span>span {display:none;}	#top-menu .menu-item-search>a>span {padding-left:6px;font-size:16px;}	#top-menu .menu-item-request-rate,	#top-menu .menu-item-search {		position:absolute;		right:0;	}	#top-menu .menu-item-search{width:62px}	#top-menu .menu-item-request-rate {right:63px;}	#header.menu-align-center .logo {		/*left:inherit;*/		top:inherit;		transform:none;	}}#top-menu>div>div>ul>li:not(.menu-item-request-rate):not(.menu-item-search)>a:after{content:'';}#top-menu>div>div>ul>li:not(.menu-item-request-rate):not(.menu-item-search)>a:hover:after{content:'.';}.ozy-flex-box .hover-frame img{width:100%;max-width:100%;}#top-menu .logo{	padding:0;/* 36px;*/	position:absolute;	left:0;	top: 50%;	transform: translateY(-50%);	-webkit-transform: translateY(-50%); 	z-index: 999;}#top-menu .logo #logo {	z-index:999;}@media screen and (max-width: 1180px) {    #top-menu #head-mobile {        position:absolute;    }    #top-menu .logo{        width:80% !important;        left:50%;        transform:translateX(-50%);    }}#top-menu .logo>a>img {vertical-align:middle;}nav#top-menu{	position:relative;	width:100%;}nav#top-menu>div.primary-menu-bar-wrapper>div,.logo-bar-wrapper {	max-width:1140px;	margin:0 auto;	position:relative;}
    	 nav#top-menu>div.primary-menu-bar-wrapper {	position:absolute;	bottom:-30px;	width:100%;	z-index:999;}
    	 #top-menu,#top-menu ul,#top-menu ul li,#top-menu ul li a,#top-menu #head-mobile{border:0;list-style:none;line-height:1;display:block;-webkit-box-sizing:border-box;	-moz-box-sizing:border-box;	box-sizing:border-box;}#
    	 top-menu ul li a>img {padding-right:5px;}
    	 #top-menu:after,#top-menu > div > div > ul:after{	content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
    	 #top-menu #head-mobile{display:none}#top-menu > div > div > ul > li{float:left}
    	 #top-menu > div > div > ul > li > a{padding:0 17px;font-size:12px;	letter-spacing:1px;	text-decoration:none;color:#ddd;font-weight:700;}
    	 #header.menu-align-left #top-menu > div > div > ul > li:first-child > a{padding-left:0;} 
    	 /*no left padding for first item*/#top-menu ul ul{	position:absolute;	left:-9999px;}#top-menu ul ul li{	position:relative;	height:0;	-webkit-transition:all .25s ease;	-ms-transition:all .25s ease;	background:#333;	transition:all .25s ease;}#top-menu li:hover > ul{left:auto}#top-menu li:hover > ul > li{min-height:35px;}#top-menu ul ul ul{	margin-left:100%;	top:0;}#top-menu ul ul li a{	border-bottom:1px solid rgba(150,150,150,0.15);	padding:11px 17px;	min-width:200px;	font-size:12px;	text-decoration:none;	color:#ddd;	font-weight:500;}#top-menu ul ul li:last-child > a,#top-menu ul ul li.last-item > a{border-bottom:0}#top-menu ul ul li.has-sub > a:after{	position:absolute;	top:16px;	right:11px;	width:8px;	height:2px;	display:block;	background:#ddd;	content:'';}#top-menu ul ul li.has-sub > a:before{	position:absolute;	top:13px;	right:14px;	display:block;	width:2px;	height:8px;	background:#ddd;	content:'';	-webkit-transition:all .25s ease;	-ms-transition:all .25s ease;	transition:all .25s ease;}#top-menu ul ul > li.has-sub:hover > a:before{top:17px;height:0}#top-menu ul ul li.has-sub:hover,#top-menu > div > div > ul ul{	box-shadow: 0px 10px 10px 5px rgba(119, 119, 119, 0.05);	-moz-box-shadow: 0px 10px 10px 5px rgba(119, 119, 119, 0.05);	-webkit-box-shadow: 0px 10px 10px 5px rgba(119, 119, 119, 0.05);}/* stroke */#top-menu>div>div>ul>li>a,#top-menu>div>div>ul>li>a:after,#top-menu>div>div>ul>li>a:before {transition: all .1s;}#top-menu>div>div>ul>li>a {position: relative;}#top-menu>div>div>ul>li:not(.menu-item-request-rate):not(.menu-item-search)>a:after{  position: absolute;  bottom: 10px;  left: 0;  right: 0;  margin: 0 0 0 17px;  width: 0%;  content: '.';  color: transparent !important;  background: #aaa;  height: 3px !important;  line-height:0;}#top-menu>div>div>ul>li:not(.menu-item-request-rate):not(.menu-item-search).active>a:after,#top-menu>div>div>ul>li:not(.menu-item-request-rate):not(.menu-item-search)>a:hover:after{width: calc(100% - 34px);}#header.menu-align-left #top-menu>div>div>ul>li:first-child>a:after{margin:0}#header.menu-align-left #top-menu>div>div>ul>li.active:first-child>a:after,#header.menu-align-left #top-menu>div>div>ul>li:first-child>a:hover:after{width: calc(100% - 17px);}/* stroke end*/#top-menu > div > div > ul > li:not(:first-child):not(.menu-item-request-rate):not(.menu-item-search) > a > span.s {	display:inline-block;	height:10px;	position:absolute;	left:0;	top:50%;	margin-top:-5px;	border-left:1px solid #000000;}@media screen and (max-width:1280px){	#top-menu>div>div>ul>li.has-sub>a:before,	#top-menu>div>div>ul>li.has-sub>a:after{display:none;}	#logo-side-info-bar h4,	#logo-side-info-bar p,	#logo-side-info-bar a,	#top-menu>div>div>ul>li>a{font-size:12px!important;}	ul#logo-side-info-bar>li>div{padding-top:10px !important;}	ul#logo-side-info-bar>li i{font-size:22px !important;}}@media screen and (max-width:1180px){	nav#top-menu>div.primary-menu-bar-wrapper {bottom:inherit;top:0;}	body.admin-bar #header{margin-top:0px;}	#page-title-wrapper{margin-top:72px;}/*add margin to title as same as height of menu bar*/	#top-menu .logo{		position:absolute;		top:0;		left: 0;		width:100%;		height:46px;		text-align:center;		float:none;		transform:none;		-webkit-transform:none;	}	.logo>a>img {		/*max-height:46px;*/		width:inherit;	}	.logo2{display:none}	nav#top-menu{width:100%;}	#top-menu{width:100%}	#top-menu,	#top-menu .logo	{		line-height:72px !important;		height:72px !important;	}	#top-menu ul,	#header.menu-align-right #top-menu>div>div>ul,	#header.menu-align-center #top-menu>div>div>ul{		width:100%;		display:none;	}	#header.menu-align-center #top-menu>div>div>ul>li,	#header.menu-align-right #top-menu>div>div>ul>li {		float:left !important;	}	#header.menu-align-center #top-menu>div>div>ul>li.menu-item-request-rate,	#header.menu-align-right #top-menu>div>div>ul>li.menu-item-request-rate {		position:relative !important;		left:0 !important;	}	#top-menu > div > div > ul{		position:absolute;		top:72px;		left:0;		right:0;		margin-right:0 !important;		height:inherit !important;		line-height:inherit !important;	}	#top-menu ul li{		position:relative;		width:100%;		border-top:1px solid #444;			}	#header.menu-align-left #top-menu > div > div > ul > li:first-child > a{padding-left:17px}	#top-menu li>a>span.s {display:none !important}	#top-menu>div>div>ul>li:last-child {border-bottom:1px solid #444;}	#top-menu ul ul li,	#top-menu li:hover > div > ul > li{height:auto}	#top-menu ul li a,	#top-menu ul ul li a{		width:100%;		border-bottom:0;	}	#top-menu > div > div > ul > li{float:none}	#top-menu ul ul li a{padding-left:25px}	#top-menu ul ul ul li a{padding-left:35px}	#top-menu ul ul li a{background:none;}	#top-menu ul ul li:hover > a,	#top-menu ul ul,	#top-menu ul ul ul{		position:relative;		left:0;		width:100%;		margin:0;		text-align:left;	}	#top-menu > div > div > ul > li > a:after,	#top-menu > div > div > ul > li > a>span.s,	#top-menu > div > div > ul > li.has-sub > a:after,	#top-menu > div > div > ul > li.has-sub > a:before,	#top-menu ul ul > li.has-sub > a:after,	#top-menu ul ul > li.has-sub > a:before{display:none}	#top-menu #head-mobile{		display:block;		padding:23px;		color:#ddd;		font-size:12px;		font-weight:700;	}	
    	 #top-menu .menu-button{width:58px;height:45px;position:absolute;right:8px;top:14px;cursor:pointer;z-index: 12399994;background:#29ABE2;}
    	 #top-menu .menu-button:after{		position: absolute;		top: 22px;		right: 20px;		display: block;		height: 8px;		width: 20px;		border-top: 2px solid #dddddd;		border-bottom: 2px solid #dddddd;		content: '';	}	#top-menu .menu-button:before{		-webkit-transition:all .3s ease;		-ms-transition:all .3s ease;		transition:all .3s ease;		position:absolute;		top:16px;		right:20px;		display:block;		height:2px;		width:20px;		background:#ddd;		content:'';	}	#top-menu .menu-button.menu-opened:after{		-webkit-transition:all .3s ease;		-ms-transition:all .3s ease;		transition:all .3s ease;		top:23px;		border:0;		height:2px;		width:19px;		background:#fff;		-webkit-transform:rotate(45deg);		-moz-transform:rotate(45deg);		-ms-transform:rotate(45deg);		-o-transform:rotate(45deg);		transform:rotate(45deg);	}	#top-menu .menu-button.menu-opened:before{		top:23px;		background:#fff;		width:19px;		-webkit-transform:rotate(-45deg);		-moz-transform:rotate(-45deg);		-ms-transform:rotate(-45deg);		-o-transform:rotate(-45deg);		transform:rotate(-45deg);	}	#top-menu .submenu-button{		position:absolute;		z-index:99;		right:0;		top:0;		display:block;		border-left:1px solid #444;		height:46px;		width:46px;		cursor:pointer;	}	#top-menu .submenu-button.submenu-opened{background:#262626}	#top-menu ul ul .submenu-button{		height:34px;		width:34px;	}	#top-menu .submenu-button:after{		position:absolute;		top:30px;		right:19px;		width:8px;		height:2px;		display:block;		content:'';	}	#top-menu ul ul .submenu-button:after{		top:15px;		right:13px;	}	#top-menu .submenu-button:before{		position:absolute;		top:27px;		right:22px;		display:block;		width:2px;		height:8px;		content:'';	}	#top-menu ul ul .submenu-button:before{		top:12px;		right:16px;	}	#top-menu .submenu-button.submenu-opened:before{display:none}	#top-menu ul ul ul li.active a{border-left:none;}	#top-menu > div > div > ul > li.has-sub > ul > li.active > a,	#top-menu > div > div > ul ul > li.has-sub > ul > li.active > a{border-top:none}		#top-menu .menu-item-search>a>span>i,	#top-menu .menu-item-wpml>a>span>img {padding-right:5px;}			/*page title (related with header & menu)*/	#page-title-wrapper{margin-top:0 !important;}		#head-mobile{		box-shadow:none !important;		-webkit-box-shadow:none !important;	}		#header.menu-align-right .logo{		left:0 !important;		right:inherit !important;;	}	}/*** Logo Side Info Bar*/ul#logo-side-info-bar {	display: inline-block;	position: absolute;	right: 0;	width: 70%;	top:50%;    transform: translateY(-50%);		-webkit-transform: translateY(-50%);		-moz-transform: translateY(-50%);}ul#logo-side-info-bar>li {	display:inline-block;	padding:0 20px;	float:right;	border-right:1px solid #fff;}#top-menu ul#logo-side-info-bar>li:first-child {padding-right:0;border-right:none;}#top-menu ul#logo-side-info-bar>li:last-child {padding-left:0;}ul#logo-side-info-bar>li * {vertical-align:sub;text-decoration:none;}ul#logo-side-info-bar>li p {	display:inline-block;	padding-top:5px;}ul#logo-side-info-bar>li i {	display:block;	font-size:32px;	padding-right:10px;	float:left;}ul#logo-side-info-bar>li>div>div {	display:inline-block;	float:left;}ul#logo-side-info-bar>li>div {	padding-top:5px;	height:44px;}#header.menu-align-right ul#logo-side-info-bar {	right:inherit;	left:0;}#header.menu-align-right ul#logo-side-info-bar>li {	float:left;	border-right:none;	border-left:1px solid #fff;}#header.menu-align-right #top-menu ul#logo-side-info-bar>li:first-child {padding-right:20px;padding-left:0 !important;border-left:none;}#header.menu-align-right #top-menu ul#logo-side-info-bar>li:last-child {padding-left:20px;padding-right:0 !important;}/*** Info Bar*/#info-bar{	width:100%;	background-color:#000;	border-bottom:1px solid #dedede;	height:30px;	color:#fff;	font-size:12px;}#info-bar i {	font-size:18px;	line-height:35px;}#info-bar>div>span {vertical-align:super;}#info-bar>div {	max-width:1140px;	margin:0 auto;	line-height:30px;}/*** WPML language switcher*/div.ozy-selectBox.ozy-wpml-language-switcher {border-left:1px solid #dedede;border-right:1px solid #dedede;padding:0 20px;}div.ozy-selectBox {position:relative;display:inline-block;cursor:default;text-align:left;line-height:29px;clear:both;color:#fff;}span.ozy-selected {width:110px;text-indent:10px;overflow:hidden;}span.ozy-selected>a>img {display:none;}span.ozy-selectArrow {width:10px;text-align:center;font-size:10px;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-o-user-select: none;user-select: none;}span.ozy-selectArrow,span.ozy-selected {position:relative;float:right;height:29px;z-index:1;}div.ozy-selectOptions { position:absolute;top:28px;left:20px;width:120px;overflow:hidden;background:#fff;padding-top:2px;display:none;z-index:999;}     span.ozy-selectOption {display:block;width:120px;line-height:20px;padding:5px 10px;}span.ozy-selectOption>a>img {vertical-align:middle;margin-right:10px;}span.ozy-selectOption:hover {}/*** Breadcrumbs*/#breadcrumbs {	background-color:#fff;	height:40px;	display:inline-block;	border-radius:4px;	font-size:12px;	margin:30px 0 10px 0;}#breadcrumbs li {	display:inline-block;	list-style-type:none;		line-height:40px;	padding:0 20px;	text-transform:capitalize;}#breadcrumbs:empty,#breadcrumbs li:empty{display:none !important;}#breadcrumbs li a{text-decoration:none}#breadcrumbs li:last-child {	background-color:rgba(163,205,255,1.00);	border-top-right-radius:4px;	border-bottom-right-radius:4px;}#breadcrumbs li:last-child>span {	display:block;	float:left;	margin-left:-20px;	width: 0;	height: 0;	border-style: solid;	border-width: 20px 0 20px 10px;	-webkit-transform:rotate(360deg);	border-color: transparent transparent transparent #fff;}/*** Responsive Definitions*/@media only screen and (min-width: 1024px) {}@media only screen and (max-width: 1180px) {	.ozy-page-model-boxed #main {display: block !important;}	.ozy-page-model-full.ozy-page-model-no-sidebar #content>div>article>div>.wpb_row>.parallax-wrapper{		padding-left:0 !important;		padding-right:0 !important;	}	/*mailchimp bottom widget*/	.mc_signup_submit{position:inherit !important;}	.mc_merge_var{padding:0 !important;}	.mc_merge_var input,	.mc_signup_submit #mc_signup_submit {		width:100% !important;		margin:0 !important;	}	#logo-side-info-bar{display:none !important;}}@media only screen and (max-width: 920px) {		#to-top-button {display: none !important;}	.ozy-anything-wrapper {padding: 20px !important;}		.ozy-fancyaccordion-feed span.category{display:none;}	.wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {margin-bottom: 35px !important;}	.wpb_gmaps_widget.wpb_content_element {margin-bottom:0 !important;}	#footer-widget-bar,	#footer-widget-bar>.container {padding-bottom:0 !important;}	#footer-widget-bar{padding-top:20px;}}@media only screen and (max-width: 1180px) and (min-width: 769px) {	.ozy-page-model-full .container {		width: 100%;		-webkit-text-size-adjust: 100%; /* Prevents Mobile Safari from bumping up font sizes in landscape */	}	.ozy-page-model-boxed  #main>.container{padding: 0;}	.ozy-page-model-boxed  #main>.container,	.ozy-page-model-boxed .container{		width: 100%;		-webkit-text-size-adjust: 100%;	}	#title {height: 60px !important;}	#tagline {line-height: 20px !important;}	#content {width: 100%;}	#sidebar {width: 100%;}	.post-content,	.post-meta {		padding-left: 0 !important;		margin-left: 0 !important;	}	.ozy-latest-posts>a {		width: 15.66666666666667%;		margin-right: 1%;	}	.ozy-icon {margin-bottom:20px !important;}	.ozy-spinner-list>ul>li>div,	.ozy-fancyaccordion-feed>div.panel,	.ozy-fancyaccordion-feed>a>span {padding-left:36px;	}		span.plus-icon {right:36px;}	/* page */	#page-title-wrapper {min-height:80px !important;}	/* vc */	#footer>footer>.container,	#footer-widget-bar>.container,	#page-title-wrapper>div,	body.page-template-default.ozy-page-model-full #main>.container.no-vc,	.ozy-page-model-full.ozy-page-model-no-sidebar #content>div>article>div>.wpb_row:not(.ozy-custom-full-row) {		padding-left:20px !important;		padding-right:20px !important;			}}@media only screen and (max-width: 800px) {	#footer-widget-bar>.container>section{padding:0px 20px 0 20px;}	div.parallax-wrapper div.parallax-wrapper{		margin-left:0 !important;		margin-right:0 !important;	}	#head-mobile{position:absolute;}	.ozy-page-model-has-sidebar #main>.container #content.left-sidebar {margin-left:0 !important;}	/*full page*/	body.page-template-page-row-slider-php .ozy-page-model-full #content>.wpb_row.vc_row-fluid>div.parallax-wrapper,	#full-page .wpb_row>div.parallax-wrapper {height:100% !important;}	#full-page #content>.wpb_row>div.parallax-wrapper>div.vc_column_container {height:50% !important;}	#full-page .ozy-anything-wrapper-x {width:100% !important;}	/*fancy accordion*/	.ozy-spinner-list>ul>li>div,	.ozy-fancyaccordion-feed>div.panel,	.ozy-fancyaccordion-feed>a>span {padding-left:15px;	}	.ozy-fancyaccordion-feed>a>span>.d {display:none !important;}	.ozy-fancyaccordion-feed>a>span>h3.t{margin-left:0 !important;}	.ozy-fancyaccordion-feed>div.panel>div{		margin-left:0 !important;		border:none !important;		padding:20px 0 !important;	}	span.plus-icon {right:15px;}	/*single slider*/	.ozy-owlcarousel.single .owl-item .caption {		padding-top:20px !important;	}	.ozy-owlcarousel.single .owl-item .caption h1 {		font-size:20px !important;		line-height:1em !important;	}		/*news box*/	.ozy-news-bar>ul>li{		width:100%;		padding:20px 36px;	}}
    	 @media only screen and (max-width: 768px) and (min-width: 480px) {
    	.ozy-page-model-full  .container {width: 100%;-webkit-text-size-adjust: 100%;}	
    	.ozy-page-model-boxed  #main>.container{padding: 0;}	
    	.ozy-page-model-boxed  #main>.container,.ozy-page-model-boxed .container{width: 100%;-webkit-text-size-adjust: 100%;}		
    	#content {width: 100%;}	#sidebar {width: 100%;}	#footer .container {padding-top: 0;}	
    	#footer-content {border: 0;padding: 10px;}	
    	#single-blog-tags>a {display: inline-block;float: left;margin-bottom: 6px;}	
    	/*news box*/	
    	.ozy-news-bar>ul>li{width:100%;padding:20px 36px;}		
    	/*flip box*/		
    	.flip-container .front p,.flip-container .back p,#ozy-share-div>span {display: none !important;}
    	#ozy-share-div>.share-icon {padding: 2px !important;}	
    	#ozy-related-posts-wrapper > .newer-older {top: -25px !important;}	
    	#ozy-related-posts-wrapper>h4{margin-top: 30px !important;}	
    	.post-content,.post-meta {padding-left: 0 !important;margin-left: 0 !important;}	
    	.ozy-icon {margin-bottom:20px !important;}	
    	/* vc */	
    	body.ozy-page-model-full:not(.page-template-page-row-slider-php) .wpb_row:not(.ozy-custom-full-row) .parallax-wrapper>.vc_column_container {margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;}			
    	.vc_responsive .wpb_row .vc_col-sm-4 {width: 100% !important;padding-bottom:36px;}	
    	#page-title-wrapper>div,.ozy-page-model-full .container.no-vc,	.ozy-page-model-full.ozy-page-model-no-sidebar #content>div>article>div>.wpb_row:not(.ozy-custom-full-row) {padding-left:36px !important;padding-right:36px !important;	}
    	/*layout*/	
    	#footer-widget-bar>.container>section {width: 49% !important;}	
    	#footer-widget-bar>.container>section:nth-child(3) {clear:both;}	
    	.ozy-spinner-list>ul>li>div,.ozy-fancyaccordion-feed>div.panel,	.ozy-fancyaccordion-feed>a>span {padding-left:36px;	}	
    	span.plus-icon {right:36px;}		
    	#header #top-menu {    height: 135px!important;}
    	#service ul{width:100%!important;}
    	#footer > div{line-height: 25px!important;min-height: 73px!important;height:auto!important;}
    	}
    	@media only screen and (max-width: 479px) {	
    		.container {padding: 0 10px !important;width: 100%;	-webkit-text-size-adjust: 100%; /* Prevents Mobile Safari from bumping up font sizes in landscape */	}	
    			#main>.container {padding: 0 !important;}	
    			#page-title-wrapper>div,body.page-template-default.ozy-page-model-full #main>.container.no-vc,.parallax-wrapper .vc_col-sm-12.wpb_column.vc_column_container {padding-left: 10px !important;padding-right: 10px !important;}	
    			#page-title-wrapper {max-height:200px !important;overflow:visible !important;}	
    			.wpb_row,.ozy-page-model-full #content .wpb_row.ozy-custom-full-row .parallax-wrapper .vc_col-sm-12.wpb_column.vc_column_container {padding-left: 0 !important;	padding-right: 0 !important;}	
    			.ozy-page-model-boxed.ozy-page-model-no-sidebar #main>.container .wpb_row,	.ozy-page-model-full .container.no-vc,	.ozy-page-model-full.ozy-page-model-no-sidebar #content>div>article>div>.wpb_row:not(.ozy-custom-full-row) {/*, .ozy-page-model-has-sidebar #main>.container*/	padding-left:0 !important;padding-right:0 !important;	}	body.has-page-title #main>.container {padding-top: 0 !important;}
    		#tagline {line-height: 20px !important;}	
    		#content.left-sidebar,	#content.right-sidebar,	#content {width: 100%;}	
    		#content.no-vc{padding:10px !important;}		
    		.ozy-spacer {height:10px !important;}	
    		.ozy-owlcarousel .item.item-extended>a .overlay-two>p,	.flip-container .front p,	.flip-container .back p,	.ozy-team_member figcaption p {display:none !important;}	
    		.ozy-team_member figcaption {height:170px !important;}	.full-tabs.wpb_tabs .wpb_tabs_nav li {display:block !important;margin-top:-1px !important;}	#sidebar {padding: 15px;width: 100%; /* 3 columns */		float: none;	}	#sidebar>ul:first-child>li>h4 {border-bottom: none !important;}	#footer-widget-bar .widget-area>.separator{display:none;}	#footer .container {padding-top: 0;}	#footer .top-social-icons>a{border-color:transparent !important} 	#footer-content {		border: 0;		padding: 10px;	}	#footer>footer>.container{height:100% !important;line-height:1.5em !important;}	#footer>footer>.container>div{padding-top:15px !important;width: 100% !important;}	.post-content,	.post-meta {		padding-left: 0 !important;		margin-left: 0 !important;	}	.simple-post-format>div {padding: 10px 10px 5px 10px !important;}	.simple-post-format>div>span {display: none !important;}	.post-excerpt-quote blockquote,	.simple-post-format.post-excerpt-aside>div {max-width: 230px !important;}	blockquote {		padding: 10px 10px 10px 30px !important;		text-align: inherit !important;	}	blockquote:before {		top: 10px !important;		left: 10px !important;	}	blockquote,	.post-excerpt-quote blockquote {		font-size: 14px !important;		line-height: 21px !important;	}	.post-excerpt-quote blockquote>p {max-width: 190px !important;}	.post-excerpt-audio>div>div {		margin-left:0 !important;		padding-left: 0 !important;		max-width: 210px !important;	}	.post-excerpt-audio>div img {display:none !important;}	body:not(.page-template-page-isotope-blog):not(.page-template-page-isotope-fitrows-blog) .post.post-simple.regular-blog .post-meta-simple,	body:not(.page-template-page-isotope-blog):not(.page-template-page-isotope-fitrows-blog) .post>div:not(.featured-thumbnail):not(.ozy-owlcarousel):not(.post-meta):not(.post-submeta),	body.single #single-blog-tags,	body.single .post-submeta {		padding-left:20px !important;		padding-right:20px !important;	}	#request-a-rate>a.close{top:0;right:0;}	/* Single */	.ozy-related-posts>li {		width: 100% !important;		padding-left: 0 !important;		margin-bottom: 20px !important;	}	#ozy-share-div>span {display: none !important;}	#ozy-share-div>.share-icon {padding: 2px !important;}	#ozy-related-posts-wrapper > .newer-older {top: -25px !important;}	#ozy-related-posts-wrapper > .newer-older a {font-size: 80%;}	body.single .post-submeta>a{		display: block;		margin: 0 auto 5px auto;	}	#commentform,	#comments-form form {padding:0 20px}	.comment-body{padding-right:20px}	/*layout*/	/*.ozy-selectBox.ozy-wpml-language-switcher{display:none;}*/	body.ozy-wpml-active #info-bar>div>i,	body.ozy-wpml-active #info-bar>div>span{display:none;}	#footer-widget-bar>.container>section {		width: 99% !important;		margin-right: 0;			}	#footer .top-social-icons>a>span{line-height:inherit !important;}	.ozy-icon {margin-bottom:20px !important;}		ul#breadcrumbs>li,	ul#breadcrumbs>a {		padding:0 10px;		font-size:11px;	}	#top-search>form>input[type=text]{font-size:18px;}	/*fancy accordion*/	.ozy-spinner-list>ul>li>div,	.ozy-fancyaccordion-feed>div.panel,	.ozy-fancyaccordion-feed>a>span {padding-left:15px;	}	.ozy-fancyaccordion-feed>a>span>.d {display:none !important;}	.ozy-fancyaccordion-feed>a>span>h3.t{margin-left:0 !important;}	.ozy-fancyaccordion-feed>div.panel>div{		margin-left:0 !important;		border:none !important;		padding:20px 0 !important;	}	span.plus-icon {display:none !important;}	.ozy-tlt,	h1{		font-size:26px !important;		line-height:32px !important;	}	h2{		font-size:22px !important;		line-height:30px !important;	}	h3{		font-size:18px !important;		line-height:22px !important;	}	/*h6{		font-size:12px !important;		line-height:20px !important;		letter-spacing:normal !important;	}*/	/*news box*/	.ozy-news-bar>ul>li{		width:100%;		padding:20px 36px;	}		/*anything wrapper 2*/	.ozy-anything-wrapper-x {padding:20px !important;}	/*single slider*/	.ozy-owlcarousel.single .owl-item .caption{padding:0 !important;}	/*vc override*/	.vc_col-xs-1,.vc_col-sm-1,.vc_col-md-1,.vc_col-lg-1,.vc_col-xs-2,.vc_col-sm-2,.vc_col-md-2,.vc_col-lg-2,.vc_col-xs-3,.vc_col-sm-3,	.vc_col-md-3,.vc_col-lg-3,.vc_col-xs-4,.vc_col-sm-4,.vc_col-md-4,.vc_col-lg-4,.vc_col-xs-5,.vc_col-sm-5,.vc_col-md-5,.vc_col-lg-5,	.vc_col-xs-6,.vc_col-sm-6,.vc_col-md-6,.vc_col-lg-6,.vc_col-xs-7,.vc_col-sm-7,.vc_col-md-7,.vc_col-lg-7,.vc_col-xs-8,.vc_col-sm-8,	.vc_col-md-8,.vc_col-lg-8,.vc_col-xs-9,.vc_col-sm-9,.vc_col-md-9,.vc_col-lg-9,.vc_col-xs-10,.vc_col-sm-10,.vc_col-md-10,.vc_col-lg-10,	.vc_col-xs-11,.vc_col-sm-11,.vc_col-md-11,.vc_col-lg-11,.vc_col-xs-12,.vc_col-sm-12,.vc_col-md-12,.vc_col-lg-12{padding-left:10px;padding-right:10px;}	body.ozy-page-model-full:not(.page-template-page-row-slider-php) .wpb_row:not(.ozy-custom-full-row) .parallax-wrapper>.vc_column_container {		margin-left:0 !important;		margin-right:0 !important;		padding-left:10px !important;		padding-right:10px !important;			}	.vc_responsive .wpb_row .vc_col-sm-4 {		width: 100% !important;		padding-bottom:20px;	}	}/*	Retina media query.	Overrides styles for devices with a 	device-pixel-ratio of 2+, such as iPhone 4.-----------------------------------------------    */@media 	only screen and (-webkit-min-device-pixel-ratio: 2),	only screen and (min-device-pixel-ratio: 2) {	input:not([type='checkbox']):not([type='radio']), textarea, button, select {		-webkit-appearance: none;		-moz-appearance: none;		-ms-appearance: none;		-o-appearance: none;		appearance: none;			-webkit-border-radius: 0;	}}/* IE Edge header fix */@supports (-ms-accelerator:true) {	@media screen and (max-width:1180px) {		#top-menu #head-mobile {			display:none;		}			}	}.vc_general.vc_cta3.vc_cta3-style-classic, .vc_general.vc_cta3.vc_cta3-style-custom{background-color: #39b54a;    border-color: #39b54a;}    .vc_cta3-content-header > h2{color:#fff!important;font-size: 25px !important;font-family: 'canelabold';    text-transform: uppercase;}    .vc_cta3-container{margin-bottom:0;}    #about_seal{color: #ffffff;    font-size: 15px;    line-height: 28px;    padding: 0 15%;    text-align: center;}    #about_seal h3{color:#ffffff!important;text-transform: uppercase;font-family: canelabold;    font-size: 35px;}    #service ul{width: 33%;float:left;}   .left-block > li,.right-block > li,.mid-block > li {    background: rgba(0, 0, 0, 0) url("images/img1.jpg") no-repeat scroll left center;    height: 35px;    line-height: 40px;    list-style: outside none none;    padding-left: 30px;    cursor: pointer;}

    		body h3 {font-family: canelabold;}
    		.align_center{ text-align: center; }

    		#service h3 {color:#1386BD !important; font-family: canelabold; font-size: 33px !important; text-transform: uppercase; line-height: 25px !important;}
    		#service p {    color: #1386bd;    font-size: 15px !important;}
    		.service-block{margin-top: 20px;    padding: 0 12% 0 15%;}
    		.left-block a,.right-block a,.mid-block a {    color: #1386BD !important;    font-size: 17px;}
    		.isotope-item {    border: 2px solid #cccccc;    border-radius: 5px;    width: 24%!important;}
    		.attachment-medium {    height: 185px !important;    width: 270px;}
    		.vc_custom_1482919726791{padding-top:0!important;padding-bottom:0!important;}
    		#indeginious .parallax-wrapper{ max-width: 100%!important; }
    		#indeginious .parallax-wrapper .wpb_single_image{ width: 100%!important; display:block!important; }
    		#indeginious h3 {color: #ffffff!important;font-family: 'canelabold'!important;font-size: 35px;}
    		#indeginious p {color: #ffffff;}
    		#info-bar {display: none;}
    		#footer {background:#F0ECED none repeat scroll 0 0;}
    		.top-social-icons {    display: none !important;}
    		#footer .container > div, #footer .container, #footer{color: #777 !important;text-transform: uppercase;font-family: 'canelabold'!important;font-size: 15px!important;}
    		#header {height: 140px!important;}
    		#header #top-menu{/*height:190px!important;*/}
    		#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0{ border: 2px solid #ffffff;border-radius: 5px;}#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a{padding:13px 40px!important;font-size:15px!important;font-family: 'canelabold'!important;text-transform: uppercase!important;}#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0{margin-top:50px!important;}#gallery h3{font-size:35px!important;font-family: 'canelabold'!important;margin-bottom: 15px !important;}#partner_logo h4{font-family: 'canelabold'!important;font-size: 30px !important;letter-spacing: 2px;}#sealed h4{ color: #ffffff!important;    font-size:30px !important;    text-align: center;    text-transform: uppercase;font-family: 'canelabold'!important;}#sealed h3{color: #ffffff!important;    font-size:29px !important;    text-align: center;    text-transform: uppercase;font-family: 'canelabold'!important; margin-bottom: 15px;}

    		.seal-left,.seal-right{padding:0!important;}
    		.seal-left > li,.seal-right > li {color: #ffffff; font-size: 20px; line-height: 37px; list-style: outside none none; background:url("images/icon_white.png") left center no-repeat;padding-left: 24px;}
    		.w50 .seal-left > li, .w50 .seal-right > li { width: 50%; float:left; margin-bottom: 5px; }
    		#sealed .wpb_column.vc_column_container.vc_col-sm-6{padding: 0 7%;}
    		.heading-font{font-family: 'canelabold'!important;font-size: 20px !important;}
    		#footer-widget-bar li a:hover{color:#fff!important;cursor: pointer;}.social-icon-widget li{padding:0px !important;}
    		.social-icon-widget img{width:30px;}.line {    display: none!important;}
    		.widget-area:nth-child(4) .widget{padding-bottom:0!important;}.social-icon-widget li{margin-right:0!important;}
.page-title{font-family: 'canelabold'!important;}
#footer a {    color: #777777 !important;    font-size: 15px;}
.vc_custom_1482992502849{background-size:100% 100%!important;}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,.wpcf7-form-control.wpcf7-text,textarea{ color: #000000;border:none!important;}
#page-title-wrapper h4{font-family:arial;}
.inner_page {
    padding: 0 10%;
}
.wpcf7-form-control{background:#ddd!important;border-radius: 0 !important;
    width: 500px; color: #000000;}
.wpcf7-form-control.wpcf7-submit {
    background: #008000 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    width: 100% !important;
}
#map_block{width:100%;padding:0!important;}
.wpb_gmaps_widget.wpb_content_element {
    margin-bottom: 0;
}
#lcp_instance_0 > li {
    float: left;
    margin-right: 1%;
    width: 32%;list-style: outside none none;margin-bottom: 30px;
}
.attachment-thumbnail.size-thumbnail.wp-post-image {
    display: list-item;
    height: 230px;
    width: 100%;
}
#service_block h5,#service_block h6 a{color:#1A91C8!important;text-transform: uppercase;}
.gall-img-responsive {
    border: 2px solid #ffffff;
    border-radius: 5px;
    height: 270px !important;
    width: 100% !important;
}
.gal-container{margin-bottom:0!important;padding-top:0!important;}
#lcp_instance_0 a {
    color: #1a92c9 !important;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    text-transform: uppercase;
}
