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



/* TAGS 
body{
	font-family: 'Lato', sans-serif;
	color: rgb(151,151,151);
	font-size: 14pt;
	font-weight: 400;
	margin: 0px;
}
img {
	width:100%;
}
a,
a:active,
a:focus,
a:visited {
  text-decoration: none;
  color: rgb(151,151,151);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: rgb(255,255,255);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
ul {  
  margin: 0;  
  padding: 0;  
  list-style-type: none;
}
footer {
}*/





/* ---------- FOOTER ---------- */
footer .full-width {
  background-color: rgb(47,47,47);
}
.mod-footer {
  padding-top: 90px;
  padding-bottom: 50px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
.mod-footer .mod-url {
  color: rgb(126,126,126);
  margin-bottom: 40px;
}
.mod-footer .mod-url h1 {
  color: rgb(126,126,126);
  font-size: 14pt;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mod-footer .mod-url h2 {
  color: rgb(126,126,126);
  font-size: 12pt;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mod-footer .mod-url p {
  color: rgb(126,126,126);
  margin-bottom: 30px;
  font-size: 12pt;
}
.mod-footer .mod-url a:hover h1,
.mod-footer .mod-url a:hover h2,
.mod-footer .mod-url a:hover p {
  color: rgb(255,255,255) !important;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.mod-footer .mod-url a.btn-custom {
  margin-bottom: 0;
  color: rgb(255,255,255) !important;
  background-color: rgb(253,59,59);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.mod-footer .mod-url a.btn-custom:hover {
  color: rgb(255,255,255) !important;
  background-color: rgb(102,102,102);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.mod-footer .mod-data ul {
  text-align: center;
}
.mod-footer .mod-data ul li {
  display: inline-block;
  font-size: 12pt;
  color: rgb(102,102,102);
}
.mod-footer .mod-data ul li a img {
  padding-left: 5px;
  width: 40px;
  height: auto;
}
.mod-copy {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.mod-copy p a {
  font-size: 10pt;
  color: rgb(225,225,225);
}
.mod-copy p a:hover {
  color: rgb(255,255,255);
}
.mod-copy p a img {
  padding-right: 5px;
  width: 30px;
  height: auto;
  vertical-align: middle;
}



/* ---------- CSSMENU FOOTER ---------- */
#cssmenu-footer {
  position: relative;
  margin-bottom: 40px;
  font-family: 'Lato', sans-serif;
}
#cssmenu-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  position: relative;
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
#cssmenu-footer:after,
#cssmenu-footer ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu-footer ul li {
  position: relative;
  margin: 10px 0;
}
#cssmenu-footer ul li.title {
  font-size: 13pt;
  text-transform: uppercase;
  font-weight: 700;
  cursor: default;
  color: rgb(126,126,126);
  padding-bottom: 15px;
}
#cssmenu-footer ul li.active a{
  font-size: 12pt;
  margin: 10px 0;
  color: rgb(255,255,255);
  cursor: pointer;
}
#cssmenu-footer ul li a {
  text-decoration: none;
}
#cssmenu-footer ul li a {
  font-size: 12pt;
  color: rgb(102,102,102);
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu-footer ul li a i{
  color: rgb(102,102,102);
  margin-top: 10px;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu-footer ul li a i:hover{
  color: rgb(255,255,255);
}
#cssmenu-footer ul li:hover a {
  color: rgb(255,255,255);
  font-weight: 400;
}
#cssmenu-footer li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu-footer ul li.has-sub::after {
  right: 15px;
  top: 28px;
  border: 5px solid transparent;
  border-top-color: rgb(47,47,47);
}
#cssmenu-footer ul li:hover::after {
  border-top-color: rgb(253,59,59);
}
#cssmenu-footer ul ul {
  padding-left: 0;
  padding-right: 0;
}




/* CUSTOM */
.full-width{
  width: 100%;
}
.item-list {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 30px;
}








/* ---------- MEDIAs ---------- */
@media (max-width: 370px) {
  h1 {
    font-size: 20pt;
    line-height: 24pt;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(47,47,47);
  }
  h2 {
    font-size: 16pt;
    line-height: 20pt;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(47,47,47);
  }
  h3 {
    font-size: 14pt;
    line-height: 18pt;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(47,47,47);
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 20pt;
    line-height: 24pt;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(47,47,47);
  }
  h2 {
    font-size: 16pt;
    line-height: 20pt;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(47,47,47);
  }
  h3 {
    font-size: 14pt;
    line-height: 18pt;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(47,47,47);
  }
}

@media (max-width: 399px) {
  #cssmenu-footer ul {
    width: 100%;
    padding-bottom: 30px;
  }
}

@media (min-width: 400px) and (max-width: 767px) {
  #cssmenu-footer ul {
    width: 50%;
    padding-bottom: 30px;
  }
}