@font-face {
    font-family: 'Lato-Regular';
    src: url('Lobster-Regular.woff');
    font-weight: normal;
    font-style: normal;

}

.regular16{
            font-family: "Lato-Regular";
                font-size: 20px;
                line-height: 1.0;
            }

@font-face {
    font-family: 'Lato-Regular-1';
    src: url('Tittle.woff');
    font-weight: normal;
    font-style: normal;

}

.tittle{
            font-family: "Lato-Regular-1";
                font-size: 20px;
                line-height: 1.0;
            }

@font-face {
    font-family: 'Lato-Regular-2';
    src: url('Tittle2.woff');
    font-weight: normal;
    font-style: normal;

}

.tittle2{
            font-family: "Lato-Regular-2";
                font-size: 20px;
                line-height: 1.0;
            }

@font-face {
    font-family: 'Light';
    src: url('Light.woff');
    font-weight: normal;
    font-style: normal;

}

.light{
            font-family: "Light";
                font-size: 20px;
                line-height: 1.0;
            }

@font-face {
    font-family: 'Light-2';
    src: url('Gabtiela-Regular.woff');
    font-weight: normal;
    font-style: normal;

}

.light2{
            font-family: "Light-2";
                font-size: 20px;
                line-height: 1.0;
            }


.Map_pin:hover{
z-index:2;
}

/* unvisited link */

a{
color: #ffc143!important;	
}
a:link {
color: ffc143 !important;
}

/* visited link */
a:visited {
color: # !important;
}

/* mouse over link */
a:hover {
color: yellow !important;
}

/* selected link */
a:active {
color: #ffc143;
}
