@charset "utf-8";

/*-- Global
----------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-size:62.5%;
}

body {
	width:100%;
	background-color:#d6d6d6;
}


/*-- Header Section
----------------------------------------------------------------------*/

#header {
	width:100%;
	height:auto;
	background:url(../img/header_bg.jpg) no-repeat top center;
	background-size:cover;
}
#slogan {
	display:table;
}
#phoneNumber {
	display:table;
}
#logo {
	height:auto;
	padding:40px 0px;
	/*width:100%;*/
	/*background:green;*/
}
#slogan2 {
	display:table;
}
#phoneNumber2 {
	display:table;
}
#logo2 {
	height:auto;
	padding:20px 0px;
	/*width:100%;*/
	/*background:green;*/
}
#slogan3 {
	display:table;
}
#phoneNumber3 {
	display:table;
}
#logo3 {
	height:auto;
	padding:10px 0px;
	/*width:100%;*/
	/*background:green;*/
}

#nav_bar {
	height:50px;
	width:100%;
	border-top:solid 2px #fff;
	text-transform:uppercase;
}
.drop_bg {
	background:url(../img/header_bg.jpg) no-repeat top center;
	background-size:cover;
	min-height:100px;
}

/*-- Content Section
----------------------------------------------------------------------*/
	
#content {
	width:100%;
	min-height:500px;
}
#slider {
	min-height:150px !important;
	/*max-height:302px;*/
	/*background:green;*/
	/*margin-top:45px;*/
	margin-top:4.5rem;
	padding:0 !important;
	margin-left:10px !important;
	width:100% !important;
}
#slider2 {
	min-width:100% !important;
	/*min-height:102px;*/
	/*max-height:302px;*/
	/*background:green;*/
	/*margin-top:45px;*/
	margin-top:4.5rem;
	padding:0 !important;
	margin-left:10px !important;
	width:100% !important;
}
#slider img {
	min-height:150px !important;
	/* width:100% !important; */
	/* position:absolute; */
	/*border-top:solid 1px #cccdcf;
	border-left:solid 1px #cccdcf;
	border-right:solid 1px #cccdcf;*/
	width: 100% !important;
	margin-left: -10px;
}

#slider ul, #slider2 ul  {
	width:100% !important;
}
#slider li {
}





#slider_text {
	width:100%;
	/*height:68px;*/
}
.slider_text_box {
	width:100%;
	height:auto;
	border-top:solid 3px #fff;
}


#header_box {
	min-height:65px;
	/*margin-top:40px;
	padding-left:40px;
	padding-right:40px;*/
	margin-top:4.0rem;
	padding-left:4.0rem;
	padding-right:4.0rem;
}
#content_box {
	width:100%;
	min-height:100px;
	/*margin-top:30px;
	margin-bottom:45px;
	padding-bottom:45px;*/
	border-bottom:solid 1px #e0e0e0;
	/*padding-left:40px;
	padding-right:40px;*/
	margin-top:3.0rem;
	margin-bottom:4.5rem;
	padding-bottom:4.5rem;
	padding-left:4.0rem;
	padding-right:4.0rem;
}
#service_boxes {
	margin-bottom:5rem;
}
.mini_box {
	max-height:138px;
	/*max-height:13.8rem;*/
	/*background:orange;*/
	margin:1% 0;
}
.mini_box a {
	background:url(../img/service_box_menu.png) no-repeat center center;
	display: block;
	width: 99%;
	background-size: contain;
	text-decoration:none;
}
.mini_box a > p:hover {
	text-decoration:none;
	color:#98ce13;
}
.mini_box p {
	position: absolute;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	/* padding-top: 39%; */
	/* margin-left: 18%; */
	width: 100%;
	text-align: center;
	/* top: 10px; */
	bottom: -10px;
}
.mini_box img {
	z-index:-1;
	position:relative;
}


/*-- Footer Section
----------------------------------------------------------------------*/
	
#footer_01 {
	width:100%;
	min-height:72px;
	background:#232021;
	border-bottom:solid 1px #424143;
}
#footer {
	width:100%;
	min-height:66px;
	background:#232021;
}
.mini_box2 {
	/*max-height:70px;
	max-height:7.0rem;*/
	/*background:orange;*/
	margin-bottom:1%;
}


/*-- media queries Section
----------------------------------------------------------------------*/

