/* CSS Document */
/* RESET DE TAGS */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  color: #333; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul, li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

a img {
  border: none; }

input {
  background-image: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  -moz-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  outline: none !important; }

textarea {
  background-image: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  -moz-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  outline: none !important; }

button {
  outline: none !important; }

body {
  width: 100%;
  margin: 0px !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

@font-face {
  font-family: 'GothamBlack';
  src: url("../fonts/GothamBlack.eot");
  src: url("../fonts/GothamBlack.eot") format("embedded-opentype"), url("../fonts/GothamBlack.woff2") format("woff2"), url("../fonts/GothamBlack.woff") format("woff"), url("../fonts/GothamBlack.ttf") format("truetype"), url("../fonts/GothamBlack.svg#GothamBlack") format("svg"); }

@font-face {
  font-family: 'GothamBold';
  src: url("../fonts/GothamBold.eot");
  src: url("../fonts/GothamBold.eot") format("embedded-opentype"), url("../fonts/GothamBold.woff2") format("woff2"), url("../fonts/GothamBold.woff") format("woff"), url("../fonts/GothamBold.ttf") format("truetype"), url("../fonts/GothamBold.svg#GothamBold") format("svg"); }

@font-face {
  font-family: 'GothamBook';
  src: url("../fonts/GothamBook.eot");
  src: url("../fonts/GothamBook.eot") format("embedded-opentype"), url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.woff") format("woff"), url("../fonts/GothamBook.ttf") format("truetype"), url("../fonts/GothamBook.svg#GothamBook") format("svg"); }

@font-face {
  font-family: 'GothamMedium';
  src: url("../fonts/GothamMedium.eot");
  src: url("../fonts/GothamMedium.eot") format("embedded-opentype"), url("../fonts/GothamMedium.woff2") format("woff2"), url("../fonts/GothamMedium.woff") format("woff"), url("../fonts/GothamMedium.ttf") format("truetype"), url("../fonts/GothamMedium.svg#GothamMedium") format("svg"); }

@font-face {
  font-family: 'GothamXLight';
  src: url("../fonts/GothamXLight.eot");
  src: url("../fonts/GothamXLight.eot") format("embedded-opentype"), url("../fonts/GothamXLight.woff2") format("woff2"), url("../fonts/GothamXLight.woff") format("woff"), url("../fonts/GothamXLight.ttf") format("truetype"), url("../fonts/GothamXLight.svg#GothamXLight") format("svg"); }

/* VARIABLES ------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/* HEADER ---------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
header {
  width: 100%;
  height: auto;
  overflow: visible;
  position: fixed;
  z-index: 2;
  top: 0px;
  left: 0px;
  padding: 30px 0px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: #fff; }
  header .logo {
    float: left;
    width: 86px;
    height: auto;
    overflow: visible;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s; }
    header .logo img {
      float: left;
      width: 100%;
      height: auto;
      border: none; }
  header nav#menu {
    width: 500px;
    height: auto;
    margin: 10px auto 0px; }
    header nav#menu ul {
      text-align: center;
      list-style: none; }
      header nav#menu ul li {
        display: inline;
        margin-right: 40px; }
        header nav#menu ul li a {
          text-transform: uppercase;
          padding: 8px 0px;
          text-decoration: none;
          font-family: "Droid Sans", sans-serif;
          font-weight: 700;
          font-size: 14px;
          color: #000000;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s; }
        header nav#menu ul li a.active {
          color: #F08433; }
        header nav#menu ul li a:hover {
          color: #F08433;
          text-decoration: none; }
        header nav#menu ul li a:visited {
          text-decoration: none; }
      header nav#menu ul li:last-child {
        margin-right: 0px; }
  header .socials {
    float: right;
    width: auto;
    height: auto;
    margin-top: -19px; }
    header .socials a {
      float: right;
      text-align: right;
      margin-right: 20px;
      text-transform: uppercase;
      text-decoration: none;
      color: #000000; }
      header .socials a i {
        font-size: 18px;
        color: #000000;
        transition: color 0.5s;
        -moz-transition: color 0.5s;
        -webkit-transition: color 0.5s;
        -o-transition: color 0.5s; }
    header .socials a:first-child {
      margin-right: 0px; }
    header .socials a:hover {
      text-decoration: none; }
      header .socials a:hover i {
        color: #F08433; }
    header .socials a:visited {
      text-decoration: none; }
  header nav#mobile {
    display: none;
    float: right;
    width: auto;
    height: auto;
    overflow: hidden; }
    header nav#mobile button.menu {
      float: right;
      width: 21px;
      height: auto;
      overflow: hidden;
      margin-top: 11px;
      background-color: transparent;
      border: none; }
      header nav#mobile button.menu i {
        font-size: 18px;
        color: #000000;
        transition: color 0.5s;
        -moz-transition: color 0.5s;
        -webkit-transition: color 0.5s;
        -o-transition: color 0.5s; }
    header nav#mobile button.menu:hover i {
      color: #F08433; }

header.down {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45); }

/* OVERLAY MENU ---------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
.sidemenu {
  display: none;
  z-index: 5;
  position: fixed;
  width: 300px;
  height: 100%;
  overflow: hidden;
  right: -100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }
  .sidemenu nav {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .sidemenu nav ul {
      float: left;
      width: 100%;
      height: auto;
      overflow: hidden;
      list-style: none; }
      .sidemenu nav ul li {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
        border-bottom: solid thin #EEEEEE; }
        .sidemenu nav ul li a {
          display: block;
          text-align: center !important;
          padding: 15px 0px;
          text-align: right;
          text-decoration: none;
          text-transform: uppercase;
          font-family: "Droid Sans", sans-serif;
          font-weight: 700;
          font-size: 18px;
          color: #557372;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s; }
        .sidemenu nav ul li a:hover {
          text-decoration: none;
          color: #DF8813; }

.sidemenu.open {
  right: 0px; }

#overlaysidemenu {
  display: none;
  z-index: 4;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9); }

/* OVERLAY LOADER -------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
#overlayloader {
  display: none;
  z-index: 4;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9); }

img.loader {
  display: none;
  z-index: 5;
  position: fixed;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

#alert {
  display: none;
  z-index: 5;
  position: fixed;
  width: 300px;
  height: auto;
  overflow: hidden;
  padding: 30px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }
  #alert h3 {
    margin-bottom: 10px; }
  #alert p {
    margin-bottom: 20px; }
  #alert a {
    cursor: pointer; }

/* CONTAINER ------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
.container {
  width: 80% !important; }

/* WRAPPER BODY ---------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
#wrapper_body {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1; }

/* FOOTER ---------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
footer {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 60px 0px;
  background-color: #fff; }
  footer .container {
    text-align: left; }
    footer .container .left {
      float: left;
      width: 60%; }
      footer .container .left nav {
        width: 100%;
        height: auto;
        overflow: hidden; }
        footer .container .left nav ul {
          width: 100%;
          list-style: none; }
          footer .container .left nav ul li {
            margin-right: 30px;
            display: inline; }
            footer .container .left nav ul li a {
              text-decoration: none;
              text-transform: uppercase;
              font-family: "Droid Sans", sans-serif;
              font-weight: 700;
              font-size: 12px;
              color: #557372;
              transition: color 0.5s;
              -moz-transition: color 0.5s;
              -webkit-transition: color 0.5s;
              -o-transition: color 0.5s; }
            footer .container .left nav ul li a:hover {
              color: #F08433; }
    footer .container .right {
      float: right;
      text-align: right; }
      footer .container .right p {
        font-weight: 700;
        font-size: 12px;
        color: #557372; }
        footer .container .right p a {
          text-decoration: none;
          color: #000000;
          transition: color 0.5s;
          -moz-transition: color 0.5s;
          -webkit-transition: color 0.5s;
          -o-transition: color 0.5s; }
        footer .container .right p a:hover {
          color: #F08433; }

/* REDIFINING CSS FOR MOBILE DEVICES -TABLET (RES >= 769px AND <= 991px) */
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  header nav#menu {
    display: none; }
  header .socials {
    display: none; }
  header nav#mobile {
    display: block; }
  footer .container .left {
    width: 100%; }
    footer .container .left nav {
      text-align: center; }
  footer .container .right {
    width: 100%;
    text-align: center;
    margin-top: 25px; } }

@media screen and (max-width: 480px) {
  .container {
    width: 90% !important; }
  footer .container .left nav ul li {
    display: block;
    margin-bottom: 10px;
    margin-right: 0px; } }

/*--------------------------------------
ANIMATIONS BY SCROLLING-----------------
--------------------------------------*/
.animation-element {
  position: relative;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s; }

.animation-element.mindelay {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s; }

.animation-element.shortdelay {
  -webkit-transition-duration: 1s;
          transition-duration: 1s; }

.animation-element.middelay {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s; }

.animation-element.longdelay {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s; }

/*--------------------------------------
SLIDE LEFT
--------------------------------------*/
.animation-element.slide-left {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  transform: translate3d(-100px, 0px, 0px); }

.animation-element.slide-left.in-view {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

/*--------------------------------------
SLIDE RIGHT
--------------------------------------*/
.animation-element.slide-right {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(100px, 0px, 0px);
  transform: translate3d(100px, 0px, 0px); }

.animation-element.slide-right.in-view {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

/*--------------------------------------
SLIDE UP
--------------------------------------*/
.animation-element.slide-up {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0px, 100px, 0px);
  transform: translate3d(0px, 100px, 0px); }

.animation-element.slide-up.in-view {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

/*--------------------------------------
SLIDE UP
--------------------------------------*/
.animation-element.slide-down {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0px, -100px, 0px);
  transform: translate3d(0px, -100px, 0px); }

.animation-element.slide-down.in-view {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

/*--------------------------------------
FADE DIN
--------------------------------------*/
.animation-element.fade-in {
  opacity: 0;
  filter: alpha(opacity=0); }

.animation-element.fade-in.in-view {
  opacity: 1;
  filter: alpha(opacity=100); }

/* HOME -----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
h2 {
  text-transform: uppercase;
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
  color: #000000; }

h3 {
  font-family: "Droid Serif", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #000000; }

h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Droid Serif", serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.8;
  color: #000000; }

p {
  line-height: 1.8;
  font-family: "Droid Serif", serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000; }

a.nobutton {
  text-decoration: none;
  font-family: "Droid Serif", serif;
  font-weight: 700;
  font-size: 16px;
  color: #F08433;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s; }

a.nobutton:hover {
  color: #DF8813; }

a.tel {
  text-decoration: none;
  font-family: "Droid Serif", serif;
  font-weight: 700;
  font-size: 16px;
  color: #F08433;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s; }

a.tel:hover {
  color: #DF8813; }

a.button {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 25px;
  background-color: #F08433;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

a.button:hover {
  background-color: #DF8813; }

span {
  font-family: "Droid Serif", serif; }

.font-accent {
  color: #F08433 !important; }

.font-white {
  color: #ffffff !important; }

.font-light {
  color: #999999 !important; }

.font-medium {
  color: #557372 !important; }

.font-transparent {
  color: rgba(255, 255, 255, 0.7) !important; }

/* ------------------------------------------------- HOME ---------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/* SLIDER ---------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
.slider_wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 100px; }

#owl-slider {
  background-color: #000; }
  #owl-slider .item {
    float: left;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #000;
    background-position: center; }
    #owl-slider .item .text {
      position: absolute;
      width: 500px;
      height: auto;
      overflow: hidden;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
      #owl-slider .item .text h1 {
        font-family: "Droid Serif", serif;
        margin: 0px;
        line-height: 1.2;
        font-size: 44px;
        font-weight: 700;
        color: #ffffff;
        text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.37); }
      #owl-slider .item .text p {
        width: 75%;
        line-height: 1.5;
        font-weight: 300;
        font-size: 20px;
        margin: 10px auto 0px;
        color: #ffffff;
        text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.7); }
        #owl-slider .item .text p a {
          text-decoration: none;
          margin-left: 5px; }

.overlayitem {
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

/* TESTIMONIES ----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
#owl-testimonies {
  width: 600px;
  height: 150px;
  overflow: hidden;
  margin: 0px auto; }
  #owl-testimonies .testimony {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center; }
    #owl-testimonies .testimony p {
      color: #557372; }
    #owl-testimonies .testimony p.author {
      margin-top: 30px;
      font-weight: 700;
      font-size: 16px;
      color: #F08433; }

/* BANNER ---------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
.banner {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 90px; }
  .banner svg {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    /*margin-top:30px;*/
    /*margin-top:-540px;*/ }
  .banner .headline {
    float: left;
    margin-top: 120px;
    position: relative;
    z-index: 1; }
    .banner .headline span {
      text-transform: uppercase;
      font-weight: 300;
      font-size: 24px;
      color: #557372; }
    .banner .headline h1 {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 40px;
      color: #F08433; }
    .banner .headline p {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 24px;
      color: #557372; }
  .banner .image {
    float: right;
    width: 86%;
    height: auto;
    overflow: hidden;
    margin-top: -130px;
    position: relative;
    z-index: 1; }
    .banner .image img {
      width: 100%;
      height: auto;
      border: none;
      overflow: hidden; }

/* ABOUT ----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
section.onecolumn {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 100px 0px; }
  section.onecolumn article {
    width: 550px;
    margin: 0px auto;
    text-align: center; }
    section.onecolumn article h2 {
      width: 100%; }
    section.onecolumn article p {
      margin-bottom: 30px; }

/* SERVICES -------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
.back_image {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center; }
  .back_image .overlay_wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 100px 0px;
    background-color: rgba(0, 0, 0, 0.95); }

.icons-details article {
  float: left;
  width: 100%;
  margin-bottom: 50px; }
  .icons-details article .left {
    float: left;
    width: 45px; }
    .icons-details article .left .circle {
      width: auto;
      height: auto;
      overflow: hidden;
      padding: 10px;
      border: solid 2px #F08433;
      border-radius: 50%; }
      .icons-details article .left .circle i {
        color: #F08433;
        font-size: 20px; }
  .icons-details article .right {
    float: left;
    margin-left: 20px;
    width: calc(100% - 65px); }
    .icons-details article .right h3 {
      margin-bottom: 20px; }
  .icons-details article .centered {
    width: 100%;
    margin: auto; }
    .icons-details article .centered .circle {
      width: 45px;
      height: auto;
      overflow: hidden;
      padding: 10px;
      margin: 0px auto 20px;
      border: solid 2px #F08433;
      border-radius: 50%; }
      .icons-details article .centered .circle i {
        color: #F08433;
        font-size: 20px; }
    .icons-details article .centered p {
      margin-top: 25px; }

.icons-details .last-row {
  margin-bottom: 0px; }

/* PROMOTIONAL ----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
.promotional_banner {
  width: 100%;
  height: 500px;
  overflow: visible;
  background-size: cover;
  background-position: center; }
  .promotional_banner article.box {
    float: left;
    margin-top: -60px; }

/* SQUARE BOX -----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
article.box {
  width: 420px;
  height: auto;
  overflow: hidden;
  padding: 60px;
  background-color: #fff; }
  article.box h3 {
    margin-bottom: 30px; }
  article.box p {
    margin-bottom: 30px; }

article.box.right {
  float: right; }

/* CONTACT INFORMATION --------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
#contact_home p {
  margin-top: 10px;
  margin-bottom: 30px; }
  #contact_home p a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s; }
  #contact_home p a:hover {
    color: #F08433; }

/* BANNER ---------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 120px 0px;
  background-position: center;
  background-size: cover; }
  .banner .text {
    float: left;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 50px;
    background-color: #fff; }
    .banner .text h1 {
      font-family: "Droid Serif", serif;
      font-weight: 700;
      font-size: 34px;
      color: #000000; }

/* ABOUT PAGE -----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
.service_title {
  width: 500px;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin: 0px auto 70px; }

.service_wrapper {
  text-align: center; }
  .service_wrapper article h3 {
    margin-bottom: 23px; }

.prizes article {
  text-align: center; }

.list_wrapper {
  text-align: center; }
  .list_wrapper .icons-details article {
    margin-bottom: 0px; }

/* PORTFOLIO ------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
.filter-portfolio {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  list-style: none;
  margin: 50px 0px; }
  .filter-portfolio li {
    display: inline-block;
    margin-right: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s; }
    .filter-portfolio li a {
      cursor: pointer;
      text-decoration: none;
      font-family: "Droid Sans", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #557372;
      transition: color 0.5s;
      -moz-transition: color 0.5s;
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s; }
  .filter-portfolio li:hover a {
    color: #F08433; }
  .filter-portfolio li:last-child {
    margin-right: 0px; }
  .filter-portfolio li.active a {
    color: #F08433; }

.grid-portfolio {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  list-style: none; }
  .grid-portfolio li {
    margin-bottom: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s; }
    .grid-portfolio li a.img {
      cursor: pointer;
      float: left;
      width: 100%;
      height: 200px;
      background-size: cover;
      background-position: center;
      transition: color 0.5s;
      -moz-transition: color 0.5s;
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s; }
  .grid-portfolio li.hide {
    opacity: 0;
    filter: alpha(opacity=0); }

/* FORM -----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
form {
  width: 100%; }
  form input {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;
    font-family: "Droid Serif", serif;
    font-weight: 400;
    font-size: 16px;
    color: #557372;
    border: solid thin #EEEEEE; }
  form input.invalid {
    color: #ffffff;
    background-color: #FF4D4D; }
  form input.invalid::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff !important; }
  form input.invalid::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff; }
  form input.invalid:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff; }
  form input.invalid:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff; }
  form textarea {
    resize: none;
    width: 100%;
    height: 220px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;
    font-family: "Droid Serif", serif;
    font-weight: 400;
    font-size: 16px;
    color: #557372;
    border: solid thin #EEEEEE; }
  form textarea.invalid {
    color: #ffffff;
    background-color: #FF4D4D !important; }
  form textarea.invalid::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff !important; }
  form textarea.invalid::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff; }
  form textarea.invalid:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff; }
  form textarea.invalid:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff; }
  form button {
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Droid Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 25px;
    background-color: #F08433;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s; }
  form button:hover {
    background-color: #DF8813; }

#map {
  width: 100%;
  height: 500px; }

.map-box {
  margin-top: -464px; }

/* REDIFINING CSS FOR MOBILE DEVICES - COMMON STYLES (<= 991px) */
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .back_image .title_wrapper h2 {
    text-align: center; }
  .back_image .title_wrapper p {
    width: 70%;
    text-align: center;
    margin: 0px auto 70px; }
  article.contact-box {
    width: 95%; }
  .service_wrapper article {
    width: 50%;
    margin: 0px auto 50px; }
  .service_wrapper article.last {
    margin-bottom: 0px !important; }
  .prizes article {
    margin-bottom: 20px; }
  .list_wrapper {
    width: 50%;
    margin-left: auto;
    margin-right: auto; }
  .list_wrapper .icons-details article {
    margin-bottom: 50px; }
  .list_wrapper article.last {
    margin-bottom: 0px !important; }
  #services .titles_container {
    margin-bottom: 50px; } }

/* REDIFINING CSS FOR MOBILE DEVICES -TABLET (RES >= 769px AND <= 991px) */
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 769px) and (max-width: 991px) {
  #owl-slider .item .text h1 {
    font-size: 38px; } }

/* REDIFINING CSS FOR MOBILE DEVICES - COMMON -TABLET (RES <= 768px) */
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #owl-slider .item .text {
    width: 60%; }
    #owl-slider .item .text h1 {
      font-size: 34px; }
    #owl-slider .item .text p {
      font-size: 18px; }
  section.onecolumn article {
    width: 80%; }
  .icons-details .last-row {
    margin-bottom: 50px; }
  .icons-details .last-row.last {
    margin-bottom: 0px; }
  .icons-details article .left {
    float: none;
    display: block;
    margin: 0px auto 25px; }
  .icons-details article .right {
    float: none;
    margin: 0px auto;
    text-align: center; }
    .icons-details article .right p {
      width: 60%;
      margin: auto; }
  #owl-testimonies {
    width: 100%;
    height: 200px; }
  #contact_home .col-xs-12 {
    text-align: center; }
  .service_title {
    width: 80%; }
  #services .titles_container {
    text-align: center; } }

/* REDIFINING CSS FOR MOBILE DEVICES - PHONE (RES >= 481px AND <= 768px) */
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  #owl-slider .item .text h1 {
    font-size: 30px; }
  .icons-details article .right p {
    width: 80%; }
  .promotional_banner article.box {
    width: 100%;
    text-align: center; }
  .back_image article.box {
    width: 100%;
    text-align: center; }
  .back_image article.quote-box {
    width: 100% !important;
    text-align: center; }
  .service_wrapper article {
    width: 80%;
    margin: 0px auto 30px; }
  .list_wrapper {
    width: 80%;
    margin: 0px auto 30px; } }

@media screen and (max-width: 650px) {
  .filter-portfolio li {
    display: block;
    margin: 0px 0px 20px 0px; } }

/* REDIFINING CSS FOR MOBILE DEVICES - COMMON - PHONES (RES <= 480px) */
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  h2 {
    font-size: 18px; }
  h3 {
    font-size: 18px; }
  h4 {
    font-size: 18px; }
  p {
    font-size: 14px; }
  a.nobutton {
    font-size: 14px; }
  a.button {
    font-size: 14px; }
  #owl-slider .item .text {
    width: 85%; }
  .promotional_banner {
    height: auto;
    padding: 30px 0px; }
  article.box {
    padding: 40px; }
  .icons-details article .right p {
    width: 100%; } }
