#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px
}
/***
Top News Blocks(new in v1.2.2)
***/
.top-news {
  color: #fff;
}

.top-news a,
.top-news em,
.top-news span {
  display: block;
  text-align: left;
}

.top-news a {
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}

.top-news a .top-news-icon {
  right: 8px;
  bottom: 15px; 
  opacity:0.3; 
  font-size: 35px;
  position: absolute;
  filter: alpha(opacity=30); /*For IE8*/  
}

.top-news em {
  margin-bottom: 0;
  font-style: normal;
}

.top-news span {
  font-size: 18px;
  margin-bottom: 5px;
}

/*News Feeds*/
.news-blocks {
  padding: 10px;
  margin-bottom: 10px;
  /*background: #faf6ea;*/
  border: solid 2px transparent;  border-top-color: #faf6ea; box-sizing: border-box;
}
.news-blocks:after{
    content: "";
    display: table;
    clear: both;
}

.news-blocks:hover {
  background: #fff;  border-color: #faf6ea;
  border-top-color: #d20e70;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}
.news-blocks.first{
    padding: 20px 0;
}
.news-blocks h3 {
  margin: 0 0 5px 0;
  font-size: 20px;
  line-height: 25px;
}

.news-blocks h3 a {
  color: #000;
}

.news-blocks h3 a:hover {
  color: #d20e70;
  text-decoration: none;
}

.news-blocks p {
  overflow: hidden;
}

.news-blocks a.news-block-btn {
  color: #000;
  display: block;
  font-size: 14px;
  background: none;
  padding: 5px 10px 0;
  text-align: right;
  text-decoration: none;
}

.news-blocks a.news-block-btn i {
  margin-left: 3px;
}


.news-blocks a.news-block-btn:hover {
  text-decoration: none;
}

.news-blocks img.news-block-img {
  width: 70px;
  height: 70px;
  margin: 5px 10px 0 0;
}

.news-blocks .news-block-tags {
  margin-bottom: 8px;
}

.news-blocks .news-block-tags strong {
  margin-right: 10px;
  font-weight: 400;
}

.news-blocks .news-block-tags em {
  font-style: normal;
}

.news-blocks .category > a{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.news-blocks .category > a:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #333;
}

.daterangepicker.dropdown-menu {
    max-width: none;
}

.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
    float: left;
    margin: 4px;
}

.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar {
    float: right;
    margin: 4px;
}

.daterangepicker .ranges {
    width: 160px;
    text-align: left;
}

.daterangepicker .ranges .range_inputs>div {
    float: left;
}

.daterangepicker .ranges .range_inputs>div:nth-child(2) {
    padding-left: 11px;
}

.daterangepicker .calendar {
    display: none;
    max-width: 230px;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    white-space: nowrap;
    text-align: center;
}

.daterangepicker .ranges label {
    color: #333;
    font-size: 11px;
    margin-bottom: 2px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #fff;
}

.daterangepicker .ranges input {
    font-size: 11px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.daterangepicker .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #650133;
    padding: 3px 12px;
    margin-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #650133;
    border: 1px solid #650133;
    color: #fff;
}

.daterangepicker .calendar {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
}

.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.daterangepicker.opensleft:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensleft:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.opensright:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensright:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker table {
    width: 100%;
    margin: 0;
}

.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.daterangepicker td.off {
    color: #999;
}
.daterangepicker td.disabled {
    color: #999;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background: #eee;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}



.desaturate { 
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.nohover{
    color: inherit
}
.nohover:hover{
    text-decoration: none;
}

.service-box-v1:hover .image{
    background: white;
    padding: 10px 0;
}
.animate{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.fade{
    display: none !important;
}
.fade.active{
    display: table !important;
}

.front-copyright{
    background: #52606F;
}

.social-footer{
    padding-right: 40px;
}
.front-header .navbar-inner a.logo-v1 img{
    margin: 0;
}

.row-fluid address[class*="span"] { margin-left:0px;}
.clearrow {clear:both;height:1px;line-height:1px;width: 100%; margin: 0 0 -1px;}
.chzn-container{
    width: 100% !important;
}
.btn-block, .input-block{
    display: block;
    width: 100% !important;
}
.uneditable-input, textarea.m-wrap, input[type="text"].m-wrap, input[type="password"].m-wrap, input[type="datetime"].m-wrap, input[type="datetime-local"].m-wrap, input[type="date"].m-wrap, input[type="month"].m-wrap, input[type="time"].m-wrap, input[type="week"].m-wrap, input[type="number"].m-wrap, input[type="email"].m-wrap, input[type="url"].m-wrap, input[type="search"].m-wrap, input[type="tel"].m-wrap, input[type="color"].m-wrap{
    box-sizing: border-box;
    height: 30px;
}
.front-steps{
    min-height: 117px !important;
}
.voucher{
    background: #3498db;
    color: white;
    box-sizing: border-box;
    padding: 20px;
}
.voucher h3{
    font-size: 1.6em;
    line-height: 1.2em;
    color: white;
}
.voucher h4{
    text-align: center;
}
.voucher .voucher_discount,
.voucher .voucher_code{
    font-size: 2em;
    text-align: center;
    padding: 10px;
    font-weight: bold;

}
.voucher .voucher_code{
    color: #3498db;
    border: 2px dashed ;
    margin: 20px 0;
    background: white;
}
.voucher a{
    text-transform: uppercase;
}

.home-company{
    color: #333;
    margin-bottom: 50px;
}
.home-company .span8{
    border-bottom: 2px dashed;
}
.home-company a{
    padding: 0;
}
.busca li a:before,
.sidebar-categories li a:before{
    content: "";
    font-family: FontAwesome !important;
    font-size: 8px;
    padding-right: 10px;
    position: relative;
    top: -1px;
}
.sidebar-categories li a{
    padding: 10px 0;
    border-bottom: 1px solid #ECEBEB;
    color: #333;
}
.busca .header{
    background: #650133;
    color: white;
    text-align: center;
    font-size: 1.3em;
    padding: 15px;
}
.busca .header a{
    color: white;
}

.busca .subheader{
    background: #852b99;
    color: white;
    text-align: center;
    padding: 5px;
    margin-bottom: 0;
}

.busca ul{
    height: 200px;
    overflow-y: scroll;
    background: rgba(163, 53, 170, 0.08);;
    margin-left: 0;
    padding-left: 20px;
    list-style: none;
}
.busca ul a {
    color: #852b99;
}

.big{
    box-sizing: border-box;
    height: auto !important;
}
.form{
    position: relative;
}
.form .form-body{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.form.sent{
    overflow: hidden;
}
.form.sent .form-body{
    position: relative;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.form.sent:after{
    content: attr(data-message);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(250, 250, 250, 0.78);
    line-height: 400px;
    text-align: center;
    font-size: 40px;
    color: #0DA3E2;
    font-weight: bold;
}

.columns-2{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.front-header .navbar-inner li > a:hover, .front-header .navbar-inner li.active > a, .front-header .navbar-inner li.active:hover > a {     color: #650133; border-top: solid 2px #650133;}
.front-header .navbar-inner li.active > a:after {
    border-top: 3px solid #650133;
}
.front-footer .container { background: transparent;}
.row-fluid [class*="span"]{ padding: 5px 9px;}
.front-steps.front-step-one {background: #bd0261 url(../img/steps/one.png) no-repeat right bottom;}
.front-steps.front-step-one:after { border-left-color: #bd0261}
.span3 { width: 260px;}
.front-header .navbar-inner .nav-collapse > ul { margin-right: 15px;}

a {color: #650133;}
a:hover, a:focus {    color: #9e0450;}
h2 a:hover {  color: #650133; }
.btn.green { background: #650133;}
.btn.green:hover, .btn.green:focus, .btn.green:active, .btn.green.active, .btn.green.disabled, .btn.green[disabled] {background: #b10b14 !important;}
.blog-info li i { color: #852b99;}
a.more { color: #852b99;}
.breadcrumbs li a { color: #9e0450; }
.tab-style-1 ul.nav-tabs .active > a, .tab-style-1 ul.nav-tabs .active > a:hover, .tab-style-1 ul.nav-tabs .active > a:focus {
    background: #9e0450;
    border-color: #9e0450;
}
.tab-style-1 ul.nav-tabs li > a:hover {
    background: #cc0567;
    border-color: #9e0450;
}
.tab-style-1 ul.nav-tabs {
    border-bottom-color: #9e0450;
}
.theme-btn {
    color: #fff;
    background: #9e0450 !important;
}
a.btn-transparent:hover {
    background: #e5e5e5;
}
.recent-work ul.bxslider li:hover a.bxslider-block {
    background: #9e0450;
}
.service-box-v1:hover {
    background: #9e0450;
}
.front-copyright p a {
    color: whitesmoke;
}