/**
 * J!Blank Template for Joomla by JBlank.pro (JBZoo.com)1212
 *
 * @package    JBlank
 * @author     SmetDenis <admin@jbzoo.com>
 * @copyright  Copyright (c) JBlank.pro
 * @license    http://www.gnu.org/licenses/gpl.html GNU/GPL
 * @link       http://jblank.pro/ JBlank project page
 */
/* just example of css import */

/* just for test repaltive paths
@import url('print.css');
@import url('reset.css');
*/

/****************************************** FRONTEND STYLES ***********************************************************/

/* classic clearfix */
.clearfix {
    display: block;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

.url-path-test {
    background: url('../images/test.png');
}

body {
    margin: 0;
}
.mimimenu {    
    position: fixed;
    width: 50%;
    right: -50%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 98;    
}
.mimimenu ul {
    margin-left: 0;
    padding-left: 0;
    height: 250px;
    position: absolute;
    top: 50%;
    margin-top: -125px;
    width: 100%;
}
.mimimenu li {
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    list-style-type: none;
    text-align: center;
    line-height: 33px;
    border-bottom: 1px solid rgba(255,255,255,.3)
}
.mimimenu li:last-child {
    border-bottom: none;
}
.mimimenu li a{
    display: block;
    color: white;
    text-decoration: none;
}
.mimimenu li a:hover, .mimimenu li a:visited{
    color: white;
}
.minimenu .logo a {
    
    width: 100%;
    position: absolute;
    top: 40px;
    text-align: center;
}
.minimenu .callback{

}
.mimimenu-button {
    position: fixed;
    display: none;
    content: '\f800';
    top: 0px;
    right: 0px;
    z-index: 99;
    color: #fff;
    height: 36px;
    width: 40px;
    background: url(../images/gamburg.png);    
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.mimimenu-button.active{
    color: #00c3fb;
    background: url(../images/gamburg-active.png);   
}
.wrapper {
    margin: 0 auto;
    width: 100%;
    height: calc(100% - 220px);
    background: #efefee;
    min-width: 1366px;
}
.angle {
    top: 0;
    left: 0;        
    width: 0px;
    height: 0px;
    z-index: 92;
    position: absolute;
    border-top: 1223px solid rgba(106, 106, 105, 0.56); 
	border-right: 1223px solid transparent;    
    pointer-events:none;
    display: none;
}
.header{
    position: relative;
    width: 100%;
    /*height: 663px;*/
    top: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.header .top {
    height: 133px;
    width: 1506px;    
    margin: 0 auto;
    background-color: white;
    z-index: 99;
    position: relative;
    padding-top: 23px;
}
.header .top .content {
    margin: 0 auto;
    height: 109px;
    /*width: 1461px;    */
    display: table;
}
.header .top .content .logo {
    height: 100%;
    width: 209px;
    background: url(../images/logo.png) no-repeat;
    display: table-cell;
}
.logo a {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.header .top .content .menu1 {
    display: table-cell;    
    height: 100%;    
}


.menu1 .wrap {
    /*background: yellow;*/
    margin-left: 22px;
    height: 100%;
    width: calc(100%-22px); 
    display: inline-block;
}

.header .socials {
    position: absolute;
    z-index: 99;
    margin-left: 228px;
    bottom: 27px;
    height: 46px;
    width: 203px;
    /*background: yellow*/
}
.header .ticket {
    position: absolute;
    z-index: 99;
    margin-left: 431px;
    bottom: -24px;
    height: 207px;
    width: 207px;
    background: url(../images/romb.png);
    display: none
}
.header .main {
    height: auto;    
    width: 100%;    
    margin-top: -153px;
    /*z-index: 90;*/
    position: relative;
    overflow-y: hidden; 
}
.owl-carousel {
    height: 100%;
    width: 100%;    
    position: relative;
}
.owl-carousel .slide {
    /*display: table;    */
}
.slide .left {
    height: auto;
    display: table-cell;
    width: 100%;
    background-color: #252321;
    display: none;
}
.slide .right {
    /*display: table-cell;     */
    text-align: center;
}
.slide .right img {
    height: auto;    
    width: 100%;
    max-width: 100%;
    margin-top: -7%;
}
.owl-carousel .slide .text {
    position: absolute;
    z-index: 99;
    transform: translateZ(0);
    margin-left: 228px;
    bottom: 20px;
    height: 285px;
    width: 700px;
    /*background: yellow*/
}
.slide .text h1{
    font-family: helvetica;
    font-weight: lighter;
    font-size: 46px;
    color: snow;    
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.slide .text h2{
    font-family: helvetica;
    text-transform: uppercase;
    font-weight: lighter;
    width: 600px;
    font-size: 17px;
    color: snow;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.container {
    height: 100%;
    width: 1506px;
    margin: 0 auto;
    position: relative;
}
.container .news {
    /*margin-left: 557px;*/
    width: calc(100% - 557px);    
    /*background: yellow;*/
    display: table;
    margin-top: 45px;
    height: 200px;
    /*margin: 45px 0 45px 557px;*/
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 45px;
    /*position: relative;*/
}
.container .custombodymeny {
    clear: both;
    position: relative;
    
    height: 380px;
    
    margin-bottom: 45px
}

.footer {
    height: 190px;
    width: 100%;
    position: relative;
    bottom: 0;
    background-color: #d4d0be;
}
.footer .custom {
    padding-top: 38px;    
    margin: 0 auto;
    /*width: 1506px;*/
    height: calc(100% - 38px);
    display: table;
}
.footer .custom .cell1 {
    width: 329px;
    height: 100%;
    display: table-cell;       
}
.footer .custom .cell1 div {
    /*background: yellow;*/
    margin-left: 22px;
    width: calc(100% - 22px);
    height: 100%;
}
.footer .custom .cell2 {
    width: 354px;
    height: 100%;
    display: table-cell;        
}
.footer .custom .cell2 div {
    /*background: yellow;*/
    margin-left: 22px;
    width: calc(100% - 22px);
    height: 100%;
}

/*menu1*/
.menu1 .wrap ul {
    display: table;
}
.menu1 .wrap ul li {
    display: table-cell;
    border-right: 2px solid #252321;
}
.menu1 .wrap ul li a {    
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    color: #252321;    
    padding-right: 10px;
    padding-left: 10px;
    font-family: Arial;
}
.menu1 .wrap ul li:last-child {
    border-right: 0px solid #252321;
}
.menu1 .wrap ul li:first-child {
    border-right: 0px solid #252321;
    display: none;
}
.menu1 .wrap ul li a:hover {
    color: #9a6c6c;
}
.menu1 .wrap ul li a:active {
    color: #9a6c6c;
}
.login_lang {
    height: 31px;
    width: 100%;
    border-bottom: 1px solid #888787;
    display: table;
}
.login_lang div {
    display: table-cell;    
}
.search {
    float: right;
}
.search .button {
    width: 20px;
    height: 20px;
    background: url(../images/search.png);
    background-size: cover;
}
.search input[type="search"] {
    border: none;
}
.element-invisible {
    display: none;
}
.customlogin  {
    width: 36%;    
}
.customphone {
    width: 33%;
}
.customlang {
    width: 15%
}

/*ромбики*/

.rhombs-menu {
    width: 100%;
    height: 631px;
    position: relative;
}
.rhombs-menu .gallery, .rhombs-menu .tour, .rhombs-menu .fonds {
    width: 631px;
    height: 100%;
    display: inline-block;
    background-size: cover;
    position: relative;
}
.rhombs-menu .gallery {
    background: url(../images/menu/gallery_big.png);
    background-size: cover;
}
.rhombs-menu .gallery:hover {
    background: url(../images/menu/c/gallery_big.png);
    background-size: cover;
}
.rhombs-menu .tour {
    background: url(../images/menu/tour_big.png);
    background-size: cover;
}
.rhombs-menu .tour:hover {
    background: url(../images/menu/c/tour_big.png);
    background-size: cover;
}
.rhombs-menu .fonds {
    background: url(../images/menu/fonds_big.png);
    background-size: cover;
}
.rhombs-menu .fonds:hover {
    background: url(../images/menu/c/fonds_big.png);
    background-size: cover;
}
.rhombs-menu .allnews, .rhombs-menu .souvenier, .rhombs-menu .sportkids, .rhombs-menu .projects {
    width: 312px;
    height: 312px;
    position: absolute;
}
.rhombs-menu .allnews {
    background: url(../images/menu/allnews.png);
    background-size: cover;
    left: 480px;
    top: 10px;
}
.rhombs-menu .allnews:hover {
    background: url(../images/menu/c/allnews.png);
    background-size: cover;
}
.rhombs-menu .projects {
    background: url(../images/menu/projects.png);
    background-size: cover;
    left: 480px;
    top: 308px;
}
.rhombs-menu .projects:hover {
    background: url(../images/menu/c/projects.png);
    background-size: cover;
}
.rhombs-menu .souvenier {
    background: url(../images/menu/souvenier.png);
    background-size: cover;
    right: 480px;
    top: 10px;
}
.rhombs-menu .souvenier:hover {
    background: url(../images/menu/c/souvenier.png);
    background-size: cover;
}
.rhombs-menu .sportkids {
    background: url(../images/menu/sportkids.png);
    background-size: cover;
    right: 480px;
    top: 308px;
}
.rhombs-menu .sportkids:hover {
    background: url(../images/menu/c/sportkids.png);
    background-size: cover;
}

.rhombs-menu .allnews a, .rhombs-menu .souvenier a, .rhombs-menu .sportkids a, .rhombs-menu .projects a,
.rhombs-menu .gallery a, .rhombs-menu .tour a, .rhombs-menu .fonds a {
    height: 100%;
    width: 100%;
    cursor: pointer;
}


/* новости */
.bt-cs .bt-inner a {
    color: #201600;
    font-family: arial;
    font-size: 12px !important;
    font-style: italic;
    font-weight: bold;
}

.bt-cs .bt-inner .bt-title {
    font-family: arial;
    color: #31233e !important;
    text-transform: none !important;
    font-size: 22px !important;
    font-style: normal;
    font-weight: normal;
}
.bt-cs .bt-date {
    color: #9a6c6c !important;
    font-size: 20px !important;
    font-weight: lighter !important;
}