* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
@font-face 
{
    font-family: "Myriad-Regular";
    src:local("MYRIADPRO-REGULAR"),
	local("MYRIADPRO-REGULAR"), 
	url("../font/MYRIADPRO-REGULAR.OTF");
}

@font-face 
{
    font-family: "Myriad-Semibold";
    src:local("MYRIADPRO-SEMIBOLD"),
	local("MYRIADPRO-SEMIBOLD"), 
	url("../font/MYRIADPRO-SEMIBOLD.OTF");
}

body {
	overflow: hidden;
	font-family: 'Myriad-Regular';
	-moz-user-select: none;
	-webkit-user-select: none;
}

#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  padding-top: 100px;
  background-color: #1d1d1d;
  z-index: 99;
  text-align: center;
}

#loading #logo_intro {
	width: 250px;
	padding-bottom: 10px;
	border-bottom: 1px solid #424242;
}

#loading-image {
  z-index: 100;
  margin-bottom: 20px;
  margin-top: 20px;
}

#container {
	width: 960px;
	height: auto;
	opacity: 0;
	margin: 0 auto;
	padding: 0 10px;
}

#container #header {
	height: 480px;
}

#logo {
	position: absolute;
	z-index: 99;
	opacity: 0;
	padding: 25px 0;
}

.f-nav { 
	z-index: 9999; 
	position: fixed; 
	left: 0; 
	top: 0;
	width: 100%;
}

h1 {
	color: #373737;
}

#mini_menu, .big_main {
	display: none;
}

#logo #big_toggler {
	color: #fff;
	float: right;
	display: none;
	cursor: pointer;
	font-size: 25px;
	padding: 10px 20px;
	background: rgb(29,29,29);
}

.main {
	left: 0px;
	width: 100%;
	height: 91px;
	font-size: 15px;
	font-weight: 500;
	margin-top: -91px;
	text-align: center;
	position: absolute;
	letter-spacing: 1px;
	font-family: "Myriad-Regular";
	background: rgba(29,29,29,.9);
}

	.main ul {
		padding: 0;
		width: 800px;
		margin: 35px auto;
		text-align: right;
	}
	
	.main li {
		display: inline;
	}

	.main li a {
		color: #fff !important;
		margin-left: 30px;
		text-decoration: none;
	}

	.main li a:hover {
		color: #ccc !important;
	}

	.main li:last-child {
		color: #fff;
		border-left: 2px solid #fff;
		margin-left: 20px;
		margin-right: -65px;
		padding-left: 20px;
	}

	.main li i {
		margin-right: 10px;
	}

	.main a#pull {
		display: none;
	}

	#toggler {
		top: 30px;
		color: #fff;
		right: 10px;
		display: none;
		z-index: 9999;
		position: fixed;
		padding: 10px 13px;
		background: rgb(29,29,29);
	}
		.jasen_header {
			left: 0;
			width: 100%;
			margin: 0;
			width: 100%;
			height: 476px;
			z-index: -9999;
			overflow: hidden;
			position: absolute;
			text-align: center;
			background: url(../images/jasen_header.jpg) no-repeat;

		}

		.jasen_header img {
			position: absolute;
			left: 0;
			top: 0;
			z-index: -999999999;
		}

		.jasen_header h1 {
			color: #fff;
			width: 470px;
			height: 52px;
			display: none;
			margin: 0 auto;
			font-size: 43px;
			margin-top: 250px;
			text-align: center;
			font-weight: normal;
			font-family: "Myriad-Semibold";
			background: rgba(1,120,60,.9);
		}

		.jasen_header h2 {
			color: #fff;
			width: 470px;
			height: 35px;
			padding: 6px;
			display: none;
			margin: 0 auto;
			font-size: 22px;
			text-align: center;
			font-weight: normal;
			background: rgba(29,29,29,.9);
			font-family: "Myriad-Semibold";
		}

		#content {
		    width: 950px;
		    text-align: left;
		    font-family: 'Myriad-Regular';
		}

		#content h1 {
		    font-size: 22px;
		    text-align: center;
		    border-bottom: 1px solid #fff;
		}

		#content #form {
		    width: 630px;
		    vertical-align: top;
		    padding: 60px 0;
		    display: inline-block;
		    border-right: 1px solid #ddd;
		} 

		#content #form h1 {
		    color: #1d1d1d;
		    border:none;
		    font-size: 22px;
		    text-align: left;
		}

		#content #form ul {
		    padding: 0;
		    list-style: none;
		    padding-bottom: 20px;
		    border-bottom: 1px solid #ddd; 
		}

		#content #form li {
		    width: 230px;
		    color: #1d1d1d;
		    font-size: 16px;
		    position: relative;
		    display: inline-block;
		}

		#content #form ul li label {
		    display: block;
		    padding: 5px 0;
		    cursor: auto;
		}

		#content #form li:nth-child(2n) {
		    margin-left: 35px;
		}

		#content #form input[type=text] {
		    width: 230px;
		    height: 30px;
		    border: 1px solid #ddd;
		    background: #fff;
		    font-size: 16px;
		    padding-left: 5px;
		    display: inline-block;
		    font-family: 'Myriad-Regular';
		}

		#content #form input[type="text"]:focus {
		    outline: none;
		    border: 1px solid #01783c;
		}

		#content #katalozi li {
		    margin: 5px 0;
		}

		#content #form .checkbox {
		    color: #1d1d1d;
		    right: 0;
		    cursor: pointer;
		    margin-top: -16px;
		    position: absolute;
		    display: inline-block;
		}

		#content #form .checkbox i {
			color: #ddd;
		}

		#content input[type=checkbox] {
			float: right;
		}

		#content #form .checkbox input {
		    opacity: 1;
		    cursor: pointer;
		    margin-left: -18px;
		}

		#content #form #sign {
		    font-size: 16px;
		    color: #1d1d1d;
		}

		#content #form #sign #sign_btn {
		    width: 40px;
		    position: relative;
		    margin: -40px 0 0 455px;
		}

		#content span{
		    position: absolute;
		    right: 0;
		    width: 14px;
		    height: 14px;
		    line-height: 20px;
		    color: #fff;
		    text-align: center;
		    background: #ddd;
		    border-radius: 2px;
		}
		 
		#content span:after{
		}
		 
		#content input[type="radio"]{
		    position: absolute;
		    right: 0;
		    margin: 0;
		    width: 14px;
		    height: 14px;
		    filter:alpha(opacity=0);
		    -moz-opacity:0;
		    -khtml-opacity: 0;
		    opacity: 1;
		    cursor: pointer;
		}
		 
		#content input[type="radio"] + span{ 
		    visibility: hidden;
		}
		 
		#content input[type="radio"] + span:after{
		    color: #1d1d1d;
		    content: '☑';
		    background: #fff;
		}
		 
		 
		#content input[type="radio"]:checked + span{
		    visibility: visible;
		    border-radius: 0;
		    background: #fff;
		}

		#content #aside {
		    width: 300px;
		    height: 630px;
		    vertical-align: top;
		    display: inline-block;
		}

		#content #aside #tips {
			color: #373737;
		    padding: 10px 25px;
		    margin-left: -4px;
		}

		#content #aside .katalozi {
		    margin-top: 50px;
		}

		#content #aside .cenovnici {
		    border-bottom: 1px solid #ddd;
		}

		#content #aside #tips h1 {
		    border:none;
		    color: #01783c;
		    font-size: 22px;
		    text-align: left;
		}

		#content #aside #tips h2 {
		    color: #373737;
		    border: none;
		    font-size: 22px;
		    text-align: left;
		    margin-top: -15px;
		}

		#content #aside #tips p {
		    color: #1d1d1d;
		    font-size: 16px;
		    margin-top: -20px;
		}

		#content #form form input[type=reset] {
		    width: 115px;
		    height: 33px;
		    border: none;
		    color: #373737;
		    font-size: 16px;
		    background: #ddd;
		    margin: 40px 0 0 255px;
		    display: inline-block;
		    font-family: 'Myriad Pro', sans-serif;
		}

		#content #form form input[type=submit] {
		    color: #fff;
		    width: 115px;
		    height: 33px;
		    border: none;
		    font-size: 16px;
		    background: #01783c;
		    display: inline-block;
		    font-family: 'Myriad Pro', sans-serif;
		}

		#content #form form input[type=reset]:hover {
		    opacity: .7;
		}

		#content #form form input[type=submit]:hover {
		    opacity: .7;
		}

		#container #go_top {
			cursor: pointer;
			position: fixed;
			bottom: 20px;
			right: 80px;
			opacity: .7;
			display: none;
			z-index: 99999999;
		}

		#container #go_top:hover {
			opacity: 1;
		}

		#container #footer {
			left: 0;
			width: 100%;
			height: 580px;
			overflow: hidden;
			text-align: center;
			position: absolute;
			background: rgb(29,29,29);
			border-top: 5px solid #01783c;
			font-family: "Myriad-Regular";
		}

		#container #footer #left {
			width: 700px;
			height: 484px;
			text-align: left;
			display: inline-block;
			padding-bottom: -10px;
			border-right: 1px solid #424242; 
		}

		#container #footer #left #navigation {
			height: 360px;
			margin: 15px 0;
			padding-top: 60px;
			border-bottom: 1px solid #424242;
		}

		#container #content #right {
			width: 250px;
			color: #fff;
			font-weight: 300;
			text-align: left;
			padding: 0px 20px 20px 20px;
			vertical-align: top;
			display: inline-block;
		}

		#container #content #right #contact {
			font-size: 17px;
		}

		#container #content #right #contact p {
			margin-top: -5px;
		}

		#container #footer h2 {
			color: #fff;
			margin:0 0 20px 0;
			font-size: 27px;
			font-weight: 300;
		}

		#container #footer #row {
			width: 240px;
			height: 234px;
			vertical-align: top;
			display: inline-block;
			border-right: 1px solid #424242;
		}

		#container #footer ul#row {
			list-style: none;
		}

		#container #footer ul li {

		}

		#container #footer ul li:first-child {
			color: #fff;
			font-size: 17px;
			margin-bottom: 20px;
			font-family: "Myriad-Semibold";
		}

		#container #footer ul li a {
			font-size: 12px;
			text-decoration: none;
			color: rgba(255,255,255,.8);
		}

		#container #footer ul li a:hover {
			color: #999;
		}

		#container #footer .za_nas {
			margin-left: -40px;
		}

		#container #footer .proekti {
			border-right: none;
			color: red;
		}

		#container #footer #right{
			margin-top: 60px
		}

		#container #footer #red {
			color: #01783c;
			font-size: 22px;
			font-weight: 600;
			margin-bottom: 22px;
		}

		#container #footer #social ul {
			font-size: 17px;
			margin-left: -20px;
			display: inline-block;
		}

		#container #footer #social {
			width: 100%;
			text-align: left;
			position: absolute;
			margin: 0px 0 0 -23px;
			border-top: 1px solid #424242;
		}

		#container #footer #footer_logo {
			position: relative;
			margin-top: 50px;
		}

		#container #footer #social ul li {
			display: inline-block;
			vertical-align: top;
			margin-left: 5px;
		}

		#container #footer #social ul li:first-child {
			font-size: 17px;
			padding-top: 2px;
		}

		#container #footer form {
			margin-top: -20px;
		}

		#container #footer form input[type=text] {
			width: 235px;
			padding: 6px; 
			color: #666;
			font-family: 'Myriad Pro', sans-serif;
			border: 1px solid #424242;
		}

		#container #footer form input[type=text]:focus {
			outline: none;
			border: 1px solid #01783c;
		}

		#container #footer form input[type=submit] {
			width: 115px;
			height: 30px;
			border: none;
			color: #fff;
			margin-left: 5px;
			background: #01783c;
		}

		#container #footer form input[type=submit]:hover {
			opacity: .7;
		}

		#container #footer #newsletter_tip {
			color: #fff;
			height: 30px;
			display: inline-block;
			font-weight: 300;
			line-height: 12px;
			padding: 10px 0 0 10px;
		}

		#container #footer #design {
			color: #fff;
			width: 730px;
			font-size: 14px;
			padding-top: 20px;
			line-height: 15px;
			margin: 20px 0 0 0;
			border-top: 1px solid #424242;
		}

		#container #footer #design a {
			color: #fff;
			text-decoration: none;
		}

		#container #footer #design img {
			margin-top: 10px;
		}

		#container #footer #mini_contact {
			display: none;
		}

		@media screen and (min-width: 600px) and (max-width: 960px) {
			.main {
				display: none;
			}

			.big_main {
				width: 100%;
				padding: 0;
				background: rgba(29,29,29,.9);
			}

			#logo #big_toggler {
				display: block;
				margin: -10px 20px 0 0;
			}

			.big_main ul {
				padding: 10px 0;
				margin: 0; 
			}

			.big_main ul li {
				width: 49%;
				padding: 0;
				display: inline-block;
			}

			.big_main ul li a {
				width: inherit;
				display: block;
				padding: 10px 20px;
				text-decoration: none;
				color: #fff;
				font-size: 16px;
			}

			.big_main ul li a:hover {
				color: #ccc;
			}

			#logo {
				width: 100%;
				height: 80px;
				text-align: center;
				left: 0;
				background: rgba(29,29,29,.9);
			}

			#container #content .medium_width {
				width: 100%;
			}

			#container {
				width: 100%;
			}

		    #content {
		    	width: 100%;
		    	overflow: hidden;
		    }

		    #content #form {
		    	width: 100%;
		    	border-right: none;
		    }

		    #content #form li {
		    	width: 43%;
		    }

		    #content #aside {
		    	height: auto;
		    }

		    #content #aside #tips {
		    	width: 49%;
		    	border:none;
		    	display: inline-block;
		    }

		    #content #aside .katalozi {
		    	margin-top: 0;
		    }

		    #content #aside .cenovnici {
		    	margin-top: 0;
		    }

		    #content #form li:nth-child(2n) {
		    	margin: 0;
		    	margin-left: 10px;
		    }

		    #content #form input[type=text] {
		    	width: 100%;
		    }

		    #content #aside {
		    	width: 100%;
		    }

		    #container #footer {
		    	width: 100%;
		    	padding: 10px; 
		    	height: 600px;
		    }

		    #container #footer #navigation{
		    	display: none;
		    }

		    #container #footer #left {
		    	border-right: none;
		    	width: 100%;
		    }

		    #container #footer h2 {
		    	margin-bottom: 30px;
		    	text-align: center;
		    }

		    #container #footer form {
		    	width: 100%;
		    	text-align: center;
		    }

		    #content #footer #newsletter_tip {
		    	width: 100%;
		    	text-align: center;
		    }

		    #container #content #design {
		    	width: 100%;
		    	text-align: center;
		    	display: block;
		    	margin-top: 70px;
		    }

		    #container #footer #right {
		    	display: none;
		    }

		    #container #footer #mini_contact {
		    	border-top: 1px solid #424242;
		    	margin-top: 40px;
		    	display: block;
		    	text-align: center;
		    }

		    #container #footer #social {
		    	width: 100%;
		    	margin: 20px auto;
		    	text-align: center;
		    }

		    #container #footer #mini_contact #contact {
		    	color: #fff;
		    }

		    #content #footer #newsletter_tip {
		    	width: 100%;
		    }


		}

		@media screen and (max-width: 600px) {
			.main {
				display: none;
			}

			#content #pocetoci { 
				display: none;
			}

			.big_main {
				width: 100%;
				padding: 0;
				background: rgba(29,29,29,.9);
			}

			.big_main ul {
				padding: 10px 0;
				margin: 0; 
			}

			.big_main ul li {
				width: 100%;
				padding: 0;
				text-align: center;
				display: inline-block;
			}

			.big_main ul li a {
				width: inherit;
				display: block;
				padding: 10px 20px;
				text-decoration: none;
				color: #fff;
				font-size: 16px;
			}

			.big_main ul li a:hover {
				color: #ccc;
			}

			#logo #big_toggler {
				float: right;
				display: block;
				font-size: 14px;
				margin-right: 10px;
			}

			#logo {
				left: 0;
				width: 100%;
				height: 80px;
				background: rgba(29,29,29,.9);
			}

			#logo a {
				margin: 0 0 0 10px;
			}

			#toggler {
				display: block;
			}

			.full_width, .medium_width {
				width: 100%;
				text-align: center;
			}

			#container #content .space {
				margin-top: 0px;
			}

			#container #content #row_2 .left_500 {
				margin-left: 0;
			}

			.jasen_header h1 {
				width: 100%;
			}

			.jasen_header h2 {
				width: 100%;
			}

			#container {
				width: 100%;
			}

		    #content {
		    	width: 100%;
		    	overflow: hidden;
		    }

		    #content #form {
		    	width: 100%;
		    	border-right: none;
		    }

		    #content #form ul {
		    	width: 100%;
		    }

		    #content #form ul li label  {
		    	width: 100%;
		    }

		    #content #form ul li {
		    	width: 100%;
		    }

		    #content #form input[type=text] {
		    	width: 90%;
		    }

		    #content #form li:nth-child(2n) {
		    	margin-left: 0;
		    }

		    #content #form form input[type=reset] {
		    	margin-left: 0;
		    }

		    #content #form #sign #sign_btn {
		    	margin: 20px 0 0 0;
		    }

		    #container #content #aside {
		    	height: auto;
		    }

		    #container #content #go_top {
		    	right: 30px;
		    }

		    #container #footer {
		    	padding: 10px; 
		    	height: 600px;
		    }

		    #container #footer #navigation{
		    	display: none;
		    }

		    #container #footer h2 {
		    	margin-bottom: 30px;
		    }

		    #container #footer form {
		    	width: 100%;
		    	text-align: left;
		    }

		    #container #footer form input[type=text] {
		    	width: 180px;
		    }

		    #content #footer #newsletter_tip {
		    	width: 100%;
		    }

		    #container #content #design {
		    	width: 330px;
		    	display: block;
		    	margin-top: 70px;
		    	padding-left: 5px;
		    	margin-left: -10px;
		    }

		    #container #footer #right {
		    	display: none;
		    }

		    #container #footer #mini_contact {
		    	border-top: 1px solid #424242;
		    	margin-top: 40px;
		    	display: block;
		    }

		    #container #footer #mini_contact #contact {
		    	color: #fff;
		    }
		}