/*
 * CSS For DotNetNuke Skin by bestdnnskins.com
 * Copyright 2014 By BESTDNNSKINS.COM
 */
/*-------- Design style --------*/

body {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100% !important;
}
.floatl {
    float: left;
}

.floatr {
    float: right;
}

.pc_display {
    display: block;
}

.mobile_display {
    display: none;
}

.mobile_nav {
    display: none;
}

.pre_defined_color {
    background: #554390;
}

#skin_wrapper {
    width: 100%;
    position: inherit !important;
    z-index: 1;
    /*background: #fff; */
    margin: 0 auto;
}

.skin_width {
    width: 100%;
    max-width: 1140px;
    min-width: 767px;
    margin: 0 auto;
    position: relative;
}

.skin_top {
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
}

    .skin_top .skin_width:before {
        content: ' ';
        background: url(../images/skin_top_shadow.png) no-repeat;
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 10%;
        max-height: 8px;
        z-index: 0;
    }

.socialpane_style {
    float: left;
    padding: 0 10px 0 5px;
}

/*top right icons*/
.icons_menu {
    float: right;
    padding-right: 17px;
    position: relative;
    z-index: 1000;
    margin: 5px 0;
    min-height: 20px;
}

.icon_search {
    display: block;
    background: url(../images/icon_search.png) no-repeat center center #554390;
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}

    .icon_search:hover {
        background-color: #777;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
    }

.icon_search_style {
    display: none;
    width: 300px;
    position: absolute;
    right: -100px;
    top: 35px;
    padding: 15px;
    background: #e9e9e9;
    background: rgba(233,233,233,.9);
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .icon_search_style:before {
        width: 0;
        height: 0;
        position: absolute;
        left: 70px;
        top: -5px;
        border-bottom: 6px solid #e9e9e9;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: none;
        content: "";
    }

.icon_mail {
    display: block;
    background: url(../images/icon_mail.png) no-repeat center center #554390;
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}

.icon_inspon {
    display: block;
    background: url(../images/icon_inspon.png) no-repeat center center #554390;
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}

.icon_inspoff {
    display: block;
    background: url(../images/icon_inspoff.png) no-repeat center center #554390;
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    padding-right: 5px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}
.icon_user {
    position: relative;
    cursor: pointer;
    padding-right: 5px;
    padding-top: 1px;
}

.icon_user_hover {
    display: none;
    width: 160px;
    position: absolute;
    left: -63px;
    top: 35px;
    padding: 0;
    background: #e9e9e9;
    background: rgba(233,233,233,.9);
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .icon_user_hover:before {
        width: 0;
        height: 0;
        position: absolute;
        left: 72px;
        top: -5px;
        border-bottom: 6px solid #e9e9e9;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: none;
        content: "";
    }

.icon_inspection {
    float: left;
    cursor: pointer;
}

.icon_inspection_hover {
    display: none;
    width: 160px;
    position: absolute;
    left: -63px;
    top: 35px;
    padding: 0;
    background: #e9e9e9;
    background: rgba(233,233,233,.9);
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .icon_inspection_hover:before {
        width: 0;
        height: 0;
        position: absolute;
        left: 72px;
        top: -5px;
        border-bottom: 6px solid #e9e9e9;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: none;
        content: "";
    }


.icon_login {
    float: left;
    padding-right: 5px;
}

.icon_lang {
    display: block;
    background: url(../images/icon_lang.png) no-repeat center center #554390;
    width: 29px;
    height: 29px;
    float: left;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    margin-right: 5px;
}

    .icon_lang:hover {
        background-color: #777;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
    }

.icon_lang_style {
    display: none;
    width: 60px;
    position: absolute;
    left: -10px;
    top: 35px;
    padding: 0 0 15px;
    background: #e9e9e9;
    background: rgba(233,233,233,.9);
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .icon_lang_style:before {
        width: 0;
        height: 0;
        position: absolute;
        left: 22px;
        top: -5px;
        border-bottom: 6px solid #e9e9e9;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: none;
        content: "";
    }

.icon_email {
    float: left;
    padding-top: 7px;
}

.icon_email_hover {
    display: none;
    width: 160px;
    padding: 0;
    background: #e9e9e9;
    background: rgba(233,233,233,.9);
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .icon_email_hover:before {
        width: 0;
        height: 0;
        border-bottom: 6px solid #e9e9e9;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: none;
        content: "";
    }


#skin_header {
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
}

.logo_style {
    padding: 10px 10px 10px 0px;
    float: left;
}

.site_logo {
    line-height: 80px;
}

    .site_logo img {
        max-height: 80px;
    }

.menu_box {
    float: right;
    padding: 10px 0 10px 0;
    font-family: 'Open Sans', Arial, sans-serif;
}

.scroll-to-fixed-fixed .menu_box {
    padding: 18px 0;
}

.scroll-to-fixed-fixed .logo_style {
    padding-top: 5px;
    padding-bottom: 5px;
}

.scroll-to-fixed-fixed .site_logo {
    line-height: 60px;
}

    .scroll-to-fixed-fixed .site_logo img {
        max-height: 60px;
    }

.scroll-to-fixed-fixed #standardMenu .subMenu, .scroll-to-fixed-fixed #megaMenu .category {
    padding: 18px 0 0 0;
}

.skin_banner {
    background: #fff;
}

/* .skin_main {
    min-height: 650px;
} */

.content_whitebg {
    background: #fff;
}

.content_graybg {
    background: #f6f6f6;
}

    .content_graybg .skin_width {
        position: relative;
    }

        .content_graybg .skin_width:before {
            content: ' ';
            background: url(../images/content_top_shadow.png) no-repeat;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 10%;
            max-height: 8px;
            z-index: 0;
        }

.content_gray2bg {
    background: #f5f5f5;
    position: relative;
}

    .content_gray2bg:before {
        content: ' ';
        background: -webkit-linear-gradient(top, #e5e5e5,#f5f5f5 100%);
        background: -moz-linear-gradient(top, #e5e5e5,#f5f5f5 100%);
        background: -o-linear-gradient(top, #e5e5e5,#f5f5f5 100%);
        background: -ms-linear-gradient(top, #e5e5e5,#f5f5f5 100%);
        background: linear-gradient(0deg, #e5e5e5,#f5f5f5 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 10%;
        max-height: 10px;
        z-index: 0;
    }

    .content_gray2bg:after {
        content: ' ';
        background: -webkit-linear-gradient(bottom, #e5e5e5,#f5f5f5 100%);
        background: -moz-linear-gradient(bottom, #e5e5e5,#f5f5f5 100%);
        background: -o-linear-gradient(bottom, #e5e5e5,#f5f5f5 100%);
        background: -ms-linear-gradient(bottom, #e5e5e5,#f5f5f5 100%);
        background: linear-gradient(180deg, #e5e5e5,#f5f5f5 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10%;
        max-height: 10px;
        z-index: 0;
    }

.img_bg {
    background: url(../images/img_bg.jpg) center center no-repeat;
}

.content_colorbg {
    background: #554390;
    position: relative;
}

.skin_top_content {
    padding: 10px 20px;
}

.skin_main_padding {
    padding: 0 20px;
}

.footer_top {
    background: #f6f6f6;
}

.footerpane_style {
    position: relative;
}

    .footerpane_style:before {
        content: ' ';
        background: url(../images/content_top_shadow.png) no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 10%;
        max-height: 8px;
        z-index: 0;
    }

.footer_bg {
    background: #f6f6f6;
}

    .footer_bg .copyright_bar {
        color: #444;
        /* text-align: center; */
        /*line-height: 85px; */
        padding: 10px;
        border-top: 1px solid #ddd;
    }

.bottomlink_style {
    line-height: 55px;
    text-align: center;
    width: auto;
    border-top: 1px solid #ddd;
}

    .bottomlink_style span a {
        padding: 0 20px;
        color: #565656 !important;
    }

        .bottomlink_style span a:hover {
            color: #554390;
        }

/*page name*/
.page_name {
    background: url(../images/page_name_img.jpg) no-repeat;
    position: relative;
    min-height: 85px;
    border-bottom: 1px solid #e3e3e3;
}

.pagename_style {
    position: relative;
    z-index: 913;
}

    .pagename_style h1 {
        float: left;
        padding-left: 15px;
        color: #fff;
        /* line-height: 85px; */
        font-size: 22px;
        font-weight: normal;
        margin: 0;
    }

.breadcrumb_style {
    float: right;
    padding-right: 15px;
    color: #fff;
    /* line-height: 85px; */
}

/*leftsidebar layout*/
.LM_position {
    float: left;
    width: 22%;
    padding: 0;
}

.LM_skin_content {
    float: left;
    min-height: 350px;
    width: 78%;
    padding: 0 0 0 25px;
}

.leftside_style {
    padding: 0;
}


/*--------- StandardMenu style ----------*/
#standardMenu {
    position: relative;
}

    #standardMenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #standardMenu li {
        position: relative;
        display: block;
        float: left;
        margin: 0;
        list-style: none;
        font-family: 'Open Sans', Arial, sans-serif;
    }

    #standardMenu .rootMenu li a {
        display: block;
        position: relative;
        float: none;
        z-index: 10;
        cursor: pointer;
        text-decoration: none;
    }

        #standardMenu .rootMenu li.selected a, #standardMenu .rootMenu li.breadcrumb a, #standardMenu .rootMenu li:hover a, #standardMenu .rootMenu li a:hover {
            text-decoration: none;
        }

    #standardMenu .rootMenu > li a span {
        display: block;
        padding: 0 17px;
        height: 37px;
        line-height: 37px;
        color: #555;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 600;
        text-transform: none;
        font-family: 'Open Sans', Arial, sans-serif;
    }

    #standardMenu .rootMenu li.selected a span,
     #standardMenu .rootMenu li.breadcrumb a span, 
        #standardMenu .rootMenu li:hover a span, #standardMenu .rootMenu li a:hover span {
        color: #554390;
    }

    #standardMenu .rootMenu > li > a > span:after {
        display: block;
        content: '';
        position: relative;
        left: 0;
        bottom: -5px;
        margin: 0 auto -2px;
        height: 2px;
        width: 100%;
        filter: Alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        background-color: #554390;
    }

    #standardMenu .rootMenu > li:hover > a > span:after {
        bottom: 2px;
        filter: Alpha(Opacity=100);
        opacity: 1;
    }

    /*-- submenu --*/
    #standardMenu .subMenu {
        display: none;
        position: absolute;
        left: 0;
        top: auto;
        width: 200px;
        z-index: 1210;
        padding: 27px 0 0 0;
    }

        #standardMenu .subMenu ul {
            margin: 0;
            padding: 0;
            position: relative;
            z-index: 1200;
            background: #f5f5f5;
            background: rgba(250,250,250,.92);
            border: 1px solid #eee;
            border: 1px solid rgba(0,0,0,.1);
            border-bottom: none;
        }

        #standardMenu .subMenu li {
            float: none;
            clear: both;
            background: none;
            width: 100%;
            padding: 0;
            margin-bottom: -3px;
        }

            #standardMenu .subMenu li.item a {
                border-bottom: 1px solid #eee;
                border-bottom: 1px solid rgba(0,0,0,.1);
                padding: 0;
                background: none;
            }

                #standardMenu .subMenu li.item a span {
                    display: block;
                    background: none;
                    font-size: 12px;
                    color: #555;
                    font-weight: normal;
                    white-space: normal;
                    height: auto;
                    line-height: 1.5em;
                    padding: 10px 15px 10px 15px;
                    text-transform: none;
                    margin: 0;
                    border: none;
                    font-family: 'Open Sans', Arial, sans-serif;
                }

                #standardMenu .subMenu li.item a div {
                    display: block;
                    background: none;
                    font-size: 12px;
                    color: #555;
                    font-weight: normal;
                    white-space: normal;
                    height: auto;
                    line-height: 1.5em;
                    padding: 10px 15px 10px 15px;
                    text-transform: none;
                    margin: 0;
                    border: none;
                    font-family: 'Open Sans', Arial, sans-serif;
                }

            #standardMenu .subMenu li.selected > a span,
            #standardMenu .subMenu li.breadcrumb > a span, 
            #standardMenu .subMenu li.item > a:hover span,
            #standardMenu .subMenu li.item table tr td > a:hover span
            {
                background: #554390;
                color: #fff !important;
                cursor: pointer;
                
            }

            #standardMenu .subMenu li.selected > a div,
             #standardMenu .subMenu li.breadcrumb > a div,
             #standardMenu .subMenu li.item > a:hover div
             {
                background: #554390;
                color: #fff !important;
                cursor: pointer;
            }

        #standardMenu .subMenu .subarrow {
            background: url(../images/menu-arrow01.gif) no-repeat;
            position: absolute;
            right: 0;
            top: 15px;
            width: 15px;
            height: 7px;
        }

        #standardMenu ul li .subMenu ul li .level1 {
            display: none; 
            top: 0px; 
            left: 199px; 
            position: absolute; 
            float: right;
            min-width: 170px; 
            background: #f5f5f5; 
            border: 1px solid #eee;
        }

        #standardMenu .subMenu li.selected > a .subarrow, #standardMenu .subMenu li.breadcrumb > a .subarrow, #standardMenu .subMenu li.item a:hover .subarrow {
            background: url(../images/menu-arrow02.gif) no-repeat;
        }

    #standardMenu ul li ul li ul {
        display: none;
        width: 150px;
        margin: 0;
    }

        #standardMenu ul li ul li ul.level1 {
            display: none;       
        }
         #standardMenu ul li ul li ul.level1 ul {
            display: none;
            position: relative;
            left: 300px;
            top: -1px;
           
        }

        #standardMenu ul li ul li ul li ul.level2 {
            display: none;
            position: absolute;
            left: 198px;
            top: -1px;
        }

        #standardMenu ul li ul li ul li ul li:hover ul.level3 {
            display: block;
            position: absolute;
            left: 198px;
            top: -1px;
        }

        #standardMenu ul li ul li ul li ul li ul li:hover ul.level4 {
            display: block;
            position: absolute;
            left: 198px;
            top: -1px;
        }

    #standardMenu img.mmIcon {
        max-height: 24px;
        margin-right: 7px;
        vertical-align: middle;
    }

    #standardMenu img.rootIcon {
        max-height: 40px;
        margin-right: 7px;
        margin-left: -10px;
        vertical-align: middle;
    }


/*--------- megaMenu style ----------*/
#megaMenu {
    position: relative;
}

    #megaMenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #megaMenu li {
        position: relative;
        display: block;
        float: left;
        margin: 0;
        list-style: none;
    }

    #megaMenu .root li a {
        display: block;
        position: relative;
        float: none;
        z-index: 10;
        cursor: pointer;
        text-decoration: none;
    }

        #megaMenu .root li.selected a, #megaMenu .root li.breadcrumb a, #megaMenu .root li:hover a, #megaMenu .root li a:hover {
            text-decoration: none;
        }

    #megaMenu .root > li a span {
        display: block;
        padding: 0 17px;
        height: 37px;
        line-height: 37px;
        color: #555;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 600;
        text-transform: none;
    }

    #megaMenu .root li.selected a span, #megaMenu .root li.breadcrumb a span, #megaMenu .root li:hover a span, #megaMenu .root li a:hover span {
        color: #554390;
    }

    #megaMenu .root > li > a > span:after {
        display: block;
        content: '';
        position: relative;
        left: 0;
        bottom: -5px;
        margin: 0 auto -2px;
        height: 2px;
        width: 100%;
        filter: Alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        background-color: #554390;
    }

    #megaMenu .root > li:hover > a > span:after {
        bottom: 2px;
        filter: Alpha(Opacity=100);
        opacity: 1;
    }

    /*-- category --*/
    #megaMenu .category {
        position: absolute;
        left: 0;
        top: auto;
        z-index: 1210;
        width: 380px;
        display: none;
        padding: 27px 0 0 0;
        border: none;
    }

        #megaMenu .category > ul {
            margin: 0;
            position: relative;
            z-index: 1200;
            padding: 5px 9px 20px;
            background: #fff;
            background: rgba(255,255,255,.92);
            border: 1px solid #eee;
            border: 1px solid rgba(0,0,0,.1);
        }

        #megaMenu .category li {
            background: none;
            margin: 0;
            width: 180px;
            padding: 0 10px;
            float: left;
        }

            #megaMenu .category li.item a {
                border: none;
                border-bottom: 1px solid #e3e3e3;
                border-bottom: 1px solid rgba(0,0,0,.15);
                background: none;
            }

                #megaMenu .category li.item a span {
                    display: block;
                    background: none;
                    font-size: 12px;
                    color: #555;
                    font-weight: normal;
                    white-space: normal;
                    height: auto;
                    line-height: 1.5em;
                    padding: 11px 0 8px 2px;
                    margin: 0;
                    text-transform: none;
                    border: none;
                }

                #megaMenu .category li.selected > a span, #megaMenu .category li.item a:hover span {
                    background: none;
                    text-decoration: none;
                    color: #554390;
                    cursor: pointer;
                }

    #megaMenu .leaf li {
        clear: both;
        float: none;
        width: 175px;
        margin: 0 0 0 5px;
        padding: 0;
    }

        #megaMenu .leaf li.item a {
            padding: 0 0 0 8px;
            background: url(../images/right.gif) left 15px no-repeat;
            border: none;
        }

            #megaMenu .leaf li.item a span {
                padding: 8px 0;
            }

        #megaMenu .leaf li li {
            clear: both;
            float: none;
            width: 170px;
        }

    #megaMenu img.mmIcon {
        max-height: 24px;
        margin-right: 7px;
        vertical-align: middle;
    }

    #megaMenu img.rootIcon {
        max-height: 40px;
        margin-right: 7px;
        margin-left: -10px;
        vertical-align: middle;
    }


/*--------- LeftMenu style ----------*/
#leftMenu {
    position: relative;
    margin: 0 auto;
}

    #leftMenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #leftMenu li {
        display: block;
        float: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        line-height: normal;
    }

    #leftMenu .leftRoot li a {
        text-decoration: none;
    }

        #leftMenu .leftRoot li a span {
            display: none;
            text-decoration: none;
        }

    /*-- left submenu --*/
    #leftMenu .leftSub {
        z-index: 900;
        width: 100%;
        display: none;
        padding: 0;
        margin: 0;
    }

    #leftMenu .leftRoot li.breadcrumb .leftSub {
        display: block;
    }

    #leftMenu .leftSub ul {
        margin: 0;
        padding: 0;
        position: relative;
        background: none;
        border: none;
        z-index: 900;
    }

    #leftMenu .leftSub li {
        float: none;
        clear: both;
        padding: 0;
        position: relative;
        background: url(../images/menu-arrow01.gif) no-repeat 10px 18px;
        border: 1px solid #ddd;
        margin: 3px 0;
    }

        #leftMenu .leftSub li.item a {
            background: none;
        }

            #leftMenu .leftSub li.item a span {
                display: block;
                font-size: 14px;
                color: #555;
                font-weight: 600;
                white-space: normal;
                line-height: 22px;
                padding: 10px 10px 10px 25px;
                text-shadow: none;
                text-transform: none;
                margin: 0;
            }

        #leftMenu .leftSub li.selected > a span, #leftMenu .leftSub li a span {
            background: 10px 18px;
        }

        #leftMenu .leftSub li.selected > a span, #leftMenu .leftSub li a:hover span {
            background: url(../images/menu-arrow02.gif) no-repeat 10px 18px #554390;
            color: #fff;
        }

    #leftMenu .level1 {
        display: block;
    }

        #leftMenu .level1 li {
            background: none;
            margin: 0;
            border: none;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
        }

            #leftMenu .level1 li.item a span {
                font-size: 13px;
                font-weight: normal;
                padding: 8px 8px 8px 25px;
            }

            #leftMenu .level1 li.selected > a span, #leftMenu .level1 li a:hover span {
                background: none !important;
                color: #554390;
            }

    #leftMenu .level2 {
        display: block;
    }

        #leftMenu .level2 li.item a span {
            padding-left: 30px;
        }

    #leftMenu .level3 {
        display: block;
    }

        #leftMenu .level3 li.item a span {
            padding-left: 35px;
        }

    #leftMenu img.mmIcon {
        max-height: 24px;
        margin-right: 7px;
        vertical-align: middle;
    }

    #leftMenu img.rootIcon {
        max-height: 30px;
        margin-right: 6px;
        vertical-align: middle;
    }

/*--------- Pane Style ----------*/
.DNNEmptyPane {
    display: none !important;
}

.dnnpane > [class*="col-sm"], .dnnpane > [class^="col-sm"] {
    padding: 10px 15px;
}

.content_grid12 {
}

.topgrid6a {
}

.topgrid6b {
}

.topgrid4a {
}

.topgrid4b {
}

.topgrid4c {
}

.topgrid3a {
}

.topgrid3b {
}

.topgrid3c {
}

.topgrid3d {
}

.topgrid8l {
}

.topgrid4r {
}

.topgrid4l {
}

.topgrid8r {
}

.topgrid12 {
}

.graygrid4a {
    margin: 40px 0;
}

.graygrid4b {
    margin: 40px 0;
}

.graygrid4c {
    margin: 40px 0;
}

.graygrid12 {
    margin: 40px 0;
}

.fullwidthgrid4a {
    margin: 40px 0;
}

.fullwidthgrid4b {
    margin: 40px 0;
}

.fullwidthgrid4c {
    margin: 40px 0;
}

.fullwidthgrid12 {
    margin: 40px 0;
}

.middlegrid3a {
    margin: 40px 0;
}

.middlegrid3b {
    margin: 40px 0;
}

.middlegrid3c {
    margin: 40px 0;
}

.middlegrid3d {
    margin: 40px 0;
}

.middlegrid6a {
    margin: 40px 0;
}

.middlegrid6b {
    margin: 40px 0;
}

.middlegrid12 {
    margin: 40px 0;
}

.imgbg3a {
    margin: 40px 0;
}

.imgbg3b {
    margin: 40px 0;
}

.imgbg3c {
    margin: 40px 0;
}

.imgbg3d {
    margin: 40px 0;
}

.imgbg {
    margin: 40px 0;
}

.colorgrid4a {
}

.colorgrid4b {
}

.colorgrid4c {
}

.colorgrid12 {
    padding-bottom: 0 !important;
}

.bottomgrid4a {
    margin: 40px 0;
}

.bottomgrid4b {
    margin: 40px 0;
}

.bottomgrid4c {
    margin: 40px 0;
}

.bottomgrid6a {
    margin: 40px 0;
}

.bottomgrid6b {
    margin: 40px 0;
}

.bottomgrid12a {
    margin: 40px 0 0 0;
}

.bottomgrid12b {
    margin: 40px 0;
}

.footer_grid3a {
    margin: 50px 0 40px 0;
}

.footer_grid3b {
    margin: 50px 0 40px 0;
}

.footer_grid3c {
    margin: 50px 0 40px 0;
}

.footer_grid3d {
    margin: 50px 0 40px 0;
}

.footerpane {
    margin: 50px 0 40px 0;
}

.i_content_grid12 {
}

.i_one_grid6 {
}

.i_one_grid6 {
}

.i_two_grid4a {
}

.i_two_grid4b {
}

.i_two_grid4c {
}

.i_three_grid3a {
}

.i_three_grid3b {
}

.i_three_grid3c {
}

.i_three_grid3d {
}

.i_four_grid12 {
}

.i_five_grid4 {
}

.i_five_grid8 {
}

.i_six_grid8 {
}

.i_six_grid4 {
}

.i_seven_grid3 {
}

.i_seven_grid9 {
}

.i_eight_grid9 {
}

.i_eight_grid3 {
}

.i_nine_grid3a {
}

.i_nine_grid3b {
}

.i_nine_grid3c {
}

.i_nine_grid3d {
}

.i_ten_grid4a {
}

.i_ten_grid4b {
}

.i_ten_grid4c {
}

.i_eleven_grid12 {
}

.leftsidepane {
    padding: 10px 0;
}

.l_one_grid8 {
}

.l_one_grid4 {
}

.l_two_grid6a {
}

.l_two_grid6b {
}

.l_three_grid4 {
}

.l_three_grid8 {
}

.l_four_grid4a {
}

.l_four_grid4b {
}

.l_four_grid4c {
}

.l_five_grid12 {
}

/*--------- User Profile Style ----------*/
.user_profile {
    cursor: pointer;
    display: block;
}

    .user_profile ul {
        margin: 0;
        padding: 10px 0;
        border: none;
    }

    .user_profile .registerGroup, .user_profile .registerGroup * {
        display: block;
    }

    .user_profile .registerGroup {
        float: left;
        padding: 0;
        margin: 0;
    }

        /* Register Group Styles */
        .user_profile .registerGroup li {
            width: 160px;
            margin: 0;
            padding: 5px;
            border: none;
            border-bottom: 1px solid #d9d9d9;
            border-top: 1px solid #f5f5f5;
        }

            .user_profile .registerGroup li:first-child {
                border-top: none;
            }

            .user_profile .registerGroup li:last-child {
                border-bottom: none;
            }

        .user_profile .registerGroup .buttonGroup {
            margin-right: 0;
        }

        .user_profile .registerGroup a {
            position: relative;
            display: block;
            padding: 0 9px;
            min-width: 15px;
            font-weight: normal;
            font-size: 12px;
            vertical-align: middle;
            color: #333 !important;
            height: 28px;
            vertical-align: middle;
            line-height: 28px;
        }

            .user_profile .registerGroup a:hover {
                color: #444 !important;
                text-decoration: none;
            }

            .user_profile .registerGroup a:active {
                color: #444;
                padding: 0 9px;
            }

            .user_profile .registerGroup a strong {
                position: absolute;
                left: 0;
                top: 0;
                padding-left: 30px;
                height: 100%;
                display: block;
                font-size: 12px;
                font-weight: normal;
                overflow: hidden;
            }

.registerGroup .userMessages, .registerGroup .userNotifications {
    background: none;
}

    .registerGroup .userMessages strong, .registerGroup .userNotifications strong {
        background: url(../images/userLoginSprite.png) no-repeat 9px 10px;
    }

    .registerGroup .userNotifications strong {
        background-position: -91px 7px;
    }

    .registerGroup .userMessages strong:hover {
        background-position: 9px -41px;
    }

    .registerGroup .userNotifications strong:hover {
        background-position: -91px -44px;
    }

    .registerGroup .userMessages strong:active {
        background-position: 9px 11px;
    }

    .registerGroup .userNotifications strong:active {
        background-position: -91px 8px;
    }

.user_profile .registerGroup a span {
    position: absolute;
    right: 5px;
    top: 2px;
    display: inline-block;
    padding: 2px 4px;
    line-height: 14px;
    min-width: 7px;
    text-align: center;
    margin-right: 3px;
    background: rgb(31,152,241);
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 0px #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.user_profile .registerGroup li.userDisplayName {
    border-bottom: none;
    padding-top: 10px;
}

    .user_profile .registerGroup li.userDisplayName a {
        padding-left: 32px;
    }

.user_profile .registerGroup li.userProfileImg {
    border-top: none;
    margin-top: -38px;
}

.user_profile .registerGroup .userProfileImg a {
    padding: 0;
    background: none;
    min-width: 25px;
}

.user_profile .registerGroup a img {
    border: none;
    height: 28px;
    width: 28px;
    background: #ccc;
}

/*--------- Login Style ----------*/
.login_style {
    float: left;
    position: relative;
}

    .login_style .login-button {
        display: block;
        cursor: pointer;
    }

    .login_style .logout-button {
        display: block;
        cursor: pointer;
    }


    .login_style .login-button span {
        background: url(../images/icon_login.png) no-repeat center center #554390;
        display: block;
        height: 30px;
        width: 30px;
        overflow: hidden;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
    }

        .login_style .login-button span:hover {
            background-color: #777;
            transition: all 0.4s ease 0s;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
        }


    .login_style .logout-button span {
        background: url(../images/icon_logout.png) no-repeat center center #554390;
        display: block;
        height: 30px;
        width: 30px;
        overflow: hidden;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
    }

        .login_style .logout-button span:hover {
            background-color: #777;
            transition: all 0.4s ease 0s;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
        }

        .login_style .login-button span a, .login_style .logout-button span a {
            filter: alpha(opacity=0);
            opacity: 0;
            padding: 10px 0;
        }

.user_login {
    display: none;
}

/*--------- User Style ----------*/
.icon_user {
    float: left;
}

    .icon_user .user-button {
        display: block;
        cursor: pointer;
    }

        .icon_user .user-button span {
            background: url(../images/icon_user.png) no-repeat center center #554390;
            display: block;
            height: 29px;
            width: 29px;
            overflow: hidden;
            transition: all 0.4s ease 0s;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
        }

            .icon_user .user-button span:hover {
                background-color: #777;
                transition: all 0.4s ease 0s;
                -webkit-transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
            }

            .icon_user .user-button span a {
                filter: alpha(opacity=0);
                -moz-opacity: 0;
                -khtml-opacity: 0;
                opacity: 0;
                padding: 10px 0;
            }


    .icon_user .user-back span {
        background: url(../images/icon_user.png) no-repeat center #554390;
        display: block;
        height: 29px;
        width: 29px;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
    }

        .icon_user .user-back span:hover {
            background-color: #777;
            transition: all 0.4s ease 0s;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
        }

.user_register {
    display: none;
}

#dnn_dnnUSER3_registerLink {
    float: left;
    display: block;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 0;
    max-width: 2px;
}

/*--------- Search style ----------*/
#Search {
    float: right;
    margin: 0;
    position: relative;
    padding: 0;
}

.searchcss, a.searchcss:link, a.searchcss:active, a.searchcss:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    right: 2px;
    top: 4px;
    text-indent: -99999px;
    overflow: hidden;
}

.searchSite {
    text-indent: -99999px;
}

a.searchcss:hover {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

#Search input[type="text"] {
    background: #fff;
    border: 1px solid #d1d1d1;
    color: #888888;
    width: 150px;
    padding: 7px 34px 7px 7px;
}

#Search a {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    width: 28px;
    padding: 0;
    border: none;
    box-shadow: none;
    /* webkit-box-shadow: none; */
    overflow: hidden;
    text-indent: -99999px;
    background: url(../images/icon_search2.png) no-repeat 6px 9px;
    z-index: 1;
    cursor: pointer;
}

#Search .searchInputContainer a.dnnSearchBoxClearText {
    right: 27px !important;
    top: 0;
    height: 50px;
}

/*--------- Language Style ----------*/
.language-object {
    text-align: center;
    display: block;
    margin: 0;
}

    .language-object span {
        display: block;
        width: 100%;
    }

    .language-object .Language {
        margin: 0;
    }

    .language-object span img {
        height: 18px;
        width: 27px;
        opacity: 0.9;
        margin: 10px 0 0 0;
    }

    .language-object span:hover img {
        opacity: 1;
    }

    .language-object .Language.selected img {
        opacity: 1;
        border-color: #555;
        border-color: rgba(0,0,0,.1);
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

#Language {
    float: right;
    display: inline-block;
    /*display: block\9;*/
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 0;
    max-width: 3px;
}

/*--------- Tipsy Style ----------*/
.tipsy {
    display: block;
    float: left;
    padding: 5px 2px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-image: url(../images/tipsy.png);
}

.tipsy-inner {
    padding: 8px;
    background: #e9e9e9;
    color: #555;
    max-width: 200px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tipsy-up {
    background-position: top center;
}

.tipsy-down {
    background-position: bottom center;
}

.tipsy-right {
    background-position: right center;
}

.tipsy-left {
    background-position: left center;
}

/*--------- Custom Wrapper Style ----------*/
#custom_wrapper {
    display: block;
    position: fixed;
    top: 80px;
    left: -155px;
    width: 150px;
    padding: 15px 0;
    background: #fff;
    z-index: 99999;
    font-size: 12px;
    border: 1px solid #E1E1E1;
    border-bottom: 1px solid rgba(150, 150, 150, 0.2);
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
}

#custom-button {
    display: block;
    position: fixed;
    top: 110px;
    left: 0;
    cursor: pointer;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.1);
    padding: 7px;
    -webkit-box-shadow: 0 0 2px #e1e1e1;
    -moz-box-shadow: 0 0 2px #e1e1e1;
    box-shadow: 0 0 2px #e1e1e1;
}

.custom-button {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

#custom-button:hover .custom-button {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}
/*
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}
    */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

#custom_wrapper div, #custom_wrapper span, #custom_wrapper p, #custom_wrapper li, #custom_wrapper td {
    color: #555 !important;
}

#custom_wrapper #bg_color {
    width: 100%;
    height: 25px;
    cursor: pointer;
}

#custom_wrapper .custom_inner {
    width: 84%;
    margin: auto;
}

.colorpicker_preview {
    width: 100%;
    height: 30px;
    margin: 5px 0 0 0;
}

#custom_wrapper .use-form-styles select {
    width: 110px;
}

.color-box, .pattern-box, .pattern-box2, .bg-box {
    width: 27px;
    height: 27px;
    display: block;
    float: left;
    margin: 5px 2px 0 2px;
    border: 1px solid #cacaca;
}

.pattern-box, .pattern-box2 {
    background: #ccc center center;
}

#colorpicker {
    width: 36px;
    height: 36px;
    background: url(../images/colorpicker/select2.png);
}

    #colorpicker div {
        width: 28px;
        height: 28px;
        background: url(../images/colorpicker/select2.png) center;
    }

#custom_wrapper #bg_pattern {
    margin-top: 10px;
    margin-bottom: 12px;
}

.optional_width {
    position: relative;
    padding: 5px 0 0 0;
}

#boxed_button {
    background: #777;
    float: left;
    margin-top: 2px;
    padding: 5px 7px;
    color: #FFFFFF;
}

#stretched_button {
    background: #777;
    float: right;
    margin-top: 2px;
    padding: 5px 7px;
    color: #FFFFFF;
}

    #boxed_button:hover, #stretched_button:hover {
        text-decoration: none;
    }

#custom_wrapper #custom-reset {
    float: left;
    padding: 5px 11px;
    margin: 0;
    background: #444444;
    color: #fff;
    text-decoration: none;
}

#custom_wrapper .getcss_btn {
    float: right;
    padding: 5px 10px;
    margin: 0;
    background: #444444;
    color: #fff;
    text-decoration: none;
}

#getCSSModal .modal-dialog {
    width: 660px;
}

#getCSSModal h4#cssModalLabel {
    margin: 0;
}

textarea.get-css {
    height: 325px;
    width: 597px;
    resize: none;
    cursor: text;
}

ul.mega_option {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}

    ul.mega_option li {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        margin-right: 4px;
    }

        ul.mega_option li:last-child {
            margin-right: 0;
        }

        ul.mega_option li a {
            background: #eee;
            float: left;
            margin-top: 5px;
            padding: 4px 5px;
            border: 1px solid #cacaca;
            color: #000;
        }

.search_option {
    margin: 0 0 15px 0;
    line-height: 24px;
}

    .search_option span a {
        float: right;
        background: #eee;
        padding: 0 2px;
        border: 1px solid #cacaca;
        color: #000;
    }

/*--------- Scroll Top Style ----------*/
#top-link {
    top: 45px;
    right: 30px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    padding: 0;
    width: 44px;
    background: #999;
    background: rgba(0,0,0,0.3);
    position: fixed;
    text-decoration: none;
    z-index: 903;
    outline: none;
    color: #FFF;
    color: rgba(255,255,255,.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #top-link .glyphicon {
        text-align: center;
        line-height: 40px;
        font-size: 15px;
    }

    #top-link:hover {
        background: #554390;
        filter: Alpha(Opacity=90);
        opacity: 0.9;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
    }

/*--------- Scroll Bottom Style ----------*/
#bottom-link {
    /*top: 40px;*/
    bottom: 20px;
    right: 30px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    padding: 0;
    width: 44px;
    background: #999;
    background: rgba(0,0,0,0.3);
    position: fixed;
    text-decoration: none;
    z-index: 903;
    outline: none;
    color: #FFF;
    color: rgba(255,255,255,.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #bottom-link .glyphicon {
        text-align: center;
        line-height: 40px;
        font-size: 15px;
    }

    #bottom-link:hover {
        background: #554390;
        filter: Alpha(Opacity=90);
        opacity: 0.9;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
    }





/*--------- Footer Links Style ----------*/
.footerpane_style a, .footerpane_style a:link {
    color: #6b6b6b;
    text-decoration: none;
}

    .footerpane_style a:visited {
        color: #6b6b6b;
        text-decoration: none;
    }

    .footerpane_style a:hover {
        color: #554390;
        text-decoration: none;
    }

    .footerpane_style a:active {
        color: #6b6b6b;
        text-decoration: none;
    }

/*--------- Dark Color Area Font Color ----------*/
.footerpane_style, .footerpane_style * {
    color: #6b6b6b;
}

.img_bg *, .content_colorbg * {
    color: #fff;
}



/*************************************************/
/* Content Pages Style */
/*************************************************/
ul.content_list, ul.content_list li {
    list-style: none;
    margin: 0;
}
/*--------- Carousel Style ----------*/
.carousel {
    position: relative;
}

    .carousel ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
        cursor: e-resize;
    }

        .carousel ul li {
            float: left;
            list-style: none;
            height: auto;
            margin: 0 5px;
            position: relative;
            min-height: 280px;
        }

    .carousel.carousel_spacing ul li {
        float: left;
        list-style: none;
        height: auto;
        margin: 0 10px;
        position: relative;
        min-height: 305px;
    }

.carousel_img img {
    position: relative;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

    .carousel_img img:hover {
        cursor: e-resize;
        filter: Alpha(Opacity=90);
        opacity: 0.9;
    }

.carousel_nav {
    position: absolute;
    right: 0;
    top: -55px;
    padding: 5px 8px 5px 5px;
}

    .carousel_nav a {
        outline: none;
    }

.caroul_prev {
    background: url(../images/crousel_l.png) no-repeat center center #554390;
    margin-right: 5px;
    padding: 4px 12px;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
}

.caroul_next {
    background: url(../images/crousel_r.png) no-repeat center center #554390;
    padding: 4px 12px;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
}

.caroul_prev:hover {
    background: url(../images/crousel_l.png) no-repeat center center #555 !important;
}

.caroul_next:hover {
    background: url(../images/crousel_r.png) no-repeat center center #555 !important;
}

.carousel_text h3 {
    color: #555;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
}

.carousel_text p a span {
    color: #554390;
}

.carousel ul li:hover .carousel_text h3 {
    color: #554390;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

/*--------- carousel2 Style ----------*/
.carousel2 {
    position: relative;
    text-align: center;
}

    .carousel2 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
        cursor: e-resize;
    }

        .carousel2 ul li {
            float: left;
            list-style: none;
            height: auto;
            margin: 0 5px;
            position: relative;
            min-height: 270px;
        }

.carousel2_img img {
    position: relative;
    filter: Alpha(Opacity=100);
    opacity: 1;
    border: 1px solid #ccc;
    border-bottom: none;
}

    .carousel2_img img:hover {
        cursor: e-resize;
        filter: Alpha(Opacity=90);
        opacity: 0.9;
    }

.carousel2_nav {
    position: absolute;
    right: 0;
    top: -55px;
    padding: 5px 8px 5px 5px;
}

    .carousel2_nav a {
        outline: none;
    }

.caroul2_prev {
    background: url(../images/crousel_l.png) no-repeat center center #554390;
    margin-right: 5px;
    padding: 4px 12px;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
}

.caroul2_next {
    background: url(../images/crousel_r.png) no-repeat center center #554390;
    padding: 4px 12px;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
}

.caroul2_prev:hover {
    background: url(../images/crousel_l.png) no-repeat center center #555 !important;
}

.caroul2_next:hover {
    background: url(../images/crousel_r.png) no-repeat center center #555 !important;
}

.carousel2 p {
    text-align: center;
    padding: 12px 0;
    border: 1px solid #ccc;
    border-top: none;
}

/*--------- carousel3 Style ----------*/
.carousel3 {
    position: relative;
    text-align: center;
}

    .carousel3 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
        cursor: e-resize;
    }

        .carousel3 ul li {
            float: left;
            list-style: none;
            height: auto;
            margin: 0 5px;
            position: relative;
            min-height: 55px;
        }

.carousel3_img img {
    position: relative;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .carousel3_img img:hover {
        cursor: e-resize;
        filter: Alpha(Opacity=100);
        opacity: 1;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.carousel3_nav a {
    outline: none;
}

.caroul3_prev {
    background: url(../images/carouFredSel_prev.png) no-repeat center center;
    position: absolute;
    left: -10px;
    top: 30px;
    height: 12px;
    width: 10px;
}

.caroul3_next {
    background: url(../images/carouFredSel_next.png) no-repeat center center;
    position: absolute;
    right: -10px;
    top: 30px;
    height: 12px;
    width: 10px;
}

/*--------- carousel4 Style ----------*/
.carousel4 {
    position: relative;
}

.carousel4_style {
    text-align: center;
}

    .carousel4_style span.carousel4_title {
        color: #555;
        font-size: 22px;
        font-weight: 600;
        background: #f5f5f5;
        position: relative;
        top: -43px;
        padding: 0 15px;
        ;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .carousel4_style:hover span.carousel4_title {
        color: #554390;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .carousel4_style .carousel4_border {
        background: #e6e6e6;
        height: 1px;
        width: 30%;
        margin: 15px auto;
        margin-bottom: 30px;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        transition: all 0.6s;
    }

    .carousel4_style:hover .carousel4_border {
        width: 60%;
        background: #554390;
        transition: width 1s ease 0s;
        -webkit-transition: width 1s ease 0s;
        -moz-transition: width 1s ease 0s;
    }

.carousel4 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    cursor: e-resize;
}

    .carousel4 ul li {
        float: left;
        list-style: none;
        height: auto;
        min-height: 290px;
        margin: 0 5px;
        position: relative;
    }

.carousel4_nav a {
    outline: none;
}

.caroul4_prev {
    background: url(../images/arrows.png) no-repeat 4px top #554390;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    position: absolute;
    left: -15px;
    top: 35%;
    width: 27px;
    height: 50px;
    z-index: 100;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.caroul4_next {
    background: url(../images/arrows.png) no-repeat 4px bottom #554390;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    position: absolute;
    right: -10px;
    top: 35%;
    width: 27px;
    height: 50px;
    z-index: 100;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.caroul4_prev:hover {
    background: url(../images/arrows.png) no-repeat 4px top #555 !important;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.caroul4_next:hover {
    background: url(../images/arrows.png) no-repeat 4px bottom #555 !important;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

/*------------------ Fancybox Style -------------------*/
.fancybox_style {
    height: auto;
    padding: 0;
    overflow: hidden;
}

    .fancybox_style ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .fancybox_style ul li {
            list-style: none;
            padding: 5px 3px;
            float: left;
        }

            .fancybox_style ul li a {
                position: relative;
                display: block;
            }

                .fancybox_style ul li a img {
                    filter: Alpha(Opacity=100);
                    opacity: 1;
                }

                    .fancybox_style ul li a img:hover {
                        filter: Alpha(Opacity=70);
                        opacity: 0.7;
                    }

    .fancybox_style .img-overlay {
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/fancy_zoom.png) no-repeat center center,url(../images/transparent_img.png) no-repeat center center #554390;
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: Alpha(Opacity=0);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        .fancybox_style .img-overlay:hover {
            opacity: 0.8;
            filter: Alpha(Opacity=80);
        }

/*--------- Sidebar Tag style ----------*/
.sidebar_tag ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar_tag ul li {
        list-style: none;
        margin-bottom: 13px;
        padding: 3px 0;
        float: left;
    }

        .sidebar_tag ul li a {
            background: #f1f1f1;
            border: 1px solid #e1e1e1;
            margin: 0 2px;
            padding: 6px 8px;
            text-decoration: none;
            color: #666;
            border-radius: 3px;
            /*webkit-border-radius: 3px;*/
            -moz-border-radius: 3px;
        }

            .sidebar_tag ul li a:hover {
                border-color: #554390;
                -webkit-transition: all 0.2s ease-in 0s;
                -moz-transition: all 0.2s ease-in 0s;
                transition: all 0.2s ease-in 0s;
            }

/*--------- Img Over Style ----------*/
.img_over {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .img_over .mask, .img_over .content {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .img_over > img {
        display: block;
        position: relative;
        width: 100%;
    }

    .img_over h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: #554390;
        filter: Alpha(Opacity=70);
        opacity: 0.7;
        margin: 20px 0 0 0;
    }

    .img_over p {
        font-family: Georgia,serif;
        font-style: italic;
        font-size: 12px;
        position: relative;
        color: #fff;
        padding: 10px 20px 20px;
        text-align: center;
    }

    .img_over a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        background: #000;
        color: #fff;
        text-transform: uppercase;
        -webkit-box-shadow: 0 0 1px #000;
        -moz-box-shadow: 0 0 1px #000;
        box-shadow: 0 0 1px #000;
    }

        .img_over a.info:hover {
            -webkit-box-shadow: 0 0 5px #000;
            -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
        }

.img_over_effect .mask {
    background-color: rgba(255,255,255,0.7);
    top: -200px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
}

.img_over_effect h2 {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

.img_over_effect p {
    color: #333;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

.img_over_effect a.info {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.3s;
    -moz-transition: all 0.2s ease-in-out 0.3s;
    -o-transition: all 0.2s ease-in-out 0.3s;
    -ms-transition: all 0.2s ease-in-out 0.3s;
    transition: all 0.2s ease-in-out 0.3s;
}

.img_over_effect:hover .mask {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.img_over_effect:hover h2 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.img_over_effect:hover p {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.img_over_effect:hover a.info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

/*--------- Accordion2 Style ----------
.ui-accordion .ui-accordion-header { cursor: pointer;margin-top:8px; display: block;min-height: 0;padding:5px 8px 5px 45px;position: relative;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default h3{ color:#555;transition: all 0.4s ease 0s;  -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{ background:#f2f2f2;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active h3{ color:#554390;transition: all 0.4s ease 0s;  -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background:#f2f2f2;}
.ui-helper-reset { font-size: 100%; list-style: none outside none;margin: 0;outline: 0 none;padding: 0;text-decoration: none;}
.accordion2 p { font-size: 100%;line-height:20px;list-style: none outside none;margin: 0;outline: 0 none;padding:18px 5px 18px 0;text-decoration: none;}
.accordion2 > h3{font-size:15px!important;}
.ui-accordion .ui-accordion-content {overflow: auto;} 
.ui-state-active .ui-icon { background: url(../images/toggle_icon.png) no-repeat bottom center;}
.ui-state-default .ui-icon { background-image:url("../images/toggle_icon.png"); background-repeat:no-repeat;background-position: top center !importat;}  
.ui-icon, .ui-widget-content .ui-icon { background: url(../images/toggle_icon.png) no-repeat bottom center;}  
.ui-icon{ height:34px; width:34px; float:left; background:#888;position:absolute;left:0;top:0; }
.ui-state-active span.ui-icon { background-color:#554390;}
*/

/*--------- Tabs Top Style ----------*/
.tab_top_style .nav {
    margin-bottom: 0;
    margin: 0;
}

.tab_top_style .nav-tabs {
    border-bottom: none;
}

    .tab_top_style .nav-tabs > li.active > a, .tab_top_style .nav-tabs > li.active > a:hover, .tab_top_style .nav-tabs > li.active > a:focus {
        border-color: #d9d9d9 #d9d9d9 transparent;
        color: #554390;
        background: #fff;
    }

    .tab_top_style .nav-tabs > li > a {
        padding-top: 12px;
        color: #555;
        border-radius: 0;
        /* webkit-border-radius: 0;*/
        -moz-border-radius: 0;
        background: #f2f2f2;
        border: 1px solid #d9d9d9;
        outline: none;
    }

        .tab_top_style .nav-tabs > li > a:hover {
            color: #554390;
            border: 1px solid #d9d9d9;
        }

    .tab_top_style .nav-tabs > li > a, .nav-pills > li > a {
        margin-right: 10px;
    }

.tab_top_style .tab-content {
    border: 1px solid #d9d9d9;
    padding: 11px 10px 5px 10px;
}

    .tab_top_style .tab-content p {
        line-height: 2em;
    }

/*--------- Tabs Left Style ----------*/
.tab_left_style {
    padding: 0 0 20px 0;
}

    .tab_left_style .nav {
        margin-bottom: 0;
    }

.nav_tabs_left {
    float: left;
    margin-right: 25px;
    padding-bottom: 30px;
}

.tab_left_style ul li a {
    color: #555;
}

    .tab_left_style ul li a:hover {
        color: #554390;
    }

.tab_left_style .nav-tabs {
    float: left;
    border-bottom: none;
}

    .tab_left_style .nav-tabs > li {
        float: none;
        border: 1px solid #e5e5e5;
        margin-bottom: 8px;
        outline: none;
        color: #555;
    }

        .tab_left_style .nav-tabs > li .glyphicon {
            font-size: 20px;
            position: relative;
            top: 5px;
        }

        .tab_left_style .nav-tabs > li.active {
            border: 1px solid #554390;
            color: #554390;
        }

            .tab_left_style .nav-tabs > li.active > a, .tab_left_style .nav-tabs > li.active > a:hover, .tab_left_style .nav-tabs > li.active > a:focus {
                color: #554390;
                border: 1px solid transparent;
            }

        .tab_left_style .nav-tabs > li > a {
            margin: 0;
            background: none;
            padding: 0;
        }

            .tab_left_style .nav-tabs > li > a:hover {
                background: none;
                border: 1px solid transparent;
                border-radius: 0;
            }

            .tab_left_style .nav-tabs > li > a p {
                padding: 0;
                margin: 0;
            }

            .tab_left_style .nav-tabs > li > a span {
                line-height: 55px;
                padding: 0 15px 0 15px;
                font-size: 15px;
            }

.tab_left_style .right_list img {
    padding-bottom: 20px;
}

.tab_left_style .tab-content p {
    padding-top: 5px;
}

.tab_left_style .tab-content a {
    color: #554390;
}

/*--------- Icon Hover Effects ----------*/
.icon_hover {
    position: relative;
    text-align: center;
    min-height: 80px;
}

    .icon_hover .glyphicon_effect {
        position: absolute;
        top: 0;
        left: 40%;
    }

    .icon_hover .glyphicon {
        display: inline-block;
        cursor: pointer;
        margin: 0 auto;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        position: relative;
        z-index: 1;
        background: #fff;
    }

        .icon_hover .glyphicon:after {
            pointer-events: none;
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            content: '';
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

        .icon_hover .glyphicon:before {
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            font-size: 32px;
            vertical-align: middle;
            line-height: 71px;
            text-transform: none;
            display: block;
            -webkit-font-smoothing: antialiased;
        }

    /* Effect 1 */
    .icon_hover .icon_effect_1 .glyphicon {
        border: 2px solid #554390;
        -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
        -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
        transition: transform ease-out 0.1s, background 0.2s;
        color: #554390;
    }

        .icon_hover .icon_effect_1 .glyphicon:after {
            top: 0;
            left: 0;
            padding: 0;
            z-index: -1;
            box-shadow: 0 0 0 2px #554390;
            opacity: 0;
        }

    .icon_hover:hover .icon_effect_1 .glyphicon {
        border: 2px solid #666 !important;
        color: #666 !important;
    }

        .icon_hover:hover .icon_effect_1 .glyphicon:after {
            -webkit-animation: sonarEffect 1s ease-out 95ms;
            -moz-animation: sonarEffect 1s ease-out 95ms;
            animation: sonarEffect 1s ease-out 95ms;
        }
/*
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #666, 0 0 0 10px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #666, 0 0 0 10px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #666, 0 0 0 10px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #666, 0 0 0 10px rgba(255,255,255,0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
*/
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #666, 0 0 0 10px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #666, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* Effect 2 */
.icon_hover:hover .icon_effect_2 .glyphicon:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.icon_hover .icon_effect_2 .glyphicon {
    border: 2px solid #554390;
    color: #554390;
}

.icon_hover:hover .icon_effect_2 .glyphicon {
    border: 2px solid #666 !important;
    color: #666 !important;
}

    .icon_hover:hover .icon_effect_2 .glyphicon:after {
        box-shadow: 0 0 0 2px #666 !important;
    }

.icon_hover .icon_effect_2 .glyphicon:after {
    top: -8px;
    left: -8px;
    padding: 8px;
    box-shadow: 0 0 0 2px #554390;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.6s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.6s, opacity 0.6s;
    transform: scale(.8);
    opacity: 0;
}

/* Effect 3 */
.icon_hover .icon_effect_3 .glyphicon {
    -webkit-transition: color 0.6s;
    -moz-transition: color 0.6s;
    transition: color 0.6s;
    box-shadow: 0 0 0 2px #554390;
}

    .icon_hover .icon_effect_3 .glyphicon:after {
        top: -2px;
        left: -2px;
        z-index: -1;
        border: 2px solid #554390;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
        -moz-transition: -moz-transform 0.2s, opacity 0.3s;
        transition: transform 0.2s, opacity 0.3s;
    }

.icon_hover .icon_effect_3 .glyphicon {
    color: #554390;
}

.icon_hover:hover .icon_effect_3 .glyphicon {
    color: #666 !important;
    box-shadow: 0 0 0 2px #666 !important;
}

    .icon_hover:hover .icon_effect_3 .glyphicon:after {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }

/* Effect 4 */
.icon_hover .icon_effect_4 .glyphicon {
    border: 2px solid #554390;
    color: #554390;
}

.icon_hover:hover .icon_effect_4 .glyphicon {
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
    border: 2px solid #666 !important;
    color: #666 !important;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.icon_effect_4 .icon-sort:hover:before {
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
}
/*
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}
*/
@keyframes spinAround {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Effect 5*/
.icon_hover .icon_effect_5 .glyphicon {
    border: 2px solid #554390;
    color: #554390;
}

.icon_hover:hover .icon_effect_5 .glyphicon {
    border: 2px solid #666 !important;
    color: #666 !important;
}

    .icon_hover:hover .icon_effect_5 .glyphicon:before {
        -webkit-animation: toTopFromBottom 0.3s forwards;
        -moz-animation: toTopFromBottom 0.3s forwards;
        animation: toTopFromBottom 0.3s forwards;
    }
/*
@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}
    */
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

/* Effect 6 */
.icon_effect_6 .glyphicon {
    border: 2px solid #554390;
    color: #554390;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

    .icon_effect_6 .glyphicon:after {
        top: -4px;
        left: -4px;
        padding: 4px;
        z-index: -1;
        opacity: 0;
        box-shadow: 3px 3px #554390;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
        -moz-transition: opacity 0.2s, -moz-transform 0.2s;
        transition: opacity 0.2s, transform 0.2s;
        box-shadow: 3px 3px #555 !important;
    }

.icon_hover:hover .icon_effect_6 .glyphicon:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.icon_hover:hover .icon_effect_6 .glyphicon {
    border: 2px solid #555 !important;
    color: #555 !important;
}

/* Effect 7 */
.icon_hover {
    text-align: center;
}

    .icon_hover .glyphicon {
        display: inline-block;
        cursor: pointer;
        margin: 0 auto;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        position: relative;
        z-index: 1;
    }

        .icon_hover .glyphicon:after {
            pointer-events: none;
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            content: '';
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

        .icon_hover .glyphicon:before {
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            font-size: 32px;
            vertical-align: middle;
            line-height: 71px;
            text-transform: none;
            display: block;
            -webkit-font-smoothing: antialiased;
        }

    .icon_hover .icon_effect_7 .glyphicon {
        border: 2px solid #554390;
        color: #554390;
        overflow: hidden;
        -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
        -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
        transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    }

        .icon_hover .icon_effect_7 .glyphicon:after {
            display: none;
        }

    .icon_hover:hover .icon_effect_7 .glyphicon {
        color: #555 !important;
        border: 2px solid #555 !important;
    }

    .icon_hover:hover .icon_effect_7a .glyphicon:before {
        -webkit-animation: toRightFromLeft 0.3s forwards;
        -moz-animation: toRightFromLeft 0.3s forwards;
        animation: toRightFromLeft 0.3s forwards;
    }

    .icon_hover:hover .icon_effect_7b .glyphicon:before {
        -webkit-animation: toLeftFromRight 0.3s forwards;
        -moz-animation: toLeftFromRight 0.3s forwards;
        animation: toLeftFromRight 0.3s forwards;
    }

    .icon_hover:hover .icon_effect_7c .glyphicon:before {
        -webkit-animation: toTopFromBottom 0.3s forwards;
        -moz-animation: toTopFromBottom 0.3s forwards;
        animation: toTopFromBottom 0.3s forwards;
    }

    .icon_hover:hover .icon_effect_7d .glyphicon:before {
        -webkit-animation: toBottomFromTop 0.3s forwards;
        -moz-animation: toBottomFromTop 0.3s forwards;
        animation: toBottomFromTop 0.3s forwards;
    }

/*--------- Top Icon ----------*/
.top_icon .glyphicon {
    font-size: 26px;
    text-align: center;
    line-height: 70px;
    height: 70px;
    width: 70px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    background-image: none;
    color: #554390;
    -webkit-box-shadow: 0 0 0 2px #554390 inset;
    -moz-box-shadow: 0 0 0 2px #554390 inset;
    box-shadow: 0 0 0 2px #554390 inset;
}

    .top_icon .glyphicon:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 100%;
        background-color: #554390;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 12;
    }

.top_icon:hover .glyphicon:before {
    height: 100%;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/*--------- Home1 Top ----------*/
.home1_top {
    text-align: center;
    margin: 40px 0 40px 0;
}

    .home1_top .glyphicon {
        font-size: 26px;
        text-align: center;
        line-height: 70px;
        height: 70px;
        width: 70px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden;
        background-image: none;
        color: #554390;
        -webkit-box-shadow: 0 0 0 2px #554390 inset;
        -moz-box-shadow: 0 0 0 2px #554390 inset;
        box-shadow: 0 0 0 2px #554390 inset;
    }

        .home1_top .glyphicon:before {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 0;
            width: 100%;
            background-color: #554390;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s;
            z-index: 12;
        }

    .home1_top:hover .glyphicon:before {
        height: 100%;
        color: #fff;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .home1_top h3 {
        color: #333;
    }

    .home1_top:hover h3 {
        color: #554390;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .home1_top .readmore a {
        color: #554390;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

        .home1_top .readmore a:hover {
            color: #666 !important;
            -webkit-transition: all 0.6s;
            -moz-transition: all 0.6s;
            transition: all 0.6s;
        }

/*--------- Img Border Hover Style ----------*/
.img_border_hover {
    border: 5px solid #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 105px;
    height: 105px;
    margin: 0 auto;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

    .img_border_hover:hover {
        border: 5px solid #554390;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 105px;
        height: 105px;
        margin: 0 auto;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        transition: all 0.8s;
    }

/*--------- Home4 Top Style ----------*/
.home4_top {
    text-align: center;
    margin: 40px 0;
    padding: 0 15px;
}

    .home4_top .home4_top_img {
        border: 5px solid #e7e7e7;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 105px;
        height: 105px;
        margin: 0 auto;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        transition: all 0.8s;
    }

    .home4_top:hover .home4_top_img {
        border: 5px solid #554390;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        transition: all 0.8s;
    }

    .home4_top .home4_top_img img {
        padding-top: 20px;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        transition: all 0.8s;
    }

    .home4_top h3 {
        color: #555;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .home4_top:hover h3 {
        color: #554390;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        transition: all 0.8s;
    }

    .home4_top a span {
        color: #554390;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        transition: all 0.8s;
    }

    .home4_top a:hover span {
        color: #555 !important;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        transition: all 0.8s;
    }

/*--------- Home5 Top ----------*/
.home5_top h2 {
    text-align: center;
    color: #7a7a7a;
    font-weight: 100;
    font-size: 21px;
}

/*--------- Iconbox Item style ----------*/
.icon_hover.iconbox_item {
    position: relative;
    border: none;
    text-align: center;
    padding: 0;
    margin-top: 0;
}

    .icon_hover.iconbox_item .glyphicon_effect {
        position: absolute;
        left: 0;
        top: 10px;
    }

    .icon_hover.iconbox_item .glyphicon {
        display: inline-block;
        cursor: pointer;
        margin: 0 auto;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        position: relative;
        z-index: 1;
    }

        .icon_hover.iconbox_item .glyphicon:after {
            pointer-events: none;
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            content: '';
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

        .icon_hover.iconbox_item.glyphicon:before {
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            font-size: 32px;
            vertical-align: middle;
            line-height: 70px;
            text-transform: none;
            display: block;
            -webkit-font-smoothing: antialiased;
        }

.iconbox_text {
    padding-left: 85px;
    text-align: left;
}

.icon_hover.iconbox_item .iconbox_text h3 {
    color: #333;
    -webkit-transform: 0.8s;
    -moz-transition: -moz-transform 0.8s;
    transition: transform 0.8s;
}

.icon_hover.iconbox_item:hover .iconbox_text h3 {
    color: #554390;
    -webkit-transform: 0.8s;
    -moz-transition: -moz-transform 0.8s;
    transition: transform 0.8s;
}

/*--------- Welcome Text Style ----------*/
.welcome_text {
    padding-bottom: 10px;
}

.welcome_right {
    float: right;
    margin-top: 60px;
}

    .welcome_right span a {
        color: #fff;
        background: #554390;
        padding: 15px 40px;
        border-bottom: 3px solid rgba(0,0,0,0.2);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        font-size: 18px;
    }

    .welcome_right:hover span a {
        background: #555 !important;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

/*------------------ Dynamic Bar  -------------------*/
.dynamic_bar .progress {
    height: 30px;
}

.dynamic_bar .progress-bar-success {
    background: #554390;
}

.dynamic_bar .progress .progress-bar span.sr-only {
    position: relative;
    z-index: 1000;
    color: #fff;
    line-height: 30px;
    z-index: 1;
}

.dynamic_bar .progress-bar {
    text-align: left;
    padding-left: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*------------------ Client Review Style -------------------*/
.client_review h3 {
    color: #555;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}

.client_review:hover h3 {
    color: #554390;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
}

.client_review_text {
    padding: 25px;
    border: 2px solid #e5e5e5;
    margin-top: 15px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    .client_review_text:hover {
        border: 2px solid #554390;
        transition: all 0.8s ease 0s;
        -webkit-transition: all 0.8s ease 0s;
        -moz-transition: all 0.8s ease 0s;
    }

    .client_review_text span {
        color: #bbb;
        padding-top: 15px;
    }

/*---------Footer About style ----------*/
.footer_about img {
    margin: 0 0 25px 0;
    background: #554390;
}

.footer_about p {
    text-align: left;
}

/*---------Footer Post style ----------*/
.footer_post ul li {
    margin-bottom: 17px !important;
}

.footer_post img {
    float: left;
    margin: 0;
    padding-top: 8px;
    cursor: pointer;
}

.post_right {
    padding-left: 60px;
}

    .post_right p {
    }

    .post_right span {
        font-style: italic;
        color: #999;
    }

/*--------- Footer Address ----------*/
.footer_address span.glyphicon {
    color: #554390;
}

/*--------- Input Style ----------*/
.footer_contact .input_style input {
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 100%;
    margin-bottom: 15px;
}

    .footer_contact .input_style input[type="text"] {
        padding: 8px 5px;
    }

.footer_contact .textarea_style textarea {
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 100%;
}

    .footer_contact .textarea_style textarea[type="text"] {
        padding: 5px 0 5px 5px;
        min-height: 80px;
    }

.footer_contact .input_button {
    margin: 25px 0;
}

    .footer_contact .input_button a {
        background: #554390;
        padding: 8px 20px;
        color: #FFF !important;
        -webkit-transition: all 0.5s ease-in 0s;
        -moz-transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-in 0s;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }

        .footer_contact .input_button a:hover {
            background: #555 !important;
            -webkit-transition: all 0.8s ease-in 0s;
            -moz-transition: all 0.8s ease-in 0s;
            transition: all 0.8s ease-in 0s;
        }

/*--------- Top Box Style ----------*/
.top_box {
    text-align: center;
    margin: 30px 0;
    padding: 40px 10px;
    border: 1px solid #e1e1e1;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}

    .top_box.top_spacing {
        padding: 5px 15px 20px 15px;
        margin: 30px 0;
    }

    .top_box:hover {
        border: 1px solid #554390;
        transition: all 0.8s ease 0s;
        -webkit-transition: all 0.8s ease 0s;
        -moz-transition: all 0.8s ease 0s;
    }

    .top_box .glyphicon {
        font-size: 25px;
        color: #555;
    }

    .top_box h3 {
        color: #444;
    }

    .top_box:hover h3 {
        color: #554390;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
    }

    .top_box a span {
        color: #554390;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
    }

    .top_box a:hover span {
        color: #555 !important;
        transition: all 0.8s ease 0s;
        -webkit-transition: all 0.8s ease 0s;
        -moz-transition: all 0.8s ease 0s;
    }

    .top_box:hover .glyphicon {
        color: #554390;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
    }

    .top_box.swing:hover .glyphicon {
        -ms-animation: 800ms ease-in-out 0s normal none 1 swing;
        -webkit-animation: 800ms ease-in-out 0s normal none 1 swing;
        -moz-animation: 800ms ease-in-out 0s normal none 1 swing;
        animation: 800ms ease-in-out 0s normal none 1 swing;
    }

    .top_box.bounce:hover .glyphicon {
        -ms-animation: 1500ms ease-in-out 0s normal none 1 bounce;
        -webkit-animation: 1500ms ease-in-out 0s normal none 1 bounce;
        -moz-animation: 1500ms ease-in-out 0s normal none 1 bounce;
        animation: 1500ms ease-in-out 0s normal none 1 bounce;
    }

    .top_box.shake:hover .glyphicon {
        -ms-animation: 1500ms ease-in-out 0s normal none 1 shake;
        -webkit-animation: 1500ms ease-in-out 0s normal none 1 shake;
        -moz-animation: 1500ms ease-in-out 0s normal none 1 shake;
        animation: 1500ms ease-in-out 0s normal none 1 shake;
    }

    .top_box.bounceIn:hover .glyphicon {
        -ms-animation: 1000ms ease-in-out 0s normal none 1 bounceIn;
        -webkit-animation: 1000ms ease-in-out 0s normal none 1 bounceIn;
        -moz-animation: 1000ms ease-in-out 0s normal none 1 bounceIn;
        animation: 1000ms ease-in-out 0s normal none 1 bounceIn;
    }

    .top_box.flash:hover .glyphicon {
        -ms-animation: 1200ms ease-in-out 0s normal none 1 flash;
        -webkit-animation: 1200ms ease-in-out 0s normal none 1 flash;
        -moz-animation: 1200ms ease-in-out 0s normal none 1 flash;
        animation: 1200ms ease-in-out 0s normal none 1 flash;
    }

    .top_box.fadeInUp:hover .glyphicon {
        -ms-animation: 500ms ease-in-out 0s normal none 1 fadeInUp;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 fadeInUp;
        -moz-animation: 500ms ease-in-out 0s normal none 1 fadeInUp;
        animation: 500ms ease-in-out 0s normal none 1 fadeInUp;
    }

/*---------Rising Style---------------*/
.rising_top_style {
    text-align: center;
    padding: 50px 0 30px 0;
}

    .rising_top_style p {
        padding-top: 10px;
    }

.rising_style {
    position: relative;
    padding-top: 10px;
}

.rising01_position {
    text-align: center;
    z-index: 102;
    position: relative;
}

.rising02_position {
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 100;
}

.rising03_position {
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: 101;
}

/*--------- Latest News Style ----------*/
.latest_news {
    margin: 10px 0 20px 0;
}

    .latest_news .latest_news_left {
        float: left;
        margin-right: 10px;
        text-align: center;
    }

    .latest_news .latest_news_time {
        background: url(../images/latest_news_time.jpg) no-repeat;
        width: 42px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        font-size: 17px;
        color: #222;
        font-weight: bold;
    }

    .latest_news .latest_news_right {
        padding-left: 63px;
    }

        .latest_news .latest_news_right p a {
            color: #554390;
        }

        .latest_news .latest_news_right h6 {
            color: #222;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s;
        }

    .latest_news:hover .latest_news_right h6 {
        color: #554390;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .latest_news .latest_news_right span {
        color: #999;
        padding-bottom: 15px;
    }

    .latest_news .latest_news_right p {
        padding-top: 10px;
    }

/*---------- Sortable Portfolio Style --------------*/
.pg-img-wrapper {
    position: relative;
    overflow: hidden;
}

    .pg-img-wrapper p {
        padding: 10px 5px 0;
        font-size: 13px;
    }

    .pg-img-wrapper figure {
        width: 100%;
        margin: 0;
    }

.pg-info {
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 0;
    min-height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #554390;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.5s ease;
}

    .pg-info:hover {
        filter: alpha(opacity=85);
        opacity: 0.85;
    }

        .pg-info:hover .pg-details {
            bottom: 25%;
            bottom: calc(33% - 10px);
        }

.pg-details {
    text-align: center;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 10%;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .pg-details h2 {
        color: #fff !important;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

.pg-categories {
    width: 100%;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    color: rgba(255, 255, 255, 0.77);
    letter-spacing: 1px;
    margin-top: -10px;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: #000;
    position: absolute;
    top: 10%;
    left: 40%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    padding: 0;
    -webkit-transition: all 00.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pg-info:hover .icon-circle {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    top: 37%;
    top: calc(30% - 10px);
}

.icon-one {
    width: 22px;
    height: 20px;
    background: url(../images/px_sprites_w.png) no-repeat -40px 0;
    display: inline-block;
    position: relative;
    top: 15px;
    left: 14px;
}

.icon-two {
    width: 22px;
    height: 20px;
    background: url(../images/px_sprites_w.png) no-repeat -285px 0;
    display: inline-block;
    position: relative;
    top: 15px;
    left: 14px;
}

.icon-three {
    width: 22px;
    height: 20px;
    background: url(../images/px_sprites_w.png) no-repeat -80px 0;
    display: inline-block;
    position: relative;
    top: 15px;
    left: 14px;
}

.icon-four {
    width: 22px;
    height: 20px;
    background: url(../images/px_sprites_w.png) no-repeat -368px 0;
    display: inline-block;
    position: relative;
    top: 15px;
    left: 14px;
}

.icon-five {
    width: 22px;
    height: 20px;
    background: url(../images/px_sprites_w.png) no-repeat -408px 0;
    display: inline-block;
    position: relative;
    top: 15px;
    left: 14px;
}

.icon-circle2 {
    width: 50px;
    height: 50px;
    background: #000;
    position: absolute;
    top: 30%;
    left: 45%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    padding: 0;
    -webkit-transition: all 00.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pg-details2 {
    text-align: center;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 40%;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .pg-details2 h2 {
        color: #fff !important;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
    }

.pg-categories2 {
    width: 100%;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    color: rgba(255, 255, 255, 0.77);
    letter-spacing: 1px;
    margin-top: -10px;
}

.project_skills {
    width: 100%;
}

.icon-circle3 {
    width: 50px;
    height: 50px;
    background: #000;
    position: absolute;
    top: 30%;
    left: 42%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    padding: 0;
    -webkit-transition: all 00.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pg-details3 {
    text-align: center;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 30%;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .pg-details3 h2 {
        color: #fff !important;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

.pg-categories2 {
    width: 100%;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    color: rgba(255, 255, 255, 0.77);
    letter-spacing: 1px;
    margin-top: -10px;
}

.pg-info4 {
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 0;
    min-height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #554390;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .pg-info4:hover {
        filter: alpha(opacity=85);
        opacity: 0.85;
    }

        .pg-info4:hover .pg-details4 {
            bottom: 25%;
            bottom: calc(33% - 10px);
        }

        .pg-info4:hover .icon-circle4 {
            filter: alpha(opacity=80);
            opacity: 0.8;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            transform: scale(1);
            top: 37%;
            top: calc(30% - 10px);
        }

.icon-circle4 {
    width: 50px;
    height: 50px;
    background: #000;
    position: absolute;
    top: 25%;
    left: 40%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    padding: 0;
    -webkit-transition: all 00.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pg-details4 {
    text-align: center;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 28%;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .pg-details4 h2 {
        color: #fff !important;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

.pg-categories4 {
    width: 100%;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    color: rgba(255, 255, 255, 0.77);
    letter-spacing: 1px;
    margin-top: -10px;
}

.icon-circle5 {
    width: 50px;
    height: 50px;
    background: #000;
    position: absolute;
    top: 30%;
    left: 42%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    padding: 0;
    -webkit-transition: all 00.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pg-details5 {
    text-align: center;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 30%;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .pg-details5 h2 {
        color: #fff !important;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
    }

.pg-categories5 {
    width: 100%;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    color: rgba(255, 255, 255, 0.77);
    letter-spacing: 1px;
    margin-top: -10px;
}

/*--------- Client Say Style ----------*/
.client_say {
    text-align: center;
    background: url(../images/quotes_img.png) no-repeat 30px 40px;
    margin: 40px 100px 70px 100px;
}

    .client_say h3 {
        color: #fff;
        margin-bottom: 20px;
    }

    .client_say li {
        padding: 15px 0;
    }

        .client_say li p {
            font-size: 16px;
            line-height: 1.5em;
        }

/*--------- Clients List Style ----------*/
.clients_list img {
    float: left;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    transition: all .6s ease-out;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.clients_list:hover img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.clients_list .clients_text {
    padding-left: 80px;
}

    .clients_list .clients_text span {
        color: #554390;
    }

/*--------- Parallax Bg Style ----------*/
.parallax_bg .parallax_bg_left {
    position: relative;
    max-width: 513px;
    padding-top: 15px;
}

    .parallax_bg .parallax_bg_left .slider_img_bg {
        position: absolute;
    }

.parallax_bg .parallax_bg_right {
    padding-top: 25px;
}

    .parallax_bg .parallax_bg_right p {
        margin: 15px 0 50px 0;
    }

    .parallax_bg .parallax_bg_right .button {
        padding: 10px 25px;
        background: none;
        border: 1px solid #fff;
        color: #fff;
        position: relative;
        font-size: 17px;
    }

        .parallax_bg .parallax_bg_right .button:after {
            display: block;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            background-color: rgba(255,255,255,.2);
        }

        .parallax_bg .parallax_bg_right .button:hover:after {
            width: 100%;
        }

/*--------- Team List Style ----------*/
.team_list .team_item img {
    float: left;
    margin: 0 15px 8px 6px;
}

.team_list .team_item img {
    filter: Alpha(Opacity=80);
    opacity: 0.8;
}

.team_list:hover .team_item img {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.team_list .team_info {
}

    .team_list .team_info h3 {
        color: #555;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.team_list:hover .team_info h3 {
    color: #554390;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.team_list .team_info span {
    color: #999;
}

.team_list .team_info p {
    padding-top: 15px;
}

/*--------- Function List Style ----------*/
.function_list h3 {
    color: #555;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.function_list:hover h3 {
    color: #554390;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.function_list:hover .glyphicon {
    color: #554390;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}

.function_list.swing:hover .glyphicon {
    -ms-animation: 800ms ease-in-out 0s normal none 1 swing;
    -webkit-animation: 800ms ease-in-out 0s normal none 1 swing;
    -moz-animation: 800ms ease-in-out 0s normal none 1 swing;
    animation: 800ms ease-in-out 0s normal none 1 swing;
}

.function_list.bounce:hover .glyphicon {
    -ms-animation: 1500ms ease-in-out 0s normal none 1 bounce;
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 bounce;
    -moz-animation: 1500ms ease-in-out 0s normal none 1 bounce;
    animation: 1500ms ease-in-out 0s normal none 1 bounce;
}

.function_list.shake:hover .glyphicon {
    -ms-animation: 1500ms ease-in-out 0s normal none 1 shake;
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 shake;
    -moz-animation: 1500ms ease-in-out 0s normal none 1 shake;
    animation: 1500ms ease-in-out 0s normal none 1 shake;
}

.function_list.bounceIn:hover .glyphicon {
    -ms-animation: 1000ms ease-in-out 0s normal none 1 bounceIn;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 bounceIn;
    -moz-animation: 1000ms ease-in-out 0s normal none 1 bounceIn;
    animation: 1000ms ease-in-out 0s normal none 1 bounceIn;
}

.function_list.flash:hover .glyphicon {
    -ms-animation: 1200ms ease-in-out 0s normal none 1 flash;
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 flash;
    -moz-animation: 1200ms ease-in-out 0s normal none 1 flash;
    animation: 1200ms ease-in-out 0s normal none 1 flash;
}

.function_list.fadeInUp:hover .glyphicon {
    -ms-animation: 500ms ease-in-out 0s normal none 1 fadeInUp;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 fadeInUp;
    -moz-animation: 500ms ease-in-out 0s normal none 1 fadeInUp;
    animation: 500ms ease-in-out 0s normal none 1 fadeInUp;
}

/*--------- About Us Top Style ----------*/
.about_us_top p {
    padding-bottom: 20px;
}

.about_us_top .about_us_button1 span {
    padding: 10px 15px;
    background: #222;
    color: #FFF;
    margin-right: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.about_us_top .about_us_button2 span {
    padding: 10px 15px;
    background: #554390;
    color: #FFF;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.about_us_top .about_us_button1:hover span {
    background: #554390;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.about_us_top .about_us_button2:hover span {
    background: #222 !important;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

/*--------- Testimonials Page Style ----------*/
.testimonials_style {
    border: 1px solid #e1e1e1;
    border-left: 3px solid #554390;
    padding: 15px;
    margin-bottom: 40px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .testimonials_style:hover {
        border-left: 3px solid #666 !important;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
    }

    .testimonials_style img {
        float: left;
    }

    .testimonials_style .testimonials_right {
        padding-left: 100px;
        background: url(../images/quotes_img.png) no-repeat 100px top;
    }

        .testimonials_style .testimonials_right span {
            color: #554390;
        }

/*---------Services Top Style ----------*/
.services_top h3 {
    color: #555;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}

.services_top:hover h3 {
    color: #554390;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
}

/*------------------ Contact Input Style -------------------*/
.contact_input_style p:first-child {
    padding: 8px 0 15px 0;
}

.contact_input_box {
    background: #fff;
    border: 1px solid #d1d1d1;
    width: 98%;
    margin-bottom: 13px;
}

    .contact_input_box[type="text"] {
        padding: 10px 0 10px 5px;
    }

.contact_textarea_box {
    background: #fff;
    border: 1px solid #d1d1d1;
    width: 98%;
    margin-bottom: 13px;
}

    .contact_textarea_box[type="text"] {
        padding: 5px 0 5px 5px;
        min-height: 100px;
    }

.contact_input_style span {
    color: #554390;
}

.contact_input_style .btn-primary {
    background: #554390;
    border-radius: 0;
    webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    padding: 8px 12px;
    margin-top: 18px;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .contact_input_style .btn-primary:hover {
        background: #555 !important;
        transition: all 0.8s ease 0s;
        -webkit-transition: all 0.8s ease 0s;
        -moz-transition: all 0.8s ease 0s;
    }

/*------------------Contact Info Style-------------------*/
.contact_info {
    padding-top: 10px;
}

    .contact_info p:first-child {
        padding-bottom: 10px;
    }

    .contact_info span a {
        color: #555;
    }

        .contact_info span a:hover {
            color: #554390;
        }

/*--------- Carousel Up Style ----------*/
.carousel_up {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    min-height: 230px;
}

    .carousel_up ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

        .carousel_up ul li {
            list-style: none;
            height: auto;
            padding: 0 0 15px;
        }

            .carousel_up ul li img {
                float: left;
                margin-top: 8px;
            }

            .carousel_up ul li p {
                padding-left: 20px;
            }

/*--------- Recent Posts Style ----------*/
.recent_posts a span {
    color: #554390;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}

.recent_posts a:hover span {
    color: #555 !important;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
}

.recent_posts p {
    padding-bottom: 5px;
    color: #999;
}

/*--------- Sidebar Content Style ----------*/
.sidebar_content p {
    padding: 8px 0;
}

.sidebar_content ul {
    font-style: italic;
}

    .sidebar_content ul span {
        font-weight: bold;
        color: #000;
    }

/*--------- Prices Table Page Style ----------*/
.prices_table_page {
    text-align: center;
    width: 100%;
    border: 1px solid #cecece;
    color: #555;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}

    .prices_table_page:hover, .prices_table_page.active {
        margin-top: -25px;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
    }

    .prices_table_page p {
        border-top: 1px solid #cecece;
        margin: 0;
        padding: 14px 0;
    }

    .prices_table_page .top_price_title {
        background: #ccc;
        margin: 0;
        font-size: 20px;
        color: #555;
        padding: 13px 0;
    }

    .prices_table_page:hover .top_price_title, .prices_table_page.active .top_price_title {
        color: #fff;
        background: #554390;
    }

    .prices_table_page p.top_price_style {
        font-size: 35px;
        padding: 30px 0;
        padding-top: 25px;
        border: none;
        background: #BBB;
        color: #666;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
    }

    .prices_table_page:hover p.top_price_style, .prices_table_page.active p.top_price_style {
        padding: 40px 0;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        background: #554390;
        filter: Alpha(Opacity=60);
        opacity: 0.6;
        color: #000;
    }

    .prices_table_page .bottom_button {
        padding: 30px 0;
    }

        .prices_table_page .bottom_button a {
            padding: 8px 16px;
            background: #222;
            color: #FFF;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
        }

    .prices_table_page:hover .bottom_button a, .prices_table_page.active .bottom_button a {
        background: #554390;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s eafse-in 0s;
    }

        .prices_table_page:hover .bottom_button a:hover, .prices_table_page.active .bottom_button a:hover {
            background: #222;
            -moz-transition: all 0.4s;
            transition: all 0.4s eafse-in 0s;
        }

/*------------------ Price Table Page -------------------*/
.price-table {
    text-align: center;
    margin-bottom: 0px;
    padding: 0 12px;
}

    .price-table li:before {
        content: '';
        width: auto;
    }

    .price-table [class^="icon-"] {
        font-size: 16px;
    }

    .price-table ul, .price-table ul li {
        list-style: none;
        margin: 0;
    }

.five-col .col {
    width: 20%;
}

.four-col .col {
    width: 25%;
}

.three-col .col {
    width: 33.33333%;
}

.two-col .col {
    width: 50%;
}

.col {
    float: left;
    margin: 0;
    background: #f6f6f6;
    position: relative;
    margin-bottom: 15px;
}

    .col.high {
        z-index: 10;
        top: -25px;
        margin: 0 -1px;
        -webkit-box-shadow: 0px 2px 18px rgba(0,0,0,0.3);
        box-shadow: 0px 2px 18px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 2px 18px rgba(0,0,0,0.3);
    }

.no-shadow .col.high {
}

.col.low {
    background: #f6f6f6;
    z-index: 5;
}

.col .wrap-inner {
    border-left: 1px solid white;
}

.price-table .head {
    background: #554390;
    padding: 10px;
    min-height: 35px;
}

.head.another_color {
    background: #373737;
}

.price-table .head h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.price-table .head span {
    color: #fff;
}

.price-table .price {
    padding: 10px;
    background: #e6e6e6;
    min-height: 52px;
}

.price-table .high .price {
    background: #e6e6e6;
}

.price-table .low .price {
    background: #e6e6e6;
}

.price-table .price h4 {
    margin-bottom: 0;
    color: #373737;
    font-weight: bold;
    font-size: 35px;
}

.price-table .price span {
    margin-top: 5px;
    text-transform: uppercase;
    display: block;
    color: #373737;
    font-size: 11px;
}

.price-table .foot {
    padding: 10px;
    background: #ddd;
    overflow: hidden;
    min-height: 30px;
}

.price-table .high .foot {
    padding-top: 30px;
    padding-bottom: 30px;
}

.price-table .row-titles {
    text-align: center;
}

    .price-table .row-titles .head {
        display: block;
    }

    .price-table .row-titles .price {
        background: #e6e6e6;
        padding-left: 20px;
    }

    .price-table .row-titles li {
        padding-left: 20px;
    }

.col ul {
    padding: 0;
}

.col:first-child .wrap-inner, .col.high .wrap-inner {
    border: none;
}

.price-table li {
    padding: 10px 10px;
    min-height: 20px;
}

    .price-table li:last-child {
        border: none;
    }

    .price-table li:nth-child(even), .price-table li.even {
        background: #efefef;
    }

.price-table .col.low li:nth-child(even), .price-table .col.low li.even {
    background: #efefef;
}

.foot a {
    color: #fff !important;
}

.price_bottom {
    padding: 6px 12px;
    background: #373737;
    vertical-align: middle;
    display: inline-block;
}

    .price_bottom:hover {
        background: #554390;
        -webkit-transition: all 0.5s ease-in 0s;
        -moz-transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-in 0s;
    }

.price_bottom_success {
    padding: 6px 12px;
    background: #554390;
    vertical-align: middle;
    display: inline-block;
}

    .price_bottom_success:hover {
        background: #373737;
        -webkit-transition: all 0.5s ease-in 0s;
        -moz-transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-in 0s;
    }

/*------------------ Content 404 Page -------------------*/
.content_404 {
    text-align: center;
    padding-top: 30px;
}

    .content_404 h2 {
        color: #555;
        padding-top: 15px;
    }

    .content_404 p {
        padding: 5px 0 50px 0;
    }

    .content_404 a span {
        color: #fff;
        background: #554390;
        font-size: 17px;
        padding: 12px 70px;
        -webkit-transition: all 0.5s ease-in 0s;
        -moz-transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-in 0s;
        border-bottom: 5px solid #555;
        border-bottom: 5px solid rgba( 0,0,0,.3);
    }

    .content_404 a:hover span {
        background: #555 !important;
        -webkit-transition: all 0.5s ease-in 0s;
        -moz-transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-in 0s;
    }

/*------------------ Full Width Page -------------------*/
.full_width_page h3 {
    color: #555;
    padding-bottom: 15px;
    text-align: center;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
}

.full_width_page:hover h3 {
    color: #554390;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
}

.full_width_page .full_width_img {
    padding: 25px 0;
}

.full_width_page .left_border {
    border-left: 5px solid #554390;
    padding: 10px 12px;
    margin: 25px 0;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
}

    .full_width_page .left_border:hover {
        border-left: 5px solid #555;
        padding: 10px 12px;
        margin: 25px 0;
        -webkit-transition: all 0.5s ease-in 0s;
        -moz-transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-in 0s;
    }

.full_width_page .full_width_img a {
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
}

    .full_width_page .full_width_img a:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        -webkit-transition: all 0.5s ease-in 0s;
        -moz-transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-in 0s;
    }

/*---------- Project List -------------- */
.project_pic:hover {
    filter: Alpha(Opacity=60);
    opacity: 0.6;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
}

.project_page {
    height: auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.project_contain {
    margin: 20px 0;
    float: left;
}

.project_list h3 {
    font-size: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.project_list:hover h3 {
    color: #555 !important;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
}

.project_list .categories {
    margin-bottom: 20px;
}

    .project_list .categories a {
        color: #999;
    }

.project_list .intro {
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.project_list a.read-more {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    display: block;
    text-align: center;
    background: #bbb;
    color: #fff;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
}

    .project_list a.read-more:hover {
        background: #554390;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

/*--------- Page Number Style ----------*/
.page_number_style {
    text-align: center;
}

    .page_number_style .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background: #554390;
        border-color: #554390;
    }

/*---------- Gallery Page -------------- */
.gallery_page {
    height: auto;
    overflow: hidden;
    padding: 20px;
}

.gallery_box_outer {
    min-height: 160px;
    margin-bottom: 5px;
    width: 25%;
    float: left;
    padding: 1% 1%;
}

/*--------- Animation----------*/
.animation.periodic {
    opacity: 1;
}

.animated.fadeInLeftBig1 {
    -webkit-animation: fadeInLeftBig 300ms .1s ease both;
    -moz-animation: fadeInLeftBig 300ms .1s ease both;
    animation: fadeInLeftBig 300ms .1s ease both;
}

.animated.fadeInLeftBig2 {
    -webkit-animation: fadeInLeftBig 600ms .1s ease both;
    -moz-animation: fadeInLeftBig 600ms .1s ease both;
    animation: fadeInLeftBig 600ms .1s ease both;
}

.animated.fadeInLeftBig3 {
    -webkit-animation: fadeInLeftBig 900ms .1s ease both;
    -moz-animation: fadeInLeftBig 900ms .1s ease both;
    animation: fadeInLeftBig 900ms .1s ease both;
}

.animated.fadeInLeftBig4 {
    -webkit-animation: fadeInLeftBig 1.2s .1s ease both;
    -moz-animation: fadeInLeftBig 1.2s .1s ease both;
    animation: fadeInLeftBig 1.2s .1s ease both;
}

.animated.fadeInRightBig1 {
    -webkit-animation: fadeInRightBig 300ms .1s ease both;
    -moz-animation: fadeInRightBig 300ms .1s ease both;
    animation: fadeInRightBig 300ms .1s ease both;
}

.animated.fadeInRightBig2 {
    -webkit-animation: fadeInRightBig 600ms .1s ease both;
    -moz-animation: fadeInRightBig 600ms .1s ease both;
    animation: fadeInRightBig 600ms .1s ease both;
}

.animated.fadeInRightBig3 {
    -webkit-animation: fadeInRightBig 900ms .1s ease both;
    -moz-animation: fadeInRightBig 900ms .1s ease both;
    animation: fadeInRightBig 900ms .1s ease both;
}

.animated.fadeInRightBig4 {
    -webkit-animation: fadeInRightBig 1.2s .1s ease both;
    -moz-animation: fadeInRightBig 1.2s .1s ease both;
    animation: fadeInRightBig 1.2s .1s ease both;
}


.animated.periodic1 {
    -webkit-animation: fadeInUp 300ms linear 100ms both;
    -moz-animation: fadeInUp 300ms linear 100ms both;
    -ms-animation: fadeInUp 300ms linear 100ms both;
    -o-animation: fadeInUp 300ms linear 100ms both;
    animation: fadeInUp 300ms linear 100ms both;
}

.animated.periodic2 {
    -webkit-animation: fadeInUp 300ms linear 400ms both;
    -moz-animation: fadeInUp 300ms linear 400ms both;
    -ms-animation: fadeInUp 300ms linear 400ms both;
    -o-animation: fadeInUp 300ms linear 400ms both;
    animation: fadeInUp 300ms linear 400ms both;
}

.animated.periodic3 {
    -webkit-animation: fadeInUp 300ms linear 800ms both;
    -moz-animation: fadeInUp 300ms linear 800ms both;
    -ms-animation: fadeInUp 300ms linear 800ms both;
    -o-animation: fadeInUp 300ms linear 800ms both;
    animation: fadeInUp 300ms linear 800ms both;
}

.animated.periodic4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

.animated.periodic5 {
    -webkit-animation: fadeInUp 300ms linear 1600ms both;
    -moz-animation: fadeInUp 300ms linear 1600ms both;
    -ms-animation: fadeInUp 300ms linear 1600ms both;
    -o-animation: fadeInUp 300ms linear 1600ms both;
    animation: fadeInUp 300ms linear 1600ms both;
}

.animated.periodic6 {
    -webkit-animation: fadeInUp 300ms linear 2000ms both;
    -moz-animation: fadeInUp 300ms linear 2000ms both;
    -ms-animation: fadeInUp 300ms linear 2000ms both;
    -o-animation: fadeInUp 300ms linear 2000ms both;
    animation: fadeInUp 300ms linear 2000ms both;
}

.animated.periodic7 {
    -webkit-animation: fadeInUp 300ms linear 2400ms both;
    -moz-animation: fadeInUp 300ms linear 2400ms both;
    -ms-animation: fadeInUp 300ms linear 2400ms both;
    -o-animation: fadeInUp 300ms linear 2400ms both;
    animation: fadeInUp 300ms linear 2400ms both;
}

.animated.fadeInLeft1 {
    -webkit-animation: fadeInLeft 300ms linear 100ms both;
    -moz-animation: fadeInLeft 300ms linear 100ms both;
    -ms-animation: fadeInLeft 300ms linear 100ms both;
    -o-animation: fadeInLeft 300ms linear 100ms both;
    animation: fadeInLeft 300ms linear 100ms both;
}

.animated.fadeInLeft2 {
    -webkit-animation: fadeInLeft 300ms linear 400ms both;
    -moz-animation: fadeInLeft 300ms linear 400ms both;
    -ms-animation: fadeInLeft 300ms linear 400ms both;
    -o-animation: fadeInLeft 300ms linear 400ms both;
    animation: fadeInLeft 300ms linear 400ms both;
}

.animated.fadeInLeft3 {
    -webkit-animation: fadeInLeft 300ms linear 800ms both;
    -moz-animation: fadeInLeft 300ms linear 800ms both;
    -ms-animation: fadeInLeft 300ms linear 800ms both;
    -o-animation: fadeInLeft 300ms linear 800ms both;
    animation: fadeInLeft 300ms linear 800ms both;
}

.animated.fadeInLeft4 {
    -webkit-animation: fadeInLeft 300ms linear 1200ms both;
    -moz-animation: fadeInLeft 300ms linear 1200ms both;
    -ms-animation: fadeInLeft 300ms linear 1200ms both;
    -o-animation: fadeInLeft 300ms linear 1200ms both;
    animation: fadeInLeft 300ms linear 1200ms both;
}

.animated.fadeInRight1 {
    -webkit-animation: fadeInRight 300ms linear 100ms both;
    -moz-animation: fadeInRight 300ms linear 100ms both;
    -ms-animation: fadeInRight 300ms linear 100ms both;
    -o-animation: fadeInRight 300ms linear 100ms both;
    animation: fadeInRight 300ms linear 100ms both;
}

.animated.fadeInRight2 {
    -webkit-animation: fadeInRight 300ms linear 400ms both;
    -moz-animation: fadeInRight 300ms linear 400ms both;
    -ms-animation: fadeInRight 300ms linear 400ms both;
    -o-animation: fadeInRight 300ms linear 400ms both;
    animation: fadeInRight 300ms linear 400ms both;
}

.animated.fadeInRight3 {
    -webkit-animation: fadeInRight 300ms linear 800ms both;
    -moz-animation: fadeInRight 300ms linear 800ms both;
    -ms-animation: fadeInRight 300ms linear 800ms both;
    -o-animation: fadeInRight 300ms linear 800ms both;
    animation: fadeInRight 300ms linear 800ms both;
}

.animated.fadeInRight4 {
    -webkit-animation: fadeInRight 300ms linear 1200ms both;
    -moz-animation: fadeInRight 300ms linear 1200ms both;
    -ms-animation: fadeInRight 300ms linear 1200ms both;
    -o-animation: fadeInRight 300ms linear 1200ms both;
    animation: fadeInRight 300ms linear 1200ms both;
}

.animated.scaleUp1 {
    -ms-animation: 800ms linear 100ms both scaleUp;
    -webkit-animation: 800ms linear 100ms both scaleUp;
    -moz-animation: 800ms linear 100ms both scaleUp;
    animation: 800ms linear 100ms both scaleUp;
}

.animated.scaleUp2 {
    -ms-animation: 800ms linear 700ms both scaleUp;
    -webkit-animation: 800ms linear 700ms both scaleUp;
    -moz-animation: 800ms linear 700ms both scaleUp;
    animation: 800ms linear 700ms both scaleUp;
}

.animated.scaleUp3 {
    -ms-animation: 800ms linear 1100ms both scaleUp;
    -webkit-animation: 800ms linear 1100ms both scaleUp;
    -moz-animation: 800ms linear 1100ms both scaleUp;
    animation: 800ms linear 1100ms both scaleUp;
}

.animated.scaleUp4 {
    -ms-animation: 800ms linear 1500ms both scaleUp;
    -webkit-animation: 800ms linear 1500ms both scaleUp;
    -moz-animation: 800ms linear 1500ms both scaleUp;
    animation: 800ms linear 1500ms both scaleUp;
}

.animated.scaleUp5 {
    -ms-animation: 800ms linear 1900ms both scaleUp;
    -webkit-animation: 800ms linear 1900ms both scaleUp;
    -moz-animation: 800ms linear 1900ms both scaleUp;
    animation: 800ms linear 1900ms both scaleUp;
}

.animated.scaleUp6 {
    -ms-animation: 800ms linear 2300ms both scaleUp;
    -webkit-animation: 800ms linear 2300ms both scaleUp;
    -moz-animation: 800ms linear 2300ms both scaleUp;
    animation: 800ms linear 2300ms both scaleUp;
}

.animated.scaleUp7 {
    -ms-animation: 800ms linear 2700ms both scaleUp;
    -webkit-animation: 800ms linear 2700ms both scaleUp;
    -moz-animation: 800ms linear 2700ms both scaleUp;
    animation: 800ms linear 2700ms both scaleUp;
}

.animated.scaleUp8 {
    -ms-animation: 800ms linear 3100ms both scaleUp;
    -webkit-animation: 800ms linear 3100ms both scaleUp;
    -moz-animation: 800ms linear 3100ms both scaleUp;
    animation: 800ms linear 3100ms both scaleUp;
}

@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/*
@-moz-keyframes scaleUp {
    0% {
        opacity: 0;
        -moz-transform: scale(.8);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes scaleUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes scaleUp {
    0% {
        opacity: 0;
        -ms-transform: scale(.8);
    }

    100% {
        opacity: 1;
        -ms-transform: scale(1);
    }
}

@-o-keyframes scaleUp {
    0% {
        opacity: 0;
        -o-transform: scale(.8);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}
*/
.animated.scaleUp {
    -webkit-animation-name: scaleUp;
    -moz-animation-name: scaleUp;
    -o-animation-name: scaleUp;
    animation-name: scaleUp;
}

@keyframes bounceY {
    0% {
        transform: translateY(-205px);
    }

    40% {
        transform: translateY(-100px);
    }

    65% {
        transform: translateY(-52px);
    }

    82% {
        transform: translateY(-25px);
    }

    92% {
        transform: translateY(-12px);
    }

    55%, 75%, 87%, 97%, 100% {
        transform: translateY(0px);
    }
}
/*
@-moz-keyframes bounceY {
    0% {
        -moz-transform: translateY(-205px);
    }

    40% {
        -moz-transform: translateY(-100px);
    }

    65% {
        -moz-transform: translateY(-52px);
    }

    82% {
        -moz-transform: translateY(-25px);
    }

    92% {
        -moz-transform: translateY(-12px);
    }

    55%, 75%, 87%, 97%, 100% {
        -moz-transform: translateY(0px);
    }
}

@-webkit-keyframes bounceY {
    0% {
        -webkit-transform: translateY(-205px);
    }

    40% {
        -webkit-transform: translateY(-100px);
    }

    65% {
        -webkit-transform: translateY(-52px);
    }

    82% {
        -webkit-transform: translateY(-25px);
    }

    92% {
        -webkit-transform: translateY(-12px);
    }

    55%, 75%, 87%, 97%, 100% {
        -webkit-transform: translateY(0px);
    }
}


@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}
    */
@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}
/*
@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}
    */
@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }

    50% {
        opacity: 0;
        transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}
/*
@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}
    */
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}
/*
@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}
    */
@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

/*-----Recently Added------*/
.overflowField {
    overflow: hidden;
    text-overflow: ellipsis;
}
