@import url(https://fonts.googleapis.com/css?family=Open Sans:300,600,400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,600,700);

body {
  
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height:22px;
    margin: 0 auto;
    background: #fff;

}
.bx-wrapper .bx-viewport ul {
margin:0px;
padding:0px;
}

/*-------------------------FONT STYLING START----------------------*/

a {
    font-family:'Open Sans',sans-serif;
    color:#00027d;
    font-size:15px;
    line-height:20px;
    font-weight:400;
    text-decoration: none;
}
a:hover {
    color:#000000;
}
p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight:400;
    margin: 0;
}
h1, h1 a, .title1, .title1 a {
    color: #434341;
    font-family:"Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}
h2, h2 a, .title2, .title2 a {
    color: #434341;
    font-family:"Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height:38px;
    margin: 0;
}
h3, h3 a, .title3, .title3 a {
    color: #000;
    font-family:"Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height:30px;
    margin: 0;
}
h4, h4 a, .title4, .title4 a {
    color: #00027d;
    font-family:"Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height:30px;
    margin: 0;
}
h5, h5 a, .title5, .title5 a {
    color: #00027d;
    font-family:"Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height:25px;
    margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #000;
    font-family:"Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height:20px;
    margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
}
blockquote {
    border:0px !important;
    padding:0px !important;
}

/*-------------------------FONT STYLING END------------------------*/


/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
    color: #333333;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}
.le_form_name {
    color: #333333;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.container input[type="submit"] {
    background:none repeat scroll 0 0 #F4F4F4;
    border:1px solid #999999;
    border-radius:5px;
    color: #777777;
    cursor: pointer;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding:6px 11px 5px;
}
.container input[type="submit"]:hover {
    background:none repeat scroll 0 0 #f8f8f8;
    border:1px solid #999999;
    border-radius:5px;
    color: #777777;
    cursor: pointer;
}
.container input[type="text"], .container input[type="password"], .container textarea, #search_form_value {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #333333;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 5px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.form-control {
    height: inherit !important;
    border-radius: 0 !important;
}
.form-group {
    margin-bottom: 10px !important;
}
.form-header p {
    color: #333333;
    font-size: 16px;
}

/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------SITE CLASSES START----------------------*/

hr {
    border-bottom:0px solid #000;
    border-left:0px solid #000;
    border-right:0px solid #000;
    border-top:1px solid #000;
    margin:5px 0px 8px !important;
}
.banner img {
    width: 100%;
    height: auto;
}
.bluebox {
    padding: 20px 20px 35px 20px;
    border: 2px solid #02027c;
    margin: 15px 0;
}
.button1 a, a.button1 {
    background-color: #02027c;
    color:#ffffff;
    padding: 8px 25px;
    transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -moz-transition:all ease .5s;    
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
} 
.button1 a:hover, a.button1:hover {
    background-color:#000000;
    color:#ffffff;
    transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -moz-transition:all ease .5s; 
    text-decoration: none !important;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button2 a, a.button2 {
    background-color: #02027c;
    color:#ffffff;
    padding: 2px 10px;
    transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -moz-transition:all ease .5s;    
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
} 
.button2 a:hover, a.button2:hover {
    background-color:#000000;
    color:#ffffff;
    transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -moz-transition:all ease .5s; 
    text-decoration: none !important;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.panel {
    border:0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
blockquote {
    border:0px !important;
    margin:0px !important;
    padding:0px !important;
    width:100% !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.button a, a.button {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}
.button a:hover, a:hover.button {
    color: #ffffff;
    text-decoration: none;
}
.cta-button a{
    display: inline-block;
    width: 100%;
    height: 225px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 100px;
    opacity: 1;
}

.cta-button:hover {
    opacity: 0.6;
    margin-top: -6px;
    margin-bottom: 6px;
}

.scroll-text {
    margin-bottom: 10px;
    height: 150px;
    overflow: hidden;
}
.expand {
    background-color: #ffffff;
    padding: 0;
}
.expand dt {
    position: relative;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: bold;
    background-color: #434341;
    margin: 0px 0 15px 0;
}
.expand dt:before {
    content: "+";
    margin-right: 10px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand dt.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand dt.active {
    background-color: #434341;
}
.expand dt.active:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand dt:hover{
    cursor: pointer;
    background-color: #434341;
}
.expand dd {
    margin: 0 !important;
    padding: 10px;
}
.expand ol{
    list-style-position: outside;
}
.expand p {
    font-size: 14px !important;
}
.fullsize img {
    width: 100%;
    height: auto;
}
.fullsize2 img {
    width: 100%;
    height: auto;
    margin: 15px 0;
}
.fullsize3 img {
    width: 100%;
    height: auto;
    margin: 10px 0;
}
.expand2 {
    background-color: #ffffff;
    padding: 0;
}
.expand2 dt {
    position: relative;
    cursor: pointer;
    color: #434341;
    padding: 5px 10px;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: bold;
    margin: 0px 0 15px 0;
}
.expand2 dt:before {
    content: "+";
    margin-right: 10px;
    color: #434341;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand2 dt.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand2 dt.active {
    color: #000000;
}
.expand2 dt.active:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand2 dt:hover{
    cursor: pointer;
    color: #000000;
}
.expand2 dd {
    margin: 0 !important;
    padding: 10px;
}
.expand2 ol{
    list-style-position: outside;
}
.expand2 p {
    font-size: 14px !important;
}

/*------Slider Code-----*/
.slider img {
    min-width: 800px;
}
.slider-box {
	position: absolute;
	right: 0;
	top:13%;
	width: 100%;
	z-index: 10;
}

.slider-box h1, .slider-box h2, .slider-box h3, .slider-box h4, .slider-box h5, .slider-box h6, .slider-box p {
	color:#ffffff;
}

.slider-box a {
	background-color:#14cde3;
	text-shadow: 0px 0px 0px #999;
	color:#ffffff;
	padding:10px 18px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

.slider-box a:hover {
	background-color:#04add3;
	text-decoration:none;
	-webkit-transition: all .3s ease-in;
        -moz-transition: all .33s ease-in;
        -o-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        transition: all .3s ease-in;

}

.slider-text {
	background-color: rgba(0, 0, 0, 0.0);
	color: #ffffff;
	text-shadow: 0px 0px 5px #666;
	text-align:center;
	padding: 20px 20px;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.area2 {
    position: absolute;
    margin-top: -350px;
    z-index: 100 !important;
    background: rgba(255,255,255,0.8);
    padding: 25px;
}
.title_class { 
	padding-left: 7.5%!important;
}
.title_staff { 
	padding-left: 8.8%!important;
}

@media (min-width: 992px) {
.slider-box {
	position: absolute;
	right: 0;
	top:13%;
	width: 45%;
	z-index: 10;
}
.slider-text {
	text-align:right;
	width: 79%;
}



}
/*-------------------------SITE CLASSES END------------------------*/
/*------------------------Custom Pricing----------*/

.customPriceBox {
    margin-top: 30px;
    min-height: 200px;
    padding: 13px;
    border: solid 1px #222;
    border-radius: 7px;
}

.customPriceBox a{
    background-color:#14cde3;
	color:#ffffff;
	padding:10px 18px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.customPriceBox a:hover {
	background-color:#04add3;
	text-decoration:none;
	-webkit-transition: all .3s ease-in;
        -moz-transition: all .33s ease-in;
        -o-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        transition: all .3s ease-in;
}


.wrapperwide {
    width: 100%;
}
.wrapper {
    background-color: #ffffff;
}
.subwrapper {
    background-color: #ffffff;
}

.headlinebar {
    text-shadow: 0px 0px 2px #ccc;
}
/*-------------------------Custom Staff--------------------------*/

.bioOverlay-container {
    position: relative;
    overflow: hidden;
}

.bioOverlay-container img{
    width: 100%;
    height: auto;
    vertical-align:bottom;
    border-radius: 4px;
}

.bioOverlay-container h5 {
    position: relative;
    font-size: 22px;
    color: #000 !important;
    letter-spacing: 0px !important;
}

.bioOverlay-text {
    position: absolute;
    left: 0;
    top:100%;
    padding-top:15px;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 50;
    Background-color: rgba(240,240,240,.8);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    border-radius: 4px;
}

.bioOverlay-text p {
    color: #000 !important;
    position: absolute;
    width: 100%;
    Top: 80%;
}
.bioOverlay-text a {
    color: #000 !important;   
}

.bioOverlay-container:hover .bioOverlay-text,
.bioOverlay-container:focus .bioOverlay-text,
.bioOverlay-container:active .bioOverlay-text,
.bioOverlay-container.tapped .bioOverlay-text {
 top: 0;
 -webkit-filter: blur(0);
 -moz-filter: blur(0);
 -o-filter: blur(0);
 -ms-filter: blur(0);
 filter: blur(0);
    
}


/*-------------------------HEADER START----------------------------*/
.header {
    position: relative;
    padding-top: 20px;
    width: 100%;
}
.headerright {
    text-align: right;
    right: 0;
}
.header2 {
    padding-right: 0 !important;
    color: #00027d;
}
.logo img {
    max-width:200px;
}
.logo {
    text-align:center;
}
.contacts p {
    color:#93599d;
    font-size:16px;
}
.social-menu img{
    max-height:24px;
    width:auto!important;
}
.se_social {
    font-size: 24px;

}
.se_social a {
    color: #7f7f7f;
    font-size: 23px;
    margin-top:15px;
}
.se_social a:hover {
    color: #020183;
    text-decoration: none;
}
.testimonial {
    padding:15px;
    border:1px solid #959595;
    margin:15px auto;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
/*-------------------------HEADER END------------------------------*/

/*-------------------------CONTENT START------------------------------*/
.SubContentWide {
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/budokwai/Budokwai_Brand_Header.jpg') center center no-repeat fixed;
    background-color: #000000;
    background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	padding: 30px 0;
	margin: 10px 0 30px 0;
}
.SubContentWide h1 {
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
    font-weight: 600;
}
/*-------------------------CONTENT END------------------------------*/
/*-------------------------MAIN MENU START-------------------------*/

.navigation {
    text-align: center;
    margin-top: 12px !important;
    padding-left: 30px;
}
.navicon {
    background-color: #00027d;
    color: #ffffff !important;
    display: block;
    height: 35px;
    padding:10px 15px;
    position: relative;
    width: 100%;

}
.navicon:after {
    color: #fff;
    content: '\2630    Menu';
    font-family:"Open Sans", sans-serif;
    text-align:center;
    font-size: 17px;
    left: 0;
    padding:8px 0px;
    position: absolute;
    text-transform:uppercase;
    right:0;
    top: 0;
}
.navicon:hover {
    cursor: pointer;
}
.menu {
    background-color: #fff;
    color: #333333;
   
    text-align: left;
    display: none;
    width: 90%;
    margin-left:5%;
}
.menu ul.le_menu_level_0 {
    margin: 0;
    padding: 0 0 10px 0;
}
.menu li {
    list-style-type: none;
    text-decoration: none;
}
.menu .le_menu_level_container {
    position: relative;
}
.menu li.le_menuitem_level_0 a {
    color: #000000;
    display: block;
    font-family:"Open Sans", sans-serif;
    font-size: 16px;
    padding: 10px 10px;
    text-align:left;
    text-decoration: none;

}
.menu li.le_menuitem_level_0 a:hover {
    color: #00027d;
}

/*--------1ST LEVEL SUBMENU-------*/

.menu ul.le_menu_level_1 {
    background-color:#ffffff;
    margin: 0;
    padding: 0;
}
.menu li.le_menuitem_level_1 a {
    display: block;
    padding: 8px 15px 8px 8px;
    color: #000;
    font-family:"Open Sans", sans-serif;
    font-size: 16px;
    text-decoration: none;
}
.menu li.le_menuitem_level_1 a:hover {
  
    color: #fff;
    background-color: #02027c;
    font-family:"Open Sans", sans-serif;
    font-size: 16px;
    -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .66s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;

}


/*--------2ND LEVEL SUBMENU-------*/

.menu ul.le_menu_level_2 {
    margin: 0;
    padding: 0;
}
.menu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.dropdown ul {
    display: none;
}

.nopadding {
    padding-left:0px;
    padding-right:0px;
}
/*-------------------------MAIN MENU END---------------------------*/


/*-------------------------MAIN START------------------------------*/
.blog-spot .blog_post_listing_header_section, .blog-spot .blog_post_listing_content_section,.blog-spot hr  {
    display:none;
}

.blog-spot h1.blog_post_listing_title a,.events-spot a{
    font-size:30px!important;
    font-family:"Open Sans", sans-serif;

    text-decoration:none;
    color:#000;
    font-weight:300;
    line-height:35px;
}
.blog-spot .blog_post_listing_title_section ,.events-spot{
    padding: 20px 0px 15px 0px;
}
.centered-element > div {
    float:none;
      margin: 0px auto;
}
.pink {
    background-color:#b872c4;
}
.footer-menu {
    display:block;
    text-align:center;
}
.footer-menu li.le_menuitem_level_0 a {
    text-align:center;
}
/*-------------------------MAIN END--------------------------------*/


/*-------------------------FOOTER START----------------------------*/
.footer {
    padding-top:20px;
    padding-bottom:20px;

  margin-right:0px;
  margin-top:40px;
}
.footer h3 {
    font-size:16px;
    line-height:20px;
}
.footer2 {
    color: #00027d;
}
/*-------------------------FOOTER END------------------------------*/


/*-------------------------MEDIA QUERIES START---------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Extra Small devices (phones ,480px and up) */
@media(min-width: 480px) {

}
@media (max-width: 768px) {
    .area2 {
        display: none;
    }
    .headerright {
        text-align: center !important;
        margin: 15px 0;
    }
    .area4 {
        text-align: center !important;
    }
    .footer {
        text-align: center !important;
        margin: 10px 0 20px 0 !important;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .navigation {
        text-align: center;
        margin-top:0px;
    }
    .navicon {
        display: none;
    }
    .menu  {
        display: block;
        width:100%;
        margin:0;
        border-top:none;
        background-color:transparent;
    }
    .menu ul {
        margin: 0;
        padding: 0;
    }
    .menu ul.le_menu_level_0 {
        margin: 0;
        padding: 0;
    }
    .menu li {
        list-style: none;
    }
    .menu li.le_menuitem_level_0 {
        display: inline-block;
   }
    .menu li.le_menuitem_level_0>a {
        color: #000;
        display: block;
        font-family:"Open Sans", sans-serif;
        font-size: 16px;
        font-weight:none;
        padding: 10px 18px;
        text-decoration:none;
        font-weight:400;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .33s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .menu li.le_menuitem_level_0>a:hover {
        color: #00027d;
        text-decoration:none;
    }
/*--------1ST LEVEL SUBMENU-------*/
    .menu ul.le_menu_level_1 {
        background-color:#02027c;
        display: none;
        white-space: nowrap;
        padding: 8px 8px 8px 8px;
        position: absolute;
        text-align: left;
        z-index: 1000 !important;
        float:right;
    }
    .menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
        display: block;
    }
    .menu li.le_menuitem_level_1>a:hover {
        background-color:#000000;
    }
    .menu li.le_menuitem_level_1 a {
        color: #fff;
        display: block;
        font-family:"Open Sans", sans-serif;
        font-size: 16px;
        padding: 4px 8px;
        text-decoration: none;
    }
   
 /*--------2ND LEVEL SUBMENU-------*/
    .menu .le_menu_level_2_container {
        float: right;
        margin-top: -35px;
        padding: 0;
    }
    .menu ul.le_menu_level_2 {
        position: absolute;
        z-index: 100;
        display: none;
        margin: 0;
        padding: 0;
        background-color:#02027c;
        text-align: left;
    }
    .menu li.le_menuitem_level_2>a:hover {
        background-color:#000000;
    }
    .menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
        display: block;
    }
    .dropdown ul {
        display: block;
    }
    .area2 {
        position: absolute;
        margin-top: -250px;
        z-index: 100 !important;
        background: rgba(255,255,255,0.8);
        padding: 25px;
        margin-left: 25px;
    }
    .footer3 {
        text-align: right;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
   .logo {
        text-align: left;
    }
    .navigation {
        text-align: left;
    }
    .footer-menu {
        text-align:center;
    }
    .blog-spot .blog_post_listing_title_section ,.events-spot{
        padding: 20px 98px 15px 0px;
    }
    .area2 {
        position: absolute;
        margin-top: -325px;
        z-index: 100 !important;
        background: rgba(255,255,255,0.8);
        padding: 25px;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .area2 {
        position: absolute;
        margin-top: -350px;
        z-index: 100 !important;
        background: rgba(255,255,255,0.8);
        padding: 25px;
    }
}

/*-------------------------MEDIA QUERIES END-----------------------*/


/*-------------------------RESETS START----------------------------*/


/*-------------------------RESETS END------------------------------*/


/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
    clear: both;
    content:' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/*-------------------------CLEAR END-------------------------------*/
/*-------------------------IE 8 Fixes-------------------------------*/
.lt-ie9 .col-md-1, 
.lt-ie9 .col-md-2, 
.lt-ie9 .col-md-3, 
.lt-ie9 .col-md-4, 
.lt-ie9 .col-md-5, 
.lt-ie9 .col-md-6, 
.lt-ie9 .col-md-7, 
.lt-ie9 .col-md-8, 
.lt-ie9 .col-md-9, 
.lt-ie9 .col-md-10, 
.lt-ie9 .col-md-11, 
.lt-ie9 .col-md-12 {
    float: left;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
}
.lt-ie9 .col-md-12 {
    width: 100%;
}
.lt-ie9 .col-md-11 {
    width: 91.66666667%;
}
.lt-ie9 .col-md-10 {
    width: 83.33333333%;
}
.lt-ie9 .col-md-9 {
    width: 75%;
}
.lt-ie9 .col-md-8 {
    width: 66.66666667%;
}
.lt-ie9 .col-md-7 {
    width: 58.33333333%;
}
.lt-ie9 .col-md-6 {
    width: 50%;
}
.lt-ie9 .col-md-5 {
    width: 41.66666667%;
}
.lt-ie9 .col-md-4 {
    width: 33.33333333%;
}
.lt-ie9 .col-md-3 {
    width: 25%;
}
.lt-ie9 .col-md-2 {
    width: 16.66666667%;
}
.lt-ie9 .col-md-1 {
    width: 8.33333333%;
}
.lt-ie9 .top-image {
        padding-top:20px;
        padding-bottom:20px;
    }
.lt-ie9.navigation {
        text-align: center;
        margin-top:0px;
    }
.lt-ie9 .navicon {
        display: none;
    }
.lt-ie9 .menu  {
        display: block;
        width:100%;
        margin:0;
        border-top:none;
        background-color:transparent;
    }
.lt-ie9 .menu ul {
        margin: 0;
        padding: 0;
    }
.lt-ie9 .menu ul.le_menu_level_0 {
        margin: 0;
        padding: 0;
    }
.lt-ie9 .menu li {
        list-style: none;
    }
.lt-ie9 .menu li.le_menuitem_level_0 {
        display: inline-block;
   }
.lt-ie9 .menu li.le_menuitem_level_0>a {
        color: #000;
        display: block;
        font-family:"Open Sans", sans-serif;
        font-size:22px;
        font-weight:none;
        padding: 10px 25px;
        text-decoration:none;
        font-weight:300;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .33s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
.lt-ie9 .menu li.le_menuitem_level_0>a:hover {
        color: #cccccc;
        text-decoration:none;
    }
/*--------1ST LEVEL SUBMENU-------*/
.lt-ie9 .menu ul.le_menu_level_1 {
        background-color:rgb(255,255,255);
        display: none;
        margin: 0 auto 0 auto;
        padding: 2px 0 0 0;
        position: absolute;
        text-align: left;
        z-index: 100;
        float:right;
    }
.lt-ie9 .menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
        display: block;
    }
.lt-ie9 .menu li.le_menuitem_level_1 a {
        color: #000;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        padding: 4px 8px;
        text-align:left;
        text-decoration: none;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
   
 /*--------2ND LEVEL SUBMENU-------*/
.lt-ie9 .menu .le_menu_level_2_container {
        float: right;
        margin-top: -35px;
        padding: 0;
    }
.lt-ie9 .menu ul.le_menu_level_2 {
        position: absolute;
        z-index: 100;
        display: none;
        margin: 0;
        padding: 0;
        background-color: #777777;
        border-bottom: 1px solid #000000;
        border-left: 1px solid #000000;
        text-align: left;
    }
.lt-ie9 .menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
        display: block;
    }
.lt-ie9 .dropdown ul {
        display: block;
    }

.lt-ie9 .logo {
        text-align: left;
    }
.lt-ie9.navigation {
        text-align: right;
    }
.lt-ie9.footer-menu {
        text-align:center;
    }
.lt-ie9.blog-spot .blog_post_listing_title_section ,.events-spot{
        padding: 20px 98px 15px 0px;
    }

/*-------------------------IE 8 Fixes END-------------------------------*/

/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
    transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
    position: relative;
    opacity:0;
    left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
    opacity:0;
    left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}
/* ------ Edit Region ------- */
.le_region_overlay_container_inside {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
}
.edit-region-icon {
    color: white;
    background: #537fbc;
    font-size: 16px;
    margin: 0;
    right: 0;
    height: 28px;
    padding-left: 3px;
    line-height: 29px;
    width: 30px;
    text-align: center;
    top: 0;
    position: absolute;
    cursor: pointer; 
}

.le_region_image {
    position: relative;
    top: -2px;
}

/*---------------Hiding Style Editor (for use with Premium sites with Regions) START-----------*/
.aurora_sidebar_menu_item aurora_panel-group-divider{
    display: none !important;
}
.style-settings-label{
    display: none !important;
}
#aurora_background-options, #aurora_color-options, #aurora_typography-options{
    display: none !important;
}
.aurora_preset-wrapper{
    display: none !important;
}
.aurora_side_bar_label{
    display: none !important;
}
.aurora_side_bar_label:first-of-type{
    display: block !important;
}

/*----------Hiding Style Editor  (for use with Premium sites with Regions) END-------*/


/* Homepage Image Slider Fix */
.whitebox img {
    display:inline-block !important;
}
.homeslider .swiper-slide img {
    width: auto !important;
    height: auto !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_home #le_area2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_home #le_area3 {
    background-color: rgba(255, 255, 255, 0.81);
    margin-bottom: 25px;
    padding-top: 37px;
    padding-right: 40px;
    padding-bottom: 35px;
    padding-left: 40px;
}
.aurora_home #le_area4 {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_home #le_section2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/budokwai/main_page.jpg);
    background-size: cover;
    background-position: bottom right;
    padding-top: 120px;
    padding-bottom: 90px;
}
.aurora_home #le_section3 {
    margin-top: 30px;
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section2 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section2 {
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
