@charset "utf-8";

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

	CSS TOB: 

	1. RESETS
	2. COMMONS
	3. STRUCTURAL
	4. TYPO & LINKS
	5. MISC
		
---------------------------------------------------------*/

/*--------------------------------------------------------
	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
--------------------------------------------------------*/

	*{
		text-transform: uppercase;
	}
	body{background:#111;font:13px/18px 'SolidoConstricted-Light', Arial, Helvetica, sans-serif;}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
	}
	

/*--------------------------------------------------------
	3.STRUCTURAL 
--------------------------------------------------------*/


	/*----------------------------
	i.-- Page
	-----------------------------*/
	
	.homepage, .page {
		position:relative;
		overflow:hidden; 
		width: 100%;
		min-width: 100%;
		display: block;
		z-index:1;
		background: #8aa3b3;
	}
	.page.desktop{position:relative !important; z-index:6;}
	.page{padding-top:100px;}
		.page .content{max-width:930px;margin:auto;position:relative; padding-bottom:100px;
		}
	.page.odd{background:#f4f4f5 url(../images/solfira-tile-light.jpg) top left repeat; background-attachment:scroll;}
	.page.even{background:#111 url(../images/patterns/crossed-dark.png) top left repeat; background-attachment:scroll;}
	.page.gray{background:#666 url(../images/solfira-tile-gray.jpg) top left repeat; background-attachment:scroll;}
	
		/*odd*/
		.page.odd{color:#888;}
		
		/*even*/
		.page.even{color:#888;}
	
	

	/*----------------------------
	ii.-- Header
	-----------------------------*/
	
	
	#home-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		background: url(../images/gallery/solfira-home-bg.jpg) no-repeat center center fixed;
		width: 100%;
		height: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index: 1;
	}
	
	.homeframe {
		position: absolute;
		width: 100%;
		height: 100%;
		border: 22px solid #ced9db;
		opacity: 0.4;
		z-index: 1;
	}
	
	/*homepage*/
	.tab-homepage {
		width:15em;
		height:10em;
		position:fixed;
		left:50%;
		bottom:0;
		margin:0 0 0 -7.5em;
		-webkit-border-radius: 15em 15em 0 0; -moz-border-radius: 15em 15em 0 0; border-radius:15em 15em 0 0; 
		overflow:hidden;
		background: rgba(57,134,44,0.8); 
		//background-attachment:fixed; 
		z-index:1;
		-webkit-transition: height 0.2s linear;
		-moz-transition: height 0.2s linear;
		-o-transition: height 0.2s linear;
		transition: height 0.2s linear;
	}
	
	.tab-homepage:hover {
		height: 12em;
		background: rgba(57,134,44,1); 
	}
	
	.tab-homepage a {
		width:100%;
		height:100%; 
		float:left;
	}
	
	.solfira-logo {
		display: block;
		margin: 0 auto 0.3em auto;
	//	display: none;
		opacity: 0.7;
	}

	.tagline {
	//	color: #296e91;
		color: #224e66;
		position: relative;
		font: 11em/1 'SolidoCompressed-UltraLight';
		line-height: 0.78em;
		display: inline-block;
		text-align: center;
		margin: 11.5% auto;
		padding: 0 3%;
		z-index: 10;
		text-transform: uppercase;
	//	text-shadow: -2px -1px 0 rgba(255,255,255,0.5),
	//	-4px -4px 0 rgba(46,161,84,0.3);
	}
	
	.tagline span {
		text-shadow: none;
		font-size: 0.11em;
		line-height: 4em;
		display: block;
		color: rgba(57,147,209,1);
		display: none;
	}
	
	.tagline::selection, .tagline span::selection {
		background: #296e91; /* Safari */
		color: #fff;
		text-shadow: none;
	}
		
	.tagline::-moz-selection, .tagline span::-moz-selection {
		background: #296e91; /* Firefox */
		color: #fff;
		text-shadow: none;
	}
	
	.arrow-down {
		opacity: 0.8;
		margin: 3.5em 0 0 0;
	}
	
	/*inner pages*/
	.header{width:100%; height:5em; line-height:5em; background: url(../images/ie8-transparent-bkg.png);/*ie8 fallback*/ background: rgba(69,115,62,1); position:fixed; top:0; z-index:5000;}
	.header.header-main{display:none;}
	.header.mobileHeader{display:none;}
	.header .inner {max-width:930px;margin:auto;}
	.header .logo-container{height:50px; position:relative;float:left;}
	.header .logo-container .logo{position:relative; bottom:0;}
	

	
	
		/* main menu
		----------------------------*/
		
		.header .inner ul.navigation{position:relative; overflow:hidden;list-style:none;float:right; font-family: 'SolidoConstricted-Light'Arial, Helvetica, sans-serif;font-size:2em; margin:0; text-transform:uppercase;}
		.header .inner ul.navigation li{float:left;padding:0 5px;}
		.header .inner ul.navigation li:last-child{padding-right:0;}
		.header .inner ul.navigation li a{font-family: 'SolidoConstricted-Light', sans-serif;color:#fff; text-decoration:none;  padding: 10px 10px 5px 10px;}
		.header .inner ul.navigation li a:hover{
			background: rgba(255,255,255,0.15);
		}
		.header .inner ul.navigation li a.active{
			background:rgba(51,99,43,1); 
			color: #EEEEEE; 
			//padding: 5px 10px;
			text-decoration: none;}
		
		.logo-nav {
			margin: 1.5em 0 0 0;
		}
		
		
			

		/* mobile menu toggle
		----------------------------*/	
		
		.header .inner .mobileMenuToggle {
			height:2em;
			float: right;
			display: none;
			margin:1em 2em 0 auto;
			padding: 0;
		}
		
		.header .inner .mobileMenuToggle a {
			width:100px;
			height:26px;
			background: url('../images/arrow-toggle.svg') no-repeat right top;
			background-position: 48px 1px;
		}
		
		.header .inner .mobileMenuToggle a,.header .mobileMenuToggle.open a {
			position:relative;
			margin: 1em 1em 0 0;
			float: right;
		}
		
		.header .inner .mobileMenuToggle a span {
			color: white;
			text-transform: uppercase;
			height: 1em;
			font-size: 1.25em;
			line-height: 0.75em;
			float: left;
		}
			
	/*----------------------------
	iii.-- Content
	-----------------------------*/
	
	
	/*section title + teasers
	----------------------------*/
	
	.section-title{width:100%;padding-bottom:50px;margin-bottom:0;}
	
		/*odd*/
		.page.odd .section-title, .page.even .section-title {
			text-align:center;
		}
		
		.page.odd .section-title h1.signpost, .page.even .section-title h1.signpost {
			color: #fff;
			font-size: 7em;
			line-height: 1em;
			background: #000;
			padding: 0.2em 0.5em 0.055em 0.5em;
			display: inline-block;
			margin: 0 auto;
			font-family: 'SolidoCompressed-UltraLight';
		}
		
		/*even*/
		//.page.even .section-title{}
		
		
		.teaser{width:100%;height:480px; padding:0;margin:0;background-attachment:fixed;background-repeat:repeat; color:#444; text-align:center; position:relative;}
		.teaser .info-container{display:table;width:100%;height:100%; padding:0 !important;margin:0 !important;/*background:transparent url(../images/ui_epicslider/pattern.png) repeat top left;*/}
		/*non-repeated image*/	
		.teaser.fixed{background-attachment:fixed;}
		.teaser.fixed-desktop{background-attachment:fixed !important;}
		/*repeated image*/
		.teaser.scroll{background-attachment:scroll;}
		
		.teaser .info-container .info{display: table-cell; vertical-align:middle;}
		.teaser .info-container .info blockquote{border:none;margin:0;padding:0;font:25px/35px 'SolidoConstricted-Light', sans-serif !important;}
		.teaser .info-container .info blockquote p{text-transform: none;}
		.teaser .info-container .info a:hover{ opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
		
		/*video + content*/
		.teaser .info-container .info .info-inner{max-width:870px; margin:auto;}
		.teaser .info-container .info .info-inner .video{margin:0;}
		
		/*video only*/
		.teaser .info-container .video{margin:auto;}	
		.teaser .info-container .video video, .teaser .info-container .video iframe, .teaser .info-container .video object, .teaser .info-container .video embed, .teaser 	.info-container .video div { width:100%; height:100% !important; max-width:100% !important; max-height:100% !important; }
		
		.teaser .info-container .info .info-inner h5 {
			color: #555;
			margin: 1em 0 0 0;
			font-family: 'SolidoCompressed-UltraLight';
			font-size: 4em;
		}
		
		.teaser .info-container .info .info-inner ul {
			width: 100%;
			font-size: 1.4em;
			line-height: 1.5em;
			color: #666;
			margin: 2em 0 0 0;
		}
		
	
	/*about
	----------------------------*/
	
	/*team col*/
	.team p{text-align:center; margin-bottom:30px !important;}
	.team h1, .team h2, .team h3, .team h4, .team h5, .team h6{text-align:center;}
	
	
	/*service breakdown*/
	.chart-container{width:100%; margin-bottom:30px; float:left;}
	.chart-container ul.chart{float:none; margin:0; list-style:none;font-family: 'SolidoConstricted-Light', sans-serif;}
	.chart-container ul.chart li{float:left;}
	.chart-container ul.chart li h6{font-family: 'SolidoConstricted-Light', sans-serif;font-size:13px; color:#999; font-weight:normal;margin-bottom:10px;}
	.chart-container ul.chart li div{background:#ff005a url(../images/chart-pattern.png) repeat; font-size:35px; color:#fff;height:45px;line-height:45px;text-align:center;-webkit-box-shadow:inset 1px 0 0 #f4f4f5;-moz-box-shadow:inset 1px 0 0 #f4f4f5;box-shadow:inset  1px 0 0 #f4f4f5;text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);}
	
		/*odd*/
		.page.odd .chart-container ul li div { font-size:35px; color:#fff;height:45px;line-height:45px;text-align:center;-webkit-box-shadow:inset 1px 0 0 #f4f4f5;-moz-box-shadow:inset 1px 0 0 #f4f4f5;box-shadow:inset  1px 0 0 #f4f4f5;}
		
		/*even*/
		 .page.even .chart-container ul li div{ font-size:35px; color:#fff;height:45px;line-height:45px;text-align:center;-webkit-box-shadow:inset 1px 0 0 #353535;-moz-box-shadow:inset 1px 0 0 #353535;box-shadow:inset  1px 0 0 #353535;}
	
	
	/*portfolio
	----------------------------*/	
	
	/*navigation*/
	#folio-navigation{
		width:1150px;
		position:absolute;
		top:50%;
		left:50%;
		padding: 30px 0 0 0;
		margin:0; height: 5px; display: inline;
	}
	
	#folio-navigation ul {
		float:none; 
		list-style:none;
		display:none;
		text-align: center; 
		width: 50px; 
		float: right;
		margin: 0 -12px 0 0;
		
	}
	
	#folio-navigation ul li#prevProject a {
		width:1px;
		height:1px;
		float:left;
		display: none;
	}
	
	#folio-navigation ul li#nextProject a {
		width:1px;
		height:1px;
		float:right;
		display: none;
	}
	
	/*navigation-mobile*/
	#folio-navigation ul li#closeProjectMobile{display:none;}
	#folio-navigation ul li#closeProjectMobile a{
		background: url(../images/project-close.svg) 10px 10px no-repeat !important;
		border: 1px solid #999;
		top: -1px;
		right: -1px;
		opacity: 0.6;
		width:48px;
		height:48px;
		display: inline;
		float: left;
		//margin: 0 50%;
		-webkit-border-radius: 48px; 
		-moz-border-radius: 48px; 
		border-radius:48px;
	}
	#folio-navigation ul li#closeProjectMobile a:hover{
		//background: rgba(255,39,120,1) url(../images/project-close.png) center 0 no-repeat;
	}
	
	/*nav:hover*/
	#folio-navigation ul li#prevProject a:hover{
		background: url(../images/project-nav.png) 0 -320px no-repeat;
	}/*ie8 fallback*/
	
	#folio-navigation ul li#nextProject a:hover{
		background: url(../images/project-nav.png) 0 -360px no-repeat;
	}/*ie8 fallback*/
	
	#folio-navigation ul li#prevProject a:hover{
		background: rgba(255,39,120,1) url(../images/project-nav.png)0 1px;
	}
	
	#folio-navigation ul li#nextProject a:hover{
		background: rgba(255,39,120,1) url(../images/project-nav.png)0 -39px;
	}
	
	/*nav disabled*/
	#folio-navigation ul li a.disabled,#folio-navigation ul li a.disabled:hover{cursor:default;}
	#folio-navigation ul li#prevProject a.disabled{background: url(../images/project-nav.png) 0 -240px !important;}/*ie8 fallback*/
	#folio-navigation ul li#nextProject a.disabled{background: url(../images/project-nav.png) 0 -280px !important;}/*ie8 fallback*/
	#folio-navigation ul li#prevProject a.disabled{background: rgba(0,0,0,0.3) url(../images/project-nav.png)0 -80px !important;}
	#folio-navigation ul li#nextProject a.disabled{background: rgba(0,0,0,0.3) url(../images/project-nav.png)0 -120px !important;}
	
	/*project close*/
	#closeProject {
		top: -7px; 
		position: absolute;
		right: 0;
		z-index: 1;
	 }
	#closeProject a {
		background:url(../images/project-close.png) center -49.5px no-repeat;
	}/*ie8 fallback*/
	#closeProject a:hover{
		background:url(../images/project-close.svg) center -90.5px no-repeat;
	}/*ie8 fallback*/
	#closeProject a {
		width: 48px;
		height: 48px;
		background: url(../images/project-close.svg) 10px 10px no-repeat; 
		position:absolute;
		right:0;
		display:none;
		-webkit-border-radius: 48px; 
		-moz-border-radius: 48px; 
		border-radius:48px;
	}
	#closeProject a:hover{
		background: url(../images/project-close.svg) 10px 10px no-repeat !important;
		border: 1px solid #999;
		top: -1px;
		right: -1px;
		opacity: 0.6;
	}
	
	/*thumb-structure*/
	#folio-grid{
		max-width:930px;
		position:relative; 
		z-index:1;
		padding:0; 
		overflow:hidden;
	} 
		.folio-thumb-container{
			width:22%;
			position:relative;
			margin:0 0 18px 0;
			float:left;
			padding:0 1.5% 
		}
		.folio-thumb{ position:relative;}
		.folio-thumb.active{
			/*border:5px solid rgba(255,39,120,0.9);
			-webkit-box-shadow:inset 0px 0px 0px 10px rgba(255,39,120,0.9)!important;
			-moz-box-shadow:inset 0px 0px 0px 10px rgba(255,39,120,0.9)!important;
			box-shadow: 0px 0px 0px 5px rgba(47,128,168,1); */
		}
		.folio-thumb a{width:100%;float:left;}
		.folio-thumb.last{margin-right:0;}
		.folio-thumb, .folio-thumb a, .folio-thumb a img, .folio-thumb a .folio-thumb-rollover {
			-webkit-border-radius: 200px; 
			-moz-border-radius: 200px; 
			border-radius:200px; 
			overflow:hidden;
		}
		.folio-thumb a img {
			position:relative;
			z-index:-1;
			max-width: 100%;
			margin: 0 auto;
			-ms-interpolation-mode: bicubic;
			overflow:hidden;
			vertical-align: baseline;
		}
		.folio-thumb a .folio-thumb-rollover{
			position:absolute;
			display:table;
			width:100%;
			height:100%;
			background: #ff2778;/*ie8 fallback*/ background: rgba(51,99,43,0.9); top:0;opacity:0; 
		}
		.folio-thumb a .folio-thumb-rollover .thumbInfo{
			display: table-cell; 
			vertical-align: middle;
			width:100%;
			font: 2em 'SolidoConstricted-Light', sans-serif;
			text-transform:uppercase;
			color:#fff; 
			text-align:center;
		}
		

		/*odd*/
		.page.odd #folio-grid .folio-thumb-container .folio-thumb{
		//	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*/
		.page.even #folio-grid .folio-thumb-container .folio-thumb{
		//	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); */
		}	
		

	
	/*projects*/
	#ajaxwrapper{position:relative;}
	#ajaxwrapper #loader{
		font-size: 1.5em;
		width: 100%;
		height:1em;
		display:none;
		position: relative;
		margin-top: -17px; 
		text-align: center;
	}
	#ajaxwrapper #loader.errorMessage{
		text-align: center;
		height: auto !important;
		margin:16px 0 30px 0;
	}
	#ajaxwrapper #loader.errorMessage p{display:none;padding-top:16px;}
	
		/*odd*/
		.page.odd #ajaxwrapper #loader{
			//background:url(../images/project-loader-light.gif) center  -40px no-repeat;
			
		}
		#ajaxwrapper #loader.errorMessage p{color: #666 !important;}
	
		/*even*/
		.page.even #ajaxwrapper #loader{/*background:url(../images/project-loader-dark.gif)  center  -40px no-repeat;*/}
		#ajaxwrapper #loader.errorMessage p{color: #fff !important;}
		
	
	/*project-display*/
	#ajax-content-outer{width:100%;overflow:hidden; position:relative;}
	#ajax-content-inner{float:left;height:0;opacity:0; overflow:}
	#ajaxpage{float:left;}
	.project-display{width:640px;float:left;margin:0 40px 30px 0;overflow:hidden;}
	.project-display.fullwidth{width:930px; overflow:hidden;}
	.project-info{width:250px;height:auto;float:left;margin-bottom:30px;}
	
		/*project media*/
		.project-display .video video, .project-display .video iframe, .project-display .video object, .project-display .video embed, .project-display .video div { width:100%; height:100% !important; max-width:100% !important; max-height:100% !important; }
		.project-info{width:250px;height:auto;float:left;margin-bottom:30px;}
	
	
		/*odd*/
		.page.even .project-display iframe {background:#f4f4f5 url(../images/logo-common.png) center center no-repeat;}
		.page.even .project-display .flexslider {background:#f4f4f5}
		
		/*even*/
		.page.even .project-display iframe {background:#111 url(../images/logo-common.png) center center no-repeat;}
		.page.even .project-display .flexslider {background:#111;}
		
	
	/*slider - styling*/
	.flexslider{ 
		border:none;
		height: 450px;
		-webkit-border-radius: 0; 
		-moz-border-radius: 0; 
		-o-border-radius: 0; 
		border-radius: 0;
	}
	
		/*navigation */
		.flex-direction-nav { height: 0; }
		.flex-direction-nav li a {
			width: 30px; 
			height: 75px; 
			display: block; 
			margin: -37px 0 0; 
			position: absolute; 
			bottom:0; 
			cursor: pointer; 
			text-indent: -999em;
			opacity: 0.4;
			-webkit-transition: opacity 0.2s linear;
			-moz-transition: opacity 0.2s linear;
			-o-transition: opacity 0.2s linear;
			transition: opacity 0.2s linear;
		}	
		.flex-direction-nav li .prev {
			background: url(../images/project-nav.png) 0 0 no-repeat;/*ie8 fallback*/ 
			background: rgba(0,0,0,0.4) url(../images/ui_flex/bg_direction_nav_prev.svg) 0 0 no-repeat;
		}
		.flex-direction-nav li .next{
			background: url(../images/project-nav.png) 0 -75px no-repeat;/*ie8 fallback*/ 
			background: rgba(0,0,0,0.4) url(../images/ui_flex/bg_direction_nav_next.svg) 0 0 no-repeat;
		}
		.flex-direction-nav li .next:hover, .flex-direction-nav li .prev:hover {
			background-color: rgba(0,0,0,0.5);
			opacity: 0.8;
		}
		
		.flex-direction-nav li .prev {left: 0;}
		.flex-direction-nav li .next {
			right: 0; 
		}
		
		.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: 1px; 
			display: none; 
			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;}
		
		.flex h1, .flex div.folio-title-sub {
			width: 930px;
			text-align: center;
			color: #555;
		}
		
		.flex h1 { margin: 0; }
		
		.flex div.folio-title-sub {
			font-size: 1.5em;
			float: left;
			margin: 0 0 1.25em 0;
		}
	
	/*blog
	----------------------------*/		
	.blog-inner-left{width:680px;float:left; margin:0 30px 0 0;}
	.blog-inner-right{width:680px;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-info{width:50px; float:left;margin-right:30px; color:#666;}
			.blog-post-info span.month{font:25px/18px 'SolidoConstricted-Light', sans-serif; text-transform:uppercase;}
			.blog-post-info span.day{font:50px/40px 'SolidoConstricted-Light', sans-serif; text-transform:uppercase;}
			.blog-post-info span.year{font:23px/18px 'SolidoConstricted-Light', sans-serif; text-transform:uppercase;}
			.blog-post-content{width:600px; float:left;}
			.blog-post-content p:last-child{margin-bottom:0px;}
			.blog-post-content h5{margin-bottom:15px; text-transform:uppercase;}
			.blog-post-content .blog-post-media{width:100%; height:auto; float:left;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:20px; font-size:11px;}
			.blog-post-content .blog-post-meta ul{list-style:none;}
			.blog-post-content .blog-post-meta ul li{float:left; text-transform:uppercase; margin-right:5px;}
			.blog-post-content .blog-post-meta ul li a, .blog-post-content .blog-post-meta ul li span{color:#666;text-decoration:none; }
			.blog-post-content .blog-post-meta ul li a:hover{color:#ff005a;text-decoration:underline;}
			.blog-post-content p{margin-bottom:30px;}
			.blog-post-content .blog-post-read-more{margin-bottom:0px;}
			
		.blog-pagination{width:100%;margin-bottom:50px;}
			.blog-pagination ul {list-style:none;}
			.blog-pagination ul li{float:left; margin-right:5px;}
			.blog-pagination ul li a{width:20px;height:20px; float:left; text-align:center;line-height:22px;}
			
		.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-post-comments{width:100%;margin-bottom:50px; overflow:hidden;}
			.blog-post-comments ul{list-style:none; margin:0;}
			.blog-post-comments ul li { float:left;margin-bottom:30px; padding-bottom:30px; overflow:hidden; position:relative; z-index:1;}
			.blog-post-comments ul li:last-child{border-bottom:none !important;}
			.blog-post-comments ul li .comment{padding-left:100px;}
			.blog-post-comments ul li .comment .author{font:16px/18px 'SolidoConstricted-Light', sans-serif;margin-bottom:2px; color:#999;  text-transform:uppercase;}
			.blog-post-comments ul li .comment .author span{font-family: 'SolidoConstricted-Light', sans-serif;font-weight:normal;}
			.blog-post-comments ul li .comment .comment-meta{width:100%; float:left; color:#999;margin-bottom:20px; font-size:11px;}
			.blog-post-comments ul li .comment .comment-meta a{color:#666; }
			.blog-post-comments ul li .comment .comment-meta a:hover{color:#ff005a;text-decoration:underline;}
			.blog-post-comments ul li .avatar{position:relative;width:60px;height:60px;}
			.blog-post-comments ul li .avatar, .blog-post-comments ul li .avatar img{float:left;-webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius:60px; overflow:hidden;}
			.blog-post-comments ul li .avatar img{position:relative;z-index:-1;max-width:100%;margin: 0 auto;-ms-interpolation-mode: bicubic;vertical-align: baseline;}
			
			.response{margin:30px 0 0 100px; padding-top:30px; float:left;}
			/*.response li:last-child{margin-bottom:0px;padding:0; border-bottom:none !important;}*/
			.response .response{margin:30px 0 0 100px;  padding-top:30px; float:left;}
			/*.response .response li:last-child{margin-bottom:0px;padding:0; border-bottom:none !important;}*/
			.blog-post-response-last{margin-bottom:0px !important;padding:0 !important;border-bottom:none !important;}
			.blog-post-comment-last{margin-bottom:0px !important;border-bottom:none !important;}
			
			/*odd*/
			.page.odd .blog-post-comments ul li .avatar{position:relative;overflow:hidden;border:5px solid rgba(0,0,0,0.5);/*-webkit-box-shadow:inset 0px 0px 0px 5px rgba(255,255,255,0.2);-moz-box-shadow:inset 0px 0px 0px 5px rgba(255,255,255,0.2);box-shadow:inset 0px 0px 0px 5px rgba(255,255,255,0.2);*/}
			.page.odd .blog-post-comments ul li {border-bottom:1px solid #e2e2e2;}
			.page.odd .response{border-top:1px solid #e2e2e2;}
			
		
		
			
			/*even*/
			.page.even .blog-post-comments ul li .avatar{position:relative;overflow:hidden;border:5px solid rgba(153,153,153,0.5);/*-webkit-box-shadow:inset 0px 0px 0px 5px rgba(0,0,0,0.2);-moz-box-shadow:inset 0px 0px 0px 5px rgba(0,0,0,0.2);box-shadow:inset 0px 0px 0px 5px rgba(0,0,0,0.2);*/}
			.page.even .blog-post-comments ul li {border-bottom:1px solid #444;}
			.page.even .response{border-top:1px solid #444;}
		
		
		
	#sidebar.left{width:220px; float:left;}
	#sidebar.right{width:220px; float:right;}
		#sidebar ul{list-style:none; margin:0;}
		#sidebar ul li{ float:left;width:100%;margin-bottom:40px;padding-bottom:40px;}
		#sidebar ul li:last-child{margin:0px;padding:0px;border:none !important;}
		#sidebar ul li h6.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{color:#666;text-decoration:none;  width:100%;}
		#sidebar ul li ul li p.date{color:#999; font-size:11px;text-transform:uppercase;}
		#sidebar ul li ul li a:hover{color:#ff005a;text-decoration:underline;} 
	
		/*widget:recent posts*/
		#sidebar ul li.widget-recent-post ul li{margin:5px; padding:0; border:none;}
		#sidebar ul li.widget-recent-post ul li p{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.widget-search input[type=text].sidebar-searchform{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.widget-twitter ul li{margin-bottom:20px; overflow:hidden; border:none;padding:0;}
		#sidebar  ul li.widget-twitter ul li:last-child{margin-bottom:0;}
		#sidebar  ul li.widget-twitter ul li span.tweet_time{margin-top:0; text-transform:uppercase;font-size:11px;float:left;margin:0 0 5px 20px ;}
		#sidebar  ul li.widget-twitter ul li span.tweet_time a{ line-height:12px;}
		#sidebar  ul li.widget-twitter ul li span.tweet_text{color:#999;float:left;margin-left:20px;}
		#sidebar  ul li.widget-twitter ul li a {float:left;width:auto;}
		#sidebar  ul li.widget-twitter ul li a.tweet_avatar img{margin-right:10px;}

		
			/*odd*/
			.page.odd .blog-post, .page.odd #sidebar ul li, .page.odd .blog-post-comments{border-bottom:1px solid #e2e2e2;}
			.page.odd #sidebar ul li.widget-twitter ul li{background:url(../images/tweet-quote-odd.png) 0 0 no-repeat;}
			.page.odd #sidebar ul li.widget-tag-cloud a{background:#353535; color:#eee !important;}
			.page.odd #sidebar ul li.widget-tag-cloud a:hover{background:#ff005a; color:#fff !important;}
			.page.odd #sidebar ul li input[type=text].sidebar-searchform{background-color:#eee;color:#999;border:1px solid #e6e6e6; color:#999; font: 13px/18px Arial, Helvetica, sans-serif;}
			.page.odd #sidebar ul li input[type=text].required.sidebar-searchform{background:#fff url(../images/input-required-light.png) right 13px no-repeat;border:1px solid #e6e6e6;}
			.page.odd #sidebar ul li input[type=text].sidebar-searchform:hover{background-color:#fff;color:#999;border:1px solid #e6e6e6;}
			.page.odd #sidebar ul li input[type=text].sidebar-searchform: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);}
			.page.odd .blog-pagination ul li a{border:1px solid #e2e2e2;color:#666;}
			.page.odd .blog-pagination ul li a:hover{border:1px solid #ff005a;background:#ff005a;color:#fff;}
			.page.odd .blog-pagination ul li a.active{background: #e2e2e2;}
			.page.odd .blog-pagination ul li a.active:hover{background: #666;border:1px solid #666;}
		
		
			/*even*/
			.page.even .blog-post,.page.even #sidebar ul li,.page.even .blog-post-comments{border-bottom:1px solid #444;}
			.page.even #sidebar ul li.widget-twitter ul li{background:url(../images/tweet-quote-odd.png) 0 0 no-repeat;}
			.page.even #sidebar ul li.widget-tag-cloud a{background:#666; color: #f4f4f5 !important;}
			.page.even #sidebar ul li.widget-tag-cloud a:hover{background:#ff005a; color:#fff !important;}
			.page.even #sidebar ul li input[type=text].sidebar-searchform{background:#202020;-webkit-appearance: none;border:1px solid #111; color:#666; font: 13px/18px Arial, Helvetica, sans-serif;}
			.page.even #sidebar ul li input[type=text].required.sidebar-searchform{background:#202020 url(../images/input-required-dark.png) right 13px no-repeat;border:1px solid #111;}
			.page.even #sidebar ul li input[type=text].sidebar-searchform:hover{background-color:#292929;color:#999;border:1px solid #111;}
			.page.even #sidebar ul li input[type=text].sidebar-searchform:focus{background-color:#222;color:#999;border:1px solid #111;-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);}
			.page.even .blog-pagination ul li a{border:1px solid #444;color:#999;}
			.page.even .blog-pagination ul li a:hover{border:1px solid #ff005a;background:#ff005a;color:#fff;}
			.page.even .blog-pagination ul li a.active{background: #666;}
			.page.even .blog-pagination ul li a.active:hover{background: #222;border:1px solid #222;}
		
	
	/*contact
	----------------------------*/	
	.contact p{font:15px/18px Arial, Helvetica, sans-serif; text-align:center;}
	
	.contact_box #loading {
		width:100%;
		display:block;
		font-size: 2em;
		color: #45733e;
		text-align: center;
		margin: 0 0 1em 0;
		display:none;
	}
	
	#errors {
		border:solid 1px #E58E8E;
		padding:10px;
		margin:25px 0px;
		display:block;
		width:437px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
		background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
		display:none;
	}
	
	#errors li {
		padding:2px;
		list-style:none;	
	}
	
	#errors li:before {
		content: ' - ';	
	}
	
	#errors #info {
		font-weight:bold;
	}
	
	#errors #info:before {
		content: '';	
	}
	
	#success {
		border:solid 1px #83D186;
		padding:25px 10px;
		margin:25px 0px;
		display:block;
		width:437px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
		background:#D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
		font-weight:bold;
		display:none;
	}
	
	#errors.visible, #success.visible {
		display:block;	
	}
	
	#req-field-desc {
		display:block;
		float: left;
		font-size: 1.2em;
		width:100%;
		text-align: center;
		color: #555;
		margin: 0 0 1em 0;
	}
	
	/*form elements
	----------------------------*/	
	.form p {
		margin-bottom:0;
	}
	
	.comment-form {
		margin-bottom:20px; 
		padding-bottom:50px; 
		overflow:hidden;
	}
	
	input[type=text], input[type=email], input[type=tel]{
		width:377px;
		height:45px;
		line-height:45px;
		padding:0 20px;
		margin-bottom:20px;
		text-transform: none;
	}
	
	textarea {
		width:377px;
		height:200px;
		padding:20px;
		margin-bottom:20px; 
		overflow:auto;
		text-transform: none;
	}
	
	input[type=text],textarea {
		box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box;
	}
	
	#msg { 
		float: left; 
		margin: 0 0 2em 0; 
		width: 100%;
		color: #000;
		font-size: 1em;
	}
	
	.errorOutline {border:1px solid #ff005a !important;}	
	.errorMsg {color:#ff005a !important;}
	
	.contact-section {
		float: left;
		width: 100%;
		text-align: center;
		z-index: 1;
	}
	
	.contact_box {
		width: 377px;
		margin: 0 0 0 277px;
		float: none;
		text-align: left;
	}
	
		/*odd*/
		input[type=text], input[type=email],  input[type=tel], textarea {
			background:#fff;
			-webkit-appearance: none;
			color:#000; 
			font: 1.5em/1.5 'SolidoConstricted-Light', Helvetica Neue, Helvetica, Arial, sans-serif;
			border: none;
		}
		
	/*	input[type=text]:valid, input[type=email]:valid, textarea.required{
			//background:#fff url(../images/input-required-light.png) right 13px no-repeat;
			color: #000;
		} */
		
		/* chrome, safari */  
		::-webkit-input-placeholder {  
		    color:#CCC;  
		}  
		/* mozilla */  
		input:-moz-placeholder, textarea:-moz-placeholder {  
		    color:#CCC;  
		}  
		/* ie (faux placeholder) */  
		input.placeholder-text, textarea.placeholder-text  {  
		    color:#CCC;  
		} 
		
		input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, textarea:hover{
			background-color:#eee;
			color:#999;
		}
		input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus{
			color:#999;
			-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);
		}
		
		select {
			//-webkit-appearance: none;
			width: 285px;
		}
		
		.page.odd .comment-form{border-bottom:1px solid #e2e2e2;}
		
	
		
		/*even*/
		.page.even input[type=text],.page.even textarea{
			background:#202020;
			-webkit-appearance: none;
			border:1px solid #111; 
			color:#666; 
			font: 13px/18px Arial, Helvetica, sans-serif;
		}
		
		.page.even input[type=text].required,.page.even textarea.required{
			background:#202020 url(../images/input-required-dark.png) right 13px no-repeat;
			border:1px solid #111;
		
		}
		.page.even input[type=text]:hover,.page.even textarea:hover{
			background-color:#292929;
			color:#999;
			border:1px solid #111;
		}
		
		.page.even input[type=text]:focus,.page.even textarea:focus{
			background-color:#222;
			color:#999;
			border:1px solid #111;
			-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);
		}
		
		.page.even .comment-form{border-bottom:1px solid #444;}
		
		
		
	/* SERVICES SECTION ------------------------------ */	
		
		#Services {
			background: url(../images/solfira-tile-gray-light.jpg) 0 0 repeat;
			width: 100%;
		}
		
		#Services #services-wrapper {
			width: 100%;
		//	border-top: 1px solid green;
		}
		
		#Services #services-wrapper .box {
			text-align: center;
			color: #000;
			width: 23.3333333%;
			padding: 0 5%;
			//border-top: 1px dashed #000;
			float: left;
			margin: 0 0 5em 0;
		}
		
		#Services #services-wrapper .box .item {
		//	border-top: 1px solid blue;
		}
		
		#Services #services-wrapper .box .item img {
			max-width: 100%;
			-ms-interpolation-mode: bicubic;
		}
		
		
		#Services #services-wrapper .box .item h2 {
			font: 4em/0.9 'SolidoCompressed-UltraLight', Helvetica Neue, Helvetica, Arial, Sans-serif;
		//	font-size: 4em;
			margin: 0.4em auto 0.2em auto;
			text-align: cetner;
		}
		
		#Services #services-wrapper .box .item p {
			text-transform: none;
			font-size: 1.4em;
			line-height: 1.2em;
			margin: 0 auto;
		}
		
		#process {
			width: 100%;
			display: block;
			margin: 60px 0 0 0;
			text-align: center;
		}
		
		#process img {
			max-width: 100%;
			-ms-interpolation-mode: bicubic;
			margin: 0 auto;
		}
	
	
	/*footer
	----------------------------*/	
	#footer{
		position: relative; 
		overflow: hidden; 
		padding: 50px 0; 
		margin: 0;
		z-index: 100;
		color: #fff;
		top: -82px;
	}
	
	#footer #footer-box {
		text-align: left;
		font-size: 1.7em;
		line-height: 1.2em;
		width: 285px;margin: 0 auto;
	}

	#footer #footer-box p {
		font-size:0.7em;
		line-height: 1.05em;
		color:#ccc;
		text-transform: none;
		float: left;
	}
	#footer #footer-box p.copyright{
		font-size:0.6em;
		line-height: 0.7em;
		color:#999;
		margin: 1em 0 0 0;
		float: left;
		width: 100%;
	}
	#footer #footer-box a {color: #b2daa2;}
	#footer #footer-box a:hover {color: #000;}
	#footer #footer-box ul {/*width: 100%;*/}
	#footer #footer-box #footer-social {
		display: block;
		height: 78px;
		width: 285px;
		margin: 0 0 1.5em 0;
	}
	
	#footer-social a {
		float: left;
		text-indent: -999999px;
		opacity: 0.3;
		width: 78px;
		height: 78px;
	}
	
	#footer #footer-box #footer-social a:hover {opacity: 0.6;}
	
	
	#footer #footer-box #footer-social a#facebook {background: url(../images/social-facebook.svg) 0 0 no-repeat;}
	
	#footer #footer-box #footer-social a#twitter {
		background: url(../images/social-twitter.svg) 0 0 no-repeat;
		margin: 0 25px;
	}
	
	#footer #footer-box #footer-social a#linkedin {
		background: url(../images/social-linkedin.svg) 0 0 no-repeat;
		float: right;
	}
	
	
		/*odd*/
		#footer.odd{background:#f4f4f5 url(../images/pattern-header-banner.png);}
		
		/*even*/
		#footer.even{background:#666 url(../images/solfira-tile-gray-dark.jpg) top left repeat;}
		

		
	.footer-email {
		background: #2b2b2b;
		position: relative;
	//	position: absolute;
		z-index: 1000;
		color: white;
		font-size: 2.5em;
		line-height: 2.5em;
		padding: 15px 15px 10px 15px;
		top: -1.25em;
	//	top: 1.25em;
		-moz-box-shadow: -8px -8px 0 0 rgba(0,0,0,0.15);
		-webkit-box-shadow: -8px -8px 0 0 rgba(0,0,0,0.15);
		box-shadow: -8px -8px 0 0 rgba(0,0,0,0.15);
	}
	
	.footer-email:hover {
		color: #fff;
		background: rgba(84,119,78,1);
	}
	
	.footer-email-wrapper {
		position: absolute; 
		width: 100%;
		background:#666 url(../images/solfira-tile-gray.jpg) top left repeat; 
		text-align: center;
		margin: 0;
		padding: 0;
		height: 0px;
	}
	
	.footer-logo {
		opacity: 0.4;
		margin: 1em 0 0 0;
		float: left;
	}
	.footer-logo:hover {opacity: 1;}

	
	
	/*even*/
	#footer.even ul.socialSmall li a{background-image:url(../images/social-sprite-small-dark.png);background-repeat: no-repeat;float:left;width:22px;height:22px;margin-right:5px}
	
	
	/*section buttons
	----------------------------*/
	.section-button{float:left;width:100%;height:40px; font:12px/12px 'SolidoConstricted-Light', sans-serif; text-transform:uppercase; text-align:center;margin:auto;color:#fff; position:absolute;margin-top:-44px;}
	.section-button a{width:40px;height:40px;line-height:50px;position:relative;text-decoration:none;padding:10px 20px;}
	
		 .section-button a.page-up{width:150px;background:url(../images/page-top.png) 0 0 no-repeat;color:#fff;}
		 .section-button a.page-up:hover{color:#fff;}

		
	
	/*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:250px;-webkit-border-radius: 250px; -moz-border-radius: 250px; border-radius:250px; 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: #45733e;/*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: 18px 'SolidoConstricted-Light', sans-serif; color:#fff; text-align:center;}
		
		/*odd*/
		.page.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*/
		.page.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;}
	.thumb a{float:left;}
	.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: 18px 'SolidoConstricted-Light', sans-serif; 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;}
		
	
	
	
	/*dividers
	----------------------------*/	

	/*odd*/
	.page.odd .divider{border-top:1px solid #e2e2e2;}
	
	/*odd*/
	.page.even .divider{border-top:1px solid #252525;}

	
	

/*--------------------------------------------------------
	iv.--TYPOGRAPHY & LINKS
--------------------------------------------------------*/

	h1,h2,h3,h4,h5,h6{font-family: 'SolidoConstricted-Light', sans-serif; margin-bottom:30px;}
	h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{font-family: 'SolidoConstricted-Light', 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:#39862c;text-decoration:none;}
	a:hover{color:#0f90d1;}
	p{margin-bottom:30px;}

	/*section title*/
	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{font-size:115px; line-height:90px; text-align:center;}
	.section-title h2{font-size:100px;line-height:75px; text-align:center;}
	.section-title h3{font-size:85px;line-height:70px; text-align:center;}
	.section-title h4{font-size:70px;line-height:55px; text-align:center;}
	.section-title h5{font-size:60px;line-height:45px; text-align:center;}
	.section-title h6{font-size:50px;line-height:35px; text-align:center;}
	.teaser h1{font-size:95px; line-height:70px; text-align:center;}
	.teaser h2{font-size:80px;line-height:55px; text-align:center;}
	.teaser h3{font-size:65px;line-height:65px; text-align:center; font-family: 'SolidoCompressed-UltraLight'; sans-serif;font-weight:normal;
	}
	.teaser h4{font-size:50px;line-height:40px; text-align:center;}
	.teaser h5{font-size:40px;line-height:30px; text-align:center;}
	.teaser h6{font-size:30px;line-height:20px; text-align:center;}
	#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*/
		.page.odd .section-title h1,.page.odd .section-title h2,.page.odd .section-title h3,.page.odd .section-title h4,.page.odd .section-title h5,.page.odd .section-title h6{color:#333;}
		.page.odd .section-title h1 a,.page.odd .section-title h2 a,.page.odd .section-title h3 a,.page.odd .section-title h4 a,.page.odd .section-title h5 a,.page.odd .section-title h6 a{color:#333;}
		.page.odd .section-title h1 span,.page.odd .section-title h2 span,.page.odd .section-title h3 span,.page.odd .section-title h4 span,.page.odd .section-title h5 span,.page.odd .section-title h6 span{color:#666;}
		.page.odd .section-title h1 span a,.page.odd .section-title h2 span a,.page.odd .section-title h3 span a,.page.odd .section-title h4 span a,.page.odd .section-title h5 span a,.page.odd .section-title h6 span a{color:#666;}

			

		/*even*/
		.page.even .section-title h1,.page.even .section-title h2,.page.even .section-title h3,.page.even .section-title h4,.page.even .section-title h5,.page.even .section-title h6{color:#444;}
		.page.even .section-title h1 a,.page.even .section-title h2 a,.page.even .section-title h3 a,.page.even .section-title h4 a,.page.even .section-title h5 a,.page.even .section-title h6 a{color:#444;}
		.page.even .section-title h1 span,.page.even .section-title h2 span,.page.even .section-title h3 span,.page.even .section-title h4 span,.page.even .section-title h5 span,.page.even .section-title h6 span{color:#666;}
		.page.even .section-title h1 span a,.page.even .section-title h2 span a,.page.even .section-title h3 span a,.page.even .section-title h4 span a,.page.even .section-title h5 span a,.page.even .section-title h6 span a{color:#666;}
		
		
		/*teaser title*/
		.teaser .info-container .info h1, .teaser .info-container .info h2,.teaser .info-container .info h3, .teaser .info-container .info h4, .teaser .info-container .info h5, .teaser .info-container .info h6, .teaser .info-container .info blockquote{color:#fff;}
		
	.teaser .info-container .info h1 span, .teaser .info-container .info h2 span,.teaser .info-container .info h3 span, .teaser .info-container .info h4 span, .teaser .info-container .info h5 span, .teaser .info-container .info h6 span{color:#fff;}

		
		
/*--------------------------------------------------------
	v.--MISC
--------------------------------------------------------*/		
		
	.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
	.clear{float:none;}			
	