/*@font-face{font-family:Gotham_medium;src:url(../../../font/Gotham/GothamMedium.ttf) format('truetype')}
@font-face{font-family:Gotham_book;src:url(../../../font/Gotham/GothamBook.ttf) format('truetype')}*/

@font-face{font-family:Gotham_medium;src:url(../../../font/SourceSansPro-Regular.ttf) format('truetype')}
@font-face{font-family:Gotham_medium;src:url(../../../font/SourceSansPro-Regular.otf) format('truetype')}

@font-face{font-family:Gotham_book;src:url(../../../font/SourceSansPro-Light.ttf) format('truetype')}
@font-face{font-family:Gotham_book;src:url(../../../font/SourceSansPro-Light.otf) format('truetype')}

.list-item{
	/*border: 1px solid #f1f1f1;*/
    padding: 0px;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
 }

.miniPhoto{
	width: 100%;
	text-align: center;
}

.elementData{
	width: 100%;
	padding:0 10px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.elementTax{
	width: 100%;
}

.miniPhoto img{
	max-width:100%;
}


.elementData .elementName a{
	color: #762058;
    font-size: 16px;
    font-family: 'Gotham_medium';
}


.elementData .elementDesc{
	color: #77777b;
    font-size: 16px;
    margin: 0 40px 0 0px;
    margin-top: 10px;
    margin-bottom: 0px;
}


.elementTax .elementBook{
	text-align: center;
	padding-top: 25px;
}

.elementTax .elementBook a{
	display: inline-block;
	padding:5px 20px;
	background:#5d3427;
	color:#fff;
	font-weight: bold;
	max-width: 100%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.elementTax .elementPrice{
	/* text-align: center; */
    width: 56%;
    float: left;
}
.elementTax .elementPrice .tax{
	color: #414142;
    font-weight: 700;
    font-size: 30px;
}

.elementTax .elementPrice .tax .currency_code{
	font-size: 20px;
    padding-left: 10px;	
}

.elementTax .elementPrice .per_person_d{
	color: #414142;
    font-size: 17px;
    font-weight: 400;
    margin: 10px 0 0px 0;
}

.elementTax .elementPrice .per_person_p{
	color: #414142;
    font-size: 14px;
    margin: 5px 0 0px 0;
    font-family: 'Gotham_book';
}

#bookingWeddingTours{
	display:none;
}

.size_tour{
	width: 100%;
}


.box_tour {
    box-shadow: 5px 4px #d8c131;
}

.cent_info{
	width: 58%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width:320px) and (max-width:767px){
	.logos_m {
	    width: 15% !important;
	    height: 0% !important;
	}
	.htls {
	    display: block !important;
	}
	.text-pb {
	    display: none;
	}
	.sueños {
	    display: none;
	}
	.slide .caption {
	    bottom: 12%;
	    font-size: 10px;
	    /* margin: 0px 0px -50px 0px; */
	    left: 0px;
	    position: absolute;
	    text-align: center;
	    width: 100%;
	}
	.elementDesc{
		display: none;
	}
	.elementData {
	    width: 100%;
	    padding: 0 0px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    float: left;
	}
	.elementTax .elementBook {
	    text-align: center;
	    padding-top: 25px;
	    margin-right: 10px;
	    width: 33%;
	    float: right;
	    /* text-align: right; */
	}
	.size_tour {
	    width: 100%;
	    float: left;
	    height: auto;
	}
	.elementData .elementDesc {
	    color: #77777b;
	    font-size: 16px;
	    margin: 0 40px 0 0px;
	    margin-top: 10px;
	    margin-bottom: 0px;
	    text-align: left;
	}
	.elementData .elementName a {
	    color: #7e2e62;
	    font-size: 25px;
	    font-weight: 600;
	}
}

/*@media (min-width: 568px) {

	.miniPhoto{
		width: 25%;
		float:left;
	}

	.elementData{
		width: 50%;
		float: left;
		padding:10px 0px 0 10px;
		-webkit-box-sizing: border-box;
	  	-moz-box-sizing: border-box;
	  	box-sizing: border-box;
	}

	.elementTax{
		width: 25%;
		float: right;
	}
	.logos_m {
	    width: 15% !important;
	    height: 0% !important;
	}
}*/

@media (min-width: 768px) {
	
	.list-item {
	    width: 100%;
	    /* height: auto; */
	    height: 200px;
	    float: left;
	    margin: 1%;
	    background-color: #f5f5f5;
	}

	.list-item:nth-child(odd){
		clear: both;
	}
	/*.elementData {
	    width: 74%;
	    float: left;
	    padding: 10px 0px 0 10px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}*/
	.elementData {
	    width: 62%;
	    float: right;
	    padding: 10px 0px 0 10px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    text-align: left !important;
	}

	.elementTax {
	    width: 60%;
	    float: right;
	}
	.size_tour {
	    width: 38%;
	    float: left;
	}
	.agregar_tour {
	    background: #6a044c !important;
	    -webkit-transition: background-color 0.3s;
	    transition: background-color 0.3s;
	    color: #F18424;
	    font-weight: 400;
	    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	    font-size: 16px;
	    padding: 9px;
	    max-width: 103%;
	    margin: 5px 0;
	    border: none;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    width: 26%;
	    border-radius: 4px;
	    outline: none;
	}
	.logos_m {
	    width: 10% !important;
	    height: 0% !important;
	}
}

@media (min-width: 1024px) {
    .slider{
      display: block;
    }
    .list-item {
	    width: 48%;
	    /* height: auto; */
	    height: auto;
	    float: left;
	    margin: 1%;
	}
	.elementData .elementDesc {
	    color: #77777b;
	    font-size: 14px;
	    margin: 0 0px 0 0px;
	    margin-top: 10px;
	    margin-bottom: 0px;
	}
	.miniPhoto {
	    width: 40%;
	    float: left;
	}
	.elementTax .elementPrice .per_person_d {
	    color: #414142;
	    font-size: 13.99px;
	    font-weight: 400;
	    margin: 5px 0 0px 0;
	}
	.elementTax .elementPrice .tax {
	    font-size: 20px;
	}
	.agregar_tour {
	    background: #6a044c !important;
	    -webkit-transition: background-color 0.3s;
	    transition: background-color 0.3s;
	    color: #F18424;
	    font-weight: 400;
	    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	    font-size: 16px;
	    padding: 9px;
	    max-width: 103%;
	    margin: -11px 0;
	    border: none;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    width: 38%;
	    border-radius: 4px;
	    outline: none;
	}
	.logos_m {
	    width: 93px !important;
	    height: 73px !important;
	}
	.size_tour {
	    width: 100%;
	    float: left;
	}
}

@media (min-width: 1200px){
	.list-item {
	    /*width: 460px;*/
	    /* height: auto; */
	    height: auto;
	    float: left;
	    margin: 1%;
	    position: relative;
	}
	.elementData .elementDesc {
	    color: #77777b;
	    font-size: 14px;
	    margin: 0 0px 0 0px;
	    margin-top: 10px;
	    margin-bottom: 0px;
	    font-family: 'Gotham_book';
	}
	.miniPhoto {
	    width: 40%;
	    float: left;
	    -webkit-transition:all 9s ease; /* Safari y Chrome */
		-moz-transition:all 9s ease; /* Firefox */
		-o-transition:all 9s ease; /* IE 9 */
		-ms-transition:all 9s ease; /* Opera */
		overflow:hidden;
	}
	.miniPhoto:hover img {
		-webkit-transform:scale(1.30);
		-moz-transform:scale(1.30);
		-ms-transform:scale(1.30);
		-o-transform:scale(1.30);
		transform:scale(1.30);
	}

	.elementTax {
	    width: 58% !important;
	}
	.elementTax .elementPrice .per_person_d {
	    color: #414142;
	    font-size: 14px;
	    margin: 5px 0 0px 0;
	    font-family: 'Gotham_book';
	}
	.elementTax .elementPrice {
	    /* text-align: center; */
	    width: 43%;
	    float: left;
	}
	

}

@media (min-width: 1440px) {
    .slider{
      display: block;
    }
    .list-item {
	    width: 48%;
	    /* height: auto; */
	    height: auto;
	    float: left;
	    margin: 1%;
	    background-color: #f5f5f5;
	}
	.size_tour {
	    width: 100%;
	    float: left;
	}

	.elementData {
	    width: 60%;
	    float: left;
	    padding: 10px 0px 0 10px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.elementTax {
	    width: 73%;
	    float: right;
	}
	.content_tours {
	    width: 92%;
	    /* float: left; */
	    max-width: 2000px;
	    margin-top: 50px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.elementData .elementName a {
	    color: #7e2e62;
	    font-size: 30px;
	    font-weight: 600;
	}
	.elementData .elementDesc {
	    color: #77777b;
	    font-size: 21px;
	    margin: 0 0px 0 0px;
	    margin-top: 10px;
	    margin-bottom: 0px;
	}
	.elementTax .elementPrice .per_person_d {
	    color: #414142;
	    font-size: 26px;
	    font-weight: 400;
	    margin: 5px 0 0px 0;
	}
	.elementTax .elementPrice .tax {
	    font-size: 40px;
	}
	.elementTax .elementPrice .per_person_p {
	    color: #414142;
	    font-size: 20px;
	    font-weight: 400;
	    margin: 0px 0px 0px 25px;
	}
	.elementTax .elementBook {
	    text-align: center;
	    padding-top: 80px;
	}
}

/*
@media (min-width: 1200px) {
	.miniPhoto{
		width: 31%;
	}

	.elementData{
		width: 69%;
	}

	.elementTax{
		width: 68%;
		margin-top: 5px;
	}
}


*/

#modal2 {
	width:400px;
	background: #FFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

#modal2 .header {
	background: #DDD;
	border-bottom: 1px solid #CCCCCC;
	padding: 18px 18px 14px;
}

#modal2 .header h3 {
	margin: 0;
	padding: 0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

#modal2 form {
	padding: 10px 0;
}

#modal2 .txt {
	padding: 10px 20px;
}

#modal2 .txt input {
	width: 220px;
	height: 16px;
	padding: 5px;
	border: 1px solid #CCC;
}

#modal2 .txt label {
	float: left;
	width: 120px;
	line-height: 28px;
	font-size: 13px;
}

#modal2 .btn {
	padding: 10px 20px 10px 140px;
}

#modal2 .btn a {
	float: left;
	padding: 0 20px;
	line-height: 28px;
	background: #049CDB;
	text-align: center;
	font-family: sans-serif;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.25);
	color: #FFF;
	margin: 0 10px 0 0;
	border: none;
}

#modal2 .btn a.cancel {
	background: #DDDDDD;
	box-shadow: none;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}