body {
	font-family: Calibri, sans-serif;
	color: #a6a8a8;
	font-size: 14px
}
a, input, button {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s
}
a {
	color: #900028
}
a:hover {
	color: #333;
	text-decoration: underline
}
hr {
	border-color: #900028;
	margin: 10px 0
}
h1, h2, h3, h4, h5, .navbar-default .nav-justified>li, .btn, p.big-paragraph, p.small-paragraph, .carousel-caption, .recent-posts .col-md-9 .text p small {
	font-family: 'Open Sans', sans-serif
}
h1 {
	font-size: 45px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 300
}
h2 {
	font-size: 36px;
	font-weight: 300;
	color: #1E1E1E;
	line-height: 50px
}
h2.page_title {
	line-height: 24px;
	padding: 40px 0;
	color: #333838;
	text-transform: capitalize
}
h2 span {
	font-weight: 700
}
h2 span.blue {
	font-weight: 300;
	background-color: #23c3ff;
	color: #fff;
	padding: 0 3px 4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}
span.sep {
	width: 140px;
	display: inline-block;
	border-top: 1px solid #23c3ff
}
h2 small {
	color: #c7c7c7;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400
}
h2.block__title {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	line-height: 3px;
	margin-bottom: 60px
}
h2.block__title span {
	border: none;
	background-color: #eff2f2;
	padding: 0 30px;
	text-transform: uppercase;
	line-height: 3px
}
h3 {
	font-size: 32px;
	color: #1e1e1e;
	font-weight: 300
}
h3 a {
	color: #900028
}
h3 a:hover {
	text-decoration: none;
	color: #900028
}
.typo {
	margin-top: 80px
}
h4 {
	font-size: 19px;
	line-height: 105%;
	color: #1e1e1e;
	text-transform: none
}
h4 a {
	color: #1e1e1e
}
h4 a:hover {
	text-decoration: none;
	color: #900028
}
h5 {
	font-size: 22px;
	text-transform: uppercase;
	color: #33313a
}
h2.with__margin {
	margin-top: 70px;
	margin-bottom: 0
}
h2.with__margin2 {
	margin: 50px 0
}
.form-control, .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}
.form-control:focus {
	border-color: #23c3ff
}
.btn-primary {
	font-size: 12px;
	text-transform: uppercase;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	border-color: #f9f34a;
	background: #23c3ff;
	width: 140px;
	height: 40px;
	line-height: 40px;
	padding: 0
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #f9f34a;
	border-color: #23c3ff;
	color: #23c3ff
}
.btn-info {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #900028;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: thin solid #000;
	border-radius: 4px;
	padding: 15px
}
.btn-info:hover, .btn-info:focus {
	background-color: #000;
	color: #900028;
	border: thin solid #900028
}
.btn-default {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border-color: #fff;
	background: none
}
.btn-default:hover, .btn-default:focus {
	background-color: #fff;
	border-color: #fff;
	color: #393a36
}
button.btn-primary:focus, .btn-default:focus, .btn-info:focus {
	outline: none
}
.btn-lg {
	width: 180px;
	height: 57px;
	line-height: 57px;
	padding: 0;
	text-transform: uppercase
}
header {
	width: 100%
}
.navbar-header {
	padding-bottom: 1%
}
.navbar-toggle {
	margin-right: 0
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	width: 80px;
	height: 47px;
	text-transform: none;
	line-height: 47px;
	text-align: center;
	display: inline-block;
	margin: 26px auto;
	padding: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}
.navbar-default .navbar-brand a {
	color: #FFF;
	text-decoration: none
}
.dropdown:hover .dropdown-menu {
	display: block
}
.navbar-default {
	background: none;
	border: none;
	position: relative;
	z-index: 999
}
.navbar-default .navbar-nav {
	padding: 0
}
.navbar-default .navbar-nav>li>a {
	color: #900028;
	font-size: 65%;
	padding: 40px 15px;
	font-weight: 800;
	font-family: "Open Sans", sams-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: uppercase
}
.navbar-default .navbar-nav>li.dropdown>a {
	background: none
}
.navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>li.open>a, .navbar-default .navbar-nav>li.active>a:hover {
	color: #020202;
	background: none
}
.navbar-default .navbar-nav>li:first-child {
	margin-left: 0
}
ul.dropdown-menu {
	padding: 0;
	left: 0!important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border: none;
	background: rgba(27,32,33,0.9);
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none
}
ul.dropdown-menu li {
	border-bottom: 1px solid #545858
}
ul.dropdown-menu li:last-child {
	border-bottom: none;
	border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-ms-border-radius: 0 0 2px 2px;
	-o-border-radius: 0 0 2px 2px
}
ul.dropdown-menu li:first-child {
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0
}
ul.dropdown-menu>li>a {
	color: #b1b1b1;
	border-top: none;
	font-weight: 400;
	font-size: 14px;
	padding: 15px 20px;
	text-transform: uppercase
}
ul.dropdown-menu>li>a:hover {
	color: #F3D229;
	border-top: none;
	background: none
}
.slider {
	position: relative
}
.boxess {
	padding-top: 25px
}
.slider .btn {
	margin: 70px 10px 0
}
.slider h2 {
	color: #900028;
	font-weight: 700;
	font-size: 54px;
	text-shadow: 5px 4px 6px #FBFBFB;
	margin-top: 35px
}
.carousel-caption {
	top: 50%;
	margin-top: -140px;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 3px #666;
	text-transform: none;
	font-weight: 300
}
.carousel-caption h1 {
	line-height: 60px
}
.carousel-control {
	background: none;
	opacity: 1;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	-moz-opacity: 1
}
.carousel-control .carousel-control-left {
	background: url(../images/slider/prev.png) no-repeat;
	width: 54px;
	height: 54px;
	left: 20px
}
.carousel-control .carousel-control-right {
	background: url(../images/slider/next.png) no-repeat;
	width: 54px;
	height: 54px;
	right: 20px
}
.carousel-control .carousel-control-left:hover {
	background: url(../images/slider/prev_a.png) no-repeat
}
.carousel-control .carousel-control-right:hover {
	background: url(../images/slider/next_a.png) no-repeat
}
.boxed .carousel-control .carousel-control-left {
	left: -150px;
	top: 270px
}
.boxed .carousel-control .carousel-control-right {
	right: -150px;
	top: 270px
}
.boxed .carousel-caption {
	top: 90px
}
.boxess .carousel-caption h1 {
	font-size: 40px;
	line-height: 40px
}
.main__middle__container .row ul, .main__middle__container .row ol {
	padding-left: 20px
}
.main__middle__container {
	width: 100%
}
.row {
	padding: 75px 0
}
.row.with__sep {
	background: url(../images/lines.png) repeat-x left bottom
}
.container .row:first-child {
	padding: 0;
	margin-bottom: 35px;
	margin-top: -5%
}
p.big-paragraph {
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 20px;
	color: silver
}
.orange {
	color: #23c3ff;
	padding: 0 0 10px
}
.black-text {
	color: #1e1e1e
}
.blue__line {
	width: 100%
}
.blue__line h1 {
	color: #1e1e1e
}
.icons__blocks {
	background-color: #f3f5f6;
	width: 100%
}
.icons__blocks p.small-paragraph {
	font-size: 12px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	text-transform: uppercase;
	margin-top: 15px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: #c7c7c7
}
.icons__blocks p {
	margin-top: 20px;
	text-align: left
}
.icons__blocks h3 {
	font-size: 32px;
	font-weight: 700;
	color: #10603D
}
.service-blocks {
	background-color: #D5D5D5;
	padding-top: 25px;
	padding-bottom: 20px
}
.service-blocks h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 500
}
.service-blocks a {
	color: #000
}
.service-blocks a:hover {
	color: #900028;
	text-decoration: none
}
.grey-info-block {
	width: 100%;
	margin: 0;
	color: #fff;
	background-color: #E9E9E9;
	padding: 75px 0
}
.grey-info-block span.sep, .grey-info-block h2.page_title span, .grey-info-block h2 small, {
border-color:#fff;
color:#fff
}
.grey-info-block p.small-paragraph {
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
	margin-top: 15px;
	color: #c7f0ff;
	border-bottom: 1px solid #91e1ff
}
.grey-info-block h3 {
	color: #050505;
	font-weight: 700
}
.grey-info-block p {
	color: #030303;
	font-size: 18px
}
.grey-info-block .btn-info {
	border-color: #fff319;
	margin-top: 35px;
	background-color: #fff
}
.grey-info-block .btn-info:hover {
	color: #23c3ff;
	border-color: #fff;
	background-color: #f9f34a
}
.three-blocks {
	background: url(../images/image_1920x374.jpg) no-repeat;
	background-size: 100% 100%
}
.three-blocks h2 {
	color: #fff;
	padding: 0
}
.three-blocks p {
	padding: 25px 0 0;
	font-size: 12px;
	color: #b4b4b4;
	text-transform: uppercase
}
.recent-posts .col-md-9, .recent-posts .col-md-3 {
	margin-top: 40px
}
.recent-posts .col-md-9 .text {
	float: left;
	width: 55%;
	margin-left: 2%
}
.recent-posts .col-md-9 .text h3 {
	margin-top: -5px;
	margin-bottom: 5px
}
.recent-posts .col-md-9 .text p {
	padding: 5px 0
}
.recent-posts .col-md-9 .text p.small-paragraph {
	font-size: 12px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 25px;
	margin-bottom: 20px;
	color: #c2c2c2;
	font-weight: 400;
	text-transform: uppercase
}
.recent-posts .col-md-9 img {
	width: 43%
}
.recent-posts .col-md-9 article {
	margin-bottom: 50px
}
.recent-posts .col-md-3 .icon-item {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 0 30px
}
.recent-posts .col-md-3 .btn.btn-primary {
	width: 100%
}
.socialicon {
	position: relative;
	display: inline-block;
	width: 32px;
	margin-right: 5px;
	height: 32px
}
.socialicon-twitter {
	background: url(../images/social/twitter.png) no-repeat
}
.socialicon-facebook {
	background: url(../images/social/facebook.png) no-repeat
}
.socialicon-google {
	background: url(../images/social/google.png) no-repeat
}
.socialicon-mail {
	background: url(../images/social/mail.png) no-repeat
}
.socialicon-twitter:hover {
	background: url(../images/social/twitter_a.png) no-repeat
}
.socialicon-facebook:hover {
	background: url(../images/social/facebook_a.png) no-repeat
}
.socialicon-google:hover {
	background: url(../images/social/google_a.png) no-repeat
}
.socialicon-mail:hover {
	background: url(../images/social/mail_a.png) no-repeat
}
.contact-form .col-md-6 {
	padding: 0 20px 0 0
}
.contact-form .col-md-6:nth-child(2) {
	padding: 0
}
aside h3 {
	line-height: 11px;
	margin-bottom: 40px
}
aside img {
	width: 100%;
	margin-bottom: 10px
}
aside ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0
}
aside ul li:last-child {
	border-bottom: none
}
aside a.btn {
	margin: 20px 0 40px
}
.main-content h2 {
	line-height: 11px;
	margin-bottom: 40px
}
footer {
	background-color: #030303;
	color: gray
}
footer h3 {
	padding-bottom: 20px;
	color: #FFF
}
footer hr {
	border-top: 1px solid #d0d1d2;
	margin: 20px 0 0
}
footer p span {
	color: #1e1e1e
}
footer p {
	color: #FFF
}
footer a {
	color: #FFF
}
footer>.container>.row:first-child {
	padding: 45px 0
}
footer .text-center {
	padding: 40px 0;
	margin: 0
}
footer .form-group {
	width: 90%
}
footer button.btn-primary {
	position: relative;
	top: 10px
}
footer button.btn-primary:focus {
	outline: none
}
.img-responsive {
	margin: 0 auto;
	z-index: 0
}
.no-margin {
	margin: 0
}
.no_padding {
	padding: 80px 0
}
.row.nothing {
	padding-left: 0!important;
	padding-right: 0!important
}

@media(max-width:1600px) {
.carousel-caption h1 {
	font-size: 40px;
	line-height: 40px
}
}

@media(max-width:1310px) {
.carousel-caption {
	font-size: 14px;
	top: 65%
}
.carousel-caption h1 {
	font-size: 30px;
	line-height: 30px
}
.slider .btn {
	margin: 10px
}
}

@media(max-width:990px) {
.main__middle__container h3.heading.white {
	background: none
}
.carousel-caption {
	font-size: 13px;
	top: 50%;
	margin-top: -110px;
	left: 15%;
	right: 15%
}
.carousel-caption h1 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0;
	padding-bottom: 5px
}
.boxess .carousel-caption h1 {
	font-size: 20px;
	line-height: 20px
}
.carousel-control .carousel-control-left {
	left: 5px
}
.carousel-control .carousel-control-right {
	right: 5px
}
.carousel-control {
	width: auto
}
.boxess .carousel-control {
	width: auto;
	top: 50%;
	margin-top: -27px
}
.boxess .carousel-caption {
	top: 50%;
	margin-top: -80px
}
.navbar-default .navbar-nav>li>a {
	font-size: 12px
}
}

@media(max-width:768px) {
.recent-posts .col-md-9 .text {
	margin-left: 0
}
.navbar-toggle {
	top: 25px
}
.recent-posts .col-md-9 .text h3 {
	margin-top: 15px;
	margin-bottom: 5px
}
.three-blocks p {
	padding: 20px 0 10px;
	margin-bottom: 0
}
.recent-posts .col-md-9 .text, .recent-posts .col-md-9 img {
	float: left;
	width: 99%
}
header.with-boxed {
	height: auto
}
}

@media(max-width:767px) {
.navbar-collapse {
	height: 0;
	overflow: hidden
}
.navbar-collapse.in {
	display: block!important
}
.navbar-default .navbar-nav {
	padding: 0
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #222
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #23C3FF
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #23c3ff;
	background-color: transparent
}
.navbar-default .navbar-nav>li {
	display: block;
	text-align: center
}
.navbar-default .navbar-nav>li a {
	padding: 5px 0
}
}

@media(max-width:600px) {
.slider .btn {
	display: none
}
}

@media(max-width:440px) {
.carousel-caption {
	display: none
}
}
.item {
	opacity: 0;
	transition-property: opacity
}
.active {
	opacity: 1
}
.active.left, .active.right {
	left: 0;
	opacity: 0;
	z-index: 1
}
.next.left, .prev.right {
	opacity: 1
}
.carousel-control {
	z-index: 2
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.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
}
#portfolio {
	padding: 30px 0 40px;
	overflow: hidden
}
#portfolio ul.controls {
	padding: 0 0 20px 2px;
	overflow: hidden;
	margin: 20px 0;
	border-bottom: #23C3FF solid 2px
}
#portfolio ul.controls li {
	float: left;
	color: #000;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 15px;
	cursor: pointer
}
#portfolio ul.controls li:hover, #portfolio ul.controls li.active {
	padding: 4px 15px;
	color: #23C3FF;
	margin: 0 -1px;
	border: 1px solid #23C3FF
}
#portfolio ul#Grid {
	margin: 0 0 30px;
	padding: 0;
	position: relative
}
#portfolio ul#Grid li {
	padding: 0 1px 1px 0;
	margin: 0;
	display: none;
	position: relative
}
#portfolio ul#Grid li a {
	display: block;
	position: relative;
	color: #fff
}
#portfolio ul#Grid li span.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	text-indent: -9999px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background: #000
}
#portfolio ul#Grid li:hover span.overlay {
	visibility: visible;
	opacity: .2;
	filter: alpha(opacity=20)
}
#portfolio ul#Grid span.text {
	padding: 0 10px;
	height: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 10;
	overflow: hidden;
	font-size: 22px;
	font-weight: 400;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFF;
	line-height: 30px;
	background: #23C3FF
}
#portfolio ul#Grid li:hover span.text {
	background: #23C3FF;
	opacity: .9
}
#portfolio ul#Grid span.text span {
	color: #f9f9f9;
	font-weight: 400;
	display: block;
	font-size: 14px;
	text-transform: none;
	line-height: 22px
}
#portfolio ul#Grid span.text:after {
	border-color: rgba(63,141,191,0);
	border-bottom-color: #23C3FF;
	border-width: 10px;
	margin-left: -10px
}
#portfolio ul#Grid span.text:before {
	border-color: rgba(63,141,191,0);
	border-bottom-color: #23C3FF;
	border-width: 16px;
	margin-left: -16px
}
#portfolio ul#Grid li:hover span.text {
	padding: 10px;
	height: auto;
	overflow: visible;
	text-decoration: none
}
ul.dropdown-menu {
	display: block;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	top: 85%!important;
	opacity: 0;
	visibility: hidden
}
.dropdown:hover .dropdown-menu {
	top: 100%!important;
	opacity: 1;
	visibility: visible
}

@media(max-width:767px) {
.navbar-default .navbar-nav > li > a {
	padding: 10px
}
.dropdown:hover .dropdown-menu {
	display: none
}
ul.dropdown-menu {
	visibility: visible;
	opacity: 1;
	display: none;
	position: relative;
	left: 0;
	top: 0!important;
	border-bottom: #999 solid 2px!important
}
.dropdown:hover .dropdown-menu {
	top: 0!important
}
.open .dropdown-menu, .open:hover .dropdown-menu {
	display: block;
	visibility: visible;
	opacity: 1
}
.navbar-collapse.in {
	max-height: 350px
}
.navbar-default ul.navbar-collapse {
	display: block!important;
	height: 0
}
ul.dropdown-menu li {
	border-bottom: 0 solid #545858
}
ul.dropdown-menu li a {
	color: #333
}
h1 {
	font-size: 24px
}
h2 {
	font-size: 22px
}
h3 {
	font-size: 20px
}
.pull-left {
	float: none!important
}
.pull-right {
	float: none!important
}
.recent-posts .col-md-9 article img.pull-left {
	max-width: 100%
}
.recent-posts .col-md-9 .text {
	text-align: center;
	width: auto;
	padding-top: 10px
}
.slider {
	overflow: hidden;
	max-width: 100%
}
.main__middle__container {
	overflow: hidden;
	max-width: 100%
}
footer {
	overflow: hidden;
	max-width: 100%;
	padding-top: 0
}
.carousel-caption {
	display: none
}
.carousel-control .carousel-control-right, .carousel-control .carousel-control-left {
	margin-top: 0
}
.navbar-default .nav-justified>li.dropdown:hover, .navbar-default .nav-justified>li.dropdown.active {
	border-top: 0 solid #adc648
}
.row {
	padding: 15px 0
}
.recent-posts .col-md-3 .icon-item {
	text-align: center
}
.icons__blocks {
	width: 105%
}
h2.page_title {
	padding: 20px 0
}
.no_padding {
	padding: 0 0 80px
}
h2.page_title {
	padding: 20px 0
}
.container .row:first-child {
	padding: 25px 10%
}
#portfolio ul#Grid a.link span {
	font-size: 11px;
	line-height: 15px
}
#portfolio ul.controls li {
	padding: 5px 10px
}
}

@media(min-width:768px) and (max-width: 991px) {
h1 {
	font-size: 30px
}
h2 {
	font-size: 24px
}
.recent-posts .col-md-9 .text h3 {
	margin-top: 0
}
.recent-posts .col-md-3 .icon-item img {
	max-width: 100%
}
.nav-justified > li {
	padding: 0 12px;
	display: block;
	float: left;
	width: auto
}
.row-2 {
	padding: 25px 0
}
.no_padding {
	padding: 0 0 80px
}
h2.page_title {
	padding: 20px 0
}
#portfolio ul#Grid a.link {
	font-size: 18px
}
#portfolio ul#Grid a.link span {
	font-size: 11px;
	line-height: 15px
}
.navbar-default .navbar-nav > li > a {
	padding: 40px 10px
}
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	min-width: 100%;
	height: auto
}
.one_half_pad {
	width: 44%
}
.one_third_pad {
	width: 27%
}
.one_fourth_pad {
	width: 19%
}
.one_fifth_pad {
	width: 14%
}
.one_sixth_pad {
	width: 10.5%
}
.two_fifth_pad {
	width: 37%
}
.two_third_pad {
	width: 60%
}
.two_fourth_pad {
	width: 43%
}
.two_fifth_pad {
	width: 33%
}
.three_fifth_pad {
	width: 58.4%
}
.three_fourth_pad {
	width: 74%
}
.four_fifth_pad {
	width: 67.2%
}
.five_sixth_pad {
	width: 82.67%
}
.one_half_pad, .one_third_pad, .two_third_pad, .three_fourth_pad, .one_fourth_pad, .one_fifth_pad, .two_fifth_pad, .two_fourth_pad, .two_fifth_pad, .three_fifth_pad, .four_fifth_pad, .one_sixth_pad, .five_sixth_pad {
	float: left;
	margin-bottom: 20px;
	margin-left: 3%;
	margin-right: 3%;
	position: relative
}
.one_half {
	width: 48%
}
.one_third {
	width: 30.5%
}
.one_fourth {
	width: 22%
}
.one_fifth {
	width: 16.8%
}
.one_sixth {
	width: 13.33%
}
.two_fifth {
	width: 37.6%
}
.two_third {
	width: 65.33%
}
.two_fourth {
	width: 48%
}
.three_fifth {
	width: 58.4%
}
.three_fourth {
	width: 74%
}
.four_fifth {
	width: 67.2%
}
.five_sixth {
	width: 82.67%
}
.one_half, .one_third, .two_third, .two_fourth, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	margin-bottom: 10px;
	margin-right: 4%;
	position: relative
}
.column-last {
	clear: right;
	margin-right: 0!important
}
.dc_tabs_type_2 .one_third {
	width: 29%
}
.clr {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%
}
.dc_clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	width: 100%
}
.engine {
	width: 325px;
	float: left;
	padding: 1px;
	-webkit-box-shadow: inset 1px 1px 45px 5px #DBDBDB;
	-moz-box-shadow: inset 1px 1px 45px 5px #DBDBDB;
	box-shadow: inset 1px 1px 45px 5px #DBDBDB
}
.eng_resize {
	padding: 0 0 0 25px
}
.engine h2 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center
}
.engine h3 {
	text-transform: uppercase;
	margin: 5px 0;
	padding: 0;
	font-size: 14px
}
.engine label {
	color: #2d2d2d;
	font-size: 1.2em;
	padding: 0;
	margin: 0
}
.datepicker {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	border: 1px solid #c8c8c8;
	color: #777;
	font: 1.1em Helvetica, Arial, sans-serif;
	padding: 10px 10px 10px 5px;
	width: 100%;
	background: #fff url(../images/calendar.png) no-repeat;
	background-position: 110px 5px;
	margin: 0 10px 5px 0
}
.engine input:focus {
	-webkit-box-shadow: 0 0 2px #ed1c24 inset;
	-moz-box-shadow: 0 0 2px #ed1c24 inset;
	-ms-box-shadow: 0 0 2px #ed1c24 inset;
	-o-box-shadow: 0 0 2px #ed1c24 inset;
	box-shadow: 0 0 2px #ed1c24 inset;
	background-color: #F8F8F8;
	border: 1px solid #ed1c24;
	outline: none
}
.engine select {
	border: 1px solid #c8c8c8;
	color: #777;
	font-size: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
	height: 40px
}
.lots {
	width: 288px;
	font-size: 1.2em;
	margin: 0 0 10px;
	padding: 0;
	height: 40px
}
.time {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	height: 40px;
	width: 110px
}
.preference {
	font-size: 1.2em;
	padding: 0 0 0 10px;
	width: 86%
}
.discount {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	border: 1px solid #c8c8c8;
	color: #777;
	font: 1.1em Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0 10px 0 8px;
	height: 30px;
	width: 75%
}
#eng_btn {
	-moz-box-shadow: inset 0 1px 0 0 #f5978e;
	-webkit-box-shadow: inset 0 1px 0 0 #f5978e;
	box-shadow: inset 0 1px 0 0 #f5978e;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background: -moz-linear-gradient(center top, #f24537 5%, #c62d1f 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color: #f24537;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	text-indent: 0;
	border: 1px solid #d02718;
	display: inline-block;
	color: #fff;
	font-family: Arial;
	font-size: 17px;
	font-weight: 700;
	font-style: normal;
	line-height: 35px;
	width: 285px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0 #810e05;
	margin: 10px 0 0;
	padding: 4px 0
}
#eng_btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background: -moz-linear-gradient(center top, #c62d1f 5%, #f24537 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color: #c62d1f
}
#eng_btn:active {
	position: relative;
	top: 1px
}
#brg {
	margin: 5px 0 10px
}
#vmc {
	float: right;
	margin: 5px 25px 0 0
}
#vmc:hover {
	opacity: .5
}
.row_reservation {
	margin-left: 0;
	-webkit-box-shadow: 3px 3px 19px 2px rgba(33,33,33,1);
	-moz-box-shadow: 3px 3px 19px 2px rgba(33,33,33,1);
	box-shadow: 3px 3px 19px 2px rgba(33,33,33,1);
	min-height: 265px;
	height: auto;
	background-color: #FFF;
	z-index: 10;
	position: relative
}
.directions .col-md-4 {
	padding-right: 3%
}
.perks {
	background-color: #3299bb;
	height: auto;
	padding-right: 0
}
.perks_box {
	padding: 25px;
	width: 100%
}
.rates {
	min-height: 235px;
	background-repeat: no-repeat;
	background-color: #020202;
	height: 261px;
}
.rates-corp {
	min-height: 220px;
	padding-bottom: 5%;
	background-repeat: no-repeat
}
.rates h2 {
	font-size: 30px;
	color: #FDFCFC;
	font-weight: 700;
	text-shadow: 2px 3px 5px #900028
}
.rates h3 {
	font-size: 20px;
	padding: 10px 15px;
	margin-right: 15px;
	text-align: center;
	color: #FFF;
	font-weight: 700;
	border: 2px solid #747474;
	background-color: #900028
}
.rates h4 {
	font-size: 19px;
	color: #FDFCFC;
	font-weight: 700;
	text-shadow: 2px 3px 5px #900028;
	line-height: 26px;
	text-align: left
}
.rates h5 {
	font-size: 30px;
	padding: 10px 15px;
	margin-right: 15px;
	text-align: left;
	color: #FFF;
	font-weight: 700;
	border: 2px solid #747474;
	background-color: #900028
}
.rates_box {
	padding-bottom: 15%
}
.lp_box {
	padding: 25px
}
.lp_box h1 {
	font-size: 36px!important;
	font-weight: 700!important;
	color: #3299bb!important;
	line-height: normal!important
}
.transport {
	background-color: #f90;
	-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.38);
	moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.38);
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.38)
}
.transport_padding {
	padding: 25px 25px 0
}
.transport h2, .transport p, .transport a {
	color: #fff
}
.transport a:hover {
	color: #424242
}
.transport ul {
	padding: 0 0 25px;
	font-weight: 700
}
.transport ul ul {
	padding-left: 25px;
	padding-bottom: 0;
	font-weight: 400
}
.transport li {
	color: #fff
}
.transport_hr {
	border-bottom: 1px solid #fff;
	margin-top: 5px;
	width: 100%;
	height: 1px
}
.now_page {
	margin: 0 auto;
	width: 100%;
	padding-top: 10px
}
.now_subpage {
	margin: 0 auto;
	width: 90%
}
.now_page_resize {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 90%
}
.now_page_btn {
	float: right;
	padding-top: 15px
}
.now_page_btn a {
	background: url(../images/now_page_btn.png) no-repeat center center;
	padding: 18px 48px 20px;
	width: 175px;
	text-align: center
}
.now_page_btn a:hover {
	background: url(../images/now_page_btn_a.png) no-repeat center center
}
.now_page_btn em {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	font-style: normal
}
.btn-large {
	width: 65%;
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 20px;
	margin-left: 10px
}
.btn_reserve {
	display: inline-block;
*display:inline;
	padding: 4px 12px;
	margin-bottom: 0;
*margin-left:.3em;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: #FCFCFC;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
*background-color:#f90;
	background-repeat: no-repeat;
*border:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom:1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	background-color: #900028;
	border: 2px solid #000
}
.btn_reserve:hover {
	color: #900028;
	background-color: #D7D7D7;
	border: 2px solid #900028;
	text-decoration: none
}

.res_btn {
	display: inline-block;
 *display:inline;
	padding-top: 8px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 8px;
	margin-bottom: 0;
 *margin-left:.3em;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: #FCFCFC;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
 *background-color:#f90;
	background-repeat: no-repeat;
 *border:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom:1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	background-color: #900028;
	border: 2px solid #000;
	margin-top: 25px;
	width: 100%;
}
.res_btn:hover {
	color: #900028;
	background-color: #D7D7D7;
	border: 2px solid #900028;
	text-decoration: none
}


.control-label {
	color: #5b6063;
	font-size: 14px
}
.datepicker {
	width: 100%
}
.time {
	width: 100%
}
.discount {
	width: 85%
}
.terms {
	padding-top: 20px
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
	margin-top: 4px
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
*padding-top:7px;
*padding-bottom:7px
}
.btn-group > .btn-large {
	font-size: 17.5px
}
.btn-large .caret {
	margin-top: 6px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px
}
.text-white {
	color: #FCFCFC
}
.move-up {
	margin-top: -6%;
	padding-bottom: 30px;
}
.underline-text {
	text-decoration: underline
}
.burgundy-text {
	color: #900028;
	font-weight: 700
}
.text-blue {
	color: #0C7BA1
}
.boarder {
	border: 2px solid #900028
}
.text-green {
	color: #04A05C
}
.text-black {
	color: #000
}
.header-adjust {
	margin-top: -158px
}
.footer-bkgrnd {
	background-image: url(url);
	background-color: #900028;
	border-top: thin solid #9B9B9B;
	color: #FFF
}
.pull-center {
	padding-left: 31%
}
.text-red {
	color: #FC0105
}
.table-pad {
	padding-left: 90px
}
.red-bar {
	background-color: #900028;
	color: #FCFBFB;
	font-weight: 700;
	text-align: center;
	font-style: italic;
	font-size: 20px;
	border-bottom: 2px solid #030303;
	border-top: 2px solid #030303
}
.red-header {
	background-color: #900028;
	height: 30px;
	color: #FCFBFB;
	font-weight: 700;
	text-align: center;
	font-style: italic;
	font-size: 20px;
	border-bottom: 2px solid #030303;
	border-top: 2px solid #030303
}
.text-burgundy {
	color: #900028
}
.text-bold {
	font-weight: 700
}
.pad-dwn {
	padding-top: 45px
}
.pad-down {
	padding-top: 30px
}
.list-text {
	font-size: 18px
}
#strike {
	text-decoration: line-through!important
}
.blog_post .image {
	overflow: hidden;
	margin-bottom: 20px
}
.blog_post .image a {
	display: block;
	position: relative
}
.blog_post .date {
	padding: 0;
	margin-right: 25%;
	color: #333;
	text-transform: uppercase;
	background: #f5f5f5;
	border: thin solid #e5e5e5
}
.blog_post .date span {
	padding: 0;
	display: block;
	margin: 0;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 40px
}
.blog_post .date cite {
	padding: 0;
	display: block;
	margin: 0;
	color: #fff;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	line-height: 20px;
	background: #27528C
}
.blog_post h2 {
	font-weight: lighter;
	font-size: 28px
}
.blog_post h2 a:hover {
	color: #27528C
}
.blog_post .btn i {
	font-weight: 300;
	font-size: 13px
}
.blog_post .post-meta span {
	padding: 10px 0 0;
	display: block;
	float: left;
	line-height: 20px;
	color: #27528C;
	margin-right: 5px;
	font-size: 12px
}
.blog_post .post-meta span a {
	color: #27528C
}
.blog_post .post-meta span i {
	color: #aaa;
	margin-right: 5px
}
.blog_post .col-sm-10 {
	padding-left: 0
}
.date {
	margin-right: 25%;
	width: 50px;
	color: #000;
	padding: 15px
}
.small-text {
	color: #900028;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	font-style: italic;
	margin-top: 0;
	padding-bottom: 5px;
	border-bottom: thin solid #000
}
.down {
	padding-top: 5px
}
.move-down {
	margin-top: 15px
}
.move-dwn {
	margin-top: 60px
}
.btn-adjust {
	margin-top: 8%;
	margin-right: 26%
}
.text-bkgrnd {
	background-color: #E8E8E8;
	padding: 5px
}
.triple-h2 {
    text-align: center;
    font-size: 157%;
    line-height: 145%;
    font-weight: 400;
}
.extra-space-ul {
    line-height: 200%;
}
.res-top-padding {
	padding-top: 5%;
}
.red-frame {
	border: thin solid #900028;
}
.text-maroon {
	color: #900028
}
.small-top-padding {
	padding-top: 1%;
}
.lt-grey-fill {
    background-color: #E3E3E3;
}
.shadow-frame {
    -webkit-box-shadow: 3px 2px 6px 0px;
    box-shadow: 3px 2px 6px 0px;

}
.padding-bottom {
    padding-bottom: 20px;
}
.extra-padding-top-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}
.uniform-size-button {
    width: 50%;
    padding-top: 0px;
    margin-bottom: 8px;
}
.less-left-margin {
    margin-left: -30px;
}
