       *:-ms-input-placeholder,
*::-moz-placeholder,
*:-moz-placeholder,
*::-webkit-input-placeholder {
    color: #c6c6c6
}
* {
    margin: 0;
    padding: 0
}
body,
html {
    height: 100%;
    background: url(back.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.page_mask {
    height: 100%;
    width: 100%;
    background: #5f2c82;
    background: -moz-linear-gradient(left, rgba(95, 44, 130, 0.7) 0%, rgba(73, 160, 157, 0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(95, 44, 130, 0.7) 0%, rgba(73, 160, 157, 0.9) 100%);
    background: linear-gradient(to right, rgba(95, 44, 130, 0.7) 0%, rgba(73, 160, 157, 0.9) 100%);
    filter: progid;
    position: fixed
}
#header {
    height: 120px;
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 1000;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid
}
#body {
    margin-top: 160px;
    position: absolute;
    text-align: center;
    width: 100%
}
#body h1 {
    word-spacing: 3px;
    font-size: 38px;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    letter-spacing: 3px
}
#body h2 {
    font-size: 24px;
    margin-top: 25px;
    word-spacing: 3px;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    color: white;
    margin-bottom: 20px
}
.screen {
    background-image: url(window.png);
    height: 350px;
    width: 950px;
    margin: auto;
}
.login-window {
    padding-top: 130px;
    padding-left: 20px;
    margin-bottom: 142px
}

.login-window .login-handler {
    display: block;
    width: 910px;
    height: 450px
}
.login-handler {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.login-full {
    float: right;
    height: 550px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%
}
.login-full span {
    position: relative;
    top: 40px
}
.login_input {
    padding: 15px;
    width: 200px;
    border: none;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-size: 14px;
    font-weight: 300
}
.login-full button {
    width: 268px;
    padding: 15px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid white;
    letter-spacing: 3px;
    text-transform: uppercase
}
.login-full button {
    background-color: rgba(108, 64, 138, 0.5)
}
.form_title {
    font-size: 34px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: white;
    letter-spacing: 3px
}
.login_code {
    background-image: url(code_ico.png);
    background-position: 13px 16px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 50px
}
.login_password {
    background-image: url(pwd_ico.png);
    background-position: 13px 16px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 50px
}
.login-full img {
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 20px
}
.transparent_btn,
.white_btn {
    padding: 15px;
    margin: 20px;
    width: 150px;
    border: 1px solid white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px
}
button {
    transition: all 0.3s ease 0s;
    outline: 0;
    cursor: pointer
}
.transparent_btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: white
}
.white_btn {
    background-color: white;
    color: #2d2d2d
}
#header ul {
    margin: auto;
    position: relative;
    top: 50px;
    right: 30px
}
#header ul li {
    color: rgba(255, 255, 255, 0.3);
    padding: 20px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 2px
}
#footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100px;
    width: 100%;
    color: white;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(28, 28, 28, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(28, 28, 28, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(28, 28, 28, 1) 100%);
    filter: progid
}
#footer span {
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #05b380;
    display: block;
    margin-top: 40px;
    text-align: center;
    font-size: 11px;
    word-spacing: 2px;
    letter-spacing: 2px;
    color: rbga(255, 255, 255, 0.1)
}
#robots,
#maps,
#schedules,
#warnings,
#updates,
#market,
#downloadapp {
    height: auto;
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 910px;
    bottom: 20px;
    margin: auto;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 18px 11px 112px -27px rgba(20, 20, 20, 1);
    -moz-box-shadow: 18px 11px 112px -27px rgba(20, 20, 20, 1);
    box-shadow: 18px 11px 112px -27px rgba(20, 20, 20, 1)
}
#robots,
#updates,
#downloadapp,
#market {
    background-color: rgba(49, 28, 78, 0.9);
    border-left: 2px solid #69518b
}
#maps {
    background-color: rgba(44, 76, 70, 0.9);
    border-left: 2px solid #2a8786
}

#schedules {
    background-color: rgba(43, 43, 43, 0.8);
    border-left: 2px solid #2a8786
}
.page_title {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 2px;
    float: left;
    padding-left: 30px
}
.page_title::before {
    float: right;
    width: 20px;
    content: "";
    height: 1x;
    margin-top: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    display: block
}
#sections_title {
    background-color: white;
    height: 50px;
    width: 910px;
    margin: auto;
    padding-top: 5px;
    clear: both;
    background: rgba(77, 160, 176, 0.6);
    background: -webkit-linear-gradient(to left, #rgba(77, 160, 176, 0.6), rgba(211, 157, 56, 0.6));
    background: linear-gradient(to left, rgba(77, 160, 176, 0.6), rgba(211, 157, 56, 0.6))
}
#section_triangle {
    height: 70px;
    width: 910px;
    margin: auto;
    padding-bottom: 25px;
    clear: both;
    background-color: transparent
}
#sections_title span {
    margin-top: 15px;
    display: block;
    color: white;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: 14px
}
#section_content {
    margin-top: 60px
}
.left_side,
.right_side {
    display: inline-block;
    height: auto;
    color: white;
    width: 425px
}
.triangle {
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    display: block;
    margin: auto;
    border-top: 70px solid rgba(0, 0, 0, 0.5)
}
.left_side ul li,
.right_side ul li {
    padding-top: 20px;
    list-style-image: url('check_ico.png');
    margin-left: 55px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 2px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 100
}
.left_side ul li::before,
.right_side ul li::before {
    width: 320px;
    content: "";
    height: 1x;
    margin-top: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute
}
.left_side p,
.right_side p {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.4)
}
.login-full {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}
.yellow_new,
.red_new {
    display: inline-block;
    text-align: center;
    font-size: 10px;
    width: 40px;
    color: white;
    height: 15px;
    margin: 10px;
    padding: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.yellow_new {
    background-color: #dd7005
}
.red_new {
    background-color: #e11b3c
}
.page_title,
#header ul li:nth-child(1) {
    color: white
}
.page_img {
    float: right;
    margin-right: 30px
}
#market #section_content {
    padding-top: 10px
}
#market .left_side span {
    width: 80px
}
#market p {
    width: 300px;
    margin: auto;
    text-align: center;
    letter-spacing: 2px;
    word-spacing: 2px;
    padding-right: 5px;
    line-height: 43px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7)
}
#section_content .image-container {
    display: inline-block;
    margin: 20px;
    outline: 4px solid #842f7f;
    outline-offset: -4px
}
.image-container {
    position: relative;
    width: 220px;
    height: 180px
}
.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    display: none
}
.image-container .after img {
    margin: auto;
    margin-top: 70px
}
.image-container:hover .after {
    display: block;
    cursor: pointer;
    background: rgba(149, 33, 110, .9);
    height: 180px
}
.buy_container {
    display: block;
    margin-top: 20px
}
.buy_container button {
    width: 220px;
    height: 50px;
    border: none;
    background-color: #842f7f;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none
}
#market {
    padding-bottom: 80px
}
button:hover {
    background-color: #188469;
    border: 1px solid #188469;
    color: white
}
input {
    outline: 0
}
input:focus {
    border: 1px solid #c71e86
}
.grid_col {
    display: inline-block
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 15px;
    margin-top: 15px
}
.switch input,
#admin_panel {
    display: none
}
.keeplog_txt {
    display: inline-block;
    position: relative;
    top: -25px;
    margin-right: 85px;
    color: #d1d1d1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 12px
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: .4s;
    transition: .4s
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s
}
input:checked + .slider {
    background-color: #1cbb9b
}
input:focus + .slider {
    box-shadow: 0 0 1px #1cbb9b
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}
.slider.round {
    border-radius: 34px
}
.slider.round:before {
    border-radius: 50%
}
.m_first_part,
.m_second_part {
    width: 50%;
    display: inline-block
}
.m_first_part ul li a,
.m_second_part ul li a {
    color: #cdcdcd;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 1px;
    font-size: 14px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 4px 6px 55px 1px rgba(33, 33, 33, 1);
    -moz-box-shadow: 4px 6px 55px 1px rgba(33, 33, 33, 1);
    box-shadow: 4px 6px 55px 1px rgba(33, 33, 33, 1);
    padding: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.m_first_part ul li a:hover,
.m_second_part ul li a:hover {
    cursor: pointer;
    color: #d1d1d1
}
.m_first_part {
    float: left;
    margin-top: -20px
}
.m_second_part {
    float: right;
    margin-top: -20px
}
.m_first_part li {
    float: right;
    list-style-type: none;
    z-index: 12;
    position: relative
}
.m_second_part li {
    float: left;
    list-style-type: none;
    z-index: 12;
    position: relative
}
.m_first_part li:nth-child(1) {
    margin-right: 40px
}
.m_second_part li:nth-child(1) {
    margin-left: 100px
}
#logo {
    height: 80px;
    position: absolute;
    width: 80px;
    left: 0;
    right: 0;
    top: 60px;
    margin: 0 auto
}
#logo img {
    margin-top: -60px;
    z-index: 12;
    position: relative
}

@media only screen and (max-width: 1020px) {

#robots,
#maps,
#schedules,
#warnings,
#updates,
#market,
#downloadapp{
width:90%;
  clear:both;
}

.login-window .login-handler,  #section_triangle{
  width: 100%;


}

button{
width:70px;

}

.left_side, .right_side{
display:block;
margin:auto;
}

.left_side{
margin-bottom:50px;
}
.screen{
  width: 95%;
}
.login-full{
margin: 0;
}

.page_title{
font-size:19px;
}

#body h1{
font-size:32px;

}

#body h2{
font-size:20px;
}

}

@media only screen and (max-width: 790px) {
}

@media only screen and (max-width: 620px) {

}

@media only screen and (max-width: 440px) {

}