header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8888;
}

body {
	/*padding-top: 110px;*/
	overflow-x: hidden;
}
input,
select,
textarea {
	font-size: 16px;
}

strong.inline {
	font-weight: bold;
}

a.common_link {
	font-weight: bold;
	color: #109fc2;
}
.modules h1,
.modules h2,
.modules h3,
.modules h4,
.modules h5,
.modules h6 {
	display: inline;
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.testimonials-videos h1 {

}

.testimonials-videos h1 {
	font-size: 36px !important;
}

.testimonials-videos h2 {
	font-size: 30px !important;
}

.testimonials-videos h3 {
	font-size: 24px !important;
}

.testimonials-videos h4 {
	font-size: 18px !important;
}

.testimonials-videos h5 {
	font-size: 14px !important;
}

.modules p {
	color: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
	font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 0;
}

.h1 {
	font-size: 300%;
}

.h2 {
	font-size: 250%;
}

.h3 {
	font-size: 200%;
}

.h4 {
	font-size: 150%;
}

.h5 {
	font-size: 125%;
}

.menu {
	height: 36px;
	line-height: 36px;
	font-size: 17px;
	color: white;
	background: #035573;
	position: relative;
}
.menu__link {
	text-decoration: none;
}
.menu__list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu--left {
	float: left;
	margin-left: -15px;
}
.menu--right {
	float: right;
	margin-right: -15px;
}
.menu__item {
	float: left;
	margin-right: 40px;
}
.menu__item:last-child {
	margin-right: 0px;
}
li.menu__item.smtn_dropdown.narrow {
    position: relative;
}
li.menu__item.smtn_dropdown.narrow .smtn_dropdown__menu{
    min-width: 300px;
}
.menu__item__link {
	position: relative;
	color: white;
	display: block;
	padding: 0 7px;
	font-weight: 300;
	transition:all ease-in-out 0.2s;
}
.menu__item__link:hover{
	font-weight: 700;
}
.menu__item__link > .icon{
	margin-right: 10px;
}
.menu__item__link__arrowdown {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('../menu__item__link__arrowdown.html');
	margin-left: 5px;
	background-size: cover;
}
.menu__list .smtn_dropdown__submenu li{
	padding: 5px 10px;
	border-bottom: 1px solid #cfcfd0;
}

.menu__login__link {
	background: url('../login-ico.html') no-repeat left 9px;
	padding-left: 18px;
}
.smtn_dropdown.is-active .menu__item__link:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	content: '';
	border-color: #f09918 transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    z-index: 99999;
    left: 39%;
    opacity: 0.6;
}

.smtn_dropdown__menu {
	position: absolute;
	top:100%;
	left: 0;
	right: 0;
	z-index: 999;
	background: #f2f2f2;
	border-bottom: 8px solid #f19c16;
	display: none;
}
.menu--right .menu__item {
	position: relative;
}
.simple_dropdown {
	position: absolute;
	top:100%;
	left: 0;
	right: 0;
	z-index: 999;
	min-width: 200px;
	background: #f2f2f2;
	border-bottom: 8px solid #f19c16;
	display: none;
}

.smtn_dropdown__menu__link img {
	width: 100%;
}
.smtn_dropdown__submenuholder {
	background: #eaeaea;
	position: relative;
	padding: 0;
}
.smtn_dropdown__submenu {
	margin-top: 40px;
}
.smtn_dropdown__submenu__item {
	padding-left: 15px;
	font-size: 14px;
	line-height: 30px;
	color: #035573;
	transition: ease 1s;
}
.smtn_dropdown__submenu__item.is-active{
	background:#f0f0f0;
}
.smtn_dropdown__submenu__link {
	display: block;
	position: relative;
	color: #035573;
}
.smtn_dropdown__submenu__link__arrowright {
	display: none;
	width: 16px;
	height: 16px;
	background: url('../menu__item__link__arrowright.html') no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 17px;
}
.smtn_dropdown__menu__itemchilds_holder {
	display: none;
	padding-bottom: 50px;
}
.smtn_dropdown__menu__itemchilds__child {
	padding-top: 40px;
}
.smtn_dropdown__menu__itemchilds__child__holder {
	position: relative;
	display: block;
}
.smtn_dropdown__menu__itemchilds__child__holder > span{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 70, 95, 0.8);
	font-size: 14px;
	padding: 10px 20px;
	color: white;
	line-height: normal;
}
.smtn_dropdown__menu__itemchilds__child__title {
	font-size: 20px;
	display: block;
	line-height: 60px;
	font-style: italic;
}
.smtn_dropdown__menu__itemchilds__child__title__arrowright {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('../menu__item__link__arrowright.html') no-repeat;
	background-size: contain;
	margin-left: 10px;
}
.smtn_dropdown__menu__itemchilds__child__item {
	position: relative;
	border-bottom: 1px solid #e3e5e9;
}
.smtn_dropdown__menu__itemchilds__child__item__link {
	padding: 10px;
	font-size: 14px;
	color: #035573;
	position: relative;
	display: block;
	line-height: normal;
}

.owl-item{
	float: left;
}

.owl-carousel-mobile{

	overflow-x: hidden;
	width: 100%;
}

@media (max-width: 1199px) {
	header {
		border-top: 10px solid #035573;
	}
}

.smtn_dropdown__menu__itemchilds__child__item__link__arrowright {
	display: none;
	width: 15px;
	height: 15px;
	background: url('../menu__item__link__arrowright--active.html') no-repeat;
	background-size: 15px;
	margin-left: 10px;
	float: right;
}

.widget_smtn_search_bar {
	clear: both;
	height: 74px;
	background: white;
	line-height: 74px;
	border-bottom: 1px solid #d0d3d9;
}

.widget_smtn_search_bar .custom-logo-link {
	float: left;
	height: 74px;
	display: flex;
	align-items: center;
}

.widget_smtn_search_bar .custom-logo-link img {
	max-height: 53px;
	width: auto;
}

.widget_smtn_search_bar__search {
	max-width: 633px;
	float: left;
	margin-left: 30px;
}

.widget_smtn_search_bar__search .btn {
	border-radius: 10px;
}

.widget_smtn_search_bar__search select {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #009fc2;
	text-transform: uppercase;
}

.widget_smtn_search_bar__search button {
	color: #009fc2;
    height: 37px;
    border-left: none;
	border-color: #9c9c9c;
}

.widget_smtn_search_bar__search input {
	margin-top: 19px;
	border-color: #9c9c9c;
	height: 37px;
	border-left: none;
	border-right: none;
	box-shadow: none;
}

.widget_smtn_search_bar__phones {
	line-height: normal;
	white-space: nowrap;
	margin-left: 50px;
	margin-top: 14px;
}

.widget_smtn_search_bar__phones__img {
	float: left;
	margin-right: 5px;
}
.widget_smtn_search_bar__phones p {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #035573;
}

.widget_smtn_search_bar__phones p span {
	color: #009fc2;
}

.widget_smtn_search_bar__phones p.international {
	font-size: 15px;
	font-weight: normal;
}

.widget_smtn_search_bar__button {
	color: #22afcb;
	border-color: #22afcb;
	font-size: 16px;
	border-radius: 20px;
	margin-top: 17px;
    padding: 6px 18px;
    font-weight: 500;
    transition: all ease-in-out 1s;
}

.widget_smtn_search_bar__button:hover{
	color: #f19c16;
	border-color: #f19c16;

}

.hide { display: none; }

.close-menu-bg {
	display: none;

	position: fixed;
    top: 158px;
    bottom: 0;
    width: 100%;
    background: #000;
    left: 0;
    height: 100%;
    z-index: 13;
}

.close-menu-bg.active {
	display: block;
}

.mobile-menu {
	display: none;

	position: absolute;
	top: 215px;
	width: 100%;
	z-index: 9999;

	opacity: 0;
	pointer-events: none;



	transition: .3s all ease-in-out;

	transform: translateY(-20px);
}

.mobile-menu.active {
	opacity: 1;
	pointer-events: all;

	transform: translateY(0px);
}

.mobile-menu ul {
	padding: 0;
	width: 100%;
	list-style: none;
}


.mobile-menu li {
	float: left;
	width: 100%;
	background: #044B68;
}

.mobile-menu li a {
	float: left;
	width:100%;
	padding: 9px 15px;
	color: #FFF;
	border-bottom: 1px solid #00374C;
}

.mobile-menu li a.has-submenu:before {
	content: "";	
	background: url('../sort-down.html') no-repeat;	
	background-size: cover;	
	width: 9px;	
	height: 9px;	
	position: absolute;
	right: 10px;
	transition: all .3s;
	margin-top: 13px;
}

.mobile-menu li a.has-submenu.open:before {
	transform: rotate(180deg);
}

.mobile-menu ul li ul { display: none; }

.mobile-menu ul li ul li {
	background: #003D54;
	font-size: 13px;
}

.mobile-menu ul li ul li a {
	padding-left: 35px;
}

.mobile-menu ul li ul li ul li {
	background: #003144;
}

.mobile-menu ul li ul li ul li a {
	padding-left: 55px;
}

.mobile-menu ul li ul li ul li ul li {
	background: #002936;
}

.mobile-menu ul li ul li ul li ul li a {
	padding-left: 75px;
}


@media (max-width: 1339px) {
	.widget_smtn_search_bar__search {
		max-width: 450px;
	}
}

@media (max-width: 1199px) {
	.mobile-menu {
		display: block;
	}

	.widget_smtn_search_bar {
		height: auto;
	}
	.widget_smtn_search_bar .icons a{
		margin-right: 20px;
	}

	.widget_smtn_search_bar__phones {
		margin-left: auto;
		margin-top: 0;
		border-top: 1px solid #d6d6d6;
		line-height: 34px;
		padding: 10px 0;
		color: #115362;
	}
	.widget_smtn_search_bar__phones img {
		height: 34px;
		margin: 0 15px;
	}
	.widget_smtn_search_bar__phones p {
		font-size: 18px;
	}
}

footer{
	display: inline-block;
	width: 100%;
}
footer .smtn_footer_v2 {
	font-size: 14px;
	line-height: 24px;
	font-weight: lighter;
	padding: 50px 0;
	border-bottom: 1px solid #e0e0e0;
	font-weight: 300;
	float: left;
	width: 100%;
	background: #f0f0f0;
}

footer .smtn_footer_v2 a {
	color: #4c5160;
	font-weight: 300;
}

footer .smtn_footer_v2 a:hover {
	color: #4c5160;
}

footer .smtn_footer_v2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .smtn_footer_v2 .footer-title {
	font-size: 15px;
	font-weight: 900;
	color: #0d5671;
	margin-bottom: 10px;
	margin-top: 40px;
}

/*Second address*/
#smtn_text-4 > div:nth-child(2) > div{
	margin-top: 20px
}

footer .smtn_footer_v2 .footer-title:first-child {
	margin-top: 30px;
}

div.socials-holder > ul{
	display: flex;
	flex-direction: column;
}
div.socials-holder > ul > li{
	text-transform: capitalize;
}
.tnp-widget-minimal__field_holder {
	width: 100%;
}

.tnp-widget-minimal__field {
	line-height: 40px;
	border: 0;
	padding: 0 10px;
	font-size: 14px;
	color: #4c5160;
	background: #f2f2f2;
	border-radius: 0;
	height: 40px;
}

.tnp-widget-minimal__submit_holder {
	width: 140px;
}

.tnp-widget-minimal__submit {
	color: white;
	font-size: 14px;
	font-weight: bolder;
	padding: 0 30px;
	background: #0d5671;
	border: 0;
	border-radius: 0;
	height: 40px;
	transition:  all ease-in-out 1s;
}

.tnp-widget-minimal__submit:hover{
	background: #f29a32;
	color: #ffffff;
}

.widget_smtn_widget_minimal .socials_v2 {
	/*margin-top: 30px;*/
}

.widget_smtn_widget_minimal .socials_v2 li {
	float: left;
	margin-right: 10px;
}

.widget_smtn_footer_links li a{
	transition: all ease 1s;
}
.widget_smtn_footer_links li a:hover{
	color: #009fc2;
}

.widget_smtn_widget_minimal .socials_v2 li a {
	display: inline-block;
	color: #333;
	right: -3px;
	top: 1px;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 26px;
	vertical-align: middle;
	margin-bottom: 3px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 50px;
	margin-left: 5px;
	text-align: left;
	text-decoration: none;
}

.copyright {
	line-height: 60px;
	font-size: 12px;
	padding-bottom: 40px;
	float: left;
	width: 100%;
	margin-top: 60px;
}
.copyright a {
	color: #4c5160;
	display: inline-block;
}

.copyright img {
	max-height: 30px;
	width: auto;
}


.copyright ul {
	display: inline-block;
	margin: 0;
	list-style: none;
	padding: 0;
	vertical-align: middle;
}

.copyright ul li {
	margin-left: 10px;
	float: left;
}

.copyright ul li a {
	border-left: 1px solid #4c5160;
	padding-left: 5px;
	height: 15px;
	line-height: normal;
}

.copyright .validation {
	display: inline-block;
}

.copyright .custom-logo-link {
	margin-right: 20px;
}

.smtn_footer_before {
	padding: 10px 0;
	background: #f2f2f2;
	border-top: 8px solid #eae8e8;
	line-height: 80px;
}

.smtn_footer_before > .container > div{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.smtn_footer_before > .container > .row span {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.smtn_footer_before .widget_smtn_text {
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.col-sm-12[rel=icons-footer] {
	width: 50%;
}
.module_inventory_slider h2{
	text-align: center;
	font-size: 31px;
	color: #0d5671;
	margin-bottom: 30px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.widget_smtn_search_bar .bootstrap-select {
	padding: 1px;
	width: 110px;
	border: none;
}

.widget_smtn_search_bar .bootstrap-select button {
	border: 1px solid #9C9C9C;
	text-transform: uppercase;
	font-weight: bold;
}

.widget_smtn_search_bar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 110px;
}

.dropdown-toggle, .bootstrap-select.btn {
  outline: none !important;
}

.widget_smtn_search_bar .dropdown-menu {
  border-radius: 0;
  border: none;
  background: #035573;
}

.widget_smtn_search_bar .dropdown-menu a,
.widget_smtn_search_bar .dropdown-menu a:active,
.widget_smtn_search_bar .dropdown-menu a:focus {
  color: #FFF;
  background: #035573;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
}

.widget_smtn_search_bar .dropdown-menu a:hover {
  background: #003A50;
  color: #FFF;
}

.widget_smtn_search_bar .dropdown-menu li.selected a {
  background: #003A50;
}


.widget_smtn_search_bar__search input {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.smtn_search_bar {
	float: left;
	width: 450px;
	margin-left: 30px;
	margin-top: 20px;
}

.smtn_search_bar .bootstrap-select {
	float: left !important;
	margin: 0 !important;
	padding: 0;
}

.smtn_search_bar .bootstrap-select .btn {

	border-right: 0;
	background:  url(../select-icon.html) no-repeat 92%;
	background-size: 12px;
	border-radius: 10px;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 1px solid #CCC;
    border-color: #919191;
    color: #009fc2;
}

.smtn_search_bar input {
	float: left;
	width: 300px;
	border-left: 0;
	border-right: 0;
	box-shadow: none;
	border-radius: 0;
	border-color: #919191;
	outline: none;

	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
}

.smtn_search_bar input.form-control:focus{
	border-color: #919191;
	box-shadow: none;
}

.smtn_search_bar .btn {
	float: left;
    border-radius: 0 10px 10px 0;
    border-left: none;
    border-color: #919191;
    color: #009fc2;
}

.smtn_search_bar .bootstrap-select .btn,
.smtn_search_bar input,
.smtn_search_bar .btn {
	height: 37px;
	outline:none!important;
	line-height: 12px;
}

.copyright .custom-logo-link {
	float: left;
}

.copyright .copy {
	float: left;
	/*width: 100%;*/
	height: 20px;
}

form label.error {
	text-align: left;
    font-size: 14px;
    color: red;
    display: block;
}



/* Header Input Position Fixes */
/* Safari Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.widget_smtn_search_bar__search input {
		margin-top: 16px;
		box-shadow: none;
	}
}

@supports (-webkit-text-size-adjust:none)
   and (not (-ms-ime-align:auto)) {

	 .widget_smtn_search_bar__search input {
		margin-top: 20px;
		box-shadow: none;
	}
}

/* Chrome Hack */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.widget_smtn_search_bar__search input {
		margin-top: 19px;
	}
}
/* End - Header Input Position Fixes */


@media (max-width: 1199px) {
	.module_inventory_slider h2 {
		font-size: 26px;
	}
}

@media(max-width: 1024px){
	.smtn_footer_before .widget_smtn_text{
		margin: 15px 0 10px 0px;
	}

	.wmtw-form header {
		position: absolute;
	}
}

@media (max-width: 768px) {
	.smtn_footer_before > .container > div span{
		width: 50%;
		text-align: center;
	}
	
	footer .smtn_footer {
		text-align: center;
	}
	.socials_v2 {
		display: inline-block;
		text-align: center;
	}
	.widget_smtn_footer_links, .widget_smtn_widget_minimal{
		text-align:left;
	}
	.widget_smtn_widget_minimal{
		margin:0;
	}

	.xs-text-left {
		text-align: left;
	}

	.xs-text-center {
		text-align: center;
	}

	.widget_smtn_search_bar__search {
	    margin-left: 10px;
	    margin-right: 20px;
	}

	.widget_smtn_search_bar .icons {
		position: absolute;
		top: 0;
		right: 10px;
	}

	.widget_smtn_search_bar__phones p {
		font-size: 18px;
	}

	.module_inventory_slider h2 {
		font-size: 22px;
	}

	.guides-slider .carousel-indicators {
		bottom: 0;
	}

	.guides-slider {
		margin-left: 10px;
		padding-bottom: 60px;
		border-bottom: 1px solid #DEE1E9;
	}

	.footer-before .col-xs-3 {
		padding: 0 10px;
	}

	.footer-before .col-xs-3 img {
		width: 100%;
		max-width: 60px;
	}

	.smtn_search_bar {
		width: 65%;
	}

	.smtn_search_bar input {
		width: 60%;
	}

	.module_homepage_search .search_for button {
	    line-height: 36px;
	    padding: 0 25px;
	}

	.module_homepage_search .holder {
		display: flex;
	}

	.module_homepage_search .holder .second {
		margin-bottom: 0;
	}

	footer .smtn_footer{
		text-align: left;
		float: left; 
		width: 100%;
	}
	.widget_smtn_widget_minimal .socials-holder {
		text-align: left;
	}
	.widget_smtn_widget_minimal .socials_v2 li {
		margin-right: 5px;
	}
	.widget_smtn_widget_minimal .socials_v2 li a {
		display: block;
	}
	.widget_smtn_widget_minimal .socials_v2 li a:after {
		width: 30px;
    	height: 30px;
    	font-size: 18px;
    	line-height: 30px;
	    margin: 0;
	}


}

@media (max-width: 570px) {

	.module_brand_hero_brand{
		margin-top:75px;
	}

	.smtn_search_bar {
		position: relative;
		margin: 0;
		width: 100%;
		padding-left: 125px;
	    padding-right: 74px;
	    margin-bottom: 15px;
	}

	.smtn_search_bar .bootstrap-select {
		position: absolute;
		top: 0;
		left: 15px;
	}

	.smtn_search_bar input {
		width: 100%;
		color:#4c5262!important;
	}
	.smtn_search_bar .react-autosuggest__input{
		color: #000;
	}

	.smtn_search_bar button.btn.search-btn {
		position: absolute;
		top: 0;
		right: 35px;
	}

	.copyright .custom-logo-link {
		float: left;
		width: 100%;
		text-align: center;
	}

	.copyright .copy {
		float: left;
		margin-top: 10px;
		width: 100%;
		height: 20px;
		padding-left: 10px;
	}

	.copyright .validation {
		margin-top: -10px;
	}

	.widget_smtn_widget_minimal .socials_v2{
		display: flex;
		text-align: center;
	}
	
	.smtn_footer_before{
		float: left;
		width: 100%;
	}
	.smtn_footer_before .col-xs-3 img{
		max-width: 100%;min-height: 45px;
	}
	.smtn_footer_v2 .col-sm-2, .smtn_footer_v2 .col-sm-6{
		width: 50%;
		text-align: center;
		float: left;
	}
	.smtn_footer_v2 .col-sm-2{
		width: 50%!important;
		text-align: left;
		float: left;
	}
	.smtn_footer_v2 .widget_smtn_footer_links{
		text-align: left;
	}
	.smtn_footer_v2 .col-sm-2[rel='addresses']{
		width: 100%!important;
		padding: 0;
	}
	.smtn_footer_v2 .col-sm-2[rel='addresses'] .widget {
		display: flex;
	    padding: 25px 0;
	    margin: 25px 0;
	    border-top: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	}
	.smtn_footer_v2 .col-sm-2[rel='addresses'] .widget  > div {
		flex: 1;
		padding: 0 20px;

	}

	.smtn_footer_v2 .col-sm-6{
		float: left;
		width: 100%;
	}
	.widget_smtn_widget_minimal .socials_v2 li {
    	margin-right: 5px;
	}
	.widget_smtn_widget_minimal .socials_v2 li a:after {
		margin-left: 0;
	    width: 30px;
   		height: 30px;
	    font-size: 14px;
    	line-height: 30px;
	}
}
@media(max-width: 767px){


	.smtn_footer_v2 > .container > .row > .col-sm-2:nth-child(1) {
		width: 50%;
		float: left;
	}

	.smtn_footer_v2 > .container > .row > .col-sm-2:nth-child(2) {
		width: 50%;
		float: left;
	}

	.smtn_footer_v2 > .container > .row > .col-sm-2:nth-child(3) {
		width: 100%;
	}

	.smtn_footer_v2 > .container > .row > .col-sm-2:nth-child(4) {
		width: 100%;
	}
}
@media (max-width: 425px) {

	body {
		padding-top: 190px;
	}
	header {
		max-width: 425px;
		width: 100%;
	}
	.module_homepage_search .holder {
		display: block;
	}

	.widget_smtn_search_bar .custom-logo-link {
		padding-left: 20px;
	}

	.widget_smtn_search_bar__phones p {
	    font-size: 12px;
	}

	.module_homepage_search .holder .second {
		margin-bottom: 13.5px;
	}

	.module_homepage_search .second_col a.third {
		padding: 17px 50px 17px 72px;
	}

	.smtn_footer_before .widget_smtn_text img {
		max-width: 100%;
		max-height: 50px; 
	}

}
@media (max-width: 320px) {
	header {
	    max-width: 320px;
	    width: 100%;
	}
}

.widget_smtn_search_bar .react-autosuggest__section-container{
	line-height:20px;
}

.widget_smtn_search_bar .react-autosuggest__section-title {
	margin: 10px 0;
	padding-top: 0;
}

.widget_smtn_search_bar .react-autosuggest__section-title strong {
    font-size: 16px;
    color: #035573;
}

.widget_smtn_search_bar .react-autosuggest__suggestions-list {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
  font-size:14px;
}

.widget_smtn_search_bar .react-autosuggest__suggestions-list li{
    cursor: pointer;
    padding: 0 20px;
    color: #000000;
    background: none;
}

.widget_smtn_search_bar .react-autosuggest__suggestions-list li:hover,
.widget_smtn_search_bar .react-autosuggest__suggestions-list li:active,
.widget_smtn_search_bar .react-autosuggest__suggestions-list li:focus{
	background: #f0f0f0;
}

.widget_smtn_search_bar .react-autosuggest__suggestions-list li a{
    display: block;
    padding-top:7px;
    padding-bottom:7px;
}

.smtn_footer_v2 .address{
	display: none;
}

.smtn_footer_v2 .col-sm-2[rel=addresses] div{
	margin-bottom: 20px;
}
@media(max-width: 1024px){

	.smtn_footer_v2 .address{
		display: block;
	}
	.smtn_footer_v2 .col-sm-2{
		width: 25%;
	}
	
	.smtn_footer_v2 .col-sm-2[rel=addresses]{
		width: 50%;
		margin-top: 10px;
	}

	.smtn_footer_v2 .col-sm-2.mobile{
		display: none;
	}
	.smtn_footer_v2 .address .widget_smtn_text div{
		width: 50%;
		float: left;
	}

	.smtn_footer_v2 .address .widget_smtn_text div:last-of-type{
		padding-left:10px;
	}

}
@media(max-width: 767px){

	.col-sm-12[rel=icons-footer] {
		width: 100%;
	}

	.smtn_footer_v2 .col-sm-2.mobile{
		display: block;
		float: left;
		width: 100%;
		border-top:  1px solid #c0c0c0;
		border-bottom:  1px solid #c0c0c0;
		margin-bottom: 20px;
	}
	.smtn_footer_v2 .address{
		display: none;
	}
	.smtn_footer_v2 .col-sm-2.mobile div{
		width: 50%;
		float: left;
		margin:  20px 0;
	}

	.smtn_footer_v2 .col-sm-6{
		text-align: center;
		float: left;
		width: 100%;
	}

	.smtn_footer_v2 .col-sm-6 .widget_smtn_widget_minimal{
		text-align: center;
	}

	.smtn_footer_v2 .col-sm-2.mobile .widget_smtn_widget_minimal{
		float: left; 
		width: 100%;
	}
}
@media(max-width: 570px){

	.smtn_footer_v2 .col-sm-2.mobile{
		border: none;
	}
}



/* NEW MENU */

body .navbar {
	margin-bottom : 0px;
	color : rgb(255, 255, 255);
	background : rgb(3, 85, 115);
	border : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
}

.navbar-collapse {
	padding-left : 0px;
	padding-right : 0px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color : rgb(22, 67, 93);
	color : rgb(255, 255, 255);
}

.navbar-nav .dropdown-menu li {
	border-bottom : 1px solid rgb(220, 219, 219);
}

.navbar-nav .dropdown-menu li:last-of-type {
	border-bottom : none;
}

.navbar-default .navbar-nav > li > a {
	color : rgb(227, 247, 255);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color : rgb(255, 255, 255);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, nav.navbar > div {
	font-size : 17px;
}

.dropdown-menu > li > a {
	line-height : 1.8em;
	font-size : 16px;
	color : rgb(3, 85, 115);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color : rgb(255, 255, 255);
	background-color : rgb(0, 46, 64);
}

.dropdown-submenu {
	position : relative;
}

.dropdown-submenu > .dropdown-menu {
	top : 0px;
	left : 100%;
	margin-top : -6px;
	margin-left : -1px;
	border-top-left-radius : 0px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
	display : block;
}

.dropdown-submenu > a::after {
	display : block;
	content : " ";
	float : right;
	width : 0px;
	height : 0px;
	border-top-color : transparent;
	border-right-color : transparent;
	border-bottom-color : transparent;
	border-top-style : solid;
	border-right-style : solid;
	border-bottom-style : solid;
	border-left-style : solid;
	border-top-width : 5px;
	border-right-width : 0px;
	border-bottom-width : 5px;
	border-left-width : 5px;
	border-left-color : rgb(204, 204, 204);
	margin-top : 5px;
	margin-right : -10px;
}

.dropdown-submenu:hover > a::after {
	border-left-color : rgb(255, 255, 255);
}

.dropdown-submenu.pull-left {
	float : none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left : -100%;
	margin-left : 10px;
	border-top-left-radius : 6px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
}
.ns-validation .ns-error{
	color: red;
	font-size: 14px;
	font-weight: 600;
}


div.footer-logo img{
	width: 110px;
	height: auto;
	margin-bottom: 25px;
}

div.copyright > div > div > div{
	border-top: 1px solid lightgray;
	padding-top: 60px;
}


.widget_smtn_search_bar__phones{
	margin-left: auto;
	max-width: 340px;
	width: 340px;
}