@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:auto !important; height:50px; line-height:49px; 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:50px; 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:#333 !important;color:#eee;}

		/* 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; 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=text],input[type=submit]{margin-bottom:20px;}
	.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=text].required{background:#f3f3f3 url(../images/ui/theme/input-required-light.png);background-position: right center !important;}
	.signup input[type=text]:hover{background-color:#eee;color:#666;}
	.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=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=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=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=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=text]:hover,.section.odd textarea:hover{background-color:#f9f9f9;color:#888;border:1px solid #ddd;}
		.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=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=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=text]:hover,.section.even textarea:hover{background-color:#222;color:#666;border:1px solid #070707;}
		.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:#fff; 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:30px;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:15px;}
	#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; }