/*-  prleap blue
----------------------------------------------------------------------*/

body {
	margin: auto;
	padding: 0;
	background: #EAEEF0;
	color: #333;
	font-size: 1em;
	line-height: 1.7em;
}

#top {
	width: 100%;
	height: 80px;
	margin: 0 0 16px 0;
	z-index: 10000;
}

#blue_bar {
	background: #005998;
	color: #ffffff;
	border-bottom: 1px solid #0b3d71;
}

header {
	margin: 0;
}

header nav {
	padding: 10px 0 10px 0;
	height: 22px;
}

header nav a {
	font-weight: bold;
}

header nav img {
	padding: 0 0 8px 0;
}

header nav .span9 {
	padding-left: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

header nav .span9 {
	padding-left: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

header nav .span12 {
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.brand_bar {
	margin:  0 0 40px 0;
	padding: 24px 0 8px 0;
	
	background: #ffffff;
	height: 40px;
	color: #000;
}

.brand_bar > header.container {
	padding-left: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

header a {
	color: #005998;
	font-size: 11px;
}


header #hdr {
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0;
	text-align: left;
}



#content {
	margin-bottom: 48px;
	padding: 8px 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	font-family:  Georgia, Helvetica, Verdana, sans-serif;
}

#content li {
	margin: 0 0 0 35px;
	padding: 0;
	font-family:  Georgia, Helvetica, Verdana, sans-serif;
	color: #333;
	line-height: 1.7em;
}

#meta {
	font-family:  Arial, sans-serif;
	margin:  10px 0 8px 0;
	font-size: 10px;
	color: #999;
}

#content .data {
	font-size: .65em;
	color: #999;
	font-family:  Arial, sans-serif;
	margin:  0;
	padding: 0;
	display: block;
}

#content .data a {
	color: #999;
}

#meta .embed {
	float: left;
	width: 60px;
	margin: 0 10px 0 2px;
}


#meta .smrEmbedButton {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: -moz-linear-gradient(19% 75% 90deg, #e7e7e7, #f1f1f1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7e7e7), to(#f1f1f1));
	border-radius:3px;
	border: 1px solid #ccc;
	padding:2px 8px;
	margin: 0 0 2px 0;
	color:#666;
	font-family: "Lucida Sans",sans-serif;
	font-size:11px;
	font-weight: 600;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
	vertical-align: super;
	cursor: pointer;
	
}

#meta #smrEmbedContainer {
	background: #555555;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid ccc;
	padding: 30px 10px 30px 20px;
	display:none;
	position:absolute;
	width: 260px;
	height: 160px;
	margin: 5px 0 0 0;
	color: #fff;
}

#meta #smrEmbedContainer textarea {
	width: 240px;
	height: 80px;
	font-family: monospace;
	font-size: 11px;
	color: #666;
	padding: 8px;
	margin: 4px 0;
}

#meta #smrEmbedContainer label {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#meta #smrEmbedContainer p {
	margin: 0;
	font-size: 12px;
}

p.message {
	margin: 20px 0 0 0;
	text-align: center;
	color: #999;
}

p.message em {
	font-size: 12px;
}

a {
     color: #0088CC;
}

H1 {
	font-family: Arial;
	font-size: 1.8em;
	font-weight: 100;
    margin: 0 0 16px 0;
}

H2 {
	font-family: Arial;
	font-size: 1.5em;
	font-weight: 100;
	margin: 0 0 16px 0;
	color: #333;
}



#gallery {
	display: block;
}

#gallery #embed{
	margin: 0 0 10px 0;
	display: block;
}

#gallery .caption {
	font-size: .80em;
	font-family: helvetica, Arial, sans-serif;
	color: #999999;
	margin: 8px 0 0 0;
	line-height: 1.2em;
}

#gallery #thumbs {
	line-height: 0;
	padding: 0;
	margin: 0;
	display: inline-block;
	margin: 20px 0;
}

#gallery .thumb {
	float:left;
	margin: 0 2px 8px 0;
	padding: 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 75px;
}

#gallery .thumb .image {
	height: 100%;
	overflow: hidden;
	width: auto;
	max-width: 100px;
}

#gallery .thumb img {
	width: auto;
	height: 100%;
	overflow: hidden;
}

#gallery .active {
	border-top: 2px solid #0088CC;
	border-bottom: 2px solid #0088CC;
	border-left: 2px solid #0088CC;
	border-right: 2px solid #0088CC;
}

#gallery .active img {
	margin: 0;
}


#contact {
	margin: 16px 0 24px;
}

#contact strong {
	text-transform: uppercase;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.modal {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}



#content hr {
	border-width: 2px 0 1px 0;
}


#more_news {
	margin: 24px 0 48px 0;
}

#more_news h2 {
	margin: 0 0 8px 0;
	font-size: 1em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.2em;
}



.thumbnails {
	margin-left: -16px;
}
.thumbnails > li {
	margin-left: 16px;
}

.thumbnail {
	width: 220px;
    height: 220px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #fff;
	color: #333;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    padding: 0; 
}

.thumbnail p {
	color: #333;
	font-size: 0.7em;
	font-weight: 600;
	line-height: 1.3em;
	margin: 0;
	padding:8px;
}

.thumbnail .crop {
    overflow: hidden;
    height: auto;
    max-height:  135px;
    margin-bottom: 4px;
}

.thumbnail img {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #f7f7f7;
	overflow: hidden;
}

.thumbnail .noImage {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: 400;
	padding: 12px 16px;
	margin: 0;
	color: #333;
}

a.thumbnail:hover {
	text-decoration: none;
	color: #333;
}

.thumbnail .brand {
	vertical-align: bottom;
	border-top: 1px solid #f7f7f7;
	padding: 8px 0;
	display: block;
	font-size: 0.75em;
	line-height: 1em;
}









#attachments {
	margin: 32px 0 32px 0;
}

#attachments strong {
	text-transform: uppercase;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#attachments ul {
	margin: 0;
}

#attachments ul li {
	margin: 8px 0 8px 0;
	list-style: none;
}

#attachments ul li i {
	margin: 0 8px 0 0;
}

#brand_box {
	background: #fff;
	margin: auto;
	padding: 8px 6px;
	
}

#brand_box .thumb strong {
	font-size: 10px;
}

#brand_box hr {
	margin: 10px 0;
}

footer {
	margin: 0;
	text-align: center;
	color: #999;
	font-size: 0.8em;
}

footer ul {
	margin:  0;
}

footer li {
	display: inline;
	margin: 0 10px 0 0;
}

@media (max-width: 360px) {

	#content h1 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 12px 0;
	}
	
	#gallery .thumb {
		border-top: 4px solid #fff;
		border-bottom: 4px solid #fff;
		border-left: 4px solid #fff;
		border-right: 4px solid #fff;
		margin-right: 6px;
		height: 27px;
	}
	
	#gallery .thumb img {

	}
	
	#brand_box {
		margin: 0 0 20px 20px;
		width: 90%;
		padding: 16px;
	}
}

@media (min-width: 361px) and (max-width: 480px) {
	#content h1 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 12px 0;
	}
	
	#gallery .thumb {
		border-top: 4px solid #fff;
		border-bottom: 4px solid #fff;
		border-left: 4px solid #fff;
		border-right: 4px solid #fff;
		margin-right: 6px;
		height: 48px;
	}
	
	#gallery .thumb img {
		
	}
	
	#brand_box {
		margin: 0 0 20px 20px;
		width: 90%;
		padding: 16px;
	}
	
}


@media (max-width: 767px) {
 	body {
	    padding-right: 0;
    	padding-left: 0;
	}
	#more_news {
  		margin-left: 16px;
	}
	.thumbnails > li {
      float: left;
	}
}


@media (min-width: 480px) and (max-width: 979px){
	
	#gallery .thumb {
		border-top: 4px solid #fff;
		border-bottom: 4px solid #fff;
		border-left: 4px solid #fff;
		border-right: 4px solid #fff;
		margin-right: 6px;
		height: 60px;
		
	}
	
	#gallery .thumb img {
	}

}

@media (min-width: 480px) and (max-width: 767px){
	#brand_box {
		margin: 0 0 20px 20px;
		width: 90%;
		padding: 16px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.thumbnail {
		width: 166px;
	    height: 166px;
	}
	
	.thumbnail p {
		width: 150px;	
		font-size: 0.7em;
		font-weight: 600;
		line-height: 1.3em;
		display: block;
		padding: 8px;
	}
	
	.thumbnail .crop {
		width: 100%;
		overflow: hidden;
		height: auto;
		max-height: 90px;
		margin-bottom: 4px;
		display: block;
	}
	
	.thumbnail img {
		width: 100%;
		height: auto;
		border-bottom: 1px solid #f7f7f7;
		overflow: hidden;
	
	}
}