@font-face {
  font-family: "Source Sans Pro";
  src: url("../font/SourceSansPro-Regular.ttf");
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../font/SourceSansPro-Italic.ttf");
  font-style:italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/SourceSansPro-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../font/SourceSansPro-LightItalic.ttf");
  font-weight: 300;
  font-style:italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../font/SourceSansPro-Bold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../font/SourceSansPro-BoldItalic.ttf");
  font-weight: 600;
  font-style:italic;
}

.body {
	background-color: #EEAB00;
}

.list-item{
  font-size: 14px;	
}

.list-item-powered{
	min-height: 50px;  
	line-height: 18px; 
	font-size: 14px; 
	background-color: #EEAB00; 
	color: #FFFFFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 40px 10px 10px;
}

.titolo{
  font-size: 18px;	
  font-weight: bold;
}

a{
	text-decoration: none;
	color: #000;
}

.testo1{
  font-size: 16px;	
  background-color: #EEAB00;
  border-bottom: 1px solid #CCCCCC;
}

.toptab{
	background-color: #EEAB00;
	color: #000;
}

*, .navigation-bar, input, .text-input, .textarea, input[type=email], input[type=password], .button, .button--quiet, .search-input, .modal__content, .login-form > input[type=text] {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
}

.navigation-bar, .bottom-bar {
	background-color: #254B59;
	height: 45px;
}

div#loader{
	display:none; 
	position: fixed; 
	width:100%; 
	top:25%;
	z-index: 100000;
}

#loader i{
	margin-left: auto;
	margin-right: auto;
	display: inherit;
}

.fa-spinner{
	color: #254B59;
}

.subtitle { margin:0 0 10px 0; font-size:14px }

.social { font-size:12px; padding: 0 0 2px 0; }

.social i { padding:0 5px 0 0; }

.rn-carousel-control {
    font-size:50px !important;
    color:white;
    opacity: 1;
}

img { max-width: 100%; height:auto; }

iframe { max-width: 100%; }

.map img { max-width: inherit!important; }

.right.col { text-align: right; padding:0 10px 0 0; }

h2.title, h3.title { margin:0; }

.products h3.title { margin-top:10px; }

.products .views-row { margin-bottom:10px; }

.products .views-row:nth-child(odd) { padding-right:5px; }

.products .views-row:nth-child(even) { padding-left:5px; }

.tags, .categories { font-size:12px; margin:5px 0 15px 0; }

p.post-excerpt { margin-top:5px; }

img.post-teaser-image { float:left; padding:20px 20px 10px 0; }

.post-teaser { padding:0; float:right; }

.post-show-more, .load-show-more { display:block; }

.status-bar-icon, .more-icon { padding:0 10px 0 0; }

.post-submitted { font-size:12px; }

.post-url { padding:20px 0 0 0; clear:both; display: inline-block; }

/* ons-icon { opacity:0.7; } */

.status-bar { margin: 10px -10px; } .status-bar.feeds { margin-top:0; } .status-message { padding:10px 0!important; }

/* Share functionality */
.button-share { margin:0 0 15px 0; }

/* List */
.list-top {
    margin-top: -1px;
}

/* Carousel */
.rn-carousel-indicator { margin-top:-5px; max-width:100%; box-sizing: border-box; }

li.rn-carousel-slide div.content {
    box-sizing: border-box;
    position:absolute;
    bottom:5px;
    background:rgba(0,0,0,0.7);
    color:white;
    font-size:16px;
    width:100%;
    padding:10px;
    overflow: hidden;
}

.rn-carousel-container { max-width:100%; box-sizing: border-box; }

.rn-carousel-control.rn-carousel-control-next:before {
content: "\f105"; font-family: 'FontAwesome';
}

.rn-carousel-control.rn-carousel-control-prev:before {
content: "\f104 "; font-family: 'FontAwesome';
}

/* Login */
div.float-left {
    float: left;
}

.text-centering {
    text-align: center;
}

.font-weight-500 {
    font-weight: 500;
}

.main-image-wrapper {
    text-align: center;
    opacity: 0.2;
    height: 180px;
    margin: 30px 0;
}

.main-image {
    font-size: 150px;
    line-height: 200px;
}

/*input[type=email],*/ 
input[type=password], .login-form > input[type=text] {
    display: block;
    width: 80%;
    height: 48px;
    margin: 0 auto;
    font-size: 19px;
    outline: none;
    line-height: 48px;
}

.login-button {
    display: block;
    width: 80%;
    margin: 0 auto 0 auto;
    font-size: 18px;
}

.forgot-password {
    display: block;
    margin: 8px auto 0 auto;
    font-size: 14px;
}

.toolbar{
}

/* Grid Menu */
.grid-menu {
    width: 100%;
    
}

.float-left {
    float: left;
}

.centering-and-alignment {
    display: box;
    display: -ms-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -o-box;
    display: -webkit-box;
    box-align: center;
    -ms-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -webkit-box-align: center;
    box-pack: center;
    -ms-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -webkit-box-pack: center;
}

.grid-menu-item {
    width: 50%;
    height: 100%;
    min-width: 100px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cecece!important;
    border-bottom: 1px solid #cecece!important;
    font-size: 43px;
    text-align: center;
    color: #254B59;
  
}

.grid-menu-item:first-child {
    border-left: none !important;
}

.grid-menu-item ons-icon {
    font-size: 32px;
}

.grid-menu-item-label {
    font-size: 16px;
}

.grid-menu-item.topcoat-list__item { border:none; }

/* Onsen Ranges */
.margin-top-adjust {
    margin-top: -1px;
}

.list-item-left {
    display: inline-block;
    width: 10%;
    text-align: center;
}

.list-item-center {
    display: inline-block;
    width: 75%;
    text-align: center;
}

.range-center {
    width: 100%;
    vertical-align: -10px;
}

.list-item-right {
    display: inline-block;
    width: 10%;
    text-align: center;
}

.lower {
    opacity: 0.4;
}

/* Google Maps for AngularJS */
.angular-google-map img { max-width: inherit!important; }

.angular-google-map { width: 100%; height: 100%; }
/* Specify an height via CSS for the map container: */
.angular-google-map-container { height: 100%; }

/* inAppBrowser plugin - https://github.com/apache/cordova-plugin-inappbrowser/blob/master/doc/index.md */
.inAppBrowserWrap {
  background-color: rgba(0,0,0,0.75);
  color: rgba(235,235,235,1.0);
}
.inAppBrowserWrap menu {
  overflow: auto;
  list-style-type: none;
  padding-left: 0;
}
.inAppBrowserWrap menu li {
  font-size: 25px;
  height: 25px;
  float: left;
  margin: 0 10px;
  padding: 3px 10px;
  text-decoration: none;
  color: #ccc;
  display: block;
  background: rgba(0,0,0,0.50);
}
.inAppBrowserWrap menu li.disabled {
    color: #777;
}

/* Settings: Reset*/
.list-item-action { position: absolute; right: 10px; top: 0px; font-size: 20px; opacity: 0.3; }

.list-item-action > ons-icon { margin-top: 14px; }

/*********** Feed API ***********/

.feed-content { padding:5px 0; }

.feed-date { font-size:12px; }

.feed-categories { font-size:12px; margin:20px 0; }

.feed-categories ons-icon { font-size:12px; }

.status-message { padding:10px 0; }

/* List Items */
.item { padding: 10px; line-height: 1; }

.item-thum { font-size:30px; width: 50px; height: 50px; }

.item-title { font-size: 15px; font-weight: 500; }

.item-desc { font-size: 14px; color: #666; line-height: 1.3; margin: 4px 0 0 0; padding: 0 30px 0 0; }

/* Profile */
.profile-card { width: 100%; text-align: center; color: white; padding: 30px 0; line-height: 1.4; background-color: #333; text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px; }

.profile-logo { font-size: 30px; border: 1px solid #ffffff; border-radius: 100%; -webkit-border-radius:100%; padding: 15px 18px; }

.profile-name { margin: 20px 0 0 0; font-weight: 600; font-size: 17px; }

.profile-id { margin: 0 0 5px 0; font-size: 14px; opacity: 0.6; }

.profile-desc { font-size: 15px; opacity: 0.6; width: 90%; text-align: center; margin: 0 auto; }

/* Thumbnail */
.thumbnail-container, .thumbnail { width: 80px; height: 80px; border-radius: 4px; -webkit-border-radius: 4px; background:#cccccc; }

.thumbnail-container { margin-right:15px;}

/* Media */
video, audio { width:100%; max-width:100%; box-sizing: border-box; display: inline-block; }

audio { margin-top:10px; }

/* Extra style rule for the Home Grid home.html */
.home-grid { 
	padding:0 0 20px 0; 
}

/* Fix for Onsen 1.2.2 */
.navigation-bar__title { 
	text-overflow: ellipsis; 
	overflow: hidden; 
	height: auto; 
}

.navigation-bar--android__center { max-width: 50%; overflow: hidden; text-overflow: ellipsis; }

.row-center { text-align:center; }

/* PERSONALI */
.r1 {
	font-size:14px;
	font-weight: bold;
}
.r2 {
	font-size:11px;
	font-weight: normal;
	text-align: left;
}
.r3 {
	font-size:11px;
	font-weight: normal;
	font-style: oblique;
	text-align: left;
}
.sfondo_pagina {
	background-color: #EEAB00;
}
.overwrite_chiaro{
	color: #FFF;
}
.form_section_01{
	border-bottom: 1px solid #D4A218;
	line-height: 55px;
}
.img-responsive{
	width: 50px;
	height: 65x;
	float: left;
}
.social{
	font-size: 18px;
	line-height: 32px;
}

.ons-scroller{
    overflow: auto;
}
