@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);

body{
	line-height: 22px;
	font-weight: 300;
	color: #222;
	font-family: 'PT Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	margin-top: 0;	
}


h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3{
	font-size: 20px;
	color:rgba(49, 143, 66, 0.95);
}

h4{
	font-size: 16px;
	color:#A50000;
}

a{
	-webkit-transition: color 200ms, background-color 200ms;
	transition: color 200ms, background-color 200ms;
}

a,a:hover, a:focus{
	text-decoration: none;
}

header{background:#FFFFFF;}
.pre-header {
	padding:2px 0;
	background:#333;
	}
	
/*  Social Icons */
.social{
	float:right;
	text-align: right;
	margin: 10px 0;
	display:inline-block;
}

.social a i{
   display:inline-block;
   width:25px;
   height:25px;
   font-size:18px;
   line-height:25px;
   text-decoration:none;
   text-align:center;
   color:#006699;
   background:none;
   -webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
   -ms-transition: all 1.5s ease;
   -o-transition: all 1.5s ease;
   transition: all 1.5s ease;
}

.social a:hover i{
	color:#c53333;
}

.tel h4{text-align:right; font-weight:0; margin:0px 0 10px; color:#006699; margin-right:-156PX;}

.logo{margin:0px 0 0;}
.logo img{max-height:100px; width:auto;}

.iso{margin:0px 0;}
.iso img{max-height:100px; float:right; margin:2px 0;}

.btn-orange {
    color: #FFF;
    background-color: #006699;
    border-color: rgba(158,111,51,1);
	margin-top:-6px;
	border-radius:0px;
	font-size:13px;
}

.btn-orange:hover {
    color: #FFF;
    background-color:#030;
    border-color:#f3824e;
}

/*  Main Navigation */

#topNav {
	z-index:-1;
}

#nav {
  width: 100%;
}

#nav.affix-top {
   position: absolute;
   top:0;
   z-index:10;
   height:50px;
   line-height:50px;
   background-color:#fff;
   color:red;
   border:0;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}


.navbar-brand {
	float: left;
	height:auto;
	padding:0px;
	margin:0px 10px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand img{max-height:px; margin-top:5px;}

.navbar-default {
    background-color:#fff;
	min-height:40px;
    border-radius:0px;
	border:0px;
	border-bottom:0px solid #F1373A;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	margin: 0px 0px 0px -15px;
	text-transform:uppercase;
}

.navbar-default .navbar-nav > li{
	display:block;
	border-right:0px solid rgba(255,255,255,0.3);
}

.navbar-default .navbar-nav > li > a {
    line-height:21px;
	color:#000;
	font-size:17px;
	font-weight:400;
	letter-spacing:1px;
	text-shadow: 0 0px 0 rgba(255,255,255,0);
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	-ms-transition: all 0.35s ease-in;
	-o-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
	z-index:1;
}

.navbar-nav {}

.nav > li > a {
		padding: 15px 20px;
	}

.nav{margin-top:0px;}

.navbar-default .navbar-nav > li > a:hover {color:#999; background:none;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	background:#fff; 	
	color: #000;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background:none;}
	
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#FFFFFF;
    background:#ffff;
}	

.navbar-right {
	margin-bottom:-6px;
}

.dropdown-menu {
	padding:0px;
	background:#211717;
	border:0px;
	}

.dropdown-menu li{
	border-bottom:1px solid #666;
	padding:5px;
	display:block;
	}
.dropdown-menu li a{color:#FFFFFF;}
.dropdown-menu li:last-child{border-bottom: 3px solid #666;}
.dropdown-menu li a:hover{background:none; color:#fff;}

.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:0px;
	margin-left:-1px;
	border-radius:0px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display:block;
}

.dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color:#ffffff;
	color:#777777;
}
.dropdown-submenu.pull-left {
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:0px 0 0px 0px;
	-moz-border-radius:0px 0 0px 0px;
	border-radius:0px 0 0px 0px;
}

@media (min-width:768px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
}

.courses{margin-top:-14.0%;}

.courses .feature-course{
	padding: 30px;
	margin: 0;
	color:#fff;
	transition:300ms;
	-webkit-transition:300ms;
	line-height: 20px;
}

.courses .feature-course.lpurple{background-color: rgba(45, 114, 130, 0.9);}
.courses .feature-course.purple{background-color: rgba(68, 36, 8, 0.9);}
.courses .feature-course.orange{background-color: rgba(243, 51, 193, 0.55);}
.courses .feature-course.green{background-color: rgba(160, 64, 62, 0.63);}

.courses .feature-course:hover {
	margin-top: -15px;
	padding-bottom: 45px;
}

.courses .feature-course h3 {
	margin:0 0 10px;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
}

.courses .paddingnone {
	padding: 0;
}

.courses .feature-course h3 a {
	color: #fff;
}

.courses .feature-course .btn-featue {
	font-weight: 500;
	color:#fff;
}

.courses .feature-course .btn-featue i {
	margin-left: 3px;
	font-weight: 500;
}


.welcome-content{
	padding:40px 0 20px;
	}
.welcome-content .text-content{margin-bottom:20px;}	
.welcome-content h2{font-size:30px;}
.welcome-content h2 span{color:#29883c;}
.text-content p{letter-spacing:0.02em; line-height:22px;}	

ul.fancy-list { list-style-type:none; list-style-position:outside; padding:0;}
ul.fancy-list li { display:block; position:relative; padding-left:20px; line-height:24px; padding-bottom:10px; }
ul.fancy-list li a{color:#222}
ul.fancy-list li p{line-height:21px !important; color:#333;} 
ul.fancy-list li ul { padding-left:0px; }
	
ul.fancy-list.arrow li { padding-left:15px; }
ul.fancy-list.double-arrow li { padding-left:15px; }

ul.fancy-list li:before { font-family: 'FontAwesome'; font-style:normal;color:teal; font-weight:normal; text-decoration:inherit; font-size:14px; position:absolute; top:1px; left:0px; }

ul.fancy-list.arrow li:before { content:"\f105";}
ul.fancy-list.double-arrow li:before { content:"\f101";}

ul.fancy-list.arrow-right li:before { content:"\f061";}


.breadcrumb-section { width:100%; margin:0px 0px 20px; padding:15px 0px 15px; float:left; clear:both; background:teal; font-family: 'Open Sans', sans-serif;}
.breadcrumb-section h3{color:#FFF;}
ul.breadcrumb{margin:0px 0 0;background:transparent;}
ul.breadcrumb>li{text-shadow:none}
ul.breadcrumb>li>a,ul.breadcrumb>li .divider{color: #CCC; font-size:14px; font-weight:400;}
ul.breadcrumb>li.active{color:#CCC}
.p{color:#A50000; text-align:center}

.clears{margin:90px 0px;}
.datagrid table { 
	border-collapse: collapse; 
	text-align: left; 
	width: 200px;

	} 
.datagrid {
	font: normal 12px/150% Arial, Helvetica, sans-serif; 
	overflow: hidden; 
	border: 0px solid #000; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	margin-bottom:10px;
	}

.datagrid table td, .datagrid table th { padding: 5px 7px; }

.datagrid table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,  #D11101), color-stop(1,  #D11101) );
	background:-moz-linear-gradient( center top,  #D11101 5%,  #D11101 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=' #D11101', endColorstr=' #D11101');
	background-color: #D11101; 
	color:#e4b248; 
	font-size: 16px; 
	font-weight: bold; 
	border-left: 0px solid #000; } 
	
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { color: #222; border: 0px solid #000;font-size: 14px;font-weight: normal; }
.datagrid table tbody .altred td { color: #f00; }
.datagrid table tbody .alt td {background-color: rgba(0, 0, 0, 0.6); color: #fff; }
.datagrid table tbody .alt td a { color: #fff; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }
.datagrid table tfoot td div { border-top: 1px solid #006699;background: #E1EEF4;} 
.datagrid table tfoot td { padding: 0; font-size: 12px } 
.datagrid table tfoot td div{ padding: 2px; }
.datagrid table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
.datagrid table tfoot  li { display: inline; }
.datagrid table tfoot li a { text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px;color: #FFFFFF;border: 1px solid #006699;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; }
.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover { text-decoration: none;border-color: #006699; color: #FFFFFF; background: none; background-color:#00557F;}
div.dhtmlx_window_active, div.dhx_modal_cover_dv { position: fixed !important; }

.ul_bg{ margin:0 0 30px 0; }
.ul_bg li{ height:auto; background: rgba(0, 0, 0, 0.6); color:#fff; border-top:15px solid #fff; font-size:14px;}
.ul_bg li a{ display:block; padding:6px 10px; text-decoration:none; color:#fff; font-size:14px; }
.ul_bg li a:hover{ display:block; padding:6px 10px; color:#fff; background: rgba(0, 0, 0, 0.6); border-radius:4px;}
.ul_bg li a.hover{ display:block; padding:6px 10px; color:#fff; background: rgba(0, 0, 0, 0.6); }

/* custom inclusion of right, left and below tabs */

.tabs-left > .nav-tabs {
  border-bottom: 0;
  font-family: 'Open Sans', sans-serif;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}


.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a{
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 0px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	background:#C53333;
	font-size:14px;
	color: #f2f2f2;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
  background:none;
  color:#C53333;
}

.widget{
	background:#FAFAFA;
	
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	margin-bottom:0px;
	}
.widget h6{font-size:18px; line-height:24px;}

.widget ul{margin:0px; padding:0px;}
.widget ul li {
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	font-size: 16px;
	font-weight:300;
	line-height: 15px;
	list-style-type:none;
	padding:8px 0 9px;
	}
.widget ul li:first-child{padding-top:0px;}
.widget ul li:last-child{padding-bottom:0px; border-bottom:0px;}	
.widget ul li i{padding-right:25px; color:#3C763D;}
.widget ul li a{color:#333; }
.widget ul li a i{padding-left:25px; color:#db2e38;}
.widget ul li a:hover{color:#db2e38; }

.widget-appointment{padding-left:35px;}

.widget-appointment i{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(131,63,148,0.9);
}

.widget-appointment i:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left-width: 4px;
  border-left-style: solid; 
  border-left-color: rgba(131,63,148,0.9); 
}

.widget-appointment .form-group {
    margin-bottom: 0px;
	margin-top:-1px;
}
.form-group input.form-control {height:40px;}

.widget-appointment .form-group .form-control {
    background-color: #FFF;
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
	padding:12px 15px 12px 40px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.widget-appointment textarea {
  height: auto;
}

.widget-appointment .row:nth-child(odd) i {
	background: rgba(180,62,146,0.9);
}
.widget-appointment .row:nth-child(odd) i:after {
	border-left-color: rgba(180,62,146,0.9);
}

#contactform button[type="submit"] {
	display: block;
	float: right;
}

.button { 
  position: relative;
  display: inline-block;
  padding: 7px 15px;
  border: 0px solid rgba(180,62,146,0.9);
  background:rgba(180,62,146,0.9);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -ms-box-sizing:border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-transition: border 0.3s, background 0.3s, color 0.3s;
  -ms-transition: border 0.3s, background 0.3s, color 0.3s;
  -moz-transition: border 0.3s, background 0.3s, color 0.3s;
  -webkit-transition: border 0.3s, background 0.3s, color 0.3s;
}
.button:hover {
  background:rgba(131,63,148,0.9); color:#FFF;
}

/*Parallax*/	
.parallax {
	background-attachment: fixed !important;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.overlay {
	background:#fff;
	padding: 50px 0 30px;
}	
.parallax h2{font-size:30px; color:#FFF;}

.carousel-inner .item img {
	width: 100%;
	height: 100%;
}
.item .thumbnail {
	margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right {
	background-image: none !important;
}
.carousel-control {
	background: #FFF;
	color: #999;
	width: 30px;
	height: 30px;
	line-height: 26px;
	top: 25%;
	left: auto;
	bottom: 0;
	opacity: 1;
	text-shadow: none;
	border: 1px solid #999;
}
.carousel-control.right {
	right: 0px;
}
.carousel-control.left {
	left: 0px;
}
.carousel-control:hover {
	color: #0da3e2;
}

.carousel-indicators{top:80%;}

.carousel-indicators li {
	border-radius:100%;
	width:10px;
	height:10px;
	background:none;
	border:1px solid #ccc;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#FFFFFF;
	border:0px;
}

.testimonial-bg{background:rgba(68, 103, 88, 0.92); padding:20px 0 0;}

blockquote {
    position: relative;
    padding-top: 20px;
	padding-bottom:20px;
	padding-left:15%;
	padding-right:15%;
    font-size: 15px;
    color: #fff;
    border-left: 0;
    line-height: 28px;
	text-align:center;
}

blockquote:before {
    content: '';
    position: absolute;
    width: 34px;
    height: 24px;
    background: url(../images/quote-left.png) center center no-repeat;
    left: 6%;
    top: 5%;
}

blockquote:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 24px;
    background: url(../images/quote-right.png) center center no-repeat;
    right: 6%;
    top: 5%;
}

blockquote h5{font-size:18px; font-weight:700; color:#000;}

footer {
	background:#0059FA;
	padding: 20px 0 10px;
	margin-top: 0px;
}
footer p {
	color: #ffffff;
}
footer p a {
	color: #ffffff;
}
footer p a:hover {
	color: #CCCCCC;
}
.designed {
	text-align: right;
}
.designed a {
	color: #CCCCCC;
}
.designed a:hover {
	color: #e52f86;
}
/* Scroll to top */

.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 104400;
}
.totop a i {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	background: #000;
	border-radius: 2px;
}
.totop a, .totop a:visited {
	color: #fff;
}
.totop a:hover {
	color: #eee;
	background:#DB0000;
	text-decoration: none;
}

.call-back {
	position: fixed !important;
	top: 70%;
	right:-55px;
	z-index: 999999999;
	transform: rotate(270deg);
}

.modal-open {
	overflow:hidden
}
.modal {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	display:none;
	overflow:auto;
	overflow-y:scroll;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.modal.fade .modal-dialog {
	-webkit-transform:translate(0, -25%);
	-ms-transform:translate(0, -25%);
	transform:translate(0, -25%);
-webkit-transition:-webkit-transform .3s ease-out;
-moz-transition:-moz-transform .3s ease-out;
-o-transition:-o-transform .3s ease-out;
transition:transform .3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0)
}
.modal-dialog {
	position:relative;
	z-index:1050;
	width:auto;
	margin:10px
}
.modal-content {
	position:relative;
	background-color:#fff;
	border:1px solid #999;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius:6px;
	outline:0;
	-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip:padding-box
}
.modal-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1030;
	background-color:#000
}
.modal-backdrop.fade {
	opacity:0;
	filter:alpha(opacity=0)
}
.modal-backdrop.in {
	opacity:.5;
	filter:alpha(opacity=50)
}
.modal-header {
	min-height:16.428571429px;
	padding:15px;
	border-bottom:1px solid #e5e5e5
}
.modal-header .close {
	margin-top:-2px
}
.modal-title {
	margin:0;
	line-height:1.4;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.modal-body {
	position:relative;
	padding:20px
}
.modal-footer {
	padding:19px 20px 20px;
	margin-top:15px;
	text-align:right;
	border-top:1px solid #e5e5e5
}
.modal-footer:before, .modal-footer:after {
	display:table;
	content:" "
}
.modal-footer:after {
	clear:both
}
.modal-footer:before, .modal-footer:after {
	display:table;
	content:" "
}
.modal-footer:after {
	clear:both
}
.modal-footer .btn+.btn {
	margin-bottom:0;
	margin-left:5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left:-1px
}
.modal-footer .btn-block+.btn-block {
	margin-left:0
}

ul.fancy-list1 { list-style-type:none; list-style-position:outside; }
ul.fancy-list1 li { display:block; position:relative; padding-left:20px; line-height:24px; }
ul.fancy-list1 li ul { padding-left:0px; }
	
ul.fancy-list1.arrow li { padding-left:15px; }

ul.fancy-list1 li:before { font-family: 'FontAwesome'; font-style:normal; color:#428BCA; font-weight:normal; text-decoration:inherit; font-size:14px; position:absolute; top:1px; left:0px; }

ul.fancy-list1.arrow li:before { content:"\f105";}
ul.fancy-list1.double-arrow li:before { content:"\f101";}



@media screen and (min-width:768px) {
.modal-dialog {
width:600px;
margin:30px auto
}
.modal-content {
-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow:0 5px 15px rgba(0, 0, 0, 0.5)
}
}


@media only screen and (min-width: 992px) and (max-width:1199px) {
	.logo img { max-height: 100px; }
	.nav > li > a { padding: 15px 15px; }
	.navbar-right { margin-bottom:-6px; }
	.widget ul li {padding:7px;}
}

@media only screen and (min-width: 767px) and (max-width:991px) {
.logo img { margin-top:20px;}
.nav > li > a {padding: 15px 5px;}
.widget ul li {padding:7px;}
}

@media (min-width: 480px) and (max-width: 767px) {

.social{float:none;}
.tel h4{text-align:left;}

.courses {margin-top:15px;}
.courses .paddingnone {padding:0 15px 15px;}

.navbar-nav {
	float: none;
	text-align: center;
	background:rgba(165,0,0,0.8);
}
.nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.nav > li > a {
	padding: 10px;
}
.navbar-default .navbar-nav > li {
	border-bottom: 1px solid #FAFAFA;
}
.navbar-default .navbar-nav > li:before {display:none;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	background: #DB2E38;
	color: #FFFFFF;
}

.navbar-nav .open .dropdown-menu {
	text-align: center;
}
.navbar-default .navbar-nav > li:before {display:none;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #e52f86;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #FFFFFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #e52f86;
	background: #474747;
}
.welcome-note{
	margin-top:20px;
	padding:0px 20px 20px;
	margin-bottom:20px;
	color:#FFF;
	}
	
.welcome-note h2{font-size:15px; text-align:center; line-height:21px;}
.welcome-note p{font-size:12px; text-align:justify;}

footer {
	text-align: center;
}
.designed {
	text-align: center;
}
}
 @media only screen and (min-width: 320px) and (max-width:479px) {

.social{float:none;}
.tel h4{text-align:left;}
.courses {margin-top:15px;}
.courses .paddingnone {padding:0 15px 15px;}

.navbar-nav {
	float: none;
	text-align: center;
	background:rgba(165,0,0,0.8);
}
.nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.nav > li > a {
	padding: 10px;
}
.navbar-default .navbar-nav > li {
	border-bottom: 1px solid #FAFAFA;
}
.navbar-default .navbar-nav > li:before {display:none;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	background: #DB2E38;
	color: #FFFFFF;
}
.navbar-nav .open .dropdown-menu {
	text-align: center;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #e52f86;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #FFFFFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #e52f86;
	background: #474747;
}

.widget ul li {
	font-size: 13px;
	}
blockquote {
    position: relative;
    padding: 20px 10px;
}	
footer {
	text-align: center;
}
.designed {
	text-align: center;
}

.welcome-content h2 {
    font-size: 18px;
}
}
