body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #23214c;
}
body a {
    text-decoration: underline;
    color: #23214c;
    font-weight: bold;
    transition: color .2s linear;
}
body a:hover {
    color: rgba(191,5,2,1);
}
body a.inverted{
    color:rgba(191,5,2,1);
}
body a.inverted:hover {
    color:#f5f5f5;
}
.btn-wrapper{
    text-align: center;
}
ul.social-bar{
    line-height: 24px;
}
a.button {
    display: inline-block;
    color: rgba(191,5,2,1);
    border: 2px solid rgba(191,5,2,1);
    background-color: #f5f5f5;
}
a.button:active {
    position: relative;
    top: 1px;
}
a.button:hover {
    color: #f5f5f5;
    background-color: rgba(191,5,2,1);
}
.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #f5f5f5;
}
.doc-loader td {
    text-align: center;
    vertical-align: middle;
}
.doc-loader img {
    width: 15%;
    height: auto;
}
.content-1170 {
    width: 1170px;
}
.content-1170 img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.full-width {
    line-height: 0;
}
p.no-filter,p.normal-content,p.special-content,p.footer-links{
    margin-bottom: 26px;
    line-height: 26px;
}
/* TOP MENU */
.menu-wrapper {
    transition: background-color .2s linear;
    z-index: 99 !important;
    background-color: #221C5A;
    width: 100% !important;
    top: 0;
    position: fixed;
}
#header-main-menu {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}
a.navbar-brand{
    line-height: auto;
    padding:0;
    margin:0;
    display:inline-flex;
    float:left;
}
.main-menu.sm-clean {
    background-color: transparent;
}
.main-menu.sm-clean a {
    font-size: 13px;
    line-height: 40px;
    color: #f5f5f5;
    font-weight: 400;
    transition: color .2s linear;
    text-transform: uppercase;
    letter-spacing: 0.03cm;
    display: inline-flex;
    float: left;
}
.main-menu.sm-clean .sub-menu a {
    font-size: 11px;
    line-height: 20px;
}
.sm-clean .current_page_item a {
    color: #f5f5f5 !important;
}
.main-menu.sm-clean a:hover {
    color: #f5f5f5 !important;
    font-weight: bold;
}
.sm-clean li.active a {
    color:#f5f5f5 !important;
    text-decoration: underline;
    font-weight: bold;
}
.mob-menu {
    display: none;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: color .2s linear;
    color: #f5f5f5;
    margin-right:5%;
    text-align:right;
}
/* END TOP MENU */
/* GENERAL SECTION */
.section {
    position: relative;
    z-index: 1;
    overflow: auto;
}
.section-num {
    overflow: hidden;
    margin-top: 40px;
}
.section-title-holder {
    z-index: 2;
}
.section-title-holder.left{
    float:left;
}
.section-title-holder.right{
    float:right;
}
.section-content-holder.left .content-wrapper{
    padding-left:0px;
}
.section-content-holder.right .content-wrapper{
    padding-right: 0px;
}
.section-title-holder.left h2.entry-title{
    text-align:left;
}
.section-title-holder.right h2.entry-title{
    text-align:right;
}
.section-num span {
    margin-left:0px;
    color: #55B286;
    font-weight: 700;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: -5px;
}
h2.entry-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 83px;
    margin-top: 50px;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 0;
    color:rgba(191,5,2,1);
}
.section-content-holder {
    background: #f5f5f5;
    padding: 60px 0;
}
.section-content-holder .content-wrapper {
    padding: 0 60px;
}
.section-content-holder .content-wrapper {
    padding: 0 60px;
}
.section-content-holder.semi-transparent{
    background: rgba(255,255,255,.75);
}
.section-content-holder.right {
    float:right;
}
.section-content-holder.left {
    float:left;
}
.section-content-holder .content-title-holder {
    overflow: hidden;
    height: 100px;
    margin-top: -60px;
    padding-bottom: 50px;
}
.section-content-holder .content-wrapper.boxed{
    padding-left:60px;
}
.section-content-holder .content-title {
    font-weight: 700;
    text-align: center;
    font-size: 180px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: -75px;
    color:rgb(78,2,1);
}
.extra-content-left {
    width: 800px;
    color: #f5f5f5;
    padding: 100px 0;
}
.extra-content-right {
    width: 800px;
    margin-left: 370px;
    color: #f5f5f5;
    padding: 100px 0;
}
.extra-content-full-width {
    padding: 0;
}
.section:last-of-type .extra-content-left, .section:last-of-type .extra-content-right, .section:last-of-type .extra-content-full-width {
    padding-bottom: 0;
}
p.normal-content{
    font-weight: normal;
}
p span.special-content{
    font-weight: bold;
    font-size: 20px;
    color:rgba(191,5,2,1);
}
p span.bold{
    font-weight:bold;
}
a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}
h1,h2,h3,h4,h5,h6{
    color:rgba(191,5,2,1);
}
.cell-middle{
    display: table-cell;
    line-height: 50px;
    min-height: 50px;
    }
img.pricing-img{
    filter: saturate(2.5);
    width: auto;
    height: 80px;
}
.card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    text-align: center;
    margin: 30px 15px;
}
.card-header:first-child{
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header h5 {
    color:#23214c;
}
.card-header h6{
    font-weight: normal;
    margin:15px 0px;
    padding:0px;
    color:#23214c;
}
.card-block{
    color:#23214c;
}
.card-block h5,h6{
    margin:15px 0px;
    padding:0px;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    color:#23214c;
}
.card-block .list-group{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.card-block .list-group-item{
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,.125);
}
.card-block .list-group-item:first-child{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
 
.pricing-category{
    padding:1.5em;
}
.list-span-title{
    display: inline-flex;
    float: left;
    margin-right: 8px;
}
.list-span-value{
    display: table-cell;
}
.group-header{
    text-align: center;
}
.block-content{
    background-color: #23214c;
    color:#f5f5f5;
    padding:25px 0px;
}
.performers-wrapper{
    overflow: hidden;
    margin-top: 50px;
}
.image-flip:hover .backside{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}
.flip-0{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.image-flip:hover .frontside{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-180{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}
.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}
.backside {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
.frontside {
    background-color:#f5f5f5;
}
.backside {
    background-color:#fafafa;
}
.frontside, .backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}
.frontside .card, .backside .card {
    min-height: 312px;
    border: none;
    padding: 0px 25px 0px 25px;
}
.backside .card a {
    font-size: 16px;
    color: #23214c !important;
}
.frontside .card .card-title, .backside .card .card-title {
    color: #23214c !important;
}
.frontside .card .card-body img {
    border-radius: 50%;
}
.backside .card .card-text{
    line-height: 26px;
    padding: 0px 25px 0px 25px;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-gap: 1em;
    margin:0px 50px 0px 50px;
    justify-content: center;
    align-items: flex-start;
   /* CHANGED */
   /*align-self: center;
   */
    flex-direction: column;
    flex-wrap: wrap;
}
.one_half.gallery-item{
    width: 100%!important;
    float: left !important;
    padding: 0 !important;
}
/* hover styles */
.gallery-item {
    position: relative;
}
.gallery-image {
    line-height: 0;
    overflow: hidden;
}
.gallery-image img {
    filter: blur(0px);
    transition: filter 0.3s ease-in;
    transform: scale(1.1);
}
.gallery-title {
    z-index: 1;
    text-align: left;
    position: absolute;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    transition: opacity .7s;
    background: rgba(0,0,0,0.5);
    color: white;
    padding:25px 0px;
}
.gallery-link{
    color:#f5f5f5;
    margin:0px 25px;
}
.gallery-item:hover .gallery-title {
    opacity: 1;
}
.gallery-item:hover .gallery-image img {
    filter: blur(2px);
}
/* END GENERAL SECTION */
/* HOME SECTION */
#home {
    background-color: rgba(0,0,0,1);
    z-index: 9;
}
.home .section-title-holder {
    background-color: rgba(191,5,2,1);
}
.home .section-title-holder span {
    color: rgba(3,5,33,1);
}
.intro-page {
    padding-bottom: 170px;
    min-height: calc(100vh - 170px);
    background-color: #000;
    background-image:url(images/Banner2019.png);
    background-repeat:no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 10;
}
.home {
    padding-bottom: 170px;
    min-height: calc(100vh - 170px);
    background-color: #000;
    background-image:url(images/home.png);
    background-repeat:no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 10;
}
.top-logo {
    line-height: 45px;
    vertical-align: middle;
    padding: 12px;
    height: 45px;
}
.top-logo img{
    height: 100%;
    width: auto;
}
h1.big-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 100%;
    padding-top: 100px;
    color: #f5f5f5;
    letter-spacing: -1px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.big-title span {
    display: block;
}
.title-desc {
    font-family: 'PT Serif', serif;
    font-size: 22px;
    line-height: 26px;
    max-width: 333px;
    margin: 0 auto;
    color: #f5f5f5;
}
.page-template-page-home .intro-page footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.event-wrapper{
    line-height: 26px;
}
.event-details{
    color:#f5f5f5;
    font-weight: normal;
    margin:15px;
}
.event-details h4 i{
    margin-right: 15px;
    font-weight: bold;
}
.event-details h4{
    margin:0px;
    color:#f5f5f5;
    line-height: 24px;
    height: 24px;
    font-size:18px;
    font-weight: bold;
    padding:8px 0px;
    margin-bottom: 8px;
}
.details-content{
    display: inline-flex;
}
.bordered{
    border-top:1px solid #f5f5f5;
    border-bottom:1px solid #f5f5f5;
}
.home h2.entry-title{
    margin: 60px 0px 0px 0px;
}
/* END HOME SECTION */
/* TABLES SECTION */
#tables {
    background-color: #f5f5f5;
    z-index: 9;
}
#tables .section-title-holder {
    background-color: #f5f5f5;
}
#tables .section-content-holder {
    background-color: #f5f5f5;
}
#tables .section-title-holder span {
    color: rgba(191,5,2,1);
}
#tables .entry-title{
    color: rgba(191,5,2,1);
}
#tables .content-wrapper{
    margin-top:60px;
}
.service-holder {
    display: inline-block;
    width: 335px;
}
.service-holder img {
    display: inline-block;
    width: 50px !important;
    vertical-align: top;
}
.service-content-holder {
    display: inline-block;
    width: 240px;
    margin-top: 55px;
    margin-left: 5px;
}
.service-title {
    font-size: 24px;
    padding-bottom: 10px;
}
#tables .transparent{
    background-color: transparent;
}
/* END TABLES SECTION */
/* DONATIONS SECTION */
#donations {
    background-color:#fff;
    z-index: 8;
}
#donations .section-title-holder {
    background-color: #fff;
}
#donations .section-content-holder {
    background-color: #fff;
}
 
#donations .section-content-holder .content-wrapper{
    margin-top:60px;
  
}
#donations .section-content-holder .content-wrapper h4{
    color:rgba(191,5,2,1);
}

#donations-grid{
    padding:60px 0px 0px 0px;
}
#donations-grid .sponsor-list a{
    line-height: 75px;
    height: 75px;
    display: inline-block;
    position: relative;
    margin:15px;
}
#donations-grid .sponsor-list .text-items a{
	line-height:30px;
    height: 30px;
    display: inline-block;
    position: relative;
    margin:15px;
}
#donations-grid a img{
    margin: 0 auto;
}
#donations-grid .sponsor-list{
    margin:30px 0;
    text-align: center;
}
#donations-grid .sponsor-list h3{
    display: inline-block;
    padding: 0 2px;
    padding: 0 3px;
}
#donations-grid .sponsor-list ul li{
    display:block;
    float:left;
    list-style-type: none;
    line-height: 50px;

}
#donations-grid .sponsor-list ul li a{
    line-height: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    margin:15px;
}
.portfolio-holder .portfolio-load-more-holder {
    margin-right: 0;
    margin-left: auto;
}
.more-posts {
    display: block;
}
.more-posts:hover {
    cursor: pointer;
}
.grid {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
}
.grid-item {
    float: left;
    font-size: 0;
    line-height: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.grid-item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
}
.grid-sizer, .grid-item {
    width: 400px;
}
.grid-item.p_one_half {
    width: 400px;
}
.grid-item.p_one {
    width: 800px;
}
/* PERFORMANCE SECTION */
#performers {
    background-color: #f5f5f5;
}
#performers .section-content-holder{
    background-color: #f5f5f5;
}
#performers .entry-title{
    text-align: center;
}
#performers .content-wrapper{
    margin-top:60px;
    
}
/* PERFORMANCE SECTION */
/* GALLERY SECTION */
#gallery .entry-title{
    text-align: center;
}
/* GALLERY SECTION */
/* ABOUT SECTION */
#about {
    background-color: #f5f5f5;
    z-index: 7;
}
#about .content-wrapper{
    margin-top:60px;
}

#about .section-content-holder {
    background-color: #f5f5f5;
}
 
#about .section-content-holder {
    padding-bottom: 0;
}
#about ul li {
    text-indent: -20px;
    line-height: 25px;
    text-align: left;
    padding-left: 20px;
}
#about ul li:before {
    content: "-";
    text-indent: -5px;
    margin-right: 15px;
}
.aboutus_img{
    margin:25px;
    text-align: center;
}
/* FOOTER */
footer {
    background-color: #221C5A;
}
footer i.fa{
    font-size: 32px;
}
.footer {
    font-size: 16px;
    clear: both;
    color: #f5f5f5;
    text-align: center;
    padding: 50px 0px 5px 0px;
}
.footer-content{
    line-height: 26px;
}
.footer-content .fa, .footer-content h4{
    margin-bottom: 26px;    
}

.footer-left, .footer-right {
    width: 810px;
}
.footer-right {
    margin-left: 370px;
}
.footer a {
    color: #5b5881;
}
.social-footer a {
    margin: 0 10px;
    font-size: 20px;
    color:#f5f5f5;
}
/* END FOOTER */
/* RESPONSIVE PART */
@media screen and (max-width: 1270px) {
    .content-1170 {
        width: 960px;
   }
    .one_half {
        margin-right: 8%;
        float: left;
        position: relative;
        margin-bottom: 37px;
   }
    .one_half {
        width: 46%;
   }
  
    h2.entry-title {
        line-height: 66px;
        margin-top: 45px;
        margin-left: 75px;
       
   }
    
    .extra-content-right {
        margin-left: 250px;
   }
    .service-holder {
        width: 290px;
   }
    .section-content-holder.portfolio-holder {
        width: 710px;
   }
    .grid-item.p_one, .grid {
        width: 710px;
   }
    .grid-sizer, .grid-item, .grid-item.p_one_half {
        width: 355px;
   }
    
}

@media screen and (max-width: 1024px) {
    .content-1170 {
        width: 100%;
   }
    .extra-content-left, .extra-content-right {
        width: 100%;
        margin-left: 0;
   }
    
    .section-content-holder.right {
        margin-left: 0;
   }
    .section-content-holder.left {
        margin-top: 0;
   }
    
    .cell-middle{
    display: table-cell;
    line-height: 75px;
    min-height: 75px;
    }
     
    h2.entry-title {
        display: inline-block;
        width: 100%;
        margin: 0;
        vertical-align: top;
        margin-top: 50px;
        line-height: 100%;
        text-align: center!important;
        
   }
   .section-content-holder.left .content-wrapper{
        padding-left:60px;
   }
   .section-content-holder.right .content-wrapper{
    padding-right:60px;
}
    
    .section-content-holder .content-title-holder {
        overflow: visible;
        height: auto;
        margin: 0;
        padding: 0;
   }
    .section-content-holder .content-title {
        font-size: 19vw;
        margin-top: 0;
   }
 
   
}

@media screen and (max-width: 925px) {
    .intro-page {
        min-height: 0;
   }
    .section {
        position: static !important;
        z-index: 0 !important;
   }
    h1.big-title {
        font-size: 40px;
        padding-top: 0;
   }
    h1.big-title span {
        display: inline;
   }
    .title-desc {
        font-size: 19px;
        line-height: 23px;
   }
    .mob-menu {
        display: block;
   }
    .mob-menu:hover {
        cursor: pointer;
   }
    .portfolio-text-holder {
        display: none !important;
        opacity: 0 !important;
   }
    .main-menu {
        float: none;
        margin: 0 auto;
        text-align: center;
        max-width: 300px;
        width: 100%;
        position: relative;
        z-index: 9999;
        display: grid;
   }
    .main-menu ul {
        width: 12em;
       /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
   }
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
        padding-right: 0;
        padding-left: 0;
   }
    .main-menu.sm-clean a {
        line-height: 24px;
   }
    .main-menu.sm-clean .sub-menu a {
        font-size: 16px;
        line-height: 25px;
        text-align: center;
   }
    .carousel_fw_next {
        display: block !important;
   }
    .fw_carousel_pagination {
        display: none !important;
   }
    
}
@media screen and (max-width: 805px) {
     
    
}
@media screen and (max-width: 650px) {
    .main-menu{
        display: grid;
    }
   .grid-container{
    grid-template-columns: repeat(auto-fit, minmax(90%, 1fr));
    margin: 0px 5px 0px 5px;
   }
}
@media screen and (max-width: 500px) {
   

.one.margin-0
{
    width: 100% !important;
    padding: 0 !important;
}

.one_half.margin-0{
    width: 100% !important;
    float: left !important;
    padding: 0 !important;
}

.one_third.margin-0{
    width: 100%;
    float: left !important;
    padding: 0 !important;
}
.two_third.margin-0{
    width: 100%;
    float: left !important;
    padding: 0 !important;
}
.one_fourth.margin-0{
    width: 100%;
    float: left !important;
    padding: 0 !important;
}
.three_fourth.margin-0{
    width: 100%;
    float: left !important;
    padding: 0 !important;
}

    .section-num {
        margin-top: 9px;
   }
    .section-num span {
        font-size: 35px;
        margin-left: -10px;
   }
    h2.entry-title {
        margin-top: 25px;
        font-size: 35px;
        text-align: center!important;
        margin-left:auto;
        margin-right: auto;
        width: 100%;
   }
    .image-slider-wrapper.service a.image_slider_next {
        top: -84px;
   }
   .grid-container{
    grid-template-columns: repeat(auto-fit, minmax(90%, 1fr));
    margin: 0px 5px 0px 5px;
   }
}
/* for touch screen devices */
@media (hover: none) {
    .gallery-title {
        opacity: 1;
   }
    .gallery-image img {
        filter: blur(2px);
   }
}
