body {
  margin:0;
  font-family: 'DroidKufi-Regular';
      background: #05638e;
}

main {
  color: #a96827;
      margin: 0 30px;
}

input[type=text],input[type=email],input[type=password],input[type=submit],input[type=button], textarea {
      padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    max-width: 300px;
      font-family: 'DroidKufi-Regular';
      font-size:12pt;
}

.wpcf7-list-item {
  display:block !important;
}

textarea {
  max-width: 650px;
}

input[type=submit] {
    border: 1px solid #a96827;
      background: #a96827;
      color:#fff;
      text-align: center;
}

.clear {
  clear:both;
}

a {
  text-decoration: none;
  color:#07b566;
}

#header {
  padding:15px 0;
  position: fixed;
  width:100%;
  border-bottom: 1px solid #05638e;
      height: 211px;
          -webkit-transition: height 0.5s; /* Safari */
    transition: height 0.5s;
    z-index: 1;
	
	background: rgba(5,168,108,1);
background: -moz-linear-gradient(top, rgba(5,168,108,1) 0%, rgba(5,99,142,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,168,108,1)), color-stop(100%, rgba(5,99,142,1)));
background: -webkit-linear-gradient(top, rgba(5,168,108,1) 0%, rgba(5,99,142,1) 100%);
background: -o-linear-gradient(top, rgba(5,168,108,1) 0%, rgba(5,99,142,1) 100%);
background: -ms-linear-gradient(top, rgba(5,168,108,1) 0%, rgba(5,99,142,1) 100%);
background: linear-gradient(to bottom, rgba(5,168,108,1) 0%, rgba(5,99,142,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05a86c', endColorstr='#05638e', GradientType=0 );
}

.small-header {
  height:100px !important;
          -webkit-transition: height 0.5s; /* Safari */
    transition: height 0.5s;
}
.small-header img {
  width:100px !important;
      -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}
.small-header ul {
margin-top: 33px !important;
}
.small-header #socials {
  margin-top:29px !important;
}
.small-header #socials a {
  width:30px !important;
  height:30px !important;
  -webkit-transition: width 0.5s, height 0.5s, padding 0.5s; /* Safari */
  transition: width 0.5s, height 0.5s, padding 0.5s;
}

#header-space {
  height:241px;
    -webkit-transition: height 0.5s; /* Safari */
    transition: height 0.5s;
}

#header img {
  float:right;
  width:250px;
  margin:15px 40px 25px 20px;
      -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}

#header ul {
  float:right;
  list-style:none;
  margin:0; padding:0;
  margin-right:20px;
  margin-top:60px;
}

#header ul li {
  float:right;
}

#header ul li a {
  display: block;
  padding:10px;
  color:#fff;
  cursor: pointer;
  font-size: 14pt;
    font-weight: bold;
}

#socials {
  float:left;
  width:275px;
  margin-left:30px;
  margin-top:13px;
}

#twitter {
  float:left;
  display: block;
  width:50px;
  height:50px;
  background: url(../images/twitter.png) no-repeat center center;
  background-size: 100%;
  margin-right: 10px;
}
#email {
  float:left;
  display: block;
  width:50px;
  height:50px;
  background: url(../images/email.png) no-repeat center center;
  background-size: 100%;
  margin-right: 5px;
}
#instagram {
  float:left;
  display: block;
  width:50px;
  height:50px;
  background: url(../images/instagram.png) no-repeat center center;
  background-size: 100%;
  margin-right: 10px;
}
#facebook {
  float:left;
  display: block;
  width:50px;
  height:50px;
  background: url(../images/facebook.png) no-repeat center center;
  background-size: 100%;
  margin-right: 5px;
}
#snapchat {
  float:left;
  display: block;
  width:50px;
  height:50px;
  background: url(../images/snapchat.png) no-repeat center center;
  background-size: 100%;
  margin-right: 10px;
}

#footer {
  padding: 15px 0;
  text-align: center;
  color:#fff;
  
  background: #05638e;

}

.section {
  color:#05638e;
  background:#fff;
  border-top:1px solid #05638e;
}

.section-title {
  font-size: 20pt;
    padding: 8px 40px 8px;

background: rgba(187,250,226,1);
background: -moz-linear-gradient(top, rgba(187,250,226,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(187,250,226,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(187,250,226,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(187,250,226,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(187,250,226,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(187,250,226,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbfae2', endColorstr='#ffffff', GradientType=0 );


    background: #003b4e;
    color: #fff;
	
}

.section-content {
    padding: 0px 40px 50px;
    font-size:13pt;
}

#table-plans {
      border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    max-width:500px;
}

#table-plans td {
  border:1px solid #a96827;
  padding: 3px 12px;
}

#table-plans .td-header {
  background: #a96827;
  color:#fff;
}

#whatsapp {
  padding: 25px;
  margin-left:5px;
  background:url(../images/whatsapp.png) no-repeat center center;
  background-size: 100%;
}

#rights {
  text-align: center; margin-top: 20px; margin-bottom: 20px;
}
#rights img {
  width:80%;
  max-width: 180px;
}

.photos a {
  display: block;
  width:200px;
  height:200px;
  float:right;
  overflow: none;
  background-size: cover;
  background-position:center center;
  margin-left:20px;
  margin-bottom: 20px;
  border-radius: 20px;

  -webkit-box-shadow: inset 4px 3px 5px 0px rgba(0,0,0,0.34);
-moz-box-shadow: inset 4px 3px 5px 0px rgba(0,0,0,0.34);
box-shadow: inset 4px 3px 5px 0px rgba(0,0,0,0.34);
}

.photos-app a {
	width: 220px !important;
    height: 390px !important;
	border-radius: 9px !important;
}


.photos a:last-child {
  margin-left:0px;
}

@media screen and (max-width:900px) {

#socials a:first-of-type {
      /*margin-right: 41px !important;*/
}

.small-header #socials {
    margin-top: 12px !important;
}

.small-header #socials a {
  padding:14px !important;
  -webkit-transition: width 0.5s, height 0.5s, padding 0.5s; /* Safari */
  transition: width 0.5s, height 0.5s, padding 0.5s;
}

#table-plans { 
  font-size:9pt;
}

#menu {
    display: block;
    position: absolute;
    top: 5px;
    right: 20px;
    width: 41px;
    height: 50px;
    cursor: pointer;
}

.menu-line {
    height: 2px;
    background: #fff;
    margin-bottom: 8px;
}

#header img {
  float:none;
  margin:0 auto;
  display: block;
      width: 185px;
          -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}

#socials {
  width:100%;
  float:none;
  text-align: center;
  height: 50px;
  margin-top: 48px;
  position: relative;
}
#socials a {
  float:none;
  display: inline;
  padding: 23px;
  -webkit-transition: width 0.5s, height 0.5s, padding 0.5s; /* Safari */
  transition: width 0.5s, height 0.5s, padding 0.5s;
}

#header ul { position: absolute; top:242px; right:0; margin:0; display:none; }

.small-header { height:102px !important;
        -webkit-transition: height 0.5s; /* Safari */
    transition: height 0.5s; }

.small-header ul { top: 100px !important; }

#header ul li {
  width:100%;
  border-bottom: 1px solid #217fa7;
}

#header ul li a {
    background: #045273;
    font-size:12pt;
}

#header-space {
  height:241px;
          -webkit-transition: height 0.5s; /* Safari */
    transition: height 0.5s;
}

}

#intro-more-btn {
  color:#de8e3e;
  cursor: pointer;
}

#intro-more-content p:first-child {
  margin-top:0;
}