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


body   {
  background: #ffffff;
  font-family: 'Verdana', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
  font-size: 16px;
}


html   {
  background: #ffffff;
  font-family: 'Verdana', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
  font-size: 16px;
}

/*************************
Home Page Shadow Box Title
**************************/

h1{
  font-weight: 600; 
  font-family: 'Josefin Sans', sans-serif;
  color:#4e4e4e;
  font-size: 38px;
  color: #ffffff;
}

/****************
Page Boxes Titles
*****************/

h2{
  font-weight: 600; 
  color:#9F8363;
  font-size: 22px;
  font-family: 'Josefin Sans', sans-serif; 
}

/***************
Top Page Titles
****************/

.center h2{
  font-size: 36px;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0px;
}


/*************************************************
Home Page Shadow Box Secondary Font & Button Fonts
**************************************************/

h3{
  font-weight: 600; 
  font-family: 'Verdana', sans-serif;
  color: #87845B;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

/**********
Sub-Titles
***********/

h4 {
    font-size: 22px;
    font-weight: 600; 
    font-family: 'Trebuchet MS', sans-serif;
    color:#9F8363;    
}
h5 {
  font-weight: 600; 
  font-family: 'Verdana', sans-serif;
  color:#4e4e4e;
  font-weight: 400;
}
h6 {
  font-weight: 600; 
  font-family: 'Verdana', sans-serif;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

/*******************************
Links Color Hover
********************************/

a {
  color: #3A603E; 
  font-size: 16px;
  font-weight: 600; 
  font-family: 'Verdana', sans-serif; 
  -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:focus {
  color: #746048;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #9E8463;
  text-decoration: none;
  outline: none;
}

/***************
 Buttons
****************/

.schedulebutton {
  font: bold 14px Verdana;
  text-decoration: none;
  background-color: #3A603E;
  color: #ffffff;
  padding: 10px 15px 10px 15px;
  border-radius: 15px 15px 15px 15px;
}

.schedulebutton:hover {
  color: #ffffff;
  background-color: #9E8463;
}

/*******************************
P Lead smaller sub-titles
********************************/

.lead{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600; 
}

/*******************************
dividers
********************************/

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

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

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

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

.top-bar {
  padding: 12px 0;
  background:  background-color: #9D8563;
  background: url(../images/top-bkgd.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  border-bottom: 2px solid #434343;
  line-height: 30px;
  font-size: 20px;
  font-weight: 600; 
  font-family: 'Verdana', sans-serif;
  color: #000000;
}
/***********************************
Top line 2 - border under top photos
************************************/

.top-line2 {
  width: 100%;
  height: 1px;
  background-color: #434343;
}
/***********************************
Sticky Menu
************************************/

.main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.top-header .right-header ul.social-icons {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-header {
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 9999;
  padding: 0px 0;
  background: #000000;
  -webkit-box-position: sticky;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-header .logo {
  margin-top: 5px;
}
.main-header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #444444;
}
.main-header .menu {
  margin-top: 10px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}
.main-header .menu ul li a {
  text-transform: uppercase;
  color: #777777;
  font-size: 15px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: #e3722e;
  color: white;
}

.main-header-shrink {
  padding: 25px 0;
  top: 0;
}

  .main-header {
    padding: 0px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }
  .main-header {
    height: 60px;
  }
  .main-header .logo {
    margin: 0;
  }

/********************************************************** BEGIN PAGE BANNERS - TOP & BOTTOM ***************************************************************************/

/*************************************
COLTON FOOTBALL page TOP banner css
**************************************/

#toppagebanner_colton_football {
  background: url('../images/banners/banner-football3.jpg') no-repeat 50% 50%;
  background-size: cover;
  height: 475px;
  color: #ffffff;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #434343;
  margin-top: 0px;
}

#toppagebanner_colton_football .contentblock {
  margin-top: 125px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  background: url(../images/blk_bkgd.png);
  padding: 25px 15px 25px 15px;
}

#toppagebanner_colton_football .contentblock img {
  display: block;
  margin: auto;
  width: 50%;
}

#toppagebanner_colton_football .contentblock h2{
  margin-top: 0;
  margin-bottom: 10px;
}

/****************************************
COLTON FOOTBALL page BOTTOM banner css
****************************************/

#home_bottom_banner {
  background: url('../images/banners/bottom_banner1.jpg') no-repeat 50% 50%;
  background-size: cover;
  background-color: #000000;
  height: 204px;
  padding: 70px 0;
  color: #ffffff;
  text-align: center;
}
#home_bottom_banner {
  color: #fff;
  text-align: center;
}

#home_bottom_banner {
  color: #fff;
}

#home_bottom_banner {
  color: #fff;
}

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


/**********************************************
DISCLAIMER page TOP banner css
**********************************************/

#toppagebanner_disclaimer {
  background: url('../images/banners/bg-legal.jpg') no-repeat 50% 50%;
  background-size: cover;
  height: 475px;
  color: #ffffff;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #434343;
  margin-top: 0px;
}

#toppagebanner_disclaimer .contentblock {
  margin-top: 125px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  background: url(../images/blk_bkgd.png);
  padding: 25px 15px 25px 15px;
}

#toppagebanner_disclaimer .contentblock h2{
  margin-top: 0;
  margin-bottom: 10px;
}

/*************************************************
DISCLAIMER page BOTTOM banner css
*************************************************/

/**********************
CONTACT Page TOP Photo 
**********************/

#contactpagebanner {
  background: url('../images/banners/banner-contact.jpg') no-repeat 50% 50%;
  background-size: cover;
  height: 475px;
  color: #ffffff;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #434343;
  margin-top: 0px;
}

#contactpagebanner .contentblock {
  margin-top: 125px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  background: url(../images/blk_bkgd.png);
  padding: 25px 15px 25px 15px;
}

#contactpagebanner .contentblock h2{
  margin-top: 0;
  margin-bottom: 10px;
}

/*************************
CONTACT page BOTTOM Banner
**************************/

/**************************************
CONTACT page ADDITIONAL CODE CSS ******
**************************************/
.contact1 {
	font-size: small;
	color: #999999;
}

.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 30px 0;
  border-top: 3px solid #9E8463;
  border-bottom: 3px solid #9E8463;
}

.gmap-area .gmap iframe {
  border-radius: 10px;
  height: 300px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 10px;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #C0C0C0;
    overflow: hidden;
    position: relative;
    margin: 0 auto 20px 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:#f2f2f2;
  box-shadow: none;
}

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

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

/**********************************************
COCONUT CURRY SHRIMP RECIPE page TOP banner css
**********************************************/

#toppagebanner_recipe1 {
  background: url('../images/banners/bg-recipe1.jpg') no-repeat 50% 50%;
  background-size: cover;
  height: 475px;
  color: #ffffff;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #434343;
  margin-top: 0px;
}

#toppagebanner_recipe1 .contentblock {
  margin-top: 125px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  background: url(../images/blk_bkgd.png);
  padding: 25px 15px 25px 15px;
}

#toppagebanner_recipe1 .contentblock h2{
  margin-top: 0;
  margin-bottom: 10px;
}

/*************************************************
COCONUT CURRY SHRIMP RECIPE page BOTTOM banner css
*************************************************/

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


/**********************************************
EASY MEAL SUGGESTION RECIPES page TOP banner css
**********************************************/

#toppagebanner_recipe2 {
  background: url('../images/banners/bg-recipe2a.jpg') no-repeat 50% 50%;
  background-size: cover;
  height: 475px;
  color: #ffffff;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #434343;
  margin-top: 0px;
}

#toppagebanner_recipe2 .contentblock {
  margin-top: 125px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  background: url(../images/blk_bkgd.png);
  padding: 25px 15px 25px 15px;
}

#toppagebanner_recipe2 .contentblock h2{
  margin-top: 0;
  margin-bottom: 10px;
}

/*************************************************
EASY MEAL SUGGESTION RECIPES page BOTTOM banner css
*************************************************/

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

/**********************************************
SMOOTHIE SUGGESTION RECIPES page TOP banner css
**********************************************/

#toppagebanner_smoothies {
  background: url('../images/banners/smoothies-green.jpg') no-repeat 50% 50%;
  background-size: cover;
  height: 475px;
  color: #ffffff;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #434343;
  margin-top: 0px;
}

#toppagebanner_smoothies .contentblock {
  margin-top: 125px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  background: url(../images/blk_bkgd.png);
  padding: 25px 15px 25px 15px;
}

#toppagebanner_smoothies .contentblock h2{
  margin-top: 0;
  margin-bottom: 10px;
}

/*************************************************
SMOOTHIE SUGGESTION RECIPES page BOTTOM banner css
*************************************************/

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

/**********************************************
LUNCH SUGGESTION RECIPES page TOP banner css
**********************************************/

#toppagebanner_recipe3 {
  background: url('../images/banners/bg-recipe3a.jpg') no-repeat 50% 50%;
  background-size: cover;
  height: 475px;
  color: #ffffff;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #434343;
  margin-top: 0px;
}

#toppagebanner_recipe3 .contentblock {
  margin-top: 125px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  background: url(../images/blk_bkgd.png);
  padding: 25px 15px 25px 15px;
}

#toppagebanner_recipe3 .contentblock h2{
  margin-top: 0;
  margin-bottom: 10px;
}

/*************************************************
LUNCH SUGGESTION RECIPES page BOTTOM banner css
*************************************************/

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


/******************
 404 page css
 ******************/
 
 #errorbanner {
  background: url('../images/banners/bg_error.jpg') no-repeat 50% 50%;
  background-size: cover;
  height: 550px;
  color: #ffffff;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #434343;
}

#errorbanner .contentblock {
  margin-top: 125px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  background: url(../images/blk_bkgd.png);
  padding: 25px 15px 25px 15px;
}

#errorbanner .contentblock h2{
  margin-top: 0;
  margin-bottom: 10px;
}


/***********************
****Contact Footer *****
************************/

#contact-info{
  background: #fff url(../images/contact2.jpg) no-repeat 90% 0;
  background-position: center right;
  padding: 30px;
  margin-right: 35px;
}

.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;
}

/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #ffffff;
  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: #BC9056;
}

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

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #000000;
  border-top:  2px solid #424040;
  font-size: 14px;
}

#footer a {
  color: #3A603E;
  font-size: 12px;
  font-weight: bold;
}

#footer a:hover {
  color: #9E8463;
}

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

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

/**********************
Top Main Navigation Bar
***********************/

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

 .navbar-nav{
  margin-top: 12px;
  font-size: 14px;
 }

.navbar-nav>li{
  margin-left: 35px;
  padding-bottom: 28px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 10px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  font-size: 14px;
}

.navbar-inverse .navbar-nav > li > a:hover{
  background-color: #3A603E;
  color: #fff;
}

.navbar-inverse {
  border: none;
}

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

.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #3A603E;
  color: #fff;
}

.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #3A603E;
  color: #fff;
}

.navbar-inverse .navbar-nav > .open > a {
  background-color: #3A603E;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #3A603E;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #3A603E;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a {
  background-color: #3A603E;
  color: #fff;
}

.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;
  font-size: 14px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #3A603E;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a {
  background-color: #3A603E;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a {
  background-color: #3A603E;
  color: #fff;
}

.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-form {
  border-top: 0;
  padding-bottom: 0;
}


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

/**************************
feature boxes
***************************/

.single-profile-top {
  font-weight: 400;
  line-height: 24px;
}
.single-profile-top  {
  border: 1px solid #E1E0DF;
  padding: 15px;
  position: relative;
  margin: auto;
}

.single-profile-bottom  {
  border: 1px solid #D6D7D5;
  padding: 15px;
  position: relative;
}
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top-2 {
  font-weight: 400;
  line-height: 24px;
}
.single-profile-top-2  {
  border: 1px solid #D6D7D5;
  padding: 30px;
  position: relative;
  background-color: #F5F5F5;
  text-align: left;
}


/*******************************
social icons
*******************************/

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

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

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

ul.social_icons li  i{
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  width: 25px;
  padding: 5px;
  margin: 5px;
}

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

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

.partners ul li{
  display: inline-block;
  width: 30%;
}

/******************
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
}


/**************************
crossover css for all pages
***************************/

.btn-primary {
  padding: 8px 20px;
  background: #9E8463;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}
.btn-primary:focus{
  background: #9E8463;
  outline: none;
  box-shadow: none;
} 
.btn-primary:hover{
  background: #9E8463;
  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);
}

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

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

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

body > section {
  padding: 70px 0;
}

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

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

.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);
  }
}

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

.btn-success.active {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

.btn-success:active {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

.btn-success:focus {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}


#feature {
  background: #ffffff;
  padding-bottom: 0px;
  padding-top: 45px; 
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 10px;
  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: #9E8463;
  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: #9E8463;
  color: #fff;
  box-shadow: inset 0 0 0 5px #ffffff;
  -webkit-box-shadow: inset 0 0 0 5px #9E8463;
  border: 3px solid #CEDE1A;
}




#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: #BC9056;
  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;
}
#servicesbanner {
  background: url(../images/services/bg_services3.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 300px;
}

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

#servicesbanner h3 {
  color: #fff;
}

#servicesbanner h2 {
  color: #fff;
}

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

#services h2{
  color: #fff;
}

#services .lead{
  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 .bar-width{
  background: #2d7da4;
}

.progress .color1{
  background: #2d7da4;
}

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

.progress .color2{
  background: #6aa42f;
}

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

.progress .color3{
  background: #ffcc33;
}

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

.progress .color4{
  background: #db3615;
}

.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 {
  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;
}
/****************************************************
EXTERNAL LINKS Accordian Feature BEGINS
****************************************************/

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

.panel-default{
  border-color: transparent;
}

.panel{
  background-color: #ffffff; 
  border:0 none;
  box-shadow:none;
}
/**panel bgd color**/
.panel-default > .panel-heading{
  background-color: #ffffff; 
  border:0 none;
  box-shadow:none;
}

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

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

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

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

.panel-title>a{
  color: #918F8F;
  font-weight: 600;
}

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

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

.panel-heading.active{
  background: #000000;
}

.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: #000000;
  text-deco
}

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

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

/****************************************************
EXTERNAL LINKS Accordian Feature ENDS
****************************************************/

.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:focus {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

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

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

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  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;
}


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

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

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

.about-us 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: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

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

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

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

#carousel-slider .carousel-control.right {
  background: none;
}

#carousel-slider .carousel-control.left {
  background: 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;
}

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


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


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


.joomla-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;
}

.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.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}


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

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

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

ul.social_icons li  i{
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  width: 25px;
  padding: 5px;
  margin: 5px;
}
.top-number{
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px; 
}

.top-number p{
  margin: 0;
}

.social{
  text-align: right;
}

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

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

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #3A603E;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #9E8463;
  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;
}



.green {
	color: #9E8463;
}
.green2 {
	color: #636B21;
}
.bestofmh {
  width: 200px;
  height: 207px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.book {
  width: 326px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.lulu {
  width: 100%;
  height: 50px;
  align: center;
} 
.book2 {
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


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

.pricing_heading {
  margin-top: 120px
}

.pricing_heading p {
  color:#4e4e4e;
}

.pricing_heading h2 {
  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 span  {
  color: #fff;
}

.pricing-area h3  {
  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-six img {
  position: absolute;
  right: 15px;
  top: 0;
}

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

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

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

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

.pricing-area .heading-seven {
  margin-left: -10px
}


.pricing-area .heading-six {
  margin-left: -10px
}


.pricing-area .heading-five {
  margin-left: -10px
}


.pricing-area .heading-four {
  margin-left: -10px
}


.pricing-area .heading-three {
  margin-left: -10px
}


.pricing-area .heading-two {
  margin-left: -10px
}


.pricing-area .heading-one {
  margin-left: -10px
}


.pricing-area .price-one .plan-action .btn-primary {
  background: #9E8463
}


.pricing-area .heading-one {
  background: #9E8463
}

.pricing-area .price-two .plan-action .btn-primary {
  background:#5A6608;
}

.pricing-area .heading-two {
  background:#5A6608;
}

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

.pricing-area .heading-three {
  background: #f39c12;
}

.pricing-area .price-ten .plan-action .btn-primary {
  background: #BC740C;
}

.pricing-area .heading-ten {
  background: #BC740C;
}


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

.pricing-area .heading-four {
  background: #5c5c5c
}

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

.pricing-area .heading-five {
  background: #5c5c5c
}

.pricing-area .price-six .plan-action .btn-primary {
  background: #9E8463
;
}

.pricing-area .heading-six {
  background: #9E8463
;
}

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

.pricing-area .heading-seven {
  background: #5c5c5c
}

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

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

.pricing-area .heading-two h3:before {
  border-color: #394105 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 .heading-ten h3:before {
  border-color: #875009 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: #7A8129 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: #7A8129 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:after {
  border-color: #394105 transparent transparent;
}

.pricing-area .price-two .plan-action .btn-primary:before {
  border-color: #394105 transparent transparent;
}

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

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

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

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

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

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

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

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

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


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

.pricing-area .price-ten .plan-action .btn-primary:after {
  border-color: #875009 transparent transparent;
}

.pricing-area .price-ten .plan-action .btn-primary:before {
  border-color: #875009 transparent transparent;
}







