/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	color: #000;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
	padding-left: 0;
	padding-right: 0;
}
.navbar-wrapper .navbar {
	padding-left: 15px;
	padding-right: 15px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */



.carousel {
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}
.carousel-caption h1 {
	text-transform: uppercase;
	font-size: 72px;
	border-bottom: 2px solid #FFF;
	margin: 0px auto 20px auto;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	background-color: #FFF;
}
.carousel-inner > .item > img {
	margin: 0px auto;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
	padding-left: 15px;
	padding-right: 15px;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	text-align: center;
	margin-bottom: 20px;
}
.marketing .col-lg-4 > div {
	position: relative;
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
	-o-transition: all 0.25s ease-in 0s;
	-ms-transition: all 0.25s ease-in 0s;
	transition: all 0.25s ease-in 0s;
	cursor: pointer;
}
.marketing .col-lg-4 > div:hover span {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
	-o-transition: all 0.25s ease-in 0s;
	-ms-transition: all 0.25s ease-in 0s;
	transition: all 0.25s ease-in 0s;
}
.marketing .col-lg-4 > div:hover span img {
	margin-top: 50px;
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
	-o-transition: all 0.25s ease-in 0s;
	-ms-transition: all 0.25s ease-in 0s;
	transition: all 0.25s ease-in 0s;
}
.marketing .col-lg-4 > div > span {
	position: absolute;
	z-index: 10;
	margin: 10px;
	background-image: url(img/tab_icon_bkg.png);
	background-repeat: repeat;
	width: 340px;
	height: 234px;
	text-align: center;
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
	-o-transition: all 0.25s ease-in 0s;
	-ms-transition: all 0.25s ease-in 0s;
	transition: all 0.25s ease-in 0s;
	opacity: 0.0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
}
.marketing .col-lg-4 > div > span img {
	margin-top: 0px;
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
	-o-transition: all 0.25s ease-in 0s;
	-ms-transition: all 0.25s ease-in 0s;
	transition: all 0.25s ease-in 0s;
}
.marketing h2 {
	color: #000;
}
.marketing .col-lg-4 p {
	margin-left: 10px;
	margin-right: 10px;
}
.marketing div .btn-default {
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
	-o-transition: all 0.25s ease-in 0s;
	-ms-transition: all 0.25s ease-in 0s;
	transition: all 0.25s ease-in 0s;
}
.marketing div .btn-default:hover {
	background: #EB0089;
	border: 1px solid #B7076B;
	color: #FFF;
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
	-o-transition: all 0.25s ease-in 0s;
	-ms-transition: all 0.25s ease-in 0s;
	transition: all 0.25s ease-in 0s;
}
.marketing div + div .btn-default {
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
	-o-transition: all 0.25s ease-in 0s;
	-ms-transition: all 0.25s ease-in 0s;
	transition: all 0.25s ease-in 0s;
}
.marketing div + div .btn-default:hover {
	background: #FFF000;
	border: 1px solid #E2D40B;
	color: #000;
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
	-o-transition: all 0.25s ease-in 0s;
	-ms-transition: all 0.25s ease-in 0s;
	transition: all 0.25s ease-in 0s;
}
.marketing div + div + div .btn-default {
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
	-o-transition: all 0.25s ease-in 0s;
	-ms-transition: all 0.25s ease-in 0s;
	transition: all 0.25s ease-in 0s;
}
.marketing div + div + div .btn-default:hover {
	background: #0292AC;
	border: 1px solid #0B7D91;
	color: #FFF;
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
	-o-transition: all 0.25s ease-in 0s;
	-ms-transition: all 0.25s ease-in 0s;
	transition: all 0.25s ease-in 0s;
}
/* Featurettes
------------------------- */

.featurette-divider {
	margin: 40px 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}
#footer {
	padding: 40px 20px;
	background-color: #EEE;
	text-align: center;
	min-width: 1200px;
}
#footer footer h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 0px;
	color: #000;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
.marketing img {
	margin: auto;
}
.welcome_box {
	text-align: center;
}
.about_us_banner {
	margin-top: 160px;
	height: 1180px;
	background-image: url(img/about_us_header_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.container {
	position: relative;
	width: 1200px;
	margin: 0px auto;
}
.about_us_banner .container .text_box_1 {
	color: #FFFFFF;
	font-size: 23px;
	left: 40px;
	position: absolute;
	top: 272px;
	width: 536px;
}
.about_us_banner .container .text_box_2 {
	color: #FFFFFF;
	font-size: 18px;
	left: 70px;
	position: absolute;
	top: 494px;
	width: 1046px;
}
.about_us_banner .container .text_box_2 h3 {
	font-size: 32px;
	color: #fff000;
	font-weight: bold;
	margin-bottom: 20px;
}
.about_us_banner .get_started {
	position: absolute;
	right: 50px;
	top: 400px;
}
.services_list {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: left;
}
.services_list li {
	float: left;
	padding: 20px;
	background-color: #fff000;
	color: #000;
	display: block;
	width: 275px;
	-moz-box-shadow: 2px 2px 4px -1px #666;
	-webkit-box-shadow: 2px 2px 4px -1px #666;
	box-shadow: 2px 2px 4px -1px #666;
	min-height: 500px;
}
.services_list li + li {
	margin-left: 20px;
}
.services_list li h3 {
	font-size: 24px;
	line-height: 26px;
	border-bottom: 1px dashed #000;
	font-weight: bold;
	min-height: 120px;
	margin-bottom: 14px;
	padding-bottom: 14px;
}
.services_banner {
	margin-top: 160px;
	height: 1116px;
	background-image: url(img/services_header_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.services_banner .get_started {
	position: absolute;
	right: 90px;
	top: 250px;
}
.services_list_boxes {
	display: block;
	overflow: hidden;
	text-align: left;
}
.services_list_boxes .services_list_group_1 {
	display: block;
	float: left;
	width: 360px;
	margin: 0px 226px 0px 50px
}
.services_list_boxes .services_list_group_1 h2 {
	background-color: #ec008c;
	color: #FFF;
	font-size: 26px;
	padding: 6px 14px;
	margin: 0px;
}
.services_list_boxes .services_list_group_1 ul {
	list-style: none;
	padding: 18px 20px;
	margin: 0px;
	border: 2px dashed #EC008C;
	border-top: 0px;
	font-size: 16px;
}
.services_list_boxes .services_list_group_1 ul li + li {
	border-top: 1px solid #CCC;
	padding-top: 8px;
	margin-top: 8px;
}
.services_list_boxes .services_list_group_2 {
	display: block;
	float: left;
	width: 480px;
}
.services_list_boxes .services_list_group_2 h2 {
	background-color: #00aeef;
	color: #FFF;
	font-size: 26px;
	padding: 6px 14px;
	margin: 0px;
}
.services_list_boxes .services_list_group_2 ul {
	list-style: none;
	padding: 18px 20px;
	margin: 0px;
	border: 2px dashed #00aeef;
	border-top: 0px;
	font-size: 16px;
}
.services_list_boxes .services_list_group_2 ul li + li {
	border-top: 1px solid #CCC;
	padding-top: 8px;
	margin-top: 8px;
}
.partners_banner {
	margin-top: 160px;
	height: 640px;
	background-image: url(img/partners_header_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.partners_banner .get_started {
	position: absolute;
	right: 90px;
	top: 470px;
}
.partners_banner .container .text_box_1 {
	color: #FFFFFF;
	font-size: 23px;
	left: 109px;
	position: absolute;
	top: 310px;
	width: 982px;
}
.partners_banner .container .text_box_1 strong {
	color: #FF0;
}
.test_drive_banner {
	margin-top: 160px;
	height: 740px;
	background-image: url(img/test_drive_header_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.test_drive_banner .container .text_box_1 {
	color: #FFFFFF;
	font-size: 23px;
	left: 39px;
	position: absolute;
	top: 346px;
	width: 546px;
}
.test_drive_banner .container .text_box_1 strong {
	color: #FF0;
}
.test_drive_text_box {
	text-align: left;
	margin: -80px 120px 80px 120px;
	font-size: 16px;
}
.test_drive_text_box h2 {
	margin-bottom: 30px;
	font-size: 32px;
}
.test_drive_text_box h2 strong {
	color: #eb0089;
}
.test_drive_text_box h3 {
	padding: 8px 20px;
	background-color: #eb0089;
	color: #FFF;
	margin: 0px;
	text-align: center;
}
.test_drive_text_box h3 strong {
	font-size: 42px;
	display: block;
}
.test_drive_banner .get_started {
	position: absolute;
	right: 650px;
    top: 456px;
}
.contact_banner {
	margin-top: 160px;
	height: 645px;
	background-image: url(img/contact_header_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.contact_banner .get_started {
	position: absolute;
	right: 650px;
    top: 375px;
}
.yellow_box {
	display: block;
	border: 2px dashed #FFF000;
	margin: 50px;
}
.yellow_box h2 {
	background-color: #FFF000;
	color: #000;
	font-size: 26px;
	padding: 6px 14px;
	margin: 0px
}
.yellow_box p {
	font-size: 18px;
	font-weight: bold;
	margin: 18px;
}
.yellow_box ul {
	list-style: none;
	padding: 18px 20px;
	margin: 0px;
	font-size: 16px;
}
.yellow_box ul li + li {
	border-top: 1px solid #CCC;
	padding-top: 8px;
	margin-top: 8px;
}
.pink_box {
	display: block;
	border: 2px dashed #ec008c;
	margin: 50px;
	overflow: hidden;
	padding-bottom: 20px;
	text-align: left;
}
.pink_box h2 {
	background-color: #ec008c;
	color: #FFF;
	font-size: 26px;
	padding: 6px 14px;
	margin: 0px
}
.pink_box p {
	font-size: 18px;
	font-weight: bold;
	margin: 18px;
}
.pink_box ul {
	list-style: none;
	padding: 18px 20px;
	margin: 0px;
	font-size: 19px;
	line-height: 21px;
}
.pink_box ul li {
	width: 256px;
	margin: 12px 0px;
	float: left;
	color: #000;
}
.contact_left_box {
	display: block;
	font-size: 18px;
	text-align: left;
	width: 580px;
	margin-right: 60px;
	padding-right: 60px;
	border-right: 1px dashed #000;
	padding-top: 240px;
	background-image: url(img/pink_effect.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	margin-left: 20px;
}
.contact_left_box h2 {
	font-size: 36px;
	margin-bottom: 24px;
}
.contact_left_box h2 strong {
	color: #ec008c;
}
.contact_right_box {
	color: #FFF;
	font-size: 32px;
	padding: 30px;
	background-color: #00aeef;
	display: block;
	font-size: 18px;
	text-align: left;
	width: 500px;
	float: right;
	-moz-box-shadow: inset 4px 4px 8px -5px #000;
	-webkit-box-shadow: inset 4px 4px 8px -5px #000;
	box-shadow: inset 4px 4px 8px -5px #000;
	margin-right: 20px;
}
.contact_right_box h3 strong {
	font-size: 36px;
	text-shadow: 1px 1px 1px #006F99;
}
.contct_mmw {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #000;
}
.contct_mmw input[type="text"] {
	width: 100%;
	background-color: #e0e0e0;
	padding: 6px;
	color: #666;
	border: 0px;
	margin-bottom: 8px;
}
.contct_mmw textarea {
	width: 100%;
	background-color: #e0e0e0;
	padding: 6px;
	color: #666;
	border: 0px;
	margin-bottom: 8px;
	height: 140px;
}
.contct_mmw input[type="submit"] {
	width: 200px;
	background-color: #EC008C;
	padding: 6px;
	color: #FFF;
	border: 0px;
	margin-bottom: 8px;
}
