html {
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased!important;
    font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
    overflow-x: hidden
}

body {
    height: 100%;
    background-color: #fff;
    padding: 0;
    color: #1a1a1a;
    font-size: 17px;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #f2f2f2;
    margin: 0
}

html,
body {
    -webkit-text-size-adjust: none
}

*,
:after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.relative {
    position: relative
}

.clearfix:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

nav {
    display: block
}

a:active,
a:hover {
    outline: 0
}

a {
    cursor: pointer
}

img {
    max-width: 100%;
    height: auto
}

.hidden {
    display: none
}

p + p {
    margin-top: 10px
}

p img {
    margin-top: 10px;
    pading-bottom: 10px
}

.scrollup {
    position: fixed;
    border-radius: 0;
    bottom: 30px;
    right: 40px;
    width: 44px;
    height: 44px;
    line-height: 1;
    font-size: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 2px solid #c52620;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    zindex: 1.0E+17;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-color: #c52620
}

.scrollup i {
    vertical-align: middle;
    margin-top: 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    background-color: transperent
}

.scrollup:hover {
    color: #ffa12d;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    background: transperent
}

.scrollup i:hover {
    background: none;
    color: #ffa12d;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.sep-line {
    border-bottom: 1px dotted rgba(73, 80, 82, .3);
    margin-bottom: 45px;
    margin-top: 45px;
    border-opacity: .2
}

.spacee {
    padding-bottom: 25px
}

.solid-row1 {
    height: 3px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 25px;
    padding-top: 15px
}

img {
    border: 0
}

a:focus {
    outline: none
}

.sliding-middle-out {
    display: inline-block;
    position: relative;
    text-decoration: none
}

.sliding-middle-out:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease
}

.sliding-middle-out:hover:after {
    width: 100%;
    background: #c52620
}

#layout {
    min-height: 100%;
    height: auto!important;
    height: 98.5%;
    width: 97%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 1.5%;
    background-color: #fff;
    font-weight: 400;
    color: #616262;
    background: #fff;
    color: #333
}

#headertopmain {
    width: 100%;
    float: left;
    clear: both;
    border-bottom: 1px solid rgba(7, 113, 166, .1);
    padding-top: 7px;
    padding-bottom: 3px;
    background-color: #fff
}

.social-links-txt {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: #7c7b7b;
    vertical-align: text-top
}

#headertopright {
    width: 47%;
    margin-right: 3%;
    float: right;
    text-align: right
}

#headertopleft {
    width: 47%;
    float: right;
    margin-left: 3%;
    text-align: left;
    color: #7d7d7d;
    color: #000
}

.phone {
    font-size: 13px
}

.phone i {
    padding-right: 10px;
    color: #0771a6;
    color: #000
}

.phone a {
    text-decoration: none;
    color: #7d7d7d;
    color: #000
}

.social_media {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block
}

.social_media li {
    float: left;
    width: 26px;
    height: 26px;
    margin: 0 4px 0 0
}

.social_media li:first-child,
.top_bar .social_media li:first-child {
    margin-left: 0
}

.social_media li:last-child,
.top_bar .social_media li:last-child {
    margin-right: 0
}

.social_media li a {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    text-decoration: none
}

.social_media {
    float: right
}

.top_bar .social_media li {
    margin: 0 0 0 6px
}

.social_media li {
    float: left;
    width: 22px;
    height: 22px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.social_media li a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.social_media li a:hover {
    height: 22px;
    margin-top: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    margin-top: 4px
}

.social_media [class^="icon-"]:before,
.social_media [class*=" icon-"]:before {
    margin-left: 1.5px
}

.social_media li.twitter a,
.social_media li.twitter span {
    background-color: #10c0ee!important
}

.social_media li.facebook a,
.social_media li.facebook span {
    background-color: #3B5998!important
}

.social_media li.gplus a,
.social_media li.gplus span {
    background-color: #e3614a!important
}

.social_media li:hover a,
.social_media li:hover span {
    background-color: #bbb
}

.social_media li.facebook:hover a,
.social_media li.facebook:hover span {
    background-color: #fff!important;
    color: #3B5998;
    border: 1px solid #3B5998
}

.social_media li.twitter:hover a,
.social_media li.twitter:hover span {
    background-color: #fff!important;
    color: #10c0ee;
    border: 1px solid #10c0ee
}

.social_media li.gplus:hover a,
.social_media li.gplus:hover span {
    background-color: #fff!important;
    color: #e3614a;
    border: 1px solid #e3614a
}

#headermain {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9999999999;
    border-bottom: 1px solid rgba(7, 113, 166, .1);
    background: #fff
}

.logo {
    float: left;
    z-index: 9999999999;
    margin-left: 5%;
    padding: 5px 10px
}

.logo img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px
}

.headerttopmain1 {
    float: right;
    width: 90%;
    position: absolute;
    top: 25px;
    margin-right: 5%;
    margin-left: 5%;
    text-align: center;
    z-index: 9999999999
}

.isocer1 {
    width: 90%;
    float: right;
    text-align: center;
    font-size: 21px;
    padding-top: 10px;
    color: #c52620;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0
}

.isocer2 {
    width: 90%;
    float: right;
    text-align: center;
    font-size: 43px;
    color: #143986;
    font-weight: 600;
    margin-top: 0;
    padding-top: 0;
    line-height: 45px
}

.isocer {
    width: 90%;
    float: right;
    text-align: center;
    font-size: 18px;
    position: relative;
    color: rgba(124, 123, 123, .5);
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 5px;
    font-family: 'Philosopher'
}

#mainmenu {
    width: 100%;
    float: left
}

#mainmenu i {
    padding-left: 5px;
    padding-right: 5px
}

#amenu-wrapper {
    width: 100%;
    float: left;
    background: #ffa12d;
    position: relative;
    z-index: 1.0E+18
}

#amenu-wrapper a {
    text-decoration: none
}

.header.sticky #mainmenu {
    width: 97%;
    margin-right: 1.5%;
    margin-left: 1.5%
}

.header.sticky .top-nav {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 888
}

.header.sticky .top-nav .yamm {
    top: 0!important
}

.container2 {
    position: relative;
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    font-family: 'Roboto';
    font-size: 15px;
    color: #fff;
    float: left
}

.container2:before,
.container2:after {
    display: table;
    content: " "
}

.container2:after {
    clear: both
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #c52620
}

.navbar-nav > li:hover a {
    background: #c52620;
    color: #fff!important
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #c52620
}

.dropdown {
    position: relative
}

.navbar-default .navbar-nav > li:hover > ul {
    display: block;
    -moz-animation: fadeInUp .3s ease-in;
    -webkit-animation: fadeInUp .3s ease-in;
    animation: fadeInUp .3s ease-in
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 0 0 4px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    border-radius: 4px;
    background-clip: padding-box;
    background: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.dropdown-menu li {
    padding: 0 17px
}

.dropdown-menu > li > a {
    display: block;
    padding: 2px 0;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px solid #e0e0e0
}

.dropdown-menu > li:last-child > a {
    border-bottom: 0!important
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:before,
.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav:before,
.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 0 20px
}

.navbar {
    position: relative
}

.navbar:before,
.navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

.navbar:before,
.navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

.navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav > li {
        float: left
    }
    .navbar-nav > li.dropdown:hover ul {
        display: block!important
    }
    .navbar-nav > li:hover ul li a {
        background: #fff;
        color: #333!important
    }
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-default li a i {
    vertical-align: middle;
    line-height: 14px;
    font-size: 10px;
    margin: 0 0 0 6px
}

.navbar-default li a i.fa-home {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 0 3px
}

.navbar-default .navbar-nav > li > a {
    color: #fff
}

.navbar-nav > li:hover ul li a:hover {
    color: #c52620!important
}

.navbar-nav > li:hover ul li.active a {
    color: #c52620!important
}

#togmenu {
    width: 100%;
    float: left;
    display: none;
    font-family: 'Roboto Slab';
    text-align: left
}

#togmenu span {
    font-size: 18px;
    color: #fff;
    margin-left: 20px
}

#togmenu a {
    text-decoration: none
}

#togmenu i {
    font-size: 19px;
    fonat-weight: 800;
    margin-left: 20px;
    vertical-align: middle
}

#banner {
    width: 100%;
    float: left;
    background-color: #fff
}

#indexlayout {
    width: 94%;
    float: left;
    overflow: hidden;
    margin-right: 3%;
    margin-left: 3%;
    background: #fff;
    margin-top: 70px
}

#indexlayout1 {
    width: 100%;
    float: left;
    overflow: hidden;
    padding-bottom: 40px;
    background: #fff
}

.padtop {
    padding-top: 90px
}

.div50 {
    width: 50%;
    float: left
}

.abtheading {
    float: left;
    width: 100%;
    position: relative
}

.abtheading img {
    width: 100%;
    display: table-cell;
    vertical-align: top
}

.mj_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.6);
    text-align: center
}

.mj_overlay_inner {
    width: 70%;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 50%;
    margin-top: -119px
}

.mj_overlay_inner h1 {
    font-size: 2em;
    margin: .6em 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 41px;
    color: #fff;
    margin: 0;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px
}

.mj_overlay_inner h1 span.mj_yellow_text {
    font-size: 38px;
    color: #ffa12d;
    padding-top: 10px;
    font-weight: 500
}

.mj_overlay_inner h1:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 50%;
    margin-left: -40px
}

.mj_overlay_inner h1:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    margin-left: -40px
}

.mj_overlay_inner h1 span {
    font-size: 50px
}

.mj_overlay_inner h1 span.mj_yellow_text {
    font-size: 45px
}

.div50 .mj_quote {
    display: inline-block;
    width: 100%;
    padding: 45px 0 0;
    text-align: center
}

.div50 .mj_quote img {
    display: initial
}

.aboutus {
    padding: 1% 10% 0;
    color: #666;
    text-align: center;
    font-size: 27px;
    font-style: italic
}

.section-title-wrapper {
    text-align: center
}

.section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 16px
}

.section-title:before,
.section-title:after {
    display: inline-block;
    content: "";
    border-bottom: 1px solid #c52620;
    position: absolute;
    width: 80px
}

.section-title:before {
    left: -100px;
    top: 10px
}

.section-title:after {
    right: -100px;
    top: 10px
}

.section-title-wrapper h3 {
    margin-top: 0;
    color: #143986;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 30px;
    line-height: 22px;
    font-family: 'Roboto Condensed'
}

#applications {
    width: 100%;
    float: left
}

::-moz-selection {
    text-shadow: none
}

::selection {
    text-shadow: none
}

#applications img {
    vertical-align: middle
}

.chromeframe {
    margin: .2em 0;
    color: #000;
    padding: .2em 0
}

.no-js {
    padding-top: 106px
}

#applications .loading {
    background: url(../images/ico_loading.html) no-repeat center center
}

.loaded section1,
.no-js section1 {
    opacity: 1;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out
}

main {
    overflow-x: hidden
}

#preload {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0
}

.hsContainer {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    height: 100%;
    overflow: hidden;
    clear: both
}

.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    clear: both;
    width: 100%
}

#slide-1 .bcg {
    background-image: url(../images/service-bg.jpg);
    background-size: cover
}

#slide-1 .hsContent {
    bottom: 0;
    top: 50px
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none!important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.text-center {
    text-align: center
}

.btns {
    margin-top: 30px
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 5px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px
}

.btn {
    border-width: 0;
    border-bottom-width: 4px;
    border-radius: 4px
}

.btn.btn-primary {
    background: transperent;
    border-color: #c52620;
    color: #c52620
}

.btn.btn-primary:hover {
    background: #c52620;
    color: #fff
}

.btn .fa {
    font-size: 20px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 10px
}

.carousel-inner h4 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #666
}

.carousel-inner p {
    width: 80%;
    margin: 0 auto;
    color: #333
}

#carousel-testimonial a {
    text-decoration: none
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000px
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.btn1 {
    position: relative;
    display: block;
    width: 80px;
    margin: 0 auto;
    padding: 3px;
    background-color: transperent;
    border: 1px solid #c52620;
    color: #c52620;
    text-align: center;
    text-decoration: none;
    transform-style: flat;
    transition: all 250ms ease-out;
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 4px
}

.btn1:before,
.btn1:after {
    content: "";
    position: absolute;
    z-index: -2;
    transition: all 250ms ease-out
}

.paper-raise:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.paper-raise:hover {
    border: 1px solid #c52620;
    background: #fff
}

.paper-raise:hover:before {
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5)
}

.da-thumbs2 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0
}

.da-thumbs2 li {
    float: left;
    margin: .8%;
    position: relative;
    width: 31.5%;
    border: 1px solid #f2f2f2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-top: 40px
}

.da-thumbs2 li img {
    display: block;
    position: relative;
    width: 100%
}

.da-thumbs2 li .caption1 {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
    overflow: hidden;
    border-top: none;
    background: rgba(30, 25, 21, .1);
    font-size: 16px;
    margin-top: -1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.da-thumbs2 li .caption1 a {
    text-decoration: none;
    color: #111
}

.pname {
    color: #fff;
    margin-top: 20px
}

.service-section {
    background: url(../images/3.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed
}

.service-section .opacity {
    background: rgba(242, 242, 242, 0.88);
    padding: 10px 0 20px
}

.da-thumbs {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0
}

.da-thumbs li {
    float: none;
    margin: 0 .8% .8%;
    position: relative;
    width: 23%;
    display: inline-block
}

.tran3s,
.service-sldier .service-item:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.service-sldier .service-item i {
    color: #c52620
}

.service-sldier .service-item:hover i {
    color: #c52620
}

.service-sldier {
    margin: 45px 0 0
}

.service-sldier .service-item {
    padding: 10px 25px;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 35px;
    overflow: hidden;
    border: 1px solid #143986;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.service-sldier .service-item1 {
    padding: 5px 5px;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 1px;
    overflow: hidden;
    border: 1px solid ;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.service-sldier .service-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #143986;
    border: 1px solid #1c1d1d;
    z-index: -1;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.service-sldier .service-item:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: none
}

.service-sldier .service-item i {
    font-size: 35px
}

.service-sldier .service-item h4 {
    color: #143986;
    text-transform: uppercase;
    margin: 0
}

.service-sldier .service-item:hover h4,
.service-sldier .service-item:hover p {
    color: #fff
}

.service-sldier .service-item p {
    margin-top: 0;
    padding-top: 6px;
    font-size: 13px
}

.service-sldier .service-item .btn1 {
    position: relative;
    display: block;
    width: 80px;
    margin: 0 auto;
    padding: 3px;
    background-color: transperent;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transform-style: flat;
    transition: all 250ms ease-out;
    font-size: 12px;
    margin-bottom: 0;
    border-radius: 4px
}

.service-sldier .service-item .btn1:hover {
    color: #666
}

.service-sldier .service-item a {
    -webkit-transform: translateY(80px);
    transform: translateY(80px)
}

.service-sldier .service-item:hover a {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.service-sldier .item {
    margin: 0 15px
}

.aboutus-section {
    background: url(../images/13.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center
}

.insidehading {
    display: inline-block;
    background: rgba(255, 255, 255, .8);
    padding: 0 80px;
    margin-top: 35px;
    margin-bottom: 35px;
    border-radius: 10px
}

.headline h4 {
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    color: #143986;
    font-family: 'Roboto Condensed'
}

.headline {
    display: block;
    padding-top: 0;
    margin-top: 0
}

#insiderighttop {
    width: 100%;
    float: left;
    padding: 0 0 5px;
    font-size: 15px
}

#insiderighttop a {
    text-decoration: none;
    color: #666
}

#insiderighttop a:hover {
    color: #c52620
}

#insiderighttop i {
    padding: 0 15px;
    color: #c52620;
    font-size: 18px;
    top: 4px
}

#insidemainleft {
    width: 24%;
    float: left;
    border-right: 1px dashed rgba(73, 80, 82, .3);
    margin-left: 3%;
    padding-top: 40px;
    padding-bottom: 60px
}

#insidemainright {
    width: 67%;
    margin-right: 3%;
    float: left;
    margin-left: 3%;
    padding-top: 40px;
    padding-bottom: 60px
}

#insidemainleft a {
    text-decoration: none;
    color: #7c7b7b
}

#insidemainleft ul,
#insidemainleft li {
    margin: 0;
    padding: 0
}

#insidemainleft ul.list_style1 {
    margin: 0;
    list-style: none
}

#insidemainleft ul.list_style1 li {
    line-height: 30px;
    padding-top: 7px;
    color: #ffa12d;
    font-size: 20px
}

#insidemainleft .list_style1 li {
    position: relative
}

#insidemainleft .list_style1.star li {
    padding: 3px 2px 3px 18px
}

#insidemainleft .list_style1.star li:before {
    font-family: FontAwesome;
    content: "";
    display: inline-block;
    border-radius: 0;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2
}

#insidemainleft .list_style1.star li:hover:before {
    color: #0771a6
}

#insidemainleft a:hover {
    color: #c52620
}

#insidemainleft ul.list_style3 {
    margin: 0;
    list-style: none;
    margin-top: 10px
}

#insidemainleft ul.list_style3 li {
    line-height: 30px;
    padding-top: 7px;
    text-transform: none;
    font-size: 16px
}

#insidemainleft .list_style3 li {
    position: relative
}

#insidemainleft .list_style3.square li {
    padding: 3px 2px 3px 18px;
    border-bottom: none
}

#insidemainleft .list_style3.square li:before {
    font-family: FontAwesome;
    content: "\f0da";
    display: inline-block;
    border-radius: 0;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2
}

#insidemainleft .list_style3.square li:hover:before {
    color: #c52620
}

.stheading {
    color: #143986;
    line-height: 30px;
    font-size: 20px;
    display: block;
    font-weight: 700
}

.bordse img {
    padding: 3px;
    border: 1px solid rgba(73, 80, 82, .3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px
}

ul.list_style4 {
    margin: 0;
    list-style: none;
    padding: 0
}

ul.list_style4 li {
    line-height: 30px;
    padding: 0;
    margin: 0;
    padding-top: 6px
}

.list_style4 li {
    position: relative
}

.list_style4.square li {
    padding: 3px 2px 3px 18px;
    border-bottom: none
}

.list_style4.square li:before {
    font-family: FontAwesome;
    content: "\f005";
    display: inline-block;
    border-radius: 0;
    font-size: 12px;
    text-align: center;
    position: absolute;
    left: 0;
    color: #ffa12d;
    top: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2
}

.list_style4.tringle li {
    padding: 3px 2px 3px 18px;
    border-bottom: none
}

.list_style4.tringle li:before {
    font-family: FontAwesome;
    content: "\f111";
    display: inline-block;
    border-radius: 0;
    font-size: 8px;
    text-align: center;
    position: absolute;
    left: 0;
    color: #ffa12d;
    top: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2
}

.list_style4 .item {
    width: 97%;
    float: left;
    border: 1px solid rgba(73, 80, 82, .3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 30px
}

.list_style4 .item h4 {
    text-align: center;
    color: #143986;
    margin: 0;
    background: rgba(73, 80, 82, .1);
    padding: 20px
}

.list_style4 .item p {
    padding: 10px 20px 20px;
    text-align: center
}

.list_style4 .item p a {
    text-decoration: none;
    color: #666
}

.list_style4.tringle1 li {
    padding: 3px 2px 3px 18px;
    border-bottom: none
}

.list_style4.tringle1 li:before {
    font-family: FontAwesome;
    content: "\f111";
    display: inline-block;
    border-radius: 0;
    font-size: 8px;
    text-align: center;
    position: absolute;
    left: 0;
    color: #fff;
    top: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2
}

.list_style4.tringle li {
    padding: 3px 2px 3px 18px;
    border-bottom: none;
    margin-left: 30px
}

.list_style4.tringle li:before {
    font-family: FontAwesome;
    content: "\f111";
    display: inline-block;
    border-radius: 0;
    font-size: 8px;
    text-align: center;
    position: absolute;
    left: 0;
    color: #ffa12d;
    top: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2
}

.headco {
    color: #ffa12d
}

.da-thumbs3 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0
}

.da-thumbs3 li {
    float: left;
    margin: .8%;
    position: relative;
    width: 23.2%;
    padding: 3px;
    border: 1px solid rgba(73, 80, 82, .3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-top: 30px
}

.da-thumbs3 li img {
    display: block;
    position: relative;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px
}

.da-thumbs3 .ImageWrapper .StyleC {
    margin-top: -10px
}

#insidetable {
    width: 98%;
    margin-left: 1%margin-right: 1%;
    border: 1px solid rgba(73, 80, 82, .1);
    border-spacing: 5px;
    border-collapse: collapse;
    margin-top: 15px;
    margin-bottom: 20px
}

#insidetable th {
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    padding: 3px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(73, 80, 82, .1)
}

#insidetable thead td {
    background-color: #eceded;
    background-repeat: no-repeat;
    padding: 3px 10px;
    font-weight: 700;
    color: #143986;
    border-width: 1px;
    border-style: solid;
    border-color: #dde0e0
}

#insidetable td {
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: #dde0e0;
    padding: 5px 10px
}

.da-thumbs5 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0
}

.da-thumbs5 li {
    float: left;
    margin: .8%;
    position: relative;
    width: 48%;
    padding: 3px;
    border: 1px solid rgba(73, 80, 82, .3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-top: 30px
}

.da-thumbs5 li img {
    display: block;
    position: relative;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px
}

.cadd a {
    text-decoration: none;
    color: #333
}

.map {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-bottom: 40px;
    margin-top: 25px
}

@media (max-width: 767px) {
    .map {
        height: auto;
        padding-top: 250px;
        overflow: inherit
    }
}

.google-map-api {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0;
    moz-border-radius: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid rgba(73, 80, 82, .3)
}

#map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#map-canvas img {
    max-width: none!important
}

#contact-form-main {
    width: 100%;
    position: relative;
    margin-top: 35px;
    color: #111
}

#contact-form-main input,
#contact-form-main select,
#contact-form-main textarea,
#contact-form-main label {
    margin-bottom: 30px
}

#contact-form-main input,
#contact-form-main select,
#contact-form-main textarea {
    width: 90%;
    border: 1px solid rgba(73, 80, 82, .3);
    margin-bottom: 30px;
    padding: 11px;
    font-size: 17px;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

#contact-form-main input:focus,
#contact-form-main select:focus,
#contact-form-main textarea:focus {
    border: 1px solid rgba(197, 38, 32, .4);
    background-color: none
}

#contact-form-main textarea {
    height: 150px;
    resize: none
}

#contact-form-main label {
    display: block
}

#contact-form-main .required {
    font-weight: 700;
    color: #c0392b
}

.button.submit-button {
    display: block;
    width: 100%;
    margin-top: 10px;
    border-radius: 4px;
    background-color: #4f65be;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.button.submit-button:hover {
    background-color: #000;
}
.cvformat {
    font-size: 14px;
    display: block;
    margin-top: 20px;
    margin-left: 15px
}

#contact-form-main #submit-button:hover {
    background: #c52620;
    border-radius: 8px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

#contact-form-main #submit-button:active {
    position: relative;
    top: 1px
}

#contact-form-main #req-field-desc {
    font-style: italic
}

#contact-form-main input:required,
#contact-form-main textarea:required {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

::-webkit-input-placeholder {
    color: #8a8a8a;
    font-style: italic
}

#contact-form-main-main input:-moz-placeholder,
#contact-form-main textarea:-moz-placeholder {
    color: #8a8a8a;
    font-style: italic
}

#contact-form-main input.placeholder-text,
#contact-form-main textarea.placeholder-text {
    color: #8a8a8a;
    font-style: italic
}

#contact-form-main .required {
    color: #8a8a8a
}

#contact-form-main #success,
#contact-form-main #error {
    display: none
}

#contact-form-main #success span,
#contact-form-main #error span {
    display: block;
    position: absolute;
    top: 60px;
    width: 100%
}

#contact-form-main #success span p,
#contact-form-main #error span p {
    margin-top: 60px
}

#contact-form-main #success span p {
    color: blue
}

#contact-form-main #error span p {
    color: #c52620
}

#contact-form-main input[type="text"][disabled],
#contact-form-main textarea[disabled] {
    background: #111
}

#contact-form-main label.error {
    margin-top: -25px;
    font-size: 12px;
    color: #c52620;
    line-height: 12px;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-left: 14px
}

#insidemainright .isocer1 {
    width: 90%;
    float: right;
    text-align: center;
    font-size: 17px;
    padding-top: 10px;
    color: #c52620;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 30px
}

#insidemainright .isocer2 {
    width: 90%;
    float: right;
    text-align: center;
    font-size: 23px;
    color: #143986;
    font-weight: 600;
    margin-top: 0;
    padding-top: 0;
    line-height: 45px
}

#insidemainright .isocer {
    width: 90%;
    float: right;
    text-align: center;
    font-size: 16px;
    position: relative;
    color: rgba(124, 123, 123, .5);
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 5px;
    font-family: 'Philosopher'
}

footer {
    height: auto;
    bottom: 0;
    float: left;
    right: 0;
    padding-bottom: 0;
    left: 0;
    width: 97%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    border-top: 1px solid rgba(0, 0, 0, 1);
    box-sizing: border-box;
    background: #143986
}

#footermain {
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    float: left;
    color: #fff;
    font-size: 14px;
    color: #a6aeb8
}

#footer1 {
    width: 32%;
    float: left;
    margin-right: 2%;
    padding-bottom: 10px;
    border-right: 1px dotted rgba(239, 239, 239, .1);
    padding-right: 2%;
    padding-top: 20px
}

#footer2 {
    width: 32%;
    float: left;
    margin-right: 2%;
    padding-bottom: 10px;
    border-right: 1px dotted rgba(239, 239, 239, .1);
    padding-right: 2%;
    padding-top: 20px
}

#footer3 {
    width: 31%;
    float: left;
    padding-top: 5px;
    padding-bottom: 10px
}

#footer3 p {
    padding: 0 20px
}

#footermain .border {
    
    height: 1px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

#footermain h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid
}

#footermain .border:before {
    font-family: 'FontAwesome';
    content: "\f0a3";
    left: 47%;
    position: absolute;
    top: -17px;
    font-size: 22px;
    color: #ffa12d
}

#footermain .title1 {
    margin-top: 0
}

#footermain .title1 h2 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif!important;
    text-align: center
}

.insidea a {
    text-decoration: none;
    color: #a6aeb8
}

#footermain .insidea a:hover {
    color: #c52620
}

.insidea i {
    color: rgba(239, 239, 239, .8);
    margin-right: 20px
}

#footermain a {
    text-decoration: none;
    color: #a6aeb8
}

#footermain ul.list_style1 {
    margin: 0;
    list-style: none;
    margin-top: 1px;
    margin-left: 0;
    padding: 0 20px
}

#footermain ul.list_style1 li {
    line-height: 35px;
    padding-top: 12px
}

#footermain .list_style1 li {
    position: relative
}

#footermain .list_style1.star li {
    padding: 3px 2px 3px 18px;
    border-bottom: 1px dotted rgba(239, 239, 239, .1)
}

#footermain .list_style1.star li:before {
    font-family: FontAwesome;
    content: "\f0da";
    display: inline-block;
    border-radius: 0;
    color: #ffa12d;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2
}

#footer1 a:hover,
#footer2 a:hover,
#footer3 a:hover {
    color: #ffa12d
}

#footerbottom {
    width: 100%;
    float: left;
    padding: 4px 0 3px;
    color: #333;
    font-size: .7em;
    text-align: center;
    background: #efefef
}

#footerbottom a {
    color: #333;
    text-decoration: none
}

#footerbottom a:hover {
    color: #c20b05
}

#footerbottom .sliding-middle-out:hover:after {
    width: 100%;
    background: #c20b05
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    -ms-touch-action: pan-y;
    margin-top: 90px;
    margin-bottom: 20px
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(grabbing.html) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.owl-theme .owl-controls {
    margin: 0 auto;
    margin-top: 40px;
    text-align: center
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-item.loading {
    min-height: 150px;
    background: url(../images/index.gif) no-repeat center center
}

.owl-theme .owl-controls .owl-buttons {
    z-index: 9
}

.owl-theme .owl-controls .owl-buttons div {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transperent;
    border-color: #c52620;
    color: #c52620;
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in
}

.owl-theme .owl-controls .owl-buttons div:hover {
    background: #c52620;
    color: #fff;
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in
}

.owl-theme .owl-controls .owl-buttons div i {
    font-size: 20px
}

.fullwidth .meida-holder img {
    width: 100%;
    height: auto;
    vertical-align: middle
}

.fullwidth .item {
    position: relative;
    overflow: hidden
}

.fullwidth .meida-holder {
    position: relative;
    top: 0;
    transition: top .4s
}

.fullwidth .hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.fullwidth .overlay {
    background-color: #000;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.fullwidth .item:hover .overlay {
    opacity: .5
}

.fullwidth .link-contianer {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    text-align: center;
    width: 100%;
    z-index: 2
}

.fullwidth .link-contianer a {
    display: inline-block;
    margin: 0 8px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 22px;
    width: 44px;
    line-height: 44px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    text-decoration: none;
    background: #fff;
    color: #b40000
}

.fullwidth .item:hover .link-contianer a:hover {
    color: #b1c900
}

.fullwidth .item:hover .link-contianer a {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.fullwidth .item .detail-container {
    background: rgba(0, 139, 208, 1);
    padding: 12px 20px 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center
}

.fullwidth .item .detail-container h4 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    text-rendering: optimizelegibility;
    line-height: 20px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px
}

.fullwidth .item .detail-container p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    text-align: center
}

.fullwidth .item .detail-container {
    opacity: 1;
    background: rgba(255, 255, 255, .7)
}

.fullwidth .hover-content {
    filter: alpha(opacity=0)
}

.fullwidth .hover-content .link-contianer,
.fullwidth .hover-content .detail-container {
    filter: inherit
}

.fullwidth .item:hover .hover-content {
    filter: alpha(opacity=100)
}

.fullwidth .item:hover .hover-content .overlay {
    filter: alpha(opacity=50)
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 0
}

.tp-banner {
    width: 100%;
    position: relative
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0
}

.tp-bannertimer {
    display: none
}

.lightcolor {
    color: #fff!important
}

.slider_layer_05 {
    color: #363a47;
    font-size: 31px;
    padding: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.8)
}

.slider_layer_01 {
    font-weight: 400;
    color: #363a47;
    font-size: 34px;
    padding: 7px 60px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px
}

.slider_layer_011 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    font-size: 3.125em;
    font-weight: bolder;
    color: #b1c900
}

.slider_layer_012 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 6.5em;
    font-weight: bolder;
    color: #b1c900
}

.slider_layer_0112 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #fff
}

.slider_layer_0111 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #fff
}

.slider_layer_02 {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    padding: 7px 60px;
    background-color: rgba(52, 52, 52, 0.8);
    border-radius: 10px
}

.slider_layer_04 {
    color: #363a47;
    font-size: 25px;
    font-family: "Roboto", Georgia, "Times New Roman", serif;
    line-height: 1.5;
    text-transform: uppercase
}

.slider_layer_03 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 66px;
    line-height: 1.5
}

.tp-caption .btn {
    font-size: 14px;
    font-weight: 700;
    padding: 15px 30px!important
}

.tp-static-layers {
    position: absolute;
    z-index: 505;
    top: 0;
    left: 0
}

.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
    visibility: hidden!important;
    display: none!important
}

.tp-caption {
    z-index: 1;
    white-space: nowrap
}

.tp-caption-demo .tp-caption {
    position: relative!important;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px!important
}

.tp-caption.whitedivider3px {
    color: #000;
    text-shadow: none;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    text-decoration: none;
    min-width: 408px;
    min-height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.finewide_large_white {
    color: #fff;
    text-shadow: none;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 8px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.whitedivider3px {
    color: #000;
    text-shadow: none;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    min-width: 468px;
    min-height: 3px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.finewide_medium_white {
    color: #fff;
    text-shadow: none;
    font-size: 37px;
    line-height: 37px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.boldwide_small_white {
    font-size: 25px;
    line-height: 25px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.whitedivider3px_vertical {
    color: #000;
    text-shadow: none;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    min-width: 3px;
    min-height: 130px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.finewide_small_white {
    color: #fff;
    text-shadow: none;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.finewide_verysmall_white_mw {
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    max-width: 470px;
    white-space: normal!important;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.lightgrey_divider {
    text-decoration: none;
    background-color: #ebebeb;
    background-color: rgba(235, 235, 235, 1);
    width: 370px;
    height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.finewide_large_white {
    color: #FFF;
    text-shadow: none;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 8px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.finewide_medium_white {
    color: #FFF;
    text-shadow: none;
    font-size: 34px;
    line-height: 34px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.huge_red {
    position: absolute;
    color: #df4b6b;
    font-weight: 400;
    font-size: 150px;
    line-height: 130px;
    font-family: 'Oswald', sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    background-color: #2d3136;
    padding: 0
}

.tp-caption.middle_yellow {
    position: absolute;
    color: #fbd572;
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.huge_thin_yellow {
    position: absolute;
    color: #fbd572;
    font-weight: 300;
    font-size: 90px;
    line-height: 90px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    letter-spacing: 20px;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.big_dark {
    position: absolute;
    color: #333;
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    font-family: "Open Sans";
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_dark {
    position: absolute;
    color: #333;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    font-family: "Open Sans";
    margin: 0;
    letter-spacing: 5px;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_grey {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    padding: 2px 4px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #888;
    white-space: nowrap
}

.tp-caption.small_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.large_bold_white_25 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0 5px 10px;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.tp-caption.medium_text_shadow {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0 5px 10px;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.tp-caption.large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_bold_grey {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #666;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0;
    padding: 1px 4px 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.very_large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    letter-spacing: -2px
}

.tp-caption.very_big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 0 4px;
    padding-top: 1px;
    background-color: #000
}

.tp-caption.very_big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 0 4px;
    padding-top: 1px;
    background-color: #fff
}

.tp-caption.modern_medium_fat {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_medium_fat_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_medium_light {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_big_bluebg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    padding: 3px 10px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #4e5b6c;
    letter-spacing: 0
}

.tp-caption.modern_big_redbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    padding: 3px 10px;
    padding-top: 1px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #de543e;
    letter-spacing: 0
}

.tp-caption.modern_small_text_dark {
    position: absolute;
    color: #555;
    text-shadow: none;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.boxshadow {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.tp-caption.black {
    color: #000;
    text-shadow: none
}

.tp-caption.noshadow {
    text-shadow: none
}

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-caption a:hover {
    color: #ffa902
}

.tp-caption.thinheadline_dark {
    position: absolute;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    font-family: "Open Sans";
    background-color: transparent
}

.tp-caption.thintext_dark {
    position: absolute;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    font-family: "Open Sans";
    background-color: transparent
}

.tp-caption.medium_bg_red a {
    color: #fff;
    text-decoration: none
}

.tp-caption.medium_bg_red a:hover {
    color: #fff;
    text-decoration: underline
}

.tp-caption.smoothcircle {
    font-size: 30px;
    line-height: 75px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.498039);
    padding: 50px 25px;
    text-align: center;
    border-radius: 500px 500px 500px 500px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.largeblackbg {
    font-size: 50px;
    line-height: 70px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 0 20px 5px;
    text-shadow: none;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.tp-caption.largepinkbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #db4360;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tp-caption.largewhitebg {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #fff;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tp-caption.largegreenbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #67ae73;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tp-caption.excerpt {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    font-family: Arial;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1);
    text-shadow: none;
    margin: 0;
    letter-spacing: -1.5px;
    padding: 1px 4px 0;
    width: 150px;
    white-space: normal!important;
    height: auto;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.tp-caption.large_bold_grey {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #666;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0;
    padding: 1px 4px 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_thin_grey {
    font-size: 34px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #666;
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.small_thin_grey {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #757575;
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.lightgrey_divider {
    text-decoration: none;
    background-color: rgba(235, 235, 235, 1);
    width: 370px;
    height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.large_bold_darkblue {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #34495e;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_darkblue {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #34495e;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bold_red {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #e33a0c;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_light_red {
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #e33a0c;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_red {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #e33a0c;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bold_orange {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #f39c12;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_orange {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #f39c12;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.grassfloor {
    text-decoration: none;
    background-color: rgba(160, 179, 151, 1);
    width: 4000px;
    height: 150px;
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.large_bold_white {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_light_white {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumlarge_light_white {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumlarge_light_white_center {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    text-align: center;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_asbestos {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #7f8c8d;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_light_black {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #000;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.large_bold_black {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumlarge_light_darkblue {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #34495e;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.small_light_white {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.roundedimage {
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.large_bg_black {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 10px 20px 15px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumwhitebg {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 5px 15px 10px;
    text-shadow: none;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.medium_bg_orange_new1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #f39c12;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.boxshadow {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.tp-caption.black {
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
    font-family: 'Open Sans', sans
}

.tp-caption.noshadow {
    text-shadow: none
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none!important
}

.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0
}

.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 0;
    top: 0
}

.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0
}

.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 0;
    top: 0
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.tp-simpleresponsive .button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff!important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6)!important;
    font-size: 15px;
    line-height: 45px!important;
    background: url(../images/gradient/g30.html) repeat-x top;
    font-family: arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px
}

.tp-simpleresponsive .button.big {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: 700;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px!important;
    background: url(../images/gradient/g40.html) repeat-x top
}

.tp-simpleresponsive .purchase:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .button.big:hover {
    background-position: bottom, 15px 11px
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tp-simpleresponsive .button {
        padding: 4px 8px 3px;
        line-height: 25px!important;
        font-size: 11px!important;
        font-weight: 400
    }
    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .tp-simpleresponsive .button {
        padding: 2px 5px;
        line-height: 20px!important;
        font-size: 10px!important
    }
    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
}

.tp-simpleresponsive .button.green,
.tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green,
.tp-simpleresponsive .purchase:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0 3px 0 0 #104d0b;
    -moz-box-shadow: 0 3px 0 0 #104d0b;
    box-shadow: 0 3px 0 0 #104d0b
}

.tp-simpleresponsive .button.blue,
.tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue,
.tp-simpleresponsive .purchase:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0 3px 0 0 #0f3e68;
    -moz-box-shadow: 0 3px 0 0 #0f3e68;
    box-shadow: 0 3px 0 0 #0f3e68
}

.tp-simpleresponsive .button.red,
.tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red,
.tp-simpleresponsive .purchase:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0 3px 0 0 #7c1212;
    -moz-box-shadow: 0 3px 0 0 #7c1212;
    box-shadow: 0 3px 0 0 #7c1212
}

.tp-simpleresponsive .button.orange,
.tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange,
.tp-simpleresponsive .purchase:hover.orange {
    background-color: #f70;
    -webkit-box-shadow: 0 3px 0 0 #a34c00;
    -moz-box-shadow: 0 3px 0 0 #a34c00;
    box-shadow: 0 3px 0 0 #a34c00
}

.tp-simpleresponsive .button.darkgrey,
.tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey,
.tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey,
.tp-simpleresponsive .purchase:hover.darkgrey {
    background-color: #555;
    -webkit-box-shadow: 0 3px 0 0 #222;
    -moz-box-shadow: 0 3px 0 0 #222;
    box-shadow: 0 3px 0 0 #222
}

.tp-simpleresponsive .button.lightgrey,
.tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey,
.tp-simpleresponsive .purchase:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0 3px 0 0 #555;
    -moz-box-shadow: 0 3px 0 0 #555;
    box-shadow: 0 3px 0 0 #555
}

.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0
}

.fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden
}

.fullwidthbanner-container .fullwidthbanner {
    width: 100%;
    position: relative
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    position: absolute;
    visibility: hidden;
    -webkit-font-smoothing: antialiased!important
}

.tp-simpleresponsive img {
    max-width: none
}

.noFilterClass {
    filter: none!important
}

.tp-bannershadow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-bannershadow.tp-shadow1 {
    background: url(../assets/shadow1.html) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow2 {
    background: url(../assets/shadow2.html) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow3 {
    background: url(../assets/shadow3.html) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
    width: 100%!important;
    height: 100%!important;
    display: none
}

.tp-caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
    width: 100%!important;
    height: 100%!important;
    display: none
}

.fullcoveredvideo video,
.fullscreenvideo video {
    background: #000
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.html5vid.videoisplaying .tp-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: #FFF;
    z-index: 3;
    margin-top: -27px;
    margin-left: -28px;
    text-align: center;
    cursor: pointer
}

.html5vid .tp-revstop {
    width: 15px;
    height: 20px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    position: relative;
    margin: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none
}

.html5vid.videoisplaying .revicon-right-dir {
    display: none
}

.html5vid.videoisplaying .tp-revstop {
    display: block
}

.html5vid.videoisplaying .tp-video-play-button {
    display: none
}

.html5vid:hover .tp-video-play-button {
    display: block
}

.fullcoveredvideo .tp-video-play-button {
    display: none!important
}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background-image: linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -o-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -moz-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -webkit-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -ms-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, #000), color-stop(1, #323232));
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.tp-caption:hover .tp-video-controls {
    opacity: .9
}

.tp-video-button {
    background: rgba(0, 0, 0, .5);
    border: 0;
    color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0;
    margin: 0;
    outline: none
}

.tp-video-button:hover {
    cursor: pointer
}

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
    padding: 0 5px;
    display: table-cell
}

.tp-video-seek-bar-wrap {
    width: 80%
}

.tp-video-vol-bar-wrap {
    width: 20%
}

.tp-volume-bar,
.tp-seek-bar {
    width: 100%;
    cursor: pointer;
    outline: none;
    line-height: 12px;
    margin: 0;
    padding: 0
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4
}

.tp-dottedoverlay.twoxtwo {
    background: url(../assets/gridtile.html)
}

.tp-dottedoverlay.twoxtwowhite {
    background: url(../assets/gridtile_white.html)
}

.tp-dottedoverlay.threexthree {
    background: url(../assets/gridtile_3x3.html)
}

.tp-dottedoverlay.threexthreewhite {
    background: url(../assets/gridtile_3x3_white.html)
}

.tpclear {
    clear: both
}

.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(5px)
}

.tp-bullets.hidebullets {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-bullets.simplebullets.navbar {
    border: 1px solid #666;
    border-bottom: 1px solid #444;
    background: url(../assets/boxed_bgtile.html);
    height: 40px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.tp-bullets.simplebullets.navbar-old {
    background: url(../assets/navigdots_bgtile.html);
    height: 35px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullet.html) no-Repeat top left;
    width: 20px;
    height: 20px;
    margin-right: 0;
    float: left;
    margin-top: 0;
    margin-left: 3px
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px
}

.tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets.html) no-Repeat bottom left;
    width: 23px;
    height: 23px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets2.html) no-Repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets2.html) no-Repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.navbar .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullet_boxed.html) no-Repeat top left;
    width: 18px;
    height: 19px;
    margin-right: 5px;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0!important
}

.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0!important
}

.tp-bullets.simplebullets.navbar-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/navigdots.html) no-Repeat bottom left;
    width: 15px;
    height: 15px;
    margin-left: 5px!important;
    margin-right: 5px!important;
    float: left;
    margin-top: 10px
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0!important
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0!important
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    background-position: top left
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
    background-position: bottom left
}

.tparrows {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(5000px);
    -webkit-transform-style: flat;
    -webkit-backface-visibility: hidden;
    z-index: 600;
    position: relative
}

.tparrows.hidearrows {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-leftarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_left.html) no-Repeat top left;
    width: 40px;
    height: 40px
}

.tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_right.html) no-Repeat top left;
    width: 40px;
    height: 40px
}

.tp-leftarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_left.html) no-Repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-rightarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_right.html) no-Repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-leftarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left.html) no-Repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-rightarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right.html) no-Repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-leftarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_left_boxed.html) no-Repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 6px;
    margin-top: 12px
}

.tp-rightarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_right_boxed.html) no-Repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-left: 6px;
    margin-top: 12px
}

.tp-leftarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrowleft.html) no-Repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-right: 6px;
    margin-top: 10px
}

.tp-rightarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrowright.html) no-Repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-left: 6px;
    margin-top: 10px
}

.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px
}

.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0
}

.tp-leftarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left2.html) no-Repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: 0
}

.tp-rightarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right2.html) no-Repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0
}

.tp-leftarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left2.html) no-Repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: 0
}

.tp-rightarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right2.html) no-Repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0
}

.tp-leftarrow.default {
    background-color: #333!important;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_left.html) no-Repeat 0 0;
    width: 40px;
    height: 40px
}

.tp-rightarrow.default {
    background-color: #333!important;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_right.html) no-Repeat 0 0;
    width: 40px;
    height: 40px
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-position: bottom left
}

.tp-bullets.tp-thumbs {
    z-index: 1000;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-thumbs img {
    width: 100%
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(../assets/timer.html);
    position: absolute;
    z-index: 200;
    top: 0
}

.tp-bannertimer.tp-bottom {
    bottom: 0;
    height: 5px;
    top: auto
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none
    }
    .responsive .tparrows {
        display: none
    }
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-simpleresponsive a {
    text-decoration: none
}

.tp-simpleresponsive ul,
.tp-simpleresponsive ul li,
.tp-simpleresponsive ul li:before {
    list-style: none;
    padding: 0!important;
    margin: 0!important;
    list-style: none!important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none
}

.tp-simpleresponsive >ul >li {
    list-style: none;
    position: absolute;
    visibility: hidden
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../assets/coloredbg.html) repeat
}

.tp-caption.slidelink a span {
    background: url(../assets/coloredbg.html) repeat
}

.tparrows .tp-arr-imgholder {
    display: none
}

.tparrows .tp-arr-titleholder {
    display: none
}

.tparrows.preview1 {
    width: 100px;
    height: 100px;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    background: transparent
}

.tparrows.preview1:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "revicons";
    color: #fff;
    font-size: 30px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #fff;
    background: rgba(0, 0, 0, 0.15);
    z-index: 2;
    line-height: 100px;
    -webkit-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    transition: background 0.3s, color .3s
}

.tp-rightarrow.preview1:after {
    content: '\e825'
}

.tp-leftarrow.preview1:after {
    content: '\e824'
}

.tparrows.preview1:hover:after {
    background: rgba(255, 255, 255, 1);
    color: #aaa
}

.tparrows.preview1 .tp-arr-imgholder {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tparrows.preview1 .tp-arr-iwrapper {
    -webkit-transition: all .3s;
    transition: all .3s;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tparrows.preview1:hover .tp-arr-iwrapper {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-rightarrow.preview1 .tp-arr-imgholder {
    right: 100%;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-leftarrow.preview1 .tp-arr-imgholder {
    left: 100%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tparrows.preview1:hover .tp-arr-imgholder {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 24px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }
}

.tp-bullets.preview1 {
    height: 21px
}

.tp-bullets.preview1 .bullet {
    cursor: pointer;
    position: relative!important;
    background: rgba(0, 0, 0, 0.15)!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 5px!important;
    height: 5px!important;
    border: 8px solid rgba(0, 0, 0, 0)!important;
    display: inline-block;
    margin-right: 5px!important;
    margin-bottom: 0!important;
    -webkit-transition: background-color 0.2s, border-color .2s;
    -moz-transition: background-color 0.2s, border-color .2s;
    -o-transition: background-color 0.2s, border-color .2s;
    -ms-transition: background-color 0.2s, border-color .2s;
    transition: background-color 0.2s, border-color .2s;
    float: none!important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tp-bullets.preview1 .bullet.last {
    margin-right: 0
}

.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #aaa!important;
    width: 5px!important;
    height: 5px!important;
    border: 8px solid rgba(255, 255, 255, 1)!important
}

.tparrows.preview2 {
    min-width: 60px;
    min-height: 60px;
    background: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 1.3s;
    -webkit-transition: width 0.3s, background-color 0.3s, opacity .3s;
    transition: width 0.3s, background-color 0.3s, opacity .3s;
    backface-visibility: hidden
}

.tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    color: #aaa;
    font-size: 25px;
    margin-top: -12px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}

.tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 18px
}

.tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 18px
}

.tparrows.preview2 .tp-arr-titleholder {
    background-size: cover;
    background-position: center center;
    display: block;
    visibility: hidden;
    position: relative;
    top: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 60px;
    padding: 0 10px
}

.tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 50px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 50px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.tparrows.preview2.hovered {
    width: 300px
}

.tparrows.preview2:hover {
    background: #fff
}

.tparrows.preview2:hover:after {
    color: #000
}

.tparrows.preview2:hover .tp-arr-titleholder {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
    position: absolute
}

.tp-bullets.preview2 {
    height: 17px
}

.tp-bullets.preview2 .bullet {
    cursor: pointer;
    position: relative!important;
    background: rgba(0, 0, 0, 0.5)!important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px!important;
    height: 6px!important;
    border: 5px solid rgba(0, 0, 0, 0)!important;
    display: inline-block;
    margin-right: 2px!important;
    margin-bottom: 0!important;
    -webkit-transition: background-color 0.2s, border-color .2s;
    -moz-transition: background-color 0.2s, border-color .2s;
    -o-transition: background-color 0.2s, border-color .2s;
    -ms-transition: background-color 0.2s, border-color .2s;
    transition: background-color 0.2s, border-color .2s;
    float: none!important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tp-bullets.preview2 .bullet.last {
    margin-right: 0
}

.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 1)!important;
    width: 6px!important;
    height: 6px!important;
    border: 5px solid rgba(0, 0, 0, 1)!important
}

.tp-arr-titleholder.alwayshidden {
    display: none!important
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview2 {
        min-width: 40px;
        min-height: 40px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px
    }
    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: "revicons";
        font-size: 20px;
        margin-top: -12px
    }
    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 11px
    }
    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 11px
    }
    .tparrows.preview2 .tp-arr-titleholder {
        font-size: 12px;
        line-height: 40px;
        letter-spacing: 0
    }
    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right: 35px
    }
    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left: 35px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tparrows.preview2 {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px
    }
    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: "revicons";
        font-size: 14px;
        margin-top: -12px
    }
    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 8px
    }
    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 8px
    }
    .tparrows.preview2 .tp-arr-titleholder {
        font-size: 10px;
        line-height: 30px;
        letter-spacing: 0
    }
    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right: 25px
    }
    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left: 25px
    }
    .tparrows.preview2 .tp-arr-titleholder {
        display: none;
        visibility: none
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .tparrows.preview2 {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px
    }
    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: "revicons";
        font-size: 14px;
        margin-top: -12px
    }
    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 8px
    }
    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 8px
    }
    .tparrows.preview2 .tp-arr-titleholder {
        display: none;
        visibility: none
    }
    .tparrows.preview2:hover {
        width: 30px!important;
        height: 30px!important
    }
}

.tparrows.preview3 {
    width: 70px;
    height: 70px;
    background: #fff;
    background: #f2f2f2;
    -webkit-transform-style: flat
}

.tparrows.preview3:after {
    position: absolute;
    line-height: 70px;
    text-align: center;
    font-family: "FontAwesome";
    color: #aaa;
    font-size: 30px;
    top: 0;
    left: 0;
    background: #f2f2f2;
    z-index: 100;
    width: 70px;
    height: 70px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    border: 1px solid #c52620
}

.tparrows.preview3:hover:after {
    color: #000;
    border-left: none;
    border-right: none
}

.tp-rightarrow.preview3:after {
    content: '\f105';
    border-right: none
}

.tp-leftarrow.preview3:after {
    content: '\f104';
    border-left: none
}

.tparrows.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    z-index: 0;
    position: absolute;
    background: transperent;
    display: table;
    min-height: 70px;
    top: 0
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.tparrows.preview3 .tp-arr-imgholder {
    display: block;
    background-size: cover;
    background-position: center center;
    display: table-cell;
    min-width: 90px;
    height: 70px;
    position: relative;
    top: 0;
    border: 1px solid #c52620
}

.tp-leftarrow.preview3.tparrows.preview3 .tp-arr-imgholder {
    border-radius: 0 15px 15px 0;
    border-left: none
}

.tp-rightarrow.preview3.tparrows.preview3 .tp-arr-imgholder {
    border-radius: 15px 0 0 15px;
    border-right: none
}

.tp-rightarrow.preview3 .tp-arr-iwrapper {
    right: 0;
    padding-right: 70px
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
    left: 0;
    direction: rtl;
    padding-left: 70px
}

.tparrows.preview3 .tp-arr-titleholder {
    display: none;
    padding: 30px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    position: relative;
    clear: right;
    vertical-align: middle
}

.tparrows.preview3:hover .tp-arr-iwrapper {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.tp-bullets.preview3 {
    height: 17px
}

.tp-bullets.preview3 .bullet {
    cursor: pointer;
    position: relative!important;
    background: rgba(0, 0, 0, 0.5)!important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px!important;
    height: 6px!important;
    border: 5px solid rgba(0, 0, 0, 0)!important;
    display: inline-block;
    margin-right: 2px!important;
    margin-bottom: 0!important;
    -webkit-transition: background-color 0.2s, border-color .2s;
    -moz-transition: background-color 0.2s, border-color .2s;
    -o-transition: background-color 0.2s, border-color .2s;
    -ms-transition: background-color 0.2s, border-color .2s;
    transition: background-color 0.2s, border-color .2s;
    float: none!important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tp-bullets.preview3 .bullet.last {
    margin-right: 0
}

.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 1)!important;
    width: 6px!important;
    height: 6px!important;
    border: 5px solid rgba(0, 0, 0, 1)!important
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview3:after,
    .tparrows.preview3 {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }
    .tparrows.preview3 .tp-arr-iwrapper {
        min-height: 70px
    }
    .tparrows.preview3 .tp-arr-imgholder {
        min-width: 70px;
        height: 70px
    }
    .tp-rightarrow.preview3 .tp-arr-iwrapper {
        padding-right: 50px
    }
    .tp-leftarrow.preview3 .tp-arr-iwrapper {
        padding-left: 50px
    }
    .tparrows.preview3 .tp-arr-titleholder {
        padding: 10px;
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .tparrows.preview3:after,
    .tparrows.preview3 {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }
    .tparrows.preview3 .tp-arr-iwrapper {
        min-height: 70px
    }
    .tparrows.preview1 .tp-arr-allwrapper,
    .tparrows.preview2 .tp-arr-allwrapper,
    .tparrows.preview3 .tp-arr-allwrapper,
    .tparrows.preview4 .tp-arr-allwrapper {
        display: none!important
    }
}

.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background: url(../images/camera-loader.html) no-repeat center center;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tp-loader.spinner5 {
    background: url(../assets/loader.html) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    -webkit-animation: tp-scaleout 1s infinite ease-in-out;
    animation: tp-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0
    }
}

.tp-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.tp-loader.spinner3 .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.tp-loader.spinner3 .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes tp-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes tp-bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0)
    }
}

.tp-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: tp-rotate 2s infinite linear;
    animation: tp-rotate 2s infinite linear
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #c52620;
    border-radius: 100%;
    -webkit-animation: tp-bounce 2s infinite ease-in-out;
    animation: tp-bounce 2s infinite ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15)
}

.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes tp-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes tp-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0)
    }
}

.tp-transparentimg {
    content: "url(../assets/transparent.png)"
}

.tp-3d {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%
}

.tp-caption img {
    background: transparent;
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1
}

@font-face {
    font-family: 'revicons';
    src: url(../font/revicons90c690c6.html?5510888);
    src: url(../font/revicons90c690c6.html?5510888#iefix) format("embedded-opentype"), url(../font/revicons90c690c6-2.html?5510888) format("woff"), url(../font/revicons90c690c6-3.html?5510888) format("truetype"), url(../font/revicons90c690c6-4.html?5510888#revicons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="revicon-"]:before,
[class*=" revicon-"]:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.btn,
.btn:after,
.btn::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slide__btn .btn-white {
    color: #fff
}

.slide__btn .btn-clear,
.slide__btn .btn-white:hover {
    color: #fff;
    text-shadow: none
}

.btn {
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in
}

.btn.active:focus,
.btn:active,
.btn:active:focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary {
    color: #fff
}

.btn-white {
    color: #fff
}

.btn-white:focus {
    color: #fff
}

.btn-lg {
    padding: 21px 30px
}

.btn-lg:before {
    border: 1px solid #93be4c
}

.btn-effect {
    position: relative;
    z-index: 1;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

.btn-effect::after,
.btn-effect::before {
    content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

.btn-effect::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.btn-effect:hover::before {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1)
}

.btn-effect:hover::after {
    opacity: 0;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
}

.btn-effect:hover.btn {
    background: #fff;
    color: #93be4c
}

.btn-effect.btn-white::before {
    border-color: #fff
}

.btn-effect.btn-white::after {
    background: none
}

.btn-effect.btn-white:hover {
    color: #363a47
}

.btn-clear {
    background: 0 0;
    color: #fff
}

.promo__btn {
    padding: 16px 27px
}

@media screen and (max-width: 37.5em) {
    .tp-leftarrow.default {
        display: none
    }
    .tp-rightarrow.default {
        display: none
    }
    .btn {
        display: none
    }
}

.dl-menuwrapper {
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    -moz-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    margin-left: 0;
    z-index: 999
}

.dl-menuwrapper:first-child {
    margin-right: 100px;
    z-index: 999999
}

.dl-menuwrapper button {
    background: #fff;
    border: none;
    width: 38px;
    height: 35px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    z-index: 999999
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
    background: #000
}

.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #c52620;
    top: 5px;
    left: 16%;
    box-shadow: 0 10px 0 #c52620, 0 20px 0 #c52620;
    z-index: 999999
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 999999
}

.dl-menuwrapper li {
    position: relative;
    z-index: 999999
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 5px 25px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
    outline: none;
    z-index: 999999;
    border: 1px solid rgba(138, 138, 138, .1)
}

.dl-menuwrapper li.dl-back > a {
    padding-left: 30px;
    z-index: 999999;
    color: #666
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 40px;
    font-family: 'FontAwesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f054";
    color: #666;
    font-size: 14px;
    vertical-align: middle;
    z-index: 999999
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: #666;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 999999
}

.dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(0, 0, 0, 0.15);
    z-index: 999999
}

.no-touch .dl-menuwrapper li a:hover {
    background: #fff;
    color: #c52620;
    z-index: 999999
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
    color: #666
}

.dl-menuwrapper li.dl-back:hover:after,
.dl-menuwrapper li > a:not(:only-child):hover:after {
    color: #c52620
}

.dl-menuwrapper .dl-menu {
    margin: 5px 0 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999999
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 999999
}

.dl-menuwrapper li .dl-submenu {
    display: none;
    z-index: 999999
}

.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
    display: none;
    z-index: 999999
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
    z-index: 999999
}

.dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
    z-index: 999999
}

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 .4s linear forwards;
    -moz-animation: MenuAnimOut1 .4s linear forwards;
    animation: MenuAnimOut1 .4s linear forwards
}

.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 .3s ease-in-out forwards;
    -moz-animation: MenuAnimOut2 .3s ease-in-out forwards;
    animation: MenuAnimOut2 .3s ease-in-out forwards
}

.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 .4s ease forwards;
    -moz-animation: MenuAnimOut3 .4s ease forwards;
    animation: MenuAnimOut3 .4s ease forwards
}

.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 .4s ease forwards;
    -moz-animation: MenuAnimOut4 .4s ease forwards;
    animation: MenuAnimOut4 .4s ease forwards
}

.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 .4s ease forwards;
    -moz-animation: MenuAnimOut5 .4s ease forwards;
    animation: MenuAnimOut5 .4s ease forwards
}

@-webkit-keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg)
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0
    }
}

@-moz-keyframes MenuAnimOut1 {
    50% {
        -moz-transform: translateZ(-250px) rotateY(30deg)
    }
    75% {
        -moz-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5
    }
    100% {
        -moz-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
}

@-moz-keyframes MenuAnimOut2 {
    100% {
        -moz-transform: translateX(-100%);
        opacity: 0
    }
}

@-moz-keyframes MenuAnimOut3 {
    100% {
        -moz-transform: translateZ(300px);
        opacity: 0
    }
}

@-moz-keyframes MenuAnimOut4 {
    100% {
        -moz-transform: translateZ(-300px);
        opacity: 0
    }
}

@-moz-keyframes MenuAnimOut5 {
    100% {
        -moz-transform: translateY(40%);
        opacity: 0
    }
}

@keyframes MenuAnimOut1 {
    50% {
        transform: translateZ(-250px) rotateY(30deg)
    }
    75% {
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5
    }
    100% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
}

@keyframes MenuAnimOut2 {
    100% {
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes MenuAnimOut3 {
    100% {
        transform: translateZ(300px);
        opacity: 0
    }
}

@keyframes MenuAnimOut4 {
    100% {
        transform: translateZ(-300px);
        opacity: 0
    }
}

@keyframes MenuAnimOut5 {
    100% {
        transform: translateY(40%);
        opacity: 0
    }
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 .3s linear forwards;
    -moz-animation: MenuAnimIn1 .3s linear forwards;
    animation: MenuAnimIn1 .3s linear forwards
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 .3s ease-in-out forwards;
    -moz-animation: MenuAnimIn2 .3s ease-in-out forwards;
    animation: MenuAnimIn2 .3s ease-in-out forwards
}

.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 .4s ease forwards;
    -moz-animation: MenuAnimIn3 .4s ease forwards;
    animation: MenuAnimIn3 .4s ease forwards
}

.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 .4s ease forwards;
    -moz-animation: MenuAnimIn4 .4s ease forwards;
    animation: MenuAnimIn4 .4s ease forwards
}

.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 .4s ease forwards;
    -moz-animation: MenuAnimIn5 .4s ease forwards;
    animation: MenuAnimIn5 .4s ease forwards
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: .5
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes MenuAnimIn1 {
    0% {
        -moz-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
    20% {
        -moz-transform: translateZ(-250px) rotateY(30deg);
        opacity: .5
    }
    100% {
        -moz-transform: translateZ(0px) rotateY(0deg);
        opacity: 1
    }
}

@-moz-keyframes MenuAnimIn2 {
    0% {
        -moz-transform: translateX(-100%);
        opacity: 0
    }
    100% {
        -moz-transform: translateX(0px);
        opacity: 1
    }
}

@-moz-keyframes MenuAnimIn3 {
    0% {
        -moz-transform: translateZ(300px);
        opacity: 0
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1
    }
}

@-moz-keyframes MenuAnimIn4 {
    0% {
        -moz-transform: translateZ(-300px);
        opacity: 0
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1
    }
}

@-moz-keyframes MenuAnimIn5 {
    0% {
        -moz-transform: translateY(40%);
        opacity: 0
    }
    100% {
        -moz-transform: translateY(0);
        opacity: 1
    }
}

@keyframes MenuAnimIn1 {
    0% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
    20% {
        transform: translateZ(-250px) rotateY(30deg);
        opacity: .5
    }
    100% {
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes MenuAnimIn2 {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }
    100% {
        transform: translateX(0px);
        opacity: 1
    }
}

@keyframes MenuAnimIn3 {
    0% {
        transform: translateZ(300px);
        opacity: 0
    }
    100% {
        transform: translateZ(0px);
        opacity: 1
    }
}

@keyframes MenuAnimIn4 {
    0% {
        transform: translateZ(-300px);
        opacity: 0
    }
    100% {
        transform: translateZ(0px);
        opacity: 1
    }
}

@keyframes MenuAnimIn5 {
    0% {
        transform: translateY(40%);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 .4s ease forwards;
    -moz-animation: SubMenuAnimIn1 .4s ease forwards;
    animation: SubMenuAnimIn1 .4s ease forwards
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 .3s ease-in-out forwards;
    -moz-animation: SubMenuAnimIn2 .3s ease-in-out forwards;
    animation: SubMenuAnimIn2 .3s ease-in-out forwards
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 .4s ease forwards;
    -moz-animation: SubMenuAnimIn3 .4s ease forwards;
    animation: SubMenuAnimIn3 .4s ease forwards
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 .4s ease forwards;
    -moz-animation: SubMenuAnimIn4 .4s ease forwards;
    animation: SubMenuAnimIn4 .4s ease forwards
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 .4s ease forwards;
    -moz-animation: SubMenuAnimIn5 .4s ease forwards;
    animation: SubMenuAnimIn5 .4s ease forwards
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
}

@-moz-keyframes SubMenuAnimIn1 {
    0% {
        -moz-transform: translateX(50%);
        opacity: 0
    }
    100% {
        -moz-transform: translateX(0px);
        opacity: 1
    }
}

@-moz-keyframes SubMenuAnimIn2 {
    0% {
        -moz-transform: translateX(100%);
        opacity: 0
    }
    100% {
        -moz-transform: translateX(0px);
        opacity: 1
    }
}

@-moz-keyframes SubMenuAnimIn3 {
    0% {
        -moz-transform: translateZ(-300px);
        opacity: 0
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1
    }
}

@-moz-keyframes SubMenuAnimIn4 {
    0% {
        -moz-transform: translateZ(300px);
        opacity: 0
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1
    }
}

@-moz-keyframes SubMenuAnimIn5 {
    0% {
        -moz-transform: translateZ(-200px);
        opacity: 0
    }
    100% {
        -moz-transform: translateZ(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        transform: translateX(50%);
        opacity: 0
    }
    100% {
        transform: translateX(0px);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        transform: translateX(100%);
        opacity: 0
    }
    100% {
        transform: translateX(0px);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        transform: translateZ(-300px);
        opacity: 0
    }
    100% {
        transform: translateZ(0px);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        transform: translateZ(300px);
        opacity: 0
    }
    100% {
        transform: translateZ(0px);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        transform: translateZ(-200px);
        opacity: 0
    }
    100% {
        transform: translateZ(0);
        opacity: 1
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 .4s ease forwards;
    -moz-animation: SubMenuAnimOut1 .4s ease forwards;
    animation: SubMenuAnimOut1 .4s ease forwards
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 .3s ease-in-out forwards;
    -moz-animation: SubMenuAnimOut2 .3s ease-in-out forwards;
    animation: SubMenuAnimOut2 .3s ease-in-out forwards
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 .4s ease forwards;
    -moz-animation: SubMenuAnimOut3 .4s ease forwards;
    animation: SubMenuAnimOut3 .4s ease forwards
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 .4s ease forwards;
    -moz-animation: SubMenuAnimOut4 .4s ease forwards;
    animation: SubMenuAnimOut4 .4s ease forwards
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 .4s ease forwards;
    -moz-animation: SubMenuAnimOut5 .4s ease forwards;
    animation: SubMenuAnimOut5 .4s ease forwards
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(50%);
        opacity: 0
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%);
        opacity: 0
    }
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateZ(-200px);
        opacity: 0
    }
}

@-moz-keyframes SubMenuAnimOut1 {
    0% {
        -moz-transform: translateX(0%);
        opacity: 1
    }
    100% {
        -moz-transform: translateX(50%);
        opacity: 0
    }
}

@-moz-keyframes SubMenuAnimOut2 {
    0% {
        -moz-transform: translateX(0%);
        opacity: 1
    }
    100% {
        -moz-transform: translateX(100%);
        opacity: 0
    }
}

@-moz-keyframes SubMenuAnimOut3 {
    0% {
        -moz-transform: translateZ(0px);
        opacity: 1
    }
    100% {
        -moz-transform: translateZ(-300px);
        opacity: 0
    }
}

@-moz-keyframes SubMenuAnimOut4 {
    0% {
        -moz-transform: translateZ(0px);
        opacity: 1
    }
    100% {
        -moz-transform: translateZ(300px);
        opacity: 0
    }
}

@-moz-keyframes SubMenuAnimOut5 {
    0% {
        -moz-transform: translateZ(0);
        opacity: 1
    }
    100% {
        -moz-transform: translateZ(-200px);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        transform: translateX(0%);
        opacity: 1
    }
    100% {
        transform: translateX(50%);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        transform: translateX(0%);
        opacity: 1
    }
    100% {
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        transform: translateZ(0px);
        opacity: 1
    }
    100% {
        transform: translateZ(-300px);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        transform: translateZ(0px);
        opacity: 1
    }
    100% {
        transform: translateZ(300px);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        transform: translateZ(0);
        opacity: 1
    }
    100% {
        transform: translateZ(-200px);
        opacity: 0
    }
}

.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block
}

.no-js .dl-menuwrapper li.dl-back {
    display: none
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0, 0, 0, 0.1)
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: ''
}

.demo-1 .dl-menuwrapper button {
    background: #fff;
    margin-top: 5px;
    margin-bottom: 5px
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
{
    background: #fff
}

.demo-1 .dl-menuwrapper ul {
    background: #fff;
    border-color: #75bd2a;
    z-index: 99999999
}

.demo-1 .dl-menuwrapper ul li ul {
    background: #fff
}

.demo-2 .dl-menuwrapper button {
    background: #e86814
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
    background: #D35400
}

.demo-3 .dl-menuwrapper button {
    background: #08cbc4
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
    background: #00b4ae
}

.demo-4 .dl-menuwrapper button {
    background: #90b912
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
    background: #79a002
}

.demo-5 .dl-menuwrapper button {
    background: #744783
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
    background: #fff;
    border-color: #008bd0
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 96px;
    height: 96px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s
}

.c-hamburger:focus {
    outline: 0
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 44px;
    left: 18px;
    right: 18px;
    height: 8px;
    background: #fff
}

.c-hamburger span::after,
.c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #fff;
    content: ""
}

.c-hamburger--htla.is-active span::after,
.c-hamburger--htla.is-active span::before,
.c-hamburger--htra.is-active span::after,
.c-hamburger--htra.is-active span::before {
    width: 50%
}

.c-hamburger span::before {
    top: -20px
}

.c-hamburger span::after {
    bottom: -20px
}

.c-hamburger--rot {
    background-color: #28aadc
}

.c-hamburger--rot span {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.c-hamburger--rot.is-active {
    background-color: #166888
}

.c-hamburger--rot.is-active span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-hamburger--htx {
    background-color: #ff3264
}

.c-hamburger--htx span {
    -webkit-transition: background 0 .3s;
    transition: background 0 .3s
}

.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform
}

.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform
}

.c-hamburger--htx.is-active {
    background-color: #cb0032
}

.c-hamburger--htx.is-active span {
    background: 0 0
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.c-hamburger--htla {
    background-color: #32dc64
}

.c-hamburger--htla span {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.c-hamburger--htla span::before {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: -webkit-transform .3s, width .3s, top .3s;
    transition: transform .3s, width .3s, top .3s
}

.c-hamburger--htla span::after {
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform .3s, width .3s, bottom .3s;
    transition: transform .3s, width .3s, bottom .3s
}

.c-hamburger--htla.is-active {
    background-color: #18903c
}

.c-hamburger--htla.is-active span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-hamburger--htla.is-active span::before {
    top: 0;
    -webkit-transform: translateX(38px)translateY(4px)rotate(45deg);
    -ms-transform: translateX(38px)translateY(4px)rotate(45deg);
    transform: translateX(38px)translateY(4px)rotate(45deg)
}

.c-hamburger--htla.is-active span::after {
    bottom: 0;
    -webkit-transform: translateX(38px)translateY(-4px)rotate(-45deg);
    -ms-transform: translateX(38px)translateY(-4px)rotate(-45deg);
    transform: translateX(38px)translateY(-4px)rotate(-45deg)
}

.c-hamburger--htra {
    background-color: #ff9650
}

.c-hamburger--htra span {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.c-hamburger--htra span::before {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: -webkit-transform .3s, width .3s, top .3s;
    transition: transform .3s, width .3s, top .3s
}

.c-hamburger--htra span::after {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform .3s, width .3s, bottom .3s;
    transition: transform .3s, width .3s, bottom .3s
}

.c-hamburger--htra.is-active {
    background-color: #e95d00
}

.c-hamburger--htra.is-active span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-hamburger--htra.is-active span::before {
    top: 0;
    -webkit-transform: translateX(-8px)translateY(4px)rotate(-45deg);
    -ms-transform: translateX(-8px)translateY(4px)rotate(-45deg);
    transform: translateX(-8px)translateY(4px)rotate(-45deg)
}

.c-hamburger--htra.is-active span::after {
    bottom: 0;
    -webkit-transform: translateX(-8px)translateY(-4px)rotate(45deg);
    -ms-transform: translateX(-8px)translateY(-4px)rotate(45deg);
    transform: translateX(-8px)translateY(-4px)rotate(45deg)
}

@media screen and (max-width: 37.5em) {
    .da-thumbs5 li {
        width: 100%;
    }
    #togmenu {
        display: block;
        position: relative
    }
    .navbar-default {
        display: none
    }
    #headertopright {
        width: 100%;
        margin: 0;
        text-align: center
    }
    #headertopleft {
        width: 100%;
        margin: 0;
        text-align: center
    }
    .social_media {
        margin: 0 auto;
        float: none;
        display: table
    }
    .social-links-txt {
        display: table;
        margin: 0 auto
    }
    .alignleft {
        display: block
    }
    .logo {
        width: 100%;
        margin: 0 auto;
        padding: 0
    }
    .headerttopmain1 {
        width: 100%;
        margin: 0;
        text-align: center;
        position: relative;
        padding: 0;
        top: 0
    }
    .logo img {
        padding-bottom: 0;
        margin-bottom: 0;
        width: 35%;
        padding-top: 7px
    }
    .isocer1 {
        width: 100%;
        margin: 0;
        text-align: center;
        font-size: 12px;
        padding-top: 7px
    }
    #headermain {
        width: 100%;
        margin: 0;
        padding: 0
    }
    .logo {
        width: 100%;
        margin: 0;
        padding: 0
    }
    .isocer2 {
        width: 100%;
        margin: 0;
        font-size: 28px;
        line-height: 25px
    }
    .isocer {
        width: 100%;
        margin: 0;
        font-size: 12px;
        letter-spacing: 1px
    }
    #banner .slider_layer_02 {
        display: none
    }
    .da-thumbs li {
        width: 90%;
        margin: 0 5%
    }
    .div50 {
        width: 100%
    }
    .mj_overlay_inner h1 {
        font-size: 23px;
        margin-top: 20%
    }
    .mj_overlay_inner h1 span.mj_yellow_text {
        font-size: 28px
    }
    .div50 .mj_quote {
        padding: 15px 0 0
    }
    .aboutus {
        padding: 0 5%;
        font-size: 20px
    }
    .da-thumbs2 li {
        margin: .8%;
        width: 96%;
        margin-top: 20px
    }
    #footer1,
    #footer2,
    #footer3 {
        width: 100%;
        margin: 0;
        padding: 0;
        border-right: none;
        margin-bottom: 30px
    }
    #footermain ul.list_style1 li {
        line-height: 20px;
        padding-top: 6px
    }
    #footermain .list_style1.star li:before {
        top: 5px
    }
    #insidemainleft {
        display: none
    }
    #insidemainright {
        width: 94%;
        margin-left: 3%;
        padding: 40px 0
    }
    .headline h4 {
        font-size: 20px
    }
    .insidehading {
        padding: 0
    }
    .bordse {
        width: 100%;
        display: block;
        margin: 0 auto
    }
    .da-thumbs3 li {
        width: 98%
    }
    #contact-form-main input,
    #contact-form-main select,
    #contact-form-main textarea {
        width: 100%
    }
}

@media screen and (min-width: 37.5em) and (max-width: 64em) {
    #togmenu {
        display: block;
        position: relative
    }
    .navbar-default {
        display: none
    }
    #headertopright {
        width: 100%;
        margin: 0;
        text-align: center
    }
    #headertopleft {
        width: 100%;
        margin: 0;
        text-align: center
    }
    .social_media {
        margin: 0 auto;
        float: none;
        display: table
    }
    .social-links-txt {
        display: table;
        margin: 0 auto
    }
    .alignleft {
        display: block
    }
    .isocer2 {
        font-size: 35px
    }
    .isocer {
        font-size: 22px;
        letter-spacing: 1px
    }
    .isocer1 {
        text-align: center;
        font-size: 22px;
        padding-top: 7px
    }
    #banner .slider_layer_02 {
        display: none
    }
    .da-thumbs li {
        width: 40%;
        margin: 0 4%
    }
    .div50 {
        width: 100%
    }
    .carousel-inner p {
        width: 95%
    }
    .da-thumbs2 li {
        margin: .8%;
        width: 46%;
        margin-top: 20px
    }
    #footermain ul.list_style1 li {
        line-height: 22px;
        padding-top: 10px
    }
    #footermain .list_style1.star li:before {
        top: 5px
    }
    #insidemainleft {
        display: none
    }
    #insidemainright {
        width: 94%;
        margin-left: 3%;
        padding: 40px 0
    }
    .da-thumbs3 li {
        width: 48%
    }
    .headline h4 {
        font-size: 23px
    }
    #contact-form-main input,
    #contact-form-main select,
    #contact-form-main textarea {
        width: 100%
    }
}

@media (min-width: 64em) and (max-width: 1200px) {
    .container2 {
        width: 100%;
        margin: 0
    }
    .nav > li > a {
        padding-right: 10px;
        padding-left: 10px
    }
}

#Choco_overlay {
    background: #ececec!important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    display: none;
    padding: 0;
    margin: 0
}

#Choco_content {
    display: none;
    width: 800px;
    height: 600px;
    z-index: 9999999999;
    position: fixed;
    left: 50%;
    top: 45%;
    border-top: 1px solid transparent;
    float: right
}

#Choco_left_arrow {
    float: left;
    background-image: url(../images/left.png)!important;
    background-position: 12%;
    left: -20%
}

#Choco_right_arrow {
    float: right;
    background-image: url(../images/right.png)!important;
    background-position: 88%;
    left: 20%
}

.Choco_arrows {
    background-repeat: no-repeat;
    display: none;
    position: relative;
    cursor: pointer;
    width: 49%;
    top: -100%;
    height: 100%;
    margin-top: -30px
}

#Choco_container_photo {
    text-align: center;
    width: 800px;
    height: 600px;
    z-index: 9999999999
}

#Choco_container_description {
    padding: 0;
    height: 36px;
    width: 100%;
    color: #111;
    clear: both;
    position: relative;
    margin-top: -20px;
    overflow: hidden;
    background: #cfcfcf;
    line-height: 1.4;
    font-size: 15px;
    border: 1px solid #666;
    border-top: none;
    display: none
}

#Choco_container_title {
    float: left;
    padding: 5px;
    margin-left: 10px
}

#Choco_container_via {
    padding: 5px;
    float: right;
    display: none
}

#Choco_container_via a {
    color: gray
}

#Choco_container_via a:hover {
    color: #fff;
    background: gray
}

#Choco_close {
    width: 30px;
    height: 25px;
    background-image: url(../images/close.png)!important;
    background-repeat: no-repeat;
    z-index: 1002;
    cursor: pointer;
    margin: 0 0 15px;
    display: none
}

#Choco_loading {
    width: 24px;
    height: 24px;
    background-image: url(../images/preloader.html);
    background-repeat: no-repeat;
    z-index: 1002;
    cursor: pointer;
    float: left;
    margin-top: 30%;
    margin-left: 50%;
    display: none
}

#Choco_bigImage {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -5px;
    border: 1px solid #666
}

.ImageWrapper {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    display: block;
    overflow: hidden;
    position: relative;
    margin: 1px;
}

.BackgroundRR img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.BackgroundRR:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.ImageWrapper .ImageOverlayNa {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    right: -100%;
    opacity: 0;
    position: absolute;
    bottom: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.ImageWrapper:hover .ImageOverlayNa {
    bottom: 0;
    right: 0;
    opacity: 1;
}

.ImageWrapper .StyleLi {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ImageWrapper:hover .StyleLi {
    margin-bottom: -20px;
    opacity: 1;
    bottom: 43%;
    visibility: visible;
}

.ImageWrapper .StyleC {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 45%;
    margin-top: -20px;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ImageWrapper:hover .StyleC {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.WhiteRounded {
    background-color: #ffffff;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
}

.WhiteRounded > a {
    color: #c52620;
    display: block;
    font-weight: normal;
}

.WhiteRounded:hover > a {
    color: #fff;
    display: block;
    font-weight: normal;
}

.WhiteRounded:hover {
    background-color: #c52620;
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
}

.div50 a {
    text-decoration: none;
    color: #666;
}


