@import url( bootstrap.css );
@import url( animation.css );
@import url( ilightbox.css );
/* CSS Document */


#Body {
    color: #666666;
    background: #FFF;
}

.body_bg {
    min-height: 100%;
}

html,
body {
    margin: 0px;
    padding: 0px;
    font: normal 12px/1.5 'Open Sans', sans-serif;
    color: #666666;
    height: 100%;
}

p {
    margin: 0px 0px 8px 0px;
}

header,
nav,
section,
footer {
    display: block;
}

TH,
TD,
DIV {
}

A,
A:link {
    text-decoration: none;
    transition: color ease 300ms;
    -moz-transition: color ease 300ms; /* Firefox 4 */
    -webkit-transition: color ease 300ms; /* Safari and Chrome */
    -o-transition: color ease 300ms; /* Opera */
    -ms-transition: color ease 300ms; /* IE9? */
}

    A:active {
        text-decoration: none;
    }

    A:visited {
        text-decoration: none;
    }

    A:hover {
        text-decoration: underline;
    }

    A:focus {
        outline: none;
        -moz-outline: none;
    }


h1 {
    letter-spacing: normal;
    margin: 5px 0 10px 0;
}

h2 {
    letter-spacing: normal;
    margin: 5px 0 10px 0;
}

h3 {
    letter-spacing: normal;
    margin: 5px 0 10px 0;
}

h4 {
    letter-spacing: normal;
    margin: 0px 0 4px 0;
}

h5 {
    letter-spacing: normal;
    margin: 5px 0 10px 0;
}

form#Form {
    height: 100%;
}

.ModuleTitle_SubMenu {
    z-index: 9999 !important;
}

.clearfix:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

#dnn_ControlPanel #dnnCPWrap {
    filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
    color: #328DDE !important;
}

.clear {
    clear: both;
}

/**************** Login page******************/
@media only screen and (max-width:767px) {

    .loginContent .LoginPanel {
        width: 100% !important;
    }

    .loginContent .dnnFormItem .dnnLoginRememberMe {
        white-space: nowrap;
    }

    .loginContent .dnnFormLabel {
        display: block !important;
        text-align: left !important;
    }
}
/**************** register page******************/


@media only screen and (max-width:767px) {

    .dnnRegistrationForm {
        min-width: inherit !important;
    }

        .dnnRegistrationForm .dnnForm {
            width: 100%;
        }

        .dnnRegistrationForm .dnnFormLabel {
            display: block !important;
            text-align: left !important;
        }

        .dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
            display: block !important;
            float: none !important;
            text-align: left !important;
            width: 100%;
        }

        .dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
            right: auto !important;
            position: static !important;
            margin-left: 5px !important;
        }

        .dnnRegistrationForm .dnnForm .dnnFormItem {
            padding: 0px !important;
            margin: 0px !important;
        }

        .dnnRegistrationForm .dnnFormItem input[type="text"],
        .dnnRegistrationForm .dnnFormItem input[type="password"],
        .dnnRegistrationForm .dnnFormItem input[type="email"],
        .dnnRegistrationForm .dnnFormItem input[type="tel"],
        .dnnRegistrationForm .dnnFormItem select,
        .dnnRegistrationForm .dnnFormItem textarea {
            width: 100%;
            margin-bottom: 10px !important;
        }
}

/**************** Password page******************/
@media only screen and(max-width:767px) {
    .dnnSendPasswordContent {
        width: auto !important;
    }

        .dnnSendPasswordContent .dnnLabel {
            display: block !important;
            width: 100% !important;
            text-align: left;
        }

        .dnnSendPasswordContent a.dnnFormHelp, .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
            position: static;
        }

        .dnnSendPasswordContent input[type="text"], .dnnSendPasswordContent input[type="password"], .dnnSendPasswordContent input[type="email"], .dnnSendPasswordContent input[type="tel"], .dnnSendPasswordContent select, .dnnSendPasswordContent textarea {
            width: 90%;
            margin-bottom: 10px !important;
        }

        .dnnSendPasswordContent ul.dnnActions {
            padding: 0 !important;
        }
}

/* ********** Control Panel Style ************** */






.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
    font-size: 12px;
    color: #973939;
    text-decoration: none;
    font-weight: normal;
}

A.CommandButton:hover {
    color: #973939;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
    color: #000;
    text-decoration: underline;
}

    .FileManager A:hover {
        color: #000;
        text-decoration: none;
    }

/* ********** Buttons Style ************** */


a.Button_default {
    padding: 9px 25px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    color: #FFFFFF !important;
    background-color: #b41019;
    margin: 0px 12px 10px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    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? */
}

* + html a.Button_default {
    display: inline;
}

    a.Button_default:hover {
        text-decoration: none;
        background: #555555;
        color: #FFFFFF !important;
    }

a.Button_normal {
    padding: 6px 20px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    color: #FFFFFF !important;
    background-color: #2e2e2e;
    margin: 0px 12px 10px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    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? */
}

* + html a.Button_normal {
    display: inline;
}

    a.Button_normal:hover {
        text-decoration: none;
        background: #b41019;
        color: #FFFFFF !important;
    }

/* ********** Pane Style ************** */




.row [class*="Pane"] {
    padding: 0px 0px 5px 0px;
}

.DNNEmptyPane {
    display: none;
}

.TopOutPaneA {
    margin: 35px 0 0px !important;
}

.TopOutPane {
    padding: 0 !important;
}

.BannerPaneA {
    margin: 40px 0 60px;
    padding: 0 !important;
    border: 6px solid #FFF;
}

@media only screen and (max-width: 767px) {
    .BannerPaneA {
        margin: 20px 10px 50px;
    }
}

/* ********** Container Style ************** */

.Head {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.SubHead {
    font-family: 'Open Sans', sans-serif;
}

.SubSubHead {
    font-family: 'Open Sans', sans-serif;
}

.Normal {
    font-family: 'Open Sans', sans-serif;
}


.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

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

.pb-10 {
    padding-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}


.backgroundImage1 {
    background-color: #b41019;
    text-align: center;
}

    .backgroundImage1,
    .backgroundImage1 *,
    .backgroundImage1 a,
    .backgroundImage1 a:link,
    .backgroundImage1 a:active,
    .backgroundImage1 a:visited {
        color: #FFF;
    }

.backgroundImage2 {
    background: url(images/img_bg_2.jpg) no-repeat center bottom #ffffff;
    text-align: center;
}

.backgroundImage3 {
    background: #f0f0f0;
    text-align: center;
}

.backgroundImage4 {
    background: url(images/img_bg_4.jpg) no-repeat center bottom;
    background-attachment: fixed;
    text-align: center;
}

    .backgroundImage4,
    .backgroundImage4 *,
    .backgroundImage4 a,
    .backgroundImage4 a:link,
    .backgroundImage4 a:active,
    .backgroundImage4 a:visited {
        color: #FFF;
    }

.backgroundImage5 {
    background: url(images/img_bg_5.jpg) no-repeat center bottom;
    background-attachment: fixed;
    text-align: center;
}

    .backgroundImage5,
    .backgroundImage5 *,
    .backgroundImage5 a,
    .backgroundImage5 a:link,
    .backgroundImage5 a:active,
    .backgroundImage5 a:visited {
        color: #444444;
    }

.backgroundImage6 {
    background: #f5f5f5;
    text-align: center;
    -moz-box-shadow: 1px 3px 5px -2px rgba(0,0,0,0.1) inset; /* For Firefox3.6+ */
    -webkit-box-shadow: 1px 3px 5px -2px rgba(0,0,0,0.1) inset; /* For Chrome5+, Safari5+ */
    box-shadow: 1px 3px 5px -2px rgba(0,0,0,0.1) inset;
}

.backgroundImage7 {
    background: url(images/img_bg_7.jpg) no-repeat center bottom;
    background-attachment: fixed;
    text-align: center;
}

    .backgroundImage7,
    .backgroundImage7 *,
    .backgroundImage7 a,
    .backgroundImage7 a:link,
    .backgroundImage7 a:active,
    .backgroundImage7 a:visited {
        color: #FFF;
    }



@media only screen and (max-width: 1024px) {

    .backgroundImage2,
    .backgroundImage4,
    .backgroundImage5,
    .backgroundImage7 {
        background-attachment: scroll;
        background-position: center bttom;
        background-size: cover;
    }
}


.big_size {
    font-size: 16px;
}

.title_style_1 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: normal;
}

.title_style_2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: normal;
}

.title_style_3 {
    text-align: center;
    width: 100%;
    overflow: hidden;
}

    .title_style_3 h3 {
        white-space: nowrap;
        text-align: left;
        padding: 0px 20px;
        position: relative;
        display: inline-block;
        font-size: 26px;
        line-height: 1.2;
        color: #2e2e2e;
        white-space: normal;
        display: inline-block;
        letter-spacing: 2px;
    }

        .title_style_3 h3:before {
            content: "";
            background: url(images/title_style_3.png);
            width: 120px;
            height: 20px;
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -9px;
        }

        .title_style_3 h3:after {
            content: "";
            background: url(images/title_style_3.png);
            width: 120px;
            height: 20px;
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -9px;
        }

.title_style_4 {
    font-size: 30px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: normal;
    padding-bottom: 20px;
    letter-spacing: 4px;
}



/* ********** Breadcrumb Style ************** */



.breadcrumbborder h3 .glyphicons {
    margin: 0 5px 0 0;
}

.breadcrumbBox h3 {
    float: left;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.breadcrumbBox .breadcrumbRight {
    float: right;
    vertical-align: middle;
}

.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #2e2e2e;
}

a.breadcrumb:hover {
    font-weight: normal;
    text-decoration: underline;
}

.breadcrumbBox .here {
    display: none;
}

@media only screen and (max-width: 767px) {
    .breadcrumbBox .breadcrumbRight {
        display: none;
    }
}


/* ********** Other Style ************** */







.dnn_layout {
    width: 980px;
    margin: 0px auto;
}

#dnn_wrapper {
}

.head_mid,
.content_mid,
.footer_mid {
    padding: 0px 20px;
}

/*language*/





.languageBox {
    float: right;
    white-space: nowrap;
    border-left: 1px solid #585858;
    height: 34px;
    line-height: 34px;
    padding: 0px 15px;
}

    .languageBox img {
        width: 18px;
        height: 12px;
    }

    .languageBox span img {
        margin-right: 7px;
        filter: alpha(opacity=50);
        opacity: 0.5;
        vertical-align: middlea;
    }

    * + html .languageBox span {
        font-size: 30px;
    }

        .languageBox span.selected img {
            filter: alpha(opacity=100);
            opacity: 1;
            box-shadow: 0 0 2px rgba(255,255,255,0.4);
            -moz-box-shadow: 0 0 2px rgba(255,255,255,0.4);
            -webkit-box-shadow: 0 0 2px rgba(255,255,255,0.4);
        }

/*Login*/
/*Login*/

.Login {
    float: left;
}

    .Login .loginGroup,
    .Login .registerGroup {
        border-right: 1px solid #585858;
        display: inline-block;
        vertical-align: middle;
        padding: 5px 15px 5px 8px;
        margin: 0px;
        height: 34px;
    }

    .Login .glyphicons {
        display: inline-block;
        vertical-align: middle;
    }

    .Login .registerGroup ul,
    .Login .registerGroup li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    .Login .registerGroup .userProfileImg img {
        max-width: 26px !important;
    }

    .Login,
    .Login a,
    .Login a:link,
    .Login a:active,
    .Login a:visited {
        color: #FFF;
    }

        .Login a:hover {
            color: #b41019;
            text-decoration: none;
        }

        .Login .registerGroup li.userMessages,
        .Login .registerGroup li.userNotifications {
            font-size: 0;
            overflow: hidden;
            vertical-align: middle;
            font-family: 'Glyphicons Regular';
            font-style: normal;
            font-weight: normal;
            line-height: 34px;
            -webkit-font-smoothing: antialiased;
            position: relative;
            padding: 0px 15px;
            border-right: 1px solid #585858;
            height: 34px;
            margin: -6px 0 -4px;
        }

        .Login .registerGroup li.userDisplayName a {
            padding: 0 5px;
        }

        .Login .registerGroup li.userMessages a {
            padding-left: 2px;
            line-height: 31px;
        }

            .Login .registerGroup li.userMessages a:empty,
            .Login .registerGroup li.userNotifications a:empty {
                width: 1em;
            }

            .Login .registerGroup li.userMessages a:before {
                content: "\2709";
                color: FFF;
                font-size: 16px;
                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? */
            }

        .Login .registerGroup li.userNotifications a:before {
            content: "\E196";
            color: FFF;
            font-size: 14px;
            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? */
        }

        .Login .registerGroup li.userMessages:hover:before,
        .Login .registerGroup li.userNotifications:hover:before {
            color: #b41019;
        }

        .Login .registerGroup li.userMessages a,
        .Login .registerGroup li.userNotifications a {
            display: block !important;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
        }

        .Login .registerGroup li.userNotifications a {
            left: 5px;
        }

        * + html .Login .loginGroup,
        * + html .Login .registerGroup,
        * + html .Login .glyphicons,
        * + html .Login .registerGroup ul,
        * + html .Login .registerGroup li {
            display: inline;
        }

            .Login .registerGroup li.userMessages a strong,
            .Login .registerGroup li.userNotifications a strong {
                display: none;
            }

            .Login .registerGroup li.userMessages a span {
                position: absolute;
                top: 2px;
                right: 4px;
                font-size: 12px;
                display: block;
                background-color: #ee5154;
                padding: 0px 3px;
                height: 14px;
                line-height: 1;
                color: #FFF;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                font-weight: normal;
            }

@media only screen and (max-width: 767px) {
    .Login .registerGroup li.userMessages,
    .Login .registerGroup li.userNotifications {
        border-right: 1px solid #585858 !important;
    }

    .languageBox {
        border-left: 1px solid #585858 !important;
    }
}



/* Search Style  */





.pulldownsearch {
    position: absolute;
    top: 0px !important;
    right: 0px;
    z-index: 903;
    height: 100% !important;
    width: 48px;
    border-left: 1px solid #FFF;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid #FFF;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.visible-xs .pulldownsearch {
    position: absolute !important;
}

.searchbut {
    height: 40px;
    width: 40px;
    font-size: 13px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    margin: -8px 0px 0px -20px;
}

    .searchbut.Open .glyphicons.glyph-search:before {
        content: "\E208";
    }

.searchBox {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 3px;
    background: #2e2e2e;
    padding: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    overflow: inherit !important;
    height: 45px !important;
    z-index: 905;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .searchBox:before {
        content: "";
        border: 5px solid transparent;
        border-bottom: 5px solid #2e2e2e;
        position: absolute;
        bottom: 100%;
        right: 17px;
    }



    .searchBox #dnn_dnnSEARCH_ClassicSearch,
    .searchBox #dnn_dnnSEARCH1_ClassicSearch,
    .searchBox #dnn_dnnSEARCH2_ClassicSearch,
    .searchBox #dnn_dnnSEARCH3_ClassicSearch {
        background: none;
        border: none;
        float: none;
        height: 30px;
        margin-top: 3px;
        position: relative;
        white-space: nowrap;
        width: 235px;
        display: block;
        text-align: left;
        color: #FFF;
    }

.SearchIcon {
    display: none;
}

.search,
a.search:link,
a.search:active,
a.search:visited {
    text-decoration: none;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0px;
    color: #FFF;
    text-align: center;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

a.search:before {
    content: "\E028";
}

.searchBox input.NormalTextBox {
    width: 165px;
    text-align: left;
    height: 18px;
    padding: 0px 3px 0px 3px;
    background: none;
    border: none;
    display: block;
    position: absolute;
    left: 4px;
    top: 6px;
    outline: 0;
    border-radius: 0px 0px 0px 0px;
    -webkit-appearance: none;
    color: #FFF;
}

.searchBox .searchInputContainer {
    position: static !important;
}

    .searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
        top: 1px !important;
        left: auto;
        right: 35px !important;
    }

.searchBox.searchSkinObjectPreview {
    right: inherit;
    left: auto;
    right: 0px;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
    width: 100%;
    max-width: none;
    padding: 10px 0px !important;
}

.dnnSearchResultPanel {
    padding: 10px 0px 7px 0px !important;
}

/*source_code*/


.source_code {
    margin: 5px 0px;
}

    .source_code pre {
        display: none;
    }

    .source_code .source_box pre {
        display: block;
    }

    .source_code .source_box {
        display: none;
    }

/* ********** HEADER ************** */






.header_bg {
    border-bottom: 1px solid #FFF;
}

.header_top {
    background: #2e2e2e;
    /*border-bottom: 1px solid #FFF;
	border-bottom: 1px solid rgba(255,255,255,0.2);*/
}

.dnn_logo img {
    max-width: 100%;
}

.LogoMenuBox {
    padding: 35px 0px;
}

.header_element {
    display: inline;
}

.HeadPane {
    float: right;
    height: 34px;
    line-height: 34px;
}

    .HeadPane .Normal {
        color: #FFF;
        line-height: 34px;
        padding: 0px 15px;
    }

    .HeadPane a,
    .HeadPane a:link,
    .HeadPane a:active,
    .HeadPane a:visited,
    .HeadPane a:hover {
        color: #FFF;
        text-decoration: none;
    }

        .HeadPane a:hover {
            color: #FFF;
            text-decoration: underline;
        }



.dnn_logo {
    text-align: center;
    float: none;
    padding: 40px 0;
}

.header_line {
    border-bottom: 1px solid #FFF;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    height: 0px;
    overflow: hidden;
    clear: both;
    width: 100%;
}

/* ********** NAV ************** */
#dnngo_megamenu .dnngo_masonrymenu > ul {
    float: left;
}




.nav_box {
    position: relative;
    text-align: center;
}

/*main menu*/
.dnn_menu {
    position: relative;
    z-index: 904;
    margin: 0px 50px;
}

#top_menu {
    position: relative;
}

    #top_menu ul {
        margin: 0px;
        padding: 0px 0px;
        display: block;
    }

    #top_menu ul {
        display: inline-block;
    }

        #top_menu ul:after {
            content: ".";
            font-size: 0px;
            height: 0px;
            display: block;
            clear: both;
            visibility: hidden;
        }

    #top_menu ul {
        margin: 0px 0 0px;
        padding: 0px 0px;
        display: block;
    }

    #top_menu li {
        list-style: none none outside;
        float: left;
        position: relative;
        margin: 0px;
        padding: 0px;
    }

    #top_menu > div > ul > li > a,
    #top_menu > div > ul > li > a > span,
    #top_menu > div > ul > li > a > span:after {
        display: block;
        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? */
    }

    #top_menu ul li a {
        text-decoration: none;
        display: block;
        cursor: pointer;
        width: auto;
        float: left;
    }

    #top_menu > div > ul > li {
        position: relative;
    }

    /*sub menu*/






    #top_menu .menuslide {
        display: none;
        float: left;
        overflow: hidden;
        position: absolute;
    }

        #top_menu .menuslide ul {
            box-shadow: 0 0 2px rgba(0,0,0,0.4);
            -moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
            -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
        }

            #top_menu .menuslide ul li {
                display: block;
                clear: both;
                padding: 0px;
                background: none;
                margin: 0px;
                position: relative;
            }

            #top_menu .menuslide ul .last-item > a {
                border-bottom: none !important;
            }

            #top_menu .menuslide ul li span {
                color: inherit;
                display: block;
                padding: 9px 60px 9px 24px;
                margin: 0px;
                background: none;
                white-space: nowrap;
                font-size: 13px;
            }

            #top_menu .menuslide ul li a {
                display: block;
                font-weight: normal;
                margin: 0px;
                padding: 0px;
                background: none;
                float: left;
                line-height: 24px;
                height: auto;
                position: relative;
                text-align: left;
            }

        #top_menu .menuslide ul {
            float: left;
            left: 0px;
            position: relative;
        }

            #top_menu .menuslide ul > li > a {
                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? */
            }

            #top_menu .menuslide ul > li.dir > a {
                background: url(images/arrow-1.png) no-repeat right 18px;
            }

                #top_menu .menuslide ul > li.dir > a:hover,
                #top_menu .menuslide ul > li.dir > a.menu_hover {
                }

/*Mega_menu*/





#Mega_menu {
    position: relative;
}

    #Mega_menu ul {
        margin: 0px;
        padding: 0px 0px;
        display: block;
    }

    #Mega_menu ul {
        display: inline-block;
    }

        #Mega_menu ul:after {
            content: ".";
            font-size: 0px;
            height: 0px;
            display: block;
            clear: both;
            visibility: hidden;
        }

    #Mega_menu ul {
        margin: 0px 0 0px;
        padding: 0px 0px;
        display: block;
    }

    #Mega_menu li {
        list-style: none none outside;
        float: left;
        position: relative;
        margin: 0px;
        padding: 0px;
    }

    #Mega_menu > div > ul > li > a,
    #Mega_menu > div > ul > li > a > span,
    #Mega_menu > div > ul > li > a > span:after {
        display: block;
        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? */
    }

    #Mega_menu ul li a {
        text-decoration: none;
        display: block;
        cursor: pointer;
        width: auto;
        float: left;
    }

    #Mega_menu > div > ul > li {
        position: relative;
    }

/*-- submenu --*/


.Mega_menu div.mega_submenu {
    padding: 10px 0px;
    position: absolute;
    display: none;
    top: 100%;
    z-index: 705;
    left: 0px;
    margin: 0px;
}

.Mega_menu ul.mega_submenu_ul {
    width: 280px;
    overflow: hidden;
    display: block;
}

.Mega_menu div.Column2 ul.mega_submenu_ul {
    width: 560px;
}

.Mega_menu div.Column3 ul.mega_submenu_ul {
    width: 840px;
}

.Mega_menu div.Column4 ul.mega_submenu_ul {
    width: 1120px;
}

.Mega_menu ul.mega_submenu_ul > li {
    display: block;
    height: 100%;
    padding: 0px;
    float: none;
    width: 281px;
    margin: 0px -1px 0px 0px !important;
    padding: 0px 20px !important;
    zoom: 1;
    background: none !important;
}

    .Mega_menu ul.mega_submenu_ul > li:last {
        border-right: none;
    }

.Mega_menu ul.mega_submenu_ul li b {
    display: none !important;
}

.Mega_menu ul.mega_submenu_ul ul {
    width: 100%;
}

    .Mega_menu ul.mega_submenu_ul ul li {
        float: none !important;
        display: block;
        width: 100%;
        background: none !important;
    }

        .Mega_menu ul.mega_submenu_ul ul li a {
            display: block;
            width: 100%;
            font-weight: normal;
            float: none !important;
            font-size: 15px;
            text-align: left;
            line-height: 20px;
            color: #cccac8;
            letter-spacing: normal;
            margin: 0px;
            position: relative;
            padding: 8px 0px 8px 15px;
            white-space: normal;
            zoom: 1;
            border: none;
            background: url(images/arrow-1.png) no-repeat left -278px;
        }

            .Mega_menu ul.mega_submenu_ul ul li a:hover,
            .Mega_menu ul.mega_submenu_ul ul li a:hover:after {
            }

    .Mega_menu ul.mega_submenu_ul ul ul li a {
    }

    .Mega_menu ul.mega_submenu_ul ul li a span {
        white-space: normal !important;
    }

    .Mega_menu ul.mega_submenu_ul ul li a:hover {
        text-decoration: none;
    }

    .Mega_menu ul.mega_submenu_ul ul li a span {
        display: block;
        padding: 0px 15px 0px 0px;
        margin: 0px;
        background: none;
        word-break: break-all;
        text-transform: none;
    }

    .Mega_menu ul.mega_submenu_ul ul ul {
        border: none;
        padding: 8px 0px 5px 15px !important;
        margin: 0px;
        display: block;
        float: none;
        background: none;
        box-shadow: none;
        float: none !important;
        background: none !important;
        border: none !important;
    }

        .Mega_menu ul.mega_submenu_ul ul ul ul {
            padding: 0px 0px 0px 15px !important;
        }

        .Mega_menu ul.mega_submenu_ul ul ul li {
            margin: 0 0px 0px 0px;
            padding: 0;
            background: none;
            border: none;
        }

            .Mega_menu ul.mega_submenu_ul ul ul li a {
                float: none;
                position: relative;
                border-bottom: none;
                line-height: 18px;
                padding: 5px 0px 5px 15px;
                position: relative;
                font-size: 13px;
                background-position: left -282px;
            }

/*dnngo_megamenu */
#dnngo_megamenu {
    margin: 0px;
    padding: 0px;
    clear: both;
}

    #dnngo_megamenu .primary_structure {
        position: relative;
        clear: both;
        margin: 0;
        padding: 0;
    }

        #dnngo_megamenu .primary_structure > li {
            float: left;
            list-style: none;
            position: relative;
        }

            #dnngo_megamenu .primary_structure > li > a {
                display: inline-block;
                padding: 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? */
            }

            * + html #dnngo_megamenu .primary_structure > li > a {
                display: inline;
            }


                #dnngo_megamenu .primary_structure > li > a:hover,
                #dnngo_megamenu .primary_structure > li.menu_hover > a,
                #dnngo_megamenu .primary_structure > li.current > a {
                    text-decoration: none;
                }

    /*sub*/
    #dnngo_megamenu .dnngo_menuslide {
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 904;
        margin: 0;
        padding: 0;
    }
    /*dnngo_slide_menu*/
    #dnngo_megamenu .dnngo_slide_menu {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

        #dnngo_megamenu .dnngo_slide_menu ul {
            box-shadow: 0 0 2px rgba(0,0,0,0.4);
            -moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
            -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
        }

            #dnngo_megamenu .dnngo_slide_menu ul,
            #dnngo_megamenu .dnngo_slide_menu ul li {
                margin: 0;
                padding: 0;
            }

        #dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
            margin: 0;
            padding: 0;
            display: none;
            position: absolute;
            left: 100%;
            top: 0px;
            z-index: 904;
        }

        #dnngo_megamenu .dnngo_slide_menu li {
            position: relative;
            list-style: none;
        }

            #dnngo_megamenu .dnngo_slide_menu li a {
                text-decoration: none;
                text-align: left;
                line-height: 24px;
                display: block;
                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;
            }

                #dnngo_megamenu .dnngo_slide_menu li a:hover,
                #dnngo_megamenu .dnngo_slide_menu li.menu_hover > a {
                }

            #dnngo_megamenu .dnngo_slide_menu li.dir > a:after {
                content: "\E224";
                vertical-align: middle;
                font-size: 7px;
                font-family: 'Glyphicons Regular';
                padding: 0;
                margin: 0;
                display: inline-block;
                -webkit-text-size-adjust: none;
                position: absolute;
                right: 20px;
                top: 10px;
            }

#main_left #dnngo_megamenu .dir .dnngo_slide_menu ul {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


/*dnngo_boxslide*/

#dnngo_megamenu .dnngo_boxslide {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: auto;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    #dnngo_megamenu .dnngo_boxslide .clear {
        clear: both;
        overflow: hidden;
        width: 100%;
        height: 0px;
    }

    #dnngo_megamenu .dnngo_boxslide .menu_centerbox {
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }


    #dnngo_megamenu .dnngo_boxslide .menu_leftbox {
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 15px;
    }

    #dnngo_megamenu .dnngo_boxslide .menu_rightbox {
        float: left;
        padding: 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #dnngo_megamenu .dnngo_boxslide .menu_centerbox ul {
        margin: 0;
        padding: 0;
        text-align: left;
    }

        #dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li {
            list-style: none;
            padding: 5px 10px;
            font-size: 13px;
        }

    #dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul,
    #dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu > ul {
        padding: 10px;
    }

        #dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul > li {
            display: inline-block;
            vertical-align: top;
            margin-right: -6px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            padding: 0px 10px;
        }

        * + html #dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul > li {
            display: inline;
        }

            #dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul > li > a > span,
            #dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu > ul > li > a > span {
                color: #b41019;
                font-size: 16px;
            }

            #dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul > li > a:hover {
                text-decoration: none;
            }

    #dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li {
        width: 100% !important;
    }

        #dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a {
            display: block;
            width: 100%;
        }

            #dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover {
                text-decoration: none;
            }

            #dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span {
                display: block;
            }

                #dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span:before {
                    content: "\E224";
                    vertical-align: middle;
                    font-size: 7px;
                    font-family: 'Glyphicons Regular';
                    padding: 0;
                    margin: 0;
                    display: inline-block;
                    margin: 0 3px 2px 0;
                    -webkit-text-size-adjust: none;
                }

            #dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover span:before {
            }

    #dnngo_megamenu .dnngo_boxslide .menu_topbox {
        width: 100%;
        padding: 15px;
    }

    #dnngo_megamenu .dnngo_boxslide .menu_bottombox {
        width: 100%;
        padding: 15px;
    }

h2.mega_title {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 8px 0;
    text-transform: capitalize;
}
/*Left Menu*/



#left_menu {
    padding: 0px 0px 0px;
    margin-top: 25px;
    min-height: 300px;
    background-color: #fff;
}

    #left_menu h1 {
        text-align: center;
        line-height: 65px;
        padding: 10px 25px;
    }

h1::after {
    content: ' ';
    display: block;
    border: 1px solid #b41019;
}

#left_menu img {
    display: none;
}

#left_menu ul {
    padding: 0px;
    margin: 0px;
}

    #left_menu ul li {
        list-style: none;
    }

        #left_menu ul li a {
            display: block;
            text-decoration: none;
            padding: 0 25px;
            color: #333333;
            line-height: 19px;
            margin-bottom: 7px;
            position: relative;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            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? */
        }

        #left_menu ul li.dir > a:before {
            content: "";
            position: absolute;
            top: 50%;
            right: 20px;
            width: 5px;
            height: 5px;
            margin: -3px 0 0 0;
            border-right: 1px solid #828282;
            border-bottom: 1px solid #828282;
            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 */
        }

#left_menu > .gomenu > ul > li > a:hover,
#left_menu > .gomenu > ul > li.current > a:hover,
#left_menu > .gomenu > ul > li.current > a {
    color: #FFF;
}

    #left_menu > .gomenu > ul > li > a:hover:before,
    #left_menu > .gomenu > ul > li.current > a:hover:before,
    #left_menu > .gomenu > ul > li.current > a:before {
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
    }

    #left_menu > .gomenu > ul > li.current > a:before {
        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 */
    }

#left_menu ul ul {
    padding: 10px 0px 0;
    display: none;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 7px;
}

    #left_menu ul ul ul {
        padding: 5px 0px 0;
        display: none;
        margin-bottom: 0px;
        border: none;
        padding: 0;
        margin-bottom: 0px;
    }

#left_menu ul li.current > ul {
    display: block;
}

#left_menu ul ul .subcurrent > ul {
    display: block;
}

#left_menu ul li li {
    margin: 0;
    border-bottom: none;
    padding: 0 11px;
}

    #left_menu ul li li a {
        position: relative;
        padding: 8px 5px 8px 15px;
        line-height: 18px;
        font-size: 14px;
        border: none;
        white-space: normal;
        color: #666666;
        text-transform: none;
        border-bottom: 1px solid #e5e5e5;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }

    #left_menu ul li li:last-child a {
        border-bottom: none;
    }

#left_menu ul ul ul li:last-child a {
    border-bottom: 1px solid #e5e5e5;
}

#left_menu .gomenu ul ul li a:before {
    right: 5px;
}

#left_menu ul li li.subcurrent > a:before {
    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 */
}

.rightPage_Box #left_menu ul li li {
    padding-left: 25px;
}

    .rightPage_Box #left_menu ul li li a {
        background-position: 0px -65px;
        padding-left: 15px;
    }




/* ********** CONTENT ************** */

#dnn_content {
    min-height: 400px;
    background-color: #d7d7d7;
}

#dnn_TopPane {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 15px;
}


.ContentTop {
    background: url(images/ContentTop_bg.jpg) no-repeat center center;
    background-size: auto 100%;
    background-attachment: fixed;
}

.ContentBottom {
    background: url(images/ContentTop_bg.jpg) no-repeat center center;
    background-size: auto 100%;
    background-attachment: fixed;
}



    .ContentTop .position,
    .ContentBottom .position {
        position: relative;
    }

.ContentTop_bg,
.ContentBottom_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=85);
    opacity: 0.85;
    z-index: 0;
}

.ContentTop .dnn_layout,
.ContentBottom .dnn_layout {
    position: relative;
    z-index: 1;
}

/* ********** FOOTER ************** */

.footer_box {
}

.FootPaneA,
.FootPaneB,
.FootPaneC,
.FootPaneD,
.FootPaneE {
    margin: 35px 0px 30px;
}

.FootPaneE {
    margin-bottom: 0;
}

.FootPaneF,
.FootPaneG {
    margin: 10px 0px 35px;
}


@media only screen and (min-width: 768px) and (max-width: 979px) {
    .FootPaneA,
    .FootPaneB,
    .FootPaneC,
    .FootPaneD {
        margin: 15px 0px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .FootPaneA,
    .FootPaneB,
    .FootPaneC,
    .FootPaneD {
        margin: 15px 0px 10px;
    }
}

.Foot_line {
    border-bottom: 1px solid #313131;
    height: 0px;
    overflow: hidden;
    clear: both;
}

.copyright_style {
    float: left;
    padding: 20px 8px;
}

.FooterPane {
    float: right;
    padding: 18px 8px 0;
    margin: 0;
}

.copyright_style .sep {
    padding: 0px 12px;
}

.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited {
    text-decoration: none;
    font-size: 12px;
}

    .copyright_style a:hover {
        text-decoration: none;
        color: #b41019;
    }

.FooterPane .Normal,
.FooterPane a,
.FooterPane a:link,
.FooterPane a:active,
.FooterPane a:visited {
}

    .FooterPane a:hover {
        text-decoration: none;
    }

.FooterPane .social,
.FooterPane .glyphicons {
    font-size: 25px;
    margin: 0px 1px;
}

.FooterPane .social-icons a,
.FooterPane .social-icons a {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

    .FooterPane .social-icons a:hover,
    .FooterPane .social-icons a:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }


#to_top {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    float: right;
    font-size: 24px;
    margin-top: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
    display: none;
    transition: border-color ease-in 200ms;
    -moz-transition: border-color ease-in 200ms; /* Firefox 4 */
    -webkit-transition: border-color ease-in 200ms; /* Safari and Chrome */
    -o-transition: border-color ease-in 200ms; /* Opera */
    -ms-transition: border-color ease-in 200ms; /* IE9? */
}

    #to_top:before {
        content: "";
        border: 8px solid transparent;
        border-bottom: 8px solid #b41019;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -12px 0 0 -8px;
        transition: border-color ease-in 200ms;
        -moz-transition: border-color ease-in 200ms; /* Firefox 4 */
        -webkit-transition: border-color ease-in 200ms; /* Safari and Chrome */
        -o-transition: border-color ease-in 200ms; /* Opera */
        -ms-transition: border-color ease-in 200ms; /* IE9? */
    }

    #to_top:hover {
        border-color: #000;
    }

        #to_top:hover:before {
            border-bottom-color: #000;
        }

/*module*/




/*******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 {
    padding: 28px 0px 28px 0px;
}

    .price-table [class*="span"] {
        margin-bottom: 15px;
    }

    .price-table .col {
        float: left;
        text-align: center;
        margin-bottom: 10px;
        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.col2 .col {
        width: 50%;
    }

    .price-table.col3 .col {
        width: 33.3333%;
    }

    .price-table.col4 .col {
        width: 25%;
    }

    .price-table.col5 .col {
        width: 20%;
    }

    * + html .price-table.col2 .col {
        width: 49.9%;
    }

    * + html .price-table.col3 .col {
        width: 33.33%;
    }

    * + html .price-table.col4 .col {
        width: 24.9%;
    }

    * + html .price-table.col5 .col {
        width: 19.9%;
    }

    .price-table .col:hover {
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
    }

    .price-table .col.best_value {
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset; /* For Firefox3.6+ */
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset; /* For Chrome5+, Safari5+ */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset; /* For Latest Opera */
        margin-top: -38px;
    }

        .price-table .col.best_value .price_title {
            padding-top: 30px;
            padding-bottom: 26px;
            background: none;
            color: #FFF !important;
        }

            .price-table .col.best_value .price_title h2 {
                color: #FFF !important;
            }

        .price-table .col.best_value .price_holder {
            padding-bottom: 22px;
        }

.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 .col:hover .price_title {
}

.price-table .col:nth-of-type(2n+1) .price_title {
}

.price-table .col:first-child .price_holder {
    margin-left: 0px;
}

.price-table .price_holder {
    border: 1px solid #E4E4E4;
    margin: 0 0 0 -1px;
    min-height: 300px;
    padding-bottom: 12px;
}

.price-table .col:hover .price_holder {
}

.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 {
    border: none;
    background: transparent;
    color: #FFF !important;
    text-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 5px 20px;
    transition: all ease-in 200ms !important;
    -moz-transition: all ease-in 200ms !important; /* Firefox 4 */
    -webkit-transition: all ease-in 200ms !important; /* Safari and Chrome */
    -o-transition: all ease-in 200ms !important; /* Opera */
    -ms-transition: all ease-in 200ms !important; /* IE9? */
}

    .price-table .btn:hover {
        background-color: #525252;
    }

.price-table a.btn {
    color: #FFF;
    margin-top: 10px;
    position: relative;
    font-size: 15px;
}

/*price table1*/

.price-table [class*="col-"] {
    margin-bottom: 15px;
}

.price-table1 {
    padding: 0;
}

    .price-table1 .price_title {
        color: #FFF;
        background: #2f2f2f;
        padding: 30px 0px;
        margin: 0;
        border: none;
    }

        .price-table1 .price_title h2 {
            color: #FFF;
            text-align: center;
            font-size: 26px;
        }

    .price-table1 .price_box {
        padding: 11px 1px 7px !important;
        margin: 0px -1px 0px !important;
        position: relative;
        background: #b41019;
        color: #FFF;
        text-align: center;
    }

    .price-table1 .price_holder ul {
        padding: 20px 0;
    }

        .price-table1 .price_holder ul li {
            text-align: center;
            border: none;
            font-size: 15px;
            color: #2f2f2f;
            padding: 10px 0;
        }

    .price-table1 .price_holder {
        text-align: center;
        margin: 0;
        padding: 0 0 12px 0;
        border: 1px solid #e9e9e9;
        border-top: none;
        background: #f7f7f7;
    }

    .price-table1 .btn {
        padding: 12px 30px;
        font-size: 20px !important;
        color: #ffffff !important;
    }

        .price-table1 .btn:hover {
            background: #2f2f2f;
        }

    .price-table1 .best_value .btn {
        background: #2f2f2f;
    }

    .price-table1 .sup {
        font-size: 18px;
        line-height: 18px;
        margin-right: 5px;
    }

    .price-table1 .price {
        font-size: 30px;
        line-height: 30px;
        margin-right: 5px;
    }

    .price-table1 .unit {
        font-size: 20px;
    }

    .price-table1 .best_value {
    }

        .price-table1 .best_value .price_title {
            background: #b41019;
        }

        .price-table1 .best_value .price_box {
            background: #2f2f2f;
        }

.price-table2 {
    padding: 10px 0 0;
}

    .price-table2 .price_title {
        background: #2f2f2f;
        padding: 23px 0 50px;
        border: 1px solid #e9e9e9;
    }

        .price-table2 .price_title h2 {
            color: #FFF;
            text-align: center;
            font-size: 26px;
            position: relative;
            z-index: 0;
        }

    .price-table2 .price_box {
        background: #b41019;
        width: 62px;
        height: 62px;
        padding: 0;
        border: 2px solid #FFF;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        margin: -30px auto 0px;
        position: relative;
        z-index: 1;
        text-align: center;
    }

    .price-table2 .sup {
        color: #FFF;
        font-size: 18px;
        line-height: 52px;
    }

    .price-table2 .price {
        color: #FFF;
        font-size: 26px;
        line-height: 62px;
    }

    .price-table2 .price_holder {
        margin: 0;
        border: 1px solid #e9e9e9;
        border-top: none;
        padding: 0;
    }

        .price-table2 .price_holder ul {
            padding: 25px 0;
            margin: 0;
        }

            .price-table2 .price_holder ul li {
                text-align: center;
                border: none;
                font-size: 15px;
                color: #2f2f2f;
                padding: 10px 0;
            }

    .price-table2 .price_bottom {
        background: #f7f7f7;
        padding: 19px 0;
        text-align: center;
    }

        .price-table2 .price_bottom a.btn {
            border: 2px solid #2f2f2f;
            padding: 12px 50px;
            background: none;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            color: #2f2f2f !important;
            box-shadow: none;
        }

            .price-table2 .price_bottom a.btn:hover {
                background-color: #b41019;
                border: 2px solid #b41019;
                color: #FFF !important;
            }

    .price-table2 .best_value .price_title {
        background: #b41019;
    }

    .price-table2 .best_value .price_bottom a.btn {
        background-color: #b41019;
        border: 2px solid #b41019;
        color: #FFF !important;
    }

    .price-table2 [class*="col-"]:hover .price_title {
        background: #b41019;
    }

    .price-table2 [class*="col-"]:hover .price_bottom a.btn {
        background-color: #b41019;
        border: 2px solid #b41019;
        color: #FFF !important;
    }

.price-table3 {
    padding: 10px 0 0 0;
}

    .price-table3 .price_title {
        padding: 15px 0 20px;
        background: #2f2f2f;
        text-align: center;
        color: #FFF;
        font-size: 37px;
        border: none;
    }

    .price-table3 h2 {
        font-size: 26px;
        color: #ffffff;
    }

    .price-table3 .price_holder {
        margin: 0px;
        border: 1px solid #e9e9e9;
        border-top: none;
        background: #f7f7f7;
        text-align: center;
    }

    .price-table3 .price_box {
        text-align: center;
    }

    .price-table3 .unit {
        font-size: 16px;
    }

    .price-table3 .sup {
        font-size: 26px;
        line-height: 10px;
        vertical-align: top;
    }

    .price-table3 .price_holder ul {
        border-bottom: 1px solid #e9e9e9;
    }

        .price-table3 .price_holder ul li {
            border-top: 1px solid #e9e9e9;
            font-size: 15px;
            color: #2f2f2f;
        }

    .price-table3 a.btn {
        padding: 12px 50px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        margin-bottom: 10px;
        background-color: #2f2f2f;
    }


.price-table4 {
    padding: 10px 0 0 0;
}

    .price-table4 .price_main {
        border: 1px solid #d9d9d9;
        border-radius: 6px 6px 6px 0;
        -moz-border-radius: 6px 6px 6px 0;
        -webkit-border-radius: 6px 6px 6px 0;
        margin-left: 8px;
    }

    .price-table4 .price_title {
        background: #FFF;
        border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        padding: 35px 2px 0px;
        width: 100%;
        margin: -4px 0 0 -8px;
    }

        .price-table4 .price_title h2 {
            padding: 15px 0;
            text-align: center;
            color: #ffffff;
            font-size: 26px;
            background-color: #2f2f2f;
            margin: 0px -3px;
            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? */
        }

    .price-table4 .price_holder {
        margin: 0px 0 4px -8px !important;
        padding: 0px 2px 10px;
        background: #FFF;
        width: 100%;
        text-align: center;
        border: 1px solid #d9d9d9;
        border-top: none;
        min-height: 250px;
        border-radius: 0px 0px 6px 6px;
        -moz-border-radius: 0px 0px 6px 6px;
        -webkit-border-radius: 0px 0px 6px 6px;
    }

    .price-table4 .price_box {
        text-align: center;
        color: #b41019;
        padding: 20px 0;
    }

    .price-table4 .sup {
        font-size: 48px;
        line-height: 48px;
    }

    .price-table4 .price {
        font-size: 80px;
        line-height: 1;
    }

    .price-table4 .unit {
        line-height: normal;
        font-size: 16px;
        display: inline-block;
        text-align: center !important;
    }

    .price-table4 .price_content {
        color: #2f2f2f;
        font-size: 13px;
        padding-bottom: 15px;
    }

    .price-table4 a.btn {
        padding: 12px 50px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        margin-bottom: 10px;
        background-color: #2f2f2f;
    }


@media only screen and (min-width: 768px) and (max-width: 979px) {
}

@media only screen and (max-width: 767px) {



    /*price*/

    .price-table .col.best_value {
        margin-top: 0px;
    }

        .price-table .col.best_value .price_title {
            padding-top: 15px;
            padding-bottom: 11px;
        }

        .price-table .col.best_value .price_holder {
            padding-bottom: 12px;
        }

    .price_content {
        margin-bottom: 20px;
    }

    .price-table .best_value {
        margin-top: 0px !important;
        margin-bottom: 15px !important;
    }
}

/*chart*/

.chart_list {
    text-align: center;
}

    .chart_list .percentage1 {
        position: relative;
        margin: auto auto 8px;
        width: 170px;
        height: 170px;
        line-height: 170px;
        color: #b41019;
    }

        .chart_list .percentage1 .percentage_inner {
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            width: 100%;
            font-size: 20px;
            color: #2e2e2e;
        }

            .chart_list .percentage1 .percentage_inner p {
            }

/*loaded_list*/

.loaded_list p {
    margin: 0px;
    color: #2e2e2e;
}

.loaded_list .progress {
    margin: 0 0 10px;
    height: 26px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

    .loaded_list .progress .bar {
        height: 26px;
        line-height: 26px;
        text-align: right;
        background: #b41019;
        color: #FFF;
        width: 0;
        transition: width ease-in 200ms;
        -moz-transition: width ease-in 200ms; /* Firefox 4 */
        -webkit-transition: width ease-in 200ms; /* Safari and Chrome */
        -o-transition: width ease-in 200ms; /* Opera */
        -ms-transition: width ease-in 200ms; /* IE9? */
    }

        .loaded_list .progress .bar span {
            padding-right: 5px;
        }


.loaded_list2 p {
    margin: 0px;
    padding-bottom: 6px;
}

.loaded_list2 .progress {
    margin: 0 0 10px;
    height: 10px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

    .loaded_list2 .progress .bar {
        height: 10px;
        line-height: 10px;
        text-align: right;
        background: #b41019;
        color: #FFF;
        width: 0;
        transition: width ease-in 200ms;
        -moz-transition: width ease-in 200ms; /* Firefox 4 */
        -webkit-transition: width ease-in 200ms; /* Safari and Chrome */
        -o-transition: width ease-in 200ms; /* Opera */
        -ms-transition: width ease-in 200ms; /* IE9? */
    }

        .loaded_list2 .progress .bar span {
            padding-right: 5px;
        }



/*number_Animation*/

.number_Animation {
    text-align: center;
    color: #b41019;
}

    .number_Animation .glyphicons {
        font-size: 90px;
    }

    .number_Animation .number {
        display: block;
        text-align: center;
        font-size: 48px;
    }

.number_Animation2 .glyphicons {
    font-size: 60px;
    display: block;
    margin: auto;
    padding: 8px 0;
}

.number_Animation2 {
    overflow: hidden;
}

    .number_Animation2 .number {
        font-size: 36px;
    }

    .number_Animation2 [class*="col-sm"] {
        position: relative;
    }

        .number_Animation2 [class*="col-sm"]:before {
            content: "";
            position: absolute;
            left: 100%;
            top: 0;
            bottom: 0;
            border-right: 1px dashed #e6e6e6;
        }



/*blockquote*/
blockquote {
    font-style: italic;
    color: #848484;
    position: relative;
    border: none;
}

    blockquote p {
        font-size: 13px;
        line-height: 1.8;
        text-indent: 50px;
        margin: 0;
    }

    blockquote small {
        display: block;
        line-height: 18px;
        font-size: 12px;
        position: absolute;
        bottom: -42px;
        left: 20%;
        padding: 24px 0 0 30px;
    }

.blockquote1 .mark {
    font-size: 100px;
    width: 100px;
    height: 100px;
    line-height: 145px;
    background-color: #b41019;
    display: block;
    margin: 0 auto 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-indent: -14px;
}

.blockquote1 p {
    font-size: 15px;
    color: #444444;
}

.blockquote1 small {
    display: block;
    line-height: 18px;
    font-size: 12px;
    position: static;
    padding: 24px 0 0 0px;
    font-size: 13px;
    color: #222222;
    font-style: normal;
}

    .blockquote1 small:before {
        content: "";
    }

    .blockquote1 small span {
        display: block;
        color: #b41019;
        font-size: 13px;
        font-weight: bold;
        padding-bottom: 5px;
    }

/*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 img {
        max-width: 100%;
    }

    .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;
        }

        * + html .Testimonials_tab .dot a {
            display: inline;
        }

            .Testimonials_tab .dot a.actived {
                background: #606060;
                width: 10px;
                height: 10px;
            }


.Testimonials_1 .dot {
    right: 60px;
    bottom: 16px;
}

    .Testimonials_1 .dot a {
        border: 1px solid #f2f2f2;
        width: 20px;
        height: 20px;
    }

        .Testimonials_1 .dot a.actived {
            width: 20px;
            height: 20px;
            border: 1px solid #f2f2f2;
            background: #f2f2f2;
        }

.Testimonials_1 blockquote {
    background: none;
    padding: 1px 0px 0px;
    margin: 0px;
    text-indent: 0;
}

    .Testimonials_1 blockquote p {
        background-color: #fafafa;
        border: 1px solid #ececec;
        padding: 20px;
        font-size: 13px;
        color: #808080;
        font-style: normal;
        text-indent: 0;
    }

.Testimonials_1 small {
    position: relative;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #777777;
    font-style: normal;
    padding: 24px 0 0 35px;
}

    .Testimonials_1 small:before {
        content: " ";
        position: absolute;
        top: -7px;
        left: 55px;
        width: 10px;
        height: 10px;
        background-color: #fafafa;
        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_1 small img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        margin-right: 15px;
        float: left;
        vertical-align: middle;
    }

    .Testimonials_1 small span {
        display: block;
        font-size: 15px;
        font-weight: bold;
        margin-top: 4px;
    }

.Testimonials_2 .last_page,
.Testimonials_2 .next_page {
    top: auto;
    bottom: 0;
    left: 50%;
}

.Testimonials_2 .last_page {
    right: 32px;
    margin: 0 0 0 -30px;
}

.Testimonials_2 .dot {
    right: 0;
    bottom: 3px;
    width: 100%;
    text-align: center;
}

    .Testimonials_2 .dot a {
        border: 1px solid #f2f2f2;
        width: 20px;
        height: 20px;
    }

        .Testimonials_2 .dot a.actived {
            width: 20px;
            height: 20px;
            border: 1px solid #f2f2f2;
            background: #f2f2f2;
        }

.Testimonials_2 blockquote {
    background: none;
    padding: 0px;
    margin: 0px;
    text-indent: 0;
}

    .Testimonials_2 blockquote p {
        padding: 0px;
        text-align: center;
        font-size: 13px;
        color: #808080;
        font-style: normal;
    }

.Testimonials_2 .Pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: middle;
    display: block;
    margin: 0px auto 10px;
    overflow: hidden;
    text-align: center;
    text-indent: 0;
}

.Testimonials_2 small {
    position: relative;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #777777;
    font-style: normal;
    padding: 15px 0 40px;
    width: 100%;
    text-align: center;
}

    .Testimonials_2 small:before {
        content: " ";
    }

    .Testimonials_2 small span {
        display: block;
        font-size: 15px;
        font-weight: bold;
        margin-top: 4px;
    }

.Testimonials_3 blockquote {
    background: none;
    padding-bottom: 0px;
    position: relative;
}

.Testimonials_3 .last_page {
    left: 180px;
    bottom: 60px;
}

.Testimonials_3 .next_page {
    left: 210px;
    bottom: 60px;
}

.Testimonials_3 {
    position: relative;
}

    .Testimonials_3 .Pic {
        width: 160px;
        height: 160px;
        max-width: 50%;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        overflow: hidden;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .Testimonials_3 li {
        padding-left: 180px;
        min-height: 160px;
        width: auto;
    }

    .Testimonials_3 blockquote span.mark {
        font-size: 103px;
        position: absolute;
        top: -15px;
        left: 10px;
        color: #555;
        line-height: normal;
        font-family: Arial, Helvetica, sans-serif !important;
        font-style: italic !important;
        text-indent: 0 !important;
        text-align: left;
        width: 100px;
    }

    * + html .Testimonials_3 blockquote span.mark {
        text-indent: -55px !important;
    }

    .Testimonials_3 small:before {
        content: " ";
    }

    .Testimonials_3 small span {
        display: block;
        font-size: 15px;
        color: #444444;
        font-weight: bold;
        margin-top: 4px;
        font-style: normal;
        margin-bottom: 3px;
    }

    .Testimonials_3 small {
        position: static;
        font-size: 13px;
        color: #777777;
        font-style: normal;
        padding: 25px 0 40px;
        float: right;
    }

    .Testimonials_3 .dot {
        left: 180px;
        bottom: 40px;
    }

.Testimonials_4 {
    margin: 0;
    padding: 0;
}

    .Testimonials_4 li {
        list-style: none;
    }

.Testimonials_5 .dot {
    right: 0px;
}

.Testimonials_4 blockquote {
    background: none;
    padding: 0px;
    margin: 0px 0px 15px;
}

    .Testimonials_4 blockquote p {
        border-bottom: 7px solid #f0f0f0;
        padding: 0px 0px 20px;
        font-size: 13px;
        line-height: 2;
        color: #808080;
        font-style: normal;
        text-indent: 0;
    }

.Testimonials_4 small {
    position: relative;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #777777;
    font-style: normal;
    padding: 24px 0 0 0px;
}

    .Testimonials_4 small:before {
        content: " ";
        position: absolute;
        top: 0px;
        left: 30px;
        width: 0px;
        height: 0px;
        border: 7px solid transparent;
        border-top: 10px solid #f0f0f0;
    }

    .Testimonials_4 small img {
        width: 60px;
        height: 60px;
        margin-right: 15px;
        float: left;
        vertical-align: middle;
    }

    .Testimonials_4 small span {
        display: block;
        font-size: 15px;
        font-weight: bold;
        margin: 6px 0px 5px;
    }

.Testimonials_5 blockquote {
    background: none;
    padding: 0px;
    margin: 0px 0px 15px;
    text-indent: 0;
}

    .Testimonials_5 blockquote p {
        padding: 0px;
        font-size: 13px;
        color: #808080;
        font-style: normal;
        text-indent: 0;
        padding: 20px;
        background-color: #b41019;
        color: #FFF;
    }

.Testimonials_5 small {
    position: relative;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #777777;
    font-style: normal;
    padding: 20px 0 0 0px;
}

    .Testimonials_5 small:before {
        content: " ";
        position: absolute;
        top: 0px;
        left: 30px;
        width: 0px;
        height: 0px;
        border: 7px solid transparent;
    }

    .Testimonials_5 small span {
        display: block;
        font-size: 15px;
        color: #b41019;
        font-weight: bold;
        margin: 6px 0px 5px;
    }

.Testimonials_5 .last_page,
.Testimonials_5 .next_page {
    top: auto;
    bottom: 5px;
    width: 29px;
    height: 27px;
    background-color: #959998;
    text-indent: -999px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    overflow: hidden;
}

    .Testimonials_5 .last_page:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0px !important;
        height: 0px !important;
        border: 6px solid transparent;
        border-right: 6px solid #FFF;
        margin: -6px 0px 0px -9px;
    }

    .Testimonials_5 .next_page:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0px !important;
        height: 0px !important;
        border: 6px solid transparent;
        border-left: 6px solid #FFF;
        margin: -6px 0px 0px -3px;
    }

.Testimonials_6 {
    padding-bottom: 30px;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: height ease-in 0ms;
    -moz-transition: height ease-in 0ms; /* Firefox 4 */
    -webkit-transition: height ease-in 0ms; /* Safari and Chrome */
    -o-transition: height ease-in 0ms; /* Opera */
    -ms-transition: height ease-in 0ms; /* IE9? */
}

    .Testimonials_6 .dot {
        text-align: center;
        width: 100%;
        bottom: 15px;
    }

        .Testimonials_6 .dot a,
        .Testimonials_6 .dot a.actived {
            width: 18px;
            height: 18px;
            border: none;
            background: #2e2e2e;
            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_6 .dot a.actived {
                background: #b41019;
            }

.Testimonials_7 {
    padding-bottom: 30px;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    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_7 .dot {
        text-align: center;
        width: 100%;
        bottom: 15px;
    }

        .Testimonials_7 .dot a,
        .Testimonials_7 .dot a.actived {
            width: 18px;
            height: 18px;
            border: none;
            background: #FFF;
            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_7 .dot a.actived {
                background: #b41019;
            }

    .Testimonials_7 .ico {
        width: 70px;
        height: 70px;
        overflow: hidden;
        line-height: 100px;
        text-indent: -25px;
        background-color: #b41019;
        text-align: center;
        margin: 0 auto 15px;
        font-size: 70px;
        color: #FFF;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .Testimonials_7 blockquote,
    .Testimonials_7 blockquote p {
        color: #FFF;
        text-align: center;
        font-size: 26px;
        line-height: 1.4;
    }

        .Testimonials_7 blockquote small {
            margin: auto;
            position: static;
            font-size: 22px;
            color: #ffffff;
        }

.Testimonials_8 {
    text-align: center;
    text-indent: 0;
}

    .Testimonials_8 p {
        font-size: 16px;
        color: #8a8a8a;
        text-align: center;
        text-indent: 0;
    }

    .Testimonials_8 small {
        color: #3d3f40;
        font-size: 16px;
        position: static;
        padding: 15px 0 10px;
    }

    .Testimonials_8 .dot {
        width: 100%;
        text-align: center;
    }

        .Testimonials_8 .dot a {
            width: 9px;
            height: 9px;
        }

            .Testimonials_8 .dot a.actived {
                width: 13px;
                height: 13px;
            }


.Testimonials_9 .last_page,
.Testimonials_9 .next_page {
    width: 30px;
    height: 30px;
    border: 2px solid #494b4d;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: transparent;
    text-indent: -999px;
    overflow: hidden;
}

.Testimonials_9 .last_page {
    right: 52px;
}

.Testimonials_9 .next_page {
    right: 15px;
}

    .Testimonials_9 .last_page:hover,
    .Testimonials_9 .next_page:hover {
        border: 2px solid #b41019;
        background-color: transparent !important;
    }

.Testimonials_9 .last_page:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 2px solid #494b4d;
    border-left: 2px solid #494b4d;
    width: 8px;
    height: 8px;
    margin: -3px 0 0 -2px;
    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 */
}

.Testimonials_9 .next_page:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 2px solid #494b4d;
    border-right: 2px solid #494b4d;
    width: 8px;
    height: 8px;
    margin: -3px 0 0 -4px;
    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 */
}

.Testimonials_9 .last_page:hover:before {
    border-bottom: 2px solid #b41019;
    border-left: 2px solid #b41019;
}

.Testimonials_9 .next_page:hover:before {
    border-bottom: 2px solid #b41019;
    border-right: 2px solid #b41019;
}

.Testimonials_9 .dot {
    right: 60px;
    bottom: 16px;
}

    .Testimonials_9 .dot a {
        border: 1px solid #f2f2f2;
        width: 20px;
        height: 20px;
    }

        .Testimonials_9 .dot a.actived {
            width: 20px;
            height: 20px;
            border: 1px solid #f2f2f2;
            background: #f2f2f2;
        }

.Testimonials_9 blockquote {
    background: none;
    padding: 1px 0px 0px;
    margin: 0px;
    text-indent: 0;
}

    .Testimonials_9 blockquote p {
        background-color: #fafafa;
        border: 1px solid #ececec;
        padding: 20px;
        font-size: 13px;
        color: #808080;
        font-style: normal;
        text-indent: 0;
    }



.Testimonials_9 small {
    position: relative;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #777777;
    font-style: normal;
    padding: 24px 0 0 35px;
}

    .Testimonials_9 small:before {
        content: " ";
        position: absolute;
        top: -7px;
        left: 55px;
        width: 10px;
        height: 10px;
        background-color: #fafafa;
        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_9 small img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        margin-right: 15px;
        float: left;
        vertical-align: middle;
        border: 2px solid #ededed;
    }

    .Testimonials_9 small span {
        display: block;
        font-size: 15px;
        font-weight: bold;
        margin: 4px 0;
        color: #b41019;
    }

.Testimonials_10,
.Testimonials_10 blockquote,
.Testimonials_10 p {
    text-indent: 5px;
    font-style: normal;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

    .Testimonials_10 small {
        color: #b41019;
        position: static;
        margin: 0;
        padding: 10px 0 30px;
        font-size: 14px;
    }

        .Testimonials_10 small:before {
            content: "";
        }

    .Testimonials_10 .dot a {
        width: 9px;
        height: 9px;
        border: none;
        background: #333333;
    }

        .Testimonials_10 .dot a.actived {
            background: #b41019;
        }


@media only screen and (max-width: 767px) {
    .Testimonials_3 li {
        padding-left: 100px;
    }

    .Testimonials_3 .Pic {
        width: 80px;
        height: 80px;
    }

    .Testimonials_7 blockquote,
    .Testimonials_7 blockquote p {
        font-size: 18px;
        line-height: 1.4;
    }

        .Testimonials_7 blockquote small {
            font-size: 14px;
        }
}


/* horizontalTab_Top_1*/

.horizontalTab_Top_1 {
    padding-bottom: 15px;
}

    .horizontalTab_Top_1 ul.resp-tabs-list li,
    .horizontalTab_Top_1 ul.resp-tabs-list li:hover {
        margin-right: 10px;
        border: 1px solid #d6d6d6;
        border-bottom: none;
    }

        .horizontalTab_Top_1 ul.resp-tabs-list li span,
        .horizontalTab_Top_1 ul.resp-tabs-list li:hover span {
            padding: 12px 22px;
            font-size: 14px;
            color: #FFF;
        }

        .horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active {
            border: 1px solid #d6d6d6;
            border-bottom: none;
        }

            .horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span {
                color: #2e2e2e !important;
                background-color: #fafafa;
            }

    .horizontalTab_Top_1 .resp-tabs-container {
        border: 1px solid #d6d6d6;
        background-color: #fafafa;
    }

.horizontalTab_Top_2 {
    padding-bottom: 15px;
}

    .horizontalTab_Top_2 ul.resp-tabs-list li,
    .horizontalTab_Top_2 ul.resp-tabs-list li:hover {
        margin: 0 5px 3px 0;
        border: 1px solid #d6d6d6;
    }

        .horizontalTab_Top_2 ul.resp-tabs-list li span,
        .horizontalTab_Top_2 ul.resp-tabs-list li:hover span {
            padding: 10px 12px;
            font-size: 14px;
            color: #FFF !important;
        }

        .horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span {
            background-color: #fafafa;
            color: #2e2e2e !important;
        }

    .horizontalTab_Top_2 .resp-tabs-container {
        background-color: #fafafa;
        border: 1px solid #d6d6d6;
    }

.horizontalTab_Top_3 {
    border: 1px solid #d6d6d6;
    background-color: #fafafa;
    padding: 10px 20px;
    width: auto !important;
}

    .horizontalTab_Top_3 ul.resp-tabs-list li,
    .horizontalTab_Top_3 ul.resp-tabs-list li:hover {
        margin: 0 10px 5px 0;
        border: none !important;
    }

        .horizontalTab_Top_3 ul.resp-tabs-list li span {
            padding: 12px 22px;
            font-size: 14px;
            color: #FFF;
            background: none !important;
        }

        .horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active,
        .horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active:hover {
            background-color: #2e2e2e;
        }

            .horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active span,
            .horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active:hover span,
            .horizontalTab_Top_3 ul.resp-tabs-list li:hover span {
                color: #FFF !important;
            }

    .horizontalTab_Top_3 ul.resp-tabs-list {
        clear: both;
        overflow: hidden;
        border-bottom: 1px solid #d6d6d6;
    }

    .horizontalTab_Top_3 .resp-tabs-container {
        border: none;
    }

.horizontalTab_Top_4 ul.resp-tabs-list li {
    border: none;
    border-right: 1px solid #FFF;
}

    .horizontalTab_Top_4 ul.resp-tabs-list li span {
        padding: 10px 50px 10px 15px;
        background-color: #f1f2f2;
        font-size: 15px;
        color: #3d3f40;
    }

    .horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active span {
        border-top: 3px solid #b41019;
        padding-top: 7px;
        color: #3d3f40;
    }

    .horizontalTab_Top_4 ul.resp-tabs-list li:last-child {
        border-right: none;
    }

    .horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active:last-child {
        border-right: 1px solid #e8e8e8;
    }

.verticalTab_Left_1 {
    padding-bottom: 15px;
}

    .verticalTab_Left_1 .resp-tab-content {
        border: none;
    }

    .verticalTab_Left_1 .resp_container .resp_margin {
        border: 1px solid #d6d6d6;
        padding: 15px 25px;
        margin: 0;
        background: #fafafa !important;
    }

    .verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active span {
        margin: 0px;
        border: none;
        background: none !important;
    }

    .verticalTab_Left_1 ul.resp-tabs-list li {
        border: 1px solid transparent;
        padding-left: 1px;
        margin: 0 3px 8px 0;
    }

        .verticalTab_Left_1 ul.resp-tabs-list li span,
        .verticalTab_Left_1 ul.resp-tabs-list li:hover span {
            padding: 13px 15px;
            margin: 0px;
            border: none;
            background: none;
            color: #FFF;
        }

        .verticalTab_Left_1 ul.resp-tabs-list li:first-child {
            border: 1px solid #d6d6d6;
        }

    .verticalTab_Left_1 ul.resp-tabs-list {
        padding: 0px;
    }

        .verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active {
            margin-right: -1px;
            padding-right: 4px;
            border: 1px solid #d6d6d6 !important;
            border-right: none !important;
            background: #fafafa !important;
        }

            .verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active span {
                color: #2e2e2e;
            }

.verticalTab_Left_2 {
    padding-bottom: 15px;
}

    .verticalTab_Left_2 .resp-tab-content {
        border: none;
    }

    .verticalTab_Left_2 .resp_container .resp_margin {
        border: 1px solid #d6d6d6;
        padding: 15px 25px;
        margin: 0;
        background: #fafafa;
    }

    .verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active span {
        margin: 0px;
        border: none;
    }

    .verticalTab_Left_2 ul.resp-tabs-list li {
        border: 1px solid transparent;
        padding-left: 1px;
        margin: 0 3px 8px 0;
    }

        .verticalTab_Left_2 ul.resp-tabs-list li span,
        .verticalTab_Left_2 ul.resp-tabs-list li:hover span {
            padding: 13px 15px !important;
            margin: 0px;
            border: none;
            background: none;
            color: #FFF;
        }

        .verticalTab_Left_2 ul.resp-tabs-list li:first-child {
            border: 1px solid #d6d6d6;
        }

    .verticalTab_Left_2 ul.resp-tabs-list {
        padding: 0px;
    }

        .verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active {
            margin-right: 3px;
            padding-right: 0px;
            border: 1px solid #d6d6d6 !important;
            background: #fafafa !important;
        }

            .verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active span {
                color: #2e2e2e !important;
            }

.verticalTab_Left_3 {
    border: 1px solid #d6d6d6;
    background-color: #fafafa;
    padding: 10px 20px;
    width: auto !important;
}

    .verticalTab_Left_3 .resp-tab-content {
        border: none;
    }

    .verticalTab_Left_3 .resp_container .resp_margin {
        border: none;
        padding: 15px 25px;
        margin: 0;
    }

    .verticalTab_Left_3 ul.resp-tabs-list li span {
        padding: 12px 15px;
        margin: 0px;
        border: none;
        background: none;
        color: #FFF;
        text-align: left;
    }

    .verticalTab_Left_3 ul.resp-tabs-list li:hover span {
        color: #FFF;
    }

    .verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active span {
        margin: 0px;
        border: none;
        color: #FFF;
        padding-right: 15px;
        background: transparent !important;
    }

    .verticalTab_Left_3 ul.resp-tabs-list li {
        margin-bottom: 12px;
        margin-right: 10px;
        text-align: center;
    }

        .verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active,
        .verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active:hover {
            background: #2e2e2e !important;
        }

        .verticalTab_Left_3 ul.resp-tabs-list li:first-child {
            border-top: 1px solid #ebebeb;
        }

    .verticalTab_Left_3 ul.resp-tabs-list {
        padding: 0px;
        border-right: 1px solid #d6d6d6;
    }

        .verticalTab_Left_3 ul.resp-tabs-list li em,
        .verticalTab_Left_3 ul.resp-tabs-list li i,
        .verticalTab_Left_3 h2.resp-accordion span em,
        .verticalTab_Left_3 h2.resp-accordion span i {
            padding-right: 5px;
        }

.verticalTab_Right_1 {
    padding-bottom: 15px;
}

    .verticalTab_Right_1 .resp-tab-content {
        border: none;
    }

    .verticalTab_Right_1 .resp_container .resp_margin {
        border: 1px solid #d6d6d6;
        padding: 15px 25px;
        margin: 0;
        background: #fafafa !important;
    }

    .verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active span {
        margin: 0px;
        border: none;
        background: none !important;
    }

    .verticalTab_Right_1 ul.resp-tabs-list li {
        border: 1px solid transparent;
        padding-right: 1px;
        margin: 0 0 8px 3px;
    }

        .verticalTab_Right_1 ul.resp-tabs-list li span,
        .verticalTab_Right_1 ul.resp-tabs-list li:hover span {
            padding: 13px 15px;
            margin: 0px;
            border: none;
            background: none;
            color: #FFF;
        }

        .verticalTab_Right_1 ul.resp-tabs-list li:first-child {
            border: 1px solid #d6d6d6;
        }

    .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: 4px;
            border: 1px solid #d6d6d6 !important;
            border-left: none !important;
            background: #fafafa !important;
        }

            .verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active span {
                color: #2e2e2e !important;
            }

.verticalTab_Right_2 {
    padding-bottom: 15px;
}

    .verticalTab_Right_2 .resp-tab-content {
        border: none;
    }

    .verticalTab_Right_2 .resp_container .resp_margin {
        border: 1px solid #d6d6d6;
        padding: 15px 25px;
        margin: 0;
        background: #fafafa !important;
    }

    .verticalTab_Right_2 ul.resp-tabs-list li.resp-tab-active span {
        margin: 0px;
        border: none;
        background: none !important;
    }

    .verticalTab_Right_2 ul.resp-tabs-list li {
        border: 1px solid transparent;
        padding-right: 1px;
        margin: 0 0 8px 3px;
    }

        .verticalTab_Right_2 ul.resp-tabs-list li span,
        .verticalTab_Right_2 ul.resp-tabs-list li:hover span {
            padding: 13px 15px !important;
            margin: 0px;
            border: none;
            background: none;
            color: #FFF;
        }

        .verticalTab_Right_2 ul.resp-tabs-list li:first-child {
            border: 1px solid #d6d6d6;
        }

    .verticalTab_Right_2 ul.resp-tabs-list {
        padding: 0px;
    }

        .verticalTab_Right_2 ul.resp-tabs-list li.resp-tab-active {
            margin-left: 3px;
            padding-left: 0px;
            border: 1px solid #d6d6d6 !important;
            background: #fafafa !important;
        }

            .verticalTab_Right_2 ul.resp-tabs-list li.resp-tab-active span {
                color: #2e2e2e !important;
                padding-left: 15px !important;
            }

.verticalTab_Right_3 {
    border: 1px solid #d6d6d6;
    background-color: #fafafa;
    padding: 20px 30px;
    width: auto !important;
}

    .verticalTab_Right_3 .resp-tab-content {
        border: none;
    }

    .verticalTab_Right_3 .resp_container .resp_margin {
        border: none;
        padding: 15px 25px 10px 0px;
        margin: 0;
    }

    .verticalTab_Right_3 ul.resp-tabs-list li span {
        padding: 12px 15px;
        margin: 0px;
        border: none;
        background: none;
        color: #FFF;
        text-align: left;
    }

    .verticalTab_Right_3 ul.resp-tabs-list li:hover span {
        color: #FFF;
    }

    .verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active span {
        margin: 0px;
        border: none;
        color: #FFF;
        padding-left: 15px !important;
        background: transparent !important;
    }

    .verticalTab_Right_3 ul.resp-tabs-list li {
        margin-bottom: 12px;
        margin-left: 10px;
        text-align: center;
    }

        .verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active,
        .verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active:hover {
            background: #2e2e2e !important;
        }

        .verticalTab_Right_3 ul.resp-tabs-list li:first-child {
            border-top: 1px solid #ebebeb;
        }

    .verticalTab_Right_3 ul.resp-tabs-list {
        padding: 0px;
        border-left: 1px solid #d6d6d6;
    }

        .verticalTab_Right_3 ul.resp-tabs-list li em,
        .verticalTab_Right_3 ul.resp-tabs-list li i,
        .verticalTab_Right_3 h2.resp-accordion span em,
        .verticalTab_Right_3 h2.resp-accordion span i {
            padding-right: 5px;
        }

    .horizontalTab_Top_1 table td,
    .horizontalTab_Top_2 table td,
    .horizontalTab_Top_3 table td,
    .horizontalTab_Top_4 table td,
    .verticalTab_Left_1 table td,
    .verticalTab_Left_2 table td,
    .verticalTab_Left_3 table td,
    .verticalTab_Left_4 table td,
    .verticalTab_Right_1 table td,
    .verticalTab_Right_2 table td,
    .verticalTab_Right_3 table td,
    .verticalTab_Right_4 table td {
        vertical-align: top;
    }

        .horizontalTab_Top_1 table td img,
        .horizontalTab_Top_2 table td img,
        .horizontalTab_Top_3 table td img,
        .horizontalTab_Top_4 table td img,
        .verticalTab_Left_1 table td img,
        .verticalTab_Left_2 table td img,
        .verticalTab_Left_3 table td img,
        .verticalTab_Left_4 table td img,
        .verticalTab_Right_1 table td img,
        .verticalTab_Right_2 table td img,
        .verticalTab_Right_3 table td img,
        .verticalTab_Right_4 table td img {
            max-width: none;
            margin: 5px 25px 5px 0;
        }

.horizontalTab_Top ul.resp-tabs-list li em,
.horizontalTab_Top ul.resp-tabs-list li i,
.horizontalTab_Top h2.resp-accordion span em,
.horizontalTab_Top h2.resp-accordion span i,
.verticalTab_Left ul.resp-tabs-list li em,
.verticalTab_Left ul.resp-tabs-list li i,
.verticalTab_Left h2.resp-accordion span em,
.verticalTab_Left h2.resp-accordion span i,
.verticalTab_Right ul.resp-tabs-list li em,
.verticalTab_Right ul.resp-tabs-list li i,
.verticalTab_Right h2.resp-accordion span em,
.verticalTab_Right h2.resp-accordion span i {
    margin-right: 5px;
}

@media only screen and (max-width: 797px) {


    .verticalTab_Left_1 .resp_container .resp_margin,
    .verticalTab_Left_2 .resp_container .resp_margin,
    .verticalTab_Left_3 .resp_container .resp_margin,
    .verticalTab_Right_1 .resp_container .resp_margin,
    .verticalTab_Right_2 .resp_container .resp_margin,
    .verticalTab_Right_3 .resp_container .resp_margin {
        border-bottom: none;
    }

    .horizontalTab_Top_1 .resp-tabs-container {
        border: none;
    }

    .horizontalTab_Top_3,
    .verticalTab_Right_3,
    .verticalTab_Left_3 {
        border: none;
        background-color: transparent;
        padding: 0;
    }

        .horizontalTab_Top_1 .resp-tabs-container,
        .horizontalTab_Top_3 .resp-tabs-container {
            border-bottom: 1px solid #d6d6d6;
        }

        .verticalTab_Right_3 .resp_container .resp_margin {
            border-left: 1px solid #d6d6d6;
            border-right: 1px solid #d6d6d6;
        }

    .horizontalTab_Top_2 .resp-tabs-container {
        border: none;
        border-bottom: 1px solid #d6d6d6;
    }

    .horizontalTab_Top h2.resp-accordion,
    .verticalTab_Right_3 h2.resp-accordion,
    .verticalTab_Left h2.resp-accordion {
        border: 1px solid #d6d6d6;
        border-bottom: none;
    }
}

/* **********  accordion_1  ************** */

.accordion_1 .panel-default {
    background-color: #FFF;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.accordion_1 > .panel-default > .panel-heading {
    padding: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.accordion_1 .panel-title a {
    font-size: 14px;
    color: #FFF;
    font-weight: normal;
    display: block;
    padding: 10px 15px;
    position: relative;
}

    .accordion_1 .panel-title a:hover {
        text-decoration: none;
    }

.accordion_1 .panel-title span {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.accordion_1 .panel-title a.collapsed {
    background-color: #fafafa;
    color: #444;
}

.accordion_1 .panel-title a:before {
    content: " ";
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -10px 0 0 0;
}

.accordion_1 .panel-title a.collapsed:before {
    border: 6px solid transparent;
    border-top: 6px solid #969696;
    margin: -3px 0 0 0;
}


.accordion_2 .panel-default {
    background-color: #FFF;
    margin: -1px 0 0 0px !important;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.accordion_2 > .panel-default > .panel-heading {
    background-color: transparent;
    padding: 0px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.accordion_2 .panel-title a {
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 12px 5px;
    position: relative;
}

    .accordion_2 .panel-title a:hover {
        text-decoration: none;
    }

.accordion_2 .panel-title span {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.accordion_2 .panel-title a.collapsed {
    background-color: none;
    color: #444;
}

.accordion_2 .panel-body {
    border: none !important;
}

.accordion_2 .panel-heading .accordion_icon {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    vertical-align: middle;
    margin-right: 10px;
    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: 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? */
}

.accordion_2 .panel-heading a.collapsed .accordion_icon {
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    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 */
}

.accordion_2 .panel-heading a.collapsed:hover {
}

    .accordion_2 .panel-heading a.collapsed:hover .accordion_icon {
    }




.accordion_3 .panel-default {
    background-color: #FFF;
    margin: 0px !important;
    border: none;
    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 0 !important;
}

.accordion_3 .panel-title a {
    display: block;
    background-color: #f2f2f2;
    border: none;
    padding: 12px 0px 12px 50px;
    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_3 .panel-title a .accordion_icon {
        background: #dedede;
        width: 38px;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        text-align: center;
        color: #FFF;
        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? */
    }

    .accordion_3 .panel-title a.collapsed {
        color: #444;
    }

        .accordion_3 .panel-title a.collapsed .accordion_icon {
            background: #dedede;
            color: #666666;
        }

    .accordion_3 .panel-title a:hover {
        text-decoration: none;
    }

        .accordion_3 .panel-title a:hover .accordion_icon {
            color: #FFF;
        }

.accordion_3 .accordion_icon:before {
    content: "\002B";
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -8px;
    position: absolute;
    width: 18px;
    text-align: center;
}

.accordion_3 .panel-title a .accordion_icon:before {
    content: "\2212";
    font-size: 20px;
}

.accordion_3 .panel-title a.collapsed .accordion_icon:before {
    content: "\002B";
    font-size: 26px;
}

.accordion_4 .panel-default {
    background-color: #FFF;
    margin: 0px !important;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.accordion_4 > .panel-default > .panel-heading {
    background-color: transparent;
    padding: 0px;
    border: 1px solid #e0e0e0 !important;
    margin: 0px 0 5px 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.accordion_4 .panel-body {
    border: none !important;
    padding: 15px 0 !important;
}

.accordion_4 .panel-title a {
    display: block;
    background-color: #f2f2f2;
    border: none;
    padding: 11px 50px 11px 15px;
    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 .accordion_icon {
    width: 38px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    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? */
}

.accordion_4 .accordion_icon:before {
    left: 50%;
}

.accordion_4 .panel-title a.collapsed {
    color: #444;
}

    .accordion_4 .panel-title a.collapsed .accordion_icon {
        background: #666666;
        color: #FFF;
    }

.accordion_4 .panel-title a:hover {
    text-decoration: none;
}

.accordion_4 .panel-title a.collapsed:hover .accordion_icon {
}

.accordion_4 .panel-title a .accordion_icon:before {
    content: " ";
    top: 50%;
    margin: -2px 0 0 -4px;
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg); /* IE 9 */
    -moz-transform: rotate(-135deg); /* Firefox */
    -webkit-transform: rotate(-135deg); /* Safari and Chrome */
    -o-transform: rotate(-135deg); /* Opera */
    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? */
}

.accordion_4 .panel-title a.collapsed .accordion_icon:before {
    margin: -6px 0 0 -4px;
    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 */
}

.accordion_5 .panel-default {
    border: none;
    box-shadow: none;
}

.accordion_5 > .panel-default > .panel-heading {
    padding: 0px;
    background-color: #ebebeb;
}

.accordion_5 .panel-title a {
    font-size: 15px;
    color: #FFF;
    font-weight: normal;
    display: block;
    padding: 13px 15px;
    position: relative;
    background-color: #b41019;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    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? */
}

    .accordion_5 .panel-title a:hover {
        text-decoration: none;
    }

.accordion_5 .panel-title span {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.accordion_5 .panel-title a.collapsed {
    background-color: #ebebeb;
    color: #444444;
}

.accordion_5 .panel-title a:before {
    content: "-";
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -9px 0 0 0;
    font-size: 20px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.accordion_5 .panel-title a.collapsed:before {
    content: "+";
}

.accordion_5 .panel-default,
.accordion_5 .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top: none !important;
}

    .accordion_5 .panel-default .panel-collapse .panel-body {
        border-left: 1px solid #b41019 !important;
        margin: 20px 30px;
        padding: 5px 20px;
    }





.accordion_6 .panel-default {
    background-color: #FFF;
    margin: 0px !important;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.accordion_6 > .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_6 .panel-body {
    border: none !important;
    padding: 15px 0 !important;
}

.accordion_6 .panel-title a {
    display: block;
    background-color: #e8e8e8;
    border: none;
    padding: 15px 0px 15px 60px;
    position: relative;
    font-size: 15px;
    color: #2e2e2e;
    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_6 .panel-title a .accordion_icon {
        background: #b41019;
        width: 45px;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        text-align: center;
        color: #FFF;
        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? */
    }

    .accordion_6 .panel-title a.collapsed {
        color: #444;
    }

        .accordion_6 .panel-title a.collapsed .accordion_icon {
            background: #b41019;
        }

    .accordion_6 .panel-title a:hover {
        text-decoration: none;
    }

        .accordion_6 .panel-title a:hover .accordion_icon {
            color: #FFF;
        }

.accordion_6 .accordion_icon:before {
    content: "\002B";
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -8px;
    position: absolute;
    width: 18px;
    text-align: center;
}

.accordion_6 .panel-title a .accordion_icon:before {
    content: "\2212";
    font-size: 20px;
}

.accordion_6 .panel-title a.collapsed .accordion_icon:before {
    content: "\002B";
    font-size: 26px;
}






/*quotes*/

.quotes_1 blockquote {
    background: #fbfbfb;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #8f8f8f;
    text-indent: 0px;
    padding: 25px 35px;
    margin: 0 0 8px;
}

    .quotes_1 blockquote p {
        text-indent: 0px;
        color: #8f8f8f;
    }

    .quotes_1 blockquote small {
        position: static;
        color: #5e5e5e;
        padding: 20px 0 0;
    }

    .quotes_1 blockquote span.mark {
        font-size: 20px;
        position: absolute;
        top: 25px;
        left: 20px;
        line-height: normal;
        font-family: Tahoma, Geneva, sans-serif !important;
        font-style: italic !important;
    }

    * + html .quotes_1 blockquote span.mark {
        text-indent: -15px !important;
    }

.quotes_2 blockquote {
    background: #FFF;
    border: 1px solid #ebebeb;
    color: #8f8f8f;
    text-indent: 0px;
    padding: 25px 35px;
    margin: 0 0 8px;
}

    .quotes_2 blockquote p {
        text-indent: 20px;
        position: relative;
        z-index: 1;
        color: #8f8f8f;
    }

    .quotes_2 blockquote small {
        position: static;
        color: #5e5e5e;
        padding: 20px 0 0;
        text-align: right;
    }

    .quotes_2 blockquote span.mark {
        font-size: 120px;
        position: absolute;
        top: -15px;
        left: 10px;
        color: #d2d2d2;
        line-height: normal;
        z-index: 0;
        font-family: Tahoma, Geneva, sans-serif !important;
        font-style: italic !important;
        text-indent: 0px !important;
    }

    * + html .quotes_2 blockquote span.mark {
        text-indent: -75px !important;
        top: -5px;
    }

.quotes_3 blockquote {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #FFF;
    text-indent: 0px;
    padding: 25px 35px;
    margin: 0 0 8px;
}

    .quotes_3 blockquote p {
        text-indent: 30px;
        color: #FFF;
    }

    .quotes_3 blockquote small {
        position: static;
        color: #FFF;
        padding: 20px 0 0;
        text-align: right;
    }

    .quotes_3 blockquote span.mark {
        font-size: 84px;
        position: absolute;
        top: 8px;
        left: 25px;
        color: #FFF;
        line-height: normal;
        font-family: Arial, Helvetica, sans-serif !important;
    }

    * + html .quotes_3 blockquote span.mark {
        text-indent: -55px !important;
        top: 10px;
    }

.quotes_4 blockquote {
    background: #FFF;
    color: #8f8f8f;
    text-indent: 0px;
    padding: 25px 00px;
    margin: 0 0 8px;
}

    .quotes_4 blockquote p {
        text-indent: 45px;
        color: #8f8f8f;
    }

    .quotes_4 blockquote small {
        position: static;
        padding: 20px 0 0;
    }

    .quotes_4 blockquote span.mark {
        font-size: 103px;
        position: absolute;
        top: -2px;
        left: -10px;
        color: #d2d2d2;
        line-height: normal;
        font-family: Georgia, "Times New Roman", Times, serif !important;
        font-style: italic !important;
    }

    * + html .quotes_4 blockquote span.mark {
        text-indent: -55px !important;
        top: 0px;
    }

/*dropcaps*/

.dropcaps_1 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    font-size: 45px;
    color: #666666;
}

.dropcaps_2 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    font-size: 45px;
    color: #b41019;
}

.dropcaps_3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 10px 8px 5px 0px;
    text-align: center;
    float: left;
    font-size: 36px;
    color: #666666;
    background: #f2f2f2;
}

.dropcaps_4 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 10px 8px 5px 0px;
    text-align: center;
    float: left;
    font-size: 36px;
    color: #b41019;
    background: #f2f2f2;
}

.dropcaps_5 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 10px 8px 5px 0px;
    text-align: center;
    float: left;
    font-size: 36px;
    color: #FFF;
    background: #b41019;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.dropcaps_6 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 10px 8px 5px 0px;
    text-align: center;
    float: left;
    font-size: 36px;
    color: #FFF;
    background: #b41019;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.dropcaps_7 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 10px 8px 5px 0px;
    text-align: center;
    float: left;
    font-size: 36px;
    color: #FFF;
    background: #2e2e2e;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.dropcaps_8 {
    width: 84px;
    height: 84px;
    line-height: 84px;
    margin: 10px 15px 0px 0px;
    text-align: center;
    float: left;
    font-size: 70px;
    color: #FFF;
    background: #2e2e2e;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
/*dividers*/

.dividers_1 {
    border: none;
    border-bottom: 1px solid #ebebeb;
    height: 0px;
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    margin: 5px 0;
}

.dividers_2 {
    border: none;
    border-bottom: 1px dashed #d7d7d7;
    height: 0px;
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    margin: 5px 0;
}

.dividers_3 {
    border: none;
    border-bottom: 3px double #ebebeb;
    height: 0px;
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    margin: 5px 0;
}

.dividers_4 {
    border: none;
    border-bottom: 2px solid #da4447;
    height: 0px;
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    margin: 5px 0;
}

.dividers_5 {
    border: none;
    border-top: 1px dotted #cdcdcd;
    border-bottom: 1px dotted #cdcdcd;
    height: 2px;
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    margin: 5px 0;
}

.dividers_6 {
    border: none;
    height: 1px;
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    background: #ebebeb;
    background: -ms-linear-gradient(#ebebeb, #ebebeb 30%, #FFF 77%);
    background: -o-linear-gradient(#ebebeb, #ebebeb 30%, #FFF 77%);
    background: -moz-radial-gradient(#ebebeb, #ebebeb 30%, #FFF 77%);
    background: -webkit-radial-gradient(#ebebeb, #ebebeb 30%, #FFF 77%);
    margin: 5px 0;
}

.dividers_7 {
    border: none;
    height: 3px;
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    background: #ebebeb;
    background: -ms-linear-gradient(#ebebeb, #dfdfdf 30%, #FFF 72%);
    background: -o-linear-gradient(#ebebeb, #dfdfdf 30%, #FFF 72%);
    background: -moz-radial-gradient(#ebebeb, #dfdfdf 30%, #FFF 72%);
    background: -webkit-radial-gradient(#ebebeb, #dfdfdf 30%, #FFF 72%);
    margin: 5px 0;
}

.dividers_8 {
    border: none;
    border-top: 1px dashed #d6d6d6;
    border-bottom: 1px dashed #d6d6d6;
    text-align: center;
    width: 100%;
    clear: both;
    display: block;
    font-size: 30px;
    margin: 15px 0;
}

    .dividers_8 span {
        display: block;
        width: 50px;
        margin: -10px auto;
        background: #FFF;
        padding: 0 10px 0 8px;
        color: #000;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

/*list*/

.list_style1 {
    margin: 0px;
    padding: 0px;
}

    .list_style1 li {
        list-style: none;
        padding: 3px 0px;
    }

        .list_style1 li .glyphicons,
        .list_style1 li .social {
            margin-right: 5px;
        }

        .list_style1 li a,
        .list_style1 li a:link,
        .list_style1 li a:active,
        .list_style1 li a:visited {
            color: #888888;
        }

            .list_style1 li a:hover {
                color: #b41019;
            }

.list_style2 {
    margin: 0px;
    padding: 0px;
}

    .list_style2 ul {
        padding-top: 5px;
    }

    .list_style2 li {
        list-style: none;
        padding: 5px 0px;
    }

        .list_style2 li:before {
            content: " ";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background-color: #b41019;
            margin: 0 8px 2px 0;
            display: inline-block;
            vertical-align: middle;
        }

        .list_style2 li a,
        .list_style2 li a:link,
        .list_style2 li a:active,
        .list_style3 li a:visited {
            color: #888888;
        }

            .list_style2 li a:hover {
                color: #b41019;
            }

.list_style3 {
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #eaeaea;
}

    .list_style3 ul {
        padding-top: 5px;
    }

    .list_style3 li {
        list-style: none;
        padding: 12px 0px;
        border-bottom: 1px solid #eaeaea;
    }

        .list_style3 li a,
        .list_style3 li a:link,
        .list_style3 li a:active,
        .list_style3 li a:visited {
            color: #888888;
        }

            .list_style3 li a:hover {
                color: #b41019;
            }

    .list_style3 span.glyphicons,
    .list_style3 span.social {
        font-size: 20px;
        vertical-align: middle;
        background: #dcdcdc;
        padding: 5px;
        margin-right: 10px;
        color: #FFF;
        width: auto;
    }

.list_style4 {
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #eaeaea;
}

    .list_style4 ul {
        padding-top: 5px;
    }

    .list_style4 li {
        list-style: none;
        padding: 10px 0px;
        line-height: 20px;
        border-bottom: 1px solid #eaeaea;
    }

        .list_style4 li a,
        .list_style4 li a:link,
        .list_style4 li a:active,
        .list_style4 li a:visited {
            color: #888888;
        }

            .list_style4 li a:hover {
                color: #b41019;
            }

    .list_style4 span.glyphicons,
    .list_style4 span.social {
        font-size: 18px;
        vertical-align: middle;
        margin-right: 10px;
        color: #666;
    }


.list_style5 {
    margin: 0px;
    padding: 0px;
}

    .list_style5 li {
        list-style: none;
        padding: 13px 10px 13px 20px;
        margin-bottom: 7px;
        line-height: 20px;
        border: 1px solid #E5E5E5;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        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? */
    }

        .list_style5 li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 13px 10px 13px 20px;
            margin: -13px -10px -13px -20px;
        }

            .list_style5 li,
            .list_style5 li a,
            .list_style5 li a:link,
            .list_style5 li a:active,
            .list_style5 li a:visited {
                color: #333333;
            }

                .list_style5 li:hover {
                    background-color: #b41019;
                    color: #FFF;
                }

                    .list_style5 li:hover a,
                    .list_style5 li a:hover {
                        color: #FFF;
                        text-decoration: none;
                    }

    .list_style5 span.glyphicons,
    .list_style5 span.social {
        font-size: 18px;
        vertical-align: middle;
        margin-right: 10px;
        color: #666;
    }

.list_style6 {
    border-top: 1px solid #ebebeb;
    margin: 0;
    padding: 0;
}

    .list_style6 li {
        list-style: none;
        padding: 11px 0;
        border-bottom: 1px solid #ebebeb;
    }

        .list_style6 li .ico {
            width: 20px;
            height: 20px;
            line-height: 21px;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            color: #FFF;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            margin: 0 5px 2px 0;
            font-size: 12px;
        }

.list_style7 {
    margin: 0px;
    padding: 10px 0;
}

    .list_style7 li {
        list-style: none;
        padding: 7px 0;
        width: 50%;
        display: inline-block;
        margin-right: -3px;
        vertical-align: top;
    }

    * + html .list_style7 li {
        display: inline;
    }

        .list_style7 li .ico {
            width: 20px;
            height: 20px;
            line-height: 21px;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            background-color: #b41019;
            color: #FFF;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            margin: 0 5px 2px 0;
            font-size: 12px;
            position: relative;
        }

            .list_style7 li .ico:before {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                margin: -3px 0 0 -3px;
                border-right: 1px solid #FFF;
                border-bottom: 1px solid #FFF;
                width: 6px;
                height: 6px;
                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 */
            }

.list_style8 {
    margin: 0;
    padding: 0;
}

    .list_style8 li {
        list-style: none;
        padding: 8px 0;
        color: #363839;
        font-size: 14px;
    }

        .list_style8 li .ico {
            width: 25px;
            height: 25px;
            line-height: 26px;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            background-color: #b41019;
            color: #FFF;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            margin: 0 10px 2px 0;
            font-size: 14px;
        }

.list_style9 {
    margin: 0;
    padding: 0;
}

    .list_style9 li {
        list-style: none;
        padding: 0 0 12px;
        margin: 0 0 10px;
        font-size: 14px;
        border-bottom: 1px solid #3d3d3d;
    }

        .list_style9 li a,
        .list_style9 li a:link {
            color: #787878;
        }

            .list_style9 li a:hover {
                color: #b41019;
            }


.list_style10 {
    margin: 0;
    padding: 0 0 0 3px;
}

    .list_style10 li {
        margin: 0;
        padding: 7px 0 7px 25px;
        list-style: none;
        border-bottom: 1px solid #c8c8c8;
        width: 46%;
        margin-right: 4%;
        display: inline-block;
        margin-left: -3px;
        position: relative;
        vertical-align: top;
    }

        .list_style10 li span {
            width: 16px;
            height: 16px;
            line-height: 16px;
            text-align: center;
            background-color: #b41019;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            position: absolute;
            left: 0px;
            top: 10px;
            color: #FFF;
            font-size: 10px;
        }

            .list_style10 li span:before {
                content: "";
                border-right: 1px solid #FFF;
                border-bottom: 1px solid #FFF;
                width: 5px;
                height: 5px;
                display: inline-block;
                vertical-align: middle;
                margin-left: -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 */
            }

.list_style11 {
    margin: 0;
    padding: 0;
}

    .list_style11 li {
        list-style: none;
        margin: 0;
        padding: 3px 0;
    }

        .list_style11 li:before {
            content: "\E178";
            font-family: "Glyphicons Regular";
            color: #b41019;
            padding: 0px 10px 0 0;
            display: inline-block;
            vertical-align: middle;
        }



@media only screen and (max-width: 767px) {
    .list_style7 li {
        width: 100%;
        margin-right: 0;
        display: block;
    }
}


/*Custom Buttons style*/
a.Button_style1 {
    padding: 10px 16px;
    margin: 0px 5px 5px 0;
    position: relative;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    color: #FFFFFF !important;
    text-decoration: none;
    background: url(images/but_bg.png) repeat-x left bottom;
    background-size: contain;
    border-radius: 3px 3px 4px 4px;
    -moz-border-radius: 3px 3px 4px 4px;
    -webkit-border-radius: 3px 3px 4px 4px;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset; /* For Firefox3.6+ */
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset; /* For Chrome5+, Safari5+ */
    box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
    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? */
}

a.Button_style2 {
    padding: 10px 16px;
    margin: 0px 5px 5px 0;
    position: relative;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    color: #FFFFFF !important;
    text-decoration: none;
    background: url(images/but_bg.png) repeat-x left bottom;
    background-size: contain;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    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? */
}

a.Button_style3 {
    padding: 10px 16px;
    margin: 0px 5px 5px 0;
    position: relative;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    color: #FFFFFF !important;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    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? */
}

a[class*="Button"].Red {
    background-color: #df0c00;
}

a[class*="Button"].Teal {
    background-color: #20b2aa;
}

a[class*="Button"].Violet {
    background-color: #6f0080;
}

a[class*="Button"].MidnightBlue {
    background-color: #191970;
}

a[class*="Button"].gold {
    background-color: #ffd700;
}

a[class*="Button"].OliveDrab {
    background-color: #76a732;
}

a[class*="Button"].SteelBlue {
    background-color: #4682b4;
}

a[class*="Button"].GoldenOrange {
    background-color: #f88616;
}

a[class*="Button"].silver {
    background-color: #c0c0c0;
}

a[class*="Button"].dark {
    background-color: #4a4949;
}


a[class*="Button"].small {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 16px;
    line-height: 18px;
}

a[class*="Button"].large {
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 20px;
    padding: 15px 22px;
}

a[class*="Button"].jumbo {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 24px;
    padding: 18px 26px;
}

a.Button_style1:hover,
a.Button_style2:hover,
a.Button_style3:hover {
    color: #FFF !important;
    background-color: #2e2e2e;
    text-decoration: none;
}

* + html a.Button_style1,
* + html a.Button_style2,
* + html a.Button_style3 {
    display: inline;
}




/*****************/


/*serviceAnimation*/


.serviceAnimation_box {
    clear: both;
}

    .serviceAnimation_box:after {
        clear: both;
        content: ".";
        height: 0px;
        font-size: 0px;
        visibility: hidden;
        display: block;
    }

.service_left_box,
.service_right_box {
    float: left;
    width: 31%;
}

.service_center_box {
    float: left;
    width: 38%;
}

.serviceAnimation {
    padding: 25px 0px;
}

    .serviceAnimation li {
        color: #828282;
        font-size: 14px;
        line-height: 1.6;
        list-style: none;
        position: relative;
        padding: 25px 0px;
        border-top: 1px dashed #cccccc;
    }

        .serviceAnimation li:last-child {
            border-bottom: 1px dashed #cccccc;
        }

        .serviceAnimation li:before {
            content: " ";
            position: absolute;
            top: 0;
            width: 9px;
            height: 9px;
            margin-top: -4px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }

        .serviceAnimation li:first-child:before {
            display: none;
        }

        .serviceAnimation li .number {
            width: 58px;
            height: 58px;
            line-height: 58px;
            display: block;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            position: absolute;
            text-align: center;
            font-size: 30px;
            color: #FFF;
            top: 49.9999%;
            margin-top: -29px;
            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? */
        }

        .serviceAnimation li:hover .number {
            background-color: #2e2e2e;
        }

    .serviceAnimation h3 {
        font-size: 18px;
        font-weight: normal;
    }

.service_left {
    padding-right: 25px;
    margin: 0 30px 0 0;
}

    .service_left li {
        text-align: right;
        padding-right: 15px;
    }

        .service_left li:before {
            right: -30px;
        }

        .service_left li .number {
            right: -55px;
        }

.service_right {
    padding-left: 25px;
    margin: 0 0 0 30px;
}

    .service_right li {
        text-align: left;
        padding-left: 15px;
    }

        .service_right li:before {
            left: -30px;
        }

        .service_right li .number {
            left: -55px;
        }

.service_center {
    padding: 25px 15px 0;
    text-align: center;
}

    .service_center .animation {
        text-align: center;
        margin: auto;
    }

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .service_left_box,
    .service_center_box,
    .service_right_box {
        float: none;
        width: 100%;
    }

        .service_left_box li,
        .service_right_box li {
            width: 33.3333%;
            display: inline-block;
            vertical-align: bottom;
            margin-right: -4px;
        }

    .service_left {
        border: none !important;
        margin: 0 0 25px 0;
        padding: 0;
    }

    .service_right {
        border: none !important;
        margin: 25px 0 0 0;
        padding: 0;
    }

    .service_left.serviceAnimation li {
        padding: 0px 25px 35px 25px;
        border: none;
        border-left: 1px dashed #cccccc;
        text-align: center;
    }

        .service_left.serviceAnimation li:first-child {
            border: none;
        }

        .service_left.serviceAnimation li:last-child {
            border: none;
            border-left: 1px dashed #cccccc;
        }

        .service_left.serviceAnimation li .number {
            top: 100%;
            left: 50%;
            margin: -29px 0px 0px -29px;
        }

        .service_left.serviceAnimation li:before {
            top: 100%;
            left: 0px;
            margin: -4px 0 0 -4px;
        }

    .service_right.serviceAnimation li {
        padding: 35px 25px 0px 25px;
        border: none;
        border-left: 1px dashed #cccccc;
        text-align: center;
    }

        .service_right.serviceAnimation li:first-child {
            border: none;
        }

        .service_right.serviceAnimation li:last-child {
            border: none;
            border-left: 1px dashed #cccccc;
        }

        .service_right.serviceAnimation li .number {
            top: 0;
            left: 50%;
            margin: -29px 0px 0px -29px;
        }

        .service_right.serviceAnimation li:before {
            top: 0;
            left: 0px;
            margin: -4px 0 0 -4px;
        }
}

@media only screen and (max-width: 767px) {

    .service_left_box,
    .service_right_box,
    .service_center_box {
        width: 100%;
        float: none;
    }

    .service_left,
    .service_right {
        border: none !important;
    }

    .serviceAnimation li:before {
        display: none;
    }

    .serviceAnimation {
        margin: 0;
        padding: 0;
        border: none;
    }

        .serviceAnimation li {
            text-align: center;
        }

            .serviceAnimation li .number {
                position: static;
                margin: 0px auto 15px;
            }

    .service_left_box li:first-child {
        border-top: none;
    }

    .serviceAnimation .animated {
        -webkit-animation-name: fadeInUp;
        -moz-animation-name: fadeInUp;
        -o-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    .service_center {
        padding-bottom: 25px;
    }
}

/*keyAnimation*/

.keyAnimation img {
    vertical-align: bottom;
}

.keyAnimation {
    text-align: center;
    max-width: 980px;
    margin: auto;
}

    .keyAnimation ul {
        margin: 0px;
        padding: 20px 0 0 20px;
    }

        .keyAnimation ul li {
            list-style: none;
            float: left;
            width: 33.3%;
            color: #FFF;
            text-align: left;
            margin-bottom: 20px;
            position: relative;
        }

            .keyAnimation ul li .ico {
                width: 11px;
                height: 11px;
                vertical-align: middle;
                margin-right: 8px;
                background: #FFF;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                display: inline-block;
            }

            .keyAnimation ul li:before {
                content: " ";
                position: absolute;
                height: 23px;
                top: 18px;
                left: 5px;
                border-left: 1px solid #FFF;
            }

@media only screen and (max-width: 767px) {

    .keyAnimation {
        text-align: center;
    }

        .keyAnimation ul {
            text-align: left;
            padding: 20px 0;
            display: inline-block;
            margin: auto;
        }

            .keyAnimation ul li {
                float: none;
                width: 100%;
                margin-bottom: 15px;
            }

                .keyAnimation ul li:before {
                    display: none;
                }
}

/*info_main*/


.info_left {
    float: left;
    width: 50%;
}

.info_right {
    float: left;
    width: 50%;
}

.info_main {
    clear: both;
    border-bottom: 1px dashed #d6d6d6;
    margin-bottom: 15px;
}

    .info_main:after {
        clear: both;
        content: ".";
        height: 0px;
        font-size: 0px;
        visibility: hidden;
        display: block;
    }

.info_list {
    border-left: 1px dashed #d6d6d6;
    margin: 0 0 0 40px;
    padding: 0 0 15px 0;
    position: relative;
}


    .info_list .info_box {
        list-style: none;
        margin-left: -50px;
        padding: 15px 30px 15px 60px;
        color: #8a8a8a;
        font-size: 13px;
        position: relative;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        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? */
    }

    .info_list li {
        list-style: none;
        border-top: 1px dashed #d6d6d6;
        margin-left: 20px;
    }

        .info_list li:first-child {
            border: none;
        }

        .info_list li h3 {
            font-size: 20px;
            color: #2e2e2e;
            font-weight: normal;
        }

            .info_list li h3 span {
                color: #b41019;
            }

    .info_list .info_box:before {
        content: "";
        position: absolute;
        width: 13px;
        height: 13px;
        border: 2px solid #b41019;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        top: 22px;
        background: #FFF;
        left: 23px;
    }

    .info_list:before {
        content: "";
        position: absolute;
        width: 13px;
        height: 13px;
        border: 2px solid #b41019;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        bottom: -9px;
        background: #FFF;
        left: 0px;
        margin-left: -7px;
    }



    .info_list .info_box:hover {
        background-color: #b41019;
        color: #FFF;
    }

        .info_list .info_box:hover h3,
        .info_list .info_box:hover h3 span {
            color: #FFF;
        }

        .info_list .info_box:hover:before {
            border: 2px solid #FFF;
            background: none;
        }

@media only screen and (max-width: 979px) {

    .info_left,
    .info_right {
        float: none;
        width: 100%;
    }

    .info_list {
        border-left: none;
        margin: 0;
    }

        .info_list .info_box {
            margin-left: 0px;
            padding: 20px;
        }

            .info_list .info_box:before,
            .info_list:before {
                display: none;
            }
}

/*about */

.about_left {
    float: left;
    width: 50%;
    padding-bottom: 15px;
}

.about_right {
    float: left;
    width: 50%;
    padding-bottom: 15px;
}

.about_main {
    clear: both;
}

    .about_main:after {
        clear: both;
        content: ".";
        height: 0px;
        font-size: 0px;
        visibility: hidden;
        display: block;
    }

.about_content {
    border-left: 1px dashed #d6d6d6;
    padding: 25px 30px;
    margin-left: 15px;
}

    .about_content h3 {
        color: #2e2e2e;
        font-size: 20px;
    }

        .about_content h3 span {
            color: #b41019;
        }

    .about_content a.Button_default {
        margin: 15px 0 0 0;
    }

@media only screen and (max-width: 767px) {

    .about_left,
    .about_right {
        float: none;
        width: auto;
    }

    .about_content {
        border: none;
        padding: 0;
    }
}

/*our_team*/

.our_team1 .team_list {
    border: 1px dashed #cfcfcf;
    padding: 10px;
    margin-bottom: 30px;
}

    .our_team1 .team_list img {
        max-width: 100%;
    }

.our_team1 .team_title {
    background: none;
    font-size: 18px;
    color: #2c3433;
    padding: 15px 0 10px;
}

    .our_team1 .team_title span {
        color: #b41019;
    }

.our_team1 .team_social {
    border-top: 1px dashed #cfcfcf;
    padding: 12px 0 0px;
    margin-top: 10px;
    font-size: 30px;
}

    .our_team1 .team_social a {
        color: #b41019;
        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? */
    }

        .our_team1 .team_social a:hover {
            color: #2e2e2e;
        }

@media only screen and (max-width: 767px) {
    .team_list {
        max-width: 350px;
        margin: auto;
    }
}


.TeamDetail_left {
    border: 1px dashed #cfcfcf;
    padding: 10px;
}

    .TeamDetail_left img {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .TeamDetail_left .team_social {
        border-top: 1px dashed #cfcfcf;
        padding: 12px 0 0px;
        margin-top: 15px;
        font-size: 30px;
    }

        .TeamDetail_left .team_social a {
            color: #b41019;
            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? */
        }

            .TeamDetail_left .team_social a:hover {
                color: #2e2e2e;
            }

.TeamDetail_right .Teamtitle {
    color: #2c3433;
    font-size: 18px;
    font-weight: normal;
}

    .TeamDetail_right .Teamtitle span {
        color: #b41019;
    }

.TeamDetail_content {
}

.TeamDetail_info {
    border-top: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
    margin: 0;
    padding: 7px 0;
}

    .TeamDetail_info li {
        list-style: none;
        padding: 7px 10px 7px 0;
        display: inline-block;
        vertical-align: middle;
    }

        .TeamDetail_info li span.glyphicons,
        .TeamDetail_info li span.social {
            width: 29px;
            height: 29px;
            line-height: 29px;
            background-color: #dcdcdc;
            font-size: 16px;
            text-align: center;
            color: #FFF;
            margin-right: 10px;
            vertical-align: middle;
        }

        .TeamDetail_info li a,
        .TeamDetail_info li a:link,
        .TeamDetail_info li a:active,
        .TeamDetail_info li a:visited {
            color: #8a8a8a;
            text-decoration: none;
        }

            .TeamDetail_info li a:hover {
                color: #b41019;
                text-decoration: underline;
            }



/*chart*/

.percentage {
    position: relative;
    color: #FFF;
    height: 185px;
    width: 185px;
    margin: 20px 0px 50px;
}

.percentage_inner {
    position: absolute;
    line-height: 1.5 !important;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding-top: 60px;
}

.percentage i,
.percentage em {
    display: block;
    position: absolute;
    left: 100%;
    margin: -8px 0 0 0px;
    top: 50%;
    width: 53px;
    height: 17px;
    background: url(images/arrow_2.png) left top;
}



@media only screen and (max-width: 1200px) {

    #social-media-black div{
        margin-right:0!important;
    }
}

@media only screen and (min-width: 1200px) {
    .percentage i,
    .percentage em {
        margin: -8px 0 0 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .percentage {
        margin: 20px auto 50px;
    }

        .percentage i,
        .percentage em {
            margin: -8px 0 0 55px;
        }
}

@media only screen and (max-width: 767px) {

    .percentage {
        margin: 20px auto 80px;
    }

        .percentage i,
        .percentage em {
            left: 50%;
            top: 100%;
            margin: 12px 0 0 -8px;
            width: 17px;
            height: 53px;
            background: url(images/arrow_2.png) left bottom;
        }
}

/*about list*/


.about_list {
    border-bottom: 1px solid #333333;
    margin: 0;
    padding: 0;
}

    .about_list li {
        list-style: none;
        padding: 10px 0;
        border-top: 1px solid #333333;
    }

    .about_list .glyphicons,
    .about_list .social {
        margin-right: 12px;
        font-size: 20px;
        vertical-align: middle;
    }

/*FAQ*/

.faq_list {
    clear: both;
}

    .faq_list:after {
        clear: both;
        content: ".";
        height: 0px;
        font-size: 0px;
        visibility: hidden;
        display: block;
    }

.faq_left {
    float: left;
    width: 50%;
}

.faq_right {
    float: right;
    width: 50%;
}

.faq_list dl {
    padding-bottom: 45px;
    margin-bottom: 45px;
    position: relative;
}

    .faq_list dl:before {
        content: "";
        border-bottom: 1px solid #e5e5e5;
        width: 40%;
        position: absolute;
        top: 100%;
        left: 0;
    }

.faq_left dl {
    padding-right: 20px;
}

.faq_right dl {
    padding-left: 20px;
}

    .faq_right dl:before {
        left: 20px;
    }

.faq_list dt {
    font-size: 18px;
    color: #2e2e2e;
    font-weight: normal;
    padding-bottom: 15px;
}

    .faq_list dt .ico_q {
        width: 29px;
        height: 29px;
        line-height: 29px;
        font-size: 18px;
        text-align: center;
        color: #FFF;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background-color: #b41019;
        display: inline-block;
        margin-right: 10px;
    }

    * + html .faq_list dt .ico_q {
        display: inline;
    }

.faq_list dd {
    position: relative;
    padding: 0 0 0 70px;
    margin: 0;
}

    .faq_list dd .ico_a {
        position: absolute;
        left: 0;
        top: 0;
        width: 29px;
        height: 29px;
        line-height: 29px;
        font-size: 18px;
        text-align: center;
        color: #FFF;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background-color: #2e2e2e;
    }

        .faq_list dd .ico_a:before {
            content: " ";
            height: 100%;
            position: absolute;
            right: -20px;
            top: 0;
            border-right: 1px solid #e5e5e5;
        }

/*gmap*/

#gmap {
    height: 364px;
    width: 100%;
}

    #gmap img,
    #gmap2 img {
        max-width: none;
    }

#gmap2 {
    height: 477px;
    width: 100%;
}
/*posts list*/


.posts_list {
    margin: 0;
    padding: 5px 0 0;
}

    .posts_list li {
        list-style: none;
        clear: left;
    }

        .posts_list li img {
            float: left;
            margin: 0 10px 10px 0;
        }




.posts_list2 {
    margin: 0;
    padding: 5px 0 0;
}

    .posts_list2 li {
        list-style: none;
        clear: left;
        color: #a4a4a4;
        overflow: hidden;
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid #313131;
    }

        .posts_list2 li p {
            color: #787878;
            padding-top: 5px;
        }

        .posts_list2 li img {
            float: left;
            margin: 0 10px 10px 0;
        }

        .posts_list2 li:last-child {
            border-bottom: none;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }
/*link_list*/


.link_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .link_list li {
        padding: 11px 0;
        border-bottom: 1px solid #333333;
        color: #666666;
    }

        .link_list li span.glyphicons {
            margin-right: 10px;
            font-size: 9px;
            -webkit-text-size-adjust: none;
        }

        .link_list li,
        .link_list li a,
        .link_list li a:link,
        .link_list li a:active,
        .link_list li a:visited {
            color: #666666;
            text-decoration: none;
        }

            .link_list li a:hover {
                text-decoration: none;
            }

/*Theme_Normal_Bottom*/

.Theme_Normal_Bottom {
    width: 100%;
    position: relative;
}

    .Theme_Normal_Bottom select,
    .Theme_Normal_Bottom textarea,
    .Theme_Normal_Bottom input[type="text"],
    .Theme_Normal_Bottom input[type="password"],
    .Theme_Normal_Bottom input[type="datetime"],
    .Theme_Normal_Bottom input[type="datetime-local"],
    .Theme_Normal_Bottom input[type="date"],
    .Theme_Normal_Bottom input[type="month"],
    .Theme_Normal_Bottom input[type="time"],
    .Theme_Normal_Bottom input[type="week"],
    .Theme_Normal_Bottom input[type="number"],
    .Theme_Normal_Bottom input[type="email"],
    .Theme_Normal_Bottom input[type="url"],
    .Theme_Normal_Bottom input[type="search"],
    .Theme_Normal_Bottom input[type="tel"],
    .Theme_Normal_Bottom input[type="color"] {
        padding: 10px 0px !important;
        width: 100% !important;
        height: auto !important;
        text-indent: 12px;
        background: #212121 !important;
        border-bottom: 1px solid #2a2a2a !important;
        border-right: 1px solid #2a2a2a !important;
    }

    .Theme_Normal_Bottom .btn {
        padding: 12px 0px !important;
        width: 100% !important;
        background: #b41019 !important;
        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? */
    }

        .Theme_Normal_Bottom .btn:hover {
            background: #212121 !important;
            border-bottom: 1px solid #2a2a2a !important;
            border-right: 1px solid #2a2a2a !important;
        }

/*Theme_Responsive_Default*/
.Theme_Responsive_Default {
    margin-bottom: 15px;
}

    .Theme_Responsive_Default .form_label {
        display: none;
    }

    .Theme_Responsive_Default textarea,
    .Theme_Responsive_Default input[type="text"],
    .Theme_Responsive_Default input[type="password"],
    .Theme_Responsive_Default input[type="datetime"],
    .Theme_Responsive_Default input[type="datetime-local"],
    .Theme_Responsive_Default input[type="date"],
    .Theme_Responsive_Default input[type="month"],
    .Theme_Responsive_Default input[type="time"],
    .Theme_Responsive_Default input[type="week"],
    .Theme_Responsive_Default input[type="number"],
    .Theme_Responsive_Default input[type="email"],
    .Theme_Responsive_Default input[type="url"],
    .Theme_Responsive_Default input[type="search"],
    .Theme_Responsive_Default input[type="tel"],
    .Theme_Responsive_Default input[type="color"],
    .uneditable-input {
        padding: 10px 0px !important;
        width: 100% !important;
        height: auto !important;
        text-indent: 12px;
    }

    .Theme_Responsive_Default .form_input {
        padding-right: 25px !important;
        position: relative;
    }

    .Theme_Responsive_Default .form_required {
        position: absolute;
        top: 10px;
        right: 0px;
    }

    .Theme_Responsive_Default button.btn,
    .Theme_Responsive_Default input[type="submit"].btn,
    .Theme_Responsive_Default input[type="reset"].btn {
        background: #ee4e51 !important;
        color: #FFF !important;
        border: none;
        text-shadow: none;
        padding: 12px 20px !important;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        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? */
    }

        .Theme_Responsive_Default button.btn:hover,
        .Theme_Responsive_Default input[type="submit"].btn:hover,
        .Theme_Responsive_Default input[type="reset"].btn:hover {
            background: #2e2e2e !important;
        }

.foot_form .Theme_Responsive_Default textarea,
.foot_form .Theme_Responsive_Default input[type="text"],
.foot_form .Theme_Responsive_Default input[type="password"],
.foot_form .Theme_Responsive_Default input[type="datetime"],
.foot_form .Theme_Responsive_Default input[type="datetime-local"],
.foot_form .Theme_Responsive_Default input[type="date"],
.foot_form .Theme_Responsive_Default input[type="month"],
.foot_form .Theme_Responsive_Default input[type="time"],
.foot_form .Theme_Responsive_Default input[type="week"],
.foot_form .Theme_Responsive_Default input[type="number"],
.foot_form .Theme_Responsive_Default input[type="email"],
.foot_form .Theme_Responsive_Default input[type="url"],
.foot_form .Theme_Responsive_Default input[type="search"],
.foot_form .Theme_Responsive_Default input[type="tel"],
.foot_form .Theme_Responsive_Default input[type="color"],
.foot_form .uneditable-input {
    background-color: #3e3e3e;
    color: #FFF;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.foot_form .Theme_Responsive_Default .form_required {
    display: none;
}

.foot_form .Theme_Responsive_Default .form_input {
    padding-right: 6px !important;
}

.foot_form .Theme_Responsive_Default .form_row.row1,
.foot_form .Theme_Responsive_Default .form_row.row2,
.foot_form .Theme_Responsive_Default .form_row.row3 {
    float: left;
    width: 33.3333%;
    margin: 0px;
}

.foot_form .Theme_Responsive_Default .form_row.row4 {
    clear: both;
}

.foot_form .form_input textarea {
    width: 100% !important;
}

.foot_form .Theme_Responsive_Default button.btn,
.foot_form .Theme_Responsive_Default input[type="submit"].btn,
.foot_form .Theme_Responsive_Default input[type="reset"].btn {
    padding: 10px 60px !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-bottom: 8px;
}

/*404*/
.errorpage_box {
    text-align: center;
    font-size: 20px;
    color: #2e2e2e;
}

    .errorpage_box h3 {
        font-size: 190px;
        line-height: 1.2;
        color: #595959;
    }

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .errorpage_box h3 {
        font-size: 140px;
    }
}

@media only screen and (max-width: 767px) {
    .errorpage_box h3 {
        font-size: 100px;
    }
}


/*banner*/
.SliderRevolution3D,
.SliderRevolution3D a,
.SliderRevolution3D a:link,
.SliderRevolution3D a:active,
.SliderRevolution3D a:visited,
.SliderRevolution3D a:hover {
    color: #FFF;
    text-decoration: none;
    -webkit-text-size-adjust: none;
}

.banner2title {
    font-size: 50px;
}

.banner2content {
    font-size: 16px;
}

.banner2more {
    padding: 12px 40px;
    border: 2px solid #FFF;
    font-size: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.banner2line {
    width: 116px;
    border-top: 1px solid #FFF;
}

.banner4title {
    font-size: 100px;
    font-weight: normal;
    line-height: 1;
}

.banner4smalltitle {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
}

.banner4content1,
.banner4content2 {
    padding: 3px 20px;
    font-size: 30px;
    font-weight: bold;
    background-color: #000;
    background-color: rgba(0,0,0,0.3);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    letter-spacing: 6px;
    display: inline-block;
}

.banner4content2 {
    background-color: #b41019;
}

.banner4more a {
    display: block;
    font-size: 15px;
    padding: 15px 20px;
    color: #FFF !important;
    border: 1px solid #FFF !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

@media only screen and (max-width: 767px) {
    .banner4content1,
    .banner4content2 {
        letter-spacing: 2px;
    }
}



/*Theme_13_Elegant*/
.Theme_13_Elegant {
}

    .Theme_13_Elegant img {
        max-width: 100%;
    }

    .Theme_13_Elegant .unoslider_indicator {
        bottom: -30px !important;
        left: 0px !important;
        width: 100% !important;
        text-align: center !important;
        border: none !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

        .Theme_13_Elegant .unoslider_indicator a {
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            width: 20px !important;
            height: 20px !important;
            margin: 0 3px !important;
            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? */
        }

            .Theme_13_Elegant .unoslider_indicator a.unoslider_indicator_active {
            }

    .Theme_13_Elegant .unoslider_left,
    .Theme_13_Elegant .unoslider_right {
        width: 52px !important;
        height: 52px !important;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .Theme_13_Elegant .unoslider_left {
        left: -80px !important;
    }

    .Theme_13_Elegant .unoslider_right {
        right: -80px !important;
    }

    .Theme_13_Elegant .unoslider_left:before {
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #FFF;
        border-left: 2px solid #FFF;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -4px 0px 0px -2px;
        content: "";
        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 */
    }

    .Theme_13_Elegant .unoslider_right:before {
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #FFF;
        border-right: 2px solid #FFF;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -4px 0px 0px -5px;
        content: "";
        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 */
    }

    .Theme_13_Elegant .unoslider_pause,
    .Theme_13_Elegant .unoslider_play {
        display: none !important;
    }

@media only screen and (max-width: 980px) {
    .Theme_13_Elegant .unoslider_left {
        left: 0px !important;
    }

    .Theme_13_Elegant .unoslider_right {
        right: 0px !important;
    }
}



/*Time Line*/
.timeline {
    border-left: 4px #e5e5e5 dotted;
    margin: 15px 50px 15px 93px;
    padding: 20px 0px 20px 73px;
}

    .timeline > li {
        list-style: none;
        position: relative;
        padding: 15px 0;
        min-height: 132px;
    }

        .timeline > li > span.timeline_time {
            position: absolute;
            top: 40px;
            left: -119px;
            width: 92px;
            height: 92px;
            line-height: 92px;
            text-align: center;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border: 1px solid #e2e2e2;
            background: #ffffff;
            color: #2e2e2e;
            font-size: 16px;
        }

    .timeline .timeline_content {
        border: 1px solid #ececec;
        padding: 25px 20px 15px;
        background-color: #fafafa;
        position: relative;
    }

        .timeline .timeline_content:before {
            content: " ";
            position: absolute;
            top: 65px;
            left: -7px;
            border-left: 1px solid #ececec;
            border-bottom: 1px solid #ececec;
            background-color: #fafafa;
            width: 14px;
            height: 14px;
            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 */
        }

        .timeline .timeline_content p {
            line-height: 1.8;
        }

    .timeline .timeline_title {
        font-size: 20px;
        color: #2e2e2e;
        margin-bottom: 15px;
    }

@media only screen and (max-width: 767px) {
    .timeline {
        padding-left: 0px;
        margin: 15px 0px 15px 50px;
    }

        .timeline > li {
            margin: 100px 0 0 -50px;
            min-height: inherit !important;
        }

            .timeline > li > span.timeline_time {
                left: 0px;
                top: -100px;
            }

        .timeline .timeline_content:before {
            display: none;
        }
}

/*Lead*/
.Lead {
    padding: 140px 0;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

    .Lead .Lead_titleA {
        font-size: 30px;
        color: #FFF;
        font-weight: normal;
    }

    .Lead .Lead_titleA {
        font-size: 30px;
        color: #FFF;
        font-weight: normal;
        line-height: 1.2;
    }

    .Lead .Lead_titleB {
        font-size: 60px;
        color: #FFF;
        line-height: 1.2;
    }

    .Lead .Lead_titleC {
        font-size: 34px;
        color: #FFF;
        line-height: 1.4;
    }

    .Lead a.Lead_button,
    .Lead a.Lead_button:hover {
        font-size: 22px;
        color: #ffffff;
        text-decoration: none;
        border: 2px solid #FFF;
        padding: 14px 30px;
        display: inline-block;
    }

        * + html .Lead a.Lead_button,
        * + html .Lead a.Lead_button:hover {
            display: inline;
        }

.Lead2 {
    padding: 110px 0 100px;
    text-align: center;
}

    .Lead2 .Lead2_title {
        font-size: 40px;
        line-height: 1.3;
        margin-bottom: 30px;
        color: #ffffff;
    }

@media only screen and (max-width: 767px) {
    .Lead .Lead_titleA {
        font-size: 22px;
    }

    .Lead .Lead_titleB {
        font-size: 30px;
    }

    .Lead .Lead_titleC {
        font-size: 20px;
    }

    .Lead2 .Lead2_title {
        font-size: 22px;
    }
}


/*mail*/
.emails_box {
    border: 10px solid #e5e5e5;
    margin: 20px 0;
    padding: 25px;
    font-size: 14px;
}

    .emails_box .emails-ico {
        margin: 8px 0 0 0;
        font-size: 60px;
        background: #dddddd;
        color: #FFF;
        width: 66px;
        height: 46px;
        overflow: hidden;
        border: 3px solid #dddddd;
    }

        .emails_box .emails-ico:before {
            position: absolute;
            top: -10px;
        }

    .emails_box h3 {
        color: #363839;
        font-size: 24px;
        font-weight: normal;
    }

.emails_text {
    float: left;
    border: 1px solid #e5e5e5;
}


/*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 {
        cursor: url(images/grabbing.png) 8 8, move;
    }

    .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%;
    }

@media only screen and (max-width: 767px) {
    .carousel .owl-buttons .owl-prev {
        left: 0px;
    }

    .carousel .owl-buttons .owl-next {
        left: auto;
        right: 0px;
    }
}

.carousel_1 .item {
    text-align: center;
    padding: 0 5px;
}

.carousel_1 .ico {
    width: 68px;
    height: 68px;
    background: #2e2e2e;
    border: 2px solid #2e2e2e;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    margin: auto;
    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_1 .ico .glyphicons,
    .carousel_1 .ico .socia {
        width: 60px;
        height: 59px;
        line-height: 60px;
        background: #2e2e2e;
        display: block;
        color: #FFF;
        font-size: 20px;
        border: 4px solid #2e2e2e;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        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_1 h3 {
    font-weight: normal;
    color: #3d3f40;
    font-size: 19px;
    margin: 10px 0;
}

.carousel_1 a.Button_normal {
    margin: 10px 0 0;
}

.carousel_1 .item:hover .ico {
}


    .carousel_1 .item:hover .ico .glyphicons,
    .carousel_1 .item:hover .ico .socia {
        border: 4px solid #FFF;
    }

.carousel_1 .item:hover a.Button_normal {
}

.carousel_1 .item:hover h3 {
}

.carousel_2,
.carousel_4 {
    margin-bottom: 50px;
}




    .carousel_2 .owl-buttons .owl-prev,
    .carousel_2 .owl-buttons .owl-next,
    .carousel_4 .owl-buttons .owl-prev,
    .carousel_4 .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;
        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_2 .owl-buttons .owl-prev,
    .carousel_4 .owl-buttons .owl-prev {
        left: 0;
    }

    .carousel_2 .owl-buttons .owl-next,
    .carousel_4 .owl-buttons .owl-next {
        right: 0;
    }

    .carousel_2 .owl-buttons .owl-prev:before,
    .carousel_2 .owl-buttons .owl-prev:hover:before,
    .carousel_4 .owl-buttons .owl-prev:before,
    .carousel_4 .owl-buttons .owl-prev:hover:before {
        border-left: 2px solid #FFF !important;
        border-bottom: 2px solid #FFF !important;
        margin: -5px 0 0 -3px;
        width: 12px;
        height: 12px;
    }

    .carousel_2 .owl-buttons .owl-next:before,
    .carousel_2 .owl-buttons .owl-next:hover:before,
    .carousel_4 .owl-buttons .owl-next:before,
    .carousel_4 .owl-buttons .owl-next:hover:before {
        border-right: 2px solid #FFF !important;
        border-bottom: 2px solid #FFF !important;
        margin: -5px 0 0 -7px;
        width: 12px;
        height: 12px;
    }

    .carousel_2 .owl-buttons .owl-prev:hover,
    .carousel_2 .owl-buttons .owl-next:hover,
    .carousel_4 .owl-buttons .owl-prev:hover,
    .carousel_4 .owl-buttons .owl-next:hover {
        border: none !important;
    }


.carousel_3 {
    margin-bottom: 40px;
}

    .carousel_3 .item {
        margin: 0px 15px;
        border: 1px solid #e4e4e4;
        background: #FFF;
        text-align: center;
        padding-bottom: 20px;
        color: #999999;
        margin-bottom: 1px;
    }

        .carousel_3 .item h3 {
            margin: 25px 0 5px;
            font-size: 15px;
            color: #666666;
        }

    .carousel_3 .owl-buttons .owl-prev,
    .carousel_3 .owl-buttons .owl-next {
        top: 100%;
        left: 50%;
        margin: 20px 0px 0px -40px;
        width: 30px;
        height: 30px;
    }

    .carousel_3 .owl-buttons .owl-next {
        top: 100%;
        left: 50%;
        margin: 20px -40px 0px 0px;
    }

    .carousel_3 .pic {
        margin: -1px;
        position: relative;
    }

        .carousel_3 .pic a img {
            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_3 .item:hover .pic a img {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .carousel_3 .pic a:after {
        content: "";
        width: 64px;
        height: 64px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -32px 0 0 -32px;
        background: url(images/carousel_ico.png) no-repeat center center;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        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_3 .item:hover .pic a:after {
        filter: alpha(opacity=100);
        opacity: 1;
    }


.carousel_4 {
    margin-bottom: 60px;
}

    .carousel_4 .owl-buttons .owl-prev,
    .carousel_4 .owl-buttons .owl-next {
        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_4:hover .owl-buttons .owl-prev,
    .carousel_4:hover .owl-buttons .owl-next {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .carousel_4 .item {
        text-align: center;
        margin: auto 10px;
        position: relative;
        overflow: hidden;
    }

    .carousel_4 .sliding {
        position: absolute;
        background-color: #000;
        background-color: rgba(0,0,0,0.7);
        top: 100%;
        left: 0px;
        margin-top: -50px;
        text-align: center;
        height: 100%;
        padding: 0px 15px;
        color: #FFF;
        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_4 .sliding h3 {
            color: #FFF;
            font-size: 15px;
            padding: 10px 0 3px;
            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_4 .sliding a,
        .carousel_4 .sliding a:link,
        .carousel_4 .sliding a:active,
        .carousel_4 .sliding a:visited {
            color: #FFFFFF;
            font-size: 14px;
            text-decoration: none;
        }

            .carousel_4 .sliding a:hover {
                color: #FFFFFF;
                text-decoration: none;
            }

    .carousel_4 .item:hover .sliding {
        top: 0;
        margin-top: 0;
        filter: alpha(opacity=95);
        opacity: 0.95;
    }

        .carousel_4 .item:hover .sliding h3 {
            margin-top: 5%;
        }

.carousel_5 .item {
    margin: auto 15px;
    position: relative;
    overflow: hidden;
}

.carousel_5 h3 {
    padding: 16px 0px 12px;
    margin: 0;
    font-size: 16px;
    color: #F3d3f40;
    font-weight: normal;
}

.carousel_5 .but {
    background-color: #b41019;
    padding: 8px 20px;
    color: #FFF;
    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_5 .but:hover {
        background-color: #4d4d4d;
    }

.carousel_5 .owl-buttons .owl-prev,
.carousel_5 .owl-buttons .owl-next {
    background-color: #dcdcdc;
    height: 60px;
    width: 60px;
    border: none !important;
    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_5 .owl-buttons .owl-prev:hover,
    .carousel_5 .owl-buttons .owl-next:hover {
        background-color: #b41019;
        border: none !important;
    }

    .carousel_5 .owl-buttons .owl-prev:before {
        border-left: 3px solid #686868;
        border-bottom: 3px solid #686868;
        width: 9px;
        height: 9px;
    }

    .carousel_5 .owl-buttons .owl-prev:hover:before {
        border-left: 3px solid #FFF !important;
        border-bottom: 3px solid #FFF !important;
    }

    .carousel_5 .owl-buttons .owl-next:before {
        border-right: 3px solid #686868;
        border-bottom: 3px solid #686868;
        width: 9px;
        height: 9px;
    }

    .carousel_5 .owl-buttons .owl-next:hover:before {
        border-right: 3px solid #FFF !important;
        border-bottom: 3px solid #FFF !important;
    }

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .carousel .owl-buttons .owl-next {
        right: 0;
    }
}


@media only screen and (min-width: 1200px) {
    .carousel_5 .owl-buttons .owl-prev {
        left: -80px;
    }

    .carousel_5 .owl-buttons .owl-next {
        right: -80px;
    }
}


/*advantage*/
.advantage_box {
    text-align: center;
    padding: 0 5px;
    margin-bottom: 10px;
}

    .advantage_box .advantage_ico {
        width: 68px;
        height: 68px;
        background: #2e2e2e;
        border: 2px solid #2e2e2e;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        text-align: center;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        margin: auto;
        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? */
    }


        .advantage_box .advantage_ico .glyphicons,
        .advantage_box .advantage_ico .socia {
            width: 60px;
            height: 59px;
            line-height: 60px;
            background: #2e2e2e;
            display: block;
            color: #FFF;
            font-size: 20px;
            border: 4px solid #2e2e2e;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            box-sizing: content-box;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            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? */
        }

    .advantage_box h3 {
        font-weight: normal;
        color: #3d3f40;
        font-size: 19px;
        margin: 10px 0;
    }

    .advantage_box a.Button_normal {
        margin: 10px 0 0;
    }

    .advantage_box:hover .advantage_ico {
    }


        .advantage_box:hover .advantage_ico .glyphicons,
        .advantage_box:hover .advantage_ico .socia,
        .advantage_box:hover .advantage_ico {
            border: 4px solid #FFF;
        }

    .advantage_box:hover a.Button_normal {
    }

    .advantage_box:hover h3 {
    }

.advantage_box2 {
    text-align: center;
    padding: 0 5px;
    margin-bottom: 10px;
}

    .advantage_box2 .color_1 {
        background-color: #3dbaa1;
    }

    .advantage_box2 .color_2 {
        background-color: #8cba3d;
    }

    .advantage_box2 .color_3 {
        background-color: #ca9733;
    }

    .advantage_box2 .color_4 {
        background-color: #d96c4e;
    }

    .advantage_box2 .advantage_ico {
        width: 174px;
        height: 174px;
        line-height: 174px;
        text-align: center;
        font-size: 65px;
        color: #FFF;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        margin: auto;
        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? */
    }

        .advantage_box2 .advantage_ico .glyphicons,
        .advantage_box2 .advantage_ico .socia {
        }

    .advantage_box2 h3 {
        font-weight: normal;
        color: #3d3f40;
        font-size: 19px;
        margin: 15px 0 10px;
    }



/*touch_box*/
.touch_box {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}

    .touch_box .touch_link {
        text-align: right;
    }

        .touch_box .touch_link .Button_default {
            margin-top: 35px;
        }

@media only screen and (max-width: 767px) {
    .touch_box .touch_link {
        text-align: left;
    }
}

/*Social_list*/
.color_1, a.color_1, a.color_1:link, a.color_1:active, a.color_1:visited, a.color_1:hover {
    color: #2085c7;
}

.color_2, a.color_2, a.color_2:link, a.color_2:active, a.color_2:visited, a.color_2:hover {
    color: #f39200;
}

.color_3, a.color_3, a.color_3:link, a.color_3:active, a.color_3:visited, a.color_3:hover {
    color: #537bbd;
}

.color_4, a.color_4, a.color_4:link, a.color_4:active, a.color_4:visited, a.color_4:hover {
    color: #e9644b;
}

.color_5, a.color_5, a.color_5:link, a.color_5:active, a.color_5:visited, a.color_5:hover {
    color: #78cdf0;
}

.Social_list {
    font-size: 40px;
}

.social_list2 a,
.social_list2 a:link,
.social_list2 a:active,
.social_list2 a:visited {
    font-size: 30px;
    color: #FFF;
    display: inline-block;
}

* + html .social_list2 a {
    display: inline;
}

    .social_list2 a:hover {
        color: #b41019;
    }

.social_list3 {
    margin: 0px;
    padding: 0px;
}

    .social_list3 a,
    .social_list3 a:link,
    .social_list3 a:active,
    .social_list3 a:visited {
        font-size: 30px;
        margin: 0px;
        padding: 0px;
        vertical-align: middle;
        line-height: 1;
    }

        .social_list3 a:hover {
            color: #b41019;
        }


/*evaluate*/
.evaluate blockquote {
    margin: 0;
    padding: 0px;
    text-indent: 0px;
}

    .evaluate blockquote p {
        text-indent: 0px;
        font-style: normal;
        color: #808080;
        font-size: 13px;
        background: #fafafa;
        border: 1px solid #ececec;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 20px;
        font-style: normal;
    }

    .evaluate blockquote small {
        position: relative;
        margin: 0;
        left: 0;
        top: 0;
        font-style: normal;
        font-size: 14px;
        padding-bottom: 25px;
    }

        .evaluate blockquote small:before {
            content: " ";
            width: 10px;
            height: 10px;
            position: absolute;
            left: 50px;
            top: -5px;
            border-right: 1px solid #ececec;
            border-bottom: 1px solid #ececec;
            background-color: #fafafa;
            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 */
        }

        .evaluate blockquote small img {
            width: 50px;
            height: 50px;
            float: left;
            vertical-align: middle;
            border: 1px solid #eeeeee;
            margin-right: 20px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }

        .evaluate blockquote small span {
            display: block;
            font-size: 15px;
            padding: 6px 0 3px;
        }



/****************/

/*fullScreen_box*/
.fullScreen_box_1 {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: #f7f7f7;
}


/*OUR SERVICE*/
.Service_Box dt {
    font-size: 18px;
    color: #3d3f40;
    padding-bottom: 10px;
    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? */
}

.Service_Box dd {
    line-height: 2;
    padding-bottom: 30px;
}

    .Service_Box dd .glyphicons,
    .Service_Box dd .social {
        float: left;
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: 10px 10px 0 0;
        text-align: center;
        font-size: 22px;
        color: #FFF;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.Service_Box:hover dt {
}

/*.clients_list */
.clients_list {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 12px 0;
}

    .clients_list li {
        list-style: none;
        display: inline-block;
        border-right: 1px solid #f2f2f2;
        padding: 0 20px;
    }

        .clients_list li:last-child {
            border-right: none;
        }

        .clients_list li img {
            max-width: 100%;
        }


/*image_gallery*/
.image_list a {
    display: inline-block;
    margin: 0 -1px 3px 0;
    padding: 0px;
    position: relative;
    background-color: #b41019;
}

* + html .image_list a {
    display: inline;
}

    .image_list a .glyphicons {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #FFF;
        text-align: center;
        font-size: 24px;
        margin: -12px 0 0 -12px;
        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? */
    }

    .image_list a img {
        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? */
    }

    .image_list a:hover img {
        filter: alpha(opacity=20);
        opacity: 0.2;
    }

    .image_list a:hover .glyphicons {
        filter: alpha(opacity=100);
        opacity: 1;
    }

/*tags_list*/
.tags_list a,
.tags_list a:link,
.tags_list a:active,
.tags_list a:visited {
    display: inline-block;
    vertical-top: middle;
    padding: 3px 8px;
    background-color: #333333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 4px 4px 0;
    color: #787878;
    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? */
}

    .tags_list a:hover {
        text-decoration: none;
        color: #FFF;
        background-color: #b41019;
    }

.tags_list2 a,
.tags_list2 a:link,
.tags_list2 a:active,
.tags_list2 a:visited {
    display: inline-block;
    vertical-top: middle;
    padding: 4px 10px;
    border: 1px solid #787878;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 6px 6px 0;
    color: #787878;
    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? */
}

    .tags_list2 a:hover {
        text-decoration: none;
        color: #FFF;
        background-color: #b41019;
        border: 1px solid #b41019;
    }


.header_list,
.header_list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header_list {
    border-top: 1px solid rgb(123,123,123);
    border-top: 1px solid rgba(123,123,123,0.3);
}

    .header_list li {
        border-bottom: 1px solid rgb(123,123,123);
        border-bottom: 1px solid rgba(123,123,123,0.3);
        position: relative;
    }

        .header_list li a,
        .header_list li a:link,
        .header_list li a:active,
        .header_list li a:visited {
            display: block;
            padding: 10px 0 10px 25px;
            color: #999999;
            font-size: 14px;
            line-height: 1.5;
            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? */
        }

            .header_list li a:before {
                content: "";
                width: 4px;
                height: 4px;
                position: absolute;
                top: 20px;
                left: 10px;
                vertical-align: middle;
                display: inline-block;
                border-right: 1px solid #999999;
                border-bottom: 1px solid #999999;
                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 */
            }

            .header_list li a:hover {
                background-color: #1a1a1a;
                text-decoration: none;
            }

.header-social {
    padding: 30px 0;
    text-align: center;
}

    .header-social a {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 1px solid #666666;
        display: inline-block;
        text-align: center;
        line-height: 38px;
        margin: 0 2px 5px;
        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? */
    }

        .header-social a span {
            width: 16px;
            height: 16px;
            line-height: 16px;
            display: inline-block;
            overflow: hidden;
            font-size: 18px;
            text-align: center;
            color: #222222;
            background-color: #666666;
            text-indent: -1px;
            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? */
        }

            .header-social a span:empty {
                width: 16px;
            }

        .header-social a:hover {
            border: 1px solid #b41019;
            background-color: #b41019;
        }

            .header-social a:hover span {
                color: #b41019;
                background-color: #FFF;
            }

/*ServeList_1*/
.ServeList_1 {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .ServeList_1 li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        width: 33.333%;
        padding: 20px 30px;
        position: relative;
    }

        .ServeList_1 li p {
            line-height: 1.8;
        }

        .ServeList_1 li:before {
            content: "";
            border-bottom: 1px solid #dcdcdc;
            position: absolute;
            top: 100%;
            left: 15px;
            right: 15px;
        }

        .ServeList_1 li:after {
            content: "";
            border-right: 1px solid #dcdcdc;
            position: absolute;
            top: 15px;
            bottom: 15px;
            left: 100%;
            margin-left: 1px;
        }

    .ServeList_1 .ico {
        height: 104px;
        width: 104px;
        line-height: 104px;
        border: 2px solid #b41019;
        margin: auto;
        text-align: center;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        margin-bottom: 20px;
        font-size: 30px;
        color: #b41019;
        transition: all ease-out 1000ms;
        -moz-transition: all ease-out 1000ms; /* Firefox 4 */
        -webkit-transition: all ease-out 1000ms; /* Safari and Chrome */
        -o-transition: all ease-out 1000ms; /* Opera */
        -ms-transition: all ease-out 1000ms; /* IE9? */
    }

    .ServeList_1 li:hover .ico {
        transform: rotateY(360deg);
        -ms-transform: rotateY(360deg); /* IE 9 */
        -moz-transform: rotateY(360deg); /* Firefox */
        -webkit-transform: rotateY(360deg); /* Safari and Chrome */
        -o-transform: rotateY(360deg); /* Opera */
    }

.ServeList_2 {
    background-color: rgba(255,255,255,0.3);
    border: 1px solid rgba(255,255,255,0.7);
    margin: 30px 0 40px;
    padding: 0 10px 25px;
}

    .ServeList_2 .ico {
        height: 70px;
        width: 70px;
        line-height: 75px;
        background-color: #b41019;
        display: inline-block;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        margin: -35px 0 20px;
        font-size: 30px;
    }

        .ServeList_2 .ico span {
            line-height: normal;
            text-align: center;
        }

        .ServeList_2 .ico span {
            transition: all ease-out 1000ms;
            -moz-transition: all ease-out 1000ms; /* Firefox 4 */
            -webkit-transition: all ease-out 1000ms; /* Safari and Chrome */
            -o-transition: all ease-out 1000ms; /* Opera */
            -ms-transition: all ease-out 1000ms; /* IE9? */
        }

    .ServeList_2:hover .ico span {
        transform: rotateY(360deg);
        -ms-transform: rotateY(360deg); /* IE 9 */
        -moz-transform: rotateY(360deg); /* Firefox */
        -webkit-transform: rotateY(360deg); /* Safari and Chrome */
        -o-transform: rotateY(360deg); /* Opera */
    }



    .ServeList_2 h5 {
        font-size: 16px;
        color: #ffffff;
        font-weight: normal;
        letter-spacing: 1px;
    }

    .ServeList_2 .but {
        background-color: #b41019;
        padding: 5px 20px;
        display: inline-block;
        margin-top: 20px;
        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? */
    }

        .ServeList_2 .but:hover {
            text-decoration: none;
            background-color: #333;
        }

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .ServeList_1 li {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .ServeList_1 li {
        width: 100%;
    }
}


/*news_list*/
.news_list {
    margin: 0;
    padding: 0;
}

    .news_list li {
        list-style: none;
        margin: 0;
        padding: 20px 0 20px 128px;
        border-bottom: 1px solid #dedede;
        position: relative;
        min-height: 140px;
    }

        .news_list li .pic {
            width: 100px;
            height: 100px;
            position: absolute;
            top: 20px;
            left: 0;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            overflow: hidden;
        }

            .news_list li .pic img {
                width: 100%;
                height: 100%;
            }
/*list_1*/
.list_1 {
    margin: 0;
    padding: 0;
}

    .list_1 li {
        list-style: none;
        display: inline-block;
        height: 170px;
        width: 170px;
        line-height: 170px;
        background-color: #f00;
        background-color: rgba(0,0,0,0.5);
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        font-size: 16px;
        position: relative;
        margin: 5px 60px 5px 0;
    }

        .list_1 li a,
        .list_1 li p {
            position: relative;
            z-index: 1;
        }

        .list_1 li .ico span {
            width: 41px;
            height: 41px;
            line-height: 41px;
            background-color: #b41019;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            display: block;
            position: absolute;
            top: 0px;
            left: 7px;
        }

        .list_1 li .ico {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-animation-duration: 0.8s;
            -moz-animation-duration: 0.8s;
            -o-animation-duration: 0.8s;
            animation-duration: 0.8s;
            -webkit-animation-fill-mode: both;
            -moz-animation-fill-mode: both;
            -o-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        .list_1 li:hover .ico {
            -webkit-animation-name: shake;
            -moz-animation-name: shake;
            -o-animation-name: shake;
            animation-name: shake;
        }




        .list_1 li:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            margin: -7px 0 0 20px;
            border-right: 5px solid #ffffff;
            border-bottom: 5px solid #ffffff;
            width: 15px;
            height: 15px;
            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 */
        }

        .list_1 li:last-child:before {
            display: none;
        }

.news_list2 {
    margin: 0;
    padding: 0;
}

    .news_list2 li {
        margin: 0;
        padding: 0 0 30px 170px;
        list-style: none;
        position: relative;
        min-height: 90px;
        color: #666666;
    }

    .news_list2 .pic {
        position: absolute;
        top: 0;
        left: 0;
    }

    .news_list2 h3 {
        color: #2e2e2e;
        font-size: 14px;
        margin-bottom: 3px;
    }

    .news_list2 .info {
        font-size: 12px;
        color: #888888;
        padding-bottom: 5px;
    }


/*font icons */
.font-icons {
    font-size: 30px;
    letter-spacing: -5px;
}

    .font-icons a,
    .font-icons a:link,
    .font-icons a:active,
    .font-icons a:visited {
        color: #3e3e3e;
        text-decoration: none;
    }

        .font-icons a:hover {
            color: #b41019;
            text-decoration: none;
            opacity: 0.9;
        }

/*full_screen_pic*/

.body_main {
    filter: alpha(opacity=0);
    opacity: 0;
}

.full_screen_shade {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: url(images/Loading.gif) no-repeat center center #000;
}

.full_screen_pic {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1;
}

    .full_screen_pic:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: url(images/full_shade.png);
    }

    .full_screen_pic li {
        list-style: none;
        background-size: cover;
        background-position: center bottom;
    }

    .full_screen_pic .content {
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 50%;
        width: 100%;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
    }

        .full_screen_pic .content .title {
            font-size: 80px;
            color: #FFF;
            font-weight: bold;
            letter-spacing: 8px;
        }

            .full_screen_pic .content .title span {
                color: #b41019;
            }

        .full_screen_pic .content .line {
            width: 100px;
            margin: auto;
            border-bottom: 1px solid #FFF;
            margin-bottom: 20px;
            opacity: 0;
            transition: transform ease-in 500ms, opacity ease-in 500ms;
            -moz-transition: -moz-transform ease-in 500ms, opacity ease-in 500ms; /* Firefox 4 */
            -webkit-transition: -webkit-transform ease-in 500ms, opacity ease-in 500ms; /* Safari and Chrome */
            -o-transition: -o-transform ease-in 500ms, opacity ease-in 500ms; /* Opera */
            -ms-transition: -ms-transform ease-in 500ms, opacity ease-in 500ms; /* IE9? */
        }

    .full_screen_pic.animations .content .line {
        opacity: 1;
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        transition-delay: 1s;
    }


    .full_screen_pic .animation_3 {
        font-size: 20px;
    }

    .full_screen_pic .animation_1 {
        opacity: 0;
        transition: transform ease-in 500ms, opacity ease-in 500ms;
        -moz-transition: -moz-transform ease-in 500ms, opacity ease-in 500ms; /* Firefox 4 */
        -webkit-transition: -webkit-transform ease-in 500ms, opacity ease-in 500ms; /* Safari and Chrome */
        -o-transition: -o-transform ease-in 500ms, opacity ease-in 500ms; /* Opera */
        -ms-transition: -ms-transform ease-in 500ms, opacity ease-in 500ms; /* IE9? */
    }

    .full_screen_pic.animations .animation_1 {
        opacity: 1;
    }

    .full_screen_pic .animation_2 {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        transition: transform ease-in 500ms, opacity ease-in 500ms;
        -moz-transition: -moz-transform ease-in 500ms, opacity ease-in 500ms; /* Firefox 4 */
        -webkit-transition: -webkit-transform ease-in 500ms, opacity ease-in 500ms; /* Safari and Chrome */
        -o-transition: -o-transform ease-in 500ms, opacity ease-in 500ms; /* Opera */
        -ms-transition: -ms-transform ease-in 500ms, opacity ease-in 500ms; /* IE9? */
    }

    .full_screen_pic.animations .animation_2 {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .full_screen_pic .animation_3 {
        font-size: 24px;
        color: #FFF;
        letter-spacing: 1px;
        opacity: 0;
        padding: 0;
        -webkit-transform: scale(0.6) translate(0px,0px);
        -moz-transform: scale(0.6) translate(0px,0px);
        -ms-transform: scale(0.6) translate(0px,0px);
        -o-transform: scale(0.6) translate(0px,0px);
        transform: scale(0.6) translate(0px,0px);
        transition: transform ease-in 500ms, opacity ease-in 500ms;
        -moz-transition: -moz-transform ease-in 500ms, opacity ease-in 500ms; /* Firefox 4 */
        -webkit-transition: -webkit-transform ease-in 500ms, opacity ease-in 500ms; /* Safari and Chrome */
        -o-transition: -o-transform ease-in 500ms, opacity ease-in 500ms; /* Opera */
        -ms-transition: -ms-transform ease-in 500ms, opacity ease-in 500ms; /* IE9? */
    }

    .full_screen_pic.animations .animation_3 {
        opacity: 1;
        -webkit-transform: scale(1) translate(0, 0);
        -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        -o-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

    .full_screen_pic #nextPage {
        opacity: 0;
        width: 150px;
        height: 150px;
        line-height: 135px;
        font-size: 15px;
        color: #b41019;
        font-weight: bold;
        margin: 20px auto;
        position: relative;
        background-color: #FFF;
        background-color: rgba(255,255,255,0.8);
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        transition: opacity ease-in 500ms;
        -moz-transition: opacity ease-in 500ms; /* Firefox 4 */
        -webkit-transition: opacity ease-in 500ms; /* Safari and Chrome */
        -o-transition: opacity ease-in 500ms; /* Opera */
        -ms-transition: opacity ease-in 500ms; /* IE9? */
    }

        .full_screen_pic #nextPage:after {
            content: "";
            border-bottom: 3px solid #b41019;
            border-right: 3px solid #b41019;
            width: 9px;
            height: 9px;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: 10px 0px 0px -7px;
            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: all ease-in 0.3s;
            -moz-transition: all ease-in 0.3s; /* Firefox 4 */
            -webkit-transition: all ease-in 0.3s; /* Safari and Chrome */
            -o-transition: all ease-in 0.3s; /* Opera */
            -ms-transition: all ease-in 0.3s; /* IE9? */
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
        }

    .full_screen_pic.animations #nextPage {
        opacity: 1;
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        transition-delay: 2s;
        cursor: pointer;
    }

    .full_screen_pic #nextPage:hover:after {
        top: 55%;
    }

@media only screen and (max-width: 767px) {
    .full_screen_pic .content .title {
        line-height: 1;
        font-size: 36px;
        padding-bottom: 20px;
    }

    .full_screen_pic .animation_3 {
        font-size: 14px;
        line-height: 1.2;
        padding-bottom: 20px;
    }

    .full_screen_pic #nextPage {
        margin: 0px auto;
    }

    .full_screen_pic #nextPage {
        -webkit-transform: scale(0.6) rotateY(360deg);
        -moz-transform: scale(0.6) rotateY(360deg);
        -ms-transform: scale(0.6) rotateY(360deg);
        -o-transform: scale(0.6) rotateY(360deg);
        transform: scale(0.6) rotateY(360deg);
    }

    .full_screen_pic.animations #nextPage {
        -webkit-transform: scale(0.6) rotateY(0deg);
        -moz-transform: scale(0.6) rotateY(0deg);
        -ms-transform: scale(0.6) rotateY(0deg);
        -o-transform: scale(0.6) rotateY(0deg);
        transform: scale(0.6) rotateY(0deg);
    }
}
/*magic_box */
.magic_box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #b41019;
}

    .magic_box .up,
    .magic_box .down {
        background-color: #b41019;
        color: #FFF;
        text-align: center;
        padding: 0 15px;
        margin: 0;
        transition: all ease-out 400ms;
        -moz-transition: all ease-out 400ms; /* Firefox 4 */
        -webkit-transition: all ease-out 400ms; /* Safari and Chrome */
        -o-transition: all ease-out 400ms; /* Opera */
        -ms-transition: all ease-out 400ms; /* IE9? */
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
    }

    .magic_box .down {
        position: absolute;
        top: 100%;
        left: 0px;
        height: 100%;
        width: 100%;
    }

    .magic_box .up .glyphicons {
        font-size: 45px;
        margin: 80px 0 20px;
        width: auto;
    }

        .magic_box .up .glyphicons:empty {
            width: auto;
            padding: 0px 10px;
        }

    .magic_box .up h3 {
        font-size: 16px;
        padding: 0px 0 80px;
        color: #FFF;
        margin: 0;
    }

    .magic_box .down h3 {
        font-size: 16px;
        color: #ffffff;
        padding: 45px 0 0;
    }

    .magic_box .down a.but {
        color: #FFF;
        margin-top: 10px;
        display: inline-block;
    }

    .magic_box:hover .up {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .magic_box:hover .down {
        top: 0;
    }




/*employeesContent*/
.employeesBox {
    position: relative;
}

    .employeesBox img {
        max-width: 100%;
    }

.employeesContent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #ffffff;
    padding: 30px;
    margin: 0 60px;
    box-shadow: 0 -8px 14px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -8px 14px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 -8px 14px rgba(0,0,0,0.2);
}

    .employeesContent h6 {
        margin-bottom: 5px;
    }

    .employeesContent .glyph {
        border-top: 1px dashed #d8d8d8;
        padding-top: 15px;
        margin-top: 15px;
    }

        .employeesContent .glyph a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            margin: 0 3px 5px;
            border: 1px solid #919191;
            font-size: 16px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }

            .employeesContent .glyph a span {
                color: #919191;
            }

            .employeesContent .glyph a:hover {
                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? */
            }

                .employeesContent .glyph a:hover span {
                    color: #FFF;
                }

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .employeesContent {
        padding: 15px;
        margin: 0 20px;
    }
}


/* ---- combination filters ---- */
.isotope_grid {
    width: 100%;
    overflow: hidden;
}
/* Portfolios bug*/
.portfolio_block.isotope {
    width: auto;
}

.isotope_grid .isotope_main {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.isotope_grid .isotope_item {
    width: 200px;
    margin: 0px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

    .isotope_grid .isotope_item .pic_box img {
        width: 100%;
    }

    .isotope_grid .isotope_item > div {
        margin: 0;
    }

.isotope_grid .isotope_group {
    text-align: center;
    padding: 10px 0 40px;
}

    .isotope_grid .isotope_group a {
        margin: 0px 3px 5px;
        padding: 10px 35px;
        color: #555555;
        font-size: 13px;
        background-color: #e1e1e1;
        text-decoration: none;
        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? */
    }

        .isotope_grid .isotope_group a:hover,
        .isotope_grid .isotope_group a.active {
            background-color: #b41019;
            color: #FFF;
            text-decoration: none;
        }

.isotope_grid .isotope_item .photo_box .shade {
    background-color: #b41019;
}

.isotope_grid .photo_box:hover .shade {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.isotope_grid .isotope_item .photo_box .ico span {
    background-color: transparent;
    border: 1px solid #FFF;
}

.isotope_grid .isotope_item .photo_box {
    letter-spacing: 1px;
}

    .isotope_grid .isotope_item .photo_box h3 {
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 3px;
    }

#main_left .social-icons2 {
    padding-top: 10px;
}

    #main_left .social-icons2 a {
        background-color: #656565;
        border-radius: 3px;
        color: #656565;
        display: inline-block;
        height: 32px;
        margin: 0 2px 5px;
        padding: 0;
        text-align: center;
        transition: background-color 200ms ease-in 0s;
        width: 32px;
    }

        #main_left .social-icons2 a span {
            background-color: #d9d9d9;
            display: block;
            font-size: 17px;
            height: 14px;
            margin: 7px 0 0 9px;
            overflow: hidden;
            text-indent: -2px;
            transition: color 200ms ease-in 0s;
            width: 14px;
        }

/*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;
        border-top: 2px solid #69b532;
        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%;
    padding-top: 30px;
    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) {

    .dnn_layout {
        width: 1170px;
    }

    .head_mid,
    .content_mid,
    .footer_mid {
        padding: 0px 20px;
    }

    .mid_wrapper {
        background-color: #d7d7d7;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {

    .dnn_layout {
        width: 750px;
    }

    .head_mid,
    .content_mid,
    .footer_mid {
        padding: 0px 15px;
    }

    .copyright_style .sep {
        padding: 0px 7px;
    }
}

@media only screen and (max-width: 767px) {
    .nav_box {
        text-align: left !important;
    }

    .dnn_layout {
        width: auto;
    }

    .content_mid,
    .footer_mid {
        padding: 0px 15px;
    }

    .header_element {
        position: relative;
        display: inline-block;
        border-left: 1px solid #585858;
        border-right: 1px solid #585858;
        margin-left: -3px;
        display: inline-block;
    }

    * + html .header_element {
        display: inline;
    }

    .Logins {
        border-right: none !important;
    }

    .emails {
        float: right;
    }

    .header_element .icon {
        width: 48px;
        height: 45px;
        font-size: 20px;
        color: #FFF;
        text-align: center;
        line-height: 45px;
        cursor: pointer;
    }

        .header_element .icon:empty {
            width: 48px;
        }

    .header_element .Login_icon {
        border-right: none;
    }

    .header_element .email_icon {
        float: right;
    }

    .header_element.Open .icon {
        background-color: #b41019;
    }

    .header_element .element_box {
        position: absolute;
        left: 0px;
        top: 100%;
        background: #2e2e2e;
        filter: alpha(opacity=0);
        opacity: 0;
        z-index: -1;
        height: 0px;
        white-space: nowrap;
        margin-top: 5px;
        border: none;
        transition: all ease-in 100ms;
        -moz-transition: all ease-in 100ms; /* Firefox 4 */
        -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
        -o-transition: all ease-in 100ms; /* Opera */
        -ms-transition: all ease-in 100ms; /* IE9? */
    }

    .header_element .HeadPane {
        left: auto;
        right: 0;
    }

    .header_element .Login .loginGroup,
    .header_element .Login .registerGroup {
        border: none;
        padding: 0px !important;
    }

    .header_element .Login {
        padding: 0px 10px;
        line-height: 32px;
    }

    .header_element.Open .element_box {
        filter: alpha(opacity=100);
        opacity: 1;
        z-index: 1000;
        height: 36px;
    }

    .header_element .element_box:before {
        content: " ";
        border: 4px solid transparent;
        border-bottom: 4px solid #2e2e2e;
        position: absolute;
        top: -8px;
        left: 21px;
    }

    .header_element .HeadPane:before {
        left: auto;
        right: 21px;
    }

    .nav_box {
        text-align: left;
    }

    .pulldownsearch {
        position: static;
        float: right;
        width: auto;
        border: none;
    }

    .searchbut {
        display: none;
    }

    .searchBox {
        display: block !important;
        opacity: 1 !important;
        top: 0px;
        height: 50px !important;
        background: none;
        border-left: 1px solid #FFF;
        border-left: 1px solid rgba(255,255,255,0.2);
        border-right: 1px solid #FFF;
        border-right: 1px solid rgba(255,255,255,0.2);
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        margin: 0px !important;
        padding-top: 7px !important;
    }

        .searchBox ::-webkit-input-placeholder {
            color: #FFF;
        }

        .searchBox:before {
            display: none;
        }

    /*--------- Mobile Menu style ----------*/





    .mobile_icon {
        font-size: 26px;
        color: #FFF;
        display: inline-block;
        padding: 0 10px;
        border-right: 1px solid #FFF;
        border-right: 1px solid rgba(255,255,255,0.2);
        line-height: 50px;
        cursor: pointer;
        width: 50px;
        text-align: center;
    }

        .mobile_icon.Open .glyphicons:before {
            content: "\E208";
            font-size: 22px;
        }

    #mobile_menu {
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        z-index: 906;
        background: #2e2e2e;
        display: none;
    }

        #mobile_menu .menu_main {
            padding: 10px;
        }

    .multi_menu {
        margin: auto;
    }

        .multi_menu ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .multi_menu ul li {
                margin: 0px;
                padding: 0px;
                list-style: none;
            }

                .multi_menu ul li img {
                    vertical-align: middle;
                }

                .multi_menu ul li a {
                    font-size: 15px;
                    line-height: 20px;
                    padding: 0px;
                    margin: 0px;
                    color: #cccccc;
                    display: block;
                    text-decoration: none;
                    outline: none;
                    text-align: left;
                    border-bottom: 1px dashed #3a3a3a;
                }

                    .multi_menu ul li a:after {
                        clear: both;
                        content: ".";
                        height: 0px;
                        font-size: 0px;
                        visibility: hidden;
                        display: block;
                    }

                .multi_menu ul li a {
                    display: inline-block;
                }

                .multi_menu ul li a {
                    display: block;
                }

                .multi_menu ul li span {
                    padding: 10px 0px;
                    display: block;
                }

                .multi_menu ul li .menu_arrow {
                    background-image: url(images/arrow-1.png);
                    background-repeat: no-repeat;
                    background-position: right -80px;
                    display: block;
                    width: 40px;
                    padding: 0px;
                    height: 40px;
                    float: right;
                    text-indent: 0px;
                    overflow: hidden;
                    margin: 0px;
                    text-align: center;
                    line-height: 40px;
                    font-size: 0;
                }

                    .multi_menu ul li .menu_arrow.arrow_opened {
                    }

                    .multi_menu ul li .menu_arrow.arrow_closed {
                        background-position: right -178px;
                    }

            .multi_menu ul ul {
                display: none;
                background: #2e2e2e;
                padding: 2px 0px 5px 0px;
                margin: 0px;
            }

            .multi_menu ul li.current > ul {
                display: block;
            }

            .multi_menu ul li.active > a,
            .multi_menu ul li a:hover {
            }

            .multi_menu ul li.current > a,
            .multi_menu ul li.current > a:hover {
                border-bottom: 1px solid #2e2e2e;
                color: #FFF;
            }

            .multi_menu ul li a {
                padding: 0 0 0 15px;
            }

            .multi_menu ul li li a {
                padding: 0 0 0 30px;
            }

            .multi_menu ul li li li a {
                padding: 0 0 0 45px;
            }

            .multi_menu ul li li li li a {
                padding: 0 0 0 60px;
            }

    /*foot*/



    .copyright_style {
        float: none;
        text-align: center;
    }

    .FooterPane {
        float: none;
        text-align: center;
        padding: 0px 8px 20px;
    }
}

@media only screen and (max-width: 350px) {

    .searchBox #dnn_dnnSEARCH_ClassicSearch,
    .searchBox #dnn_dnnSEARCH1_ClassicSearch,
    .searchBox #dnn_dnnSEARCH2_ClassicSearch,
    .searchBox #dnn_dnnSEARCH3_ClassicSearch {
        width: 120px;
    }



    .searchBox input.NormalTextBox {
        width: 80px !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
}




/*Images*/
.photo_box .pic_box {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}

.photo_box {
    margin: 0 0 5px 0;
    padding: 0px;
    overflow: hidden;
    line-height: 1.8;
}

    .photo_box .pic_box {
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: 100%;
        vertical-align: middle;
    }

    .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: #69b532;
            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: #69b532;
    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: #69b532;
    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: #69b532;
}

.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: #69b532;
    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: #69b532;
        border-top-color: #69b532;
    }

    .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: 8px solid transparent;
        border-bottom-color: #FFF;
        border-bottom-color: 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: #69b532;
    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_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;
}

-transform:rotate(-deg);-webkit-transform:rotate(5deg);-o-transform:rotate(5deg)
}

.box_dotted_padding {
    border: 1px dashed #dddddd;
    padding: 3px;
}

.photo_box {
    background-color: #ffffff;
    margin-bottom: 25px;
}

    .photo_box h3 {
        margin-left: 15px;
    }

    .photo_box p {
        padding-left: 15px;
    }

    .photo_box img {
        max-width: 100%;
    }

@-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 #69b532;
        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 h3 {
    color: #363839;
    font-size: 18px;
    padding: 25px 0px 0px;
    font-weight: normal;
    margin-bottom: 0px;
}

.text_sytle_6 .info {
    margin-bottom: 10px;
}

.text_sytle_6 .social-icons a {
    font-size: 23px;
    color: #8a8a8a;
    filter: alpha(opacity=50);
    opacity: 0.5;
    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? */
}

    .text_sytle_6 .social-icons a:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

.text_sytle_7 {
    clear: both;
    overflow: hidden;
    margin: 5px;
}

    .text_sytle_7 h3 {
        font-size: 16px;
        color: #666666;
        font-weight: bold;
        margin: 10px 8px;
    }

        .text_sytle_7 h3 span {
            float: right;
        }




/*boxes rotate*/
.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 {
        background-color: #FFF;
        -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: #69b532;
        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: #69b532;
        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: 0 25px;
    text-align: center;
}

.flip_box_3 .back {
    padding: 0 25px;
    text-align: center;
    background-color: #69b532;
    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;
}



/* 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: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #cccccc;
    }

        .mfp-preloader a:hover {
            color: white;
        }

.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: white;
    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: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.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 white;
        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 white;
        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: black;
    }

/* 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: #444444;
    }

    .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;
}


/*LightBox*/
@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;
}

.LightBox_Content {
    display: none;
    background-color: #FFF;
    max-width: 60%;
    margin: auto;
    padding: 20px;
}

    .LightBox_Content h3 {
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 15px;
    }

.LightBox_zoom_in .LightBox_Content {
    display: block;
}


/*Boxes*/
.boxes_style_1,
.boxes_style_2,
.boxes_style_3,
.boxes_style_4,
.boxes_style_5,
.boxes_style_9 {
    margin-bottom: 15px;
    position: relative;
}

    .boxes_style_1 .boxes {
        border: 1px solid #006fff;
        background-color: #FFF;
        padding: 20px 25px;
        z-index: 1;
        position: relative;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .boxes_style_1 .Boxes_title {
        font-size: 20px;
        color: #006fff;
        font-weight: normal;
    }

    .boxes_style_2 .boxes {
        border: 1px solid #cccccc;
        background-color: #FFF;
        padding: 20px 25px;
        z-index: 1;
        position: relative;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .boxes_style_2 .Boxes_title {
        font-size: 20px;
        color: #333333;
        font-weight: normal;
    }

    .boxes_style_3 .boxes {
        border: 1px solid #cccccc;
        border-top: 3px solid #006fff;
        background-color: #FFF;
        padding: 20px 25px;
        z-index: 1;
        position: relative;
        text-align: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .boxes_style_3 .Boxes_title {
        font-size: 20px;
        color: #333333;
        font-weight: normal;
        position: relative;
        padding: 5px 0px 18px;
        margin-bottom: 13px;
    }

        .boxes_style_3 .Boxes_title:before {
            content: "";
            width: 70px;
            position: absolute;
            top: 100%;
            left: 50%;
            margin: -1px 0 0 -35px;
            border-bottom: 1px solid #006fff;
        }

    .boxes_style_3 .but {
        padding: 10px 0;
    }

        .boxes_style_3 .but .Button_default {
            padding: 9px 35px;
        }

    .boxes_style_4 .boxes {
        border: 1px solid #cccccc;
        border-bottom: 3px solid #006fff;
        background-color: #FFF;
        padding: 20px 25px;
        z-index: 1;
        position: relative;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .boxes_style_4 .Boxes_title {
        font-size: 20px;
        color: #333333;
        font-weight: normal;
        position: relative;
        padding: 5px 0px 18px;
        margin-bottom: 13px;
    }

        .boxes_style_4 .Boxes_title:before {
            content: "";
            width: 70px;
            position: absolute;
            top: 100%;
            margin: -1px 0 0 0px;
            border-bottom: 1px solid #006fff;
        }

    .boxes_style_5 .boxes {
        border: 1px solid #cccccc;
        border-left: 3px solid #006fff;
        background-color: #FFF;
        padding: 20px 240px 20px 25px;
        z-index: 1;
        position: relative;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .boxes_style_5 .Boxes_title {
        font-size: 20px;
        color: #333333;
        font-weight: normal;
        position: relative;
        padding: 5px 0px 0px;
        margin-bottom: 13px;
    }

    .boxes_style_5 .but {
        margin: -15px auto 0;
        position: absolute;
        top: 50%;
        right: 25px;
    }

    .boxes_style_9 .boxes {
        background-color: #FFF;
        padding: 25px 240px 25px 35px;
        z-index: 1;
        position: relative;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .boxes_style_9 .Boxes_title {
        font-size: 20px;
        color: #333333;
        font-weight: normal;
        position: relative;
        padding: 5px 0px 0px;
        margin-bottom: 13px;
    }

    .boxes_style_9 .but {
        margin: -15px auto 0;
        position: absolute;
        top: 50%;
        right: 25px;
    }




@media only screen and (max-width: 767px) {
    .boxes_style_5 .boxes {
        padding: 20px 25px;
    }

    .boxes_style_5 .but {
        position: static;
        padding: 10px 0;
        margin: 0;
    }

    .boxes_style_9 .boxes {
        padding: 20px 25px;
    }

    .boxes_style_9 .but {
        position: static;
        padding: 10px 0;
        margin: 0;
    }
}


.boxes_style_1:before,
.boxes_style_2:before,
.boxes_style_3:before,
.boxes_style_5: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: -26px 0 0 -5px;
    transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
}

.boxes_style_1:after,
.boxes_style_2:after,
.boxes_style_3:after,
.boxes_style_5:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 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: -26px -5px 0 0;
    transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
}






.boxes_style_6 {
    border: 1px solid #006fff;
    padding: 2px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .boxes_style_6 .boxes {
        border: 1px solid #006fff;
        background-color: #FFF;
        padding: 20px 25px;
        z-index: 1;
        position: relative;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .boxes_style_6 .Boxes_title {
        font-size: 20px;
        color: #006fff;
        font-weight: normal;
    }

.boxes_style_7 {
    border: 1px solid #cccccc;
    padding: 2px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .boxes_style_7 .boxes {
        border: 1px solid #cccccc;
        background-color: #FFF;
        padding: 20px 25px;
        z-index: 1;
        position: relative;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .boxes_style_7 .Boxes_title {
        font-size: 20px;
        color: #333333;
        font-weight: normal;
    }

.boxes_style_8 .boxes {
    border-left: 3px solid #006fff;
    background-color: #FFF;
    padding: 25px 240px 25px 30px;
    z-index: 1;
    position: relative;
    background-color: #F5F5F5;
}

.boxes_style_8 .Boxes_title {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    position: relative;
    padding: 5px 0px 0px;
    margin-bottom: 13px;
}

.boxes_style_8 .but {
    margin: -15px auto 0;
    position: absolute;
    top: 50%;
    right: 25px;
}


.boxes_style_9:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    width: 50%;
    height: 50px;
    z-index: 0;
    box-shadow: 14px 14px 34px rgba(0,0,0,0.5);
    -moz-box-shadow: 14px 14px 34px rgba(0,0,0,0.5);
    -webkit-box-shadow: 14px 14px 34px rgba(0,0,0,0.5);
    margin: -59px 0 0 -5px;
    transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
}

.boxes_style_9:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 30px;
    width: 50%;
    height: 50px;
    z-index: 0;
    box-shadow: -14px 14px 34px rgba(0,0,0,0.5);
    -moz-box-shadow: -14px 14px 34px rgba(0,0,0,0.5);
    -webkit-box-shadow: -14px 14px 34px rgba(0,0,0,0.5);
    margin: -59px -5px 0 0;
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}






@media only screen and (max-width: 767px) {
    .boxes_style_8 .boxes {
        padding: 20px 25px;
    }

    .boxes_style_8 .but {
        position: static;
        padding: 10px 0;
        margin: 0;
    }
}


/******Home Version2******/
.foot_photo.photo_box {
    margin: 0 -2px -6px 0;
    display: inline-block;
}

    .foot_photo.photo_box.img_zoom:hover .pic_box img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    .foot_photo.photo_box .ico {
        margin-top: -13px;
    }

        .foot_photo.photo_box .ico span {
            font-size: 14px;
            height: 26px !important;
            line-height: 26px !important;
            width: 26px !important;
        }

/*print*/
@media print {
    a:link:after,
    article a[href^=http]:after {
        content: " ";
    }
}

.carousel_wrapper {
    padding: 10px 25px;
    margin-bottom: 25px;
    background-color: #f6f5f5;
    text-align: center;
}

    .carousel_wrapper h1 {
        text-align: center;
        color: #696969;
        margin: 10px 0 25px 0;
    }

        .carousel_wrapper h1:after {
            border: none;
        }

/*.Contentmain1 {
    margin-left: 15px;
    padding: 15px;
}*/

    .Contentmain1 h1 {
        text-align: center;
        margin: 15px 0;
    }

.title1 {
    color: #b41019;
    font-family: 'Open Sans';
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}




/*~~~~~~~~~~~~~~~~~~~ LEFT MENU ~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.gomenu {
    padding: 10px 25px;
}

#left_menu ul li a {
    padding: 0 5px;
}

.hero-sub, .content-sub {
}

    .hero-sub img {
        max-width: 100%;
    }

.content-sub {
    margin-top: 25px;
}

.content-sub-inner {
    background: white;
padding: 20px 25px 10px 25px;
}

body {
    background-color: #d7d7d7;
}

.footer_box {
    margin-top: 40px;
}

.dnntitle {
    display: none;
}

.board-member {
    margin: 30px 0px 30px 20px;
    clear: both;
}

    .board-member img {
        margin-bottom: 30px !important;
    }

/* GLOBAL NAV */

.social-icon div {
    width: 35px;
    height: 30px;
    display: inline-block;
    background: url('/portals/_default/skins/20060-UnlimitedColorsPack-042/images/social-icons.png');
    background-size: cover;
    margin-top: 6px;
}

.social-icon.facebook div {
    background-position: 5px 0;
}

.social-icon.linkedin div {
      background-position: -28px 0; 
}

.social-icon.twitter div {
      background-position: -64px 0;
}

.social-icon.youtube div {
      background-position: -99px 0;
}

#social-media-black{
    background: url('/portals/_default/skins/20060-UnlimitedColorsPack-042/images/social-icons-black.png');
background-size: 170px;
margin-top: 10px;
background-repeat: no-repeat;
}

.social-icon.black:hover{
    text-decoration:none;
}

.social-icon.facebook.black div {
    background-position-x: 5px 0!important;
}

.social-icon.linkedin.black div {
    background-position-x: -28px 0!important;
}

.social-icon.twitter.black div {
    background-position-x: -64px 0!important;
}

.social-icon.youtube.black div {
    background-position-x: -99px 0!important;
}

#social-media-black .social-icon div {
    background:none;
}

#social-media-black{
width: 168px;
padding: 10px 0;
margin: auto;
}
#left-social-media{
    background:white;
padding-top: 20px;
}

.Container-1 .contentmain1{
    
padding-bottom: 0;
margin-bottom: 0;
    background:transparent;
	padding-left: 5px;
	padding-right: 5px;
}

.Container-1 .contentmain1 img{
    margin-bottom:10px;
}


.LeftOutPane .Container-1 .contentmain1 p, .LeftOutPane .Container-1 .contentmain1 h3{
    text-align:center;
    padding:0 10px
}



#dnn_LeftOutPane > div > div > div > div > div > div > img{
    max-width:100%;
}

.roll_menu {
    background-color: white;
}

.global-nav {
    display: inline-block;
    float: right;
    height: 43px;
}


    .global-nav div {
        display: inline-block;
    }

        .global-nav div a {
            color: #d7d7d7;
            font-size: 14px;
            line-height: 43px;
        }

        .global-nav div.members {
            border-left: 1px solid #d7d7d7;
            padding: 0 20px;
        }

        .global-nav div.contact {
            padding: 0 20px;
            border-right: 1px solid #d7d7d7;
            border-left: 1px solid #d7d7d7;
        }


#dnn_content > div:nth-child(8) {
    background: white;
}

.dnnSearchBoxPanel, .dnnSearchResultPanel {
    background: none !important;
}



@media only screen and (max-width: 440px) {
    .global-nav div.members, .global-nav div.contact {
        padding: 0 5px;
    }
}


@media only screen and (max-width: 400px) {
    .head_mid, .content_mid, .footer_mid {
        padding: 0;
    }
}

@media (min-width:768px) and (max-width: 979px) {
    .head_mid, .content_mid, .footer_mid {
        padding: 0;
    }

    #dnngo_megamenu > div > ul > li > a > span {
        padding: 0px 2px !important;
    }
}


.photo_box{
min-height: 350px;
/*max-height: 350px;*/

}

#dnn_TopPane .contentmain1{
    padding-bottom:0;
}


#dnn_TopPane {
    max-height: 500px !important;
}


.home_page{
    max-height:350px;
}


/*.contentmain1 div div div h1{
position: absolute;
width: 98%;
text-align: center;
margin-top: 80px;
}*/

.contentmain1 div div div h1::after {
    content: ' ';
    display: block;
    border:none!important;
}

/*.LeftOutPane .contentmain1{
    padding-top: 25px!important;
}*/

#dnn_subpageBanner .Container-1 .contentmain1 {
     padding-bottom: 0px; 
     margin-bottom: 0px; 
}

#dnn_subpageBanner{
    padding-bottom:0!important;
}

p {
    margin: 0;
}
.alert-overlay {
    position: fixed;
    left: 0; right: 0;
    top: 0; bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}
.alert {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 290px;
    margin-left: -150px;
    margin-top: -50px;
    padding: 4px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    z-index: 9999999999;
    font-family: sans-serif;
}
.button-holder {
    padding: 0.3em;
    margin: -4px;
    margin-top: 4px;
    text-align: right;
    background: #ccc;
}
.button-holder a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    width: 5em;
    border: 1px solid #999;
    background: #ddd;
    text-align: center;
}
/* Added 6/11/2015 */
.pinboard .LCToolbarWrapper { margin-bottom: 5px; }
.highslide img { max-width: 100%; }

.pinboard .lc_element_item .caption, .pinboard .lc_element_item .social_network { width: 100% !important; }

.pointer > a:hover { cursor: pointer; text-decoration: none !important; }
.pointer > a:hover * { text-decoration: none !important; }
.lc_element_item .social_network { display: none; }

.highslide-containerr .lc_element_item .social_network { display: block; }

/* Added 7/16/2015 */
.pinboard .lc_element_item, .pinboard .element { padding: 10px !important; }
.pinboard .lc_element_item { width: 200px !important; }
.sortby { display: none; }

/* Added 12/2/2015 */
.dnn_content > .clearfix { background-color: #FFF; }
#dnn_LeftOutPane, #left-social-media { background-color: transparent; }
#dnn_ConfHeaderPane img { width: 100% !important; height: auto !important; }