body {
	font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a{
    color: #5fcf80;
}
a:hover, a:focus{
    color: #5fcf80;
	text-decoration: none;
}

/***********************************
Navigation
************************************/
.navbar-brand {
    padding:6px 6px;
	height: 60px;
}

.navbar-default {
    background-color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    font-size: 14px;
	vertical-align:middle;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #5fcf80;
}

.navbar-nav > li > a{
	color:#5fcf80;
	padding: 0px;
	margin: 10px 0px;
	padding: 10px 15px;
}

.dropdown-menu>li>a:hover {
    color:#fff;
	background-color:#5fcf80;
}

.navbar-nav > li > a:selected {
    color:#fff;
}

.navbar-toggle {
	margin-top: 12px;
	background-color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
background-color: #ffffff;
color: #5fcf80;
}

@media (min-width: 451px) and (max-width: 768px) {
    .navbar-default .navbar-nav > li > a{
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-header {width: 450px;}
	.navbar-brand {  
	float: right;
	}
	.navbar-right {margin-right:0px;}
	.navbar-default .navbar-nav > li > a{
        text-align: center;
    }
	.carousel {padding-top:120px !important;}
	.pad-top-80 {padding-top:140px !important;}
	
	a.left.carousel-control {
	top:120px !important;
	}
	a.right.carousel-control {
	top:120px !important;
	}
	.post-img {
	padding-top:60px !important;
	}
	.harta { padding-top:60px !important;}
}
@media (min-width: 20px) and (max-width: 450px) {
    .navbar-default .navbar-nav > li > a{
        text-align: center;
    }
	
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 380px;
}


/***********************************
Generale
************************************/
.pad-top-20{
padding-top: 20px;
}
.pad-bottom-20{
padding-bottom: 20px;
}
.pad-top-40{
padding-top: 40px;
}
.pad-top-60{
padding-top: 60px;
}
.pad-top-80{
padding-top: 80px;
}
.pad-top-100{
padding-top: 100px;
}
.pad-top-120{
padding-top: 120px;
}

.pad-top-250{
padding-top: 250px;
}

.pad-bot-400{
padding-bottom: 450px;
}

a.left.carousel-control {
top:60px;
}
a.right.carousel-control {
top:60px;
}

.divider{
	width: 40px;
	height: 3px;
	background-color: #5FCF80;
	border:none;
}

.p-read-more {
font-size: 13px;
text-transform: uppercase;
color: #333;
letter-spacing: 0.5px;
}

p{
font-size: 15px;
color: #333;
}

/***********************************
posts
************************************/

.post-title {
  font-size: 21px;
  margin-bottom: 10px;
  color:#5FCF80;
}

.post-title-art{
  margin-bottom: 10px;
  color:#5FCF80;
}
.post-title:hover {
  color:#333;
  transition: 2s ease;
}

.post-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.post-img {
height: px;
}

.post-img-thumb {

}

.gop {
  position: relative;
  width: 100%;
}

.image-hover {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #5FCF80;

}

.gop:hover .overlay {
  opacity: 0.4;
}

/*

/***********************************
Footer
************************************/

footer {
	background-color: #333;
	width:100%;
	text-align: center;
	padding: 30px 0 30px 0;
	margin-top: 20px;
}

footer .copyright {
	color: #f8f8f8;
	font-size: 14px;
}


.min-h{
	min-height: 800px;
}



.logo-foot {
padding-bottom: 10px;
padding-left: 0px;	
}

.btn-skin {
  color: #fff;
  background-color: #5fcf80;
  border-color: #5fcf80;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-lg,
.btn-group-lg > .btn {
  border-radius: 2px;
}

/* --- button --- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 15px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}
.grid-item {
padding-bottom: 30px;
}

.harta {
width:100%;
height: 300px;
}

.form-control:focus {
    border-color: #5FCF80;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.admin-menu {
	position: fixed;
	top: 50px;
	left: 0;
	z-index: 99999;
}

.admin-list{
	font-size: 16px;
	text-transform: uppercase;
}

.admin-list:hover {
	background: #e8e8e8;
}

#site_messages {
	z-index:9999; 
	position: relative; 
	top: 0px; 
	width: 100%;
	
}


.cpointer {
	cursor: pointer;
}

.btn-login {
	color: #fff;
	background-color: #5FCF80;
	border-color: #5FCF80;
}


.btn-login:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.fa-arrow-right {
	margin-left: 6px;	
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 20%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators .active {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 1px;
  text-indent: -999px;
  background-color: #fff;
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.imgcar{
max-width: 100%;
height: auto;
}

#cookies_message {
	text-align: center;
	position: fixed;
	bottom: 0;
	height: 107px;
	width: 100%;
	background: #333;
	padding: 15px 0 15px 0;
	font-weight: bold;
}

#cookies_message p{
	margin-top: 10px;
	color: #ddd;
}