@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(http://fonts.googleapis.com/css?family=Montserrat);
@import url(http://fonts.googleapis.com/css?family=Abel);
@import url(http://fonts.googleapis.com/css?family=Varela+Round);

@import url(http://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic);

@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light);
@import url('plugins/font-awesome.css');
body {
	color: #717100;
	font-family: "Proxima Nova Regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
	
	background-color: #fff;
	overflow-x: hidden;
}
a, a:visited {
	outline: 0;
	text-decoration: none;
	line-height: inherit;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	-ms-transition: color .1s linear;
	-kthtml-transition: color .1s linear;
	transition: color .1s linear;
}
a:hover, a:focus {
	text-decoration: none;
}h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-style: normal;
}
.subheader {
	color: #999999;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: -5px;
}
h1 {
	display: block;
	font-size: 2.857em;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 2.286em;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}
h3 {
	font-size: 1.857em;
	line-height: 1.3em;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 1.500em;
	line-height: 1.400em;
	margin: 0 0 10px 0;
}
h5 {
	font-size: 1.214em;
	line-height: 1.500em;
	margin: 0 0 10px 0;
	font-weight: normal;
}
h6 {
	font-size: 1.000em;
	line-height: 1.800em;
	margin: 0 0 10px 0;
	font-weight: normal;
}


/*===================================================================================*/
/* 	4.	Header
/*===================================================================================*/
#header {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 20px;
}
#logo {
	float: left;
	margin-bottom: 20px;
}
#main-right-block {
	float: right;
}
ul.contact-informations {
	border-right: 1px solid #e1e1e1;
	padding-right: 15px;
	margin-right: 15px;
	float: left;
	list-style: none;
	margin-left: 0px;
}
ul.contact-informations li {
	text-align: right;
}
ul.contact-informations i {
}
ul.contact-informations p {
	font-size: 0.929em;
	margin-bottom: 5px;
}
ul.contact-informations span {
	font-size: 1.429em;
	font-weight: 700;
}
#weather {
	float: left;
}
#weather .weather-image {
}
#weather .weather-image img {
	width: 80px;
}
#weather h6 {
	font-weight: 700;
	margin-bottom: 0px;
}
#weather span {
}
#weather h6, #weather p {
	margin-left: 80px;
}
/*-----------------------------------------------------------------------------------*/
/*	1.1	Navigation
/*-----------------------------------------------------------------------------------*/
/* 3.4 Main Nav */

.menu{
	background-image: -webkit-linear-gradient(left, color-stop(#ffffff 0%), color-stop(#FFFFAA 100%));
  background-image: linear-gradient(to right, #ffffff 0%, #FFFFAA 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#FFFFAA', GradientType=1);
  border-radius: 0;
  right: 0;
  left: 0;
  border:0;
	
}
.menu:before {
  content: "";
  background-image: -webkit-linear-gradient(left, color-stop(#ffffff 0%), color-stop(#F0F000 100%));
  background-image: linear-gradient(to right, #ffffff 0%, #F0F000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#F0F000', GradientType=1);
  display: block;
  height: 2px;
}
.navbar-default .navbar-nav>li>a {
color: #939300;
font-family: 'Abel', sans-serif;
font-size:18px;
text-transform:uppercase;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
border-top:2px solid #F0F000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #939300;
background:none;
border-top:2px solid #F0F000;
}
.navbar{margin-bottom:0;}

/** 03. Slider
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background:#fff;
  opacity:0.95;
}
.conteudo{padding:15px 45px;}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
.topo{ margin-top:20px;}
/*-----------------------------------------------------------------------------------*/
/*	2.15	404 Page
/*-----------------------------------------------------------------------------------*/
.page-404 {
	text-align: center;
	padding: 80px 0px 130px 0px;
}
.page-404 h1 {
	font-weight: bold;
	font-size: 55px;
}
.page-404 h1:after {
	font-family: 'FontAwesome';
	content: "\f0f6";
	margin-left: 15px;
	font-weight: normal;
	color: #e0e0e0;
}
.page-404 .button, .page-404 button {
	margin-right: 0px !important;
}
/*-----------------------------------------------------------------------------------*/
/*	2.7	Page title
/*-----------------------------------------------------------------------------------*/
.page-title {
	background-repeat: no-repeat;
	padding-top: 30px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
	padding-bottom: 0px;
	background-color: #f4f4f4;
	clear: both;
	background:url(../img/title.jpg) repeat-x center center;
}
.page-title h2 {
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: 5px;
	margin-left:15px;
	color:#026475;
}
.page-title .breadcrumb {
	background:none;
	color:#C2A34F;
}
.page-title .breadcrumb a{color:#C2A34F;}
#google-map {
	margin-top: -30px;
	margin-bottom: 30px;
}

.footer{
	border-top:2px solid #e0e0e0;
	padding:10px 20px;
	font-size:12px;
	color:#B7B7B7;
	margin-top:40px;
}

/*PREÇO*/
.iconok {
        font-size: 27px;
        color: green;
    }

    .iconno {
        font-size: 27px;
        color: rgb(221, 41, 41);
    }

    .theader {
        text-align: center;
        color: rgb(78, 33, 33);
    }

    .ptitle {
        font-size: 22px;
        font-weight: bold;
        margin: 7px;
    }

    .pprice {
        font-size: 13px;
        font-weight: bold;
        padding: 10px;
    }

    .occurance {
    }

    .cfeature {
        padding: 10px;
        font-weight: bold;
    }

    .feature {
        margin-bottom: 3px;
    }

    .infos {
        background: #FFFF71;
    }

    .free {
        background: #FFFFBF;
		
    }

    .theader.free {
        background: #DFF0D8;
        border-bottom: 3px solid white;
    }

    .standard {
        background: #FFFFBF;
    }

    .theader.standard {
        background: #D9EDF7;
        border-bottom: 3px solid white;
    }


    .premium {
        background: #D9EDF7;
    }

    .theader.premium {
        background: #D9EDF7;
        border-bottom: 3px solid white;
    }

    .ccfreature {
        text-align: center;
        font-size:14px;
		padding:9px 20px;
    }


/*sidebar*/
.sidebar h6{
	margin-top:15px;
	padding-bottom: 5px;
	font-weight: 700;
	border-bottom:1px solid #ff8a00;
}
.sidebar p{
	font-size:12px;
}
.sidebar p span{display:block; margin-bottom:6px; color:#555555;}


