body {
  padding-top: 84px;
  min-width:  360px;
}
h1,h2, h3{
	font-family: "aaux-next",sans-serif;
	color: #d9531e;
	margin: 0;
	padding: 0;
    padding: 0 0 8px;
}
h1{
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
}
h2{
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
}
h3{
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
}
p {
    padding: 0 0 12px;
}
body, p, em, input, textarea{
	font-family: "lato",sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}
body, p, em, input, textarea, a{
	color: #666666;
	font-weight:400;

}
article header{
	margin-bottom: 50px;
}
article section{
	margin-bottom: 90px;
}
hr{
	border-bottom: 2px solid #fff;
	margin-top: 32px;
	margin-bottom: 32px;
	height:0!important;
	min-height:0!important;
	overflow:hidden;
}

.post_content{
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}
.button {
	font-family: "aaux-next",sans-serif;
		background: none repeat scroll 0 0 #d9531e;
		border: medium none;
		color: #fff;
		display: inline-block;
		font-size: 18px;
		font-style: normal;
		height: 38px;
		line-height:38px;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 160px;
		font-weight:400;
		text-decoration:none;
		text-transform: uppercase;
		
}
.button:hover, .button :focus, a.button:hover, a.button:focus {
		text-decoration:none!important;
		color: #fff!important;
}
#content {
    padding: 0 0;
}
#main article {
    margin-bottom: 0;
    padding: 0;
}
.lead {
    font-size: inherit;
}
@media (max-width:767px){
	.button {
		font-size: 16px;
		width: 138px;
		height: 27px;
		line-height:27px;
	}
	article section, article header {
		margin-bottom: 40px !important;
	}
}
/*placeholder css*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
   color: #4d4d4d!important;text-overflow: ellipsis;opacity:  1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
   color: #4d4d4d!important;text-overflow: ellipsis;opacity:  1;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #4d4d4d!important;  text-overflow: ellipsis;opacity:  1;
}

:-ms-input-placeholder {  
   color: #4d4d4d!important;  text-overflow: ellipsis;opacity:  1;
}

/***************************************
* *  Form generic style     
****************************************/
.frm_forms{
}
	.frm_forms input[type="text"],
	.frm_forms textArea,
	.frm_forms .frm_error,
	.frm_forms .frm_error_style
	{
		width: 100%!important;
		font-size: 16px!important;
		font-weight: 300;
		line-height: 20px;
		border-radius: 6px;
		padding: 2px 8px!important;
		color: #4d4d4d;
	}
	.frm_forms input[type="text"],
	.frm_forms textArea{

		border: 1px solid #7b7b7b;
	}
	.frm_forms textArea{
		height: 90px!important;
	}
	.frm_forms .frm_error_style {
		border: 1px solid #ebccd1;
		color: #fff!important;
		background: none!important;
	}
	.frm_forms .frm_error{
		color: #fff;
	}
	.frm_forms input[type="submit"]{
		width: 164px!important;
		font-size: 18px;
		line-height: 35px;
		height: 35px;
		font-weight: 400;
		text-align: center;
		cursor: pointer;
		background: #000;
		color: #fff;
		font-family: "aaux-next",sans-serif;
		float: right;
		border: none;
		text-transform:uppercase;
		margin-top:16px;
		
	}

/***************************************
* *  HEADER
****************************************/
.navbar-brand{
	margin-top: 24px;
	padding: 0;
}
.logo_header {
	width: 254px;
	display: inline-block;
}
.logo_header img{
	width: 100%;
	height: auto;
}
@media (max-width:767px){
	.logo_header {
		width: 234px;
	}
	.logo_header img{
		max-width: 205px;
	}
}
/***************************************
* *  TOP NAVIGATION
****************************************/
.navbar.navbar-default.navbar-fixed-top {
	background: none repeat scroll 0 0 #fff;
	height: 87px;
	  border: none;
}
	ul#menu-main-menu{
		  margin-top: 31px;
		float: right;
	}
	.navbar-default .navbar-nav > li > a{
		font: 500 14px/16px "aaux-next",sans-serif;
		color: #000;
		margin-left: 25px;
		padding: 0 0 5px;
		text-transform: uppercase;
	}
	.navbar-default .navbar-nav > li:first-child > a{
		margin-left: 0;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		background-color: inherit;
		color: #000;
		border-bottom: 1px solid #000;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background: none;
	}
	.navbar-toggle{
		border: none;
		 margin-top: 12px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #000;
		border-radius: 6px;
		height: 3px;
		width: 22px;
	}
@media (min-width:768px){
	.navbar-collapse{
		display: block!important;
	}
}
@media (max-width:767px){
	body {
	  padding-top: 60px;
	}
	.navbar.navbar-default.navbar-fixed-top {
		height: 60px;
	}
	.navbar-brand {
		margin-top: 14px;
		margin-left: 15px;
		height: 45px;
	}
	.navbar-default.on .navbar-header,
	.navbar-collapse {
		background: rgba(0,0,0,0.85);
	}
	.navbar-default.on .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-header {
		position: relative;
		z-index: 4;
	}
	.navbar-collapse {
		color: #fff;
		position: absolute;
		width: 100%;
		z-index: 3;
		padding: 00px 15px 40px;
		display: none;
		border: none;
		box-shadow:none;
		margin: 0;
	}
	ul#menu-main-menu {
		margin-top: 0px;
	}
	.nav.navbar-nav{
		width:100%;
		border-top: 2px solid #fff;
		padding: 20px 0 0;
		margin: 0;
	}
	.nav.navbar-nav li{
		padding: 0 21px;
	}
	.nav.navbar-nav li a{
		color: #fff;	
		/* font: 400 16px/18px national;
		margin-bottom: 18px;
		padding:0;*/
		margin-left: 0;
		display: block;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
		color: #fff;
		font-weight: bold;
		
	}
	.nav.navbar-nav li a:hover{
		color: #fff;
		text-decoration: underline;
	}
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.home.page article > header{
	background: #000;	
	-webkit-box-shadow: inset 0px 0px 126px 122px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 126px 122px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 126px 122px rgba(0,0,0,0.75);
}
/* Carousel base class */
.swiper {
    margin: auto;
    max-width: 1200px;
	background-color: #000;
	 position: relative;
 }
.swiper-container{
}
.swiper .swiper-wrapper {
	height: 577px;
	background-color: #000;
	overflow: hidden;
	position: relative;
	font-family: "aaux-next",sans-serif;
	font-style: normal; 
}
.carousel-caption {
	z-index: 10;
    left: 0;
    padding:30px 0 0px;
    right: 0;
	top: 130px;
	background: url(images/mask.png) repeat top center;
	 overflow: hidden;
	 bottom: inherit;
}
/* Declare heights because of positioning of img element */
.swiper .swiper-wrapper .swiper-slide  {
	text-align:center;
	position: relative;
}
	.swiper .swiper-wrapper,
	.swiper .swiper-wrapper  .swiper-slide  > img  {
	height: 500px!important;
	}
	.swiper .swiper-wrapper  .swiper-slide  > img {
		display: inline;
		width: auto;
		margin:0 auto;
	}
	.swiper .swiper-wrapper .swiper-slide h2 {
		font-weight:200;
		color: #d9531e;
		font-size: 80px;
		line-height: 82px;
		margin: 0;
		padding: 0;
	}
	.swiper .swiper-wrapper .swiper-slide p {
		display: block;
		font-weight:300;
		color: #fff;
		font-size: 31px;
		font-family: "aaux-next",sans-serif;
	}
	.swiper .btnContainer {
		position: absolute;
		top: 418px;
		text-align: center;
		width:100%;
		color: #fff;
	}

@media (min-width:768px) and (max-width:989px){
	.swiper .swiper-wrapper .swiper-slide h2{
		font-size: 54px;
		line-height: 52px;
		 padding: 0 0 8px;
	}
	.swiper .swiper-wrapper .swiper-slide p {
		font-size: 32px;
		line-height: 35px;
	}
	.swiper .swiper-wrapper,
	.swiper .swiper-wrapper  .swiper-slide > a > img  {
		height: 420px!important;
	}
	.swiper .carousel-caption {
		top: 60px;
	}
	.swiper .btnContainer {
		top: 340px;
	}
}
@media (min-width:767px){
	.swiper .arrow-left,
	.swiper .arrow-right
	{
	  position: absolute;
	  top: 0;
	  margin-top: 0;
	  width:123px;
	  height: 100%;
	  z-index: 2;
	} 
		.swiper .arrow-left {
		  left: 0px;
		 	 -webkit-box-shadow: 100px -10px 54px -45px rgba(0, 0, 0, 1.00) inset;
			-moz-box-shadow: 100px -10px 54px -45px rgba(0, 0, 0, 1.00) insett;
			box-shadow: 100px -10px 54px -45px rgba(0, 0, 0, 1.00) inset;
		}
		.swiper .arrow-right {
		  right: 0px;
		 	 -webkit-box-shadow: -100px -10px 54px -45px rgba(0, 0, 0, 1.00) inset;
			-moz-box-shadow: -100px -10px 54px -45px rgba(0, 0, 0, 1.00) inset;
			box-shadow: -100px -10px 54px -45px rgba(0, 0, 0, 1.00) inset;
		}
	
}
@media (max-width:767px){
	.swiper .swiper-wrapper .swiper-slide h2{
		font-size: 34px;
		line-height: 32px;
		 padding: 0 0 8px;
	}
	.swiper .swiper-wrapper .swiper-slide p {
		font-size: 22px;
		line-height: 25px;
	}
	.swiper .swiper-wrapper,
	.swiper .swiper-wrapper  .swiper-slide > a > img  {
		height: 310px!important;
	}
	.swiper .carousel-caption {
		top: 40px;
	}
	.swiper .btnContainer {
		top: 240px;
	}
}
/* ------------------------------------------------
HOME PAHE TILES CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.swiper-tile1,
.tile_1 .swiper-slide{
    height: 323px!important;
}

.tile_1 > div {
	text-align: center;
}
	.tile_1 > div h2 {
		font-size: 30px;
		line-height: 36px;
		font-weight:300;
		 margin: 0 0 17px;
		text-align: center;
	}
	.tile_1 > div p {
		margin-right: 10px;
		margin-left: 10px;
		font-weight:300;
		text-align: center;
	}
	.tile_1 .swiper-slide {
		box-sizing: border-box;
	}
	

@media (max-width:767px){
.tile_1 > div {
	text-align: center;
}
	.tile_1 > div h2 {
		font-size: 28px;
		line-height: 28px;
		 margin: 0 0 4px;
	}
	.tile_1 > div p {
		font-size: 20px;
		line-height: 26px;
	}
.tile_1,
.swiper-tile1,
.tile_1 .swiper-slide{
		height: 400px !important;
	}
.swiper-tile1 {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.tile_1 .pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: -25px;
  width:100%;
}
	.tile_1 .swiper-pagination-switch {
	  display: inline-block;
	  width: 6px;
	  height: 6px;
	  border-radius: 6px;
	  background: rgb(77,77,77);
	  margin-right: 8px;
	  cursor: pointer;
	}
	.tile_1 .swiper-active-switch {
	  background: rgb(204,204,204);
	}


}
.tile_2{
	text-align: center;
	height:500px;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-bottom: 70px !important;
}
	.tile_2 > div{
		background: url(images/mask.png) repeat top center;
		height:100%;
	}
	.tile_2 .img {
		display: table;
		height: 100%;
	}
	.tile_2  div.txt{
		padding-top: 108px;
	}
	.tile_2 > div:first-child p{
		color: #fff;
		font-weight:300;
		line-height:30px;
		font-size: 22px;
		margin-bottom: 28px
	}
	.tile_2 > div:first-child h2{
		font-weight:300;
		line-height:36px;
		font-size: 30px;
	}
@media (max-width:767px){
	.tile_2 > div:first-child h2{
		line-height:28px;
		font-size: 36px;
	}
	.tile_2 > div:first-child p{
		line-height:26px;
		font-size: 20px;
		margin-bottom: 28px
	}
	.tile_2  div.txt{
		padding-top: 38px;
	}
	.tile_2   .row {
		margin-left: -19px;
		margin-right: -19px;
	}
}
.tile_3{
	margin: 74px inherite 80px !important;
}
	.tile_3 h2
	{
			font-size: 30px;
			line-height: 36px;
			font-weight:300;
			 margin: 0 0 17px;
			text-align: center;
	}
	.tile_3 h3
	{
			font-size: 20px;
			line-height: 34px;
			font-weight:500;
			 margin: 0px 0 4px;
			color: #666666;
	}
	.tile_3 p
	{
			font-size: 18px;
			line-height: 26px;
			padding-bottom: 0px;
	}
@media (max-width:767px){
	.tile_3 h2
	{
		font-size: 28px;
		line-height: 28px;
	}
	.tile_3 p	{
		text-align: center;
		margin: 0px 0 14px;

	}
	.tile_3 h3{
		text-align: center;
		margin: 20px 0px 0px;

	}
	
}
/* ------------------------------------------------
Inner pages
-------------------------------------------------- */
.page-header{
	margin: 30px 0 16px;
    border-bottom: none;
    padding-bottom: 0px;
}
	.page-header h1{
		font-size: 30px;
		font-weight:300;
	}
	
/* top banner */
.topBanner {
	height: 500px;
	background-color: #000;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
/* Since positioning the image, we need to help out the caption */
	.topBanner-inner {
		overflow: hidden;
		position: relative;
		width: 100%;
		font-family: "aaux-next",sans-serif;
		font-style: normal; 
		width: 100%;
		max-width: 1200px;
		margin: auto;
	}
	
	.topBanner-caption {
		z-index: 10;
		left: 0;
		padding:26px 0 0px;
		right: 0;
		top: 170px;
		background: url(images/mask.png) repeat top center;
		 overflow: hidden;
		 bottom: inherit;
		 
		color: #fff;
		position: absolute;
		text-align: center;
		min-height: 180px;
	}
	.topBanner .item {
		height: 500px;
		text-align:center;
	}
		.topBanner  .item  > img {
			display: inline;
			height: 100%!important;
			width: auto;
			margin:0 auto;
			max-width: inherit;
		}
		.topBanner  .topBanner-caption p {
			display: block;
			font-weight:300;
			color: #fff;
			font-size: 42px;
			line-height: 48px;
			font-family: "aaux-next",sans-serif;
			padding: 10px 0;
		} 
	.topBanner .gar-left,
	.topBanner .gar-right
	{
	  position: absolute;
	  top: 0;
	  margin-top: 0;
	  width:123px;
	  height: 100%;
	  z-index: 2;
	  display: block;
	} 
		.topBanner .gar-left {
		  left: 0px;
		 	 -webkit-box-shadow: 100px -10px 54px -45px rgba(0, 0, 0, 1.00) inset;
			-moz-box-shadow: 100px -10px 54px -45px rgba(0, 0, 0, 1.00) inset;
			box-shadow: 100px -10px 54px -45px rgba(0, 0, 0, 1.00) inset;
		}
		.topBanner .gar-right {
		  right: 0px;
		 	 -webkit-box-shadow: -100px -10px 54px -45px rgba(0, 0, 0, 1.00) inset;
			-moz-box-shadow: -100px -10px 54px -45px rgba(0, 0, 0, 1.00) inset;
			box-shadow: -100px -10px 54px -45px rgba(0, 0, 0, 1.00) inset;
		}
@media (max-width:767px){
	.topBanner,
	.topBanner .item {
		height: 300px;
	}
	.topBanner-caption {
		padding: 20px 0;
		top: 90px;
		min-height: 115px;
	}
		.topBanner-inner > .item p { 
			font-size: 22px;
			line-height: 25px;
			padding: 10px 0;
		} 
	.topBanner .topBanner-caption p {
		font-size: 24px;
		line-height: 30px;
	}
}
@media (max-width:510px){
	.topBanner,
	.topBanner .item {
		height: 200px;
	}
	.topBanner-caption {
		padding: 20px 0;
		top: 40px;
	}
}
/* ------------------------------------------------
Products Page 
-------------------------------------------------- */
.product-itm{
/*	margin-top: -140px;
	padding-top: 140px;*/
}
	.content_area_1 p{
		display: block;
	}
.product-itm h2,
.product-itm h3{
		font-size: 30px;
		line-height: 36px;
		font-weight:500;
		margin:0;
		padding:0;
}
.product-itm h3{
		font-weight:300;
}
.product-itm .product_content{
		font-size: 18px;
		line-height: 26px;
		font-weight:300;
		  margin-top: 28px;
}
section.odd{
	background: #efedea;
	padding-top:30px;
	padding-bottom: 40px;
	
}

.product_icons {
	margin: 50px 0 0;
}
	.product_icons .row div {
		text-align: center;
	}
	.product_icons  h4 {
		margin-top: 15px;
	}
	.product-itm .read_more {
		color: #d9531e;
		float: right;
		margin-bottom: 85px;
		margin-top: -85px;
		position: relative;
	}
.button_area{
	padding-top: 40px;
}
	.button_area .button{
		width: 140px;
		height: 37px;
		line-height: 37px;	
	}
@media (max-width:1199px){
	.button_area .button{
		width: 126px;
		height: 27px;	
		line-height: 27px;
		font-size:16px;	
	}
}
@media (max-width:991px){
	.button_area .button{
		width: 95px;
		height: 27px;	
		line-height: 27px;
		font-size:14px;	
	}
}
@media (max-width:767px){
section.odd{
	padding-bottom: 10px;
	
}
	.content_area_1 p{
		display: none;
	}
	.content_area_1 p:first-child{
		display: block!important;
	}
	.content_area_1 p:first-child:after{
		display: inline;
		content: "...";
	}
	.open .content_area_1 p:first-child:after{
		content: "";
	}
	.button_area .button{
		width: 140px;
		height: 37px;	
		line-height: 37px;	
	}
}
@media (max-width:510px){
	.product-itm h2,
	.product-itm h3{
			font-size: 24px;
			line-height: 26px;
	}
	.product-itm .product_content{
		line-height: 20px;
		  margin-top: 14px;
	}
	.product_icons {
		margin: 20px 0 45PX;
	}
	.button_area .button{
		width: 118px;
		height: 27px;	
		line-height: 27px;
		font-size:16px;	
	}
}
/* ------------------------------------------------
Bottom slogan bottom_slogan
-------------------------------------------------- */
.bottom_slogan{
		
}
.bottom_slogan h3{
	font-size: 42px;
	line-height: 48px;
	font-weight:300;
	 margin: 0 0  0;
	 padding: 25px 0 35px 0;
	text-align: center;
	width: 100%;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	
}
@media (max-width:767px){
.bottom_slogan h3{
	font-size: 18px;
	line-height: 22px;
	 padding: 15px 0;
}
}
/* ------------------------------------------------
Contact Us Page
-------------------------------------------------- */
.contact_us{
}
	.googleMap{
		width: 100%;
		height: 500px;
	}
	.contact_us h1{
		padding-bottom: 40px;
	}
	.contact_us dl {
		display: block;
		margin: 0 0 20px;
	}
	.contact_us dl dt {
		float: left;
		min-height: 32px;
		text-align: center;
		width: 56px;
	}
		.contact_us dl dt img {
			text-align: center;
			display: inline-block;
		}
	.contact_us dl dd{
		min-height: 32px;
	}
	.contact_us dl dd:after {
		clear: both;
		content: " ";
		display: table;
		overflow: hidden;
		margin-bottom: 14px;
	}
	.map_wrapper{
		margin-bottom: 40px;
	}
@media (max-width:767px){
	.googleMap{
		width: 100%;
		height: 300px;
	}
	.contact_us h1{
		padding-bottom: 30px;
	}
}
@media (max-width:510px){
	.googleMap{
		width: 100%;
		height: 200px;
	}
	.contact_us h1{
		padding-bottom: 20px;
	}
}
/* ------------------------------------------------
Footer Contact
-------------------------------------------------- */

.footer_contact{
	background: #d9531e;
	  padding: 80px 0 100px;
	  margin-bottom: 0!important;
}
	.footer_contact a{
		background: #fff;
    	padding: 10px 15px;
    	text-decoration: none;
	}
	.footer_contact h3{
		color: #fff;
		font-size: 40px;
		line-height: 36px;
		font-weight: 300;
		margin-bottom: 13px;
	}
	.footer_contact .textwidget{
		color: #fff;
		font-size: 21px;
		line-height: 28px;
	}
	.footer_contact .widget_wlwi,
	.footer_contact .widget_wlwi div{
		padding:0;
	}
	.footer_contact .widget_wlwi h3{
		font-size: 26px;
		line-height: 28px;
		font-weight: 700;
		margin-top: 10px;
		font-style:normal;
		display:inline-block;
		color: #fff;
		font-family: "lato",sans-serif;
	}
	.footer_contact .widget_frm_show_form h3{
		visibility:hidden;
		
	}
	.footer_contact .widget_frm_show_form input[type="text"],
	.footer_contact .widget_frm_show_form textArea{

		border: none;
	}
	/** links_with_icons **/
	
	.links_with_icons{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.links_with_icons li{
		margin: 0;
		padding: 0;	
		float: left;
		margin-left: 20px;
	}
	.links_with_icons li:first-child{
		margin-left: 0px;
	}
@media (max-width:989px){
	.footer_contact .widget_frm_show_form h3{
		    margin-bottom: 0;
		
	}
}
@media (max-width:767px){
	.footer_contact h3{
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 6px;
		text-align: center;
	}
	.footer_contact .textwidget{
		font-size: 20px;
		line-height: 26px;
		text-align: center;
	}
	.links_with_icons li{
		margin-left: 10px;
	}
	.footer_contact {
		padding: 26px 0;
	}
	.footer_contact .widget_wlwi{
		padding-top: 16px;
	}
	.footer_contact .widget_wlwi h3{
		font-size: 24px;
		line-height: 28px;
	}
	.footer_contact h3 {
		margin-bottom: 0;
	}
	.links_with_icons{
	  float: right;
	}
}
/***************************************
* *  website footer ********************
****************************************/
footer.footer_page {
	background:#262626;
}
	footer.footer_page .logo_footer img{
		width: 242px;
		height: auto;
	}
	footer.footer_page #inner-footer *{
		font-family: "aaux-next",sans-serif!important;
		font-size: 12px;
		line-height: 14px;	
	}
	footer.footer_page   a:hover{
		text-decoration: none;
		color: #ccc;
		
	}
	footer.footer_page .logo_footer{
		margin: 32px 0 0;
	}
	footer.footer_page #widget-footer .widget {
			margin-bottom: 0;
	}
	footer.footer_page #widget-footer .widget ul.menu {
		list-style: none;
		padding:0;
		margin:0;	
	}
	footer.footer_page #widget-footer .widget ul.menu ,
	footer.footer_page #widget-footer .widget ul.menu  > li
	{
		padding:0;
		margin:4px 0;	
	}
	footer.footer_page #widget-footer .title_text * {
			font-size: 37px;
			line-height: 40px;
			font-weight: 200;
			color: #fff;
	}
	
	footer.footer_page .footer_bottom{
		margin-top: 70px;
	} 
	footer.footer_page .footer_bottom nav{
			font-size: 11px;
			line-height: 13px;
			font-weight: 400;
	}
	footer.footer_page .footer_bottom nav ul.menu{
			list-style: none;
		padding:0!important;
		margin:0!important;	
	}
	footer.footer_page .footer_bottom nav ul.menu li.menu-item:before {
		content: "|";
		padding-right: 10px;
	}
	footer.footer_page .footer_bottom nav ul.menu li.menu-item:first-child{
		margin-left: 0;
	}
	footer.footer_page .footer_bottom nav ul.menu li.menu-item:first-child:before {
		content: "";
		padding-right: 0;
	}
@media (max-width:767px){
	footer.footer_page .logo_footer img{
		width: 146px;
		height: auto;
	}
	footer.footer_page #widget-footer .title_text * {
			font-size: 30px;
			line-height: 32px;
	}
	#text-4.widget.col-sm-2.widget_text p ,
	#text-4.widget.col-sm-2.widget_text a{
		color: #fff;
	}
	footer.footer_page .footer_bottom {
		margin-top: 26px;
	}
	footer.footer_page  hr {
		margin-bottom: 40px;
		margin-top: 40px;
	}
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}
}
@media (max-width:767px){
	footer.footer_page .logo_footer {
		padding-bottom: 22px;
		text-align: right;
		
	}
	footer.footer_page .footer3 p,
	footer.footer_page .footer3 p a{
		color:#fff;
	}
	footer.footer_page .footer_bottom nav.pull-right,
	footer.footer_page .footer_bottom .footer-links 
	{
		float: left!important;
		text-align: left!important;
	}
	.tile_2 > div:first-child {
		padding: 7px 0 40px;
	}
	.tile_2  {
		height: inherit;
	}
	.footer_contact{
	  	padding: 40px 0;
	}
	.tile_3 .img
	{
		text-align: center;
	}
	section{
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
} 
@media (max-width:512px){
	.tile_2  {

		background-size: 100% 100%;
	}
} 

.post_links > a{
	margin-right: 25px;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.navbar-nav>li>.dropdown-menu{
	border: 0;
}
a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
.dropdown-menu>li>a{
	padding: 5px 20px;
}
.caret{
	margin-left: 7px;
}





/* ------------------------------------------------
New Homepage
-------------------------------------------------- */

body .container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body .container-fluid .post_content {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

body .footer_page {
	margin-left: 0;
    margin-right: 0;
}

body .footer_page .post_content {
    max-width: 1080px;
}

body .navbar-fixed-top .post_content {
	max-width: 1080px;
	width: 100%;
	padding: 0;
}

body .navbar.navbar-default.navbar-fixed-top {
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	padding: 0 15px;
}

body .navbar-brand {
	margin-top: 18px;
    margin-left: 0 !important;
}

body .navbar-default .navbar-nav > li {
    margin-right: 25px;
}

body .navbar-default .navbar-nav > li > a {
    font-weight: 600;
    font-size: 16px;
    font-family: "aaux-next",sans-serif;
    color: #000;
    padding: 6px 10px;
    text-transform: none;
    letter-spacing: 0.5px;
    margin-left: 0;
	transition: all 0.4s;
}

body .navbar-default .navbar-nav > li > a:hover {
	background-color: #F4A047;
	color: #ffffff;
}

body .navbar-default .navbar-nav > li:hover .dropdown-menu {
	display: block !important;
}

body .menu-item {
    margin: 9px 0;
}

body #menu-item-20 {
	margin: 0;
	margin-left: 20px;
}

body #menu-item-20 a {
    background-color: #D95E35;
    color: #ffffff;
    padding: 15px 30px;
    font-family: "aaux-next",sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1;
	margin-right: 0;
}

body #menu-item-20 a:hover {
	background-color: #F4A047;
}

body ul#menu-main-menu {
	margin-top: 20px;
}

body .dropdown-menu {
	padding: 0;
}

body .dropdown-menu>li {
    margin: 0;
}

body .dropdown-menu>li>a {
    padding: 5px 15px 7px;
    font-size: 15px;
	transition: all 0.4s;
	color: #202225 !important;
}


@media screen and (max-width:950px) {
	body .navbar-default .navbar-nav > li {
    	margin-right: 5px;
	}
	
	body .navbar-default .navbar-nav > li > a {
    	padding: 6px;
	}
	
	body #menu-item-20 {
    	margin-left: 10px;
	}
	
	body #menu-item-20 a {
		padding: 15px 20px;
	}
}

@media screen and (max-width:767px) {
	body html {
		margin-top: 0 !important;
	}
	
	body body {
    	padding-top: 69px;
	}
	
	body .navbar.navbar-default.navbar-fixed-top {
    	height: 69px;
		padding: 0;
	}
	
	body ul#menu-main-menu {
		margin-top: 10px;
		padding-top: 0;
	}
	
	body .navbar-header {
		padding: 5px 0;
    	margin: 0 !important;
		background-color: #ffffff;
		box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	}
	
	body .navbar-brand {
		margin-top: 7px;
		margin-left: 8px !important;
		margin-bottom: 7px;
	}
	
	body .navbar-default .navbar-toggle {
		color: #202225 !important;
		margin-right: 5px;
	}
	
	body .navbar-default.on .navbar-toggle .icon-bar {
		background-color: #202225 !important;
	}
	
	body .navbar {
		background-color: #ffffff;
		border-bottom: 0 solid transparent;
		margin-bottom: 0;
	}
	
	body .navbar-default.on .navbar-header, .navbar-collapse {
    	background: #ffffff;
	}
	
	body ul#menu-main-menu {
		margin-top: 0;
		border-top: 0px solid #EDEEED;
		box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
	}
	
	body .navbar-default .navbar-collapse {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
		background-color: #ffffff;
	}
	
	body .nav.navbar-nav li {
    	padding: 0;
		margin: 0 !important;
	}
	
	body .navbar-default .navbar-nav > li > a {
		margin-bottom: 0 !important;
		padding: 9px 10px 11px !important;
		margin-right: 0 !important;
		background-color: transparent !important;
	}
	
	body .dropdown-menu>li>a {
		margin-bottom: 0;
    	font-family: "aaux-next",sans-serif;
		background-color: #ffffff;
		color: #202225 !important;
		padding: 5px 15px 5px 25px;
		line-height: 20px;
	}
	
	body .dropdown-menu {
		width: 100%;
		box-shadow: none;
		position: relative;
		display: block;
		float: none;
	}
	
	body .navbar-default .navbar-nav > li > a:hover {
		text-decoration: none;
		color: #202225 !important;
	}
	
	body .nav.navbar-nav li a:hover {
		text-decoration: none !important;
	}

	body #menu-item-20 a {
    	background-color: #F4A047 !important;
    	color: #ffffff !important;
    	padding: 10px !important;
	}
}

.home-fixed-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 19px;
    background-color: #38383B;
    box-sizing: border-box;
    text-align: center;
    z-index: 10;
    color: #ffffff;
    font-weight: 600;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
    border-top: solid 1px #303033;
	transition: all 0.4s;
}

.home-fixed-nav a {
    display: inline-block;
    font-size: 18px;
    box-sizing: border-box;
    padding: 12px 20px 13px;
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    font-family: "aaux-next",sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
}

.home-fixed-nav a:hover {
	color: #F4A047;
}

.home-container {
	width: 100%;
	background-color: #EDEEED;
	font-family: "aaux-next", sans-serif !important;
}

.home-container a {
	transition: all 0.4s;
}

.home-container a:focus {
	text-decoration: none !important;
	color: initial !important;
}

.home-section .home-block {
	max-width: 1080px;
	margin: 0 auto;
	display: block;
}

.home-container .row {
	display: block;
	position: relative;
	margin: 0;
	clear: both;
}

.home-banner {
	background-color: #ffffff;
	width: 100%;
	padding: 120px 0 220px;
	background-size: cover;
    background-position: center;
}

.home-banner .row {
	max-width: 1080px;
    margin: 0 auto;
    display: block;
}

.home-banner h1 {
	font-weight: 600 !important;
	margin-bottom: 10px;
	color: #ffffff;
	letter-spacing: 0px;
    font-size: 54px !important;
	line-height: 1.1;
}

.home-banner p {
	margin-bottom: 15px;
    color: #ffffff;
    font-size: 20px !important;
}

.home-banner a {
    font-size: 16px !important;
    padding: 11px 15px 12px;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    margin-right: 12px;
    font-weight: 600;
    color: #ffffff;
    font-family: "aaux-next", sans-serif !important;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 15px;
}

.home-banner a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #202225;
}

.home-section .home-block {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);
	z-index: 1;
}

.home-section .home-wrap.row {
	padding: 50px 40px;
	width: 100%;
	z-index: 2;
}

.section-2-row::before {
	display: none !important;
	content: "" !important;
}

.section-2-row::after {
	display: none !important;
	content: "" !important;
}

.home-section h2 {
	color: #202225;
	font-weight: 600;
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 20px;
	letter-spacing: 0px;
}

.home-section h2 span {
	color: #D95E35;
}

.home-section p {
	color: #202225;
	font-size: 18px;
	line-height: 1.2;
}

.home-read-more {
	font-size: 17px;
	font-weight: 600;
	color: #D95E35;
    line-height: 1.4;
	font-family: "aaux-next", sans-serif !important;
	letter-spacing: 0.5px;
}

.home-read-more::after {
	content: "\203a";
    margin-left: 7px;
    font-size: 24px;
    font-family: sans-serif;
    vertical-align: top;
    line-height: 1.1;
}

.home-read-more:hover {
	color: #F4A047;
	text-decoration: none;
}

#home-section-1.home-section {
    position: relative;
    top: -115px;
    margin-bottom: -115px;
}

#home-section-1.home-section .home-wrap.row {
	background-color: #EDEEED;
	padding: 50px 40px 80px;
}

#home-section-1.home-section .home-tabs {
	display: block;
	text-align: center;
	font-size: 0;
	line-height: 1;
	background-color: #ffffff;
	vertical-align: top;
}

#home-section-1.home-section .home-tab-link {
    display: inline-block;
    max-width: 180px;
    width: 100%;
    font-size: 17px;
    padding: 20px 8px;
    font-weight: 600;
    color: #202225;
    margin: 0;
    letter-spacing: 0.5px;
}

#home-section-1.home-section .home-tab-link:hover {
	text-decoration: none;
	background-color: #F4A047;
	color: #ffffff;
}

#home-section-1.home-section img {
    width: 100%;
    padding: 30px 0 30px 20px;
}

#home-section-2 h2, #home-section-2 p, #home-section-4 h2, #home-section-4 p, #home-section-5 h2, #home-section-5 p {
	color: #ffffff;
}

#home-section-2.home-section {
	background-color: #303033;
}

#home-section-2.home-section .home-wrap.row {
	background-color: #38383B;
}

#home-section-2.home-section .section-2-row .col-sm-6 {
	padding-left: 0;
    padding-right: 15px;
}

#home-section-2.home-section .section-2-row h3 {
	color: #ffffff;
	font-weight: 500;
	font-size: 24px;
    line-height: 1.2;
	margin-bottom: 15px;
}

#home-section-2.home-section .section-2-row p {
	font-size: 16px;
	margin-bottom: 15px;
}

#home-section-2.home-section .section-2-row .home-read-more {
	margin-bottom: 40px;
	display: inline-block;
}

#home-section-2.home-section .section-2-row .home-read-more::after {
	line-height: 1.1;
	font-size: 22px;
}

#home-section-3.home-section {
	background-color: #EDEEED;
}

#home-section-3.home-section .home-wrap.row {
	background-color: #EDEEED;
}

#home-section-3.home-section  .section-3-img-1 {
	border-right: 5px solid #EDEEED;
    background-size: cover;
    background-repeat: no-repeat;
	padding: 0;
}

#home-section-3.home-section  .section-3-img-2 {
	border-left: 5px solid #EDEEED;
    background-size: cover;
    background-repeat: no-repeat;
	padding: 0;
}

#home-section-3.home-section  .section-3-block {
	padding: 50px;
	background-color: rgba(32,34,37,0.65);
}

#home-section-3.home-section  .section-3-block p {
	max-width: 270px;
	color: #ffffff;
    font-weight: 200;
	font-size: 17px;
	margin-bottom: 25px;
}

#home-section-3.home-section  .section-3-block em {
	color: #ffffff;
    font-weight: 200;
	font-size: 20px;
}

#home-section-3.home-section  .section-3-block a {
	color: #ffffff;
    font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

#home-section-3.home-section  .section-3-block a::before {
	content: "\25b6";
	font-size: 18px;
	margin-right: 10px;
}

#home-section-3.home-section  .section-3-block a:hover {
	text-decoration: none;
	color: #F4A047;
}

#home-section-3.home-section .home-read-more {
    font-size: 20px;
}

#home-section-3.home-section .home-read-more::after {
    font-size: 26px;
    line-height: 1.1;
}

#home-section-4.home-section {
	background-color: #F4A047;
}

#home-section-4.home-section .home-wrap.row {
	background-color: #F4A047;
	padding: 50px 40px 80px;
}

.section-4-right {
	text-align: center;
}

.section-4-quote {
	padding: 30px 0;
	margin-bottom: 20px;
	position: relative;
}

.section-4-quote::before {
	content: " ";
	position: absolute;
	top: 20px;
	left: 0;
	width: 50px;
	height: 38px;
	background-image: url('/wp-content/uploads/Artboard-15-1.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.section-4-quote::after {
	content: " ";
	position: absolute;
	bottom: 115px;
	right: 0;
	width: 50px;
	height: 38px;
	background-image: url('/wp-content/uploads/Artboard-15-e1553049396805.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.section-4-quote p {
	text-align: left;
	font-weight: 200 !important;
	font-style: italic;
	font-size: 17px !important;
	padding-bottom: 30px;
    margin: 0 60px;
}

.section-4-quote img {
    width: 60px;
    height: 60px;
    border-radius: 200px;
    margin-right: 15px;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}

.section-4-quote .quote-person {
	font-size: 0;
    font-weight: 200 !important;
    text-align: left;
    line-height: 1.2;
	max-width: 305px;
    margin: 0 auto;
    display: inline-block;
}

.section-4-quote .quote-person div {
	width: calc(100% - 85px);
    display: inline-block;
    text-align: left;
    color: #ffffff;
    line-height: 1.2;
    font-size: 16px !important;
    padding: 14px 0;
    vertical-align: middle;
    max-width: 320px;
	font-family: "aaux-next", sans-serif !important;
	letter-spacing: 0.5px;
}

.section-4-right .home-read-more:hover {
	color: #ffffff !important;
}

.section-4-form {
	margin: 20px 0;
}

.section-4-form .frm_primary_label {
	display: none !important;
}

.section-4-form input[type="text"], .section-4-form input[type="email"] {
	padding: 12px 16px !important;
    background-color: #EDEEED !important;
    color: #202225 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
	-webkit-box-shadow: initial !important;
	-moz-box-shadow: initial !important;
	box-shadow: initial !important;
    border: solid transparent 0 !important;
    border-radius: 0 !important;
    height: auto !important;
	font-family: "aaux-next", sans-serif !important;
}

.section-4-form button {
	padding: 12px 16px !important;
    background-color: #D95E35 !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 15px !important;
	-webkit-box-shadow: initial !important;
	-moz-box-shadow: initial !important;
	box-shadow: initial !important;
    border: solid transparent 0 !important;
    border-radius: 0 !important;
    height: auto !important;
	margin: 0 !important;
	letter-spacing: 1px !important;
	font-family: "aaux-next", sans-serif !important;
	transition: all 0.4s;
}

.section-4-form button:hover {
	background-color: #303033 !important;
}

#home-section-5.home-section {
	background-color: #D95E35;
}

#home-section-5.home-section .home-block {
    position: relative;
}

#home-section-5.home-section .home-wrap.row {
	background-color: #D95E35;
	padding: 60px 40px 100px;
	background-image: url(/wp-content/uploads/speechbubble.png);
    background-position: top right;
    background-size: 35% auto;
    background-repeat: no-repeat;
}

#home-section-5.home-section a {
	font-weight: 600;
	text-decoration: underline;
	color: #ffffff;
}

#home-section-5.home-section a {
	font-weight: 600;
	text-decoration: underline;
	color: #ffffff;
}

#home-section-5.home-section a:hover {
	color: #202225;	
}

.home-back-top {
	position: absolute;
    bottom: 0;
    right: 25px;
    z-index: 5;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 12px 25px;
    background: rgba(0,0,0,0.45);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	text-decoration: none !important;
}

.home-back-top:hover {
	cursor: pointer;
	color: #F4A047 !important;
    background: rgba(0,0,0,0.5);
	transition: all 0.4s;
}

@media screen and (max-width:767px) {
	.home-banner {
		padding: 50px 20px 210px
	}
	
	.home-section .home-wrap.row {
		padding: 50px 20px;
	}
	
	#home-section-1.home-section .home-wrap.row {
		padding: 50px 20px 60px;
	}	
	
	#home-section-4.home-section .home-wrap.row {
		padding: 50px 20px 60px;
	}
	
	#home-section-5.home-section .home-wrap.row  {
		padding: 60px 20px;
    	background-size: 65% auto;
	}
	
	#home-section-1.home-section .home-tabs {
		display: none;
	}

	#home-section-1.home-section img {
    	width: 100%;
    	padding: 50px 0 30px;
	}
	
	#home-section-2.home-section .section-2-row .col-sm-6 {
		padding: 0;
	}
	
	#home-section-3.home-section .home-wrap.row:first-of-type {
		padding-bottom: 30px;
	}
	
	#home-section-3.home-section .section-3-img-1 {
		border-right: solid transparent 0;
		margin: 8px 35px 22px;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12);
		-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12);
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12);
	}
	
	#home-section-3.home-section .section-3-img-2 {
		border-left: solid transparent 0;
		margin: 8px 35px 8px;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12);
		-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12);
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12);
	}
	
	#home-section-3.home-section .section-3-block {
    	padding: 30px 25px;
	}
	
	#home-section-3.home-section .section-3-block p {
		max-width: 100%;
	}
	
	.section-4-right {
		text-align: left;
	}
	
	.section-4-quote {
    	padding: 20px 0;
		margin-bottom: 30px;
	}
	
	.section-4-quote::before {
		width: 30px;
		height: 31px;
		top: 15px;
	}

	.section-4-quote::after {
		width: 30px;
		height: 31px;
		bottom: 100px;
	}
	
	.section-4-quote p {
    	margin: 0 40px;
	}
	
	.home-fixed-nav {
		display: block;
	}
}

.test-post article header {
	margin-bottom: 20px;
}

.test-post article section {
	margin-bottom: 40px;
}

.test-post .ssba div:first-of-type {
	margin-bottom: 20px;
}

.test-post .page-header h1 {
	font-weight: 600;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #F4A047;
}

.test-post .side-bar {
	margin-bottom: 50px;
}

.test-post .side-bar h3 {
    font-weight: 900;
    font-size: 22px;
    line-height: 1.3;
    color: #d9531e;
    margin-bottom: 10px;
    margin-top: 3px;
    padding-bottom: 0;
}

.test-post .side-bar p {
	font-size: 16px;
    line-height: 1.3 !important;
    padding-bottom: 0;
}

.test-post .side-bar p a {
	color: #F4A047;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: "aaux-next",sans-serif;
    letter-spacing: 1px;
}

.test-post .side-bar p a:hover {
	color: #d9531e;
	text-decoration: none;
}

.test-post #main p.meta {
    font-style: normal;
}

.side-bar-arrow {
	font-weight: 600;
	font-size: 20px;
}

.test-post .contact-form {
	padding: 25px 35px;
    background-color: #474748;
	color: #ffffff;
	margin-bottom: 50px;
}

.test-post .contact-form h3 {
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 1px;
}

.test-post .contact-form p {
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.test-post .contact-form .frm_style_formidable-style.with_frm_style label.frm_primary_label {
	display: none;
}

.test-post .contact-form .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 10px;
}

.test-post .contact-form input[type="text"], .test-post .contact-form input[type="email"] {
    padding: 12px 16px !important;
    background-color: #EDEEED !important;
    color: #202225 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    -webkit-box-shadow: initial !important;
    -moz-box-shadow: initial !important;
    box-shadow: initial !important;
    border: solid transparent 0 !important;
    border-radius: 0 !important;
    height: auto !important;
    font-family: "aaux-next", sans-serif !important;
}

.test-post .contact-form button {
    padding: 12px 16px !important;
    background-color: #F4A047 !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    -webkit-box-shadow: initial !important;
    -moz-box-shadow: initial !important;
    box-shadow: initial !important;
    border: solid transparent 0 !important;
    border-radius: 0 !important;
    height: auto !important;
    margin: 0 !important;
    letter-spacing: 1px !important;
    font-family: "aaux-next", sans-serif !important;
	transition: all 0.3s ease;
}

.test-post .contact-form button:hover {
    background-color: #D95E35 !important;
}

.single-blog-cards {
    overflow: hidden;
}

.single-blog-cards .col-md-4 {
	margin-bottom: 35px;
}
	
.single-blog-card {
    text-align: center !important;
    background-color: #EFEFEF;
}

.blog-card-image {
	display: block;
	background-color: #D3D3D3;
	background-size: cover;
	background-position: center center;
	height: 200px;
	width: 100%;
	flex-shrink: 0;
	position: relative;
}

.blog-card-image div {
	position: relative;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease;
}

.blog-card-image:hover div {
	background-color: rgba(0,0,0,0.6);
}

.blog-card-text {
	padding: 25px 20px 15px;
    width: 100%;
}

.single-blog-card p {
    font-family: "aaux-next", sans-serif !important;
	margin-bottom: 10px;
	padding-bottom: 0;
	line-height: 1.2;
}

.single-blog-card span {
    font-size: 15px;
}

.single-blog-card strong a {
    color: #F4A047 !important;
	font-weight: 600 !important;
	letter-spacing: 0.5px !important;
	transition: all 0.3s ease;
	font-size: 17px;
}

.single-blog-card strong a:hover {
    color: #D95E35 !important;
	text-decoration: none !important;
}

.blog-card-button {
    padding: 12px 24px !important;
    background-color: #F4A047 !important;
    color: #FFFFFF !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    -webkit-box-shadow: initial !important;
    -moz-box-shadow: initial !important;
    box-shadow: initial !important;
    border: solid transparent 0 !important;
    border-radius: 0 !important;
    height: auto !important;
    letter-spacing: 1px !important;
    font-family: "aaux-next", sans-serif !important;
	transition: all 0.3s ease;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0;
}

.blog-card-button:hover {
	text-decoration: none;
    background-color: #D95E35 !important;
}

.alm-btn-wrap .alm-load-more-btn {
    padding: 12px 24px !important;
    background-color: #F4A047 !important;
    color: #FFFFFF !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    -webkit-box-shadow: initial !important;
    -moz-box-shadow: initial !important;
    box-shadow: initial !important;
    border: solid transparent 0 !important;
    border-radius: 0 !important;
    height: auto !important;
    letter-spacing: 1px !important;
    font-family: "aaux-next", sans-serif !important;
	transition: all 0.3s ease;
	text-transform: uppercase;
	line-height: 26px !important;
	display: inline-block;
}

.alm-btn-wrap .alm-load-more-btn.loading, .alm-btn-wrap .alm-load-more-btn:hover {
	text-decoration: none;
    background-color: #D95E35 !important;
}

.new-top-banner {
	min-height: 400px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	display: flex;
	align-items: center;
}

.new-top-banner h1 {
	font-weight: 600 !important;
    color: #ffffff;
    letter-spacing: 0px;
    font-size: 54px !important;
    line-height: 1.1;
	align-items: center;
}

.alm-load-more-btn::before {
	display: none !important;
	content: "" !important;
}

.card-post {
	min-height: 160px;
}

@media screen and (max-width: 991px) {
	.single-blog-cards .col-md-4 {
    	max-width: 600px;
    	margin: 0 auto 35px;
	}
	
	.card-post {
		min-height: auto;
	}
}

@media screen and (max-width: 767px) {
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color: #000;
	}
	
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    	border-bottom: 0px solid #000;
	}
}