
@charset "UTF-8";
@font-face {
    font-family: "Futura Light";
    src: url("../fonts/308_FuturaBT-Light.ttf");
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
.bluebackround {
    background: #024560 none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
a {
    text-decoration: none;
}
table {
    border-spacing: 0;
}
fieldset, img {
    border: 0 none;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
strong {
    font-weight: bold;
}
ol, ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
q::before, q::after {
    content: "";
}
abbr, acronym {
    border: 0 none;
}
html {
    background: #024560 url("../img/bg-html.png") repeat scroll 0 0;
    height: 100%;
    width: 100%;
}
body {
    background: rgba(0, 0, 0, 0) url("../img/flower.png") no-repeat scroll center center;
    font-family: "Futura Light";
    height: 100%;
    width: 100%;
}
#maincontainer {
    border: 6px solid #005979;
    bottom: 0;
    font-family: "Futura Light";
    height: 561px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1036px;
}
.home_block {
    background: rgba(0, 0, 0, 0) url("../img/home.jpg") no-repeat scroll 0 0;
}
.studio_block {
    background: rgba(0, 0, 0, 0) url("../img/studio.jpg") no-repeat scroll 0 0;
}
.biography_block {
    background: rgba(0, 0, 0, 0) url("../img/biography.jpg") no-repeat scroll 0 0;
}
.videos_block {
    background: rgba(0, 0, 0, 0) url("../img/videos.jpg") no-repeat scroll 0 0;
}
.photos_block {
    background: rgba(0, 0, 0, 0) url("../img/videos.jpg") no-repeat scroll 0 0;
}
.menu {
    color: #ff0000;
    font-size: 24px;
    /*text-shadow: 1px 0 #126774, 1px 1px #126774, 0 1px #126774, -1px 1px #126774, -1px 0 #126774, -1px -1px #126774, 0 -1px #126774, 1px -1px #126774;*/
   text-shadow: 1px 0 1px #000;
}
.studio {
    padding-left: 35px;
}
.biography {
    padding-left: 75px;
}
.videos {
    padding-left: 137px;
}
.photos {
    padding-left: 166px;
}
.contact {
    padding-left: 182px;
}
.menu div:hover {
    text-shadow: 1px 0 #5ab2cb, 1px 1px #5ab2cb, 0 1px #5ab2cb, -1px 1px #5ab2cb, -1px 0 #5ab2cb, -1px -1px #5ab2cb, 0 -1px #5ab2cb, 1px -1px #5ab2cb, 0 0 3px #5ab2cb, 0 0 3px #5ab2cb, 0 0 3px #5ab2cb, 0 0 3px #5ab2cb, 0 0 3px #5ab2cb, 0 0 3px #5ab2cb, 0 0 3px #5ab2cb, 0 0 3px #5ab2cb;
}
.menu div {
    cursor: pointer;
    margin-bottom: 20px;
}
#breadcrumb {
    font-size: 20px;
    height: 30px;
    margin-bottom: 43px;
    text-align: right;
    width: 315px;
}
.main-tab-content {
    display: none;
}
.content {
    float: left;
    margin-left: 48px;
    padding-top: 28px;
    width: 388px;
}
.leftblock {
    float: left;
    margin-top: 70px;
    position: relative;
    width: 300px;
}
.tab-content {
    max-height: 390px;
    overflow-y: auto;
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 20px;
}
.nav > li > a {
    padding: 10px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 70px;
    height: 30px;
    margin-top: -45px;
    top: 155px;
    width: 30px;
}
.carousel-control.right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    right: 7px;
}
.carousel-control.left {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.biography_tabs i {
    font-size: 11px;
}
.jp-details, .jp-playlist {
    background-color: #ccc;
    border-top: 1px solid #009be3;
    max-height: 100px;
    overflow-y: auto;
    width: 100%;
}
.jp-video-270p {
    border: 1px solid #135d80;
    box-shadow: 2px 0 28px #135d80;
    margin-left: 60px;
    margin-top: 27px;
    width: 482px;
}
.modal_my {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    width: 100%;
}
.modal_window {
    background: rgba(0, 0, 0, 0) url("../img/modalbox.png") no-repeat scroll 0 0;
    bottom: 0;
    display: none;
    height: 378px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 353px;
}
.close_modal {
    bottom: 39px;
    cursor: pointer;
    height: 30px;
    left: 38px;
    position: absolute;
    width: 30px;
}
#carouselphotos {
    border-radius: 15px;
    margin: 65px auto 65px 8%;
    position: absolute;
    width: 314px;
}
.forbody {
    display: none;
}
.modal-body {
    color: white;
    margin: auto auto auto 57px;
    width: 279px;
}
.modal-body > a {
    color: #a7e5f4;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.modal-header-new {
    color: #a7e5f4;
    font-weight: bold;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 16px;
    text-align: right;
}
.item > img {
    border-radius: 12px;
}
.home_block .gohome {
    display: none;
}
.gohome {
    background-color: #0f253a;
    border-radius: 0 0 8px;
    color: white;
    cursor: pointer;
    font-size: 12px;
    height: 19px;
    top: 0;
    left: 0;
    padding-left: 6px;
    position: absolute;
    width: 44px;
}
.latest-news.modal_show {
    bottom: 3px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    left: 68px;
    position: absolute;
}
.partner-list.modal_show {
    background: rgba(0, 0, 0, 0) url("../img/partners.png") no-repeat scroll 0 0;
    bottom: 0;
    color: white;
    cursor: pointer;
    font-weight: bold;
    height: 40px;
    padding-left: 22px;
    padding-top: 18px;
    position: absolute;
    right: 0;
    width: 156px;
}
.partner-list.modal_show:hover {
    text-decoration: underline;
}
.latest-news.modal_show:hover {
    text-decoration: underline;
}
.newsdiv a {
    color: #a7e5f4;
    font-size: 24px;
}
.newsdiv {
    margin-left: -8px;
    margin-top: 56px;
    text-align: center;
}
#shorena_photos, #gochaphotos {
    margin-left: 42px;
}
.latest-news, .partner-list {
    display: none;
}
.home_block .latest-news, .home_block .partner-list {
    display: block;
}
.colorblue {
    color: #4a92b6;
    font-weight: bold;
}
.logo-main {
    background: rgba(0, 0, 0, 0) url("../img/logo-small.png") no-repeat scroll 0 0 / 100% auto;
    height: 48px;
    left: 18px;
    position: absolute;
    top: 15px;
    width: 298px;
}
.home_block .logo-main {
    background: rgba(0, 0, 0, 0) url("../img/logo-home.png") no-repeat scroll 0 0;
    height: 106px;
    left: 34px;
    width: 423px;
}
.carousel-inner {
    border-radius: 12px;
    box-shadow: 2px 0 28px #135d80;
    width: 97%;
}
.home_block .showmenu {
    display: none;
}
.showmenu {
    background: rgba(0, 0, 0, 0) url("../img/left-arrow-gray-hi.png") no-repeat;
    background-size: 100% !important;
    bottom: 0;
    cursor: pointer;
    height: 65px;
    left: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 40px;
    display: none;
}
.showmenu:hover {
    background: rgba(0, 0, 0, 0) url("../img/left-arrow-gray-hi-hover.png") no-repeat;
}
.showmenu.open{
    background: rgba(0, 0, 0, 0) url("../img/right-arrow-gray-hi.png") no-repeat;
}
.showmenu.open:hover{
    background: rgba(0, 0, 0, 0) url("../img/right-arrow-gray-hi-hover.png") no-repeat;
}

.home_block .linkonsite {
    position: absolute;
    right: 0;
    top: 50px;
}
.linkonsite {
    margin-left: 20px;
}
.linkonsite > a {
    color: #ff0000;
    font-family: Lucida Grande;
    font-size: 17px;
    font-weight: 600;
    text-shadow: 1px 0 1px #000;
}
.studio_tour {
    bottom: 70px;
    margin: 65px auto 29px 12%;
    position: absolute;
}
.socialbtns {
    position: absolute;
    right: 0;
    top: -40px;
}
.socialbtns img {
    height: 35px;
}