.form-horizontal .form-group{
    margin-left:10px !important;
    margin-right:10px !important;
}

.display {
    display: inline-block !important;
}

#contact-form input{
    border-radius:0px !important;
}

.isStuck {
    z-index: 999;
}

    .isStuck ul {
        top: 61px;
    }

    .isStuck .nav {
        margin-bottom: 0%;
    }

        .isStuck .nav li:first-child a {
            padding: 0px 0 0px;
        }

            .isStuck .nav li:first-child a:before {
                top: 12px;
            }

        .isStuck .nav li a {
            padding: 29px 0;
        }

        .isStuck .nav ul ul li:first-child a {
            padding: 0;
        }

        .isStuck .nav ul ul li a {
            padding: 0;
        }

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}

/*==================    Follow icon    ======================*/
.follow_icon {
    margin-top: 37px;
    overflow: hidden;
}

    .follow_icon li {
        float: left;
        margin-left: 22px;
    }

@media (max-width: 979px) {
    .follow_icon li {
        margin-left: 10px;
    }
}

.follow_icon li:first-child {
    margin-left: 0;
}

.follow_icon li:last-child {
    margin-left: 25px;
}

@media (max-width: 979px) {
    .follow_icon li:last-child {
        margin-left: 10px;
    }
}

.follow_icon a {
    font-size: 25px;
    margin: 0;
}

.fa1 {
    background: #31353d;
    border-radius: 21px;
    color: #fff;
    display: block;
    height: 70px;
    line-height: 70px;
    margin-bottom: 54px;
    text-align: center;
    width: 70px;
}

    .fa1:hover, .fa1:active {
        background: #c60202;
    }

@media (max-width: 979px) {
    .fa1 {
        height: 60px;
        line-height: 60px;
        width: 60px;
    }
}


.transform-image:hover {
    transform: scale(0.9);
}

.icon-footer {
    font-size: 18px;
    color: #c93333;
    width: 40px;
    height: 40px;
    border: 1px solid #c93333;
    border-radius: 50%;
    padding-top: 10px;

    float: left;
    text-align: center;
    margin-right: 6px;
    transition: all 0.3s ease-in-out 0s;
}



/*************** Box Shadowing Home ****************/
.box-shadow {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 15px;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 6px -6px #d1d1d1;
    -moz-box-shadow: 0 8px 6px -6px #d1d1d1;
    box-shadow: 0 8px 6px -6px #d1d1d1;
    font-style: italic;
    font-size: 14px;
    height: 135px;
}


.practice-box {
    position: relative;
    border: solid 2px #d0d0d0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    margin-left: 50px;
    height: auto;
    min-height: 200px;
    margin-bottom: 20px;
    width: 90%;
}

    .practice-box:hover  {
        border: solid 2px #c93334;
    }

.practice-image {
    background-color: #cfcfcf;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}

    .practice-image:hover {
        border: solid 2px #c93334;
        background-color: #c93334;
    }



.arrw-bg {
    background-image:url(../images/testimonial-bg.png);
    width: 25px;
    height: 17px;
    position: absolute;
    left: 41px;
    bottom: -17px;
}


/*----------------------------------------------------------------------------------*/

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
    background: #22252a;
    padding-top: 50px;
    padding-bottom: 50px;
}


    footer h6 {
        color: #c60202;
        font-weight: 600;
        padding-left: 40px;
    }

@media (max-width: 979px) {
    footer h6 {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .mainLogo{
        margin:0 auto;
    }

    footer h6 {
        font-size: 15px;
    }
}

footer h6 span, footer h6 a {
    font-size: 14px;
    color: #656565;
    text-transform: none;
    font-weight: 300;
}

    footer h6 a:hover, footer h6 a:active {
        color: #c60202;
    }

footer h4 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

footer p {
    color: #5f646e;
}

footer address {
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 979px) {
    footer address {
        padding-left: 50px;
    }
}

footer address dl {
    font-size: 15px;
}

@media (max-width: 979px) {
    footer address dl {
        font-size: 12px;
    }
}

footer address dt {
    float: left;
}

footer address dd {
    line-height: 12px;
    margin-bottom: 4px;
    overflow: hidden;
    padding-left: 3px;
    padding-bottom: 4px;
}

footer address .address1 {
    margin-top: 20px;
}

footer address a {
    color: #fff;
}

    footer address a:hover {
        color: #c60202;
    }

footer .address2 {
    color: #545b68;
    padding-left: 61px;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    top: -5px;
}

@media (max-width: 979px) {
    footer .address2 {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    footer .address2 {
        font-size: 15px;
    }
}

footer .address2 p {
    margin-bottom: -7px;
}

a {
    text-decoration: none;
}

body {
    color: #606060;
}

.logIn {
    width: 100px;
    background-color: #4a72bc;
    color: #fff;
    font-weight: 900;
}

.homepanel {
    background-color: #dadef5;
}

.headerimage {
    width: 100%;
    z-index: 11; /* 1px higher than the overlay layer */
    width: inherit;
}

.attFutPanel {
    background-color: #ece9df;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.attPastPanel {
    width: 48%;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

.attFutVertLine {
    border-left: 1px solid #c4c4c4;
}

@media (max-width: 600px) {
    .attFutVertLine {
        border-top: 1px solid #c4c4c4;
        border-left: 0px;
    }

    .attPastPanel {
        width: 100%;
        float: left;
        margin-left: 0px;
        margin-top: 10px;
    }
}

.attTitle {
    text-transform: uppercase;
    color: #8f8a84;
    font-family: "Times New Roman", Georgia, Serif;
}

.attHR {
    border-top-width: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.submen {
    display: inline !important;
}

hr {
    clear: both;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #C4C4C4;
    background-color: #C4C4C4;
    color: #C4C4C4;
    margin-top: 40px;
    padding: 0;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.main_content_view {
    width: 100%;
}

.main_content_view_outer_color {
    padding-top: 10px;
    background-color: #F7F5EE;
}

.side_menu_inter {
    padding: 0px !important;
}

.sidemenu {
    background-color: #f1eee3;
}

.sidemenuExt {
    padding-top: 170px;
}


@media (max-width: 1199px) {
    body {
        min-width: 0;
    }
}

.sideMenuLink>a {
    padding: 15px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    border-radius: 3px;
    margin: 15px;
    text-align:center;
    font-size: 20px;
    display: block;
}

.sideMenuLink{
        margin: 15px;
}

.sideMenuLink> a:hover, .sideMenuLink > a.active {
    text-decoration: none;
    background-color: #2b3036;
    color: #ffffff;
    padding: 15px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    border-radius: 3px;
    margin: 15px;
    text-align:center;
    font-size: 20px;
    display: block;
}

.article_body ul li {
    margin-bottom: 10px;
}

.article_body h1 {
}

.article_body h2 {
}

.article_body img {
    width: 100%;
}


h2 {
    font: 400 20px/25px "Racing Sans One", sans-serif;
    color: #000;
}

    h2 a {
        text-decoration: none;
        color: #006699;
    }

@media (max-width: 979px) {
    .middleMenu{
    padding-left:0px;
    padding-right:0px;
  }

    h2 {
        font-size: 24px;
        line-height: 26px;
    }
}

h3 {
    line-height: 18px;
    color: #000000;
}

    h3 .lower {
        display: block;
        text-transform: none;
    }

.header {
    z-index: 20;
    top: 0;
}

#header .under .grid_12 {
    padding-bottom: 32px;
    border-bottom: 2px solid #d6d6d6;
}

#search {
    float: right;
    margin-top: 50px;
    display: inline-block;
}

@media (max-width: 767px) {
    #header {
        text-align: center;
    }

        #header h1 {
            float: none;
        }

        #header #search {
            float: none;
        }
}

#content.common {
    /*padding-top: 32px;*/
}

.info {
    margin-bottom: 10px;
    padding-left: 10px;
}

.heading1 {
    margin-bottom: 24px;
}

.box9-wrapper1 {
    /* margin-bottom: 64px;*/
}

    .box9-wrapper1 .box9 {
        /*margin-bottom: 32px;*/
    }

.big-wrapper {
    margin: 10px;
}

.wrapper-menu {
    background-color: #fff;
}

.wrapper-body {
    background-color: #F5F5F5;
}

.sidepanel {
    background-color: #fff;
    height: auto;
    border-radius: 2%;
    margin: 5px;
    height: 30%;
    margin-bottom: 15px;
}

.sideView {
    margin-bottom: 15px;
    padding: 15px;
    background-color: white;
    border-radius: 2%;
    max-width: 100%;
}

.imageProfile {
    max-width: 100px;
    height: 150px;
    border-radius: 500px;
    max-height: 100px;
    width: 100px;
    margin-left: 19%;
    margin-top: 5%;
}

@media (max-width: 1199px) {
    .big-wrapper {
        width: 100%; /*<<---- this is the ege bug*/
        margin: 0;
    }
}

.ng-cloak {
    display: none;
}

.logo {
    width: 75%;
}

.article_border {
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin-left:0px !important;*/
    background: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.sidemenu_border {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.menubackground {
    background-color: #325087;
    height: 44px;
    margin-top: 15px;
    padding: 10px;
}

@media (min-width: 980px) and (max-width: 1199px) {

    .article_border {
        margin-top: 10px;
        margin-bottom: 10px;
        /*margin-left:0px !important;*/
        background: #ffffff;
        padding-bottom: 10px;
        padding-top: 10px;
        border-radius: 10px;
        border: 1px solid #E6E6E6;
        width: 940px;
    }

    .paged_a_list_outer_list {
        width: 940px;
        margin-left: 40px;
    }

    .menu_list_articles_outer {
        width: 940px;
    }

        .menu_list_articles_outer .paged_a_list_outer .moreHori {
            width: 940px;
        }

    .paged_a_list_outer .moreHori {
        width: 940px;
    }

    .menu_list_articles_outer .paged_a_list_outer .moreHori .article_more_body {
        padding-left: 30px;
        margin-top: 0px;
    }

    .moreHori .article_more_body {
        padding-left: 30px;
        margin-top: 0px;
    }

    .menu_list_articles_outer .paged_a_list_outer .moreHori .article_more_button {
        padding-left: 30px;
    }

    .moreHori .article_more_button {
        padding-left: 30px;
    }
}

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


    .article_border {
        margin-top: 10px;
        margin-bottom: 10px;
        /*margin-left:0px !important;*/
        background: #ffffff;
        padding-bottom: 10px;
        padding-top: 10px;
        border-radius: 10px;
        border: 1px solid #E6E6E6;
        width: 748px;
    }

    .menu_list_articles_outer {
        width: 748px;
    }

    .paged_a_list_outer_list {
        width: 748px;
        margin-left: 40px;
    }

    .menu_list_articles_outer .paged_a_list_outer .moreHori {
        width: 748px;
    }

    .paged_a_list_outer .moreHori {
        width: 748px;
    }

    .menu_list_articles_outer .paged_a_list_outer .moreHori .article_more_body {
        padding-left: 30px;
        margin-top: 0px;
    }

    .moreHori .article_more_body {
        padding-left: 30px;
        margin-top: 0px;
    }

    .menu_list_articles_outer .paged_a_list_outer .moreHori .article_more_button {
        padding-left: 30px;
    }

    .moreHori .article_more_button {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
}

.article_title {
    color: #676767;
    margin-bottom: 0px !important;
    padding-left: 50px;
}

.gallery_title {
    color: #676767;
    margin-bottom: 10px;
    padding-left: 50px;
    font-size: 22px;
}

.article_author {
    margin-bottom: 10px;
    font-size: 10px;
}

.by {
    display: none;
}

.logo {
    height: auto;
    width: 100px;
    margin: 10% 0 30% 10%;
}

.article_leadimage {
    width: 48px;
    height: 48px;
    background-color: #c93333;
    border-radius: 50%;
    left: 15px;
    top: 0;
    text-align: center;
    padding: 12px;
    font-size: 20px;
    color: #fff;
}

.background_about-title {
    background-image: url(../../../images/download.jpg);
    margin-bottom: 35px;
    height: 200px;
    background-size: cover;
    padding: 80px 0 80px;
    display: inline-block;
    width: 100%;

    /*Parallax Effect*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.upload-image {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 200px;
    max-width: 90%;
}


.team_image {
    overflow: hidden;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: inline-block;
}

.article_leadPhoto {
    max-width: 200px;
    height: 70px;
    display: block;
    border-radius: 7%;
}

.article_leadimageTitle {
    height: 200px;
    display: block;
    margin-bottom: 2%;
}


.img-background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: 50% 50%;
    margin-bottom: 15px;
    width: 350px;
    height: 275px;
    max-width: 100%;
}

.image-width {
   height:100%;
}



.home-title h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #8d8d8d;
    text-align: center;
    text-transform: uppercase;
}

.slider_title {
    font-size: 23px;
    line-height: 64px;
    color: #000;
    padding: 0;
    font-weight: 100;
    text-transform: uppercase;
}

.slider_text {
    padding: 5px 20px;
    margin-top: 0px;
    font-size: 15px;
    line-height: 34px;
    color: #f34c4c;
    font-weight: 600;
    text-transform: uppercase;
}

.slider-background {
    background-image: url(../images/placeholder.png);
    height: 450px;
    background-size: cover;
    background-position: center center;
}


.title_list {
    text-transform: uppercase;
    line-height: 30px;
    color: #03a9f4;
}

    .title_list:hover {
        text-decoration: underline;
        color: #03a9f4;
    }

.readmore {
    padding-top:10px;
    display: inline-block;
    margin: 0;
    transition: 0.3s;
    font-weight: 600;
    text-transform: uppercase;
}

    .readmore:hover {
       color: #c79e3d;
    }

.readmore2 {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    background: #81d8cf;
    padding: 11px 16px 14px 17px;
    transition: 0.3s;
    margin-right: 21px;
}

    .readmore2:hover {
        color: #323232;
        text-decoration: none
    }

.img_home {
    width:100%;
    margin-bottom: 15px;
    margin: 0 auto;
    height: auto;
}


.article-home {
    margin-bottom: 20px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    background-color: white;
    padding: 20px 0px 20px 10px;
}

    .article-home:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }

.article-home-sides {
    margin-bottom: 20px;
    background-color: white;
    padding: 20px 30px 30px;
    margin:0;
}

.date-box {
    background: #2b3036;
    position: relative;
    display: block;
    width: 70px;
    padding: 12px 0 15px 0;
    text-align: center;
}

.date-box > h2{
    color:#fff
}

.text-style h1{
    font: normal 41px/62px Open Sans;
    color: #e74c3c;
    font-weight: 300 !important;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.events-gallery a{
    background: #31353d;
    display: inline-block;
    margin: 0;
    padding: 14px 22px 14px 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    width: 350px;
    max-width: 100%;
    text-align: center;
}

    .events-gallery a:hover {
        color: #e74c3c;
    }


.blog-link a{
    color: #3e454c;
    margin: 10px 0;
    padding: 0;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

    .blog-link a:hover {
    text-decoration: none;
    color: #e74c3c;
    }

.title-link {
    color: #2b3036;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

    .title-link:hover {
        color: #cc9946;
    }

    .title-link:active {
        color:#cc9946;
    }




/**************Scrolling Header********************/
.image_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 224px;
    z-index: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

.padding_header {
    padding-top: 170px;
    background-color: #009688;
}

.navbar-absolute-top {
    width: 100%;
}

.navbar-fixed-top {
    top: 0;
    color: rgba(255,255,255, 0.84);
    position: fixed;
    min-height: 50px;
}


.navbar-overlay.navbar-absolute-top {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: rgba(0,0,0,0.3);
}

.navbar-overlay.navbar-fixed-top {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: rgba(0,0,0,0.0);
}




/**************Counter Home ********************/
.count-section {
    width: 100%;
    background: #c93333;
}

.counter {
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    border-left: 1px solid #e46a6a;
    padding: 30px 0;
}

    .counter:hover {
        background-color: #be1d1d;
    }


@media (max-width: 480px) {
    .w100 {
        width: 100%;
        float: left;
    }
}

.article_body {
}

.article_gallery {
    margin-left: 50px;
}

    .article_gallery img {
        max-height: 80px;
        margin-bottom: 5px;
        margin-right: 5px;
    }

@media (max-width:600px) {
    .article_gallery img {
        width: 25%;
    }
}

.article_more_title {
    padding-left: 10px;
    color: #676767;
}

.article_more_leadimage {
    padding-left: 10px;
    max-width: 90%;
}

.article_more_body {
    padding-left: 10px;
    margin-top: 0px;
}

    .article_more_body p {
        margin-top: 0px;
    }

.article_more_button {
    padding-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #CE0200 !important;
}

.moreVert .article_more_title {
    padding-left: 10px;
    color: #676767;
}

.moreVert .article_more_leadimage {
    padding-left: 10px;
    max-width: 90%;
}

.moreVert .article_more_body {
    margin-top: 0px;
}

    .moreVert .article_more_body p {
        margin-top: 0px;
    }

.moreVert .article_more_button {
    padding-left: 0px;
    float: right;
    padding-right: 10px;
}

.home_outer_artBlk2 .moreVert .article_more_title {
    font-size: 15px;
    line-height: 18px;
    padding-left: 0px;
    color: #676767;
}

.home_outer_artBlk1 .moreVert .article_more_title {
    font-size: 20px;
    line-height: 22px;
    padding-left: 0px;
    color: #676767;
    margin-bottom: 5px;
}

.home_outer_artBlk2 .moreVert .article_more_leadimage {
    padding-left: 0px;
    overflow: hidden;
    max-width: 70px;
    min-width: 70px;
    float: left;
    margin-right: 5px;
}

.home_outer_artBlk2 .moreVert .article_more_body {
    padding-left: 0px;
    margin-top: 0px;
}

    .home_outer_artBlk2 .moreVert .article_more_body p {
        margin-top: 0px;
    }

.home_outer_artBlk1 .moreVert .article_more_body p {
    margin-top: 10px;
    padding-left: 0px;
}

.home_outer_artBlk1 .moreVert .article_more_body {
    margin-top: 10px;
    padding-left: 0px;
}

.home_outer_artBlk2 .moreVert .article_more_button {
    padding-left: 0px;
}

.home_outer_artBlk2 .outer_vert {
    min-height: 100px;
    max-height: 100px;
}

.home_outer_artBlk1 .moreVert {
    margin-top: 0px !important;
    min-height: 115px;
}

.home_outer_artBlk2 .article_first .moreVert {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    height: 110px;
}

.home_outer_artBlk2 .article_middle .moreVert {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    height: 110px;
}

.home_outer_artBlk2 .article_last .moreVert {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    height: 110px;
}

.home_outer_artBlk2 .moreVert {
    /*margin-left:10px !important;*/
    /*background:#ffffff;*/
    padding-bottom: 10px;
    padding-top: 10px;
    /*border-radius: 5px;
    border: 1px solid #E6E6E6;*/
    /*margin-right:5px;*/
}


.article_comments_outer {
}

.article_outer {
}

.article_gallery_comments_outer {
}

.article_gallery_outer {
}

.comments_outer {
}

.about_outer {
}

.paged_a_list_outer {
}

    .paged_a_list_outer .article_last .moreHori {
        margin-bottom: 30px;
    }

.moreHori {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px !important;
    background: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
}

.moreVert {
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin-left:10px !important;*/
    /*background:#ffffff;*/
    padding-bottom: 10px;
    padding-top: 10px;
    /*border-radius: 5px;
    border: 1px solid #E6E6E6;*/
    /*margin-right:5px;*/
}

.outer_vert {
    min-height: 280px;
}

.home_outer_artBlk1 .image_more_vert {
    height: 150px;
    overflow: hidden;
    max-height: 150px;
}

.image_more_hor {
    height: 150px;
    overflow: hidden;
    max-height: 150px;
    max-width: 450px;
}

.moreVert a {
    text-decoration: none;
    color: #ce0200 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .moreVert a:hover {
        color: #676767;
    }

.moreHori a {
    text-decoration: none;
    color: #ce0200 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contactus_dets .article_border {
    background: transparent;
    border-radius: 0px;
    border: 0px solid #E6E6E6;
}

.contactus_dets .article_title {
    padding-left: 0px;
}

.contact_file {
    width: 200px;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
}

.contact_file_container {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.contact_remove_file_button {
    margin-top: 2px;
}

.contactus_dets .article_body {
    padding-left: 0px;
}

.moreHori a:hover {
    color: #676767;
}

.home_outer {
}

.home_outer_slider {
    display: block;
}

.home_outer_artBlk1 {
}

.home_article {
    background: transparent;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .home_article .article_title {
        padding-left: 0px !important;
    }

    .home_article .article_author {
        padding-left: 0px !important;
    }

    .home_article .article_body {
        padding-left: 0px !important;
    }

.footer_link {
    margin-left: 20px;
    display: inline-block;
    font: 400 12px/12px "Asap", sans-serif;
    color: #000000;
    text-decoration: none;
}

    .footer_link a {
        margin-right: 20px;
        display: inline-block;
        font: 400 12px/12px "Asap", sans-serif;
        color: #000000;
        text-decoration: none;
    }

        .footer_link a:hover {
            color: #ce0200 !important;
        }

.home_outer_artBlk2 {
}

.inner_slider {
    display: block; /* Prevents slides from flashing */
}

.langpicker_outer {
    float: left;
    padding-right: 15px;
}

.search_outer {
    float: left;
}

.searchbox_outer {
    margin-top: 10px;
    float: left;
}

.has-error {
    color: red;
}

.contact_outer {
    margin-top: 5px;
}

.contact_title {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 24px;
}

.contact_item_left {
    float: left;
    width: 100%;
    height: 60px;
}

.contact_item_label {
    margin-right: 5px;
}

.contact_item_right {
    float: right;
    b width:50%;
    height: 60px;
}

.contact_item_input {
    width: 70%;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .article_first .moreVert {
        margin-right: 15px;
    }

    .article_middle .moreVert {
        margin-right: 15px;
    }
}


.article_last .moreVert {
}

.article_even {
}

.article_odd {
}

.paging_controls {
    margin-bottom: 10px;
    float: right;
    display: block;
    box-sizing: border-box;
}

#footer {
    padding: 10px 0;
    background-color: #ECE9E3;
}

    #footer .privacy-block {
        font: 400 11px/18px "Droid Sans", sans-serif;
        color: #545454;
    }

input[type=submit] {
    display: inline-block;
    font: 400 14px/14px "Asap", sans-serif;
    border: none;
    background: none;
    cursor: pointer;
}

    input[type=submit]:hover {
    }

input[type=button], button {
    display: inline-block;
    font: 400 14px/14px "Asap", sans-serif;
    border: none;
    background: none;
    cursor: pointer;
    padding: 8px 10px;
}

    input[type=button]:hover, button:hover {
        color: #000;
    }

.contact_file_outer {
}


.paging_controls span {
    font: 400 14px/2.24 "Asap", sans-serif;
}

.border-wrapper1 {
    position: relative;
    overflow: hidden;
}

    .border-wrapper1 .grid_1 {
        position: relative;
    }

    .border-wrapper1 .border {
        position: absolute;
        left: 50%;
        background: #cfcfcf;
        background: rgba(0, 0, 0, 0.2);
        width: 1px;
        height: 20000px;
        top: 0;
    }

.img-cloak {
    display: none;
}

@media (max-width: 767px) {
    .border-wrapper1 .border {
        display: none;
    }
}

.wrapper1 {
    padding-bottom: 50px;
}

.post1 {
    position: relative;
    padding-bottom: 32px;
}

@media (max-width: 960px) {
    .post1 {
        padding-left: 0;
    }

    .main_content_view {
        display: inline-block;
    }

    .viewport_cont {
        display: inline-block;
    }
}

@media(max-width: 600px) {
    .outermarginmain {
        margin-top: 170px;
    }
}

@media(min-width: 960px) {
    .mainslider {
        margin-top: 98px;
    }

    .main_content_view_outer {
        padding-top: 185px;
    }
}


.headerouter {
    height: 305px;
    position: absolute;
    width: inherit;
}

.headerouterExt {
    height: 139px;
    position: absolute;
    width: inherit;
}


@media(max-width: 960px) {
    .header {
        width: 100%;
        position: absolute;
        z-index: 20;
        top: 0;
    }

    #logo {
        vertical-align: middle;
        text-align: center;
    }
}

@media(min-width: 600px) and (max-width: 959px) {
    .mainslider {
        margin-top: 220px;
    }

    .sidemenuExt {
        margin-top: 175px;
        padding-top: 0px !important;
    }
}

@media(min-width: 500px) and (max-width: 600px) {
    .mainslider {
        margin-top: 180px;
    }
}

@media(min-width: 400px) and (max-width: 500px) {
    .mainslider {
        margin-top: 160px;
    }
}

@media(min-width: 350px) and (max-width: 400px) {
    .mainslider {
        margin-top: 140px;
    }
}

@media(min-width: 767px) {
    .mobilemen {
        display: none;
    }
}

@media(min-width: 320px) and (max-width: 350px) {
    .mainslider {
        margin-top: 125px;
    }
}

@media(min-width: 0px) and (max-width: 320px) {
    .mainslider {
        margin-top: 120px;
    }
}

/*---------------------Media Queries--------------------------------------------*/
@media (min-width: 0px) and (max-width: 320px) {
        .content {
            width: 100%;
    }
        .img-background{
         height: 150px;
     }
    .article-home-sides {
        padding: 20px 0;
    }

    .img-background {
        width: 250px;
        height: 200px;
    }
    .events-gallery a {
        width: 250px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .content {
        width: 100%;
    }
    .article-home-sides {
        padding: 20px 0;
    }
    .img-background {
        width: 250px;
        height: 200px;
    }
    .events-gallery a {
        width: 250px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .content {
           width: 100%;
    } .article-home-sides {
        padding: 20px 0;
    }

}

@media (min-width: 768px) and (max-width: 960px) {
    .content {
        width: 100%;
    }
}

@media (min-width: 960px) and (max-width: 992px) {
    .content {
           width: 100%;
    }
}


@media (min-width: 992px) and (max-width: 1137px) {
    .content {
           width: 100%;
    }
    .div-height {
        height: 380px;
    }
}

@media (min-width: 1137px) {
    .content {
           width: 96%;
    }
    .div-height {
        height: 355px;
    }
}

