/* ----------------------------------------------------------------

    TEMPLATE FONTS

-----------------------------------------------------------------*/



/*Google fonts */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@import url(https://fonts.googleapis.com/css?family=Hind:400,500,600,700,300);

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



/*body*/

body,

body h1,

body h2,

body h3,

body h4,

body h5,

body h6 {

    font-family: 'HelveticaNeueLTStdCn_1' !important;
/*font-family: 'GillSansMT';*/
font-weight: normal;
}



p, p.lead {

    /*font-family: Verdana, sans-serif;

    font-weight: 500;*/

    font-size: 14px;

    color: #5f5f5f;

}

@import url('https://fonts.googleapis.com/css?family=Oswald');

/*main menu*/

#mainMenu ul > li, 

#mainMenu ul > li > a {

     font-family: 'HelveticaNeueLTStdCn_1';

     /* font-style:italic; */

}



#mainMenu > ul ul > li > a,

#mainMenu > ul ul > li > span {

    font-family: 'HelveticaNeueLTStdCn_1';

    font-size: 14px;

    font-weight: 400;
	text-transform: uppercase;
}



/*inspiro slider*/

.inspiro-slider .slide-captions h1,

.inspiro-slider .slide-captions h2 {

    font-family: "Hind", sans-serif;

}



.btn {

    font-family: 'HelveticaNeueLTStdCn_1';

}











