﻿html {
    /*font: normal 1rem/1.5 Georgia,serif;*/
    /*font-size: 13px;*/
    /*overflow:hidden;*/
}

body {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

.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 > div > * {
        font-family: proxima-nova, sans-serif;
    }

.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 {
    width: 100%;
    height: 100%;
    color: #FFF;
}

/*.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;
        position: relative;
        top: 30px;
    }

/*.topRight > div {
    position: absolute;
    top: 50px;
    right: 100px;
}*/

.topRight > div {
    display: inline-block;
    float: right;
    right: 40px;
    position: inherit;
    top: 40px;
}

/*.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 {
    /*position: absolute;
    top: 45%;
    left: 100px;*/
    display: inline-block;
    position: inherit;
    top: 35%;
    left: 40px;
    float: left;
}

.camera_caption > div h2,
.camera_caption > div p {
    display: block;
}

.centreCentre > div {
    display: inline-block;
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto !important;
    width: auto;
}

.centreCentre {
    text-align: center;
    display: inline-block;
    position: relative;
}

.centreRight > div {
    /*position: absolute;
    top: 45%;
    right: 100px;*/
    display: inline-block;
    position: inherit;
    top: 35%;
    right: 40px;
    float: right;
}

.camera_caption li {
    text-align: left;
    list-style: square;
    list-style-position: inside;
    line-height: 250%;
    font-family: 'Roboto', sans-serif;
}

.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: #e79735;
    background: rgba(231, 151, 53, 0.85);
}

    .camera_prev:hover, .camera_next:hover {
        background: #e48b1e;
        background: rgba(228, 139, 30, 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: proxima-nova, sans-serif;
    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;
}

@media screen and (max-width: 960px) {
    .HeroBanner {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .HeroBanner {
        width: 50%;
    }

    .centreCentre > div {
        top: 15%;
    }

    .lead-text {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .lead-text {
        font-size: 15px;
    }
}
