/* ---------- Color Module Styles ----------- */
/* Use ONLY rules with properties that have hex colors as values. */
/* Use lowercaps hex values. */

/* Header */
/*
.html .zone-branding-wrapper {
    border-top-color: #e5eaf2;;
}
*/
/* Main menu */
/*
#zone-menu-wrapper {
    background: #212e4c;
    background: -moz-linear-gradient(top, #212e4c 0%, #212e4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212e4c), color-stop(100%, #212e4c));
    background: -webkit-linear-gradient(top, #212e4c 0%, #212e4c 100%);
    background: -o-linear-gradient(top, #212e4c 0%, #212e4c 100%);
    background: -ms-linear-gradient(top, #212e4c 0%, #212e4c 100%);
    background: linear-gradient(to bottom, #212e4c 0%, #212e4c 100%);
}

#zone-menu-wrapper .menu li.active a,
#zone-menu-wrapper .menu li a:hover {
    background: #212e4c;
    background: -moz-linear-gradient(top, #212e4c 0%, #212e4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212e4c), color-stop(100%, #212e4c));
    background: -webkit-linear-gradient(top, #212e4c 0%, #212e4c 100%);
    background: -o-linear-gradient(top, #212e4c 0%, #212e4c 100%);
    background: -ms-linear-gradient(top, #212e4c 0%, #212e4c 100%);
    background: linear-gradient(to bottom, #212e4c 0%, #212e4c 100%);
}

#zone-menu-wrapper .menu li ul,
#zone-menu-wrapper .menu li.active li a,
#zone-menu-wrapper .menu li li a:hover {
    background: #040c1d;
}

#zone-menu-wrapper  .menu li li.active a,
#zone-menu-wrapper  .menu li li a:hover {
    background: #061331;
}

#zone-branding .site-name a,
#zone-branding .block-accessbility-text,
#zone-branding .block-language li.active {
    color: #212e4c;
}
*/
/* Base: BaBackground / Text / Link */

/*#e5eaf2*/
/*
.html body{
	background-color: #f2f2f2;
}
.html .center-wrapper {
    background-color: #f2f2f2;
}
.html .panel-col-bottom{
	background-color: #f2f2f2;
}
#section-header{
	background-color: #f2f2f2 !important;
}

.html .section-content{
	background-color: #f2f2f2;
}
.html .panel-front-columns-stacked{
	background-color: #f2f2f2;
}
*/

/**politia romana color  -    #212d4c     **/

.html .panel-front-columns-stacked .panel-col-top .inside{
	background: #e9e9ec;
}

.html .zone-branding,
.html .zone-content-wrapper {
    background-color: #ffffff;
}

.html #section-content a,
.html #page .view-header h2,
.html #page .pane-title,
.not-logged-in.page-user #page .title,
.html #page h1.title,
.html .controls .button,
.html #page label {
    color: #212e4c;
}

.html p {
    color: #3b3b3b;
}

.html p a {
    /*color: #212e4c;*/
	color: #212d4c;
}

.html .agenda .fancy-month,
.html .agenda .fancy-date {
    background: #00668c;
}

/*---------slider background-----------*/
.html .panel-col-top .inside{
	/*background: #f2f2f2;*/
}
/*---------slider background-----------*/

/* Footer bg */

#section-footer {
    /*background: #212e4c;*/
	background: #212d4c;
	
}