body { 
	color: #5f6f7e; 
	direction: ltr;
	font: 300 13px/1.4 "Open Sans", Arial, sans-serif;
	background-color: #eee;
	overflow-x: hidden;
	width: 100%;
}

header.top {
	background-color: #fff;
}

.navbar-toggler {
	display: none;
}

#dataAjax * {
	position: static !important;
}

/****** TOP ******/

.top-panel {
	position: relative;
	padding-top: 30px;
	margin-bottom: 30px;
}
#logo {
	position: absolute;
	top: -15px;
	z-index: 99999;
	cursor: pointer;
}
#searchForm {
	text-align: right;
	width: 100%;
}
#searchForm button {
	background-color: #fff;
	color: #d62631;
	font-weight: 600;
	border: 1px solid red;
	display: inline-block;
	margin-top: -4px;
}
#searchForm input {
	border: 1px solid #d62631;
	width: 70%;
	margin: 0 10px 0 0;
	display: inline-block;
}




/****** SLIDER ******/

.menu {
	text-align: right;
	background-color: rgba(0, 0, 0, 0.6);
}
.navbar-nav {
	float: right;
}
.navbar-nav li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 25px 20px;
	font-size: 110%;
}
.navbar-nav li a:hover {
	background-color: rgba(255, 255, 255, 0.2);
	border-top: 4px solid #d62631;
	padding-top: 21px;
}
.navbar-nav li a:active {
	background-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav li a:link {
	background-color: transparent;
}
.navbar-nav li a:visited {
	background-color: transparent;
}

.nav-top-fixed {
	background-color: rgba(0, 0, 0, 0.8);	
	position: fixed !important;
	z-index: 99999 !important;
	left: 0;
	top: 0;
	margin: 0;
}
.logo-fixed {
	position: fixed !important;
	left: 20px !important;
	top: 20px !important;
	width: 130px;
}
#slider {
	background-color: #ccc;
	
	background: url('../data/images/original/top_svarovani.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  
	height: 500px;
}


/****** path ******/

.path {
	padding-top: 20px;
}

.path ul {
	margin: 0;
	padding: 0;
}

.path ul li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 120%;
}

.path ul li strong {
	font-size: 100%;
}

/****** text ******/

.title {
	text-align: center;
	padding: 15px 0 30px 0;
	text-transform: uppercase;
	font-weight: 600;
}


.product_home {
	display: block;
	background-color: #fff;
	height: 200px;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.product_home img {
	max-width: 100%;
	max-height: 70%;
}

.product_home h4 {
	text-align: center;
	color: #fff;
	padding: 5px;
	width: 100%;
	margin-bottom: 0;
	font-size: 16px;
	margin-top: 130px;
	background-color: rgba(0, 0, 0, 0.7);
}

.product {
	display: block;
	background-color: #fff;
	height: 200px;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
}

.product:hover {
	text-decoration: none;
	color: #000;
}

.product img {
	max-width: 100%;
	max-height: 70%;
}

.product h4 {
	text-align: center;
	color: #000;
	width: 100%;
	top: 150px;
	left: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: 16px;
}

.product {
	font-size: 12px;
	color: #666;
}

.text {
	line-height: 180%;
}


/****** detail produktu ******/

.detail {
	font-size: 110%;
}

.detail h4 {
	padding-top: 30px;	
}

.detail .fa {
	color: #666;
	
}

.detail .icon-box {
	width: 20px;
	text-align: center;
	display: inline-block;
}


.detail .table-striped td {
	vertical-align: middle;
}

.detail p, .detail ul li {
	line-height: 160%;
}

.detail h3 {
	display: inline-block;
	border-bottom: 2px solid #ccc;
	width: auto;
	padding-bottom: 5px;
}

.detail ul, .detail p {
	padding-top: 8px;
}

.image-detail {
	width: 100%;
	padding: 50px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.image-detail img {
	max-width: 100%;
	max-height: 300px;
}

.poducttable {
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #fff;
	color: #000;
}

.icons-detail {
	margin-top: 20px;	
	background-color: #666;
	padding: 10px 20px;
	color: #fff;
}

.icons-detail ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: 600;
}

.icons-detail ul li {
	display: inline-block;
	margin-right: 8px;
}

.icons-detail ul li a {
	color: #fff;
}

.icons-detail .fa {
	color: #fff;
}

.row-code {
	width: 15%;
}

/****** Social icons ******/

.soc-icons a {
	font-size: 23px !important;
	padding: 22px 6px 0 6px !important;
	margin: 0 !important;
}

.soc-icons a:hover {
	padding: 18px 6px 0 6px !important;
}

/****** footer ******/

footer.footer {
	background-color: #000;
	padding: 30px 0 70px 0;
	margin-top: 50px;
	color: #888;
}

footer.footer .bottommenu {
	text-align: right;
}

footer.footer .bottommenu a {
	color: #fff;
}


@media (max-width: 1200px) {
	.product h4 {
		font-size: 110%;
	}	
}

@media (max-width: 992px) {
	.hidden-block {
		display: none;
	}
	#logo {	
		width: 130px;
		top: -5px;
	}
	#slider {
		height: 300px;	
	}
	.navbar-nav li a {
		color: #fff;
		text-transform: uppercase;
		font-weight: 600;
		padding: 25px 9px;
		font-size: 110%;
	}
	#searchForm input {
		width: 40%;
	}	
	footer.footer {
		text-align: center;
	}
	.bottommenu {
		display: none;
	}
	.icons-detail {
		text-align: center;
	}
	.row-code {
		width: 25%;
	}
	.detail {
		text-align: center;
	}
	.detail frame {
		margin-top: 50px;
	}	
}

@media (max-width: 772px) {
	.navbar-nav li a {
		padding: 4px 5px 4px 15px !important;
		width: 100%;
		margin: 0;		
	}
	.menu {
		text-align: right;
		width: 200px;
		float: right;
		margin: 15px 30px 0 0;
	}
	.navbar-nav li a:hover {
		background-color: rgba(255, 255, 255, 0.2);
		border: 0;
		padding: 4px 5px 4px 15px !important;
		margin: 0;	
		width: 170px;
	}
	.navbar-nav li {
		width: 170px;		
	}
}