/*
/wp-content/scripts/csscustom-rotman.css
*/
/*General*/

@font-face{
	font-family: rotmanFont;
	src: url('../fonts/benton-sans-regular.eot?') format('embedded-opentype'), url('../fonts/BentonSans-Regular.otf') format("opentype");
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family: rotmanFont;
	src: url('../fonts/benton-sans-bold.eot?') format('embedded-opentype'), url('../fonts/BentonSans-Bold.otf') format("opentype");
	font-weight:bold;
	font-style:normal;
}

@font-face{
	font-family: rotmanFont;
	src: url('../fonts/benton-sans-regular-italic.eot?') format('embedded-opentype'), url('../fonts/BentonSans-RegularItalic.otf') format("opentype");
	font-weight:normal;
	font-style:italic;
}

@font-face{
	font-family: rotmanFont;
	src: url('../fonts/benton-sans-black-italic.eot?') format('embedded-opentype'), url('../fonts/BentonSans-BoldItalic.otf') format("opentype");
	font-weight:bold;
	font-style:italic;
}


html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, em, b, strong, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn,  img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
 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{
	font-family: rotmanFont;
}


.page-heading{
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;

}

.page-heading h1{
	background:#FCFCFC;
	font-size: 2.6em;
	display:inline-block;
	z-index: 100;
	position: relative;
	padding: 0 8px;
	color:#6639B7;

}

.page-heading .heading-line{
	position: relative;
	top: 23px;
	height:4px;
	width:100%;
	z-index: 0;
	border-bottom: 1px solid #4f2683;
}

.primary-right-border {
	border-right: 1px solid #ccc;
	padding-right: 56px;
}

.single-nav-wrapper {
	overflow: visible;
}

.breadcrumbs{
	margin-bottom: 10px;
}

.center-text {
	text-align: center;
}

article.post .entry-header h1.entry-title a, article.page .entry-header h1.entry-title a {
	color: #6639B7;
}

h1 {
	color: #6639B7;
	font-size: 24px;
	line-height: normal;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 7px;
}

h3,h4,h5,h6{
	font-weight: bold;
}

.widget_headline-widget h1 {
	text-transform: none;
}

h3.widget-title {
font-size: 1.2em;
margin-bottom:15px;
}

a, .entry-content a {
	color: #6639B7;
	text-decoration: none;
}

.panel-grid {
	margin-bottom: 50px;
}

.widget_nav_menu {
float: right;
border-left:1px solid #ccc;
padding-left: 15px;
}

.purple {
	color: #9b6dbf;
}

.left, figure {
	float: left;
}

.right {
	float: right;
}

.margin15 {
	margin: 15px;
}

figure {
	margin: 0 15px 0 0;
}

.panel-grid-cell figure img {
box-shadow: 0px 0px 1px 0px #999292;
}

.clear {
	clear: both;
}

.page-image {
	margin: 15px;
}

.highlightText {
	font-size: 1.3em;
}

.email-rtl {
	direction: rtl;
	unicode-bidi: bidi-override;
}

.metaslider .caption-wrap .caption{
	text-align: center;
	font-size: 1.8em;
}

/*Header*/
.main-navigation {
	background: #000;
}

.main-navigation a{
	font-weight: lighter;
}

.main-navigation ul li:hover > a, .main-navigation ul ul li:hover > a {
	background: #ffe14f;
	color: #000000;
}

.logo{
	position: relative;
	z-index: 1000;
}

.western-logo{
	position: relative;
	z-index: 1001;
}

.second-logo {
	position: relative;
	top: 39px;
	left: 29px;
	width: 100%;
	z-index: 0;
}

.second-logo img{
	max-height: 37px;
}

#search-icon #search-icon-icon .icon {
	background: url('/wp-content/themes/rotman/images/sprites/search-icon-black.png');
}

#search-icon #search-icon-icon {
	background-color: #ffe14f;
}

#search-icon #search-icon-icon:hover {
	background-color: #999;
}

/*Home Page*/

.carousel-entry .default-thumbnail{
	background: url('/wp-content/uploads/logo-fo-google-plus.gif')no-repeat !important;
	background-size: auto 100% !important;
}

/*Custom Menu List*/
.menu {
	margin-left: 0;
}

.menu-vision-container {
	margin-left: 0;
}

.menu li, #menu-vision li {
	list-style: none;
	margin-left: 0;
}

/*Events*/
.event-item {
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
	clear: both;
}

.event-item h3 {
	font-size: 1.15em;
}

.event-date {
	width: 80px;
	float: left;
	margin: 10px;
	text-align: center;
	background: #4f2683;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	padding: 2px;
}

.event-date p {
	margin-bottom: 10px;
}

.event-date	.day {
	font-size: 2.7em;
	line-height: 10px;
	margin-bottom: 20px;
	color: #ffe14f;
}

.event-date .month {
	color: #000;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.ft-image-holder {
margin-bottom: 40px;
}

.event-featured-image {
	max-height: 380px;
	overflow: hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 1px 3px 1px #AAAAAF;
-moz-box-shadow: 0 1px 3px 1px #AAAAAF;
}

.featured-image-caption {
	color: #ccc;
	font-size: 11px;
	margin: 0;
	position: relative;
	float:right;
	font-style:italic;
	line-height: 12px;
	margin-top: 5px;
}

.event-featured-image img {
	width: 100%;
	height: auto;
}

.past-events {
	float: right;
	max-width: 220px;
	margin-left: 30px;
}

.past-events h2 {
	margin-bottom: 20px;
}

.past-events ul {
	margin-left: 0;
	margin-bottom: 20px;
}

.past-events li {
	list-style: none;
	margin-bottom: 10px;
	line-height: 15px;
}

.event-info {
	float: left;
	margin: 1%;
	width: 80%;
}

.bio-pic {
	float: left;
	margin: 15px 10px 10px 0;
}

.bio-pic img {
	max-width: 150px;
}

.event-content h2 {
	font-weight: bolder;
	padding: 5px 10px;
	background: #ffe14f;
}

.event-page-details {
	margin-top: 18px;
}

.event-description {
	clear: both;
}

.event-description h3 {
	font-weight: bolder;
}

/*Videos*/
.youmax-container{
	width:800px;
}

#youmax {
	float: left;
}

.youmax-showing{
		position:relative;
		left:10px;
		margin-top: 10px;
	}

.youmax-video-tnail-box{
	width:220px;
}

#youmax-encloser {border-left: 1px solid #cccccc;border-right: 1px solid #cccccc;border-bottom: 1px solid #cccccc;}

#static_video iframe, .embed-video iframe, #channel-player-box iframe {
width: 100%;
min-height: 450px;
}

#channel-player-box {
	box-shadow: 0 5px 5px -5px #333;
	text-align: center;
	margin-bottom: 20px;
	background: #ccc;
	font-size: 1.3em;
	padding: 10px;
	color: #000;
}

.video-sidebar {
	width: 220px;
	margin-left: 40px;
	float: left;
}

.video-sidebar .widget-title {
	font-weight: bolder;
	margin-bottom: 10px;
}

.video-sidebar li {
	list-style: none;
	margin-bottom: 10px;
}

.linkList li {
	list-style: none;
}

.purpleLink, .linkList a {
	font-weight: bold;
	background: url("/wp-content/themes/rotman/images/global/anchors/chevronPurple.png") no-repeat right 2px;
	padding-right: 10px;
	display: block;
	float: left;
	clear: both;
	line-height: 100%;
	margin-bottom: 5px;
}

.blackLink, .black a {
	font-weight: bold;
	background: url("/wp-content/themes/rotman/images/global/anchors/chevronPurple.png") no-repeat right 2px;
	padding-right: 10px;
	display: block;
	float: left;
	clear: both;
	line-height: 100%;
	margin-bottom: 5px;
	color: #000;
}

.black ul li a {
	background: none;
}

.linkList ul {
	margin-left: 15px;
	font-weight: normal;
	clear: both;
}

.linkList ul a {
	font-weight: normal;
}

.featured-video-container h2 {
	font-size: 1.4em;
}

.featured-video-container {
	min-height: 400px;
}

.featured-video {
	float: left;
}

.featured-video-content {
	width: 350px;
	margin-left: 15px;
	float: left;
}

.video-item {
	width: 270px;
	float: left;
}

/*contact*/
.emailform {
	width: 50%;
	float: left;
}

.textwidget input[type='text'], .textwidget input[type='email'], .textwidget textarea {
width: 98%;
}
/*footer*/
#colophon {
	background: #000;
}

.footer-links {
	margin-bottom: 20px;
	text-align: center;
}

.footer-links a, #footer-widgets .widget a {
	text-align: center;
	color: #f9f8c1;
}

.social-media {
	float: right;
}

.social-media img {
	width: 42px;
	height: 42px;
}

/*Members Page*/
/* members list */
.membersContainer, #membersContainer {
	clear: left;
}

.member-heading{
	clear:left;
	margin-top: 40px;
}

.membersColumn {
	width: 220px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	display: inline-block;
	vertical-align: top;
	min-height: 260px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	box-shadow: 0 1px 5px rgba(184, 182, 189, 0.4);
}

.membersColumn .department{
font-size: 12px;
line-height: 13px;
}

.membersColumn .position{
	font-weight: bolder;
	margin-bottom: 0;
	line-height: 15px;
	margin-bottom: 5px;
	color: #4f2683;
	}

.membersColumn .thename{
text-align: center;
font-size: 16px;
background: #4f2683;
display: block;
color: #fff;
padding: 5px;
margin: 0;
text-decoration: none;
}

.member-list-image {
width: 150px;
height: 150px;
margin: 0 auto 5px auto;
overflow: hidden;
}

.more_btn {
text-align: right;
float: right;
background: border;
background: #4c4c4c;
color: #fff;
display: block;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius: 3px;
padding: 2px 5px;
font-weight: lighter;
background: -moz-linear-gradient(top, #4c4c4c 0%, #131313 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#131313));
background: -webkit-linear-gradient(top, #4c4c4c 0%,#131313 100%);
background: -o-linear-gradient(top, #4c4c4c 0%,#131313 100%);
background: -ms-linear-gradient(top, #4c4c4c 0%,#131313 100%);
background: linear-gradient(to bottom, #4c4c4c 0%,#131313 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
}

.members h3, .pagename-whats-new #textContainer h2, .pagename-events .contentContainer h2, #events .contentContainer h2 {
	background-color: #FADC41;
	display: inline;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0;
	padding: 5px;
	text-transform: uppercase;
	color: #000;
}

/*Member Single Page*/
.member-image img {
max-width: 100%;
height: auto;
}

.membesInfo {
	float: left;
}

.main-specs {
	padding:10px;
}

.member-specs {
	float: left;
	width: 250px;
	padding-top: 10px;
}


.members .membersWork ul {
	clear: both;
}

.members .membersWork ul .grayButton {
	float: left;
	margin-right: 3px;
}

.members .membersWork .workList li {
	float: left;
}

.memberPage #memberInfoContainer {
	border-top: 1px solid #ccc;
	margin-right: 10px;
}

.memberPage #workInfoContainer p {
	line-height: 145%;
}

.memberPage #memberInfoContainer a {
	word-wrap: break-word;
}

.memberPage #memberInfoContainer .workLinks {
	margin-bottom: 30px;
	overflow: hidden;
}

.workLinks {
	margin-left: 0;
}

.workLinks li a {
	padding: 5px;
	margin-right: 20px;
	text-transform: capitalize;
}

#tabs li a{
	padding:5px;
	display: block;
}

#tabs ul li.active a {
	color: #fff;
	background-color: #6639B7;
}

.memberPage #memberInfoContainer .workLinks li a:hover, .memberPage #memberInfoContainer .workLinks li a.active,
.workLinks li a:hover, .workLinks li a.active,.workLinks li.ui-state-active a {
	background-color: #6639B7;
	color: #fff;
}

.workLinks li{
	float: left;
	list-style: none;
	font-size: 14px;
	color: #6639B7;
	vertical-align: middle;
	list-style: none;
}

.tabs a, .workLinks li a{
	list-style: none;
	font-size: 14px;
	color: #6639B7;
	vertical-align: middle;
	list-style: none;
}

.member-content-area {
	background: #F1ECF8;
	padding: 20px;
	margin-top: 20px;
	max-width: 70%;
	float: left;
}

.member-side-panel {
	width: 20%;
	margin: 20px;
	padding: 20px;
	margin-right: 0;
	float: right;
	background: #F8F8E7;
	min-height: 300px;
}

.publications p{
	margin-left: 25px;
	text-indent: -25px;
}

/*Conferences page*/
.sponsor-section{
	display:block;
	clear:both;
	border-top: 1px solid #4f2683;
}


/*Projects*/
.project-list {
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
}

.project-item {
	display: inline-block;
	max-width: 320px;
	border: 1px solid #E7E7E9;
	box-shadow: 0 1px 2px rgba(34,25,25,0.4);
	margin: 0 2px 15px;
	padding: 15px;
	padding-bottom: 5px;
	background: -webkit-linear-gradient(45deg,#FFF,#F9F9F9);
}

.project-item button {
float: right;
}

.project-thumbnail img {
	width: 90%;
	height: auto;
	margin: 0 15px;
}

.project-info {
	float: left;
	max-width: 600px;
	margin-left: 15px;
}

.rotman-tabs {
	margin-left: -13px;
}

.rotman-tabs li {
	list-style: none;
	display: inline-block;
	margin: 5px 15px;
}


.rotman-tabs .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a:focus {
	border: 0;
	outline: 0;
}

.rotman-tabs .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
	background: #4f2683;
	color: #fff;
	padding: 5px;
}

.project-tabs #tabs-1, .project-tabs #tabs-2, .project-tabs #tabs-3, .project-tabs .tabInfo {
	background: #F3F0FA;
	padding: 10px;
}

.tabInfo{
	display:none;
}

.tabInfo p{
	clear:left;
}

#tabs-1{
	display: block;
}

.contentBox {
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.contentBox img {
	margin: 0 10px 5px 0;
	float: left;
}

.grayButton {
	line-height: 15px;
	vertical-align: middle;
	border: 1px solid #bcbdc0;
	background: url("/wp-content/themes/rotman/images/global/backgrounds/bgButtonGray.png") repeat-x left top;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	display: block;
	float: left;
	margin-right: 5px;
	color: #000;
}

.grayButton:hover {
	background-image: url("/wp-content/themes/rotman/images/global/backgrounds/bgButtonPurple.png");
}

/*Topics*/
.br-content {
	padding-top: 24px;
}



.br-projects-list {
	margin-top: 30px;
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
}

.br-project-summ {
	max-width: 930px;
	padding-top: 30px;
	position: relative;
	clear:left;
}

.br-project-summ img{
	float:left;
}

.br-project-summ-txt {
	max-width: 599px;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
}


.br-project-summ-txt a {
	font-size: 14px;
}

.br-project-intro {
	position: inherit;
	width: 100%;
	height: 360px;
	margin-bottom: 20px;
}

.content-block {
	overflow: hidden;
	margin: 15px 0;
}

.br-videoimage {
	position: relative;
	float: left;
}

.white-hover {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: white;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
/* For IE8 and earlier */
}

.white-hover:hover {
	opacity: .3;
	filter: alpha(opacity=30);
/* For IE8 and earlier */
}

/* 100% Video */
.video-container {
	position: relative;
	height: 0;
	overflow: hidden;
	height: 340px;
	width: 600px;
	float: left;
	margin-right: 10px;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.br-project-cc {
	max-width: 300px;
	display: inline;
	float: left;
	position: relative;
	margin-right: 7px;
	margin-left: 7px;
	cursor: pointer;
	padding-bottom: 10px;
}

.collapse {
	padding-top: 10px;
	position: relative;
	display: none;
	overflow: hidden;
}

.collapse.in {
	height: auto;
}

#br-interactive {
	border-top: 1px solid #CCCCCC;
	margin-top: 30px;
	padding-top: 20px;
}

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}

@media (max-width:1100px) {
	.past-events {
		clear: both;
	}
	
	#primary {
		width: 100%;
	}
	
	.primary-right-border {
		border-right: 0;
		margin-bottom: 10px;
	}
	
	.past-events {
		max-width: 100%;
		float: none;
	}
	
	.member-content-area, .member-side-panel {
		max-width: 95%;
	}
	
	.member-specs {
		width: 100%;
	}
	
	.single-membersInfo {
		border-left: 0;
		float: left;
	}

	.membersColumn:nth-child(3n+2){
	clear:left;
}

	.membersColumn:nth-child(4n+2){
	float:left;
	clear:none;
}



.content-block {
	overflow: visible;
	margin: 15px 0;
}

	.youmax-showing{
		position:relative;
		left:10px;
		margin-top: 10px;
	}
}

@media (max-width: 850px) {

	.second-logo{
		left:0;
		clear:left;
	}

	.logo{
		float:left;
	}

	.youmax-container{
		width:100%;
	}

	.emailform {
		width: 95%;
	}
	
	.project-list {
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		-webkit-column-fill: auto;
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-moz-column-fill: auto;
		column-count: 2;
		column-gap: 10px;
		column-fill: auto;
	}

		.widget_nav_menu {
clear: right;
float: left;
border-left: 0;
padding-top: 20px;
width: 100%;
border-top: 1px solid #ccc;
}


	.br-project-summ-txt {
		clear:both;
		width:100%;
		margin-left: 0;
	}



	.membersColumn:nth-child(3n+2){
	clear:none;
}

	.membersColumn:nth-child(4n+2){
	float:left;
	clear:none;
}

.membersColumn:nth-child(2n){
		clear:left;
	}
}

@media (max-width: 768px){

	

	

	.menu-main-menu-container {
	visibility:hidden;
	position:absolute;
	}

	#search-icon {
	position: relative;
	clear: both;
	height: 50px;
}

}

/*Mobile*/
@media (max-width: 680px) {

	.second-logo{
		left:0px;
		clear:left;
	}

	.ft-image-holder {
margin-bottom: 20px;
}


	.event-featured-image{
		max-height:170px;
		-webkit-box-shadow: none;
		-moz-box-shadow:none;	
		box-shadow: none;
		border:0;
	}

	.event-featured-image img{
		width: 100%;
		height: auto;
		-webkit-box-shadow: 0 1px 3px 1px #AAAAAF;
		-moz-box-shadow: 0 1px 3px 1px #AAAAAF;
		box-shadow: 0 1px 3px 1px #AAAAAF;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;	
		border-radius:5px;
	}

	.page-heading h1{
		font-size:2.0em;
	}

	.menu-main-menu-container {
	visibility:hidden;
	position:absolute;
	}

	#search-icon {
position: relative;
clear: both;
height: 50px;
}

	.metaslider .caption-wrap .caption {
 position: relative; 
 font-size: 14px !important;
}

	.emailform {
		width: 95%;
	}
	
	.video-sidebar {
		width: 100%;
		margin: 20px 0;
	}
	
	.video-sidebar .widget-title {
		margin-left: 0;
	}

	#youmax-video-list-div{
		max-width:600px;
	}

	#youmax-encloser{
		float:left;
		border:0;
		width:100%;
	}

	#youmax-video{
		float:left;
		margin-left: 1%;
		background: #000;
		padding: 2% 0;
		border-bottom: 4px solid #ffe14f;
		margin-bottom: 25px;
	}

	.youmax-video-tnail-box{
		width:250px !important;
		margin-left: 1%;
	}
	
	.youmax-showing{
		position:relative;
		left:0;
	}

	.western-logo {
		width: 60px;
	}
	
	.event-date {
		width: 100%;
		margin-left: 0;
	}
	
	.event-info {
		width: 100%;
	}
	
	.primary-right-border {
		border-right: 0;
		padding: 0;
	}
	
	.project-list {
		-webkit-column-count: 1;
		-webkit-column-gap: 10px;
		-webkit-column-fill: auto;
		-moz-column-count: 1;
		-moz-column-gap: 10px;
		-moz-column-fill: auto;
		column-count: 1;
		column-gap: 10px;
		column-fill: auto;
	}
	
	.project-thumbnail {
		height: 100px;
		overflow: hidden;
		margin-bottom: 5px;
	}
	
	.project-thumbnail img {
		width: 100%;
		height: auto;
	}
	
	.project-item {
		max-width: 95%;
	}
	
	.past-events {
		max-width: 100%;
		float: none;
		border-top: 1px solid #ccc;
		margin: 20px 0;
		clear: both;
	}
	
	.past-events h2 {
		margin-top: 20px;
	}
	
	.member-specs {
		min-height: 600px;
	}
	
	.member-image {
		margin-left: 35px;
	}

	.membersColumn{
		width:95%;
	}

	.social-media {
	clear: both;
	width: 100%;
	text-align: center;
}

	#static_video iframe, .embed-video iframe, #channel-player-box iframe{
		min-height:250px;
	}

	#twitter-widget-0{
		height:400px;
		margin-top:20px;
	}

	.br-project-summ-txt{
		clear:left;
		border-bottom:1px solid #ccc;
		position: relative;
		left:0;
	}

	.br-project-cc{
		clear:left;
		margin-left: 0;
	}

	.br-videoimage{
		clear:both;
		margin-bottom: 20px;
	}

	.video-container{
		width:100%;
		height: 275px;
		margin-bottom: 20px;
	}

	.white-hover{
		position: relative;
	}

	
	.br-videoimage img{
		width:300px;
	}

	#rt-mainDiv{
		width:100%;
		overflow: auto;
	}
}

@media (max-width: 410px) {
	#youmax{
		max-width:400px;
	}

	.br-project-summ img{
		width:100%;
	}


	


	}