@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,600,900");

/*
* Adsense CSS
* --------------------------------------------------
*/

.ozGrid-H {
    /*Mobile Banner Ad*/
    width: 320px;
    height: 60px;
}

@media(min-width: 500px) {
    .ozGrid-H {
        /*Banner Ad*/
        width: 468px;
        height: 60px;
        display: none !important;
    }
}

@media(min-width: 800px) {
    .ozGrid-H {
        /*Leaderboard Ad*/
        width: 728px;
        height: 90px;
    }
}

.ozGrid-V {
    /*Skyscraper Ad*/
    width: 120px;
    height: 600px;
}

@media(min-width: 1600px) {
    .ozGrid-V {
        /*Wide Skyscraper Ad*/
        width: 160px;
        height: 600px;
    }
    .bottom-ad {
        display: none !important;
    }
}


/*
* Ozgrid Search CSS
* --------------------------------------------------
*/

.form-control-search {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-weight: 400 !important;
    font-size: 0.75em !important;
    line-height: 1.42857143;
    color: #757575;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-search-home {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    text-align: left;
    font-weight: 600 !important;
    font-size: 1em !important;
    line-height: 1.42857143;
    color: #757575;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-search {
    vertical-align: top;
}

.btn-search-home {
    padding: 9px 12px;
}

#do-search-clear {
    margin-left: -80px;
}

.btn-search-clear {
    height: 34px;
    padding: 6px 12px;
    font-weight: 400 !important;
    font-size: 0.75em !important;
    line-height: 1.42857143;
    color: #757575;
    background-color: none;
    background-image: none;
    border: 0;
}

.navbar-brand {
    color: #ecf0f1;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.25em;
    text-shadow: 2px 2px 4px #000000;
}


@media(max-width: 768px) {
    .navbar-brand {
        font-size: 1em;
    }
}


/* Search Modal containers */

#searchModal {
    background: rgba(47, 68, 86, 0.90);
}

#searchModal.modal {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

#searchModal.modal.open {
    display: block;
}

#searchModal .search-modal-header {
    height: 70px;
    background: rgba(47, 68, 86, 0.90);
    padding: 5px;
}

#searchModal .search-modal-footer {
    height: 0;
    position: absolute;
    width: 100%;
}

#searchModal .search-modal-content {
    position: absolute;
    width: 100%;
    padding: 20px 0 40px 0;
    background: rgba(47, 68, 86, 0.75);
    color: #f5f5f5;
    font-weight: 300;
    overflow: auto;
    bottom: 0;
    top: 70px;
    overflow-y: auto;
}

#searchModal .input-group {
    padding-left: 0;
}

@media (max-width: 992px) {
    #searchModal .search-modal-content {
        top: 120px;
    }
    #searchModal .input-group {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-brand span {
        visibility: hidden;
    }
}

#searchModal .search-modal-footer {
    bottom: 0;
    background: rgba(47, 68, 86, 0.90);
}


/*Stops the background scrolling when modal open*/

body.modal-open {
    overflow: hidden;
    position: fixed;
}

#searchModal h1 {
    font-size: 1.5em;
    line-height: 1em;
    color: #f5f7fa;
    padding-bottom: 1em;
    border-bottom: 3px solid rgba(226, 226, 226, 0.35);
}

#searchModal .search-modal-content p {
    font-size: 0.85em;
    line-height: 1.5em;
    color: #f5f7fa;
    margin: 0;
}

#searchModal .search-modal-content a {
    font-size: 1.15em;
    line-height: 1.5em;
    color: #f5f7fa;
    text-decoration: none;
    font-weight: 600;
}

#searchModal .search-modal-content a:hover {
    color: #7B9AAE;
    text-decoration: underline;
}

#searchModal .search-modal-content span {
    font-size: 0.75em;
    line-height: 1.2em;
    color: #7B9AAE;
    font-weight: 400;
    display: inline-block;
    padding-top: 10px;
}

#searchModal .search-modal-content p span.highlight {
    font-size: 1em;
    line-height: 1.7em;
    font-weight: 600;
    color: #f5f7fa;
    background: rgba(226, 226, 226, 0.35);
    padding: 0 3px 0 3px;
}


/*
* Ozgrid General CSS
* --------------------------------------------------
*/

.ozGridLogo {
    color: #ecf0f1;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.25em;
    text-shadow: 2px 2px 4px #000000;
}

body {
    background: #f5f7fa;
    line-height: 1.70em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #656b74;
    font-size: 16pt;
    padding-top: 50px;
    /* For preload 
    overflow: hidden;  */
}

input,
textarea,
select {
    line-height: 1.70em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #656b74;
    font-size: 16pt;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #313a45;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.5em;
    margin: 0 0 1.5em 0;
}

h3 {
    font-size: 1.1em;
    margin: 0 0 0.5em 0;
}

.white {
    color: white;
}

.supersmall {
    font-size: 0.65em !important;
}

#main h2 {
    font-size: 2em;
    line-height: 1em;
    color: #2F4456;
    padding-bottom: 1em;
    border-bottom: 3px solid rgba(123, 154, 174, 0.35);
}

Footer {
    background-color: #343e49;
    color: #a1a6ac;
    padding: 5em 0em 2em 0em;
}

Footer p a,
Footer p a:visited,
Footer p a:active,
Footer li a,
Footer li a:visited,
Footer li a:active,
.pagefooter p a,
.pagefooter p a:visited,
.pagefooter p a:active {
    color: #7B9AAE;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px #7B9AAE dotted;
}

Footer p a:hover,
Footer li a:hover,
.pagefooter p a:hover {
    color: #7B9AAE;
    text-decoration: none;
    border-bottom: 1px #7B9AAE solid;
}

.pagefooter {
    background-color: #343e49;
    color: #a1a6ac;
    padding: 2em 0em 2em 0em;
    font-size: 0.75em;
}

ul.article {
    list-style-type: square;
    margin-left: 50px;
}

.leadP {
    color: #2F4456;
    font-weight: bold;
}

.dropShadow {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
}

.dropShadowAlt {
    text-shadow: 1px 1px 3px rgba(240, 240, 240, 0.5);
}

.ozGrid-dark-blue {
    color: #2F4456;
    /*rgba(47,68,86,1)*/
}

.ozGrid-light-blue {
    color: #7B9AAE;
    /*rgba(123,154,174,1)*/
}

.pad-top {
    padding-top: 10px;
}

.pad-top-big {
    padding-top: 40px;
}

.pad-bot {
    padding-bottom: 10px;
}

.pad-bot-big {
    padding-bottom: 40px;
}

h1#terms,
h1#privacy,
h1#cookie,
h1#returns {
    padding-top: 65px;
}

.fa {
    padding-right: 10px;
}

.breadcrumb {
    background-color: rgba(123, 154, 174, 0.5);
    color: black;
    font-weight: 400;
    font-size: 0.75em;
}

.breadcrumb>li+li:before {
    color: #333;
    content: "\002F\00a0";
}

.btn-ozgrid {
    color: #fff;
    background-color: #2F4456;
    border-color: rgba(123, 154, 174, 0.5);
}

.btn-ozgrid-alt {
    color: #fff;
    background-color: #7B9AAE;
    border-color: rgba(47, 68, 86, 0.1);
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
}

@media(max-width: 768px) {
    .btn-full-width {
        width: 100%;
        margin-bottom: 10px;
    }
}

hr {
    border-style: solid;
    border-color: #555;
    border-color: rgba(255, 255, 255, 0.1);
    border-top-width: 2px;
}

.hralt {
    border-style: solid;
    border-color: #555;
    border-color: rgba(0, 0, 0, 0.1);
    border-top-width: 2px;
}

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

.feature-item i {
    font-size: 80px;
    background: #f5f7fa;
    color: #7B9AAE;
    background: -webkit-linear-gradient(#7B9AAE, #2F4456);
    background: -o-linear-gradient(#7B9AAE, #2F4456);
    background: -moz-linear-gradient(#7B9AAE, #2F4456);
    background: linear-gradient(#7B9AAE, #2F4456);
    /* IE HACK */
    background-image: -ms-linear-gradient(top, #f5f7fa 0%, #f5f7fa 0%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 10px;
}

.feature-item .lead {
    font-weight: 600;
    color: #313a45;
    font-size: 1.1em;
    margin: 0 0 0.5em 0;
}

.feature-item .title {
    font-size: 1.5em;
    margin-bottom: 40px;
}

ul.social {
    padding-top: 15px;
}

@media (max-width: 767px) {
    ul.social {
        display: table;
        width: 100%;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    ul.social>li {
        display: table-cell;
        text-align: center;
    }
    ul.social>li img {
        height: 24px;
        width: 35px;
    }
}


/*
* Ozgrid 404
* --------------------------------------------------
*/

.main404 {
    background-attachment: fixed;
    background-image: url("../img/404.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main404 h1 {
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
}

.main404 h2 {
    padding: 20px;
    text-align: center;
    color: #f5f5f5;
    background: rgba(123, 154, 174, 0.65);
}

.main404 h2 a {
    text-decoration: underline;
}

@media (max-width: 1279px) {
    .main404 h1 {
        font-size: 2em;
    }
    .main404 h2 {
        font-size: 1em;
    }
}


/*
* Ozgrid CSS - Pre Loader
* Credit: PreLoadMe
* https://github.com/niklausgerber/PreLoadMe
* Font Awesome Animation
* http://l-lin.github.io/font-awesome-animation/
* --------------------------------------------------
*/

.loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
}

.loader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #7B9AAE;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }
    50% {
        width: 30%;
    }
    70% {
        width: 70%;
    }
    80% {
        left: 50%;
    }
    95% {
        left: 120%;
    }
    to {
        left: 100%;
    }
}


/* Credit: PreLoadMe
/* https://github.com/niklausgerber/PreLoadMe
/* ------------------------------ */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2F4456;
    z-index: 9999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}


/*
* Ozgrid CSS - Product
* --------------------------------------------------
*/

blockquote {
    border-left: 0px;
    padding: 30px;
}

.thumbnail {
    padding: 20px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .thumbnail img {
        width: 100%;
    }
}

.thumbnail img.lbox-thumbnail {
    height: 100px;
    width: auto;
    display: inline-block;
    border: 3px rgba(123, 154, 174, 0.25) solid;
}

.product {
    padding: 10px 10px 10px 10px;
}

.product-image {
    width: 83px;
    height: 100px;
    padding-right: 10px;
}

@media (max-width: 991px) {
    .product-image {
        width: 52px;
        height: 50px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .product {
        padding: 5px 0px 0px 0px;
    }
}

.product h3 {
    margin-top: 5px;
}

.ratings {
    padding: 10px;
    color: #d17581;
}

.product-label {
    font-size: 0.75em;
    color: rgba(47, 68, 86, 0.65);
    margin-right: 20px;
}

.label-default {
    font-size: 0.5em !important;
    background: rgba(123, 154, 174, 0.35) !important;
}

.store-rating {
    color: #d17581;
}

.store-no-rating {
    color: #888888;
}


/* The controls 

.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #2F4456;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
    color: #f5f5f5;
}

.carousel-control.right {
    right: -12px;
}


.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 1em;
}

.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}


.carousel-indicators li {
    background: #cecece;
}

.carousel-indicators .active {
    background: #2F4456;
}

*/

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

.carousel-inner {
    width: 80%;
    margin: auto;
}


/* Control buttons  */

.carousel-control,
.carousel-control:focus,
.carousel-control:hover {
    background: none;
    color: #2F4456;
    font-size: 1.3em;
    text-shadow: none;
    margin-top: 30px;
}


/* Previous button  */

.carousel-control.left {
    background: none;
    left: -12px;
}


/* Next button  */

.carousel-control.right {
    background: none;
    right: -12px !important;
}


/* Changes the position of the indicators */

.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}


/* Changes the color of the indicators */

.carousel-indicators li {
    background: #c0c0c0;
}

.carousel-indicators .active {
    background: #333333;
}


/* End carousel */


/*
* Ozgrid CSS - Datatables
*
* --------------------------------------------------
*/


/* Change processing dialog colour */

.dataTables_wrapper .dataTables_processing {
    background-color: rgba(123, 154, 174, 1);
    color: white;
}

@media (max-width: 767.98px) {
    /* To stop search bar wrapping */
    div.dataTables_wrapper div.dataTables_filter input {
        display: block;
    }
    /* To center pagniation controls */
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
        padding-top: 20px;
    }
}


/*Alternate row background*/

table.dataTable tr.odd {
    background-color: rgba(123, 154, 174, 0.1);
}

table.dataTable tr.even {
    background-color: none;
}


/*
* Ozgrid CSS - Forms
* --------------------------------------------------
*/

label {
    color: #2F4456;
}

input,
textarea {
    /*z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;*/
    font-size: 1em !important;
    /*background: none;*/
    background: rgba(123, 154, 174, 0.25) !important;
    /*box-shadow: none !important;
    resize: none;*/
}

select {
    font-size: 0.75em !important;
    background: rgba(123, 154, 174, 0.25) !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control--inline {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus,
.form-control--nowidth:focus {
    border-color: rgba(123, 154, 174, 1);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.dropzone {
    border: 1px solid rgba(123, 154, 174, 1) !important;
}


/* File Upload */


/* https://codepen.io/bi11johnston/pen/bsGDf */

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.fileupload {
    margin-bottom: 9px;
}

.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
}

.fileupload .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.fileupload .thumbnail>img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.fileupload .btn {
    vertical-align: middle;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-inline .fileupload-controls {
    display: inline;
}

.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
    color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
    border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
    color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
    border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
    color: #468847;
}

.control-group.success .fileupload .thumbnail {
    border-color: #468847;
}


/* End File Upload */


/*
* Ozgrid CSS - Home Page
* --------------------------------------------------
*/

.ozgrid-header {
    padding-top: 10px;
    padding-bottom: 70px;
    background: #7B9AAE;
    /*#2F4456;*/
    background-attachment: fixed;
    background-image: url("../img/bg.svg");
    background-position: center center;
    background-repeat: repeat;
}

.ozgrid-header .banner h2 {
    font-size: 3.5em;
    line-height: 1em;
    margin-bottom: 0.25em;
    color: #2F4456;
}

.ozgrid-header .banner p {
    top: -1em;
    font-size: 1.5em;
    color: #f5f5f5;
}

.ozgrid-header p {
    color: #EAEAEA;
}

.ozgrid-header p a,
.ozgrid-header p a:visited,
.ozgrid-header p a:active {
    color: #2F4456;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px #2F4456 dotted;
}

.ozgrid-header p a:hover {
    color: #2F4456;
    text-decoration: none;
    border-bottom: 1px #2F4456 solid;
}

#about p a,
#about p a:visited,
#about p a:active {
    color: #7B9AAE;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px #7B9AAE dotted;
}

#about p a:hover {
    color: #7B9AAE;
    text-decoration: none;
    border-bottom: 1px #7B9AAE solid;
}


/* Pennant */

.pennant {
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    display: inline-block;
    margin: 2em;
    width: 10em;
    height: 10em;
    line-height: 9.75em;
    border: solid 2px rgba(255, 255, 255, 0.35);
    border-radius: 100%;
    background-color: none;
    text-align: center;
}

.pennant:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: scale(1.1);
}

.pennant span {
    height: 5em;
    display: inline-block;
    vertical-align: middle;
}

.pennant span:before {
    display: block;
    color: #fff;
    font-size: 108px;
}

.highlight-section {
    background-color: #2F4456;
    color: rgba(255, 255, 255, 0.75);
    padding-top: 70px;
    padding-bottom: 70px;
}

.highlight-section h2 {
    color: white;
    font-size: 1.5em;
    margin: 0 0 1.5em 0;
}

.highlight-section h3 {
    color: white;
    font-size: 1em;
    margin: 0 0 1.5em 0;
}

.contact-section {
    background-color: #f5f7fa;
    color: rgba(0, 0, 0, 0.75);
    padding-top: 70px;
    padding-bottom: 70px;
}


/*
* Ozgrid CSS - Jumbotrons
* --------------------------------------------------
*/

.jumbotron,
.jumbotron-store {
    margin-top: 10px;
    min-height: 40vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
}

.jumbotron-vendor {
    margin-top: 0px;
    min-height: 40vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.jumbotron span,
.jumbotron-store span#title {
    background: rgba(123, 154, 174, 0.75);
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.26em;
    font-size: 3em;
    font-weight: 600;
}

.jumbotron span#vendor {
    background: rgba(47, 68, 86, 0.5);
    color: white;
    padding: 5px 10px 5px 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.56em;
    font-size: 1em;
    font-weight: 400;
}

@media (max-width: 767px) {
    .jumbotron {
        min-height: 35vh;
    }
    .jumbotron span {
        font-size: 2em;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .jumbotron span {
        font-size: 2.5em;
    }
}

.jumbo1 {
    background-image: url(../img/freebies-bg.jpg);
}

.jumbo2 {
    background-image: url(../img/chart-bg.jpg);
}

.jumbo3 {
    background-image: url(../img/store-bg.jpg);
}

.jumbo4 {
    background-image: url(../img/training-bg.jpg);
}

.jumbo-img-vendor {
    background-image: url(../img/vendor-bg.png);
}


/*
* Ozgrid CSS - Icons
* --------------------------------------------------
*/

.icon {
    text-decoration: none;
}

.icon:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 0.75em;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.icons>li {
    cursor: default;
    display: block;
    position: relative;
    padding: 16px 0 0 80px;
    min-height: 48px;
    margin-top: 1.75em;
}

ul.icons>li:first-child {
    margin-top: 0;
}

ul.icons li a,
ul.icons li span {
    display: block;
    text-decoration: none;
    color: #333d47;
}

ul.icons>li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #343e49;
    color: #FFF;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    width: 64px;
    height: 64px;
    line-height: 64px;
}

ul.icons>li.fa-twitter:before {
    background: #389ebc;
}

ul.icons>li.fa-facebook:before {
    background: #3876bc;
}

ul.icons>li.fa-linkedin:before {
    background: #007BB6;
}


/* Tabs */

.nav-pills>li>a {
    border-radius: 4px;
    color: #2F4456;
    background-color: none;
    border-color: transparent;
    padding: 10px 16px !important;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.nav-pills>li>a:focus,
.nav-pills>li>a:hover {
    font-weight: 600;
    color: #2F4456;
    background-color: rgba(123, 154, 174, 0.1);
    border-bottom-color: rgba(47, 68, 86, 0.7);
    border-bottom-width: 2px;
    ;
}


/* Navbar */

.navbar-default {
    background-color: #2f4456;
    border-color: #7b9aae;
    -webkit-box-shadow: 0 2px 5px 0px #7B9AAE;
    -moz-box-shadow: 0 2px 5px 0px #7B9AAE;
    box-shadow: 0 2px 5px 0px #7B9AAE;
}

.submenu {
    position: fixed;
    background: #7B9AAE;
    z-index: 100;
    height: 40px;
    -webkit-box-shadow: 2px 2px 5px 0px #aaa;
    -moz-box-shadow: 2px 2px 5px 0px #aaa;
    box-shadow: 2px 2px 5px 0px #aaa;
}

#sidebar {
    -webkit-box-shadow: 2px 2px 5px 0px #aaa;
    -moz-box-shadow: 2px 2px 5px 0px #aaa;
    box-shadow: 2px 2px 5px 0px #aaa;
}

#sidebar h4 {
    padding-left: 10px;
}

.sidebar-default {
    padding: 0px;
    margin: 0px;
}

.navbar-default .navbar-brand {
    color: #ecf0f1;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.25em;
    text-shadow: 2px 2px 4px #000000;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #7b9aae;
}

.navbar-default .navbar-text,
.sidebar-default .navbar-text {
    color: #ecf0f1;
}

.navbar-default .navbar-nav li:last-child {
    margin-right: 1em;
}

.sidebar-default>li>a {
    color: #ecf0f1;
    font-weight: 400;
    font-size: 0.75em;
}

.navbar-default .navbar-nav>li>a {
    color: #ecf0f1;
    font-weight: 400;
    font-size: 0.75em;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 10px;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 0.6em;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 6px;
    }
}

@media (min-width: 850px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 0.65em;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 9px;
    }
}

@media (min-width: 950px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 0.7em;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 12px;
    }
}

@media (min-width: 1199px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 0.75em;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 15px;
    }
}


/*
.sidebar-default>li:first-child {
    border-top: 1px solid rgba(47, 68, 86, 0.35);
    border-bottom: 1px solid rgba(47, 68, 86, 0.35);
}
.sidebar-default>li:last-child {
    border-bottom: 1px solid rgba(47, 68, 86, 0.35);
}
*/

.sidebar-default>li {
    border-bottom: 1px solid rgba(47, 68, 86, 0.35);
}

.sidebar-default>li:first-child {
    border: 1px solid rgba(47, 68, 86, 0.35);
    border-right: 0px;
}

.sidebar-default>li>a {
    padding: 4px;
    margin-top: 0px;
    padding-left: 10px;
}


/* Accordian */

.nav>li>ul>li>a {
    position: relative;
    display: block;
    padding-left: 30px;
}

.sidebar-default>li>ul {
    background-color: #ADC5D5;
    color: rgba(88, 126, 160, 0.438);
}

.sidebar-default>li>ul>li>a {
    color: #2f4456;
    font-weight: 400;
    font-size: 0.75em;
}

.sidebar-default>li>ul>li>a:hover,
.sidebar-default>li>ul>li>a:focus {
    background-color: #2f4456;
    color: #ecf0f1;
    text-decoration: none;
}


/* End Accordian */

.sidebar-default>li>a>span {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.25em;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: #7B9AAE;
    color: #ecf0f1;
    /*#2f4456;*/
}

.navbar-nav>li>.active {
    background-color: #7B9AAE;
    color: #ecf0f1;
    /*#2f4456;*/
}


/* issue19 fix */

.navbar-default .navbar-nav>li>a:focus {
    background-color: #2F4456;
    color: #ecf0f1;
}

.sidebar-default>li>a:hover,
.sidebar-default>li>a:focus {
    background-color: #2f4456;
    color: #ecf0f1;
    /*#7B9AAE;*/
}

.navbar-default .navbar-nav>li>.dropdown-menu,
.sidebar-default>li>.dropdown-menu {
    background-color: #2f4456;
    /* margin-left: 10px;*/
    font-size: 0.75em;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a {
    color: #ecf0f1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar-default>li>.dropdown-menu>li>a {
    color: #ecf0f1;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-default .navbar-nav>li>.dropdown-menu>li>a:focus,
.sidebar-default>li>.dropdown-menu>li>a:hover,
.sidebar-default>li>.dropdown-menu>li>a:focus {
    color: #ecf0f1;
    /* #070707;*/
    background-color: #7b9aae;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.divider,
.sidebar-default>li>.dropdown-menu>li>.divider {
    background-color: #7b9aae;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.sidebar-default .open .dropdown-menu>.active>a,
.sidebar-default .open .dropdown-menu>.active>a:hover,
.sidebar-default .open .dropdown-menu>.active>a:focus {
    color: #ecf0f1;
    /* #070707;*/
    background-color: #7b9aae;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #f5f5f5;
    background-color: #7b9aae;
}

.sidebar-default>.active>a,
.sidebar-default>.active>a:hover,
.sidebar-default>.active>a:focus {
    background-color: #2f4456;
    color: #f5f5f5;
}

.sidebar-default>.active>a>span,
.sidebar-default>.active>a>span:hover,
.sidebar-default>.active>a>span:focus {
    padding-right: 10px;
    font-size: 1em;
    color: #7b9aae;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #ecf0f1;
    /* #070707;*/
    background-color: #7b9aae;
}

.sidebar-default>.open>a,
.sidebar-default>.open>a:hover,
.sidebar-default>.open>a:focus {
    background-color: #2f4456;
    color: #ecf0f1;
    /*#7B9AAE;*/
}

.navbar-default .navbar-toggle {
    border-color: #7b9aae;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #7b9aae;
}

.navbar-default .navbar-toggle .icon-bar,
.sidebar-default .navbar-toggle .icon-bar {
    background-color: #ecf0f1;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.sidebar-default .navbar-collapse,
.sidebar-default .navbar-form {
    border-color: #ecf0f1;
}

.navbar-default .navbar-link,
.sidebar-default .navbar-link {
    color: #ecf0f1;
}

.navbar-default .navbar-link:hover,
.sidebar-default .navbar-link:hover {
    color: #070707;
}

.nav-stacked>li+li {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .navbar-collapse.in {
        overflow: hidden;
        max-height: none !important;
        height: auto !important;
    }
    .navbar-default .navbar-nav li:last-child {
        margin-right: 0em;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ecf0f1;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #f5f5f5;
        background-color: #7b9aae;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #f5f5f5;
        background-color: #7b9aae;
    }
}


/* CHAT */

.bubble {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    font-size: 0.75em;
}

.bubble::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform: rotate( 29deg) skew( -35deg);
    -moz-transform: rotate( 29deg) skew( -35deg);
    -ms-transform: rotate( 29deg) skew( -35deg);
    -o-transform: rotate( 29deg) skew( -35deg);
    -webkit-transform: rotate( 29deg) skew( -35deg);
    width: 20px;
}

.me {
    width: 50%;
    float: left;
    margin: 5px 45px 5px 20px;
}

.me::before {
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4);
    left: -9px;
}

.you {
    width: 50%;
    float: right;
    margin: 5px 20px 5px 45px;
}

.you::before {
    box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4);
    right: -9px;
}

div.you,
.you::before {
    background-color: rgb(187, 212, 226);
}

.bubble-timestamp {
    font-size: 0.75em;
    color: #c0c0c0;
    margin-top: -5px;
}


/* VRS */

a.VRS-delete {
    text-decoration: none;
}

a.VRS-delete:hover {
    color: #d9534f !important;
}


/* Full Screen Modal */

.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .search-modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal.modal-fullscreen .modal-dialog {
    margin: 0;
    width: 100%;
    animation-duration: 0.6s;
}

.modal.modal-fullscreen .search-modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background: #f5f7fa;
}

.modal.modal-fullscreen .modal-header,
.modal-header {
    background: #2f4456;
    color: #f5f7fa;
}

.modal-title {
    color: #f5f7fa;
}

myModalLabel {
    padding-top: 5px;
}

button.close {
    color: #f5f7fa;
    font-size: 1.4em;
}

.modal.modal-fullscreen .search-modal-content,
.modal.modal-fullscreen .modal-footer {
    background: #f5f7fa;
}

.modal.modal-fullscreen.force-fullscreen .search-modal-content {
    padding: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
    left: 0;
    position: absolute;
    right: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header {
    top: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-footer {
    bottom: 0;
}