﻿/**
 * This is main css file for theme. It is broken into following sections:
 * 1.  Reset
 * 2.  General styles
 * 3.  Animations styles
 * 4.  Templates styles
 * 5.  Grid system styles
 * 6.  Header styles
 * 7.  Left Menu Area styles
 * 8.  Popup menu styles
 * 9.  Slider styles
 * 10. Title styles
 * 11. Blog styles
 * 12. Portfolio styles
 * 13. Shortcodes styles
 * 14. Sidebar styles
 * 15. Layer Slider styles
 * 16. Plugins (WordPress) styles
 * 17. Footer styles
 */

/* ==========================================================================
   1. Reset default styles
   ========================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,
ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

blockquote {
	quotes: none;
}

blockquote:before,blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: medium none;
	vertical-align: middle;
}

table th{
	border: 0;
	padding: 5px 7px;
	text-align: center;
}

table td {
	padding: 5px 10px;
	text-align: center;
}

a img {
	border: none;
}

img,
.wp-caption{
	max-width: 100%;
	height: auto;
}
/* ==========================================================================
   End of reset styles
   ========================================================================== */

/* ==========================================================================
   2. General styles
   ========================================================================== */

/**
 * General styles that are used in our theme.
 *
 * Here are defined global styles on body element, on mt_container elements that hold every page,
 * headings and links, inputs, core wp styles and default pagination styles
 */

html {
	height: 100%;
	margin: 0px !important;
	-webkit-transition: all 1.3s ease-out;
	-moz-transition: all 1.3s ease-out;
	-o-transition: all 1.3s ease-out;
	-ms-transition: all 1.3s ease-out;
	transition: all 1.3s ease-out;
}

body {
	
	background: #fff;
    color: #697177;
    font-weight: 300;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga", "dlig";
    -webkit-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig";
    font-size: 16px;
	overflow-x:hidden;

}

.no_margin_top{
	margin-top: 0 !important;
}

.no_margin_bottom{
	margin-bottom: 0 !important;
}



.no_margin_top h1{
	margin-top: 0 !important;
}

.no_margin_bottom h1{
	margin-bottom: 0 !important;
}



.no_margin_top h2{
	margin-top: 0 !important;
}

.no_margin_bottom h2{
	margin-bottom: 0 !important;
}



.no_margin_top h3{
	margin-top: 0 !important;
}

.no_margin_bottom h3{
	margin-bottom: 0 !important;
}




@media only screen and (min-width: 800px) {

    body,

    html {

        font-size: 14px;

    }

}

@media only screen and (min-width: 1200px) {

    body,

    html {

        font-size: 16px;

    }

}

@media only screen and (min-width: 1600px) {

    body,

    html {

        font-size: 18px;

    }

}




h1,h2,h3,h4,h5,h6 {
    margin-top: 20px;
    margin-bottom: 25px;
    color: #464f5d;
    font-family: 'Montserrat', sans-serif;
}



h1,

.h1 {

    font-size: 36px;

    line-height: 47px;

}

h2,

.h2 {

    font-size: 30px;

    line-height: 40px;

}

h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}

h1 {
font-size:42px;
line-height:48px;
}

h2 {
font-size:36px;
line-height:40px;
}

h3 {
font-size:24px;
line-height:30px;
}

h4 {
font-size:17px;
line-height:24px;
font-weight:400;
}

h5 {
font-size:15px;
line-height:19px;
font-weight:400;
}

h6 {
font-size:13px;
line-height:16px;
}

/* p {
font-size:14px;
line-height:22px;
font-weight:300;
} */

a,p a {
color:#000;
text-decoration:none;
cursor:pointer;
}

ul ul{
	margin-left:15px;
}

ol ol{
	margin-left:15px;
}

p{
	margin-bottom:10px;
}

/* p {
  font-size: 13px;
  line-height: 24px;
  color: #757575;
  font-weight:400;
  } */

a:hover,p a:hover {
text-decoration:none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #5d5d5d;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #484848;
}

input[type="text"],input[type="password"],input[type="number"],input[type="button"],input[type="search"],textarea,input[type="email"]{
display: block;
width: 100%;
color: #999;
border: #ddd 1px solid;
margin: 0 0 25px 0;
font-size: 12px;
padding:10px 15px;
outline: none;
box-sizing:border-box;
}

.woocommerce-product-search input[type="submit"]{
padding:8px 10px;
background:#F2F2F2;
color:#fff;
border:0;
border-radius:4px;
}


a,
p a {
	color: #8d8d8d;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-ms-transform: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

input[type='submit'],
.woocommerce input[type='button'],
.woocommerce-page input[type='button'] {
	-webkit-appearance: none;
}




input[type="text"], textarea {
  border: 1px solid #ddd;
  color: #999;
  display: block;
  font-size: 12px;
  outline: medium none;
  padding: 10px 15px;
  width: 100%;
}

ul {
	list-style-position:inside;
}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: #eee 1px solid;
}



.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor{
	opacity: 1;
}

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clear:after {
	clear: both;
	content: "";
	display: block;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.aligncenter {
	display: block;
	margin: 10px auto;
}


body.smooth_scroll {
	overflow-y: hidden;
}

body.boxed .wrapper_inner,
body.boxed .footer_inner{
	width: 1150px;
	margin: 0 auto;
}

/************* Hide and Show Class ************/





/************ Body Wrappers *****************/


.wrapper {
	position: relative;
	z-index: 1000;
	-webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	left: 0px;
}


.wrapper.box_layout .wrapper_inner{
width:1150px;
margin:0 auto;
}


.wrapper_inner{
	width: 100%;
}


.mt_container{
	position: relative;
	padding: 0;
	width: 100%;
	z-index:100;
	float:left;
}


/* .mt_container.default_page,.mt_container.fullwidth{
padding-top:40px;
padding-bottom:40px;
} */



.mt_container.fullwidth .mt_container_inner{
width:100%;
margin:0;
}

.mt_container_inner{
	width: 1170px;
	margin: 0px auto;
}

.content .mt_container {
	background-color: #fff;
}



/* General header styles
   ========================================================================== */
header {
	width: 100%;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	position: relative;
	z-index: 110;
	-webkit-backface-visibility:hidden;
	background:#fff;
		-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}




header.box_shadow{
box-shadow:0 1px 3px rgba(0,0,0,0.11);
}


.box_layout header#header.fixed{
background:transparent;
box-shadow:none;
}
.box_layout header#header.slidedown{
background:transparent;
box-shadow:none;
}



.box_layout header#header.fixed.box_shadow .header_wrapper .header_section{
box-shadow:0 1px 3px rgba(0,0,0,0.11);
}

.box_layout header#header.slidedown.box_shadow .header_wrapper .header_section{
box-shadow:0 1px 3px rgba(0,0,0,0.11);
}


header .header_wrapper{
	position: relative;
	width:1150px;
	margin:0 auto;
}


body .box_layout .header_section{
float:left;
padding:0;
display:block;
background:#fff;
}


.header_section {
	padding:0;
	position: relative;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	float:left;
	width:100%;
}

.header_section.wrapper{
padding:0 20px;
margin:20px 45px 0 45px;
}


.header_section .mt_container_inner{
	position: relative;
}

.header_section .left_header_area{
float:left;
position:absolute;
top:50%;
}

.header_section .right_header_area{
float:right;
position:absolute;
top:50%;
right:0;
}

.header_section .right_header_area>div{
float:left;
}

header a.logo{
position:relative;
-webkit-transition: height 0.3s ease 0s;
-moz-transition: height 0.3s ease 0s;
-o-transition: height 0.3s ease 0s;
transition: height 0.3s ease 0s;
}


header a.logo img{
-webkit-transition: height 0.3s ease 0s;
-moz-transition: height 0.3s ease 0s;
-o-transition: height 0.3s ease 0s;
transition: height 0.3s ease 0s;
}


nav.main_menu > ul{
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;

}


header a.logo.left_logo img{
position:relative;
left:0;
top:0;
max-width:none;
height:100%;
display:none;
}

header a.logo.at_bottom_left img.left_logo{
position:absolute;
left:0;
top:0;
max-width:none;
display:none;
}

header a.logo.at_bottom_right img{
position:relative;
right:0;
top:0;
max-width:none;
display:none;
}

header a.logo.right_logo img{
position:relative;
right:0;
top:0;
max-width:none;
display:none;
height:100%;
}


header.Normal a.logo img.default{
opacity:1;
display:inline-block;
width:auto;
}

header.Normal a.logo img.scroll{
display:none;
width:0;
height:100%;
}


/***************************** Hide Logo Class *****************************/

header.fixed_scroll .hide_logo {
-ms-transform: scale(0,0); /* IE 9 */
    -webkit-transform: scale(0,0); /* Safari */
    transform: scale(0,0); 
	position:absolute;
	left:0;
	top:0;
}

/************************ Header Logo appearn on slide down header *******************/

header.fixed a.logo img.scroll{
display:none;
}


header.fixer.animate a.logo img.scroll{
display:block;
height:100%;
}

header.fixer.animate a.logo img.default{
display:none;
}

header.light.fixer.animate a.logo img.light{
display:none;
}


/********** End of Header Slide down header logo *********/



/*********** Light header styling ***********/


header.light.fixed a.logo img.light{
display:block;
height:100%;
}


header.light.fixed a.logo img.default{
display:none;
}

header.light.fixed a.logo img.scroll{

display:none;
}

header.light.fixed_scroll a.logo img.scroll{
height:100%;
display:block;
}

header.light.fixed_scroll a.logo img.light{
display:none;
}


header.light.fixed_scroll a.logo img.default{
display:none;
}


/********** dark header stylimg ********/


header.dark.fixed a.logo img.default{
display:block;
height:100%;
}


header.dark.fixed a.logo img.light{
display:none;
}

header.dark.fixed a.logo img.scroll{
display:none;
}


header.dark.fixed_scroll a.logo img.scroll{
display:block;
height:100%;
}

header.dark.fixed_scroll a.logo img.light{
display:none;
}


header.dark.fixed_scroll a.logo img.default{
display:none;
}




/* header.fixed_scroll a.logo img.default{
opacity:0;
visibility:hidden;
width:0;
}

header.fixed_scroll a.logo img.light{
opacity:0;
visibility:hidden;
width:0;
}


header.default_header a.logo img.scroll{
opacity:0;
visibility:hidden;
width:0;
}

header.dark.default_header a.logo img.default{
opacity:1;
visibility:visible;
width:auto;
height:100% !important;
}


header.light.default_header a.logo img.light{
opacity:1;
visibility:visible;
width:auto;
height:100% !important;
}
 */


/********* Hide menu On scroll ***********/

.main_menu ul{
transition:all 0.5s;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
float:left;
}

.main_menu ul>li i {
margin-right:5px;
}

header.fixed_scroll .main_menu ul.hide_menu{
opacity:0;
visibility:0;
}


a.logo.left_logo{
float:left;
margin-right:20px;
}

a.logo.right_logo{
float:right;
margin-left:15px;
}

a.logo.center_logo{
display:inline-block;

}

.header_section .mt_container_inner{
text-align:center;
}


nav.main_menu.center_logo{
width:100%;
text-align:center;
position:relative;
}

.menu_wrapper{
float:left;
width:100%;
position:relative;
z-index:8;
}

.menu_wrapper nav.main_menu{
width:1170px;
margin:0 auto;
}

header.dark a.logo img.light{
display:none;
}



/* Sticky header styles
   ========================================================================== */
   
header.slidedown {
	-webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	left: 0;
	top:0;
	position: fixed;
	-moz-background-clip:border;
	-webkit-background-clip:border;
	background-clip:border-box;
	-moz-background-clip:padding;
	-webkit-background-clip:padding;
	background-clip:padding-box;
	-moz-background-clip:content;
	-webkit-background-clip:content;
	background-clip:content-box;
}

.box_layout header.slidedown{
background:transparent;
}


header.slidedown.regular{
position:relative;
}


header.slidedown.reg{
opacity:0;
}

header.slidedown.scrolled{
top: -120%;
opacity:0;
}


header.slidedown.animate{
top:0px;
opacity:1;
}

/************** Top Header Section *************/

#top_header_section{
float:left;
width:100%;
background:#f7f7f7;
box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
z-index: 1;
height:40px;
line-height:40px;
margin-bottom:10px;
}

#top_header_section .top_header_wrapper{
width:1170px;
margin:0 auto;
}

#top_header_section .top_header_wrapper marquee{
max-width:200px;
}

#top_header_section .top_header_wrapper .left_section{
float:left;
}


#top_header_section .top_header_wrapper .left_section>div{
float:left;
margin-right:10px;
}

#top_header_section .top_header_wrapper .right_section{
float:right;
text-align:left;
}

/*************** Header Left Menu style ************/

.logo.hide_logo.at_bottom_left.center_logo{
margin-top:20px;
}

header#header.left_menu{
position:absolute;
left:0;
width:20em;
height:100%;
}

header#header.left_menu a.logo{
float:left;
margin-left:30px;
}


header#header.left_menu .mt_container_inner{
width:auto;
}

header#header.left_menu .drop_down .sub_menu_div.drop_down_start{
left:100%;
top:50% !important
}



#header.left_menu nav.main_menu ul li a{
width:auto;
padding:0;
text-align:left;
line-height:45px;
font-weight:800;
display:block;
margin-left:40px;
}


#header.left_menu nav.main_menu ul li{
width:100%;
}

#header.left_menu nav.main_menu ul li ul li{
min-width:200px;
width:auto;
}
#header.left_menu nav.main_menu ul li ul li a{
width:auto;
margin-left:35px;
margin-right:0;
text-align:left;
display:block;
}



#header.left_menu .drop_down .sub_menu_div {
width:100%;
}
#header.left_menu .drop_down li.wide .sub_menu_div {
width:auto;
right:auto;
}

#header.left_menu li.narrow .sub_menu_div .inner ul {
width:100%;
}


#header.left_menu nav.main_menu.right {
  float: left;
  width: 100%;
}

#header.left_menu .header_section{
padding:0;
text-align:center;
}

/**************** Header custm menu widget ***********/

header#header .menu{
float:left;
}

header#header .menu li {
float:left;
list-style:none;

}
header#header .menu li a{
float:left;
position:relative;
}

header#header .menu li a


aside.vertical_menu_area {
	position: fixed;
	width: 260px;
	top: 0;
	left: 0;
	padding:20px 40px;
	background-color: #fff;
	height: 100%;
	z-index: 101;
	-webkit-backface-visibility:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	outline: none;
}



aside.vertical_menu_area .vertical_menu_area_widget_holder{
	position: relative;
}

.vertical_menu_enabled.vertical_area_transparent .content{
	padding-left: 0px;
}



.vertical_menu_enabled .mt_slider, .vertical_menu_enabled .full_width, .vertical_menu_enabled .content .mt_container, .vertical_menu_enabled .title_outer, .vertical_menu_enabled footer {
  padding-left: 260px;
}

.vertical_menu_enabled .mt_container{
width:auto;
}
.vertical_menu_enabled .mt_container_inner{
width:100%;
}

/******** Header Fixed ***********/

header.fixed,
header.fixed_hiding {
	width: 100%;
	position: fixed;
	z-index: 110;
	top:0px;
	left: 0px;
}


/*************** Header Main Menu ****************/


/* Main navigation styles
   ========================================================================== */
   
nav.main_menu{
	position: relative;
	z-index: 100;
	text-align: left;
}

nav.main_menu.right_side ul{
	position: relative;
	float: right;
}

nav.main_menu.right_logo.left_side div.side_buttons{
float:left;
}


nav.main_menu.at_bottom_left,nav.main_menu.at_bottom_right,nav.main_menu.at_bottom_center{
/* float:left;
width:100%; */
}

nav.main_menu.at_bottom_right>ul{
float:right;
}
nav.main_menu.at_bottom_center>ul{
float:none;
display:inline-flex;
}

nav.main_menu.at_bottom_left>ul{
float:left;
}

nav.main_menu.at_bottom_center{
text-align:center;
}

/* 
nav.main_menu.at_bottom_center>ul{
display:inline-block;
} */


nav.main_menu.at_bottom_left>ul >li>a,nav.main_menu.center_logo>ul >li>a{
	line-height:60px;
}
nav.main_menu.at_bottom_right>ul >li>a{
	line-height:60px;
}

nav.main_menu.at_bottom_center>ul >li>a{
	line-height:60px;
}



nav.main_menu.at_bottom >ul >li:first-child>a{
	padding-left:0;
}


nav.main_menu.right_side >ul{
left:0;
}

nav.main_menu.left_side{
	position: relative;
	float: left;
	width:100%;
}

nav.main_menu.center_side{
	position: relative;
	float:none;
	display:inline-block;
	width:100%;
	text-align:center;
}

nav.main_menu ul {
	list-style:none outside none;
	margin:0px;
	padding:0px;
}

nav.main_menu > ul {
/* 	left: -50%; */
	position: relative;
}

nav.main_menu.center_side >ul{
	position:static;
	display:inline-flex;
}

nav.main_menu.right > ul{
	left: auto;
}

nav.main_menu ul li{
	display:inline-block;
	float:left;
	padding:0px;
	margin:0px;
	background-repeat: no-repeat;
	background-position: right;
}

nav.main_menu ul li a {
	color: #777;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	position: relative;
	line-height: 100px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
nav.main_menu > ul > li > a{
	position: relative;
	padding: 0 20px;
	color: #696969;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	letter-spacing:1px;
	display: inline-block;
	height: 100%;
	background-color: transparent;
	-webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

header.light nav.main_menu > ul > li > a{
color:#fff;
}


header.light.fixed_scroll nav.main_menu > ul > li > a{
color:#383838;
}

header.dark nav.main_menu > ul > li > a{
color:#383838;
}


header.dark .fixed_scroll nav.main_menu > ul > li > a{
color:#383838;
}




#header .main_menu.light > ul > li > a{
	color:#fff ;
}


nav.main_menu >ul >li.menu-item.menu-item-has-children i.fa-chevron-down{
margin-left:5px;
}

nav.main_menu > ul > li.small_border:not(:first-child):before {
	content: '|';
	position: relative;
	left: -2px;
	top: -1px;
	color: #696969;
	font-size: 12px;
	font-weight: 400; 
}


/********** Menu Hover style 2 ********/

nav.main_menu > ul > li.menu-item.hover2 >a{
border-top:3px solid transparent;
}


nav.main_menu > ul > li.menu-item.hover2 >a.current{
border-top-color:#F2F2F2;
}



/********** Menu Hover style 3 ********/


nav.main_menu >ul >li.menu-item.hover3>a{
margin-right:5px;

}

nav.main_menu >ul >li.menu-item.hover3>a.current{
background:#000;
line-height:60px;
margin-right:5px;
color:#fff;
}

nav.main_menu >ul >li.menu-item.hover3>a:hover{
background:#000;
line-height:60px;
margin-right:5px;
color:#fff;
}


/********** Menu Hover style 4 ********/

nav.main_menu > ul > li.menu-item.hover4>a{
line-height:30px;
}
nav.main_menu > ul > li.menu-item.hover4 >a::after ,nav.main_menu > ul > li.menu-item.hover4 >a.current::after {
  content: "";
  display: block;
  height: 2px;
  transform-origin: left center 0;
  transition: all 0.15s ease-out 0s;
  width: 100%;
  position:relative;
  background:#000;
  opacity:0;
  transform:scale(0,1);
}

nav.main_menu > ul > li.menu-item.hover4 >a.current::after {
transform:scale(1,1);
opacity:1;
}

nav.main_menu > ul > li.menu-item.hover4 >a:hover::after{
transform:scale(1,1);
opacity:1;
}

/********** Menu Hover style 5 ********/

nav.main_menu > ul > li.menu-item.hover5>a.current{
background:#F2F2F2 ;
color:#fff;
}

nav.main_menu > ul > li.menu-item a.current.only_icon{
font-size:25px;
}

nav.main_menu > ul > li.menu-item a.current.only_icon.home{
background:transparent;
}

#header nav.main_menu .menu a{
border-left:0;
float:left;
width:auto;
}

nav.main_menu .widget_areas{
margin-left:25px;
margin-top:12px;
}



nav.main_menu > ul > li.menu-item.hover5>a:hover,
nav.main_menu > ul > li.menu-item.hover5:hover>a{
background:#F2F2F2 ;
color:#fff;
}

/********** Menu Hover style 6 ********/

header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a,
nav.main_menu > ul >li.active > a {
	color: #383838;
}


header.light:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a,
header.light nav.main_menu > ul >li.active > a {
	color: #fff;
}


#owl-testimonial{
float:left;
width:100%;
}



header.light.fixed_scroll:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a,
header.light.fixed_scroll nav.main_menu > ul >li.active > a {
	color: #383838;
}

header.dark:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a,
header.dark nav.main_menu > ul >li.active > a {
	color: #383838;
}

header.dark.fixed_scroll:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a,
header.dark.fixed_scroll nav.main_menu > ul >li.active > a {
	color: #383838;
}


nav.main_menu > ul > li > a > i.blank{
	display: none;
}

nav.main_menu > ul > li.has_sub > a > i.nav_menu_arrow {
	display: inline-block;
	margin-left: 6px;
}


/* Narrow drop down styles
   ========================================================================== */
.drop_down ul{
	list-style: none;
}

.drop_down ul li{
	position: relative;
}

header.transparent.fixed.scrolled .drop_down .sub_menu_div,
header.transparent.fixed_hiding.scrolled .drop_down .sub_menu_div{
	top: 120%;
}

.drop_down .sub_menu_div {
	left: 0;
	margin: 0;
	top: 120%;
	position: absolute;
	display: block;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	z-index: 10;
	border-top: 3px solid #f7465b;
	-webkit-transition: top 0.2s ease-in-out;
	-moz-transition: top 0.2s ease-in-out;
	-ms-transition: top 0.2s ease-in-out;
	-o-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
}



.drop_down li.left_position .sub_menu_div{
	left:0;
}

.drop_down li.left_position:first-child .sub_menu_div{
	left:0 !important;
}


.drop_down li.right_position .sub_menu_div {
	left: auto;
	right: 0;
}

.drop_down .sub_menu_div.drop_down_start{
	visibility: visible;
	overflow: visible;
	opacity: 1;
	top:100% !important;
}

nav.main_menu > ul > li:hover > .sub_menu_div{
	z-index: 20;
}

.drop_down .sub_menu_div .inner{
	position: relative;
	padding: 0px;
	display: block;
	line-height:normal;
	z-index: 997;
}

.drop_down .sub_menu_div .inner > ul,
li.narrow .sub_menu_div .inner ul {
	display:inline-block;
	position: relative;
	background-color:#333;
}

li.narrow .sub_menu_div .inner ul {
	padding: 14px 0 22px;
}

.drop_down .sub_menu_div .inner ul li {
	display: block;
	padding: 0 15px;
	position: relative;
	float: none;
	height: auto;
	background: 0;
	width: 190px;
}

.drop_down .sub_menu_div .inner ul li a{
color:#b3b3b3;
}

li.narrow .sub_menu_div .inner ul li:last-child {
	border-bottom: none;
}

.drop_down .wide.left_position .sub_menu_div ul li,
.drop_down .wide.right_position .sub_menu_div ul li {
	width: 180px;
}

.drop_down .narrow .sub_menu_div .inner ul li {
	padding: 0;
	width: 235px;
}


#header.left_menu .drop_down .narrow .sub_menu_div .inner ul li {
	padding: 0;
	width: auto;
	margin:0;
	text-align:left;
}

#header.left_menu .drop_down .narrow .sub_menu_div .inner ul li a{
margin:0;
margin-left:20px;
text-align:left;
display:block;
width:auto;
}


.drop_down .sub_menu_div .inner ul li a,
.drop_down .sub_menu_div .inner ul li h4{
	display: block;
	color: #a6a6a6;
	height: auto;
	font-size: 12px;
	line-height: 34px;
	font-weight: 500;
	margin: 0 24px;
	padding: 0 4px;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	border-bottom: 1px solid transparent;
}

.drop_down .sub_menu_div .inner > ul > li:last-child > a,
.drop_down .sub_menu_div .inner > ul > li > ul > li:last-child > a,
.drop_down .sub_menu_div .inner > ul > li > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}

.drop_down .sub_menu_div .inner > ul > li > a:hover,
.drop_down .sub_menu_div .inner ul li.sub ul li a:hover{
	color: #F2F2F2;
}

.drop_down .wide .sub_menu_div ul li a,
.drop_down .wide .sub_menu_div .inner ul li h4{
	background: 0;
}



.drop_down .narrow .sub_menu_div .inner ul li ul{
	position: absolute;
	left: 100%;
	top: -17px;
	height: auto;
	display: none;
	overflow: hidden;
	z-index: 10;
	border-top: 3px solid #F2F2F2;
}

.drop_down .sub_menu_div .inner ul li:hover>ul{
	z-index: 20;
	display: block;
}
.drop_down .sub_menu_div .inner ul ul{
	z-index: 20;
	overflow:visible !important;
}

.drop_down .sub_menu_div.right {
	right: 0px;
	left: auto;
}

.drop_down .sub_menu_div .inner ul.right li a,
.drop_down .sub_menu_div .inner ul.right li h4{
	text-align: right;
}

.drop_down .sub_menu_div .inner ul.right li ul{
	left: -100%;
}

.drop_down .sub_menu_div .inner ul li.sub ul li a,
.drop_down .sub_menu_div .inner ul.right li.sub ul li a{
	background: none;
}

.drop_down .sub_menu_div .inner .widget{
	padding: 0px 28px;
}


/* Wide drop down styles
   ========================================================================== */
.drop_down .wide .sub_menu_div ul{
	padding: 26px 0 32px;

}.drop_down .wide .sub_menu_div>.inner>ul{
	border:1px solid #eee
}

.drop_down .wide .sub_menu_div ul li{
	float: left;
	width: 274px;
	padding: 10px 0;
	border-left: 1px solid #444;
	border-bottom: 0;
	position:relative;
}

.drop_down .wide .sub_menu_div>ul>li:after{
width:0;
height:100%;
border-left:1px solid #333;
content:"";
position:absolute;
left:0;
top:0;
}
.drop_down .wide .sub_menu_div>ul>ul li:after{
border-left:0;
}

.drop_down .wide .sub_menu_div > .inner > ul > li.sub > ul > li > a,
.drop_down .wide .sub_menu_div ul li a {
	border: 0px;
}

.drop_down .wide:not(.right_position) .sub_menu_div ul li:first-child,
.drop_down .wide.right_position .sub_menu_div ul li:last-child {
	border-left-color: transparent;
}

.drop_down .wide:not(.right_position) .sub_menu_div ul li:first-child:after,
.drop_down .wide.right_position .sub_menu_div ul li:last-child {
	border-left-color: transparent;
}

.drop_down .wide .sub_menu_div ul li:last-child {
	margin-right: 0;
}

.drop_down .wide.right_position .sub_menu_div ul li{
	float: right;
}

.drop_down .wide .sub_menu_div ul li:hover{
	background-color: transparent;
}

.drop_down .wide .sub_menu_div ul li:nth-child(4n+1){
	clear: both;
}

.drop_down .sub_menu_div .inner ul li.sub a i.nav_menu_arrow{
	position: absolute;
	top: 50%;
	right: 25px;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: inherit;
	margin: -6px 0 0;
}

.drop_down .sub_menu_div .inner ul li.sub ul li a i.nav_menu_arrow,
.drop_down .wide .sub_menu_div .inner ul li.sub a i.nav_menu_arrow {
	display: none;
}

.drop_down .sub_menu_div .inner ul.right li.sub a i.nav_menu_arrow{
	right: auto;
	left: 0px;
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}



.drop_down .wide .sub_menu_div .inner > ul > li > a{
	color: #fff;
	border-bottom: 0;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 16px;
}

.drop_down .wide .sub_menu_div .inner ul li.sub h4 a,
.drop_down .wide .sub_menu_div .inner ul li h4 a{
	padding: 0px !important;
}

.drop_down .wide .sub_menu_div ul li ul{
	display: block;
	left: 0;
	padding: 15px 0 0;
	position: relative;
	top: 0;
	visibility: visible;
	background-color: transparent !important;
}

.drop_down .wide .sub_menu_div ul li ul .widget{
	padding: 0px 18px;
}

.drop_down .wide .sub_menu_div ul li ul li{
	padding: 0;
	margin: 0;
	border: 0;
}

.drop_down .wide .sub_menu_div ul li ul li.menu-item-has-children > a,
.drop_down .wide .sub_menu_div ul li ul li.menu-item-has-children > a:hover{
	border-bottom: 0 none;
	color: #393939;
}

/* Wide with icons drop down styles
   ========================================================================== */
.drop_down .wide.icons .sub_menu_div ul li a span{
	position: relative;
	display: block;
}

.drop_down .wide.icons .sub_menu_div i{
	width: 24px;
	height: auto;
	float: left;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	line-height: inherit;
}

.drop_down .wide.icons  .sub_menu_div i.blank{
	background: none;
	border: 0px;
	display:none;
}


/************** Side buttons on header ***************/

div.side_buttons{
float:right;
text-align:center;
position:relative;
}

header.light div.side_buttons a{
color:#fff;
}

header.light.fixed_scroll div.side_buttons a{
color:#383838;
}

header.dark.fixed_scroll div.side_buttons a{
color:#383838;
}



header.dark div.side_buttons a{
color:#383838;
}


nav.main_menu.center_logo div.side_buttons.center_side{
float:none;
display:inline-flex;
}

nav.main_menu.right_logo div.side_buttons.center_side{
float:none;
display:inline-flex;
}

/* nav.main_menu.left_logo div.side_buttons.center_side{
float:none;
display:inline-flex;
} */


header div.side_buttons.at_bottom_center{
float:none;
display:inline-flex;
}



header div.side_buttons.at_bottom_left a,header div.side_buttons.at_bottom_right a,header div.side_buttons.at_bottom_center a{
line-height:60px;
}

nav.center_logo div.side_buttons a,nav.center_logo div.side_buttons a,header div.side_buttons a{
line-height:60px;
}



div.side_buttons a.search_icon{
display:inline-block;
width:30px;
line-height:95px;
}

header.light div.side_buttons a.search_icon{
color:#fff;
}


header.light.fixed_scroll div.side_buttons a.search_icon{
color:#383838;
}

header.dark div.side_buttons a.search_icon{
color:#383838;
}


/************ Title Styling *******************/

.title_wrapper{
display:inline-block;
background:#f5f5f5;
width:100%;
position:relative;
float:left;
}

.title_wrapper .mt_container_inner{
position:relative;
display:table;
}

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

.title_wrapper .title {
  display: table-cell;
  height: 100px;
  left: 0;
  padding: 20px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.title_wrapper_box{
  background-color: rgba(250, 250, 250, 0.9);
  display: inline-block;
  padding: 40px 80px 60px 80px;
  overflow: hidden;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 10px solid rgba(0, 0, 0, 0.1);
}

.title_wrapper .title_text{
font-size:36px;
line-height:46px;
display:block;
}

.title_wrapper .title_wrapper_box .title_text{
font-size:26px;
}

.title_wrapper .title_text a{
color:#383838;
margin-top: 25px;
margin-bottom: 12.5px;
}

.title_wrapper span.subtitle{
margin-left:3px;
}

.item figure img{
width:100%;
}


/************** Shopping Cart ******************/

.shop_cart_wrapper{
width:40px;
display:inline-block;
}

.shop_cart_wrapper>a.shoppint_cart{
line-height:95px;
}

header.light .shop_cart_wrapper>a.shoppint_cart{
color:#fff;
}

header.dark .shop_cart_wrapper>a.shoppint_cart{
color:#383838;
}
.shop_cart_wrapper{
cursor:pointer;
}
#header .shopping_widget{
position:absolute;
right:0;
width:260px;
display:block;
border:1px solid #dedede;
padding:10px 13px;
text-align:left;
background:#fff;
transition:all 0.5s;
visibility:hidden;
opacity:0;
}

#header .shopping_widget.show_div{
visibility:visible;
opacity:1;
}



#header .shopping_widget>ul{
float:left;
width:100%;
margin-bottom:20px;
}
#header .shopping_widget ul>li{
list-style:none;
width:100%;
}

#header .shopping_widget ul>li>a.remove{
float:right;
}
#header .shopping_widget ul>li>a.remove + a{
line-height:17px;
display:block;
}
#header .shopping_widget ul>li>a>img{
width:80px;
float:left;
margin-right:15px;
}

#header .shopping_widget p.total{
float:left;
width:100%;
font-size:16px;
font-weight:700;
padding-top:15px;
border-top:1px solid rgba(128, 128, 128, 0.2) !important;
}


#header .shopping_widget p.buttons{
text-align:center;
padding-top:10px;
float:left;
width:100%;
}

#header .shopping_widget p.buttons .button.wc-forward{
  background: #333333 none repeat scroll 0 0;
  border: medium none;
  color: #fff !important;
  float: right;
  font-weight: normal;
  margin-right: 5px;
  padding: 8px 0 7px;
    width: 47%;
	  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset !important;
  float: left;
  line-height: 22px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
}


.sidebar_widget p.buttons .button.wc-forward{
background: #333333 ;
color:#fff;
margin-top:10px;
}

.cart_list.product_list_widget a.remove,nav.main_menu ul.cart_list.product_list_widget a.remove{
position:absolute;
right:0;
top:16px;
color:#383838 !important;
line-height:100%;
padding:4px 7px;
font-size:16px;
border-radius:50%;
transition:all 0.3s ease-in-out 0s;
width:auto;
height:auto;
font-weight:700;
}

.cart_list.product_list_widget a.remove:hover,nav.main_menu ul.cart_list.product_list_widget a.remove:hover{
background:#F2F2F2;
color:#fff !important;
}


#header .shopping_widget p.buttons .button.checkout.wc-forward{
background:#6f6f6f;
}


 .widget_shopping_cart_content a.button.wc-forward{
  border: 0 none;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
  font-weight: 700;
  left: auto;
  line-height: 1;
  overflow: visible;
  padding: 0.618em 1em;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
}

#header .shopping_widget .cart_list.product_list_widget{
text-transform:Capitalize;
}

#header .shopping_widget .cart_list li{
  margin-bottom:10px;
  min-height: 50px;
  padding-bottom:10px;
  position: relative;
  width:100%;
  float:left;
}



/************* Full Screen Search ***************/

.search_full_screen{
position:fixed;
background:rgba(0,0,0,0.8);
height:100%;
left:0;
top:0;
z-index:8889;
width:100%;
transition:all 0.25s ease-in-out 0s;
text-align:center;
opacity:0;
visibility:hidden;
}

.search_full_screen.showsearch{
opacity:1;
visibility:visible;
}


.search_full_screen:before{
content:"";
display:inline-block;
height:100%;
vertical-align:middle;
}

.search_full_wrapper{
display:inline-block;
text-align:center;
vertical-align:middle;
max-width:1000px;
}


.search_full_wrapper p{
font-size:14px;
color:#fff;
text-transform:uppercase;
margin-bottom:20px;
}


.search_full_wrapper input.input_search{
  background-color: transparent;
  border: 0 none;
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 35px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  width: 800px;
}


.search_full_screen a.search_full_close{
  font-size: 26px;
  position: absolute;
  right: 50px;
  top: 70px;
  transform: rotate(0deg);
  transition: transform 0.2s ease-out 0s;
}

/*********** Top style Search *************/

.top_side_search{
height:0;
float:left;
width:100%;
background:#383838;
z-index:999;
position:relative;
transition:height 0.2s;
visibility:hidden;
}

.top_side_search.visible{
height:50px;
visibility:visible;
}

.top_side_search.visible + #header{
margin-top:50px;
}


.top_side_search .miller_search_form input {
  padding: 0 0 0 10px;
  width: 90%;
}


.top_side_search .miller_search_form input, .miller_search_form input:focus {
  background-color: transparent;
  border: medium none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  float: left;
  font-family: inherit;
  height: 20px;
  line-height: 20px;
  margin: 15px 0;
  outline: medium none;
  outline-offset: 0;
}


.miller_search_form i {
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 50px;
}

.miller_search_form .miller_search_close {
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right:0;
}

.miller_search_form {
  color: #fff;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
}

/************** Bottom Search Type **************/
.bottom_search_wrapper{
float:left;
position:relative;
}

.bottom_search{
top:100%;
position:absolute;
border:1px solid #dedede;
right:0;
width:190px;
padding:30px;
opacity:0;
visibility:hidden;
background:#fff;
}

.bottom_search.visible{
opacity:1;
visibility:visible;
}


.bottom_search form{
position:relative;
margin:0;
}
.bottom_search form input{
margin-bottom:0;
}

.bottom_search form button{
position:absolute;
top:0;
right:0;
width:50px;
background:#383838;
height:100%;
}


.bottom_search form button i {
color:#fff;
}


/************* Revolution Sliders Styling *******************/

/* Buttons */

 .transparent_button_slider{
padding:10px 20px;
background:transparent;
border:1px solid #fff;
color:#fff !important;
display:block;
border-radius:4px;
}

.transparent_button_slider:hover{
background:#F2F2F2;
border-color:#F2F2F2;
}


.background_button_slider {
padding:10px 20px;
background:#F2F2F2;
border:1px solid #F2F2F2;
color:#fff !important;
display:block;
border-radius:4px;
}

.background_button_slider:hover{
background:#383838;
color:#fff;
border:1px solid #393939;
}


/************ Bullet Styles ***********/


.tp-bullets.simplebullets.custom  .bullet{
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  border: 2px solid #222;
  border-radius: 15px;
  display: inline-block;
  height: 10px;
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
  vertical-align: middle;
  width: 10px;
  cursor:pointer;
}


.tp-bullets.simplebullets.custom  .bullet{
  border: 4px inset #ffffff;
  border-radius: 1px;
  display: inline-block;
  height: 12px;
  margin: 8px 8px 60.5px;
  opacity: 0.3;
  overflow: hidden;
  text-indent: -100%;
  transform: rotate(-45deg);
  transform-origin: 0 100% 0;
  vertical-align: middle;
  width: 12px;
    cursor:pointer;
}




.tp-bullets.simplebullets.custom  .bullet.selected {
  background: #222 none repeat scroll 0 0;
}


.tp-bullets.simplebullets.custom  .bullet.selected {
  background: transparent none repeat scroll 0 0;
  opacity: 0.9;
}


/* arrows */
/* SLIDER
-------------------- */


.hideTextCar .owl-prev,
.hideTextCar .owl-next {
display: block;
height: 50px;
width: 50px;
background: transparent;
position: relative;
font-size: 28px;
visibility: hidden;
}

.hideTextCar .owl-prev:before,
.hideTextCar .owl-next:before {
position: absolute;
font-family: FontAwesome;
content: "\f104";
line-height: 50px;
background: #555;
background: rgba(0,0,0,0.3);
color: #F2F2F2;
height: 50px;
width: 50px;
display: block;
visibility: visible;
text-align: center;
color:#fff;
-webkit-transition:all  0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
/* -webkit-box-shadow:inset 0 0 3px 3px rgba(0,0,0,0.15);
box-shadow:inset 0 0 3px 3px rgba(0,0,0,0.15); */
}

.hideTextCar .owl-next:before {
content: "\f105";
left: auto;
right: 0 !important;
color:#fff;
}

.hideTextCar .owl-prev:hover:before,
.hideTextCar .owl-next:hover:before {
background: #F2F2F2;
-webkit-box-shadow:none;
box-shadow:none;
width: 50px;
color: white;
}
.tp-leftarrow{
	left:0 !important;
}

.tp-rightarrow{
	right:0 !important;
}



/******* Go to Top ************/

a#go_top{
position:fixed;
bottom:28px;
background:#f2f2f2;
box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 7px 11px rgba(0, 0, 0, 0.11);
right:30px;
padding:12px;
text-align:center;
opacity:0;
visibility:hidden;
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
border-radius:50%;
}
a#go_top:hover{
background:#f7465b;
color:#fff;
}

a#go_top.show_now{
opacity:1;
visibility:visible;
z-index:999999;
}




/*********** Row styling of visual Composer ***********/

.vc_row .row_grid{
width:1130px;
margin:0 auto;
}

.under_grid .miller_row_section{
  margin: 0 auto;
  position: relative;
  width: 1170px;
  z-index: 20;
}

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

.title_patter_overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-repeat:repeat;
}

/********************* Post Flex Slider ***************/

.post_slider{
position:relative;
float:left;
width:100%;
}

.post_slider .post_control_cutom{
position:absolute;
width:100%;
bottom:60px;
right:18px;
text-align:right;
}

.post_slider .post_control_cutom a{
text-align:right;
margin-right:20px;
padding:15px 20px;
background:rgba(255,255,255,0.8);
font-size:25px;
display:inline-block;
border-radius:4px;
}


.post_slider .flexslider{
background:transparent;
box-shadow:none;
}
.post_slider .flex-direction-nav a{
opacity:1;
}

.post_slider .flex-direction-nav .flex-prev {
  left: 0;
}

.post_slider .flex-direction-nav .flex-next {
  right: 0;
}


/*********** Owl Carousel Styling ***************/


.post_slider .owl-controls{
position:absolute;
bottom:0;
width:100%;
}

.post_slider .owl-controls .owl-buttons{
float:right;
width:160px;
}

.post_slider .owl-controls .owl-buttons div{
float:left;
margin-right:20px;
color:#fff;

}

/*************** Top Area Settings *************/

#top_header {
display:block;
width:100%;
background:#fff;
}

#top_header .left_area_top{
float:left;
}

#top_header .right_area_top{
float:right;
}

/*************** Social Icons ***************/

.miller_social_icons a{
float:left;
margin-right:10px;
font-size:16px;
line-height:23px;
}

.miller_social_icons a.small{
font-size:20px;
line-height:27px;
margin-right:13px;
}

.miller_social_icons a.large{
font-size:30px;
line-height:27px;
margin-right:13px;
}
.miller_social_icons a.medium{
font-size:23px;
line-height:27px;
margin-right:12px;
}

.miller_social_icons a.dark{
color:#383838;
}

.miller_social_icons a.light{
color:#fff;
}


/********* small size and circle style *******/

.miller_social_icons a.small.circle_outline{
padding:4px 8px;
border:1px solid transparent;
border-radius:50%;
font-size:16px;
line-height:23px;
margin-right:7px;
}

.miller_social_icons a.small.circle_outline.dark{
padding:4px 8px;
border:1px solid #383838;
border-radius:50%;
font-size:16px;
color:#383838;
line-height:23px;
margin-right:7px;
}

.miller_social_icons a.small.circle_outline.light{
border:1px solid #fefefe;
}

.miller_social_icons a.medium.circle_outline{
padding:6px 10px;
border:1px solid transparent;
border-radius:50%;
font-size:23px;
line-height:27px;
margin-right:7px;
}



.miller_social_icons a.medium.circle_outline.dark{
padding:6px 10px;
border:1px solid #383838;
color:#383838;
border-radius:50%;
font-size:23px;
line-height:27px;
margin-right:7px;
}


.miller_social_icons a.large.circle_outline{
padding:14px;
border:1px solid transparent;
border-radius:50%;
font-size:28px;
line-height:24px;
margin-right:7px;
}


.miller_social_icons a.large.circle_outline.dark{
padding:14px;
border:1px solid #383838;
color:#383838;
border-radius:50%;
font-size:28px;
line-height:24px;
margin-right:7px;
}

/*********** circle background  *************/


.miller_social_icons a.circle_width_bg.small{
padding:4px 8px;
border:1px solid transparent;
border-radius:50%;
font-size:16px;
line-height:23px;
margin-right:7px;
background-color:transparent;
}
.miller_social_icons a.medium.circle_width_bg{
padding:6px 10px;
border:1px solid transparent;
border-radius:50%;
font-size:23px;
line-height:27px;
margin-right:7px;
}

.miller_social_icons a.large.circle_width_bg{
padding:14px;
border:1px solid transparent;
border-radius:50%;
font-size:28px;
line-height:24px;
margin-right:7px;
}

.miller_social_icons a.circle_width_bg.small.dark,.miller_social_icons a.circle_width_bg.medium.dark,.miller_social_icons a.circle_width_bg.large.dark{
background:#383838;
color:#fff;
}

.miller_social_icons a.circle_width_bg.small.dark:hover,.miller_social_icons a.circle_width_bg.medium.dark:hover,.miller_social_icons a.circle_width_bg.large.dark:hover{
background:#F2F2F2;
color:#fff;
}

.miller_social_icons a.circle_width_bg.small.light,.miller_social_icons a.circle_width_bg.medium.light,.miller_social_icons a.circle_width_bg.large.light{
background:#fff;
color:#383838;
border:1px solid #eee;
}

.miller_social_icons a.circle_width_bg.small.light:hover,.miller_social_icons a.circle_width_bg.medium.light:hover,.miller_social_icons a.circle_width_bg.large.light:hover{
background:#F2F2F2;
color:#fff;
}

/*********** Square Outline ***************/
.miller_social_icons a.square_outline.small{
padding:4px 8px;
border:1px solid transparent;
font-size:16px;
line-height:23px;
margin-right:7px;
background-color:transparent;
}
.miller_social_icons a.square_outline.medium{
padding:6px 10px;
border:1px solid transparent;
font-size:23px;
line-height:27px;
margin-right:7px;
}

.miller_social_icons a.square_outline.large{
padding:14px;
border:1px solid transparent;
font-size:28px;
line-height:24px;
margin-right:7px;
}

.miller_social_icons a.square_outline.small.light,.miller_social_icons a.square_outline.medium.light,.miller_social_icons a.square_outline.large.light{
background:#fff;
color:#383838;
border:1px solid #eee;
}

.miller_social_icons a.square_outline.small.light:hover,.miller_social_icons a.square_outline.medium.light:hover,.miller_social_icons a.square_outline.large.light:hover{
background:#F2F2F2;
color:#fff;
}

.miller_social_icons a.square_outline.small.dark,.miller_social_icons a.square_outline.medium.dark,.miller_social_icons a.square_outline.large.dark{
background:#383838;
color:#fff;
}

.miller_social_icons a.square_outline.small.dark:hover,.miller_social_icons a.square_outline.medium.dark:hover,.miller_social_icons a.square_outline.large.dark:hover{
background:#F2F2F2;
color:#fff;
}

/************ Woocart widget *************/

.shopping_bag {
  display: inline;
  margin-left: 5px;
}

.bag::after {
  color: #d8d8d8;
  content: "\e600";
  font-family: Icomoon;
  font-size: 33px;
  font-weight: normal;
  margin-left: -6px;
  margin-top: -4px;
  position: absolute;
}

.shopping_cart > a:first-child b {
  color: #a9a9a9;
  font-size: 11px;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
}

.shopping_cart .amount{
  color: #a9a9a9;

}



.ajax_cart_quantity {
  background: #fff none repeat scroll 0 0;
  color: #333;
}

.ajax_cart_quantity {
  background: transparent none repeat scroll 0 0;
  color: #888;
  display: inline-block !important;
  font-size: 11px;
  line-height: 20px;
  position: relative;
  transition: all 150ms ease-out 0s;
  width: 22px;
  z-index: 1;
}


.cartarrow {
  border-bottom: 11px solid transparent;
  border-left: 11px solid #ddd;
  border-top: 11px solid transparent;
  float: right;
  margin-right: -30px;
  margin-top: -27px;
  position: absolute;
  right: 50%;
  transform: rotate(270deg);
}

#header .shopping_widget {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #ddd;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  height: auto;
  position: absolute;
  right: 0;
  width: 350px;
  z-index:9999999;
}

/***************** Footer styling *****************/

#footer{
background:#1D1D25;
float:left;
width:100%;
padding-top:35px;
padding-bottom:80px;
}

#footer span.contact_info {
  font-weight: 600;
  color: #aaa;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
}

#footer .contact_info:first-child{
margin-top:10px;
}


#footer span.contact_info em{
  font-style: normal;
  font-weight: 400;
  margin-left: 15px;
  font-size:12px;
}

#footer_bottom{
float:left;
width:100%;
background:#1D1D25;
}

#footer .footer_5>div.column{
width:20%;
float:left;
margin-bottom:20px;
}

#footer .footer_4>div.column{
width:25%;
float:left;
margin-bottom:20px;
}

#footer .footer_3>div.column{
width:33.333%;
float:left;
margin-bottom:20px;
}

#footer .footer_2>div.column{
width:50%;
float:left;
margin-bottom:20px;
}

#footer .footer_1>div.column{
width:100%;
float:left;
margin-bottom:20px;
}




#footer_bottom .footer_5>div.column{
width:20%;
float:left;
}

#footer_bottom .footer_4>div.column{
width:25%;
float:left;
}

#footer_bottom .footer_3>div.column{
width:33.333%;
float:left;
}

#footer_bottom .footer_2>div.column{
width:50%;
float:left;
}

#footer_bottom .footer_1>div.column{
width:100%;
float:left;
}




/************** Footer ************/
.footer_widget{
margin-top:25px;
float:left;
width:90%;
margin-left:5%;
margin-right:5%;
}




#footer_bottom .footer_widget{
margin-top:0;
}

.footer_widget>h3.footer_widget_title {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom:20px;
  text-transform: none;
  text-transform:uppercase;
 letter-spacing:2px;
 font-weight:300;
}





.footer-container #footer ul li a{

}

.footer_widget ul.menu li a {
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 300;
    font-size: 12px;
}


#footer .footer_widget ul.menu li a:hover{
	color:#fff;
	text-decoration:underline;
	
}

.footer_widget ul.menu li{
list-style:none;
}
#footer_bottom .footer_widget ul.menu li a::before{
display:none;
}

#footer_bottom .footer_widget ul.menu li a{
margin-right:6px;
padding-right:6px;
border-right:1px solid #ddd;
}

#footer_bottom .footer_widget ul.menu li:last-child a{
border-right:0;
}





.footer_widget ul.menu li a:hover {
  color: #fff ;
}


#footer_bottom .footer_widget>div>ul {
float:left;
width:100%;
text-align:center;
}

#footer_bottom .footer_widget>div>ul ul{
float:left;
width:auto
text-align:center;
}

#footer_bottom .footer_widget ul li{
display:inline-block;
}


#footer_bottom{
padding:14px 0;
}

#footer_bottom div.text-widget{
margin:0 0;
}


#footer_bottom ul.menu{
margin:0;
}

#footer_bottom .miller_social_icons{
margin-top:15px;
}

/********** Offer Menu **********/

.bakedbanner_block::before {
  background: #F2F2F2 none repeat scroll 0 0;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2);
  content: "";
  height: 40px;
  margin-left: -100%;
  position: absolute;
  width: 400%;
}


.bakedbanner_block {
  background: #00b2ca none repeat scroll 0 0;
  height: 40px;
  margin: auto;
  max-width: 1170px;
  padding: 0;
  width:100%;
  clear:both;
}

.bakedbanner_block ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.bakedbanner_block li {
  color: #f15e00;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 40px;
  text-align: center !important;
  text-transform: uppercase;
}

.bakedbanner_block li {
  background: #ddd none repeat scroll 0 0;
  height: 40px;
  list-style: outside none none;
  position: absolute;
  text-align: center;
  width: 33.3333%;
}


.bakedbanner_block li {
  color: #32727b !important;
}

.bakedbanner_block li {
  background: #F2F2F2 none repeat scroll 0 0 !important;
}

.bakedbanner_block li::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 4px;
  margin-top: 1px;
  padding-left: 34px;
  position: absolute;
  z-index: 1;
}


.bakedbanner_block li a{
color:#383838;
}

.bakedbanner_block li:nth-child(2) {
  color: #777;
  text-align: center !important;
}

.bakedbanner_block li:nth-child(2) {
  background: #eee none repeat scroll 0 0;
  left: 33.33%;
}

.bakedbanner_block li:nth-child(2) {
  color: #32727b !important;
}

.bakedbanner_block li:nth-child(2) {
  background: #F2F2F2 none repeat scroll 0 0 !important;
}

.bakedbanner_block li:nth-child(3) {
  text-align: left !important;
}

.bakedbanner_block li:nth-child(3) {
  left: 66.66%;
}

.bakedbanner_block li:nth-child(3) {
  background: #F2F2F2 none repeat scroll 0 0 !important;
}

.bakedbanner_block li:last-child::after {
  display: none;
}

/************ Blog Styling ***************/



.container_wrapper.No.Sidebar{
width:100%;
}


.container_wrapper.Sidebar.Left .page_content_wrapper{
width:66%;
float:right;
border-radius:4px;
}

.container_wrapper.Sidebar.Right .page_content_wrapper{
width:66%;
float:left;
}

.container_wrapper.Sidebar.Left div.sidebar_container{
float:left;
width:25%;
}

.container_wrapper.Sidebar.Right div.sidebar_container{
float:right;
width:25%;
}

div.sidebar_container .sidebar_container_inner{
padding:0 0 0 30px;
}


.Sidebar.Left div.sidebar_container .sidebar_container_inner{
padding:0 30px 0 0;
}



div.sidebar_container .sidebar_container_inner aside.sidebar{
position:relative;
z-index:11;
}

div.sidebar_container .sidebar_container_inner aside.sidebar .widget,#sidebar.sidebar_container .sidebar_container_inner .sidebar_widget{
margin:0 0 26px;
}

aside.sidebar .sidebar_widget>h4,#sidebar .sidebar_widget>h4{
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #272727;
}

#searchsubmit{
display:none;
}


aside.sidebar .sidebar_widget>h4 + .hr_left,#sidebar .sidebar_widget>h4 + .hr_left {
  background: #ddd;
  border: 0 none;
  clear: both;
  height: 1px;
  margin-bottom:18px;
  margin-top: 18px;
  outline: medium none;
  position: relative;
  width:30px;
}
/* aside.sidebar .sidebar_widget>h4:before{
position:absolute;
bottom:0;
content:"";
height:2px;
left:18px;
width:30%;
background:#F2F2F2;
} */

aside.sidebar .sidebar_widget{
margin-bottom:50px;
clear:both;
}

aside.sidebar .sidebar_widget:first-child>h4{
margin-top:0;
}

aside.sidebar li.recentcomments{
padding:10px 0;
}
aside.sidebar li.recentcomments:hover{
cursor:pointer;
}
/* aside.sidebar li.recentcomments>span{
margin-left:20px;
} */

footer#footer .product_list_widget li{
list-style:none;
}

aside.sidebar .product_list_widget li a,footer#footer .product_list_widget li a{
display:block;
padding:0;
}

aside.sidebar .product_list_widget li,footer#footer  .product_list_widget li{
position:relative;
padding-bottom:15px;
margin-bottom:15px;
float:left;
width:100%;
min-height:50px;
}

footer#footer  .product_list_widget li{
padding-bottom:20px;
margin-bottom:10px;
padding-left:0;
border-bottom:1px solid #ddd;
}

aside.sidebar .product_list_widget li.empty,footer#footer .product_list_widget li.empty{
padding:0;
min-height:35px;
}


aside.sidebar .product_list_widget li a:before,footer#footer .product_list_widget li a:before{
display:none;
}


aside.sidebar .product_list_widget li img,footer#footer  .product_list_widget li img{
width:70px;
float:left;
margin-right:10px;
}

footer#footer  .product_list_widget li img{
width:55px;
}

/************** sidebar widgets li **************/

.sidebar_widget ul li:not(.recent-post-item){
display:block;
list-style:none;
position:relative;
color:#585858;
}

.sidebar_widget ul li:not(.recent-post-item) a{
padding:7px 0 7px 0;
display:inline-block;
margin-right:5px;
font-size:16px;
color:#8c989e;
line-height:34px;
}

.sidebar_widget ul li.recent-post-item a{
padding-left:0;
color:#8c989e;
}


.sidebar_widget ul li:not(.recent-post-item) li {
padding-left:0;
}

.sidebar_widget ul li:not(.recent-post-item) a{
color:#8c989e;
line-height:34px;
}

/* .sidebar_widget ul li:not(.recent-post-item) a:before{
content: "\f054";
position:absolute;
left:3px;
margin-top:1px;
font-size:11px;
height:100%;
font-family:FontAwesome;
} */



.sidebar_widget ul li:not(.recent-post-item) a:hover,.sidebar_widget ul li:not(.recent-post-item) a:hover:before{
color:#383838;
}

.sidebar_widget ul li:not(.recent-post-item) ul{
border-top:1px solid #eee;
}

.sidebar_widget ul li:not(.recent-post-item) ul li {
border-bottom:0;
}

.sidebar_widget .screen-reader-text{
display:none;
}

.sidebar_widget select{
display: inline-block;
  padding: 9px 55px 9px 9px !important;
  max-width: 100%;
  height: auto !important;
  border: 1px solid #e3e3e3;
  background: url(selectbox-arrow.png) right center no-repeat;
  background-color: #fff;
  color: #444444;
  font-size: 12px;
  line-height: 16px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width:160px;
  margin-top:15px;
 }


/********* Blog Pagination ***********/

.pagination{
float:left;
width:100%;
}


.pagination ul li {
float:left;
list-style:none;
} 



.pagination {
  display: inline-block;
  margin: 20px 0  10px -10px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin-top:40px;
}

.pagination ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.pagination ul li {
  display: inline-block;
  float: left;
}

.pagination ul li.prev, .pagination ul li.first {
  left: 0;
  position: absolute;
  top: 0;
}

.pagination ul li > span, .pagination ul li > a {
  border-radius: 50%;
  color: inherit;
  display: inline-block;
  font-size: 18px;
  height: 54px;
  line-height: 54px;
  margin: 0 2px;
  text-align: center;
  vertical-align: top;
  width: 54px;
  transition: opacity 0.3s ease 0s, box-shadow 0.3s ease 0s, color 0.3s ease 0s, background-color 0.3s ease 0s, border 0.3s ease 0s;
}


.pagination ul li > a:hover{
background:#f5f5f5;
}

.pagination ul li.active span{
  border-radius: 50%;
  color: inherit;
  display: inline-block;
  font-size: 18px;
  height: 54px;
  line-height: 54px;
  margin: 0 2px;
  text-align: center;
  vertical-align: top;
  width: 54px;
  background:#F2F2F2;
  color:#fff;
}

.pagination ul li a span::before {
  display: block;
  line-height: inherit;
  position: relative;
}

.pagination ul li.next, .pagination ul li.last {
  position: absolute;
  right: 0;
  top: 0;
}


/************* Blog Post Info Styling ***********/

.page_content_wrapper article .post_image img{
border-radius:3px;
width:100%;
float:left;

}
.page_content_wrapper article .post_content .post_content_inner {
  background-color: #fff;
  border-radius:4px;
  padding: 30px 0 0 0;
  margin-bottom:40px;
  transition: background-color 0.3s ease-in-out 0s;
  margin-bottom:25px;
}


.page_content_wrapper article .post_info {
  color: #e6ae48;
  display: inline-block;
  font-family: "Crete Round",sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5em;
  margin: 0 0 30px;
  width: 100%;
}

.page_content_wrapper article .post_info > span:first-child::before {
  content: "";
  left: 0;
}


.page_content_wrapper article .post_info > span::before {
  content: "/";
  left: -10px;
  position: relative;
}

.page_content_wrapper article .post_info > span {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  color:#383838;
}

.page_content_wrapper article h2 {
  font-size:28px;
  color:#2b2a38;
}



/********** tag Cloud Style ***************/

.tagcloud a {
    background-color: #fff;
    border: 1px solid #eee;
    color: #434955;
    display: inline-block;
    font-size: 15px !important;
    line-height: 26px;
    margin: 0 5px 8px;
    padding: 0 10px;
    transition: all 0.3s ease 0s;
    vertical-align: top;
}


.tagcloud a:hover {
  background-color: #404757;
  border-color: #434955;
  color: #fff;
  text-decoration: none;
}




/************* single post tags *************/
.singletags{
	margin-top:15px;
	float:left;
	width:100%;
}
.singletags a {
    background-color: #fff;
    border: 1px solid #eee;
    color: #434955;
    display: inline-block;
    font-size: 15px !important;
    line-height: 26px;
    margin: 0 5px 8px;
    padding: 0 10px;
    transition: all 0.3s ease 0s;
    vertical-align: top;
	font-weight:500;
	text-transform:uppercase;
}


.singletags a:hover {
  background-color: #404757;
  border-color: #434955;
  color: #fff;
  text-decoration: none;
}



/*********** Post Content Text ************/
.post_content_text {
	border-bottom:1px solid #eee;
}
.post_content_text ul {
padding-left:20px;
margin-top:10px;
margin-bottom:10px;
}

.post_content_text ul li {
margin-bottom:6px;
font-size:14px;
}

.post_content_text ol {
padding-left:20px;
margin-top:10px;
margin-bottom:10px;
}

.post_content_text ol li {
margin-bottom:6px;
font-size:14px;
}

/*********** Read More button ***********/

.read_more{
	margin-top:24px;
}


/********** Post data Styling ************/


.post-date {

    margin-bottom: 14px;

    text-transform: uppercase;

    letter-spacing: 2px;

    font-size: 10px;

}

.post-date ul {

    margin: 0;

    padding: 0;

}

.post-date li {

    display: inline;

    margin-right: 5px;

}

.post-date li:last-child {

    margin-right: 0;

}

.post-date span.day:after {

    content: ",";

}

.post-date li:after {

    margin-left: 8px;

    content: "/";

}

.post-date li:last-child:after {

    margin-left: 0;

    content: "";

}

/********* Post Meta ***********/


.post-meta {

    margin: 14px 0 20px 0;

    padding: 0;

    text-transform: uppercase;

    letter-spacing: 2px;

    font-weight: 300;

    font-size: 10px;

}

.post-meta ul {

    margin: 0;

    padding: 0;

    list-style: none;

}

.post-meta li {

    display: inline;

    margin-right: 5px;

}

.post-meta li:last-child {

    margin-right: 0;

}

.post-meta li:after {

    content: "\2022";

}

.post-meta li:last-child:after {

    content: "";

}

.post-meta span {

    padding-right: 8px;

    line-height: 18px;

}

.post-meta a {

    display: inline-block;

    color: #aaa;

}

.post-meta a:hover {

    color: #676767;

}

/*********** Post Read More Button **********/

.post_read_more{
  background-color: transparent;
  border: medium none;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  margin: 5px 0;
  padding: 11px 22px;
  position: relative;
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s, color 0.3s ease 0s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
  display:inline-block;
  margin-top:25px;
  color:#383838;
}


.post_read_more:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.3);
}



.post_sharing{
  display: inline-block;
  margin: 20px 0 0;
  vertical-align: middle;
  width: 100%;
}


.post_sharing a{
float:left;
margin-right:15px;
margin-top:25px;
}

.post_sharing .post_comments{
text-align:center;
}
.post_sharing .post_comments{
  border-radius:4px;
  display: block;
  font-size: 13px;
  line-height: 36px;
  padding:3px 15px;
  transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  text-align:center;
}

.post_sharing .post_comments span{
margin-left:6px;
}

.blog_like_section{
margin-top:10px;
}

.blog_like_section i{
margin-right:7px;
}


/*********** Post Video Format *********/

.video-wrap{
  min-height: 1px;
  padding: 0;
  position: relative;
  width: 100%;
}

.page_content_wrapper article .video {
  position: relative;
  width:100%;
}

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


/************** Fit Video ***********/

.fluid-width-video-wrapper {
  min-height: 1px;
  padding: 0;
  position: relative;
  width: 100%;
}

.post_wrappper{
position:relative;
}

body.single .page_content_wrapper article {
margin-bottom:30px;
}

.page_content_wrapper article {
  display: inline-block;
  width: 100%;
margin-bottom:25px;
}

.page_content_wrapper article {
  display: inline-block;
  width: 100%;
}

.page_content_wrapper article .post_image{
float:left;
width:100%;
}

.page_content_wrapper article .post_image a {
float:left;
width:100%;
}


.page_content_wrapper article .post_content{
float:left;
width:100%;
}





/********** Quote post type ********/

.page_content_wrapper article.quote .quote_author {
  color: #5d5d5d;
  display: block;
  font-size: 22px;
  line-height: 1.53846em;
  margin: 16px 0 0;
  transition: color 0.3s ease-in-out 0s;
}

.page_content_wrapper article.quote h2{
font-size:20px;
transition:color 0.3s ease-in-out 0s;
font-style:italic;
}

/*********** Link post type ***********/
.external_link{
float:left;
width:100%;
border-bottom:1px solid #eee;
margin-bottom:30px;
}
.external_link a{
float:left;
font-size:22px;
}


.external_link a i{
padding:20px;
background:#f7465B;
color:#fff;
margin-right:20px;
font-size:20px;
border-top-left-radius:4px;
}



/**************** Comment Area Styling *****************/

.comments-title{
font-size:26px;
margin-top:0;
margin-bottom:45px;
}

.comment-list{
float:left;
width:100%;
margin-bottom:40px;
}

.comment-list li {
list-style:none;
}


.comment-list .comment-body{
margin-bottom:20px;
}
.comment-list .comment-body>div{
padding-left:50px;
}


.comment-list .comment-body > p {
  border: 1px solid #ddd;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-top: 20px;
  border-radius:3px;
}

.comment-list li{
position:relative;
margin-bottom:25px;
}

.comment-list li .reply{
position:absolute;
right:0;
top:20px;
}

.comment-list li .reply a{
padding:10px;
border-radius:3px;
color:#383838;
transition:all 0.5s ease;
}

.comment-list li .reply a:hover {
    background-color: #0cbbfc;
    border-radius: 4px;
}

.comment-list li ul.children{
margin-left:30px;
}

.comment-list .comment-author{
position:relative;
}
.comment-list .comment-author img{
border-radius:50%;
margin-right:30px;
float:left;
}

div.comment-content{
	margin-top:10px;
}

/************** Comment Form **************/

#commentform .comment-notes{
margin-bottom:20px;
}

#commentform .form-allowed-tags{
margin-bottom:20px;
}

#commentform .form-submit input#submit {
  background:#f7465b;
   border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
    outline: medium none;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
	border: 2px solid #f7465b;
	    color: #ffffff;
		
		    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
}

#commentform .form-submit input#submit:hover{
	background:transparent;
	color:#383838;
}

#commentform label{
margin-bottom:10px;
display:block;
}


/************** Products styling *************/
.productwrapper {
  position: relative;
}

.second_image {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
}

li:hover .second_image {
  display: block;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 1s ease-in-out 0s;
}


.product-actions {
  bottom: -60%;
  left: 0;
  margin-top: -23px;
  opacity: 0;
  padding: 10px 0 10px 0;
  position: absolute;
  transition: all 450ms ease-in-out 0s;
  width: 100%;
  
}


body.post-type-archive-product .product-actions {
  bottom: -60%;
  left: 0;
  margin-top: -23px;
  opacity: 0;
  padding: 10px 0 10px 0;
  position: absolute;
  transition: all 450ms ease-in-out 0s;
  width: 100%;
}

.baked-featuredslider .product-actions {
  bottom: -60%;
  left: 0;
  margin-top: -23px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  transition: all 250ms ease-in-out 0s;
  width: 100%;
  z-index: 1111;
}


li:hover .product-actions {
  bottom: -89px;
  margin-top: -45px;
  opacity: 1;
  padding-top: 0;
  transition: all 450ms ease-in-out 0s;
  z-index: 11;
}

.baked-featuredslider li:hover .product-actions {
  bottom: -100px;
  margin-top: -45px;
  opacity: 1;
  transition: all 250ms ease-in-out 0s;
}


#bakedfeatured .button-container, #baked-categories .button-container, li .button-container {
  display: inline !important;
}


.info {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: relative;
  top: 0;
  transition: all 450ms ease-in-out 0s;
  width: 100%;
}

.baked-featuredslider .info {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  margin: auto;
  max-width: 250px;
  opacity: 1;
  padding-bottom: 10px;
  padding-top: 1px;
  position: relative;
  top: 0;
  transition: all 250ms ease-in-out 0s;
  width: 100%;
}

li:hover .info {
  opacity: 1;
  transition: all 450ms ease-in-out 0s;
}

.baked-featuredslider li:hover .info {
  background: #333 none repeat scroll 0 0;
}

ul.products .product-image-container {
  text-align: center;
}

ul.products > li .product-container .product-image-container {
  position: relative;
}
.productwrapper {
  position: relative;
}


ul.products .product-image-container img {
  margin: 0 auto;
  width: 100%;
}

ul.products > li:hover {
  height: auto !important;
}


body.post-type-archive-product li:hover .infoinner,.related.products li:hover .infoinner{
  background: #545454 none repeat scroll 0 0;
  transition: all 0.2s ease-in-out 0s;
}

ul.products li:hover .infoinner{
  background: #545454 none repeat scroll 0 0;
  transition: all 0.2s ease-in-out 0s;
}

.miller_quick_view_compare,a.add_to_cart_button,ul.products a.product_type_simple{
padding:8px 10px; 
color:#fff;
background:#F2F2F2;
border-radius:50%;
}
ul.products a.add_to_cart_button i.fa-shopping-cart{
display:inline-block;
}

ul.products a.add_to_cart_button>i{
display:none;
}

ul.products a.product_button{
margin-left:6px;
}
ul.products a.product_button>i{
display:none;
}

ul.products a.product_button i.fa-list{
display:inline-block;
}

.miller_quick_view_compare:hover{
color:#fff;
}

ul.products .add_to_wishlist,ul.products a.compare,ul.products .added_to_wishlist{
  text-indent: -9999px;
  display:inline-block;
  position: relative;
  padding:8px 10px; 
color:#fff;
width:12px;
height:18px;
line-height:18px;
background:#F2F2F2;
display:inline-block;
border-radius:50%;
}

.woocommerce div.product.compare-button{
display:inline-block;
margin-left:6px;
}

ul.products a.compare:before{
  position: absolute;
  left: 0;
  top:10px;
  right: 0;
  text-align: center;
  text-indent: 0;
  content:"\f0c1";
  font-size: 16px;
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

ul.products .yith-wcwl-add-to-wishlist{
display:inline-block;
}

.yith-wcwl-wishlistexistsbrowse.show .feedback{
display:none;
}


.yith-wcwl-wishlistaddedbrowse.show .feedback{
display:none;
}

div.summary .yith-wcwl-wishlistaddedbrowse.show a,div.summary .yith-wcwl-wishlistexistsbrowse.show a,ul.products .yith-wcwl-wishlistaddedbrowse.show a,ul.products .yith-wcwl-wishlistexistsbrowse.show a{
  background: #F2F2F2 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin-top: 0;
  padding: 8px 10px;
  position: relative;
  text-indent: -9999px;
  width: 12px;
}

div.summary .yith-wcwl-wishlistaddedbrowse.show a:before,div.summary .yith-wcwl-wishlistexistsbrowse.show a:before,ul.products .yith-wcwl-wishlistaddedbrowse.show a:before,ul.products .yith-wcwl-wishlistexistsbrowse.show a:before{
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  text-transform: none;
  top: 10px;
}


ul.products .add_to_wishlist:before,ul.products .added_to_wishlist:before{
  position: absolute;
  left: 0;
  top:10px;
  right: 0;
  text-align: center;
  text-indent: 0;
  content:"\f004";
  font-size: 16px;
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.infoinner h4 {
  color: #666;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 6px;
  text-transform: uppercase;
}

.infoinner h4 a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #666;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  padding: 5px 0;
}

.infoinner .entry-price {
  color: #888;
  font-size: 16px;
  opacity: 1;
  height:23px;
  padding-bottom: 8px;
  padding-top: 0;
  text-align: center;
  transition: all 350ms ease-in-out 0s;
}

li .rating_content {
  clear: right;
  display: inline-block;
  height: 22px;
  text-align: center;
}

ul.products li:hover .infoinner .entry-price{
opacity:0;
}

ul.products li:hover .infoinner .rating_content {
opacity:0;
}

ul.products li:hover .infoinner h4 a{
color:#fff;
}


.woocommerce ul.products li.product a img{
margin-bottom:0;
}

.button-container>a.add_to_cart_button{
margin-left:6px;
}
.button-container>div.yith-wcwl-add-to-wishlist{
margin-left:6px;
}


ul.products a.add_to_cart_button.added{
position:relative;
}

ul.products a.add_to_cart_button.loading{
position:relative;
}

ul.products a.add_to_cart_button.added:before,ul.products .compare.added::after,ul.products a.added_to_wishlist::after{
position:absolute;
content:"\f14a";
top:-7px;
right:-7px;
width:20px;
height:20px;
text-indent:0;
font-size:14px;
color:#fff;
font-family:FontAwesome;
}

ul.products a.add_to_cart_button.loading:before{
position:absolute;
content:"\f021";
top:-7px;
right:-7px;
width:20px;
height:20px;
font-size:14px;
color:#fff;
font-family:FontAwesome;
color:#fff;
-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear
}


ul.products .added_to_cart.wc-forward{
display:none;
}

ul.products>li:hover .product-container {
  border: 5px solid #333;
  transition: all 250ms ease-in-out 0s;
}

.woocommerce-ordering select{
display: inline-block;
  padding: 9px 55px 9px 9px !important;
  max-width: 100%;
  height: auto !important;
  border: 1px solid #e3e3e3;
  background: url(selectbox-arrow.png) right center no-repeat;
  background-color: #fff;
  color: #444444;
  font-size: 12px;
  line-height: 16px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width:160px;
 }
 
 /****** New Sales Badge *********/
 
 .new-box, .sale-box, .woocommerce span.onsale{
  position: absolute;
}



.new-box{
  font-size: 11px;
  left: 10px;
  opacity: 1;
  padding: 4px 15px;
  text-transform: uppercase;
  top: 10px;
  color:#fff;
  transition: all 450ms ease-in-out 0s;
  background:transparent; 
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale{
font-size: 11px;
  right:10px;
  opacity: 1;
  padding: 4px 15px;
  text-transform: uppercase;
  top: 12px;
  color:#fff;
  transition: all 450ms ease-in-out 0s;
  background:transparent; 
  line-height:23px;
  margin:0;
  min-height:0;
  min-width:0;
  z-index:999;
  background:#007d8e;
  font-weight:normal;
  border-radius:0;
  left:auto;
}

.new-box::before,.woocommerce span.onsale:before{
  bottom: -10px;
  color: #00b2ca;
  content: "";
  font-family: "FontAwesome";
  font-size: 26px;
  margin-left: -10px;
  position: absolute;
}

.new-box::before {
  color: #007d8e;
}

.new-box::before {
  color: #007d8e !important;
}

.woocommerce span.onsale:before{
	color:#007d8e;
	}



.new-box {
  background: #007d8e none repeat scroll 0 0 !important;
}
.woocommerce div.product div.images{
overflow:hidden;
transition:all 0.3s ease-in-out 0s;
}

#product-img-slider{
width:100%;
position:relative;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary{
position:relative;
}
/****************** Woocommerce BreadCrumb **************/
.woocommerce .woocommerce-breadcrumb{
position:absolute;
left:0;
top:0;
width:100%;
padding:10px 0;
background:#f5f5f5;
}
.woocommerce-breadcrumb .breadcrumb_wrapper{
width:1170px;
margin:0 auto;
}
.woocommerce-breadcrumb + div.product{
margin-top:30px;
}
/******************** miller quick view ***************/

#miller_quick_view_section{
position:fixed;
top:14%;
left:20%;
width:60%;
min-height:55%;
padding:25px;
background:#fff;
visibility:hidden;
z-index:99999;
}


#miller_quick_view_section #product-img-nav,#miller_quick_view_section .product_navigation{
display:none;
}

#miller_quick_view_section .price{
margin-top:10px;
margin-bottom:10px;
float:left;
width:100%;
}
.quick_view_loader {
  height: 100%;
  position: absolute;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  visibility:hidden;
}

.quick_view_loader span{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background:url(loader.gif) no-repeat;
  width:16px;
  height:16px;
  margin: auto; /* presto! */
}

.miller_quick_view_overlay{
position:fixed;
width:100%;
height:100%;
z-index:99;
background:rgba(0,0,0,0.5);
visibility:hidden;
left:0;
top:0;
z-index:9999;
}

#miller_quic_view_close{
position:absolute;
right:-10px;
top:-20px;
background:#f5f5f5;
color:#383838;
border-radius:50%;
padding:8px 14px;
}




/*********** Single Product Image Slider ***************/

.woocommerce div.summary p.price{
margin-top:10px;
color:#383838;
font-size:17px;
}

#product-img-slider .flex-direction-nav li.flex-nav-prev{
position:absolute;
top:50%;
margin-top:-18px;
left:-50px;
list-style:none;
transition:all 0.3s ease-in-out 0s;

}
#product-img-slider:hover .flex-direction-nav li.flex-nav-prev{
left:20px;
}

#product-img-slider:hover .flex-direction-nav li.flex-nav-next{
right:20px;

}

#product-img-slider .flex-direction-nav li.flex-nav-prev a,#product-img-slider .flex-direction-nav li.flex-nav-next a{
  background: #fff;
  color: #fff;
  float: left;
  height: 36px;
  border-radius:50%;
  position: relative;
  width: 36px;
  background:url(../img/navigation.png) no-repeat;
  transition:all 0.3s ease-in-out 0s;
}

#product-img-slider .flex-direction-nav li.flex-nav-next a{
background-position:-36px 0;
}

#product-img-slider .flex-direction-nav li.flex-nav-prev a:before,#product-img-slider .flex-direction-nav li.flex-nav-next a:before{

}

#product-img-slider .flex-direction-nav li.flex-nav-next{
position:absolute;
top:50%;
right:-50px;
margin-top:-18px;
transition:all 0.3s ease-in-out 0s;
list-style:none;
}

#product-img-nav{
float:left;
margin-top:20px;
}

#product-img-nav ul li {
margin-right:10px;
cursor:pointer;
}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product{
width:22.05%;
}



/*********** woocommerce single product title ***************/

.woocommerce div.product .product_title{
background:#fff;
border:2px solid #333;
color:#333;
display:inline-block;
font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height:20px;
}


.woocommerce div.product .product_title::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 15px;
  margin-left: 12px;
  position: absolute;
  width: 20px;
}



.hr_left {
  background: #333 none repeat scroll 0 0;
  border: 0 none;
  clear: both;
  height: 1px;
  margin: -23px auto 0 0;
  outline: medium none;
    background: #333 none repeat scroll 0 0;
  margin-bottom: 25px;
  margin-top: -37px;
}


.product_navigation{
position:absolute;
right:0;
top:4px;
border:1px solid #333;
background:#fff;
}

.product_navigation a{
padding:5px 7px;
color:#333;
}

/************ Product Title ***********/

.product_attributes.clearfix{
float:left;
width:100%;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
margin-top:20px;
padding-top:15px;
padding-bottom:15px;
}

.product_attributes.clearfix >form{
float:left;
margin:0;
}

.woocommerce .quantity .qty{
margin-bottom:0;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart{
margin:0;
}


.product_attributes>div{
float:right;
}

.product_attributes>form{
float:left;
}


/************* Woocommerce styling of quantity number ************/

	  
.cart .quantity {
  border: 1px solid #dddddd;
  float: left;
  margin-bottom: 20px;
  margin-right: 15px !important;
  margin-top: 10px;
}

.cart .quantity input {
  border: 0 none;
  display: inline-block;
  width: 25px;
  margin-bottom:0;
  
}

.cart .quantity .minus {
  background: #eee none repeat scroll 0 0;
  border-right: 1px solid #ddd;
  color: #000;
  font-weight: 400;
  cursor:pointer;
}

.cart .quantity .input-text {
  text-align: center;
  -webkit-appearance:textfield;
  -moz-appearance:textfield;
  -webkit-user-select:text;
  -moz-user-select:text;
}

.cart .quantity .plus {
  background: #eee none repeat scroll 0 0;
  border-left: 1px solid #ddd;
  color: #000;
  font-weight: 400;
  cursor:pointer;
}



.woocommerce div.product form.cart .button.single_add_to_cart_button{
  border: 0 none;
  display: inline-block;
  float: left;
  margin-left:0;
  padding:9px 17px;
  line-height:20px;
  background:#F2F2F2;
  border-radius:2px;
}


.single_add_to_cart_button::before{
color: #fff;
content: "";
font-family: "FontAwesome";
font-size: 18px;
margin-left: 25px;
margin-top: -50px;
opacity: 0;
position: absolute;
transition: all 0.3s ease 0s;
z-index: 1000;
}

.single_add_to_cart_button:hover span{
opacity:0;
}

.single_add_to_cart_button:hover:before{
opacity:1;
margin-top:0;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del
{
display:inline-block !important;
margin-right:6px;
margin-top:8px;
font-size:20px;
color:#383838;
}


.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
font-size:25px;
color:#383838;
text-decoration:none;
}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
width:48%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width:50%;
}

.woocommerce .woocommerce-product-rating{
margin-top:15px;
float:left;
width:100%;
}

#tab-description h2{
font-size:24px;
}



#review_form_wrapper #commentform .form-submit input#submit{
text-align:center;
}

div.summary .yith-wcwl-add-to-wishlist + div.clear{
display:none;
clear:none;
}
div.summary .yith-wcwl-add-to-wishlist{
float:left;
margin-top:0;
margin-right:10px;
position:relative;
}

div.summary a.compare{
  background: #F2F2F2 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 8px 10px;
  position: relative;
  text-indent: -9999px;
  width: 12px;
}


div.summary a.compare::before {
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  text-transform: none;
  top: 10px;
}

div.summary a.compare{
float:left;
}


.summary .product_meta {
  float: left;
  padding-top: 15px;
  padding-bottom:15px;
  width:100%;
  margin-top:0;
  border-bottom:1px solid #eee;
}

.summary .product_meta span{
display:block;
margin-top:4px;
}

.woocommerce #reviews #comments h2{
font-size:25px;
margin-bottom:20px;
}

.woocommerce #reviews h3 {
  margin: 10px 0;
  border-bottom:1px solid #eee;
  font-size:25px;
  padding-bottom:10px;
  display:inline-block;
  float:left;
  width:100%;
}
.related.products .yith-wcwl-add-to-wishlist{
margin-left:0;
}

div.summary .yith-wcwl-add-to-wishlist .ajax-loading,ul.products .yith-wcwl-add-to-wishlist .ajax-loading{
position:absolute;
right:-5px;
top:-3px;
}

.related.products .yith-wcwl-add-to-wishlist a.add_to_wishlist,.related.products .yith-wcwl-add-to-wishlist a.added_to_wishlist,.related.products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.related.products .yith-wcwl-wishlistexistsbrowse.show>a{
background: #F2F2F2 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 8px 10px;
  position: relative;
  text-indent: -9999px;
  width: 12px;
  margin-left:5px;
  margin-top:0;
}

div.summary .yith-wcwl-add-to-wishlist a.add_to_wishlist,div.summary .yith-wcwl-add-to-wishlist a.added_to_wishlist,div.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{
background: #F2F2F2 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 8px 10px;
  position: relative;
  text-indent: -9999px;
  width: 12px;
  margin-left:10px;
  margin-top:0;
}


div.summary .yith-wcwl-add-to-wishlist a.add_to_wishlist:before,div.summary .yith-wcwl-add-to-wishlist a.added_to_wishlist:before,div.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.related.products .yith-wcwl-wishlistexistsbrowse.show>a:before{
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  text-transform: none;
  top: 10px;
}
/**************** Tooltip *****************/


.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 5px 5px 0 5px;
  color: #fff;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width:0;
  border-bottom-color:#f6f6f6;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f6f6f6;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f6f6f6;
}

/************ Title Styles ***********/

.related.products>.baked-head>h3:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 15px;
  margin-left: 42px;
  position: absolute;
  width: 40px;
}

.baked-head {
  margin-bottom: 50px;
  margin-top: 40px;
  height:100%;
}

.related.products>.baked-head>h3{
  background: #fff none repeat scroll 0 0;
  border: 2px solid #333;
  clear: both;
  color: #333;
  display: inline-block;
  font-size: 22px;
  margin: 0;
  padding: 8px 40px;
  text-align: center;
 line-height:24px;
  text-transform: uppercase;
}

.related.products hr.hr_left{
margin-top:-23px;
}

.related.products .products{
margin-top:45px;
}


.social_sharing_icons{
float:left;
width:100%;
margin-top:15px;
}

.social_sharing_icons ul li {
float:left;
list-style:none;
margin-right:10px;
}

.social_sharing_icons ul li a{
font-size:17px;

}

.social_sharing_text{
float:left;
margin-right:15px;
}

/************** Page title Options ******************/



/************* woocommerce ***************/
#miller_quick_view_section div.quantity{
display:none;
}

#miller_quick_view_section form.cart{
margin-top:15px;
}

#miller_quick_view_section .woocommerce-product-rating{
margin-bottom:10px;
}




/************ Shop sidebar archive-product ************/

.page_content_wrapper.right_sidebar>.content_wrapper{
float:left;
width:75%;
}

.page_content_wrapper.left_sidebar>.content_wrapper{
float:right;
width:75%;
}



.page_content_wrapper #sidebar{

}

.page_content_wrapper.right_sidebar>#sidebar{
float:right;
width:25%;
}
.page_content_wrapper.left_sidebar>#sidebar{
float:left;
width:25%;

}

.page_content_wrapper.left_sidebar>#sidebar .sidebar_container_inner{
padding-left:0;
padding-right:30px;
}

.shop_sorting{
float:left;
width:100%;
border-bottom:1px solid #eee;
margin-bottom:35px;
padding-bottom:10px;
}

.shop_sorting .woocommerce-result-count{
margin-bottom:0;
margin-top:14px;
}

.page_content_wrapper.no_sidebar ul.products li.product{
width:22.1%;
}

.page_content_wrapper.no_sidebar ul.products li.product:nth-child(4n){
margin-right:0;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  padding: 0;
  position: relative;
  width: 30.7%;
}

.woocommerce.columns-4 ul.products li.product{
  float: left;
  padding: 0;
  position: relative;
  width: 22.05%;
}

body.woocommerce .woocommerce-breadcrumb + body.woocommerce-error, .woocommerce .woocommerce-breadcrumb + .woocommerce-info,body.woocommerce .woocommerce-breadcrumb +.woocommerce-message {
margin-top:30px !important;
}

.page_content_wrapper.left_sidebar ul.products li.product:nth-child(3n),.page_content_wrapper.right_sidebar ul.products li.product:nth-child(3n){
margin-right:0;
}

/************* wishlist **************/

.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td {
text-align:left;
}

.woocommerce table.wishlist_table tr td.product-remove {
padding:0;
}

.woocommerce table.wishlist_table tr td.product-remove div{
text-align:center;
}

.woocommerce table.wishlist_table a.remove{
text-align:center;
display:inline-block;
color:#383838 !important
}

.woocommerce table.wishlist_table a.remove:hover{
background:#F2F2F2;
color:#fff !important;
}


.woocommerce .wishlist_table td.product-add-to-cart a {
  margin: 0 0 5px;
  text-align: center;
  border-radius:4px;
float:right;
margin-right:40px;
}

.woocommerce .wishlist_table span.wishlist-in-stock{
border:1px solid #383838;
padding:6px 10px; 
color:#383838;
border-radius:3px;
}

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  text-align:left;
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  text-align:left;
}



.woocommerce table.shop_table a.remove{
text-align:center;
display:inline-block;
color:#383838 !important
}

.woocommerce table.shop_table a.remove:hover{
background:#F2F2F2;
color:#fff !important;
}

.woocommerce-cart table.cart img {
  box-shadow: none;
  width: 70px;
}

.woocommerce table.shop_table thead th, .woocommerce table.shop_table tbody td {
  font-size: 15px;
}
.woocommerce table.shop_table thead th, .woocommerce table.shop_table tbody td {
  font-size: 15px;
}


.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{
float:left;
margin-top:14px;
margin-bottom:14px;
}
.woocommerce #content table.cart td.actions .coupon #coupon_code, .woocommerce table.cart td.actions .coupon #coupon_code, .woocommerce-page #content table.cart td.actions .coupon #coupon_code, .woocommerce-page table.cart td.actions .coupon #coupon_code{
float:left;
padding:12px;
border:1px solid #eee;
width:auto;
}

.woocommerce #content table.cart td.actions .coupon input.button, .woocommerce table.cart td.actions .coupon input.button, .woocommerce-page #content table.cart td.actions .coupon input.button, .woocommerce-page table.cart td.actions .coupon input.button{
float:left;
width:auto;
background:#F2F2F2;
color:#fff;
padding:10px;
}


.woocommerce #content table.cart td.actions .coupon+input.button, .woocommerce table.cart td.actions .coupon+input.button, .woocommerce-page #content table.cart td.actions .coupon+input.button, .woocommerce-page table.cart td.actions .coupon+input.button{
float:right;
width:auto;
margin-top:14px;
margin-left:10px;
margin-bottom:14px;
background:#F2F2F2;
color:#fff;
padding:10px;
}

/************* Cart section **************/

.miller_cart_section {
display:block;
border:1px solid #eee;
border-radius:4px;
position:relative;
}

.miller_cart_section .shop_table tbody tr:last-child{
position:absolute;
bottom:0;
left:0;
width:100%;
}


.miller_cart_section .shop_table tbody tr:last-child td {
  border-top: 0 none;
  float: left;
  width: 68.4%;
  border-top:1px solid #eee;
}

span.total_title{
float:left;
}


.checkout-button.button.alt.wc-forward{
width:auto;
float:left;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 28%;
  text-align:right;
  padding-left:15px;
  border-left:1px solid #eee;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
 border-top:1px solid #eee;
}


.woocommerce-cart .cart-collaterals .cart_totals table {
  border-collapse: separate;
  border-left: 0 none;
  float: right;
  margin: 0 0 6px;
  padding: 0;
  width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top:0;
}

.woocommerce-cart .cart_totals tr{
float:left;
width:100%;
border-bottom:1px solid #eee;
}

.woocommerce-cart .cart_totals tr:last-child{
margin-bottom:15px;
}


.woocommerce table.shop_table{
border-top:0;
border-radius:3px;
}


.woocommerce .miller_cart_section table.shop_table{
border:0
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
border-radius:3px;
border-left:1px solid #eee;
border-right:1px solid #eee;
border-bottom:1px solid #eee;
}


.woocommerce .yith-wcwl-share {
  margin-bottom: 20px;
  float:left;
  margin-left:14px;
}

.woocommerce .yith-wcwl-share h4{
margin-top:5px;
}
 
#calc_shipping_country,#calc_shipping_state{
 display: inline-block;
  padding: 9px 55px 9px 9px !important;
  max-width: 100%;
  height: auto !important;
  border: 1px solid #e3e3e3;
  background: url(selectbox-arrow.png) right center no-repeat;
  background-color: #fff;
  color: #444444;
  font-size: 12px;
  line-height: 16px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width:160px;
  margin-top:15px;
 }
 
 .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
 padding-left:0;
 padding-right:0;
}

.woocommerce-cart .cart_totals tr.order-total{
  margin-top:15px;
  padding-top:15px;
  padding-bottom:15px;
  border-top:1px solid #eee;
}

.shipping-calculator-form button{
float:left;
}

.woocommerce .quantity .qty {
  min-width: 70px
}


.woocommerce-cart .cart_totals tr.shipping{
 border-bottom:0;
}

/************* Checkout page **************/

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 47.8%;
  padding-right:2%;
  float:left;
}

.woocommerce #customer_login.col2-set, .woocommerce-page #customer_login.col2-set {
  float: left;
  padding-right: 2%;
  width: 100%;
}

.woocommerce #customer_login.col2-set .col-1, .woocommerce-page #customer_login.col2-set .col-1{
  float: left;
  padding-right: 2%;
  width: 47.2%;
  clear:none;
}
.woocommerce #customer_login.col2-set .col-1 .lost_password, .woocommerce-page #customer_login.col2-set .col-1 .lost_password{
 float:right;
}
.woocommerce #customer_login.col2-set .col-1 form p.form-row:not(.form-row-wide){
 width:auto;
 display:inline-block;
}

.woocommerce #customer_login.col2-set .col-1 .lost_password{
margin-top:10px;
}

.woocommerce #customer_login.col2-set .col-2, .woocommerce-page #customer_login.col2-set .col-2{
  float: left;
  width: 47.2%;
  clear:none;
  padding-left:2%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
  clear:both;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: left;
  width: 100%;
  clear:both;
}

#order_review_heading{
float:left;
margin-left:20px;
}


.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,.woocommerce table.shop_table.woocommerce-checkout-review-order-table td{
  padding:15px;
}

.woocommerce form .form-row .required {
  border: 0 none;
  color: #383838;
  font-weight: 700;
  font-size:11px;
}

#order_review{
float:left;
width:49.9%;
border:1px solid #eee;
border-radius:3px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table{

  border:0;
  padding:20px;
  margin-bottom:0;
}


.woocommerce-checkout #payment {
  border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  float: left;
  margin: 8px 1em 0 0;
  width: auto;
}

.woocommerce-checkout #payment ul.payment_methods li {
  line-height:30px;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal input{
margin-top:15px;
}


.baked-head > h3::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 15px;
  margin-left: 42px;
  position: absolute;
  width: 40px;
}

.woocommerce-billing-fields .baked-head{
margin-top:0;
}


.baked-head > h3 {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #333333;
  clear: both;
  color: #333333;
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
  margin: 0;
  padding: 8px 40px;
  text-align: center;
  text-transform: uppercase;
}

.woocommerce-billing-fields .hr_left {
  background: #333333 none repeat scroll 0 0;
  border: 0 none;
  clear: both;
  height: 1px;
  margin: -23px auto 25px 0;
  outline: medium none;
}


#ship-to-different-address input[type="checkbox"]{
float:left;
width:auto;
margin-right:10px;
margin-top:9px;
margin-bottom:0;
}


#ship-to-different-address label{
font-size:14px;
float:right;

}


/********** Price Filter widget ************/

.woocommerce .price_slider_wrapper{
float:left;
width:100%;
margin-bottom:40px;
margin-top:20px;

}

.woocommerce .price_slider_wrapper .ui-widget-content, .woocommerce-page .price_slider_wrapper .ui-widget-content {
  background: #252525 none repeat scroll 0 0 !important;
  margin-bottom: 20px !important;
  margin-top: 20px;
  position:relative;
  height:5px;
  width:93%;
}
.woocommerce .price_slider_wrapper .price_label{
float:right;
}

.woocommerce .price_slider_wrapper input[type="button"]{

}

.woocommerce .price_slider_wrapper .ui-slider-range, .woocommerce-page .price_slider_wrapper .ui-slider-range{
background:#F2F2F2;
height:5px;
}

.woocommerce  .ui-slider .ui-slider-range, .woocommerce-page  .ui-slider .ui-slider-range {
  border: 0 none;
  border-radius: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset !important;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
}

.woocommerce .ui-slider .ui-slider-handle, .woocommerce-page  .ui-slider .ui-slider-handle {
  background: #ffffff none repeat scroll 0 0;
  border-style: solid;
  border-width: 3px;
  border-color:#F2F2F2;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0) inset !important;
  height: 15px;
  top: -5px;
  width: 15px;
  float:left;
  position:absolute;
  left:-10px;
  top:-9px;
  border-radius:50%;
  z-index:1;
}


 /***************** Responsive style ***********/
 .mobile-menu.show-for-small{
 display:none;
 padding:0 15px;
 }
 
 
 /************** Jpanel Menu ****************/
 
 .jPanelMenu-panel{
overflow:hidden;
}

#jPanelMenu-menu {
  background: #f6f6f6 none repeat scroll 0 0;
  margin: 0;
  display:none;
  padding: 0;
  width:0
}

#jPanelMenu-menu {
}


#jPanelMenu-menu .drop_down .sub_menu_div .inner > ul,#jPanelMenu-menu li.narrow .sub_menu_div .inner ul {
  background-color:transparent !important;
}

#jPanelMenu-menu li {
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  padding: 10px 0 10px 25px;
  position: relative;
  width: 100%;
  float:left;
  list-style:none;
}

#jPanelMenu-menu li a {
  display: block;
}

#jPanelMenu-menu li > a {
  border: 0 none;
  color: #000000 !important;
  line-height:inherit !important;
  padding:10px 0;
}

#jPanelMenu-menu .current-menu-item > a {
  color: #000000;
  font-weight: bold;
  position:relative;
}


.header-nav li.opendiv{
}


#jPanelMenu-menu div.sub_menu_div{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  height:auto !important;
  float:left;
  display:none;
 
}

#jPanelMenu-menu li ul li {
  padding-left: 25px;
  padding-right: 0;
  line-height:inherit !important;
  height:auto !important;
  border-bottom:0;

}

#jPanelMenu-menu div.sub_menu_div{
height:0;
transition:height 0.5s;
-moz-transition:height 0.5s;
-webkit-transition:height 0.5s;

}

#jPanelMenu-menu div.sub_menu_div.drop_down_start{
height:auto;
display:block;
}

#jPanelMenu-menu>.menu-item-has-children>a>span.click_arrow{
position:relative;
   display: inline-block;
    height: 40px;
    line-height: inherit;
    position: absolute;
    width: 100px;
}

.jPanelMenu {
  overflow-x: visible !important;
}

#jPanelMenu-menu>.menu-item-has-children>a>span.click_arrow:before{
font-family:FontAwesome;
content:"\f107";
position:absolute;
padding-left:15px;
}


#jPanelMenu-menu li ul li li{
padding-left:0;
}


#jPanelMenu-menu .nav-dropdown ul li:last-child {
  border: 0 none;
}

/************* Page Settings *********************/


/************** woocommerce content on other pages *******************/

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 48%;
}/******** Miller Revolution slider style *********/.first-line {  color: #ffffff;  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.4));  font-size: 62px;  font-weight: 300;  letter-spacing: 6px;  text-transform: uppercase;}.second-line {  color: #ffffff;  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.4));  font-size: 14px;  letter-spacing: 5px;  text-transform: uppercase;}
/* 
.btn {  background-clip: padding-box;  border-radius: 0;  box-shadow: none;   padding: 12px 30px;  text-transform: uppercase;}.btn-slider {  background: #272727 none repeat scroll 0 0;  border-radius: 25px;  color: #ffffff !important;  font-size: 12px;  letter-spacing: 3px;}

 */
/********** button styling **************/



/*

 * Buttons

 */


.ttwo_flat_button_bg a{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1px;
  outline: medium none;
  padding:6px 12px !important;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-width:2px !important;
  margin-right:5px;
}



.ttwo_flat_button_bg a:hover{
	background:transparent !important;
}



.ttwo_flat_button a{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1px;
  outline: medium none;
  padding:6px 12px !important;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  margin-right:5px;
}



.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a:not(.active){
	background:transparent;
	border:1px solid transparent;
	border-bottom:0;
		color:#555 !important;
		font-weight:700;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a:hover{
		color:#f7465B !important;

}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active{
	background:#fff;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a{
	border:1px solid #eee;
	border-bottom:0;
	color:#f7465B !important;
	background:transparent !important;
	font-weight:700;
}

.vc_tta-color-grey.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body{
	border:1px solid #eee !important;
	background:#fff !important;
}

.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tabs-container{
	position:relative;
	bottom:-1px;
	z-index:9;
}

.vc_tta.vc_general .vc_tta-panels-container, .vc_tta.vc_general .vc_tta-panels{
	z-index:8;
}

.wpb_content_element.no_margin_bottom{
	margin-bottom:15px;
}


.btn {

    position: relative;

    display: inline-block;

    outline: none;

    border-radius: 0;

    background: none;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-weight: 500;

    cursor: pointer;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;
	padding:6px 12px;
	font-size:14px;

}



.btn-default {

    color: #464f5d;

    background-color: #fff;

    border-color: #eee;

}

.btn-default:hover,

.btn-default:focus,

.btn-default:active,

.btn-default.active,

.open .dropdown-toggle.btn-default {

    color: #333;

    background-color: #eee;

    border-color: #eee;

}

.btn-border {

    border: 2px solid #F7465B;

    background-color: rgba(255, 255, 255, 0);

    color: #F7465B;

}

.btn-border:hover,

.btn-border-white:active {

    border: 2px solid #F7465B;

    background-color: #F7465B;

    color: #fff;

}



.border-btn,.btn-black{
display:inline-block;
}

.border-btn a {
  border: 2px solid #272727;
  color: #272727;
  display: inline-block;
  float: right;
  font-size: 12px;
  height: 60px;
  letter-spacing: 3px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  width: 180px;
}


.btn-black a {
  background: #272727 none repeat scroll 0 0;
  color: #ffffff;
    border: 2px solid #272727;

  display: inline-block;
  float: right;
  font-size: 12px;
  height: 60px;
  letter-spacing: 3px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  width: 180px;
}


.aligncenter{
text-align:center;
}

.section-heading{
float:left;
width:100%;
}


.section-heading.left{
text-align:left;
float:left;
width:100%;
}

.section-heading.light h2{
color:#fff;
}

.section-heading.right{
text-align:right;
}

.section-heading.dark{
color:#383838;
}
.section-heading.center{
text-align:center;
}


.section-heading.left .section-dec{
float:left;
}

.section-heading.right .section-dec{
float:right;
}

.section-heading h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px;
  letter-spacing: 2px;
  }
  
  .section-heading .section-dec {
  width: 80px;
  height: 1px;
  background-color: #dddddd;
  margin: 15px auto 30px auto;
  }
  
  
 em {
  color: #aaaaaa;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.portfolio {
  background: #272727;
}


#jPanelMenu-menu li a i.fa.fa-chevron-down{
display:none;
}

/************ Owl Carousel ************/
/* 
.owl-carousel{
display:inline-block !important;
} */


.owl-carousel{
float:left;
}


#owl-portfolio .item {
  padding: 20px 0px 60px 0px;
  margin: 10px;
}

#owl-portfolio {
  margin-left: -10px;
  margin-right: -10px;
}
#owl-portfolio img {
  width: 100%;
}
figure {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
}


.owl_portfoio figure img , #portfolio-grid figure img {

  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  -ms-transition-delay: .1s;
  transition-delay: .1s;
  float:left;
  
}

.owl_portfoio figure:hover img,#portfolio-grid figure:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


figcaption h3 {
  color: #272727;
  padding: 10px 20px;
  margin-bottom: 0;
  position: relative;
  right: 100%;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
figcaption p {
  color: #757575;
  padding: 0px 20px;
  position: relative;
  left: 100%;
}
figure:hover h3,
figure:hover p {
  left: 0;
  -webkit-transition: all 1.0s;
  -moz-transition: all 1.0s;
  -o-transition: all 1.0s;
  -ms-transition: all 1.0s;
  transition: all 1.0s;
}
figcaption a:hover {
  color: #484848;
}

.map_wrapper #map_canvas{
height:380px;
}


.contact_name,.contact_email,.contact_subject{
width:31%;
float:left;
margin-right:20px;
}

p.you_message{
float:left;
margin-top:20px;
width:100%;
}


.wpcf7-form p.submit input{
margin-top:20px;
float:left;
padding:12px 40px;
border:0;
background:#000;
color:#fff;
}


.owl-navigation .btn {
  background: #ffffff none repeat scroll 0 0;
  display: inline-block;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  width: 60px;
  color:#383838;
  margin-right:5px;
}

.owl-navigation .go-to {
  background: #ffffff none repeat scroll 0 0;
  display: inline-block;
  float: right;
  font-size: 12px;
  color:#383838;
  height: 60px;
  letter-spacing: 3px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
}

/************ Testimonial Carousel ************/



#owl-demo .item {
  margin: 10px;
  padding: 30px 0;
}

/********** post slider blog grid ***********/

.blog_list .post_slider #owl-demo .item{
	padding:0 0 30px 0;
}

#owl-testimonial .item {
  margin: 10px;
  padding: 30px 0;
}


.testimonials-post {
  background: #ffffff none repeat scroll 0 0;
  padding: 30px;
  text-align: center;
}

.testimonials-post span {
  color: #757575;
  font-size: 18px;
}

.testimonials-post p {
  font-size: 12px;
  font-style: italic;
  padding-top: 15px;
}

.testimonials-post h6 {
  font-size: 15px;
  padding-top: 15px;
}

.testimonials-post h6 {
  font-size: 15px;
  padding-top: 15px;
}

.owl-controls {
  text-align: center;
  width: 100%;
}

.owl-theme .owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #888888;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 0 5px;
  opacity: 0.5;
  width: 12px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  display: inline-block;
  opacity: 1;
}


/************** Blog stying *****************/

.wpb_wrapper .blog-item.blog_list.shortcode{
width:33.333333%;
padding:15px;
padding:15px;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.blog-item.blog_list.shortcode{
width:33.333333%;
padding:15px;
padding:15px;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.page_content_wrapper .blog-item  article .post_content .post_content_inner {
  padding: 30px 20px 45px 20px;
}


.blog-item img:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s ease 0s;
}

.blog-item.blog_list.shortcode:nth-child(3n+1){
clear:left;
}


.blog-item.blog_list.shortcode h2{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top:15px;
  margin-bottom:0;
}

.wpb_wrapper .blog-item.blog_list.shortcode h2{
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top:15px;
  margin-bottom:0;
}


.wpb_wrapper .blog-item.blog_list.shortcode .post_info{
margin-bottom:15px;
}


.blog-item .read-more,.post_content .read-more {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  text-align: right;
  margin-top:15px;
}

.post_content .read-more{
border-bottom:0;
}

.blog-item .read-more a ,.post_content .read-more a {
  color: #aeaeae;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  margin-top:10px;
 }
 
 .blog-item .read-more a:hover ,.post_content .read-more a:hover {
  color: #272727;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/*********** Recent widget Styling **********/

#footer ul.recent-item {
  padding: 0;
  margin: 0;
}


#footer ul.recent-item li {
  list-style: none;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

#footer ul.recent-item a {
  color: #aaa;
}

#footer ul.recent-item span.post-info {
  display: block;
}



#footer ul.recent-item li .post-info {
  margin-top: 5px;
  font-size: 13px;
  color: #757575;
 }
 
 #footer ul.recent-item li img {
  width: 70px;
  height: auto;
  float: left;
  background-size: cover;
  overflow: hidden;
  margin-right: 15px;
 }
 

 .sidebar_widget ul.recent-item {
  padding: 0;
  margin: 0;
}


.sidebar_widget ul.recent-item li {
  list-style: none;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  width:100%;
}

.sidebar_widget ul.recent-item a {
  color: #aaa;
}

.sidebar_widget ul.recent-item h5{
    margin-top: 0;
    margin-bottom: 10px;
    color: #475258;
    font-size: 16px;
	font-weight:700;
}



.sidebar_widget ul.recent-item a>span.post-info{
    display: block;
    float: left;
    margin-top: 6%;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

.sidebar_widget ul.recent-item a{
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.sidebar_widget ul.recent-item span.post-info {
  display: block;
}


.sidebar_widget ul.recent-item li .post-info {
  margin-top: 5px;
  font-size: 13px;
  color: #757575;
 }
 
.sidebar_widget ul.recent-item li img {
  width: 70px;
  float: left;
  background-size: cover;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom:40px;
 }
 
 
 #footer_bottom {
 background:#1D1D25;
 float:left;
 width:100%;
 border-top:0;
 color:#fff;
 
 }
 
 /************** Portfolio Grid Options ************/
  #portfolio-grid{
	  	  background:#1d1d25;
	  
  }
 #portfolio-grid .item{
 width:33.3333%;
 display:inline-block;
 padding-left:0;
 padding-right:0;
 margin-bottom:0;
  transition:bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition:bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition:bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	  margin-left:0;
	  margin-top:0;
	 


}	  
 
  #portfolio-grid .item {
	  
	  background:#1d1d25;
  }
  
  #portfolio-grid .item img{
	  opacity:0.4;
	  -moz-opacity:0.4;
  }
  
   #portfolio-grid .item:hover img{
	   opacity:1;
	   -moz-opacity:1;
   }
 
 
  #portfolio-grid .item.four_col{
 width:25%;
 float:left;
 padding-left:0;
 padding-right:0;
 
 }
 
 
  #projects-filter{
  text-align:center;
  float:left;
  width:100%;
  margin-bottom:80px;
  margin-top:50px;
  }
  
  #portfolio-grid{
  float:left;
  width:100%;
  
  }


 #projects-filter a {
  border: 1px solid #e4e2e2;
  cursor: pointer;
  display: inline-block;
  font: 400 11px "Open Sans",sans-serif;
  margin: 10px 0 0 5px;
  overflow: visible;
  padding: 12px 26px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
    color: #757575;
}

 #projects-filter a.active {
  background-color: #272727;
  color: #ffffff;
  cursor: default;
}


#portfolio-grid .item.four_col{
	overflow:hidden;
}

#portfolio-grid .item:hover div.content_portfolio{
	
bottom:0;

}


.owl_portfoio .item:hover div.content_portfolio{
	
bottom:0;
}

.owl_portfoio .item img{
	opacity:0.4;
	-moz-opacity:0.4;
}
.owl_portfoio .item:hover img{
	opacity:1;
	-moz-opacity:1;
}


.owl_portfoio .item{
	position:relative;
	
}
div.content_portfolio{
position:absolute;
bottom:-80px;
height:80px;
background:#f7465b;
width:100%;
color:#fff;
 -webkit-box-sizing:border-box;
  transition:bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition:bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition:bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  text-align:center;
}


div.content_portfolio h3 a{
color:#fff;
margin:0;

 }

div.content_portfolio h3{
color: #fff;
font: 700 16px/18px sans-serif;
margin:0;
margin-bottom: 5px;
margin-top:20px;
}

div.content_portfolio  span.desc{ 
   color: #ffffff;
   font: 400 13px/16px sans-serif;
   text-transform:Capitalize;
   
}
 
/********* Single Project sidebar **********/



.single-project-sidebar {
  margin-bottom: 50px;
  margin-left: 30px;
  padding-top: 20%;
}

.single-project-sidebar .about-author img {
  border: 5px solid #ffffff;
  border-radius: 50%;
  margin-top: -110px;
  width:140px;
}


.single-project-sidebar .about-author {
  background-color: #f2f2f2;
  padding:15px;
  width:100%;
  text-align: center;
}

.single-project-sidebar .about-author h3 {
  margin-bottom: 5px;
}

.single-project-sidebar .about-author span {
  color: #9e9e9e;
  font-size: 13px;
}

.single-project-sidebar .about-author p {
  margin-top: 15px;
}
.single-project-sidebar .info {
  border: 1px solid #eeeeee;
  margin: 15px 0;
  padding: 15px;
  text-align: center;
  width: 100%;
}

.single-project-sidebar .info span {
  color: #aaaaaa;
  font-weight: 600;
}

.single-project-sidebar .info span em {
  color: #272727;
  font-style: normal;
}

.single-project-sidebar .info .social-icons {
  text-align: center;
}

.single-project-sidebar .info .social-icons ul {
  margin: 0;
  padding: 0;
}

.single-project-sidebar .info .social-icons ul li {
  display: inline-block;
  list-style: outside none none;
}

.single-project-sidebar .info .social-icons ul a {
  background-color: #e7e7e7;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 28px;
  line-height: 30px;
  margin: 0 5px;
  width: 28px;
}

.prev-btn a {
  background: #757575 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 60px;
  letter-spacing: 3px;
  line-height: 60px;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 180px;
  float:left;
}


.project_navigation{
float:left;
width:100%;
margin-bottom:40px;
}


.next-btn a {
  background: #272727 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 60px;
  letter-spacing: 3px;
  line-height: 60px;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 180px;
  float:right;
}
 

 body.single-portfolio_page .page_content_wrapper article .post_image img {
  border-radius: 3px;
  width: 100%;
}
 
 
  body.single-portfolio_page .post_image a{
  float:left;
  width:100%;
  }
  
  
  .similar-projects{
	float:left;
	width:100%;
	padding: 100px 0;
  }
  
  
  
  
  
 .similar-projects .item {
  box-sizing: border-box;
  float: left;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  transition:all 04s ease;
}

 .similar-projects .item img {
	 float:left;
 }


 .similar-projects .item:hover div.content_portfolio{
	 bottom:0;
 }


  
  .similar-projects {
  border-top: 1px solid #dddddd;
}


.single-project-sidebar .info span em {
  color: #272727;
  font-style: normal;
  font-size:14px;
  font-weight:600;
  line-height:20px;
}

.post_content_text em{
position:relative;
}

.post_content_text p em {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #aaa;
  margin-top:20px;
  margin-bottom:20px;
}

.post_content_text em:before{
content:"\f129";
font-family:FontAwesome;
background-color: #272727;
color: #ffffff;
display: inline-block;
height: 40px;
line-height: 40px;
margin-right: 15px;
text-align: center;
width: 40px;
}

.single-project-item p em i {

}

.post_type.portfolio_grid_three{
	padding-bottom:0;
	
}



/*   body.single-portfolio_page .page_content_wrapper article .post_content .post_content_inner {
  background-color: #f2f2f2;
 
} */

/* body.single.single-post article .post_content .post_content_inner{
background:#f2f2f2;
} */


.comment-body em{
margin-left:50px;
font-size:13px;
}

/*********** Team member Styling ***********/

.team-member.four_col{
width:25%;
float:left;
position:relative;
overflow:hidden;
padding-left:0;
padding-right:0;
margin-bottom:30px;
}


.team-member.three_col{
width:33.3333%;
float:left;
position:relative;
overflow:hidden;
margin-bottom:30px;
}


.team_wrapper{
	position:relative;
	float:left;
	width:100%;
}


.team-member img {
  width: 100%;
  background-size: cover;
  overflow: hidden;
  position:relative;
  transition: all 0.4s ease 0s;
  top:0;
  opacity:0.4;
  float:left;
  -moz-opacity:0.4;
}

.team-member img:hover {
  opacity: 1;
  -moz-opacity:1;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  top:-30px;
  
  }
  
  .team-member .social-icons ul a:hover {
    background-color: #272727;
    transition: all 1s ease 0s;
}

.team-member .team-content {
  background: #F7465B;
  padding: 5px 0 20px 0;
  text-align: center;
  float:left;
  width:100%;
  position:absolute;
  bottom:-120px;
  height:80px;
transition: all 0.4s ease 0s;
 }
 
.team-member:hover .team-content{
	bottom:0;
}

.team-member .team-content h3 {
margin-bottom:5px;
margin-top:5px;
font-size:18px;
text-transform:uppercase;
color:#fff;

}
  
  
.team-member .team-content span {
font-size: 13px;
color: #9e9e9e;
}
  
  .team-member .team-content p {
  margin-top: 15px;
}

.team-member .social-icons {
  text-align: center;
 
}

.team-member .social-icons ul {
  padding: 0;
  margin: 0;
}

.team-member .social-icons ul li {
  list-style: none;
  display: inline-block;
}

.team-member .social-icons ul a {
  color: white;
  font-size: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ddd;
  display: inline-block;
  line-height: 30px;
  margin: 15px 5px;
  background:#f7465b;
}

/************* Client Image **************/

.client_image .vc_single_image-wrapper{
display:block !important;
margin-bottom:30px;
}

.client_image img{
  background-size: cover;
  overflow: hidden;
  padding: 30px;
  background-color: #ffffff;
  width: 100%;
  height: 85px !important;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:block;
  -webkit-box-sizing:border-box;
}

.client_image {
  margin-bottom: 30px;
}


/****************** VC Heading Shortcode styling *******************/

.miller_heading_section{
	float:left;
	width:100%;
}
.miller_heading_section .line {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 5px 0px 15px 0px;
    width: 100%;
    height: 3px;
    background: #F7465B;
    text-align: center;
	
}

.miller_heading_section  .heading{
	float:left;
	width:100%;
}

.miller_heading_section .sub_heading_text{
	float:left;
	width:100%;

} 

.miller_heading_section .line i {
    position: relative;
    bottom: 15px;
    padding: 0px 11px 0px 11px;
    background: #fefefe;
    color: #F7465B;
    font-weight: bold;
    font-size: 30px;
	
}

.opacity_img img{
	opacity:0.4;
	transition:all 0.4s ease;
	cursor:pointer;
}


.opacity_img img:hover{
	opacity:1;
}

.margin_zero_bottom{
	margin-bottom:0 !important;
}


/************** Contact Form ******************/

.contact_form_section .half_section {
	width:46%;
	float:left;
	padding-left:2%;
	padding-right:2%;
	
}
.contact_form_section .half_section span + br{
	
display:none;
}
.contact_form_section .half_section input{
	margin-bottom:15px;
	height:44px;
	padding-left:15px;
	text-transform:uppercase;
	color:#697177;
	border:0;
}

.contact_form_section .half_section textarea{
	height:90px;
	padding:15px;
	margin-bottom:20px;
	text-transform:uppercase;
	color:#697177;
	border:0;
}

.contact_form_section .contact_button input{
    width: 100%;
    height: 50px;
    border-radius: 0;
    background: #212127;
    color: #fff;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:1px;
	cursor:pointer;
	border:0;
	font-size:18px;
	border:0;
}

/************** audio slider of post grid **************/


.page_content_wrapper article .post_image a.mejs-mute{
	width:auto;
	float:left;
}

 .mejs-controls div.mejs-time-rail {
  position:relative;
  overflow:hidden;
  height:60px !important;
}


.mejs-controls div.mejs-time-rail {
  overflow: hidden;
  position: relative;
  width: 70% !important;
  	margin-left:10px !important ;
	margin-right:10px !important;
}

.mejs-controls div.mejs-time-rail>span{

}

.blog_list .mejs-controls div.mejs-time-rail {
  overflow: hidden;
  position: relative;
  width: 35% !important;
}

 .mejs-controls div.mejs-time-rail span.mejs-time-slider{
  margin-left: 0;
  margin-right: 10px;
  width:100% !important;
}


 .mejs-controls div.mejs-time-rail span{
	margin-right:10px;
	margin-left:0;
}

/****************** vc icon style overwrite ******************/



.wpb_wrapper .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon{
	
	font-size:2.85em !important;
	
}

.wpb_wrapper .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner{
transition:all 0.4s ease;
-webkit-transition:all 0.4s ease;
-moz-transition:all 0.4s ease;
}

.wpb_column.vc_column_container.icon_hover:hover .vc_icon_element-inner{
background-color:#f7465b !important;
}

 .vc_icon_element-inner span{
	transition:all 0.4s ease;
-webkit-transition:all 0.4s ease;
-moz-transition:all 0.4s ease;
 }
 
div.vc_icon_element{
	margin-bottom:25px;
}
.wpb_column.vc_column_container.icon_hover:hover .vc_icon_element-inner span{
color:#fff !important;
}




.wpb_wrapper .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon{
	font-size:2.2em !important;
}



div.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button{
margin-bottom:0;
}


/**************** padding_class_vc *************************/


div.vc_row.padding_100,div.vc_row .padding_100{
	padding-top:100px;
	padding-bottom:100px;
}

div.vc_row.padding_90,div.vc_row .padding_90{
	padding-top:90px;
	padding-bottom:90px;
}

div.vc_row.wpb_row.padding_80,div.vc_row.wpb_row .padding_80{
	padding-top:80px;
	padding-bottom:80px;
}

div.vc_row.wpb_row.padding_70,div.vc_row.wpb_row .padding_70{
	padding-top:70px;
	padding-bottom:70px;
}
div.vc_row.wpb_row.padding_60, div.vc_row.wpb_row .padding_60{
	padding-top:60px;
	padding-bottom:60px;
}
div.vc_row.wpb_row.padding_50,div.vc_row.wpb_row .padding_50{
	padding-top:50px;
	padding-bottom:50px;
}
div.vc_row.wpb_row.padding_40,div.vc_row.wpb_row .padding_40{
	padding-top:40px;
	padding-bottom:40px;
}
div.vc_row.wpb_row.padding_30, div.vc_row.wpb_row .padding_30{
	padding-top:30px;
	padding-bottom:30px;
}
div.vc_row.wpb_row.padding_20,div.vc_row.wpb_row .padding_20{
	padding-top:20px;
	padding-bottom:20px;
}
div.vc_row.wpb_row.padding_10,div.vc_row.wpb_row .padding_10{
	padding-top:10px;
	padding-bottom:10px;
}

/**************** padding_class_vc left right padding *************************/


div.vc_row.paddinglr_100,div.vc_row .paddinglr_100{
	padding-left:100px;
	padding-right:100px;
}

div.vc_row.paddinglr_90,div.vc_row .paddinglr_90{
	padding-left:90px;
	padding-right:90px;
}

div.vc_row.wpb_row.paddinglr_80,div.vc_row.wpb_row .paddinglr_80{
	padding-left:80px;
	padding-right:80px;
}

div.vc_row.wpb_row.paddinglr_70,div.vc_row.wpb_row .paddinglr_70{
	padding-left:70px;
	padding-right:70px;
}
div.vc_row.wpb_row.paddinglr_60, div.vc_row.wpb_row .paddinglr_60{
	padding-left:60px;
	padding-right:60px;
}
div.vc_row.wpb_row.paddinglr_50,div.vc_row.wpb_row .paddinglr_50{
	padding-left:50px;
	padding-right:50px;
}
div.vc_row.wpb_row.paddinglr_40,div.vc_row.wpb_row .paddinglr_40{
	padding-left:40px;
	padding-right:40px;
}
div.vc_row.wpb_row.paddinglr_30, div.vc_row.wpb_row .paddinglr_30{
	padding-left:30px;
	padding-right:30px;
}
div.vc_row.wpb_row.paddinglr_20,div.vc_row.wpb_row .paddinglr_20{
	padding-left:20px;
	padding-right:20px;
}
div.vc_row.wpb_row.paddinglr_10,div.vc_row.wpb_row .paddinglr_10{
	padding-left:10px;
	padding-right:10px;
}

/**************** padding_class_vc right padding *************************/


div.vc_row.paddingr_100,div.vc_row .paddingr_100{
	padding-right:100px;
}

div.vc_row.paddingr_90,div.vc_row .paddingr_90{
	padding-right:90px;
}

div.vc_row.wpb_row.paddingr_80,div.vc_row.wpb_row .paddingr_80{
	padding-right:80px;
}

div.vc_row.wpb_row.paddingr_70,div.vc_row.wpb_row .paddingr_70{
	padding-right:70px;
}

div.vc_row.wpb_row.paddingr_60, div.vc_row.wpb_row .paddingr_60{
	padding-right:60px;
}

div.vc_row.wpb_row.paddingr_50,div.vc_row.wpb_row .paddingr_50{
	padding-right:50px;
}

div.vc_row.wpb_row.paddingr_40,div.vc_row.wpb_row .paddingr_40{
	padding-right:40px;
}

div.vc_row.wpb_row.paddingr_30, div.vc_row.wpb_row .paddingr_30{
	padding-right:30px;
}

div.vc_row.wpb_row.paddingr_20,div.vc_row.wpb_row .paddingr_20{
	padding-right:20px;
}

div.vc_row.wpb_row.paddingr_10,div.vc_row.wpb_row .paddingr_10{
	padding-right:10px;
}


/**************** padding_class_vc left padding *************************/


div.vc_row.paddingl_100,div.vc_row .paddingl_100{
	padding-left:100px;
}

div.vc_row.paddingl_90,div.vc_row .paddingl_90{
	padding-left:90px;
}

div.vc_row.wpb_row.paddingl_80,div.vc_row.wpb_row .paddingl_80{
	padding-left:80px;
}

div.vc_row.wpb_row.paddingl_70,div.vc_row.wpb_row .paddingl_70{
	padding-left:70px;
}
div.vc_row.wpb_row.paddingl_60, div.vc_row.wpb_row .paddingl_60{
	padding-left:60px;
}
div.vc_row.wpb_row.paddingl_50,div.vc_row.wpb_row .paddingl_50{
	padding-left:50px;
}
div.vc_row.wpb_row.paddingl_40,div.vc_row.wpb_row .paddingl_40{
	padding-left:40px;
}
div.vc_row.wpb_row.paddingl_30, div.vc_row.wpb_row .paddingl_30{
	padding-left:30px;
}
div.vc_row.wpb_row.paddingl_20,div.vc_row.wpb_row .paddingl_20{
	padding-left:20px;
}
div.vc_row.wpb_row.paddingl_10,div.vc_row.wpb_row .paddingl_10{
	padding-left:10px;
}

/****************** padding top class ************************/

div.vc_row.padding_top_100,div.vc_row .padding_top_100{
	padding-top:100px;
}

div.vc_row.padding_top_90,div.vc_row .padding_top_90{
	padding-top:90px;
}

div.vc_row.wpb_row.padding_top_80,div.vc_row.wpb_row .padding_top_80{
	padding-top:80px;
}

div.vc_row.wpb_row.padding_top_70,div.vc_row.wpb_row .padding_top_70{
	padding-top:70px;
}
div.vc_row.wpb_row.padding_top_60, div.vc_row.wpb_row .padding_top_60{
	padding-top:60px;
}
div.vc_row.wpb_row.padding_top_50,div.vc_row.wpb_row .padding_top_50{
	padding-top:50px;
}
div.vc_row.wpb_row.padding_top_40,div.vc_row.wpb_row .padding_top_40{
	padding-top:40px;
}
div.vc_row.wpb_row.padding_top_30, div.vc_row.wpb_row .padding_top_30{
	padding-top:30px;
}
div.vc_row.wpb_row.padding_top_20,div.vc_row.wpb_row .padding_top_20{
	padding-top:20px;
}
div.vc_row.wpb_row.padding_top_10,div.vc_row.wpb_row .padding_top_10{
	padding-top:10px;
}

/****************** padding bottom class ************************/

div.vc_row.padding_bottom_100,div.vc_row .padding_bottom_100{
	padding-bottom:100px;
}

div.vc_row.padding_bottom_90,div.vc_row .padding_bottom_90{
	padding-bottom:90px;
}

div.vc_row.wpb_row.padding_bottom_80,div.vc_row.wpb_row .padding_bottom_80{
	padding-bottom:80px;
}

div.vc_row.wpb_row.padding_bottom_70,div.vc_row.wpb_row .padding_bottom_70{
	padding-bottom:70px;
}
div.vc_row.wpb_row.padding_bottom_60, div.vc_row.wpb_row .padding_bottom_60{
	padding-bottom:60px;
}
div.vc_row.wpb_row.padding_bottom_50,div.vc_row.wpb_row .padding_bottom_50{
	padding-bottom:50px;
}
div.vc_row.wpb_row.padding_bottom_40,div.vc_row.wpb_row .padding_bottom_40{
	padding-bottom:40px;
}
div.vc_row.wpb_row.padding_bottom_30, div.vc_row.wpb_row .padding_bottom_30{
	padding-bottom:30px;
}
div.vc_row.wpb_row.padding_bottom_20,div.vc_row.wpb_row .padding_bottom_20{
	padding-bottom:20px;
}
div.vc_row.wpb_row.padding_bottom_10,div.vc_row.wpb_row .padding_bottom_10{
	padding-bottom:10px;
}

/*********** contact form styling contact page *************/

.contact_form_row{
	float:left;
	width:100%;
}

.contact_form_row span{
	width:48%;
	padding-right:2%;
	float:left;
}

.contact_form_row span + br{
	display:none;
} 
	

.contact_form_row span input{
	width:100%;
	border:1px solid #eee;
}

.contact_form_row span textarea{
	box-sizing:border-box;
   -webkit-box-sizing:border-box;
   -moz-box-sizing:border-box
}

.contact_form_row.textarea span{
	width:98%;
	padding:0;
}

.contact_form_row span input[type="url"]{
	padding:10px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.contact_form_button input{
	padding:15px 25px;
	background:#F7465B;
	color:#fff;
	border:0;
	font-size:18px;
	text-transform:uppercase;
}


/************ Vc left right arrow ****************/

.vc_images_carousel .vc_carousel-control{
    display: block;
    width: 50px !important;
    height: 50px !important;
    font-size: 26px;
    line-height: 48px;
    margin-top: -25px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}


.vc_images_carousel .vc_carousel-indicators li{
background:#fff !important;
border-color:#fff !important;
}

.vc_images_carousel .vc_carousel-indicators li.vc_active{
background:#F7465B !important;
border-color:#F7465B !important;
}


span.blog_prev_link{
	padding:5px 14px;
	background:#ffffff;
	color:#383838;
	float:left;
	border:1px solid #ddd;
	font-size:16px;
	border-radius:15px;
}

span.blog_next_link{
	padding:5px 14px;
	background:#ffffff;
	color:#383838;
	float:right;
	border:1px solid #ddd;
	font-size:16px;
	border-radius:15px;
}