@import "jquery-ui.min.css";
body {
	min-width: 320px;
	line-height: 22px;
}
body[onload="load()"]{
	background: none !important;
}
#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.forgot-text{
	text-align: left !important;
	display: block;
}
/* placeholder input styles */
::-webkit-input-placeholder { /* WebKit browsers */
	color: #464646 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #464646 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #464646 !important;
	opacity: 1 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #464646!important;
}
.content a{
	color: #51276d;
	font-weight: 700;
	transition:all linear 0.2s;
	-ms-transition:all linear 0.2s;
}
.content a:hover{
	color: #9fbc00;
}
a:hover, a:focus, a:active {
	outline: none !important;
	text-decoration: none;
}
a:focus, a:active {
	outline: none !important;
	text-decoration: none;
}
#header {
	position: relative;
	z-index: 100;
}
.topbar ul { margin: 0; }
.topbar {
	background: #51276d;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	z-index: 1;
}
.topbar a {
	color: #fff;
	padding: 10px 15px;
	display: block;
	position: relative;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
}
.topbar a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	z-index: -1;
}
.topbar a:hover:after { width: 100%; }
.topbar a i {
	font-size: 16px;
	display: inline-block;
	margin: 0 5px 0 0;
}
.topbar a:hover {
	text-decoration: none;
	color: #51276d;
}
.navbar-brand {
	width: 184px;
	height: 84px;
	padding: 9px 0 0;
}
.navbar-brand img {
	width: 100%;
	height: auto;
	display: block;
}
#nav { margin: 0; }
#nav .navbar-nav {
	font-weight: 400;
}
#nav .navbar-nav > li > a {
	color: #1f1f1f;
	position: relative;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	padding: 35px 10px 42px;
	position: relative;
	font-weight: 700;
}
#nav .navbar-nav > li > a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	background: #f6f6f6;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	z-index: -1;
}
#nav .navbar-nav > li > a:hover, #nav .navbar-nav > li > a:focus, #nav .navbar-nav > li > a:active, #nav .navbar-nav > li.active > a, #nav .navbar-nav > li:hover > a { color: #51276d; }
#nav .navbar-nav > li > a:hover:after, #nav .navbar-nav > li > a:focus:after, #nav .navbar-nav > li > a:active:after, #nav .navbar-nav > li.active > a:after, #nav .navbar-nav > li:hover > a:after { width: 100%; }
.mega-dropdown {
	position: absolute;
	z-index: 99;
	right: 70px;
	background: #fff;
	border-bottom: 5px solid #51276d;
	padding: 40px 0;
	-webkit-transition: opacity linear 0.5s;
	transition: opacity linear 0.5s;
	-ms-transition: opacity linear 0.5s;
	overflow: hidden;
	top: 100%;
	max-width: 100%;
	opacity: 0;
	left: -9999px;
}
.mega-dropdown .inner { overflow: hidden; }
#nav .navbar-nav > li:hover .mega-dropdown {
	opacity: 1;
	left: 70px;
}
.mega-dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}
.mega-dropdown ul li { margin: 0 0 15px; }
.mega-dropdown ul ul {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	padding: 15px 0 0;
}
.mega-dropdown ul ul li {
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	position: relative;
}
.mega-dropdown ul ul li:after {
	position: absolute;
	left: 0;
	top: 2px;
	content: "\e903";
	font-family: 'icomoon';
	font-size: 7px;
	color: #ababab;
}
.navbar-nav > li { position: static; }
.mega-dropdown .col {
	width: 25%;
	float: left;
	padding: 0 25px 9999px;
	margin: 0 0 -9999px;
	border-left: 1px solid #e1e1e1;
}
.mega-dropdown .col:first-child { border: none; }
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item img{
	width: 100%;
	max-width:inherit;
}
.carousel-fade .carousel-inner .active { opacity: 1; }
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1; }
.carousel-fade .carousel-control { z-index: 2; }
.carousel-fade .carousel-caption {
	top: 0;
	bottom: 0;
	white-space: nowrap;
	text-align: center;
	pointer-events:none;
}
.carousel-fade .carousel-caption.text-left { text-align: left; }
.carousel-fade .carousel-caption:after {
	content: '';
	display: inline-block;
	height: 100%; /* the same as min-height */
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}
.carousel-fade .carousel-caption .caption-inner {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	text-shadow: none;
	font-weight: 700;
	color: #51276d;
}
.carousel-fade .carousel-caption h2 {
	font: 33px/35px 'Marcellus', serif;
	color: #51276d;
	font-variant: small-caps;
	text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
	margin: 0;
}
.carousel-fade .carousel-caption p { margin: 0; }
.action-box {
	width: 556px;
	margin: -51px auto;
	background: #51276d;
	height: 102px;
	position: relative;
	z-index: 50;
	border-radius: 50px;
}
.action-box a:first-child {
	padding: 30px 10px 30px 40px;
	border-radius: 50px 0 0 50px;
	left: -1px;
}
.action-box a {
	width: 50%;
	float: left;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	padding: 30px 40px 30px 10px;
	border-radius: 0 50px 50px 0;
	position: relative;
	overflow: hidden;
	right: -1px;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
}
.action-box a:hover {
	color: #51276d;
	background: #fff;
}
.action-box a i {
	font-size: 27px;
	line-height: 42px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 18px 0 0;
}
.block {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 45px 0;
}
.block h2 {
	font-weight: 300;
	font-size: 40px;
	margin: 0 0 30px;
	color: #2e2e2e;
}
.block .subtext {
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #2e2e2e;
	margin: -20px 0 35px;
}
.inner-block { padding: 0 110px; }
.block.intro {
	background: #f6f6f6 url(../images/bg-intro.jpg) no-repeat 50% 0;
}
.block.first-block{padding: 90px 0 45px;}
.block.intro .btn-default { margin-top: 20px; }
.breadcrumb{
	background: none;
	font-size: 16px;
	line-height: 18px;
	border-bottom:1px solid #e1e1e1;
	padding:0 0 15px;
	margin:0 0 40px;
	border-radius:0;
}
.breadcrumb > li + li::before, .breadcrumb > li{color: #2e2e2e !important;}
.btn {
	border: 1px solid #2d5605;
	min-width: 130px;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	font-weight: 700;
	position: relative;
	overflow: hidden;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	z-index: 60;
	font-family: "Sora", Sans-serif;
	background-color: #2d5605;
	margin-top: 0 !important;
}
.btn:focus, .btn:active{
	color: #fff;
	background: #2d5605;
}
.btn.btn-primary {
	color: #fff;
	border: 1px solid transparent;
}
.btn:after {
	position: absolute;
	left: -1px;
	right: -1px;
	top: 0;
	margin: 0 auto;
	width: 0;
	height: 100%;
	border-radius: 4px;
	background: #e7b03b;
	content: '';
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	z-index: -1;
}
.btn:hover {
	color: #2d5605;
	background: none;
	border: 1px solid transparent;
}
.btn:hover:after { width: 100%; }
.slider {
	width: 100%;
	border-top: 1px solid #e1e1e1;
	margin: 58px 0 0;
}
.slider .mask {
	overflow: hidden;
	background: #fff;
	width: 100%;
	padding: 35px 0 50px;
	float:left;
}
.slider .mask .slideset {
	list-style: none;
	width: 100% !important;
	padding: 0;
	margin: 0;
	letter-spacing: -8px;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}
.slider .mask .slide {
	float: none;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	white-space: normal;
	font-size: 20px;
	line-height: 24px;
	margin: 0 -1px 0 0;
	position: relative;
}
.slider .slide .icon {
	width: 97px;
	height: 97px;
	margin: 0 auto 24px;
	border-radius: 100%;
	display: block;
	background: #51276d;
	text-align: center;
	line-height: 90px;
	color: #fff;
	font-size: 35px;
	position: relative;
	z-index: 500;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
}
.slider .slide:hover .icon { background: #006fb2; }
.slider .slide h2 {
	color: #2e2e2e;
	padding: 0 0 20px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 30px;
	position: relative;
}
.slider .slide h2:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	margin: 0 0 0 -25px;
	height: 5px;
	background: #c3c9e9;
	border-radius: 2px;
	z-index: -1;
}
.slider .box:after {
	border: 1px solid #e1e1e1;
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	top: 50px;
	max-height: 0;
	visibility: hidden;
	transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	border-radius: 5px;
	bottom: 15px;
}
.slider .box:hover:after {
	max-height: 228px;
	visibility: visible;
}
.slider .slide .btn-primary {
	opacity: 0;
	visibility: hidden;
}
.slider .slide:hover .btn {
	opacity: 1;
	visibility: visible;
}
.slider .btn-prev, .slider .btn-next {
	width: 54px;
	height: 48px;
	background: #fff;
	border: 1px solid #e1e1e1;
	display: inline-block;
	vertical-align: middle;
	margin: -24px -2px 0;
	line-height: 46px;
	text-align: center;
	border-radius: 0 4px 4px 0;
	color: #d5d5d5;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
}
.slider .btn-prev { border-radius: 4px 0 0 4px; }
.slider .btn-prev:hover, .slider .btn-next:hover { color: #2e2e2e; }
.slider .slide img { margin: 0 24px 0 0; }
.slider .slide .col {
	border: 1px solid #e1e1e1;
	padding: 20px;
	overflow: hidden;
	border-radius: 4px;
}
.slider .slide h3 {
	color: #2e2e2e;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px;
	font-weight: 700;
}
.slider .slide time {
	font-size: 13px;
	line-height: 15px;
	display: block;
}
.slider .slide .text { overflow: hidden; }
.slider .slide .read-more {
	font-size: 14px;
	line-height: 20px;
	float: right;
	border-bottom: 1px solid #000;
	clear: both;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
}
.slider .slide .read-more:hover {
	line-height: 25px;
	border-width: 5px;
}
.tech-block{
	overflow: hidden;
	margin:0 0 50px;
}
.tech-block .text{
	overflow: hidden;
	margin: 0;
}
.tech-block .text ul{
	padding: 0;
	margin:0 0 10px;
	overflow: hidden;
}
.tech-block .pull-left{
	margin:20px 50px 0 0;
}
.tech-block .pull-right{
	margin:20px 0 0 50px;
}
.tech-block .btn{
	margin-right:15px;
	margin-top: 20px;
}
blockquote {
	border: none;
	padding: 0 79px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
blockquote p { margin: 0 0 55px; }
blockquote cite {
	margin: 0 0 45px;
	display: block;
	font-style: italic;
}
blockquote cite .author {
	font-size: 18px;
	line-height: 22px;
	display: block;
	font-weight: 400;
	margin: 0 0 10px;
}
.location-block {
	background: #016fb2 url(../images/bg-map.jpg) no-repeat 50% 0;
	width: 100%;
	height: 175px;
	padding: 58px 0 0;
}
.row.location-block{
	width: auto !important;
	background: none;
}
.row.location-block h2{
	color: #2e2e2e;
	font-weight: 400;
}

.row.location-block .form-control{
	height: 40px !important;
	border-width:0 0 1px;
	border-radius:0;
}
.testimonials .mask { padding-bottom: 0; }
.location-block form { padding: 0 0 0 120px; }
.row.location-block form{
	padding:20px 15px;
	margin-bottom:15px;
	background: #fff;
	
}
.location-block h2 {
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	text-transform: capitalize;
	margin: 0 0 20px;
}
.location-block .btn-success {
	border-color: transparent;
	color: #fff;
	background: #9fbc00;
	font-size: 20px;
	min-width: 97px;
	height: 53px;
	line-height: 41px;
}
.location-block .btn-success:hover {
	border-color: #51276d;
	background: #51276d;
}
.location-block select {
	width: 100%;
	height: 53px;
	padding: 0 20px;
	color: #464646;
	font-size: 16px;
}
.contact-form{
	padding:20px 15px;
	border:1px solid #e1e1e1;
	overflow: hidden;
}
.contact-form .btn{
	width: 100%;
	min-width:100%;
	margin-top: 15px;
}
.modal-dialog{width: 768px;}
.form-control {
	height: 53px;
	color: #464646 !important;
	font-size: 16px;
	line-height: 40px;
	border-radius:0;
	box-shadow:none;
	border-width:0 0 1px;
	transition:all linear 0.2s;
	-ms-transition:all linear 0.2s;
	padding:6px 10px;
	background:#eee;
	margin:5px 0;
}
textarea.form-control{
	height: 53px;
	resize:none;
	padding:6px 10px;
}
.form-control:focus{
	box-shadow:none;
	border-color: #51276d;
}
.custom-form .field{position: relative;}
.location-block .form-control{
	background: #fff;
	height: 53px;
	border-radius: 4px;
	padding:6px 12px;
	border-width:1px;
}
.location-block .form-control:focus{
	border-width:1px;
}
.history-box{
	border:1px solid #e1e1e1;
	border-radius:2px;
	padding:46px 30px 20px 115px;
	position: relative;
	font-size: 20px;
	line-height:30px;
	font-weight: 300;
	color: #2e2e2e;
	margin:0 0 30px;
}
.history-box:after{
	position: absolute;
	left: 30px;
	top: 30px;
	content: "\e904";
	font-family: 'icomoon';
	font-size: 70px;
	line-height: 70px;
}
.history-box h3{
	margin: 0 0 18px;
	font-size: 20px;
	line-height: 30px;
}
.banner{
	width: 100%;
}
.banner img{
	width: 134%;
	max-width:inherit;
	margin:0 -17%;
}
.images{overflow: hidden;}
.images img{
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}
.contact-info{
	padding-top: 30px;
}
.content h3{
	font-size: 20px;
	line-height: 30px;
	color: #2e2e2e;
	margin:0 0 15px;
	font-weight: 700;
	text-transform: capitalize;
}
.text{
	letter-spacing: 0;
	display: block;
	margin:15px 0;
}
.content .subtext {
	margin:0 0 20px;
}
.inner-box{
	padding:30px;
	border:1px solid #e1e1e1;
	border-radius:2px;
}
.inner-box .bold-text, .inner-box .text{display: block;}
.inner-box .info{
	margin:0 0 40px;
}
.inner-box .info a{
	text-decoration: underline;
	font-weight: normal;
}
.content .txt{
	display: block;
	margin:0 0 22px;
}
.content .txt a{
	font-weight: normal;
	color: #2e2e2e;
}
.content .txt a:hover{
	color: #9fbc00;
}
.content .txt a i{
	display: inline-block;
	vertical-align: middle;
	margin:0 19px 0 0;
	font-size: 25px;
	line-height: 25px;
}
.content address{
	padding:0 0 0 30px;
	position: relative;
}
.content address:after{
	 content: "\e90e";
	position: absolute;
	left: 0;
	font-family: 'icomoon';
	top: 5px;
	font-size: 25px;
	line-height: 25px;
}
.list{
	list-style: none;
	padding: 20px 0 0 47px;
	margin: 0;
}
.list li{
	position: relative;
	padding:0 0 0 30px;
	margin:0 0 10px;
}
.list li:after{
	position: absolute;
	border:2px solid #51276d;
	width: 13px;
	height: 13px;
	border-radius:100%;
	content: '';
	left: 0;
	top: 5px;
}
.section{
	margin-bottom:50px;
}
.map{
	margin:-30px 0 0;
	height: 360px !important;
}
.locator-map{
	width: 100%;
}
.map iframe, .locator-map iframe{
	width: 100%;
}
.addresses{
	padding:20px;
}
.addresses address{
	padding:0 0 0px 30px;
	position: relative;
}
.addresses address:after{
	 content: "\e90e";
	position: absolute;
	left: 0;
	font-family: 'icomoon';
	top: 5px;
	font-size: 25px;
	line-height: 25px;
}
#footer {
	background: #2e2e2e;
	padding: 60px 0 0;
	font-size: 14px;
	line-height: 16px;
	color: #bbb;
}
#footer .container{position: relative;}
.backtop{
	position: absolute;
	left: 100%;
	top: 0;
	width: 59px;
	height: 59px;
	border:1px solid #5c5c5c;
	border-radius:4px;
	text-align: center;
	line-height: 58px;
	color: #5b5b5b;
	z-index: 999;
	transition:all linear 0.2s;
	-ms-transition:all linear 0.2s;
}
.backtop:after {
	position: absolute;
	left: -1px;
	right: -1px;
	top: 0;
	margin: 0 auto;
	width: 0;
	height: 100%;
	border-radius: 4px;
	background: #51276d;
	content: '';
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	z-index: -1;
}
.backtop:hover:after { width: 100%; }
.backtop:hover{
	color: #fff !important;
	background: none;
	border: 1px solid transparent;
}
#footer ul {
	margin: 0 0 50px;
	list-style: none;
	padding: 0;
}
#footer ul li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 18px;
}
#footer a {
	color: #bbb;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
}
#footer a:hover { color: #9fbc00; }
#footer ul li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	content: "\e903";
	font-family: 'icomoon';
	font-size: 6px;
	color: #bbb;
}
#footer h3 {
	margin: 0 0 30px;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
	font-weight: 700;
}
#footer address {
	display: block;
	border-bottom: 1px dotted #424346;
	padding: 0 0 10px 20px;
	margin: 0 0 10px;
	position: relative;
	width: 275px;
}
#footer address:before {
	position: absolute;
	content: '';
	left: 0;
	top: 5px;
	content: "\e911";
	font-family: 'icomoon';
	font-size: 13px;
	color: #bbb;
	color: #fff;
}
#footer .txt {
	display: block;
	border-bottom: 1px dotted #424346;
	padding: 0 0 10px 20px;
	margin: 0 0 10px;
	position: relative;
	width: 275px;
}
#footer .txt:before {
	position: absolute;
	content: '';
	left: 0;
	top: 2px;
	content: "\e910";
	font-family: 'icomoon';
	font-size: 15px;
	color: #bbb;
	color: #fff;
}
#footer .txt.mail:before { content: "\e90f"; }
.lower-footer {
	overflow: hidden;
	border-top: 1px solid #4a4a4a;
	padding-top: 35px;
	padding-bottom: 35px;
}
.lower-footer p { margin: 0 0 15px; }
.designby {
	float: right;
	font-weight: 400;
}
.sidenav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.sidenav ul li{
	border:1px solid #e1e1e1;
	margin:0 0 -1px;
}
.sidenav ul li a{
	padding:19px 15px 19px 48px;
	line-height: 19px;
	display: block;
	color: #2e2e2e;
	font-weight: 700;
	position: relative;
}
.sidenav ul li a:after{
	color: #2e2e2e;
	content: "";
	font-family: "icomoon";
	font-size: 8px;
	left: 25px;
	position: absolute;
	top: 20px;
	font-weight: 400;
	transition:all linear 0.2s;
	-ms-transition:all linear 0.2s;
}
.sidenav ul li a:hover, .sidenav ul li:hover a,.sidenav ul li.active a {
	background: #f6f6f6;
	color: #51276d;
}
.sidenav ul li a:hover:after{left: 30px;}
.field-row{
	padding:20px;
	border:1px solid #e1e1e1;
	letter-spacing:-9px;
	margin:0 0 15px;
}
.field-row .table{
	letter-spacing:0;
}
.field-row .col{
	display: inline-block;
	vertical-align: bottom;
	letter-spacing:0;
}
.field-row .four-cols .col{
	width: 25%;
	padding:0 10px;
	vertical-align: top;
}
.field-row .two-cols .col{
	width: 50%;
	padding:0 10px;
}
.field-row.checks-cols .col{
	width: 23%;
	padding:0 10px;
	white-space:nowrap;
}
.field-row.checks-cols .col:last-child{
	width:31%;
}
.schedule-form label{
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
.note{font-size: 15px;}
.simple-text{
	letter-spacing:0;
	font-weight: 400;
	display: block;
	padding:10px;
}
.label, .radio-list{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 18px;
	color: #2e2e2e;
	font-weight: 400;
	margin:0 0 10px;
	padding: 20px 10px 0 0;
	white-space:normal;
	text-align: left;
}
.label-txt{
	display: block;
	letter-spacing:0;
	margin:10px 0;
}
.radio-list li{
	margin:0 0 10px;
}
.three1-cols .col{
	width:50%;
	padding:0 10px;
}
.three1-cols .col:first-child{
	width:39%;
}
.three-cols .row{margin:0 -10px;}
.three-cols .col{
	width:33.33%;
	padding:0 20px;
}
.singal-row{
	letter-spacing: 0;
	margin:0 -5px;
}
.capture-box{
	padding:15px 5px;
}
.three1-cols .small-col{
	width: 11%;
	letter-spacing:0;
	display: inline-block;
	vertical-align: middle;
	padding:0 16px;
}
.plus{
	padding-right:50px !important;
	position: relative;
}
.btn-plus{
	background: #51276d;
	width: 25px;
	height: 25px;
	display: block;
	border-radius:100%;
	position: absolute;
	right: 0;
	top: 50%;
	color: #977da7 !important;
	letter-spacing:0;
	font-weight: 700;
	text-align: center;
	font-size: 19px;
	text-align: center;
	line-height: 25px;
}
.schedule-form .btn{
	margin:0 auto;
	float: none;
	display: block;
	letter-spacing:0;
}
@media screen and (max-width: 1330px) {
	.backtop{
		left: auto;
		right: 0;
		bottom:80px;
		top:auto;
	}
}
@media screen and (max-width: 1199px) {
	#nav .navbar-nav { font-size: 14px; }
	#nav .navbar-nav > li > a { padding: 35px 10px 42px; }
	.banner img{
		width: 150%;
		max-width:inherit;
		margin:0 -25%;
	}
	#nav .navbar-nav { font-size: 13px; }
	.tech-block .pull-left, .tech-block .pull-right{
		width: 40%;
	}
}
@media screen and (max-width: 992px) {
	.navbar-brand {
		padding: 9px 0 0;
		width: 154px;
		margin: 0 0 0 15px;
		height: 34px;
	}
	.navbar-toggle .icon-bar, .navbar-default .navbar-toggle .icon-bar { background: #51276d; }
	.navbar-default .navbar-toggle { border-color: #51276d; }
	#nav .navbar-nav { font-size: 11px; }
	#nav .navbar-nav > li > a { padding: 32px 5px; }
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		width: 150%;
		margin: 0 -25%;
		max-width: inherit;
	}
	.mega-dropdown .col {
		border-left: 1px solid #e1e1e1;
		float: left;
		margin: 0 0 -9999px;
		padding: 0 10px 9999px;
		width: 25%;
	}
	.mega-dropdown ul {
		font-size: 14px;
		line-height: 16px;
	}
	.mega-dropdown ul ul {
		font-size: 12px;
		line-height: 14px;
	}
	#nav .navbar-nav > li:hover .mega-dropdown {
		left: 0;
		right: 0;
	}
	.action-box a{
		font-size: 11px;
	}
	.action-box a:first-child { padding: 15px 10px 15px 50px; }
	.action-box {
		height: 72px;
		margin: -36px auto;
	}
	.action-box a { padding: 15px 50px 15px 10px; }
	.inner-block { padding: 0; }
	blockquote { padding: 0; }
	.location-block form { padding: 0; }
	.backtop{
		bottom:20px;
	}
	.sidenav ul{font-size: 12px;}
	.sidenav ul li a{
		padding:12px 15px 12px 18px;
	}
	.sidenav ul li a:after{
		top: 13px;
		left: 8px;
	}
	.sidenav ul li a:hover:after{left: 6px;}
	.field-row.checks-cols .col:last-child, .field-row.checks-cols .col{
		width: 50%;
	}
	.simple-text{
		padding:15px 10px 0 0;
	}
	.tech-block .pull-left, .tech-block .pull-right{
		width:auto;
		float: none !important;
		max-width:100%;
		margin:0 auto 20px !important;
		display: block;
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size: 12px;
		line-height: 18px;
	}
	.navbar-brand {
		height: auto;
		width: 108px;
		margin-bottom: 10px;
	}
	.navbar-toggle { margin-top: 18px; }
	.topbar {
		font-size: 12px;
		text-align: center;
	}
	#nav .navbar-nav > li {
		float: left;
		width: 100%;
		position: relative;
	}
	#nav .navbar-nav > li > a { padding: 5px 10px; }
	.topbar a i { font-size: 14px; }
	.mega-dropdown {
		padding: 0;
		position: static;
		max-height: 0;
		border: none;
	}
	#nav .navbar-nav > li:hover .mega-dropdown { max-height: 400px; }
	.mega-dropdown .col {
		width: 100%;
		padding: 0 12px;
		float: none;
		margin: 0;
	}
	.mega-dropdown ul {
		font-weight: normal;
		font-size: 12px;
		padding: 0 0 0 10px;
	}
	.mega-dropdown ul li { margin: 0 0 5px; }
	.mega-dropdown ul ul {
		max-height: 0;
		visibility: hidden;
		padding: 5px 0 0 10px;
		font-size: 12px;
	}
	.mega-dropdown ul li:hover ul {
		max-height: 400px;
		visibility: visible;
	}
	.carousel-caption {
		color: #fff;
		position: static;
		background: #51276d;
		text-align: left !important;
		padding: 15px;
	}
	.carousel-fade .carousel-caption .caption-inner { color: #fff; }
	.carousel-fade .carousel-caption h2 {
		color: #fff;
		text-shadow: none;
		font-size: 18px;
		line-height: 20px;
	}
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		width: 200%;
		margin: 0 -70%;
	}
	.action-box {
		margin: 0;
		border-radius: 0;
		width: 100%;
		height: auto !important;
		border-top: 2px solid #fff;
		overflow: hidden;
	}
	.action-box a { border-radius: 0 !important; }
	.block.first-block, .block { padding: 20px 0; }
	.block h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.block .subtext {
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 10px;
	}
	.btn {
		line-height: 18px;
		font-size: 12px;
		min-width: 100px;
	}
	.carousel .box:after {
		max-height: 278px;
		visibility: visible;
	}
	.carousel .slide .btn-primary {
		opacity: 1;
		visibility: visible;
	}
	.carousel .slide img {
		float: none !important;
		margin: 0 auto 20px;
		display: block;
	}
	.carousel .slide h3 {
		font-size: 14px;
		line-height: 16px;
	}
	blockquote {
		font-size: 14px;
		line-height: 20px;
	}
	blockquote p, blockquote cite { margin: 0 0 15px; }
	blockquote cite .author {
		font-size: 14px;
		line-height: 18px;
	}
	.location-block {
		height: auto;
		background-size: cover;
	}
	.location-block .col-xs-4 {
		width: 100%;
		margin: 0 0 15px;
	}
	.location-block .btn-success {
		margin: 0 auto 15px;
		float: none;
		display: block;
	}
	#footer { padding: 15px 0; }
	#footer h3, #footer ul li, #footer ul { margin: 0 0 10px; }
	.lower-footer {
		border-top: none;
		overflow: hidden;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.designby {
		float: none !important;
		margin: 0 0 15px;
		display: block;
	}
	.carousel .btn-prev, .carousel .btn-next {
		width: 30px;
		height: 30px;
		margin: -15px -2px 0;
		line-height: 30px;
	}
	.backtop{
		bottom:auto;
		top: 100%;
		right: 15px;
		margin:10px 0 0;
	}
	.lower-footer{padding-right: 80px;}
	.mega-dropdown ul li.has-drop-down {
		position: relative;
	}
	.mega-dropdown ul li.has-drop-down:after{
		position: absolute;
		right: 0;
		content: "\e900";
		font-family: 'icomoon';
		top: 0;
		font-size: 8px;
	}
	.mega-dropdown ul li.has-drop-down:hover:after{
		content: "\e901";
	}
	.banner img{
		width: 220%;
		max-width:inherit;
		margin:0 -60%;
	}
	.images img{margin-bottom: 18px;}
	.history-box{
		font-size: 14px;
		line-height: 18px;
		padding:30px 30px 20px 75px;
	}
	.history-box::after{
		font-size: 30px;
		line-height: 30px;
	}
	.breadcrumb{
		font-size: 12px;
		line-height: 14px;
		margin:0 0 15px;
	}
	.list{padding:10px 0 0 10px;}
	.list li{padding:0 0 0 15px}
	.list li:after{
		width: 8px;
		height: 8px;
	}
	.field-row{padding: 10px;}
	.field-row .four-cols .col, .field-row .two-cols .col, .three1-cols .col, .three1-cols .small-col, .three-cols .col, .three1-cols .col:first-child{
		width: 100%;
		padding: 0;
	}
	.three-cols .row{margin: 0;}
	.note {
	  font-size: 12px;
	  padding:10px 0;
	  margin: 0;
	  display: block;
	}
	.jcf-checkbox{
		width: 16px;
		height: 16px;
	}
	.schedule-form label{font-size: 9px;}
	#footer address, #footer .txt{width: auto;}
	.contact-form .btn{
		width: 100%;
		max-width:200px;
		min-width:200px;
		margin:15px auto;
		display: block;
	}
	.modal-dialog{
		width: 90%;
		margin:0 auto;
	}
	.tech-block .text{text-align: center;}
}
@media screen and (max-width: 479px) {
	.action-box a {
		width: 100%;
		padding: 15px !important;
		border-top: 2px solid #fff;
	}
	.field-row.checks-cols .col:last-child, .field-row.checks-cols .col{
		width: 100%;
		margin:0 0 10px;
	}
	.schedule-form label{font-size: 12px;}
	
}

address { margin-bottom:0px !important; }