/*
Theme Name: murodesigns
Theme URI: http://murodesigns.com/
Author: murodesigns.com
Author URI: http://murodesigns.com/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: murodesigns
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 murodesigns is based on murodesigns.comtp://murodesigns.com/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/

*/
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: local('Cinzel-Regular'), url(fonts/PPYkMH2Vr9iqUFBaz60XpevvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 700;
  src: local('Cinzel-Bold'), url(fonts/L74890HNVnUypqWjqGUt1bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(fonts/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(fonts/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
.titulos {
  font-family: 'Cinzel', serif;
}
.texto {
  font-family: 'Lato', sans-serif;
}
.box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.clear {
  clear: both;
  width: 100%;
}
/*Mobile*/
/*Small Tablets*/
/*Tablets*/
/*Desk*/
body {
  background: #ebebeb;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 20px;
 /* display: none;*/
  color: #333;
}
header {
  width: 100%;
  background: white;
  overflow: hidden;
}
header .cont {
  width: 1127px;
  height: 93px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 600px) {
  header .cont {
    width: 100%;
    height: 50px;
  }
}
@media (min-width: 600px) and (max-width: 992px) {
  header .cont {
    min-width: 600px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  header .cont {
    width: 960px;
  }
}
header .cont #logo {
  width: 144px;
  height: 93px;
  float: left;
  background: #ffffff url(img/logo.jpg) no-repeat center;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
  header .cont #logo {
    background: url(img/logo@2x.png) no-repeat center;
    background-size: 100%;
  }
}
@media (max-width: 992px) {
  header .cont #logo {
    margin-left: 20px;
  }
}
@media (max-width: 600px) {
  header .cont #logo {
    float: none;
    height: 50px;
    margin: 0 auto;
  }
}
header .cont #logo img {
  margin-top: 25px;
  width: 100%;
  height: 45px;
}
header .cont ul#menu {
  list-style: none;
  float: left;
  width: 74%;
  padding: 0;
  margin: 0;
  margin-left: 100px;
  font-family: 'Cinzel', serif;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 600px) {
  header .cont ul#menu {
    display: none;
  }
}
@media (max-width: 1200px) {
  header .cont ul#menu {
    margin-left: 70px;
  }
}
@media (max-width: 992px) {
  header .cont ul#menu {
    margin-left: 3%;
    width: 70%;
  }
}
header .cont ul#menu ul#translate {
  list-style: none;
  margin-top: 0;
  padding-left: 40px;
  float: left;
}
header .cont ul#menu ul#translate li {
  margin-right: 10px;
  height: auto;
}
header .cont ul#menu ul#translate li.current-lang a {
  background: #515151;
  color: #fff;
  padding: 2px;
}
header .cont ul#menu li {
  float: left;
  padding-top: 37px;
  height: 56px;
  margin-right: 4%;
  background: url(img/hovermenu.jpg) no-repeat center 100px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .cont ul#menu li a {
  color: #333;
  text-decoration: none;
}
header .cont ul#menu li:hover {
  background: url(img/hovermenu.jpg) no-repeat center 82px;
}
@media (max-width: 1200px) {
  header .cont ul#menu li {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  header .cont ul#menu li {
    background: url(img/hovermenu.jpg) no-repeat center 100px;
    font-size: 11px;
    padding-top: 40px;
    height: 53px;
    margin-right: 3%;
  }
  header .cont ul#menu li:hover {
    background: url(img/hovermenu.jpg) no-repeat center 82px;
  }
}
header .cont ul#menu li.current {
  background: url(img/hovermenu.jpg) no-repeat center 82px;
}
header .cont ul#menu .uls-language-link-switch {
  float: left;
  width: 100px;
  margin-top: 35px;
  margin-left: 50px;
}
header .cont ul#menu .uls-language-link-switch span {
  background: #515151;
  color: white;
  padding: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
header .cont ul#menu .uls-language-link-switch a {
  text-decoration: none;
  padding: 2px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .cont ul#menu .uls-language-link-switch a:hover {
  background: #515151;
  color: white;
}
header .cont ul#social {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0px;
  right: 0;
}
@media (max-width: 680px) {
  header .cont ul#social {
    display: none;
  }
}
@media (max-width: 600px) {
  header .cont ul#social {
    display: none;
  }
}
header .cont ul#social li {
  float: left;
  height: 20px;
  width: 20px;
  background: #333;
  margin-right: 10px;
  margin-top: 35px;
  background: url(img/social.jpg) no-repeat;
  cursor: pointer;
}
@media (max-width: 1200px) {
  header .cont ul#social li {
    margin-top: 37px;
  }
}
header .cont ul#social li.fb {
  background: url(img/social.jpg) no-repeat 7px 3px;
}
header .cont ul#social li.ig {
  background: url(img/social.jpg) no-repeat -28px 3px;
}
header .cont ul#social li.tw {
  background: url(img/social.jpg) no-repeat -63px 3px;
}
header .cont ul#social li.pn {
  background: url(img/social.jpg) no-repeat -98px 3px;
}
header .cont ul#social li:hover {
  background-position-y: -28px;
}
header #callmenu {
  height: 30px;
  width: 50px;
  background: #333;
  position: absolute;
  top: 10px;
  right: 20px;
  display: none;
  cursor: pointer;
  background: url(img/menumobile.png) no-repeat top right;
}
@media (max-width: 600px) {
  header #callmenu {
    display: block;
  }
}
header #callmenu:hover {
  background: url(img/menumobile.png) no-repeat 10px top;
}
#menumobile {
  list-style: none;
  padding-top: 0;
  padding-left: 0;
  margin: 0;
  background: #ebebeb;
  width: 100%;
  z-index: 9;
  position: absolute;
  top: 50px;
  display: none;
  border-bottom: 2px solid white;
  height: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  #menumobile {
    display: block;
  }
}
#menumobile ul#translate {
  list-style: none;
  margin-top: 0;
  width: 100%;
  float: left;
  padding-left: 9px;
}
#menumobile ul#translate li {
  width: 50%;
  float: left;
}
#menumobile a {
  color: #333;
  text-decoration: none;
}
#menumobile li {
  padding: 15px 0;
  text-align: center;
  font-family: 'Cinzel', serif;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menumobile li:hover {
  background: #E0E0E0;
}
#menumobile div.uls-language-link-switch {
  float: left;
  width: 100%;
  text-align: center;
}
#menumobile div.uls-language-link-switch a {
  padding: 15px 10px;
  text-align: center;
  font-family: 'Cinzel', serif;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: -10px;
}
#menumobile div.uls-language-link-switch a:hover {
  background: #E0E0E0;
}
#menumobile div.uls-language-link-switch .selected-language {
  text-decoration: underline;
}
section#global {
  width: 100%;
  /*///////////////////////////*/
  /*Seccion Home*/
  /*///////////////////////////*/
  /*///////////////////////////*/
  /*Seccion projects*/
  /*///////////////////////////*/
  /*end seccion proyectos*/
  /*///////////////////////////*/
  /*Seccion servicios*/
  /*///////////////////////////*/
  /*///////////////////////////*/
  /*Seccion About*/
  /*///////////////////////////*/
  /*///////////////////////////*/
  /*Seccion Testimonials*/
  /*///////////////////////////*/
  /*///////////////////////////*/
  /*Seccion contact*/
  /*///////////////////////////*/
  /*///////////////////////////*/
  /*Seccion Testimonials*/
  /*///////////////////////////*/
}
section#global .responsive {
  width: 1127px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 600px) {
  section#global .responsive {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 992px) {
  section#global .responsive {
    min-width: 600px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  section#global .responsive {
    width: 960px;
  }
}
section#global #home {
  width: 100%;
  height: 700px;
  /*background: url(img/home2.jpg) no-repeat center ;*/
  background-size: 100%;
  position: relative;
  /*  .animacion(0.3s);*/
}
@media (max-width: 1200px) {
  section#global #home {
    height: 600px;
  }
}
@media (max-width: 992px) {
  section#global #home {
    height: 560px;
  }
}
@media (max-width: 600px) {
  section#global #home {
    /* height: 280px; */
    height:400px;
  }
}
@media (max-width: 992px) {
  section#global #projects {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section#global #projects .mix {
  display: none;
}
section#global #projects ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: -4px;
  width: 100%;
}
@media (max-width: 600px) {
  section#global #projects ul {
    margin-left: 0;
  }
}
section#global #projects ul li {
  width: 33.333%;
  background: #e2e2e2;
  background-position: center;
  background-size: 101%;
  float: left;
  border-left: 4px solid #ebebeb;
  border-bottom: 4px solid #ebebeb;
  color: white;
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media (max-width: 992px) {
  section#global #projects ul li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  section#global #projects ul li {
    width: 100%;
    border-left: 0;
  }
}
section#global #projects ul li img {
  width: 100%;
  opacity: 0;
}
section#global #projects ul li a {
  color: white;
  text-decoration: underline;
}
section#global #projects ul li .hover {
  width: 100%;
  position: absolute;
  z-index: 10;
  opacity: 0;
}
section#global #projects ul li .hover .title {
  font-family: 'Cinzel', serif;
  background: url(img/detalle.png) no-repeat 40px top;
  font-size: 45px;
  font-size: 28px;
  padding-left: 40px;
  padding-top: 25px;
  margin-top: 40px;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 26px;
}
@media (max-width: 600px) {
  section#global #projects ul li .hover .title {
    font-size: 24px;
  }
}
section#global #projects ul li .hover .sub {
  padding-left: 40px;
  text-transform: uppercase;
}
section#global #projects ul li .hover .year {
  font-family: 'Cinzel', serif;
  padding-left: 40px;
}
section#global #projects ul#filter {
  width: 100%;
  height: 40px;
  margin-top: 12px;
  margin-bottom: 0px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  section#global #projects ul#filter {
    margin-left: 0px;
  }
}
section#global #projects ul#filter li {
  float: left;
  width: auto;
  height: auto;
  background: none;
  margin-right: 0px;
  font-size: 10px;
  padding: 12px;
  color: #939598;
  cursor: pointer;
}
@media (max-width: 992px) {
  section#global #projects ul#filter li {
    padding: 2px;
  }
}
section#global #projects ul#filter li a {
  color: #939598;
  text-decoration: none;
}
section#global #projects ul#filter li a:hover {
  color: #333;
}
section#global #projects ul#filter li a.activo {
  color: #333;
}
section#global #process h1 {
  font-size: 16px;
  padding-bottom: 17px;
  border-bottom: 1px solid #989898;
  margin-top: 35px;
}
@media (max-width: 992px) {
  section#global #process h1 {
    width: auto;
    padding: 0 20px 17px 20px;
  }
}
section#global #process h2 {
  font-size: 16px;
  padding-bottom: 17px;
  border-bottom: 1px solid #989898;
  margin-top: 35px;
}
@media (max-width: 992px) {
  section#global #process h2 {
    width: auto;
    padding: 0 20px 17px 20px;
  }
}
section#global #process .designprocess {
  width: 100%;
  position: relative;
  float: left;
}
@media (max-width: 600px) {
  section#global #process .designprocess {
    padding: 20px;
    width: auto;
  }
}
section#global #process .designprocess .bloque {
  width: 20%;
  text-align: center;
  height: 170px;
  float: left;
  font-size: 14px;
}
@media (max-width: 600px) {
  section#global #process .designprocess .bloque {
    width: 50%;
  }
}
section#global #process .designprocess .bloque img {
  margin-top: 30px;
  opacity: 0;
}
section#global #process .designprocess .bloque p {
  margin-top: 10px;
}
@media (max-width: 600px) {
  section#global #process .designprocess .bloque p {
    font-size: 12px;
    display: none;
  }
}
section#global #process .designprocess .bloque p.phone {
  display: none;
}
@media (max-width: 600px) {
  section#global #process .designprocess .bloque p.phone {
    display: block;
  }
}
@media (max-width: 600px) {
  section#global #process .designprocess .bloque3 {
    width: 33.3%;
  }
}
section#global #process .description {
  width: 100%;
  position: relative;
  margin-top: 10px;
  float: left;
}
section#global #process .description .bloque {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  section#global #process .description .bloque {
    width: 100%;
    margin-bottom: 20px;
  }
}
section#global #process .description .bloque h3 {
  float: left;
  width: 35%;
  font-size: 14px;
  margin-top: 0px;
  font-weight: normal;
}
@media (max-width: 992px) {
  section#global #process .description .bloque h3 {
    width: auto;
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  section#global #process .description .bloque h3.break {
    display: none;
  }
}
section#global #process .description .bloque h3.phone {
  display: none;
}
@media (max-width: 600px) {
  section#global #process .description .bloque h3.phone {
    display: block;
  }
}
section#global #process .description .bloque p {
  float: right;
  width: 57%;
  margin-right: 5%;
  margin-top: 0;
}
@media (max-width: 992px) {
  section#global #process .description .bloque p {
    width: auto;
    margin: 0 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  section#global #process .description .bloque p {
    border-bottom: 1px solid #989898;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
section#global #process .description .bloque p.last {
  border-bottom: none;
}
section#global #process .info {
  background: url(img/logocontact.png) no-repeat 0px 36px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 50%;
  float: left;
  padding-left: 210px;
  padding-top: 0px;
  padding-bottom: 40px;
}
@media (max-width: 1200px) {
  section#global #process .info {
    padding-left: 180px;
  }
}
@media (min-width: 600px) and (max-width: 992px) {
  section#global #process .info {
    background: url(img/logocontact.png) no-repeat 20px 36px;
  }
}
@media (max-width: 600px) {
  section#global #process .info {
    background: url(img/logocontact.png) no-repeat 20px 36px;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    padding-left: 20px;
  }
}
section#global #process .info a {
  color: black;
  text-decoration: none;
}
section#global #process .info a:hover {
  text-decoration: underline;
}
section#global #process .infomobile {
  display: none;
}
@media (max-width: 600px) {
  section#global #process .infomobile {
    display: block;
  }
}
@media (max-width: 600px) {
  section#global #process .infoservices {
    display: none;
  }
}
section#global #process .infoservices1 {
  background: none;
  padding-left: 0;
  width: 30%;
}
@media (max-width: 600px) {
  section#global #process .infoservices1 {
    display: none;
  }
}
section#global #process .infoservices2 {
  background: none;
  padding-left: 0;
  width: 20%;
}
@media (max-width: 600px) {
  section#global #process .infoservices2 {
    display: none;
  }
}
@media (max-width: 600px) {
  section#global #process .hrcontact {
    display: none;
  }
}
section#global #about {
  max-width: 800px;
}
@media (max-width: 992px) {
  section#global #about {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    max-width: none;
  }
}
@media (max-width: 600px) {
  section#global #about {
    padding: 0;
  }
}
section#global #about .profile {
  float: left;
  margin-top: 35px;
  width: 380px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  section#global #about .profile {
    width: 45%;
  }
}
@media (max-width: 600px) {
  section#global #about .profile {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }
}
section#global #about .profile img {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media (max-width: 600px) {
  section#global #about .profile img {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
section#global #about .bloque {
  float: right;
  float: left;
  margin-left: 5%;
  margin-top: 35px;
  width: 45%;
  padding-bottom: 40px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media (max-width: 992px) {
  section#global #about .bloque {
    float: left;
    width: 47%;
    margin-left: 5%;
    margin-right: 0%;
  }
}
@media (max-width: 600px) {
  section#global #about .bloque {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
}
section#global #about .bloque h1 {
  font-size: 14px;
  margin-bottom: 20px;
  padding-right: 20px;
  margin-top: 0;
  text-transform: uppercase;
}
section#global #about .bloque p {
  margin-top: 0;
  margin-bottom: 20px;
}
section#global #about .bloque a {
  color: black;
  text-decoration: none;
}
section#global #about .bloque a:hover {
  text-decoration: underline;
}
section#global #team {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  section#global #team {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 600px) and (max-width: 992px) {
  section#global #team {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  section#global #team {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section#global #team .col1,
section#global #team .col2,
section#global #team .col3 {
  width: 380px;
  float: left;
  padding-bottom: 20px;
  margin-left: 3%;
  margin-right: 4%;
}
@media (max-width: 992px) {
  section#global #team .col1,
  section#global #team .col2,
  section#global #team .col3 {
    width: 45%;
    margin-left: 0;
    margin-right: 3%;
  }
}
@media (max-width: 600px) {
  section#global #team .col1,
  section#global #team .col2,
  section#global #team .col3 {
    width: auto;
  }
}
section#global #team .col1 img,
section#global #team .col2 img,
section#global #team .col3 img {
  width: 50%;
  padding-right: 40px;
}
@media (max-width: 600px) {
  section#global #team .col1 img,
  section#global #team .col2 img,
  section#global #team .col3 img {
    width: 80%;
    margin-left: 10%;
  }
}
section#global #team .col1 p,
section#global #team .col2 p,
section#global #team .col3 p {
  width: 80%;
  padding-right: 40px;
}
@media (max-width: 600px) {
  section#global #team .col1 p,
  section#global #team .col2 p,
  section#global #team .col3 p {
    width: 100%;
  }
}
section#global #team .col1 {
  text-align: left;
  margin-left: 0%;
  margin-right: 0;
}
@media (max-width: 600px) {
  section#global #team .col1 {
    text-align: center;
  }
}
section#global #team .col1 h2,
section#global #team .col1 h4 {
  padding-right: 40px;
}
@media (max-width: 600px) {
  section#global #team .col1 h2,
  section#global #team .col1 h4 {
    width: auto;
    padding-right: 0;
  }
}
section#global #team .col1 p {
  width: auto;
}
@media (max-width: 600px) {
  section#global #team .col1 p {
    padding-right: 0;
  }
}
section#global #team .col2 {
  text-align: left;
  margin-left: 40px;
  margin-right: 0;
}
@media (max-width: 600px) {
  section#global #team .col2 {
    text-align: center;
    margin-left: 0;
  }
}
section#global #team .col2 p {
  width: auto;
}
@media (max-width: 600px) {
  section#global #team .col2 p {
    padding-right: 0;
  }
}
section#global #testimonials {
  padding-top: 35px;
}
@media (max-width: 992px) {
  section#global #testimonials {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section#global #testimonials .bloque {
  float: left;
  width: 50%;
  margin-bottom: 33px;
}
@media (max-width: 1200px) {
  section#global #testimonials .bloque {
    width: 50%;
  }
}
@media (max-width: 992px) {
  section#global #testimonials .bloque {
    width: 50%;
  }
}
@media (max-width: 600px) {
  section#global #testimonials .bloque {
    width: 100%;
  }
}
section#global #testimonials .bloque .pic {
  width: 211px;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media (max-width: 1200px) {
  section#global #testimonials .bloque .pic {
    width: 40%;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 992px) {
  section#global #testimonials .bloque .pic {
    width: 40%;
  }
}
@media (max-width: 600px) {
  section#global #testimonials .bloque .pic {
    width: 100%;
    padding-left: 0;
  }
}
section#global #testimonials .bloque .pic img {
  width: 100%;
}
@media (max-width: 600px) {
  section#global #testimonials .bloque .pic img {
    display: none;
  }
}
section#global #testimonials .bloque .pic img.phone {
  display: none;
  width: 100%;
}
@media (max-width: 600px) {
  section#global #testimonials .bloque .pic img.phone {
    display: block;
  }
}
section#global #testimonials .bloque .text {
  padding-left: 20px;
  width: 300px;
  float: left;
  font-style: italic;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media (max-width: 1200px) {
  section#global #testimonials .bloque .text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  section#global #testimonials .bloque .text {
    width: 50%;
  }
}
@media (max-width: 600px) {
  section#global #testimonials .bloque .text {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
  }
}
section#global #testimonials .bloque .text p {
  margin: 0;
}
@media (max-width: 600px) {
  section#global #testimonials .bloque .text br {
    display: none;
  }
}
section#global #testimonials .bloque .text .by {
  font-family: 'Cinzel', serif;
  font-weight: bold;
  font-style: normal;
  padding-top: 10px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  section#global #testimonials .bloque .text .by {
    padding-top: 0px;
    margin-top: 5px;
  }
}
section#global #testimonials .bloque .text .des {
  font-style: normal;
}
@media (max-width: 600px) {
  section#global #testimonials .bloque .text .des {
    margin-bottom: 20px;
  }
}
section#global #map_canvas {
  width: 100%;
  height: 360px;
}
@media (max-width: 600px) {
  section#global #map_canvas {
    height: 300px;
  }
}
section#global #map_canvas50 {
  width: 49%;
  height: 360px;
  float: left;
  border-left: .5% solid black;
}
@media (max-width: 600px) {
  section#global #map_canvas50 {
    height: 300px;
    width: 100%;
  }
}
section#global #map_canvas52 {
  width: 49%;
  height: 360px;
  float: right;
  border-right: .5% solid black;
}
@media (max-width: 600px) {
  section#global #map_canvas52 {
    height: 300px;
    width: 100%;
  }
}
section#global #contact .bloque {
  width: 65%;
  float: left;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1200px) {
  section#global #contact .bloque {
    width: 65%;
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  section#global #contact .bloque {
    width: 65%;
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  section#global #contact .bloque {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 00px;
  }
}
section#global #contact .bloque p {
  margin: 0;
}
section#global #contact .bloque .wpcf7-not-valid-tip {
  color: #333;
  padding-bottom: 5px;
}
section#global #contact .bloque form {
  width: 100%;
}
section#global #contact .bloque form input,
section#global #contact .bloque form textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  border: none;
  padding: 5px 8px;
  margin-bottom: 10px;
  resize: none;
  outline: none;
}
section#global #contact .bloque form textarea {
  height: 125px;
}
section#global #contact .bloque form .wpcf7-submit {
  width: 90px;
  float: right;
  background: white;
  padding: 5px;
  font-family: 'Lato', sans-serif;
}
section#global #contact .bloque form .wpcf7-submit:hover {
  background: #333;
  color: white;
}
section#global #contact .bloque form .wpcf7-validation-errors,
section#global #contact .bloque form .wpcf7-mail-sent-ok {
  border-color: #333;
  padding: 10px;
  text-align: center;
  margin: 0;
  margin-top: 30px;
}
section#global #contact .info {
  background: url(img/logocontact.png) no-repeat 40px 36px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 30%;
  float: left;
  padding-left: 40px;
  padding-top: 64px;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  section#global #contact .info {
    width: 100%;
  }
}
section#global #contact .info a {
  color: black;
  text-decoration: none;
}
section#global #contact .info a:hover {
  text-decoration: underline;
}
section#global #infocontact .col {
  width: 50%;
  float: left;
}
@media (max-width: 600px) {
  section#global #infocontact .col {
    width: 100%;
    text-align: center;
  }
}
section#global #infocontact .col .content {
  padding-left: 20px;
  padding-top: 20px;
}
@media (max-width: 600px) {
  section#global #infocontact .col.remove_mob {
    display: none;
  }
}
section#global #infocontact.resize_mob {
  display: none;
}
@media (max-width: 600px) {
  section#global #infocontact.resize_mob {
    display: block;
    width: 100%;
  }
}
section#global #press {
  padding-top: 35px;
}
@media (max-width: 992px) {
  section#global #press {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section#global .nota {
  width: 33.3%;
  height: auto;
  float: left;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  section#global .nota {
    width: 100%;
  }
}
section#global .nota h2 {
  font-size: 14px;
  margin-bottom: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  section#global .nota h2 {
    text-align: center;
  }
}
section#global .nota .pic {
  width: 121px;
  float: left;
  margin-right: 20px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  section#global .nota .pic {
    width: 100px;
  }
}
@media (max-width: 992px) {
  section#global .nota .pic {
    width: 80%;
  }
}
@media (max-width: 600px) {
  section#global .nota .pic {
    width: 45%;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}
section#global .nota .pic img {
  width: 100%;
}
section#global .nota .text {
  float: left;
  width: 195px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  section#global .nota .text {
    width: 165px;
  }
}
@media (max-width: 992px) {
  section#global .nota .text {
    width: 80%;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  section#global .nota .text {
    width: 100%;
    text-align: center;
  }
}
section#global .nota .text strong {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
section#global .nota .text p {
  margin-top: 0;
}
section#global .nota .text .clear {
  display: none;
  clear: both;
  width: 100%;
  height: 1px;
  margin-top: 20px;
}
@media (max-width: 600px) {
  section#global .nota .text .clear {
    display: block;
  }
}
section#global .nota .text a {
  float: left;
  background: white;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media (max-width: 600px) {
  section#global .nota .text a {
    float: none;
  }
}
section#global .nota .text a:hover {
  background: #333;
  color: white;
}
.info_home {
  display: none;
}
@media (max-width: 600px) {
  .info_home {
    display: block;
  }
}
.info_home .col .content {
  padding-left: 0 !important;
}
footer {
  /* width: 100%;
  background: white;
  display: none; */
}
@media (max-width: 600px) {
  /* footer {
    display: block;
    float: left;
  } */
}
/* footer .cont {
  width: 1127px;
  height: 40px;
  margin: 0 auto;
  padding-top: 0px;
  font-size: 11px;
  position: relative;
} */
@media (max-width: 600px) {
  /* footer .cont {
    width: 100%;
  } */
}
@media (min-width: 600px) and (max-width: 992px) {
  /* footer .cont {
    min-width: 600px;
    width: 100%;
  } */
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* footer .cont {
    width: 960px;
  } */
}
@media (min-width: 1200px) {
  /* footer .cont {
    width: 1127px;
  } */
}


/* footer .cont ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 190px;
  height: 40px;
  margin: 0 auto;
}
footer .cont ul li {
  width: 40px;
  height: 40px;
  margin: 10px;
  margin-bottom: 0;
  margin-top: 0;
  float: left;
  background: red;
}
footer .cont ul li.facebook {
  background: url(img/socialM.png) no-repeat 3px 0px;
}
footer .cont ul li.facebook:hover {
  background-position-y: -42px;
}
footer .cont ul li.instagram {
  background: url(img/socialM.png) no-repeat -60px 0px;
}
footer .cont ul li.instagram:hover {
  background-position-y: -42px;
}
footer .cont ul li.houz {
  background: url(img/socialM.png) no-repeat -124px 0px;
}
footer .cont ul li.houz:hover {
  background-position-y: -42px;
}
footer .cont ul li.pinterest {
  background: url(img/socialM.png) no-repeat -188px 0px;
}
footer .cont ul li.pinterest:hover {
  background-position-y: -42px;
}
footer .cont ul li.tw {
  background: url(img/socialM.png) no-repeat -188px 0px;
}
footer .cont ul li.tw:hover {
  background-position-y: -42px;
} */




@media (max-width: 600px) {
  #lightbox .lb-container {
    padding: 0;
  }
}



@media (max-width: 600px) {
  #lightbox .lb-container .lb-close {
    right: 20px;
  }
}
@media (max-width: 600px) {
  #lightbox .lb-dataContainer {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
}



/* css injection  */

.caption-cover {
  position: absolute;
  width: 50%;
  /* height: 500px; */
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}


  .caption-cover__wrapper:before,
  .caption-cover__wrapper:after {
      background: rgba(0,0,0,.2);
      content: '';
      width: 450px;
      height: 450px;
      position: absolute;
      z-index: 1;
      border-radius: 100%;
      top: 15%;
  }

.caption-cover__wrapper:before {
  /* left: 0; */
  right: 0;
  margin: auto;
  left: 20px;
}

.caption-cover__wrapper:after {
  /* left: -69px; */
  left: -42px;
  right: 0;
  margin: auto;
}


@media only screen and (min-width:768px) {
  .caption-cover-main--english .caption-cover__wrapper:before {
    left: 25px;
    width: 480px;
  }


  .caption-cover-main--english .caption-cover__wrapper:after {
    /* left: -69px; */
    left: -20px !important;
    width: 480px;
  }

}



.caption-cover__wrapper:after {
  background: rgba(0,0,0,.2);
  content: '';
  width: 450px;
  height: 450px;
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  right: 0;
  margin: auto;
}

.caption-cover--item {
  position: absolute;
  z-index: 2;
  color: #fff;
  /* width: 50%; */
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 50%;
  text-align: center;
  /* width: 46%; */
  /* width: 60%; */
  max-width: 370px;
}


@media only screen and (min-width:768px) {

  .caption-cover--item.caption-cover--english {
    max-width: 480px;
  }


}



.caption-cover--english {
  width: 50%;
}

@media only screen and (min-width:1660px) {
  .caption-cover--english {
    padding-top: 50px;
  }
}





.caption-cover--item h1 {
  text-transform: uppercase;
  line-height: 34px;
  text-align: center;
  font-weight: 300;
  font-family: 'Lato', sans-serif !important;
  font-size: 32px;
  letter-spacing: 1px;
}

/* for english only  */
.caption-cover-main--english .caption-cover--item h1 {
    font-weight: 700;
    font-family: 'Lato', sans-serif !important;
    font-size: 32px;
    letter-spacing: 1px;
}



.caption-cover--item p {
  /* font-size: 18px; */
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
  font-family: 'Lato', sans-serif !important;
}

.caption-cover--item a {
  display: #fff;
  background: #fff;
  padding: 6px 10px;
  text-decoration: none;
  margin: auto;
  display: inline-block;
  /* color: #000; */
  color: #333333;
  font-size: 11px;
  text-transform: uppercase;
}

/* for english only */
@media only screen and (min-width:768px) {

  .caption-cover-main--english .caption-cover--item a {
    margin-top: 5%;
  }

}




.caption-cover__content {
  height: 90%;
  position: relative !important;
}

.caption-cover__main-content {
  top: 0 !important;
  height: 225px;
  bottom: 0 !important;
  margin: auto;
  position: absolute;
}



.caption-cover--item.caption-cover--japanese h1,
.caption-cover--item.caption-cover--japanese span {
  text-transform: capitalize;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


.caption-cover--item.caption-cover--japanese p {
  margin: 0;
}

.caption-cover--item.caption-cover--japanese p.first {
  font-size: 20px;
}

.caption-cover--item.caption-cover--japanese p.last {
  margin-top:15px;
  margin-bottom: 15px;
  font-size: 17px;

}

.caption-cover--item.caption-cover--japanese h1 span {
  display: inline-block;
}

.caption-cover--item.caption-cover--japanese h1 span:last-child {
  font-size: 18px;
}




@media only screen and (max-width:580px) {
  .caption-cover__main-content {
    height: 165px;
  }
/* global */
  .caption-cover--item p {
      font-size: 12px !important;
      margin: 0 !important;
      line-height: 22px;
      margin-bottom: 10px !important;
  }


}


.home #content_home {
  padding-top: 70px;
}

.visual-content h2 {
  font-size: 45px;
  /* font-family: 'Lato', sans-serif !important; */
  line-height: 48px;
  text-transform: uppercase;
}

/* =FONTS */
.visual-content h2,
.wpb_text_column.wpb_content_element,
#packages .wpb_wrapper p
{
  font-family: Meiryo, sans-serif !important;
}

.visual-content button.vc_general.vc_btn3,
.visual-content .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern
{
  background: transparent;
  border: 1px solid #333333 !important;
  border-radius: 0;
  padding: 7px 45px;
  text-transform: uppercase;
  color: #333333 !important;
  font-weight: bold;
}

.visual-content .vc_btn3-container.vc_btn3-inline {
  margin-left: 30px;
}


.wpb_text_column.wpb_content_element {
  padding: 0 30px;
  font-size: 16px;
  line-height: 25px;
  /* font-family: 'Lato', sans-serif !important; */
}


.visual-content figure.wpb_wrapper.vc_figure {
  display: block;
  width: 100% !important;
}

.visual-content figure.wpb_wrapper.vc_figure:after {
  width: 95%;
  height: 95%;
  content: '';
  background: #d8d8d8;
  position: absolute;
  left: 33px;
  top: 14px;
  z-index: -1;
  border-radius: 100%;
}

.visual-content figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
  /* width: 100%; */
  width: 95%;
  border-radius: 100% !important;
  overflow: hidden;
  position: relative;
}


.visual-content  img.vc_single_image-img.attachment-full {
  width: 100%;
  min-height: 500px;

}


h2.vc_custom_heading.capitalized {
  text-transform: capitalize;
}



.visual-content .section-client-says {
  margin-bottom: 0;
}


.section-client-says {
  margin: 70px 0;
}


.section-client-says ul {
  list-style: none;
  padding: 0;
}


.section-client-says ul li {
  color: #333333;
  /* font-weight: 300; */
  font-weight: 400;
  font-family: 'Lato', sans-serif !important;
}



.section-client-says .wpb_wrapper p {
  color: #333333;
  font-weight:300;
  font-family: 'Lato', sans-serif !important;
}

.section-client-says .wpb_wrapper h2 {
  margin: 0;
}

#packages {
  margin-top: 25px !important;
}



.caption-cover--item.caption-cover--english .caption-cover__main-content {
  height: 300px;
}


@media only screen and (max-width:1000px) {
  .caption-cover--item.caption-cover--english .caption-cover__main-content {
    height: 220px;
  }
}

@media only screen and (max-width:600px) {
  .caption-cover--item.caption-cover--english .caption-cover__main-content {
    height: 180px;
  }
}


#packages h1.vc_custom_heading,
#services h1.vc_custom_heading {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px;
    font-weight: 600 !important;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    margin-bottom: 25px;
}

#packages h2.vc_custom_heading {
  font-size: 36px;
  font-weight: 300 !important;
  display: block;
  margin: 0;
  text-align: center !important;
  font-family: 'Cinzel', serif !important;
}

#packages h2.vc_custom_heading:hover {
  opacity: .6;
}

#packages .wpb_wrapper p {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  /* font-family: 'Cinzel', serif !important; */
}

#packages .wpb_text_column.wpb_content_element {
    padding: 0;
}

#packages .vc_single_image-wrapper {
  -webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}


#packages .vc_single_image-wrapper:hover {

  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -webkit-box-shadow: 0 10px 10px 1px rgba(0,0,0,.3) !important;
  box-shadow: 0 10px 10px 1px rgba(0,0,0,.3) !important;


}


header .cont ul#menu li {
  margin-right: 3%;
}


footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#social li {
  margin: 0 !important;
}


footer {
  background: #fff;
  /* padding: 25px 0; */
  margin: 0;
}

footer .copyright--left,
footer .copyright--right {
  display: block;
  float: left;
  width: 50%;
}


footer .cont ul#social {
  display: inline-block;
}
footer .cont ul#social:after {
  display: block;
  clear: both;
  content: '';
}


footer .cont ul#social li {
float: left;
height: 20px;
width: 20px;
background: #333;
margin-right: 10px;
margin-top: 35px;
background: url(img/social.jpg) no-repeat;
cursor: pointer;
}


footer .cont ul#social li.fb {
  background: url(img/social.jpg) no-repeat 7px 3px;
}
footer .cont ul#social li.ig {
  background: url(img/social.jpg) no-repeat -28px 3px;
}
footer .cont ul#social li.tw {
  background: url(img/social.jpg) no-repeat -63px 3px;
}
footer .cont ul#social li.pn {
  background: url(img/social.jpg) no-repeat -98px 3px;
}
footer .cont ul#social li:hover {
  background-position-y: -28px;
}



footer .footer-top .left--content,
footer .footer-top .right--content {
  display: block;
  margin: 0;
  width: 50%;
  float: left;
}

footer .footer-top,
footer .copyright {
  max-width: 1200px;
  margin: auto;
}

footer .copyright {
  padding-bottom: 30px;
}

footer .footer-top {
  margin-bottom: 30px;
}

footer .footer-top .footer-left:after,
footer .footer-top .footer-right:after,
footer .copyright:after,
footer .footer-top:after {
  display: block;
  clear: both;
  content: '';
}


footer .footer-top .footer-left,
footer .footer-top .footer-right {
  width: 50%;
  display: block;
  float: left;
}

footer .footer-right .vc_row-fluid {
  display: block;
  width: 100%;
  clear: both;
  position: inherit !important;
  margin: 0;
}

footer .footer-right .wpb_wrapper p {
  margin: 0;
  font-family: 'Lato', sans-serif !important;
  /* font-weight: 700 !important; */
}

footer .footer-right .wpb_wrapper ul li {
  font-family: 'Lato', sans-serif !important;
}


/* left section */
footer .footer-left .right--content ul li {
  margin-bottom: 5px;
}

footer .footer-left .right--content ul li a {
  text-decoration: none;
  color: #000;
  font-family: 'Lato', sans-serif !important;
  font-weight: 600 !important;
}

footer .footer-left .left--content .email {
  font-family: 'Lato', sans-serif !important;
  font-weight: 600 !important;
}

footer .copyright--right.text-right ul#social {
  display: block;
  float: right;
}


footer .footer-holder {
  border-top: 1px solid #ddd;
  padding-top: 35px;
}

.home  #global {
  background: #fff;
}

header .cont ul#social {
  bottom: 0;
  margin: auto;
  height: 20px;
}

section#global #home {
  z-index: 1;
}


footer .footer-top .footer-right div.vc_col-sm-6 {
  display: block !important;
  width: 50%;
  float: left;
}


/* feb9 additinal */
.packages .vc_btn3-container {
  margin: auto;
  display: block;
  width: 100%;
  text-align: center !important;
}

.packages .vc_btn3-container a {
  display: block;
  background: #8c8686 !important;
  width: 60px;
  height: 60px;
  color: #fff !important;
  padding: 20px 0 !important;
  border-radius: 100% !important;
  border: 0 !important;
  font-size: 12px !important;
  margin: auto;
}

.packages .vc_btn3-container a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  background: #4e4d4d !important;
}

.packages .wpb_wrapper .wpb_text_column {
  margin-bottom: 10px !important;
}

.packages-center .vc_btn3-container a {
  width: 100px;
  height: 100px;
  padding: 25px 20px !important;
  font-size: 15px !important;
}


.new-services .vc_column_container .wpb_wrapper h2.vc_custom_heading {
  font-size: 14px;
  margin-top: 0px;
  font-weight: normal !important;
  font-family: 'Lato', sans-serif !important;
}

.new-services .vc_column_container .wpb_wrapper .wpb_text_column p {
  font-family: 'Lato', sans-serif !important;
  font-size: 13px !important;
  text-align: left !important;
}

.new-services .vc_column_container .wpb_wrapper {
  display: block;
}

.new-services .vc_column_container .wpb_wrapper:after {
  display: block;
  clear: both;
  content: '';
}


.new-services .vc_column_container .wpb_wrapper h2,
.new-services .vc_column_container .wpb_wrapper .wpb_text_column {
  width: 50%;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}

.new-services .vc_column_container .wpb_wrapper .wpb_text_column p {
  margin: 0;
}

.new-services .vc_column_container .wpb_wrapper h2 {
  width: 30%;
}

.new-services .vc_column_container .wpb_wrapper .wpb_text_column {
  width: 70%;
}


.grid-container > div > div > div.wpb_wrapper:after {
  display: block;
  clear: both;
  content: '';
}

.grid__item {
  display: block;
  width: 20%;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
}




.grid__item div {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.grid__item div p,
.grid__item div h3 {
  display: block;
  margin: 0;
  padding: 0;
}

.grid__item div h3 {
  font-size: 18px;
  height: 50px;
  font-family: 'Lato', sans-serif !important;
  font-weight: bold !important;
  text-align: center !important;
}

.grid__item div p {
  text-align: center !important;
  font-size: 13px;
  font-family: 'Lato', sans-serif !important;
  line-height: 18px;
  padding: 0 10px;
}


.heading-primary h2 {
  color: #1b1b1b;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px;
  font-family: 'Cinzel', serif !important;
  font-weight: bold !important;
  margin-bottom: 20px;
}



.mobile-images,
.mobile-images.small-devices
{
  display: none;
}




.small-devices {
  display: none !important;
}


#menumobile {
  top: inherit !important;
}

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

  .visual-content img.vc_single_image-img.attachment-full {
    min-height: 420px;
  }

}




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

  .mobile-images {
    display: block;
  }
  .desktop-images {
    display: none;
  }
  .wpb_single_image .vc_box_border.vc_box_border_grey, .wpb_single_image .vc_box_border_circle.vc_box_border_grey {
    background-color: transparent !important;
  }



  html {
      overflow-x: hidden;
  }

  header ul#social {
    position: absolute;
      top: -72px !important;
      padding: 0;
  }


  header .cont ul#menu ul#translate {
    padding-left:0;
  }

  header .cont ul#menu li {
      margin-right: 12px;
  }



  .caption-cover--item {
    width: 80%;
  }

  .caption-cover {
    position: absolute;
    width: 60%;
  }

  .caption-cover--item h1 {
    font-size: 20px;
    margin-left: 25px;
    line-height: 30px;
  }

  .visual-content figure.wpb_wrapper.vc_figure:after {
    display:none;
  }

  .visual-content {
      padding: 20px;
  }

  .visual-content figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
      overflow: inherit;
      width: 100% !important;
      height: auto !important;
  }

  .visual-content img.vc_single_image-img.attachment-full {
    width: auto !important;
    height: auto !important;
    max-width: inherit !important;
    max-height: inherit !important;
    min-height: inherit;
    border-radius: 50px;
  }

  div#packages {
      padding: 0 20px !important;
  }

}






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



  #menumobile {
    top: 99px;
  }


  header ul#social {
    position: absolute;
      top: -72px !important;
      padding: 0;
  }


  header .cont ul#menu {
    margin-left: 3%;
      width: 100%;
  }

  header .cont ul#menu ul#translate {
    padding-left:0;
  }

  header .cont ul#menu li {
      margin-right: 15px;
  }

  header .cont ul#menu li {
      height: auto;
      padding: 0;
  }

  .visual-content h2 {
    font-size: 25px;
    margin-left: 25px;
    line-height: 30px;
  }


  .visual-content .wpb_text_column.wpb_content_element {
    font-size: 14px;
    line-height: 20px;
  }


  /* footer  */

  footer .footer-top .footer-left, footer .footer-top .footer-right {
      float: none;
      width: 100%;
  }

  footer .footer-top .footer-left > div,
  footer .footer-top .footer-right > div
  {
    width: 100%;
  }

  footer .footer-top .footer-left, footer .footer-top .footer-right {
     padding: 20px;
  }

  footer .copyright.cont {
      padding: 0 20px;
  }

  .right-image, .left-image {
      margin: 16px 0;
  }



  footer .wpb_text_column.wpb_content_element {
      padding: 0;
  }

  footer .footer-top .footer-right div.vc_col-sm-6 {
    width: 100%;
      float: none;
  }

  footer .footer-top .footer-right div.vc_col-sm-6 > div {
      padding: 0;
  }




}




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


  .grid-col-mobile .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2,50%);
}


  /* menu */

   header .cont ul#menu {
      width: 100%;
      padding: 0;
  }

  header .cont ul#menu li {
      height: auto;
  }


  div#content_home {
      padding: 0 20px !important;
      margin: 0 !important;
  }



  .caption-cover {
      width: 70%;
  }

  .caption-cover--item h1 {
    font-size: 15px !important;
    line-height: 20px;
}


  .caption-cover--item p {
    font-size: 12px;
  }

 .caption-cover__wrapper:before {
    width: 350px;
    height: 350px;
    top: 102px;
    left: 0;
    right: 0;
    margin: auto;
}

  .caption-cover__wrapper:after {
    width: 350px;
    height: 350px;
    top: 102px;
    left: 0;
      right: 0;
      margin: auto;
  }

  .caption-cover__wrapper:before {
    left: -20px;
  }

  .caption-cover--item {
    width: 100%;
  }


  .caption-cover--item {
    /* width: 50%; */
    width: 45%;
    height: 150px;
}


  .visual-content h2 {
      font-size: 25px !important;
      margin: 0 25px !important;
  }

  .visual-content img.vc_single_image-img.attachment-full {
    width: auto !important;
    min-height: inherit;
  }


}

@media only screen and (max-width:600px) {
  .grid-col-mobile .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex {
      display: grid;
      display: -ms-grid;
      grid-template-columns: repeat(1,100%);
  }

  .small-devices {
    display: block !important;
  }

  .mobile-images {
      display: none;
  }

  .caption-cover__wrapper:before,
  .caption-cover__wrapper:after {
      width: 250px;
      height: 250px;
      /*top: 17px;*/
      top:13.5%;
  }

  .caption-cover--item {
      width: 59%;
  }

  .caption-cover--item a {
    padding: 2px 9px;
  }

}


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


  .caption-cover--item p {
      font-size: 12px;
      line-height: 13px;
  }
  .caption-cover--item h1 {
      margin: 0;
      font-weight: bold;
  }
  .caption-cover__wrapper:before {
      left: -20px;
  }


}

.caption-cover--item {

}

.caption-cover--item h1 span {
  font-weight: bold;
  margin-bottom: 12px !important;
  display: block;
}




.english-main-wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p {
  font-family: 'Lato', sans-serif !important;
  color:#333333;
  font-weight: 400;
}

#menumobile li {
    padding: 12px 0;
}

ul#menumobile {
    z-index: 20;
}

.dispaly-pc-tablet{display:block !important;}

.visible-mobile-only{display:none !important;}

/* CSS Added */
@media screen and (max-width:767px) {
.cbp-bicontrols{width:90%;}
 
.dispaly-pc-tablet{display:none !important;}
 
.visible-mobile-only{display:block !important;}
}

.page-id-600 section#global .nota, .page-id-1588 section#global .nota{min-height:275px;}

.wpml-ls-legacy-list-horizontal{border:0; padding:0; clear:none;}

.wpml-ls-legacy-list-horizontal a{padding:3px 0;}