@media screen and (min-width:960px){
	#sidebar{z-index:9999 !important; position:fixed !important; width:270px; max-width:100%}
}
@media (min-width:960px) and (max-width: 1199px){#sidebar{width:230px}}
p {
    color: #919191;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}

.wpcf7-form input[type="submit"] {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 25px 20px;
    background: #003366;
    border: none;
    outline: none;
    transition: all 0.23s ease-in-out;
    -moz-transition: all 0.23s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -o-transition: all 0.23s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    font-family: 'FontAwesome', 'Open Sans', sans-serif;
    font-size: 16px;
    margin-top: 20px;
}

.wpb_image_grid .wpb_image_grid_ul img {

    display: block;
    max-width: 100%;
    height: auto;
    padding: 5px 5px 0 0 !important;

}

.box-section {

    font-size: 16px;
    color: #003366;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;

}

.team-post .right-part > a {

    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.23s ease-in-out;
    -moz-transition: all 0.23s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -o-transition: all 0.23s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #003366;
        background-color: rgb(0, 51, 102);
    padding: 9px 16px;
    margin-top: 20px;
    display: none;

}

.wpcf7-acceptance{



 input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 15px;
margin-bottom: 20px;
    width: 20px;
}
input[type="checkbox"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: -2px;
margin-bottom: 20px;
    width: 20px;
    height: 20px;
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 2px;
}


 input[type="checkbox"]:checked:before {
    background: #000;
    border-color: #000;
}
 input[type="checkbox"]:disabled {
    color: #b8b8b8;
    cursor: auto;
}
 input[type="checkbox"]:disabled:before {
    box-shadow: none;
    background: #ddd;
}
 input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}


 span.wpcf7-list-item{
   margin: 20px 0 0 0;
}

}


