@charset "UTF-8";
/* Body */
body {
	/*font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";*/
    font-family: 'Raleway', sans-serif;
	background-color: #FFFFFF;
	margin: 0;
    /*font-size: 200%;*/
    font-size: 62.5%;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* Header */
header {
	width: 100%;
	height: 8%;
	background-color: #FFFFFF;
	/*border-bottom: 1px solid #353635;*/
}
.logo {
	color: #000000;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2em;
	font-size: 22px;
    height: 90%;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #6DC7D0;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #52BAD5;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
/* More info */
.intro {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
    font-size: 2em;
}

/*background-color: #717070;*/
/*color: #FFFFFF;*/
 /*--font-size: 60%;--*/
/*text-align: center;*/

footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
}
.intro {
	display: inline-block;
	background-color: #6DC7D0;
}
.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
}

/* Custom CSS added */

#cst_banner {
    background: #363d4c;
    text-align: center;
    padding-top:5px;
    color: #FFFFFF;
    /*font-size: 75%;*/
    font-size: 2.4em;
}

#cst_consumerDigestSeal{
    max-height: 100px;
    max-width: auto;
}

#cstNavbarLogo {
    max-width: 100%;
    max-height: auto;  
    }


.ctr_on-page {
    margin: 0 auto;
}

.cst_AL_Header1 {
    font-family: 'Raleway', sans-serif;
    font-size: 4em;
    font-weight: bolder;
    color: rgba(182,177,158,1.00);
    text-align: center;
}

.cst_AL_Header2 {
    font-family: 'Playfair Display', serif;
    font-size: 5em;
    font-weight: bold;
    color: rgba(182,177,158,1.00);
}

.cst_AL_Header3 {
    font-family:  'Raleway', sans-serif;
    font-size: 3.2em;
    font-weight: bolder;
    color: rgba(182,177,158,1.00);
}

.cst_p {
    font-size: 2.8em;
}

.cst_p2 {
    font-size: 2.4em;
}

.cst_p3 {
    font-size: 2.2em;
}

.cst_navbar-custom {
    color: rgba(182,177,158,1.00);
    background-color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 2.2em;
    font-weight: bolder;
    border: #FFFFFF;
    /*height: 50px;*/
    /*height: 75px;*/
    margin-bottom: 0;

}

.cst_navbar-custom img{
   padding-right: 20px;
}

    

.cst_floatRight {
    float:right;
}

.cst_floatLeft {
    float:left;
}

.cst_clearFloats {
    clear: both;
}

.cst_color-b6b19e {
    color: #b6b19e;
}

.cst_stickyButton {
    position: fixed; 
    bottom: 200px; 
    right: 30px;
    z-index: 100;
}

.cst_Footer {
    font-size: 2.2em;
    padding-left: 20px;
}

.cst_FooterInset{
    display: block;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    /*font-size: 1.9em;*/
}

.cst_FooterSocial{
    float: right;
    vertical-align: baseline;

}
.cst_FooterSocial ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;

}

.cst_FooterSocial li{
    display: inline;
    float: left;
    width: 50px;

}

.cst_FontBold {
    font-weight: bold;
    font-size: 1.25em;
}


.cst_vcenter {
   display: inline-block;
    vertical-align: middle;
    float: none; 
}



h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    color: rgba(182,177,158,1.00);
}

h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.0em;
    font-weight: bolder;
    color: #71696A;
}


.cst_premiumModel {
    color: #80181A;
}

.cst_Center {
    text-align: center;
}

/*Override Bootstrap CSS for Drodown menu background*/
@media (max-width:767px) {
  .navbar-nav {
    background-color: #FFFFFF ;
    overflow: visible;
    z-index: 150;
  }
}


.navbar .dropdown-menu {
    background-color: #FFFFFF;
    overflow: visible !important;
}


.navbar .dropdown-toggle {
    background-color: #FFFFFF;
    overflow: visible !important;
}

/*Create parent and nested tags so menu doesnt fall behind content*/
#wrap {
    
}

#nav-container{
  position:relative;
  z-index:50;
}
#content{
  position:relative;
  z-index:30;
}

/*Override Mobile Navbar Button Border Color*/
.navbar-default .navbar-toggle {
    border-color:#FFFFFF;
}

/*Override left padding on Navbar Brand*/
.navbar-brand {
    padding: 15px 0px;
}

/*Adjust Font sizes for Mobile*/
@media (max-width:767px) {
  .cst_AL_Header2 {
    font-size: 3em;
  }
    
  .cst_p {
    font-size: 2em;
  }
    
     .cst_p2 {
    font-size: 2.1em;
  }
    
    .cst_p3{
        font-size: 2em;
    }
    
    #cst_banner{
        font-size: 2em;
    }
    
}


    