/*
Theme Name: Cusco Bed and Breakfast
Description: Tema desarrollado para Cusco B&B
Author: Dante Oviedo
Author URI: https://danteoviedo.com
version: 2.8.1
Tags: tema, Ramiro
*/
/*fuente opoen sans*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400);

@font-face {font-family: 'AGItalic'; src: url('fonts/Aramis-Italic.otf') format('opentype');}
@font-face {font-family: 'AGItalic'; src: url('fonts/Aramis-Italic.eot');}
@font-face {font-family: 'AGItalic'; src: url('fonts/Aramis-Italic.ttf') format('truetype');}
@font-face {font-family: 'AGItalic'; src: url('fonts/Aramis-Italic.woff');}
@font-face {font-family: 'AGItalic'; src: url('fonts/Aramis-Italic.svg');}*/

/*de alfredo*/
@font-face {
  font-family: 'OpenSansSemBold';
  src: url('fonts/OpenSans-Semibold.otf') format('opentype');
}

@font-face {
  font-family: 'OpenSansSemBold';
  src: url('fonts/OpenSans-Semibold.eot');
}

@font-face {
  font-family: 'OpenSansSemBold';
  src: url('fonts/OpenSans-Semibold.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenSansReg';
  src: url('fonts/OpenSans-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'OpenSansReg';
  src: url('fonts/OpenSans-Regular.eot');
}

@font-face {
  font-family: 'OpenSansReg';
  src: url('fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenSansLight';
  src: url('.fonts/OpenSans-Light.otf') format('opentype');
}

@font-face {
  font-family: 'OpenSansLight';
  src: url('fonts/OpenSans-Light.eot');
}

@font-face {
  font-family: 'OpenSansLight';
  src: url('fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'AGItalic';
  src: url('fonts/AGaramondPro-Italic.otf') format('opentype');
}

@font-face {
  font-family: 'AGItalic';
  src: url('fonts/AGaramondPro-Italic.eot');
}

@font-face {
  font-family: 'AGItalic';
  src: url('fonts/AGaramondPro-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'AGReg';
  src: url('fonts/AGaramondPro-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'AGReg';
  src: url('fonts/AGaramondPro-Regular.eot');
}

@font-face {
  font-family: 'AGReg';
  src: url('fonts/AGaramondPro-Regular.ttf') format('truetype');
}

div,
article,
section,
footer,
header {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: url(images/patron2.png);
  font-family: Calibri;
  font-size: 14px;
  margin: 0;
}

.container-cabecera {
  background: url(images/patron.jpg)repeat-y top center;
}

img {
  border: none;
  padding: 0;
  max-width: 100%;
  height: auto;
}

img a {
  border: none;
}

.alignleft {
  float: left;
  border: none;
  margin: 0 10px 10px 0;
}

.alignright {
  float: right;
  border: none;
  margin: 0 0 10px 10px;
}

.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

.const {
  background: url(images/const.png) no-repeat center top;
  padding-top: 175px;
  text-align: center !important;
}

/* links */
a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

.contenedor {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* container */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  color: #333;
}

/*cabecera*/
header {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}

.idioma {
  position: absolute;
  right: 8%;
  top: 15%;
}

.idioma ul li {
  display: inline-block;
  margin: 1px;
}

.idioma ul li img {
  width: 85% !important;
  height: auto;
}

.logo {
  float: left;
  width: 20%;
}

.slider {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.banner {
  background: #010101
}

#metaslider_51 {
  margin: 15px 0;
}

.metaslider {
  margin: 0 auto;
}

/* top */
#menu {
  float: right;
  width: 78%;
  padding-top: 41px;
}

#menu ul li {
  float: left;
  margin: 0;
  position: relative;
  font-family: OpenSansSemBold;
  font-size: 13px;
}

#menu ul .current-menu-item a {
  color: #FFB700;
}

#menu ul li a {
  display: block;
  background: url(images/bg-menu-top-border.png) right no-repeat;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 10px;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s
}

#menu ul li a:hover {
  color: #E6A40A;
}

#menu ul li ul {
  opacity: 0;
  visibility: hidden;
  padding: 16px;
  background-color: #fafafa;
  text-align: left;
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -90px;
  width: 100%;
  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4)
}

#menu ul li:hover ul {
  opacity: 1;
  top: 65px;
  visibility: visible;
}

#menu ul li ul:before {
  content: "";
  display: block;
  border-color: transparent transparent #fafafa transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px
}

#menu ul ul li {
  position: relative;
  margin: 0;
  width: 100%;
}

#menu ul ul a {
  color: #323232;
  font-family: Verdana, 'Lucida Grande';
  font-size: 13px;
  background-color: #fafafa;
  padding: 5px 8px 7px 16px;
  display: block;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s
}

#menu ul ul a:hover {
  background-color: #cc2c24;
  color: #f0f0f0
}

#menu ul li:hover ul ul {
  opacity: 1;
  top: 65px;
  visibility: hidden
}

#menu ul ul li ul {
  position: absolute;
  top: -16px;
  left: 206px;
  padding: 15px;
  background-color: #fafafa;
  text-align: left;
  width: 180px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  z-index: 100;
}

#menu ul ul li:hover ul {
  opacity: 1;
  left: 190px;
  visibility: visible
}

/* content */
.content2 {
  display: block;
  width: 100%;
  padding: 1%;
}

.content {
  float: left;
  width: 75%;
  padding: 0 1%;
}

.content2 h1 {
  font-family: AGItalic;
  font-size: 36px;
  color: #FF6042;
  font-weight: normal;
  padding: 15px 1px 9px;
}

.content2 h4 {
  font-size: 16px;
  margin-bottom: 6px;
}

.content2 h3 {
  font-family: AGItalic;
  font-size: 22px;
  color: #2F5567;
  font-weight: normal;
  padding: 2px 10px 5px;
}

.content h2 {}

.content h3 {}

.content h4 {}

.content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #4C5564;
  padding: 7px 2px 2px 0;
  text-align: justify;
}

.content ul,
.content ol {
  margin-left: 30px;
  padding-bottom: 15px;
}

.content li {
  list-style-type: disc;
}

.content ol li {
  list-style: decimal;
}

table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
  height: auto !important;


}

.content2 tr td img {
  width: 100%;
}

.content2 tr td {
  vertical-align: top;
  width: 50%;
}

.content2 tr td {
  font-family: OpenSansLight;
  font-size: 14px;
  color: #4C5564;
  line-height: 22px;
  padding: 5px;
}

#tablist1-panel6 table,
#tablist1-panel5 table,
#tablist1-panel4 table,
#tablist1-panel3 table,
#tablist1-panel2 table,
#tablist1-panel1 table {
  display: block;
  width: 100%;
}

#tablist1-panel1 td h3 {
  text-align: center;
  vertical-align: middle;
  line-height: 27px;
}

#tablist1-panel1 td {
  vertical-align: middle;
}

#tablist1-panel1 {
  margin-bottom: 20px;
}

/*tours presetnaacion*/
.tTours {
  width: 31%;
  float: left;
  background: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 13px;
  height: 435px;
  box-sizing: border-box;
}

.tTours p {
  text-align: justify;
}

.tTours a {
  background: #00942B;
  color: #fff;
  text-decoration: none;
  font-family: AGItalic;
  font-size: 22px;
  padding: 7px 9px;
  border-radius: 4px;
  width: 90px;
  margin: auto;
  display: block;
}

.tTours h3 {
  color: #00942B;
  font-family: AGItalic;
  font-size: 22px;
  font-weight: normal;
  padding: 2px 20px 5px;
}

.pagina-inicio h2 {
  font-family: AGItalic;
  font-size: 36px;
  color: #FF6042;
  font-weight: normal;
  padding: 15px 1px 9px;
}

.pagina-inicio h3 {
  font-family: AGItalic;
  font-size: 22px;
  color: #2F5567;
  font-weight: normal;
}

.pagina-inicio p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #4C5564;
  padding: 7px 2px 2px 0;
  text-align: justify;
}

/* Sidebar Left */
.sidebarLeft {
  float: left;
  width: 25%;
  margin-top: 20px;
}

.tcusi {
  width: 255px;
  float: right;
  margin-right: 10px;
}

.tcusi h3 {
  font-family: AGItalic;
  font-size: 36px;
  color: #FF6042;
  font-weight: normal;
  padding: 15px 0 9px 0;
  text-align: center;
}

.tcusi img {
  width: 100%;
  height: auto;
}

.tcusi p {
  font-family: AGItalic;
  font-size: 22px;
  color: #2F5567;
  font-weight: normal;
}

.tcusi ul li {
  background: url(images/bg-galeria.jpg) center bottom repeat-x;
  font-family: AGReg;
  font-size: 18px;
}

.tcusi ul li a {
  display: block;
  text-decoration: none;
  color: #4C5564;
  padding: 7px 2px 7px 13px;
  background: url(images/icon-servicios.png) left no-repeat;
}

.tcusi ul li a:hover {
  color: #FF6042;
}

/* Sidebar Right */
.sidebarRight {
  float: left;
  width: 25%;
}

/*tabby*/
.responsive-tabs .responsive-tabs__panel {
  border-top: none !important;
  background: none !important;
  border: none !important;
  float: left !important;
  width: 75%;
  padding: 0 !important;
  border-color: none !important
}

.bwg_order_cont_0 {
  display: none !important;
}

.responsive-tabs ul.responsive-tabs__list {
  margin: 0 !important;
  float: right !important;
  width: 20%;
}

.responsive-tabs__list__item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc !important;
}

#bwg_standart_thumbnails_0,
#bwg_standart_thumbnails_1,
#bwg_standart_thumbnails_2,
#bwg_standart_thumbnails_3 {
  border: 2px solid #ccc !important;
  padding: 1px !important;
}

#bwg_standart_thumbnails_0 img,
#bwg_standart_thumbnails_1 img,
#bwg_standart_thumbnails_2 img,
#bwg_standart_thumbnails_3 img {
  width: 100% !important;
  max-width: none !important;
}

.bwg_standart_thumb_img_0,
.bwg_standart_thumb_img_1,
.bwg_standart_thumb_img_2,
.bwg_standart_thumb_img_3 {
  width: 98% !important;
  height: auto !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun2_0,
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0,
#bwg_container1_1 #bwg_container2_1 .bwg_standart_thumb_spun2_1,
#bwg_container1_1 #bwg_container2_1 .bwg_standart_thumb_spun1_1,
#bwg_container1_2 #bwg_container2_2 .bwg_standart_thumb_spun2_2,
#bwg_container1_2 #bwg_container2_2 .bwg_standart_thumb_spun1_2,
#bwg_container1_3 #bwg_container2_3 .bwg_standart_thumb_spun2_3,
#bwg_container1_3 #bwg_container2_3 .bwg_standart_thumb_spun1_3 {
  width: 99% !important;
  height: auto !important;
}

.responsive-tabs .responsive-tabs__list__item--active {
  background: none !important;
  color: #FF6042 !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}

/*paypal de la pagina reservatiion*/
.paypal {
  padding-left: 15% !important;
}

.paypal form {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-top: 20px;
}

.paypal form+form+form {
  width: 0px;
}

.paypal tr td {
  font-family: OpenSansLight;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  text-align: left !important;
  font-weight: bold;
}

.paypal tr td select {
  font-size: 16px;
  border-radius: 5px;
  padding: 4px;
  margin-bottom: 10px;
}

/* footer */
footer {
  background: url(images/patron.jpg)repeat-y top center;
}

footer p {
  padding: 14px 0;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

footer .contenedor-pie {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 10px 0px;
}

.contenedor-pie .infopie {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.contenedor-pie .infopie p {
  text-align: left;
  font-family: OpenSansLight;
  font-size: 14px;
  color: #fff;
  padding: 0;
  line-height: 23px
}

.contenedor-pie .infopie p a {
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}

.contenedor-pie .infopie h3 {
  font-family: AGItalic;
  font-size: 22px;
  color: #fff;
  font-weight: normal;
}

.contenedor-pie .infopie img {
  vertical-align: middle;
}

.contenedor-pie .dos {
  text-align: right;
}

.contenedor-pie>p {
  font-family: OpenSansLight;
  font-size: 12px;
  color: #ccc;
  text-align: center;
  padding: 20px 0;
}

.contenedor-pie>p span {
  background: url(images/logo-skynet.png)no-repeat center center;
  padding: 10px 17px;
}

.contenedor-pie>p a {
  color: #ccc;
  cursor: pointer;
}

.contenedor-pie>p a:hover {
  text-decoration: underline;
}

/* Estilos WP Página Navi*/
.wp-pagenavi {
  font-size: 11px !important;
  text-transform: uppercase;
  padding: 12px 0;
  margin: 12px 0;
  border-top: 1px solid #ddd;
}

.wp-pagenavi a,
.wp-pagenavi a:link {
  border: 1px solid #ddd !important;
  color: #494949 !important;
  background-color: #FFFFFF;
}

.wp-pagenavi a:visited {
  border: 1px solid #ddd !important;
  color: #494949 !important;
  background-color: #FFFFFF;
}

.wp-pagenavi a:hover {
  border: 1px solid #ddd !important;
  color: #494949 !important;
  background-color: #ddd !important;
}

.wp-pagenavi a:active {
  border: 1px solid #ddd !important;
  color: #494949 !important;
  background-color: #FFFFFF;
}

.wp-pagenavi span.pages {
  color: #494949 !important;
  border: none !important;
  background-color: none !important;
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
}

.wp-pagenavi span.current {
  border: 1px solid #ddd !important;
  color: #494949 !important;
  font-weight: 300 !important;
  background-color: #dddddd !important;
}

/* contact form 7 */
.wpcf7 {
  margin: 0 0 20px !important;
  font-size: 11px;
}

.wpcf7 select,
.wpcf7 input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 6px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 textarea {
  width: 100%;
  padding: 4px;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 input[type=submit],
.wpcf7 input[type=reset] {
  margin-top: 15px;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  background: #333333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  width: 100px;
}

.nombres {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  font-size: 17px;
}

.campo {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  margin-bottom: 10px;
}

.boton {
  text-align: center;
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=reset]:hover {
  background: #000;
}

div.wpcf7 img.ajax-loader {
  width: auto !important;
}

/*reservaciones*/
.primero,
.segundo {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

.reserva .nombres {
  width: 30% !important;
}

.reserva .campo {
  width: 60% !important;
}

.campo textarea {
  width: 100% !important;
}

.texto {
  width: 91%;
}

.wpcf7 h3 {
  font-family: calibri !important;
  font-size: 20px;
  padding: 5px 0;
  font-weight: bold;
  color: #000;
}

.wpcf7 p {
  font-size: 18px;
}

/* search */
#searchform {
  padding: 14px 0 20px;
  margin: 0;
}

#searchform input#s {
  margin: 0;
  border: 1px solid #ddd;
  padding: 4px 8px;
  width: 80%;
  color: #828282;
  -moz-border-radius: 12px;
  -khtml-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px,
}

#searchform input#s:focus {
  color: #333;
}

.clear {
  clear: both;
}

.clear:after {
  clear: both;
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
}

/*rates*/
.tTarifas ul li {
  font-family: AGReg;
  font-size: 18px;
  padding: 7px 2px 7px 13px;
  background: url(images/icon-servicios.png)left no-repeat;
  border-bottom: solid 1px #DCDBDA;
  border-top: solid 1px #fff;
}

.tTarifas ul li strong {
  float: right;
}

.tTarifas {
  width: 100%;
  margin-bottom: 30px;
}

/*master slider */
.ms-layer {
  background: rgba(0, 0, 0, 0.5) !important;
  padding: 20px 5px;
  border-radius: 5px !important;
  color: #fff;
  font-size: 18px !important;
}

.ms-layer h3 {
  color: #FF6042;
  font-size: 28px;
}

.amazingcarousel-image div a {
  display: none;
  padding: 0 !important;
}

.amazingcarousel-image div {
  padding: 0 !important
}

div.wpcf7-validation-errors {
  border: 2px solid #D4CF1E !important;
  font-size: 17px !important;
  color: #F84408 !important;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14 !important;
  font-size: 17px !important;
  color: #060606 !important;
}

@media(max-width:768px) {

  .alignleft,
  .alignright {
    display: block;
    margin: auto auto 10px;
    float: none;
  }

  .sidebarLeft {
    display: none;
  }

  /*.sidebarLeft ul li{display: inline-block;width: 40%; vertical-align: top; text-align: center;}*/
  .content {
    display: block;
    width: 100%;
    padding: 0 1%;
    padding-bottom: 15px;
    text-align: center;
  }

  .ms-slide-info {
    display: none;
  }

  .tTours {
    width: 46%;
    display: inline-block;
    margin-left: 1%;
  }

  .responsive-tabs .responsive-tabs__panel {
    float: none !important;
    width: 100%;
    display: block;
  }

  .responsive-tabs .responsive-tabs__panel table {
    display: block !important;
    width: 98% !important;
  }

  .metaslider {
    width: 100% !important;
    max-width: 600px !important;
    height: auto !important;
  }

  .responsive-tabs .responsive-tabs__heading:hover {
    color: #FF6042 !important;
  }

  .tabcontent img {
    width: 100% !important;
    height: auto;
  }

  .bwg_standart_thumb_img_0 {
    width: 90% !important;
    height: auto !important;
    max-width: 500px;
  }

  .primero,
  .segundo {
    display: block;
    width: 98%;
    margin: 0 auto;
  }

  .paypal {
    text-align: center;
    padding-left: 10% !important;
  }

  .paypal form {
    display: block;
    margin: 0 auto;
  }

  .paypal form table {
    text-align: center;
    margin: 0 auto;
  }

  .paypal form+form+form {
    width: 0px;
    margin-left: 35%;
  }

  .nombres {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    font-size: 17px;
    box-sizing: border-box;
  }

  .campo {
    display: inline-block;
    width: 73%;
    vertical-align: middle;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  .primero,
  .segundo {
    display: block
  }

  .reserva .nombres {
    width: 38% !important;
  }

  .reserva .campo {
    width: 60% !important;
  }

  .campo textarea {
    width: 100% !important;
  }

  .texto {
    width: 98%;
    margin: 0 auto;
  }

  .content2 tr td {
    display: block;
    width: 98%;
  }

  /*para la galeria de phots*/
  .bwg_standart_thumb_img_0 {
    width: 300px !important;
    height: auto !important;
  }
}

@media(max-width:480px) {
  .tTours {
    width: 98%;
    display: block;
  }

  .content2 tr td {
    display: block !important;
    width: 100% !important;
  }

  .ms-layer {
    font-size: 14px !important;
    padding: 15px !important;
    line-height: 22px;
    height: auto;
    text-align: left;
  }

  .ms-layer h2,
  .ms-layer h3 {
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 5px !important;
  }

  .tTarifas {
    width: 98%;
  }

  /*formulario de reserva*/
  .reserva .nombres {
    display: block;
    width: 95% !important;
  }

  .reserva .campo {
    display: block;
    width: 95% !important;
  }

  .nombres {
    display: inline-block;
    width: 35%;
    vertical-align: middle;
    font-size: 17px;
    box-sizing: border-box;
  }

  .campo {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  .texto {
    width: 94%;
    margin: 0 auto;
  }

  .nombres {
    display: block;
    width: 95%;
  }

  .campo {
    display: block;
    width: 95%;
  }

  .paypal {
    padding-left: 1% !important;
  }

}