html , body
{
    font-family: "Calibri", verdana, sans-serif;
    font-size: 15px;
    color: #85867b;
}

h1, h2, h3, h4
{
    font-family: "Century Gothic";
}

h1
{
    margin: 0px;
}

body
{
    width:100%;
    background-position: top;
    background-repeat:no-repeat;
}

.clear
{
    clear:both;
}
#top
{
    width: 1000px;
    padding: 0px 20px;
    margin: 0 auto;
    height: 270px;
}

#topintro
{
    height: 95px;
}

#logo
{
    width:170px;
    margin-right: 20px;
    float:left;
    height: 80px;
    padding-top:15px;
}
#logo a
{
    background-repeat:no-repeat;
    width:170px;
    height:70px;
    font-family: "Times New Romain";

    vertical-align: bottom;
    display: table-cell;
    text-align: right;
    color: black;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    padding-right: 0px;
    background-size: contain;
}
#logo a span
{
    margin-right:4px;
}

#social
{
    width:180px;
    float:left;
    height: 60px;
    padding-top:35px;
    margin-left:-10px;
}

#social a, #footer-social a
{
    display:inline-block;
    height:35px;
    width: 35px;
    margin-right:0px;
    background-image: url("../images/ico_social.png") ;
    opacity:0.7;
}

#social a:hover, #footer-social a:hover
{
    opacity:0.4;
}
#social a:active, #footer-social a:active
{
    opacity:1;
}

#social a.fb, #footer-social a.fb
{
    background-position: -42px 0px;
}
#social a.tw, #footer-social a.tw
{
    background-position: -85px 0px;
}
#social a.ok, #footer-social a.ok
{
    background-position: -211px 0px;
}
#social a.inst, #footer-social a.inst
{
    background-position: -169px 0px;
}
#social a.yt, #footer-social a.yt
{
    background-position: -127px 0px;
}

#address
{
    width:250px;
    float:left;
    height: 60px;
    padding-top:35px;
    background-image: url("../images/ico_home.png");
    background-repeat: no-repeat;
    background-position: left;
}

#address span
{
    font-size: 14px;
    margin-left: 45px;
    width: 200px;
    display: inline-block;
}

#phone
{
    width:180px;
    float:left;
    height: 65px;
    padding-top: 30px;
    background-image: url("../images/ico_phone.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 45px;
}

#phone span.code
{
    color: #3a3947;
    font-size: 20px;
    display:inline-block;
}

#phone span.num
{
    color: #3a3947;
    font-size: 20px;
    display:inline-block;
    margin-left:4px;
}

#phone span.time
{
    color: #3a3947;
    font-size: 14px;
    display: block;
    margin-top: -2px;
    background-image: url("../images/ico_arrow.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 30px;
}

#back-call
{
    width: 160px;
    height: 70px;
    float:right;
    text-align: right;
}

#back-call a.mailto
{
    margin-top:20px;
    margin-bottom:3px;
    color:#3a3947;
    text-decoration: none;
    display: block;
}
#back-call a.mailto:hover
{
    text-decoration: underline;
}

#back-call a.call
{
    display:inline-block;
    height:30px;
    width:130px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;

    cursor:pointer;
}

#back-call a.call:hover
{

}
#back-call a.call:active
{
}

#topmenu
{
    height:55px;
    width: 1000px;
    background-color: #3a3947;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.5);
}

#topmenu ul li
{
    white-space: nowrap;
}


#topmenu > ul
{
    margin: 0px;
    padding: 0px;
    height:55px;
}

#topmenu > ul > li
{
    display: table-cell;
    height: 41px;
    background-color: #3a3947;
    margin: 7px;
    line-height: 41px;
    position: relative;
    width: 1%;
    padding: 5px;
}
#topmenu > ul > li:after
{
    content: "";
    display: block;
    height: 15px;
    width: 1px;
    background-color: #61616c;
    position: absolute;
    right: -9px;
    top: 15px;
}
#topmenu > ul > li:last-child:after
{
    content: "";
    display: none;
    height: 15px;
    width: 1px;
    background-color: #61616c;
    position: absolute;
    right: -9px;
    top: 15px;
}
#topmenu > ul > li.parent > a:after
{
    content: url('../images/ico_menu_arrow.png');
    height: 4px;
    width: 11px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 10px;
}

#topmenu > ul > li.parent:hover > a
{
    height:48px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#topmenu > ul > li.parent > a:after
{
    content: url('../images/ico_menu_arrow.png');
    height: 4px;
    width: 11px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 10px;
}

#topmenu > ul > li.parent:hover > a:after
{
    content: url('../images/ico_menu_arrow_hover.png');
    height: 7px;
    width: 21px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top:22px;
    z-index: 210;
}


#topmenu > ul > li > a
{
    color: #fff;
    font-size: 16px;
    padding: 0px 13px;
    text-decoration: none;
    display:block;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    height: 45px;
    line-height: 45px;
}



#topmenu > ul > li > ul
{
    display:none;
    position: absolute;
}

#topmenu > ul > li:hover > ul
{
    display:block;
    background-color:white;
    padding: 10px 0px;
    z-index: 200;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.5);
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
}

#topmenu > ul > li:hover > ul li
{
    list-style: none;
    padding: 0px 12px;
    height: 30px;
}
#topmenu > ul > li:hover > ul li:hover
{
    background-color: #e1e1e1;
}
#topmenu > ul > li:hover > ul li:hover a
{
    border-bottom: 0px solid #e1e1e1
}
#topmenu > ul > li:hover > ul li a
{
    color: black;
    display:block;
    border-bottom: 1px solid #e1e1e1;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
}
#topmenu > ul > li:hover > ul li:last-child a
{
    border-bottom: 0px solid #e1e1e1;
}

#bullets
{
    height:80px;
    width: 1000px;
    margin-top: 30px;
    margin-bottom: 40px;
}

#bullets a
{
    height:80px;
    background-color: white;
    display: block;
    float:left;
    width: 210px;
    margin-right: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    text-decoration: none;
    font-size: 20px;
    color: white;

    padding-left: 100px;
}
#bullets a:hover
{
    text-decoration: underline;

    -webkit-box-shadow: inset 0px -30px 100px -10px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    inset 0px -30px 100px -10px rgba(50, 50, 50, 0.2);
    box-shadow:         inset 0px -30px 100px -10px rgba(50, 50, 50, 0.2);
}

#bullets a strong
{
    font-weight: bold;
    text-transform: uppercase;
    display:block;
    margin-top:15px;
}

#bullets a:last-child
{
    margin-right: 0px;
}

#bullets a.gol
{
    background-image: url("../images/ico_gol.png");
    background-repeat: no-repeat;
    background-position: left;
}
#bullets a.proek
{
    background-image: url("../images/ico_proek.png");
    background-repeat: no-repeat;
    background-position: left;
}
#bullets a.inter
{
    background-image: url("../images/ico_inter.png");
    background-repeat: no-repeat;
    background-position: left;
}

#slider
{
    width: 1000px;
    height: 260px;
    padding: 0px 20px;
    margin: 0 auto 40px;
}

#slider .link
{
    position: absolute;
    bottom: 7px;
}
#slider ul
{
    width: 1000px;
    height: 260px;
    overflow: hidden;
    padding: 0px;
    margin:0px;
    background-color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#slider ul li
{
    list-style:none;
    display:block;
    width: 1000px;
    height: 260px;
}

#slider ul li div.img
{
    width: 200px;
    text-align:center;
    float:left;
}

#slider ul li img
{
    height: 260px;
}

#slider div.description
{
    width: 770px;
    padding: 0px 30px 0px 0px;
    height: 260px;
    float:left;
}
#slider div.description h4
{
    font-weight: normal;
    font-size: 30px;
    color: black;
    margin: 30px 0px;
}

#slider div.description h4 span
{
    font-weight: bold;
    font-size: 30px;
    color: #f47b23;
    display:block;
    text-transform: uppercase;
}

#slider div.description a
{
    display:block;
    font-size: 14px;
    color: #3a3947;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdfdfd 1%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fdfdfd), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fdfdfd 1%,#cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fdfdfd 1%,#cecece 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdfdfd 1%,#cecece 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fdfdfd 1%,#cecece 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */

    float:left;
}

#slider div.description a:hover
{
    border: 1px solid #db5225;
    color: white;
    background: #fea265; /* Old browsers */
    background: -moz-linear-gradient(top,  #fea265 0%, #df3600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea265), color-stop(100%,#df3600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fea265 0%,#df3600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fea265 0%,#df3600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fea265 0%,#df3600 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fea265 0%,#df3600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea265', endColorstr='#df3600',GradientType=0 ); /* IE6-9 */

}
#slider div.description a:active
{
    border: 1px solid #db5225;
    color: white;
    background: #e55424; /* Old browsers */
    background: -moz-linear-gradient(top,  #e55424 1%, #fa8a46 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e55424), color-stop(100%,#fa8a46)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e55424 1%,#fa8a46 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e55424 1%,#fa8a46 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e55424 1%,#fa8a46 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e55424 1%,#fa8a46 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55424', endColorstr='#fa8a46',GradientType=0 ); /* IE6-9 */
}

div.bx-viewport
{
    border: 0px solid #fff !important;
    left: 0px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
div.bx-wrapper
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0px !important;
}

a.bx-prev
{
    margin-left: -26px;
}
a.bx-next
{
    margin-right: -26px;
}

#slider .bx-wrapper .bx-pager
{
    bottom: 30px !important;
    text-align: right !important;
    font-size: 0px !important;
    right: 30px !important;
    width:200px;
}

.bx-wrapper .bx-pager.bx-default-pager a
{
    background: #c0c0c0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active
{
    background: #3a3947 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover
{
    background: #f47b23 !important;
}

#content-wrapper
{
    width: 1000px;
    padding: 0px 20px;
    margin: 0 auto;
}

#sidebar
{
    width: 250px;
    margin-right: 30px;
    float:left;
}

#content
{
    width: 1000px;
}


#footer
{
    height: 363px;
    /*background-image: url("../images/footer_bg.jpg");   */
    background-position: bottom;
    margin-top:-50px;
    width:100%;
    max-width: 100%;
    min-width: 1040px;
}

#sidebar h3
{
    display:block;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    text-align:left;
    padding: 0px 17px;
    background-color: #f5f5f5;
    margin: 0px;
    color: black;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

#sidebar h3:after
{
    content: "";
    width: 0px;
    height: 0px;
    background-color: #dcdcdc;
    position:absolute;
    bottom: 0px;
    right: 0px;
    border-left: 0px solid white;
    border-right: 10px solid white;

    border-top: 10px solid #dcdcdc;
}

#sidebar #leftmenu .menu-wrapper
{
    margin-top:-10px;
    border-right: 1px solid #d4d4d4;
    margin-bottom: -10px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-top:10px;
    z-index: 100;
    position: relative;
    margin-bottom: 30px;
}
#sidebar #leftmenu .menu-wrapper > ul
{
    width: 228px;
    margin:0px;

    padding: 10px;
    border: 1px solid #d4d4d4;
    border-top: 0px solid white;

    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;

    z-index: 100;
    position: relative;
    background-color: white;
}
#sidebar #leftmenu .menu-wrapper ul li.active > a
{
    font-weight: bold;
}
#sidebar #leftmenu .menu-wrapper > ul > li
{
    display:block;
    list-style: none;
}
#sidebar #leftmenu .menu-wrapper > ul > li > a
{
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    color: black;
    border-bottom: 1px solid #e1e1e1;
    display:block;
    text-decoration: none;
    position: relative;
}
#sidebar #leftmenu .menu-wrapper > ul > li.last > a
{
    border-bottom: 0px solid #e1e1e1;
}
#sidebar #leftmenu .menu-wrapper > ul > li > a:hover
{
    color: #0037d5;
}
#sidebar #leftmenu .menu-wrapper > ul > li.parent > a:after
{
    content: "+";
    display: block;
    height: 16px;
    width: 16px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    color: black;
    border: 1px solid black;
    line-height: 16px;
    text-align: center;
    right: 8px;
    position: absolute;
    bottom: 6px;
    font-weight: normal;
}
#sidebar #leftmenu .menu-wrapper > ul > li.parent.opened > a:after
{
    content: "â€”";
}
#sidebar #leftmenu .menu-wrapper > ul > li.parent.active > a
{
    background-color: #c9c9c9;
}

#sidebar #leftmenu .menu-wrapper > ul > li > ul
{
    margin: 0px;
    padding: 0px;
    display:none;
}
#sidebar #leftmenu .menu-wrapper > ul > li.opened > ul
{
    display:block;
}

#sidebar #leftmenu .menu-wrapper > ul > li > ul > li:before
{
    content: "â€¢";
    color: #c9c9c9;
    position: absolute;
    left: 13px;
    top: 2px;
    font-size: 22px;
}

#sidebar #leftmenu .menu-wrapper > ul > li > ul > li
{
    position: relative;
    list-style:none;
    display:block;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 15px;
    background-color: #f5f5f5;
}

#sidebar #leftmenu .menu-wrapper > ul > li > ul > li > a:before
{
    content: "";
    height: 32px;
    width: 2px;
    display: block;
    background-color: #c9c9c9;
    left: 17px;
    top: -1px;
    position: absolute;
}
#sidebar #leftmenu .menu-wrapper > ul > li > ul > li.last > a:before
{
    height: 16px;
}
#sidebar #leftmenu .menu-wrapper > ul > li > ul > li > a
{
    height: 30px;
    line-height: 30px;
    display:block;
    text-decoration: none;
    padding-left: 15px;
    color: black;
}
#sidebar #leftmenu .menu-wrapper > ul > li > ul > li > a:hover
{
    color: #0037d5;
}

#main-bullets
{
    height: 160px;
    margin-top: 40px;
    width: 720px;
}

#main-bullets > div
{
    width: 350px;
    height: 160px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

    border: 2px solid #f2f2f2;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#main-bullets div div
{
    width: 206px;
    height: 156px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 140px;
    position: relative;
}
#main-bullets div.download div.main-bullet-wrapper
{
    background-image: url("../images/ico_main_download.png");
}

#main-bullets div.message div.main-bullet-wrapper
{
    background-image: url("../images/ico_main_message.png");
}

#main-bullets div.download
{
    float:left;
}

#main-bullets div.message
{
    float:right;
}

#main-bullets div div strong
{
    font-size: 20px;
    padding-top: 20px;
    display:block;
}
#main-bullets div div p
{
    font-size: 18px;
    display:block;
    margin: 10px 0px;
}

a.button
{
    display:inline-block;
    height:30px;
    padding: 0px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    line-height: 30px;
    font-size: 14px;
    color: white !important;
    text-decoration: none;

    cursor:pointer;
    margin-right: 10px;
}
a.button.gray:hover
{
    color: white !important;
}
a.button.gray
{
    color: #3a3947 !important;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    border: 1px solid #c6c6c6;

    display:inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align:center;

    font-size: 14px;


    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdfdfd 1%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fdfdfd), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fdfdfd 1%,#cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fdfdfd 1%,#cecece 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdfdfd 1%,#cecece 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fdfdfd 1%,#cecece 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */

    cursor:pointer;
    margin-right: 10px;
}

a.button:hover
{

    color: white;
}
a.button:active
{
}

#main-bullets div.message a.button
{
    position: absolute;
    bottom: 15px;
    left: 35px;
}

.last-news
{
    margin-top: 65px;
    width: 720px;
    border-top: 3px solid #e9e9e9;
}
.last-news, .partners, .clients
{
    margin-top: 65px;
    width: 1000px;
}
.aboutus
{
    margin-top: 85px;
    width: 1000px;
}
.last-news div.header, .partners div.header, .clients div.header , .aboutus div.header
{
    text-align:center;
    margin-top:-30px;
    margin-bottom: 20px;
}
.last-news h3, .partners h3, .clients h3, .aboutus h3
{
    font-size: 30px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
}

.last-news .main-news-block
{
    width: 194px;
    height: 320px;
    border: 3px solid #d2d2d2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float:left;
    margin-right: 30px;
    padding: 0px 10px;
}
.last-news .news-wrapper
{
    height: 326px;
}
.last-news .news-wrapper .main-news-block:nth-child(3)
{
    margin-right: 0px;
}
.last-news .main-news-block img
{
    margin-top: -3px;
    margin-left: -13px;
    width: 220px;
    height: 135px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.last-news .main-news-block a h4
{
    margin: 10px 0px;
    height: 42px;
}
.last-news .main-news-block a:hover
{
    color: #f47b23;

}
.last-news .main-news-block a
{
    color: #3a3947;
    font-size: 17px;
    text-decoration: underline;
    font-weight: bold;
}
.last-news .main-news-block p
{
    font-size: 14px;
    height: 65px;
}
.last-news .main-news-block .news-block-bottom
{
    border-top: 1px solid #d2d2d2;
    width: 195px;
    margin-left: -10px;
    padding: 14px 10px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
.last-news .main-news-block .news-block-bottom a
{
    font-size: 14px;
    font-weight: bold;
    float:right;
    margin-top: -3px;
}
.last-news .main-news-block .news-block-bottom a:hover
{
    font-size: 14px;
    font-weight: bold;
    float:right;
    margin-top: -3px;
    color: #f47b23;
}

.last-news .main-news-block:hover
{
    border: 3px solid #f47b23;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.75);
}

.partners-wrapper ul, .clients-wrapper ul
{
    margin: 0px;
    padding: 0px;
    height: 80px;
    width: 720px;
    overflow: hidden;

}

.clients .partners-wrapper ul
{
    height: 300px;
}

.clients.inside
{
    margin-top: 65px;
    width: 678px;
    border-top: 0px solid #e9e9e9;
}
.partners-wrapper ul li, .clients-wrapper ul li
{
    display:block;
}

.partners .bx-wrapper .bx-viewport
{
    -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.0);
    -moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.0);
    box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.0);
}
.clients .bx-wrapper .bx-viewport
{
    -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.0);
    -moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.0);
    box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.0);
}

p.justifyfull, li.justifyfull, ul.justifyfull li, ol.justifyfull li
{
    text-align: justify;
}

#footer-wrapper
{
    width: 1000px;
    height: 230px;
    padding: 0px 20px;
    margin: 0 auto;
    padding-top: 133px;
}

#footer-logo
{
    width: 270px;
    height: 70px;
    float:left;
    margin-right: 20px;
}

#footer-logo a
{
    display:block;
    width: 270px;
    background-size: contain;
    height: 66px;
    background-repeat:no-repeat;
}

#footer-menu
{
    width: 1000px;
    height: 70px;
}

#footer-menu ul
{
    margin: 15px 0px 0px;
    padding: 0px;
}

#footer-menu ul li
{
    list-style: none;
    display:block;
    float:left;
    height: 30px;
}

#footer-menu ul li a
{
    display:block;
    padding: 0px 22px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0px 2px;
}

#footer-menu ul li a:hover
{
    text-decoration: none;
}

#footer-menu ul li.active a
{

}

#footer-social
{
    width: 280px;
    padding-right: 30px;
    padding-top: 30px;
    text-align:right;
    height: 70px;
    float:left;
}

#footer #address span
{
    margin-top: 7px;
}
#footer #address
{
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 5px;
    border-top: 1px solid #939393;
    border-bottom: 1px solid #939393;
}

#footer #phone .phone-wrapper
{
    width: 220px;
}
#footer #phone .time
{
    width: 170px;
}
#footer #phone
{
    width: 140px;
}
#footer #back-call
{
    margin-right: 70px;
    margin-top: -6px;
}

#footer #phone span.code
{
    margin-top: 3px;
}
#footer #phone
{
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top:5px;
    border-top: 1px solid #939393;
    border-bottom: 1px solid #939393;
}

#footer-row-3
{
    width: 1000px;
    height: 30px;
    line-height: 35px;
    text-align: center;
}
#footer-row-4 {
    text-align: center;
}
#footer-row-4 a {
    color: #85867b;
}
#footer-row-4 a:hover {
    text-decoration: none;
}

#text-content h1
{

    font-size: 18px;
    margin: 15px 0px 5px;
}


#text-content
{
    width: 960px;
    float:left;
    padding: 10px 20px;
    background-color:white;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.breadcrumbs
{
    font-size: 13px;
    color: black;
}

div.breadcrumbs a
{
    color: black;
}
div.breadcrumbs a:hover
{
    text-decoration: none;
}

div.breadcrumbs span.separator
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-left: 5px;
    margin-right: 5px;
    color: black;
}

div.breadcrumbs span
{
    color: #a4a4a4;
}

div.category-item:last-child
{
    margin-bottom:20px;
}
div.category-item
{
    float:left;
    width: 468px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 240px;
    margin-right: 18px;
    margin-top:20px;
    position: relative;
}
div.category-item a.more
{
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-style: italic;
    color: #85867b;
    font-size: 12px;
    text-decoration: underline;
}
div.category-item a.more:hover
{
    text-decoration: none;
}
div.category-item .img
{
    float: left;
    width: 180px;
}
div.category-item .descrip
{
    float: left;
    width: 285px;
}
div.category-item .descrip ul
{
    margin: 0px;
}
div.category-item a
{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding:10px;
    display:block;
}
div.category-item a h3:first-letter
{
    color: #f47b23;
}
div.category-item.nopadding a
{
    width: 298px;
    padding:20px 10px 0px 20px;
    display:block;
    height: 110px;
}
div.category-item.wide
{
    width: 678px;
    margin-right: 0px;
}

div.category-item.wide a
{
    width: 408px;
    margin-right: 0px;
    padding:20px 10px 0px 260px;
}
div.category-item.wide.nopadding a
{
    width: 648px;
    margin-right: 0px;
    padding:20px 10px 0px 20px;
}

div.category-item:nth-child(even)
{
    margin-right: 0px;
}

div.category-item a
{
    color: black;
    text-decoration: none;
}
#text-content div.category-item.nopadding a
{
    color: white;
}
div.category-item a:hover
{
    text-decoration: underline;


}
div.category-item h3
{
    font-size: 18px;
    text-transform: uppercase;
    margin:0px;
}

.news-block h4
{
    margin-top: 0px;
    margin-bottom: 10px;
}
.news-block p
{
    margin: 10px 0px 0px;
}
.news-block a
{
    color: black;
    text-decoration: underline;
}
.news-block a:hover
{
    text-decoration: none;
}
.news-block .date
{
    margin-top:20px;
    text-align: left;
    font-style: italic;
    font-size: 12px;
}

.news-block .more
{
    margin-top:20px;
    text-align: right;
    font-style: italic;
    font-size: 12px;
}

.news-block img
{
    float:left;
    margin-right:20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 100px;
}

#text-content a
{
    color:#3a3947;
}

#text-content a:hover
{
    text-decoration: none;
}

div.secnavt
{
    height:40px;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    width: 169px;
    padding: 0px 10px;
}

#text-content table
{
    width: 100%;
}
div.wglinel
{
    font-size: 13px;
    padding: 2px 10px;
}

#content-wrapper table tr td.zagolovok
{
    background-color: #3a3947 !important;
    color: white !important;
    font-size: 18px;
    padding: 3px 10px !important;
    border: 1px solid #3a3947;
    font-weight:bold;
}
#content-wrapper table tr td.zagolovok a
{
    color: white !important;
}
#content-wrapper table tr td.zagolovok strong
{
    font-size: 18px !important;
}

#content-wrapper table tr td.yellowdays
{
    text-align: center;
    font-weight: bold;
    font-size: 14px !important;
    border: 1px solid #3a3947 !important;
    padding: 3px 10px;
}

#content-wrapper table tr td.greybgw
{
    padding: 3px 10px;

    font-size: 14px;
    border: 1px solid #3a3947;
}
#content-wrapper table tr.greybg:nth-child(odd) td
{
    background-color: #eee;
}

span.select
{
    display:inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #3a3947;
    padding: 5px 15px;
    cursor:pointer;
    margin-right: 5px;
    color:gray;
}

span.select.active
{
    cursor:default;
    color:white;
    background-color: #f47b23;
}

.contact-block
{
    margin-top:20px;
    border-top: 1px dashed #aeaeae;
}
.contact-block h3
{
    margin-bottom: 5px;
    font-size: 18px;
}

.contact-block h3
{
    margin-bottom: 5px;
    font-size: 18px;
}

.contact-block div.info
{
    width: 220px;
    float:left;

}

.contact-block div.info-map
{
    float: left;
    width: 405px;
    padding-top: 20px;
}
.contact-block div.form
{
    width: 335px;
    float:left;
}

.contact-block div.phone
{
    font-weight: bold;
    font-size: 18px;
}
.contact-block input.button
{
    margin-bottom:20px;
}

.contact-block div.address
{
    font-weight: normal;
    font-size: 14px;
    margin-top:20px;
}

.contact-block div.email
{
    font-weight: normal;
    font-size: 14px;
    margin-top:20px;
}

.contact-block input
{
    border: 1px solid #c9c9c9;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;
}
.contact-block textarea
{
    margin-top:10px;
    height: 100px;
    border: 1px solid #c9c9c9;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input.button
{
    display:inline-block;
    height:30px;
    padding: 0px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;

    cursor:pointer;
    margin-right: 10px;
}




span.error
{
    font-size: 10px;
    color: red;
    display: block;
    text-align: right;
}

span.success
{
    color: green;
    font-size: 12px;
}

.header-language-switcher
{
    margin:7px;
    float:right;
    width:116px;
    color:white;
    display: block;
    height: 41px;
    background-color: #3a3947;
    line-height: 41px;
    position: relative;
    list-style:none;

}


.header-language-switcher  span.cur
{
    border-bottom: 1px dashed #CCC;
    width:95px;
    display:inline-block;
    line-height:normal;
    cursor:pointer;
    text-align: center;
    color: #CCC;
}
.header-language-switcher:hover  span.cur
{
    border-bottom: 1px dashed white !important;

    color: white !important;
}

div.langSwither
{
    display:none;
}

span.subtitle
{
    width: 92px;
    text-align:center;
    position: absolute;
    border: 0px;
    font-size: 10px;
    color: #9c9ca1;
    cursor:default;
    line-height: normal;
}
.header-language-switcher li
{
    padding:0 10px;
}
.header-language-switcher li:hover span.subtitle
{
    display:none;
}
.header-language-switcher li:hover
{
    color: #fff;
    text-decoration: none;
    display:block;
    height: 48px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    background-color: #f47b23;
}
.header-language-switcher:hover div.langSwither
{
    display:block;
    position: absolute;
    background-color:white;
    padding: 10px 0px;
    z-index: 200;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.5);
    width: 115px;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

    margin-left: -10px;
    margin-top: 7px;
    color:black;
}


.header-language-switcher li:hover:after
{
    content: url('../images/ico_menu_arrow_hover.png');
    height: 7px;
    width: 21px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 24px;
    z-index: 210;
}
.header-language-switcher:hover div.langSwither span
{
    color: black;
    display: block;
    line-height: 25px;
    position: relative;
}

.header-language-switcher:hover div.langSwither span a
{
    display: block;
    line-height: 25px;
    text-decoration: none;
    color: black;
    padding: 3px 10px;
}

.header-language-switcher:hover div.langSwither span.active a:after
{

    content: url('../images/ico_lang.png');
    height: 8px;
    width: 11px;
    display: block;
    position: absolute;
    right: 15px;
    top: 4px;

}

.header-language-switcher:hover div.langSwither span a:hover
{
    background-color: #e1e1e1;
}

.portfolio-list
{
    margin-top:20px;
}
.portfolio-block:nth-child(4n+4)
{
    margin-right:0px;
}
.portfolio-block
{
    display: block;
    float:left;
    width: 217px;
    margin-right:24px;
    margin-bottom:25px;
    border: 2px solid #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.portfolio-block:hover
{
    border: 2px solid #f47b23;

}

.portfolio-block a
{
    text-decoration:none;
    color:white !important;
    display:block;
}
.portfolio-block:hover a
{
    text-decoration:underline !important;
}

.portfolio-block img
{
    width:221px;
    height:130px;
    margin-left:-2px;
    margin-top:-2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.portfolio-block .date
{
    font-size:14px;
    padding: 13px 20px;
    color: #ababab;
}
.portfolio-block:hover .title
{
    background-color: rgba(198,98,39,0.7);

}
.portfolio-block .title
{
    height:50px;
    margin-top:-74px;
    color:white;
    font-size:16px;
    line-height:16px;
    background-color: rgba(60,59,72,0.7);

    padding: 10px 20px;

    z-index: 100;
    position:relative;
    margin-left: -2px;
    margin-right: -2px;
    display:block;

    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.partners-wrapper-inside ul
{
    margin: 10px 0px;
    padding:0px;
}

.partners-wrapper-inside ul li:nth-child(4n+4)
{
    margin-right:0px;
}
.partners-wrapper-inside ul li
{
    list-style:none;
    float:left;
    display:block;
    margin-right: 5px;
}

#message-form
{
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -150px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );

    border: 5px white;
    box-shadow: 0px 0px 25px 10px black;
    -moz-box-shadow: 0px 0px 25px 10px black;
    -webkit-box-shadow: 0px 0px 25px 10px black;

    z-index: 91002;

    padding: 20px;
    width:300px;
}
#message-form-request
{
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -150px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );

    border: 5px white;
    box-shadow: 0px 0px 25px 10px black;
    -moz-box-shadow: 0px 0px 25px 10px black;
    -webkit-box-shadow: 0px 0px 25px 10px black;

    z-index: 91002;

    padding: 20px;
    width:300px;
}

#message-form-callback{
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -150px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );

    border: 5px white;
    box-shadow: 0px 0px 25px 10px black;
    -moz-box-shadow: 0px 0px 25px 10px black;
    -webkit-box-shadow: 0px 0px 25px 10px black;

    z-index: 91002;

    padding: 20px;
    width:300px;
}


#message-form-callback input[type=text], #message-form input[type=text], #message-form input[type=email]
{
    border: 1px solid #c9c9c9;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;

}
#message-form textarea
{
    height:100px;
    border: 1px solid #c9c9c9;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;

}
#fade
{
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: black;
    z-index: 91001;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=70);
    display: block;
}

a.close-btn
{
    width: 31px;
    height: 31px;
    display: block;
    cursor: pointer;
    background: url(../images/close.png);
    float: right;
    margin-top: -35px;
    margin-right: -35px;
}

.ajax_form.af_example {
    width: 300px !important;
}

.ajax_form.af_example .controls input[type=text],.ajax_form.af_example .controls input[type=email], .ajax_form.af_example .controls textarea {
    width: 290px !important;
}
div.controls
{
    margin-bottom:10px;
}

#content-wrapper table td span
{
    margin:0px !important;
    display: inline-block;
    padding: 0px 5px;
}

#content-wrapper table td
{
    border: 1px solid #3a3947;
    padding:3px 10px;
    line-height:20px;
}
#content-wrapper table tr.subheader td
{
    text-align:center;
    font-weight:bold;
    background-color: white !important;
    font-size: 14px !important;
}

#content-wrapper table tr.header td
{
    background-color: #3a3947 !important;
    text-align:center;
    font-weight:bold;
    color: white;
}

#content-wrapper table tr:nth-child(odd) td
{
    background-color: #eee;
}

#content-wrapper img.floatleft
{
    float:left;
    margin-right:30px !important;
}
#content-wrapper img.floatright
{
    float:right;
    margin-left:30px !important;
}

div.artitle
{
    display:block;
    background-color: #999999 !important;
    text-align:center;
    font-weight:bold;
    border: 1px solid #3a3947;

}
div.clients a
{
    display:table-cell;
    vertical-align: middle;
    height:80px;
    width:130px;
}
div.clients div.img img
{
    max-width: 130px;
    max-height: 80px;
    margin: 0 auto;
    line-height: 80px;
}
div.img
{
    text-align:center;
}

input.arenda
{
    margin-bottom:30px;
}

.btn_top {
    display:none;
    position:fixed;
    bottom:92px;
    left:50px;
    width:79px;
    height:78px;
    background:url(../images/sprite_arrows.png) -248px 0 no-repeat;
    z-index: 999999;
}

.btn_top:hover {
    background-position:-248px -79px;
}

p.more-info
{
    margin:0px;
}

table ul.more
{
    font-size:13px;
}

table ul.more li
{
    list-style:none;
    position:relative;
}

table ul.more li:before
{
    content: "â€¢";
    position:absolute;
    left: -7px;
    top: 0px;
}

a.more-ol
{
    cursor:pointer;
    text-decoration: underline;
    font-size:13px;
    float:right;
}

table p
{
    margin:0px;
}
td.zagolovok p
{
    margin:0px;
}
tr.subheader td p
{
    margin:0px;
}

.ui-widget-header {
    border: 0px solid #aaaaaa !important;
    background-color: #3a3947 !important;
}

#tabs
{
    padding: 0px !important;
    border: 1px solid #3a3947 !important;
}

ul.ui-tabs-nav li.ui-state-default a
{
    color: white !important;

}
ul.ui-tabs-nav li.ui-state-default
{
    background-color: #3a3947 !important;
    border: 1px solid #3a3947 !important;
    border-bottom: 0px !important;
    color: white !important;
}
ul.ui-tabs-nav li.ui-state-default.ui-state-active a
{
    color: #222222 !important;
}
ul.ui-tabs-nav li.ui-state-default.ui-state-active
{
    background-color: white !important;
    border: 1px solid white !important;
    border-bottom: 0px !important;
    color: white !important;
}

ul.ui-tabs-nav li.ui-state-hover
{

    border-bottom: 0px !important;
    color: white !important;

}

#copyright2 a
{
    color: #85867b;
}
#copyright2 a:hover
{
    border-bottom:0px !important;
}

.partners-wrapper .bx-wrapper .bx-viewport
{
}

h1.color
{
    color: white;
    margin-bottom: 5px;
    margin-top: 0px;
}

div.breadcrumbs
{
    margin-bottom: 20px;
}
div.breadcrumbs span.separator
{
    color: white;
}
div.breadcrumbs a
{
    color: white;
}

div.preview
{
    float:left;
    margin-right: 20px;
    margin-bottom: 20px;
}
div.preview a
{
    display: block;
    padding: 10px;
    border: 1px solid gray;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
div.preview a:hover
{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

div.tech
{
    float: right;
    width: 610px;
}

a.rent_more
{
    font-size: 12px;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;

}

div.awards
{
    text-align:center;
}
div.awards ul
{
    padding:0px;
}
div.awards ul li
{
    list-style: none;
    display: inline-block
}

div.our-clients ul
{
    padding:0px;
}
div.our-clients
{
    text-align:center;
}
div.our-clients ul li
{
    list-style: none;
    display: inline-block
}
div.proiz
{
    text-align:center;
}

div.proiz ul
{
    padding:0px;
}
div.proiz ul li
{
    list-style: none;
    display: inline-block
}

#copyright2
{    float: right;
    font-size: 12px;
    line-height: 35px;
}

#counter
{
    float:left;
}

.separator
{
    font-size: 8px;
    margin: 0px 3px;
}
.breadcrumb
{
    padding: 0px;
    margin-top:0px;
}
.breadcrumb li
{
    list-style: none;
    display: inline-block;
}

#mobilephone, .contact-mobile
{
    display: none;
}