﻿body {
    color:#fff;
    font-size:13px;
    font-family:Arial;
    background-color:#F4F4F4;
    background-image:url(../img/bg-back.jpg);
    background-size:cover;
    font-family: 'Titillium Web', sans-serif;

    /*font: 13px/1.2 Arial,sans-serif;*/
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    line-height: 1.25;
    margin: 0 0 15px;
    text-rendering: optimizelegibility;
}

h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 300!important;
}
h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 300!important;
}
h3 {
    font-size: 16px;
    font-weight: 400;
}
h4 {
    font-size: 12px;
    font-weight: 700;
}


/* ######### Regole Generali ######## */
a{
    color:#222;
    text-decoration:none;
}

a:hover,a:visited{
    text-decoration:underline;
}

.floatl{
    float:left;
}

.floatr{
    float:right;
}

.fullwidth{
    width:100%;
}

.padding10t{
    padding-top:10px;
}

.padding10b{
    padding-bottom:10px;
}

.padding20t{
    padding-top:20px;
}

.padding20b{
    padding-bottom:20px;
}

.margin10t{
    margin-top:10px;
}

.margin20t{
    margin-top:20px;
}

.margin30t{
    margin-top:30px;
}

.margin10b{
    margin-bottom:10px;
}

.margin20b{
    margin-bottom:20px;
}

.margin30b{
    margin-bottom:30px;
}

.nopadleft{
    padding-left:0;
}

.nopadright{
    padding-right:0;
}

.nopaddingbottom{
    padding-bottom:0;
}

.nopaddingtop{
    padding-top:0;
}

img{
    border:0;
    display:inline!important;
}

.sep{
    background-color:#dedede;
    height:5px;
    margin-top:20px;
    margin-bottom:25px;
}

/* ########## STILI SITO ########## */

div.red{
    _background-color:red;
}

div#admin-area{
    margin-top:15px;
    margin-bottom:20px;
}

div#admin-area a{
    font-size:16px;
    color:#fff;
    text-decoration:none;
    text-shadow:0px 0px 5px #000;
}

div#admin-area a:hover{
    text-decoration:underline;
}

div#admin-area a:visited,div#admin-area a:active{
    color:#fff;
}

h2#motto{
    font-size:48px;
    font-weight:700;
    line-height:100px;
}

div.product{
    min-height:200px;
    background-image:url(../img/bg-box.png);
    background-repeat:repeat;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    border-top-left-radius:30px;
    border-bottom-right-radius:30px;
}

div.product:hover{
    min-height:200px;
    background-image:none;
    background-color:#F68220;
}

/*div.product{
    min-height:200px;
   background-color:#F68220;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    border-top-left-radius:30px;
    border-bottom-right-radius:30px;
}

div.product:hover{
    min-height:200px;
    background-color:transparent;
     background-image:url(../img/bg-box.png);
    background-repeat:repeat;
}*/

div#box-cont{
    margin-top:100px;
}

div#box-cont img{
    display:inline;
    height:200px;
}

div.wrap{
    font-size:30px;
    margin-bottom:60px;
        color:#000;

}

.icon-slide-container{
	height:300px;
	overflow:hidden;
	text-align: left;
	position: absolute;
	float: left;
	width: 300px;
	left: 50%;
	margin-left: -150px;
}



div.footer{
    text-align:center;
    color:#000;
}

.validator {
    position: absolute;
    right: -5px;
    top: 38px;
    font-size:14px;
}

.validator2 {
    position: absolute;
    left:100px;
    top: 8px;
    font-size:14px;
}

input#chkPrivacy{
    margin-right:10px;
}

div#contatti{
    color:#000;
    margin-top:100px;
    font-size:16px;
    padding:20px 0;
    background-repeat:repeat;
}

.panel{
    border:0;
    background-color:transparent;
}

div.panel-heading{
    background-image:url(../img/bg-box.png);
    background-repeat:repeat;
    text-align:center;
    color:#000;
    background-color:transparent!important;
    font-size:14px;
    padding-top:20px;
    padding-bottom:20px;
}


div.panel-heading h4{
    padding-top:10px;
    padding-bottom:10px;
}

div.panel-heading:hover{
    background-image:none;
    background-color:#F4B006!important;
    color:#fff;
}



.panel-collapse{
    margin-bottom:30px;
    background-image:url(../img/bg-box.png);
    background-repeat:repeat;
    color:#000;
}

input.btn{
    background-color:#F4B006!important;
}

