//@import url(font-awesome.min.css);

@font-face {
    font-family: 'oswaldbold';
    src: url('../fonts/oswald-bold-webfont.eot');
    src: url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../fonts/oswald-bold-webfont.woff') format('woff'),
         url('../fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


.yrs {
	position: absolute;
	width: 97px;
	height: 45px;
	top: 2px;
	z-index: 1050;
	}
#yrs {
	right: 12px;
}

/* @font-face {
    font-family: 'oswald_regularregular';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

} */
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #44505d;
	background:#fff;
	margin:0 auto;
	overflow-y: scroll;
overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
	font-family:oswald_regularregular;
	margin:15px 0;
}

ul, ol{
list-style:none;	
padding:0;
}
.navbar-comm {
	transition: background-color 0.5s ease;
	background: rgba(236, 74, 59, 0.28);
	border-bottom: 2px solid #fff;
}
.greybg{
background:#D2D3D5;	
clear:both;
	padding:30px 0;
}

.navbar-comm .navbar-brand img {
	/*height: 100%;*/
}

.navbar-comm .navbar-brand {
	display: none;
	padding: 10px;
	margin-left:0 !important;
}
#main_nav{
    position: absolute;
    top: 50px;
	
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-comm li a {
	color: #fff;
	font-size: 13px;
	
	font-weight:bold;
}

.navbar-comm li.active a {
	transition: color 0.5s ease;
	color: #ec4a3b;
}

.navbar-comm li a:hover, .navbar-comm li a:focus {
	background: rgba(255, 255, 255, .28);
}

.navbar-comm li.active a:hover, .navbar-comm li.active a:focus {
	background: none;
}

.navbar-comm.navbar-comm-bg {
	background: rgba(0, 0, 0, 0.8);
}

.navbar-comm.navbar-comm-bg li.active a {
	color: #fff;
	text-decoration: underline;
}
.navbar-comm.navbar-comm-bg li a {
	color: #CCC;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.navbar-comm {
		background: rgba(69, 81, 93, .87);
	}
	.navbar-toggle {
		right: 50%;
		margin-right: -22px;
	}
	.navbar-comm li.active a {
		color: #fff;
		text-decoration: underline;
	}
}

@media (min-width: 992px) {
	.navbar-comm .navbar-brand {
		display: block;
		margin-left:0 !important;
	}
}

.btn-comm, .btn-comm:focus {
	transition: background-color 0.5s ease;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 20px 50px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .95);
	background: none;
}
.content-white{
background: #fff;	
padding: 15px 0;
}
.btn-comm:hover {
	color: #45515d;
	background: #fff;
	text-shadow: none;
}

#slider {
	position: relative;
	background: #fff;
}

#slider .item { 
	min-height: 920px;
	background-position: center;
	background-size: cover;
}
#slider .item img{
width:100%;
height:auto;	
}

.carousel-caption {
	-webkit-transition: all .5s ease;
    opacity: 0;
    padding-left: 90px;
	font-size: 20px;
	text-shadow:none;
	color:#909092;
}

#slider .item.active .carousel-caption {
	opacity: 1;
	font-family: oswaldbold;
 bottom: 0px;
	/* left: 49%;*/
	padding: 0;
	/*right: 20%;*/
}

.slider_static {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}

.slider_static .center {
	position: absolute;
	width: 90%;
	right: 8%;
	top: 30%;
  	transform: translateY(-50%);
}
.slider_static .center1 {
	position: absolute;
	width: 90%;
	right: 8%;
	top: 51%;
  	transform: translateY(-50%);
}


.slider_static .bottom {
	position: absolute;
	width: 90%;
	left: 5%;
	text-align: center;
	bottom: 20%;
}

@media (min-width: 1200px) {
	.slider_static .center {
		width: 30%;
		/*left: 25%;*/
	}
	.slider_static .center1 {
		width: 20%;
		/*left: 25%;*/
	}
}

.slider_static h2 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 7px 7px 24px rgba(0, 0, 0, .95);
}

.slider_static h3 {
	font-weight: 300;
	text-shadow: 4px 4px 24px rgba(0, 0, 0, .95);
}

@media (min-width: 768px) {
	.slider_static h2 {
		font-size: 32px;
		line-height: 38px;
	}
}

@media (min-width: 1200px) {
	.slider_static h2 {
		font-size: 38px;
		line-height: 60px;
	}
}

.slider_static .btn {
	margin: 0 auto;
}

.carousel-indicators {
	bottom: -50px;
}

.carousel-indicators li {
	border-color: #45515d;
	border-radius: 0;
	width: 12px;
	height: 12px;
}

.carousel-indicators li.active {
	background: #45515d;
	margin: 1px;
}

.content {
	padding: 30px 0;
}

.content h2 {
	/*text-align: center;*/
}

.content-gray {
	background: #4B4B4D;
	clear:both;
	padding:30px 0;
	
}

.content-gray h2{
color:#DA6648;	
}

.content-contact {
	color: #fff;
	min-height: 460px;
	background: url('../images/contact.jpg') no-repeat 50% 0 fixed;
}

.content-contact .address {
	text-align: right;
	padding-right: 20px;
}

.content-contact .form-control {
	transition: background-color 0.5s ease;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	outline: none !important;
}

.content-contact .form-control:focus {
	background: rgba(255, 255, 255, .2);
}

.content-contact .form-control + .form-control {
	margin-top: 5px;
}

.content-contact .btn {
	margin-top: 20px;
	padding: 8px 50px;
}

.content-contact .contact-form {
	margin-top: 40px;
}

.quote {
	transition: all 0.7s ease;
	margin-left: 120px;
	margin-right: -120px;
	opacity: 0;
}

.quote.active {
	margin-left: 0;
	margin-right: 0;
	opacity: 1;
}

blockquote {
	background: url(../images/quote_begin.png) no-repeat top left;
	font-size: 1em;
	border-left: 0;
	padding-top: 0;
	padding-left: 80px;
	margin-top: 80px;
}

blockquote .author {
	background: url(../images/quote_end.png) no-repeat top right;
	float: right;
	padding-right: 80px;
	padding-top: 40px;
}

blockquote .author .name {
	font-size: 1.3em;
}

blockquote .author .title {
	display: block;
}

.clients {
	padding: 0 40px;
	margin-top: 80px;
	text-align: center;
}

.clients img + img {
	margin-left: 20px;
}

.address-content {
	padding-left: 40px;
}

.glyphicon-spacer {
	width: 15px;
}
.gogreen{
/*    margin: 17px 0;	*/
}
.supports{
font-family:'Raleway', sans-serif;	
}
.yellow-text{
color:#DBA212;	
    font-size: 44px;
}
.green-text{
color:#a1e23c	
}
.white-text{
color:#FFFFFF;	
}
.index-list {
    counter-reset: li;
}

.index-list > li > .index-list__counter {
    /* padding-left: 106px; */
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
	color:#EC4A3B;
	font-size:40px;
	border-bottom:2px solid #666;

}
.index-list > li > .index-list__counter span{
	color:#ec4a3b;
	font-weight:bold;
	text-transform:uppercase;
	font-family:oswald_regularregular;
}
.index-list > li > ul.text-left > li > a{
color:#626161;
font-family:	
}
.facts{
	background:url(../images/factsfigBG.jpg);
	font-size:34px;
	    font-family: oswald_regularregular;
		    background-position: center;
    background-size: cover;
	
}
.grey-overlay{
background-color:rgba(0,0,0,0.2);	
padding:50px;
}
/*.grey-overlay:after {
    content: "";
    display: block;
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    width:0;
    height:0;
    border:150px solid rgba(255, 255, 255, 0);
    border-right:150px solid rgba(255, 255, 255, 0.3);
    border-top:150px solid  rgba(255,255, 255, 0.29);
}*/

#list, #list li {
	margin: 0;
	padding: 0;
	color:#fff;
	

	width:100%;

}

#list li {
	list-style: none;
}

#list .li1 {
	margin-left: 0.5em;
}

#list .li2 {
	margin-left: 2em;
}

#list .li3 {
	margin-left: 3.5em;
}

#list .li4 {
	margin-left: 5em;
}

#list .li5 {
	margin-left: 6.5em;
}

#list .li6 {
	margin-left: 8em;
}
#list .li7 {
	margin-left: 9.5em;
}
#list .li8 {
	margin-left: 11em;
}
.information .col-lg-6{
padding:0;	
}
.info-bg1{
background:url(../images/info-bg1.jpg);
    background-position: center;
    background-size: cover;	
} 
.info-bg2{
background:url(../images/info-bg5.jpg);
    background-position: center;
    background-size: cover;	
} 
.info-bg3{
background:url(../images/info-bg6.jpg);
    background-position: center;
    background-size: cover;	
} 
.info-bg4{
background:url(../images/info-bg4.jpg);
    background-position: center;
    background-size: cover;	
} 



.info-bg1_securex{
background:url(../images/info-bg1_securex.jpg);
    background-position: center;
    background-size: cover;	
}  

.info-bg4_securex{
background:url(../images/info-bg4_securex.jpg);
    background-position: center;
    background-size: cover;	
} 


.gradient{
	background-color:rgba(115, 172, 43, 0.9);
	color:#ffffff;
	padding:5% !important;
	margin:0 !important;
	min-height: 320px;
}

.gadient-header{
	background-color:rgba(40,40,40,0.9);
	color:#ffffff;
	padding:5% !important;
	border-top:20px solid rgba(115, 172, 43, 0.9);
	font-weight:bold;
	
}

.bg-img:after{

    /*content: "\f0da";
	right:0;
width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	    -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
	border-right:10px solid blue;*/
}
.categories ul li{
font-size:16px;	
color:#000 !important;
}
.categories .diagonal ul{
margin-left:10px !important;	
}

.diagonal:before{
content:"";
position:absolute;
border-top:2px solid gray;
  width:260px;
  transform: rotate(45deg);
  transform-origin: 0% 0%;
  padding:20px;
}
#owl-demo .owl-item > div img,#owl-demo1 .owl-item > div img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:4px;
}
#owl-demo .owl-item > div,#owl-demo1 .owl-item > div {
    padding: 0px 2px
}
#owl-demo .owl-item > div img,#owl-demo1 .owl-item > div img{
    width:210px;
	height:100px;
	padding:5px;
}
#owl-demo .owl-controls .owl-prev{
left:-20px;
top:27%;
position:absolute;
font-weight:bold;
font-size:60px;	
color:#ec4a3b;
}
#owl-demo .owl-controls .owl-next{
right:-20px;
top:27%;
position:absolute;	
font-weight:bold;
font-size:60px;
color:#ec4a3b;
}
#owl-demo1 .owl-controls .owl-prev{
left:-20px;
top:0;
position:absolute;
font-weight:bold;
font-size:60px;	
color:#ec4a3b;
}
#owl-demo1 .owl-controls .owl-next{
right:-20px;
top:0;
position:absolute;	
font-weight:bold;
font-size:60px;
color:#ec4a3b;
}
.box-left{
margin-right:20px;	
float:left;
}
.box-right{
float:left;
width:70%;
}
.box-right a{
	background:rgba(194, 56, 41, 1);
	padding:3px;
	color:#FFF;
	border-radius:3px;
}

.date{
font-style:italic;
font-size:12px;	
}
.center{
text-align:center;	
}
.left{
text-align:left;	
}
.right{
text-align:right;	
}
.red-bg{
background:#ec4a3b;
padding:20px;	
}
/*-------------------testimonilas------------------------*/

.bx-wrapper .testimonials-thumbnail{ margin: 0px 0px 15px; }
.bx-wrapper .testimonials-title{ text-align: center;  margin: 25px 15px 3px; font-size: 24px; line-height: 1; }
.bx-wrapper .testimonials-carousel-thumbnail{ max-width: 35%; float: left; margin-right: 20px; }
.bx-wrapper .testimonials-carousel-thumbnail img{ display: block;   padding-right: 20px;width: 150px;}
.bx-wrapper .testimonials-carousel-context{ overflow: hidden; }
.bx-wrapper .testimonials-name{ margin-bottom: 18px; color:#fff; font-weight:400;}
.bx-wrapper span{ font-size: 14px;  color:#fff; font-family: Georgia, Arial, Helvetica, sans-serif;vertical-align:middle; }
.bx-wrapper {position: relative;margin: 20px auto;padding: 0;width:100%;*zoom: 1;}
.bx-wrapper .slide {padding:0;margin:0;display: block;}
.bx-wrapper .bx-viewport {margin-left:0;z-index:1;width:100%;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute;display:none;bottom: -30px;width: 100%;}
.bx-wrapper .bx-loading {min-height: 50px;background: url(../images/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}
.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-weight: bold;color: #666;padding-top: 20px;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #666;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 5px;outline: 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background: #000;}
.bx-wrapper .bx-next {position: absolute;top: 0;right: 0;width: 30px;height: 30px;cursor: pointer;background: url(../images/caousel-next.png) no-repeat 0 0 ;}
.bx-wrapper .bx-prev {position: absolute;top: 0px;right: 30px;width: 30px;height: 30px;cursor: pointer;background: url(../images/caousel-prev.png) no-repeat 0 0 ;}
.bx-wrapper .bx-controls-direction{
	    position: absolute;
    right: 0;
    bottom: 28px;
}
.bx-wrapper .bx-controls-direction a {position: absolute;top: 0;margin-top: 0;margin-right: 0px;outline: 0;width: 30px;height: 30px;text-indent: -9999px;z-index: 9999;}
.bx-wrapper .testimonials-carousel-content p{
color:#fff; font-family: Georgia, Arial, Helvetica, sans-serif; font-style:italic;
}
/* ----------------------------------------------------------------- */
#ocean_strip img {
    width: 100%;
}
#contact,#contact a{
color:#fff;	
}
.left_arrow:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: rgba(194,56,41,0.9);
	border-width: 20px;
	margin-top: -20px;
}
.right_arrow:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: rgba(194,56,41,0.8);
	border-width: 20px;
	margin-top: -20px;
}
.sponsors img{
padding:10px;	
}
.spo_name{
font-size:18px;
font-weight:bold;
display:block;	
}
.check-list-item {
	position: relative;
	margin-bottom: 6px;
	
}
.check-list-item img + p{
	margin-top:10px;
}
.check-list-icon {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 16px;
}

.column-intro-title {
    padding: 20px 0px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    clear: both;
}

.w-input, .w-select {
	display: block;
	width: 50%;
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc
}
.w-other{
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	width:10%;
}
.w-phone{
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	width:39%;
}

.small-divider {
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #EC4A3B;
}
.success-bg {
	padding-top: 27px;
	border-radius: 3px;
	background-color: #67acbc;
	font-family: Montserrat, sans-serif;
	color: white;
		padding: 20px;
    text-align: center;
}
.error-bg {
	padding-bottom: 1px;
	padding-left: 15px;
	border-radius: 3px;
	background-color: #e21b1b;
	font-family: Montserrat, sans-serif;
	color: white;
	font-size: 12px;
}
.w-form {
	margin: 0 0 15px
}
.w-form-done {
	display: none;
	padding: 20px;
	text-align: center;
	background-color: #67acbc;

}
.w-form-fail {
	display: none;
	margin-top: 10px;
	padding: 10px;
	background-color: #ffdede
}

/*-----------------table--------------------*/
table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	
font-family:'Poppins';
font-weight:normal;
	color:#ffffff;
	font-size:12px;
	/*margin:20px;*/
width:100%;
	margin: 20px 0;
}
table th {
	padding:21px 25px 22px 25px;
}
table th:first-child {
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child {
}
table tr:first-child th:last-child {
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:18px;
	/*border-left: 1px solid #e0e0e0;*/

}
table tr.even td {
}

table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
}
table tr:last-child td:last-child {
}
table tr:hover td {	
}
/*-----------------end table--------------------*/

.gallery .col-sm-5{
padding:0px;	
}
.gallery iframe{
padding:0 15px;	
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}
ul.inline-links 
{
margin:0;
padding: 0;
list-style-type: none;
}
ul.inline-links  li { display: inline;padding-right:18px; }

.check-list-icon {
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
}
.check-list-item {
    margin-bottom: 6px;
    padding-left: 30px;
    position: relative;
}
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #ec4a3b;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #333333;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

.events .box{
padding:10px 0;	
border-bottom:solid 1px #eee;

}
.events .box:nth-child(4){
	border:none;
}
.box .box__middle {
  vertical-align: middle;
  font-size: 14px;
}
.box .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left .exhibition-image, .box .box_right .exhibition-image {
 width:100%;
}

.box_left, .box_right, .box_body {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 30px;
   min-height: 230px;
    width: 230px;
	max-height: auto;
}
.box .box_right {
  padding-left: 30px;
  min-height: 230px;
    width: 230px;
	max-height: auto;
}
.box .box_right img,.box .box_left img{
	max-width: 100%;
    height: auto;
}

@media (max-width: 479px) {
  .box-xxs-clear .box_left img, .box-xxs-clear .box_right img {
    max-width: 100%;
  }
  .box-xxs-clear .box_left,
  .box-xxs-clear .box_right,
  .box-xxs-clear .box_body {
    padding: 0;
    display: block;
    vertical-align: top;
  }
  .box-xxs-clear .box_left {
    padding-bottom: 30px;
  }
  .box-xxs-clear .box_right {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_body {
    padding: 0;
    display: block;
    vertical-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 30px;
  }
  .box-xs-clear .box_right {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_body {
    padding: 0;
    display: block;
    vertical-align: top;
	margin-top:2%;
  }
  .box-sm-clear .box_left {
    padding-bottom: 30px;
	width:auto;
	min-height:0;
  }
  .box-sm-clear .box_right {
    padding-top: 30px;
	width:auto;
	min-height:0;
  }
}
@media (max-width: 1199px) {
  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_body {
    padding: 0;
    display: block;
    vertical-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 30px;
  }
  .box-md-clear .box_right {
    padding-top: 30px;
  }
}
.box-lg_left img, .box-lg_right img {
  max-width: none;
}
.box-lg_left, .box-lg_right, .box-lg_body {
  display: table-cell;
}
.box-lg_body {
  vertical-align: top;
  padding: 20px 40px;
}
@media (max-width: 479px) {
  .box-lg_body {
    padding: 40px 15px;
  }
}
@media (max-width: 991px) {
  .box-lg .box-lg_left img, .box-lg .box-lg_right img {
    max-width: 100%;
    width: 100%;
  }
  .box-lg .box-lg_left,
  .box-lg .box-lg_right,
  .box-lg .box-lg_body {
    display: block;
    vertical-align: top;
  }
}
.box__middle .mid-a a{
	background:rgba(194, 56, 41,1);
	padding:3px;
	color:#FFF;
	border-radius:3px;
}


