/* Base Modifications */

html, body {
  height: 100%;
 }

@font-face {
    font-family: 'DINWebPro';
    src: url(/include/fonts/DINWebPro-Bold.woff) format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DINWebPro';
    src: url(/include/fonts/DINWebPro-Light.woff) format("woff");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'DINWebPro';
    src: url(/include/fonts/DINWebPro.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'DINWebPro';
    src: url(/include/fonts/DINWebPro-BoldIta.woff) format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'DINWebPro';
    src: url(/include/fonts/DINWebPro-MediumIta.woff) format("woff");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'DINWebPro';
    src: url(/include/fonts/DINWebPro-LightIta.woff) format("woff");
    font-weight: 300;
    font-style: italic;
}
*/

body {
/*	background:url("../images/new/bg.gif") top left repeat;*/
	font-family: 'DINWebPro', Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

a {
	color:#76b900;
        /* text-decoration: underline; */
}
a:hover {
        color:#8C0;
        text-decoration: underline;
}
a.name:hover{
       color: #00ADEE;
       text-decoration: none;
}
a.name {
       /* padding-top:120px; */
	color: #333;
        font-weight: 400;
} 
h1
{
	font-size: 32px;
	text-align: left;
	line-height: 60px;
	font-family: 'DINWebPro', Arial, Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: -1px;
	font-style: normal;
        margin-left: 0em;
}
section:nth-child(2) h1 {
	font-size:34px;
}
h1 em {
	color: #555;
	font-family: 'DINWebPro', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-size: 28px;
	line-height: 34px;
	font-family: 'DINWebPro', Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #444;
        letter-spacing: -1px;
}
h3 {
	font-size: 24px;
	line-height: 28px;
	font-family: 'DINWebPro', Arial, Helvetica, sans-serif;
	font-weight: 100;
	margin-bottom:10px;
        /* color: #00ADEE;*/
	color: #75B943;
        /* color: #444444;*/
        letter-spacing: -1px;
}
h4 span {
        position:absolute;
        top: -120px;
}

@media (max-width: 767px) {
	h1 {
		font-size: 32px;
		line-height: 48px;
		font-family: 'DINWebPro', Arial, Helvetica, sans-serif;
		font-weight: 100;
	}
	section:nth-child(2) h1 {
		font-size: 36px;
		line-height: 48px;
	}
	h2 {
		font-size: 28px;
		line-height: 36px;
		font-family: 'DINWebPro', Arial, Helvetica, sans-serif;
		font-weight: 100;
	}
}
@media (max-width: 480px) {
	h1 {
		font-size: 28px;
		line-height: 48px;
		font-family: 'DINWebPro', Arial, Helvetica, sans-serif;
		font-weight: 100;
	}
	section:nth-child(2) h1 {
		font-size: 36px;
		line-height: 48px;
	}
	h2 {
		font-size: 24px;
		line-height: 36px;
		font-family: 'DINWebPro', Arial, Helvetica, sans-serif;
		font-weight: 100;
	}
}
p {
	font-size:16pt;
	line-height:150%;
	font-family: 'DINWebPro', Arial, Helvetica, sans-serif;
        font-weight: 100;
        padding-bottom: .5em;
}
p.small {
	color:#333;
	font-size:14px;
}
p.note { 
       background-color: #f3ffde;
       margin: 1em 2em;
       padding: 1em;
       line-height: 140%;
       text-align:left;
}

p.extra_leading {
       margin-top: .5em;
}

.center {
	text-align:center;
}

pre.display {
	font-size: 12px;
}

.mono {
  font-family: monospace;
}

label {
  font-weight: normal;
}

li {
	/* font-size:12px; */
	line-height:150%;
	font-family: 'DINWebPro', Arial, Helvetica, sans-serif;
        font-weight: 100;
}

b {
	font-family: 'DINWebPro', Arial, Helvetica, sans-serif;
        font-weight: 500;
}

i { 
	font-family: 'DINWebPro', Arial, Helvetica, sans-serif;
        font-weight: 100;
        font-style: italic;
}

.borders {border: 2px solid #333;}

/*  Table formats  */
table.quarters {/*font-size: 12pt; */line-height: 20pt; font-family: 'DINWebPro', Arial, Helvetica, sans-serif; font-weight:100;width:90%;margin:0 auto;}
table.quarters tr { background-color: #F0F0F0; text-align:center;}
table.quarters td { text-align:center; padding:0.5em; }
table.quarters td a { color: #76b900; text-decoration: none; }
table.quarters td a:hover { color: #8c0; text-decoration: underline; }
table.quarters th { background-color: #666666; color: white; text-align:center; padding:0.7em; font-size:14pt; font-weight:100; }
table.quarters tr.dark { background-color: #C8C8C8; color:#333; }
table.quarters tr.lite { background-color: #F8F8F8; }
table.quarters tr.white { background-color: #FFFFFF; }
table.quarters td.left { text-align:left; padding-left:1em; }
table.quarters td.right { text-align:right; padding-right: 1em; }
table.quarters td.currency { text-align:right; padding-right: 10px; }
table.quarters td.lab { text-align:left; vertical-align: middle; padding-left: 6px; background-color:#E0E0E0; }
table.quarters td.arrow { text-align:left; padding-left: 12px; vertical-align:top;}
table.quarters td.text { text-align:left; padding: 6px 12px 6px 12px; vertical-align:top;}
table.quarters td ul { text-align:left; padding-left: 34px; font-size:11px; }
table.quarters.borders th, table.quarters.borders td { border: 1px solid #666; }

table.list {z-index:12; font-size: 12pt; line-height:20pt; font-family: 'DINWebPro', Arial, Helvetica, sans-serif; font-weight:100;}
table.list td { padding:5px;}
table.list td.right { text-align:right; }
table.list td.left { text-align:left; vertical-align:top; }

.gray-title { background-color: #666666; color: white; text-align: left; padding: 6px; font-size:14pt; font-weight:100; }

.webuser p{ margin:3px 0; line-height:140%; padding:0; }
.webuser p a{ font-size: 12pt; font-weight:100; margin-bottom:3px;padding:0; }

/* Bootstrap Modifications */
.top .page-header {
	padding: 0 10px 0 0;
	border-bottom: 0 none;
	text-align:left;
	margin:auto;
  }

.mid .page-header {
	padding:10px 10px 0 0;
	border-bottom: 0 none;
	text-align:left;
	margin:auto;
	width:100%;
}

.img-80 {
        width:80%;
}
.brand-small {display:none;}
          
.navbar-default {
        /* background-color: #fff; */
        background-color: transparent;
        /* border-color: #fff; */
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 8px;
}
/* .brand-large > img {
	height: 36px;
}
*/
.dropdown-menu li a {
        color:#777;
        padding: 8px 15px;
        text-transform:uppercase;
}
.dropdown-toggle {
	padding: 15px 8px;
} 
.page-header p {
	font-size: 18px;
	line-height: 27px;
}
.page-footer {
	border-bottom: 0 none;
	text-align:center;
}
.page-footer p {
	font-size: 18px;
	line-height: 27px;
	margin: -30px 0 -10px;
}
.thumbnail {
	display: inline;
	padding: 0;
	line-height: 1;
	border: 0 none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* Page Sections */
.main-wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
    	position: relative; 
}


.container {
	width: 80%; 
	max-width: 1024px;
        padding: 0 0 2px 0;
	margin: 0 auto;
}

.gallery-container {
	margin: 0 auto;
}

.bullet-container  {
	margin: 0 auto;
	width: 90%;
	max-width: 1024px;
}

.container-wrap {
	padding:0 20px;
}
.container-logox {
  float: left; 
  display: block;
  margin-left: 1em;
  width:75%;
  margin-top: 0em;
}
.container-redirectx {
	float: right;
        display: block;
	margin: 2.5em 5em 0 0;  
        display: inline; 
	color: #29aae2;
	text-align: right;
        height: 96px;
}
.dividerx {
	border: 1px solid #0FF; 
	color: white;
	display: inline;
	float: left;
        width: 100%;
	margin: 0 0 0 3.75em;
	height: 1.25em;
	/* background-image: url(/images/insider/pginsider-email-divider-700.png);*/
	background-repeat: no-repeat;
	/* background-color: #3B67AE; */ 
	   background-color: #FFFFFF;   
}      

.dividerx p {
  margin: -2px 0 0 5em;
  font-size: 7pt;
}
.wrapper {
	padding:0 0 30px 0;
}
.header-container, .footer-container {
	max-width:1024px;
	margin: 0 auto;
	overflow: visible;
}
section {
	overflow:hidden;
}

section.top {
	padding-top: 85px;
        padding-bottom: 30px;  /* controls space before footer */
}

section.alt {
	background:url("../images/new/bg-alt.gif") top left repeat;
}
.dark-bg  {
	/* background:url("../images/new/bg-dark.gif") top left repeat;*/
	background-color: #000;
}
section.simple {
	background:url("../images/new/bg-simple.gif") top left repeat;
}

section.simple-bottom-sep {
	border-bottom:1px solid #bad0d9;
}
section.plain-bottom-sep {
	border-bottom:1px solid #fff;
}
section.dark-bottom-sep {
	border-bottom:1px solid #333;
}
section.simple-top-sep {
	border-top:1px solid #bad0d9;
}
section.plain-top-sep {
	border-top:1px solid #fff;
}
section.dark-top-sep {
	border-top:1px solid #333;
}
.page {
	-webkit-box-shadow: 0px 5px 5px -5px #000;
	box-shadow: 0px 5px 5px -5px #000; 
}

.light {
	background:#fff;
}

.medium {
	background:#f0f6f8;
}

.container > .light, .container > .medium {
	background:#f0f6f8;
	border: 1px #DDD solid;
}

/* Added by PGI */
.container > .dark {
	background:url("../images/new/bg-dark.gif");
}

.page .span6, .page .span8, .page .span4 {
	padding:30px;
}
.ie7 .page .span6, .ie7 .page .span8, .ie7 .page .span4 {
	padding:0;
}
/* Header */
#header {
	background-color: #000;
	/* background: rgba(51,51,51,1.0);
	background: url("../images/new/bg.gif");*/
	z-index:100; 
	width:100%;
	position:fixed;
	top:0;
	left:0;
}

.header-block {
	overflow: visible;
	/*padding: 15px 10px 15px 10px;*/
	min-height:65px;
	/*width:80%;*/
}

header .shadow {
	background: url("../images/new/header-shadow.png") no-repeat center top;
	/*border-top: 1px #EEE solid; */
	clear: both;
	opacity: 0;
	position: absolute;
	left: 0; bottom: -20px;
	width: 100%; height: 20px;
	z-index: 0;
}

/* Footer */
.footer, .push {
        height: 50px;
        position: relative; 
}

#footer, .footer  {
	overflow:hidden;
	/* background:url("../images/new/bg-dark.gif");*/
	background-color: #000;
	border-top: 0px solid red;
	font-size:9px;
	line-height:13px;
	color:#FFF;
	padding-top:20px;
        bottom: 0;
        width: 100%;
}

.footer-list {
	float:right;
	font:10px/16px 'DINWebPro', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}

.footer-block {
        padding:0px 30px 20px 30px;
}

.footer-block:after{
	clear:both;
	display:block;
	content:'';
}

.footer-list ul {
	float:right;
	padding:0;
	margin:0 0 20px 0;
	list-style:none;
}

.footer-list li {
	float:left;
	margin: 0 15px 0 0;
	line-height:22px;
}

.footer-list a {
	color:#fff;
	text-transform:uppercase;
	font-size:9px;
}

.footer .logo{
	/* background:url("../images/new/logo2.png") no-repeat;*/
	background:url("../images/logos/nvlogo-horz-white.svg") no-repeat;
	float:left;
	width:101px;
	height:18px;
	margin:0px 14px 0 0;
	text-indent: -9999px;
	clear:left;
}

.footer .copy{
	float:left;
	padding:5px 0 0;
	text-transform:uppercase;

}

@media (max-width: 767px) {

/*	#header {
		position: relative;
	}
*/	
	#header .shadow {
		display: none;
	}
		
	#footer {
		margin: 0 -20px;
		text-align: center;
		overflow: hidden;
	}
	
	#footer .footer-list {
		float: none;
		width: 100%;
	}
	
	#footer ul {
		float: none;
	}
	
	#footer ul li {
		display: block;
		float: none;
		margin-bottom: 5px;
		width: 100%;
	}
	
	#footer ul li a {
		font-size: 0.8em;
	}
	
	#footer .logo {
		display: block;
		float: none;
		margin: 20px auto 10px;
	}
		
	#footer .copy {
		float: none;
		letter-spacing: 1px;
	}
		
	/*section.top {
		padding: 0;
	}*/
}


/* logo */
.logo {
	margin: -0px 0 0px 38px;
	float: left;
	overflow: hidden;
	position: relative;
}

.logo a {
	height:100%;
/*	display:block; */
}

@media (max-width: 480px) {
	.logo {
		float: right;
		margin: 0;
	}
}

#main {
	background: #FFF;
	border-bottom: 0px #888 solid;
	color: #333;
	overflow: hidden;
	position: relative;
}
/*
#main * {
	position: relative;
		z-index: 10;
}
*/
#main .tagline {
	text-align: center;
	margin: 30px 0 25px;
}

#main .hero {
	margin: 0 auto;
	position: relative;
	bottom: -1000px;
	max-width: 1100px;
	z-index: 9;
}

#main .overlay {
	background: rgba(0,0,0,0.3);
	display: none;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 100;
}

#main .shadow {
	background: url("../images/new/main-shadow.png") no-repeat center center;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 50px;
	z-index: 9;
}

/* Added by PGI 2/16 */
.img {
	margin: 0 auto;
	position: relative;
	max-width: 1100px;
	text-align:center;
}

.img-left {
	margin: 0 auto;
	position: relative;
	height: 400px;
	text-align:left;
}

.caption {
	margin: 0 auto;
	padding: 1em 0;
/*	max-width: 50%; */
	max-width: 90%;
	font-size: 9pt;
	color: #333;
	text-align:left;
}
hr { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

.page-header { 
    max-width: 1024px;
    width:80%;
}

/*  Tab sytles  */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
/* ul.tab li a:focus, .active {background-color: #ccc;} */
ul.tab li a:focus {background-color: #ccc;}

/* Style the tab content */
.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
    display: none;
    padding: 0px 0px;
    border: 0px solid #ccc;
    border-top: none;
}
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}


/* End PGI additions */
	
@media screen and (max-width: 767px) {
	/*#main {
		padding-top: 65px;
	}*/
	.video {
		height: 302px !important;
	}
}
	
@media (min-width: 768px) and (max-width: 1023px) {
	#main h1 {
		font-size: 32px;
	}
	
	#main h3 {
		font-size: 18px;
	}
	
	.video {
		height: 402px !important;
	}
}

#sub-main {
	margin: 25px 0 25px 0;
}

	.video {
		background: #000;
		display: none;
		margin: 50px auto 0;
		position: relative;
		max-width: 1000px;
		width: 96%; height: 562px;
	}
	
		.video a.x {
			display: block;
			opacity: 0.7;
			position: absolute;
			top: 15px; right: 5px;
			z-index: 10;
			width: 50px; height: 50px;
			z-index: 10;
		}
		
			.video a.x:hover {
				opacity: 1;
			}
		
		.video iframe {
			display: block;
			display: none;
			position: relative;
			width: 100%; height: 100%;
			z-index: 1;
		}

/* .main h4, .sub-main h4*/
h4.less
{
	/*color: #75B943;*/
	line-height: 1.4em;
	font-style: normal;
        font-weight: 400;
	margin: 15px 0 10px 0;
	font-family: 'DINWebPro',Arial,Helvetica,sans-serif;
	font-size: 16px;
}
	
h4
{
	color: #333;
	line-height: 1.2em;
	font-style: normal;
        font-weight: 300;
	margin: 15px 0 10px 0;
	font-family: 'DINWebPro',Arial,Helvetica,sans-serif;
	font-size: 24px;
	position: relative;
}
	
	#sub-main .watch-video {
		background: url("../images/new/video-button-bg.jpg") no-repeat center center;
		background-size: cover;
		color: #FFF;
		cursor: pointer;
		border-radius: 4px;
		display: block;
		float: right;
		margin-bottom: 5px;
		padding: 25px 0;
		text-align: center;
		width: 80%;
	}
	
		#sub-main .watch-video:hover {
			opacity: 0.7;
		}
		
		#sub-main .watch-video img {
			margin-right: 7px;
			vertical-align: middle;
		}
		
		#sub-main .watch-video span {
			font: 12px 'DINWebPro', Arial, Helvetica, sans-serif;
			letter-spacing: 1px;	
			text-transform: uppercase;
		}
	
	
@media (max-width: 767px) {

		#main .tagline {
			margin: -45px 0 10px !important;
		}
	
		#main h3 {
			padding: 0 30px;
		}

		#main h1 {
			font-size: 24pt;
		}

		#sub-main .watch-video {
			display: block;
			float: none;
			margin: 20px auto 0;
			width: 100%;
		}
			
		.btn-block-full .btn-orange, .btn-block-full .btn-blue, .btn-block-full .btn-lime {
			display: block;
			margin: 0 !important;
			padding: 5px 0 !important;
			width: 100% !important;
		}
		table.quarters {width:100%;}
		p.note {margin: 1em 0;}

}

.separator {
	background: url('../images/new/separator.png') no-repeat center center;
	margin: 10px 0;
	width: 100%; height: 10px;
}

/* gallery-block */
.gallery-block{
        /* This controls width of gallery window. Use gallery gmask to set height. */
        /* max-width:1600px;*/
        /* max-width:1280px;*/  
        max-width:1024px;
        width:80%;
	margin:0px auto;
	padding-top:85px; /* This controls vertical location of gallery window */
}
/* gallery */
.gallery{
	width:100%;
	position:relative;
}
.gallery .link-prev,
.gallery .link-next{
	background: url("../images/new/new-circles-2.png") no-repeat -2px 0;
	border: none; outline: none;
	position:absolute;
/* 
	left:-25px;
 */
	left:-8px;
	top:50%;
/*	margin:-136px 0 0; */
	margin:0 0 0 0;
	width:60px;
	height:58px;
	text-indent:-9999px;
	
	cursor:pointer;
	z-index:99;
}

.gallery .link-next {
	background-position: 0 0;
	left: auto;
/* 
	right: -25px;
 */
	right: 2px;
}

	.gallery .link-next .indicator, .gallery .link-prev .indicator {
		background: url("../images/new/arrows.png") no-repeat;
		display: block;
		width: 100%; height: 100%;
	}
	
	.gallery .link-next .indicator {
		background-position: -70px 0;
	}
	
	.gallery .link-next .circle, .gallery .link-prev .circle {
		background: url("../images/new/new-circles-2.png") no-repeat 0 -60px;
		display: none;
		position: absolute;
		margin: -34px 0 0 -30px;
		top: 50%; left: 50%;
		width: 70px; height: 70px;
		z-index: -1;
		
		-webkit-transform: scale(0);
	}
	
	@media (min-width: 1024px) {
	
		.gallery .link-next:hover .circle, .gallery .link-prev:hover .circle {
			display: block;
			-webkit-animation: bounce .05s normal;
			-webkit-transform: scale(1);
		}
		
		@-webkit-keyframes bounce {
	        0% { -webkit-transform: scale(0);
	             -webkit-animation-timing-function: ease-out; }
	       50% { -webkit-transform: scale(.75);
	             -webkit-animation-timing-function: ease-in; }
	      100% { -webkit-transform: scale(1); }
	    }

	}

.gallery .holder{
	width:100%;
	overflow:hidden;
}
.gallery .gmask-center {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.gallery .gmask {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	/* min-height:420px; */
}
@media (min-width: 1280px) {
	.gallery .gmask {
	/* min-height:688px; */ /* For 1280 width */
        min-height: 550px;      /* For 1024 width */ 
	/* 65% of original height */
	/* min-height:80%; */
	}
/*
	.gallery-container {
		padding:58px 0px 5px 0px;
	}
*/
	.bullet-container {
       		max-width: 994px; 
		padding:0 10px 5px 10px;
	}
        .thumbnails  {
        	margin: 0 auto;
        }
	.span4 {
		width: 310px;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.gallery .gmask {
		min-height:443px; 
		/* 65% of original height */
		/* min-height:80%; */
	}
/*	.gallery-container {
		padding:58px 0px 5px 0px;
	}
*/	.bullet-container {
		max-width: 840px;
		padding:0 6px 5px 6px;
	}
        .span4 {
        	width: 264px;
        }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.gallery .gmask {
/*		min-height:590px; */
		min-height:335px;
	}
/*	.gallery-container {
       		padding:58px 0px 5px 0px; 
	}
*/	.bullet-container {
		max-width: 672px; 
		padding:0 8px 3px 8px;
	}
	.span4 {
		width:208px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.gallery .gmask {
/*		min-height:550px; */
		min-height:208px;
/*		min-height:224px; */
	}
/*	.gallery-container {
		padding:6px 0px 5px 0px;
	}
*/	.bullet-container {
		max-width: 480px; 
       		padding:0 8px 3px 8px;
	}
}
@media (max-width: 480px) {
	.gallery .gmask {
/*		min-height:390px; */
		min-height:182px;
	}
        .gallery-container {
		padding: 4px 0 2px 0px;
	}
        .bullet-container {
		width:90%;
		padding: 0 8px;
	}
}

@media (max-width: 767px) {
	nav ul li {
		/* display: inline-block; */
		text-align: right;
		margin: 0 2px;
		float: none;
	}
}
	
.navbar-brand {
      	background-color: transparent;
	height: auto;
       	padding: 5px 15px 10px 0px;
}
	
.gallery .holder ul{
	width:99999px;
	margin:0;
	float:left;
	padding:0;
	position:absolute;
	top:0;
	right:0;
}
.gallery .holder li{
	float:right;
	position:relative;
	overflow:hidden;
	list-style-position:outside;
	list-style-type:none;
}
.gallery .holder ul img {
	vertical-align:top;
	margin:0 auto 0px auto;
	display:block;
}
/* title-block */
.gallery .title-block{
	width:100%;
	position:relative;
	text-align:center;
	color:#343434;
	font-size:24px;
	line-height:32px;
	margin:0 0 35px;
}
.gallery h2{
	margin:0;
	font:36px/38px 'DINWebPro', Arial, Helvetica, sans-serif;
}

/* Gallery Sub-Titles */
.gallery .title-block p {margin:0;font:18px/24px 'DINWebPro', Arial, Helvetica, sans-serif;}
.gallery .title-block p em {font:18px/24px 'DINWebPro', Arial, Helvetica, sans-serif; font-style: italic;}

.gallery .title-block .arrow {
	background: url("../images/new/arrow-sprite.png") no-repeat 0 0;
	position:absolute;
	top:-100px;
	left:20%;
	width:40px;
	height:100px;
	overflow:hidden;
}

.btn-block-full {
	width:100%;
	color:#737373;
}
.btn-block-full p {
	margin:0;
	text-align:center;
	font:13px/17px 'DINWebPro', Arial, Helvetica, sans-serif;
	font-style: italic;
}
.btn-block .btn-holder{
	background:url("../images/new/btn-border2.gif") no-repeat 50% 50%;
	text-align:center;
	display:block;
	overflow:hidden;
	margin:0 0 4px;
}
.btn-block .btn-holder.btn-holder-large {
	background:url("../images/new/btn-border.gif") no-repeat 50% 50%;
}

.btn-block .btn-holder a {
	display:inline-block;
	float:none;
	margin: 5px;
}

/* media screen tablets */
@media screen and (max-width: 767px){

	.gallery .holder ul img {
		display: block;
		height: auto;
		width: 100%;
	}
	
	.gallery-block{background:none;}
	
	.gallery .link-prev{left: 5px;}

	.gallery .link-next{right: 5px;}
	
	.gallery .holder ul img {
		display: block;
		height: auto;
		width:100%;
	}
}
/* media screen mobile */
@media screen and (max-width: 480px) {
	
	.gallery .arrow { display: none;}
	.gallery .title-block p em,
	.gallery .title-block,
	.header-block {padding:15px 10px 15px 10px;min-height:35px;}
	.gallery h2{
		color: #000;
		font-size:16px;
		line-height:22px;
	}
	
	.gallery .gmask {
		min-height: 182px;
	}
	
	.gallery .title-block {
		padding: 10px 0 0 0;
	}
	
	
	.gallery .title-block p, .gallery .title-block p em {
		margin: 0;
		font-size: 14px;
		line-height: 20px;
	}
	
	.gallery .title-block p {
		margin: 20px 20px 0;
	}
	
	.btn-block {
		float:none;
		clear:right;
	}
	
	.btn-block-full {
		margin-top: 0 !important;
	}
	.navbar-brand {
		height: 32px;
		padding: 5px 10px 10px 20px;
	}
}



/* btn-block */
.btn-block {
	float:right;
	margin: 8px 0 0 0;
        width: auto;
}
.btn-block a {
	margin:0 0 0 10px;
}

.btn-blue,
.btn-orange,
.btn-lime,
.btn-black,
.btn-mixed {
	float:right;
	letter-spacing:1px;
	height:24px;
	text-align:center;
	padding: 0px 8px;
        margin: 12px 3px 0 3px;;
	font:10px/24px 'DINWebPro', Arial, Helvetica, sans-serif;
	font-weight:600;
	text-transform:uppercase;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#fff;
	border: 0 transparent;
}


.btn-orange {
	background:#ff9b2e;
	background: -moz-linear-gradient(top, #ff9b2e 0%, #ff9a2c 25%, #ff871c 65%, #ff7f19 90%, #e77417 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9b2e), color-stop(25%,#ff9a2c), color-stop(65%,#ff871c), color-stop(90%,#ff7f19), color-stop(100%,#e77417)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff9b2e 0%,#ff9a2c 25%,#ff871c 65%,#ff7f19 90%,#e77417 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff9b2e 0%,#ff9a2c 25%,#ff871c 65%,#ff7f19 90%,#e77417 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff9b2e 0%,#ff9a2c 25%,#ff871c 65%,#ff7f19 90%,#e77417 100%); /* IE10+ */
}

.btn-orange:hover {
	background: #ffb363; /* Old browsers */
	background: -moz-linear-gradient(top, #ffb363 0%, #ffb260 25%, #ffa14f 65%, #ff994c 90%, #e58a44 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb363), color-stop(25%,#ffb260), color-stop(65%,#ffa14f), color-stop(90%,#ff994c), color-stop(100%,#e58a44)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffb363 0%,#ffb260 25%,#ffa14f 65%,#ff994c 90%,#e58a44 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffb363 0%,#ffb260 25%,#ffa14f 65%,#ff994c 90%,#e58a44 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffb363 0%,#ffb260 25%,#ffa14f 65%,#ff994c 90%,#e58a44 100%); /* IE10+ */
}
.btn-orange:active {
	background: #ff7f00; /* Old browsers */
	background: -moz-linear-gradient(top, #ff7f00 0%, #ff7f00 25%, #ff7200 65%, #ff6a00 90%, #e26200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7f00), color-stop(25%,#ff7f00), color-stop(65%,#ff7200), color-stop(90%,#ff6a00), color-stop(100%,#e26200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff7f00 0%,#ff7f00 25%,#ff7200 65%,#ff6a00 90%,#e26200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff7f00 0%,#ff7f00 25%,#ff7200 65%,#ff6a00 90%,#e26200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff7f00 0%,#ff7f00 25%,#ff7200 65%,#ff6a00 90%,#e26200 100%); /* IE10+ */
}


.btn-lime {
	background: #70ff2e;
	background: -moz-linear-gradient(top, #76b900 0%, #6fb203 25%, #4c9111 65%, #387e1a 90%, #135a29 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76b900), color-stop(25%,#6fb203), color-stop(65%,#4c9111), color-stop(90%,#387e1a), color-stop(100%,#135a29)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #76b900 0%,#6fb203 25%,#4c9111 65%,#387e1a 90%,#135a29 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #76b900 0%,#6fb203 25%,#4c9111 65%,#387e1a 90%,#135a29 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #76b900 0%,#6fb203 25%,#4c9111 65%,#387e1a 90%,#135a29 100%); /* IE10+ */
}

.btn-lime:hover {
	background: #95ff63; /* Old browsers */
	background: -moz-linear-gradient(top, #95ff63 0%, #93ff61 25%, #90ff4f 65%, #94ff4d 90%, #85e545 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95ff63), color-stop(25%,#93ff61), color-stop(65%,#90ff4f), color-stop(90%,#94ff4d), color-stop(100%,#85e545)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #95ff63 0%,#93ff61 25%,#90ff4f 65%,#94ff4d 90%,#85e545 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #95ff63 0%,#93ff61 25%,#90ff4f 65%,#94ff4d 90%,#85e545 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #95ff63 0%,#93ff61 25%,#90ff4f 65%,#94ff4d 90%,#85e545 100%); /* IE10+ */
}
.btn-lime:active {
	background: #55ff00; /* Old browsers */
	background: -moz-linear-gradient(top, #55ff00 0%, #55ff00 25%, #62ff00 65%, #6aff00 90%, #5be300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55ff00), color-stop(25%,#55ff00), color-stop(65%,#62ff00), color-stop(90%,#6aff00), color-stop(100%,#5be300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #55ff00 0%,#55ff00 25%,#62ff00 65%,#6aff00 90%,#5be300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #55ff00 0%,#55ff00 25%,#62ff00 65%,#6aff00 90%,#5be300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #55ff00 0%,#55ff00 25%,#62ff00 65%,#6aff00 90%,#5be300 100%); /* IE10+ */
}

.btn-black, .btn-mixed {
	background: #474747; /* Old browsers */
	background: -moz-linear-gradient(top, #474747 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #474747 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #474747 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #474747 0%,#333333 100%); /* IE10+ */
}
.btn-black:hover {
	background: #515151; /* Old browsers */
	background: -moz-linear-gradient(top, #515151 0%, #3f3f3f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#3f3f3f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #515151 0%,#3f3f3f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #515151 0%,#3f3f3f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #515151 0%,#3f3f3f 100%); /* IE10+ */
	background: linear-gradient(top, #515151 0%,#3f3f3f 100%); /* W3C */
}
.btn-black:active {
	background: #383838; /* Old browsers */
	background: -moz-linear-gradient(top, #383838 0%, #262626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#262626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #383838 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #383838 0%,#262626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #383838 0%,#262626 100%); /* IE10+ */
	background: linear-gradient(top, #383838 0%,#262626 100%); /* W3C */
}

.btn-blue {
	background: #5bb9e2; /* Old browsers */
	background: -moz-linear-gradient(top, #5bb9e2 0%, #59b8e2 26%, #4bb0de 52%, #40a5d8 74%, #3ea2d7 90%, #3895c7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bb9e2), color-stop(26%,#59b8e2), color-stop(52%,#4bb0de), color-stop(74%,#40a5d8), color-stop(90%,#3ea2d7), color-stop(100%,#3895c7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5bb9e2 0%,#59b8e2 26%,#4bb0de 52%,#40a5d8 74%,#3ea2d7 90%,#3895c7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5bb9e2 0%,#59b8e2 26%,#4bb0de 52%,#40a5d8 74%,#3ea2d7 90%,#3895c7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5bb9e2 0%,#59b8e2 26%,#4bb0de 52%,#40a5d8 74%,#3ea2d7 90%,#3895c7 100%); /* IE10+ */
}
.btn-blue:hover, .btn-mixed:hover {
	background: #88c6e0; /* Old browsers */
	background: -moz-linear-gradient(top, #88c6e0 0%, #86c5e0 26%, #77bfdd 52%, #6bb2d6 74%, #68b1d6 90%, #61a5c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88c6e0), color-stop(26%,#86c5e0), color-stop(52%,#77bfdd), color-stop(74%,#6bb2d6), color-stop(90%,#68b1d6), color-stop(100%,#61a5c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #88c6e0 0%,#86c5e0 26%,#77bfdd 52%,#6bb2d6 74%,#68b1d6 90%,#61a5c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #88c6e0 0%,#86c5e0 26%,#77bfdd 52%,#6bb2d6 74%,#68b1d6 90%,#61a5c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #88c6e0 0%,#86c5e0 26%,#77bfdd 52%,#6bb2d6 74%,#68b1d6 90%,#61a5c6 100%); /* IE10+ */
}
.btn-blue:active {
	background: #2eacdd; /* Old browsers */
	background: -moz-linear-gradient(top, #2eacdd 0%, #2ca8dd 26%, #1ea5db 52%, #1594d3 74%, #1393d3 90%, #118bc4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2eacdd), color-stop(26%,#2ca8dd), color-stop(52%,#1ea5db), color-stop(74%,#1594d3), color-stop(90%,#1393d3), color-stop(100%,#118bc4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2eacdd 0%,#2ca8dd 26%,#1ea5db 52%,#1594d3 74%,#1393d3 90%,#118bc4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2eacdd 0%,#2ca8dd 26%,#1ea5db 52%,#1594d3 74%,#1393d3 90%,#118bc4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2eacdd 0%,#2ca8dd 26%,#1ea5db 52%,#1594d3 74%,#1393d3 90%,#118bc4 100%); /* IE10+ */
}

.btn-orange:hover,
.btn-black:hover,
.btn-mixed:hover {
	text-decoration:none;
	color:#fff;
}

.btn-blue:hover,
.btn-lime:hover {
	text-decoration:none;
	color:#777;
}

.btn-large {
	padding:0 15px;
	height:52px;
	font: 22px/52px 'DINWebPro',Arial,Helvetica,sans-serif;
}

.btn-medium {
	padding:0 15px;
	height:38px;
	font: 16px/38px 'DINWebPro',Arial,Helvetica,sans-serif;
}

/* nav */
#nav {
        /* border-bottom: 0 solid #000; */
        /*float:right;*/
        padding: 10px 0px 0 0px;
	margin:0 auto;
        max-width: 1024px;
}

/*
#nav ul {
        float:right;
        padding:0;
        margin:0;
        letter-spacing:1px;
        list-style:none;
        text-transform:uppercase;
}
*/
#nav ul li {
        /*float:left;*/
        font-size:14px;
}
 
.navbar-default {
	border: none;
}

.navbar-default .navbar-nav > li > a {
	color: #FFF;
        font-weight: 700;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #95ff63;
        font-weight: 700;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 3px;
}
.navbar-right, .navbar-right ~ .navbar-right {
	margin-right:4px;
}
.container-fluid {
	padding-left: 0px;
}

.dropdown-menu {
	border: none;
	margin: 0;
	padding: 0px 0;
}
.dropdown-menu li a {
        color: #000;
        font-weight: 200;
}


@media (max-width: 767px) {
	#header-container {
		margin: 0 -10px !important;
                /* font-size: 11pt; */
	}

	#nav {
		float: none;
		margin: 0px 0 8px 0;
		clear: right;
		padding: 10px 0 0 15px;
	}
	
	#header .logo {
		float: none;
		margin: 0 auto;
		text-align: right;
	}
	
	#header .btn-block {
		float: none;
		text-align: right;
		width: 100%;
	}
	
	#header .btn-block a {
		display: inline-block;
		float: none;
		font-size: 10px;
		padding: 0 20px;
	}
}


/* 
a.thumbnail:hover {
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
 */


@media (max-width: 767px) {
    .thumbnails li {
	margin-left:0;
	float:none;
    }
}
@media (max-width: 480px) {
    .thumbnails li {
	margin-left:0;
	float:none;
    }
}

.thumbnails img {
	margin:0 auto 10px auto;
	display:block;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border:2px solid #fff;
}
.thumbnails .caption p {
	color:#0c3b4e;
/* 
	font-size: 14px;
	text-align:center;
	line-height:18px;
	margin-top:10px;
 */
	font-size: 18px;
	text-align:left;
	line-height:28px;
	margin-top:10px;
}
.thumbnails .caption {
	text-align:center;
}
.thumbnails h4 {
	font-family: 'DINWebPro-Bold', Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	text-align: left;
	font-weight: 400;
	font-size: 16pt;
}
.alt .thumbnails h4 {
	border-bottom:1px solid #7c9caa;
}

/* From the original bootstrap css file */

.navbar-collapse.in {
	background: rgba(0,0,0,.8);
	border-top: 0px solid #000;
} 

.navbar-collapse { 
   	padding: 0;
}

ul, ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  zoom: 1;
}

.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}

.thumbnails a.blurb  {
	font-family: 'DINWebPro-Bold', Arial, Helvetica, sans-serif; 
	color:#76b900;
  	/* color:#FFFFFF;*/
}

.thumbnails a:hover.blurb  {
        text-decoration: underline;
}
  
.thumbnails a {
	font-family: 'DINWebPro-Bold', Arial, Helvetica, sans-serif; 
  	color:#FFFFFF;
}

.thumbnails a:hover {
        color: #769d00;
        text-decoration: none;
}
  
.thumbnails .caption .bllink {
	font-family: 'DINWebPro-Bold', Arial, Helvetica, sans-serif; 
    	text-align: left;
    /* font-style: italic; */
}

.thumbnails .caption .bllink a {
	color:black;
	font-weight: 400;
}

.thumbnails .caption .bllink a:hover {
  	text-decoration: underline;
  }
  
.summary a {
	font-family: 'DINWebPro-Bold', Arial, Helvetica, sans-serif; 
  	color:#76d900;
}

.summary a:hover {
 	color: #8C0;
  	text-decoration: underline;
}
  
/* Custom .fullsize class for large images */
.fullsize img {
	display:block;
/*	margin:0 auto 30px auto; */
	background:#fff;
	border:0px solid #e1e1e1;
	padding: 0px;
	-webkit-box-shadow: 0px 5px 5px -5px #000;
	box-shadow: 0px 5px 5px -5px #000;
	max-width:100%;
        max-height:100%;
}


.quotes .quote {
	padding: 35px 15px 35px 20px;
}

.quotes .quote .quote-wrapper {
	overflow:hidden;
	word-wrap:break-word;
	height:100%;
}

@media (min-width: 1024px) {
	.quotes {
		margin-bottom: -30px;
	}

	.quotes .quote {
		border-right:1px solid #f2f2f2;
	}
	
	.quotes .row-fluid {
		border-top: 1px solid #f2f2f2;
                clear:both;
	}
	
	.quotes .row-fluid:first-child {
		border: none;
	}
}

.quotes .span6:last-child .quote, .quotes .span4:last-child .quote {
	border-right:0 none;
}

.quotes .quote blockquote {
	font-family: 'DINWebPro', Arial, Helvetica, sans-serif;
	font-weight: 100;
	border-left:0 none;
	margin: 2em 0 10px;
	font-size:20px;
	padding:0;
	min-height: 70px;
	line-height:150%;
}
.quote blockquote .quotation {
	font-family: 'DINWebPro', Arial, Helvetica, sans-serif;
	font-weight: 400;
	border-left:0 none;
	margin: 5px 0 10px;
	font-size:32px;
	color: #76b900;
	padding:0;
	min-height: 70px;
	line-height:36px;
}

@media (min-width: 1024px) {
	.quotes .quote blockquote span.single-line {
		display: block;
		line-height: 70px;
	}
	
	.quotes .quote blockquote span.two-line {
		display: block;
		margin: 15px 0  -15px;
	}
}

.dark .quotes .quote blockquote {
	color: #FFF;
}

.quotes .quote .image {
	float:left;
	border: 0px #DDD solid;
	margin:0 auto 20px;
/*        height: 300px; 
	width: 300px;*/
/* 
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.6); 
 */
}
.quotes .quote .image img {
	border: 5px #FFF solid;
}

.dark .quotes .quote img {
	float:left;
	border:1px solid #fff;
	margin-right:20px;
}
.quotes .span12 .quote blockquote {
	font-size:24px;
	line-height:32px;
}
.quotes .span12 .quote img {
	margin-right:40px;
}
.quotes .quote cite {
	font-size: 19px;
	line-height:24px;
	margin:0;
	padding:0;
}
.quotes .quote cite a {
	float:left;
	margin-right:5px;
}
.quotes .span12 .quote cite a {
	text-transform:none;
	color:#fff;
}
.quotes .quote cite span {
	clear: both;
	color: #555;
	display: block;
	font: 12px/18px 'DINWebPro', Arial, Helvetica, sans-serif;
	margin-left: 1px;
	text-transform:uppercase;

}
.dark .quotes .quote cite span {
	color:#fff;
}
.quotes .quote cite span.quote-link {
	text-transform:none;
	background:none;
	margin-right:5px;
	padding:0;
}

@media screen and (max-width: 480px) {
	
	.quotes .quote {
		margin: 0 0 50px; padding: 0;
	}

	.quotes .quote .image {
		float: none;
		display: block;
		margin:0 auto 10px;
		width: 198px; height: 198px;
	}
	
	.quotes .quote cite {
		margin-top: 20px;
	}
	
	.quotes .quote blockquote {
		margin: 3px 0;
		clear: both;
		min-height: inherit;
	}
	.quotes .quote blockquote .quotation {
		clear: both;
		min-height: inherit;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.quotes .quote {
		margin: 0 0; padding: 0;
	}

	.quotes .left2, .quotes .right2  {
		margin: 10px 0 0px; padding: 0;
	}

	.quotes .quote .image {
		float: none;
		display: block;
		margin:0 auto;
	}

}

@media (min-width: 768px) {
	.quotes .left2 {
		width:50%;
		float:left;
	}

	.quotes .right2 {
		width:50%;
		float:right;
	}

	.quotes .span4 {
		width:100%;
	}
}

@media (max-width: 1370px) {
	#nav ul li {
		font-size: 12.5px;
	}
    	/*.brand-large > img {
		height: 32px;
		margin-top:4px;
	}*/
	.btn-blue, .btn-orange {
		margin:12px 3px 0 3px;
		padding:0 8px;
		font:9px/24px 'DINWebPro', Arial, Helvetica, sans-serif;
		height: 24px;
	}
}

@media (max-width: 956px) {
	.brand-small {display:block;}
	.brand-large {display:none;}
	.nav > li > a {
		  padding: 15px 7px;
	}
}

/* @media (max-width:982px) {
	.brand-small {display:none;}
}
*/

@media (max-width:767px) {
	.brand-small {display:none;}
	.brand-large {display:block;}
}

/*
 * @media (max-width: 1222px) {
        .navbar-default {
	}
}
*/

ul.out {
	list-style-type: none;
}
