body {
    font-family: 'Play', sans-serif;
}

a {
    color: #333333;
    text-decoration:none
}
a:hover {
    color:#ff8c00;
    text-decoration:none
}

*:focus {
    outline: 0 !important;
}

.clearfix {
    clear: both;
}

#container {
    width: 98%;
    margin: 0 auto;
}

#content {
    padding: 15px;
    padding-top: 0;
    min-height: 500px;
    background:#fff;
}

#footer {
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);

    -webkit-box-shadow: inset 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
}

#footer h4 {
    border: none;
}

#footer ul {
    padding-left: 0;
}

#footer li {
    list-style-type: none;
}

#footer li a {
    color: #333;
    text-decoration: none;
    padding: 2px 5px;
}

#footer li a:hover {
    background: #ff8c00;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff
}

form .required label:after {
    color: #e32;
    content: '*';
    display: inline;
}

/* Form errors */
form .error {
    background: #FFDACC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 6px;
    font-weight: normal;
}

form .error-message {
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    border: none;
    background: none;
    margin: 0;
    padding-left: 4px;
    padding-right: 0;
}

form .error,
form .error-message {
    color: #9E2424;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 15px;
}

.col-xs-14 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-14 {
        width: 14%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-14 {
        width: 14%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-14 {
        width: 14%;
        float: left;
    }
}

h2 {
    margin: 0;
    padding: 0
}

.pad10 {
    padding: 10px 15px
}

.buttonbar {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 70%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 70%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 70%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);

}

.button-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.button-toggle:focus {
    outline: 0
}

.icon-bar {
    background-color: black;
}

.icon-bar-container {
    border: 2px solid black;
}

.button-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.button-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

.button-default .button-toggle .icon-bar {
    background-color: whitesmoke
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-toggle {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0px 10px;
}

.navbar-left {
    float: left;
    padding-top: 15px;
}

.navbar-nav {
    /*margin: 7.5px -15px*/
}

/* Container for small index screens */
.s75 {
    max-width: 75%;
}

.chkBox {
    height: 16px;
    width: 16px;
    margin: 0
}

.btn {
    font-size: 14px;
}

.selectHeader {
    border: 1px solid #eee;
    padding: 2px;
    margin: 0;
}

.checkbox {
    margin-left: 20px;
    border-bottom: 1px solid #eee;
    height: 110%;
}

.checkbox label, .radio label {
    padding-left: 0;
}

#flashMessage, #customMessage {
    background-color: #000;
    margin: 0 -15px 15px;
    padding: 5px 15px;
    color: #fff;
    -moz-box-shadow: 0 4px 20px -6px #000000;
    -webkit-box-shadow: 0 4px 20px -6px #000000;
    box-shadow: 0 4px 20px -6px #000000;
    border-bottom: 1px solid #ea9d58;
}

#customMessage {

    border: 1px solid #ea9d58;
    position: absolute;
    left: 50%;
    top: 40px;
    min-width: 200px;
    margin-left: -100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.2em;
    background-color: #fff;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 11px 18px -8px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 11px 18px -8px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 11px 18px -8px rgba(0, 0, 0, 0.59);
    padding: 0;
    opacity: 0.95;
    margin-top: 5px;

    /* http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
    background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(12%, #595959), color-stop(25%, #666666), color-stop(39%, #474747), color-stop(50%, #2c2c2c), color-stop(51%, #000000), color-stop(60%, #111111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), color-stop(100%, #131313)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0); /* IE6-9 */
    background: #000;
}

#customMessage .loading {
    background-image: url('../img/loading3.gif');
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0 20px;
}

#indexTable {
    margin-top: 15px;
}

.profile_header {
    border: 1px solid red;
}

.top_section {
    margin: 10px 0;
    font-size: 1em;
}

.top_section select {
    font-size: 1em
}

.slider_field {

    width: 100%;
}

.middle {
    text-align: center
}

.delete-upload {
    color: red;
    cursor: pointer;
    font-size: 0.8em;
    display: block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.delete-upload:hover {
    background-color: red;
    color: white;
    text-decoration: none;
}

.edit-alt {
    cursor: pointer;
    font-size: 0.8em;
    display: block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.edit-alt:hover {
    background-color: #FF920A;
    color: #FFFFFF;
    text-decoration: none;
}

#selectAll {
    height: 16px;
    width: 16px;
    margin: 0;
}

.rjust {
    text-align: right;
}

th.center, .center {
    text-align: center !important;
    width: 20px !important;
}

#tabs {
    display: none;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sortable li {
    float: left;
}

.dz-image {
    border: 2px solid white;
    cursor: pointer;
    cursor: hand;
}

.dz-image:hover {
    border-color: #f57b0e;
}

#photo-upload-loading {
    background: url('../img/loading2.gif') top center no-repeat;
    height: 30px;
}

.fancybox-header {
    /* http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0); /* IE6-9 */
    border-bottom: 2px solid #ff920a;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 3px;
    text-shadow: 1px 0px 0px #000;
}

#loginBox {
    margin: 50px auto 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    width: 600px;
    border: 1px solid #333;
    -webkit-box-shadow: 0px 10px 87px -22px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 10px 87px -22px rgba(0, 0, 0, 1);
    box-shadow: 0px 10px 87px -22px rgba(0, 0, 0, 1);
}

#loginBox #header {
    margin-top: 8px;

}

.pad30 {
    padding: 30px;
}

.margin-top-50{
    margin-top: 50px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-top-120 {
    margin-top: 120px;
}

.label-margin {
    margin-top: 24px;
}

.mailshot-asset .item {
    border:none;
    margin: 4px 0;
    padding: 5px;
}

.mailshot-asset img {
    width: 140px;
    border: 1px solid #ccc;
    padding: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mailshot-asset .title {
    float: left;
    width: 100px
}

.mailshot-asset h3 {
    padding: 0;
    margin: 0 0 4px;
}

#mailshot-sending {
    display: none;
    text-align: center
}

.ui-timepicker-div {
    padding: 2px 15px;
}

#ui-datepicker-div {
    z-index: 5000 !important;
}

#helpbox {
    background: #fff;
    padding: 5px;
    height: 300px;
    border: 1px solid #ddd;
}

.waiting {
    background: url('../img/loading2.gif') right -2px no-repeat;
}

.ui-autocomplete {
    z-index: 1001;
}

.alert {
    padding: 5px;
    margin: 5px 0;
}

.filter-list, .dropdowns {
    color: #000000 !important;
}

#submit-message, #make-offer {
    float: right;
}

.request-details > .row > h4, .asset-details > .row > h4 {
    border-bottom: 3px #616261 double;
}

#web-request-content, .request-details {
    padding-left: 15px;
}

.request-details > #web-request-content > [class^="col-"]:not(#details-tag), .web-asset-content > [class^="col-"] {
    padding-left: 15px;
    border-bottom: 1px #DCDCDC solid;
}

#details-tag + div > p {
    padding-left: 30px;
}

.web-request {
    padding: 15px;
}

#web-request-options {
    background-image: url('../img/alert-amber.png');
    background-position: 15px 15px;
    background-repeat: no-repeat;
}

#web-request-alert-exists {
    background-image: url('../img/info.png');
    background-position: 15px 15px;
    background-repeat: no-repeat;
}

.request-element {
    border-right: 5px solid #FFFFFF;
}

#web-request-input > .input > label {
    display: block;
}

#outstanding {
    height: 17px;
    width: 17px;
    background: url('../img/amber_spot.png') no-repeat;
    float: right;
    line-height: 17px;
    font-size: 10px;
    font-weight: 700;
    color: white;
    text-align: center;
    margin: -8px -20px 0px 5px;
    padding: 0px;
}

.image {
    width: 500px;
    /*height: 500px;*/
    /*overflow: scroll;*/
}

.image > img {
    max-width: 100%;
    max-height: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #333;
}

.mailshot-notification {
    padding-top: 3px;
    font-size: 12px;
    margin-left: 5px;
}

.mailshot-buttons {
    text-align: right;
}

.mailshot-notification > a, .mailshot-notification > a:hover {
    color: #FFF;
    text-decoration: none;
}

.label-uaexp {
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0); /* IE6-9 */
}

.contact-name {
    font-weight: bolder;
    font-size: 1.5em;
    padding-left: 10px;
    vertical-align: bottom;
}

.crop {
    float: left;
    /*margin: 0 0 1em 0;*/
    overflow: hidden; /* this is important */
    max-height: 8em;
    /*border:1px solid #ccc;*/
}

/* input values to crop the image: top, right, bottom, left */
.crop img {
    margin: 0 0 -30px 0;
}

.em8 {
    height: 10em;
}

.em10 {
    height: 10em;
}

.em12 {
    height: 25em;
}

.cover {
    /*height: 20%;*/
    width: 100%;

    /*height: 12em;*/
    /*width: 100%;*/
    object-fit: fill;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.price-box {
    margin: 0 auto;
    background: #E9E9E9;
    border-radius: 10px;
    padding: 0px 0px;
    width: 500px;
}

.ui-widget-content {
    border: 1px solid #bdc3c7;
    background: #e1e1e1;
    color: #222222;
    margin-top: 4px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: transparent !important;
    border: none !important;
}

.ui-slider .ui-slider-handle label {
    background: #323232;
    border-radius: 20px;
    width: 6em;
    font-size: .9em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 5.2em;
    height: 40px;
    cursor: default;
    margin: 0 -40px auto !important;
    text-align: center;
    line-height: 35px;
    color: #FFFFFF;
    font-size: 15px;

}

.ui-slider .ui-slider-handle .glyphicon {
    color: #FFFFFF;
    margin: 0 2px;
    font-size: 11px;
    opacity: 0.5;
}

.glyph {
    position: relative;
    top: 0px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.ui-corner-all {
    border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.9em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #f9f9f9;
    background: #323232;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
    cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
    cursor: pointer;
    outline: none;
}

.price-slider {
    margin-bottom: 50px;
}

.price-slider span {
    font-weight: 200;
    display: inline-block;
    color: #7f8c8d;
    font-size: 13px;
}

.ui-slider-range-min {
    background: #FF920A;
}

.navbar-nav > li > a {
    font-size: 1.6em;
    font-family: "Play", "Calibri", "Helvetica Neue", Helvetica, Arial, sans-serif;;
}
.www-link {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #eee;
    margin: 2px 0 20px;
    padding: 4px;
}

.www-link:hover {
    background-color: #eee;
    border: 1px solid #ddd;
}

.www-link a {
    text-align: center;
}

.contact-us > input:not([type=checkbox]), .contact-us > select, .contact-us > textarea {
    margin-bottom: 10px;
}

.contact-us > label {
    padding-left: 0;
    padding-top: 3px;
}

.contact-us > textarea {
    resize: vertical;
    height: 150px !important;
}

.contact-us > input[type="checkbox"] {
    width: 10%;
}

.contact-us > .error {
    float: right;
}

#make-offer {
    margin-bottom: 10px;
}

.contact-us > fieldset > label {
    padding-top: 10px;
}

.contact-us > fieldset > legend {
    font-size: inherit;
    font-weight: bolder;
    margin-bottom: 5px;
}

#mascus {
    width: 950px;
    overflow: auto;
    min-height: 850px;
    margin: 5px 20px 10px;
}

#autoline {
    overflow: auto;
    min-height: 850px;
    margin: 5px 20px 10px;
}

h4, h3, h1, h2 {
    border-bottom: solid 1px #f57b0e;
    font-weight: bold;
    margin-top: 0;
}
h1 {
    border-bottom: solid 2px #f57b0e;
}

h1,h2 {
    margin-bottom:5px;
    padding-bottom:1px;
}


.content-top {
    margin-left: 15px;
    margin-top: 0;
}

.asset-data > div {
    border-bottom: 1px #DCDCDC solid;
}

.related-sidebar a {
    color: #000;
    /*text-decoration: none;*/
}

.related-sidebar a:hover {
    color: #f57b0e;
    /*border-bottom: solid 1px #f57b0e;*/
    font-weight: bold;
}

.caption h6 {
    margin-top: 0;
    margin-bottom: 3px;
}

.brochure-carousel-item {
    width: 180px;
    margin: 27px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #f57b0e;
}

.brochure-carousel-item:hover, .latest-assets:hover, .thumbnail:hover {
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, #fff, #fef4eb); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #fff, #fef4eb); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #fff, #fef4eb); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #fff, #fef4eb); /* Standard syntax */
}

.brochure-carousel-item small {
    color: #999;
    font-weight: bold;
}

.latest-assets {
    font-size:13px;
}

.carousel-items a {
    text-decoration: none;
    color: #000;
}

.carousel-title {
    padding: 5px;
    border-bottom: solid 1px #f57b0e;
    font-weight: bold;
    margin-top: 0;
}

.carousel-title h5 {
    margin: 0;
}

.brochure-carousel a.prev, .brochure-carousel a.next {
    display: block;
    width: 26px;
    height: 30px;
    line-height: 1;
    background-color: #909090;
    color: ghostwhite;
    text-decoration: none;
    font-family: "Play","Arial", "sans-serif";
    font-size: 25px;
    border-radius: 8px;
    float: left;
    /*margin-top: 85px;*/
}

.brochure-carousel a.prev {
    margin: 50px -5px 0 0; text-indent: 7px;
    /*margin: 5px -5px 0 0;*/
    text-indent: 7px;
}

.brochure-carousel a.next {
    margin: 50px 0 0 -5px; text-indent: 10px;
    /*margin: 5px 0 0 -5px;*/
    text-indent: 10px;
}

.brochure-carousel a.prev:hover, .brochure-carousel a.next:hover {
    background-color: #f57b0e;
}

#header {
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #f6f6f6 47%, #bfbfbf 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #f6f6f6 47%, #bfbfbf 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #f6f6f6 47%, #bfbfbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#bfbfbf', GradientType=0);

}

#header-contact {
    float: right;
    font-size: 1.2em;
    text-shadow: -1px 0px 1px #ddd;
    color: #333;
    text-align: right;
}

.contact-phone {
    /*background: url('../img/icon-phone.png') -2px 2px no-repeat;*/
    padding: 0 0 0 30px;
    margin: 0 10px;
}

.contact-email {
    /*background: url('../img/icon-email-32.png') 0 0 no-repeat;*/
    padding: 0 0 0 30px;
}

.navbar-nav > li > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    font-family: "Play","Arial";
    color: #333;
    font-size: 16px;
    padding: 6px 16px;
    text-decoration: none;
    margin-right: 4px;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background: #ff8c00;
    text-decoration: none;
    color:#fff;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.22);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.22);
    box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.22);
}

.navbar {
    margin-bottom: 0
}

.nav-sub {
    background: #a3a3a3;
    background: -moz-linear-gradient(top, #a3a3a3 0%, #777777 100%);
    background: -webkit-linear-gradient(top, #a3a3a3 0%, #777777 100%);
    background: linear-gradient(to bottom, #a3a3a3 0%, #777777 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a3a3', endColorstr='#777777', GradientType=0);

    border-radius: 0;
    border: none;
    margin: 0;
}

.nav-sub a {
    color: #fff;
}

#header {
    padding: 0;
}

.sub2 ul li a {
    color: #fff !important;
    font-size: 14px;
}

.sub2 li a:hover, .sub2 li a:focus{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+45,0e0e0e+100 */
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top,  #7d7e7d 45%, #0e0e0e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #7d7e7d 45%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #7d7e7d 45%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

}

#powered {
    font-size: 0.7em;
}

.split {
    border-left: 1px solid #fff;
}

footer {
    margin: 15px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.split-dark {
    border-left: 1px solid #ddd;
}

.hsplit {
    border-bottom: 1px solid #eee;
    padding: 5px 2px;
}

.thumb {
    max-width: 100%;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.home-thumb {
    max-width: 100%;
    max-height:136px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.asset-index-list h4 {
    border-bottom: 1px solid #eee;
    text-decoration: none;

}

.asset-index-list img {
    padding-top: 5px;
    padding-bottom: 5px;
}

.asset-index-list li {
    list-style-type: none;
    width: 50%;
}

.asset-grid-images a {
    text-decoration: none;
}

.asset-grid-images h4 {
    text-decoration: none
}

.g-recaptcha {
    padding-top: 15px;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    /*float: right;*/
    /*width: 279px;*/
    /*margin: 0 auto;display: table*/
}
#contact-owner{
    font-weight: bold;
    float:right;
}
/*#download-images, #share{*/
    /*float: right;*/
/*}*/
.icons{
    float: right;
}
.brochure h2{
    padding-top: 5px;
}

#spinner {
    position: absolute;
    width: 128px;
    height: 128px;
    top: inherit;
    left: 50%;
    z-index: 10;
    margin-top: 15em;
    margin-left: -50px;
    background-image: url("../img/loading.gif");
    /*background-color: #ffffff;*/
    /*-webkit-transition: all 1000s linear;*/
}

#spinner.spin {
    /*-webkit-transform: rotate(100000deg);*/
}
#refer {
    overflow: hidden!important;
}
label.slider{
    margin-bottom: 10px;
}
.brochure-download-links{
    font-weight: bolder;
    font-size: 25px;
}

.btn-banner {
    top: 9em;
    z-index: 999;
    position: absolute;
}

.btn-banner2 {
    top: 9em;
    z-index: 999;
    position: absolute;
}

ul.sidebar-list {
    margin:0 0 15px;
    padding-left:0;
}

ul.sidebar-list li {

    padding-left:20px !important;
    background:url("../img/bullet-1.png") 0 4px no-repeat;
    list-style-type: none;
}

.no-left-padding {
    padding-left:0;
}

.flexBox {
    display:flex;
    flex-wrap:wrap;
}

@media all and ( min-width: 1200px ) {
    .flexBox .a { order:1; }
    .flexBox .b { order:4; }
    .flexBox .c { order:3; }
    .flexBox .d { order:2; }
}

@media screen and ( max-width: 470px ) {
    .googlecaptcha {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

input[type=radio] {
    border: 0px;
    width: 20%;
    height: 1.5em;
    box-shadow: none;
}

.form-control {
    font-size: 16px !important;
}
