/*some generic classes*/


.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.body a {
    text-decoration: none;
}

.button {
    background: #000099;
    border: 0;
    border-radius: 20px;
    padding: 15px 15px;
    color: #fff;
    margin: 5px;
}

.selectButton {
    background: #000099;
    border: 0;
    border-radius: 0;
    color: #fff;
}

/*header of site*/
#mainHeader {
    /*padding: 10px;*/
    background-color: #fff;
    width: 100%;
    border-bottom: solid 4px black;
}

#menuBars {
    color: #0070C0;
    padding: 12px;
}

#menuBars i{
    cursor:pointer;
}

#logo img {
    width: 83%;

}

#language {
    padding: 15px 0;
}

#language select {
    width: 51px;
    margin-left:-4px;
}

/*navigation*/
#navigation {
    position: absolute;
    margin-left: -100%;
    padding: 10px 0;
    background: #2B2F2F;
}

#navigation ul {
    list-style: none;
    font-size: medium;
    margin: 0;
    padding: 0;
}

#navigation li {
    margin: 10px 0;
    padding: 0;
}

#navigation a {
    color: #fff;
}

#navigation span {
    padding: 0 25px;
}

/*slidable*/
#slidable {
    width: 78%;
}

#withBackground {
    background: url('/assets/page_background.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 420px;
    padding: 10px;
    color: #fff;
}

#withBackground h2 {
    margin-top: 60px;
    padding: 10px;
    text-align: center;
}

/*#withBackground div {
    margin: 20px 5px 20px auto;
}
*/
#toggle_coupon{
    text-align: center;
    outline: none;
}
#columns {
    margin-top: 25px;
}

.column h3 {
    background: #808080;
    color: #fff;
    padding: 3px;
}

.column img {
    width: 100%;
}

#footer {
    background: #2D4496;
    color: #fff;
    padding: 10px;
    width: 78%;
    margin-top: 0px;
}

#footer div, #footer p {
    margin: 15px;
}

#footer a {
    margin: 0 10px;
    color: #fff;
}
.block{width:95%;background:rgba(0,0,0,0.6);padding:10px 20px 30px 20px}
.block .big-box{text-align:center;}
.big-box > h1{font-size:38px;font-weight:lighter;text-decoration:underline;color:white; text-shadow:none; }
.buts button{margin-top:0.1px;border:0;padding:7px 10px;font-size:16px;background:#009; color:white;cursor:pointer}
.big-box .buts button:nth-child(1){float:right}
.big-box .buts button:nth-child(2){float:left}

.btn {
    border:0;
    width: 60%; 
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:14px;
    background:#009; 
    color:white;
    cursor:pointer;
}

.big-box > h3 {font-size:18px;}

.overflow_slider_color{
    background-color: #2d4496;
}

input{
    color: black;
}

.back-to-app{
float: left;  
}

.btn-finalize{
    float: right;
}

.expire{
  width: 80%;
  height: 30%;
  font-size: 16px;
  margin: 20% auto;
  border: 1px solid;
  line-height: 160px;
  text-align: center;
  background: #fff none repeat scroll 0 0;
}

.modal-title{
    color: #000099;
}

#coupon_box,
#discount_box{
    display: none;
}

label.centeral{
    display: block;
    text-align: center;
}

h4.skip {
  display: none;
}
