/*
<link href='http://fonts.googleapis.com/css?family=Lato:400,300,700,900' rel='stylesheet' type='text/css'>
*/

* {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
}


html, body {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*background-color: #333333;*/
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	height: 100%;
	/*
	height: 100%;
	min-height: 100%;
	*/
}

body { 
	line-height: 1.3em; 
	-webkit-font-smoothing: antialiased; 
	background-color: #ffffff;
}

p {
	font-weight: 400;
	font-size:12px;
	padding: 0px 0px 1.1em 0px;
	margin: 0px;
	line-height: 1.6em;
}

strong, b {
	font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	padding-bottom: 8px;
	font-weight: 300;
}

h2 {
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	padding-bottom: 8px;
	font-weight: 300;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	padding-bottom: 8px;
	font-weight: 300;
}

a {
	color: #dddddd;
}


table {
	border-collapse: collapse;
}

table, tr, td, th { 
	padding: 0;
	margin: 0;
	border: 0;
}

.clear {
	clear: both;
	float: none;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	display: block;
}

.break-word {
	word-wrap: break-word;
}


form.form-style {
	display: block;
	padding: 0;
	margin: 0;
}

form.form-style div.warning,
div.warning-box {
	background-color:#E8615E;
	
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 1px 2px rgba(0, 0, 0, 0.1);

	display:block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
	color: #fff;	
	margin: 0 0 20px 0;
	padding: 15px 60px 15px 15px;
	/*border: 1px solid #EDA203;*/
	background-image: url("../images/layout/icon-warning.png");
	background-position: right top;
	background-repeat: no-repeat;
	text-shadow:0px 1px 0px #C67804;
}

form.form-style div.ok,
div.ok-box {
	background-color:#99CE5E;
	
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 1px 2px rgba(0, 0, 0, 0.1);

	display:block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
	color: #fff;	
	margin: 0 0 20px 0;
	padding: 15px 60px 15px 15px;
	/*border: 1px solid #71C021;*/
	background-image: url("../images/layout/icon-ok.png");
	background-position: right top;
	background-repeat: no-repeat;
	text-shadow:0px 1px 0px #5E9E1D;
}

form.form-style input, 
form.form-style textarea, 
form.form-style select { 
    outline: none;
}

form.form-style .row {
	padding-bottom: 15px;
}

form.form-style .row25 {
	padding-bottom: 25px;
}

form.form-style .row50 {
	padding-bottom: 50px;
}

form.form-style label {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #808080;
}

form.form-style label.block {
	display: block;
	/*padding: 4px 0 4px 0;*/
}

form.form-style label.grey {
	color: #afafaf;
	text-transform: none;
	font-size: 13px;
}

form.form-style label span.grey {
	color: #afafaf;
	text-transform: none;
}


form.form-style input.text,
form.form-style textarea {
	font-weight: normal;
	padding: 10px 10px;
	/*
	border: 1px solid #ccc;
	color: #5C5C5C;
	box-shadow:inset 0px 1px 1px #e5e5e5;
	-webkit-box-shadow:inset 0px 1px 1px #e5e5e5;
	-moz-box-shadow:inset 0px 1px 1px #e5e5e5;
	background-color: #fff;	
	*/
	color: #FFFFFF;
	background-color: #333;	
	border: 0;
	font-size: 13px;
	width: 400px;
}

form.form-style textarea {
	resize:vertical;
   max-width: 540px;
    width: 90%;
}

form.form-style select {
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	color: #5C5C5C;
	font-weight: normal;
	padding: 10px 10px;
	box-shadow:inset 0px 1px 1px #e5e5e5;
	-webkit-box-shadow:inset 0px 1px 1px #e5e5e5;
	-moz-box-shadow:inset 0px 1px 1px #e5e5e5;
	font-size: 12px;
	background-color: #fff;	
}

form.form-style select option {
	/*margin: 10px;*/
}


form.form-style input.w60 {
	width: 38px;
}

form.form-style input.w190 {
	width: 168px;
}

form.form-style input.w180 {
	width: 158px;
}

form.form-style input.w225 {
	width: 203px;
}

form.form-style input.w310 {
	width: 298px;
}

form.form-style input.w270 {
	width: 248px;
}

form.form-style input.w470 {
	width: 448px;
}

form.form-style input.wscale {
	max-width: 300px;
    width: 90%;
}



form.form-style select.w180 {
	width: 180px;
}

form.form-style select.w190 {
	width: 190px;
}



form.form-style input.s20,
form.form-style select.s20 {
	margin-right: 20px;
}

form.form-style input.s50,
form.form-style select.s50 {
	margin-right: 50px;
}


/*
.wrapper {
	color: #17181c;
	background-color: #fbfbfb;
	min-width: 990px;
}


.bg-image {
	background-image: url("../images/contents/index/image-1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
*/
/*
#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
}

#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}

#page-wrap { 
	position: relative; 
	z-index: 2; 
	width: 400px; 
	margin: 50px auto; 
	padding: 20px; 
	background-image: url("../images/layout/rect-black.png");
	background-repeat: repeat;
}
*/

.container {
    width: 90%;
    margin: 0px auto;
    padding: 20px;
}


.vertical-center {
	position: absolute; 
	margin-top: -160px;
	height: 320px;
	top: 50%;
	width: 90%;
}

.index-box {
	width: 90%;
	max-width: 580px;
	margin: 0 auto 0 auto;
	height: 320px;
	/*background-color: #f00;*/
}

.index-box .column {
	/*
	background-image: url("../images/layout/rect-black.png");
	background-repeat: repeat;
	*/
	width: 152px;
	height: 152px;
	float: left;
	margin: 0 20px 0 20px;
	padding: 10px 0 0 0;
}


.index-box .claim {
	clear:both;
	padding-top: 20px;
}

.index-box .claim .text-claim {
	display: block;
	background-image: url("../images/layout/index-claim.png");
	background-repeat: no-repeat;
	width: 400px;
	height: 94px;
	margin: 0 auto;
}

.index-box .claim .text-claim h2 {
	display: none;
}


.index-box .column a.logo-bda {
	display: block;
	background-image: url("../images/layout/logo-bda-big.png");
	background-repeat: no-repeat;
	width: 152px; 
	height: 152px;
}

.index-box .column a.logo-zwd {
	display: block;
	background-image: url("../images/layout/logo-zwd-big.png");
	background-repeat: no-repeat;
	width: 152px; 
	height: 152px;
}

.index-box .column a.logo-inle {
	display: block;
	background-image: url("../images/layout/logo-inle-big.png");
	background-repeat: no-repeat;
	width: 152px; 
	height: 152px;
}

.index-box .column a span {
	display: none;
}


.index-box .column p {
	padding: 15px;
}



.vertical-center-error404 {
	position: absolute; 
	margin-top: -60px;
	height: 120px;
	top: 50%;
	width: 90%;
}

.error404-box {
	width: 90%;
	max-width: 580px;
	margin: 0 auto 0 auto;
	height: 120px;
	text-align: center; 
}
.error404-box h2 {
	color: #666;
	padding: 0;
	margin: 0 0 20px 0;
}

.error404-box p {
	color: #666;
}

.error404-box a {
	color: #000;
	text-decoration: none;
}

.error404-box a:hover {
	color: #000;
	text-decoration: underline;
}


#valignbox {
    float: left;
    height: 50%;
    margin-bottom: -400px;
    width: 1px;
}

#maincontent {
    /*position: relative;*/
	/*width: 680px;*/
	/*width: 90%;*/
	height: 600px;
    margin: 0 auto;
    padding: 0px 30px 0 85px;
    clear: left; 
}

#content {
	padding: 150px 0 20px 0;
}

#content .box-loghi {
	display: block;
	position: absolute;
	left: 85px;
	top: 0px;
}

#content .box-loghi .selected a {
	opacity: 1;
}

#content .toplogo {
	display: block;
	float:left;
	/*padding-right: 20px;*/
	padding-right: 0px;
}

#content .toplogo a {
	display: block;
	width: 86px;
	height: 86px;
	/*
	background-image: url("../images/layout/logo-bda-small.png");
	background-repeat: no-repeat;
	width: 104px; 
	height: 94px;
	*/
	opacity: 0.4;
}

#content .toplogo a span {
	display: none;
}


#content .toplogo-bda {
	display: block;
}

#content .toplogo-bda a {
	display: block;
	background-image: url("../images/layout/logo-bda-small.png");
	background-repeat: no-repeat;
	width: 86px;
	height: 86px;
}

#content .toplogo-bda a span {
	display: none;
}

#content .toplogo-zwd {
	display: block;
}

#content .toplogo-zwd a {
	display: block;
	background-image: url("../images/layout/logo-zwd-small.png");
	background-repeat: no-repeat;
	width: 102px;
	height: 98px;
}

#content .toplogo-zwd a span {
	display: none;
}

#content .toplogo-inle {
	display: block;
}

#content .toplogo-inle a {
	display: block;
	background-image: url("../images/layout/logo-inle-small.png");
	background-repeat: no-repeat;
	width: 86px;
	height: 86px;
}

#content .toplogo-inle a span {
	display: none;
}


.maindownmenu {
	/*
	position: absolute;
	bottom: 20px;
	width: 100%;
	*/
	/*width: 90%;*/
	padding: 20px 0 20px 0;
	margin: 0 auto;
	position: relative;
}

.maindownmenu a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	padding: 1px 4px 1px 4px;
	text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.7);
}

.maindownmenu a:hover {
	color: #dddddd;
	text-decoration: none;
}

.maindownmenu a.selected {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	background-image: url("../images/layout/rect-black.png");
	background-repeat: repeat;
}


.maindownmenu .menuline1 {
	float:left;
	width: 110px;
}

.maindownmenu .menuline2 {
	float:left;
	/*width: 200px;*/
	padding-right: 20px;
	min-width: 100px;
}

.maindownmenu .menuline3 {
	float:left;
}


.right-block {
	/*float: right;*/
	/*width: 155px;*/
	/*padding-bottom: 30px;*/
	/*text-align: right;*/
	/*position: absolute;*/
	position:fixed;
	bottom: 10px;
	/*left: 50%;*/
	left: 0px;
	margin: 0 auto 0 auto;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.7);
	/*width: 300px;*/
	width: 100%;
}

.right-block a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	padding: 1px 4px 1px 4px;
}

.right-block a:hover {
	color: #dddddd;
	text-decoration: none;
}

.right-block a.selected {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	background-image: url("../images/layout/rect-black.png");
	background-repeat: repeat;
}


.right-block .images-gallery {
	padding: 0 0 10px 0;
	/*max-width: 155px;*/
	max-width: 320px;
	/*text-align: left;*/
	margin: 0 auto 0 auto;
	/*float: right;*/
}

.right-block .link-page-content {
	/*
	padding: 20px 0 10px 0;
	width: 155px;
	height: 53px;
	float: right;
	*/
}

.right-block .link-page-content a {
	/*
	background-image: url("../images/layout/pul-info-description.png");
	background-repeat: no-repeat;
	width: 53px;
	height: 53px;
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0;
	float:right;
	*/
}

.right-block .link-page-content a:hover {
	/*
	width: 53px;
	height: 53px;
	display: block;
	text-decoration: none;
	*/
}

.right-block .link-page-content a span {
	display: none;
}


.piva {
	position: absolute;
	right: 0px;	
	bottom: 20px;
	color: #dddddd;
	font-size: 11px;
}


.page-default-height {
	min-height: 280px;
}

.page-content {
	color: #ffffff;
	font-size: 12px;
	background-image: url("../images/layout/rect-black.png");
	background-repeat: repeat;	
	padding: 10px;
	/*min-height: 260px;*/
	font-weight: 400;
	line-height: 1.6em;
}


.share-box {
    color: #50646E;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 0px;
    right: 30px;
}


.block-share {
    margin: 0;
    padding: 0px 0 20px;
    opacity: 0.5;
}


.block-share p {
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    margin: 2px 10px 2px 2px;
    padding: 0;
    text-transform: uppercase;
    display: block;
    float:left;
    cursor: pointer;
    text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.7);
}

.block-share div#box_share {
    /*display: block;*/
    display: none;
    float: left;
    margin: 0px 0 0 0;
    /*width: 78px;*/
}

/*
.addthis_default_style .at300b {
	padding: 0 2px;
	display: block;
	margin: 0;
	float:left;
}
*/

.addthis_toolbox a {
	padding: 0 2px;
	display: block;
	margin: 0;
	float:left;
}


.box-login {
	padding: 20px;
}

.box-login .box-bottom {
	padding-top: 15px;
}

#formlogin input {
	border: 0;
	padding: 10px;
	color: #FFFFFF;
	background-color: #333;	
}

#formlogin input[type=text],
#formlogin input[type=password] {
	width: 90%;
	max-width: 160px;
}

#formlogin input.button {
	border: 0;
	padding: 10px;
	/*
	background-color: #fff;
	color: #000;
	*/
	color: #fff;
	background-color: #333;
	border: 1px solid #555;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
}

.form-login-error {
	color: #f00;
	display: block;
}

.logged-name {
	position:absolute;
	top: 70px;
	right: 30px;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.5em;
}

.logged-name strong {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
}


.fullscreen-box {
    color: #50646E;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    right: 200px;
    top: 0;
}


.fullscreen-box a {
	opacity: 0.5;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

.fullscreen-box a:hover {
	opacity: 0.7;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.contacts-box {
	padding: 0px 0 10px 0;
}


.contacts-box #submitButton {
	border: 0;
	padding: 10px;
	/*
	background-color: #fff;
	color: #000;
	*/
	color: #fff;
	background-color: #333;
	border: 1px solid #555;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
}

.contacts-box table {
	width: 270px;
	float: left;
	margin-right: 20px;
}

.contacts-box p.grey {
	color: #808080;
	font-weight: bold;
}


.contacts-box .checkbox-box {
	padding: 6px 0 6px 0;
}



/*
.multi-column {
	-webkit-column-count: 3;
	-webkit-column-gap: 40px;
	-webkit-column-rule: 1px solid #000;

	-moz-column-count: 3;
	-moz-column-gap: 40px;
	-moz-column-rule: 1px solid #000;

	column-count: 3;
	column-gap: 40px;
	column-rule: 1px solid #000;
}


.multi-column h1 {
	-webkit-column-span:all;
	-moz-column-span:all;
	column-span:all;
}
*/


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	/*
	.multi-column {
		-webkit-column-count: 1;
		-webkit-column-gap: 40px;

		-moz-column-count: 1;
		-moz-column-gap: 40px;

		column-count: 1;
		column-gap: 40px;
	}
	*/
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
	.container {
		width: auto;
		padding: 0;
	}

	.index-box {
		width: 55%;
	}

	.index-box .claim .text-claim {
		width: 190px;
		height: 200px;
		background-size: 190px;
	}
	/*
	.multi-column {
		-webkit-column-count: 1;
		-webkit-column-gap: 40px;

		-moz-column-count: 1;
		-moz-column-gap: 40px;

		column-count: 1;
		column-gap: 40px;
	}
	*/
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
	/*
	.multi-column {
		-webkit-column-count: 2;
		-webkit-column-gap: 40px;

		-moz-column-count: 2;
		-moz-column-gap: 40px;

		column-count: 2;
		column-gap: 40px;
	}
	*/
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
	/*
	.multi-column {
		-webkit-column-count: 3;
		-webkit-column-gap: 40px;

		-moz-column-count: 3;
		-moz-column-gap: 40px;

		column-count: 3;
		column-gap: 40px;
	}
	*/
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
	/*
	.multi-column {
		-webkit-column-count: 3;
		-webkit-column-gap: 40px;

		-moz-column-count: 3;
		-moz-column-gap: 40px;

		column-count: 3;
		column-gap: 40px;
	}
	*/
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* Styles */
	/*
	.multi-column {
		-webkit-column-count: 3;
		-webkit-column-gap: 40px;

		-moz-column-count: 3;
		-moz-column-gap: 40px;

		column-count: 3;
		column-gap: 40px;
	}
	*/
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}


/* Media for larger devices */
/*
@media only screen and (min-device-width: 320px) {
	.container {
		width: auto;
		padding: 0;
	}

	.index-box {
		width: 55%;
	}
}

@media screen and (min-width: 480px) {
	body {
	}
}

@media screen and (min-width: 600px) {
	body {
	}
}

@media screen and (min-width: 800px) {
	body {
	}
}

@media screen and (min-width: 768px) {
	body {
	}
}

@media screen and (min-width: 1024px) {
	body {
	}
}
*/