body, html{
	background: #fff;
	font-family: 'montserratregular', sans-serif;
	color: #444;
	font-size: 13px;
	width: 100%;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

body{
	 -webkit-overflow-scrolling: touch;
}

/**
* ---------------------------------------
* Header
* ---------------------------------------
*/
header{
	background: #fff; 
	border-bottom: 5px solid #fbc233;
	padding: 0;
}
h1{
	margin: 0;
	padding: 0;
}
	

.topbar{
	background: #fbc233;
	color: #2b333c;
	padding: 10px 0 4px;
}
.topbar .container{
	position: relative;
}


.phone{
	width: 100%;
	color: #2b333c !important;
	display: block;
	margin: 0 10px 0 0;
	font-size: 1.13em;
	font-family: 'montserratregular', sans-serif;
	padding-top: 3px;
	float: left;
}
.phone i{
	color: #2b333c !important;
}
.phone a{
	color: #2b333c !important;
}
.top-social{
	display: inline-block;
}
.top-social a, .top-social-hidden a{
	color: #2b333c !important;
}
.top-social-hidden{
	display: none;
}

.topbar .top-address{
	display: block;
	font-family: 'montserratregular', sans-serif;
	font-size: 1.13em;
	float: left;
	padding-top: 2px;
}
.topbar .top-address i{
	margin-right: 5px;
}

.topbar .top-btns{
	padding-top:3px;
}
.topbar .top-btns .btn{
	background: #6b7c8e !important;
	float: right;
	margin-left: 5px;
}
.topbar .top-btns .btn:before{
	background: #5c6b7b !important;
}

.showmb{
	display: none !important;
}


/**
* ---------------------------------------
* Navigation
* ---------------------------------------
*/
.navbar-default{
	background: none;
}
/*
.navbar-brand {
	background: #ed5b00 !important;
	height: auto;
	z-index: 5000 !important;
	position: relative;
	left: 15px;
	margin-top: -60px;
	z-index: 5000 !important;
	position: relative;
}*/
.navbar-brand1{
	height: auto;
	margin: 0;
	background: #ed5b00 !important;
	padding: 15px 10px;
	position: absolute;
	left: 0;
	top: -13px;
	z-index: 6000 !important;
}
.navbar-brand {
	width:180px;
	height: auto;
	margin: 0;
}
.navbar-brand > img{
	width: 100%;
}
.navbar{
	background: rgba(108, 123, 144, 0.5);
	min-height: 0;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	z-index: 4000;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	overflow: visible !important;
	
	width: 100%;
	position: fixed;
	top: 64px;
}

.navbar .container{
	position: relative;
	padding:0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	height: auto;
}
.navbar-nav{
	margin-top: 50px;
}

.navbar-default .navbar-nav > li{
	display: block !important;
	margin-left: -1px !important;
}
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #fff;
	padding: 16px 15px;
	display: block;
	text-align: center;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	.navbar-default .navbar-nav > li > a {
		padding: 40px 15px 15px;
	}
}*/
	.navbar-default .navbar-nav > li.mid{
		position: relative;
	}
	.midlogo{
		width: 130px;
		position:absolute;
		top: 15px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 2000;
	}
	.midlogo img{
		width: 100%;
	}
.navbar-default .navbar-nav > li > a.twoline{
	padding: 10px 15px;
	line-height: 1.3em;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
	color: #fbc233 !important;
}
.hvr-onpage{
	color: #fbc332 !important;
}
.hvr-onpage:before{
	background: #fbc332  !important;
	color: #fff !important;
	-webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}
.hvr-underline-reveal:before {
	background: #fbc233!important;
}

.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.navbar-right{
	margin-right: 0;
}
.navbar-right .dropdown-menu{
	left: 0;
	right: auto;
	padding: 0;
	margin-top: 0px !important;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.dropdown-menu>li>a{
	background: transparent !important;
	padding: 15px 20px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	color: #e4007b;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	padding: 0;
}


/**
* ---------------------------------------
* Common Styles
* ---------------------------------------
*/
.section{
	position: relative
}
.section-sm{padding: 20px 0;}
.section-md{padding: 40px 0;}
.section-lg{padding: 80px 0;}

.section-gray{
	background: #f4f4f4;
}
.section-orange{
	background: #f78a2f;
}
.section-gold{
	background: #fbc332;
}
.section-yellow{
	background: #fff5d2;
}
.section-yellow1{
	background: #ffe484;
}

.section p, .section ul li{
	font-size: 1.08em;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'montserratbold', serif;
}
h1,
h2{
	color: #ff6201;
	font-size: 3em;
	margin: 0;
	position: relative;
	text-transform: uppercase;
}
h3{
	color: #ff6201;
	font-size: 2.33em;
	margin-top: 0;
	text-transform: uppercase;
}
h4{
	color: #ff6201;
	font-size: 2.13em;
	margin-top: 0;
	text-transform: uppercase;
}
h5{
	font-size: 2em;
}
h6{
	font-size: 1.33em;
	margin: 0 0 5px;
}
.h6{
	font-size: 1.33em !important;
}



.uline{
	padding: 0 0 20px;
	position: relative;
}
.section h2:after, .uline:after, .uline-left:after{
	width: 100px;
	height: 3px;
	background: rgba(0, 0, 0, .05);
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}
.uline-left{
	position: relative;
	margin-bottom: 15px;
}
.uline-left:after{
	background: rgba(255, 98, 1, .1) !important;
	left: 0 !important;
	margin-left: 0 !important;
}
.uline-dark:after{
	background: rgba(255, 98, 1, .15) !important;
}

.subheader{
	background: url(../img/bg/bg1.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: repeat;
}
.subheader1{
	background: url(../img/gallery/photogallery/2.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: repeat;
}
.slidercaption{
	background: rgba(107, 124, 140, .9);
	color: #fff;
	padding: 200px 15px 90px;
	text-transform: uppercase;
	margin: 0;
}
.slidercaption h1{
	color: #fff !important;
}
.slidercaption h2{
	color: #fff;
}
.slidercaption h2:after{
	background: rgba(255, 255, 255, .4) !important;
}
.slidercaption span{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%); 
	-ms-transform: translate(0, -50%); 
	-webkit-transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin: auto;
}
.slidercaption span.subtitle {
	position: static;
	display: block;
	transform: none;
	font-family: 'montserratregular', sans-serif;
	font-size: 0.7em;
}
.img-caption{
	width: 300px;
	max-width: 100%;
	background: #00a8e0;
	color: #fff;
	font-family: 'montserratitalic', sans-serif;
	padding: 20px;
	margin: -50px 0 0;
    position: relative;
    z-index: 1000;
	-webkit-box-shadow: 7px 7px 0px 0px #e6e6e6;
	-moz-box-shadow: 7px 7px 0px 0px #e6e6e6;
	box-shadow: 7px 7px 0px 0px #e6e6e6;
}
.shadow{
	-webkit-box-shadow: 7px 7px 0px 0px #e6e6e6;
	-moz-box-shadow: 7px 7px 0px 0px #e6e6e6;
	box-shadow: 7px 7px 0px 0px #e6e6e6;
}
.cta-apply{
	background: url(../img/bg/bg1.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	border-top: 1px solid #003c5b;
}
	.cta-apply .btn{
		font-size: 2.3em;
		letter-spacing: 2px;
	}
	.img-trees{
		margin-bottom: -4px !important;
	}



/*Forms*/
.form-control{
	background: #eee;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 0;
	outline: none;
	box-shadow: none;
}
.radion{
	margin-left: 20px;
}
.radio span{
	display: inline-block;
	margin: 0 20px 0 20px;
}
input[readonly] {
     cursor: pointer !important;
}
.input-group{
	display: block;
}
a{
	outline: none !important;
}


.g-recaptcha{
	overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.g-recaptcha div{
	overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.googlemap{
	width: 100%;
	height: 450px;
	border: 0;
	overflow: hidden;
}
.contact-btm{
	margin-top: -5px;
}



/**
* ---------------------------------------
* Homepage
* ---------------------------------------
*/
.homesection{
	background: url(../img/bg/bg2.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}
.homesection1 {
	margin-top: -50px;
}
.homesection1 img{
	width: 95%;
}

.homesection2 .eqheight_wrap{
	margin-top: -25px;
}
.homesection2 img.pull-right{
	width: 80%;
}
.homesection3 h1{
	color: #fbc332;
	font-family: 'onelove_free_for_personal_uRg';
	font-weight: 400;
	font-size: 4em;
	text-transform: inherit;
	padding-top: 200px;
	text-shadow: 2px 3px 0px rgba(34,39,49,1);
}

.eqheight_wrap{
	width: 100%;	
	display: table;
}
.eqheight{
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.animate{
	visibility: hidden;
}


/**
* ---------------------------------------
* Subpage : Floor Plan
* ---------------------------------------
*/
.floorplan_section1 .col-sm-6 a{
	background: #239685;
	display: block;
	padding: 30px 0;
}
.floorplan_section1 .col-sm-6 a:hover > strong{
	background: #7da13f;
}
.floorplan_section1 .col-sm-6 img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 3px solid #7da13f;
	margin-bottom: -100px;
	position: relative;
	z-index: 2000;
}
.floorplan_section1 .col-sm-6 strong{
	background: #2a375a;
	color: #fff;
	padding-top: 120px;
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.floorplan_section1 .col-sm-6 p{
	color:#fff !important;
	font-size: 1.08em;
	margin-bottom: 0;
	padding: 0 30px;
}
.floorplan_section1 .col-sm-6 span.div{
	color: #28a895;
	display: inline-block;
	margin: 0 15px;
}

.sec-applynow p{
	color: #fff;
}
.sec-applynow a{
	display: block;
}
.sec-applynow:hover{
	background: #2a375a;
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}


/**
* ---------------------------------------
* Subpage : Amneties and Other Subpages
* ---------------------------------------
*/
.amenities_section1 .note{
	font-size: 1em;
	margin: 0 0 0 55px;
	font-family: 'montserratitalic', sans-serif;
}

.paddingtop-2{
	padding-top: 2%;
}
.paddingtop-4{
	padding-top: 4%;
}
.paddingtop-6{
	padding-top: 6%;
}
.paddingtop-8{
	padding-top: 8%;
}
.paddingtop-10{
	padding-top: 10%;
}


.text-danger{
	font-size: .9em !important;
}


/* Map */
.mapsection1 .col-sm-6 a{
	height: 500px;
	border: 4px solid #eee !important;
}
.mapsection1 .col-sm-6 a.map2 img{
	width: auto;
	height: 100%;
}
.mapsection1 .col-sm-6 a,
.image-sec .col-xs-4{
	border: 1px solid #fafafa;
	display: block;
	overflow: hidden;
	position: relative;
}
.mapsection1 .col-sm-6 a img{
	-webkit-transition: opacity 1.5s, -webkit-transform 15s;
	transition: opacity 1.5s, transform 1.5s;
	
}
.mapsection1 .col-sm-6 a:hover > img,
.image-sec .col-xs-4:hover > img,
.image-sec .col-xs-4 a:hover > img{
	opacity: .9;
	-webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
	-moz-transition: opacity 1.5s, -moz-transform 1.5s;
	transition: opacity 1.5s, transform 1.5s;
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	transform: scale(1.12);
}
.image-sec .col-xs-4{
	border: 4px solid #e6e6e6;
	padding: 0;
	width: 31.33%;
	margin: 0 1%;
}

/* Floor Plans and Area */
.floorplans h3{
	color: #ff6201 !important;
}
.area h3{
	font-size: 1.67em;
	margin-bottom: 0 !important;
	text-transform: inherit;
}
.floorplans .content-show p,
.area .content-show p{
	color: #888;
	text-transform: uppercase;
	font-family: 'montserratregular', sans-serif;
	font-size: .92em;
	margin-bottom: 0;
}
.area .content-show p{
	text-transform: inherit;
	font-size: 1em;
	margin-top: 10px;
}
.floorplans .content-show span.div{
	color: #ccc;
	display: inline-block;
	margin: 0 15px;
}
.section-gray .content-show{
	background: #fff;
}
.section-gray .content-show:hover, .section-gray .content-show:focus{
	background: #fafafa;
}
.content-show{
	width: 100%;
    background: #f6f6f6;
    cursor: pointer;
    padding: 15px 20px 40px;
    position: relative;
	margin-bottom: 20px;
	
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.content-show:hover, .content-show:focus{
	background: #eee;
}
.content-show:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 1.23em;
    font-style: normal;
	color: #ccc;
}
.floorplans .content-show:after{
	bottom: 10px;
    right: 0;
	left: 0;
	margin: 0 auto;
}
.area .content-show{
	padding: 15px 20px;
}
.area .content-show:after{
	right: 20px;
	margin: auto;
	top: 40%;
	bottom: 0;
}
.content-hidden {
    background: #fff;
	border: 4px solid #f6f6f6;
    padding: 20px;
	font-size: .92em;
	margin-top: -20px;
	display: none;
}
.section-gray .content-hidden{
	background: #f6f6f6;
	border: 4px solid #fff;
}
.content-hidden {
	margin-bottom: 10px;
}
.content-hidden p{
	line-height: 2em !important;
	margin-left: 15px;
}
.hvr-bubble-float-bottom:before{
	 border-color: #f6f6f6 transparent transparent transparent !important;
	
}


/* Gallery */
.p-gallery a{
	width:23%;
	display: block;
	float: left;
	margin: 0 1% 20px;
	overflow: hidden;
	height: 150px;
}
.p-gallery a:hover{
	opacity: 0.8;
}
.p-gallery a img{
	width: 100%;
	height: auto;
}
.p-gallery a img.tall{
	width: auto;
	height: 100%;
}


/* Pay Rent */
.payrentsection1 h4{
	font-size: 1.43em;
	text-transform: inherit;
}
.payrentsection1 h5{
	font-size: 1.08em;
	margin-bottom: 5px;
}
.payrentsection1 .indent{
	margin: 0 0 20px 18px;
}

.residents_sec1 .btn i{
	background: #fbc233;
	display: block;
	font-size: 2.5em;
	padding: 10px;
	margin-bottom: 15px;
}
.residents_sec1 .btn,
.applynowsection1 .btn{
	font-size: 1.43em;
}

/* Distinctions and Feature */
.preferredemployer ul{
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
}
.preferredemployer ul li{
	font-size: 1.23em;
	margin-bottom: 15px;
}

/* faq */
.faq p{
	font-size: 1.23em;
}
.faq h2{
	color: #ff6201;
	font-size: 1.67em;
	margin-top: 0;
	text-transform: initial !important;
}



/**
* ---------------------------------------
* Footer
* ---------------------------------------
*/
.btm_address{
	font-size: 1.43em;
}

footer{
	position: relative;
}
.totop{
	color: #fbc332 !important; 
	background: #15293e;
	font-size: 30px; 
	position: fixed;
	bottom: 15px; 
	right: 15px;
	padding: 0px 15px 15px;
	opacity: .95;
	z-index: 5000;
	text-align:center;
	display: none;
	text-decoration: none !important;
}
.totop span{
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: -10px;
}
.totop:hover{
	color: #fbc332 !important;
}
.totop span{
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: -10px;
}
.footer-top{
	background: #6c7b91;
	color: #fff;
	padding: 40px 0;
	position: relative;
}
.footer-top strong{
	color: #fbc332;
	display: block;
	font-family: 'montserratblack', sans-serif;
	font-size: 1.29em;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.footer-top span.bold{
	font-size: 1.21em;
}
.footer-top .indent{
	margin-left: 15px;
} 
.footer-top .social a:hover{
	opacity: .8;
}

.sitemap ul{
	margin-left: 0;
}
.sitemap ul li{
	margin-bottom: 10px;
	padding-left: 0;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #eee;
}

.footer-btm{
	background: #15293e;
	color: #fff;
}
.footer-btm a{
	color: #fff !important;
}

.fb-wrap{
	width: 100%;
	overflow: hidden;
}
.btmlogo{
	width: 140px;
	display: block;
	margin: 0 auto 0;
	padding-top: 50px;
}
.btmlogo img{
	width: 100%;
}
.ft-logo{
	width: 150px;
	margin-top: 15px !important;
	margin-bottom: 0 !important;
}
span.ft-logo{
	width: 100%;
	display: block;
	font-size: .9em;
	text-transform: uppercase;
	margin-top: 10px !important;
	margin-bottom: 15px !important;
}



/**
* ---------------------------------------
* Common Styles 02
* ---------------------------------------
*/
p{
	line-height: 1.6em;
}
ul, ol{
	padding: 0;
	list-style: none;
}
.clearfix:after{
	clear: both;
	content: '';
	display: block;
}
.center{
	display: block !important;
	float: none;
	margin: 0 auto;
}

a{outline: none !important; color: #0088cc;}
a:hover,
a:focus{
	text-decoration: none;
	color: #006da4;
}

.orange{color: #ff6201 !important;}
.brown{color: #423024 !important;}
.red{color: red !important;}

.italic{font-family: 'montserratitalic', sans-serif;}
.bold, strong{font-family: 'montserratbold', sans-serif;}
.black{font-family: 'montserratblack', sans-serif;}
.underline{text-decoration: underline;}

.spacer-1{margin-bottom: 10px !important; display: block;}
.spacer-2{margin-bottom: 20px !important; display: block;}
.spacer-3{margin-bottom: 30px !important; display: block;}
.spacer-4{margin-bottom: 40px !important; display: block;}
.spacer-6{margin-bottom: 60px !important; display: block;}

.img-left{
	float: left;
	margin: 0 2% 0 0;
}
.img-border{
	border: 1px solid #eee;
	padding: .5%;
	background: rgba(255, 255, 255, 0.8);
}

.max100{width: auto; max-width: 100%;}
.img100{width: 100%;}
.img80{width: 80%;}

.bullet{
	margin-left: 15px;
}
.bullet li{
	list-style-type: disc;
}
.bullet li, .bullet1 li, .tick li{
	padding: 0 0 10px;
	position: relative;
}
.tick li{
	list-style-type: none;
	padding: 0 0 10px 35px;
	margin-left: 5px;
}
.tick li:before{
	content: "\f00c";
    font-family: FontAwesome;
    color: #00a8e0;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: -1px;
    left: 0;
}

.bullet1 li{
	list-style-type: none;
	padding: 0 0 10px 20px;
	margin-left: 2px;
}
.bullet1 li:before{
	content: "\f105";
    font-family: FontAwesome;
    color: #ff6201;
    font-size: 16px;
    position: absolute;
    top: -4px;
    left: 0;
}

.bullet li:last-child, .tick li:last-child, .bullet1 li:last-child{
	padding-bottom: 0;
}



/**
* ---------------------------------------
* Buttons
* ---------------------------------------
*/
.btn{
	width: 300px;
	max-width: 100%;
	background: #6b7c8c !important;
	border: 0;
	color: #fff !important;
	max-width: 100%;
	font-size: 1.08em;
	font-family: 'montserratbold', sans-serif;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	text-align: center;
	padding: 15px 0;
	text-transform: uppercase;
	white-space: inherit;
	
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.btn:before{
	background: #596a79 !important;
}
.applynowsection1 .btn:hover, .applynowsection1 .btn:focus{
	background: #596a79 !important;
}

.btn-orange{
	background: #ff6200 !important;
}
.btn-orange:before{
	background: #db5400 !important;
}

.btn-sm{
	width: auto;
	padding: 8px 10px;
}
.btn-lg{
	width: 400px;
	padding: 20px;
}



/**
* ---------------------------------------
* Slider
* ---------------------------------------
*/
.flexslider .slides img{
	margin-top: -2px;
}
.sliderwrap{
	position: relative;
}
.sliderwrap .sale{
	height: 80%;
	max-height: 500px;
	position: absolute;
	right: 20px;
	z-index: 1000;
}


/**
* ---------------------------------------
* Blog
* ---------------------------------------
*/
table {width: 100%}
.blogheader{
	border-bottom: 3px solid #464646;
}
/*Bloglist*/
.blog_page_heading{
	background: url(../img/bg/bg1a.jpg) center center no-repeat;
	background-size: cover;
	padding: 150px 15px !important;
	text-align:center;
	color: #fff;
	letter-spacing: 1px;
	font-family: 'montserratbold', serif;
	font-size: 3em !important;
	position: relative;
	text-transform: uppercase;
	display: none;
}	
#blog-listing.container{
	width: 100% !important;
}
#blog-listing .blog_list{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
#blog-listing table.dataTable tbody tr.even,
.table.dataTable tbody tr.even{
	background: #f6f6f6 !important;
}
#blog_list_front_length{
	width: 100%;
	background: #f6f6f6;
	padding: 15px 10px 10px;
	text-align: center;
}
.dataTable.no-footer{
	border-bottom: 0 !important;
}
#blog_list_front_paginate{
	width: 100%;
	background: #211812;
	padding-top: 0;
	text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
	color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	border:0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	background: #fff !important;
}

.bloglist h3.main_heading{
	font-family: 'montserratbold';
	text-transform: uppercase;
}
.bloglist h3.main_heading a{
	color: #3e2d23;
}
.bloglist h4.sub_heading{
	font-size: 1.08em;
	margin: 5px 0 15px !important;
}
.bloglist .imgthumbnail_wr{
	margin-bottom: 15px;
}
.bloglist .imgthumbnail_wr img{
	width: 100%;
	height: auto;
}
.blog-list-button a button,
.listing-button{
	width: 300px;
	max-width: 100%;
	background: #413023 !important;
	color: #fff !important;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #000;
	overflow: hidden !important;
	padding: 15px;
	text-transform: uppercase;
	font-size: 1.23em;
	letter-spacing: 1px;
	white-space: inherit;
	font-family: 'montserratbold';
	outline: none;
}
.blog-list-button a button:hover,
.blog-list-button a button:focus,
.listing-button:hover,
.listing-button:focus{
	background: #db5400 !important;
}


/*Blogpage*/
#blog-details{
	width: 1000px;
	max-width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
#blog-details .col-12{
	padding: 0 15px;
}
#blog-details .main_heading{
	color: #413023 !important;
	font-family: 'montserratbold';
	font-size: 2.23em;
	margin-bottom: 20px !important;
	display: none;
}
#blog-details .sub_heading {
	display: none;
}

#blog-details .img-thumbnail,
#blog-details img{
	width: 100% !important;
	height: auto !important;
	border: 0;
	margin-bottom: 20px !important;
}
#blog-details h1,
#blog-details h2,
#blog-details h3,
#blog-details h4,
#blog-details h5,
#blog-details h6{
	font-family: 'montserratbold';
	margin-bottom: 15px !important;
	letter-spacing: 0;
}
#blog-details h2{
	color: #ff6200 !important;
	font-size: 2em !important;
}
#blog-details h2 span{
	color: #ff6200 !important;
}
#blog-details p{
	font-size: 1.13em !important;
}
#blog-listing .dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled) {
	color: #fff !important;
}
#blog-listing .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #333 !important;
}