/* ==========================================================================
   Custom styles
   ========================================================================== */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6;/*padding-top:110px;*/
	background:#e9e9e9;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.7;
	color: #666;
	margin: 0 0 15px;
}
hr {
	margin: 0;
}
.navbar {
	margin: 0;
	padding:0;
	background: transparent;
	border: none;
}
.navbar .container{
	padding-top:20px;
	padding-bottom:20px;
	background: #333;
}
.navbar-header {
	width: 100%;
	float: none;
	margin: 0!important;
}
.navbar-brand {
	height: auto;
	padding: 22px 0 0 15px;
}
.navbar-brand > img {
	width: 165px;
}
.logoFooter > img {
	width: 165px;
}
.navbar .action {
	float: right;
}
.navbar .action .btn {
	width: 256px;
}
.open24 {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #fff;
}
.btn-primary {
	/*text-shadow: 0px 1px 1px #fff;*/
	background-color: #26ade4;
	/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRiYTUxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #008b00 0%, #4ba514 100%);
	background-image: -o-linear-gradient(bottom, #008b00 0%, #4ba514 100%);
	background-image: -webkit-linear-gradient(bottom, #008b00 0%, #4ba514 100%);
	background-image: linear-gradient(bottom, #008b00 0%, #4ba514 100%);*/
	/*background: #369f39;*/
	/*border-color: #369f39;*/
	border: none;
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.3;
	padding: 10px 30px;
	border-radius: 10px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
	background: #26ade4;
	border: none;
	color: rgba(48,48,48,1);
}
.btn-primary strong {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	/*text-shadow: 1px 1px 0 rgba(140,140,140,0.6), -1px -1px 1px rgba(0,0,0,0.67);*/
}
.btn-primary:hover strong, .btn-primary:focus strong, .btn-primary:active strong {
	color: #fff;
}
.heading {
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.5;
	margin: 0 0 20px;
}
.container {
	max-width: 1032px!important;
	background:#fff;
}
.container.hero{
	padding-left:0;
	padding-right:0;
}
.container .jumbotron {
	background: url(../img/banner.jpg) no-repeat 0 50%; 
	background-size: cover;
	margin: 0;
	height: 360px;
	position: relative;
	border-radius: 0;
}
.banner-content {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 25px 30px;
	width: 55%;
	border-radius: 10px 0 10px 10px;
	background: rgba(0,0,0,.6);
}
.jumbotron h1 {
	font-size: 1.8em;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 15px;
}
.jumbotron p {
	font-size: 1.1em;
	line-height: 1.6;
	margin: 0 0 20px;
	color: #fff;
}
.features {
	text-align: center;
	padding: 40px 0;
}
.features .heading {
	margin: 30px 0 20px;
}
.features img {
	max-width: 50%;
}
.features .action {
	margin: 45px 0 0;
}
.features .block p:last-child {
	margin-bottom: 0;
}
.service, .call {
	text-align: center;
}
.service, .call {
	padding: 32px 30px;
}
.service p:last-child {
	margin-bottom: 0;
}
.call h3 {
	margin: 0 0 20px;
}
footer {
	background: #727272;
	margin:0 0 15px;
}
.copyright {
	text-align: right;
}
.copyright p {
	font-size: 1em;
	line-height: 1.6;
	color: #fff;
	margin: 0;
}
.copyright p a {
	color: #fff;
	text-decoration: none;
}
.copyright p a:hover {
	text-decoration: underline;
}
@media (min-width:640px) {
footer {
	padding: 35px 50px;
}
footer .row {
	display: table;
	margin: 0;
	width: 100%;
}
footer .row > div {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
}
@media (max-width:991px) {
body {
	font-size: 13px;
}
.container .jumbotron {
	height: 300px;
}
.banner-content {
	padding: 15px 20px;
}
.navbar-brand {
    padding: 24px 0 0 15px;
}
}
.main-column-call a .dskView {
	display: block;
}
.main-column-call a .mobView {
	display: none;
}
.main-column-call a .mobView,
.main-column-call a .dskView {
	background-color: #26ade4;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    width: auto;
}
@media (max-width:767px) {
.main-column-call a .dskView {
	display: none;
}
.main-column-call a .mobView {
	display: block;
}
.navbar-brand {
	padding-top: 20px;
}
.btn-primary {
	font-size: .9em;
	padding: 8px 20px;
}
.jumbotron h1{
	font-size:2.1em;
}
.jumbotron p {
	font-size: 1.3em;
}	
.features .block {
	margin-bottom: 50px;
}
.features div[class*="col-"]:last-child .block {
	/*margin-bottom: 0;*/
}
.features img {
	max-width: 25%;
}
.features .action {
	margin-top: 0;
}
.mobileDelimiter {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 50px;
	margin-bottom: 50px;
}
}
@media(max-width:640px) {
.mobileDelimiter {
	padding-top: 35px;
	margin-bottom: 35px;
}
/*.navbar .action{
	display:none;
}*/
.container .jumbotron {
	padding: 0;
	height: auto;
}
.banner-content {
	width: 100%;
	position: relative;
	border-radius: 0;
	left: 0;
	top: 0;
	padding: 30px 20px;
}
.features, .service, .call {
	padding: 30px 15px;
}
.features .block {
	margin-bottom: 30px;
}
.features div[class*="col-"]:last-child .block {
	/*margin-bottom: 0;*/
}
footer {
	padding: 20px;
}
footer, footer .copyright {
	text-align: center;
}
footer .copyright {
	padding-top: 25px;
}
.open24 {
	display: block!important;
	padding: 13px 0 10px 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.navbar .container{
	padding-bottom: 23px;
}
.navbar .action,
.navbar .action a {
	width: 100%!important;
}
.navbar-brand {
	float: none;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 0;
	display: inline-block;
}

.navbar {
	text-align: center;
}
.banner-content {
	text-align: center;
}
.navbar-brand {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    float: none;
    left: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-top: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.navbar-brand:hover {
	background: #fff!important;
}
.navbar-brand img {
	display: inline-block;
}
.navbar .action {
	margin-top: 85px;
}
}
@media (max-width:420px) {


.navbar .container{
	padding-top:0px;
}
.navbar-brand {
	padding-bottom: 0px!important;
	padding: 18px 0 !important;
}

.navbar .action {
	float: none;
}
.banner-content {
	text-align: center;
}
.features img {
	max-width: 33%;
}
}


.main-column-image {height:auto; width:auto;}
.main-column-image img {max-width:100%; display:block;}

.main-column-header {background-color:#333; color:#fff;}
.main-column-title {font-size:24px; font-weight:700; line-height:72px; background-color:#454545;}
.main-column-price {font-size:29px; padding-top:20px; font-weight:700;}
.main-column-per {font-size:12px; padding-bottom:20px;}

.main-column-content {background-color:#fff; font-size:14px;}
.main-column-content ul {margin:0; padding:0; list-style-type:none;}
.main-column-content ul li {color:#444; background-color:#f5f5f5; font-weight:bold; display:block; line-height:44px; border-right-color:#ddd; border-bottom-color:#ddd; border-left-color:#ddd;
border-right-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-style:solid; border-bottom-style:solid; border-left-style:solid;}

.main-column-call {width:auto; padding:20px; border-right-color:#ddd; border-bottom-color:#ddd; border-left-color:#ddd;
border-right-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-style:solid; border-bottom-style:solid; border-left-style:solid;}
/*.main-column-call a {width:auto; height:60px; display:block; color:#fff; text-decoration:none; font-size:18px; font-weight:700; text-align:center; line-height:60px;*/
.main-column-call a {width:auto; height:auto; display:block; color:#fff; text-decoration:none; font-size:18px; font-weight:700; text-align:center; padding: 5px 10px;
text-shadow:rgba(0,0,0,.5) 0px 1px 3px; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; background-color: #26ADE4;}
.main-column-call a span {
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
}
.cards {text-align:center;}
.cards i {color:#26ADE4;}

.service h3 {margin-top:0px!important;}