.wrap{

}

.Contactbox {
    border-color: #50111A !important;
}

.borderBOTTAM-contactDetails  {
    border-bottom: 2px double #e5ebee;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#50111A;
    font-size: 15px;
}

.ContactusSubheadingSpacing{
    margin-top: 25px;
    margin-bottom: 25px;
}

.officebranchsubHeading{
    font-weight: bold;
    margin-top: 27px;
    margin-bottom: 27px;
}

.admin-wrap{
    background-color: #380F17;
}

.navbar_custom{
    background: #6D583F!important;
    background: linear-gradient(top,  #483318,  #282913)!important;
    background: -ms-linear-gradient(top,  #483318,  #282913)!important;
    background: -webkit-gradient(linear, left top, left bottom, from(#483318), to(#282913))!important;
    background: -moz-linear-gradient(top,  #483318,  #282913)!important;
    border: solid 1px #6D6D6D!important;
    border-radius: 0 !important;
    color: #FFFFFF !important;
    font-size: 14px;
    height: 42px !important;
    min-height: 42px !important;
}

.navbar_custom a{
    background: #6D583F!important;
    background: linear-gradient(top,  #483318,  #282913)!important;
    background: -ms-linear-gradient(top,  #483318,  #282913)!important;
    background: -webkit-gradient(linear, left top, left bottom, from(#483318), to(#282913))!important;
    background: -moz-linear-gradient(top,  #483318,  #282913)!important;
    /*border: solid 1px #6D6D6D;*/
    color: #FFFFFF !important;
    height: 40px !important;
    min-height: 40px !important;
    line-height: 10px !important;
}

.social_media_icon{
    background-color: #7B1D1B !important;
    width: 14% !important;
    margin-left: 1px;
    color: #FFFFFF;
    padding: 0 4px !important;
}

.social_media_icon_mobile{
    background-color: #380F17 !important;
    width: 16% !important;
    height: 44px !important;
    color: #FFFFFF;
    padding: 4px 4px !important;
    margin-left: 1px;
}

.no_margin_bottom{
    margin-bottom: 0 !important;
}

.no_margin_padding_top{
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.no_margin_padding {
    margin: 0 !important;
    padding: 0 !important;
}

.side_container{
    background-color: rgb(255, 198, 109);
    margin-left: 0px;
}

.side_container hr{
    border-top: 1px solid #7A4D1D;
    margin-right: 10px;
    margin-left: 10px;
}

.side_container_title{
    background-color: #50111A;
    padding: 7px 0;
    color: #FFFFFF;
    font-size: 16px;
}

.content_container_title{
    background-color: #261d18;
    padding: 10px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
}

.title{
    font-family: FontTitle;
}

@font-face {
    font-family: FontTitle;
    src: url("../font/upcjl.ttf");
}

.header_img_background{
    background-image: url("../img/web/imgo.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 0;
    /*height: 30vw;*/
    width: 100%;
}

.header_img_background_sun{
    background-image: url("../img/web/bg-sunrise.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 0;
    height: 22vw;
    width: 100%;

    -webkit-animation: imgHide 2s infinite, imgOpacity 5s infinite;
    -webkit-animation-delay: 0s, 1s;
    -webkit-animation-iteration-count: 1;
    animation: imgHide 2s infinite, imgOpacity 5s infinite;
    animation-delay: 0s, 1s;
    animation-iteration-count: 1;
}

.header_img_background_dark_img{
    background-image: url("../img/web/imgo.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 0;
    height: 22vw;
    width: 100%;
}
.mob-header{
    background-image: url("../img/web/imgo.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 0;
    height: 33vw;
    width: 100%;
}

.header_img_background_img{
    background-image: url("../img/web/shadow-Art.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 0;
    height: 22vw;
    width: 100%;
}

.header_img_background_logo{
    background-image: url("../img/web/logo.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 0;
    height: 44vw;
    width: 100%;

    -webkit-animation: imgHide 2s infinite, imgOpacity ease-in 4s;
    -webkit-animation-delay: 0s, 2s;
    -webkit-animation-iteration-count: 1;
    animation: imgHide 2s infinite, imgOpacity ease-in 4s;
    animation-delay: 0s, 2s;
    animation-iteration-count: 1;
}

.social_media_container{
    -webkit-animation: imgHide 3s infinite, imgOpacity 5s;
    -webkit-animation-delay: 0s, 3s;
    -webkit-animation-iteration-count: 1;
    animation: imgHide 3s infinite, imgOpacity 5s;
    animation-delay: 0s, 3s;
    animation-iteration-count: 1;
}

.subscription{
    margin-top: -100px;
    color: #FFFFFF;
    border-radius: 100px;

    -webkit-animation: imgHide 3s infinite, imgOpacity 5s;
    -webkit-animation-delay: 0s, 3s;
    -webkit-animation-iteration-count: 1;
    animation: imgHide 3s infinite, imgOpacity 5s;
    animation-delay: 0s, 3s;
    animation-iteration-count: 1;
}

.header_img_sidebar{
    background-image: url("../img/web/top-upcoming_img.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: -100px;
    margin-left: -2px;
    height: 104px;
    width: 101%;
}

@-webkit-keyframes imgHide {
    from {opacity: 0.0;}
    to {opacity: 0.0;}
}
@keyframes imgHide {
    from {opacity: 0.0;}
    to {opacity: 0.0;}
}

@-webkit-keyframes imgOpacity {
    from {opacity: 0.0;}
    to {opacity: 1;}
}
@keyframes imgOpacity {
    from {opacity: 0.0;}
    to {opacity: 1;}
}

.content{
    margin: 15px 25px;
}
.content p{
    text-align: justify;
}

.image_slide{
    margin-top: 5px;
}

.slide_image{
    margin: 5px 5px;
    width: 31% !important;
}

.footer_content{
    line-height: 26px;
    background-color: #261d18;
    color: #FFFFFF;
    font-size: 15px;
    height: 27px;


}

.footer_content_mobile{
    line-height: 50px;
    background-color: #7E171A;
    color: #676767;
    font-size: 24px;
    font-weight: bold;
    font-family: FontTitle;
}

.footer_top{
    background-color: #230A0E;
    height: 30px
}

.btn_image_slide {
    color: #fff;
    background-color: #50111A;
    border-color: #50111A;
    border-radius: 0 !important;
    padding: 0 10px !important;
    box-shadow: 0 3px 6px #676767;
}

/*test*/

.side_date_picker{
    margin-top: 15px;
}

.side_date_picker table{
    border: 0 !important;
}

.side_date_picker .well{
    background-color: rgb(255, 198, 109);
    border-color: #50111A;
    border-radius: 5px;
}

.side_date_picker .btn-sm{
    background-color: transparent;
    border: 0;
}

.side_date_picker .btn-default{
    background-color: transparent;
    border: 0;
    border-radius: 0px;
}

.side_date_picker .btn-default:hover, .side_date_picker .btn-default:focus, .side_date_picker .btn-default:active{
    background-color: transparent;
    border: 0;
}

.side_date_picker .btn-default.active{
    background-color: #C7A97B;
    border: 0;
}

.side_date_picker .full button {
    background-color: rgb(213, 174, 86);
    color: black;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.side_date_picker .partially button {
    background-color: orange;
    /*background-color: orange;*/
    color: black;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.side_date_picker .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: transparent !important;
}

.side_date_picker table {
    border: 0 !important;
    /*border-collapse: separate;*/
    /*border-spacing: 1px 1px;*/
}
.side_date_picker td{
    border: 2px solid #FFC66D;
    background-color: white;
}


.arrow_box {
    position: relative;
    border-bottom: 1px solid #7A4D1D;
    margin: 0 10px 20px 10px;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(213, 213, 213, 0);
    border-top-color: rgba(255, 198, 109, 1);
    border-width: 15px;
    margin-left: -15px;
}
.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #50111A;
    border-width: 16px;
    margin-left: -16px;
}

/*delete*/


/*event*/

.label_festival{
    background-color: #F15B29;
    border-radius: 0 !important;

}

.label_music{
    background-color: #009343;
    border-radius: 0 !important;
}

.event_footer hr{
    border-color: #D2D2D2 !important;
    margin: 10px 0 !important;
}

.event_padding{
    padding: 0 0 0 5px;
}

.event_current_title{
    color: #EA5034;
}

.event_title{
    color: #008848;
}

.eventArrow{
    width: 35%;
}

.facebook_color{
    color: #1F3F85;
}

.twitter_color{
    color: #2CA7D1;
}

.google_color{
    color: #FD684A;
}

/*event calendar*/
.event_calendar .btn-default {
    color: #FFFFFF !important;
    background-color: #231F1E !important;
    border-radius: 0 !important;
    border-color: #231F1E !important;
}

.event_calendar .calendar-navbar{
    margin: 0;
}

.event_calendar .nav-left{
    background-color: #231F1E;
    padding-top: 10px;
    padding-bottom: 10px;
}

.event_calendar .nav-right{
    background-color: #231F1E;
    padding-top: 10px;
    padding-bottom: 10px;
}

.event_calendar .calendar-header{
    background-color: #404042;
    color: #FFFFFF !important;

    padding-top: 15px;
    padding-bottom: 15px;
}
/* end event calendar */

/*main event calendar*/
.main_event_calendar table{
    width: 100% !important;
    height: 300px !important;
}

.main_event_calendar table tr button{
    color: #FFFFFF !important;
    background-color: #231F1E !important;
    border-radius: 0 !important;
    border-color: #231F1E !important;
    width: 100%;
}

.main_event_calendar table td button{
    color: #000000 !important;
    border-color: transparent !important;
    background-color: transparent !important;
}

.main_event_calendar .btn-default:active, .main_event_calendar .btn-default.active{
    background-color: #008848 !important;
}

.main_event_calendar .btn-default .text-info{
    color: #000000 !important;
    font-weight: bold;
}

.main_event_calendar .btn-default.active{
    background-color: #C7A97B;
    border: 0;
}

.main_event_calendar .full button{
    background-color: #C7A97B !important;
}

.main_event_calendar .full button {
    background-color: rgb(213, 174, 86);
    color: black;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.main_event_calendar .partially button {
    background-color: orange;
    /*background-color: orange;*/
    color: black;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
/* end event calendar */

/*slideshow*/
.carousel-indicators li{
    border: 1px solid #CCC;
}

.carousel-indicators .active{
    background-color: #CCC;
}
/*end slideshow*/




/*-----------------------------------------*/
            /*Mobile view */
/*-------------------------------------------*/


.notify-calender{
    margin: 10px 33px;
    color: #FFC66D;
}
.badge-notify{
    background: red;
    position: absolute;
    top: 6px;
    left: 64px;
}

.bg-brown{
    background-color: #22080F;
    margin-top: -1px;
}

/*Mobile view header badge blink*/
@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}

.panel-tap{
    margin-bottom: -6px!important;
}

.panel-tap .panel-heading{
    background-color: rgb(255, 198, 109);
    height: 50px;
}
.panel-tap .panel-title{
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px!important;
}
.panel-tap .panel-title a:hover{
    text-decoration: none;
}

.event_content{
    font-family: FontTitle;
}

.event_content .event-title{
    font-weight: bold;
    font-size: 24px;
    line-height: 0.7;
}

.event_content .event_description{
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 0.7;
}

.event_content .event_footer{
    margin-right: 15px;
    margin-bottom: 0;
    font-weight: bold;
}


.orange-nav{
    background-color: rgb(255, 198, 109);
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* Mobile Menu Bar*/

.mobile-menu-bar {
    position: absolute;
    top: 5px;
    left: 90%;
    height: 14px;
    margin-left: -10px;
    color: rgb(255, 198, 109);

}

.mobile-menu-li{
    padding: 6px 0px;
    background-color: rgba(143, 142, 139, 0.21);

    margin-bottom: 2px;
}

.carousel {
    margin-bottom: 0;
    /*padding: 0 40px 30px 40px;*/
}
.modal-preview .carousel{
    margin-bottom: 0;
    padding: 0 0px 0px 0px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    top: 107px;
    /*background: none repeat scroll 0 0 #222222;*/
    /*border: 4px solid #FFFFFF;*/
    /*border-radius: 23px 23px 23px 23px;*/
    /*margin-top: 90px;*/
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -55px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    /*background: #428bca;*/
    background: #FFC66D;
}
/* Mobile Menu Bar*/


.gallery-album .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.gallery-album .carousel-control {
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: -50px;
}
.gallery-album .carousel-control.right {
    right: -12px;
}
/* The indicators */
.gallery-album .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.gallery-album .carousel-indicators li {
    background: #cecece;
}
.gallery-album .carousel-indicators .active {
    background: #428bca;
}


/* Page Header */
.video-album .page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}

.video-album .page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

.video-album ul.thumbnails {
    margin-bottom: 0px;
}



/* Thumbnail Box */
.video-album .caption h4 {
    color: #444;
}

.video-album .caption p {
    color: #999;
}



/* Carousel Control */
.video-album .control-box {
    text-align: right;
    width: 100%;
}
.video-album .carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 43px;

}



/* Mobile Only */
@media (max-width: 767px) {
    .video-album .page-header, .control-box {
        text-align: center;
    }
}
@media (max-width: 479px) {
    .video-album .caption {
        word-break: break-all;
    }
}


.video-album li { list-style-type:none;}

/*
::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }
*/

.btn-brown {
    color: #FFFFFF;
    background-color: rgba(71, 4, 3, 0.99);
    border-color: rgba(71, 4, 3, 0.99);
}

.modal-dialog {}
.thumbnail {margin-bottom:6px;}

       .carousel-control.left,.carousel-control.right{
           background-image:none;
           margin-top:0%;
           width:5%;
       }

.carousel-control.left,.carousel-control.right{
   background-image:none;
   margin-top:10%;
   width:5%;
}

.img_flier{
    height: 200px;
    width: 100%;
    margin: 10px;
    background-color: #380F17;
    padding: 4px;
    cursor: move;
}


img.img_flier:hover{
    background-color: #230A0E;
    padding: 2px;
}

.flier_delete{
    margin: 10px;
    position: absolute;
    background-color: #230A0E;
    padding: 2px 4px;
    border-radius: 0 0 4px 0;
}

.flier_delete a{
    color: white;
}

.flier_delete a:hover{
    color: red;
}

.event_details_hr{
    border-bottom: 1px;
    border-bottom-color: #380F17;
    border-bottom-style: inset;
    margin-top: 0;
    margin-bottom: 3px;
}

.panel-title-custom{
    margin-top: 5px !important;
    font-size: 18px !important;
}

.mobile-Content{
    text-align: justify;
    padding: 37px 0px;
    font-size: 4vw;
}
.video-slider{
    margin: -14px 1px;
    /*border: 6px solid white;*/
    /*background-color: white;*/
}


.video-sliderController{
    width: 20px;
    height: 20px;
}

.media .img-thumbnail{
    border: 2px;
    border-color: #230A0E;
    border-style: solid;
    width: 138px;
    height: 175px;
}

.people-img .thumbnail {
    position:relative;
    overflow:hidden;
}


.people-img .caption {
    position:absolute;
    top:0;
    right:0;
    background: rgba(0, 0, 0, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}

.people-img .caption h4 {
    color: white;
    margin: 40px 0px;
    font-weight: bold;
    font-family: sans-serif;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}


.details-p{
    text-align: justify;
    /*margin: -21px 6px;*/
}
/*.timeline {*/
    /*list-style: none;*/
    /*padding: 20px 0 20px;*/
    /*position: relative;*/
/*}*/

/*.timeline:before {*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*position: absolute;*/
    /*content: " ";*/
    /*width: 3px;*/
    /*background-color: #eeeeee;*/
    /*left: 50%;*/
    /*margin-left: -1.5px;*/
/*}*/

/*.timeline > li {*/
    /*/!*margin-bottom: 20px;*!/*/
    /*margin-bottom: -206px;*/
    /*position: relative;*/
/*}*/

/*.timeline > li:before,*/
/*.timeline > li:after {*/
    /*content: " ";*/
    /*display: table;*/
/*}*/

/*.timeline > li:after {*/
    /*clear: both;*/
/*}*/

/*.timeline > li:before,*/
/*.timeline > li:after {*/
    /*content: " ";*/
    /*display: table;*/
/*}*/

/*.timeline > li:after {*/
    /*clear: both;*/
/*}*/

/*.timeline > li > .timeline-panel {*/
    /*width: 46%;*/
    /*float: left;*/
    /*border: 1px solid #d4d4d4;*/
    /*border-radius: 2px;*/
    /*padding: 20px;*/
    /*position: relative;*/
    /*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
    /*box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
/*}*/

/*.timeline > li > .timeline-panel:before {*/
    /*position: absolute;*/
    /*top: 26px;*/
    /*right: -15px;*/
    /*display: inline-block;*/
    /*border-top: 15px solid transparent;*/
    /*border-left: 15px solid #ccc;*/
    /*border-right: 0 solid #ccc;*/
    /*border-bottom: 15px solid transparent;*/
    /*content: " ";*/
/*}*/

/*.timeline > li > .timeline-panel:after {*/
    /*position: absolute;*/
    /*top: 27px;*/
    /*right: -14px;*/
    /*display: inline-block;*/
    /*border-top: 14px solid transparent;*/
    /*border-left: 14px solid #fff;*/
    /*border-right: 0 solid #fff;*/
    /*border-bottom: 14px solid transparent;*/
    /*content: " ";*/
/*}*/

/*.timeline > li > .timeline-badge {*/
    /*color: #fff;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*font-size: 1.4em;*/
    /*text-align: center;*/
    /*position: absolute;*/
    /*top: 16px;*/
    /*left: 50%;*/
    /*margin-left: -25px;*/
    /*background-color: #999999;*/
    /*z-index: 100;*/
    /*border-top-right-radius: 50%;*/
    /*border-top-left-radius: 50%;*/
    /*border-bottom-right-radius: 50%;*/
    /*border-bottom-left-radius: 50%;*/
/*}*/

/*.timeline > li.timeline-inverted > .timeline-panel {*/
    /*float: right;*/
/*}*/

/*.timeline > li.timeline-inverted > .timeline-panel:before {*/
    /*border-left-width: 0;*/
    /*border-right-width: 15px;*/
    /*left: -15px;*/
    /*right: auto;*/
/*}*/

/*.timeline > li.timeline-inverted > .timeline-panel:after {*/
    /*border-left-width: 0;*/
    /*border-right-width: 14px;*/
    /*left: -14px;*/
    /*right: auto;*/
/*}*/

/*.timeline-badge.primary {*/
    /*background-color: #2e6da4 !important;*/
/*}*/

/*.timeline-badge.success {*/
    /*background-color: #3f903f !important;*/
/*}*/

/*.timeline-badge.warning {*/
    /*background-color: #f0ad4e !important;*/
/*}*/

/*.timeline-badge.danger {*/
    /*background-color: #d9534f !important;*/
/*}*/

/*.timeline-badge.info {*/
    /*background-color: #5bc0de !important;*/
/*}*/

/*.timeline-title {*/
    /*margin-top: 0;*/
    /*color: inherit;*/
    /*font-weight: bold;*/
/*}*/

/*.timeline-body > p,*/
/*.timeline-body > ul {*/
    /*margin-bottom: 0;*/
    /*text-align: justify;*/
/*}*/

/*.timeline-body > p + p {*/
    /*margin-top: 5px;*/
/*}*/

/*@media (max-width: 767px) {*/
    /*ul.timeline:before {*/
        /*left: 40px;*/
    /*}*/

    /*ul.timeline > li > .timeline-panel {*/
        /*width: calc(100% - 90px);*/
        /*width: -moz-calc(100% - 90px);*/
        /*width: -webkit-calc(100% - 90px);*/
    /*}*/

    /*ul.timeline > li > .timeline-badge {*/
        /*left: 15px;*/
        /*margin-left: 0;*/
        /*top: 16px;*/
    /*}*/

    /*ul.timeline > li > .timeline-panel {*/
        /*float: right;*/
    /*}*/

    /*ul.timeline > li > .timeline-panel:before {*/
        /*border-left-width: 0;*/
        /*border-right-width: 15px;*/
        /*left: -15px;*/
        /*right: auto;*/
    /*}*/

    /*ul.timeline > li > .timeline-panel:after {*/
        /*border-left-width: 0;*/
        /*border-right-width: 14px;*/
        /*left: -14px;*/
        /*right: auto;*/
    /*}*/
/*}*/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 95%;
    float: left;
    border: 1px solid #d4d4d4;
    /*border-radius: 2px;*/
    /*padding: 20px;*/
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    /*background-color: #999999;*/
    z-index: 100;
    /*
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    */
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #C5C7C5 !important;
}
.timeline-badge a:hover {
    color: #000 !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h4 {
    float: right;
    margin-right: 19px;
    font-weight: bold;
}



.timeline-body > p,
.timeline-body > ul {
    padding:20px;
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
.timeline-footer{
    padding: 10px;
    background-color: #FFC66D;
}
.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
    color: #353434;
}
.tooltip{

    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);

}
.tooltip.in{
    /*opacity:0;
    filter:alpha(opacity=80);*/

}
.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#313131;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
}
.timeline > li.timeline-inverted{
    float: right;
    clear: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.timeline > li:nth-child(2){
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge{
    left: -12px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li {
        margin-bottom: 20px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    .timeline > li.timeline-inverted{
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .timeline > li.timeline-inverted > .timeline-badge{
        left: 28px;
    }
}
.mobile-social{
    color: #F99800;
}
.calendar-color{
    color: #FF9D05;
}

.partner{
    /*margin: 1px 48px;*/
    background: -moz-linear-gradient(269deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(255,226,180,1) 61%, rgba(255,198,109,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(16%, rgba(255,255,255,1)), color-stop(61%, rgba(255,226,180,1)), color-stop(100%, rgba(255,198,109,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(269deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(255,226,180,1) 61%, rgba(255,198,109,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(269deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(255,226,180,1) 61%, rgba(255,198,109,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(269deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(255,226,180,1) 61%, rgba(255,198,109,1) 100%); /* ie10+ */
    background: linear-gradient(181deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(255,226,180,1) 61%, rgba(255,198,109,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFC66D',GradientType=0 ); /* ie6-9 */
    /*border: solid 1px #6D6D6D;*/
}
.partner h3{

    font-family: FontTitle;
    font-size: 20px;
    text-align: center;
}
.partner-img{
    margin: 2px 90px;
}

.slide_image img, .thumbnail img{
    height: 150px
}

.events .event-content .row .col-sm-6 .thumbnail{
    min-height: 700px;
}

.modal-preview #modal-carousel .carousel-modal .item img{
    width: 100%;
}

/*.ekko-lightbox-container img{*/
    /*max-width: 100%;*/
/*}*/


@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .events .row .col-sm-12{
        padding: 0;
    }

    .events .row .col-sm-12 .event-content h1{
        margin: 5px 18px;
    }

    .events .row .col-sm-12 .event-content{
        margin: 5px;
    }

    .events .row .thumbnail{
        min-height: auto !important;
    }

    .events .row .thumbnail img{
        height: 260px !important;
    }

    .events .row .caption h3{
        text-align: center;
    }

    .gallery-album{
        padding: 0;
    }

    .gallery-album h1{
        padding: 0;
        margin: 5px 0px;
    }

    .gallery-album #photoCarousel{
        padding: 0;
    }

    #lightBox .row .col-md-4 a img{
        width: 100%;
    }

    aside{
        /*display: none;*/
    }
}

@media only screen and (min-device-width: 240px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .events .row .col-sm-12{
        padding: 0;
    }

    .events .row .col-sm-12 .event-content h1{
        margin: 5px 18px;
    }

    .events .row .col-sm-12 .event-content{
        margin: 5px;
    }

    .events .row .thumbnail{
        min-height: auto !important;
    }

    .events .row .thumbnail img{
        height: auto !important;
    }

    .events .row .caption h3{
        text-align: center;
    }

    .gallery-album{
        padding: 0;
    }

    .gallery-album h1{
        padding: 0;
        margin: 5px 0px;
    }

    .gallery-album #photoCarousel{
        padding: 0;
    }

    #lightBox .row .col-md-4 a img{
        width: 100%;
    }

    aside{
        /*display: none;*/
    }

    #photoCarousel .col-xs-6 img{
        height: 80px !important;
    }
}

@media only screen and (min-device-width: 568px) and (max-device-width: 768px) {
    .gallery-album{
        padding: 0;
    }

    .gallery-album h1{
        padding: 0;
        margin: 5px 0px;
    }

    .gallery-album #photoCarousel{
        padding: 0;
    }

    #lightBox .row .col-md-4 a img{
        width: 100%;
        height: 150px !important;
    }

    #photoCarousel .col-xs-6 img{
        height: 80px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    #lightBox .row .col-md-4 a img{
        width: 100%;
        height: 150px !important;
    }

    #photoCarousel{
        padding: 0;
    }

    #photoCarousel .col-xs-6 img{
        height: 80px !important;
    }
}

.ekko-lightbox a:hover{
    outline: none !important;
    border: none !important;
}

.ekko-lightbox a:focus{
    outline: none !important;
    border: none !important;
}

.ekko-lightbox a:active{
    outline: none !important;
    border: none !important;
}

.content_container_title{
    margin-top: 0px;
}


.yt-video{
    margin: 0;
    padding: 0;
    margin-top: 31px;
}

.yt-video iframe{
    width: 100%;
    overflow: hidden;
}

.contact-margin-top{
    margin-top: 31px;
}

.padding-0{
    padding: 0;
}