body {
	background:#1b1b1b;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-bottom: 10px;
	margin-top: 0px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.body-padding-15 {
	padding:15px 0 15px 0;
}
 @media (max-width:400px) {
.fleft {
 float: none !important;
}
.fright {
 float: none !important;
}
}
.padding-20 {
	padding: 20px 0 20px 0;
}
strong {
	font-weight: 700;
}
.navbar {
	margin-bottom: 0px;
}
.header-grey {
	background: #f3f3f3;
	border-radius: 5px 5px 0 0;
	border-bottom: solid 1px #eeeeee;
}
.navbar-brand {
	float: left;
	font-size: 18px;
	height: 100px;
}
.navbar-brand-padding {
	padding: 23px 0 20px 0;
}
.navbar-nav>li>a {
	font-weight: 700;
}
.nav-tabs > li > a {
	font-size: 20px;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #555;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #555;
}
 @media (max-width:768px) {
.navbar-toggle {
 margin-top: 20px;
}
.title-first {
 font-size: 20px !important;
 line-height: 30px !important;
 font-weight: 700;
}
.title-main {
 font-size: 20px !important;
 font-weight: 700;
 line-height: 25px !important;
 margin-bottom: 25px;
 color: #000;
}

.title-slider {
	font-size:25px !important;
	line-height:30px !important;
	font-weight:600;
}
.title-slider-sub {
	font-size:14px !important;
	line-height:16px !important;
	padding:0;
}

.container-slider ul{margin:0; padding:0 0 0 15px;}

}
 @media (min-width:768px) {
.navbar-nav>li>a {
 padding-top: 30px;
 padding-bottom: 30px
}
.dropdown-menu > li > a {
 padding: 7px 20px;
}
}
.header-white {
	background: #fff;
}
.header-white-brand-padding {
	padding-top:20px;
	padding-bottom:15px;
}
.container-white {
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container-grey {
	background-color: #F5F5F5;
	padding-top: 20px;
	padding-bottom: 20px;
}
.border-top-left-right {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.border-bottom-left-right {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.breadcrumb {
	margin-bottom: 0px !important;
}
.container-black {
	background:#1b1b1b;
}
.text-white {
	color:#fff;
}
.title-slider {
	font-size:45px;
	line-height:45px;
	font-weight:600;
}
.title-slider-sub {
	font-size:18px;
	line-height:24px;
	padding:0;
}

.container-slider {
	background:#f3f3f3; border-radius:5px; padding:1%; display:table; width:98%; color:#444444;
}

.container-slider ul{margin:0;}
.container-slider ul li{ padding:8px 0 0 0;}

.read-more {
	color:#fff;
	background-color:#f0ad4e;
	width:200px;
	font-size:24px;
	border-color:#eea236;
}
.container-slider .margin-left{margin-left:25px;}
.read-more:hover {
	color:#fff;
	background-color:#ec971f;
	border-color:#d58512
}
.title-main {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 25px;
	color: #464646;
}
.title-first {
	font-size: 30px;
	line-height: 40px;
	color: #000;
}
.title-sub {
	font-size: 20px;
	line-height: 24px;
}
.title-feature {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}
.title-btm-border {
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
.title-bold-extra {
	font-size: 40px;
	font-weight: 700;
}
.text-red {
	color: #ff0035;
}
.panel-qa {
	padding-bottom: 10px;
}
.well-yellow {
	background-color: #FFFFCC;
}
.container .jumbotron, .container-fluid .jumbotron {
	padding: 20px;
}
.jumbotron-white {
	background-color:#fff !important;
}
.jumbotron p {
	font-size: 18px;
	margin-bottom: 15px;
}
.panel-qa .question {
	background-image: url(../img/arrow-links-gray.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
}
.panel-qa .question:hover {
	color: #0066CC;
}
.panel-qa .answer {
	padding-left: 25px;
	padding-top: 5px;
	display: none;
}
.panel-qa .arrowdown {
	background-image: url(../img/arrow-links-gray-down.png)!important;
	background-color: #f5f5f5;
}
.margin-no-top {
	margin-top: 0px !important;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-btm-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin-btm-10 {
	margin-bottom: 10px;
}
.margin-btm-20 {
	margin-bottom: 20px;
}
.padding-no-top {
	padding-top: 0px !important;
}
.padding-5 {
	padding: 5px;
	border-radius: 6px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-btm-10 {
	padding-bottom: 10px;
}
.padding-btm-20 {
	padding-bottom: 20px;
}
.padding-btm-30 {
	padding-bottom: 30px;
}
.padding-btm-40 {
	padding-bottom: 40px;
}
.text-brown {
	color: #886601;
}

.text-light-blue {
	color: #005f68;
}
.title-slide {
	font-size: 40px;
	font-weight: 700;
}
 @media (max-width:480px) {
.title-slide {
 font-size: 20px;
 font-weight: 700;
 color: #3e3e3e;
}
}
ul.list-check {
	list-style: none;
	padding-left: 0px;
}
.list-check li {
	background-image: url("../img/arrow-check.png");
	background-position: 5px 6px;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	text-align: left;
}
.img-responsive{display:inline !important;}
.product{background-color: #fbfbfb;
border-bottom: 1px solid #f6f6f6;
}

.padding-row{padding:0 15px 0 15px;}
.quote {
	background-image: url(../img/start.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-left: 50px;
	padding-bottom: 30px;
}
.well-product {
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	background-color:#f1f1f1;
	display:block;
	border:1px solid #ddd;
	text-align:center;
	font-weight:600;
	color:#4b4b4c;
	border-radius:4px;
	font-size:18px;
	-webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}
.well-product:hover {
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	background-color:#fff;
	font-weight:600;
	text-decoration:none;
	color:#0080ff;
	border:1px solid #e3e3e3;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}


.footer-bg {
	padding:20px 0 20px 0;
}
.footer-bg p {
	font-size:16px;
	color:#fff;
}
.footer-bg p a {
	color:#fff;
}
.footer-bg p a:hover {
	color:#fff;
}
 @media (max-width:767px) {
.visible-sm-center-block {
 display: block!important;
 text-align: center !important;
}
.visible-sm-center-block {
 display: block!important;
 text-align: center !important;
}
}
 @media (min-width:768px) {
.visible-md-right-block {
 display: block!important;
 text-align: right!important;
}
}
 @media (max-width:992px) {
.visible-sm-center-block {
 display: block!important;
 text-align: center !important;
}
}
.extra-btn
{
	text-decoration: none;	
}
.extra-btn:hover
{
	text-decoration: none;
	cursor: default;
}