body {
	margin: 0;
	font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	background-color: #fff
}
a {
	color: #007fff;
	text-decoration: none
}
a:hover, a:focus {
	color: #06c;
	text-decoration: underline
}

.btn-primary.active, .btn-primary01.active .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
	color: rgba(255,255,255,0.75)
}
.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0f82f5;
*background-color:#0072e6;
	background-image: -moz-linear-gradient(top, #1a8cff, #0072e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1a8cff), to(#0072e6));
	background-image: -webkit-linear-gradient(top, #1a8cff, #0072e6);
	background-image: -o-linear-gradient(top, #1a8cff, #0072e6);
	background-image: linear-gradient(to bottom, #1a8cff, #0072e6);
	background-repeat: repeat-x;
	border-color: #0072e6 #0072e6 #004c99;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a8cff', endColorstr='#ff0072e6', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
	background-color: #0072e6;
*background-color:#06c
}
.btn-primary:active, .btn-primary.active {
	background-color: #0059b3 \9
}

.row-fluid {
	width: 100%;
*zoom:1
}
.row-fluid:before, .row-fluid:after {
	display: table;
	content: "";
	line-height: 0
}
.row-fluid:after {
	clear: both
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 0%;
*margin-left:-0.052083333333333336%
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0
}
.row-fluid .controls-row [class*="span"]+[class*="span"] {
margin-left:0%
}

.row-fluid .span6 {
	width: 49.99999999999999%;
*width:49.94791666666666%
}

[class*="span"].hide, .row-fluid [class*="span"].hide {
	display: none
}
[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
	float: right
}
.container {
	margin-right: auto;
	margin-left: auto;
*zoom:1
}
.container:before, .container:after {
	display: table;
	content: "";
	line-height: 0
}
.container:after {
	clear: both
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
*zoom:1
}
.container-fluid:before, .container-fluid:after {
	display: table;
	content: "";
	line-height: 0
}
.container-fluid:after {
	clear: both
}
@-ms-viewport {
width:device-width
}
.hidden {
	display: none;
	visibility: hidden
}
.visible-phone {
	display: none !important
}
.visible-tablet {
	display: none !important
}
.hidden-desktop {
	display: none !important
}
.visible-desktop {
	display: inherit !important
}

.bx-next, .bx-prev { display:none; }


.scaleOut {
	-webkit-animation-name: scaleOut;
	animation-name: scaleOut;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
* {
	outline: none !important
}
html {
	height: 100%
}
body {
}
html, body {
	height: 100%
}
body, label, input, button, select, textarea {
	font-family: 'mp', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #868686;
	line-height: 140%
}
a, a:hover, a:active {
	color: #373737
}
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px;
	font-family: 'mp', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	line-height: 120%
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
	font-family: 'mp', Helvetica, Arial, sans-serif;
	font-weight: 700
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	font-size: inherit;
	color: inherit;
	font-family: inherit
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: #888;
	text-decoration: none
}
h1, .h1 {
	font-size: 50px
}
h2, .h2 {
	font-size: 40px
}
h3, .h3 {
	font-size: 30px
}
h4, .h4 {
	font-size: 20px
}
h5, .h5 {
	font-size: 14px
}
.btn {
}
.btn-primary {
	display: inline-block;
	border: 1px solid #fff;
	padding: 10px 45px 10px 15px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
	background:url(../imgs/main/arrow_right.png) no-repeat 92% 50%;
	color: #FFF;
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
}
.btn-primary:hover {
	background: #fff url(../imgs/main/arrow_right_b.png) no-repeat 92% 50%;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease
}

.btn-primary01 {
	display: inline-block;
	border: 1px solid #666;
	padding: 10px 45px 10px 15px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
	background:url(../imgs/main/arrow_right_b.png) no-repeat 92% 50%;
	color: #666;
}
.btn-primary01:hover {
	background: #666 url(../imgs/main/arrow_right.png) no-repeat 92% 50%;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease
}

.btn-more {
}
.set-abs {
	position: absolute
}
.set-rel {
	position: relative
}
.clear-both {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px
}
.clear-right {
	clear: right;
	height: 0px;
	font-size: 0px;
	line-height: 0px
}
.clear-left {
	clear: left;
	height: 0px;
	font-size: 0px;
	line-height: 0px
}
.lazy {
	display: none
}

.text-negative, .text-negative * {
	color: #FFF;
}
.text-negative01, p.text-negative01, .text-negative01 * {
	color:#666 !important;
}
.text-uppercase {
	text-transform: uppercase
}
.hidden {
	display: none
}
.container-fluid {
	padding-left: 0px;
	padding-right: 0px
}

.text-margin {
	padding: 20px 100px 20px 100px
}
.blackfade {
	background: rgba(0,0,0,0.1);
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.blackfade-more {
	background: rgba(0,0,0,0.3);
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.compare-col {
	overflow: hidden;
	width: 50%;
	margin:-7px 0 0 0 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.col-container {
	top: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.col-container-desc {
	top: 32%;
	left: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.col-container-desc .desc-left {
	text-align: left;
	padding: 0px 65% 0px 100px
}
.col-container-desc .desc-right {
	text-align: right;
	padding: 0px 100px 0px 65%
}
.col-container-desc p {
	color: #FFF;
	font-size: 16px
}
.col-container-desc h2 {
	margin: 15px 0px;
	line-height: 100%
}
.col-container-desc h3 {
	margin: 0px 0px;
	line-height: 100%
}
.bx-mainmobile-container {
}
.bx-mainmobile-container .desc {
	top: 20px;
	left: 30px
}
.bx-mainmobile-container .desc p {
	color: #FFF;
	width: 80%
}
.bx-mainmobile-container .bx-controls-direction a {
	top: auto;
	bottom: 30px
}
.bx-mainmobile-container .bx-prev {
	left: 30px
}
.bx-mainmobile-container .bx-next {
	left: 80px;
	right: auto
}

b { text-decoration:underline; font-size:18px; }
@media (min-width: 768px) and (max-width: 979px) {
.hidden-desktop {
	display: inherit !important
}
.visible-desktop {
	display: none !important
}
.visible-tablet {
	display: inherit !important
}
.hidden-tablet {
	display: none !important
}
}
@media (max-width: 767px) {
.hidden-desktop {
	display: inherit !important
}
.visible-desktop {
	display: none !important
}
.visible-phone {
	display: inherit !important
}
.hidden-phone {
	display: none !important
}
}
.visible-print {
	display: none !important
}
@media print {
.visible-print {
	display: inherit !important
}
.hidden-print {
	display: none !important
}
}
@media (max-width: 767px) {
body {
	padding-left: 20px;
	padding-right: 20px
}

.container-fluid {
	padding: 0
}

.row-fluid {
	width: 100%
}
.row, .thumbnails {
	margin-left: 0
}
[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
float:none;
display:block;
width:100%;
margin-left:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.span12, .row-fluid .span12 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.row-fluid [class*="offset"]:first-child {
	margin-left: 0
}
.controls-row [class*="span"]+[class*="span"] {
margin-left:0
}

}

@media (min-width: 768px) and (max-width: 979px) {
.span6 {  
	width: 372px
}
.row-fluid {
	width: 100%;
*zoom:1
}
.row-fluid:before, .row-fluid:after {
	display: table;
	content: "";
	line-height: 0
}
.row-fluid:after {
	clear: both
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 0%;
*margin-left:-0.052083333333333336%
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0
}
.row-fluid .controls-row [class*="span"]+[class*="span"] {
margin-left:0%
}

}
@media (min-width: 1200px) {
.span6 {
	width: 600px
}
.row-fluid {
	width: 100%;
*zoom:1
}
.row-fluid:before, .row-fluid:after {
	display: table;
	content: "";
	line-height: 0
}
.row-fluid:after {
	clear: both
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 0%;
*margin-left:-0.052083333333333336%
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0
}
.row-fluid .controls-row [class*="span"]+[class*="span"] {
margin-left:0%
}
}
@media (max-width: 979px) {
body {
	padding-top: 0
}
}

@CHARSET "UTF-8";
@media (max-height: 700px) {
h1, .h1 {
	font-size: 40px
}
h2, .h2 {
	font-size: 30px
}
h3, .h3 {
	font-size: 20px
}
h4, .h4 {
	font-size: 15px
}
h5, .h5 {
	font-size: 12px
}

.col-container-desc p {
	font-size: 14px
}
}

@media (max-width: 979px) {
body {
	padding-left: 0px;
	padding-right: 0px
}
h1, .h1 {
	font-size: 40px
}
h2, .h2 {
	font-size: 30px
}
h3, .h3 {
	font-size: 20px
}
h4, .h4 {
	font-size: 15px
}
h5, .h5 {
	font-size: 12px
}

}
