﻿body {
    font-family: 'Raleway', sans-serif;
    background-color:#000;
    background-position: top center;
    background-size:cover;
    background-repeat: no-repeat;
}

#myCanvas {
    height: 300px;
    width: 20000px;
    max-width: 100%;
    position: absolute;
    bottom: 0;
}

#StatusMessage {
    color: #FFF;
    padding: 10px 0px 0px;
    font-size: 13px;
}

#ghoul-dance img {
    width:100%;
}

.day-logi { background-image: url(../img/login-bg.jpg); }
.day1 { background-image: url(../img/day1.jpg); }
.day2 { background-image: url(../img/day2.jpg); }
.day3 { background-image: url(../img/day3.jpg); }
.day4 { background-image: url(../img/day3.jpg); }
.day5 { background-image: url(../img/day5.jpg); }

.btn11 {
    position:absolute;
    bottom:5px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
    background-color: #000; 
    width: 200px;
    border: 0px;
}

.howto {
    text-align: center;
    background-color: rgba(124, 7, 7, 0.6);
    color: #fffc00;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    max-width: 400px;
    padding: 9px;
    font-size: 16px;
    line-height: 18px;
    top: 25%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
}

.ghost1 {
    top: 49.5%;
    left: 44.2%;
    position:absolute;
    width:61px;
    height:57px;
    background-image:url(../img/ghost1.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor:pointer;
    z-index:1002;
}

.ghost2 {
    top: 46.5%;
    left: 29.4%;
    position: absolute;
    width: 61px;
    height: 57px;
    background-image: url(../img/ghost2.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
        z-index:1002;
}

.ghost3 {
    top: 39.5%;
    left: 54.4%;
    position: absolute;
    width: 56px;
    height: 57px;
    background-image: url(../img/ghost3.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
        z-index:1002;
}

.ghost4 {
    top: 64.5%;
    left: 40.9%;
    position: absolute;
    width: 56px;
    height: 57px;
    background-image: url(../img/ghost4.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
        z-index:1002;
}

.ghost5 {
    top: 51.5%;
    left: 60.4%;
    position: absolute;
    width: 56px;
    height: 37px;
    background-image: url(../img/ghost5.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
        z-index:1002;
}



.main-info-wrap {
    position:absolute;
    top:20%;
    left: 50%;
    padding: 20px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
    z-index:1005;
}

.text2 {
    font-weight: 500;
    font-size: 13px;
    text-align:center;
    text-transform: uppercase;
    line-height: 14px;
    color: #FFF;
    max-width: 350px;
    margin: auto;
    margin-bottom: 15px;
}

.login-text {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 14px;
    color: #FFF;
    max-width: 350px;
    margin: auto;
    margin-bottom: 15px;
}

#main-info-01 {
    width: 100%;
    max-width: 400px;
    text-align:center;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.promo-date {
    color:#FFF;
    font-size: 14px;
    text-align:center;
    margin:0px 0px 10px 0px;
}

h1 {
    line-height: 33px;
    font-size: 32px;
    font-family: 'Kalam', cursive;
    color: #d40000;
    text-align: center;
    text-transform: uppercase;
    max-width: 400px;
    margin: 10px 0px 0px 0px;
}

.userbox {
    font-size: 13px;
    padding: 6px;
    text-align:center;
    width: 250px;
    margin-bottom:5px;
}

.btn-success-11 {
    color:#FFF;
    background-color: rgba(194, 19, 19, 0.6);
    border-radius: 0px;
    width: 250px;
    text-transform: uppercase;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: unset;
}

.navbar-default {
	font-family: 'Raleway', sans-serif;
	background-color: unset;
    color: unset;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	background-position: center top;
	background-repeat: no-repeat;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #f05f40;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;

}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding-top: 7px;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #FFF;
   background-color:unset;
    /*background-color:#178a43;*/
}

.navbar-default .nav > li.active,
.navbar-default .nav>li.active>a:focus {
    color: #f05f40!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

.navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar-brand {
    padding: 0px;
}

.navbar-nav {
     margin: 0px;
}

.navbar-collapse {
    background-color: unset;
}

.navbar-default {
    background-color: unset;
    border-color: unset;
}


.logo{
    height: 109px;
    width: 168px;
    background-image: url(../img/v2w-logo.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 5px;
}

.lang-sel {
    position: absolute;
    top: 58px;
    right: 10px;
}

.lang-c {
background-color:#000;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
padding: 3px;
}

a:focus, a:hover {
    color: #FFF;
    text-decoration:none;
}


/****LOADING SPINNER******/

.spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/****LOADING SPINNER END******/
.img-respon {
    width:100%;

}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    background-color: #000;
    color: #fff;
}

#logo-overlay {
    max-width: 700px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 9%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
}

.blkbox {
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        background-color: rgba(0, 0, 0, .7);
        border-radius: 4px;
    max-width: 350px;
        min-height: 150px;
    margin: auto;
    text-align: center;
    padding: 10px;
}

.blkbox p {
    font-size:18px;
    line-height:18px;
    padding:7px;
}

.blkbox a {
    font-size:14px;
    line-height:14px;
    color:#fffc00;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.modal-dialog {
    width:100%;
    max-width: 570px;
    margin: 50px auto;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .4;
    margin-right: 5px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-content {
    background-image:url(../img/pop-up.jpg);
    background-size:cover;
    color:#FFF;
    background-color: #000;
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
        position: fixed;
}

#DisplayTicketDiv h2 {
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 39px;
    font-weight: bold;
    margin: 10px 0px 30px 0px;
}

#DisplayTicketDiv h3 {
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 23px;
    /* font-weight: bold; */
    margin: 20px 0px 0px;
}

.footer {
    background-color: #000;
    text-align: center;
    padding: 6px;
}


@media (min-width: 1441px) and (max-width: 2200px) {

.main-info-wrap {
    top: 26%;
}

.ghost1 {
    top: 53.9%;
    left: 44.5%;
}

.ghost2 {
    top: 50.9%;
    left: 29.6%;
}

.ghost3 {
    top: 43.5%;
    left: 54.4%;
}

.ghost4 {
    top: 70.5%;
    left: 41.2%;
}

.ghost5 {
    top: 48.5%;
    left: 60.3%;
    width: 56px;
    height: 37px;
}

}

@media (min-width: 1281px) and (max-width: 1366px) {

#main-info-01 {
    max-width: 400px;
    top: 90px;
}

.ghost1 {
    top: 47.1%;
    left: 44.2%;
}

.ghost2 {
    top: 44.5%;
    left: 29.4%;
    width: 46px;
}

.ghost3 {
    top: 37.5%;
}

.ghost4 {
    top: 61.1%;
}

.ghost5 {
    top: 45.1%;
    left: 60.4%;
}

}


@media (min-width: 1026px) and (max-width: 1280px) {

.ghost1 {
    top: 47.1%;
    left: 44.2%;
}

.ghost2 {
    top: 39%;
    left: 24.4%;
}

.ghost3 {
    top: 33.4%;
    left: 55.8%;
    width: 56px;
}

.ghost4 {
    top: 54.1%;
    left: 38.9%;
}

.ghost5 {
    top: 43.5%;
    left: 63.3%;
    width: 56px;
}

body {
    background-size: 125%;
}

.logo {
    position:relative;
    height: 50px;
    width: 170px;
    background-image: url(../img/v2w-logo-mobile-view.png);
    margin-top: 0px;
    left: 0px;
}

#main-info-01 {
    max-width: 400px;
    top: 90px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    background-color: rgba(0, 0, 0, 1);
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: black;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f50000;
}

   .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 0px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }


}

@media (min-width: 960px) and (max-width: 1025px) {

.ghost1 {
    top: 44.4%;
    left: 43.8%;
    width: 48px;
}

.ghost2 {
    top: 41.5%;
    left: 27.4%;
    width: 40px;
}

.ghost3 {
    top: 34.5%;
    left: 54.4%;
}

.ghost4 {
    top: 57.5%;
    left: 39.9%;
    width: 46px;
}

.ghost5 {
    top: 45.2%;
    left: 61.3%;
    width: 56px;
    height: 37px;
}

.howto {
    top: 21%;
}

body {
    background-size: 110%;
}

.logo {
    position:relative;
    height: 50px;
    width: 170px;
    background-image: url(../img/v2w-logo-mobile-view.png);
    margin-top: 0px;
    left: 0px;
}

.main-info-wrap {
    top: 18%;
    padding: 10px;
    width: 600px;
}

#main-info-01 {
    max-width: 400px;
    margin: auto;
}

.login-text {
    margin: auto;
    margin-bottom: 10px;
}

h1 {
    max-width: 600px;
    margin: 10px auto 0px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    background-color: rgba(0, 0, 0, 1);
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: black;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f50000;
}

   .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 0px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

}

@media(min-width: 767px) and (max-width: 959px) {

.ghost1 {
    top: 59.5%;
    left: 40.2%;
}

.ghost2 {
    top: 53%;
    left: 29.4%;
    width: 44px;
}

.ghost3 {
    top: 61.5%;
    left: 68.4%;
}

.ghost4 {
    top: 74.5%;
    left: 32.9%;
}

.ghost5 {
    top: 52.5%;
    left: 70.9%;
    width: 56px;
    height: 37px;
}

body {
    background-position: top center;
    background-size: cover;
}

.day-logi { background-image: url(../img/login-bg-mobile.jpg); }
.day1 { background-image: url(../img/day1-mobile.jpg); }
.day2 { background-image: url(../img/day2-mobile.jpg); }
.day3 { background-image: url(../img/day3-mobile.jpg); }
.day4 { background-image: url(../img/day3-mobile.jpg); }
.day5 { background-image: url(../img/day5-mobile.jpg); }

.logo {
    position:relative;
    height: 50px;
    width: 170px;
    background-image: url(../img/v2w-logo-mobile-view.png);
    margin-top: 0px;
    left: 0px;
}

.main-info-wrap {
    top: 25%;
    width: 500px;
}

#main-info-01 {
margin:auto;
}

h1 {
    margin: 10px auto 0px;
}

/*.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
    font-size: 13px;
}

.nav > li > a {
    padding: 10px 10px;
}*/

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    background-color: rgba(0, 0, 0, 1);
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: black;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f50000;
}

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 0px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
		
}

@media (min-width: 481px) and (max-width: 766px) {

.ghost1 {
    top: 57.5%;
    left: 43.9%;
    width: 30px;
}

.ghost2 {
    top: 55.5%;
    left: 29.4%;
    width: 24px;
    height: 50px;
}

.ghost3 {
    top: 45.1%;
    left: 54.4%;
    width: 42px;
    height: 50px;
}

.ghost4 {
    top: 73.3%;
    left: 40.4%;
    width: 31px;
    z-index: 1004;
}

.ghost5 {
    top: 53.5%;
    left: 60.1%;
    width: 19px;
    height: 37px;
}

.howto {
    padding: 3px;
    font-size: 13px;
    line-height: 14px;
    top: 27%;
    width: 400px;
}

.main-info-wrap {
    padding: 5px;
    width: 450px;
}

#main-info-01 {
    padding: 10px;
    margin:auto;
}

h1 {
    line-height: 18px;
    font-size: 17px;
        margin: 10px auto 0px;
}

.promo-date {
    font-size: 11px;
    margin: 0px 0px 5px 0px;
}

.login-text {
    font-size: 13px;
    line-height: 14px;
    max-width: 350px;
    margin-bottom: 10px;
}

    
.logo {
    height: 50px;
    width: 170px;
    background-image: url(../img/v2w-logo-mobile-view.png);
    margin-top: 0px;
    left: 0px;
}

.lang-c {
    font-size: 13px;
}

.lang-sel {
    top: 16px;
    right: 80px;
    z-index: 1400;
    position: fixed;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    background-color: rgba(0, 0, 0, 1);
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: black;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f50000;
}

}

@media (min-width: 321px) and (max-width: 480px) {

.ghost1 {
    top: 53.5%;
    left: 38.2%;
    width: 40px;
}

.ghost2 {
    top: 47.7%;
    left: 25.0%;
    width: 27px;
    height: 50px;
}

.ghost3 {
    top: 53.6%;
    left: 69.4%;
    width: 45px;
    height: 50px;
}

.ghost4 {
    top: 66.1%;
    left: 27.9%;
    width: 42px;
}

.ghost5 {
    top: 48.5%;
    left: 74.9%;
    width: 25px;
}

.howto {
    padding: 5px;
    font-size: 13px;
    line-height: 15px;
    width: 300px;
}

body {
    background-position: top center;
    background-size: 119%;
}

.day-logi { background-image: url(../img/login-bg-mobile.jpg); }
.day1 { background-image: url(../img/day1-mobile.jpg); }
.day2 { background-image: url(../img/day2-mobile.jpg); }
.day3 { background-image: url(../img/day3-mobile.jpg); }
.day4 { background-image: url(../img/day3-mobile.jpg); }
.day5 { background-image: url(../img/day5-mobile.jpg); }

.main-info-wrap {
    top: 20%;
    left: 50%;
}

#main-info-01 {
    padding: 10px;
}

h1 {
    line-height: 18px;
    font-size: 17px;
    max-width: 200px;
    margin: 5px auto 0px auto;
}

.promo-date {
    font-size: 10px;
    margin: 0px 0px 5px 0px;
}

.login-text {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 7px;
}


.userbox {
    font-size: 12px;
    padding: 5px;
    width: 200px;
    margin-bottom: 5px;
}

.btn-success-11 {
    width: 200px;
}

.logo {
    height: 50px;
    width: 166px;
    background-image: url(../img/v2w-logo-mobile-view.png);
    background-repeat: no-repeat;
    margin-top: -5px;
    left: 0px;
}

.lang-c {
    font-size: 12px;
    background-color: #000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 1px;
}

.lang-sel {
    top: 7px;
    right: 50px;
    z-index: 1400;
}

.navbar-toggle {
    background-color:#000;
    padding: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    border-radius: 2px;
    border: 0px solid transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: black;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f50000;
}

}


@media (min-width: 200px) and (max-width: 320px) {

.ghost1 {
    top: 53.5%;
    left: 38.2%;
    width: 40px;
}

.ghost2 {
    top: 47.7%;
    left: 25.0%;
    width: 27px;
    height: 50px;
}

.ghost3 {
    top: 55.2%;
    left: 69.4%;
    width: 36px;
    height: 50px;
}

.ghost4 {
    top: 67.5%;
    left: 26.9%;
    width: 41px;
}

.ghost5 {
    top: 48.5%;
    left: 73.9%;
    width: 25px;
}

.howto {
    padding: 5px;
    font-size: 13px;
    line-height: 15px;
    width: 300px;
}

body {
    background-position: top center;
    background-size: 119%;
}

.day-logi { background-image: url(../img/login-bg-mobile.jpg); }
.day1 { background-image: url(../img/day1-mobile.jpg); }
.day2 { background-image: url(../img/day2-mobile.jpg); }
.day3 { background-image: url(../img/day3-mobile.jpg); }
.day4 { background-image: url(../img/day3-mobile.jpg); }
.day5 { background-image: url(../img/day5-mobile.jpg); }

.main-info-wrap {
    top: 20%;
    left: 50%;
}

#main-info-01 {
    padding: 10px;
}

h1 {
    line-height: 14px;
    font-size: 14px;
    max-width: 200px;
    margin: 5px auto 0px auto;
}

.promo-date {
    font-size: 10px;
    margin: 0px 0px 5px 0px;
}

.login-text {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 7px;
}


.userbox {
    font-size: 12px;
    padding: 4px;
    width: 165px;
    margin-bottom: 5px;
}

.btn-success-11 {
    width: 165px;
}

.logo {
    height: 50px;
    width: 166px;
    background-image: url(../img/v2w-logo-mobile-view.png);
    background-repeat: no-repeat;
    margin-top: -5px;
    left: 0px;
}

.lang-c {
    font-size: 12px;
    background-color: #000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 1px;
}

.lang-sel {
    top: -42px;
    right: 50px;
    z-index: 1400;
}

.navbar-toggle {
    background-color:#000;
    padding: 4px;
    margin-right: 5px;
    margin-bottom: 8px;
    border-radius: 2px;
    border: 0px solid transparent;
}

header {
    margin-top: 50px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: black;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f50000;
}


}