

							/*General code*/


*{
	-webkit-box-sizing: border-box;
  	   -moz-box-sizing: border-box;
 			box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

*:focus {
    outline: 0;
}

body{
	color: #555555;
	position: relative;
	top: -40px !important;
	padding-top: 40px;
	/*background-color: #e7e7e7;*/
	//left: 0px !important;
	//right: 0px !important;
	//bottom: 0px !important;
}

.page_width{
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}

.left_float{
	float: left !important;
}

.right_float{
	float: right !important;
}
.clear{
	clear: both;
}



.active_link{
	color: #937214 !important;
	//background-color: #04c2b1;
}

.active_link2{
	color: #000 !important;
}

.scroll_to_top{
	width: 25px;
	height: 30px;
	background: #fff url(../images/top.png) no-repeat center;
	position: fixed;
	right: 50px;
	bottom: 20px;
	opacity: 0.4;
	display: none;
	z-index: 999;
}

.scroll_to_top:hover{
	cursor: pointer;
}


									/*Navigation code*/

#nav_wrapper{
	background: transparent; 
	width: 100%;
	margin: 0px auto;
	z-index: 99 !important;
}

#nav_wrapper #nav_link h3{
	color: #fff;
	font-size: 28px;
	margin-right: 20px;
	padding: 10px 20px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	z-index: 99 !important;
}

#nav_wrapper #nav_link h3:nth-child(1){
	background-color: #8c001a;

}

#nav_wrapper #nav_link h3 a{
	color: #fff !important;
	text-decoration: none;
}

#nav_wrapper #nav_top{
	text-align: center;
	list-style-type: none;
	color: #00004d;
	position: relative;
}

#nav_wrapper ul#nav_top li#nav_contact{
	text-align: right !important;
	list-style-type: none;
	color: rgba(0, 166, 193, 1) !important;
	position: relative;
	margin-bottom: 10px;
	padding-right: 100px;
	font-size: 13px;
}

#nav_wrapper ul#nav_top li p a{
	color: rgba(0, 166, 193, 1);
	text-decoration: none;
}


#nav_wrapper #nav_top a:hover{
	opacity: 0.85;
	text-decoration: underline;
}

#nav_wrapper ul{
	/*background-color: #14202c;*/
	//padding: 15px 0px;
	font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
	/*text-align: center;*/
	position: relative;
}

#nav_wrapper ul#langs{
	padding: 5px 0px;
	margin-left: 100px;
}


#nav_wrapper ul#langs li{
	list-style-type: none;
	display: inline;
}

#nav_wrapper ul#langs li a{
	color: #fff !important;
	font-size: 12px !important;
	display: inline;
	text-decoration: none;
	padding: 7px 10px;
}

#nav_wrapper ul#langs li a:hover{
	text-decoration: underline;
}

#nav_wrapper ul#menu{
	background-color: #14202c;
	padding: 0px 0px;
	height: 72px;
	text-align: right;
	position: relative !important;	
	line-height: 72px;
}

#nav_wrapper ul#menu li{
	list-style-type: none;
	display: inline-block;
	height: 72px;
	line-height: 72px;
	position: relative;
	cursor: pointer;
}

#nav_wrapper ul#menu #main_menu li{
	padding-right: 10px;
}

#nav_wrapper ul#menu #main_menu li:hover{
	background-color: #2a4560;
}

#nav_wrapper ul#menu #main_menu li.with_caret::after{
	content: "";
  	position: absolute;
  	width: 20px;
  	height: 20px;
  	right: 10px;
  	top: 61%;
  	transform: translateY(-50%);
	background-image: url(../images/icon_arrow_down.png);
	background-position: right center;
	background-size: 12px 8px;
  	background-repeat: no-repeat;
  	transition: all 300ms linear 0s;
}

#nav_wrapper ul#menu #main_menu li.with_caret:hover::after{
	background-image: url(../images/icon_arrow_down.png);
	transform: translateY(-50%) translateX(50%) rotate(180deg);
}

#nav_wrapper ul#menu li a{
	display: inline-block;
	text-decoration: none;
	padding: 0px 0px;
	height: 72px;
	line-height: 72px;
	color: #fff;
	font-size: 18px;
	font-family: 'Raleway', sans-serif !important;
	font-weight: bold;
}

#nav_wrapper ul#menu li a:hover{
	color: #fff;
	/*background-color: #2a4560;*/
}


#nav_wrapper ul#menu li#home{
	position: absolute;
	z-index: 99999;
	top: -30px;
	left: 0px;
}



#nav_wrapper ul#menu li#home img{
	width: 360px;
	height: 124px;
}

#nav_wrapper ul#menu li#home a:hover{
	background-color: transparent;
}

#mobile_menu{
	background-color: transparent;
	height: 60px;
	width: 40px;
	border-radius: 1px;
	position: absolute;
	top: 15px;
	right: 5px;
	padding: 5px 5px 5px 5px;
	cursor: pointer;
	display: none;
	border: 1px solid transparent;
	overflow: hidden;
}

#mobile_menu .menu_line{
	width: 100%;
	height: 2px;
	margin-bottom: 3px;
	background-color: #fff;

}


#nav_wrapper ul ul{
	display:  none;
	position: absolute;
	top: 72px;
	/*left: 0px;*/
	z-index: 99999999;
	text-align: left;
	background-color: rgba(42, 68, 95, 0.90);
	color: #fff;
	padding: 0px 0px 0px 0px !important;
	height: auto;
	min-width: 250px;
	z-index: 9;
}


#nav_wrapper ul ul li{
	display: block !important;
	text-align: left;
	z-index: 99999999;
	padding: 0px !important;
	margin: 0px !important;
	height: 30px !important;
}

#nav_wrapper ul ul li a{
	display: block !important;
	text-align: left;
	z-index: 99999999;
	line-height: 15px !important;
	height: auto !important;
	/*padding: 7px 24px 5px 5px !important;*/
	margin: 0px 1px 1px 1px !important;
	height: 30px !important;
	font-size: 12px !important;
	color: #fff;
	background: transparent url(../images/carret.png) no-repeat 5px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#nav_wrapper ul ul li a:hover{
	color: #fff !important;
	font-weight: bold !important;
	font-size: 18px;
	background: transparent url(../images/carret.png) no-repeat 5px 10px;
}


#nav_wrapper ul li:hover>ul {
	display: block;
	z-index: 999999999;
}


iframe:first{
	display: none;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
}
html.translated-ltr{
	height: 0px !important;
}

.goog-tooltip {
    display: none !important;
    height: 0px !important;
    margin-top: -40px !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
    height: 0px !important;
}

.skiptranslate, .goog-te-gadget, .goog-te-menu-value{
	display: none !important;
	height: 0px !important;
}
									







											/*Code for slider*/


#slider_img{
	width: 100%;
	height: 640px;
	z-index: 2;
	position: relative;
	background: transparent url(../images/slide0.jpg) no-repeat;
	background-size: 100%;
}

#slider_img h2{
	margin-top: 80px;
	margin-left: 40px;
	margin-bottom: 65px;
	color: #fff;
	font-size: 35px;
	font-weight: normal;
	font-family:  Tahoma, Helvetica, Arial, Verdana, sans-serif;
}

#slider_img h1{
	margin-left: 40px;
	margin-bottom: 85px;
	color: #fff;
	font-size: 45px;
	font-family:  Tahoma, Helvetica, Arial, Verdana, sans-serif;
}

#slider_img #slide_contact a{
	margin-left: 40px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 35px;
	background-color: #8c001a;
	padding: 0px 80px 5px;
	text-decoration: none;
	font-family:  Tahoma, Helvetica, Arial, Verdana, sans-serif;
}











										/*Code for homepage*/

#home_wrapper{
	font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
	background-color: #fff;
}

#home_wrapper #what_we_do{
	background: transparent url(../images/marble.jpg);
	max-height: 260px;
	width: 100%;
	text-align: center;
}

#home_wrapper #what_we_do h2{
	font-size: 48px;
	font-weight: 500;
	color: #1f3448;
	padding: 20px 10px;
	margin-bottom: 0;
}

#home_wrapper .each_3part{
	min-height: 510px;
	padding: 0px 20px;
}

#home_wrapper .each_3part h2{
	color: #fff;
	padding: 60px 60px 30px 60px;
	text-transform: uppercase;
	text-align: center;
	min-height: 210px;
}

#home_wrapper .each_3part p{
	color: #000;
	background-color: #fff;
	padding: 30px 30px 30px 30px;
	text-align: center;
	min-height: 270px;
	line-height: 25px;
}

#home_wrapper .each_3part1{
	background-color: #1f3448;
}

#home_wrapper .each_3part2{
	background-color: #2a4560;
}

#home_wrapper .each_3part3{
	background-color: #3e6184;
}

#home_wrapper #the_2part_wrap{
	background-color: #f1f1f1;
	text-align: center;
}

#home_wrapper .each_2part{
	min-height:300px;
	
}

#home_wrapper .each_2part img{
	width: 100%;
}

#home_wrapper .each_2part h2{
	font-size: 44px;
	margin-bottom: 50px;
	font-weight: 500;
	color: #3e6184;
	margin-top: 70px;
	margin-left: 30px;
}

#home_wrapper .each_2part p{
	color: #000;
	font-size: 15px;
	line-height: 25px;
	margin-left: 30px;
	padding-right: 30px;
}

#home_wrapper h2#why_us{
	font-size: 44px;
	margin-top: 100px;
	margin-bottom: 80px;
	color: #3e6184;
	text-align: center;
}

#home_wrapper .each_4part{
	margin: 1%;
	padding: 20px 20px;
	border: 3px solid #111a24;
	text-align: center;
	background-color: #fff;
	transition: all 200ms linear 0s;
}

#home_wrapper .each_4part:hover{
	background-color: #3e6184;
	cursor: pointer;
}

#home_wrapper .each_4part:hover h2{
	color: #fff;
}

#home_wrapper .each_4part img{
	padding: 40px;
}

#home_wrapper .each_4part h2{
	font-size: 24px;
	color: #3e6184;
	text-transform: uppercase;
}










										/*Code for pages*/
#hero_img{
	width: 100%;
	height: 500px;
	z-index: 2;
	position: relative;
	overflow: hidden;
}

#hero_img>img{
	position: absolute;
	left: -300px;
	top: 0px;
	z-index: -1;
	/*width: 100%;*/
	height: 500px;
}

#hero_img h2{
	margin-top: 100px;
	margin-left: 20px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 35px;
	font-weight: normal;
	font-family:  Tahoma, Helvetica, Arial, Verdana, sans-serif;
}


#hero_img_sm{
	width: 100%;
	height: 220px;
	z-index: 2;
	position: relative;
	/*max-width: 1349px;*/
}

#hero_img_sm>img{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	width: 100%;
	height: 220px;
}


#page_wrapper{
	font-family:  Tahoma, Helvetica, Arial, Verdana, sans-serif;
	background-color: #fff;
}


#page_wrapper .each_index_3part{
	font-family:  Tahoma, Helvetica, Arial, Verdana, sans-serif;
	/*width: 33.33%;*/
	padding: 20px;
	text-align: center;
}

#page_wrapper .each_index_3part a{
	display: inline-block;
	font-size: 22px;
	color: #2a4560;
	font-weight: bold;
	font-style: italic;
	border: 2px solid #111a24;
	width: 100%;
	margin: 0 auto;
	padding: 29px 0;
	box-shadow: 4px 4px 4px #e1e1e1;
	background-color: #fff;
	text-decoration: none;
	transition: all 200ms linear 0s;
}


#page_wrapper .each_index_3part a:hover{
	color: #fff;
	background-color: #8c001a;
	transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}


#page_wrapper .each_index_2part{
	font-family:  Tahoma, Helvetica, Arial, Verdana, sans-serif;
	/*width: 50%;*/
	padding: 20px;
	text-align: center;
}

#page_wrapper .each_index_2part a{
	display: inline-block;
	font-size: 22px;
	color: #2a4560;
	font-weight: bold;
	font-style: italic;
	border: 2px solid #111a24;
	width: 100%;
	margin: 0 auto;
	padding: 29px 0;
	box-shadow: 4px 4px 4px #e1e1e1;
	background-color: #fff;
	text-decoration: none;
	transition: all 300ms linear 0s;
}


#page_wrapper .each_index_2part a:hover{
	color: #fff;
	background-color: #8c001a;
	transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}



#page_wrapper .each_2in3part{
	/*width: 66.66%;*/
	padding: 50px 60px;
}

#page_wrapper .each_1in3part{
	/*width: 33.33%;*/
	margin-top: 70px;
}

#page_wrapper .each_1in3part img{
	margin-left: 20px;
}

#page_wrapper .each_1in3part p{
	margin: 0 0 20px;
	font-size: 16px;
	color: #131c26;
	margin-top: 40px;
	line-height: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

#page_wrapper .each_2in3part strong{
	color: #970006;
}

#page_wrapper .each_2in3part strong:hover{
	color: #3e6184;
	cursor: pointer;
}


#page_wrapper .each_2in3part h2{
	margin: 0 0 20px;
	color: #3e6184;
	font-size: 35px;
	font-weight: normal;
}

#page_wrapper .each_2in3part h3{
	margin: 0 0 20px;
	color: #3e6184;
	font-size: 30px;
	font-weight: normal;
}

#page_wrapper .each_2in3part h4{
	margin: 0 0 20px;
	font-weight: normal;
	color: #3e6184;
	font-size: 20px;
}

#page_wrapper .each_2in3part p{
	margin: 0 0 20px;
	font-size: 16px;
	color: #131c26;
	line-height: 30px;
}

#page_wrapper .each_2in3part ul li{
	margin: 0 0 20px;
	font-size: 16px;
	color: #131c26;
	list-style-type: none;
	margin-left: 20px;
	padding-left: 15px;
	line-height: 30px;
	background: transparent url(../images/carret_red.png) no-repeat 0px 12px;
}

#page_wrapper .each_2in3part .each_review{
	border-left: 1px solid #3e6184;
	background: #f1f0f0;
	padding: 20px;
	margin-bottom: 40px;
	margin-top: -20px;
}

#page_wrapper .each_2in3part .each_review p{
	color: #8a8a8a;
}

#page_wrapper #kent{
	background: transparent url(../images/peter-l-klenk.jpg)no-repeat -300px 0;
	padding: 30px 40px;
}

#page_wrapper #glen{
	background: transparent url(../images/glen-h-ridenour.jpg)no-repeat -300px 0;
	padding: 30px 40px;
}

#page_wrapper #tatyana{
	background: transparent url(../images/tatyana-v-gleyzer.jpg)no-repeat -300px 0;
	padding: 30px 40px;
}


#page_wrapper #amy{
	background: transparent url(../images/amy-besser.jpg)no-repeat -300px 0;
	padding: 30px 40px;
}

#page_wrapper #eric{
	background: transparent url(../images/eric-philips.jpg)no-repeat -300px 0;
	padding: 30px 40px;
}

#page_wrapper #james{
	background: transparent url(../images/james-harris.jpg)no-repeat -300px 0;
	padding: 30px 40px;
}



#page_wrapper #profile_details{
	max-width: 590px;
	min-height: 870px;
	overflow-y: scroll;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 30px;
}

#page_wrapper #profile_details h3{
	color: #3e6184;
	font-size: 30px;
}

#page_wrapper #profile_details p#desc{
	color: #3e6184;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	margin: 0;
}

#page_wrapper #profile_details p#mail{
	color: #3e6184;
	font-size: 15px;
	font-weight: normal;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0 30px;
	margin: 0;
	margin-bottom: 20px;
}

#page_wrapper #profile_details p#mail a{
	color: #970006;
	text-decoration: none;
}


#page_wrapper #profile_details p{
	margin: 0 0 20px;
	font-size: 16px;
	color: #131c26;
	line-height: 30px;
}

#page_wrapper #profile_details ul li{
	margin: 0 0 20px;
	font-size: 16px;
	color: #131c26;
	list-style-type: none;
	margin-left: 20px;
	padding-left: 15px;
	line-height: 30px;
	background: transparent url(../images/carret_red.png) no-repeat 0px 12px;
}

#page_wrapper #contact_page{
	padding: 40px 20px;
}

#page_wrapper #contact_page h1{
	color: #3e6184;
	font-size: 24px;
	font-weight: normal;
}

#page_wrapper #contact_page h3{
	margin: 0 0 20px;
	color: #3e6184;
	font-size: 24px;
	font-weight: normal;
}

#page_wrapper #contact_page h4{
	color: #3e6184;
	font-size: 16px;
	font-weight: normal;
}



#page_wrapper #contact_page ul li{
	list-style-type: none;
	color: #555555;
}

#page_wrapper #contact_page ul li a{
	color: #871603;
	text-decoration: none;
}

#page_wrapper #contact_page ul li a{
	opacity: 0.85;
}


#page_wrapper .page_inputs{
	padding: 10px 5px;
	width: 100%;
	margin: 0px 0%;
	display: block;
	border: 1px solid  #3e6184;
	font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

#page_wrapper .page_textarea{
	resize: vertical;
}



#page_wrapper input#track_page_submit{
	padding: 10px 5px;
	width: 30%;
	margin: 5px 35%;
	display: block;
	border: 1px solid  #1f3448;
	color: #fff;
	font-weight: bold;
	background-color:  #1f3448;
	font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	
}

#page_wrapper #track_page_submit:hover{
	opacity: 0.95;
	cursor: pointer;
}






									/*Code for footer*/

#footer{
	font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
	margin-bottom: -40px;
}

#footer .top_footer{
	background-color: #e1e1e1;
	padding: 55px 0;
	min-height: 176px;
}

#footer .top_footer .each_half{
	
}

#footer .top_footer .each_half.each_half1{
	padding-left: 20px;
}

#footer .top_footer .each_half.each_half1 h2{
	font-style: italic;
	font-size: 27px;
	color: #2a4560;
	margin-bottom: 20px;
}

#footer .top_footer .each_half.each_half1 h2:first-child{
	font-weight: normal;
}

#footer .top_footer .each_half.each_half2 h2:first-child{
	background: #970006;
	font-size: 27px;
	color: #fff;
	padding: 10px 50px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#footer .top_footer .each_half.each_half2 h2:nth-child(2){
	background: #1f3448;
	font-size: 27px;
	color: #fff;
	padding: 9px 50px 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#footer .top_footer .each_half.each_half2 h2 a{
	text-decoration: none;
	margin-left: 20px;
	color: #fff;
}

#footer .copyright{
	text-align: center;
	background: #1f3448;
	color: #3e6184;
	min-height: 70px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 10px 20px;
}




@media only screen and (max-width: 399.99999px){

#slider_img{
	height: 640px;
	background-size: cover;
	background-position: right top !important;
}

#slider_img h2{
	margin: auto;
  	margin-top: 50px;
  	margin-bottom: 45px;
  	font-size: 25px;
  	text-align: center;
}

#slider_img h1{
	margin: auto;
  	margin-bottom: 45px;
  	font-size: 35px;
  	text-align: center;
}

#slider_img #slide_contact a{
  margin: auto;
  margin-bottom: 10px;
  font-size: 25px;
  background-color: #8c001a;
  display: block;
  width: 200px;
  padding: 5px 20px;
  text-align: center;
}

#nav_wrapper ul#menu li a{
	padding: 7px 10px;
}

#nav_wrapper #nav_link h3{
	font-size: 16px;
	margin-right: 0px;
	padding: 10px 20px;
}

#nav_wrapper ul#menu li#home{
  top: -22px;
}

#nav_wrapper ul#menu #main_menu{
	display: none;
	width: 100%;
	background-color: #2a4560;
	text-align: left;
	position: absolute;
	top: 72px;
	
}

#nav_wrapper ul#menu #main_menu li{
	display: block;
	height: 35px;
  	line-height: 35px;
  	width: 100%;
  	text-align: left;
  	border-bottom: 1px solid #fff;
  	padding: 0px 10px;
  	position: relative;
}

#nav_wrapper ul#menu #main_menu li:last-child{
	border-bottom: 0px solid transparent;
}

#nav_wrapper ul#menu #main_menu li a{
	width: 50%;
}

#nav_wrapper ul#menu #main_menu li ul li a{
	width: 100%;
}

#nav_wrapper ul#menu li a {
	height: 33px;
  	line-height: 33px;
  	padding: 0 0;
  	font-size: 14px;
}

#nav_wrapper ul#menu li#home img{
  width: 300px;
  height: auto;
}

#nav_wrapper ul ul{
	top: 35px;
	left: 0px;
	background-color: #484e53;
}

#nav_wrapper ul ul li{
	height: 30px !important;
	line-height: 30px !important;
}

#nav_wrapper ul ul li a{
	padding-left: 20px !important;
	height: 29px !important;
	line-height: 29px !important;
}

#mobile_menu{
	display: block;
}

#home_wrapper .each_2part p {
	padding-right: 30px;
	text-align: justify;
}

#home_wrapper #the_2part_wrap{
	padding-bottom: 20px;
}

#home_wrapper .each_4part{
	margin: 0%;
	margin-bottom: 20px;
}

#home_wrapper #why_chose{
	padding: 10px 20px;
}

#home_wrapper h2#why_us{
	margin-top: 40px;
	margin-bottom: 40px;
}

#page_wrapper .each_2in3part{
	/*width: 66.66%;*/
	padding: 50px 20px;
}

#hero_img h2{
  	margin-top: 50px;
	font-size: 25px;
	line-height: 40px;
}


#ecommerce .ecomm_parts img{
	width: 170px;
	text-align: center;
	display: block;
	margin: auto auto;
}

.col-s-1{width:8.33%;}
.col-s-2{width:16.66%;}
.spec_3{width: 23%}
.col-s-3{width:25.00%;}
.col-s-4{width:33.33%;}
.col-s-5{width:41.66%;}
.col-s-6{width:50.00%;}
.col-s-7{width:58.33%;}
.col-s-8{width:66.66%;}
.col-s-9{width:75.00%;}
.col-s-10{width:83.33%;}
.col-s-11{width:91.66%;}
.col-s-12{width:100.00%;}
}





@media only screen and (min-width: 400px) and (max-width: 999.999px){

#slider_img{
	height: 640px;
	background-size: cover;
	background-position: right top !important;
}

#slider_img h2{
	margin: auto;
  	margin-top: 50px;
  	margin-bottom: 45px;
  	font-size: 25px;
  	text-align: center;
}

#slider_img h1{
	margin: auto;
  	margin-bottom: 45px;
  	font-size: 35px;
  	text-align: center;
}

#slider_img #slide_contact a{
  margin: auto;
  margin-bottom: 10px;
  font-size: 25px;
  background-color: #8c001a;
  display: block;
  width: 200px;
  padding: 5px 20px;
  text-align: center;
}

#nav_wrapper ul#menu li a{
	padding: 7px 10px;
}

#nav_wrapper #nav_link h3{
	font-size: 16px;
	margin-right: 0px;
	padding: 10px 20px;
}

#nav_wrapper ul#menu li#home{
  top: -22px;
}

#nav_wrapper ul#menu #main_menu{
	display: none;
	width: 100%;
	background-color: #2a4560;
	text-align: left;
	position: absolute;
	top: 72px;
	
}

#nav_wrapper ul#menu #main_menu li{
	display: block;
	height: 35px;
  	line-height: 35px;
  	width: 100%;
  	text-align: left;
  	border-bottom: 1px solid #fff;
  	padding: 0px 10px;
  	position: relative;
}

#nav_wrapper ul#menu #main_menu li:last-child{
	border-bottom: 0px solid transparent;
}

#nav_wrapper ul#menu #main_menu li a{
	width: 50%;
}

#nav_wrapper ul#menu #main_menu li ul li a{
	width: 100%;
}

#nav_wrapper ul#menu li a {
	height: 33px;
  	line-height: 33px;
  	padding: 0 0;
  	font-size: 14px;
}

#nav_wrapper ul#menu li#home img{
  width: 300px;
  height: auto;
}

#nav_wrapper ul ul{
	top: 35px;
	left: 0px;
	background-color: #484e53;
}

#nav_wrapper ul ul li{
	height: 30px !important;
	line-height: 30px !important;
}

#nav_wrapper ul ul li a{
	padding-left: 20px !important;
	height: 29px !important;
	line-height: 29px !important;
}

#mobile_menu{
	display: block;
}

#home_wrapper .each_2part p {
	padding-right: 30px;
	text-align: justify;
}

#home_wrapper #the_2part_wrap{
	padding-bottom: 20px;
}

#home_wrapper .each_4part{
	margin: 0%;
	margin-bottom: 20px;
}

#home_wrapper #why_chose{
	padding: 10px 20px;
}

#home_wrapper h2#why_us{
	margin-top: 40px;
	margin-bottom: 40px;
}

#page_wrapper .each_2in3part{
	/*width: 66.66%;*/
	padding: 50px 20px;
}

#hero_img h2{
  	margin-top: 50px;
	font-size: 25px;
	line-height: 40px;
}


#ecommerce .ecomm_parts img{
	width: 170px;
	text-align: center;
	display: block;
	margin: auto auto;
}



.col-m-1{width:8.33%;}
.col-m-2{width:16.66%;}
.spec_3{width: 23%}
.col-m-3{width:25.00%;}
.col-m-4{width:33.33%;}
.col-m-5{width:41.66%;}
.col-m-6{width:50.00%;}
.col-m-7{width:58.33%;}
.col-m-8{width:66.66%;}
.col-m-9{width:75.00%;}
.col-m-10{width:83.33%;}
.col-m-11{width:91.66%;}
.col-m-12{width:100.00%;}
}




@media only screen and (min-width: 1000px){

#slides{
	height: 350px;
}


#nav_wrapper ul#menu li a{
	padding: 7px 20px;
}

#ecommerce .ecomm_parts img{
	width: 80%;
	text-align: center;
	display: block;
	margin: auto auto;
}


.special{width:23%;}
.special2{width:32%;}
.special3{width:48%;}
.special4{width:16.66%;}
.col-1{width:8.33%;}
.col-2{width:16.66%;}
.spec_3{width: 23%}
.col-3{width:25.00%;}
.col-4{width:33.33%;}
.col-5{width:41.66%;}
.col-6{width:50.00%;}
.col-7{width:58.33%;}
.col-8{width:66.66%;}
.col-9{width:75.00%;}
.col-10{width:83.33%;}
.col-11{width:91.66%;}
.col-12{width:100.00%;}
}



