.t-shadow {
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.white {
 color: white;   
}

.center-title {
  padding-bottom: 40px;
  text-align: center;
}
#contrast {
    color: #E4BDD4 !important;
}
.btn-yellow-bg {
    background-color: #ECC00F; 
    color:black;
}
.btn-yellow-bg:hover{
    background-color: #333;
    border-color: #333 ;
}
.center-title .center-line {
  width: 40px;
  height: 3px;
  display: block;
  background-color: #1ab394;
  margin: 0 auto;
  margin-bottom: 5px;
}
.br-yellow {
    
    border:3px solid #ECC011;
    background-color: #F8F8F8;
}
.bg-yellow {
    
    background-color: #ECC00F;
}
.m-icon {
    margin-top: -65px !important;
}
.bg-warp {
   background-color: #f7f9fa;
}
.bg-grey {
    
    background-color: #f5f5f5 !important;
}
.padd-bot {
    
    padding-bottom: 20px;
}
.maxh-100 {
    
    max-height: 150px;
}
.maxh {
    
    max-height: 65px;
}
.m-h-p {
    min-height: 120px;
}
.m-h-p-b {
    min-height: 149px;
}
.maxw {
    
    max-width: 400px !important;
}
#ml70 {
    
    margin-left: 119px;
}
#clients{
    background-image: url(../img/clients.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    min-height: 456px;
}
#partners{
    background-image: url(../img/partners.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    min-height: 251px;
}
.margin-top {
    margin-top: 30px;
}
.pt-5 {
    padding-top:  5px !important;
}
.p-17 {
    font-size: 17px;
    font-family: "Roboto", Arial, sans-serif;
}
.p-25 {
    font-size: 25px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: bold;
}
.ph {
    margin-top: 70px;
    font-size: 40px;
        font-weight: bold;
    line-height: 1.2;
}

.h26{
    font-size: 26px !important;
}

.bg-form {
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
}
.padd-15 {
    padding: 15px;
}
.m-w {
  max-width: 260px;
}
.margin150 {
margin-top: 150px;    
}
/**Заголовки***/
.center-title h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1px;
}
/**center title**/
.center-title {
  padding-bottom: 40px;
  text-align: center;
}
.center-title h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1px;
}
.center-title p {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.center-title .center-line {
  width: 40px;
  height: 3px;
  display: block;
  background-color: #FEF13C;
  margin: 0 auto;
  margin-bottom: 5px;
}

/**process***/
.process {
  background: url(../img/showcase-4.jpg) no-repeat;
  background-size: cover;
    background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 150px;
  padding-bottom: 160px;
}


/**service***/
#services {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.special-feature .section-title hr {
  border-color: #333;
}

.special-feature i {
  font-size: 65px;
  line-height: 75px;
  color: #1ab394;
}

.special-feature h4 {
  font-size: 16px;
  margin-top: 25px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #777;
}

.special-feature .mask-top {
  width: 100%;
  background-color: #fff;
  padding: 55px 0;
  position: absolute;
  top: 0px;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.special-feature .mask-top h4:before {
  top: -18px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: -2px auto;
  position: absolute;
  width: 40px;
}

.special-feature .s-feature-box:hover .mask-top {
  top: -200px;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.special-feature .s-feature-box {
  overflow: hidden;
  position: relative;
  height: 280px;
  background-color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
}

.special-feature .mask-bottom {
  color: #333333;
  padding: 20px 15px 20px 15px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  bottom: -300px;
  height: 100%;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom p {
  padding: 0px 5px;
  font-size: 13px;
}

.special-feature .mask-bottom h4 {
  margin: 15px 0px 17px;
}

.special-feature .s-feature-box:hover .mask-bottom {
  bottom: 0;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom i {
  font-size: 38px;
  line-height: 50px;
}
.preim {
    background-image: url(../img/preimush.png);
    width:100%;
    min-height: 248px;
    background-repeat: no-repeat;
    background-position: center center;
}
.divide100 {
    padding-top: 80px;
}
.padd-96 {
    padding-top: 96px;
}
.preim-h {
    font-size: 1.3em !important;
    font-weight: 300 !important;

}
.map {
    width: 80%;
}
.mynavbar {
	text-align:center;

}
.mynavbar .nav {
	float:none;
}
.mynavbar .nav li {
	display:inline-block;
	float:none;
	margin:0 20px;
	vertical-align:middle;
}
.mynavbar .nav li a {
	color:#000;
}
.mynavbar .nav li a:hover {
    color:#ECC00F;

}
.menu li.active,
.menu li a:hover {
  background-position:0 0; 
 color:#ECC00F;
}
.mynavbar .nav li.mylogo a, .mynavbar .nav li.mylogo a:hover {
	background:transparent;
	max-width:150px;
}
.mynavbar .nav li.mylogo a img {
	width:100%;
	height:auto;
	vertical-align:middle;
	display:inline-block;
}
.navbar-brand {
	display:none
}
 @media screen and (max-width:768px) {
.navbar-brand {
	display:inline
}
.mynavbar .nav li {
	display:block;
	margin:0
}
.mynavbar .nav li a {
	border-radius:0;
	display:block;
	border-bottom:1px solid #fff
}
.mynavbar li.mylogo {
	display:none
}
}