@charset "utf-8";

body {
    background-color: #909090;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #59524c;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    background-image: url("../gfx/bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}

::selection {
    background:#70bce7;
    color:#fff;
}
::-moz-selection {
    background:#70bce7;
    color:#fff;
}
::-webkit-selection {
    background:#70bce7;
    color:#fff;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    padding: 0px 0px 20px 0px;
}
h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    padding: 0px 0px 20px 0px;
}
h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    padding: 0px 0px 20px 0px;
}
h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 0px 0px 20px 0px;
}
h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding: 0px 0px 20px 0px;
}
h6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding: 0px 0px 20px 0px;
}
.cms_content {
    font-size: 14px;
    color: #bec1d0;
}
.cms_content p {
    padding: 0px 0px 30px 0px;
}
.cms_content p a {
    color: #bec1d0;
}
.cms_content p span {
    color: #ffffff;
}
.cms_content ul {
    padding: 0px 0px 25px 0px;
    margin: 0px;
}
.cms_content ul li {
    background-image: url("../gfx/li2.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    padding: 7px 0 7px 40px;
}
.cms_content h1, .cms_content h2, .cms_content h3, .cms_content h4, .cms_content h5, .cms_content h6 {
    padding: 0px 0px 20px 0px;
    color: #ffffff;
    font-weight: 900;
    line-height: normal;
}
.cms_content h3 strong {
    color: #c94723;
}
.cms_content ol {
    padding: 0px 0px 20px 20px;
}
.cms_content ol li {
    list-style: decimal;
}
.cms_content table {
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.cms_content table tr th {
    background-color: #f7f5f5;
    padding: 0px 13px 2px 13px;
    width: 378px;
    font-weight: 600;
}
.cms_content table tr th {
    border-radius: 7px 0px 0px 0px;
}

.cms_content table tr td {
    padding: 7px 10px 7px 13px;
    border: 1px solid #e9efe8;
}
.cms_content table .bg td {
    background-color: #ffffff;
}

/* FRAME MENU */
.frame_menu {
    background-image: url("../gfx/bg_menu.png");
    background-position: center top;
    height: 54px;
    margin: 1px 0px 0px 0px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.50);
    box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.50);
}

/* MENU */
.frame_menu .menu {
    width: 1170px;
    margin: auto;
    height: 54px;
}
.frame_menu .menu ul {
    float: left;
}
.frame_menu .menu ul li {
    float: left;
    height: 54px;
    background-image: url("../gfx/separate_menu.png");
    background-repeat: no-repeat;
    background-position: right top;
    padding: 0px 58px;
}
.frame_menu .menu ul li:last-child {
    background-image: none;
}
.frame_menu .menu ul li a {
    float: left;
    color: #a7a8a8;
    font-size: 16px;
    text-transform: uppercase;
    padding: 18px 13px 14px 13px;
}
.frame_menu .menu ul li a:hover {
    border-bottom: 3px solid #d4322d;
    color: #ffffff;
}
.frame_menu .menu ul .home {
    padding: 0px 32px 0px 13px;
}
.frame_menu .menu ul .home a {
    background-image: url("../gfx/icon_home.png");
    background-repeat: no-repeat;
    background-position: center 20px;
    padding: 0px;
    width: 44px;
    height: 51px;
}
.frame_menu .menu ul .home a:hover {
    background-image: url("../gfx/icon_home_hover.png");
}
/* MENU END */

/* FRAME MENU END */

/* MAIN */
.main {
    width: 1170px;
    margin: 0px auto 0px auto;
}

/* TOP HEADER */
.main .top_header {
    height: 226px;
    text-align: center;
    position: relative;
}
.main .top_header .logo {
    transition: .2s all;
    width: 270px;
    height: 166px;
    display: inline-block;
    margin: 25px 0px 25px 0px;
}

.main .top_header .logo:hover {
    transform:scale(0.95); 
    -webkit-transform:scale(0.95); 
    -moz-transform:scale(0.95); 
    -o-transform:scale(0.95)
}
/* BOX PHONE */
.main .top_header .box_phone {
    text-align: left;
    position: absolute;
    top: 80px;
    right: 0px;
    width: 303px;
}

/* HEADER */
.main .top_header .box_phone .header {

}
.main .top_header .box_phone .header h2 {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0px 0px 10px 0px;
}
/* HEADER END */

.main .top_header .box_phone p {
    font-size: 36px;
    color: #ffffff;
    background-image: url("../gfx/icon_phone.png");
    background-repeat: no-repeat;
    background-position: 5px 0px;
    padding: 5px 0px 0px 52px;
}

/* BOX PHONE END */

/* TOP HEADER END */

/* FRAME CONTENT */
.main .frame_content {

}

/* BOX OFFER */
.main .frame_content .box_offer {
    background-image: url("../gfx/bg_offer.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 584px;
    height: 431px;
    float: left;
    border-bottom: 7px solid #8c1a16;
    color: #ffffff;
    font-size: 14px;
}

/* HEADER */
.main .frame_content .box_offer .header {

}
.main .frame_content .box_offer .header h2 {
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 38px;
    padding: 35px 10px 25px 39px;
}
/* HEADER END */

/* CONTENT */
.main .frame_content .box_offer .content {
    padding: 0px 39px 35px 39px;
}
.main .frame_content .box_offer .content p {
    padding: 0px 0px 15px 0px;
}
.main .frame_content .box_offer .content ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 5px;
}
.main .frame_content .box_offer .content ul li {
    padding: 2px 0px 8px 28px;
    margin: 0px 0px 0px 0px;
    background-image: url("../gfx/li_offer.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

/* BUTTON */
.main .frame_content .box_offer .content .content .button {
    margin: 20px 0px 0px 0px;
}
/* BUTTON END */

/* BUTTON */
.content .button {
    margin: 20px 0px 0px 0px;
}
.content .button a {
    padding: 7px 13px 9px 13px;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
}
/* BUTTON END */

/* BUTTON WHITE */
.content .button_white a {
    border: 2px solid #ffffff;
    transition: .2s all;
}
.content .button_white a:hover {
    transform:scale(0.95); 
    -webkit-transform:scale(0.95); 
    -moz-transform:scale(0.95); 
    -o-transform:scale(0.95)
}
/* BUTTON WHITE END */

/* CONTENT END */

/* BOX OFFER END */

/* BOX REALIZATION */
.main .frame_content .box_realization {
    background-image: url("../gfx/bg_realization.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 586px;
    height: 431px;
    float: left;
    color: #59524c;
    font-size: 12px;
}

/* HEADER */
.main .frame_content .box_realization .header {

}
.main .frame_content .box_realization .header h2 {
    font-size: 36px;
    color: #34343e;
    text-transform: uppercase;
    line-height: 38px;
    padding: 35px 10px 26px 39px;
}
/* HEADER END */

/* CONTENT */
.main .frame_content .box_realization .content {

}

/* SLIDER RIGHT */
.main .frame_content .box_realization .content .slider_right {
    position: relative;
}

/* CENTER */
.main .frame_content .box_realization .content .slider_right .center {
    position: absolute;
    top: -68px;
    right: 33px;
    width: 81px;
    height: 37px;
}
.main .frame_content .box_realization .content .slider_right .center span{
    transition: .2s all
}
.main .frame_content .box_realization .content .slider_right .center span:hover {
    transform:scale(0.90); 
    -webkit-transform:scale(0.90); 
    -moz-transform:scale(0.90); 
    -o-transform:scale(0.90);
}
.main .frame_content .box_realization .content .slider_right .center #prev {
    background-image: url("../gfx/prev.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 38px;
    height: 37px;
    float: left;
    font-size: 0px;
    cursor: pointer;
}
.main .frame_content .box_realization .content .slider_right .center #next {
    background-image: url("../gfx/next.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 38px;
    height: 37px;
    float: left;
    font-size: 0px;
    cursor: pointer;
}
/* CENTER END */

/* BOX SLIDE */
.main .frame_content .box_realization .content .slider_right .box_slide {
    width: 100%;
}

/* PHOTO */
.main .frame_content .box_realization .content .slider_right .box_slide .photo {
    float: left;
    width: 293px;
    position:relative;
}
.main .frame_content .box_realization .content .slider_right .box_slide .photo span {
    position: absolute;
    right:0;
    top:0;
    z-index: 100;
    width:110px;
    height: 110px;
    display:block;
    background: url(../gfx/corner.png) no-repeat 0 0;
}

/* PHOTO END */

/* SLIDE */
.main .frame_content .box_realization .content .slider_right .box_slide .slide {
    float: left;
    width: 250px;
    margin: 0px 0px 0px 43px;
}

/* ITEM */
.main .frame_content .box_realization .content .slider_right .box_slide .slide .item {
    padding: 0px 0px 8px 0px;
    line-height: 16px;
}

.main .frame_content .box_realization .content .slider_right .box_slide .slide .item p{
    margin-bottom: 10px;
}
/* ITEM END */

/* BUTTON GRAY */
.main .frame_content .box_realization .content .slider_right .box_slide .slide .button_gray a {
    transition: .2s all;
    border: 2px solid #76747a;
    color: #76747a;
}

.main .frame_content .box_realization .content .slider_right .box_slide .slide .button_gray a:hover {
    transform:scale(0.95); 
    -webkit-transform:scale(0.95); 
    -moz-transform:scale(0.95); 
    -o-transform:scale(0.95)
}
/* BUTTON GRAY END */

/* SLIDE END */

/* BOX SLIDE END */

/* SLIDER RIGHT END */

/* CONTENT END */

/* BOX REALIZATION END */

/* BOX CONTACT */
.main .frame_content .box_contact {
    background-image: url("../gfx/bg_contact.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 584px;
    height: 193px;
    float: left;
    color: #c4c4c4;
    font-size: 14px;
}

/* HEADER */
.main .frame_content .box_contact .header {

}
.main .frame_content .box_contact .header h2 {
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 38px;
    padding: 35px 10px 26px 39px;
}
/* HEADER END */

/* CONTENT */
.main .frame_content .box_contact .content {
    padding: 0px 10px 25px 39px;
}
.main .frame_content .box_contact .content span {
    color: #ffffff;
}

/* BOX 1 */
.main .frame_content .box_contact .content .box_1 {
    float: left;
    width: 263px;
    margin: 0px 20px 0px 0px;
}
/* BOX 1 END */

/* BOX 2 */
.main .frame_content .box_contact .content .box_2 {
    float: left;
    width: 252px;
}

/* NAME */
.main .frame_content .box_contact .content .box_2 .name {
    float: left;
    width: 72px;
}
/* NAME 2 END */

/* PANEL RIGHT */
.main .frame_content .box_contact .content .box_2 .panel_right {
    float: left;
    width: 175px;
}
/* PANEL RIGHT END */

/* BOX 2 END */

/* CONTENT END */

/* BOX CONTACT END */

/* BOX REFERENCES */
.main .frame_content .box_career {
    background-image: url("../gfx/bg_career.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 586px;
    height: 193px;
    float: left;
    color: #c4c4c4;
    font-size: 14px;
}

/* HEADER */
.main .frame_content .box_career .header {

}
.main .frame_content .box_career .header h2 {
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 38px;
    padding: 35px 10px 26px 39px;
}
/* HEADER END */

/* CONTENT */
.main .frame_content .box_career .content {
    padding: 0px 30px 26px 39px;
    font-size: 14px;
    color: #bfc3b7;
}
/* CONTENT END */

/* BOX REFERENCES END */

/* HEADER */
.main .frame_content .header {

}
.main .frame_content .header h1 {
    background-image: url("../gfx/bg_h1.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 41px 100px 41px 100px;
    font-size: 36px;
    color: #34343e;
    line-height: 48px;
    text-transform: uppercase;
}
/* HEADER END */

/* FRAME WHITE */
.main .frame_content .frame_white {
    background-color: #ffffff;
    padding: 0px 0px 46px 47px;
    position: relative;
    z-index: 1;
}

/* FRAME OFFER */
.main .frame_content .frame_white .frame_offer {
    padding: 30px 0px 0px 0px;
    background-image: url("../gfx/bg_frame_offer.png");
    background-repeat: no-repeat;
    background-position: right top;
}

/* ITEM */
.main .frame_content .frame_white .frame_offer .item {
    padding: 34px 0px;
    border-bottom: 1px solid #ededed;
    width: 739px;
}
.main .frame_content .frame_white .frame_offer .item:last-child {
    border: 0px;
}

/* BOX */
.main .frame_content .frame_white .frame_offer .item .box {
    float: left;
    width: 353px;
}

/* PHOTO */
.main .frame_content .frame_white .frame_offer .item .box .photo .mini {
    float: left;
    width: 96px;
    margin-right: 10px

}
/* PHOTO END */

/* PANEL RIGHT */
.main .frame_content .frame_white .frame_offer .item .box  h3 {
    padding: 20px 30px 0px 0px;
    font-size: 18px;
    color: #df562c;
    font-weight: bold;
    line-height: 18px;
    float: left;
    width: 214px;
}
/* PANEL RIGHT END */

/* BOX END */

/* ITEM END */

/* FRAME OFFER END */

/* FRAME ABOUT US */
.main .frame_content .frame_white .frame_about_us {
    padding: 30px 0px 0px 0px;
    background-image: url("../gfx/bg_frame_about_us.png");
    background-repeat: no-repeat;
    background-position: right top;
}

/* PANEL LEFT */
.main .frame_content .frame_white .frame_about_us .panel_left {
    float: left;
    width: 332px;
    margin: 10px 60px 0px 0px;
}
.main .frame_content .frame_white .frame_about_us .panel_left p {
    padding: 0px 0px 20px 0px;
}
/* PANEL LEFT END */

/* FRAME ABOUT US END */

/* FRAME REFERENCES */
.main .frame_content .frame_white .frame_references {
    padding: 40px 0px 0px 0px;
}
.main .frame_content .frame_white .frame_references ul {

}
.main .frame_content .frame_white .frame_references ul li {
    float: left;
    margin: 0px 29px 0px 0px;
    width: 520px;
    border-bottom: 1px solid #e9e9e9;
}
.main .frame_content .frame_white .frame_references ul li a {
    display: block;
    padding: 25px 20px;
    font-size: 18px;
    color: #404040;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
}
.main .frame_content .frame_white .frame_references ul li a:hover {
    color: #df562c;
}
/* FRAME REFERENCES END */

/* FRAME CONTACT */
.main .frame_content .frame_white .frame_contact {
    padding: 39px 0px 0px 0px;
}

/* PANEL LEFT */
.main .frame_content .frame_white .frame_contact .panel_left {
    float: left;
    width: 349px;
    margin: 0px 33px 0px 0px;
}
.main .frame_content .frame_white .frame_contact .panel_left h3 {
    color: #df562c;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 0px 20px 0px;
}
.main .frame_content .frame_white .frame_contact .panel_left p {
    padding: 0px 0px 20px 0px;
    color: #59524c;
}
.main .frame_content .frame_white .frame_contact .panel_left h4 {
    color: #59524c;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
}
/* PANEL LEFT END */

/* PANEL RIGHT */
.main .frame_content .frame_white .frame_contact .panel_right {
    width: 686px;
    float: left;
}

/* GOOGLE MAPS */
.main .frame_content .frame_white .frame_contact .panel_right .maps {
    margin: 0px 0px 40px 0px;
    overflow: hidden;
}
/* GOOGLE MAPS END */

/* FRAME FORM CONTACT */
.main .frame_content .frame_white .frame_contact .panel_right .frame_form_contact {

}

/* HEADER */
.main .frame_content .frame_white .frame_contact .panel_right .frame_form_contact .header {

}
.main .frame_content .frame_white .frame_contact .panel_right .frame_form_contact .header h2 {
    font-size: 18px;
    font-weight: 500;
    padding: 0px 0px 15px 0px;
    color: #2a2a2a;
}
/* HEADER END */

/* FORM CONTACT */
.main .frame_content .frame_white .frame_contact .panel_right .frame_form_contact .form_contact {

}

/* BOX LEFT */
.main .frame_content .frame_white .frame_contact .panel_right .frame_form_contact .form_contact .box_left {
    float: left;
    width: 277px;
    margin: 0px 47px 0px 0px;
}
.main .frame_content .frame_white .frame_contact .panel_right .frame_form_contact .form_contact .box_left input {
    margin: 5px 0px 15px 0px;
    background-color: #f1f1f1;
    padding: 4px 0px 5px 0px;
    border: 0px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 300;
    width: 100%;
}
/* BOX LEFT END */

/* BOX RIGHT */
.main .frame_content .frame_white .frame_contact .panel_right .frame_form_contact .form_contact .box_right {
    float: left;
    width: 362px;
}
.main .frame_content .frame_white .frame_contact .panel_right .frame_form_contact .form_contact .box_right textarea {
    margin: 5px 0px 15px 0px;
    background-color: #f1f1f1;
    padding: 4px 0px 5px 0px;
    border: 0px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    resize: none;
    height: 151px;
}
/* BOX RIGHT END */

/* BUTTON */
.main .frame_content .frame_white .frame_contact .panel_right .frame_form_contact .form_contact .button {
    padding: 15px 0px 0px 0px;
    float: right;
}
/* BUTTON END */

/* FORM CONTACT END */

/* FRAME FORM CONTACT END */

/* PANEL RIGHT END */

/* FRAME CONTACT END */

/* BUTTON BACK */
.button_back {
    background-color: #f1f1f1;
    height: 32px;
    margin: 50px 0px 0px 0px;
}

/* BUTTON */
.button_back .button {
    background-color: #ffffff;
    padding: 0px 16px 0px 0px;
    float: left;
}
.button_back .button a {
    border: 2px solid #bbb7bb;
    float: left;
    padding: 4px 16px 6px 16px;
    font-size: 14px;
    color: #bbb7bb;
    text-transform: uppercase;
}

.button_back .button a:hover {
    border-color: #E15520;
    color:#E15520;
}
/* BUTTON END */

/* BUTTON BACK END */

/* FRAME WHITE END */

/* FRAME CONTENT END */

/* MAIN END */

/* FARME FOOTER */
.frame_footer {
    background-image: url("../gfx/bg_frame_footer.png");
    background-repeat: no-repeat;
    background-position: center top;
    padding: 163px 0px 45px 0px;
    margin: -118px 0px 0px 0px;
}

/* FOOTER */
.frame_footer .footer {
    color: #c9c9c9;
    font-size: 14px;
    width: 1170px;
    margin: auto;
}

/* PANEL RIGHT */
.frame_footer .footer .panel_right {
    float: right;
    padding: 0px 35px 0px 0px;
}
/* PANEL RIGHT END */

/* PANEL LEFT */
.frame_footer .footer .panel_left {
    float: left;
    padding: 0px 0px 0px 35px;
}
/* PANEL LEFT END */

/* FOOTER END */

/* FARME FOOTER END */

textarea.error,
input.error{
    border: 1px solid red !important;
}

.cms-info {
    padding: 10px; 
    text-align: center; 
    color: #fff; 
    margin-bottom: 10px
}
.cms-info.error {
    background: red;
}
.cms-info.success {
    background: green;
}
#google-maps{
    width:686px;
    height:231px;
}

.realization-list{
    background: url(../gfx/bg-realization.png) no-repeat 100% 0;
}

.realization-list .list{
    min-height:335px;
    padding-right: 380px;
}
.realization-list .list ul{
    margin-top:20px;
}
.realization-list  li{
    float:left;
    margin: 10px;
}

.realization-list  li a {
    position: relative;
    display: block;
    width: 96px;
    height: 99px;
}

.realization-list  li a span {
    display:block;
    width:96px;
    height: 99px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background: url(../gfx/bg-img.png) no-repeat 0 0 ;
}

.realization-list  li a .hover {
    display:block;
    width:96px;
    height: 99px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    opacity:0;
    filter: alpha(opacity=0);
    transition: .5s all;
}
.realization-list  li a:hover .hover {    
    opacity:1;
    filter: alpha(opacity=100);
}


.main .frame_content .frame_white .frame_contact .panel_right .maps .iframe{
    margin-top:10px;
    float:right;
}

.main .frame_content .frame_white .frame_offer .item .box .photo a {
    display: block;
    position: relative;    
    min-height:99px;
}
.main .frame_content .frame_white .frame_offer .item .box .photo a span{
    display: block;
    width: 96px;
    height: 99px;
    position: absolute;
    top:0; 
    left:0;
    background: url(../gfx/more.png) no-repeat 0 0;
}
.main .frame_content .frame_white .frame_offer .item .box .photo a .hover{
    display: block;
    width: 96px;
    height: 99px;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    filter: alpha(opacity=0);
    z-index:100;
    transition: .5s all
}

.main .frame_content .frame_white .frame_offer .item .box .photo a:hover .hover{
    opacity: 1;
    filter: alpha(opacity=100);
}

.career {
    background: url(../gfx/career.jpg) no-repeat 100% 0;
    padding-top:40px !important;
}

.career .c {
    padding-right: 400px;
}

.c {
    line-height: 170%;
}
.c p, 
.c ul,
.c ol,
.c table{
    margin-bottom: 10px;
}
.c h2,
.c a{
    color: #df562c
}
.c li {
    background: url(../gfx/arrow.png) no-repeat 5px 8px;
    padding-left: 20px;
}

.title {
    display: table;
    width: 740px;
    border-bottom:1px solid #e3e3e3;
    padding-bottom:20px;
    margin-bottom: 20px;
    padding-top:20px;
}
.title .td{
    display: table-cell;
    vertical-align: middle;
}
.title .td-left {
    width: 115px
}
.title h2{
    color: #df562c;
    font-size: 30px;
}
.main .frame_content .frame_white.offer {
    background-image: url("../gfx/bg_frame_offer.png");
    background-repeat: no-repeat;
    background-position: right top;
}
.offer .c{
    width: 740px;
}
.box_career .text {
    float:left;
    width: 460px;
}
.box_career .more {
    float: right;    
}
.box_career .more img {
    transition: .5s all
}
.box_career .more img:hover{
    transform:scale(0.90); 
    -webkit-transform:scale(0.85); 
    -moz-transform:scale(0.85); 
    -o-transform:scale(0.85)
}

.preloader {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 1;
    margin-top: -1px;
}

.preloader .preloader_content{
    display: block;
    cursor: pointer;
    margin: 0 auto;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 30%;
    left: 50%;
}

.preloader .preloader_content .block{
    width: 300px;
}

.preloader .arrow{
    position: absolute;
    display: block;
    margin: 300px auto;
    opacity: 0.4;
    left: 0;
    right: 0;
}

.preloader .preloader_content .block .prelogo{
    position: absolute;
    width: 40%;
    display: block;
    margin: 20px auto;
    left: 0;
    right: 0;
}

.preloader .prelogo{
    transition: 1s all;
}

.preloader .arrow:hover {    
    opacity:1;
    filter: alpha(opacity=100);
}
