@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
@import url(https://fonts.googleapis.com/css?family=Passion+One);

html, body{
    font-family: 'Titillium Web', sans-serif;
    font-size: 100%;
    background-color: #fff;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

/*-----start-header----*/

#boton1 {
        position: absolute;
        left:50%;
        top:250px;
        z-index: 998;
}

.esp{
    margin-top: 100px;
}

.esp1{
    margin-top: 50px;
}


.texsli{
position: absolute;
left:12%;
top:60px;
text-align: center !important;
}

@media screen and (max-width: 600px) {
	.texsli { 
  		top:20px;
        left:5%;
  	}
}

@media screen and (min-width: 1200px) {
	.texsli { 
  		top:150px;
        left:25%;
  	}
}

@media screen and (min-width: 1500px) {
	.texsli { 
  		top:250px;
        left:25%;
  	}
}

.pielider {
text-align:center;
height: 80px;
background-color: #e6e6e6;

     
}

.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
  text-align: right;
}

.nosotros{
    background: url("../images/fdo-nosotros.jpg") no-repeat center center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-height: 710px;
}

.servicios{
    background-color: #fff;
}

.contacto{
    background: url("../images/fdo-contacto.jpg") no-repeat center center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*max-height: 900px;*/
  background-color: #febc29;
}

@media screen and (max-width: 1010px) {
	.nosotros { 
  		max-height: 1400px;
  	}
}
.fontdire{
    color: #ED1C24;
   	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
}

.header{
	background: #fff;
	padding-top: 0px;
    padding-bottom:10px;
	position:relative;
}
.social{
	float:right;
    padding: 0;
}
.social li {
	display: inline-block;

}
.logo{
	float:left;
}
.logo a{
	color: #FFF;
	font-weight: 700;
	margin-top: 0;
}
.logo a:hover{
	text-decoration:none;
}
/*----navbar-nav----*/
.top-nav{
    margin: 20px;
    
}
.top-nav ul li a{
	color: #ff0000;
	padding: 5px 5px;
	text-align: center;
	position: relative;
	margin: 10px;
    padding: 10px;
    font-family: 'Passion One', cursive !important;
    font-style: normal;
    font-size: 20px;
    
}

.btacc{
    font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	color: #000;
	padding: 5px 5px;
    background: #d0e4e5;
    text-decoration:none;   
}

.btacc:hover{
    font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	color: #eee;
	background: #F15A24;
    text-decoration:none;   
}


.btolv{
    font-family: 'Titillium Web', sans-serif;
	font-size: 10px;
	color: #F15A24;
	margin-left: 85px;
    text-decoration:none;  

}

.btolv:hover{
	color: #000;
	margin-left: 85px;
    text-decoration:none;  
}


.btcon{
    font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	color: #fff;
    text-decoration:none;   
}

.btcon:hover{
    font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	color: #E1EAED;
    text-decoration:none; 
}




.top-nav ul li.active a,
.top-nav ul li a:hover{
	color: #F15A24;

    font-weight: bold;
	/*background: #F15A24;*/
}
.logo a{
	display:block;
}

/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
	position: relative;
	float: right;
}
nav ul {
	padding: 0;
	float: right;
	margin: 0.75em 0;
}
nav li {
	display: inline;
	float: left;
	position:relative;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
nav a:hover{
	text-decoration:none;
	color:#00A2C1;
}
nav a#pull {
	display: none;
    padding: 15px;
}
    #sesmenu{
        display:none;
    }
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
	nav { 
  		height: auto;
  		float:none;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #eee;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
    .flan{
        display:none;
    }
    #sesmenu{
        display:inline;
    }
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
	nav {
		border-bottom: 0;
		float:none;
	}
	nav ul {
		display: none;
		height: auto;
		margin:0;
		background: #fff;
		margin-top: 1em;
	}
	nav a#pull {
		display: block;
		position: relative;
		color: #F26D7D;
		text-align: right;
		position: absolute;
		top:8px;
        right: -8px;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav a#pull img{
		margin-right:2%;
	}
	.top-nav ul li a {
		color: #2C3E50;
		padding: 0em 0;
	}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav {
		float:none;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------- propio----*/

.flab {
	position: absolute;
	border: 0px;
	padding: 2px;
	width: 50px;
	height: 50px;
	z-index: 10;
	top: 480px;
	left:49%;
    text-align: center;
 }
 
 @media screen and (max-width:700px){
     .flab {
        display:none ;
     }
     .slide-text-info label{
        display:none ;
     }
 }
 
 
.flan {
	position: absolute;
	width: 55%;
	height: 30px;
	z-index: 10;
	top: 5px; 
    right: 20px;
    text-align: right;
 }

hr{
    border-width: 2px;
    height: 0.4px;
    border:1.8px dotted #2E58A6;

}


/********************* acordeon *****************************/

.accordion input {
  display: none;
}
.accordion label {
    font-family: 'Titillium Web', sans-serif;
    color: #6E9BA3;
    font-size: 16px;
    background: url("../images/titlabel.png") no-repeat;
    cursor: pointer;
    display:table-cell;
    vertical-align:middle;
    z-index: 20;
    text-align: center;
    width: 400px;
    height: 40px;
}
.accordion article {
  background: #fff;
  height:0px;
  overflow:hidden;
  z-index:10;
  text-align: center;
  margin-bottom: 20px;
  width: 400px;
}
.accordion input:checked ~ article {
 height: auto;
 margin-bottom: 10px;
}

/********************* fin acordeon *****************************/


.tresa {
 	background: #E1EAED;
 	border-radius: 5px;
    width: 450px;
    text-align: left;
    padding: 20px;
    margin: auto;
}

.bloque{
		display: inline-block;
        max-width: 295px;
        padding: 25px;
       /*background-color: #ddd;*/
        text-align: left;
}
.bloque img{
    padding-bottom: 10px;
    /*border-radius:4px;*/
}

.imgfulltop {
	width:100%;
    height: auto;
	/*max-width:940px;*/
}

.imgfull {
	width:100%;
    height: auto;
	/*max-width:940px;*/
}

.titulo{
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	color: #F15A24;
    font-variant: small-caps;
    font-weight: bold;
}

.titulo2{
	font-family: 'Titillium Web', sans-serif;
	font-size: 26px;
	color: #F15A24;
    font-variant: small-caps;
}
.titulo3{
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	color: #F15A24;
    font-variant: small-caps;
    font-style: italic;
}

.contenedor-tabla{
display: table;
width: 100%;
}
.contenedor-fila{
display: table-row;
padding: 10px;

}
.contenedor-columna{
display: table-cell;
text-align: center;
padding: 10px;
}

.frase{
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	color: #848484;
    font-style: italic;
}

@media only screen and (max-width : 1150px) {
	.frase {font-size: 13px;}
 }
@media only screen and (max-width : 1005px) {
	.frase {font-size: 11px;}
 }
.botonestop{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #B3B3B3;
    font-weight: bold;
}
.botonestop1{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #F15A24;
    font-weight: bold;
    border-bottom: 1.5px solid #F15A24;
}

.botonestop11{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #333;
    border-bottom: 1.5px solid #F15A24; 
    border-top: 1.5px solid #F15A24; 
    padding-bottom: .3em;
    
}

.topmodo{
    position:fixed; 
    top:0px; 
    width:100%; 
    height:150px; 
    z-index:999;
    background: url('../images/topcirc.png') center no-repeat;
}
.topespa{
    height: 120px;
    
}

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

    .espconta{height: 0px;}
}

.titulogr{
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	color: #67666a;
    line-height:40px;
}

.avisorojo{
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	color: #ff0000;
    line-height:40px;
}

.aviso{
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	color: #46949D;
    line-height:40px;
}

.avisoconfir{
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	color: #67929B;
}

.titulobien{
	font-family: 'Titillium Web', sans-serif;
	font-size: 28px;
	font-variant: small-caps;
	color: #46949D;
}


.tlogin {
    padding: 15px 15px 15px 15px;
 	background: #d0e4e5;
    padding: 25px 25px 25px 25px;
    border-radius: 10px;
   	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
    margin:0 auto 0 auto;
     width: 300px; 
     height: 100%;
}

.tregistro {
    padding: 15px 15px 15px 15px;
 	background: #d0e4e5;
    border-radius: 10px;
   	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
    margin:0 auto 0 auto;
     max-width: 600px; 
     height: 100%;
}
.tcompra{
    padding: 15px 15px 15px 15px;
 	background: #d0e4e5;
    border-radius: 10px;
   	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
    margin: auto;
     max-width: 500px; 
     height: 100%;
     text-align: center;
}
#edadesmenores{
    padding: 15px 15px 15px 15px;
 	background: #d0e4e5;
    border-radius: 10px;
   	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
    width: 90%; 
    margin:0px auto 0 auto;
    
}
.treserva {
    padding: 15px 15px 15px 15px;
 	background: #d0e4e5;
    padding: 25px 25px 25px 25px;
    border-radius: 10px;
   	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
    margin:0 auto 0 auto;
     max-width: 600px; 
     height: 100%;
}

.margenes{
    padding: 80px;
   
}

.tconfir {
    padding: 15px 15px 15px 15px;
 	background: #fff;
    padding: 25px 25px 25px 25px;
    margin:0 auto 0 auto;
    width: 320px; 
     height: 100%;
    text-align: center;
}


.texto{
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
    line-height:30px;
    text-align : justify;
}

.textoch{
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
    text-align : justify;
}

.textorojo{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF1D25;
    text-align : center;
}
.textoazul{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2E58A6;
    text-align : center;
}
.textoverde{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1A8856;
    text-align : center;
}

.textotabla{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
    line-height:13px;
    text-align: left;
}
.resumen{
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #67929B;
    line-height:13px;
}

.resaltar{
	font-family: 'Titillium Web', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #67929B;
    line-height:28px;

}
.resaltar1{
	font-family: 'Titillium Web', sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #67929B;
}
.resumen1{
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	color: #67929B;
    line-height:13px;
    font-style: italic;
}

.textolog{
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #569ca4;
    line-height:13px;
}

.textog{
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
    line-height:13px;
}

.textover{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #F15A24;
    line-height:13px;
}

.textob{
   	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	color: #808080;
    letter-spacing:2px;
}

.btb1 {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
    letter-spacing:1px;
	color: #646466;
}

.btb {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
    letter-spacing:1px;
	color: #646466;
    text-decoration: none;
}
.btb:hover{
   	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
    letter-spacing:1px;
    text-decoration: none;
	color: #ccc;
}

.btcla {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 13px;
    letter-spacing:1px;
	color: #e6efee;
    text-decoration: none;
}
.btcla:hover{
   	font-family: 'Titillium Web', sans-serif;
	font-size: 13px;
    letter-spacing:1px;
    text-decoration: none;
	color: #fff;
    
}
.izq {text-align: left;}
.der {text-align: right;}
.centrar {text-align: center;}

.claves{
    width: 100%;
    background:#46949D ;
    overflow: hidden;
    text-align: center;
    
    
}

.separapie{
width:100%;
height: 280px;
    
}

/*.lista li{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
    line-height:13px;

}*/

/*---destinos------*/
.destinos{
    width: 100%;
    overflow: hidden;
    
}

.titdes {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
    letter-spacing:1px;
	color: #a2a2a7;
   font-variant: small-caps;
    
}

.btdesel {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
    letter-spacing:1px;
	color: #a2a2a7;
    font-weight: bold;
}

.btdes {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
    letter-spacing:1px;
	color: #a2a2a7;
    text-decoration: none;
}
.btdes:hover{
   	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
    letter-spacing:1px;
    text-decoration: none;
	color: #F15A24;
}

.btcla {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
    letter-spacing:1px;
	color: #fff;
    text-decoration: none;
}

.btcla:hover {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
    letter-spacing:1px;
	color: #ccc;
    text-decoration: none;
}


.textobtdes{
   	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
    letter-spacing:1px;
	color: #F15A24;
}

.textobtdes{
   	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
    letter-spacing:1px;
	color: #333;
}

#contenedordes{
    width:100%;
    text-align: center;
    
}
.bloquedes{
		display: inline-block;
		width: 244px;
        height:178px;
        background-color: #F15A24;
        margin: -1px -2px;
        text-align: center;
}

.bloquedesv{
		width: 180px;
        height:131px;
        text-align: center;
        position: absolute;
        padding: 70px 10px 10px 10px;

}

.btdeslk {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	color: #fff;
    text-decoration: none;
}

.btdeslk:hover {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	color: #ccc;
    text-decoration: none;
}

.btverde {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	color: #539999;
    text-decoration: none;
}

.btverde:hover {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	color: #a6dfdf;
    text-decoration: none;
}

.btverde2 {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 13px;
	color: #539999;

}

.btverde2:hover {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 13px;
	color: #a6dfdf;

}

.btverde1 {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	color: #539999;
    text-decoration: none;
}

.btverde1:hover {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	color: #a6dfdf;
    text-decoration: none;
}

.btmas {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	color: #F15A24;
    text-decoration: none;
}

.btmas:hover {
   	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	color: #a6dfdf;
    text-decoration: none;
}

.mapas{
		display: inline-block;
		width: 102px;
        height:117px;
        text-align: center;
}
.tmapas{
		display: inline-block;
		width: 400px;
        height:117px;
        text-align: left;
}


a.btp img{
filter:alpha(opacity=65); 
-moz-opacity: 1.0; 
opacity: 1.0;
}
a.btp:hover img{
filter:alpha(opacity=100); 
-moz-opacity: 0.65; 
opacity: 0.65;
}


.maindes{
    width: 30%;
    padding: 20px;
    float: left;
    box-sizing:border-box;
    text-align: right;
}

.maindes img{
	width:100%;
	height:auto;
	}
.finmdes{
    width:100%;
    max-width: 560px;
    text-align: right;
    float: right;
    background-color: red;
}
.asidedes{
    width: 70%;
    padding: 0px;
    box-sizing:border-box;
    float: left;
    
}

@media screen and (max-width:900px){
	.maindes{
		width:100%;
        text-align: center;
        padding: 20px 20px 20px 20px;
	}
	.asidedes{
		width:100%;
	}
    .finmdes{
    max-width: 900px;
    }
	
}


/**/
/*---- form----*/
.formu{
    width: 100%;
    background:#a1a1a2 ;
    overflow: hidden;
    
}
.mainfor{
    width: 55%;
    padding: 20px;
    float: left;
    box-sizing:border-box;
    text-align: right;
}


.mainfor img{
	width:100%;
	height:auto;
	}
.finform{
    width:100%;
    max-width: 560px;
    text-align: right;
    float: right;
}
.asidefor{
    width: 45%;
    padding: 30px;
    box-sizing:border-box;
    float: left;
    
}

.infocon{
    padding: 20px;
    max-width: 450px;
}

@media screen and (max-width:900px){
	.mainfor{
		width:100%;
        text-align: center;
        padding: 20px 20px 20px 20px;
	}
	.asidefor{
		width:100%;
	}
    .infocon{
    max-width: 1000px;
    text-align: center;
    }
    .finform{
    max-width: 900px;
    }
	
}

@media screen and (max-width:600px){
	
	.mainfor img{
		display:none;
	}
    
    .imgfull {
		display:none;
	}
	
	/*.asidefor{
		display:none;
	}*/
	
}





.placeholder{color: grey;}
select option:first-child{color: grey; display: none;}

.pie{
    width:100%;
    text-align: left;
    padding: 20px;
}

.botonform {
  border: 0;
  BACKGROUND-COLOR: #F15A24;
  color: #fff;
  display: inline-block;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  padding: 10px 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 18px;
}

.botonform:hover {
  border: 0;
  BACKGROUND-COLOR: #faa586;
  color: #ffffff;
  display: inline-block;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  padding: 10px 30px;
  text-decoration: none;
  font-weight: bold;
}

.botonforming {
  border: 0;
  BACKGROUND-COLOR: #F15A24;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  padding: 5px 15px;
  text-decoration: none;
  font-weight: normal;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.botonforming:hover {
  border: 0;
  BACKGROUND-COLOR: #64a9b1;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  padding: 5px 15px;
  text-decoration: none;
  font-weight: normal;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}



/*----fin form----*/


span.next{
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	cursor: pointer;
	height: 99%;
	width: 100%;
	position: absolute;
	bottom: 2px;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
span.next:hover {
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.grid_img {
	margin-bottom: -5px;
	position: relative;
}
.grid_img img{
	height: 100% !important;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------fin propio----*/
/*----slider----*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 1px 0;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
  width: 100%;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 17%;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 65%;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 58%;
	left: 8%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 41px;
	width: 41px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
 	left: auto;
	background-position: right top;
	right: 10%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs{
	display:none;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
}

.slide-text-info label{
	background: rgba(255,255,255,0.8);
	padding: 5px 5px;
    float:right;
    margin-right: 20px;
}
.frasecolor{
color: #46949D;
font-size:0.95em;
font-family: 'Titillium Web', sans-serif;
}
.frasecolorn{
color: #8A8A90;
font-size:0.95em;
font-family: 'Titillium Web', sans-serif;
}
/*----//slider----*/
/*-----start-features-----*/
.features{
	padding:3em 0;
    text-align: center;
}
.features-head h2{
	color: #202020;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.features-head h2 span{
	color:#E25050;
}
.features-head p{
	font-family: 'Droid Serif', serif;
	color: #BBB;
	font-size: 1em;
	font-style: italic;
	margin-top: 10px;
}
.feature-grid h3{
	color: #202020;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2em;
}
.feature-grid h3 span{
	width: 26px;
	height: 25px;
	display: inline-block;
	background: url(../images/fea-icons.png) no-repeat 1px 0px;
	vertical-align: top;
	margin-right: 0.5em;
}
.feature-grid p{
	color:#777777;
	font-size:0.85em;
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
.feature-grid h3 span.fea-icon2{
	background-position: -25px 0px;
}
.feature-grid h3 span.fea-icon3{
	background-position: -53px 0px;
}
.feature-grid h3 span.fea-icon4{
	background-position: -77px 0px;
}
.feature-grids{
	padding-top:1em;
}
/*----start-team----*/
.team{
	background:url(../images/team-bg.jpg) no-repeat 0px 0px;
	background-size:cover;
	padding:3em 0;
    text-align: center;
}
.team-head h3{
	color: #FFF;
	font-weight: 700;
	font-size: 1.8em;
	margin:0;
}
.team-head span{
	height:1px;
	width:8%;
	background:#FFF;
	display:inline-block;
}
.team-grids{
	padding-top:3.5em;
}
/* Self Clearing Goodness */
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(75, 202, 255, 0.85);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top: 4%;
	display: -webkit-inline-box;
}
.b-animate span{
	display:block;
	font-size:1em;
	text-transform:uppercase;
	margin:0.8em 0 0;
}
.b-animate button{
	background: #FFB500;
	padding: 0.9em 1.8em;
	color: #3B3B43;
	text-transform: uppercase;
	font-size: 0.875em;
	border: none;
	border-radius: 0.3em;
	margin-top: 0.8em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	outline:none;
}
.b-animate button:hover{
	background:#3B3B43;
	color:#fff;
}
.b-animate label{
	display:block;
	font-size:0.875em;
	margin-top:0.5em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
.b-animate label:hover{
	color:#FFB500;
	cursor:pointer;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	background: rgba(226, 80, 80, 0.71);
	background-size: 100% 100%;
	margin: 0;
	min-height: 282px;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.default_line {
	width: 50px;
	display: block;
	border-bottom: 2px solid #FFF;
	position: absolute;
	bottom:0px;
}
/*----*/
.animate-head{
	padding:0.5em;
}
.animate-head-left{
	text-align:center;
}
.animate-head-left h3{
	font-size: 1.5em;
	font-weight: 600;
	margin: 0 auto;
	text-transform: uppercase;
	padding-top: 3.2em;
}
.animate-head-left span{
	font-size: 0.875em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	line-height: 1.3em;
	margin-top: 0;
}
.t-member-info{
	background:#FFF;
	padding:0.8em;
}
.t-member-info h5{
	color: #202020;
	font-weight: 700;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0;
}
.t-member-info span{
	text-transform:uppercase;
	color:#BBBBBB;
}
.p-img{
	width:100%;
}
/*-----start-gallery----*/
.gallery-grids{
	padding-top:2em;
}
.gallery{
	padding:3em 0;
}
.gallery-head h3{
	color: #202020;
	font-weight: 700;
	font-size: 1.8em;
	margin: 0;
	text-transform:uppercase;
}
.gallery-head span{
	height: 1px;
	width: 8%;
	background: #202020;
	display: inline-block;
}
.gallery-head p{
	color: #777777;
	width: 60%;
	margin: 0.5em auto;
	font-size:0.8125em;
	line-height:1.8em;
	font-family: 'Open Sans', sans-serif;
}
/*-----start-pricing-plans-----*/
.pricing-plans{
	padding:3em 0;
	background:#ff0000;
}
.pricing-plans-head h3{
	color: #FFF;
	font-weight: 700;
	font-size: 1.8em;
	margin: 0;
	text-transform:uppercase;
}
.pricing-plans-head span{
	height: 1px;
	width: 8%;
	background: #FFF;
	display: inline-block;
}
span.p-icon1{
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(../images/pricing-icons.png) no-repeat 9px 0px;
}
span.p-icon2{
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(../images/pricing-icons.png) no-repeat -39px 0px;
}
span.p-icon3{
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(../images/pricing-icons.png) no-repeat -84px 0px;
}
.pricing-plan-grid-left p, .pricing-plan-grid-left1 p{
	font-weight: 700;
	font-size: 2.5em;
	color: #FFF;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
	margin: 0.6em 0 0 0;
}
.pricing-plan-grids {
	margin-top: 5%;
}
.pricing-plan-grid-left{
	margin-top:0.5em;
	border-right: 1px solid #e25050;
}
.pricing-plan-grid-left1{
	margin-top:0.5em;
	border-right: 1px solid #fff;
}
.pricing-plan-grid-left p label, .pricing-plan-grid-left1 p label{
	font-size: 0.4em;
	vertical-align: text-top;
}
.pricing-plan-grid-left h4, .pricing-plan-grid-left1 h4{
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	margin: 0.2em;
	font-size: 1.1em;
}
.pricing-plan-grid-right ul li span{
	width: 10px;
	height: 8px;
	display: inline-block;
	background: url(../images/check-icon.png) no-repeat 0px 0px;
	margin-right: 0.2em;
	vertical-align: middle;
}
.pricing-plan-grid-right ul li a{
	color: #FFF;
	font-size: 0.8125em;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8em;
	text-decoration:none;
}
.pricing-plan-grid-right ul li a:hover{
	color:#FBB;
}
.pricing-plan-grid {
	background:#d14343;
	padding:3% 0%;
}
.pricing-plan-middlegrid {
	padding:3% 0%;
	border: 2px solid #FFF;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
	margin-top: 2%;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	width:70%;
	cursor: pointer;
	positon: relative;
	margin-top:2.5em;
	max-width:200px;
	max-height:90px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 26px;
	height: 36px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/c_arrows.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/c_arrows.png) no-repeat -18px 0px;
}
/*--footer--*/
.footer{
	background:#fff;
}
.footer-top{
	padding:3% 0;
}
ul.twitter_footer {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 78%;
}
i.twt_icon {
	background: url(../images/twt.png)no-repeat 0px 0px;
	width: 34px;
	height: 28px;
	float: left;
	margin: 0.5em 1em 0 0;
}
ul.twitter_footer li p {
	color: #888;
	font-size: 0.8125em;
	line-height: 1.8em;
	width: 65.5%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
}


.contact-top h3 {
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 1em;	
}
.to input[type="text"] {
	padding: 10px;
	width: 31%;
	font-size: 0.85em;
	margin: 10px 0;
	border: 1px solid #444;
	color: #888;
	background: none;
	float: left;
	outline: none;
	font-weight: 400;
}
.contact_bottom-textarea {
	float: left;
	width: 65%;
}
.form-submit1 {
	float: left;
	margin: 0.7em 0 0 1.3em;
}
.form-submit1 input[type="submit"] {
	color: #FFF;
	font-size: 0.85em;
	padding: 0.8em 4.8em 0.8em 2em;
	text-transform: uppercase;
	background: url(../images/submit_arrow.png)no-repeat 186px 13px #E25050;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: 400;
	border: none;
	cursor: pointer;
}
.form-submit1 input[type="submit"]:hover {
 	background: url(../images/submit_arrow.png)no-repeat 186px 13px #333;
}
.text input[type="text"], .contact_bottom-textarea textarea {
	width:100%;
	font-size: 0.85em;
	margin: 10px 0;
	border: none;
	color: #888;
	font-weight:400;
	outline: none;
	background:none;
	height: 120px;
	padding: 10px;
	resize: none;
	text-transform:uppercase;
	border:1px solid #444;
}
.contact-top_left h3 {
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	font-weight:400;
	margin: 0 0 5px;
}
.contact-top_left p {
	color: #888;
	font-size: 0.8125em;
	line-height: 1.8em;
	margin: 2em 0;
	font-family: 'Open Sans', sans-serif;
}
ul.contact_info {
	padding: 0;
	list-style: none;
	margin: 0;
}
i.mobile {
	height: 20px;
	width: 15px;
	float: left;
	background: url(../images/msg.png)no-repeat -4px 3px;
	margin-right: 2%;
}
ul.contact_info span {
	color: #888;
	font-size: 0.8125em;
	font-family: 'Open Sans', sans-serif;
}
ul.contact_info span:hover {
	text-decoration:underline;
}
i.message {
	height: 20px;
	width: 15px;
	float: left;
	background: url(../images/msg.png)no-repeat -22px 3px;
	margin-right: 2%;
}
ul.contact_info span.msg {
	cursor: pointer;
}
.social li a:hover {
	background:#fff;
}
.social li a i {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/social.png) no-repeat;
}
.social li a i.facebook {
	background-position:-2px -2px;
}
.social li a i.twitter {
	background-position:-27px -2px;
}
.social li a i.pinterest {
	background-position:-56px -2px;
}
.social li a i.google {
	background-position:-84px -2px;
}
.social li a i.tw {
	background-position:-112px -2px;
}
.social li a i.instagram {
	background-position:-140px -2px;
}
.social li a i.rss{
	background-position:-169px -2px;
}
.footer-bottom{
	background:url(../images/map.png)no-repeat 0 -25px;
	background-size:100% 100%;
	border-top: 1px solid #333;
	padding-top: 7%;
}
.contact {
	padding: 0;
}
p.m_msg{
	color:#888;
	font-size:0.8125em;
	font-family: 'Open Sans', sans-serif;
	margin: 1em 0 0;
}
.copy{
	padding-top:5%;
	font-family: 'Open Sans', sans-serif;
}
.copy p{
	font-size:0.8125em;
	color:#888;
}
.copy p a{
	color:#fff;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: -6px;
	right: -4px;
	overflow: hidden;
	width:50px;
	height:50px;
	border: none;
	text-indent: 100%;
	background: url("../images/top_move.png") no-repeat 0px 0px;
}
/*--responsive design--*/
@media (max-width:1366px){
.slide-text-info h1 {
	width: 36%;
}
}
@media (max-width:1280px){
.slide-text-info h1 {
	width: 36%;
}
}
@media (max-width:1024px){
.slide-text-info h1 {
	width: 36%;
}
.top-nav ul li a {
	margin:0;
}
.slide-text-info label {
	font-size: 0.95em;
}
.contact-info {
	right: 42px;
}
.contact-info p {
	font-size: 1.2em;
}
.contact-info span {
	height: 33px;
}
.callbacks .caption {
	top: 22%;
}
.callbacks_nav {
	top: 63%;
}
.features-head h2{
	font-size: 1.7em;
}
.feature-grid h3 {
	font-size: 1em;
}
.feature-grid h3 span {
	vertical-align: sub;
}
.feature-grid p {
	font-size: 0.8125em;
}
.team-head h3, .pricing-plans-head h3, .gallery-head h3{
	font-size: 1.5em;
}
.animate-head-left h3 {
	font-size: 1em;
}
.animate-head-left span {
	font-size: 0.8125em;
}
.t-member-info h5 {
	font-size: 0.95em;
}
.t-member-info span {
	font-size: 13px;
}
.pricing-plan-grid-left h4, .pricing-plan-grid-left1 h4 {
	font-size: 0.85em;
}
.pricing-plan-grid-left p, .pricing-plan-grid-left1 p {
	font-size: 1.7em;
}
ul.twitter_footer {
	width: 73%;
}
.to input[type="text"] {
	width: 29%;
}
.contact_bottom-textarea {
	width: 61%;
}
.form-submit1 input[type="submit"] {
	padding: 0.8em 2.2em 0.8em 1em;
	background: url(../images/submit_arrow.png)no-repeat 155px 13px #E25050;
}
.form-submit1 input[type="submit"]:hover {
	background: url(../images/submit_arrow.png)no-repeat 155px 13px #E25050;
}
}
@media (max-width:800px){
.top-nav ul li a {
	padding: 0.5em 0.7em;
	font-size: 0.85em;
}
.slide-text-info h1 {
	width: 40%;
	font-size: 1em;
}
.callbacks .caption {
	top: 18%;
}
.contact-info {
	top: 83px;
}
.callbacks_nav {
	top: 69%;
}
.pricing-plan-grid-right {
	text-align: center;
}
.pricing-plan-grid-left {
	margin-top: 0;
}
.pricing-plan-grid, .pricing-plan-middlegrid{
	margin-bottom: 20px;
}
ul.twitter_footer {
	width: 65%;
}
.logo a {
	margin-top:0;
}
.contact-top_left p {
	margin: 1em 0;
}
.contact-top_left {
	margin-bottom: 30px;
}
.feature-grids {
	text-align: center;
}
}
@media (max-width:768px){
.contact-info {
	display: none;
}
.slide-text-info h1 {
	font-size: 0.95em;
}
.slide-text-info span {
	font-size: 14px;
}
.slide-text-info label {
	font-size: 0.85em;
}
.slide-text-info label {
	font-size: 0.85em;
}
.features-head p {
	font-size: 0.85em;
}
}
@media (max-width:640px){
.slide-text-info h1 {
	font-size: 0.85em;
	width: 44%;
}
ul.twitter_footer {
	width: 57%;
}
}
@media (max-width:480px){
.slide-text-info h1 {
	display: none;
}
.callbacks_nav {
	top: 79%;
}
.form-submit1 {
	margin:0;
}
.contact_bottom-textarea {
	width: 96%;
}
ul.twitter_footer {
	width: 100%;
	float: none;
}
.social {
	float: none;
	margin-top: 20px;
}
ul.twitter_footer li p {
	width: 84.5%;
}
.to input[type="text"] {
	width: 100%;
	margin-left: 0px !important;
}
}
@media (max-width:320px){
.callbacks img {
	min-height: 130px;
}
.slide-text-info span {
   font-size: 12px;
}
.slide-text-info label {
	font-size: 13px;
}
.callbacks_nav {
	top: 84%;
}
.features-head h2 {
	 font-size: 1.2em;
}
.features-head p {
	font-size: 12px;
}
.feature-grids {
	padding-top:0;
}
.team-head h3, .pricing-plans-head h3, .gallery-head h3 {
	font-size: 1.1em;
}
.gallery-head p {
	width: 100%;
}
.grid {
	padding: 10px 10px 10px 10px;
}
}