
/* IMPORT */
@import "reset.css";
@import "fonts.css";
@import "styles.css";
@import "content.css";
@import "colorbox.css";

.placeholder,
::-webkit-input-placeholder,
:-moz-placeholder {
   color: #999999;
}
body, select, input, textarea, button {
    font: 13px Arial;
    color: #333;
}
body {
    background: #000 url(../images/bg/bg.jpg) no-repeat center top;
}
a {
    color: #f37021;
    text-decoration: none;
}
a:hover {
    color: #f37021;
}
h1, h2, h3, h4 {
    color: #000;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding: 10px 0 20px 0;
}
h1 {
    font-size: 20px;
    padding: 0 0 10px 0;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
    padding-bottom: 10px;
}
h4 {
    font-size: 14px;
}
hr {
    margin: 15px 0;
    border-top:1px dotted #b1b1b1;
}
b {
    color:#000;
}
a.pl {
    text-decoration:none;
    border-bottom:1px dotted;
}
a.pl:hover {
    border: 0;
}
/* MAIN STYLES */
#frame {
    position: relative;
    z-index: 1;
    width: 940px;
    padding: 8px 15px;
    margin: 25px auto 18px auto;
    background: #f1f1f1;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.35), 0 0 0 5px #fff;
    border-radius: 5px;
}
#toolbar {
    padding-bottom: 8px;
}
#toolbar .nav {
    float: left;
    font: 10px 'helioscondc';
    text-transform: uppercase;
    padding-top: 4px;
}
#toolbar .nav a {
    color: #666;
    margin-right: 14px;
}
#toolbar .contact-link {
    float: right;
}
#toolbar .social {
    float: right;
    padding: 2px 20px 0 0;
}
#toolbar .social span {
    position: relative;
    top: -3px;
    display: inline-block;
    font: 10px 'helioscondc';
    color: #666;
    text-transform: uppercase;
    padding: 0 5px 0 0;
}
#toolbar .social a {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 2px;
    background: url(../images/social.png) no-repeat;
}
#toolbar .social a.vk {
    background-position: 0 0;
}
#toolbar .social a.fb {
    background-position: -16px 0;
}
#toolbar .social a.tw {
    background-position: -32px 0;
}
#toolbar .social a.tlg {
    background-position: -80px 0;
}
#toolbar .social a.in {
    background-position: -48px 0;
}
#toolbar .social a.yo {
    background-position: -64px 0;
}
#toolbar .social a.per {
    background-position: -80px 0;
}
#toolbar .social a.vk:hover {
    background-position: 0 -16px;
}
#toolbar .social a.fb:hover {
    background-position: -16px -16px;
}
#toolbar .social a.tw:hover {
    background-position: -32px -16px;
}
#toolbar .social a.in:hover {
    background-position: -48px -16px;
}
#toolbar .social a.yo:hover {
    background-position: -64px -16px;
}
#toolbar .social a.per:hover {
    background-position: -80px -16px;
}
#toolbar .social a.tlg:hover {
    background-position: -80px -16px;
}#head {
    height: 101px;
    padding: 10px;
    background: url(../images/bg/head.jpg) repeat-x center top;
    border-radius: 3px;
    text-align: center;
}
#head .logo-1 {
    float: left;
    margin-bottom: -15px;
}
#head .logo-3 {
    padding: 5px 57px 0 0;
    float: right;
}
#head .logo-2 {
    list-style: none;
    margin-top: -8px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}
#head .logo-2 li {
    width: 105px;
    display: inline-block;
    vertical-align: top;
}
#head .logo-2 li span {
    font: 10px 'helioscondc';
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: normal;
}
#menu {
    margin-top: 10px;
    border-radius: 3px;
    list-style: none;
    background: url(../images/bg/menu.jpg) repeat-x;
    height: 32px;
    text-align: center;
}
#menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 43px;
    background: url(../images/bg/menu_bord.jpg) no-repeat right top;
}
#menu li:last-child {
    background: none;
}
#menu a {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
}
#menu a.active,
#menu a:hover {
    color: #f37021;
}
#middle {
    margin: 27px 0 10px 0;
}
#middle .middle-left {
    float: left;
    width: 160px;
    padding-right: 20px;
}
#middle .middle-right {
    float: right;
    width: 240px;
    margin-left: 20px;
}
#middle .middle-center {
    width: 500px;
    float: left;
}
#middle.wide-page .middle-center {
    width: 760px;
    float: left;
}
#middle .content.black-content {
    background: #333 url(../images/black-bg.jpg) repeat-x 0 top;
    color: #fff;
}
 #middle .content.black-content a,
 #middle .content.black-content h1,
 #middle .content.black-content h2,
 #middle .content.black-content h3,
 #middle .content.black-content h4,
 #middle .content.black-content h5 {
    color: #fff;
}
 #middle .content.black-content .pages .prev {
    background: url(../images/arr6.gif) no-repeat left center;
}
 #middle .content.black-content .pages .next {
    background: url(../images/arr2.gif) no-repeat right center;
}
 #middle .content.black-content .pages .prev.disable {
    background: url(../images/arr4.gif) no-repeat left center;
    color: #999;
}
 #middle .content.black-content .pages .next.disable {
    background: url(../images/arr5.gif) no-repeat right center;
}
#menu-left {
    position: relative;
    background: #fff;
    border-radius: 3px;
    list-style: none;
    padding: 10px 10px 5px 10px;
    margin-bottom: 10px;
}
#menu-left:after {
    display: block;
    content: " ";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fff;
}
#menu-left a {
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 10px 7px 10px;
    color: #000;
}
#menu-left a:hover {
    color: #f37021;
}
#menu-left li.active a {
    color: #f37021;
}
#menu-left a:after {
    display: block;
    content: "";
    position: absolute;
    left: 10px;
    width: 140px;
    height: 5px;
    border-bottom: 1px solid #e9eaea;
}
#menu-left > li > a {
    background: url(../images/arr1.gif) no-repeat right center;
}
#menu-left > li.active > a {
    background: url(../images/arr7.gif) no-repeat right center;
}
#menu-left > li.open > a {
    background: url(../images/arr3.gif) no-repeat right center;
}
#menu-left .subs {
    display: none;
    list-style: none;
    padding-left: 8px;
}
#menu-left li.open .subs {
    display: block;
}
#menu-left .subs a {
    font-size: 10px;
}
#middle .left-box {
    margin: 0 0 10px 0;
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    font-family: 'helioscondc';
}
#middle .left-box .title {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 9px;
}
#middle .left-box .image {
    margin-bottom: 3px;
    border-radius: 3px;
}
#middle .left-box .image img {
    border-radius: 3px;
}
#middle .left-box .text {
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
    padding-bottom: 9px;
}
#middle .banners a,
#middle .banners span {
    display: block;
    margin: 10px 0;
}
#middle .right-box {
    background: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}
#middle .right-box .box-title {
    background: url(../images/bg/box_head.jpg) repeat-x;
    line-height: 21px;
    border-radius: 3px 3px 0 0;
    padding: 0 20px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
#middle .right-box .box-data {
    padding: 10px;
}
#middle .right-box .btn {
    float: right;
}
#footer {
    background: url(../images/bg/footer.jpg) repeat-x;
    border-radius: 5px;
    height: 74px;
    font-size: 0;
    line-height: 0;
}
#footer .data {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    text-align: center;
    font: 11px 'helioscondc';
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
}
#footer .logo {
    display: inline-block;
    vertical-align: middle;
    height: 58px;
    padding-top: 16px;
    background: url(../images/bg/footer_bord.jpg) no-repeat left top;
    text-align: center;
}
#footer .logo-1 {
    width: 302px;
}
#footer .logo-2 {
    width: 232px;
}
#footer .logo-3 {
    width: 195px;
}
#copy {
    width: 940px;
    margin: auto;
    padding-bottom: 20px;
}
#copy .text-1,
#copy .text-2 {
    font: 11px 'helioscondc';
    text-transform: uppercase;
}
#copy .text-1 {
    float: left;
    color: #999;
}
#copy .counters {
    float: left;
    padding-left: 20px;
}
#copy .text-2 {
    float: right;
    color: #fe6f08;
}
#copy .text-2 a {
    color: #fe6f08;
}
.window {
    padding: 15px 20px 0;
}
.window .caption {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.window .caption a {
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    border-bottom: 1px dotted;
    margin-left: 5px;
}
.window .caption a:hover {
    border-bottom: none;
}
.window .complete {
    padding: 30px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
}
.ad-code {
	text-align: center;
	padding: 5px 0;
}
.hidden {
    display:none;
}
a.season_cboxElement {
  margin: 13px;
}
.photo_gallery > a {
  display: inline-block;
  vertical-align: top;
  margin: 15px;
}