@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

@font-face {
	font-family: 'GothamMedium';
	src: url('../fonts/GothamMedium.eot');
	src: url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamMedium.woff2') format('woff2'),
		url('../fonts/GothamMedium.woff') format('woff'),
		url('../fonts/GothamMedium.ttf') format('truetype'),
		url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBlack';
	src: url('../fonts/GothamBlack.eot');
	src: url('../fonts/GothamBlack.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamBlack.woff2') format('woff2'),
		url('../fonts/GothamBlack.woff') format('woff'),
		url('../fonts/GothamBlack.ttf') format('truetype'),
		url('../fonts/GothamBlack.svg#GothamBlack') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBold';
	src: url('../fonts/GothamBold.eot');
	src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamBold.woff2') format('woff2'),
		url('../fonts/GothamBold.woff') format('woff'),
		url('../fonts/GothamBold.ttf') format('truetype'),
		url('../fonts/GothamBold.svg#GothamBold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBook';
	src: url('../fonts/GothamBook.eot');
	src: url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamBook.woff2') format('woff2'),
		url('../fonts/GothamBook.woff') format('woff'),
		url('../fonts/GothamBook.ttf') format('truetype'),
		url('../fonts/GothamBook.svg#GothamBook') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamLight';
	src: url('../fonts/GothamLight.eot');
	src: url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamLight.woff2') format('woff2'),
		url('../fonts/GothamLight.woff') format('woff'),
		url('../fonts/GothamLight.ttf') format('truetype'),
		url('../fonts/GothamLight.svg#GothamLight') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'proximanovalight';
	src: url('../fonts/proximanovalight.eot');
	src: url('../fonts/proximanovalight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/proximanovalight.woff') format('woff'),
		url('../fonts/proximanovalight.ttf') format('truetype');
	font-style: normal;
}

/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: 'proximanovalight', sans-serif;
  color:#686868;
  line-height: 22px;
  font-size: 16px;
  overflow-x: hidden;
}

.left { text-align: left;}
.right { text-align: right;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GothamMedium', sans-serif;
  text-transform: uppercase;
  color:#000;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 28px;
  padding-bottom: 15px;
  letter-spacing: 3px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #f94b06;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.btn{ font-family: 'GothamBlack', sans-serif; text-transform: uppercase; }

.btn-primary {
  padding: 12px 20px;
  background: #f93f06;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
  font-size: 26px;
}


.btn-primary:hover,.btn-primary:active, .btn-primary:active:focus,
.btn-primary:focus{
  background: #000;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center {
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 40px 0;
}

.center {
  text-align: center;
  padding-bottom: 25px;
  margin-top:10px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 10px 0;
  background: #191919;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number{
  /*color: #000;*/
  font-family: 'GothamBlack', sans-serif;
  font-size: 36px;
  font-weight: 900;
  display: inline-block;
  text-align: right;
  padding: 17px 0 17px 0;
}

.top-number p{
  margin: 0;
  color: #000;
}
.top-number p a{color: #000;}

.mini_cart {padding: 17px 20px 17px 0; display: inline-block; vertical-align: top;}

.social{
  text-align: center;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff !important;
  background: #1e1c1c;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}

ul.social-share li a:hover {
  background: #f93f06;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-toggle, .navbar-header button.collapsed:focus  {
  background-color: #000;
  border-color: #000;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #F9C606;
  border-color: #F9C606;
}

.navbar-brand {
  padding: 0;
  margin:0;
  position: absolute;
  z-index: 1000;
  float: none;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #ffffff;
  padding: 0px 0 15px;
  padding-bottom: 0;
}

 .navbar-nav{
  /*margin-top: 12px;*/
 }

.navbar-nav>li{
  margin-left: 0px;
  padding: 20px 12px 28px 12px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 0px 0px;
  margin: 0;
  border-radius: 0px;
  color: #1e1c1c !important;
  line-height: 24px;
  display: inline-block;
  font-size: 18px;
  border-bottom: 1px solid #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover{
  color: #a8a8a8;
  border-bottom: 1px solid #f9c606;
}
.navbar-inverse .navbar-nav > li > a:active{
  color: #a8a8a8;
  border-bottom: 1px solid #f9c606;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #a8a8a8;
  border-bottom: 1px solid #f9c606;
  background-color: transparent;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
 color: #a8a8a8;
  border-bottom: 1px solid #f9c606;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: 0;
  padding-bottom: 0;
}




/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

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

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #c52d2f;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #c52d2f;
   margin: 0 15px 0 0;
   border: 1px solid #c52d2f;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}


.video_btn  { font-size: 18px; padding: 10px 20px; color: #000; border: 2px solid #ffffff; border-radius: 5px; font-weight: 700;  margin: 0px 0 0 0; display: inline-block; background-color: #f1c500; }
.video_btn i { color: #ffffff; font-size: 30px; vertical-align: middle;     line-height: 1.2;}
.video_btn:hover, .video_btn:active{ color: #fff; background-color: #000; }

#feature {
  background: #ffffff;
  padding-bottom: 40px;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #c52d2f;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #c52d2f;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #c52d2f;
}

.health_meal { border: 1px solid #949494; padding: 15px 0; overflow: auto;}

.meal-wrap  { position: relative; }
.meal-wrap img { max-width: 100%; width: 100%;}
.meal-wrap  span{ position: absolute; font-size: 24px; font-family: 'GothamMedium', sans-serif; text-align: center; color:#fff; background:rgba(0,0,0,0.5); display: block; bottom: 0; margin: 0px; text-transform: normal; width: 100%; padding: 10px 0; min-height:65px; }

.work_steps { border: 1px solid #949494;
    border-top: none; border-bottom: none;
    margin-top: 20px;
    position: relative; }
.work_steps h2 span { background: #ffffff; padding: 0 15px; position: relative;}
.work_steps h2 { display: block;
    text-align: center;
    position: absolute;
    margin-top: -17px;
    width: 100%;}
.work_steps h2:before{ background-color: #949494;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 35%;
    width: 100%;}

.work_steps .order_btn span { background: #ffffff; padding: 0 15px; position: relative; display: inline-block;}
.work_steps .order_btn { display: block;
    text-align: center;
    position: absolute;
    margin-top: -43px;
    width: 100%;}
.work_steps .order_btn:before{ background-color: #949494;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 35%;
    width: 100%;}

.steps { text-align: center; font-family: 'proximanovalight', sans-serif; }
.steps b, .steps strong { font-size: 18px; display: block; padding: 15px 0; text-transform: uppercase; }
.steps h4 { font-size: 18px; display: block; }

#our_promise { background: url('../images/arr_promise.png') top center #faf6eb; background-repeat: no-repeat; padding-bottom: 0px;}
.promise img{ text-align: center; display:inline-block;} 
.promise { text-align: center; display:block;}

#it_easy { background: url('../images/itsnow_arr.png') top center #f1c500; background-repeat: no-repeat; font-family: 'GothamMedium', sans-serif;}
#it_easy p { text-transform: uppercase; font-size: 18px; color: #010101;}
#it_easy  .center { padding: 0px; margin-bottom:0px;}

.why_live h2:before, .live_menu h2:before{ background-color: #d5d5d5;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 27%;
    width: 100%;}
.why_live h2 span, .live_menu h2 span{ background: #ffffff; padding: 0 15px; position: relative;}
.why_live h2, .live_menu h2{ display: block;
    text-align: center;
    width: 100%;
	position: relative;
	padding-bottom: 30px;
	}
.live_menu { color: #000; }	 
.live_menu .menu_box{/*min-height: 540px;*/position:relative; }	
.live_menu .menu_box a.meal_link {margin: 0 auto 10px;position: static;right: 0;width: 70%; bottom:0; left:0; }
.menu_box img { -webkit-box-shadow: 0px 3px 0px 0px rgba(241,197,0,1);
-moz-box-shadow: 0px 3px 0px 0px rgba(241,197,0,1);
box-shadow: 0px 3px 0px 0px rgba(241,197,0,1); border-radius: 5px; width: 100%; max-width: 100%;}
.menu_title { font-family: 'proximanovalight', sans-serif; text-transform: uppercase;  font-size:18px; padding: 20px 0; }	
.menu_title a{ color: #000; text-decoration: none; }	
.menu_title a:hover{ color: #f93f06; text-decoration: none; }

a.meal_link  { font-size: 18px; padding: 8px 20px; color: #000; border: 2px solid #f93f06; border-radius: 5px; font-weight: 400;  margin: 10px 0 0 0; display: inline-block; }
a.meal_link:hover, a.meal_link:active{ color: #000; border: 2px solid #1e1c1c; }

	
.live p{ margin: 20px 0; }


#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #c52d2f;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

#services {
  background: #000 url(../images/services/bg_services.png);
  background-size: cover;
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

#middle {
  background: #f2f2f2;
}

.skill h2{
  margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress, 
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border: 1px solid #1e1c1c;
}

.panel-default>.panel-heading,
.panel{
  background-color: #ffffff; 
  box-shadow:none;
  padding: 0px;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #ffffff;
  color: #000000;
}

.panel-default>.panel-heading .collapse-toggle {
  background: url('../images/arr_d.png') 97% 50% no-repeat;
  color: #000000;
}

.panel-body{
  padding: 20px 20px 10px;
  border-color: #1e1c1c !important;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 0 !important;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #000000;
    display: block;
    padding: 15px 15px;
}
.panel-title .active{
	color: #000000;
	background: #f9c606 !important;
    display: block;
    padding: 15px 15px;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #c52d2f;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #c52d2f;
  color: #fff;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

/*.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  top:0;
}*/

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}

.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

#partner {
  background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
}

#partner h2, 
#partner h3 {
  color: #fff;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}

#conatcat-info{
  background: #f9c606;
  padding: 20px 0 10px;
  color: #000;
  font-family: 'GothamMedium', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

/*************************
********* About Us Page CSS ******
**************************/

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 2px solid #f94b06;
  border-radius:50%;
  font-size: 32px;
  font-weight: 700;
  height: 50px;
  padding: 7px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#f94b06;
}

#carousel-slider a i:hover {
  color:#101010;
  border: 2px solid #101010;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-60px
}

#carousel-slider .carousel-control.right i {
  right: -60px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}
.carousel-control { opacity: 1; text-shadow: none;}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
  line-height: 1;
}

.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}


.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}

.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.team h5 {
  font-weight: 300;
}

.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top, 
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}


.team .social_icons .fa-facebook:hover, 
.team .social_icons .fa-twitter:hover, 
.team .social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg); 
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
  background: #0182c4;
}

.team .social_icons .fa-twitter {
  background: #20B8FF
}

.team .social_icons .fa-google-plus {
  background: #D34836
}


.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}

.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}

.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}

.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}

.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}

.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}

.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}

.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }

.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}

.team .single-profile-top:before, 
.team .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}


.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}

/***********************
****Service page css****
***********************/

.services {
  padding: 0;
}

.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}

.request h4 a{
  background:#c52d2f;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}

.request h4:after {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999;
}

.request h4:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999;
}

.clients-area {
  padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}


.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}

.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #C52D2F;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}

.footmenu  { text-align: center; margin: 20px 0 0 0 !important;}
.footmenu a{  text-transform: uppercase; color: #000}
.footmenu a:hover{  color: #f93f06;}

/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/**************************
********* Pricing Table CSS *
**************************/

.pricing_heading {
  margin-top: 120px
}

.pricing_heading h2, 
.pricing_heading p {
  color:#4e4e4e;
}

.pricing-area h1 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}

.pricing-area span {
  font-weight: 700;
  font-size: 18px;
}

.pricing-area h3, 
.pricing-area span  {
  color: #fff;
}

.plan {
  position: relative;
  margin-bottom: 70px;
}

.pricing-area ul {
  background:#FAFAFA;
  padding: 0;
  margin: 0;
}

.pricing-area ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
}

.pricing-area ul li:nth-child(even){
  background:#f5f5f5
}

.pricing-area .price-three img, 
.pricing-area .price-six img {
  position: absolute;
  right: 15px;
  top: 0;
}

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three {
  padding:17px 0;
  border-radius:2px 2px 0 0;
} 

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three, 
.pricing-area .heading-four, 
.pricing-area .heading-five, 
.pricing-area .heading-six, 
.pricing-area .heading-seven {
  margin-left: -10px
}


.pricing-area .heading-one, 
.pricing-area .price-one .plan-action .btn-primary {
  background: #e24f43
}

.pricing-area .heading-two, 
.pricing-area .price-two .plan-action .btn-primary {
  background:#27AE60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
  background: #f39c12;
}

.pricing-area .heading-four, 
.pricing-area .price-four .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-five, 
.pricing-area .price-five .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-six, 
.pricing-area .price-six .plan-action .btn-primary {
  background: #e24f43
;
}

.pricing-area .heading-seven, 
.pricing-area .price-seven .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .bg{
 background: #fafafa 
}

.pricing-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
  border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
  border-color: #D4880F transparent transparent;
  border-radius: 5px 0 0 0px;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999;
}

.small-pricing h3:after {
  height:94px;
}

.small-pricing h3:before {
  top: 74px;
}

.plan-action {
  height: 40px;
}

.pricing-area .plan-action .btn-primary {
  position: relative;
  padding:5px 20px;
  color: #fff
;
  margin-top: 5px;
}

.pricing-area .plan-action .btn-primary:before {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  width: 0;
  z-index: -1;
}

.pricing-area .plan-action .btn-primary:after {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  position: absolute;
  right: -9px;
  width: 0;
  z-index: -1;
}

.pricing-area .price-two .plan-action .btn-primary:before, 
.pricing-area .price-two .plan-action .btn-primary:after {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before, 
.pricing-area .price-three .plan-action .btn-primary:after {
  border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before, 
.pricing-area .price-four .plan-action .btn-primary:after, 
.pricing-area .price-five .plan-action .btn-primary:before, 
.pricing-area .price-five .plan-action .btn-primary:after, 
.pricing-area .price-seven .plan-action .btn-primary:before, 
.pricing-area .price-seven .plan-action .btn-primary:after  {
  border-color: #424242 transparent transparent;
  right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before, 
.pricing-area .price-six .plan-action .btn-primary:after {
  border-color: #bf4539 transparent transparent;
  right: -9px;
}


/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#ccc;
  box-shadow: none;
  border-radius: 0px;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

/*********************
****blog page css*****
**********************/

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#c52d2f;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #c52d2f;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #c52d2f;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #c52d2f;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #c52d2f !important;
  border-color: #c52d2f !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#c52d2f;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}


/**********************
**blog single page css*
**********************/

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}

#comments_title{
   color:#4e4e4e;
   font-weight:700px;
   font-size:20px;
   margin-top:60px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color:#c52d2f;
}

.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}

.post_reply_comments p {
  padding-bottom: 30px;
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #c52d2f;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{
 
}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}



/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #c52d2f;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000;
  background: #fcf9f3;
}

#footer a {
  color: #000;
}

#footer a:hover {
  color: #f93f06;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}


/******** Main Order   *********/

#page_tit { padding: 20px 0; text-align: center; }
.mainheading { width: 60%; border-bottom: 1px solid #d5d5d5; margin: auto;}
.mainheading1 { width: 70%; border-bottom: 0px solid #d5d5d5; margin: auto;}
.mainheading h2 { font-size: 30px; font-weight: 600;}

.order_type ul { list-style: none;
  padding: 0;
  margin: 0;}
  
.order_type ul  li {
  display: inline-block;
  text-align: center;
  font-family: 'proximanovalight', sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 15px;
}
.order_type ul  li a{
	display: block;
	font-family: 'proximanovalight', sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
}
.order_type ul  li a:hover{
	color: #000000;
	display: block;
}
.single_icon {
	 background: url('../images/single_icon.png') no-repeat top center; height: 90px; width: 200px; display:block;
}
.single_icon:hover{
	 background: url('../images/single_icon_on.png') no-repeat top center; height: 90px; width: 200px; display:block;
}
.single_icon.active{
	 background: url('../images/single_icon_on.png') no-repeat top center; height: 90px; width: 200px; display:block;
}

.single_icon_only {
	 background: url('../images/single_icon.png') no-repeat top center; height: 90px; width: 200px; display:block;
}

 

.coup_icon {
	 background: url('../images/couple_icon.png') no-repeat top center; height: 90px; width: 200px; display:block;
}
.coup_icon:hover {
	 background: url('../images/couple_icon_on.png') no-repeat top center; height: 90px; width: 200px; display:block;
}
.coup_icon.active {
	 background: url('../images/couple_icon_on.png') no-repeat top center; height: 90px; width: 200px; display:block;
}
.coup_icon_only {
	 background: url('../images/couple_icon.png') no-repeat top center; height: 90px; width: 200px; display:block;
}

.co_icon {
	 background: url('../images/corpo_icon.png') no-repeat top center; height: 90px; width: 200px; display:block;
}
.co_icon:hover {
	 background: url('../images/corpo_icon_on.png') no-repeat top center; height: 90px; width: 200px; display:block;
}
.co_icon.active {
	 background: url('../images/corpo_icon_on.png') no-repeat top center; height: 90px; width: 200px; display:block;
}
.co_icon_only {
	 background: url('../images/corpo_icon.png') no-repeat top center; height: 90px; width: 200px; display:block;
}

.gift_icon {
	 background: url('../images/gift_icon.png') no-repeat top center; height: 90px; width: 200px; display:block;
}
 .gift_icon:hover{
	 background: url('../images/gift_icon_on.png') no-repeat top center; height: 90px; width: 200px; display:block;
} 
.gift_icon.active{
	 background: url('../images/gift_icon_on.png') no-repeat top center; height: 90px; width: 200px; display:block;
}



/************ Process Steps CSS *************/

#order_process { padding: 20px 0;}

.process-row {
    display: table-row;
}

.process {
    display: table;     
    width: 100%;
    position: relative;
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.process-row:before {
    top: 29px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}

.process_area { width: 45%; margin: auto;}

.process-step {    
    display: inline-block;
    text-align: center;
    position: relative;
    padding-left: 0%;
    /* padding-right: 12%; */
    width: 32%;
	float:left;
}

.process-step p {
    margin-top:10px;
	font-size: 14px;
	font-weight: 500;
}

.process_circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 12px 0;
    font-size: 6px;
    /* line-height: 1.6; */
    border-radius: 100%;
    background: #cccccc;
    margin: auto;
}
.active .process_circle{
	background: #f94b06;
}
.process_area .active p { color: #f94b06;}

.btn-circle.active {
    border: 2px solid #cc0;
}

/******* member details form  *********/

.mem_area { width:70%; margin: auto; color: #000;}
.mem_area  .center { margin: 0px; padding: 0 0 10px 0}
.form_half { width: 60% !important; display: inline-block;}
.btn-mem {
    color: #000;
    background-color: #fff;
    border-color: #f9c606;
	font-family: 'proximanovalight', sans-serif;
	font-size: 16px;
	text-transform: initial;
}
.btn-mem:hover {
    color: #000;
    background-color: #f9c606;
    border-color: #f9c606;
}

/********* Choose Plan ***************/
.choose_plan { border: 3px solid #f9c606; color: #000;}
.choose_plan  h2 { background:#f9c606; margin: 0 0 30px 0; padding: 10px 0;  text-align: center;}
.plan_box { padding: 10px; display: block; clear: both; }
.plan_box button { border: none; background: none;}
.sub_title { font-family: 'GothamMedium', sans-serif; font-size: 24px; padding-bottom: 12px;}
.pic_border { -webkit-box-shadow: 0px 3px 0px 0px rgba(241,197,0,1); border-radius: 5px; max-width:100%;}
.bdr_right { border-right: 1px solid #000;}

/*********** Your Plan  **********/

ul.planlist {margin: 0px; padding: 0px; list-style: none;}
ul.planlist li { padding: 18px 15px; list-style: none; background: url('../images/tick.png') 98% 50% no-repeat #ffffff; }
ul.planlist li:nth-child(odd) { background: url('../images/tick.png') 98% 50% no-repeat #fcf9f3;}

.bdr_bottom { border-bottom:1px solid #949494; }

/*********** Personlaized Plan ***********/

.user_welcome { font-size: 30px; font-weight: 600; font-family: 'GothamMedium', sans-serif; color: #000; padding-bottom: 30px; padding-left: 15px; }

#plantabs .nav-tabs{
  border-bottom: transparent;
  border-right: 0px solid #e6e6e6;
}
#plantabs  .nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #f9c606;
}
#plantabs  .nav-tabs>li>a {
  background: #ebebeb;
  color: #000000;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
  font-family: 'GothamMedium', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
   cursor: pointer;
}

#plantabs  .nav-tabs>li>a span {
	font-family: 'GothamLight';
}



#plantabs  .nav-stacked>li+li{
  margin-top: 0;
}

#plantabs  .nav-tabs>li>a:hover{
  background: #f9c606;
  color:#000;
}

#plantabs  .nav-tabs>li.active>a, 
#plantabs  .nav-tabs>li.active>a:hover, 
#plantabs  .nav-tabs>li.active>a:focus {
  border: 0;
  color:#000;
  background: #f9c606;
  position: relative;
}

/*#plantabs  .nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  top:0;
}*/

#plantabs  .tab-wrap{
  border:0px solid #f9c606;
  margin-bottom: 20px;
}

#plantabs  .tab-content{
  padding: 10px 0 10px;
  border:1px solid #f9c606;
  background: #f9c606;
}

.suggetion { width: 96%; margin: auto; padding: 3px 0; color: #000000;}

#plantabs .tabarea{ 
  width: 96%;
  padding: 10px;
  margin: auto;
  background: #ffffff;
}
.meal_scroll {
  height: 216px;
  overflow: auto;
  overflow-x: hidden;
}

#plantabs  .tab-content h2{
  margin-top: 0;
}

#plantabs  .tab-content img{
  border-radius: 4px;
}

#plantabs .menu-1 .col-sm-12{padding:3px 0;}
#plantabs .menu-1 .col-sm-6 p{color:#333;}
#plantabs .menu-1 .col-sm-6 {padding-left:0;}
#plantabs .menu-1 .col-sm-5 {padding-right:0;}
#plantabs .menu-1 .col-sm-5 .btn-group-vertical > .btn, .btn-group > .btn{width:100%;}
#plantabs .menu-1 .col-sm-5 .btn-group, .btn-group-vertical{width:100%; text-align:left;}
#plantabs .menu-1 .col-sm-5 .btn-group > .btn:first-child{text-align:left; text-transform:none; font-weight:300; font-family: 'proximanovalight'; font-size:16px; border-radius:0; padding:5px}
#plantabs .menu-1 .col-sm-5 .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default{background:#fff !important;}
#plantabs .menu-1 .col-sm-5 .btn-default:hover{background:#fff;}
#plantabs .menu-1 .col-sm-5 .dropdown-menu{min-width:100%; border-radius:0; border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; padding:0;}
#plantabs .menu-1 .col-sm-5 .dropdown-menu li{display:block; padding:3px 5px; font-size:16px; color:#000;}
#plantabs .menu-1 .col-sm-5 .dropdown-menu li:hover{color:#fff; background:#000; cursor:pointer;}
#plantabs .menu-1 .col-sm-5 .selectpoint {background: #F9C606;height: 33px;padding: 5px;position:absolute;right: 0;text-align: center;top: 0;width: 33px;}
#plantabs .menu-1 .col-sm-5 .dropdown-menu li a{display:inline-block; padding:0; color:#f94b06; font-size:14px;}
#plantabs .menu-1 .col-sm-5 .dropdown-menu li a:hover{color:#fff; background:#000;}
#plantabs .menu-1 .col-sm-5 select{border:1px solid #ccc; padding:5px; width:100%; font-size:16px;}
#plantabs .menu-1 h3{margin-top:5px; color:#1e1c1c;}
#plantabs .menu-1 .col-sm-6 h3{color:#f94b06;}
#plantabs .menu-1 .row{border-bottom:0px solid #ccc; padding:0;}
#plantabs .menu-1 .row {margin:0; margin-bottom:10px;}

#plantabs .menu-1 .col-sm-1 label{font-size:12px; font-weight:300; margin:0;padding-left:0;}
#plantabs .menu-1 .col-sm-1 .row{border:0;}
#plantabs .menu-1 .col-sm-1 h3{margin:5px 0 0 0;}
#plantabs .menu-1 .col-sm-1 .col-sm-6{padding:0; text-align:center;}
#plantabs .menu-1 .col-sm-1{padding:0;}




#plantabs .menu-2 .col-sm-12{padding:3px 0;}
#plantabs .menu-2 .col-sm-6 p{color:#333;}
#plantabs .menu-2 .col-sm-6 {padding-left:0;}
#plantabs .menu-2 .col-sm-5 {padding-right:0;}
#plantabs .menu-2 .col-sm-5 .btn-group-vertical > .btn, .btn-group > .btn{width:100%;}
#plantabs .menu-2 .col-sm-5 .btn-group, .btn-group-vertical{width:100%; text-align:left;}
#plantabs .menu-2 .col-sm-5 .btn-group > .btn:first-child{text-align:left; text-transform:none; font-weight:300; font-family: 'proximanovalight'; font-size:16px; border-radius:0; padding:5px}
#plantabs .menu-2 .col-sm-5 .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default{background:#fff !important;}
#plantabs .menu-2 .col-sm-5 .btn-default:hover{background:#fff;}
#plantabs .menu-2 .col-sm-5 .dropdown-menu{min-width:100%; border-radius:0; border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; padding:0;}
#plantabs .menu-2 .col-sm-5 .dropdown-menu li{display:block; padding:3px 5px; font-size:16px; color:#000;}
#plantabs .menu-2 .col-sm-5 .dropdown-menu li:hover{color:#fff; background:#000; cursor:pointer;}
#plantabs .menu-2 .col-sm-5 .selectpoint {background: #F9C606;height: 33px;padding: 5px;position:absolute;right: 0;text-align: center;top: 0;width: 33px;}
#plantabs .menu-2 .col-sm-5 .dropdown-menu li a{display:inline-block; padding:0; color:#f94b06; font-size:14px;}
#plantabs .menu-2 .col-sm-5 .dropdown-menu li a:hover{color:#fff; background:#000;}
#plantabs .menu-2 .col-sm-5 select{border:1px solid #ccc; padding:5px; width:100%; font-size:16px;}
#plantabs .menu-2 h3{margin-top:5px; color:#1e1c1c;}
#plantabs .menu-2 .col-sm-6 h3{color:#f94b06;}
#plantabs .menu-2 .row{border-bottom:0px solid #ccc; padding:0;}
#plantabs .menu-2 .row {margin:0; margin-bottom:10px;}

#plantabs .menu-2 .col-sm-1 label{font-size:12px; font-weight:300; margin:0;padding-left:0;}
#plantabs .menu-2 .col-sm-1 .row{border:0;}
#plantabs .menu-2 .col-sm-1 h3{margin:5px 0 0 0;}
#plantabs .menu-2 .col-sm-1 .col-sm-6{padding:0; text-align:center;}
#plantabs .menu-2 .col-sm-1{padding:0; /*text-align:center;*/}

.meal_sep { border-bottom: 1px solid #ccc !important;clear:both;}

select.meal_replacement ,select.sel_meal_quantity{ width:100%; border: 1px solid #b7b7b7; background: url('../images/sel_arrow.png') no-repeat right center; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none;  appearance: none; }
select.meal_replacement::-ms-expand {
    display: none;
    visibility: hidden;
}

.size_radio {     display: inline-block;
    float: left;
    width: 50%;}
.size_radio span { width: 100%;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 6px; }

.size_radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.size_radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
	top: -14px;
    margin-left: -18px;
    border: 1px solid #b7b7b7;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; cursor:pointer; }
.size_radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 14px;
    height: 14px;
    left: 3px;
    top: -11px;
    margin-left: -18px;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.size_radio input[type="radio"] {
    opacity: 0; }
.size_radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.size_radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.size_radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.size_radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.size_radio.radio-inline {
    margin-top: 0; }



.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    float: left;
    margin-left: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    /*display: none;*/
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
	color:#F94B06;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.fade.active{display:block;}
 .fade{display:none;} 
 #my-alert-box{display:block;}
 .alert-danger.alert.fade.in {display:block;} 
 .alert-success.alert.fade.in {display:block;}

.perweek h2{font-size:24px; letter-spacing:0; padding-bottom:5px;}
ul.weekdays{margin:0; padding:0;}
ul.weekdays li{margin:0 15px 30px 0; border:3px solid #f9c606; font-size:18px; text-transform:uppercase; text-align:center; float:left; list-style-type:none; width:60px; height:60px; }
ul.weekdays li a{color:#000; display:block; padding:16px 0;}
ul.weekdays li a:hover{background:#f9c606;}
ul.weekdays li.active a{background:#f9c606;}
ul.weekdays li:last-child{margin:0;}

#mealorderform-meal_day .btn { width: auto; box-shadow: none; border-radius: 0;}
.weekbox { margin: 0 12px 0 0;
    cursor: pointer;
    border: 3px solid #f9c606;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    list-style-type: none;
    width: 62px !important;
    font-weight: 600;
    padding: 0;
    /* height: 60px; */
    font-family: 'proximanovalight', sans-serif;
    line-height: 3.0;
    color: #101010;
    display: inline-block; }
.weekbox:hover { background:#f9c606;}
.weekbox input { display: block;}
.weekbox.active { background:#f9c606;}
.weekbox:last-child{ margin-right: 0;}



/*.weekbox {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.weekbox.active.focus,
.weekbox.active:focus,
.weekbox.focus,
.weekbox:active.focus,
.weekbox:active:focus,
.weekbox:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.weekbox.focus,
.weekbox:focus,
.weekbox:hover {
    color: #333;
    text-decoration: none
}
.weekbox.active,
.weekbox:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.weekbox.disabled,
.weekbox[disabled],
fieldset[disabled] .weekbox {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
*/

.perweek p{font-weight:400; color:#1e1c1c;}

.perweek .cart-area{border:2px solid #f9c606; margin-bottom:15px;}
.perweek .cart-area .content-area p{margin:0;}
.perweek .cart-area .payment-area{background:#f5f5f5; padding:13px; overflow:hidden;}
.perweek .cart-area .payment-area .amount{color:#000; font-size:18px; font-weight:bold;}
.perweek .cart-area .payment-area .amount span{font-weight:300;}
.perweek .cart-area .payment-area .pay-now{font-size:24px; color:#fff; text-transform:uppercase; font-weight:bold; background:#f94b06; border-radius:5px; padding:14px; width:100%; text-align:center; min-height:35px; border:0; margin-top:15px; box-shadow:0 2px 2px #cccccc; font-family: 'GothamBold';}
.cart-area .main_amount { padding: 5px 12px; color: #101010;} 

#popupScreen {
    background: #ffffff;
    margin: 0 auto;
    overflow: hidden;
    position:relative;
    top: 10%;
    width: 70%; padding:20px;
    z-index: 10; border:5px solid #f9c606;
}
#popupScreen .title {
    background: #ee4e10 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    font-size: 40px;
    padding: 15px 30px;
}
#cover:target, #popupScreen:target + #popupScreen {
    display: block;
    opacity: 2;
}
.cancel {
    background: #b7b7b7;
    border-radius: 50%;
    display: block;
    font-size: 40px;
    font-weight: bold;
    height: 40px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: none;
    top: 10px; line-height:40px;
    width:40px; z-index:8908;
}
a.cancel {
    color: #ffffff;
}
a.cancel:hover {
    color: #ffffff;
    text-decoration: none;
}
#close {
    background: rgba(0, 0, 0, .8);
    display: none;
    height: 100%;
    left: 0;
    position:fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#close:target, #popupScreen:target + #popupScreen{ display:block; opacity:2; } 


ul.social{padding:0;}
ul.social li {
  display: inline-block; margin:0 2px;
}

ul.social li a {
  display: inline-block;
  color: #fff !important;  
}


.social-share-box{width:100%; text-align:center; padding-bottom:5px; border-bottom:0px solid #ccc; margin-bottom:15px;}
.social-share-box h3{color:#000; font-size:16px; font-family: 'GothamMedium';}
ul.social li .fa.fa-facebook{background: #6984b4;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;}
  ul.social li .fa.fa-twitter{background: #4fccf5;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;}
  
    ul.social li .fa.fa-linkedin{background: #486fea;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;}
    ul.social li .fa.fa-google-plus{background: #f15a22;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;}
  
#popuptabs .nav-tabs{
  border-bottom: transparent;
  border-right: 0px solid #e6e6e6;
}
#popuptabs  .nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #f9c606;
}
#popuptabs  .nav-tabs>li>a {
  background: #ebebeb;
  color: #000000;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 6px 20px;
  font-family: 'GothamMedium', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

#popuptabs  .nav-tabs>li>a span {
	font-family: 'GothamLight';
}


#popuptabs  .nav-stacked>li+li{
  margin-top: 0;
}

#popuptabs  .nav-tabs>li>a:hover{
  background: #f9c606;
  color:#000;
}

#popuptabs  .nav-tabs>li.active>a, 
#popuptabs  .nav-tabs>li.active>a:hover, 
#popuptabs  .nav-tabs>li.active>a:focus {
  border: 0;
  color:#000;
  background: #f9c606;
  position: relative;
}


#popuptabs  .tab-wrap{
  border:0px solid #f9c606;
  margin-bottom: 20px;
}

#popuptabs  .tab-content{
  padding: 5px 0 10px;
  border:1px solid #f9c606;
  background: #f9c606;
}

.suggetion { width: 96%; margin: auto; padding: 3px 0; color: #000000;}

#popuptabs .tabarea{ 
  width: 96%;
  padding: 10px;
  margin: auto;
  background: #ffffff;
   color:#000; line-height:30px;
}

#popuptabs  .tab-content h2{
  margin-top: 0;
}

#popuptabs  .tab-content img{
  border-radius: 4px;
}

.popupcontent h2{font-size:24px; font-weight:bold; letter-spacing:0; margin-top:10px;}
.popupcontent p{color:#000; font-size:14px;}
.popupcontent h2 span{font-size:18px; font-weight:300; font-family: 'GothamLight';}
.menu-img{text-align:center;}
.menu-img img{border-radius:5px; box-shadow:0 5px 0 #f9c606; margin-top:15px;}


.dietary-required{border:2px solid #f9c606; padding:10px; margin-bottom:15px; overflow:hidden;}
.dietary-required ul{margin:0; padding:0;}
.dietary-required ul li img{vertical-align:top; margin-bottom:5px;}
.dietary-required ul li{text-align:center; list-style-type:none; font-size:12px; line-height:12px; color:#000; padding:0 7px; float:none; display: inline-block; width: 20%;
  vertical-align: top;}
.dietary-required ul li span{display:block;}


.payment-info{background:#f9c606; padding:25px; font-family: 'proximanovalight';}
.payment-info h1{text-align:center; color:#000; font-size:24px; font-family: 'GothamMedium', sans-serif; margin:10px 0;}
.payment-info .form-area{background:#fff; padding:15px;}
.payment-info .form-area input{background:#fff; border:1px solid #ccc; width:100%; padding:3px 10px;font-family: 'proximanovalight'; font-weight:300;}
.payment-info .form-area textarea{background:#fff; border:1px solid #ccc; width:100%; padding:3px 10px;font-family: 'proximanovalight'; font-weight:300; height:90px}
.payment-info .form-area input.full-width{width:100%; font-family: 'proximanovalight';}
.payment-info .checkbox .cr, .radio .cr{margin:0 10px 0 0; vertical-align:middle;}
.payment-info label{vertical-align:middle;}
.payment-info .form-area{font-size:16px; font-weight:bold; color:#000;}
.payment-info .pay-now{font-size:24px; color:#fff; text-transform:uppercase; font-weight:bold !important; background:#f94b06 !important; border-radius:5px; padding:14px; width:100%; text-align:center; border:0; margin-top:15px; box-shadow:0 1px 1px #cccccc; font-family: 'GothamBold'  !important; padding:18px !important; width:98% !important }
.payment-info .form-area .btn-lg{width: 100%;}


/* Tiny Scrollbar */
#scrollbar1 { width: 100%; margin: 20px 0 10px; }
#scrollbar1 .col-lg-12{margin-bottom:5px;}
#scrollbar1 .viewport { width: 95%; height: 240px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0;width:100%; }
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 11px; height:264px; }
#scrollbar1 .track {  height: 100%; width:11px; position: relative; padding: 20px 1px; cursor:pointer; }
#scrollbar1 .thumb { background:#fff; height: 70px !important; width:9px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 1px; border-radius:10px; margin:20px 0 }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.floatnone{float:none;}
.floatnone p{font-size:16px; color:#000;font-family: 'proximanovalight';}
.floatnone h6{text-transform:none; font-size:14px; font-family: 'proximanovalight';}
.floatnone h2{font-size:24px;}
.social-share-box p{color:#969696; font-size:18px;}


#support-box{position:fixed; right:0; top:80px; background:#f9c606; padding:5px 10px 0 10px ; border-radius:10px 0 0 10px;}
#support-box ul{margin:0; padding:0;}
#support-box ul li{border-bottom:1px solid #000; list-style-type:none; padding:5px 10px 0 10px; text-align:center; font-size:14px; margin-bottom:4px;}
#support-box ul li a{color:#000;}
#support-box ul li span{display:block; padding:5px 0 0 0;}
#support-box ul li img{width:50px; height:50px; background:#fff; border-radius:50%; box-shadow:-1px 1px 0 #666666; vertical-align:middle; padding:2px}
#support-box ul li:last-child{border:0;}

.breadcrumb{background:none; margin:10px 0;}
.breadcrumb ul{margin:0; padding:0;}
.breadcrumb ul li{list-style-type:none; display:inline-block; color:#000; font-size:16px;font-family: 'proximanovalight';}
.breadcrumb ul li a{color:#b7b7b7;}
.breadcrumb ul li a:hover{color:#000;}

.profile {border:3px solid #f9c606;}
.profile .form-area .col-lg-12{text-align:left; margin-bottom:10px;}
.profile .form-area .col-lg-12 .col-lg-2{padding:0;}
.profile .form-area .col-lg-12 .col-lg-1{padding:0;}
.profile .form-area label{color:#000; display:inline-block;}
.profile .form-area input{background:#fff; border:1px solid #333; width:100%; padding:3px 10px;font-family: 'proximanovalight'; font-weight:300;}
.profile .form-area input.dob{background:#fff; border:1px solid #333; width:30%; padding:3px 10px;font-family: 'proximanovalight'; font-weight:300; margin-bottom:10px; margin-left:15px;}
.profile .form-area input[type="radio"]{width:auto; margin:0 10px}
.profile .form-area .col-lg-4{padding:0 5px;}
.profile .form-area .radio.radio-primary{margin:3px 5px; display:inline-block; vertical-align:middle;}
.profile .form-area .text {background: #ebebeb ;clear: both;color: #000000;padding: 5px; position:relative; margin-top:15px;}
.profile .form-area .text::after {
    border-bottom: 10px solid #ebebeb;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    left: 46%;
    position: absolute;
    top: -10px;
    width: 0;
}
.orange{color:#f94b06;}

.profile h2{font-size:24px; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:25px;}
.profile .form-area .col-lg-12.center {text-align: center !important; padding:5px !important;}
.profile .form-area .col-lg-6.center {text-align: center !important; padding:5px !important;}

.recommended-calorie{border:12px solid #f9c606; overflow:hidden; padding:15px 0; font-family: 'proximanovalight';}
.recommended-calorie .col-lg-6{border-right:1px solid #333; text-transform:uppercase; color:#000; line-height:28px;}
.recommended-calorie .col-lg-6:last-child{border:0;}
.profile .form-area{overflow:hidden;}

/*
.radio {
    padding-left: 20px;  line-height: 6px;}
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 23px;
    height: 23px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #333;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; cursor:pointer; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 17px;
    height: 17px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #333; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #f94d09; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }
	.radio.radio-primary label {
    cursor: inherit;
    text-indent: -9999px;
}
.radio.radio-primary > input {
    display: none;
}

.checkbox{padding-bottom:10px; overflow:hidden;}
.checkbox .col-lg-7, .col-lg-2{padding:0;}
*/

#mem_detail_form{margin:30px 0;}

.pad10 { padding: 10px 0;}
.pad20 { padding: 20px 0;}
.pad30 { padding: 30px 0;}
/********** Login Pop Up **************/

.login_box { width: 522px !important; border: 4px solid #f9c606; color: #1e1c1c; }
.login_box  .modal-content{ border-radius: 0px; -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .5); box-shadow: 0 0px 0px rgba(0, 0, 0, .5); padding: 10px 100px; text-align: center;  }
.login_box  .modal-header button{ display: none;}
.login_box  .modal-body{ padding: 15px 15px 0 15px;}
.login_box  .form-title { font-family: 'GothamMedium', sans-serif; font-size: 24px; letter-spacing: 2px; }
.login_box .modal-footer { text-align: center; border: 0px; padding:0px;  }
.login_box .btn-lg { width: 90%; margin-bottom: 8px;}

.forgot_box { width: 522px !important; border: 4px solid #f9c606; color: #1e1c1c; }
.forgot_box  .modal-content{ border-radius: 0px; -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .5); box-shadow: 0 0px 0px rgba(0, 0, 0, .5); padding: 10px 100px; text-align: center;  }
.forgot_box  .modal-header button{ display: none;}
.forgot_box  .modal-body{ padding: 15px 15px 0 15px;}
.forgot_box  .form-title { font-family: 'GothamMedium', sans-serif; font-size: 24px; letter-spacing: 0px; }
.forgot_box .modal-footer { text-align: center; border: 0px; padding:0px;  }
.forgot_box .btn-lg { width: 90%; margin-bottom: 8px;}

/************ All Pop Up  ***********/

.pop_box { width: 800px !important; border: 4px solid #f9c606; color: #1e1c1c; }
.pop_box  .modal-content{ border-radius: 0px; -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .5); box-shadow: 0 0px 0px rgba(0, 0, 0, .5); padding: 10px; text-align: center;  }
.pop_box  .modal-header { border-bottom: none; padding-bottom: 0px;}
.pop_box  .modal-header button{ }
.pop_box  .modal-body{ padding: 15px 15px 0 15px;}
.pop_box  .form-title { font-family: 'GothamMedium', sans-serif; font-size: 24px; letter-spacing: 2px;     border-bottom: 1px solid #ccc;
    margin-bottom: 20px; padding-bottom: 10px; text-transform: uppercase; }

/********** Dash Menu *********/
#dash_menu { padding: 10px 0; text-align: center;}
#dash_menu ul{
    list-style:none;
	border: 2px solid #f9c606;
	width: 100%;
	display: table;
	margin: 0;
    padding: 0px;
}
#dash_menu  li{
    display:table-cell;
    float:none;
    margin-right:0px;
    background-color:#ffffff;    
	font-family: 'GothamMedium', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #010101;
    position: relative;
}
#dash_menu  li a{
	display:block;
	color: #010101;
	padding:15px 0;
}
#dash_menu  li.current, #dash_menu  li:hover{
    background-color:#f9c606;
}
#dash_menu  li.current:after, #dash_menu  li:hover:after{
    border-left: 10px solid transparent;
    border-right: 11px solid transparent; content:"";
	border-top: 13px solid #f9c606;
    position: absolute;
    bottom: -13px;
    width: 0px;
    left: 50%;
    margin-left: -10px;
}

/******* breadcrumb *******/
#breadcrumb_area { padding: 0px 0;}
.breadcrumb { border-top: 1px solid #ccc;}

/*********** Dashboard **************/
.pad_30 { padding-bottom: 30px;}
.user_head  { font-size: 30px; font-weight: 600; font-family: 'GothamMedium', sans-serif; color: #000; padding: 15px 0; }
#my_account_area .btn-lg { width: 100%;}
#my_account_area { border: 2px solid #f9c606; padding: 0 8%;  }
#my_account_area h2 { font-size: 24px; border-bottom: 1px solid #ccc; text-align: center; margin-bottom: 20px;}
.gen_radio { display: block;}
.gen_radio span { width: 85px; display: inline-block; font-weight: 700;}

.gen_radio {
    padding: 10px 0;  line-height: 6px;}
.gen_radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.gen_radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 23px;
    height: 23px;
    left: 0;
	top: -14px;
    margin-left: -20px;
    border: 1px solid #333;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; cursor:pointer; }
.gen_radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 17px;
    height: 17px;
    left: 3px;
    top: -11px;
    margin-left: -20px;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.gen_radio input[type="radio"] {
    opacity: 0; }
.gen_radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.gen_radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.gen_radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.gen_radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.gen_radio.radio-inline {
    margin-top: 0; }
.active_area { text-align: center;}	
.activity_text {background: #ebebeb ;clear: both;color: #000000;padding: 5px; position:relative; margin-top:15px;}
.activity_text::after {
    border-bottom: 10px solid #ebebeb;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    left:0;
    position: absolute;
    top: -10px;
    width: 0;
	right:0;margin:0 auto;
}

.activity_ra { display: block;}
.activity_ra span { /*width: 85px;*/ display: block; font-weight: 700; padding-bottom:10px; line-height: normal;}

.activity_ra {
    padding: 10px 0;  line-height: 6px;}
.activity_ra label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.activity_ra label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 23px;
    height: 23px;
    left: 0;
	top: -14px;
    margin-left: -20px;
    border: 1px solid #333;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; cursor:pointer; }
.activity_ra label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 17px;
    height: 17px;
    left: 3px;
    top: -11px;
    margin-left: -20px;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.activity_ra input[type="radio"] {
    opacity: 0; }
.activity_ra input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.activity_ra input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.activity_ra input[type="radio"]:disabled + label {
    opacity: 0.65; }
.activity_ra input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.activity_ra.radio-inline {
    margin-top: 0; }



.irs-single  { background: url('../images/pointer.png') top center #faf6eb; width: 19px; height: 21px;}
#memberprofile-meal_type,#membertemp-meal_type,#memberprofilesecondary-meal_type,#membertempsecondary-meal_type {text-align: center; width: 100%; border: 2px solid #f9c606; padding: 5px;}
#memberprofile-meal_type .btn,#membertemp-meal_type .btn,#memberprofilesecondary-meal_type .btn, #membertempsecondary-meal_type .btn { width: 75px; padding: 0px; float: none; vertical-align: top; box-shadow: none; background-color: #ffffff;
    border-color: #ffffff; }
#memberprofile-meal_type .btn.active ,#membertemp-meal_type .btn.active , #memberprofilesecondary-meal_type .btn.active, #membertempsecondary-meal_type .btn.active{  box-shadow: none; background-color: #f2f2f2; }
#memberprofile-meal_type .btn span, #membertemp-meal_type .btn span , #memberprofilesecondary-meal_type .btn span, #membertempsecondary-meal_type .btn span { display: block;
    text-align: center;
    list-style-type: none;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    font-family: 'proximanovalight', sans-serif;
    text-transform: initial;
    font-weight: 700;
    white-space: pre-line; padding: 5px 0;}
	
/************ Menu Category ***********/

#meal_area { padding: 10px 0;}
#our_meals_area { border: 2px solid #f9c606; padding: 15px 0; margin: 0 15px;}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.meal_cat { text-align: center;}
.meal_cat_img img { -webkit-box-shadow: 0px 3px 0px 0px rgba(241,197,0,1);
-moz-box-shadow: 0px 3px 0px 0px rgba(241,197,0,1);
box-shadow: 0px 3px 0px 0px rgba(241,197,0,1); border-radius: 5px;}
.meal_cat_title { 
    
    font-family: 'proximanovalight', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 0;
    /*height: 90px;*/
    margin-bottom: 40px;

}	
.meal_title { font-family: 'proximanovalight', sans-serif; text-transform: uppercase; font-weight: 700;  font-size:15px; padding: 20px 0;/* height:90px; */margin-bottom:40px;}	
.meal_cat_title a{ color: #000; text-decoration: none; }	
.meal_cat_title a:hover{ color: #f93f06; text-decoration: none; }
.meal-order-btn .btn-lg { width: 100%;}

.meal_cat_wrap  { position: relative; }
.meal_cat_wrap img { max-width: 100%; max-height: 358px; /* height:auto; */ height:358px; width: 100%;}


/* popup image css redefine */
.meal_cat_wrap_share img { max-width: 100%; /*max-height: 358px; height:358px; width: 100%;*/}
.pop_box_share { width: 500px !important; border: 4px solid #f9c606; color: #1e1c1c; }
.pop_box_share  .modal-content{ border-radius: 0px; -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .5); box-shadow: 0 0px 0px rgba(0, 0, 0, .5); padding: 10px; text-align: center;  }
.pop_box_share  .modal-header { border-bottom: none; padding-bottom: 0px;}
.pop_box_share  .modal-header button{ }
.pop_box_share  .modal-body{ padding: 15px 15px 0 15px;}
.pop_box_share  .form-title { font-family: 'GothamMedium', sans-serif; font-size: 24px; letter-spacing: 2px;     border-bottom: 1px solid #ccc;
    margin-bottom: 20px; padding-bottom: 10px; text-transform: uppercase; }
/* ends here */


.meal_cat_wrap  span{ position: absolute; font-size: 24px; font-family: 'GothamMedium', sans-serif; text-align: center; color:#fff; background:rgba(0,0,0,0.5); display: block; bottom: 0; margin: 0px; text-transform: uppercase; width: 100%; padding: 10px 0; }

.extra_btn  { font-size: 18px; padding: 8px 30px; color: #000; border: 2px solid #f9c606; border-top: none; -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px; font-weight: 700;  margin: 0px 0 0 0; display: inline-block;
background-color: #ffffff; text-transform: uppercase; }
.extra_btn:hover, .extra_btn:active{ color: #000; background-color: #f9c606; }

.respon_img { max-width: 100%; max-height: 300px; /* height:auto;  height:300px; */width: 100%;}

/**************** About Us  ************/
#about_area { text-align: center; }
#about_area img { padding-bottom: 10px;}
#about_area img.img-responsive {
  margin-bottom: 30px;
}
#about_area h2:before{ background-color: #d5d5d5;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 27%;
    width: 100%;}
#about_area h2 span{ background: #ffffff; padding: 0 15px; position: relative;}
#about_area h2{ display: block;
    text-align: center;
    width: 100%;
	font-size: 24px;
	position: relative;
	padding-bottom: 30px;
	margin-top:0;
}

/*********** Team *********/
.team_member img{ width: 100%; border: 1px solid #f2f2f2; margin-bottom: 15px; -webkit-box-shadow: 0px 3px 0px 0px rgba(241,197,0,1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(241,197,0,1);
    box-shadow: 0px 3px 0px 0px rgba(241,197,0,1);
    border-radius: 5px; }
.team_member h4 { font-size: 18px; padding-bottom: 5px; margin-bottom: 0px;}
.team_member span { font-size: 18px; margin-bottom: 15px; display: inline-block; text-transform: uppercase; }

/*********** Testimonial   ************/

#testi_area { background: #f9c606; text-align: center; padding:20px 0 50px; margin-bottom: 20px;}
.testi_item_lt{ width: 62%; display: inline-block;}
.testi_item_lt h5{ font-size:18px; font-family: 'GothamMedium', sans-serif; text-align: right;  }
.testi_item_lt p{ font-size:16px; text-align: right; font-weight: 700; display: inline-block; color: #101010;  }
.cust_pic_lt { width: 37%; margin: auto; text-align: right; display: inline-block; float: right;}
.cust_pic_lt img{ width: 167px; height: 167px; max-width: 100%; border-radius: 100%; display: inline-block; border: 3px solid #ffffff;}
.carousel-control.right, .carousel-control.left { text-align: center;}

.testi_item_rt{ width: 62%; display: inline-block;}
.testi_item_rt h5{ font-size:18px; font-family: 'GothamMedium', sans-serif; text-align: left;  }
.testi_item_rt p{ font-size:16px; text-align: left; font-weight: 700; display: inline-block; color: #101010;  }
.cust_pic_rt { width: 34%; margin: auto; text-align: left; display: inline-block; float: left;}
.cust_pic_rt img{ width: 167px; height: 167px; max-width: 100%; border-radius: 100%; display: inline-block; border: 3px solid #ffffff;}

/************ Cart page ************/

.page_overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    opacity: 0.6;
    display: none;
}

/***************  Main Page Banner Btn   ***********/

.order_button { display: inline-block; margin: 0 40px;}
.vid_button { display: inline-block;
    /* margin-right: 100px; */
    width: 28%;
    text-align: left;}
	
/******** Mindfull *********/

.mind_step { border: 1px solid #949494;
		border-bottom: none;
    padding: 30px 0 0 0;
    position: relative; }

.mind_step .audio_btn span { font-family: 'GothamMedium', sans-serif; background: #ffffff; padding: 0 15px 8px; position: relative; display: inline-block; text-align: center; font-size: 18px; color: #101010;
    text-transform: uppercase; }
.mind_step .audio_btn { display: block;
    text-align: center;
    position: absolute;
    margin-top: -25px;
    width: 100%;}
.mind_step .audio_btn:before{ background-color: #949494;
    content: "";
    height: 1px;
    left: 0;
    position: absolute; 
    top: 46px; 
    width: 100%;}
	
.video_cat { text-align: center; margin-bottom: 20px;}
/*.video_cat_img { 
  clear: both;}*/
  .video_cat_img {
  clear: both;
  display: inline-block;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.cls_meal_audio_player {
  bottom: 0 !important;
  left: 0;
  position: absolute !important;
  right: 0;
  max-width: 100% !important;
  width: 100% !important;
}
.video_cat_img img { width: 100%;box-shadow: 0px 3px 0px 0px rgba(241,197,0,1); border-radius: 5px;}
.video_title { font-family: 'proximanovalight', sans-serif; text-transform: uppercase; font-weight: 700;  font-size:18px; padding: 20px 0; }	
.video_title a{ color: #000; text-decoration: none; }	
.video_title a:hover{ color: #f93f06; text-decoration: none; }


.field-membertemp-zip , .field-memberform-zip{
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

/**************  Faq Page ******************/
.faq_type { text-align: center; padding-bottom: 30px; }
.faq_type ul { list-style: none;
  padding: 0;
  margin: 0;}
  
.faq_type ul  li {
  display: inline-block;
  text-align: center;
  width: 12%;
  vertical-align: top;
}
.faq_type ul  li a{
	display: block;
	font-family: 'proximanovalight', sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
}
.faq_type ul  li a:hover{
	color: #000000;
	display: block;
}
.caticon_1 {
	 background: url('../images/get_off.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_1:hover{
	 background: url('../images/get_on.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_1.active{
	 background: url('../images/get_on.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_2 {
	 background: url('../images/tmeal_off.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_2:hover{
	 background: url('../images/tmeal_on.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_2.active{
	 background: url('../images/tmeal_on.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_3 {
	 background: url('../images/pricing_off.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_3:hover{
	 background: url('../images/pricing_on.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_3.active{
	 background: url('../images/pricing_on.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_4 {
	 background: url('../images/deli_off.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_4:hover{
	 background: url('../images/deli_on.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_4.active{
	 background: url('../images/deli_on.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_5 {
	 background: url('../images/pay_off.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_5:hover{
	 background: url('../images/pay_on.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_5.active{
	 background: url('../images/pay_on.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_6 {
	 background: url('../images/acc_off.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_6:hover{
	 background: url('../images/acc_on.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_6.active{
	 background: url('../images/acc_on.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_7 {
	 background: url('../images/diet_off.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_7:hover{
	 background: url('../images/diet_on.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_7.active{
	 background: url('../images/diet_on.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_8 {
	 background: url('../images/mind_off.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_8:hover{
	 background: url('../images/mind_on.png') no-repeat top center; height: 90px; width: 130px; display:block;
}
.caticon_8.active{
	 background: url('../images/mind_on.png') no-repeat top center; height: 90px; width: 130px; display:block;
}

#faq_area h2:before{ background-color: #d5d5d5;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 27%;
    width: 100%;}
#faq_area h2 span{ background: #ffffff; padding: 0 15px; position: relative;}
#faq_area h2{ display: block;
    text-align: center;
    width: 100%;
	font-size: 24px;
	position: relative;
	padding-bottom: 30px;
}

/*********** Contact Page ***********/

.contact_bg {
	padding-bottom: 50px;
}
.cont_form {
	text-align:left;
	border: 2px solid #f9c606;
	padding: 15px;
	width: 80%;
	float: right;
    clear: both;
}
.cont_form .btn-lg {
	width: 100%;
}
.cont_detail {
	color: #000000;
	font-size: 18px;
}
.cont_detail a{
	color: #000000;
}
.cont_detail a:hover{
	color: #f94b06;
}
.cont_detail img { 
	vertical-align: middle;
	display: inline-block;
    padding-right: 15px;
}
.cont_detail address { 
	padding-left: 58px;
}

/********* Login Page ***********/

.login_page_box { width: 40% !important; border: 4px solid #f9c606; color: #1e1c1c; margin: auto; padding: 20px 100px; text-align: center;  }
.login_page_box .btn-lg { width: 100%; margin-bottom: 8px;}

/********** 404  ***********/

.site-error img { display: inline-block;}

img.meal-grid-item {
    /*max-height: 175px;
    height: 175px;*/
    width: 100%;
}

/**************  myorder_area  ***********/
#myOrder {
	padding: 0px 0;
	color: #101010;
}
#myorder_area {
	border: 2px solid #f9c606;
	margin-bottom: 20px;
}
.order_tit span{
	font-size: 24px;
	text-transform: uppercase;
	padding: 10px 0 20px;
	display: inline-block;
}
.order_tit p{
	font-size: 18px;
}
.ord_detail {
	border-top: 2px solid #f9c606;
}
.ord_detail span{
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding: 0px 0 10px;
}
.ord_detail p{
	font-size: 16px;
}
.order_pad {
	padding: 20px;
}
.ord_price_tot {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
    margin-top: 30px;
}
a.cancel_link  { font-family: 'GothamMedium', sans-serif; font-size: 16px; padding: 8px 20px; color: #000; border: 2px solid #f9c606; border-radius: 5px; font-weight: 700;  margin: 10px 0 0 0; display: inline-block; text-transform: uppercase; }
a.cancel_link:hover, a.cancel_link:active{ color: #000; border: 2px solid #f9c606; background: #f9c606; }

a.edit_link  { font-family: 'GothamMedium', sans-serif; font-size: 16px; padding: 8px 20px; color: #ffffff; border: 2px solid #f94b06; border-radius: 5px; font-weight: 700;  margin: 10px 0 0 0; display: inline-block; text-transform: uppercase; background: #f94b06; }
a.edit_link:hover, a.edit_link:active{ color: #ffffff; border: 2px solid #101010; background: #101010; }

/*********** Thank   *************/
#thank {
	padding-bottom: 0px;
	background: url('../images/thank-pic.jpg') no-repeat 95% 100%;	
}
#thank img {max-width: 100%;}
.continue_btn {
	width: 80%;
	margin: auto;
}
.continue_btn .btn-lg {
	width: 100%
}

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

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #FF0000 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}

.table {
	text-align: center;
}


.nutrition-content table tr td{border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;border-top:0; color:#000;}
.nutrition-content table tr td:last-child{border-right:0;}
.meal_scroll table tr td{border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;border-top:0; color:#000;}
.meal_scroll table tr td:last-child{border-right:0;}
.health_meal .meal-wrap span p {font-size: 12px;margin: 0;}

#conatcat-info .contact-info p{line-height:normal;}
select#cartmeal-replace_meal ::selection:focus::-ms-value {background: #000 !important; color:#fff;}
select#cartmeal-replace_meal option:hover {box-shadow: 0 0 10px 100px #000 inset;-webkit-box-shadow: 0 0 10px 100px #000 inset;-webkit-box-shadow: 0 0 10px 100px #000 inset;}
.field-mealorderform-meal_category .select2-container--krajee .select2-selection{border-radius:0;}
.field-mealorderform-meal_category .select2-container--krajee .select2-selection--single .select2-selection__arrow{background: #f9c606;border-radius:0; border:0; padding:0 15px;}
.field-mealorderform-meal_category .select2-container--krajee .select2-selection--single .select2-selection__arrow b{ border-color: #000 transparent transparent;}
.field-mealorderform-meal_category  .select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color: transparent transparent #000;}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {    background-color: #000;    color: #fff;}
.select2-container--krajee .select2-results__option[aria-selected="true"]{background-color: #ccc;    color: #000;}

.testimonials{text-align:left;}
.express-order{visibility: visible;}
.privacy_center {  width:80%;  margin: 0 auto;  border: 2px solid #f9c606; padding: 10px 40px;}
.privacy_list{ padding-left:50px !important;}
.privacy_center p{ color:#000000 !important;}
.privacy_center h2{    font-size: 24px}
.term_center ul li{list-style-type: lower-alpha !important; color:#000000 !important;padding-left: 20px;}
.term_center ul li ul li{list-style-type: lower-roman !important;}
.health_meal .meal-wrap span p {position: relative; top: 4px;}
.order_type ul li{ position:relative;}
.order_type .comming_soon{
    position: absolute;
    font-size: 12px;
    margin: 0;
    text-align: center;
    left: 33%;
}
/* Added 27-0402016 */
#my_account_area input#memberform-date_of_birth-y , #my_account_area input#membertemp-date_of_birth-y{
  border: medium none;
  margin: -1px 10px;
}
#my_account_area span {
  border-radius: 0;
  border-color: #ccc;
}

#memberprofile-target_weight_date b {
  margin-right: 10px;
}

.field-memberprofile-stress_level span.irs-bar , .field-memberprofile-stress_level span .irs-bar-edge, .field-memberprofile-stress_level span .irs-line ,
.field-membertemp-stress_level span.irs-bar , .field-membertemp-stress_level span .irs-bar-edge, .field-membertemp-stress_level span .irs-line ,.field-memberprofilesecondary-stress_level span.irs-bar , .field-memberprofilesecondary-stress_level span .irs-bar-edge, .field-memberprofilesecondary-stress_level span .irs-line {
  height: 20px;
  border-color:#000 !important;
}
.field-memberprofile-stress_level span.irs-bar , .field-memberprofile-stress_level span .irs-bar-edge,
.field-membertemp-stress_level span.irs-bar , .field-membertemp-stress_level span .irs-bar-edge,
.field-memberprofilesecondary-stress_level span.irs-bar,.field-memberprofilesecondary-stress_level span .irs-bar-edge
{background:#f9c606;}
.field-memberprofile-stress_level span .irs-line,
.field-membertemp-stress_level span .irs-line{border-color:#000 !important;}
.irs-slider.single{    top: 29px; width: 10px;}
#calories-intake-msg .alert-danger , #calories-intake-msg .custom-success{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 15px solid #f9c606;
  display: inline-block;
  padding: 15px 10px;
  width: 100%;
  margin-top: 10px;
}
.custom-success .pull-left {
  border-right: 1px solid;
  color: #000;
  padding-left: 20px;
  padding-right: 25px;
  text-align: left;
  text-transform: uppercase;
  width: 48%;
}
.custom-success .pull-right {
  text-align: left;
  width: 45%;
  color: #000;
  font-family: gothammedium;
  text-transform: uppercase;
}
.invite-section {
  float: left;
  margin-left: 10px;
  width: 65%;
}
form#invite-form button.custom_submit {
  float: right;
}
#pay-pal input, #stripc-pay input {
  margin-top: 8px;
  vertical-align: top;
  width: auto;
}
#pay-pal label , #stripc-pay label{margin:0;}
#stripeFormId {
 
  margin-top: 15px;
  width: 100%;
}
.col-lg-12.pay-options {
  margin-bottom: 5px;
}
#pay-pal {
  padding-left: 0;
}
#meal_area .meal_scroll {
    height: 285px;
}


.alert-success {
    background-color: #F9C606;
    border-color: #ffbb00;
    color: #1e1e1e;
    text-align: center;
    font-weight: bold;
}
.alert-danger {
    //background-color: #F9C606;
    //border-color: #ffbb00;
    //color: #1e1e1e;
    text-align: center;
    font-weight: bold;
}
.men-icon {display: inline-block;width: 100%;}

#mem_detail_form .mem_area p {margin-top: 22px;}
.order-details table.orderItemTable td {
  font-size: 12px;
  line-height: 20px;
}
.order-details {
  border-bottom: 1px solid rgb(249, 198, 6);
  padding-bottom: 10px;
  padding-top: 10px;
}
.order-details table {
  text-indent: 20px;
}
.order-details a.aitemdel, .cart-area a.aitemdel {
  font-size: 20px;
  font-weight: bold;
}

.cart-area a.acodedel{
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    padding: 0 5px;
}

.order-details table tr {
  line-height: 28px;
}
.order-details:last-child {
  border: none;
}
.order-details p {
  font-weight: bold;
  margin-bottom: 5px !important;
}
.order-details th {
  font-size: 13px;
}

.order-details.qty-corporate th {
  font-size: 11px;
}

.giving_cms p{
    color: #000000;
}


/**
@couple CSS
*/
.couple_active{
    background:#f9c606 none repeat scroll 0 0;
    padding:10px;    
}
.couple_inactive a{
    padding:10px;
    color:#000;
    
}
 

.couple_inactive a:hover{
    color:#000;
}
.cart_person{
    text-transform: capitalize;
    font-weight: bold !important;
    margin-top: 10px !important;
    color:#d43133 !important;
}
/* Add on 14 july 2016 */
.user_welcome.couple_welcome .couple_active{display: inline-block;position: relative;}
.user_welcome.couple_welcome .couple_active a {
  color: #000;
  display: inline-block;
  padding: 10px;
}
.user_welcome.couple_welcome .couple_active::before {
  border-color: #f9c606 transparent transparent;
  border-style: solid;
  border-width: 20px 15px 0;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
}
.user_welcome.couple_welcome {
  background: #f9c606 none repeat scroll 0 0;
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.couple_welcome span.couple_active a {
  background: #fff none repeat scroll 0 0;
  color: #000;
}
.yellow_deshboard_couple .col-lg-6{padding:0;}
/*.yellow_deshboard_couple .user_head{padding:0;}*/
.yellow_deshboard_couple .user_head a {color: #000;}
.yellow_deshboard_couple .couple_inactive {background: #ebebeb;padding: 15px;display: inline-block;}
.yellow_deshboard_couple .couple_active {padding: 15px;float:left;}
.codevalid, .codevalid img {
  float: right;
  vertical-align: top;
  width: 70px;
}
.user_welcome.couple_welcome a,.yellow_deshboard_couple .user_head a{
    text-transform: capitalize;
}

/***********************
********* blog list ******
************************/
.blog_menu_box.left img {
  float: left;
  margin-right: 20px;
}

.blog_list .short_desc .blog_menu_title > a {
  color: #000;
  font-size: 24px;
  line-height: 35px;
  text-transform: uppercase;
}
.blog_date {
  color: #949494;
  font-size: 16px;
  line-height: 35px;
}
.short_desc p {
  color: #1e1c1c;
  font-size: 16px;
  line-height: 24px;
}

.blog_list .blog_item {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.blog_list h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 45px;
}
.short_content p {
  color: #1e1c1c;
  line-height: 22.71px;
}
.breadcrumbs {
  text-align: left;
}
.breadcrumbs a::after {
  color: #b7b7b7;
  content: "\f105";
  font-family: fontawesome;
  padding: 0 5px;
}
.breadcrumbs a{color:#b7b7b7;}
.breadcrumbs a ,.breadcrumbs strong{
  color: #b7b7b7;
  font-size: 14px;
  line-height: 22px;
}
.breadcrumbs strong{color:#000;}
.short_content {
  padding: 20px 0;
}
.menu_box_single {
  border: 4px solid #f9c606;
}
.description {
  padding: 0 40px;
  text-align: left;
}
.short_desc_single{padding: 0 40px;}
.description .title_heading {
  border-bottom: 2px solid #7f7f7f;
  color: #000;
  font-family: proximanovalight;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 20px 0;
}
.description p , .description li{
  color: #000;
  font-family: proximanovalight;
  font-size: 16px;
  line-height: 22.71px;
}
.description ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.description p {margin-bottom:20px;}
.short_desc_single .blog_date {
  color: #a2a2a2;
  font-size: 16px;
  line-height: 32.71px;
  margin-top: 10px;
}
.short_desc_single .blog_menu_title strong {
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 32.71px;
}
.short_desc_single .blog_menu_title {
  margin-bottom: 15px;
}
.single_blog {
  margin-top: 30px;
}
.social_heading {
  margin-bottom: 10px;
  position: relative;
  text-align: right;
}
.social_heading::before {
  background: #ccc none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
}
.social_heading strong {
  background: #fff none repeat scroll 0 0;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 5px;
}
.col-md-6.profile_photo img {
  float: left;
  margin-right: 20px;
}
.profile_photo p {
  margin-top: 20px;
  
}
.menu_box_single {
  display: inline-block;
  padding-bottom: 30px;
  width: 100%;
}
.menu_box_single > img {
  max-width: 100%;
}
.blog_menu_box > img {
  float: left;
  margin-right: 20px;
}
.blog_menu_box{text-align:left;}
section#blog_area {
    padding-top: 0;
}

/*******Library******/
.breadcrumbs_library {
  border-top: 1px solid #ccc;
  margin-top: 35px;
  padding-top: 5px;
  text-align: left;
}
.breadcrumbs_library a::after {
  color: #b7b7b7;
  content: "\f105";
  font-family: fontawesome;
  padding: 0 5px;
}
.breadcrumbs_library a{color:#b7b7b7;}
.breadcrumbs_library a ,.breadcrumbs_library strong{
  color: #b7b7b7;
  font-size: 14px;
  line-height: 22px;
}
.breadcrumbs_library strong{color:#000;}
.library_tabs .tab-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border-width: 20px !important;
  display: inline-block;
  width: 100%;
}
.inner_library {
  border: 2px solid #f9c606;
  display: inline-block;
  padding: 20px;
  width: 100%;
}
.library_area img {
  max-width: 100%;
}
.simple_search h3 , .archive h3 , .library_tabs h3{
  color: #000;
  font-family: proximanovalight;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.simple_search p , .archive a , .library_tabs p{
  color: #000;
  font-family: proximanovalight;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.archive li:not(last-child) {
  border-bottom: 1px solid #000;
  padding: 5px 0;
}
.archive ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
form#side_search input[type="text"] {
  
}
form#side_search input#librarysearchform-search_global {
  /*background: rgba(0, 0, 0, 0) url("../images/search-icon.png") no-repeat scroll right 5px center;*/
  border: 1px solid #000;
  border-radius: 4px;
  height: 30px;
  padding: 0 5px;
  width: 100%;
}
form#side_search select {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 29px;
  width: 100%;
   -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("../images/sel_arrow.png") no-repeat scroll right center;
    
}
form#side_search label {
  margin-top: 10px;
  width: 100%;
}
/*.by-date span {
  border-radius: 0 !important;
  box-shadow: none !important;
  display: inline-block;
  
  width: 100%;
}*/
#side_search .select2-selection__arrow {
  background: #f9c606;
  border-radius: 0;
}
.by-date span input  {
  width: 75%;
  font-size: 12px;
}
#side_search span.select2-selection--single {
  border-radius: 0;
  box-shadow: none;
}
#goal {
  margin: 10px 0;
}
.by-date span#start-date , .by-date span#end-date {
  background-image: url("../images/cal-icon.png");
  background-position: right 5px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  width: 47%;
}
.by-date span#end-date {
  margin: 0;
}
form#side_search a[name="clear"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 3px solid #f94b06;
  border-radius: 5px;
  color: #000;
  font-family: gothammedium;
  font-size: 16px;
  padding: 5px 17px;
  text-transform: uppercase;
   display: inline-block;
}
form#side_search input[name="search"] {
  background: #f94b06;
  border: 3px solid #f94b06;
  border-radius: 5px;
  color: #fff;
  font-family: gothammedium;
  font-size: 16px;
  padding: 5px 15px;
  text-transform: uppercase;
}
.by-date {
  margin-bottom: 15px;
  margin-top: 10px;
}
#goal {
  margin-top: 20px;
}
.archive {
  margin-top: 40px;
}
.library_tabs .col-md-6 {
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center;
}
#dash_menu li a {
  color: #010101;
  display: block;
  padding: 15px 0;
}
#dash_menu li.current::after, #dash_menu li:hover::after {
  border-left: 10px solid transparent;
  border-right: 11px solid transparent;
  border-top: 13px solid #f9c606;
  bottom: -13px;
  content: "";
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
#dash_menu li.current, #dash_menu li:hover {
  background-color: #f9c606;
}
#dash_menu li {
  color: #010101;
  display: table-cell;
  float: none;
  font-family: "GothamMedium",sans-serif;
  font-size: 22px;
  margin-right: 0;
  position: relative;
  text-transform: uppercase;
}
.center {
  margin-top: 10px;
  padding-bottom: 25px;
  text-align: center;
}
#dash_menu ul {
  border: 2px solid #f9c606;
  display: table;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.fade {display: none;}
.fade.active {display: block;}
#dash_menu li a.active{}
.library_media{min-height: 185px;}
.clr{clear: both;}
#plantabs  .nav-tabs>li{cursor:pointer;}
.library_area .user_welcome {padding-left: 0;}
.yellow_deshboard_couple .user_head {padding: 0;}
.user_head.single_user_head {padding: 15px 0;}
.archive a:hover {color: #F94B06;}

.disable-link
{
    text-decoration: none !important;
    color: grey !important;
    cursor: default;
}
.enable-link
{
    text-decoration: none !important;
     
    cursor: pointer !important;
}

#cartmeal-replace_meal { margin-bottom: 20px;}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: 0px !important;
}

#videoModal .modal-dialog { margin:73px auto 20px;}
.invite-img img { max-width: 100%;}
/**** 30 Sep 2016 ****/
#start-date input#cart-order_date {background: rgba(0, 0, 0, 0) url("/images/cal-icon.png") no-repeat scroll right 5px center;}
.sel_meal_quantity {margin-top: 10px;}
.plans_box img {width: 125px;}
.plans_box {padding:0;}
.corporate img {
  position: absolute;
  right: 100%;
}
.codevalid.corporate {
  position: relative;
}
/**** 30 Sep 2016 END ****/



/****** Gift card page css 5 oct 2016 ******/
.amount label {
  color: #333;
  font-family: GothamMedium;
  font-size: 24px;
  line-height: 22.71px;
  margin-bottom: 0;
  margin-right: 10px;
  text-transform: uppercase;
  vertical-align: bottom;
}
select.amount_options {
  -moz-appearance: none;
  background: rgba(0, 0, 0, 0) url("../images/sel_arrow.png") no-repeat scroll right center;
  border: 1px solid #999;
  color: #333;
  font-family: proximanovalight;
  font-size: 16px;
  height: 27px;
  line-height: 39px;
  width: 150px;
}
.minimum_meals label {
  /*color: #ff3300;*/
  font-weight: normal;
}
.col-md-12.minimum_meals.center ,.amount {
  margin-bottom: 0;
}
.gift-name {
  color: #333;
  display: inline-block;
  font-size: 18px;
  line-height: 39.71px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.gift_button button {
  background: #ff3300 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  font-family: GothamBlack;
  font-size: 24px;
  line-height: 39.35px;
  padding: 10px 100px;
  text-transform: uppercase;
}
#gift_form img {
  width: 100%;
}


.gift-select label.control-label {
    display: inline-block;
    vertical-align: middle;
}

.gift-select .select2.select2-container.select2-container--krajee {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
}

.gift-select .select2-selection__arrow {
    background: #f9c606 none repeat scroll 0 0;
    border-radius: 0 !important;
}

.gift-select .select2-selection__rendered{text-align:left;}
.gift-select .select2-selection.select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 0;
    min-width: 200px;
}
.gift-select .select2-selection__arrow {
    background: #f9c606 none repeat scroll 0 0;
    border-radius: 0 !important;
}

.btn-apply{
   
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: 7px;
    padding: 7px;
    margin-left: 8px;
}
.pack-border{border:2px solid #f94b06;border-radius: 5px;}
/****** Gift card page css end ******/
.right.corporate_area_indicator ,.gift_area_indicator{
  margin-top: 8px !important;
}
.amount label[for="giftamount-title"]{
  color: #333 !important;
  font-family: GothamMedium !important;
  font-size: 24px !important;
  line-height: 22.71px !important;
  margin-bottom: 0 !important;
  margin-right: 10px !important;
  text-transform: uppercase !important;
}
.amount.center.gift-select .help-block {
  font-size: 20px !important;
}
.main_amount.discount_amount {
  font-size: 18px;
  padding-left: 0;
}
input#redeem_code {
  border: 1px solid #ccc;
  padding: 3px;
}
.meal_get button {float: left;}

.meal_size_error{
    color: #ff0000 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
#videoModal {
  background: rgba(0, 0, 0, 0.75);
}
.contact-info ul {
  list-style: outside none none;
  margin: 0 0 10px;
  padding: 0;
}
.contact-info li {
  border-right: 3px solid;
  display: inline-block;
  font-family: "GothamMedium",sans-serif;
  font-size: 30px;
  text-align: center;
  padding: 5px 12px;
  text-transform: uppercase;
}
.contact-info li:last-child {border: medium none;}
.blog_menu_box a img {float: left;margin-right: 15px;}
.share_social .right {line-height: 65px;}
.corporate_button {text-align: left;}
#dashbord_account_dob .form-group {margin-right: 5px;}
.simple_search span.input-group-addon {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 7px;
  top: 4px;
  width: auto;
  z-index: 999999999;
}

.simple_search span.input-group-addon img {max-width: none;}
.simple_search .field-librarysearchform-search_global .input-group {display: flex;overflow: hidden;}
.menu_box_single iframe {max-width: 100% !important;}
#feature ul.contact-info {padding: 0;}
input#memberform-dob_d ,select#memberform-dob_m,select#memberform-dob_y{width: 100%;}
.form-control::-moz-placeholder{color:#555;}
select#giftorder-biller_state,select#paymentform-delivery_state,select#giftorder-biller_state {border-radius: 0;box-shadow: none;}



/**********  CSS for profile page *************/

.graph {border-left: 1px solid;}
h3.graph_title ,.current-weight span,.goal-weight span,.left-goal span{color: #000;font-family: "gothammedium",sans-serif;font-size: 24px;margin-top: 0;text-align: center;line-height:22.71px;text-transform:uppercase;}
.goal-weight {
  margin: 30px 0;
}
.profile-details input[type="text"] {
  border: 1px solid #000;
  float: left;
  width: 90px;
}
.left-goal {
  margin-bottom: 25px;
}
.recommened-callory strong ,text.highcharts-title tspan{
  color: #000;
  font-size: 24px;
  line-height: 24.71px;
  margin-left: 25px;
}
text.highcharts-title tspan{font-weight:bold;text-transform:uppercase;}
.col-md-5.profile-details {
  color: #000;
}
.chart_labeler,.my-stress .profile-details h3.graph_title,.profile-details h3.graph_title{
  margin-top: 40px;
}
.recommened-callory {
  display: block;
  margin-bottom: 5px;
}
.current-weight {
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
}
.nopadding{padding:0;}
.my-stress {
  margin-top: 30px;
}
input#profile_submit {
  background: #f94b06 none repeat scroll 0 0;
  border: 3px solid #f94b06;
  border-radius: 4px;
  color: #fff;
  font-family: gothammedium;
  font-size: 16px;
  padding: 15px 60px;
  text-transform: uppercase;
}
.col-md-12.submit_button {
  padding-bottom: 65px;
  padding-top: 20px;
}
.recommened-callory.alert-danger{
    background: transparent;
}
#profile_form fieldset{border:none;}
.graph #w0,.graph #w1{}
svg.highcharts-root{height:300px;}
.form-group.field-memberprofile-current_weight {
  display: inline;
}
.highcharts-legend {
  display: none;
}
.highcharts-container {
  height: 100% !important;
}
.navbar-custom-menu {
  margin-right: 15px !important;
}
.col-md-12.my-weight {
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.weight_filter {
  padding-right: 0;
}
.weight_filter .select2-selection__rendered {
  line-height: 40px;
}
.weight_filter .select2-selection__arrow{height:50px !important;}
.weight_filter .select2-selection__arrow {
  background: #f9c606;
  height: 50px !important;
}
.weight_filter .select2-selection.select2-selection--single{height:52px;}
#forget_pwd {
  margin: 20px 0;
}
.back_login {margin: 0;line-height: 68px;}
.codeinvalid span {
  display: block;
  margin-top: 10px;
}