@import url('https://fonts.googleapis.com/css?family=Oswald');

* {
    color: white;
    font-family: 'Oswald', sans-serif;
    box-sizing:border-box;
}

body {
    margin: 0px;
    height: 100%;
    text-align: center;
     background-image: url("backgraund.jpg");
	background-color: #011a2e;
background-position: center;
   
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.header img{max-width:100%; width:636;}



.container {
    width: 100%;
    height: 100%;
}
.footer {
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}
.footer img{margin:0;max-width:100%;width:600px;margin-bottom: -5px;}
.footer:before {
      background: #090f1e;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      right: 0;
      transform: skewY(-2deg);
      transform-origin: 100%;
      z-index: -1;
}

.btn {
    text-decoration: none;
    background-color: #304046;
    border: 2px solid #304046;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
	position:relative;
	overflow:hidden;
	border-radius:4px;
	transition:0.5s;
}
.btn:hover{background:#fd5c15;}
.footer .btn:hover{border-color:#304046;}
.btn.promo{color:white; background-color: orange; margin: 2px; border:2px solid #304046;}
.wqec_shine{
    position: absolute;
    top: 0;
    left: -45%;
    z-index: 2;
    display: block;
    width: 15%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    animation-timing-function: ease-in-out;
    animation-name: wqec-slideme;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@keyframes wqec-slideme {
    0% {
        left: -40%;
        opacity: 1
    }

    30% {
        left: 120%
    }

    100% {
        left: 140%
    }
}