/*
  Project Name : Construction
  Author Company : Ewebcraft
  Project Date: 11 june, 2015
  Author Website : http://www.ewebcraft.com
  Author Email : ewebcraft@gmail.com
*/

/*------------------------------------------------------------------
[generic Table of contents]

* body
  
  + @font-face

  + .back-to-top

  + #header
    - .logo-container
    - .top-info-container
      
  + #welcome
    - .welcome-info
    - .estimation-form
      
  + #about
    - .section-heading
    - .section-detail

  + #services
    - .services-container
      - .service-detail

  + #news-letter
    - .news-letter-form      

  + #clients
    - .client-container

  + #client-logos

  + #news-letter

  + #footer
    - .footer-info
    - .copy-right
    
  -------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@font-face {
    font-family:'Open Sans Hebrew';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff2') format('woff2'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#Open Sans Hebrew') format('svg');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('../fonts/Open Sans Hebrew.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Open Sans Hebrew.woff') format('woff'), 
	  url('../fonts/Open Sans Hebrew.ttf')  format('truetype'), 
	  url('../fonts/Open Sans Hebrew.svg#Open Sans Hebrew') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../fonts/Open Sans Hebrew.eot');
    src: url('../fonts/Open Sans Hebrew.eot') format('embedded-opentype'),
         url('../fonts/Open Sans Hebrew.woff2') format('woff2'),
         url('../fonts/Open Sans Hebrew.woff') format('woff'),
         url('../fonts/Open Sans Hebrew.ttf') format('truetype'),
         url('../fonts/Open Sans Hebrew.svg#Open Sans Hebrew') format('svg');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../fonts/Open Sans Hebrew.eot');
    src: url('../fonts/Open Sans Hebrew.eot') format('embedded-opentype'),
         url('../fonts/Open Sans Hebrew.woff2') format('woff2'),
         url('../fonts/Open Sans Hebrew.woff') format('woff'),
         url('../fonts/Open Sans Hebrew.ttf') format('truetype'),
         url('../fonts/Open Sans Hebrew.svg#Open Sans Hebrew') format('svg');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../fonts/Open Sans Hebrew.eot?#iefix') format('embedded-opentype'),  url('../fonts/Open Sans Hebrew.woff') format('woff'), url('../fonts/Open Sans Hebrew.ttf')  format('truetype'), url('../fonts/Open Sans Hebrew.svg#Open Sans Hebrew') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../fonts/Open Sans Hebrew.eot?#iefix') format('embedded-opentype'),  url('../fonts/Open Sans Hebrew.woff') format('woff'), url('../fonts/Open Sans Hebrew.ttf')  format('truetype'), url('../fonts/Open Sans Hebrew.svg#Open Sans Hebrew') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('../fonts/Open Sans Hebrew.eot?#iefix') format('embedded-opentype'),  url('../fonts/Open Sans Hebrew.woff') format('woff'), url('../fonts/Open Sans Hebrew.ttf')  format('truetype'), url('../fonts/Open Sans Hebrew.svg#Open Sans Hebrew') format('svg');
  font-weight: normal;
  font-style: normal;
}

.back-to-top {
	position: fixed;
	bottom: 0;
	right:5%;
	width: 52px;
	height: 52px;
	z-index:9999;
	display: none;
	text-decoration: none;
	color: #fff;
	font-size:20px;
	background:#CCB47A;
	padding:10px;
}
.back-to-top:hover , .back-to-top:focus{
	 color: #ffffff;
}

hr{
  border: 0;
  height: 1px;
  width:12% !important;
  position: relative;
  margin:35px auto;
}
.hr{
  background: #131313;
  height: 1px;
  width:35% !important;
  position: relative;
  margin:35px auto;
  display:block;
}
.center{
   background: #131313;
}
.center:before{
    background:inherit;
    content: "";
    display: inline-block;
    height: 14px;
    left:50%;
    margin: 0 0 0 -20px;
    position: absolute;
    top: -7px;
    width:40px;
    -moz-transform:skew(-40deg);
    -webkit-transform:skew(-40deg);
    -o-transform:skew(-40deg);
    -ms-transform:skew(-40deg);
    transform:skew(-40deg);
}

.section-heading {
  font-family: 'Open Sans Hebrew';
  color: #35383e;
}
.section-text {
  font-family: 'Open Sans Hebrew';
  color: #35383e;
  margin-top: 40px;
  line-height: 1.6em;
  font-size: 16px;
}

/* Body */
* {
//	font-family: 'Open Sans Hebrew' !important;
}

/* Header */

#header {
	background: #061326;
	width:100%;
	position:relative;
}
.col-lg-4.col-md-4.col-sm-3.col-xs-12.logo-container {
  width: 29%;
}
.col-lg-8.col-md-8.col-sm-9.col-xs-12.top-info-container {
  width: 71%;
  padding-right: 0px;
  padding-left: 0px;
}
#header span.header-left{
	position: absolute;
	left: 82%;
	width: 100%;
//	background: #CCB47A;
	height: 100px;
}
#header .logo{
	/* padding-left: 25px; */
	background: #CCB47A;
   height: 100px;
   margin-top: 0px;
   position: relative;
   width: 100%;
   overflow: hidden;
   /* padding-left: 75px; */
}
#header .logo:before {
   border-top: 100px solid transparent;
   border-right: 50px solid #131313;
   content: "";
   height: 0;
   right: 0;
   position: absolute;
   top: 0;
   width: 0;
}
#header .logo span.for-logo {
	background-color: #212022;
    height: 152px;
    position: absolute;
    right: 31px;
    top: -25px;
    transform: rotate(27deg);
    width: 6px;
}
#header .logo a{
	display: inline-block;
	margin-top: 22px;
}
#header:after {
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
}
#header:after {
	left: 100%;
	background:#212022;
}
#header .top-info {
	/* margin-top: 40px; */
}
#header .top-info .timing {
  padding:0px;
  padding: 40px 0px; 
}
#header .top-info .phoneNo {
  padding:25px 0px;   
}
#header .top-info .timing-info {
  font-family: 'Open Sans Hebrew';
  color: #fff;
  
  margin-bottom: 0px;
}
#header .top-info .timing-info span{
  margin-right 10px;
}
#header .top-info .phoneNo {
  /* margin-top: -18px; */
  display: inline-block;
}
#header .top-info .phone-info {
    display: inline-block;
}
#header .top-info .phone-info p.phone-txt {
  display: inline-block;
  color: #fff;
  font-family: 'Open Sans Hebrew';
  font-size: 32px;
  margin-bottom: 0px;

}
#header .top-info .phone-icon {
  width: 40px;
  height: 40px;
  border-radius:50%;
  background: #CCB47A;
  color: #000;
  font-size: 20px; 
  display: inline-block;
  line-height: 40px;
  margin-left: 15px; 
  text-align: center;
}

/* Form */
.form-heading { padding:5px 0px 5px 0px; border-top: 5px solid white; border-bottom: 5px solid white; font-weight:900; }


  /* Welcome */

section.module.parallax {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax-1 {
//  background-image: url(../images/main-bg.jpg);
  background-image: url(../images/background.jpg);
  background-position: 0px 0px;
  padding: 50px 0px;
}

#welcome .welcome-info {
  padding:120px 0px 100px 15px;
}

#welcome .estimation-form {
//  background: rgba(255,255,255,0.4);
  background: #061326;
  padding:15px;
  width: 100%; 
}
#welcome .estimation-form .form-container {
//  background: #fff;
}
#welcome .estimation-form h3 {  
//  background-color: #CCB47A;  
  background-color: #061326;
  padding:20px 30px;
  font-size: 32px;
  margin-top: 0px;
//  color: #35383e;
  color: #fff;
  font-family: 'Open Sans Hebrew';
  text-align: center;
}
#welcome .estimation-form p {
  font-family: 'Open Sans Hebrew';
  color: #35383e;
  font-size: 16px;
  margin-bottom: 0px;
  padding: 0 20px;
  text-align: center;
}

#welcome .estimation-form .form-inline .form-group {
  width: 100%;
  margin-bottom: 25px;
  height: auto;
  /* padding: 15px 5px;
  background-color: #fff; */
}
#welcome .estimation-form .form-inline .form-group label.field-label {
//  color: #7b7b7b;
  color: #fff;
}

#welcome .estimation-form .form-inline .form-group .form-control {
  width: 100%;
  background: #d6d6d6;
  border-color: #d6d6d6;
  border-radius: 0px;
  color: #828282;
  font-family: 'Open Sans Hebrew';
  height: 45px;
}
#welcome .estimation-form .form-inline .form-group textarea.form-control {
  height: auto;
}
#welcome .estimation-form .form-inline .submit-btn {
  text-align: center;
}
#welcome .estimation-form .form-inline .btn-estimation {
  background-color: #CCB47A;
  border-color: #CCB47A;
  border-radius: 0px;
  padding: 10px 55px;
  color: #35383e;
  font-family: 'Open Sans Hebrew';
  text-transform: uppercase;
  -webkit-transition: all 0.40s ease;
  -moz-transition: all 0.40s ease;
  -ms-transition: all 0.40s ease;
  -o-transition: all 0.40s ease;
  transition:all 0.40s ease; 
}
#welcome .estimation-form .form-inline .btn-estimation:hover .btn-skew-reverse {
  color: #212022;
}

  /* Client-Logos */

#client-logos {
  padding: 30px 0px 20px;
  background: #d7d7d7;
}

#client-logo-slider .item{
  margin: 10px;
}
#client-logo-slider .item img{
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.7;
}

  /* About */
section.module.parallax-2 {
  background-image: url(../images/welcome-bg.jpg);
  padding: 75px 0px;
}
/* #about {
  padding: 60px 0px 25px;
} */

#about .section-detail {
  margin-top: 70px;
}
#about .section-detail .detail {
  margin-bottom: 50px;
  display: inline-block;
}
#about .section-detail h3 {
  font-family: 'Open Sans Hebrew';
  color: #35383e;
  margin:25px 0px 15px;
  font-size: 20px;
}
#about .section-detail p {
  font-family: 'Open Sans Hebrew';
  line-height: 1.6em;
  font-size: 14px;
  color: #35383e;
}

  /* Services */

#services {
  padding: 75px 0px 0px;
}

#services .services-container {
  margin-top: 50px;
}
#services .services-container .service-detail {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

#services .services-container .service-detail .service-caption {
  background: rgba(0,0,0,0.7);
  display: inline-block;
  width: 100%;
  padding: 20px;
  height: 25%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.40s ease;
  -moz-transition: all 0.40s ease;
  -ms-transition: all 0.40s ease;
  -o-transition: all 0.40s ease;
  transition:all 0.40s ease;
}
#services .services-container .service-detail .service-caption h3 {
  font-family: 'Open Sans Hebrew';
  color: #fff;
  margin: 0px;
  text-transform: uppercase;  
}
#services .services-container .service-detail .service-hover {
  background: rgba(0,0,0,0.7);
  display: inline-block;
  width: 100%;
  padding: 20px;
  height: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 0.40s ease;
  -moz-transition: all 0.40s ease;
  -ms-transition: all 0.40s ease;
  -o-transition: all 0.40s ease;
  transition:all 0.40s ease;
}
#services .services-container .service-detail .service-hover h3 {
  font-family: 'Open Sans Hebrew';
  color: #fff;
  margin: 20px;
  opacity: 0.1;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition:all 0.8s ease;
}
#services .services-container .service-detail .service-hover p {
  /* display: none; */
  text-align: center;
  font-family: 'Open Sans Hebrew';
  color: #eeeeee;
  line-height: 1.8em;
  margin-top: 0px;
  opacity: 0.1;
  padding: 0px 20px;
  -webkit-transition: all 0.80s ease;
  -moz-transition: all 0.80s ease;
  -ms-transition: all 0.80s ease;
  -o-transition: all 0.80s ease;
  transition:all 0.80s ease;
}
#services .services-container .service-detail:hover .service-caption {
  height: 0;
  bottom: -50%;
  transition-delay:0.25s;
}
#services .services-container .service-detail:hover .service-hover {
  opacity: 1;
  top: 0;
  height: 100%;
}
#services .services-container .service-detail:hover .service-hover h3 {
  opacity: 1;
  transition-delay:0.2s;
}
#services .services-container .service-detail:hover .service-hover p {
  opacity: 1;
  transition-delay:0.3s;
}

  /* Clients */

#clients {
  padding: 60px 0 75px;
}

#clients .client-container {
  margin-top: 75px;
}
#clients .client-box {
  padding: 20px 20px 20px 60px;
  position: relative;
  border: 1px solid #d7d7d7;
  width: 90%;
  margin-right: 1%;
  float: left;
}
#clients .client-box .client-image {
  position: absolute;
  width: 104px;
  height: 104px;
  margin-top: -52px;
  top: 50%;
  left: -60px;
}

#clients .client-box .client-text h4 span {
  font-family: 'Open Sans Hebrew';
  color: #131313;
  padding-left: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #131313;
}
#clients .client-box .client-text p {
  font-family: 'Open Sans Hebrew';
  color: #646464;
  line-height:1.9em;
  margin-top: 25px;
}

/* News-Letter */

#news-letter {  
  background: url(../images/news-letter-bg.jpg) no-repeat;
  /*background-size:100% 100%;*/
  background-size:cover;
  padding: 60px 0 50px;
}
#news-letter h1 {
  font-family: 'Open Sans Hebrew';
  color: #fff;
}
#news-letter p {
  font-family: 'Open Sans Hebrew';
  color: #fff;
  font-size: 18px;
}
.news-letter-form {
  margin-bottom: 50px;
 // margin-left: 20px;
  margin-right: 40px;
}
.news-letter-form .form-inline {
  margin-top: 35px;
}
.news-letter-form .form-inline .form-group {
  width: 100%;
}
.news-letter-form .form-inline .form-group .form-input {
  padding: 0px;
}
.news-letter-form .form-inline .form-group .form-control {
  background: none repeat scroll 0 0 #f6f6f6;
  border: 1px solid #c9c9c9;
  border-radius:0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius:5px;
  font-family:'Open Sans Hebrew';
  font-size: 14px;
  font-weight: normal;    
}
.news-letter-form .form-inline .form-control {
  height: 64px;
  padding: 5px 20px;
  width: 100%;
}
.news-letter-form .submit-button {
  background: #CCB47A;
  border-color: #CCB47A;
  border-radius: 0px; 
  border-top-left-radius: 5px;
  border-bottom-left-radius:5px;
  color: #131313;
  height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  font-family: 'Open Sans Hebrew';
  font-size: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
.news-letter-form .submit-button:hover {
  background: #212022;
  border-color: #212022;
  color: #CCB47A;
}

  /* Footer */

#footer {
  padding-top: 50px;
  background: #061326;
  border-top: 5px solid #CCB47A;
}
#footer .footer-info h3 {
  font-family: 'Open Sans Hebrew';
  color: #CCB47A;
}
#footer .footer-info p {
  font-family: 'Open Sans Hebrew';
  color: #8b8b8b;
  font-size: 16px;
  line-height: 1.4em;
  padding: 20px 40px 40px 0; 
}
#footer .footer-info .social a {
  color: #8b8b8b;
  margin-right: 10px;
}
#footer .footer-info .social a .fa {
  color: #8b8b8b;
}
#footer .footer-info .social a .fa:hover {
  color: #CCB47A;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -ms-transition: all 1s ease 0s;
}
#footer .footer-info .bottom-services {
  padding-top: 20px;
}
#footer .footer-info .bottom-services p {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-family: 'Open Sans Hebrew';
  color: #8b8b8b;
}
#footer .footer-info .bottom-services p a {
  color: #8b8b8b;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
#footer .footer-info .bottom-services p a:hover {
  color: #fff;
}
#footer .footer-info .inTouch {
  padding:20px 0px 0px 15px;
}
#footer .footer-info .inTouch .inTouch-row {
  margin-bottom: 35px;
}
#footer .footer-info .inTouch .inTouch-icon {
  padding: 0px;
}
#footer .footer-info .inTouch .inTouch-icon .fa {
  color: #8b8b8b;
}
#footer .footer-info .inTouch .inTouch-text {
  padding: 0px;
}
#footer .footer-info .inTouch p {
  margin: 0;
  padding: 0;
}

#footer .copy-right {
  border-top: 1px solid #a5a5a5;
  margin-top: 50px;
}
#footer .copy-right p {
  margin: 0px;
  padding: 30px 0px;
  color: #8b8b8b;
  font-family: 'Open Sans Hebrew';
  font-size: 16px;
}
#footer .copy-right p a {
  color: #fff;
  text-decoration: none;
}

  /* Media Queries */
@media (max-width: 1100px) {
//	section.module.parallax-1 {
//		background-image: url("");
//	}
}
@media (min-width: 1600px) {
  #header span.header-left {
    left: 75%;
  }
}
@media (min-width: 2048px) {
  #header span.header-left {
    left: 72%;
  }
}
@media (min-width: 2280px) {
  #header span.header-left {
    left: 72%;
  }
}
@media (min-width: 2560px) {
  #header span.header-left {
    left: 68%;
  }
}

@media (max-width: 980px) {
  .top-info .col-sm-6 {
    padding: 0px;
  }
  .top-info .col-sm-3 {
    padding: 0px;
  }
  #header .top-info {
    margin-top: 30px;
  }
  #header .top-info .timing {
    padding: 8px 0px;
  } 
  #header .top-info span {
    font-size:10px; 
  }
  #header .top-info .phoneNo {
    padding: 0px 0px 0px 15px;
  }
  #header .top-info .phone-info p.phone-txt {
    font-size: 20px;
  }
  .logo-container {
    padding: 0px;
  }
  #header .logo a {
    margin-top: 30px;
    width: 75%;
  }
  #welcome .welcome-info h3 {
    font-size: 20px;
  }
  #welcome .welcome-info h1 {
    font-size: 24px;
  }
  #about .section-detail h3 {
    font-size: 22px;
  }

  #clients .client-box {
    margin-bottom: 30px;
  }
  #footer .footer-info .inTouch p {
    margin-left: 5px;
  }
}

@media (max-width: 800px) {
  #footer .footer-info .inTouch p {
    font-size: 14px;
  }
}



@media (max-width: 768px) {
  #footer .footer-info .inTouch p {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  #header .logo a {
    margin-top: 25px;
    margin-right: 180px;
  }
  #header .top-info {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #header .top-info .address,
  #header .top-info .phoneNo,
  #header .top-info .emailAddress {
    text-align: center;
  }
  .col-lg-3.col-md-3.col-sm-4.col-xs-12.logo-container {
    width: 100%;
  }
  .col-lg-9.col-md-9.col-sm-8.col-xs-12.top-info-container {
    width: 100%;
  }
  #welcome .welcome-info {
    padding: 0 0 10px 0;
  }
  hr {
    width: 40% !important;
  }
  #news-letter h1 {
    font-size: 24px;
  }
  #news-letter p {
    font-size: 14px;
  }
  .news-letter-form {
    margin-left: 0px;
  }
  .news-letter-form .form-inline .form-group {
    width: 70%
  }
  .news-letter-form .submit-button {
    font-size: 20px;
    padding: 10px 25px;
  }
  #clients .client-box .client-image {
    width: 80px;
    height: 80px;
    left: -40px;
    margin-top: -40px;
  }
  #clients .client-box .client-image img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 480px) {
  .news-letter-form .submit-button {
    font-size: 18px;
    padding: 10px 15px;
  }
}

@media (max-width: 360px) {
  .section-heading {
    font-size: 26px;
  }
  #header .logo a {
    margin-top: 25px;
    margin-right: 45px;
  }
  #header .top-info {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #header .top-info .address,
  #header .top-info .phoneNo,
  #header .top-info .emailAddress {
    text-align: center;
  }
  .col-lg-3.col-md-3.col-sm-4.col-xs-12.logo-container {
    width: 100%;
  }
  .col-lg-9.col-md-9.col-sm-8.col-xs-12.top-info-container {
    width: 100%;
  }
  #welcome .welcome-info {
    padding: 0 0 10px 0;
  }
  #welcome .estimation-form h3 {
    font-size: 22px;
  }
  #about .section-detail h3 {
    font-size: 18px;
  }
  #services .services-container .service-detail .service-hover h3 {
    font-size: 22px;
  }
  hr {
    width: 40% !important;
  }
  #news-letter h1 {
    font-size: 24px;
  }
  #news-letter p {
    font-size: 14px;
  }
  .news-letter-form {
    margin-left: 0px;
  }
  .news-letter-form .form-inline .form-group {
    width: 70%
  }
  .news-letter-form .submit-button {
    font-size: 14px;
    padding: 10px 5px;
  }
  #clients h1 {
    font-size: 28px;
  }
  #clients .client-box .client-image {
    width: 80px;
    height: 80px;
    left: -40px;
    margin-top: -40px;
  }
  #clients .client-box .client-image img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width:480px) {
  #header { width: 100% !important; }
  #welcome .pull-right { float: none !important; max-width:100% !important; margin:0 auto !important; }
  #welcome .skew-reverse { font-size: 24px !important; }
  #welcome .btn-estimation { padding:10px !important; }

  #header .logo a {
    margin-right: 20px;
  }
  #header .top-info .timing-info span {
    font-size: 9px;
  }
}

.modal {
  text-align: center;
}

.close  {
  float: left;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  /* background-color: #ffccff;  #ccffcc; */
  background-color: #CCB47A;
  border-radius: 7px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}


.modal-header{
  color: #121212;
}

.inTouch-row--hilite {
  color: #7c1816;
  background: #CCB47A;
  padding: 5px 10px;
  font-size: 14px;
}
