﻿/*******price*******/
.price-table:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}

.price-table {
    display: inline-block;
}

.price-table {
    display: block;
}

.price-table {
}

    .price-table [class*="span"] {
        margin-bottom: 15px;
    }

.price_title {
    color: #444444;
    border: 1px solid #e2e2e2;
    padding-top: 15px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    position: relative;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms; /* Firefox 4 */
    -webkit-transition: all ease-in 200ms; /* Safari and Chrome */
    -o-transition: all ease-in 200ms; /* Opera */
    -ms-transition: all ease-in 200ms; /* IE9? */
}

.price-table .price_title h2 {
    margin: 0px;
    font-weight: normal;
}


.price-table .price_holder {
    border: 1px solid #E4E4E4;
    margin: 0 0 0 -1px;
    min-height: 300px;
    padding-bottom: 12px;
}


.price-table .price_box {
    color: #444444;
    padding: 20px 0px 25px 0px;
}

.price-table .sup {
    font-size: 28px;
    line-height: 34px;
    vertical-align: top;
}

.price-table .price {
    font-size: 48px;
    line-height: 50px;
}

.price-table .price_holder ul {
    margin: 0px 0px 13px 0px;
    padding: 0px;
    border-bottom: 1px solid #e2e2e2;
}

    .price-table .price_holder ul li {
        list-style: none;
        border-top: 1px solid #e2e2e2;
        padding: 12px 0;
    }

.price-table .btn {
    margin-top: 10px;
    position: relative;
    font-size: 15px;
    border: none;
    background: transparent;
    color: #FFF;
    text-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 5px 20px;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms; /* Firefox 4 */
    -webkit-transition: all ease-in 200ms; /* Safari and Chrome */
    -o-transition: all ease-in 200ms; /* Opera */
    -ms-transition: all ease-in 200ms; /* IE9? */
}

    .price-table .btn:hover {
        background-color: #525252;
    }

.price-table1 {
    text-align: center;
}

    .price-table1 .col-sm-4 {
        border-left: 1px solid #ECECEC;
    }

        .price-table1 .col-sm-4:first-child {
            border-left: none;
        }

    .price-table1 .price_icon1,
    .price-table1 .price_icon2,
    .price-table1 .price_icon3 {
        margin: 0 auto;
        width: 170px;
        height: 170px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 1px solid #22BB75;
        color: #22BB75;
    }

        .price-table1 .price_icon1 span.glyphicons.glyph-imac,
        .price-table1 .price_icon2 span.glyphicons.glyph-imac,
        .price-table1 .price_icon3 span.glyphicons.glyph-imac {
            font-size: 48px;
            top: 50%;
            margin: -29px 0 0 0;
        }

        .price-table1 .price_icon2 span.glyphicons.glyph-iphone,
        .price-table1 .price_icon3 span.glyphicons.glyph-iphone {
            font-size: 18px;
            top: 50%;
            margin: -9px 0 0 0;
        }

        .price-table1 .price_icon3 span.glyphicons.glyph-ipad {
            font-size: 22px;
            top: 50%;
        }

    .price-table1 .price_title {
        border: none;
        color: #333;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .price-table1 .price_title h2 {
            font-size: 20px;
            text-transform: uppercase;
            color: #333;
        }

    .price-table1 .price_holder {
        border: none;
        margin: 0 30px;
    }

    .price-table1 .price_box {
        color: #22BB75;
        text-transform: uppercase;
        padding: 0 0px 25px 0px;
    }

    .price-table1 .sup {
        font-size: 50px;
        line-height: normal;
        vertical-align: baseline;
    }

    .price-table1 .price {
        font-size: 50px;
        line-height: normal;
    }

    .price-table1 .unit {
        font-size: 20px;
        line-height: normal;
    }

    .price-table1 .price_holder p {
        margin: 0px 0px 13px 0px;
        color: #666;
    }

    .price-table1 .price_holder ul {
        border-bottom: none;
    }

        .price-table1 .price_holder ul li {
            border-top: none;
            border-bottom: 1px solid #DEDEDE;
            color: #666;
        }

            .price-table1 .price_holder ul li span {
                color: #333;
            }

    .price-table1 .btn {
        background-color: #22BB75;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 10px 25px;
    }

.price-table2.row {
    margin-right: -2px;
    margin-left: -2px;
}

.price-table2 .col-md-3 {
    padding-left: 2px;
    padding-right: 2px;
}

.price-table2 {
    text-align: center;
}

    .price-table2 .price_icon {
        background-color: #535353;
        border-top: 3px solid #22BB75;
    }

        .price-table2 .price_icon span.glyphicons {
            color: #fff;
            font-size: 24px;
            padding: 20px 0 0 0;
        }

        .price-table2 .price_icon .price_title {
            border: none;
            color: #fff;
            padding-bottom: 20px;
        }

            .price-table2 .price_icon .price_title h2 {
                color: #fff;
            }

    .price-table2 .price_holder {
        border: none;
        margin: 0;
        padding-bottom: 0px;
    }

    .price-table2 .price_box {
        color: #22BB75;
        text-transform: uppercase;
        padding: 25px 0px 0px 0px;
    }

    .price-table2 .sup {
        font-size: 50px;
        line-height: normal;
        vertical-align: baseline;
    }

    .price-table2 .price {
        font-size: 50px;
        line-height: normal;
    }

    .price-table2 .unit {
        font-size: 20px;
        line-height: normal;
    }

    .price-table2 .price_holder p {
        font-size: 15px;
        color: #aaa;
        margin: 0px 0px 25px 0px;
    }

    .price-table2 .price_holder ul {
        border-bottom: none;
        margin: 0;
    }

        .price-table2 .price_holder ul li {
            font-size: 13px;
            color: #666;
            background-color: #F0F0F0;
            margin-bottom: 3px;
            border-top: none;
            padding: 20px 0;
        }

            .price-table2 .price_holder ul li span.glyphicons {
                font-size: 16px;
                color: #22BB75;
                margin: 0 2px;
            }

    .price-table2 .btn {
        margin-top: 0;
        background-color: #22BB75;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 7px 27px;
    }
/*******price-table3*******/
.price-table3 {
    padding: 30px 0 40px 0;
}

    .price-table3 [class*="col-sm-4"] {
        padding-right: 0px;
        padding-left: 0px;
    }

    .price-table3 .price_border {
        transition: box-shadow ease-in 200ms;
        -moz-transition: box-shadow ease-in 200ms; /* Firefox 4 */
        -webkit-transition: box-shadow ease-in 200ms; /* Safari and Chrome */
        -o-transition: box-shadow ease-in 200ms; /* Opera */
        -ms-transition: box-shadow ease-in 200ms; /* IE9? */
        position: relative;
        z-index: 1;
    }

        .price-table3 .price_border:hover {
            box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
            -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
            position: relative;
            z-index: 2;
        }

    .price-table3 .price_title {
        background-color: #22bb75;
        border: none;
        text-align: center;
        padding: 22px 0;
        margin: 0 0 0 -1px;
        text-transform: uppercase;
    }

        .price-table3 .price_title h2 {
            font-size: 24px;
            color: #fff;
            font-weight: normal;
        }

    .price-table3 .price_holder {
        padding: 0;
        text-align: center;
        background-color: #F3F3F3;
        border: none;
    }

    .price-table3 .price_box {
        text-align: center;
        color: #222;
    }

        .price-table3 .price_box .sup,
        .price-table3 .price_box .price,
        .price-table3 .price_box .unit {
        }

        .price-table3 .price_box .sup {
            font-size: 40px;
            vertical-align: initial;
        }

        .price-table3 .price_box .price {
            font-size: 40px;
        }

        .price-table3 .price_box .unit {
            font-size: 15px;
            color: #666;
        }

    .price-table3 .price_holder ul {
        margin: 0px;
        background-color: #E5E5E5;
        border-bottom: none;
    }

        .price-table3 .price_holder ul li {
            color: #666;
            font-size: 13px;
            border-top: none;
        }

            .price-table3 .price_holder ul li:first-child {
            }

            .price-table3 .price_holder ul li:nth-child(odd) {
            }

            .price-table3 .price_holder ul li span {
                color: #333;
            }

    .price-table3 .price_holder a.btn {
        padding: 10px 25px;
        margin: 40px 0;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-size: 14px;
        color: #22bb75;
        border: 1px solid #22bb75;
    }

        .price-table3 .price_holder a.btn:hover {
            background-color: #22bb75;
            color: #fff;
        }

    .price-table3 .best_value {
        margin: -20px 0 0 0;
    }

        .price-table3 .best_value .price_border {
            box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
            -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
            position: relative;
            z-index: 3;
        }

        .price-table3 .best_value .price_title {
            padding: 32px 0;
        }

            .price-table3 .best_value .price_title h2 {
            }

        .price-table3 .best_value .price_holder {
        }

        .price-table3 .best_value .price_box {
        }

            .price-table3 .best_value .price_box .sup,
            .price-table3 .best_value .price_box .price,
            .price-table3 .best_value .price_box .unit {
            }

        .price-table3 .best_value .price_holder ul {
        }

            .price-table3 .best_value .price_holder ul li {
            }

                .price-table3 .best_value .price_holder ul li:nth-child(even) {
                }

        .price-table3 .best_value .price_holder a.btn {
            margin: 50px 0;
        }

            .price-table3 .best_value .price_holder a.btn:hover {
            }


/*chart_list*/
.chart_list {
    text-align: center;
}

    .chart_list .percentage {
        margin: auto auto 8px;
        position: relative;
        color: #22BB75;
    }

        .chart_list .percentage .percentage_inner {
            font-size: 60px;
            left: 50%;
            top: 86px;
            position: absolute;
            text-align: center;
            width: 170px;
            height: 170px;
            border-radius: 50%;
            line-height: 1.2;
            color: #22BB75;
            margin: 0 0 0 -85px;
        }

            .chart_list .percentage .percentage_inner p {
                font-size: 13px;
            }
/*home4Page chart_list*/
.home4_chart .chart_list {
    padding-top: 20px;
}

    .home4_chart .chart_list > div {
        padding-bottom: 30px;
        background: url(images/home4_chart_shadow.png) center bottom no-repeat;
    }
/*loaded_list*/
.loaded_list p {
    color: #666;
    font-size: 14px;
}

.loaded_list .progress .bar {
    position: relative;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 14px;
    line-height: 14px;
    /*	box-shadow:1px 1px 0px rgba(0,0,0,0.2);	
	-moz-box-shadow:1px 1px 0px rgba(0,0,0,0.2); 	
	-webkit-box-shadow:1px 1px 0px rgba(0,0,0,0.2);
*/ width: 0;
    transition: width ease-in 1000ms;
    -moz-transition: width ease-in 1000ms;
    -webkit-transition: width ease-in 1000ms;
    -o-transition: width ease-in 1000ms;
    -ms-transition: width ease-in 1000ms;
    background-color: #22BB75;
}

.loaded_list .progress {
    overflow: visible;
    height: 14px;
    line-height: 14px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #EEEEEE;
    box-shadow: none;
}

.loaded_list .bar span {
    position: absolute;
    right: 0px;
    bottom: 100%;
    background: #4C4C4C;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px 5px !important;
    line-height: normal !important;
    font-size: 12px !important;
    text-indent: 0;
    margin-bottom: 8px;
    display: none;
}

    .loaded_list .bar span:before {
        border: 5px solid transparent;
        border-top: 5px solid #4C4C4C;
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 100%;
        width: 0 !important;
        margin-left: -5px;
    }

.loaded_list2 p {
    color: #666;
    font-size: 13px;
}

.loaded_list2 .progressborder {
    border: 2px solid #E4E4E4;
    padding: 7px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-bottom: 20px;
}

.loaded_list2 .progress {
    overflow: visible;
    height: 20px;
    line-height: 20px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: #F0F0F0;
    box-shadow: none;
    margin-bottom: 0px;
}

    .loaded_list2 .progress .bar {
        position: relative;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        height: 20px;
        line-height: 20px;
        width: 0;
        transition: width ease-in 1000ms;
        -moz-transition: width ease-in 1000ms;
        -webkit-transition: width ease-in 1000ms;
        -o-transition: width ease-in 1000ms;
        -ms-transition: width ease-in 1000ms;
        background-color: #22BB75;
    }

.loaded_list2 .bar span {
    color: #fff;
    background-color: #4A4A4A;
    display: inline-block;
    border-radius: 25px 0 0 25px;
    padding: 0 7px;
}

    .loaded_list2 .bar span:before {
    }

.OurSkill {
    background: url(images/dividers_1.png) repeat-x left center;
    margin: 0 0 20px 0;
}

    .OurSkill span {
        font-size: 20px;
        background-color: #fff;
        color: #333;
        line-height: normal;
        text-transform: uppercase;
        padding: 0 20px 0 0;
    }


.loaded_list3 .progress {
    overflow: visible;
    width: 22px;
    height: 160px;
    margin: 50px auto;
    position: relative;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: #EEEEEE;
    box-shadow: none;
}

    .loaded_list3 .progress .bar {
        position: absolute;
        bottom: 0px;
        left: 0px;
        border-radius: 25px 25px 0px 0;
        -moz-border-radius: 25px 25px 0px 0;
        -webkit-border-radius: 25px 25px 0px 0;
        height: 0px;
        width: 22px;
        transition: height ease-in 1000ms;
        -moz-transition: height ease-in 1000ms;
        -webkit-transition: height ease-in 1000ms;
        -o-transition: height ease-in 1000ms;
        -ms-transition: height ease-in 1000ms;
        background-color: #22BB75;
    }

.loaded_list3 .bar span {
    color: #f0f0f0;
    font-size: 12px;
    background-color: #333;
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom: -37px;
    margin: 0 -9px;
    z-index: -1;
}

.loaded_list3 .progress_rightbox {
    margin: 50px 0;
}

    .loaded_list3 .progress_rightbox h3 {
        font-size: 26px;
        font-weight: normal;
        line-height: normal;
        color: #22BB75;
    }

    .loaded_list3 .progress_rightbox .line {
        width: 30px;
        height: 2px;
        background-color: #22BB75;
        margin: 10px 0;
    }

    .loaded_list3 .progress_rightbox p {
        color: #666;
    }

/*number_Animation*/
.number_Animation_main {
    background-color: #F0F0F0;
}

.number_Animation .number_Animation_bg {
    background-color: #EEEEEE;
}

.number_Animation {
    text-align: center;
}

    .number_Animation .glyphicons {
        font-size: 82px;
        display: block;
        margin-bottom: 10px;
        color: #22BB75;
    }

    .number_Animation .number {
        display: block;
        font-size: 70px;
        color: #333;
    }

    .number_Animation .number_name {
        font-size: 16px;
        color: #888;
        display: block;
    }



.number_Animation_1 {
    text-align: center;
}

    .number_Animation_1 .number_Animation_bg {
        padding: 40px 0;
    }

    .number_Animation_1 .number {
        display: block;
        font-size: 72px;
        color: #fff;
    }

    .number_Animation_1 .number_name {
        font-size: 16px;
        color: #fff;
        display: block;
        text-transform: uppercase;
    }

/*new progressBarCounters*/
/*page--ProgressBarsCounters2*/
.cono {
    padding: 0 0 0 85px;
    position: relative;
}

    .cono .sector {
        position: absolute;
        left: 0px;
        top: 0px;
        color: #22bb75;
    }

    .cono .sector_info {
        text-align: center;
        font-size: 25px;
        color: #22bb75;
    }

    .cono h3 {
        font-size: 20px;
        color: #333;
    }

    .cono .line {
        width: 30px;
        height: 2px;
        background-color: #22bb75;
        margin: 15px 0;
    }

    .cono p {
        line-height: 20px;
    }


.SectionStyles7_conbox1 .SectionStyles7_conbox2 {
    background-color: rgba(255,255,255,0.25);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 39px 0;
}

    .SectionStyles7_conbox1 .SectionStyles7_conbox2 span.number {
        display: block;
        font-size: 45px;
        color: #fff;
    }

    .SectionStyles7_conbox1 .SectionStyles7_conbox2 span.number_name {
        font-size: 15px;
        display: block;
        color: #fff;
    }
/*Testimonials*/
.Testimonials_tab {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    min-height: 20px;
    transition: height ease-in 200ms;
    -moz-transition: height ease-in 200ms; /* Firefox 4 */
    -webkit-transition: height ease-in 200ms; /* Safari and Chrome */
    -o-transition: height ease-in 200ms; /* Opera */
    -ms-transition: height ease-in 200ms; /* IE9? */
}

    .Testimonials_tab li {
        position: absolute;
        left: 0px;
        top: 0px;
        display: none;
        width: 100%;
        list-style: none;
    }

    .Testimonials_tab .last_page,
    .Testimonials_tab .next_page {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 28px;
        line-height: 28px;
        width: 28px;
        background-color: #f2f2f2;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        text-align: center;
        color: #797979;
        font-family: Helvetica;
        top: auto;
        bottom: 14px;
        left: auto;
        right: 0;
        transition: background-color ease-in 200ms;
        -moz-transition: background-color ease-in 200ms; /* Firefox 4 */
        -webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
        -o-transition: background-color ease-in 200ms; /* Opera */
        -ms-transition: background-color ease-in 200ms; /* IE9? */
    }

    .Testimonials_tab .last_page {
        right: 32px;
    }

        .Testimonials_tab .last_page:hover,
        .Testimonials_tab .next_page:hover {
            color: #FFF;
            text-decoration: none;
        }

    .Testimonials_tab .dot {
        position: absolute;
        bottom: 0;
    }

        .Testimonials_tab .dot a {
            display: inline-block;
            width: 6px;
            height: 6px;
            border: 2px solid #606060;
            margin: 0 3px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            font-size: 0;
            text-indent: -999px;
            vertical-align: middle;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

        * + html .Testimonials_tab .dot a {
            display: inline;
        }

            .Testimonials_tab .dot a.actived {
                background: #606060;
                width: 10px;
                height: 10px;
            }
/*Testimonials_1*/
.Testimonials_1left {
    position: relative;
    width: 220px;
    height: 204px;
    background-color: #F0F0F0;
    float: left;
}

    .Testimonials_1left:before {
        position: absolute;
        content: 'â€œ';
        font-size: 300px;
        color: #22BB75;
        line-height: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
        left: 50%;
        margin: 10px 0 0 -55px;
        top: 0;
        height: 100%;
    }

    .Testimonials_1left:after {
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        border-style: solid;
        border-color: transparent transparent transparent #f0f0f0;
        border-width: 16px 0 16px 16px;
        right: 0;
        margin: -8px -15px 0 0;
        top: 50%;
    }

.Testimonials_1 blockquote {
    border-left: none;
    font-style: normal;
}

    .Testimonials_1 blockquote h3 {
        font-size: 18px;
        color: #22BB75;
        font-weight: normal;
        line-height: normal;
    }

    .Testimonials_1 blockquote p {
        font-size: 12px;
        color: #666666;
        font-weight: normal;
        font-style: normal;
        line-height: 20px;
    }

.Testimonials_1 small img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    margin-top: 15px;
    float: left;
    vertical-align: middle;
}

.Testimonials_1 small span {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 28px;
    color: #22BB75;
    font-style: normal;
}

.Testimonials_1 small:before {
    color: #22BB75;
}

.Testimonials_1 .dot {
    right: 15px;
    bottom: 15px;
}

    .Testimonials_1 .dot a {
        width: 15px;
        height: 15px;
        background-color: #D8D8D8;
        border: none;
    }

        .Testimonials_1 .dot a.actived {
            width: 15px;
            height: 15px;
            background-color: #22bb75;
        }
/*Testimonials_2*/
.Testimonials_2main > h3 {
    font-size: 18px;
    color: #22BB75;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    margin: 0 0 30px 0;
}

.Testimonials_2top .col-sm-6:nth-child(2),
.Testimonials_2topbottom .col-sm-6:nth-child(2) {
    border-left: 1px solid #E3E3E3;
}

.Testimonials_2center {
    margin: 20px -15px 30px;
}

    .Testimonials_2center .line {
        width: 90%;
        height: 1px;
        background-color: #e3e3e3;
        float: left;
    }

    .Testimonials_2center .line2 {
        width: 90%;
        height: 1px;
        background-color: #e3e3e3;
        float: right;
    }

.Testimonials_2 {
    position: relative;
}

    .Testimonials_2 li {
        padding-left: 100px;
        width: auto;
    }

    .Testimonials_2 .Pic {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        overflow: hidden;
        position: absolute;
        top: 0px;
        left: 0px;
    }

        .Testimonials_2 .Pic img {
            max-width: 100%;
        }

    .Testimonials_2 blockquote {
        padding: 0px;
        background: none;
        padding-bottom: 0px;
        position: relative;
        border-left: none;
        font-style: normal;
    }

        .Testimonials_2 blockquote p {
            font-size: 12px;
            color: #666;
            font-style: normal;
            line-height: 20px;
            font-weight: normal;
        }

        .Testimonials_2 blockquote small:before,
        .Testimonials_2 blockquote .small:before {
            content: "";
        }

    .Testimonials_2 small span {
        font-size: 13px;
        font-weight: normal;
        margin-top: 13px;
        display: block;
        color: #22BB75;
    }
/*Testimonials_3*/
.Testimonials_3 {
    overflow: visible;
}

    .Testimonials_3 .dot {
        right: 50%;
        bottom: 0;
    }

        .Testimonials_3 .dot a {
            width: 15px;
            height: 15px;
            background-color: #D8D8D8;
            border: none;
        }

            .Testimonials_3 .dot a.actived {
                width: 15px;
                height: 15px;
                background-color: #22BB75;
            }

    .Testimonials_3 blockquote {
        background: none;
        padding: 40px 50px;
        margin: 0 0 50px 0;
        text-indent: 0;
        border-left: none;
        border: 1px solid #ddd;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

        .Testimonials_3 blockquote:before {
            content: 'â€œ';
            line-height: 76px;
            position: absolute;
            left: 20px;
            top: 50%;
            font-size: 158px;
            color: #B3B3B3;
            font-family: Georgia, "Times New Roman", Times, serif;
            margin-top: -20px;
        }

        .Testimonials_3 blockquote:after {
            content: 'â€';
            line-height: 76px;
            position: absolute;
            right: 40px;
            top: 50%;
            font-size: 158px;
            color: #B3B3B3;
            font-family: Georgia, "Times New Roman", Times, serif;
            margin-top: -20px;
        }

        .Testimonials_3 blockquote p {
            text-align: center;
            padding: 0 50px;
            color: #666;
            font-size: 12px;
            font-style: normal;
            text-indent: 0;
            line-height: 20px;
            margin-bottom: 0px;
            font-weight: normal;
        }

    .Testimonials_3 small {
        position: relative;
        top: 0;
        left: 0;
        font-size: 13px;
        font-style: normal;
        padding: 24px 0 0 0px;
        text-align: center;
    }

        .Testimonials_3 small:before {
            content: "";
        }

        .Testimonials_3 small:after {
            content: "";
        }

        .Testimonials_3 small img {
            display: none;
        }

        .Testimonials_3 small span {
            display: inline-block;
            font-size: 13px;
            font-weight: normal;
            color: #22BB75;
        }
/*Testimonials_4*/
.Testimonials_4 {
}

    .Testimonials_4 .dot {
        left: 0px;
        bottom: 9px;
    }

        .Testimonials_4 .dot a {
            width: 15px;
            height: 15px;
            background-color: #D8D8D8;
            border: none;
        }

            .Testimonials_4 .dot a.actived {
                width: 15px;
                height: 15px;
                background-color: #22BB75;
            }

    .Testimonials_4 blockquote {
        background: none;
        padding: 1px 0px 0px;
        margin: 0px;
        text-indent: 0;
        border-left: none;
    }

        .Testimonials_4 blockquote:before {
            content: "\201C";
            width: 0px;
            height: 0px;
            position: absolute;
            left: 20px;
            top: 0px;
            font-size: 60px;
            color: #CACACA;
            font-family: Georgia, "Times New Roman", Times, serif;
        }

        .Testimonials_4 blockquote:after {
            content: "\201D";
            width: 0px;
            height: 0px;
            position: absolute;
            right: 50px;
            bottom: 105px;
            font-size: 60px;
            color: #CACACA;
            font-family: Georgia, "Times New Roman", Times, serif;
        }

        .Testimonials_4 blockquote p {
            background-color: #EEEEEE;
            border: none;
            padding: 20px;
            font-size: 12px;
            color: #666;
            font-style: normal;
            text-indent: 3em;
            line-height: 20px;
            margin-bottom: 0px;
            font-weight: normal;
        }

    .Testimonials_4 small {
        position: relative;
        top: 0;
        left: 0;
        font-size: 13px;
        color: #22BB75;
        font-style: normal;
        padding: 15px 0 0 0;
        text-align: right;
    }

        .Testimonials_4 small:before {
        }

        .Testimonials_4 small:after {
            content: " ";
            position: absolute;
            top: 0px;
            right: 55px;
            width: 0px;
            height: 0px;
            border-left: 11px solid #fff;
            border-bottom: 11px solid #fff;
            border-top: 11px solid #EEEEEE;
            border-right: 0 solid #fff;
        }

        .Testimonials_4 small img {
        }

        .Testimonials_4 small span {
            display: inline-block;
            font-size: 13px;
            font-weight: normal;
            margin-top: 13px;
        }

/*Testimonials_5*/
.Testimonials_5 {
}

    .Testimonials_5 .dot {
        left: 0px;
        bottom: 9px;
    }

        .Testimonials_5 .dot a {
            width: 15px;
            height: 15px;
            background-color: #D8D8D8;
            border: none;
        }

            .Testimonials_5 .dot a.actived {
                width: 15px;
                height: 15px;
                background-color: #22BB75;
            }

    .Testimonials_5 blockquote {
        background: none;
        padding: 1px 0px 0px;
        margin: 0px;
        text-indent: 0;
        border-left: none;
    }

        .Testimonials_5 blockquote:before {
            content: 'â€œ';
            width: 0px;
            height: 0px;
            position: absolute;
            left: 20px;
            top: 34px;
            font-size: 60px;
            color: rgba(255,255,255,0.7);
            font-family: Georgia, "Times New Roman", Times, serif;
        }

        .Testimonials_5 blockquote:after {
            content: 'â€';
            width: 0px;
            height: 0px;
            position: absolute;
            right: 50px;
            bottom: 65px;
            font-size: 60px;
            color: rgba(255,255,255,0.7);
            font-family: Georgia, "Times New Roman", Times, serif;
        }

        .Testimonials_5 blockquote p {
            background-color: #22BB75;
            border: none;
            padding: 20px;
            font-size: 12px;
            color: #fff;
            font-style: normal;
            text-indent: 3em;
            line-height: 20px;
            margin-bottom: 0px;
            font-weight: normal;
        }

    .Testimonials_5 small {
        position: relative;
        top: 0;
        left: 0;
        font-size: 13px;
        color: #22BB75;
        font-style: normal;
        padding: 15px 0 0 0;
        text-align: right;
    }

        .Testimonials_5 small:before {
        }

        .Testimonials_5 small:after {
            content: " ";
            position: absolute;
            top: 0px;
            right: 55px;
            width: 0px;
            height: 0px;
            border-left: 11px solid #fff;
            border-bottom: 11px solid #fff;
            border-top: 11px solid #22BB75;
            border-right: 0 solid #fff;
        }

        .Testimonials_5 small img {
        }

        .Testimonials_5 small span {
            display: inline-block;
            font-size: 13px;
            font-weight: normal;
            margin-top: 13px;
        }

/*Testimonials_6*/
.Testimonials_6 .dot {
    right: 0px;
    bottom: 15px;
}

    .Testimonials_6 .dot a {
        width: 15px;
        height: 15px;
        background-color: #DBDBDB;
        border: none;
    }

        .Testimonials_6 .dot a.actived {
            width: 15px;
            height: 15px;
            background-color: #22BB75;
        }

.Testimonials_6 blockquote {
    background: none;
    padding: 1px 0px 0px;
    margin: 0px;
    text-indent: 0;
    border-left: none;
}
    /*.Testimonials_6 blockquote:before{
	content:'"';
	width:0px;
	height:0px;
	position:absolute;
	left:20px;
	top:34px;
	font-size:60px;
	color:#9c9c9c;
	font-family:Georgia;
	}
.Testimonials_6 blockquote:after{
	content:'"';
	width:0px;
	height:0px;
	position:absolute;
	right:50px;
	bottom:90px;
	font-size:60px;
	color:#9c9c9c;
	font-family:Georgia;
	}*/
    .Testimonials_6 blockquote p {
        background-color: #F0F0F0;
        padding: 20px;
        font-size: 12px;
        color: #555;
        font-style: normal;
        line-height: 20px;
        margin-bottom: 0px;
        font-weight: normal;
        border-top: 3px solid #22BB75;
    }

.Testimonials_6 small {
    position: relative;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #555;
    font-style: normal;
    padding: 24px 0 0 35px;
}

    .Testimonials_6 small:before {
        content: "";
    }

    .Testimonials_6 small:after {
        content: " ";
        position: absolute;
        top: -5px;
        left: 55px;
        width: 10px;
        height: 10px;
        background-color: #F3F3F3;
        border-left: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

    .Testimonials_6 small img {
        width: 70px;
        height: 70px;
        margin-right: 15px;
        float: left;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        vertical-align: middle;
    }

    .Testimonials_6 small span {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        margin-top: 13px;
        display: block;
        color: #22BB75;
    }
/*Testimonials_7*/
.Testimonials_7 blockquote {
    background: none;
    padding: 40px 50px;
    text-indent: 0;
    border-left: none;
    margin: 0;
}

    .Testimonials_7 blockquote:before {
        content: 'â€œ';
        line-height: 76px;
        position: absolute;
        left: 20px;
        top: 50%;
        font-size: 158px;
        color: #B3B3B3;
        font-family: Georgia, "Times New Roman", Times, serif;
    }

    .Testimonials_7 blockquote:after {
        content: 'â€';
        line-height: 76px;
        position: absolute;
        right: 40px;
        top: 50%;
        font-size: 158px;
        color: #B3B3B3;
        font-family: Georgia, "Times New Roman", Times, serif;
    }

    .Testimonials_7 blockquote p {
        text-align: center;
        padding: 0 50px;
        color: #666;
        font-size: 12px;
        font-style: normal;
        text-indent: 0;
        line-height: 20px;
        margin-bottom: 0px;
        font-weight: normal;
    }

.Testimonials_7 small {
    position: relative;
    top: 0;
    left: 0;
    font-size: 13px;
    font-style: normal;
    padding: 24px 0 0 0px;
    text-align: center;
}

    .Testimonials_7 small:before {
        display: none;
    }

    .Testimonials_7 small span {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        color: #22BB75;
    }
/*Testimonials_8*/
.Testimonials_8 .dot a {
    border: 1px solid #f2f2f2;
    width: 20px;
    height: 20px;
}

    .Testimonials_8 .dot a.actived {
        width: 20px;
        height: 20px;
        border: 1px solid #f2f2f2;
        background: #f2f2f2;
    }

.Testimonials_8 blockquote {
    background: none;
    padding: 1px 0px 0px 1px;
    margin: 0px;
    text-indent: 0;
    border: none;
    text-align: left;
}

    .Testimonials_8 blockquote p {
        background-color: #ffffff;
        background-color: rgba(255,255,255,0.25);
        padding: 30px;
        font-size: 13px;
        color: #ffffff;
        font-style: normal;
        text-indent: 0;
        margin-bottom: 0;
    }

    .Testimonials_8 blockquote small:before,
    .Testimonials_8 blockquote .small:before {
        content: "";
    }

.Testimonials_8 small {
    position: relative;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #ffffff;
    font-style: normal;
    padding: 28px 0 0 15px;
}

    .Testimonials_8 small:after {
        content: " ";
        position: absolute;
        top: 0px;
        left: 43px;
        width: 0px;
        height: 0px;
        border-right: 13px solid transparent;
        border-bottom: 16px solid transparent;
        border-top: 13px solid #ffffff;
        border-top: 13px solid rgba(255,255,255,0.25);
        border-left: 0 solid transparent;
    }

    .Testimonials_8 small img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        margin-right: 15px;
        float: left;
        vertical-align: middle;
    }

    .Testimonials_8 small span {
        display: block;
        margin-top: 14px;
    }



/* verticalTab_Left_1*/
.verticalTab_Left_1 {
    padding-bottom: 15px;
}

    .verticalTab_Left_1 .resp-tab-content {
        border: none;
    }

    .verticalTab_Left_1 .resp_container .resp_margin {
        border-left: 1px solid #ebebeb;
        padding: 10px 20px;
        margin: 0;
    }

    .verticalTab_Left_1 ul.resp-tabs-list li span {
        padding-top: 12px;
        padding-right: 47px;
        padding-bottom: 12px;
        padding-left: 47px;
        margin: 0px;
        border: none;
        background: none;
    }

    .verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active span {
        margin: 0px;
        border: none;
        padding-right: 47px;
        background: none;
        color: #22BB75;
    }

    .verticalTab_Left_1 ul.resp-tabs-list li {
        border-top: 1px solid transparent;
        border-right: none;
        background: #FFF !important;
        padding-left: 0;
        border-left: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

    .verticalTab_Left_1 ul.resp-tabs-list {
        padding: 0px;
    }

        .verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active {
            margin-right: -1px;
            padding-left: 0px;
            border-left: 1px solid #ebebeb;
            border-bottom: 1px solid #ebebeb;
            border-top: 1px solid #ebebeb;
            border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
        }

        .verticalTab_Left_1 ul.resp-tabs-list li span em.glyphicons {
            font-size: 15px;
            top: 3px;
            right: 15px;
        }

        .verticalTab_Left_1 ul.resp-tabs-list li:first-child {
            margin-top: 15px;
            border-top: 1px solid transparent;
        }

        .verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active:first-child {
            border-top: 1px solid #ebebeb;
        }

        .verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active:last-child {
        }
/*verticalTab_Left_2*/
.verticalTab_Left_2 ul.resp-tabs-list {
    padding: 0px;
}

    .verticalTab_Left_2 ul.resp-tabs-list li {
        text-align: center;
        background-color: #ebebeb;
        border-top: none;
        border-right: none;
        padding: 21px 0;
        margin-bottom: 2px;
        width: 240px;
        height: 120px;
        font-size: 15px;
        position: relative;
    }

        .verticalTab_Left_2 ul.resp-tabs-list li span {
            padding: 6px 0;
        }

        .verticalTab_Left_2 ul.resp-tabs-list li .glyphicons {
            display: inline-block;
            font-size: 30px;
        }

        .verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active {
            background-color: #22bb75;
        }

            .verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active span {
                background: transparent;
                color: #fff;
                margin: 0;
                padding: 6px 0;
            }

        .verticalTab_Left_2 ul.resp-tabs-list li:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            border-width: 8px 9px;
            border-style: solid;
            border-color: transparent transparent transparent transparent;
            margin: -8px 0 0 0;
            transition: border-color ease-in 200ms;
            -moz-transition: border-color ease-in 200ms;
            -webkit-transition: border-color ease-in 200ms;
            -o-transition: border-color ease-in 200ms;
            -ms-transition: border-color ease-in 200ms;
        }

        .verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active:before {
            border-color: transparent transparent transparent #22bb75;
        }

.verticalTab_Left_2 .resp-tabs-container {
    overflow: hidden;
}

.verticalTab_Left_2 .resp-tab-content .resp_margin {
    margin: 15px 0 0 60px;
}

.verticalTab_Left_2 .home4Tab_first_p {
    padding-bottom: 20px;
}

.verticalTab_Left_2 .resp-tabs-container ul {
    margin: 0;
    list-style: none;
}

    .verticalTab_Left_2 .resp-tabs-container ul li {
        margin-bottom: 12px;
    }

        .verticalTab_Left_2 .resp-tabs-container ul li span {
            margin-right: 10px;
            color: #22bb75;
        }

.verticalTab_Left_2 .resp-tabs-container .home4Tab_title1 {
    font-weight: normal;
}

    .verticalTab_Left_2 .resp-tabs-container .home4Tab_title1 span {
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-right: 15px;
        font-size: 18px;
        color: #ffffff;
        background-color: #22bb75;
        text-align: center;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.verticalTab_Left_2 .resp-tabs-container .home4Tab_web {
    float: left;
    margin-right: 60px;
    text-align: center;
}

    .verticalTab_Left_2 .resp-tabs-container .home4Tab_web img {
        padding: 20px 0 16px;
    }

    .verticalTab_Left_2 .resp-tabs-container .home4Tab_web h6 {
        font-weight: normal;
    }

@media only screen and (max-width: 767px) {
    .verticalTab_Left_2 .resp-tab-active,
    .verticalTab_Left_2 .resp-tab-active:hover {
        background-color: #22bb75;
    }

    .verticalTab_Left_2 .resp-tabs-container .resp-accordion .glyphicons {
        margin-right: 5px;
    }

    .verticalTab_Left_2 .resp-tab-content .resp_margin {
        margin: 15px;
    }
}

/* verticalTab_Right_1*/
.verticalTab_Right_1 {
    padding-bottom: 15px;
}

    .verticalTab_Right_1 .resp-tab-content {
        border: none;
    }

    .verticalTab_Right_1 .resp_container .resp_margin {
        border-right: 1px solid #ebebeb;
        padding: 10px 20px;
        margin: 0;
    }

.verticalTab_Right.verticalTab_Right_1.resp-vtabs > ul.resp-tabs-list > li.resp-tab-item.resp-tab-active > span {
    padding-left: 47px !important;
}

.verticalTab_Right_1 ul.resp-tabs-list li span {
    padding: 12px 47px;
    margin: 0px;
    border: none;
    background: none;
}

.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active span {
    margin: 0px;
    border: none;
    background: none !important;
    color: #22BB75;
}

.verticalTab_Right_1 ul.resp-tabs-list li {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    background: #FFF !important;
}

.verticalTab_Right_1 ul.resp-tabs-list {
    padding: 0px;
}

    .verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active {
        margin-left: -1px;
        padding-left: 1px;
        border-right: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
    }

    .verticalTab_Right_1 ul.resp-tabs-list li span em.glyphicons {
        font-size: 15px;
        top: 3px;
        right: 15px;
    }

    .verticalTab_Right_1 ul.resp-tabs-list li:first-child {
        margin-top: 15px;
        border-top: 1px solid transparent;
    }

    .verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active:first-child {
        border-top: 1px solid #ebebeb;
    }

    .verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active:last-child {
    }
/* horizontalTab_Top_1*/
.horizontalTab_Top_1 {
    padding-bottom: 15px;
}

    .horizontalTab_Top_1 ul.resp-tabs-list li {
        border: 1px solid transparent;
        border-bottom: none;
        margin: 0 0 -2px 0;
    }

        .horizontalTab_Top_1 ul.resp-tabs-list li:first-child {
            border: 1px solid transparent;
            border-bottom: none;
        }

        .horizontalTab_Top_1 ul.resp-tabs-list li:hover {
            background: none;
        }

        .horizontalTab_Top_1 ul.resp-tabs-list li span {
            padding: 10px 30px;
            font-size: 13px;
        }

            .horizontalTab_Top_1 ul.resp-tabs-list li span em.glyphicons {
                font-size: 15px;
                top: 3px;
                right: 15px;
            }

        .horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active {
            border: 1px solid #ebebeb;
            border-bottom: none;
            border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            background-color: #fff;
        }

            .horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span {
                background-color: transparent;
                color: #22BB75;
            }

    .horizontalTab_Top_1 .resp-tabs-container {
        border: 1px solid transparent;
        border-top: 1px solid #ebebeb;
    }

/* horizontalTab_Top_2*/
.horizontalTab_Top_2 {
    padding-bottom: 15px;
}

    .horizontalTab_Top_2 .resp-tabs-list {
        width: 100%;
        display: table;
    }

    .horizontalTab_Top_2 ul.resp-tabs-list li {
        display: table-cell;
        float: none;
        text-align: center;
        background-color: #f3f3f3;
        border-top: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }

        .horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active {
            border-bottom: 1px solid transparent;
            border-top: 1px solid #22BB75;
            background-color: #fff;
        }

        .horizontalTab_Top_2 ul.resp-tabs-list li span {
            color: #333;
        }

        .horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span {
            color: #22BB75;
        }

    .horizontalTab_Top_2 .resp-tabs-container {
        border: 1px solid #d9d9d9;
        margin: -2px 0 0 0;
    }

    .horizontalTab_Top_2 ul.resp-tabs-list li:first-child {
        border-left: 1px solid #d9d9d9;
    }
/* horizontalTab_Top_3*/
.horizontalTab_Top_3 {
    padding-bottom: 15px;
}

    .horizontalTab_Top_3 ul.resp-tabs-list li,
    .horizontalTab_Top_3 ul.resp-tabs-list li:hover {
        margin: 0 5px 3px 0;
        border: 1px solid #d9d9d9;
    }

        .horizontalTab_Top_3 ul.resp-tabs-list li span,
        .horizontalTab_Top_3 ul.resp-tabs-list li:hover span {
            padding: 9px 26px;
            font-size: 14px;
            color: #333;
            transition: color ease-in 200ms;
            -moz-transition: color ease-in 200ms; /* Firefox 4 */
            -webkit-transition: color ease-in 200ms; /* Safari and Chrome */
            -o-transition: color ease-in 200ms; /* Opera */
            -ms-transition: color ease-in 200ms; /* IE9? */
        }

        .horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active span {
            background-color: #22BB75;
            color: #fff;
        }

    .horizontalTab_Top_3 .resp-tabs-container {
        border: 1px solid #d9d9d9;
    }
/* horizontalTab_Top_4*/
.horizontalTab_Top_4 {
    padding-bottom: 15px;
}

    .horizontalTab_Top_4 .resp-tabs-list {
        width: 100%;
        display: table;
    }

    .horizontalTab_Top_4 ul.resp-tabs-list li {
        display: table-cell;
        float: none;
        text-align: center;
        background-color: #ebebeb;
        border-top: none;
        border-right: none;
    }

        .horizontalTab_Top_4 ul.resp-tabs-list li:hover {
            background: #ebebeb;
        }

        .horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active {
            background-color: #22bb75;
        }

        .horizontalTab_Top_4 ul.resp-tabs-list li span {
            padding: 13px 34px;
            color: #333;
            transition: color ease-in 200ms;
            -moz-transition: color ease-in 200ms;
            -webkit-transition: color ease-in 200ms;
            -o-transition: color ease-in 200ms;
            -ms-transition: color ease-in 200ms;
        }

        .horizontalTab_Top_4 ul.resp-tabs-list li:hover span {
            color: #333;
        }

        .horizontalTab_Top_4 ul.resp-tabs-list li span:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            border-width: 6px 7px;
            border-style: solid;
            border-color: transparent transparent transparent transparent;
            margin: 0 0 0 -7px;
            transition: border-color ease-in 200ms;
            -moz-transition: border-color ease-in 200ms;
            -webkit-transition: border-color ease-in 200ms;
            -o-transition: border-color ease-in 200ms;
            -ms-transition: border-color ease-in 200ms;
        }

        .horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active span {
            background-color: transparent;
            color: #fff;
            position: relative;
        }

        .horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active:hover span {
            color: #fff;
        }

        .horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active span:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            border-width: 6px 7px;
            border-style: solid;
            border-color: #22bb75 transparent transparent transparent;
            margin: 0 0 0 -7px;
        }

        .horizontalTab_Top_4 ul.resp-tabs-list li:first-child {
            border-left: none;
        }

    .horizontalTab_Top_4 .resp-tabs-container {
        border: none;
    }

    .horizontalTab_Top_4 .resp-tab-content .resp_margin {
        margin: 0;
    }
/* horizontalTab_Top_5*/
.horizontalTab_Top_5 {
}

    .horizontalTab_Top_5 ul.resp-tabs-list {
        padding: 0;
    }

        .horizontalTab_Top_5 ul.resp-tabs-list li {
            float: left;
            width: 25%;
            text-align: center;
            background-color: #eeeeee;
            border-top: none;
            border-right: none;
            border-left: 1px solid #fff;
            margin-bottom: 0;
        }

            .horizontalTab_Top_5 ul.resp-tabs-list li:hover {
                background: #ebebeb;
            }

            .horizontalTab_Top_5 ul.resp-tabs-list li.resp-tab-active {
                background-color: #22bb75;
            }

            .horizontalTab_Top_5 ul.resp-tabs-list li span {
                font-size: 17px;
                padding: 13px 0;
                color: #333;
                transition: color ease-in 200ms;
                -moz-transition: color ease-in 200ms;
                -webkit-transition: color ease-in 200ms;
                -o-transition: color ease-in 200ms;
                -ms-transition: color ease-in 200ms;
            }

            .horizontalTab_Top_5 ul.resp-tabs-list li:hover span {
                color: #333;
            }

            .horizontalTab_Top_5 ul.resp-tabs-list li.resp-tab-active span {
                background-color: transparent;
                color: #fff;
                position: relative;
            }

            .horizontalTab_Top_5 ul.resp-tabs-list li.resp-tab-active:hover span {
                color: #fff;
            }

            .horizontalTab_Top_5 ul.resp-tabs-list li:first-child {
                border-left: none;
            }

    .horizontalTab_Top_5 .resp-tabs-container {
        border: none;
        margin: 3px 0 0 0;
    }

    .horizontalTab_Top_5 .resp-tab-content .resp_margin {
        margin: 0;
    }
/* horizontalTab_Top_6*/
.home5Tab_color1 {
    background-color: #22bb75 !important;
}

.home5Tab_color2 {
    background-color: #cfcb1f !important;
}

.home5Tab_color3 {
    background-color: #8bc81e !important;
}

.home5Tab_color4 {
    background-color: #3cc2ae !important;
}

.horizontalTab_Top_6 ul.resp-tabs-list li {
    font-size: 20px;
    border: none;
    margin-bottom: 0;
    text-align: center;
    width: 25%;
    color: #ffffff;
    padding: 30px 0;
}

    .horizontalTab_Top_6 ul.resp-tabs-list li:first-child {
        border: none;
    }

    .horizontalTab_Top_6 ul.resp-tabs-list li span {
        padding: 6px 0;
    }

    .horizontalTab_Top_6 ul.resp-tabs-list li .glyphicons {
        display: inline-block;
        font-size: 46px;
    }

    .horizontalTab_Top_6 ul.resp-tabs-list li.resp-tab-active span {
        background: none;
        color: #ffffff;
    }

    .horizontalTab_Top_6 ul.resp-tabs-list li:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        border-width: 15px 19px;
        border-style: solid;
        border-color: transparent transparent transparent transparent;
        margin: 0 0 0 -19px;
    }

    .horizontalTab_Top_6 ul.resp-tabs-list li.home5Tab_color1.resp-tab-active:before {
        border-color: #22bb75 transparent transparent transparent;
    }

    .horizontalTab_Top_6 ul.resp-tabs-list li.home5Tab_color2.resp-tab-active:before {
        border-color: #cfcb1f transparent transparent transparent;
    }

    .horizontalTab_Top_6 ul.resp-tabs-list li.home5Tab_color3.resp-tab-active:before {
        border-color: #8bc81e transparent transparent transparent;
    }

    .horizontalTab_Top_6 ul.resp-tabs-list li.home5Tab_color4.resp-tab-active:before {
        border-color: #3cc2ae transparent transparent transparent;
    }

    .horizontalTab_Top_6 ul.resp-tabs-list li:hover {
        background: url(images/home5_Tab_hover.png) 0 0 repeat;
    }

    .horizontalTab_Top_6 ul.resp-tabs-list li.resp-tab-active:hover {
        background: none;
    }

    .horizontalTab_Top_6 ul.resp-tabs-list li:hover span {
        color: #ffffff;
    }

.horizontalTab_Top_6 .resp-tabs-container {
    border: none;
}

.horizontalTab_Top_6 .resp-tab-content .resp_margin {
    margin: 0;
    padding: 40px 0 0 0;
}

@media only screen and (max-width: 767px) {
    .horizontalTab_Top_3 .resp-tabs-container {
        border: none;
        border-bottom: 1px solid #d9d9d9;
    }

    .horizontalTab_Top_4 {
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 0px;
        margin-bottom: 15px;
    }
}



.home5Tab1 > div + div {
    padding-top: 40px;
}

.home5Tab1_left {
    float: left;
    padding-bottom: 30px;
    margin-right: 25px;
    background: url(images/home5_Tab_shadow.png) center bottom no-repeat;
}

.home5Tab_icon1 {
    border: 1px solid #22bb75;
    padding: 2px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .home5Tab_icon1 span.glyphicons {
        display: block;
        width: 94px;
        height: 94px;
        line-height: 94px;
        background-color: #22bb75;
        color: #ffffff;
        font-size: 30px;
        top: 0;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.home5Tab1_right {
    overflow: hidden;
}

    .home5Tab1_right p {
        margin-bottom: 15px;
    }

.horizontalTab_Top_6 .resp-tabs-container h5 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

.horizontalTab_Top_6 .resp-tabs-container a {
    text-transform: uppercase;
}

.home5Tab2 {
    padding: 0 100px;
}

.home5Tab_head {
    margin-bottom: 30px;
}

    .home5Tab_head h4 {
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 20px;
    }

.percentage2 {
    margin: auto auto 10px;
    position: relative;
    color: #22BB75;
    height: 94px;
    width: 94px;
}

    .percentage2 .percentage_inner {
        font-size: 18px;
        left: 0;
        top: 38px;
        position: absolute;
        text-align: center;
        width: 100%;
        border-radius: 50%;
        line-height: 1.2;
        color: #22BB75;
    }

.home5Tab2_chart h6 {
    font-weight: normal;
}

.home5Tab2_btn {
    color: #22BB75;
    border: 1px solid #22BB75;
    display: inline-block;
    width: 140px;
    height: 45px;
    line-height: 43px !important;
    margin: 15px 15px 0 15px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms; /* Firefox 4 */
    -webkit-transition: all ease-in 200ms; /* Safari and Chrome */
    -o-transition: all ease-in 200ms; /* Opera */
    -ms-transition: all ease-in 200ms; /* IE9? */
}

    .home5Tab2_btn:hover {
        color: #ffffff;
        background-color: #22BB75;
        text-decoration: none;
    }

.home5Tab_icon2 span.glyphicons {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #22bb75;
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.home5Tab4_left {
    border-bottom: 1px dashed #aaaaaa;
    margin: 0 30px 20px 0;
    padding-bottom: 20px;
}

    .home5Tab4_left span {
        float: left;
        width: 70px;
        height: 70px;
        line-height: 64px;
        border: 3px solid #22bb75;
        color: #22bb75;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-right: 30px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .home5Tab4_left p {
        overflow: hidden;
        padding-top: 10px;
    }

.home5Tab4_btn {
    display: inline-block;
    width: 150px;
    height: 45px;
    line-height: 45px !important;
    text-align: center;
    margin-top: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

    .home5Tab4_btn:hover {
        text-decoration: none;
    }

/* **********  accordion_1  ************** */
.accordion_1 {
    margin-bottom: 0;
}

    .accordion_1 .panel-default {
        background-color: transparent;
        border: 1px solid #DDDDDD;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .accordion_1 > .panel-default > .panel-heading {
        background-color: transparent;
        padding: 0px;
        border: none !important;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }

    .accordion_1 .panel-body {
        border: none !important;
        padding: 15px 30px !important;
    }

    .accordion_1 .panel-title a {
        color: #000;
        display: block;
        background-color: #CCC;
        border-bottom: 1px solid #ddd;
        padding: 16px 0px 16px 20px;
        position: relative;
        font-size: 14px;
        font-weight: normal;
        transition: color ease-in 200ms,background-color ease-in 200ms;
        -moz-transition: color ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
        -webkit-transition: color ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
        -o-transition: color ease-in 200ms,background-color ease-in 200ms; /* Opera */
        -ms-transition: color ease-in 200ms,background-color ease-in 200ms; /* IE9? */
    }


        .accordion_1 .panel-title a .accordion_icon {
            border-left: 1px solid #ddd;
            background-color: #22BB75;
            width: 38px;
            height: 100%;
            position: absolute;
            right: 0px;
            top: 0px;
            text-align: center;
            color: #fff;
            transition: color ease-in 200ms,background-color ease-in 200ms;
            -moz-transition: color ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
            -webkit-transition: color ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
            -o-transition: color ease-in 200ms,background-color ease-in 200ms; /* Opera */
            -ms-transition: color ease-in 200ms,background-color ease-in 200ms; /* IE9? */
        }

        .accordion_1 .panel-title a.collapsed {
            color: #333;
            border: none;
            background-color: transparent;
        }

            .accordion_1 .panel-title a.collapsed .accordion_icon {
                background-color: transparent;
                color: #777777;
            }

            .accordion_1 .panel-title a:hover,
            .accordion_1 .panel-title a.collapsed:hover {
                text-decoration: none;
                background-color: #22BB75;
                color: #000;
            }

                .accordion_1 .panel-title a:hover .accordion_icon {
                    background-color: #22BB75;
                    color: #000;
                }

    .accordion_1 .accordion_icon:before {
        content: "\002B";
        top: 50%;
        left: 50%;
        margin: -10px 0 0 -8px;
        position: absolute;
    }

    .accordion_1 .panel-title a .accordion_icon:before {
        content: "\2212";
        font-size: 21px;
    }

    .accordion_1 .panel-title a.collapsed .accordion_icon:before {
        content: "\002B";
        font-size: 26px;
    }

/* **********  accordion_2  ************** */
.accordion_2 {
    margin-bottom: 0;
}

    .accordion_2 .panel-default {
        background-color: transparent;
        border: 1px solid #DDDDDD;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .accordion_2 > .panel-default > .panel-heading {
        background-color: transparent;
        padding: 0px;
        border: none !important;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }

    .accordion_2 .panel-body {
        border: none !important;
        padding: 15px 30px !important;
    }

    .accordion_2 .panel-title a {
        color: #fff;
        display: block;
        background-color: #22BB75;
        border-bottom: 1px solid #ddd;
        border-left: 2px solid #22BB75;
        padding: 16px 0px 16px 20px;
        position: relative;
        font-size: 14px;
        font-weight: normal;
        transition: color ease-in 200ms,background-color ease-in 200ms;
        -moz-transition: color ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
        -webkit-transition: color ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
        -o-transition: color ease-in 200ms,background-color ease-in 200ms; /* Opera */
        -ms-transition: color ease-in 200ms,background-color ease-in 200ms; /* IE9? */
    }


        .accordion_2 .panel-title a .accordion_icon {
            border-left: 1px solid #ddd;
            background-color: #22BB75;
            width: 38px;
            height: 100%;
            position: absolute;
            right: 0px;
            top: 0px;
            text-align: center;
            color: #fff;
            transition: color ease-in 200ms,background-color ease-in 200ms;
            -moz-transition: color ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
            -webkit-transition: color ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
            -o-transition: color ease-in 200ms,background-color ease-in 200ms; /* Opera */
            -ms-transition: color ease-in 200ms,background-color ease-in 200ms; /* IE9? */
        }

        .accordion_2 .panel-title a.collapsed {
            color: #333;
            border: none;
            border-left: 2px solid #22BB75;
            background-color: transparent;
        }

            .accordion_2 .panel-title a.collapsed:hover {
                color: #fff;
            }

            .accordion_2 .panel-title a.collapsed .accordion_icon {
                background-color: transparent;
                color: #777777;
            }

        .accordion_2 .panel-title a:hover {
            text-decoration: none;
            background-color: #22BB75;
            color: #fff;
        }

            .accordion_2 .panel-title a:hover .accordion_icon {
                background-color: #22BB75;
                color: #fff;
            }

    .accordion_2 .accordion_icon:before {
        top: 50%;
        left: 50%;
        position: absolute;
        content: "";
        border-width: 5px;
        border-style: solid;
        transition: border ease-in 200ms;
        -moz-transition: border ease-in 200ms; /* Firefox 4 */
        -webkit-transition: border ease-in 200ms; /* Safari and Chrome */
        -o-transition: border ease-in 200ms; /* Opera */
        -ms-transition: border ease-in 200ms; /* IE9? */
    }

    .accordion_2 .panel-title a .accordion_icon:before,
    .accordion_2 .panel-title a:hover .accordion_icon:before {
        border-color: #fff transparent transparent transparent;
        margin: -2px 0 0 -5px;
    }

    .accordion_2 .panel-title a.collapsed .accordion_icon:before {
        border-color: transparent transparent transparent #777;
        margin: -5px 0 0 -2px;
    }

    .accordion_2 .panel-title a.collapsed:hover .accordion_icon:before {
        border-color: transparent transparent transparent #fff;
    }

/* **********  accordion_3  ************** */
.accordion_3 {
    margin-bottom: 0;
}

    .accordion_3 .panel-default {
        background-color: transparent;
        margin: 0px !important;
        border: none;
        border-bottom: 1px solid #DADADA;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .accordion_3 > .panel-default > .panel-heading {
        background-color: transparent;
        padding: 0px;
        border: none !important;
        margin: 0px 0 5px 0;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }

    .accordion_3 .panel-body {
        border: none !important;
        padding: 15px 30px !important;
    }

    .accordion_3 .panel-title a {
        display: block;
        padding: 16px 0px 16px 35px;
        color: #333;
        position: relative;
        font-size: 14px;
        font-weight: normal;
    }


        .accordion_3 .panel-title a .accordion_icon {
            width: 27px;
            height: 27px;
            position: absolute;
            left: 0px;
            top: 50%;
            margin: -14px 0 0 0;
            line-height: 25px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            text-align: center;
            border: 1px solid #22BB75;
            background-color: #22BB75;
            transition: border ease-in 200ms,background-color ease-in 200ms;
            -moz-transition: border ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
            -webkit-transition: border ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
            -o-transition: border ease-in 200ms,background-color ease-in 200ms; /* Opera */
            -ms-transition: border ease-in 200ms,background-color ease-in 200ms; /* IE9? */
        }

        .accordion_3 .panel-title a.collapsed {
        }

            .accordion_3 .panel-title a.collapsed .accordion_icon {
                background-color: transparent;
            }

        .accordion_3 .panel-title a:hover {
            text-decoration: none;
        }

            .accordion_3 .panel-title a:hover .accordion_icon {
                background-color: #22BB75;
            }

    .accordion_3 .accordion_icon:before {
        content: "";
        top: 50%;
        left: 50%;
        margin: -4px 0 0 -5px;
        position: absolute;
        width: 7px;
        height: 7px;
        border-style: solid;
        border-width: 1px;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg); /* IE 9 */
        -moz-transform: rotate(-45deg); /* Firefox */
        -webkit-transform: rotate(-45deg); /* Safari and Chrome */
        -o-transform: rotate(-45deg); /* Opera */
        transition: border ease-in 200ms;
        -moz-transition: border ease-in 200ms; /* Firefox 4 */
        -webkit-transition: border ease-in 200ms; /* Safari and Chrome */
        -o-transition: border ease-in 200ms; /* Opera */
        -ms-transition: border ease-in 200ms; /* IE9? */
    }

    .accordion_3 .panel-title a .accordion_icon:before,
    .accordion_3 .panel-title a.collapsed:hover .accordion_icon:before {
        border-color: transparent #fff #fff transparent;
    }

    .accordion_3 .panel-title a.collapsed .accordion_icon:before {
        border-color: transparent #22BB75 #22BB75 transparent;
    }
/* **********  accordion_4  ************** */
.accordion_4 {
    margin-bottom: 0;
}

    .accordion_4 .panel-default {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #DADADA;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .accordion_4 > .panel-default > .panel-heading {
        background-color: transparent;
        padding: 0px;
        border: none !important;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }

    .accordion_4 .panel-body {
        border: none !important;
        padding: 15px 30px !important;
    }

    .accordion_4 .panel-title a {
        color: #22BB75;
        display: block;
        padding: 16px 0px 16px 35px;
        position: relative;
        font-size: 14px;
        font-weight: normal;
        transition: color ease-in 200ms;
        -moz-transition: color ease-in 200ms; /* Firefox 4 */
        -webkit-transition: color ease-in 200ms; /* Safari and Chrome */
        -o-transition: color ease-in 200ms; /* Opera */
        -ms-transition: color ease-in 200ms; /* IE9? */
    }


        .accordion_4 .panel-title a .accordion_icon {
            width: 38px;
            height: 100%;
            position: absolute;
            right: 0px;
            top: 0px;
            text-align: center;
        }

        .accordion_4 .panel-title a.collapsed {
            background-color: transparent;
            color: #333;
        }

            .accordion_4 .panel-title a.collapsed .accordion_icon {
                background-color: transparent;
            }

        .accordion_4 .panel-title a:hover {
            text-decoration: none;
            color: #22BB75;
        }

            .accordion_4 .panel-title a:hover .accordion_icon {
            }

    .accordion_4 .accordion_icon:before {
        top: 50%;
        left: 50%;
        position: absolute;
        content: "";
        border-width: 5px;
        border-style: solid;
        transition: border ease-in 200ms;
        -moz-transition: border ease-in 200ms; /* Firefox 4 */
        -webkit-transition: border ease-in 200ms; /* Safari and Chrome */
        -o-transition: border ease-in 200ms; /* Opera */
        -ms-transition: border ease-in 200ms; /* IE9? */
    }

    .accordion_4 .panel-title a .accordion_icon:before,
    .accordion_4 .panel-title a:hover .accordion_icon:before {
        border-color: #22BB75 transparent transparent transparent;
        margin: -2px 0 0 -5px;
    }

    .accordion_4 .panel-title a.collapsed .accordion_icon:before {
        border-color: transparent transparent transparent #777;
        margin: -5px 0 0 -2px;
    }

    .accordion_4 .panel-title a.collapsed:hover .accordion_icon:before {
        border-color: transparent transparent transparent #22BB75;
    }

    .accordion_4 .panel-title a em.glyphicons {
        color: #22BB75;
        font-size: 16px;
        right: 15px;
        top: 3px;
    }


/*quotes*/
.quotes_1 blockquote {
    border: none;
    color: #666;
    text-indent: 0px;
    padding: 0 10px 0 100px;
    margin: 0;
    position: relative;
}

    .quotes_1 blockquote p {
        text-indent: 0px;
        color: #666;
        font-size: 13px;
        line-height: 20px;
        font-style: normal;
        font-weight: normal;
    }

    .quotes_1 blockquote small {
        position: static;
        color: #333;
        font-weight: bold;
        font-style: normal;
        padding: 2px 0 0;
        text-align: right;
        font-size: 14px;
    }

        .quotes_1 blockquote small:before,
        .quotes_1 blockquote .small:before {
            font-size: 12px;
        }

        .quotes_1 blockquote small span {
            font-weight: normal;
            color: #22BB75;
            font-size: 12px;
        }

    .quotes_1 blockquote span.mark {
        font-size: 70px;
        position: absolute;
        top: 50%;
        left: 15px;
        margin: -35px 0 0 0;
        line-height: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: normal;
        color: #fff;
        width: 70px;
        height: 70px;
        background-color: #22BB75;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        text-align: center;
    }


.quotes_2 blockquote {
    margin: 0;
    border-left: none;
    padding: 0 0 0 50%;
    font-style: normal;
    position: relative;
}

    .quotes_2 blockquote p {
        text-align: center;
        font-style: normal;
        font-size: 12px;
        color: #666;
        line-height: 20px;
        font-weight: normal;
        background: url(images/Quotes1.png) no-repeat center top;
        padding: 45px 30px;
        width: 270px;
        height: 192px;
        margin: 0;
    }

        .quotes_2 blockquote p.quotes_2p {
            background: url(images/Quotes2.png) no-repeat center top;
        }

    .quotes_2 blockquote small {
        font-size: 14px;
        color: #333;
        margin: 33px 0 0 33px;
    }

        .quotes_2 blockquote small span {
            color: #22bb75;
        }

        .quotes_2 blockquote small img {
            width: 50%;
            position: absolute;
            left: 0;
            top: 0;
        }

.quotes_3 .dividers_1 {
    margin-top: 0;
}

.quotes_3 blockquote {
    font-style: normal;
    text-align: center;
    margin: 0;
    padding: 0;
    border-left: none;
}

    .quotes_3 blockquote span.mark {
        width: 70px;
        display: inline-block;
        height: 70px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        font-size: 80px;
        padding: 13px 0 0 0;
        line-height: normal;
        background-color: #D9D9D9;
        color: #fff;
        font-family: Georgia, "Times New Roman", Times, serif;
    }

    .quotes_3 blockquote p {
        font-size: 12px;
        color: #666;
        line-height: 20px;
        font-weight: normal;
        font-style: normal;
        padding: 0 20px;
    }

    .quotes_3 blockquote small {
        font-size: 14px;
        color: #333;
    }

        .quotes_3 blockquote small span {
            font-size: 12px;
            color: #22BB75;
        }

.quotes_4 {
    position: relative;
}

    .quotes_4 blockquote {
        border: none;
        color: #666;
        text-indent: 0px;
        padding: 25px 30px 25px 100px;
        margin: 0;
        background-color: #F3F3F3;
    }

        .quotes_4 blockquote p {
            text-indent: 0px;
            color: #666;
            font-size: 13px;
            line-height: 20px;
            font-style: normal;
            font-weight: normal;
        }

        .quotes_4 blockquote small {
            position: static;
            color: #333;
            font-weight: bold;
            font-style: normal;
            padding: 2px 0 0;
            text-align: right;
            font-size: 14px;
        }

            .quotes_4 blockquote small:before,
            .quotes_4 blockquote .small:before {
                font-size: 12px;
            }

            .quotes_4 blockquote small span {
                font-weight: normal;
                color: #22BB75;
                font-size: 12px;
            }

        .quotes_4 blockquote span.mark {
            font-size: 145px;
            overflow: hidden;
            padding: 0;
            margin: 28px 0 0 0;
            position: absolute;
            line-height: 132px;
            font-family: Georgia, "Times New Roman", Times, serif;
            font-style: normal;
            color: #22BB75;
            width: 70px;
            height: 70px;
            text-align: center;
            left: 15px;
            top: 0;
        }



/*dropcaps*/
.dropcaps_1 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    font-size: 40px;
    margin: 0 15px 0 0;
    color: #22BB75;
}

.dropcaps_2 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    font-size: 30px;
    margin: 0 15px 0 0;
    color: #fff;
    background-color: #22BB75;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.dropcaps_3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    font-size: 30px;
    margin: 0 15px 0 0;
    color: #fff;
    background-color: #22BB75;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.dropcaps_4 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    font-size: 30px;
    margin: 0 15px 0 0;
    color: #fff;
    background-color: #22BB75;
}

.dropcaps_5 {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    float: left;
    font-size: 30px;
    margin: 0 15px 0 0;
    color: #22BB75;
    border: 2px solid #22BB75;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.dropcaps_6 {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    float: left;
    font-size: 30px;
    margin: 0 15px 0 0;
    color: #22BB75;
    border: 2px solid #22BB75;
}

/*Core Owl Carousel CSS File*/

/* clearfix*/
.carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .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;
        }

    .carousel .owl-item {
        float: left;
    }

    .carousel .owl-pagination {
        text-align: center;
        padding: 20px 0 0;
        position: absolute;
        top: 100%;
        left: 2;
        width: 100%;
    }

    .carousel .owl-page {
        cursor: pointer;
        width: 21px;
        height: 21px;
        border: 2px solid #2e2e2e;
        margin: 0 5px;
        display: inline-block;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

        .carousel .owl-page.active {
        }

    .carousel .owl-buttons .owl-prev,
    .carousel .owl-buttons .owl-next {
        position: absolute;
        left: -30px;
        top: 50%;
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 0px;
        text-align: center;
        cursor: pointer;
        margin: -17px 0 0 0;
        border: 2px solid #2e2e2e;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .carousel .owl-buttons .owl-next {
        left: auto;
        right: -30px;
    }

        .carousel .owl-buttons .owl-prev:before,
        .carousel .owl-buttons .owl-next:before {
            content: "";
            border-left: 2px solid #2e2e2e;
            border-bottom: 2px solid #2e2e2e;
            width: 8px;
            height: 8px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -3px 0 0 -3px;
            font-size: 20px;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
        }

        .carousel .owl-buttons .owl-next:before {
            border-left: none;
            border-right: 2px solid #2e2e2e;
            margin-left: -4px;
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
        }

.carousel {
    -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);
}

    .carousel .owl-buttons .owl-prev:hover,
    .carousel .owl-buttons .owl-next:hover {
    }

        .carousel .owl-buttons .owl-prev:hover:before {
        }

        .carousel .owl-buttons .owl-next:hover:before {
            border-left: none;
        }

    .carousel .grabbing {
    }

    .carousel .owl-wrapper,
    .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);
    }

.carousel {
    display: none;
}

    .carousel img {
        max-width: 100%;
        margin: auto;
    }

.carousel_1h2 {
    font-weight: normal;
    line-height: normal;
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.carousel_1 {
    margin-bottom: 40px;
}

    .carousel_1 .item {
        text-align: center;
        padding: 0 5px;
    }

        .carousel_1 .item .content_sytle_2 .shade {
            background-color: #22BB75;
        }

        .carousel_1 .item .photo_box .content {
            text-align: left;
            padding: 15px;
        }

        .carousel_1 .item .content_sytle_2 .content h3 {
            font-weight: normal;
            line-height: normal;
            color: #fff;
            font-size: 18px;
            margin: 0 0 20px 0;
        }

        .carousel_1 .item .content_sytle_2 .content p {
            padding: 0 0 20px 0;
            margin: 0;
            font-size: 12px;
            color: #fff;
        }

        .carousel_1 .item .content_sytle_2 .content a.but {
            font-size: 12px;
            margin-top: 0px;
            padding: 10px 25px 10px 32px;
            position: relative;
            transition: background-color ease-in 200ms,border ease-in 200ms;
            -moz-transition: background-color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
            -webkit-transition: background-color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
            -o-transition: background-color ease-in 200ms,border ease-in 200ms; /* Opera */
            -ms-transition: background-color ease-in 200ms,border ease-in 200ms; /* IE9? */
        }

            .carousel_1 .item .content_sytle_2 .content a.but:hover {
                background-color: #444;
                border: 1px solid #444;
            }

            .carousel_1 .item .content_sytle_2 .content a.but:before {
                content: ">";
                position: absolute;
                left: 15px;
            }

    .carousel_1 .owl-buttons .owl-prev,
    .carousel_1 .owl-buttons .owl-next {
        left: auto;
        top: 0;
        right: 0;
        width: 25px;
        height: 25px;
        border: none;
        margin: -45px 35px 0 0;
        background-color: #878787;
        transition: background-color ease-in 200ms;
        -moz-transition: background-color ease-in 200ms; /* Firefox 4 */
        -webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
        -o-transition: background-color ease-in 200ms; /* Opera */
        -ms-transition: background-color ease-in 200ms; /* IE9? */
    }

    .carousel_1 .owl-buttons .owl-next {
        right: -30px;
    }

        .carousel_1 .owl-buttons .owl-prev:before,
        .carousel_1 .owl-buttons .owl-next:before {
            border-left: 1px solid #fff;
            border-bottom: 1px solid #fff;
            margin: -4px 0 0 -2px;
        }

        .carousel_1 .owl-buttons .owl-next:before {
            border-right: 1px solid #fff;
            border-left: none;
            margin: -4px 0 0 -5px;
        }

        .carousel_1 .owl-buttons .owl-prev:hover,
        .carousel_1 .owl-buttons .owl-next:hover {
            background-color: #22BB75;
        }

.carousel_2 .item {
    text-align: center;
    padding: 0 20px;
}

    .carousel_2 .item .ico {
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background-color: #22BB75;
    }

        .carousel_2 .item .ico span.glyphicons {
            font-size: 24px;
            color: #fff;
            line-height: 56px;
        }

    .carousel_2 .item h3 {
        font-size: 14px;
        color: #22BB75;
        line-height: 40px;
        font-weight: normal;
        margin: 0;
    }

.carousel_2 p {
    color: #666;
}

.carousel_2 .item a.Button_normal {
    color: #22BB75;
}

.carousel_2 .owl-buttons .owl-prev,
.carousel_2 .owl-buttons .owl-next {
    border: none;
    left: -27px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0 0;
}

.carousel_2 .owl-buttons .owl-next {
    left: auto;
    right: -24px;
}

    .carousel_2 .owl-buttons .owl-prev:before,
    .carousel_2 .owl-buttons .owl-next:before {
        width: 20px;
        height: 20px;
        border-left: 2px solid #666;
        border-bottom: 2px solid #666;
        margin: -8px 0 0 -3px;
        transition: border ease-in 200ms;
        -moz-transition: border ease-in 200ms; /* Firefox 4 */
        -webkit-transition: border ease-in 200ms; /* Safari and Chrome */
        -o-transition: border ease-in 200ms; /* Opera */
        -ms-transition: border ease-in 200ms; /* IE9? */
    }

    .carousel_2 .owl-buttons .owl-next:before {
        border-left: none;
        border-right: 2px solid #666;
    }

    .carousel_2 .owl-buttons .owl-prev:hover:before,
    .carousel_2 .owl-buttons .owl-next:hover:before {
        border-left: 2px solid #22BB75;
        border-bottom: 2px solid #22BB75;
    }

    .carousel_2 .owl-buttons .owl-next:hover:before {
        border-left: none;
        border-right: 2px solid #22BB75;
    }

.carousel_3 .item {
    padding: 0 5px;
}

    .carousel_3 .item h3 {
        font-weight: normal;
        color: #22BB75;
        font-size: 14px;
        line-height: 40px;
        margin: 0;
    }

    .carousel_3 .item a.Button_normal {
        color: #fff;
        background-color: #22BB75;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 7px 16px;
        display: inline-block;
        transition: background-color ease-in 200ms;
        -moz-transition: background-color ease-in 200ms; /* Firefox 4 */
        -webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
        -o-transition: background-color ease-in 200ms; /* Opera */
        -ms-transition: background-color ease-in 200ms; /* IE9? */
    }

        .carousel_3 .item a.Button_normal:hover {
            text-decoration: none;
            background-color: #444;
        }

.carousel_3 .owl-buttons .owl-prev,
.carousel_3 .owl-buttons .owl-next {
    left: -40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: -15px 0 0 0;
    border: 1px solid #22BB75;
}

.carousel_3 .owl-buttons .owl-next {
    left: auto;
    right: -40px;
}

    .carousel_3 .owl-buttons .owl-prev:before,
    .carousel_3 .owl-buttons .owl-next:before {
        border-left: 1px solid #22BB75;
        border-bottom: 1px solid #22BB75;
    }

    .carousel_3 .owl-buttons .owl-next:before {
        border-left: none;
        border-right: 1px solid #22BB75;
        border-bottom: 1px solid #22BB75;
    }

.carousel_4 .owl-pagination {
    top: 85%;
    right: 20px;
    width: auto;
}

.carousel_4 .owl-page {
    background-color: rgba(255,255,255,0.4);
    width: 24px;
    height: 24px;
    border: none;
}

    .carousel_4 .owl-page.active {
        background-color: #22BB75;
        border: none;
    }

.carousel_4 .owl-item .carousel_content {
    position: absolute;
    top: 0px;
    left: -30%;
    width: 30%;
    height: 100%;
    z-index: 10;
    padding: 30px;
    color: #FFF;
    opacity: 0;
    transition: all 200ms ease-out 0ms;
    -moz-transition: all 200ms ease-out 0ms; /* Firefox 4 */
    -webkit-transition: all 200ms ease-out 0ms; /* Safari and Chrome */
    -o-transition: all 200ms ease-out 0ms; /* Opera */
    -ms-transition: all 200ms ease-out 0ms; /* IE9? */
}

.carousel_4 .owl-item.synced .carousel_content,
.carousel_4 .owl-item.synced .carousel_content.text_left {
    top: 0px;
    left: 0px;
    opacity: 1;
    transition: all 400ms ease-out 800ms;
    -moz-transition: all 400ms ease-out 800ms; /* Firefox 4 */
    -webkit-transition: all 400ms ease-out 800ms; /* Safari and Chrome */
    -o-transition: all 400ms ease-out 800ms; /* Opera */
    -ms-transition: all 400ms ease-out 800ms; /* IE9? */
}

.carousel_4 .owl-item .carousel_content.text_right {
    left: auto;
    right: -30%;
    width: 30%;
    height: 100%;
}

.carousel_4 .owl-item.synced .carousel_content.text_right {
    left: auto;
    right: 0;
}

.carousel_4 .owl-item .carousel_content.text_top {
    left: 0;
    top: -100%;
    width: 100%;
    height: auto;
    max-height: 100%;
}

.carousel_4 .owl-item.synced .carousel_content.text_top {
    left: 0;
    top: 0;
}

.carousel_4 .owl-item .carousel_content.text_bottom {
    left: 0;
    top: auto;
    bottom: -100%;
    width: 100%;
    height: auto;
    max-height: 100%;
}

.carousel_4 .owl-item.synced .carousel_content.text_bottom {
    left: 0;
    top: auto;
    bottom: 0;
}

.carousel_4 .owl-item .carousel_content h3 {
    color: #FFF;
}

.carousel_4 .owl-item .carousel_content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .carousel_4 .owl-item .carousel_content {
        padding: 15px;
    }

        .carousel_4 .owl-item .carousel_content.text_left {
            left: -35%;
            width: 35%;
        }

        .carousel_4 .owl-item .carousel_content.text_right {
            right: -35%;
            width: 35%;
        }
}

@media only screen and (max-width: 767px) {
    .carousel_4 .owl-pagination {
        bottom: 3px;
    }

    .carousel_4 .owl-item .carousel_content.text_left {
        height: auto;
        top: auto;
        padding: 8px 15px;
        width: auto;
    }

    .carousel_4 .owl-item .carousel_content.text_right {
        height: auto;
        top: auto;
        bottom: 0px;
        padding: 8px 15px;
        width: auto;
    }

    .carousel_4 .owl-item .carousel_content.text_top,
    .carousel_4 .owl-item .carousel_content.text_bottom {
        padding: 8px 15px;
    }

    .carousel_4 .owl-item .carousel_content p {
        display: none;
    }

    .carousel_4 .owl-item .carousel_content h3 {
        font-size: 13px;
        padding: 0;
        margin: 0;
    }
}
/*home5Page carousel_4*/
.home5Carousel h4 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
}

.home5Carousel p {
    font-size: 16px;
}

.home5Carousel a {
    font-size: 13px;
    padding: 10px 25px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

    .home5Carousel a:hover {
        text-decoration: none;
    }

.home5Carousel .owl-buttons .owl-prev:before,
.home5Carousel .owl-buttons .owl-next:before {
    border-width: 5px;
    border-color: #666666;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -5px;
}

.home5Carousel .owl-buttons .owl-next:before {
    margin-left: -9px;
}

.home5Carousel .owl-buttons .owl-prev:hover:before,
.home5Carousel .owl-buttons .owl-next:hover:before {
    border-color: #22bb75;
}

.home5Carousel .owl-buttons .owl-prev,
.home5Carousel .owl-buttons .owl-next {
    border: none;
    left: 0;
}

.home5Carousel .owl-buttons .owl-next {
    left: auto;
    right: 0;
}

.carousel_5 .content_sytle_2 .shade {
    background-color: #22BB75;
}

.carousel_5 .content_sytle_2 .content h3 {
    font-size: 20px;
    font-weight: normal;
}

.carousel_5 .content_sytle_2 .content a.but {
    padding: 4px 17px;
    transition: background-color ease-in 200ms,border ease-in 200ms;
    -moz-transition: background-color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
    -webkit-transition: background-color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
    -o-transition: background-color ease-in 200ms,border ease-in 200ms; /* Opera */
    -ms-transition: background-color ease-in 200ms,border ease-in 200ms; /* IE9? */
}

    .carousel_5 .content_sytle_2 .content a.but:hover {
        background-color: #444;
        border: 1px solid #444;
    }

.carousel_5 .owl-buttons .owl-prev,
.carousel_5 .owl-buttons .owl-next {
    width: 41px;
    height: 65px;
    margin-top: -33px;
    border: none;
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms; /* Firefox 4 */
    -webkit-transition: all ease-in 200ms; /* Safari and Chrome */
    -o-transition: all ease-in 200ms; /* Opera */
    -ms-transition: all ease-in 200ms; /* IE9? */
}

.carousel_5 .owl-buttons .owl-prev {
    left: 0;
}

.carousel_5 .owl-buttons .owl-next {
    right: 0;
}

.carousel_5:hover .owl-buttons .owl-prev,
.carousel_5:hover .owl-buttons .owl-next {
    filter: alpha(opacity=100);
    opacity: 1;
}

.carousel_5 .owl-buttons .owl-prev:before,
.carousel_5 .owl-buttons .owl-prev:hover:before {
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    margin: -5px 0 0 -3px;
    width: 12px;
    height: 12px;
}

.carousel_5 .owl-buttons .owl-next:before,
.carousel_5 .owl-buttons .owl-next:hover:before {
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    margin: -5px 0 0 -7px;
    width: 12px;
    height: 12px;
}

.carousel_5 .owl-buttons .owl-prev:hover,
.carousel_5 .owl-buttons .owl-next:hover {
    border: none;
    background-color: #22BB75;
}

.carousel_6 .item {
    margin: 0 15px;
    text-align: center;
    background-color: #EFEFEF;
    border-bottom: 2px solid #22BB75;
}

    .carousel_6 .item h3 {
        font-weight: normal;
        color: #22BB75;
        font-size: 14px;
        line-height: 24px;
        margin: 20px 0 10px 0;
    }

    .carousel_6 .item p {
        margin: 0 0 20px 0;
        color: #666;
    }

.carousel_6 .owl-buttons .owl-prev,
.carousel_6 .owl-buttons .owl-next {
    left: -40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0 0;
    border: 1px solid #22BB75;
}

.carousel_6 .owl-buttons .owl-next {
    left: auto;
    right: -40px;
}

    .carousel_6 .owl-buttons .owl-prev:before,
    .carousel_6 .owl-buttons .owl-next:before {
        border-left: 1px solid #22BB75;
        border-bottom: 1px solid #22BB75;
    }

    .carousel_6 .owl-buttons .owl-next:before {
        border-left: none;
        border-right: 1px solid #22BB75;
        border-bottom: 1px solid #22BB75;
    }

.carousel_6 .owl-page {
    width: 15px;
    height: 15px;
    border: none;
    background-color: #D8D8D8;
}

    .carousel_6 .owl-page.active {
        background-color: #22BB75;
    }

.carousel_7 .item {
    text-align: center;
    margin: 0 21px;
}

    .carousel_7 .item .ico {
        display: inline-block;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background-color: #22BB75;
    }

        .carousel_7 .item .ico span.glyphicons {
            font-size: 40px;
            color: #fff;
            line-height: 120px;
        }

    .carousel_7 .item h3 {
        font-size: 18px;
        color: #333;
        line-height: 20px;
        font-weight: normal;
        margin: 20px 0 15px 0;
    }

    .carousel_7 .item a.Button_normal {
        color: #22BB75;
        font-size: 13px;
        text-transform: uppercase;
    }

        .carousel_7 .item a.Button_normal:hover {
            text-decoration: none;
        }

.carousel_7 .owl-buttons .owl-prev,
.carousel_7 .owl-buttons .owl-next {
    border: none;
    left: -35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0 0;
}

.carousel_7 .owl-buttons .owl-next {
    left: auto;
    right: 0px;
}

    .carousel_7 .owl-buttons .owl-prev:before,
    .carousel_7 .owl-buttons .owl-next:before {
        width: 20px;
        height: 20px;
        border-left: 2px solid #666;
        border-bottom: 2px solid #666;
        margin: -10px 0 0 -4px;
        transition: border ease-in 200ms;
        -moz-transition: border ease-in 200ms; /* Firefox 4 */
        -webkit-transition: border ease-in 200ms; /* Safari and Chrome */
        -o-transition: border ease-in 200ms; /* Opera */
        -ms-transition: border ease-in 200ms; /* IE9? */
    }

    .carousel_7 .owl-buttons .owl-next:before {
        border-left: none;
        border-right: 2px solid #666;
        margin: -10px 0 0 -16px;
    }

    .carousel_7 .owl-buttons .owl-prev:hover:before,
    .carousel_7 .owl-buttons .owl-next:hover:before {
        border-left: 2px solid #22BB75;
        border-bottom: 2px solid #22BB75;
    }

    .carousel_7 .owl-buttons .owl-next:hover:before {
        border-left: none;
        border-right: 2px solid #22BB75;
    }
/*homePage carousel_7*/
.conb {
    background-color: #F0F0F0;
}

    .conb .carousel_7 .item {
        margin: 0;
    }

.conba,
.conbb,
.conbc,
.conbd,
.conbe {
    text-align: center;
    /*cursor:pointer;*/
}

    .conba img,
    .conbb img,
    .conbc img,
    .conbd img,
    .conbe img {
        display: inline-block;
        padding: 10px 1px;
    }

    .conba:hover img,
    .conbb:hover img,
    .conbc:hover img,
    .conbd:hover img,
    .conbe:hover img {
        filter: alpha(opacity=80);
        opacity: 0.8;
    }

.carousel_8 .item {
    background-color: #F1F1F1;
    border-bottom: 2px solid rgba(0,0,0,0.15);
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
    transition: background-color ease-in 200ms,border ease-in 200ms;
    -moz-transition: background-color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
    -webkit-transition: background-color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
    -o-transition: background-color ease-in 200ms,border ease-in 200ms; /* Opera */
    -ms-transition: background-color ease-in 200ms,border ease-in 200ms; /* IE9? */
}

    .carousel_8 .item h3 {
        font-size: 15px;
        color: #333;
        font-weight: normal;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .carousel_8 .item p {
        color: #888;
        margin: 0 0 20px 0;
    }

    .carousel_8 .item:hover {
        border-bottom: 2px solid rgba(0,0,0,0.2);
    }

        .carousel_8 .item:hover h3,
        .carousel_8 .item:hover p {
            color: #fff;
        }

.carousel_9 .item {
    text-align: center;
    padding: 20px;
}

    .carousel_9 .item .ico {
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 1px solid #22bb75;
    }

        .carousel_9 .item .ico span.glyphicons {
            font-size: 27px;
            color: #22bb75;
            line-height: 96px;
        }

    .carousel_9 .item h3 {
        font-size: 14px;
        color: #333;
        line-height: 40px;
        font-weight: normal;
        margin: 0;
    }

.carousel_9 p {
}

.carousel_9 .owl-pagination {
    padding: 0;
}

.carousel_9 .owl-buttons .owl-prev,
.carousel_9 .owl-buttons .owl-next {
    border: none;
    left: -27px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0 0;
}

.carousel_9 .owl-buttons .owl-next {
    left: auto;
    right: -24px;
}

    .carousel_9 .owl-buttons .owl-prev:before,
    .carousel_9 .owl-buttons .owl-next:before {
        width: 20px;
        height: 20px;
        border-left: 2px solid #666;
        border-bottom: 2px solid #666;
        margin: -8px 0 0 -3px;
        transition: border ease-in 200ms;
        -moz-transition: border ease-in 200ms; /* Firefox 4 */
        -webkit-transition: border ease-in 200ms; /* Safari and Chrome */
        -o-transition: border ease-in 200ms; /* Opera */
        -ms-transition: border ease-in 200ms; /* IE9? */
    }

    .carousel_9 .owl-buttons .owl-next:before {
        border-left: none;
        border-right: 2px solid #666;
    }

    .carousel_9 .owl-buttons .owl-prev:hover:before,
    .carousel_9 .owl-buttons .owl-next:hover:before {
        border-left: 2px solid #22BB75;
        border-bottom: 2px solid #22BB75;
    }

    .carousel_9 .owl-buttons .owl-next:hover:before {
        border-left: none;
        border-right: 2px solid #22BB75;
    }

.carousel_9 .owl-page {
    width: 20px;
    height: 20px;
    border: none;
    background-color: #d2d2d2;
}

    .carousel_9 .owl-page.active {
        background-color: #22bb75;
    }


.carousel_10 .item {
    padding: 0 15px;
}

.carousel_10 .owl-buttons .owl-prev,
.carousel_10 .owl-buttons .owl-next {
    left: -20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: -15px 0 0 0;
    border: none;
}

.carousel_10 .owl-buttons .owl-next {
    left: auto;
    right: -20px;
}

    .carousel_10 .owl-buttons .owl-prev:before,
    .carousel_10 .owl-buttons .owl-next:before {
        border-left: 2px solid #969696;
        border-bottom: 2px solid #969696;
        transition: border ease-in 200ms;
        -moz-transition: border ease-in 200ms; /* Firefox 4 */
        -webkit-transition: border ease-in 200ms; /* Safari and Chrome */
        -o-transition: border ease-in 200ms; /* Opera */
        -ms-transition: border ease-in 200ms; /* IE9? */
    }

    .carousel_10 .owl-buttons .owl-next:before {
        border-left: none;
        border-right: 2px solid #969696;
        border-bottom: 2px solid #969696;
    }

    .carousel_10 .owl-buttons .owl-prev:hover:before,
    .carousel_10 .owl-buttons .owl-next:hover:before {
        border-left: 2px solid #22bb75;
        border-bottom: 2px solid #22bb75;
    }

    .carousel_10 .owl-buttons .owl-next:hover:before {
        border-left: none;
        border-right: 2px solid #22bb75;
        border-bottom: 2px solid #22bb75;
    }
/*carousel_11*/
.carousel_11 .item {
    text-align: center;
}

.carousel_11 .owl-buttons .owl-prev,
.carousel_11 .owl-buttons .owl-next {
    border: none;
}

    .carousel_11 .owl-buttons .owl-prev:before,
    .carousel_11 .owl-buttons .owl-next:before {
        border-bottom: 4px solid #ffffff;
        border-left: 4px solid #ffffff;
        width: 10px;
        height: 10px;
    }

    .carousel_11 .owl-buttons .owl-next:before {
        border-left: none;
        border-right: 4px solid #ffffff;
        margin-left: -7px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel_11 .owl-buttons .owl-prev,
    .carousel_11 .owl-buttons .owl-next {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .carousel_11 .owl-buttons .owl-prev,
    .carousel_11 .owl-buttons .owl-next {
        display: none;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* text-based popup styling */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
}

.mfp-zoom-in {
}

    .mfp-zoom-in .mfp-content {
        opacity: 0;
        transition: all 0.2s ease-in-out;
        transform: scale(0.8);
    }

    .mfp-zoom-in.mfp-bg {
        opacity: 0;
        transition: all 0.3s ease-out;
    }

    .mfp-zoom-in.mfp-ready .mfp-content {
        opacity: 1;
        transform: scale(1);
    }

    .mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-zoom-in.mfp-removing .mfp-content {
        transform: scale(0.8);
        opacity: 0;
    }

    .mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
    }

.mfp-newspaper {
}

    .mfp-newspaper .mfp-content {
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.5s;
        transform: scale(0) rotate(500deg);
    }

    .mfp-newspaper.mfp-bg {
        opacity: 0;
        transition: all 0.5s;
    }

    .mfp-newspaper.mfp-ready .mfp-content {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    .mfp-newspaper.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-newspaper.mfp-removing .mfp-content {
        transform: scale(0) rotate(500deg);
        opacity: 0;
    }

    .mfp-newspaper.mfp-removing.mfp-bg {
        opacity: 0;
    }

.mfp-move-horizontal {
}

    .mfp-move-horizontal .mfp-content {
        opacity: 0;
        transition: all 0.3s;
        transform: translateX(-50px);
    }

    .mfp-move-horizontal.mfp-bg {
        opacity: 0;
        transition: all 0.3s;
    }

    .mfp-move-horizontal.mfp-ready .mfp-content {
        opacity: 1;
        transform: translateX(0);
    }

    .mfp-move-horizontal.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-move-horizontal.mfp-removing .mfp-content {
        transform: translateX(50px);
        opacity: 0;
    }

    .mfp-move-horizontal.mfp-removing.mfp-bg {
        opacity: 0;
    }

.mfp-move-from-top {
}

    .mfp-move-from-top .mfp-content {
        opacity: 0;
        transition: all 0.2s;
        transform: translateY(-100px);
    }

    .mfp-move-from-top.mfp-bg {
        opacity: 0;
        transition: all 0.2s;
    }

    .mfp-move-from-top.mfp-ready .mfp-content {
        opacity: 1;
        transform: translateY(0);
    }

    .mfp-move-from-top.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-move-from-top.mfp-removing .mfp-content {
        transform: translateY(-50px);
        opacity: 0;
    }

    .mfp-move-from-top.mfp-removing.mfp-bg {
        opacity: 0;
    }

.mfp-3d-unfold {
}

    .mfp-3d-unfold .mfp-content {
        perspective: 2000px;
    }

    .mfp-3d-unfold .mfp-content {
        opacity: 0;
        transition: all 0.3s ease-in-out;
        transform-style: preserve-3d;
        transform: rotateY(-60deg);
    }

    .mfp-3d-unfold.mfp-bg {
        opacity: 0;
        transition: all 0.5s;
    }

    .mfp-3d-unfold.mfp-ready .mfp-content {
        opacity: 1;
        transform: rotateY(0deg);
    }

    .mfp-3d-unfold.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-3d-unfold.mfp-removing .mfp-content {
        transform: rotateY(60deg);
        opacity: 0;
    }

    .mfp-3d-unfold.mfp-removing.mfp-bg {
        opacity: 0;
    }

.mfp-zoom-out {
}

    .mfp-zoom-out .mfp-content {
        opacity: 0;
        transition: all 0.3s ease-in-out;
        transform: scale(1.3);
    }

    .mfp-zoom-out.mfp-bg {
        opacity: 0;
        transition: all 0.3s ease-out;
    }

    .mfp-zoom-out.mfp-ready .mfp-content {
        opacity: 1;
        transform: scale(1);
    }

    .mfp-zoom-out.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-zoom-out.mfp-removing .mfp-content {
        transform: scale(1.3);
        opacity: 0;
    }

    .mfp-zoom-out.mfp-removing.mfp-bg {
        opacity: 0;
    }

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    animation-duration: 1s;
    animation-name: hinge;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}

a.Button_lightbox {
    padding: 9px 25px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    color: #FFFFFF !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: background-color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms;
    -webkit-transition: background-color ease-in 200ms;
    -o-transition: background-color ease-in 200ms;
    -ms-transition: background-color ease-in 200ms;
    background-color: #22BB75;
}

    a.Button_lightbox:hover {
        text-decoration: none;
        background-color: #444;
    }

/*Images*/
.photo_box {
    position: relative;
    margin: 0 0 5px 0;
    padding: 0px;
    overflow: hidden;
    line-height: 1.8;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}

    .photo_box .pic_box {
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: 100%;
        vertical-align: middle;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        padding-top: 75%; 
    }
    
    .photo_box .pic_box .img-responsive {
        position: absolute;
        top: 0;
        height: 100%;
    }
    
	.photo_box .pic_box .img-waiting.img-responsive {
        height: auto;
    }

    .photo_box a, .photo_box a:hover {
        text-decoration: none;
    }

    .photo_box .ico {
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -25px;
        text-align: center;
        color: #FFF;
        filter: alpha(opacity=0);
        opacity: 0;
        z-index: 1;
    }

        .photo_box .ico span {
            color: #FFF;
            width: 50px !important;
            height: 50px !important;
            line-height: 50px !important;
            display: inline-block;
            text-align: center;
            font-size: 20px;
            margin: 0px 3px;
            background-color: #22BB75;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }

        .photo_box .ico h3 {
            color: #FFF;
            font-size: 15px;
            margin-bottom: 5px;
        }

    .photo_box .content {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #FFF;
        filter: alpha(opacity=0);
        opacity: 0;
        z-index: 1;
    }

.vertical_center_1 {
    width: 100%;
    height: 100%;
    display: table;
}

.vertical_center_2 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.photo_box .content h3 {
    color: #FFF;
    font-size: 15px;
    margin-bottom: 5px;
}

.photo_box .content p {
    color: #FFF;
    font-size: 13px;
}

.photo_box .content > .glyphicons {
    font-size: 50px;
    height: 70%;
    position: relative;
}

    .photo_box .content > .glyphicons:before {
        position: absolute;
        top: 50%;
        left: 0;
    }

.photo_box .content .ico {
    position: static;
    margin: 0 0 15px;
}

.photo_box .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 0;
}

.photo_box .ico, .photo_box .content, .photo_box .shade {
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

.photo_box:hover .ico, .photo_box:hover .content {
    filter: alpha(opacity=100);
    opacity: 1;
}

.photo_box:hover .shade {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.photo_box.default_show .ico, .photo_box.default_show .content {
    filter: alpha(opacity=100);
    opacity: 1;
}

.photo_box.default_show .shade {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.photo_box.img_zoom .pic_box img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -webkit-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    -ms-transition: all ease-out 300ms;
}

.photo_box:hover.img_zoom .pic_box img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.photo_box.ico_left_enter .ico, .photo_box.ico_right_enter .ico, .photo_box.ico_top_enter .ico, .photo_box.ico_bottom_enter .ico, .photo_box.ico_LeftAndRight_enter span, .photo_box.ico_TopAndBottom_enter span {
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: all ease-in 300ms;
    -ms-transition: all ease-in 300ms;
}

.photo_box.ico_left_enter .ico {
    left: -100%;
}

.photo_box:hover.ico_left_enter .ico {
    left: 0%;
}

/*
.photo_box.ico_right_enter .ico {
    left: 100%;
}
*/

.photo_box:hover.ico_right_enter .ico {
    left: 0%;
}

.photo_box.ico_top_enter .ico {
    top: -100%;
}

.photo_box:hover.ico_top_enter .ico {
    top: 50%;
}

.photo_box.ico_bottom_enter .ico {
    top: 150%;
}

.photo_box:hover.ico_bottom_enter .ico {
    top: 50%;
}

.photo_box.ico_LeftAndRight_enter span.ico_left {
    transform: translate(-200px,0);
    -ms-transform: translate(-200px,0);
    -webkit-transform: translate(-200px,0);
    -o-transform: translate(-200px,0);
    -moz-transform: translate(-200px,0);
}

.photo_box.ico_LeftAndRight_enter span.ico_right {
    transform: translate(200px,0);
    -ms-transform: translate(200px,0);
    -webkit-transform: translate(200px,0);
    -o-transform: translate(200px,0);
    -moz-transform: translate(200px,0);
}

.photo_box.ico_TopAndBottom_enter span.ico_top {
    transform: translate(0,-200px);
    -ms-transform: translate(0,-200px);
    -webkit-transform: translate(0,-200px);
    -o-transform: translate(0,-200px);
    -moz-transform: translate(0,-200px);
}

.photo_box.ico_TopAndBottom_enter span.ico_bottom {
    transform: translate(0,200px);
    -ms-transform: translate(0,200px);
    -webkit-transform: translate(0,200px);
    -o-transform: translate(0,200px);
    -moz-transform: translate(0,200px);
}

.photo_box:hover.ico_LeftAndRight_enter span.ico_left, .photo_box:hover.ico_LeftAndRight_enter span.ico_right, .photo_box:hover.ico_TopAndBottom_enter span.ico_top, .photo_box:hover.ico_TopAndBottom_enter span.ico_bottom {
    transform: translate(0,0);
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
}

.photo_box.ico_push_in img {
    margin-bottom: -15px;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

.photo_box.ico_push_in .ico {
    top: auto;
    bottom: -50px;
    width: 100%;
    background-color: #22BB75;
    filter: alpha(opacity=100);
    opacity: 1;
}

    .photo_box.ico_push_in .ico span {
        background-color: transparent !important;
    }

    .photo_box.ico_push_in .ico a {
        display: block;
        width: 50%;
        float: left;
        text-align: center;
    }

        .photo_box.ico_push_in .ico a:first-child {
            border-right: 1px solid #FFF;
            border-right: 1px solid rgba(255,255,255,0.5);
            margin-right: -2px;
        }

.photo_box:hover.ico_push_in img {
    margin-top: -15px;
    margin-bottom: 0;
}

.photo_box:hover.ico_push_in .ico {
    top: auto;
    bottom: 0px;
}

.photo_box.ico_left_rotate .ico, .photo_box.ico_left_rotate .ico > span, .photo_box.ico_right_rotate .ico, .photo_box.ico_right_rotate .ico > span {
    width: 50px;
    height: 50px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
    padding: 0;
}

.photo_box.ico_left_rotate .ico {
    left: 0;
    top: auto;
    bottom: 0px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
    -moz-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.photo_box.ico_right_rotate .ico {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
    -moz-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.photo_box:hover.ico_left_rotate .ico, .photo_box:hover.ico_right_rotate .ico {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
}

.photo_box.content_top_increment .increment_1 {
    transform: translate(0,-300px);
    -ms-transform: translate(0,-300px);
    -webkit-transform: translate(0,-300px);
    -o-transform: translate(0,-300px);
    -moz-transform: translate(0,-300px);
    transition: all ease-in 500ms;
    -moz-transition: all ease-in 500ms;
    -webkit-transition: all ease-in 500ms;
    -o-transition: all ease-in 500ms;
    -ms-transition: all ease-in 500ms;
}

.photo_box.content_top_increment .increment_2 {
    transform: translate(0,-300px);
    -ms-transform: translate(0,-300px);
    -webkit-transform: translate(0,-300px);
    -o-transform: translate(0,-340px);
    -moz-transform: translate(0,-340px);
    transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: all ease-in 400ms;
    -ms-transition: all ease-in 400ms;
}

.photo_box.content_top_increment .increment_3 {
    transform: translate(0,-300px);
    -ms-transform: translate(0,-300px);
    -webkit-transform: translate(0,-300px);
    -o-transform: translate(0,-380px);
    -moz-transform: translate(0,-380px);
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: all ease-in 300ms;
    -ms-transition: all ease-in 300ms;
}

.photo_box:hover.content_top_increment .increment_1, .photo_box:hover.content_top_increment .increment_2, .photo_box:hover.content_top_increment .increment_3 {
    transform: translate(0,0);
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
}

.photo_box:hover.content_top_increment .increment_1 {
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: all ease-in 300ms;
    -ms-transition: all ease-in 300ms;
}

.photo_box:hover.content_top_increment .increment_2 {
    transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: all ease-in 400ms;
    -ms-transition: all ease-in 400ms;
}

.photo_box:hover.content_top_increment .increment_3 {
    transition: all ease-in 500ms;
    -moz-transition: all ease-in 500ms;
    -webkit-transition: all ease-in 500ms;
    -o-transition: all ease-in 500ms;
    -ms-transition: all ease-in 500ms;
}

.photo_box.content_top_increment .content h3 {
    background-color: #22BB75;
    font-size: 18px;
    color: #FFF;
    padding: 15px;
    margin-bottom: 25px;
    width: 100%;
}

.photo_box.content_top_increment .content a.but {
    background-color: #dedede;
    color: #666666;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
    margin-top: 15px;
}

.photo_box.content_top_increment .content p {
    padding: 0px 30px;
}

.photo_box.ico_zoom .ico span {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: all ease-in 300ms;
    -ms-transition: all ease-in 300ms;
}

.photo_box:hover.ico_zoom .ico span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.photo_box.img_flip {
    overflow: visible;
}

    .photo_box.img_flip .pic_box {
        position: relative;
        overflow: visible;
        -webkit-perspective: 1000;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000;
    }

        .photo_box.img_flip .pic_box img, .photo_box.img_flip .shade, .photo_box.img_flip .content {
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transition: all 750ms ease 0s;
            -moz-transition: all 750ms ease 0s;
            -o-transition: all 750ms ease 0s;
            -ms-transition: all 750ms ease 0s;
            transition: all 750ms ease 0s;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .photo_box.img_flip .pic_box img {
            z-index: 1;
            position: relative;
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }

        .photo_box.img_flip .pic_box .shade, .photo_box.img_flip .pic_box .content {
            z-index: -2;
            filter: alpha(opacity=100);
            opacity: 1;
            -webkit-transform: rotateY(-180deg);
            -moz-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
        }

        .photo_box.img_flip .pic_box .content {
            z-index: -1;
        }

.photo_box:hover.img_flip img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.photo_box:hover.img_flip .pic_box .shade, .photo_box:hover.img_flip .pic_box .content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.photo_box:hover.img_flip .pic_box .shade {
    z-index: 2;
}

.photo_box:hover.img_flip .pic_box .content {
    z-index: 3;
}

.content_sytle_2 .shade {
    background-color: #22BB75;
}

.content_sytle_2 .content h3 {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 5px;
}

.content_sytle_2 .content p {
    padding: 0 30px 5px;
}

.content_sytle_2 .content a.but {
    border: 1px solid #FFF;
    padding: 10px 25px;
    font-size: 13px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    margin-top: 10px;
    color: #FFF;
}

.photo_box.content_push_in .pic_box img {
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

.photo_box.content_push_in .content {
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #22BB75;
    top: auto;
    height: auto;
    bottom: 0;
    height: 60px;
    margin-bottom: -60px;
    overflow: hidden;
}

    .photo_box.content_push_in .content h3 {
        margin: 10px 0 0;
    }

.photo_box:hover.content_push_in .pic_box img {
    margin-top: -60px;
    margin-bottom: 60px;
}

.photo_box:hover.content_push_in .content {
    margin-bottom: 0px;
}

.photo_box.icon_tag_push .ico {
    width: 90px;
    height: 90px;
    left: auto;
    right: -90px;
    top: -90px;
    margin: 0;
    text-align: right;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

    .photo_box.icon_tag_push .ico:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border: 45px solid transparent;
        border-right-color: #22BB75;
        border-top-color: #22BB75;
    }

    .photo_box.icon_tag_push .ico span {
        background: none;
        width: auto !important;
        height: auto !important;
        display: inline-block !important;
        line-height: 60px !important;
        width: 50px !important;
        text-align: center !important;
    }

.photo_box:hover.icon_tag_push .ico {
    right: 0px;
    top: 0px;
}

.photo_box.icon_tag_push .content {
    background-color: #FFF;
    background-color: rgba(255,255,255,0.8);
    width: auto;
    height: auto;
    padding: 13px 36px;
    color: #666666;
    top: auto;
    bottom: 20px;
    filter: alpha(opacity=100);
    opacity: 1;
}

    .photo_box.icon_tag_push .content h3 {
        color: #666666;
        font-size: 16px;
        margin: 0;
    }

.photo_box.content_bottom_push_in .content {
    background-color: #FFF;
    background-color: rgba(255,255,255,0.8);
    height: auto;
    padding: 10px 0;
    color: #666666;
    top: auto;
    bottom: 0px;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
    transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -webkit-transform: translate(0,100%);
    -o-transform: translate(0,100%);
    -moz-transform: translate(0,100%);
}

    .photo_box.content_bottom_push_in .content:before {
        content: "";
        border-bottom-color: #FFF;
        border-left:8px solid transparent; border-right:8px solid transparent; border-top:8px solid transparent; border-bottom:8px solid rgba(255,255,255,0.8); position: absolute;
        top: -16px;
        left: 50%;
        margin-left: -4px
    }

    .photo_box.content_bottom_push_in .content h3 {
        color: #666666;
        font-size: 16px;
        margin: 0;
    }

    .photo_box.content_bottom_push_in .content p {
        color: #666666;
        margin-bottom: 0;
    }

.photo_box:hover.content_bottom_push_in .content {
    transform: translate(0,0);
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
}

.photo_box.content_bottom_push_in_2 .shade {
    background-color: #000;
    top: 100%;
    margin-top: -40px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.photo_box:hover.content_bottom_push_in_2 .shade {
    top: 0;
    margin: 0;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.photo_box.content_bottom_push_in_2 .content {
    filter: alpha(opacity=100);
    opacity: 1;
    height: 40px;
    top: 100%;
    margin-top: -35px;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

.photo_box:hover.content_bottom_push_in_2 .content {
    height: 100%;
    top: 0;
    margin-top: 0;
}

.photo_box.content_bottom_push_in_2 .but {
    border: 1px solid #FFF;
    padding: 10px 22px;
    font-size: 13px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    margin-top: 10px;
    color: #FFF;
    text-decoration: none;
}

.photo_box.entirety_left_offset .shade {
    background-color: #f0f0f0;
}

.photo_box.entirety_left_offset .shade, .photo_box.entirety_left_offset .ico, .photo_box.entirety_left_offset .content {
    filter: alpha(opacity=100);
    opacity: 1;
    left: 100%;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

.photo_box.entirety_left_offset .ico {
    width: auto;
    top: auto;
    bottom: 0;
}

    .photo_box.entirety_left_offset .ico span {
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        margin: 0;
    }

.photo_box.entirety_left_offset .content {
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px 80px 30px 30px;
}

.photo_box.entirety_left_offset h3, .photo_box.entirety_left_offset p, .photo_box.entirety_left_offset a {
    color: #666;
}

.photo_box:hover.entirety_left_offset .shade, .photo_box:hover.entirety_left_offset .ico, .photo_box:hover.entirety_left_offset .content {
    left: 50px;
}

.photo_box.entirety_bevel .content {
    height: 60%;
    text-align: left;
    top: 0;
    padding: 0px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.photo_box.entirety_bevel .ico {
    height: 40%;
    text-align: left;
    margin: 0;
    top: 60%;
    left: 40px;
}

    .photo_box.entirety_bevel .ico span {
        background-color: transparent;
        border: 1px solid #FFF;
    }

.photo_box:hover.entirety_bevel .shade {
    background-color: #22BB75;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.photo_box.entirety_bevel .pic_box:before {
    content: "";
    border-top: 0px solid #e5e5e5;
    border-right: 0px solid #FFF;
    border-left: 0px solid #e5e5e5;
    border-bottom: 0px solid #FFF;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

.photo_box:hover.entirety_bevel .pic_box:before {
    border-top: 25px solid #e5e5e5;
    border-right: 25px solid #FFF;
    border-left: 25px solid #e5e5e5;
    border-bottom: 25px solid #FFF;
}

.img_left {
    float: left;
    width: auto;
    margin: 8px 15px 5px 0;
}

.img_right {
    float: right;
    width: auto;
    margin: 8px 0 5px 15px;
}

.img_center {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

    .img_center .pic_box {
        display: inline-block;
        width: auto;
    }

.box_border_radius {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}

.box_border_round {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}

.box_border {
    border: 3px solid #dddddd;
    overflow: hidden;
}

.box_border_padding {
    border: 1px solid #dddddd;
    padding: 3px;
}

.box_bottom_shadow {
    box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.3);
}

.box_bottom_shadow_left, .box_bottom_shadow_right {
    overflow: visible;
    position: relative;
    z-index: 1;
}

    .box_bottom_shadow_left:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100px;
        height: 15px;
        z-index: 0;
        box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
        -moz-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
        -webkit-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
        margin: -24px 0 0 0;
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }

    .box_bottom_shadow_right:after {
        content: "";
        position: absolute;
        top: 100%;
        right: 0;
        width: 100px;
        height: 15px;
        z-index: -1;
        box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
        -moz-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
        -webkit-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
        margin: -24px 0 0 0;
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -moz-transform: rotate(-deg);
        -webkit-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }

.box_dotted_padding {
    border: 1px dashed #dddddd;
    padding: 3px;
}



@-webkit-keyframes ico_rotate {
    0% {
        -webkit-transform: rotate(-60deg) scale(0.5);
        opacity: 0;
    }

    50% {
        -webkit-transform: rotate(20deg) scale(1.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1);
        opacity: 1;
    }
}

@-moz-keyframes ico_rotate {
    0% {
        -moz-transform: rotate(-60deg) scale(0.5);
        opacity: 0;
    }

    50% {
        -moz-transform: rotate(20deg) scale(1.1);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(0deg) scale(1);
        opacity: 1;
    }
}

@-o-keyframes ico_rotate {
    0% {
        -0-transform: rotate(-60deg) scale(0.5);
        opacity: 0;
    }

    50% {
        -0-transform: rotate(20deg) scale(1.1);
        opacity: 1;
    }

    100% {
        -0-transform: rotate(0deg) scale(1);
        opacity: 1;
    }
}

@keyframes ico_rotate {
    0% {
        transform: rotate(-60deg) scale(0.5);
        opacity: 0;
    }

    50% {
        transform: rotate(20deg) scale(1.1);
        opacity: 1;
    }

    100% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
}

.ico_rotate .ico span {
    -webkit-animation-duration: 300ms;
    -moz-animation-duration: 300ms;
    -o-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 80px;
    height: 80px;
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

.ico_rotate:hover .ico span {
    -webkit-animation-name: ico_rotate;
    -moz-animation-name: ico_rotate;
    -o-animation-name: ico_rotate;
    animation-name: ico_rotate;
}

.shade_zoom .shade {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms; /* Firefox 4 */
    -webkit-transition: all ease-in 300ms; /* Safari and Chrome */
    -o-transition: all ease-in 300ms; /* Opera */
    -ms-transition: all ease-in 300ms; /* IE9? */
}

.shade_zoom:hover .shade {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.shade_zoom .ico span {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border: 1px solid #FFF;
    background-color: transparent !important;
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms; /* Firefox 4 */
    -webkit-transition: all ease-in 300ms; /* Safari and Chrome */
    -o-transition: all ease-in 300ms; /* Opera */
    -ms-transition: all ease-in 300ms; /* IE9? */
}

.shade_zoom:hover .ico span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100);
    opacity: 1;
}



.photo_box.content_zoom .shade,
.photo_box.content_zoom .content {
    overflow: hidden;
    top: auto;
    left: 0;
    bottom: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms; /* Firefox 4 */
    -webkit-transition: all ease-in 300ms; /* Safari and Chrome */
    -o-transition: all ease-in 300ms; /* Opera */
    -ms-transition: all ease-in 300ms; /* IE9? */
}

.photo_box.content_zoom:hover .shade,
.photo_box.content_zoom:hover .content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100);
    opacity: 1;
}



.ico_no_bg .glyphicons {
    background: none !important;
    font-size: 30px !important;
    color: #FFF !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}


.text_sytle_1 {
    padding: 15px 10px 10px;
}

    .text_sytle_1 h3,
    .text_sytle_2 h3 {
        font-size: 14px;
        color: #666666;
        margin: 0;
    }

    .text_sytle_1 .info {
        float: right;
        padding-top: 13px;
        font-size: 14px;
    }

        .text_sytle_1 .info span {
            margin-right: 3px;
        }

    .text_sytle_1 h3 {
        margin: 0 0 5px 0;
        font-size: 14px;
        color: #666666;
    }

.text_sytle_2 {
    background-color: #f5f5f5;
    padding: 15px 15px 10px;
    border-bottom: 2px solid #dcdcdc;
    text-align: center;
}

.text_sytle_3 {
    padding: 10px 0 5px;
}

    .text_sytle_3 h3 {
        font-size: 14px;
        color: #666666;
    }

.text_sytle_4 h3 {
    padding: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 12px;
    font-size: 14px;
    color: #666666;
}

    .text_sytle_4 h3 span {
        display: inline-block;
        padding: 10px 0;
        border-bottom: 1px solid #22BB75;
        margin-bottom: -1px;
        font-size: 14px;
        color: #666666;
    }

.text_sytle_5 {
    clear: both;
    overflow: hidden;
    margin: 5px;
}

    .text_sytle_5 h3 {
        font-size: 16px;
        color: #666666;
        font-weight: bold;
        margin: 10px 8px;
    }

        .text_sytle_5 h3 span {
            float: right;
        }

.text_sytle_6 {
    padding: 30px 0 0 0;
}

    .text_sytle_6 .dateandtitle {
    }

        .text_sytle_6 .dateandtitle .date {
            font-size: 20px;
            color: #000;
            float: left;
            line-height: 20px;
        }

            .text_sytle_6 .dateandtitle .date span,
            .text_sytle_6 .dateandtitle .title span {
                font-size: 12px;
                color: #888;
                text-transform: uppercase;
            }

        .text_sytle_6 .dateandtitle .title {
            font-size: 16px;
            color: #000;
            float: left;
            line-height: 20px;
            border-left: 1px solid #CACACA;
            margin: 0 0 0 15px;
            padding: 0 0 0 15px;
        }

    .text_sytle_6 p {
        margin: 15px 0;
    }

    .text_sytle_6 .aandinfo a {
        display: inline-block;
        background-color: #22bb75;
        color: #fff;
        text-align: center;
        padding: 8px 26px;
        text-transform: uppercase;
        transition: background-color ease-in 200ms;
        -moz-transition: background-color ease-in 200ms; /* Firefox 4 */
        -webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
        -o-transition: background-color ease-in 200ms; /* Opera */
        -ms-transition: background-color ease-in 200ms; /* IE9? */
    }

        .text_sytle_6 .aandinfo a:hover {
            background-color: #444;
        }

    .text_sytle_6 .aandinfo .info {
        float: right;
        font-size: 15px;
        line-height: 37px;
    }

        .text_sytle_6 .aandinfo .info span.glyphicons {
            color: #BCBCBC;
            font-size: 21px;
            top: 5px;
            left: -5px;
        }
/*boxes rotate*/
/*flip box*/

.flip_box {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    overflow: visible;
    margin-bottom: 5px;
    position: relative;
}

    .flip_box .front,
    .flip_box .back {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: all 750ms ease 0s;
        -moz-transition: all 750ms ease 0s;
        -o-transition: all 750ms ease 0s;
        -ms-transition: all 750ms ease 0s;
        transition: all 750ms ease 0s;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .flip_box .front {
        position: relative;
        z-index: 0;
        background-color: #FFF;
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .flip_box .back {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 100%;
        z-index: -2;
        background-color: #FFF;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .flip_box.flip_right .back {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .flip_box.flip_top .front {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    .flip_box.flip_top .back {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .flip_box.flip_bottom .front {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    .flip_box.flip_bottom .back {
        -webkit-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }

    .flip_box:hover .front {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .flip_box:hover .back {
        z-index: 3;
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .flip_box.flip_right:hover .front {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .flip_box.flip_top:hover .front {
        -webkit-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }

    .flip_box.flip_top:hover .back {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    .flip_box.flip_bottom:hover .front {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .flip_box.flip_bottom:hover .back {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }



.flip_box_1 .front,
.flip_box_1 .back {
    border: 1px solid #e2e2e2;
    padding: 25px;
    text-align: center;
}

    .flip_box_1 .front .glyphicons {
        background-color: #22BB75;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 26px;
        color: #FFF;
        margin-bottom: 20px;
    }

.flip_box_1 h3 {
    font-size: 15px;
    color: #666666;
    margin-bottom: 10px;
}

.flip_box_1 .back {
    height: auto;
}

    .flip_box_1 .back h3 {
        margin: 0px 0 15px;
    }

    .flip_box_1 .back a.but {
        padding: 6px 0px;
        color: #FFF;
        background-color: #22BB75;
        text-decoration: none;
        display: block;
        width: 120px;
        text-align: center;
        margin: 37px auto -42px;
    }

.flip_box_2 .front,
.flip_box_2 .back {
    background-color: #f8f8f8;
    border: 1px solid #e2e2e2;
    padding: 25px;
    text-align: center;
}

.flip_box_2 .back {
    height: 100%;
    padding: 0 25px;
}


.flip_box_2 .front .glyphicons {
    font-size: 45px;
    color: #777777;
    margin: 8px 0 0px;
}

.flip_box_2 h3 {
    color: #666666;
    font-size: 15px;
    margin: 25px 0 15px;
}


.flip_box_3 .front {
    padding: 25px;
    text-align: center;
}

.flip_box_3 .back {
    padding: 0 25px;
    text-align: center;
    background-color: #22BB75;
    color: #FFF;
}

.flip_box_3 .back {
    height: 100%;
}


.flip_box_3 .front .glyphicons {
    font-size: 45px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-color: #e9e9e9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #777777;
    margin: 8px 0 0px;
}

.flip_box_3 h3 {
    color: #666666;
    font-size: 15px;
    margin: 25px 0 15px;
}

.flip_box_3 .back h3 {
    color: #FFF;
    margin: 35px 0 15px;
}

.flip_box_3 .back a.but {
    display: inline-block;
    padding: 8px 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    margin-top: 10px;
    transition: background-color ease-in 200ms,border ease-in 200ms;
    -moz-transition: background-color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
    -webkit-transition: background-color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
    -o-transition: background-color ease-in 200ms,border ease-in 200ms; /* Opera */
    -ms-transition: background-color ease-in 200ms,border ease-in 200ms; /* IE9? */
}

    .flip_box_3 .back a.but:hover {
        background-color: #444;
        border: 1px solid #444;
    }


h3.flip_box_4h3 {
    text-align: center;
    font-size: 30px;
    font-weight: lighter;
    line-height: normal;
    color: #333;
    margin: 0 0 15px 0;
}

p.flip_box_4p {
    text-align: center;
    margin: 0 0 20px 0;
}

.flip_box_4 .front,
.flip_box_4 .back {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ext-align: webkit-border-radius:5px;
    padding: 25px;
    text-align: center;
}

.flip_box_4 .front {
    background-color: #EFEFEF;
}

.flip_box_4 .back {
}

.flip_box_4 .front .glyphicons {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 26px;
    color: #FFF;
    margin-bottom: 20px;
}

.flip_box_4 h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.flip_box_4 .back {
}

    .flip_box_4 .back h3 {
        margin: 0px 0 15px;
        color: #fff;
    }

    .flip_box_4 .back p {
        color: #fff;
    }

    .flip_box_4 .back a.but {
        padding: 6px 0px;
        color: #FFF;
        text-decoration: none;
        display: block;
        width: 120px;
        text-align: center;
        margin: 15px auto 0;
    }

.flip_box_5 .rotate {
    cursor: pointer;
}

.flip_box_5 .front {
    background-color: #F2F2F2;
    text-align: center;
}

    .flip_box_5 .front h3 {
        font-size: 14px;
        line-height: 22px;
        color: #333;
        font-weight: normal;
        margin: 20px 0 10px 0;
    }

    .flip_box_5 .front p {
        color: #666;
        margin: 0 0 20px 0;
        display: inline-block;
    }

.flip_box_5 .back {
    background-color: #22BB75;
    padding: 24px;
    color: #fff;
}

    .flip_box_5 .back h3 {
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        color: #fff;
        margin: 0 0 5px 0;
    }

    .flip_box_5 .back p {
        color: #fff;
    }

    .flip_box_5 .back .line {
        width: 30px;
        height: 2px;
        background-color: #fff;
        margin: 2px 0 10px 0;
    }

    .flip_box_5 .back .backp {
        margin: 10px 0;
        display: inline-block;
    }

        .flip_box_5 .back .backp img {
            float: right;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            overflow: hidden;
            width: 60px;
            height: 60px;
            margin: 15px 0;
        }

    .flip_box_5 .back .back_social {
    }

        .flip_box_5 .back .back_social a {
            text-align: center;
            background-color: #22bb75;
            border: 1px solid #fff;
            width: 40px;
            height: 40px;
            padding: 9px 0;
            margin: 0 3px;
            display: inline-block;
            border-radius: 50%;
            transition: background-color ease-in 200ms,color ease-in 200ms;
            -moz-transition: background-color ease-in 200ms,color ease-in 200ms;
            -webkit-transition: background-color ease-in 200ms,color ease-in 200ms;
            -o-transition: background-color ease-in 200ms,color ease-in 200ms;
            -ms-transition: background-color ease-in 200ms,color ease-in 200ms;
        }

            .flip_box_5 .back .back_social a span.social {
                background-color: #fff;
                font-size: 17px;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
            }

            .flip_box_5 .back .back_social a:hover {
                background-color: #fff;
                color: #fff;
            }

                .flip_box_5 .back .back_social a:hover span.social {
                    background-color: #22bb75;
                }


.flip_box_6 .front .bottom {
    padding: 20px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

.flip_box_6 .front h3 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin: 0;
}

.flip_box_6 .front h4 {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.flip_box_6 .front .Price .Priceleft {
    font-size: 15px;
    color: #E4AA0D;
    float: left;
}

    .flip_box_6 .front .Price .Priceleft span.glyphicons {
        margin: 0 2px 0 0;
    }

.flip_box_6 .front .Price .Priceright {
    font-size: 14px;
    color: #22bb75;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
}

.flip_box_6 .back {
    background-color: #22bb75;
    padding: 25px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

    .flip_box_6 .back h3 {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        margin: 0;
    }

    .flip_box_6 .back h4 {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

    .flip_box_6 .back p {
        color: #fff;
        line-height: 22px;
    }

    .flip_box_6 .back a.but {
        font-size: 12px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 9px 28px;
        display: inline-block;
        margin: 10px 0;
        transition: background-color ease-in 200ms,border ease-in 200ms;
        -moz-transition: background-color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
        -webkit-transition: background-color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
        -o-transition: background-color ease-in 200ms,border ease-in 200ms; /* Opera */
        -ms-transition: background-color ease-in 200ms,border ease-in 200ms; /* IE9? */
    }

        .flip_box_6 .back a.but:hover {
            background-color: #444;
            border: 1px solid transparent;
            text-decoration: none;
        }
/*sync carousel */
.sync_carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.sync_carousel .carousel_main,
.sync_carousel .carousel_nav {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    -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);
    display: none;
    margin: 0px;
    padding: 0px;
}

.sync_carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.sync_carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .sync_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;
    }

.sync_carousel .owl-item {
    float: left;
}

.sync_carousel .owl-pagination {
    text-align: center;
    padding: 20px 0 0;
    position: absolute;
    top: 100%;
    left: 2;
    width: 100%;
}

.sync_carousel .owl-page {
    cursor: pointer;
    width: 21px;
    height: 21px;
    border: 2px solid #2e2e2e;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .sync_carousel .owl-page.active {
    }

.sync_carousel .owl-buttons .owl-prev,
.sync_carousel .owl-buttons .owl-next {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 41px;
    height: 65px;
    line-height: 65px;
    font-size: 0px;
    text-align: center;
    cursor: pointer;
    margin: 0;
    transition: border ease-in 200ms;
    -moz-transition: border ease-in 200ms; /* Firefox 4 */
    -webkit-transition: border ease-in 200ms; /* Safari and Chrome */
    -o-transition: border ease-in 200ms; /* Opera */
    -ms-transition: border ease-in 200ms; /* IE9? */
}

.sync_carousel .owl-buttons .owl-next {
    left: auto;
    right: 0;
}

    .sync_carousel .owl-buttons .owl-prev:before,
    .sync_carousel .owl-buttons .owl-next:before {
        content: "";
        border-left: 2px solid #A6A6A6;
        border-bottom: 2px solid #A6A6A6;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -12px 0 0 -12px;
        font-size: 20px;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .sync_carousel .owl-buttons .owl-next:before {
        border-left: none;
        border-right: 2px solid #A6A6A6;
        margin: -12px 0 0 -18px;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

    .sync_carousel .owl-buttons .owl-prev:hover:before,
    .sync_carousel .owl-buttons .owl-next:hover:before {
        border-left: 2px solid #22BB75;
        border-bottom: 2px solid #22BB75;
    }

    .sync_carousel .owl-buttons .owl-next:hover:before {
        border-left: none;
        border-right: 2px solid #22BB75;
    }


.sync_carousel .grabbing {
}

.sync_carousel .owl-wrapper,
.sync_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);
}

.sync_carousel img {
    max-width: 100%;
}

.sync_carousel_1 .carousel_nav .item {
    cursor: pointer;
    margin: 5px 0;
    text-align: center;
    overflow: hidden;
}

    .sync_carousel_1 .carousel_nav .item .ico {
        width: 130px;
        height: 130px;
        display: inline-block;
        border: 2px solid #e8e8e8;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        position: relative;
    }

        .sync_carousel_1 .carousel_nav .item .ico span.glyphicons {
            font-size: 40px;
            color: #aaa;
            line-height: 126px;
            top: 0;
        }

        .sync_carousel_1 .carousel_nav .item .ico:before,
        .sync_carousel_1 .carousel_nav .item .ico:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            border-bottom: 2px solid #e8e8e8;
            width: 100%;
            margin: 0 2px;
        }

        .sync_carousel_1 .carousel_nav .item .ico:after {
            left: auto;
            right: 100%;
        }

.sync_carousel_1 .carousel_nav .owl-item:first-child .ico:after,
.sync_carousel_1 .carousel_nav .owl-item:last-child .ico:before {
    display: none;
}

.sync_carousel_1 .carousel_nav .synced .item .ico {
    border: 2px solid #22BB75;
}

    .sync_carousel_1 .carousel_nav .synced .item .ico span.glyphicons {
        color: #22bb75;
    }

.sync_carousel_1 .carousel_nav {
    padding: 20px 0 30px 0;
}

.sync_carousel_1 .carousel_main {
    text-align: center;
    padding: 0 50px;
}

    .sync_carousel_1 .carousel_main .item h4 {
        font-size: 16px;
        color: #333;
        line-height: 20px;
        font-weight: normal;
        margin: 0 0 20px 0;
        letter-spacing: normal;
    }
/* ---- combination filters ---- */
.isotope_grid {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .isotope_grid .isotope_main {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .isotope_grid .isotope_item {
        width: 0px;
        margin: 0px;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
    }

        .isotope_grid .isotope_item .pic_box img {
            width: 100%;
        }

    .isotope_grid .isotope_group {
        text-align: center;
        padding: 10px 0;
    }

        .isotope_grid .isotope_group a {
            margin: 0px 27px;
            padding: 6px 0px;
            color: #666;
            font-size: 13px;
            text-decoration: none;
            border-bottom: 2px solid transparent;
            transition: color ease-in 200ms,border ease-in 200ms;
            -moz-transition: color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
            -webkit-transition: color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
            -o-transition: color ease-in 200ms,border ease-in 200ms; /* Opera */
            -ms-transition: color ease-in 200ms,border ease-in 200ms; /* IE9? */
        }

            .isotope_grid .isotope_group a:hover,
            .isotope_grid .isotope_group a.active {
                color: #22bb75;
                border-bottom: 2px solid #22bb75;
                text-decoration: none;
            }

.isotope_1 .isotope_item > div {
    margin: 30px 15px 0 15px;
}

.isotope_1 .isotope_item .photo_box .shade {
    background-color: #22bb75;
}

.isotope_1 .isotope_item .photo_box:hover .shade {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.isotope_1 .isotope_item .photo_box .ico span {
    background-color: transparent;
    border: 1px solid #fff;
}

.isotope_1 .isotope_item .photo_box .ico a:hover span {
    background-color: #fff;
    color: #22bb75;
}

/*home4Page isotope*/
.home4_isotope .isotope_group {
    padding: 0 0 30px;
}

    .home4_isotope .isotope_group a {
        padding: 6px 20px;
        margin: 0 5px;
        border: 1px solid #bbbbbb;
        display: inline-block;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

        .home4_isotope .isotope_group a:hover,
        .home4_isotope .isotope_group a.active {
            border: 1px solid #22bb75 !important;
            color: #22bb75;
        }

.home4_isotope .photo_box .ico span {
    background-color: #000000;
    opacity: 0.5;
}

.home4_isotope .photo_box .shade {
    background-color: #22bb75;
}

.home4_isotope .photo_box {
    margin: 0 0 2px 2px;
}

@media only screen and (max-width: 767px) {
    .isotope_grid .isotope_group {
        text-align: left;
    }

    .home4_isotope .isotope_group a {
        margin: 0 2px 5px;
    }

    .home4_isotope .photo_box {
        margin: 0 0 2px 0;
    }
}

/*player*/
.player .Play {
    cursor: pointer;
    display: inline-block;
}

.player.Button {
    display: block !important;
    width: auto;
    height: auto;
    box-shadow: none;
    position: absolute;
    z-index: 1000;
    background-color: #F00;
    color: #FFF;
}

.player .YTPOverlay {
    background-color: #000;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.player .Play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.player_boxes {
    padding: 50px 40px;
    text-align: center;
    background-color: rgba(255,255,255,0.6);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .player_boxes.dark {
        background-color: rgba(0,0,0,0.6);
    }


    .player_boxes .player_title {
        font-size: 50px;
        font-weight: normal;
        letter-spacing: 3px;
        line-height: 1.1;
    }

    .player_boxes .player_line {
        width: 70px;
        margin: 20px auto;
    }

    .player_boxes .player_smalltitle {
        font-size: 16px;
        letter-spacing: 2px;
        margin-bottom: 20px;
        font-weight: normal;
        line-height: 1.2;
    }

    .player_boxes .player_content {
        color: #666666;
        margin: 0px 10% 30px;
    }

    .player_boxes .Button_default {
        margin-bottom: 10px;
    }

    .player_boxes.dark .player_smalltitle,
    .player_boxes.dark .player_content {
        color: #FFF;
    }


/*responsive-video*/
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 0;
}

    .responsive-video iframe,
    .responsive-video object,
    .responsive-video embed,
    .responsive-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }


@media only screen and (min-width: 1200px) {
    .Testimonials_1left {
        width: 260px;
    }

    .carousel_1 .item .photo_box .content {
        padding: 35px;
    }

    .carousel_3 .owl-buttons .owl-prev,
    .carousel_3 .owl-buttons .owl-next,
    .carousel_10 .owl-buttons .owl-prev,
    .carousel_10 .owl-buttons .owl-next {
        left: -55px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: -25px 0 0 0;
    }

    .carousel_3 .owl-buttons .owl-next,
    .carousel_10 .owl-buttons .owl-next {
        left: auto;
        right: -50px;
    }

    .carousel_7 .owl-buttons .owl-prev {
        left: -50px;
    }

    .carousel_7 .owl-buttons .owl-next {
        left: auto;
        right: -50px;
    }

    .flip_box_5 .back .backp {
        margin: 10px 0 20px 0;
    }

    .flip_box_5 .back .back_social {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel_2 .owl-buttons,
    .carousel_3 .owl-buttons,
    .carousel_6 .owl-buttons,
    .carousel_7 .owl-buttons,
    .carousel_9 .owl-buttons,
    .carousel_10 .owl-buttons {
        display: none;
    }

    .Testimonials_1 .dot {
        bottom: 0;
    }

    .Testimonials_1left {
        width: 175px;
    }

    .horizontalTab_Top_3 ul.resp-tabs-list li span,
    .horizontalTab_Top_3 ul.resp-tabs-list li:hover span {
        padding: 9px 20px;
    }

    .quotes_2 blockquote {
        padding: 0;
        text-align: center;
    }

        .quotes_2 blockquote p {
            margin: 0 auto;
        }

        .quotes_2 blockquote small {
            position: relative;
        }

            .quotes_2 blockquote small img {
                width: 40px;
                left: auto;
                margin: -10px 0 0 0px;
            }

    .horizontalTab_Top_4 ul.resp-tabs-list li span {
        padding: 13px 17px;
    }

    .home5Tab1_left {
        background: url(images/home5_Tab_shadow1.png) center bottom no-repeat;
    }

    .home5Tab1_left {
        margin-right: 15px;
    }

    .home5Tab_icon1 span.glyphicons {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .number_Animation_1 .number_Animation_bg {
        padding: 10px 0;
    }

    .number_Animation_1 .number {
        line-height: normal;
    }

    .isotope_1 .isotope_group a {
        margin: 0px 5px;
        display: inline-block;
    }

    .text_sytle_6 .dateandtitle .title {
        margin: 0 0 0 7px;
        padding: 0 0 0 7px;
    }

    .isotope_1 .isotope_group {
        padding: 10px 0;
    }

    .isotope_1 .isotope_item > div {
        margin: 20px 0 0 0;
    }

    .price-table3 [class*="col-sm-4"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .price-table3 .best_value {
        margin: 0;
    }

    .price-table3 [class*="col-sm-4"] {
        margin-bottom: 15px;
    }

    .price-table3 .best_value .price_title {
        padding: 22px 0;
    }

    .price-table3 .best_value .price_holder a.btn {
        margin: 40px 0;
    }

    .carousel_1 .item {
        padding: 0;
    }

        .carousel_1 .item .photo_box .content {
            padding: 10px;
        }

        .carousel_1 .item .content_sytle_2 .content h3 {
            margin: 0 0 10px 0;
        }

        .carousel_1 .item .content_sytle_2 .content p {
            padding: 0 0 10px 0;
        }

    .carousel_2 .owl-buttons,
    .carousel_3 .owl-buttons,
    .carousel_6 .owl-buttons,
    .carousel_7 .owl-buttons,
    .carousel_9 .owl-buttons,
    .carousel_10 .owl-buttons {
        display: none;
    }

    .carousel_4 .owl-page {
        background-color: #aaa;
    }

    .Testimonials_1left {
        display: none;
    }

    .Testimonials_3 blockquote,
    .Testimonials_7 blockquote {
        padding: 30px;
    }

        .Testimonials_3 blockquote:before,
        .Testimonials_7 blockquote:before {
            left: -7px;
            font-size: 100px;
        }

        .Testimonials_3 blockquote:after,
        .Testimonials_7 blockquote:after {
            right: 10px;
            font-size: 100px;
        }

        .Testimonials_3 blockquote p,
        .Testimonials_7 blockquote p {
            padding: 0;
        }


    .verticalTab_Left_1 .resp-tabs-container .resp-accordion span em.glyphicons,
    .verticalTab_Right_1 .resp-tabs-container .resp-accordion span em.glyphicons,
    .horizontalTab_Top_1 .resp-tabs-container .resp-accordion span em.glyphicons {
        font-size: 15px;
        top: 3px;
        margin: 0 15px 0 0;
    }

    .verticalTab_Left_1 .resp_container .resp_margin {
        border-right: 1px solid #ebebeb;
    }

    .verticalTab_Left_1 .resp-tab-active,
    .verticalTab_Left_1 .resp-tab-active:hover,
    .verticalTab_Right_1 .resp-tab-active,
    .verticalTab_Right_1 .resp-tab-active:hover,
    .horizontalTab_Top_1 .resp-tab-active,
    .horizontalTab_Top_1 .resp-tab-active:hover,
    .horizontalTab_Top_2 .resp-tab-active,
    .horizontalTab_Top_2 .resp-tab-active:hover,
    .horizontalTab_Top_3 .resp-tab-active,
    .horizontalTab_Top_3 .resp-tab-active:hover {
        background-color: #22bb75;
    }

    .verticalTab_Right_1 .resp_container .resp_margin {
        border-left: 1px solid #ebebeb;
    }

    .horizontalTab_Top_1 .resp-tabs-container {
        border-bottom: 1px solid #e1e1e1;
    }

    .horizontalTab_Top_2 ul.resp-tabs-list,
    .horizontalTab_Top_4 ul.resp-tabs-list,
    .horizontalTab_Top_5 ul.resp-tabs-list {
        width: auto;
        display: none;
    }

    .horizontalTab_Top_2 .resp-tabs-container,
    .horizontalTab_Top_3 .resp-tabs-container .horizontalTab_Top_4 .resp-tabs-container,
    .horizontalTab_Top_5 .resp-tabs-container {
        border: none;
        border-bottom: 1px solid #e1e1e1;
    }

    .horizontalTab_Top_4 .resp-tab-content .resp_margin,
    .horizontalTab_Top_5 .resp-tab-content .resp_margin {
        margin: 15px;
    }

    .horizontalTab_Top_4 h2.resp-accordion.resp-tab-active,
    .horizontalTab_Top_5 h2.resp-accordion.resp-tab-active {
        background-color: #22bb75;
    }

    .horizontalTab_Top_6 .resp-tab-content .resp_margin {
        padding: 15px;
    }

    .horizontalTab_Top_6 .resp-tab-active,
    .horizontalTab_Top_6 .resp-tab-active:hover {
        background-color: #22bb75;
    }

    .horizontalTab_Top_6 .resp-tabs-container .resp-accordion .glyphicons {
        margin-right: 5px;
    }

    .horizontalTab_Top_6 .resp-tabs-container {
        border-bottom: 1px solid #e1e1e1;
    }

    .horizontalTab_Top_6 h2.resp-accordion {
        color: #666666;
    }

    .home5Tab1_left {
        background: url(images/home5_Tab_shadow1.png) center bottom no-repeat;
    }

    .home5Tab1_left {
        margin-right: 15px;
    }

    .home5Tab_icon1 span.glyphicons {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }

    .home5Tab1 > div + div {
        padding-top: 0;
    }

    .home5Tab1 > .row > div {
        padding-bottom: 15px;
    }

    .home5Tab2 {
        padding: 0;
    }

    .home5Tab3 .row > div + div {
        padding-top: 10px;
    }

    .home5Tab4_left {
        margin-right: 0;
    }

    .home5Tab4 .row > div + div {
        padding-top: 10px;
    }

    .quotes_2 blockquote {
        padding: 0;
        text-align: center;
    }

        .quotes_2 blockquote p {
            margin: 0 auto;
        }

        .quotes_2 blockquote small {
            position: relative;
        }

            .quotes_2 blockquote small img {
                width: 40px;
                left: auto;
                margin: -10px 0 0 0px;
            }

    .quotes_1 blockquote span.mark,
    .quotes_3 blockquote span.mark,
    .quotes_4 blockquote span.mark {
        display: none;
    }

    .quotes_1 blockquote,
    .quotes_3 blockquote,
    .quotes_3 blockquote p {
        padding: 0;
    }

    .quotes_4 blockquote {
        padding: 10px;
    }

    .LightBox_Content {
        max-width: 90%;
    }
}

@media only screen and (max-width:767px) {
    .animated, .animated .animation_item {
        -webkit-animation-name: none !important;
        -moz-animation-name: none !important;
        -o-animation-name: none !important;
        animation-name: none !important;
    }
}

/*print*/
@media print {
    /*	a:link:after,  article a[href^=http]:after {
		content: " ";
		}
	.navigation_mobile,
	#search2,
	#mobile_menu {
		display:none;
		}*/
    .animation {
        opacity: 1;
    }

    .animated,
    .animated .animation_item {
        -webkit-animation-name: none !important;
        -moz-animation-name: none !important;
        -o-animation-name: none !important;
        animation-name: none !important;
    }
}