@import "reset.css";
@import "skeleton.css";
@import "superfish.css";



html {
	width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #787878;
	position: relative;
	min-width: 960px;
	background: url(../images/bg_body.jpg) center 0 no-repeat #000;
}


.main {
	background: #f7f7f7;
}

address {
	font-style: normal;
}

#form input {
	border-radius: 0 !important;
}

p {
	margin-bottom: 20px;
}

p.p1 {
	margin-bottom: 11px;
}
p.p2 {
	margin-bottom: 8px;
}

h1, h2, h3, h4, h5, h6 {

	font-family: Arial, Helvetica, sans-serif;	color: #3c3c3c;
	font-weight: bold;
	text-transform: uppercase;

}

h2 {
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	padding:  11px 21px 14px;
}


.page1 h3 {
	margin-bottom: 11px;

}
h3 {
	font-size: 14px;
	line-height: 20px;
	color: #4a4b4c;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

h3:after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 5px;
	width: 10px;
	height: 10px;
	background-color: #d32e2e;
}

h3.blue:after {
	background-color: #2f8ae6;
}

h3.lblue:after {
	background-color: #25bbed;
}

h3.yell {
	margin-top: -1px;
}
h3.yell:after {
	background-color: #f8c529;
}

h3.purple:after {
	background-color: #b54b9d;
}

img {
	max-width: 100%;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {

}

ul.list li+li {
	border-top: 1px solid #d7d7d7;
	margin-top: 5px;
	padding-top: 6px;
	background-position: 0 10px;
}

ul.list  li {
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #0b77ca;
	background: url(../images/marker.png) 0 4px no-repeat;
	padding-left: 10px;
}

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: #c61616;
}

a.link1 {
	background: url(../images/link1_marker.png) 0 6px no-repeat;
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	color: #c61616;
}

a.link1:hover {
	color: #0b77ca;
}

.alright {
	line-height: 16px;

}

a.link1.lin1 {
	padding-left: 0;
	padding-right: 0;
	background: url(../images/link_marker1.png) right 5px no-repeat;
	padding-right: 10px;
	position: relative;
	top: 8px;
	line-height: 16px;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}

.mt1 {
	margin-top: -1px;
}
.pad0 {
	padding: 0 !important;
}

.page1 .img_inner {
		margin-top: 4px;
}


.img_inner {
	max-width: 100%;
	margin-top: 5px;
	margin-bottom: 14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.page1 .fleft {
	margin-right: 15px;
}
.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
}

.bt_1 {
	padding-bottom: 4px;
	overflow: hidden;
}

.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}
.rel {
	position: relative;
	overflow: hidden;
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.pb0 {
	padding-bottom: 0 !important;
}


/*header*/

header {
	display: block;
	position: relative;
	z-index: 998;
	margin-bottom: 20px;
	padding-top: 21px;
}

header h1 {
	z-index: 910;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}
header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 243px;
	height: 29px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

#search {
	float: right;
	position: relative;
	margin-top: 2px;
	width: 220px !important;
}

#search  a {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 39px;
	color: #e1e1e1;
	text-align: center;
	font-size: 17px;
}

#search  a:hover {
	cursor: pointer;
	color: #fff;
	background-color: #84ced7;
}

#search input {
	text-transform: uppercase;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	border: 1px solid #323232;
	width: 100%;
	color: #5da3e0;
	background: 000;
	font: 11px/20px Arial, Helvetica, sans-serif;
	height: 24px;
	padding: 2px 8px 2px;
}

.hb {
	background: url(../images/menu_bg.png) 0 0 repeat-x #0968c9;
	border-radius: 10px 15px 15px 10px;
}

.h_right {
	float: right;
		border-radius: 0  10px 10px 0;

	padding: 15px 0;
	background: url(../images/h_right.png) 0 0 repeat-x;
	font-weight: bold;
	text-transform: uppercase;
	color: #9b9b9b;
	min-width: 290px;
	padding-left: 21px;
}

.h_right a+a {
	display: inline-block;
	margin-left: 40px;
	position: relative;
}

.h_right a+a:after {
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	top: -5px;
	width: 1px;
	height: 30px;
	background-color: #484848;
}

/**Content**/

.content {
}

.content.page1 {
}

.page1 .box {
		padding: 15px 20px 24px;

}

.box {
	background: url(../images/box_bg.png) 0 bottom repeat-x #fff !important;
	background-color: #f7f7f7;
	border-radius: 20px;
	padding: 26px 20px 35px;
	margin-bottom: 20px;
}

.col1 {
	color: #0b77ca;
	font-weight: bold;
}

.block1 {
	padding-right: 45px;
	width: 265px;
	position: relative;
	float: left;
}

.block1+.block1+.block1 {
	padding-right: 0;
	padding-left: 10px;
}


.block1+.block1:after {
	width: 1px;
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	top: -6px;
	bottom: -3px;
	height: 90px;
	background-color: #c6c6c6;
}


.block1+.block1+.block1:after {
	left: -10px;
}

.video {
	position: relative; 
	margin:  0 20px;
}

.video +.video  {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #dfdfdf;
}

.video .img_inner.fleft {
	margin-top: 0;
	display: block;
	margin-right: 20px;
}


.video.f_video+.video {
	margin-top: 0;
	border-top: 0;
}
.video .extra_wrapper {
	padding-top: 6px;
}

.video time {
color: #fff;
}

a.various {
	display: block !important;
	position: relative;
}

a.various img {
	width: auto !important;
}


a.various:hover span {
	opacity: 0.5;
}

a.various span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/play.png) center center no-repeat;
}

.video.f_video {
	padding: 20px;
	color: #abcae7;
		border-radius: 10px;

	margin: 8px 0 0;
	background-color: #195490;
}

.video.f_video  .img_inner.fleft {
	border: 5px solid #ffffff;
}




.video.f_video  img {
	width: 100%;
}

.video.f_video  a:hover {
	color: #abcae7;
}
.video.f_video  .col1 {
	font-weight: normal;
	margin-bottom: 5px;
	color: #fff;
	margin-top: -4px;
	font-size: 18px;
	line-height: 25px;
} 

.video.f_video:after {
	content: '';
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent;
	left: 0px;
	top: 25px;
		border-color: transparent transparent transparent #F7F7F7;
}


.video time {
	display: block;
	margin-bottom: 0px;
}

.pb1  {
	padding-bottom: 4px;
}

.box.dark {
	padding-bottom: 31px;
	background: url(../images/dark_bg.png) center 0 no-repeat #000 !important;
}

.box.dark h3 {
	color: #fff;
}

.block2 {
	overflow: hidden;
	margin: 0 -10px;
}

.b2_cont img {
	float: left;
	margin-right: 12px;
	border-right: 1px solid #bebebe;
}

.srch .box{
	min-height: 150px;
}

.b2_cont {
	padding-left: 15px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
	background: url(../images/b2_cont.png) 0 0 repeat-x #e1e1e1;
	border-radius: 5px;
}
.block2 .b2_title{
	background: url(../images/blue_title.png) 0 0 repeat-x #18487a;
	border-radius: 5px 5px 0 0;
	color: #fff;
	margin: 0 5px;
	font-size: 14px;
	color: #fff;
	padding: 5px 10px;
	font-weight: bolder;
}

.block2 .col2 {
	padding-top: 6px;
}

.box.dark a.link1.lin1 {
	position: relative;
	top: 7px;
	padding-right: 10px;
	display: block;
	background: url(../images/link_marker2.png) right 5px no-repeat;
	float: right;
}

.block2+.block2 {
	padding-top: 10px;
}

.block2+.block2 .b2_title {
	background: url(../images/red_title.png) 0 0 repeat-x #811818;
}

.col2 {
	color: #3d3f41;
	font-weight: bold;
}

.links {
		border-left: 1px solid #bebebe;

	float: right;
	padding-bottom: 4px;
	padding-right: 17px;
	padding-left: 10px;
}

.links .col1 {
	padding-top: 26px;
	font-weight: normal;
}

.fig1 {
	position: relative;
	display: block;
	margin-bottom: 17px;
}
.fig1 img {
	width: 100%;
}

.fig1 figcaption {
	display: block;
	padding: 6px 10px 4px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	top: auto !important;
	left: 0;
	right: 0;
	background: url(../images/caption.png) 0 0 repeat;
}

.block3 {
	overflow: hidden;
		margin-bottom: 14px;
}

.block3:first-child {
	padding-top: 16px;
}


.block3 .extra_wrapper {
	padding-top: 11px;
}

.block3+.block3 {

	padding-top: 11px;
	border-top: 1px solid #d7d7d7;
}

.clear.cl1 {
	height: 8px;
}

.box.bx1 {
	padding-bottom: 26px;
}

.logos  {
	margin-right: 10px;
	padding-top: 4px;
	text-align: center;
	padding-bottom: 20px;
}

.logos li {
	display: inline-block;
	margin-bottom: 12.5px;
	font-size: 0;
}

.logos li a:hover {
	opacity: 0.5;
}

.logos li+li {
	margin-left: 2px;
}

.clear.cl2 {
	height: 14px;
}

.news {
	padding-top: 2px;
}

.news .col1 {
	margin-bottom: 9px;
}

.news a.lin1 {
	margin-top: 9px;
	top: 0px;
}

.news a.lin1.comment {
	margin-left: 20px;
}

a.comment {
	color: #0d70d3;
}

a.comment:hover {
	color: #D32E2E;
}

.box.bx2 {
	padding-bottom: 29px;
}

.box.bx3 {
	padding-bottom: 24px;
}

.box.bx2+.box.bx2 {
	padding-top: 15px !important;
}

ul.list.l1  {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 2px;
}

ul.list.l1 li+li{
	border-top: 0;
}

ul.list.l1 li {
	padding-bottom: 1px;
}

.block4 {
	overflow: hidden;
}

.block4 .col1 {
	padding-top: 11px;
}

.block4 .fleft {
	margin-right: 17px;
}

.block4+.block4 {
	border-top: 1px solid #d7d7d7;
	margin-top: 13px;
	padding-top: 11px;
}

.gallery {
	padding-top: 5px;
	margin-left: -15px;
	overflow: hidden;
}

.gallery .clear {
	height: 15px;
}

a.gal {
	margin-left: 15px;
	float: left;
	overflow: hidden;
	display: block;
	width: 290px;
	background: url(../images/magnify.png)  center center no-repeat #0E6FD2;
}

a.gal img {
	width: 100%;
transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.gal:hover img {
	opacity: 0.5;
}

.priv a {
	text-decoration: underline;
}

.priv p {
	margin-bottom: 19px;
}

.priv p.p1 {
	margin-bottom: 9px;
}
/**Map**/

.map {
	margin-bottom: 0 !important;
	padding-top: 6px;
	overflow: hidden;
	padding-bottom: 26px;
}

.map figure {
	margin-bottom: 15px;
	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: 254px;
	max-width: 100%;
}
.map address {
	margin-bottom: 1px;
	display: block;
}

.map dt {
	margin-bottom: 20px;
}

a.link-1 {
	color: #1276dc;
}

a.link-1:hover {
	color: #d32e2e;
}


.map address+address {
	margin-top: 22px;	
}
.map address dd span {
	min-width: 70px;
	display: inline-block;
	text-align: left;
}
/**Footer**/

.page1 footer {
	padding-top: 1px;

}

footer {
	display: block;
	padding-bottom: 25px;
	text-align: right;
	padding-top: 8px;
}
.copy {
	font-size: 11px;
	line-height: 11px;
	color: #fff;
}




/**To Top**/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 140px;
	left: 51%;
	margin-left: 500px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	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;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

.camera_pag {
	margin-left: -57px !important;
}


 .nowrap {
 white-space: normal;
}


 .map address {
 float: left;
 margin-right: 30px;
}

 .map address+address {
 	margin-top: 0;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none;
}
 #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;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

.h_right {
	width: 240px;
}

.block1 {
	width: 200px;
}

.block1 + .block1:after {
	display: none !important;
}

.block1 .fleft {
	float: none;
	margin-bottom: 10px;
}

a.gal {
	width: 226px;
}
}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

a.gal {
	width: auto;
	float: none;
	margin-left: 0;
	margin-bottom: 15px;
}

.gallery  {
	margin-left: 0;
}

.gallery .clear {
	height: 0;
}

h2 {
	font-size: 12px;
	line-height: 18px;
}

.hb {
	border-radius: 18px !important;
}

.h_right {
	float: none;
	width: auto;
	min-width: 10px;
	border-radius:  10px 10px 0 0;
}

.block1 {
	padding-right: 0 !important;
	padding-left: 0 !important;
	float: none;
	width: auto;
}

.block1 .img_inner, .block3 .img_inner {
	width: auto !important;
	margin-top: 0 !important;
	float: left !important;
	margin-right: 15px !important;
}

.block1:after {
	display: none !important;
}

#search {
	margin-bottom: 20px;
}

a.various img {
	width: 100% !important; 
}


#search {
	float: none;
	width: auto !important;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

.img_inner img {
	width: 100%;
}

 header {
 position: relative;
}
 header h1 {
 float: none;
 margin-bottom: 25px;
 padding-top: 20px;
}
 header h1 a {
 height: auto;
 margin: 0 auto !important;
 text-align: right;
}
 header h1 a img {
 margin: 0 auto;
 width: 80%;
}

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}

 .map address+address {
 	margin-left: 20px;
 }
 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}


 .img_inner {
 margin-top: 20px;
}

footer {
	text-align: center;
}

}
@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}
h2 {
	font-size: 11px;
	line-height: 14px;
}

.copy {
	font-size: 10px;
}

 .map address {
 	float: none;
 }

 .map address+address {
 	margin-left: 0px;
 	margin-top: 20px;
 }

 .map figure iframe {
 width: 100%;
 height: 200px;
}


}
