/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);



body {
  padding-top: 0px;
  font-family: 'Oswald', sans-serif;
 /* body padding for fixed top nav */
}

a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #e1e1e1;
 /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 50%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Footer Styles */
footer {
  margin: 50px 0;
}

/* Responsive Styles */
@media (max-width: 767px) {

  .carousel {
    height: 70%;
 /* increases the carousel height so it looks good on phones */
  }
}



.btn-info-1  {
  color: #fff !important;
  background-color:#5B9644 ;
  border:#5B9644  solid 2px;
  padding-bottom:10px;
  padding-top:10px;
  margin-bottom:5px;
  font-size:1.2em;
  font-weight:bold;
  border-radius:0px;
  text-align:center;
  z-index:200;

}

.btn-info-1:hover {
  color: #5B9644  !important;
  background-color:#fff;
  border:#5B9644  solid 2px;
  padding-bottom:10px;
  padding-top:10px; 
  margin-bottom:5px;
  font-size:1.2em;
  font-weight:bold;
  border-radius:0px;
  text-align:center;
  z-index:200;
  text-decoration:none;

}


.btn-info-2  {
  color: #fff !important;
  background-color:#CE4844;
  border:#CE4844 solid 2px;
  padding-bottom:10px;
  padding-top:10px;
  margin-bottom:5px;
  font-size:1.2em;
  font-weight:bold;
  border-radius:0px;
  text-align:center;
  z-index:200;

}

.btn-info-2:hover {
  color: #CE4844 !important;
  background-color:#fff;
  border:##CE4844 solid 2px;
  padding-bottom:10px;
  padding-top:10px; 
  margin-bottom:5px;
  font-size:1.2em;
  font-weight:bold;
  border-radius:0px;
  text-align:center;
  z-index:200;
  text-decoration:none;

}

.btn-info-1, .btn-info-2, .btn-info-1:hover, .btn-info-2:hover {
	border-radius:10px;
}

.languages {
	background-color:transparent;
	color:#FFF;
	margin-bottom:30px;
	position:relative;
	width:200px;
	margin:0 auto !important;
	
}

.btn-lang  {
  color: #fff !important;
  background-color:transparent;
  border:#fff solid 0px;
  padding:5px;
  font-size:1.2em;
  font-weight:normal !important;
  border-radius:0px;
  text-align:center;
  display: inline-block;
  z-index:200;

}

.btn-lang:hover  {
  color: #fff !important;
  background-color:#000;
  padding:5px;
  font-size:1.2em;
  font-weight:normal !important;
  border-radius:0px;
  text-align:center;
  display: inline-block;
  z-index:200;
  text-decoration:none !important;
  border-radius:10px;

}

.selected  {
  color: #fff !important;
  background-color:#000;
  border:#fff solid 2px;
  padding:3px;
  margin:0px;
  font-size:1.2em;
  font-weight:bold;
  border-radius:0px;
  text-align:center;
  display: inline-block;
  z-index:200;
  pointer-events: none;
  cursor: default;

}


.inicio {
	background-color:#5b9644 !important;
	padding:20px;
}

.inicio-review {
	background-color:#5b9644 !important;
	padding:2px;
}

.green{
	background-color:#5b9644 !important;
}


.logo-img {
	width:400px;
	position:relative;
	margin:0 auto !important;
	padding:20px;
	max-width: 100%;
    height: auto;

}

.logo-img img {
	border-radius:20px;
	margin:0 auto !important;
}

.logo-img p {
	font-size:24px;
	color:#fff;

}

.detail {
	width:auto;
	padding: 10px;
    background-color: #fff;
	border-radius: 20px;
	margin-bottom:50px !important;
}

.corner {
	width:46px;
	height:46px;
	background-image:url(../img/corner.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-left:30px;
}


.container {
	max-width:450px !important;
	text-align:center;
	background-color:#FFF;
	border-radius:20px;
	padding:20px;
	margin:0 auto !important;
}

.container-review {
	max-width:500px !important;
	text-align:center;
	background-color:#FFF;
	border-radius:20px;
	padding:20px;
	margin:0 auto !important;
}

.container-review p {
	font-size:16px;
}

.container h1, .container h2 {
	font-size:1.5em !important;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #5B9644 !important;
    margin: 1em 0;
    padding: 0;
}

@media (max-width:368px) {
.container, .container-review {
	max-width:368px !important;
	text-align:center;
	padding: 5px !important;
}
}

@media (max-width:468px) {
.inicio {
	background-color:#5b9644 !important;
	padding:4px !important;
}

.col-lg-12, .col-md-12 {
	min-height: 1px;
    position: relative;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.space p {
	margin-bottom:50px;
	display:block;
	position:relative;
}

.logo-img {
	width:390px;
	position:relative;
	margin:0 auto !important;
	padding:10px !important;
	max-width: 100%;
    height: auto;

}

}

/* new-form-Css */


.form-tours {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid # ;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-tours:hover {
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .6);
}

.form-tours:focus {
  border-color: #fff;
  border-left:#000 solid 4px;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .6);
}
.form-tours:-moz-placeholder {
  color: #666;
}
.form-tours:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.form-tours:-ms-input-placeholder {
  color: #666;
}
.form-tours:-webkit-input-placeholder {
  color: #666;
}
.form-tours[disabled],
.form-tours[readonly],
fieldset[disabled] .form-tours {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-tours {
  height: auto;
}

.error[generated=true] {
  color: #fff;
  background-color:#D9534F;
  width:100% !important;
  font-weight:normal;
  position:relative;
  font-size: 16px;
  text-align:center;
  padding: 5px 20px 5px 20px;
  margin-left:0px !important;
}

.error label {
	width:100%;
}

    input,textarea  {
	background: #FFF;
	border: 1px solid #000;
	font-family:Arial, Helvetica, sans-serif;    
	font-size: 16px;
	line-height: 29px;
	min-height: 10px;
	padding: 5px 10px;
	width: 300px;
    }
	
    input:focus, textarea:focus {
	border-color: #fff;
	outline: none;
    }
	
    textarea {
	min-height: 30px;
	resize: vertical;	
    }

    input[type=submit] {
	background:#000;
	color: #fff;
	text-transform:uppercase;
	border: #000 solid 3px;
	font-weight:bold;
	padding: 7px 20px;
	width: 100%;
	float:left;
	margin-top:-15px;
	margin-bottom:30px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
    }

    input[type=submit]:hover {
	background:#5B9644 ;
	color: #FFF !important;
	border: #5B9644  solid 3px;
	font-weight:bold;
	padding: 7px 20px;
	width: 100%;
    }


    #response, #response-2 {
	margin-top:35px;	
	margin-bottom:0px;
	float:left;
	width:95%;
	color:#FFF;
	padding:10px 20px;
	font-size:14px;
	margin-right:0px;
	position:absolute;
	z-index:777;
	
    }
	
    #response .success, #response-2 .success {
	margin-top:35px;	
	margin-bottom:0px;
	float:left;
	width:95%;
	color:#FFF;
	padding:10px 20px;
	font-size:14px;
	margin-right:0px;
	background-color:#0C0;
	position:absolute;
	z-index:777;
    }
	
    #response .failure, #response-2 .failure {
	color: #dc0000;
	text-align: left;
	width:326px;
	font-size:14px;
    }

   .styled-select select {
   background: #FFF;  
   width: 100%;
   padding: 5px;
   color:#666666;
   font-size: 16px;
   border: 1px solid #000;
   height: 44px;
   overflow: hidden;
   /*background: url(new-arrow.jpg) no-repeat right #fff;*/
   }
   
	.styled-select select:hover{

    border-color: #000;
	background-color:#FFF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .6);
	}  
	
	.arrow-fake {
		width:44px;
		height:44px;
		background-color:#000;
		position:absolute;
		right:15px;
		top:25px;
		z-index:222;
		pointer-events:none;
	}

	.arrow-fake {
		width:44px;
		height:44px;
		background-color:#000;
		position:absolute;
		right:15px;
		top:25px;
		z-index:222;
		pointer-events:none;
	}
	
	.arrow-fake img {
		width:44px;
		height:44px;
		position:absolute;
		right:0px;
		top:0px;
		pointer-events:none;
	}
	
/*Para trip Advisor*/	

.center {
	position:relative;
	height:auto;
	margin:0 auto !important;
	background-color:#FFF;
	/*background-color:#589442;*/
}

.center p {
	text-align:center;
}

.center i {
	color:#589442;
	text-align:center;
	margin:0 auto;
	display: inherit;
}


.ssborder {
    border: 0px solid #589442 !important;
}


/* Check boxes */

.btn-group-radio input[type=radio] {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
   display:none;
}

.btn-group-radio input[type=radio]:checked + .btn {
  color: #fff;
  outline: 0;

}


.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-radius: 50%;
    width: 51px !important;
    height: 51px !important;
}



.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 50%;
    width: 51px;
    height: 51px;
}

#caritas i {
    margin-left: -0.14em !important;
    margin-top: -0.04em !important;
}


.b1 {
	color:#C00;
}

.b1:hover {
	color:#fff;
	background-color:#C00;
}

.btn-group-radio input[type=radio]:checked + .b1 { background-color:#C00; }


.b2 {
	color:#C00;
	opacity:0.5;
}

.b2:hover {
	color:#fff;
	background-color:#C00; opacity:0.5;
}

.btn-group-radio input[type=radio]:checked + .b2 { background-color:#C00; opacity:0.5; }

.b3 {
	color:#FC6;
}

.b3:hover {
	color:#fff;
	background-color:#FC6;
}

.btn-group-radio input[type=radio]:checked + .b3 { background-color:#FC6; }

.b4 {
	color:#090; opacity:0.5;
}

.b4:hover {
	color:#fff;
	background-color:#090; opacity:0.5;
}

.btn-group-radio input[type=radio]:checked + .b4 { background-color:#090; opacity:0.5; }

.b5 {
	color:#090;
}

.b5:hover {
	color:#fff;
	background-color:#090;
}

.btn-group-radio input[type=radio]:checked + .b5 { background-color:#090; }


.box, .box2 {
		
   display: none;
   margin-top: 10px !important;
   border-radius:10px;
   text-transform:uppercase;
   padding:3px;
   width:70%;
   margin:0 auto;
   border: 1px solid #ccc;
   background-color:#CCC !important;
}

.boxa, .boxb {
		
   margin-top: 10px !important;
   border-radius:10px;
   padding:3px;
   width:70%;
   margin:0 auto;

}

.thanks p {
	padding-top:30px;
	padding-bottom:30px;
	font-size:20px;
	font-weight:200;
	color:#fff;
}

.thanks a {

	font-size:20px;
	font-weight:200;
	color:#fff;
}