@font-face {
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
}
html,body {
    font-size:100.01%;
    height:100%;
}
body {
    margin:0;
    color:#000;
    font:62.5% Arial,sans-serif;
    position: relative;
    min-height: 635px;
    min-width: 320px;
}
#wrapper {
    width:100%;
    height:100%;
    display:table;
    margin:0 auto;
    font-size:1.4em;
    position: relative;
}
.logo-holder{
    padding: 60px 0 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.logo {
    width: 333px;
    height: 125px;
    display: block;
    margin: 0 auto;
}
.logo strong {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}
#content {
    width:100%;
    display:table-cell;
    vertical-align: bottom;
}
.btn-holder{
    overflow: hidden;
    text-align: center;
    padding: 0 0 60px;
}
.text-holder{
    font-size: 45px;
    line-height: 59px;
    color: #fff;
    text-align: center;
}
.text-holder p {
    margin: 0 0 20px;
}
.btn{
    min-width: 168px;
    padding: 13px 45px;
    text-align: center;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-family: Arial,sans-serif;
    max-width: 60%;
	text-shadow: 2px 2px 8px blue, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.btn:hover {
    background: #fb6e18;
    border: 1px solid #fb6e18;
}
.btn:after{
    content: '';
    position: absolute;
    right: 21px;
    top: 22px;
    background: url('../laganas_index/btn-arrow.png');
    width: 25px;
    height: 18px;
}
.btn span {
    display: block;
    overflow: hidden;
    height: 34px;
}
.support-list{
    margin: 0 auto;
    padding: 0 0 18px;
    list-style: none;
    text-align: center;
    width: 500px;
}
.support-list li{
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 20px;
}
.support-list a{
    display: block;
    text-decoration: none;
}
.ico-support-1:hover,
.ico-support-2:hover,
.ico-support-3:hover,
.ico-support-4:hover,
.ico-support-5:hover,
.ico-support-6:hover,
.ico-support-7:hover,
.ico-support-8:hover,
.ico-support-9:hover,
.ico-support-10:hover{
    background-position: 0 100%;
}
.ico-support-9 {
    background: url('../laganas_index/navi-9.png') no-repeat;
    width: 128px;
    height: 30px;
}
.ico-support-10 {
    background: url('../laganas_index/navi-10.png') no-repeat;
    width: 78px;
    height: 34px;
}
.ico-support-8 {
    background: url('../laganas_index/navi-8.png') no-repeat;
    width: 137px;
    height: 30px;
}
.ico-support-7 {
    background: url('../laganas_index/navi-7.png') no-repeat;
    width: 90px;
    height: 42px;
}
.ico-support-1 {
    background: url('../laganas_index/navi-1.png') no-repeat;
    width: 28px;
    height: 42px;
}
.ico-support-3 {
    background: url('../laganas_index/navi-3.png') no-repeat;
    width: 35px;
    height: 42px;
}
.ico-support-5 {
    background: url('../laganas_index/navi-5.png') no-repeat;
    width: 42px;
    height: 42px;
}
.ico-support-6 {
    background: url('../laganas_index/navi-6.png') no-repeat;
    width: 42px;
    height: 42px;
}
.ico-support-2 {
    background: url('../laganas_index/navi-2.png') no-repeat;
    width: 39px;
    height: 44px;
}
.ico-support-4 {
    background: url('../laganas_index/navi-4.png') no-repeat;
    width: 39px;
    height: 42px;
}
.social-list.disable{
    display: none;
}
.social-list {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    overflow: hidden;
}
.social-list li{
    display: inline-block;
    margin: 0 4px 0 0;
}
.social-btn {
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
}
.social-btn:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.twitter-color:hover {
    background: #28aae1;
}
.facebook-color:hover {
    background: #3461a1;
}
.rss-color:hover {
    background: #f58020;
}
.google-plus-color:hover {
    background: #de5543;
}
.you-tube-color:hover {
    background: #ee3138;
}
.vk-color:hover {
    background: #3f6388;
}
.ico {
    display: inline-block;
    vertical-align: middle;
}
.twitter{
    background: url('../laganas_index/ico-twitter.png');
    width: 16px;
    height: 13px;
}
.facebook {
    background: url('../laganas_index/ico-facebook.png');
    width: 16px;
    height: 16px;
}
.rss {
    background: url('../laganas_index/ico-rss.png');
    width: 16px;
    height: 16px;   
}
.google-plus{
    background: url('../laganas_index/ico-google-plus.png');
    width: 16px;
    height: 16px;
}
.you-tube {
    background: url('../laganas_index/ico-you-tube.png');
    width: 16px;
    height: 11px;
}
.vk{
    background: url('../laganas_index/ico-vk.png');
    width: 11px;
    height: 15px;
}
#footer {
    width:100%;
    overflow:hidden; /*for FF on Windows 7*/
    display:table-footer-group;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}
#footer .footer-holder {
    height:1%;
    display:table-row;
}
#footer .footer-frame { 
    display:table;
    width: 100%;
}
.footer-center-col,
.footer-right-col,
.footer-left-col {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
}
.footer-right-col,
.footer-left-col{
    width: 25%;
}
.footer-center-col{
    width: 50%;
}
.footer-text-holder{
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    color: #757575;
    padding: 9px 0 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 8px black, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.footer-text-holder a{
    color: #c6c6c6;
    text-decoration: underline;
}
.footer-text-holder .box-policy__address{
    display: none;
}
.footer-text-holder p {
    margin: 0;
}
.footer-text-holder a:hover{
    text-decoration: none;  
}
#big-video-wrap{
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}
#big-video-wrap video {
    width: 100%;
}
.texture {
    position: absolute;
    background: url('./laganas_index/texture.png');
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 4;
}
.tablet-text{
    display: none;
    font-size: 19px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-family: Arial,sans-serif;
    padding: 20px 10px 0;
}
.tablet-text p {
    margin: 0;
}
.text-slide{
    margin: 0;
    padding: 0 20px;
    list-style: none;
}
.text-slide li{
    display: none;
	text-shadow: 2px 2px 8px lime, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.text-slide .active{
    display: block;
}
#big-video-vid {
    position: relative;
}
.mobile-img {
    height: 100%;
    position: fixed;
    z-index: -1;
    display: block;
}
.box-policy {
    float: right;
    width: 300px;
    margin: 11px 0 0;
    font-size: 13px;
    line-height: 17px;
    color: #757575;
    text-transform: uppercase;
}
.box-policy .disabled{
    display: none;
}
.box-policy p {
    margin: 0;
}
.policy {
    margin: 0;
    padding: 0 0 18px;
    list-style: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
	text-shadow: 2px 2px 8px orange, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.policy.disable{
    display: none;
}

.policy li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 9px;
}

.licurici li:after {
    content: '';
    height: 9px;
    width: 1px;
    background: #c6c6c6;
    position: absolute;
    left: -6px;
    top: 3px;
}
.policy li:first-child:after{
    display: none;
}
.policy a {
    color: #c6c6c6;
    text-decoration: none;
}
.policy a:hover{
    text-decoration: underline;
}
.footer-right-col,
.box-policy__address {
    color: #757575;
    font-size: 13px;
    line-height: 17px;
    font-style: normal;
    text-transform: none;
}
.box-policy__address{
    padding-right: 20px;
}

.footer-right-col .disabled{
    margin: 0;
    display: none;
}
.box-policy__address p{
    text-shadow: 2px 2px 8px red, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    margin: 0 0 10px;
}

@media all and (max-width: 1200px){
    .policy.disable,
    .social-list.disable{
        display: block;
    }
    .policy.disable{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .social-list.disable {
        padding-bottom: 10px;
    }
    .footer-left-col{
        display: none;
    }
    .footer-center-col{
        width: 100%;
        padding-top: 0;
    }
    .footer-right-col {
        display: none;
    }
    .footer-center-col .policy{
        display: none;
    }
    .footer-center-col {
        text-align: center;
    }
    .support-list {
        width: auto;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .footer-right-col .disabled{
        display: block;
    }
    .footer-text-holder .box-policy__address{
        display: block;
    }
    .support-list li {
        padding: 0 0 5px 40px
    }
    .social-list.disable,
    .support-list{
        padding-right: 10px;
    }
    .footer-right-col .disabled,
    .box-policy__address{
        padding-left: 10px;
    }
}
@media all and (max-width: 1024px){
    .logo {
        background: url('../laganas_index/logo.png') no-repeat;
        width: 333px;
        height: 125px;
        display: block;
        margin: 0 auto;
        background-size: cover;
    }
}
@media all and (max-width: 800px){
    .text-holder {
        font-size: 45px;
        line-height: 59px;
    }
    .btn-holder {
        padding: 250px 0 60px;
    }
    .logo {
        background: url('../laganas_index/logo.png') no-repeat;
        width: 333px;
        height: 125px;
        display: block;
        margin: 0 auto;
        background-size: cover;
    }
    .logo-holder {
        padding: 60px 0 0;
    }
    body {
        min-height: 480px;
    }
    #footer {
        background-color: #0F0F0F; 
    }
}
@media all and (max-width: 767px){
    .footer-right-col{
        display: block;
        text-align: center;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .btn {
        background: #fb6e18;
        font-size: 18px;
    }
    .footer-center-col{
        display: none;
    }
}
@media all and (max-width: 640px){
    .tablet-text {
        display: block;
    }
    .logo-holder{
        padding-top: 20px;
    }
    .btn-holder{
        padding-bottom: 50px;
        padding-top: 0;
    }
    .logo{
        width: 333px;
        height: 125px;
    }
     #content {
        height: 400px;
    }
}
@media all and (max-width: 400px){
    .text-holder{
        font-size: 30px;
        line-height: 39px;
    }
    .text-holder p {
        margin: 0 0 10px;
    }
    .tablet-text {
        padding-top: 10px;
        font-size: 15px;
        line-height: 19px;
    }
}

.hide {
    display: none;
}
.appstore {
    min-height:40px; 
    min-width: 135px; 
    width: 30%; 
    height: auto
}