body {
    font-family: Open Sans, Arial;
    color: #323b44;
    background: #323b44;
    overflow-x: hidden
}

.fa.sky-circle {
    background: #fff;
    color: #25ACE3;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
    position: relative;
    top: -2px;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.45);
    -moz-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.45);
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.45)
}

.fa.sky-circle.invert {
    background: #323b44;
    color: #6dab00;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(50, 59, 68, 0.45);
    -moz-box-shadow: 0px 0px 0px 3px rgba(50, 59, 68, 0.45);
    box-shadow: 0px 0px 0px 3px rgba(50, 59, 68, 0.45)
}

.primary-color {
    color: #6dab00
}

.orange {
    color: #ffa800
}

.btn {
    text-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.btn-primary {
    color: #fff !important;
    background: #25ACE3;
    border-color: #25ACE3
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #25ACE3;
    border-color: #25ACE3
}

img {
    max-width: 100%;
    height: auto
}

header.top-head {
    background: #556069;
}

header.top-head.stickynav {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 5000
}

header.top-head .head {
    float: right
}

@media (max-width:991px) {
    header.top-head .head {
        float: none;
        text-align: center
    }
}

header.top-head .head h1 {
    font-size: 0.8em;
    color: #25ACE3;
    display: inline-block;
    margin: 0px 15px 0px 0px;
    padding-top: 25px;
    vertical-align: top;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width:992px) and (max-width:1199px) {
    header.top-head .head h1 {
        max-width: 250px
    }
}

@media (max-width:991px) {
    header.top-head .head h1 {
        display: none
    }
}

header.top-head .head .phone {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background-color: #23292f;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    padding: 11px 15px
}

header.top-head .head .phone .fa {
    margin-right: 10px
}

header.top-head .head .phone a {
    white-space: nowrap
}

header.top-head .head .phone a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 18px;
    margin-left: 10px;
    padding-left: 10px
}

header.top-head .logo {
    display: inline-block;
    margin: 22px 0px 32px 0px;
    float: left;
    max-width: 100%
}

@media (max-width:991px) {
    header.top-head .logo {
        float: none;
        display: block;
        text-align: center
    }
}

header.top-head .navbar {
    margin-top: 27px;
    background: none;
    border: none;
    display: block;
    float: right;
    text-align: center;
    clear: right
}

@media (max-width:991px) {
    header.top-head .navbar {
        float: none
    }
}

header.top-head .navbar .navbar-toggle {
    float: none;
    margin-right: 0px
}

header.top-head .navbar .navbar-toggle .icon-bar {
    background: #ddd
}

header.top-head .navbar .navbar-toggle:hover .icon-bar,
header.top-head .navbar .navbar-toggle:focus .icon-bar {
    background: #323b44 !important
}

@media (max-width:767px) {
    header.top-head .navbar .navbar-collapse {
        text-align: center;
        background-color: #23292f;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 0px;
        box-shadow: none;
        -webkit-box-shadow: none
    }
}

@media (max-width:991px) {
    header.top-head .navbar .nav {
        display: inline-block;
        float: none
    }
}

header.top-head .navbar .nav > li {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

header.top-head .navbar .nav > li > a {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

header.top-head .navbar .nav > li > a:focus {
    color: #6dab00
}

header.top-head .navbar .nav > li > ul {
    background: #fff;
    position: absolute;
    left: 0px;
    top: 45px;
    z-index: 5000;
    display: none;
    white-space: nowrap;
    margin: 0px;
    padding: 15px 20px;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5)
}

header.top-head .navbar .nav > li > ul:after {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px
}

@media (max-width:767px) {
    header.top-head .navbar .nav > li > ul:after {
        left: 50%
    }
}

@media (max-width:767px) {
    header.top-head .navbar .nav > li > ul {
        position: relative;
        top: auto;
        left: auto
    }
}

header.top-head .navbar .nav > li > ul > li {
    display: block
}

header.top-head .navbar .nav > li > ul > li > a {
    color: #323b44;
    display: block;
    padding: 3px 0px;
    overflow: hidden;
    text-overflow: ellipsis
}

header.top-head .navbar .nav > li > ul > li > a:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    color: #25ACE3;
    margin-right: 10px
}

header.top-head .navbar .nav > li > ul > li > a:hover {
    color: #25ACE3;
    text-decoration: none
}

header.top-head .navbar .nav > li:hover > a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25)
}

@media (max-width:767px) {
    header.top-head .navbar .nav > li:hover > a {
        border: 0px
    }
}

header.top-head .navbar .nav > li:hover > ul {
    display: block
}

header.top-head .navbar .nav > li.locations {
    float: right;
    border: 0
}

@media (max-width:767px) {
    header.top-head .navbar .nav > li.locations {
        float: none
    }
}

header.top-head .navbar .nav > li.locations .locationbutton {
    border: 0px;
    text-align: center;
    font-size: 0px
}

@media (max-width:767px) {
    header.top-head .navbar .nav > li.locations .locationbutton {
        font-size: 1em
    }
}

header.top-head .navbar .nav > li.locations .locationbutton:before {
    font-family: 'FontAwesome';
    content: "\f041";
    font-size: 20px
}

@media (max-width:767px) {
    header.top-head .navbar .nav > li.locations .locationbutton:before {
        margin-right: 10px
    }
}

header.top-head .navbar .nav > li.locations > ul {
    left: auto;
    right: 0px
}

@media (max-width:767px) {
    header.top-head .navbar .nav > li.locations > ul {
        margin-bottom: 10px
    }
}

header.top-head .navbar .nav > li.locations > ul:after {
    bottom: 100%;
    right: 17px;
    left: auto
}

@media (max-width:767px) {
    header.top-head .navbar .nav > li.locations > ul:after {
        left: 50%
    }
}

.banner {
    position: relative
}

.banner .banner-overlay {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 30%;
    z-index: 4000
}

@media (min-width:768px) and (max-width:991px) {
    .banner .banner-overlay {
        text-align: center
    }
}

.banner .banner-overlay .overlay-1 {
    display: inline-block;
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    padding: 13px 20px;
    background: #00AFE3;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

.banner .banner-overlay .overlay-1 > .fa.sky-circle {
    text-shadow: none;
    color: #323b44;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin-right: 13px
}

.banner .banner-overlay .overlay-2 {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    padding: 13px 20px;
    background: rgba(50, 59, 68, 0.75);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

.banner .cycle-slideshow {
    max-height: 250px;
    overflow: hidden
}

.banner .cycle-slideshow > img {
    width: 100%
}

.banner-boxes {
    background: #f1f1f1;
    border-bottom: 1px solid #ebebeb
}

.banner-boxes .banner .cycle-slideshow {
    max-height: 443px;
    min-height: 400px
}

@media (min-width:992px) and (max-width:1199px) {
    .banner-boxes .banner .cycle-slideshow {
        min-height: 330px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .banner-boxes .banner .cycle-slideshow {
        min-height: 200px
    }
}

@media (max-width:767px) {
    .banner-boxes .banner .cycle-slideshow {
        min-height: 0px
    }
}

.banner-boxes .banner .cycle-slideshow > img {
    width: 100%
}

.banner-boxes .boxes {
    margin-top: -40px;
    z-index: 4500;
    position: relative
}

@media (max-width:991px) {
    .banner-boxes .boxes {
        margin-top: 0px;
        padding-top: 60px
    }
}

.banner-boxes .boxes .sky-box {
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid #25ACE3;
    background: #fff;
    margin-bottom: 45px;
    position: relative;
    top: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out
}

@media (max-width:767px) {
    .banner-boxes .boxes .sky-box {
        margin-bottom: 30px
    }
}

.banner-boxes .boxes .sky-box:hover {
    top: -7px
}

.banner-boxes .boxes .sky-box:hover > .sky-circle {
    background: #00AFE3;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(109, 171, 0, 0.45);
    -moz-box-shadow: 0px 0px 0px 4px rgba(109, 171, 0, 0.45);
    box-shadow: 0px 0px 0px 4px rgba(0, 108, 171, 0.45)
}

.banner-boxes .boxes .sky-box > .sky-circle {
    display: block;
    margin: -58px auto 0px auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #323b44;
    color: #fff;
    font-size: 40px;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(50, 59, 68, 0.45);
    -moz-box-shadow: 0px 0px 0px 4px rgba(50, 59, 68, 0.45);
    box-shadow: 0px 0px 0px 4px rgba(50, 59, 68, 0.45);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.banner-boxes .boxes .sky-box > h2 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 300
}

.banner-boxes .boxes .sky-box > p {
    color: #8a8f94
}

.main-content {
    color: #49525b;
    background: #fff;
    padding-top: 40px
}

.main-content h2,
.main-content h3,
.main-content h4 {
    font-weight: 300;
    color: #00AFE3;
    margin: 0px 0px 15px 0px
}

.main-content header {
    text-align: center;
    padding-bottom: 35px;
    border-bottom: 1px solid #d8dadc;
    margin-bottom: 35px
}

.main-content header p {
    max-width: 520px;
    font-weight: 300;
    margin: 0px auto
}

.main-content > .container > .row > * {
    padding-bottom: 25px
}

.main-content a {
    color: #25ACE3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.main-content a:hover {
    color: #4c7800
}

.main-content .skycontent h2,
.main-content .skycontent h3,
.main-content .skycontent h4 {
    padding-top: 10px;
    clear: left
}

.main-content .skycontent img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px
}

.main-content .skycontent h2 {
    font-size: 24px
}

.main-content .skycontent h3 {
    font-size: 20px
}

.main-content .skycontent h4,
.main-content .skycontent h5 {
    font-size: 17px
}

.main-content .skycontent .well {
    margin-bottom: 25px
}

.main-content .skycontent .well h2:first-child,
.main-content .skycontent .well h3:first-child {
    margin-top: 0px;
    padding-top: 0px
}

.main-content .skycontent .well.review-average {
    padding-bottom: 19px !important
}

.main-content .skycontent p {
    margin: 0px 0px 25px 0px;
    text-align: justify
}

.main-content .skycontent ol {
    margin-bottom: 25px
}

.main-content .skycontent ul {
    margin-bottom: 25px;
    font-size: 1.1em;
    list-style: none
}

.main-content .skycontent ul li {
    position: relative
}

.main-content .skycontent ul li:before {
    position: absolute;
    left: -18px;
    top: 5px;
    color: #c8c8c8;
    content: '\f111';
    font-family: FontAwesome;
    font-size: 8px
}

.main-content aside .sky-box {
    padding: 20px;
    text-align: center;
    background: #fff;
    margin-bottom: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3)
}

.main-content aside .sky-box > h2,
.main-content aside .sky-box h3 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 300;
    color: #323b44
}

.main-content aside .sky-box > p {
    color: #8a8f94
}

.main-content aside .sky-circle {
    display: block;
    margin: -31px auto 0px auto;
    background: #323b44;
    color: #6dab00;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(50, 59, 68, 0.45);
    -moz-box-shadow: 0px 0px 0px 3px rgba(50, 59, 68, 0.45);
    box-shadow: 0px 0px 0px 3px rgba(50, 59, 68, 0.45);
    margin-bottom: 15px
}

.main-content aside .sidebar-element {
    padding: 4px;
    text-align: center;
    background: #fff;
    margin-bottom: 25px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3)
}

@media (max-width:767px) {
    .main-content aside .sidebar-element {
        display: none
    }
}

.main-content aside .sidebar-element > div {
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.main-content aside .sidebar-element img {
    display: block;
    width: 100%;
    position: relative
}

.grey-brands {
    background: #f1f1f1;
    padding: 40px;
    text-align: center
}

.call-to-action {
    text-align: center;
    background: #323b44 url(lib/themes/5/16/calltoaction.jpg) 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0px 40px 0px
}

.call-to-action > .sky-circle {
    display: block;
    margin: 0px auto 15px auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.45);
    -moz-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.45);
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.45)
}

.call-to-action .phone {
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    position: relative
}

@media (max-width:767px) {
    .call-to-action .phone {
        font-size: 33px
    }
}

.call-to-action .phone:before,
.call-to-action .phone:after {
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    content: ' ';
    margin: -7px 15px 0px 15px
}

@media (max-width:767px) {
    .call-to-action .phone:before,
    .call-to-action .phone:after {
        margin: -5px 10px 0px 10px;
        width: 20px;
        height: 2px
    }
}

.call-to-action .phone.phone-small {
    font-size: 50px
}

@media (max-width:767px) {
    .call-to-action .phone.phone-small {
        font-size: 25px
    }
}

.call-to-action .phone.phone-small:before,
.call-to-action .phone.phone-small:after {
    width: 30px;
    height: 3px
}

@media (max-width:767px) {
    .call-to-action .phone.phone-small:before,
    .call-to-action .phone.phone-small:after {
        width: 20px;
        height: 1px
    }
}

.call-to-action p {
    color: #cbcbcb;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .call-to-action p {
        font-size: 13px
    }
}

footer {
    overflow: hidden;
    background: #323b44;
    color: #fff;
    padding: 30px 0px 10px 0px;
}

footer h3 {
    color: #fff;
    font-weight: 300;
    font-size: 19px
}

footer .logo {
    opacity: 0.5;
    margin-bottom: 20px;
    max-width: 100%
}

footer .row > * {
    margin-bottom: 30px
}

footer .col-md-4:first-child {
    font-size: 0.8em;
    color: #cbcbcb;
    font-weight: 300
}

@media (max-width:767px) {
    footer .col-md-4:first-child {
        text-align: center
    }
}

@media (min-width:1200px) {
    footer .col-md-4:first-child {
        padding-right: 7%
    }
}

footer .col-md-4:first-child a {
    color: inherit
}

footer div[itemscope] {
    display: inline
}

footer .social-icons {
    margin-top: 20px
}

footer .social-icons > a.icon {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 17px
}

footer .social-icons .fb-like {
    top: 2px;
    display: inline-block
}

footer .testimonial-box {
    background: #3f4a56;
    padding: 22px;
    line-height: 1.7em;
    position: relative;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

footer .testimonial-box:after {
    top: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #3f4a56;
    border-width: 7px;
    margin-left: -7px
}

footer .testimonial-box .fa-quote-left {
    position: relative;
    top: -5px
}

footer .testimonial-box-empty {
    background: #3f4a56;
    padding: 22px;
    line-height: 1.7em;
    position: relative;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

footer .testimonial-box-empty .sky-circle {
    width: 69px;
    height: 69px;
    line-height: 69px;
    font-size: 40px;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.5);
    color: #323b44;
    float: left;
    margin-right: 20px;
    top: 0px
}

footer .testimonial-box-empty p {
    margin-bottom: 6px;
    line-height: normal
}

footer .testimonial-box-empty span {
    color: #adb0b3;
    font-size: 0.8em
}

footer p {
    margin-bottom: 15px
}

footer .read-reviews {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

footer .read-reviews:hover {
    text-decoration: none;
    color: #6dab00
}

footer .footermap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    max-width: 100%
}

.afterfooter {
    background-color: #23292f;
    padding: 15px;
    text-align: center
}

.afterfooter .fa {
    color: #23292f
}

.fadeInUpNow,
.fadeInDownNow,
.fadeInLeftNow,
.fadeInRightNow,
.fadeInUpBigNow,
.fadeInDownBigNow,
.fadeInLeftBigNow,
.fadeInRightBigNow,
.fadeInNow,
.flashNow,
.shakeNow,
.bounceNow,
.swingNow {
    opacity: 0
}

@media (max-width:991px) {
    .notransition {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        opacity: 1 !important
    }
}

.gallery-section a {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

.gallery-section a img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.gallery-section a:hover {
    opacity: 0.7
}

div.rating-cancel,
div.star-rating {
    float: left;
    width: 40px;
    height: 36px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden
}

div.star-rating,
div.star-rating a {
    background: url(lib/themes/5/assets/stars.png) no-repeat 0px 0px
}

div.rating-cancel a,
div.star-rating a {
    display: block;
    width: 36px;
    height: 100%;
    background-position: -80px 0px;
    border: 0
}

div.star-rating-on a {
    background-position: 0px 0px !important
}

div.star-rating-hover a {
    background-position: 0 0px
}

div.star-rating-readonly a {
    cursor: default !important
}

div.star-rating {
    background: transparent !important;
    overflow: hidden !important
}

.starrating {
    line-height: 35px;
    font-size: 1.5em
}

.starrating > * {
    display: inline-block;
    margin: 0px 5px;
    vertical-align: top
}

@media (max-width:767px) {
    .starrating > * {
        display: block;
        text-align: center !important
    }
}

.starrating > .star-rating-control {
    display: inline-block
}

.starrating > .review-rating {
    text-align: left;
    min-width: 50px;
    font-weight: bold;
    color: #6dab00
}

#reviewmodal .modal-title {
    text-align: center;
    color: #6dab00
}

#reviewmodal .modal-title .fa {
    display: block;
    margin: -26px auto 5px auto
}

#reviewmodal p {
    text-align: center;
    margin-bottom: 15px
}

.review-section.r-widget {
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0px
}

.review-section.lr-widget h2 {
    border-bottom: 0px;
    color: #000;
    line-height: 30px;
    padding: 0px;
    margin: 3px 0px 0px 0px
}

.review-section.lr-widget .panel {
    margin-bottom: 0px
}

.review-section.lr-widget .review-review-content {
    padding-bottom: 20px
}

.review-section span[itemprop="itemreviewed"] {
    display: none
}

.review-section .fa-star,
.review-section .fa-star-o,
.review-section .fa-star-half-o {
    color: #6dab00;
    font-size: 1.5em
}

.review-section .review-average {
    font-size: 1.1em
}

.review-section .review-average .wererated,
.review-section .review-average .basedonrevs {
    padding: 0px 5px
}

@media (max-width:767px) {
    .review-section .review-average .wererated,
    .review-section .review-average .basedonrevs,
    .review-section .review-average .avgstars {
        display: block
    }
}

.review-section .review-average .avgstars {
    position: relative;
    top: 2px
}

.review-section .review-average .basedonrevs {
    color: #969696
}

.review-section .review-average .fa-star,
.review-section .review-average .fa-star-o,
.review-section .review-average .fa-star-half-o {
    color: #25ACE3;
    margin: 0px 3px;
    font-size: 1.4em
}

.review-section .review-average .average-rating {
    padding: 5px;
    color: #25ACE3;
    font-weight: bold
}

.review-section .review-average .t-button {
    margin: 0px 5px
}

@media (max-width:991px) {
    .review-section .review-average .t-button {
        display: block;
        margin: 5px
    }
}

.review-section .review-container {
    padding: 5px;
    overflow: hidden
}

.review-section .review-container .cslide {
    width: 100%
}

.review-section .review-container .reviewelem {
    padding: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3)
}

.review-section .review-container .review-review-content {
    clear: both;
    position: relative
}

.review-section .review-container .review-review-content > span[itemprop="description"] {
    padding-left: 50px;
    display: block;
    margin-bottom: 20px
}

.review-section .review-container .review-review-content:before {
    color: #f1f1f1;
    float: left;
    font-size: 2.5em;
    font-family: 'FontAwesome';
    content: "\f10d";
    position: absolute;
    top: -10px;
    left: 0px;
    margin: 0px 15px 0px 0px
}

.review-section .review-container .rating-right {
    font-size: 0.8em
}

@media (max-width:991px) {
    .review-section .review-container .rating-right {
        text-align: center
    }
}

.review-section .review-container .review-rating {
    font-weight: bold;
    padding: 0px 5px;
    color: #6dab00;
    font-size: 1.3em
}

.review-section .review-container h3 {
    margin-bottom: 0px;
    font-size: 16px;
    padding-left: 50px
}

.review-section .review-container h3 strong {
    font-weight: normal
}

.review-section .review-container h3:before {
    content: "– "
}

@media (max-width:991px) {
    .review-section .review-container h3 {
        text-align: center;
        padding-left: 0px;
        margin-bottom: 7px
    }
}

.review-section .review-container .cycle-controls {
    margin-bottom: 10px;
    line-height: 40px;
    text-align: center
}

.review-section .review-container .cycle-controls .cs-cycle-next,
.review-section .review-container .cycle-controls .cs-cycle-prev {
    color: #323b44;
    vertical-align: top;
    display: inline-block;
    margin: 0px 7px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

.review-section .review-container .cycle-controls .cs-cycle-next:hover,
.review-section .review-container .cycle-controls .cs-cycle-prev:hover {
    color: #6dab00
}

.review-section .review-container .cycle-controls .cycle-pager {
    text-align: center;
    font-size: 3.5em;
    font-family: Arial;
    display: inline-block
}

.review-section .review-container .cycle-controls .cycle-pager > span {
    cursor: pointer;
    padding: 0px 2px
}

.review-section .review-container .cycle-controls .cycle-pager > span.cycle-pager-active {
    color: #6dab00
}

.review-section .leavereview {
    margin-bottom: 30px
}

.modal {
    z-index: 9999
}

.modal-backdrop {
    z-index: 9998
}