body{
    padding: 0;
    background-color: #050505;
    margin: 0;
    background-image: url(img/re2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
}
.regroup{
    position: relative;
    text-align: left;
    margin: auto;
    width: 930px;
}
.regroup tr td{
    padding:50px;
    margin:0;
    width:0;
    font-size: 14px;
}
*{
    font-family: 'Inconsolata', monospace;
    color:#b7860b;
}
a{
    color: inherit;
    text-decoration: inherit;
}
h1{
    color: #fb1e33;
    font-size: 20px;
    letter-spacing: 3px;
}
h2{
    font-size: 12px;
    line-height: 26px;
    color:#a9a9a9;
    letter-spacing: 1px;
}
h2:hover{
    color: rgba(255, 255, 255, 0.88);
}
h3{
    color:#fff;
    letter-spacing: 4px;
}
.logo{
    width: 421px;
    margin: auto;
    padding: 112px 0 25px;
}
.header{
    width: 100%;
    border-bottom: solid 3px #fff;
}
hr{
    width: 100%;
    height: 0;
    border-color: white;
    border-style: dashed;
    border-width: 1px;
}
ul {
    width: 100%;
    text-align: center;
    padding: 60px 0;
    margin: 0;
}
ul li {
    display: inline;
    color: rgba(255, 255, 255, 1);
    padding: 14px;
    font-size: 14px;
    line-height: 60px;
    cursor:pointer;
    text-transform: uppercase;
}
ul li:hover{
    color:#fb1e33;
}
.footer {
    position: relative;
    width: 100%;
    height: 46px;
    display: block;
    padding: 12px 0;
    border-top: 3px solid #fff;
    margin: 84px 0 0;
    text-align: center;
}
.alco{
    width: 120px;
    height: 120px;
    opacity: 0.8;
    transition: all ease 0.5s;
}
.alcot{
    width: 100%;
    height: 520px;
}
.alcot tr td{
    border: solid 2px transparent;
    text-align: center;
}
.alcot tr td:hover > a .alco{
    width:150px;
    height:150px;
    opacity:1;
}
.imghh{
    width: 100%;
    display: inline-block;
    border-bottom: solid 3px #fff;
    padding-bottom: 48px;
}
.imgh{
    width: 50%;
    position: relative;
    display: inline-block;
    text-align: center;
}
.vid{
    width: 954px;
    height: 524px;
    position: relative;
    margin: 12px auto;
}
.imgh img{
    height: auto;
    position: relative;
    margin: 9px;
    border: 3px solid transparent;
    -webkit-transition: -webkit-filter 0.5s ease;
    -moz-transition: -webkit-filter 0.5s ease;
    -o-transition: -webkit-filter 0.5s ease;
    -ms-transition: -webkit-filter 0.5s ease;
    transition: -webkit-filter 0.5s ease;
    -webkit-filter: grayscale(100%);
}
.imgh img:hover{
    -webkit-filter: grayscale(0%);
    border-color:  #fb1e33;
    width:auto;
}
.right img{
    float:left;
}
.left img{
    float:right;
}
.travel{
    height:520px;
    width:954px;
    position: relative;
    margin: auto;
    background-image: url(img/joshua.gif);
    animation: animatedBackground 120s linear infinite;
    -moz-animation: animatedBackground 120s linear infinite;
    -webkit-animation: animatedBackground 120s linear infinite;
    -ms-animation: animatedBackground 120s linear infinite;
    -o-animation: animatedBackground 120s linear infinite;
}
@keyframes animatedBackground{0%{background-position:0 bottom}
100%{background-position:-4725px bottom;}
}
@-moz-keyframes animatedBackground{0%{background-position:0 bottom}
100%{background-position:-4725px bottom}
}
@-webkit-keyframes animatedBackground{0%{background-position:0 bottom}
100%{background-position:-4725px bottom}
}
@-ms-keyframes animatedBackground{0%{background-position:0 bottom}
100%{background-position:-4725px bottom}
}
@-o-keyframes animatedBackground{0%{background-position:0 bottom}
100%{background-position:-4725px bottom}
}
.map{
    width: 477px;
    height: 420px;
    position: relative;
    margin:0;
    padding:0;
    float:left;
}
.about{
position:relative;
margin:auto;
padding:0;
width:954px;
display:inline-block;
}
.call{
width:477px;
height:550px;
margin:0;
padding:0;
float:right;
}
input{
    padding: 7px 11px;
    border-radius: 2px;
    background-color: transparent;
    border: 2px solid #fff;
}
textarea{
    padding: 7px 12px;
    width: 288px;
    border-radius: 2px;
    background-color: transparent;
    border: 2px solid #fff;
}