    @charset "UTF-8";
    @import url(animate.css);
    @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
    @import url(https://fonts.googleapis.com/css?family=Raleway:400,200,600,700);
    /*========================================================
										Main Styles
=========================================================*/
    
    body {
        color: #777777;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
        font-weight: 300;
        font-size: 16px;
        line-height: 1.5;
        -webkit-text-size-adjust: none;
        background: #fff;
    }
p {text-align: left}
    
    .wrapper {
        width: 100%;
        overflow: hidden;
    }
    /*================      Typography      =================*/
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .heading-1,
    .heading-2,
    .heading-3,
    .heading-4,
    .heading-5,
    .heading-6 {
        line-height: 1.2;
        color: #333333;
        text-align: left;
        width: 100%;
    }
    
    .black {
        color: #000000;
        font-size: 14px;
        text-align: center;
    }
    
    h1,
    .heading-1 {
        font-size: 33px;
        font-weight: 300;
        margin-bottom: 10px;
    }
    
    h2,
    .heading-2 {
        font-size: 30px;
        font-weight: 300;
    }
    
    h3,
    .heading-3 {
        font-size: 26px;
        font-weight: 400;
    }
    
    h4,
    .heading-4 {
        font-size: 24px;
        font-weight: 400;
    }
    
    h5,
    .heading-5 {
        font-size: 18px;
    }
    
    h6,
    .heading-6 {
        font-size: 16px;
    }
    
    .lite {
        font-weight: 300;
    }
    
    .normal {
        font-weight: 400;
    }
    
    strong,
    .bold {
        font-weight: 700;
    }
    
    .ubold {
        font-weight: 900;
    }
    
    .big {
        font-size: 30px;
        line-height: 1.2;
    }
    
    @media (min-width: 768px) {
        .big {
            font-size: 42px;
        }
    }
    
    @media (min-width: 1700px) {
        .big {
            font-size: 68px;
        }
    }
    
    p.big {
        font-size: 24px;
        line-height: 1.2;
    }
    
    @media (min-width: 768px) {
        p.big {
            font-size: 33px;
        }
    }
    
    .small {
        font-size: 10px;
    }
    
    a.small {
        font-size: 12px;
    }
    
    p.small {
        font-size: 14px;
        line-height: 1.71429;
    }
    
    p {
        margin-bottom: 10px;
		text-align: left; /*tari*/
    }
    
    .italic {
        font-style: italic;
    }
    
    .uppercase {
        text-transform: uppercase;
    }
    
    .text-transf-none {
        text-transform: none;
    }
    
    .text-dec-underline {
        text-decoration: underline;
    }
    
    .list-bullet {
        list-style-type: circle;
    }
    
    .list-bullet li {
        list-style-type: circle;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    p a:hover,
    .marked-list a:hover {
        text-decoration: underline;
    }
    
    p .fa,
    .marked-list .fa {
        text-decoration: none;
    }
    
    time {
        display: block;
    }
    
    a {
        font: inherit;
        color: #007482;
        text-decoration: none;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    
    a:hover {
        color: #F0B323;
    }
    
    a:focus {
        outline: none;
    }
    
    a:active {
        background-color: transparent;
    }
    
    a[href^="tel:"],
    a[href^="callto:"] {
        color: inherit;
        text-decoration: none;
    }
    
    a[href^="tel:"]:hover,
    a[href^="callto:"]:hover {
        color: #007482;
    }
    
    .link {
        display: inline-block;
        color: #007482;
        max-width: 100%;
        font-size: 18px;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .link:hover {
        opacity: .4;
        color: #F0B323;
    }
    
    .fa {
        line-height: inherit;
    }
    
    [class*='fa-']:before {
        font-weight: 400;
        font-family: "FontAwesome";
    }
    
    .page {
        overflow: hidden;
    }
    
    .lt-ie9 .page {
        min-width: 1200px;
    }
    /*==================  Backgrounds  ======================*/
    
    .bg-primary {
        background-color: #494949;
        color: #fff;
    }
    
    .bg-primary .btn-primary {
        color: #fff;
        border-color: #fff;
    }
    
    .bg-primary .btn-primary:hover {
        background: #fff;
        color: #494949;
    }
    
    .bg-primary a.link,
    .bg-primary h1,
    .bg-primary h2,
    .bg-primary h3,
    .bg-primary h4,
    .bg-primary h5,
    .bg-primary h6,
    .bg-primary .heading-1,
    .bg-primary .heading-2,
    .bg-primary .heading-3,
    .bg-primary .heading-4,
    .bg-primary .heading-5,
    .bg-primary .heading-6 {
        color: #fff;
    }
    
    .bg-default-variant-1 {
        background-color: #f4f4f4;
        color: #777777;
    }
    
    .bg-default-variant-2 {
        background-color: #333333;
        color: #fff;
    }
    /*==================  Colors  ======================*/
    
    .primary-color {
        color: #f15a29;
    }
    
    .color-1 {
        color: #333333;
    }
    
    .clear:before,
    .clear:after {
        display: table;
        content: "";
        line-height: 0;
    }
    
    .clear:after {
        clear: both;
    }
    
    .circle {
        border-radius: 50%;
    }
    
    @media (min-width: 992px) {
        .max-width-1 {
            max-width: 285px;
            display: inline-block;
        }
    }
    
    a.fa-facebook {
        background: #444444;
    }

	a.fa-facebook:hover {
        color: #777777;
    }
    
    a.fa-twitter {
        background: #444444;
    }
    
    a.fa-twitter:hover {
        color: #777777;
    }
    
    a.fa-google-plus {
        background: #444444;
    }
    
    a.fa-google-plus:hover {
        color: #777777;
    }
    
    a.fa-linkedin {
        background: #444444;
    }
    
    a.fa-linkedin:hover {
        color: #777777;
    }
    
    a.fa-youtube-play {
        background: #444444;
    }
    
    a.fa-youtube-play:hover {
        color: #777777;
    }
    
    a.fa-instagram {
        background: #444444;
    }
    
    a.fa-instagram:hover {
        color: #777777;
    }
    
    .top-line {
        border-top: 1px solid #dddddd;
    }
    
    .bottom-line {
        border-bottom: 1px solid #dddddd;
    }
    /*================      Floating      =================*/
    
    .pull-left {
        float: left;
    }
    
    .pull-none {
        float: none;
    }
    
    .pull-right {
        float: right;
    }
    
    @media (min-width: 480px) {
        .pull-xs-left {
            float: left;
        }
        .pull-xs-none {
            float: none;
        }
        .pull-xs-right {
            float: right;
        }
    }
    
    @media (min-width: 768px) {
        .pull-sm-left {
            float: left;
        }
        .pull-sm-none {
            float: none;
        }
        .pull-sm-right {
            float: right;
        }
    }
    
    @media (min-width: 992px) {
        .pull-md-left {
            float: left;
        }
        .pull-md-none {
            float: none;
        }
        .pull-md-right {
            float: right;
        }
    }
    
    @media (min-width: 1200px) {
        .pull-lg-left {
            float: left;
        }
        .pull-lg-none {
            float: none;
        }
        .pull-lg-right {
            float: right;
        }
    }
    /*================      Alignment     =================*/
    
    .text-left {
        text-align: left;
    }
    
    .text-center {
        text-align: center;
    }
    
    .text-right {
        text-align: right;
    }
    
    @media (min-width: 480px) {
        .text-xs-left {
            text-align: left;
        }
        .text-xs-center {
            text-align: center;
        }
        .text-xs-right {
            text-align: right;
        }
    }
    
    @media (min-width: 768px) {
        .text-sm-left {
            text-align: left;
        }
        .text-sm-center {
            text-align: center;
        }
        .text-sm-right {
            text-align: right;
        }
    }
    
    @media (min-width: 992px) {
        .text-md-left {
            text-align: left;
        }
        .text-md-center {
            text-align: center;
        }
        .text-md-right {
            text-align: right;
        }
    }
    
    @media (min-width: 1200px) {
        .text-lg-left {
            text-align: left;
        }
        .text-lg-center {
            text-align: center;
        }
        .text-lg-right {
            text-align: right;
        }
    }
    /*=======================================================
					 				Main Layout
=========================================================*/
    
    *+.row {
        margin-top: 0px;
    }
    
    @media (min-width: 992px) {
        *+.row {
            margin-top: 92px;
        }
    }
    
    *+.resp-tabs {
        margin-top: 58px;
    }
    
    *+h5 {
        margin-top: 39px;
    }
    
    *+.list {
        margin-top: 24px;
    }
    
    h5+* {
        margin-top: 17px;
    }
    
    p+p {
        margin-top: 17px;
    }
    
    p+.btn {
        margin-top: 45px;
    }
    
    h1+.link {
        margin-top: 10px;
    }
    
    p+.inline-list {
        margin-top: 29px;
    }
    
    .container>h1 {
        margin-top: 30px;
    }
    
    @media (min-width: 768px) {
        .container>h1 {
            margin-top: 0;
        }
    }
    
    .list+.btn {
        margin-top: 25px;
    }
    
    .icon+h4 {
        margin-top: 30px;
    }
    
    img+h4 {
        margin-top: 32px;
    }
    
    h4+p {
        margin-top: 17px;
    }
    /*==================      Offsets     ======================*/
    
    .offset-0 {
        margin-top: 0px;
    }
    
    .offset-1 {
        margin-top: 15px;
    }
    
    .offset-2 {
        margin-top: 6px;
    }
    
    .offset-3 {
        margin-top: 16px;
    }
    
    .offset-4 {
        margin-top: 48px;
    }
    
    .offset-5 {
        margin-top: 53px;
    }
    
    .offset-7 {
        margin-top: 50px;
    }
    
    .offset-11 {
        margin-top: 54px;
    }
    
    @media (min-width: 992px) {
        .offset-6 {
            margin-top: 57px;
        }
    }
    /*==================      Col-offsets     ======================*/
    
    [class*="col-"] {
        margin-top: 60px;
    }
    
    @media (min-width: 768px) {
        [class*="col-xs"] {
            margin-top: 0;
        }
    }
    
    @media (min-width: 992px) {
        [class*="col-"] {
            margin-top: 0px;
        }
        /*  .offset-8 {
    margin-top: 64px;
  }*/
        .offset-8 {
            margin-top: 20px;
        }
        .offset-9 {
            margin-top: 30px;
        }
        .offset-10 {
            margin-top: 28px;
        }
    }
    /*==================     Well     ======================*/
    
    .well-xs,
    .well-md,
    .well-sm,
    .well-lg {
        padding-top: 0;
        padding-bottom: 50px;
    }
    
    @media (min-width: 480px) {
        .well-xs,
        .well-md,
        .well-sm,
        .well-lg {
            padding-top: 20px;
        }
    }
    
    @media (min-width: 768px) {
        .well-xs,
        .well-md,
        .well-sm,
        .well-lg {
            padding-top: 50px;
        }
    }
    
    .well {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    @media (min-width: 992px) {
        .well {
            /*Tari    padding-top: 120px;*/
            padding-top: 10px;
            padding-bottom: 100px;
        }
        .well--inset-1 {
            padding-bottom: 170px;
        }
        .well--inset-2 {
            padding-bottom: 120px;
        }
        .well--inset-3 {
            padding-bottom: 112px;
        }
        .well-xs {
            padding-top: 72px;
            padding-bottom: 63px;
        }
        .well-xs--inset-1 {
            padding-bottom: 95px;
        }
        .well-xs--inset-2 {
            /*Tari    padding-bottom: 115px; */
            padding-bottom: 45px;
        }
        .well-sm {
            /*Tari    padding-top: 138px;*/
            padding-top: 138px;
            padding-bottom: 117px;
        }
        .well-md {
            padding-top: 110px;
            padding-bottom: 108px;
        }
        .well-md--inset-1 {
            padding-bottom: 162px;
        }
        .well-md--inset-2 {
            padding-bottom: 124px;
        }
        .well-lg {
            padding-top: 185px;
            padding-bottom: 107px;
        }
    }
    /*=======================================================
												Components
=========================================================*/
    /*==================     Brand     ======================*/
    
    .brand {
        display: inline-block;
        font-family: 'Six Caps', serif;
        font-size: 60px;
        font-weight: 400;
        line-height: 1.2;
        color: #fff;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        letter-spacing: 3px;
        text-transform: lowercase;
		padding-top:10px;
		padding-bottom:10px;
    }
    
    .brand a:hover {
        color: inherit;
    }

.sls .brand img{
	width:100%;
	margin-top:15px;
}

.sls .brand{
	padding-top:0;
}



    /*==================   Iinline-list    =====================*/
    
    .inline-list {
        word-spacing: 2px;
    }
    
    .inline-list>li {
        display: inline-block;
        word-spacing: normal;
    }
    /*==================   List    =====================*/
    
    .list>li {
        border-bottom: 1px solid #d6d6d6;
    }
    
    .list>li a {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
    }
    
    .list>li a:hover {
        color: #f15a29;
    }
    
    .list>li:last-child {
        border: none;
    }
    /*==================   Contact-info    =====================*/
    
    .contact-info .heading-4+* {
        margin-top: 20px;
    }
    /*==================   Terms-list    =====================*/
    
    .terms-list dt+dd {
        margin-top: 10px;
    }
    
    .terms-list dd+dt {
        margin-top: 40px;
    }
    
    .terms-list-1 {
        margin: 0 auto;
    }
    
    @media (min-width: 992px) {
        .terms-list-1 dt {
            float: left;
            clear: both;
            min-width: 160px;
        }
    }
    
    @media (min-width: 992px) and (min-width: 992px) {
        .terms-list-1 dt {
            padding-left: 30px;
        }
    }
    
    @media (min-width: 992px) {
        .terms-list-1 dt:last-of-type {
            text-align: right;
            min-width: 0px;
            padding-left: 70px;
        }
    }
    
    @media (min-width: 992px) and (min-width: 1200px) {
        .terms-list-1 dt:last-of-type {
            padding-left: 90px;
        }
    }
    
    @media (min-width: 992px) {
        .terms-list-1 dd {
            float: right;
        }
        .terms-list-1 dd:last-of-type {
            float: left;
        }
        .terms-list-1 dd:last-of-type a {
            text-decoration: underline;
        }
    }
    /*==================  Post  ======================*/
    
    .blog-post {
        max-width: 370px;
        margin: 0 auto;
    }
    
    @media (min-width: 992px) {
        .blog-post {
            margin-top: 32px;
        }
    }
    
    .blog-post .post-content {
        background-color: #fff;
        padding: 28px 17px;
    }
    
    .blog-post .post-meta {
        color: #f15a29;
        font-size: 18px;
    }
    
    .blog-post *+.post-meta {
        margin-top: 15px;
    }
    
    .blog-post .post-meta+* {
        margin-top: 25px;
    }
    
    .blog-post .post-meta+p {
        margin-top: 0px;
    }
    
    .blog-post *+.link {
        margin-top: 22px;
    }
    
    .blog-post h5 {
        font-weight: 300;
    }
    
    .blog-post+.blog-post {
        margin-top: 40px;
    }
    
    .blog-post.offset-7 {
        margin-top: 63px;
    }
    /*==================      Blockquote     =====================*/
    
    .quote {
        position: relative;
    }
    
    .quote:before {
        content: "“";
        display: inline-block;
        font-size: 104px;
        line-height: 104px;
        font-family: 'Georgia', sans-serif;
        color: #f15a29;
        position: static;
    }
    
    @media (min-width: 992px) {
        .quote:before {
            position: absolute;
            top: 1px;
            left: -3px;
        }
    }
    
    @media (min-width: 1200px) {
        .quote:before {
            left: -3px;
        }
    }
    
    .quote img {
        border-radius: 50%;
        display: inline-block;
    }
    
    .quote p.big {
        font-size: 24px;
        line-height: 1.2;
    }
    
    .quote img+p {
        margin-top: 28px;
    }
    
    .quote p {
        margin-top: 10px;
    }
    
    .quote+.quote {
        margin-top: 125px;
    }
    
    @media (min-width: 992px) {
        .quote+.quote {
            margin-top: 40px;
        }
    }
    
    .quote *+img {
        margin-top: 27px;
    }
    
    .quote--1:before {
        position: static;
        height: 40px;
    }
    
    @media (min-width: 992px) {
        .quote--1 {
            padding-left: 47px;
        }
        .quote--1:before {
            position: absolute;
            top: -16px;
        }
    }
    
    .quote--1 p+p {
        margin-top: 17px;
    }
    
    @media (min-width: 1200px) {
        .quote--2:before {
            top: -15px;
        }
    }
    
    .quote--2 p:nth-child(1) {
        padding-left: 27px;
    }
    /*==================   Pricing-box  ====================*/
    
    .pricing-box {
        background: #fff;
        padding: 40px 60px 56px;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .pricing-box h1 {
        font-family: 'Lato', sans-serif;
    }
    
    .pricing-box h1,
    .pricing-box h2,
    .pricing-box h3,
    .pricing-box h4,
    .pricing-box h5,
    .pricing-box h6,
    .pricing-box .heading-1,
    .pricing-box .heading-2,
    .pricing-box .heading-3,
    .pricing-box .heading-4,
    .pricing-box .heading-5,
    .pricing-box .heading-6 {
        color: #898989;
    }
    
    .pricing-box .price-container {
        margin-top: 22px;
        display: block;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 90px;
        color: #333333;
    }
    
    .pricing-box .price-container .price {
        font-size: 55px;
        line-height: 1.2;
        font-weight: 900;
    }
    
    .pricing-box sup {
        font-size: 22px;
        line-height: 22px;
        position: relative;
        top: 12px;
        left: 2px;
    }
    
    .pricing-box .list>li {
        line-height: 44px;
        border-bottom: none;
        border-bottom: 1px solid #d6d6d6;
    }
    
    .pricing-box .list>li:last-child {
        border: none;
    }
    
    .pricing-box .btn {
        font-family: 'Lato', sans-serif;
        font-size: 20px;
    }
    
    .pricing-box .btn {
        margin-top: 24px;
    }
    
    .pricing-box *+.list {
        margin-top: 3px;
    }
    
    .active-box {
        background-color: #f15a29;
        color: #fff;
        position: relative;
        padding: 84px 60px 104px;
    }
    
    @media (min-width: 992px) {
        .active-box {
            top: -46px;
        }
    }
    
    .active-box .price-container,
    .active-box h1,
    .active-box h2,
    .active-box h3,
    .active-box h4,
    .active-box h5,
    .active-box h6,
    .active-box .heading-1,
    .active-box .heading-2,
    .active-box .heading-3,
    .active-box .heading-4,
    .active-box .heading-5,
    .active-box .heading-6 {
        color: #fff;
    }
    
    .active-box a:hover {
        color: #c56108;
    }
    
    .active-box .list li {
        border-bottom: 1px solid #ce6e1a;
    }
    
    .active-box .list li a {
        color: #fff;
    }
    /*==================   Flex List    =====================*/
    
    .flex-list li+li {
        margin-top: 15px;
    }
    
    @media (min-width: 768px) {
        .flex-list {
            display: table;
            table-layout: fixed;
            width: 100%;
            text-align: center;
        }
        .flex-list li {
            display: table-cell;
            vertical-align: middle;
        }
    }
    /*==================   Index List  ======================*/
    
    .index-list {
        counter-reset: li;
    }
    
    .index-list li .icon:before {
        content: counter(li, decimal) ".";
        counter-increment: li;
    }
    
    .index-list li+li {
        margin-top: 38px;
    }
    /*==================     Icons     ======================*/
    
    .icon {
        display: inline-block;
        text-align: center;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    
    .icon-primary {
        background-color: #cdcdcd;
        border-color: #cdcdcd;
        color: #333333;
    }
    
    .icon-primary:hover {
        color: #fff;
        background-color: #f15a29;
        border-color: #f15a29;
    }
    
    .icon-sm {
        position: relative;
    }
    
    .icon-sm:before {
        font-size: 33px;
        line-height: 33px;
        position: absolute;
        left: -14px;
    }
    
    .icon-sm-1:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .icon-xs {
        width: 22px;
        height: 22px;
        line-height: 21px;
        color: #fff;
        font-size: 14px;
    }
    
    .icon-xs:hover {
    }
    
    .icon-xs--1 {
    }
    
    .icon-xs--1:before {
        position: relative;
        top: -3px;
        left: -4px;
    }
    
    .icon-sm-1 {
        font-size: 34px;
    }
    
    .icon-sm-2 {
        font-size: 34px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    
    .icon-md {
        width: 136px;
        height: 136px;
        font-size: 55px;
        line-height: 136px;
        border-width: 1px;
        border-style: solid;
    }
    
    .icon-lg {
        width: 120px;
        height: 120px;
        border-width: 1px;
        border-style: solid;
        font-size: 48px;
        line-height: 120px;
    }
    
    @media (min-width: 992px) {
        .icon-lg {
            width: 166px;
            height: 166px;
            line-height: 166px;
            font-size: 60px;
        }
    }
    /*==================     Box     ======================*/
    
    .box .box__middle,
    .box-xs .box__middle,
    .box-sm .box__middle,
    .box-md .box__middle,
    .box-lg .box__middle {
        vertical-align: middle;
    }
    
    .box .box__bottom,
    .box-xs .box__bottom,
    .box-sm .box__bottom,
    .box-md .box__bottom,
    .box-lg .box__bottom {
        vertical-align: bottom;
    }
    
    .box .box_left img,
    .box .box_right img {
        max-width: none;
    }
    
    .box .box_left,
    .box .box_right,
    .box .box_cnt {
        padding: 0;
        display: table-cell;
        vertical-align: top;
    }
    
    .box .box_left {
        padding-right: 30px;
    }
    
    .box .box_right {
        padding-left: 30px;
    }
    
    .box-xs .box_left,
    .box-sm .box_left,
    .box-md .box_left,
    .box-lg .box_left {
        padding-bottom: 30px;
    }
    
    .box-xs .box_right,
    .box-sm .box_right,
    .box-md .box_right,
    .box-lg .box_right {
        padding-top: 30px;
    }
    
    @media (min-width: 480px) {
        .box-xs .box_left img,
        .box-xs .box_right img {
            max-width: none;
        }
        .box-xs .box_left,
        .box-xs .box_right,
        .box-xs .box_cnt {
            display: table-cell;
            vertical-align: top;
        }
        .box-xs .box_left {
            padding-right: 30px;
        }
        .box-xs .box_right {
            padding-left: 30px;
        }
        .box-xs-clear .box_left img,
        .box-xs-clear .box_right img {
            max-width: 100%;
        }
        .box-xs-clear .box_left,
        .box-xs-clear .box_right,
        .box-xs-clear .box_cnt {
            padding: 0;
            display: block;
            vert-align: top;
        }
        .box-xs-clear .box_left {
            padding-bottom: 30px;
        }
        .box-xs-clear .box_right {
            padding-top: 30px;
        }
    }
    
    @media (min-width: 768px) {
        .box-sm .box_left img,
        .box-sm .box_right img {
            max-width: none;
        }
        .box-sm .box_left,
        .box-sm .box_right,
        .box-sm .box_cnt {
            display: table-cell;
            vertical-align: top;
        }
        .box-sm .box_left {
            padding-right: 30px;
        }
        .box-sm .box_right {
            padding-left: 30px;
        }
        .box-sm-clear .box_left img,
        .box-sm-clear .box_right img {
            max-width: 100%;
        }
        .box-sm-clear .box_left,
        .box-sm-clear .box_right,
        .box-sm-clear .box_cnt {
            padding: 0;
            display: block;
            vert-align: top;
        }
        .box-sm-clear .box_left {
            padding-bottom: 30px;
        }
        .box-sm-clear .box_right {
            padding-top: 30px;
        }
    }
    
    @media (min-width: 992px) {
        .box-md .box_left img,
        .box-md .box_right img {
            max-width: none;
        }
        .box-md .box_left,
        .box-md .box_right,
        .box-md .box_cnt {
            display: table-cell;
            vertical-align: top;
        }
        .box-md .box_left {
            padding-right: 30px;
        }
        .box-md .box_right {
            padding-left: 30px;
        }
        .box-md-clear .box_left img,
        .box-md-clear .box_right img {
            max-width: 100%;
        }
        .box-md-clear .box_left,
        .box-md-clear .box_right,
        .box-md-clear .box_cnt {
            padding: 0;
            display: block;
            vert-align: top;
        }
        .box-md-clear .box_left {
            padding-bottom: 30px;
        }
        .box-md-clear .box_right {
            padding-top: 30px;
        }
    }
    
    @media (min-width: 1200px) {
        .box-lg .box_left img,
        .box-lg .box_right img {
            max-width: none;
        }
        .box-lg .box_left,
        .box-lg .box_right,
        .box-lg .box_cnt {
            display: table-cell;
            vertical-align: top;
        }
        .box-lg .box_left {
            padding-right: 30px;
        }
        .box-lg .box_right {
            padding-left: 30px;
        }
        .box-lg-clear .box_left img,
        .box-lg-clear .box_right img {
            max-width: 100%;
        }
        .box-lg-clear .box_left,
        .box-lg-clear .box_right,
        .box-lg-clear .box_cnt {
            padding: 0;
            display: block;
            vert-align: top;
        }
        .box-lg-clear .box_left {
            padding-bottom: 30px;
        }
        .box-lg-clear .box_right {
            padding-top: 30px;
        }
    }
    /*==================     Buttons     ======================*/
    
    .btn {
        display: inline-block;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }
    
    .btn:hover {
        background: transparent;
        cursor: pointer;
    }
    
    .btn:active {
        background: transparent;
        cursor: pointer;
    }
    
    .btn-primary {
        border: 1px solid #f15a29;
        color: #f15a29;
    }
    
    .btn-primary:hover {
        background: #f15a29;
        color: #fff;
    }
    
    .btn-primary:active {
        background: #de6d09;
        color: #fff;
    }
    
    .btn-default {
        text-transform: capitalize;
        color: #fff;
        position: relative;
        z-index: 10;
    }
    
    .btn-default:before,
    .btn-default:after {
        content: '';
        position: absolute;
        border-radius: 5px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #007481;
        background: -webkit-linear-gradient(top, #02474f 0%, #007481 100%) repeat scroll 0% 0%;
        background: linear-gradient(to bottom, #02474f 0%, #007481 100%) repeat scroll 0% 0%;
        opacity: 1;
        z-index: -1;
        -webkit-transition: opacity .4s ease-out;
        transition: opacity .4s ease-out;
    }
    
    .btn-default:after {
        background: -webkit-linear-gradient(top, #007481 0%, #02474f 100%) repeat scroll 0% 0%;
        background: linear-gradient(to bottom, #007481 0%, #02474f 100%) repeat scroll 0% 0%;
        opacity: 0;
    }
    
    .btn-default:hover {
        color: #fff;
    }
    
    .btn-default:hover:after {
        opacity: 1;
    }
    
    .btn-default:hover:before {
        opacity: 0;
    }
    
    .btn-default:active {
        color: #fff;
    }
    
    .btn-default:active:after {
        opacity: 0.8;
    }
    
    .btn-default:active:before {
        opacity: 0;
    }
    
    .btn-xs {
        font-size: 16px;
        min-width: 191px;
        padding: 20px 0px;
    }
    
    .btn-xs-2 {
        font-size: 14px;
        min-width: 140px;
        padding: 10px 0px;
        margin-top: 10px;
    }
    
    .btn-sm {
        padding: 8px 5px;
        font-size: 22px;
        min-width: 191px;
        border-radius: 0;
    }
    
    .btn-sm-1 {
        min-width: 180px;
        font-size: 22px;
        padding: 15px 5px;
    }
    
    .btn-md {
        min-width: 230px;
        font-size: 22px;
        padding: 16px 5px;
    }
    
    .btn-lg {
        min-width: 265px;
        font-size: 18px;
        padding: 19px 5px 19px;
    }
    /*==================   Thumbnail    ======================*/
    
    .gallery-item {
        overflow: hidden;
        display: inline-block;
        width: 100%;
        height: 100%;
        max-width: 370px;
        position: relative;
    }
    
    .gallery-title {
        color: #ffffff;
        text-shadow: 0 -1px 16px #000000;
        display: inline-block;
        font-size: 18px;
        position: absolute;
        top: 62%;
        left: 0%;
        background: rgba(143, 143, 143, 0.62);
        width: 100%;
        height: 100%;
        padding-left: 5%;
        padding-top: 5%;
    }
    
    #sm-3 {
        top: 185px;
        left: 5px;
        font-size: 17px;
    }
    
    .gallery-item:hover .gallery-title {
        display: none;
    }
    
    .gallery-item:hover .thumb_overlay {
        opacity: 1;
    }
    
    .gallery-item:hover #play-overlay {
        opacity: 1;
    }
    
    .lt-ie9 .gallery-item:hover:before {
        display: block;
    }
    
    .gallery-item img {
        width: 100%;
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }
    
    .gallery-item:hover img {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .gallery-item .thumb_overlay {
        position: absolute;
        left: -3px;
        top: -35px;
        right: 0px;
        bottom: 0px;
        opacity: 0;
        color: #fff;
        /*  background: rgba(246, 135, 36, 0.86);*/
        background: rgba(240, 240, 240, 0.75);
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        padding: 60px 25px 30px;
        margin: 6% auto;
        height: 106%;
    }
    
    .gallery-item .thumb_overlay h1,
    .gallery-item .thumb_overlay h2,
    .gallery-item .thumb_overlay h3,
    .gallery-item .thumb_overlay h4,
    .gallery-item .thumb_overlay h5,
    .gallery-item .thumb_overlay h6,
    .gallery-item .thumb_overlay .heading-1,
    .gallery-item .thumb_overlay .heading-2,
    .gallery-item .thumb_overlay .heading-3,
    .gallery-item .thumb_overlay .heading-4,
    .gallery-item .thumb_overlay .heading-5,
    .gallery-item .thumb_overlay .heading-6 {
        color: #fff;
    }
    
    .gallery-item .thumb_overlay .inline-list {
        word-spacing: 30px;
    }
    
    .gallery-item .thumb_overlay a {
        display: inline-block;
        color: #fff;
        margin-left: 18px;
    }
    
    .gallery-item .thumb_overlay a:hover {
        color: #333333;
    }
    
    .gallery-item .thumb_overlay p+.inline-list {
        margin-top: 0;
    }
    
    .gallery-item .thumb_overlay h4 {
        text-align: center;
    }
    
    .gallery-item .thumb_overlay h4+p {
        margin-top: 5px;
    }
    
    .gallery-item .thumb_overlay .inline-list span:before {
        font-size: 20px;
    }
    
    @media (min-width: 768px) {
        .gallery-item .thumb_overlay {
            padding: 20px 9px 20px;
        }
    }
    
    @media (min-width: 1200px) {
        .gallery-item .thumb_overlay {
            padding: 60px 25px 30px;
        }
        .gallery-item .thumb_overlay p+.inline-list {
            margin-top: 16px;
        }
        .gallery-item .thumb_overlay h4+p {
            margin-top: 17px;
        }
        .gallery-item .thumb_overlay .inline-list span:before {
            font-size: 33px;
        }
    }
    /*==================  RD Parallax    ======================*/
    
    .parallax {
        position: relative;
        overflow: hidden;
        color: #fff;
        background: #fff;
    }
    
    .parallax .big {
        font-size: 34px;
        line-height: 1.2;
        font-weight: 900;
    }
    
    @media (min-width: 992px) {
        .parallax .big {
            font-size: 40px;
        }
    }
    
    .parallax *+p {
        margin-top: 20px;
    }
    
    .parallax_image,
    .parallax_pattern {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background-position: center center;
        will-change: transform;
    }
    
    .parallax_image {
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .parallax_pattern {
        background-repeat: repeat;
    }
    
    .parallax_cnt {
        position: relative;
    }
    /*=================       Tabs     ======================*/
    
    .resp-tabs-list {
        text-align: center;
    }
    
    .resp-tabs-list li {
        cursor: pointer;
        display: inline-block;
        padding: 10px;
        font-size: 16px;
        border: 1px solid #333333;
        color: #333333;
        border-radius: 5px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    @media (min-width: 768px) {
        .resp-tabs-list li {
            padding: 15px;
        }
    }
    
    @media (min-width: 1200px) {
        .resp-tabs-list li {
            padding: 17px 30px 14px;
            font-size: 22px;
        }
    }
    
    .resp-tabs-list li:hover {
        color: #f15a29;
        border-color: #f15a29;
    }
    
    .resp-tabs-list .resp-tab-active {
        color: #f15a29;
        border-color: #f15a29;
    }
    
    .resp-tabs-list li+li {
        margin-left: 4px;
    }
    
    .resp-tabs-container {
        padding-top: 29px;
    }
    
    .resp-accordion {
        display: none;
    }
    
    .resp-tab-content {
        display: none;
    }
    
    .resp-tab-content [class*="col-"] {
        margin-top: 28px;
    }
    
    .resp-tab-content-active {
        display: block;
    }
    
    @media (max-width: 479px) {
        .resp-accordion {
            font-size: 16px;
            font-weight: 700;
            color: #f15a29;
            margin-top: 9px;
            display: block;
            padding: 16px 5px 15px;
            width: 100%;
            text-align: center;
            color: #F7941D;
            line-height: 1.2;
            border: 1px solid #D8D8D8;
            border-radius: 5px;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }
        .resp-accordion:hover {
            cursor: pointer;
        }
        .resp-accordion:hover,
        .resp-tab-active {
            background: #E5E5E5 none repeat scroll 0% 0%;
            border-color: #D8D8D8;
            color: #000;
        }
        .resp-tab-content {
            padding: 20px 0;
        }
        .resp-tabs-list {
            display: none;
        }
    }
    /*========================   Menu   ==========================*/
    
    .sf-menu {
        display: inline-block;
    }
    
    .sf-menu:before,
    .sf-menu:after {
        display: table;
        content: "";
        line-height: 0;
    }
    
    .sf-menu:after {
        clear: both;
    }
    
    .sf-menu>li {
        position: relative;
        float: left;
    }
    
    .sf-menu a {
        display: block;
    }
    
    @media (min-width: 992px) {
        .sf-menu {
            margin-right: 45px;
        }
    }
    
    @media (min-width: 1200px) {
        .sf-menu {
            margin-right: 129px;
        }
    }
    
    .sf-menu>li>a {
        color: #333333;
        font-size: 13px;
        padding: 38px 15px;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
    }
    
    .sf-menu>li.sfHover>a,
    .sf-menu>li>a:hover {
        background: #ffffff;
        color: #007482;
    }
    
    .sf-menu>li.active>a {
        background-repeat: repeat-x;
        src: url(../images/nav-link-active.png)
    }
    
    @media (min-width: 1200px) {
        .sf-menu>li>a {
            font-size: 18px;
            padding: 38px 15px;
        }
    }
    
    .sf-menu ul {
        display: none;
        position: absolute;
        top: 100%;
        width: 235px;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #ede9e4;
        z-index: 2;
        box-sizing: border-box;
    }
    
    .sf-menu ul>li {
        position: relative;
    }
    
    .sf-menu ul>li>a {
        color: #333333;
        padding: 8px 30px;
        text-transform: none;
    }
    
    .sf-menu ul>li.sfHover>a,
    .sf-menu ul>li>a:hover {
        background: #ffffff;
        opacity: 0.2;
    }
    
    .sf-menu ul>li a {
        font-size: 14px;
    }
    
    .sf-menu ul ul {
        position: absolute;
        left: 100%;
        top: 0px;
        margin-top: 0;
        padding: 0;
        z-index: 4;
    }
    
    .sf-menu ul ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .sf-menu ul ul>li>a {
        color: #000000;
    }
    
    .sf-menu ul ul>li.sfHover>a,
    .sf-menu ul ul>li>a:hover {
        background: #ffffff;
        opacity: 0.2;
    }
    
    .sf-menu>li>ul>li>.sf-with-ul {
        position: relative;
    }
    
    .sf-menu>li>ul>li>.sf-with-ul:before {
        position: absolute;
        right: 10%;
        top: 50%;
        margin-top: -6px;
        content: "";
        font: 400 14px/14px "FontAwesome";
    }
    
    @media (max-width: 767px) {
        .sf-menu {
            display: none;
        }
    }


.sub-nav-bar{
	text-align: center;
}

.sls nav{
	display: inline-block;
	margin-top:15px;
}

.sls .sf-menu>li>a{
	color:black;
}





    /*==================   RD Mobile Menu    =====================*/
    
    .rd-mobilemenu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 9999999;
        text-align: left;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
    
    .rd-mobilemenu.active {
        right: 0;
    }
    
    .rd-mobilemenu_ul {
        position: fixed;
        top: -56px;
        left: 0;
        bottom: -56px;
        width: 240px;
        padding: 132px 0 76px;
        color: #666;
        background: #FFF;
        font-size: 14px;
        line-height: 20px;
        overflow: auto;
        box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
        -ms-transform: translateX(-240px);
        -webkit-transform: translateX(-240px);
        transform: translateX(-240px);
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    }
    
    .rd-mobilemenu.active .rd-mobilemenu_ul {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    .rd-mobilemenu_ul a {
        display: block;
        padding: 14px 25px 16px;
    }
    
    .rd-mobilemenu_ul a.active {
        background: #f5f5f5;
        color: #2d2d2d;
    }
    
    .rd-mobilemenu_ul a:hover {
        background: #f15a29;
        color: #FFF;
    }
    
    .rd-mobilemenu_ul a .rd-submenu-toggle {
        position: absolute;
        top: 50%;
        right: 11px;
        margin-top: -17.5px;
        width: 32px;
        height: 32px;
        font: 400 10px "FontAwesome";
        line-height: 32px;
        text-align: center;
        border-radius: 50%;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        z-index: 1;
        background: rgba(0, 0, 0, 0.1);
    }
    
    .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078';
    }
    
    .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666;
    }
    
    .rd-mobilemenu_ul a.rd-with-ul {
        position: relative;
    }
    
    .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .rd-mobilemenu_ul ul a {
        padding-left: 40px;
    }
    
    .rd-mobilemenu_ul ul ul a {
        padding-left: 60px;
    }
    
    .rd-mobilemenu_ul:after {
        content: '';
        display: block;
        height: 20px;
    }
    
    .rd-mobilepanel {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 56px;
        background: #FFF;
        color: #000;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
        z-index: 99999991;
    }
    
    .rd-mobilepanel_title {
        position: fixed;
        top: 4px;
        left: 56px;
        right: 56px;
        color: #000;
        font-size: 24px;
        line-height: 48px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .rd-mobilepanel_toggle {
        position: fixed;
        top: 4px;
        left: 8px;
        width: 48px;
        height: 48px;
    }
    
    .rd-mobilepanel_toggle span {
        position: relative;
        display: block;
        margin: auto;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .rd-mobilepanel_toggle span:after,
    .rd-mobilepanel_toggle span:before {
        content: "";
        position: absolute;
        left: 0;
        top: -8px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .rd-mobilepanel_toggle span:after {
        top: 8px;
    }
    
    .rd-mobilepanel_toggle span:after,
    .rd-mobilepanel_toggle span:before,
    .rd-mobilepanel_toggle span {
        width: 24px;
        height: 4px;
        background-color: #000;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 2px;
    }
    
    .rd-mobilepanel_toggle span {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .rd-mobilepanel_toggle span:before,
    .rd-mobilepanel_toggle span:after {
        -ms-transform-origin: 1.71429px center;
        -webkit-transform-origin: 1.71429px center;
        transform-origin: 1.71429px center;
        -ms-transform-origin: 1.71429px center;
        -webkit-transform-origin: 1.71429px center;
        transform-origin: 1.71429px center;
    }
    
    .rd-mobilepanel_toggle.active span {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    
    .rd-mobilepanel_toggle.active span:before,
    .rd-mobilepanel_toggle.active span:after {
        top: 0;
        width: 15px;
    }
    
    .rd-mobilepanel_toggle.active span:before {
        -webkit-transform: rotate3d(0, 0, 1, -40deg);
        transform: rotate3d(0, 0, 1, -40deg);
    }
    
    .rd-mobilepanel_toggle.active span:after {
        -webkit-transform: rotate3d(0, 0, 1, 40deg);
        transform: rotate3d(0, 0, 1, 40deg);
    }
    
    @media (max-width: 767px) {
        body {
            padding-top: 56px;
        }
        .rd-mobilemenu,
        .rd-mobilepanel {
            display: block;
        }
    }
    
    @media (max-width: 359px) {
        .rd-mobilepanel_title {
            font-size: 18px;
        }
    }
    /*==================  Stuck menu  ======================*/
    
    .stuck_container {
        background: #ffffff;
        font-size: 18px;
        width: 100%;
        z-index: 9999999;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
        padding-left: 33px;
        padding-right: 25px;
    }
    
    @media (min-width: 768px) {
        .stuck_container {
            position: static;
        }
    }
    
    .isStuck {
        position: fixed;
        top: 55px;
        background: #ffffff;
        background: -webkit-linear-gradient(top, #cfcfcf 0%, #ebebf0 100%) repeat scroll 0% 0%;
        background: linear-gradient(to bottom, #cfcfcf 0%, #ebebf0 100%) repeat scroll 0% 0%;
        z-index: 999;
        min-height: 67px;
    }
    
    .isStuck .search-form_toggle {
        top: 17px;
    }
    
    .isStuck .sf-menu>li>a {
        padding: 20px 27px;
    }
    
    .isStuck .brand {
        padding: 0;
        line-height: 1;
        display: none;
    }
    
    @media (min-width: 992px) {
        .isStuck .brand {
            display: block;
        }
    }
    
    @media only screen and (max-width: 979px) {
        .isStuck {
            display: none !important;
        }
    }
    /*==================     ToTop     ======================*/
    
    .toTop {
        width: 40px;
        height: 40px;
        font-size: 37px;
        line-height: 37px;
        color: #DE3F18;
        border-radius: 50%;
        position: fixed;
        right: 40px;
        bottom: 40px;
        display: none;
        overflow: hidden;
        text-align: center;
        text-decoration: none;
        z-index: 20;
    }
    
    .toTop:hover {
        color: #c56108;
        text-decoration: none;
    }
    
    .mobile .toTop,
    .tablet .toTop {
        display: none !important;
    }
    /*========================================================
							HEADER  Section
=========================================================*/
    
    header {
        background: #ede9e4;
        text-align: center;
    }
    
    header .top-section {
        display: none;
        padding: 25px 25px 20px 35px;
    }
    
    header .top-section .contact-info {
        font-size: 10px;
        color: #d8d8d8;
        font-family: 'Asap', sans-serif;
        font-weight: 400;
    }
    
    header .top-section .contact-info li:nth-child(1) a {
/*        padding-left: 14px;*/
        padding-right: 9px;
    }
    
    header .top-section .contact-info li:nth-child(1)>span {
        padding-top: 2px;
        padding-right: 5px;
    }
    
    header .top-section .contact-info li:nth-child(2) {
        padding-top: 2px;
        padding-left: 29px;
        height: 17px;
        position: relative;
    }
    
    header .top-section .contact-info li:nth-child(2):before {
        content: '';
        height: 13px;
        width: 1px;
        border-left: 1px dotted #a0a0a0;
        position: absolute;
        top: 3px;
        left: -1px;
    }
    
    @media (min-width: 768px) {
        header .top-section {
            display: block;
        }
    }
    
    @media (min-width: 992px) {
        header {
            text-align: left;
        }
        header .brand {
            float: left;
            padding: 8px 0px 0 0;
        }
        header nav {
            float: right;
        }
    }
    
    @media (min-width: 1200px) {
        header .brand {
            float: left;
            padding: 14px 0px 0 0;
        }
    }
    
    header section {
        position: relative;
    }
    
    header a[href^="callto:"] {
        color: #f15a29;
    }
    
    header a[href^="callto:"]:hover {
        color: #c56108;
    }
    
    header .inline-list {
        float: left;
    }
    
    header .inline-list span {
        display: inline-block;
    }
    
    header .inline-list--1 {
        float: right;
    }
    
    header .fa-phone:before {
        top: -1px;
        left: -6px;
    }
    
    header .fa-envelope-o:before {
        left: -14px;
    }
    /*========================================================
						CONTENT  Section
=========================================================*/
    
    main {
        display: block;
        /*min-height: 100vh;*/
    }
    /*========================================================
						 FOOTER  Styles
=========================================================*/
    
    footer {
        background: #333333;
        color: #8f8f8f;
    }
    
    footer h1,
    footer h2,
    footer h3,
    footer h4,
    footer h5,
    footer h6,
    footer .heading-1,
    footer .heading-2,
    footer .heading-3,
    footer .heading-4,
    footer .heading-5,
    footer .heading-6 {
        color: #fff;
    }
    
    footer nav a {
        color: #dddddd;
        font-size: 14px;
        font-weight: 400;
    }
    
    footer .copyright,
    footer a[href^="callto:"] {
        color: #fff;
    }
    
    footer .copyright {
        font-size: 12px;
        font-weight: 400;
    }
    
    footer .copyright a {
        font-weight: 400;
    }
    
    footer .active {
        color: #007482;
    }
    
    footer .list>li {
        line-height: 14px;
        border-bottom: none;
        margin-bottom: 10px;
    }
    
    footer .list a {
        font-size: 11px;
    }
    
    footer a:hover {
        color: #fff;
    }
    
    footer .big {
        font-size: 16px;
    }
    
    footer .small {
        font-size: 11px;
    }
    
    footer .inline-list {
        word-spacing: 32px;
    }
    
    footer .inline-list li {
        display: block;
    }
    
    footer .inline-list a {
        text-transform: uppercase;
    }
    
    footer *+.copyright {
        margin-top: 20px;
    }
    
    footer *+.list {
        margin-top: 10px;
    }
    
    footer *+p {
        margin-top: 23px;
    }
    
    footer *+.nav {
        margin-top: 104px;
    }
    
    footer a[href^="callto:"] {
        font-weight: normal;
    }
    
    footer a[href^="callto:"]:hover {
        text-decoration: none;
    }
    
    @media (min-width: 768px) {
        footer .inline-list li {
            display: inline-block;
        }
    }
    
    @media (min-width: 992px) {
        footer .well {
            padding-top: 143px;
        }
        footer .big {
            font-size: 27px;
        }
    }
    /*NEW STYLES by TARI*/
    
    .fleft {
        float: left;
        margin-bottom: 10px;
        margin-right: 20px;
        text-align: left;
    }
    
    .fright {
        float: right;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 20px;
    }
    
    .center-text {
        text-align: center;
    }
    
    .gray {
        background: #123456#BEBEBE;
        border: 1px solid #929292;
        border-radius: 0px;
    }
    /*========================================================
						 Product tab  Styles
=========================================================*/
    
    .product-block {
        *zoom: 1;
    }
    
    .product-block:before,
    .product-block:after {
        content: " ";
        display: table
    }
    
    .product-block:after {
        clear: both
    }
    
    .product-block .product-image {
        float: left;
        width: 45%;
        text-align: center;
		margin-bottom: 1em
    }
    
    @media (max-width: 667px) {
        .product-block .product-image {
            float: none;
            width: 100%;
            margin: 0 auto 1em
        }
    }
    
    @media (max-width: 479px) {
        .product-block .product-image {
            width: 75%
        }
    }
    
    .product-block .info-block {
        float: right;
        width: 55%
    }
    
    @media (max-width: 667px) {
        .product-block .info-block {
            float: none;
            width: 100%
        }
    }
    
    .product-block .info-block ul {
        padding: 0;
        margin: 0;
        list-style: none;
		width: 20rem;
    }
    

.product-block .info-block p{
	margin-top: 1.5625rem;
	text-align: left;
	margin-bottom: 3.5625rem;
}




.info-block li{
	margin:0 0px 0px 0;
	width:10rem;
	float:left;
	color: black;
	padding: 10px;
	text-align: right;
}


.info-block li:nth-child(even){
	margin-right:0;
	border-left:none;
	width: 10rem;
	text-align:left;
	
}

.info-block li:nth-child(odd){
	border-right:none;
}
    

    
    .prod-desc {
        width: 100%;
        background: #dddddd;
        color: #000000;
        padding: 20px;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .prod-desc h3 {
        color: #007482;
        font-size: 16px;
    }
    
    div.tab {
        overflow: hidden;
        border-bottom: solid 3px #333333;
    }
    
    div.tab button {
        background-color: #dddddd;
        float: left;
        border-radius: 15px 15px 0px 0px;
        cursor: pointer;
        padding: 5px 10px;
        transition: 0.3s;
        font-size: 16px;
        margin-right: 5px;
        opacity: .5;
    }
    
    div.tab button:hover {
        background-color: #8f8f8f;
        color: #ffffff;
    }
    
    div.tab button:active {
        background-color: #333333;
    }
    
    button.tablinks.active {
        background-color: #333333;
        color: #ffffff;
        opacity: 1;
    }
    
    .tabcontent {
        display: none;
        padding: 6px 12px;
        border-top: none;
    }
    
    .prod-feature {
        float: inherit;
        width: 100%;
        margin: 0 auto;
        border: none;
    }
    
    .prod-feature h2 {
        text-align: left;
        font-size: 32px;
        color: #007482;
        border-bottom: solid 1px #8f8f8f;
        margin-bottom: 10px;
    }
    
    .prod-feature h3 {
        font-size: 16px;
        padding: 10px;
    }
    
    .tabcontent p {
        padding: 10px;
    }
    
    .tab button {
        font-size: 24px;
    }
    
    .product-title {
        color: #003660;
        padding-bottom: 20px;
    }
    
    .product-title h2 {
        color: inherit;
        text-align: center;
        font-size: 42px;
    }
    
    .product-title h3 {
        color: inherit;
        font-size: 18px;
        text-align: center;
    }
    
    .prod-list {
        font-size: 14px;
    }
    
    .prod-list h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .prod-list h4 {
        font-size: 14px;
        padding: 15px;
        border-bottom: solid 1px #333333;
    }
    
    .prod-list #openProd {
        padding-bottom: 5px;
    }
    
    .prod-list a:hover {
        color: #f15a29;
    }

.tab-videos div{
	min-height:448px;
	height:auto;
}



.columns {
	width:30rem;
	
}

.columns li{
	margin:0 0px 0px 0;
	width:15rem;
	float:left;
	background: #d3d3d3;
	color: black;
	padding: 10px;
	text-align: center;
}

.columns li:nth-child(even){
	margin-right:0;
	border-left:none;
	width: 12rem;
	height: 3rem;
}

.columns li:nth-child(odd){
	border-right:none;
	text-align: left;
	height: 3rem;
}

.columns li:nth-child(4n+0){
	background: #c1c1c1;
}

.columns li:nth-child(4n-1){
	background: #c0c0c0;
}

.tabcontent{
	text-align: center;
}

.tabcontent h2{
	color: #003660;
}

.tabcontent .info-block{
	width: 25rem;
}


.tabcontent .info-block li span,
.tabcontent .info-block li strong{
	display: block;
	margin:0 0px 0px 0;
	width:25rem;
	float:left;
	color: black;
	padding: 10px;
	text-align: center;
	
}

.tabcontent .info-block li strong{
	background: #d3d3d3;
}

.tabcontent .info-block li span{
	background: #c0c0c0;
	
}


.voltages-table tr{
	
	text-align:left;
	color: black;
}

.voltages-table th{
	padding: 10px 10px 10px 20px;
}

.side-columns{
	column-count: 2;
	column-rule: solid ,5px;
	column-width: 8rem;
}

.side-columns li{
	margin:0 .5rem 0px 0;
	width:8rem;
	float:left;
	padding: 10px;
	text-align: center;
}



.side-columns li{
	border-bottom:none;
	padding:0;	
}


    /*========================================================
						 Our People Gallery  Styles
=========================================================*/
    
    #people {
        bottom: -8% !important;
        left: 0%;
        top: auto;
        height: 38%;
        padding-top: 1%;
    }
    
    #people a {
        display: none;
    }
    
    #people h5 {
        color: white;
    }
    
    .gallery-item:hover #people {
        display: inline-block;
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        left: 3%;
        height: 103%;
    }
    
    #people:hover a {
        display: inherit;
        margin: 75% 0 0 -12%;
        font-size: 17px;
    }
    /*========================================================
						 Warrenty  Styles
=========================================================*/
    
    .fright #warenty {
        width: 75%;
        float: inherit;
    }
    /*========================================================
						 Media Player  Styles
=========================================================*/
    
    img#play-overlay {
        max-width: 35px;
        margin: -126px 0px 0px 0px;
    }
    
    #video {
        background: rgba(0, 0, 0, 0.7);
    }
    
    #video h2 {
        color: #f15a29;
        font-size: 14px;
    }
    
    #video h4 {
        font-size: 12px;
        color: white;
    }
    
    #video a {
        float: left;
        font-size: 12px;
    }
    
    .gallery-item:hover #video {
        display: inline-block;
    }
    /*============= Modal style ==========================*/
    
    .videoPlayer {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.7);
        /* Black w/ opacity */
    }
    /* Modal Content/Box */
    
    .playerContent {
        background-color: #000;
        margin: 10% auto;
        /* 15% from the top and centered */
        z-index: 100 !important;
        height: auto;
        width: 75%;
        /* Could be more or less, depending on screen size */
    }
    /* The Close Button */
    
    .close {
        color: #f15a29;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    
    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
    .playerHeader {
        background: #333333;
        padding: 10px;
    }
    
    .playerHeader h2 {
        color: #f15a29;
    }
    
    .playerFooter {
        background: #333333;
        color: #f15a29;
        padding: 15px;
    }
    
    .videoContainer {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    
    #media-video {
        width: 100%;
    }
    
    .videoDescription h2,
    .videoDescription p {
        text-align: center;
    }
    /*============== Media Buttons ==========================*/
    
    .mediaControls .play,
    .pause {
        max-width: 35px;
        height: auto;
        float: left;
        margin-left: 80px;
        margin-top: 8px;
    }
    
    .mediaControls #time-display {
        width: 45%;
        margin: auto;
        margin-top: 8px;
    }
    
    .mediaControls #volume-bar {
        width: 10%;
        float: right;
        /* margin-right: 8%; */
        margin: -25px 78px 0px 0px;
    }
    
    .mediaContent {
        display: block;
        position: relative;
        top: -56px;
        width: 75%;
        background: rgba(0, 0, 0, .75);
        margin: auto;
        border-radius: 50px 50px 0 0;
    }
    /*================== SLIDER style =========================*/
    
    input[type=range] {
        -webkit-appearance: none;
        /* Hides the slider so that custom slider can be made */
        width: 100%;
        /* Specific width is required for Firefox. */
        background: transparent;
        /* Otherwise white in Chrome */
    }
    
    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
    }
    
    input[type=range]:focus {
        outline: none;
        /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
    }
    
    input[type=range]::-ms-track {
        width: 100%;
        cursor: pointer;
        /* Hides the slider so custom styles can be added */
        background: transparent;
        border-color: transparent;
        color: transparent;
    }
    /* Special styling for WebKit/Blink */
    
    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: .5 px solid #000000;
        height: 15px;
        width: 15px;
        border-radius: 30px;
        background-image: url('../img/multiMedia/MultiMedia_thumb.png');
        background: #007482;
        cursor: pointer;
        margin-top: -3px;
        /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        /* Add cool effects to your sliders! */
    }
    /* All the same stuff for Firefox */
    
    input[type=range]::-moz-range-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: .5px solid #000000;
        height: 15px;
        width: 15px;
        border-radius: 30px;
        background-image: url(../img/multiMedia/MultiMedia_thumb.png) no-repeat;
        background: #007482;
        cursor: pointer;
    }
    /* All the same stuff for IE */
    
    input[type=range]::-ms-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: .5px solid #000000;
        height: 15px;
        width: 15px;
        border-radius: 30px;
        background-image: url(../img/multiMedia/MultiMedia_thumb.png) no-repeat;
        background: #007482;
        cursor: pointer;
    }
    
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        background: #8f8f8f;
        border-radius: 5px;
        border: 0.2px solid #010101;
    }
    
    input[type=range]:focus::-webkit-slider-runnable-track {}
    
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        background: #8f8f8f;
        border-radius: 5px;
        border: 0.2px solid #010101;
    }
    
    input[type=range]::-ms-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        border-width: 16px 0;
        color: transparent;
    }
    
    input[type=range]::-ms-fill-lower {
        background: #007482;
        border: 0.2px solid #010101;
        border-radius: 5px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }
    
    input[type=range]:focus::-ms-fill-lower {}
    
    input[type=range]::-ms-fill-upper {
        background: #8f8f8f;
        border: 0.2px solid #010101;
        border-radius: 5px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }
    
    input[type=range]:focus::-ms-fill-upper {
        background: #8f8f8f;
    }
    
    .blog-post:hover {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .icon.icon-primary.icon-md.circle:hover {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    #tool-button:hover {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    /*--------------time range --------------*/
    
    input[type=range][id=progress-bar]::-webkit-slider-runnable-track {
        width: 100%;
        height: 15px;
        cursor: pointer;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        background: #8f8f8f;
        opacity: .75;
        border-radius: 5px;
        border: 0.2px solid #010101;
    }
    
    input[type=range][id=progress-bar]:focus::-webkit-slider-runnable-track {}
    
    input[type=range][id=progress-bar]::-moz-range-track {
        width: 100%;
        height: 15px;
        cursor: pointer;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        background: #8f8f8f;
        opacity: .75;
        border-radius: 5px;
        border: 0.2px solid #010101;
    }
    
    input[type=range][id=progress-bar]::-ms-track {
        width: 100%;
        height: 15px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        opacity: .75;
        border-width: 16px 0;
        color: transparent;
    }
    
    input[type=range][id=progress-bar]::-ms-fill-lower {
        background: #007482;
        border: 0.2px solid #010101;
        border-radius: 5px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }
    
    input[type=range][id=progress-bar]:focus::-ms-fill-lower {}
    
    input[type=range][id=progress-bar]::-ms-fill-upper {
        background: #8f8f8f;
        border: 0.2px solid #010101;
        border-radius: 5px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }
    
    input[type=range][id=progress-bar]:focus::-ms-fill-upper {
        background: #8f8f8f;
    }
.italic {
	font-style: italic;
}

/*--------Sports Laundry---------*/
.stuck_container .sls{
	background: rgba(255,255,255,.92);
	padding-right:0;
} 

.sls nav>ul.sf-menu{
	margin-right: 100px;	

	
}

.sls .sf-menu>li>a{
	padding:10px 20px;
}

.isStuck  nav>ul.sf-menu{
	margin-right: 25px;	

	
}

.isStuck .sls nav{
	margin-top: 10px;
}

.isStuck .sls .brand img{
	margin-top: 5px;
	margin-bottom: 5px;
}

 .social {
	margin-top: 10px;
	display: inline-flex;
}

.social li a{
	margin-right:5px;
}





.card{
	width:100%;
	padding: 15px;
	background-color: #efefef;
	margin-bottom: 15px;
}

.card-img-top{
	padding:5px;
	background-color: white;
}

.card-body{
	margin-top: 10px;
	text-align:left;
}

.card-body span{
	font-weight: 500;
}


@media(max-width:767px){
	#sls-icon img{
		float:none !important;
	}
}

.equipment-group{
	margin-top:15px;
	
}

.equipment-group .equipment{
	overflow: hidden;
}

.equipment-group .equipment:not(:first-child){
	margin-top:30px;
}



.equipment-heading{
	font-size: 24px;
	font-weight:400;
}

.equipment-img img{
	width:125px;
}

.equipment-body{
	margin-bottom:10px;
}


ul.product-links{
	margin-top:15px;
	columns:2;	
}

li.product-header{
	font-weight:400;
}

.news-article{
	padding-top: 20px;
	padding-right:20px;
	min-width:300px;
}

.news-article h6{
	padding-top: 10px; 
	padding-bottom:10px;

}

.news-article p{
	max-width: 850px;
	min-width: 300px;
	padding-left:15px;
}

.QandA h5{
		color:#007482;
	line-height: 1.5em;
	font-weight: 400;
}

.QandA p:before{
	content: "A: ";
	font-weight: 400;
}

.QandA h5:before{
	content: "Q: ";
	font-weight: 400;
}


.QandA p {
	margin-left:15px;
}

.QandA ol{
	list-style: decimal;
	margin-left:30px;
}

/**---------ExLC -----------*/

.exlc-services{
	    background: #f6f6f6;
    padding: 27px 55px 1px 55px;
    margin-bottom: 20px;
}

blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}

blockquote:after {
    display: block;
    padding-left:10px;
    content: "\201D";
    font-size: 80px;
    position: absolute;
    right: 20px;
    top: -20px;
    color: #7a7a7a;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

/**------- GI ------------*/

em{
	font-style: italic !important;
}


.feature{
	display: table-row;
}

.feature img{
	float:left;
	width:80px;
	margin-right:15px;
	display: table-cell;
	padding-top:15px;
}

.feature .feature-desc{
	padding-top: 15px;
	display: table-cell;
	
}

.feature p{
	text-align: left;
	padding-top: 20px;
}

.article{
	padding-top: 20px;

}

.article h1{
		font-size: 24px;
		font-weight: 400;
		text-transform: none;
	}

.article h2{
	font-size: 24px;
	color:#007482;
	padding-bottom:10px;
}

.article h4{
	padding-top:10px;
	font-size: 20px;
}

.article h6{
	padding-top: 10px;
	padding-bottom: 10px;
}

.feature-2 .feature-header{
	display:table;
}

.feature-2 .feature-header img{
	display: table-cell;
	max-width: none;
	width:auto;
	height: 75px;
	float:left;
	
	margin-right:15px;

}

.feature-2 .feature-header h2{
	display: table-cell;
	vertical-align: middle;
}

.feature-2 .feature-desc{
	padding-top: 10px;
}

.feature-3{
	border:#0077C8 solid 4px;
	padding:10px;
	margin-bottom: 15px;
}

.feature-3 ul{
	text-align: left;
	list-style: circle;
}

.choose-equipment{
	padding-top:15px;
	padding-bottom: 45px;
}

.choose-equipment h2{
	color:#007482;
	margin-bottom:15px;
	margin-top:15px;
}

.choose-equipment img{
	width:75%;
}

button.feature-3{
	width:30%;
	
}

button.feature-3.active{
	background:#777777;
	
}

button.feature-3.active h5{
	color:white;
}

.compact-solutions{
	margin-top:25px;
}



button.feature-3 h5{
	text-align: center;
}

button.feature-3:hover{
	background:#777777;
}

button.feature-3:hover h5{
	color:white;
}

button.feature-3#breakdown-dryer{
	margin-left:5%; 
		margin-right:5%;
}

@media(max-width:991px){
	.feature-buttons{
		margin-top:0px;
	}
	
	.feature{
		margin-top:0px;
	}
	
	.feature-3{
		margin-top:0;
	}
	
	.feature-3 .col-md-6{
		margin-top:0;
	}
	
	button.feature-3{
		width:100%;
		margin-top:0px;
	}
	
	button.feature-3#breakdown-dryer{
		margin-left:0%; 
		margin-right:0%;
	}
	
	.compact-solutions.row{
		margin-top:0;
	}
	
	#advantages{
		padding-top: 0px;
	}
	
	.desktop-only{
		display:none;
	}
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
	z-index:1002;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


.search-form{
	display: none !important;
}




