@charset "utf-8";

/*------------------------------------------------------



	Theme Name: ENCORE

	Author: UDTHEMES

	Author URL: http://udthemes.com



/*------------------------------------------------------



	CSS TOB: 



	1. RESETS

	2. COMMONS

	3. STRUCTURAL

	4. TYPO & LINKS

	5. MISC

	6. REQUIRED

		

---------------------------------------------------------*/



/*--------------------------------------------------------

	1.RESETS

--------------------------------------------------------*/

	

	html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline; }

	

	

/*--------------------------------------------------------

	2.COMMONS

--------------------------------------------------------*/



	

	html, body { height:100%; }

	

	body{background:#111;font:13px/18px Arial, Helvetica, sans-serif;}

	body {-webkit-text-size-adjust:100%;}

	



/*--------------------------------------------------------

	3.STRUCTURAL 

--------------------------------------------------------*/





	/*----------------------------

	i.-- Page

	-----------------------------*/

	

	#wrapper {height:100%; height:auto !important; min-height:100%; margin-bottom:-300px; }

	.homepage, .section{z-index:1;}

	.section .content{max-width:870px;margin:auto;position:relative;padding:100px 0 70px 0;}

	.section.odd{background:#fff; background-attachment:scroll;}

	.section.even{background:#f9f9f9; background-attachment:scroll;}

	

		/*odd*/

		.section.odd{color:#fff;}

		

		/*even*/

		.section.even{color:#fff;}

	



	.page-inner-left{width:620px;float:left; margin:0 30px 0 0;}

	.page-inner-right{width:620px;float:left; margin:0 0 0 30px;}

	



	/*----------------------------

	ii.-- Header

	-----------------------------*/

	

	.header{width:100%; /* min-height:50px; */  height:50px; line-height:50px; background:#fff; position:fixed; top:0; z-index:50;/* -moz-box-shadow: 10px 10px 8px #ccc;
	
	-webkit-box-shadow: 10px 10px 8px #ccc;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); */}

	/* .header.header-main{display:none;} */

	.header .inner {max-width:870px;margin:auto;}

	.header .logo-container{height:40px; position:relative;float:left;}

	.header .logo-container .logo{position:relative; bottom:0;}

	.admin-bar .header{ top:28px; }/*for when admin bar appears in wp*/



	

		/* main menu

		----------------------------*/

		

		.menu ul{list-style:none; float:right; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0;}

		.menu ul li{margin-bottom: 0;position: relative;}

		.menu > ul > li{float:left;padding:0; margin:0; }

		.menu ul li:last-child{padding-right:0;}

		/*styling & link animation*/

		.menu ul li a{font-family: Verdana, sans-serif; font-size: 11px; color:#ccc; text-decoration:none; padding: 0 15px; display:block;

		/*properties*/	-webkit-transition-property:background, color;-moz-transition-property:background, color;-o-transition-property:background, color;transition-property:background, color;

		/*duration*/	-webkit-transition-duration:500ms,600ms;-moz-transition-duration:500ms,600ms;-o-transition-duration:500ms,600ms;transition-duration:500ms,600ms;

		/*delay*/		-webkit-transition-delay:0s,100ms;-moz-transition-delay:0s,100ms;-o-transition-delay:0s,100ms;transition-delay:0s,100ms;}

		.menu ul li a:hover{color:#fc7022;}



		/*sub-menu*/

		.menu .sub-menu,.menu .children{width: 180px;opacity: 0;visibility: hidden;position: absolute;z-index: 101;background:#fff;background: rgba(255,255,255,0.8);box-shadow: 0 2px 2px rgba(0,0,0,0.3);

		/*initial position*/		-webkit-transform:translateY(5px);-moz-transform:translateY(5px);-o-transform:translateY(5px);transform:translateY(5px);

		/*properties to animate*/	-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform, opacity;-o-transition-property:-o-transform, opacity;transition-property:transform, opacity;

		/*duration*/				-webkit-transition-duration:200ms,200ms;-moz-transition-duration:200ms,200ms;-o-transition-duration:200ms,200ms;transition-duration:200ms,200ms;}

		

		.menu .sub-menu ul,.menu .children ul{top:0;left:180px;visibility: hidden;}

		.menu .sub-menu li,.menu .children li{float: none;background: none;border-bottom: 1px dotted #555;padding-left: 0;padding-right: 0;}

		.menu .sub-menu li a,.menu .children li a{color: #ccc; line-height:20px; padding: 10px 15px;}

		.menu .sub-menu li:last-child,.menu .children li:last-child{border-bottom: none;}

		

		/*hover*/

		.menu ul li:hover > a{ background:rgba(255,255,255,1); color:#fc7022; }

		.menu .sub-menu li.menu-item-has-children > a:after,

		.menu .children li.page_item_has_children > a:after{content:"\25b8";height: 5px;position: relative;top: 1px;width: 5px;float: right;margin-right: -6px;font-size: 9px;}

		.menu .sub-menu li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after,

		.menu .children li.page_item_has_children .sub-menu li.page_item_has_children > a:after{content: ""}

		.menu .sub-menu li:hover > a,.menu .children li:hover > a{background:#fff;color:#ccc;}

		

		/*hover active*/

		.menu ul li:hover > .sub-menu,.menu ul li:hover > .children{visibility: visible;/*animate opacity*/opacity: 1;/*animate position*/-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);-webkit-transform:translateY(0px);transform:translateY(0px);}

		.menu ul li.current > a,.menu ul li.current-menu-item > a,.menu ul li.current_page_item > a,.menu ul li.current-menu-ancestor > a,.menu ul li.current_page_ancestor > a{background: #fff !important;
color: #fc7022 !important;}



		/* mobile menu toggle

		----------------------------*/	

		/*.header .inner .mobileMenuToggle{height:26px;width:100%;float:left;text-align:center;display:none;margin:19px auto 15px auto;}

		.header .inner .mobileMenuToggle a,.header .mobileMenuToggle.open a{width:26px;height:26px;float:left;position:relative;left:50%; margin-left:-13px;}

		.header .inner .mobileMenuToggle a{background:url(../images/mobileMenu-toggle.png) center 0 no-repeat;}

		.header .inner .mobileMenuToggle.open a{background:url(../images/mobileMenu-toggle.png) center -26px no-repeat;}*/

			

	/*----------------------------

	iii.-- Content

	-----------------------------*/



	/*homepage

	----------------------------*/

	.homepage{width:870px;color:#fff; font:15px/18px Arial, Helvetica, sans-serif;padding-top:0 !important; display:table; margin:auto;}

	.homepage .content{max-width:870px;margin:auto;padding:0px; display:table-cell; vertical-align:middle; opacity:0;}

		

		/*columns*/

		.column_homepage{width:48%;margin-right:4%; float:left;}

		.column_homepage.center{float:none;width:100%;}

		.column_homepage.right{margin-right:0;}

	

	.page-down{width:78px;height:78px;background:url(../images/ui/theme/page-down.png) no-repeat;left:50%;margin-left:-32px;position:absolute;bottom:15px;}



	

	/*section title 

	----------------------------*/

	

	.section-title{width:100%;padding-bottom:50px;margin-bottom:50px;}

	

		/*odd*/

		.section.odd .section-title{/*border-top:1px solid #e2e2e2;*/border-bottom:1px solid #ddd;}

		

		/*even*/

		.section.even .section-title{/*border-top:1px solid #444;*/border-bottom:1px solid #222;}

		

	/*teaser

	----------------------------*/	

	

	/*structure*/	

	.teaser{width:100%;height:480px;/* height:600px; */ padding:0;margin:0;background-attachment:fixed;background-repeat:repeat; border-top:5px solid rgba(0,0,0,0.30);border-bottom:5px solid rgba(0,0,0,0.30);color:#fff !important; text-align:center; position:relative;}

	.teaser .info-container{display:table;width:100%;height:100%; padding:0 !important;margin:0 !important;background:transparent url(../images/patterns/fullscreen-overlay-pattern.png) repeat top left;}

	.teaser .info-container .info{display: table-cell; vertical-align:middle;}

	.teaser .info-container .info .info-inner{max-width:870px; margin:auto;}

	/*non-repeated image*/	

	.teaser.fixed{background-attachment:fixed;}

	.teaser.fixed-desktop{background-attachment:fixed !important;}

	/*repeated image*/

	.teaser.scroll{background-attachment:scroll;}

	.teaser .column_one_half,.teaser .column_one_third{margin-bottom:0px;}

		

		/*teaser links*/

		.teaser a{font-weight:bold;}

		.teaser a:hover{opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}

	

		/*teaser blockquote*/

		.teaser blockquote{width:100%; border:none;background:url(../images/ui/shortcodes/blockquotes/blockquote-default-teaser.png) center top  no-repeat;padding:50px 0 0 0 ;margin:0;font:25px/35px Arial, Helvetica, sans-serif;}

		.teaser blockquote p{text-transform: none;}

		.teaser blockquote.quote {border:none;background:url(../images/ui/shortcodes/blockquotes/blockquote-quote-teaser.png) center top  no-repeat !important;padding:50px 0 0 0;}

			

		/*teaser twitter*/

		.teaser ul.tweet_list li{background: none !important; font-size:15px;}

		.teaser ul.tweet_list li a.tweet_user{text-transform:uppercase;}

		.teaser ul.tweet_list,.teaser ul.tweet_list li a.tweet_user, .teaser ul.tweet_list li span.tweet_time,.teaser ul.tweet_list li span.tweet_text{margin:0; float:none;}

		.teaser ul.tweet_list li span.tweet_text{padding-top:10px;}

			

		/*teaser video only*/	

		.teaser .video video, .teaser .video iframe, .teaser .video object, .teaser .video embed, .teaser .video div { width:100%; height:100% !important; max-width:100% !important; max-height:100% !important; }

		

		/*teaser flex slider*/

		.teaser .flexslider{margin:0 auto 0 auto;}

		

		/*teaser button*/

		.teaser .submit.submitSmall{float:none;padding:13px 24px;margin:auto;}

		.teaser .submit.submitTheme{float:none;padding:15px 24px;margin:auto;}

		.teaser .submit.submitLarge{float:none;padding:17px 24px;margin:auto;}



		/*call to action */

		.homepage a.action-link span.icon,.teaser a.action-link span.icon{background: url(../images/ui/shortcodes/call-to-action/al-default-white.png) 0 0;}

		.homepage a.action-link.android span.icon,.teaser a.action-link.android span.icon{background: url(../images/ui/shortcodes/call-to-action/al-android-white.png) 0 0;}

		.homepage a.action-link.apple span.icon, .teaser a.action-link.apple span.icon{background: url(../images/ui/shortcodes/call-to-action/al-apple-white.png) 0 0 ;}

		.homepage a.action-link.blackberry span.icon, .teaser a.action-link.blackberry span.icon{background: url(../images/ui/shortcodes/call-to-action/icons/al-blackberry-white.png) 0 0 ;}

		.homepage a.action-link.chat span.icon, .teaser a.action-link.chat span.icon{background: url(../images/ui/shortcodes/call-to-action/al-chat-white.png) 0 0 ;}

		.homepage a.action-link.download span.icon, .teaser a.action-link.download span.icon{background: url(../images/ui/shortcodes/call-to-action/icons/al-download-white.png) 0 0 ;}

		.homepage a.action-link.facebook span.icon, .teaser a.action-link.facebook span.icon{background: url(../images/ui/shortcodes/call-to-action/al-facebook-white.png) 0 0 ;}

		.homepage a.action-link.github span.icon, .teaser a.action-link.github span.icon{background: url(../images/ui/shortcodes/call-to-action/al-github-white.png) 0 0 ;}

		.homepage a.action-link.grooveshark span.icon, .teaser a.action-link.grooveshark span.icon{background: url(../images/ui/shortcodes/call-to-action/al-grooveshark-white.png) 0 0 ;}

		.homepage a.action-link.heart span.icon, .teaser a.action-link.heart span.icon{background: url(../images/ui/shortcodes/call-to-action/al-heart-white.png) 0 0 ;}

		.homepage a.action-link.ipad span.icon, .teaser a.action-link.ipad span.icon{background: url(../images/ui/shortcodes/call-to-action/al-ipad-white.png) 0 0 ;}

		.homepage a.action-link.iphone span.icon, .teaser a.action-link.iphone span.icon{background: url(../images/ui/shortcodes/call-to-action/al-iphone-white.png) 0 0 ;}

		.homepage a.action-link.location span.icon, .teaser a.action-link.location span.icon{background: url(../images/ui/shortcodes/call-to-action/al-map-white.png) 0 0 ;}

		.homepage a.action-link.paypal span.icon, .teaser a.action-link.paypal span.icon{background: url(../images/ui/shortcodes/call-to-action/al-paypal-white.png) 0 0 ;}

		.homepage a.action-link.play span.icon, .teaser a.action-link.play span.icon{background: url(../images/ui/shortcodes/call-to-action/al-play-white.png) 0 0 ;}

		.homepage a.action-link.soundcloud span.icon, .teaser a.action-link.soundcloud span.icon{background: url(../images/ui/shortcodes/call-to-action/al-soundcloud-white.png) 0 0 ;}

		.homepage a.action-link.spotify span.icon, .teaser a.action-link.spotify span.icon{background: url(../images/ui/shortcodes/call-to-action/al-spotify-white.png) 0 0 ;}

		.homepage a.action-link.twitter span.icon, .teaser a.action-link.twitter span.icon{background: url(../images/ui/shortcodes/call-to-action/al-twitter-white.png) 0 0 ;}

		.homepage a.action-link.windows span.icon, .teaser a.action-link.windows span.icon{background: url(../images/ui/shortcodes/call-to-action/al-windows-white.png) 0 0 ;}

		.homepage a.action-link, .teaser a.action-link,.homepage a.action-link:hover span.label,.homepage a.action-link:hover span.small, .teaser a.action-link:hover span.label,.teaser a.action-link:hover span.small{color:#fff !important;}

		.teaser a.action-button{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}



	/*page

	----------------------------*/



	.page-media{width:100%;height:auto;margin-bottom:30px;}

	.page-media img{max-width:100%;height:auto;}

	.page-media .flexslider, .page-media .flexslider{margin-bottom:0px;}



	/*blog

	----------------------------*/		

	.blog-inner-left{width:620px;float:left; margin:0 30px 0 0;}

	.blog-inner-right{width:620px;float:right; margin:0 0 0 30px;}

		.blog-post{margin-bottom:50px;padding-bottom:50px; overflow:hidden;}

		.blog-post.post-last{/*border-bottom:none; */margin-bottom:20px;}

			.blog-post-content{width:620px; float:left;}

			.blog-post-content .blog-post-content-inner{width:555px; float:left;}

			.blog-post-content .blog-post-media-type{width:45px;height:45px;background:#FC7022 url(../images/ui/theme/post-type.png) 0 0 no-repeat;float:left; margin-right:20px;}

			.blog-post-content .blog-post-media-type.type-text{background-position:0 0;}

			.blog-post-content .blog-post-media-type.type-image{background-position:0 -45px;}

			.blog-post-content .blog-post-media-type.type-video{background-position:0 -90px;}

			.blog-post-content p:last-child{margin-bottom:0px;}

			.blog-post-content h1.post-title,.blog-post-content h3.post-title{ font-size:28px; line-height:28px; margin-bottom:5px;}

			.blog-post-content h1.post-title a,.blog-post-content h3.post-title a { color:#888; }

			.blog-post-content h1.post-title a:hover,.blog-post-content h3.post-title a:hover { color:#ff005a; }

			.blog-post-content .blog-post-media, .blog-post-media{width:100%; height:auto;margin-bottom:30px; overflow:hidden;}

			.blog-post-content .blog-post-media img{width:100%}

			.blog-post-content .blog-post-media .video video, .blog-post-content .blog-post-media .video iframe, .blog-post-content .blog-post-media .video object, .blog-post-content .blog-post-media .video embed, .blog-post-content .blog-post-media .video div { width:100%; height:100% !important; max-width:100% !important; max-height:100% !important; }

			.blog-post-content .blog-post-meta{width:100%; float:left; color:#999;margin-bottom:30px; font-size:11px;}

			.blog-post-content .blog-post-meta a{font-weight:bold;}

			.blog-post-content .blog-post-meta a:hover{color:#ff005a;text-decoration:underline;}

			.blog-post-content .blog-post-meta-separator{margin-left:6px; margin-right:6px;}

			.blog-post-content p{margin-bottom:30px;}

			.blog-post-content .blog-post-read-more{margin-bottom:0px;}

			.blog-post-media .thumb, .blog-post-media .flexslider, .blog-post-media .video {margin-bottom:0;}

			

		/*sticky*/

		.section.odd .blog-post.sticky { border-bottom:3px solid #ddd; }

		.section.even .blog-post.sticky { border-bottom:3px solid #ddd; }

		.section.odd .blog-post.sticky h3.post-title a { color:#ff005a; }

		.section.even .blog-post.sticky h3.post-title a { color:#ff005a; }

		

		/*pagination*/

		.pagination .nav-next{float:right;}

		.blog-post-navigation{width:100%;margin-bottom:50px;}

			.blog-post-navigation #previous-post {float:left;}

			.blog-post-navigation #next-post {float:right;}

			.blog-post-navigation #previous-post a,.blog-post-navigation #next-post a{text-decoration:none;}

			.blog-post-navigation #previous-post a:hover,.blog-post-navigation #next-post a:hover{text-decoration:underline;}

			

		

		

		/*blog comments

		----------------------------*/			

		

		#comments {float:left;width:100%;margin-bottom:50px;padding:0;}

		#respond {float:left;width:100%;margin-top:0;padding:10px 0 0 0;}

		.comment_list{float:left; width:100%; list-style:none; margin:0; padding:0;}

		#comments,#respond {float:left; width:100%;}

		#respond .comment-notes {float:left;}

		.comment_list li #respond{padding-top:30px;}

		.comment_list li #respond .form-submit {margin-bottom:0;}	

		.comment_list li{width:600px; margin-bottom:30px; padding-bottom:30px; float:left;}

		.comment_list li .avatarWrapper {float:left; position:relative; width:60px; height:60px; margin-right:25px; /*-webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius:60px;*/overflow:hidden; }

		.comment_list .children .avatarWrapper {float:left; position:relative; width:60px; height:60px; /*-webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius:60px;*/ overflow:hidden; border:5px solid rgba(0,0,0,0.5); }

		.comment_list li .avatar { float:left; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius:0px; overflow:hidden; display:block; }

		.section.odd .comment_list li .avatarWrapper { border:3px solid rgba(0,0,0,0.5); }

		.section.even .comment_list li .avatarWrapper { border:3px solid rgba(153,153,153,0.5); }

		.comment_list li .comment_left{width:505px; float:left;}

		.comment_date,.commentary p{ width:100%; margin-bottom:20px;}

		.comment_list li .media_holder{margin-bottom:0px;}

		.comment_list .children{ float:left;margin-bottom:0; margin:0; padding:0; list-style:none; }

		.comment_list .children li{width:525px; margin:30px 0 0 75px; padding-bottom:0; padding-top:30px; float:left;}

		.comment_list .children li .comment_left{width:430px; float:left;}

		

		.layout3 .comment_list li{width:870px;}

		.layout3 .comment_list li .comment_left {width:785px;}

		.layout3 .comment_list .children li{width:795px;}

		.layout3 .comment_list .children li .comment_left{width:710px;}

		

		#reply-title{float:left; width:100%; margin-top:0;}

		

		.comment_list li{border-bottom:1px solid #ddd;}

		.comment_list .children li{border-bottom:none; border-top:1px solid #ddd;}

		.section.even .comment_list li{border-bottom:1px solid #444;}

		.section.even .comment_list .children li{border-bottom:none; border-top:1px solid #444;}

		

		.comment_list li p{font-size:12px;}

		.comment_date {font-size:12px;color:#333; font-family:Arial, Helvetica, sans-serif;}

		.comment_name {width:100%; margin-bottom:2px; font: bold 16px/18px Arial, Helvetica, sans-serif;}

		.comment_name a { color:#333; text-decoration:none; }

		.comment_list li.last{border:none;padding:0px;}

		

		#cancel-comment-reply-link { font-size:12px; color:#888; }

		

		#commentform ul.left {clear:both;float:left;width:293px;margin:0 13px 0 0;padding:0;list-style:none;}

		#commentform ul.right {float:left !important;width:293px;margin:0;padding:0;list-style:none;}

		#commentform ul.left li {float:left;width:293px;margin:0;border-bottom:0;padding-bottom:0;}

		#commentform ul.right li {float:left;width:293px;margin:0;border-bottom:0;padding-bottom:0;}

		#commentform .form-submit {clear:both;}

		#commentform .form-submit #submit {float:left;height:45px;font-size:12px;line-height:45px;color:#fff;background:#666;text-decoration:none;text-transform:uppercase;padding:0 24px;border:0;cursor:pointer;outline:0;margin:0;-webkit-appearance: none;border-radius:3px;}

		#commentform .form-submit #submit:hover, #commentform .form-submit #submit:focus, #commentform .form-submit #submit:active {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);opacity: 0.8;}

		#commentform .form-submit #submit:active {position:relative;top:1px;}

		#comments.user_logged_in .form-submit #submit, #comments.user_logged_in #commentform ul.right {float:left !important;}

		#comments a.comment-reply-link {float:left;color:#ff005a;text-decoration:none;border-bottom:0;font-weight:bold;}

		#comments a.comment-reply-link:hover {text-decoration:underline;}



		.comment-pagination { float:left; width:100%; border-bottom:1px dotted #333; padding-bottom:30px; }

		.comment-pagination a { text-decoration:none; }

		.comment-pagination .nav-previous { float:left; }

		.comment-pagination .nav-next { float:right; }		

		

		

	#sidebar.left{width:220px; float:left; overflow:hidden;}

	#sidebar.right{width:220px; float:right;}

		#sidebar ul{list-style:none; margin:0; width:100%;}

		#sidebar ul li{ float:left;width:100%;margin-bottom:40px;padding-bottom:40px;}

		#sidebar ul li:last-child{margin-bottom:0px;padding:0px;border:none !important;}

		#sidebar ul li h4.widgettitle{font-size:20px;}

		#sidebar ul li ul {list-style:none;}

		#sidebar ul li ul li{border:none !important;}

		#sidebar ul li ul li a{text-decoration:none; font-weight:bold; width:100%;}

		#sidebar ul li ul li p.date{color:#999; font-size:11px;text-transform:uppercase;}

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

	

		/*widget:recent posts*/

		#sidebar ul li ul li{margin-bottom:5px; padding:0; border:none;}

		#sidebar ul li ul li p:last-child{margin-bottom:0px;}

		

		/*widget:categories*/

		#sidebar ul li.widget-categories ul li{margin:0px; padding:0;border:none;}

		

		/*widget:tags*/

		#sidebar  ul li.widget_tag_cloud a{-moz-border-bottom-colors: none;-webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; display: block; float: left;font-size: 12px !important;margin:0 10px 10px 0;padding: 3px 8px;}

		

		/*widget:search*/

		#sidebar ul li .txtFld{width:100%;height:45px;line-height:45px;padding:0 20px;margin-bottom:20px;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}

		

		/*widget:twitter*/

		

		#sidebar  ul li ul.tweet_list li{margin-bottom:20px; overflow:hidden; border:none;padding:0;}

		#sidebar  ul li ul.tweet_list li:last-child{margin-bottom:0;}

		#sidebar  ul li ul.tweet_list li a.tweet_user{margin-left:20px;}

		#sidebar  ul li ul.tweet_list li span.tweet_time{text-transform:uppercase;font-size:10px;margin-left:20px; font-style:italic;margin-left:20px;display:block;}

		#sidebar  ul li ul.tweet_list li span.tweet_text{color:#999;margin:0 0 10px 20px; display:block;}

		#sidebar  ul li ul.tweet_list li a.tweet_avatar img{margin-right:10px;}

		

		/*widget:calendar*/

		#sidebar ul li.widget_calendar table { width:100%; }

		#sidebar ul li.widget_calendar table th { text-align:left; font-weight:bold; }

		#sidebar ul li.widget_calendar table td, #sidebar ul li.widget_calendar table caption { text-align:left; }

		#sidebar ul li.widget_calendar table td { width:14.25%; }



		

			/*odd*/

			.section.odd .blog-post, .section.odd #sidebar ul li, .section.odd .blog-post-comments{border-bottom:1px solid #ddd;}

			.section.odd #sidebar ul li ul li a{color:#999;}

			.section.odd #sidebar ul li ul li a:hover{color:#ff005a;} 

			.section.odd #sidebar ul li ul.tweet_list li{background:url(../images/ui/theme/tweet-quote-odd.png) 0 3px no-repeat;}

			.section.odd #sidebar ul li.widget_tag_cloud a{background:#999; color:#eee !important;}

			.section.odd #sidebar ul li.widget_tag_cloud a:hover{background:#ff005a; color:#fff !important;}

			.section.odd #sidebar ul li .txtFld{background-color:#f6f6f6;color:#999;border:1px solid #ddd; color:#999; font: 13px/18px Arial, Helvetica, sans-serif;}

			.section.odd #sidebar ul li .txtFld:hover{background-color:#f9f9f9;color:#888;border:1px solid #ddd;}

			.section.odd #sidebar ul li .txtFld:focus{background-color:#fff;color:#888;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}

			.section.odd .blog-pagination ul li a{border:1px solid #e2e2e2;color:#666;}

			.section.odd .blog-pagination ul li a:hover{border:1px solid #ff005a;background:#ff005a;color:#fff;}

			.section.odd .blog-pagination ul li a.active{background: #e2e2e2;}

			.section.odd .blog-pagination ul li a.active:hover{background: #666;border:1px solid #666;}

			.section.odd #sidebar ul li.widget_calendar table td, .section.odd #sidebar ul li.widget_calendar table caption {color:#999;}

		

		

			/*even*/

			.section.even .blog-post,.section.even #sidebar ul li,.section.even .blog-post-comments{border-bottom:1px solid #222;}

			.section.even #sidebar ul li ul li a{color:#444;}

			.section.even #sidebar ul li ul li a:hover{color:#ff005a;} 

			.section.even #sidebar ul li ul.tweet_list li{background:url(../images/ui/theme/tweet-quote-even.png) 0 3px no-repeat;}

			.section.even #sidebar ul li.widget_tag_cloud a{background:#444; color: #f4f4f5 !important;}

			.section.even #sidebar ul li.widget_tag_cloud a:hover{background:#ff005a; color:#fff !important;}

			.section.even #sidebar ul li .txtFld{background:#151515;-webkit-appearance: none;border:1px solid #070707; color:#555; font: 13px/18px Arial, Helvetica, sans-serif;}

			.section.even #sidebar ul li .txtFld:hover{background-color:#222;color:#666;border:1px solid #070707;}

			.section.even #sidebar ul li .txtFld:focus{background-color:#222;color:#999;border:1px solid #070707;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.8);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.8);box-shadow:inset 0 1px 2px rgba(0,0,0,0.8);}

			.section.even .blog-pagination ul li a{border:1px solid #444;color:#999;}

			.section.even .blog-pagination ul li a:hover{border:1px solid #ff005a;background:#ff005a;color:#fff;}

			.section.even .blog-pagination ul li a.active{background: #666;}

			.section.even .blog-pagination ul li a.active:hover{background: #222;border:1px solid #222;}

			.section.even #sidebar ul li.widget_calendar table td, .section.even #sidebar ul li.widget_calendar table caption {color:#444;}

		

		/*widget text - social networks*/

		#sidebar ul.socialSmall li,#sidebar ul.socialSmall li a{width:22px;margin-right:5px;}

		

	

	/*contact

	----------------------------*/	

	.loading-animation { float:left; width:48px; height:24px; background:url(../images/ui/theme/loader-light.gif) no-repeat center -24px; }

	.section.odd .loading-animation { float:left; width:48px; height:24px; background:url(../images/ui/theme/loader-light.gif) no-repeat center -24px; }

	.section.even .loading-animation { float:left; width:48px; height:24px; background:url(../images/ui/theme/loader-dark.gif) no-repeat center -24px; }

	

	#sidebar.contact_sidebar { float:left; width:30.6666%; margin-bottom:30px; margin-right:4%; position:relative; overflow:hidden; }



	.udt_honey {display:none;}

	

	/*encore signup

	----------------------------*/

	

	#signup{padding-top:0px;}

	.signup{position:relative;width:575px;margin:auto;margin-bottom:30px;}

	.signup p{margin-bottom:0;}

	.signup input[type=email],
	.signup input[type=text],input[type=submit]{margin-bottom:20px;}

	.signup input[type=email],
	.signup input[type=text]{width:450px;height:60px;line-height:60px;padding:0 20px;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;border:1px solid transparent;border-top-left-radius: 5px;border-bottom-left-radius: 5px;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px; float:left;background:#f3f3f3;-webkit-appearance: none; color:#666; font: 13px/18px Arial, Helvetica, sans-serif;}

	.signup input[type=submit].signupSubmit{width:125px;height:60px;background:#fc7022 url(../images/ui/shortcodes/call-to-action/button-gradient.png) 0 0 repeat-x;color:#fff;line-height:60px;border:none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;-webkit-border-top-right-radius: 5px;-webkit-border-bottom-right-radius: 5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;float:left; cursor: pointer;}

	.signup input[type=submit].signupSubmit:hover{opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}

	

	/*states*/

	.signup input[type=email].required,
	.signup input[type=text].required{background:#f3f3f3 url(../images/ui/theme/input-required-light.png);background-position: right center !important;}

	.signup input[type=email]:hover,
	.signup input[type=text]:hover{background-color:#eee;color:#666;}

	.signup input[type=email]:focus,
	.signup input[type=text]:focus{background-color:#fff;color:#999;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1); outline:none;}

	

	/*messages*/

	.signup .errorOutline {border:1px solid #FC7022 !important;}

	.signup .errorMsg {color:#FC7022 !important;}

	

	#newsletter-msg { position:absolute; width:100%; text-align:center; }

	#newsletter-loader, .page.odd #newsletter-loader { float:left; clear:both; width:100%; margin:-20px 0 10px; height:10px; background:url(../images/ui/theme/loader2-white.gif) center bottom no-repeat; display:none; }

	.page.even #newsletter-loader{ float:left; clear:both; width:100%; margin:-20px 0 10px; height:10px; background:url(../images/ui/theme/loader2-gray.gif) center bottom no-repeat; display:none; }

	.newsletter-title, .newsletter-content, .newsletter-thankyou, .newsletter-thankyou-content { position:relative; text-align: center;}

	

	/*form elements

	----------------------------*/	

	.form p{margin-bottom:0;}

	input[type=email],
	input[type=text]{width:300px;height:45px;line-height:45px;padding:0 20px;margin-bottom:20px;}

	textarea {width:560px;height:200px;padding:20px;margin-bottom:20px; overflow:auto;}

	input[type=email],
	input[type=text],textarea{box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}

	#msg { float:left; margin-left:10px; }

	.errorOutline {border:1px solid #fc7022 !important;}	

	.errorMsg {color:#fc7022 !important;}

	

	

		/*odd*/

		.section.odd input[type=email],
		.section.odd input[type=text],.section.odd textarea{background:#f6f6f6;-webkit-appearance: none;border:1px solid #ddd; color:#999; font: 13px/18px Arial, Helvetica, sans-serif;}

		.section.odd input[type=email].required,
		.section.odd input[type=text].required,.section.odd textarea.required{background:#fff url(../images/ui/theme/input-required-light.png) right 13px no-repeat;border:1px solid #e6e6e6;}

		.section.odd input[type=email]:hover,
		.section.odd input[type=text]:hover,.section.odd textarea:hover{background-color:#f9f9f9;color:#888;border:1px solid #ddd;}

		.section.odd input[type=email]:focus,
		.section.odd input[type=text]:focus,.section.odd textarea:focus{background-color:#fff;color:#888;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}		

		

		/*even*/

		.section.even input[type=email],
		.section.even input[type=text],.section.even textarea{background:#151515;-webkit-appearance: none;border:1px solid #070707; color:#555; font: 13px/18px Arial, Helvetica, sans-serif}

		.section.even input[type=email].required,
		.section.even input[type=text].required,.section.even textarea.required{background:#202020 url(../images/ui/theme/input-required-dark.png) right 13px no-repeat;border:1px solid #111;}

		.section.even input[type=email]:hover,
		.section.even input[type=text]:hover,.section.even textarea:hover{background-color:#222;color:#666;border:1px solid #070707;}

		.section.even input[type=email]:focus,
		.section.even input[type=text]:focus,.section.even textarea:focus{background-color:#222;color:#999;border:1px solid #070707;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}

	

	

	/*footer

	----------------------------*/	

	#footer{position:relative; overflow:hidden; padding:50px 0; z-index:6; height:200px; width:100%; }

	#footer .footer_content_wrapper { display:table; width:100%; height:100%; }

	#footer .content{max-width:930px;margin:auto;text-align:center; white-space:nowrap; display:table-cell; vertical-align:middle;}

	#footer .content .logo{margin-bottom:30px;}

	#footer p.copyright{margin-bottom:0;}

	#footer{background:#353535;color:#999;}

	#footer p.copyright{font:12px/14px Arial, Helvetica, sans-serif;}

	#footer .social-share {margin:20px auto 0; width:180px;}

	#footer .twitter-share-button .twitter-count-horizontal{width:90px;}

	

	/*even*/

	#footer ul.socialSmall li a{background-image:url(../images/ui/shortcodes/social/social-sprite-small-dark.png);background-repeat: no-repeat;float:left;width:22px;height:22px;margin-right:3px;margin-left:3px;}

	

	

	/*section buttons

	----------------------------*/

	

	/*general*/

	.section-button{float:left;width:100%;height:20px;position:absolute;bottom:-5px;border-bottom:5px solid rgba(0,0,0,0.30); text-align:center;}

	.section-button a{line-height:21px;position:relative;padding:3px 24px;}

	

		 .section-button a.page-up{background: url(../images/ui/theme/page-up.png) 0 0 no-repeat;}



	/*last page*/

	.section-button.last-page{bottom:0;border-bottom:none;}

	

		 .section-button.last-page a.page-up{background: url(../images/ui/theme/page-up-footer.png) 0 0 no-repeat;}

		

	

	/*media

	----------------------------*/	

	

	/*rounded-thumbs*/

	.round-thumb-container{overflow:hidden;position:relative; z-index:1;}

	.round-thumb{position:relative;}

	.round-thumb a,.round-thumb span{width:100%;float:left;}

	.round-thumb, .round-thumb a,.round-thumb span, .round-thumb a img,.round-thumb span img, .round-thumb a .thumb-rollover{max-width:100%;-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; overflow:hidden;}

	.round-thumb a img,.round-thumb span img{position:relative;z-index:-1;max-width: 100%;margin: 0 auto;-ms-interpolation-mode: bicubic;overflow:hidden;vertical-align: baseline;}

	.round-thumb a .thumb-rollover{position:absolute;display:table;width:100%;height:100%;background: #ff2778;/*ie8 fallback*/ background: rgba(255,39,120,0.9);top:0;opacity:0;}

	.round-thumb a .thumb-rollover .thumbInfo{display: table-cell; vertical-align: middle;width:100%;font:13px/13px Arial, Helvetica, sans-serif;font-weight:bold;color:#fff; text-align:center;}

		

		/*odd*/

		.section.odd .round-thumb{ margin: 0 auto 30px auto;overflow:hidden;border:5px solid #ccc;/*ie8 fallback*/ border:5px solid rgba(0,0,0,0.3);-webkit-box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.2);-moz-box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.2);box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.2);}

	

		

		/*even*/

		.section.even .round-thumb{ margin: 0 auto 30px auto;overflow:hidden;border:5px solid #666;/*ie8 fallback*/ border:5px solid rgba(153,153,153,0.3);-webkit-box-shadow:inset 0px 0px 0px 10px rgba(0,0,0,0.2);-moz-box-shadow:inset 0px 0px 0px 10px rgba(0,0,0,0.2);box-shadow:inset 0px 0px 0px 10px rgba(0,0,0,0.2);}

		

	

	/*regular-thumbs*/

	.thumb{overflow:hidden;position:relative; z-index:1;margin-bottom:30px;}

	.thumb img{max-width:100% !important; height:auto !important;}

	.thumb a{float:left; width:100%; max-width:100%;}

	.thumb a .thumb-rollover{position:absolute;display:table;width:100%;height:100%;background: #ff2778;/*ie8 fallback*/ background: rgba(255,39,120,0.9);top:0;opacity:0;}

	.thumb a .thumb-rollover .thumbInfo{display: table-cell; vertical-align: middle;width:100%;font:13px/13px Arial, Helvetica, sans-serif; font-weight:bold;color:#000; text-align:center;}

	.thumb a img{position:relative;z-index:-1;max-width: 100%;margin: 0 auto;-ms-interpolation-mode: bicubic;overflow:hidden;vertical-align: baseline;}

	

	

	/*fancybox-lightbox*/

	.fancybox-html{display:none;}

	#fancybox-outer,#fancybox-content iframe {background: #000 url(../images/logo-common.png) center center no-repeat;}

	#fancybox-content {border: 0px solid #000;}

	#fancybox-left,#fancybox-right,#fancybox-close{opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter:alpha(opacity=100);}

	#fancybox-left-ico {background: rgba(0,0,0,0.5)  url(../images/fancybox/fancybox.png) -39px -22px no-repeat ;-webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius:40px;}

	#fancybox-left-ico:hover {background: rgba(255,39,120,1)  url(../images/fancybox/fancybox.png) -39px -22px no-repeat;}

	#fancybox-right-ico {background: rgba(0,0,0,0.5)  url(../images/fancybox/fancybox.png) -39px -62px no-repeat ;-webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius:40px;}

	#fancybox-right-ico:hover {background: rgba(255,39,120,1)  url(../images/fancybox/fancybox.png) -39px -62px no-repeat;}

	#fancybox-close {background: transparent url(../images/fancybox/fancybox.png) -40px 0px;}

	#fancybox-title-over {background: url(../images/fancybox/transparent-bkg.png) repeat;padding: 20px;width:150px;display: block;left:0px;position:relative; overflow:hidden;}

	#fancybox-title-over {color:#fff;}

	#fancybox-title-over .fancybox-num{font-size:11px;margin-bottom:10px;}

	#fancybox-title-over p{font-size:11px;color:#ccc;margin-bottom:15px;}



	/*slider - styling*/

	.flexslider{ border:none;-webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0;margin-bottom:30px;overflow:hidden;}

	

		/*navigation */

		.flex-direction-nav { height: 0; }

		.flex-direction-nav li a {width: 40px; height: 40px; display: block; position: absolute; bottom:0; top:auto; cursor: pointer; text-indent: -999em;}	

		.flex-direction-nav li .prev{background:#000 url(../images/ui_flex/bg_direction_nav.png) 0 0 no-repeat;/*ie8 fallback*/ background:rgba(0,0,0,0.8) url(../images/ui_flex/bg_direction_nav.png) 0 0 no-repeat;}

		.flex-direction-nav li .next{background:#000 url(../images/ui_flex/bg_direction_nav.png) 0 -40px no-repeat;/*ie8 fallback*/ background:rgba(0,0,0,0.8) url(../images/ui_flex/bg_direction_nav.png) 0 -40px no-repeat;}

		.flex-direction-nav li .prev {left: 0;}

		.flex-direction-nav li .next {right: auto; left:41px;}

		.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

		

		/*control */

		.flex-control-nav {width: 100%; position: absolute; bottom:auto; top:13px;text-align:right; padding-right:25px;left:-25px;}

		.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}

		/*.flex-control-nav li:last-child {margin: 0 25px 0 5px;}*/

		.flex-control-nav li a {width: 15px; height: 15px; display: block; background: url(../images/ui_flex/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: 999em;}

		.flex-control-nav li a:hover {background-position: 0 -15px;}

		.flex-control-nav li a.active {background-position: 0 -30px; cursor: default;}

		

		/*caption*/

		.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}

		.flex-caption {width:auto;padding:0 15px; line-height:40px; margin: 0; position: absolute; left: 82px; bottom: 0; background: rgba(0,0,0,.8); color: #fff !important; text-shadow: 0 0 0 rgba(0,0,0,0); font-size: 14px; margin:0 !important;}

	



	/*video

	----------------------------*/

	.video{margin-bottom:30px;}



	/*soundcloud

	----------------------------*/

	.soundcloud-wrapper{width:100%;height:166px;margin-bottom:30px;}

	

	

	/*dividers

	----------------------------*/	



	/*odd*/

	.section.odd .divider{border-top:1px solid #ddd;}

	

	/*even*/

	.section.even .divider{border-top:1px solid #444;}



	

	/*twitter - pages

	----------------------------*/	

	

	ul.tweet_list li{margin-bottom:20px; overflow:hidden; border:none;padding:0;}

	ul.tweet_list li:last-child{margin-bottom:0;}

	ul.tweet_list li a.tweet_user{margin-left:20px;}

	ul.tweet_list li span.tweet_time{text-transform:uppercase;font-size:10px;margin-left:20px; font-style:italic;margin-left:20px;display:block;}

	ul.tweet_list li span.tweet_text{color:#999;margin:0 0 10px 20px; display:block;}

	ul.tweet_list li a.tweet_avatar img{margin-right:10px;}

	

		/*odd*/

		.section.odd ul.tweet_list li{background:url(../images/ui/theme/tweet-quote-odd.png) 0 3px no-repeat;}

		.section.odd ul.tweet_list li a {color:#999;font-weight: bold;text-decoration: none;}

		.section.odd ul.tweet_list li a:hover {color:#ff005a;}

		.section.odd .tweets p.loading{color:#999;}

		

		/*even*/

		.section.even ul.tweet_list li{background:url(../images/ui/theme/tweet-quote-even.png) 0 3px no-repeat;}

		.section.even ul.tweet_list li a {color:#444;font-weight: bold;text-decoration: none;}

		.section.even ul.tweet_list li a:hover {color:#ff005a;}

		.section.even .tweets p.loading{color:#444;}

		

		

/*--------------------------------------------------------

	4.--TYPOGRAPHY & LINKS

--------------------------------------------------------*/



	h1,h2,h3,h4,h5,h6{font-family: 'Open Sans', sans-serif; margin-bottom:30px;clear:both;}

	h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{font-family: 'Quicksand', sans-serif;font-weight:normal; }

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; border-bottom:0 !important;}

	a{color:#ff005a;text-decoration:none;}

	a:hover{color:#ff005a;}

	p{margin-bottom:30px;}



	/*titles*/

	h1{font-size:40px;line-height:40px;}

	h2{font-size:38px;line-height:38px;}

	h3{font-size:35px;line-height:35px;}

	h4{font-size:32px;line-height:32px;}

	h5{font-size:28px;line-height:28px;}

	h6{font-size:24px;line-height:24px;}

	

	.section-title h1,.section-title h2,.section-title h3,.section-title h4,.section-title h5,.section-title h6{margin:0;}

	.section-title h1 small,.section-title h2 small,.section-title h3 small,.section-title h4 small,.section-title h5 small,.section-title h6 small, .section-title small{display:block;clear:both; text-transform:uppercase;}

	

	/*blog*/

	.section-title{font-size:40px;line-height:40px; text-align:center;}

	.section-title small{font-size:30px;line-height:30px; text-align:center;}

	

	

	/*inner pages - section titles*/

	.section-title h1{font-size:85px;line-height:70px; text-align:center;}

	.section-title h2{font-size:70px;line-height:55px; text-align:center;}

	.section-title h3{font-size:60px;line-height:45px; text-align:center;}

	.section-title h4{font-size:50px;line-height:35px; text-align:center;}

	.section-title h5{font-size:40px;line-height:25px; text-align:center;}

	.section-title h6{font-size:30px;line-height:20px; text-align:center;}

	.section-title h1 small{font-size:50px;line-height:35px; text-align:center;}

	.section-title h2 small{font-size:40px;line-height:30px; text-align:center;}

	.section-title h3 small{font-size:35px;line-height:28px; text-align:center;}

	.section-title h4 small{font-size:30px;line-height:25px; text-align:center;}

	.section-title h5 small{font-size:25px;line-height:23px; text-align:center;}

	.section-title h6 small{font-size:20px;line-height:20px; text-align:center;}

	

	/*one page - section titles*/

	.section .section-title h1{font-size:85px;line-height:70px; text-align:center;}

	.section .section-title h2{font-size:85px;line-height:70px; text-align:center;}

	.section .section-title h3{font-size:70px;line-height:55px; text-align:center;}

	.section .section-title h4{font-size:60px;line-height:45px; text-align:center;}

	.section .section-title h5{font-size:50px;line-height:35px; text-align:center;}

	.section .section-title h6{font-size:40px;line-height:25px; text-align:center;}

	.section .section-title h1 small{font-size:60px;line-height:45px; text-align:center;}

	.section .section-title h2 small{font-size:50px;line-height:35px; text-align:center;}

	.section .section-title h3 small{font-size:40px;line-height:30px; text-align:center;}

	.section .section-title h4 small{font-size:35px;line-height:28px; text-align:center;}

	.section .section-title h5 small{font-size:30px;line-height:25px; text-align:center;}

	.section .section-title h6 small{font-size:25px;line-height:23px; text-align:center;}

	

	/*teaser - titles*/

	.teaser h1{font-size:95px; line-height:70px;}

	.teaser h2{font-size:80px;line-height:55px;}

	.teaser h3{font-size:65px;line-height:50px;}

	.teaser h4{font-size:50px;line-height:40px;}

	.teaser h5{font-size:40px;line-height:30px;}

	.teaser h6{font-size:30px;line-height:20px;}

	

	/*fancybox - titles*/

	#fancybox-title-over h1,#fancybox-title-over h2,#fancybox-title-over h3,#fancybox-title-over h4,#fancybox-title-over h5,#fancybox-title-over h6{margin-bottom:0px;text-align: left;}

	#fancybox-title-over h1{font-size:18px;line-height:18px;}

	#fancybox-title-over h2{font-size:16px;line-height:16px;}

	#fancybox-title-over h3{font-size:14px;line-height:14px;}

	#fancybox-title-over h4{font-size:12px;line-height:12px;}

	#fancybox-title-over h5{font-size:11px;line-height:11px;}

	#fancybox-title-over h6{font-size:10px;line-height:10px;}

	

	

		/*odd*/

		.section.odd h1,.section.odd h2,.section.odd h3,.section.odd h4,.section.odd h5,.section.odd h6{color:#666;}

		.section.odd .section-title,.section.odd .section-title h1,.section.odd .section-title h2,.section.odd .section-title h3,.section.odd .section-title h4,.section.odd .section-title h5,.section.odd .section-title h6{color:#333;}

		.section.odd .section-title h1 a,.section.odd .section-title h2 a,.section.odd .section-title h3 a,.section.odd .section-title h4 a,.section.odd .section-title h5 a,.section.odd .section-title h6 a{color:#333;}

		.section.odd .section-title span,.section.odd .section-title h1 span,.section.odd .section-title h2 span,.section.odd .section-title h3 span,.section.odd .section-title h4 span,.section.odd .section-title h5 span,.section.odd .section-title h6 span{color:#666;}

		.section.odd .section-title h1 span a,.section.odd .section-title h2 span a,.section.odd .section-title h3 span a,.section.odd .section-title h4 span a,.section.odd .section-title h5 span a,.section.odd .section-title h6 span a{color:#666;}



			



		/*even*/

		.section.even h1,.section.even h2,.section.even h3,.section.even h4,.section.even h5,.section.even h6{color:#666;}

		.section.even .section-title,.section.even .section-title h1,.section.even .section-title h2,.section.even .section-title h3,.section.even .section-title h4,.section.even .section-title h5,.section.even .section-title h6{color:#444;}

		.section.even .section-title h1 a,.section.even .section-title h2 a,.section.even .section-title h3 a,.section.even .section-title h4 a,.section.even .section-title h5 a,.section.even .section-title h6 a{color:#444;}

		.section.odd .section-title span,.section.even .section-title h1 span,.section.even .section-title h2 span,.section.even .section-title h3 span,.section.even .section-title h4 span,.section.even .section-title h5 span,.section.even .section-title h6 span{color:#666;}

		.section.even .section-title h1 span a,.section.even .section-title h2 span a,.section.even .section-title h3 span a,.section.even .section-title h4 span a,.section.even .section-title h5 span a,.section.even .section-title h6 span a{color:#666;}

		

		

		/*teaser*/

		.teaser h1, .teaser h2,.teaser h3, .teaser h4, .teaser h5, .teaser h6,.teaser blockquote,.teaser blockquote.quote,.teaser ul.tweet_list li span.tweet_text, .teaser ul.tweet_list li a,.teaser ul.tweet_list li a:hover,.teaser .tweets p.loading, .teaser a{color:#fff !important;}

		.teaser h1 span, .teaser h2 span,.teaser h3 span, .teaser h4 span, .teaser h5 span, .teaser h6 span{color:#fff !important;}





	/*intro-text*/

	span.intro-text{float:left;font:18px/22px Arial, Helvetica, sans-serif;margin-bottom:30px;}

	.homepage span.intro-text,.teaser span.intro-text{color#fff;}



	/*pricing*/

	span.price{width:100%;float:left;font:30px/30px 'Open Sans', sans-serif; font-weight:bold; margin-bottom:30px; }

	span.price span{font:30px/30px 'Quicksand', sans-serif;font-weight:normal;}

	.homepage span.price,.teaser span.price{color:#fff;}



	/*notice*/

	span.notice{width:100%;float:left;font:12px/12px Arial, Helvetica, sans-serif !important; font-weight:bold !important;margin-bottom:30px;}

	.homepage span.notice, .teaser span.notice{opacity:0.7;}

	

		

		

/*--------------------------------------------------------

	5.--MISC

--------------------------------------------------------*/		



	/*highlight selection*/

	::selection {background: #fc7022;color:#fff; /* Safari */}

	::-moz-selection {background: #fc7022;color:#fff /* Firefox */}



	/*message box*/	

	.message_box{ padding:15px;margin-bottom:30px; }

	

		/*odd*/

		.section.odd .message_box{background:#f6f6f6;border:1px solid #ddd; color:#999;}

		.section.odd .message_box:hover{background:#f9f9f9;border:1px solid #ddd;color:#888;}

		

		/*even*/

		.section.even .message_box{background:#151515;border:1px solid #070707;color:#555;}

		.section.even .message_box:hover{background:#222;border:1px solid #070707;color:#666;}

	



	pre {white-space: pre-wrap;/* css-3 */white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */white-space: -pre-wrap;/* Opera 4-6 */white-space: -o-pre-wrap;/* Opera 7 */

word-wrap: break-word;/* Internet Explorer 5.5+ */

	}

	

	.left {float:left;}

	.right {float:right;}

	.center {margin-left:auto;margin-right:auto;}

	.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

	.clear{float:none;clear:both;}

 	.clear_floated{float:left;clear:both;}	

	

	

/*--------------------------------------------------------

	6.--REQUIRED

--------------------------------------------------------*/	



	.wp-caption{}

	.wp-caption-text{}

	.sticky{}

	.gallery-caption{}

	.bypostauthor{}

	.alignright{float:right; margin:0 0 30px 30px; }

	.alignleft{float:left; margin:0 30px 30px 0;}

	.aligncenter{display:block; margin: auto;}

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



	.gallery dl dt img { max-width:100%; height:auto; }



/** codernize **/	

.cod-home {

	  padding-top: 50px;



	  display: table;

	  width:calc(100% - 50px);

	



	  min-width:calc(100% - 50px);

	  position: relative;

	

}

#wrapper {

	overflow-x: hidden;

}



.table-row {

  display: table-row;



}

.table-row > * {

  display: table-cell;

  vertical-align: middle;

}

.table-row.hero > div {

  text-align: center;

  vertical-align: middle;

}

.cod-home video {

	  object-fit: contain;

	    z-index: -1;

	/* position: absolute;

	top: 50px;

	left: 0;

	width: 100%;

	height: auto;

	z-index: -1;

	opacity: 0.5;

	-webkit-transition: opacity 0.3s ease;

	transition: opacity 0.3s ease; */

}

.moving-background video {

  position: absolute;

  top: 50px;

  left: 0;

  width: 100%;

  height: auto;

  z-index: -1;

  opacity: 0.5;

  -webkit-transition: opacity 0.3s ease;

  transition: opacity 0.3s ease;

}

body.cod-new #home.section .content {

	max-width: initial ;

	padding: 0;

}

body.cod-new #home.section .content .flexslider{

	width: 100%!important;

	height: auto !important;

}

body.cod-new #footer ,

body.cod-new #home {

	display: none;

}

body.cod-new #footer {

	/*display: none !important;*/

	margin-top: 300px;

	display: block;

	

	background: #242424;

	color: #FFF;



}

body.cod-new #footer  a {

	  color: #FF6A00;

}

.cod-home .caption .content{ 

	padding-top: /*26%;

	text-align: ce*/nter;

}	

.cod-home .caption  p{  

	  color: #fff;

	  font-size: 20px;

	  line-height: 1.5em;

	  font-weight: 300;

	  font-family: Tahoma;

	  margin-bottom: 20px;

	  // font-family: 'Raleway', sans-serif;
	  font-family: 'Lato', sans-serif;

	  font-weight: 300;

	/*  max-width: 50%;*/

	

}	

.cod-home .caption p.better_view{  

	/*background-color: rgba(0, 0, 0, 0.41);*/

	/*display: inline-block;*/

	/*padding: 5px 13px;*/

	font-weight: 700;

}	

.cod-home .caption  p small {

	font-size: 12px;

	font-weight: 300;



}

/* .cod-home .caption .content a img {

	opacity: .5;

	-webkit-transition: opacity .4s; Safari 

	    transition: opacity .4s;



}

.cod-home .caption .content a:hover img ,

.cod-home .caption .content a:focus img {

	opacity: 1;

} */

.cod-home .caption  h2 {

	  color: #FFF;

	  // font-family: 'Raleway', sans-serif;
	  font-family: 'Lato', sans-serif;

	  font-weight: 300;

	  font-size: 45px;

}

.cod-home .section {

	position: relative;

}

.cod-home .mb-button {

  display: block;

  position: absolute;

  right: 100px;

  bottom: 100px;

  width: 36px;

  height: 36px;

  border: 1px solid #FFF;

  border-radius: 22px;

  color: #FFF;

  text-indent: -999em;

  z-index: 100;

  cursor: pointer;

}

.cod-home .mb-button.play:after {

  content: '';

  position: absolute;

  top: 11px;

  left: 12px;

  width: 0;

  height: 0;

  border: 14px solid rgba(0, 0, 0, 0);

  border-width: 7px 14px;

  border-left-color: #FFF;

  overflow: hidden;

}

.cod-home .mb-button.pause:before {

  content: '';

  position: absolute;

  top: 11px;

  left: 13px;

  width: 4px;

  height: 14px;

  border: 3px solid #FFF;

  border-top: none;

  border-bottom: none;

}

.cod-home .go-to-bottom {

	background-color: #FFF;

	text-align: center;

	border-bottom: 1px solid #DBDBDB;

	padding: 10px 0;

	z-index: 20;

	position: absolute;

	width: 100%;

	bottom: 0px;

}

.cod-home .go-to-bottom a {

	z-index: 100;

}

.fancy-down-arrow-grey {

  background: rgba(0, 0, 0, 0) url(../images/fancy-down-arrow2x.png) center center no-repeat;

  background-size: 22px 13px;

  width: 38px;

  height: 38px;

  display: inline-block;

  text-indent: -999em;

  overflow: hidden;

  position: relative;

  margin: 0 auto;

  border: 1px solid #D3D3D3;

  border-radius: 21px;

  cursor: pointer;

}



.focus-title, .focus-title span {

  color: #FC7022 !important;

  // font-family: 'Raleway', sans-serif;
  font-family: 'Lato', sans-serif;

  font-weight: 300;

}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {

  // font-family: 'Raleway', sans-serif;
  font-family: 'Lato', sans-serif;

  font-weight: normal;

  font-weight: 300;

}

p.info-focus {

  font: 14px/22px Arial, Helvetica, sans-serif;

  margin-bottom: 30px;

}

.signup {

	/*width: auto;*/

}

#contact .content {

	text-align: center;

}

#contact .errorMsg, 

#contact .signup .errorMsg {

	color: #F47272 !important;

}



#contact {

/* 	overflow-x: hidden;

max-width: 100%; */

}

#newsletter-msg {

	left: 0;

}

#contact .focus-title {

	font-size: 30px;



}

#contact .signup input[type=email],
#contact .signup input[type=text] {

	height: 38px;

}	

#contact .signup input[type=submit].signupSubmit{

	height: 38px;

	line-height: 38px;

}	





 

#contact .signup input.signupSubmit[type="submit"] {

	  background: #fc7022!important;

	  color: #fff!important;



}

#contact .signup input.signupSubmit[type="submit"]:hover ,

#contact .signup input.signupSubmit[type="submit"]:focus {

	background: #D8601D!important ;

}	



a.buy-on-amazon {

  background-color: white;

  display: inline-block;

  border-radius: 2px;

  border: 1px solid rgb(150, 150, 150);

}

a.buy-on-amazon:focus ,

a.buy-on-amazon:hover {

	background-color:  rgb(228, 228, 228) ;

}	



.content img {

	max-width: 100%;

	height: auto;

}





[id="7-secrets"].section li ,

[id="7-secrets"].section p ,

[id="3-columns"].section li ,

[id="3-columns"].section p ,

#video.section li ,

#video.section p {

	/*font-size: 16px;*/

	/*line-height: 1.3em;*/

	// font: 14px/22px Arial, Helvetica, sans-serif ;
	font-size: 14px;



}

/* [id="7-secrets"].section p ,

[id="3-columns"].section p ,

#video.section p {

	font: 14px/22px Arial, Helvetica, sans-serif ;

	



} */





[id="7-secrets"].section .focus-title ,

#video.section .focus-title {

	text-transform: uppercase;

	font-size: 30px;

}



[id="7-secrets"] .focus-title + p > strong ,

#video .focus-title + p > strong {

	/*font-size: 1.2em;*/

	// font: 16px/24px Arial, Helvetica, sans-serif ;
	font-size: 16px;
	line-height: 24px;

	font-weight: 700;

}



.teaser.cod-disable-parallax {

    background-attachment: initial!important;

	background-position: center center;

}

#wrapper > .header ,

#wrapper > .header * {

	z-index: 9999;

} 















/**

 * BxSlider v4.1.2 - Fully loaded, responsive content slider

 * http://bxslider.com

 *

 * Written by: Steven Wanderski, 2014

 * http://stevenwanderski.com

 * (while drinking Belgian ales and listening to jazz)

 *

 * CEO and founder of bxCreative, LTD

 * http://bxcreative.com

 */





/** RESET AND LAYOUT

===================================*/



.bx-wrapper {

	position: relative;

	margin: 0 auto 60px;

	padding: 0;

	*zoom: 1;

}



.bx-wrapper img {

	max-width: 100%;

	display: block;

}



/** THEME

===================================*/



.bx-wrapper .bx-viewport {

	-moz-box-shadow: 0 0 5px #ccc;

	-webkit-box-shadow: 0 0 5px #ccc;

	box-shadow: 0 0 5px #ccc;

	border:  5px solid #fff;

	left: -5px;

	background: #fff;

	

	/*fix other elements on the page moving (on Chrome)*/

	-webkit-transform: translatez(0);

	-moz-transform: translatez(0);

    	-ms-transform: translatez(0);

    	-o-transform: translatez(0);

    	transform: translatez(0);

}



.bx-wrapper .bx-pager,

.bx-wrapper .bx-controls-auto {

	position: absolute;

	bottom: -30px;

	width: 100%;

}



/* LOADER */



.bx-wrapper .bx-loading {

	min-height: 50px;

	background: url(images/bx_loader.gif) center center no-repeat #fff;

	height: 100%;

	width: 100%;

	position: absolute;

	top: 0;

	left: 0;

	z-index: 2000;

}



/* PAGER */



.bx-wrapper .bx-pager {

	text-align: center;

	font-size: .85em;

	font-family: Arial;

	font-weight: bold;

	color: #666;

	padding-top: 20px;

}



.bx-wrapper .bx-pager .bx-pager-item,

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {

	display: inline-block;

	*zoom: 1;

	*display: inline;

}



.bx-wrapper .bx-pager.bx-default-pager a {

	background: #666;

	text-indent: -9999px;

	display: block;

	width: 10px;

	height: 10px;

	margin: 0 5px;

	outline: 0;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

}



.bx-wrapper .bx-pager.bx-default-pager a:hover,

.bx-wrapper .bx-pager.bx-default-pager a.active {

	background: #000;

}



/* DIRECTION CONTROLS (NEXT / PREV) */



.bx-wrapper .bx-prev {

	left: 10px;

	background: url(images/controls.png) no-repeat 0 -32px;

}



.bx-wrapper .bx-next {

	right: 10px;

	background: url(images/controls.png) no-repeat -43px -32px;

}



.bx-wrapper .bx-prev:hover {

	background-position: 0 0;

}



.bx-wrapper .bx-next:hover {

	background-position: -43px 0;

}



.bx-wrapper .bx-controls-direction a {

	position: absolute;

	top: 50%;

	margin-top: -16px;

	outline: 0;

	width: 32px;

	height: 32px;

	text-indent: -9999px;

	z-index: 99	;

}



.bx-wrapper .bx-controls-direction a.disabled {

	display: none;

}



/* AUTO CONTROLS (START / STOP) */



.bx-wrapper .bx-controls-auto {

	text-align: center;

}



.bx-wrapper .bx-controls-auto .bx-start {

	display: block;

	text-indent: -9999px;

	width: 10px;

	height: 11px;

	outline: 0;

	background: url(images/controls.png) -86px -11px no-repeat;

	margin: 0 3px;

}



.bx-wrapper .bx-controls-auto .bx-start:hover,

.bx-wrapper .bx-controls-auto .bx-start.active {

	background-position: -86px 0;

}



.bx-wrapper .bx-controls-auto .bx-stop {

	display: block;

	text-indent: -9999px;

	width: 9px;

	height: 11px;

	outline: 0;

	background: url(images/controls.png) -86px -44px no-repeat;

	margin: 0 3px;

}



.bx-wrapper .bx-controls-auto .bx-stop:hover,

.bx-wrapper .bx-controls-auto .bx-stop.active {

	background-position: -86px -33px;

}



/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */



.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {

	text-align: left;

	width: 80%;

}



.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {

	right: 0;

	width: 35px;

}



/* IMAGE CAPTIONS */



.bx-wrapper .bx-caption {

	position: absolute;

	bottom: 0;

	left: 0;

	background: #666\9;

	background: rgba(80, 80, 80, 0.75);

	width: 100%;

}



.bx-wrapper .bx-caption span {

	color: #fff;

	font-family: Arial;

	display: block;

	font-size: .85em;

	padding: 10px;

}



@media screen and (max-width: 767px) {

	#teaser-7-secrets .thumb a img {

		max-height: 95px;

		width: auto!important;

	}
	#video.section .teaser {
		height: 240px;
		background-size: cover;
		    background-repeat: no-repeat;
	}
	#color-rings.section .teaser {
		height: 260px;
		background-size: cover;
		    background-repeat: no-repeat;
	}
	[id="3-columns"].section .teaser {
		height: 260px;
		background-size: cover;
		    background-repeat: no-repeat;
	}

}

.cod-home {

	z-index: 3;
	position: relative;
}
.cod-home:after {
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	display: block;
	background: url(http://carpathen.com/wp-content/themes/encore/z_usr/images/fullscreen_overlay_pattern.png) ;
	top: 0;
	bottom: 0;
	z-index: -1;

}
.table-row.hero {
	z-index: 20;
}
#color-rings {
	background: #FAFAFA ;
}



.section li ,
.section p {
	font-size: 14px;
}

.section .focus-title {
	text-transform: uppercase;
	font-size: 30px;
}
.section .focus-title + p > strong {
    // font: 16px/24px Arial, Helvetica, sans-serif;

    font-size: 16px;
    line-height: 24px;
	font-weight: 700;
}

.header {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff!important;
    position: fixed;
    top: 0;
    z-index: 50;
    /* -moz-box-shadow: 10px 10px 8px #ccc;
    -webkit-box-shadow: 10px 10px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc; */
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
	.header {
	    height: auto;
	}
	#color-rings.section .teaser .info-container .info .info-inner {
		max-width: 320px;
	}
	
}
.menu ul li:hover > a {
	background: transparent!important;
}
.thumb.xsmall {
    max-width: 170px;
    margin: 0 18px 18px 0;
    border: 2px solid #ccc;
    overflow: hidden;
}
.thumb.small {
    max-width: 240px;
    margin: 0 18px 18px 0;
    border: 2px solid #ccc;
    overflow: hidden;
}
.thumb a {
    float: left;
    cursor: pointer;
}
.thumb img, .thumb a img {
    position: relative;
    z-index: -1;
    width: 100%;
    margin: 0 auto;
    -ms-interpolation-mode: bicubic;
    overflow: hidden;
    vertical-align: baseline;
}

#teaser-color-rings .thumb.small ,
#teaser-z-smoker-3 .thumb.small {
	max-width: 300px;
}
@media only screen and (max-width: 767px) {
	#teaser-color-rings .info-inner  .column_one_half {
		width: 48%;
		margin-right: 4%;
		clear: both;
	}
	#teaser-color-rings .info-inner  .column_one_half.last {
		margin-right: 0;
		clear: none;
		float: right;
	}
	#teaser-color-rings .info-inner  .column_one_half.last .thumb.small {
		margin-right: 0;
	}
	#teaser-3-columns.teaser h2 {
		font-size: 28px;
		line-height: 1.2em;
	}
	#teaser-3-columns.teaser p {
		margin-bottom: 10px;
	}
}
.cod-home.cod-mobile {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 92vh;


}

body.cod-is-mobile #fancybox-right {
	right: 0;
	top: 0;
}
body.cod-is-mobile #fancybox-left {
	top: 0;
	left: 0;
}
body.cod-is-mobile #fancybox-wrap {
	// padding: 0;
	padding-right: 0;
}
body.cod-is-mobile #fancybox-close {
	top: -32px;
	right: 0;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
	float: none;
}
ul.gform_fields {
	width: 100%;
}

body:not(.cos-is-homepage) .header.header-main {
	display: block;
}
.menu ul li.has-button  > a {
	background-color: #fc7022 !important;
	color: #ffffff !important;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	// margin-top: 10px;
	margin: 5px 10px 10px;
}
.menu ul li.has-button  > a:hover,
.menu ul li.has-button  > a:focus {
	background-color: #E0590E!important ;
}

.row{max-width:75rem;margin-right:auto;margin-left:auto}.row::before,.row::after{display:table;content:' '}.row::after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}.row .row{margin-right:-.625rem;margin-left:-.625rem}@media print, screen and (min-width: 40em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}@media print, screen and (min-width: 64em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded{max-width:none}.row.expanded .row{margin-right:auto;margin-left:auto}.row.gutter-small>.column,.row.gutter-small>.columns{padding-right:.625rem;padding-left:.625rem}.row.gutter-medium>.column,.row.gutter-medium>.columns{padding-right:.9375rem;padding-left:.9375rem}.column,.columns{width:100%;float:left;padding-right:.625rem;padding-left:.625rem}@media print, screen and (min-width: 40em){.column,.columns{padding-right:.9375rem;padding-left:.9375rem}}.column:last-child:not(:first-child),.columns:last-child:not(:first-child){float:right}.column.end:last-child:last-child,.end.columns:last-child:last-child{float:left}.column.row.row,.row.row.columns{float:none}.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.small-1{width:8.33333%}.small-push-1{position:relative;left:8.33333%}.small-pull-1{position:relative;left:-8.33333%}.small-offset-0{margin-left:0%}.small-2{width:16.66667%}.small-push-2{position:relative;left:16.66667%}.small-pull-2{position:relative;left:-16.66667%}.small-offset-1{margin-left:8.33333%}.small-3{width:25%}.small-push-3{position:relative;left:25%}.small-pull-3{position:relative;left:-25%}.small-offset-2{margin-left:16.66667%}.small-4{width:33.33333%}.small-push-4{position:relative;left:33.33333%}.small-pull-4{position:relative;left:-33.33333%}.small-offset-3{margin-left:25%}.small-5{width:41.66667%}.small-push-5{position:relative;left:41.66667%}.small-pull-5{position:relative;left:-41.66667%}.small-offset-4{margin-left:33.33333%}.small-6{width:50%}.small-push-6{position:relative;left:50%}.small-pull-6{position:relative;left:-50%}.small-offset-5{margin-left:41.66667%}.small-7{width:58.33333%}.small-push-7{position:relative;left:58.33333%}.small-pull-7{position:relative;left:-58.33333%}.small-offset-6{margin-left:50%}.small-8{width:66.66667%}.small-push-8{position:relative;left:66.66667%}.small-pull-8{position:relative;left:-66.66667%}.small-offset-7{margin-left:58.33333%}.small-9{width:75%}.small-push-9{position:relative;left:75%}.small-pull-9{position:relative;left:-75%}.small-offset-8{margin-left:66.66667%}.small-10{width:83.33333%}.small-push-10{position:relative;left:83.33333%}.small-pull-10{position:relative;left:-83.33333%}.small-offset-9{margin-left:75%}.small-11{width:91.66667%}.small-push-11{position:relative;left:91.66667%}.small-pull-11{position:relative;left:-91.66667%}.small-offset-10{margin-left:83.33333%}.small-12{width:100%}.small-offset-11{margin-left:91.66667%}.small-up-1>.column,.small-up-1>.columns{float:left;width:100%}.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n){clear:none}.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1){clear:both}.small-up-1>.column:last-child,.small-up-1>.columns:last-child{float:left}.small-up-2>.column,.small-up-2>.columns{float:left;width:50%}.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n){clear:none}.small-up-2>.column:nth-of-type(2n+1),.small-up-2>.columns:nth-of-type(2n+1){clear:both}.small-up-2>.column:last-child,.small-up-2>.columns:last-child{float:left}.small-up-3>.column,.small-up-3>.columns{float:left;width:33.33333%}.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n){clear:none}.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1){clear:both}.small-up-3>.column:last-child,.small-up-3>.columns:last-child{float:left}.small-up-4>.column,.small-up-4>.columns{float:left;width:25%}.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n){clear:none}.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1){clear:both}.small-up-4>.column:last-child,.small-up-4>.columns:last-child{float:left}.small-up-5>.column,.small-up-5>.columns{float:left;width:20%}.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n){clear:none}.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1){clear:both}.small-up-5>.column:last-child,.small-up-5>.columns:last-child{float:left}.small-up-6>.column,.small-up-6>.columns{float:left;width:16.66667%}.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n){clear:none}.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1){clear:both}.small-up-6>.column:last-child,.small-up-6>.columns:last-child{float:left}.small-up-7>.column,.small-up-7>.columns{float:left;width:14.28571%}.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n){clear:none}.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1){clear:both}.small-up-7>.column:last-child,.small-up-7>.columns:last-child{float:left}.small-up-8>.column,.small-up-8>.columns{float:left;width:12.5%}.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n){clear:none}.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1){clear:both}.small-up-8>.column:last-child,.small-up-8>.columns:last-child{float:left}.small-collapse>.column,.small-collapse>.columns{padding-right:0;padding-left:0}.small-collapse .row{margin-right:0;margin-left:0}.expanded.row .small-collapse.row{margin-right:0;margin-left:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-right:.625rem;padding-left:.625rem}.small-centered{margin-right:auto;margin-left:auto}.small-centered,.small-centered:last-child:not(:first-child){float:none;clear:both}.small-uncentered,.small-push-0,.small-pull-0{position:static;float:left;margin-right:0;margin-left:0}@media print, screen and (min-width: 40em){.medium-1{width:8.33333%}.medium-push-1{position:relative;left:8.33333%}.medium-pull-1{position:relative;left:-8.33333%}.medium-offset-0{margin-left:0%}.medium-2{width:16.66667%}.medium-push-2{position:relative;left:16.66667%}.medium-pull-2{position:relative;left:-16.66667%}.medium-offset-1{margin-left:8.33333%}.medium-3{width:25%}.medium-push-3{position:relative;left:25%}.medium-pull-3{position:relative;left:-25%}.medium-offset-2{margin-left:16.66667%}.medium-4{width:33.33333%}.medium-push-4{position:relative;left:33.33333%}.medium-pull-4{position:relative;left:-33.33333%}.medium-offset-3{margin-left:25%}.medium-5{width:41.66667%}.medium-push-5{position:relative;left:41.66667%}.medium-pull-5{position:relative;left:-41.66667%}.medium-offset-4{margin-left:33.33333%}.medium-6{width:50%}.medium-push-6{position:relative;left:50%}.medium-pull-6{position:relative;left:-50%}.medium-offset-5{margin-left:41.66667%}.medium-7{width:58.33333%}.medium-push-7{position:relative;left:58.33333%}.medium-pull-7{position:relative;left:-58.33333%}.medium-offset-6{margin-left:50%}.medium-8{width:66.66667%}.medium-push-8{position:relative;left:66.66667%}.medium-pull-8{position:relative;left:-66.66667%}.medium-offset-7{margin-left:58.33333%}.medium-9{width:75%}.medium-push-9{position:relative;left:75%}.medium-pull-9{position:relative;left:-75%}.medium-offset-8{margin-left:66.66667%}.medium-10{width:83.33333%}.medium-push-10{position:relative;left:83.33333%}.medium-pull-10{position:relative;left:-83.33333%}.medium-offset-9{margin-left:75%}.medium-11{width:91.66667%}.medium-push-11{position:relative;left:91.66667%}.medium-pull-11{position:relative;left:-91.66667%}.medium-offset-10{margin-left:83.33333%}.medium-12{width:100%}.medium-offset-11{margin-left:91.66667%}.medium-up-1>.column,.medium-up-1>.columns{float:left;width:100%}.medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n){clear:none}.medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1){clear:both}.medium-up-1>.column:last-child,.medium-up-1>.columns:last-child{float:left}.medium-up-2>.column,.medium-up-2>.columns{float:left;width:50%}.medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n){clear:none}.medium-up-2>.column:nth-of-type(2n+1),.medium-up-2>.columns:nth-of-type(2n+1){clear:both}.medium-up-2>.column:last-child,.medium-up-2>.columns:last-child{float:left}.medium-up-3>.column,.medium-up-3>.columns{float:left;width:33.33333%}.medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n){clear:none}.medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1){clear:both}.medium-up-3>.column:last-child,.medium-up-3>.columns:last-child{float:left}.medium-up-4>.column,.medium-up-4>.columns{float:left;width:25%}.medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n){clear:none}.medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1){clear:both}.medium-up-4>.column:last-child,.medium-up-4>.columns:last-child{float:left}.medium-up-5>.column,.medium-up-5>.columns{float:left;width:20%}.medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n){clear:none}.medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1){clear:both}.medium-up-5>.column:last-child,.medium-up-5>.columns:last-child{float:left}.medium-up-6>.column,.medium-up-6>.columns{float:left;width:16.66667%}.medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n){clear:none}.medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1){clear:both}.medium-up-6>.column:last-child,.medium-up-6>.columns:last-child{float:left}.medium-up-7>.column,.medium-up-7>.columns{float:left;width:14.28571%}.medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n){clear:none}.medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1){clear:both}.medium-up-7>.column:last-child,.medium-up-7>.columns:last-child{float:left}.medium-up-8>.column,.medium-up-8>.columns{float:left;width:12.5%}.medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n){clear:none}.medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1){clear:both}.medium-up-8>.column:last-child,.medium-up-8>.columns:last-child{float:left}.medium-collapse>.column,.medium-collapse>.columns{padding-right:0;padding-left:0}.medium-collapse .row{margin-right:0;margin-left:0}.expanded.row .medium-collapse.row{margin-right:0;margin-left:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}.medium-centered{margin-right:auto;margin-left:auto}.medium-centered,.medium-centered:last-child:not(:first-child){float:none;clear:both}.medium-uncentered,.medium-push-0,.medium-pull-0{position:static;float:left;margin-right:0;margin-left:0}}@media print, screen and (min-width: 64em){.large-1{width:8.33333%}.large-push-1{position:relative;left:8.33333%}.large-pull-1{position:relative;left:-8.33333%}.large-offset-0{margin-left:0%}.large-2{width:16.66667%}.large-push-2{position:relative;left:16.66667%}.large-pull-2{position:relative;left:-16.66667%}.large-offset-1{margin-left:8.33333%}.large-3{width:25%}.large-push-3{position:relative;left:25%}.large-pull-3{position:relative;left:-25%}.large-offset-2{margin-left:16.66667%}.large-4{width:33.33333%}.large-push-4{position:relative;left:33.33333%}.large-pull-4{position:relative;left:-33.33333%}.large-offset-3{margin-left:25%}.large-5{width:41.66667%}.large-push-5{position:relative;left:41.66667%}.large-pull-5{position:relative;left:-41.66667%}.large-offset-4{margin-left:33.33333%}.large-6{width:50%}.large-push-6{position:relative;left:50%}.large-pull-6{position:relative;left:-50%}.large-offset-5{margin-left:41.66667%}.large-7{width:58.33333%}.large-push-7{position:relative;left:58.33333%}.large-pull-7{position:relative;left:-58.33333%}.large-offset-6{margin-left:50%}.large-8{width:66.66667%}.large-push-8{position:relative;left:66.66667%}.large-pull-8{position:relative;left:-66.66667%}.large-offset-7{margin-left:58.33333%}.large-9{width:75%}.large-push-9{position:relative;left:75%}.large-pull-9{position:relative;left:-75%}.large-offset-8{margin-left:66.66667%}.large-10{width:83.33333%}.large-push-10{position:relative;left:83.33333%}.large-pull-10{position:relative;left:-83.33333%}.large-offset-9{margin-left:75%}.large-11{width:91.66667%}.large-push-11{position:relative;left:91.66667%}.large-pull-11{position:relative;left:-91.66667%}.large-offset-10{margin-left:83.33333%}.large-12{width:100%}.large-offset-11{margin-left:91.66667%}.large-up-1>.column,.large-up-1>.columns{float:left;width:100%}.large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n){clear:none}.large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1){clear:both}.large-up-1>.column:last-child,.large-up-1>.columns:last-child{float:left}.large-up-2>.column,.large-up-2>.columns{float:left;width:50%}.large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n){clear:none}.large-up-2>.column:nth-of-type(2n+1),.large-up-2>.columns:nth-of-type(2n+1){clear:both}.large-up-2>.column:last-child,.large-up-2>.columns:last-child{float:left}.large-up-3>.column,.large-up-3>.columns{float:left;width:33.33333%}.large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n){clear:none}.large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1){clear:both}.large-up-3>.column:last-child,.large-up-3>.columns:last-child{float:left}.large-up-4>.column,.large-up-4>.columns{float:left;width:25%}.large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n){clear:none}.large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1){clear:both}.large-up-4>.column:last-child,.large-up-4>.columns:last-child{float:left}.large-up-5>.column,.large-up-5>.columns{float:left;width:20%}.large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n){clear:none}.large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1){clear:both}.large-up-5>.column:last-child,.large-up-5>.columns:last-child{float:left}.large-up-6>.column,.large-up-6>.columns{float:left;width:16.66667%}.large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n){clear:none}.large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1){clear:both}.large-up-6>.column:last-child,.large-up-6>.columns:last-child{float:left}.large-up-7>.column,.large-up-7>.columns{float:left;width:14.28571%}.large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n){clear:none}.large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1){clear:both}.large-up-7>.column:last-child,.large-up-7>.columns:last-child{float:left}.large-up-8>.column,.large-up-8>.columns{float:left;width:12.5%}.large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n){clear:none}.large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1){clear:both}.large-up-8>.column:last-child,.large-up-8>.columns:last-child{float:left}.large-collapse>.column,.large-collapse>.columns{padding-right:0;padding-left:0}.large-collapse .row{margin-right:0;margin-left:0}.expanded.row .large-collapse.row{margin-right:0;margin-left:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}.large-centered{margin-right:auto;margin-left:auto}.large-centered,.large-centered:last-child:not(:first-child){float:none;clear:both}.large-uncentered,.large-push-0,.large-pull-0{position:static;float:left;margin-right:0;margin-left:0}}.column-block{margin-bottom:1.25rem}.column-block>:last-child{margin-bottom:0}@media print, screen and (min-width: 40em){.column-block{margin-bottom:1.875rem}.column-block>:last-child{margin-bottom:0}}


.landing-products-slider .slide {
	height: 85vh;
	background-repeat: no-repeat;
	background-position: center center ;
	background-size: cover ;
}
.landing-products-slider .slide .caption-table{ 
	width: 100%;
	display: table;
	table-layout: fixed;
	height: inherit;
	vertical-align: middle;
	text-align: center;

	// background: url(..//z_usr/images/fullscreen_overlay_pattern.png) ;
}
.landing-products-slider .slide .caption-table .caption-tr{   
	width: 100%;
	vertical-align: middle;
	text-align: center;
	display: table-row;
}

.landing-products-slider .slide .caption-table .caption-tr .caption-td{   
	text-align: center;
	vertical-align: middle;
	display: table-cell;

}
.landing-products-slider .slide .caption-table .caption-tr .caption-td p{   
	// color: #fff;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 300;
	// font-family: Tahoma;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.landing-products-slider .slide .caption-table .caption-tr .caption-td p small{
	font-size: 12px;
	font-weight: 300;
}   
.landing-products-products {
	text-align: center;
}
.landing-products-products .single-product {
	display: inline-block;
	float: left!important;
	background-repeat: no-repeat;
	background-position: center center ;
	background-size: cover ;
	height: 200px;
	position: relative;
	transition: all .1s linear ;
	padding: 0;
	/* -webkit-filter: grayscale(50%); 
	  filter: grayscale(50%); */

}
a.full-posa-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
}
.landing-products-products .single-product strong {
	background: rgba(97, 97, 97, 0.5);
	position: absolute;
	color: #FFf;
	padding: 5px 10px;
	top: 17px;
	left: 0px;
	transition: all .15s linear ;
}
/* .landing-products-products a.single-product:hover ,
.landing-products-products a.single-product:focus {
	-webkit-filter: grayscale(0); 
	  filter: grayscale(0);
} */
.landing-products-products a.single-product:hover strong,
.landing-products-products a.single-product:focus strong{
	background-color: rgb(255, 84, 28) ;
}
.landing-products-slider .bx-wrapper{
	margin-bottom: 0;
}
.landing-products-slider .bx-wrapper .bx-viewport{
	border: 0;
	box-shadow: none;
	left: 0;
}
.landing-products-slider .bx-wrapper .bx-pager, 
.landing-products-slider .bx-wrapper .bx-controls-auto {
	bottom: 30px;
}
.white-text { color: #fff;}

.landing-products-slider .bx-wrapper .bx-prev {
	left: 0;
	opacity: 0;
	transition: opacity .3s linear , left .2s linear;
}
.landing-products-slider:hover .bx-wrapper .bx-prev,
.landing-products-slider .bx-wrapper .bx-prev:hover {
	opacity: 1;
	left: 10px;
}
.landing-products-slider .bx-wrapper .bx-next { 
	right: 0;
	opacity: 0;
	transition: opacity .3s linear , right .2s linear;
}
.landing-products-slider:hover .bx-wrapper .bx-next ,
.landing-products-slider .bx-wrapper .bx-next:hover { 
	opacity: 1;
	right: 10px;
}
.landing-product-bxSlider {
    transition-timing-function: cubic-bezier(.72,.3,.44,.91);
}

body.postid-1030 .cod-home  {
	position: relative;
}
body.postid-1030 .cod-home:before  {
	background: url(..//z_usr/images/fullscreen_overlay_pattern.png) ;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;

	display: none;


}
.d-table {
	display: table;
	width: 100%;
	height: inherit;
	
}
body.single-product .cod-home .hero .d-table {
	background: url(..//z_usr/images/fullscreen_overlay_pattern.png) ;
}
.thumb a .thumb-rollover {
	background: #fff!important;
	background: rgba(255, 255, 255, 0.9)!important;
}
.logo img {
	max-height: 40px;
}