@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

html {
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	color: #424445;
	line-height: 25px;
	letter-spacing: 1px;  
	font-size: 16px;
}

h2,h4{color: #0C6EC4;}

a{ text-decoration: none;}


.text-right{
  float: right;
}

.block{
    padding: 80px 0;
}

.hideme{
    display: block;
}

.showme{
    display: none;
}

@media(max-width: 767px){
    .hideme{
        display: none;
    }
    .showme{
        display: block;
    }    
}

/* PAGES HEADER */
.section-header{
  padding: 100px;
}

.Content-Center {
  display: flex;
  flex-direction: column; /* vertical alignment*/
  justify-content: center;
  text-align: center;
  margin-top: 0px;
  color: #fff;
  font-size: 1.2em;
}


.Content-Center a{
  color: #F5D505;
  border-bottom: 1px solid #F5D505;
  padding-bottom: 5px;
}




/* FOOTER */
 footer{
    background: #202121;
    color: #fff !important;
    padding-top: 40px;
    font-size: .9em;
    margin-top: 50px;
 }

  footer a{
        color: #fff !important;
  }

.f-title{
    text-transform: uppercase;
    border-bottom: 1px solid #519AE3;
    padding: 5px 0;
    display: inline-block;
    margin-bottom: 20px;
    color: #519AE3;
}

 /* FOOTER SOCIAL */

  .f-logo{
    margin-top: 15%;
    text-align: center;
  }

 .f-listing{
    display: block;
 }

 .f-listing ul li{
    padding: 5px 0;
    list-style: none;
 }

.f-listing ul li i{
    margin-right: 5px;
    color: #fff;
    font-size: 1.7em !important;
 }

 .f-listing ul li a{
  color: #fff;
 }

 .f-social{
    display: block;
 }

 .f-social ul li{
    text-decoration: none !important;
    list-style: none;
 }

.f-social ul li i{
    margin-right: 10px;
    padding: 10px;
    font-size: 1.7em !important;
 }

 .credits
{
    background: rgba(0,0,0,.8);
    text-align: center;
    font-size: .8em;
    padding: 15px 0;
    color: #fff;
}



/*  PRIVACY */
.privacy{
    display: block;
}

.privacy ul li{
    padding: 5px 0;
}

.privacy .title-privacy{
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #5AACDC;
  line-height: 40px;
}

.privacy p{
  margin-left: 10px;
}

.privacy ul{
  margin-left: 20px;
}



/* FORM */

.form-ee{
    font-size: .9em !important;
    border: 1px solid #dbe5ed;
    padding: 20px;
}

    svg{
      width: 20px;
    }

form{ margin: 50px 0; }

.form-ee input::placeholder {
  font-weight: lighter;
  opacity: 0.5;
  color: #d1d8de;
  font-size: .8em;
}

.form-ee input[type="text"]{
    border: none;
    border: 1px solid #dbe5ed;
    padding: 10px;
    outline: none;
    color: #636566;
    letter-spacing: 1px;
}

.form-ee input[type="date"]{
    border: none;
    border: 1px solid #dbe5ed;
    outline: none;
    color: #636566;
    letter-spacing: 1px;
    line-height: 34px;
    font-size: .9em;
}

.form-ee textarea{
    height: 250px;
    margin-top: 20px;
    width: 100%;
    border: 1px solid #dbe5ed;
    padding: 20px;
    outline: none;
    letter-spacing: 1px;
    line-height: 25px;
}

.form-ee button{
    border: none;
    border-bottom: 1px solid #0BA1D4;
    padding: 10px;
    display: inline-block;
    outline: none;
    background: none;
    margin-top: 10px;
    color: #0BA1D4;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.form-ee button:hover{
    border:1px solid #0BA1D4;
    background: #0BA1D4;
    color: #fff;
    letter-spacing: 2px;
}

.form-ee .success {
    padding: 1em;
    color: #468847;
    background-color: #dff0d8;
    font-family: 'Raleway', sans-serif;
}

.form-ee .error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);        
}

#form-messages
{
  transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  margin-top: 5px;
  margin-bottom: -10px;
}

/* BUTTONS */

.button-1{
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 20px;
  display: inline-block;
  margin-top: 20px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background: #0C6EC4;
  letter-spacing: 1px;
  font-size: 1.2em;
}

.button-1:hover{
  background: rgba(0,0,0,.7);
  letter-spacing: 2px;
}