h1, h2, h3, h4, h5, h6, p {
	font-family: 'Open Sans', 'Arial','Helvetica', sans-serif;
}
.overlay-pvc {
	width: 100%;
	background-color: rgba(18,65,93,0.9);
	cursor: pointer;
}
.overlay-pvc:hover {
	background: rgba(18,65,93,0.9);
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	   -moz-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	     -o-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.row {
	width: 100%;
	margin: 0;
	padding: 0;
}
section {
	margin: 0 !important;
}

.overlay-angajare {
	width: 100%;
	background-color: rgba(124,9,12,0.9);
	cursor: pointer;
}
.overlay-angajare:hover {
	background: rgba(124,9,12,0.9);
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	   -moz-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	     -o-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.continut {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 16%;
	padding-bottom: 31%;
}
.btn-pvc {
	padding: 15px 35px;
	border: solid 2px #02872a;
	color: #fff;
	background: rgba(2,135,42,0.6);
}
.btn-pvc:hover {
	background: #02872a;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	   -moz-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	     -o-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	text-decoration: none;
	color: #fff;
}
.pvc-bg {
	background: url(images/pvc.jpg);
}
.btn-angajare {
	padding: 15px 35px;
	border: solid 2px #f2d40a;
	color: #fff;
	background: rgba(242,212,10,0.6);
}
.btn-angajare:hover {
	background: #f2d40a;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	   -moz-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	     -o-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	text-decoration: none;
	color: #fff;
}
.angajare-bg {
	background: url(images/angajare-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.center {
	display: block;
    margin: 0 auto;
}
.bg {
	background: url(../tamplarie/images/angajare.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.an-overlay {
	width: 100%;
	background-color: rgba(18,65,93,0.7);
}
.an-content {
	padding-top: 8%;
	padding-bottom: 25%;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}
.job-list > li {
	font-size: 20px;
}
.job-list {
	padding-left: 5px;
}
.job-list > li > i {
	background: transparent;
}
@media only screen and (min-width: 850px) {
	.job-list {
		margin-left: 50px;
	}
}

.wrap-jobs-menu {
	padding: 20px 30px;

}
.jobs-side-menu > li {
 	padding: 6px 6px;
 	border-bottom: dotted 1px #ccc;
 	font-size: 20px;
}
.jobs-side-menu > li > a {text-decoration: none; color: #333;}
.jobs-side-menu > li:hover {
	cursor: pointer;
	background: #eee;
}

/*div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  
  padding-left: 20px;
  padding-top: 10px;
}*/
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.list-group > a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 25px 6px;
	border-bottom: dotted 1px #ccc;
	font-size: 20px;
}
.list-group > a:hover {
	/*background: #e7f7ff;*/
	color: #303896;
}
.list-group {
	border-right: dotted 1px #ccc;
	padding: 15px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;

}

.shadow-box {
-webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.38);
-moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.38);
box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.38);
background: #f9f8f8; 
padding: 10px 30px; 
margin-bottom: 20px;
}
.job-title {
	border-bottom: dotted 1px #786447; 
	padding-bottom: 15px;
}
.disponibil {
	font-size: 16px; 
	color: green;
}

.job-info {
	margin-top: 15px;
}
.job-content {
	border-bottom: solid 1px #ccc;
	 margin-bottom: 15px;
}
.apply-btn {
	background: green; 
	color: #fff; 
	padding: 8px 30px;
}

.header-image {
	width: 100%;
	height: auto;
	background: url('images/loc_munca_galati.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
}
.first-section {
	margin-top: 80px !important; 
}
.odd {
	background: #f7f5ff !important;
}

/* Testimoniale */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
   /* margin: 0;*/
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.modal-dialog {
	margin-top: 10%;
	left: 50% !important;
    margin-left: -300px !important;
    height: 50%;
}

.ggl-maps {
	margin-top: 50px !important;
}

.jb-list {
	padding-left: 0;
}


@media only screen and (max-width: 650px) {
   .hide-mobile {
        display: none;
    }
}
.wrap-slant {
	position: relative;
	width: 100%;
	height: auto;
	/*opacity: 0.7;*/
	/*z-index: -1;*/
	/*padding-top: 250px;*/
	margin-top: -150px;
	/*padding-bottom: 150px;*/
}


 .bg-img-header {
 	background: url(images/de_angajat.jpg);
 	background-size: cover;
 	background-position: top-left;
 	background-repeat: no-repeat;
 	width: 100%;
 	height: 950px;
 }
 
 .header-content {
 	padding-top: 15px;
 	padding-bottom: 30px;
 	color: #fff;
 }
 .rand-logo {
 	padding-top: 15px; 
 	padding-bottom: 20px;
 }
 .heading-anunt-job {
 	font-family: 'Open Sans', sans-serif; 
 	text-align: center;
 }

 @media only screen and (max-width: 500px) {
 	.rand-logo {
 	padding-top: 8px; 
 	padding-bottom: 8px;
 	}
 	.heading-anunt-job {
 		font-size: 22px;
 	}
 	
 	.first-section {
	margin-top: 0 !important; 
	}

	.bg-img-header {
		height: 1000px;
	}
}
@media only screen and (min-width: 505px) and (max-width: 1024px) {
	.bg-img-header {
		height: 1000px;
	}
}


.tel-reset-style {
	text-decoration: none;
	color: #333;
}

.btn-catalog {
	background-color: green; 
	color: #fff; 
	border: 0; 
	border-radius: 30px; 
	padding: 15px 45px;
}
.btn-catalog:hover {
	background: #14c714;
	-webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
	-moz-transition: background 0.3s ease-out, color 0.3s ease-out;
	-o-transition: background 0.3s ease-out, color 0.3s ease-out;
	transition: background 0.3s ease-out, color 0.3s ease-out;
}
.placeholder-catalog {
	width: 100%; 
	height: auto; 
	background: rgba(0,0,0,0.8); 
	border-radius: 50px; 
	padding: 50px 15px;
}

#catalog {
	background: url('images/bg-cataloage.jpg'); 
	background-size: cover; 
	background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) {
	.catalog-separator {
	border-right: solid 1px #222;
	}
	.titlu-catalog {
	position: relative;
	left: 50%;
	margin-left: -155px;
	}
}

@media only screen and (max-width: 990px) {
	.catalog-separator {
	border-bottom: solid 1px #222;
	margin-bottom: 30px;
	padding-bottom: 30px;
	}
	.titlu-catalog {
	position: relative;
	left: 50%;
	margin-left: -120px;
	}
	.text-titlu-cat {
		font-size: 14px;
		margin-bottom: 30px;
	}
}

.text-titlu-cat {
	color: #fff; margin-bottom: 40px;
}