﻿
#ShowYOW,#ShowBKK  {cursor: pointer;}

.flag-holder {padding-bottom:10px; text-align:center;}

.client-logos {text-align:center;}
.client-logos img { max-width:250px; max-height:110px; padding:24px;}

.normal-logo {
    max-height: 23px;
}

.screenshot {
    text-align: center;
    margin-bottom:60px;
}
.screenshot img {
    text-align: center;
    max-width:60%;
}

h1, h2, h3, h4 {
    color: #ee2981;
}
.stats-title {
    font-weight:bold;
    color:#ee2981;
    font-size:36px;
}

.menu-input {
    width:220px;
}

.menu-input-mobile {
    margin: auto;
    margin-top:6px;
    margin-bottom:6px;
    width:95% !important;
    max-width:95% !important;
}

.menu-input-mobile input {
    width:100% !important;
    max-width:100% !important;
}

.mobile-login-button {
    background-color: #fff !important;
    color: #333 !important;
    margin-bottom:10px;
}

#NotifierContent h1
 {
    letter-spacing:normal;
    text-transform: none;
    margin-bottom:0px;
}



@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 

    /* ipad both */
    .tp-caption.be_med_light_white_h6, .be_med_light_white_h6 { font-size: 22px; }
    .tp-caption.only_white_large_prata_bold, .only_white_large_prata_bold { font-size: 60px; }
    .tp-caption.be_med_light_white_new,.be_med_light_white_new { font-size:30px; }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    /* ipad landscape */

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {


    /* ipad portrait */


}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {

    /* ipad retina landscape */

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {

    /* ipad retina portrait */

}

@media screen and (max-width:960px) {
    #logo {
        padding-top: 6px !important;
    }
}

@media screen and (max-width:768px) {

}

@media screen and (max-width:480px) {

    #logo { margin: 10px 0 30px; }

    body.header-transparent #header-inner-wrap #navigation, body.header-transparent #header-inner-wrap.header-controls, body.header-transparent #header-inner-wrap.mobile-nav-controller-wrap { line-height: 60px; }

    .tp-caption.be_med_light_white_h6, .be_med_light_white_h6 { font-size: 30px; }
    .tp-caption.only_white_large_prata_bold, .only_white_large_prata_bold { font-size: 60px; }
    .tp-caption.be_med_light_white_new,.be_med_light_white_new { font-size:30px; }

    .tp-caption.be_med_light_white { font-size:30px; line-height:40px; }
    .black-back-mobile {background-color:#000 !important; padding:3px !important;}

    .tp-caption.be_med_light_dark { font-size:40px; }

	.client-logos img {  margin: 0 auto; display: inline-block; }
	.special-heading-wrap.style1 .sub-title { max-width:none; }

}


