

#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;
}



#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;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #000;
  /*background: -moz-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51bbd2), color-stop(100%, #2d97af));
  background: -webkit-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -o-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -ms-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: linear-gradient(to bottom, #51bbd2 0%, #2d97af 100%);*/
}
#cssmenu > ul {
  background: url('images/bg.png');
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 18px 25px 21px 25px;
  /*border-right: 1px solid rgba(80, 80, 80, 0.12);?*/
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #d3eced;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #32a9c3;
  background: rgba(0, 0, 0, 0.1);
}


.current span{ color:#f1a803; }




#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #d3eced;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;

z-index: 999999;

}



#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 180px;
  color: #777777;
  background: #000;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
font-family: raleway;}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333333;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    background: #000;
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #d3eced;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url('images/bg.png');
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    border-bottom: 2px solid #d3eced;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    right: 25px;
    top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
}


.title span:before {
content: "";
position: absolute;
top: 56%;
height: .5em;
border-top: 1px solid #e5e5e5;
width: 200px;
right: 100%;
margin-right: .5em;
  
  }
  .title span:after {
content: "";
position: absolute;
top: 56%;
height: .5em;
border-top: 1px solid #e5e5e5;
width: 200px;
 margin-left: .5em; 
  }
  
  
  
  
  .default{
  padding:60px 0 60px;
  }
.title span {
position: relative;
}
.title{
overflow: hidden;
}
/*----->
.box .icon {
position: relative;
display: inline-block;
margin-bottom: 30px;
width: 64px;
height: 64px;
background: transparent;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
border-radius: 999px;
-webkit-transition: background 0.15s ease-in-out 0s;
-moz-transition: background 0.15s ease-in-out 0s;
-o-transition: background 0.15s ease-in-out 0s;
transition: background 0.15s ease-in-out 0s;
}
/*.box .icon:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -37px 0 0 -37px;
width: 64px;
height: 64px;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
border-radius: 999px;
background: transparent;
border: 5px solid #1a1b6a;
opacity: 0.65;
-webkit-transition: border 0.15s ease-in-out 0s;
-moz-transition: border 0.15s ease-in-out 0s;
-o-transition: border 0.15s ease-in-out 0s;
transition: border 0.15s ease-in-out 0s;
}*//*
.box .icon i {
color: #1a1b6a;
font-size: 32px;
line-height:55px;
-webkit-transition: color 0.15s ease-in-out 0s;
-moz-transition: color 0.15s ease-in-out 0s;
-o-transition: color 0.15s ease-in-out 0s;
transition: color 0.15s ease-in-out 0s;
margin-left:-9px;
}
.box .icon {
float: left;
margin: 5px 0 0 5px;
text-align: center;
}
 .box-text p{
margin-top: 30px;
text-align: justify;
text-transform: none;
font-family: lato;
font-size: 16px;
font-weight: 400;
line-height: 1.4em;
}
/*.box-text{
margin-top:30px;
}*/
.box{
margin-bottom: 0px;
text-align: left;
}
.iu h1
{margin-top: 9px;
/* padding: 20px; */
margin-bottom: 0;
font-weight: 400;
letter-spacing: -1px !important;
padding-left: 8px;
font-size: 30px;
font-family: raleway;

}
-------------------------->
.box {
    display: block;
    padding: 30px;
    text-align: center;
}

.box .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    width: 64px;
    height: 64px;
    background: transparent;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	
	-webkit-transition: background 0.15s ease-in-out 0s;
	-moz-transition: background 0.15s ease-in-out 0s;
	-o-transition: background 0.15s ease-in-out 0s;
	transition: background 0.15s ease-in-out 0s;
}

/*(.box .icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -37px 0 0 -37px;
	width: 64px;
	height: 64px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	
	background: transparent;
	border: 5px solid #bdc3c7;
	opacity: 0.65;
	
	-webkit-transition: border 0.15s ease-in-out 0s;
	-moz-transition: border 0.15s ease-in-out 0s;
	-o-transition: border 0.15s ease-in-out 0s;
	transition: border 0.15s ease-in-out 0s;
}
*/
.box .icon i {
    color: #95a5a6;
    font-size: 32px;
    line-height: 64px;
    -webkit-transition: color 0.15s ease-in-out 0s;
    -moz-transition: color 0.15s ease-in-out 0s;
    -o-transition: color 0.15s ease-in-out 0s;
    transition: color 0.15s ease-in-out 0s;
}


.box.listed-left {
    display: block;
    padding: 30px 0;
    text-align: left;
}

.box.listed-left .icon {
    float: left;
    margin: 5px 0 0 5px;
    text-align: center;
}

.box.listed-left .box-text {
    padding-left: 74px;
}

.box.listed-right {
    display: block;
    padding: 30px 0;
    text-align: right;
}

.box.listed-right .icon {
    float: right;
    margin: 5px 5px 0 0;
    text-align: center;
}

.box.listed-right .box-text {
    padding-right: 104px;
}

.box h4 {
margin-bottom: 0;
font-weight: 400;
letter-spacing: -1px !important;
font-size: 20px;
margin: 0 0 10px 0;
color:#1a1b6a;
font-weight: 700;
letter-spacing: -2px;
text-transform: uppercase;
line-height: 1.5em;
text-align:left;
font-family:raleway;
}
.box p {
color: #56646F;
font-weight: 400;
text-align:justify;
}
#logo {
  margin-bottom: -124px;
  margin-top: -3px;
  position: relative;
  z-index: 1;
}
#logo img + h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
#logo h1 {
  display: none;
  padding: 0;
}
#logo h1:after {
  display: none;
}
#logo a {
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.12);
  display: inline-block;
  max-width: 100%;
}
@media (max-width: 767px) {
 
  #logo {
    margin-bottom: 20px;
    margin-top: 20px;
  }
 
  
  
  #logo {
    text-align: center;
  }
  #logo a {
    margin: 0;
  }
  
}
#transparency
		{
			
			position: absolute;
			
			width:1600px;
			height:426px;
			background-color: #000; 
			filter:alpha(opacity=70);
			opacity: 0.8;
			-moz-opacity: 0.8;
			-khtml-opacity:0.8;
		}
		#transparent
		{
			
			position: absolute;
			
			width:1600px;
			height:426px;
			background-color: #fff; 
			filter:alpha(opacity=70);
			opacity: 0.8;
			-moz-opacity: 0.8;
			-khtml-opacity:0.8;
		}
		
		
		.change{
		
		color:#1a1b6a;text-align:center;font-size:34px;line-height:1.6em;font-family:Raleway;
		margin-left: -920px;
		
		}
		.tree
		{
		color: #56646F;text-align:center;font-size:18px;line-height:1.6em;font-family:lato;
		
		}
		.tr{text-align:center;font-size:18px;font-family:lato;
		}
		.wat
		{text-align: center;

line-height: 1.2;
font-family: Raleway;
margin: 0 0 20px 0;
color: #56646F;
font-weight: 400;
/* letter-spacing: -2px; */
text-transform: uppercase;
line-height: 1.5em;
font-size: 32px;}

.main-content{
padding:50px 0 50px;

}
.changer{color:#1a1b6a;text-align:left;font-size:34px;line-height:1.6em;font-family:raleway;text-transform:uppercase;}

.bene{font-size: 17px;
line-height: 1.5em;
/* font-family: lato; */
padding-bottom: 20px;
text-align: justify;
color: #56646F;
/* margin: 0.85em 0; */
/* font-weight: 400; */
font-family: lato;
color: #56646F;
font-weight: 400;
margin: 0.85em 0;
/* font-size: 18px; */}

.lease{font-family: raleway;

color: #56646F;
font-weight: 400;
/* letter-spacing: -2px; */
text-transform: uppercase;

font-size: 32px;
}
	.wa
		{text-align: center;

line-height: 1em;
font-family: Raleway;
margin: 0 0 20px 0;
color: #1a1b6a;
font-weight: 700;
/* letter-spacing: -2px; */

line-height: 1.5em;
font-size: 23px;}
	.tri{text-align:justify;font-size:16px;font-family:lato;color: #56646F;
		}
		.how
		{font-family: 'raleway', sans-serif;font-weight: 700;font-size:19px;color: #1a1b6a;
		
		}
		.pre{
		font-family: lato;font-size: 15px;
		
		}
		.ab{
		font-size: 17px;
line-height: 1.5em;
/* font-family: lato; */
padding-bottom: 20px;
text-align: justify;
color: #56646F;
/* margin: 0.85em 0; */
/* font-weight: 400; */
font-family: lato;
color: #56646F;
font-weight: 400;
margin: 0.85em 0;
/* font-size: 18px; */
		}
		.att{
		color: #1a1b6a;
font:23px/36px raleway;
font-weight:700;
margin-bottom: 0px;
padding-bottom: 0px;
		}
		.atte{
		font-family: lato;
color: #56646F;
font-weight: 400;
margin: 0.85em 0;
font-size:16px;	
text-align:justify;	
		}
		.ca{
		font-family: lato;
color: #000;
font-weight: 400;
font-size:14px;	
		}
		.cae{
		font-family: lato;
font-size: 16px;
font-weight: 400;text-align: justify;
line-height: 1.8em;
		}
		.published{
		font-family: lato;
/* color: red; */
color: #56646F;
		
		}
		.masonry-blog .entry-title {
font-size: 20px !important;
margin: 0;
padding: 20px 30px;
}
.entry-title{
color: #56646F;
text-decoration: none;
font-weight: 700;

}

.meta-sep {
padding: 0 3px;
}.masonry-blog .entry-content {
padding: 15px 30px;
}

.no-sortable {
margin-top: 30px;
}

#latest-posts {
margin: 0;
padding: 0;
}



#latest-posts article {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 2px solid #bdc3c7;
background: #FFFFFF;
-webkit-transition: border 0.15s ease-in-out 0s;
-moz-transition: border 0.15s ease-in-out 0s;
-o-transition: border 0.15s ease-in-out 0s;
transition: border 0.15s ease-in-out 0s;
}

.masonry-blog .entry-meta {
font-size: 15px;
text-transform: uppercase;
letter-spacing: -1px;
padding: 20px 30px;
border-top: 1px solid #E6E6E6;
border-bottom: 1px solid #E6E6E6;
color: #AEAEAE;
}
.masonry-blog article {
    margin-bottom: 30px;
}

.masonry-blog .entry-title {
    font-size: 20px !important;
    margin: 0;
    padding: 20px 30px;
	font-family:lato;
}

.masonry-blog .entry-meta {
    font-size: 15px;
	text-transform: uppercase;
	letter-spacing: -1px;
    padding: 20px 30px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    color: #AEAEAE;
}

.masonry-blog .entry-meta a {
    color: #AEAEAE;
    font-weight: 400;
}

.masonry-blog .entry-meta a:hover {
    color: #F88A79;
}

.masonry-blog .entry-content {
    padding: 15px 30px;
	font-family:lato ;
	text-align:justify;
	font-size:16px;
}





.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}



.indu
{font-size: 23px;
font-family: raleway; 
/* line-height: 1.5em; */
/* letter-spacing: 1px; */
/*margin: 0 0 20px 0;*/
color: #1a1b6a;
font-weight: 700; 
/* letter-spacing: -2px; */
text-transform: uppercase;
line-height: 1.5em;
text-align: center;
margin-bottom:-9px;
padding-top: 20px;
}




.indus
{
margin: 0.85em 0;
font-family: lato;
font-weight: 400;
font-size: 16px;
text-align: justify;
margin-bottom:2px;
color: #56646F;
}

.con{
font-family: 'raleway';font-weight: 700;text-align:center;font-size:23px;color:#1a1b6a;
}
.cone
{text-align: center;font-family: lato;color: #56646F;;font-weight: 400;font-size:16px;

}
.drop
{
font-family:raleway;font-weight: 700;font-size:32px;color: #000;
}
.far{font-family:lato;font-weight: 400;font-size:16px;line-height:1.5em;margin: 0.85em 0;line-height:2.3em;
}
.form{text-align:left;font-family: lato;font-weight: 400;
}
.text-widget
{
text-align: justify;
font-family: lato;
font-weight: 400;
font-size: 15px;

}

.list-widget
{
text-align: justify;
font-family: lato;
font-weight: 400;
font-size: 15px;

}

.det
{
text-align: center;
padding: 12px;
border-bottom: 1px solid #ededed;


font-size: 27px;

}
.bow
{
background-color: #f9f9f9;

}
.befe
{
background-color:#efefef;

}
.pic {
  height: 350px;
  width: 190px;
  overflow: hidden;
  margin: 20px;
  border: 10px solid white;

  
  float: left;
}

.pic:hover {
  cursor: pointer;
}

/*GROW*/
.grow img {
  height: 350px;
  width: 190px;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.grow img:hover {
  width: 400px;
  height: 400px;
}
/*
.work cite {
position: relative;
display: inline-block;
vertical-align: middle;
zoom: 1;
width: 480px;
padding: 25px 20px;
/* background: #acacac; 
color: #1a1b6a;
font-family: raleway;
font-size:45px;
line-height: 238px;
font-weight: normal;
text-align:center;
}

.work cite:before {
content: "";
display: block;
position: absolute;
left: -25px;
top: 0;
width: 25px;
height: 25px;
background: rgba(255,255,255,0.35);
font: 0px/0px a;
}
.work{
position: absolute;
left: 50%;
bottom: -198px;
z-index: 5;
width: 484px;
height: 292px;
overflow: hidden;
margin: 0 0 0 -248px;
background: url('images/grey.png') 50% 0 no-repeat;
line-height: 252px;
}*/
#transparency
		{
			
			position: absolute;
			
			width:1600px;
			height:476px;
			background-color: #000; 
			filter:alpha(opacity=70);
			opacity: 0.8;
			-moz-opacity: 0.8;
			-khtml-opacity:0.8;
			margin-top: -50px;
		}
		
		.rew
		{
		min-height: 130px;
position: absolute;
padding: 0 40px;
top: -245px;
background-color: #ffd63b;
margin-left: 85px;
left: -96px;

background-repeat: no-repeat;
background-position: 30px;
background-size: 80px;
background: rgba(0, 0, 0, 0) url(images/strip2.jpg) no-repeat scroll center top;
}
		
	.google-maps {
        position: relative;
        padding-bottom: 35%; // This is the aspect ratio

        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
      
    }

	
	#cssmenu{
padding:30px;
	
	}
	
	
	
	
	
	
@media (min-width: 481px) and (max-width: 767px) {
	
.main-content {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
                }

	img{width:100%;}
	body{width:100%;}
	}
@media (min-width:768px)  and (max-width: 795px)
{
#cssmenu #menu-button
{
margin-left:545px;
}
a, a > * {
	color: #fff;
text-decoration: none;
font-family: raleway;
font-size: 14px;
font-weight: 400;
margin-left:190px;
}

}

	
	@media (min-width: 768px) and (max-width: 790px) {
	
	 body {width:100%; margin: 0 auto;}
.container { width: 780px;}
 .box-desc{width:80%;position:relative;}
.trde{width:82%;position:relative;left:-6px;}

.ref{width:82%;position:relative;left:-6px;}

.vg{width:82%;position:relative;left:-6px;}
}
	
@media (min-width: 800px) and (max-width: 900px) {
body{width:100%;}
	.container{width:760px;}
	.trd{margin-left:-100px;width:400px;}
.trde{position:relative;left:-80px;}
.trde img{width:377px;}
.ref{margin-top:303px;margin-left:-100px;}
.ref img{width:403px;}
.ft {width:403px;margin-left:-100px}
.vg{margin-left:-100px;}
.tgh{width:370px;}
}
	@media (min-width: 800px)  and (max-width: 960px) {
    
    #cssmenu{
margin-top:60px;
margin-left:240px;
       
    }
}

	
@media (min-width: 980px) and (max-width: 1300px) {

	.tred img{width:100%;}
	body{width:100%;}
	.container{width:930px;}
	.ref0{width:790px;}
	.trd{width:400px;margin-left:-6px;}
	.trde img{position:relative;left:-346px;width:395px;}
    .trde {position:relative;left:202px;}
	.ref{margin-top:300px;}
.ref img{width:400px;}
.ft{width:400px;}
.drop{padding:40px 30px;}
.far{padding:20px;}
form{padding:20px;}

}
		
@media (min-width: 980px) and (max-width:1210px) {		
.nav{margin-left:-69px;}
#logo img{margin-left:-20px !important;}
#cssmenu{padding:12px;}
a, a > * {font-size: 13px;}
.navg{margin-left:116px !important;}
#logo{width:140px;}
}
@media (min-width:1213px) and (max-width:1350px) {		
.nav{margin-left:-69px;}
#logo img{margin-left:-20px !important;}
#cssmenu{padding:12px;}
a, a > * {font-size: 13px;}
.navg{margin-left:256px !important;}
#logo{width:180px;}
}

@media (min-width:1360px) and (max-width:1450px) {		
.nav{margin-left:-69px;}
#logo img{margin-left:-20px !important;}
#cssmenu{padding:12px;margin-top:13px;}
a, a > * {font-size: 13px;}
.navg{margin-left:256px !important;}
#logo{width:240px;}
}





	@media screen and (min-width: 1920px) {
body{
width:100%;

}

}



		
@media (min-width: 1280px) and (max-width: 1900px) {
.truck {
height:21px;
}

.truck img{
width:1800px;
}
#iy
{height:196px;

}
	#iyt
{height:254px;
}	
.ir
{
height:223px;
}
.ire
{
height:224px;
}
    }
	
	
	
	@media (min-width: 1280px) and (max-width: 1300px) {
	
	/* Common Fix */

	

	.ref0
	{width:790px;

	}
	
	.trde img
	{position:relative;
	left:-201px;
	top:-1px;
	
	}
	.frt
	{height:150px;
	}
.ref
{
margin-top:1px;
}
.ft
{
width:400px;
}

	}
		
	
	.free
	{
	text-align:left;
	margin-left:105px;
	font-family: lato;color: #56646F;;font-weight: 400;font-size:16px;
	}
		
	
	
	
	
	
	
	
	
	
	
	
	