/* COMMON css */

BODY
{
	margin: 0;
	background-color: #fff; /*#F9F5EA; /* #858C9C;*/
    font-family: "Century Gothic", CenturyGothic, "Muli", AppleGothic, sans-serif;
	line-height: 1.6em;
	padding: 0;
	color: #222;
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	font-feature-settings: "kern";
}

@font-face {
  font-family: 'icomoon';
  src:  url('/img/icomoon.eot?pu9q9g');
  src:  url('/img/icomoon.eot?pu9q9g#iefix') format('embedded-opentype'),
    url('/img/icomoon.ttf?pu9q9g') format('truetype'),
    url('/img/icomoon.woff?pu9q9g') format('woff'),
    url('/img/icomoon.svg?pu9q9g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: icomoon;
        src: url('/img/socicon.svg') format('svg');
    }
}
 
A { 
	color: #661122;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}


IMG
{
	max-width: 100%;
} 

H1,
.h1Div
{
    font-family: "Century Gothic", CenturyGothic, "Muli", AppleGothic, sans-serif;
   	/*font-family: "Century Gothic","Franklin Gothic", Tahoma, Helvetica,sans-serif;*/
    font-weight: normal;
    font-size: 2em;
	color: #133F60;
	line-height: 1.2em;
}

H2
{
    font-family: "Century Gothic", CenturyGothic, "Muli", AppleGothic, sans-serif;
    /* font-family: "Century Gothic","Franklin Gothic", Tahoma, Helvetica,sans-serif; */
    font-weight: normal;
	color: #9B4210;
}

.sansserif
{
    font-family: "Century Gothic", CenturyGothic, "Muli", AppleGothic, sans-serif !important;
   /* font-family: "Century Gothic","Franklin Gothic", Tahoma, Helvetica,sans-serif; */
}

.uppercase
{
	text-transform: uppercase;
}

/* .soc li a { */
.pciSocial a,
.socialContacts a 
{
    font-family: icomoon; /* !important; */
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: inline-block; /* block; */
    position: relative;
    /* z-index: 1; */
    /* width: 64px; */
    /* height: 64px; /*
    /* line-height: 64px; */
    /* font-size: 35px; */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 10px;
    color: #24737a; /* #661122; */
    background-color: #ffffff;
}

.pci-icon-last {
    margin:0 !important;
}

.pci-tiktok:before {
  content: "\e900";
}
.pci-facebook:before {
  content: "\ea90";
}
.pci-instagram:before {
  content: "\ea92";
}
.pci-whatsapp:before {
  content: "\ea93";
}
.pci-telegram:before {
  content: "\ea95";
}
.pci-twitter:before {
  content: "\ea96";
}
.pci-youtube:before {
  content: "\ea9d";
}
.pci-linkedin:before {
  content: "\eaca";
}
.pci-pinterest:before {
  content: "\ead2";
}

.screenReader { 
  position: absolute;
  top: -9999px;
  left: -9999px;
}