﻿body {
	font-family: 'Poppins', sans-serif !important;
	font-size:18px !important;
	color:#1e1e1e;
	line-height:27px;
	font-weight: normal !important;
}

html {
	font-smoothing: subpixel-antialiased !important;
    text-stroke: 0px !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-text-stroke: 0px !important;
    -moz-font-smoothing: subpixel-antialiased !important;
    -moz-text-stroke: 1px !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
    font
}

label{
	font-weight:500!important;
}

.clr {
	clear:both;
}
.carousel-caption {
	text-align: left !important;
	left: 0 !important;
	right: 0 !important;
	top: 5% !important;
}

.header-style {
	text-align: center;
    padding-top: 41px;
}

.thumbnail_style {
	border-radius: 50%;
}

div.thumbnail_style img {
	padding: 11px;
}

h1.big-title {
	font-size:35px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	-webkit-font-weight: 700;
	-moz-font-weight: 700;
	-webkit-text-shadow: 2px 2px 2px 2px #FFFFFF;
	-moz-text-shadow: 2px 2px 2px 2px #FFFFFF;
}
ul.list {
    list-style: none;
    padding:0;
    margin:0;
}

ul.list li { 
    padding-left: 1em;
}

ul.list li:before {
    content: "\002022";
    color: #1f61dc;
	margin-right: 3px;
}

.relative {
	position: relative;
}

.navbar_position {
	bottom: -44px;
}

.navbar-style {
	background-color: #1f60dc;
}
.banner-text {
	color: #fff;	
	line-height:26px;
	font-size: 16px;
	text-shadow:none;
	margin-bottom:20px;
}
.banner-btn {
	font-size: 18px;
	color: #ffffff;
    background-color: #1f60dc;
    text-decoration: none !important;
	padding:10px 20px;
    border-radius: 3px;
    text-shadow: none;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.mobile-space p{
	padding:0 40px;
}
.banner-btn:hover {
	background:#002367;
	color:#fff !important;
	text-decoration: none !important;
}


img.carousel-image {
 	width: 100%;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;

}
span.grandMaster{
	font-weight:bold;
}
span.grandMaster>span{
	font-size:14px;
}
span.grandMaster>a{
	color:#000;
	text-decoration:underline;
}


.banner-image span.grandMaster{
  color:#fff;
  position:absolute;
  top: 15%;
  right: 5px;
  text-align: center;
  font-size:16px;
}
.banner-image span.grandMaster>span{
  font-size:16px
}

.banner-image span.grandMaster small {
    font-size: 100%;
}
.banner-image span.grandMaster a{
  color:#fff!important;
  text-decoration:none;
  font-weight:bold;
  text-decoration:underline;
}

/*
ul.nav li {
	padding-right: 35px;
}
ul.nav li:last-child{
	padding-left: 0;
    padding-right: 0 !important;
    width: 126px;
    text-align: center;
}


ul.nav li:first-child {
    padding-left: 0;
    padding-right: 0 !important;
    width: 118px;
    text-align: center;
}
*/
.announcement-section .col-md-4{
	padding-right: 150px;
}
.announcement-text{
	padding: 50px 0;
	/* padding-left: 100px; */
	line-height: 1.7em;
}
.announcement-sub-text{
    font-size: 17px;
    margin-top: 8px;
	color: red;
}
.title-padding {
	padding: 0 0 20px 0;
}



.small-learn-btn {
	background-color: #1f60dc;
	color: #ffffff;
    text-decoration: none !important;
    padding: 6px 13px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.small-learn-btn:hover {
	background:#002367;
	color:#fff !important;
	text-decoration: none !important;
}

.container-padding {
	padding: 50px 0 70px 0;
	margin: 0 auto;
}

.parallax{
	background: url('../../img/front/parallax-image2.png') no-repeat !important;
	position: relative;
	z-index: 1;
	width: 100%;
}

.inside-parallax {
	padding: 170px;
}

.parallax-content {
	padding: 32px 57px 67px 57px
}


.center-align {
	text-align: center;
	margin: 0 auto;
}

.parallax-half-left {
	background-color: #000000;
}

.col-md-6{
	padding-right: 0 !important; 
    padding-left: 0 !important;
}

.learnmore-btn-trasparent {
	border: 3px solid #000;
    padding: 7px 17px;
    border-radius: 3px;
    color: #000000;
    font-size: 18px;
    margin-right: 10px;
	-webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.learnmore-btn-trasparent:hover {
	background:#000;
	text-decoration: none !important;
	color:#fff;
}

.setappointment-btn-blue {
    background-color: #1f60dc;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.setappointment-btn-blue:hover {
	background:#002367;
	color:#fff !important;
	text-decoration: none !important;
}



.custom-col-md-2 {
   width: 20% !important;
}

.custom-col-md-2 {
  position: relative !important;
  min-height: 1px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}


.custom-col-md-1 {
	width: 10%;
	float:left !important;
}
.carousel {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}

/* The controlsy */
.carousel-container {
	z-index: 0;
}
.carousel-control {
	height: 57px;
    width: 34px !important;
    background: #373737;
    padding: 0px 3px;
    margin: 58px -40px;
    text-shadow: none !important;
    opacity: 3 !important;
    background-color: #373737 !important;
    opacity: .5; 
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}

.carousel-control img {
    padding: 16px 0px;
    margin: 0 auto;
}


.footer-style {
	background-color: #1f60dc;
	text-align: center;
	padding: 15px 0;
}



.parallax-content-text p {
	font-size: 20px;
	color: #4f4f4f;
	line-height: 1.65;
    margin-top: 17px !important;
}



.footer-nav {
	margin: 3px 0;
	padding: 0 ;
}
.footer-nav ul {
	list-style: none;
	margin: 0 30px;
	padding: 0;
	
}

.footer-nav ul li {
	display: inline-block;
	padding: 4px 15px;
	border-left: 2px #FFFFFF solid;

}
.footer-nav ul li:first-child {
	border: none;
}


.footer-nav ul li a {
	color: #FFFFFF !important;
	font-size: 12px;
	text-decoration: none;
	text-align: center;

}

/*
.footer-nav ul li:first-child{
	margin-right: 0;
	border: none;
}
*/

.footer-bottom {
	background-color: #282828;
}

.footer-bottom p{
	color: #FFFFFF !important;
	font-size: 12px;
	text-align: center;
	margin-top: 10px !important;
}

.zeniark {
	color: #ffffff;
	font-weight: bold;
}

.footer-contactdetails {
	margin-top: 7px;
}


.footer-contactdetails p{
	color: #FFFFFF !important;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	margin: 0 !important;
}

.custom-col-md-2 h3 {
	font-size: 3px;
}

.col-md-5.banner-image{
	margin-top:-15px;
}

.banner-content .col-md-7{
	margin-top: 25px;
}

h1.banner-title {
	font-size:	35px;
	text-shadow: none !important;
}

.instructor-thumbnail a img {
	margin: 0 auto !important;
	text-align: center;
}

ul li.item-width {
	width: 12.21%;
}

ul li.item-width-news-download {
	width: 14.5%;
}

.nav-item {
	width: 100%;
}

ul.nav-item li a {
	text-align:center;
}


.nav>li>a:focus, .nav>li>a:hover {
	background:#002367 !important;
	color: #FFFFFF;
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}



/*********************************************Inside Pages CSS***********************************************/

.insides-main-container {
	padding: 0;
	margin: 0 auto;
	background-color: #f1f0f0;
}

.inside-inside-container {
	padding: 5px 45px 30px 45px;
	margin: 50px 0 25px 0;
	background-color: #FFFFFF;
	border-radius: 10px;
}
h1.inside-title{
	background:url(../../img/front/bullet.png) no-repeat center left;
	height: 71px !important;
    padding-left: 80px;
    padding-top: 13px;
    text-transform: uppercase;
}


.blue-big-btn {
	background-color: #306cde;
	padding: 10px 10px;
	border-radius:10px;
	margin-top: 10px !important;
	text-transform: uppercase;
}

.blue-big-btn a{
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	text-decoration: none !important;
}

.side-btn {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.side-panel {
    margin: 30px 4px;
    background: #f1f0f0;
    border-radius: 9px;
}

.side-panel-title {
	font-size: 20px;
	padding: 7px 0;
    text-align: center;
    background: #2e2f3e;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 6px;
}

.side-panel-title h4 {
	font-size: 18px;
}

.side-buttons {
	text-align: center;
}

.side-panel-list {
	padding: 11px 0 !important;
}

div.side-panel-list ul li.side-panel-selection {
	background:url(../../img/front/side-panel-bullet.png) no-repeat center left;
	height: 29px;
	list-style: none;
	margin-bottom: 5px;
}

 ul li.side-panel-selection a {
	padding: 19px 0;
	color: #306cde;
	font-size: 17px;
	margin-left: 31px;
}

h4.inside-content-title{
	font-size: 18px !important;
	color: #4f4f4f;
	margin-bottom: 25px !important;
}
ul.inside-page-bullets li {
	background:url(../../img/front/inside-page-list-bullet.png) no-repeat center left;
	height: 29px;
	list-style: none;
	font-size: 15px;
	color: #4f4f4f;
	text-indent: 18px;
	margin-left: -34px;
	padding-top: 3px;
}

h4.inside-blue-btn-uppercase {
	font-size: 21px !important;
	color: #1f60dc;
	margin-bottom: 20px !important;
	margin-top: 18px !important;
	text-transform: uppercase;
}

.blue-big-btn a.btn-big-font {
	color: #ffffff !important;
	text-decoration: none;
	text-decoration: none !important;
	font-size: 29px !important;
}

strong.strong-bold {
	font-size: 18px !important;
	color: #4f4f4f;
}

p.red-italic {
	color: #ee4343;
	font-style: italic;
	font-size: 15px !important;
	margin: 0 auto !important;
}

.blue {
	color: #050ec9;
	font-size: 15px !important;
}

p.blue {
	margin: 8px 0 0 0 !important;
}

.red {
	color: #ee4343;
	font-size: 15px !important;
}

p.red {
	margin: 8px 0 0 0 !important;
}
.custom-inner-list-bullet {
	background:url(../../img/front/inside-page-list-bullet.png) no-repeat center left;
	height: 15px;
    width: 15px;
    margin: 5px 0 0 ;
    float: left !important;
}

.custom-inner-list-column p{
	text-indent: 7px;
	margin: 5px 0 !important;
}
.custom-inner-list-column {
	margin: 0 10px;
}

.content-text-indent {
	padding-left: 18px;
}

h4.inside-blue-uppercase-title {
	font-size: 23px !important;
	color: #3872df;
	margin-bottom: 25px !important;
}

.table>tbody>tr>th {
	padding: 4px !important;
}

.table>tbody>tr>td {
	padding: 4px !important;
}

.table-margin {
	margin-top: 15px;
}

.table-width>.table>tbody>tr>th {
	width: 25% !important;
}

.table-style{
	color: #4c4b4b;
	font-size: 15px !important;
}

.table-style{
	color: #4c4b4b;
	font-size: 15px !important;
}

hr.thin-line {
	border-bottom: 1px #4c4b4b dashed;
	margin: 35px 0 15px 0;
}

.sun-and-moon-panel {
	margin:	0px 4px 51px 4px !important;
	background: #f1f0f0;
    border-radius: 9px;
}
.caption h3{
	font-weight:bold;
	font-size:22px;
	margin-bottom: 0 !important;
	color: #353333;
}
.caption p {
	margin:0 0 20px 0;
}
h3.sub-title {
	font-weight:bold;
	font-size:22px;
	margin-bottom: 0 !important;
	color: #353333;
}

h3.instructor-name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0 !important;
    text-align: center;
    color: #666666;
}


.navbar-toggle {
	padding:12px 8px !important;
  	border: 1px solid #ffffff !important;
 }

.navbar-toggle .icon-bar {
	background-color: #ffffff !important;
}

.company-logo {
	max-width: 100%;	
}

img.header-icon {
	margin: 0 6px;
}

.social-media-icons {
	margin: 20px 0;
}

.location-pin-icon {
	background: url(../../img/front/location-pin-icon.png) no-repeat center left;
	height: 43px;
    width: 29px;
    margin: 5px 0 0;
    float: left !important;
}

.header-location {
	width: 100%;
    margin-left: 76px;
}

.location-content p {
    font-size: 12px;
    text-align: left;
    padding-left: 34px;
    font-weight: 600;
    margin-top: 0 !important;
}

.phone-icon {
	background: url(../../img/front/phone-icon.png) no-repeat center left;
	height: 43px;
    width: 29px;
    margin: 5px 0 0;
    float: left !important;
}

.phone-content p {
	line-height: 18px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    text-align: left;
    padding-left: 34px;
    font-weight: 700;
    padding-top: 17px;
    margin-top: 0 !important;
}

.header-phone {
	width: 100%;
    margin-left: 76px;
}

.restrictions-ordered-group li {
	list-style-type: inherit;
}

/**********************MEDIA QUERIES******************************/

/***Phone Media***/
@media (max-width: 767px) {
  .footer-nav ul li a {
  	text-decoration:underline !important;
  	font-size: 12px !important;
  }

  .footer-nav ul li {
  	border-left: none !important;
  	float: none !important;
  }
  .footer-bottom p {
  	margin: 0 auto;
    margin-top: 0 !important;
    padding: 8px 0;
    font-size: 12px !important;
  }

  .footer-contactdetails {
  	margin-top: 0 !important;
  }
  .footer-contactdetails p{
  	margin: 0 0 10px 0;
  }

  .title-padding {
  	padding: 0 !important;
  	margin-bottom: 35px;
  }
  .carousel-control {
	  position:relative !important;
  }
  .mobile-space p{
	padding:0;
	}

  .announcement-text{
  	margin-right: 0;
  	margin-left: 0;
  	text-align: center;
  }
  .safety-text{
  	text-align: center;
  }
}

/***iPad portrait Media***/
@media (min-width: 768px) and (max-width: 991px) {
	.banner-image span.grandMaster{
		font-size:10px;
	}
  ul.nav li {
  	padding-right:3px !important;
  }

  .navbar-toggle {
  	padding:12px 8px !important;
  	border: 1px solid #ffffff !important;
  }
  .navbar-toggle .icon-bar {
  	display: inherit !important;
  	background-color: #ffffff !important;
  }

  /*
  ul.nav li:first-child {
  	width: 80px !important;
  }
  */



  .footer-nav ul li a {
  	font-size:10px;
  }

  .footer-nav ul li {
  	padding: 4px 8px;
  }

  .footer-contactdetails p {
  	font-size: 14px;
  }

  .footer-bottom p {
  	margin: 0 auto;
    margin-top: 0 !important;
    padding: 8px 0;
    font-size: 11px;
  }

  .programs_thumbnail > .thumbnail_style > img {
  	width: 100%;
  }
  .ipad-no-margin {
  	padding-right: 0 !important; 
    padding-left: 0 !important; 
  }

  ul li.item-width {
  	width: 100% !important;
  }


}

/***iPad Landscape Screen Media***/
@media (min-width: 768px) and (max-width: 1024px) {
  .programs_thumbnail > .thumbnail_style > img {
  	width: 100%;
  }

}

/***Small Screen Media***/
@media (min-width: 992px) and (max-width: 1199px) {
  
}


/***Large Screen Media***/
@media (min-width: 1200px) {
  	.navbar-nav {
 		height: 0 !important;
 	}
}

/***Others***/

@media (max-width: 1200px){
}

@media (max-width: 991px){
	.announcement-text{
		padding: 0;
	}
	.announcement-text br{
		display: none;
	}
	.announcement-section .col-md-4{
		padding-right: 0;
	}
}

@media (min-width: 564px) and (max-width: 1198px) {
	/*
	ul.nav li:first-child {
    padding-left: 0;
    padding-right: 0 !important;
    width: 96px !important;
    text-align: center;
	}

	ul.nav li:last-child {
		width: 88px !important;
	}
	*/
	navbar-style {
		height: 0;
	}

	ul.nav li a {
		padding: 15px 10px !important;
		font-size: 11px !important;
	}
	/*
	ul.nav li:first-child {
  		width: 89px !important;
 	}
 	*/
	.banner-image span.grandMaster{
		right: -30px;
		top: 15%;
	}

 	
}

@media (max-width: 767px) {
  .thumbnail_style {
	  display:inline-box;
	  display:-webkit-box;
	  display:-webkit-inline-box;
  }
  .mobile-space {
	  padding:40px 20px;
  }
  .col-xs-12 {
	  width:100% !important;
  }
  .vertical-align {
		display: block !important;
		align-items: center;
	}
} 
@media (min-width: 564px) and (max-width: 972px) {
	/*
	ul.nav li:first-child {
    	width: 59px !important;
	}

	ul.nav li:last-child {
   		width: 90px !important;
	}
	*/
}



@media (min-width: 992px) {

  .custom-col-md-2{
    float: left !important;
  }

}
.sm-title {
	font-style:italic;
	font-weight:800;
}
.link-btn {
	color:#000 !important;
	text-transform:uppercase !important;
	font-weight:800 !important;
}
.inside-banner-container {
	background:#002367;
	padding: 50px 0 29px 0;
}
.inside-banner-container p {
	font-size:20px;
	font-style:italic;
}
.inside-banner-btn {
	font-size:18px;
	color:#fff;
	border:3px solid #fff;
	padding:10px 20px;
	display:block;
	text-align:center;
	margin-bottom:20px;
	text-transform:uppercase;
}
.inside-banner-btn:hover, .inside-banner-btn:focus, .inside-banner-btn:active {
	background:#1f61dc;
	border:3px solid #1f61dc;
	color:#fff !important;
	text-decoration:none;
}
.program-title {
	color:#1f61dc;
	font-size:22px;
	float:right;
	width:100%;
}

.pno-title {
	color:#1f61dc;
	font-size:22px;

}

.pno-space {
	padding: 10px 0 10px 38px;
}

.program-ages {
	font-size:17px;
	font-style:italic;
	font-weight:600;
}

.pno-ages {
	font-size:22px;
	font-style:italic;
	font-weight:600;
}
.price {
	font-size:20px;
	color:#002367;
	font-weight:800;
}
.program-text {
	text-align:right;
	border-right:1px solid #666666;
}
.blue-text {
	color:#1f61dc;
	font-style:italic;
	font-weight:800;
	font-size:18px;
}

.text-normal{
	font-style: revert;
	font-size: revert;
	font-weight: normal;
	line-height: 19px;
}
.light-blue-bg {
	background:#edf3ff;
}

.white-bg {
	background: #ffffff;
}
.space {
	padding:60px 0;
}
.black-bg {
	background:#000;
}
.gray-bg-parallax {
	background:#f1f0f0;
}
.img-center {
	margin:0 auto;
}
.vertical-align {
    display: flex; 
    align-items: center;
}
.inside-banner-container {
	color:#fff !important;
}
hr { 
	width:60%;
	border-top: 4px solid rgba(255,255,255, .7) !important;
}
h3.content-title {
    margin-top: 0;
	font-size:22px;
}
.blue-font {
    color: #1F60DC;
}


/* NEW STYLES 7-23-2016 */
.insides-main {
    padding: 0;
    margin: 0 auto;
}

.space-80{
	padding:80px 0;
}

.header-tier{
	background-color:#002367;
}

.round-image{
	background-image: url('../../front/afterschool-van.jpg');
    height: 300px;
    width: 300px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    margin: auto;
	background-color:white;
}

h1.page-title, h2.content-title, h3.content-title{
    text-transform: uppercase;
	text-align: center;
	margin-top:0;
	font-weight: bolder;
}

.quote-wrapper{
	width: 30%;
    margin: auto;
}

.bold {
	font-weight: 700;
}

.bold-italic {
	font-weight: 700;
	font-style: italic;
}

.bold-underline {
	font-weight: 700;
	text-decoration: underline;
}

.italic-underline {
	font-style: italic;
	text-decoration: underline;
}

.quote-wrapper p{
	color: white;
    font-style: italic;
    text-align: center;
    line-height: 18px;
}


.white-border{
	border-bottom: 5px solid rgba(255,255,255,0.5);
    width: 50%;
    margin: auto;
    padding-top: 15px;
}

.white{
	color:white;
}

.header-links-wrapper{
	text-align: center;
    padding-top: 25px;
	width: 55%;
	margin: auto;
}

.content-btn-links-wrapper{
    font-size: 18px;
    color: #fff;
    padding: 20px 20px;
    padding-bottom:15px;;
    display: block;
    text-align: center;
	margin-bottom: 35px;
    text-transform: uppercase;
	text-align: center;
    padding-top: 5vh;
	width: 32%;
	margin: auto;
}

.header-links-wrapper a{
	display:block;
	margin: 0 0 10px;
}
.caption h3.label-margin-bottom{
	margin-bottom: 26px !important;
}

.header-links-wrapper a:last-child{
	margin: 0;
}

a.blue-btn{
	color: white;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    background-color: #1f60dc;
    padding: 5px 25px;
}

a.blue-btn:hover{
	background-color:#659aff;
	text-decoration:none;
	color:white;
}

a.white-bordered-btn{
	color: white;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    padding: 5px 25px;
	border:5px solid white;
}

a.black-bordered-btn, input.black-bordered-btn{
	color: black;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    padding: 5px 25px;
	border:5px solid black;
	background-color:white;
	-webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
}

a.black-bordered-btn {
	background: #fff;
	color:#000;
}

input.black-bordered-btn:hover {
	background: #000;
	color:#fff;
}

a.white-bordered-btn:hover{
	color: #1f61dc;
    background-color:white;
	text-decoration:none;
	font-weight:bolder;
}

a.black-bordered-btn:hover {
	color: #fff !important;
    background-color:#000 !important;
    text-decoration: none;
}



p.text-half-width{
	text-align: center;
    width: 50%;
    margin: auto;
    line-height: 20px;
    margin-top: 0!important;
}

p.justified{
	text-align: justify;
    line-height: 28px;
}

.margin-auto{
	margin:auto;
}

.blue-font{
	color:#1F60DC;
}

.bg-blue-pale{
	background-color:#edf3ff;
}

.center{
	text-align:center;
}

ul.content-list li{
	font-size: 20px;
    font-family: 'Conv_MyriadArabic-Regular' !important;
	display: block;
}

ol.content-list li{
	font-size: 20px;
    font-family: 'Conv_MyriadArabic-Regular' !important;
}

ul.content-list li::before{
	content: '•';
    color: #1f60dc;
    font-size: 30px;
    height: 10px;
    line-height: 0px;
    padding-right: 10px;
}

.limit-width{
	max-width: 350px;
}

.limit-width a{
	display: block;
}

.width-100{
	width:100%;
}

.required{
	color:red;
}
/*Tai chi program*==============================*/
.masthead{
	background-color:#002367;

}
.masthead-left{
	padding-right:120px;
}
.masthead-text{
	padding:80px 0 0 0;	
	color:#fff;
	text-transform:uppercase;
	font-family:'Conv_MyriadPro-Bold' !important;
	font-size:38px;
}
.masthead-subtext{ 
	padding-bottom:10px;
	color:#fff;
	text-transform:uppercase;
	font-family:'Conv_MyriadPro-Bold' !important;
	font-size:20px;
}
.tier2{
	background:#fff;
	padding:80px;
}
.tier3{
	background:#edf3ff;
	padding:80px;
}
.tier4{
	background:#edf3ff;
	padding:80px;
	text-align:center;
}
.hr-style{
	border:solid 3px #fff;
	border-top:solid 3px #fff!important;
}
.image-class {
	width:4%;
}
/*li {
	text-decoration:none;
	list-style:none;
	color:#fff;
}*/
.panel-body-custom{
	background:#1f60dc;
	padding:10px;
	border-radius: 0 0 8px 8px;
}
.panel-heading-custom {
	background:#002367;
	color:#fff;
	padding:10px;
	border-radius: 8px 8px 0 0;
}

.panel-container-custom {
	padding: 20px;
}
.center-ul li{
	color:#000;
	text-align:center;
}


.width-70 img{
	width: 70%;
}
/*End Tai chi program*==============================*/
/* Custom CSS*=================================================*/
.sub-title{
	font-family: 'Conv_MyriadPro-Bold' !important;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
	font-size:36px;
	color:#fff;
}
.tier2{
	padding:50px;
}
.form-control-custom{
	border-radius:5px;
	width:75%;
	float:left;
	font-size:12px;
}
.form-control-button{ 
	border-radius:5px;
	float:right;
	font-size:12px;
}
.col-sm-6-custom-padding{
	padding-right: 151px!important;
    padding-left: 98px!important;
}

.panel-heading-custom-program-camps{
	text-align:center;
	text-transform:uppercase;
	padding:7px 0;
}
.justify{
	text-align:justify;
}



.center{
	text-align:center;
}
.left{
	text-align:left;
}
ul li.camps{
	color:#333; 
}
ul li.camps:before{
	content: "\002022";
    color: #1f61dc;
}
.highlight-text{
	color:#00a8fb;
}
.title-heading{
	font-size:22px;
	font-weight:bold;
	font-family: 'Conv_MyriadPro-Bold' !important;
}
.dark-li{
	color:#333;	 
	padding:3px;
}
.dark-li:before{
	content: "\002022";
    color: #1f61dc;
    font-size: 23px;
    float: left;
    line-height: 24px;
    width: 24px;
    height: 29px;
}

 
td{
	vertical-align:top!impotant;
}
.tier-4{
	padding:100px 0;
}
li{list-style:none;}
.camp-img{
	padding-top:95px;
	padding-left:105px;
}
.camp-img2{
	padding-top:65px;
	padding-left:105px;
}

.header-quote-bordered{
    font-size: 25px;
    width: 62%;
    margin: auto;
    padding: 15px;
    border: 5px solid white;
}

.header-title-beside-icon{
	font-size: 30px;
    padding-left: 20px;
}

.center-ul-350{
	width: 350px;
    margin: auto!important;
}

.form-padding{
	padding: 0 50px;
}

.form-padding-less{
	padding: 0 15px;
}

.classsched-bg{
	background-image:url('../../img/front/classsched-bg.jpg');
	background-size:cover;
	background-position:center center;
	position: relative;
}

.blue-overlay{
	height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0,35,103,0.75);
    top: 0;
}

.classsched-header-title{
	text-transform: uppercase;
    position: absolute;
    font-size: 44px;
    width: 580px;
    text-align: right;
    border: 5px solid white;
    padding: 5px 25px;
    top: 90px;
    z-index: 1;
    margin-left: -80px;
}

.classsched-header-subtitle{
	text-transform: uppercase;
	position: absolute;
    text-align: center;
    top: 175px;
    margin-left: 45px;
}

.classsched-title{
	font-size: 25px;
}

.hr-black{
	border-top: 7px solid black!important;
}

.table>thead>tr>th {
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    background: #1f60dc;
    color: #fff;
}

.table>tbody>tr>td {
    padding: 4px !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle !important;
}

.program-title {
    color: #1f61dc;
    font-size: 20px;
    font-weight: 700;
    float: right;
    width: 100%;
}

.sm-text {
    font-size: 12px !important;
}

.program-ages {
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
}

.form-control.rsvp-dropdown{
	width:25%;
}

.inline, .form-control.inline{
	display:inline;
}

.waiver{
	padding: 25px 50px;
    background-color: #effff2;
    border: 1px solid green;
    color: green;
    font-weight: 100;
    font-size: 14px;
}

.instructor-image {
	border-radius: 6%;
}

.instructors-name {
	font-weight: 700;
	text-align: center;
	color: #1f60dc;
}

.instructor-thumbnail {
	text-align: center;
}

.lightblue-bg {
	background-color: #edf3ff;
}

.gray-bg {
	background-color: #605f5f;
}

.white-big-title {
	color: #FFFFFF !important;
}
.blue-tier-bg{
	background:#edf3ff;
}
.space-40{
	padding:40px 0!important;
}

.student-creed{
	font-weight: 600;
    font-size: 30px;
    font-family: Conv_MyriadArabic-Regular;
    line-height: 26px;
}hr.separator{
	border-top: 4px solid rgb(51, 51, 51) !important;
}

@font-face {
	font-family: 'ecoico';
	src:url('fonts/timelineicons/ecoico.eot');
	src:url('fonts/timelineicons/ecoico.eot?#iefix') format('embedded-opentype'),
		url('fonts/timelineicons/ecoico.woff') format('woff'),
		url('fonts/timelineicons/ecoico.ttf') format('truetype'),
		url('fonts/timelineicons/ecoico.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #1f60dc;
	left: 45%;
	margin-left: -10px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 50%;
	padding-right: 100px;
	position: absolute;
}

.cbp_tmlabel{
	margin-top: -30px;
}

.cbp_tmlabel p{
	font-size:18px;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child{
	font-size:40px;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #1f60dc;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 40px;
	color: #1f60dc;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #1f60dc;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: -30px 0 15px 50%;
	background: #1f60dc;
	color: #fff;
	padding: 2em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #1f60dc;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #1f60dc;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #1f60dc;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #1f60dc;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: relative;
	color: #fff;
	background: #1f60dc;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #7fabff;
	text-align: center;
	left: 45%;
	top: 0;
	margin: 0 0 0 -25px;
}



.cbp_tmicon-phone:before {
	content: "\e000";
}

.cbp_tmicon-screen:before {
	content: "\e001";
}

.cbp_tmicon-mail:before {
	content: "\e002";
}

.cbp_tmicon-earth:before {
	content: "\e003";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #1f60dc;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #1f60dc;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}

.creed-bg {
	background-image: url("../../img/front/student-creed.png");
    min-height: 100% !important;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.creed-padding {
	height: 100%;
    background: rgba(0,0,0,0.6);
}

.creed-content {
	padding-bottom: 35px !important;
    color: #FFFFFF;
    padding: 0 81px;
    font-family: 'Courgette', cursive;
}

h2.creed-title {
	margin: auto;
    padding-top: 43px;
    color: #FFFFFF;
}

hr.creed-separator {
	margin: -9px auto 16px auto !important;
}

 .blue-title {
    color: #1f60dc !important;
 }

 .testimonial-bg {
 	background: url('../../img/front/a.png') no-repeat !important;
 	min-height: 100% !important;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed !important;
 }

 .testimonial-container {
 	padding: 25px 0;
 	margin: 0 auto;
 }

 .testimonials-devider {
 	border-top: 3px dotted #d1d1d1 !important;
    -moz-margin: 0 !important;
    width: 100% !important;
    -webkit-margin: -4px auto 15px auto;
 }

.testimonial-name {

    margin: 0;
    float: left;
 }

 .testimonial-name-taichi {
 	width: 200px;
    margin: 0;
    float: left;
 }

 .testimonial-name-taichi span {
  	font-size: 17px;
  	font-weight: 700;
  	color: #1f60dc;
}

 .testimonial-date span {
 	padding-left: 16px;
 	font-style: italic;
 	font-weight: 700;
 	border-left: 3px black solid;
 }

.testimonial-name span {
  	font-size: 20px;
  	font-weight: 700;
  	color: #1f60dc;
}
.boxes {
	background:url(img/division.png) center right no-repeat;
	float:left;
	width:170px;
	padding:10px;
}

.testimonial-btn {
	position: relative;
    bottom: 31px;
    border-radius: 4px;
    box-shadow: none !important;
    font-size: 17px;
    padding: 4px 11px;
    background-color: #1f60dc;
    color: #ffffff;
    border: none;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
}

.testimonial-btn:hover {
	background:#002367;
	color:#fff !important;
	text-decoration: none !important;
}

.belt-progression-bg {
	background-image: url("../../img/front/belt-progression-bg.jpg");
    min-height: 100% !important;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.belt-progresssion-content {
	position: relative;
	bottom: 64px;
}

.belt-progression-img {
	padding-top: 32px
}

.news_wrapper .news_content {
	background-color:#f0f0f0;
	border-top:4px solid #ccc;
	padding: 20px;
	margin: 10px 0;
}
.new_wrapper .news_content a{
	text-decoration:none!important;
	color:#002367!important;
}
 
.bday_table {
	border:0;
	text-align:center;
}

.junior-program-insideimage img{
	width: 70%;
}

.banner-image img {
	width: 75%;
	margin-top: 20px;
	-moz-margin-top: 20px;
    margin-left: -33px;
}

.bold-italic {
	font-style: italic;
	font-weight: 700;
}

.big-content {
	font-weight: 700;
	font-size: 21px;
}

.testimonial-inside > p span {
	font-weight: 700;
	color: #1f60dc;
}

.testimonial-inside > p {
	font-size: 14px;
}
.contact-us-bg{
	background-image: url("../../img/front/logo-icon-bg.png");
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:63% center;
}

ul.inside-list li:before {
	content: "\2023";
    color: #1f61dc;
    margin-right: 17px;
}

ul.sub-list li:before {
	content: "\2023";
    color: #1f61dc;
    margin-right: 3px;
}


ul.sub-list li { 
    padding-left: 3em;
}

.form-group {
	padding: 0 15px;
	margin: 0 auto;
}

 .form-noside-padding {
 	padding: 0 !important;
 }


 label > .formlabel-no-margin{
 	margin-bottom: 0px !important;
 }


span.color-red {
	color: #fa050b;
}

.request-date-btn {
	padding: 11px 54px !important;
    background-color: #1f60dc !important;
    box-shadow: none !important;
    border: none !important;

}
.no-padding {
	padding: 0px;
}

.padding-20 {
	padding: 20px ;
}

.taiji-sched-custom-header {
	background: #1f60dc;
    border-radius: 6px 6px 0 0;
}

.taiji-sched-custom-header p {
	padding: 10px;
    color: white;
    text-align: center;
    font-weight: 700;
}

.taiji-sched-custom-container {
	background: #f0f0f0;
    padding: 0 !important;
    border-radius: 0 0 6px 6px;
    margin: 3px !important;
}

.taiji-sched-custom-body p {
	padding: 0 15px;
	font-size: 16px;
}

.taiji-sched-custom-body {
	padding: 10px;
}

.no-margin {
	margin: 0 auto !important;
}
.instructor-bios-btn {
	background: #1f60dc;
    color: #fff;
    padding: 8px 20px;
    border-radius: 32px;
    text-decoration: none;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.instructor-bios-btn:hover {
	background:#002367;
	color:#fff !important;
	text-decoration: none !important;
}

.clickhere-btn {
	background: #1f60dc;
    color: #fff;
    padding: 8px 20px;
    border-radius: 32px;
    text-decoration: none !important;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.clickhere-btn:hover {
	background:#002367;
	color:#fff !important;
	text-decoration: none !important;
}

.mailing-list-btn:hover {
	background: #3f3e3e;
	border: 0;
}

.mailing-list-btn {
    background: #282828;
    border: none;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 13px;
    font-size: 18px;
    box-shadow: none;
    -webkit-transition: 0.70s ease;
    -moz-transition: 0.70s ease;
    -ms-transition: 0.70s ease;
    -o-transition: 0.70s ease;
    transition: 0.70s ease;
}


.mailing-list-text {
	border-radius:0 !important;	
	border: none;
	padding: 24px !important
	
}

.panel-mailing-list-body {
	padding-top:19px;
	padding-bottom:0;
	height:auto! important

}

.camps-custom-container {
	background: #f9f9f9;
    padding: 0 !important;
    margin: 3px !important;
}

.camp-custom-header {
	background: #1f60dc;
    border-radius: 6px 6px 0 0;
}

.camp-custom-body p {
	padding: 0 15px;
}
.camp-custom-header p {
    padding: 10px;
    color: white;
    text-align: center;
    font-weight: 700;
}

.camp-custom-body{
	padding: 10px;
}

.camp-custom-footer p {
	padding: 10px;
}

.camp-custom-footer {
	background-color: #e5e4e4;
	border-radius: 0 0 6px 6px;
}

.camps-tbody{
	border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	/**border: 6px #1f60dc solid;
    border-bottom: 19px #1f60dc solid;**/
}

.camps-tbody-header {
	background-color: #1f60dc;
}

.camps-tbody-header p {
	margin: 0 auto;
	padding: 8px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

.camps-tbody-content p{
	margin: 0 auto;
	padding: 8px 14px;
	text-align: left;
	color: #fff;
	font-size: 18px;
}
.camps-tbody-content {
	background-color: #1f60dc;
}

.map-size {
	width: 562px;
	height: 314px;
}

.links-padding {
	padding: 0 0 5px 18px;
}


.add-to-cart-btn a {
	background: #1f60dc;
    color: #fff;
    padding: 8px 30px;
    border-radius: 32px;
    text-decoration: none;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    font-style: italic;
}

.add-to-cart-btn a:hover {
	background:#002367;
	color:#fff !important;
	text-decoration: none !important;
}
 
.view-cart-btn a {
	background: #1f60dc;
    color: #fff;
    padding: 15px 80px;
    border-radius: 8px;
    text-decoration: none;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    font-style: italic;
}

.view-cart-btn a:hover {
	background:#002367;
	color:#fff !important;
	text-decoration: none !important;
}

.img-border-radius10 {
	border-radius: 10px;
}

.news-space {
	padding: 115px 0;
}

.product-dropdown {
	margin: 18px 24px 6px 82px;
}

div.getstart p{
	padding: 0 15px 30px 15px;
}

p.md-text {
	font-size: 14px;
}

ul.belt-requirements-list li{
	padding-bottom: 4px;
	padding-top: 4px;
}

ul.inner-list li {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	list-style: none !important;
}

ul.inner-list li:before {
	list-style: none;
	content: none;
}

.viewcart-btn {
	background: #1F60DC;
    border: none;
    color: #fff;
    text-shadow: none;
    padding: 18px 67px; 
    border-radius: 9px;
    font-style: italic;
     -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.viewcart-btn:hover {
	background:#002367;
	color:#fff !important;
	text-decoration: none !important;
}

.video-responsive {
	width: 580px;
	height: 360px;
}

.zindex-mobile {
	z-index: 1 !important;
}

.contact-img {
	margin-bottom: 20px;
} 

.carousel-bg {
	background-image: url('../../img/front/banner-bg-jrtdk.jpg');
	padding: 231px !important;
	background-size: cover;
	background-repeat: no-repeat;
}

.carousel-showsixmoveone .carousel-control.left {
margin-left: 0 !important;
margin-bottom: 0 !important;
margin-right: 0 !important;
}

.carousel-showsixmoveone .carousel-control.right {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}

.carousel-control {
	margin-top: 50px !important;
}

.forgot-user {
	font-size:12px;
	text-decoration:none;
}

 .newuser-link {
 	text-align: center !important;
 }

.table-style {
	width: 100%;
}

.videosection-container {
	margin: 15px 21px;
	/*border: solid #f0f0f0 1px;*/
	padding: 20px

}

.mom-title {
	font-size: 35px; 
	color: #002367;
}

.light-gray-bg {
	background: #f1f0f0;
}


a.home-blue-btn {
	color: #fff;
	text-decoration: none;
	background: #1f60dc;
    padding: 14px 20px;
    text-align: center;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    display: block;
}

a.home-red-btn {
	color: #fff;
	text-decoration: none;
	background: #ff0000;
    padding: 14px 20px;
    text-align: center;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    display: block;
}

a.home-blue-btn:hover {
	background: #002367;
	text-decoration: none;
	color: #fff;
}

.home-bordered-btn {
	
}

a.home-bordered-btn {
	color: #000;
	text-decoration: none;
	border: 3px solid #000;
    padding: 11px 20px;
    margin-bottom: 5px;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    display:block;
}

a.home-bordered-btn:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.happy-birthday-bg {
	background-image: url('../../img/front/happy-birthday-bg.jpg');
	background-size: 100% 100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


div.checkbox-icon p {
	background-image: url('../../img/front/checkbox-icon.png');
	height: 28px;
	padding-left: 35px;
	background-repeat: no-repeat !important;
	margin-left: 44px;
    font-size: 22px;
}

.black-border-btn {
	border: 3px #000 solid;
    padding: 6px 72px;
    color: #000;
    text-transform: uppercase;
    background: #fff;
    text-decoration: none;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.black-border-btn:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.space-20 {
	padding: 20px 0;
}

div.checklist p {
    background-image: url('../../img/front/mini-checkbox-icon.png');
    padding-left: 28px;
    background-repeat: no-repeat !important;
    margin: 3px 0 0 36px;
    font-size: 18px;
    line-height: 25px;
}

em {
	font-size: 25px;
	line-height: 33px;
}

.form-control {

}

p.medium-title {
	font-size: 24px !important;
	font-weight: bolder;
	-webkit-font-weight: bolder;
	-moz-font-weight: bolder;
	-webkit-text-shadow: 2px 2px 2px 2px #FFFFFF;
	-moz-text-shadow: 2px 2px 2px 2px #FFFFFF;
	text-transform: uppercase;
}

.nav-sidebar h3 {
    color: #fff !important;
    text-align: center !important;
    padding-top: 10px !important;
    font-size: 20px !important;
}

.list-group a.list-group-item {
    background: #1f60dc;
    border: 1px #597cbf solid;
    border-radius: 0;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.list-group > a.list-group-item > h4 {
    color: #fff;
    font-size: 17px;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.nav-sidebar {
    background: #002367;
    border-radius: 5px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

a.list-group-item:hover {
	background-color: #a0c0fc!important;
}

a.list-group-item h4:hover {
    color: #002367 !important;
    font-weight: bolder;
}

/*
 * ul.navbar-nav li:active {
 * background-color: #002367 !important;
 * }
 */

ul.navbar-nav li.active{
	background-color: #002367 !important;
}

/* End Custom CSS*=================================================*/
/*=============GALLERY============================================*/
ul.lb-album {
	list-style:none;
}
.lb-album{
	margin: 0 auto;
	font-family: Tahoma,Geneva,sans-serif;
}
.lb-album li{
	float: left;
	margin: 5px;
	position: relative;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a{
	width: 170px;
	height: 170px;
	position: relative;
	padding: 10px;
	background: #ccc;
	-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
.lb-album li> a:hover {
	background: #002367;
}
.lb-album li > a span{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 150px;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
}
.lb-overlay > div{
	position: relative;
	color: rgba(27,54,81,0.8);
	width: 550px;
	height: 80px;
	margin: 40px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
}
.lb-overlay div h3{
	font-size: 36px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
	font-family: Tahoma,Geneva,sans-serif;
	font-style: italic;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 6px;
}
.lb-overlay div p{
	font-size: 14px;
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close{
	background: #000;
	/*padding:3px;*/
    z-index: 999999999999;
    color: #fff;
    position: absolute;
    top: 45px;
    left: 50%;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    width: 65px;
    height: 25px;
    overflow: hidden;
    margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	border:5px solid #ccc;
	max-width:100%;
}
.lb-prev, .lb-next{
	text-indent: -9000px;
	position: absolute;
	top: -32px;
	width: 24px;
	height: 25px;
	left: 50%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}
.lb-prev:hover, .lb-next:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-prev{
	margin-left: -30px;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.lb-next{
	margin-left: 6px;
	background: transparent url(../images/arrows.png) no-repeat top right;
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
	background: rgba(0,0,0, .8);
}
.lb-overlay:target img,
.lb-overlay:target a.lb-close{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.padding-off{
	padding:0px;
}
.padding-bottom-form{	
	padding-bottom: 20px !important;
}
.add-register-margin{
	margin-right:15px !important;
}
.reCaptcha-padding{
	padding-left:120px !important;
}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}
.contentsec{
 
    float: left;
    width: 800px;
    text-align: justify;
}
.sidebar {
    float: right;
    width: 270px;
}
.li-gallery{
	font-size: 13px;
    padding: 4px;
	list-style-image:url('../../img/front/li-gallery.png');
	border-bottom: 1px dotted #ccc;
}
.bullet-image{
	background:url('../../img/front/li-gallery.png') no-repeat;
	padding: 0px 8px;
    margin-top: -3px!important;
    background-size: cover;
}
/*=============END GALLERY=========================================*/
/*========================slide show===============================*/
#slideshow {
	position:relative;
    height:254px;
	width:409px;
	margin:0px auto;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#banner1 {
	background:url(../../images/bba-short1.jpg) no-repeat;
	width:409px;
	height:254px;
}

#banner2 {
	background:url(../../images/bba-short2.jpg) no-repeat;
	width:409px;
	height:254px;
}

#banner3 {
	background:url(../../images/bba-short3.jpg) no-repeat;
	width:409px;
	height:254px;
}

#banner4 {
	background:url(../../images/bba-short4.jpg) no-repeat;
	width:409px;
	height:254px;
}

.sched-tbl .table-bordered tbody tr td {
	line-height: 19px;
}
/*======================end slide show=============================*/

.navbar-nav {
  width: 100% !important;
  text-align: center !important;
}
.navbar-nav > li {
  float: none !important;
  display: inline-block !important;
}
nav.navbar {
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	z-index:999;
	background:#1f60dc;
	
}
.navbar-nav>li>a {
	color:#fff;
	font-size:14px;
	margin-top: -1px;
}
@media (max-width: 767px) {
  .navbar-nav > li {
	  display: block !important;
  }
  .navbar-nav {
	  margin:0 !important;
	  text-align:left !important;
  }
  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: #002367 !important;
	color:#fff;
}
.dropdown-menu>li>a {
	color:#fff !important; 
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background: #002367 !important;
}
}
.red-text{
	color:#BE0008;
}
.header-top {
	background:#282828;
	padding:5px 0;
	line-height: 17px;
}
.clr {
	clear:both;
}
.header-top  span{
	color:#fff;
	font-size:12px;
}
.border-header {
	margin:0 10px;
}
.contact span i {
	margin-right:10px;
}
.header-top a span {
	margin-right:20px;
	-webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.header-top a span:hover {
	color:#1f60dc;
}
.header-logo {
	margin:40px 0 0;
}

.btn-blue-links {
	border: 3px solid #1f60dc;
    padding: 2px 7px;
    color: #1f60dc;
	margin-top: 10px;
    text-decoration: none;
	-webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.btn-blue-links:hover, .btn-blue-links:focus, .btn-blue-links:active {
	color: #fff;
	background-color: #1f60dc;
	text-decoration: none;
}


/********Gallery CSS*******/
.image-gallery {
	margin: 0 auto;
	padding-top: none !important;
}

.images-thumb img{
	padding:2px;
	width: 100%;
}

.image-gallery {
	padding: 0 auto;
	margin: 0 auto;
}

.image-gallery img {
	/**background-color: #1f60dc;**/
	margin: 15px 0;
    border-radius: 4px;
}

.image-gallery img:hover {
	background-color: #002367;
	-webkit-transition: 1s;
	-ms-transition: 1s;
}

#appointment_date{
	width:100%;
}

hr.gray-devide {
	border-top: 1px solid #cecece !important;
	width: 100%;
	margin-top: 30px;
    margin-bottom: 30px;
}

.hov-img {
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    transform: scale(.9600);
}

.hov-img:hover, .hov-img:focus, .hov-img:active {
	transform: scale(1);
}

/* Media Querry */
@media (min-width: 1200px) {
	.image-gallery {
		padding:0px 150px 15px 150px; 
	}
}


@media (min-width: 768px) and (max-width: 979px)  {
.row-fluid {
    width: 100%;
}
.images-thumb img{
	padding: 2px;
	width:100%;
}
}

@media (min-width: 480px) and  (max-width: 754px) {

	.images-thumb img{
		float: left;
		padding: 2px;
		max-width: 100%;
	}
	.image-gallery {
		margin: 0 auto;
		padding-top: 50px;
	}
}





/*****Media Queries: Exclusive for Media Styles only*******/


/*** iPhone5 Portrait Media ***/
@media (max-width: 320px) and (orientation : portrait){
	.device-side-margin { 
		margin: 20px 20px !important;
	 }

	.device-side-padding { 
		padding: 20px 41px !important;
	 }

	 .device-left-right-margin { 
		margin: 0px 20px !important;
	 }

	 h2.creed-title {
	 	font-size: 28px;
	 }

	 .creed-content {
	 	padding: 0px 41px 23px 41px;
	 }
	 a.black-bordered-btn, input.black-bordered-btn {
	 	padding: 7px 0px;
	 }
	 .footer-nav ul li {
	 	display: inherit;
	 }
	 .no-padding {
		padding: 0 !important;
	 }

	 .tier4 {
	 	padding: 39px !important;
	 }

	 .tier4-links {
	 	font-size: 14px;
	 }
	 .img-mobile-responsive {
	 	width: 100% !important;
	 	margin: 0 auto;
	 }
	 .tier3 {
	 	padding: 19px;
	 }

	 .tier2 {
	 	padding: 19px;
	 }

	 .sched-tbl {
	 	overflow-x: scroll;
	 }

	 .panel-body-custom-program-camps {
	 	padding:14px !important;
	 }

	.inside-banner-btn {
		margin-bottom: 6;
		font-size: 13px;
	}

	.learnmore-btn-trasparent {
		display: block;
		font-size: 17px;
		margin-right: 0px;
		margin-bottom: 8px
	}

	.setappointment-btn-blue {
		display: block;
		font-size: 17px;
	}

	div.getstart p {
		padding: 0;
	}

	a.black-bordered-btn, input.black-bordered-btn {
		font-size: 13px;
	}


	.map-size {
		width: 243px !important;
    	height: 260px;
	}
		.banner-text {
		width: 55% !important;
		font-size: 12px;
	}

	.banner-title {
		font-size: 33px;
    	width: 60% !important;
	}

	.form-padding { 
		padding: 0 25px !important;
	 }

	 .content-btn-links-wrapper {
	 	width: 75%;
	 }
}



/*** iPhone5 landscape Media ***/
@media (min-width: 320px) and (max-width: 480px) and (orientation: landscape){
	.device-side-margin { 
		margin: 10px 25px !important;
	 }

	 .gallery-margin { 
		margin: 20px 183px !important;
	}

	.banner-text {
		width: 100% !important;
		font-size: 12px;
	}

	.banner-title {
		font-size: 33px;
    	width: 100% !important;
	}

}

/*** iPad Landscape Media ***/
@media (min-width: 768px) and (max-width: 1024px) and (orientation : landscape){
	.device-space-40 {
		padding: 40px 0;
	}
	.footer-nav ul li a {
		font-size: 11px;
	}

	.no-right {
		margin-right: 0 !important;
	}

	.gallery-ipad-landscape {
		margin-left: 28px !important; 
	}

	.caption h3 {
		font-size: 17px;
	}

	.banner-text {
		font-size: 14px;
	}

	.banner-btn {
		font-size: 14px;
	}
	div.getstart p{
		padding: 0 15px 30px 15px;
	}
	
	.device-side-margin { 
		margin: 32px !important;
	}

	.carousel-bg {
		/* padding: 188px !important; */
	}

	.motn-device-padding {
		padding: 0 41px !important;
	}

	.dsm-device-padding {
		padding: 41px 41px !important;
	}

	.news-space {
		padding: 85px 0;
	}

	div.checkbox-icon p:first-child {
		margin-bottom: 37px;
	}
	a.home-blue-btn {
		padding: 14px 17px;
	}
	ul.list li {
		line-height: 4vh;
	}
	
	.hidden-nav {
		display:none;
	}
	
	.display-nav {
		display: block !important;
	}
}

/*** iPad Portrait Media ***/
@media (min-width: 768px) and (max-width: 1024px) and (orientation : portrait){
	.device-side-margin { 
		margin: 32px !important;
	}

	.device-left-right-margin { 
		margin: 0px 32px !important;
	 }

	.footer-nav ul li {
	 	display: inherit;
	 	border-left: none;
	}
	
	.footer-nav ul li a {
		text-decoration: underline;
	}
	ul.nav li a {
		padding: 13px 8px !important;
	    font-size: 9px !important;
	}
	.getstart-mobile {
		padding: 30px 20px;
	}

	div.caption h3 {
  		font-size: 12px;
    }
    div.caption p {
  		font-size: 13px;
  	}

  	h1.banner-title {
  		font-size: 21px;
  	}

  	.banner-text {
  		font-size: 12px !important;
  		line-height: 15px;
  		margin-bottom: 15px;
  	}
  	.banner-btn {
  		font-size: 9px;
  	}

  	.sm-response {
  		right: -22px !important;
    	bottom: 9px !important;
  	}

 	.custom-col-md-2 {
 		float:left !important;
 	}

 	.custom-col-md-2 {
	   width: 33.33333% !important;
	}

	.custom-col-md-2 {
	   position: relative !important;
	   min-height: 1px !important;
	   padding-right: 15px !important;
	   padding-left: 15px !important;
	}

	.container-padding {
		padding: 28px 19px 54px 10px !important;
	}

	.no-right {
		margin-right: 0 !important;
	}

	div.getstart p{
		padding: 0 15px 30px 15px;
	}

	.header-top  span {
		font-size: 10px;
	}

	.device-center {
		text-align: center !important;
	}
	.carousel-bg {
		padding: 146px !important;
	}

	.banner-content .col-md-7 {
		margin-top: 0px;
	}

	a.left-margin {
		margin-left: 16px !important;
	}

	.archives-dropdown {
		font-size: 14px !important;
	}

	.motn-device-padding {
		padding: 0 41px !important;
	}

	.news-space {
		padding: 15px 0;
	}

	.dsm-device-padding {
		padding: 41px 41px !important !important;
	}

	.inside-banner-container {
		padding: 29px 0 29px 0;
	}

	div.checkbox-icon p:first-child {
		margin-bottom: 37px;
	}

	ul.list li {
		line-height: 3vh;
	}

}


@media (max-width: 1010px) {
	ul.nav li a {
		padding: 15px 4px !important;
	}
}
@media (max-width: 767px) {
	ul.nav li a {		
		padding: 15px 13px !important;
	}
}
@media (max-width: 480px) {
	.device-side-padding { 
		padding: 20px 41px !important;
	 }

	 .device-left-right-margin { 
		margin: 0px 41px !important;
	 }

	 h2.creed-title {
	 	font-size: 28px;
	 }

	 .creed-content {
	 	padding: 0px 41px 23px 41px;
	 }
	 a.black-bordered-btn, input.black-bordered-btn {
	 	padding: 7px 0px;
	 }
	 .footer-nav ul li {
	 	display: inherit;
	 }
	 .no-padding {
		padding: 0 !important;
	 }

	 .tier4 {
	 	padding: 39px !important;
	 }

	 .tier4-links {
	 	font-size: 14px;
	 }
	 .img-mobile-responsive {
	 	width: 100% !important;
	 	margin: 0 auto;
	 }
	 .tier3 {
	 	padding: 19px;
	 }

	 .tier2 {
	 	padding: 19px;
	 }

	 .sched-tbl {
	 	overflow-x: scroll;
	 }
	 
	 .panel-body-custom-program-camps {
	 	padding:14px !important;
	 }

	.inside-banner-btn {
		margin-bottom: 6;
		font-size: 13px;
	}

	.learnmore-btn-trasparent {
		display: block;
		font-size: 17px;
		margin-right: 0px;
		margin-bottom: 8px
	}

	.setappointment-btn-blue {
		display: block;
		font-size: 17px;
	}

	.device-side-margin { 
		margin: 20px 20px !important;
	}

	p.justified {
		text-align: left !important;
	}

	p.text-justify {
		text-align: left !important;
	}

	.product-dropdown {
		margin: 4px 32px 6px 33px;
	}

	.news-space {
		padding: 4px 0;
	}

	.map-size {
		width: 289px;
    	height: 260px;
	}

	.zindex-mobile {
		z-index: 1 !important;
	}

	.testimonial-btn {
		top: 17px;
		font-size: 12px;
	}

	.video-responsive {
		width: 200px;
		height: 200px;
	}

	.rsvp-btn {
		text-align: center;
		margin-top: 17px;
	}

	.rsvp-dropdown {
		width: 75% !important;
	}

	.space {
		padding:27px 0;
	}

	.gallery-margin { 
		margin: 20px 41px !important;
	}

	.contact-img {
		width: 90%;
		margin-bottom: 15px;
	}

	.lb-next, .lb-prev {
		height: 124% !important;
	}

	.lb-nav a.lb-next {
		opacity: 1 !important;
	}

	.lb-nav a.lb-prev {
		opacity: 1 !important;
	}

	.banner-title {
		font-size: 38px;
		width: 75%;
	}

	.banner-text {
		font-size: 14px;
		line-height: 20px;
		width: 73%;
	}

	.banner-btn {
		font-size: 11px;		
	}

	.carousel-bg {
		padding: 0;
	}
	.carousel-control {
		position: absolute !important;
	}

	.testimonial-name span {
		font-size: 13px;
	}
	.testimonial-name {
		width: 105px;
	}

	.testimonial-date span {
		font-size: 13px;
	}

	.img-circle {
		margin: 0 auto;
	}

	.banner-content .col-md-7 {
		margin-top: 0px;
	}

	.carousel-bg {
		padding: 246px !important;
	}

	.footer-nav ul li {
	 	display: inherit;
	 }

	 .news_wrapper {
	 	padding: 20px 0;
	 }
	 .mom-title {
		font-size: 27px;
	}
	#selectedMonthMessage {
		padding: 6px;
	}

	ol.alignLeft {
		padding: 0;
	}

	.content-btn-links-wrapper {
	 	width: 75%;
	 }
	 
	 .calendar_table {
		overflow-x: scroll !important;
	}
	
	.black-border-btn {
		padding: 6px 10px;
		font-size: 15px;
		display: block;
	}

	.inside-banner-container {
		padding: 29px 0 29px 0
	}

	div.checkbox-icon p:first-child {
		margin-bottom: 50px;
	}

	div.checkbox-icon p {
		margin-left:0;
		font-size: 21px;
	}
	ul.sub-list li {
		padding-left: 0em;
	}
	ul.list li { 
	    line-height: 4vh;
	}

	.list-group > a.list-group-item > h4 {
		font-size: 14px;
	}
	.recaptcha-responsive {
		transform:scale(0.89);
		-webkit-transform:scale(0.89);
		-moz-transform:scale(0.89);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		-moz-transform-origin:0 0;
	}
	h1.big-title {
		font-size: 37px;
	}
}


@media (max-width: 736px) and (orientation : landscape) {
	.banner-title {
		font-size: 32px !important;
		width: 100%;
	}

	.carousel-control {
		position: absolute !important;
	}

	ul.dropdown-menu li {
		padding-left: 15px;	
	}

	ul.dropdown-menu li a{
		line-height: 5px !important;
		padding: 12px 10px !important;
		font-size: 13px !important;
	}

	.img-circle {
		margin: 0 auto;
	}

	ul.navbar-nav li a{
		font-size: 13px !important;
	}

	.device-side-padding { 
		padding: 20px 41px !important;
	 }

	 .banner-text {
		width: 100%;
		font-size: 12px;
	}

	.banner-title {
		font-size: 33px;
    	width: 100%;
	}

	.product-dropdown {
		margin: 0px 128px !important;
	}

	.device-side-margin { 
		margin: 10px 25px !important;
	 }

	 .footer-nav ul li {
	 	display: inherit;
	 }

	 .news_wrapper {
	 	padding: 20px 20px;
	 }

	 .video-responsive {
		width: 300px;
		height: 250px;
	 }
	 .calendar_table {
		overflow-x: scroll !important;
	}
	.device-left-right-margin {
		padding: 0 41px;
	}
	.news-space {
		padding: 15px 0;
	}
	input.black-bordered-btn {
		display:block;
		width: auto;
	}
	ul.list li { 
	    line-height: 10vh;
	}
}

@media (max-width: 1920px) {
	.carousel-bg {
		background-image: url('../../img/front/banner-bg-jrtdk-wide.jpg') !important;
		padding: 218px;
		background-size: cover;
		background-repeat: no-repeat;
	}

	ul.navbar-nav li {
		font-weight: 300;
	}
}







@media (max-width: 1024px) and (orientation: landscape) {
  .col-md-12.default-padding-landscape{
	  padding-left:0px !important;
	  padding-right:0px !important;
	  
  }
  .footer-nav ul{
	  margin:0px !important;
  }
}

@media (max-width: 735px) and (orientation : landscape){
	.device-side-margin { 
		margin: 0px 41px !important;
	}
}
@media (max-width: 736px) and (orientation: landscape) {
  .carousel{
		display:block !important
	}
	.image-resize{
		height:300px !important;
	}
	.hide-image{
		display:none !important;
	}
}
@media (max-width: 640px) and (orientation: landscape) {
  .carousel{
		display:block !important
	}
	.image-resize{
		height:340px !important;
	}
	.hide-image{
		display:none !important;
	}
}
@media (max-width: 414px){
	.carousel{
		display:block !important
	}
	.image-resize{
		height:440px !important;
	}
	.hide-image{
		display:none !important;
	}
}
@media (max-width: 360px){
	.carousel{
		display:block !important
	}
	.image-resize{
		height:460px !important;
	}
	.hide-image{
		display:none !important;
	}
}
/***** End of Media Queries*******/

.video-close {
  position:absolute;
  right:-20px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.category {
	width: 100%;
	color: #FCFCFE;
	background-color: #4063D8;
}

.category h2{
	padding: 10px 20px;
}

.thumbnail-video{
	margin-top: 20px;
}

.thumbnail-video a i{
	position: absolute;
	top: 33%;
	left: 45%;
	font-size: 50px;
}

.thumbnail-video a img{
	position: center;
	border: solid 4px silver;
}

.modal-video .modal-dialog{
	max-width: 800px; 
	margin: 30px auto;
}

.modal-video .modal-body
{
	position:relative; 
	padding:0px;
	/*background:url(../../images/loading.gif) center center no-repeat;*/
}

/* Header Logo Patch Jhoon Rhee Institute left */
.logo-patch-container {
	position: absolute;
    top: 68px;
    left: 15px;
}
.logo-patch-container-xs {
	position: relative;
	margin-top: 20px!important;
    margin-bottom: -20px!important;
}



/* Header Logo Patch Jhoon Rhee face right */
.logo-right-patch-container {
	position: absolute;
    top: 68px;
    right: 15px;
}
.logo-right-patch-container-xs {
	position: relative;
	margin-top: 20px!important;
    margin-bottom: -20px!important;
}


/**End of Custom CSS **/


