﻿html {
    /*font: normal 1rem/1.5 Georgia,serif;*/
    /*font-size: 13px;*/
    /*overflow:hidden;*/
}

body {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* close commented backslash hack */
.camera_wrap {
    margin-bottom: 0px !important;
    /*border-top: 6px solid red;*/
}

.banner:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.banner {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .banner {
    height: 1%;
}

.banner {
    display: block;
}
/* close commented backslash hack */

.banner {
    border-color: #6b1331;
    border-bottom: 6px solid #6b1331;
}

.myIframe:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.myIframe {
    display: inline-block;
    border-bottom: 6px solid red;
}

* html .myIframe {
    zoom: 1;
}

*:first-child + html .myIframe {
    zoom: 1;
}

.myIframe {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.pattern_1 .camera_overlayer {
    background: none;
}

.camera_caption > div {
    padding: 10px 0;
}

.camera_caption .xsfont {
    font-size: 1vw;
    line-height: 150%;
}

.camera_caption .smfont {
    font-size: 1.4vw;
    line-height: 150%;
}

.camera_caption .mdfont {
    font-size: 1.8vw;
    line-height: 150%;
}

.camera_caption .lgfont {
    font-size: 2.2vw;
    line-height: 150%;
}

    .camera_caption .lgfont h4 {
        font-size: 1.5vw;
        line-height: 1.5;
    }

.camera_caption {
    width: 100%;
    height: 100%;
    color: #FFF;
    position: relative;
}

/*.topLeft > div {
    position: absolute;
    top: 50px;
    left: 100px;
}*/

/*.topLeft > div {
    display: inline-block;
    float: left;
    left: 40px;
    position: inherit;
    top: 40px;
}*/

.topCentre {
    text-align: center;
    display: inline-block;
}

    .topCentre > div {
        display: inline-block;
        top: 10%;
        bottom: auto;
        height: auto;
        width: auto;
        transform: translate(-50%, -10%);
        position: absolute;
        left: 50%;
    }

/*.topRight > div {
    position: absolute;
    top: 50px;
    right: 100px;
}*/

.topRight > div {
    display: inline-block;
    float: right;
    right: 5%;
    top: 10%;
    position: absolute;
    height: auto;
    width: auto;
    bottom: auto;
    transform: translate(-5%, -10%);
}

/*.bottomLeft > div {
    position: absolute;
    bottom: 50px;
    left: 100px;
}*/

.bottomLeft > div {
    display: inline-block;
    float: left;
    left: 40px;
    position: absolute;
    bottom: 40px;
}

.bottomCentre > div {
    display: inline-block;
    position: relative;
    top: 60%;
}

.bottomCentre {
    display: inline-block;
    text-align: center;
}

/*.bottomRight > div {
    position: absolute;
    bottom: 50px;
    right: 100px;
}*/


.bottomRight > div {
    display: inline-block;
    float: right;
    right: 40px;
    position: absolute;
    bottom: 40px;
}

.centreLeft > div {
    display: inline-block;
    position: inherit;
    top: 50%;
    left: 10%;
    float: left;
    transform: translate(-10%, -50%);
    height: auto;
    width: auto;
    bottom: auto;
}

.centreCentre > div {
    display: inline-block;
    position: relative;
    top: 25%;
    /*position: absolute;
    top: 35%;
    right: 30%;*/
}

.centreCentre {
    text-align: center;
    display: inline-block;
}

.centreRight > div {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10%;
    height: auto;
    width: auto;
    transform: translate(-10%, -50%);
    text-align: center;
    bottom: auto;
}

.camera_caption li {
    text-align: left;
    list-style: square;
    list-style-position: inside;
    line-height: 250%;
    font-family: 'Roboto', sans-serif;
}

.camera_caption h1 {
    display: block;
    line-height: 1.35;
    text-align: center;
    font-family: 'Palatino-Roman', serif;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.camera_caption a {
    display: inline-block;
    padding: 10px 40px;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    border-radius: 50px;
    text-decoration: none;
    line-height: 1.35;
    font-family: 'Palatino-Roman', serif;
    text-transform: uppercase;
    font-weight: 700;
}

    .camera_caption a:hover {
        background-color: #000;
        color: #fff;
    }

.camera_pag {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.camera_pag_ul {
    text-align: center !important;
}

.camera_prev > span {
    background: url(../images/camera_skins.png) no-repeat 0 -80px;
    display: block;
    height: 40px;
    width: 40px;
}

.camera_next > span {
    background: url(../images/camera_skins.png) no-repeat -40px -80px;
    display: block;
    height: 40px;
    width: 40px;
}

.camera_prevThumbs, .camera_nextThumbs, .camera_prev,
.camera_next, .camera_commands, .camera_thumbs_cont {
    background: #FA651C;
    background: rgba(250, 101, 28, 0.85);
}

    .camera_prev:hover, .camera_next:hover {
        background: #000000;
        background: rgba(0, 0, 0, 0.85);
    }

.cameraSlide img {
    min-height: 100%;
    margin-top: 0px !important;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .5;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.hero .btn.btn-lg {
    padding: 10px 40px;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

.lead-text {
    font-family: "Open Sans";
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    color: #000;
    display: block !important;
}

.img-responsive {
    max-width: 100%;
}

.HeroBanner {
    margin: 0 auto !important;
    display: block !important;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #FA651C;
}

    .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
        background: #FA651C;
    }

    .camera_wrap .camera_pag .camera_pag_ul li > span {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        height: 16px;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 16px;
    }

@media screen and (max-width: 960px) {
    .HeroBanner {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .camera_wrap .camera_pag .camera_pag_ul li {
        border: 2px solid #FA651C;
        margin: 20px 2px;
    }

        .camera_wrap .camera_pag .camera_pag_ul li > span,
        .camera_wrap .camera_pag .camera_pag_ul li {
            height: 8px;
            width: 8px;
        }

    .HeroBanner {
        width: 50%;
    }

    .centreCentre > div {
        top: 15%;
    }

    .lead-text {
        font-size: 20px;
    }

    .centreRight > div {
        right: 30px;
        padding: 0;
    }  

    .camera_caption .lgfont {
        font-size: 3vw;
    }

    .camera_caption a {
        padding: 5px 10px;
        font-size: 9px;
        margin-top: 10px;
    }

    .camera_caption h1 {
        font-size: 15px;
    }

    .Rider {
        width: 60px;
    }
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 360px) {
    .lead-text {
        font-size: 15px;
    }
}
