/* Contact Form 7 Styles
---------------------------------*/
 
.wpcf7 {
 background-color: #F0F0F0;
 border: 2px solid #666666; 
}

.wpcf7-form {
 margin-left: 25px;
 margin-right: 25px;
 margin-top: 25px;
  }

.wpcf7 input {
 width: 60%;
}

.wpcf7-text {
width: 40%;
color: #838080
}
  
.wpcf7-textarea {
 width: 85%;
 color: #838080
}

input.wpcf7-form-control.wpcf7-submit{
margin-bottom: 20px;
background-color: #c4c3c3;
width: 20%;
position: center;
}

a, .uk-link {
    color: #0000EE;
    cursor: pointer;
    text-decoration: none;
}

/* FOOTER FIX */
._2p3a { width: auto; }

.sfp-container iframe { 
    position: static !important;
    visibility: visible;
    display: inline-block !important;
    width: 520px;
    height: 450px;
    padding: 0px;
    border: none;
    max-width: 100%;
    min-width: 180px;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 200px;
}
.colfixed { min-width: 340px; }
.colflex1 { width: 30.66%; }
.colflex2 { width: 23.75% !important; }

@media screen and (max-width: 990px) {
.colflex1 { margin: 0 2% 0 2% !important; }
.colflex2 { float: none; width: 100%!important; min-width: 340px; }
.colflex2 img { width: 100%; max-width: 166px !important; }
}

@media screen and (max-width: 810px) {
  .colflex2 { width: 50% !important; }
}


