.banner-text1-section{
    text-align: center;
    padding: 66px 0;
}

.banner-text1-section p{
    color: #434343;
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.banner-text1-section p a{
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 10px 30px;
    font-size: 13px;
    color: #888888;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 8px 0;
    background: rgba(230, 59, 19, 1);
    border: 2px solid #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-left: 65px;
}

.banner-text1-section p a:hover {
    background: #ffffff;
    color: rgba(175, 202, 20, 1);
}

.photo-banner-section {
    background: url(../upload/banners/1.jpg) fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
}

.photo-banner-section .photo-line {
    position: relative;
    padding: 170px 0 175px;
    color: white;
}
.photo-banner-section .photo-line .container {
    position: relative;
    z-index: 2;
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

a.button-one {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 12px 30px;
    font-size: 13px;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 8px 0;
    background: rgba(230, 59, 20, 1);
}

a.button-one:hover, a.button-one:focus {
    color: #fff;
}

a.button-one:hover {
    opacity: 0.7;
}


.video-section {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.video-section .photo-line {
    position: relative;
    padding: 170px 0 175px;
    z-index: 2;
}

.video-section .photo-line .container {
    position: relative;
    z-index: 2;
}

.video-section .photo-line p {
    color: #434343;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 45px;
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 26px;
}
video#bgvid {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: 0;
}

@media (min-width: 1200px){
    video#bgvid {
        top: -70%;
    }
}
@media (min-width: 992px){
    video#bgvid {
        top: -30%;
    }
}
@media (min-width: 768px){
    video#bgvid {
        top: -8%;
    }
}