/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: SPOT - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700,900);
/* OVERALL ASPECT */

body {
	background-color: #f2f2f2;
	font-family: "Lato";
	font-weight: 300;
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	margin-top: 70px;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway";
	font-weight: 300;
	color: #333;
}
/* Paragraph & Typographic */
p {
	line-height: 28px;
	margin-bottom: 25px;
}
.centered {
	text-align: center;
}
/* Links */
a {
	color: #099;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #007a7a;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	//border-top: 1px solid #ccc;
	margin: 25px;
	padding: 0;
    background-color: #099 !important;
}
.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-inverse {
	background: #fff !important;	
    border-bottom-width: 2px;
    border-bottom-style:solid;
    border-bottom-color: #099;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #099 !important;
    border-color: #099 !important;
}
.navbar-inverse .navbar-toggle {
    border-color: #099 !important;
}
.navbar-inverse .navbar-nav > .active > a {
	background: #099;
}

.navbar-inverse .navbar-nav > li > a {
    color: #009999;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #007a7a;
}
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #007a7a;
}
.navbar-inverse .navbar-brand {
	color: #999999;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
}
.navbar-inverse .navbar-brand i {
	color: #9fc6ec;
	font-size: 22px;
	letter-spacing: 1px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #099;
    overflow: hidden;
}
.spaceTop{
    padding-top:40px;
}
/*TILT*/
.tilt {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tilt:hover {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.pagination > .active > a {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #099 !important;
    border-color: #099;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/header-bg.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top: 20px;
	text-align: center;
	background-attachment: absolute;
	background-position: center center;
	min-height: 500px;
	width: 100%;
    height: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#headerwrap h1 {
	margin-top: 100px;
	color: white;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
}
#headerwrap h2 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
/* Dark Grey Wrap */
#dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
#dg h4 {
	font-weight: 700;
}
/* Dark Grey Wrap 2*/
#dg2 {
	background: #e0e0e0;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#dg2 h4 {
	font-weight: 700;
}
/* Light Grey */
#lg {
	background: #ebebeb;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
#lg h4 {
	font-weight: 700;
}
/* Red Wrap */
#r {
	background: #f2f2f2;
	padding-top: 35px;
	padding-bottom: 35px;
}
#r h4 {
	color: grey;
	font-weight: 700;
}
#r p {
	color: grey;
}
/* Blue Wrap */

#blue {
	background: #099;
	padding-top: 35px;
	padding-bottom: 35px;
}
#blue h4 {
	color: white;
	font-weight: 700;
}
#blue p {
	color: white;
}

/* Poliba Wrap */
#poliba h4 {
	color: white;
	font-weight: 700;
}
#poliba p {
	color: white;
}
#poliba-cell h4 {
	color: white;
	font-weight: 700;
}
#poliba-cell p {
	color: white;
}

@media(min-width:1200px) {
#poliba {
	background: #009999;
	padding-top: 35px;
	padding-bottom: 35px;
}
#poliba-cell{
	display:none;
}
}
@media(max-width:1199px) {
#poliba {
	display:none;
}
#poliba-cell {
	background: #009999;
	padding-top: 35px;
	padding-bottom: 35px;
}
}

/* Footer Wrap */
#f {
	background: #e0e0e0;
	padding-top: 30px;
	padding-bottom: 30px;
}
#f i {
	color: #099;
	font-size: 30px;
	padding: 20px;
}
#f i:hover {
	color: #007a7a;
}
/****** SECTIONS *****/

.w {
	padding-top: 35px;
}
.w h4 {
	font-weight: 700;
}
.w i {
	color: darkgray;
	/*font-size: 30px;*/
}
.wb {
	padding-top: 35px;
	margin-bottom: 0px;
}
.wb h4 {
	font-weight: 700;
}
.desc {
	padding-top: 35px;
}
.desc h4 {
	font-weight: 700;
}
.desc i {
	color: grey;
	font-size: 12px;
	padding: 5px;
}
/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 0px;
}
.modal-header {
	background: #099;
	color: white;
}
.modal-header h4 {
	font-weight: 700;
    color: white;
}
.modal-body {
	background: #f2f2f2;
	font-family: "Lato";
	font-weight: 300;
	font-size: 16px;
	color: #555;
}
.modal-footer {
	background: #f2f2f2;
	margin-top: 0px;
}
/* ==========================================================================
   Pricing Tables
   ========================================================================== */

.testa{
    height: 250px !important;
    //background: #099;
    margin: 0 0 0 0 px;
}  
.corpo{
    height: 550px !important;
    overflow: auto;
    
    
}
.pricing-option {
	padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    
}
.pricing-option .pricing-top {
   // height: 100% !important;
   // min-height: 190px;
	position: relative;
	background: #099;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 40px 20px 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pricing-option .pricing-top .special-label {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #1abc9c;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 0;
}
.special .pricing-top {
	background: black;
}
.pricing-option .pricing-edition {
	text-transform: uppercase;
	display: block;
	font-size: 25px;
	letter-spacing: 8px;
}
.pricing-option .price {
	display: inline-block;
	position: relative;
}
.pricing-option .price sup {
	position: absolute;
	top: 50px;
	left: -10px;
	font-size: 24px;
}
.pricing-option .price .price-amount {
	font-size: 108px;
	letter-spacing: -4px;
}
.pricing-option .price small {
	position: relative;
	left: -10px;
	font-size: 18px;
}
.pricing-option ul {
	list-style: none;
	margin: 0;
	background: #eee;
	text-align: center;
	padding-left: 0px;
}
.pricing-option ul li {
	border-bottom: solid 1px #e1e1e1;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pricing-option .pricing-signup {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 10px;
	color: white;
	background: #099;
}
.pricing-option .pricing-signup:hover {
	background: #007a7a;
}

p{
    margin-bottom: 0px !important;
}

/*people*/

.people-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mailpeople{
    margin-bottom: 2rem;    
}
/* SLIDER*/ 
img.slider {border-width: 0}
* {font-family:'Lucida Grande', sans-serif;}
.carousel-caption {
      background-image: url("/assets/img/slider/bg_sidebar.png");
    }
.carousel-inner>.item>img, .carousel-inner>.item>a>img
{
    height:auto;
    width:100%;
    object-position: center;
}

.container-slider
{    
    width: 100%;
    height:auto;
    padding-right: 0px;
    padding-left: 0px;
}

.publi-block{
	text-align:left;
	font-size: 16px;
	
}

.publi-title{
	    font-weight: 600 !important;
	
}

.fa-link, .fa-file{
	color: #099 !important;
	padding-left:5px;
	padding-right: 5px;
}
.publi-where{
	
}

