@charset "UTF-8";
/* CSS Document */
.clear{clear: both;display: block;height: 0;width: 100%;float: none !important;}
 input::-moz-focus-inner /*Remove button padding in FF*/{ border: 0;padding: 0;}
a{text-decoration: none;outline: 0 !important;}
a:hover{color: inherit;text-decoration: none;}
img{max-width: 100%;}
#mobilemenu{display: none;}
img.retina{
	display:none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (-moz-min-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2) {
           img.retina{
			display:block;
		}
		img.regular{
			display:none;
		}
}
body{
        background: white;
        color: #333333;
	font-family: 'Open Sans','Arial','Helvetica';
	font-size: 13px;
}
.wrapper{
	width: 1000px;
	margin: 0 auto;
}

/** GENERIC  ELEMENT **/
.title,
.title a{
        font-family: 'Open Sans';
	font-weight: 300;
	word-wrap: break-word;
}
.title a{
        color: #333333;
}
.title a:hover{
	color: #0071bd;
}
h1 a,
h1{
        font-size: 28px;
}
h2 a,
h2{
        font-size: 22px;
}
h3 a,
h3{
        font-size: 20px;
}
h4 a,
h4{
        font-size: 18px;
}
h5 a,
h5{
        font-size: 16px;
}
h6 a,
h6{
        font-size: 14px;
}
.block-title{
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 28px;
	margin-bottom: 20px;
}
.post-title{
	margin-bottom: 5px;
}
.post-title a,
.post-title{
	font-family: 'Open Sans';
	font-weight: 600;
	color: #333333;
}
.post-title a:hover{
	color: #0071bd;
}
h3.post-title a,
h3.post-title{
	font-size: 14px;
}
.more-post:hover,
.more-post{
	text-decoration: underline;
	color: #0071bd;
}
.widget-title{
	font-size: 22px;
	font-family: 'Open Sans';
	font-weight: 300;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 2px solid #efefef;
	color: #333333;
}
/** MAIN STYLE **/
#top{
	padding-top: 41px;
	padding-bottom: 41px;
	-webkit-transition:padding 0.3s ease-in;
	-moz-transition:padding 0.3s ease-in;
	-o-transition:padding 0.3s ease-in;
	-ms-transition:padding 0.3s ease-in;
	transition:padding 0.3s ease-in;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: white;  
	z-index: 9999;
	-webkit-box-shadow:  0px 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow:    0px 2px 2px rgba(0, 0, 0, .2);
	box-shadow:         0px 2px 2px rgba(0, 0, 0, .2);
}
#top.move{
	padding-top: 20px;
	padding-bottom: 15px;
}
#util{
	text-align: right;
}
.search-notfound form input[type='submit'],
.search-trigger{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background: url(../img/search_iconX1.png) no-repeat;
	cursor: pointer;
	margin-left: 25px;
}
/* 1.25 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.25), 
(min-resolution: 120dpi){
	.search-notfound form input[type='submit'],
	.search-trigger{
		background: url(../img/search_iconX2_Retina.png) no-repeat;
		background-size: 25px 25px;
	}
}

/* 1.3 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.3), 
(min-resolution: 124.8dpi){
	.search-notfound form input[type='submit'],
	.search-trigger{
		background: url(../img/search_iconX2_Retina.png) no-repeat;
		background-size: 25px 25px;
	}
}

/* 1.5 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){
	.search-notfound form input[type='submit'],
	.search-trigger{
		background: url(../img/search_iconX2_Retina.png) no-repeat;
		background-size: 25px 25px;
	}
}
.lighbox-search  .holder,
.lighbox-search .layer-bg,
.lighbox-search{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	display: block;
	text-align: center;
}
.lighbox-search{
	display: none;
}
.lighbox-search .layer-bg{
	background: rgba(0,0,0,.7);
	z-index: 10;
}
.lighbox-search .holder{
	z-index: 12;
	top: -200px;
	-webkit-transition:top 0.5s ease-in;
	-moz-transition:top 0.5s ease-in;
	-o-transition:top 0.5s ease-in;
	-ms-transition:top 0.5s ease-in;
	transition:top 0.5s ease-in;
}
.lighbox-search.showing .holder{
	top: 50px;
}
.lighbox-search .holder .search-box{
	width: 90%;
	max-width: 600px;
	background: white;
	display: inline-block;
}
.lighbox-search .holder .search-box h3{
	position: relative;
	display: block;
	padding: 10px 15px;
	background: #0071bd;
	color: white;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 14px;
	text-align: left;
}
.lighbox-search .holder .search-box h3 i{
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
}
.lighbox-search .holder .search-box .box{
	padding: 20px;
	text-align: left;
}
.lighbox-search .holder .search-box .box input[type='text']{
	width: 100%;
	max-width: 465px;
	background: white;
	border: 1px solid #0071bd;
	padding: 0 10px;
	-moz-border-radius: 3px ;
	-webkit-border-radius: 3px ;
	border-radius: 3px ;
	height: 35px;
	-webkit-box-shadow: 0px 0 5px  rgba(30, 30, 30, .3);
	-moz-box-shadow:    0px 0 5px  rgba(30, 30, 30, .3);
	box-shadow:         0px 0 5px  rgba(30, 30, 30, .3);
}
.lighbox-search .holder .search-box .box input[type='submit']{
	height: 35px;
	padding: 0 20px;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 2px ;
	-webkit-border-radius: 2px ;
	border-radius: 2px ;
	color: #33333b;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	margin-left: 5px;
}
/** MAIN **/
.main{
	padding-top: 50px;
	padding-bottom: 50px;
}
.main .half{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 30px 0 70px;
	display: block;
	position: relative;
}
.main .half:after{
	display: block;
	position: absolute;
	top: 0;
	width: 1px;
	background: #e6e6e6;
	content: '';
	height: 100%;
	left: 0;
}
.main .half:first-child:after{
	left: auto;
	right: -1px;
}
.main .half:first-child{
	padding-left: 0;
	padding-right: 80px;
}
.main .text-content p{
	margin-bottom: 15px;
	font-size: 13px;
}
.main .latest-news .content{
	margin-top: 15px;
}
.main .latest-news .content:first-child{
	margin-top: 0;
}
.main .latest-news .content figure{
	float: left;
	width:27%;
	max-width: 103px;
}
.main .latest-news .content  .caption{
	float: left;
	width: 73%;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main .latest-news .content  .caption p{
	line-height: 130%;
	font-size: 13px;
}
#bottom{
	margin-top: 30px;
	padding-bottom: 50px;
}
#bottom p,
#bottom ul{
	display: inline-block;
	vertical-align: middle;
}
#bottom ul li{
	float: left;
	position: relative;
	display: block;
	padding-left: 15px;
	margin-left: 7px;
}
#bottom ul li:after{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '|';
	font-size: 11px;
}
#bottom p,
#bottom ul li a{
	color: black;
	font-size: 12px;
}
#bottom ul li a:hover{
	color: #0071bd;
}
#bottom .logo-bottom {
	text-align: right;
}
#bottom .logo-bottom a{
	display: inline-block;
	vertical-align: top;
}
/** BLOG **/
.single-block .puller-right,
.post-block .puller-right{
	padding-right: 30px;
}
.main-block{
	padding-top: 50px;
	padding-bottom: 50px;
}
.post-block .content{
	padding-bottom: 35px;
	margin-bottom:35px;
	border-bottom: 2px solid #e9e9e9;
}
.post-block .content.singular-post{
	padding-bottom: 0;
	border-bottom: none;
}
.post-block .content figure{
	float: left;
	width: 35%;
	max-width: 254px;
}
.post-block .content .caption{
	width: 65%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
}
.post-block .content .caption .dt{
	color: #0071bd;
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 3px;
}
.page-pagination{
	margin-top: 50px;
	text-align: center;
}
.page-pagination a,
.page-pagination span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 24px;
	border: 1px solid #afafaf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 2px ;
	-webkit-border-radius: 2px ;
	border-radius: 2px ;
	color: #717171;
	font-size: 12px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 5%, #f8f8f8 36%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(5%,#f9f9f9), color-stop(36%,#f8f8f8), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 5%,#f8f8f8 36%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 5%,#f8f8f8 36%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 5%,#f8f8f8 36%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 5%,#f8f8f8 36%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	font-size: 11px;
	font-family: 'Open Sans';
	font-weight: 600;
}
.page-pagination i{
	font-size: 11px;
	display: block;
	line-height: 23px;
	color: #313131;
}
.page-pagination a:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
.page-pagination span{
	border: none;
	background:#0071bd;
	color: white;
	line-height: 26px;
}
.widget{
	margin-bottom: 35px;
}
.widget li{
	display: block;
	margin-bottom:10px;
}
.widget li a{
	display: inline-block;
	position: relative;
	color: #333333;
	padding-left: 15px;
}
.widget li a:after{
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 9px;
	height: 9px;
	content: '';
	-moz-border-radius: 50% ;
	-webkit-border-radius: 50% ;
	border-radius: 50% ;
	background: #0071bd;
}
.widget li a:hover{
	color: #0071bd;
}
.widget_archive select,
.widget_categories select{
	display: block;
	padding: 10px;
	width: 100%;
}

/** SINGLE PAGE **/
.single-block{
	padding-top: 30px;
	padding-bottom: 50px;
}
.single-block.no-margin{
	padding-top: 0;
}
.single-block.no-margin .content{
	padding-top: 5px;
}.single-block.no-margin .content .puller-right{
	margin-top: 7px;
}
.feat-img .wrapper,
.feat-img{
	position: relative;
	height: 245px;
	overflow: hidden;
}
#hero .item img,
.feat-img img{
	position:absolute;
	left: -100%;
	right: -100%;
	top:-100%;
	bottom: -100%;
	margin: auto; 
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	max-height: none;
}
.feat-img .layer{
	position: absolute;
	display: inline-block;
	padding: 10px 20px 15px;
	background: rgba(255,255,255,.56);
	right: 0;
	bottom: 45px;
	width: 100%;
	max-width: 430px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}.feat-img .toleft .layer{
	right: auto;
	left: 0;
}
.feat-img .layer span,
.feat-img .layer h2{
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 28px;
	color: #333333;
}
.feat-img .layer span{
	display: block;
	font-size: 20px;
	margin-top: -3px;
}
.single-block .employe h3{
	display: block;
	margin-bottom: 15px;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 20px;
	background: #e9e9e9;
	color: #333333;
	text-align: center;
	padding: 10px;
}
.single-block .employe .item{
	padding-top: 20px;
	margin-top: 17px;
	border-top: 1px solid #cccccc;
}
.single-block .employe .item:first-child{
	margin-top: 0;
	padding-top: 0;
	border: none;
}
.single-block .employe .item img{
	width: 100%;
	vertical-align: top;
	display: block;
	margin-bottom: 10px;
}
.single-block .employe .item  strong{
	font-family: 'Open Sans';
	font-weight: 700;
	color: #333333;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
.single-block .employe .item span{
	display: block;
	line-height: 100%;
	margin-bottom: 3px;
}
.btn-download{
	display: inline-block;
	margin-bottom: 3px;
	font-size: 14px;
	color: #0172bd !important;
	
}
.btn-download i{
	font-style: normal;
	margin-bottom: -1px;
	font-size: 16px;
}
.btn-download i,
.btn-download span{
	display: inline-block;
	vertical-align: middle;
}
.btn-download span{
	text-decoration: underline;
	margin-left: 3px;
}
.btn-download:hover{
	text-decoration: none !important;
}
.bullet-menu .holder{
	margin-right: 10px;
	min-height: 450px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: white url(../img/bg.png) repeat-x;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bullet-menu .holder a{
	display: block;
	padding: 0 25px;
	height: 32px;
	line-height: 32px;
	color: #333333;
	text-transform: uppercase;
	position: relative;
}
.bullet-menu .holder li.active a,
.bullet-menu .holder a:hover{
	background: #0172bd;
	color: white;
}
.bullet-menu .holder li.active a:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 16px 15px;
	border-color: transparent transparent transparent #0172bd;
	position: absolute;
	right: -15px;
	top: 0;
	content: '';
}
/** HERO **/
#hero .slick-carousel{
	margin: 0;
}
#hero .slick-carousel,
#hero .item .caption .wrapper,
#hero .item{
	position: relative;
	display: block;
	overflow: hidden;
}
#hero .item{
	height: 496px;
}
#hero .item .caption{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
#hero .item .caption .wrapper{
	height: 100%;
}
#hero .item .caption .layer{
	position: absolute;
	max-width: 430px;
	background: rgba(255,255,255,.56);
	padding: 5px 20px 20px;
	right: 0;
	bottom: 70px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#hero .item .title a,
#hero .item .title{
	font-size: 30px;
}
#hero .item .more-post{
	margin-top: 5px;
	display: inline-block;
}
#hero .slick-carousel .slick-dots{
	display: block;
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 0;
	width: 100%;
}
#hero .slick-carousel .slick-dots li{
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	width: auto;
	height: auto;
	margin: 0 3px;
}
#hero .tp-bullets .bullet{
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 3px;
	width: 12px;
	height: 12px;
	-moz-border-radius: 50% ;
	-webkit-border-radius: 50% ;
	border-radius: 50% ;
	border: 2px solid white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	text-indent: -99999px;
}
#hero .tp-bullets .bullet.selected{
	background: white;
 }
#hero h1,
#hero h2,
#hero h3,
#hero h4,
#hero h5,
#hero h6{
	font-family:'Open Sans';
	font-weight:300;
}
.mehr{
	color:black;
	text-decoration:underline;
}
.mehr:hover{
	color:#0071bd;
	text-decoration:underline;
}
.search-notfound{
	width: 100%;
	max-width: 300px;
}
.search-notfound form{
	display: block;
	width: 100%;
	position: relative;
}
.search-notfound form input[type='text']{
	height: 40px;
	border: 1px solid #dddddd;
	font-family: 'Open Sans';
	color: #222222;
	font-size: 13px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px 0 10px;
	background: #ececec;
	width: 100%;
}
.search-notfound form input[type='submit']{
	border: none;
	position: absolute;
	right: 8px;
	top: 8px;
	background-color: white;
	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	border-radius: 5px ;
}
/** PUT EVERYTHING AFTER THIS COMMENT AT THE BOTTOM **/
/* MEDIA QUERY FOR WEBKIT BASED BROWSER **/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  
}

/* MEDIA QUERY FOR GECKO BASED BROWSER **/
@-moz-document url-prefix(){

}


@media (max-width: 1099px) {
	#mobilemenu{
		display: inline-block;
		vertical-align: middle;
	}
	#util{
		margin-top: -3px;
		position: static;
	}
	.search-trigger{
		margin-top: 7px;
		margin-left: 0;
		margin-right: 10px;
		width: 26px;
		height: 26px;
		background: url(../img/mobile_search.png) no-repeat;
		background-size: 26px 26px;
	}
	.bullet-menu,
	#mainmenu{
		display: none;
	}
	.content.col-md-8.col-sm-8 {
		width: 100%;
	}
	.wrapper{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}
	#top{
		padding-top: 30px;
		padding-bottom: 35px;
	}
	#top.move{
		padding-top: 20px;
		padding-bottom: 25px;
	}
	
	#top.move .slicknav_menu > ul{
		top: 70px;
	}
	.main .half {
		display: block;
		float: none;
		margin: 0 0 50px;
		padding: 0;
		width: 100%;
	}
	.main .half:first-child {
	    padding: 0;
	}
	.main .half:first-child:after, .main .half:after {
	    display: none;
	}
}

/* Mobile device */
@media (max-width: 767px) {
     .lighbox-search .holder .search-box .box input[type="submit"]{
		display: block;
		margin: 10px 0 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}
	.lighbox-search .holder .search-box .box input[type="text"]{
		max-width: none;
	}
	#bottom .logo-bottom{
		text-align: left;
		margin-top:10px;
	}
	.main-block,
	.main {
	    padding-bottom: 0;
	}
	.single-block .puller-right,
	.post-block .puller-right{
		padding-right: 0;
	}
	.sidebar{
		margin-top: 50px;
	}
	.single-block .employe .group {
		margin: 0 -15px;
	}
	.single-block .employe .item{
		width: 50%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 15px;
		border: none;
		margin: 0 0 20px;
	}
	.single-block .employe .item img{
		width: auto;
	}
	.single-block .employe{
		margin-top: 50px;
	}
	.bullet-menu .holder{
		min-height: 1px;
		margin-bottom: 10px;
		margin-top: 20px;
		padding-bottom: 0;
	}
	#hero .item{
		height: 350px;
	}
	
}
/* Custom mobile */
@media (max-width: 480px) {
	.single-block .employe .group{
		margin: 0;
	}
	.single-block .employe .item{
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;
		padding-top: 20px;
		margin-top: 17px;
		border-top: 1px solid #cccccc;
	}
	.single-block .employe .item:first-child{
		margin-top: 0;
		padding-top: 0;
		border: none;
	}
	#logo a{
		display: block;
		margin-top: 7px;
	}
	.main .latest-news .content figure, .main .latest-news .content .caption {
		display: block;
		float: none;
		margin: 0 0 15px;
		padding: 0;
		width: 100%;
	}
	#bottom{
		padding-bottom: 20px;
	}
	 #bottom ul{
		display: block;
		margin-top: 5px;
	 }
	  #bottom ul li:first-child{
		margin-left: 0;
		padding-left: 0;
	  }
	   #bottom ul li:first-child:after{
		display: none;
	   }
	.post-block .content figure,
	.post-block .content .caption{
		float: none;
		display: block;
		padding: 0;
		margin: 0 0 20px;
		width: 100%;
		max-width: none;
	}
	
}

@media (min-width: 1100px) {
	.wrapper{
		width: 1000px;
	}
}
.custlogo {
    width: 78px;
    height: auto;
    margin-right: 20px;
    margin-top: -19px;
    display: inline-block;
}

@media only screen and (max-width:475px) {
	#hero .item img, .feat-img img {
		object-fit: cover;
		width: 100%;
	}
}