 
body {
  background: #FFF;
   
}

.content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 179px;
}
ul.profile {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    list-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
}
.profile li {
    display: inline-block;
    width: 20%;
    padding-left: 0px;
    padding-right: 3px;
}

.header-menu-contact-us {
    background: none;
    background: -webkit-linear-gradient(left, transparent, #d7d7d7, transparent);  For Safari 5.1 to 6.0  
    background: -o-linear-gradient(left, transparent, #d7d7d7, transparent);  For Opera 11.1 to 12.0  
    background: -moz-linear-gradient(left, transparent, #d7d7d7, transparent);   For Firefox 3.6 to 15   	
 	background:linear-gradient(to left, transparent, #d7d7d7, transparent); 
}
 
.header-menu-contact-us ul.menu-center  li a{
    color: #cecdce;   
 } 
.header-menu-contact-us  ul.menu-center  li.active a {
    color: #ffa100;
}
.footer{
	color:#231f20;
} 
 

hr.horizontal-line { 
  border: 0; 
  height: 2px; 
  background: -webkit-linear-gradient(left, transparent, #d7d7d7, transparent);
  background: -moz-linear-gradient(left, transparent, #d7d7d7, transparent);
  background: -ms-linear-gradient(left, transparent, #d7d7d7, transparent);
  background: -o-linear-gradient(left, transparent, #d7d7d7, transparent); 

}
 
 
 

.description {
    font-size: 18px;
}

.contact-logo {
    
}
 

.title-img-text {    
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-text2 {
 padding-top: 20px;   
}
.map-container {
    padding-top: 20px;   
}
 
/* ....................effect ..........................*/
.style_prevu_kit {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
 }
 
 .style_prevu_kit:hover {
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(2.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(2.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(2.5);
  transition: all 200ms ease-in;
  transform: scale(2.5);
 }
.view {
	-webkit-perspective: 1050px;
	-moz-perspective: 1050px;
	-o-perspective: 1050px;
	-ms-perspective: 1050px;
	perspective: 1050px;
}

.view div {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.view .s2 > .overlay {
	background: -moz-linear-gradient(right, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(right, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(right, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(right, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(right, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
}

.view .s3 > .overlay {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.view .s4 > .overlay {
	background: -moz-linear-gradient(right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
	background: -webkit-linear-gradient(right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%);
	background: -o-linear-gradient(right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.2) 100%);
	background: -ms-linear-gradient(right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.2) 100%);
	background: linear-gradient(right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.2) 100%);
}

.view .s5 > .overlay {
	background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}

.view:hover .overlay {
    opacity: 1;
}

.view img {
    position: absolute;
    z-index: 0;
    -webkit-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
}

.view div.view-back{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    background: #666;
    z-index: 0;
}

.view-back span {
    display: block;
    padding: 5px 5px 5px;
    width: 100%;
    color: rgba(255,255,255,0.6);
}

.view-back span:first-child {
    padding-top: 20px;
}

.view-back .map-icon {
    display: bock;
    font-size: 18px;
    color: rgba(255,255,255,0.4);
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-image: url(../img/contactus/map-icon.png);
    width: 30px;
    height: 30px;
    line-height: 22px;
    text-align: center;
    font-weight: 700;
    background-repeat: no-repeat;
}

.view-back a:hover {
    color: #fff;
    border-color: #fff;
}
.map-hr-line {
    border: 0; 
    margin: 5px;
    background-color: rgba(255,255,255,0.6);
    height: 2px;
}
.view-back span[data-icon]:before {
    content: attr(data-icon);
    font-family: 'icons';
    color: #aaa;
    color: rgba(255,255,255,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.2);
    padding-right: 5px;
}

.view div.view-back{
	background: #0a0a0a;
	background: -moz-linear-gradient(left, #0a0a0a 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0a0a0a), color-stop(100%,#666666));
	background: -webkit-linear-gradient(left, #0a0a0a 0%,#666666 100%);
	background: -o-linear-gradient(left, #0a0a0a 0%,#666666 100%);
	background: -ms-linear-gradient(left, #0a0a0a 0%,#666666 100%);
	background: linear-gradient(left, #0a0a0a 0%,#666666 100%);
}
@media only screen and (min-width: 1024px){
    .content {
        width: 933px;
        margin-top: 64px;
    }
    
    .left-text {
        width: 308px;
    }
    
    .left-text .title-img-text {
        width: 228px;
    }
    
    .profile li{
        width: 121px;
    }
    
    .center-text {
        width: 110px;
    }
    
    .right-text {
        width: 515px;
    }
 
    
    .contact-logo {
       width: 228px;
    }

    .map-container {
        padding-left: 55px;
    }

    .view-back span {
        padding: 0px 5px;
        font-size: 12px;
    }
    .view-back span.title {
        padding: 10px 5px 5px 5px;
        font-size: 15px;
    }
  
   
    .view-back .map-icon {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
}

@media only screen and (min-width: 1600px){
    .content {
        width: 935px;
        margin-top: 82px;
    }
    
    .left-text {
        width: 307px;
    }
    
    .left-text .title-img-text {
        width: 229px;
    }
    
    .profile li{
        width: 122px;
    }
    
    .center-text {
        width: 111px;
    }
    
    .right-text {
        width: 517px;
    }
 
    
    .contact-logo {
       width: 229px;
    }
    
    .map-container {
        padding-left: 10px;
    }

    .view-back span {
        padding: 0px 5px;
        font-size: 14px;
    }
    .view-back span.title {
        padding: 10px 5px 5px 5px;
        font-size: 17px;
    }
  
   
    .view-back .map-icon {
        width: 35px;
        height: 35px;
        background-size: 35px 35px;
    }
}

@media only screen and (min-width: 1920px){
    .content {
        width: 1142px;
        margin-top: 100px;
    }
    
    .left-text {
        width:376px;
    }
    
    .left-text .title-img-text {
        width: 279px;
    }
    
    .profile li{
        width: 148px;
    }
    
    .center-text {
        width: 135px;
    }
    
    .right-text {
        width: 631px;
    }
 
    .contact-logo {
        width: 279px;
    }

    .map-container {
        padding-left: 20px;
    }
    
    .view-back span {
        padding: 0px 5px;
        font-size: 15px;
    }
    .view-back span.title {
        padding: 10px 5px 5px 5px;
        font-size: 20px;
    }
  
   
    .view-back .map-icon {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }
}

@media only screen and (min-width: 2560px){
    .content {
        width: 1571px;
        margin-top: 139px;
    }
    
    .left-text {
        width:517px;
    }
    
    .left-text .title-img-text {
        width: 384px;
    }
    
    .profile li{
        width: 207px;
    }
    
    .center-text {
        width: 186px;
    }
    
    .right-text {
        width: 868px;
    }
 
    
    .contact-logo {
        width: 384px;
    }
   
      .map-container {
        padding-left: 60px;
    }
    
    .view-back span {
        padding: 0px 5px;
        font-size: 20px;
    }
    .view-back span.title {
        padding: 10px 5px 5px 5px;
        font-size: 25px;
    }
  
   
    .view-back .map-icon {
        width: 71px;
        height: 71px;
        background-size: 71px 71px;
    }
    

}



