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


@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latothin';
    src: url('../fonts/lato-thin-webfont.eot');
    src: url('../fonts/lato-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-thin-webfont.woff2') format('woff2'),
         url('../fonts/lato-thin-webfont.woff') format('woff'),
         url('../fonts/lato-thin-webfont.ttf') format('truetype'),
         url('../fonts/lato-thin-webfont.svg#latothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,
input,
select,
textarea {
	font-family: 'latoregular';	
}
.MainTitle ,.TransWhiteBtn ,.Button1 ,.Button2 ,.ContactInfoWrap .CIList h5,.PhoneImg {
	font-family: 'latobold';
}
#navigation ,.TestimonialsWrap .Desc {
	font-family:'latolight';
}
.Title ,.IdxServicesWrap .ImgCaption{
	font-family: 'latothin';
}

.bodyContent ,.firstHeading ,.infowindow-content{
	font-family: 'latothin';
		
}

/*------9. placeholder text color-----*/
::-webkit-input-placeholder {
   font-family: 'latoregular';
}

:-moz-placeholder { /* Firefox 18- */
   font-family: 'latoregular';
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'latoregular';
}

:-ms-input-placeholder {  
   font-family: 'latoregular';
}
/***/
