@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light_1-webfont.eot');
    src: url('fonts/roboto-light_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-light_1-webfont.woff2') format('woff2'),
         url('fonts/roboto-light_1-webfont.woff') format('woff'),
         url('fonts/roboto-light_1-webfont.ttf') format('truetype'),
         url('fonts/roboto-light_1-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('fonts/roboto-bold_0-webfont.eot');
    src: url('fonts/roboto-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-bold_0-webfont.woff2') format('woff2'),
         url('fonts/roboto-bold_0-webfont.woff') format('woff'),
         url('fonts/roboto-bold_0-webfont.ttf') format('truetype'),
         url('fonts/roboto-bold_0-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avantgarde_bk_btbook';
    src: url('fonts/Avant Garde Book BT-webfont.eot');
    src: url('fonts/Avant Garde Book BT-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avant Garde Book BT-webfont.woff2') format('woff2'),
         url('fonts/Avant Garde Book BT-webfont.woff') format('woff'),
         url('fonts/Avant Garde Book BT-webfont.ttf') format('truetype'),
         url('fonts/Avant Garde Book BT-webfont.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
   height: 100%;
}

body{
  margin:0;
  padding:0;
  font-family: 'robotoregular';
  font-size: 13px;
  color:#787878;
  height:100%
}

img{
  border:0;
  width:100%
}

a{
  color:#818280;
  text-decoration: none
}

ul, ol{
  width:100%;
  float: left;
  margin: 0;
  padding: 0
}
li{
  list-style: none;
  float: left
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:10000; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/preloader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.full-width, header, footer{
  width:100%;
  float: left;
  position:relative
 
}

.no-padding{
	padding:0!important
}
.no-padding-left{
	padding-left:0
}
.no-padding-right{
	padding-right:0!important
}
.no-padding-top{
	padding-top:0!important
}
.no-padding-bottom{
	padding-bottom:0!important
}

#toTop { 
  display: block; 
  position: fixed; 
  bottom: 20px; 
  right: 20px; 
  transition: all 0.5s ease 0s; 
  -moz-transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s; 
  -o-transition: all 0.5s ease 0s;  
  cursor: pointer; 
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin:0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:20
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
#cssmenu #menu-button {
  display: none
}
#cssmenu {
  width: auto;
  float:right
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center
}
#cssmenu.align-center ul ul {
  text-align: left
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none
}
#cssmenu.align-right > ul > li {
  float: right
}
#cssmenu.align-right ul ul {
  text-align: right
}
#cssmenu > ul > li {
  float: left
}
#cssmenu > ul > li > a {
  padding: 8px 12px 6px 12px;
  font-size: 13px;
  border-radius:5px;
  background:none;
  color: #4b5e70;
  font-family: 'avantgarde_bk_btbook';
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
#cssmenu > ul > li.last > a{
	padding-right:0;
	border:0
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #fff;
  background:#ec1319
}
/*
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px
}
#cssmenu ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 17.5px;
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out
}
#cssmenu ul > li.has-sub:hover > a:after {
  background-position: 0 -18px
}
#cssmenu ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  right: 26px;
  top: 4.2px;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #f99310;
  z-index: 99
}*/
/*
#cssmenu ul > li.has-sub:hover > a:before {
  border-top-color: #f0084a
}*/


#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .2s ease, opacity .2s ease
}
#cssmenu > ul > li > ul {
  top: 19px!important;
  padding-top: 8px;
  border-radius: 5px
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 51px;
  opacity: 1;
  width:300px!important
}
#cssmenu.align-right > ul > li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  top: 40px
}
#cssmenu ul ul > li:hover > ul {
  top: 0;
  left: -189px;
  padding-left: 10px;
  opacity: 1
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 178px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1
}
#cssmenu ul ul li a {
  width: 220px;
  padding: 12px 25px;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  text-transform:uppercase;
  background: #ec1319;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.active > a {
  color: #ec1319;
  background:#fff;
}
#cssmenu ul ul li > a{
  border:solid #e8e9f0;
  border-width:0 1px
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border:solid #e8e9f0;
  border-width:1px 1px 0 1px
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
   border:solid #e8e9f0;
  border-width:0 1px 1px 1px
}
#cssmenu ul ul > li.has-sub > a:after {
  right: 12px;
  top: 9.5px;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat
}
#cssmenu.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px
}
#cssmenu ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #ffffff
}
#cssmenu.align-right ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-left-color: transparent
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #fff
}
#cssmenu.align-right ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: transparent
}



@media  (max-width: 995px){
#cssmenu {
	background:none!important
}
.menu-number{
	width:100%;
	padding:0;
}
ul.number-social{
	position:absolute;
	top:-40px;
	right:30px
}

#cssmenu > ul > li > ul {
  top: 0!important
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  z-index:auto
} 

 #cssmenu {
    width: 100%;
	background:#000
  }
  #cssmenu ul,
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu > ul,
  #cssmenu.align-center > ul,
  #cssmenu > ul > li > ul,
  #cssmenu > ul > li:hover > ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu ul ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul li:hover > ul,
  #cssmenu.align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%!important;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #f86468
  }
  #cssmenu ul li:first-child{
	 border:0!important
  }
  #cssmenu > ul > li > a,
  #cssmenu ul ul li a,
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    width: 100%;
    border-radius:0;
    box-shadow: none;
    background: #ec1319;
	padding:10px 20px
  }
  #cssmenu ul li:first-child > a{
	  border-radius:5px 5px 0 0!important
  }
  #cssmenu ul li:last-child > a {
	  border-radius:0 0 5px 5px!important
  }
  #cssmenu ul li a {
    padding-left: 12.5px;
	color:#fff!important;
  }
  #cssmenu ul li ul li:first-child > a, #cssmenu ul li ul li:last-child > a, #cssmenu ul li ul li > a{
	border-radius:0!important;
	border:0!important
  }
  #cssmenu > ul > li > a {
	  border-right:0
  }
	 #cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a{
		color:#fff!important
		}
  #cssmenu ul ul li a {
    padding: 14px 25px 14px 27.5px!important
  }
  
  #cssmenu ul ul ul li a {
    padding-left: 42.5px
  }
  #cssmenu ul ul ul ul li a {
    padding-left: 57.5px
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul li.has-sub > a:after,
  #cssmenu ul ul li.has-sub > a:before {
    display: none
  }
  
  #cssmenu ul > li.has-sub > a:before, #cssmenu ul > li > ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  right: 30px;
  top: 17.5px;
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #fff;
  z-index: 99
}
#cssmenu ul > li.has-sub:hover > a:before,  #cssmenu ul > li > ul > li.has-sub:hover > a:before {
  border-top-color: #f0084a;
  border-left-color:transparent
}
  
  
  #cssmenu #menu-button {
   color: #303436;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 25px;
    letter-spacing: 1px;
    padding: 20px 20px 20px 12.5px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: -50px;
    z-index: 100;
	width:16px
  }
 #menu-button span{
	width:16px!important;
	height:2px!important;
	background:#3c3731!important;
	float:left;
	position:relative
	}
#menu-button span:before{
	width:16px!important;
	height:2px!important;
	background:#3c3731!important;
	float:left;
	top:-4px;
	content:"";
	position:absolute
	}
#menu-button span:after{
	width:16px!important;
	height:2px!important;
	background:#3c3731!important;
	float:left;
	bottom:-4px;
	content:"";
	position:absolute
	}
  #cssmenu .submenu-button {
    position: absolute;
    right: 0;
    display: block;
    width: 53px;
    height: 53px;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    z-index: 10;
    cursor: pointer
  }
  #cssmenu ul ul .submenu-button {
    height: 41px
  }
  #cssmenu ul .submenu-button:after,
  #cssmenu #menu-button:after {
    content: '';
    position: absolute;
    right: 12.5px;
    top: 12.5px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
  }
  #cssmenu ul .submenu-button.submenu-opened:after,
  #cssmenu #menu-button.menu-opened:after {
    background-position: 0 -28px
  }
  #cssmenu ul ul .submenu-button:after {
    top: 6.5px
  }
  #cssmenu .submenu-button:before {
    content: '';
    position: absolute;
    right: 22.5px;
    top: 25.5px;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #303436;
    z-index: 99
  }
  #cssmenu ul ul .submenu-button:before {
    top: 19.5px
  }
  #cssmenu #menu-button.menu-opened:before,
  #cssmenu .submenu-button.submenu-opened:before {
    border-top-color: #19799f
  }
  #cssmenu ul ul li a {
  color: #303436
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.active > a {
  color: #f0084a
}

#cssmenu ul ul li a{
	background:#fff!important;
	color:#ec1319!important
}

}



.container-wide{
	width:100%;
	max-width:1530px;
	float:none;
	margin:0 auto
}

header{
	background:url(../images/menu-logo-bg.jpg) no-repeat center top
}

.logo{
	padding-left:0;
	margin:22px 0
}
	.logo img{
		max-width:195px
	}
	
.menu{
	padding-right:0;
	margin-top:32px
}

.blue-strip{
	background:url(../images/blue-strip.jpg) repeat;
	color:#fff;
	text-align:center;
	padding:0 15px 8px 15px
}
	.blue-strip h3{
		font-family: 'avantgarde_bk_btbook';
		font-size:32px;
		font-weight:100;
		margin-bottom:0
	}
	.blue-strip h5{
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:100;
		margin-top:0
		}
		
@media  (max-width: 995px){
	
	.menu{
		padding:0;
		width:100%;
		margin:0
	}
	
}


	.service-box ul{
		float:left;
		width:100%;
		background: rgb(224,228,237);
		background: -moz-linear-gradient(top, rgb(224,228,237) 13%, rgb(255,255,255) 100%);
		background: -webkit-linear-gradient(top, rgb(224,228,237) 13%,rgb(255,255,255) 100%);
		background: linear-gradient(to bottom, rgb(224,228,237) 13%,rgb(255,255,255) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e4ed', endColorstr='#ffffff',GradientType=0 )
	}
		.service-box ul li.first{
			width:31%;
			float:left;
			padding:20px 20px 30px 20px;
			text-align:center
		}
		.service-box ul li.first:nth-child(2){
			background: rgb(240,245,255);
			background: -moz-linear-gradient(top, rgb(240,245,255) 14%, rgb(255,255,255) 100%);
			background: -webkit-linear-gradient(top, rgb(240,245,255) 14%,rgb(255,255,255) 100%);
			background: linear-gradient(to bottom, rgb(240,245,255) 14%,rgb(255,255,255) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f5ff', endColorstr='#ffffff',GradientType=0 )
		}
		.service-box ul li.first:nth-child(3){
			width:38%
		}
			.service-box ul li h2{
				color:#26292c;
				font-family: 'robotobold';
				font-size:22px;
				font-weight:100;
				width:100%;
				text-align:left
			}
			.service-box ul li p{
				color:#6c7579;
				font-family:Arial, Helvetica, sans-serif;
				text-align:justify;
				margin-bottom:30px
			}
			.service-box ul li a{
				color:#363913;
				font-size:15px;
				background:#c8d822;
				border-radius:8px;
				transition:all .3s ease-in-out;
				text-decoration:none;
				text-align:center;
				margin:0 auto;
				padding:7px 12px
			}
				.service-box ul li a:hover{
					border-radius:0;
					padding:7px 22px
				}
				
@media (max-width:650px){
	.service-box{
		padding-left:0;
		padding-right:0
	}
	.service-box ul li.first{
		width:100%!important
	}
}
				
.footer-menu{
	background:#ebeff6;
	border:solid #e3e8ef;
	border-width:1px 0;
	padding:50px 0
}
	.footer-menu ul li{
		float:left;
		padding-right:30px
	}
	.footer-menu ul li.main-menus{
		width:39%
	}
	.footer-menu ul li.product-menus{
		width:28%
	}
	.footer-menu ul li.contacts{
		width:33%;
		padding-right:0
	}
		.footer-menu ul li h3{
			color:#0662b6;
			font-size:25px;
			font-weight:0;
			margin-top:0
		}
		.footer-menu ul li.main-menus ul li, .footer-menu ul li.product-menus ul li{
			width:50%;
			padding-bottom:10px
		}
		.footer-menu ul li.main-menus ul li:nth-child(odd){
			padding-right:20px
		}
		.footer-menu ul li.main-menus ul li:nth-child(even){
			padding-left:20px
		}
		.footer-menu ul li.main-menus ul li a, .footer-menu ul li.product-menus ul li a{
			color:#4a5e6f;
			text-decoration:none!important
		}
			.footer-menu ul li.main-menus ul li a:hover, .footer-menu ul li.product-menus ul li a:hover{
				color:#ec1319
			}
	   .footer-menu ul li.product-menus ul li{
		   width:100%
	   }
	   .footer-menu ul li.contacts p{
		   color:#4a5e6f;
		   line-height:18px;
		   margin:0 0 10px 0;
		   float:left;
		   width:100%
	   }
	   .footer-menu ul li.contacts span{
		   color:#014580;
		   float:left;
		   margin-bottom:6px
	   }
	   .footer-menu ul li.contacts span.red{
		   color:#ec1319
	   }
	   .footer-menu ul li.contacts span i{
	   	font-family:'FontAwesome';
		font-size:22px;
		float:left;
		margin-right:5px
	   }
	   
@media (max-width:880px){

	.footer-menu ul li.main-menus ul li{
			width:100%;
			padding:0 0 10px 0!important
		}
	.footer-menu ul li.main-menus{
		width:33%
	}
	.footer-menu ul li.product-menus{
		width:32%
	}
	.footer-menu ul li.contacts{
		width:35%;
	}	
	
}

@media (max-width:700px){

	.footer-menu ul li.main-menus, .footer-menu ul li.product-menus, .footer-menu ul li.contacts{
		width:100%;
		margin-bottom:15px;
		padding-right:0
	}
		.footer-menu ul li.main-menus ul li, .footer-menu ul li.product-menus ul li{
			width:50%;
			padding-bottom:10px
		}
	.footer-menu ul li.contacts{
		margin-bottom:0
	}
	.footer-menu ul li.contacts span{
		margin-right:15px
	}
	
}

@media (max-width:400px){

	.footer-menu ul li.main-menus ul li, .footer-menu ul li.product-menus ul li{
			width:100%
	}
	
}

.social-icon{
	padding:10px 0 20px 0
}
	.social-icon ul{
		margin:0 auto;
		width:98px;
		padding:0;
		float:none
	}
		.social-icon ul li{
			float:left;
			width:auto;
			padding-right:14px
		}
		.social-icon ul li:last-child{
			padding-right:0
		}
			.social-icon ul li a{
			 	color:#4f6476;
				font-size:22px;
				transition:all .2s ease-in-out;
				text-decoration:none!important;
				position:relative;
				top:0
			}
				.social-icon ul li a:hover{
					top:-3px;
					color:#014580
				}
					

.copywrite-frame{
	padding:10px 0;
	border-top:solid 1px #dfe4ea;
	color:#4f6476;
	margin-top:20px
}
	.copywrite-frame ul li{
		float:left;
		width:60%
	}
	.copywrite-frame ul li:last-child{
		width:40%;
		text-align:right
		}
		.copywrite-frame ul li:last-child img{
			max-width:63px
		}
		
@media (max-width:520px){
	.copywrite-frame ul li{
		width:100%!important;
		text-align:center!important
	}
	.copywrite-frame ul li:first-child{
		padding-bottom:10px
	}
}

.inner-page{
	color:#414549
}
.inner-page h2{
	color:#013d74;
	font-size:28px;
	font-weight:100
	}
	
.bio-energy b, .inner-page b{
	color:#ec1319;
	width:100%;
	float:left;
	margin-bottom:10px;
	font-size:16px
}
.inner-page p{
	text-align:justify
}

.composition{padding-left:0}
.table-frame{padding-right:0; overflow-x:scroll; margin-top:31px}
.table-style{border-collapse:collapse}
.table-style th{
	background:#0662b6;
	color:#fff;
	text-align:center;
	padding:8px 5px
}
.table-style td{
	color:#485259;
	padding:6px 5px
}
.table-style td:nth-child(even){
	background:#e9ecee
}

p.water img{
	float:right;
	max-width:310px;
	margin:0 0 20px 20px
}
.inner-page ul.applications li{
	width:100%;
	list-style:inside disc!important;
	color:#ec1319;
	margin-bottom:5px
}
.inner-page ul.applications li span{
	color:#414549
}
.inner-page ul.applications li ol{
	margin:5px 0 0 25px
}
.inner-page ul.applications li ol li{list-style:decimal!important;}

.inner-page strong{
	color:#0662b6
}

.dealer-left{padding:0 30px 15px 0; border-right:solid 1px #ebebeb; margin-top:10px}
.dealer-right{padding:0 0 15px 30px; margin-top:10px}
.dealer-left b, .dealer-right b{font-size:13px}
.dealer-left label, .dealer-right label{font-weight:100; width:100%; margin:10px 0 2px 0}
.dealer-left ul li, .dealer-right ul li{width:100%}

.inputs{width:100%; padding:4px 10px; border:solid 1px #dcdee1; color:#485259; background:#e9ecee}

.dealer-full{margin:15px 0}
.dealer-full ul li{
	margin-bottom:15px
}
.dealer-full ul li:nth-child(odd){
	width:18%
}
.dealer-full ul li:nth-child(even){
	width:82%
}
.dealer-full ul li:last-child{
	width:100%!important;
	text-align:right;
	margin-bottom:40px!important
}

@media (max-width:880px){

	.dealer-full ul li:nth-child(odd){
		width:25%
	}
	.dealer-full ul li:nth-child(even){
		width:75%
	}
	
}

@media (max-width:768px){
	.dealer-left, .dealer-right{
		padding:0 0 15px 0;
		border:0;
		float:left
		}
	.dealer-full ul li:nth-child(odd), .dealer-full ul li:nth-child(even){
		width:100%
	}
	.dealer-full ul li:nth-child(odd){
		margin-bottom:3px
	}
}

.contact-form{
	padding-top:10px;
	text-align:right
	}
.map{
	float:left;
	width:100%;
	height:350px;
	margin:15px 0
}