.fit-vids-style {display:none;}
iframe {max-width:100%;}
img {max-width:100%;} 
.form__title,
p.leadFormInfo{
    color: #ffffff;
}
.wrap__logo_footer .logo__summary {
    text-align: center;
}

 .slider__button a {
    font-size: 25px;
}
.wrap__featuredblocks,
.wrap__home-form {
    display: none;
}
.slider__button {
    text-align: center;
}
.wrap__slider .slider__text {
    border: unset;
} 
.wrap__home-contact .wrap__home-contact-inner .home_contact-holder, .wrap__form--inner_holder { 
    border: 0; 
}
.wrap__home-contact{ 
    padding: 0; 
}

img.logo__image {
    margin: 0 !important;
    height: auto !important;
    width: 570px !important;
}
.home-layout .wrap__logo-holder { 
    left: unset;
    right: 0;
}
.logo {
    float: right;
}

/* /  SECTIONS  / */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* /  COLUMN SETUP  / */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
    border-right: none;
    border-left: none;
    background: none;
}

.col:first-child { margin-left: 0; }

/* /  GROUPING  / */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1;  } /*/ For IE 6/7 /*/
/* /  GRID OF TWO  / */
.span_2_of_2 {width: 100%;}
.span_1_of_2 {width: 49.5%;}
/* /  GRID OF THREE  / */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.33%; }
.span_1_of_3 { width: 32.66%; }
/* /  GRID OF FOUR  / */
.span_4_of_4 { width: 100%; }
.span_3_of_4 { width: 74.75%; }
.span_2_of_4 { width: 49.5%; }
.span_1_of_4 { width: 24.25%; }
/* /  GRID OF FIVE  / */
.span_5_of_5 { width: 100%; }
.span_4_of_5 { width: 79.8%; }
.span_3_of_5 { width: 59.6%; }
.span_2_of_5 { width: 39.4%; }
.span_1_of_5 { width: 19.2%; }
/* /  GRID OF SIX  / */
.span_6_of_6 { width: 100%; }
.span_5_of_6 { width: 83.06%; }
.span_4_of_6 { width: 66.13%; }
.span_3_of_6 { width: 49.2%; }
.span_2_of_6 { width: 32.26%; }
.span_1_of_6 { width: 15.33%; }
/* /  GO FULL WIDTH AT LESS THAN 480 PIXELS / */

@media only screen and (max-width: 768px) {
	.col { 	margin: 1% 0 1% 0%;	}
}

@media only screen and (max-width: 768px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
}

@media only screen and (max-width: 520px) {
 .slider__button a {
    font-size: 17px;
}
img.logo__image {
    max-height: unset !important;
    height: auto !important;
}
}