/*=================================================*/
/* GENERAL STYLES
/*=================================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
	color: #262261;
}

body {
	background: #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
    line-height: 1.8;
	letter-spacing: 0px;
}

a{
outline: medium none !important;
}

a, a:link, a:visited {
    color:#262261;
    text-decoration: none;
}

a, btn, button {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

a:hover, a:focus {
    color: #97816C;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.3;
    font-weight: 700;
	color: #262261;
}

.dark {
	color: #363636;
}

.svetla p, h3{
	color:#fff;
}

p {
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 1.5;
	color: #262261;
}

img {
	max-width: 100%;
}

.full-width {
	width: 100%;
}

/*=================================================*/
/* HEADER
/*=================================================*/
header {
	width: 100%;
    height: 100%;
    background: no-repeat center center fixed;
	background-color: #e8e8e8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	position: relative;
}

#header-slider {
	width: 100%;
    height: 100%;
    background: no-repeat center center fixed;
	background-color: #e8e8e8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	position: relative;

}

#header-slider .item img{
    display: block;
   	width: 100%;
    height: auto;
	min-height: 470px;
}

.header-page {
	width: 100%;
    height: 450px;
    background: no-repeat center center fixed;
	background-color: #e8e8e8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	position: relative;
}

.header-caption {
	position: absolute;
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
	z-index: 8;
}

.header-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.header-text h2 {
	font-weight: 400;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 15px;
}
.header-text h1 {
	font-weight: 700;
	font-size: 56px;
	text-transform: uppercase;
	letter-spacing: 15px;
}
.header-text h4 {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 10px;
	text-transform: uppercase;
}

#header-slider .header-caption {
	background: transparent;
	text-align: center;
	z-index: 8;
	position: absolute;
	top: 20%;
}

#header-slider .header-text {
	vertical-align: middle;
	height: 100%;
}
#header-slider .header-text h2 {
	font-weight: 400;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 15px;
}
#header-slider .header-text h1 {
	font-weight: 700;
	font-size: 56px;
	text-transform: uppercase;
	letter-spacing: 15px;
}
#header-slider .header-text h4 {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 10px;
	text-transform: uppercase;
}

/* CANVAS HEADER */
.large-header {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 9;
}

@media (max-width: 768px) {
	.header-text h2 {
		font-size: 26px;
	}
	.header-text h1 {
		font-size: 36px;
		letter-spacing: 12px;
	}
	.header-text h4 {
		font-size: 16px;
	}
	#header-slider .header-text h2 {
		font-size: 26px;
	}
	#header-slider .header-text h1 {
		font-size: 36px;
		letter-spacing: 12px;
	}
	#header-slider .header-text h4 {
		font-size: 16px;
	}
}

.header-caption .breadcrumb {
	width: auto;
	margin: 0 auto;
	display: inline;
	text-transform: uppercase;
	background: #fff;
	opacity: .9;
}

/*=================================================*/
/* INTRO
/*=================================================*/

#intro {
	width:100%;
	position: absolute;
	z-index: 2020;
}

#intro p{
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
  	text-align: right;
  	padding-top: 10px;
  	padding-right: 80px;
  	color: #262261;
  	margin-right: -15px;
  	font-weight: 700;
  	margin-bottom:0;
}

#intro .fa{
	padding: 0 10px;
}

#intro p a:hover{
	cursor: pointer;
}

@media (max-width: 768px) {
	#intro{
		visibility: hidden;
	}
}

/*=================================================*/
/* NAVIGATION
/*=================================================*/
.navbar {
	background: none;
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
	border-bottom: none;
}

.navbar img{
	height: 70px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:link {
    color:#262261;
	padding-bottom: 10px;
	overflow-x: hidden;
    overflow-y: hidden;
    font-weight: 700;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ec008c;
}

.top-nav-collapse {
    padding: 0;
}

.top-nav-collapse img{
	height:35px !important;
	transition: 0.5s ease all;
}

.menu-no-transparent {
	background: #fff;
	border-bottom: 2px solid #ededed;
	padding: 0;
}

.menu-coll {
	background: #fff;
	border-bottom: 2px solid #ededed;
}

.navbar-nav {
	padding-top: 20px;
	font-size: 14px;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: #fff;
}

.navbar-default .navbar-nav > .active {
	color: #ec008c;
    background: none;
 }
.navbar-default .navbar-nav > .active > a {
	color: #ec008c !important;
	background: none;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #ec008c;
    background: none;
 }

.navbar-toggle {
	border-radius: 0;
}

.dropdown-menu {
	border-radius: 0;
	border: 1px solid #ededed;
	border-top: 2px solid #ededed;
	padding: 20px 0 15px 0;
	box-shadow: none;
	width: auto;
}

.navbar-nav > .dropdown:hover > .dropdown-toggle {
	color: #ec008c;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent !important;
  color: #ec008c;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	background: none;
	color:#363636;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.dropdown-menu > li > a:hover, .dropdown-submenu:hover > a {
	color: #ec008c;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -8px;
    border-radius: none;
	display: none !important;
	width: auto;
}

.dropdown:hover .dropdown-menu .dropdown-submenu .dropdown-menu {
	display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (max-width: 768px) {
	.navbar-nav {
		background: #fff;
	}

	.navbar-brand img {
		height: 35px;
	}

	.dropdown-menu {
		padding: 10px 0 10px 0;
	}

	.dropdown-submenu > .dropdown-menu {
    	margin-top: -6px;
    	margin-left: 25px;
    	border-radius: none;
		display: none !important;
	}
}

@media (min-width: 768px) {
	.dropdown .dropdown-menu {
    	display: none;
  		opacity:0;
		-webkit-transition: all 0.5s ease;
	   	   -moz-transition: all 0.5s ease;
	     	 -o-transition: all 0.5s ease;
	        	transition: all 0.5s ease;
	}
	.dropdown:hover .dropdown-menu {
    	display: block;
    	opacity: 1;
	}
}

@media (min-width: 768px) and (max-width: 996px) {
	.navbar-brand img {
		height: 35px;
	}

	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:link {
		font-size: 12px;
		padding: 0px 10px 10px 10px;
	}
}

/*=================================================*/
/* SCROLL TO TOP
/*=================================================*/
.scroll-top {
	position: fixed;
	display: none;
	bottom: 7px;
	right: 14px;
	z-index: 1001;
}

.scroll-top a {
	background: #fff;
	display: block;
	opacity: .7;
	height: 26px;
	width: 26px;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	color: #000;
}

.scroll-top a:hover,
.scroll-top a:active {
	opacity: 1;
	color: #ec008c;
}


/*=================================================*/
/* PRELOADER
/*=================================================*/
#preloader {
  	background-color: #FFF;
  	bottom: 0;
  	left: 0;
  	position: fixed;
  	right: 0;
  	top: 0;
  	z-index: 1999;
}

.preloader {
  	position: relative;
  	width: 65px;
  	margin: 12em auto;
}
.preloader span {
  	position: absolute;
  	display: block;
  	bottom: 0;
  	width: 9px;
  	height: 5px;
  	background: rgba(0, 0, 0, 0.1);
  	-webkit-animation: preloader 2s infinite ease-in-out;
          animation: preloader 2s infinite ease-in-out;
}
.preloader span:nth-child(2) {
  	left: 11px;
  	-webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.preloader span:nth-child(3) {
  	left: 22px;
  	-webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.preloader span:nth-child(4) {
  	left: 33px;
  	-webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.preloader span:nth-child(5) {
  	left: 44px;
  	-webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    background: #97816C;
  }
  50%,100% {
    height: 5px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    background: #97816C;
  }
  50%,100% {
    height: 5px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}

@keyframes elastic-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*=================================================*/
/* HOME
/*=================================================*/
#home{
  	width: 100%;
	z-index: 10;
}

#home .home_intro{
	background:#999;
	width: 100%;
	height:auto;
}

/*=================================================*/
/* SERVICES
/*=================================================*/
#services {
	width: 100%;
    background: #e8e8e8;
	z-index: 9;
	position: relative;
	padding: 130px 40px 10px 40px;
	text-align: center;
	font-weight: 400;
}

#services-single {
	width: 100%;
    background: #fff;
	z-index: 9;
	position: relative;
	padding: 80px 40px 80px 40px;
	text-align: center;
	font-weight: 400;
}

.services-box-light {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
}

.services-box-light .fa {
	font-size: 28px;
}

/*=================================================*/
/* PORTFOLIO
/*=================================================*/
.portfolio-section {
	padding: 40px;
	background: #fff;
}

#portfolio {
	padding: 20px 40px 40px 40px;
	width: 100%;
    background: #fff;
	z-index: 9;
	position: relative;
}

.portfolio-section-page {
	padding: 80px !important;
}

.portfolio {
	background: #fff;
	position: relative;
}

span.imghover-effect-dark {
	width: 100%;
	height: 100%;
	background: #ffffff;
	background-image: url("../images/overlay.svg");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1001;
	cursor: pointer;
	opacity: 0;
}

span.imghover-effect-dark:hover {
	opacity: 0.6;
	transition: all 0.5s ease-in-out;
}

span.imghover-effect-light {
	width: 100%;
	height: 100%;
	background: #ffffff;
	position: absolute;
	z-index: 19;
	cursor: pointer;
	opacity: 0;
}

span.imghover-effect-light:hover {
	opacity: 0.9;
	transition: all 0.5s ease-in-out;
}

.portfolio-caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	opacity: 0;
	overflow: hidden;
	padding: 20px;
	z-index: 29 !important;
	text-align: center;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	   	-ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.portfolio-title {
	font-size: 16px;
	color: #363636;
	margin: 6px 0 6px;
	opacity: 0;
	text-transform: uppercase;
	-webkit-transform: translateY(25px);
	   -moz-transform: translateY(25px);
	    -ms-transform: translateY(25px);
	     -o-transform: translateY(25px);
	        transform: translateY(25px);
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.portfolio-price {
  	font-weight: 400;
	font-size: 10px;
	color: #363636;
	opacity: 0;
	-webkit-transform: translateY(50px);
	   -moz-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	     -o-transform: translateY(50px);
	        transform: translateY(50px);
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.portfolio:hover .portfolio-caption {
	opacity: 1;
	top: 50%;
}

.portfolio:hover .portfolio-price, .portfolio:hover .portfolio-title {
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.portfolio:hover .portfolio-price,
.portfolio:hover .portfolio-title{
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}

.portfolio:hover span.imghover-effect-light,
.portfolio:hover span.imghover-effect-dark {
	opacity: 0.9 !important;
}

/* filters */
#filters {
    margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
    padding:0;
    list-style:none;
	text-align: center;
}


#filters li {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}

#filters li span {
    display: block;
    padding:0 20px;
    text-decoration:none;
    cursor: pointer;
	border: 1px solid #908b8b;
	margin-right: 10px;
	color: #908b8b;
	text-transform: uppercase;
}

#filters li span.active, #filters li span:hover {
    background: #ec008c;
	border: 1px solid #ec008c;
    color: #fff;
	transition: 0.5s ease all;
}

/* portfolio images */
#portfoliolist .col-4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width:24%;
    margin-right: 1%;
    margin-bottom: 1%;
    display:none;
    float:left;
    overflow:hidden;
	padding: 0;
}

#portfoliolist .col-4-ns {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width:25%;
    margin: 0;
    display:none;
    float:left;
    overflow:hidden;
	padding: 0;
}

#portfoliolist .col-3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width:31%;
    margin: 1%;
    display:none;
    float:left;
    overflow:hidden;
	padding: 0;
}

#portfoliolist .col-3-ns {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width:33%;
    margin: 0;
    display:none;
    float:left;
    overflow:hidden;
	padding: 0;
}

.portfolio img {
    max-width:100%;
    position: relative;
}

/* Media */
@media (max-width: 768px) {
	#portfoliolist .col-4, #portfoliolist .col-4-ns, #portfoliolist .col-3, #portfoliolist .col-3-ns {
    	width:50%;
    	margin: 0;
	}
}

@media (max-width: 480px) {
	#portfoliolist .col-4, #portfoliolist .col-4-ns, #portfoliolist .col-3, #portfoliolist .col-3-ns {
    	width:100%;
    	margin: 0;
	}
}

/*=================================================*/
/* PREDSTAVITEV
/*=================================================*/
#predstavitev {
	background-image: url("../images/bg-header.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-clip: cover;
	padding-top:120px;
}

/*=================================================*/
/* ABOUT
/*=================================================*/
#about {
	width: 100%;
    background: #fff;
	z-index: 9;
	position: relative;
	padding: 62px 0px 0px 0px;
	text-align: center;
	font-weight: 400;
}

#about .about_introO{
	width: 100%;
	height:auto;
	background: url("../images/chair_leben2.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#about .about_introO h4{
	font-family: 'PT Sans Narrow', sans-serif;
	margin-top: 40px;
	font-size: 3em;
	font-weight: 300;
	line-height: 1;
}

#about .fa {
	font-size: 48px;
	margin-bottom: 20px;
}

#about-progress {
	width: 100%;
	height:auto;
	padding: 0 40px;
	z-index: 9;
	position: relative;
}

#about-progress p{
	margin:30px 0;
}

#about-progress .pripis_slika p{
	margin:0;
	padding:10px 0px;
}

#about-progress h1 {
	font-family: 'PT Sans', sans-serif;
	margin: 40px 0 20px 0;
	font-size: 5em;
	font-weight: 700;
	line-height: 1;
}

#about-progress h1 span{
	color:#ec008c;
}

#about-progress h4 {
	font-family: 'PT Sans Narrow', sans-serif;
	margin-top: 40px;
	font-size: 3em;
	font-weight: 300;
	line-height: 1;
}

#about-progress h4 span{
	color:#ec008c;
}

#about-progress .pasica h4{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 2em;
	font-weight: 200;
	line-height: 1.4em;
}

.pasica h4 a{
	color:#262261;
}

.pasica h4 a:hover{
	text-decoration: none;
	cursor: pointer;
}

.svetla h4{
	color:#fff;
}

#about-progress h5 {
	font-family: 'PT Sans Narrow', sans-serif;
	margin-top: 40px;
	font-size: 2em;
	font-weight: 300;
	line-height: 1;
	padding: 0;
}

#about-progress img {
	margin: 0;
}

#about-progress .items{
	padding: 0;
}

@media (max-width: 768px) {
	#about {
		padding: 52px 0px 0px 0px;
	}

	#about-progress h1{
		font-size: 2.8em;
	}
	#about-progress h4{
		font-size: 2em;
	}
	#about-progress h5{
		font-size: 1.4em;
	}
}

/*=================================================*/
/* PASICA
/*=================================================*/
#pasica{
	background: #ec008c;
	margin: 40px 0;
}

#pasica2{
	background: #e3f5ff;
	margin: 40px 0;
}

#pasica3{
	background: #ef33a2;
	margin: 0;
	height:40px;
}

#pasica3 p{
	color:#fff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 40px;
}

@media (max-width: 768px) {
	.pasica-image{
		height:1px;
		visibility: collapse;
	}
	#about-progress .pasica h4{
		font-size: 1.2em;
	}
}

/*=================================================*/
/* DENTPLUS
/*=================================================*/
#dentplus {
	width: 100%;
    background: #fff;
	z-index: 9;
	position: relative;
	padding: 100px 0px 0px 0px;
}

#dentplus-progress {
	width: 100%;
	height:auto;
	background: #fff;
	padding: 0 40px;
	z-index: 9;
	position: relative;
}

#dentplus-progress p{
	margin: 0;
}

#dentplus-progress p span{
	font-size: 1em;
	color: #ec008c;
	margin-top:20px;
}

#dentplus-progress h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	margin-top: 20px;
	font-size: 3em;
	font-weight: 300;
	line-height: 1;
}

#dentplus-progress h3 span {
	color:#9c8088;
}

#dentplus-progress h4 {
	font-family: 'PT Sans Narrow', sans-serif;
	margin-top: 20px;
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1;
}

#dentplus-progress h5 {
	width: 100%;
	font-family: 'PT Sans Narrow', sans-serif;
	margin-top: 0;
	padding: 10px;
	font-size: 1em;
	font-weight: 300;
	line-height: 0.8;
	background: #3a0211;
	color: #fff;
}

#dentplus-progress img {
	margin: 0;
}

#dentplus-progress .items{
	padding: 0;
	margin-bottom: 40px;
}


/*=================================================*/
/* TEJBL
/*=================================================*/

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 17px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

@media screen and (max-width:559px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 12.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0;
            }
}

/*=================================================*/
/* CENIK
/*=================================================*/
#about-progress .cenik_naslov{
	width:auto;
}

#about-progress .cenik_naslov p{
	float:right;
	margin: 0;
	font-size: 16px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border: none;
}

.table>tbody>tr>td.desna, .table>tbody>tr>th.desna, .table>tfoot>tr>td.desna, .table>tfoot>tr>th.desna, .table>thead>tr>td.desna, .table>thead>tr>th.desna{
	min-width: 200px;
	text-align: right;
}

/*=================================================*/
/* GALERIJA
/*=================================================*/
#galerija{
}

/*=================================================*/
/* SHOP
/*=================================================*/
.cenik p{
	padding-top:10px;
}

.cenik p a {
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

.cenik a:hover {
	text-decoration: none;
}

.cenik a img:hover{
	opacity: 0.6;
}

/*=================================================*/
/* NEWSLETTER
/*=================================================*/
#newsletter {
	background-attachment: fixed;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    position: relative;
	text-align: center;
	color: #fff;
}

#newsletter .form-control {
	border: none;
	border: 1px solid #fff;
	background: none;
	border-radius: 0;
	width: 60%;
	height: auto;
	padding: 15px 89px 15px 15px;
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
	 -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#newsletter .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #e8e8e8;
}
#newsletter .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #e8e8e8;
   opacity:  1;
}
#newsletter .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #e8e8e8;
   opacity:  1;
}
#newsletter .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #e8e8e8;
}

#newsletter .form-control:active, #newsletter .form-control:focus, #newsletter .form-control:hover {
	outline:0px !important;
    -webkit-appearance:none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#newsletter .subscribe {
	position: relative;
}

#newsletter .subscribe .fa {
	position: absolute;
	top: 0;
	right: 20%;
	font-size: 24px;
	border-left: 1px solid #fff;
	padding: 14px 25px;
	cursor: pointer;
}

#newsletter .subscribe .fa:hover {
	color: #97816C;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

#newsletter .social-icons .fa {
	margin-top: 10px;
	box-sizing: border-box;
	width: 45px;
	padding: 12px 15px;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	font-size: 18px;
}

#newsletter .social-icons .fa:hover {
	color: #97816C;
	border: 1px solid #97816C;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

#newsletter .title h4:after {
	background: #fff;
}

#newsletter p {
	color: #fff;
}

@media (max-width: 768px) {
	#newsletter {
		padding: 40px 0;
	}

	#newsletter .form-control {
		width: 90%;
	}

	#newsletter .subscribe .fa {
		right: 5%;
	}
}

/*=================================================*/
/* NEW ARRIVALS
/*=================================================*/
#new-arrival {
	padding: 40px 40px 40px 20px;
}

#new-arrival h5 {
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
}

#new-arrivar .product-image img {
	height: 100%;
}

#new-arrival p.price {
	text-align: center;
	margin: 0;
	padding: 10px 0;
}

#new-arrivals-slider .item{
    margin: 3px;
	position: relative;
}

#new-arrivals-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

.item-caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	opacity: 0;
	overflow: hidden;
	padding: 20px;
	z-index: 8;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	   	-ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.item-title {
	font-size: 14px;
	color: #363636;
	margin: 6px 0 6px;
	opacity: 0;
	-webkit-transform: translateY(25px);
	   -moz-transform: translateY(25px);
	    -ms-transform: translateY(25px);
	     -o-transform: translateY(25px);
	        transform: translateY(25px);
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.item-price {
  	font-weight: 400;
	font-size: 10px;
	color: #363636;
	opacity: 0;
	-webkit-transform: translateY(50px);
	   -moz-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	     -o-transform: translateY(50px);
	        transform: translateY(50px);
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.item-button {
	background: #363636;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	margin-top: 10px;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(50px);
	   -moz-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	     -o-transform: translateY(50px);
	        transform: translateY(50px);
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.item:hover .item-caption {
	opacity: 1;
	top: 50%;
}

.item:hover .item-price, .item:hover .item-title, .item:hover .item-button {
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.item:hover .item-price,
.item:hover .item-title,
.item:hover .item-button {
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}



.product-short-info .info {
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 50%;
	font-size: 18px;
	font-weight: 800;
	color: #000;
	text-align: center;
	display: none;
}

.product-short-info .small-info {
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-weight: 800;
	color: #000;
	text-align: center;
	display: none;
}

.product-short-info .sale {
	background: #fff;
	color: #000;
	padding: 4px 6px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

div.item-hover {
	width: 90%;
	height: 92%;
	background: transparent;
	border: 2px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	margin: 5%;
	cursor: pointer;
	opacity: 0.9;
}

div.item-hover:hover {
	background: #fff;
	width: 96%;
	height: 97%;
	margin: 2%;
	transition: all 0.3s ease-in-out;
}

div.item-hover:hover > .info, div.item-hover:hover > .small-info {
	display: block;
	transition: all 0.3s ease-in-out;
}

div.item-hover:hover > .sale {
	background: #fff;
	color: #000;
	transition: all 0.3s ease-in-out;
}

p.info {
	padding: 0;
	margin: 0;
}

p.info:before {
	content: "";
	display: block;
	height: 1px;
	width: 40px;
	background: #97816C;
	margin: 0 auto;
	margin-bottom: -5px;
}

p.info:after {
	content: "";
	display: block;
	height: 1px;
	width: 80px;
	background: #97816C;
	margin: 0 auto;
	margin-top: -5px;
}

/*=================================================*/
/* OFFERS
/*=================================================*/
#offers {
	padding: 40px 40px 0 40px;
}

#offers img {
	width: 100%;
}

.offer-text {
	color: #fff;
	font-size: 24px;
	width: 70%;
 	height: 60px;
  	overflow: auto;
  	margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 12;
	border: 5px solid #fff;
	padding: 0 20px;
	text-align: center;
	font-weight: 800;
}

/*=================================================*/
/* USER QUOTES
/*=================================================*/
#quotes {
	padding: 60px 40px 0px 40px;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #000;
	font-size: 16px;
	letter-spacing: 0px;
}

#quotes .item {
	text-align: center;
}

#quotes p.small {
	color: #999;
	margin-top: 20px;
	font-size: 10px;
}

#quotes .quote-icon {
	text-align: center;
	font-size: 24px;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls {
    text-align: center;
}

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #d3d3d3;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
}

.owl-theme .owl-controls .owl-page span:hover {
    background: #db352b;
	transition: 0.7s ease all;
}

.owl-theme .owl-controls .active > span{
    background: #db352b;
}

/* Media */
@media (max-width: 768px) {
	.img-product {
		display: none;
	}

	.btn-product {
		margin-bottom: 10px;
	}

	#quotes {
		background: none;
	}
}

/*=================================================*/
/* LATEST POST
/*=================================================*/
#latest-post {
	padding: 40px;
}

/*=================================================*/
/* TEAM
/*=================================================*/
#team {
	padding: 40px;
	border-top: 1px solid #ededed;
	text-transform: uppercase;
}

.team-box {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
}

.team-box .team-image {
	position: relative;
}

.team-box h4 {
	font-size: 14px;
	margin-bottom: 0;
}

.team-box p {
	font-size: 10px;
}

span.imghover-effect-team {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	z-index: 19;
	cursor: pointer;
	opacity: 0;
	overflow: hidden;
}

.team-image:hover span.imghover-effect-team, .team-image:hover .social-icons-team  {
	opacity: 0.9 !important;
	transition: all 0.5s ease-in-out;
}

#team .social-icons-team {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 99;
}

#team .social-icons-team .fa {
	width: 18px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	z-index: 99;
}

#team .social-icons-team .fa:hover {
	color: #97816C;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

/*=================================================*/
/* FOOTER
/*=================================================*/
#footer {
	padding: 10px 0;
	background: #ec008c;
}

#footer p {
	font-size: 0.8em;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

#footer a {
	text-decoration: none;
}

/*=================================================*/
/* BUTTONS
/*=================================================*/
.btn {
    padding: 10px 20px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #363636;
    color: #ffffff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #97816C;
}

.btn-primary:active, .btn-primary.active {
    background: #97816C;
    box-shadow: none;
}

.btn-primary-light {
    background: #fff;
    color: #363636 !important;
	border: 1px solid #363636;
	padding: 20px 10px;
	font-size: 18px;
}

.btn-primary-light:hover, .btn-primary-light:focus, .btn-primary-light:active, .btn-primary-light.active, .open > .dropdown-toggle.btn-primary-light {
    background: #97816C;
	color: #fff !important;
}

.btn-primary-light:active, .btn-primary-light.active {
    background: #97816C;
    box-shadow: none;
}


.btn-primary-small {
    background: #363636;
    color: #ffffff !important;
	padding: 8px 6px 8px 6px;
	margin: 0;
}

.btn-primary-small:hover, .btn-primary-small:focus, .btn-primary-small:active, .btn-primary-small.active, .open > .dropdown-toggle.btn-primary-small {
    background: #97816C;
}

.btn-primary-small:active, .btn-primary-small.active {
    background: #97816C;
    box-shadow: none;
}

.btn-primary-micro {
    background: #363636;
    color: #ffffff !important;
	padding: 4px 20px;
	margin: 0;
}

.btn-primary-micro:hover, .btn-primary-micro:focus, .btn-primary-micro:active, .btn-primary-micro.active, .open > .dropdown-toggle.btn-primary-micro {
    background: #97816C;
}

.btn-primary-micro:active, .btn-primary-micro.active {
    background: #97816C;
    box-shadow: none;
}

.btn-fw {
	width: 100%;
}

.btn-big {
	padding: 18px 26px 18px 26px;
}

.disabled {
	background: #525151 !important;
}

.btn-inverse {
	background: #fff;
	color: #363636 !important;
	border: 1px solid #ededed;
}

.btn-lg {
	padding: 15px 25px;
}

.btn-md {
	padding: 10px 20px;
}

.btn-sm {
	padding: 8px 16px;
}

.btn-xs {
	padding: 4px 10px;
}

/*=================================================*/
/* PROGRESS BAR
/*=================================================*/
.progress {
	height: 6px;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.progress-bar {
	background: #363636;
	position: relative;
}

.progress-bar span {
	background: #363636;
	position: absolute;
	color: #fff;
	padding: 3px 3px;
	display: block;
	top: -24px;
	right: 0;
	opacity: 0;
	font-size: 12px;
}

.progress-bar span:after {
	content: "%";
	color: #fff;
}

/*=================================================*/
/* MAP
/*=================================================*/
.map-base {
	background: #1a2b32;
	padding: 25px;
	border-radius: 2px;
}

.map-base p {
	padding: 0;
	margin: 0;
	color: #fff;
}
#map {
	height: 100%;
}
.google-maps {
    position: relative;
    padding-bottom: 26.25%;
    padding-top: 30px;
    height: 300px;
    overflow: hidden;
}

.google-maps iframe,
.google-maps object,
.google-maps embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*=================================================*/
/* STATS / COUNTER
/*=================================================*/
#stats {
	background: #4d5457;
    padding: 120px 40px 0px 40px;
    position: relative;
	text-align: center;
}

#stats .fa {
	font-size: 18px;
	color: #db352b;
}

#stats h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 300;
}

#stats span {
	font-size: 12px;
	color: #fff;
	font-weight: 300;
}

/*=================================================*/
/* TITLE
/*=================================================*/
.title {
	margin-bottom: 40px;
	position: relative;
}

.title h4:after {
	content: "";
	display: block;
	height: 1px;
	width: 80px;
	background: #97816C;
	margin: 0 auto;
	margin-top: 10px;
}

.title-light {
	margin-bottom: 40px;
	position: relative;
}

.title-light h4 {
	color: #fff;
}

.title-light h4:after {
	content: "";
	display: block;
	height: 1px;
	width: 80px;
	background: #fff;
	margin: 0 auto;
	margin-top: 10px;
}


/*=================================================*/
/* ACCORDING
/*=================================================*/
.panel {
	border-radius: 0 !important;
	background: #fff;
	border: 1px solid #ededed;
	color: #908b8b;
	box-shadow: none;
}

.panel .panel-title {
	text-transform: uppercase;
	font-size: 12px;
}

.panel-default > .panel-heading {
	background: #fff;
  	border-color: #ededed;
  	color: #363636;
}

/*=================================================*/
/* BACKGROUNDS
/*=================================================*/
.default {
	width: 100%;
    background: #fff;
	z-index: 9;
	position: relative;
	padding: 40px;
	font-weight: 400;
}

.default-120 {
	width: 100%;
    background: #fff;
	z-index: 9;
	position: relative;
	padding: 120px;
	font-weight: 400;
}

.default-map {
	width: 100%;
    background: #fff;
	z-index: 9;
	position: relative;
	height: 300px;
	font-weight: 400;
}

.silver-bg {
	width: 100%;
    background: #e8e8e8;
	z-index: 9;
	position: relative;
	padding: 40px;
	font-weight: 400;
}


/*=================================================*/
/* OVERLAYS
/*=================================================*/
.bg-overlay-dark-10:before,
.bg-overlay-dark-20:before,
.bg-overlay-dark-30:before,
.bg-overlay-dark-40:before,
.bg-overlay-dark-50:before,
.bg-overlay-dark-60:before,
.bg-overlay-dark-70:before,
.bg-overlay-dark-80:before,
.bg-overlay-dark-90:before,
.bg-overlay-light-10:before,
.bg-overlay-light-20:before,
.bg-overlay-light-30:before,
.bg-overlay-light-40:before,
.bg-overlay-light-50:before,
.bg-overlay-light-60:before,
.bg-overlay-light-70:before,
.bg-overlay-light-80:before,
.bg-overlay-light-90:before {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
}
[class*="bg-overlay-dark"] {
	color: #fff;
}
[class*="bg-overlay-dark"] .section-title {
	color: #fff;
}
[class*="bg-overlay-dark"]:before {
	background-color: #060915;
}
[class*="bg-overlay-light"]:before {
	background-color: #fff;
}

.bg-overlay-dark-10:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.1;
}
.bg-overlay-dark-20:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.2;
}
.bg-overlay-dark-30:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.3;
}

.bg-overlay-dark-40:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.4;
}

.bg-overlay-dark-50:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.5;
}
.bg-overlay-dark-60:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.6;
}

.bg-overlay-dark-70:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.7;
}

.bg-overlay-dark-80:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.8;
}
.bg-overlay-dark-90:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.9;
}

.bg-overlay-light-10:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.1;
}

.bg-overlay-light-20:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.2;
}

.bg-overlay-light-30:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.3;
}

.bg-overlay-light-40:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.4;
}

.bg-overlay-light-50:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.5;
}

.bg-overlay-light-60:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.6;
}

.bg-overlay-light-70:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.7;
}

.bg-overlay-light-80:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.8;
}

.bg-overlay-light-90:before {
	content: '';
	left: 0;
	top: 0;
	opacity: 0.9;
}


/*=================================================*/
/* CONTACT
/*=================================================*/
#kontakt{
	padding: 0;
}

#kontakt p{
	margin-top:40px;
	margin-bottom: 0;
}

.contact{
	background: #3a0211;
	color: #fff;
	margin-top:60px;
}

.contact p{
	font-size:0.8em;
	color: #fff;
}

.contact p span{
	color: #ec008c;
	font-size: 0.9em;
}

.contact h4{
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	margin-top: 20px;
	font-size: 3.4em;
	font-weight: 200;
}

.contact h5{
	font-family: 'PT Sans', sans-serif;
	margin: 80px 0 0 0;
	font-size: 1.2em;
	font-weight: 200;
	padding-bottom:5px;
}

.contact .form-control {
	border-radius: 0;
	outline: none;
  	-webkit-box-shadow: none !important;
  	-moz-box-shadow: none !important;
  	box-shadow: none !important;
}

.contact textarea {
	width: 100%;
	border-radius: 0;
	outline: none;
  	-webkit-box-shadow: none !important;
  	-moz-box-shadow: none !important;
  	box-shadow: none !important;
	border: 1px solid #cccccc;
	padding: 10px;
}

.contact img{
	margin-top:40px;
}

#kontakt .items{
	padding: 0;
	margin-bottom: 0px;
}

#kontakt .items p {
	padding: 20px 10px 0 10px;
}

@media (max-width: 768px) {
	#kontakt p{
	margin-bottom: 30px;
	}
}

/*=================================================*/
/* KDO SMO
/*=================================================*/

#ekipa{
	margin-top:40px;
}

/*=================================================*/
/* PARTNERS
/*=================================================*/
#partners {
	padding: 40px;
}

.partner-logo {
    height: 80px;
}

.partner-logo img {
    height: 100%;
    width: 100%;
}

@media (max-width: 968px) {
	.partner-logo img {
    	height: auto;
    	width: auto;
	}
}
/*=================================================*/
/* TABS
/*=================================================*/
.tab-pane {
	border: 1px solid #ededed;
	padding: 10px;
	color: #908b8b;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-radius: 0;
	background: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
	background: transparent;
	border-radius: 0;
}


/*=================================================*/
/* COLORS
/*=================================================*/
.color-primary {
	color: #97816C;
}

.color-primary-dark {
	color: #363636;
}

/*=================================================*/
/* MARGINS AND PADDINGS
/*=================================================*/
.mb0{margin-bottom:0 !important}
.mb10{margin-bottom:10px !important}
.mb20{margin-bottom:20px !important}
.mb30{margin-bottom:30px !important}
.mb40{margin-bottom:40px !important}
.mb50{margin-bottom:50px !important}
.mb60{margin-bottom:60px !important}
.mb70{margin-bottom:70px !important}
.mb80{margin-bottom:80px !important}
.mb90{margin-bottom:90px !important}
.mb180{margin-bottom:180px !important}

.mt0{margin-top:0 !important}
.mt10{margin-top:10px !important}
.mt20{margin-top:20px !important}
.mt30{margin-top:30px !important}
.mt40{margin-top:40px !important}
.mt50{margin-top:50px !important}
.mt60{margin-top:60px !important}
.mt70{margin-top:70px !important}
.mt80{margin-top:80px !important}
.mt90{margin-top:90px !important}
.mt100{margin-top:100px !important}
.mt110{margin-top:110px !important}
.mt120{margin-top:120px !important}
.mt130{margin-top:130px !important}
.mt140{margin-top:140px !important}
.mt150{margin-top:150px !important}

.pt0{padding-top:0 !important}
.pt10{padding-top:10px !important}
.pt20{padding-top:20px !important}
.pt30{padding-top:30px !important}
.pt40{padding-top:40px !important}
.pt50{padding-top:50px !important}
.pt60{padding-top:60px !important}
.pt70{padding-top:70px !important}
.pt80{padding-top:80px !important}
.pt90{padding-top:90px !important}
.pb0{padding-bottom:0 !important}
.pb10{padding-bottom:10px !important}
.pb20{padding-bottom:20px !important}
.pb30{padding-bottom:30px !important}
.pb40{padding-bottom:40px !important}
.pb50{padding-bottom:50px !important}
.pb60{padding-bottom:60px !important}
.pb70{padding-bottom:70px !important}
.pb80{padding-bottom:80px !important}
.pb90{padding-bottom:90px !important}

/* Magnific popup */
/* Styles for dialog window */
.small-dialog {
	background: white;
	padding: 0;
	text-align: left;
	max-width: 540px;
	margin: 40px auto;
	position: relative;
}

.small-dialog h5 {
	margin: 10px 0;
	color: #363636 !important;
	text-transform: uppercase;
	font-size: 14px;
}

.small-dialog div.content {
	padding: 20px 20px 10px 10px;
}
/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* fade-move animation for second dialog */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
