  /*
   * Icons from https://www.flaticon.com/
   * https://www.flaticon.com/authors/geotatah
   *
   * */

  html,body {
  height:100%;
  margin:0;

}

.content {
  height:100%;
  min-height:100%;/*for mozilla*/
}


html>body .content {
  height:auto;
}

#home {
  background: url(../img/b2b_b20.jpg) center center no-repeat scroll #520E24;
  background-size:cover;
}

#core {
  background: #5d9d9f;
  overflow: auto;
}

#echipa {
  background: rgba(51, 106, 134,1);
  overflow: auto;
}

#contact {
  background: #C0BFCE;
}

#header {position:fixed;
width:100%;
  position: fixed;
  top: -74px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  z-index:1;
}

img.logo {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate3d(-30%, -50%, 0);
	padding-top: 0;
	margin-left: 0;
	z-index:1;
}
#zone{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219, 208, 187,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(219, 208, 187,1)), color-stop(100%, rgba(219, 208, 187,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219, 208, 187,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219, 208, 187,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219, 208, 187,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219, 208, 187,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

	box-shadow: 1px 5px 8px #929a9c;
	opacity: .8;
}
#lnk {
	left: auto;
	position: absolute;
	width: 100%;
	text-align: center;
}

#lnk .icon-core {
	background: url('../img/icons/019-expert-1.png') center center no-repeat;
	background-size:100% 100%;
	height: 128px;
	width:128px
}
#lnk .icon-core:hover {
	background: url('../img/icons/018-expert-2.png') center center no-repeat;
	/*height: 128px;*/
	cursor:pointer;
}

#lnk .icon-echipa {
	background: url('../img/icons/017-team.png') center center no-repeat;
	background-size:100% 100%;
	height: 128px;
	width:128px
}
#lnk .icon-echipa:hover {
	background: url('../img/icons/016-team-1.png') center center no-repeat;
	cursor:pointer;
}


#lnk .icon-contact {
	background: url('../img/icons/001-survey_128.png') center center no-repeat;
	background-size:100% 100%;
	height: 128px;
	width:128px
}
#lnk .icon-contact:hover {
	background: url('../img/icons/002-land-1_128.png') center center no-repeat;
	cursor:pointer;
}
#iconite {
	float: left;
	top:50%;
}

.navbar-brand img{height: 35px;}

.fadeIn {
    -webkit-animation: animat_show 0.8s;
    animation: animat_show 0.8s;
    visibility: visible !important;
}



#main {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219, 208, 187,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(219, 208, 187,1)), color-stop(100%, rgba(219, 208, 187,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219, 208, 187,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219, 208, 187,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219, 208, 187,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219, 208, 187,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

	padding: 25px;
	-webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
  border: 10px dashed #5d9d9f;
}

#maine {
  padding: 25px;
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
  border: 10px dashed rgba(51, 106, 134,1);
  background: #fffece;
}


#gmap_canvas img{max-width:none!important;background:none!important}
.outer {
  display: table;
}

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

.inner {
  margin-left: auto;
  margin-right: auto;
}

#content {-webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
  border: 10px dashed #c0bfce;
  background: #ffffff;
}

#content #left {
  padding: 10px;
}


#content #right form input,
#content #right form select{
  background: #efefef;
  padding: 8px;
  margin-bottom: 8px;
  width: 100%;
  color: #211414;
}

#content #right form input[type='submit']:hover{
  background: #58b068;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#core .element:not(:first-child),
#echipa .element{
	border-top: 1px dashed #fbead5;
	padding: 8px;
}
#core .element,
#echipa .element {
	font-size:11pt;
}

#core .main-text {
	text-align: justify;
	padding: 20px 25px 0 25px !important;
	font-size: 13pt !important;
	min-height: 180px;
}

#core .carousel-indicators{
	bottom:-10px;
}
#core .carousel-indicators .active {
	background-color: #5d9d9f;
}

#core .carousel-indicators li {
	background-color: rgba(161, 149, 149, 0.5);
}

.blox {
padding: 0 20px;
  text-align:center
}

.plox {
  padding:25px;
  vertical-align : middle;

}

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

@-webkit-keyframes animat_show{
    0%{opacity:0}
    100%{opacity:1}
}

.fadeOut {
    -webkit-animation: animat_hide 0.8s;
    animation: animat_hide 0.8s;
    visibility: visible !important;
}

@-webkit-keyframes animat_hide{
    100%{opacity:1}
    0%{opacity:0}
}



@media (max-width: 480px) {
	img.logo {
		height: 35px !important;
		top: 5%;
		left: 40%;
	}
	#iconite {
		top: 10%;
		left:20%;
	}
	#zone{
		opacity:0.8;
		overflow:hidden;
	}
	#main {
		padding:0;
		border: 10px dashed #5d9d9f;
	}

  #maine {
		padding:0;
		border: 10px dashed rgba(51, 106, 134,1);
  
	}

	#core .element.main-text {
		text-align: center;
		padding: 5px 5px !important;
		font-size: 10pt !important;
		height: 180px;
	}
	#core .element {
		font-size: 10pt;
	}
	#core .element:not(:first-child) {
		border-top: 1px dashed #fbead5;
		padding: 0 14px !important;
	}
}

@media (min-width: 480px) {
	img.logo {
		height: 35px !important;
		top: 20%;
		left: 40%;
	}
	#iconite {
		top: 40%;
		left:0;
		width:33.33%;
		padding-left: 0;
	}
	#zone{
		opacity:0.8
	}
  .letscolor {
	/*background: -moz-linear-gradient(top, rgb(247, 247, 247) 0%, rgba(246,246,246,1) 47%, rgb(245, 244, 243) 100%);*/
	overflow: auto;
	min-height: 60px;

}
}
