/*
Project: Maksan
Authors: Renato Košćak
Author email: renato.koscak@orion-web.hr
Custom CSS styles
*/

/*Fonts*/
@font-face {
    font-family:'cfjackstory';
    src: url('../fonts/cfjackstory/CF-Jack-Story-Regular.eot');
	src: url('../fonts/cfjackstory/CF-Jack-Story-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/cfjackstory/CF-Jack-Story-Regular.woff2') format('woff2'),
		 url('../fonts/cfjackstory/CF-Jack-Story-Regular.woff') format('woff'),
		 url('../fonts/cfjackstory/CF-Jack-Story-Regular.svg#CF-Jack-Story-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family:'opensans';
	src: url('../fonts/opensans/OpenSans-Regular.eot');
	src: url('../fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans/OpenSans-Regular.woff') format('woff'),
		 url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype'),
		 url('../fonts/opensans/OpenSans-Regular.otf') format('opentype'),
		 url('../fonts/opensans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'opensans';
	src: url('../fonts/opensans/OpenSans-Bold.eot');
	src: url('../fonts/opensans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans/OpenSans-Bold.woff') format('woff'),
		 url('../fonts/opensans/OpenSans-Bold.ttf') format('truetype'),
		 url('../fonts/opensans/OpenSans-Bold.otf') format('opentype'),
		 url('../fonts/opensans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family:'roboto';
    src: url('../fonts/roboto/Roboto.eot');
	src: url('../fonts/roboto/Roboto.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/roboto/Roboto.woff2') format('woff2'),
		 url('../fonts/roboto/Roboto.woff') format('woff'),
		 url('../fonts/roboto/Roboto.svg#Roboto') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'roboto';
    src: url('../fonts/roboto/Roboto-Light.eot');
	src: url('../fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/roboto/Roboto-Light.woff2') format('woff2'),
		 url('../fonts/roboto/Roboto-Light.woff') format('woff'),
		 url('../fonts/roboto/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family:'roboto';
    src: url('../fonts/roboto/Roboto-Bold.eot');
	src: url('../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
		 url('../fonts/roboto/Roboto-Bold.woff') format('woff'),
		 url('../fonts/roboto/Roboto-Bold.svg#Roboto Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family:'roboto';
    src: url('../fonts/roboto/Roboto-Black.eot');
	src: url('../fonts/roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/roboto/Roboto-Black.woff2') format('woff2'),
		 url('../fonts/roboto/Roboto-Black.woff') format('woff'),
		 url('../fonts/roboto/Roboto-Black.svg#Roboto Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
.home #t3-mainbody {
	display: none;
}
body {
	font-family: 'opensans';
	color: #002340;
	font-size: 18px;
	line-height: 1.7;
}
a:hover, a:focus {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'roboto';
	font-weight: 900;
	color: #071f46;
}
h1 {
	font-size: 40px;
}
a {
	color: #00b8dc;
}
a:hover {
	color: #012865;
}
.t3-sl-video {
	padding-bottom: 30px;  
}
.t3-wrapper {
	overflow: hidden;  
}


/*Header*/
#t3-mainnav {
	padding: 24px 0 28px 0;
	background: #fff;
	border: 0 none;
	-webkit-box-shadow: 0 2px 5px -4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 2px 5px -4px rgba(0, 0, 0, 0.7);
	box-shadow: 0 2px 5px -4px rgba(0, 0, 0, 0.7);
}
#t3-mainnav .t3-navbar ul.nav {
	margin-top: 10px;
    float: right;
}
#t3-mainnav .homelink {
    display: none;
}
#t3-mainnav .nav li {
	margin-left: 4px;
}
#t3-mainnav .nav li a {
	color: #012865;
	font-family: 'roboto';
	font-weight: 700;
	font-size: 18px;	
	text-transform: uppercase;
	border-bottom: 2px solid #000;
	position: relative;
}
#t3-mainnav .nav li:nth-child(2) a::before {
	content: none;
}
#t3-mainnav .nav li a::before {
    background: #07c0da;
    content: " ";
    display: block;
    height: 4px;
    left: -4px;
    position: absolute;
    top: 23px;
    width: 4px;
}
#t3-mainnav .nav li a:hover {
	color: #00b8dc;
	border-bottom: 2px solid #00b8dc;
}
#t3-mainnav .nav li.active a {
	background: #fff;
	color: #00b8dc;
}
#t3-mainnav.navbar-fixed-top {
	position: fixed;
}
.menu-padding {
    padding-top: 114px;
}
button.navbar-toggle {
	font-size: 14px;
	border-color: #00b8dc;
	position: fixed;
    right: 10px;
    top: 43px;
}
button.navbar-toggle:hover,
button.navbar-toggle:focus {
	background-color: #00b8dc!important;
	border-color: #00b8dc;
	color: #fff;
}

/*responsive menu*/
#t3-mainnav .t3-navbar-collapse {
	border: 0;
}
#t3-mainnav .t3-navbar-collapse .nav li a {
	border-bottom: 1px solid #e7e7e7;
	border-top: 0;
}
#t3-mainnav .t3-navbar-collapse .nav li a::before {
	content: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#t3-mainnav .nav li a {
		font-size: 15px;
	}
}

/*rotator*/
.t3-head-image {
	position: relative;
}
.welcometext {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
	text-align: center;
	font-family: 'roboto';
	font-weight: 300;
	font-size: 35px;
	color: #002340;
	text-shadow: none;	
}
.welcometext p {
	margin: 0;
}
.home .welcometext {
	color: #fff;
	font-size: 60px;
	text-shadow: 0 4px 10px rgba(0, 0, 0, 0.96);
}

/*header img*/
.header-img {
	background-position: center center;
	background-size: cover;
	height: 165px;
}

/*header img*/
.contact-header-img {
	background-position: center center;
	background-size: cover;
	height: 470px;
}

/*home1 home2 moduli*/
.home1 h1, .home2 h1 {
	font-weight: normal;
	font-family: 'cfjackstory';
	font-size: 45px;
	color: #002340;
}
.home1 img, .home2 img {
	border: 8px solid #e6e6e6;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	display: block;
    margin: 0 auto;
    max-width: 100%;
}
.home1-content, .home2-content {
	margin: 80px 0;
}
.home2-content {
	text-align: right;
}

/*footer*/
.t3-copyright {
    border: 0;
    padding: 0;
}
.footerline {
	/*border-bottom: 1px solid #dcdcdc;*/
	border-bottom: 1px solid #eee;
	margin: 58px 0;
}
.copyright, .developed {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.copyright {
	text-align: left;
}
.developed {
	text-align: right;
}
#t3-footer {
	font-family: 'roboto';
	color: rgba(0,0,0,0.5);
	border: 0;
	background: #fff;
}
#t3-footer a {
	color: rgba(0,0,0,0.5);
}
.footerbg {
	background: url('../images/footer.png');
	background-size: auto;
	background-repeat: repeat-x;
	height: 79px;
	margin-top: 50px;
}
/*k2item*/
.itemView .itemHeader,
.itemListView .itemListCategory {
	border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.itemListView .itemListCategory h1 {
	text-transform: uppercase;
}
.catItemView .catItemHeader h2 {
	font-size: 25px;
	font-weight: 700;
	margin-top: 60px;
	color: #00b8dc;
}
.tab-content {
	margin-bottom: 100px;
}

/*product page*/
.productpage h1 {
	text-align: center;
}
.productpage .itemImage img {
	max-width: 100%;
	border: 1px solid #e5e5e5;
}
.productpage .itemFullText {
	margin-bottom: 60px;
}
.productpage .itemExtraFields span {
	font-size: 16px;
}
.productpage .itemExtraFields span.itemExtraFieldsValue {
	font-weight: bold;
}
.productpage .itemExtraFields p {
	margin: 0;
	padding: 9px 15px;
	border-bottom: 1px solid #e5e5e5;
}
.productpage .itemExtraFields p.Price {
	border: 0;
}
.productpage .itemExtraFields .send-inquiry {
	margin-top: 15px;
}
.productpage .itemExtraFieldsLabel {
	display: inline-block;
	width: 90px;
}
.productpage .fieldsmaxwidth {
	width: 262px;
	max-width: 100%;
	float: right;
}
.productpage .itemImageBlock {
	margin: 15px 0;
	text-align: center;
}
.productpage .k2itemtabs.nav-tabs {
    border-bottom: 1px solid #e5e5e5;
	margin-top: 85px;
}
.productpage .k2itemtabs.nav-tabs li a {
	color: #002340;
	font-family: "roboto";
	font-size: 20px;
	font-weight: 700;
	border: 0;
	margin: 0;
	padding: 15px 50px 15px 0;
}
.productpage .k2itemtabs.nav-tabs li:last-child a {
	padding: 15px 0;
}
.productpage .k2itemtabs.nav-tabs li a:hover,
.productpage .k2itemtabs.nav-tabs li a:active,
.productpage .k2itemtabs.nav-tabs li.active a {
	color: #00b8dc;
	background: none;
	border: 0;
	margin: 0;
}
.itemVideoEmbedded, 
.catItemVideoEmbedded {
    height: 0;
	margin-top: 36px;
    margin-bottom: 15px;
    padding-bottom: 50%;
    padding-top: 25px;
    position: relative;
}
.catItemVideoEmbedded {
	margin-top: 15px;
}
.itemVideoEmbedded iframe, 
.catItemVideoEmbedded iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.products-title {
	margin-bottom: 50px;
}
.list-product {
	border: 1px solid #eee;
	margin-bottom: 30px;
}
.list-product .catItemImage img {
	max-width: 100%;
}
.list-product h2 {
	text-align: center;
	margin-bottom: 40px;
}
.list-product h2 a {
	font-weight: bold;
	font-family: 'opensans';
	font-size: 20px;
	color: #00b8dc;
}
.list-product h2 a:hover {
	color: #071f46;
}
.list-product .catItemImageBlock {
	text-align: center;
}
.list-product .catItemBody {
	position: relative;
	padding-bottom: 80px;
	overflow: hidden;
}
.list-product .catItemExtraFields p {
	color: #999;
	font-size: 14px;
}
.list-product .catItemExtraFieldsLabel {
	width: 70px;
	margin-left: 40px;
	display: inline-block;
}
.list-product .Price .catItemExtraFieldsLabel {
	display: none;
}
.list-product .Price .catItemExtraFieldsValue {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #002340;
	font-weight: bold;
	font-family: 'opensans';
	font-size: 20px;
    margin-top: 20px;
}
.list-product .overlay {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	background: rgba(255,255,255,0.9);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	margin-top: -80px;
}
.list-product.effect .overlay {
	top: 0;
	margin-top: 0;
}
.list-product h2.catItemTitle::before {
	border-top: 1px solid #eee;
	bottom: 21px;
	content: "";
	display: block;
	margin: 0 40px;
	position: relative;
}
.list-product h2.catItemTitle::after {
	border-bottom: 1px solid #eee;
    content: "";
    display: block;
    margin: 0 40px;
    position: relative;
    top: 26px;
}
.list-product .Price::before {
	border-top: 1px solid #eee;
	content: "";
	display: block;
	margin: 0 40px;
	position: relative;
	top: 10px;
}

/*Product slider*/
.itemslider {
	position: relative;
}
.owl-item {
	padding: 0 15px;
}
.owl-carousel {
    position: initial;
}
.owl-controls {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    width: 100%;
	left: 0;
	right: 0;
}
.owl-prev::before,
.owl-next::before {
    color: #ccc;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 100px;
    font-style: normal;
    position: relative;
    line-height: 1;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.owl-prev::before {
    content: "\f104";
    padding-right: 5px;
}
.owl-next::before {
    content: "\f105";
    padding-left: 5px;
}
.owl-theme .owl-controls .owl-buttons div {
    color: transparent;
    display: inline-block;
    font-size: 12px;
	padding: 0 15px!important;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-prev,
.owl-next {
    top: 0;
	height: 100%;
    float: none;
    position: absolute;
}
.owl-prev {
	margin-left: -80px;
    left: 0;
}
.owl-next {
	margin-right: -80px;
    right: 0;
}
.owl-controls .owl-page, 
.owl-controls .owl-buttons div {
    cursor: pointer;
}
h2.products-slider-title {
	color: #677380;
	font-family: 'roboto';
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
/*videoslider*/
.videoslider {
	position: relative;
	padding: 9px;
	background: #e6e6e6;
}
.videoslider .owl-wrapper-outer,
.videoslider iframe {
	width: 100%;
	height: 600px;
}
@media screen and (max-width: 991px){
	.videoslider .owl-wrapper-outer,
	.videoslider iframe {
		height: 450px;
	}
}
@media screen and (max-width: 767px){
	.videoslider .owl-wrapper-outer,
	.videoslider iframe {
		height: 350px;
	}
}
.video-background {
	background: url('../images/video-bg.png');
	background-repeat: repeat-x;
    background-size: auto;
    background-position: center center;
	height: 480px;
	margin-top: 100px;
	margin-bottom: 100px;
}
#Mod101 {
	position: relative;
}
.video-block {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#k2ModuleBox101 {
	position: relative;
}
#k2ModuleBox101::before {
	content: '';
    width: 100%;
    height: 250px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	-webkit-box-shadow: 0 0 150px 20px #000;
	-moz-box-shadow: 0 0 150px 20px #000;
	box-shadow: 0 0 150px 20px #000;
}
.videoslider .owl-item {
    padding: 0;
}
.videoslider .owl-prev {
    margin-left: 30px;
}
.videoslider .owl-next {
    margin-right: 30px;
}
.videoslider .owl-prev::before, 
.videoslider .owl-next::before {
	color: #fff;
}

/*Pagination*/
.k2Pagination {
	text-align: center;
}
.pagination {
	display: inline-block;
	float: none;
}
.pagination > li > a, 
.pagination > li > span,
.pagination > li > a:hover, 
.pagination > li > span:hover,
.pagination > li > a:focus, 
.pagination > li > span:focus {
	color: #002340;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	background-color: #07c0da;
	border-color: #07c0da;
}


/*contact*/
.contactinfo p {
	margin-bottom: 30px;
}
#userForm {
	font-family: 'roboto';
	font-size: 20px;
	color: #071f46;
}
#userForm div.formBody {
    float: none;
}
#userForm .rsform-block {
	margin-bottom: 20px;
}
#userForm .rsform-input-box,
#userForm .rsform-text-box,
#userForm .rsform-captcha-box {
	border-color: #dfdfdf;
	width: 100%;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
#userForm .rsform-input-box,
#userForm .rsform-captcha-box {
	height: 40px;
}
#userForm .rsform-block-captcha img {
	margin-left: 30px;
}
#userForm .rsform-text-box {
	height: 245px;
}
#userForm .rsform-submit-button,
.send-inquiry {
	font-family: 'roboto';
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	width: 260px;
	height: 62px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #00b8dc;
}
#userForm .rsform-submit-button:hover,
.send-inquiry:hover,
.send-inquiry:focus {
	background: #012865;
	color: #fff;
}
#userForm .buttonbefore,
.send-inquiry {
	width: 260px;
	position: relative;
	display: block;
    line-height: 62px;
    text-align: center;
}
#userForm .buttonbefore::before,
.send-inquiry::before {
	color: #fff;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 30px;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* BACK-TO-TOP */
#back-to-top {
	position: fixed;
	right: 30px;
	top: auto;
	z-index: 999;
	bottom: -60px;
}
@media (min-width: @screen-sm-min) {
	#back-to-top {
	display: block;
	}
}
#back-to-top .btn {
	background: #07c0da;
	border: 1px solid #fff;
	color: #fff;
	height: 50px;
	width: 50px;
	line-height: 1;
	padding: 0;
	text-align: center;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#back-to-top .btn:hover {
      background: #012865;
}
#back-to-top.affix {
	bottom: 60px;
}
#back-to-top a {
	outline: none;
}
#back-to-top em {
	font-size: 20px;
	line-height: 20px;
}

/*Hover transition*/
#t3-mainnav .nav li a,
.list-product h2 a,
#back-to-top .btn,
#userForm .rsform-submit-button,
.send-inquiry,
.productpage .k2itemtabs.nav-tabs li a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


/*Responsive*/
@media screen and (min-width: 768px){
	.navbar-header .logo {
		display: none;
	}
}
@media screen and (max-width: 1350px){
	/*slider nav fix*/
	.itemslider .owl-controls {
		top: auto;
		text-align: center;
	}
	.itemslider .owl-prev, 
	.itemslider .owl-next {
		position: relative;
		margin: 0;
	}
	.itemslider .owl-prev::before, 
	.itemslider .owl-next::before {
		font-size: 40px;
	}
}
@media screen and (max-width: 1199px){
	.home1-content, .home2-content {
		margin: 0;
	}
}
@media screen and (max-width: 992px){
  .t3-sl-2,
  .t3-sl-3 {
      padding-top: 0;
      padding-bottom: 0;
  }
  #Mod101 {
      margin-bottom: 0;	
  }
}
@media screen and (max-width: 767px){
	.home1 img, .home2 img {
		margin: 30px auto;
	}
	.productpage .fieldsmaxwidth {
		width: 398px;
		float: none;
		margin: 0 auto;
	}
	.nav.navbar-nav.level0 {
		padding-top: 30px;
	}
}
@media screen and (max-width: 570px){
	.products-page .col-xs-6 {
		width: 100%;
	}
}

