.item-separator {
display: block;
clear: both;
margin: 0;
border: 0;
height: 2px;
}

h1 {font-size: 160%;}

p {
	font-family: "Lato","Helvetica",arial,serif;
	line-height: 25px
}

.box1 {
	font-family: "Lato","Helvetica",arial,serif
}

.box1, h5 {
	font-size: 15px;
	font-weight: bold;
	height: auto;
	line-height: 90%;
	word-wrap: break-word;
}

.title1 {
	font-family: "Lato","Helvetica",arial,serif;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: 23px;
	word-wrap: break-word;
}
.title1 .module-title {
	border: 2px solid #ccc;
    background: none repeat scroll 0% 0% #ccc;
}

.title1 .module-title .title {
    color: #000 !important;
}


.box1, h6 {
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: 90%;
	word-wrap: break-word;
}

.box1, h7 {
	font-size: 13px;
	font-weight: bold;
	height: auto;
	line-height: 90%;
	word-wrap: break-word;
}

.box1, h8 {
	font-size: 12px;
	font-weight: bold;
	height: auto;
	line-height: 90%;
	word-wrap: break-word;
}

.cols-2 .column-1 {
	background-color: #FFFFF6;
	padding: 6px;
	box-shadow: 1px 1px 1px #CCCCCC;
	border: 1px solid;
	border-radius: 10px;
	border-color: #E6E6E6;
}

.cols-2 .column-2 {
	background-color: #FFFFF6;
	padding: 6px;
	box-shadow: 1px 1px 1px #CCCCCC;
	border: 1px solid;
	border-radius: 10px;
	border-color: #E6E6E6;
}

.cols-2 .column-1, .cols-2 .column-2 {
	width: 46%;
}

.cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3 {
	width: 27%;
	/*margin-right: 3%*/
}

.cols-3 .column-1 {
	background-color: #FFFFF6;
	padding: 6px;
	box-shadow: 1px 1px 1px #CCCCCC;
	border: 1px solid;
	border-radius: 6px;
	border-color: #E6E6E6;
}

.cols-3 .column-2 {
	background-color: #FFFFF6;
	padding: 6px;
	box-shadow: 1px 1px 1px #CCCCCC;
	border: 1px solid;
	border-radius: 6px;
	border-color: #E6E6E6;
}

.cols-3 .column-3 {
	background-color: #FFFFF6;
	padding: 6px;
	box-shadow: 1px 1px 1px #CCCCCC;
	border: 1px solid;
	border-radius: 6px;
	border-color: #E6E6E6;
}
/*SELEKTORI U J2STORE*/
select {
	width: 100%;
}

legend {
	color: white;
	border-color: white;
	height: 2px;
}
/*MENU*/
.gf-menu .item {
	font-size: 14px;
	line-height: 16px;
}

.gf-menu {
	font-family: "Lato","Helvetica",arial,serif;
}

@media (min-width: 768px) {
     
	.rt-drop-left:hover > .dropdown {
		right: 100% !important;
		left: auto!important;
	}

	.rt-drop-right:hover > .dropdown {
		right: auto!important;
		left: 100% !important;
	}

	.gf-menu > .rt-drop-left:hover > .dropdown {
		right: 0 !important;
		left: auto!important;
	}

	.gf-menu > .rt-drop-right:hover > .dropdown {
		right: auto!important;
		left: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 959px) {
     
	.rt-drop-left-tablet:hover > .dropdown {
		right: 100% !important;
		left: auto!important;
	}

	.rt-drop-right-tablet:hover > .dropdown {
		right: auto!important;
		left: 100% !important;
	}

	.gf-menu > .rt-drop-left-tablet:hover > .dropdown {
		right: 0 !important;
		left: auto!important;
	}

	.gf-menu > .rt-drop-right-tablet:hover > .dropdown {
		right: auto!important;
		left: 0 !important;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
   
	.rt-drop-left-desktop-small:hover > .dropdown {
		right: 100% !important;
		left: auto!important;
	}
	
	.rt-drop-right-desktop-small:hover > .dropdown {
		right: auto!important;
		left: 100% !important;
	}

	.gf-menu > .rt-drop-left-desktop-small:hover > .dropdown {
		right: 0 !important;
		left: auto!important;
	}

	.gf-menu > .rt-drop-right-desktop-small:hover > .dropdown {
		right: auto!important;
		left: 0 !important;
	}
}

@media (min-width: 1200px) {
    
	.rt-drop-left-desktop-big:hover > .dropdown {
		right: 100% !important;
		left: auto!important;
	}
	
	.rt-drop-right-desktop-big:hover > .dropdown {
		right: auto!important;
		left: 100% !important;
	}

	.gf-menu > .rt-drop-left-desktop-big:hover > .dropdown {
		right: 0 !important;
		left: auto!important;
	}

	.gf-menu > .rt-drop-right-desktop-big:hover > .dropdown {
		right: auto!important;
		left: 0 !important;
	}
}

/*kontakt*/
.item-num {
	color: white;
}

.category {
	width: 80%;
}

#adminForm fieldset {
	height: 2px
}
.btn-primary {
    color: #FFF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: #5E9F42;
    background-image: linear-gradient(to bottom, #6DB74D, #8ABE69);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}

.btn-primary:hover {
color: #000;
background-color: #8ABE69;
}

.title2 .module-title {
border: 2px solid #6db74d;
background: #6db74d;
}