/*@import url("https://fonts.googleapis.com/css?family=Lato:400,900|Roboto");*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
section:first-of-type {
    padding-top: calc(9vw + 16px)
}
@media (max-width: 790px) {
    section:first-of-type {
        padding-top: calc(14vw + 8px)
    }
}
header {
    border-top: solid 2vw #666;
    overflow: visible;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    font-family: 'Roboto', sans-serif
}
header .logo {
    float: left;
    width: calc(22.46405vw + 25px);
    padding-left: 2vw;
    height: 0;
    border-top: calc(5vw + 2vw) solid #666;
    border-right: 25px solid transparent;
    position: relative
}
header .logo img {
    position: absolute;
    top: calc(-5vw - 2vw);
    height: 5vw
}
@media (max-width: 790px) {
    header .logo {
        border-top: calc(10vw + 2vw) solid #666;
        width: calc(36.9281vw + 4vw + 25px)
    }
    header .logo img {
        top: calc(-10vw - 2vw);
        height: 10vw
    }
}
header nav {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #b32018;
    height: 5vw;
/*    white-space: nowrap;*/
    text-align: right
}
header nav .menu {
    display: inline-block;
    height: 10vw
}
header nav .menu .icon {
    vertical-align: middle;
    margin: 0 16px;
    width: 32px;
    display: none
}
header nav .vrgirl {
    vertical-align: middle;
    padding-left: 8px;
    float: right;
    height: 5vw
}
@media (max-width: 790px) {
    header nav .vrgirl {
        display: none
    }
}
@media (max-width: 790px) {
    header nav {
        height: 10vw
    }
    header nav .dropdown {
        text-align: left;
        display: none;
        position: absolute;
        white-space: normal;
        top: 10vw;
        width: 150px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
    }
    header nav .dropdown a {
        position: relative;
        background: #666;
        display: inline-block;
        width: 100%;
        padding: 16px
    }
    header nav .buy {
        background: white;
        display: inline-block;
        color: #b32018;
        height: 10vw;
        border: 0;
        line-height: 10vw;
        padding: 0 8px
    }
    header nav .menu {
        display: inline-block
    }
    header nav .menu .icon {
        display: inline-block
    }
    header nav .menu:hover>.dropdown {
        display: block
    }
}
header nav a {
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 1vw;
    color: white;
    line-height: 5vw;
    -webkit-transition: color .1s ease-in;
    transition: color .1s ease-in;
    -webkit-transition: background-color .1s ease-in;
    transition: background-color .1s ease-in;
    border: solid 3px transparent
}
header nav a.buy {
    border-color: white
}
header nav a:hover {
    color: #b32018;
    background: white
}
html {
    position: relative;
    min-height: 100%
}
body {
    margin: 0 0 5vw
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: solid 2vw #666;
    overflow: visible;
    font-family: 'Roboto', sans-serif
}
footer .powered {
    float: right;
    width: 25vw;
    height: 0;
    border-bottom: 7vw solid #666;
    border-left: 25px solid transparent;
    position: relative;
    line-height: 5vw;
    color: white;
    font-size: 1vw;
    z-index: 1
}
footer .powered .container {
    text-align: center;
    position: absolute;
    top: 1.5vw;
    width: 100%
}
footer .powered img {
    padding-left: 8px;
    vertical-align: middle;
    height: 3.33333vw
}
@media (max-width: 790px) {
    footer .powered {
        border-bottom: 12vw solid #666
    }
    footer .powered .container {
        top: 4vw
    }
    footer .powered .text {
        display: none
    }
    footer .powered img {
        padding: 0;
        height: 5vw
    }
}
footer .links {
    background: #b32018;
    height: 5vw;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0
}
footer .links .container {
    width: 75vw;
    float: left
}
@media (max-width: 790px) {
    footer .links {
        height: 10vw
    }
    footer .links .container {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}
footer .links a {
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 1vw;
    color: white;
    line-height: 5vw;
    -webkit-transition: color .1s ease-in;
    transition: color .1s ease-in;
    -webkit-transition: background-color .1s ease-in;
    transition: background-color .1s ease-in
}
footer .links a:after {
    content: '|';
    padding-left: 2vw
}
footer .links a:last-child:after {
    content: '';
    padding: 0
}
@media (max-width: 790px) {
    footer .links a {
        font-size: 3vw;
        line-height: normal
    }
    footer .links a:after {
        content: ''
    }
}
* {
    box-sizing: border-box
}
.background {
    -webkit-filter: blur(8px);
    filter: blur(8px);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -5;
    background: url("images/background.jpg") no-repeat;
    background-size: cover
}
section {
    //max-width: 1100px;
    //background: rgba(255, 255, 255, 0.5);
    //margin: 0 auto
}
.myborder
{
    border: solid 1px black;
}
.slot_view{
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    text-align: center;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
}
.slot_view_item
{
    padding: 15px 0px;
    background-color: #F9F9F9;
    border-radius: 3px 3px 0px 0px;
    text-shadow: 1px 1px 1px #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.slot_view_item:hover
{
    padding: 15px 0px;
    background-color: #337AB7;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#loading-indicator {

    left: 0px;
    top: 0px;
    bottom: 0px;
    margin:20% 50%;
    width: 5%;
}
.loader{ top:0px; left:0px;position: absolute; padding: 0%; width: 100%;  background:rgba(0,0,0,0.3);}

.radio-button {
    margin: 10px 5px;
}

.radio-button input[type="radio"] {
    display: none;
}

.radio-button label {
    background-color: #dadada;
    padding: 10px;
    margin: 0;
}

.label_selected
{
    background-color:  #16A1E7;
    color: #fff;
}

.radio-button input[type=radio]:checked + label  {
    background-color:  #16A1E7;
    color: #fff;
}

.radio-button input[type=radio]:disabled + label  {
    background-color:  #ff0000;
    color: #fff;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    margin: 0;
}
#checkout-visitor-info-div{
    display: none;
}
.section-padding{padding-left: 15px;padding-right: 15px;}
.min-height{background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;min-height: 750px;margin: 0 auto;max-width: 1100px;padding-bottom: 150px;}
.reserve_btn{margin-top: 20px;}

.cms-content ul li{
    list-style-type: circle;
    margin-left: 40px;
	}