/*------------------------------------------------------

	Theme Name: ... - version 1.0
	Type: Responsive framework
	Author: unlimitDesign
	Author URI: http://themeforest.net/user/udfrance

------------------------------------------------------*/

/*Desktop Layout+

-----------------------------------------------*/


@media only screen and (min-width: 1199px)  {

	/*----------------------------
	ii.-- Header
	-----------------------------*/
	
		/* main menu
		----------------------------*/

		.header ul.navigation{display:table !important;}
		
}

@media only screen and (max-width: 1199px)  {
		.section-title h3 {font-size:60px; line-height:1;}	
		
		ul.creative-logo li{width:22%;}   
		ul.creative-logo li:nth-child(6n + 1){margin-left: 20px;}
		ul.creative-logo li:nth-child(8n + 1){margin-left:0px;} ul.creative-logo li:nth-child(4n + 1){margin-left:0px;}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {

	/*----------------------------
	i.-- Page
	-----------------------------*/
	
	.homepage,.page{/*position: inherit;*/}
	.page .content{max-width:870px;margin:auto;position:relative;}
	.page .teaser{background-attachment:scroll; background-position:center center;}
	
	/*----------------------------
	ii.-- Header
	-----------------------------*/

	/*homepage*/
	.logo-homepage {background-attachment: inherit; position:absolute;}
	
	.epicSlider.theme-default .epic-caption.epic-impact h1 {
		font-size: 50px;
		line-height: 50px;
		
		}

	/*inner pages*/
	.header {display:block;}
	.header .inner{max-width:870px;margin:auto;}
	
	
		/* main menu
		----------------------------*/

		.header ul.navigation{display:table !important;}
	

	/*----------------------------
	ii.-- Content
	-----------------------------*/	

	/*portfolio
	----------------------------*/

	/*navigation*/
	#folio-navigation{width:1010px;height:40px;position:absolute;margin:auto; top:80%;left:50%;margin:-20px 0 0 -505px;}
	
	/*project-display*/
	#ajaxpage{width:870px;}
	.project-display {width:600px;}
	
	.grid li {
	width: 430px;
	}
	
		/*media & info*/
		.project-display img, .project-display .flexslider,.project-display .flexslider img{width:600px !important;height:422px!important;}
		.project-display .video{width:600px !important;height:337px !important;}
		.project-info{/*width:225px;*/}
		.project-display.fullwidth img, .project-display.fullwidth .flexslider, .project-display.fullwidth .flexslider img{width:870px !important;height:auto !important;}
		.project-display.fullwidth .video{width:870px !important;height:489px !important;}

		
		
	
	/*blog
	----------------------------*/
	
	.blog-inner-left{width:610px;}
	.blog-inner-right{width:610px;}
		.blog-post-content, .blog-post-content .blog-post-media{width:520px;}
		.blog-post-content .blog-post-media .video{width:520px !important;height:290px !important;}

	
	/*epic slider nav
	-----------------------------*/
	
	.epicSlider.theme-default #epic-navigation{position:absolute;}
	
	/*positioning & widths*/
	.epicSlider.theme-default .epic-caption{position:absolute;}

	
}

	#homepage{height:auto !important;}
	.epicSlider.slider-wrapper{position:relative !important; padding-top:56.4%;}
	.epicSlider.slider-wrapper iframe{position:absolute; top:0; left:0; height:100%; width:100%;}

@media (max-width: 979px) {
	#wrapper{padding-top:60px;}
	
	.burger-menu{top: 20px;}
	.socials{margin-top:10px;}
	
	.header .logo-container .logo img{}
	
	.project-info h4{font-size:36px; line-height: 40px; margin-bottom:10px;}
	.project-info h6{font-size:36px; margin-bottom: 15px;}
}
@media only screen and (max-width: 768px) {
	
	/* responsive tabs */
	.tabs .tabs_nav, .tabs .tabs_nav li { width:100%; }
	
	/* responsive pricing tables */
	.pricing_table .pricing_table_col,
	.pricing_table.pricing_table_two_cols .pricing_table_col,
	.pricing_table.pricing_table_three_cols .pricing_table_col,
	.pricing_table.pricing_table_four_cols .pricing_table_col,
	.pricing_table.pricing_table_five_cols .pricing_table_col {
		clear:both;
		width:100%;
		border-radius:3px;
		margin-bottom:16px;
	}
	.pricing_table .pricing_table_col:last-child {
		margin-bottom:0;
	}
	
	.page {padding-top:50px;}
	.page .content {padding-bottom:30px;}
}
@media only screen and (max-width: 767px) {
	.section-title .left_header, .left_header {min-width:inherit;}
	
	.capab_list {display:block; margin-right:0; margin-bottom:0;}
	
	.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 {padding-top:10px;}
	
	ul.creative-logo li{width:46%;}   
	ul.creative-logo li:nth-child(2n + 1){margin-left:0px;} ul.creative-logo li:nth-child(4n + 1){margin-left:0px;}
	
	/*.flex-control-nav{display:none;}*/
	
	.header .logo-container .logo img{max-width:190px;}
	#footer .content{display:inline-block; white-space:normal;}
	#footer.even p.copyright{max-width:90%; margin:0 auto;}
	
	.project-info h4, .project-info h6{display:block; font-size: 30px; line-height: 30px;}


	.flex-direction-nav li a{width: 30px; height: 30px;}
	.flexslider.flexslider-video .flex-direction-nav{width: 100%; position: absolute; bottom: auto; top: 30px; text-align: right; left: 15px;} 
	.flex-direction-nav li .next, .flex-direction-nav li .prev{text-indent: 9999em;}
	.flex-direction-nav li .prev{background-position: -5px -5px;}
	.flex-direction-nav li .next{left: 31px; background-position: -5px -45px;}
}

/*Mobile Layout: Landscape Container width:768px

-----------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 959px) {



	/*----------------------------
	i.-- Page
	-----------------------------*/
	
	.homepage,.page{/*position: inherit;*/}
	.page .content{max-width:640px;padding-bottom:50px;}
	.page .teaser{background-attachment:scroll; background-position:center center;}
		
	/*----------------------------
	ii.-- Header
	-----------------------------*/
	
	/*homepage*/
	.logo-homepage {background-attachment: inherit; position:absolute;}
	
	.epicSlider.theme-default .epic-caption.epic-impact h1 {
		font-size: 40px;
		line-height: 40px;
		}

	/*inner pages*/
	.header {display:block;}
	.header .inner{max-width:930px;margin:auto;}
	.header .logo-container{ }
	
		/* main menu
		----------------------------*/

		.header .inner ul.navigation{width:100%; text-align: center;margin:0px;padding-bottom:8px;display:table !important;}
		.header .inner ul.navigation li{ float: none !important; display: inline;}	

	/*----------------------------
	ii.-- Content
	-----------------------------*/	
	
	/*about
	----------------------------*/
	
	/*service breakdown*/
	.chart-container ul.chart li div{font-size:25px !important;}

	/*portfolio
	----------------------------*/

	/*navigation*/
	#folio-navigation{width:100%;position:relative;margin:0 auto;left:0; height: auto;}
	#folio-navigation ul li{width:30.6666%; float:left;}
	#folio-navigation ul li#prevProject, #folio-navigation ul li#closeProjectMobile{margin-right:4%;}
	#folio-navigation ul li#closeProjectMobile{display:block;}
	#folio-navigation ul li#closeProjectMobile a{position:relative; left:50%;margin-left:-19px;}
	#closeProject{/*display:none;*/}
	
	#Work .grid li {
	width: 310px;
	}
	
	/*projects*/
	#ajaxwrapper #loader{margin-top: -7px;}
	
	/*project-display*/
	#ajaxpage{width:640px;}
	#ajax-content-outer{margin-top:30px;}
	
		/*media & info*/
		.project-display img, .project-display .flexslider{width:640px !important;height:450px !important;}
		.project-display .video,.project-display.fullwidth .video{width:640px !important;height:360px !important;}
		.project-info{width:100%;}
		.project-display.fullwidth img,.project-display.fullwidth .flexslider, .project-display.fullwidth .flexslider img{width:640px !important;height:auto !important;}

	
	/*thumb-structure*/
	.folio-thumb-container{width:22%;position:relative;margin:0 0 18px 0;float:left;border-radius:200px;padding:0 1.5% }
	
	
	/*blog
	----------------------------*/
	
	.blog-inner-left{width:65.3334%;margin-right:4%;}
	.blog-inner-right{width:65.3334%;}
		.blog-post-info{width:100%; margin: 0 0 10px 0;}
		.blog-post-info span.month,.blog-post-info span.day, .blog-post-info span.year{font-size:18px}
		.blog-post-content{width:100%;}
		.blog-post-content .blog-post-media .video{width:418px !important;height:234px !important;}
	#sidebar.left,#sidebar.right{width:30.6666%;}

	
	
	
	/*contact
	----------------------------*/	
	
		/*form elements
		----------------------------*/	
		textarea {width:100%;}


	/*epic slider nav
	-----------------------------*/
	
	.epicSlider.theme-default #epic-navigation{position:absolute;}
	
	
	/*positioning & widths*/
	.epicSlider.theme-default .epic-caption{position:absolute;}
	
	
	


}


/*Mobile Layout: Landscape Container width:480px

-----------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {



	/*----------------------------
	i.-- Page
	-----------------------------*/
	
	.homepage,.page{position: inherit;}
	.page .content{max-width:420px;padding-bottom:100px;}
	.page .teaser{background-attachment:scroll; background-position:center center;}
		
	/*----------------------------
	ii.-- Header
	-----------------------------*/
	
	/*homepage*/
	.logo-homepage{width:150px;height:150px;margin:-75px 0 0 -75px;position:absolute;background-attachment:inherit; background-image: url(../images/logo-small.png);}

	/*inner pages*/
	.header {height:auto;display:block;}
	.header .inner{max-width:930px;margin:auto;}
	.header .logo-container{height: 60px;}
	/*, .header .logo-container .logo a img */
	.site-top{height: 60px;} .social{margin-top:8px;}
	.burger-menu {top:20px;}
	
	
		/* main menu
		----------------------------*/

		.header .inner ul.navigation{float: left; text-align: center; width: 100%;margin-top:0px;padding-bottom:5px; display:none;line-height:20px;}
		.header .inner ul.navigation li{margin:10px 0; float:none !important;}
		.header .inner ul.navigation li:first-child{margin-top:0px;}
		.header .inner ul.navigation li:last-child{padding-right:10px;}
		.page.odd .header .inner ul.navigation li a.active,.page.even .header .inner ul.navigation li a.active{padding:1px 10px;}
	
	
	/* mobile menu toggle
	----------------------------*/	
		
	.header .inner .mobileMenuToggle{display:block;}

	/*----------------------------
	ii.-- Content
	-----------------------------*/	
	
	/*section title + teasers
	----------------------------*/
	
	.section-title{/*padding-top:50px;*/}
	
	
	/*about
	----------------------------*/
	
	/*service breakdown*/
	.chart-container ul.chart li{float:none !important; margin:auto; text-align:center; margin-bottom:15px;}
	.chart-container ul.chart li div{font-size:25px !important;-webkit-box-shadow:inset 0 0 0 #fff;-moz-box-shadow:inset 0 0 0 #fff;box-shadow:inset  0 0 0 #fff;}


	/*portfolio
	----------------------------*/

	/*navigation*/
	#folio-navigation{width:100%;position:relative; margin:0 auto;left:0; height: auto;}
	#folio-navigation ul li{width:30.6666%; float:left;}
	#folio-navigation ul li#prevProject, #folio-navigation ul li#closeProjectMobile{margin-right:4%;}
	#folio-navigation ul li#closeProjectMobile{display:block;}
	#folio-navigation ul li#closeProjectMobile a{position:relative; left:50%;margin-left:-19px;}
	#closeProject{/*display:none;*/}
	
	#Work .grid li {
	width: 420px;
	padding: 10px 0;
	}
	
	/*projects*/
	#ajaxwrapper #loader{margin-top: -7px;}
	
	/*project-display*/
	#ajaxpage{width:420px;}
	#ajax-content-outer{margin-top:30px;}
	
		/*media & info*/
		.project-display img, .project-display .flexslider{width:420px !important;height:295px !important;}
		.project-display .video,.project-display.fullwidth .video{width:420px !important;height:236px !important;}
		.project-info{width:100%;}
		.project-display.fullwidth img, .project-display.fullwidth .flexslider, .project-display.fullwidth .flexslider img{width:420px !important;height:auto !important;}
	
	
	/*thumb-structure*/
	.folio-thumb-container{width:30.666666%;position:relative;margin:0 0 18px 0;float:left;border-radius:200px;padding:0 1.33% }
	
	/*blog
	----------------------------*/
	
	.blog-inner-left{width:100%;}
	.blog-inner-right{width:100%;}
		.blog-post-content{width:100%;}
		.blog-post-info{width:100%; margin: 0 0 10px 0;}
		.blog-post-info span.month,.blog-post-info span.day, .blog-post-info span.year{font-size:18px}
		.blog-post-content .blog-post-media .video{width:420px !important;height:234px !important;}
	#sidebar.left,#sidebar.right{width:100%; float:none;}
	.response .response{margin:30px 0 0 0;}
	
	/*odd*/
	.page.odd .blog-pagination, .page.odd .blog-post-navigation{border-bottom:1px solid #e2e2e2; padding-bottom:20px; overflow:hidden;}
	
	/*even*/
	.page.even .blog-pagination, .page.even .blog-post-navigation{border-bottom:1px solid #444; padding-bottom:20px; overflow:hidden;}
		
	
	/*contact
	----------------------------*/	
	
		/*form elements
		----------------------------*/	
		input[type=text]{width:100%;}
		textarea {width:100%;}
		

	/*--------------------------------------------------------
	TYPOGRAPHY & LINKS
	--------------------------------------------------------*/

	/*section title*/
	/*.section-title h1,.section-title h2,.section-title h3,.section-title h4,.section-title h5,.section-title h6{margin:0; text-align:left !important;}*/
	.section-title h1{font-size:65px; line-height:65px; /*text-align:center;*/}
	.section-title h2{font-size:55px;line-height:55px;}
	.section-title h3{font-size:35px;line-height:40px;}
	.section-title h4{font-size:35px;line-height:35px;}
	.section-title h5{font-size:30px;line-height:30px;}
	.section-title h6{font-size:25px;line-height:25px;}
	h1{font-size:32px;line-height:32px;}
	h2{font-size:30px;line-height:30px;}
	h3{font-size:28px;line-height:28px;}
	h4{font-size:26px;line-height:26px;}
	h5{font-size:24px;line-height:24px;}
	h6{font-size:22px;line-height:22px;}
	.grid figcaption h6{font-size:16px;line-height:20px;}
	
	
	/*epic slider nav
	-----------------------------*/
	
	.epicSlider.theme-default #epic-navigation{position:absolute;bottom:10px;left:50%;margin-left:-41px; width:82px;height:40px;}
	.epicSlider.theme-default #epic-navigation.allcontrols{width:124px;left:50%;margin-left:-65px; } /*sum of all three buttons*/
	
	/*positioning & widths*/
	.epicSlider.theme-default .epic-caption{position:absolute;}
	/*.epicSlider.theme-default .epic-caption.topLeft,.epicSlider.theme-default .epic-caption.topRight,.epicSlider.theme-default .epic-caption.bottomLeft,.epicSlider.theme-default .epic-caption.bottomRight{top:auto;left:auto;bottom:auto;right:auto; text-align:center !important;}
	*/	
	/*background*/
	.epicSlider.theme-default .epic-caption,.epicSlider.theme-default .epic-caption.centered{position:absolute;/*width:100% !important;height:auto;background:#000;background:rgba(0,0,0,0.8);*/padding:10px; left:10px !important; right: 10px !important; bottom:75px !important; text-align:center;}
	
	/*target specific*/
	.epicSlider.theme-default .epic-caption.descrete div{background:none;margin-bottom:0px;padding:0;margin:auto;}
	/*.epicSlider.theme-default .epic-caption.epic-impact h1 span,.epicSlider.theme-default .epic-caption.epic-impact h2 span,.epicSlider.theme-default .epic-caption.epic-impact h3 span,.epicSlider.theme-default .epic-caption.epic-impact h4 span,.epicSlider.theme-default .epic-caption.epic-impact h5 span,.epicSlider.theme-default .epic-caption.epic-impact h6 span, .epicSlider.theme-default .epic-caption.epic-impact a span,.epicSlider.theme-default .epic-caption.epic-impact a:hover span{padding: 0;background:none;float: none;}
	epicSlider.theme-default .epic-caption.epic-impact.topLeft h1 span, .epicSlider.theme-default .epic-caption.epic-impact.topLeft h3 span, .epicSlider.theme-default .epic-caption.epic-impact.topLeft a span,.epicSlider.theme-default .epic-caption.epic-impact.bottomLeft h1 span, .epicSlider.theme-default .epic-caption.epic-impact.bottomLeft h3 span, .epicSlider.theme-default .epic-caption.epic-impact.bottomLeft a span{float:none;}
	.epicSlider.theme-default .epic-caption.epic-impact.topRight h1 span, .epicSlider.theme-default .epic-caption.epic-impact.topRight h3 span, .epicSlider.theme-default .epic-caption.epic-impact.topRight a span,.epicSlider.theme-default .epic-caption.epic-impact.bottomRight h1 span, .epicSlider.theme-default .epic-caption.epic-impact.bottomRight h3 span, .epicSlider.theme-default .epic-caption.epic-impact.bottomRight a span{float:none;}
	*/.epicSlider.theme-default .epic-caption.epic-impact-2 div h1,.epicSlider.theme-default .epic-caption.epic-impact-2 div h2,.epicSlider.theme-default .epic-caption.epic-impact-2 div h3,.epicSlider.theme-default .epic-caption.epic-impact-2 div h4,.epicSlider.theme-default .epic-caption.epic-impact-2 div h5,.epicSlider.theme-default .epic-caption.epic-impact-2 div h6,.epicSlider.theme-default .epic-caption.epic-impact-2 a,.epicSlider.theme-default .epic-caption.epic-impact-2 a:hover{font-size:16px;line-height:16px; position:relative;}
	.epicSlider.theme-default .epic-caption.descrete div h1,.epicSlider.theme-default .epic-caption.descrete div h2,.epicSlider.theme-default .epic-caption.descrete div h3,.epicSlider.theme-default .epic-caption.descrete div h4,.epicSlider.theme-default .epic-caption.descrete div h5,.epicSlider.theme-default .epic-caption.descrete div h6{font-size:16px;line-height:16px; position:relative;}
	.epicSlider.theme-default .epic-caption.epic-impact h2,.epicSlider.theme-default .epic-caption.epic-impact h3,.epicSlider.theme-default .epic-caption.epic-impact h4,.epicSlider.theme-default .epic-caption.epic-impact h5,.epicSlider.theme-default .epic-caption.epic-impact h6{font-size:14px;line-height:14px;position:relative;}
	.epicSlider.theme-default .epic-caption.epic-impact h1 {font-size: 24px; line-height: 24px; position: relative;}
	.epicSlider.theme-default .epic-caption.descrete div p{margin-top:5px;}
	.epicSlider.theme-default .epic-caption.epic-impact h1 span, .epicSlider.theme-default .epic-caption.epic-impact h2 span, .epicSlider.theme-default .epic-caption.epic-impact h3 span, .epicSlider.theme-default .epic-caption.epic-impact h4 span, .epicSlider.theme-default .epic-caption.epic-impact h5 span, .epicSlider.theme-default .epic-caption.epic-impact h6 span, .epicSlider.theme-default .epic-caption.epic-impact a span {padding: 12px !important;}
		
		
	/*accordions and tabs*/
	.accordion div.video, .accordion div.video .featured_flowplayer,
	.tabs div.video, .tabs div.video .featured_flowplayer  { clear:both; width:380px !important; height:215px !important; }
	div.video video, div.video iframe, div.video object, div.video embed, div.video div { width:100%; height:100% !important; max-width:100% !important; max-height:100% !important; }
	.accordion .column_one_half, .accordion .column_one_third, .accordion .column_one_fourth, .accordion .column_two_thirds, .accordion .column_three_fourths,
	.tabs .column_one_half, .tabs .column_one_third, .tabs .column_one_fourth, .tabs .column_two_thirds, .tabs .column_three_fourths { width:380px !important; margin-right:0 !important; }
	blockquote { width:370px !important; margin: 0 25px 30px 25px !important; }
	.accordion blockquote, .tabs blockquote { width:340px !important; margin-right:0 !important; }

	
	.column_one_half, .column_one_third,.column_one_fourth,.column_two_thirds, .column_three_fourths{width:100%; /*text-align: center;*/}
	
	.socials{margin-top: 10px;}
	
}

/*Mobile Layout: Portrait Container width:320px

-----------------------------------------------*/

@media only screen and (max-width: 479px){

	/*----------------------------
	i.-- Page
	-----------------------------*/
	
	.homepage, .page{position: inherit;}
	.page {padding-top:50px;}
	.page .content{max-width:290px; padding-bottom:20px;}
	.page .teaser{background-attachment:scroll; background-position:center center;}

	/*----------------------------
	ii.-- Header
	-----------------------------*/
	
	/*homepage*/
	.logo-homepage{width:150px;height:150px;margin:-75px 0 0 -75px;position:absolute;background-attachment:inherit;background-image: url(../images/logo-small.png);}
	
	/*inner pages*/
	.header {height:auto;display:block;margin-left: 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;}
	.header .inner{max-width:930px;margin:auto;}
	.header .logo-container{height: 60px; max-width:150px;}
	.header .logo-container .logo a img {max-width: 150px; height: auto; margin-top: 6px;}
	.site-top{height: 50px; /*float:none; display:inline-block; width:100%; text-align:center;*/} 
	.socials{margin-top:5px;margin-right:70px; /*margin-right:auto; float:none;*/}
	
	.burger-menu {top: 20px;}

	.cbp-spmenu-push-toleft .header  {margin-left: 0px;}

	.header .logo-container {margin-left: 20px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;}
	.cbp-spmenu-push-toleft .header .logo-container {margin-left: -240px;}
	
		/* main menu
		----------------------------*/

		.header .inner ul.navigation{float: left; text-align: center; width: 100%;margin-top:0px;padding-bottom:5px; display:none; line-height:20px;}
		.header .inner ul.navigation li{margin:10px 0; float:none !important;}
		.header .inner ul.navigation li:first-child{margin-top:0px;}
		.header .inner ul.navigation li:last-child{padding-right:10px;}
		.page.odd .header .inner ul.navigation li a.active,.page.even .header .inner ul.navigation li a.active{padding:1px 10px;}
	
	
	/* mobile menu toggle
	----------------------------*/	
		
	.header .inner .mobileMenuToggle{display:block;}

		
	/*----------------------------
	iii.-- Content
	-----------------------------*/	
	
	/*section title + teasers
	----------------------------*/
	
	.section-title{/*padding-top:50px;*/}
	
	.section-title.worksection {margin:0 0 35px 0;}
	
	
	/*about
	----------------------------*/
	
	/*service breakdown*/
	.chart-container ul.chart li{float:none !important; margin:auto; text-align:center; margin-bottom:15px;}
	.chart-container ul.chart li div{font-size:25px !important;-webkit-box-shadow:inset 0 0 0 #fff;-moz-box-shadow:inset 0 0 0 #fff;box-shadow:inset  0 0 0 #fff;}
	

	/*portfolio
	----------------------------*/
	
	/*navigation*/
	#folio-navigation{width:100%;position:relative; margin:0 auto; left:auto; height:20px;}
	#folio-navigation ul li{width:30.6666%; float:left;}
	#folio-navigation ul li#prevProject, #folio-navigation ul li#closeProjectMobile{margin-right:4%;}
	#folio-navigation ul li#closeProjectMobile{display:block;}
	#folio-navigation ul li#closeProjectMobile a{position:relative; left:50%;margin-left:-19px;}
	#closeProject{/*display:none;*/ right:0; top:-25px;}
	
	/*projects*/
	#ajaxwrapper #loader{margin-top: -7px; }

	/*project-display*/
	#ajaxpage{width:290px;}
	#ajax-content-outer{margin-top:30px;}
		
		/*media & info*/
		/*.project-display img, .project-display .flexslider{width:290px !important;height:204px!important;}*/
		.project-display img, .project-display .flexslider{width:100% !important;height:auto !important;}
		.project-display .video,.project-display.fullwidth .video{width:100% !important;height:242px !important; 
    position: relative !important; padding-top: 56.4%;}
	.project-display.fullwidth .slides iframe{position: absolute; top: 0; left: 0; height: 100%; width: 100%;} 
	.project-info{width:100%; padding:20px auto;}
		.project-display.fullwidth img, .project-display.fullwidth .flexslider, .project-display.fullwidth .flexslider img{width:100% !important;height:auto !important;}
		.flex-caption {line-height:20px !important;}
	
	
	
	/*thumb-structure*/
	/*.folio-thumb-container{width:30.666666%;position:relative;margin:0 0 18px 0;float:left;border-radius:200px;padding:0 1.33% }*/
	.folio-thumb-container{width:45%;position:relative;margin:0 0 18px 0;float:left;border-radius:200px;padding:0 2.5% }/*two cols*/	
	
	/*blog
	----------------------------*/
	
	.blog-inner-left{width:100%;}
	.blog-inner-right{width:100%;}
		.blog-post-content{width:100%;}
		.blog-post-info{width:100%; margin: 0 0 10px 0;}
		.blog-post-info span.month,.blog-post-info span.day, .blog-post-info span.year{font-size:18px}
		.blog-post-content .blog-post-media .video{width:290px !important;height:162px !important;}
	#sidebar.left,#sidebar.right{width:100%; float:none;}
	.response, .response .response {margin:30px 0 0 0;}


	
	/*odd*/
	.page.odd .blog-pagination, .page.odd .blog-post-navigation{border-bottom:1px solid #e2e2e2; padding-bottom:20px; overflow:hidden;}
	
	/*even*/
	.page.even .blog-pagination, .page.even .blog-post-navigation{border-bottom:1px solid #444; padding-bottom:20px; overflow:hidden;}
	
	
	
	/*contact
	----------------------------*/	
	
		/*form elements
		----------------------------*/	
		input[type=text]{width:100%;}
		textarea {width:100%;}
		input[type=submit]{width:100%;}
	
	/*--------------------------------------------------------
	TYPOGRAPHY & LINKS
	--------------------------------------------------------*/

	/*section title*/
	.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:60px; line-height:65px; text-align:center;}
	.section-title h2{font-size:50px;line-height:55px; text-align:center;}
	.section-title h3{font-size:35px;line-height:39px; /*text-align:center;*/}
	.section-title h4{font-size:30px;line-height:35px; text-align:center;}
	.section-title h5{font-size:26px;line-height:30px; text-align:center;}
	.section-title h6{font-size:22px;line-height:25px; text-align:center;}
	h1{font-size:32px;line-height:32px;}
	h2{font-size:30px;line-height:30px;}
	h3{font-size:28px;line-height:28px;}
	h4{font-size:26px;line-height:26px;}
	h5{font-size:24px;line-height:24px;}
	h6{font-size:22px;line-height:22px;}
	
	.grid figcaption h6{font-size: 16px; line-height:20px;}
	
	.project-info h4{font-size:20px; line-height:25px; margin-bottom:6px;}
	.project-info h6{font-size:20px; line-height:25px; margin-bottom:12px;}
	
	.capab_list li {font-size:14px; line-height:20px;}

	

	/*epic slider nav
	-----------------------------*/
	
	.epicSlider.theme-default #epic-navigation{position:absolute;bottom:10px;left:50%;margin-left:-41px; width:82px;height:40px;}
	.epicSlider.theme-default #epic-navigation.allcontrols{width:124px;left:50%;margin-left:-65px; } /*sum of all three buttons*/
	
	/*positioning & widths*/
	.epicSlider.theme-default .epic-caption{position:absolute;}
	/*.epicSlider.theme-default .epic-caption.topLeft,.epicSlider.theme-default .epic-caption.topRight,.epicSlider.theme-default .epic-caption.bottomLeft,.epicSlider.theme-default .epic-caption.bottomRight{top:auto;left:auto;bottom:auto;right:auto; text-align:center !important;}
	*/
	.epicSlider.theme-default .epic-caption, .epicSlider.theme-default .epic-caption.centered {position: absolute;padding: 10px;left: 0px !important;right:0px !important;}
	
	
	/*background*/
	.epicSlider.theme-default .epic-caption,.epicSlider.theme-default .epic-caption.centered{height: auto;background: #000;background-color: rgba(0,0,0,.75);padding: 10px;bottom: 60px !important;text-align: center !important;}
	
	/*target specific*/
	.epicSlider.theme-default .epic-caption.descrete div{background:none;margin-bottom:0px;padding:0;margin:auto;}
	.epicSlider.theme-default .epic-caption.epic-impact h1 span,.epicSlider.theme-default .epic-caption.epic-impact h2 span,.epicSlider.theme-default .epic-caption.epic-impact h3 span,.epicSlider.theme-default .epic-caption.epic-impact h4 span,.epicSlider.theme-default .epic-caption.epic-impact h5 span,.epicSlider.theme-default .epic-caption.epic-impact h6 span, .epicSlider.theme-default .epic-caption.epic-impact a span,.epicSlider.theme-default .epic-caption.epic-impact a:hover span{padding: 0;background:none;float: none;}
	epicSlider.theme-default .epic-caption.epic-impact.topLeft h1 span, .epicSlider.theme-default .epic-caption.epic-impact.topLeft h3 span, .epicSlider.theme-default .epic-caption.epic-impact.topLeft a span,.epicSlider.theme-default .epic-caption.epic-impact.bottomLeft h1 span, .epicSlider.theme-default .epic-caption.epic-impact.bottomLeft h3 span, .epicSlider.theme-default .epic-caption.epic-impact.bottomLeft a span{float:none;}
	.epicSlider.theme-default .epic-caption.epic-impact.topRight h1 span, .epicSlider.theme-default .epic-caption.epic-impact.topRight h3 span, .epicSlider.theme-default .epic-caption.epic-impact.topRight a span,.epicSlider.theme-default .epic-caption.epic-impact.bottomRight h1 span, .epicSlider.theme-default .epic-caption.epic-impact.bottomRight h3 span, .epicSlider.theme-default .epic-caption.epic-impact.bottomRight a span{float:none;}
	.epicSlider.theme-default .epic-caption.epic-impact-2 div h1,.epicSlider.theme-default .epic-caption.epic-impact-2 div h2,.epicSlider.theme-default .epic-caption.epic-impact-2 div h3,.epicSlider.theme-default .epic-caption.epic-impact-2 div h4,.epicSlider.theme-default .epic-caption.epic-impact-2 div h5,.epicSlider.theme-default .epic-caption.epic-impact-2 div h6,.epicSlider.theme-default .epic-caption.epic-impact-2 a,.epicSlider.theme-default .epic-caption.epic-impact-2 a:hover{font-size:16px;line-height:16px; position:relative;}
	.epicSlider.theme-default .epic-caption.descrete div h1,.epicSlider.theme-default .epic-caption.descrete div h2,.epicSlider.theme-default .epic-caption.descrete div h3,.epicSlider.theme-default .epic-caption.descrete div h4,.epicSlider.theme-default .epic-caption.descrete div h5,.epicSlider.theme-default .epic-caption.descrete div h6{font-size:16px;line-height:16px;position:relative;}
	.epicSlider.theme-default .epic-caption.epic-impact h2,.epicSlider.theme-default .epic-caption.epic-impact h3,.epicSlider.theme-default .epic-caption.epic-impact h4,.epicSlider.theme-default .epic-caption.epic-impact h5,.epicSlider.theme-default .epic-caption.epic-impact h6{font-size:14px;line-height:14px;position:relative;}
	.epicSlider.theme-default .epic-caption.descrete div p{margin-top:5px;}
	.epicSlider.theme-default .epic-caption.epic-impact h1 {font-size:24px;line-height:24px;margin: 5px 0 10px;position:relative;}
	
	
	/*shortcodes*/
	.column_one_half, .column_one_third,.column_one_fourth,.column_two_thirds, .column_three_fourths{width:100%; text-align: left;}
		/*.last{margin-right:0 !important; clear:right;}*/
	
	
	/*accordions and tabs*/
	.accordion div.video, .accordion div.video .featured_flowplayer,
	.tabs div.video, .tabs div.video .featured_flowplayer { clear:both; width:260px !important; height:146px !important; }
	div.video video, div.video iframe, div.video object, div.video embed, div.video div { width:100%; height:100% !important; max-width:100% !important; max-height:100% !important; }
	.accordion .column_one_half, .accordion .column_one_third, .accordion .column_one_fourth, .accordion .column_two_thirds, .accordion .column_three_fourths,
	.tabs .column_one_half, .tabs .column_one_third, .tabs .column_one_fourth, .tabs .column_two_thirds, .tabs .column_three_fourths { width:260px !important; margin-right:0 !important; }
	blockquote { width:290px !important; margin-right:0 !important; }
	.accordion blockquote, .tabs blockquote { width:209px !important; margin-right:0 !important; }
	
	.section-title .left_header, .left_header {float:none; text-align:left;}
	.section-title .left_header br, .left_header br {display:none;}

	.socials span a{height:29px; width:29px;}
	.socials span a.icon-ig{background-position: -29px 0px;}
	.socials span a.icon-fb:hover {background-position: 0px -29px;}
	.socials span a.icon-ig:hover {background-position: -29px -29px;}
	.socials span a{background-size: 58px auto;}
	
	.page .content{max-width:90%;}
	#ajaxpage, .project-display.fullwidth, .project-display .video, .project-display.fullwidth .video, .grid li{width:100% !important;}
	.project-display.fullwidth img, .project-display.fullwidth .flexslider, .project-display.fullwidth .flexslider img{margin: 0 auto;}
}

@media (max-width: 479px) and (min-width: 450px){
	.project-display .video, .project-display.fullwidth .video{height: 244px !important; width:100% !important;}
	
}
@media (max-width: 450px){
	.project-display .video, .project-display.fullwidth .video{height: 228px !important; width:100% !important;}
	
}

@media (max-width: 449px) and (min-width:400px){
	.project-display .video, .project-display.fullwidth .video{height: 212px !important; width:100% !important;}
	
}
@media (max-width: 400px){
	.project-display .video, .project-display.fullwidth .video{height: 200px !important; width:100% !important;}
	
}

@media (max-width: 399px) and (min-width:380px){
	.project-display .video, .project-display.fullwidth .video{height: 200px !important; width:100% !important;}
	
}
@media (max-width: 380px){
	.project-display .video, .project-display.fullwidth .video{height: 190px !important; width:100% !important;}
	
}

@media (max-width: 379px) and (min-width:320px){
	.project-display .video, .project-display.fullwidth .video{height: 170px !important; width:100% !important;}
	
}
@media (max-width: 320px){
	.project-display .video, .project-display.fullwidth .video{height: 160px !important; width:100% !important;}
	
}