@import url('reset.css');
@import url('colorbox.css');

body, html { 
	background-color: #fff;
}
body {
	background-color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
}
* { -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}
a,
a:link,
a:active,
a:visited {
	outline: none;
	text-decoration: none;
}
.hidden {
	display: none;
	visibility: hidden;
}

/* <wrapper */
#wrapper {
	max-width: 1470px;
	position: relative;
	margin: 0 auto;
	z-index: 10;
}
/* wrapper> */

/* <header */
#header-wrapper {
	position: fixed;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 999999;
}
#header {
	background-color: #fff;
	margin: 0 auto;
	width: auto;
	max-width: 1470px;
}
.header {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 100px;
}
#logo {
	position: absolute;
	background-image: url('../images/maxbitservice-logo.jpg');
	background-repeat: no-repeat;
	top:0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 130px;
	height: 150px;
	text-indent: -9999px;
}
/* <nav */
#menu {
	position: absolute;
	top: 30px;
	right: 20px;
	bottom: auto;
	left: auto;
	width: 960px;
	height: 50px;
}
#menu ul {
	float: right;
	overflow: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	width: auto;
	height: 60px;
}
#menu ul li {
	float: left;
	display: inline;
	list-style-type: none;
	height: 40px;
	margin-left: 40px;
	text-align: right;
	line-height: 20px;
}
#menu ul li:first-child {
	margin-left: 0;
}
#menu ul li a {
	font-size: 12px;
	color: #a0a0a0;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 20px;
	cursor: pointer;
}
#menu ul li a span {
	display: block;
	background-image: url('../images/icons.png');
	background-repeat: no-repeat;
	width: auto;
	height: 20px;
	margin-bottom: 10px;
}
#menu ul li a#home span {
	background-position: 50% 0;
}
#menu ul li a#home:hover span {
	background-position: 50% -20px;
}
#menu ul li a#services span {
	background-position: 50% -40px;
}
#menu ul li a#services:hover span {
	background-position: 50% -60px;
}
#menu ul li a#gallery span {
	background-position: 50% -80px;
}
#menu ul li a#gallery:hover span {
	background-position: 50% -100px;
}
#menu ul li a#contact span {
	background-position: 50% -120px;
}
#menu ul li a#contact:hover span {
	background-position: 50% -140px;
}
#menu ul li a#facebook span {
	background-position: 50% -160px;
}
#menu ul li a#facebook:hover span {
	background-position: 50% -180px;
}
#menu ul li a:hover, #menu ul li.current a {
	color: #0080b2;
}
/* nav> */
/* header> */

/* sections */
.section {
	margin: 0 auto;
	z-index: 10;
	position: relative;
	width: auto;
	max-width: 1470px;
}
#section strong {
	font-weight: 700px;
}
.container {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

/* <section-1 */
#section-1 {
	background-color: #f4f4f4;
	width: auto;
	height: 580px;
	color: #fff;
	text-align: right;
}

/* <slides */
#slides {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 480px;
	padding-top: 100px;
}
#slides .slides {
	overflow: hidden;
	display: none;
	width: auto;
	width: 980px;
	height: 480px;
}
.slide-1, .slide-2, .slide-3 {
	background-repeat: no-repeat;
	background-position: 50% 100%;
	width: 980px;
	height: 480px;
}
#slides #pagination {
	position: absolute;
	top: 540px;
	width: 980px;
	height: 30px;
	text-align: center;
	z-index: 999;
}
#slides #pagination ul {
	float: right;
	display: inline-block;
	list-style-type: none;
	width: auto;
	height: 30px;
}
#slides #pagination ul li {
	display: inline-block;
	margin: 12px 14px 0 0;
}
#slides #pagination ul li:first-child {
	margin-left: 14px;
}
#slides #pagination ul li a {
	position: relative;
	display: block;
	background-color: #bebebe;
	width: 6px;
	height: 6px;
	border-radius: 20px;
		-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
	text-indent: -9999px;
}
#slides #pagination ul li.current a {
	background-color: #0080b2;
}
#slides #pagination ul li a:hover {
	background-color: #000;
}
#slides .next, #slides .prev {
	display: none;
	visibility: hidden;
}
/* slides> */

#section-1 h1 {
	position: absolute;
	top: 80px;
	right: 530px;
	bototm: auto;
	left: auto;
	font-size: 35px;
	color: #0080b2;
	font-weight: 300;
	line-height: 60px;
}
#section-1 .slide-2 h1 {
	right: 40px;
}
#section-1 p {
	position: absolute;
	top: 120px;
	right: 530px;
	bototm: auto;
	left: auto;
	width: 320px;
	font-size: 16px;
	color: #333;
	font-weight: 300;
	line-height: 20px;
}
#section-1 .slide-2 p {
	right: 40px;
}
/* section-1> */

/* <section-2 */
#section-2 {
	background-color: #008da8;
	width: auto;
	min-height: 1000px;
	padding-top: 200px;
	color: #fff;
}
#section-2 h1 {
	padding: 0 20px 30px 0;
	font-size: 40px;
	color: #fff;
	font-weight: 300;
}
#section-2 h4 {
	padding: 0;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
}
#section-2 h6 {
	padding: 0 20px 20px 0;
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	text-align: right;
}
#section-2 ul {
	list-style-type: none;
	margin: 20px 0 0 10px;
	line-height: 30px;
}
#section-2 ul li {
	background-image: url('../images/bullet-1.png');
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 25px;
}
#section-2 ul li ul {
	margin: 0 0 0 0;
	line-height: 20px;
}
#section-2 .col-1 {
	float: left;
	width: 550px;
	padding: 20px 30px 30px 0;
	text-align: justify;
}
#section-2 .col-2 {
	float: left;
	width: 430px;
	padding: 20px 0 30px 30px;
	text-align: justify;
}
#section-2 .col-3 {
	float: left;
	width: 240px;
	padding: 10px 30px 10px 0;
	text-align: justify;
}
#section-2 .col-4 {
	float: left;
	width: 740px;
	padding: 50px 0 10px 30px;
	text-align: justify;
}
/* section-2> */

/* <section-3 */
#section-3 {
	background-color: #f04f4f;
	width: auto;
	min-height: 600px;
	padding-top: 150px;
	color: #333;
}
#section-3 h1 {
	padding: 0 20px 10px 0;
	font-size: 40px;
	color: #fff;
	font-weight: 300;
	text-align: right;
}
#section-3 h6 {
	padding: 0 20px 20px 0;
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	text-align: right;
}
#section-3 .col-1 {
	float: left;
	width: 430px;
	padding: 0 30px 30px 0;
	text-align: justify;
}
#section-3 .col-2 {
	float: left;
	width: 550px;
	padding: 0 0 30px 30px;
	text-align: justify;
}

/* <gallery */
.gallery {
	overflow: hidden;
	margin: 20px 0;
}
.gallery a {
	float: left;
	position: relative;
	display: block;
	width: 80px;
	height: 130px;
	margin: 0 0 20px 20px;
}
.gallery a.first {
	margin-left: 0;
}
.gallery a img {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0
	width: 80px;
	height: 80px;
	border: 5px solid #fff;
}
.gallery a:hover img {
	border-color: #000;
}
.gallery a span {
	position: absolute;
	top: 90px;
	right: auto;
	bottom: auto;
	left: 0
	width: 80px;
	height: 40px;
	font-size: 11px;
	color: #fff;
	line-height: 12px;
}
.gallery a:hover span {
	color: #000;
}
/* gallery> */
/* section-3> */

/* <section-4 */
#section-4 {
	background-color: #008da8;
	background-image: url('../images/mail.png');
	background-repeat: no-repeat;
	background-position: 50% 50px;
	width: auto;
	height: 670px;
	padding: 120px 0 0 0;
	color: #333;
}
#section-4 #contact-section {
	margin: 0 auto;
	width: 980px;
	height: 150px;
	color: #fff;
	line-height: 20px;
}
#section-4 .col-1 {
	float: left;
	width: 350px;
	height: 150px;
	padding: 50px 0 0 20px;
}
#section-4 .col-2 {
	float: left;
	width: 400px;
	height: 150px;
	padding: 50px 0 0 20px;
}
#section-4 .col-3 {
	float: left;
	width: 230px;
	height: 150px;
	padding: 50px 0 0 20px;
}
#section-4 #contact-section strong {
	font-weight: 700;
}
#section-4 #contact-section span {
	color: #111;
}
#section-4 #contact-section a {
	color: #fff;
}
#section-4 #contact-section a:hover {
	color: #111;
}
#section-4 .show-map {
	width: auto;
	height: 400px;
	color: #333;
}
/* section-4> */

/* <footer */
#footer {
	background-color: #0b445b;
	margin: 0 auto;
	width: auto;
	max-width: 1470px;
	height: 60px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #000;
}
/* footer> */