/*
    Theme Name: Shuffle
    Theme URL: https://bootstrapmade.com/bootstrap-3-one-page-template-free-shuffle/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */

/*@import url(https://fonts.googleapis.com/css?family=Assistant&display=swap:400,600,700);*/
@import url("https://use.typekit.net/ihu1vkk.css");

body {
  width: 100%;
  height: 100%;
  font-family: montserrat, sans-serif;
  font-weight: 300;
  color: #111111;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  padding-right: 0 !important;
}

html {
  width: 100%;
  height: 100%;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}
h7{
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7{
  margin: 0 0 30px;

  font-weight: 400;
  color: #111;
}

h1.h-xlight, h2.h-xlight, h3.h-xlight, h4.h-xlight, h5.h-xlight, h6.h-xlight {
  font-weight: 200;
}

h1.h-light, h2.h-light, h3.h-light, h4.h-light, h5.h-light, h6.h-light,h7.h-light {
  font-weight: 300;
  
}

h1.h-bold, h2.h-bold, h3.h-bold, h4.h-bold, h5.h-bold, h6.h-bold {
  font-weight: 600;
}

h1.font-light, h2.font-light, h3.font-light, h4.font-light, h5.font-light, h6.font-light {
  color: #fff;
}

.big-heading {
  font-size: 40px;
  font-weight: 600;
  color:#eabe41;
}

p {
  margin: 0 0 20px;
}

p.lead {
  font-weight: 600;
}


.highlight-txt{color:#574714; font-size:20px}

.highlight-light {
  background-color: rgba(255, 255, 255, .5);
  padding: 20px;
  display: inline-block;
  color: #111;
}

.highlight-dark {
  background-color: rgba(0, 0, 0, .5);
  padding: 20px;
  display: inline-block;
  color: #fff;
}

.highlight-color {
  padding: 20px;
  display: inline-block;
}
.yellow_txt{color:#eabe41;}
.brown_txt{color:#574714;}
.gold_txt{color:#be8f00;}
.blue_txt{ color:#025968}
.red_txt{color:#C30}

h4.line_height{ line-height: 40px}
.brown_txt_sm{color:#8e6b0e; font-size:16px}
footer a{color:#231f1e}
a {
  color: #8e6b0e;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover,
a:focus {
   text-decoration:none;
   color: #564108;
   font-weight:bold;  
   outline: 0;  
   
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 300;
  color: #999;
}

blockquote.bg-light {
  background-color: rgba(255, 255, 255, .8);
  padding: 20px;
  color: #222;
}

blockquote.bg-dark {
  background-color: rgba(0, 0, 0, .8);
  padding: 20px;
}

blockquote strong {
  font-weight: 700;
}

.light {
  font-weight: 400;
}

/* --- logo --- */
.site-logo {
  padding:5px;
}

.site-logo a.brand {
 max-width: 100%
}
.instuctor_img{text-align:right; margin-left:30px;}

/* ------- Navigation ------------ */
#navigation {
 background-color:#fff;
  z-index: 0;
  width: 100%;
  box-sizing: border-box;
  height:180px;
 
 
}

#wrapper{
	background-color:#fff;
	 width: 100%;
	}

.top_line{ border-bottom: 3px solid #f7d04f; margin-top:-5px;  }
.bottom_line{ border-bottom: 5px solid #e4e4e4; margin-top:3px;}

.dropdown_square{ font-size:18px}
#navigation-sticky-wrapper {
  position: relative;
  z-index: 9999;
}

.navbar {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background:url(../img/top_bg.png) no-repeat  #2f2d08;
	background-position: right 0px top 0px;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
    border-radius: 0px;
}

.navbar-brand {
  font-weight: 700;
  
  
}

.navbar-brand:focus {
  outline: 0;
}

.nav.navbar-nav {
  /*background-color: #2c2a03;*/
  margin-top: 100px;
  margin-right:25px;
}
	

.navbar-custom.top-nav-collapse .nav.navbar-nav {
  background-color: #3c3a20;
  
}

.navbar-custom ul.nav li a {
  font-size: 12px;
  letter-spacing: 1px;
  color:#fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 30px;
   border-bottom:none;
}
.lower_case{text-transform:none}

.navbar-custom.top-nav-collapse ul.nav li a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #fff;
 
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
	
   
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}


.navbar-nav > li > .dropdown-menu .caret {
    border-bottom: 5px solid transparent;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}



.dropdown-menu{
	background-color:#3c3a20;
	  
	}
	
.navbar-custom ul.nav ul.dropdown-menu {
  border-radius: 0;
  margin-top: -8px;
  margin-left:1px;
  border-top: none;
  
}

.navbar-custom ul.nav ul.dropdown-menu.general_sub{ margin-top: 10px; margin-left:-10px}
.navbar-custom ul.nav ul.dropdown-menu.specialty_sub{ margin-top: -3px; margin-left:-10px}
.navbar-custom ul.nav ul.dropdown-menu.benefits_sub{ margin-top: -3px; margin-left:-10px}


.navbar-custom ul.nav li a:hover ul.dropdown-menu {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.navbar-custom ul.nav ul.dropdown-menu li {
  border-bottom: none;
}
/*
.navbar-custom ul.nav ul.dropdown-menu li a {
		  padding: 10px 20px;		 
		  color:#ffd855;
		  position:relative;
		  z-index:999;
		  height:auto;
		  }
		
		.navbar-custom ul.nav ul.dropdown-menu li a:hover {
		 
		  color:#fff;
		}

*/


 .navbar-custom ul.nav ul.dropdown-menu li a {
		  padding: 10px 20px;
		  background: #ffd855;
		  color:#4a4c4b;
		  position:relative;
		  z-index:9999;
		  height:auto; 
		  border-bottom: none;
		  
		  }
		
		.navbar-custom ul.nav ul.dropdown-menu li a:hover {
		  background: #ffd855;
		  color:#fff;
		}







.navbar-custom ul.nav ul.dropdown-menu li:last-child {
  border-bottom: none;
}



.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
  color: #666;
}

.navbar-custom .nav li a {
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;

}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{ background-color:transparent;}


.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
  outline: 0;
  background:none;
  color: #ffd855;
}

 .navbar  .nav> .active > a,
  .navbar   .nav> .active > a:hover,
 .navbar   .nav > .active > a:focus {
 color: #ffd855;
 background:none;
  
}*/

 .navbar .nav> .active > a
{
	color: #ffd855;
}

.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
  border-color: #2c2a03;
}

.in a {
  color: #666;
}

.in a:hover {
 color: #564108;
 text-decoration:none;
  font-weight:bold;
}

/* misc */
hr {
  margin-top: 10px;
}

hr.bold {
  border-top: 3px solid #eee;
}

.divider-header {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.divider-short {
  display: block;
  width: 60px;
  height: 5px;
  margin: 0 auto;
  margin-bottom: 10px;
}

/* margins */
.marginbot-0 {
  margin-bottom: 0 !important;
}

.marginbot-10 {
  margin-bottom: 10px !important;
}

.marginbot-20 {
  margin-bottom: 20px !important;
}

.marginbot-30 {
  margin-bottom: 30px !important;
}

.marginbot-40 {
  margin-bottom: 40px !important;
}

.marginbot-50 {
  margin-bottom: 50px !important;
}

.marginbot-60 {
  margin-bottom: 60px !important;
}

.marginbot-70 {
  margin-bottom: 70px !important;
}

.marginbot-80 {
  margin-bottom: 80px !important;
}

.marginbot-90 {
  margin-bottom: 90px !important;
}

.marginbot-100 {
  margin-bottom: 100px !important;
}
.marginbot-200 {
  margin-bottom: 200px !important;
}

.margintop-0 {
  margin-top: 0 !important;
}

.margintop-10 {
  margin-top: 10px !important;
}

.margintop-20 {
  margin-top: 20px !important;
}

.margintop-30 {
  margin-top: 30px !important;
}

.margintop-40 {
  margin-top: 40px !important;
}

.margintop-45 {
  margin-top: 45px !important;
}

.margintop-50 {
  margin-top: 50px !important;
}

/* ===========================
--- General sections
============================ */
.content-section {
  padding-top: 150px;
  padding-bottom: 110px;
  display: block;
  position: relative;
  z-index: 120;
}

.inner-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.home-section.nopadd-bot {
  padding-bottom: 0;
}

.section-heading h2 {
  font-size: 38px;
  letter-spacing: -1px;
/* text-transform: uppercase;*/
  margin-bottom: 10px;
  font-weight: 400;
}

.section-heading p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  color: #111;
}

.color-dark .section-heading h2 {
  color: #111;
}

.color-dark .section-heading p {
  color: #444;
}

.color-dark .divider-short {
  background: #666;
}

.color-dark .divider-header {
  background: #666;
}

.color-light .divider-short {
  background: #666;
}

.color-light .divider-header {
  background: #666;
}

.color-light .section-heading h2 {
  color: #fff;
}

.color-light .section-heading p {
  color: #fefefe;
}

.color-light blockquote, .color-light p {
  color: #fefefe;
}

/* --- section bg var --- */
.bg-white {
  background: #fff;
}

.bg-gray {
  background: #f9f9f9;
}

.bg-dark {
  background: #404040;
}

/* --- section color var --- */

.bt_fixed{width:20%; padding-left:0px; padding-right:0px}
.social_fixed{width:15%; padding-left:10px; padding-right:0px}
/* ===========================
--- Intro
============================ */
.intro {
  width: 100%;
  position: relative;
  padding: 0;
}

.intro-inner {
  width: 100%;
  position: relative;
  padding: 120px 0 20px;
}

.brand-heading {
  font-size: 40px;
}

.intro-text {
  font-size: 18px;
}

/* ====  slider ==== */
/* Header */
section#intro {
 
  padding: 0;
  width: 100%;
  background: #fff;
}

section#welcome{
	 margin-top:30px;
	 padding: 0;
	 background: #fff;
	}
section#education{
	 margin-top:50px;
	 padding: 0;
	 background: #fff;
	}

section#content{
	 margin-top:20px;
	 padding: 0;
	 background: #fff;
	}


/* Carousel Styles */


.carousel-inner img {
  width: 100%;
  max-height: 650px;
  
}

.carousel-control {
  width: 0;
}

.carousel-indicators{height:25px;z-index:-1}
.carousel-indicators li{background-color: #fff;}
.carousel-indicators .active{ background-color: #ffd855;}
.carousel-control.left,
.carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #fff;
  background-repeat: no-repeat;
 -webkit-text-stroke: 1px #4e1c01;
}

.carousel-control.left span {
  padding: 0;
}

.carousel-control.right span {
  padding: 0;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 60%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 30px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 30px;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

.carousel-inner > .item {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
  height: auto;
  
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  padding-left: 0;
 
}











/* Carousel Header Styles */
.header-text {
  position: absolute;
  top: 20%;
  left: 1.8%;
  right: auto;
  width: 96.66666666666666%;
  color: #fff;
}

.header-text h2 {
  font-size: 40px;
}

.header-text h2 span {
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
}

.header-text h3 span {
  color: #fff;
}

.btn-min-block {
  min-width: 170px;
  line-height: 26px;
}

.btn-theme {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  margin-right: 15px;
}

.btn-theme:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
/* ===========================
--- About
============================ */
 hr.partners {margin:30px 0; color:#333;height: 1px;background-color: #333;}
.partner{display:inline-block; margin-right:40px}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.label_text{
  position: relative;
  cursor: pointer;
}
.label_text .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #ebeef0;
  color: red;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size:13px;
  border:thin solid #F00;
  /* Position the tooltip */
  position: absolute;
  z-index: 9999;
 
}

.label_text:hover .tooltiptext {
  visibility: visible;
   cursor: pointer;
   margin-left:20px;
}


.label_text .tooltiptext2 {
  visibility: hidden;
  width: 140px;
  background-color: #ebeef0;
  color: red;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0;
  font-size:13px;
  border:thin solid #F00;
  /* Position the tooltip */
  position: absolute;
  z-index: 9999;
 
}

.label_text:hover .tooltiptext2 {
  visibility: visible;
   cursor: pointer;
   margin-left:18px;
}



.testimonial .title{text-align:center;padding: 20px;}
.disclaimer_border{ 
border:thin #FFF solid; 
padding: 5px 20px;
width: 160px;
height: 40px;
}

/* ===========================
--- GM
============================ */
.textQ{color:#00b0f0}
.textANS{color:#002060}
/* ===========================
--- Services
============================ */
.service-box {
  background: #fff;
  border: 1px solid #f7f7f7;
  padding: 20px;
}

.service-icon {
  margin-bottom: 20px;
}

/* ===========================
--- Works
============================ */

.item {
  margin: 10px;
}

.item img {
  display: block;
  width: 100%;
  height: auto;
}
/* ===========================
--- applicaon-------
============================ */

.login-container {
  padding: 20px;  
  background-color: #F7F7F7; 
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
 
 }
 
 .signup_bg { background-color: #f0f9fb; }
 
 .login-container.admin {
  padding: 20px; 
  width: 50%;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  height:250px
 }



/*.expand{ max-width:55%;}*/

.login-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.login-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login {
  text-align: center;
  font-size: 14px;
 
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.login-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
 
  text-shadow: 0 1px rgba(0,0,0,0.1); 

  padding: 5px 0px;
  background-color: #2e2c05;
  color: #ffd854;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
   background-color: #ffd854;
    color: #2e2c05;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.signup-submit { 
  border: 0px; 
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  padding: 5px 0px;
  background-color: #059cb7;
  color: #212d65;
  font-size: 14px;
}

.signup-submit:hover { 
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #065a69;
    color: #fff;  
}



.login-container a {
  
  color: #2e2c05;
  font-weight: 400;
  text-align: center;
  
} 

.login-help{
   font-size: 14px;
   text-align:left;
 
}

.login-help-right{  text-align:right; font-size: 14px;}
.email_contact{font-size: 14px;}

.signup{
  text-align:right;
}



.login-btn {
  text-align:center;
  margin-top: 50px;
}

.button {
  line-height: 55px;
  padding: 0 30px;
  background: #004a80;
  color: #fff;
  display: inline-block;
  
  text-decoration: none;
  font-size: 18px;
}

.button:hover,
.button:visited {
  background: #006cba;
  color: #fff;
}
.small_label{ font-size: 12px; color:#939391;}

  /*///////////////////////////course///////////////*/
  .course_completed{   background-color:#d9d9d9}
 
.training_link a{ font-size: 18px; font-weight:900}
.training_link a:hover{  text-decoration:underline;font-size: 18px; font-weight:900}
#training_area{ margin:30px 0}
#training_area .inactive{color:#bfbfbf}
#training_area .area_item{ margin-right:30px}
/* ===========================
--- Webinar
============================ */


.month_line{ border-bottom: 5px solid #e4e4e4; margin-top:3px;}
.month{  line-height: 120%;
  font-size: 1.8em;
  text-align: left;
  width: 100%;
  margin: 10px 0 20px;
  position: relative;
  text-transform: uppercase;
}
/* ===========================
--- Contact
============================ */


.form-group {
  margin-bottom: 20px;
}

form#contact-form .form-group label {
  text-align: left !important;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}


form.form-horizontal input, form.form-horizontal select, form.form-horizontal textarea {
  font-size: 14px;
  line-height: 1.6em;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

.btn-lg,
.btn-group-lg > .btn {
  border-radius: 2px;
}

form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
}

.widget-contact {
  text-align: left;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
.warning_txt{color: red; font-weight:600}
.thank_msg{ display:block; background-color:#FFFF99;  text-align:center}
#sendmessage {

  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show, #errormessage.show, .show {
  display: block;
}
/* ===========================
--- Register email
============================ */
.offices_box{ padding:30px; background:#FFC;}
.office_domain{ margin:20px 0; font-weight:700}
.offices_list{ margin-left:30px;font-weight:normal; padding:5px; }


.offices_list td { padding: 6px 0;}
.offices_list input[type="radio"] { padding:0 7px;}
/* ===========================
--- Bottom
============================ */
.boxcol-25 {
  width: 100%;
}

.box-social {
  list-style: none;
}

.box-social li {
  width: 25%;
  float: left;
}

.box-social .social-facebook a {
  display: block;
  background: #3873ae;
}

/* ==== Sidebar ==== */
.sidebar .widget h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.sidebar .widget {
  margin-bottom: 50px;
}

.widget ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.sidebar .widget ul li {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 10px;
}

.sidebar .widget ul li a {
  color: #666;
}

.widget.widget_categories ul li:before {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  /*--speak: none;---error */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e684";
  margin-right: 10px;
}

.widget.widget_recent_post ul li figure {
  float: left;
  margin: 0 20px 0 0;
}

.widget.widget_recent_post ul li {
  margin-bottom: 25px;
}

.widget.widget_recent_post ul li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.widget.widget_recent_post ul li h6 {
  margin-bottom: 10px;
}

.widget.widget_recent_post ul li span {
  font-size: 14px;
}

.widget .tagcloud a {
  padding: 4px 10px;
  color: #fff;
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 14px;
  border-radius: 2px;
}

.widget .tagcloud a:hover {
  color: #fff;
  background: #333;
}

/* --- widget --- */
form.search-form input {
  font-size: 18px;
  line-height: 1.6em;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
}

form.search-form input:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

/* ===========================
--- Footer
============================ */
.yellow_line{ border-bottom: 5px solid #f8d050; margin-bottom:10px;}
footer {
  
 background: rgba(248,209,80,1);
 background: -moz-linear-gradient(left, rgba(248,209,80,1) 0%, rgba(212,167,48,1) 100%);
 background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,209,80,1)), color-stop(100%, rgba(212,167,48,1)));
 background: -webkit-linear-gradient(left, rgba(248,209,80,1) 0%, rgba(212,167,48,1) 100%);
 background: -o-linear-gradient(left, rgba(248,209,80,1) 0%, rgba(212,167,48,1) 100%);
 background: -ms-linear-gradient(left, rgba(248,209,80,1) 0%, rgba(212,167,48,1) 100%);
 background: linear-gradient(to right, rgba(248,209,80,1) 0%, rgba(212,167,48,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d150', endColorstr='#d4a730', GradientType=1 );

 

}

footer {

  padding: 30px 0 10px  0;
}
.footer_title{margin: 0 0 10px;}

footer p {
  color: #231f20;
  font-size: 14px;
}

footer a.totop {
  color: #231f20;
  margin-bottom: 30px;
}

footer a.totop:focus {
  outline: 0;
}

/* menu */
ul.footer-menu {
  list-style: none;
}

ul.footer-menu li {
  float: left;
  margin: 0 0 0 10px;
}

ul.footer-menu li a {
  color: #fff;
  font-size: 16px;
  border-left: 1px solid #999;
  padding-left: 9px;
  line-height: 1.1em;
}

ul.footer-menu li:first-child a {
  border-left: none;
  padding-left: 0;
}

.social-widget {
  margin-top: 20px;
  margin-bottom: 30px;
}

.social-widget ul li a:hover {
  color: #fff;
}

footer .social-widget ul.team-social li a {
  margin: 0 5px;
}

/* === testimonial slide === */
.testimonialslide {
  margin-top: 0;
  padding-top: 0;
}

.testimonialslide ul li blockquote {
  color: #fff;
  border-left: none;
}

.testimonialslide ul li h4 {
  color: #fff;
  font-weight: 900;
}

.testimonialslide ul li h4 span {
  color: #fff;
  font-weight: 400;
}

/* --- button --- */
.btn {
  border-radius: 2px;
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

.btn.btn-noradius {
  border-radius: 0;
}

a.btn:focus {
  outline: 0;
}

.btn-red {
  color: #fff;
  background-color: #c83539;
  border-color: #c83539;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-red:active {
  background-image: none;
}




.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default{
  color: #fff;
  background-color: #2d2b04;
  }

.btn-default:hover,
.btn-default:focus {
  border: 1px solid #2d2b04;
  outline: 0;
  color: #2d2b04;
  background-color: #ffd955;
}

.btn-primary{
  width:200px;
  color: #fff;
background-color: #373a3c;
border-color: #373a3c;
  }

.btn-primary:hover,
.btn-primary:focus {  
     color: #fff;
	 background-color:#ce9e02;
	 border-color: #ce9e02;
}
/*----------------------------------------------------*/
.btn-menu{
  width:200px;
  color: #fff;
background-color: #ce9e02;
border-color: #ce9e02;
  }

.btn-primary:hover,
.btn-primary:focus {  
     color: #fff;
	 background-color:#ce9e02;
	 border-color: #ce9e02;
}
/*----------------------------------------------------*/








.btn-huge {
  padding: 25px;
  font-size: 26px;
}

.banner-social-buttons {
  margin-top: 0;
}
/****************home****************/
   .homeBenefit_menu{list-style:none;   }
   
   .homeBenefit_menu > li{ height:80px;text-align:center;width:360px; background:#d8c6b3;padding: 30px 0;margin:10px -40px;}
   .homeBenefit_menu > li.entry_sub.active{ background:#d8c6b3;color:#806242; }
   .homeBenefit_menu> li.entry_sub{width:360px; height:80px;  color:#806242; margin-top:10px; }
   .homeBenefit_menu> li.entry_sub >a{width:360px; height:80px; color:#806242; }
   .homeBenefit_menu> li.entry_sub >a:hover{width:360px; height:80px; color:#806242 ; text-decoration:none}
   
   
   .homeGeneral_menu{list-style:none;   }
   
   .homeGeneral_menu > li{ height:80px;text-align:center;width:360px; background:#efd9ac;padding: 30px 0;margin:10px -40px; text-transform: uppercase}
   .homeGeneral_menu> li.entry_sub.active{ background:#efd9ac;color:#806242; }
   .homeGeneral_menu> li.entry_sub{width:360px; height:80px;  color:#806242; margin-top:10px; }
   .homeGeneral_menu> li.entry_sub >a{width:360px; height:80px; color:#806242; }
   .homeGeneral_menu> li.entry_sub >a:hover{width:360px; height:80px; color:#806242 ; text-decoration:none}
   
   
   
   .homeSpecial_menu{list-style:none;   }   
   .homeSpecial_menu > li{ height:80px;text-align:center;width:360px; background:#f7c9b0;padding: 30px 0;margin:10px -40px;text-transform: uppercase}
   .homeSpecial_menu > li.entry_sub.active{ background:#f7c9b0 }
  
   .homeSpecial_menu> li.entry_sub{width:360px; height:80px;  color:#806242 ; margin-top:10px; }
   
   .homeSpecial_menu> li.entry_sub >a{width:360px; height:80px; color:#806242 ; }
   .homeSpecial_menu> li.entry_sub >a:hover {width:360px; height:80px; color:#806242 ; text-decoration:none}
   .general_sub.entry1,.general_sub.entry2,.general_sub.entry3{padding: 25px 0 5px }

   .general_sub.entry4, .general_sub.entry5,.general_sub.entry6{padding: 12px 0 5px }

   .specialty_sub.entry1{padding: 12px 0 5px }
   
/* --- progress --- */
.progress {
  height: 40px;
}

.progress-bar {
  font-size: 14px;
  line-height: 40px;
}

  .navbar_title{ font-size:50px; color:#f7d04f; }
 /*///////////////////////////benefits/////////////////////////////////////////*/
.link_inside{ display:inline-block; margin:10px 320px  20px 0;  font-size:16px;  font-weight:bold}
.link_inside2{ display:inline-block; margin:20px 30px  20px   30px;  font-size:16px;  font-weight:bold}
.link_inside_center{margin: 10px 45% 20px; font-size:16px;  font-weight:bold}
.btn-insidelink{color: #000;background-color: #f7d04f;border-color: #d58512; border-radius: 6px;}

/*/////////////////////signin and login////////////////////////////////////*/
  .navbar_login, .navbar_login a, .navbar_login a:hover , .navbar_login a:visited {font-size:14px; text-decoration:none;  
   font-weight:bold;}
  
   /*.btn.top_btn{color:#000;  background-color:#e5dec8;text-transform:none;border-radius: 4px; padding:4px}	 
   .btn.top_btn:hover{color:#deac03; background-color:#e5dec8; text-transform:none; }*/
   
    .btn.top_btn{color:#000;  background-color:#f1c744;text-transform:none;border-radius: 4px; padding:4px 10px}	 
    .btn.top_btn:hover{color:#fcefc7; background-color:#f1c744; text-transform:none; }
  
   .btn.top_btn_bk{color:#fff;  background-color:#000;text-transform:none;border-radius: 4px; padding:4px; border:#eee thin solid}	 
   .btn.top_btn_bk:hover{color:#f1c744; background-color:#000; text-transform:none; }
   
   #messageModal p {margin-bottom: 10px}
  
  .pop_title{font-size:23px; font-weight:bold; color:#3c3a20; text-align:center; margin: 10px;}
	

     body.modal-open {
    overflow: auto !important;
    }

   body.modal-open[style] {
    padding-right: 0px !important;
   }
  
  
  
  
  
  
  
  .std_table {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
	color:#111111;
}
.std_table td, .std_table th {
    border: 1px solid #3c3a20;
    font-size: 16px;
    padding: 6px 3px;
}
.std_table th {
    background-color: #3c3a20;
    border-right: 1px solid #f5cd4e;
    color: #f5cd4e;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0;
    text-align: center;
}


.paragraph{margin-top:30px;}


  
.navbar-toggle {
	padding: 9px 10px;
}

 .navbar-toggle .icon-bar {
	background-color: #fff;
 }
  
  
 #homeBenefit_menu label {
  color: #000;
  text-decoration: none;
  font-weight:normal;
}

 #homeBenefit_menu label:hover {
  color: #000;
  position: relative;
}
 #homeBenefit_menu  label[title]:hover:after {
  content: attr(title);
  padding: 4px 8px;
  font-weight:700;
  color: red;
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}
  
  
  
  
  
  
  
  
  
  
  
/* Media queries */
 
/* @media (min-width: 1420px) {
	  .navbar_title{   margin-left: 35%; margin-top: 30px; position:absolute;}
      .navbar_login{    position:absolute;margin: 10px 3% 0 120%; }	 
      .mSignin{ position:relative;margin-left: 40px; }
      .mJoinus{  display: inline-block; position:relative;margin-left: 70px;margin-top: -59px;} 
	  .mAccount{ display: inline-block; position:relative;margin-left: -45px;}
	  .mSignout{  display: inline-block; position:relative;margin-left: 70px;margin-top: -59px;} 
	 .nav.navbar-nav {
     
      margin-top: 100px;
      margin-right: 25px;
      margin-left: 240px;
     }
 }*/
  @media (min-width: 2000px) and (max-width: 3072px)  {
	 .navbar_title{  margin-left: 3%;margin-top: 18px; position:absolute;}
	 .navbar_login{    position:absolute;margin: 10px 10% 0 90%; }	 
     .mSignin{ position:relative;margin-left: 45px; }
     .mJoinus{  display: inline-block; position:relative;margin-left: 70px;margin-top: -59px;} 
	  .mAccount{ display: inline-block; position:relative;margin-left: -95px;}
	  .mSignout{  display: inline-block; position:relative;margin-left: 70px;margin-top: -59px;} 
  }
  
 @media (max-width: 1920px)  {
	 .navbar_title{  margin-left: 3%;margin-top: 18px; position:absolute;}
	 .navbar_login{    position:absolute;margin: 10px 10% 0 90%; }	 
     .mSignin{ position:relative;margin-left: 45px; }
     .mJoinus{  display: inline-block; position:relative;margin-left: 70px;margin-top: -59px;} 
	  .mAccount{ display: inline-block; position:relative;margin-left: -95px;}
	  .mSignout{  display: inline-block; position:relative;margin-left: 70px;margin-top: -59px;} 
 }
 @media (min-width: 1300px)and (max-width: 1440px)  {
	 
	
	 .navbar_title{   margin-left: 8%;margin-top: 18px; position:absolute;}
	
	  .navbar_login{    position:absolute;margin: 10px 10% 0 85%; }	 
     .mSignin{ position:relative;margin-left: 45px; }
     .mJoinus{  display: inline-block; position:relative;margin-left: 70px;margin-top: -59px;} 
	  .mAccount{ display: inline-block; position:relative;margin-left: -70px;}
	  .mSignout{  display: inline-block; position:relative;margin-left: 70px;margin-top: -59px;} 
	  
	  
	  .modal-body{height: 500px;}
	  .modal-body.login-body{height: 400px;}
	  .login-dialog{width:50%}
	  .login-container.popup,.signup-container.popup{max-width: 70%; margin-top:20px;}
	
	 	.forgot-body{height: 350px;}
		.forgot-dialog{width:50%}
	   .forgot-container{max-width: 80%; margin-top:20px;}
	
	 
	 .carousel-indicators{top: 390px;z-index:999;}
	 .nav.navbar-nav {
		  /*background-color: #2c2a03;*/
		  margin-top: 100px;
		  margin-right:25px;
		  margin-left:40px;
		}
		.navbar-custom ul.nav li a {
         border-bottom: none;
	
      }
		
		 .navbar-custom ul.nav ul.dropdown-menu li a {
		  padding: 10px 20px;
		  background: #ffd855;
		  color:#4a4c4b;
		  position:relative;
		  z-index:999;
		  height:auto;
		   border-bottom:none;
		  }
		
		.navbar-custom ul.nav ul.dropdown-menu li a:hover {
		  background: #ffd855;
		  color:#fff;
		}
		
  }

  @media (min-width: 1200px) and (max-width: 1299px) { 
       .navbar_title{ font-size:50px; color:#f7d04f; margin-top: 18px;margin-left: 3%;line-height: 50px;} 

       .navbar_login{    position:absolute;margin: 20px 0 0 80%; }	 
       .mSignin{ position:relative;margin-left: 85px; }	
       .mJoinus{  display: inline-block; position:relative;margin-left: 70px;margin-top: -59px;} 
	   .mAccount{ display: inline-block; position:relative;margin-left: -75px;}
	   .mSignout{  display: inline-block; position:relative;margin-left: 70px;margin-top: -59px;} 
  
  }
 @media (min-width: 992px) and (max-width: 1199px) { 
  

	/*.navbar_title{ float:right;margin-top: -80px ; margin-right:20px;}*/
	.navbar {
    padding: 5px  0 0;
    
  }
  
 
     .navbar_title{ font-size:47px; color:#f7d04f; margin-top: 18px;margin-left: 3%;line-height: 50px;} 
     .navbar_login{    position:absolute;margin:50px 0 0 80%; }	 
     .mSignin{ position:relative;margin-left: 85px; }	
      .mJoinus{  display: inline-block; position:relative;margin-left: 70px;margin-top: -59px;} 
	  .mAccount{ display: inline-block; position:relative;margin-left: -75px;}
	  .mSignout{  display: inline-block; position:relative;margin-left: 70px;margin-top: -59px;} 

  .top-nav-collapse {
    padding: 0;
   /* background-color: #2d2b04;*/
  }

  .navbar-collapse.in {
    overflow-y: auto;
    margin-top: -30px;
    margin-left: 30px;
    scroll-snap-type-x: none;
   /* background-color: #2d2b04;*/
  }
#menu{ width:1200px}

.navbar-nav > li {
   
    margin: 0 -10px;
}
  .navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
  }

  .intro {
    height: 100%;
    padding: 0;
  }

  .brand-heading {
    font-size: 100px;
  }

  .intro-text {
    font-size: 25px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next
  {top:60%}
    .carousel-indicators{top: 150px;z-index:999;}
	
	/*///////////////////////home/////////////////////////////*/
 
 .homeBenefit_menu > li, .homeGeneral_menu>li,.homeSpecial_menu>li {
    height: 70px;
    text-align: center;
    width: 290px;
    background: #d8c6b3;
    padding: 20px 0;
    margin: 10px -40px;
    text-transform: uppercase;
}
.homeGeneral_menu>li{background:#efd9ac;}
.homeSpecial_menu>li {background:#f7c9b0;}
 .homeBenefit_menu > li a, .homeGeneral_menu>li a, .homeSpecial_menu>li a{
	 font-size:12px;
	 line-height:1px;
 }


}
 

@media (min-width: 768px) and (max-width: 991px) {
	
	#menu{ margin-left:50px}
	 
  #navigation {
    padding: 3px 0;
  }

  .site-logo {
    margin: 0 0 0 10px;
    float: none;
  }
  
 .navbar-header {float:right}
 .navbar_title{ 
margin-top: -110px;
margin-left: -70%;
font-size: 43px;}
     
	
	
	.navbar_login{    position:absolute;margin: 0px  0   0  70%; }	 
    .mSignin{ position:relative;margin-left: 80px; }	
    .mJoinus{  display: inline-block; position:relative;margin-left: 80px;margin-top: -59px;} 	  
	.mAccount{ display: inline-block; position:relative;margin-left: -45px;}
	.mSignout{  display: inline-block; position:relative;margin-left: 80px;margin-top: -59px;} 

     
	  /*///////////////////top login////////////////////*/
	  .forgot-container{max-width: 100%; margin-top:20px;height: 270px;}
	  .signup-container{max-width: 100%; margin-top:20px;height: 450px;}
      .signup {text-align: left;}
     
 
  
  .carousel-indicators{top: 200px;z-index:999;}
.navbar-custom ul.nav li a {
    background-color:transparent;
	
  }
 
.nav.navbar-nav{
margin: 50px 50px 5px -80px;
width: 120%;}

.navbar-nav > li {
   
    margin: 0 -10px;
}

  .navbar-custom ul.nav ul.dropdown-menu li {
    border-bottom:none;
  }

  .navbar-header {
    margin-top: 5px;
    padding: 0;
  }

  .navbar-header button {
    background: #111;
  }
/*.navbar_title{ margin-top: 80px ; margin-right:20px;  }*/

 .navbar-collapse.in{
   margin-right: 10px;
   margin-top: 0px;
   overflow-y: visible;
   width:100%
   

  }
 .label_text .tooltiptext {
  width: 100px;
  padding: 5px 0;
  font-size:10px; 
 
}
  
  .top_line{ display:none}
 
  
 /*///////////////////////home/////////////////////////////*/
 
 .homeBenefit_menu > li, .homeGeneral_menu>li,.homeSpecial_menu>li {
    height: 70px;
    text-align: center;
    width: 220px;
    background: #d8c6b3;
    padding: 20px 0;
    margin: 10px -40px;
    text-transform: uppercase;
}
.homeGeneral_menu>li{background:#efd9ac;}
.homeSpecial_menu>li {background:#f7c9b0;}
 .homeBenefit_menu > li a, .homeGeneral_menu>li a, .homeSpecial_menu>li a{
	 font-size:12px;
	 line-height:1px;
 }

.benefit_sub.entry4{
	padding: 10px 0;
	}
	
.label_text .tooltiptext{padding: 10px 0;position: absolute;left:10px}

  .service-box {
    margin-bottom: 50px;
  }

  .team-wrap {
    margin-bottom: 30px;
  }

  form#contact-form {
    margin-bottom: 50px;
  }


  .xs-marginbot-20 {
    margin-bottom: 20px;
  }

}

@media (max-width:480px) {
	h2{font-size:25px; }
	
.navbar {
    background:url(../img/top_bg.png) no-repeat #33310f;
    padding: 0px 0;
	height: 210px;
  }
  
	
	.nav.navbar-nav{margin-top: 10px;}
  .navbar-custom ul.nav li a .navbar-custom .nav.navbar-nav {
    background-color:transparent;
  }



  .navbar.navbar-custom.navbar-fixed-top {
    margin-bottom: 30px;
  }
  .navbar_title {
   font-size: 26px;
    line-height: 20px;
    margin-top: 10px;
    margin-left: 2px;
}

      .navbar_login{margin: -80px 0 0;   display:block}
      .mSignin{display: inline-block;  margin: 20px 0 20px 75%;}
      .mJoinus{display: inline-block;  margin: -30px  0  0 75%}
      .mAccount{ display: inline-block; margin: 30px 0 0 50%;}
      .mSignout{  display: inline-block;     margin: -50px 0 0 80%;} 
	  
.btn.top_btn , .btn.top_btn_bk{ padding:2px 5px;    font-size: 12px;}	 	   

	  
.navbar-toggle{margin-right: 2px;margin-top: -120px;}
#menu{position:absolute;z-index:999}

.navbar-custom ul.nav ul.dropdown-menu li{ border:none; }
.navbar-custom ul.nav ul.dropdown-menu li a{
padding: 10px 20px;
display: block;
width: 130%;
}
.navbar-custom ul.nav li a{ padding: 15px 0;}
.dropdown_square{display:none}

.navbar .nav > .active > a, .navbar .nav  {
    color: #ffd855;
    background: #373516;
	padding:10px 30px;
	opacity:0.9;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
    padding: 10px 20px;
  background: none;
    color: #fff;;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
		  background: none;
		  color: #ffd855;
}

.top_line {   
    margin-top: 40px;
}

.label_text .tooltiptext {
  width: 100px;
  padding: 5px 0;
  font-size:10px; 
 
}

.login-container {
  padding: 10px;

 }

.login-container.signup_form {   
  background-color: #f0f9fb; 
  padding: 10px 5px;
  margin-top:30px;
  height: 600px; 
    
 	
}
.login-help,.login-help-right {
    font-size: 12px;  
}

.control-label{ text-align:left}


.site-logo a.brand{padding-top:5px;}
 .carousel-indicators{top: 80px;}
 .partner{ text-align:center; margin-bottom:50px }
 .partner img{width:80%; padding-left: 10px;}
}

/*-----------------------cart----------------------*/
.divcart {
  /*--border: 2px black dotted;--*/
  display: inline-block;
 }
 .piccart {
  display: inline-block;
  width: 35px;
  height: 35px;
 }
 #picbadge {
   position:relative;
   background: green;
   left:-15px;
   top:-10px;
 }
/*-------------------------------------------------*/
.btn-img {
  display: block;
  width:225px;
  height:66px;
  cursor: pointer;
}
.btn-img img {
  display: block;
}
.btn-img:hover  {
   /*border:#333333 thin solid;
   border-radius: 5px;*/
   width:225px;
    height:66px;
	background-color: white;
}
.btn-img:hover img {
  opacity: 0.8;
}
/*-------------------------------------------------*/