/* start slidere*/
.slide{background: url("../image/5.jpg") no-repeat center center fixed;height: 662px;-webkit-bacground-size :cover;}
.slide .slideopacity .info .hello a i {color: #ddd;margin-top: 90px;font-size: 40px;}
/* End slide*/

/* start contact*/
.contact{background: url("../image/12flip.jpg") no-repeat center center fixed;height: auto;background-size: cover;}
.contact .contactshad{background: rgba(5,5,5,.5);height: auto}
.contact .contactshad .container >i{color: #c64955;padding-top: 50px;font-size: 90px}
.contact .contactshad .container >h2{color: #eee;padding-bottom: 30px;font-size:30px;font-weight: 500;font-family: fantasy}
.contact .social {margin-top: 45px;margin-right: 35px;}
.contact .social ul {list-style: none;padding-left: 0;}
.contact .social ul li{padding:0px 60px;font-size: 40px;display:inline}
.contact .social ul li i{color: #eee;-webkit-transition-duration: 1s;opacit: .5}

.contact .social ul li i:hover{-webkit-transform: rotate(360deg);opacity: 1}
.contact .social ul li:first-of-type  i:hover{color: #4570b9}
.contact .social ul li:nth-of-type(2) i:hover{color: #49c9f9}
.contact .social ul li:nth-of-type(3) i:hover{color: #000}
.contact .social ul li:last-of-type  i:hover {color: #25D366}

.contact .contactshad .container >i:last-of-type{color: #eee;padding-top: 50px;font-size: 65px;}
.contact .contactshad .container >p{color: #eee;font-size: 25px;padding: 35px;}
.contact .contactshad .footer p{color: #eee;font-size: 10px;padding: 5px 0 3px 0;}
.contact .contactshad .footer h2{color: #c64955;padding-bottom: 30px;font-size:10px;font-family: monospace}
/* end contact*/

/********* start mediaquery *************/
@media( max-width: 370px){.slide .slideopacity .info .hello h1{font-size: 50px}}
@media (min-width:389px) and (max-width:451px){
    /*.info .hello {margin-top: -130px}*/
    .slide .slideopacity .info .hello h1{font-size: 50px}
}

/********* end mediaquery   *************/

/**********START HOVER*************/
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c64955;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {color: white;}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/**********************************/