/* Custom fonts via google font api */

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	min-height:100%;
	color:#F27D00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	line-height: 13pt;
	
	background-color: #ffffff;
	background-attachment: fixed;
}
a, a:link, a:visited { color:#f27d00; text-decoration:none; }
a:hover, a:active { color:#b80000; text-decoration:underline; }

h1,h2,h3,h4,h5 { padding: 0; margin: 0; font-weight: 500; font-family: 'Ruluko', sans-serif;}

h1 {font-size: 40px; color:#b80000; letter-spacing: -3px; text-shadow: 0 0 4px rgba(255,0,0,1.0); margin: 10px 0 30px 0; }
h2 {font-size: 12pt; color:#868686; text-shadow: 0 0 1px rgba(200,200,200,0.3); }
h3 {font-size: 14pt; color:#f27d00; font-family:Georgia, "Times New Roman", Times, serif; margin: 0 0 10px 0; text-shadow: 0 0 1px rgba(255,255,255,0.3); }
h4 {font-size: 30px; color:#f27d00; text-shadow: 0 0 1px rgba(255,255,255,0.3); }
h5 {font-size: 20px; color:#f27d00; text-shadow: 0 0 1px rgba(255,255,255,0.3); }

#contentwrap {
	margin: 0px auto;
	padding: 50px 0px;
	width: 940px;
	text-align: center;
}
#gradient { min-width: 940px; background-image: url(../img/bg-gradient-tile.png); background-repeat:repeat-x; background-position:top; background-attachment: fixed;}

#header {
	height: 42px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#header_logo { width: 42px; height: 42px; float: left;}
#header_nav {
	width: 500px;
	height: 12px;
	float:left;
	margin-top: 16px;
	margin-right: 30px;
	margin-bottom: 14px;
	margin-left: 30px;
}

a.bli {
	display:block;
	float:left;
	width:239px;
	height:53px;
	line-height:42px;
	background:url(../img/bl-logo.png) no-repeat 0px 0px;
	overflow:hidden;
	border:none;
	outline:none;
	text-indent:-8000px;
	cursor:pointer;
}
a.bli:hover, a.bli.hover { background-position: 0 -42px; }

#header_nav a { display:block; float:left; width:69px; height:12px; line-height:12px; background: url(../img/nav.png) no-repeat 0px 0px; overflow:hidden; border:none; outline:none; text-indent:-8000px; cursor:pointer; }
#header_nav a.about-us 										{ background-position: 0px 0px; width:69px; }
#header_nav a.about-us:hover, #header_nav a.about-us.hover 	{ background-position: 0px -12px; }
#header_nav a.our-work 										{ background-position: -69px 0; width:88px; }
#header_nav a.our-work:hover, #header_nav a.our-work.hover 	{ background-position: -69px -12px; }
#header_nav a.contact 										{ background-position: -157px 0; width:81px; }
#header_nav a.contact:hover, #header_nav a.contact.hover 	{ background-position: -157px -12px; }


#content, .section { width: 940px; }

.block_label { width: 240px; float: left; }
.block_content { width: 700px; float: right; }
.block_lineuptop { padding: 13px 0px 0px 0px; }

.linebreak, .linebreak_label {
	background: url(../img/line-break.png) repeat-x 0px 0px;
	height: 10px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.linebreak_label { margin: 0px 20px 20px 0px; }
.clear, .spacer, .linebreak {clear: both; }
.mini_line { width: 50px; height: 29px; border-top: 1px solid #999999; float:left; }

.label_title { float:left; }
.label_title_line { border-bottom:#999999 1px solid; float:right; margin: 0 20px 0 0; height: 13px; }

#footer {
	color: #8b8b8b;
	font-style:italic;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footer_nav, #footer_contact {
	width: 400px;
	float: left;
}
#footer_network { width: 100px; float: right; }
.footer-h1, .footer-h1 a, .footer-h1 a:link, .footer-h1 a:visited {color:#b80000;}


/* HOMEPAGE */
/* -------------------- */
#left-arrow-wrap,
#right-arrow-wrap {
	width: 63px;
	height: 121px;
	z-index: 2;
	position:absolute;
	left: 50%;
	top: 200px; /*50%;*/
}
#left-arrow-wrap { margin-left: -563px; /*-550px;*/ }
#right-arrow-wrap { margin-left: 500px; }
#left-arrow-wrap a:focus,
#right-arrow-wrap a:focus { outline:none; }
.left-arrow{background:url(../img/arrows.png) -25px 0;cursor:pointer;display:block;float:left;height:121px;width:63px;overflow:hidden;outline:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.left-arrow:hover{background-position:-112px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.right-arrow{background:url(../img/arrows.png) -25px -121px ;cursor:pointer;display:block;float:left;height:121px;width:63px;overflow:hidden;outline:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.right-arrow:hover{background-position:63px -121px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#homepage_feature {
	width: 940px;
	height: 100px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#homepage_feature h2,
#homepage_feature h3 { font-family: 'Ruluko', sans-serif; font-size: 60px; line-height: 50px; color: #f27d00f27d00; text-shadow: none; letter-spacing: -6px; }
#homepage_feature h3 { font-size: 95px; line-height: 95px; }
.feature_slide {
	display: none;
	width: 940px;
	height: 354px;
	padding: 0px;
}
/*#homepage_feature div.first {display: block;}*/ /* Hide first as well to enable fade in */
.feature_slide_scaffolding {
	width: 640px;
	height: 354px;
	padding: 0px 0px 0px 300px;
}
.feature_content {
	position: relative;
	opacity:0.8; 
	filter:alpha(opacity=80);
	background-color: #ffffff;
	padding: 25px;
	width: 250px;
	font-style:italic;
	margin: 25px 0px 65px 0px;
}
.feature_button,
.feature_button:link,
.feature_button:visited {
	display: block;
	height: 17px;
	line-height: 17px; 
	width: 100px;
	padding: 10px;
	margin: 0px;
	border: none;
	color: #f27d00f27d00;
	background-color:#ff0000;
	opacity:0.9;
	filter:alpha(opacity=90);
	font-style:italic;
	text-align:center;
	text-decoration:none;
	z-index: 3;
	position:absolute;
	left: 200px;
	/*top: 94px;*/
	bottom: -12px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
.feature_button:hover,
.feature_button:active {
	background-color:#f27d00;
	text-decoration:none;
	cursor:pointer;
	color:#000000;
}

#icon_nav {
	background-image:url(../img/home-icons-n.png);
	font-style:italic;
	font-size: 16px;
	width: 940px;
	height: 260px;
	margin: 0px 0px 80px 0px;
	text-align: center;
	color: #F27D00;
}
#icon_nav .icon_nav_link { display: block; width: 300px; height: 260px; float: left; margin: 0 20px 0 0; overflow:hidden; text-decoration:none; }
h6 { color:#ad0000; font-size: 18px; margin: 0 0 7px 0; font-weight: normal; }
.ico-top, .ico-bot { width: 300px; height: 165px; overflow: hidden; position: relative; }
.ico-bot { height: 95px; color: #7b7b7b; }
.ico-inner-top { width: 300px; height: 165px; position: absolute; bottom: 0; display: none; }
.ico-inner-bot { width: 280px; height: 72px; background:url(../img/ico-bot.png) 0 0; position: absolute; top: 0; display: none; padding: 18px 10px 0 10px; }

/* ABOUT US */
/* -------------------- */
.about_content { width: 440px; padding: 0px 0px 28px 0px; font-style:italic; }
.about_content p { margin: 0px 0px 12px 0px; }

.service { width: 200px; height: 80px; background: transparent url(../img/services-bg.gif) no-repeat 0px 0px; padding:15px 10px; margin: 0 20px 20px 0; color:#7b7b7b; font-style:italic; text-align:center; float:left; cursor:default; }
.service_last { margin-right: 0px; }
.service h3 { position: relative; }
.service:hover, .service.hover { background-color:#f27d00f27d00; background-image:none; text-decoration:none; color:#7b7b7b; }
.service:hover h3 { font-size: 14pt; font-weight:500; color: #b80000; padding: 0; margin: 0 0 10px 0; text-shadow: 0 0 1px rgba(216,0,0,0.6); }

a.see-our-work{ background: url(../img/see-our-work.png) no-repeat 0px 0px; cursor:pointer; display:block; float:left; height:72px; line-height:72px; width:181px; overflow:hidden; margin: 20px 0 0 15px; border:none; outline:none; text-indent:-8000px;}
a.see-our-work:hover, a.see-our-work.hover{ background-position:0 -72px; }

.brand,
.partner {
	width: 124px;
	height: 124px;
	float: left;
	text-align:center;
	padding: 0px;
	margin: 0 20px 20px 0;
}
.brand_last, .partner_last { margin-right: 0px; }
.brand_link,
.partner_link {
	display: block;
	width: 124px;
	height: 124px;
	line-height: 124px;
	background-color: #181818;
	color: #181818;
	text-decoration: none;
	
	-webkit-transition: -webkit-border-radius 0.3s ease-in;
	-moz-transition: -moz-border-radius 0.3s ease-in;
	-o-transition: border-radius 0.3s ease-in;
	-ms-transition: border-radius 0.3s ease-in;
	transition: border-radius 0.3s ease-in;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.brand_link:hover,
.partner_link:hover {
	background-color: #101010;
	color: #101010;
	
	border-radius: 100px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*OUR WORK*/
/* -------------------- */
#projectnav-wrap{
	background-image:url(../img/bg_black.png);
	margin: 0 20px 0 0;
	position:absolute;
	top:295px;
	width:220px;
	z-index: 100;
}
.projectnav-header {
	width:220px;
	height:57px;
	margin: 0 0 25px 0;
	background: transparent url(../img/title_projects.png) no-repeat 0px 0px;
	position: relative;
}
.projectnav-body{padding:0 0 0 20px; margin: 0 20px 0 0; font-style:italic;
	width: 180px; height: 200px; /*overflow-y:auto;overflow-x:hidden;*/
}
.project_sort,
.project_sort:link,
.project_sort:visited {
	display: block;
	height: 30px;
	line-height: 30px; 
	width: 70px;
	padding: 0px;
	margin: 0px;
	border: none;
	color: #f27d00f27d00;
	background-color:#ad0000;
	font-size: 11pt;
	font-style:italic;
	text-align:center;
	text-decoration:none;
	position:absolute;
	top: 10px;
	right: 10px;
	outline: none;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}
.project_sort:hover,
.project_sort:active,
.project_sort.hover {
	background-color:#970000;
	text-decoration:none;
	cursor:pointer;
	color:#f27d00f27d00;
}
#project_sort_options {
	width: 110px;
	height: 101px;
	position:absolute;
	right: 0px;
	bottom: 64px;
}
.project_sort_options_top { width: 108px; height: 92px; background-color: #b80000; padding: 1px; }
.project_sort_options_bot { width: 110px; height: 7px; background: transparent url(../img/title_projects.png) no-repeat 40px bottom; overflow:hidden; }
#project_sort_options a,
#project_sort_options a:link,
#project_sort_options a:visited {
	display: block;
	height: 23px;
	line-height: 23px; 
	width: 99px;
	padding: 0px 0px 0px 9px;
	margin: 0px;
	border: none;
	color: #f27d00f27d00;
	background-color:#b80000;
	font-size: 9pt;
	font-style:italic;
	text-align:left;
	text-decoration:none;
	outline: none;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}
#project_sort_options a:hover,
#project_sort_options a:active {
	background-color:#970000;
	text-decoration:none;
	cursor:pointer;
	color:#f27d00f27d00;
}
#project_sort_options a.current_sort {
	background-color:#ad0000;
	cursor:default;
}
/* (To be removed...) */
/*
.fancy-scrollbar::-webkit-scrollbar{height:9px;width:9px;}
.fancy-scrollbar::-webkit-scrollbar-button:start:decrement,.fancy-scrollbar::-webkit-scrollbar-button:end:increment{background:transparent;display:none;}
.fancy-scrollbar::-webkit-scrollbar-track-piece{background:#d0d0d0;}
.fancy-scrollbar::-webkit-scrollbar-track-piece:vertical:start{border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:0;border-bottom-left-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;}
.fancy-scrollbar::-webkit-scrollbar-track-piece:vertical:end{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:5px;border-bottom-left-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;}
.fancy-scrollbar::-webkit-scrollbar-track-piece:horizontal:start{border-top-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:5px;}
.fancy-scrollbar::-webkit-scrollbar-track-piece:horizontal:end{border-top-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:0;}
.fancy-scrollbar::-webkit-scrollbar-thumb:vertical,.fancy-scrollbar::-webkit-scrollbar-thumb:horizontal{background:#999;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;display:block;height:50px;}
*/
.projectnav-anim{background:url(../img/side-projects-anim.png) 0 0;cursor:pointer;display:block;height:18px;width:172px;overflow:hidden; margin: 0 0 2px 0; 
	opacity:0.9; 
	filter:alpha(opacity=90);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.projectnav-anim:hover{background-position:-180px 0; /*-webkit-transform: translate(5px,0);*/}
.projectnav-anim:hover a {padding: 0 0 0 5px;}

.projectnav-anim.loaded{background-position:-180px 0;}
.projectnav-anim.loaded a {padding: 0 0 0 5px;}

.projectnav-body a:link, .projectnav-body a:visited, .projectnav-body a:hover, .projectnav-body a:active { color:#f27d00; text-decoration:none; outline:none; }
.projectnav-body a:active { color:#b80000; }

/* --- mCustomScrollbar-specific styling --- */
#mcs_container{position:relative; /*top:140px; margin:0 0 0 40px; width:260px; height:600px; padding:0 10px; border-top:1px solid #333; border-bottom:1px solid #333;*/}
#mcs_container .customScrollBox{position:relative; /*height:100%;*/ height:200px; overflow:hidden;}
#mcs_container .customScrollBox .container{position:relative; width:172px; top:0; float:left;}
#mcs_container .customScrollBox .content{clear:both;}
#mcs_container .dragger_container{position:relative; width:2px; height:200px; float:left; margin:0 0 0 5px; /*background:#000;*/ cursor:pointer -moz-border-radius:2px; -khtml-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; cursor:s-resize;}
#mcs_container .dragger, #mcs_container .dragger_pressed{position:absolute; width:4px; margin-left:-1px; height:60px; background:#999; text-align:center; line-height:60px; color:#666; overflow:hidden; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; cursor:pointer;}
#mcs_container .dragger_pressed{cursor:s-resize;}
/* ------ */

#slider-wrap { width:700px; height:400px; margin-bottom:34px; }
#project_feature { min-height:400px; padding-bottom: 30px; position:relative; }
.project_loading { background: transparent url(../img/loading_4.gif) no-repeat 50% 230px;}
.kb_overlay { width:700px; height:400px; z-index: 5; position:absolute; }

.project-info-wrap {font-style:italic; padding: 20px 0 40px 0; }
.project-info-text {width: 440px; float:left; margin: 0 30px 0 0}
.project-info-date-wrap {width: 220px; float: left}
.project-info-date {width: 45px;float: left ;color:#b80000;}

.project_error { font-style:italic; }

.project {
	width: 220px; 
	height: 165px;
	margin: 0 20px 20px 0;
	font-style:italic;	 
	float:left; 
	cursor: pointer;
}
.project_link, 
.project_link:link, 
.project_link:visited {
	display: block;
	width: 220px; 
	height: 165px;
	line-height: 165px; 
	border: none; 
	color: #f27d00f27d00;
	background: transparent url(../img/projects-hover.png) no-repeat 0px 0px;
	padding: 0px;
	margin: 0px;
	font-style:italic;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
}
.project_link:hover,
.project_link:active,
.project_link.hover {
	background-position:-220px 0px;
	text-decoration:none;
	color:#f27d00f27d00;
}
.project_title_container {
	width:  200px;
	height: 34px;
	padding: 122px 10px 9px 10px;
}
.project_title_container,
.project_title,
.project_subtitle { line-height: 17px; }
.project_subtitle { color:#8a8a8a; }
.project_link:hover .project_subtitle,
.project_title { color:#f27d00f27d00; }
.project_last { margin-right: 0px; }
.loadmore, 
.loadmore:link, 
.loadmore:visited {
	display: block;
	height: 17px;
	line-height: 17px; 
	width: 200px; 
	border: none; 
	color: #f27d00f27d00;
	background-color:#b80000;
	opacity:0.9;
	filter:alpha(opacity=90); 
	/*padding: 12px 10px 10px 10px;*/
	padding: 10px;
	margin: 0 auto;
	font-style:italic;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	
	-webkit-transition: all 0.3s ease;
}
.loadmore:hover,
.loadmore:active {
	background-color:#5d0707;
	text-decoration:none;
	border: none;
}

/* CONTACT US */
/* -------------------- */
.map { width: 460px; height: 270px; float: left; }
.map-address { width: 182px; float: right; font-style:italic; padding: 15px 20px 17px 20px; background: transparent url(../img/bg_black.png) repeat 0px 0px; }
#map_canvas { width: 100%; height: 100%; /*width: 460px; height: 270px;*/ }
.map_link, 
.map_link:link, 
.map_link:visited,
.map_link:hover,
.map_link:active {
	display: block;
	width: 460px; 
	height: 270px;
	line-height: 270px;
	border: none;
	outline: none; 
	color: #f27d00f27d00;
	font-style:italic;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	background: transparent url(../img/map.png) no-repeat 0px 0px;
}

.input-field {
	width: 330px;
	height: 40px;
	margin:0 0 20px 0;
}
.input-message {
	width: 200px;
	height: 144px;
	padding: 10px;
}
input, textarea {
	background-color:#0c0c0c;
	color:#c2c2c2;
	font-size:9pt;	
	border: 1px solid #373737;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0 10px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
input:hover,
input:focus,
.input-message:hover,
.input-message:focus {
	background-color:#1c1c1c;
	border: 1px solid #6d6d6d;
	outline: 0;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.send_message {
	display: block;
	height: 42px; 
	width: 220px; 
	border: none; 
	color: #f27d00f27d00;
	background-color:#b80000;
	opacity:0.9;
	filter:alpha(opacity=90); 
	padding: 12px 10px 10px 10px;
	margin: 0 auto;
	font-style:italic;
	text-align:center;
	cursor:pointer;
	
	-webkit-transition: all 0.3s ease;
}
.send_message:hover,
.send_message:focus {
	background-color:#5d0707;
	border: none;
}
.errorSummary {
	padding: 0px 0px 20px 0px;
}
.errorSummary ul {
	padding: 0px 0px 0px 117px;
	list-style: none;
}
.errorSummary ul li,
span.required {
	color: #b80000;
}
.error input, .error input:hover,
.error .input-message, .error .input-message:hover {
	border: 1px solid #b80000;
}
.error input:focus, .error .input-message:focus {
	border: 1px solid #6d6d6d;
}
.flash-msg {
	padding: 0px 0px 20px 0px;
	font-style:italic;
}
.flash-success { color: #999999; }
.flash-error { color: #b80000; }

/* COMMON STYLES */
/* -------------------- */
.margin-zero {margin: 0}
.float-left {float: left}
.red-text { color:#b80000}
.white-txt { color:#f27d00f27d00}

/* Background Stretcher Plugin Styles (copied verbatim - TODO: check) */
/* -------------------- */
HTML {_background: url(../images/trans.gif) no-repeat fixed;}
.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}

/* prettyPhoto Plugin Styling */
/* ---------------------- */
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000} /*transparent url(../img/bg_black.png) repeat 0px 0px;*/
div.dark_square .pp_description{color:#f27d00;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../img/loading_4.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../img/prettyPhoto/bottomline/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../img/prettyPhoto/bottomline/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../img/prettyPhoto/bottomline/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../img/prettyPhoto/bottomline/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:22px;height:22px;background:url(../img/prettyPhoto/bottomline/sprite.png) -54px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../img/prettyPhoto/bottomline/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/bottomline/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../img/prettyPhoto/bottomline/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../img/prettyPhoto/bottomline/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../img/prettyPhoto/bottomline/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../img/prettyPhoto/bottomline/btnPrevious.png) center left no-repeat;cursor:pointer}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:none;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../img/prettyPhoto/bottomline/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../img/prettyPhoto/bottomline/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../img/prettyPhoto/bottomline/btnPrevious.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:32px;left:50%;position:absolute;top:50%;width:32px;margin:-16px 0 0 -16px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{font-family:'Ruluko',sans-serif;font-weight:500;color:#f27d00;display:none;font-size:17px;z-index:9999;text-shadow: 0 0 1px rgba(255,255,255,0.3);margin:0 0 5px 15px}
.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#f27d00}
div.dark_square .pp_details{position:relative}
div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.dark_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.dark_square .currentTextHolder{color:#c4c4c4;font-style:italic;font-weight:500;}
div.dark_square #pp_full_res .pp_inline{color:#f27d00}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
