body.home {
/*	background: url(../images/banner_1.jpg) no-repeat #baaa45;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;*/
}
select.mobile_menu {
	display: none;
}
.btn_1 {
	background-color: #C0942C;
	background-image: -webkit-gradient( linear, left top, right top, color-stop(0.02, #C0942C), color-stop(0.58, #F6E573), color-stop(1, #A77A1F) );
	background-image: -o-linear-gradient(right, #C0942C 2%, #F6E573 58%, #A77A1F 100%);
	background-image: -moz-linear-gradient(right, #C0942C 2%, #F6E573 58%, #A77A1F 100%);
	background-image: -webkit-linear-gradient(right, #C0942C 2%, #F6E573 58%, #A77A1F 100%);
	background-image: -ms-linear-gradient(right, #C0942C 2%, #F6E573 58%, #A77A1F 100%);
	background-image: linear-gradient(to right, #C0942C 2%, #F6E573 58%, #A77A1F 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0942C', endColorstr='#F6E573')";
	-webkit-box-shadow: 0 0 0 1px #FFF inset;
	-moz-box-shadow: 0 0 0 1px #FFF inset;
	-ms-box-shadow: 0 0 0 1px #FFF inset;
	-o-box-shadow: 0 0 0 1px #FFF inset;
	border: 1px solid #DAA520;
	color: #603813;
	font-size: 14px;
	padding: 5px 25px;
	outline: none;
	margin-right: 10px;
}
.btn_1:hover {
	color: #891A1C;
	text-decoration: none;
}
.home_main_wrapper {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 750;
	padding-bottom: 0;
}
.header_wrap {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 3px 5px 4px rgba(0,0,0,.42);
	-moz-box-shadow: 3px 5px 4px rgba(0,0,0,.42);
	box-shadow: 3px 5px 4px rgba(0,0,0,.42);
	z-index: 9999;
	padding-bottom: 7px;
}
.header_wrap .container {
	position: relative;
}
.header_wrap .container:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/header_seperator.png) no-repeat;
	width: 79px;
	height: 31px;
	right: -75px;
}
body.home .header_wrap {
	background-color: rgba(0, 0, 0, 0.26);
	margin-bottom: 0px;
	padding-bottom: 0px;
}
body.home .header_wrap:before {
	display: none;
}
.header_wrap:before {
	content: "";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0942C', endColorstr='#F6E573')";
	-pie-background: linear-gradient(#C0942C, #F6E573);
	background-image: -webkit-gradient( linear, left top, right top, color-stop(0.02, #C0942C), color-stop(0.58, #F6E573), color-stop(1, #A77A1F) );
	background-image: -o-linear-gradient(right, #C0942C 2%, #F6E573 58%, #A77A1F 100%);
	background-image: -moz-linear-gradient(right, #C0942C 2%, #F6E573 58%, #A77A1F 100%);
	background-image: -webkit-linear-gradient(right, #C0942C 2%, #F6E573 58%, #A77A1F 100%);
	background-image: -ms-linear-gradient(right, #C0942C 2%, #F6E573 58%, #A77A1F 100%);
	background-image: linear-gradient(to right, #C0942C 2%, #F6E573 58%, #A77A1F 100%);
	height: 7px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 750;
}
.header_wrap [class*="col-"] {
	position: static;
}
body.home .main_logo {
}
body.home .header_wrap {
	box-shadow: none;
}
.main_logo a {
	display: block;
	padding: 22px 0px;
	position: relative;
}
.main_menu {
	clear: both;
	margin-bottom: 10px;
}
.main_menu .sf-menu {
	line-height: 1;
	position: relative;
	z-index: 9999;
	margin: 0;
	list-style-type: none;
	float: right;
}
.main_menu .sf-menu > li {
	padding: 0;
	margin: 0;
	float: left;
}
.main_menu .sf-menu li {
	position: relative;
}
.main_menu .sf-menu > li > a {
	color: #960908;
	float: left;
	font-size: 15px;
    padding: 7px 8px;
	font-weight: 400;
	text-decoration: none;
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	position: relative;
	line-height: 1;
	position: relative;
	border-bottom: 5px solid transparent;
	margin: 0px 2px;
}
body.home .main_menu .sf-menu > li > a {
	color: #fff;
}
.main_menu .sf-menu > li.first > a {
}
.main_menu .sf-menu > li.current-menu-item > a, .main_menu .sf-menu > li > a:hover, .main_menu .sf-menu > li.sfHover > a {
	outline: 0;
	border-bottom: 5px solid #9a1d23;
	transition: border 500ms ease-out;
	-webkit-transition: border 500ms ease-out;
	-moz-transition: border 500ms ease-out;
	-o-transition: border 500ms ease-out;
}
/*.main_menu .sf-menu > li.last > a {
	
    background-color: #B5A638;
    border: none;
    margin-left: 5px;
	
}*/


.main_menu .sf-menu ul {
	font-size: 13px;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0px;
	position: absolute;
	left: 2px;
	top: 100%;
	z-index: 999999;
	display: none;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.main_menu .sf-menu ul li {
}
.main_menu .sf-menu ul ul {
	left: 195px;
	top: 0px;
}
.main_menu .sf-menu ul li {
	width: 195px;
}
.main_menu .sf-menu ul a {
	color: #bc9a44;
	display: block;
	margin: 0;
	padding: 12px 5px 12px 13px;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	border-bottom: 1px solid #bc9a44;
}
.main_menu .sf-menu ul li.last a, .main_menu .sf-menu ul li:last-child a {
	border-bottom: none;
}
.main_menu .sf-menu ul li a:hover, .main_menu .sf-menu ul li.sfHover > a {
	color: #fff;
	background-color: #B5A638;
	outline: 0;
}
section.sec.single_page {
	padding-top: 80px;
}
.home_boxes_wrap {
    margin-top: -330px;
    position: relative;
    z-index: 3000;
    margin-bottom: 30px;
}

@media (min-width: 1200px){

	.home_boxes_wrap .container{

		width: 1197px;

	}
}

.home_boxes_wrap .row {
	margin-left: -5px;
	margin-right: -5px;
}
.home_boxes_wrap .row [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.home_boxes_wrap article {
	background-color: #baaa45;
	padding: 15px 20px;
	min-height: 206px;
}
.home_boxes_wrap article h3 {
	color: #99110c;
	font-size: 19px;
	margin-bottom: 10px;
	font-weight: 600;
}
.home_boxes_wrap article p {
	color: #473f0a;
	margin: 0px;
	line-height: 20px;
	font-size: 14px;
}
.home_boxes_wrap article p:first-of-type {
	min-height: 122px;
}
.home_boxes_wrap article a {
	font-weight: 700;
	font-style: italic;
}
.home_boxes_wrap article a:hover {
	text-decoration: underline;
}
.home_boxes_wrap article.highlight {
	background-color: #97110c;
	background-image: -webkit-linear-gradient(bottom, rgba(151,9,8,.95), rgba(103,0,0,.95));
	background-image: -moz-linear-gradient(bottom, rgba(151,9,8,.95), rgba(103,0,0,.95));
	background-image: -o-linear-gradient(bottom, rgba(151,9,8,.95), rgba(103,0,0,.95));
	background-image: -ms-linear-gradient(bottom, rgba(151,9,8,.95), rgba(103,0,0,.95));
	background-image: linear-gradient(to top, rgba(151,9,8,.95), rgba(103,0,0,.95));
}
.home_boxes_wrap article.highlight h3 {
	color: #bc9a44;
}
.home_boxes_wrap article.highlight p {
	color: #beb05f;
}
.home_boxes_wrap article.highlight a {
	color: #baaa45;
}
.home_boxes_wrap article.highlight a:hover {
	text-decoration: underline;
}
footer.footer_1 {
	position: relative;
	clear: both;
	z-index: 250;
	height: auto;
	background: url(../images/footer_bg.png)  repeat-x #fff;
	z-index: 250;
	color: #b7912c;
	height:86px;
	padding: 22px 0px;
	
	border-top: 1px solid #baaa45;
    box-shadow: inset 0 15px 15px -20px rgba(0, 0, 0, 0.39);
	-webkit-box-shadow: inset 0 15px 15px -20px rgba(0, 0, 0, 0.39);
	-moz-box-shadow: inset 0 15px 15px -20px rgba(0, 0, 0, 0.39);
}

footer.footer_1:after{
	
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	margin-left:0px;
	background: url(../images/logo_aero.png) no-repeat;
    width: 163px;
    height: 47px;	
	
	
}
body.home footer.footer_1 {

	width: 100%;

}

footer.footer_1 p {
	margin: 0px;
	font-size: 13px;
	padding: 6px 0px;
	padding-top: 12px;
	color: #000;
}
footer.footer_1 p a {
	color: #000;
	text-decoration: none;
}
footer.footer_1 p a:hover {
	text-decoration: underline;
	color: #891A1C;
}
.content_area {
	padding-bottom: 50px;
	min-height: 600px;
}
.side_menu {
	background-color: #97110c;
	background-image: -webkit-linear-gradient(bottom, rgba(151,9,8,.95), rgba(103,0,0,.95));
	background-image: -moz-linear-gradient(bottom, rgba(151,9,8,.95), rgba(103,0,0,.95));
	background-image: -o-linear-gradient(bottom, rgba(151,9,8,.95), rgba(103,0,0,.95));
	background-image: -ms-linear-gradient(bottom, rgba(151,9,8,.95), rgba(103,0,0,.95));
	background-image: linear-gradient(to top, rgba(151,9,8,.95), rgba(103,0,0,.95));
	padding: 20px 15px;
	margin-bottom: 30px;
}
.side_menu ul li a {
	display: block;
	border-bottom: 1px solid #bfaf4f;
	color: #bfaf4f;
	text-decoration: none;
	padding: 7px 0px;
	padding-left: 15px;
	position: relative;
	    font-size: 14px;
}
.side_menu ul li.last a, .side_menu ul li:last-child a {
	border-bottom: none;
}
.side_menu a:after {
	content: "\f101";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	position: absolute;
	line-height: 1;
	width: 10px;
	height: 16px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	margin-left: 0;
	display: none;
}
.side_menu ul li.current_page_item a:after, .side_menu ul li a:hover:after {
	display: block;
}
.inner_banner {
	    margin-bottom: 50px;
}
.inner_banner img {
	border: 1px solid #aa9b25;
	width: 100%;
}
.widget {
	margin-bottom: 30px;
}
.widget h1 {
	margin-bottom: 30px;
	clear: both;
	border-bottom:1px solid #a99a23;
	padding-bottom: 5px;
}
.widget h2, .widget h3 {
	margin-bottom: 10px;
}
.widget h3 {
	color: #97110c;
}
.widget ul {
	margin-bottom: 20px;
}
.widget ul li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
}
.widget ul li:after {
	content: "\f054";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    line-height: 1;
    width: 8px;
    height: 11px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-left: 0;
    margin-top: 6px;
    font-size: 10px;
}
.widget figure {
	margin-bottom: 20px;
}
.widget figure img {
	width: 100%;
}
.related_links {
	margin-bottom: 30px;
}
.related_links a {
	display: block;
	margin-bottom: 10px;
}
.related_links a img {
	margin-left: auto;
}
img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #aa9b25;
}
img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #aa9b25;
}
.contact_form {
	margin-bottom: 30px;
}
.widget .contact_form h2 {
	margin-bottom: 20px;
}
.contact_form form {
	margin-bottom: 30px;
}
.contact_form .form-control {
	margin-bottom: 20px;
}
.contact_form label {
	display: block;
	max-width: 100%;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 3px;
	color: #891A1C;
}
.contact_form .radio_wrap{
	
    font-size: 13px;
    margin-bottom: 10px;
	
}

.contact_form span.wpcf7-list-item{
	
	margin-left:0px;
	
	
}

.contact_form .radio_wrap  label{
	
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	    margin-right: 10px;
	
}

.contact_form .radio_wrap  label input[type="radio"]{

	float:left;
	margin-right:5px;	
	
}
	

.contact_form .wpcf7-form-control-wrap.customer_bok{
	display:block;
	
}

.contact_form select.form-control {
	cursor: pointer;
}
.contact_form textarea.form-control {
	height: 100px;
}
.contact_form address {
    margin-bottom: 30px;
    font-size: 13px;
}
.contact_form address p {
	margin-bottom: 15px;
}
.contact_form address p strong {
	color: #bc9a44;
	display:block;
}
.news_menu {
	margin-bottom: 20px;
	clear: both;
	display: block;
}
.widget .news_menu li {
	float: left;
}
.widget .news_menu li {
	padding-left: 0px;
}
.widget .news_menu li:after {
	display: none;
	padding: 0px;
}
.news_menu ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 7px 15px;
	position: relative;
	background-color: #97110c;
	margin: 0px 5px;
	background-color: #97110c;
}
.news_menu ul li.last a, .news_menu ul li:last-child a {
	border-bottom: none;
}
.news_menu ul li.active a, .news_menu ul li a:hover {
	background-color: #C0942C;
	color: #fff;
}
.event_slider {
	margin: 0px -5px;
}
label.error {
	display: none !important;
}
input.error, select.error, textarea.error {
	border: 1px solid #F00 !important;
}
input.error{
	    outline: 1px solid #F00 !important;
}
.event_slider ul {
	width: auto;
	margin: 0px -10px;
}
.event_slider li {
	margin: 0px 10px;
	padding: 6px 6px 6px 6px;
	background: #FFFFFF;
	-moz-box-shadow: 0 0 4px #aaa;
	-webkit-box-shadow: 0 0 4px #AAA;
	box-shadow: 0 0 4px #AAA;
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
	margin-top: 5px;
	cursor: pointer;
}
.validate_form br {
	display: none;
}
.wpcf7-form br {
	display: none;
}
.events_wrap h2 {
	margin-bottom: 10px;
}
.widget .news_wrap ul li {
	padding-left: 0px;
}
.widget .news_wrap ul li:after {
	display: none;
}
.widget .news_wrap ul li a {
	color: inherit;
	text-decoration: none;
}
.widget .news_wrap p {
	font-size: 13px;
}
.widget .news_wrap h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.widget .news_wrap p {
}
.widget .news_wrap ul li p {
	margin: 0px;
}
.widget .news_wrap span.date {
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
	color: #a99a23;
}
.widget .news_wrap ul li {
	border-bottom: 1px solid #E6E7E8;
	padding: 12px 0px;
	overflow: hidden;
	margin-bottom: 0;
}
.widget .news_wrap ul li:last-child, .widget .news_wrap ul li.last {
	border-bottom: none;
}
.widget .news_wrap ul li img {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
	width: 150px;
}
.widget .news_wrap ul li a:hover h3 {
	text-decoration: underline;
}
span.wpcf7-not-valid-tip {
	display: none !important;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
	border: 1px solid #f00 !important;
}
.top_links {
	margin-bottom: 7px;
	margin-top: 10px;
}
.top_links ul {
	float: right;
}
.top_links ul li {
	float: left;
	position: relative;
}
.top_links ul li a {
	display: block;
	color: #bc9a44;
	position: relative;
	padding: 4px 10px;
	line-height: 1;
	font-size: 13px;
	margin-left: 5px;
}

body.home .top_links ul li a {
	
	color: #fff;
	
	
}

.top_links ul li ul {
	
	font-size: 13px;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0px;
    position: absolute;
    left: 5px;
    top: 100%;
    z-index: 999999;
    display: none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background-color: #97110c;
    background-image: -webkit-linear-gradient(bottom, rgba(151,9,8,.95), rgba(103,0,0,.95));
    background-image: -moz-linear-gradient(bottom, rgba(151,9,8,.95), rgba(103,0,0,.95));
    background-image: -o-linear-gradient(bottom, rgba(151,9,8,.95), rgba(103,0,0,.95));
    background-image: -ms-linear-gradient(bottom, rgba(151,9,8,.95), rgba(103,0,0,.95));
    background-image: linear-gradient(to top, rgba(151,9,8,.95), rgba(103,0,0,.95));
	    float: none;
	
}


.top_links ul li ul li {
	width: 130px;
}
.top_links ul li ul li a {
	color: #fff;
	display: block;
	margin: 0;
	padding: 7px 5px 7px 12px;
	font-size: 13px;
	text-transform: none;
	text-decoration: none;
	border-bottom: 1px solid #bc9a44;
	background-color:#9a1d23;
}

.top_links ul li ul li a:hover, .top_links ul li.sfHover > a{
	color: #fff;
	background-color: #B5A638;
	outline: 0;
}

.top_links ul li ul li:last-child a {
	
	border-bottom:none;	
	
}

.top_links ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #9a1d23;
}
.top_links ul li:last-child a, .top_links ul li.last a {
	background-color: #9a1d23;
	color: #fff;
}
.top_links ul li.search.active a {
	color: #fff;
	text-decoration: none;
	background-color: #B5A638;
}
.top_links ul li.search ul {
    position: absolute;
    top: 100%;
    right: 0;
    left: inherit;
    z-index: 9999999;
    display: none;
    margin-top: 0px;
}
.top_links ul li.search ul li {
	background-color: #B5A638;
	padding: 7px;
	width: 270px;
	position: relative;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.top_links ul li.search ul li .form-control {
	box-shadow: none;
	outline: none;
	border: none;
	font-size: 14px;
	padding-right: 35px;
}
.top_links ul li.search ul li i {
}
.top_links ul li.search ul li button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 29px;
	width: 30px;
	margin-right: 7px;
	background-color: #B48C2D;
	border: none;
	color: #fff;
	outline: none;
}
.top_links ul li.search ul li button:hover {
	background-color: #97110c;
	color: #fff;
}

.widget.search_wrap {
	min-height: 400px;
}
.widget.search_wrap h3 a {
	text-decoration: underline;
}
.widget.search_wrap h1 {
	font-size: 23px;
}
.widget.search_wrap h1 span {
	color: #99110c;
}


.inner_page_menu {
	    margin-bottom: 40px;
	overflow: hidden;
}
.widget .inner_page_menu ul{
	
	margin:0px;	
	
}
.inner_page_menu ul li {
    float: left;
    padding: 0;
}

.inner_page_menu ul li:after{
	display:none;
		
}
.inner_page_menu ul li a {
	margin-right: 18px;
	background-color: transparent;
	border: solid 1px #a99a23;
	background-color: #fff;
	padding: 10px 15px;
	line-height: 1;
	font-size: 15px;
	color: #a99a23;
	display: block;
	text-decoration:none;
	margin-bottom: 5px;
}
.inner_page_menu ul li a:hover, .inner_page_menu ul li.current_page_item a {
	border-color: #9a1d23;
	color: #9a1d23;
	text-decoration:none;
}


.management_wrap{
	
	margin-bottom:30px;
	
}


.management_wrap .row{
	
	margin:0px -8px;
	
}



.management_wrap .row [class*="col-"]{
	
	padding:0px 8px;	
	
	
}


.management_wrap a{
	
	display:block;
	color:inherit;
	text-align:center;
	border:1px solid #aa9b25;
	text-decoration:none;	
	margin-bottom:16px;
	outline:none;
	
}


.management_wrap a figure{
	
	overflow:hidden;
	margin-bottom:0px;
	
}

.management_wrap a figure img{
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	
}

.management_wrap a:hover figure img{
	
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
	
}
.management_wrap a article{
	
	padding:10px;	
	
}


.management_wrap a h4{
	
	
	text-transform:uppercase;
	font-size:14px;
	color:#525252;
	font-weight:600;
	margin-bottom:10px;
	min-height:30px;
	
	
}

.management_wrap a p{
	
	font-size:12px;
	color:#525252;
	    margin-bottom: 10px;	
	min-height:34px;
	
}

.management_wrap a span.view_profile{

display:block;
color:#9a1d23;
font-weight:600;
font-size:13px;
text-transform:uppercase;

}



.managment_modal .modal-dialog .modal-body{
	
	padding:25px;
	
}
.managment_modal .modal-dialog h4{
	
	 text-transform:uppercase;
	 font-weight:700;	
	     margin-bottom: 10px;
	
}


.managment_modal .modal-dialog p em{
	
	display:block;
	font-size:13px;
	
}

.table-bordered {
    border: 1px solid #dddddd;
    width: 50%;
}


.table-bordered p{
	
	
	margin-bottom:0px;	
	
}


#supersized{
	
	
	display:none !important;	
	
}


.main_banner{
	
    position: relative;
    top: -86px;
    margin-bottom: -86px;
    z-index: 250;
	
}


.main_banner ul li{
	
	
	
	
}

.main_banner ul li img{
	
	
	width:100%;	
	
}

.main_banner ul li .caption{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

.main_banner ul li .caption h1{
	
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.76);
    line-height: 1.2;
    letter-spacing: -2px;
    margin: 0px;
	
	
}



.main_banner ul li .caption h1 strong{
	
	
	font-weight:700;
	
}







/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

.header_wrap .container:after{
	
	display:none;	
	
}



.home_boxes_wrap {
    margin-top: -360px;
    margin-bottom: 74px;
}

footer.footer_1:after{
	
	display:none;	
	
}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	



.main_menu .sf-menu > li > a {
	font-size: 16px;
	margin: 0px 0px;
	padding: 7px 7px;
}
.home_boxes_wrap article {
    min-height: 245px;
}
.home_boxes_wrap {
    bottom: 102px;
    position: static;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}
#slidecaption {
	font-size: 30px;
}

footer.footer_1:after, .header_wrap .container:after{
	
	display:none;
		
}

.main_banner{
	
top: -118px;
    margin-bottom: -128px;
	
	
}

.main_banner ul li .caption{
	
	top:45%;	
	
}
}
 @media (max-width: 767px) {

.home_boxes_wrap {
	position: static;
	margin-top:0px;
	margin-bottom:0px;
}
body.home footer.footer_1 {
	position: static;
}

footer.footer_1:after{
	
	display:none;	
	
}

footer.footer_1 .col-sm-4.text-right{
	
	text-align:left;
	
}
.home_boxes_wrap article {
	min-height: 100%;
	margin-bottom: 10px;
}
footer.footer_1 {
	padding: 10px 0px;
	padding-top: 17px;
}
body.home {
	
}
footer.footer_1 p {
	padding-top: 0px;
	padding-bottom: 5px;
}
.main_menu .sf-menu {
	float: none;
	display: none;
}
.main_logo a {
	
}
#slidecaption {
	font-size: 30px;
	margin-bottom: 30px;
	margin-top: 25px;
}
.main_menu select.mobile_menu {
	display: block;
	width: 100%;
	background-image: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-size: 15px;
	outline: none;
	border: 1px solid #C0932C;
	background-color: #C0932C;
	color: #fff;
	cursor: pointer;
	padding: 6px 10px;
}
.main_menu {
	padding-bottom: 0px;
}
.main_logo a {
	    padding: 10px 0;
	
}
.main_logo a img{
	
	margin-left:auto;
	margin-right:auto;	
	
}
body.home .main_logo a {

}
.related_links a img {
	margin-right: auto;
	margin-left: auto;
}
.top_links {
	text-align: center;
}
.top_links ul {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.header_wrap .container:after{
	
	display:none;	
	
}

.management_wrap a h4, .management_wrap a p{
	
	min-height:100%;	
	
}


.table-bordered {
    border: 1px solid #dddddd;
    width: 100%;
}

.main_banner {
    position: relative;
    top: 0px;
    margin-bottom: 0px;
    z-index: 250;
}

.main_banner ul li .caption h1{
	
	font-size:28px;	
	
}
}
 @media (max-width: 650px) {
	 
	 .main_banner ul li .caption h1 {
    font-size: 23px;
}
	 
	 .main_banner ul li .caption h1{
		 
			width:auto; 
		 
		 
	 }
.main_logo a:after {
	margin-left: -50px;
}

.top_links {
	position: relative;
}
.top_links ul li {
	position: static;
}

.inner_page_menu ul li a {
	
	    font-size: 14px;
		    padding: 8px 10px;
	
	
	}
	
	.managment_modal .modal-dialog .modal-body img.alignright{
		
		
		float:none;
		width:auto;
		margin-left:0px;
		margin-bottom:20px;
		    width: 100%;	
		
	}
}




