/* GLOBAL STYLES
-------------------------------------------------- */

body {
	font-family: libre baskerville;
	font-weight: regular;
	background-color: #fbfbfa;
	font-size: 13px !important;
	color: #57585b;
}

a:link {color:#57585b;}
a:visited {color:#57585b;}
a:hover {
    color:#57585b;
    text-decoration: none;
}
a:active {color:#57585b;}

.header-container {
	background-color:#fbfbfa;
	/*height: 138px;*/
}

.row-logo {
	text-align:center;
	margin-top: 26px;
	height: 52px;
	margin-bottom: 12px;
}

.divider {
    margin: 0px 0px 0px 0px;
    height: 6px; 
    background-color:#0069c9; 
}

/*Top Navigation Bar*/
.header-navbar{
	/*height: 75px;*/
	background-color:rgba(0,0,0,0.0);
	border:0px;
}
.navbar-toggle , .header-navbar{
    float:none;

}

.navbar-toggle-header{
	background-color: #0069c9;
}

.navbar-header, .header-navbar{
    text-align:center;
}
.header-navbar-divider{
	margin: -39px 0px 0px 0px;
	height: 1px;
	background-color:#0069c9;
}
.header-navbar-btn{
	margin-top: 0px;
	margin-left: 27px;
	margin-right: 27px;
	height: 75px;
	border:0px;
	color: #0069c9;
	background: rgba(0,0,0,0.0);
	font-family: oswald;
	font-weight: regular;
	font-size: 14pt;
}

.header-navbar-btn:hover,
.header-navbar-btn.active:hover{
	color: #0069c9;
	background: url("../images/navbar-button-active.png") no-repeat transparent;
	background-position: center center;
}
.header-navbar-btn:active,
.header-navbar-btn.active:active{
	color: #0069c9;
	background: url("../images/navbar-button-active.png") no-repeat transparent;
	background-position: center center;
}

.header-navbar-btn:focus,
.header-navbar-btn.active:focus {
	color: #0069c9;
	background: url("../images/navbar-button-active.png") no-repeat transparent;
	background-position: center center;
	box-shadow: none;
	outline: none;
	border:none !important;
	box-shadow:none !important;
}

.btn:active, .btn.active, .header-navbar-btn:active{
	box-shadow: none;
	background: rgba(0,0,0,0.0);
	color: #0069c9;
	background: url("../images/navbar-button-active.png") no-repeat transparent;
	background-position: center center;
}

/*Content*/
.content-wrapper{
	margin-top: 20px;
	margin-bottom: 15px;
}

.big-title{
	color: #0069c9;
	font-family: oswald;
	font-weight: lighter;
	font-size: 31pt;
}

.big-subtitle{
	font-family: libre baskerville;
	font-weight: regular;
	font-size: 17pt;
}

.content-divider{
	height: 39px;
	background: url("../images/content-divider.png") no-repeat transparent;
	background-position: center center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.gray-arrow-button{
	margin-top: 0px;
	height: 23px;
	border:0px;
	background: url("../images/bottone-freccia-grigio.png") no-repeat transparent;
	background-position: right;
	font-family: libre baskerville;
	font-weight: regular;
	font-size: 10pt;
	padding-right:40px;
	padding-bottom:25px;
	color: #57585b;
}
.gray-arrow-button:hover{
	background: url("../images/bottone-freccia-grigio.png") no-repeat transparent;
	background-position: right;
	color: #57585b;
}
.gray-arrow-button:active{
	background: url("../images/bottone-freccia-grigio.png") no-repeat transparent;
	background-position: right;
	color: #57585b;
}

.gray-arrow-button:focus {
	background: url("../images/bottone-freccia-grigio.png") no-repeat transparent;
	background-position: right;
	color: #57585b;
	box-shadow: none;
	outline: none;
	border:none !important;
	box-shadow:none !important;
}



.blue-arrow-button{
	margin-top: 0px;
	height: 23px;
	border:0px;
	color: #0069c9;
	background: url("../images/bottone-freccia-blu.png") no-repeat transparent;
	background-position: right;
	font-family: oswald;
	font-weight: lighter;
	font-size: 12pt;
	padding-right:40px;
	padding-bottom:30px;
	text-decoration:underline;
}
.blue-arrow-button:hover{
	color: #0069c9;
	background: url("../images/bottone-freccia-blu.png") no-repeat transparent;
	background-position: right;
}
.blue-arrow-button:active{
	color: #0069c9;
	background: url("../images/bottone-freccia-blu.png") no-repeat transparent;
	background-position: right;
}

.blue-arrow-button:focus {
	background: url("../images/bottone-freccia-blu.png") no-repeat transparent;
	background-position: right;
	color: #0069c9;
	box-shadow: none;
	outline: none;
	border:none !important;
	box-shadow:none !important;
}



.home-button{
	margin-top: 0px;
	height: 63px;
	width: 361px;
	border:0px;
	color: #ffffff;
	background: url("../images/bottone-grande-home.png") no-repeat transparent;
	background-position: center center;
	font-family: oswald;
	font-weight: lighter;
	font-size: 18pt;
	padding-right:40px;
	padding-bottom:0px;
}
.home-button:hover{
	color: #ffffff;
	background: url("../images/bottone-grande-home.png") no-repeat transparent;
	background-position: center center;
}
.home-button:active{
	color: #ffffff;
	background: url("../images/bottone-grande-home.png") no-repeat transparent;
	background-position: center center;
}

.home-button:focus {
	color: #ffffff;
	background: url("../images/bottone-grande-home.png") no-repeat transparent;
	background-position: center center;
	box-shadow: none;
	outline: none;
	border:none !important;
	box-shadow:none !important;
}


.content-media-heading{
	color: #0069c9;
	margin-top: 0px;
	height: 64px;
	line-height: 64px;
	font-family: oswald;
	font-weight: lighter;
	font-size: 18pt;
}


.content-index-number{
	color: #0069c9;
	background: url("../images/number-container.png") no-repeat transparent;
	height: 64px;
	width: 64px;
	font-family: oswald;
	font-weight: bold;
	font-size: 17pt;
	text-align: center;
	vertical-align: middle;
	line-height: 64px;
}

.content-subtitle{
	font-family: libre baskerville;
	font-weight: regular;
	font-size: 13pt;
	color: #0069c9;
}

.content-media-heading-hr{
	height: 1px;
	background: #0069c9;
	width: 250px;
	vertical-align: top;
	margin-top: -8px;
	margin-left: 0px;
}

.content-column{
	margin-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 10px;
}

.form-text{
	border:none;
	min-height:40px;
	max-width:300px;
	background: #d2d4d4;
}

.form-textarea{
	border:none;
	min-height:40px;
	max-width:300px;
	background: #d2d4d4;
}

.contacts-form label {
	font-family: libre baskerville;
	font-weight: regular;
	font-size: 10pt;
	display:none;
	clear:both;
}

.form-item-copy{
	display: none;
}

.grippie{
	display: none;
}


.form-submit{
	margin-top: 0px;
	height: 23px;
	border:0px;
	color: #0069c9;
	background: url("../images/bottone-freccia-blu.png") no-repeat transparent;
	background-position: right;
	font-family: oswald;
	font-weight: lighter;
	font-size: 12pt;
	padding-right:40px;
	padding-bottom:30px;
	text-decoration:underline;
}
.form-submit:hover{
	color: #0069c9;
	background: url("../images/bottone-freccia-blu.png") no-repeat transparent;
	background-position: right;
}
.form-submit:active{
	color: #0069c9;
	background: url("../images/bottone-freccia-blu.png") no-repeat transparent;
	background-position: right;
}

.form-submit:focus {
	color: #0069c9;
	background: url("../images/bottone-freccia-blu.png") no-repeat transparent;
	background-position: right;
	box-shadow: none;
	outline: none;
	border:none !important;
	box-shadow:none !important;
}

.form-submit:disabled {
	color: #57585b;
	background: url("../images/bottone-freccia-grigio.png") no-repeat transparent;
	background-position: right;
}

/*Footer*/
.footer-col{
	color: #57585b;
	font-family: libre baskerville;
	font-weight: regular;
	margin-top: 41px;
	margin-bottom: 20px;
}

.footer-media-heading{
	height: 41px;
	line-height: 41px;
}


/* BLOG
-------------------------------------------------- */


.blog-column-title{
	margin-top: 20px;
	height: 23px;
	border:0px;
	color: #0069c9;
	font-family: oswald;
	font-weight: lighter;
	font-size: 12pt;
	padding-left:29px;
	padding-bottom:30px;
}

.blog-column-content{
	font-size: 10pt;
	font-family: libre baskerville;
	font-weight: regular;
	list-style-type: none;
}

.blog-column-content ul{
	list-style-type: none;
}

.blog-column-content .views-field-title{
	margin-top: 8px;
	font-size: 10pt;
}

.blog-column-content .views-field-title a{
	color: #0069C9;
}

.blog-column-content .views-field-title:hover{
	color: #0069c9;
}
.blog-column-content .views-field-title:active{
	color: #0069c9;
}

.blog-column-content .views-field-title:focus {
	color: #0069c9;
}

.blog-right-column a{
	color: #0069C9;
}

.blog-right-column h2{
	font-family: oswald;
	font-weight: lighter;
	color: #0069C9;
	font-size: 17pt;
}

.blog-right-column h1{
	font-family: oswald;
	font-weight: lighter;
	color: #0069C9;
	font-size: 19pt;
}

.blog-right-column a:hover{
	text-decoration: underline;
}

.blog-post-img{
	margin-top: 12px;
	margin-bottom: 12px;
}

.sharethis-wrapper{
	margin-top: 6px;
	margin-bottom: 6px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 767px) {

.navbar-header, .header-navbar{
    text-align:left;
}

.header-navbar-btn{
	margin: 0 auto;
    display: inline-block;
	display: block;
	font-size: 22pt;
	height: 53px;
}

.header-navbar-btn:hover{
	color: #0069c9;
	background:rgba(0,0,0,0.0);
}
.header-navbar-btn:active{
	color: #0069c9;
	background:rgba(0,0,0,0.0);
}

.big-title{
	color: #0069c9;
	font-family: oswald;
	font-weight: lighter;
	font-size: 18pt;
}

.header-navbar-divider{
	margin: -39px 0px 0px 0px;
	height: 0px;
	background-color:#0069c9;
}


}

@media (max-width: 1224px) and (min-width: 768px) {

	.header-navbar-btn{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12pt;
	}

.big-title{
	color: #0069c9;
	font-family: oswald;
	font-weight: lighter;
	font-size: 21pt;
}


}
