/* general
-------------------------------------------------- */

/* navbar
-------------------------------------------------- */

/* jumbotron
-------------------------------------------------- */

.jumbotron {
    background: #f6a20e;
    background: rgba(246, 162, 14, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 162, 14, 0)), to(rgba(246, 162, 14, 1)));
    background: linear-gradient(rgba(246, 162, 14, 0), rgba(246, 162, 14, 1));
    /* Standard syntax */
    background-size: cover;
    display: inline-grid;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

/* header
-------------------------------------------------- */
.fa-phone, .numarTelefon {
	font-size:30px;
}
.numarTelefon > a {
    color: #2b2b2b;
    margin: 0 auto;
    padding-left: 10px;
    text-decoration: none;
}

.numarTelefon > a:hover,
.fa-phone:hover {
    color: #ff8000;
}

div .TimpDeLucru {
    animation: change-color 5s infinite;
    /* Chrome, Safari, Opera */
    -webkit-animation: change-color 5s infinite;
    -moz-animation: change-color 5s infinite;
    -o-animation: change-color 5s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    font-family: 'Roboto', serif;
    font-weight: bold;
    font-size:50px;
}

@-webkit-keyframes change-color {
    from {
        color: #000000;
    }
    to {
        color: #ffffff;
    }
}

@keyframes change-color {
    from {
        color: #000000;
    }
    to {
        color: #ffffff;
    }
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #f6a20e;
}

/* -------footer -----*/

html {
    min-height: 100%;
    position: relative;
}

body {
    /* Margin bottom by footer height */
    padding-top: 50px;
    padding-bottom: 80px;
    margin-bottom: 150px;
    min-height: 100%;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*Set the fixed height of the footer here */
    height: 150px;
    background: #2b2b2b;
    color: #f5993d;
}

.alignleft, .alignright {
    padding: 10px;
    margin: 0 auto;
}

p.text {
    color: #f5993d;
}

p.text > a {
    color: #f5993d;
}

continut {
    font-size: 18px;
}

p.titlu-continut {
    font-size: 30px;
}

.titlu-continut,
.text-color {
    color: #f6a20e;
}

a.text-color:hover {
    text-decoration: none;
}

.fb-like {
    margin-top: 20px;
    margin-bottom: 40px;
}

/* ---- Tabel preturi ----- */

table {
    font-family: Roboto, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    text-align: left;
    padding: 8px;
}

tr:last-child {
    text-align: right;
}

tr:nth-child(even) {
    background-color: #f8b641;
    color: #2c2c2c;
}

tr:nth-child(odd) {
    background-color: #fcdba2;
    color: #2c2c2c;
}

tr:first-child {
    background-color: #dddddd;
}

#color {
    color: #f5993d;
}

.navbar-brand {
    padding: 0;
    margin: 0 auto;
    border: none;
}

.navbar-brand > img {
    height: 100%;
    /*padding-top: 4px;*/
    width: auto;
    background: #f6a20e;
    vertical-align: middle;
}

#map {
    height: 400px;
    width: 100%;
}

.title-aside {
    font-family: 'Oswald', serif;
    padding-top: 15px;
    padding-bottom: 40px;
}

/* --- Social icons ---- */

/* Wrapper */

.icon-button {
    background-color: #c0c0c0;
    border-radius: 3.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1.0rem;
    height: 3.6rem;
    line-height: 3.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 3.6rem;
}

/* Circle */

.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 0;
}

.icon-button:hover span {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
    margin: -1.8rem;
}

.facebook span {
    background-color: #3B5998;
}

.google-plus span {
    background-color: #db5a3c;
}

.youtube span {
    background-color: #c02f2a;
}

/* Icons */

.icon-button i {
    background: none;
    color: inherit;
    height: 3.6rem;
    left: 0;
    line-height: 3.6rem;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 3.6rem;
    z-index: 10;
    font-size: 20px;
}

.icon-button .fa-facebook {
    color: #3B5998;
}

.icon-button .fa-google-plus {
    color: #db5a3c;
}

.icon-button .fa-youtube {
    color: #c02f2a;
}

.icon-button:hover .fa-facebook,
.icon-button:hover .fa-google-plus,
.icon-button:hover .fa-youtube {
    color: #ffffff;
}

.modal-dialog {
    width: 600px;
}

.thumbnail {
    margin-bottom: 6px;
    width: 170px;
    height: 210px;
}

.btn-primary {
    background: #000000;
    color: #f6a20e;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #f6a20e;
    color: #000000;
    border: none;
}

button.text {
    text-align: left;
    background: #f59e11;
    color: #ffffff;
}

button.text:hover,
button.text:active,
button.text:focus {
    background: #000000;
    color: #f59e11;
}

.servicii {
    width: 70%;
}

.valoare {
    width: 30%;
}

h4 {
    background: #fcdba2;
    padding: 5px;
    margin: 15px;
}

h5 {
    font-family: 'Oswald', serif;
}

.lista-servicii {
    margin-bottom: 15px;
}

.poze {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.nav-tabs > li > a {
    color: black;
}
.nav-tabs .active {
    color: #f6a20e;
}

/*start modal*/
@media screen and (min-width: 601px) {
    div.modal-body {
      font-size: 20px;
    }
  }
  
  
@media screen and (max-width: 600px) {
    div.modal-body {
      font-size: 15px;
    }
  }
  
  .modal-header {
      border-bottom: none;
  }
  
  .modal-footer {
      border-top: none;
      text-align: center;
  }
  
  .modal-body {
        border-bottom: none;
        display: block;
        font-family: Roboto, sans-serif;
        font-weight: bold;
        font-style: oblique;
        color: #bf5036;    	
        text-align: right;
  }
  
  .img-modal {
      width: 100%;
      height: 300px;
      position: relative;
  }
  
  .modal-content {
      position: absolute;
      z-index: 1;
      text-align: center;
      width: 100%;
  }
  
  .img-modal::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-image: url(/images/instalator-vacante.jpg);
      background-position: center top;
      background-size: cover;
      opacity: 0.35;
  }
  
  /*end modal*/

#lista-cerinte {
    list-style: none;
    /* Remove HTML bullets */
    padding: 0;
    margin: 0;
}

#lista-cerinte > li {
    padding-left: 16px;
}

#lista-cerinte > li::before {
    content: "-";
    padding-right: 8px;
}

.square {
    list-style-type: square;
}

.line {
    list-style-type: none;
}

.fa-minus {
    padding-right: 20px;
}

blockquote {
    font-family: 'Oswald', serif;
    font-style: italic;
    font-size: 14px;
    margin: 20px auto;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #f6a20e;
    line-height: 1.6;
    position: relative;
    background: #ededed;
}

blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #f6a20e;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

blockquote::after {
    content: '';
}

blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}
/* ------------ testimonials -------------- */

.col-centered{
    text-align: center;;
    margin: 0 auto;
}
.carousel-title {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	position: relative;
	margin: 30px 0 60px;
}
.carousel-title::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #f6a20e;
	left: 0;
	right: 0;
	bottom: -10px;
}

.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 100px;
}
.carousel .item img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	/*padding: 5px;
	border: 1px solid #ddd;*/
	border-radius: 50%;
}
.carousel img-box {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 0;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #f6a20e;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgb(0, 0, 0);
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.fixed {
    position: fixed;
    background-color: #080808;
    color: #f6a20e;
    width: 100%;
    padding: 15px;
    text-align: left;
    z-index: 2;
  }
  .sticky {
    position: sticky;
    top: 80px;
    background-color: #080808;
    z-index: 2;
  }
  .inside {
    top: 40%;
    z-index: 5;
    margin: 10px;
    left: 1%;
    height: auto;
    width: auto;
  }
  .close {
      position: relative;
      color: #f6a20e;
      opacity: 1;
      padding-right: 15px;
      z-index: 3;
  }
  .close:visited, .close:focus, .close:active, .close:hover {
      color: white;
      opacity: 1;
  }