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

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:800);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);

html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
	background: #1b1b1b;
    color: #6d6d6d;
    font: 13px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}


	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
}

.p1 {
    margin-bottom: 6px;
}

.p2 {
    margin-bottom: 10px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: normal;
}

h2 {
    text-align: left;
    color: #b5fc01;
    font-weight: 300;
    margin-bottom: 69px;
    padding-top: 55px;
    font-size: 60px;
    line-height: 67px;
}

.content h2 {
    color: #fff;
    padding-top: 51px;
    margin-bottom: 22px;
}

h3 {
    text-align: left;
    color: #fff;
    font-weight: 300;
    margin-bottom: 28px;
    padding-top: 50px;
    font-size: 40px;
    line-height: 40px;
}

h3.head1 {
    padding-top: 88px;
}

/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: normal;
}

ul.list li {
    font-weight: bold;
    padding-left: 15px;
    background: url(../images/marker.png) 0 6px no-repeat;
}

ul.list  li+li {
    margin-top: 12px;
}

/****Links****/


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

a.link1 {
    font: 16px/25px 'Open Sans', sans-serif;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: underline;
}

a.link1.col1 {
    color: #b5fc01;
}

a.link1:hover {
    color: #6d6d6d !important;
}
/****classes****/

.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: 15px;
	margin-top: 5px;
}



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


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}
/*header*/

.main_bg {
    background-color:  #0f0f0f;
}

header {
    text-align: center;
	display: block;
}

.page1 header {
    background: url(../images/header_img.jpg) center 0 no-repeat;
}

header h1 {
	position: relative;
    float: left;
	text-align: center;

}


header h1 a {
	display: inline-block;
	overflow: hidden;
	width:  299px;
    height: 249px;
	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;
}


/**Content**/

.content {
	padding-bottom: 59px;

}
.page1  .content {
    padding-bottom: 60px;
}

a.gal {
    display: block;
    position: relative;
    margin-top: 7px;
    margin-bottom: 14px;
}

a.gal span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0 solid #b5fc01;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a.gal:hover span {
    border-width: 7px;
}

.banners {
    overflow: hidden;
    padding-top: 43px;
}

.bann {
    transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    margin-top: 20px;
    color: #0f0f0f;
    display: block;
    background-color: #262626;
    position: relative;
    font: 16px/18px 'Open Sans', sans-serif;
    padding: 0 15px 20px 18px;
}

.bann:hover {
    color: #0f0f0f;
}

.bann small {
    display: block;
    position: absolute;
    background: url(../images/direction_icon.png) 0 0 no-repeat;
    width: 20px;
    height: 26px;
    right: 16px;
    bottom: 18px;
    z-index: 10;
}

.bann:hover {
    background-color: #b5fc01;
}

.bann:after {
    position: absolute;
    content: '';
    display: block;
    right: 0;
    bottom: 0;
    width: 0px;
    z-index: 1;
    height: 0px;
    border-style: solid;
    border-width: 64px 64px 0px 0;
border-color: transparent #0f0f0f transparent transparent;

}

.bann  span {
    margin-bottom: 7px;
    display: block;
    text-transform: uppercase;
    color: #fff;
}

.bann time {
    display: block;
    font-weight: 800;
    margin-bottom: 4px;
    padding-top: 14px;
}

.bann strong {
    margin-bottom: 7px;
    font-weight: 800;
    display: block;
    text-transform: uppercase;
    color: #fff;
}

.various {
    margin-bottom: 16px;
    margin-top: 20px;
    display: block;
    position: relative;
}

.various span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    background: url(../images/play_icon.png) center center no-repeat;
}

.various:hover span {
    opacity: 0.5;
}

.col1 {
    color: #b5fc01;
}

.col1 a:hover, a.col1:hover {
    color: #fff;
}

.video1 {
    font: 16px/20px 'Open Sans', sans-serif;
}

.bottom_block {
    background-color: #151515;
}

.col2 {
    color: #fff;
}

.count {
    margin-right: 20px;
    margin-top: 5px;
    float: left;
    font: 800 20px/48px 'Open Sans', sans-serif;
    width: 50px;
    height: 50px;
    background-color: #b5fc01;
    color: #0f0f0f;
    text-align: center;
}

.text1 {
    font: 16px/20px 'Open Sans', sans-serif;
    margin-bottom: 12px;
}

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

.box img{
    width: 100%;
}

.box {
    margin-top: 20px;
    background-color: #272727;
}

.box .pad {
    padding: 15px 20px 17px;
}

.video_box {
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #262626;
    overflow: hidden;
    color: #fff;
    padding-right: 15px;
}

.video_box a.various {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
}


.video_box time {
    font: 16px/18px 'Open Sans', sans-serif;
    display: block;
    color: #0f0f0f;
    font-weight: 800;
    margin-bottom: 5px;
    padding-top: 13px;
}

.video_box .upp {
    margin-bottom: 13px;
    font: 16px/18px 'Open Sans', sans-serif;
}

.views {
    padding-top: 6px;
    font: 16px/18px 'Open Sans', sans-serif;
    display: block;
    margin-bottom: 12px;
    color: #0f0f0f;
}

.video_box a:hover, .video_box a.link1:hover {
    color: #0f0f0f !important;
}

/**Map**/

.map {
    overflow: hidden;
    position: relative;
}
 

.map figure {
    padding-top: 5px;
    position: relative;
	display: block;
    margin-bottom: 15px;
	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: 352px;
	max-width: 100%;
}
.map address {
    float: left;
	display: block;
}

.map address+address {
    margin-left: 75px;
}
.link-1{
    text-decoration: underline;
}

.map  p {
    margin-bottom: 22px;
}


.map address dt {
    color: #fff;
    margin-bottom: 6px;
}

 address dd span {
	min-width: 70px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}


/**Footer**/
footer {
	text-transform: uppercase;
	display: block;
	padding-bottom: 26px;
	color: #241F56;
	font: 800 14px/16px 'Open Sans', sans-serif;
}

.copy {
    letter-spacing: 1px;
    position: relative;
    float: left;
    top: -30px;
    left: 2px;
}


a.f_logo {
    display: inline-block;
}







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

h3 {
    font-size: 30px;
}


.video_box a.various {
    width: 50%;
    margin-bottom: 5px;
}

.video_box .extra_wrapper {
    padding-left: 20px;
    padding-bottom: 20px;
}
.page1 header {
    background-position: -432px 0;
}

.bann {
    padding-right: 35px;
}

.controls {
    width: 190px;
}

 .map address+address {
    float: left;
 	margin-left: 30px;
 }
 .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;
}
 .extra_wrapper {
 overflow: visible;
}

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

.nowrap {
    white-space: normal;
}

.count {
    margin-bottom: 10px;
}

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



 .map address {
    float: none;
    margin-left: 0 !important;
 }

  .map address +address {
    margin-top: 30px;
  }


header h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
}




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

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 20px;
 float: none;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

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


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

 .img_inner {
 margin-top: 30px;
}


.controls {
    width: 76px;
}

#progressBar {
    margin-left: 5px;
}

.various img {
    width: 100%;
}

a.gal img {
    width: 100%;
}

.page1 header {
    background-position: -424px 0;
}

h2 {
    font-size: 50px;
}

.disco {
    margin-left: 0;
    margin-right: 0;
}

}

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

.page1 header {
    background-position: -814px 0;
}

.controls {
    position: static;
    width: auto;
    float: none;
    clear: left;
    overflow: hidden;
    padding-bottom: 25px;
}

#progressBar {
    padding-top: 10px;
}

}
