@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');
body,html{
    width: 100%;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
} 

/*clearfix*/
.clearfix:before, .clearfix:after{content:"";display:table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}

*{
    box-sizing: border-box;
}

p{
    margin: 0;
}

a{
	color: initial;
	text-decoration: none;
}

a,img{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    user-drag: none; 
}

/******************************* container_outer ***************************************/

.container-outer{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center top;
    
}

/******************************* container ***************************************/

.container{
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-image: url(../img/model.png);
    background-size: 445px auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}

/******************************* logocont ***************************************/

.logocont_row{
    display: table-row;
    width: 100%;
    height: 100px;
    vertical-align: middle;
    z-index: 2
}

.logocont_cell{
    width: 100%;
    vertical-align: middle;
    padding-bottom: 15px;
}

.logocont{
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 20px
}

.logocont img{
    width: 140px;
    vertical-align: bottom;
}

/******************************* langsrow ***************************************/

.langsrow{
    display: table-row;
    width: 100%;
    z-index: 999999;
    opacity: 0.999
}

.langscell{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 25px 0;
}

.langstable{
    display: table;
    width: 95%;
    height: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

/******************************* langrow ***************************************/

.langrow{
    display: table-row;
    width: 100%;
}

/***************** btncont_cell *****************/

.btncont_cell{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 15px;
    width: 260px
}

.btncont_cell a{
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    width: 230px;
    margin: 0 auto;
    padding: 5px 0;
    background-color: #19B60E;
    border: 3px solid #fff;
    border-radius: 19px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btncont_cell a:hover{
    background-color: #a6f8a0;
    transform: scale(1.05,1.05);
    text-shadow: 0 0 3px #000
}

/***************** flagcont_cell *****************/

.flagcont_cell{
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    text-align: left;
}

.flagcont_cell img{
    vertical-align: bottom;
    width: 52px
}

/***************** textcont_cell *****************/

.textcont_cell{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    color: #fff;
    line-height: 17px
}

/***************** divider *****************/

.divider{
    display: table-row;
    width: 100%;
    height: 5px
}

/*************************************************** media ***************************************************/
@media screen and (max-width: 1024px){
    .divider{
        height: 15px
    }
}


@media screen and (max-width: 1000px){
    .langstable{
        max-width: 800px;
        display: block;
        text-align: center
    }
    .btncont_cell,.flagcont_cell{
        display: inline-block;
        padding: 0 0 20px
    }
    .textcont_cell{
        display: block;
        width: 100%;
        text-align: left
    }
    
    .logocont_row{
        height: 65px
    }
    
    .divider{
        height: 45px
    }
}
   
@media screen and (max-width: 375px){
    .btncont_cell{
        width: 240px;
    }
    .flagcont_cell{
        width: 50px;
    }
    .flagcont_cell img{
        width: 45px
    }
}

@media screen and (max-width: 306px){
    .flagcont_cell{
        padding: 0
    }
}