
/*********************************************************
**********************************************************
Osnovne zamjene bootstrap datoteke
**********************************************************
*********************************************************/

/*
Colors Brand - od najsvjetlije

8EC9EB
106AA8
0E3C64

142, 201, 235
16, 106, 168
14,	60, 100


*/

html{
	font-family: 'Marcellus', serif !important;
}

body{
	font-family: 'Marcellus', serif !important;
	color: #106AA8 !important
	margin-top: 30px;	
}

@media (min-width: 768px) {
	.navbar-nav {
		margin-left: -30px;		
	}
}

h1{
	font-family: 'Marcellus', serif !important;
	font-style: italic;
	color: #106AA8;
}
h2{
	font-family: 'Marcellus', serif !important;
	font-size: 32px;
	color: #106AA8;
}
h3{
	font-family: 'Marcellus', serif !important;
	color: #106AA8;
}
h4, h5{
	font-family: 'Marcellus', serif !important;	
	color: #0E3C64;
}

h3{
	font-size: 24px;
}

p {
	font-family: 'Marcellus', serif !important;
	color: #106AA8 !important	
}


a {
	color: #0E3C64;	
}
a:hover{
	color: #8EC9EB;	
}


.strong {
	font-weight: bold;
}

.navbar-default .badge {
    background-color: #8EC9EB;
    color: #0E3C64;
}

.btn-primary {
	background-color: #1965a1; /* nije sa loga */
	background-image: none;
	border-radius: 0px;
	color: #FFF;
	border: 1px solid #1965a1;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0E3C64;
    border-color: #0E3C64;
}



.form-control {
    border: 1px solid #106AA8;
    border-radius: 0px;
}







.border_top_blue_light {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8EC9EB;
	border-right-color: #8EC9EB;
	border-bottom-color: #8EC9EB;
	border-left-color: #8EC9EB;
}
.font_blue_midle {
	color: #106AA8;
}



.font_index_h2 {
	font-size: 20px;
}
.font_index {
	font-size: 12px;
	line-height: 16px;
}

.razmak_1 {
	padding-top: 26px;
}

@media (min-width: 600px) {
	.font_index_h2 {
		font-size: 24px;
	}
	.font_index {
		font-size: 14px;
		line-height: 20px;
	}
	.razmak_1 {
		padding-top: 70px;	
	}
}

@media (min-width: 768px) {
	.font_index_h2 {
		font-size: 28px;
	}
	.font_index {
		font-size: 15px;
		line-height: 19px;
	}
	.razmak_1 {
		padding-top: 100px;	
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (min-width: 992px) {
	.font_index_h2 {
		font-size: 32px;
	}
	.font_index {
		font-size: 16px;
		line-height: 26px;
	}
	.razmak_1 {
		padding-top: 150px;	
		padding-right: 60px;
		padding-left: 60px;
	}
}



.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.navbar-default {
	background-image: none;
	background-color: #FFF;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.0);
	font-size: 16px;
}


@media (min-width: 768px){
	.navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
    }
}

.navbar-default .navbar-nav > li > a {
	color: #106AA8;
	padding-top: 2px;
	padding-bottom: 2px;
}
.dropdown-menu > li > a {
	color: #106AA8;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #8EC9EB;
	background-color: #FFF;	
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #8EC9EB;
	background-color: #FFF;
}
.dropdown-menu > li > a:hover, .dropdown-menu {
	color: #8EC9EB;
	background-color: #FFF;
}

.navbar-default .navbar-brand {
    color: #106AA8;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #8EC9EB;
    background-color: none;
}


.navbar-default .navbar-toggle {
	border-top-color: #106AA8;
	border-right-color: #106AA8;
	border-bottom-color: #106AA8;
	border-left-color: #106AA8;
}
.navbar-toggle {
	background-color: #106AA8;
}
.navbar-toggle:hover {
	background-color: #8EC9EB;
}



.relative {
	position: relative;	
}

.cart_on_navbar {
	position: absolute;
	top: 0px;
	right: 0px;	
}

.menu_brdr  {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8EC9EB;
}






.thumbnail {
	border-top-color: #3d9bc1;
	border-right-color: #3d9bc1;
	border-bottom-color: #3d9bc1;
	border-left-color: #3d9bc1;
	text-align: center;
}
.thumbnail:hover {
	border-top-color: #00609F;
	border-right-color: #00609F;
	border-bottom-color: #00609F;
	border-left-color: #00609F;
	outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
	color: #8EC9EB;	
}

.thumbnail img:hover {
	
}
.thumbnail h5 {
	color: #0E3C64;
	border-bottom-style: solid;
	border-bottom-color: #8EC9EB;
	border-bottom-width: 1px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	margin-right: 10%;
	margin-left: 10%;
}
@media (min-width: 1480px) {
	.thumbnail h5 {
		margin-right: 14%;
		margin-left: 14%;
	}
}

.a_price {
	display: inline-block;
	height: 24px;
	color: #0E3C64;	
}
.a_price:hover{
	color: #8EC9EB;	
}

.img_price {
	display: inline-block;
	height: 24px;
	vertical-align: top;
}
.span_price {
	display: inline-block;
	padding-top: 7px;
	height: 24px;
	vertical-align: bottom;
	padding-left: 8px;
}


.btn-padding-xs{
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 12px;
}

.panel {
	background-color: #Fff;
	color: #00609F;	
}
.panel-default {
	border-color: #2780BB;
}
.panel-default > .panel-heading {
	background-color: #87D1EF;
	border-color: #2780BB;
	color: #2780BB;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #E6D4B9;

}
.panel-default > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #E6D4B9;
}

thead {
	background-color: #0060a0;
	color: #E6D4B9;		
}
tfoot {
	background-color: #0060a0;
	color: #E6D4B9;	
}
.cart_footer {
	font-size: 18px;		
}


.list-group-item {
	border-right-style: none;
	border-left-style: none;
	color: #106AA8 !important;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8EC9EB;
	border-bottom-color: #FFF;
	margin-right: 16%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.list-group :first-child {
	padding: 5px 0px;
	border-right-style: none;
	border-left-style: none;
	color: #106AA8 !important;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.list-group-item:hover {
	color: #8EC9EB !important;
	background-color: #FFF !important;
}

.list-group-item.active {
	background-color: #FFF;
	padding: 12px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #0E3C64 !important;
	text-transform: uppercase;
}



.sort {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #8EC9EB;
	border-right-color: #DEDEDE;
	border-bottom-color: #8EC9EB;
	border-left-color: #DEDEDE;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

.sort a {
	color: #106AA8;
}
.sort a:hover {
	color: #8EC9EB;
}

.text_extra_muted {
	color: #DEDEDE;	
}

.pm_price img {
	color: #DEDEDE;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}




.slike_cont {
	border-right-width: 10px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}


/* za rotiranje na font-awesome za 45 stupnjeva */
.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}



.footer {
	margin-top: 60px;
	padding-top: 30px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #106AA8;
	margin-bottom: 30px;
}

.footer img{
	margin-bottom: 6px;
}







/*********************************************************
**********************************************************
Stilovi za cijeli site
**********************************************************
*********************************************************/

.gray-dark {
	color: #00609F;	
}
.gray {
	color: #2780BB;	
}
.gray-light {
	color: #87D1EF;	
}
.gray-lighter {
	color: #DDBB2C;	
}
.primarna {
	color: #106AA8;	
}


.img-responsive-2{
	width:100%;
}









/*********************************************************
**********************************************************
Header i index page
**********************************************************
*********************************************************/

.content_header {
	background-image: url(../../img/design_public/logo3-sm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 80px;
	margin-bottom: 10px;
	padding-top: 10px;
	
	display: block;
	width: 80px;
	height: 80px;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
}

@media (min-width: 600px) {
	.content_header {
		background-image: url(../../img/design_public/logo3-typ3.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		height: 80px;
		margin-bottom: 10px;
		padding-top: 10px;
		
		display: block;
		width: 200px;
		height: 80px;
		text-decoration: none;
		cursor: pointer;
		overflow: hidden;
		text-indent: 100%;
		white-space:nowrap;
	}
}

@media (min-width: 768px) {
	.content_header {
		background-image: url(../../img/design_public/logo3-typ2.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		height: 80px;
		margin-bottom: 10px;
		padding-top: 10px;
		
		display: block;
		width: 240px;
		height: 80px;
		text-decoration: none;
		cursor: pointer;
		overflow: hidden;
		text-indent: 100%;
		white-space:nowrap;
	}
}

@media (min-width: 992px) {
	.content_header {
		background-image: url(../../img/design_public/logo3-typ1.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		height: 80px;
		margin-bottom: 10px;
		padding-top: 10px;
		
		display: block;
		width: 290px;
		height: 80px;
		text-decoration: none;
		cursor: pointer;
		overflow: hidden;
		text-indent: 100%;
		white-space:nowrap;
	
	}
}



.content_header_r {
	padding-top: 10px;
}

.pictogram_lg {
	font-size: 20px;
	margin: 1px;
}

.img_item {
	border: 1px solid #ccc;
	margin-bottom: 30px;
}
.img_itema {
	border: 1px solid #106AA8;
	margin-bottom: 30px;
}


#size1, #size2{
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}


.filter_left {
	margin-top: 20px;
	margin-bottom: 16px;	
}
.filter_left h4 {
	color: #888;
	margin-bottom: 4px;
}









.carousel {
	position: relative;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6D4B9;
	border-right-color: #B58a57;
	border-bottom-color: #E6D4B9;
	border-left-color: #B58a57;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #996633;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(92, 41, 10, 0.5) 0%), color-stop(rgba(92, 41, 10, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(92, 41, 10, 0.5) 0%, rgba(92, 41, 10, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(92, 41, 10, 0.0001) 0%), color-stop(rgba(92, 41, 10, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(92, 41, 10, 0.0001) 0%, rgba(92, 41, 10, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #996633;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 20%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 20%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #996633;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #996633;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #996633;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}







#particles-js{
	height:400px;
	margin-bottom: 20px;
	margin-top: -20px;
	position: relative;
}
.prsteni1{
	position: absolute;
	margin-top: 30px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 500px; /* Need a specific value to work */
}