﻿@font-face {
font-family: 'Lato-Regular';
src: url('../fonts/Lato-Regular');
src: local('Lato-Regular'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
}
body {
    line-height: 1.7;
    color: #202427;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}
p {
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Lato-Regular';
    font-weight: 700;
    line-height: 1.42857143;
    color: #202427;
    margin-top: 10px;
    margin-bottom: 10px;
	 }
a:focus, a:hover{
	text-decoration:none;
}
a{
	color:#d44c00;
}
b, strong{
	color:#000;
}
h1{
   color:#000;
   font-size:26px;
}
h2{
   color:#000;
   font-size:22px;
}
h3{
   color:#000;
   font-size:18px;
}
h4{
   color:#6637a7;
   font-size:26px;
}
h5{
   color:#6637a7;
   font-size:22px;
}
h6{
   color:#6637a7;
   font-size:18px;
}
#top-header{
	background-color:#fff;
}
#top-header .contact-info, #top-header .contact-btn{
    padding-left:0px;
    margin: 0;
}
#top-header .contact-btn li{
	list-style-type: none;
    display: inline-block;
    padding: 5px 10px 4px;
    color: #6637a7;
    /*border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;*/
    float:left;
}
#top-header .contact-info li {
    list-style-type: none;
    display: inline-block;
    padding: 5px 8px;
    color: #6637a7;
    /*border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;*/
    float:left;
}
#top-header .contact-info li i{
    margin-right:5px;
    font-size: 16px;
}
#top-header .contact-info li a {
    color: #6637a7;
}
#top-header .social-icon {
    margin: 0px;
    padding:0;
}
#top-header .social-icon a {
    color: #6637a7;
    /*border-right: 1px solid #888888;*/
    float: left;
    /*border-bottom: 1px solid #888888;*/
}
#top-header .social-icon li {
    display: inline-block;
    padding: 2px 6px;
    position: relative;
    top: 5px;
}
#top-header .fa-facebook{
	padding:0 2px;
	font-size:20px;
}
#top-header .fa-twitter{
		font-size:20px;
}
.contact-btn li {
    display: inline-block;
    margin-left: 10px;
}

.navbar-brand>img{
   width:200px;
   padding: 5px;
}
ul.nav.navbar-nav.navbar-right {
    float: right !important;
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 70px;
}
.logo-heading {
    margin-top: 6px;
    display: inline-block;
}
.contact-btn {
    padding: 0px;
    margin-top: 8px;
}
nav.navbar.bootsnav.no-background {
    background-color: #fff;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #3d0491;
    text-transform:uppercase;
}
.navbar-brand{
	height:inherit;
}

.nav.navbar-nav{
   position:relative;
}
nav.navbar.bootsnav{
   background-color:#fff;
   border-top:1px solid #3d0491;
   border-bottom: 1px solid #cccccc;
   padding: 10px 0px;	
}
.navbar-brand{
  padding:0;
}
.wrap-sticky nav.navbar.bootsnav.sticked .logo{
	background-color:#fff;
}
.dropdown-caret {
    color: #fff;
    background-color: #999;
    padding: 5px 8px 2px 8px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
}
.dropdown-caret, nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
	display:none;
}
.dropdown-icon{
	padding: 0px !important;
    border: none !important;
    position: absolute !important;
    top: 12px !important;
    right: 5px !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	border-top: inherit;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    background-color: inherit;
    color:#fff;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
	color:#000;
}
.navbar-nav > li {
    float: none;
    display:inline-block;
}
.nav.navbar-nav{
	text-align:center;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "|";
    position: absolute;
    top: 14px;
    left: -7px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
	text-align:left;
}

.nav > li > a{
	padding: 15px 18px;
	font-size:16px;
}
.dropdown-menu>li>a{
	color: #583D42;
}
.dropdown-menu>li>a:hover {
    color: #;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
   left:0;
}

.wrap-sticky nav.navbar.bootsnav.sticked{
	border-bottom:1px solid #888888;
}
.carousel-inner .item img{
	 width:100%;
     min-height:600px;
     max-height:600px;
}
.carousel-indicators{
	display:none;
}

.carousel-caption{

    padding: 0px 15px 15px 15px;

    bottom: 30%;

    margin: 0 auto;

    text-align:center;

    background-color: rgba(12, 12, 12, 0.8);

    border-radius: 8px;

}

.carousel-caption h1{

	font-size: 45px;

	margin-bottom: 10px;

    font-family: 'Lato-Regular';

    font-weight: bold;

    color:#fff;

    display: inline-block;

    padding: 0 10px; 

    text-transform:uppercase;

}

.carousel-caption p{
    font-size:20px;
    color:#fff;
} 
.carousel-btn{
    border: 2px solid #6637a7;
    background-color:#6637a7;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
    font-size: 13px;
}
.carousel-btn:hover {
    color: #006633;
    background-color: #fff;
    border-color: #fff;
    transition:0.6s;
}
.carousel-caption a i{
	margin-left:5px;
	position: relative;
    top: 1px;
}
.donate-now{
	border: 2px solid #3d0491;
    background-color: #3d0491;
    text-transform: uppercase;
    color: #fff !important;
    padding: 6px 20px;
    font-size: 13px;
    float: right;
    font-weight:bold;
}


.welcome-wings{
	padding:50px 0px;
	width:100%;
	float:left;
	background-color:#fff;
}

.wrapper-updates{
	width:100%;
	float:left;
	padding:30px 0px;
    background-color:#f3f3f3;
}
.cincinnati-theatre{
	border:1px solid #ccc;
}
.cincinnati-theatre img, .cincinnati-theatre, .cincinnati-content{
	border-radius: 5px;		
}
.cincinnati-content h3{
	margin-top:0;
	font-size:20px;
}
.cincinnati-content{
	padding:20px;
	background-color: #fff;
}
.cincinnati-theatre{
	margin-top:45px;
}
.what-new h3{
	margin-top:0;
}
.new-update{
     list-style-type:none;
     padding:0;
     text-align:center;
     padding: 6px;
     box-shadow: 0px 1px 6px #ccc;
     background-color:#fff;
     width:100%;
     float:left;
     display:table;
}
.new-update li{
    display: table-cell;
    vertical-align: middle;
}
.new-update li img{
    float:left;
}
.new-update li:first-child{
	width:120px;
}

.donate-btn{
	border: 1px solid #6637a7;
    background-color: #6637a7;
    color: #fff !important;
    padding: 8px 20px;
    font-size: 13px;
    font-weight:bold;
    border-radius:0;
}

.call-moon {
    background-color:#583d42;
    padding:20px 0px;
}
.call-moon h2{
	font-size: 24px;
    color: #fff;
    margin:6px 0px;
}
.call-moon-view{
	border: 2px solid #fff;
    background-color: #fff;
    text-transform: uppercase;
    color: #583D42;
    padding: 10px 35px;
    font-size: 13px;
    border-radius: 50px;
    float: right;
}
.call-moon-view:hover, .call-moon-view:active:hover{
    color: #fff;
    background-color: #FFCC99;
    border-color: #FFCC99;

}


.wrapper-favorites {
    background-image: url(../images/movie-theater-gun.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: height .4s ease;
    background-attachment: fixed;
    width: 100%;
    float: left;
    padding: 80px 0px;
}
.Member-favorites{
	text-align:center;
}
.Member-favorites p{
	color: #fff;	
}
.Member-favorites h2 {
    font-size: 30px;
    font-weight: 600;
    color:#fff;
    text-transform:capitalize;
}
.favorites-contact-info{
	padding: 0px;
    margin: 0;
}
.favorites-contact-info li{
    list-style-type: none;
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size:22px;
    font-weight:bold;
}
.favorites-contact-info li i{
    margin-right: 5px;
    font-size: 20px;
}

.favorites-contact-info li a{
    color: #fff;
}

.owl-pagination{
	display:none;
}

.owl-carousel-part{
	width: 100%;
    float: left;
    padding: 50px 0px 80px 0px;
    background-color: #f3f3f3;
}

.wrapper-Newsletter {
    width: 100%;
    float: left;
    position:relative;
}
#newsletterForm .form-control {
    height: 40px;
    float: left;
}
.subscribe-btn {
    color: #fff;
    background-color: #6637a7;
    border-radius: 4px;
    height: 40px;
    padding: 6px 30px;
    text-transform: uppercase;
}
.newsletter h2{
	margin:0;
	color:#202427;
	
}
.newsletter-border{
    border-right: 1px solid #ccc;	
}

.newsletter-part{
	padding: 30px 15px;
}
.newsletter-part i{
	margin-left:5px;
}
.Newsletter-content{
    position: absolute;
    right: 0;
    left: 0;
    bottom: -55px;	
}
/*.newsletterForm{
    background-color: #fff;
    width: 100%;
    float: left;
    border-radius: 10px;	
}
*/

.sub-footer{
	background-color:#091b27;
	width:100%;
	float:left;
    padding: 90px 0px 30px 0px;
}
.more-info h4{
	position:relative;
    margin-bottom:10px;
    text-transform:capitalize;
}
.quick-links{
    line-height: 2.5;
    padding-left: 15px;
    list-style-type: circle;
}
.quick-links li a{
    color:#fff;
}
.quick-links li a:hover{
	color:#d04d02;
}
.quick-links li a i{
	color:#BEC4C8;
    margin-right: 5px;
}
.more-info h4{
    color:#fff;
    font-weight:bold;
    font-size:18px;
    text-transform:uppercase;
}
.more-info, .contact-details li a, .more-info p{
	color:#a9a9a9;
}
.contact-details{
	padding:0;
	list-style-type:none;
}
.contact-details li {
    position: relative;
    line-height: 4;
    border-bottom: 1px solid #ccc;
}
.contact-details li i {
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;

}
.contact-details li p {
    position: absolute;
    top: 12px;
    left: 48px;
}
.contact-details li .fa-envelope-o{
    padding: 8px 5px 8px 8px;	
}
.contact-details li .fa-phone{
   padding: 8px 5px 8px 10px;	
}

.contact-details li .fa-map-marker{
    padding: 8px 8px 8px 12px;
    margin-bottom: 20px;
}

.footer {
    width: 100%;
    float: left;
    padding: 20px 0px;
    background-color: #091b27;
}

.footer p {
    color: #a9a9a9;
    margin-bottom: 0;
}
.powered {
    float: right;
}
.footer p {
    color: #a9a9a9;
    margin-bottom: 0;
}

.powered a {
    color: #6637a7;
}

.welcome-wings h2{
	color:#6637a7;
    font-size:30px;
}
/*#top-header .contact-info li:first-child{
	border-left:1px solid #888888;
}*/
.Impact_survey_form .form-horizontal .form-group{
	margin-right: 0;
    margin-left: 0;
}
.Impact_survey_form .form-horizontal .form-group label{
    width: 100%;
}
.Impact_survey_form .form-horizontal .form-group .contact_con_input_control{
    display: inline-block;	
    margin-right: 20px;
}

/*donate-page-*/
ul.page-left.list-unstyled{
position:relative;
}
ul.page-left.list-unstyled li {
    margin-bottom: 10px;
    width:80%;
}
ul.page-left.list-unstyled li a{
	color:#fff;
}
.block:after {
    color: #6637a7;
    border-left: 25px solid;
    border-top: 21px solid transparent;
    border-bottom: 22px solid transparent;
    display: inline-block;
    content: '';
    position: absolute;
    right: -25px;
    top: 0px;
}
.block { 
background-color: #6637a7; 
width: 100%; 
display: inline-block; 
position: relative;
padding:10px 20px;
}
.block2 { 
	background-color: #6637a7; 
	width: 100%; 
	display: inline-block; 
	position: relative;
	padding:10px 20px;
}

.block2:after {
    color: #6637a7;
    border-left: 25px solid;
    border-top: 35px solid transparent;
    border-bottom: 31px solid transparent;
    display: inline-block;
    content: '';
    position: absolute;
    right: -25px;
    top: 0px;
}
.amount_part .input-button span{
	float:right;
	padding-left: 15px;
}
.amount_part .input-button {
    max-width: 500px;
}
.form_value1 {



    position: relative; 



}



label.error {



    width:150px;

    color: #FF0000;

    position: absolute;

    display:block;

    font-size: 14px;



}



.form_label1{

    font-size:16px !important;

}



.form_row{

        padding: 6px 0 28px 0 !important;

}



/*.amount-options label.error {



    top: -15px;



}*/





.form_part{



    position:relative;

    margin-top:15px;



}



.form_subpart{



     position:absolute;



    z-index: 10;



    top: 80px;



    left: 50px;



}



.input-button a{



      display: block;

      cursor:pointer;  

      vertical-align:middle;

      width:100%;

      margin-bottom:10px;

      border: 2px solid #6637a7;

      border-radius:5px;

      padding: 5px 15px;

      }



.input-button a{

    color: #000;

    font-size: 15px; 

}

.input-button a:hover{

    background-color: #6637a7;

    color: #FFF !important;

}



.amount_part h2{

    font-size:30px;

    color:#003575;

    display:inline-block;

    margin-right:15px;

    vertical-align: middle;

}



.input-add-field input{

    width:50%;

    height:34px;

}



.add-field{

    display:inline-block;

    vertical-align:middle;

}



.active-amt{

    background-color: #6637a7 !important;

    color:#fff !important;

}



.check-part{

    font-size:18px;

    margin-top: 20px;

    width: 100%;

    color:#003575;

}



.check-bx{

      background: #fff;

      border: 2px solid #003575;

      width: 20px; 

      height: 20px; 

      vertical-align: middle;



   }



.dontate-button{



    text-align: center;

    margin-top: 20px;



}



.form-control{



    display: block;



    padding: 6px 4px;



    font-size: 13px;



    line-height: 1.42857143;



    color: #555;



    background-color: #fff;



    background-image: none;



    border: 1px solid #ccc;



    border-radius: 4px;



    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);



    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);



    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;



    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;



    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;



}



.agency-label{



    width:210px !important;



}



.middle_body{



    width:inherit !important;



}







.dontate-button > input {



    border: medium none;



}



.amount-desc-div{

display:none;

}

.payment-error.payment-success h1{
    color: #6637a7;
}
.maintance h2, .maintance h3 {
    font-size: 20px;
    line-height: 1.7;
}
.level-col {
    padding-left: 0px;
}
.level-one input[type="radio"] {
    margin-left: 0px;
    float: left;
}
.level-one .level-text {
    display: table-cell;
}
.le-heading {
    background-color: #dfdfdf;
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.level-one .le-heading  h4 {
    font-size: 24px;
    color: #000000;
    text-align: center;
}
.sponsor-level {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.le-gold {
    background-color: #ba9239;
    padding: 20px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.le-yellow {
    background-color: #e9a408;
    padding: 20px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.le-red {
    background-color: #ff1213;
    padding: 20px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.le-blue {
    background-color: #008db8;
    padding: 20px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.level-one .level-text{
    font-size: 16px;
    color: #ffffff;
}
.level-one input[type="radio"] {
    margin-left: 0px;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 3px;
}
.sp-heading {
    color: #6637a7;
    margin-top: 0px;
    font-size: 24px;
}
.sponsor-level .level-one {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 5px 15px 0 rgb(110 110 110 / 10%);
    transition: all 0.3s ease;
    border-radius: 10px;
    margin: 20px 0px;
}
.sponsor-level .level-one:hover {
    box-shadow: 0px 4px 4px #b7b7b7;
    transform: scale(1.03);
}
/*--sponsor-page--*/
.sponsor-content input[type=checkbox] {
    text-align: center;
    margin: 20px auto;
    width: 30px;
    height: 30px;
    display: block;
}
.sponsor-content img {
    width: 150px;
    display: block;
    margin: 0px auto;
}
.sponsor-content h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
}
.sponsor-content .price-text {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}
.sponsor-content ul {
    padding: 0px;
}
.sponsor-content ul li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}
.sponsor-block h2 {
    text-align: center;
    margin: 30px 0px 40px;
    font-size: 36px;
}
.sponsor-content {
    margin-bottom: 30px;
}
#green {
    accent-color: #70c7aa;
}
#blue {
    accent-color: #008eba;
}
#red {
    accent-color: #ff1313;
}
#yellow {
    accent-color: #eaa304;
}
#black {
    accent-color: #000101;
}
.sponsor-block {
    margin-top: 25px;
}
.page-section {
    padding-top: 15px;
}
.shoot-info img {
    width: 100%;
}
.boots-info {
    text-align: center;
    margin: 30px 0px;
}
.boots-info h2 {
    font-size: 60px;
}
.boots-ground h3 {
    font-size: 60px;
    text-transform: uppercase;
}
.boots-ground img {
    width: 150px;
    margin: 0px 30px;
}
.boots-ground {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.boots-section {
    margin-bottom: 60px;
}
.sposnor-block {
    background-color: #c9a889;
    padding: 20px;
    margin-bottom: 50px;
}
.sponsor-heading {
    font-size: 48px;
    margin: 0px;
    padding-bottom: 25px;
}
.sponsor-list img {
    border-radius: 10px;
}
.sponsor-list {
    margin-bottom: 20px;
}
.fim-text h4 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 26px;
}
.hours-info {
    text-align: center;
}
.hours-info h3 {
    font-size: 22px;
    line-height: 1.6;
}
.hours-info h6 {
    font-size: 22px;
    margin-top: 15px;
}
.hours-info p {
    font-size: 18px;
    line-height: 1.6;
}
/*--check-out--*/
.checkout-form-info .form-control {
    padding: 10px;
    height: 45px;
}
.checkout-form-info .panel-title {
    font-size: 20px;
}
.checkout-form-info .panel-title a {
    display: block;
}
.checkout-form-info .submit-input {
    width: 100%;
    font-size: 16px;
    padding: 15px 15px;
    background-color: #000;
    border-color: #000;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
}
.checkout-form-info .submit-input:hover{
    background-color: #3d0491;
    border-color: #3d0491;
    color: #fff;
}
.icon-group {
    position: relative;
}
.pay-icon {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #9f9f9f;
}
.card-block {
    width: 100%;
    float: left;
    background-color: #f5f5f5;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.card-block h5 {
    margin: 0px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
.checkout-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.price-col {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
}
.checkout-price-info {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.checkout-form-info {
    padding-left: 20px;
    padding-top: 20px;
}
.checkout-form-info .panel-group .panel+.panel {
    margin-top: 10px;
}
.checkout-form-info .panel-group {
    margin-bottom: 50px;
}
.checkout-price-info .table tr td img {
    width: 100%;
}
.event-name h5 {
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 0px;
}
.price-text {
    font-size: 16px;
}
.total-text {
    margin: 0px;
    font-size: 20px;
    color: #000;
}
.price-text {
    font-size: 18px;
    float: right;
}
.usd-info .usd-text {
    margin-right: 5px;
    font-size: 12px;
}
.usd-info {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.tick-title {
    font-size: 42px;
    margin: 30px 0px;
}
.ticket-content {
    margin-bottom: 50px;
    padding-bottom: 30px;
    position: relative;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    background-color: #f4f4f4;
}
.ticket-details h3 {
    font-size: 24px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
}
.tickets-content {
    padding: 10px 30px;
}
.date-info {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.more-info {
    color: #3d0491;
    font-weight: 700;
    text-decoration: underline;
}
.ticket-btn .btn {
    display: inline-block;
    padding: 6px 25px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    width: 48%;
    margin: 0px 4px;
    transition: all 0.3s linear;
}
.ticket-btn .btn-primary {
    background-color: #3d0491;
    color: #fff;
    border: 1px solid #3d0491;
}
.ticket-btn .btn-success {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.ticket-btn a:hover{
    background-color: #000;
    color: #fff;
}
.ticket-btn {
    margin-top: 20px;
}
.ticket-details-content {
    padding: 50px 0px;
}
.event-link a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.event-link, .event-header, .event-image-info img {
    margin-bottom: 30px;
}
.event-header h2 {
    font-size: 42px;
}
.event-header p {
    color: #000;
    font-size: 16px;
}
.event-image-info img {
    width: 100%;
}
.event-image-info p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.3px;
}
.calendar-block {
    margin-top: 50px;
    margin-bottom: 30px;
}
.calendar-block .dropdown .btn-default {
    color: #3d0491;
    border-color: #3d0491;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 16px;
}
.calendar-block .dropdown .btn-default:hover, .calendar-block .dropdown .btn-default:focus, 
.calendar-block .dropdown .btn-default:active, .calendar-block .dropdown .btn-default.active, 
.calendar-block .dropdown .open .dropdown-toggle.btn-default{
    background-color: #3d0491;
    border-color: #3d0491;
    color: #fff;
}
.calendar-block .dropdown .btn-default .fa-angle-down {
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    font-weight: 700;
}
.addmore-tickets-block {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    width: 650px;
    padding: 25px;
}
.addmore-tickets-block h3 {
    font-size: 26px;
    font-weight: 300;
    margin-top: 0px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
}
.general-access {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.genaral-info h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}
.event-price h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0px;
}
.quantity-container button {
    padding: 0px 10px;
}
.quantity-container #quantity {
    padding: 3px 10px;
    border-radius: 3px;
    color: #000;
    font-weight: 700;
    text-align: center;
    width: 80px;
}
.no_of_tickets {
    padding: 3px 10px;
    border-radius: 3px;
    color: #000;
    font-weight: 700;
    text-align: center;
    width: 80px;
}
.event-price {
    min-width: 100px;
}
.total-price-list {
    display: flex;
    justify-content: end;
    align-items: center;
}
.total-price-list p {
    padding: 0px 20px;
    font-size: 16px;
    color: #000;
}
.get-tickets-btn {
    background-color: #3d0491;
    color: #fff;
    border-color: #3d0491;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
}
.checkout-price-info .addmore-tickets-block{
    width: 100%;
}
.checkout-price-info .event-price h5 {
    margin-top: 0px;
}
/**-new-page--*/
.events-details-section {
    padding: 50px 0px;
}
.event-details-content h2 {
    color: #6637a7;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 30px;
}
.event-details-content h3 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.event-details-content p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}
.time-table tbody tr td {
    border: 1px solid #ddd !important;
    vertical-align: middle;
    padding: 8px 20px;
    font-size: 16px;
}
.time-table .btn-primary {
    color: #fff;
    background-color: #6637a7;
    border-color: #6637a7;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    float: right;
    border-radius: 0px;
}
.times-section {
    padding-bottom: 50px;
}
.times-block h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 30px;
}
.add-ticket-btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding: 6px 20px;
    border-radius: 2px;
    color: #fff;
    background-color: #3d0491;
    border-color: #3d0491;
    transition: all 0.3s linear;
}
.add-ticket-btn:hover{
    background-color: #6637a7;
    border-color: #6637a7;
    color: #fff;
}
.checkout-price-info .table tr th {
    font-size: 18px;
    vertical-align: middle;
}

@media (min-width:768px){
   .wrap-sticky {
        height: 132px !important;
    }
}
@media (min-width:992px){
    .sponsor-row .sponsor-col {
        width: 20%;
    }
}
@media (min-width:1200px){
    .le-red, .le-blue , .le-yellow , .le-gold {
        height: 290px;
    }
    .boots-info h2, .boots-ground h3 {
        font-size: 75px;
    }
    .boots-ground img{
        width: 200px;
    }
    .event-details-content {
        padding-left: 20px;
    }
}
@media screen and (min-width:320px) and (max-width:768px){
.carousel-inner .item img{
	min-height:inherit;
	max-height:inherit;
}
.navbar-default{
	border-bottom:inherit !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    background-color: inherit;
    color: #3d0491;
    font-size: 22px;
}
.navbar-nav > li{
	display:inherit;
	width:100%;
}
#top-header .contact-info li{
    font-size: 11px;
    padding:5px 4px;	
    float:none;
}
.contact-info, .social-icon{
	text-align: center;
    margin: 0 auto;
    float: none !important;
}
.donate-now{
	float:none;
}
.wrap-sticky nav.navbar.bootsnav.sticked{
	position:relative;
}
.powered{
	float:none;
}
.footer{
	text-align:center;
}
.carousel-caption p{
	display:none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
   background-color:inherit;
}
.sub-footer{
	padding:40px 0px;
}
.footer-title {
    margin-top: 20px;
}
.welcome-wings h2{
	font-size:22px;
	margin-top:0;
}
.welcome-wings, .wrapper-favorites{
	padding:30px 0px;
}
.donate-btn{
	margin-bottom:15px;
}
.cincinnati-theatre{
	margin-top:0;
}
.newsletter h2{
	font-size:22px;
}
.newsletter-part {
    padding: 10px 15px;
}
.newsletter-border {
    border-right:inherit;
}
#newsletterForm .form-control {
    float: left;
    margin-left: 0px;
    border-radius:0;
}
.subscribe-btn, .join-mailing, .join-today{
	margin-bottom:0;
}
.subscribe-btn{
   display: block;
   padding: 6px 20px;
   border-radius:0;	
}
.carousel-caption {
    width: 250px;
    top: 25% !important;
    bottom:inherit;
}
#top-header .contact-info{
     padding-left:0px;	
}
.navbar-brand>img{
    position:inherit;
	top:inherit;	
}
#top-header .contact-btn li{
	padding: 2px 3px;
	float:none;
}
#top-header .contact-info, #top-header .contact-btn, #top-header .social-icon{
	width:100%;
    float: none !important;
    text-align: center;
}
#top-header .social-icon a{
   float:none;
   display:inline-block;
}
#top-header .contact-info li:first-child, #top-header .contact-info li, #top-header .social-icon a, #top-header .contact-btn li{
   border:none;	
}
    .sponsor-content ul{
        padding-left: 40px;
    }
    .contact-btn {
    float: none !important;
    text-align: center;
    margin-top: 15px;
}
ul.nav.navbar-nav.navbar-right{
    position: initial;
}
}

@media screen and (min-width:768px) and (max-width:992px){
.carousel-caption h1 {
    font-size: 21px;
}
.carousel-caption p{
	font-size:16px;
}
.carousel-caption{
	bottom:45%;
}
.welcome-wings h2{
	font-size:22px;
}
.sub-footer{
    padding: 60px 0px 30px 0px;	
}
.carousel-inner .item img{
	min-height:inherit;
	max-height:inherit;
}
#top-header .contact-info{
     padding-left:0px;	
}
.navbar-brand>img{
    position:inherit;
	top:inherit;	
}

.nav.navbar-nav {
    text-align: center;
    top: 30px;
}
#top-header .social-icon li{
    margin:3px;
}
.logo-heading{
    display: block;
}
.logo-heading img {
    width: 55%;
}
.contact-btn{
    position: absolute;
    right: 15px;
    top: 30px;
}
}


@media screen and (min-width:992px) and (max-width:1199px){
.carousel-caption h1{
	font-size:28px;
}
.carousel-inner .item img{
	min-height:inherit;
	max-height:inherit;
}
.logo-heading img {
    width: 69%;
}
.contact-btn {
    position: absolute;
    right: 15px;
    top: 0px;
}
.navbar-default .navbar-nav > li > a {
        padding: 15px 12px;
        font-weight: 600 !important;
    }
}
@media screen and (min-width:480px) and (max-width:1199px){
	ul.page-left.list-unstyled li{
	width:100%;
}
}
@media screen and (min-width:320px) and (max-width:480px){
    .amount_part .input-button span{
        padding-left: 0px;
    }
    .boots-info h2, .boots-ground h3, .sponsor-heading{
        font-size: 36px;
    }
    .boots-ground {
        display: block;
    }
    .fim-text h4, .hours-info h3, .hours-info p{
        font-size: 16px;
    }
}











