.fancybox-slide>*{
    padding: 0 !important;
}

.video-t{
    position: relative;
    overflow: hidden;
}

.filter.category a{
    background: none;
}

.filter.category a:hover{
    background: none;
}

.gallery-full{

}

.gallery-full li{
    -moz-transition: opactiy .15s ease-in-out;
    display: inline-block;
    margin: 4px;
    /* border: 1px solid #000; */
    box-shadow: 1px 1px 3px #000;

    opacity:0.9;
}

.gallery-full li:hover{
    transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    opacity:1;
}

.modal_window{
    display: block !important;
    transform: none !important;
    height: auto !important;
}

.reg-form .recaptcha{
    text-align: center;
    padding: 20px 0 0 0;
}

.select-method{
    margin: -10px 0 20px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #3e373b;
}

.select-method .first{
    width: 50%;
    text-align: center;
    float: left;
}
.select-method .second{
    width: 50%;
    text-align: center;
    float: left;
}
.clearfix{
    clear: both;
}
.reg-form select{
    width: 100%;
    padding: 10px;
    border: 1px solid #4a474b;
    background: #1d191e;
}
.reg-form .input-prev{
    position: absolute;
    margin: 13px 0 0 0;
    width: 37px;
    display: inline-block;
    text-align: right;
}
.reg-form .input-phone{
    padding: 0 14px 0 40px;
    width: 293px;
}


.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}


.sms_code{

}

.sms_code .button{
    display: inline-block;
    width: 40%;
}

.sms_code .input{
    display: inline-block;
    width: 50%;
}

.text-center{
    text-align: center;
}

hr{
    border: none;
    border-bottom: 1px solid #265f46;
}

.alert{
    margin: 10px;
}

.btn{
    padding: 8px;
    display: inline-block;
    border: 1px solid #726764;
}
.btn:hover{
    background-color: rgba(255,255,255,0.2);
}

.panel-top-bg-wrapper .soc-f{
    float: right;
    line-height: 46px;
    margin-right: 55px;
}
.panel-top-bg-wrapper .soc-f img{
    margin-bottom: -6px;
}


.title-block{
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3e373b;
}
.title-block .text{
    width: 400px;
}
.title-block h1{
    font-family: cambria;
    font-size: 18px;
    color: #c7c7c7;
    position: relative;
    display: inline-block;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.5);
    line-height: 22px;
    font-weight: 100;
}
.title-block h1 span{
    text-shadow: none;
    font-size: 26px !important;
    background: linear-gradient(#ffffd6, #ea761e);
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    float: left;
    margin-top: -1px;
    margin-right: 1px;
}
.title-block .data-block{
    width: calc(100% - 400px);
    margin-top: 5px;
    text-align: right;
}
.title-block .data-block span{
    color: #efe6d9;
}
.img{
    display: block;
    margin: 20px 0;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.news-detail{
    padding-top: 35px;
}
.text-block{
    margin-bottom: 20px;
}
.text-block p{
    line-height: 17px;
}
.text-block ul{
    margin: 0 0 10px 10px;
}
.text-block li{
    margin-bottom: 3px;
    position: relative;
}
.text-block li:after{
    content: '';
    position: absolute;
    top: 6px;
    left: -10px;
    display: block;
    width: 3px;
    height: 3px;
    background: #3e373b;
    border-radius: 100%;
}
.text-block strong{
    font-weight: 800;
}
.text-block a{
    color: #2ab4d4;
    text-decoration: underline;
}

.filter{
    float: right;
}

.about-content{
    line-height: 20px;
}


.register_confirm_send_email a.form-btn {
    height: 54px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    padding: 0; }
.register_confirm_send_email .alert-info {
    padding: 0 0 50px;
    margin: 0 0 15px;
    position: relative;
    letter-spacing: 0.025em;
    font-family: cambria;
    font-size: 16px;
    line-height: normal;
    color: #817674;
    border: 0 none;
    outline: 0 none;
    border-radius: 0;
    background: none;
    background-color: transparent; }
.register_confirm_send_email .alert-info:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-image: url("../images/panel-line.png")/*tpa=http://goldmu.net/assets/goldmu/images/new/panel-line.png*/;
    background-repeat: repeat-x; }


.form-wrapper .form-btn {
    width: 240px;
    height: 71px;
    display: block;
    margin: 25px auto auto;
    font-family: Cambria;
    font-size: 14px;
    color: #e6e6e6;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.61);
    outline: 0 none;
    border: 0 none;
    position: relative;
    background: none;
    background-color: transparent;
    letter-spacing: 0.025em;
    padding: 0; }
.form-wrapper .form-btn.btn {
    padding: 0 !important; }
.form-wrapper .form-btn span.text {
    position: relative;
    top: -55px;
    z-index: 1; }
.form-wrapper .form-btn:hover img:last-child {
    transition: opacity .3s;
    opacity: 0; }
.form-wrapper .form-btn img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    display: block;
    transition: opacity .3s; }
.form-wrapper .form-btn .ladda-label {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 69px; }
.form-wrapper .form-btn .ladda-spinner {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    top: 50%;
    z-index: 3;
    margin: auto;
    width: 0;
    height: 0; }
.form-wrapper .form-btn .ladda-progress {
    background: transparent; }
.form-wrapper .form-btn.ladda-button[data-style=expand-right][data-loading] {
    padding-right: 0 !important; }