/*
 * Title:   Custom Style File
 * Author:  http://themeforest.net/user/soaptheme
 */

/* Awesome loader */
    .form-error {
    border: 1px solid #ba0909 !important;
}
.check-in, .check-out {
    width: 30%;
}

body > div.loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5000;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

body > div.loading > div.loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

body > div.loading > div.loading-center > .loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 35%;
    height: 200px;
    width: 200px;
     margin-top: -50px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

body > div.loading > div.loading-center > .loading-center-absolute > .object {
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #bb3733;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #bb3733;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    -o-animation: animate 2s infinite;
    animation: animate 2s infinite;
    -moz-animation: animate 2s infinite;
    -ms-animation: animate 2s infinite;
}

.loader_logo {
	margin-bottom: 10px;
    margin-top: 5%;
    max-height: 170px;
    width: auto;
	z-index: 10;
}

body > div.loading.orange .object    { border-top: 5px solid #ff6600 !important; border-left: 5px solid #ff6600 !important; }
body > div.loading.blue .object      { border-top: 5px solid #23b0e8 !important; border-left: 5px solid #23b0e8 !important; }
body > div.loading.blue-2 .object    { border-top: 5px solid #1593d0 !important; border-left: 5px solid #1593d0 !important; }
body > div.loading.dr-blue .object   { border-top: 5px solid #2D3E50 !important; border-left: 5px solid #2D3E50 !important; }
body > div.loading.dr-blue-2 .object { border-top: 5px solid #022c54 !important; border-left: 5px solid #022c54 !important; }
body > div.loading.green .object     { border-top: 5px solid #66BB6A !important; border-left: 5px solid #66BB6A !important; }
body > div.loading.sea .object       { border-top: 5px solid #00e5ff !important; border-left: 5px solid #00e5ff !important; }
body > div.loading.red .object       { border-top: 5px solid #ef4836 !important; border-left: 5px solid #ef4836 !important; }
body > div.loading.red-3 .object     { border-top: 5px solid #d73240 !important; border-left: 5px solid #d73240 !important; }

body > div.loading > div.loading-center > .loading-center-absolute > .object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

body > div.loading > div.loading-center > .loading-center-absolute > .object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
}

body > div.loading > div.loading-center > .loading-center-absolute > .object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
}

body > div.loading > div.loading-center > .loading-center-absolute > .object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
}

@-webkit-keyframes animate { 50% { -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8); } }

@-moz-keyframes animate { 50% { -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
    -moz-transform: rotate(360deg) scale(0.8); } }

@-o-keyframes animate { 50% { -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    -o-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8); } }

@keyframes animate { 50% { -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    -moz-transform: rotate(360deg) scale(0.8);
      -o-transform: rotate(360deg) scale(0.8);
      transform: rotate(360deg) scale(0.8); } }

/* Loader 2 */

body > div.loading-car {
    display: none;
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5000;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

body > div.loading-car > div.loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

body > div.loading-car > div.loading-center > .loading-center-absolute {
    height: 170px;
    width: 50%;
    position: relative;
    left: 25%;
}

body > div.loading-car > div.loading-center > .loading-center-absolute .car {
    background: url('/ws/Travelo/images/loading-car.png');
    background-size: 74px 25px;
    background-repeat: no-repeat;
    position: absolute;
    top: 63px;
    left: 0px;
    width: 76px;
    height: 25px;
    margin: 5px;
}

body > div.loading-car > div.loading-center > .loading-center-absolute .departure {
    position: absolute;
    color: #bb3733;
    font-size: 4em;
    top: 45px;
    left: 15px;
    width: 40px;
    height: 40px;
    margin: 5px;
    opacity: 0.5;
}

body > div.loading-car > div.loading-center > .loading-center-absolute .destination {
    position: absolute;
    color: #bb3733;
    font-size: 4em;
    top: 45px;
    right: 10px;

    width: 40px;
    height: 40px;
    margin: 5px;
    transition: all 0.3s ease;
}

body > div.loading-car > div.loading-center > .loading-center-absolute .road
{
    border-top: 12px dotted #f5f5f5;
    position: absolute;
    top: 54%;
    left: 26px;
    width: 90%;
}

/* Filtros selecionados */

.has-filters {
    margin: 30px 0;
}

.has-filters > div {
    padding: 0px;
}

.has-filters .delete-filter {
    display: inline-block;
    line-height: 1.714em;
    padding: 0.5em 1em;
    background: #ffffff;
}

.has-filters .delete-filter {
    margin: 0.5em 0.5em 0.5em 0;
}

.has-filters .delete-filter .filter-type {
    color: #c72222;
    font-weight: 700;
    margin-right: 0.5em;
}
.has-filters .delete-filter .filter-name {
    margin-right: 0.5em;
}

.has-filters .delete-filter .filter-icon {
    font-size: 22px;
    text-align: right;
    width: 0.712em;
}

.has-filters .delete-filter .filter-icon:hover {
    cursor: pointer;
}

/* Seleccionador de habitaciones en listado de hoteles*/

.single-hotel-container {
    box-shadow: 0px 4px 7px rgba(0,0,0,0.5)
}

.offset-2{padding:15px; background: #F2F2F2; } /* -- */

.room-selector .room-table {
    width: 100%;
}
.room-selector label {
    cursor: pointer;
    position: relative;
}
.room-selector label [type="radio"] {
    display: none;
}
.room-selector [type="radio"] + span {
    display: inline-block;

}
.room-selector [type="radio"][disabled] + span {
    background: #bdbdbd none repeat scroll 0 0;
}
.room-selector .greyrow td {
    background: #f2f2f2 none repeat scroll 0 0;
}
.room-selector .show-btn-toggle {
    line-height: 3em;
}
.room-selector table tr td {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 0.5em 1em;
}
.room-selector table tr td + td {
    border-left: 1px solid #e6e6e6;
}
.room-selector .roombtn {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #d9d9d9;
    color: #d9d9d9;
    font-weight: 700;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 100px;
}
.room-selector .roombtn:hover {
    background: #d9d9d9;
    color: #fff;
}
.room-selector .roombtn.selected {
    background: #2d3e52;
    border: 2px solid #2d3e52;
    color: #fff;
    cursor: default;
}
.room-selector a.toggle-rooms {
    font-weight: 700;
    font-size: 1em;
    padding: 0 2em;
    line-height: 30px;
    height: 30px;
    color: #01b7f2;
    background: #d9d9d9;
    border: 1px solid #d9d9d9;
}
.room-selector a.toggle-rooms:hover {
    color: #fff;
    background: #01b7f2;
    border: 1px solid #01b7f2;
}
.room-selector.shrinked tbody {
    display:block;
    height:145px;
    overflow: hidden;
    width: 100%;
}
.room-selector.shrinked td:first-child {
}
.room-selector.shrinked tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.room-selector table tr td {
	/*
    font-family: "sans-serif";
    font-size: 13px;
    */
    font-size: 11px;
}

.room-selector .roombtn.imacop_cyan {
    border: 2px solid rgb(1, 183, 242);
    color: rgb(1, 183, 242);
}
.room-selector .roombtn.imacop_purple {
    border: 2px solid rgb(128, 0, 128);
    color: rgb(128, 0, 128);
}

.room-selector .roombtn.imacop_red {
    border: 2px solid rgb(255, 0, 0);
    color: rgb(255, 0, 0);
}

.room-selector .roombtn.imacop_black {
    border: 2px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}

.room-selector .roombtn.imacop_pink {
    border: 2px solid rgb(247, 202, 201);/*#d04670;*/
    color: rgb(247,202, 201);
}

.room-selector .roombtn.imacop_yellow {
    border: 2px solid rgb(121, 181, 28);
    color: rgb(121, 181, 28);
}

.room-selector .roombtn.imacop_turquoise {
    border: 2px solid rgb(64, 224, 208);
    color: rgb(64, 224, 208);
}

.room-selector .roombtn.imacop_gold {
    border: 2px solid rgb(255, 215, 0);
    color: rgb(255, 215, 0);
}

/* */

.room-selector .roombtn.selected.imacop_cyan {
    background: rgb(1, 183, 242);
    border: 2px solid rgb(1, 183, 242);
    color: #fff;
    cursor: default;
}

.room-selector .roombtn.selected.imacop_purple {
    background: rgb(128, 0, 128);
    border: 2px solid rgb(128, 0, 128);
    color: #fff;
    cursor: default;
}

.room-selector .roombtn.selected.imacop_red {
    background: rgb(255, 0, 0);
    border: 2px solid rgb(255, 0, 0);
    color: #fff;
    cursor: default;
}

.room-selector .roombtn.selected.imacop_black {
    background: rgb(0, 0, 0);
    border: 2px solid rgb(0, 0, 0);
    color: #fff;
    cursor: default;
}

.room-selector .roombtn.selected.imacop_pink {
    background: rgb(247, 202, 201);
    border: 2px solid rgb(247, 202, 201);
    color: #fff;
    cursor: default;
}

.room-selector .roombtn.selected.imacop_yellow {
    background: rgb(121, 181, 28);
    border: 2px solid rgb(121, 181, 28);
    color: #fff;
    cursor: default;
}


.room-selector .roombtn.selected.imacop_turquoise {
    background: rgb(64, 224, 208);
    border: 2px solid rgb(64, 224, 208);
    color: #fff;
    cursor: default;
}

.room-selector .roombtn.selected.imacop_gold {
    background: rgb(255, 215, 0);
    border: 2px solid rgb(255, 215, 0);
    color: #fff;
    cursor: default;
}


.room-selector .roombtn.imacop_cyan:hover {
    background: rgb(1, 183, 242);
    color: #fff;
}

.room-selector .roombtn.imacop_purple:hover {
    background: rgb(128, 0, 128);
    color: #fff;
}
.room-selector .roombtn.imacop_red:hover {
    background: rgb(255, 0, 0);
    color: #fff;
}

.room-selector .roombtn.imacop_black:hover {
    background: rgb(0, 0, 0);
    color: #fff;
}
.room-selector .roombtn.imacop_pink:hover {
    background: rgb(247, 202, 201);
    color: #fff;
}

.room-selector .roombtn.imacop_yellow:hover {
    background: rgb(121,181, 28);
    color: #fff;
}

.room-selector .roombtn.imacop_turquoise:hover {
    background: rgb(64, 224, 208);
    color: #fff;
}

.room-selector .roombtn.imacop_gold:hover {
    background: rgb(255, 215, 0);
    color: #fff;
}


/* 'cyan', 'purple', 'red', 'black', 'yellow' */
.room-selector table td.imacop_cyan
{
    /* background: rgba(0, 255, 255, 0.6) none repeat scroll 0 0; color: #2d3e52; */
    color: rgb(1, 183, 242);
    font-weight: bold;
}
.room-selector table td.imacop_purple
{
    /* background: rgba(128, 0, 128, 0.6) none repeat scroll 0 0; color: #fff; */
    color: rgb(128, 0, 128);
    font-weight: bold;
}
.room-selector table td.imacop_red
{
    /* background: rgba(255, 0, 0, 0.6) none repeat scroll 0 0; color: #fff; */
    color: rgb(255, 0, 0);
    font-weight: bold;
}
.room-selector table td.imacop_black
{
    /* background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; color: #fff; */
    color: rgb(0, 0, 0);
    font-weight: bold;
}
.room-selector table td.imacop_yellow
{
    /* background: rgba(255, 255, 0, 0.6) none repeat scroll 0 0; color: #2d3e52; */
    color: rgb(121, 181, 28);
    font-weight: bold;
    /*text-shadow: 1px 1px 1px #838383*/;
}
.room-selector table td.imacop_turquoise {
    color: rgb(64, 224, 208);
    font-weight: bold;
}

.room-selector table td.imacop_gold {
    color: rgb(255, 215, 0);
    font-weight: bold;
}
.roombtn .size10 {
    font-size: 10px;
}

/* */

.room-booking .room-title {
	border-radius: 3px;
}
.room-booking .room-title.imacop_cyan {
    background-color: rgba(1, 183, 242, 0.9);
    color: white;
}
.room-booking .room-title.imacop_purple {
    background-color: rgba(128, 0, 128, 0.9);
    color: white;
}

.room-booking .room-title.imacop_red {
    background-color: rgba(255, 0, 0, 0.9);
    color: white;
}

.room-booking .room-title.imacop_black {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
}

.room-booking .room-title.imacop_pink {
    background-color: rgba(247, 202, 201, 0.9);
    color: white;
}

.room-booking .room-title.imacop_turquoise {
    background-color: rgba(64, 224, 208, 0.9);
    color: white;
}

.room-booking .room-title.imacop_gold {
    background-color: rgba(255, 215, 0, 0.9);
    color: white;
}

/* */

.room-selector .room-table {
    width: 100%;
}
.room-table{ background: #fff; }
.size10x{ font-weight: 700; font-size: 8px; margin: 5px; letter-spacing: 0;}
.details{ background: #fff;  }
.box{ margin:30px 0px 0px 0px !important;  }
.offset-2{padding:0px !important; }

.pagination > li > a, .pagination > li > span {
	background-color: #01b7f2;
}

.tooltip_templates { display: none; }
.overlayNotify {
      background: #000000 none repeat scroll 0 0;
      bottom: 0;
      height: 100%;
      left: 0;
      opacity: 0.7;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 2051;
}
.notifyBox {
      background: #ffffff none repeat scroll 0 0;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      left: 45%;
      margin-left: -125px;
      margin-top: -75px;
      min-height: 110px;
      padding: 20px;
      position: fixed;
      text-align: center;
      top: 50%;
      width: 400px;
      z-index: 2052;
}
.notifyConten {
    font-size: 1.0833em;
    line-height: 1.6666;
    padding-bottom: 15px;
}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

div.hot-deals .price {
    color: #01b7f2;
    font-size: 1.6667em;
    float: right;
    text-align: right;
    line-height: 1;
    display: block;
}
div.hot-deals .price .skin-color {
    color: #01b7f2;
}

a.hot_deal.hover_effect {

}

a.hot_deal.hover_effect img {
    position:relative;
}


a.hot_deal.hover_effect:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
  /*background: url(/ws/Travelo/images/hover-effect.png) no-repeat center;*/
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

a.hot_deal.hover_effect.add_hot_deal:after {
    background: url(/ws/Travelo/images/hotdeal-add.png) no-repeat center;
    background-color: rgba(1, 183, 242, 0.6);
}

a.hot_deal.hover_effect.edit_hot_deal:after {
    background: url(/ws/Travelo/images/hotdeal-edit.png) no-repeat center;
    background-color: rgba(1, 183, 242, 0.6);
}

a.hot_deal.hover_effect:hover:after {
    visibility: visible;
  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

a.hot_deal.hover_effect .caption {
    filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  right: 0;
  z-index: 3;
  margin: 0;
  background: #2d3e52;
  color: #fff;
  font-size: 1.1667em;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -moz-transition: -moz-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  -webkit-transition: -webkit-transform 0.35s;
  -ms-transition: -ms-transform 0.35s;
  transition: transform 0.35s;
}

a.hot_deal.hover_effect:hover .caption {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

article.hot-deal figure img {
    height: 185px !important;
}

article.hot-deal .action > a {
	float: none !important;
}

article.hot-deal .action a > i {
    font-family: FontAwesome;
    font-size: 0.9167em;
    font-style: normal;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    margin-left: 5px;
}
article.hot-deal .action a > i:after {
    content:'\f08e';
}

.form-error{
    border: 1px solid #f00000;

}

.btn-search5 {	
	border: 1px solid #01b7f2;
    background: #01b7f2;
    
	padding: 7.5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
	box-shadow: rgba(0,0,0,0.18) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 -1px 0;
	color:#ffffff;
    font-size: 14px;
    display: block;
	text-decoration: none;
	vertical-align: middle;
	font-family:"Open Sans";
    margin-top: 10px;
    -webkit-transition:.3s;-moz-transition:.3s;transition:.3s
}
.btn-search5:hover{
	color:#fff;
	
	border: 1px solid #01b7f2;
	background: #01b7f2;
}


.overlayNotify{
    height: 100%;
    position:fixed;
    z-index:1031; background:#000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity:0.7;
    top:0;
    right:0;
    bottom:0;
    left:0;
    }
.notifyBox{
    position:fixed;
    text-align: center;
    z-index:1032;
    width:400px;
    min-height:110px;
    background:#ffffff;
    padding:20px;
    top:50%;
    left:calc(50% - 200px);
    margin-top:-75px;
    margin-left:0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
     }
.notifyConten {
    padding-bottom: 15px;
}

/* dropdown */
#captcha-wrap{
    /*background:#4EADC9;*/
    background: linear-gradient(to bottom, #4EADC9 0%, #3393AE 100%) repeat scroll 0 0 transparent;
    border:solid #4EADC9 1px;
    border-radius: 10px;
    float:left;
    height:110px;
    margin-top:3px;
    padding:3px;
    text-align:left;
    width:219px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#captcha-wrap .captcha-box{
    -webkit-border-radius: 7px;
    background:#fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align:center;
    border:solid #fff 1px;
}
#captcha-wrap .text-box{
    -webkit-border-radius: 7px;
    background:#EFEFEF;
    -moz-border-radius: 7px;
    width:140px;
    height:43px;
    float:left;
    margin:4px;
    border-radius: 7px;
    text-align:center;
    border:solid #EFEFEF 1px;
}

#captcha-wrap .text-box input{ width:120px;}
#captcha-wrap .text-box label{
     color:#000000;
     font-family: helvetica,sans-serif;
     font-size:12px;
     width:150px;
     padding-top:3px;
     padding-bottom:3px;
}
#captcha-wrap .captcha-action{
    float:right; width:60px;
    background:url(/ws/Pasaportia/images/logos_.jpg) bottom right no-repeat;
    background-size: 100%;
    height:44px; margin-top:3px;
}
#captcha-wrap  img#captcha-refresh, #captcha-wrap  img#captcha-refresh2{
    border:solid #333333 1px;
    cursor:pointer;
    margin-left:-32px;
    margin-top:23px;
}
#captcha-wrap .text-box .texto {
    margin-bottom: 3px;
    padding-bottom: 0;
    font-size: 9px;
    font-weight: bold;
}

#captcha-code, #captcha-code2, #captcha-code3{
    height: 19px;
    padding-top: 0;
}

/*Makes bootstrap menu drop on hover*/
#mobile-primary-menu .dropdown.open .dropdown-menu{
    display: block !important;
}
@media (min-width: 992px) {
    .quick-menu .dropdown-menu{
        right: 0px;
        left: auto;
    }
    ul.quick-menu li.dropdown > ul.dropdown-menu {
        display: block;
        margin-top:40px;
        opacity:0;
        max-width:0;
        max-height:0;
        -webkit-transition:.3s;-moz-transition:.3s;transition:.3s;
        overflow:hidden;
    }

    ul.quick-menu li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin-top:0px;
        opacity:1;
        max-width:900px;
        max-height:500px;

    }
}
.inline-block {
    display: inline-block;
}
.lightcaret{

width:10px;
height:5px;
background:url('/ws/Pasaportia/images/caret.png') scroll 0 0 no-repeat;
display: inline-block;
margin-left: 2px;
vertical-align: middle;
}

ul.droplist { list-style:none;}
ul.droplist li{line-height:30px; border-bottom:1px solid #efefef; padding:0px 20px; -webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
ul.droplist li.dropdown-header{padding:0px 20px; }
ul.droplist li:hover.dropdown-header{background:#fff; }
ul.droplist li:hover{background:#efefef;}
ul.droplist li a{color:#444; -webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
ul.droplist li:hover a{color:#0099cc;  text-decoration:none;}

ul.droplist li.dropdown-title{ font-family:"Open Sans"; font-size:14px; color:#cccccc; padding:0px 20px; }
ul.droplist li:hover.dropdown-title{background:#fff; }

ul.droplist li.inactive{ }
ul.droplist li.inactive a{ color:#999; cursor:default;}
ul.droplist li:hover.inactive{background:#fff; }

.dropwidth01{width:650px;}
.dropwidth02{width:400px;}

.z-index100{z-index:100;}
.mtnav{position:relative; top:0px;}
.navbar-wrapper2{min-height:0px; background:white; border-bottom:0px solid #cccccc; box-shadow: 0 0 5px rgba(0, 0, 0, 0.13); padding-bottom:0px;}
.mtslide{position:relative; top:50px;}
.mtslide2{position:relative; top:0px;}
@media (min-width: 992px) {
/*.navbar-wrapper2{min-height:110px; background-image:url('/ws/Pasaportia/images/header_back.png');background-repeat: no-repeat;background-size: auto 114px; background-position: 50px 0px;border-bottom:0px solid #cccccc; box-shadow: 0 0 5px rgba(0, 0, 0, 0.13); padding-bottom:0px;} */
.navbar-wrapper2{min-height:110px; background-color:var(--header-bgcolor);border-bottom:0px solid #cccccc; box-shadow: 0 0 5px rgba(0, 0, 0, 0.13); padding-bottom:0px;}
.mtnav{position:relative; top:30px;}
.mtslide{position:relative; top:0px;}
}
.boton_eviat{background-color: #873299;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;height: 75px; margin-right: -10px; margin-top: -35px;padding-top: 30px;text-align: center;width: 100px;}
.boton_eviat a {color:white !important;}

.tp-leftarrow{top:240px!important;}
.tp-rightarrow{top:240px!important;}
@media (min-width: 992px) {
    .tp-leftarrow{
        top:50%!important;
    }
    .tp-rightarrow{
        top:50%!important;
    }
}


img.fullwidth{width:100%; height:261px;}


img.logo {max-width: 180px; max-height: 80px;}

.padding20{padding:20px;}
