/* 
 *
 * green : #003E27
   hunter green: #003E27
   red: #990000
   Dark Yellow: #BE9C07
 *
 */


@font-face {
	font-family: 'futuhv';
	src: url('../fonts/futuhv.eot') format('eot');
	src: url('../fonts/futuhv.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/futuhv.woff') format('woff'), 
	     url('../fonts/futuhv.ttf')  format('truetype'),
	     url('../fonts/futuhv.svg') format('svg');
	}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/opensans.eot?') format('eot');
	src: url('../fonts/opensans.eot?#iefix') format('embedded-opentype'), 
	     url('../fonts/opensans.woff') format('woff'), 
	     url('../fonts/opensans.ttf')  format('truetype'),
	     url('../fonts/opensans.svg') format('svg');
	}
@font-face {
	font-family: 'Maven Pro';
	src: url('../fonts/maven_pro.eot?') format('eot');
	src: url('../fonts/maven_pro?#iefix') format('embedded-opentype'), 
	     url('../fonts/maven_pro.woff') format('woff'), 
	     url('../fonts/maven_pro.ttf')  format('truetype'),
	     url('../fonts/maven_pro.svg') format('svg');
	}	

html {
       overflow-y: scroll;
	   height: 100%;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: 400; /* 500,700,900 */
	font-size: 15px;
	height: 100%;
  }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Arial, sans-serif;
	text-rendering: optimizelegibility;
	font-weight: 400; 
	color: #003E27;

}

a {
  color: #990000;
  text-decoration: none;
}

a:hover {
  color: #E13A3E;
  text-decoration: underline;
}


#features h3{
	margin-left: 2em;
	color: #BE9C07;
	}

#features ul{
	list-style-image: url('../img/bird-bullet.png');
	}
#features ul li{
	padding-bottom: 8px;
	font-size: 14px;
	}	

.wrapper {
	background: #003E27 url('../img/nav-shadow.png') top repeat-x;
	}	
.wrapper-main {
	background: #003E27 url('../img/background-main.jpg') center no-repeat;
	}	
/*.navbar .container {
	width: 1170px;
}

.ie8 .navbar .container {  
    width: 940px; 
}  */

#vg span{
	display: inline-block;
	padding-left: 10px;
	}

#vg i{

	display: inline-block;
	width: 35px;
	height: 34px;
	margin-top: 1px;
	line-height: 34px;
	background-image: url("../img/vg.png");

}

.head {
	background: #003E27 url('../img/header-bckg.jpg') center repeat-x;
	}
.head h1{
	color: #fff;
	font-family:'Great Vibes', cursive;
	font-size: 3.667em;
	margin:15px 0;
	}	

.content p, ul {
	margin-left:70px;
	}	

blockquote {
	margin-left: 110px;
	font-family:Arial, Helvetica, sans-serif;
	background: #FCDA72; 
	border-left: 5px solid #FFCC00;
	padding: 10px;
	}
blockquote small{
	color: #666;
	text-align:right;
	}
.content blockquote p {
	margin-left: 0;
	font-size: 15px;
	font-style:italic;
	line-height:1.5;
	color:#222;
	}

.ico-color {
	background-image: url("../img/icons/blue/glyphicons.png");
	opacity: 1;
}
.under-agreement {
	background-color: #FFCC00;
	}
.sold {
	background-color: #CC3300;
	}	

#logo {
	position: absolute; 
	top: -40px; right: -10px; width:241px; height: 150px; z-index: 9999;
	}

.navbar {
	height:67px;
	background: url('../img/nav-shadow.png') bottom repeat-x;
	}

.navbar .navbar-inner {
	background: #fff url('../img/bg-nav.gif') 0 0 repeat-x;
	border: none;
	}
.navbar-inner {
	padding-left: 20px;
	}

/*.nav > li:first-child {
	background: url('../img/nav-divider.gif') top left no-repeat;
	}*/

#nav-main {
	
	}

.nav > li {
	height:63px;
	background: url('../img/nav-divider.gif') top right no-repeat;
	line-height: 18px;
	padding: 0 4px 0 0;
	}

.navbar .nav > li > a {
	font-family: 'Open Sans', 'Maven Pro';
	text-rendering: optimizelegibility;
	font-weight: 400; 
	font-size: 1.2em;
	color: #333;
	display: block;
	height: 33px;
	padding: 28px 9px 0 9px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #ffffff;
}

.navbar .nav > li > a:hover, .navbar .nav .active > a, .navbar .nav .active > a:hover, .navbar .nav .active > a:focus { 
	background: #ffffff; 
	text-decoration: none;
	border-bottom: 5px solid #003E27; 
	}
	
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
color: #555555;
background-color: #ffffff;
border-bottom: 5px solid #003E27;
}
	
.tabs-left {
	margin-top:30px;
	}

#case-tabs > li {
	height:43px;
	line-height: 12px;
	padding: 0;
	border-right: none;
	}

.tab-content {
	border-left: 1px solid #ddd;
	padding-left: 19px;
	}

.tab-pane p {
	margin-left: 10px
	}
	
.tabs-left > .nav-tabs {
	margin-right: 0;
	border-right: none;
}
.tabs-left > .nav-tabs > li > a {
	/*margin-right: -2px;*/
}
.tabs-left > .nav-tabs > li > a:hover {
border-color: #eeeeee rgb(255, 255, 255) #eeeeee #eeeeee;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	color: #fff;
	cursor: default;
	background-color: #003E27;
	border-bottom-color: transparent;
	border-right: #003E27;
}

.case {
	margin-top: 60px;
	}
.case-label {
	background:#FCF8E3;  
	color: #c09853;
	padding:10px;
	margin-bottom: 10px;
	border: 1px solid #F0EBD1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.tab-content .alert p{
	margin-left: 0px;	
	}

.alert img {
	margin-top: 18px;
	}
	
.case-label hr{
	margin: 5px 0;
	border: 0;
	border-top: 1px solid #F0EBD1;
	border-bottom: 1px solid #fff;
	}

#shadow {
	background: url('../img/nav-shadow.png') 0 0 repeat-x;
	height: 4px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}	

#availability td{
	text-align: center;
	}

#accordion2 .accordion-group {
margin-bottom: 2px;
border: none;
}

#wrap {
    min-height: 92%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
	background-color: #F6F6F6;
      }

#push {
  height: 50px;
}

footer {
  height: 100px;
}

footer h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
	text-align:center;
	}
footer h4 span {
	color: #FCDA72;
	}

footer, footer h5 {
  color: #FFFFFF;
  text-align:center;
}

.contact-team {
	color: #000000;
	font-size: 0.7em;
	}

.main {
	padding: 30px 0;
	}

#sales-office {
	height: 327px;
	background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
	}
#sales-office h2 {
	margin-bottom: 20px;
	margin-top:0;
	}

#sales-office .btn {
	width: 150px;
	text-align: left;
	}
#sales-office p a[href^="mailto"] { 
	margin-bottom: 0px; 
	display: block;
	}
	
#cbrb-logo {
	/*background: url('../img/Logo.jpg') no-repeat;
	width:113px;
	height:70px;*/
	margin:8px 0;
	}

#comm-logo {
	background: url('../img/grandon-G-white.png') no-repeat;
	width:115px;
	height:100px;
	margin:8px 0;
	}

#wf-logo {
	background: url('../img/wf-logo.jpg') no-repeat;
	width:140px;
	height:54px;
	margin:8px 0;
	}

.floors {
	margin-bottom: 15px
	}

.circle {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	margin: 0 auto;
	opacity: .1;
	filter: alpha(opacity=10);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.circle-color-full {
	background-color: #003E27;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px #003E27;
	-moz-box-shadow: 0px 0px 0px 3px #003E27;
	box-shadow: 0px 0px 0px 3px #003E27;
	margin: 0 auto;
	opacity: 1;
}
.post-icon {
	float: left;
	width: 70px;
	height: 60px;
	margin-top: 10px;
}

.table th, .table td {
text-align: center;
}
tr.a td {background: #E1C7C7}
tr.b td {background: #D4F3EC}
tr.c td {background: #FCEAB3}

/***********************************************************************
    Contact Form 
	Error/Success Messages Styles
 ************************************************************************/

textarea {
	width: 610px;
}

#contact-form {
	margin-top: 40px;
	}

form [class*="span"] {
	margin-left: 0px;
}

#msg { 
	height:auto;

	}
#msg p {	
	background:url('../img/error1.png') no-repeat 0 3px; 		
	padding-left:23px;
	line-height:24px;
	margin-bottom:20px;
	color: #DE2929;
	margin-left:0px;
	}
	
#smessage h3{ 
	font-size:16px; 
	background:url('../img/success2.png') no-repeat 0 4px; 			
	padding-left:27px; 
	line-height:28px; 
	margin:0; 
	height:25px; 
	font-weight:normal;
	color: #699C40;
	}
	
#smessage p{ 
	margin:0;
	margin-left: 0px;
	padding-left:0px;
	color: #699C40; 
	}	


/***********************************************************************
    SLIDER
 ************************************************************************/

#slider{
	
	width:540px;
	height:339px;
	overflow:hidden;
	padding-bottom:21px;
	z-index: 99;
	}

	
.nivoSlider {
	position:relative;	
	background:#fff url('../img/loading.gif') no-repeat 50% 50%;
	
	}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	}
	
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;	
	margin:0;
	z-index:60;
	display:none;
	}
/* The slices in the Slider */
.nivo-slice {
	display:block;	
	position:absolute;
	z-index:50;
	height:100%; 
	width:100%;
	}

/* Caption styles */
.nivo-caption {
	position:absolute;
	background: none;
	left:0px;
	top:0px;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	font-size: 26px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.nivo-prevNav  {
	background: url('../img/arrow-left.png') no-repeat 0% 0%;
	display: block;
	width: 49px;
	height: 49px;
	overflow: hidden;
	position: absolute;
	cursor:pointer;
	z-index:99;
	text-indent:-5000px;
	left: 26px;
	bottom:0px;
}

.nivo-prevNav:hover {
		background-position: 0% 100% !important;
	}


.nivo-nextNav{
	background: url('../img/arrow-right.png') no-repeat 0% 0%;
	display: block;
	width: 49px;
	height: 49px;
	overflow: hidden;
	cursor:pointer;
	position: absolute;
	text-indent:-5000px;
	z-index:99;
	bottom:0px;
	left: 75px;
}

.nivo-nextNav:hover {
		background-position: 0% 100% !important;
	}

/***********************************************************************
    RESPONSIVE queries
 ************************************************************************/


/* Large desktop */
@media (min-width: 1200px) {
	#world-map-markers{
		width: 830px;
		height: 400px;
		}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 769px) and (max-width: 979px) {
		#world-map-markers{
		width: 520px;
		height: 300px;
		}
}
/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
  }
  
  .navbar {
	height:77px;
	}


.nav li:first-child {
	padding-left: 15px;
	}

.nav > li {
	height:73px;
	line-height: 18px;
	padding: 0;
	}

.navbar .nav > li > a {
	height: 39px;
	font-size: 1;
	padding: 28px 10px 0 11px;
}

  
}

/* Landscape phones and down */
@media (max-width: 480px) {
		#world-map-markers{
		width: 320px;
		height: 200px;
		}
}


