body {
	font: 13px/20px Verdana, Arial, Helvetica, sans-serif;
	/*background:#fff url(../images/bkgd_pattern.png) repeat-x top left;*/
	margin: 0;
	padding: 0;
	color: #000;
	background: #000;
}
		

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h5, h6 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color: #b40000;
}
h1 {
	line-height: 30px;
}
h3 {
	font-size:18px;
	line-height: 22px;
	color:#444;
	margin: 0 0 15px 0;
}

h4 {
	color: #b1c0d9;
	font-size:16px;
	line-height: 24px;
	font-weight: normal;
	
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #333;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}


a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #555;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1024px;
	background: #f0f0f0;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	/*background:#021a40 url(../images/header.jpg) no-repeat top left;*/
	height: 150px;
}
.nav {
	background-color: #888;
	height:40px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 0px 0px;
	min-height: 380px;
}
.one, .one:hover, .two, .two:hover, .three, .three:hover, .four, .four:hover, .five, .five:hover {
	width: 170px;
	height: 150px;
	
}
.six, .six:hover {
	width: 174px;
	height: 150px;
	
}
.one {
	background: #fff url(../Assets/Images/styles/symbols/ICS.jpg) 20px 10px no-repeat;
	
}
.one:hover {
	background: #b40000 url(../Assets/Images/styles/symbols/ICS_r.jpg) 20px 10px no-repeat;
	
}
.two {
	background: #fff url(../Assets/Images/styles/symbols/Kali.jpg) 20px 10px no-repeat;
	
}
.two:hover {
	background: #b40000 url(../Assets/Images/styles/symbols/Kali_r.jpg) 20px 10px no-repeat;
	
}
.three {
	background: #fff url(../Assets/Images/styles/symbols/Muay.jpg) 20px 10px no-repeat;
	
}
.three:hover {
	background: #b40000 url(../Assets/Images/styles/symbols/Muay_r.jpg) 20px 10px no-repeat;
	
}
.four {
	background: #fff url(../Assets/Images/styles/symbols/Renzo.jpg) 20px 10px no-repeat;
	
}
.four:hover {
	background: #b40000 url(../Assets/Images/styles/symbols/Renzo_r.jpg) 20px 10px no-repeat;
	
}
.five {
	background: #fff url(../Assets/Images/styles/symbols/Silat.jpg) 20px 10px no-repeat;
	
}
.five:hover {
	background: #b40000 url(../Assets/Images/styles/symbols/Silat_r.jpg) 20px 10px no-repeat;
	
}
.six {
	background: #fff url(../Assets/Images/styles/symbols/kids.jpg) 20px 10px no-repeat;
	
}
.six:hover {
	background: #b40000 url(../Assets/Images/styles/symbols/kids_r.jpg) 20px 10px no-repeat;
	
}


.bkgdcolor_light_rust {
	background-color:#b97722;
}

.bkgdcolor_dark_blue {
	background-color:#405a83;
}
.bkgdimage_products {
	background: #b97722 url(../images/productscroller.png) no-repeat bottom left;	
}
.BcontentWrapper {
 	overflow: hidden;
	min-height: 175px;
	padding: 0 0 0px 0;
}
.McontentWrapper {
	background-color:#405a83;
 	overflow: hidden;
}
.Mcontent {
	padding: 25px 25px 0px 25px;
	
}
.MproductcontentWrapper {
	background-color:#965809;
 	overflow: hidden;
}

.Mproductcontent {
	float:left;
	padding: 25px 25px 25px 25px;
	
}
.lcolumnWrapper {
	
}
.lcolumn {
	float: left;
	width:650px;
	padding: 25px 35px;
	/*padding: 25px 0px 200px 35px;
	margin-bottom: -200px;*/
	line-height: 18px;
	background-color:#777;
}
.lcolumn h1 {
	font-size: 28px;
	line-height: 32px;
}
.lcolumnVideo{
	margin:25px 25px 0px 25px;
	
}

.lcolumnNetwork{
	margin:25px 350px 25px 25px;
	
}
.lcolumnNetwork h2{
	margin:0px;
	
}
.lcolumnNetwork p{
	margin:0px 0px 8px 0px;
	
}

.stylethumbs {
	 width: 150px; height: 125px; float:left;
	 margin: 0px 0px 10px 0px;
}
.mcolumn {
	width:210px;
	float: right;
	padding: 25px 0px 200px 25px;
	background-color: #b1c0d9;
	line-height: 22px;
	margin-bottom: -200px;
}

.mcolumn a:link, a:visited {
	color:#965809;	
}

.mcolumn a:hover {
	color:#b97722;	
}

.mcolumn h2 {
	color:#405a83;	
}
.mcolumn li {
	list-style:none;	
}

.lmcolumn {
	background-color: #fff;
	float: left;
	width: 675px;
	padding: 25px 20px 25px 25px;
 	overflow: hidden;
	min-height: 150px;
}
.rcolumn_inner{
	margin:25px 25px;
}
.rcolumn_basecontent, .rcolumn_basecontent_home{
	float:right; width:304px;background-color:#CCC;
	
}
.rcolumn_basecontent_home{
	min-height: 675px;
	
}
.rcolumn_basecontent{
	min-height: 479px;
	
}
.rcolumnheight{
	height: 100%;

}
.rcolumn_basecontent ul li {
list-style-type:none;
}
.rcolumn_basecontent h4 {
font-size:14px;
line-height:20px;
-webkit-margin-before: 10px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
.rcolumn {
	background-color: #b40000;
	float: right;
	width:279px;
	padding: 25px 0px 200px 25px;
	margin-bottom: -200px;
	line-height: 22px;
}
.rcolumn-fullwidth{
    background-color: #b40000;
    float: none;
    width: 964px;
    padding: 20px 30px 20px 30px;
    margin-bottom: 0px;
    line-height: 22px;
}
.rcolumn li a{
color: #fff;
	
}

.rcolumn h2, .rcolumn-fullwidth h2 {
	color:#FFF;
	font-size:18px;
	
}
.rcolumnlist li {
	list-style:none;
	color:#fff;	
	font-size:14px;
}

.rcolumnlist a:link, .rcolumnlist a:visited {
	color:#fff;	
}

.rcolumnlist a:hover {
	color:#ccc;	
}

.rcolumnContact {
	background-color: #CCC;
	float: right;
	width: 279px;
	padding: 25px 0px 10px 25px;
	margin-bottom: 0px;
	line-height: 22px;
}
.resources {
	float: left;
	margin: 15px;
	
}
.resources img {
	border:#000 solid 1px;
	
}

.wrapper {
	padding: 25px 25px 25px 25px;
	
}
.callout {
	background-color: #b97722;
	float: right;
	width: 355px;
	padding: 25px 25px 150px 20px;
	margin-bottom: -150px;
	line-height: 22px;
	
}
.lcolumn_aboutus {
	background-color: #405a83;
	float: left;
	width: 555px;
	padding: 25px 20px 150px 25px;
	margin-bottom: -150px;
 	overflow: hidden;
	min-height: 150px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 15px 25px;
	background: #333;
}
.footer p {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:7%;
	bottom:0px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}


.RedPodType {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#333333;
}
.Time {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

.DarkDay {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.LightDay {font-size: 11px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.style1 {color: #990000}
-->



/*
*lym
*190730
*/

/* home */
#topmenunav li:last-child{
	float:right;
}
.joinus {
	font-weight: normal;
	font-size: 28px;
	line-height: 1.2;
}

.joinus a {
	font-weight: bold;
	text-decoration: underline;
	color: #b40000;
}

.rcolumn-fullwidth {
	width:auto;
    padding: 20px 0;

}

.rcolumn-fullwidth {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.rcolumn-fullwidth .left {
    padding-left: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.rcolumn-fullwidth .left .map {
    margin-right: 26px;
    margin-top: 6px;
}

.rcolumn-fullwidth .right {
    width: 254px;
    padding: 0 25px;
}

.rcolumn-fullwidth .right .link {
    font-weight: normal;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 0;
}

.rcolumn-fullwidth .right .link a {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

#slideshow{
	margin-right:304px;
}
#slideshow .Borwn_Carousel .item .pic img {
	position: initial;
	opacity: 1;
}

.Borwn_Carousel .item {
	position: relative;
	height: 100%;
}

.Borwn_Carousel .item .pic {
	height: 100%;
}

.Borwn_Carousel .item .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Borwn_Carousel .item .title {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 26px;
	padding: 20px 26px;
	margin: 0;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	color: #fff;
}


/* schedule */
.schedule_link_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 28px 3.5% 3px;
	background-color:#fff;
}
.content .schedule-pic{
	width:100%;
	padding-bottom:14px;
	background-color:#fff;
}

.content .schedule_table{
	padding-bottom:34px;
}
.content .schedule_table:last-of-type{
	padding-bottom:0;
}
.schedule_table{
	background-color:#fff;
}
.schedule_table thead{
	background-color:#000;
}
.schedule_table thead td{
	color:#fff;
}
.schedule_table tr td{
	padding:3px 5px;

}
.schedule_table tr td:first-child{
	padding-left:20px;
	padding-right:20px;
}



.schedule_table tbody tr:nth-child(2n){
	background-color:#f0f0f0;
}
.schedule_table  tbody tr td{
	border-right:1px solid #9b9d9f;
	color: #232021;
	font-weight:normal;
	width:12.5%;
	padding-top:8px;
	padding-bottom:8px;
}
.schedule_table  tbody tr td:first-child{
	width:25%;
}
.schedule_table  tbody tr td span{
	color:#000;
	font-weight:700;
}
.schedule_table  tbody tr td:last-child{
	border-right:0;
}



.lcolumnNetwork .pic{
	margin-bottom:14px;
}




/* network inside */
.lcolumnNetwork .width-70{
	width:70%;
}