

							/*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: 0px !important;
	font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
	z-index: 1;
}

.page_width{
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding: 0 40px;	
}

.left_float{
	float: left !important;
}

.right_float{
	float: right !important;
}

.active_link2{
	background-color: #00a602 !important;
}

.clear{
	clear: both;
}

.page_head{
	color: #871603;
	text-align: center;
	font-size: 30px;
	margin: 30px 0px;
}



.scroll_to_top{
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #252525;
	position: fixed;
	right: 50px;
	bottom: 20px;
	opacity: 0.4;
	display: none;
	z-index: 999;
	background: transparent url(../images/uppp.png) no-repeat scroll center right;
	background-size: contain;
	background-color: #252525;
}

.scroll_to_top:hover{
	cursor: pointer;
	background-color: #2d81b5;
}

/*iframe:first{
	display: none;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
}

.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}

.skiptranslate, .goog-te-gadget, .goog-te-menu-value{
	display: none !important;
}*/

.VIpgJd-ZVi9od-ORHb-OEVmcd{
    display: none;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
}

.VIpgJd-ZVi9od-aZ2wEe, .VIpgJd-ZVi9od-aZ2wEe-wOHMyf, 
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    display: none;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
}

.goog-te-banner-frame{
	display: none !important;
	height: 0px !important;
	float: right;
	position: right 0px !important;
	/*left:  !important;*/
}

#google_translate_element{
	text-align: right !important;
	padding-right: 100px;
}

.goog-te-combo{
	color: #fff !important;
	background-color: #1a577e !important;
	padding: 3px 10px;
	border-radius: 3px;
	border: 1px solid #1a577e !important;
}

.goog-te-combo option{
	/*background-color: #2d81b5;*/
	background-color: #fff;
	color: #000 !important;
}


									/*Navigation code*/

#nav_wrapper{
	padding: 0 60px;
}


#nav_wrapper #nav_top{
	text-align: center;
	list-style-type: none;
	color: #0072bf;
	position: relative;
	margin-bottom: 10px;
	height: 38px;
}

#nav_wrapper #nav_top a{
	color: #0072bf;
	text-decoration: none;
}


#nav_wrapper #nav_top a:hover{
	opacity: 0.85;
}

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

#nav_wrapper ul#langs{
	padding: 15px 0px;
}


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

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

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

#nav_wrapper #nav_middle{

}

/*#nav_wrapper #nav_middle #logo img{
	width: 200px;
	padding: 0 0 10px 0;
}*/

#nav_wrapper #nav_bottom #logo img{
	width: 230px;
	padding: 0 0 10px 0;
}

#nav_wrapper #nav_bottom{
	/*border-top: 1px solid rgba(155,155,155,0.3);*/
	padding-bottom: 20px;
}

#nav_wrapper #nav_bottom .with_drop{
	padding-right: 20px !important;
	background: transparent url(../images/list.png) no-repeat scroll center right;
}

#nav_wrapper #nav_bottom #top_mail{
	position: absolute;
	top: 10px;
}

#nav_wrapper #nav_bottom #icon_mail{
	background: transparent url(../images/icon_mail.png) no-repeat scroll center left;
	background-size: 15px 15px;
	padding-left: 20px;
}

#nav_wrapper #nav_bottom #icon_phone{
	background: transparent url(../images/icon_phone.png) no-repeat scroll center left;
	background-size: 15px 15px;
	padding-left: 20px;
}

#nav_wrapper ul#menu{
	position: relative !important;
	border-radius: 4px;
	margin: 0px auto;
	text-align: center;
}

#nav_wrapper ul#menu li{
	list-style-type: none;
	display: inline-block;
	position: relative;
	padding-right: 3px;
}

#nav_wrapper ul#menu li:hover > a{
	color: #1ccdca !important;
}

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

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

#nav_wrapper ul#menu li a{
	display: inline;
	text-decoration: none;
	color: #324545 ;
	display: inline-block;
	padding: 5px 15px !important;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	transition: color 0.3s ease-in-out 0s;
}

#nav_wrapper ul#menu li a:hover{
	/*opacity: .7;*/
	color: #1ccdca;
}

#nav_wrapper ul ul{
	/*display:  none;*/
	position: absolute;
	opacity: 0;
  	visibility: hidden;
	position: absolute;
	top: 120px;
	z-index: 99999999;
	text-align: left;
	background-color: #fff;
	color: #fff;
	width: 220px;
	padding-top: 35px;
	/*background-color: red;*/
	border-radius: 0px 0px 3px 3px;
	transition: all 200ms linear 0s;
}


#nav_wrapper ul ul li{
	display: block !important;
	text-align: left;
	z-index: 99999999;
	/*padding: 5px 0px 5px 1px !important;*/
	margin: 0px !important;
	border-top: 1px solid #e2e2e2 !important;
}


#nav_wrapper ul ul li:hover{
	border-top: 1px solid #1ccdca !important;
	background-color: rgba(0, 0, 0, 0.02);
}

#nav_wrapper ul ul li:first-child{
	border-top: 1px solid #1ccdca !important;
}

#nav_wrapper ul ul li a{
	display: block !important;
	text-align: left;
	z-index: 99999999;
	line-height: 30px !important;
	/*padding: 20px 0px 20px 5px !important;*/
	margin: 0px !important;
	font-size: 12px !important;
	font-weight: normal !important;
	color: #555555 !important;
	text-transform: uppercase !important;
}



#nav_wrapper ul ul li a:hover{
	color: #1ccdca !important;
}


#nav_wrapper ul li:hover>ul {
	display: block;
	top: 20px;
	visibility: visible;
	opacity: 1;
	z-index: 999999999;
	transition: all 200ms linear 0s;
}


#mobile_menu{
	background-color: #fff;
	height: 45px;
	width: 40px;
	border-radius: 1px;
	position: absolute;
	top: 20px;
	right: 5px;
	padding: 5px 5px 5px 5px;
	cursor: pointer;
	display: none;
	border: 2px solid #1a577e;
	overflow: hidden;
}

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

}


									

											/*Code for slider*/


.slides{
	width: 100%;
	padding-right: relative;
	z-index: 999999 !important;
	height: 500px !important;
}

.container {
  padding: 10px 15px;
}

.skyblue {
    color: #22c8ff;
}

.carousel-indicators {
    bottom: 0;
}


.carousel {
    position: relative !important;
    z-index: -1 !important;
    height: 500px !important;
    overflow: hidden;
}

.carousel-control{
	height: 113px;
    width: 47px;
    /*background-color: red;*/
    position: static !important;
	/*top: 300px;*/
}

.carousel-control.right,
.carousel-control.left {
    background-image: none !important;
}

.carousel-control .control{
	position: absolute;
	height: 113px;
    width: 47px;
    display: block;
    cursor: pointer;
}

.carousel-control #left_cont{
	left: 0px;
	top: 200px;
	background: transparent url(../images/campaignSlideshowNav-arrows.png) no-repeat scroll 0 0;
}

.carousel-control #left_cont:hover{
	cursor: pointer;
	background-color: rgba(222, 227, 229, 0.4);
}

.carousel-control #right_cont{
	right: 0px;
	top: 200px;
	background: transparent url(../images/campaignSlideshowNav-arrows.png) no-repeat scroll -46px 0;
}

.carousel-control #right_cont:hover{
	cursor: pointer;
	background-color: rgba(222, 227, 229, 0.4);
}

.carousel-inner > .item > img{
	width: 100%;
	object-fit: cover !important;
}

.carousel-item {
    min-height: 350px; 
    height: 100%;
    width:100%; 
}

.carousel-caption{
	max-width: 500px;
	text-align: left;
	position: absolute;
	left: 0px !important;
	top: 0px !important;
	bottom: 0px !important;
	padding-left: 60px;
	padding-top: 180px !important;
	display: block;
	background: linear-gradient(90deg,#797979 0%,#4c4a42 35%,rgba(91, 75, 75, 0) 100%);
}



.carousel-caption h4{
    color: #1ccdca;
    font-size: 23px;
    text-align: left;
    font-weight: bold;
    background-color: #fff;
    padding: 15px 20px;
    width: 450px;
}



.carousel-caption h2{
    font-size: 15px;
    text-align: left;
    font-weight: normal;
    padding: 10px 20px;
    background-color: #423b32;
	color: #fff;
	width: 300px;
}

.carousel-caption p{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	background-color: #1ccdca;
	padding: 15px 20px;
	margin-top: -10px;
	margin-bottom: -20px;
	width: 400px;
}

.carousel-caption h1{
	color: #fff;
    font-size: 55px;
    text-align: left;
    font-weight: bold;
}

.carousel-caption small{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.carousel-caption b{
	font-size: 40px;
}





										/*Code for homepage*/

#home_page{
	/*padding: 0 40px;*/
}									

#home_page #tour{
	padding: 30px 50px;
	width: 100%;
	/*position: relative;*/
}

#home_page #tour #tour_line{
	position: relative;
	width: 500px;
	margin: auto;
}

#home_page #tour #tourline1{
	width: 100px;
	height: 2px;
	background-color: #1cc6df;
	margin: auto;
}

#home_page #tour #tourline1:hover{
	width: 300px;
}

#home_page #tour #tourline2{
	width: 400px;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.07);
	margin: auto;
	margin-top: -2px;
}

#home_page #tour #tourcirc{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #1cc6df;
	background-color: #fff;
	margin: auto;
	position: absolute;
	top: -4px;
	left: 245px;
}

#home_page #tour h2{
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/*#home_page #home_4part{
	position: relative;
}*/

#home_page #home_4part .home_4parts_wrap{
	padding: 0px 10px;
	/*background-color: red;*/
}

#home_page #home_4part .home_4parts{
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	position: relative;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 330px;
	text-align: center;
	margin-bottom: 70px;
}

#home_page #home_4part .home_4parts:hover>a{
	color: #1ccdca;
	transition: color 0.3s ease-in-out 0s;
}

#home_page #home_4part .home_4parts:hover>.home_img_rot{
	transform: rotate(45deg);
	/*transform: translateX(50%) rotate(45deg);*/
	transition: transform 0.3s ease-in-out 0s;
}

#home_page #home_4part .home_4parts a{
	text-decoration: none;
	color: #666666;
	transition: color 0.3s ease-in-out 0s;
}

#home_page #home_4part .home_4parts a h3{
	font-size: 18px;
	text-transform: uppercase;
	transition: color 0.3s ease-in-out 0s;
}

#home_page #home_4part .home_4parts p{
	line-height: 24px;
	font-size: 14px;
}

#home_page #home_4part .home_4parts .home_img_rot{
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	width: 90px;
	height: 90px;
	padding: 10px;
	position: absolute;
	top: -46px;
	left: 33%;
	background-color: #fff;
	transition: transform 0.3s ease-in-out 0s;
}

#home_page #home_4part .home_4parts .home_img_rot img{
	width: 100%;
	border-radius: 3px;
}

#home_page #home_4part .pluss{
	width: 35px;
	height: 35px;
	padding: 5px;
	border-radius: 50%;
	border: 1px solid #e7e7e7;
	background-color: #fff;
	text-align: center;
	position: absolute;
	left: 42%;
	bottom: -18px;
	transition: background-color 0.3s ease-in-out 0s;
}

#home_page #home_4part .pluss:hover{
	background-color: #636666;
	transition: background-color 0.3s ease-in-out 0s;
}

#home_page #home_4part .pluss img{
	text-align: center;
	margin: auto;
	margin-top: 3px;
	display: block;
}


#home_page #home_3_parts{
	background: #f9fafc;
  	border-bottom: 1px solid #eaebed;
  	border-top: 1px solid #eaebed;
  	padding: 50px 50px;
}

#home_page #home_3_parts .home_3part{
	text-align: center;
	padding: 20px 15px;
	min-height: 400px;
	margin-bottom: 30px;
	position: relative;
}

#home_page #home_3_parts .home_3part .home_3part_img{
	border-radius: 50%;
	width: 100px;
	border: 1px solid #eaebed;
	margin: auto;
	transition: transform 0.3s ease-in-out 0s;
}

#home_page #home_3_parts .home_3part .home_3part_img img{
	width: 100%;
	border-radius: 50%;
}


#home_page #home_3_parts .home_3part:hover>a{
	color: #1ccdca;
	transition: color 0.3s ease-in-out 0s;
}

#home_page #home_3_parts .home_3part:hover>.home_3part_img{
	transform: rotate(-45deg);
	/*transform: translateX(50%) rotate(45deg);*/
	transition: transform 0.3s ease-in-out 0s;
}
#home_page #home_3_parts .home_3part a{
	text-decoration: none;
	color: #666666;
	transition: color 0.3s ease-in-out 0s;
}

#home_page #home_3_parts .home_3part a h3{
	font-size: 18px;
	text-transform: uppercase;
	transition: color 0.3s ease-in-out 0s;
}

#home_page #home_3_parts .pluss{
	width: 35px;
	height: 35px;
	padding: 5px;
	border-radius: 50%;
	border: 1px solid #e7e7e7;
	background-color: #fff;
	text-align: center;
	position: absolute;
	left: 43%;
	bottom: 0px;
	transition: background-color 0.3s ease-in-out 0s;
}

#home_page #home_3_parts .pluss:hover{
	background-color: #636666;
	transition: background-color 0.3s ease-in-out 0s;
}

#home_page #who_we_are{
	text-align: center;
	padding: 20px 50px;
}

#home_page #who_we_are #tour_line{
	position: relative;
	width: 500px;
	margin: auto;
}

#home_page #who_we_are #tourline11{
	width: 100px;
	height: 2px;
	background-color: #1cc6df;
	margin: auto;
}

#home_page #who_we_are #tourline11:hover{
	width: 300px;
}

#home_page #who_we_are #tourline2{
	width: 400px;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.07);
	margin: auto;
	margin-top: -2px;
	
}

#home_page #who_we_are #tourcirc{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #1cc6df;
	background-color: #fff;
	margin: auto;
	position: absolute;
	top: -4px;
	left: 245px;
}

#home_page #who_we_are h2{
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 30px;
}

#home_page #who_we_are p{
	max-width: 600px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 30px;
}

#home_page #who_we_are img{
	width: 100%;
}

#home_page #profile{
	padding: 20px 50px;
	background-color: #e1e1e1;
}

#home_page #profile h2{
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 30px;
}


#home_page #profile p{
	/*max-width: 1000px;*/
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#home_page #profile ul{
	list-style-type: none;
	list-style-position: inside;
}

#home_page #profile ul li{
	background: transparent url(../images/check_mark.png) no-repeat scroll center left;
	background-size: 12px 12px;
	padding-left: 15px;
}

#home_page #profile #tour_line{
	position: relative;
	width: 500px;
	margin: auto;
}

#home_page #profile #tourline111{
	width: 100px;
	height: 2px;
	background-color: #1cc6df;
	margin: auto;
}

#home_page #profile #tourline111:hover{
	width: 300px;
}

#home_page #profile #tourline2{
	width: 400px;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.07);
	margin: auto;
	margin-top: -2px;
	
}

#home_page #profile #tourcirc{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #1cc6df;
	background-color: #fff;
	margin: auto;
	position: absolute;
	top: -4px;
	left: 245px;
}

#home_page #our_biz h2{
	text-align: center;
}

#home_page #our_biz #tour_line{
	position: relative;
	width: 500px;
	margin: auto;
}

#home_page #our_biz #tourline1111{
	width: 100px;
	height: 2px;
	background-color: #1cc6df;
	margin: auto;
}

#home_page #our_biz #tourline1111:hover{
	width: 300px;
}

#home_page #our_biz #tourline2{
	width: 400px;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.07);
	margin: auto;
	margin-top: -2px;
	
}

#home_page #our_biz #tourcirc{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #1cc6df;
	background-color: #fff;
	margin: auto;
	position: absolute;
	top: -4px;
	left: 245px;
}

#home_page #our_biz{
	background-color: #684060;
	padding: 40px 10px;
}

#home_page #our_biz h2{
	color: #fff;
}

#home_page #our_biz .home_2part{
	padding: 10px 20px;
	margin-top: 20px;
}



#home_page #our_biz .home_2part h3{
	color: #fff;
}

#home_page #our_biz .home_2part_img{
	width: 100px;
}

#home_page #our_biz .home_2part_img img{
	width: 100%;
	border-radius: 5px;
	background-color: #1ab8cf;
}

#home_page #our_biz .biz_wu_l{
	margin-left: 20px;
}

#home_page #our_biz .biz_wu_l a{
	text-align: left;
	display: block;
	text-decoration: none;
	color: #1ccdca;
	background: transparent url(../images/link-arrow-white.png) no-repeat scroll 80px 5px;
	background-size: 12px 10px;
	padding-right: 20px;
}

#home_page #our_biz .biz_wu_l a:hover{
	text-decoration: underline;
}

#home_page #our_biz .biz_wu_r{
	margin-right: 20px;
}

#home_page #our_biz .biz_wu_r a{
	text-align: right;
	display: block;
	text-decoration: none;
	color: #1ccdca;
	background: transparent url(../images/link-arrow-white.png) no-repeat scroll center right;
	background-size: 12px 10px;
	padding-right: 20px;
}

#home_page #our_biz .biz_wu_r a:hover{
	text-decoration: underline;
}



			/*Code for pages*/

#pages{
	/*padding: 0 50px;*/
}

#pages #hero_img{
	position: relative;
}

/*#pages #hero_img h3{
	position: absolute;
	top: 150px;
	left: 40%;
	color: #fff;
}*/

#pages #hero_img img{
	width: 100%;
	height: 400px;
}

#pages #pages_body{
	padding: 20px 50px;
	background: #e8dbba;
}


#pages .gold{
  color: #ac8008;
}

#pages .big_p{
	font-size: 20px;
	line-height: 25px;
}

#pages .page_each3{
	padding: 20px 10px;
}

#pages .page_each3 .page_part_img{
	text-align: center;
	display: block;
	margin: auto;
	width: 120px;
	height: 120px;
}

#pages .page_each3 .page_part_img img{
	width: 100%;
}

#pages .page_each3 h2{
	text-align: center;
}

#pages .page_each3 ul{
	padding-left: 20px;
}

#pages .page_each3 ul li{
	list-style-position: outside;
	list-style-type: square;
}

#pages ul#board_m{
	font-size: 18px;
	padding-left: 20px;
}

#pages ul#board_m li{
	list-style-type: square;
}

#pages ul#cred{
	font-size: 18px;
	padding-left: 20px;
}

#pages ul#cred li{
	list-style-type: square;
}

#pages ul#corp_inv{
	font-size: 18px;
	padding-left: 20px;
}

#pages ul#corp_inv li{
	list-style-type: square;
}








#contct{
	padding: 0 60px;
	background-color: #e6d9b4;
}


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

#contct .page_textarea{
	resize: vertical;
}

#contct .page_submit{
	padding: 10px 5px;
	width: 140px;
	height: 44px;
	margin: 10px 30% 30px;
	display: block;
	color: #fff;
	border: none;
	background-color: #1a577e;;
	font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 3px;
	display: none;
}

#contct .page_submit:hover{
	cursor: pointer;
}

#contct #subm{
	padding: 10px 5px;
	width: 140px;
	height: 44px;
	line-height: 25px;
	margin: 10px 30% 30px;
	display: block;
	color: #fff;
	border: none;
	background-color: #1a577e;;
	font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

#contct #addr{
	padding-left: 20px;
}

#contct #contact_feedbk{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: red;
}

#contct h1{
	font-size: 50px;
	padding: 40px 20px;
	/*background-color: #2d81b5 !important;*/
	color: #ac8008;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 0px;
}




					/*Code for footer*/
#footer #foot_a{
	background-color: #1a577e !important;
	padding: 30px 60px;
}

#footer #foot_a .footer_sections{
	padding-right: 20px;
	/*background-color: red;*/
}

#footer #foot_a img{
	margin-bottom: 20px;
}

#footer #foot_a #r_more a{
	color: #fff;
	background: transparent url(../images/link-arrow-white.png) no-repeat scroll 80px 10px;
	background-size: 12px 10px;
	font-size: 13px;
	margin-top: 20px;
	padding: 5px 10px;
	border-radius: 2px;
	background-color: #849cac;
	display: block;
	width: 120px;
	font-style: italic;
}

#footer #foot_a ul li{
	list-style-type: none;
	margin: 10px 0;
}

#footer #foot_a ul li a{
	text-decoration: none;
	color: #fff;
	border: 1px solid #9b8d8d;
	border-radius: 2px;
	display: block;
	width: 200px;
	background-color: #849cac;
	text-align: center;
	padding: 5px 20px;
}

#footer p{
	color: #fff;
	font-size: 13px;
}

#footer p.capit{
	color: #ccc;
	font-size: 15px;
	text-transform: uppercase;
	/*font-weight: bold;*/
}

#footer h4{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#footer #foot_b{
	color: #989898;
	background-color: #131719 !important;
	padding: 30px 60px;
}


#footer #foot_b p{
	color: #989898;
	font-size: 13px;
}

#footer #foot_b ul{
	text-align: right;
}

#footer #foot_b ul li{
	list-style-type: none;
	display: inline;
	margin-right: 20px;
	padding-left: 20px;

}

#footer #foot_b ul li a{
	text-decoration: none;
	color: #989898;
	font-size: 13px;
}

#footer #foot_b ul li a:hover{
	text-decoration: underline;
}




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

.carousel-inner > .item > a > img, .carousel-inner > .item > img{
	/*height: 150px;*/
	height: 500px !important;
	/*width: 300px;*/
	width: auto !important;
	object-fit: cover !important;
}

.carousel-control .control{
	display: none;
}


.carousel-indicators {
    bottom: -10px !important;
    left: 60px !important;
}

.carousel-caption{
  	background: none;
   	padding-top: 200px !important;
	padding-left: 10px !important;
}

.carousel-caption h4{
	font-size: 11px;
	padding: 5px 10px;
    width: 210px;
}

.carousel-caption h2{
    font-size: 12px;
	padding: 10px 10px;
	width: 120px;
}

.carousel-caption p{
	font-size: 11px;
	padding: 5px 10px;
	width: 170px;
}

#mobile_menu{
	display: block;
}

#nav_wrapper ul#menu{
	padding: 70px 0px 0px 0px;
	width: 95%;

}

#nav_wrapper ul#menu li{
	list-style-type: none;
	display: block;
	background-color: #1a577e;
	border-bottom: 1px solid #fff;
}

#nav_wrapper ul#menu li a{
	padding: 7px 0px;
	line-height: 40px;
	height: 40px;
	color: #fff;
}

#nav_wrapper ul#menu li#logo a img{
	width: 200px;
}

#nav_wrapper ul#menu #menu_wrap{
	display: none;
	z-index: 1;
	position: relative;
	background-color: #fff;
}

#nav_wrapper ul#menu li.with_sub::after{
	top: 60%;
  	right: 35px;
  	background-image: url(../images/icon_arrow_down.png);
}

#nav_wrapper ul li:hover>ul {
	top: 5px;
}

#nav_wrapper ul ul{
	background-color: transparent;
	left: calc(50% - 110px);
}

#nav_wrapper ul ul li{
	background-color: #1e80bf !important;
}

#nav_wrapper ul ul li a{
	color: #fff !important;
}

#nav_wrapper{
	padding: 0 10px;
}

#nav_wrapper #nav_bottom #top_mail{
	position: absolute;
	top: 50px;
}

#nav_wrapper #nav_bottom #icon_phone{
	display: block;
	margin-top: 10px;
}


#home_page{
	padding: 0 10px;
}

#home_page #tour #tour_line, #home_page #who_we_are #tour_line,
#home_page #profile #tour_line, #home_page #our_biz #tour_line{
	width: 350px;
}



#home_page #tour #tourline2, #home_page #who_we_are #tourline2,
#home_page #profile #tourline2, #home_page #our_biz #tourline2{
	width: 300px;
}


#home_page #tour #tourcirc{
	left: 170px;
}

#home_page #who_we_are #tourcirc,
#home_page #profile #tourcirc, #home_page #our_biz #tourcirc{
	left: 170px;
}


#pages #hero_img img{
	/*height: 150px;*/
	height: 300px !important;
	/*width: 300px;*/
	width: auto !important;
	object-fit: cover !important;
}

#pages #pages_body{
	padding: 20px 10px;
}

#pages .big_p{
	font-size: 14px;
	line-height: 18px;
}

#home_page #tour{
	padding: 20px 10px;
}

#home_page #home_3_parts{
	padding: 30px 10px;
}

#home_page #who_we_are{
	padding: 20px 10px;
}
#home_page #profile{
	padding: 20px 10px;
}

#footer #foot_a{
	background-color: #1a577e !important;
	padding: 30px 10px;
}


.col-s-1{width:8.33%;}
.col-s-2{width:16.66%;}
.col-s-2_1{width:20%;}
.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: 1000.999px){

.carousel-inner > .item > a > img, .carousel-inner > .item > img{
	/*height: 150px;*/
	height: 500px !important;
	/*width: 300px;*/
	width: auto !important;
	object-fit: cover !important;
}

.carousel-control .control{
	display: none;
}


.carousel-indicators {
    bottom: -10px !important;
    left: 60px !important;
}

.carousel-caption{
  	background: none;
   	padding-top: 200px !important;
	padding-left: 10px !important;
}

.carousel-caption h4{
	font-size: 11px;
	padding: 5px 10px;
    width: 210px;
}

.carousel-caption h2{
    font-size: 12px;
	padding: 10px 10px;
	width: 120px;
}

.carousel-caption p{
	font-size: 11px;
	padding: 5px 10px;
	width: 170px;
}

#mobile_menu{
	display: block;
}

#nav_wrapper ul#menu{
	padding: 70px 0px 0px 0px;
	width: 95%;

}

#nav_wrapper ul#menu li{
	list-style-type: none;
	display: block;
	background-color: #1a577e;
	border-bottom: 1px solid #fff;
}

#nav_wrapper ul#menu li a{
	padding: 7px 0px;
	line-height: 40px;
	height: 40px;
	color: #fff;
}

#nav_wrapper ul#menu li#logo a img{
	width: 200px;
}

#nav_wrapper ul#menu #menu_wrap{
	display: none;
	z-index: 1;
	position: relative;
	background-color: #fff;
}

#nav_wrapper ul#menu li.with_sub::after{
	top: 60%;
  	right: 35px;
  	background-image: url(../images/icon_arrow_down.png);
}

#nav_wrapper ul li:hover>ul {
	top: 5px;
}

#nav_wrapper ul ul{
	background-color: transparent;
	left: calc(50% - 110px);
}

#nav_wrapper ul ul li{
	background-color: #1e80bf !important;
}

#nav_wrapper ul ul li a{
	color: #fff !important;
}

#nav_wrapper{
	padding: 0 10px;
}

#nav_wrapper #nav_bottom #top_mail{
	position: absolute;
	top: 50px;
}

#nav_wrapper #nav_bottom #icon_phone{
	display: block;
	margin-top: 10px;
}


#home_page{
	padding: 0 10px;
}

#home_page #tour #tour_line, #home_page #who_we_are #tour_line,
#home_page #profile #tour_line, #home_page #our_biz #tour_line{
	width: 350px;
}



#home_page #tour #tourline2, #home_page #who_we_are #tourline2,
#home_page #profile #tourline2, #home_page #our_biz #tourline2{
	width: 300px;
}


#home_page #tour #tourcirc{
	left: 170px;
}

#home_page #who_we_are #tourcirc,
#home_page #profile #tourcirc, #home_page #our_biz #tourcirc{
	left: 170px;
}


#pages #hero_img img{
	/*height: 150px;*/
	height: 300px !important;
	/*width: 300px;*/
	width: auto !important;
	object-fit: cover !important;
}

#pages #pages_body{
	padding: 20px 10px;
}

#pages .big_p{
	font-size: 14px;
	line-height: 18px;
}

#home_page #tour{
	padding: 20px 10px;
}

#home_page #home_3_parts{
	padding: 30px 10px;
}

#home_page #who_we_are{
	padding: 20px 10px;
}
#home_page #profile{
	padding: 20px 10px;
}

#footer #foot_a{
	background-color: #1a577e !important;
	padding: 30px 10px;
}


.col-m-1{width:8.33%;}
.col-m-2{width:16.66%;}
.col-m-2_1{width:20%;}
.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: 1001px){

#slides{
	height: 350px;
}

#mobile_menu{
	display: none;
}


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

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


.col-1{width:8.33%;}
.col-2{width:16.66%;}
.col-2_1{width:20%;}
.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%;}
}



