@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');


html {
	direction: ltr;
	overflow-x: hidden;
	box-shadow: none !important;
	padding: 0;
    margin: 0;

}

body {
	background-color: #000;
	color: #454545;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
    margin: 0;
}

body a {
	outline: none !important;
	text-decoration: none;
}

body a:hover,
body a:active,
body a:focus{
	text-decoration: none;
}

/* Header */

header{
    position: relative;
    float: left;
    display: block;
    width: 100%;
    background-color: #000;
}


#header-wrapper .logo{
    width: 410px;
    height: 190px;
    margin: 0 auto;
    display: block;
    background-image: url(../images/logo.svg);
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

#header-wrapper .heder-bg{
    height: 255px;
    background-image: url(../images/header-bg-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

#header-wrapper p.top-slogan{
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    padding: 0;
    margin: 15px 0px;
}

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

.header-slogan h1{
    color: #fedc01;
    font-size: 32px;
    line-height: 105px;
    padding: 0;
    margin: 0;
    text-indent: -75px;
}

.header-slogan h1 span{
    color: #eb140e;
    text-transform: uppercase;
}

.header-slogan .online-24{
background-image: url(../images/24-min.png);
    display: inline-block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    bottom: -20px;
    position: relative;
    margin-left: 5px;
}


/* Sites grid */
.region-content,
.region-wide-banner{
    position: relative;
    float: left;
    width: 100%;
}


#content-wrapper{
    position: relative;
    float: left;
    width: 100%;
    display: block;
}

#bl-webcams{
	padding: 0;
	margin: 0;
}

#bl-webcams .grid-item{
    width: 25%;
    display: block;
    padding: 5px;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    height: 24.9vw;
}

#bl-webcams .webcam{
    list-style: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#bl-webcams .webcam:after{
    content: "";
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.29);

  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;

}

#bl-webcams .webcam:hover:after{
    background-color: rgba(0, 0, 0, 0.00);
}

#bl-webcams .grid-item .online{
    font-size: 16px;
    font-weight: bold;
    color: #4f8100;
    z-index: 9999;
    position: relative;
    width: 97px;
    background-color: #90eb00;
    border-radius: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    left: 20px;
}



#bl-webcams .grid-item .hd{
    position: absolute;
    float: right;
    right: 30px;
    background-color: #383838;
    z-index: 1;
    color: #ffb403;
    line-height: 34px;
    padding: 0 13px;
    font-weight: bold;
    top: 26px;
}


#bl-webcams .grid-item .bt-line{
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 1;
    float: left;
    background-color: rgba(0, 0, 0, 0.68);
    color: #ffffff;
    z-index: 999;
    height: 70px;

    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;

}

#bl-webcams .grid-item:hover .bt-line{

}

#bl-webcams .grid-item .play-bt{
    width: 57%;
    display: block;
    opacity: 0;
    margin: 0 auto;
    float: none;
    top: 54%;
    position: relative;
    text-align: center;
    background-color: #fedc01;
    z-index: 9;
    border-radius: 60px;
    line-height: 51px;
    padding: 0 20px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    font-size: 22px;

    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;

}



#bl-webcams .grid-item{
  display: block;
  position: relative;
}

#bl-webcams .grid-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 80%;
    bottom: 0;
    position: absolute;
    margin: 0 auto;
    background-image: url(../images/play.svg);
    opacity: 1;
    z-index: 9;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

#bl-webcams .grid-item:hover::before,
#bl-webcams .grid-item:active::before,
#bl-webcams .grid-item:focus::before {
    display: block;
}



#bl-webcams .grid-item:hover .play-bt{
    opacity: 1;
}

#bl-webcams .grid-item .bt-line .name{
    position: relative;
    float: left;
    line-height: 70px;
    font-weight: bold;
    font-size: 17px;
    padding: 0 15px;
}

#bl-webcams .grid-item .bt-line .country{
    position: relative;
    float: right;
    top: 24px;
    margin-right: 27px;
    font-size: 27px;
    color: #a5a5a5;
}

#bl-webcams .grid-item .bt-line .stream-flag {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 5px;
    font-size: 24px;
}


.container{
    max-width: 1130px;
    margin: 0 auto;
    width: 100%;

}

#footer-content-wh{
    position: relative;
    float: left;
    width: 100%;
    display: block;
    padding: 0;
}


#bl-about-us{
    margin: 60px 25px;
    width: 630px;
    float: left;
}

#bl-about-us h2{
    font-size: 43px;
    color: #eb140e;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 54px;
}

#bl-about-us h3{
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 35px;
}

#bl-about-us ul{
    padding: 0;
    max-width: 640px;
}

#bl-about-us ul>li{
    list-style: none;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 25px;
    color: #ffffff;
}

#bl-about-us ul>li:before{
    content: "•";
    color: #beff58;
    display: inline-block;
    line-height: 21px;
    position: relative;
    font-size: 50px;
    margin-left: -25px;
    float: left;
}

#bl-about-us p{
    color: #ffffff;
    font-size: 18px;
    line-height: 31px;
    max-width: 640px;
}



#footer-content-bl{
    position: relative;
    float: left;
    width: 100%;
    display: block;
    padding: 0;
    background-color: #000;
}

#bl-features {
    margin: 40px 25px;
    float: right;
    width: 590px;
}

#bl-features h2{
    color: #ffd200;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 40px;
    line-height: 54px;
    margin-bottom: 25px;
}

#bl-features p{
    color: #ffffff;
    font-size: 18px;
    line-height: 31px;
    max-width: 640px;
}

.bl-girl-one{
    position: relative;
    float: right;
    width: 440px;
    height: 440px;
    background-image: url(../images/girl-one-min.png);
    margin-top: 60px;
    background-size: contain;
    background-repeat: no-repeat;


}

.bl-girl-two{
    position: relative;
    float: left;
    width: 440px;
    height: 440px;
    background-image: url(../images/girl-two-min.png);
    margin-top: 70px;
    background-size: contain;
    background-repeat: no-repeat;


}


footer{
    position: relative;
    float: left;
    width: 100%;
    display: block;
    margin-top: 40px;
    background-color: #eb140e;
}

footer p.footer-cop{
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}



/* Responsive */

@media (max-width: 1280px) {

    #bl-webcams .grid-item .play-bt{
        width: 55%;
        top: 40%;
        line-height: 38px;
        padding: 0 16px;
        font-size: 16px;
    }

    #bl-webcams .grid-item .bt-line .country {
        font-size: 17px;

    }

    #bl-webcams .grid-item .bt-line .stream-flag {
        font-size: 17px;
    }

    #bl-features {
        margin: 0px 25px;
    }

    #bl-about-us {
        margin: 0px 25px;
    }

    .bl-girl-one {
        position: relative;
        float: right;
        width: 270px;
        height: 270px;
        margin-right: 10px;
    }

    .bl-girl-two {
        float: left;
        width: 280px;
        height: 280px;
        margin-top: 100px;
        margin-left: 10px;
    }

}



@media (max-width: 1100px) {

    #bl-webcams .grid-item{
        width: 33%;
        height: 33vw;
    }
}

@media (max-width: 997px) {

    #bl-webcams .grid-item{
        width: 32.7vw;
        height: 33vw;
    }
    .girl-wrapper{
        display: none;
    }

    #bl-about-us ul,
    #bl-about-us p,
    #bl-features p {
        max-width: 100%;
    }

    #bl-about-us {
        margin: 0px 25px;
        width: auto;
        float: left;
    }

    #bl-features {
        margin: 0px 25px;
        float: left;
        width: auto;
    }


    .bl-girl-one,
    .bl-girl-two{
        display: none;
    }

}

@media (max-width: 892px) {

    .header-slogan {
        display: none;
    }

    #header-wrapper .heder-bg {
        margin-bottom: 2px;
    }


    #bl-webcams .grid-item{
        width: 50%;
        height: 50vw;
    }

    #fly-menu ul>li {
        list-style: none;
        width: 30%;
    }

    #fly-menu ul>li>a{
        font-size: 14px;
    }

    #bl-features h2,
    #bl-about-us h2 {
        font-size: 45px;
    }

    .header-slogan h1 {
        font-size: 7.6vw;
        line-height: 6.6vw;
    }

    .header-slogan h2 {
        font-size: 11.9vw;
        line-height: 12vw;
    }
    
}

@media (max-width: 540px) {


    .top-slogan{
        display: none;
    }

    #header-wrapper .heder-bg {
        height: 135px;
        background-image: none;
    }

    #header-wrapper .logo {
        width: 310px;
        height: 120px;
    }

    #bl-webcams .grid-item .hd {
        position: absolute;
        float: right;
        right: 10px;
        background-color: rgba(56, 56, 56, 0.75);
        z-index: 1;
        color: #ffb403;
        line-height: 28px;
        padding: 0 7px;
        font-weight: bold;
        top: 10px;
    }

    #bl-webcams .grid-item .online {
        font-size: 10px;
        font-weight: bold;
        color: #fafdf5;
        z-index: 9999;
        position: relative;
        width: 67px;
        background-color: rgba(144, 235, 0, 0.46);
        border-radius: 36px;
        line-height: 26px;
        text-align: center;
        text-transform: uppercase;
        top: 10px;
        left: 10px;
    }

}


@media (max-width: 496px) {

    #bl-features h2,
    #bl-about-us h2 {
        font-size: 26px;
        line-height: 37px;
    }

    #bl-about-us h3 {
        font-size: 17px;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 0;
        line-height: 22px;
    }


    #bl-webcams .grid-item .online {
        line-height: 30px;
        font-size: 11px;
    }

    #bl-webcams .grid-item .online .online-icon {
        font-size: 18px;
        line-height: 28px;
        margin-left: 4px;
        margin-right: 2px;
    }

    #bl-webcams .grid-item .hd {
        right: 9px;
        background-color: rgba(56, 56, 56, 0.72);
        color: #ffbf03;
        line-height: 17px;
        padding: 0 4px;
        top: 8px;
        font-size: 10px;
    }

    #bl-webcams .grid-item .play-bt {
        display: none;
    }

    #bl-webcams .grid-item .bt-line {
        height: 33px;
    }


    #bl-webcams .grid-item .bt-line .name {
        line-height: 33px;
        font-size: 11px;
        padding: 0 10px;
    }

    #bl-webcams .grid-item .bt-line .country{
        display: none;
    }

    #bl-webcams .grid-item .bt-line {
        opacity: 1;
    }
}

@media (max-width: 380px) {

    #header-wrapper .logo {
        width: 180px;
        height: 60px;
    }

    #header-wrapper .heder-bg {
        height: 60px;
        background-image: none;
    }

    #bl-webcams .grid-item .online {
        font-size: 8px;
        font-weight: bold;
        color: #fafdf5;
        z-index: 9999;
        position: relative;
        width: 44px;
        background-color: rgba(144, 235, 0, 0.46);
        border-radius: 7px;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
        top: 5px;
        left: 5px;
    }
    
}