@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";
html {
	width:100%;
}
a[href^="tel:"] {
color:inherit;
text-decoration:none;
}
* {
	-webkit-text-size-adjust:none;
}
body {
	position:relative;
	background:#b90000;
	color:black;
	font:14px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.widget1{
	position: absolute;
    margin: -36% 47%;
    z-index: 999;
	width:250px;
	height:150px;
}

.widget2{
	 position: absolute;
    margin: -20% 47%;
    z-index: 999;
}
#video-background {
/*  making the video fullscreen  */
  position: relative;
  right: 0; 
  bottom: 0;
  width:50%;
  min-width: 100%; 
  min-height: 100%;
  height: auto; 
  z-index:10;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
strong {
	font-weight:700;
}
address {
	font-style:normal;
}
p {
	margin-bottom:18px;
}
input, textarea {
	border-radius:0!important;
	outline:none!important;
}
img {
	max-width:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#4b4b4b;
	text-transform:uppercase;
}
h2 {
	font-size:18px;
	line-height:25px;
}
h2.head1 {
	margin-top:-6px;
	margin-bottom:26px;
}
h2.head2 {
	padding-top:40px;
	margin-bottom:22px;
}
h2.head3 {
	padding-top:32px;
	margin-bottom:26px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 90%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-success{
    color: #fff;
    background-color: #449d44;
    border-color: #398439;	
}
ul {
	padding:0;
	margin:0;
	list-style:none;
}
.list li {
	font-size:12px;
	background:url(../images/marker.png) 0 7px no-repeat;
	color:#373737;
	font-weight:bold;
	padding-left:10px;
}
.list li+li {
	background-position:0 10px;
	margin-top:3px;
	padding-top:3px;
	border-top:1px solid #d2d3d4;
}
.list1 li {
	text-transform:uppercase;
	color:#373737;
	padding-left:40px;
	position:relative;
	font-size:12px;
	padding-bottom:10px;
}
.list1 li+li {
	padding-top:11px;
	border-top:1px solid #d6d6d6;
}
.list1 li+li .count {
	top:7px;
}
.list1 .count {
	border-radius:500px;
	color:#fff;
	font-size:14px;
	left:0;
	top:-4px;
	line-height:24px;
	text-align:center;
	background:url(../images/cou8nt_bg.png) 0 0 repeat-x;
	width:24px;
	height:24px;
	position:absolute;
}
.blog_list li {
	padding:5px 0 5px 21px;
	padding-left:21px;
	text-transform:uppercase;
}
.blog_list li+li {
	margin-top:2px;
}
.blog_list li .color2 {
	background:url(../images/marker1.png) 0 2px no-repeat;
	padding-left:10px;
}
.blog_list li time {
	padding-top:2px;
	text-transform:none;
	display:block;
}
.blog_list li:nth-child(2n) {
background-color:#f5f5f5;
}
.bot_list {
	float:left;
	width:120px;
	color:#636363;
	font-size:13px;
	padding-top:16px;
}
.bot_list.last {
	width:auto;
}
.list2 {
	padding-top:3px;
}
.list2 li {
	padding-left:12px;
	background:url(../images/marker2.png) 0 7px no-repeat;
}
.list2 li+li {
	margin-top:13px;
}
.list3 {
	margin-top:-5px;
}
.list3 li+li {
	margin-top:18px;
}
a {
	text-decoration:none;
	color:inherit;
	outline:none;
	transition:0.5s ease;
	-o-transition:0.5s ease;
	-webkit-transition:0.5s ease;
}
a:hover {
	color:#26b7e6;
}
.list+div>.link1 {
	margin-top:21px;
}
.link1 {
	display:inline-block;
	color:#ff170c;
	text-decoration:underline;
	margin-top:12px;
	font-size:12px;
}
.link1:hover {
	color:#373737;
}
.mb0 {
	margin-bottom:0px!important;
}
.m0 {
	margin:0!important;
}
.pad0 {
	padding:0!important;
}
.pad1 {
}
.img_inner {
	max-width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:25px;
	margin-top:0px;
	border:1px solid #d2d3d4;
}
.page1 .img_inner {
	margin-top:0;
}
.fleft {
	float:left;
	width:auto!important;
	margin-right:20px;
	margin-bottom:0px;
}
.oh {
	overflow:hidden;
}
.fright {
	float:right!important;
}
.upp {
	text-transform:uppercase;
}
.alright {
	text-align:right;
}
.ta__center {
	text-align:center;
}
.ta__left {
	text-align:left;
}
.wrapper, .extra_wrapper {
	overflow:hidden;
}
.clear {
	float:none!important;
	clear:both;
}
.oh {
	overflow:hidden;
}
.nowrap {
	white-space:nowrap;
}
.rel {
	position:relative;
}
.main {
	width:1000px;
	margin:0 auto;
	background-color:#fff;
	padding-bottom:30px;
}
header {
	display:block;
	position:relative;
	padding-bottom:49px;
}
header h1 {
	position:relative;
	text-align:center;
	z-index:990;
	float:left;
	padding:18px 0 17px;
}
header h1 a {
	display:inline-block;
	overflow:hidden;
	font-size:0;
	line-height:0;
	text-indent:-999px;
	transition:0s ease;
	-o-transition:0s ease;
	-webkit-transition:0s ease;
}
header h1 a img {
	display:block;
}
.header_links {
	padding:13px 0 5px;
	border-bottom:1px solid #d2d3d4;
}
.content {
	padding-bottom:19px;
}
.page1 .content {
	padding-bottom:20px;
}
.block1 {
	margin-bottom:1px;
	background:#13acdd url(../images/block1_bg.png) 0 0 repeat-x;
	color:#fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	border-left:1px solid #fff;
	float:left;
	line-height:20px;
	width:25%;
	padding:16px 20px 14px;
	position:relative;
	text-transform:uppercase;
}
.block1:before {
	position:absolute;
	left:0;
	top:20px;
	content:'';
	width:0;
	height:0;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-color:transparent transparent transparent #fff;
}
.block1 a {
	font-size:12px;
	font-weight:bold;
}
.block1 a:hover {
	color:#fff;
	text-decoration:underline;
}
.block1 time {
	color:#96f1ff;
	display:block;
}
.block2 {
	padding-bottom:20px;
	color:#373737;
}
.block2_title {
	background-color:#077ab0;
	color:#fff;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	padding:5px 20px;
	text-transform:uppercase;
}
.block2 .box {
	padding:20px 18px 15px 20px;
	border:1px solid #d2d3d4;
	border-top:0;
}
.block2 .box .capt {
	line-height:21px;
	overflow:hidden;
	background-color:#4b4b4b;
	color:#fff;
	padding-right:30px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:9px;
}
.block2 .capt img {
	float:left;
	margin-right:10px;
	border:1px solid #d2d3d4;
}
.block2 .extra_wrapper {
	padding-top:15px;
}
.bt__1 {
	background-color:#da4536!important;
}
.bt__2 {
	background-color:#57a457!important;
}
.video {
	font-weight:bold;
	background-color:#f0f0f0;
	padding:22px 20px 24px;
	font-size:12px;
}
.video_title {
	text-transform:uppercase;
	color:#077ab0;
	font-size:14px;
	line-height:25px;
	margin-bottom:8px;
}
.video figure {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	margin-bottom:14px;
	border:5px solid #fff;
}
.video .color3 {
	font-weight:normal;
}
.video figure iframe {
	width:100%;
	height:160px;
}
.video span {
	color:#373737;
	display:block;
	font-weight:bold;
	margin-bottom:15px;
	font-size:14px;
	line-height:20px;
}
.topic {
	background:url(../images/topic_bg.png) 0 0 repeat-x;
	border:1px solid #d3d3d3;
	padding:23px 22px 38px 30px;
}
.topic h2 {
	margin-bottom:21px;
}
.blog {
	border:1px solid #d3d3d3;
	padding:23px 19px 23px;
}
.blog h2 {
	padding-left:21px;
	margin-bottom:16px;
}
.bottom_block {
	background:url(../images/bot_bg.png) 0 0 repeat-x;
	border-top:2px solid #ff170c;
	padding:0 0 23px 20px;
	overflow:hidden;
}
.video.bl__3 {
	padding-bottom:30px;
	padding-right:19px;
	margin-top:37px;
	overflow:hidden;
}
.video.bl__3 .video_title {
	text-transform:uppercase;
	color:#077ab0;
	font-size:14px;
	line-height:25px;
	margin-bottom:8px;
}
.block3 {
	float:left;
	padding-top:16px;
	width:210px;
}
.block3 img {
	border:5px solid #fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.block3+.block3 {
	margin-left:20px;
}
.video.bl__3+.head1 {
	padding-top:42px;
}
.block4 .img_inner {
	margin-bottom:15px;
}
.block4+.block4 {
	margin-top:25px;
}
.banner {
	margin-bottom:15px;
	position:relative;
}
.banner .img_inner {
	margin-bottom:0;
}
.bann_capt {
	background-color:#4b4b4b;
	background-color:rgba(75, 75, 75, .6);
	position:absolute;
	left:0;
	display:block;
	right:0;
	bottom:0;
	color:#fff;
	font-size:12px;
	line-height:21px;
	font-weight:bold;
	text-transform:uppercase;
	padding:15px 21px 14px;
}
.p1 {
	margin-bottom:24px;
}
.topic .video_title {
	margin-top:-1px;
}
.block5 {
	overflow:hidden;
	margin-top:-5px;
}
.block5 .fleft {
	margin-top:5px;
}
.block5 p {
	margin-bottom:10px;
}
.block5+.block5 {
	margin-top:20px;
}
.str_1 {
	display:block;
	margin-top:-10px;
	font-size:14px;
	line-height:20px;
}
.pad1 {
	padding-right:39px;
}
.block6+.block6 {
	margin-top:25px;
}
.block6 .img_inner {
	margin-bottom:5px;
}
.block7 {
	margin-right:30px;
	margin-top:-5px;
}
.block7 .text1 {
	margin-bottom:12px;
}
.block7 .img_inner {
	margin-bottom:15px;
}
.block7+.block7 {
	border-top:1px solid #d2d3d4;
	margin-top:27px;
	padding-top:27px;
}
.block8 .banner {
	margin-bottom:19px;
}
.block8+.block8 {
	margin-top:45px;
}
.head1+.blog_list {
	margin-top:-10px;
	margin-bottom:59px;
}
.cont__1 .block5 .fleft {
	margin-right:10px;
}
.cont__1 .block5+.head1 {
	padding-top:45px;
}
.block9 {
	overflow:hidden;
	margin-top:-5px;
}
.block9 .comment {
	margin-top:5px;
	margin-right:10px;
	float:left;
	background:url(../images/comment.png) 0 0 no-repeat;
	text-align:center;
	width:40px;
	height:52px;
	color:#373737;
	line-height:38px;
}
.block9+.block9 {
	margin-top:22px;
}
.div-tabs .clear {
	height:20px;
}
.div-nav li.selected a {
	border-bottom-color:#fff;
	position:relative;
}
.div-nav li+li {
	margin-left:3px;
}
.div-nav {
	z-index:1;
	position:relative;
}
.various {
	display:block;
	overflow:hidden;
	position:relative;
}
.tab-content {
	padding-bottom:23px;
	overflow:hidden;
}
.video_box {
	background-color:#f0f0f0;
	width:210px;
	float:left;
}
.video_box img {
	position:relative;
	border:1px solid #d2d3d4;
}
.video_box .various span {
	position:absolute;
	background:url(../images/play_icon.png) 0 0 no-repeat;
	width:35px;
	height:35px;
	display:block;
	z-index:2;
	top:50%;
	margin-top:-17px;
	left:-100px;
	margin-left:-17px;
	transition:0.5s ease;
	-o-transition:0.5s ease;
	-webkit-transition:0.5s ease;
}
.video_box .various:hover span {
	left:50%;
}
.video_box+.video_box {
	margin-left:20px;
}
.box_bot {
	padding:16px 15px 15px;
	text-transform:uppercase;
	font-size:11px;
	line-height:16px;
}
.tabs .nav li {
	float:left;
}
.tabs .nav a {
	color:#4b4b4b;
	text-transform:uppercase;
	font-size:18px;
	display:block;
	line-height:24px;
	padding:14px 28px 14px;
	border:1px solid #d3d3d3;
}
.div-tabs {
	padding:0 19px;
	position:relative;
	top:-1px;
	border:1px solid #d3d3d3;
}
.div-nav a:hover {
	color:#26b7e6;
}
.tab_title {
	clear:both;
	padding-top:38px;
	margin-bottom:25px;
	color:#373737;
	font-size:14px;
	line-height:20px;
}
.video_box+.tab_title {
	padding-top:35px;
}
.sep__1 {
	height:22px;
}
#search {
	float:right;
	position:relative;
	width:220px;
	padding-top:32px;
}
#search .rel {
	position:relative;
}
#search label {
	display:block;
}
#search .rel {
}
#search input {
	width:100%;
	height:33px;
	padding:7px 35px 6px 11px;
	font:12px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#767373;
	border:1px solid #d2d3d4;
	box-sizing:border-box;
	-webkit-appearance:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#search a {
	display:block;
	position:absolute;
	background:url(../images/search_icon.png) center center no-repeat;
	width:33px;
	height:33px;
	right:0;
	top:0;
	cursor:pointer;
}
#search a:hover {
	opacity:0.5;
}
.text1 {
	text-transform:uppercase;
}
.color1 {
	color:#26b7e6;
}
.color3 {
	color:##ff170c;
}
.color1 a:hover, a.color1:hover, .color3 a:hover, a.color3:hover {
	color:#373737;
}
.color2 {
	color:#373737;
}
.td_underline {
	text-decoration:underline;
}
.map {
	overflow:hidden;
	padding-bottom:32px;
}
.map figure {
	position:relative;
	display:block;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.map figure iframe {
	width:100%;
	height:361px;
	max-width:100%;
}
.address1 {
	margin-top:-3px;
	display:block;
}
.address1 dt {
	margin-bottom:27px;
}
.address1+.address1 {
	margin-top:24px;
}
.address1 dd span {
	min-width:108px;
	display:inline-block;
	text-align:left;
}
.address1 dd span.col1 {
	min-width:0;
}
#footer {
	display:block;
	text-align:right;
}
.copyright {
	background-color:#da4536!important;
	color:white;
	padding:5px 10px 7px;
}
.brand {
	text-transform:uppercase;
}
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:40px;
	left:45%;
	margin-left:640px;
	overflow:hidden;
	width:46px;
	height:46px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background:url(../images/totop.png) no-repeat left 0;
	transition:0s ease;
	-o-transition:0s ease;
	-webkit-transition:0s ease;
}
#toTop:hover {
	outline:none;
	background-position:right 0;
}
@media only screen and (max-width: 1010px) {
.main {
width:auto;
margin:0;
}
}
@media only screen and (max-width: 979px) {
.extra_wrapper {
overflow:visible;
}
.bot_list {
width:92px;
}
.topic {
padding-left:15px;
padding-right:15px;
}
.address1 {
float:none;
}
.map figure, .map figure iframe, #form input, #form textarea, #form .success {
width:100%!important;
float:none!important;
}
#form .success {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
}
.map figure {
height:auto!important;
}
.map figure {
margin-bottom:15px;
}
.nowrap {
white-space:normal;
}
.address1 dd span {
min-width:0;
}
.block2 .box .capt {
padding-right:10px;
font-size:10px;
line-height:14px;
}
.block2 .extra_wrapper {
}
.video_box, .block3 {
width:162px;
}
header h1 {
width:500px;
}
header h1 a {
display:block;
}
}
@media only screen and (max-width: 767px) {
.img_inner img {
width:100%;
}
.block6 {
margin-top:0!important;
margin-bottom:25px;
}
.block8 {
margin-top:0!important;
margin-bottom:45px;
}
.block7 .img_inner {
margin-top:0!important;
}
.block7 {
margin-right:0;
margin-top:0!important;
margin-bottom:45px;
}
header h1 {
width:auto;
}
.block3 {
margin:0!important;
width:100%;
float:none;
}
.block3 img {
width:100%;
}
.video_box {
float:none;
width:100%!important;
margin:0 0 20px!important;
}
.video_box img {
width:100%!important;
}
.tabs .nav a {
padding:5px 10px;
font-size:12px;
}
.banner .img_inner {
margin-bottom:0!important;
}
#owl img {
width:100%;
}
.caption {
display:none;
}
.camera_pag {
height:40px;
padding-top:11px;
}
.topic {
margin:20px 0;
}
.car_div {
overflow:hidden;
}
.car_head {
margin-top:10px;
margin-bottom:10px;
}
#search {
width:100%;
float:none;
margin-bottom:20px;
padding-top:0;
}
.caption {
padding-right:20px;
width:auto;
font-size:12px;
line-height:16px;
}
.block1 {
width:auto;
float:none;
}
.bot_list {
width:50%;
}
.img_inner {
width:100%!important;
float:none!important;
margin-right:0!important;
margin-bottom:20px!important;
}
header h1 {
padding-top:15px;
position:relative!important;
margin-bottom:20px;
float:none;
left:0;
text-align:center;
}
header h1 a {
max-width:90%;
width:auto;
display:inline-block;
height:auto;
}
.map figure iframe {
height:300px;
}
.content .noresize {
width:auto!important;
float:left!important;
margin-right:20px!important;
margin-top:4px!important;
}
.img_inner {
margin-top:30px;
}
.none {
clear:both;
}
.div-tabs .clear {
height:auto;
}
}
@media only screen and (max-width: 479px) {
.tabs .nav a {
font-size:11px;
}
}
@media only screen and (min-width: 240px) and (max-width: 414px) { 
    /* STYLES HERE */
	.widget1{
	height: 110px !important;
    margin: 4% 0%;
    width: 272px;
}
.widget2{
	position: absolute;
	margin: 52% 0%;	
}
.widget2 div{
	width:270px !important;
}
.content1{
	position:relative;
	margin-top:124%;	
}
#video-background {
	margin-top:-30%;
}
}
@media only screen and (min-width: 415px) and (max-width: 767px) { 
    /* STYLES HERE */
	.widget1{
	position:absolute;
	height: 110px !important;
    margin: 4% 0%;
    width: 71%;
}
.widget2{
	position: absolute;
	margin: 33% 0%;	
}
.widget2 div{
	width:417px !important;
}
.content1{
	position:relative;
	margin-top:76%;	
}
#video-background {
	margin-top:-15%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) { 
    /* STYLES HERE */
	.widget1{
	position:absolute;
	height: 110px !important;
    margin: -20% 0%;
    width: 71%;
}
.widget2{
	position: absolute;
	margin: -35% 40%;	
}
.widget2 div{
	width:417px !important;
}
}
@media only screen and (min-width: 1023px) and (max-width: 1024px) { 
    /* STYLES HERE */
	.widget1{
		position:absolute;
	height: 110px !important;
    margin: -2% 0%;
    width: 71%;
}
.widget2{
	position: absolute;
	margin: -35% 50%;	
}
.widget2 div{
	width:417px !important;
}
}