/* modificato inserito*/
/*

rosso: dd0011#
rosso web: cc0033#
grigio chiaro: #
grigio scuro: #
grigio txt: 333333#
nero: #000000
bianco: #ffffff

*/
/* modificato inserito*/


@import url(navi.css);
@import url(forms.css);
@import url(tables.css);
@import url(featured_slide.css);

body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	background-color:#D0D0D0;
	}

img{display:block; margin:0; padding:0; border:none;}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart{list-style-type:none; margin:0; padding:0;}
.clear{clear:both;}
br.clear{clear:both; margin-top:-15px;}

a{outline:none; text-decoration:none; color:#cc0033; /* background-color:#FFFFFF; */}

.fl_left{float:left;}
.fl_right{float:right;}

.imgl, .imgr{border:1px solid #CCCCCC; padding:2%;}
.imgl{float:left; margin:0 8px 8px 0; clear:left;}
.imgr{float:right; margin:0 0 8px 8px; clear:right;}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{
	display:block;
	width:100%;
	margin:0;
	text-align:left;
    float:left;
    position:relative;
	}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin:0 0 15px 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	line-height:normal;
	}

.col1{color:#AAAAAA; background-color:#FFFFFF;}
.col1 a{color:#AAAAAA;}
.col2{color:#333333; background-color:#373E46; border-bottom:1px solid #D5D5D5;}
.col3{color:#666666; /*background-color:#6A737C;*/ padding:20px 0;}
.col4{color:#666666; background-color:#FFFFFF;}
.col5{color:#666666; background-color:#E9E9E9;}
.col5 a{color:#cc0033; background-color:#E9E9E9;}
.col6, .col6 a{color:#666666; background-color:#D0D0D0;}
.col7{color:#666666; background-color:#FFFFFF; padding:10px 0;}

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #topbar, #breadcrumb, #featured_intro, #latest, .container, #footer, #copyright, .container2{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
	}

@media (max-width: 480px) {
    #header, #topbar, #breadcrumb, #featured_intro, #latest, .container, #footer, #copyright, .container2 {
       
        width: 96%;
        margin-left:2%;
        margin-right:2%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    #header, #topbar, #breadcrumb, #featured_intro, #latest, .container, #footer, #copyright, .container2 {
        width: 80%;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    #header, #topbar, #breadcrumb, #featured_intro, #latest, .container, #footer, #copyright, .container2 {
        width: 80%;
    }
}

@media (min-width: 981px) and (max-width: 1279px) {
    #header, #topbar, #breadcrumb, #featured_intro, #latest, .container, #footer, #copyright, .container2 {
        width: 90%;
    }
}

/* ----------------------------------------------Header-------------------------------------*/

#header{
	padding:0px 0 0px 0;
	background-image: url(../images/fondo_testata.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:112px;
	}

#header .fl_left{
	display:block;
	float:left;
	margin-left:40px;
	overflow:hidden;
	}

#header .fl_right{
	display:block;
	float:right;
	width:468px;
	height:60px;
	margin-top:21px;
	overflow:hidden;
	}

#header h1, #header p, #header ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal;
	}

#header h1 a{
	font-size:46px;
	color:#AAAAAA;
	background-color:#FFFFFF;
	}

#header .fl_left p{
	margin-top:5px;
	}

    #header #search {
        display: block;
        float: right;
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 150px;
        margin-left: 2px;
        margin-right: 2px;
    }

@media (max-width: 480px) {
    #header {
        height: auto;
        background-image: none;
    }
    #header .fl_left {
        width:50%;
        margin-left:0;
    }
    #header .fl_left img{
        width:100%;
        height:auto;
    }
    #header .fl_right {
        width: 50%;
    }
    #header #search {
        width: 100px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    #header {
        height: auto;
        background-image: none;
    }
    #header .fl_left {
        width: 70%;
        margin-left: 0;
    }

    #header .fl_right {
        width: 30%;
    }

    #header #search {
        width: 100px;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    #header .fl_left {
        width: 70%;
        margin-left: 0;
    }

    #header .fl_right {
        width: 30%;
    }

    #header #search {
        width: 100px;
    }
}

@media (min-width: 981px) and (max-width: 1279px) {
}

/* ----------------------------------------------Topbar-------------------------------------*/

#topbar{
	padding:0;
	min-height: 50px;
	width:100%;
    float:left;
    margin-bottom:10px;
    position:relative;
	}

#topbar #search{
	display:block;
	float:right;
	margin:0;
	padding:0;
	overflow:hidden;
	}

/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	/* border-bottom:1px solid #D5D5D5; */
	}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.current a{text-decoration:underline;}

/* ----------------------------------------------Featured Intro-------------------------------------*/

#featured_intro{
	margin-top:20px;
	color:#666666;
	background-color:#FFFFFF;
	}

#featured_intro div{
	padding:10px 15px;
	}

#featured_intro div p{
	margin:0;
	padding:0;
	line-height:2em;
	}
	
	#featured_intro img{
	float: left;
	margin-right: 10px;
	height: 80px;
	width: 200px;
	}
	
	#featured_intro h3{
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	font-size:20px;
	font-weight:normal;
	border-bottom:1px dotted #CCCCCC;
	}

/* ----------------------------------------------Homepage Latest-------------------------------------*/

#latest{
	padding:30px 0;
	}

#latest ul, #latest p{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	}

#latest h2{
	color:#666666;
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	font-size:20px;
	font-weight:normal;
	border-bottom:1px dotted #cc0033;
	}

#latest li{
	display:block;
	float:left;
	width:31%;
	margin:0;
	padding:1%;
	}

#latest li.last{margin-right:0;}

#latest li p.imgholder{
	display:block;
	width:95%;
	height:auto;
	margin:0 0 15px 0;
	padding:2%;
	border:1px solid #CCCCCC;
	}

#latest a{
	font-weight:bold;
	}

@media (max-width: 480px) {
    #latest li {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    #latest li {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    #latest li {
        width: 46%;
        margin: 0;
        padding: 2%;
    }
}

@media (min-width: 981px) and (max-width: 1279px) {

}

/* ----------------------------------------------interno Latest2-------------------------------------*/


#latest2 {
    margin: 0 auto 0;
    display: block;
    width: 100%;
    padding: 20px 0 0 0; /* era 30px 0 */
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

    #latest2 ul, #latest p {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline;
        line-height: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
    }

#latest2 h2{
	color:#666666;
	margin:0 0 15px 0;
	padding:0 0 3px 0;
	font-size:18px;
	font-weight:normal;
	border-bottom:1px dotted #666666;
	}
	
#latest2 h3{
	color:#666666;
	font-size:14px;
	font-weight:bold;
	}

    #latest2 li {
        display: block;
        float: left;
        width: 50%;
        margin: 0;
        padding: 2%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
    }

#latest2 li.last{margin-right:0;}

#latest2 li p.imgholder{
	display:block;
	width:290px;
	height:150px;
	margin:0 0 15px 0;
	padding:4px;
	border:1px solid #CCCCCC;
	}

#latest2 a{
	font-weight:bold;
	font-size:14px;
	}
	
	#latest2 a:hover {
	color:#666666;
	}
	
	#latest2 li p.imgowned{
	display:block;
	width:100px;/* era 120 */
	height:140px;
	margin:0 15px 0px 0;
	padding:4px;
	/* border:1px solid #CCCCCC;*/
	float:left;
	}
	
	#latest2 .imgowned a{
	font-weight:bold;
	font-size:11px;
	}

#latest3 {
    margin: 0 auto 0;
    display: block;
    width: 100%;
    padding: 20px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

#latest4 {
    margin: 0 auto 0;
    display: block;
    width: 100%;
    padding: 20px;
    float: right;
    list-style-image: url(../images/black_file.gif);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
	
	#latest4 img{
	float:left;
	margin:0 40px 20px 0;
	}
@media (max-width: 480px) {
    #latest2 li {
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
}

@media (min-width: 769px) and (max-width: 980px) {
}

@media (min-width: 981px) and (max-width: 1279px) {
}	
/* ----------------------------------------------Content-------------------------------------*/

.container {
    width: 960px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.container2 {
    width: 960px;
    padding: 20px;
    background-image: url(../images/ft_company_1.jpg);
    background-repeat: no-repeat;
    background-size:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
    .container2 .imgl {
        width:100%;
        max-width: 250px;
        margin-top: 0;
        margin-bottom: 20px;
        margin-right: 20px;
    }
	
	.container2 h1{
	color:#cc0033;
	font-size:20px;
	font-weight:normal;
	border-bottom:1px dotted #CCCCCC;
	}
	/* ----------------------------------------------
	.container2 img{
	float: left;
	margin: 0 60px 60px 0;
	clear: both;
	}
-------------------------------------*/

.content {
    display: block;
    float: right;
    width: 60%;
    margin-bottom: 35px;
    margin-top: 35px;
}

.content h1{
	color:#cc0033;
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	font-size:20px;
	font-weight:normal;
	border-bottom:1px dotted #CCCCCC;
	}
	
	.content span{
	color:#666666;
	}

	
/* ------Comments-----*/


.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

.comment_odd{color:#666666; background-color:#F7F7F7;}
.comment_odd a{color:#cc0033; background-color:#F7F7F7;}

.comment_even{color:#666666; background-color:#E8E8E8;}
.comment_even a{color:#cc0033; background-color:#E8E8E8;}

.author .name{font-weight:bold;}
.submitdate{font-size:smaller;}

.comments  p{margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none; width:100%;}

.avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px; padding:4px; z-index:9999;}


/* ------pre-owned-----*/

#comments2{margin-bottom:40px; height:200px;color:#666666; background-color:#F7F7F7;}

#comments2 .commentlist2 {margin:0; padding:0;}

#comments2 .commentlist2 ul{margin:0; padding:0; list-style:none;}

#comments2 .commentlist2 li.comment_odd2, #comments2 .commentlist2 li.comment_even2{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments2 .commentlist2 li.comment_odd2 a{color:#cc0033; text-decoration: underline;}

 .author2 .name2{font-weight:bold;}
 .price{font-size:14px; font-weight: bold;}

#comments2 .commentlist2 p{margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none;}

 .avatar2{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px; padding:4px; width:140px; height:140px;}
 
 #paging {
	margin:0px 0 0px 20px;
	display:block;
	width:500px;
	float:left;
	clear: both;
	font-size:10px;
	
	}
	
	#paging  {
	 color:#fff;
	}
	#paging span {
	 color:#fff;
	}
	#paging .normal {
	 color:#666666;
	}
	
	#paging a{
	font-size:12px;
	background-color:#CCCCCC;
	color:#cc0033;
	padding:2px 5px 2px 5px;
	margin:0px 0px 0px 3px;
	}
	
	#paging a:hover{
	background-color:#cc0033;
	color:#ffffff;
	text-decoration: underline;
	}
	
	
	
	.currentpage 
	{
	background-color:#cc0033;
	color:#fff;
	
	padding:2px 5px 2px 5px;
	margin:0px 0px 0px 3px;
	font-size:12px;
	}

.comment .commentlist {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.comment .comment_odd img {
    float:left;
}

@media (max-width: 480px) {
    .container2 {
        width: 96%;
        padding: 2%;
        background-image: none;
        background-repeat: no-repeat;
    }
    .container2 .imgl {
        width: 92%;
        margin-top:20px;
        margin-bottom:20px;
    }
    .container {
        width: 96%;
        padding: 2%;
    }
    .comment .comment_odd .avatar {
        float: left;
        clear: none;
        margin: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .comment .comment_odd .author {
        margin:0;
        margin-top:30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .container2 {
        width: 80%;
        background-image: none;
        background-repeat: no-repeat;
    }

        .container2 .imgl {
            width: 92%;
            margin-top: 20px;
            margin-bottom: 20px;
        }
    .container {
        width: 80%;
    }
}


@media (min-width: 769px) and (max-width: 980px) {
    .container2 {
        width: 80%;
    }

        .container2 .imgl {
            width: 250px;
            margin-top: 0;
            margin-bottom: 20px;
            margin-right:20px;
        }
    .container {
        width: 80%;
    }
}

@media (min-width: 981px) and (max-width: 1279px) {
    .container2 {
        width: 90%;
    }

        .container2 .imgl {
            width: 250px;
            margin-top: 0;
            margin-bottom: 20px;
            margin-right: 20px;
        }
    .container {
        width: 90%;
    }
}
/* ----------------------------------------------Column-------------------------------------*/
.spacebg {
    width: 100%;
    padding: 10px;
    background-color: #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin-top:10px;
}
.column {
    display: block;
    float: left;
    width: 34%;
    background-image: url(../images/sfum_column2.jpg);
    background-repeat: no-repeat;
    background-position: 20px 30px;
    margin-bottom: 35px;
    margin-top: 35px;
}
.column img{
    width: 100%;
}

.column .holder{
	display:block;
	width:260px;
	margin-bottom:20px;
	padding-left:10px;
	}
	
	.holder img{
	float: left;
	margin-right: 10px;
	}
	
	.holder h3{
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	font-size:20px;
	font-weight:normal;
	border-bottom:1px dotted #CCCCCC;
	}

/* Sponsors Block */
.customer{
	display:block;
	float:left;
	width:100%;
	}
	
.customer .sponsors{
	display:block;
	width:100%;
	margin-bottom:20px;
	}

.customer .sponsors h2{
	margin:0 0 15px 0px;
	padding:0;
    margin-left:17px;
    margin-top:50px;
	}

.customer .sponsors .b_125 ul{
	margin:0;
	padding:0;
	list-style:none;
	}

.customer .sponsors .b_125 li{
	float:left;
	margin:0 21px 10px 0px;
	}

    .customer .sponsors .b_250 ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        float: left;
    }

.customer .sponsors .b_250 li{
	float:left;
	margin:1.5%;
    width:30.3%;
	}
    .customer .sponsors .b_250 li img {
        
        width: 100%;
    }
	
@media (max-width: 480px) {
    .customer .sponsors .b_250 li {
        float: left;
        margin: 2%;
        width: 96%;
    }
    .customer .sponsors h2 {
        margin-left: 2%;
    }
    .column {
        width:100%;
        float:left;
    }
    .content {
        width: 100%;
        float: right;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .customer .sponsors .b_250 li {
        float: left;
        margin: 2%;
        width: 46%;
    }

    .customer .sponsors h2 {
        margin-left: 2%;
    }
    .column {
        width: 100%;
        float: left;
    }

    .content {
        width: 100%;
        float: right;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    .column {
        width: 30%;
        float: left;
    }

    .content {
        width: 64%;
        float: right;
    }
}

@media (min-width: 981px) and (max-width: 1279px) {
}
/* ----------------------------------------------Footer-------------------------------------*/

#footer{
	padding:20px 0;
	}

#footer h2, #footer p, #footer ul, #footer a{
	margin:0;
	padding:0;
	font-weight:normal;
	list-style:none;
	line-height:normal;
	}

#footer p{
	line-height:1.6em;
	}

#footer h2{
	color:#666666;
	background-color:#E9E9E9;
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
	}

#footer li{
	margin-bottom:5px;
	}

    #footer .footbox {
        display: block;
        float: left;
        width: 31%;
        padding: 1%;
        margin:0;
    }
	
	#footer h4{
	color:#cc0033;
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
	}

.footbox img{
	float: left;
	margin-right: 10px;
	}
	
#footer .thumbbox{
	display:block;
	float:right;
	width:31%;
    padding:1%;
	}

#footer .thumbbox ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#footer .thumbbox li{
	display:block;
	float:left;
	width:80px;
	height:80px;
	margin:0 15px 15px 0;
	padding:4px;
	border:1px solid #D0D0D0;
	}

#footer .thumbbox li.last{margin-right:0;}

#footer .last{
	margin:0;
	}
@media (max-width: 480px) {
    #footer .footbox {
        width: 96%;
        margin: 0;
        padding: 2%;
        margin-top:20px;
    }
    #footer .thumbbox {
        width: 96%;
        margin: 0;
        padding: 2%;
        margin-top: 20px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
}

@media (min-width: 769px) and (max-width: 980px) {
}

@media (min-width: 981px) and (max-width: 1279px) {
}
/* ----------------------------------------------Copyright-------------------------------------*/

#copyright{
	padding:15px 0;
	}

#copyright p{
	margin:0;
	padding:0;
	}
	
	#copyright a{
	color:#cc0033;
	}
	
	
	/* ----------------------------------------------banner home-------------------------------------*/
	
	#banner_hp{
	padding:20px 0 10px 0;
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
	}

#banner_hp .fl_left{
	display:block;
	float:left;
	width:60%;
	height:auto;
	}
    #banner_hp .fl_left img {
        width: 100%;
    }

#banner_hp .fl_right {
    display: block;
    float: right;
    width: 36%; /* era 360 */
    height: auto; /* era 280 */
    padding: 10px;
    color: #333333;
    background-color: #FFFFFF;
}

#banner_hp .fl_right h2, #banner_hp .fl_right p{
	margin:0 0 12px 0;
	padding:0;
	border:none;
	line-height:normal;
	}

#banner_hp .fl_right h2{
	font-size:20px;
	color:#dd0011;
	}

#banner_hp .fl_right p{
	line-height:1.6em;
	}

#banner_hp .fl_right ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#banner_hp ul li{
	display:block;
	float:left;
	width:100%;
	height:80px;
	margin:0 15px 0 0;
	padding:4px;
	border:1px solid #D0D0D0;
	}

#banner_hp ul li.last{
	margin-right:0;
	}

@media (max-width: 480px) {
    #banner_hp {
        width: 96%;
        margin-left:2%;
        margin-right:2%;
    }

        #banner_hp .fl_left {
            width: 100%;
            height: auto;
            margin:0;
            padding:0;
        }

        #banner_hp .fl_right {
            width: 96%;
            height: auto;
            margin: 0;
            padding-left: 2%;
            padding-right:2%;
        }
}

@media (min-width: 481px) and (max-width: 768px) {
    #banner_hp {
        width: 80%;
    }

        #banner_hp .fl_left {
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
        }

        #banner_hp .fl_right {
            width: 96%;
            height: auto;
            margin: 0;
            padding-left: 2%;
            padding-right: 2%;
        }
}

@media (min-width: 769px) and (max-width: 980px) {
    #banner_hp {
        width: 80%;
    }

        #banner_hp .fl_left {
            width: 60%;
            height: auto;
            margin: 0;
            padding: 0;
        }

        #banner_hp .fl_right {
            width: 34%;
            height: auto;
            margin: 0;
            padding: 2%;
        }
        #banner_hp .fl_right img {
            display:none;
        }
}

@media (min-width: 981px) and (max-width: 1279px) {
    #banner_hp {
        width: 90%;
    }

        #banner_hp .fl_left {
            width: 60%;
            height: auto;
            margin: 0;
            padding: 0;
        }

        #banner_hp .fl_right {
            width: 34%;
            height: auto;
            margin: 0;
            padding: 2%;
        }

}

/* foto scheda */	
	
	.box_gallery_ft
{
	float: left;
	width: 48%;
	margin-top: 10px;
	margin-left: 0px;
	padding-bottom: 20px;
}
.tabellaprodotti_lt {
    float: right;
    width: 48%;
    margin-top: 10px;
    margin-left: 0px;
    padding-bottom: 20px;
}

.box_gallery_ft img
{
    float: left;
    margin-top: 15px;
    margin-right: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.box_gallery_txt {
    float: right;
    width: 50%;
    margin-right: 20px;
}

.box_gallery_table
{
    float: left;
    width: 100%;
	margin-top: 20px;
}



@media (max-width: 480px) {
    .box_gallery_ft {
        width: 100%;
    }

    .tabellaprodotti_lt {
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
}

@media (min-width: 769px) and (max-width: 980px) {
}

@media (min-width: 981px) and (max-width: 1279px) {
}



/**************************************************************

	Lightbox
	v 1.5

**************************************************************/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	
	
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 9999;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
	z-index: 9998;	
}


.photos {
	padding-right: 2px;
	padding-bottom: 2px;
}

a:hover .photos {


}

.lightboxDesc a {
	color: #999999;
	text-decoration: none;
	
}

.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
	
}

/***************************

	styles for hidden next & previous buttons

***************************/
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	left: 0;
	
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

/***************************

	styles for next & previous buttons as part of footer

***************************/

#lbPrevLink, #lbNextLink {
	display: block;
	width: 100px;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	float: left;
	background: transparent url(../images/prevlabel.gif) no-repeat left;
	
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat left;
}

#lbNextLink {
	float: right;
	background: transparent url(../images/nextlabel.gif) no-repeat right;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat right;
}

#lbControls {
	display: block;
	height: 32px;
}


/**********************************/


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #000;*/
}

#lbCaption, #lbNumber, #lbDescription {
	margin-right: 71px;
	/*border: 1px solid #000;*/
}

#lbCaption {
	font-weight: bold;
}


.lightboxDesc {
	display: none;
}

/*************************************************************/
.bgwhite {
    background-color:#fff;
}
    .space
	{
	    position:relative;
	    float:left;
	    width:99%;
	}
.news-box {
    position: relative;
    float: left;
    width: 100%;
    min-height: 50px;
    margin-top: 10px;
    padding: 2%;
    background-color: #f5f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}
.hidden {
    display:none;
}
/*################# COOKIE*/
@media all {
    .space {
        width:100%;
        margin:0;
        padding:0;
        position:relative;
        float:left;
    }
    .middle1 {
        width:960px;
        margin:0 auto;
        float:none;
    }
    #popup1cont {
        width: 100%;
        height: auto;
        margin-left: 0;
        z-index: 9990;
        background-color: transparent;
        padding: 20px;
        overflow: scroll;
        overflow-x: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
    }

    #popup1cont h1 {
        margin: 0;
        padding: 0;
        font-size: 32px;
        line-height: 40px;
    }

    #popup1con t p {
        margin: 0;
        padding: 0;
        margin-top: 15px;
        font-size: 15px;
        line-height: 31px;
    }


    #popup1cont h3 {
        margin: 0;
        padding: 0;
        margin-top: 15px;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 22px;
    }

    #popup1cont ul li {
        font-size: 14px;
        line-height: 30px;
    }


    #cookiebar {
        width: 100%;
        background-color: #0b1318;
        position: fixed;
        bottom: 0px;
        min-height: 10px;
        float: none;
        padding-bottom: 17px;
        padding-top: 12px;
        z-index: 9998;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
    }

    #cookiesx {
        width: 70%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        margin: 0;
        padding: 0;
        float:left;
        position:relative;
    }

        #cookiesx p {
            font-size: 14px;
            line-height: 17px;
            color: #fff;
            margin-top: 14px;
        }

        #cookiesx a {
            font-size: 14px;
            color: #fff;
            text-decoration:underline;
        }

    #cookiedx {
        width: 20%;
        float: right;
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        position: relative;
    }

        #cookiedx .boxcolor1 p {
            color: #000;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 15px;
            margin: 0;
            font-weight:bold;
        }

        #cookiedx .boxcolor1 {
            float: right;
            padding: 10px;
            padding-left: 15px;
            padding-right: 15px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            margin-top: 8px;
            background-color:#fff;
        }
    #popup1cont::-webkit-scrollbar {
        width: 7px;
    }

    #popup1cont::-webkit-scrollbar-thumb {
        background: #004080;
    }
}

@media (max-width: 480px) {
    .middle1 {
        width: 94%;
        margin: 3%;
        float: left;
    }
    #cookiebar {
        padding-bottom: 20px;
        padding-top: 15px;
    }

    #cookiesx {
        width: 100%;
    }

    #cookiedx {
        width: 100%;
        margin-top: 15px;
    }

    #cookiesx p {
        font-size: 15px;
        line-height: 22px;
    }

    #cookiedx .boxcolor1 {
        float: left;
        margin-bottom: 10px;
    }

    #popup1cont {
        width: 100%;
        margin-left: 0;
        padding: 5px;
    }

    #popup1cont h1 {
        font-size: 26px;
        line-height: 32px;
        margin-top: 50px;
    }

}

@media (min-width: 481px) and (max-width: 768px) {
    .middle1 {
        width: 80%;
    }
    #cookiebar {
        padding-bottom: 20px;
        padding-top: 15px;
    }

    #cookiesx {
        width: 100%;
    }

    #cookiedx {
        width: 100%;
        margin-top: 15px;
    }

    #cookiesx p {
        font-size: 15px;
        line-height: 22px;
    }

    #cookiedx .boxcolor1 {
        float: left;
        margin-bottom: 10px;
    }

    #popup1cont {
        padding: 10px;
    }

}

@media (min-width: 769px) and (max-width: 980px) {
    .middle1 {
        width: 80%;
    }
   

}

/*################# CTA*/
.ctacont {
    width: 100%;
    margin-top: 40px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
    .ctacont h3 {
        color: #cc0033;
    }
    .ctacont .hr1 {
        width:100%;
        height:1px;
        float:left;
        position:relative;
        background-color:#ccc;
        margin-top:4px;
        margin-bottom:4px;
        border:none;
        outline:none;
    }
    .ctacont .bt1 {
        background-color: #cc0033;
        color:#fff;
        padding:11px;
        font-size:14px;
        text-transform:uppercase;
        font-weight:bold;
    }
    .ctacont .bt1:hover {
        background-color:#a5052d;
    }
        .ctacont .bt1:active {
            background-color: #a5052d;
        }
    .mt-30 {
        margin-top:30px;
    }
/*################# REQUEST FORMS*/
@media all {
    #containerform div {
        position: relative;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
    }
    .form-item {
        width:49%;
        height:40px;
        margin:0.5%;
    }
    .form-item2 {
        width: 99%;
        height: auto;
        margin: 0.5%;
    }
    .form-sx {
        width: 35%;
        height: 40px;
        border-left:3px solid #eee;
        background-color:#f5f5f5;
    }
    #containerform .form-sx .p1 {
        text-align:right;
        margin-right:12px;
        text-transform:uppercase;
        font-size:12px;
        line-height:12px;
        margin-top:15px;
        color:#111;
    }
    .form-sx2 {
        width: 17.5%;
        height: 40px;
        border-left: 3px solid #eee;
        background-color: #f5f5f5;
    }

    #containerform .form-sx2 .p1 {
        text-align: right;
        margin-right: 12px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 12px;
        margin-top: 15px;
        color: #111;
    }
    .form-dx {
        width: 65%;
        height: 40px;
        padding-left:5px;
        padding-right:5px;
    }
    .form-dx2 {
        width: 82.5%;
        height: auto;
        padding-left: 5px;
        padding-right: 5px;
    }
    .text1 {
        width: 100%;
        height: 36px;
        border: 1px solid #999;
        background-color: #fff;
        padding-left: 12px;
        padding-right: 7px;
        font-size: 14px;
        text-align: left;
        font-weight: 500;
        line-height: 21px;
        color: #004080;
        -webkit-transition: all ease 0.16s;
        transition: all ease 0.16s;
        outline: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
    }

        .text1:focus {
            border: 1px solid #cc0033;
            outline: none;
        }

        .text1:hover {
            border: 1px solid #cc0033;
            outline: none;
        }

        .text1:active {
            border: 1px solid #cc0033;
            outline: none;
        }
        .pad3 {
            padding-top:30px;
            padding-bottom:30px;
        }
    #containerform .bt1 {
        background-color: #cc0033;
        color: #fff;
        padding: 11px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
    }

        #containerform .bt1:hover {
            background-color: #a5052d;
        }

        #containerform .bt1:active {
            background-color: #a5052d;
        }
    #containerform .bt2 {
        background-color: #fff;
        color: #111;
        border:1px solid #111;
        padding: 11px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
    }

        #containerform .bt2:hover {
            background-color: #fff;
        }

        #containerform .bt2:active {
            background-color: #fff;
        }
        #containerform .avviso1 {
            font-size:16px;
            color:#50ad53;
        }
    #containerform .avviso2 {
        font-size: 16px;
        color: #cc0033;
    }
}
@media (max-width: 480px) {
    .form-item {
        width: 99%;
        height: auto;
        margin: 0.5%;
    }
    .form-sx {
        width: 100%;
        margin-top: 8px;
    }
    #containerform .form-sx .p1 {
        text-align: left;
        margin-left: 5px;
    }
    .form-sx2 {
        width: 100%;
        margin-top: 8px;
    }
    #containerform .form-sx2 .p1 {
        text-align: left;
        margin-left:5px;
    }
    .form-dx {
        width: 100%;
        height: 40px;
        padding: 0;
        margin-top: 5px;
    }

    .form-dx2 {
        width: 100%;
        height: auto;
        padding: 0;
        margin-top:5px;
    }
    
}

@media (min-width: 481px) and (max-width: 768px) {
    .form-item {
        width: 99%;
        height: auto;
        margin: 0.5%;
    }

    .form-sx {
        width: 100%;
        margin-top: 8px;
    }

    #containerform .form-sx .p1 {
        text-align: left;
        margin-left: 5px;
    }

    .form-sx2 {
        width: 100%;
        margin-top: 8px;
    }

    #containerform .form-sx2 .p1 {
        text-align: left;
        margin-left: 5px;
    }

    .form-dx {
        width: 100%;
        height: 40px;
        padding: 0;
        margin-top: 5px;
    }

    .form-dx2 {
        width: 100%;
        height: auto;
        padding: 0;
        margin-top: 5px;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    .form-sx {
        width: 40%;
    }

    #containerform .form-sx .p1 {
        font-size: 11px;
        margin-top: 15px;
    }

    .form-sx2 {
        width: 20%;
        height: 40px;
        border-left: 3px solid #eee;
        background-color: #f5f5f5;
    }

    #containerform .form-sx2 .p1 {
        font-size: 11px;
        margin-top: 15px;
    }

    .form-dx {
        width: 60%;
    }

    .form-dx2 {
        width: 80%;
        height: auto;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 981px) and (max-width: 1279px) {
}

    /*
@media (max-width: 480px) {
    
}

@media (min-width: 481px) and (max-width: 768px) {
    
}

@media (min-width: 769px) and (max-width: 980px) {
   
}

@media (min-width: 981px) and (max-width: 1279px) {
   
}*/
    /** {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}*/
