@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'futura_t_otmedium_condensed';
    src: url('fonts/futura_tot_medium_condensed-webfont.woff2') format('woff2'),
         url('fonts/futura_tot_medium_condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'futura_urw_mediumregular';
    src: url('fonts/futura_urw_medium-webfont.woff2') format('woff2'),
         url('fonts/futura_urw_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'futura_md_btbold';
    src: url('fonts/futura_bold_bt-webfont.woff2') format('woff2'),
         url('fonts/futura_bold_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'futura_md_btbold_italic';
    src: url('fonts/futura_bold_italic_bt-webfont.woff2') format('woff2'),
         url('fonts/futura_bold_italic_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'futura_lt_btlight';
    src: url('fonts/futura_light_bt-webfont.woff2') format('woff2'),
         url('fonts/futura_light_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'futura_lt_btlight_italic';
    src: url('fonts/futura_light_italic_bt-webfont.woff2') format('woff2'),
         url('fonts/futura_light_italic_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'Futura Lt BT';
    src: url('FuturaBT-Light.woff2') format('woff2'),
        url('FuturaBT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('FuturaBT-Medium.woff2') format('woff2'),
        url('FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('FuturaBT-MediumCondensed.woff2') format('woff2'),
        url('FuturaBT-MediumCondensed.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body {background: #f7f7f7; background-image:url(images/homePageBg.jpg); background-position:top; background-repeat:repeat-x; font-family: "Futura Md BT", "Futura Lt BT", "Futura", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif"; color: #ccc}




 .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important; position:relative; width:20px; height:20px;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important; position:relative; width:20px; height:20px;
}



.carousel-item {min-height:645px;}

@media(max-width:768px) {
	
	
	.carousel-item {min-height:472px;}
	
	
}

@media(max-width:500px) {
	
	
	.carousel-item {min-height:458px;}
	
	
}


a {color:#009966}









