/**

*/

body {
	font-size: 15px;
}

* {
	font-family: 'Source Sans Pro', sans-serif;
	color: #231f20;
}

.btn {
	transition: all 0.3s ease 0s;
}

h1, h2, h3, h4, h5, h6, li a, footer * {
	font-family: 'Ek Mukta', sans-serif;
	color: #231f20;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	text-align: center;
}

a {
	color: #231f20;
}

a:focus, a:hover {
	color: #41AD49;
	text-decoration: none
}

h4 {
	font-size: 20px;
}

@media (min-width:1200px){
	.container {
		width:970px;
	}
}

.subtitle {
	font-weight: 200;
	margin-top: 80px;
	margin-bottom: 60px;
}

.mobile-footer-menu,
.mobile-title {
	display: none;
}

/*@media (max-width:768px){
	.container {
		padding-right: 30px;
		padding-left: 30px;
	}
}*/

ul.file-list {
	list-style: none;
	padding-left: 0px;
}

ul.file-list li a {
	background: url(../images/doc.png) no-repeat left center transparent;
	padding-left: 35px;
	line-height: 30px;
}

ul.file-list li a:hover {
	background: url(../images/doc-active.png) no-repeat left center transparent;
}

.navbar {
	padding: 0;
	margin-top: 32px;
	margin-bottom: 20px;
	min-height: 110px;
	background: none;
	border: none;
}

.navbar-brand {
	padding: 0;
	height: 110px;
	float: none;
}

.navbar-brand
{
}

.navbar-brand img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navbar > .container .navbar-brand {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	margin: 0 auto;
}

.navbar-default .navbar-toggle {
	border: 0;
	border-radius: 0;
	padding: 9px 10px 7px;
	margin-right: -5px;
	margin-top: -2px;
}

.navbar-header {
	width: 131px;
}

.navbar-nav {
	margin-top: 65px;
}

.navbar-default .navbar-nav > li > a {
	color: #878787;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #231f20;
	transition: all 0.3s ease 0s;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #41ad49;
	background: none;
}

.subnavbar {
	padding-top: 20px;
	text-align: center;
}

.subnavbar .navbar-nav {
	margin-top: 0;
	text-align: center;
	width: 100%;
	float: none;
}

.subnavbar .navbar-nav li {
	display:inline-block;
	float: none;
}

/*#navbar {
	position: relative;
	margin-left: 130px;
}*/

.nav > li > a {
	display: inline;
}

.dropdown-menu {
	margin-bottom: 20px;
	top: 30px;
	position: relative;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.dropdown-menu > li a {
	padding: 2px 0;
	text-transform: uppercase;
}

.dropdown-menu > li a:hover {
	background: none;
	color: #1b75bc;
}

#search-link input {
	margin-top: -10px;
	width: 150px;
	height: 30px;
	background: #efeeee;
	color: #444;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
}

#search-link input:focus {
	outline-width: 0;
}

#navbar-mobile {
	width: 250px;
	background: none;
	border: none;
}

#navbar-mobile > ul {
	padding: 30px;
	margin-top: 0;
}

#navbar-mobile > ul > li {
	text-align: center;
	padding-bottom: 5px;
}

#navbar-mobile .dropdown-menu {
	/*float: none;
	top: 0;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 15px;*/
}

#navbar-mobile #search-link {
	margin-top: 20px;
}

#navbar-mobile #search-link input {
	padding-right: 30px;
	width: 190px;
}

#navbar-mobile #search-link span {
	position: absolute;
	right: 0px;
	padding: 8px 27px;
}

#navbar-mobile .navbar-nav > li > a {
	font-size: 17px;
}

.image-wraper {
	position: relative;
	height: 300px;
	width: 300px;
	overflow: hidden;
}

.image-frame {
	background: url("/static/images/image-bg.png") no-repeat;
	width: 46px;
	height: 45px;
	position:absolute;
	bottom: 0;
	right: 0;
}

.content-spacer {
	height: 80px;
}

.content-title {
	height: 350px;
	width: 100%;
	background-color: #808285;
	margin-bottom: 100px;

}

.content-title.no-bg {
	background: none;
	height: auto;
}

.content-title.no-bg .row div {
	display: table;
}

.content-title.no-bg h1 {
	color: #000;
	height: auto;
	font-size: 36px;
	font-weight: 200;
}

.content-title h1 {
	display: table-cell;
	font-size: 52px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	height: 350px;
}

.cms-content h3,
.cms-content h4 {
	color: #3fac49;
	text-align: left;
}

.single-content .cms-content .col-left {
	padding-right: 50px;
}
.single-content .cms-content .col-right {
	padding-left: 50px;
}


.panel-group .panel {
	background: none;
	box-shadow: none;
	border: none;
	border-top: 1px solid #dcddde;
}

.panel-group .panel + .panel {
	margin-top: 0;
}

.panel-group .panel-heading {
	height: 78px;
	padding: 0;
}

.panel-group .panel-title {
	height: 20px;
	line-height: 78px;
}

.panel-default a {
	outline: none;
	display: block;
}

.panel-default > a,
.panel-default > a .panel-title {
	color: #d2232a;
}

.panel-default > a.collapsed,
.panel-default > a.collapsed .panel-title {
	color: #808285;
}

.panel-default a:focus,
.panel-default a:hover,
.panel-default a:hover .panel-title {
	color: #d2232a;
	text-decoration: none;
}

.panel-default a:hover {
	background-color: #e6e7e8;
}

.panel-collapse .container {
	padding-left: 0;
	padding-right: 0;
}

.panel-collapse .container .image-wraper {
	width: 400px;
}

.content-accordion h2 {
	margin-top: 0;
	color: #1b75bc;
	margin-bottom: 80px;
}

#search-link {
	position: relative;
}

#search-link .search-button-show,
#search-link .search-button-hide {
	position: absolute;
	left: 0px;
	top: -5px;
}

#search-link .search-button-hide {
	display: none;
}

.header-search {
	margin-top: 50px;
	max-width: 380px;
	position: relative;
	display: none;
}

.header-search .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

.header-search-button {
	position: absolute;
	right: -30px;
	top: 10px;
}

.header-search-button:focus,
.header-search-button:hover {
	text-decoration: none;
}

.bootstrap-select > .btn,
.header-search .form-control {
	background-color: #eaebeb;
	border: none;
}

.bootstrap-select.btn-group .dropdown-menu {
	background-color: #fff;
	border: 1px solid #cecece;

}

@media (min-width:768px) {
	.bootstrap-select > .dropdown-menu {
		display: block;
		opacity: 0;
		transition:opacity 0.5s linear;

	}

	.bootstrap-select.open  > .dropdown-menu {
		opacity: 1;
	}
}

.bootstrap-select.btn-group .dropdown-menu > li a {
	text-transform: none;
	padding: 5px 20px;
}

.bootstrap-select.btn-group .dropdown-menu > li a:hover,
.bootstrap-select.btn-group .dropdown-menu > li a:focus,
.bootstrap-select.btn-group .dropdown-menu > li a:hover span,
.bootstrap-select.btn-group .dropdown-menu > li a:focus span {
	background-color: #3eac48;
	color: #fff;
}

.bootstrap-select.btn-group .btn .caret {
	border: none;
	width: 11px;
	height: 6px;
	background-image: url("/static/images/select-icon.png");
}

.bootstrap-select .dropdown-menu {
	top: 5px;
}

/**
* KONTAKT
*/

.display-contact h5 {
	color: #3fac49;
	text-align: left;
}

.display-contact h1,
.display-contact h2 {
	font-weight: 200;
}

.kontakt-name {
	color: #d2232a;
}

#map-canvas {
	height: 350px;
	margin: 0 0 30px 0;
}

.intro-prodajna-mesta.kontakt-footer {
	background-image: none;
	height: 230px;
	display: table;
	width: 100%;

}

.intro-prodajna-mesta.kontakt-footer h3,
.intro-prodajna-mesta.kontakt-footer h3 strong {
	color: #fff;
}

.intro-prodajna-mesta.kontakt-footer h3 {
	display: table-cell;
	vertical-align: middle;
	font-weight: 200;
	font-size: 30px;
	height: 230px;
}

/**
* RECEPT
*/

.recept-rastline {
	background-color: #ecf7ed;
	min-height: 400px;
}

.recept-rastline .container {
	position: relative;
	text-align: center;
}

.recept-rastline-item {
	display: inline-block;
	width: 200px;
	margin: 20px 20px;
}

.recept-rastline-item:hover {
	text-decoration: none;
}

.recept-rastline h2 {
	font-weight: 300;
	margin: 70px 0 50px 0;
}

.recept-rastline-image {
	width: 200px;
	height: 120px;
	overflow: hidden;
}

.recept-rastline-title {
	font-weight: bolder;
}

/**
* FOOTER
*/
.footer-wraper {
	padding-top: 45px;
	padding-bottom: 10px;
	background: #fff url("/static/images/footer-bg.png") bottom center no-repeat;
	color: #929497;
}

.footer-wraper,
.footer-wraper * {
	color: #929497;
	font-family: 'Ek Mukta', sans-serif;
}

.footer-wraper h4 {
	margin-top: 0;
	margin-bottom: 30px;

}

.footer-wraper .footer-copyright {
	font-size: 11px;
	margin-top: 45px;
}

.footer-wraper .footer-menu ul {
	list-style: none;
	padding-left: 0;
}

.footer-wraper .footer-menu a {

}

.footer-wraper h5 {
	font-size: 17px;
	color: #231f20;
	text-transform: uppercase;
	height: 60px;
	padding-top: 13px;
}

/****
* INTRO
*/

.intro-volmary {
	cursor: pointer;
	height: 250px;
	background: #ecf7ed url("/static/images/volmary-intro.png") top center no-repeat;
	background-position: 50% 140px;
}

.intro-volmary:hover {
	background-color: #e3f7e6;
}

.intro-volmary h1 {
	font-size: 33px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 200;
	margin: 0;
	padding: 0;
	margin-top: 70px;
}



.intro-news {
	margin-top: 50px;
	margin-bottom: 100px;
}

.intro-news-item {
	height: 375px;
	padding-left: 31px;
	padding-right: 31px;
}

.intro-news-item:hover {
}

.intro-news-item:hover h2 {

}

.intro-news h2 {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 26px;
	line-height: 25px;
	overflow: hidden;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: transparent url("/static/images/leaf.png") top center no-repeat;
	padding-top: 10px;
}

.intro-news .news-content {
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	display: block;
	padding-left: 7px;
	padding-right: 7px;
}

.intro-news .news-image-wraper {
	position: relative;
	max-height: 163px;
	/*width: 262px;*/
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.intro-news a:hover {
	text-decoration: none;
}

.news-image-wraper img {
	min-width: 100%;
	min-height: 163px;
}

.news-image-frame  {
	width: 100%;
	height: 163px;
	border-radius: 3px;
	box-shadow: 0px 0px 0px 6px white;
	/*background: transparent url("/static/images/news-image-frame.png") top left no-repeat;*/
	transition: all 0.3s ease 0s;
}

.news-image-frame p {
	position: absolute;
	height: 163px;
	margin: 0;
	padding: 0 20px;
	display: none;
}

.news-image-frame p span {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Ek Mukta', sans-serif;
	text-align: center;
	margin: 0 20px;
}

.news-image-wraper {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 100%;
	transition: all .5s ease;
}

.intro-news-item:hover .news-image-wraper {
	background-size: 120% auto;
}

.intro-news-item:hover .news-image-frame {
	background-color: rgba(0,0,0,0.6);
}

.intro-news-item:hover .news-image-frame p {
	display: table;
	opacity: 1;
}




.intro-prodajna-mesta {
	background: #3eac48 url("/static/images/intro-prodajna.jpg") bottom center no-repeat;
	height: 301px;
	text-align: center;
}

.intro-prodajna-mesta h1,
.intro-prodajna-mesta h2,
.intro-prodajna-mesta a {
	font-family: 'Ek Mukta', sans-serif;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.intro-prodajna-mesta h1 {
	margin: 0;
	margin-top: 80px;
	font-size: 38px;
	font-weight: 600;
}

.intro-prodajna-mesta h2 {
	margin: 0;
	margin-top: 25px;
	font-size: 20px;
	font-weight: 500;
}

.intro-prodajna-mesta a {
	margin-top: 25px;
	color: #000;
	font-size: 16px;
	font-weight: bolder;
	border: none;
	padding: 10px 20px;
}

.intro-prodajna-mesta a:hover {
	color: white;
	background-color: #000;
}


.display-all.intro-news {
	margin-top: 0;
	margin-bottom: 80px;
}

/**********
* Rastline
*/

.rastlina {
	margin-top: 80px;
}

.valner_rastline_list,
.valner_rastline_gl {
	margin-bottom: 100px;
}

.valner_rastline_list h1,
.valner_rastline_gl h1 {
	font-weight: 200;
	margin-top: 80px;
	margin-bottom: 80px;

}

.valner_rastline_gl h2 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
	background: url("/static/images/leaf.png") no-repeat scroll center top transparent;
	padding-top: 10px;
}

.valner_rastline_gl .rastlina-item {
	display: block;
	position: relative;
	padding: 0;
	padding-top: 1px;
	margin: 0;
}

.valner_rastline_gl .rastlina-item:hover {
	text-decoration: none;
}

.rastlina .rastlina-image-frame,
.valner_rastline_list .rastlina-image-frame,
.valner_rastline_list .rastlina-item:hover .rastlina-frame1,
.valner_rastline_gl .rastlina-item:hover .rastlina-frame {
	height: 259px;
	width: 100%;
	background-color: rgba(62,172,72,0.2);
	transition: background-color 0.3s ease 0s;
	z-index: 1;
}

.valner_rastline_gl .rastlina-item:hover .rastlina-frame {
	position: absolute;
	top: 0;
	left: 0;
}

.valner_rastline_gl .col-sm-3 {
	padding-bottom: 65px;
}

.rastlina .rastlina-image-frame {
	height: 100%;
}

.valner_rastline_gl .subitems h5:last-child {
	margin-bottom: 0;
}

.valner_rastline_gl .image {
	max-width: 100%;
	height: 171px;
	overflow: hidden;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	transition: all 0.5s ease;
	position:relative;
	z-index: 100;
}

.valner_rastline_gl .image,
.valner_rastline_gl .subitems {
	text-align: center;
	margin: 0px auto;
}

.valner_rastline_gl .subitems a {
	transition: color 0.3s ease 0s;
}

.valner_rastline_list .image {
	width: 100%;
	height: 125px;
	overflow: hidden;
	margin: 0px;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: all 0.5s ease;
}

.rastlina-item:hover .image {
	background-size: 120%;
	background-position: center center;
}

.valner_rastline_gl .rastlina-item:hover .image  {
	background-size: auto;
}

.valner_rastline_list .rastlina-image-frame {
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	box-shadow: 0px 0px 0px 6px white;
	background: transparent;
	/*background: transparent url("/static/images/rastline-list-frame.png") left top no-repeat;*/
	width: 100%;
	height: 126px;
	/*left: 16px;*/
}

.valner_rastline_list .title-wraper {
	display: table;
	width: 100%;
	transition: all 0.3s ease 0s;

	border: 1px solid #f5f5f5;
	border-width: 0 0 1px 0;
	border-radius: 0 0 5px 5px;
}

.valner_rastline_list h5 {
	display: table-cell;
	height: 74px;
	vertical-align: middle;
}

.valner_rastline_list .rastlina-item {
	width: 100%;
	height: 200px;
	display: block;
	border: 1px solid #f5f5f5;
	border-radius: 3px;
	box-shadow: 0px 5px 10px #f5f5f5;
	text-decoration: none;
	margin-bottom: 30px;
}

.valner_rastline_list .rastlina-item:hover .rastlina-image-frame {

	background-color: rgba(62,172,72,0.6);
}

.valner_rastline_list .rastlina-item:hover .title-wraper {
	background-color: rgb(62,172,72);
	border: 1px solid #f5f5f5;
	border-width: 0 0 1px 0;
	border-radius: 0 0 5px 5px;
	text-decoration: none;
}

.valner_rastline_list .rastlina-item:hover h5 {
	color: #fff
}

.category-description {
	font-size: 16px !important;
	margin-bottom: 64px;
}

.rastlina h1 {
	margin-top: 0;
	text-align: left;
	font-weight: 200;
	margin-bottom: 40px;
}

.rastlina .image {
	position: relative;
}

.rastlina .image-title {
	padding-top: 5px;
}

.rastlina .image,
.rastlina .rastlina-image-frame {
	width: 100%;
	max-width: 400px;
	height: 400px;
	overflow: hidden;
}

.rastlina .image img {
	min-height: 400px;
	min-width: 400px;
}

.rastlina .image .img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}

.rastlina .rastlina-image-frame {
	border-radius: 3px;
	box-shadow: 0px 0px 0px 6px white;
	background: transparent;
	/*background: transparent url("/static/images/rastlina-frame.png") left top no-repeat;*/
	position: absolute;
	top: 0;
	left: 0;
}

.rastlina .gallery-list {
	margin-top: 30px;
}

.rastlina .gallery-list .gallery-item {
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin-right: 18px;
	margin-bottom: 18px;
}

.rastlina .gallery-list .gallery-item img {
	min-height: 60px;
	min-width: 60px;
}

.rastlina .gallery-list .gallery-item .img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}

.rastlina .gallery-item .rastlina-image-frame {
	border-radius: 3px;
	box-shadow: 0px 0px 0px 6px white;
	background: transparent;
	width: 60px;
	height: 60px;
	overflow: hidden;
	/*background: transparent url("/static/images/gallery-frame.png") left top no-repeat;*/
}


/**************/

.search h3 {
	text-align: left;
}



/*****************************/


@media (max-width:768px) {

	.navbar > .container .navbar-brand {
		display: block;
		position: relative;
		width: 141px;
		left: 15px;
	}

	.navbar > .container .brand-main {
		display: none;
	}

	.navbar-header {
		width: 100%;
	}

	.navbar-header {

	}

	#navbar-mobile .navbar-nav > li > a {
		display: block;
		font-size: 20px;
	}

	#navbar-mobile > ul > li {
		padding-bottom: 10px;
	}

	#navbar-mobile > ul {
		padding: 40px;
	}

	.dropdown-menu {
		float: right;
		margin-top: -200px; /* odvisno od kolicine elementov v meniju, ampak zaenkrat je takole dovolj, da izgleda lepse */
	}

	#search-link input {
		margin-top: 0px;
		margin-right: 15px;
		margin-left: 15px;
	}

	.image-wraper,
	.cont-dt-zgp_kakovost .image-wraper {
		margin-top: 40px;
		min-width: 300px;
		max-width: 100%;
		width: auto;
		height: auto;
	}

	.image-wraper img,
	.cont-dt-zgp_kakovost .image-wraper img {
		min-width: 300px;
		max-width: 100%;
		width: auto;
		height: auto;
	}

	.intro-volmary {
		height: 200px;
		background-position: 50% 100px;
	}

	.intro-volmary h1 {
		margin-top: 40px;
	}

	.content-title {
		height: auto;
		min-height: 100px;
		background-color: #808285;
		margin-bottom: 30px;
	}

	.content-title h1 {
		font-size: 35px;
		margin-top: 50px;
		vertical-align: middle;
		height: 200px;
	}

	.content-spacer {
		height: 60px;
	}

	.single-content .cms-content .col-left,
	.single-content .cms-content .col-right {
		padding: 0;
	}

	.valner_rastline_list .rastlina-item {
		margin-bottom: 40px;
	}

	.mobile-title {
		display: block;
	}

	.rastlina {
		margin-top: 30px;
	}

	.rastlina .single-content h1 {
		display: none;
	}

	.rastlina .rastlina-image-frame {
		max-width: 100%;
		height: 300px;
	}

	.rastlina .image {
		width: 100%;
		max-width: 100%;
		height: 300px;
	}

	.rastlina .image img {
		max-width: 100%;
		width: 100%;
		height: auto;
		min-width: 100%;
		min-height: 100%;
	}

	.rastlina .single-content > div {
		margin-bottom: 40px;
	}

	.rastlina .gallery-list {
		/*display: none;*/
	}

	.rastlina .image-title {
		display: none;
	}

	.kotakt-content .col-md-3 {
		padding-bottom: 20px;
	}

	.display-contact *, .display-contact h5 {
		text-align: center;
	}

	.intro-prodajna-mesta.kontakt-footer {
		display: none;
	}

	.header-search {
		display: none;
	}

	.bootstrap-select.form-control {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.bootstrap-select .dropdown-menu.open {
		position: relative;
	}

	.header-search-button {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		display: block;
		text-align: center;
		width: 100%;
		font-size: 140%;
	}

	#search-form {
		margin-top: 40px;
	}

	#search-form .form-control {
		background-color: #EAEBEB;
		border: none;
	}
}

@media (min-width:768px) {
	#navbar-mobile {
		display: none;
	}

	body {
		right: 0 !important;
		overflow: auto !important;
	}
}


@media (max-width:768px) {

	.panel-group .panel-heading {
		height: auto;
		padding: 0;
	}

	.panel-group .panel-title {
		height: auto;
		font-size: 14px;
		line-height: 18px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.panel-collapse .container .image-wraper {
		width: auto;
		min-width: 100px;
		margin-top: 10px;

	}

	.panel-collapse .container .image-wraper img {
		min-width: 100px;
		height: auto !important;
	}

	.intro-news {
		margin-top: 0px;
	}

	.intro-news .news-image-wraper,
	.intro-news .news-content {
		width: 262px;
		margin: 0 auto;
	}

	.intro-news .news-content {
		padding: 0;
		margin-top: 10px;
	}

	.intro-news h2 {

		/*font-size: 16px;*/
	}

	.intro-news-item {
		/*display: block;
		height: auto;
		background-color: #e6e6e7;
		padding-top: 1px;
		padding-bottom: 15px;
		margin-bottom: 15px;*/
	}

	.intro-news .news-image-wraper {
	}

	.intro-news .news-image-wraper img {
		/*width: 100%;
		height: auto;*/
	}

	.intro-prodajna-mesta {
		height: 401px;
	}

	.row {
		margin-left: 0;
		margin-right: 0;
	}

	.footer-wraper {
		padding-top: 50px;
	}


	.footer-wraper h5 {
		height: auto;
	}

	.footer-wraper .footer-menu {
		display: none;
	}

	.footer-wraper .footer-valner {
		margin-top: 20px;
	}

	.footer-wraper .footer-contact {
		margin-bottom: 20px;
	}

	.footer-wraper .mobile-footer-menu {
		display: block;
	}

	.footer-wraper .footer-menu ul {
		/*display:table;
		width: 100%;*/
	}

	.footer-wraper .footer-menu ul li {
		/*display: table-cell;
		box-sizing: border-box;
		text-align: center;*/
	}

	.footer-wraper .footer-menu ul li a {
		/*font-size: 14px;*/
	}

}

.glyphicon-menu-hamburger::before {
	content: "";
}

/* Carousel base class */
.carousel {
  min-height: 465px;
  height: auto;
}
/* Since positioning the image, we need to help out the caption */
.carousel .caption {
	display: table;
	height: 360px;
}

.carousel .carousel-content {
	display: table-cell;
	vertical-align: middle;
}

.carousel-caption h1 {
	font-size: 40px;
	font-weight: bold;
}

.carousel .caption {
	text-align: center;
	margin-top: 90px;
	padding: 0 0px;
}

.carousel .caption h1 {
	font-size: 40px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}

.carousel .caption h4 {
	color: white;
}

.carousel .btn {

	width: 160px;
	height: 50px;
	border: none;

	font-family: 'Ek Mukta', sans-serif;
	font-size: 16px;
	line-height: 38px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000;

	margin-top: 40px;
	text-align: center;
	/*position: absolute;
	bottom: 60px;*/
}

.carousel .btn:hover {

	color: white;
	background-color: #000;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  min-height: 465px;
  height: auto;
  background-color: #777;
  text-align: center;
}

.carousel-inner > .item {
	/*background-image: url('http://www.corvallisadvocate.com/wp-content/uploads/2013/09/train.jpg');*/
	background-repeat: none;
	background-attachment: scroll;
	background-position: center center;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
	/*-webkit-transition: 2.6s ease-in-out left;
	-moz-transition: 2.6s ease-in-out left;
	-o-transition: 2.6s ease-in-out left;
	transition: 2.6s ease-in-out left;*/
}

.carousel-inner > .item > img {
  /*position: absolute;
  top: 0;
  left: 0;*/
  /*height: 465px;*/
}

.carousel-control .glyphicon {
	color: #fff;
	opacity: 1;
}

.carousel-control {
	background-image: none !important;
	background: transparent;
}

.carousel-indicators li {
	border: none;
	background: none;
	width: 12px;
	height: 15px;
	background: transparent url("/static/images/carosle-i.png") left top no-repeat;
}

.carousel-indicators li.active {
	background: none;
	width: 10px;
	height: 15px;
	background: transparent url("/static/images/carosle-i-active.png") left top no-repeat;
}


@media (max-width:1300px) {
	.carousel-control {
		width: 10%;
	}
}

@media (max-width:1150px) {
	.carousel-control {
		width: 6%;
	}
}

@media (max-width:768px){

	.carousel {
		min-height: 400px;
		height: auto;
		overflow: visible;
	}

	.carousel .item {
		min-height: 400px;
		height: auto;
		overflow: visible;
	}

	.carousel-caption {
		top: 0px;
		width: auto;
	}

	.carousel .caption {
		margin-top: 20px;
	}

	.carousel-caption h1,
	.carousel .caption h1 {
		font-size: 25px;
	}

	.carousel-caption h4,
	.carousel .caption h4 {
		font-size: 12px;
	}



}

/*
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
		  transition-property: opacity;
  transition: opacity 2s ease 0s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/****/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
