@charset "utf-8";
/* CSS Document */
#mainimage { width:100%; height:auto; }
#logo { max-width: 100%;height: auto !important; }
.logo { width:auto; }
 
@media only screen and (min-width: 20em) {
  .logo { width:60%; height: auto;  }
}
 /* 328px */
 
@media only screen and (min-width: 48em){
  .logo {
    width:60%;
    height: auto;
  }
}
/* 768px */
 
@media only screen and (min-width: 56.25em){
  .logo { background-position: left 0px; width:100%; height: auto; }
  .logo-main,.header-right { width:auto; }
 }
 /* 900px */
 
 /*.cush3{ border-top:2px solid white; border-bottom:2px solid white; padding:10px; font-family:'Avenir LT Std 55 Roman';  font-weight:normal; font-size:18px;}
 .cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
		height: 187px;
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		transform: translateY(-150px);
		-webkit-transform:translateY(-150px);
		-moz-transform:translateY(-150px);
		-ms-transform:translateY(-150px);
		-o-transform:translateY(-150px);
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top:150px;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(0,0,0,0.7);
		height: 300px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 300px;
		text-align: center;
		top:-0px;
		width: 100%;
	}*/
 /*=============================== explore section =========================*/
.explore-main2 {
  background:#e9007f; 
  padding:17px;
  text-align:center;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;

}
.explore-title2 {float:left; width:100%; font-size:14px; color:#fff; text-align:left; text-transform:uppercase; font-size:11px; font-family: 'Avenir LT Std 65 Medium';}
.explore-title2 a {color: #fff;}
.explore-title2 h3 {display:block;text-transform:none; margin:6px  0 17px 0; font-family: 'Avenir LT Std 55 Roman';  font-weight:normal; font-size:24px;}
 
h2.title-main22 { width:100%; font-size: 16px !important; color: #501d3c;font-family: 'Avenir LT Std 55 Roman'; position: relative; }
h2.title-main22:before { content: '';   position: absolute; left: 0; bottom: -18px; width: 32px; height: 2px; background: #501e3c; }

.cuslogin{ color:#fff; margin-right:10px; font-weight:bold;} 

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index:99999999999999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,.8); /* Black w/ opacity */
	box-shadow: 10px 10px 5px #000;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin:auto;
    border: 1px solid #000;
    width: 50%;
    box-shadow: 0 4px 8px 0 #000,0 6px 20px 0 #000;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s; 
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close2 {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #431931;
    color: white; border-radius:5px 5px 0px 0px;
}

.modal-body {padding:12px 30px 20px 30px; color:#000;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
#myBtn { cursor:pointer; }
#myBtn2 { cursor:pointer; }
.button_div a{ color:#501e3c; font-weight:bold; padding-left:5px; text-align:left;
}
.tooltip2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip2 .tooltiptext {
    visibility: hidden;
    min-width:400px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
}

.tooltip2 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltip2:hover .tooltiptext {
    visibility: visible;
}