/* -------------------  Mail Friend FORM -------------------- */

/*#mailFriend .holder label {
    color: #696969;
    float: left;
    width: 80px;
}

#mailFriend .holder input {
    background: #CCCCCC;
    color: #FFFFFF;
    margin-bottom: 5px;
    padding: 3px;
    width: 240px;
}

#mailFriend .holder button {
    background: none repeat scroll 0 0 #CC0000;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    padding: 5px;
    float: right !important;
    margin-right: 10px;
}

#mailFriend .mailFriendTop {
    color: #CC0000;
    padding-bottom: 5px;
    text-align: center;
}*/

/* -------------------  GLOBAL FORM ELEMENTS -------------------- */

label {color:#666666;display:block;font-size:14px;text-align:left;}
input, textarea, select{background-color:#f5f5f5; line-height:100%; padding: 0; border: 1px solid #e4e4e4;margin-bottom: 0;width: 100%;}
alert{ color:#F32525; font-weight:bold}

/*----- button ------*/

button {   background-color: #666666;
           font-family: open_sanslight,Arial,Helvetica,sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    border:0; 
    text-align:center; 
    outline:none;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;}
button span { 
    position:relative; 
    display:block; 
    white-space:nowrap;}


/* -------------------  Contact FORM -------------------- */

.contactForm {
    margin-top: 20px;
    margin-bottom: 35px;
    width: 100%;
    clear: left;
}

.contactForm .holder {
    clear: both;
    padding: 0;
    margin: 0 7px 0 5px;
}

.contactForm .holder .holderInner {
    width: 100%;
}

.contactForm label {
    color: #696969;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contactForm input {
    background-color: #FFFFFF;
    border: 1px solid #A6A6A8;
    box-shadow: 0 0 0 5px #D4D4D5;
    font-family: open_sanslight,Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 10px 3%;
    width: 94%;
    line-height: 150%;
}

.contactForm textarea {
   background-color: #FFFFFF;
    border: 1px solid #A6A6A8;
    box-shadow: 0 0 0 5px #D4D4D5;
    font-family: open_sanslight,Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 10px 3%;
    width: 94%;
    height: 142px;
    line-height: 150%;
}

.contactForm button {   background: url("/img/buttons/buttonMore.png") repeat-x left bottom;
    border: 1px solid #0F989B ;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    float: right; cursor: pointer;
    font-size: 16px;
    line-height: 100%;
    margin: 15px auto 10px;
    padding: 10px 14px;
    text-align: center;
    text-transform: uppercase;
    width: 165px;}
.contactForm button:hover {
    background-position: left top;
    border: 1px solid #154099;
    text-decoration: none;
}
.contactData .contactForm .qap3.QapTcha{margin: 0;}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


p.alert {
    color: #EE174C;
    text-transform: uppercase;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 170%;
    text-align: center;
}


@media screen and (max-width: 677px) {
    .qap3.QapTcha, .qap3.QapTcha .bgSlider {
        width: 280px !important;
        
    }
    .qap3.QapTcha{margin-left: -15px !important;}

    .qap3.QapTcha .dropSuccess {
        left: 5px !important;
    }
    .qap3.QapTcha .TxtStatus{
          top: 7px !important;
          width: 140px !important;
    }
}