/*------------------------------------------------------------------
Project:	Pasta - Food Order Responsive & Mobile HTML Template
Version:	1.0
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC');
@import 'bootstrap.min.css';
@import 'font-awesome.min.css';
@import 'animate.css';
@import 'slider.css';

@font-face {
    font-family: 'Nickainley';
    src: url('../otf/nickainley.otf') format('embedded-opentype'), 
        url('../ttf/nickainley.ttf')  format('truetype')
}
@font-face {
    font-family: 'Museo';
    src: url('../eot/museo_sans_300.eot'); /* IE9 Compat Modes */
    src: url('../woff/museo_sans_300.woff') format('woff'), /* Super Modern Browsers */
        url('../ttf/museo_sans_300.ttf')  format('truetype'), 
        url('../svg/museo_sans_300.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: '29LT Zarid Sans Rg';
    src: url('../eot/29ltzaridsans-rg.eot');
    src: url('../eot/29ltzaridsans-rgd41d.eot?#iefix') format('embedded-opentype'),
        url('../woff2/29ltzaridsans-rg.woff2') format('woff2'),
        url('../woff/29ltzaridsans-rg.woff') format('woff'),
        url('../ttf/29ltzaridsans-rg.ttf') format('truetype'),
        url('../svg/29ltzaridsans-rg.svg#29LTZaridSans-Rg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '29LT Zarid Sans Bd';
    src: url('../eot/29ltzaridsans-bd.eot');
    src: url('../eot/29ltzaridsans-bdd41d.eot?#iefix') format('embedded-opentype'),
        url('../woff2/29ltzaridsans-bd.woff2') format('woff2'),
        url('../woff/29ltzaridsans-bd.woff') format('woff'),
        url('../ttf/29ltzaridsans-bd.ttf') format('truetype'),
        url('../svg/29ltzaridsans-bd.svg#29LTZaridSans-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
}


@keyframes bsm_phone_mobile_call {
    0% { transform: scale(1); opacity: 0.8; }
    50% { opacity: 0.8; }
    100% { transform: scale(1.5); opacity: 0; }
}
@-webkit-keyframes bsm_phone_mobile_call{
    0% { -webkit-transform: scale(1); opacity: 0.8; } 
    50% { opacity: 0.8; }
    100% { -webkit-transform: scale(1.5); opacity: 0; }
}
@-moz-keyframes bsm_phone_mobile_call{
    0% { -moz-transform: scale(1); opacity: 0.8; } 
    50% { opacity: 0.8; }
    100% { -moz-transform: scale(1.5); opacity: 0; }
}
@-o-keyframes bsm_phone_mobile_call{
    0% { -o-transform: scale(1); opacity: 0.8; } 
    50% { opacity: 0.8; }
    100% { -o-transform: scale(1.5); opacity: 0; }
}




.slider1-area .slide-1 h1,
.slider1-area .slide-2 h1,
.slider1-area .slide-3 h1 {
  text-transform: uppercase;
  font-size: 52px;
  margin-bottom: 10px;
	font-weight: bold;
}
.ghost-btn {
  background: #fedb00;
  padding:0px 20px;
  font-size: 20px;
  color: #00006d;
}
.ghost-btn:hover {
  background: transparent;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ffffff;
}
.ghost-color-btn {
	font-family: '29LT Zarid Sans Rg', sans-serif;
	border: 2px solid #c41230;
	color: #fff;
	padding: 10px 44px;
	background: transparent;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}



.map-responsive{
    overflow:hidden;
    /*padding-bottom:56.25%;*/
    position:relative;
    min-height:400px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*=====================================
3. Slider Area Start Here 
=======================================*/
.slider1-area {
  position: relative;
}
.slider1-area:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
}
.slider1-area .nivo-controlNav {
  display: none;
}
.slider1-area .nivo-directionNav a.nivo-prevNav {
  left: 8px!important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-prevNav:before {
  content: "\f053";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ffcdd2 !important;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 18px;
  z-index: 9;
  height: 10px;
  width: 10px;
  left: 19px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-prevNav:hover {
  background-color: rgba(254, 219, 0, 0.9);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-prevNav:hover:before {
  color: #ffffff !important;
  background: transparent!important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-nextNav {
  right: 8px!important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-nextNav:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff !important;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 18px;
  z-index: 9;
  height: 10px;
  width: 10px;
  right: 19px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-nextNav:hover {
  background-color: rgba(254, 219, 0, 0.9);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #ffffff !important;
  background: transparent!important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-caption {
  opacity: 1;
  /*top: 40px;*/
}
@media only screen and (max-width: 767px) {
  .slider1-area .nivo-caption {
    top: 0;
  }
	.ghost-btn {
  background: #fedb00;
  padding:5px 10px;
  font-size: 16px;
  color: #00006d;
}
}

.slider1-area .slide-1 h1,
.slider1-area .slide-2 h1,
.slider1-area .slide-3 h1 {
  text-transform: uppercase;
  font-size: 86px;
  margin-bottom: 10px;
}
.slider1-area .slide-1 h3,
.slider1-area .slide-2 h3,
.slider1-area .slide-3 h3 {
  text-transform: uppercase;
  font-size: 86px;
  margin-bottom: 10px;
  font-weight:bold;
}


@media (min-width: 992px) and (max-width: 1199px) {
  .slider1-area .slide-1 h1,
  .slider1-area .slide-2 h1,
  .slider1-area .slide-3 h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider1-area .slide-1 h1,
  .slider1-area .slide-2 h1,
  .slider1-area .slide-3 h1 {
    font-size: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slider1-area .slide-1 h1,
  .slider1-area .slide-2 h1,
  .slider1-area .slide-3 h1 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  
  .slider1-area .slide-1 h3,
  .slider1-area .slide-2 h3,
  .slider1-area .slide-3 h3 {
    margin-bottom: 10px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .slider1-area .slide-1 h1,
  .slider1-area .slide-2 h1,
  .slider1-area .slide-3 h1 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.25;
  }
  
  .slider1-area .slide-1 h3,
  .slider1-area .slide-2 h3,
  .slider1-area .slide-3 h3 {
    margin-bottom: 10px;
    font-size: 32px;
  }
  
}
@media only screen and (max-width: 320px) {
  .slider1-area .slide-1 h1,
  .slider1-area .slide-2 h1,
  .slider1-area .slide-3 h1 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.25;
  }
}
.slider1-area .slide-1 h1 span,
.slider1-area .slide-2 h1 span,
.slider1-area .slide-3 h1 span {
  color: #c41230;
}
.slider1-area .slide-1 p,
.slider1-area .slide-2 p,
.slider1-area .slide-3 p {
  font-size: 22px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .slider1-area .slide-1 p,
  .slider1-area .slide-2 p,
  .slider1-area .slide-3 p {
    display: none;
  }
}




/*=====================================
3. Slider Area E Horeca
=======================================*/
.slider2-area {
  position: relative;
}
.slider2-area:before {
  content: "";
  
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
}
.slider2-area .nivo-controlNav {
  display: none;
}
.slider2-area .nivo-directionNav a.nivo-prevNav {
  left: 8px!important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider2-area .nivo-directionNav a.nivo-prevNav:before {
  content: "\f053";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ffcdd2 !important;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 18px;
  z-index: 9;
  height: 10px;
  width: 10px;
  left: 19px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider2-area .nivo-directionNav a.nivo-prevNav:hover {
  background-color: rgba(254, 219, 0, 0.9);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider2-area .nivo-directionNav a.nivo-prevNav:hover:before {
  color: #ffffff !important;
  background: transparent!important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider2-area .nivo-directionNav a.nivo-nextNav {
  right: 8px!important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider2-area .nivo-directionNav a.nivo-nextNav:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff !important;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 18px;
  z-index: 9;
  height: 10px;
  width: 10px;
  right: 19px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider2-area .nivo-directionNav a.nivo-nextNav:hover {
  background-color: rgba(254, 219, 0, 0.9);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider2-area .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #ffffff !important;
  background: transparent!important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider2-area .nivo-caption {
  opacity: 1;
  /*top: 40px;*/
}
@media only screen and (max-width: 767px) {
  .slider2-area .nivo-caption {
    top: 0;
  }
	.ghost-btn {
  background: #fedb00;
  padding:5px 10px;
  font-size: 16px;
  color: #00006d;
}
}

.slider2-area .slide-1 h1,
.slider2-area .slide-2 h1,
.slider2-area .slide-3 h1 {
  text-transform: uppercase;
  font-size: 86px;
  margin-bottom: 10px;
}
.slider2-area .slide-1 h3,
.slider2-area .slide-2 h3,
.slider2-area .slide-3 h3 {
  text-transform: uppercase;
  font-size: 86px;
  margin-bottom: 10px;
  font-weight:bold;
}


@media (min-width: 992px) and (max-width: 1199px) {
  .slider2-area .slide-1 h1,
  .slider2-area .slide-2 h1,
  .slider2-area .slide-3 h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider2-area .slide-1 h1,
  .slider2-area .slide-2 h1,
  .slider2-area .slide-3 h1 {
    font-size: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slider2-area .slide-1 h1,
  .slider2-area .slide-2 h1,
  .slider2-area .slide-3 h1 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  
  .slider2-area .slide-1 h3,
  .slider2-area .slide-2 h3,
  .slider2-area .slide-3 h3 {
    margin-bottom: 10px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .slider2-area .slide-1 h1,
  .slider2-area .slide-2 h1,
  .slider2-area .slide-3 h1 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.25;
  }
  
  .slider2-area .slide-1 h3,
  .slider2-area .slide-2 h3,
  .slider2-area .slide-3 h3 {
    margin-bottom: 10px;
    font-size: 32px;
  }
  
}
@media only screen and (max-width: 320px) {
  .slider2-area .slide-1 h1,
  .slider2-area .slide-2 h1,
  .slider2-area .slide-3 h1 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.25;
  }
}
.slider2-area .slide-1 h1 span,
.slider2-area .slide-2 h1 span,
.slider2-area .slide-3 h1 span {
  color: #c41230;
}
.slider2-area .slide-1 p,
.slider2-area .slide-2 p,
.slider2-area .slide-3 p {
  font-size: 22px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .slider2-area .slide-1 p,
  .slider2-area .slide-2 p,
  .slider2-area .slide-3 p {
    display: none;
  }
}


/*=====================================
3. Slider Area E Horeca end
=======================================*/




/*------------------------------------------------------------------
/* TABLE CONTENTS
/*------------------------------------------------------------------

[ 0. Order CSS properties
[ 1. Alignment codes 
[ 2. Color codes 
[ 3. Font Typography codes 
[ 4. Element codes 
[ 5. Image codes 
[ 6. Mobile codes 
[ 7. Body codes 
[ 8. Header codes 
[ 9. Navigation codes 
[ 10. Logo codes 
[ 11. Static Page codes  
[ 12. Slider 

/*------------------------------------------------------------------
[ 13. About  
/*------------------------------------------------------------------
    [ 13.1 About Pasta 
    [ 13.2 Story Tree 
    [ 13.3 About Us

[ 14. Locations 

/*------------------------------------------------------------------
[ 15. Shop  
/*------------------------------------------------------------------
    [ 15.1 Shop Page 
    [ 15.2 Shop Listing 
    [ 15.3 Product Page 
    [ 15.4 Specialities Menu 

[ 16. Blog

/*------------------------------------------------------------------
[ 17. Order
/*------------------------------------------------------------------
    [ 17.1 Order Steps 
    [ 17.2 Shopping Cart 
    [ 17.3 Check out 
    [ 17.4 Complet order 

[ 18. Reviews 
[ 19. Some Reasons 
[ 20. How we made it 
[ 21. Products 
[ 22. Contact Info 
[ 23. Footer 

/*------------------------------------------------------------------
[ 0. Order CSS properties 
-------------------------------------------------------------------*/
html{ 
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none; 
}
img, div { 
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none; 
}
p,a,h1,h2,h3,h4,h5,h6,div,br,li,td,article{
    -o-user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    user-select: text;
}
a:focus,
a:active,
a:hover,
input:focus,
input:active,
input:hover,
:focus {
    outline: none;
}
a,
a:focus,
a:active,
a:hover {
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
p {
    margin: 0;
}
.fa:after,
.fa {
    -webkit-font-smoothing: none !important;
}
/*------------------------------------------------------------------
[ 1. Alignment codes 
-------------------------------------------------------------------*/
.bsm_align_left {
    text-align: left;
}
.bsm_align_center {
    text-align: center;
	/*background-color:#fedb00;*/
}
.bsm_align_right {
    text-align: right;
}
.bsm_display_none {
    display: none !important;
}
.bsm_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bsm_justyfy_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bsm_justyfy_start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.bsm_justyfy_end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.bsm_justyfy_justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bsm_justyfy_around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.bsm_align_items_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.bsm_align_items_end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.bsm_align_items_start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.bsm_align_items_baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.bsm_align_items_stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.bsm_direction_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.bsm_direction_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.bsm_float_left {
    float: left;
}
.bsm_float_right {
    float: right;
}
/*------------------------------------------------------------------
[ 2. Color codes 
-------------------------------------------------------------------*/
.bsm_color_white {
    color: #f8f7ee;
}
.bsm_color_blue {
    color: #00006d;
}
.bsm_color_red {
    color: #00006d;
}
.bsm_color_black {
    color: #2f404a;
}
.bsm_color_brown {
   /* color: #857a6b;*/
}
.bsm_color_green {
    color: #20b247;
}
.bsm_color_pink {
    color: #fbf9f7;
}
.bsm_bg_color_white {
    background-color: #ffffff;
}
.bsm_active {
    color: #fedb00;
}
/*------------------------------------------------------------------
[ 3. Font / Typography codes 
-------------------------------------------------------------------*/
.bsm_museo_font {
	font-family: '29LT Zarid Sans Rg', sans-serif;
  /*  font-family: 'Museo';*/
}
.bsm_amatic_font {
    font-family: '29LT Zarid Sans Rg', sans-serif;
}
.bsm_nickainley_font {
    font-family: 'Nickainley';
}
.bsm_uppercase {
    text-transform: uppercase;
}
.bsm_italic {
    font-style: italic;
}
.bsm_inline {
    display: inline-block;
}
.bsm_bold {
    font-weight: bold;
}
.bsm_cursor_pointer {
    cursor: pointer;
}
.bsm_font_size_160 {
    font-size: 80px;
}
.bsm_font_size_90 {
    font-size: 90px;
}
.bsm_font_size_60 {
    font-size: 60px;
}
.bsm_font_size_48 {
    font-size: 48px;
}
.bsm_font_size_42 {
    font-size: 42px;
}
.bsm_font_size_36 {
    font-size: 44px;
}
.bsm_font_size_30 {
    font-size: 30px;
}
.bsm_font_size_24 {
    font-size: 32px;
}
.bsm_font_size_18 {
    font-size: 22px;
}
.bsm_font_size_16 {
    font-size: 16px;
}
.bsm_font_size_14 {
    font-size: 18px;
}
/*------------------------------------------------------------------
[ 4. Element codes 
-------------------------------------------------------------------*/
.bsm_position_relative {
    position: relative;
}
.bsm_height_0 {
    height: 0px;
}
.bsm_padding_0 {
    padding: 0;
}
#bsm_section_horeca,
#bsm_section_header,
#bsm_section_2,
#bsm_section_3,
#bsm_section_4,
#bsm_section_5,
#bsm_section_5_inner,
#bsm_section_6,
#bsm_section_7,
#bsm_section_8,
#bsm_section_9 {
    position: relative;
}
/*------------------------------------------------------------------
[ 5. Image codes 
-------------------------------------------------------------------*/
.bsm_move_effect_image {
    width: 236px;
    height: 239px;
    position: absolute;
    z-index: 10;
}
.bsm_move_effect_image_left {
    top: -100px;
    left: 0px;
}
.bsm_move_effect_image_right {
    bottom: -100px;
    right: 0px;
}
#bsm_bg_effect {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#bsm_bg_effect span {
    position: absolute;
    z-index: 9;
}
#bsm_bg_effect span.bsm_1_bg_image {
    top: -10%;
    left: 0;
	z-index:0;
}
#bsm_bg_effect span.bsm_12_bg_image {
    top: -25%;
    left: 50%;
}
#bsm_bg_effect span.bsm_2_bg_image {
    bottom: 0;
    right: 0;
    left: auto !important;
	z-index:0;
}
#bsm_bg_effect span.bsm_3_bg_image {
    top: 10%;
    left: 0;
}
#bsm_bg_effect span.bsm_4_bg_image {
    top: -10%;
    right: 0;
    left: auto !important;
}
#bsm_bg_effect span.bsm_5_bg_image {
    top: -10%;
    right: 0;
    left: auto !important;
}
#bsm_bg_effect span.bsm_6_bg_image {
    top: -15%;
    left: 0;
}
#bsm_bg_effect span.bsm_7_bg_image {
    bottom: -35%;
    right: 0;
    left: auto !important;
}
#bsm_bg_effect span.bsm_about_page_1_bg_image {
    top: -10%;
    left: 0;
}
#bsm_bg_effect span.bsm_about_page_2_bg_image {
    bottom: -10%;
    right: 0;
}
#bsm_bg_effect span.bsm_about_page_3_bg_image {
    top: -25%;
    left: 0;
}
#bsm_bg_effect span.bsm_about_page_4_bg_image {
    top: -10%;
    right: 0;
}
#bsm_bg_effect span.bsm_about_page_4_bg_image {
    top: -100%;
    right: 0;
}
/*------------------------------------------------------------------
[ 6. Mobile codes 
-------------------------------------------------------------------*/
#bsm_phone_open_mobile {
    display: none;
}
#bsm_cart_open_mobile {
    display: none;
}
#bsm_cart_open_mobile_content,
#bsm_navigation_close_mobile,
#bsm_navigation_open_mobile {
    display: none;
}
/*------------------------------------------------------------------
[ 7. Body codes 
-------------------------------------------------------------------*/
body {
    width: 100%;
    height: 100%;
    background-image: url('../png/bsm_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	background-color:#fedb00;
}
/*------------------------------------------------------------------
[ 8. Header codes 
-------------------------------------------------------------------*/
header .bsm_top_bar {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-image: url('../png/bg_top.png');
    background-repeat: repeat;
    background-size: auto;
    background-position: center center;
}
header .bsm_top_bar #bsm_shop_data a {
    width: 140px;
    height: 50px;
    position: relative;
    display: inline-block;
}
header .bsm_top_bar #bsm_shop_data a svg {
    width: 16px; 
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform:    translateY(-50%);
    -ms-transform:     translateY(-50%);
    -o-transform:      translateY(-50%);
    transform:         translateY(-50%);
    left: -65px;
    right: 0;
    margin: auto;
    text-align: center;
    fill: #f8f7ee;
}
header .bsm_top_bar #bsm_shop_data a:hover,
header .bsm_top_bar #bsm_shop_data a:hover svg {
    color: #fedb00;
    fill: #fedb00;
}
/*header .bsm_top_bar nav {
    line-height: 80px;
}
header .bsm_top_bar nav ul li {
    display: inline-block;
    margin: 0 7.5px;
    position: relative;
}
header .bsm_top_bar nav ul li a:hover {
    color: #fedb00;
}*/
/*------------------------------------------------------------------
[ 9. Navigation codes 
-------------------------------------------------------------------*/
nav ul li.bsm_nav_submenu {
    padding-right: 18px;
}
nav ul li.bsm_nav_submenu span {
    margin: 0 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 100;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform:    translate(0,-50%);
    -ms-transform:     translate(0,-50%);
    -o-transform:      translate(0,-50%);
    transform:         translate(0,-50%);
    right: 0;
}
nav ul li.bsm_nav_submenu_active span i:before {
    content: "\f106";
}
.bsm_nav_submenu_content {
    display: none;
    min-width: 150px;
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform:    translate(-50%, 0);
    -ms-transform:     translate(-50%, 0);
    -o-transform:      translate(-50%, 0);
    transform:         translate(-50%, 0);
    height: auto;
    line-height: 30px;
    padding-top: 25px;
}
nav ul li.bsm_nav_submenu ul.bsm_nav_submenu_content_active {
    display: block;
}
.bsm_nav_submenu_content li {
    width: 100%;
    line-height: 1;
    margin: 0;
    text-align: center;
    padding: 0;
    line-height: 30px;
    padding: 10px;
    background-color: #2d3c4f;
}
.bsm_nav_submenu_content li:last-child {
    background-image: url('../png/bg_top_submenu.png');
    background-repeat: repeat;
    background-size: 25px;
    background-position: center bottom;
    background-color: transparent;
}
.bsm_nav_submenu_content li a {
    color: #fff;
}
.bsm_nav_submenu_content li a:hover {
    color: #fedb00;
}
/*------------------------------------------------------------------
[ 10. Logo codes 
-------------------------------------------------------------------*/
header .bsm_top_bar #bsm_logo {
    max-width: 161px;
    height: 150px;
    z-index: 999;
    background-color: #00006d;
    color: #FFFFFF;
    position: relative;
    margin: -60px auto;
    line-height: normal;
    padding-top: 35px;
    display: block;
}
header .bsm_top_bar #bsm_logo svg {
    width: 58px; 
    height: 44px;
    fill: #f8f7ee;
}
header .bsm_top_bar #bsm_logo h1 {
    padding: 0;
    margin: 0;
    line-height: 40px;
}
header .bsm_top_bar #bsm_logo span {
    margin-top: 8px;
    display: inline-block;
}
#bsm_logo:hover h1,
#bsm_logo:hover span,
#bsm_logo:hover {
    color: #FFFFFF;
}
/*------------------------------------------------------------------
[ 11. Static Page codes 
-------------------------------------------------------------------*/
.bsm_page_static_class #bsm_section_ehoreca {
    width: 100%;
    height: 455px;
   /* margin-top: 70px;*/
    margin-bottom: 5px;
    background-image: url('../jpg/about_header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.bsm_page_static_class #bsm_section_header {
    width: 100%;
    height: 255px;
   /* margin-top: 70px;*/
    margin-bottom: 5px;
    background-image: url('../jpg/about_header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}


.bsm_page_static_class #bsm_section_header_seeds {
    width: 100%;
    height: 255px;
   /* margin-top: 70px;*/
    margin-bottom: 5px;
    background-image: url('../jpg/seeds_header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}


.bsm_page_static_class #bsm_section_header_nuts {
    width: 100%;
    height: 255px;
   /* margin-top: 70px;*/
    margin-bottom: 5px;
    background-image: url('../jpg/nuts_header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}


.bsm_page_static_class #bsm_section_header_mixed_nuts {
    width: 100%;
    height: 255px;
   /* margin-top: 70px;*/
    margin-bottom: 5px;
    background-image: url('../jpg/mixed_nuts_header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}


.bsm_page_static_class #bsm_section_header_dryfruits {
    width: 100%;
    height: 255px;
   /* margin-top: 70px;*/
    margin-bottom: 5px;
    background-image: url('../jpg/dryfruits_header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}



.bsm_page_static_class #bsm_section_header_coffee {
    width: 100%;
    height: 255px;
   /* margin-top: 70px;*/
    margin-bottom: 5px;
    background-image: url('../jpg/coffee_header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}


.bsm_page_static_class #bsm_section_header_tea {
    width: 100%;
    height: 255px;
   /* margin-top: 70px;*/
    margin-bottom: 5px;
    background-image: url('../jpg/tea_header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.bsm_page_static_class #bsm_section_careers {
    width: 100%;
    height: 255px;
   /* margin-top: 70px;*/
    margin-bottom: 5px;
    background-image: url('../jpg/careers_header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.bsm_page_static_class #bsm_section_header_contact {
    width: 100%;
    height: 255px;
   /* margin-top: 70px;*/
    margin-bottom: 5px;
    background-image: url('../jpg/contact_header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}


.bsm_page_static_class #bsm_section_header_stores {
    width: 100%;
    height: 255px;
   /* margin-top: 70px;*/
    margin-bottom: 5px;
    background-image: url('../jpg/stores_header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}


/*------------------------------------------------------------------
[ 12. Slider 
-------------------------------------------------------------------*/
#bsm_section_header {
    width: 100%;
    height: 845px;
    
    background-image: url('../jpg/bsm_section_1_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-clip-path: url(#bsm_section_header_border_waves);
    -moz-clip-path: url(#bsm_section_header_border_waves);
    -o-clip-path: url(#bsm_section_header_border_waves);
    clip-path: url(#bsm_section_header_border_waves);
    padding: 0;
}
#bsm_section_horeca {
    width: 100%;
    height: 600px;
    
    background-image: url('../jpg/horeca-header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-clip-path: url(#bsm_section_header_border_waves);
    -moz-clip-path: url(#bsm_section_header_border_waves);
    -o-clip-path: url(#bsm_section_header_border_waves);
    clip-path: url(#bsm_section_header_border_waves);
    padding: 0;
}
#bsm_slider_image_static {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -75px;
}
#bsm_section_header .swiper-container {
    height: 840px;
    overflow: hidden;
    width: 100%;
}
#bsm_section_header .swiper-container .swiper-slide {
    width: 100%;
    height: 820px!important;
}
#bsm_section_header .swiper-container .swiper-slide .bsm_section_1_content_title {
    height: 190px;
    margin-bottom: 25px;
}
#bsm_section_header .swiper-container .swiper-slide .bsm_section_1_content_title:before {
    content: "";
    width: 330px;
    height: 34px;
    position: absolute;
    z-index: 9;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform:    translate(-50%, 0);
    -ms-transform:     translate(-50%, 0);
    -o-transform:      translate(-50%, 0);
    transform:         translate(-50%, 0);
    bottom: 0;
  /*  background-image: url('img/bsm_slider_separator_icon.png');*/
    background-repeat: no-repeat;
    background-position: center center;
}
#bsm_section_header .swiper-container .swiper-slide .bsm_section_1_content_title:after {
    content: "";
    width: 330px;
    height: 34px;
    position: absolute;
    z-index: 9;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform:    translate(-50%, 0);
    -ms-transform:     translate(-50%, 0);
    -o-transform:      translate(-50%, 0);
    transform:         translate(-50%, 0);
    bottom: 0;
    background-image: url('../png/bsm_slider_separator.png');
    background-repeat: no-repeat;
    background-position: center center;
}
#bsm_section_header .swiper-container .swiper-slide .bsm_section_1_content_text a {
    width: 160px;
    height: 60px;
    color: #ffffff;
    background-color: #fedb00;
   /* margin: auto;*/
    display: block;
    line-height: 60px;
    margin-top: 75px;
	font-size:20px;
}

#bsm_section_header .swiper-container .swiper-slide .bsm_section_1_content_text a:hover {
     background-color: #fff;
    color: #857a6b;
	 border: 1px solid #857a6b;
}
.bsm_section_1_content_price {
    width: 155px;
    height: 155px;
    background-color: #fedb00;
    border-radius: 50%;
    border: 6px solid #ffffff;
    position: absolute;
    z-index: 9;
    top: 22.5%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform:    translate(50%, -50%);
    -ms-transform:     translate(50%, -50%);
    -o-transform:      translate(50%, -50%);
    transform:         translate(50%, -50%);
    right: 10%;
    color: #ffffff;
    transition-duration: 0.35s;
    box-shadow: 0px 0px 20px -5px #000000;
}
.bsm_section_1_content_cart {
    position: absolute;
    z-index: 9;
    background-color: #20b247;
    width: 58px;
    height: 58px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    right: -14px;
    bottom: -24px;
    padding: 12px 0;
    cursor: pointer;
}
.bsm_section_1_content_price h1 {
    letter-spacing: -2px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.bsm_section_1_content_price ins {
    line-height: 50px;
    letter-spacing: -3px;
    text-decoration: none;
}
.bsm_section_1_content_price ins span {
    vertical-align: top;
    line-height: 15px;
}
/*------------------------------------------------------------------
[ 13. About  
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------
[ 13.1 About Pasta  
/*------------------------------------------------------------------ */

.wrapper{ background-color: #fff; }
.container-fluid{ background-color: #fff!important; padding-bottom: 20px;}

#bsm_section_02 {
       padding: 40px 0 ;
   }
   
   

#bsm_section_2 {
    width: 100%;
    height: 816px;
    padding: 40px 0 100px 0;
    position: relative;
}
#bsm_section_2 h1 {
    margin-bottom: 25px;
    line-height: 21px;
}

#bsm_section_2 h2 {
    margin-bottom: 25px;
    line-height: 21px;
}

#bsm_section_2 p {
    line-height: 21px;
}
.bsm_section_2_content img {
    display: none;
}
.bsm_section_2_content a {
    display: block;
    width: 148px;
    height: 28px;
    
    line-height: 28px;
    background-color: #fff;
    color: #00006d!important;
   
	border: 1px solid #fedb00;
   
text-transform:uppercase;
    margin: auto;
    margin-top: 30px;
}
.bsm_section_2_content a:hover {
     background-color: #fff;
    color: #857a6b;
	 border: 1px solid #857a6b;
}
.bsm_section_2_content span {
    width: 90px;
    height: 90px;
    background-color: #00006d;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin: 75px auto 15px auto;
}
.bsm_section_2_content span svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform:    translateY(-50%);
    -ms-transform:     translateY(-50%);
    -o-transform:      translateY(-50%);
    transform:         translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    fill: #fedb00;
}
.bsm_section_2_content_image {
    width: 363px;
    height: 353px;
    background-image: url('../png/bsm_section_2_img_border.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
    padding: 26.5px 0;
    margin-bottom: 40px;
}
.bsm_section_2_content_image_content {
    width: 300px;
    height: 300px;
   /* border-radius: 50%;
    border: 3px solid #ffffff;*/
    margin: auto;  
    overflow: hidden;
}
.bsm_section_2_content_image_content img {
    display: block;
    min-width: 1px;
    max-width: 100%;
}
/*------------------------------------------------------------------
[ 13.2 Story Tree
/*------------------------------------------------------------------ */
.bsm_page_our_story_class #bsm_section_2 {
    height: auto;
  /* margin-bottom: 100px;*/
    overflow: hidden;
   /* padding-bottom: 0;*/
	background-color:#fff!important;
}
.bsm_our_story:before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    background: #d9c2a0;
    left: 50%;
    margin-left: -2px;
}
.bsm_our_story_content {
    clear: both;
    margin-top: 25px;
}
.bsm_our_story_content .bsm_our_story_content_year {
    position: relative;
    margin: auto;
    width: 80px;
    height: 100px;
    background: url(../png/our_story_year.png) 50% 50% no-repeat;
}
.bsm_our_story_content .bsm_our_story_content_year span {
    display: block;
    position: relative;
    top: 35px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.bsm_our_story_content article {
    width: 100%;
    clear: both;
    display: inline-block;
    position: relative;
}
.bsm_our_story_content article .bsm_our_story_content_date {
    position: absolute;
    width: 60px;
    height: 75px;
    background: url(../png/our_story_date.png) 50% 50% no-repeat;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform:    translate(-50%, -50%);
    -ms-transform:     translate(-50%, -50%);
    -o-transform:      translate(-50%, -50%);
    transform:         translate(-50%, -50%);
    cursor: pointer;
    z-index: 9;
}
.bsm_our_story_content article .bsm_our_story_content_date span {
    color: #ed3d5b;
    display: block;
    position: relative;
    top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
.bsm_our_story_content article .bsm_our_story_content_image {
    position: relative;
    width: 50%;
    display: inline-block;
    float: left;
/*	background-image: url(img/pic_border.svg);*/
    background-position: center;
    background-repeat: no-repeat;
}
.bsm_our_story_content article .bsm_our_story_content_image figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;

        -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin: 20px auto;
}
.bsm_our_story_content article .bsm_our_story_content_image figure:after {
    content: "";
    width: 95%;
    height: 95%;
    position: absolute;
    z-index: 1;
    left: 2.5%;
    top: 2.5%;
   /* border: 1px solid #ffffff;*/
}
.bsm_our_story_content article .bsm_our_story_content_image figure img {
    display: block;
    position: relative;
   /* max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.35s, transform 0.2s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);*/
}
.bsm_our_story_content article .bsm_our_story_content_image figure div {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 0;
    text-align: center;
}
.bsm_our_story_content article .bsm_our_story_content_image figure.bsm_our_story_image_overlay_active img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.bsm_our_story_content article .bsm_our_story_content_text {
    position: relative;
    width: 50%;
    display: inline-block;
    float: left;
}
.bsm_our_story_content article .bsm_our_story_content_text div {
    width: 400px;
    height: 400px;
    margin: auto;
}
.bsm_our_story_content article .bsm_our_story_content_text div h2 {
    font-family: '29LT Zarid Sans Bd', sans-serif;
   /* color: #fedb00;*/
    font-size: 30px;
    font-weight: bold;
    margin: 35px 0;
}
.bsm_our_story_content article .bsm_our_story_content_text div p {
    font-family: '29LT Zarid Sans Rg', sans-serif;;
    color: #857a6b;
    line-height: 21px;
	font-size: 18px;
}
.bsm_our_story .bsm_our_story_first_day {
    position: relative;
    margin: auto;
    width: 80px;
    margin-top: 50px;
    height: 100px;
    background: url(../png/our_story_year.png) 50% 50% no-repeat;
}
.bsm_our_story .bsm_our_story_first_day span {
    display: block;
    position: relative;
    top: 25px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
/*------------------------------------------------------------------
[ 13.3 About Us 
-------------------------------------------------------------------*/
.bsm_page_about_class #bsm_section_2 {
    height: auto;
}
.bsm_page_about_class #bsm_section_2 .bsm_section_2_about_page_content_text {
    margin: -100px;
    border: 1px solid #d9c2a0;
    padding: 100px;
}
.bsm_page_about_class #bsm_section_2 .bsm_section_2_about_page_content_text svg {
    fill: #10314e;
}
.bsm_page_about_class #bsm_section_2 .bsm_section_2_about_page_content_image {
    position: relative;
    width: auto;
    height: 100%;
    overflow: hidden;
}
.bsm_page_about_class #bsm_section_2 .bsm_section_2_about_page_content_image:after {
    content: "";
    width: 95%;
    height: 95%;
    position: absolute;
    z-index: 1;
    left: 2.5%;
    top: 2.5%;
    border: 1px solid #ffffff;
}
.bsm_page_about_class #bsm_section_2 .bsm_section_2_about_page_content_image img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.35s, transform 0.2s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}
.bsm_page_about_class #bsm_section_2 .bsm_section_2_image_overlay_active img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/*------------------------------------------------------------------
[ 14. Locations 
-------------------------------------------------------------------*/
.bsm_page_locations_class #bsm_section_2 {
    height: auto;
}
.bsm_page_locations_class #bsm_section_2 .bsm_section_2_about_page_content_text {
    margin: -100px;
    border: 1px solid #d9c2a0;
    padding: 50px 100px;
}
.bsm_page_locations_class #bsm_section_2 .bsm_section_2_about_page_content_text svg {
    fill: #10314e;
}
.bsm_page_locations_class #bsm_section_2 .bsm_section_2_about_page_content_image {
    position: relative;
    width: auto;
    height: 100%;
    overflow: hidden;
}
.bsm_page_locations_class #bsm_section_2 .bsm_section_2_about_page_content_image:after {
    content: "";
    width: 95%;
    height: 95%;
    position: absolute;
    z-index: 1;
    left: 2.5%;
    top: 2.5%;
    border: 1px solid #ffffff;
}
.bsm_page_locations_class #bsm_section_2 .bsm_section_2_about_page_content_image img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.35s, transform 0.2s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}
.bsm_page_locations_class #bsm_section_2 .bsm_section_2_image_overlay_active img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.bsm_page_locations_class #bsm_section_2 form .col-md-4 input {
    padding: 5px;
    margin: 20px 0;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #b8a988;
    font-weight: 100;
}
.bsm_page_locations_class #bsm_section_2 form .col-md-12 input {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #fedb00;
    display: block;
    margin: 50px auto;
    color: #ffffff;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
/*------------------------------------------------------------------
[ 15. Shop 
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ 15.1 Shop Page 
-------------------------------------------------------------------*/
.bsm_page_shop_class #bsm_section_2 {
    height: auto;
}
.bsm_page_shop_class #bsm_section_2 h1 {
    margin-bottom: 50px;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_content .col-md-6 {
    display: none;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_content .bsm_section_2_shop_product_image {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_content .bsm_section_2_shop_product_image img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.35s, transform 0.2s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_content .bsm_section_2_shop_product_image_active img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_content .bsm_section_2_shop_product_image_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 0;
    text-align: center;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_content .bsm_section_2_shop_product_image_overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.2s;
    transition: opacity 0.35s, transform 0.2s;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    background-color: rgba(255,255,255,0.50);
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_content .bsm_section_2_shop_product_image_active .bsm_section_2_shop_product_image_overlay:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_content .bsm_section_2_shop_product_details .bsm_section_2_shop_product_details_bottom {
    width: 80%;
    border-top: 1px solid #f0e9e1;
    padding-top: 15px;
    margin: 25px auto;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_content .bsm_section_2_shop_product_details .bsm_section_2_shop_product_details_bottom button {
    width: 120px;
    height: 30px;
    display: block;
    text-align: center;
    background-color: #fedb00;
    color: #fff;
    border: none;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_content .bsm_section_2_shop_product_details .bsm_section_2_shop_product_details_bottom i {
    cursor: pointer;
    color: #fedb00;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_pagination {
    margin-top: 50px;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_pagination span {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #857a6b;
    color: #857a6b;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_pagination span i {
    margin: 2.5px;
    font-size: 14px;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_pagination a#bsm_section_2_shop_pagination_prev,
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_pagination a#bsm_section_2_shop_pagination_next {
    width: 65px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #857a6b;
    color: #857a6b;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_pagination a#bsm_section_2_shop_pagination_prev:hover,
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_pagination a#bsm_section_2_shop_pagination_next:hover,
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_pagination span:hover {
    background-color: #fedb00;
    border: 1px solid #fedb00;
    color: #ffffff;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_shop_pagination span.bsm_section_2_shop_pagination_active {
    cursor: text;
    background-color: #fedb00;
    border: 1px solid #fedb00;
    color: #ffffff;
}
#bsm_section_2_shop_content form .col-md-12 {
    margin-bottom: 30px;
}
#bsm_section_2_shop_content ul li {
    margin: 15px 0;
}
#bsm_section_2_shop_content ul li a {
    color: #857a6b;
}
#bsm_section_2_shop_content ul li:hover a,
#bsm_section_2_shop_content ul li.active a {
    color: #fedb00;
}
#bsm_section_2_shop_content ul li label {
    color: #857a6b;
    font-weight: 100;
    position: relative;
    cursor: pointer;
}
#bsm_section_2_shop_content ul li label:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #d9c2a0;
    background-color: transparent;
    display: inline-block;
    top: 2px;
    position: relative;
    margin-right: 10px;
}
#bsm_section_2_shop_content ul li label.active:before {
    border-color: #fedb00;
}
#bsm_section_2_shop_content ul li.range {
    width: auto;
    display: block;
    vertical-align: top;
    position: relative;
    margin: 0 20px 0 0;
}
#bsm_section_2_shop_content ul li.range:before {
    content: ' ';
    vertical-align: middle;
    display: inline-block;
    height: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f0e9e1;
    border: none;
    margin-top: -5px;
}
#bsm_section_2_shop_content ul li.range > .slider {
    height: 20px;
    border-bottom: none;
    position: absolute;
    top: 0px;
    width: 20px;
    background-color: #ffffff;
    border: 5px solid #fedb00;
    border-radius: 50%;
    cursor: pointer;
}
#bsm_section_2_shop_content ul li.range span {
    height: 5px;
    background-color: #fedb00;
    margin-right: 25%;
    margin-left: 25%;
    width: auto;
    display: block;
    vertical-align: top;
    position: relative;
    top: -15px;
}
#bsm_section_2_shop_content ul li.range div span {
    height: auto;
    display: inline-block;
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform:    translate(-50%, 0);
    -ms-transform:     translate(-50%, 0);
    -o-transform:      translate(-50%, 0);
    transform:         translate(-50%, 0);
    background-color: transparent;
    color: #857a6b;
    text-align: center;
    margin: 0;
    width: auto;
    font-family: '29LT Zarid Sans Rg', sans-serif;;
}
#bsm_section_2_shop_content ul li.range div span:after {
    content: "$";
    margin-left: 1px;
}
#bsm_section_2_shop_content #bsm_shop_product_filter_price label:before {
    display: none;
}
#bsm_section_2_shop_content #bsm_shop_product_filter_price label input {
    width: 65px;
    height: 25px;
    border: 1px solid #857a6b;
    color: #857a6b;
    padding: 0 10px;
    background-color: #fbf9f7;
    margin-left: 10px;
}
#bsm_section_2_shop_content #bsm_shop_page_filters_mobile_open,
#bsm_section_2_shop_content #bsm_shop_page_filters_mobile_close,
#bsm_section_2_shop_content #bsm_shop_page_filters_form_sibmit {
    display: none;
}
/*------------------------------------------------------------------
[ 15.2 Shop Listing 
-------------------------------------------------------------------*/
.bsm_page_shop_class #bsm_section_2 .col-md-9 .col-md-12 {
    margin-bottom: 25px;
}
.bsm_page_shop_class #bsm_section_2 .col-md-9 .col-md-12 {
    border-bottom: 1px solid #ddd9d3;
}
.bsm_page_shop_class #bsm_section_2 .col-md-9 #bsm_section_2_shop_pagination.col-md-12,
.bsm_page_shop_class #bsm_section_2 .col-md-9 .col-md-12:nth-child(6) {
    border-bottom: none;
}
.bsm_page_shop_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_image {
    width: 200px;
    float: left;
    height: 200px;
    position: relative;
    background-image: url(../png/product_border.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 20px;
    border-radius: 50%;
    margin-right: 10px;
}
.bsm_page_shop_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_image .bsm_section_2_menu_product_image_content {
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 50%;
}
.bsm_page_shop_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_image .bsm_section_2_menu_product_image_content img {
    max-width: 120%;
    min-width: 100%;
    max-height: 120%;
    min-height: 100%;
}
.bsm_page_shop_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_image .bsm_section_2_menu_product_cart {
    position: absolute;
    z-index: 9;
    background-color: #20b247;
    width: 60px;
    height: 60px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    right: 5px;
    bottom: 5px;
    padding: 12px 0;
    cursor: pointer;
}
.bsm_page_shop_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_image .bsm_section_2_menu_product_cart svg {
    fill: #ffffff;
}
.bsm_page_shop_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_image:hover .bsm_section_2_menu_product_cart {
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: swing;
    animation-timing-function: ease;
}
.bsm_page_shop_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_details h1 {
    float: right;
}
.bsm_page_shop_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_details p {
    margin-bottom: 15px;
}
.bsm_page_shop_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_details ul {
    margin-bottom: 15px;
}
.bsm_page_shop_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_details ul li {
    display: inline-block;
    position: relative;
}
.bsm_page_shop_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_details ul li:after {
    content: "/";
    width: 10px;
    height: auto;
    margin-left: 5px;
}
.bsm_page_shop_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_details ul li:last-child:after {
    display: none;
}
/*------------------------------------------------------------------
[ 15.3 Product Page 
-------------------------------------------------------------------*/
#bsm_product_page_carousel_secundary button {
    display: inline-block;
    width: 20%;
    height: 125px;
}
#bsm_product_page_carousel_secundary button img {
    width: 100%;
}
#bsm_product_page_carousel_principal {
     /*height: 550px;*/
    overflow: hidden;
    width: 100%;
   
    position: relative;
}
#bsm_product_page_carousel_principal .swiper-slide {
   overflow: hidden;
    text-align: center;
}
#bsm_product_page_carousel_principal .swiper-slide img {
    /*height: 550px;*/
    width: auto;
}
#bsm_product_page_carousel_secundary {
   /* height: 125px;*/
    margin-top: 30px;
	  margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
#bsm_product_page_carousel_secundary .swiper-slide {
     overflow: hidden;
    border: 1px solid #e3e3e3;
    position: relative;
    cursor: pointer;
	border-radius: 10px;
}
#bsm_product_page_carousel_secundary .swiper-slide:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.6);
}
#bsm_product_page_carousel_secundary .swiper-slide-active {
    border: 1px solid #fedb00;
}
#bsm_product_page_carousel_secundary .swiper-slide-active:after {
    display: none;
}
#bsm_product_page_carousel_secundary .swiper-slide img {
    min-width: 100%;
   
    width: auto;
	 /*min-height: 125px;
    max-height: 175px;*/
}
#bsm_product_page_carousel_secundary .swiper-button-prev, 
#bsm_product_page_carousel_secundary .swiper-button-next {
    background-image: none;
    font-size: 60px;
    color: #fedb00;
    line-height: 1;
    height: 65px;
}
#bsm_product_page_carousel_secundary .swiper-button-prev i, 
#bsm_product_page_carousel_secundary .swiper-button-next i {
    position: relative;
    display: block;
}
#bsm_product_page_carousel_secundary .swiper-button-prev i:before, 
#bsm_product_page_carousel_secundary .swiper-button-next i:before {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    height: 40px;
    line-height: 40px;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_product_page_content .bsm_section_2_product_page_content_price {
    margin: 30px 0;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_product_page_content .bsm_section_2_product_page_content_price li {
    display: inline-block;
    margin: 0 15px 0 0;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_product_page_content .bsm_section_2_product_page_content_categories {
    margin-bottom: 15px;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_product_page_content .bsm_section_2_product_page_content_categories li {
    display: inline-block;
    position: relative;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_product_page_content .bsm_section_2_product_page_content_categories li:after {
    content: "/";
    width: 10px;
    height: auto;
    margin-left: 5px;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_product_page_content .bsm_section_2_product_page_content_quantity_buy {
    margin: 50px 0;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_product_page_content .bsm_section_2_product_page_content_quantity_buy div {
    position: relative;
    display: block;
    float: left;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_product_page_content .bsm_section_2_product_page_content_quantity_buy .bsm_section_2_product_page_content_quantity_value {
    position: relative;
    z-index: 9;
    border: 1px solid #fedb00;
    display: block;
    text-align: center;
    width: 85px;
    height: 40px;
    line-height: 40px;
    color: #fedb00;
    font-weight: bold;
    padding: 0 20px;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_product_page_content .bsm_section_2_product_page_content_quantity_buy .bsm_section_2_product_page_content_quantity_minus {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: transparent;
    border: none;
    color: #857a6b;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_product_page_content .bsm_section_2_product_page_content_quantity_buy .bsm_section_2_product_page_content_quantity_plus {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    color: #857a6b;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_product_page_content .bsm_section_2_product_page_content_quantity_buy button {
    width: 135px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #857a6b;
    background-color: transparent;
    display: block;
    margin: 0 50px;
    color: #857a6b;
    cursor: pointer;
    float: left;
}
.bsm_page_shop_class #bsm_section_2 #bsm_section_2_product_page_content .bsm_section_2_product_page_content_quantity_buy button:hover {
    background-color: #fedb00;
    border: 1px solid #fedb00;
    color: #ffffff;
}
.bsm_section_2_product_page_content_rest_info {
    width: 100%;
    float: left;
    margin: 50px 0;
}
.bsm_section_2_product_page_content_compare,
.bsm_section_2_product_page_content_wishlist {
    float: left;
    margin: 0 25px 0 0;
    cursor: pointer;
}
.bsm_section_2_product_page_content_compare svg,
.bsm_section_2_product_page_content_wishlist svg {
    fill : #fedb00;
}
.bsm_section_2_product_page_content_compare span,
.bsm_section_2_product_page_content_wishlist span {
    margin-left: 5px
}
/*------------------------------------------------------------------
[ 15.4 Specialities Menu 
-------------------------------------------------------------------*/
.bsm_page_menu_class #bsm_section_2 {
    height: auto;
}
.bsm_page_menu_class #bsm_section_2_menu_content .col-md-6 {
    display: none;
}
.bsm_page_menu_class #bsm_section_2 .bsm_section_2_menu_product {
    padding: 50px 0px;
    position: relative;
    width: 100%;
}
.bsm_page_menu_class #bsm_section_2 .col-md-6.active .bsm_section_2_menu_product:after {
	
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #ddd9d3;
}
.bsm_page_menu_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_image {
    width: 200px;
    float: left;
    height: 200px;
    position: relative;
    background-image: url(../png/product_border.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 20px;
    border-radius: 50%;
    margin-right: 10px;
}
.bsm_page_menu_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_image .bsm_section_2_menu_product_image_content {
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 50%;
}
.bsm_page_menu_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_image .bsm_section_2_menu_product_image_content img {
    max-width: 120%;
    min-width: 100%;
    max-height: 120%;
    min-height: 100%;
}
.bsm_page_menu_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_image .bsm_section_2_menu_product_cart {
    position: absolute;
    z-index: 9;
    background-color: #20b247;
    width: 60px;
    height: 60px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    right: 5px;
    bottom: 5px;
    padding: 12px 0;
    cursor: pointer;
}
.bsm_page_menu_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_image .bsm_section_2_menu_product_cart svg {
    fill: #ffffff;
}
.bsm_page_menu_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_image:hover .bsm_section_2_menu_product_cart {
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: swing;
    animation-timing-function: ease;
}
.bsm_page_menu_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_details h1 {
    float: right;
}
.bsm_page_menu_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_details p {
    margin-bottom: 15px;
}
.bsm_page_menu_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_details ul {
    margin-bottom: 15px;
}
.bsm_page_menu_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_details ul li {
    display: inline-block!important;
    position: relative;
}
.bsm_page_menu_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_details ul li:after {
    content: "/";
    width: 10px;
    height: auto;
    margin-left: 5px;
}
.bsm_page_menu_class #bsm_section_2 .bsm_section_2_menu_product .bsm_section_2_menu_product_details ul li:last-child:after {
    display: none;
}
.bsm_page_menu_class #bsm_section_2 #bsm_section_2_menu_product_load_more {
    display: block;
    width: 120px;
    height: 30px;
    border: 1px solid #857a6b;
    line-height: 30px;
    background-color: #fff;
    color: #857a6b;
    text-align: center;
    text-transform: uppercase;
    margin: 50px auto 100px auto;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.bsm_page_menu_class #bsm_section_2 #bsm_section_2_menu_product_load_more:hover {
    color: #ffffff;
    background-color: #fedb00;
    border-color: #fedb00;
}




/*------------------------------------------------------------------
[ 16. Blog
-------------------------------------------------------------------*/
#bsm_section_3 {
    width: 100%;
    margin-top:40px;
    height: 1000px;
    padding: 0;
	 background-color:#fff!important;
}
.bsm_section_3_content {
    height: 500px;
    overflow: hidden;
    background-color:#fff;
}
.bsm_section_3_image img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.35s, transform 0.2s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}
.bsm_section_3_image_overlay_active img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.bsm_section_3_image_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 0;
    text-align: center;
}
.bsm_section_3_image_overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.2s;
    transition: opacity 0.35s, transform 0.2s;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    background-color: rgba(8,85,167,0.50);
}
.bsm_section_3_image_overlay_active .bsm_section_3_image_overlay:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.bsm_section_3_content a {
    display: block;
    width: 148px;
    height: 28px;
   
    line-height: 28px;
    background-color: #fff; color: #00006d;
    border-color: #fedb00;
    margin: auto;
    border: 1px solid #fedb00;
}
.bsm_section_3_content a:hover {
     background-color: #fff;
    color: #857a6b;
	 border: 1px solid #857a6b;
}
.bsm_section_3_content h1 {
    margin: 100px auto 0 auto;
    width: 80%;
    height: 80px;
    cursor: pointer;
}

.bsm_section_3_content h4 {
    margin: 100px auto 0 auto;
    width: 80%;
    height: 80px;
    cursor: pointer;
}

.bsm_section_3_content:hover h1 {
    color: #2f404a;
}
.bsm_section_3_content p {
    width: 80%;
    margin: auto;
    height: 180px;
	line-height:20px;
}
.bsm_page_shopping_cart_class #bsm_section_3 {
    height: auto;
    margin-bottom: 100px
}
.bsm_page_shopping_cart_class #bsm_section_3 .bsm_section_3_title_section {
    background-color: #fbf9f7;
    height: 60px;
}
.bsm_page_shopping_cart_class #bsm_section_3 .bsm_section_3_title_section p {
    display: none;
}
/*------------------------------------------------------------------
[ 17. Order 
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ 17.1 Order Steps 
-------------------------------------------------------------------*/
.bsm_page_shopping_cart_class #bsm_section_2 {
    text-align: center;
    height: auto;
    margin: 100px auto;
    padding: 0;
}
.bsm_page_shopping_cart_class #bsm_section_2 ul {
    width: auto;
    display: inline-block;
    margin: auto;
}
.bsm_page_shopping_cart_class #bsm_section_2 ul li {
    display: inline-block;
    position: relative;
    width: 150px;
    margin: 0;
    float: left;
}
.bsm_page_shopping_cart_class #bsm_section_2 ul li div {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    font-size: 20px;
    position: relative;
    margin: auto;
    z-index: 1;
}
.bsm_page_shopping_cart_class #bsm_section_2 ul li div:before {
    content: "";
    width: 103px;
    height: 3px;
    background-color: #f0e9e1;
    position: absolute;
    z-index: 1;
    left: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform:    translateY(-50%);
    -ms-transform:     translateY(-50%);
    -o-transform:      translateY(-50%);
    transform:         translateY(-50%);
}
.bsm_page_shopping_cart_class #bsm_section_2 ul li div:after {
    content: "";
    width: 103px;
    height: 3px;
    background-color: #f0e9e1;
    position: absolute;
    z-index: 1;
    right: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform:    translateY(-50%);
    -ms-transform:     translateY(-50%);
    -o-transform:      translateY(-50%);
    transform:         translateY(-50%);
}
.bsm_page_shopping_cart_class #bsm_section_2 ul li:nth-child(1) div:before {
    display: none;
}
.bsm_page_shopping_cart_class #bsm_section_2 ul li:nth-child(3) div:after {
    display: none;
}
.bsm_page_shopping_cart_class #bsm_section_2 ul li.bsm_section_2_shopping_cart_active_page {
    z-index: 9;
}
.bsm_page_shopping_cart_class #bsm_section_2 ul li.bsm_section_2_shopping_cart_active_page div:before,
.bsm_page_shopping_cart_class #bsm_section_2 ul li.bsm_section_2_shopping_cart_active_page div:after {
    background-color: #fedb00;
    z-index: 9;
}
.bsm_shopping_cart_step_3 #bsm_section_2 ul li:nth-child(2) div:before {
    background-color: #fedb00;
    z-index: 9;
    width: 100px;
}
.bsm_shopping_cart_step_3 #bsm_section_2 ul li:nth-child(2) div span {
    color: #fedb00;
}
.bsm_page_shopping_cart_class #bsm_section_2 ul li.bsm_section_2_shopping_cart_active_page div span {
    border-color: #fedb00;
    color: #fedb00;
}
.bsm_page_shopping_cart_class #bsm_section_2 ul li div span {
    display: block;
    width: 50px;
    background-color: #FFFFFF;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #d9c2a0;
    text-align: center;
    color: #857a6b;
    line-height: 45px;
    padding: 0;
    font-size: 20px;
    position: relative;
    margin: auto;
    z-index: 3;
}
.bsm_page_shopping_cart_class #bsm_section_2 ul li p {
    line-height: 14px;
    margin-top: 20px;
    color: #857a6b;
}
.bsm_page_shopping_cart_class #bsm_section_2 ul li.bsm_section_2_shopping_cart_active_page p {
    color: #fedb00;
}
/*------------------------------------------------------------------
[ 17.2 Shopping Cart 
-------------------------------------------------------------------*/
.bsm_section_3_content_cart_step_1 ul {
    background-color: #ffffff;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_title_section {
    height: auto !important;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_title_section ul {
    width: 100%;
    display: inline-block;
    background-color: transparent;
    padding: 0 25px;
    height: 85px;
    line-height: 85px;
    text-transform: uppercase;
    color: #857a6b;
    font-size: 14px;
    font-weight: bold;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_title_section ul li {
    display: inline-block;
    float: left;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_title_section ul li:nth-child(1) {
    width: 30%;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_title_section ul li:nth-child(2) {
    width: 20%;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_title_section ul li:nth-child(3) {
    width: 15%;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_title_section ul li:nth-child(4) {
    width: 20%;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_title_section ul li:nth-child(5) {
    width: 15%;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section {
    margin: 0 20px 25px 20px;
    border-bottom: 1px solid #eeece9;
    height: auto;
    display: inline-block;
    width: calc(100% - 40px);
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section:nth-child(1) {
    margin-top: 25px;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul {
    width: 100%;
    background-color: transparent;
    padding: 0;
    height: auto;
    color: #fedb00;
    font-size: 14px;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul li {
    display: inline-block;
    float: left;
    font-weight: bold;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul li:nth-child(1) {
    width: 30%;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul li:nth-child(2) {
    width: 20%;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul li:nth-child(3) {
    width: 15%;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul li:nth-child(4) {
    width: 20%;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul li:nth-child(5) {
    width: 15%;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul li {
    margin-bottom: 15px;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul li div {
    position: relative;
    display: block;
    float: left;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul li .bsm_section_2_product_page_content_quantity_value {
    position: relative;
    z-index: 9;
    border: 1px solid #fedb00;
    display: block;
    text-align: center;
    width: 85px;
    height: 40px;
    line-height: 40px;
    color: #fedb00;
    font-weight: bold;
    padding: 0 20px;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul li .bsm_section_2_product_page_content_quantity_minus {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: transparent;
    border: none;
    color: #857a6b;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul li .bsm_section_2_product_page_content_quantity_plus {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    color: #857a6b;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul li span {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #cccc99;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    float: left;
    margin: 80px 10px 0 0;
    color: #857a6b;
    -webkit-box-sizing: content-box;
    cursor: pointer;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul li span:hover {
    border-color: #fedb00;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul li .bsm_section_3_menu_product_image {
    width: 200px;
    float: left;
    height: 200px;
    position: relative;
    background-image: url(../png/product_border.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 20px;
    border-radius: 50%;
    margin-right: 10px;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul li .bsm_section_3_menu_product_image .bsm_section_3_menu_product_image_content {
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 50%;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_product_section ul li .bsm_section_3_menu_product_image .bsm_section_3_menu_product_image_content img {
    max-width: 120%;
    min-width: 100%;
    max-height: 120%;
    min-height: 100%;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_action_section {
    margin: 0 20px 25px 20px;
    height: auto;
    width: calc(100% - 40px);
    padding-bottom: 50px;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_action_section ul li input:nth-child(1) {
    width: 220px;
    height: 50px;
    padding: 20px;
    color: #fedb00;
    background-color: #fbf9f7;
    border: none;
    margin-right: 10px;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_action_section ul li input:nth-child(1)::-webkit-input-placeholder {
    color: #fedb00;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_action_section ul li input:nth-child(2) {
    width: 160px;
    height: 50px;
    background-color: #fedb00;
    color: #fff;
    text-align: center;
    border: none;
    text-transform: uppercase;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_action_section ul li button:nth-child(1) {
    width: 160px;
    height: 50px;
    background-color: #857a6b;
    color: #fff;
    text-align: center;
    border: none;
    margin-right: 10px;
    text-transform: uppercase;
}
.bsm_section_3_content_cart_step_1 ul li.bsm_section_3_action_section ul li button:nth-child(2) {
    width: 160px;
    height: 50px;
    background-color: #fedb00;
    color: #fff;
    text-align: center;
    border: none;
    text-transform: uppercase;
}
/*------------------------------------------------------------------
[ 17.3 Check out 
-------------------------------------------------------------------*/
.bsm_section_3_content_cart_step_2 {
    background-color: #FFFFFF;
}
.bsm_section_3_content_cart_step_2 h1 {
    background-color: #fbf9f7;
    padding: 10px 20px;
    margin: 0;
}
.bsm_section_3_content_cart_step_2 .row {
    background-color: #ffffff;
    padding: 50px 10px;
    margin: 0;
}
.bsm_section_3_content_cart_step_2 .row .col-md-6 p {
    font-family: '29LT Zarid Sans Rg', sans-serif;;
    color: #857a6b;
    font-size: 14px;
}
.bsm_section_3_content_cart_step_2 .row .col-md-6 input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background-color: #fbf9f7;
    border: none;
    margin-top: 10px;
    margin-bottom: 25px;
    color: #857a6b;
}
.bsm_section_3_content_cart_step_2 .row .col-md-12 p {
    font-family: '29LT Zarid Sans Rg', sans-serif;;
    color: #857a6b;
    font-size: 14px;
}
.bsm_section_3_content_cart_step_2 .row .col-md-12 textarea {
    width: 100%;
    height: 120px;
    padding: 10px 20px;
    background-color: #fbf9f7;
    border: none;
    margin-top: 10px;
    margin-bottom: 25px;
    color: #857a6b;
}
.bsm_section_3_content_cart_step_2 .row .col-md-12 input {
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: block;
    float: right;
    color: #ffffff;
    border: none;
    background-color: #fedb00;
    text-transform: uppercase;
}
.bsm_section_3_content_cart_step_2 ul {
    padding: 10px 15px;
}
.bsm_section_3_content_cart_step_2 ul li {
    border-bottom: 1px solid #ddd9d3;
    padding-bottom: 15px;
    padding-top: 15px;
}
.bsm_section_3_content_cart_step_2 ul li .bsm_section_3_content_cart_step_2_product {
    padding: 0px;
    height: auto;
    line-height: normal;
}
.bsm_section_3_content_cart_step_2 ul li .bsm_section_3_content_cart_step_2_product div {
    width: 100%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px;
}
.bsm_section_3_content_cart_step_2 ul li .bsm_section_3_content_cart_step_2_product div p {
    float: left;
}
.bsm_section_3_content_cart_step_2 ul li .bsm_section_3_content_cart_step_2_product div h3 {
    float: right;
    margin: 0;
}
.bsm_section_3_content_cart_step_2 ul li .bsm_section_3_content_cart_step_2_product ul {
    padding: 0;
    margin-bottom: 20px;
}
.bsm_section_3_content_cart_step_2 ul li .bsm_section_3_content_cart_step_2_product ul li {
    display: inline-block;
    position: relative;
    margin: 0;
    border: none;
    margin-right: 0px;
    padding-bottom: 0px;
}
.bsm_section_3_content_cart_step_2 ul li .bsm_section_3_content_cart_step_2_product ul li:after {
    content: "/";
    margin-left: 5px;
}
.bsm_section_3_content_cart_step_2 ul li .bsm_section_3_content_cart_step_2_product ul li:last-child:after {
    display: none;
}
.bsm_section_3_content_cart_step_2 div.bsm_section_3_content_cart_step_2_total {
    width: 100%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-bottom: 15px;
}
.bsm_section_3_content_cart_step_2 div.bsm_section_3_content_cart_step_2_total div {
    border-bottom: 1px solid #ddd9d3;
    display: inline-block;
    width: 100%;
}
.bsm_section_3_content_cart_step_2 div.bsm_section_3_content_cart_step_2_total p {
    float: left;
}
.bsm_section_3_content_cart_step_2 div.bsm_section_3_content_cart_step_2_total h3 {
    float: right;
    margin: 0;
}
.bsm_section_3_content_cart_step_2 div.bsm_section_3_content_cart_step_2_delivery div {
    width: 100%;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 0;
}
.bsm_section_3_content_cart_step_2 div.bsm_section_3_content_cart_step_2_delivery div ul {
    padding: 0;
    margin: 15px 0;
    margin-bottom: 0;
}
.bsm_section_3_content_cart_step_2 div.bsm_section_3_content_cart_step_2_delivery div ul li {
    border: none;
    margin: 0;
    padding: 5px 0;
}
.bsm_section_3_content_cart_step_2 div.bsm_section_3_content_cart_step_2_delivery div ul li label {
    color: #857a6b;
    font-weight: 100;
    position: relative;
    cursor: pointer;
}
.bsm_section_3_content_cart_step_2 div.bsm_section_3_content_cart_step_2_delivery div ul li label:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #d9c2a0;
    background-color: transparent;
    display: inline-block;
    top: 2px;
    position: relative;
    margin-right: 10px;
}
.bsm_section_3_content_cart_step_2 div.bsm_section_3_content_cart_step_2_delivery div ul li label.active:before {
    border-color: #fedb00;
}
.bsm_section_3_content_cart_step_2 div.bsm_section_3_content_cart_step_2_checkout {
    padding: 0 15px;
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}
.bsm_section_3_content_cart_step_2 div.bsm_section_3_content_cart_step_2_checkout input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #ffffff;
    border: none;
    background-color: #fedb00;
    text-transform: uppercase;
}
/*------------------------------------------------------------------
[ 17.4 Complet order 
-------------------------------------------------------------------*/
#bsm_shoping_cart_succes {
    text-align: center;
}
#bsm_shoping_cart_succes svg {
    fill: #fedb00;
    margin: 50px 0;
}
#bsm_shoping_cart_succes a {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #fedb00;
    display: block;
    margin: 50px auto;
    color: #ffffff;
    cursor: pointer;
}
#bsm_shoping_cart_succes p {
    margin: 30px 0 90px 0;
}
/*------------------------------------------------------------------
[ 18. Reviews 
-------------------------------------------------------------------*/
.bsm_page_shop_class #bsm_section_3 {
    height: auto;
    margin: 0 0 100px 0;
}
.bsm_page_shop_class #bsm_section_3 .nav-tabs {
    border-color: #857a6b;
    padding-bottom: 0;
}
.bsm_page_shop_class #bsm_section_3 .nav-tabs > li > a {
    padding: 0;
    margin: 0;
    height: auto;
    line-height: 1;
    border: 0;
    font-size: 20px;
    color: #857a6b;
    font-family: '29LT Zarid Sans Rg', sans-serif;;
    font-weight: bold;
    margin-right: 25px
}
.bsm_page_shop_class #bsm_section_3 .nav-tabs > li > a:hover,
.bsm_page_shop_class #bsm_section_3 .nav-tabs > li.active > a {
    color: #fedb00;
    background-color: transparent;
}
.bsm_page_shop_class #bsm_section_3 .nav-tabs > li.active a {
    height: 40px;
    margin-bottom: -1px;
    border-bottom: 3px solid #fedb00;
}
#Reviews h3 {
    font-size: 17px;
    color: #857a6b;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 20px;
    font-family: '29LT Zarid Sans Rg', sans-serif;;
}
#Reviews .bsm_section_3_reviews_comment {
    display: inline-block;
}
#Reviews .bsm_section_3_reviews_comment ul li {
    padding: 20px 0px;
    border-bottom: 1px solid #F4F4F6;
    float: left;
    width: 100%;
    border-top: 1px solid #F4F4F6;
}
#Reviews .bsm_section_3_reviews_comment ul li .bsm_section_3_reviews_comment_avatar {
    float: left;
    margin-right: 20px;
    display: block;
    border-radius: 100%;
    max-width: 60px;
}
#Reviews .bsm_section_3_reviews_comment ul li .bsm_section_3_reviews_comment_avatar img {
    max-width: 100%;
}
#Reviews .bsm_section_3_reviews_comment ul li .bsm_section_3_reviews_comment_text span {
    position: relative;
    overflow: hidden;
    line-height: 1;
    font-size: 14px;
    width: 72px;
    height: 14px;
    text-align: right;
    margin-bottom: 10px;
    color: transparent;
}
#Reviews .bsm_section_3_reviews_comment ul li .bsm_section_3_reviews_comment_text span:before {
    content: "\f006\f006\f006\f006\f006";
    top: 0;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #fedb00;
}
#Reviews .bsm_section_3_reviews_comment ul li .bsm_section_3_reviews_comment_text span.bsm_rating_1_stars:before {
    content: "\f005\f006\f006\f006\f006";
}
#Reviews .bsm_section_3_reviews_comment ul li .bsm_section_3_reviews_comment_text span.bsm_rating_2_stars:before {
    content: "\f005\f005\f006\f006\f006";
}
#Reviews .bsm_section_3_reviews_comment ul li .bsm_section_3_reviews_comment_text span.bsm_rating_3_stars:before {
    content: "\f005\f005\f005\f006\f006";
}
#Reviews .bsm_section_3_reviews_comment ul li .bsm_section_3_reviews_comment_text span.bsm_rating_4_stars:before {
    content: "\f005\f005\f005\f005\f006";
}
#Reviews .bsm_section_3_reviews_comment ul li .bsm_section_3_reviews_comment_text span.bsm_rating_5_stars:before {
    content: "\f005\f005\f005\f005\f005";
}
#Reviews .bsm_section_3_reviews_form {
    display: block;
}
#Reviews .bsm_section_3_reviews_form form ul li {
    display: inline-block;
}
#Reviews .bsm_section_3_reviews_form form ul li div {
    width: auto;
    height: 30px;
    background-color: transparent;
    display: inline-block;
    color: #857a6b;
    cursor: pointer;
    float: left;
    padding: 0 10px;
    line-height: 30px;
    position: relative;
}
#Reviews .bsm_section_3_reviews_form form ul li div span {
    position: relative;
    font-size: 14px;
    width: auto;
    text-align: right;
    color: transparent;
    margin-left: 20px;
    display: inline-block;
    margin-left: 20px;
    line-height: 14px;
}
#Reviews .bsm_section_3_reviews_form form ul li div span:before {
    top: 0;
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    color: #d9c2a0;
    text-align: right;
    line-height: 14px;
}
#Reviews .bsm_section_3_reviews_form form ul li div span.bsm_rating_1_stars:before {
    content: "\f005";
}
#Reviews .bsm_section_3_reviews_form form ul li div span.bsm_rating_2_stars:before {
    content: "\f005\f005";
}
#Reviews .bsm_section_3_reviews_form form ul li div span.bsm_rating_3_stars:before {
    content: "\f005\f005\f005";
}
#Reviews .bsm_section_3_reviews_form form ul li div span.bsm_rating_4_stars:before {
    content: "\f005\f005\f005\f005";
}
#Reviews .bsm_section_3_reviews_form form ul li div span.bsm_rating_5_stars:before {
    content: "\f005\f005\f005\f005\f005";
}
#Reviews .bsm_section_3_reviews_form form ul li div:hover span:before {
    color: #fedb00;
}
#Reviews .bsm_section_3_reviews_form form div {
    width: 489px;
}
#Reviews .bsm_section_3_reviews_form form div .bsm_section_7_form_content {
    width: 100%;
    height: 53px;
    position: relative;
    margin: 10px 0;
}
#Reviews .bsm_section_3_reviews_form form div .bsm_section_7_form_content input {
    width: 100%;
    height: 53px;
    padding: 15px;
    border: none;
    background-color: transparent;
}
#Reviews .bsm_section_3_reviews_form form div .bsm_section_7_form_content label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: text;
}
#Reviews .bsm_section_3_reviews_form form div .bsm_section_7_form_textarea {
    width: 100%;
    min-height: 161px;
    height: auto;
    position: relative;
    margin: 10px 0;
}
#Reviews .bsm_section_3_reviews_form form div .bsm_section_7_form_textarea textarea {
    width: 100% !important;
    min-height: 161px;
    height: auto;
    padding: 15px;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 9;
}
#Reviews .bsm_section_3_reviews_form form div .bsm_section_7_form_textarea label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: text;
    height: 100%;
}
#Reviews .bsm_section_3_reviews_form form div .bsm_section_7_form_textarea label img {
    width: 100%;
    height: auto;
    min-height: 100%;
}
#Reviews .bsm_section_3_reviews_form button.bsm_section_7_submit {
    width: 205px;
    height: 40px;
    line-height: 40px;
    background-color: #fedb00;
    display: block;
    color: #ffffff;
    border: none;
    float: right;
    margin-top: 16px;
}
/*------------------------------------------------------------------
[ 15. Some Reasons ]
-------------------------------------------------------------------*/
#bsm_section_4 {
    width: 100%;
   /* height: 712px;*/
   height: auto;
    padding: 0;
	background-color: #fedb00!important;
	padding-bottom: 12%;
}
.bsm_section_4_content_image {
    width: 239px;
    height: 232px;
    background-image: url('../svg/bsm_section_4_img_border.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 60px auto 40px auto;
    padding: 15px 0;
}
.bsm_section_4_content_image_content {
    width: 202px;
    height: 202px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    margin: auto;  
    overflow: hidden;
}
.bsm_section_4_content_image_content img {
    min-width: 196px;
    max-width: 296px;
    min-height: 196px;
    max-height: 296px;
}

.cat-link{width: auto!important;
    height: auto!important;
    background-color: transparent!important;
    margin-top: 0px!important;}
	
.cat-link:hover{ border:none!important;}
	
	
#bsm_section_4 h1 {
    margin: 100px auto 30px auto;
}

#bsm_section_4 h2 {
    margin: 100px auto 30px auto;
}

.bsm_section_4_content p,
.bsm_section_4_content h1 {
    width: 80%;
    margin: auto !important;
}

.bsm_section_4_content h3 {
    width: 80%;
    margin: auto !important;
}

.bsm_section_4_content p {
    line-height: 30px;
    margin-top: 25px !important;
}
#bsm_section_4 hr {
    width: 144px;
	height:8px;
    border-color: #fedb00;
	background-image:url(../png/wave.png);
	background-repeat:no-repeat;
   /* margin: 5px auto;*/
}
#bsm_section_4 a {
    display: block;
    width: 148px;
    height: 28px;
   
    line-height: 28px;
   
    margin: auto;
    margin-top: 30px;
	
	 color: #ffffff;
    background-color: #00006d;
    border-color: #fedb00;
	text-transform:uppercase
}
#bsm_section_4 a:hover {
	 background-color: #fff;
    color: #857a6b;
	 border: 1px solid #857a6b;
   
}
#bsm_social_open_mobile {
    display: none;
}
#bsm__social_open_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: fixed;
    z-index: 9;
    bottom: 15px;
    right: 40%;
    -webkit-transform: translate(50%,0);
    -moz-transform:    translate(50%,0);
    -ms-transform:     translate(50%,0);
    -o-transform:      translate(50%,0);
    transform:         translate(50%,0);
    background-color: #ffffff;
    color: #1d3652;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#bsm__social_open_mobile:after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 0 1px #e91e63;
    -webkit-animation: bsm_phone_mobile_call 2s linear infinite;
    animation: bsm_phone_mobile_call 2s linear infinite;
}
/*------------------------------------------------------------------
[ 16. How we made it ]
-------------------------------------------------------------------*/
#bsm_section_5 {
    width: 100%;
    height: 771px;
    background-image: url('../jpg/bsm_section_5_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-clip-path: url(#bsm_section_5_border_waves);
    -moz-clip-path: url(#bsm_section_5_border_waves);
    -o-clip-path: url(#bsm_section_5_border_waves);
    clip-path: url(#bsm_section_5_border_waves);
    display: inline-block;
}
#bsm_section_5:before {
    content: "";
    width: 100%;
    height: 50px;
    background-image: url('../png/bg_white_shape2.png');
    position: absolute;
    z-index: 9;
    bottom: -40px;
    left: 0;
    background-size: 47px 50px;
    background-repeat: repeat;
    background-color: transparent;
}
#bsm_section_header:before {
    content: "";
    width: 100%;
    height: 50px;
    background-image: url('../png/bg_white_shape.png');
    position: absolute;
    z-index: 9;
    bottom: -40px;
    left: 0;
    background-size: 47px 50px;
    background-repeat: repeat;
    background-color: transparent;
}

#slider1-area_header:before {
    content: "";
    width: 100%;
    height: 50px;
    background-image: url('../png/bg_white_shape.png');
    position: absolute;
    z-index: 9;
    bottom: -40px;
    left: 0;
    background-size: 47px 50px;
    background-repeat: repeat;
    background-color: transparent;
}
#slider1-area_horeca:before {
    content: "";
    width: 100%;
    height: 50px;
    
    position: absolute;
    z-index: 9;
    bottom: -40px;
    left: 0;
    background-size: 47px 50px;
    background-repeat: repeat;
    background-color: transparent;
}


#bsm_section_5_border_waves {
    display: none;
}
#bsm_section_5 .col-md-4 {
    position: relative;
    z-index: 1;
}
#bsm_section_5:after {
    content: "";
    width: 830px;
    height: 112px;
    /*background-image: url(img/---separator3.svg);*/
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    background-position: center center;
    top: 250px;
    left: 42.5%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform:    translate(-50%, 0);
    -ms-transform:     translate(-50%, 0);
    -o-transform:      translate(-50%, 0);
    transform:         translate(-50%, 0);
}
#bsm_section_5 h1 {
    margin: 100px auto 25px auto;
}
#bsm_section_5 .col-md-4:nth-child(1) .bsm_section_5_content_text {
    height: 180px;
    margin-bottom: 15px;
}
#bsm_section_5 .col-md-4:nth-child(1) .bsm_section_5_content_text span {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding: 40px;
    background-color: #ffffff;
    cursor: pointer;
}
#bsm_section_5 .col-md-4:nth-child(1) .bsm_section_5_content_text h1 {
    margin: 0 10px;
    padding: 0;
}
#bsm_section_5 .col-md-4:nth-child(1) .bsm_section_5_content_image svg {
    fill: #BBB7B3;
    width: 280px;
    height: auto;
}
#bsm_section_5 .col-md-4:nth-child(2) .bsm_section_5_content_text {
    height: 180px;
    margin-bottom: 5px;
    margin-top: 45px;
}
#bsm_section_5 .col-md-4:nth-child(2) .bsm_section_5_content_text span {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding: 40px;
    background-color: #ffffff;
    cursor: pointer;
}
#bsm_section_5 .col-md-4:nth-child(2) .bsm_section_5_content_text h1 {
    margin: 0 10px -50px;
    padding: 0;
}
#bsm_section_5 .col-md-4:nth-child(2) .bsm_section_5_content_image svg {
    fill: #BBB7B3;
    width: 280px;
    height: auto;
    margin-right: -50px;
}
#bsm_section_5 .col-md-4:nth-child(3) .bsm_section_5_content_text {
    height: 180px;
    margin: 90px 0 0 45px;
    margin-top: 90px;
}
#bsm_section_5 .col-md-4:nth-child(3) .bsm_section_5_content_text span {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding: 40px;
    background-color: #ffffff;
    cursor: pointer;
}
#bsm_section_5 .col-md-4:nth-child(3) .bsm_section_5_content_text h1 {
    margin: 0 10px -100px;
    padding: 0;
}
#bsm_section_5 .col-md-4:nth-child(3) .bsm_section_5_content_image svg {
    fill: #BBB7B3;
    width: 280px;
    height: auto;
}
#bsm_section_5 .col-md-4 .bsm_section_5_content_image .bsm_section_5_content_image_normal {
    display: block;
}
#bsm_section_5 .col-md-4 .bsm_section_5_content_image .bsm_section_5_content_image_hover {
    display: none;
}


/*------------------------------------------------------------------
[ 16-b. How we made it inner]
-------------------------------------------------------------------*/
#bsm_section_5_inner {
    width: 100%;
    height: 571px;
    background-image: url('../png/bsm_section_5_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-clip-path: url(#bsm_section_5_border_waves);
    -moz-clip-path: url(#bsm_section_5_border_waves);
    -o-clip-path: url(#bsm_section_5_border_waves);
    clip-path: url(#bsm_section_5_border_waves);
    display: inline-block;
}
#bsm_section_5_inner:before {
    content: "";
    width: 100%;
    height: 50px;
    background-image: url('../png/bg_white_shape.png');
    position: absolute;
    z-index: 9;
    bottom: -40px;
    left: 0;
    background-size: 47px 50px;
    background-repeat: repeat;
    background-color: transparent;
}
#bsm_section_5_inner_border_waves {
    display: none;
}
#bsm_section_5_inner .col-md-4 {
    position: relative;
    z-index: 1;
}
#bsm_section_5_inner:after {
    content: "";
    width: 830px;
    height: 112px;
    background-image: url(../---separator3.html);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    background-position: center center;
    top: 250px;
    left: 42.5%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform:    translate(-50%, 0);
    -ms-transform:     translate(-50%, 0);
    -o-transform:      translate(-50%, 0);
    transform:         translate(-50%, 0);
}
#bsm_section_5_inner h1 {
    margin: 100px auto 25px auto;
}
#bsm_section_5_inner .col-md-4:nth-child(1) .bsm_section_5_inner_content_text {
    height: 180px;
    margin-bottom: 15px;
}
#bsm_section_5_inner .col-md-4:nth-child(1) .bsm_section_5_inner_content_text span {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding: 40px;
    background-color: #ffffff;
    cursor: pointer;
}
#bsm_section_5_inner .col-md-4:nth-child(1) .bsm_section_5_inner_content_text h1 {
    margin: 0 10px;
    padding: 0;
}
#bsm_section_5_inner .col-md-4:nth-child(1) .bsm_section_5_inner_content_image svg {
    fill: #BBB7B3;
    width: 280px;
    height: auto;
}
#bsm_section_5_inner .col-md-4:nth-child(2) .bsm_section_5_inner_content_text {
    height: 180px;
    margin-bottom: 5px;
    margin-top: 45px;
}
#bsm_section_5_inner .col-md-4:nth-child(2) .bsm_section_5_inner_content_text span {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding: 40px;
    background-color: #ffffff;
    cursor: pointer;
}
#bsm_section_5_inner .col-md-4:nth-child(2) .bsm_section_5_inner_content_text h1 {
    margin: 0 10px -50px;
    padding: 0;
}
#bsm_section_5_inner .col-md-4:nth-child(2) .bsm_section_5_inner_content_image svg {
    fill: #BBB7B3;
    width: 280px;
    height: auto;
    margin-right: -50px;
}
#bsm_section_5_inner .col-md-4:nth-child(3) .bsm_section_5_inner_content_text {
    height: 180px;
    margin: 90px 0 0 45px;
    margin-top: 90px;
}
#bsm_section_5_inner .col-md-4:nth-child(3) .bsm_section_5_inner_content_text span {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding: 40px;
    background-color: #ffffff;
    cursor: pointer;
}
#bsm_section_5_inner .col-md-4:nth-child(3) .bsm_section_5_inner_content_text h1 {
    margin: 0 10px -100px;
    padding: 0;
}
#bsm_section_5_inner .col-md-4:nth-child(3) .bsm_section_5_inner_content_image svg {
    fill: #BBB7B3;
    width: 280px;
    height: auto;
}
#bsm_section_5_inner .col-md-4 .bsm_section_5_inner_content_image .bsm_section_5_inner_content_image_normal {
    display: block;
}
#bsm_section_5_inner .col-md-4 .bsm_section_5_inner_content_image .bsm_section_5_inner_content_image_hover {
    display: none;
}


/*------------------------------------------------------------------
[ 17. Products ]
-------------------------------------------------------------------*/
.bsm_section_6_content:hover .bsm_section_6_content_cart {
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: swing;
    animation-timing-function: ease;
}
.bsm_section_6_content_price h1 {
    -webkit-transform: translateZ(0px);
    -moz-transform:    translateZ(0px);
    -ms-transform:     translateZ(0px);
    -o-transform:      translateZ(0px);
    transform:         translateZ(0px);
}
#bsm_section_6 {
    width: 100%;
	background-color:#fedb00!important;
  margin-bottom: -20px;
}
#bsm_section_6 .bsm_section_6_title {
    margin-top: 40px;
    margin-bottom: 50px;
}

.bsm_section_6_title h2{
    margin-top: 40px;
    margin-bottom: 40px;
   font-size: 44px;
}

.bsm_section_6_content {
    display: none;
}
.bsm_section_6_content_image {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
}
.bsm_section_6_content_image_content {
    position: relative;
    width: 100%;
    min-height: 400px;
}
.bsm_section_6_content_image_content:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  /*  background-color: rgba(254,219,0,0.20);
   -webkit-box-shadow: inset 0px 0px 50px -15px rgba(117,117,117,1);
-moz-box-shadow: inset 0px 0px 50px -15px rgba(117,117,117,1);
box-shadow: inset 0px 0px 50px -15px rgba(117,117,117,1);
    display: none;
    transition-duration: 0.35s;*/
}
.bsm_section_6_content_image_content img {
    min-width: 100%;
    height: auto;
    max-width: 100%;
}
.bsm_section_6_content_price {
    width: 155px;
    height: 155px;
    background-color: #fedb00;
    border-radius: 50%;
    border: 6px solid #ffffff;
    position: absolute;
    z-index: 9;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform:    translate(-50%, -50%);
    -ms-transform:     translate(-50%, -50%);
    -o-transform:      translate(-50%, -50%);
    transform:         translate(-50%, -50%);
    left: 50%;
    color: #ffffff;
    display: none;
    transition-duration: 0.35s;
    box-shadow: 0px 0px 20px -5px #000000;
}
.bsm_section_6_content_cart {
    position: absolute;
    z-index: 9;
    background-color: #20b247;
    width: 58px;
    height: 58px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    right: -14px;
    bottom: -24px;
    padding: 12px 0;
    cursor: pointer;
}
.bsm_section_6_content_cart svg {
    fill: #ffffff;
}
.bsm_section_6_content_text {
    width: 100%;
    height: 130px;
    padding: 0 10%;
}
.bsm_section_6_content_text h1 {
    margin: 0;
    padding: 0;
    line-height: auto;
    transition-duration: 0.35s;
}

.bsm_section_6_content_text h4 {
    margin: 0;
    padding: 0;
    line-height: auto;
    transition-duration: 0.35s;
}

.bsm_section_6_content_text p {
    line-height: 23px;
}
.bsm_section_6_content:hover .bsm_section_6_content_price,
.bsm_section_6_content:hover .bsm_section_6_content_image_content:after  {
    display: block;
    transition-duration: 0.35s;
}
.bsm_section_6_content:hover .bsm_section_6_content_text {
    background-color: #00006d;
    transition-duration: 0.35s;
}
.bsm_section_6_content:hover p,
.bsm_section_6_content:hover h1, .bsm_section_6_content_text:hover h4{
    color: #fff;
}
/*#bsm_section_6 a {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #fedb00;
    display: block;
    margin: 50px auto;
    color: #ffffff;
    cursor: pointer
}

#bsm_section_6 a:hover{background-color: #fff;
    color: #857a6b;
    border: 1px solid #857a6b;}
	
	*/
	
.sizes-tag{ background-color:#fedb00; padding:5px 10px; webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; line-height: 2; width: 70px;
    display: inline-block;}
.sizes-tag:hover{background-color:#ececec; }	
.loadmore {
	font-size:18px;
    width: 160px;
    height: 40px;
    line-height: 40px;
   background-color: #fff; 
   color: #00006d;
    display: block;
   /* margin: 50px auto;*/
   
    cursor: pointer
}

.loadmore:hover{background-color: #fff;
    color: #857a6b;
    border: 1px solid #857a6b;}
	
.bsm_section_6_content_price h1 {
    letter-spacing: -2px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.bsm_section_6_content ins {
    line-height: 50px;
    letter-spacing: -3px;
    text-decoration: none;
}
.bsm_section_6_content ins span {
    vertical-align: top;
    line-height: 15px;
}
/*------------------------------------------------------------------
[ 18. Contact Info ]
-------------------------------------------------------------------*/
#bsm_section_7 {
    margin-bottom: 100px;
}
#bsm_section_7 h1.bsm_section_7_title {
    margin-bottom: 20px;
}
#bsm_section_7 form {
    width: 489px;
}
#bsm_section_7 form .bsm_section_7_form_content {
    width: 100%;
    height: 53px;
    position: relative;
    margin: 10px 0;
}
#bsm_section_7 form .bsm_section_7_form_content input {
    width: 100%;
    height: 53px;
    padding: 15px;
    border: none;
    background-color: transparent;
}
#bsm_section_7 form .bsm_section_7_form_content label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: text;
}
#bsm_section_7 form .bsm_section_7_form_textarea {
    width: 100%;
    min-height: 161px;
    height: auto;
    position: relative;
    margin: 10px 0;
}
#bsm_section_7 form .bsm_section_7_form_textarea textarea {
    width: 100% !important;
    min-height: 161px;
    height: auto;
    padding: 15px;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 9;
}
#bsm_section_7 form .bsm_section_7_form_textarea label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: text;
    height: 100%;
}
#bsm_section_7 form .bsm_section_7_form_textarea label img {
    width: 100%;
    height: auto;
    min-height: 100%;
}
#bsm_section_7 button.bsm_section_7_submit {
    width: 205px;
    height: 40px;
    line-height: 40px;
    background-color: #fedb00;
    display: block;
    color: #ffffff;
    border: none;
    float: right;
    margin-top: 16px;
}
#bsm_separator { 
    margin: -20px 5px 0 20px;
}
#bsm_payment_method {
    padding: 0;
    margin: 5px 0;
}
#bsm_section_7 .bsm_section_7_info {
    width: 255px;
}
#bsm_section_7 .bsm_section_7_info img {
    padding: 20px 0;
    margin-right: 15px;
}
#bsm_section_7 ul {
    margin: 0 0 0 0px;
    padding: 0;
    display: inline-block;
}
#bsm_section_7 ul li {
    display: inline-block;
    margin: 5px 0;
}

/*----------------------------------------
5.2 About Us Page 2 Area Styles
/*----------------------------------------*/
.about-page2-area {
  position: relative;
	padding: 40px 0 80px 0;
	background-color:#fff;
}
.about-page2-area > img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about-page2-inner {
  /*background: #f8f8f8;*/
}
.about-page2-img-holder img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-page2-img-holder {
    padding: 0 40px;
  }
}
.about-page2-content {
  padding: 30px 0px ;
}
.about-page2-content h2 {
  color: #222222;
  font-size: 36px;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-page2-content h2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-page2-content h2 {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-page2-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .about-page2-content h2 {
    font-size: 20px;
    font-weight: bold;
  }
	.about-page2-content p {
  font-size: 14px !important;
		line-height: 18px;
}
}
.about-page2-content p {
  font-size: 18px;
}
.about-page2-content p span {
  color: #222222;
}
.about-page2-content p span span {
  color: #e7272d;
  font-size: 30px;
}

/*======================================
23. Contact Us Page Area Styles 
========================================*/
.contact-us-page-area .google-map-area {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .contact-us-page-area .google-map-area {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-us-page-area .google-map-area {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-page-area .contact-us-left {
    margin-bottom: 30px;
  }
}
.contact-us-page-area .contact-us-left h2 {
  margin-bottom: 45px;
}
.contact-us-page-area .contact-us-left ul > li {
  padding: 0 0 0 35px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .contact-us-page-area .contact-us-left ul > li {
    padding: 13px 0 4px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-page-area .contact-us-left ul > li {
    padding: 15px 0 4px 30px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-page-area .contact-us-left ul > li {
    padding: 13px 0 4px 30px;
    margin-bottom: 0;
  }
}
.contact-us-page-area .contact-us-left ul > li:last-child {
  margin-bottom: 0;
}
.contact-us-page-area .contact-us-left ul > li h3 {
  font-size: 22px;
  color: #222222;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .contact-us-page-area .contact-us-left ul > li h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-us-page-area .contact-us-left ul > li h3 {
    font-size: 20px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-page-area .contact-us-left ul > li p {
    margin-bottom: 5px;
  }
}
.contact-us-page-area .contact-us-left ul > li > i {
  color: #00006d;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 5px;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .contact-us-page-area .contact-us-left ul > li > i {
    top: 20px;
  }
}
.contact-us-page-area .contact-us-left ul > li .contact-social {
  margin-top: 19px;
  border: none;
}
.contact-us-page-area .contact-us-left ul > li .contact-social li {
  display: inline;
  margin-right: 15px;
  padding: 0;
  border: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-us-page-area .contact-us-left ul > li .contact-social li {
    margin-right: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-page-area .contact-us-left ul > li .contact-social li {
    margin-right: 10px;
  }
}
.contact-us-page-area .contact-us-left ul > li .contact-social li a {
  background: transparent;
  border: 1px solid #bdbdbd;
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contact-us-page-area .contact-us-left ul > li .contact-social li a i {
  font-size: 16px;
  position: inherit;
  color: #646464;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contact-us-page-area .contact-us-left ul > li .contact-social li:hover a {
  border: 1px solid #e7272d;
  background: #e7272d;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contact-us-page-area .contact-us-left ul > li .contact-social li:hover a i {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contact-us-page-area .contact-us-right h2 {
  margin-bottom: 45px;
}
.contact-us-page-area .contact-us-right .contact-form .form-group {
  margin-bottom: 20px;
}
.contact-us-page-area .contact-us-right .contact-form .form-group .form-control {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: 1px solid #dbdbdb;
}
.contact-us-page-area .contact-us-right .contact-form .form-group input {
  height: 45px;
}
.contact-us-page-area .contact-us-right .contact-form .form-response .alert-info {
  background: transparent!important;
  border: none!important;
  color: red;
  letter-spacing: 5px;
}
.contact-us-page-area .contact-us-right .contact-form .form-response .alert-success {
  background-color: transparent;
  color: green;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .contact-us-page-area .contact-us-right .contact-form .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.contact-us-page-area .contact-us-right .contact-form .form-response .alert {
  border-radius: 0!important;
  padding: 15px 0;
}

.ghost-on-hover-btn {
  font-family: '29LT Zarid Sans Rg', sans-serif;
  border: 2px solid #00006d;
  color: #ffffff;
  padding: 8px 40px;
  background: #00006d;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-on-hover-btn:hover {
  background: transparent;
  color: #00006d;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*------------------------------------------------------------------
[  careers ]
-------------------------------------------------------------------*/
/* ********** Careers styles ******** */

#careers-listing {list-style: none; margin-bottom:0px; margin-top: 0px; padding-left:0}
#careers-listing h5{font-size:20px}
#careers-listing li{ padding: 25px 0;  border:none;  border-bottom: 1px solid #00006d;  }


.career-location{ border-left: solid 1px #00006d;  padding-left: 13px;}
.career-type {margin-right:10px;  font-size: 0.8em; font-weight: bold}
.career-details{text-align: right; padding-top:10px}
.career-category{ padding-top:14px}
.career-type[data-name="freelance"] {color: forestgreen}
.career-type[data-name="full_time"] {color: #f44336}
.career-type[data-name="internship"] {color: #97479E}
.career-type[data-name="part_time"] {color: #fff}
.career-type[data-name="volunteer"] {color: #666}
.career-type[data-name="remote"] {color: #2196f3}

.single-careers .blog_icon_list {display: none}
.btn-primary, a.btn.btn-primary  {
	border: solid 1px #00006d;
    color:#00006d;
    border-radius:0;
    background: transparent;
}

.btn-primary:hover{
    background: #00006d;
    color:#fff;
    border-color: #00006d;
}

.btn-transparent, .btn-transparent:hover{color: #fff; border: solid 1px #fff;}

/*------------------------------------------------------------------
[ 19. Footer ]
-------------------------------------------------------------------*/
@media (max-width: 1600px) {
/* Home */
.footer .object-right { width: 38%; }
.footer .object-right img { width: 100%; }
.footer .object-left { width: 36%; }
.footer .object-left img { width: 100%; }
}

@media (max-width: 1199px) {
/* Home 1 */

.footer .object-bottom .object-left { display: none; }
.footer-gallery li { width: 65px; }}

/*************************
         footer
*************************/

/*************************
         footer
*************************/
.footer { position: relative; overflow: hidden; padding:6em 0px; color:#f1f1f1; font-size:18px;  line-height: 36px;}
.footer a{ color:#fedb00;}
.footer a:hover{color:#fff;}
.footer-logo { margin-bottom: 40px; }
.footer-logo img, .logo-sec img { height: 60px; }
.footer-wel { margin-bottom: 60px; margin-top: 40px; }
.footer .newsletter .newsletter-input { position: relative; margin-top: 20px; }
.footer .newsletter .newsletter-input input { height:45px; background: rgba(255, 255, 255, 0.05); color: #ffffff; border: 0px; border-radius: 3px; }
.footer .newsletter .newsletter-input input:focus { background: rgba(255, 255, 255, 0.06); }
.footer .newsletter .newsletter-input i { color: #fedb00; position: absolute; right: 15px; top: 15px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
.footer .newsletter .newsletter-input i:hover { color: #ffffff; }
.footer .tweet .tweet-block .icon { display: table-cell; }
.footer .tweet .tweet-block .content { display: table-cell; padding-left: 20px; line-height: 36px;}
.footer .opening-time li { font-size: 18px; line-height: 36px; color: #ffffff; }
.footer .opening-time li span { float: right; }

.mb-60 {
    margin-bottom: 60px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mt-30 {
    margin-top: 30px !important;
}

/*footer-bottom*/
.footer .footer-bottom { background: transparent; padding: 40px 0px 0px; margin-top: 30px; position: relative; }
.footer-bottom p a { color: #fedb00; }
.footer .footer-social ul li a { display: block; font-size: 16px; color: #ffffff; background: rgba(0, 0, 0, 0.3); border-radius: 50%; width: 50px; height: 50px; line-height: 50px; text-align: center;     padding-top: 3px; }
.footer .footer-social ul li a:hover { background: #fedb00; }

/*  Tooltip Styles */

/* Base styles for the element that has a tooltip */
.footer-social [data-tooltip], .footer-social .tooltip { position: relative; cursor: pointer; }

/* Base styles for the entire tooltip */
.footer-social [data-tooltip]:before, .footer-social [data-tooltip]:after, .footer-social .tooltip:before, .footer-social .tooltip:after { position: absolute; visibility: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -o-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -o-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); -ms-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -ms-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); pointer-events: none; }

/* Show the entire tooltip on hover and focus */
.footer-social [data-tooltip]:hover:before, .footer-social [data-tooltip]:hover:after, .footer-social [data-tooltip]:focus:before, .footer-social [data-tooltip]:focus:after, .footer-social .tooltip:hover:before, .footer-social .tooltip:hover:after, .footer-social .tooltip:focus:before, .footer-social .tooltip:focus:after { visibility: visible; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -o-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }

/* Base styles for the tooltip's directional arrow */
.footer-social .tooltip:before, .footer-social [data-tooltip]:before { z-index: 1001; border: 6px solid transparent; background: transparent; content: ""; }

/* Base styles for the tooltip's content area */
.footer-social .tooltip:after, .footer-social [data-tooltip]:after { z-index: 1000; padding: 8px; width: 100px; text-align: center; background-color: #fedb00; color: #fff; content: attr(data-tooltip); font-size: 14px; line-height: 1.2; border-radius: 3px; }
.footer-2 .footer-social .tooltip:after, .footer-2 .footer-social [data-tooltip]:after { border-radius: 0; }

/* Directions */

/* Top (default) */
.footer-social [data-tooltip]:before, .footer-social [data-tooltip]:after, .footer-social .tooltip:before, .footer-social .tooltip:after, .footer-social .tooltip-top:before, .footer-social .tooltip-top:after { bottom: 100%; left: 50%; }
.footer-social [data-tooltip]:before, .footer-social .tooltip:before, .footer-social .tooltip-top:before { margin-left: -6px; margin-bottom: -12px; border-top-color: #fedb00; }

/* Horizontally align top/bottom tooltips */
.footer-social [data-tooltip]:after, .footer-social .tooltip:after, .footer-social .tooltip-top:after { margin-left: -50px; }
.footer-social [data-tooltip]:hover:before, .footer-social [data-tooltip]:hover:after, .footer-social [data-tooltip]:focus:before, .footer-social [data-tooltip]:focus:after, .footer-social .tooltip:hover:before, .footer-social .tooltip:hover:after, .footer-social .tooltip:focus:before, .footer-social .tooltip:focus:after, .footer-social .tooltip-top:hover:before, .footer-social .tooltip-top:hover:after, .footer-social .tooltip-top:focus:before, .footer-social .tooltip-top:focus:after { -webkit-transform: translateY(-15px); -o-transform: translateY(-15px); -ms-transform: translateY(-15px); -moz-transform: translateY(-15px); transform: translateY(-15px); }


    object
*************************/
.object-bottom-top { position: absolute; height: 100%; width: 100%; }
.object-bottom-top .object-left { position: absolute; left: 0px; bottom: 40px; }
.object-bottom-top .object-right { position: absolute; right: 0px; top: 0px; }
.object-top-bottom { position: absolute; height: 100%; width: 100%; }
.object-top-bottom .object-left { position: absolute; left: 0px; top: 0px; }
.object-top-bottom .object-right { position: absolute; right: 0px; bottom: 0px; }
.object-top { position: absolute; height: 100%; width: 100%; }
.object-top .object-left { position: absolute; left: 0px; top: 0px; }
.object-top .object-right { position: absolute; right: 0px; top: 0px; }
.object-bottom { position: absolute; height: 100%; width: 100%; bottom: 0; }
.object-bottom .object-right { position: absolute; right: 0px; bottom: 0px; }
.object-bottom .object-left { position: absolute; left: 0px; bottom: 0px; }


/*------------------------------------------------------------------
[ 20. My Css ]
-------------------------------------------------------------------*/

.baja_topbar{ 
width: 100%;
    /*height: 50px;*/
    line-height: 50px;
    background-image: url(../png/bg_top.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: center center;
	
	background-color:#00006d;
	text-align:right

}
.baja_topbar a{ padding:0px 10px;}
.navbar-nav>li>a{color:#fff;}
.navbar-nav>li>a:hover{color:#00006d}
.dropdown ul li a{ /*color:#fff;*/}
.dropdown a{ color:#fff;}
.dropdown a:hover{ color:#00006d!important; }
.navbar-brand{ margin-top:-1em; padding-left:0px;}
header{ background-color:#00006d;}
.nav>li>a:focus, .nav>li>a:hover{color:#feda02!important; background-color:#00006d!important;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background-color:#00006d!important;}
.navbar-collapse.collapse{ float:right;margin-top: 1em; }
.open>.dropdown-menu{font-family: '29LT Zarid Sans Rg', sans-serif;; color:#222!important; /*font-weight:bold;*/}
.dropdown-menu>li>a{ /*font-weight:bold;*/}
.dropdown-menu>li>a:hover{ background-color:none!important;}
.menu_mid{width:60%!important; margin:auto; left:40%;}
.evencolor{ background-color:#fff;}
.oddcolor{background-color:#fedb00;}
.clearahref{ text-decoration:underline; color:#fedb00!important; display:inline-block!important; padding:0px!important; margin:0px!important; width:auto!important; border:none!important; background-color:transparent!important}
.clearahref:hover{ color:#00006d!important;}


#preloader {
    background: #ffffff url(../gif/loader2.gif) no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

/*=====================================
2. Header Area Start Here
=======================================*/
/*-------------------------------------
2.1 Header Area Common Styles 
---------------------------------------*/
@media only screen and (max-width: 767px) {
  header {
    display: none;
  }
}
.header-bottom-area {
  padding: 45px 0 0 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 10;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.logo-area {
  /*margin-top: -8px;*/
}
@media only screen and (max-width: 1199px) {
  .logo-area {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .logo-area {
    margin-top: 8px;
  }
}
.main-menu-area {
  float: right;
}
.main-menu-area nav ul {
  margin-top: 14px;
  text-align: center;
}
.main-menu-area nav ul .active > a {
  color: #fcdc00 !important;
}
.main-menu-area nav ul li {
  display: inline-block;
  position: relative;
}
.main-menu-area nav ul li a {
     padding: 0 0px 27px 24px;
  display: block;
  /*text-transform: uppercase;*/
  text-decoration: none;
 /* letter-spacing: 1px;*/
  font-size: 20px;
  color: #ffffff;
  /*font-family: '29LT Zarid Sans Rg', sans-serif;*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area nav ul li a {
    padding: 0 8px 34px;
    letter-spacing: 0;
  }
}
.main-menu-area nav ul li a:hover {
  color: #fcdc00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area nav ul li ul {
  margin-top: 0px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 180px;
  z-index: 99999;
  background-color: #fff;
  padding: 0;
  left: 0;
}
.main-menu-area nav ul li ul > li {
  padding: 0;
  display: block;
  /*border-bottom: 1px solid #d32f2f;*/
}
.main-menu-area nav ul li ul > li > a {
  padding: 10px 10px 10px 15px;
  display: block;
  color: #ffffff;
}
.main-menu-area nav ul li ul > li:last-child {
  border-bottom: none;
}
.main-menu-area nav ul li ul > li:hover {
  background: #fcdc00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area nav ul li ul > li:hover a {
  color: #ffffff;
}
.main-menu-area nav ul li ul > li:hover a:before {
  opacity: 0;
}
.main-menu-area nav ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
   -moz-box-shadow: 0 10px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1);
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
}
.main-menu-area nav ul li .mega-menu-area {
  padding: 18px 35px;
  width: 1170px;
  left: -547px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area nav ul li .mega-menu-area {
    left: -324px;
  }
}
.main-menu-area nav ul li .mega-menu-area > li {
  width: 180px;
  border-bottom: none;
  display: inline-block;
 /* margin-right: 14px;*/
	    text-align: center;
}
.main-menu-area nav ul li .mega-menu-area > li:hover {
  background: transparent!important;
}
.main-menu-area nav ul li .mega-menu-area > li:hover > a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area nav ul li .mega-menu-area > li:hover > a:hover {
  color: #222222;
  /*background: #d32f2f;*/
  /*padding-left: 10px;*/
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area nav ul li .mega-menu-area > li a {
  /*padding: 8px 0;*/
  display: block;
  /*border-bottom: 1px solid #d32f2f;*/
}
.main-menu-area nav ul li .mega-menu-area > li a:last-child {
  border-bottom: none;
}
.main-menu-area nav ul li .mega-menu-area > li:last-child {
  margin-right: 0;
}
.main-menu-area nav ul li:hover > a,
.main-menu-area nav ul .active > a {
  position: relative;
}
.main-menu-area nav ul li:hover > a:before,
.main-menu-area nav ul .active > a:before {
  opacity: 1;
  width: 57%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.main-menu-area-2  {
  float: right;
}
.main-menu-area-2  nav ul {
  margin-top: 7px;
  text-align: center;
}
.main-menu-area-2  nav ul .active > a {
  color: #fcdc00 !important;
}
.main-menu-area-2  nav ul li {
  display: inline-block;
  position: relative;
}
.main-menu-area-2  nav ul li a {
  padding: 0 15px 27px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  /*letter-spacing: 1px;*/
  font-size: 15px;
  color: #ffffff;
  font-family: '29LT Zarid Sans Rg', sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area-2  nav ul li a {
    padding: 0 8px 34px;
    letter-spacing: 0;
  }
}
.main-menu-area-2  nav ul li a:hover {
  color: #fcdc00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area-2  nav ul li ul {
  margin-top: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 180px;
  z-index: 99999;
  background: #fff;
  padding: 0;
  left: 0;
}
.main-menu-area-2  nav ul li ul > li {
  padding: 0;
  display: block;
  /*border-bottom: 1px solid #d32f2f;*/
}
.main-menu-area-2  nav ul li ul > li > a {
  padding: 10px 10px 10px 15px;
  display: block;
  color: #ffffff;
}
.main-menu-area-2  nav ul li ul > li:last-child {
  border-bottom: none;
}
.main-menu-area-2  nav ul li ul > li:hover {
  background: #d32f2f;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area-2  nav ul li ul > li:hover a {
  color: #ffffff;
}
.main-menu-area-2  nav ul li ul > li:hover a:before {
  opacity: 0;
}
.main-menu-area-2  nav ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.main-menu-area-2  nav ul li .mega-menu-area-2  {
  padding: 18px 35px;
  width: 1170px;
  left: -370px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area-2  nav ul li .mega-menu-area-2  {
    left: -324px;
  }
}
.main-menu-area-2  nav ul li .mega-menu-area-2  > li {
  width: 168px;
  border-bottom: none;
  display: inline-block;
  margin-right: 14px;
}
.main-menu-area-2  nav ul li .mega-menu-area-2  > li:hover {
  background: transparent!important;
}
.main-menu-area-2  nav ul li .mega-menu-area-2  > li:hover > a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area-2  nav ul li .mega-menu-area-2  > li:hover > a:hover {
  color: #222222;
  /*background: #d32f2f;*/
  /*padding-left: 10px;*/
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area-2  nav ul li .mega-menu-area-2  > li a {
  /*padding: 8px 0;*/
  display: block;
  /*border-bottom: 1px solid #d32f2f;*/
}
.main-menu-area-2  nav ul li .mega-menu-area-2  > li a:last-child {
  border-bottom: none;
}
.main-menu-area-2  nav ul li .mega-menu-area-2  > li:last-child {
  margin-right: 0;
}
.main-menu-area-2  nav ul li:hover > a,
.main-menu-area-2  nav ul .active > a {
  position: relative;
}
.main-menu-area-2  nav ul li:hover > a:before,
.main-menu-area-2  nav ul .active > a:before {
  opacity: 1;
  width: 57%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}






.header-cart-area {
  margin-top: 18px;
  text-align: right;
}
.header-cart-area > li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  border-right: 1px solid #bdbdbd;
  padding-right: 15px;
}
.header-cart-area > li:last-child {
  border-right: 0;
  padding-right: 0;
}
.header-search .search-form {
  display: none;
  position: absolute;
  top: 57px;
  right: 0;
  z-index: 10;
  color: #fcdc00;
  /*font-weight: 600;*/
  font-size: 14px;
  height: 40px;
  width: 230px;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  padding: 5px 18px 5px 10px;
  -webkit-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
  -moz-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
  box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
}
.header-search a > i {
  color: #fcdc00;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-search a > i:hover {
  color: #d32f2f;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-search3 .search-form {
  display: none;
  position: absolute;
  top: -7px;
  right: 40px;
  z-index: 10;
  color: #fcdc00;
  /*font-weight: 600;*/
  font-size: 14px;
  height: 40px;
  width: 230px;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  padding: 5px 18px 5px 10px;
  -webkit-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
  -moz-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
  box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
}
.header-search3 a > i {
  color: #fcdc00;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-search3 a > i:hover {
  color: #d32f2f;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-area {
  position: relative;
}
.cart-area > a {
  color: #bdbdbd;
  font-size: 24px;
}
.cart-area > a > span {
  background: #fcdc00;
  border-radius: 45px;
  color: #ffffff;
  height: 20px;
  padding: 0 6px;
  position: absolute;
  top: -10px;
  width: 20px;
  font-size: 12px;
  right: -10px;
  line-height: 20px;
}
.cart-area > ul {
  padding: 15px 15px 0 15px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.96);
  visibility: hidden;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 54px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  width: 418px;
  z-index: 99999;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-area > ul > li {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 5px;
}
.cart-area > ul > li .media {
  position: relative;
}
.cart-area > ul > li .media .cart-product-img {
  padding-right: 15px;
}
.cart-area > ul > li .media .cart-product-img a {
  display: inline-block;
}
.cart-area > ul > li .media .cart-product-img a img {
  border: 1px solid #dddddd;
  width: 80px;
  min-height: 80px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-area > ul > li .media .cart-content ul li {
  margin-right: 30px;
  display: inline-block;
}
.cart-area > ul > li .media .cart-content ul li h1 {
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 5px;
}
.cart-area > ul > li .media .cart-content ul li h1 a {
  color: #111111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-area > ul > li .media .cart-content ul li h1 a:hover {
  color: #fcdc00;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-area > ul > li .media .cart-content ul li p {
  font-size: 12px;
}
.cart-area > ul > li .media .cart-content ul li p span {
  color: #000000;
}
.cart-area > ul > li .media .cart-content ul li .trash {
  font-size: 16px;
  color: #000000;
}
.cart-area > ul > li .media .cart-content ul li .trash:hover {
  color: #fb0303;
}
.cart-area > ul > li .media .cart-content ul li:first-child {
  width: 140px;
}
.cart-area > ul > li .media .cart-content ul li:last-child {
  margin-right: 0;
}
.cart-area > ul > li:last-child {
  border-bottom: none;
}
.cart-area > ul > li .checkout {
  text-align: center;
}
.cart-area > ul > li .checkout li {
  display: inline;
}
.cart-area > ul > li > span {
  display: inline-block;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  font-size: 12px;
  padding-right: 20px;
  text-align: right;
  width: 194px;
}
.cart-area > ul > li > span span {
  font-weight: 600;
  border-left: 1px solid #dddddd;
  width: 194px;
  display: inline-block;
  padding-right: 20px;
}
.cart-area:hover > ul {
  opacity: 1;
  visibility: visible;
}
.stick {
  padding: 20px 0 0 0;
  /*border-bottom: 2px solid rgba(57, 57, 57, 0.5);*/
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
	    -moz-box-shadow: 0 10px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1);
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
    z-index: 999;
}
.main-menu-area li.has-child-menu {
  position: relative;
}
.main-menu-area li.has-child-menu > a {
  color: #ffffff;
}
.main-menu-area li.has-child-menu > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
}
.main-menu-area li.has-child-menu > ul.thired-level {
  position: absolute;
  left: 180px;
  top: 0;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
}
.main-menu-area li.has-child-menu > ul.thired-level li a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-menu-area li.has-child-menu:hover ul.thired-level {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
/*-------------------------------------
2.2 Header 1 Area Styles 
---------------------------------------*/
.header1-area .header-bottom-area {
  position: fixed;
}
.header1-area .header-bottom-area .col-sm-8 {
  padding-left: 0!important;
  padding-right: 0!important;
}
/*-------------------------------------
2.3 Header 2 Area Styles 
---------------------------------------*/

.header2-area:before {
    content: "";
    width: 100%;
    height: 50px;
    background-image: url('../svg/pointer.svg');
    position: absolute;
    z-index: 9;
    bottom: 0;
	top:110px;
    left: 10.4em;
    background-size: 140px 50px;
    background-repeat: no-repeat;
    background-color: transparent;
}


.header-top-left{
 text-align: right;
}

.header2-area .header-top-area {
 padding: 4px 0 0px;
  /*background: transparent;*/
  /*border-bottom: 1px solid #0d0d7a;*/
	background: #00006d;
}
.header2-area .header-top-area .header-top-left ul li {
  display: inline-block;
  text-transform: initial;
  /*font-weight: 500;*/
  font-size: 18px;
  /*border-right: 1px solid #bdbdbd;*/
  margin-right: 15px;
  padding-right: 0px;
}
.header2-area .header-top-area .header-top-left ul li i {
  padding-right: 5px;
  /*color: #002850;*/
  font-size: 14px;
}
.header2-area .header-top-area .header-top-left ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area .header-top-area .header-top-left ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.header2-area .header-top-area .header-top-left ul li:hover a {
  color: #dbdbdb;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area .header-top-area .header-top-right {
  text-align: left;
	    margin-bottom: 3px;
}
.header2-area .header-top-area .header-top-right ul li {
  display: inline;
  margin-left: 15px;
}
.header2-area .header-top-area .header-top-right ul li a i {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
	font-size: 18px;
}
.header2-area .header-top-area .header-top-right ul li a:hover i {
  color: #dbdbdb;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area .header-bottom-area {
  padding: 10px 0 0px 0;
}
.header2-area .header-bottom-area nav ul li a {
  /*color: #222222;*/
}
.header2-area .header-bottom-area nav ul li a:hover {
  color: #fcdc00;
}
.header2-area .header-bottom-area nav ul li ul li a {
  color: #00006d;
  line-height: 22px;
}
.header2-area .header-bottom-area nav ul li ul li a:hover {
  color: #002850;
}
.header2-area .header-bottom-area .mega-menu-area > li:hover {
  background: transparent!important;
}
.header2-area .header-bottom-area .mega-menu-area > li:hover > a {
  color: #002850;
}
.header2-area .header-bottom-area .mega-menu-area > li:hover > a:hover {
  color: #002850;
}
.header2-area .header-bottom-area .col-sm-8 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.header2-area .stick {
  background: rgba(0, 0, 109, 1);
  /*border-bottom: 2px solid #fcdc00;*/
  position: fixed;
}
.header2-area .stick:before {
    content: "";
    width: 100%;
    height: 50px;
    background-image: url('../svg/pointer.svg');
	opacity: 1;
  filter: alpha(opacity=1); /* For IE8 and earlier */
    position: absolute;
    z-index: 9;
    bottom: 0;
	top:80px;
    left: 10.4em;
    background-size: 140px 50px;
    background-repeat: no-repeat;
    background-color: transparent;
}

/*-------------------------------------
2.4 Header 3 Area Styles 
---------------------------------------*/
.header3-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.header3-area .header-top-area {
  padding-top: 20px;
}
.header3-area .header-top-area .header-top-left {
  margin-top: 20px;
}
.header3-area .header-top-area .header-top-left ul li {
  display: inline-block;
  text-transform: lowercase;
}
.header3-area .header-top-area .header-top-left ul li i {
  padding-right: 5px;
  color: #fcdc00;
  font-size: 18px;
}
.header3-area .header-top-area .header-top-left ul li a {
  font-size: 18px;
  color: #ffffff;
  padding-right: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header3-area .header-top-area .header-top-left ul li:last-child a {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.header3-area .header-top-area .header-top-left ul li:hover a {
  color: #fcdc00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header3-area .header-top-area .middle-logo {
  text-align: center;
}
.header3-area .header-top-area .middle-logo img {
  display: inline;
}
.header3-area .header-top-area .header-cart-area {
  margin-top: 20px;
}
.header3-area .header-bottom-area {
  text-align: center;
  padding: 10px 0 0 0;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
@media only screen and (max-width: 991px) {
  .header3-area .header-bottom-area {
    padding: 0;
  }
}
.header3-area .header-bottom-area .main-menu-area {
  float: none;
}
.header3-area .header-bottom-area .main-menu-area nav ul li a {
  padding: 0 10px 18px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.header3-area .header-bottom-area .main-menu-area nav ul li ul li a {
  padding: 10px 10px 10px 15px;
}
.header3-area .stick {
  position: fixed;
}
@media only screen and (max-width: 991px) {
  .header3-area .stick {
    padding: 10px 0 0 0;
  }
}
.header3-area .stick .main-menu-area nav ul li a {
  padding: 0 8px 18px;
}
/*-------------------------------------
2.5 Mobile Menu Area styles
---------------------------------------*/
.mobile-menu-area {
  display: none;
}
.mean-container .mean-bar {
  float: none;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar a {
    padding: 18px 16px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .meanmenu-reveal {
    margin-top: 10px;
  }
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-nav ul li a {
  color: #00006d;
  /*font-weight: 700;*/
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav ul li a:hover {
  color: #002850;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-nav > ul {
  overflow-x: scroll;
}
.mean-container .mean-bar,
.mean-container .mean-nav {
  background: transparent !important;
}
.mean-container .mean-bar {
  padding: 0 !important;
 /* position: fixed !important;*/
}
.mean-container .mean-bar:before {content: "";
    width: 100px;
    height: 50px;
    background-image: url(../svg/pointer.svg);
    opacity: 1;
    filter: alpha(opacity=1);
    position: absolute;
    z-index: 0;
    bottom: 0;
   top: 68px;
    left: 2em;
    background-size: 100px 50px;
    background-repeat: no-repeat;
    background-color: transparent;}
.mean-container .mean-nav {
  float: none !important;
}
.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  background-color: #00006d;
  box-sizing: border-box;
}

.mean-container a.meanmenu-reveal {
  float: none !important;
  position: absolute;
}
.mean-bar + div.wrapper {
  padding-top: 52px;
}
.mean-container .mean-nav ul li li a {
  color: #222222;
  opacity: 1;
  background-color: #f1f1f1;

}

.detail-table{
line-height: 30px;	
}
.detail-table td{ padding:5px 0px 0px 20px}
.table-bg{ background-color:#00006d!important; color:#fff!important;}
.table-bg .even{
	background-color: #262683;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00006d;
}
.bg-splash1{ background-image:url(../stirred-yogurt-mixed-berries.html)}

.title{
	color:#fff;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-bottom: 10px;
}

.text-border{
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-bottom: 10px;
}



/*Table */

.detail-table{
line-height: 30px;	
}
.detail-table td{ padding:5px 0px 0px 20px}
.table-bg{ background-color:#00006d!important; color:#fff!important;}
.table-bg .even{
	background-color: #262683;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00006d;
}
.bg-splash1{ background-image:url(../stirred-yogurt-mixed-berries.html)}

.title{
	color:#fff;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-bottom: 10px;
}

.text-border{
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-bottom: 10px;
}


.prothumbnail-label{font-size: 20px;
    z-index: -1;
    /* left: -1px; */
    width: 60px;
    padding: 5px;
    background-color: #fedb00;
    text-align: center;
    margin: 10px 2px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: inline-block;
	
	}

.prothumbnail-label2{font-size: 20px;
    z-index: -1;
    /* left: -1px; */
    width: 60px;
    padding: 2px;
    background-color: #fedb00;
    text-align: center;
    margin: 0px auto 20px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

  }

.promain-label{position: absolute;font-size: 24px;z-index: 1;left: -1px; width: 98px; bottom: 120px; font-weight: bold; text-align:center; color:#00006d; display:none; }
.prothumbnail{display: inline-block;}
.prothumbnail a{
	background-color:#fff;
    width: 100px;
    height: 135px;
   
	margin-bottom:0px;
	
	display: inline-block;
	text-align:center;
	margin:7px;
	
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #00006d;
	
}

.prothumbnail a:hover{
   border: 1px solid #fedb00;
}
.prothumbnail a:focus{
   border: 1px solid #fedb00;
}

.prothumbnail img{
	width: 100%;
    padding-top: 8px;
}
/* New Css Start 30-December-2024 */
[dir="rtl"] .contact-us-page-area .contact-us-left ul > li > i{
    top: -8px;
}
.contact-us-left .title-bar-medium-left {
    margin-top: 0px;
}
.about-page2-area{
    padding: 80px 0 80px 0;
}
@media(max-width:767px){
    .mb_hide{
        display:none;
    }
    .contact-us-page-area .contact-us-left {
        margin: 0px;
    }
    .contact-us-page-area ul li i {
        transform: translateY(14px);
    }
}
@media(max-width:479px){
    .about-page2-area {
        padding: 40px 0 40px 0 !important;
    }
}
/* New Css End 30-December-2024 */