﻿

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
	background-color:#f7f7f7;	
	}
	
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    background: none repeat scroll 0 0 #fdfdfd;
    border: 1px solid #e5e5e5;
    border-radius: 1px;
    color: #888;
    display: block;
    margin: 0 0 20px;
    max-width: 100%;
    min-height: 21px;
    outline: medium none;
    padding: 6px 4px;
    width: 97%;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #aaa;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #444;
}


select {
    
    padding: 0.3em;
    width:270px;
}
textarea {
    min-height: 150px;
}



.btn-default {
  
  width: 80px;
  height: 40px;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="tel"]:hover, textarea:hover {
    border-color: #c1dfed;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
label.error, p.mailerror {
    color: red;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    margin-top: -10px;
}

.placeholder {
    font-size: 12px;
}
*::-moz-placeholder {
    font-size: 11px;
}
input:-moz-placeholder {
    font-size: 11px;
}

#main-container.container{
	padding-right:0px;
	padding-left:0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#fff;
	-webkit-box-shadow:0px 0px 20px 10px rgba(0,0,0,0.4);
-moz-box-shadow:0px 0px 20px 10px rgba(0,0,0,0.4);
box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.4);
	}
	
.heads{
	height:auto;
	position:absolute;
	top:0px;
	width:100%;	
	z-index:100;
	background-color:rgba(255, 255, 255, .3);	
	}

.subheader{
	width:100%;
	height:auto;		
	}
	
.topic{
	float:left;
	width:100%;
	display:inline-flex;
	padding-top:0px;
	padding-bottom:15px;
	
	}
		
.topic-a {
	font-family:"Times New Roman", Times, serif;
	font-size:37px;
	color:#4D4D4D;
	padding-top:10px;
	padding-bottom:10px;
	
	border-bottom: #EBBB10 solid 5px;
	}
	
.topic-b {
	font-family:"Times New Roman", Times, serif;
	font-size:37px;
	color:#EBBB10;
	padding-top:10px;	
	padding-bottom:10px;
	
	}
#side-content{
float: right;
background: url("../image/brdr-line.png") repeat-y scroll -6px center transparent;
padding: 0px 30px;

}
.course-list li{

	margin: 0px !important;
}
.course-list h4{
color: #EBBB10;
font-weight: 600;
text-decoration: underline;
}

.table th {
    color: #333;
    text-shadow: 0px 1px 1px #FFF;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center !important;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 18px;
    background: linear-gradient(to bottom, #F5F5F5 0%, #EBEBEB 100%) repeat scroll 0% 0% transparent;
    width: 27% !important;
    vertical-align: middle !important;
}
.table tbody > tr > td{

	vertical-align: middle !important;
     text-align: center !important;
}
.course-img img{
width: 100%;
border: 4px inset #EBBB10;
margin-top: 15px;
}
.crumbs{
	display:inline-flex;
	float:right;
	line-height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#969697;
	font-weight:bold;
	line-height:100px;
	
	}	


.crumbs .lnk >a:link, .crumbs .lnk >a:visited{	
	padding:5px 5px;
	color:#969697;
	text-decoration:none;
	
	}
	
.crumbs .lnk >a:hover{	
	padding:5px 5px;
	color:#E1A426;	
	}	

	
.crumbs .sep{
	padding:0px 0px;
	}
/* dropdown submenu.....*/

.dropdown:hover .dropdown-menu {
display: block;
}
.dropdown:hover .dropdown-submenu .dropdown-menu  {
display: none;
}
.dropdown:hover .dropdown-submenu   {
display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block !important;
}

.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: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* end submenu*/

.content{
	background-color:#ffffff;
	width:100%;
	/*padding-bottom:50px;	*/
	}


.shadow{
	background-image:url(../image/foot-bg-down.png);
	background-repeat:repeat-x;
	background-position:top;
	height:50px;
	}
	
.title-head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:50px;}
	
	
.font-a-body-14{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	line-height:2;
	padding-top:20px;
	}	
.font-a-body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	line-height:2;
	padding:20px 0px;
	text-align: justify;	
	}
	
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	line-height:2;
	margin-bottom:15px;	
	}
	
.font-t-body{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#626366;
	padding:20px 0px;	
	}
			
.font-a-head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#4D4D4D;
	}
	
.font-y-a-head{
	font-family:Arial, Helvetica, sans-serif;
	color:#E1A426;
	font-size:20px;
	margin-top:25px;
	margin-bottom:10px;
	}
.font-y-t-head{
	font-family:"Times New Roman", Times, serif;
	color:#EBBB10;
	font-size:20px;
	margin-top:25px;
	}
	
.font-y-t-large{
	font-family:"Times New Roman", Times, serif;
	color:#E1A426;
	font-size:25px;
	}

.font-g-a-head{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:16px;
	margin-top:10px;
	margin-bottom:5px;
	}
	
.space{
	width:100%;
	height:5%;
	}
	
.full-band-gray{
	width:100%;
	background-color:#F6F6F6;
	margin-top:50px;
	min-height:80px;
	color:#E1A426;
	font-family:"Times New Roman", Times, serif;
	font-size:23px;
	font-weight:bold;
	line-height:1.5;
	padding:30px 0px;
	
	}
	
	
.full-band-white{
	width:100%;
	background-color:#FFFFFF;
	min-height:50px;
	padding:10px 0px;	
	}
		
.hr-ln{
	background-image:url(../image/hr-ln.png);
	background-repeat:repeat-x;
	background-position:center;		
	}
.vr-ln{
	background-image:url(../image/vr-ln.png);
	background-repeat:repeat-y;
	background-position:center;	
	}


.big-but-y{
	width:80%;
	height:50px;
	font-family: "Times New Roman", Times, serif}
	
.pad-tb-15{
	padding:15px 0px}
.pad-lr-15{
	padding:0px 15px}	
.pad-t-15{
	padding-top:15px}
.pad-b-15{
	padding-bottom:15px}	
.pad-b-5{
	padding-bottom:5px}	
.pad-t-5{
	padding-top:5px}	
.pad-t-2{
	padding-top:2px}

	
.logo{ padding:0px 0px}
.container .res:first-child{ padding-top: 4.5%; padding-left: 6%;}
.container .res:last-child{ padding-top:4.5%; padding-left:12%}	

.res .form-group{ display:inline-flex}	
.res .form-control{ margin-right:2%}

.mar { margin-top:100px}
/*media queries*/

.black a {
color:#F7F7F7;
text-decoration: none;
}
.black a:hover {
color:#FFF;
text-decoration: none;
}

.yellow{ color:#EBBB10;}

.construction {
	margin:50px;
	padding:50px;
	font-size:24px;
	font-weight:200;
	text-align:center;
	}


@media (min-width: 768px) and (max-width: 991px) {
	/*.heads{
	height:auto;
	position:relative;
	background-color:rgba(255, 255, 255, 1)}*/
	
	
	.container .res{float:left;  width:33%;}
	.heads .container{padding:0px}
	
	

	
	}
	
	
@media (min-width: 640px) and (max-width: 767px) {
	.heads{
	height:auto;
	position:relative;
	background-color:rgba(255, 255, 255, 1)}
	
	
	.container .res{float:left;width:33%;}
	/*.container .res:first-child{ padding-top:4%; width:45%; height:40px }
	.container .res:last-child{ padding-top:4.5%; width:45%; height:40px  }*/
	
	

	
	
	}	
	


@media (min-width: 460px) and (max-width: 639px) {
	.heads{
	height:auto;
	position:relative;
	background-color:rgba(255, 255, 255, 1)}
	
	/*.heads .container{width:90%;}*/
	
	.res .logo{ position:absolute; top:0; left:30%; width:40%}
	
	.container .sec{float:left; width:35%;height:40px ; margin-top:13%;margin-bottom:6%;}
	
	.container .sec:first-child{ margin-left:5%; margin-right:5% }
	
	
	}


@media (max-width: 459px) {
	.heads{
	height:auto;
	position:relative;
	background-color:rgba(255, 255, 255, 1);
	padding-bottom:10px}
	
	
	.container .logo{ position:absolute; z-index:150; top:10px;left:50%;width:150px;margin-left:-75px;margin-top:10px;margin-bottom:10px}
	
	
	.container .sec{float:left; width:70%;height:40px; margin-bottom:10px;}
	.container .sec:first-child{margin-top:75px; margin-left:20%;}
	.container .sec:last-child{margin-top:0; margin-left:28%; padding-left:2%; margin-bottom:20px;}
	
	
	
	}
	
	


.foot-up{
	background-image:url(../image/foot-bg-up.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:15px;
	
	}


.foot{
	background-image:url(../image/foot-bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#f7f7f7;
	height:auto;
	width:100%;
	padding:20px 15px;
	/*padding-top:50px;
	padding-bottom:50px;
	padding-left:15px;*/
	
	
	}

	
.font-a{
	font-family:"Times New Roman", Times, serif;	
	}
	
.font-b{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	line-height:1.8;	
	}
.font-a-12{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:1.8;	
	}
	
.pad-tb-5{
	padding:5px 0;
	}
.pad-foot-hdng{
	padding:5px 0 5px 0;
	
	}	
	
.black{
	background-color:#D8AE17;
	color:#FFF;
	/*line-height:3em;*/
	padding: 5px 0 5px 0;
	}
	
.white{
	color:#ffffff;
	
	}
	
.white-l:link{
	color:#FFF;
	text-decoration:none;
	
	}	
.white-l:hover{
	color:#FFF;
	text-decoration:none;
	}
	
.white-l:visited{
	color:#FFF;
	text-decoration:none;
	}
	
.white-l:focus{
	color:#FFF;
	text-decoration:none;
	}


.white-g:link{
	color:#999;
	text-decoration:none;
	
	}	
.white-g:hover{
	color:#999;
	text-decoration:none;
	}
	
.white-g:visited{
	color:#999;
	text-decoration:none;
	}
	
.white-g:focus{
	color:#999;
	text-decoration:none;
	}




.upparrow {
   height: 0;
   width: 0;
   border: 4px solid transparent;
   border-bottom-color: #FFF;
}

.downarrow {
   height: 0;
   width: 0;
   border: 4px solid transparent;
   border-top-color: #FFF;
}

.arrow-u-w {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-bottom: 4px solid #FFF;
border-right: 4px solid transparent;
border-left: 4px solid transparent;}




.arrow-d-w {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid #FFF;
border-right: 4px solid transparent;
border-left: 4px solid transparent;}

.arrow-d-g {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
ver	tical-align: middle;
border-top: 4px solid #999;
border-right: 4px solid transparent;
border-left: 4px solid transparent;}






.cent{
	text-align:center;
	 	
	}
	
.wid-50{
	width:50%;
	
	}




.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.element {
  .center-block();
}


.men{
	height:103px;
	width:100%;
	text-align:center;
	z-index:100;
	background-image:url(../image/men-bg.png);
	
	}

.subs-but{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #bc4f48;
	background-image: url(../image/subs-but.jpg);
	background-repeat: no-repeat;
	padding:0 15px;
	height: 39px;
	width: 253px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	}
	
	
	

.navbar-nav.nav-justified > li{
    float:none;
	
}


.gal div{
	border:1px solid #F6F6F6;
	padding:5px;
	text-align:center;
	}
.gal img {
	display:inline-block;}
	
div.google-map {
background: #E5E3DF;
height: 450px;
margin: 0px;
width: 100%;}
#bottom-i-gal{
	margin:20px 0 20px 0;}
	
#bottom-i-gal img {
	display:inline-block;
	border:1px transparent solid;}
#bottom-i-gal img:hover {
	border:1px rgba(102, 102, 102, .4) solid;}


#bottom-i-gal div{
	padding:20px;
	text-align:center;
	}
#bottom-i-gal .know{
	color:#ed9c28;
	}
	
.w-100{
	width:100px;}
.w-120{
	width:120px;}
.w-130{
	width:130px;}
.w-140{
	width:140px;}
.w-150{
	width:150px;}
.w-160{
	width:160px;}
.w-170{
	width:170px;}
.w-175{
	width:175px;}
.w-180{
	width:180px;}

	
	
.panel-group.mystyle .panel-heading{
	background-color:#FFF !important;
	background-image: none !important;
	border:none !important;
	
	}
.panel-group.mystyle .panel{
	border-top:1px solid thin #CCC !important;
	border-bottom:1px solid thin #CCC !important;
	border-left:none;
	border-right:none;
	border-radius: 0px;
	-webkit-box-shadow: none; 
 box-shadow: none;}
	
.panel-group.mystyle .panel+.panel{
	border-top:none;}
	
.panel-group.mystyle .panel-default>.panel-heading+.panel-collapse .panel-body{
	border-top:none}

.follow div div a{ 
float:left;}
/*
color code to use

top-color=#c3a36a  rgba(195,163,106,1)
mid color= #816340	rgba(129,99,64,1)
bott- color=#715439	rgba(113,84,57,1)

textcolor black light:#969697
textcolor black:#4D4D4D
textcolor yellow: #E1A426; rgba(225, 164, 38,1 )
Grey:#666666  rgba(102, 102, 102, 1)
*/

/*media queries*/

@media and (min-width: 768px){}



@media (min-width: 480px) and (max-width: 767px) {
	.gal div{ width:50%; float:left}}


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