/*---------------------------
	INFO
--------------------------
DEVELOPED BY: Andreja
DATE: 01.10.2013.

/*------------------------
RESET
------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
	text-align: left;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------
GLOBAL STYLES
------------------------*/

body {
	_background-color:#000;
    _padding: 24px 0 !important;
	font-family: Arial, sans-serif;
	color: #444;
	line-height: 20px;
	font-size: 14px;
}

#container {
	width: 980px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	color: #444;
	font-weight: 400;
	margin-bottom: 1em;
}

h2, h3 {
	font-size: 42px;
	font-weight: bold;
	color: #444;
}
a {
	font-family: Arial, sans-serif;
	color: #444;
	text-decoration: none;
	font-size: 20px;
	
}
a:hover {
	text-decoration:underline;
}

p {
	font-size: 14px;
	line-height: 1.4;
	color: #444;
	margin-bottom: 1em;
}
li {
	line-height: 1.2;
}

/*------------------------
SPECIFIC STYLES
------------------------*/

/* Header */

#main_header {
	margin-bottom:0;
	overflow:auto;
	background-color:#fff;
}
#logo {
	width: 541px;
    padding: 20px 0 10px 16px;
    overflow: hidden;
    float: left;
	margin-right:32px;
}
#logo a{
	display: block;
	padding: 5px 10px 5px 0;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
li {
	float: left;
}
li a, .dropbtn {
	display: inline-block;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
li a:hover, .dropdown:hover .dropbtn {
	background-color: #fff;
	text-decoration: none;
}
li.dropdown {
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	text-decoration: none;
}
#ape {
	float: left;
	position: relative;
	z-index: 1000;
}
.dropdown-content a {
	color: #444;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {background-color: #497327;
	color: #fff;
	text-decoration: none;
}

.dropdown:hover .dropdown-content {
	text-decoration: none;
	display: block;
}
/*kraj novinaviiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii*/

.languages {
	 float: right;
	 margin-left: 240px;
	 margin-bottom: 30px;
}
ul li a {
	text-transform: lowercase;	
}

ul li a:hover {
	text-decoration: none;
	color: #497327;
}
#tel {
	float: right;
}
span {
	float: right;
	font-size: 26px;
	color: #444;
	padding: 20px 16px;
}

/* Header social icons */
.social_footer {
	float: right;
	margin-left: 0;
}
.social_list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.social_list li {
	padding-left: 0;
}

/* Home Content */

#content {
	width: 980px;
	margin-bottom: 0;
	float: left;
	position: relative;
	z-index: 10;
	background-color:#FFF;
}
#homep {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#homep img {
	display: block;
	max-width: 100%;
}
#content a {
	color:#000;
	font-weight:bold;
}
.slider_wrapper {
	width: 980px;
	height: 560px;
}
#sestion_about_text {
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
	background-color: #FFF;
}
#sestion_about_text h2, h3 {
	margin-bottom: 10px;
	font-size: 42px;
	font-weight:lighter;
	padding: 20px 0;
	color: #497327;
}
#sestion_about_text p {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight:lighter;
	text-align: left;
	padding: 20px 0;
	float: left;
}
#sestion_about_text a  {
	background-color: #497327;
	color: #fff;
	text-decoration: none;
	padding: 2px;
}
/* UltentalCard */

#sestion_card_text {
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
	background-color: #FFF;
}
#sestion_card_text h2, h3 {
	margin-bottom: 10px;
	font-size: 42px;
	font-weight:lighter;
	padding: 20px 0;
	color: #497327;
}
#sestion_card_text p {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight:lighter;
	text-align: left;
	padding: 20px 0;
	float: left;
}
strong {
	font-weight: bold;
	text-align: left;
	display: block;
	font-size: 20px;
	padding: 20px 0;
	margin-bottom: 10px;
}

#sestion_card_text ul  {
	margin: 0 0 16px 0;
	padding: 0 0 0 32px;
	float: left;
}
#sestion_card_text li  {
	font-size: 20px;
	list-style-type: circle;
	padding: 0 90px 0 21px;
	margin: 0 0 8px 0;
	display: list-item;
}
/* Winter */
.video_wrapper {
	float: left;
	padding: 61px;
	border: #497327 solid 2px;
	box-sizing: border-box;
}
.video_wrapper iframe {
	display: block;
	margin: 0;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
/* Footer */

#main_footer {
	background-color: #fff;
	clear: both;
}
#main_footer .footer_container {
	padding:50px 0 20px 0;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* Footer Bottom Text */

.bottom_footer {
	font-size: 14px;
    float: left;
	text-align: center;
	background-color: #497327;
}
.bottom_footer small {
	padding: 5px 280px 10px 270px;
	color: #fff;
	font-weight: bold;
	float: left;
	font-family: Arial, sans-serif;
}
.bottom_footer a {
	font-size: 14px;
	font-weight:bold;
	color: #497327;
	background-color: #fff;
	padding: 2px;
	margin-left: 10px;
}
.companyinfo {
	float:left;
}
.companyinfo, h4 {
	font-size:18px;
	line-height: 1.4;
}
.companypartner {
	float: left;
	margin-bottom:60px;
}
.companypartner ul li a {
	padding: 0 13px 0 13px;
	display: block;
}
.bottom_footer h4 {
	padding: 10px 172px 5px 171px;
	color: #fff;
}
.list li {
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin:0;
}
.list a:hover {
  background-position: left bottom;
}
.schwemm {
	width: 300px;
	height: 150px;
	background: url("../images/schwemmalm-ultental.png");
	background-repeat: no-repeat;
}
.sud {
	width: 300px;
	height: 150px;
	background: url("../images/südtirol-altoadige.png");
	background-repeat: no-repeat;
}
.ulten {
	width: 300px;
	height: 150px;
	background: url("../images/ultental-valdultimo.png");
	background-repeat: no-repeat;
}
/* BTskis content */

.btskistext {
	float:left;
}
.photoskis {
	width: 980px;
	height: 560px;
}
/* Contact content */
.btcontacttext {
	width: 940px;
	float: left;
	display: inline-block;
	margin-top: 80px;
}
#sestion_contact_text {
	overflow: hidden;
	width: 100%;
}
#sestion_contact_text h2 {
	margin-bottom: 20px;
	font-size: 60px;
	background-color:#000;
	color:#FFF;
	font-weight:lighter;
	text-align:center;
	padding: 10px 0;
}
#sestion_contact_text p {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight:lighter;
	text-align: left;
	padding: 20px 15px;
}
#nanox_contacts {
	width: 480px;
	display: inline-block;
	float: none;
	margin: 0 250px;
}
#nanox_contacts p {
	width: 300px;
	margin: 20px;
	display: block;
	font-size:16px;
	font-weight: bold;
}
.nanox_contact_us {
	width: 480px;
	position: relative;
	margin-bottom: 20px;
	display:inline-block;
}