@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300&subset=latin,latin-ext);

/**/
.ib-home-banner .ib-home-banner-bg { overflow: hidden; display: block; width: 100%; position: relative; height: 100%; }
.ib-home-banner .ib-home-banner-bg > a{ position: relative; display: block; width: 100%; height: 100%; }
.ib-home-banner .ib-home-banner-bg > a > img, .centered-img{ position: absolute; left: 50%; top: 0; margin-left: -960px; width: 1920px; height: 520px; }

.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next{ margin-top: -20px; position: absolute; top: 50%; width: 40px; height: 40px; text-align: center; line-height: 40px; font-size: 24px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; }
.owl-theme .owl-controls .owl-buttons .owl-prev{ left: 20px; }
.owl-theme .owl-controls .owl-buttons .owl-next{ right: 20px; }

.ib-home-banner .ib-home-banner-wrapper { padding-left: 162px; padding-top: 15px; }
.ib-home-banner .ib-home-banner-wrapper .ib-banner-footballer{ width: 862px; height: 368px; margin-left: 0; }
.ib-home-banner .ib-home-banner-wrapper .ib-banner-match .ib-home-banner-team-1, .ib-home-banner .ib-home-banner-wrapper .ib-banner-match .ib-home-banner-team-2{ top: -31px; }
.ib-home-banner .ib-home-banner-wrapper .ib-banner-match .ib-home-banner-rate{ width: 862px; }
.ib-home-banner .ib-home-banner-wrapper .ib-banner-match h1{ width: 700px; }
.ib-home-banner .ib-home-banner-wrapper .ib-banner-match .ib-home-banner-team-1{ left: 10px; }
.ib-home-banner .ib-home-banner-wrapper .ib-banner-match .ib-home-banner-team-2{ right: 10px; }
.ib-home-banner .ib-home-banner-wrapper .ib-banner-match{ width: 862px; }

/**/
.me-deposit{
    background: url(//v2.pronetcdn.com/imajbet/uploaded_files/bg2.png);
    padding: 20px 0;
}

.me-panel .panel-heading{
    background: url(//v2.pronetcdn.com/imajbet/uploaded_files/panel-header-bg.png) repeat-x;
    color: #fff;
}

.me-panel .panel-heading .panel-title{
    font-family: 'Roboto Condensed';
    font-size: 18px;
    height: 20px;
}

.me-panel .panel-body{
    background: #fff !important;
}

.me-deposit-table{
    font-size: 12px;
}

.me-deposit-table thead{
    background: url(//v2.pronetcdn.com/imajbet/uploaded_files/table-header-bg.png) repeat-x;
}

.me-deposit-table thead th{
    height: 38px;
    vertical-align: middle !important;
}

.me-deposit-table td{
    vertical-align: middle !important;
}

.me-deposit-table .btn{
    background: url(//v2.pronetcdn.com/imajbet/uploaded_files/green-bg.png) repeat-x;
    font-weight: 700;
    border-color: #eaeaea;
    color: #fff;
}

/**/
.me-bonus{
    background: url(//v2.pronetcdn.com/imajbet/uploaded_files/bonus-bg.png);
}

.me-bonus [class*="col-"]{
    padding-top: 0;
    padding-bottom: 0;
}

.me-bonus-header{
    background: url(//v2.pronetcdn.com/imajbet/uploaded_files/bonus-header-bg.png) no-repeat top center;
    height: 430px;
    border-bottom: 2px solid #c7e000;
}
.me-bonus-menu{
    background: url(//v2.pronetcdn.com/imajbet/uploaded_files/header-sub-menu.png) repeat-x;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #425b97;
    font-size: 13px;
}
.me-bonus-menu a{
    color: #bfc5cf;
    font-weight: 700;
    padding: 0 10px;
}
.me-bonus-menu a.me-active{
    color: #fff;
}

.me-bonus .row > .row{
    padding-top: 20px;
    margin: 0 112px;
}
.me-bonus .me-bonus-item{
    margin-bottom: 26px;
    position: relative;;
    overflow: hidden;
}

.me-bonus .me-bonus-item{
    border: 1px solid #e3f000;
    display: block;
    position: relative;;
}

.me-bonus .me-bonus-item:hover{
    text-decoration: none;
}
.me-bonus .me-bonus-item:hover .mask span{
    text-decoration: none;
}
.me-bonus .me-bonus-item img{
    display: block;
    position: relative;
    width: 100%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.me-bonus .me-bonus-item .mask{
    font-family: 'Roboto Condensed';
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, .9);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: #fff;
}

.me-bonus .me-bonus-item strong{
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.5);
    background: transparent;
    margin: 20px 40px 10px 40px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #fff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.me-bonus .me-bonus-item .mask span{
    font-size: 15px;
    font-weight: 300;
    display: block;
    color: #fff;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    margin: 10px 40px 0px 40px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.me-bonus .me-bonus-item .more{
    display: inline-block !important;
    color: #fff;
    background: #2A4365;
    padding: 5px 15px;
}

.me-bonus .me-bonus-item:hover img{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    /*
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;*/
}

.me-bonus .me-bonus-item:hover .mask{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.me-bonus .me-bonus-item:hover strong,.me-bonus .me-bonus-item:hover span{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/**/
.me-content{
    padding: 20px 0;
    background: url(//v2.pronetcdn.com/imajbet/uploaded_files/bonus-bg.png);
    font-family: 'Roboto Condensed';
}

.me-content-detail{
    background: #2A4365;
    color: #fff;
    padding: 20px;
}

.me-content-detail .me-detail{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.me-content-detail .me-detail img{
    max-width: 100%;
    margin: 20px 0;
}


.me-content-detail .me-detail strong, .me-content-detail .me-detail h2, .me-content-detail .me-detail h1, .me-content-detail .me-detail h3{
    color: #B3E41F;
}


.me-content-detail .me-detail ol, .me-content-detail .me-detail ul{
    list-style: none;
    padding: 0;
    margin: 0;
}


.me-content-detail .me-detail ol li, .me-content-detail .me-detail ul li{
    margin: 2px 0;
}

.me-content-title{
    color: #B3E41F;
    margin: 0 0 20px;
    font-size: 14px;
}

.me-content-nav, .me-content-nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    background: #2A4365;
}

.me-content-nav > li > a{
    color: #efefef;
    display: block;
    padding: 7px 10px;
}


.me-content-nav li > a:hover{
    text-decoration: none;
    color: #B3E41F;
}

.me-content-nav ul{
    background: #ddd;
    display: block;
}

.me-content-nav ul > li > a{
    color: #333;
    display: block;
    padding: 3px 10px;
    font-size: 12px;
}

.me-content-nav ul > li > a:hover{
    text-decoration: none;
    color: #2A4365;
}

/**/
.me-modal{ z-index: 9999; }
.me-modal .modal-dialog{
    width: 750px;
}
.me-modal .modal-content {
    border: 15px solid #2A4365;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    position: relative;
}

.me-modal .modal-content .close {
    display: inline-block;
    position: absolute;
    right: -25px;
    bottom: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1; }
.me-modal .modal-content .close img {
    display: block;
    width: 31px;
    height: 31px; }
.me-modal .modal-body {
    padding: 8px; }
.me-modal .modal-body {
}
.me-modal .modal-body .top {
    position: relative;
}
.me-modal .modal-body .top img {
    display: none;
    width: 100%;
    min-height: 198px; }
.me-modal .modal-body .top span {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    padding: 10px;
    font-weight: 600; }
.me-modal .modal-body .top a {
    display: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 20px;
    position: absolute;
    right: 7px;
    bottom: 15px;
    background: #2A4365;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -khtml-border-radius: 50px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s; }
.me-modal .modal-body .top a:hover {
    background: #B3E41F;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    text-decoration: none;
}
.me-modal .modal-body .bottom {
    padding: 12px 0 0 10px;
    font-size: 12px;
}
.me-modal .modal-body .bottom ul li p {
    display: block;
    font-family: 'arial',sans-serif;
    color: #313131;
    line-height: 26px; }


/**/
.modal-backdrop{ display: none !important; }


.me-imaj-play {
    padding-top: 77px;
    height: 454px;
    width: 100%;
    background-image: url("//v2.pronetcdn.com/imajbet/uploaded_files/imaj-play.jpg");
    /*margin-bottom: 1px solid #000000;*/
    background-attachment: fixed;
    background-size: 100% 100%;
}

.me-imaj-play .me-imaj-play-wrapper {
    padding: 0 152px 0 152px;
}

.me-imaj-play .me-imaj-play-wrapper .me-play-title {
    position: relative;
    width: calc(100% - 9px);
    width: -webkit-calc(100% - 9px);
    text-align: center;
    margin: 0;
}

.me-imaj-play .me-imaj-play-wrapper .me-play-title::before, .me-imaj-play .me-imaj-play-wrapper .me-play-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 360px;
    height: 1px;
    background-color: #FFFFFF;
    opacity: 0.15;
    top: 18px;
}

.me-imaj-play .me-imaj-play-wrapper .me-play-title::before {
    left: 0;
}

.me-imaj-play .me-imaj-play-wrapper .me-play-title::after {
    right: 0;
}

.me-imaj-play .me-imaj-play-wrapper .me-play-title .me-logo {
    display: inline-block;
}

.me-imaj-play .me-imaj-play-wrapper .me-play-title .me-logo {
    position: relative;
    display: inline-block;
    width: 202px;
    height: 30px;
    background-image: url(http://v2.pronetcdn.com/v2/imajbet/img/logo1.png);
}

.me-imaj-play .me-imaj-play-wrapper .me-play-title .me-logo .me-logo-icon {
    display: block;
    width: 22px;
    height: 25px;
    position: absolute;
    background-image: url(http://v2.pronetcdn.com/v2/imajbet/img/logo-icon.png);
    left: 56px;
    top: 6px;
    transition: all 0.3s ease-out;
}

.me-imaj-play .me-imaj-play-wrapper .me-play-title .me-logo:hover .me-logo-icon {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transition: all 0.3s ease-in;
}

.me-imaj-play .me-imaj-play-wrapper .me-imaj-play-game-img {
    margin-top: 76px;
    padding: 0 10px 0 10px;
    display: inline-block;
}

.me-imaj-play .me-imaj-play-wrapper .me-imaj-play-game-img a {
    display: block;
    float: left;
    width: 166px;
    height: 101px;
    transition: opacity 0.3s ease;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    position: relative;
    text-align: center;
}

.me-imaj-play .me-imaj-play-wrapper .me-imaj-play-game-img a span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
}

.me-imaj-play .me-imaj-play-wrapper .me-imaj-play-game-img a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.me-imaj-play .me-imaj-play-wrapper .me-imaj-play-game-button {
    margin-top: 60px;
    text-align: center;
}

.me-imaj-play .me-imaj-play-wrapper .me-imaj-play-game-button p {
    font-size: 23px;
    font-family: 'Roboto Condensed';
    color: #EDEDED;
}

.me-imaj-play .me-imaj-play-wrapper .me-imaj-play-game-button p a {
    display: inline-block;
    width: 201px;
    height: 48px;
    color: #FFFFFF;
    line-height: 54px;
    margin-left: 35px;
    text-decoration: none;
    transition: all 0.3s;
    border-radius: 3px;
    background: -webkit-linear-gradient(#7BAF17, #A9D318);
    background: -o-linear-gradient(#7BAF17, #A9D318);
    background: -moz-linear-gradient(#7BAF17, #A9D318);
    background: linear-gradient(#7BAF17, #A9D318);
}

.me-imaj-play .me-imaj-play-wrapper .me-imaj-play-game-button p a:hover {
    box-shadow: 0 0 10px #FFFFFF;
}