/* General body settings */
body { 
	color: #3f444a; 
	direction: ltr;
	font: 400 14px 'Open Sans', Arial, sans-serif;
	background:url(../img/body_bg.png) repeat;
}
/***
General typography 
***/
h1, h2, h3, h4, h5, h6 {
	font: 300 'Open Sans', sans-serif;
	margin: 0 0 10px;
}
h1 {
	margin-bottom: 15px;
}
.main h1 {
	margin-top: -6px;
}

/***
Fix link outlines after click
***/
a {
	color: #d90d16;
}
a, a:focus, a:hover, a:active {
	outline: 0;
 	text-decoration: none;
}
a:hover {
	color: #1a1f5d;
	text-decoration: none;
}
ul
{
	padding:0px;
	margin:0px;
}
/***
Misc tools
***/
.no-padding {
	padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-bottom-space {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.no-top-space {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.no-space {
  margin: 0 !important;
  padding: 0 !important;
}
.no-text-shadow {
  text-shadow: none !important;
}
.padding-top-5 {
	padding-top: 5px !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}
.padding-top-15 {
	padding-top: 15px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-25 {
	padding-top: 25px !important;
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-top-35 {
	padding-top: 35px !important;
}
.padding-top-40 {
	padding-top: 40px !important;
}
.padding-top-45 {
	padding-top: 45px !important;
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}
.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-25 {
	margin-bottom: 25px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-65 {
	margin-bottom: 65px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-right-20 {
	margin-right: 20px !important;
}
.margin-left-20 {
	margin-left: 20px !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-30 {
	padding-right: 30px !important;
}
.margin-right-10 {
	margin-right: 10px !important;
}
div.checker,
div.radio {
	top: -1px;
}

select.form-control {
	color: #7b521c;
	border-radius: 0;
	border-color: #7b521c;
	box-shadow: none;
}
select.form-control:focus {
	box-shadow: none;
	border-color: #c1222f;
}

input.form-control,
textarea.form-control {
	border-color: #f2f2f2;
	color: #000;
	font: 14px Arial, sans-serif;
	border-radius: 0;
	box-shadow: none;
}
input.form-control:focus,
textarea.form-control:focus {
	box-shadow: none;
	border: solid 1px #c1222f;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
*html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clear {
	clear: both; 
	height: 0; 
	font-size: 0; 
	line-height: 0; 
	overflow: hidden;
}

.lead {
    font-size: 16px;
}

.font-transform-inherit {
	text-transform: inherit !important;
}

.color-red {
	color: #E84D1C;
}

/***
Custom Scrollbars
***/

::-webkit-scrollbar {  
    width: 12px;  
}  

::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-left: 1px solid #cecece;  
}  

::-webkit-scrollbar-thumb {  
    background-color: #cecece;  
}  

::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}

/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport{
	width: auto !important;
}

::-moz-selection {
  color: #fff;
  background: #c1222f;
}
::selection {
  color: #fff;
  background: #c1222f;
}
.form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}
/* Global classes */
.min-hight500 {
	min-height: 500px;
}

/***
Pre-Header and pre-header elements
***/
.pre-header {
	color: #616b76;
	padding: 10px 0px;
	line-height: 1.2;
	font-weight: 500;
	background: #dbb76d;
}
.pre-header a {
	color: #7b521c;
	text-transform:uppercase;
}
.pre-header a:hover {
	color: #c1222f;
}
.top-scoial a:hover, .top-lang a:hover {
	color: #dbb76d;
	background: #c1222f;
}
.pre-header a:focus {
	text-decoration: none;
}
.pre-header li {
	padding-left: 6px;
	padding-right: 6px;
	border-right: solid 1px #7b521c;
}
.pre-header li:last-child {
	border: none;
}
.fa-home
{
	font-size:22px;
}
/***
Header and header elements
***/
.header {		
	border-radius: 0;
	z-index: 999;
	position: relative;
	background:url(../img/top_leaf.png) no-repeat left top;
}

/* FIX styles BEGIN */
.page-header-fixed .header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
body.page-header-fixed {
	padding-top: 88px !important; /* height of the header */
}
/* FIX styles END */

.header .container {
    position: relative;
    text-align: center;
    padding: 15px 0;
}
.ie8 .header {
	border-bottom: 1px solid #eee;
}
.site-logo {
  	/*margin: 15px 0px;
  	display: block;
    text-align: center;*/
}

.header .mobi-toggler {
  float: right;
  color: #fff;
  border: 1px solid #1a1f5d;
  border-radius: 100% !important;
  width: 32px;
  height: 32px;
  display: none;
  margin: 10px 10px 0 30px;
  position: relative;
  background: #1a1f5d url(../img/icons/toggler.png) no-repeat 6px 8px;
}
.header .mobi-toggler i {
  display: none;
}
.header .mobi-toggler:hover {
  background: #d90d16 url(../img/icons/toggler.png) no-repeat 6px -28px;
  border-color: #d90d16;
  color: #fff;
}

/* Navigation */
.header-navigation {
	font: 15px "Open Sans", sans-serif;
	margin: 0 0px 0 0;
	padding: 0;
	text-align:center;
	text-transform: uppercase;
	border-top:1px solid #f1e610;
	border-bottom:1px solid #f1e610;
}
.header-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-navigation ul li {
	/*float: left;*/
	display:inline-block;
	border-right:1px solid #1a1f5d;
	margin: 12px 0;
}
.header-navigation ul li:last-child {
	border-right:none;
}
.header-navigation ul li a {
	color: #1a1f5d;
	display: block;	
	padding: 0px 12px;
	font-size:18px;
}
.header-navigation ul li.active > a,
.header-navigation ul li a:hover,
.header-navigation ul li a:focus,
.header-navigation ul li.open a,
.header-navigation ul li.open a:hover,
.header-navigation ul li.open a:focus {
	background:none;
	text-decoration: none;
}
.header-navigation ul li.active a {
	border-bottom: none;
}
/*** Start Menu ***/

.header-navigation,
.header-navigation .dropdown {
  position: static;
}
.header-navigation .dropdown-fix-left,
.header-navigation .dropdown-fix-right {
	position: relative;
}
.header-navigation .dropdown-menu {
  left: auto;
  top: 100%;  
  padding: 0;
  background: #1a1f5d;
  position: absolute;
  border: none;  
  box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
  text-transform: none;
  font: 14px "Open Sans", sans-serif;
  letter-spacing: 0;
  border-radius: 0;
  z-index: 9999;
}

.header-navigation .dropdown-menu:before,
.header-navigation .dropdown-menu:after {
	display: none !important; 
}

.dropdown-fix-left .dropdown-menu {
	left: 0;
	width: 700px;
}
.dropdown-fix-right .dropdown-menu {
	right: 0;
	width: 700px;
}
.header-navigation > ul > li > .dropdown-menu {
	/*margin-top: -5px;*/
	border-bottom: 3px solid #7b521c;
	z-index: 1001;
}
.header-navigation .dropdown100 > .dropdown-menu {
  left: 15px;
  right: 15px;
}
.ie8 .header-navigation > ul > li.dropdown:hover > a:after {
	display: none !important;
}
.header-navigation li.dropdown100 > .dropdown-menu:after {
	display: none !important;
}
.header-navigation .dropdown-menu > li:first-child {
	border-top: none;
}
.header-navigation .dropdown-menu li {
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #333982;
  position: relative;
  display:block;
}
.header-navigation .dropdown-menu li:last-child {
  border: none;
}
.header-navigation .dropdown-menu li > a {
  padding: 10px 15px;
  font-weight: 400;
  color: #fff;
  font-size:14px;
}
.header-navigation .dropdown-menu > li > a:hover {
  background: #d90d16;
  color: #fff;
}
.dropdown-submenu > a:after {
  display: none;
}
/* n-level submenu */
.header-navigation .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
  top: 6px;
}
.header-navigation .dropdown-menu a {
  position: relative;
}
.header-navigation .dropdown-menu .fa {
  position: absolute;
  top: 13px;
  right: 15px;
}
.reduce-header .site-logo {
	padding-top: 9px;
	padding-bottom: 11px;
}

/*** End Menu ***/

/*** Start home Content ***/
section.welcome {
	background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, #fbe7e7 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, #fbe7e7 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, #fbe7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,1)', endColorstr='#fbe7e7',GradientType=1 );
	padding:90px 0px 60px;
	border-bottom:1px solid #c4c3c3;
}
.welcome-txt
{
	text-align:center;
	font-weight:bold;
}
.welcome-txt a
{
	color:#d90d16;
	border-top:1px solid #d90d16;
	font-size:20px;
	display:inline-block;
	margin:20px 0 0 0px;
	text-transform:uppercase;
}
.sec-tit
{
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}
.sec-tit h1
{
	color:#d90d16;
	font-size:100px;
	font-weight:bold;
	line-height: 70px;
}
.sec-tit h2
{
	font-size:34px;
	font-weight:bold;
}
.sec-tit span
{
	margin:0px 0px;
	background-color: #c51016;
    display: inline-block;
    height: 2px;
    width: 100px;
}

section.products
{
	padding:90px 0px 50px;
	background:#fff;
}
.product-item
{
	margin:30px 25px 0px 0px; padding:0px;
	position:relative;
}
.product-item .orang-bg,
.orang-bg
{
	background: no-repeat 83px 127px #ffae36;
	background: no-repeat 83px 127px, -moz-radial-gradient(center, ellipse cover, #ffae36 0%, #ff9213 100%);
	background: no-repeat 83px 127px, -webkit-radial-gradient(center, ellipse cover, #ffae36 0%, #ff9213 100%);
	background: no-repeat 83px 127px, radial-gradient(ellipse at center, #ffae36 0%, #ff9213 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae36', endColorstr='#ff9213',GradientType=1 );
	padding:50px 0 100px 20px;                               
}
.product-item .yellow-bg,
.yellow-bg
{
	background: no-repeat 80px 25px #ffb734;
	background: no-repeat 80px 25px, -moz-radial-gradient(center, ellipse cover, #ffb734 0%, #fdc55d 100%);
	background: no-repeat 80px 25px, -webkit-radial-gradient(center, ellipse cover, #ffb734 0%, #fdc55d 100%);
	background: no-repeat 80px 25px, radial-gradient(ellipse at center, #ffb734 0%, #fdc55d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb734', endColorstr='#fdc55d',GradientType=1 );
	padding:50px 0 100px 20px;                               
}
.product-item .red-bg,
.red-bg
{
	background: no-repeat 80px 125px #db3c41;
	background: no-repeat 80px 125px, -moz-radial-gradient(center, ellipse cover, #db3c41 0%, #a7171c 100%);
	background: no-repeat 80px 125px, -webkit-radial-gradient(center, ellipse cover, #db3c41 0%, #a7171c 100%);
	background: no-repeat 80px 125px, radial-gradient(ellipse at center, #db3c41 0%, #a7171c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db3c41', endColorstr='#a7171c',GradientType=1 );
	padding:50px 0 100px 20px;                               
}
.product-item .green-bg,
.green-bg
{
	background: #c4c032;
	background: -moz-radial-gradient(center, ellipse cover, #c4c032 0%, #aca72f 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #c4c032 0%, #aca72f 100%);
	background: radial-gradient(ellipse at center, #c4c032 0%, #aca72f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c032', endColorstr='#aca72f',GradientType=1 );
    padding: 50px 0 100px 20px;
}
.product-item img
{
	bottom:-67px;
	right:-5px;
	max-width:100%;
	position:absolute;
}
.product-item h1
{
	margin-bottom:0px;
	color:#fff;
	text-transform:uppercase;
	font-size:30px;
	font-weight:bold;
	min-height: 80px;
}
.product-item span
{
	margin:10px 0 25px 0px;
	background-color: #fff;
    display: inline-block;
    height: 2px;
    width: 50px;
}
.product-item p
{
	color:#fff;
	margin-right:120px;
    min-height:80px;
}
a.pro-link
{
	margin-top:20px;
	background:rgba(0, 0, 0, 0.3);
	border:1px solid #fff;
	padding:8px 20px;
	display:inline-block;
	text-align:center;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	position:relative;
	z-index:1;
}
/*** End Start home Content ***/
/*** Start Inners ***/

/* breadcrumb */
.trans-bg
{
	background:rgba(255, 255, 255, 0.7);
	padding:15px 0px;
}
.main-breadcrumb
{
	border-bottom:1px solid #e3e3e3;
	padding:0px 0px 15px;
	/*margin-bottom:30px;*/
}
.breadcrumb {
	color: #3f444a;
	background:none;
	margin:0px;
	padding:0px;
}
.breadcrumb h1
{
	float:left;
	text-transform:uppercase;
	font-size:30px;
	margin:0px;
	position:relative;
}
.breadcrumb h1 span
{
	color:#d90d16;
}
.breadcrumb span {
    background-color: #c51016;
    display:block;
    height: 2px;
    margin: 0;
    width: 100px;
	position:absolute;
	bottom: -16px;
}
.breadcrumb ul
{
	float:right;
	list-style:none;
}
.breadcrumb ul li
{
	display:inline-block;
	color:#d90d16;
	font-size:18px;
}
.breadcrumb > ul li + li:before {
	content: "/ ";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #7f5221;
	margin:0px 10px;
}
.breadcrumb a {
	color: #3f444a;
}
.breadcrumb a:hover {
	color: #d90d16;
}
.showroom
{
	margin:0 0 60px 0px; padding:0px;
}
.showiframe
{
	border-bottom:3px solid #d90d16;
	margin-bottom:50px;
}
.showroom h1
{
	font-size:20px;
	color:#010101;
	margin:0 0 30px 0px;
}
.showroom h1 span
{
	background-color: #d3d3d3;
    display:block;
    height: 2px;
    margin: 10px 0 0 0;
    width: 100px;
}
.showdata
{
	background:#fff;
	border:1px solid #e9e9e9;
	padding:35px 30px;
	line-height:30px;
}
.showdata h1
{
	font-size:26px;
	text-transform:uppercase;
	color:#d90d16;
	margin:0 0 30px 0px;
}
.showdata span
{
	color:#d90d16;
	text-transform:uppercase;
}
.form
{
	margin:0px; padding:0px;
}
.form h1
{
	font-size:20px;
	color:#010101;
	margin:0 0 35px 0px;
}
.form h1 span
{
	background-color: #d90d16;
    display:block;
    height: 2px;
    margin: 10px 0 0 0;
    width: 100px;
}
.form .submit-link
{
	text-align:right;
}
.form .submit
{
	background:#d90d16;
	color:#fff;
	padding:8px 25px;
	border:none;
	border-radius:0px;
	text-transform:uppercase;
	font-size:20px;
}
/*** Products ***/
.pro-sec
{
	padding:35px 0px;
}
.color-1
{
	background: #f7a01c;
	background: -moz-radial-gradient(center, ellipse cover, #f7a01c 0%, #e47114 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #f7a01c 0%, #e47114 100%);
	background: radial-gradient(ellipse at center, #f7a01c 0%, #e47114 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a01c', endColorstr='#e47114',GradientType=1 );
}
.color-2
{
	background: #c4c032;
	background: -moz-radial-gradient(center, ellipse cover, #c4c032 0%, #aca72f 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #c4c032 0%, #aca72f 100%);
	background: radial-gradient(ellipse at center, #c4c032 0%, #aca72f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c032', endColorstr='#aca72f',GradientType=1 );
}
.pro-sec .pro-img
{
	text-align:center;
}
.pro-sec .pro-img img
{
	display:inline;
}
.pro-sec .pro-tit
{
	margin:0px;
	padding:40px 0 0 0px;
}
.pro-tit h1
{
	color: #fff;
    font-size: 3vw;
    font-weight: bold;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.pro-tit a
{
	border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 1.5vw;/*22px*/
    font-weight: bold;
    padding: 10px 20px;
    text-transform: uppercase;
}
.pro-tit a:hover
{
	color:#d90d16;
	background:#fff;
}
.pro-sec .pro-brief
{
	color:#fff;
	border-left:1px solid #fff;
	padding:0px 0 0 15px;
	margin:40px 0 0 0px;
}
.sidebar-menu
{
	margin:140px 0 0 0px;
}
.sidebar-menu ul li {
	margin-bottom:10px;
	list-style-type:none;
}
.sidebar-menu ul li a {
    color: #636363;
    font-size: 22px;
}
.sidebar-menu ul li a.active,
.sidebar-menu ul li a:hover {
    color: #d90d16;
}
.main-product
{
	border-left:1px solid #e9e9e9;
	padding:30px 0 0 0px;
}
.main-product h1
{
	color:#303030;
	font-size:50px;
	text-transform:uppercase;
	margin:0 0 50px 0px;
	padding:0 20px 15px 25px;
	font-weight:bold;
	border-bottom:3px solid #c72e32;
	display:inline-block;
}
.product-details
{
	background:url(../../pages/img/products/pro_bg.png) no-repeat;
	padding:30px 25px 50px;
}
.product-details h2
{
	color:#c72e32;
	font-size:26px;
	text-transform:uppercase;
	margin:0 0 30px 0px;
	padding-bottom:8px;
	font-weight:bold;
	border-bottom:1px solid #c72e32;
	display:inline-block;
}
.product-details ul
{
	margin:0 0px 0 15px;
}
.flavors .owl-carousel {
    margin: 25px 0px;
    padding: 0 125px;
	position: relative;
}
.flavors .owl-item
{
	border-right:1px solid #d9d8d7;
	text-align:center;
	/*margin-right: 20px;
    padding-left: 0;*/
}
.flavors .owl-buttons div {
    display: block;
    position: absolute;
    text-indent: -10000px;
    top: 15px;
    width: 40px;
}
.flavors .owl-buttons .owl-prev {
    background:url(../img/fa-angles.png) no-repeat 0px -1px;
	left: 65px;
}
.flavors .owl-buttons .owl-next {
    background:url(../img/fa-angles.png) no-repeat -65px -1px;
	right: 65px;
}
.flavors .owl-buttons .owl-prev:hover {
    background:url(../img/fa-angles.png) no-repeat 0px -52px;
}
.flavors .owl-buttons .owl-next:hover {
    background:url(../img/fa-angles.png) no-repeat -65px -52px;
}
.about-main
{
	height:100%;
}
/*** End Inners ***/


/* Start footer */
.footer-brd
{
	border-top:1px solid #d5cfc7;
	padding:20px 0 0 0px;
}
.footer {
	color: #2c2c2c;
	font-size: 12px;
	padding: 50px 0px 25px;
	background:url(../img/bottom_leaf.png) no-repeat bottom right;
}
.footer a {
	color: #2c2c2c;
}
.footer a:hover {
	color: #c1222f;
}
.footer .footer-jar {
    bottom: 0;
    left: 5px;
    position: absolute;
	z-index:1;	
}
.footer .footer_content
{
	margin:0px;
	text-align:center;
}
.footer .footer_content ul
{
	padding:0px;
	margin:0px;
	text-align:center;
}
.footer .footer_content ul li 
{
	margin:0px 6px;
	display:inline-block;
}
.footer .footer_content ul li a 
{
	color: #2c2c2c;
	font-size: 14px;
	text-decoration:none;
}
.footer .footer_content ul li a:hover {
	color: #d90d16;
}
.footer .social-bottom
{
	text-align:right;
}
.footer .social-bottom a
{
	color:#6c6c6c;
	margin-right:8px;
	font-size:22px;
}
.footer .footer_content ul li
{
	margin:0px 6px 10px 0;
}
/* End footer */






.reduce-header .mobi-toggler {
	margin-top: 12px;
}
.page-header-fixed .header .mobi-toggler {
 	transition: margin 0.3s ease;
	-o-transition: margin 0.3s ease;
	-ms-transition: margin 0.3s ease;
	-moz-transition: margin 0.3s ease;
	-webkit-transition: margin 0.3s ease;
}

/* page slider */
.page-slider {
	clear: both;
}

/* OWL styles */
.owl-buttons {
	text-align:center;
	margin-top:40px;
}
.owl-buttons div {
	display: inline-block;
	width: 35px;
	height: 50px;
	margin-left: 5px;
	position: static;
	text-indent: -100000px;
}
.owl-buttons .owl-prev {
    background:url(../img/fa-angles.png) no-repeat 0px -1px;
}
.owl-buttons .owl-next {
    background:url(../img/fa-angles.png) no-repeat -65px -1px;
}
.owl-buttons .owl-prev:hover {
    background:url(../img/fa-angles.png) no-repeat 0px -52px;
}
.owl-buttons .owl-next:hover {
    background:url(../img/fa-angles.png) no-repeat -65px -52px;
}

/*  */
.carousel-indicators {
	text-align: center;
	margin: 0;
	width: auto;
	/*left: 33px;*/
}
.carousel-indicators li,
.carousel-indicators li.active {
	width: 18px;
	height: 18px;
	margin: 0 0px 0 0;
	background: #fff;
	border:none;
	border-radius: 18px !important;
	z-index: 9999 !important;
}
.carousel-indicators li:hover {
	background: #c72e32;
}
.carousel-indicators li.active {
	background: #c72e32;
}
/* END LAYER SLIDER */

/*  */
.product-list .product-item {
	margin-bottom: 30px;
}

/***
Sidebar
***/
.sidebar {
	color: #3E4D5C;
}
.sidebar .list-group-item {
    background: rgba(244,244,244,0.5);
    border: none;
    display: block;
    margin-bottom: 2px;
    padding: 7px 10px;
    position: relative;
    border-radius: 0;
}
.sidebar .list-group-item:last-child {
	margin: 0;
}
.sidebar a {
	color: #3E4D5C;
}
.sidebar a:hover {
	color: #E02222;
}
 .sidebar-menu a {
	display: block;
}
 .sidebar-menu a:hover {
 	text-decoration: none;
}
.sidebar-menu .fa-angle-right {
	position: relative;
	top: 1px;
	margin-right: 2px;
	float: left;
}
.sidebar .dropdown.open .dropdown-toggle {
    background: #fff;
    color: #3E4D5C;
}
.sidebar .dropdown.open .dropdown-toggle:hover {
	color: #E02222;
}
.sidebar .dropup.open > .dropdown-toggle, .dropdown.open > .dropdown-toggle {
    border-color: none !important;
}

.sidebar .dropdown-menu {
    background-clip: padding-box;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: none;
    font-size: 14px;
    list-style: none;
    margin: 0 -10px;
    min-width: auto;
    padding: 5px 10px 1px 19px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    font: 15px 'PT Sans Narrow', sans-serif;
}

.sidebar .dropdown-menu:after,
.sidebar .dropdown-menu:before {
    display:none !important;
}

.sidebar .dropdown-menu .dropdown-menu {
	border-top: none;
	margin-bottom: -5px;
	margin-right: -10px;
}
.sidebar .open>.dropdown-menu {
	display: block;
}
.sidebar .dropdown-menu li {
	padding: 4px 0 3px 11px;
	position: relative;
}
.sidebar .dropdown-menu ul {
	padding: 0;
	margin: 0 0 0 4px;
	list-style: none;
	text-transform: none;
	font-size: 15px;
}
.sidebar .dropdown-menu > li > a {
    clear: both;
    line-height: inherit;
    padding: 0;
    white-space: nowrap;
}
.sidebar-menu .dropdown-menu li > a:hover, .sidebar-menu .dropdown-menu li > a:focus, .sidebar-menu li.active > a, .sidebar-menu li.active > a:hover {
	background: none !important;
	color: #E02222;
}
.sidebar .dropdown-menu > li > a .fa-angle-down {
	position: absolute;
	top: 8px;
	right: 0;
}
.sidebar .fa-angle-down:before {
    content: "";
}
.sidebar .fa-angle-down {
	width: 11px;
	height: 11px;
	background: url(../img/icons/sidebar-toggle-icons.png) no-repeat 0 0;
	position: absolute;
	top: 12px;
	right: 10px;
}
.sidebar a:hover > .fa-angle-down {
	background-position: -11px 0;
}
.sidebar .collapsed .fa-angle-down {
	background-position: 0 -37px;
}
.sidebar .collapsed:hover > .fa-angle-down {
	background-position: -11px -37px;
}



/* content page */
.content-page {
	background: #fff;
	padding: 20px;
	margin-right: 10px;
}
.corporate .content-page {
	padding: 0 0 20px;
}
.content-page a, 
.sidebar2 a {
	color: #767F88;
}
.content-page a:hover, 
.sidebar2 a:hover {
	color: #E02222;
}
.content-page .link, .content-page .link:hover, .content-page .link:active {
	color: #E02222;
}
.content-page h2, 
.content-page h3, 
.content-page h4, 
.content-page h5, 
.content-page h6 {
	/*text-transform: inherit;*/
	padding-top: 10px;
}
.content-page h3 {
	font-size: 20px;
	margin-bottom: 7px;
}
.content-page h4 {
	font-size: 17px;
	margin-bottom: 4px;
}
.content-page h5, 
.content-page h6 {
	font: 700 15px 'Open Sans', Arial, sans-serif;
	margin-bottom: 2px;
}
.content-page p,
.content-page .list-unstyled {
	margin-bottom: 20px;
}
.content-page .list-unstyled .list-unstyled {
	margin-left: 20px;
	padding-top: 3px;
	margin-bottom: 0;
}
.content-page .list-unstyled li {
	margin-bottom: 3px;
}
/* content form page */
div.content-form-page {
	background: #fff;
	padding: 5px 20px 30px;
	margin-right: 10px;
}
.content-form-page a {
	color: #767F88;
}
.content-form-page a:hover {
	color: #E02222;
}
.form-without-legend {
	padding-top: 25px;
}
.content-form-page legend {
	border: none;
	font-size: 18px;
	padding-top: 20px;
	margin-bottom: 10px;
	color: #3E4D5C;
}
.content-form-page .control-label {
	font-weight: normal;
	padding-right: 5px;
	margin-left: -15px;
}
.default-form label,
.checkout-page label {
	font-weight: normal;
}
.require {
	color: #e94d1c;
}
.content-form-page input.form-control {
	border-color: #dbdbdb;
	color: #aaa;
	font: 14px Arial, sans-serif;
	border-radius: 0;
}
.content-form-page .form-control:focus {
	box-shadow: none;
	border: solid 1px #e94d1c;
}
.content-form-page .checkbox .col-lg-4 {
	padding-right: 0;
	margin-left: -15px;
}
/*.content-form-page .checker {
	margin-left: -15px;
}*/
.content-form-page .btn {
	margin-right: 10px;
	/*padding: 7px 12px 6px;*/
}
div.content-form-page .checkbox-list {
	margin-left: -3px;
}

/* info at the right of the forms */
.form-info {
	padding: 0 10px 0 30px;
	border-left: solid 1px #e4e6e8;
	margin: 25px 0;
}
.form-info h2,
.ecommerce .form-info h2 {
	font-size: 18px;
	position: relative;
	top: -5px;
	margin-bottom: 5px;
}
.form-info h2 em {
	font-style: normal;
	color: #e6400c;
}
.form-info p {
	margin: 0 0 20px;
}
.font
{
	font-family:"LunchBox W01 Light";
	font-weight: 300;
}
.nav-tabs {
	padding-bottom: 1px;
	margin-bottom: 0;
	border:0px;
}
.nav-tabs > li
{
	float:none;
	display:block;
	margin-bottom:15px;
}
.nav-tabs > li > a {
	color: #7f5221;
	font-size:26px;
	border-radius: 0;
	padding: 0px 25px 0px;
	border: none !important;
	background:url(../../pages/img/products/bullet.png) no-repeat left center;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #c1222f;
	background:none;
	border-radius: 0;
	padding: 0px 25px 0px;
	border: none !important;
	background:url(../../pages/img/products/bullet_roll.png) no-repeat left center;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #c1222f;
	padding: 0px 25px 0px;
	border: none !important;
	background:url(../../pages/img/products/bullet_roll.png) no-repeat left center;
}
.tab-content {
	padding: 0px;
}
.tab-pane .pro-name
{
	text-transform:uppercase;
	font-size:30px;
	/*margin:-90px 0px 10px;*/
}
.pro-home
{
	margin:40px 0 0 0px;
}
.pro-home .title
{
	background:url(../../pages/img/mutual/pro_home_bg.png) no-repeat;
	text-align:center;
	margin:0px auto 30px;
	padding:4px 10px 20px 10px;
	font-size:40px;
	color:#fff;
	width:310px;
}
.check_btn
{
	background:url(../../pages/img/mutual/pro_home_box.png) no-repeat;
	text-align:center;
	margin:30px auto 0px;
	padding:4px 10px 20px 10px;
	font-size:26px;
	color:#7f5221;
	width:250px;
	display: block;
}
/* content search */
.content-search {
	background: #fff;
	padding: 10px 15px;
}
.ecommerce .content-search h1 {
	padding-top: 3px;
	margin: 0;
}
.content-search h1 em {
	font-style: normal;
	color: #e6400c;
}
.content-search form {
	margin: 0;
}
.content-search input {
	border-radius: 0;
	border-color: #dbdbdb;
	color: #b0b4b7;
	font: 14px Arial, sans-serif;
	height: 35px;
}
.content-search input:focus {
	box-shadow: none;
	border: solid 1px #e94d1c;
}
.content-search button {
	margin-left: 0 !important;
	font-size: 14px;
	/*padding: 7px 12px 5px;*/
	height: 35px;
}
.career_title {
    margin-bottom: 20px;
	border-bottom:1px solid #7b521c;
}
.career_title h2 {
    color: #c1222f;
    display: inline-block;
    font-size: 24px;
	text-transform: uppercase;
    margin: 0 0 25px;
    padding: 0;
}
.career_title div {
    float: right;
}
.career_title a {
    background: #7b521c;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    padding: 7px 10px;
    text-align: right;
    text-transform: uppercase;
	text-decoration:none;
}
.career_title a:hover {
    background: #c1222f;
}
.career_title p {
    clear: right;
    margin-bottom: 20px;
}


/***
Custom icon buttons
***/
.icon-btn {
  height: 60px;
  min-width: 80px;
  margin: 0 5px 5px 0;
  border: 1px solid #ddd;
  padding: 12px 0px 0px 0px;
  background-color: #fafafa !important;
  background-image: none !important;
  filter:none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  display:inline-block !important;
  color: #646464 !important;
  text-shadow: none !important;
  text-align: center;
  cursor: pointer;
  position: relative;  
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.icon-btn i {
  font-size: 18px;
}

.ie8 .icon-btn:hover {
  filter: none !important;
} 

.icon-btn:hover {
  text-decoration: none !important;
  border-color: #999 !important;
  color: #444 !important;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.icon-btn:hover .badge {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}

.icon-btn div {
  font-family: 'Open Sans', sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;  
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.icon-btn .badge {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 6px 3px 6px;
  color: white !important;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/***
Notes
***/

/* Common styles for all types */
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

.note h1,
.note h2,
.note h3,
.note h4 {
  margin-top: 0;
}

.note p:last-child {
  margin-bottom: 0;
}
.note code,
.note .highlight {
  background-color: #fff;
}

/* Variations */
.note-danger {
  background-color: #FAEAE6;
  border-color: #ed4e2a;
}

.note-warning {
  background-color: #FCF3E1;
  border-color: #fcb322;
}

.note-info {
  background-color: #E8F6FC;
  border-color: #57b5e3;
}

.note-success {
  background-color: #EBFCEE;
  border-color: #3cc051;
}

/*  panel styles */
.panel-default > .panel-heading {
    color: inherit;
}
.panel .panel-title {
	padding-top: 0;
	margin-bottom: 0;
}

/***
Font awesome icons styles
***/
.fontawesome-icon-list [class^="fa-"],
.fontawesome-icon-list [class*=" fa-"],
li [class^="fa-"],
li [class*=" fa-"] {
	display: inline-block;
	width: 1.25em;
	text-align: center;
}
.fontawesome-icon-list [class^="fa-"].icon-large,
.fontawesome-icon-list [class*=" fa-"].icon-large,
li [class^="fa-"].icon-large,
li [class*=" fa-"].icon-large {
  	width: 1.5625em;
}
.fontawesome-icon-list .col-md-3 {
    height: 32px;
    line-height: 32px;
}


/***
Demo Utils
***/
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}

.util-btn-margin-bottom-5 .btn {
  margin-bottom: 5px !important;
}

.util-btn-group-margin-bottom-5 .btn-group {
  margin-bottom: 5px !important;
}

.fontawesome-demo i {
  font-size: 18px;
}

.fontawesome-demo li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.glyphicons-demo ul {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}
.glyphicons-demo ul li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}

.glyphicons-demo .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
}
.glyphicons-demo ul li {
	width: 12.5%;
}
.glyphicons-demo ul li [class^="glyphicon-"], .glyphicons-demo ul li [class*=" glyphicon-"] {
	display: block;
	text-align: center !important;
	width: auto;
	line-height: 1.2;
}
.glyphicons-demo ul li:hover {
  background-color: rgba(86,61,124,.1);
}

.buttons-page .btn {
    margin-bottom: 5px !important;
}
.buttons-page .clearfix {
	margin-bottom: 20px;
}
#topcontrol {
	z-index: 99999;
}

/* faq page */
.faq-page .panel-heading {
	padding: 0;
}
.faq-page .panel-heading h4 {
	font-size: 17px;
}
.faq-page .panel-heading a {
	display: block;
	padding: 10px 15px 9px;
}
.faq-page .panel-heading a:hover {
	color: #333;
	text-decoration: underline;
}

/* Services Box */
.service-box p {
  color: #656565;
  font-size: 13px;
}
.service-box .service-box-heading {
  padding: 12px 0;
}
.service-box .service-box-heading i {
  padding: 0;
  -webkit-border-radius: 34px;
     -moz-border-radius: 34px;
          border-radius: 34px;
    font-size:18px;
    height:32px;
    width:32px;
    line-height: 32px;
    text-align:center;
    vertical-align: baseline;
}
.service-box .service-box-heading i.blue {
  color: #0da3e2;
  border:1px solid #0da3e2;
}
.service-box .service-box-heading i.red {
  color: #db3a1b;
  border:1px solid #db3a1b;
}
.service-box .service-box-heading i.green {
  color: #35aa47;
  border:1px solid #35aa47;
}
.service-box .service-box-heading span {
  color: #444;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 10px; 
  margin-left: 10px;
  display: inline-block;
}
.service-box .service-box-heading [class^="icon-"],
.service-box [class*=" icon-"] {
  display: inline-block;
  text-align: center;
}
.service-box .service-box-heading [class^="icon-"].icon-large,
.service-box .service-box-heading [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

/* Blockquote Box */
.quote-v1 {
  background: #7C858E;
  padding: 10px 0;
  margin-left: 0;
  margin-right: 0;
}
.quote-v1 a {
  margin: 5px;
  display: inline-block;
}
.quote-v1 span {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 13px 5px 8px;
  line-height: 26px;
  display: inline-block;
}
.quote-v1 a.btn-transparent {
  color: #fff;
  font-size: 16px;
  padding: 8px 18px;
  white-space: nowrap;   
  text-decoration: none;
  border: solid 1px #fff;
  background: none;
}
.quote-v1 a.btn-transparent:hover {
  background: #E02222;
  color: #fff;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;      
}
.quote-v1 a.btn-transparent i {
	margin-right: 10px;
}

/* Recent Works */
.recent-work {
  position: relative;
}
.recent-work a:hover {
  text-decoration: none;
}
.recent-work h2,
.ecommerce .recent-work h2 {
  margin: 3px 0 5px;
}
.recent-work h2 a {
	color: #3e4d5c;
}
.recent-work h2 a:hover {
	color: #E02222;
}
.recent-work-item {
	padding-left: 10px;
}
.recent-work .owl-buttons {
	left: -74px;
	right: auto;
    top: 0;
}
.recent-work .recent-work-item a.recent-work-description {
	padding: 10px;
	display: block;
	background: #fff;
}
.recent-work .recent-work-item:hover a.recent-work-description {
	background: #E6400C;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;		
}
.recent-work .recent-work-item strong {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 300;
}
.recent-work .recent-work-item b {
	color: #656565;
	font-weight: 300;
}
.recent-work .recent-work-item:hover b,
.recent-work .recent-work-item:hover strong {
	color: #fff;
}
.recent-work .recent-work-item em {
	display: block;
	overflow: hidden;
	position: relative;
}
.recent-work .recent-work-item .fa {
	color: #fff;
	padding: 16px 30px 16px 18px;
	font-size: 16px;
	position: absolute;
	top: 50%;
	width: 47px;
	height: 47px;
	margin-top: -23.5px;
	border-radius: 47px;
	background: rgba(0,0,0,0.5);
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;	
}
.recent-work .recent-work-item .fa:hover {
	color: #E02222;
}
.recent-work .recent-work-item .fa-link {
	left: -100px;
}
.recent-work .recent-work-item .fa-search {
	right: -100px;
}
.recent-work .recent-work-item:hover .fa-link {
	left: 30%;
}
.recent-work .recent-work-item:hover .fa-search {
	right: 30%;
}

/* Mixed Block */
/* Testimonials */
.testimonials-v1 blockquote {
	padding: 15px; 
	border: none;
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 20px;
	background: #F8F8F8;
	position: relative;
}
.testimonials-v1 blockquote:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 0 inset rgba(0, 0, 0, 0);
  border-right: 22px inset rgba(0, 0, 0, 0);
  border-top: 22px solid #F8F8F8;
}
.testimonials-v1 blockquote:after { 
  width: 13px; 
  height: 13px;
  z-index: 23; 
  content: " "; 
  display: block !important; 
  position: absolute;
  right: 0;
  bottom: 0;
  background: #E6400C url(../img/blockquote-corner.png) no-repeat;
}

.testimonials-v1 .carousel-info img {
	width: 75px;
	height: 75px;
	padding: 3px; 
	border-radius: 150px !important;
	border: solid 1px #f5f5f5;
}
.testimonials-v1 .carousel-info {
	overflow: hidden;
}
.testimonials-v1 .carousel-info img {
	margin-right: 15px;
}
.testimonials-v1 .carousel-info span {
	display: block;
}
.testimonials-v1 span.testimonials-name {
	color: #E6400C;
	font-size: 16px;
	font-weight: 300;
	margin: 23px 0 7px;
}
.testimonials-v1 span.testimonials-post {
	color: #656565;
	font-size: 12px;
}
.testimonials-v1 .left-btn,
.testimonials-v1 .right-btn {
	right: 0;
	width: 26px;
	height: 26px;
	bottom: 30px;
	border-radius: 26px !important;
	position: absolute;
	display: inline-block;
}
.testimonials-v1 .left-btn {
	right: 30px;
    background: url(../img/fa-angles.png) no-repeat 8px 8px;
}
.testimonials-v1 .right-btn {
    background: url(../img/fa-angles.png) no-repeat -33px 8px;
}
.testimonials-v1 .left-btn:hover {
    background: #e84d1c url(../img/fa-angles.png) no-repeat 8px -31px;
}
.testimonials-v1 .right-btn:hover {
    background: #e84d1c url(../img/fa-angles.png) no-repeat -33px -31px;
}

/* our clients */
.our-clients {
	position: relative;
}
.our-clients h2,
.ecommerce .our-clients h2 {
	margin: 3px 0 5px;
}
.our-clients h2 a {
	color: #3e4d5c;
}
.our-clients h2 a:hover {
	color: #E02222;
}
.our-clients .client-item {
	background: #f8f8f8;
	margin-left: 2px;
	position: relative;
}
.our-clients .owl-buttons {
	left: -74px;
	right: auto;
    top: 0;
}
.our-clients .client-item img {
	margin-left: auto;
	margin-right: auto;
}
.our-clients .client-item .color-img {
	display: none;
}
.our-clients .client-item:hover img {
	display: none;
}
.our-clients .client-item:hover .color-img {
	display: block;
}

/* Front Carousel */
.front-carousel .carousel-control {
  margin: 0;
  border: none;
  height: 35px;
  font-size: 24px;
  font-weight: normal;
  top: 40%;
  width: 35px;
  background: #222;
  opacity: 0.5;
}
.front-carousel .carousel-control:hover {
  opacity: 0.6;
}
.front-carousel .carousel-control i {
  font-size: 27px;
}
.front-carousel .carousel-control.right i {
  position: relative;
  left: 1px;
}
.front-carousel .carousel-caption {
  padding: 30px 15px 40px;
  text-align: center;
  font-size:5.9vw;
  text-transform: uppercase;
  border:1px solid #fff;
  line-height:10vh;
  width:30%;
  font-weight:bold;
}
.content-slider .carousel-caption
{
	bottom:185px;
	left:35%;
}
.front-carousel .carousel-control.left {
  left: 0;
}
.front-carousel .carousel-control.right {
  right: 0;
}

/* Skils */
.front-skills span {
  color: #555;
  display: block;
  font-size: 15px;
  margin-bottom: 7px;
}
.front-skills .progress {
  background: #f2f2f2;
}
.front-skills .progress-bar {
  background: #EF4D2E;
}
.front-skills .progress,
.front-skills .progress-bar {
  box-shadow: none;
}

/* Team Blocks */
.front-team .thumbnail {
  border: none;
}
.front-team h3,
.ecommerce .front-team h3 {
  margin:10px 0 12px;
  line-height:40px;
}
.front-team h3 strong {
  color: #E02222;
  font-size: 20px;
  font-weight: 400; 
}
.front-team h3 small {
  display: block;
  font-size: 13px; 
}
.front-team ul {
  padding: 4px 0 0;
}
.front-team .social-icons {
  overflow: hidden;
}

/* Service Box v1 */
.service-box-v1 {
  text-align: center;
  padding: 15px;
}
.service-box-v1 i {
  padding: 15px;
  font-size: 35px;
}
.service-box-v1:hover {
  background: #d73d04;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.service-box-v1:hover i,
.service-box-v1:hover p,
.service-box-v1:hover h2 {
  color: #fff;
}

/* corp. search result */
.content-search-view2 {
	background: #EDEFF1;
	padding: 20px;
	margin: 0 0 20px;
}
.search-result-item {
    margin: 0 -10px 20px;
    padding: 0 10px 15px;
    border-bottom: 1px solid #ECEBEB;
}
.search-result-item h4,
.ecommerce .search-result-item h4 {
    margin-bottom: 5px;
    padding: 0;
}
.search-result-item h4 a {
	color: #E6400C;
}
.search-result-item p {
	margin-bottom: 10px;
}
.search-link {
    color: #999;
    font-size: 12px;
}

/* FAQ */
.faq-tabbable {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: solid 2px #e44f00;
}
.faq-tabbable li {
  position: relative;
  margin-bottom: 1px;
}
.faq-tabbable li a {
  font-size: 14px;
  color: #7C858E;
  display: block;
  background: #F4F4F4;
  padding: 12px 10px 11px 8px;
}
.faq-tabbable li:hover a,
.faq-tabbable li.active a{
  background: #e44f00;
  text-decoration: none;
  color: #fff;
}
.faq-tabbable li.active:after {
  content: '';
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #e44f00;
  position: absolute;
  top: 16px;
  right: -5px;
}

/* Lists */
.front-lists-v1 li {
  font-size: 14px;
  margin-bottom: 5px;
}
.content-page .front-lists-v2 li {
  color: #555;
  font-size: 16px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.front-lists-v2 li i {
  margin-right: 5px;
  font-size: 17px;
}

/* Blog Page */
.blog-posts h2,
.ecommerce .blog-posts h2 {
  padding-top: 0;
}
.blog-posts p {
  text-align: justify;
}
.blog-posts .carousel {
  margin-bottom: 0;
}
.blog-posts hr.blog-post-sep {
  margin: 40px 0;
}
.blog-info {
  list-style: none;
  margin: 15px 0 12px 0;
  padding-left:0;
}
.blog-info li {
  padding: 0;
  color: #555;
  font-size: 13px;
  margin-right: 10px; 
  display: inline-block;
}
.blog-info li i {
  color: #E84D1C;
}

.blog-posts .pagination li {
	margin-left: -12px;
	margin-right: 17px;
}

.blog-posts .more,
.blog-sidebar .more {
	color: #E84D1C;
}

/* Blog Sidebar */
.recent-news {
  overflow: hidden;
}
.recent-news h3,
.ecommerce .recent-news h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.recent-news h3 a {
	color: #E84D1C;
}
.recent-news-inner{
	padding: 0;
}
.blog-talks .tab-style-1 ul.nav-tabs li > a {
  min-width: 50px;
}
.blog-photo-stream li {
  overflow: hidden;
  margin: 0 5px 8px 0;
  display: inline-block;
}
.blog-photo-stream li img {
  width: 54px;
  height: 54px;
  padding: 2px; 
  border: solid 1px #eee;
}
.blog-photo-stream li img:hover {
  border-color: #E84D1C;
  box-shadow: 0 0 1px #fff;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.blog-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-tags li {
  position: relative;
  margin: 0 16px 7px 0;
  display: inline-block;
}
.blog-tags li a {
  color: #555;
  background: #f5f5f5;
  display: inline-block; 
  padding: 3px 5px 3px 3px;
}
.blog-tags li a:hover {
  color: #fff;
  background: #E84D1C;
  text-decoration: none;
}
.blog-tags li a:hover i {
  color: #fff;
}
.blog-tags li i {
  color: #E84D1C;
  margin-right: 5px;
  display: inline-block;
}
.blog-tags li a:after { 
  top: 50%;
  width: 0; 
  left: 100%;
  height: 0;
  z-index: 2; 
  content: " "; 
  display: block; 
  margin-top: -12px; 
  position: absolute;
  border-left: 12px solid #f5f5f5;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;  
}
.blog-tags li a:hover:after { 
  border-left-color: #E84D1C;
}

.blog-talks .tab-content {
	background: #FAFAFA;
	padding: 20px 15px;
}
.blog-talks .nav-tabs {
	margin-bottom: 0;
}
.blog-talks .nav-tabs > li {
	margin-top: 1px;
}

/* Blog Sidebar categories BEGIN */ 
.sidebar-categories li a {
  padding: 10px 0;
  border-bottom: 1px solid #ECEBEB;
  color: #333;
}
.sidebar-categories li a:hover {
  background: none;
}
.sidebar-categories li > a:hover,
.sidebar-categories li.active > a,
.sidebar-categories li.active:hover > a {
  color: #E84D1C;
}
.sidebar-categories li a:before {
    content: "";
    font-family: FontAwesome !important;
    font-size: 8px;
    padding-right: 10px;
    position: relative;
    top: -1px;
}
/* Blog Sidebar categories END */

/* Blog Item */
.blog-item .blog-item-img {
  margin: 6px 0 25px;
}
.blog-item .blog-item-img .carousel {
  margin-bottom: 0;
}
.blog-item blockquote {
  margin: 20px 40px 18px;
  border-color: #E84D1C;
}
.blog-item .blog-info {
  margin: 20px 0;
  padding: 8px 0;
  border-top: solid 1px #ECEBEB;
  border-bottom: solid 1px #ECEBEB;
}
.blog-item .blog-info li {
  padding-left: 13px; 
  border-left: solid 1px #ECEBEB;
}
.blog-item .blog-info li:first-child {
  padding-left: 0; 
  border-left: none; 
}
.blog-item .blog-item-img .carousel-control {
  top: 45%;
}

.blog-item .media {
	border-bottom: solid 1px #ECEBEB;
	margin-bottom: -1px;
}
.blog-item .comments {
	border-top: solid 1px #ECEBEB;
	padding-top: 15px;
}
.blog-item img.media-object {
    top: 2px;
	width: 60px;
	height: 60px;
    position: relative;
}
.blog-item h4.media-heading {
    position: relative;
    padding-top: 0;
}
.blog-item h4.media-heading span {
    right: 0;
    top: 3px;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
}
.blog-item h4.media-heading span a {
    color: #E84D1C;
}

.mix-block .tab-content .col-md-3 {
	padding-right: 0;
}
.mix-block .nav-tabs > li {
    margin-top: 1px;
}

/* front steps */
.front-steps-wrapper h2,
.ecommerce .front-steps-wrapper h2 {
	color: #f0f0f0;
	font-size: 22px;
	line-height: 1.2;
	padding-top: 10px;
	margin-bottom: 5px;
}
.front-steps-wrapper .front-step1 h2,
.ecommerce .front-steps-wrapper .front-step1 h2 {
	color: #fefefe;
}
.front-steps-wrapper p {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}

.front-steps-wrapper .front-step-col {
	padding-left: 0;
	padding-right: 0;
}
.front-steps-wrapper .front-step-col:first-child {
	padding-left: 15px;
}
.front-steps-wrapper .front-step-col:last-child {
	padding-right: 15px;
}

.front-steps-wrapper .front-step {
	position: relative;
	padding: 15px 20px 33px;
}
.front-steps-wrapper .front-step1 {
	background: #E84D1C;
}
.front-steps-wrapper .front-step2 {
	background: #7c858e;
}
.front-steps-wrapper .front-step3 {
	background: #68727c;
}
.front-steps-wrapper .front-step4 {
	background: #636a72;
}
.front-steps-wrapper .front-step5 {
	background: #5e6369;
}
.front-steps-wrapper .front-step6 {
	background: #55585d;
}

.front-steps-wrapper .front-step:before {	
	color: #fff;
	font: 300 125px 'Open Sans', sans-serif;
	font-weight: bold;
	display: block;
	position: absolute;
	right: -20px;
	bottom: -40px;
	opacity: 0.1;
}
.ie8 .front-steps-wrapper .front-step:before {
	display: none !important;
}
.front-steps-wrapper .front-step1:before {
	content: "1";
	opacity: 0.2;
}
.front-steps-wrapper .front-step2:before {
	content: "2";
	right: -15px;
}
.front-steps-wrapper .front-step3:before {
	content: "3";
}
.front-steps-wrapper .front-step4:before {
	content: "4";
}
.front-steps-wrapper .front-step5:before {
	content: "5";
}
.front-steps-wrapper .front-step6:before {
	content: "6";
}

.front-steps-wrapper .front-step:after { 
	top: 50%;
	width: 0; 
	height: 0;
	left: 100%;
	z-index: 2; 
	content: " "; 
	display: block; 
	margin-top: -1em; 
	position: absolute;
	border-left: 15px solid #EC7049;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.ie8 .front-steps-wrapper .front-step:after {
	display: none !important;
}
.front-steps-wrapper .front-step-col:last-child .front-step:after {
	display: none;
}
.front-steps-wrapper .front-step2:after {
	border-left-color: #899199;	
}
.front-steps-wrapper .front-step3:after {
	border-left-color: #778089;	
}
.front-steps-wrapper .front-step4:after {
	border-left-color: #727980;	
}
.front-steps-wrapper .front-step5:after {
	border-left-color: #6E7278;	
	top: auto;
	bottom: 10%;
}

/* pricing */
.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
}
.pricing-active {
  border: 3px solid #E84D1C;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(232, 77, 22, 0.2);
}
.pricing:hover {
  border: 3px solid #E84D1C;
}
.pricing:hover h4 {
  color: #E84D1C;
}
.pricing-head {
  text-align: center;
}
.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}
.pricing-head h3 span, 
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}
.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: #E84D1C;
  border-bottom: none;
}
.pricing-head h4 {
  color: #bac39f;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}
.pricing-head-active h4 {
  color: #E84D1C;
}
.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}
.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}
  
/* Pricing Content */
.pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}
.pricing-content li i {
  top: 2px;
  color: #E84D1C;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
}

/* Pricing Footer */
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

.pricing-footer .btn {
  color: #fff;
}

.pricing-footer .btn:hover {
  color: #fafafa;
}

/* Priceing Active */
.price-active,
.pricing:hover {
  z-index: 9;
}
.price-active h4 {
  color: #36d7ac;
}

.no-space-pricing .pricing:hover {
  transition:box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #36d7ac;
  padding: 15px 0;
  font-size: 80px;
  transition:color 0.5s ease-in-out;
}


/***
Styler Panel
***/
.color-panel {
  z-index: 9999;
  position: fixed;
  top: 120px;
  right: 0;
}
.color-panel .color-mode-icons {
  top: 0;
  right: 0;
  padding: 20px;
  cursor: pointer;
  position: absolute;
  margin: 0;
}
.color-panel .icon-color {
  background: #c9c9c9 url(../img/icon-color.png) center no-repeat;
}
.color-panel .icon-color:hover {
  background-color: #3d3d3d;
}
.color-panel .icon-color-close {
  display: none;
  background: #3d3d3d url(../img/icon-color-close.png) center no-repeat;
}
.color-panel .icon-color-close:hover {
  background-color: #222;
}
.color-mode {
  top: 0;
  right: 40px;
  width: 200px;
  display: none;
  padding: 20px 10px 10px;
  position: absolute;
  background: #3d3d3d;
}
.color-mode p {
  color: #cfcfcf;
  padding: 0 15px;
  font-size: 15px;
}
.color-mode ul {
  list-style: none;
  padding: 4px 11px 5px;
  display: block;
  margin-bottom: 1px !important;
}
.color-mode li {
  width: 28px;
  height: 28px;
  margin: 4px;
  cursor: pointer;
  list-style: none;
  border: solid 1px #707070;
  display: inline-block;
  padding: 0 5px;
}
.color-mode li:hover,
.color-mode li.current {
  border: solid 1px #ebebeb;
}
.color-mode li.current {
  border: solid 2px #ebebeb;
}

.color-mode li.color-blue {
  background: #64aed9;
}
.color-mode li.color-red {
  background: #e84d1c;
}
.color-mode li.color-green {
  background: #67bd3c;
}
.color-mode li.color-orange {
  background: #e18604;
}
.color-gray {
	background: #798b97;
}
.color-turquoise {
	background: #44b1c1;
}
.color-mode label {
  color: #cfcfcf;
  border-top: 1px solid #585858;
  padding: 10px 10px 0;
  margin: 0 5px;
  display: block;
}
.color-mode label span {  
  text-transform: uppercase;
}
.color-mode label > span {
  display: inline-block;
  width: 85px;
}
.color-mode label > select {
  margin-top: 5px;
  text-transform: lowercase;
}
.color-mode label  span.color-mode-label {
  top: 2px;
  position: relative;
}

.fancybox-overlay {
  z-index: 100000 ;
}

.fancybox-opened {
  z-index: 100001;
}
.col-centered {
    text-align: center;
    display: inline-block;
    float: none;
}
.row-centered {
    text-align: center;
}
.owl-carousel {
    position:inherit;
}
.products .owl-carousel .owl-item {
    float: left;
    height: 495px;
}
.member-name
{
	font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
.flavors .flavor-tit {
    margin:40px 0 0 75px;
}
.flavors .flavor-tit h2 {
    margin:0px;
}
.welcome h1
{
	-webkit-text-stroke: 4px #f1e610;
   color: #d90d16;
   text-shadow:
       1px 1px 0 #f1e610,
     -1px -1px 0 #f1e610,  
      1px -1px 0 #f1e610,
      -1px 1px 0 #f1e610,
       1px 1px 0 #f1e610;	
	
}