﻿body, html, form {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    overflow-y: visible !important;
    direction:ltr;
    color:#fff;
    font-family: Oswald, sans-serif;
    font-weight:200;
    overflow-x:hidden !important;
}
body{
    /*background-image:url(../img/common/bg.jpg);*/
    background-repeat:no-repeat;
    background-color:#1D2228;
    width:100%;
    min-width:1100px;
}
.row{
    margin:0;
    padding:0;
}
a, a:hover{
    color:#fff;
}
.main_control{
    /*min-height:700px;*/
}
.main_title{
    background-image:url(../img/common/title.png);
    background-repeat:no-repeat;
    color:#0E683C;
    width:760px;
    height:83px;
    padding-right:70px;
    text-align:center;
    line-height:83px;
    text-transform:uppercase;
    font-size:40px;
    float:left;
}
.fixed_top{
    margin-top:200px;
}
.big_dialog {
    color:#777777;
}
.big_dialog .modal-body iframe{
    width:100%;
    border:0;
}
.big_dialog .modal-header button{
    margin-left:0px;
}
.modal-open{
    padding-right:0px !important;
}
.modal-dialog {
  width: 95% !important;
  height: 60% !important;
  padding: 0 !important;
}
.modal-content {
  height: 99% !important;
}
.max_width .modal-lg, .max_width .modal-dialog{
    max-width:unset !important;
}
.toast{
    width:100%;
    height:50px;
    line-height:50px;
    background-color:#FCFAD1;
    z-index:999;
    text-align:center;
    position:absolute !important;
    border-bottom:solid 4px #fff;
    display:none;
    margin-top:-2px;
    color:#000;
}


@media (max-width: 1400px) {
    .page_holder .content{
        margin:0;
        padding:0;
        width:100% !important;
    }
}
@media (max-width: 700px) {
    body{
        min-width:100%;
    }
}