@charset "UTF-8";
/* CSS base */

*{
	margin:0;
	padding:0;}

body{
	/*font-family: 'Open Sans', sans-serif;*/
	font-size:14px;
	height:100%;
	line-height:1.5;
	color:#000;
	word-wrap:break-word;
	background-color:white;}

nav {
  color: #fff;
  width: 100%;
  height: 80px;
  line-height: 80px;}

.container{}

.btn{
	border-radius: 100px!important;
}

p{
	font-size: 1.2em;
}

h1{
	font-size: 2.2em;
	text-transform: uppercase;
	color: #373A8D;
	font-family: 'Lato', sans-serif;
}

h2{
	font-size: 1.8em;
	color: #373A8D;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
}

h3{
	margin: 0;
	font-size: 1.5em;
	padding: 10px 0;
	text-transform: uppercase;
}

h4{
	color: #6DC4C6;
	font-family: 'Lato', sans-serif;
    font-weight: lighter;
}

h3{
	color: #373A8D;
	font-family: 'Lato', sans-serif;
}

.h3-head{
	font-size: 1.2em;
	line-height: 50px;
	color: white /*#6dc4c6*/;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}


h5{
	color: #383B8D;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}

h6{
	font-size: 1.2em;
	color: #383B8D;
	font-family: 'Lato', sans-serif;
}

a{
	color: #6DC4C6;
	cursor:pointer;}

small{
	color: #818181;
}



p{
	line-height:1.75;
	margin:10px 0;}

a{
	text-decoration:none;}

/** back to top **/
	
.cd-top {
  display: inline-block;
  height: 30px;
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 100px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #8DC73F url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;}
  
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;}
  
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;}
  
.no-touch .cd-top:hover {
	color:white;
  background-color: #6b9730;
  opacity: 1;}
 
 .petit{
	 display:block;
	 padding:0;
	 margin:5px 0;
	 font-size:12px;
	 color:#FF6600;}

.thin{
	font-weight:lighter;}

.bold{
	font-weight:bolder;}

.button-collapse i{
	color:#373A8D;
	}

ul li{
	color: #373A8D;
}

ul li .material-icons{
	font-size:16px;
	font-weight: bold;}






