.overflow, .overflow .columns {
	overflow: visible !important;
}
::selection {
	background: #EAE1D8; /* Safari */
	}
::-moz-selection {
	background: #EAE1D8; /* Firefox */
}
.saved {
	background-color: #79A342;
	color: #FFF;
	padding: 5px;
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
}
.warning {
	background-color: #CD5C5C;
	color: #FFF;
	padding: 5px;
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
}
.absolute {
	position: absolute;
}
.icon-img {
	max-height: 50px;
	margin-top: 20px;
}
.vyhody h4 {
	margin-top: 20px;
}
.vyhody-green {
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	background-color: #7AA343;
	color: #FFF;
	margin-bottom: 30px;
}
.vyhody-green h3 {
	font-size: 18px;
	line-height: 22px;
	min-height: 44px;
}
.vyhody-green img {
	max-width: 60px;
}
.button, a.button {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	border-radius: 8px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	color: #79A342;
	font-family: 'Helvetica Neue Bold', Arial, sans-serif;
}
.green {
	color: #79A342!important;
}
input.button {
	-webkit-appearance:none;
}
.button.primary, a.button.primary,
.button.secondary, a.button.secondary {
	padding: 12px 15px;
}
.button.primary, a.button.primary,
.button.secondary:hover, a.button.secondary:hover {
	background-color: #79A342;
	color: #FFF;
}
.button.secondary, a.button.secondary {
	border: 1px solid #79A342;
}
.button.primary:hover, a.button.primary:hover {
	background-color:#422E2B; 
}
.delete .button {
	background-color: Red;
	margin-top: 200px;
}
.padding_top {
	padding-top: 193px;
}
.icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: 18px 108px;
	background-image: url(../images/design/icons.svg);
	background-repeat: no-repeat;
}
.icon.icon-fb 		{ background-position: 0 0; }
.icon.icon-in 		{ background-position: 0 -18px; }
.icon.icon-globe	{ background-position: 0 -36px; }

h1 {
	font-size: 50px;
}
/*================== header =====================*/

strong.logo a {
	text-indent: -9000px;	
	width: 186px;
	height: 46px;
	left: 25px;
	margin: 70px 0px 0px 0px;
	display: inline;
	background-image: url(../images/design/woodlook-logo.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent!important;
	background-size: 186px 46px;
	z-index: 999999;
	position: absolute;
}
#header {
	min-height: 134px;
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 0px;
	z-index: 9999;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	text-align: center;
}
#header.smaller {
	background-color: #FFF;
	min-height: 70px;
	top: 0px;
}
#header.smaller strong.logo a {
	margin: 10px 0px 0px 0px;
	height: 55px;
}
.header-right {
	position: absolute;
	top: 0px;
	right: 25px;
	margin-top: 72px;
}

#header.smaller .header-right {
	margin-top: 13px;
}
.header-right .dropdown {
	float: right;
	margin-left: 20px;
	position: relative;
}
.dropdown .dropbtn{
	background-color: #FFF;
	color: #79A342;
	border: none;
	font-size: 12px;
	padding: 11px;
	font-family: 'Helvetica Neue Bold', Arial, sans-serif;
}
.dropdown .dropbtn i {
	vertical-align: text-bottom;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #FFF;
    width: 30px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	 font-size: 12px;
	 font-family: 'Helvetica Neue Bold', Arial, sans-serif;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	 text-align: right;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #F1F1F1;
}
.header-right .dropdown-content {
    left: 0;
    min-width: 60px;
}
.header-right .dropdown-content a {
    padding: 10px 6px;
	 text-align: center;
	 margin-top: 0px;
}
.header-right .dropdown-content a:hover {
	color: #79A342;
}
sup {
	vertical-align: super;
    font-size: smaller;
}

/*================== content =====================*/
#numbers {
	margin-bottom: 180px!important;
	overflow: hidden;
}
#numbers > div {
	background-image: url(../images/design/woodlook-numbers-bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 150px;
	padding-top: 90px;
}
#numbers p {
	float: left;
	width: 20%;
	text-align: center;
	margin-top: 15px;
	line-height: 40px;
}
#numbers p strong {
	font-size: 50px;
	display: block;
}
.almost-full {
	max-width: 1546px;
	margin: 0px auto;
}
i.arrow-next {
	width: 20px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(../images/design/sipky.svg);
	background-position: -19px -40px;
}
i.arrow-prev {
	width: 20px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(../images/design/sipky.svg);
	background-position: -2px 8px;
}
h2.otocene, span.otocene {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-family: 'Helvetica Neue Bold', Arial, sans-serif;
	color: #79A342;
	transform: rotate(-90deg);
	position: absolute;
	margin-top: 65px;
	margin-left: -55px;
	display: inline-block;
}
.full {
    width: 100% !important;
    overflow: hidden !important;
    position: relative;
    margin-bottom: 60px;
}
.margin_b {
	margin-bottom: 150px;
}
.margin_t {
	margin-top: 80px;
}
hr {
	border-color: #FFF;
}
hr.line {
	border-color: #D1D0CF;
}
/*================== tabs =====================*/
#tabs {
    list-style: none;
}
#tabs li {
    display: block;
	 font-family: 'Helvetica Neue Bold', Arial, sans-serif;
	 font-size: 20px;
	 line-height: 24px;
	 margin-bottom: 30px;
}
#tabs li i {
	display: none;
	float: left;
	margin-top: 6px;
}
#tabs li i.zivnostnik-arrow {
	margin-top: -8px;
}
#tabs li.active i {
	display: inline-block;
}
#tabs li a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
   text-decoration: none;
   outline: none;
	color: #533D38;
}
#tabs li a:hover {
	color: #79A342;
}
#tabs li a:hover,#tabs li.active a {
   -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
p.light {
  font-family: 'Helvetica Neue Light', Arial, sans-serif;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 25px;
}
ul.light {
  font-family: 'Helvetica Neue Light', Arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
}
#tabs_content_container a.button {
	margin-right: 15px;
	margin-bottom: 15px;
}
.tab_content {
	display: none;
	overflow: hidden;
	position: relative;
}
.tab_numbers {
	position: absolute;
	bottom: 0px;
	font-family: 'Helvetica Neue Light', Arial, sans-serif;
	font-size: 50px;
	line-height: 50px;
	color: #D1D0CF;
}
.tab_content .tab_numbers {
	left: -370px;
}
.crop_img {
	border-radius: 16px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
.crop_img img {
	float: left;
}
.mark_img {
	position: absolute;
	bottom: 0px;
	left: calc(50% - 27px);
	width: 54px;
	height: 17px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(../images/design/prvok.svg);
}
#info {
	margin-bottom: 200px;
}
#info h2 {
	font-size: 23px;
	line-height: 35px;
	margin-bottom: 20px;
}
#info a.button {
	margin: 0px 15px 15px 0px;
}
#info img.scale {
	max-width: 105%;
	float: right;
	margin-right: 5%;
}
ul.zoznam {
	list-style: none;
	margin-bottom: 40px;
}
ul.zoznam li {
	margin-bottom: 15px;
}
ul.zoznam li::before {
  content: "\2022";  
  color: #79A342; 
  display: inline-block; 
  width: 1.5em; 
  margin-left:0.5em; 
}
.product_card {
	min-height: 200px;
}
.product_card h3 {
	margin-top: 10px;
	font-size: 20px;
}
.product_card.blog_thumbs h2 {
	margin-top: 0px!important;
}
.product_card.blog_thumbs p {
	margin: 10px 0px!important;
	font-size: 16px;
	line-height: 24px;
}
.product_card h3 a {
	color: #533D38;
}
.product_card:hover h3 a {
	color: #79A342
}
.product_card p.light {
	font-size: 23px;
	line-height: 35px;
}
.bxslider2 h2.otocene {
	left: -63px;
}
/*================== podstranky =====================*/
.padding_t, .subpage_start {
	padding-top: 180px;
}
.admin .subpage_start {
	padding-top: 80px;
}
.subpage_start h1 {
	text-align: center;
	line-height: 65px;
	margin-bottom: 40px;
}
.bg {
	border-radius: 16px;
	background-color: #F1F1F1;
	padding-top: 45px;
	padding-bottom: 45px;
	margin-bottom: 60px;
	overflow: hidden;
}
.lightbox .bg {
	margin-bottom: 0px;
	border-radius: 0px;
}
#kontakt_lightbox form {
	max-width: 600px;
}
label {
	font-family: 'Helvetica Neue Bold', Arial, sans-serif;
}
input, select, textarea {
	padding: 10px;
	border-radius: 5px;
	background-color: #FFF;
	border: 1px solid #D1D0CF;
	width: 100%;
	box-sizing: border-box;
}
input.inline {
	width: auto;
}
input.small2, select.small2, textarea.small2 {
	width: 300px;
} 
input.fancy, select.fancy, textarea.fancy {
	background-color: #79A342;
	color: #FFF;
}
.foto {
	margin-bottom: 40px;
}
.foto img {
	width: 100%;
}
.foto a {
	height: 205px;
	overflow: hidden;
	display: inline-block;
	border-radius: 10px;
}
form.bg {
	padding-left: 45px;
	padding-right: 45px;
}
.validate-form input, .validate-form select, .validate-form textarea, 
form.bg input, form.bg select, form.bg textarea {
	margin-bottom: 20px;
}
form.bg input.button, input.button {
	width: auto;
	margin-bottom: 0px;
}
.subpage_start .product_card {
	margin-bottom: 80px;
}
.subpage_start .product_card h2 {
	margin-top: 20px;
	margin-bottom:0px;
	font-size: 23px;
}
.subpage_start .product_card h3 {
	font-size: 20px;
	margin-top: 10px;
	font-family: 'Helvetica Neue Regular', Arial, sans-serif;
}
.subpage_start .product_card h2 a, 
.subpage_start .product_card h3 a {
	color: #533D38;
}
.full.podstranka .bxslider {
     margin-top: 30px; 
}
.full.podstranka .bxslider p.light {
	margin-top: 20%;
}
p.light.big {
	font-size: 23px!important;
	line-height: 35px!important;
	color: #533D38!important;
}
.important {
	border: 1px solid #79A342;
	padding: 45px;
	box-sizing: border-box;
	border-radius: 20px;
	color: #79A342;
	font-family: 'Helvetica Neue Light', Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
}
#farebnost h2 {
	margin-bottom: 15px;
}
#farebnost h3 {
	margin-top: 30px;
	margin-bottom: 15px;
}
#farebnost h4 {
	font-family: 'Helvetica Neue Light', Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
}
#farebnost a h4 {
	color: #533D38;
}
#farebnost a.primary.right {
	margin-left: 20px;
}
#farebnost .three a span.orez{
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
}
#farebnost .three a span.orez img {
	float: left;
}
.konfigurator-button {
	float: right;
	display: inline-block;
	border: 1px solid #79A342;
	border-radius: 10px;
}
.konfigurator-button span {
	font-size: 16px;
	line-height: 20px!important;
	display: inline-block;
	margin: 10px 20px;
	color: #533D38;
}
.konfigurator-button strong.button {
	height: 28px;
	float: right;
	padding-top: 24px;
}
.konfigurator-button:hover {
	background-color: #79A342;
}
hr.border {
	width: 100%;
	border: none;
	border-bottom: 1px solid #D1D0CF;
	margin: 100px 0px 50px 0px;
}
#galeria a.button.right {
	margin-top: -80px;
}
#galeria .three > a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 40px;
}
#galeria .three.horizontal-img > a {
	height: 190px;
	margin-bottom: 40px;
}
#galeria .three.horizontal-img > a > img {
	min-height: 190px;
}
#galeria .three.vertical-img > a {
	height: 420px;
}
#galeria .three.vertical-img > a > img {
	min-height: 420px;
}
#galeria .three > a > img {
	float: left;
	width: auto;
}
/*================== footer =====================*/
footer {	
	margin-top: 100px;
	overflow: hidden;
}
footer .almost-full {
	background-color: #F1F1F1;
	border-radius: 16px;
	background-image: url(../images/design/prvok.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 60px 0px;
}
footer h4 {
	font-size: 16px;
}
footer h5 {
	font-size: 14px;
	font-family: 'Helvetica Neue Regular', Arial, sans-serif;
}
footer .credits {
	text-align: center;
	font-size: 12px;
	padding: 35px 0px;
}
footer .almost-full p {
	margin-bottom: 30px;
}
footer .almost-full p a {
	margin-right: 15px;
}
footer ul {
	margin: 20px 0px 30px 0px;
}
footer ul li i.icon {
	vertical-align: middle;
}
footer h4 a, footer h5 a {
	color: #422E2B !important;
}
footer h4 a:hover, footer h5 a:hover {
	color: #79A342 !important;
}
.tech_table {
	margin-top: 30px;
	font-size: 16px;
}
.tech_table img {
	max-height: 40px;
	vertical-align: middle;
}
.tech_table td, .tech_table th {
	padding: 5px;
}
table.nice {
	width: 100%;
	border-top: 1px solid #D1D0CF;
}
table.nice td {
	border-bottom: 1px solid #D1D0CF;
}
table.nice th {
	background-color:#79A342; 
}
table.tech_table th {
	text-align: left;
	padding: 10px 0px;
}
table.nice tr:hover td {
	background-color: #F1F1F1;
}
form.zmaz input{
	background-color:Red!important;
	padding: 4px!important;
	font-size: 12px;
	float: right;
	margin-top: 5px;
	line-height: 12px;
}
.files {
	border: 1px solid #79A342;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 30px;
}
a.files:hover {
	background-color: #79A342;
	color: #FFF;
}
a.files:hover span {
	background-color: #533D38;
}
.files h2 {
	font-size: 20px;
}
.files span {
	display: inline-block;
	padding: 2px;
	font-size: 12px;
	line-height: 12px;
	background-color: #79A342;
	border-radius: 3px;
	color: #FFF;
}
.content h2{
	margin-bottom: 25px;
}
.content h3{
	margin-bottom: 15px;
}
.blogpost img {
	margin: 20px 0px;
}
.blogpost p {
	margin-bottom: 25px;
}
.accordions {
	border-bottom: 1px solid #CBCBCB;
	margin-top: 10px;
}
button.accordion {
    background-color: #fff;
    color: #533D38;
    cursor: pointer;
    padding: 10px;
    width: 100%;
	 box-sizing: border-box;
	 border-left: 3px solid #FFF;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
	 border-top: 1px solid #CBCBCB;
}
button.accordion h3 {
	margin: 0px;
	float: left;
}
button.accordion.active, button.accordion:hover {
    background-color: #F9F9F9;
	 color: #000;
	  border-left: 3px solid #79A342;
}
button.accordion:after {
    content: '+';
    font-size: 20px;
	 font-weight: bold;
    color: #79A342;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: "-";
}
div.panel {
    padding: 0px;   
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}
div.panel p {
	margin: 15px 0px;
}
div.panel > div {
	 background-color: #F9F9F9;
	 padding: 20px 30px 30px 30px;
	 border-left: 3px solid #79A342;
}
div.panel.show {
    opacity: 1;
    max-height: 5000px;
}
.predajna h2 {
	margin: 0px 20px;
}
.predajna > div {
	width: 33.33%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}
/* #Media Queries
================================================== */
	@media only screen and (max-width: 1600px) {
		.almost-full {
			
			margin: 0px 20px;
		}
		#spolupraca h2.otocene {
			margin-top: 65px;
			margin-left: -80px;
		}
	}
	@media only screen and (max-width: 1480px) {
		.tab_content .tab_numbers {
    		left: -300px;
		}
		strong.logo a {
    		left: 20px;
	 	}
		.full.podstranka .bxslider p.light {
    		margin-top: 10%;
		}
		.foto a {
			height: 170px;	
		}
	}
	
	@media only screen and (max-width: 1240px) {	
		.full.podstranka .bxslider p.light {
    		margin-top: 0;
		}
		.product_card p.light {
    		font-size: 18px;
    		line-height: 25px;
		}
		.margin_b {
    		margin-bottom: 100px;
		}
		#info {
			margin-bottom: 100px;
		}
		#numbers {
    		margin-bottom: 100px!important;
		}
		strong.logo a {
    		left: 15px;
	 	}
		#galeria .three.horizontal-img > a {
			height: 150px;
			margin-bottom: 20px;
		}
		#galeria .three.horizontal-img > a > img {
			min-height: 150px;
		}
		#galeria .three.vertical-img > a {
			height: 340px;
		}
		#galeria .three.vertical-img > a > img {
			min-height: 340px;
		}
		.foto {
			margin-bottom: 20px;
		}
		.foto a {
			height: 130px;	
		}
	}
	@media only screen and (min-width: 748px) and (max-width: 1240px) {
		
	}
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.header-right {
    		right: 75px;
			margin-top: 35px;
	 	}
		strong.logo a {
    		left: 10px;
			margin: 30px 0px 0px 0px;
	 	}
		#footer .three {
			width: 47%;
		}
		.product_card .three {
			margin: 0px!important;
		}
		.subpage_start .product_card .three.omega {
			margin-left: 15px !important;
		}
		.product_card h3 {
			margin-bottom: 10px;
		}
		#spolupraca .container > .three,
		#spolupraca .container > .nine {
			width: calc(100% - 20px);
		}
		#spolupraca #tabs li {
			width: 50%;
			float: left;
		}
		#spolupraca .container > .nine .six,
		#spolupraca .container > .nine .three {
			width: calc(50% - 10px);
		}
		#info .five,
		#info .seven {
			width: 100%;
		}
		#info .seven {
			text-align: center;
		}
		#info img.scale {
			max-width: 500px!important;
			margin: 0px auto 40px auto;
			float: none;
		}
		#numbers, .margin_b {
    		margin-bottom: 60px!important;
		}
		#numbers p {
			line-height: 25px;
			margin-top: 50px;
		}
		#numbers p strong {
 		   font-size: 30px;
		}
		 #numbers > div {
		 	padding-top: 0px;
		 }
		 .padding_t, .subpage_start {
			padding-top: 120px;
		}
		#galeria .three.horizontal-img > a {
			height: 100px;
			margin-bottom: 20px;
		}
		#galeria .three.horizontal-img > a > img {
			min-height: 100px;
		}
		#galeria .three.vertical-img > a {
			height: 240px;
		}
		#galeria .three.vertical-img > a > img {
			min-height: 240px;
		}
		#farebnost .five, #farebnost .seven {
			width: 100%;
		}
		#farebnost .konfigurator-button {
			float: none;
		}
		.important {
			padding: 20px;
		}
		.full.podstranka .bxslider p.light.big {
			font-size: 18px!important;
			line-height: 25px!important;
		}
		.foto {
			margin-bottom: 15px;
		}
		.foto a {
			height: 100px;	
		}
		.predajna > div {
			width: 50%;
		}
	}
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 748px) and (max-width: 959px) {
		
	}
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 747px) {
		strong.logo a {
   		width: 46px;
    		background-image: url(../images/design/w-logo.svg);
    		background-size: 46px 46px;
	 	}
		#info img.scale {
			max-width: 100%!important;
		}
		#footer .three {
			text-align: center;
			width: 100%;
		}
		.no_mob {
			display: none!important;
		}
		#spolupraca .container > .nine .six,
		#spolupraca .container > .nine .three {
			width: 100%;
		}
		#numbers > div {
			padding-top: 0px;
		}
		#numbers p {
			width: 50%;
			margin-bottom: 20px;
			margin-top: 20px;
		}
		.margin_b {
			margin-bottom: 50px !important;
		}
		 .padding_t, .subpage_start {
			padding-top: 100px;
		}
		.subpage_start h1 {
			font-size: 25px;
			line-height: 30px;
			margin-bottom: 0px;
		}
		.subpage_start > div {
			margin-bottom: 30px!important;
		}
		#najdi_predajcu, form.bg {
			padding-left: 20px;
			padding-right: 20px;
		}
		.bg {
			padding-top: 20px;
			padding-bottom: 20px;
		}
		#najdi_predajcu .text-right {
			text-align: center;
		}
		form#najdi_predajcu  div {
			width: 100%;
		}
		.subpage_start .product_card .three {
			margin-left: 10px !important;
		}
		.subpage_start .product_card {
			text-align: center;
		}
		.full.podstranka .bxslider {
    		margin-top: 0px;
		}
		#farebnost .konfigurator-button strong.button {
			float: left;
			margin-left: 15px;
			margin-bottom: 15px;
		}
		#galeria a.button.right {
   		 margin-top: 0px;
			 float: none;
			 margin-bottom: 40px;
		}
		#galeria .three {
			width: 50% !important;
		}
		#galeria .three a {
			width: 90% !important;
		}
		#galeria .three > a {
			margin-top: 0px;
		}
		#galeria .three.horizontal-img > a {
			height: 110px;
		}
		#galeria .three.horizontal-img > a > img {
			min-height: 110px;
		}
		.foto {
			margin-bottom: 0px!important;
			text-align: center;
		}
		.foto img {
			float: left;
		}
		.foto a {
			height: auto;	
		}
		.subpage_start .product_card .three.omega,
		.subpage_start .product_card .three {
    		margin-left: 0px !important;
			margin-right: 0px !important;
		}
		.blog_thumbs h2 {
			margin-top: 15px;
		}
		.predajna > div {
			width: 100%;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 460px) and (max-width: 747px) {
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 459px) {
		#spolupraca #tabs li {
			width: 100%;
			margin-bottom:10px;
		}
		.header-right .dropdown {
    		margin-left: 5px;
	 	}
		#numbers p {
			width: 100%;
		}
		#numbers p, #numbers p strong {
 		   font-size: 18px;
			line-height: 20px;
		}
		#numbers p strong {
			display: inline;
		}
	}