/*
* author: Tamara Mladjenovic
* e-mail: mladjenovic.tamara@gmail.com
*
*/

/* General */
/* red: #ED1C24; rgb(237,28,36)
*  black: #231F20;
*  grey, text-color: #949494;
*  green: #479A48;
*  brown: #F6821B;
*/

/*Umesto crne stavljamo zelenu, umesto crvene braon. Obrisi komentar pri zavrsetku sajta. */
body {
	margin: 0;
	padding: 0;
	color: #231F20;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
a {
	color: #479A48;
}
a:link,
a:hover,
a:visited {
	color: #3f8840;
	text-decoration: none;
	outline: none;
}
p {
	color: #414141;
	text-align: justify;
}
input,
textarea {
	color: #000;
}
input:focus,
textarea:focus {
	outline: none;
}
::selection {
  background: #F6821B;
  color: #fff;
}
::-moz-selection {
  background: #F6821B;
  color: #fff;
}
.main-content {
	overflow: hidden;
}
.box-shadow {
	-webkit-box-shadow: 0px 0px 4px -3px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 4px -3px rgba(0,0,0,1);
	box-shadow: 0px 0px 4px -3px rgba(0,0,0,1);
}
.brown-text {
	color: #F6821B; 
}
.green-text {
	color: #479A48;
}
.grey-text {
	color: #949494;
}
.padding-top-bottom {
	padding: 70px 0;
}
.title {
	display: inline-table;
	border-bottom: 4px solid #479A48;
	text-align: center;
	margin-bottom: 45px;
}

/* Header Bootstrap Override */
.collapse.navbar-collapse {
	float: right;
}
.navbar-default {
	background-color: #fff;
}
.navbar-brand {
	margin-top: 10px;
	padding: 0;
	height: auto;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}
.nav-tabs {
	border-bottom: none;
}
.navbar {
	margin-bottom: 0;
	z-index: 20;
}
.nav-tabs > li > a {
	border: none;
	border-radius: 0;
	margin-right: 0;
	padding-top: 45px;
	height: 112px;
	color: #231F20;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	border: none;
	border-radius: 0;
	background-color: #479A48;
}
.nav .open > a {
	color: #fff;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
}
.nav-tabs > li {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-tabs > li:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #479A48;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.nav-tabs > li:hover .sweep-to-top,
.nav-tabs > li:focus .sweep-to-top,
.nav-tabs > li:active .sweep-to-top {
	color: #fff;
}
.nav-tabs > li:hover:before,
.nav-tabs > li:focus:before,
.nav-tabs > li:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background: #479A48;
}
.navbar-default .navbar-toggle {
	border-color: #479A48;
}
.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #479A48;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}

/* 
* First Page (index) 
*
*/
.block {
	padding: 35px 0 55px 0;
	border-bottom: 1px solid #479A48;
}
/* Bootstrap Carousel */
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
	width: 100%;
	height: 500px;
}
.carousel-control .fa {
	position: absolute;
	top: 50%;
	margin-top: -55px;
	width: 30px;
	height: 30px;
	color: #f6821b;
	font-size: 70px;
	z-index: 5;
}
.carousel-control .fa-angle-left {
	left: 10%;
}
.carousel-control .fa-angle-right {
	right: 10%;
}
.carousel-description {
	position: absolute;
    top: 135px;
    left: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(246, 130, 27, 0.6);
	padding: 15px 20px;
	background-color: #fff;
	z-index: 15;
}

.block-1 {
	/* height: 630px; */
}
.index-describe-text {
	margin-top: 20px;
}
.index-describe-text:first-letter {
	color: #F6821B;
	font-size: 20px;
	font-family: 'Georgia', Open Sans;
}
/* About us */
.about-us-text {
	margin-top: 20px;
}
/* Choose us */
.describe-text {
	margin: 10px 0 20px;
	height: 40px;
	color: #479A48;
	font-size: 24px;
	font-weight: bold;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.choose-us-icons img {
	margin-right: 90px;
}
.choose-us-icons img:last-child {
	margin-right: 0;
}
.animation {
	opacity: 1;
}

/* Category */
.category .col-md-12 {
	margin-top: 30px;
}
.category .col-md-3 .category-description {
	border: 1px solid #479A48;
	padding: 0 15px;
}
.category .col-md-3:hover  .category-title {
	color: #f6821b;
}
.category .col-md-3 .category-title ,
.category .col-md-3:hover  .category-title  {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

/* 
* About Us Page 
*
*/
.about-us-page {
	margin-top: 70px;
	margin-bottom: 70px;
}

/*
* Save Energy Page
*
*/
.energy-save {
	margin-top: 70px;
	margin-bottom: 70px;
}
.energy-save ul {
	color: #949494;
}
.energy-save h4 {
	margin-top: 30px;
}

/* 
* Gallery Page 
*
*/
.gallery-widget-container {
	padding-top: 70px;
}
.img-link {
	display: inline-block;
}
.gallery-img,
.gallery-widget-container video {
	padding: 10px;
}
.mfp-container .mfp-arrows {
	z-index: 1050;
	position: absolute;
	top: 50%;
	border: none;
	margin-top:-40px;
	height: 80px;
	background: none;
	color: #fff;
	font-size: 60px;
}
.mfp-icon-left {
	left: 0;
	margin-left: 20px;
}
.mfp-icon-right {
	right: 0;
	margin-right: 20px;
}

/* 
* Contact Page 
*
*/
#map_canvas {
	height: 330px;
	margin: 15px;
}
.info_content p {
	font-weight: normal;
}
.form-control:focus {
	border-color: #479A48;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(71, 154, 72, 0.6);
}
.btn-primary  {
	border-color: #479A48;
	background-color: #479A48;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #231F20;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.working-time {
	display: inline-block;
	margin-left: 95px;
}

/* FOOTER */
footer {
	border-top: 1px solid #ccc;
	margin-top: 70px;
	padding: 20px 0;
	text-align: center;
}

iframe {
    box-shadow: 0 0 0px 6px #479a48;
}

/* Dropdown menu */
.dropdown-mn {
	position: relative;
}

.dropdown-mn-ul {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 70px;
    left: 35px;
}

.dropdown-mn-ul li {
	text-decoration: none;
	list-style: 
}

.carousel, .carousel-inner, .item, .item > img, .item.active {
	overflow: visible !important;
}

.big-pic {
	width: 100%;
}

.rel {
	position: relative;
	z-index: 999999;
}

.page-content {
	/* z-index: -1; */
    position: relative;
}
.page-content-mt {
	margin-top: 20px;
}

.thumbnail {
    display: block;
	padding: 0; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.16);
	border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.full-wth {
    width: 100%;
}

.article {
	position: relative;
}

.article h3 {
    margin: 0 0 15px 0;
    font-size: 15px;
    font-weight: 600;
    height: 35px;
}

.small-img {
    position: absolute;
    top: 9px;
    right: 10px;
    box-shadow: 0 0 0px 4px rgba(255, 255, 255, 0.5);
    width: 70px;
    height: 70px;
}

.article .btn {
	border-radius: 0;
}
.article p {
	font-size: 11px;
	min-height: 30px;
}

.thumbnail .caption {
    padding: 17px;
    min-height: 180px;
}

.item-picture {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.article .gallery-img {
	padding: 0;
}

.small-img {
	transition: 0.3s ease-in-out;
}

.big-img {
	position: absolute;
    margin: auto; 
    min-height: 100%;
    min-width: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
	transition: 0.3s ease-in-out;
}

.big-img:hover, .small-img:hover {
	filter: brightness(60%);
}

.mfp-title {
	display: none;
}

.gallery-page .gallery-img {
	width: 136%;%;
}

.gallery-page .gallery-img {
	padding: 0;
}

/* Section-susara */
.title-div {
	text-align: center;
}
.susara-bg {
	border: 1px solid #bbb;
	max-width: 460px;
	width: 100%;
}
/* End of Section-susara */

/* Media Queries */
@media all and (min-width: 1200px) {
	.mfp-icon-left {
		left: 15%;
		margin-left: 0;
	}
	.mfp-icon-right {
		right: 15%;
		margin-right: 0;
	}
}
@media all and (max-width: 1199px) {
	.gallery-widget-container {
		display: block;
		margin: 0 auto;
		width: 750px;
	}
}
@media all and (max-width: 991px) {
	.services-list div {
		position: relative;
		margin-top: 19px;
	}
	#first-line, #third-line {
		left: 0;
	}
	#second-line, #fourth-line {
		right: 0;
	}
	#first-line, #third-line, #second-line, #fourth-line {
		top: 0;
	}
	.about-us .words h1 {
		text-align: center;
	}
	.item {
		margin-left: 11%;
	}
	/* Pricing */
	.pricing, .pricing .col-md-12 {
		padding: 0;
	}
}
@media all and (max-width: 767px) {
	.carousel-description{
		left: 0px;
	}
	.gallery-widget-container {
		width: 100%;
	}
	.img-link {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	p {
		text-align: left;
	}
	.collapse.navbar-collapse {
		float: none;
	}
}
@media all and (max-width: 400px) {
	.img-link img {
		width: 100%;
	}
}