
/* GOOGLE FONTS */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('fonts/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  src: local('Varela Round'), local('VarelaRound-Regular'), url('fonts/APH4jr0uSos5wiut5cpjrnhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}

uhtablebody, h1, h2, h3, h4, h5, h6, p, form, fieldset { margin:0; padding:0;  }
img { border:0; }
html, body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, form, img, table, dl, dt, dd { padding:0; margin:0; }
textarea { font-size:12px; }
input { font-family:tahoma, arial; font-size:12px; vertical-align:middle; }
input[type=checkbox], input[type=radio] { cursor:pointer; margin:0; vertical-align:middle; }
select { font-family:tahoma, arial; font-size:12px; vertical-align:middle; }
label { cursor:pointer; }
a img, img { border:0; vertical-align:middle; }
sup, sub { vertical-align:baseline!important; vertical-align:bottom; position:relative; }
sup { bottom:.5em; }
sub { top:.3em; }
li {list-style: none;}

h1 {font-weight:100} 

a, a:visited { 
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
color: #446DB2;
color: #4ea54e;
  color: #446DB2;
color:#40b1b0;
text-decoration: none;
}

a:hover, a:active { 
color:#5BC4C2;
}


body {
background:#f6f8f8;
color:#4C4C4C;
font-family: 'Open Sans', sans-serif;
font-size:15px;
line-height: 25px;
}

strong {font-weight: 600;}


#header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  height: 85px;
  background: #000000;
  /*text-transform: uppercase;*/
  text-align: center;
}
#header-bg{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 85px;
  background: url('img/banner.jpg') no-repeat center center;
  background-size: cover;
  z-index: 1001;
}
#header-title{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 85px;
  line-height: 85px;
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 1px #000000;
  z-index: 1003;
}
#header-title img{
  width: 60px;
  height: 60px;
}

/* Video *******************************/

.bannerVideo{
  height: 85px;
  overflow: hidden;
}
.bannerVideo .bannerBackground{
  /* display: none; */
}
#banner-video{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -100;
  /*width: 1349px;*/
  min-width: 100%;
  min-height: 85px;
  z-index: 1002;
}

/* Session ********************************/

#tools-session{
  position: absolute;
  left: 2px;
  top: 141px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 1px;
  width: 130px;
}

/* Menu ********************************/

#menu-wrapper{
  position: fixed;
  top: 85px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  height: 54px;
  background-color: #446CB3;
  /*background-color: #5254a4;*/
}

#menu{
  max-width: 1106px;
  margin: 0 auto;
}

#menu ul{
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
  height: 54px;
}
#menu ul.menu-right{
  float: right;
}

#menu ul li{
  float: left;
  height: 54px;
  position: relative;
}

#menu ul li img{
  vertical-align: middle;
}

#menu ul li a{
  display: inline-block;
  border-top: 1px solid #446CB3;
  padding: 0px 27px 0px;
  height: 53px;
  line-height: 53px;
  color: white;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  font-style: normal !important;
  white-space: nowrap;
  transition: all 0.2s ease-out;
  cursor: pointer;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.11);
}

/*#menu ul li.on a,*/
#menu ul li a:hover{
  background-color: #FFFFFF;
  color: #446CB3;
}

#menu ul li .img-on{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  /*border-top: 1px solid #446CB3;*/
  padding-right: 1px;
  height: 54px;
  line-height: 54px;
  vertical-align: middle;
  text-align: center;
}
/*#menu ul li.on .img-on,*/
#menu ul li:hover .img-on{
  display: block;
  /*border-top: 1px solid #FFFFFF;*/
}

#menu ul li.on a{
  /*border-top: 1px solid #d2dced;*/
}


/* Page ********************************/
#main-wrapper{
  margin-top: 195px;
}

#content-wrapper{
  border-top: 1px solid #F1F1F1;
  border-right: 1px solid #E7E6E6;
  border-left: 1px solid #E7E6E6;
  background: white;
  /*padding-bottom: 30px;*/
  border-radius: 6px;
  border-bottom: 1px solid #CFCFCF;
  /*min-height: 800px;*/
  max-width: 1108px;
  min-height: 400px;
  margin: 0 auto;
}

.main-content{
  /* width: 61%; 
  float: left; */
  padding-top: 40px;
}

.main-content h1{
  margin: 0 4.5% 10px 4.5%;
  font-size: 36px;
  font-weight: normal;
  font-family: 'Varela Round', sans-serif;
  color: black;
}

.main-content ul{
  width: 88.9%;
  margin: 0 4.5% 40px 4.5%;
}

.main-content li{
  border-bottom: 1px dotted #CCCCCC;
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
}

.main-content ul:last-child li:last-child{
  border-bottom-width: 0px;
}

.main-content .thumb{
  /* background-color: #EDEDED;
  border: 1px solid #DBDBDB; */
  padding: 5px;
  float: left;
  border-radius: 5px;
  margin: 6px 3.33% 0 0;
  width: 250px;
  text-align: center;
}

.main-content .thumb img {
  max-width: 100%;
  height: auto;
  max-height: 170px;
}

.main-content h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  margin-left: 300px;
  color: #000000;
}

.main-content .h2sub{
  font-family: 'Varela Round', sans-serif;
  font-size: 15px;
  color: #999;
  color: #446DB2;
  margin: 5px 0 10px 300px;
}

.main-content .content-description{
  margin-left: 300px;
}

/* Footer ******************************/
#footer-wrapper{
  text-align: center;
  padding: 30px 0;
  max-width: 1108px;
  margin: 0 auto;
}

#footer-menu{
}

#footer-menu-list{
}

#footer-menu-list li{
  display: inline-block;
  margin: 0 9px;
  float: none !important;
}

#footer-copyright{
  font-size: 12px;
}

/***************************************/

/***************************************/

/***************************************/

/***************************************/

/***************************************/

strong .normal{
  font-weight: normal;
}

.invisible{
  display: none;
}

a.discret-link{
  color: inherit;
  text-decoration: none;
}

form{
  border: 2px solid #40b1b0;
  width: 800px;
  margin: 0 auto;
  padding: 5px;
}

form div{
  padding: 5px;
}
form div:nth-child(even){
  background-color: #eef;
}

input[type=button]{
  width: 150px;
  padding: 5px;
  background-color: #111;
  color: #40b1b0;
  
  border: outset 1px #40b1b0;
  cursor: pointer;
  font-size: 16px;
  padding: 5px;
}

input.submit{
  margin: 0 auto;
}


