h6 {
 padding: 15px 15px; 
 font-size: 24px; 
 border-left: 5px solid #c0c0c0;
 margin: 20px 20px;
}
.inner h6 strong {
color: #ff6037}
.page-content strong{
color: #ff6037
}
#bvbcont {
    overflow: hidden
}
#bvbright {
    float:left;
    width:50%;
    background:#C2C2C2;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}
#bvbleft {
    float:left;
    width:50%;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}
.col-sm-9 h6 {
 padding: 15px 15px; 
 font-size: 20px; 
 border-left: 5px solid #a6a29b;
 margin: 20px 20px;
 }
.col-sm-3 h4 {
 padding: 0px 15px;
 color: #a6a29b;
}
.home-content-blocks .divider {
    display: block;
    margin-bottom: 60px;
    margin-top: 60px;
    margin-right: 15px;
    margin-left: 15px;
    border-bottom: 0px solid #ddd;
     border-top: 0px solid #ddd;
    height: 0; }
.bannerhome {
	padding: 10px;
	width: 100%;
	font-size: 20px; 
 	background:#353637;
}
.offers-large {
        padding: 0px;
        font-size:37px;
	text-align: center;
        font-weight: normal;
        color: #ff6037
}
.offers-small {
	padding: 0px;
    font-size: 20px;
	font-weight: lighter;
	font-variant: normal;
	color: #fff;
	letter-spacing: 0.1em;
}
.offers-small-1 {
	padding: 0px;
    font-size: 11px;
	color: #fff;
    	letter-spacing: 0.1em;
     line-height: 0.1px;
     	font-weight: lighter;
	font-variant: normal;
}
.offers-comp {
        padding: 0px;
        font-size:37px;
	    margin-bottom: 0px;
	    text-align: center;
        font-weight: normal;
        color: #B3BABD;
        }
.offers-rate{
	padding: 10px;
    font-size: 37px;
	font-variant: normal;
   	color: #ffffff;
 }
 .offers-tag {
 		line-height: 200%;
        font-size:35px;
        font-weight: normal;
        color: #fff;
}
 .offers-tag-dark {
 		line-height: 200%;
        font-size:35px;
        font-weight: normal;
        color: #353637;
}
.offers-tag strong {
color: #ff6037
}
 .block-white {
        font-size:35px;
        font-weight: normal;
        color: #fff;
}
 .block-white strong {
color: #ff6037
}
 .block-white a {
color: #fff;
}
.home-content-blocks {
  padding-top: 0px;
  border-top: 0px solid #ddd; 
}
.section-home-2 {
    padding: 40px 0 40px 0; 
}
input.box {
    margin-top: 2px;
    margin-bottom: 2px;
}
.journal-pic {
float:left;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.journal-text {
    height: 170px;
    background:#f6f6f6;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 15px;
    overflow: auto;
    font-size: 90%;
    -webkit-box-shadow:inset 0px 0px 0px 2px #e4e4e4;
    -moz-box-shadow:inset 0px 0px 0px 2px #e4e4e4;
    box-shadow:inset 0px 0px 0px 2px #e4e4e4;
}
.observation {
    background:#f6f6f6;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 15px;
    overflow: auto;
    font-size: 90%;
    -webkit-box-shadow:inset 0px 0px 0px 2px #e4e4e4;
    -moz-box-shadow:inset 0px 0px 0px 2px #e4e4e4;
    box-shadow:inset 0px 0px 0px 2px #e4e4e4;
}
.content-pic {max-width:100%;}
.shadow {
  padding-left: 10px;
  font-size: 18px;
  text-align: left ;
  /*text-transform: uppercase;*/
  text-rendering: optimizeLegibility;
  color: #2c2c2c;
  letter-spacing: .04em;
  font-weight: bold;
  border-bottom: 1px solid #ff6037;
}
.shadownoline {
  padding-left: 10px;
  font-size: 18px;
  text-align: left ;
  /*text-transform: uppercase;*/
  text-rendering: optimizeLegibility;
  color: #2c2c2c;
  letter-spacing: .04em;
  font-weight: bold;
  }
.img {
 width: 100%; 
 height: auto;
}
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}
/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}
/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    opacity: 1;
    max-height: 50000px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.galleryItem {
 color: #797478;
 font: 10px/1.5 Verdana, Helvetica, sans-serif;
 float: left;
 width: 25%;
}
.galleryItem img {
 max-width: 100%;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}
.galleryItem:hover
{
	opacity: 0.7;
	filter: alpha(opacity=90);
}
/* MEDIA QUERIES*/
@media only screen and (max-width : 940px),
only screen and (max-device-width : 940px){
	.galleryItem {width: 45%;}
}
@media only screen and (max-width : 530px),
only screen and (max-device-width : 530px){
	.galleryItem {width: 100%;}
}
@media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
	.galleryItem {width: 100%;}
	.galleryItem img {width: 100%;}
}
.disclaimer {
font: 8px Verdana, Helvetica, sans-serif;
}
.ctabtn {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #000000;
  background: #ff6037;
  font-size: 18px;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
}
.ctabtn:hover {
  background: #cc4929;
  text-decoration: none;
}