/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	font-family: 'Roboto', sans-serif;
	background: #fff;
}
body a{ 
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	text-decoration:none;
}
h1,h2,h3,h4{
	margin:0;
	font-family: 'Shadows Into Light';
    letter-spacing: 1px ;
}
p{
	margin:0; 
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- banner --*/ 
.banner{ 
	background:url(http://www.hosteliquique.cl/images/2.jpg)no-repeat center bottom;
	-webkit-background-size:cover; 
	-moz-background-size:cover; 
	-o-background-size:cover;
	-ms-background-size:cover; 	
	background-size:cover; 
	min-height: 790px;
	position:relative;
} 

.banner2{ 
    background:url(http://www.hosteliquique.cl/images/header-contacto.jpg)no-repeat center bottom;
    -webkit-background-size:cover; 
    -moz-background-size:cover; 
    -o-background-size:cover;
    -ms-background-size:cover;  
    background-size:cover; 
    min-height: 150px;
    position:relative;
} 
.banner3 { 

    background:url(http://www.hosteliquique.cl/images/header-servicios.jpg)no-repeat center bottom;
    -webkit-background-size:cover; 
    -moz-background-size:cover; 
    -o-background-size:cover;
    -ms-background-size:cover;  
    background-size:cover; 
    min-height: 150px;
    position:relative;

} 

.bannernuestrohostel{ 
    background:url(http://www.hosteliquique.cl/images/header-nuestrohostel.jpg)no-repeat center bottom;
    -webkit-background-size:cover; 
    -moz-background-size:cover; 
    -o-background-size:cover;
    -ms-background-size:cover;  
    background-size:cover; 
    min-height: 150px;
    position:relative;
} 
.bannerhabitaciones { 

    background:url(http://www.hosteliquique.cl/images/header-habitaciones.jpg)no-repeat center bottom;
    -webkit-background-size:cover; 
    -moz-background-size:cover; 
    -o-background-size:cover;
    -ms-background-size:cover;  
    background-size:cover; 
    min-height: 150px;
    position:relative;

} 

/*-- header --*/
.header { 
   width: 100%;
    padding: 0.5em 0;
    background: rgba(0, 0, 0, 0.90);
	
}
.header nav.navbar.navbar-default {
    background: transparent;
    margin: 0;
	z-index: 9999;
	border: none;
}
.header ul.nav.navbar-nav.navbar-left {
    margin-left: 19%;; 
}
.header ul.nav.navbar-nav{ 
	padding-top:1.3em;
}
.header .navbar-nav { 
    text-align: center;
    display: inline-block;
}
.header .navbar-header h1{
    font-size: 3.2em;
    font-style: italic;
    line-height: inherit;
    font-weight: 800;
}
.navbar-header h1 a {
    color: #fff;
    text-decoration: none;
	display: inline-block;
}
.navbar-header h1 a span {
    font-size: .5em;
    font-weight: 100;
    font-style: initial;
}
/*-- top-nav --*/ 
.header .navbar-nav li { 
	float: none;
    display: inline-block;
	margin:0 1.5em;
}
.header .nav.navbar-nav.navbar-left li a {
    color: #fff !important;
    font-size: 12px;
    letter-spacing: 1px; 
    padding: 0;
    position: relative; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none;
	font-weight: 300;
}
.header .nav.navbar-nav.navbar-left li  a:hover,.nav.navbar-nav.navbar-left li.open  a.dropdown-toggle,.nav.navbar-nav.navbar-left li  a.active {
    color: #fe7500 !important;
	outline: none;
} 
.w3ls-hover:after {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden; 
	backface-visibility: hidden;
	border: 1px solid rgba(255, 255, 255, 0);
	bottom: -3px;
	content: " ";
	display: block;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 280ms ease-in-out;
	-moz-transition: all 280ms ease-in-out;
	-o-transition: all 280ms ease-in-out;
	-ms-transition: all 280ms ease-in-out;
	transition: all 280ms ease-in-out;
	width: 0;
}

.w3ls-hover:hover:after,.navbar-default .navbar-nav li a.active:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #f88522;
	-webkit-transition: width 350ms ease-in-out;
	-moz-transition: width 350ms ease-in-out;
	-o-transition: width 350ms ease-in-out;
	-ms-transition: width 350ms ease-in-out;
	transition: width 350ms ease-in-out;
	width: 100%;
} 
.header .nav.navbar-nav.navbar-left li a.dropdown-toggle { 
    color:#fff; 
	border: none;
} 
.header .nav.navbar-nav.navbar-left li.open a.dropdown-toggle ,.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#f88522;
    background: none; 
}
.header ul.dropdown-menu {
    background: transparent;
    border-color: #909090;
	-moz-animation: fadeInDown .3s ease-in;
    -webkit-animation: fadeInDown .3s ease-in;
	-o-animation: fadeInDown .3s ease-in;
	-ms-animation: fadeInDown .3s ease-in;
    animation: fadeInDown .3s ease-in;
	background: #29232b; 
	top:163%;
	min-width: 135px;
} 
.header .navbar-nav > li > .dropdown-menu li {
    display: block;
    margin: 1em 0;
}  
.header .nav.navbar-nav.navbar-left li ul.dropdown-menu li a {
    font-size: 1em;
    text-align: center; 
    font-weight: 300;
} 
.header .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { 
    background-color: transparent;
} 
/*-- //top-nav --*/  
/*-- social-icons --*/ 
.social-icon.navbar-left{ 
    margin: 0;
}
.social-icon {
    float: right;
    margin-top:0.8em;
}
.social-icon a {
    font-size: 1.3em;
    color: #fff;
    margin: 0 .7em;
    display: inline-block;
    text-align: center;
	line-height: 2.2em;
} 
.social-icon a:hover {
    color: #f88522;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
    transform: scale(1.3);
}
/*-- //social-icons --*/ 
/*-- banner-text --*/ 
.banner-text {
    margin-top: 15em;
}
.banner-w3lstext {
    padding: 1em;
	text-align: center;
}
.banner-w3lstext h2 ,.banner-w3lstext h3{
    font-size: 3em;
    color: #fff; 
	text-align: center;
	font-family: 'Shadows Into Light', cursive;
    letter-spacing: 2px ;
} 
.banner-w3lstext p {
    font-size: 1.1em;
    color: #fff;
    text-align: center; 
    width: 55%;
    margin: 2em auto 0;
} 


/*-- //banner --*/ 
/*-- welcome --*/ 
.welcome,.services,.slid,.newsletter,.codes{
	padding:5em 0;
}
.agileits-title  h6
{
  font-size: 18px;
    color: #fe6f00; 
    text-align: left;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px ; 
    padding: 0 0 10px 0 ; 
}
.agileits-title  a
{
  font-size: 18px;
    color: #fe6f00; 
    text-align: left;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px ; 
    padding: 0 0 10px 0 ; 
}
h3.agileits-title {
    font-size: 3em;
    color: #000;
    text-align: center;
    margin-bottom: 1em;
}
.welcome h4 {
    font-size: 1.8em;
    color: #fe6f00;
    margin-bottom: 0.8em;
} 
p {
    font-size: 1em;
    color: #999;
    line-height: 2em;
    font-weight: 300;
}
/*-- //welcome --*/ 
/*-- albums --*/
.wthree-almubimg {
    background: url(http://www.hosteliquique.cl/images/recepcion3.jpg) no-repeat center;
    background-size: cover;
    min-height: 374px;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    display: block;
} 
.wthree-almubimg2 {
    background: url(http://www.hosteliquique.cl/images/surf1.jpg)no-repeat center;
    background-size: cover;
    min-height: 374px;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    display: block;
  }   

  .wthree-almubimg3 {
    background: url(http://www.hosteliquique.cl/images/parapente.jpg)no-repeat center;
    background-size: cover;
    min-height: 374px;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    display: block;
  } 
.albums-right,.albums1-left{ 
    background: #f6f7fb;
    padding: 9em 8em;
        min-height: 374px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.wthree-almubimg.wthree1-almubimg {
    background: url(http://www.hosteliquique.cl/images/terraza-mariacaro.jpg)no-repeat center;
    background-size: cover;
}
.wthree-almubimg.wthree1-almubimg2 {
    background: url(http://www.hosteliquique.cl/images/sandboarding-iquique.jpg)no-repeat center;
    background-size: cover;
}
.wthree-almubimg.wthree1-almubimg3 {
    background: url(http://www.hosteliquique.cl/images/asados-semanales.jpg)no-repeat center;
    background-size: cover;
}



.albums-left, .albums1-right {
    padding: 0;
}
.albums1-right {
    float: right;
}
.albums h4 {
    font-size: 2.5em;
    font-weight: 300;
    color: #000;
    margin-bottom: 0.8em;
}
/*-- //albums --*/


/*-- services --*/ 
.w3agile-servs-img {
    width: 180px;
    height: 180px;
    text-align: center;
    border: 5px solid #f88522;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background: #f6f7fb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.w3agile-servs-img:hover {
    border-color: #fe6f00;
}
.w3agile-servs-img .icon-holder {
    position: relative;
    top: 58px;
    display: inline-block;
    margin-bottom: 1em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100%;
    color: #fe6f00;
    font-size: 2.5em;
}
.w3agile-servs-img .mission {
    position: relative;
    top: 57px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #f88522;
    font-size: 1.5em;
    opacity: 0;
}
.w3agile-servs-img .description {
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
    -ms-transform: scale(0); 
    transform: scale(0);
    color: #9e9e9e;
}
.w3agile-servs-img:hover .icon-holder {
    top: 23px;
}
.w3agile-servs-img:hover .mission {
    top: -8px;
    opacity: 1;
}
.w3agile-servs-img:hover .description {
    opacity: 1;
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
    -ms-transform: scale(1);
	-o-transform: scale(1); 
    transform: scale(1);
}
/*-- //services --*/
/*-- slid --*/
.slid {
    background: url(http://www.hosteliquique.cl/images/2.jpg)no-repeat center fixed;
    background-size: cover; 
    text-align: center;
}
.slid h4 {
    font-size: 3em;
    color: #fff;
    margin-bottom: 1em;
}
.slid p {
    color: #fff;
    width: 65%;
    margin: 0 auto;
} 
/*-- //slid --*/
/*-- newsletter --*/

.newsletter2 {
    text-align: center;
    background-color: #fff;
    padding-top: 35px;
}
.newsletter form {
    margin-top: 1.2em;
    width: 70%;
    margin: 2em auto 0;
}
.newsletter input[type="text"] {
    width: 86%;
    padding: .8em;
    font-size: 1em;
    float: left;
    color: #999;
    outline: none;
    border: 1px solid #999;
    border-right: none;
    background: none;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.newsletter input[type="submit"] {
    float: left;
    color: #999;
    font-size: 1em;
    outline: none;
    padding: .8em 1.7em;
    border: 1px solid #999;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    background: none;
}
.newsletter form:hover input[type="text"] {
    border-color: #fe6f00;
}
.newsletter form:hover input[type="submit"] {
    border-color: #fe6f00;
    background: #fe6f00;
	color:#fff
} 
/*-- //newsletter --*/
/*-- footer start here --*/ 
.footer-agile {
    background-color: #000;
	padding: 4em 0 3em;
} 
.footer-wthree-grid:nth-child(1) {
    padding-right: 4em;
} 
.agileits-w3layouts-tweets h5 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 0.8em;
    display: inline-block;
} 
.agileits-w3layouts-tweets h5 a{
	color: #fff;
	text-decoration:none;
} 
.footer-wthree-grid ul {
    padding: 0px;
    list-style: none;
}
.footer-wthree-grid ul li {
    margin-top: 0.8em;
   font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 300;
} 
.footer-wthree-grid ul li a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
} 
.footer-wthree-grid ul li a:hover,.ftr-text p a:hover {
    color:#f88522;
} 
.footer-wthree-grid p { 
    color: #fff; 
}   
.footer-wthree-grid h3 {
    font-size: 14px;
    color: #f88522;
    margin-bottom: 0.8em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.footer-wthree-grid span{
    margin-right: 6px;
	font-size: .85em;
} 
.social-icon.footerw3ls {
        margin: 2px 20em 30px 0;
}
.social-icon.footerw3ls a {
    width: 30px;
    height: 30px;
    margin: 0 .3em;
    font-size: 1em; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
	border-radius: 50%; 
}

.social-icon.footer2 {
        margin: 2px 20em 30px 0;
        width: 30px;
    height: 30px;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; 
    border-radius: 50%; 
}


/*-- //footer end here --*/
.copy-right p {
        color: #555;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 1em;
    padding-top: 5em;
    border-top: 1px solid rgba(255, 255, 255, 0.23);
}
.copy-right p a {
    color: #f88522;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.copy-right p a:hover{
    color:#fff;
}
/*-- slider-up-arrow --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //slider-up-arrow --*/ 
/*-- about --*/
.banner.about-banner .banner-text {
    margin-top: 4em;
}
.banner.about-banner {
    min-height: 300px;
}
.stats.welcome {
    border-top: 1px solid #e2e2e2;
}
.agileinfo_stats_grid {
    text-align: center;
}
.agileinfo_stats_grid h4.counter {
    font-size: 5em;
    font-family: 'Roboto', sans-serif;
    color: #38414a;
    font-weight: 300;
    margin-bottom: 0.5em;
}
.agileinfo_stats_grid h5 {
    font-size: 1.8em;
    color: #999;
}
.about-slid h3 {
    font-size: 2em;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    width: 80%;
    margin: 0 auto;
    line-height: 2em;
}  
/*-- team --*/ 
.ch-item {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: default;
	-webkit-box-shadow:inset 0 0 0 0 rgba(116, 94, 197, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 0 0 0 rgba(116, 94, 197, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
	-o-box-shadow:inset 0 0 0 0 rgba(116, 94, 197, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow:inset 0 0 0 0 rgba(116, 94, 197, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 0 0 rgba(116, 94, 197, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; 
}
.ch-img-1 {
    background: url(../images/t3.jpg) center top;
}
.ch-img-2 { 
	background:url(../images/t4.jpg) center top;
}
.ch-img-3 { 
	background:url(../images/t5.jpg) -9px 0px;
	background-size: cover;
}
.ch-img-4 { 
	background:url(../images/t6.jpg) -45px -15px;
}
.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);	
	-webkit-backface-visibility: hidden; /*for a smooth font */
}
.ch-info h3 {
    color: #fff; 
    position: relative;
    letter-spacing: 1px;
    font-size: 1.8em;
    padding: 43px 0 0 0;   
}
.ch-info p {
    color: #fff;
    padding: 10px 5px 0;
    font-style: italic;
    margin: 15px 30px 0;
    font-size: 1em;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.ch-item:hover {
	-webkit-box-shadow: inset 0 0 0 110px rgba(7, 213, 216, 0.82), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 110px rgba(7, 213, 216, 0.82), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
	-o-box-shadow: inset 0 0 0 110px rgba(7, 213, 216, 0.82), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: inset 0 0 0 110px rgba(7, 213, 216, 0.82), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 0 110px rgba(7, 213, 216, 0.82), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}
.ch-grid {
	margin:0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}
.ch-grid:after {
	clear: both;
}
.ch-grid li.ch-grid-item {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
.team ul.social-icons {
    margin-top: 1em;
}
.team ul.social-icons li {
    display: inline-block;
} 
.team ul.social-icons li a{
    font-size: 1em;
    color: #fff;
    line-height: 1.9em;
    border: 1px solid;
	width: 28px;
    height: 28px;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.team ul.social-icons li a:hover {
    color: #000;
} 
/*-- //about --*/
/*-- tours --*/ 
.filtr-item {
    padding: 1em;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
} 
/* Filter controls */
ul.simplefilter {
    text-align: center;
    margin-bottom: 2em;
}
.simplefilter li {
	color: white;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	padding: 0.8em 2em;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px; 
	margin: 0 0.3em;
}
.simplefilter li {
    background-color: #f88522;
}
.simplefilter li.active {
    background-color: #fe6f00;
}
.agileits-img a{ 
	display:block;
	overflow:hidden;
	background-color: #fff;
}
.agileits-img a img{
    width: 100%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all; 
}
.agileits-img a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	opacity: 0.7;
}
/*-- tours --*/
/*-- contact --*/
.contact-w3ls-row {
    width: 70%;
    margin: 0 auto;
} 
.contact input[type="text"] {
    width: 48.5%;
    color: #999;
    float: left;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .7em 1em;
    margin-bottom: 1.5em;
    border: solid 1px #999;
    -webkit-appearance: none;
    display: inline-block;
}
.contact input.email {
    float: right;
}
.contact input[type="text"]:hover,.contact input[type="text"]:focus,.contact textarea:hover{
    border-bottom-color: #fe6f00;
    border-left-color: #fe6f00;
}
.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: 1em;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #999;
    min-height: 12em;
    -webkit-appearance: none;
}
.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.8em 4em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #f88522;
	border: 2px solid #f88522; 
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    width: 100%;
}
.contact input[type="submit"]:hover {
    background: none;
    color: #fe6f00;
    border-color: #fe6f00;
}
::-webkit-input-placeholder {
	color:#999 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#999 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#999 !important;
}
:-ms-input-placeholder {  
	color:#999 !important;
}
.map iframe {
    width: 100%;
    min-height: 300px;
    border: none;
}
/*-- //contact --*/
/*-- pages --*/
.codes {
    padding: 5em 0;
}
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:3em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none; 
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none; 
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.w3ls-hdg, h3.bars {
	margin-bottom: 1em;
    color: #212121;
    font-weight: bold;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
} 
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
} 
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
}
 .codes .row {
    margin: 0;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
.form-control1, .form-control_2.input-sm{
	border: 1px solid #e0e0e0;
	padding:5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	font-weight: 300;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-appearance: none;
	outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.codes label {
    font-weight: 400;
}
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #5f5f5f;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
	font-size: 28px;
    color: #000 !important;
    margin: 30px 0 15px;
}
.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #ef2e46;
    font-weight: 300;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*-- //icons --*/
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
} 
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
}
 .codes .row {
    margin: 0;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
.form-control1, .form-control_2.input-sm{
	border: 1px solid #e0e0e0;
	padding:5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	font-weight: 300;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-appearance: none;
	outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.codes label {
    font-weight: 400;
}
@media (max-width:1080px){
.icon-box {
    padding: 8px 9px; 
}
}
@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 25px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}
}
@media (max-width:480px){
	h3.w3ls-hdg {
		font-size: 1.6em;
		margin: 1em 0 0.6em;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		font-size: 1.2em;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.codes .alert {
		font-size: 0.9em;
		padding: 10px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_3.grid_4.w3layouts {
		margin-top: 0;
	}
	.agileits-icons-title {  
		font-size: 30px; 
	}
	h3.icon-subheading {
		font-size: 22px; 
	}
	.icons .bs-glyphicons li { 
		width: 31%; 
	} 
}
@media (max-width: 320px){ 
	.alert,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 1em;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.81em;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 13px!important;
	}
	.codes .row {
		margin: 0;
	}
	.agileits-icons-title { 
		font-size: 25px;
	}
	h3.icon-subheading {
		font-size: 18px;
		margin: 21px 0 12px;
	}
}
/*-- //pages --*/  
/*-- responsive-design --*/
@media(max-width:1440px){
.albums-right, .albums1-left { 
      padding: 9em 5em;
} 
}
@media(max-width:1366px){
.wthree-almubimg { 
      min-height: 429px;
}
} 
@media(max-width:1080px){
.social-icon a { 
    margin: 0 .4em; 
}
.header ul.nav.navbar-nav.navbar-left{
    margin-left: 14%;
}
.banner-w3lstext p { 
    width: 65%; 
}
.banner { 
    min-height: 700px; 
}
.banner-text {
    margin-top: 13em;
}
.albums-right, .albums1-left {
    padding: 8em 4em;
} 
.newsletter input[type="text"] {
    width: 83%;
} 
.banner-w3lstext h2, .banner-w3lstext h3 {
    font-size: 2.7em; 
}
.banner.about-banner {
    min-height: 270px;
}
.banner.about-banner .banner-text {
    margin-top: 3.5em;
}
.agileinfo_stats_grid h4.counter {
    font-size: 4.5em; 
}
} 
@media(max-width:991px){
.header .navbar-header h1 {
    font-size: 2.8em; 
} 
.header .navbar-nav li { 
    margin: 0 1em;
}
.header ul.nav.navbar-nav.navbar-left{
    margin-left: 5%;
}
.banner-w3lstext p {
    width: 80%;
}
.welcome-w3right {
        margin-top: 24em;
}
.albums-right, .albums1-left {
    padding: 5em 4em;
}
.albums h4 {
    font-size: 2.3em; 
}
.wthree-almubimg {
    min-height: 341px;
}
.services-grids:nth-child(3),.services-grids:nth-child(4){
    margin-top: 1.5em;
}
.newsletter input[type="text"] {
    width: 77%;
}
.social-icon.footerw3ls {
    margin: 0 0 .8em 0;
    float: none;
}
.about-grids .welcome-w3right {
    margin: 0 0 2em 0;
}
.agileinfo_stats_grid h4.counter {
    font-size: 4em;
}
.about-slid h3 {
    font-size: 1.8em; 
    letter-spacing: 1px;
    width: 90%; 
}
.contact-w3ls-row {
    width: 80%;
    margin: 0 auto;
}
.filtr-item {
    padding:0.5em;
}
}
@media(max-width:800px){
.banner {
    min-height: 630px;
}
.banner-text {
    margin-top: 10em;
}
.banner-w3lstext h2, .banner-w3lstext h3 {
    font-size: 2.5em;
} 
.albums-right, .albums1-left {
    padding: 4em 3em;
}
.albums h4 {
    font-size: 2em;
}
}  
@media(max-width:768px){
.navbar-nav li {
    margin: 0 0.8em;
}
.navbar-header {
    margin: 0 !important;
}
.header .navbar-header h1{
    font-size: 2.5em;
}
.welcome, .services, .slid, .newsletter, .codes {
    padding: 4em 0;
}
.welcome-w3right { 
    width: 55%;
}
.wthree-almubimg {
    min-height: 332px;
}
.slid p { 
    width: 85%; 
}
.slid h4 ,h3.agileits-title{
    font-size: 2.8em; 
}
.agileinfo_stats_grid h4.counter {
    font-size: 3.5em;
}
.agileinfo_stats_grid h5 {
    font-size: 1.5em; 
}
.banner.about-banner {
    min-height: 240px;
}
.banner-w3lstext h2, .banner-w3lstext h3 {
    font-size: 2.2em;
}
.banner.about-banner .banner-text {
    margin-top: 2.5em;
}
}
@media(max-width:767px){
.header {
    padding: 1.5em 1em;
}
.header ul.nav.navbar-nav.navbar-left {
    margin: 0;
    display: block;
} 
.header .nav.navbar-nav.navbar-left li a { 
    font-size: 1.1em; 
	padding:.2em 0;
}
.header .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    background: #000;
}
.header .navbar-default .navbar-toggle {
    border-color: #f88522;
    background: #f88522;
    margin:8px 0 0;
}
.header.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.header .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #f88522;
} 
.header .navbar-nav > li {
    margin: 0;
    display: block;
    padding-top: 0.8em;
} 
div#bs-example-navbar-collapse-1 {
    background: rgba(0, 0, 0, 0.83);
    margin: 0;
    padding: 0;
    position: absolute;
    width: 95%;
    z-index: 999; 
    margin-top: 1.5em;
}
.header .navbar-default .navbar-nav > li > a:before {
    width: 0;
	display:none;
}
.header ul.nav.navbar-nav.navbar-left {
    margin: 0;
    display: block;
}
.header .navbar-nav > li > .dropdown-menu li { 
    margin: 0;
}
.header .navbar-nav > li > .dropdown-menu li:nth-child(1) { 
    margin: 1em 0;
}
.social-icon {
    float: none;
    margin: 0.5em 0 1.3em;
    text-align: center;
}
.banner {
    min-height: 570px;
}
.banner-text {
    margin-top: 8em;
}
.albums1-right {
    float: none;
} 
.newsletter input[type="text"] {
    width: 73%;
}
.agileinfo_stats_grid h4.counter { 
    margin-bottom: 0.2em;
}
.footer-wthree-grid:nth-child(2) {
    margin: 2em 0;
}
.social-icon.footerw3ls { 
    text-align: left;
}
.footer-wthree-grid h3 {
    font-size: 1.6em; 
}
.contact-w3ls-row {
    width: 90%; 
}
.slid h4, h3.agileits-title {
    font-size: 2.6em;
}
.welcome h4 {
    font-size: 1.4em; 
}
.about-slid h3 {
    font-size: 1.5em; 
}
.banner.about-banner {
    min-height: 210px;
}
.banner-w3lstext h2, .banner-w3lstext h3 {
    font-size: 1.8em;
}
.welcome-w3right {
    width: 100%;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
}
@media(max-width:667px){
.map iframe { 
    min-height: 250px; 
} 
}
@media(max-width:640px){
.newsletter form { 
    width: 80%; 
}
}
@media(max-width:568px){
.newsletter form {
    width: 86%;
}
.simplefilter li { 
    font-size: .9em;
}
.agileinfo_stats_grid h5 {
    font-size: 1.4em;
}
}
@media(max-width:480px){
.banner-w3lstext p {
    width: 85%;
    font-size: 1em;
}
.banner {
    min-height: 500px;
}
.banner-text {
    margin-top: 6em;
}
.welcome, .services, .slid, .newsletter, .codes {
    padding: 3em 0;
}
.albums h4 {
    font-size: 1.8em;
}
.albums-right, .albums1-left {
    padding: 3em 2em;
}
.slid h4, h3.agileits-title {
    font-size: 2.4em;
}
.newsletter form {
    width: 100%;
}
.footer-agile { 
    padding: 3em 0 2em;
}
.ch-grid li.ch-grid-item { 
    margin: 10px;
}
.simplefilter li {  
    margin: 0;
	padding: 0.8em 1.5em;
}
.wthree-almubimg {
    min-height: 230px;
}
.services-grids {
    float: none;
    width: 100%;
}
.services-grids:nth-child(2){
    margin-top: 1.5em;
}
.agileinfo_stats_grid { 
    float: none;
    width: 100%;
}
.agileinfo_stats_grid h4.counter {
    font-size: 3em;
}
.agileinfo_stats_grid:nth-child(2){ 
    margin: 1.5em 0;
}
div#bs-example-navbar-collapse-1 { 
    width: 93%; 
}
}
@media(max-width:414px){
.header .navbar-header h1{
    font-size: 2.2em;
}
.header {
    padding: 1.5em 0.5em 1em;
}
div#bs-example-navbar-collapse-1 { 
    width: 92%; 
}
.albums-right, .albums1-left {
    padding: 2em 1.5em;
}
.albums h4 {
    font-size: 1.6em;
}
.slid p {
    width: 100%;
} 
p {
    font-size: 0.9em; 
}
.newsletter input[type="submit"],.newsletter input[type="text"] { 
    font-size: 0.9em; 
}
.agileinfo_stats_grid h5 {
    font-size: 1.2em;
}
.newsletter input[type="text"] {
    width: 71%;
}
.simplefilter li { 
    padding: 0.8em 1em;  
}
}  
@media(max-width:384px){
.simplefilter li {
    font-size: .8em;
}
.newsletter input[type="text"] {
    width: 70%;
}
}
@media(max-width:375px){
.newsletter input[type="text"] {
    width: 69%;
} 
.simplefilter li { 
    font-size: .8em;
}
.welcome-w3left, .welcome-w3right {
    padding: 0;
}   
.slid h4, h3.agileits-title {
    font-size: 2em; 
}
.banner-text {
    margin-top: 5em;
}
.contact input[type="text"] {
    width: 100%; 
	font-size: 0.9em;
}
.contact-w3ls-row {
    width: 100%;
}
.about-slid h3 {
    font-size: 1.3em; 
    letter-spacing: 0px;
    width: 99%;
}
.welcome, .services, .slid, .newsletter, .codes {
    padding: 2em 0;
} 
ul.simplefilter { 
    margin-bottom: 1em;
}
.footer-wthree-grid ul li {
    margin-top: 0.8em;
    font-size: 0.9em; 
}
}
@media(max-width:320px){
.header {
    padding: 1em 0 0.5em;
}
.header .navbar-default .navbar-toggle { 
    margin: 6px 0 0;
}
.banner-w3lstext h2, .banner-w3lstext h3 {
    font-size: 1.5em;
}
.banner {
    min-height: 440px;
}
.banner-w3lstext p {
    width: 95%;
    font-size: 0.9em;
}
.banner-text {
    margin-top: 4em;
} 
.footer-wthree-grid {
    padding: 0;
} 
.agileinfo_stats_grid h4.counter {
    font-size: 2.5em;
}
.banner.about-banner {
    min-height: 170px;
}
.banner.about-banner .banner-text {
    margin-top: 1.8em;
}
.footer-wthree-grid:nth-child(1) {
    padding-right: 1em;
}
.simplefilter li {
    font-size: 0.7em;
	padding: 0.8em 0.8em;
    margin: 0;
} 
.newsletter input[type="text"] {
    width: 63%; 
}
div#bs-example-navbar-collapse-1 {
    width: 90%;
    margin-top: 1em;
}
}
.google-maps {
position: relative;
padding-bottom: 30%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/*-- //responsive-design --*/
/*button --*/

}

#intro {
  width: 10px;
  margin: 10px auto 0;
}
.button {
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-top: 3px;
    margin-bottom: 20px;
}

.button .bottom {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 100%;
    height: 100%;
    background-color: #ff9907;
    display: block;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.button .top {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 6px 10px 6px 10px;
    border: 2px solid #000;
}

.button-dark .top {
    border: 2px solid #fff;
}

.button .top .label {
    font-family: sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 10px;
    line-height: 110%;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.button-dark .top .label {
    color: #fff;
}

.button:hover .bottom {
    left: 0;
    top: 0;
    background-color: #f3f3f3;
}

.button:hover .top .label {
    color: #fba248;
}

.button-border {
    position: absolute;
    background-color: #fba248;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.button:hover .top .button-border-left,.button:hover .top .button-border-right {
    height: calc(100% + 2px);
}

.button:hover .top .button-border-top,.button:hover .top .button-border-bottom {
    width: calc(100% + 2px);
}

.button-border-left {
    left: -2px;
    bottom: -2px;
    width: 2px;
    height: 0;
}

.button-border-top {
    left: -2px;
    top: -2px;
    width: 0;
    height: 2px;
}

.button-border-right {
    right: -2px;
    top: -2px;
    width: 2px;
    height: 0;
}

.button-border-bottom {
    right: -2px;
    bottom: -2px;
    width: 0;
    height: 2px;
}

/*button2c*/

.button2c {
  display:block;
  width:50px;
  height:50px;
  background: rgba(100, 100, 200, 1);
  border-radius:25px;
  border:2px solid rgba(100, 100, 200, 1);
  margin-left:0px;
  transition: all .1s;
  overflow:hidden;
  bottom:0px;
  position:relative;
}

.button2c:hover {
  display:block;
  width:60px;
  height:60px;
  background: rgba(100, 100, 200, 0);
  border-radius:35px;
  border:7px solid rgba(100, 100, 200, 0);
  cursor:pointer;
  transition: all .1s;
  overflow:hidden;
  bottom:13px;
  position:relative;
  /*transform: rotate(90deg);*/
}

.button2c-content {
  font-family:Helvetica;
  font-size:11px;
  font-weight:normal;
  line-height:50px;
  color: rgba(255, 255, 255, 1);
  border-radius:25px;
  width:50px;
  position: relative;
  transition: all .3s;
  height:55px;
  bottom:0px;
}

.button2c-content:before{
  content: 'f';
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  width:50px;
  height:50px;
  border-radius:20px;
  color: rgba(100, 100, 200, 1);
  top:55px;
  font-size:20px;
  font-weight:bold;
  right:0px;
  /*transform:rotate(-90deg)*/
}

.button2c:hover .button2c-content {
  font-family:Helvetica;
  font-size:10px;
  font-weight:normal;
  line-height:50px;
  color: rgba(255, 255, 255, 0);
  width:50px;
  /*transition: all .3s;*/
  background-color: rgba(100, 100, 200, 0);
  height:50px;
  bottom:50px;
}

/*Containers*/

.container.f {
  width:200px;
  height:75px;
  margin:15px;
  float:left;
  vertical-align:middle;
}
p.f {  
  text-shadow: -1px 1px rgba(255, 255, 255, 1), -2px 2px rgba(255, 255, 255, 1);
}

 hr { 
   width: 80%;
  
 }




/


/* Icon */

    .icon {
        text-decoration: none;
        border-bottom: none;
        position: relative;
    }

        .icon:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

        .icon > .label {
            display: none;
        }

/* List */

    ol {
        list-style: decimal;
        margin: 0 0 2em 0;
        padding-left: 1.25em;
    }

        ol li {
            padding-left: 0.25em;
        }

    ul {
        list-style: disc;
        margin: 0 0 2em 0;
        padding-left: 1em;
    }

        ul li {
            padding-left: 0.5em;
        }

        ul.alt {
            list-style: none;
            padding-left: 0;
        }

            ul.alt li {
                border-top: solid 1px #36383c;
                padding: 0.5em 0;
            }

                ul.alt li:first-child {
                    border-top: 0;
                    padding-top: 0;
                }

        ul.icons {
            cursor: default;
            list-style: none;
            padding-left: 0;
        }

            ul.icons li {
                display: inline-block;
                padding: 0 1em 0 0;
            }

                ul.icons li:last-child {
                    padding-right: 0;
                }

                ul.icons li .icon {
                    color: #505051;
                }

                    ul.icons li .icon:before {
                        font-size: 1.5em;
                    }

        ul.actions {
            cursor: default;
            list-style: none;
            padding-left: 0;
        }

            ul.actions li {
                display: inline-block;
                padding: 0 1em 0 0;
                vertical-align: middle;
            }

                ul.actions li:last-child {
                    padding-right: 0;
                }

            ul.actions.small li {
                padding: 0 0.5em 0 0;
            }

            ul.actions.vertical li {
                display: block;
                padding: 1em 0 0 0;
            }

                ul.actions.vertical li:first-child {
                    padding-top: 0;
                }

                ul.actions.vertical li > * {
                    margin-bottom: 0;
                }

            ul.actions.vertical.small li {
                padding: 0.5em 0 0 0;
            }

                ul.actions.vertical.small li:first-child {
                    padding-top: 0;
                }

            ul.actions.fit {
                display: table;
                margin-left: -1em;
                padding: 0;
                table-layout: fixed;
                width: calc(100% + 1em);
            }

                ul.actions.fit li {
                    display: table-cell;
                    padding: 0 0 0 1em;
                }

                    ul.actions.fit li > * {
                        margin-bottom: 0;
                    }

                ul.actions.fit.small {
                    margin-left: -0.5em;
                    width: calc(100% + 0.5em);
                }

                    ul.actions.fit.small li {
                        padding: 0 0 0 0.5em;
                    }

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

                ul.actions {
                    margin: 0 0 2em 0;
                }

                    ul.actions li {
                        padding: 1em 0 0 0;
                        display: block;
                        text-align: center;
                        width: 100%;
                    }

                        ul.actions li:first-child {
                            padding-top: 0;
                        }

                        ul.actions li > * {
                            width: 100%;
                            margin: 0 !important;
                        }

                            ul.actions li > *.icon:before {
                                margin-left: -2em;
                            }

                    ul.actions.small li {
                        padding: 0.5em 0 0 0;
                    }

                        ul.actions.small li:first-child {
                            padding-top: 0;
                        }

            }

    dl {
        margin: 0 0 2em 0;
    }

        dl dt {
            display: block;
            font-weight: 300;
            margin: 0 0 1em 0;
        }

        dl dd {
            margin-left: 2em;
        }

/* Table */

    .table-wrapper {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }

    table {
        margin: 0 0 2em 0;
        width: 100%;
    }

        table tbody tr {
            border: solid 1px #fff;
            border-left: 0;
            border-right: 0;
        }

        

        table td {
            padding: 0.2em 0.75em;
            letter-spacing: 1px ;
        }

        table th {
            color: #ffffff;
            font-size: 0.9em;
            font-weight: 300;
            padding: 0 0.75em 0.75em 0.75em;
            text-align: left;
        }

        table thead {
            border-bottom: solid 2px #36383c;
        }

        table tfoot {
            border-top: solid 2px #36383c;
        }

        table.alt {
            border-collapse: separate;
        }

            table.alt tbody tr td {
                border: solid 1px #36383c;
                border-left-width: 0;
                border-top-width: 0;
            }

                table.alt tbody tr td:first-child {
                    border-left-width: 1px;
                }

            table.alt tbody tr:first-child td {
                border-top-width: 1px;
            }

            table.alt thead {
                border-bottom: 0;
            }

            table.alt tfoot {
                border-top: 0;
            }

/* Panel */

    .panel {
        padding: 4em 4em 2em 4em ;
        -moz-transform: translateY(100vh);
        -webkit-transform: translateY(100vh);
        -ms-transform: translateY(100vh);
        transform: translateY(100vh);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        -webkit-overflow-scrolling: touch;
        background: rgba(36, 38, 41, 0.975);
        bottom: 4em;
        left: 0;
        max-height: calc(80vh - 4em);
        overflow-y: auto;
        position: fixed;
        width: 100%;
        z-index: 10001;
    }

        .panel.active {
            -moz-transform: translateY(1px);
            -webkit-transform: translateY(1px);
            -ms-transform: translateY(1px);
            transform: translateY(1px);
        }

        .panel > .inner {
            margin: 0 auto;
            max-width: 100%;
            width: 75em;
        }

            .panel > .inner.split {
                display: -moz-flex;
                display: -webkit-flex;
                display: -ms-flex;
                display: flex;
            }

                .panel > .inner.split > div {
                    margin-left: 4em;
                    width: 50%;
                }

                .panel > .inner.split > :first-child {
                    margin-left: 0;
                }

        .panel > .closer {
            -moz-transition: opacity 0.2s ease-in-out;
            -webkit-transition: opacity 0.2s ease-in-out;
            -ms-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
            background-image: url("images/close.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 3em;
            cursor: pointer;
            height: 5em;
            opacity: 0.25;
            position: absolute;
            right: 0;
            top: 0;
            width: 5em;
            z-index: 2;
        }

            .panel > .closer:hover {
                opacity: 1.0;
            }

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

            .panel {
                padding: 3em 3em 1em 3em ;
            }

                .panel > .inner.split > div {
                    margin-left: 3em;
                }

                .panel > .closer {
                    background-size: 2.5em;
                    background-position: 75% 25%;
                }

        }

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

            .panel > .inner.split {
                -moz-flex-direction: column;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .panel > .inner.split > div {
                    margin-left: 0;
                    width: 100%;
                }

        }

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

            .panel {
                -moz-transform: translateY(-100vh);
                -webkit-transform: translateY(-100vh);
                -ms-transform: translateY(-100vh);
                transform: translateY(-100vh);
                padding: 4em 2em 2em 2em ;
                bottom: auto;
                top: calc(4em - 1px);
            }

                .panel.active {
                    -moz-transform: translateY(0);
                    -webkit-transform: translateY(0);
                    -ms-transform: translateY(0);
                    transform: translateY(0);
                }

        }

/* Poptrox Popup */

    .poptrox-overlay {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    .poptrox-popup {
        background: rgba(31, 34, 36, 0.925);
        box-shadow: 0 1em 3em 0.5em rgba(0, 0, 0, 0.25);
        cursor: default;
    }

        .poptrox-popup:before {
            -moz-transition: opacity 0.2s ease-in-out;
            -webkit-transition: opacity 0.2s ease-in-out;
            -ms-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
            background-image: -moz-linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), -moz-linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
            background-image: -webkit-linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), -webkit-linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
            background-image: -ms-linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), -ms-linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
            background-image: linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
            content: '';
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
            opacity: 1;
        }

        .poptrox-popup .closer {
            -moz-transition: opacity 0.2s ease-in-out;
            -webkit-transition: opacity 0.2s ease-in-out;
            -ms-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
            background-image: url("images/close.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 3em;
            height: 5em;
            opacity: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 5em;
            z-index: 2;
        }

        .poptrox-popup .nav-previous,
        .poptrox-popup .nav-next {
            -moz-transition: opacity 0.2s ease-in-out;
            -webkit-transition: opacity 0.2s ease-in-out;
            -ms-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
            background-image: url("images/arrow.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 5em;
            cursor: pointer;
            height: 8em;
            margin-top: -4em;
            opacity: 0;
            position: absolute;
            top: 50%;
            width: 6em;
            z-index: 2;
        }

        .poptrox-popup .nav-previous {
            -moz-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            transform: scaleX(-1);
            left: 0;
        }

        .poptrox-popup .nav-next {
            right: 0;
        }

        .poptrox-popup .caption {
            padding: 2em 2em 0.1em 2em ;
            background-image: -moz-linear-gradient(to top, rgba(16,16,16,0.45) 25%, rgba(16,16,16,0) 100%);
            background-image: -webkit-linear-gradient(to top, rgba(16,16,16,0.45) 25%, rgba(16,16,16,0) 100%);
            background-image: -ms-linear-gradient(to top, rgba(16,16,16,0.45) 25%, rgba(16,16,16,0) 100%);
            background-image: linear-gradient(to top, rgba(16,16,16,0.45) 25%, rgba(16,16,16,0) 100%);
            bottom: 0;
            cursor: default;
            left: 0;
            position: absolute;
            text-align: left;
            width: 100%;
            z-index: 2;
        }

            .poptrox-popup .caption h2, .poptrox-popup .caption h3, .poptrox-popup .caption h4, .poptrox-popup .caption h5, .poptrox-popup .caption h6 {
                margin: 0 0 0.5em 0;
            }

            .poptrox-popup .caption p {
                color: #ffffff;
            }

        .poptrox-popup .loader {
            -moz-animation: spinner 1s infinite linear !important;
            -webkit-animation: spinner 1s infinite linear !important;
            -ms-animation: spinner 1s infinite linear !important;
            animation: spinner 1s infinite linear !important;
            background-image: url("images/spinner.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
            font-size: 2em;
            height: 2em;
            left: 50%;
            line-height: 2em;
            margin: -1em 0 0 -1em;
            opacity: 0.25;
            position: absolute;
            text-align: center;
            top: 50%;
            width: 2em;
        }

        .poptrox-popup:hover .closer,
        .poptrox-popup:hover .nav-previous,
        .poptrox-popup:hover .nav-next {
            opacity: 0.5;
        }

            .poptrox-popup:hover .closer:hover,
            .poptrox-popup:hover .nav-previous:hover,
            .poptrox-popup:hover .nav-next:hover {
                opacity: 1.0;
            }

        .poptrox-popup.loading:before {
            opacity: 0;
        }

        body.touch .poptrox-popup .closer,
        body.touch .poptrox-popup .nav-previous,
        body.touch .poptrox-popup .nav-next {
            opacity: 1.0 !important;
        }

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

            .poptrox-popup .closer {
                background-size: 3em;
            }

            .poptrox-popup .nav-previous,
            .poptrox-popup .nav-next {
                background-size: 4em;
            }

        }

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

            .poptrox-popup:before {
                display: none;
            }

            .poptrox-popup .caption {
                display: none !important;
            }

            .poptrox-popup .closer,
            .poptrox-popup .nav-previous,
            .poptrox-popup .nav-next {
                display: none !important;
            }

        }

/* Wrapper */

    #wrapper {
        -moz-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -moz-filter 0.5s ease;
        -webkit-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -webkit-filter 0.5s ease;
        -ms-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -ms-filter 0.5s ease;
        transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, filter 0.5s ease;
        position: relative;
    }

        #wrapper:after {
            -moz-pointer-events: none;
            -webkit-pointer-events: none;
            -ms-pointer-events: none;
            pointer-events: none;
            -moz-transition: opacity 0.5s ease, visibility 0.5s;
            -webkit-transition: opacity 0.5s ease, visibility 0.5s;
            -ms-transition: opacity 0.5s ease, visibility 0.5s;
            transition: opacity 0.5s ease, visibility 0.5s;
            background: rgba(36, 38, 41, 0.5);
            content: '';
            display: block;
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            visibility: hidden;
            width: 100%;
            z-index: 1;
        }

          


        #wrapper:before {
            -moz-animation: spinner 1s infinite linear !important;
            -webkit-animation: spinner 1s infinite linear !important;
            -ms-animation: spinner 1s infinite linear !important;
            animation: spinner 1s infinite linear !important;
            -moz-pointer-events: none;
            -webkit-pointer-events: none;
            -ms-pointer-events: none;
            pointer-events: none;
            -moz-transition: top 0.75s ease-in-out, opacity 0.35s ease-out, visibility 0.35s;
            -webkit-transition: top 0.75s ease-in-out, opacity 0.35s ease-out, visibility 0.35s;
            -ms-transition: top 0.75s ease-in-out, opacity 0.35s ease-out, visibility 0.35s;
            transition: top 0.75s ease-in-out, opacity 0.35s ease-out, visibility 0.35s;
            background-image: url("images/spinner.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            content: '';
            display: block;
            font-size: 2em;
            height: 2em;
            left: 50%;
            line-height: 2em;
            margin: -1em 0 0 -1em;
            opacity: 0;
            position: fixed;
            text-align: center;
            top: 75%;
            visibility: hidden;
            width: 2em;
        }

        body.loading #wrapper:before {
            -moz-transition: opacity 1s ease-out !important;
            -webkit-transition: opacity 1s ease-out !important;
            -ms-transition: opacity 1s ease-out !important;
            transition: opacity 1s ease-out !important;
            -moz-transition-delay: 0.5s !important;
            -webkit-transition-delay: 0.5s !important;
            -ms-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important;
            opacity: 0.25;
            top: 50%;
            visibility: visible;
        }



/* Main */

    #main {
        -moz-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -moz-filter 0.5s ease;
        -webkit-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -webkit-filter 0.5s ease;
        -ms-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -ms-filter 0.5s ease;
        transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, filter 0.5s ease;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

        #main .thumb {
            -moz-transition: opacity 0.5s ease-in-out;
            -webkit-transition: opacity 0.5s ease-in-out;
            -ms-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
            -moz-pointer-events: auto;
            -webkit-pointer-events: auto;
            -ms-pointer-events: auto;
            pointer-events: auto;
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
            opacity: 1;
            overflow: hidden;
            position: relative;
          
        }

            #main .thumb:after {
                background-image: -moz-linear-gradient(to top, rgba(10,17,25,0.35) 5%, rgba(10,17,25,0) 35%);
                background-image: -webkit-linear-gradient(to top, rgba(10,17,25,0.35) 5%, rgba(10,17,25,0) 35%);
                background-image: -ms-linear-gradient(to top, rgba(10,17,25,0.35) 5%, rgba(10,17,25,0) 35%);
                background-image: linear-gradient(to top, rgba(10,17,25,0.35) 5%, rgba(10,17,25,0) 35%);
                -moz-pointer-events: none;
                -webkit-pointer-events: none;
                -ms-pointer-events: none;
                pointer-events: none;
                background-size: cover;
                content: '';
                display: block;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
            }

            #main .thumb > .image {
                -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                border: 0;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
            }

            #main .thumb > h2 {
                -moz-pointer-events: none;
                -webkit-pointer-events: none;
                -ms-pointer-events: none;
                pointer-events: none;
                bottom: 1.875em;
                font-size: 0.8em;
                left: 2.1875em;
                margin: 0;
                position: absolute;
                z-index: 1;
            }

            #main .thumb > p {
                display: none;
            }

        #main:after {
            -moz-pointer-events: none;
            -webkit-pointer-events: none;
            -ms-pointer-events: none;
            pointer-events: none;
            -moz-transition: opacity 0.5s ease, visibility 0.5s;
            -webkit-transition: opacity 0.5s ease, visibility 0.5s;
            -ms-transition: opacity 0.5s ease, visibility 0.5s;
            transition: opacity 0.5s ease, visibility 0.5s;
            background: rgba(36, 38, 41, 0.25);
            content: '';
            display: block;
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            visibility: hidden;
            width: 100%;
            z-index: 1;
        }

            body.ie #main:after {
                background: rgba(36, 38, 41, 0.55);
            }

        body.content-active #main {
            -moz-filter: blur(6px);
            -webkit-filter: blur(6px);
            -ms-filter: blur(6px);
            filter: blur(6px);
        }

            body.content-active #main:after {
                -moz-pointer-events: auto;
                -webkit-pointer-events: auto;
                -ms-pointer-events: auto;
                pointer-events: auto;
                opacity: 1;
                visibility: visible;
            }

        body.loading #main .thumb {
            -moz-pointer-events: none;
            -webkit-pointer-events: none;
            -ms-pointer-events: none;
            pointer-events: none;
            opacity: 0;
        }

        #main .thumb {
            -moz-transition-delay: 2.525s;
            -webkit-transition-delay: 2.525s;
            -ms-transition-delay: 2.525s;
            transition-delay: 2.525s;
            height: calc(40vh - 2em);
            min-height: 20em;
            width: 25%;
        }

            #main .thumb:nth-child(1) {
                -moz-transition-delay: 0.65s;
                -webkit-transition-delay: 0.65s;
                -ms-transition-delay: 0.65s;
                transition-delay: 0.65s;
            }

            #main .thumb:nth-child(2) {
                -moz-transition-delay: 0.8s;
                -webkit-transition-delay: 0.8s;
                -ms-transition-delay: 0.8s;
                transition-delay: 0.8s;
            }

            #main .thumb:nth-child(3) {
                -moz-transition-delay: 0.95s;
                -webkit-transition-delay: 0.95s;
                -ms-transition-delay: 0.95s;
                transition-delay: 0.95s;
            }

            #main .thumb:nth-child(4) {
                -moz-transition-delay: 1.1s;
                -webkit-transition-delay: 1.1s;
                -ms-transition-delay: 1.1s;
                transition-delay: 1.1s;
            }

            #main .thumb:nth-child(5) {
                -moz-transition-delay: 1.25s;
                -webkit-transition-delay: 1.25s;
                -ms-transition-delay: 1.25s;
                transition-delay: 1.25s;
            }

            #main .thumb:nth-child(6) {
                -moz-transition-delay: 1.4s;
                -webkit-transition-delay: 1.4s;
                -ms-transition-delay: 1.4s;
                transition-delay: 1.4s;
            }

            #main .thumb:nth-child(7) {
                -moz-transition-delay: 1.55s;
                -webkit-transition-delay: 1.55s;
                -ms-transition-delay: 1.55s;
                transition-delay: 1.55s;
            }

            #main .thumb:nth-child(8) {
                -moz-transition-delay: 1.7s;
                -webkit-transition-delay: 1.7s;
                -ms-transition-delay: 1.7s;
                transition-delay: 1.7s;
            }

            #main .thumb:nth-child(9) {
                -moz-transition-delay: 1.85s;
                -webkit-transition-delay: 1.85s;
                -ms-transition-delay: 1.85s;
                transition-delay: 1.85s;
            }

            #main .thumb:nth-child(10) {
                -moz-transition-delay: 2s;
                -webkit-transition-delay: 2s;
                -ms-transition-delay: 2s;
                transition-delay: 2s;
            }

            #main .thumb:nth-child(11) {
                -moz-transition-delay: 2.15s;
                -webkit-transition-delay: 2.15s;
                -ms-transition-delay: 2.15s;
                transition-delay: 2.15s;
            }

            #main .thumb:nth-child(12) {
                -moz-transition-delay: 2.3s;
                -webkit-transition-delay: 2.3s;
                -ms-transition-delay: 2.3s;
                transition-delay: 2.3s;
            }

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

            #main .thumb {
                -moz-transition-delay: 2.075s;
                -webkit-transition-delay: 2.075s;
                -ms-transition-delay: 2.075s;
                transition-delay: 2.075s;
                height: calc(40vh - 2em);
                min-height: 20em;
                width: 33.33333%;
            }

                #main .thumb:nth-child(1) {
                    -moz-transition-delay: 0.65s;
                    -webkit-transition-delay: 0.65s;
                    -ms-transition-delay: 0.65s;
                    transition-delay: 0.65s;
                }

                #main .thumb:nth-child(2) {
                    -moz-transition-delay: 0.8s;
                    -webkit-transition-delay: 0.8s;
                    -ms-transition-delay: 0.8s;
                    transition-delay: 0.8s;
                }

                #main .thumb:nth-child(3) {
                    -moz-transition-delay: 0.95s;
                    -webkit-transition-delay: 0.95s;
                    -ms-transition-delay: 0.95s;
                    transition-delay: 0.95s;
                }

                #main .thumb:nth-child(4) {
                    -moz-transition-delay: 1.1s;
                    -webkit-transition-delay: 1.1s;
                    -ms-transition-delay: 1.1s;
                    transition-delay: 1.1s;
                }

                #main .thumb:nth-child(5) {
                    -moz-transition-delay: 1.25s;
                    -webkit-transition-delay: 1.25s;
                    -ms-transition-delay: 1.25s;
                    transition-delay: 1.25s;
                }

                #main .thumb:nth-child(6) {
                    -moz-transition-delay: 1.4s;
                    -webkit-transition-delay: 1.4s;
                    -ms-transition-delay: 1.4s;
                    transition-delay: 1.4s;
                }

                #main .thumb:nth-child(7) {
                    -moz-transition-delay: 1.55s;
                    -webkit-transition-delay: 1.55s;
                    -ms-transition-delay: 1.55s;
                    transition-delay: 1.55s;
                }

                #main .thumb:nth-child(8) {
                    -moz-transition-delay: 1.7s;
                    -webkit-transition-delay: 1.7s;
                    -ms-transition-delay: 1.7s;
                    transition-delay: 1.7s;
                }

                #main .thumb:nth-child(9) {
                    -moz-transition-delay: 1.85s;
                    -webkit-transition-delay: 1.85s;
                    -ms-transition-delay: 1.85s;
                    transition-delay: 1.85s;
                }

        }

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

            #main .thumb {
                -moz-transition-delay: 1.625s;
                -webkit-transition-delay: 1.625s;
                -ms-transition-delay: 1.625s;
                transition-delay: 1.625s;
                height: calc(40vh - 2em);
                min-height: 20em;
                width: 50%;
            }

                #main .thumb:nth-child(1) {
                    -moz-transition-delay: 0.65s;
                    -webkit-transition-delay: 0.65s;
                    -ms-transition-delay: 0.65s;
                    transition-delay: 0.65s;
                }

                #main .thumb:nth-child(2) {
                    -moz-transition-delay: 0.8s;
                    -webkit-transition-delay: 0.8s;
                    -ms-transition-delay: 0.8s;
                    transition-delay: 0.8s;
                }

                #main .thumb:nth-child(3) {
                    -moz-transition-delay: 0.95s;
                    -webkit-transition-delay: 0.95s;
                    -ms-transition-delay: 0.95s;
                    transition-delay: 0.95s;
                }

                #main .thumb:nth-child(4) {
                    -moz-transition-delay: 1.1s;
                    -webkit-transition-delay: 1.1s;
                    -ms-transition-delay: 1.1s;
                    transition-delay: 1.1s;
                }

                #main .thumb:nth-child(5) {
                    -moz-transition-delay: 1.25s;
                    -webkit-transition-delay: 1.25s;
                    -ms-transition-delay: 1.25s;
                    transition-delay: 1.25s;
                }

                #main .thumb:nth-child(6) {
                    -moz-transition-delay: 1.4s;
                    -webkit-transition-delay: 1.4s;
                    -ms-transition-delay: 1.4s;
                    transition-delay: 1.4s;
                }

        }

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

            #main .thumb {
                -moz-transition-delay: 2.075s;
                -webkit-transition-delay: 2.075s;
                -ms-transition-delay: 2.075s;
                transition-delay: 2.075s;
                height: calc(28.57143vh - 1.33333em);
                min-height: 18em;
                width: 50%;
            }

                #main .thumb:nth-child(1) {
                    -moz-transition-delay: 0.65s;
                    -webkit-transition-delay: 0.65s;
                    -ms-transition-delay: 0.65s;
                    transition-delay: 0.65s;
                }

                #main .thumb:nth-child(2) {
                    -moz-transition-delay: 0.8s;
                    -webkit-transition-delay: 0.8s;
                    -ms-transition-delay: 0.8s;
                    transition-delay: 0.8s;
                }

                #main .thumb:nth-child(3) {
                    -moz-transition-delay: 0.95s;
                    -webkit-transition-delay: 0.95s;
                    -ms-transition-delay: 0.95s;
                    transition-delay: 0.95s;
                }

                #main .thumb:nth-child(4) {
                    -moz-transition-delay: 1.1s;
                    -webkit-transition-delay: 1.1s;
                    -ms-transition-delay: 1.1s;
                    transition-delay: 1.1s;
                }

                #main .thumb:nth-child(5) {
                    -moz-transition-delay: 1.25s;
                    -webkit-transition-delay: 1.25s;
                    -ms-transition-delay: 1.25s;
                    transition-delay: 1.25s;
                }

                #main .thumb:nth-child(6) {
                    -moz-transition-delay: 1.4s;
                    -webkit-transition-delay: 1.4s;
                    -ms-transition-delay: 1.4s;
                    transition-delay: 1.4s;
                }

                #main .thumb:nth-child(7) {
                    -moz-transition-delay: 1.55s;
                    -webkit-transition-delay: 1.55s;
                    -ms-transition-delay: 1.55s;
                    transition-delay: 1.55s;
                }

                #main .thumb:nth-child(8) {
                    -moz-transition-delay: 1.7s;
                    -webkit-transition-delay: 1.7s;
                    -ms-transition-delay: 1.7s;
                    transition-delay: 1.7s;
                }

                #main .thumb:nth-child(9) {
                    -moz-transition-delay: 1.85s;
                    -webkit-transition-delay: 1.85s;
                    -ms-transition-delay: 1.85s;
                    transition-delay: 1.85s;
                }

        }

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

            #main .thumb {
                -moz-transition-delay: 1.175s;
                -webkit-transition-delay: 1.175s;
                -ms-transition-delay: 1.175s;
                transition-delay: 1.175s;
                height: calc(40vh - 2em);
                min-height: 18em;
                width: 100%;
            }

                #main .thumb:nth-child(1) {
                    -moz-transition-delay: 0.65s;
                    -webkit-transition-delay: 0.65s;
                    -ms-transition-delay: 0.65s;
                    transition-delay: 0.65s;
                }

                #main .thumb:nth-child(2) {
                    -moz-transition-delay: 0.8s;
                    -webkit-transition-delay: 0.8s;
                    -ms-transition-delay: 0.8s;
                    transition-delay: 0.8s;
                }

                #main .thumb:nth-child(3) {
                    -moz-transition-delay: 0.95s;
                    -webkit-transition-delay: 0.95s;
                    -ms-transition-delay: 0.95s;
                    transition-delay: 0.95s;
                }

        }
/*--popup__*/
#popup {
   visibility: hidden;
   opacity: 0;
   margin-top: -300px;
   
}
.modal-wrapper div {
	position: absolute;
	margin-left: 20% ;
	margin: 20%, 20%,20%,20%;

	
    
}
 
#popup:target {
   visibility:visible;
   opacity: 1;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 999;
   -webkit-transition:all 1s;
   -moz-transition:all 1s;
   transition:all 1s;
}
.popup-contenedor {
   position: relative;
   margin:7% auto;
   padding:30px 50px;
   background-color: #fff;
   color:#000;
   border-radius: 3px;
    width:60%; 
    height:70%;
    overflow:scroll;
   
}
a.popup-cerrar {
   position: absolute;
   top:3px;
   right:3px;
   border-radius: 50px;
   background-color: #fe6f00;
   padding:7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color:#fff;
}

.colortext {
	color:#fe6f00;
	font-size: 15px;
	}


.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
          
        }
    }

    .carousel-control {
        z-index: 2;
    }
}

.preguntasfrecuentes {
    padding-top: 20px ;
    align-content: center;
    position: relative;
        }
}


.carousel-fade {
    .carousel-inner {
        .item {
             transition-property: opacity, left;
  transition-duration: 3s, 5s;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
          
        }
    }

    .carousel-control {
        z-index: 2;
    }
}

html, 
body, 
.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: 500px;
}

.carousel h3 {
        position: relative;
    top: 207px;
    font-family: 'Shadows Into Light';
    letter-spacing: 2px ;
    font-size: 34px;
    color: #fff;
text-shadow: 2px 2px 0px rgba(0,0,0,0.5);
    }

.item:nth-child(1) {
     background:url(http://www.hosteliquique.cl/images/slide2-marjoreyesf.cl.jpg)no-repeat center bottom;
    -webkit-background-size:cover; 
    -moz-background-size:cover; 
    -o-background-size:cover;
    -ms-background-size:cover;  
    background-size:cover; 
    min-height: 150px;
    position:relative;
}

.item:nth-child(2) {
     background:url(http://www.hosteliquique.cl/images/slide1-marjoreyesf.cl.jpg)no-repeat center bottom;
    -webkit-background-size:cover; 
    -moz-background-size:cover; 
    -o-background-size:cover;
    -ms-background-size:cover;  
    background-size:cover; 
    min-height: 150px;
    position:relative;
}

.item:nth-child(3) {
 
      background:url(http://www.hosteliquique.cl/images/terrazaparejapanoramica.jpg)no-repeat center bottom;
    -webkit-background-size:cover; 
    -moz-background-size:cover; 
    -o-background-size:cover;
    -ms-background-size:cover;  
    background-size:cover; 
    min-height: 150px;
    position:relative;
}




*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  background-size: cover;
  
}


.box {
  width: 50%;
  position: relative;
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.popup p{
      color: #333;
      font-size: 20px;
      text-align: center;
     
     font-family: 'Shadows Into Light';

    }


.popup h2 {
  margin-top: 30px;
  color: #333;
  font-family: 'Shadows Into Light';
  text-align: center;
  font-weight: bold;
}
.popup h3 {
    margin-top: 10px;
  color: #333;
  font-family: 'Shadows Into Light';
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.popup .content {
  overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
  content:"";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9;
}
.overlay .popup {
  background-image: url(http://www.hosteliquique.cl/images/bg-popup.jpg);
  background-image: no-repeat;

  border-radius: 5px;
  
  position: fixed;
  top: 0;

  padding: 25px;

  z-index: 10;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;

}
.overlay:target .popup {
    top: -100%;
    left: -100%;
}

@media screen and (max-width: 768px){
  .box{
    width: 70%;
  }
  .overlay .popup{
    width: 70%;
    left: 15%;
  }
}






/* CSS Code */



.popScroll
{
position:fixed; z-index:10; top:0;
display:    table;
text-align: center;
width:      100%;
height:     100%;
background-color:rgba(0, 0, 0, 0.54);;

}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  background-size: cover;
  
}

.popup2
{
 overflow:auto;
       

    position: relative;        
    width: 400px;            
    height: 400px;       
    margin-left: auto;      
    margin-right: auto; 

  z-index: 10;
margin-top: 70px;
display:block;
text-align:center;
-moz-background-clip: padding;
-o-background-clip: padding;
-webkit-background-clip: padding-box;
background-image: url(http://www.hosteliquique.cl/images/bg-popup.jpg);
background-image: no-repeat;
background-color: #fff;


-moz-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
-o-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
-webkit-transform-origin:top center;
-moz-transform-origin:top center;
-o-transform-origin:top center;
transform-origin:top center;
-webkit-animation: iconosani 1.2s forwards;
animation: iconosani 1.2s forwards;
-moz-animation: iconosani 1.2s forwards;
-o-animation: iconosani 1.2s forwards;
}

@-webkit-keyframes iconosani {
    0% {
        -webkit-transform: perspective(800px) rotateX(-90deg);
        -moz-transform: perspective(800px) rotateX(-90deg);
        -o-transform: perspective(800px) rotateX(-90deg);
        opacity: 1;
    } 
    40% {
        -webkit-transform: perspective(800px) rotateX(30deg);
        -moz-transform: perspective(800px) rotateX(30deg);
        -o-transform: perspective(800px) rotateX(30deg);
        opacity: 1;
    }
    70% {
        -webkit-transform: perspective(800px) rotateX(-10deg);
        -moz-transform: perspective(800px) rotateX(-10deg);
        -o-transform: perspective(800px) rotateX(-10deg);
    }
    100% {
        -webkit-transform: perspective(800px) rotateX(0deg);
        -moz-transform: perspective(800px) rotateX(0deg);
        -o-transform: perspective(800px) rotateX(0deg);
        opacity: 1;
    }
}


.popup2 .close {
    
  position: absolute;
  top: 20px;
  right: 20%;
  transition: all 0.2s;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup2 .close:hover {
  color: #000;
}

/* POPUP */

.box {
    display: table;
    visibility: hidden;
    -webkit-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    -ms-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    -moz-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    transform: perspective(1200px) rotateY(180deg) scale(0.1);
    top: 0;
    left: 0;
    z-index: -1;
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s all;
}

.box p {
    display: table-cell;
    vertical-align: middle;
    font-size: 64px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    opacity: 0;
    transition: .2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.box h2 {
  margin-top: 40px;
  color: #333;
  font-family: 'Shadows Into Light';
  text-align: center;
  font-weight: bold;
}


  
















