/*

	GENERAL SITE-WIDE DESIGN STYLES
	
*/





@font-face {
	font-family: "Gotham-Medium";
	src: url(../../../fonts/Gotham-Medium.ttf) format('truetype'),
			url(../../../fonts/Gotham-Medium.eot) format('embedded-opentype');
	font-style:normal;/* font-weight:200;*/

}

@font-face {
font-family: "Gotham-Light";
src: url(../../../fonts/Gotham-Light.ttf) format('truetype'),
     url(../../../fonts/Gotham-Light.eot) format('embedded-opentype')

}

@font-face {
font-family: "Gotham-Thin";
src: url(../../../fonts/Gotham-Medium.ttf);


}

body {
	text-align:center;
	background:#fff;
	padding-top:0;
	background:url(/images/collections-bg_m.png) rgb(255,255,255);
	
}
.template_218{
	background:none;
	}
.hidden,
.tabber_panel_inactive {
	display: none !important;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}


/* contains only floats */
.cof {
	overflow:hidden;
}
/* colors */
.red {
	color:#F00;
}
.strong {
	font-weight:bold;
}
/* double margin fix */
.dmf {
	display:inline;
}
a img {
	border: none;
}
/* ul defaults for design */
ul {
	padding:0;
	margin:0;
}
ul li {
	padding:0;
	margin:0;
}
/* dl defaults */
dl dd {
	margin:0;
}
/* layout ul defaults */
ul.rd {
	list-style:none;
}
/*  open in a new window icon, to be added in a span next to links (it appears auomatically with jquery)*/
.open-window {
	text-indent:-9999px;
	display:inline-block;
	width:10px;
	height:10px;
	background:url(/images/external-link.png) no-repeat;
	line-height: 11px;
}
/*  default style for 'read more' links */
.readmore {
	
    font-size: 11px;
    margin-bottom: 10px;
	text-decoration:underline;
}

.readmore.outside {
	position:absolute;
	margin-top: 20px;
}
a img {
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
	-o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.2s ease-out;  /* IE10? */
	transition: all 0.2s ease-out;
	opacity:1;
}
a img:hover {
	/*opacity:0.75;*/ /*IRSHARD*/
}
a.readmore:hover {

}
/* main div.page */
.page {
	background-color:#FFF;
	/*width: 980px;*/
	text-align: left;
	margin: 0 auto 20px;
	/*border: solid 1px #EEE;*/ /*irshard*/
	
	  -webkit-box-shadow:0px 0px 37px 0 rgba(0,0,0, 0.14); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 37px 0 rgba(0,0,0, 0.14); /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 37px 0 rgba(0,0,0, 0.14); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */

	
}

/* header */
.header {
	padding:  0;
}
.header_wrap {

	margin: 0 auto;
	text-align: left;
	/*width: 940px;*/
	position: relative;
	clear:both;
	padding: 0 15px;
	z-index:999;
}

.header_wrap .bfclogo {
	float:left;
	margin-top: 7px;
	
}

.topnav {
	/*width:980px;*/
	/*margin-left:-20px;*/ /*IRSHARD*/
}
.header .sliding {
	min-width:200px;
	position:absolute;
	right:20px;
}
.header .header_topbar {
	width:100%;
	background: #E2E2E2;
	border-bottom: solid 5px #afe8db;
	padding: 5px 0 5px;
	height: 40px;
}
.header .header_right {
	float:right;
	overflow:hidden;
}
.header .header_top {
	overflow:hidden;
	float:right;
}
.header .top {
	overflow:hidden;
	margin:0 0 20px;
	padding-top:20px;
}
.header .logo {
	float:left;
}
.header .logo a {
	display:block;
}
.header .logo a img {
	vertical-align:middle;
}
.header ul.sitelinks {
	overflow:hidden;
	list-style:none;
	float:right;
	margin:0 0 10px;
}
.header ul.sitelinks li {
	margin:0 7px 0 0;
	float:left;
}
.header ul.sitelinks li.last-child,
.header ul.sitelinks li:last-child {
	margin:0;
}
.header ul.sitelinks li a {
	text-decoration: none;
	font-size:12px;
}
.header ul.sitelinks li a:hover {
	text-decoration:underline;
}
/* main site search input */
.header .site-search {
	float:right;
	margin: 0 0 0;
}
.header .site-search input.input_type_text {
	padding:4px;
	border: none;
	float:left;
	height: 26px;
	background: url(/images/searchfield.png) no-repeat;
	padding: 7px 10px 5px;
}
.header .site-search span.search_bar {
	background:url(/images/search_bar.png) scroll no-repeat 0 0;
	width:11px;
	height:23px;
	float:left;
}
.header .site-search input.input_type_text.labeler {
	color:#999;
}
.header .social_list {
	list-style: none outside none;
	margin: 0;
	padding:  0;
	float:left;
}
.header .social_list li.first-child,
.header .social_list li:first-child {
	padding-left: 0;
	border-right:solid 1px #d0d0ce;
	padding-top: 3px;
}
.header .social_list li {
	float: left;
	padding-left: 15px;
	font-size:10px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	color:#9f9f9f;
	width:280px;
}
.header .register_btn {
	list-style: none outside none;
	margin: 0 20px 0 0;
	border-right:solid 1px #d0d0ce;
	border-left: 1px solid #D0D0CE;
	padding: 5px 15px;
	float:right;
	background:#E2E2E2;
}
.header .register_btn li {
	float: left;
	padding-right: 5px;
	font-size:10px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	color:#9f9f9f;
}
.header .register_btn li.or {
	text-transform:lowercase;
}
.header .register_btn li a {
	color:#606060;
	text-decoration:underline;
}
.header .register_btn li a:hover {
	text-decoration:none;
}
.header .site-search input.input_type_text,
.header .site-search .btn {
	vertical-align:middle;
}
.header .site-search input.input_type_text {
	width:90px;
	-webkit-transition:  0.3s ease-out;
	-moz-transition:  0.3s ease-out;
	-o-transition:  0.3s ease-out;
	transition:  0.3s ease-out;
}
.header .site-search input.input_type_text:focus {
	width:180px;
	outline: none;
}
/* main navigation */
.header .topnav ul {
	list-style:none;
}
.header .topnav ul li {
	float:left;
}
.header .topnav ul li a {
	display:block;
	text-decoration:none;
	line-height:1;
	font-size: 13px;
	line-height: 1;
	padding: 12px 0 14px;
}
.header .topnav div.level1 {
	border-bottom:solid 1px #e6e6e6;
	position: relative;
}
.header .topnav div.level1 > ul {
	float: right;
	margin-top: -95px;
	position: absolute;
	right: 0;
}
.header .topnav div.level1 > ul > li {
	position: relative;
}
.header .topnav div.level1 > ul > li > a {
	height: 15px;
	display:block;
	-moz-transition: none;  /* FF4+ */
	-o-transition: none;  /* Opera 10.5+ */
	-webkit-transition: none;  /* Saf3.2+, Chrome */
	-ms-transition: none;  /* IE10? */
	transition: none;
	font-family:   Arial, Helvetica, sans-serif;
	color:#000;
	padding: 15px 9px;
	-webkit-border-radius: 4px 4px 0 0; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 4px 4px 0 0; /* FF1-3.6 */
	border-radius: 4px 4px 0 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
.header .topnav .level1 > ul > li > a span {
	display:block;
	padding:0;
	font-family: "Gotham-Light", Arial, Helvetica,  sans-serif;
	font-weight:normal;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing: 1px;
	color:#000;
	margin-bottom: 11px;
	padding-bottom: 1px;


	
}
.header .topnav .level1 ul li.current {
}
.header .topnav .level1 > ul li.current > a span,
.header .topnav .level1 > ul li.current > a:hover span {
	border-bottom: solid 5px #afe8db;
}







.header .topnav div.level1 > ul > li > a:hover span,
.header .topnav .level1 > ul li.showPopup > a span {
	
	border-bottom: solid 5px #afe8db;
	
}
.header .topnav div.level1 > ul > li > a:hover,
.header .topnav .level1 > ul li.showPopup > a {
	position: relative;
	z-index: 20;
	border-width: 0 20px;
	margin-left: 0;
	margin-right: 0;
}
.header .topnav div.level1 > ul > li > a:hover span,
.header div.topnav div.level1 ul li.current span,
.header .topnav .level1 > ul li.showPopup > a span {
	
}
.header .topnav div.level1 ul li.last-child span {
	border:none;
}
.header .topnav .level2 {
	clear: both;
}
.header .topnav .level2 ul {
	overflow:hidden;
	background:#e6e6e6;
	height: 39px;
	padding: 0 20px;


	-moz-box-shadow: 0 -23px 41px -37px #999999 inset;
	-webkit-box-shadow: 0 -23px 41px -37px #999999 inset;
	box-shadow: 0 -23px 41px -37px #999999 inset;

}
.header .nav_popup_bottom ul li {
	float:none;
}
.header .topnav .level2 ul li a,
.header .topnav div.level1 .nav_popup .nav_popup_bottom ul li a {
	background:transparent;
	color:#666;
}
.header .topnav .level2 ul li a:hover,
.header .topnav .level2 ul li a:focus,
.header .topnav div.level1 .nav_popup .nav_popup_bottom ul li a:hover,
.header .topnav div.level1 .nav_popup .nav_popup_bottom ul li a:focus {
	color:#888;
	background:#f1f1f1;
}
.header .topnav .level2 ul li.current a {
	color: #666;
	background:#f1f1f1;
}
.header .topnav .level2 ul li a span {
	display:block;
	padding:0 10px;
}
.header div.topnav .level2 ul li.last-child span,
.header .topnav div.level1 .nav_popup .nav_popup_bottom ul li:last-child span {
	border-right:none;
}
/* navigation popups */
.nav_popup {
	position: absolute;
	display: none;
	right: 0;
	padding-top: 10px;
	position: absolute;
	top: 35px;
	height: 61px;
	z-index: 10;
	width: 200px;
	left: 12px;
}
.header div.topnav ul li:last-child .nav_popup,
.header div.topnav ul li.last-child .nav_popup {
	right: 0;
	left:auto;
}
.header .topnav div.level1 .nav_popup .nav_popup_bottom ul li a span {
	display:block;
	padding:0 10px;
}
.nav_popup .tab_label {
	display:none;
}
.nav_popup .nav_popup_bottom {
	background-color: #fafafa;
	margin-top: 0;
	overflow: hidden;
	padding: 0;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2); /* Saf3.0+, Chrome */
	-moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2); /* FF3.5 - 3.6 */
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2); /* Opera 10.5, IE9, FF4+, Chrome 10+ */
	-webkit-border-radius: 0 4px 4px 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 0 4px 4px 4px; /* FF1-3.6 */
	border-radius: 0 4px 4px 4px;  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
.header div.topnav ul li:last-child .nav_popup .nav_popup_bottom,
.header div.topnav ul li.last-child .nav_popup .nav_popup_bottom {
	-webkit-border-radius: 4px 0 4px 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 4px 0 4px 4px; /* FF1-3.6 */
	border-radius: 4px 0 4px 4px;  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
/* main content wrapper */
#content {
	padding:20px 15px 40px;
	overflow:hidden;
	min-height:300px;
}
.double_column_lhs #content ,
.treble_column #content {
		padding:0px 15px 40px;

}
/* crumb trail */

.page_designers  .tools,
.page_events_list  .tools,
.page_catwalk_schedule .tools {

	display:none;

}


.tools {
    border-bottom: 1px solid #E6E6E6;
    font-family: Arial,Helvetica,sans-serif;
    /*padding: 0 15px;*/
	overflow:hidden;
	text-transform:uppercase;
	margin: 0 15px;

}
.crumbtrail {
    float: left;
    font-size: 10px;
    width: 845px;
}
.crumbtrail a {
    color: #000;
}
.crumbtrail .crumbtrail-element {
	float:left;
	margin-top:5px;
}
.crumbtrail a.crumbtrail-element {

}
.crumbtrail a.crumbtrail-element:hover {
	color:#3bb6b9;
	
}
.crumbtrail a.home_crumb {

	float:left;
	margin-top: 5px;
}
.crumbtrail span.divider {
    background: url("/images/divider.png") no-repeat scroll 0 -4px transparent;
    display: block;
    float: left;
    height: 25px;
    margin: 0 5px;
    text-indent: -9999px;
    width: 8px;
}
.crumbtrail a:hover {
	text-decoration:underline;
}
/* Page tools */
.page_tools {
	display:none;
	float:right;
	margin-top: 9px;
}
.page_tools ul {
	list-style:none;
	float:right;
	overflow:hidden;
	width:70px;
}
.page_tools li {
	float:left;
	margin-left:10px;
	display:block;
}
.page_tools li a {
	float: left;
	height: 16px;
	overflow: hidden;
	padding-left: 25px;
	text-decoration: none;
	text-indent: -9999px;
}
.page_tools li .popup_contents {
	display:none;
}
.page_tools li a:hover {
	text-decoration:underline;
}
/*content page h1 */

#content .main h1 {
	padding: 0 15px 17px 20px;
	border-bottom: solid 1px #E6E6E6;
	margin-left: -15px;
	margin-right: -15px;
	font-family: "Gotham-Light", Arial, Helvetica, sans-serif;
}
#content.template_1 .main h1,
.template_1 #content .main h1,
.template_76 #content .main h1,
.double_column_lhs #content .main h1 {
	margin-bottom:15px;

}
.treble_column #content .main h1 {
	
}
/*Social Share */
.treble_column #content .sideright .panel.socialsmall {
	border:none;
}
.main .panel.noborder.socialshare {
	padding: 14px 0 10px;
}
.main .panel.socialsmall {
	border:none;
	margin-bottom: 0;
	padding: 0 0 10px 0;
	margin-top:-10px;
	-webkit-box-shadow: none; /* Saf3.0+, Chrome */
	-moz-box-shadow:none; /* FF3.5 - 3.6 */
	box-shadow:none; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
	
	border-top: none;
	height: 21px;
	float: right;
	margin-top: -56px;
	position: relative;
}
.tools .panel.socialsmall {
	  border: 0 none;
    float: right;
    height: 21px;
    margin: -21px 0 0;
    padding: 0;
    width: 151px;
}
/* twitter section */

.twitter h2{
	background: url(/images/twitter_bird.png) no-repeat;
    font-size: 16px;
    margin-left: 1px;
    padding-bottom: 5px;
    padding-left: 36px;
    padding-top: 4px;
}

#latest_tweet ul {
	list-style:none;
	width:200px;
}


/* Paging */
.paging {
	margin:0 0 10px;
	overflow:hidden;
	padding:10px 0;
	border: 1px solid #e6e6e6;
	border-width:0 0 1px 0;
}
.paging .display {
	float:right;
}
.pagelinks {
	float:left;
	margin-top: 3px;
}
.pagelinks a,
.pagelinks span {
	text-align: center;
	float: left;
	margin:0 10px 0 0;
	text-decoration: none;
	height:16px;
	line-height:16px;
}
.pagelinks a {
	color:#ebebeb;
}
.pagelinks .next,
.pagelinks .prev {
	width:auto;
	background:url(/images/pagingcontrolls.png) no-repeat 0 0;
	text-indent:-9999px;
	width:10px;
	outline:none;
}
.pagelinks .next {
	margin-right:0;
}
.pagelinks .prev {
	margin-left:0;
}
.pagelinks .paginglink {
	-moz-border-radius: 16px; /* FF1-3.6 */
	-webkit-border-radius: 16px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 16px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	background:#1C96CB;
	font-size: 10px;
	height: 16px;
	width: 16px;
	border:solid 1px #1C96CB;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition:  none;
	transition:  none;
}
.pagelinks .paginglink.current {
	-moz-border-radius: 16px; /* FF1-3.6 */
	-webkit-border-radius: 16px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 16px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	background:#ebebeb;
	font-size: 10px;
	height: 18px;
	width: 18px;
	border:none;
	color:#333;
	line-height: 18px;
}
.pagelinks a.paginglink:hover {
	-moz-border-radius: 16px; /* FF1-3.6 */
	-webkit-border-radius: 16px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 16px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	background:#98948c;
	font-size: 10px;
	height: 18px;
	width: 18px;
	border:none;
	line-height: 18px;
	color:#FFF;
}
.pagelinks a.next {
	background-position:0 -32px;
}
.pagelinks span.prev {
	background-position:0 -16px;
}
.pagelinks span.next {
	background-position:0 -48px;
}
.pagelinks span.next,
.pagelinks span.prev {
	color:#666;
}
.paging .display select {
	font-size:11px;
	margin:0 5px 0 0;
	width:50px;
	padding:1px;
}
/* generic panel, white with a lined border */
.panel {
	padding: 10px;
	/*margin:0px 0 15px;*/
	border: solid 1px #e6e6e6;

	
	
	
}

.panel h2 {

    background: none repeat scroll 0 0 #DCF4EC;
    border-bottom: 1px solid #E6E6E6;
    display: block;
    height: 39px;
    margin: -10px -10px 10px;
    padding: 10px;
}

/* panel with only border on top and bottom */

.panel.noborder {
	padding: 10px 0;
	margin:0 0 30px;
	border-left:none;
	border-right:none;
}
/* completely transparent panel, no padding*/

.panel.transparent {
	padding: 0;
	margin:0 0 30px;
	border:none;
	-webkit-box-shadow:none; /* Saf3.0+, Chrome */
	-moz-box-shadow: none; /* FF3.5 - 3.6 */
	box-shadow: none; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}
.panel.solid {
	margin:0 0 30px;
	border-left:none;
	border-right:none;
	background-color: #F1F1F1;
	overflow: hidden;
	padding: 10px 20px 10px;
	-webkit-box-shadow:none; /* Saf3.0+, Chrome */
	-moz-box-shadow: none; /* FF3.5 - 3.6 */
	box-shadow: none; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}
/* foot for readmore*/

.foot {
	margin-top:10px;
	display:block;
}
/* tabs defaults */
.ui-tabs-hide {
	display: none;
}
/* sub navigation */
.subnav {
	background: none repeat scroll 0 0 #F7F7F7;
	margin:0 0 20px;
}
.subnav ul {
	list-style: none;
}
.subnav a {
	display:block;
	text-decoration:none;
	border-bottom: 1px solid #e6e6e6;
	color:#6e6e6e;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	font-size: 11px;
	padding: 7px 10px;
}
.subnav a:hover {
	background:#afe8db;
}
.subnav ul li.current ul a {
	color:#555;
}
.subnav ul li a :hover,
.subnav ul li ul a:hover {
	
	background:#afe8db;
	border-top: 1px solid #afe8db;
	border-bottom: 1px solid #afe8db;
	margin-top:-1px;
}
.subnav > ul> li:last-child a {
	border-bottom: 1px solid #F7F7F6;
}
.subnav ul li.current > a,
.subnav ul li.current > a:hover {
	background:#afe8db;
	cursor:default;
	border-top: 1px solid #afe8db;
	border-bottom: 1px solid #afe8db;
	margin-top:-1px;
}
.subnav ul li.current {
	background:#f0f0f0;
	-moz-box-shadow:  0 0 7px 0 #DDDDDD inset; /* FF3.5 - 3.6 */
	-webkit-box-shadow: 0 0 7px 0 #DDDDDD inset; /* Saf3.0+, Chrome */
	box-shadow:  0 0 7px 0 #DDDDDD inset; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
	color:#555;
}
.subnav ul li ul li a {
	padding-left:20px;
}
.subnav ul li ul li ul li a {
	padding-left:30px;
}
.subnav ul li ul li ul li ul li a {
	padding-left:40px;
}
/* more in... subnav */

.morein h2 {
}
/* sort bar */
#sortbar {
	margin: 0 0 6px;
	overflow:hidden;
}
#sortbar .results {
	float:right;
}
#sortbar .results h5 {
	display:inline;
	font-size:12px;
	font-weight:normal;
	margin:0;
}
#sortbar .results .results_number {
	font-weight:bold;
}
#sortbar .sort-order {
	float:left;
	text-transform:uppercase;
	font-size:11px;
}
#sortbar .sort-order h5 {
	display:inline;
	margin:0;
	font-size:12px;
	font-weight:normal;
}
#sortbar .sort-order a {
	position:relative;
	padding:0 13px 0 0;
	text-decoration:none;
	display: inline-block;
	width: 50px;
	text-align: left;
}
	
#sortbar .sort-order a:hover {
	text-decoration:underline;
}
#sortbar .sort-order a img {
	position:absolute;
	/*right:0;*/
	/*top:0px;*/
	top: 2px;
}

/* page specific styling */
.page_jobs ul.listing li .li_head {
	margin:0 0 5px;
}
.page_jobs ul.listing li .li_head h4 {
	margin:0;
}

/* Tag clouds */
.tag1 {
	font-size:12px;
}
.tag2 {
	font-size:14px;
}
.tag3 {
	font-size:18px;
}
.tag4 {
	font-size:24px;
}
/* signed in as section */
.signupnew {
	float: right;
	margin: -9px 0 0;
	text-align: right;
	width: 163px;
}
.signupnew p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
}
.signupnew img {
	float:right;
	margin:0 0 0 10px;
	width:32px !important;
}
.signupnew h4 {
	margin:0;
	font-weight:normal;
	font-size:12px;
	color:#000;
}
.signupnew a {
	font-size:11px;
}

div.date {
}
a.link_back {
	background:url(/images/arrow-left.gif) no-repeat 0 50%;
	padding:0 0 0 15px;
	text-decoration:none;
	float:left;
}
a.link_back:hover {
	text-decoration:underline;
}
/* image with caption */
.image_caption_right {
	/*float:right;*/
}
.image_caption_right img {

	/*margin:0 0 15px 15px;*/
	width: 100%;
	
}
.image_caption_right blockquote {
	margin:0;
	width:280px;
	font-size:11px;
}

/*.stats_wrap ul li dl {
	margin:0;
}

.stats_wrap ul li dl dt {
	float:left;
	width:100px;
	margin:0 20px 0 0;
	font-weight:bold;
}

.stats_wrap ul li dl dd {
	overflow:hidden;
}*/

/* generic pane */
.pane {
	margin:0 0 20px;
}
/* page specific */




/* myspace area */
.myspace_panel {
	margin:0 0 20px;
	background-color:#EEE;
	padding:20px;
}
.myspace_panel table,
.forum_tabs .ui-tabs-panel table {
	width:100%;
	background-color:#FFF;
	margin:0;
}
.myspace_panel table thead th,
.forum_tabs .ui-tabs-panel table thead th {
	background-color:#999;
	border:none;
	color:#FFF;
	text-align:center;
}
.myspace_panel table tbody td,
.forum_tabs .ui-tabs-panel table tbody td {
	padding:8px 10px;
}
.forum_tabs ul.ui-tabs-nav {
	overflow:hidden;
	margin:0;
}
.forum_tabs ul.ui-tabs-nav li {
	float:left;
	margin:0 5px 0 0;
}
.forum_tabs ul.ui-tabs-nav li a {
	display:block;
	padding:5px 15px;
	background-color:#CCC;
	font-weight:bold;
	color:#999;
	text-decoration:none;
	font-size:14px;
	letter-spacing:-0.1px;
}
.forum_tabs ul.ui-tabs-nav li.ui-state-active a {
	color:#ebebeb;
	background-color:#EEE;
}
.forum_tabs .ui-tabs-panel {
	background-color:#EEE;
	padding:20px;
}
.forum_tabs .ui-tabs-panel h2,
.myspace_panel h2 {
	font-weight:normal;
	margin:0;
}
a.view_all_link {
	background:url(../../admin/images/arrow-right.gif) no-repeat 100% 50%;
	padding:0 15px 0 0;
	color:#ebebeb;
	text-decoration:none;
	margin:3px 0 0 15px;
}
a.view_all_link:hover {
	text-decoration:underline;
}
/* user details control */


.user_panel {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
	padding: 10px 20px 5px;
}
.user_panel .user_avatar {
	margin:0 0 0;
	float:left
}
.user_details {
	margin:0 0 0 20px;
	float:left
}
.user_details dl {
	overflow:hidden;
	margin:0 0 6px;
}
.user_details dl dt {

	float:left;
	margin-right: 4px;
}
.user_details dl dd {
	word-wrap:break-word;
	float:left
}
/* default ul style */
ul.default {
	list-style:disc;
}
ul.default li {
	margin:0 0 0 20px;
}
/* Footer */
.footer {
	overflow:hidden;
	border:none;
	padding: 20px 20px 15px;
	background: #afe8db;
	color:#666;
}

.footer span {
	
}


.footer .logo {
	float: right;
	/*margin-right:26px;*/
	text-align: right;
}
.footer_rhs {
	float:left;
	overflow:hidden;
}
.socialmedia {
	float:left;
	overflow:hidden;
	/*margin-left: 43px;*/
margin-top: 14px;
}
.socialmedia a {
	width:25px;
	height:25px;
	display:block;
	float:left;
	margin-right: 7px;
	background:url(/images/footer-sprite.png) no-repeat;
	text-indent:-9999px;
	width:30px;
}


.socialmedia a:hover {
	opacity:0.5;
}
.socialmedia a.email {
	background-position: -37px 0;
	width:25px;
}

.socialmedia a.facebook {
	background-position: -69px 0;
	width:20px;
}

.socialmedia a.instagram {
    background-position: -175px 0;
}


.footer_menu {
	padding: 3px;
	overflow: hidden;
	margin-bottom: 20px;
	float: left;
	margin-top: 15px;
}
.footer_menu ul {
	list-style:none;
	margin:0;
	}
.footer_menu li {
	float:left;
	padding:0 10px;
}
.footer_menu a  {
	color:#666;
}
.footer .address {
	float:left;
	margin-top: 12px;
	line-height: 17px;
}
.footer .sponsor {
	float:right;
	margin-top: 18px;
	color:#9c9c9c;
}
.footer .sponsor img {
	float:right;
	margin-left: 15px;
	margin-top: -5px;
}
.footer .footer_content {
	overflow:hidden;
}

/* flash map wrap */
.region_map_wrap {
	padding:10px 0;
	background-color:#FFF;
}
/* sitemap */
.page_sitemap .main .row .column ul {
	list-style:none;
	padding:0 0 0 15px;
	margin-bottom: 20px;
}
.page_sitemap .main .row .column ul li a {
}
.page_sitemap .main .row .column ul li a:hover .oinw {
	display:inline-block;
}
.page_sitemap .main .row .column ul li ul {
	padding:0 0 0 30px;
}
.page_sitemap .main .row .column ul li a > .oinw {
	display:none;
	background:url(/images/openLinkInNewWindow.png) no-repeat;
	width:10px;
	height:10px;
	text-indent:-9999px;
	vertical-align:middle;
	margin:0 0 0 2px;/*<span class=""oinw"" title=""Open in new window"">- open in new window</span>*/
}
/* hide dialog */
#dialog {
	display:none;
}
/* related items */
.related_content {
	margin-bottom: 10px!important;
	padding-top:5px!important;
}


.related_content ul {
	list-style:none;
}
.related_content ul li {

	padding: 0 0 5px 5px ;
}

.related_content ul li a {
	text-decoration:none;
}
.related_content ul li a:hover {
	text-decoration:underline;
}
/* document icons list */
ul.document_list {
	list-style:none;
	padding-bottom: 20px;
	margin-left: 0;
}
ul.document_list li {
	margin:0 0 5px;
	border:none;
	padding: 0;
	list-style:none;
	background-color:#f7f7f7;
	height:40px;
	background-position:1% center;
	clear:both;
}
ul.document_list li a {
	display:block;
	background:url(/images/download-arrow.png) 98% center no-repeat;
	height:40px;
	line-height: 39px;
	padding-left: 48px;
}
ul.document_list li:hover {
	background-color:  #afe8db;
}
ul.document_list li a:hover {
	text-decoration:none;
}
/* details list on jobs page - to be generic */
.details_list dl dt {
	font-weight:bold;
}
.tooltip {
	background-color:#333;
	padding:3px 7px;
	text-align:center;
	color:#FFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-size:11px;
	margin-top:3px;
}
.tooltip .tab_label {
	display:none;
}
.tooltip ul {
	list-style:none;
	float:right;
}
.tooltip ul {
	list-style:none;
	float:right;
}
.tooltip p {
	float:left;
	margin:0;
}
/***************************

SITE WIDE COLUMN LAYOUT

****************************/





/***************************

.column is a third of a 12 column 960px layout, to be used for 3 columns layout

.row is two thirds and needs .row_inner inside to allow the margin_right of the right column

layout:

<div class="row ">
	<div class="inner">
			<div class="column">
			   column 2 content
			</div>
			<div class="column">
			   column 2 content
			</div>
	</div>
</div>

****************************/



.row {
	overflow:hidden;

}
.row .row_inner {

}
.column {
	margin-right: 15px;
	float:left;
	width: 344px;
}
.column.small {
	margin-right:37px;
	float:left;
	width:140px;
}
.row .last-child,
.row .column:last-child {
	margin-right:0;
}
/***************************

	LEAD ELEMENT STYLES
	
****************************/

/* lead panel */
.lead_panel {
	background-repeat:no-repeat;
	padding: 20px 0 20px;
	overflow:hidden;
}
.lead_panel .wrapper {
	padding: 0;
	position:absolute;
}
.lead_panel .wrapper a {
}




#content .lead_panel .wrapper  .overlay {

    position: relative;
	border-top: 8px solid #AFE8DB;
	border-bottom: 20px solid #AFE8DB;
	bottom: 0;
	color: black;
	height: 152px;
	overflow: hidden;
	padding: 10px;
	width: 145px;
	z-index: 2;
	display:block;

}
#content .lead_panel .wrapper  .overlay h1 {
	padding:0;
	margin:0 0 10px;
}

#content .lead_panel .wrapper  .overlay h1 a{	
    background-color: #FFFFFF;
    border: medium none !important;
    font-size: 21px;
    margin: 0;
    padding: 0 0 5px;
	border-bottom: 1px solid #E6E6E6;
    font-family: "Gotham-Light" ,Arial,Helvetica,sans-serif;
	color:#000;
	text-decoration:none;
}



.lead_panel img {
	float:right;
	height: 180px;
    width: 522px;
	border-bottom: 20px solid #ccede4;


}
.lead_panel h4 {
	font-size:22px;
}
.sublead_panel {
	width: 220px;
	float: left;
	margin-right: 20px;
}
.sublead_panel img {
	display: block;
	width:220px;
}
.sublead_panel .inner {
	background: #EEE;
	padding: 10px;
	height: 130px;
}
.latest .ui-tabs-panel ul {
	margin:0 0 10px;
}
.latest .ui-tabs-panel ul li {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}
.latest .ui-tabs-panel ul li.last-child {
	margin: 0;
	padding: 0;
	border:none;
}
/* double column wide RHS lead pane */
.double_column_wide_rhs .static .lead_panel {
	position:relative;
	padding-right:18px;
}
.double_column_wide_rhs .lead_panel .inner {
	margin:0 0 0 220px;
}
.double_column_wide_rhs .lead_panel h1 {
}
.double_column_wide_rhs .lead_panel h1 {
	margin-bottom:12px;
	margin-left: -2px;
	border-bottom:none !important;
	padding-bottom:0 !important;
}
.double_column_wide_rhs .lead_panel p {
	text-transform:uppercase;
	color:#676767;
	font-size:12px;
	letter-spacing:1px;
	margin-bottom:10px;
	font-family:Arial,  Helvetica, sans-serif;
}
.double_column_wide_rhs .lead_panel a {
	text-transform:uppercase;
	color:#ebebeb;
	font-size:10px;
	letter-spacing:0.4px;
	margin-bottom:10px;
	text-decoration:underline;
	font-family:'Helvetica Neue', Helvetica, Arial, Helvetica, sans-serif;
}
.double_column_wide_rhs .lead_panel a:hover {
	text-decoration:none;
}
/* double column thin RHS lead pane */
.double_column_thin_rhs .lead_panel {
}
.double_column_thin_rhs .lead_panel h1 {
}
/* treble column lead pane */
.treble_column .lead_panel {
	height: 126px;
	margin-bottom: 20px;
	background-color: #EEE;
	background-repeat:no-repeat;
}
.treble_column .lead_panel .inner {
	margin:0 0 0 220px;
}
.treble_column .lead_panel h1 {
	font-size:1.5em;
	line-height:normal;
	margin-bottom:15px;
}
/* sublead elements */
.subleads .sublead {
	margin-bottom: 30px;
	overflow:hidden;
	min-height: 240px;
}
.subleads .sublead .inner {
	margin:0 0 0 85px;
}
.subleads .sublead img {
	width:340px;
	height:146px;
	border-bottom: 20px solid #AFE8DB;
}


.subleads .sublead img {
	width:340px;
	height:146px;
	border-bottom: 20px solid #AFE8DB;
}


.subleads .sublead:nth-child(2n) img {
	border-bottom: 20px solid #ccede4;
}
.subleads .sublead:nth-child(3n) img {
	border-bottom: 20px solid #DCF4EC;
}

.subleads .sublead:nth-child(4n) img {
	border-bottom: 20px solid #eaf9f4;
}




.subleads .sublead.small img {
	background: none;
	border: none !important;
	padding: 0;
}
.subleads .sublead h2 {
	color:#EC2030;
	margin:2px 0 0;
	padding-bottom: 8px;
}
.subleads .sublead.small h2 {
	color: #EC2030;
	margin: 3px 0 0;
	padding-bottom: 7px;
	font-size:15px;
}
.subleads .sublead p {
	margin: 0;
	display: block;
	clear:both;
}
.secleadelements2 {
	width:620px;
	clear: both;
}
.groupofthree {
	height: 195px;
	overflow: hidden;
	width: 650px;
}
.secleadelements2 .groupofthree {
	margin-bottom: 20px;
}
.groupofthree .sublead2 {
	width:193px;
	margin-right:21px;
	float:left;
}
.panel .groupofthree {
	height: 195px;
	overflow: hidden;
	width: 610px;
}
.panel .groupofthree .sublead2 {
	width:193px;
	margin-right:10px;
	float:left;
}
.sublead2 h3 {
	color: #EC2030;
	margin: 3px 0 0;
	padding-bottom: 7px;
}
.sublead2 p {
	margin:0;
}
#secareasmall {
	margin: 25px 0 20px;
	width:600px;
	height:195px;
	overflow:hidden;
}
/* donate box */
.donate-box {
	margin-top: 12px;
	width: 237px;
	background: url(../../images/donate_box.gif) no-repeat 0 0;
}
.donate-box .wrapper {
	padding: 15px 15px 90px 15px;
	background: url(../../images/donate_box.gif) no-repeat -237px 100%;
}
.donate-box ul {
	margin-left: 10px;
}
.donate-box ul li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.donate-box h3 {
	background: url(../../images/donate_head.gif) no-repeat;
	padding-left: 10px;
}
.donate-box .buttons input {
	display: block;
	margin: 0 0 10px;
}
/* home page lead panel */
.page_home .lead_panel {
	height:280px;
}



.page_home .lcm {
	margin-right:15px;
	float:left;
	
}



.page_home .main_image {
	float:left;
	margin-bottom:15px;

}

.signup {
	background:url(/images/signup.png);
	width:225px;
	height:180px;
	display:none;

}

.signup h2 {
    font-size: 14px;
    padding: 10px 0 10px 0;
    text-align: right;

}


.signup a {
    background: none repeat scroll 0 0 #AFE8DB;
    padding-left: 2px;
    padding-right: 6px;
    text-decoration: none;
}









/* default search panel */
.search_panel {
}
.search_panel img {
	float:left;
	margin:0 40px 0 0;
}
.search_panel .right {
	overflow:hidden;
	float:none;
}
.search_panel .right h2 {
	font-weight:normal;
}
/* zone specific lead element styling */
.primary_zone .lead_panel {
}
.secondary_zone .lead_panel {
}
.tertiary_zone .lead_panel {
}
/* template specific styling */



.presskit .sublead2 h3 {
	display:none;
}
.presskit .sublead2 img {
	background: none repeat scroll 0 0 #e6e6e6;
	padding: 1px;
}
.presskit .groupofthree {
	height: 230px;
}
/* lead element types */
/* tabbed */
.primary_zone .tabs {
	position:relative;
	margin:0 0 46px;
}
.primary_zone .tabs .ui-tabs-panel {
	overflow:hidden;
}
.primary_zone .tabs .ui-tabs-panel img {
	float:left;
	width:200px;
	height:200px;
}
.primary_zone .tabs .ui-tabs-panel .inner {
	margin:0 0 0 220px;
}
.primary_zone .tabs .tabs_nav {
	position:absolute;
	bottom:0;
}
.main .module img {
	
	
}
/*************************************************
*	liteAccordion - horizontal accordion plugin for jQuery
*	demo:	  	http://www.nicolahibbert.com/demo/liteAccordion
/****************************************** Core */
.accordion {
	text-align: left;
	background: none repeat scroll 0 0 #FFFFFF;
	height:180px;
	width:701px;
	}
.accordion ol {
	position: relative;
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.accordion li {
	overflow:hidden;
}
.accordion li > h2 {
	line-height: 30px;
	border: 2px solid #FFFFFF;
	border-width:2px 0;
	color: #999;
	font-weight: normal;
	margin: 0;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateX(-100%) rotate(-90deg);
	-webkit-transform-origin: right top;
	-moz-transform: translateX(-100%) rotate(-90deg);
	-moz-transform-origin: right top;
	-o-transform: translateX(-100%) rotate(-90deg);
	-o-transform-origin: right top;
	-ms-transform: translateX(-100%) rotate(-90deg);
	-ms-transform-origin: right top;
	transform: translateX(-100%) rotate(-90deg);
	transform-origin: right top;
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	font-family: 'Helvetica Neue', Helvetica, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #ebebeb;
	display:none;
}
.accordion li > h2:hover,
.accordion li > h2.selected {
	background:#f1f1f1;
}
.accordion li > h2 span {
	display: block;
	padding-right: 8%;
	text-align: right;
	height: 90%;
	margin-top: 5px;
}
.accordion li > h2 b {
	color:#1c96cb;
	font-weight:normal;
	font-size: 22px;
	display: inline-block;
	position: absolute;
	top: 10%;
	top: 42%\9;
	left: 10%;
	left: 5%\9;
	text-align: center;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.accordion li > h2:hover {
	cursor: pointer;
}
.accordion li > div {
	height: 100%;
	top: 0;
	z-index: 1;
	overflow: hidden;
	background: white;
	padding:0;
	height: 180px;
	background-position:179px 0px!important;

}
.accordion li .overlay {

    border-top: 8px solid #AFE8DB;
    bottom: 0;
    color: #000000;
    height: 152px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 145px;
    z-index: 2;
	background: url("/images/icon_logo.png") no-repeat center center #ffffff; 
	
}
.accordion noscript p {
	padding: 10px;
	margin: 0;
	background: white;
}
.accordion li > div td,
.accordion li > div th {
	border: none;
	padding: 0;
}
#content .main .accordion li > div h1 {
   border: medium none;
    float: left;
    font-size: 25px;
    margin: 0;
    padding: 0;
	background-color:#fff;
	width:100%;
}
.accordion li > div p {
	font-size:15px;
margin:0px;
background-color:#fff;
	width:100%;
	   line-height: 26px;
}
.accordion li > div a {
    display: block;
    height: 180px;
    width: 702px;
}
.accordion li > div a:hover {
	text-decoration: underline;
}
.accordion li > div a:hover .overlay {

}
/* jquery cycle */


.primary_zone .cycle {
	position:relative;
	margin:0;
}
.primary_zone .cycle .arrow_nav {
	position:absolute;
	width: 340px;
	padding:20px;
	margin-top:100px;
	z-index:10;
}
.primary_zone .cycle .arrow_nav a {
	text-decoration:none;
}
.primary_zone .cycle .arrow_nav .prev span,
.primary_zone .cycle .arrow_nav .next span {
	background:url(../../../images/arrows-cycle.png) no-repeat;
	text-indent:-9999px;
	display:block;
	width:20px;
	height:20px;
}
.primary_zone .cycle .arrow_nav .prev span {
	float:left;
}
.primary_zone .cycle .arrow_nav .next span {
	float:right;
	background-position: -20px 0;
}
.primary_zone .cycle .arrow_nav .prev span:hover {
	background-position: 0 -20px;
}
.primary_zone .cycle .arrow_nav .next span:hover {
	background-position: -20px -20px;
}
.primary_zone .cycle .cycle_slideshow,
.cycle_panel {
	overflow:hidden;
	/*width:701px !important;*/
	/*height:180px !important;*/
	height: auto !important;
	margin-top:0 !important;
}
.primary_zone .cycle .cycle_slideshow .cycle_panel img {
	/*float:right;
	height:180px;
	
	width:522px;*/
}
.primary_zone .cycle .cycle_slideshow .cycle_panel h2 {
	margin-top:20px;
}
.primary_zone .cycle .cycle_slideshow .cycle_panel p {
	float:left;
}
.primary_zone .cycle .pager {
	position:absolute;
	bottom:20px;
	right:20px;
	z-index:10;
}
.primary_zone .cycle ul.pager {
	list-style:none;
	display:none;
}
.primary_zone .cycle .pager li {
	float:left;
	margin-left: 5px;
	padding: 2px 8px;
}
.primary_zone .cycle .pager li.activeSlide {
	background:#ccc;
}
.primary_zone .cycle .pager li a {
	text-decoration:none;
	font-weight:bold;
}
.sublead {
	margin-bottom:20px;
}

.black-overlay {
 border-top: 8px solid #AFE8DB;
    bottom: 0;
    color: #000000;
    height: 152px;
    overflow: hidden;
    padding: 10px;
    /*position: absolute;*/
    width: 145px;
    z-index: 2;
/*	background: url("/images/icon_logo.png") no-repeat center center #ffffff; */
	}
	
#content	.cycle_slideshow .black-overlay a h1{
	/*font-size: 21px;*/
	font-size: 20px;
    margin: 0;
    padding: 0;
	background-color:#fff;
	border:none!important;
	padding-bottom:5px;
	}
#content .cycle_slideshow .black-overlay a p{
	background-color:#fff;
	}
	
	.cycle_slideshow .black-overlay a {
		   background-color: #FFFFFF;
    display: block;
    max-height: 157px;
    overflow: hidden;
    width: 145px;
	}
	
/********************************** 

	Video Widget with thumbnails underneath
	
**********************************/

.panel.video {
	overflow: hidden;
	border:0px;
	margin:0px;

}

.panel.video h2 {
    border: medium none;
    height: 20px;
    margin: 0;
    padding: 4px 10px;
}

.panel.video .head {
	border-bottom: 0 none;
	margin: 0;
}
.panel.video ._wrap {
	border: 1px solid #E1E1E1;
	padding: 10px;
}
.panel.video object,
.panel.video embed {
	display: block;
}
.panel.video ul {
	list-style: none outside none;
	overflow: hidden;
	margin: 0 0 5px;
}
.panel.video ul li {
    background: none repeat scroll 0 0 #EEEEEE;
    float: left;
    height: 48px;
    margin: 0 5px 0 0;
    width: 71px;
}
.panel.video ul li a {

	display: block;
	overflow: hidden;
}
.panel.video ul li.current a {
	border: 4px solid #666666;
	display: block;
	overflow: hidden;
}
.panel.video ul li.current img {
	display: block;
	margin: -4px;
	overflow: hidden;
}
.panel.video ul li.id_03 {
	margin: 0;
}
.panel.video .video_scroller {
	overflow: hidden;
	width: 283px !important;
	display:none;
}
.panel.video .video_scroller ul {
	width: 800px !important;
}
.video_title {
	display: none;
	font-size: 11px;
	line-height: 1.5;
	padding: 5px 0;
	text-transform: uppercase;
}
.video .readmore {
    margin-bottom: 0;
    margin-left: 139px;
    margin-top: -23px;
    position: absolute;
    z-index: 2;
}

.page_video .sideright {
	/*margin-top:39px;*/
}


/********************************** 

	Image Gallery Widget with thumbnails 
	
**********************************/

.gallery_widget {
	list-style:none;
	width:110%;
	overflow:hidden;
	padding:0;
}
.gallery_widget li {
	float:left;
	margin:6px;
}
.gallery_widget a {
	width:90px;
	height:90px;
	display:block;
	position:relative;
}
.gallery_widget a span {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:78px;
	height:78px;
	/*background:url(/images/whitebg.png);*/
	font-family:Arial,  Helvetica, sans-serif;
	font-size:11px;
	opacity:0;
	z-index:10;
	color:#ebebeb;
	line-height:16px;
	padding:5px;
	border:solid 1px #e6e6e6;
	-webkit-transition:  0.3s ease-out;
	-moz-transition:  0.3s ease-out;
	-o-transition:  0.3s ease-out;
	transition:  0.3s ease-out;
}
.gallery_widget a span:hover {
	opacity:1;
}
/********************************** 

	Tag Cloud widget
	
**********************************/

.tagcloud a {
	background:#F1F1F1;
	color:#ebebeb;
	text-decoration:none;
	line-height: 1.8em;
	margin: 1px;
	padding: 1px;
	-webkit-transition:  0.3s ease-out;
	-moz-transition:  0.3s ease-out;
	-o-transition:  0.3s ease-out;
	transition:  0.3s ease-out;
}
.tagcloud a:hover {
	background:#ebebeb;
	color:#fff;
	text-decoration:none;
}
/********************************** 

featured designer widget

**********************************/
.featured_designer {
	height:236px;
}
.featured_designer .des_intro img {
	float:left;
	margin-right:10px;
	max-height:100px;
	max-width:100px;
	padding:4px;
	background:#FFF;
	border:solid 1px #e9e7e3 !important;
	-webkit-box-shadow: 0 8px 4px -7px rgba(0, 0, 0, 0.1); /* Saf3.0+, Chrome */
	-moz-box-shadow:0 8px 4px -7px rgba(0, 0, 0, 0.1); /* FF3.5 - 3.6 */
	box-shadow: 0 8px 4px -7px rgba(0, 0, 0, 0.1); /* Opera 10.5, IE9, FF4+, Chrome 10+ */
	margin-bottom:5px;
}
.featured_designer .des_intro {
	overflow:hidden;
	margin-bottom:10px;
}
.featured_designer .des_intro p {
	margin-bottom:6px;
}
.featured_designer .des_detail {
	margin-bottom:5px;
}
/********************************** 

blog portal widget

**********************************/


.blogportal .li_content {
	position:relative;
}
.blogportal .blogtime {
	position:absolute;
	top:0;
	right:0;
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#888888;
}
/********************************** 

	COMMENT STYLES 
	
**********************************/


.comments .comment {
	margin:0 0 10px;
}
.comments .comment .avatar {
	float:left;
	width:80px;
}
.comments .comment .comment_content {
	margin:0 0 0 90px;
}
.comments .comment .comment_content .comment_head {
	overflow:hidden;
	margin:0 0 10px;
}
.comments .comment .comment_content .comment_head .whoposted {
	float:left;
	font-weight:bold;
}
.comments .comment .comment_content .comment_head .whenposted {
	float:right;
	font-size:11px;
	color:#666;
}
.comments .comment .comment_content .comment_footer {
	overflow:hidden;
}
.comments .comment .comment_content .comment_footer a {
	float:right;
	font-size:11px;
}
/* review this code */
.addcommbox {
	overflow:hidden;
}
.addcommbox .addcombox_left {
	float:left;
	width:150px;
}
.addcommbox .addcombox_right {
	float:right;
	width:390px;
}
.addcommbox .addcombox_right textarea {
	width:384px;
}
.addcommbox .addcombox_right input {
	margin:10px 0 0;
}


/********************************
london collections 4 elements grid
*********************************/


.grid{
	/*width: 720px;*/
}
.designerlist {
    clear: both;
    overflow: hidden;
}


.one_fourth {
	width:165px;
	height:165px;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	background:#afe8db;
}

.first_block {
	background-color:#FF7900;
}


.one_fourth a{
	/*width:165px;*/
	width: 100%;
	height:165px;
	display:block;
}


.one_fourth.news, .one_fourth.tweet{

	font-size:11px;
}


.one_fourth.news a, .one_fourth.tweet{
    color: #000000;
    height: 154px;
    overflow: hidden;
    padding: 5px;
    width: 154px;
}

.first_block a {
	width:165px;
	height:165px;
	font-weight:bold;
}

.first_block a h3 {
	color: #808080;
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 0.2em;
    text-transform: none;
}

.one_fourth.news span a , .one_fourth.tweet span a{
	padding:0;	
}

.one_fourth.news {
	font-size:12px;
}
.one_fourth.news p{

	max-height:127px;
	overflow:hidden;
}

.one_fourth.news h3{
	color:#808080;
	text-transform:none;
	font-size:19px;
	letter-spacing:0;
	margin-bottom: 0.2em;
}

.one_fourth.tweet h3 {
    background: url("/images/hp-960grid_26.png") no-repeat scroll -76px 0 transparent;
    display: block;
    float: left;
    font-size: 25px;
    height: 27px;
    margin-bottom: 0;
    margin-right: 5px;
    overflow: hidden;
    text-indent: -9999px;
    width: 25px;
}
.one_fourth.tweet h4 {

 margin-top: 3px;
}

.one_fourth_flat {
    float: left;
    height: 20px;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 165px;
}
.sideright .one_fourth_flat {
    width: 225px;
	margin:0px;
}

.tweet_time,
.tweet_text,
.tweet_time a,
.tweet_text a{
	width: auto!important;
	height:auto!important;
	display:inline;
	padding:0;

}
.tweet_time a,
.tweet_text a,
.twitter-follow-button{
	text-decoration:underline
}


.video .readmore {

}

.one_fourth .eventicon {
    background: url("/images/eventsicon.png") no-repeat scroll right bottom transparent;
    bottom: 0;
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    width: 40px;
    z-index: 9999;
}
/********************************
sideright
*********************************/
.page_catwalk_schedule .sideright,
.page_designers .sideright,
.page_showrooms .sideright,
.page_events_list .sideright,
.page_events_detail .sideright,
.page_designer_profile  .sideright,
.page_standard_site_search  .sideright,
.page_advanced_site_search .sideright,
.live_page .sideright{
	margin-top:-21px;
}





/********************************
SCHEDULE
*********************************/
.changeview {
    float: right;
    font-size: 11px;
    margin-top: -48px;
    text-transform: uppercase;
}

.changeview a {
	display:block;
	width:20px;
	height:20px;
	 background: url("/images/view.png") no-repeat scroll 0 0 #fff;
	 float:right;
	 margin-left:5px;
	 text-indent:-9999px;
	
	
}

.changeview a.listview {
	background-position: -24px 0px;
}

.changeview label {
    float: left;
	  margin-top: 2px;
}

.jcarousel-skin-tango .jcarousel-list-vertical .jcarousel-item div a .gallerydesc_static, .gallery_widget li a .gallerydesc_static, .one_fourth a .gallerydesc_static {
  background-color: #AFE8DB;
    border: medium none;
    color: #000000;
    display: block;
    font-size: 11px;
    height: 50px;
    line-height: 13px;
    opacity: 1;
    padding: 5px;
    position: relative;
    top: 104px;
    width: 154px;
    z-index: 12;
}
.jcarousel-skin-tango .jcarousel-list-vertical .jcarousel-item div a .gallerydesc_static span,
.gallery_widget li a .gallerydesc_static span,
.one_fourth a .gallerydesc_static span{
	background:none;
    color: #000000;
    display: inline;
    position: relative;
}
.one_fourth a .gallerydesc_static .icon_desc {
    top: 42px;
    font-weight: bold;
    position: absolute;
    right: 4px;
}
.jump_to {
	margin: 12px 0 24px 0;
	width: 100%;
}

.jump_to td {
	border: 0;
	border-right: 3px solid #fff;
	padding: 0;
}

.jump_to a {
	display: block;
	background: #afe8db;
	padding: 4px 0;
	text-align: center;
	text-decoration:none;
}


.jump_to td:nth-child(2) a {
	background: #CCEDE4;
}

.jump_to td:nth-child(3) a {
	background: #DCF4EC;
}

.jump_to td:nth-child(4) a {
	background: #DCF4EC;
}

.jump_to td:nth-child(5) a {
	background: #CCEDE4;
}

.jump_to td:nth-child(6) a  {
	background: #afe8db;
}


.gallerydesc_static .title_desc {
	
}


.keylist li {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	zoom: 1;
	list-style: none;
}

.keylist p {
	margin: 0 0 0 45px;
}

.keylist img {
	float: left;
}

.jump_to2 a{
    background: url("../../images/lfw/white_stripe.png") repeat scroll 0 0 #E1E1E1;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    display: block;
    float: left;
    margin-bottom: 3px;
	margin-right:3px;
    padding: 4px 0;
    text-align: center;
    width: 187px;
}

.schedule_table {
	margin-top:17px;	
}
.showrooms_table {
margin-top:42px;
}

.page_catwalk_schedule h1 {
	font-size: 20px;
}

.page_catwalk_schedule #main {
	width: 706px;
}

.page_catwalk_schedule table {
	width: 704px;
	_width: 99%;
}

.page_catwalk_schedule table tr.event_elemenet {
	background-color: #e6e6e6;
}


.page_catwalk_schedule tr {
	border-bottom: dotted 1px #CCC;
}

.page_catwalk_schedule tr.presentation {
	background:#CCEDE4;
	border: dotted 1px #CCC;
	border-width:1px 0;
}


.page_catwalk_schedule td {
	border: none;
	vertical-align: top;
	/*border-bottom:1px solid #efefef;*/

}
.page_catwalk_schedule .jump_to  td {
border-right:1px solid #fff;
}


.page_catwalk_schedule .presentation td {

	font-style:italic;
}



.page_catwalk_schedule h3 {
	margin-top: 12px;
}
.page_catwalk_schedule .main h2 {
	font-size: 15px;
	background:#afe8db;
	padding: 5px 5px;
	/*margin-right:16px;*/
	margin-top:35px;
}


.page_catwalk_schedule #sideright .panel .head {
	border: 0;
	background: none;
}

.page_catwalk_schedule .schedule_table td.time {
	width: 110px;
}

.page_catwalk_schedule .schedule_table td.icons {
	width: 60px;
	font-weight: bold;
}

.page_catwalk_schedule .schedule_table td.icons span.icon_live {

 background-color: #666666;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 9px;
    height: 13px;
    margin: 3px 0 0;
    padding: 0 2px 0;
}
.page_catwalk_schedule .schedule_table td.icons span.icon_live_active {

 background-color: #ff0000;
  color: #FFFFFF;
    display: block;
    float: right;
    font-size: 9px;
    height: 13px;
    margin: 3px 0 0;
    padding: 0 2px 0;
}
.page_catwalk_schedule .schedule_table td.designer {
	color: #666;
}

.page_catwalk_schedule .schedule_table td.location {
	width: 300px;
}
.page_catwalk_schedule .schedule_table td.show {
	width: 180px;
}

.page_catwalk_schedule .schedule_table td.video {
	width: 68px;
}

.page_catwalk_schedule .schedule_table h4 {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0 0 3px 0;
}
.page_events_list .schedule_table .top ,
.page_catwalk_schedule .schedule_table .top {
	float: right;
	color: #666;
	text-decoration: underline;
	font-size: 11px;
	    margin: 5px 24px 0 0;
}
.page_catwalk_schedule .schedule_table .event_elemenet td.time {
	width: 45px;
}

.page_catwalk_schedule .schedule_table .event_elemenet td.icons {
	width:5px;
}
.page_catwalk_schedule .schedule_table .event_elemenet td.show {
	width: 140px;
}


.page_catwalk_schedule  .panel_key {

}



.page_catwalk_schedule .key {
}



.page_catwalk_schedule .key dl {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 12px 0;
}
.page_catwalk_schedule .key .keytable {
	width:200px;
}
.page_catwalk_schedule .key .keytable tr {
	border-bottom:3px solid #fff;
}
.page_catwalk_schedule .key .keytable th {

	margin: 0;

	padding: 6px 0px 6px 0;
	width: 32px;
	text-align: center;
	background: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 3px;
	vertical-align:middle;
	border-right:3px solid #fff;
}
.page_catwalk_schedule .key .keytable th span.icon_live {

    background-color: #666666;
    color: #FFFFFF;
    display: block;
    font-size: 9px;
    height: 13px;
    margin: 3px 0 0 5px;
    padding: 0 2px;
    width: 21px;
	
}

.page_catwalk_schedule .key .keytable th span.icon_live_active {

 background-color: #ff0000;
    color: #FFFFFF;
    display: block;

    font-size: 9px;
    height: 13px;
    margin: 3px 0 0 5px;
    padding: 0 2px;
    width: 21px;
	
}

.page_catwalk_schedule .key .keytable td {
	vertical-align:middle;
	border:none;
	    line-height: 16px;
}

.page_catwalk_schedule .key .keytable th.presentation {

	background: #DCF4EC;

}
.smalltext {
/*	font-size:11px;*/
}
.page_catwalk_schedule #sideright  ul {
	list-style-type:square;
	padding:0 0 0 15px;
}



.page_catwalk_schedule #sideright  ul li {
	margin:0;
}



.page_catwalk_schedule.dynamic #sideright h2 {
    font-size: 14px;

    text-align: left;
    text-transform: uppercase;
	 margin: 10px 0 0;
    padding: 7px 0;
}


.page_catwalk_schedule .key dd {
	float: left;
width: 160px;
margin-left: 10px;
}

.panelvenue ul {
margin-bottom:20px	
}


.paneldownloads a img {
	width:15px;
	margin-right:5px;
}
/********************************
DESIGNERS
*********************************/

.page_designers .sideright .panel_key h2, .page_events_list .sideright .panel_key h2{
font-size: 16px;
line-height:21px;	
}
.page_designers .sideright .panel_key a{
   font-size: 13px;
    line-height: 20px;}



.page_designers .jcarousel-skin-tango{
	margin-top: 18px;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
    float: left;
    height: 900px;
    width: 718px;
}



.jcarousel-skin-tango .jcarousel-clip-vertical {
    height: 897px;
    overflow: hidden;
    width: 718px;
}
.jcarousel-skin-tango .jcarousel-list-vertical .jcarousel-item {
    height: 897px;
    width: 718px;
}
.jcarousel-skin-tango .jcarousel-list-vertical .jcarousel-item div {
/*	width:165px;
	height:165px;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	background:#afe8db;*/
}

.jcarousel-skin-tango .jcarousel-list-vertical .jcarousel-item div a.gallerydescthumb,
.one_fourth a.gallerydescthumb {
    position: relative;
    z-index: 1;
}

.jcarousel-skin-tango .jcarousel-list-vertical .jcarousel-item div a .gallerydesc, .jcarousel-skin-tango .jcarousel-list-vertical .jcarousel-item div a .gallerythumb,
.one_fourth a .gallerydesc,
 .one_fourth a .gallerythumb {
    display: block;
    height: 154px;
    overflow: hidden;
    width: 154px;
	    -moz-transition: all 0.3s ease-out 0s;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    color: #EBEBEB;
    display: block;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    z-index: 10;
	opacity:1;
	border:none;
}
 .gallery_widget a .gallerydesc,
 .one_fourth a .gallerydesc,
 .gallery_widget a .gallerythumb,
 .one_fourth a .gallerythumb {
    -moz-transition: all 0.3s ease-out 0s;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    color: #EBEBEB;
    display: block;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    z-index: 10;
	opacity:1;
	border:none;
	

}

.schedule_table .one_fourth a .gallerythumb{
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
}

 .one_fourth.catwalkvideo {
background-color:#111;
}
 .one_fourth.catwalkvideo .gallerythumb{
	 background-repeat: no-repeat !important;
background-position: center center !important;


}

 .one_fourth.catwalkvideo .gallerythumb.playbutton{
	
background-color:transparent;
background:url(/images/video-play.png) no-repeat center;
z-index:11;


background-size: auto !important;
}



.jcarousel-skin-tango .jcarousel-list-vertical .jcarousel-item div a .gallerydesc, .gallery_widget li a .gallerydesc,
.one_fourth a .gallerydesc {
    border: medium none;
    opacity: 0;
	z-index:12;
}
.jcarousel-skin-tango .jcarousel-list-vertical .jcarousel-item div a .gallerydesc:hover , .gallery_widget li a .gallerydesc:hover,
.one_fourth a .gallerydesc:hover {

    opacity: 1;

}

.jcarousel-skin-tango .jcarousel-list-vertical .jcarousel-item div a.gallerydesigner {
    background-color: #AFE8DB;
    color: #000;
    display: block;
    font-size: 10px;
    height: 22px;
    line-height: 1.7em;
    overflow: hidden;
    padding: 3px 5px 0;
    position: relative;
    text-transform: uppercase;
    width: 154px;
    z-index: 20;
	    margin-top: -25px;
		
}


.jcarousel-skin-tango .jcarousel-next-vertical {
    background: url("/images/next-vertical.png") no-repeat scroll 5px 0 transparent;
    bottom: 0;
    cursor: pointer;
    height: 25px;
    left: 336px;
    position: absolute;
    width: 35px;
		display:block;
		top:883px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical {
	background-position:0px -35px;
}

.jcarousel-skin-tango  .jcarousel-prev-vertical {
    background: url("/images/prev-vertical.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 32px;
    left: 340px;

    position: absolute;
    top: -33px;
    width: 32px;
	display:block;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical {
	background-position:0px -30px;
}

.one_fourth a.gallerydesigner {
	    background-color: #AFE8DB;
    color: #000000;
    display: block;
    font-size: 10px;
    height: 22px;
    line-height: 1.7em;
    margin-top: -25px;
    overflow: hidden;
    padding: 3px 5px 0;
    position: relative;
    text-transform: uppercase;
    /*width: 154px;*/
    width: auto;
    z-index: 20;
}

.page_designers .gallery_widget li {
	margin:0px;
}
.page_designers .one_fourth {
	height:183px;
}
.page_designers .one_fourth .gallerydesigner {
	height:35px;
}
.catwalk_icon {
	   background-color: #EAF9F4;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.catwalk_icon h3 {
    background-color: #000000;
    color: #FFFFFF;
    margin-bottom: 4px;
    padding: 2px 5px;
    text-align: center;
}
.catwalk_icon p {
    padding: 2px 5px;
    text-align: center;
}


/*colours*/

.greenreg {
	background-color:#AFE8DB;
}
.greenlight {
	background-color:#CCEDE4;
}
.greenlighter {
	background-color:#DCF4EC;
}

.greenlightest {
	background-color:#EAF9F4;
}


.pinkreg {
	background-color:#ffb8ad;
}
.pinklight {
	background-color:#AFE8DB;
}
.pinklighter {
	background-color:#AFE8DB;
}
.pinklightest {
	background-color:#AFE8DB;
}

.designer_logo {
    /*border: 1px solid #AFE8DB;*/
    /*display: table-cell;*/
    text-align: center;
    vertical-align: bottom;
    /*width: 218px;*/

}
.designer_logo img{
    /*margin-top: 5px;*/
	/*width:210px;*/
	width: 100%;
}

/*********************************
            gateway
**********************************/
.template_218 .header .topnav div.level1 > ul {
	/*margin-top:-63px;*/
}

.pink_border, .pink_border_bottom {
    background-color: #FFB8AD;
    bottom: -37px;
    display: block;
    height: 5px;
    position: absolute;
    right: -5px;
    width: 490px;
}
.pink_border_bottom {
    right: 0;
    top: -5px;
    z-index: 20;
	}


.men_coll{
	float:left;
margin:0 0px -10px 10px;
width:463px;
}


 .women_coll {
	 float:right;
	 margin:0 10px -10px 20px;
	 width:430px;
 }
 
 .date_men, .date_women {
 background-color: #FFB8AD;
    color: #000000;
    font-family: "Gotham-Light" ,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 34px;
    line-height: 1.1em;
    margin-bottom: -44px;
    padding: 5px;
    position: relative;
    width: 209px;
    z-index: 2;
	margin-left:-37px;
	display:block;
	text-align:center;
 }
 .date_men {
background-color:#AFE8DB;
margin-left:244px;
 }
 
 .desc_gateway {
	 
	 /* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11000000, endColorstr=#11000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11000000, endColorstr=#11000000)";
    background-color:rgba(210, 210, 210, 0.4);
	

    border: 1px solid #FFFFFF;
    color: #000000;
    font-family: "Gotham-Light",Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
    height: 110px;
    line-height: 1.3em;
    margin: 110px 0 0 327px;
    padding: 15px;
    position: absolute;
    text-align: center;
    width: 273px;
    z-index: 7;

	
 }
 
.page_gateway .footer {
    background: none repeat scroll 0 0 #c4c7c8;
	border-top:5px solid #AFE8DB;
	position:relative;
	    overflow: visible;
}

.linkgateway_men {
    display: block;
    height: 534px;
    position: relative;
    width: 950px;
    z-index: 9999;
	margin-top:-534px
}
/*#content .main .desc_gateway2 {
    background: url("/images/icon_logo_small_m.png") no-repeat scroll left center transparent;
    margin-top: 10px;
    padding: 7px 0 0 115px;
}*/


/*#content .main .desc_gateway2 {
    background: url("/images/icon_logo_small_m.png") no-repeat scroll left center transparent;
    display: block;
    height: 70px;
    margin-top: 10px;
    padding: 7px 0 0 115px;
}*/
#content .main .desc_gateway2 {
    background: url("/images/icon_logo_small_m.png") no-repeat scroll left center transparent;
    display: block;
    height: 59px;
    margin-top: 10px;
    padding: 25px 0 0 115px;
}


/*#content .main .desc_gateway2 h1 {
    border: medium none;
    margin: 0;
    padding: 0;
}*/

#content .main .desc_gateway2 h1 {
   /* border: medium none;
    display: block;
    float: left;
    font-size: 28px;
    margin: 0;
    padding: 0;*/
		display:none;
}

/*#content  .main .desc_gateway2 h2{
	font-size:13px;
	line-height:25px;
}*/
#content .main .desc_gateway2 h2 {
 display: block;
    float: left;
    font-size: 19px;
    font-weight: normal;
    line-height: 22px;
    margin-left: 1px;
    margin-top: -5px;
}
/***********************
      end of gateway
************************/


/***********************
     designer profile
************************/

.showrooms .left {
	width:235px;
}


.sideleft_main {
    display: block;
    float: left;
    /*margin-right: 15px;	*/
    margin-top: 10px;
	/*width:220px;*/
}

.details_wrap {
	/*width:480px;*/
	float:left;
	margin-top:10px;
}
.details_wrap .contacts {
	clear:both;
}


/*************************
       designer- look
**************************/
.designer_look_details .main h2 {
    margin:20px 200px 12px 96px;
    text-align: center;
}

.designer_look_details .jcarousel-skin-tango {
    float: left;
    margin-bottom: 120px;
    margin-top: -31px;
}

.designer_look_details .jcarousel-skin-tango .jcarousel-container-vertical {
    height: 356px;
    width: 123px;
	    display: block;
    position: relative;
	  padding: 30px 0;
}
.designer_look_details .jcarousel-skin-tango .jcarousel-clip-vertical {
	    height: 365px;
    width: 123px;
	overflow:hidden;
	
	
}

.designer_look_details .jcarousel-skin-tango .jcarousel-item {
	border: 1px solid #CCCCCC;
    float: left;
    height: 100px;
    margin: 1px 0 7px;
    padding: 6px;
    text-align: center;
    width: 100px;
	
	}
.designer_look_details .jcarousel-skin-tango .jcarousel-item a {
    display: table-cell;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

.designer_look_details .jcarousel-skin-tango .jcarousel-item img {
    max-height: 100px;
    max-width: 100px;
}
.designer_look_details .jcarousel-skin-tango .jcarousel-prev-vertical {
    left: 34%;
    top: 0;
}
.designer_look_details .jcarousel-skin-tango .jcarousel-next-vertical {
    bottom: -8px;
    left: 33%;
	top:392px;
}

.zoomsection, .zoomPad .zoomWindow, .designer_look_details .video_RHS {
    border: 1px solid #ccc !important;
    height: 337px;
    padding: 10px;
    width: 337px;
    margin: 8px 0 0 122px;
}
.jqzoom {
    display: block;
    height: 337px;
    width: 337px;
}
.zoomPad {
    cursor: crosshair;
    float: left;
    position: relative;
    z-index: 99;
    display: block;
}

.bigimage {
	max-height: 390px;
}

.zoomPup {
    cursor: crosshair;
    opacity: 0.6;
    overflow: hidden;
    position: absolute;
    z-index: 101;
}



.zoomsection, .zoomPad .zoomWindow, .designer_look_details .video_RHS {
    border: 1px solid #cccc!important;
    height: 337px;
    padding: 10px;
    width: 337px;
}
.zoomPad .zoomWindow {
    height: 337px;
    left: 314px !important;
    width: 430px;
}

.zoomWrapper {
    border: 1px solid #999999;
    position: relative;
    z-index: 110;
    border: medium none !important;
    width: 430px;
}

.zoomWrapperTitle {
    background: none repeat scroll 0 0 #999999;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    height: 18px;
    left: 0;
    line-height: 18px;
    opacity: 0.6;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 120;
}
.zoomWrapperImage {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 110;
}
.zoomWrapperImage img {
    border: 0 none;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomPreload {
    background-color: white;
    background-image: url("../images/zoomloader.gif");
    background-position: 43px 30px;
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    color: #333333;
    font-family: Tahoma;
    font-size: 12px;
    height: 43px;
    left: 0;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 90px;
    z-index: 110;
}
.bigImageCaption1 {
    margin-top: 20px;
    position: absolute;
}
.bigImageCredit1 {
    margin-top: 40px;
    position: absolute;
}

bigImageCaption1 span, .bigImageCredit1 span {
    float: left;
    margin-right: 10px;
}

.bigImageCaption, .bigImageCredit {
    float: left;
}
.viewcollection, .playvideo1 a {
    background: url("../../../images/lsr/playvideo.png") no-repeat scroll left center transparent;
    display: block;
    float: left;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 65px 0 0 190px;
    text-align: right;
    text-transform: uppercase;
    width: 95px;
}
.viewcollection {
    background: none repeat scroll 0 0 transparent;
    font-size: 15px;
    margin: 64px 20px 0 100px;
    position: absolute;
    width: 183px;
}





 .prev_next_RHS {
    border-bottom: 1px solid #AFE8DB;
    height: 31px;
    margin-bottom: 20px;
 
}


.prev_next_RHS a {
    color: #999;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
	text-decoration: none;

}
.prev_next_RHS a.active {
    color: #000;
}

.prev_next_RHS a.next_RHS {
    float: right;
    }

.prev_next_RHS a.prev_RHS {
}

/****************
collection page
*****************/

.collection_page .colectiontitle {

    font-size: 19px;
    margin:20px 10px 36px 0;

}
.video_RHS {
    margin-bottom:20px;
}




/********************
       overlay
*********************/

.ui-icon-closethick {
 background: url("/images/close_button.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 15px;
    text-indent: -9999px;
    width: 13px;

}
.page_home .ui-icon-closethick {

}

#ui-dialog-title-collection,
.ui-dialog-title {
	display:none;
}


/*********************************
		line-up
**********************************/

/*.page_events_list .schedule_table ul li:first-child,
.page_events_list .schedule_table ul li:first-child a {
	width:343px;
	height:343px;
}
.page_events_list .schedule_table ul li:first-child a  .gallerythumb{
	width:333px;
	height:333px;
}


.page_events_list .schedule_table ul li:first-child a .gallerydesc_static {
    top: 283px;
    width: 333px;
}*/

.page_showrooms .main .panel.noborder {
	border:none;
	margin-top:13px;
	box-shadow:none;

}

.page_showrooms .main .tabber_nav {
    float: right;
    /*margin-right: 16px;*/
	margin-top:8px;
	}
	
	
.page_showrooms .main .tabber_nav a {
	border:none;
	background:none;
	font-size:11px;
	margin-left:10px;
	text-decoration:none;
	text-transform:uppercase;
	padding:0px;
	line-height:normal;
	color:#000;
	float:none;

}
.page_showrooms  .main .tabber_nav .tabber_nav_active { 

border-bottom:4px solid #AFE8DB;
height:auto;

}



.page_events_list .main .panel.noborder {
	border:none;
	margin-top:13px;
	box-shadow:none;

}

.page_events_list .main .tabber_nav {
    float: right;
    margin-right: 16px;
		margin-top:8px;
	

	}
	
	
.page_events_list  .main  .tabber_nav_active,
.page_events_list  .main  .tabber_nav_inactive {
	border:none;
	background:none;
	font-size:11px;
	/*margin-right:20px;*/
	margin-left: 20px;
	text-decoration:none;
	text-transform:uppercase;
	padding:0px;
	line-height:normal;
	color:#000;
	float:right;
	margin-top:10px;
	display: none;
}

.page_events_list  .main  .tabber_nav_active { 

border-bottom:4px solid #AFE8DB;
height:auto;

}




#content.page_map,
.showroommap {
	padding:18px 0px;
	clear:both;
}
.desc_map {
    border: 1px solid #CCCCCC;
    margin-top: 9px;
    padding: 8px 0 6px 10px;
    width: 692px;
}

.map_show {
	border: 1px solid #CCCCCC;

}

.desc_map input {


	}

.desc_map img {
	width:17px;

	}
.desc_map span {
    font-size: 12px;
    margin-right: 18px;
    width: 57px;
}
.page_events_list .sideright .panel,
.page_events_detail .sideright .panel {
	padding:10px 10px 0px;
	margin-bottom:20px;
	}
.page_events_list .sideright .panel.noborder,
.page_events_detail .sideright .panel.noborder {
border:none;

}

.page_events_list .sideright .panel h2 {
	font-size:10px;
	font-weight:normal;
	margin-bottom:0px;
	
}

.page_events_list input.showfilter,
.page_events_list input.hidefilter {
	font-size:13px;
	font-weight:bold;
	border:none;
	background:none;
	margin-top:10px;
	margin-left:-2px;
	cursor:pointer;
	width:160px;
}

.page_events_list input.showfilter {
	/*background:url(/images/arrow-right-grey.gif) no-repeat right center;*/
}
.page_events_list input.hidefilter {
	background:url(/images/arrow-down.gif) no-repeat right center;
}
.page_catwalk_schedule .main .designerlist h2, 
.page_events_list .main .designerlist h2 {
    background: url("/images/icon_logo_small_m.png") no-repeat scroll 8px 10px #E6E6E6;
    font-size: 15px;
    height: 96px;
    margin: 0;
    padding: 112px 1px 0 25px;
    width: 88px;
	display:block;
    line-height: 1.1em;
}
.page_showrooms .title_desc,
.page_catwalk_schedule .title_desc,
.page_events_list .title_desc {
	font-weight:bold;
	font-size:12px;
	line-height:15px;
}
.page_showrooms .one_fourth,
.page_catwalk_schedule .one_fourth,
.page_events_list .one_fourth {
	/*height:234px;*/
	height: 204px;
}

.page_showrooms .one_fourth .gallerydesc_static,
.page_catwalk_schedule .one_fourth .gallerydesc_static,
.page_events_list .one_fourth .gallerydesc_static {
	height:86px;
	line-height:18px;
	/*top:140px;*/
	top: 104px;
}
.page_events_list .one_fourth a {
	
}

.page_catwalk_schedule .one_fourth a .gallerydesc_static .icon_desc,
.page_events_list .one_fourth a .gallerydesc_static .icon_desc {
	top:75px;
}


.page_events_list .sideright .form_wrap ul li div ul li a,
.page_events_detail .sideright .form_wrap ul li div ul li a{
   border: 1px solid #E6E6E6;
    display: block;
    padding: 0 5px;
    width: 171px;
	background: url("/images/tick.png")  no-repeat scroll right -49px transparent;
}
.page_events_list .sideright .form_wrap ul li div ul li a.active,
.page_events_detail .sideright .form_wrap ul li div ul li a.active{
	background: url("/images/tick.png")  no-repeat scroll right -5px #EAF9F4;
	
}
.page_events_list .sideright .form_wrap ul li div ul li h4,
.page_events_detail .sideright .form_wrap ul li div ul li h4 {
	margin-bottom:0px;
	margin-top:10px;
}
.page_showrooms  .main .map_show h3,
.page_events_list .main .map_show h3 {

}

.page_showrooms .main .descr_map,
.page_events_list .main .descr_map {
	max-width:465px;	
    min-height: 165px;
}
#map h3 {
	max-width:465px;
}
.more_info_map {
	background-color:#AFE8DB;
	padding:1px 5px;
}


.page_showrooms .main .descr_map img,
.page_events_list .main .descr_map img{
    margin-right: 10px;
    margin-top: 3px;
	    max-height: 110px;
}
/***********************

content pages

*************************/

.morein a,
.showrooms a,
.catwalk_show a {
	text-decoration:underline;
	  color: #0000ff;
}
.morein ul li a {
	line-height:28px;

}


.related_content h4 {
    border: 1px solid #E6E6E6;
    display: block;
    font-family: arial;
    font-size: 10px;
    /*height: 11px;*/
    padding: 5px;
}
.related_content a {
    font-family: arial;
    font-size: 11px;

}

/*******************

*********************/

.double_column_lhs .sideleft h3,
.double_column_lhs .sideleft .noborder{
	border:0px;
	margin:0px;
}



/********************
search and advance search
*******************/

.page_advanced_site_search .main,
.page_standard_site_search .main {
	}

.page_advanced_site_search .solid {
	
	   margin-left: 85px;
}


.single_column .form_wrap ul li {
	float:left;
	margin-right:20px;
}

.single_column .form_wrap .user_input {
	border-bottom:1px solid #e6e6e6;
	margin-bottom:20px;
}


/*****************
login
*****************/

.page_login .user_input a {
    float: left;
    margin-top: 20px;
}


/**************
	hub
**************/
.hub .sideright h3{
   background: none repeat scroll 0 0 #DCF4EC;
    border-bottom: 1px solid #E6E6E6;
    display: block;
    height: 35px;
    padding: 25px 10px 0;
	margin-bottom:32px;
}

/*************************
	overlay for map
*************************/
.page_inlondon.detail {
	background-image:none;

}

.detail .page {
    height: auto;
    margin: 0;
    padding: 0;
    width: 678px;
	
border:none;
	  -webkit-box-shadow:none;
     -moz-box-shadow: none;
          box-shadow: none;

	
}


.detail #content{
	padding:20px;
}
.detail  .details_wrap {
	width:100%;
}


.detail  .details_wrap img.detail_thumb {
	width:200px;
	max-height:200px;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}



.detail  .details_wrap .detail_details img {
	
	height:12px;
	float:none;
	margin:0px;
}

.calendardetail .jcarousel-skin-bfc li img{

	margin:0px;
}

.calendardetail .jcarousel-skin-bfc li img:hover{
	cursor:pointer;
}
.calendardetail .jcarousel-skin-bfc li:last-child img:hover{
	cursor:default;
	
	}
	
.calendardetail .jcarousel-skin-bfc .jcarousel-container-horizontal {

}
.calendardetail .jcarousel-skin-bfc .jcarousel-clip {
    overflow: hidden;
}


.credits_hp {
    clear: both;
    color: #666666;
    display: block;
    font-size: 9px;
    z-index: 9;
    margin-left: 33px;
    position: relative;
    top: 88px;
}


	.venuelisting li {
     border: 1px solid #DDDDDD;
    float: left;
    height: 218px;
    margin-right: 15px;
    margin-top: 10px;
    overflow: hidden;
    padding: 15px;
    width: 109px;
}
.venuelisting li img {
	margin-right:20px;;
}
.view_showrooms{
	    float: right;
    /*margin-right: 33px;*/
    margin-top: -50px;
    position: relative;
    text-decoration: underline;
    text-transform: uppercase;
}

.hospitalclub a{
	text-decoration:underline;
}
/* C A T W A L K *//* C A T W A L K *//* C A T W A L K *//* C A T W A L K *//* C A T W A L K *//* C A T W A L K *//* C A T W A L K *//* C A T W A L K */




.page_catwalk_new .socialshare{
	 overflow:visible;
	 margin-bottom:10px;
	 height:27px;
	
}

.story .read-more a,
.re-collapse a

{
	float:right;
    background: url(../../../images/small_button.png) no-repeat scroll left top transparent;
    color: #000000;
    float: right;
    font-size: 11px;
    height: 17px;
    margin: 5px 0 0 5px;
    padding: 3px 0 0;
    text-align: center;
    width: 71px;
	text-transform:uppercase;
		
}
.story .read-more a:hover,
.re-collapse a:hover
{
 color: #369b84;
		
}


.re-collapse

{
display:inline;
	
}

 .nobreak{display:inline}

.facebook_like{
	 float:left;
	 overflow:visible;
	 position:relative;
	 z-index:10;
	
	
}


.page_catwalk_new #sideright {
	/*width: 315px;*/
	/*float:right;*/
	/*margin-top:37px;*/
	margin-top: 72px;
}

/*.page_catwalk_new #main {
	float:left;
	width: 610px;
}*/

.page_catwalk_new h1 {
	margin-bottom: 5px;
	margin-left:5px;
	font-size:30px;
}



.page_catwalk_new .videosplayer {
	/*width:600px;*/
	padding:10px 10px 14px;
	border:solid 1px #E2E2DF;
	
}



.page_catwalk_new .day-date{
	margin:20px 0 0 0;
	color:#999;
	display:none;
	
}

.page_catwalk_new .story{
	margin:10px 0 10px;
	display:none;
	
}


.page_catwalk_new .scroller {
	float: right;
    margin: 0;
    width: auto;
}

.page_catwalk_new .selectholder span.season {
    font-size:16px;
	font-weight:normal;
	line-height:35px;
	text-transform:uppercase;	
}


.page_catwalk_new .datescroller {
	background: #eeeeee;
	padding: 10px 0;
	margin: 0;
	height: 54px;
	font-family:"Gotham-Light",Arial,Helvetica,sans-serif;
	overflow: visible;
}


.page_catwalk_new .selectholder,
.page_catwalk_new .datescroller ul li {
	float: left;
}

.page_catwalk_new .datescroller a.prev_link,
.page_catwalk_new .datescroller a.next_link {
	background:url(../../images/lfw/large_controls.png) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	height:34px;
	width:34px;
	float:left;
}

.page_catwalk_new .datescroller a.prev_link:hover {
	background-position:0 -34px;
}

.page_catwalk_new .datescroller a.next_link {
	background-position:0 -68px;
}

.page_catwalk_new .datescroller a.next_link:hover {
	background-position:0 -102px;
}

.page_catwalk_new .datescroller ul {
	padding: 0;
	margin:0 0 0 30px;
	list-style: none;
	float:left;
	height:34px;
}

.page_catwalk_new .datescroller ul li {
	margin: 0 4px 0 0;
	padding: 0;
}

.page_catwalk_new .datescroller ul li:last-child{
	margin-right: 0;
}

.page_catwalk_new .datescroller ul li span,
.page_catwalk_new .datescroller ul li a {
	width: 80px;
	height: 34px;
	background-color: #FFF;
	/*font-size: 18px;*/
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	display: block;
	line-height:34px;
}

.page_catwalk_new .datescroller ul li a {
	color: #000;
}

.page_catwalk_new .datescroller ul li a.na {
	color: #ccc;
}

.page_catwalk_new .datescroller ul li a.current,
.page_catwalk_new .datescroller ul li a:hover {
	background: url(../../../images/day_selected.png) no-repeat 0 0;
	height: 56px;
	position: relative;
	/*z-index: 99999;*/
	z-index: 1;
}

.page_catwalk_new .datescroller ul li span {
	color: #ccc;
	cursor:default;
}

.page_catwalk_new .panel_designer_catwalks ul li.link_strip {
	float: none;
	margin: 0;
	clear: both;
	line-height: normal;
	position: relative;
	padding: 5px 0 5px 5px;
}

.page_catwalk_new .panel_designer_catwalks ul li .button_small {
	float: right;
	width: 71px;
	height: 17px;
	padding: 3px 0 0 0;
	margin: 0 2px 0 5px;
	text-align: center;
	background: url(../../../images/small_button.png) no-repeat left top;
	font-size: 11px;
	color: #000;
}

.page_catwalk_new .panel_designer_catwalks ul li .button_small:hover {
	color: #369b84;
}

.page_catwalk_new .backstagelabel {
	float: right;
	width: 75px;
	height: 17px;
	padding: 3px 2px 0 3px;
	margin: 0 0 0 5px;
	text-align: center;
	background: #000;
	font-size: 11px;
	color: #FFF;
}


.page_catwalk_new .vidsholder {
	float: none;
	margin: 0;
	padding: 0;
	border: medium none;
	overflow: hidden;
	zoom: 1;
	clear: both;
}


.page_catwalk_new .horizontal-pane {
    width: 100%;
	height: auto;
	height:145px;
	max-height: 200px;
}

.page_catwalk_new .horizontal-pane:focus{
	outline: none;
}



.page_catwalk_new .horizontal-pane ul {
	margin: 0;
	padding: 0;
	list-style: none;
	 width: 2300px;
	overflow:hidden;
	margin: 7px;
	position: relative;
}

.page_catwalk_new .horizontal-pane ul li {
	margin: 0 9px 0 0;
	padding: 4px;
	overflow: hidden;
	zoom: 1;
	float:left;
	width: 140px;
	background: #FFFFFF;
	border: solid 1px #cccccc;
	height: 100px;
}

.page_catwalk_new .horizontal-pane ul li a.imagecont {
	color: #000;
	display:block;
	width: 130px;
	height:74px;
}

.page_catwalk_new .horizontal-pane ul li .textlink{
	 background: url(../../images/lfw/playmask.png) no-repeat scroll 0 0 transparent;
    color: #000000;
    display: block;
    height: 20px;
    overflow: hidden;
    /*padding-top: 76px;*/
    position: absolute;
    
	 width: 130px;
}

.page_catwalk_new .horizontal-pane ul li a {
	color: #000;
}

.page_catwalk_new .horizontal-pane ul li a.imagecont img {
z-index:-1;
}

.page_catwalk_new .horizontal-pane ul li.active {
	background: #ececec;
	padding: 5px;
	margin-top: 0;
}

.page_catwalk_new .horizontal-pane ul li:hover {
	border: solid 1px  #999;
	padding:4px;
}

.page_catwalk_new .horizontal-pane ul li img {
	margin: 0 0 5px 0;
	width: 130px;
	height: 74px;
}

.page_catwalk_new .horizontal-pane ul li p {
	margin: 0;
}


/* CATWALK REPORTS - ARCHIVE */

.page_catwalk #sideleft {
	width: 305px;
}

.page_catwalk #main {
	width: 625px;
}

.page_catwalk h1 {
	margin-bottom: 5px;
}


.page_catwalk #ctl00_PageHolder_ContentHolder_Main_lbSeasonText{
	font-size:16px;
	font-weight:bold;
	line-height:35px;
	text-transform:uppercase;
	
}

.scroller {
	float:right;
	width:658px;
	margin:0 20px 0 0;
}

.datescroller {
	background: #eeeeee;
	padding: 10px;
	margin: 0 0 30px 0;
	height:34px;
}

.selectholder,
.datescroller ul li {
	float: left;
}

.datescroller a.prev_link,
.datescroller a.next_link {
	background:url(../../images/lfw/large_controls.png) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	height:34px;
	width:34px;
	float:left;
}

.datescroller a.prev_link:hover {
	background-position:0 -34px;
}

.datescroller a.next_link {
	background-position:0 -68px;
}

.datescroller a.next_link:hover {
	background-position:0 -102px;
}

.datescroller ul {
	padding: 0;
	margin:0 20px 0 30px;
	list-style: none;
	float:left;
	height:34px;
}

.datescroller ul li {
	margin: 0 10px 0 0;
	padding: 0;
}

.datescroller ul li span,
.datescroller ul li a {
	width: 80px;
	height: 34px;
	background-color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display: block;
	line-height:34px;
}

.datescroller ul li a {
	color: #000;
}

.datescroller ul li a.current,
.datescroller ul li a:hover {
	background: url(../../images/lfw/dayselected.png) no-repeat 0 0;
	height: 56px;
}

.datescroller ul li span {
	color: #ccc;
	cursor:default;
}

.page_catwalk .panel_designer_catwalks ul li.link_strip {
	float: none;
	margin: 0;
	clear: both;
	line-height: normal;
	position: relative;
	padding: 5px 0 23px 20px;
}

.page_catwalk .panel_designer_catwalks ul li .button_small {
	float: right;
	width: 71px;
	height: 17px;
	padding: 3px 0 0 0;
	margin: 0 0 0 5px;
	text-align: center;
	background: url(../../images/lfw/button_small.png) no-repeat left top;
	font-size: 11px;
	color: #000;
}

.page_catwalk .panel_designer_catwalks ul li .button_small:hover {
	color: #F32837;
}

.backstagelabel {
	float: right;
	width: 75px;
	height: 17px;
	padding: 3px 2px 0 3px;
	margin: 0 0 0 5px;
	text-align: center;
	background: #000;
	font-size: 11px;
	color: #FFF;
}



/*jScrollPane 2*/


.jspContainer
{
	overflow: hidden;
	position: relative;
	background: #F1F1F1;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: #fff;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: url(../../images/lfw/scrollbgHor.gif) repeat-x scroll center transparent;
	position: relative;
}

.jspDrag
{
	background: #c3c3c3;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	width:16px;
	height: 13px !important;
    left: 0;
    line-height: 1px;
    margin: 4px 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	
	background: url(../../images/lfw/pagination_bg.png) no-repeat scroll 0 -80px transparent;
}

.jspArrow.jspArrowLeft
{
  background-position: -5px -40px;
}


.jspArrow.jspDisabled
{
  background-position: 0 -100px;
}

.jspArrow.jspArrowLeft.jspDisabled
{
  background-position: -5px -60px;

}


.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}




/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}








/* jScrollPane */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../../images/lfw/scrollbg.gif) repeat-y top;
}

.jScrollPaneDrag {
	position: absolute;
	background: #000;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 13px;
	width: 13px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 13px;
	width: 13px;
}

a.jScrollArrowUp {
	background:transparent url(../../images/lfw/scrollup.gif) no-repeat scroll 0 0;
}

a.jScrollArrowDown {
	background:transparent url(../../images/lfw/scrolldown.gif) no-repeat scroll 0 0;
}

.vidsholder {
	float:right;
	margin:0 0 20px 10px;
	padding: 5px;
	border: 1px solid #e2e2df;
	overflow: hidden;
	zoom: 1;
}

.scroll-pane {
	float: left;
	overflow:auto;
	width:218px;
	height: 204px;
}

.scroll-pane ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.scroll-pane ul li {
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}

.scroll-pane ul li a {
	color: #000;
}

.scroll-pane ul li.active {
	background: #ececec;
	padding: 5px;
}

.scroll-pane ul li img {
	float: left;
	margin: 0 10px 0 0;
	width: 85px;
	height: 63px;
}

.scroll-pane ul li p {
	margin: 0;
}

/* DESIGNERS LISTING */

.page_designers_listing #main {
	width: 705px;
}

.page_designers_listing #sideright {
	width: 225px;
	padding: 49px 0 0 0;
}

.page_designers_listing #sideright li {
	margin: 20px 0 20px 10px;
	overflow: hidden;
}


.designersearch {
	width: 675px;
	background: #eee;
	margin: 0 0 10px 0;
	padding: 15px;
	overflow: hidden;
	zoom:1;
}

.designersearch ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.designersearch ul li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
 *margin: 0 10px 0 0;
}

.designersearch ul li label {
	display: block;
}

.designersearch ul li select {
	width: 140px;
}

.designersearch ul li select.letter {
	width: 95px;
}

.designersearch ul li.last {
	margin: 0;
	padding: 17px 0 0 0;
	float: none;
	clear: both;
}

.listinglist {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

.listinglist li {
	border-bottom: 1px solid #eee;
	margin: 0 0 8px 0;
	padding: 0 0 10px 0;
	overflow: hidden;
	zoom: 1;
}

.listinglist li a {
	float: left;
	line-height: 20px;
	width: 330px;
}

.listinglist li span {
	float: left;
}

.listinglist li img {
	float: right;
}

.page_designers_listing #sideright img {
	float: left;
	margin: 0 10px 10px 0;
}


.page_designers_listing  .listinglist li a {
	width: 253px;
}


.page_designers_listing  .listinglist li span {
	width: 165px;
}




/*LONDON PRE LISTING*/

.london_pre a{
	color:#217bb7
	
}

.london_pre #sideright {
    width: 305px !important;
	  padding: 0 0  !important;
}

.london_pre #main {
    width: 615px !important;
}


.london_pre #main .listinglist li span {
    float: left;
    width: auto;
}

.london_pre #main .listinglist li a {
    float: left;
    line-height: 1.5em;
    width: 255px;
}

.london_pre .pre_quote{
	background:url(/images/lfw/london-pre-quotes.png) top left no-repeat;
	clear: both;
    display: block;
    padding-left: 41px;
	color:#575757;
    font-size: 14px;
    line-height: 19px;
}
.london_pre .pre_quote_small{
	background:url(/images/lfw/london-pre-quotes.png) -3px top  no-repeat;
	clear: both;
    display: block;
    padding-left: 35px;
	color:#575757;
    font-size: 13px;
    line-height: 19px;
}

.london_pre .londonpre_archive{
	 margin: 0;
    overflow: hidden;
    width: 305px;
	list-style:none;
}

.london_pre .londonpre_archive li {
    float: left;
    list-style: none outside none;
      margin: 0 11px 9px 0;
}

.london_pre .londonpre_archive img {
	margin:0 !important;
}

.page_designer_profile hr {
	background:none;
	border:none;
	border-top:solid 1px #d6d6d6;
	clear:both;
	
}


#ctl00_PageHolder_ContentHolder_Main_londonpre h4 {
	margin-top:0;
	
}

/* search results */
.page_search_results #main {
	width:705px;
}

.page_search_results #sideright {
	width:225px;
	margin:48px 0 0;
}

.page_search_results #sideright .panel {
	background-color:#eeeeee;
	padding:15px;
}

.page_search_results #sideright .panel h3 {
	text-transform:uppercase;
}

.page_search_results #sideright .filter_results ul {
	list-style:none;
}

.page_search_results #sideright .filter_results ul li {
	margin:0 0 10px;
}

.page_search_results #sideright .filter_results ul li input,
.page_search_results #sideright .filter_results ul li label {
	vertical-align:middle;
}

.page_search_results #sideright .filter_results ul li input {
	margin-right:8px;
	border:none;
}

.page_search_results #sideright .filter_results ul li label {
	color:#888888;
	font-size:12px;
	text-transform:uppercase;
}

/* paging */
.paging {
	border-bottom:dotted 1px #CDCDCD;
	overflow:hidden;
	zoom:1;
	padding:10px 0;
	border-top:solid 1px #CDCDCD;
}

.paging_bottom {
	border-top:dotted 1px #CDCDCD;
	border-bottom:dotted 1px #CDCDCD;
}

.paging .pagelinks {
	float:left;
}

.paging .pagelinks a,
.paging .pagelinks span {
	background:url(../../images/lfw/pagination_bg.png) no-repeat 50% 0;
	float:left;
	width:26px;
	height:20px;
	text-align:center;
	line-height:20px;
	color:#666;
	outline:none;
}

.paging .pagelinks span {
	cursor:default;
}

.paging .pagelinks a:hover {
	background-position:50% -20px;
	color:#FFF;
}

.paging .pagelinks span.current {
	background-position:50% -20px;
	color:#FFF;
}

.paging .pagelinks .prev,
.paging .pagelinks .next {
	text-indent:-9999px;
	width:20px;
}

.paging .pagelinks span.prev {
	background-position:0 -60px;
}

.paging .pagelinks a.prev {
	background-position:0 -40px;
}

.paging .pagelinks span.next {
	background-position:0 -100px;
}

.paging .pagelinks a.next {
	background-position:0 -80px;
}

.paging .display {
	float:right;
}

.paging select {
	padding:1px;
	margin:0 5px 0 0;
}

.tabs_paging {
	position: relative;
	left: 50%;
	float: left;
}

.tabs_paging ul {
	position: relative;
	left: -50%;
	padding: 0;
	list-style:none;
}

.tabs_paging ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.tabs_paging li a {
	background:transparent url(../../../images/pagination_bg.png) no-repeat scroll 50% 0;
	color:#666666;
	float:left;
	height:20px;
	line-height:20px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-align:center;
	width:26px;
	list-style: none;
}

.tabs_paging li.ui-tabs-selected a {
	background-position:50% -20px;
	color:#FFFFFF;
}

.designer_catwalks_paging a.prev,
.designer_catwalks_paging a.next {
	background:transparent url(../../../images/pagination_bg.png) no-repeat scroll 50% 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background-position:0 -80px;
}

.designer_catwalks_paging a.prev {
	background-position:0 -40px;
}

.designer_catwalks_paging {
	position: relative;
	overflow: hidden;
	border-collapse: collapse;
}

.designer_catwalks_paging td {
	padding: 0;
	border: 0;
}

.designer_catwalks_paging .prev {
	float: left;
}

.designer_catwalks_paging .next {
	float: right;
}

/* Search page */

.page_search_results ul.search_results {
	list-style:none;
	margin:20px 0;
}

.page_search_results ul.search_results li:last-child {
	border:none;
}

.page_search_results ul.search_results li {
	border-bottom:dotted 1px #CDCDCD;
	margin:0 0 15px;
	overflow:hidden;
	zoom:1;
	padding:0 15px 15px 10px;
}

.page_search_results ul.search_results li .result_left {
	float:left;
	width:575px;
}

.page_search_results ul.search_results li .result_right {
	float:right;
}

.page_search_results ul.search_results li .result_relevancy {
	width:80px;
	height:18px;
	background-color:#EEE;
}

.page_search_results ul.search_results li .result_percent {
	height:100%;
	background-color:#9a9a9a;
	color:#FFF;
	padding:0 5px;
	line-height:18px;
	font-size:11px;
}

.page_search_results ul.search_results li.percent_0 .result_relevancy .result_percent {
	width:0px;
}

.page_search_results ul.search_results li.percent_10 .result_relevancy .result_percent {
	width:7px;
}

.page_search_results ul.search_results li.percent_20 .result_relevancy .result_percent {
	width:14px;
}

.page_search_results ul.search_results li.percent_30 .result_relevancy .result_percent {
	width:21px;
}

.page_search_results ul.search_results li.percent_40 .result_relevancy .result_percent {
	width:28px;
}

.page_search_results ul.search_results li.percent_50 .result_relevancy .result_percent {
	width:35px;
}

.page_search_results ul.search_results li.percent_60 .result_relevancy .result_percent {
	width:42px;
}

.page_search_results ul.search_results li.percent_70 .result_relevancy .result_percent {
	width:49px;
}

.page_search_results ul.search_results li.percent_80 .result_relevancy .result_percent {
	width:56px;
}

.page_search_results ul.search_results li.percent_90 .result_relevancy .result_percent {
	width:63px;
}

.page_search_results ul.search_results li.percent_100 .result_relevancy .result_percent {
	width:70px;
}

.page_search_results ul.search_results li span {
	display:block;
}

.page_search_results ul.search_results li span.result_type {
	text-transform:uppercase;
	font-size:11px;
	margin:0 0 5px;
}

.page_search_results ul.search_results li span.result_title {
	color:#FF0000;
	font-size:14px;
}

.page_search_results ul.search_results li span.result_information {
	color:#666;
}

.page_search_results ul.search_results li span.result_date {
	font-style:italic;
	color:#666;
}

/* advabced search */
.advanced #main {
	width:auto;
	float:none;
}

.page_search_results #main .advanced_search {
	background-color:#eee;
	padding:25px 30px 30px;
	overflow:hidden;
	zoom:1;
	margin:0 auto;
	width:650px;
}

.page_search_results #main .advanced_search h1 {
	margin:0 0 25px;
}

.page_search_results #main .advanced_search .form_wrap {
	width:400px;
	float:left;
}

.page_search_results #main .advanced_search .form_wrap fieldset {
	border:none;
}

.page_search_results #main .advanced_search .form_wrap legend {
	display:none;
}

.page_search_results #main .advanced_search .form_wrap .user_submit {
	text-align:right;
}

.page_search_results #main .advanced_search .form_wrap .user_submit input {
	width:100px;
}

.page_search_results #main .advanced_search .filter_pane {
	width:180px;
	float:right;
}

.page_search_results #main .advanced_search .filter_pane h3 {
	text-transform:uppercase;
	font-size:12px;
}

.page_search_results #main .advanced_search .filter_pane ul {
	list-style:none;
	margin:0;
}

.page_search_results #main .advanced_search .filter_pane ul li {
	margin:0 0 3px;
}

.page_search_results #main .advanced_search .filter_pane ul li label {
	vertical-align:middle;
}

.page_search_results #main .advanced_search .filter_pane ul li input {
	margin:0 10px 0 0;
}

.page_search_results #main .advanced_search .form_wrap ul {
	list-style:none;
}

.page_search_results #main .advanced_search .form_wrap ul li {
	margin:0;
	overflow:hidden;
	zoom:1;
	margin:0 0 10px;
}

.page_search_results #main .advanced_search .form_wrap ul li label {
	text-transform:uppercase;
	font-weight:bold;
	margin:3px 0 0;
	float:left;
}

.page_search_results #main .advanced_search .form_wrap ul li input,
.page_search_results #main .advanced_search .form_wrap ul li select {
	float:right;
	margin:0;
	width:235px;
}

.page_search_results #main .advanced_search .form_wrap ul li select {
	width:245px;
}

/* faq page */
.page_faq #main {
	width:705px;
}

.page_faq #main ul.question_titles {
	list-style:none;
	margin:0;
	background-color:#EEE;
	padding:15px 20px;
	margin:0 0 15px;
}

.page_faq #main ul.question_titles li {
	margin:0;
}

.page_faq #main ul.question_titles li span.question_number {
	width:25px;
	display:block;
	float:left;
}

.page_faq #main ul.question_titles li a {
	font-weight:bold;
}

.page_faq #main ul.question_answers {
	list-style:none;
	margin:0;
	padding:15px;
}

.page_faq #main ul.question_answers li {
	margin:0 0 20px;
}

.page_faq #main ul.question_answers li span.question_title {
	font-weight:bold;
	display:block;
	margin:0 0 10px;
}

.page_faq #main ul.question_answers li span.question_number {
	display:block;
	float:left;
	margin:0 7px 0 0;
}

.hidden {
	visibility:hidden;
}

/* sitemap */
.page_sitemap #main {
	width:auto;
}

/* Catwalk Schedule page */

/*.page_catwalk_schedule h1 {
	font-size: 20px;
}

.page_catwalk_schedule #main {
	width: 706px;
}

.page_catwalk_schedule table {
	width: 100%;
	_width: 99%;
}


.page_catwalk_schedule tr.presentation {
	background:#DCF4EC;


}
.page_catwalk_schedule td {
	border: none;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
	padding: 3px;
}




.page_catwalk_schedule .presentation td {

	font-style:italic;
}



.page_catwalk_schedule h3 {
	margin-top: 12px;
}

.page_catwalk_schedule #main h2 {
	font-size: 14px;
}

.page_catwalk_schedule #sideright {
	background:#FFFFFF url(../../images/lfw/sideright.png) repeat-y scroll 0 0;
}

.page_catwalk_schedule #sideright_wrap {
	background: url(../../images/lfw/sideright_top.png) no-repeat 0 0;
}*/

/*.page_catwalk_schedule #sideright_wrap2 {
	padding: 30px 15px 150px 15px;
	background: url(../../images/lfw/sideright_bottom.png) no-repeat 0 100%;
}

.page_catwalk_schedule #sideright .panel .head {
	border: 0;
	background: none;
}

.page_catwalk_schedule .schedule_table td.time {
	width: 140px;
}

.page_catwalk_schedule .schedule_table td.icons {
	width: 80px;
	font-weight: bold;
}

.page_catwalk_schedule .schedule_table td.designer {
	color: #666;
}

.page_catwalk_schedule .schedule_table td.location {
	width: 170px;
}
.page_catwalk_schedule .schedule_table td.show {
	width: 200px;
}

.page_catwalk_schedule .schedule_table td.video {
	width: 68px;
}

.page_catwalk_schedule .schedule_table h4 {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0 0 3px 0;
}

.page_catwalk_schedule .schedule_table .top {
	float: right;
	color: #666;
	text-decoration: underline;
	font-size: 11px;
}

.page_catwalk_schedule .key {
	margin: 0 0 18px 0;
}

.page_catwalk_schedule .key dl {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 12px 0;
}

.page_catwalk_schedule .key dt {
	clear: both;
	margin: 0;
	float: left;
	padding: 6px 0;
	width: 32px;
	text-align: center;
	background: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 3px;
}

.page_catwalk_schedule .key dl.presentation dt {

	background: #e1e1e1;

}

.page_catwalk_schedule #sideright  ul {
	list-style-type:square;
	padding:0 0 0 15px;
}



.page_catwalk_schedule #sideright  ul li {
	margin:0;
}


*/
.page_catwalk_schedule.dynamic #sideright h2 {
    font-size: 14px;
	text-align: left;
    text-transform: uppercase;
	 margin: 10px 0 0;
    padding: 7px 0;
}
.page_catwalk #sideleft .panel_designer_catwalks ul, .page_catwalk_new #sideright .panel_designer_catwalks ul {
    border-bottom: 1px solid #E2E2DF;
    margin: 4px 0 10px;
    padding-bottom: 2px;
}
.panel_designer_catwalks ul li {
    float: left;
    line-height: 0;
    margin: 0 1px 0 0;
}


/*panels.css (line 330)*/
.panel_designer_catwalks ul {
    list-style: none outside none;
    margin: 0;
}
.page_catwalk #sideleft .panel_designer_catwalks p, .page_catwalk_new #sideright .panel_designer_catwalks p {
    margin: 0 0 6px;
}
.panel_designer_catwalks .panel_designer_catwalks {
	border:none;
	padding:3px;
	padding:0;
	/*margin-left:-5px;
	width:308px;*/
	}
.panel_designer_catwalks .head h2 {
	/*height:20px;*/
	line-height: 1.1em;
}
.page_catwalk #sideleft .panel_designer_catwalks .tabs_paging ul {
	border-bottom:none !important;}
.ui-tabs-nav {
	border-bottom:none !important;}
.page_catwalk .datescroller span.select, .page_catwalk_new .datescroller span.select {
    background: url("../../images/lfw/customselect.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    padding: 0 0 0 10px;
    position: absolute;
    text-transform: uppercase;
    width: 205px;
}
.template_3 .zone_3 h2 {
	display:none;}
.template_216 iframe#gallery, .template_1 iframe#gallery{
	width:945px !important;
	height: 607px !important;}
.template_216 .ui-dialog, .template_1 .ui-dialog {
	border-color:#000;
	height:607px !important;
	}
#fullscreenSlideshowContainer{
	z-index:200 !important;
}
.slider-wrap a img:hover{
	opacity:1 !important;}
.hrhmapview, .hrhmapview .page_map, .hrhmapview #main {
	width:960px;}
.hrhmapview .map_show {
	width:625px !important;}

.hrhmapview .descr_map img {
	margin-right:10px;
	}
.page_hrhgallery #content .main h1 {
	border-bottom:none;}
.page_hrhgallery .hotspot-desc {
	background: none repeat scroll 0 0 
	rgba(255, 255, 255, 1);
	border: 1px solid 
	#E1E1E1;
	bottom: 0;
	height: auto;
	left: 460px;
	padding: 20px;
	position: absolute;
	text-align: left;
	width: 400px;
	z-index: 99;
}
.page_hrhgallery .wrap {
	height:512px;}

.page_home #container li:first-child a img{
	width: 100%;
	height: 100%;
}
	
	
	
	
	
	
	
	
	
	
	
.ui-accordion-header{
	    font-size: 14px;
	   padding: 2px 0 2px 18px;
	border-left:3px solid #aaa;
background: url(../../../images/arrow-right.gif) no-repeat  3px 5px #ededed;
}
.ui-accordion-header.ui-state-active{
margin:0px;
	background: url(../../../images/arrow-down.gif) no-repeat  3px 5px #ededed;

}
.ui-accordion-content {
		padding-left:17px;
	margin-bottom:20px;
}
	
	
.schedule_accordion ul {
	margin:7px 0px;
}	
	
.schedule_accordion ul li {
	margin-top:7px;
}

.dsq-textarea-background {

    border: 1px solid #DDDDDD!important;
    border-radius: 0px!important;

}

.dsq-comment-header {
   
	background:none!important;
	background-color:#DCF4EC!important;
    border: 1px solid #ccc !important;
    border-radius: 0px!important;

}


#comments {
	width:690px;
	margin-top:20px;
}

#dsq-content div, #dsq-content p, #dsq-content h3 {
    color: #666!important;
}

#dsq-subscribe li a {
	    color: #666666!important;
}

.live_page #video,
.live_page #comments {
	  margin-right: 5px;
	  margin-left: 5px;
}

.module h3 a,
.module a,
.page_news_detail .main.module p a{
	color:#3ba488;
	/*text-decoration:underline;*/
}
.sideright div.video h3 {
	padding:10px 8px 4px;;
	background-color:#dcf4ec;
	margin:0;
	}
.sideright .video p {
	background-color:#FFF;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	border: 4px solid #dcf4ec;
	margin:0;
	font-family:"Gotham-Light", Arial, Helvetica, Sans-Serif;
	font-size:14px;
	text-transform: uppercase;
	}

.sideright .panel{
	font-size: 12px;
}


	
	.sponsors-title,
	.suppliers-title {
		/* border-bottom:1px solid #ddd; */
		margin-bottom:20px;
		text-transform:uppercase;
		color:#666;
		float:left;
		/* width:99px; */
		margin-right:0px;
		
		
	
		padding-right: 0;
}

.sponsors-title span, .suppliers-title span{
	border-bottom: 1px solid #ddd;
width: 100%;
display: block;
}
	
/* SPONSOR PAGE STYLES */
	.sponsors-list,
	.suppliers-list {
	   display: block;
	    
	   /* float: left; */
	    
	   /* width: 840px; */
		margin-bottom:50px;
		border-left:1px solid #ddd;
	}


/*	.sponsors-list img,
	.suppliers-list img{
		width: 120px !important;
	}	
*/



	.sponsors-list li,
	.suppliers-list li {
		    /* float: left; */ 
			  
		    padding: 10px;
			  border-bottom:1px solid #ddd;
	}
		
	.sponsors-list li a,
	.suppliers-list li a{	
	    display: table-cell;
	    height: 118px;
	    vertical-align: middle;
	    width: 260px;
		text-align:center;
	}

	.suppliers-list li a{
		/*width: 400px;*/
	}

	.suppliers-list li{
		/*float: center;*/
	}


	/*.sponsors-list li:last-child a  {
		 width: 820px;
	}*/
	
		.sponsors-list li:nth-child(14) a,
		.sponsors-list li:nth-child(15) a,
		.sponsors-list li:nth-child(16) a {
		 width:260px;
	}
		
/*	.suppliers-list li:last-child a{
			 width: 820px;
	}*/

	.one_fourth.item-48 a{
		width: 165px;
		padding: 0;
		height: 165px;
	}
	

	#content .lead_panel .wrapper .overlay h1 {
		 background-color: #FFFFFF;
	    border: medium none !important;
	    color: #000000;
	    font-family: "Gotham-Light",Arial,Helvetica,sans-serif;
	    font-size: 21px;
	    margin: 0;
	    text-decoration: none;
	    margin-bottom: 10px;
	}


	#content .lead_panel .wrapper .overlay p {
		text-transform: none;
		color: #000000;
		font-family: Arial,sans-serif;
		letter-spacing: 0px!important;
	}
	
.swatch-logo{
	background: #fff url(/images/swatch.png) center center no-repeat;
	height: 100px;
	border: 1px solid #e6e6e6;
	/* border-bottom: none;*/
}

.panel-countdown iframe{
	border:solid 1px #e6e6e6;
	overflow: hidden;
	margin-bottom: 15px;
	width: 100%;
}

/************ OVERWRITE BOOTSTRAP *****************/
a:hover, a:focus{
	color: inherit;
}

/**** HOME PAGE GRID *******/

.one_fourth_flat.greenlightest {
    margin-right: 0;
}

.header_wrap .bfclogo ,  .one_fourth{
	padding-top: 0;
}

/*.page_home .grid .one_fourth{
	width: 159px;
	height: 159px;
}*/



/*.page_home .grid .one_fourth.item-48 a{
	width: 159px;
	height: 159px;
}*/

/*.page_home .grid .one_fourth a .gallerythumb , .page_home .grid .one_fourth a .gallerydesc{
	width: 159px;
	height: 159px;
}*/

.one_fourth a .gallerydesc, .one_fourth a .gallerythumb {
    width: 100%;
    height: 100%;
/*    -webkit-background-size: 100% auto !important;
         -o-background-size: 100% auto !important;
            background-size: 100% auto !important;*/
    /* background-repeat: no-repeat !important; */
}

.one_fourth a .gallerythumb {
    background-size: 100% auto !important;
}

.hpvideo iframe{
	width: 100% !important;
}

.primary_zone .cycle .cycle_slideshow .cycle_panel img{
	/*width: 100% !important;*/
	max-width: none !important;
}


/***************** MOBILE MENU ****************/

.header-mobile-logo{
	max-width: 100%;
}

.header-mobile-nav-list{
	display: none;
}

.mobile-nav-wrapper{
	margin-top: 40px;
}

.mobile-logo-wrapper{
	/*padding-right: 0;*/
}


.mobile-nav-wrapper div {
	float: right;
	margin-left: 17px;
}

.mobile-nav-wrapper a{
	text-indent: -99999px;
    display: block;
    width: 22px;
    height: 22px;
    background-size: 100%;
}

.header-mobile-search-link {
    background: url(/images/responsive/search.png) no-repeat center center;
}

.header-mobile-register-link {
    background: url(/images/responsive/login.png) no-repeat center center;
}

.header-mobile-nav-link {
    background: url(/images/responsive/menu.png) no-repeat center center;
}

blockquote{
	font-size: 13px;
}

.jspContainer{
	height: 135px !important;
}

.registernow img{
	width: 100% !important;
}

/* ----------------------- OWL CAROUSEL ------------------- */
.lcm-carousel-item-wrapper {
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height: 250px;
}
.lcm-carousel .carousel-prev , .lcm-carousel .carousel-next {
	font-size: 15px;
	position: absolute;
	z-index: 999;
	/* top: 40%; */
	background: none;
	padding: 5px;
	bottom: 25px;
}
.front-carousel {
	position: relative;
}
.carousel-next {
	/* right: 15px; */
	left: 50px;
}
.carousel-prev {
	left: 25px;
}
.carousel-caption {
	padding: 15px;
	background: none;
}
.lcm-carousel-item-title {
	font-size: 24px;	/* line-height: 1.3em; */

	/* display: inline; */

	/* margin-bottom: 1.3em; */

	/* padding: 10px 0 5px; */
	text-transform: uppercase;
	color: #fff;	/* background-color: rgba(0, 0, 0, .4); */

	/* 	box-decoration-break: clone; */

	/* box-shadow: 10px 0 0 rgba(0, 0, 0, .4), -10px 0 0 rgba(0, 0, 0, .4); */

	/* -webkit-box-decoration-break: clone; */
	font-family: "Gotham-Medium", arial, sans-serif;
}
.lcm-carousel-item-content {
	font-size: 14px;	/* line-height: 1.2em; */

	/* display: inline; */

	padding: 7px 0;
	/* color: #fff; */	/* background-color: rgba(0, 0, 0, .4); */

	/* 	box-decoration-break: clone; */

	/* box-shadow: 10px 0 0 rgba(0, 0, 0, .4), -10px 0 0 rgba(0, 0, 0, .4); */

	/* -webkit-box-decoration-break: clone; */
	font-family: "Gotham-Light", arial, sans-serif;
}

/*.front-carousel-item-title:after {
	display: block;
	clear: both;
	width: 100%;
	height: 2px;
	background: red;
}*/
.carousel-caption hr {
	height: 10px;
	margin: 0;
	padding: 0;
	color: transparent;
	border-color: transparent;
	background: transparent;
}
.lcm-carousel-caption {
	/* position: absolute; */
	z-index: 9;
	bottom: 0;
	bottom: 0;
	background: #afe8db;
	padding: 15px !important;    /*text-shadow:1px 1px rgba(0,0,0,0.6);*/
	width: 100%;
	height: 250px;
}
.lcm-carousel-item {
	position: relative;
}
.lcm-carousel-itemÃ‚Â hr {
	display: none !important;
}
.lcm-carousel-item p {
	margin: 0;
	font-size: 14px;
}
.lcm-carousel {
    margin-bottom: 15px;
}

.sideright .video_RHS iframe {
    height: 122px !important;
}

.videosplayer .desktop-video-panel iframe {
    height: 338px !important;
}

.events-wrapper1 h2 {
    line-height: 1 !important;
    margin: 30px 0 0 0 !important;
    background: #DCF4EC;
    padding: 8px;
}

.events-wrapper1.page_catwalk_schedule .schedule_table td.icons{
	font-weight: normal;
	width: 120px !important;
}

.events-wrapper1.page_catwalk_schedule .schedule_table td.time{
	width: 105px !important;
}

.events-wrapper1.page_catwalk_schedule .schedule_table td.show{
	width: 220px !important;
}

.events-wrapper1.page_catwalk_schedule .schedule_table td.location{
	width: 320px !important;
}

.events-wrapper1.page_catwalk_schedule .schedule_table td{
	-ms-word-break: break-word;
	word-break: break-word;
	/*font-size: 12px;*/
	padding: 12px 8px;
}

.events-wrapper1{
	/*display: none;*/
}

.events-wrapper1.page_catwalk_schedule .schedule_table tr:nth-child(2n) {background: #f5f5f5;}