﻿html {
    overflow-x: hidden;
}

a {
    color: inherit;
}
.pagination > li > a, .pagination > li > span{
    font-size:14px!important;
}
.coloredBorder_1 {
    border-top: 5px solid #ed1c24;
}

.coloredBorder_2 {
    border-top: 5px solid #92278f;
}

.coloredBorder_3 {
    border-top: 5px solid #e9df25;
}

.coloredBorder_4 {
    border-top: 5px solid #00a651;
}

.coloredBorder_5 {
    border-top: 5px solid #0f75bc;
}

.coloredBorder_6 {
    border-top: 5px solid #ed1c24;
}

.Feedback-Form input.refresh {
    background: url(../images/recaptcha-hover.png) no-repeat 0 5px transparent !important;
    width: 102px !important;
    color: transparent !important;
    margin-left: 10px;
    height: 22px;
}

    .Feedback-Form input.refresh:hover {
        background: url(../images/recaptucha.png) no-repeat 0 5px transparent !important;
        height: 22px;
    }

.captcha input {
    display: inline-block;
}

.Home_Title a,
.Home_Title a:focus,
.Home_Title a:hover,
.Home_Title a:visited {
    background-color: #ed1c24;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    padding: 5px 10px;
    text-transform: inherit;
    vertical-align: bottom;
    text-decoration: none;
}

.titleBold {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 22px;
    text-decoration: underline;
}

.internalTitle {
    color: #0f75bc;
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0;
    text-transform: uppercase;
}

.send {
    background: none repeat scroll 0 0 #6d1f80;
    border-color: #ccc;
    color: white;
    padding: 7px 15px !important;
}

    .send:hover {
        background: #8D2EA5;
    }

.readMore,
a[href^="mailto"] {
    color: #009ee0 !important;
}

    .readMore:hover,
    a[href^="mailto"]:hover {
        color: #ea623d !important;
    }

.btn-sm {
    border-radius: 3px;
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    padding: 6px 11px;
}

.contactList {
    list-style: outside none none;
    margin: 15px 0;
}

    .contactList li {
        margin: 5px 0;
    }

.btn-default {
    background: none repeat scroll 0 0 transparent;
    border-color: #ccc;
}

.btn-red {
    background-color: #ed1c24;
    border-radius: 3px;
    padding: 5px 10px;
    color: white;
    font-size: 16px;
    border: none !important;
}

    .btn-red:link,
    .btn-red:hover,
    .btn-red:visited,
    .btn-red:focus,
    .btn-red a:link,
    .btn-red a:hover,
    .btn-red a:visited,
    .btn-red a:focus {
        color: white !important;
        text-decoration: none;
    }

.search .input-group-addon {
    background-color: #FF0000;
    color: white;
    cursor: pointer;
    border: 1px solid #ff0000 !important;
}

.search .form-control {
    height: 30px;
    padding: 3px 10px;
    border: 1px solid #8E688A;
    background-color: white;
}

a, .subtitle a, .dataContent a {
    color: #009ee0;
}

    a:hover, .subtitle a:hover {
        color: #FF0000;
    }

.media {
    margin-top: 0 !important;
    padding: 20px 0 !important;
    background-color: #f5f5f5;
    margin-bottom: 15px;
}

.searchInput {
    /*background: url(../images/search.png) no-repeat top center !important;*/
}

.home-video {
    border: 2px solid #b1c700;
    padding: 10px;
}

    .home-video img {
        max-height: 200px;
        max-width: 230px;
        margin: 0 auto;
        width: 100%;
    }

.registeration {
    background-color: #F7F7F7;
    padding: 20px;
    color: #333;
}

    .registeration .form-control {
        background-color: white;
        border: 1px solid #d1d1d1;
    }

    .registeration .form-group {
        clear: both;
        margin-bottom: 25px;
        height: 30px;
    }

        .registeration .form-group .form-control {
            width: 70%;
            display: inline;
        }

        .registeration .form-group label {
            text-transform: none;
            padding: 10px 0;
        }

.home-video .subtitle {
    background-image: none;
    text-align: center;
    padding-bottom: 10px;
    margin: 0;
}

.entry.video {
    margin: 0 auto;
}

.header {
    /*background: url(../images/header-border.png) bottom center repeat-x;
    padding-bottom: 6px;
    position: relative;
    border-bottom:3px solid #b1c700;*/
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #C5DB00 !important;
    background: #2a272e;
}

.nav-tabs.menu {
    border-bottom: none;
    max-width: 853px;
}

.nav.nav-tabs.menu > li > a {
    padding: 10px;
    border-bottom: none;
    font-size: 16px;
    font-family: Museo, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

    .nav.nav-tabs.menu > li > a:hover,
    .nav.nav-tabs.menu > li > a:focus,
    .nav.nav-tabs.menu > li > a:active,
    .activeLink {
        /*color: #6D1F80;*/
        color: #0f75bc;
        border-radius: 0;
        /*background-color: #C5DB00;*/
        background-color: #fff;
        padding: 10px;
        border-radius: 0 !important;
    }

    .nav.nav-tabs.menu > li > a:hover,
    .nav.nav-tabs.menu > li > a:focus,
    .nav.nav-tabs.menu > li > a:active {
        /*opacity:0.9;*/
        /*background-color: #8D2EA5;
        color: white;
        border-color: #8D2EA5;*/
    }

.separator {
    background-color: rgba(0, 0, 0, 0.1);
    height: 12px;
    margin-top: 15px;
    width: 1px;
}

.bibalex {
    position: absolute;
    top: 5px;
    right: 0;
}

.Logo {
    margin-top: 10px;
}

    .Logo img {
        /*margin:0 auto;
        margin-bottom:10px;
        width: 250px;*/
    }

.no-Padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .no-Padding.navbar {
        min-height: 35px;
    }

.collapse.navbar-collapse.mainMenu {
    /*background-color: #6d1f80;
    color: white;
    padding: 0 !important;*/
    /*display:inline-block!important;*/
    /*float: right;*/
}

.homeBtn {
    padding: 10px 16px !important;
}

.Home_Title {
    font-size: 36px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    color: #4e4e4e;
}

.shadow {
    background: url(../images/Page_Shadow.png) no-repeat top center;
    height: 43px;
    margin-bottom: 50px;
}

.inner-shadow {
    background: url(../images/inner-shadow.png) no-repeat top center;
    height: 29px;
    margin-bottom: 20px;
}

.Activity_Box {
    background-color: #f5f5f5;
    padding: 20px;
    height: 370px;
    margin: 15px 0;
}

    .Activity_Box img {
        width: 100%;
    }

    .Activity_Box .title {
        color: #0f75bc;
        font-size: 16px;
        text-decoration: none;
        margin: 10px 0 5px;
        font-family:Museo, Verdana, arial;
        /*min-height: 65px;*/
    }

    .Activity_Box .small.date {
        font-size: 14px;
        font-family: Museo, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
        color: #4e4e4e;
    }
.small-title {
    font-family: Museo, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}
.carousel-Title {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    bottom: 100px;
    color: white;
    padding: 15px;
    background-color: rgba(93,21,91,0.6);
}

    .carousel-Title a:hover,
    .carousel-Title a:visited {
        color: white;
        cursor: pointer;
        text-decoration: none;
        opacity: 0.9;
    }

    .carousel-Title .date {
        color: white;
        display: block;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 0;
        margin-top: 10px;
    }

.carousel-indicators li.active {
    width: 18px !important;
    height: 18px !important;
    background-color: #9b1dea !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.7) !important;
    border: 1px solid #9b1dea !important;
    height: 18px !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    width: 18px !important;
}

.carousel.slide {
    border-top: 3px solid #0f75bc;
}

.carousel-control .fa-chevron-right {
    right: 20%;
}

.carousel-control .fa-chevron-right, .carousel-control .fa-chevron-left {
    font-size: 36px;
    position: absolute;
    top: 45%;
}

.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}

.carousel-control .fa-chevron-left {
    left: 20%;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.carousel {
    margin: 5px 0 0;
}



.footer {
    background-color: #32383e;
    padding: 20px;
    margin-top: 50px;
    font-size:14px;
    color: #fff !important;
}
    .footer .btn-red {
        font-size:14px;
    }
    .footer img {
        margin-bottom: 0;
        margin-right: 5px;
    }

    .footer .form-group {
        margin-bottom: 10px;
    }

    .footer .ContactUs a:link,
    .footer .ContactUs a:hover,
    .footer .ContactUs a:focus,
    .footer .ContactUs a:visited {
        color: #7ED2FF !important;
    }

    .footer p {
        color: white;
    }

    .footer .title {
        font-size: 18px;
        /*text-transform: capitalize;*/
        margin-bottom: 15px;
    }

    .footer .title01 {
        margin-top: 18px;
    }

    .footer .btn-red:link,
    .footer .btn-red:visited,
    .footer .btn-red:hover,
    .footer .btn-red:focus {
        color: white !important;
        cursor: pointer;
    }

    .footer .ContactUs img {
        margin-bottom: 0 !important;
        margin-right: 5px;
    }

.copyright {
    background-color: #1d2329;
    padding: 15px 0;
    color: white;
}

.Feedback-Form input,
.Feedback-Form textarea {
    background-color: #707478 !important;
    border: none !important;
    color: white !important;
    min-height: auto !important;
}

::-webkit-input-placeholder {
    color: white !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: white !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: white !important;
}

:-ms-input-placeholder {
    color: white !important;
}

.capture {
    background-color: #f9f9f9;
    color: #0f75bc;
    font-size: 14px;
    padding: 20px;
    text-align: left;
    vertical-align: top;
}

.details table {
    height: 160px;
    width: 100%;
}

.details .video-arrows {
    position: absolute;
    right: -20px;
}

.details .subtitle {
    margin-left: -10px;
    padding-bottom: 10px;
    background: none;
    margin-bottom: 10px;
}

.fa-caret-square-o-up,
.fa-caret-square-o-down {
    font-size: 12px;
}

.image {
    background-color: #eaeaea;
    border-right: 1px dotted #bbb;
    padding: 5px;
    width: 190px;
}

    .image img {
        max-width: 180px;
        max-height: 140px;
    }

.details .video-hover {
    top: 0;
    right: 0;
    left: 0;
    height: 161px;
    background: url("../images/play.png") no-repeat scroll center center rgba(0, 0, 0, 0.7);
}

.details .image-hover {
    /*top: 0;
    right: 0;
    left: 0;
    height: 161px;
    background: url("../images/View.png") no-repeat scroll center center rgba(0, 0, 0, 0.7);*/
}


.details .entry.video {
    border: 2px solid #bbbbbb;
    width: 100%;
    height: 165px;
}

.details {
    padding: 10px;
}

    .details .entry.video .video-BG {
        width: 200px;
        height: 200px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .details .entry.video .video-BG img {
            max-height: 200px;
            max-width: 200px;
        }

.shareIcon {
    background-color: #425f9c;
    padding: 2px 10px 7px;
    color: white !important;
    width: 210px;
}

.register {
    background-color: #EA1C1C;
    padding: 3px 10px 7px;
    color: white !important;
    width: 160px;
}

.shareIcon,
.register {
    border-radius: 5px;
    color: white;
    height: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
    text-decoration: none;
}

    .shareIcon:hover,
    .register:hover,
    .shareIcon:visited,
    .register:visited,
    .shareIcon:focus,
    .register:focus {
        text-decoration: none !important;
        color: white !important;
        cursor: pointer;
        opacity: 0.9;
    }


.url {
    margin-bottom: 10px;
}



.shareIcon .fa-facebook-square {
    color: #425F9C;
    font-size: 24px;
}

.homePage.subtitle {
    background: url(../images/header-border.png) bottom center repeat-x;
    border-bottom: none;
    margin-bottom: 10px;
    margin-left: -15px;
    padding-left: 15px;
}

.home.subtitle,
.subtitle,
.pagetitle h1 {
    color: #303030;
    font-size: 24px;
    font-weight: normal;
    margin: 10px 0;
    padding: 10px 0 20px;
    font-family: Museo;
}

.flipper .subtitle span {
    color: #303030 !important;
    font-size: 18px !important;
    /*text-transform: capitalize !important;*/
}

.flipper .subtitle .btn-red {
    display: inline-block !important;
    font-size: 14px;
    margin-left: 10px;
    padding: 0 12px;
    vertical-align: baseline;
}

.flipper .subtitle .name {
    float: left;
}

.flipper .subtitle .counter {
    float: left;
}

.flipper .subtitle .more {
    float: left;
    font-size: 16px !important;
    margin-left: 4px;
    margin-top: 7px;
}

.subtitle,
.pagetitle h1 {
    /*border-bottom: 3px groove #b1c700;*/
    margin-bottom: 25px;
}

.pagetitle h1 {
    color: #303030 !important;
    text-shadow: none !important;
    padding: 10px 0 20px !important;
}

.pagebar {
    background-color: transparent !important;
    margin-bottom: 0px !important;
}

.small-title a {
    color: #0F75BC;
    /*text-transform: capitalize;*/
    font-size: 18px;
    font-weight: normal;
}

    .small-title a:hover {
        color: #2b91d8;
    }

.small.date,
.date span {
    color: #d60e0e;
    font-size: 14px;
    margin-top: 5px;
    font-family: Museo, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

.home-images .carousel-caption {
    left: 0;
    right: auto;
    bottom: 0;
    color: #fff;
    float: left;
    font-size: 15px;
    min-height: 31px;
    opacity: 0.8;
    padding: 5px 10px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.70);
}

.home-about {
    color: white;
    background-color: #6d1f80;
}

    .home-about p {
        color: white;
    }

    .home-about .subtitle {
        color: white;
        border-bottom-color: white;
        background-color: #6d1f80;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 10px;
        background-image: none;
        border-bottom: 1px solid white;
    }

.about-content {
    padding: 10px;
}

    .about-content .btn {
        color: white;
    }

.home-images .carousel-indicators {
    bottom: -40px;
}

    .home-images .carousel-indicators li {
        border: 1px solid #6D1F80;
        height: 15px;
        width: 15px;
        margin: 0 1px;
    }

    .home-images .carousel-indicators .active {
        background-color: #8e688a;
        margin: 0 1px;
    }

.video-BG {
    background-color: #d1d1d1;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}

.media .thumbnail {
    margin: 0 auto;
    width: 80%;
}

hr {
    margin: 5px 0 !important;
}


@font-face {
    font-family: Museo;
    src: url(../fonts/Museo-500.woff);
    src: url(../fonts/Museo-500.ttf);
    src: url(../fonts/Museo-500.eot);
    src: url(../fonts/Museo-500.svg);
    src: url(../fonts/Museo500-Regular.otf);
    font-weight: 500;
}
/*--------------------Video Style---------------------------*/
nav.primary {
    width: auto;
    margin: 30px auto;
    display: table;
}

    nav.primary ul li {
        float: left;
        list-style: none;
    }

        nav.primary ul li a {
            height: 39px;
            display: block;
            font-size: 15px;
            color: #000;
            padding: 0 10px;
            text-decoration: none;
            line-height: 39px;
        }

    nav.primary li a.selected {
        border-bottom: 3px solid #ED3131;
    }

.main {
    padding: 0;
    margin: 0;
    display: block;
}

.entry {
    position: relative;
    float: left;
    margin: 10px;
    cursor: pointer;
    width: 100%;
    padding: 0;
}

.portfolio {
    margin: 0;
}

.magnifier {
    background: rgba(0,66,137,.7) url(../images/magnifier.png) no-repeat center;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.video-hover {
    background: rgba(0,0,0,.7) url(../images/play.png) no-repeat center;
}

.video-hover,
.image-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 200px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry:hover .video-hover,
.entry:hover .image-hover,
.entry:hover .magnifier {
    opacity: 1;
}

.videoCapture {
    margin: 5px 0;
}

img {
    max-width: 100%;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }
/*---------------------end of video style-------------------*/
.back a {
    border: 2px solid;
    border-radius: 5px;
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: normal !important;
    padding: 6px 9px;
}

    .back a:hover {
        color: #fff200;
        border-color: #fff200;
    }

.pagebar {
    background-color: none !important;
    margin: 0 !important;
}

.imgThumb {
    background-color: #f0f0f0;
    display: table-cell;
    height: 260px;
    padding-bottom: 80px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 210px;
    z-index: 0;
}


    .imgThumb img {
        margin: 0 auto;
        max-height: 180px;
        max-width: 200px;
    }


.albumCaption {
    background-color: rgba(0, 158, 224, 0.9);
    bottom: 0;
    color: white;
    font-size: 12px;
    height: 80px;
    left: 0;
    line-height: 16px;
    padding: 5px;
    position: absolute;
    width: 100%;
}

.viewAll {
    display: none;
}

.album li:hover .viewAll {
    display: table-cell;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    vertical-align: middle;
    width: 210px;
    height: 260px;
    font-size: 20px;
}


    .album li:hover .viewAll .fa-eye {
        margin-top: 40%;
    }

.dataContent .small-title {
    font-size: 18px;
    font-weight: normal;
}

.inner-title {
    font-weight: normal;
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 30px;
    font-family:Museo, Verdana, Arial;
    /*text-transform: capitalize;*/
}

.gallery.flexslider {
    /*background:url(../images/blue-bg.png) repeat-y;*/
    padding: 10px 33px 10px;
    position: relative;
    height: 225px;
    border: 2px solid #b1c700;
}

.gallery .inner-title {
    color: white;
    margin: 1px;
    padding: 8px 10px;
    background-color: #6D1F80;
    /*text-transform: uppercase;
        background:url(../images/blue-bg.png) repeat-y;*/
}

.gallery.flexslider .flex-control-paging li a {
    height: 15px;
    width: 15px;
    border: 1px solid #6D1F80;
}

    .gallery.flexslider .flex-control-paging li a.flex-active {
        background: #8E688A;
    }

.flexslider.center-controls .flex-control-nav, .container .flexslider .flex-control-nav {
    bottom: 0 !important;
    border-top: 1px dotted #b1c700;
    padding-top: 8px;
}

.flex-direction-nav a {
    background: transparent !important;
    color: #6d1f80 !important;
    top: 40% !important;
}

    .flex-direction-nav a:hover {
        color: #FF0000 !important;
    }

.flexslider .flex-direction-nav .flex-prev {
    left: -4px !important;
}

.flexslider .flex-direction-nav .flex-next {
    right: -4px !important;
}

.gallery.flexslider .slides > li {
    border: 3px solid #d1d1d1;
    background-color: #f1f1f1;
    width: 200px;
    height: 160px;
    display: table-cell !important;
    vertical-align: middle;
    margin: 5px 2px;
}

.gallery slider.mfp-gallery .flexslider {
    background-color: transparent;
    border: 1px solid #d1d1d1;
    padding: 10px !important;
    margin: 0 !important;
}

.slides li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.flexslider .slides img {
    max-width: 197px;
    max-height: 154px;
    width: auto !important;
    margin: 0 auto;
}

.search .panel-title {
    background-color: #d4d4d4;
}

.search .panel-heading .panel-title a {
    text-decoration: none;
}

    .search .panel-heading .panel-title a span {
        color: #4e4e4e !important;
        /*text-transform: capitalize;*/
        padding-top: 0;
        font-size: 14px;
    }

.panel-default > .panel-heading a:before {
    color: #B1C700 !important;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    background: none repeat scroll 0 0 #ffffff !important;
    border: 2px solid #B1C700 !important;
}

.btn:hover, .btn:focus {
    border-color: #FF0000 !important;
    color: #FF0000 !important;
}

.mediaMenu .dropdown-menu {
    min-width: 160px;
}

.float_right {
    background-color: #f0f0f0;
    border-top: 1px dotted #b1c700;
    clear: both;
    display: block;
    margin: 0 -10px -10px;
    padding: 5px;
    text-align: center;
}

    .float_right img {
        display: none;
    }

    .float_right a:link,
    .float_right a:visited,
    .float_right a:focus {
        color: #ED1C24;
    }

    .float_right a:hover {
        color: #ff0000;
    }

.pagination {
    margin-top: 30px !important;
}

    .pagination > li > a,
    .pagination > li > span {
        /*padding: 2px 6px !important;
        margin-left: -5px !important;*/
    }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #0F75BC !important;
        }

    .pagination > .active > a,
    .pagination > .active > a:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        background-color: #0F75BC !important;
        color: white !important;
        border: 1px solid #0F75BC !important;
    }

.general {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-bottom: medium none !important;
    color: #303030 !important;
}

.staticRows {
    margin-bottom: 30px;
}

.static-row {
    padding: 5px;
}

    .static-row:nth-of-type(even) {
        background: #F0F0F0;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent !important;
}

.modal-dialog.searchModal {
    width: 100%;
    border-radius: 0;
}

.searchModal .modal-header {
    border-bottom: none !important;
    padding-bottom: 0;
}

.searchModal .modal-body {
    padding-top: 0;
}

.searchModal h3 {
    font-weight: normal;
    color: #4e4e4e;
    font-size: 24px;
    margin-bottom: 10px;
}

.searchModal .input-group-addon {
    background-color: #ED1C24;
    color: white;
    border: none;
}

.searchModal .form-control {
    padding: 10px !important;
    height: 44px !important;
    font-size: 16px;
    border: 1px solid #d1d1d1;
    color: #555;
}

.searchModal button.close {
    position: relative;
    z-index: 1200;
}

.mainPageTitle {
    background-color: #0f75bc;
    margin: 15px 0 0;
}

    .mainPageTitle h1 {
        color: white;
        font-weight: normal;
        font-family: Museo;
        font-size: 24px;
        /*text-transform: capitalize;*/
        margin: 0;
        padding: 20px 15px;
        /*background: url(../images/logo-transparent.png) no-repeat -55px -35px;*/
    }



/* Image zoom on hover */
.parent, .listParent, .album {
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid #e7e7e7;
}

.parent {
    height: 215px;
}
/*==== filter box ====*/
.filterBG {
    background-color: #f0f0f0;
    padding: 15px;
}

    .filterBG .form-control {
        background-color: white;
        border: 1px solid #d1d1d1;
        height: 30px;
        margin-right: 10px;
        padding: 3px 10px;
        width: auto;
    }

    .filterBG label {
        color: #4e4e4e;
        font-weight: normal;
        font-size:14px;
    }

    .filterBG .btn-blue {
        background-color: #0f75bc;
        color: white;
        font-size: 14px;
        letter-spacing: unset;
        margin-right: 10px;
        padding: 10px;
        font-weight: normal;
        text-transform: none;
    }

        .filterBG .btn-blue:hover,
        .filterBG .btn-blue:focus {
            border-color: #0F75BC !important;
            color: #FFF200 !important;
        }
/*== images for list ==*/
.albumBorder {
    background: rgba(0, 0, 0, 0) url("../images/albumBorder.png") no-repeat scroll center top / contain;
    height: 192px;
    padding: 6px;
    width: 276px;
}

.album {
    border: 2px solid #c0c0c0;
    max-height: 200px;
    padding: 3px;
    background-color: white;
}

    .album .child img {
        height: 170px;
        color: white;
    }

.albumContent .title,
.Photo.title {
    color: #0f75bc;
    height: 100px;
    margin-bottom: 10px;
    padding: 10px 5px;
    width: 275px;
    overflow: auto;
}

.listParent {
    /*border: 2px solid #c9c9c9;
    height: 171px;
    max-width: 310px;*/
    padding: 2px;
}

    .listParent img {
        width: 100% !important;
        color: transparent !important;
    }

.child {
    width: 100%;
    text-align:center;
    background-color: #f5f5f5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.parent:hover .child, .parent:focus .child,
.listParent:hover .child, .listParent:focus .child,
.album:hover .child, .album:focus .child {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



.col-lg-4.col-md-5.col-sm-4.col-sm-12.control-label {
    width: 290px;
    border-right: 1px dotted #9a9a9a;
}

.tab-content {
    padding: 15px 0;
}

.media, .media .media {
    padding: 15px;
}

.mediaGallery .nav.nav-tabs li a:hover,
.mediaGallery .nav.nav-tabs li a:focus {
    background-color: transparent;
    border-color: #d1d1d1;
}

    .mediaGallery .nav.nav-tabs li a:hover > i {
        color: #0F75BC;
    }

.mediaGallery .nav.nav-tabs a {
    font-size: 18px;
    color: #0F75BC;
}

    .mediaGallery .nav.nav-tabs a > i {
        color: #bcbcbc;
    }

.mediaGallery .nav.nav-tabs .active a,
.mediaGallery .nav.nav-tabs .active a:hover,
.mediaGallery .nav.nav-tabs .active a > i {
    color: #ed1c24 !important;
    background-color: white !important;
    border-bottom-color: white !important;
}

.albumTitle {
    background-color: #f0f0f0;
    font-size: 18px !important;
    margin-bottom: 30px;
    margin-top: -15px;
    padding: 15px;
}

.videoBox {
    position: relative;
    z-index: 10;
}

    .videoBox .fa {
        color: white;
        font-size: 45px;
        left: 42%;
        opacity: 0.8;
        position: absolute;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        top: 40%;
        z-index: 20;
    }

        .videoBox .fa:hover {
            opacity: 1;
        }

.hoverBG {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    position: absolute;
    width: 99%;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: all .5s;
    transition: background-color 0.5s ease;
    z-index: 0;
}

    .hoverBG:hover {
        background-color: rgba(0, 0, 0, 0.1);
        z-index: 20;
    }
/* Media Queries */
@media screen and (max-width: 960px) {
    .parent {
        width: 100%;
        margin: 20px 0;
    }

    .wrapper {
        padding: 20px 20px;
    }
}
/*---------------------------------------------Large View---------------------------------------------------*/
@media (min-width: 1200px) {
    body {
        /*background: url(../images/body-BG.jpg) no-repeat top center !important;*/
    }

    .form-control.hasDatepicker {
        width: 195px;
    }

    .separator {
        margin-right: 1px;
        margin-left: 1px;
    }

    .mainMenu {
        margin-top: 50px;
    }

    .form-group.search {
        position: absolute;
        top: 25px;
        right: 0;
        z-index: 5;
        max-width: 300px;
        float: right;
    }

    .carousel {
        min-height: 355px;
    }

    .container {
        width: 100%;
    }

    .home-video {
        margin-bottom: 20px;
    }

    .videoCapture {
        text-align: left;
    }

    .video-BG {
        display: table-cell;
    }

    .col-sm-6.videoThumb {
        padding: 0;
    }

    .dataContent {
        min-height: 670px;
        padding: 10px 30px 20px 30px;
    }

    .staticContent .subtitle {
        margin-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .small-capture {
        display: none;
    }

    .menu {
        float: right;
    }

    .submit {
        margin-top: 10px;
    }
}

/*--------------------------------------------Medium View---------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        /*background: url(../images/body-BG.jpg) no-repeat top center !important;*/
    }

    .captcha input.refresh {
        display: block;
        margin: 10px 0;
    }

    .menu {
        float: right;
    }

    .subtitle, .pagetitle h1 {
        margin-left: -30px;
        margin-right: -30px;
    }

    .container {
        width: 100% !important;
    }

    .mainMenu.menu-md {
        padding: 0;
    }

    .form-group.search {
        height: 30px;
        padding-top: 25px;
    }

    .search .input-group {
        float: right;
        width: 300px;
    }

    .homePage.subtitle {
        margin-right: 0;
    }

    .home-about .subtitle, .home-about .pagetitle h1 {
        margin-left: 0;
        margin-right: 0;
    }

    .nav.nav-tabs.menu > li > a,
    .nav.nav-tabs.menu > li > a:hover,
    .nav.nav-tabs.menu > li > a:focus {
        font-size: 14px;
        padding: 8px 7px;
    }

    .collapse.navbar-collapse.mainMenu.menu-md.menu-md {
        margin-top: 50px;
        margin-bottom: -5px;
        padding: 0 10px;
    }

    .home-video {
        margin-bottom: 20px;
    }

    .videoCapture {
        text-align: left;
    }

    .video-BG {
        display: table;
        margin: 0 auto;
    }

    .col-sm-6.videoThumb {
        padding: 0;
    }

    .dataContent {
        min-height: 500px;
        padding: 20px 30px;
    }

    .small-capture {
        display: none;
    }

    .footer .title01 {
        margin-top: 18px;
    }

    .form-control.hasDatepicker {
        width: 100px;
    }
    .filterBG .btn-blue {
        padding:8px;
    }
}

/*--------------------------------------------Small View----------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100% !important;
    }

    .submit {
        margin-top: 10px;
    }

    .filterBtns {
        border-top: 1px dotted #c0c0c0;
        display: inline-block;
        margin: 15px 0 0;
        padding-top: 13px;
        text-align: center;
        width: 100%;
    }

    .subtitle, .pagetitle h1 {
        margin-left: 0;
        margin-right: 0;
    }

    .form-group.search {
        height: 30px;
        padding-top: 50px;
    }

    .search .input-group {
        float: right;
        width: 300px;
    }

    .header nav {
        margin-left: 35px;
    }

    .nav.nav-tabs.menu > li > a,
    .nav.nav-tabs.menu > li > a:hover,
    .nav.nav-tabs.menu > li > a:focus {
        font-size: 14px;
        padding: 10;
    }

    .mainMenu.menu-md {
        padding: 0 5px;
        margin-bottom: -10px !important;
        /*margin-top: 15px;*/
    }

    .home-video {
        margin-bottom: 20px;
    }

    .videoCapture {
        text-align: center;
    }

    .video-BG, .video-arrows {
        display: table;
        margin: 0 auto;
    }

    .dataContent {
        min-height: 500px;
    }

    .small-capture {
        display: none;
    }


    .homePage.subtitle {
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .carousel-Title {
        font-size: 16px;
        left: 8%;
        bottom: 70px;
    }

    .carousel-indicators {
        bottom: 0;
    }

    .form-control.hasDatepicker {
        width: 110px;
    }
    .grid-sizer,
    .grid-item {
        width: 33.333%!important;
    }
}

/*--------------------------------------------x-Small View----------------------------------------------------*/
@media (max-width: 767px) {
    .col-lg-4.col-md-5.col-sm-4.col-sm-12.control-label {
        border-right: none !important;
    }

    .captcha input.refresh {
        display: block;
        margin: 10px 0;
    }

    .col-sm-6.videoThumb {
        padding: 0;
    }

    .media, .media-body {
        margin-top: 15px;
    }

    .albumContent .title,
    .Photo.title {
        width: 300px;
    }

    .footer .title01 {
        margin-top: 35px;
    }

    .mediaGallery .nav.nav-tabs a {
        font-size: 14px;
    }

    .btn-red.pull-right {
        display: inline-block;
        float: none !important;
        margin-top: 10px;
    }

    .subtitle, .pagetitle h1 {
        margin-left: 0;
        margin-right: 0;
    }

    .homePage.subtitle {
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .home-images .carousel-indicators {
        bottom: -35px;
    }

    .carousel {
        margin: 5px 0 0;
    }

    .home-images .carousel-indicators li {
        height: 12px;
        width: 12px;
    }


    .small-title {
        margin-bottom: 5px;
        line-height: 20px;
    }



    .media .thumbnail {
        margin: 0 auto 15px;
    }

    .home-video {
        margin-bottom: 20px;
    }

    .videoCapture {
        text-align: center;
    }

    .video-BG, .video-arrows {
        display: table;
        margin: 0 auto;
    }

    .section .search {
        display: block;
    }

    .search {
        display: none;
        width: 100%;
        margin-top: 4px;
    }

    .navbar-toggle.searchBtn,
    .navbar-toggle.toggleBtn {
        background-color: #FF0000;
        color: white;
        padding: 2px 8px;
    }

    .navbar-toggle {
        margin-top: 0 !important;
    }

        .navbar-toggle .fa {
            font-size: 18px;
            margin-top: 0 !important;
            padding-top: 3px;
        }

    .nav-tabs.menu {
        background-color: #0F75BC;
    }

    .no-Padding.navbar {
        position: absolute;
        top: 35px;
        right: 0;
        z-index: 80;
    }

    .home-images {
        z-index: 5;
    }

    .menu {
        z-index: 16;
        position: relative !important;
    }

        .menu li {
            float: none !important;
        }

    .dropdown .dropdown-menu {
        display: none;
    }

    .mainMenu {
        background: none;
        padding: 0 !important;
    }

    .separator {
        display: none;
    }
    /*.navbar-collapse.mainMenu.menu-md.in {
        overflow-y: visible;
    }*/
    #bs-example-navbar-collapse-1 {
        display: none;
    }

    .form-group.search.show {
        background-color: #0F75BC;
        bottom: -78px;
        padding: 10px;
        position: absolute;
        z-index: 15;
    }

    .home-images .carousel-caption {
        line-height: 15px;
        font-size: 12px;
    }

    .Logo img {
        margin-bottom: 17px;
        width: 190px; /*should be returned on returning the original logo*/
        /*width: 100px;*/ /* used in 10 years logo */
        margin-top: 5px;
        margin-left: 5px;
    }

    .dataContent {
        min-height: 300px;
    }



    .registeration .form-group {
        clear: both;
        margin-bottom: 25px;
        height: 65px;
    }

        .registeration .form-group label {
            text-transform: none;
            padding: 15px 15px 5px;
        }

    .capture {
        display: none;
    }

    .small-capture {
        display: block;
    }

        .small-capture td {
            color: #009ee0;
            font-size: 18px;
            text-align: center;
            vertical-align: middle;
            padding: 10px;
        }

    .carousel-caption {
        display: none;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        min-height: 100px !important;
    }

    .navbar-collapse.mainMenu.menu-md.show.in .nav-tabs-justified > li > a {
        color: #fff;
    }

        .navbar-collapse.mainMenu.menu-md.show.in .nav-tabs-justified > li > .activeLink,
        .navbar-collapse.mainMenu.menu-md.show.in .nav-tabs-justified > li > a:hover,
        .navbar-collapse.mainMenu.menu-md.show.in .nav-tabs-justified > li > .activeLink:hover {
            color: #0F75BC !important;
        }

        .navbar-collapse.mainMenu.menu-md.show.in .nav-tabs-justified > li > a:hover {
            color: #0F75BC !important;
            background-color: rgba(255,255,255,0.9);
        }

    .navbar-collapse.mainMenu.menu-md.show.in {
        border-top: 2px solid #0f75bc;
        border-bottom: 2px solid #0f75bc;
    }

    .nav.nav-tabs.nav-tabs-justified.menu a {
        color: white;
    }

        .nav.nav-tabs.nav-tabs-justified.menu a.activeLink {
            color: #0f75bc;
        }

    .parent {
        margin: 0 0 10px !important;
        width: 100%;
        height: 145px !important;
    }

    .carousel-Title {
        bottom: 0;
        font-size: 14px;
        left: 10%;
        padding: 5px;
        right: 10%;
    }

        .carousel-Title a,
        .carousel-Title a:hover,
        .carousel-Title a:visited {
            color: white;
        }

        .carousel-indicators {
            bottom: 0;
            display: none;
        }

    .shadow {
        margin-bottom: 0;
    }

    .Home_Title {
        color: #4e4e4e;
        font-size: 30px;
        font-weight: normal;
        line-height: 0;
        margin-top: 10px;
        text-align: center;
    }

    .Activity_Box {
        height: auto !important;
    }

    .carousel-control .fa-chevron-right, .carousel-control .fa-chevron-left {
        font-size: 26px;
        top: 40%;
    }

    .container {
        padding: 0 !important;
    }

    .form-inline .form-group {
        margin-bottom: 15px;
    }

    .filterBG .form-control {
        width: 250px;
    }

}

/*========= Custom responsive View =========*/
@media (min-width: 420px) and (max-width: 767px) {
    .grid-sizer,
    .grid-item {
        width: 50%!important;
    }
}

@media (max-width: 419px) {
    .grid-sizer,
    .grid-item {
        width: 100%!important;
    }
}

/*========= End of responsive Views =========*/


/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 25%;
}

.grid-item {
    float: left;
    padding-bottom: 25px;
}

.image-block {
    background-color: #f2f2f2;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 5px;
}

.grid-item img {
    display: block;
    max-width: 100%;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.grid-item .albumContent .title, .grid-item .Photo.title {
    width: auto !important;
    height: auto !important;
    padding: 15px 0 !important;
}

.image-item {
    background-color: #f2f2f2;
}
