/* 
    Document   : main
    Created on : 01.08.2013, 23:21:34
    Author     : koko
    Description:
        Purpose of the stylesheet follows.
*/

* {
    margin: 0;
}

root {
    display: block;
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
}

body {
    /*padding-left: 15px !important;*/
    /*padding-right: 15px !important;*/
}

/* ÐžÑ‚ÐºÐ»ÑŽÑ‡Ð¸Ñ‚ÑŒ Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½ÑƒÑŽ Ð¿Ð°Ð½ÐµÐ»ÑŒ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÐ¸ */
/*scrollbar[orient="horizontal"] { 
    display: none !important; 
}*/

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    /*height: auto !important;*/
    /*height: 100%;*/
    /* Negative indent footer by its height */
    margin-bottom: -150px;
    /* Pad bottom by footer height */
    /*padding: 0 0 150px;*/
    overflow-x: hidden;
}

#wrap:after {
    content: "";
    display: block;
}

.footer, #wrap:after {
    height: 150px;
}

.footer {
    position: absolute;
    left: 0px;
    width: 100%;
    background-color: #FB9A32;
    background: url("../img/ellements/footer/footer-bg.png") repeat-x transparent;
}

.footer_back {
    width: 100%;
}

.footer .social_icons {
    position: absolute;
    width: 90%;
    height: 49px;
    text-align: left;
    top: 60px;
    left: 10px;
}

.footer a {
    display: block;
    width: 10%;
    max-width: 49px;
    float: left;
    margin-top: 3px;
    margin-left: 10px;
    text-decoration: none;
    line-height: 18px;
}

.footer a img{
    dispalay: block;
    width: 100%;
    height: auto;
}

/*.footer a {
    background-size: 100% 100% !important;
}

.footer a.dou {
    background: url("../img/ellements/footer/DOU.png") no-repeat transparent;
}

.footer a.dtf {
    background: url("../img/ellements/footer/DTF.png") no-repeat transparent;
}

.footer a.lin {
    background: url("../img/ellements/footer/LinkedIn.png") no-repeat transparent;
}

.footer a.tw {
    background: url("../img/ellements/footer/twitter.png") no-repeat transparent;
}

.footer a.fb {
    background: url("../img/ellements/footer/facebook.png") no-repeat transparent;
}

.footer a.vk {
    background: url("../img/ellements/footer/VK.png") no-repeat transparent;
}

.footer a.you {
    background: url("../img/ellements/footer/youtube.png") no-repeat transparent;
}*/

a:active, a:focus {
    outline: none;
}

.menu_hover {
    display: block;
    position: relative;
    width: 100%;
    background: url("../img/ellements/menu-back.png") repeat-x transparent;
    color: #FFFFFF !important;
}

.menu_icon {
    position: absolute;
    width: 35px;
    height: 28px;
    right: 40px;
    top: 5px;
    background: url("../img/ellements/menu-icon.png") repeat-x transparent;
    background-size: 100% 100%;
    z-index: 10;
}

.grey_fon {
    display: none;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 20px;
    background-color: #eeeeee;
}

.navbar .over_hidden {
    overflow: hidden;
}

.h20 {
    margin-top: 20px;
}

.vthr {
    /*    display: block;
        position: relative;
        margin: 0px !important;*/
}

.vthr a{
    /*width: 100%;*/
    dispaly: block;
    border-left: 1px #cDcDcD solid;
}

.header {
    position: relative;
    height: 100px;
}

.on_top {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
}

.hr {
    border-bottom: 1px #CCCCCC solid;
    margin-bottom: 20px;
}

.first {
    margin-left: 0px !important;
}

.first .row{
    margin-left: 0px !important;
}

.service_button:hover .service_desc {
    color: #fff;
    background-color: #FB9A32;
}

.service_button_img {
    width: 100%;
    height: 143px;
    border: 1px #CCCCCC solid;
    padding-top: 7px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    /*background: url("../img/ellements/2d.png") no-repeat transparent;*/
}

.service_button_img a {
    width: 100%;
    display: block;
}

.service_button_img img {
    display: block;
    margin: 10px auto;
}

.service_desc {
    width: 100%;
    height: 55px;
    border-left: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    color: #3a3a3a;
    /*font-weight: bold;*/
}

.events_button {
    width: 28%;
    max-width: 111px;
    float: left;
    margin-left: 6.5%;
    border: 1px #CCCCCC solid;
}

.events_button .icon {
    width: 99%;
}

.events_button:hover {
    border: 1px #FB9A32 solid;
}

.events_button img {
    display: block;
    margin: 0px auto;
}

.events_button .desc a.go {
    width: 19px;
    height: 20px;
    display: block;
    position: absolute;
    top: 1px;
    right: 5px;
    background: url("../img/ellements/arrow_ltl.png") no-repeat transparent;
    background-position: left 0px bottom 0px;
}

.events_button:hover .desc a.go {
    background-position: left 0px top 0px;
}

.events_button .desc {
    height: 22px;
    border-top: 1px #CCCCCC solid;
    text-align: left;
    padding-left: 5px;
    line-height: 20px;
    font-size: 12px;
    position: relative;
}

.events_button:hover .desc {
    color: #fff;
    background-color: #FB9A32;
    border-top: 1px #FB9A32 solid;
}

.row_list {
    border-top: 1px #CCCCCC solid;
    padding-top: 20px;
    color: #3a3a3a;
    /*height: 320px;*/
}

.row_list .row {margin-left: 0px !important; margin-bottom: 20px !important;}

.row_actions_list {
    border-top: 1px #CCCCCC solid;
    padding-top: 20px;
    /*height: auto;*/
}

.row_actions_list .full_text {
    /*height: 50px;*/
    position: relative;
}

.row_actions_list .small_text{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.row_actions_list .nhidden{
    display: none;
}

.row_actions_list ._action {
    /*padding: 10px;*/
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    min-height: 45px;
    border-bottom: 1px #CCCCCC solid;
}

.row_actions_list ._action._active {
    /*    border-top: 1px #CCCCCC solid;
        border-left: 1px #CCCCCC solid;
        border-right: 1px #CCCCCC solid;*/
    border: 1px #CCCCCC solid;
}

.row_actions_list .close_button {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 2px #555555 solid;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0px;
    top: 10px;
}

.row_actions_list .close_button:hover {
    background-color: #CCCCCC;
}

._shadow {
    -webkit-box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    2px 2px 7px rgba(50, 50, 50, 0.75);
    box-shadow:         2px 2px 7px rgba(50, 50, 50, 0.75);
}

.actions_list {
    width: 100%;
    min-height: 60px;
    position: relative;
    /*padding-left: 55px;*/
}

.actions_list.ahower {
    cursor: pointer;
}

.actions_list.ahower:hover div.icon, .actions_list.ahower.active div.icon {
    border: 4px #FB9A32 solid;
}

.actions_list.ahower:hover div.desc span, .actions_list.ahower.active div.desc span{
    color: #FB9A32;

    /*text-decoration: underline !important;*/
}

.actions_list div {
    /*position: absolute;*/
}

.actions_list div.icon {
    width: 45px;
    height: 45px;
    border: 4px #EEEEEE solid;
    dispaly: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.actions_list div.desc {
    margin-left: 60px;
    margin-right: 40px;
}

/*.actions_list div.icon img {
    border: 4px #CCCCCC solid;
}*/

.actions_list div.desc, .actions_list div.date {
    left: 55px;
}

.actions_list div.desc a, .actions_list div.desc span{
    dispaly: block;
    width: 100%;
    /*float: left;*/
    font-size: 1.15em;
}

.actions_list div.date {
    /*top: 20px;*/
    /*margin-left: 15px !important;*/
    color: #AAAAAA;
}

.actions_list .close_button {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 2px #555555 solid;
    text-align: center;
    line-height: 30px;
    position: absolute;
    /*right: 20px;*/
    top: 0px;
}

.vacancy_item div.desc, .vacancy_item div.date {
    /*height: 20px;*/
    margin-left: 0px !important;
    left: 0px;
}

.event_block {
    height: 200px;
    /*background-color: #EEEEEE;*/
    border: 1px #EEEEEE solid;
    margin-right: -2px;
    position: relative;
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    2px 2px 7px rgba(50, 50, 50, 0.75);
    box-shadow:         2px 2px 7px rgba(50, 50, 50, 0.75);
}

.event_block div {
    position: absolute;
}

.event_block ._icon {
    width: 111px;
    height: 81px;
    top: 15px;
    left: 15px;
}

.event_block ._day {
    width: 111px;
    height: 44px;
    top: 96px;
    left: 15px;
    text-align: center;
    line-height: 44px;
    font-size: 3.25em;
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
}

.event_block ._month {
    width: 111px;
    height: 25px;
    top: 140px;
    left: 15px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #000000;
    background-color: #ffffff;
}

.event_block ._year {
    width: 111px;
    height: 15px;
    top: 165px;
    left: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #000000;
}

.event_block ._title {
    width: 50%;
    height: 15px;
    top: 15px;
    left: 140px;
    text-align: left;
    line-height: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.event_block ._place {
    width: 50%;
    height: 15px;
    top: 35px;
    left: 170px;
    text-align: left;
    line-height: 15px;
    font-size: 12px;
    font-style: italic;
    color: #000000;
}

.event_block ._attend {
    width: 50%;
    height: 15px;
    top: 75px;
    left: 140px;
    text-align: left;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.event_block ._attend_list {
    width: 50%;
    top: 95px;
    left: 140px;
    text-align: left;
    line-height: 15px;
    font-size: 12px;
    color: #000000;
}

.event_block ._visit {
    top: 150px;
    right: 120px;
    z-index: 100;
}

.event_block ._visit a {
    width: 100%;
    height: 100%;
    color: #000;
}

.event_block ._visit a:hover {
    text-decoration: none;
}

.lnav {
    color: #999999;
}

.lnav:hover {
    color: #FB9A32;
    text-decoration: none;
}


.mybtn {
    cursor: pointer;
    color: #3a3a3a;
    text-align: center;
    font-style: italic;
    text-decoration: none;
    width: 100px;
    height: 30px;
    display: block;
    background-color: #fff;
    border: 1px #CCCCCC solid;
    line-height: 30px;
    /*position: relative;*/

}

.mybtn.bcontact {
    float: right;
    margin-right: 20px;
}

.mybtn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #FB9A32;
}

.company_name, .company_social, .company_desc {
    position: absolute;
    color: white;
    font-size: 16px;
    /*font-weight: bold;*/
    margin-top: 20px;
    margin-left: 20px;
    top: 70px;
    right: 250px;
}

.company_name {
    width: 280px;
    top: 120px;
    margin-top: 0px;
}

.company_social {
    width: 80%;
    top: 16px;
    margin-top: 5px !important;
    left: 0px !important;
}

.company_desc {
    text-align: center;
    top: 0px;
    right: 70px !important;
}

.company_shark {
    position: absolute;
    width: 146px;
    height: 95px;
    background: url("../img/ellements/footer/shark.png") no-repeat transparent;
    top: 40px;
    right: 10px;
    z-index: 100;
}

.company_name2 {
    width: 280px;
    position: absolute;
    left: 20px;
    top: 120px;
}

.company_name a.atop, .company_name2 a.atop {
    margin-top: 0px !important;
}

.company_name span, .company_name2 span, .company_name a, .company_name2 a {
    width: 200px !important;
    max-width: 100px;
    /*margin-top: 0px;*/
    float: right;
    color: #000;
    font-size: 14px;
    /*margin-left: 10px;*/
}

.logo {
    width: 233px;
    height: 72px;
    margin-top: 10px;
    /*margin: 0px auto;*/
    background: url("../img/ellements/aratog_logo.png") no-repeat transparent;
}

.logo a {
    display: block;
    width:100%;
    height: 100%;
}

.search_block {
    /*width: 200px;*/
    position: absolute;
    right: 0px;
    top: 45px;
}

.h100 {
    height:80px;
    width: 100%;
}


.podval {
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0px;
    background-color: #000000;
}

.podval .fb a, .podval .tw a, .podval .mail a {
    display: block;
    height: 18px;
    float: right;
    margin-top: -15px;
    margin-right: 10px;
    text-decoration: none;
    line-height: 18px;
}

.podval .fb a{
    width: 9px;
    background: url("../img/ellements/facebook_ico.png") no-repeat transparent;
}

.podval .tw a{
    width: 21px;
    background: url("../img/ellements/twitter_ico.png") no-repeat transparent;
}

.podval .mail a{
    width: 18px;
    margin-right: 50px;
    background: url("../img/ellements/mail_ico.png") no-repeat transparent;
}


.carousel-description{
    position:absolute;
    width: 35%;
    height: 80%;
    background-color: #0077b3;
    top:0;
    right: 10%;
    background:#fff;
    /*background:rgba(0, 0, 0, 0.75);*/
}

.carousel-description h2,.carousel-description p{margin-top: 20px; color:#000000;line-height:20px;}
.carousel-description p{margin-top: 30px; margin-bottom:0; color: #000000;}
.carousel-description a:hover {text-decoration: none;}

.carousel-control_together{position:absolute;bottom:5px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#ffffff;text-align:center;background:#222222;border:3px solid #ffffff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:0.5;filter:alpha(opacity=50);}.carousel-control.right{left:auto;right:15px;}
.carousel-control_together:hover,.carousel-control_together:focus{color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);}

.carousel-control_together.left  {right: 200px;}
.carousel-control_together.right {right: 150px;}

.services_nav {
    /*margin-left: 2px;*/
}

.services_nav li>a {
    /*    border-left: 1px #CCCCCC solid;
        border-right: 1px #CCCCCC solid;*/
    /*    background-color: #fafafa;
        background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
        background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
        background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
        background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);*/
}

/*.services_nav li>a>span {
    display: block;
    height: 100%;
    width: 10%;
    float: right;
    margin-right: 20px;
    font-size: 1.15em;
    text-align: center;
    padding-top: 10px;
    color: #555555;
}

.services_nav li>a:hover span {
    color: #FB9A32
}
*/

.services_nav a {
    display: block;
    height: 65px;
    width: 100%;
    position: relative;
    color: #555555;
    padding: 0px !important;
    /*text-align: left;*/
}

.services_nav ._icon {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.services_nav ._icon img {
    width: 80%;
    height: 80%;
    display: block;
    margin: 0px auto;
    margin-top: 5%;
}

.services_nav ._icon_full {
    max-width: 100%;
    height: 90%;
    display: block;
    margin: 2% auto 0px auto;
}

.services_nav ._text {
    position: absolute;
    width: 65%;
    height: 100%;
    right: 0px;
    font-size: 1.15em;
    text-align: center;
    padding: 10px;
}



/*.services_nav li:hover .services_nav li>a>span {
    color: #FB9A32 !important;
}*/

.services_nav li {
    /*    width: 33% !important;*/
    /*padding-left: 20px;*/
}

.services_nav li>a {
    /*width: 100%;*/
    /*margin-left: 20px;*/
}

._serv_ico {
    margin-left: 20px;
    height: 60px !important;
}

/*
.services_nav .nav-tabs,.services_nav .nav-pills{*zoom:1;} .services_nav .nav-tabs:before, .nav-pills:before, .nav-tabs:after,.nav-pills:after{display:table;content:"";line-height:0;}
.services_nav .nav-tabs:after,.nav-pills:after{clear:both;}
.services_nav .nav-tabs>li,.nav-pills>li{float:left;}
.services_nav .nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px;}
.services_nav .nav-tabs{border-bottom:1px solid #ddd;}
.services_nav .nav-tabs>li{margin-bottom:-1px;}
.services_nav .nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{border-color:#eeeeee #eeeeee #dddddd;}
.services_nav .nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{color:#555555;background-color:#ffffff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default;}*/

.slider_projects {
    /*    width: 100%;*/
}

.project_title {
    margin-left: 0px !important;
    margin-bottom: 5px;
    min-height: 72px;
    padding-left: 75px;
    position: relative;
}

.icons {
    margin-right: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.project_title div {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    float: left;
}

.download_panel {
    margin-top: 10px;
    width: 100%;
    height: 70px;
    position: relative;
}

.download_panel div, .download_panel a {
    position: absolute;
}

.download_panel .ios_dl {
    display: block;
    width: 118px;
    height: 39px;
    top: 11px;
    background: url("../img/ellements/appstore.png") no-repeat transparent;
    background-size: contain;
}

.download_panel .android_dl {
    display: block;
    width: 120px;
    height: 41px;
    left: 190px;
    top: 10px;
    background: url("../img/ellements/GP.png") no-repeat transparent;
}

.download_panel .qr_code_dl {
    display: block;
    width: 59px;
    height: 59px;
    left: 115px;
    background: url("../img/ellements/QR_code.png") no-repeat transparent;
}

.download_panel .qr_code_dl2 {
    display: block;
    width: 59px;
    height: 59px;
    left: 325px;
    background: url("../img/ellements/QR_code.png") no-repeat transparent;
}

.concept_list {
    margin-left: 20px;
    list-style-type: square; /* ÐšÐ²Ð°Ð´Ñ€Ð°Ñ‚Ð½Ñ‹Ðµ Ð¼Ð°Ñ€ÐºÐµÑ€Ñ‹ */
}

.concept_list li {
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #FB9A32;
}

.concept_list li span{
    font-size: 14px;
    line-height: 12px;
    font-weight: normal;
    color: #3a3a3a;
}

.project {
    border: 1px #CCCCCC solid;
    margin-bottom: 20px;
}

.project a {
    dispay: block;
    position: relative;
    width: 100%;
}

.project img {
    display: block;
    width: 100%;
    margin: 0px auto;
}

.project div {
    height: 59px;
    border-top: 1px #CCCCCC solid;
    background-color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 10px;
}

.project:hover {
    border: 1px #FB9A32 solid;
}

.project:hover div{
    border-top: 1px #FB9A32 solid;
    background-color: #FB9A32;
    color: #ffffff;
}

._adress {
    width: 100%;
    font-size: 16px;
    color: #3a3a3a;
}

._adress .title {
    font-weight: bold;
    color: #FB9A32;
}

.screen_carousel {
    height: 520px;
}

.slider_projects .bx-wrapper img {
    /*height: 75px;*/
}

.slider_projects .one_slide {
    background: #EEEEEE;
}

.slider_career .bx-wrapper img {
    width: 50%
}

.slider_career .bx-wrapper .bx-viewport {
    border-top: solid #CCCCCC 1px;
}

.slider_news {
    /*    position: relative;
        height: 500px;*/
}

a.carousel-control.left {
    width: 32px;
    height: 32px;
    background: url("../img/ellements/baner_arrows_l.png") no-repeat transparent;
    background-position: left 0 bottom 0;
    background-size: 100%;
}

a.carousel-control.right {
    width: 32px;
    height: 32px;
    background: url("../img/ellements/baner_arrows_r.png") no-repeat transparent;
    background-position: left 0px bottom 0px;
    background-size: 100%;
}

.play-online {
    margin-top: 20px;
    font-size: 22px;
}

.flag-ru,
.flag-en {
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.flag-en {
    background: url('/img/flags/en.png') no-repeat;
    background-size: contain;
}

.flag-ru {
    float: left;
    background: url('/img/flags/ru.png') no-repeat;
    background-size: contain;
    margin-left: 85px;
}

.crazy-sapper-online-wrapper {
    margin: 0 auto;
    display: table;
}