@charset "UTF-8";
@charset 'iso-8859-15';
*{
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#151515;
	padding-top:20px;
}
.allwrapper{
	background:#fafafa;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 0px solid #000000;
}
.page_holder{
	/*width:65%;*/
	/*margin:0 auto 0;
	width:100%;*/
	background:#fafafa;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 0px solid #000000;
	margin-top:1em;
	width:90%;
}
.wrapper{
	margin-top:1em;
	background:#fafafa;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 0px solid #000000;
	
	
}
.newTextbox{
    display:inline;
    width: 30%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/*-- Header--*/
.top_bar{
	/*padding:15px 0px;*/
	padding:5px 0px;
}
.logo{
	width:50%;
	float:left;
	text-align:left;
	/*margin-top:10px;*/
	margin-top:6px;
}
/*.header_center{
	width:30%;
	float:left;
	text-align:left;
}*/
.header_right{
	width:40%;
	float:right;
	text-align:left;
}
.quotes{
	font-size:10px;
	text-align:justify;
	padding:5px;
}
/*SOCIAL ICONS*/
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.horizontalline
{
	border-bottom:1px solid #000; 
	padding-bottom:20px;
}
/*---- Genral classes end -------*/

/*Change icons size here*/
.social-icons{
	float:right;
	margin-top:10px;
}
.social-icons .fa {
	font-size: 1.4em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	/*width: 50px;
	height: 50px;
	line-height: 50px;*/
	width:30px;
	height:30px;
	line-height:30px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}
.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
.social-icons .fa-facebook{
	background-color:#3C599F;
}  
.social-icons .fa-google-plus{
	background-color:#CF3D2E;
}
.social-icons .fa-linkedin{
	background-color:#0085AE;
}
.social-icons .fa-twitter{
	background-color:#32CCFE;
}
.social-icons .fa-youtube{
	background-color:#C52F30;
}

p{
	text-align:justify;
}



/*******************************************/

/*******NAVIGATION************/
/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
	display: none;
	text-align: center;
}
#nav-trigger span {
	display: inline-block;
	padding: 10px 30px;
	background-color: #3a4f00;
	color: #dfe683;
	cursor: pointer;
	text-transform: uppercase;
}
#nav-trigger span:after {
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	height: 10px;
	content: "";
	border-left: solid 10px transparent;
	border-top: solid 10px #fff;
	border-right: solid 10px transparent;
}
#nav-trigger span:hover {
	background-color: #6a7101; }
    #nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; }
.nav {
 /* margin-bottom: 30px;*/
 margin-bottom::10px;
 }
nav {
 /* margin-bottom: 30px;*/
 margin-bottom::10px;
   border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	margin-top:10px;background-color: #3a4f00;width:100%; }

nav#nav-main {
  background-color: #3a4f00;
  color:#dfe683;
  padding: 10px 0;
 border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	margin-top:10px;background-color: #3a4f00;width:100%;
  
		
	 }
  nav#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
	text-transform:uppercase;
	margin:0 auto 0;
	width:100%;
	padding-left:5px; }
  nav#nav-main li {
    display: inline-block;
    border-right: solid 1px #304a03;
	padding:0px 5px;
    /*padding: 0 5px; */}
    nav#nav-main li:last-child {
      border-right: none; }
  nav#nav-main a {
    display: block;
    color: white;
    /*padding: 10px 30px;*/
	padding:10px 10px;
	font-size:14px; }
    nav#nav-main a:hover {
      background-color: #6a7101;
      color: #fff;
	  text-decoration:none;
	  }

nav#nav-mobile {
  position: relative;
  display: none;
  z-index:99; }
  nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	text-transform:uppercase;
    background-color: #6a7101; }
  nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
    border-bottom: solid 1px #304a03;
	 }
    nav#nav-mobile li:last-child {
      border-bottom: none; }
  nav#nav-mobile a {
    display: block;
    color: white;
    padding: 10px 30px; }
    nav#nav-mobile a:hover {
      background-color: #9bae89;
      color: #fff;
	  text-decoration:none; }
	    
		

/******************/
/****************FOR SLIDER***********************/
.ia-container {
	/*width: 1200px;*/
	margin: 5px auto;
	overflow: hidden;
	height:300px;
	padding-left:20px;
	/*box-shadow: 1px 1px 4px rgba(0,0,0,0.08);*/
/*	border: 7px solid rgba(255,255,255,0.6);*/
}

.ia-container figure {
    position: absolute;
	top: 0;
	left: 35px; 
	width: 600px;
  /*
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}

.ia-container > figure {
    position: relative;
	left: 0 !important;
}

.ia-container img {
	display: block;
	width: 100%;
	height:auto;
	background-position:top;
}

.ia-container input {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px; /* just cover visible part */
	height: 100%;
	cursor: pointer;
	border: 0;
	padding: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ia-container input:checked{
	width: 15px;
	left: auto;
	right: 0px;
}
.ia-container input:checked ~ figure {
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
	left: 535px;
}

.ia-container figcaption {
	width: 100%;
	height: 100%;
/*	background: rgba(87, 73, 81, 0.1);*/
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ia-container figcaption span {
	position: absolute;
	top: 40%;
	margin-top: -30px;
	right: 20px;
	left: 20px;
	overflow: hidden;
	text-align: center;
/*	background: rgba(87, 73, 81, 0.3);*/
	line-height: 20px;
	font-size: 18px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 700;
	padding: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
} 

.ia-container input:checked + figcaption,
.ia-container input:checked:hover + figcaption{
	background: rgba(87, 73, 81, 0);
}

.ia-container input:checked + figcaption span {
	-webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
	opacity: 1;
	
	top: 50%;
}

.ia-container #ia-selector-last:checked + figcaption span {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.ia-container input:hover + figcaption {
	/*background: rgba(87, 73, 81, 0.03);*/
}

.ia-container input:checked ~ figure input{
    z-index: 1;
}
.white{
	color:#fff;
}
@media screen and (max-width: 720px) {
    .ia-container { 
		width: 540px; 
	}
	
	.ia-container figure { 
		left: 40px; 
		width: 260px; 
	}
	
	.ia-container input { 
		width: 40px; 
	}
	
	.ia-container input:checked ~ figure { 
		left: 260px; 
	}
	
	.ia-container figcaption span { 
		font-size: 16px; 
	}
}

@media screen and (max-width: 520px) {
    .ia-container { 
		width: 320px; 
	}
	
	.ia-container figure { 
		left: 20px; 
		width: 180px; 
	}
	
	.ia-container input { 
		width: 20px; 
	}
	
	.ia-container input:checked ~ figure { 
		left: 180px; 
	}
	
	.ia-container figcaption span { 
		font-size: 12px; 
		letter-spacing: 2px; 
		padding: 10px; 
		margin-top: -20px; 
	} 

}


/************************************/

/*******CONTENT************/
.section_holder{
	margin:10px 0px;
	padding:0px 10px;
	border:1px solid #999999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.section_holder1{
	margin:10px 0px;
	padding:0px 10px;
	/*border:1px solid #999999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

.section_holder_regi{
	margin:10px 0px;
	padding:0px 10px;
	
}

#buttons .regisbtn {
	border:solid #344c00 1px;
	background-color:#344c00;
	color:#fff;
	float:left;
	width:60%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:14px;
	margin-left:50px;
	
}
#buttons .regisbtn:hover {
	border:solid #344c00 1px;
	background-color:rgba(52,76,0,0.7);
	
	
}

.section_title{
	color: #7acc0e;
	/*font-family: "Droid Serif", Georgia, serif; */
	font-size: 1.5em; 
	/*line-height: 1.8em; */
	font-weight: 500; 
	/*margin-top: 25px; 
	margin-bottom: 25px; 
	padding: 10px 0; 
	text-align: center;
	max-width:500px;*/
	
	/*border:1px #eee solid;*/
}
.section_title a {
color: #7acc0e;
}

.section_title a:hover {
color:#618f3f;
}
.panel{
	background:#fafafa;
	border:1px solid #999999;
	margin:10px 0px;
	border-radius:10px;
}
.panel-heading{
	background:#ddd;
	border-radius:10px 10px 0px 0px;
}
.panel-title{
	/*color: #7acc0e;*/
	color:#344c00;
	font-size: 1.5em; 
	font-weight: 500;
	/*margin-top:10px;*/
	background:#ddd;
}
.form_holder { box-sizing: border-box; }
.form_holder .txtinput { 
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 10px;
	font-size: 12px;
	padding-top:11px;
	padding-bottom:11px;
	/*padding: 11px 25px;*/
	padding-left: 55px;
	width: 100%;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
.form_holder .txtinput:focus { 
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline: 0 none; 
}

.form_holder input#full_name {
background: #fff url(../images/user.png) 5px 4px no-repeat;
}
.form_holder input#email {
background: #fff url(../images/email.png) 5px 4px no-repeat;
}
.form_holder input#website {
background: #fff url(../images/website.png) 5px 4px no-repeat;
}
.form_holder input#contactnum {
background: #fff url(../images/phone.png) 5px 4px no-repeat;
}
.form_holder input#coursename {
background: #fff url(../images/course.png) 5px 4px no-repeat;
}

.form_holder input#sub_name {
background: #fff url(../images/user.png) 5px 4px no-repeat;
}
.form_holder input#sub_email {
background: #fff url(../images/email.png) 5px 4px no-repeat;
}

.form_holder textarea {
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 15px;
font-size: 1em;
padding: 11px 25px;
padding-left: 55px;
width: 100%;
height: 50px;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
.form_holder textarea:focus {
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
outline: 0 none; 
}
.form_holder textarea.txtblock {
background: #fff url(../images/speech.png) 5px 4px no-repeat;
}

.form_holder #slider { width: 100%; }

.form_holder #aligned { 
box-sizing: border-box; 
float: left;
width:100%;
/*width: 450px; 
margin-right: 50px; */
}
/*#hongkiat-form #aside {
	float: left;
	width: 250px;
	padding: 0;
	box-sizing: border-box;
}*/
.justified{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	word-spacing:3px;
}
.titles{
	margin-top:10px;
	font-size:11px;
}
.titles a{
	
	color:#333;
	text-decoration:none;
}
.titles a:hover{
	color:#77bd08;
	text-decoration:underline;
}

/*******************************Register form text****************************************************************************************/

.form_holder_regi { box-sizing: border-box;
/*margin-left:50px;*/}
.reg{
margin: 0 auto 0;
width:60%;
}
.form_holder_regi .txtinput { 
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 10px;
	font-size: 12px;
	padding-top:11px;
	padding-bottom:11px;
	/*padding: 11px 25px;*/
	padding-left: 55px;
	width: 100%;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
.form_holder_regi .txtinput:focus { 
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline: 0 none; 
}



.form_holder_regi textarea {
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 15px;
font-size: 1em;
padding: 11px 25px;
padding-left: 55px;
width: 100%;
height: 50px;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
.form_holder_regi textarea:focus {
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
outline: 0 none; 
}


.form_holder_regi #slider { width: 60%; }

.form_holder_regi #aligned { 
box-sizing: border-box; 
float: left; 
width: 400px; 
margin-right: 50px;
/*padding-left:40px;*/

}
/*#hongkiat-form #aside {
	float: left;
	width: 250px;
	padding: 0;
	box-sizing: border-box;
}*/






/******************************************************/
#wrapping { width: 100%; box-sizing: border-box; }
#buttons{
	margin-bottom:10px;
	width:100%;
}
#buttons .submitbtn {
	border:solid #344c00 1px;
	background-color:#344c00;
	color:#fff;
	
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:14px;
	
}
#buttons .submitbtn:hover {
	border:solid #344c00 1px;
	background-color:rgba(52,76,0,0.7);
	
	
}
#buttons #subscribebtn {
display: block;
/*height: 3em;*/
width:80px;
/*padding: 0 0.5em;*/
border: 1px solid;
outline: 0;
font-weight: bold;
font-size: 1em;
color:  #fff;
text-shadow: 0px 1px 0px #222;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border-color: #5e890a #5e890a #000;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
background-color: rgb(226,238,175);
background-image: -moz-linear-gradient(top, rgb(226,238,175) 3%, rgb(188,216,77) 3%, rgb(144,176,38) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(226,238,175)), color-stop(3%,rgb(188,216,77)), color-stop(100%,rgb(144,176,38))); 
background-image: -webkit-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -o-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -ms-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 );
}
/***************NEW SUBSCRIBE IN FOOTER*****************/
.subs_holder{
	padding:0.5em 1em;
	background:#fff;
	margin-top:20px;
}
/**********************************************/
/***************UPCOMING SECTION*****************/
.upcoming{}
.upcoming h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8f5a28;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:underline;
}
.upcoming h3 a{
	cursor:pointer;
	color:#8f5a28;
}
.upcoming p{
	font-size:13px;
}
.upcoming hr{
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}
.more_events{
	font-size:13px;
	color:#77bd0d;
}
.more_events a{
	font-size:13px;
	color:#77bd0d;
}
.more_events a:hover{
	color:#62a70f;
}
/*.post_title { 
	font-size: 11px;
	line-height: 12px;
	padding-bottom:1px;
}*/
.post_title a:hover{ 
	color:#62a70f;
}
.date { 
	/*font-size: 11px;
	color: #999999;
	padding-bottom:0;*/
	color:#212;
}
/*****************************Table for calender**********************************/
/* CSS Document */
.TFtable{
		width:100%; 
		border-collapse:collapse; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*font-weight:bold;*/
	text-align:left;
	}
	.TFtable td{ 
		/*text-align:left;
		/*border:#4e95f4 1px solid;*/
		padding:5px;
	}
	
	.TFtable th{
	background-color:#FFFFFF;
	height:30px;
	color:#990033;
	text-align:left;
	text-transform:uppercase;
	
	
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable tr{
		background:#E7DED3;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #E7DED3;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #ffffff;
	}
	.gapping{
	margin:10px 0px;
}
#no-more-tables table{
	
	
 }
.no-more-tables table{
	margin-bottom:30px;
}
.newtable{
	margin-bottom:70px;
}
 #no-more-tables thead tr{
 	/*background:#3a4f00;*/
 }
 #no-more-tables td{
 font-size:12px; }
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
		
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
		font-size:10px;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}



	
.cal_regi{
background:#999900;
padding:10px;
margin-bottom:25px;

}
/***************SINGLE PRODUCT STYLING*****************/
/*-- Title--*/
.mrgn{
	margin-top:20px;
}
.book_title{
	font-size:22px;
	/*color:#fd8616;*/
	color:#cf3e2d;
	font-weight:700;
	margin-top:0px;
}
.book_img{
	border:5px solid #e5e5e5;
}
.product-avail{
		margin-top: 30px;
}
.ret_price{
	font-size:16px;
}
.our_price{
	font-size:18px;
}
.stock{
	font-size:13px;
	font-style:italic;
}
.desc{
	/*background:#f3f3f3;*/
	background:#6a7101;
	padding:10px;
	color:#fff;
	font-size:17px;
	font-weight:500;
	text-transform:uppercase;
}
.product_points{
	margin-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	word-spacing:3px;
}
.add_tocart{
	color:#fff;
	background:#CF3D2E;
	margin-top:20px;
}
.add_tocart:hover, .add_tocart:active{
	background:#e84533;
	color:#fff;
	
}
/*******************************/
/***************FOOTER*****************/
.wrapper_footer{
	margin-top:1.5em;
	/*background:#464646;*/
	/*background:url(../images/footer_bg.png) repeat-x;*/
	background:#454545;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	height:auto;
}
.wrapper_footer a{
	color:#fff;
}
.copyright{
	text-align:center;
	font-size:11px;
	/*padding-bottom:5px;*/
	margin:10px 0px;
	padding-top:5px;
	color:#bababa;
}
.footer{
	/*background-color:#424242;*/
	color:#bababa;
}

.foot_contacts{
	font-size:15px;
}
.foot_nav{
	list-style:none;
	margin-top:10px;
}
.foot_nav li{
	/*border-left:1px solid #fff;*/
	/*padding:0 8px 0 11px;*/
	color:#000;
	/*font-size:12px;*/
	/*text-transform:uppercase;*/
	padding:5px 0px;
	color:#9b9c9e;
	font-size:15px;
	font-weight:400;
	border-bottom:1px dotted #898c8d;  /*#9b9c9e*/
}
/*.foot_nav li:first-child {
	border:none;
}*/
.foot_nav li a:hover{
	color:#e6e6e6;
	text-decoration:none;
	
}
.foot_form {
	/*padding: 80px 0;*/
	padding:1em 0em;
	/*background:#646464;*/
}
.foot_form .single {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}
.foot_form .single .form-control {
	height: 50px;
	background: rgba(255, 255, 255, 0.8);
	border-color: transparent;
	/*border-radius: 20px 0 0 20px;*/
	border-radius: 20px 0 0 20px;
}
.foot_form .single .form-control:focus {
	box-shadow: none;
	/*border-color: #243c4f;*/
	border-color:#647864;
}
.foot_form .single .btn {
	min-height: 50px;
	border-radius: 0 20px 20px 0;
	/*background: #243c4f;*/
	/*background: #647864;*/
	background:#84c225;
	color: #fff;
}

/****************Solutions****************************************/

.sol{
	list-style:disc;
	margin-left:30px;
}
.panel.with-nav-tabs .panel-heading{
   /* padding: 5px 5px 0 5px;*/
   padding:0px;
	background:#fafafa;
	border:none;
}
.panel.with-nav-tabs{
	border:none;
	background:#ddd;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/*** PANEL DEFAULT ***/
.nav-tabs > li{
	
}
/*.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
	border-top:2px solid #3a4f00;
	color:#FF9900;
}*/
.with-nav-tabs.panel-default .nav-tabs > li > a{
	color:#fff;
	font-size:14px;
	font-weight:600;
	background:#3a4f00;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-webkit-transition: background 0.3s ease-in;
-moz-transition: background 0.3s ease-in;
-ms-transition: background 0.3s ease-in;
-o-transition: background 0.3s ease-in;
transition: background 0.3s ease-in;
}
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
   /* color: #3a4f00;
	background-color: #fff;
	border-color: transparent;
	border-top:2px solid #3a4f00;
	border-radius:5px;*/
	opacity:0.8;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	/*color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
	border-top:2px solid #3a4f00;
	border-left:2px solid #3a4f00;
	border-right:2px solid #3a4f00;
	border-radius:0px;*/
	opacity:0.8;
	text-decoration:underline;
}
.downld{
	text-transform:uppercase;
	color:#fff;
	background:#6a7101;
}
.downld:hover{
	background:#98a302;
	color:#fff;
}
/********************************************************************/

/****************CONTACT****************************************/
.contact_title{
	margin-left:0px;
	font-size:1.2em;
	font-weight:700;
}
.input-group-addon i{
	color:#7acc0e;
}
.submit{
	color:#fff;
	background:#7acc0e;
}
.submit:hover{
	color:#fff;
	background:#6bb30c;
}
/***********************Page back button**********************************************************************************************************/

.btn1 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color:#FFCCCC;
  float:right;
  padding-right:100px;

  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
/********PRODUCTS***************/
.prod-info-main {
	border: 1px solid #CEEFFF;
	margin-bottom: 20px;
	margin-top: 10px;
	background: #fff;
	padding: 6px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(21,180,255,0.5);
	box-shadow: 0 1px 1px 0 rgba(21,180,255,0.5);
}
.prod-info-main .product-image {
	/*background-color: #EBF8FE;*/
	background-color: #f5f5f5;
	display: block;
	min-height: 238px;
	overflow: hidden;
	position: relative;
	border: 1px solid #CEEFFF;
	padding-top: 40px;
}
.prod-info-main .product-detail {
	border-bottom: 1px solid #dfe5e9;
	padding-bottom: 17px;
	padding-left: 16px;
	padding-top: 16px;
	position: relative;
	background: #fff;
}
.product-content .product-detail h5 a {
	color: #2f383d;
	font-size: 15px;
	line-height: 19px;
	text-decoration: none;
	padding-left: 0;
	margin-left: 0;
}
.prod-info-main .product-detail h5 a span {
	color: #9aa7af;
	display: block;
	font-size: 13px;
}
.prod-info-main .product-detail span.tag1 {
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	height: 50px;
	padding: 13px 0;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 50px;
}
.prod-info-main .product-detail span.sale {
	background-color: #21c2f8;
}
.prod-info-main .product-detail span.discount {
	background-color: #71e134;
}
.prod-info-main .product-detail span.hot {
	background-color: #fa9442;
}
.prod-info-main .description {
	font-size: 12.5px;
	line-height: 20px;
	padding: 10px 14px 16px 19px;
	background: #fff;
}
.prod-info-main .product_info {
	/*padding: 11px 19px 10px 20px;*/
	padding:5px 10px;
}
.prod-info-main .product-info a.add-to-cart {
	color: #2f383d;
	font-size: 13px;
	padding-left: 16px;
}
.prod-info-main name.a {
	padding: 5px 10px;
	margin-left: 16px;
}
.product-info.smart-form .btn {
	padding: 6px 12px;
	margin-left: 12px;
	margin-top: -10px;
}
.load-more-btn {
	background-color: #21c2f8;
	border-bottom: 2px solid #037ca5;
	border-radius: 2px;
	border-top: 2px solid #0cf;
	margin-top: 20px;
	padding: 9px 0;
	width: 100%
}
.product-block .product-detail p.price-container span, .prod-info-main .product-detail p.price-container span, .shipping table tbody tr td p.price-container span, 
.shopping-items table tbody tr td p.price-container span {
	/*color: #21c2f8;*/
	color: #2f4f4f;
    font-family: Lato, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight:700;
}
.product-info.smart-form .rating label {
	margin-top:15px;
}
.prod-wrap .product-image span.tag2 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	padding: 10px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
}
.prod-wrap .product-image span.tag3 {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 60px;
	height: 36px;
	border-radius: 50%;
	padding: 10px 0;
	color: #fff;
	font-size: 11px;
	text-align: center
}
.prod-wrap .product-image span.sale {
	background-color: #57889c;
}
.prod-wrap .product-image span.hot {
	background-color: #a90329;
}
.prod-wrap .product-image span.special {
	background-color: #3B6764;
}
.shop-btn {
	position: relative;
}
.shop-btn>span {
	background: #a90329;
	display: inline-block;
	font-size: 10px;
	box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
	font-weight: 700;
	border-radius: 50%;
	padding: 2px 4px 3px!important;
	text-align: center;
	line-height: normal;
	width: 19px;
	top: -7px;
	left: -7px;
}
.product-detail hr {
	padding: 0 0 5px!important;
}
.product-detail .glyphicon {
	color: #3276b1;
}
.product-detail .product-image {
	border-right: 0px solid #fff !important;
}
.product-detail .name {
	margin-top: 0;
	margin-bottom: 0;
	font-size:15px;
	font-weight:700;
}
.product-detail .name a {
	color:#c4251b;
}
.product-detail .name small {
	display: block;
}
.product-detail .name a {
	margin-left: 0;
}
.product-detail .price-container {
	font-size: 24px;
	margin: 0;
	font-weight: 300;
}
.product-detail .price-container small {
	font-size: 12px;
}
.product-detail .fa-2x {
	font-size: 16px!important;
}
.product-detail .fa-2x>h5 {
	font-size: 12px;
	margin: 0;
}
.product-detail .fa-2x+a, .product-detail .fa-2x+a+a {
	font-size: 13px;
}
.product-detail .certified {
	margin-top: 10px;
}
.product-detail .certified ul {
	padding-left: 0;
}
.product-detail .certified ul li:not(first-child) {
	margin-left: -3px;
}
.product-detail .certified ul li {
	display: inline-block;
	background-color: #f9f9f9;
	padding: 13px 19px;
}
.product-detail .certified ul li:first-child {
	border-right: none;
}
.product-detail .certified ul li a {
	text-align: left;
	font-size: 12px;
	color: #6d7a83;
	line-height: 16px;
	text-decoration: none;
}
.product-detail .certified ul li a span {
	display: block;
	color: #21c2f8;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}
.product-detail .message-text {
	width: calc(100% - 70px);
}
@media only screen and (min-width:1024px) {
	.prod-info-main div[class*=col-md-4] {
		padding-right: 0;
	}
	.prod-info-main div[class*=col-md-8] {
		padding: 0 13px 0 0;
	}
	.prod-wrap div[class*=col-md-5] {
		padding-right: 0;
	}
	.prod-wrap div[class*=col-md-7] {
		padding: 0 13px 0 0;
	}
	.prod-info-main .product-image {
		border-right: 1px solid #dfe5e9;
		text-align:center;
	}
	.prod-info-main .product-info {
		position: relative
	}
}
/**********NEW PRICING TABLES**************/
/* --- Plans ---------------------------- */
.planHeaderName {
	text-align: center;
    color: #fff;
	background:#d9534f;
	padding:5px;
	margin:40px 0px 0px;
}
.my_planTableTitle {
    font-size:15px;
    font-weight: bold;
	letter-spacing:1px;
	/*text-transform:uppercase;*/
}
.my_planHeader {
    text-align: center;
    color: #fff;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.my_planTitle {
    font-size:16px;
    font-weight: bold;
	letter-spacing:1px;
}
.highlight{
	/*text-transform:uppercase;*/
	font-weight:bold;
	color:#CC0000;
}
.note{
	font-size:10px;
	font-weight:normal;
	text-align:justify;
}
@media (max-width: 768px) {
	.my_planTitle {
        font-size:small;
    }
	.my_planTableTitle {
		font-size:14px;
		font-weight: bold;
		letter-spacing:1px;
		text-transform:uppercase;
	}
	.my_planTitle {
		font-size:11px;
	}
}
/************************************/


/*--MEDIA QUERIES --*/
/*@media(max-width:1280px){
.page_holder{
	width:100%;
	margin:0 auto 0;
}*/
@media(max-width:1280px){
.page_holder{
	width:90%;
	margin:0 auto 0;
}
@media(max-width:1366px){
.page_holder{
	width:90%;
	margin:0 auto 0;
}
@media(max-width:1080px){
.page_holder{
	width:65%;
	margin:0 auto 0;
}
	
}
@media(max-width:1024px){
	nav#nav-main a {
    display: block;
    color: white;
    /*padding: 10px 30px;*/
	padding:5px 5px;
	font-size:12px; }
}
@media all and (max-width: 900px) {
	.page_holder{
	width:100%;
	margin:0 auto 0;
}
  #nav-trigger {
    display: block;
	background-color:#3a4f00;
	}

  nav#nav-main {
    display: none;
	background-color:#3a4f00;  }

  nav#nav-mobile {
    display: block;background-color:#3a4f00; } }

@media(max-width:991px){
	
}
@media(max-width:768px){
.form_holder #aligned { 
box-sizing: border-box; 
 
width: 100%; 
 
}
.form_holder input#full_name {
background: #fff url(../images/user.png) 5px 4px no-repeat;
width:100%;
}
.form_holder input#email {
background: #fff url(../images/email.png) 5px 4px no-repeat;
width:100%;
}
.form_holder input#website {
background: #fff url(../images/website.png) 5px 4px no-repeat;
width:100%;
}
.form_holder input#contactnum {
background: #fff url(../images/phone.png) 5px 4px no-repeat;
width:100%;
}
.form_holder input#coursename {
background: #fff url(../images/course.png) 5px 4px no-repeat;
width:100%;
}
.form_holder textarea.txtblock {
background: #fff url(../images/speech.png) 5px 4px no-repeat;
width:100%;
}

.form_holder input#sub_name {
background: #fff url(../images/user.png) 5px 4px no-repeat;
width:100%;
}
.form_holder input#sub_email {
background: #fff url(../images/email.png) 5px 4px no-repeat;
width:100%;
}
#buttons .submitbtn:hover {
	border:solid #344c00 1px;
	background-color:rgba(52,76,0,0.7);
	
	
}
.reg{
width:90%;
}
.social-icons .fa {
	font-size: 18px;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	width:20px;
	height:20px;
	line-height:20px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
}
@media(max-width:667px){
	.logo{
		width:20%;
	}
	.header_center {
		font-size:30px;
	}
	.header_right{
		width:60%;
	}
	.social-icons .fa {
	font-size: 18px;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	width:20px;
	height:20px;
	line-height:20px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.downld{
	text-transform:none;
	color:#fff;
	background:#6a7101;
	font-size:9px;
}
.downld:hover{
	background:#98a302;
	color:#fff;
}
}
.cartico{
	color:#7acc0e;
}