/*
file:	Style Sheet
year:	2017
author:	Boje Brojeva
email:	info@bojebrojeva.hr
site:	www.bojebrojeva.hr
*/

@charset "utf-8";

/* General HTML Styles */

* {
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

div, span, p, a, em, del, time, strong, dt, dd, tr, th, td, label, input, select, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Condensed", Arial, Calibri, Verdana, sans-serif;
	font-size: 16px;
	color: #696969;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
}
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 20px;
}
em {
	font-size: 18px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0 0 20px;
	display: block;
}
a {	
	font-size: 16px;
	color: #0083a2;
	font-weight: 700;
	text-decoration: none !important;
	transition: all .3s linear;
}
a:hover {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
i {
	transition: all .3s linear;
}
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;
}

.wrapper a, img {
	outline: none !important;
}

a, a:hover, a:focus, a:visited, a:active {
	outline: none !important;
}

input, input:hover, input:focus, input:visited, input:active {
	outline: none !important;
}

/*to top jQuery*/

#toTop {
	background:url("../img/ui.totop.png") no-repeat left top;
}

#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -40px;
}

/*intro content home*/

.intro_content_home {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: table-row;
	background: #fff;
}

/*store cnt*/

.store_cnt {
	width: 50%;
	height: 100%;
	display: table-cell;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.store_cnt aside {
	box-sizing: border-box;
	padding: 40px;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	background: rgba(255,255,255,0.8);
	transition: all .3s linear;
}

.store_cnt aside:hover {
	background: #ef5f51;
}

.store_cnt h1 {
	font-size: 14px;
	color: #919191;
	font-weight: 400;
	text-transform: uppercase;
	margin: 15px 0 0;
	padding: 0;
	float: right;
	transition: all .3s linear;
}

.store_cnt img {
	max-height: 32px;
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}

.store_cnt h2 {
	margin: 0;
	padding: 0;
	clear: both;
}

.store_cnt h2, .store_cnt h2 a {
	font-size: 32px;
	color: #191919;
	font-weight: 700;
	text-transform: uppercase;
}

.store_cnt h2 a:hover {
	font-size: 32px;
	color: #fff;
}

.store_cnt h1, .store_cnt h2 {
	text-align: right;
}

.store_cnt aside:hover h1, .store_cnt aside:hover h2, .store_cnt aside:hover h2 a {
	color: #fff;
}

/*webshop cnt*/

.webshop_cnt {
	width: 50%;
	height: 100%;
	display: table-cell;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.webshop_cnt aside {
	box-sizing: border-box;
	padding: 40px;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	background: rgba(255,255,255,0.8);
	transition: all .3s linear;
}

.webshop_cnt aside:hover {
	background: #2ea7e1;
}

.webshop_cnt h1 {
	font-size: 14px;
	color: #919191;
	font-weight: 400;
	text-transform: uppercase;
	margin: 15px 0 0;
	padding: 0;
	float: left;
	transition: all .3s linear;
}

.webshop_cnt img {
	max-height: 32px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

.webshop_cnt h2 {
	margin: 0;
	padding: 0;
	clear: both;
}

.webshop_cnt h2, .webshop_cnt h2 a {
	font-size: 32px;
	color: #191919;
	font-weight: 700;
	text-transform: uppercase;
}

.webshop_cnt h2 a:hover {
	font-size: 32px;
	color: #fff;
}

.webshop_cnt aside:hover h1, .webshop_cnt aside:hover h2, .webshop_cnt aside:hover h2 a {
	color: #fff;
}

.intro_content_home figure {
	width: 100%;
	height: 100%;
	display: table;
	margin: 0;
	padding: 15px;
	box-sizing: border-box;
}

.intro_content_home figure img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.intro_content_home .webshop_cnt figure {
	border-left: 1px solid #d7d7d7;
}

/*intro active*/

.intro_active aside {
	width: 80%;
	position: fixed;
	top: 0;
}

.store_full .webshop_cnt aside {
	width: 20%;
	position: fixed;
	top: 0;
}

.intro_active {
	width: 80%;
}

.store_full .webshop_cnt {
	width: 20%;
}

.intro_active aside {
	background: #ef5f51;
}

.intro_active aside h1, .intro_active aside h2, .intro_active aside h2 a {
	color: #fff;
}

.store_cnt article {
	width: 100%;
	margin: 0;
	padding: 200px 40px 40px;
	display: table;
}

.store_cnt article h1 {
	font-size: 28px;
	color: #2d2d2d;
	font-weight: 700;
	text-transform: none;
	margin: 0;
	padding: 0 0 10px;
	float: none;
	text-align: left;
}

/*intro store contacts map*/

.intro_store_contacts_map {
	width: 100%;
	margin: 0;
	padding: 0 40px 40px;
	display: table;
}

.intro_store_contacts_map dl {
	width: 45%;
	float: left;
	margin: 0;
	padding: 20px 0;
}

.intro_store_contacts_map dl dt,
.intro_store_contacts_map dl dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 5px;
	padding: 8px 10px;
	font-size: 16px;
	color: #414141;
}

.intro_store_contacts_map dl dt {
	font-weight: 300;
	width: 30%;
	text-align: right;
	background: #f5f5f5;
}

.intro_store_contacts_map dl dd {
	font-weight: 700;
	width: 68%;
}

.intro_store_contacts_map dl dt a,
.intro_store_contacts_map dl dd a {
	font-size: 16px;
}

.intro_store_contacts_map iframe {
	width: 55%;
	float: right;
	margin: 0;
	padding: 0;
	border: none !important;
}

/*intro store gallery*/

.ecms_gallery_box {
	width: 100%;
	float: none;
	display: table;
	margin: 0;
	padding: 0 40px 40px;
}

.ecms_gallery_box h1 {
	font-size: 18px;
	color: #003654;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	float: none;
	text-align: left;
}

.ecms_gallery_box p {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box a {
	width: 15.33%;
	float: left;
	margin: 20px 20px 0 0;
	padding: 0;
	position: relative;
}

.ecms_gallery_box a:nth-of-type(6n) {
	margin: 20px 0 0;
}

.ecms_gallery_box a img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: flex;
	background: #fff;
	border: none;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.10);
	border-radius: 0;
	max-height: inherit;
	float: none;
}

.ecms_gallery_box em {
	font-size: 14px;
	color: #555;
	font-weight: 700;
	margin: 10px 0;
	padding: 0;

	line-height: 18px;
	overflow: hidden;
	height: 39px;
	min-height: 39px;
}





/*footer*/

footer {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.20);
}

/*footer social networks*/

.footer_social_networks {
	width: auto;
	max-width: 1260px;
	margin: 0 auto;
	padding: 30px 0;
	display: table;
	list-style: none;
}

.footer_social_networks li {
	float: left;
	padding: 0 10px;
}

.footer_social_networks li a {
	display: flex;
}

.footer_social_networks li img {
	max-height: 32px;
	display: flex;
	transition: all .3s linear;
}

.footer_social_networks li img:hover {
	opacity: 0.75;
}

/*footer bottom cnt*/

.footer_bottom_cnt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
}

.footer_bottom_cnt aside {
	width: 1260px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.footer_bottom_cnt aside section:first-of-type {
	width: 300px;
}

.footer_bottom_cnt aside section {
	width: 240px;
	float: left;
	margin: 0;
	padding: 40px 20px;
}

.footer_bottom_cnt section h1 {
	font-size: 18px;
	color: #414141;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 15px;
	padding: 0;
}

.footer_bottom_cnt section p:first-of-type {
	border-top: 1px solid #d7d7d7;
}

.footer_bottom_cnt section p {
	font-size: 12px;
	color: #696969;
	font-weight: 300;
	margin: 0;
	padding: 13px 0;
	border-bottom: 1px solid #d7d7d7;
}

/*footer credit cards*/

.footer_credit_cards {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: table;
}

.footer_credit_cards li {
	 float: left;
	 margin: 0 5px 0 0;
}

.footer_credit_cards li a {
	display: flex;
}

.footer_credit_cards li img {
	max-height: 32px;
	display: flex;
}

/*footer navigation*/

.footer_bottom_cnt section nav {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.footer_bottom_cnt section nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.footer_bottom_cnt section nav ul li:first-of-type {
	border-top: 1px solid #d7d7d7;
}

.footer_bottom_cnt section nav ul li {
	display: block;
	border-bottom: 1px solid #d7d7d7;
}

.footer_bottom_cnt section nav ul li a {
	font-size: 14px;
	color: #003654;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 11px 0;
	display: block;
}

.footer_bottom_cnt section nav ul li a:hover,
.footer_bottom_cnt section nav ul li a.active {
	font-size: 14px;
	color: #000;
}

/*footer contacts*/

.footer_contacts a:first-of-type {
	border-top: 1px solid #d7d7d7;
}

.footer_contacts a {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	margin: 0;
	padding: 11px 0;
	display: block;
	border-bottom: 1px solid #d7d7d7;
}

.footer_contacts a:hover {
	font-size: 14px;
	color: #0083a2;
}

/*footer copyright*/

.footer_copyright {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	display: table;
	background: #003654;
}

.footer_copyright aside {
	width: 1260px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.footer_copyright p {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	margin: 0;
	padding: 0;
	float: left;
}

.footer_copyright p:last-of-type {
	float: right;
}

.footer_copyright p a, .footer_copyright p a:hover {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}




/*MEDIA QUERIES*/

@media only screen and (min-width: 0px) and (max-width: 1024px) {

.store_cnt {
	width: 100%;
	display: table;
}

.webshop_cnt {
	width: 100%;
	display: table;
}

.intro_active aside {
	width: 100%;
	position: inherit;
	top: inherit;
	display: table;
}

.store_full .webshop_cnt aside {
	width: 100%;
	position: inherit;
	top: inherit;
	display: table;
}

.intro_active {
	width: 95%;
	margin: 0 auto;
}

.store_full .webshop_cnt {
	width: 100%;
}

.intro_store_contacts_map {
	padding-left: 20px;
	padding-right: 20px;
}

.intro_store_contacts_map dl {
	width: 100%;
	float: none;
	display: table;
}

/*footer*/

footer {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.20);
}

/*footer social networks*/

.footer_social_networks {
	width: auto;
	max-width: 95%;
	margin: 0 auto;
	padding: 30px 0;
	display: table;
	list-style: none;
}

.footer_social_networks li {
	width: 43.4%;
	float: left;
	margin: 0 10px 5px;
}

.footer_social_networks li:nth-of-type(2n) {
	float: right;
}

.footer_social_networks li a {
	display: flex;
}

.footer_social_networks li img {
	max-height: 22px;
	display: table;
	margin: 0 auto;
	transition: all .3s linear;
}

.footer_social_networks li img:hover {
	opacity: 0.75;
}

/*footer bottom cnt*/

.footer_bottom_cnt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
}

.footer_bottom_cnt aside {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.footer_bottom_cnt aside section:first-of-type {
	width: 100$;
}

.footer_bottom_cnt aside section {
	width: 100%;
	float: left;
	margin: 0;
	padding: 20px;
}

.footer_bottom_cnt section h1 {
	font-size: 18px;
	color: #414141;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 15px;
	padding: 0;
}

.footer_bottom_cnt section p:first-of-type {
	border-top: 1px solid #d7d7d7;
}

.footer_bottom_cnt section p {
	font-size: 12px;
	color: #696969;
	font-weight: 300;
	margin: 0;
	padding: 13px 0;
	border-bottom: 1px solid #d7d7d7;
}

/*footer credit cards*/

.footer_credit_cards {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: table;
}

.footer_credit_cards li {
	float: left;
	margin: 0 5px 0 0;
}

.footer_credit_cards li a {
	display: flex;
}

.footer_credit_cards li img {
	max-height: 32px;
	display: flex;
}

/*footer navigation*/

.footer_bottom_cnt section nav {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.footer_bottom_cnt section nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.footer_bottom_cnt section nav ul li:first-of-type {
	border-top: 1px solid #d7d7d7;
}

.footer_bottom_cnt section nav ul li {
	display: block;
	border-bottom: 1px solid #d7d7d7;
}

.footer_bottom_cnt section nav ul li a {
	font-size: 14px;
	color: #003654;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 11px 0;
	display: block;
}

.footer_bottom_cnt section nav ul li a:hover,
.footer_bottom_cnt section nav ul li a.active {
	font-size: 14px;
	color: #000;
}

/*footer contacts*/

.footer_contacts a:first-of-type {
	border-top: 1px solid #d7d7d7;
}

.footer_contacts a {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	margin: 0;
	padding: 11px 0;
	display: block;
	border-bottom: 1px solid #d7d7d7;
}

.footer_contacts a:hover {
	font-size: 14px;
	color: #0083a2;
}

/*footer copyright*/

.footer_copyright {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	display: table;
	background: #003654;
}

.footer_copyright aside {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.footer_copyright p {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	margin: 0;
	padding: 0;
	float: left;
	max-width: 80%;
}

.footer_copyright p:last-of-type {
	float: right;
}

.footer_copyright p a, .footer_copyright p a:hover {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}

}










