/*
file:	Main Style Sheet
year:	2015
author:	Ebit IT
email:	info@ebit.hr
site:	www.ebit.hr
*/

@charset "utf-8";

/* General HTML Styles */

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: linear-gradient(#fafafa, #ffffff);
	background: -webkit-linear-gradient(#fafafa, #ffffff);
	background-repeat: no-repeat;
}

div, span, p, em, a, tr, th, td, input, select, button, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia", Tahoma, Arial, Calibri sans-serif;
	font-size: 14px;
	color: #696969;
	font-weight: 400;
	text-decoration: none;
}
h1	{
	color: #464646;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h2	{
	color: #464646;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h3	{
	color: #464646;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h4	{
	color: #464646;
	font-size: 19px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h5	{
	color: #464646;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h6	{
	color: #464646;
	font-size: 17px;
	font-weight: normal;
	display: block;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 15px;
}
em {
	margin: 0;
	padding: 0 0 15px;
	font-style: normal;
	display: block;
	color: #4d4d4d;
	font-size: 18px;
}
a {	
	font-size: 14px;
	color: #ef8236;
	text-decoration: none;
	transition: all .2s linear;
}
a:hover {
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

fieldset {
	width: auto;
	border: 0;
}
legend { 
	color: #494949;
	font-size: 16px;
	font-weight: lighter;
	padding: 0 5px;
}
input {
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	font-size: 13px !important;
	margin: 3px 0;
	padding: 5px;
	outline: none !important;
}
input:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
input:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 3px 3px;
	outline: none !important;
}
select:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
option {
	font-size: 13px !important;
	background-color: transparent !important;
	padding: 0 5px;
	outline: none !important;
}
textarea {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 5px;
	height: 150px;
	margin: 3px 0;
	outline: none !important;
}
textarea:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
textarea:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}

/*wrapper*/

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.wrapper a, img {
	outline: none !important;
}

.wrapper a:hover, a:visited, a:active {
	outline: none !important;
}

/*to top jQuery*/

#toTop {
	background:url("../img/ui.totop.png") no-repeat left top;
	z-index: 999999;
}

#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -40px;
}

/*header*/

header {
	width: 960px;
	margin: 30px auto;
	padding: 0;
	clear: both;
	display: table;
}

/*main navigation*/

.slicknav_menu {
	display: none;
}

header nav {
	width: auto;
	float: left;
	margin: -2px 0 0;
	padding: 0;
}

header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

header nav ul li {
	float: left;
	padding-right: 20px;
}

header nav ul li:last-of-type {
	padding: 0;
}

header nav ul li a {
	font-size: 17px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0 0 2px;
	border-bottom: 2px solid #d7d7d7;
}

header nav ul li a:hover, header nav ul li a.active {
	font-size: 17px;
	color: #191919;
	border-bottom: 2px solid #ef8236;
}

/*main nav submenu*/

ul#mega-menu-1 {
	max-width: inherit;
	padding: 0;
	margin: 0 auto;
	height: auto;
}

ul#mega-menu-1 li {
	float: left;
	padding: 0 20px 0 0;
	margin: 0;
}

ul#mega-menu-1 li:last-of-type {
	padding: 0;
}

ul#mega-menu-1 li a {
	font-size: 17px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0 0 2px;
	border-bottom: 2px solid #d7d7d7;
	background: none;
	box-shadow: none;
}

ul#mega-menu-1 li a:hover, ul#mega-menu-1 li a.active {
	font-size: 17px;
	color: #191919;
	border-bottom: 2px solid #ef8236;
}

#mega-menu-1 li.mega-hover a {
	font-size: 17px;
	color: #191919;
	font-weight: 400;
	margin: 0;
	padding: 0 0 2px;
	border-bottom: 2px solid #ef8236;
	background: none;
	box-shadow: none;
}

.dc-mega-icon {
	display: none;
}

/*mega menu sub*/

#mega-menu-1 li .sub {
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	margin: -2px 0 0 !important;
	padding: 0 !important;
	width: 200px !important;
	list-style: none !important;
	box-shadow: none !important;
	border-top: 4px solid #ef8236 !important;
}

#mega-menu-1 li .sub li {
	border: medium none !important;
	float: none !important;
	display: block !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

#mega-menu-1 li .sub a {
	font-size: 14px !important;
	color: #555 !important;
	font-weight: 400 !important;
	text-transform: none !important;
	margin: 0 !important;
	padding: 7px 10px !important;
	float: none !important;
	display: block !important;
	border: none !important;
	border-bottom: 1px solid #d7d7d7 !important;
	background: linear-gradient(#f5f5f5, #ebebeb) !important;
	box-shadow: 0 1px 0 #fff !important;
}

#mega-menu-1 li .sub a:hover, #mega-menu-1 li .sub a.active {
	font-size: 14px !important;
	color: #000 !important;
	font-weight: 400 !important;
	border: none !important;
	border-bottom: 1px solid #d7d7d7 !important;
}

/*language content*/

.language_content {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
}

.language_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
}

.language_content ul li {
	float: left;
	padding-right: 20px;
}

.language_content ul li:last-of-type {
	padding: 0;
}

.language_content ul li a {
	font-size: 11px;
	color: #414141;
	margin: 0;
	padding: 0;
}

.language_content ul li a:hover, .language_content ul li a.active {
	font-size: 11px;
	color: #ef8236;
}

/*bozo skoko biography*/

header section {
	width: 960px;
	margin: 30px auto 0;
	padding: 0;
	clear: both;
	display: inline-table;
	
	background: linear-gradient(transparent 18%, #ebebeb 18%, #f5f5f5);
	background: -webkit-linear-gradient(transparent 18%, #ebebeb 18%, #f5f5f5);
}

header section h1 {
	font-size: 45px;
	color: #2d2d2d;
	font-weight: 400;
	margin: 0;
	padding: 0 0 25px;
	text-align: right;
}

header section h1 span {
	font-size: 20px;
	color: #7d7d7d;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

header section em {
	font-size: 15px;
	color: #696969;
	margin: 0 0 30px;
	padding: 0 0 0 15px;
	border-left: 2px solid #ef8236;
	text-align: justify;
}

header section figure {
	max-width: 220px;
	max-height: 320px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: right;
	margin: 0 0 0 30px;
	padding: 0;
}

header section figure img {
	max-width: 220px;
	max-height: 320px;
	vertical-align: middle;
	text-align: center;
}

header section ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	float: right;
}

header section ul li:first-of-type {
	font-size: 15px;
	color: #555555;
	margin: 0 0 7px;
	float: none;
	display: block;
}

header section ul li {
	float: right;
	margin: 0 0 0 5px;
	padding: 0;
}

header section ul li:last-of-type {
	margin: 0;
}

header section ul li a {
	display: flex;
}

header section ul li img {
	max-height: 24px;
	margin: 0;
	padding: 0;
	transition: all .2s linear;
}

header section ul li img:hover {
	opacity: 0.60;
}

/*intro basic*/

.intro_basic header section ul {
	display: none;
}

.intro_basic header section em {
	display: none;
}

.intro_basic header section h1 {
	font-size: 35px;
	padding: 46px 0 0;
}

.intro_basic header section h1 span {
	font-size: 15px;
}

.intro_basic header section figure {
	max-width: 90px;
	max-height: 120px;
}

.intro_basic header section figure img {
	max-width: 90px;
	max-height: 120px;
}

/*main container*/

.main_container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	clear: both;
	display: table;
}

/*news container*/

.news_container {
	width: 960px;
	margin: 0 auto 40px;
	padding: 0;
	clear: both;
	display: table;
}

.news_container h1 {
	font-size: 25px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 auto 30px;
	display: table;
	padding: 10px 30px 0 30px;
	border-top: 2px solid #d7d7d7;
}

/*news content*/

.news_content {
	width: 630px;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

.news_content article {
	width: 300px;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

.news_content article:nth-of-type(2n) {
	margin: 0;
}

.news_content article figure {
	max-width: 300px;
	max-height: 225px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	
	float: none;
	margin: 0;
	padding: 0;
}

.news_content article figure img {
	max-width: 300px;
	max-height: 225px;
	vertical-align: middle;
	text-align: center;
}

.news_content article time {
	font-family: Arial, Tahoma, Calibri sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: 600;
	margin: 15px 0 5px;
	display: table;
	padding: 6px 8px;
	background: #ef8236;
}

.news_content article h1 {
	margin: 0 0 10px;
	padding: 0;
	border: none;
	display: block;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	min-height: 48px;
}

.news_content article h1, .news_content article h1 a {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 400;
	text-transform: none;
}

.news_content article h1 a:hover {
	font-size: 20px;
	color: #ef8236;
}

.news_content article em, .news_content article p {
	font-size: 14px;
	color: #696969;
	margin: 0;
	padding: 0;
	line-height: 17px;
	overflow: hidden;
	height: 68px;
	min-height: 68px;
}

/*blog content*/

.blog_content {
	width: 300px;
	float: right;
	margin: 0;
	padding: 0;
}

.blog_content article {
	width: 300px;
	margin: 0 0 30px;
	padding: 0;
	clear: both;
	display: table;
}

.blog_content article:last-of-type {
	margin: 0;
}

.blog_content article time {
	font-family: Arial, Tahoma, Calibri sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 8px;
	display: table;
	padding: 6px 8px;
	background: #ef8236;
}

.blog_content article h1 {
	margin: 0 0 10px;
	padding: 0;
	border: none;
	display: block;
}

.blog_content article h1, .blog_content article h1 a {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 400;
	text-transform: none;
}

.blog_content article h1 a:hover {
	font-size: 20px;
	color: #ef8236;
}

.blog_content article em, .blog_content article p {
	font-size: 14px;
	color: #696969;
	margin: 0;
	padding: 0;
}

/*books container*/

.books_container {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	clear: both;
	display: table;
	background: url("../img/background_books.png") repeat center center;
	box-shadow: 5px 0 5px 0 rgba(0,0,0,0.15) inset;
}

.books_container section {
	width: 960px;
	margin: 0 auto 30px;
	padding: 0;
	clear: both;
	display: table;
}

.books_container section h1 {
	font-size: 25px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 auto 25px;
	display: table;
	padding: 10px 30px 0 30px;
	border-top: 2px solid #ef8236;
}

/*books slider*/

.bx-wrapper {
	margin: 0 auto !important;
}

.bx-wrapper .bx-pager {
	padding: 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -30px;
	height: 10px;
	margin: 0;
	padding: 0;
}

.bx-wrapper .bx-viewport {
	border: none;
	background: none;
	left: 0;
	box-shadow: none;
}

.bxslider {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.bxslider li {
	width: 450px !important;
	float: left !important;
	margin: 0 60px 0 0;
	padding: 0;
}

.bxslider li:nth-of-type(2n) {
	margin: 0;
}

.bx-wrapper img {
	margin: 0;
	padding: 0;
	max-width: 180px;
	max-height: 240px;
	float: left;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ef8236;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #a5a5a5;
	border-radius: 0;
	margin: 0 5px 0 0;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 99;
}

.bx-wrapper .bx-controls-direction a {
	display: none;
}

.slider_description {
	width: 250px;
	float: right;
	margin: 0;
	padding: 0;
}

.slider_description h1 {
	margin: 0 0 10px !important;
	padding: 0 !important;
	border: none !important;
	display: block !important;
}

.slider_description h1, .slider_description h1 a {
	font-size: 18px !important;
	color: #2d2d2d !important;
	font-weight: 400 !important;
	text-transform: none !important;
}

.slider_description h1 a:hover {
	font-size: 18px !important;
	color: #ef8236 !important;
}

.slider_description em, .slider_description p {
	font-size: 13px !important;
	color: #696969 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.order_book_button {
	display: none !important;
}

a.order_book_button {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 400;
	margin: 20px 0 0;
	padding: 0 0 2px;
	border-bottom: 2px solid #ef8236;
	display: table;
}

a.order_book_button:hover {
	font-size: 14px;
	color: #ef8236;
	border-bottom: 2px solid #2d2d2d;
}

.bx-clone {
	display: none;
}

/*footer container*/

footer {
	width: 100%;
	margin: 0 auto;
	padding: 45px 0 30px 0;
	clear: both;
	display: table;
	background: #f5f5f5;
}

/*footer links content*/

.footer_links_content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	display: table;
}

.footer_links_content ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: table;
	width: auto;
}

.footer_links_content ul li {
	float: left;
	padding-right: 20px;
}

.footer_links_content ul li:last-of-type {
	padding: 0;
}

.footer_links_content ul li a {
	display: table;
	font-size: 13px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	max-width: 160px;
	word-break: break-all;
}

.footer_links_content ul li a:hover {
	font-size: 13px;
	color: #ef8236;
}

.footer_links_content ul li a:hover img {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

.footer_links_content ul li img {
	max-width: 160px;
	max-height: 120px;
	margin: 0 0 5px;
	padding: 0;
	clear: both;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	transition: all .2s linear;
}

/*copyright*/

.copyright {
	width: 960px;
	margin: 30px auto 0;
	padding: 20px 0 0;
	clear: both;
	display: table;
	border-top: 5px solid #d7d7d7;
}

.copyright p {
	font-size: 12px;
	color: #696969;
	font-weight: 400;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.copyright a {
	font-size: 12px;
	color: #414141;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.copyright a:hover {
	font-size: 12px;
	color: #ef8236;
}

.fancybox-skin {
	background: #fff;
}











































