body { line-height: 21px; font-family: 'Droid Sans', Arial, sans-serif; font-size: 13px; color: #656464; 
background-image: url("assets/img/swatch_linen.png"); background-color: #89997f; }

.post_meta { float: left; color: #fff; font-size: 11px; font-weight: bold; text-transform: uppercase; background: #549eb9; border-top: 1px solid #3c819a; padding: 0 7px; position: relative; line-height: 18px; margin-right: 5px; top: 2px; }

.main_content{ 
	background-color: #FFFFFF;
}
.navbar {background-color: #FFFFFF}

.titles {font-size: 24px; font-weight: bold; color: #666}

.glyphicon {
    font-size: 20px;
}

.main_box {
    padding:20px;
    border: 1px solid #D7D7D7;
	border-radius:15px;
}
.main_box2 {
	margin-left: 20px;
	margin-right: 20px;
    padding:20px;
    border: 1px solid #D7D7D7;
	border-radius:15px;
}
.boxes2 {
	padding-top:10px;
	padding-left:50px;
	padding-right:50px;
    border: 2px solid #89997f;
}
.boxes3 {
	padding:10px;
    border: 2px solid #89997f;
}
bk_white {
	background-color: #FFFFFF;	
}
.slider {
	height: 300px;
	margin: 20px;
    padding:20px;
    border: 1px solid #D7D7D7;
	border-radius:15px;
}
.clearfix {
  overflow: auto;
}
hr.style1 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.quotes {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	line-height: 2em;
	color: #666;
}
.bk_logo {
	background-image: url("/assets/img/logo3.png");
	background-size: 100% 100%;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right top;
    text-align: center;
    font-family: 'Droid Sans', Arial, sans-serif;
    font-size: 36px;
    color: #666666;
    
   
}
#column-wrap {
    overflow: hidden; 
}
.col-vert-align {
    background:#fff;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.row-eq-height{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


/*==========Identical Column Height============*/


 /*==========  START MEDIA QUERIES  ==========*/
 
 
 /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
	
    }
    @media only screen and (min-width : 480px)
    and (orientation : landscape) {
	.col-xsl-3{ width: 50%; }	
    }
    

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
	.quotes {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	line-height: 2em;
	color: #666;
}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }
