/* CSS Document */

.infodc {

	padding-top:20px; 
	font-size:16px; 
	font-variant:small-caps;
}



#preturi {font-size:14px; margin:25px;}
#preturi b {color:#ec3642; margin:25px;}
.pret {float:right; color:#ec3642;}
.pret2 {float:right; color:#D11E26;}
.sedinta {float:left; font-weight:bold; }

.box-counter2 {
  padding: 30px 15px 0px;
  color: #ffffff;
  text-align: center;
}

.box-counter2 .counter2 {
  font: 400 45px "Lato", Helvetica, Arial, sans-serif;
  line-height: .8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.box-counter2-title {
  margin-top: 20px;
  font: 700 12px "Lato", Helvetica, Arial, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.box-counter2-title-custom {
  font-weight: 400;
}

.counter2-k:after,
.counter2-m:after {
  font-size: 0.3846153846153846em;
}

.counter2-zero:before {
  content: '0';
}

.counter2-plus:after {
  content: '+';
}

.counter2-k:after {
  content: 'k';
}

.counter2-k-modern:before {
  content: '41.';
}

.counter2-k-modern:after {
  content: 'k';
}

.counter2-m:before {
  content: '1.';
}

.counter2-m:after {
  content: 'm';
}

.counter2-plus:after {
  content: '+';
}

@media (max-width: 768px) {
  .box-counter2-title {
    margin-top:-20px;
  }
}

@media (min-width: 1200px) {
  .box-counter2 .counter2 {
    font-size: 65px;
  }
  .shell-wide .box-counter2 .counter2 {
    font-size: 75px;
  }
  .shell-wide .counter2-k:after,
  .shell-wide .counter2-m:after {
    font-size: 0.333em;
  }
  .box-counter2-title {
    font-size: 14px;
  }
  .box-counter2-title-custom {
    font-size: 16px;
  }

  .box-counter2-wrap-element + .box-counter2-wrap-element {
    position: relative;
  }
  .box-counter2-wrap-element + .box-counter2-wrap-element:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #ec3642;
  }
  .box-counter2-wrap-full-width-element + .box-counter2-wrap-full-width-element {
    position: relative;
  }
  .box-counter2-wrap-full-width-element + .box-counter2-wrap-full-width-element:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 104px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}


.ems {
	min-height:150px; 
}

.page-footer .icon {
  font-size: 24px;
  font-weight: 400;
}

.contact-info .icon {
  line-height: 2;
}





/* Contact Form Modal
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  letter-spacing: normal;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: 'Droid Serif', serif;
  font-size: 13px;
  color: #222;
}
#contact-form .modal h4 {
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0;
}
.modal.fade .modal-dialog {
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.lt-ie9 .modal-backdrop.fade {
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
}
.lt-ie9 .modal-backdrop.in {
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}

























