/*THEME MAPATOURS */
/*
#ELEMENTS
#CONTENT
	- searcher
	- panels

*/
body {
    color: #333333;
    font-family: "open sans";
    font-size: 14px;
    line-height: 1.42857;
	background: #eee;
	color: #777;
}
a{
	color: #000;
	}
a:hover,
a:focus,
a.active{
	color: #25539B;
	}
ul{
	margin: 0;
	padding: 0;
	}
h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	background: #25549C ;
	padding: 10px;
	}
h1.company-title{
	background: none;
	padding: 0;
	}
h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #444;
	}
h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #444;
	}
h4{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 800;
	color: #444;
	}
h5{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #444;
	}
h6{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #444;
	}
h7,h8,h9{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #444;
	}
h1 small{
	color: #fff;
	}
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h7 small,
h8 small,
h9 small{
	color: #25549C;
	}
h1 .glyphicon,
h2 .glyphicon,
h3 .glyphicon,
h4 .glyphicon,
h5 .glyphicon,
h6 .glyphicon,
h7 .glyphicon,
h8 .glyphicon,
h9 .glyphicon{
	margin-right: 5px;
	}
section{
	background: #fff;
	padding: 10px;
	}
section.portlet{
	background: transparent;
	padding: 0;
	}
section.portlet .portlet-topper{
	background: transparent;
	background: inherit;
	}
section.portlet .portlet-content{
	padding: 0;
	}
#content .container{
	padding: 10px 0;
	}
.mb-15{
	margin-bottom: 15px;
	}
.mb-20{
	margin-bottom: 20px;
	}
.mb-30{
	margin-bottom: 30px;
	}
.banner img{
	width: 100%;
	}
/*breadcumbs*/
.breadcrumb{
	background: none;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 30px;
	margin: 0;
	}
.breadcrumb li.active{
	color: #132C51;
	}
.breadcrumb li a{
	color: #25539B;
	}
/*pagination*/
.pagination{
	margin: 10px 0;
	}
.pagination > li > a, .pagination > li > span{
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	padding: 4px 12px;
	}
.pagination > li > a.disabled, 
.pagination > li > span.disabled{
	cursor: default;
	}
.pagination > li > a.active, 
.pagination > li > span.active,
.pagination > li > a.active:hover, 
.pagination > li > span.active:hover{
  background-color: #25539B;
  color: #fff;
	}
.pagination > li > a.disabled, 
.pagination > li > span.disabled,
.pagination > li > a.disabled:hover, 
.pagination > li > span.disabled:hover{
	background: #eee;
	}
/* botones*/
.btn-default,
.btn-primary,
.btn-secundary {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-secundary:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-primary {
  background-color: #25549C;
  color: #FFFFFF;
  background-image: -webkit-linear-gradient(top, #1C4077 0%, #25549C 100%);
  background-image:         linear-gradient(to bottom, #1C4077 0%, #25549C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #25549C;
}
.btn:hover,
.btn:focus{
  background-position: 0;
  background-image: none;
  }
.btn-primary:hover,
.btn-primary:focus {
  background-color: #25549C;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #25549C;
  border-color: #25549C;
}
.btn-secundary {
  background-color: #FFA309;
  color: #FFFFFF;
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #FFA309 100%);
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #FFA309 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #FFA309;
}
.btn-secundary:hover,
.btn-secundary:focus {
  background-color: #FFA309;
  background-position: 0 -15px;
  color: #FFFFFF;
}
.btn-secundary:active,
.btn-secundary.active {
  background-color: #FFA309;
  border-color: #FFA309;
  color: #FFFFFF;
}
/*BUSCADOR*/
.searcher-home form{
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	overflow: hidden
	}
.searcher-home .form-group{
	margin-bottom: 10px;
        padding: 20px 20px 0;
	}
.searcher-home .form-control{
	padding: 8px 10px;
	height: inherit;
	}
.searcher-home .btn-primary{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 5px 20px;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	float: right;
	margin: 5px 0;
	}
.searcher-home .input-group-addon {
	background-color: #888888;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #888888 100%);
	background-image:         linear-gradient(to bottom, #EEEEEE 0%, #888888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffEEEEEE', endColorstr='#ff888888', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #CCCCCC;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	padding: 6px 8px;
	text-align: center;
	cursor: pointer;
}
.searcher-home .input-group-addon:hover{
	background-color: #EEEEEE;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(top, #888888 0%, #EEEEEE 100%);
	background-image:         linear-gradient(to bottom, #888888 0%, #EEEEEE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff888888', endColorstr='#ffEEEEEE', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #CCCCCC;

	}
.searcher-home .input-group-addon .glyphicon{
	color: #fff;
	}
/*panels*/
.panel{
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	}
.panel.panel-inner{
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	}
.panel .panel-heading{
	padding: 5px 10px;
	vertical-align: bottom;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.panel .panel-heading h1{
	font-weight: 800;
	font-size: 33px;
	display: table;
	width: 100%;
	}
.panel .panel-heading h3{
	font-weight: 800;
	font-size: 18px;
	display: table;
	width: 100%;
	line-height: 16px;
	}
.panel .panel-heading .view-all{
    display: table-cell;
    vertical-align: bottom;
    width: 32%;
	}
.panel .panel-heading .view-all a{
	border-left: 1px dotted #FFFFFF;
    color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 0 5px;
    padding: 2px 0 2px 5px;
    text-align: right;
	display: block;
	}
.panel .panel-body{
	padding: 0;
	}
.panel-default .panel-heading{
	background: #888;
	color: #fff;
	}
.panel-primary .panel-heading{
	background: #25549C;
	color: #fff;
	}
.panel-offers-primary .panel-heading{
	background: #25549C;
	color: #fff;
	}
.panel-offers-primary  img{
	width: 100%;
	}
.panel-offers-primary  h4{
	padding: 5px 10px;
	font-size: 14px;
	background: #666;
	color: #fff;
	}
.panel-offers-primary  h4.title-blue{
	background: #9BBAE8;
	color: #fff;
	}
.panel-offers-primary  h4.title-orange{
	background: #FFA309;
	color: #fff;
	}
.panel-offers-primary  h5{
    font-size: 14px;
    font-weight: 700;
	color: #25539B;
	margin: 0;
	}
.panel-offers-primary ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
.panel-offers-primary ul li{
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	cursor: pointer;
	}
.panel-offers-primary ul li:last-child{
	border-bottom: none;
	}
.panel-offers-primary ul li:hover{
	background: #eee;
	}
.panel-offers-primary .from-to{
	font-size: 13px;
    font-weight: 400;
	color: #444;
	margin-top: 8px;
	}
.panel-offers-primary .price{
	font-size: 13px;
    font-weight: 400;
	text-align: right;
	color: #25549C;
	}
.panel-offers-primary .price span{
	font-size: 20px;
    font-weight: 800;
	color: #FFA308;
	}
.panel-offers-primary .link-view-more{
	border-top: 3px solid #eee;
	padding: 5px 0;
	margin-top: 10px;
	text-align: right;
	}
.panel-offers-primary .link-view-more a{
	color: #25539B;
	font-size: 13px;
	}
.panel-offers-primary .link-view-more a:hover{
	color: #25539B;
	text-decoration: none;
	}
.panel-offers-primary .link-view-more i{
	margin-right: 5px;
	color: #555;
	font-size: 14px;
	}
.panel-offers-primary .link-view-more i,
.panel-offers-primary .link-view-more span{
	vertical-align: middle;
	}
.panel-offers-primary .link-view-more a:hover i{
	margin-right: 3px;
	}
/*how to use icons*/
.bs-glyphicons ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
.bs-glyphicons ul li{
	float: left ;
	width: 150px;
	height: 100px;
	padding: 20px 5px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	}
.bs-glyphicons ul li .glyphicon,
.bs-glyphicons ul li .glyphicon-class{
	display: block;
	text-align: center;
	margin: 5px 0;
	}
.glyphicon{
	color: #25549C;
	font-size: 16px;
	}
/*Lines*/
.line-white{
	border-bottom: 1px solid #fff;
	margin: 0 0 10px 0;
	line-height: 1px;
	}
.line-blue{
	border-bottom: 1px solid #25549C;
	margin: 0 0 10px 0;
	line-height: 1px;
	}
.bdr-right{
	border-right: 1px dotted #ccc;
	padding-right: 40px;
	}
/*CAROUSEL*/
.default-carousel article,
.default-carousel section{
	background: none;
	}
.default-carousel .prettyPhoto{
	position: relative;
    display: block;
	}
.default-carousel .imgWrapper{
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	}
.default-carousel .iconWrapper {
	border-radius: 50% 50% 50% 50%;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	position: relative;
	text-align: center;
	width: 40px;
	height: 40px;
	border: 2px solid #FFFFFF;
	background: #eee;
	}
.default-carousel .iconWrapper i {
	line-height: 22px;
	margin: 0;
	position: absolute;
	top: 6px;
	left: 8px;
	font-size: 20px;
}
.default-carousel  .lens{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -15px;
	display: none;
}
.default-carousel .prettyPhoto:hover .imgWrapper{
	opacity: 0.4;
	}
.default-carousel .prettyPhoto:hover .lens{
	display: block;
	}

.default-carousel .projectInfo{
	background:#25539B;
	color: #fff;
	text-align: center;
}
.default-carousel .carousel-control{
	width: 1%;
	}
.default-carousel .carousel-control .icon-carousel-arrow-left {
    left: 0;
}
.default-carousel .carousel-control .icon-carousel-arrow-right {
    right: 0;
}
.default-carousel .carousel-control .icon-carousel-arrow-left, 
.default-carousel .carousel-control .icon-carousel-arrow-right {
    background: none repeat scroll 0 0 #25549C;
    color: #FFFFFF;
    font-size: 30px;
    height: 35px;
    margin-left: 0;
    margin-top: 0;
    opacity: 1;
    width: 40px;
}
.default-carousel .carousel-control .icon-carousel-arrow-left {
    border-radius: 0 5px 5px 0;
}
.default-carousel .carousel-control .icon-carousel-arrow-right {
    border-radius: 5px 0 0 5px;
}
.default-carousel .carousel-control.right,
.default-carousel .carousel-control.left,
.default-carousel .carousel-control.right:hover,
.default-carousel .carousel-control.left:hover{
	background: none;
	}
.default-carousel .carousel-control i {
    vertical-align: text-top;
    line-height: 13px;
}

