/****************/
/*    Fonts     */
/****************/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Josefin+Slab:700);
span { color:#C32026;}

h1,h2,h3,h4,h5,h6 { margin-top:10px; -webkit-text-stroke: 1px rgba(143, 142, 142, 0.2);}

a, a:hover {
	color:#C32026; text-decoration: none;}

.full .container { max-width: 100% !important; }
.container .container { width: 100%; padding-right:0; padding-left:0; }
.wpb_row{ margin-right:0 !important; margin-left:0 !important; }

img{
  display: block;
  max-width: 100%;
  height: auto;
}
#qLoverlay{ position:fixed; z-index:99999; top:0; right:0; width:100%; height:100%; background:#fff;}
.icon-2x {
   font-size: 2em;
}

.icon-4x{
	font-size: 50px;
}

.icon-5x {
  font-size: 5em;
}

.icon-6x{
	font-size: 20px;
}
.fa-rotate-30 {
-webkit-transform: rotate(-30deg);
-moz-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
transform: rotate(-30deg); 
font-size: 18px; color: #393939;  
float: right;
margin: 9px 15px 0 3px;
}
.bigP, .bigP p { font-size: 18px; line-height: 30px; }
input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    cursor:pointer;
    display:block;
    width:14px;
    color: #909090;
    padding-right: 5px;
    position:relative;
    background: #000!important;
	border: 1px solid #ebebeb;
}

input[type=number]::-webkit-inner-spin-button:before {
	-webkit-appearance: none;
	content: "+";
	position: absolute;
	top: 0;
	left:0;
	width: 20px;
	height:18px;
	font-family:monospace;
    line-height:19px;
	border-right: 1px solid #ebebeb;
    background: #f6f6f6!important;	
}
input[type=number]::-webkit-inner-spin-button:after {
    -webkit-appearance: none;
	content: "-";
	position: absolute;
	left:0;
	top: 17px;
	height:18px;
	width: 20px;
	font-family:monospace;
    line-height:19px;
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	background: #f6f6f6!important;
}

.social{
	float: left;
	height: auto;
	width: 100%
}

.social a{
	color: #fff;
}

.social a:hover .social-box{
	color: #505050;
	background: #fff;
}
.social-box{
	font-size: 16px;
	border: 2px solid #fff;
	height: 34px;
	line-height: 32px;
	text-align: center;
	min-width: 34px;
	float: left;
	margin-right: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
  	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.social-box i{ display: inline-block !important;}

.titleBorder{
  color:#C32026;
  background: url(../img/threeline.png) repeat-x bottom;
  padding-bottom: 1px;
}
.wpb_row.vc_row-fluid.full .wpb_column { padding: 0 !important; }

.western_section_title { position: relative; }
.western_section_title h1 {
color: #C32026;
margin-top: 50px;
border-bottom: 3px solid #f2f2f2;
line-height: 1;
padding-bottom: 10px;
position: relative;
display: block;
font-weight:400;
}
.western_section_title h1:after {
content: "";
display: block;
width: 100%;
height: 1px;
margin-top: 15px;
background: #f2f2f2;
position: absolute;
}
.western_section_title h2 {
color: #5c5c5c;
margin-top: 35px;
line-height: 1;
font-weight:400;
}
.western_section_title .section_icon {
position: absolute;
top: -33px;
left:0;
font-size: 60px;
}
.western_section_title .section_icon i{color:#f2f2f2;}
@media screen and (-webkit-min-device-pixel-ratio:0) {    
	.western_section_title .section_icon i{color:transparent;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #f2f2f2;} 
}

.caption .section_icon {
position: absolute;
top: -33px;
left:14px;
font-size: 60px;
}
.caption .section_icon i{color:#f2f2f2;}
@media screen and (-webkit-min-device-pixel-ratio:0) {    
	.caption .section_icon i{color:transparent;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #f2f2f2;} 
}
/************************/
/* Header - Logo - Menu */
/************************/
header{
	padding: 0;
	background: #fff;
}
.western-header {
	min-height: 46px;
	position: relative;
	width: 100%;
	z-index:3000;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	-webkit-text-stroke: 1px rgba(143, 142, 142, 0.2);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.western-header ul { 
	padding-top: 7px; 	
	-webkit-transition: padding 0.4s ease;
	-moz-transition: padding 0.4s ease;
	-ms-transition: padding 0.4s ease;
	-o-transition: padding 0.4s ease;
	transition: padding 0.4s ease;
}
.banner{
	text-align: center;
}

.logo{ 
	float: right;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.right-side .logo { width: 100%; }

.navbar-toggle { margin-top:5px; }

.navbar{
	margin-bottom: 0;
	padding: 15px 0;
	border: 0;
	-webkit-transition: padding 0.4s ease;
	-moz-transition: padding 0.4s ease;
	-ms-transition: padding 0.4s ease;
	-o-transition: padding 0.4s ease;
	transition: padding 0.4s ease;
}
.navbar.header-1 { padding: 20px 0 17px 0; }

.western-header.header-1:before {
	width: 100%;
    height: 3px;
    background: url(../img/colourfull-line.jpg) repeat-x;
    content: "";
    display: block;
}
.is-sticky .western-header.header-1:before {
    height: 0;
}
.western-header.header-1:after {
width: 100%;
background: #F4F4F4;
height: 1px;
content: "";
display: block;
position: absolute;
bottom: -3px;
}
.navbar-collapse {
	padding-left: 0;
}

.navbar-nav>li>a{
	margin-right: 2px;
	padding: 6px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.navbar-default .navbar-nav>li.firstitem.current-menu-item>a, .navbar-default .navbar-nav>li.firstitem.current-menu-parent>a {
color: #ffffff;
background-color: #C32026;
}
.dropdown-menu {
	border: 0;
	border-top: 4px solid #C32026;
  min-width: 200px;
}
.dropdown-menu .dropdown:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #f2f2f2;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #696969;
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 22px;
  padding: 0;
}
.navbar-nav>li>.dropdown-menu li {
    padding: 0 15px 0 15px;
  }
.open>.dropdown-menu {
display: none;
}

.navbar-left .dropdown-menu {
	right: 0;
	left: auto;
}

.dropdown-menu>li>a {
  line-height: 2.428571; 
  border-top: 1px solid #dbdbdb;
  padding: 6px 40px 6px 1px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.dropdown-menu>li:first-child>a { border-top: 1px solid transparent; }
.western-waypoint { 
	-webkit-transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition:         all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	direction: rtl;
}

.dropdown-menu>.dropdown { position: relative; } 
.dropdown-menu>.dropdown>.dropdown-menu { 
	position: absolute; top:0; right: 100%; 
	display: none;
	float: right;
	min-width: 200px;
	margin: -4px 0 0;
    padding-top: 0;
	list-style: none;
	font-size: 14px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu li:hover > ul.dropdown-menu {
	display: block;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background: none; }

.right-side .navbar-toggle { margin-left: 0; float: right; margin-right: 5px; }
/*************************/
/*     Header Style 2    */
/*************************/
.header-2 {
	padding-top: 0;
	padding-bottom:0;
	text-align: center;
	background: #f7f7f7;
}
.header-2 a i { display: block; font-size: 30px; color: #e1e1e1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

.header-2 .logo {
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-2 .navbar-nav>li>a {
	padding: 33px 52px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-right: 0;
	color: #8f8e8e;
	letter-spacing: 2px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-2 .navbar-nav>li.dropdown>ul { text-align: right; }

.header-2 .navbar-nav>li>.dropdown-menu { margin-top: 0; }

.header-2 ul {padding-top: 0; }
.header-2 ul {padding-top: 0; }
.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-item>a,.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover,.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus {color: #434343;background-color: #fff;}
.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a,.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover,.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus {color: #434343;background-color: #fff;}
.header-2 .navbar-default .navbar-nav>.open>a,.header-2 .navbar-default .navbar-nav>.open>a:hover,.header-2 .navbar-default .navbar-nav>.open>a:focus {color: #434343; background-color: #fff;}

.header-2 .navbar-default .navbar-nav>li>a:hover, .header-2 .navbar-default .navbar-nav>li>a:focus { color: #434343; background-color: #fff; }
.header-2 .navbar-default .navbar-nav>li>a:hover i, .header-2 .navbar-default .navbar-nav>li>a:focus i { color: #C32026;}

.header-2 .dropdown-menu>li>a:hover, .header-2 .dropdown-menu>li>a:focus {text-decoration: none;color: #C32026;background-color: transparent;}
.header-2 .dropdown-menu {border: 0;border-top: 4px solid #C32026;}

.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-item>a i, .header-2 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover i, .header-2 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus i, .header-2 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a i,.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover i,.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus i{
color: #C32026; 
}
/*************************/
/*  Header Style 2 Dark  */
/*************************/
.header-2.dark, .header-2.dark .header-2 { background: #1c1c1c; }
.header-2.dark .navbar-default .navbar-nav>.firstitem.current-menu-item>a, .header-2.dark .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover, .header-2.dark .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus {
color: #fff;
background-color: #1a1a1a;
}
.header-2.dark .navbar-default .navbar-nav>.firstitem.current-menu-parent>a,.header-2.dark .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover,.header-2.dark .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus { color: #fff;
background-color: #1a1a1a; }
.header-2.dark .navbar-default .navbar-nav>li>a:hover, .header-2.dark .navbar-default .navbar-nav>li>a:focus {
color: #fff;
background-color: #1a1a1a;
}
.header-2.dark .navbar-nav>li>a { color: #434343;}
.header-2.dark .navbar-nav>li>a i {
color: #434343;
}
.header-2.dark  .dropdown-menu>li>a:hover, .header-2 .dropdown-menu>li>a:focus {text-decoration: none;color: #fff;background-color: transparent;}
.header-2.dark  .dropdown-menu {border: 0;border-top: 4px solid #1c1c1c;}
/***********************/
/* Header Style 3 right */
/***********************/
.header-2.right_side { 
width: 160px;
position: fixed;
top: 0;
right: 0;
}
.mode2 .western-waypoint { 
overflow: hidden;
position: relative;
width: 100%;
right: 0;
top: 0;
padding-right: 160px;
}

.header-2.right_side .navbar-nav>li { float: none; }
.header-2.right_side .navbar-collapse .navbar-nav.navbar-left:last-child { margin:0;}
.header-2.right_side .navbar-nav { float: right;}

.header-2.right_side .navbar-left .dropdown-menu { right: 100%; top: 45%;}
/************************/
/* MEGA DROPDOWN MENU   */
/************************/
.multi.dropdown { position: static;}
.multi .dropdown-menu .dropdown:after { content:""; }
.navbar-left .dropdown-menu.multimenu {
	left:0;
	right: auto;
	padding-top: 18px;
	padding-bottom: 50px;	
}
.multi > ul {
	width: 100%;
	right: 0!important;
	top: 100%;
	margin-top: 0!important;
  overflow: hidden;
  padding: 0 15px !important;
}

.multi.dropdown > ul > li { width: 25%; float:right; }

.multi.dropdown > ul ul.dropdown { margin:0; padding:0; display: block!important; position: relative !important; top: auto; right: auto;}

.multi.dropdown .dropdown-menu>.dropdown>.dropdown-menu { position: relative; top: auto; right: auto; display: block !important; }

.multi .dropdown-menu>li>a
{ 
  border: none !important;  
  font-size: 22px;
	font-weight: 600; 
}

.multi .dropdown-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
  padding-bottom: 19px;
}

.multi .dropdown-menu ul li {
  padding:0;
}

.multi .dropdown-menu ul li a {
	color: #707070;
	border-bottom: 1px solid #E0E0E0;
	padding: 11px 0;
  display: block;
}

.multi .dropdown-menu ul li a:hover {
  color:#C32026;  
}

/************************/
/*    General Assets    */
/************************/
.gmap{  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */}
.slogan h3{font-family:"Josefin Slab", sans-serif; font-weight:bold; font-size:36px; color:#fff;}
.wpb_wrapper h2{font-weight:400;color:#5c5c5c;}
.small-title h4{font-size: 20px;font-weight: 400;color: #5c5c5c;}
.small-title-2 h4{font-size: 16px;font-weight: 400;color: #5c5c5c;}

button.search-icon{background:#2B96CC;}
/* Full Style 1 */
.fullstyle{background:#2B96CC;padding-bottom: 80px;padding-top: 40px;}
.fullstyle h3{font-size: 30px;font-weight:600;}
.fullstyle p{font-size: 18px;margin-bottom:25px;}
.fullstyle i {font-size:50px; color:#fff;}
/* Full Style 2*/
.fullstyle2{padding-top: 40px;}
.fullstyle2 h3{font-size: 30px;font-weight:600;}
.fullstyle2 p{font-size: 16px;}
.fullstyle2 i {font-size:50px;}
.fullstyle2 .tablepress [class*=column]+[class*=column]:last-child{float:left;}
.fullstyle2 tr{border-bottom: 1px solid #F1F1F2;}
/* Counters */
.counter h1{font-size:80px;}
.counter h6{font-size:28px;}
.western_title_icon { display: block; text-align: center; margin-bottom: 30px; }
.western_title_container { width: 62px; height: 62px; border-radius: 100%; margin: 0 auto; color: #fff; }
.western_title_icon i { font-size: 2em; color: #fff; line-height: 62px; }
.western_standard_icon { display: block; text-align: center; margin-bottom: 30px; }
.western_standard_icon i { font-size: 2em; color: #fff; line-height: 62px; }
.theme-default .nivo-controlNav a {display:none!important;}
.theme-default .nivo-directionNav a {
	width:42px !important;
	height:38px !important;
}

.theme-default a.nivo-nextNav {
	background-position:-42px 0 !important;
}
/* Element Container */

.bg-color {
	padding-top: 40px;
	padding-bottom: 40px;
}
.bg-color .bg-color {
  padding-top:40px;
}

.caption { position:relative; padding: 82px 0 50px 0; background: #fff; }
.caption h1 { color: #C32026;border-bottom: 3px solid #f2f2f2; line-height: 1; padding-bottom: 10px; position: relative; display: block; }
.caption h1:after { content: ""; display: block; width: 100%; height: 1px; margin-top:15px; background: #f2f2f2; position: absolute; }
.caption h2 { color: #5c5c5c; margin-top:35px ; line-height: 1; }
.caption p { font-size: 20px; margin: 36px 0 0 0; font-weight: 300; }

.western_video {
	position:relative;
}
.slider {
	padding-top: 0!important;
	padding-bottom: 0!important;
	border-bottom: 0!important;
}
.none-color { 
	border:0;
}

.video_back {
position: absolute;
top:0;
right: 0;
}
.video_back video {
min-width: 100%;
min-height: 100%;
}

.video_back video::-webkit-media-controls {
  display:none !important;
}
.video_back video::-webkit-media-controls-enclosure {
  display:none !important;
}

/* Background */
.asset-bg{background: #C32026;}

.white {
	background: #fff;
}
.greyshop{background: #ececec;}

.grey {
	background: #fbfbfb;
}

.greypricing {
	background: #535252;
}
.black {
	background: #161616;
}
.back-inherit {
	background: #fff;
}

.blackgrey{
	background: #474747;
}

.darkgrey {
	background: #f4f4f4 !important;
}
.greyclient{
	background: #f7f7f7;
}

.flex-control-nav li {margin: 0 5px;}

.teal-highlight{background: #C32026; color: #fff; padding:2px;}
.black-highlight{background: #000; color: #fff; padding:2px;}
.yellow-highlight{background: #ffff00; padding:2px;}

.font-italic{font-style: italic;}
.font-bold{font-weight: 600;}

.form-control { border: 1px solid #ebebeb; }

/* Custom Menu Widget */
.widget_nav_menu, .menu-widget {
	border-bottom: 4px solid #d2d2d2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.widget_nav_menu h2, .menu-widget h4 {
  font-weight:600;
  margin-bottom:0px !important;
	font-size: 24px;
	background-color: #C32026;
	padding-right: 15px;
	margin: 0;
	line-height: 48px;
	color: #FFFFFF;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.widget_nav_menu a, .menu-widget a {
 	padding-right: 25px;
	padding-top: 13px;
	padding-bottom: 13px;
  color: #515151;
  display: block; 
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.widget_nav_menu ul, .menu-widget ul { font-size:18px;margin:0; padding:0; background: #f7f7f7; }
.widget_nav_menu ul li, .menu-widget ul li {-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	line-height: 14px;
	margin: 0;
	list-style: none;
}
.sub-menu{display:none;}
.widget_nav_menu ul li:hover .sub-menu, .menu-widget ul li:hover .sub-menu{display:block;}
.widget_nav_menu ul li:hover, .menu-widget ul li:hover {cursor:pointer;color: #C32026;}
ul.sub-menu li a{padding-right:50px;font-size:16px;}
ul.sub-menu li:hover,ul.sub-menu li:active{background:#fff; }
ul.sub-menu li:hover a,ul.sub-menu li:active{color:#C32026;}
.widget_nav_menu a:before, .menu-widget a:before {content: "\f105";font-family: FontAwesome; margin-left:10px;}

.widget_nav_menu .current-menu-ancestor .sub-menu { display: block; }
.widget_nav_menu li.current-menu-item { background: #fff; }
/* Buton ***************************************/

.buton-text a{color: #fff;font-size: 13px;} /* Code for blog read more text */
.buton-text a:hover{color: #fff;font-size: 13px;} /* Code for blog read more text */


.buton {
font-size: 16px;
font-weight: 400;
border: none;
color: #fff;
cursor: pointer;
padding: 5px 15px;
display: inline-block;
outline: none;
position: relative;
z-index: 1;
transition: all 0.3s;
margin: 5px 0 5px 0;
  
}
.woocommerce-page .buton {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.buton a:link{
  color: #f9faf9;
  text-decoration: none;
  font-weight: 600;
}

.buton a:visited {
  color: #f9faf9;
  text-decoration: none;
}

.buton a:hover{
  color: #f9faf9;
  text-decoration: none;
}

.buton:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.buton:before{
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Size of Button */
.buton-large {
padding: 20px 40px 20px 40px !important;
font-size: 20px !important; 
}

.buton-medium {
  padding: 18px 27px 18px 27px !important; 
  font-size: 18px !important;  
}

.buton-small {
  padding: 13px 25px 13px 25px !important;
  font-size: 16px!important;
}

.buton-mini {
  padding: 11px 19px 11px 19px !important;   
  font-size: 12px !important;
}

/* Button Color */
.b_asset {background: #C32026;}
.b_blue {background: #0cadbe;}
.b_white {background: #ffffff;}
.b_inherit { background: #C32026;}
.b_pink {background: #ff048c;}
.b_green {background: #76b737;}
.b_green-1 {background: #76b737;}
.b_orange {background: #ff9c00;}
.b_orange-1 {background: #ff9c00;}
.b_orange-1-dark {background: #e97528;}
.b_purple {background: #c74a73;}
.b_darkgrey{background: #535252}
.b_black {background: #3d3d3d;}
.b_dusty { background: #676767;}
.b_red { background: #C32026;}
.b_teal { background: #C32026;}
.b_grey { background: #8c8c8c;}
.b_darkgrey-1 { background: #303030;}

.red-color{color: #e54242;}
.green-color{color:#76b737;}
.orange-color-dark{color:#e97528;}
.orange-color{color:#ff9c00;}
.purple-color{color: #c74a73;}
.grey-color{color:#8c8c8c;}
.darkgrey-color{color: #303030;}

/* All Button Effect */
/* right to left transition effect */
.buton-1:after {
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  background: #000;
  opacity: 0.1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.buton-1:hover,
.buton-1:active {
  color: #fff;
}
.buton-1:hover:after,
.buton-1:active:after {
  width: 100%;
}

/* Top to bottom transition effect */
.buton-2:after {
  width: 100%;
  height: 0;
  top: 0;
  right: 0;
 background: #000; 
 opacity: 0.1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.buton-2:hover,
.buton-2:active {
  color: #fff;
}
.buton-2:hover:after,
.buton-2:active:after {
  height: 100%;
}

/* Fade effect */
.buton-3:hover,
.buton-3:active {
  color: #fff;
  background: #505050; 
  display: table;
  margin: auto;
  
}
.buton-3{
  display: table;
  margin: auto;}

/* Middle to side effect */
.buton-4 {
  overflow: hidden;
}

.buton-4:after {
  width: 0;
  height: 103%;
  top: 50%;
  right: 50%;
  background: #505050;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.buton-4:hover,
.buton-4:active {
  color: #fff;
}

.buton-4:hover:after {
  width: 90%;
  background: #000; 
  opacity: 0.1;
}

.buton-4:active:after {
  width: 101%;
  opacity: 1;
}
/* Middle to corners effect */
.buton-5 {
  overflow: hidden;
}

.buton-5:after {
  width: 100%;
  height: 0;
  top: 50%;
  right: 50%;
  background: #505050;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.buton-5:hover,
.buton-5:active {
  color: #fff;
}

.buton-5:hover:after {
  height: 260%;
  opacity: 1;
}

.buton-5:active:after {
  height: 400%;
  opacity: 1;
}
/*  Middle to top and bottom effect */
.buton-6 {
  overflow: hidden;
}

.buton-6:after {
  width: 101%;
  height: 0;
  top: 50%;
  right: 50%;
  background: #505050;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.buton-6:hover,
.buton-6:active {
  color: #fff;
}

.buton-6:hover:after {
  height: 75%;
  opacity: 1;
}

.buton-6:active:after {
  height: 130%;
  opacity: 1;
}

.pagination-container { text-align: center;}
.page-numbers>li>a, .page-numbers>li>span {
  padding: 5px 10px;
}

.page-numbers>.current>a,
.page-numbers>.current>span, .page-numbers>.current>a:hover, .page-numbers>.current>span:hover, .page-numbers>.current>a:focus, .page-numbers>.current>span:focus {
  background: #C32026;
  border-color: #C32026;
}

.page-numbers .current, .page-numbers .current:hover {
  background: #C32026;
  border-color: #C32026;
  color: #fff;
}

.post-pagination span {
  padding: 5px 10px;
  border: 1px solid #dddddd;
}

.home.blog .pagination-container {
text-align: right;
}

.list-none {
list-style: none;
margin-top: 15px;
margin-right: 0;
padding-right: 0;
}
	
.list-none li { margin-top: 10px; }
.list-none i { margin-left: 10px; color:#C32026; font-size: 11px;}
.list-none.li-size li{font-size: 16px;margin-top: 18px;}


/*** Classic Tabs ***/
.tabs-classic h3 { margin-bottom: 30px; }
.tabs-classic .tab-content {
  border: 1px solid #f5f5f5;
  background: #fff;
  padding: 30px 30px 50px 15px;
}

.tabs-classic .tab-content img {
  margin-right: 20px;
  margin-left: 20px;
}

.tabs-classic .nav-tabs>li.active>a, .tabs-classic .nav-tabs>li.active>a:hover, .tabs-classic .nav-tabs>li.active>a:focus, .tabs-classic .nav-tabs>li>a:hover {
  border: 1px solid #f5f5f5;
  border-color: #f5f5f5 #f5f5f5 #fff #f5f5f5;
  background: #fff;
  color: #C32026;
}
.tabs-classic .nav-tabs { border-bottom: 0; }

.tabs-classic .nav-tabs>li>a { background: #f6f6f6; font-weight: 600; font-size: 13px; color: #797979; border: 1px solid #f5f5f5; }

/*** Accordion ***/
.accordion  h3 {margin-top: 0; margin-bottom: 30px;}
.accordion .panel-title>a { font-size: 13px; color: #545454; display: block;}
.accordion .panel-default>.panel-heading {padding: 12px 15px; background: #fff;}
.accordion .panel-body { font-size: 13px; color: #6e6e6e; padding: 25px 16px;}
.accordion .panel-group .panel-heading+.panel-collapse .panel-body {border-top: 1px solid #f5f5f5;}
.accordion .panel-default{border-color: #f5f5f5;}
.accordion .panel-group .panel+.panel {margin-top: 1px;}
.accordion .panel-default>.panel-heading:hover {background: #C32026;}
.accordion .panel-default>.panel-heading i{font-size:20px;color:#C32026; margin-top: 2px; margin-left: 15px;}
.accordion .panel-default>.panel-heading:hover i, .accordion .panel-default>.panel-heading:hover .panel-title a {color:#fff;}
.accordion .panel-title>a, .accordion .panel-default>.panel-heading, .accordion .panel-default>.panel-heading i{
 	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.featured-accordion{margin-top: 30px;}

/*** Notification ***/
.notification  h3 {margin-top: 0; margin-bottom: 30px;}
.notification .alert {font-size: 13px; padding: 14px 12px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);font-weight: 600; margin-bottom: 8px;}
.notification .alert i{margin-top:3px;margin-left: 12px;}
.notification .alert-success {background-color: #c3de7a; border-color: #b0c383; color:#7ea120;}
.notification .alert-info {background-color: #89d4db; border-color: #84b5b9; color:#3f9da6;}
.notification .alert-warning {background-color: #f9df8a; border-color: #d5c893; color:#ceae46;}
.notification .alert-danger {background-color: #e57e7e; border-color: #aa635f; color:#ac4444;}

/************************/
/* 			FAQ       	    */
/************************/
.toggle {cursor: pointer; font-size: 14px;  font-weight: 400; clear: both; color: #fff; line-height: 42px; padding-right: 51px; margin-bottom: 0px;
	background: #C32026; /* Old browsers */
    background: url(../img/toggleplus.png) no-repeat 12px 15px, -moz-linear-gradient(right,  #C32026 0%, #C32026 34px, #434343 34px); /* FF3.6+ */
    background: url(../img/toggleplus.png) no-repeat 12px 15px, -webkit-gradient(linear, right top, left top, color-stop(0%,#C32026), color-stop(34px,#C32026), color-stop(34px,#434343)); /* Chrome,Safari4+ */
    background: url(../img/toggleplus.png) no-repeat 12px 15px, -webkit-linear-gradient(right,  #C32026 0%,#C32026 34px,#434343 34px); /* Chrome10+,Safari5.1+ */
    background: url(../img/toggleplus.png) no-repeat 12px 15px, -o-linear-gradient(right,  #C32026 0%,#C32026 34px,#434343 34px); /* Opera 11.10+ */
    background: url(../img/toggleplus.png) no-repeat 12px 15px, -ms-linear-gradient(right,  #C32026 0%,#C32026 34px,#434343 34px); /* IE10+ */
    background: url(../img/toggleplus.png) no-repeat 12px 15px, linear-gradient(to left,  #C32026 0%,#C32026 34px,#434343 34px); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C32026', endColorstr='#434343',GradientType=1 ); /* IE6-9 */
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;	
}
.toggle.title-active {
	background: #434343; /* Old browsers */
    background: url(../img/toggleminus.png) no-repeat 12px 15px, -moz-linear-gradient(right,  #434343 0%, #434343 34px, #C32026 34px); /* FF3.6+ */
    background: url(../img/toggleminus.png) no-repeat 12px 15px, -webkit-gradient(linear, right top, left top, color-stop(0%,#434343), color-stop(34px,#434343), color-stop(34px,#C32026)); /* Chrome,Safari4+ */
    background: url(../img/toggleminus.png) no-repeat 12px 15px, -webkit-linear-gradient(right,  #434343 0%,#434343 34px,#C32026 34px); /* Chrome10+,Safari5.1+ */
    background: url(../img/toggleminus.png) no-repeat 12px 15px, -o-linear-gradient(right,  #434343 0%,#434343 34px,#C32026 34px); /* Opera 11.10+ */
    background: url(../img/toggleminus.png) no-repeat 12px 15px, -ms-linear-gradient(right,  #434343 0%,#434343 34px,#C32026 34px); /* IE10+ */
    background: url(../img/toggleminus.png) no-repeat 12px 15px, linear-gradient(to left,  #434343 0%,#434343 34px,#C32026 34px); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#C32026',GradientType=1 ); /* IE6-9 */
}
.toggle-content {display: none;}
.toggle-content p{padding: 18px 5px 22px 1px; color: #616161;}



/************************/
/*   Services Section   */
/************************/
.services-1 {
	padding: 40px 15px 40px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.services-1 img {
	margin: auto;
}

.services-1 h3 {
	color: #5c5c5c;
	font-weight: 400;
	margin: 25px 0 30px 0 !important;
}

.services-1 p {
	color: #8f8e8e;
	font-size: 16px;
}

.services-1 .holder {
	color: #C32026;
	margin: 0 auto;
	font-size: 90px;
	line-height: 1;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {    
	.services-1 .holder i{color:transparent;-webkit-text-stroke-width: 2px;-webkit-text-stroke-color: #C32026;} 
  .services-1:hover i{-webkit-text-stroke-color: #fff;color:transparent;}
}
.services-1, .services-1 h3, .services-1 p, .services-1 .holder   {
 	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;	
}
.services-1:hover {
	background: #C32026;
}

.services-1:hover p {
	color: #fff;
}

.services-1:hover h3 {
	color: #fff;
}


.services-1:hover .holder {
	color: #fff;
}

/************************/
/*     List Styles      */
/************************/
.list-style ul{list-style: none;padding-right: 0;}
.list-style ul li i {text-align: center;color: #C32026;font-size: 22px;margin-left: 20px;margin-bottom: 20px!important;}
/************************/
/*     Western Stats    */
/************************/
.stat-western {text-align:center;padding:40px 0;}
.stat-western i{color:#5c5c5c;font-size:30px;}
.stat-western h3{font-weight:400;}
.stat-western h2{font-size:72px; font-weight:400;color:#C32026;}
@media screen and (-webkit-min-device-pixel-ratio:0) {    
	.stat-western i{color:transparent;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #5c5c5c;} 
}
/************************/
/*    Icon Widget       */
/************************/
.icon-widget{float:right;}
.icon-widget a{font-size: 50px;
line-height: 91px;
width: 91px;
height: 92px;
border: 3px solid #e1e1e1;
text-align: center;
border-radius: 26px;
margin-left: 32px;
margin-bottom:20px !important;
display: inline-block;
color: #e1e1e1;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.icon-widget a {
 color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #e1e1e1;  
}
.icon-widget a:hover {
 color: #548766;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #e1e1e1;  
}
  
}
.icon-widget a:hover { color: #548766; border-color: #548766; }
/********************/
/*   CONTACT PAGE   */
/********************/
.contact-form-western { padding: 0 15px;direction: rtl }
.contact-form-western .col6{width:100%;height:44px;color: #8f8e8e;font-size:13px;font-weight:400; }
.contact-form-western .col12{width:100%;line-height: 40px;font-size:13px;font-weight:400;color: #8f8e8e;}
.contact-form-western input.wpcf7-form-control.wpcf7-submit.buton.b_asset.buton-6{color:#fff;width:100%;font-size:20px;padding:15px 0;font-weight:400;}
.contact-form-western .col-md-12{text-align:center;}
.contact-form-western .col-md-6{text-align:center;margin-top:50px;}
.contact-form-western .row{margin-bottom:30px;}
.contact-form-western input.wpcf7-form-control.wpcf7-text{padding-right:15px;border:1px solid #f3f3f3;}
.contact-form-western textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{padding-right:15px;border:1px solid #f3f3f3;font-size:13px;font-weight:400;color: #8f8e8e;line-height: 40px;}

/************************/
/*   Meet The Team      */
/************************/
.western-team { width: 100%; height: auto; overflow: hidden; margin-top: 14px; position: relative; }
.western-team .team-title { position: absolute; top: 600px; bottom:0; right:0; padding: 0 10px; width: 100%;
-webkit-transition: all 0.4s;	-moz-transition: all 0.4s ease-out;	-ms-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
.western-team .team-box { position: relative; }

.western-team  p { color: #C32026; font-size:30px; line-height: 20px; margin:0; padding: 19px 0 14px 20px; background: #fff; }
.western-team  span { color:#8f8e8e; font-size: 20px; line-height: 12px; margin-top: 0; margin-right: 5px; }
.western-team .team-social { padding-right:0; text-align: center; overflow: hidden; padding: 10px 0 10px 20px; background: #C32026; }
.western-team .team-social .team-holder { list-style:none; color:#3c654a; float: right; width: 32px; height: 32px; line-height: 30px; font-size: 17px; margin-left: 9px; border: 1px solid #3c654a; border-radius: 10px; -webkit-transition: all 0.2s ease-out;	-moz-transition: all 0.2s ease-out;	-ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;	}

.western-team .team-social a { color: #3c654a; display: block; }
.western-team .team-social .team-holder:hover { border-color: #fff; }
.western-team .team-social .team-holder:hover a { color: #fff; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
.western-team .team-social a {
 color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #3c654a;
}
.western-team .team-social .team-holder:hover a {
 color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;    
}
}

.western-team:hover .team-title { bottom: 10px; top: auto; }


/************************/
/*   Call to Action     */
/************************/
.call-to-action {
	text-align: center;
}

.call-to-action h2 {
	font-weight: 600;
	color: #545353;
	font-size: 32px;
	-webkit-font-smoothing: antialiased;
}

.call-to-action p {
	font-size: 16px;
	color: #595959;
    -webkit-font-smoothing: antialiased;	
}

.asset-bg .call-to-action p, .asset-bg .call-to-action h2{color:#fff;}
.asset-bg .call-to-action a{color: #C32026;}
.call-to-action .buton{margin-left: 10px;}
.call-to-action-2 {
	margin-bottom: -25px;
	margin-top: -50px;
	padding-top: 25px;
	padding-bottom: 1px;
	color: #fff;
}
.call-to-action-2 h4{
font-size: 45px;
font-weight: normal;
line-height: 50px;
letter-spacing: 4px;
margin-bottom: 0px;
}

.call-to-action-2 p{
	font-weight: 300;
}
.call-to-action-2 .buton{
	color:#474747;
	font-weight: 600;
	font-size: 16px !important;
	margin-top: 20px;
	border:none;
}
.call-to-action-2 .buton>i { margin-left: 10px;vertical-align: bottom; line-height: 22px;}

/* BLOG */


/********************/
/* Recent Slider */
/*****************/
.blog-widget { position: relative; }

.blog-widget .caroufredsel_wrapper { width: 100% !important; }
.latest-post-slider { position: relative; display: block; padding-left: 55px; border-left: 1px solid #6c6c6c; width: 97% !important; }

.latest-post-slider .post-item { 
  margin-top:10px; 
  margin-bottom: 16px;
  margin-left: 19px;
  padding: 15px; 
  border: 1px solid #f2f2f2; 
  border-radius: 5px; 
  display: block;
  position: relative;
  min-height: 126px;
}
.latest-post-slider .post-item:before { 
font-family: FontAwesome;
background: #6c6c6c;
text-align: center;
width: 37px;
height: 37px;
line-height: 37px;
font-size: 16px;
color: #fff;
top:35%;
left:-93px;
position: absolute;
border-radius: 100%;
}
.latest-post-slider .format-standard.post-item:before { 
content: "\f016";
}
.latest-post-slider .format-gallery.post-item:before { 
content: "\f03e";
}
.latest-post-slider .format-video.post-item:before { 
content: "\f03d";
}
.latest-post-slider .format-audio.post-item:before { 
content: "\f001";
}
.latest-post-slider .minithumbnail { float: right; margin-left: 15px; width: 96px; height: 96px; border-radius: 5px; }
.latest-post-slider .blog-content { position: relative; overflow: visible; }
.latest-post-slider .blog-content:before {
background: url(../img/pointing-arrow.png) no-repeat;
content: "";
display: block;
width: 13px;
height: 18px;
position: absolute;
left: -28px;
top: 40%;
}
.latest-post-slider h4.blog-title {  margin: 0 0 5px;  }
.latest-post-slider h4.blog-title a {font-weight: 400; color:#373737; font-size:21px; }
.latest-post-slider p.blog-meta { margin: 0 0 3px; font-size: 13px; color: #727272; }
.latest-post-slider a { font-size: 11px; }
.blog-widget .slide-pagination { 
display: inline-block;
position: absolute;
top: 14px;
left: 0;
}
.blog-widget .slide-pagination a {
background: #434343;
width: 25px;
height: 5px;
display: inline-block !important;
margin: 0 1px; }
}
.blog-widget .disabled { background: #2B96CC; }
.blog-widget .slide-pagination a.disabled, .blog-widget .slide-pagination a:hover { background: #2B96CC; }
/************************/
/*      Testimonial     */
/************************/
.happyclients { width: 100%; height: auto; 	padding: 40px 0 80px 0; position: relative; font-family: 'Josefin Slab';  font-weight: 700; line-height: 50px;  }
.happyclients .flex-control-nav { right:0; }
.testimonial {
	border: 1px solid #f3f3f3;
	outline: 1px solid #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
	padding: 30px 50px 20px 60px;
	background: url(../img/coma.png) no-repeat 20px 20px, url(../img/coma-rotate.png) no-repeat bottom 40px left 20px;
	margin-top: 30px;
}

.clients-say p { font-size: 40px; color: #fff; serif; }

.byclient p {
	font-size: 30px;
  text-align: center;
}

.happyclients .flex-control-nav { bottom: -50px; }
.happyclientslider {text-align: center; margin: 0 auto; }
.happyclientslider .slides li { display: none; }
.clients-say { margin: 0 auto; }

.happyclientslider .flex-direction-nav a { opacity: 1; color: #fff; text-shadow: none; margin: -30px 0 0; }
.happyclientslider .flex-direction-nav a:before {
 color: #fff;
border: 1px solid #fff;
padding: 6px;
border-radius: 100%;
content: '\f061';
font-family: "FontAwesome";
font-size: 20px;
line-height: 20px;
}
.happyclientslider .flex-direction-nav a.flex-next:before { content: '\f060'; font-family: "FontAwesome" }
@media screen and (-webkit-min-device-pixel-ratio:0) {
.happyclientslider .flex-direction-nav a:before {
 color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
}
}

/************************/
/*    Client Slider     */
/************************/
.ourclients {
	text-align: center;
	padding-bottom: 40px;
  overflow:hidden;
}

.ourclients h2 {
	text-shadow: none;
	color: #393939;
}

.ourclients-text {
	padding-right: 15%;
	padding-left: 15%;
	padding-bottom: 40px;
}

.ourclients-text p {
	color: #6f6f6f;
}

.ourclients .flex-control-paging li a { 
	background: transparent;
}

.ourclients .flex-control-paging li a.flex-active {
	background: #C32026;
}

.ourclients .flex-direction-nav { margin-bottom: 40px; }
.ourclients .flex-control-nav { bottom: -40px; }

.clientslider { position: relative;}
/**************************/
/*    Twitter Slider      */
/**************************/
.twitter_slide_container { position: relative; overflow: hidden; text-align:center; padding: 0 15% 0 15%; }
.twitter_slide_container i { font-size: 25px; color: #C32026; border: 2px solid #C32026; border-radius: 16px; padding: 8px 10px; }
.twitter_slide_container { position: relative; }
.twitter_slider { color: #fff; position: relative; text-align: center; padding: 60px 0 140px 0; }
.twitter_slider .slides { zoom:1; min-height: 170px;}
.twitter_slider .slides li { position: relative; margin: 0; font-size : 30px; font-weight: 600; line-height: 50px; display: none;font-family: 'Josefin Slab', serif; }
.twitter_slider .slides li a{color:#fff;text-decoration:underline;}
.twitter_slide_container .flex-control-nav { bottom: 0; }
/************************/
/*    Blog Section      */
/************************/
.blog-style { background: #f7f7f7; padding-top: 80px; padding-bottom: 80px;}
.blog-wrapper { position:relative; }
.col-md-8.blog-wrapper { padding-left: 30px; } 


/*  POST SLIDER       */
.post-slider { position: relative; overflow: hidden; }
.post-slider .flex-direction-nav a { display: block; width: 40px; height: 50px; }
.post-slider:hover .flex-prev { opacity: 0.7; right: 14px; }
.post-slider:hover .flex-next { opacity: 0.7; left: 14px; }
.post-slider:hover .flex-next:hover, .post-slider:hover .flex-prev:hover { opacity: 1; }
/* Custom Post Type Audio Player */
.western_custom_audio { background: #C32026; }
.mejs-controls,
.mejs-mediaelement,
.mejs-container {
    background: #C32026 !important;
}
 
/* change the color of the lettering */
.mejs-currenttime,
.mejs-duration {
    color: #fff !important;
}

.mejs-controls .mejs-button button:focus {
outline: none !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #C32026 !important;
    outline: 1px solid #fff;
} 

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #02c746 !important;
}
 
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background: #C32026!important;border: 1px solid #fff;}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{background:#fff!important;}

/*************************/
/*  Blog Single Settings */
/*************************/

/* Date */
.blog-date-single {
position: absolute;
top: 0;
min-width: 70px;
right: -70px;
text-align: center;
}
.blog-date-single .day {
font-size: 24px;
line-height: 1;
color: #C32026;
margin-bottom: 5px;
}
.blog-date-single .month {
font-size: 14px;
font-weight: 300;
border-bottom: 1px solid #eaeaea;
padding-bottom: 5px;
margin-bottom: 7px;
}

.blog-date-single .fa-comments-o { color: #838383; font-size: 20px; line-height: 20px; }
.blog-date-single .comment-count { font-size: 14px; font-weight: 300; }

/* Meta */
p.meta, p.meta a { font-size: 12px; font-weight: 700; color: #5c5c5c; }
p.blog-tags { margin-top: 38px; }
p.blog-tags a { font-size: 12px; line-height: 12px; background: #fff; color: #8f8e8e; padding: 11px 16px; margin-left: 10px; display: inline-block; } 
p.blog-tags a:hover { background: #C32026; color: #fff; }

/* Title and Content */
.single-post .blog-content { padding-bottom: 30px; margin-bottom: 38px; border-bottom: 1px solid #eaeaea; }
.single-post .blog-content p { line-height: 26px; }
.single-post .blog-title { margin-top: 24px; }

/*****************************/
/*    Blog Masonry 3 Column  */
/*****************************/
.blog-style-masonry .blog-item { width: 31%; float: right; margin-bottom: 60px; }
.blog-style-masonry .blog-content { padding: 20px 20px 17px 19px; background: #fff; }
.blog-style-masonry .blog-intro { font-size: 16px; }
.blog-style-masonry .blog-end, .item-box .blog-end  { background: #C32026; font-size: 16px; padding: 12px 19px 8px 19px; overflow: hidden; }
.blog-style-masonry .blog-end a, .item-box .blog-end a  { color: #fff; }
.blog-style-masonry .blog-end a .fa-comments-o, .item-box .blog-end a .fa-comments-o { color: #3c654a; font-size: 24px;}
.blog-style-masonry .blog-end a .fa-arrow-circle-o-left, .item-box .blog-end a .fa-arrow-circle-o-left { font-size: 27px; margin-top: -3px; }

.col-sm-9.col-md-9 .blog-style-masonry .blog-item { width: 30%; }
/************************/
/*      Categories      */
/************************/
.blog-wrapper .blog-categories { border: 1px solid #f7f7f7; background: #fff; margin-bottom: 30px; }
.blog-wrapper .blog-categories ul { margin:0; padding:0; }
.blog-wrapper .blog-categories ul li { list-style: none; float: right; }
.blog-wrapper .blog-categories ul li a { color: #585858; padding: 0 15px 0 20px; line-height: 40px; }
.blog-wrapper .blog-categories ul li.current-cat a { color: #C32026; }
.blog-wrapper .blog-categories ul li a:hover { color: #C32026;}
.blog-style-3 .blog-sizer  { width: 23%; }
.blog-style-3 .blog-item{ width: 23%; float:right; margin-bottom: 20px; }

/*************************/
/*    Portfolio Page     */
/*************************/

/* single */
.portfolio-slider { position: relative; }
.flex-control-nav { top: -60px; text-align: left; }
.single-portfolio .caption { padding-bottom: 40px; }
.single-portfolio .bg-color { padding-top: 0;}
.portfolio-tags { height: 71px; }
.portfolio-tags a { 
padding: 11px 25px;
line-height: 1;
background: #e1e1e1;
color: #fff;
margin: 0 10px 0 0;
}
.portfolio-title { margin-top: 30px;}
.portfolio-the-content { margin-top: 30px; margin-bottom: 25px; }
.portfolio-meta-box { padding: 15px 0; border-bottom: 1px solid #f2f2f2;}
.portfolio-meta-box i { font-size: 20px; margin-left: 7px; }
/* widget */
.full-width-portfolio h2 { margin-bottom: 35px !important; }

.fw-item { position: relative; float: right; width: 20%;overflow:hidden; }
.fw-item img{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);}
.fw-item:hover img{	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);}

.fw-item-over { 
position: absolute; opacity:0; 
top: 0;
right: 0;
background: rgba(0,0,0,0.7);
width: 100%;
height: 100%;
padding-right: 30px; padding-top: 20px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.fw-item-over h3 { color: #fff;-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,-20px,0);
transform: translate3d(0,-20px,0);  }

.fw-item-over:hover h3{	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);}

.fw-item-over p a{ font-size: 16px; color: #fff;
  -webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(20px,0,0);
transform: translate3d(20px,0,0);
}
.fw-item-over:hover p a{-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);}
.fw-item-over a { color: #fff;
  -webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(-100px,0,0);
transform: translate3d(-100px,0,0)
}
.fw-item-over:hover a{-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);}
.fw-item-over .postlink {
position: absolute;
left: 20px;
bottom: 20px;
font-size: 20px;
border: 1px solid #fff;
border-radius: 100%;
width: 35px;
height: 35px;
line-height: 30px;
text-align: center;
}

.fw-item:hover .fw-item-over { opacity: 1; }

.portfolio-margin .fw-item { width: 31.578%; margin-left: 2.63157894%; margin-bottom: 30px; }
.portfolio-margin .fw-item:nth-child(3n+3) { margin-left: 0; }

/*************************/
/*    Comment Section    */
/*************************/
/* Comment */
h3.comment-reply-title { font-size: 30px; }
ol.commentlist { padding-right:0; margin-top: 30px; list-style: none; }
ol.commentlist ul, ol.commentlist ul li { list-style: none; }
ol.commentlist li { padding: 15px 0 15px 0; }
.avatar { padding: 5px; background: #fff; border-radius: 100%; margin-left: 20px; }
.media { margin-bottom: 30px;}
.media-body {
padding: 20px 30px 10px 30px;
background: #fff;
border: 0;
position: relative;
}
.media>.pull-right { position: relative; }
.media>.pull-right:after {
content: "\f0d9";
font-family: "FontAwesome";
font-size: 20px;
position: absolute;
top: 15px;
left: -10px;
color: #fff;
}
.media-heading {
display: inline-block;
}
.comment-date { display: inline-block; }
.comment-date a { color: #5c5c5c; font-size: 11px; font-weight: 700;}
.logged-in-as { margin-right: 15px;}
.comment-text { line-height: 24px; font-size: 16px; font-weight: 300; }
.comment-respond input#submit { color: #fff;}
.comment-respond .buton { margin-right: 15px; margin-top: 15px; }
.comment-respond form { margin-right: -15px; margin-top: 25px; }
.comment-respond input { height: 40px; color: #333333; padding-right: 10px; margin-bottom: 15px; }
.comment-respond textarea { color: #333333; padding-right: 10px; border-radius: 5px; border-color: #f7f7f7; }
.blog-wrapper .reply {
  display: inline-block;
	position: absolute;
	top: 15px;
	left: 25px;
  }
.comment-reply-link {
font-size: 12px;
color: #C32026;
margin-bottom: 0;
text-transform: uppercase;
cursor: pointer;
display: inline-block;  
}
.comment-reply-link:after { 
content: "\f061";
font-family: "FontAwesome";
font-size: 12px;
right: 0;
font-weight: 400;
margin-right: 7px;
padding: 3px 4px;
border: 1px solid #C32026;
border-radius: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.comment-reply-link:after {
 color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #C32026;
}}
/************************/
/*    Sidebar Section   */
/************************/
.sidebar { position: relative; overflow: hidden;}
.page-template-custom-template-right-php .sidebar { padding: 35px 15px 0 15px; }
.page-template-custom-template-left-php .sidebar { padding: 35px 15px 0 15px; }
.fixleft { padding-right: 0 !important; }
.sidebar-widget { width: 100%; margin-bottom: 30px; overflow: hidden; position: relative;}
.sidebar-widget h3 { color: #5c5c5c; margin:0 0 26px 0; padding-bottom: 13px; }
.sidebar-widget h3 span { font-weight: 800; }
/* Search Widget */
.sidebar-widget .search { width: 100%; position: relative; }
.sidebar-widget .search-query { width: 100%; padding-right: 12px; height:42px; font-size: 13px; background: #fff; border: 1px solid #f7f7f7; }

/* Popular Post */
.sidebar-widget .popular-post, .footer-widget .popular-post {
	margin:23px 0 0 0;
  padding-bottom: 23px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidebar-widget .popular-post img, .footer-widget .popular-post img {
	height: 60px;
	width: 60px;
	float: right;
	margin-left: 14px;
}

.sidebar-widget .popular-post h4, .sidebar-widget .popular-post h4 a, .footer-widget .popular-post h4, .footer-widget .popular-post h4 a {
	color: #C32026;
	text-shadow: none;
	margin-bottom: 0;
    margin-top: 5px;
    border: none;
}
.sidebar-widget .popular-post h4 a, .footer-widget .popular-post h4 a{font-size:16px;}

.sidebar-widget .popular-post h4 a:hover, .footer-widget .popular-post h4 a:hover {
	color: #C32026;
}

.sidebar-widget .popular-post .popular-date, .footer-widget .popular-post .popular-date {
	color: #5c5c5c;
	font-size: 12px;
  line-height: 21px;
	margin: 0;
  font-weight: 600;
}

/* Sidebar List */
.sidebar-widget ul, .footer-widget ul {
	padding: 0; margin-top: 20px;
}
.sidebar-widget ul li, .footer-widget ul li {
	padding-bottom: 24px;
	list-style-type: none;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.sidebar-widget ul li:before, .footer-widget ul li:before {
content: "\f061";
color: #C32026;
font-family: FontAwesome;
font-size: 12px;
line-height: 18px;
margin-left: 10px;
border: 1px solid #C32026;
border-radius: 100%;
-webkit-border-radius: 100%;
padding: 3px 4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.sidebar-widget ul li:before, .footer-widget ul li:before {
 color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #C32026;
 }
}
.sidebar-widget ul li i, .footer-widget ul li i {
	font-size: 11px;
	padding-top: 3px;
	padding-left: 11px;
}

.sidebar-widget ul li a:hover i, .footer-widget ul li a:hover i {
	color: #C32026;
}

.sidebar-widget ul li a, .footer-widget ul li a {
	color: #8f8e8e;
}

.sidebar-widget ul li a:hover, .footer-widget ul li a:hover 
{ 

color: #C32026;   
font-weight: 700;
 

}

/* Popular Tags */

.sidebar-widget .western-tag-cloud, .footer-widget .western-tag-cloud { overflow: hidden; }
.sidebar-widget .western-tag-cloud ul, .footer-widget .western-tag-cloud ul { overflow:hidden; }
.sidebar-widget .western-tag-cloud ul li, .footer-widget .western-tag-cloud ul li { padding-right:0; float: right; margin: 13px 5px 0 0; height: 37px; width: auto; }
.sidebar-widget .western-tag-cloud ul li:before, .footer-widget .western-tag-cloud ul li:before { content: ""; padding:0; margin:0; border:0; }
.sidebar-widget .western-tag-cloud ul li a, .footer-widget .western-tag-cloud ul li a { background: #fff; padding: 12px 22px; color: #616161; font-size: 12px; 
  	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.sidebar-widget .western-tag-cloud ul li:hover a, .footer-widget .western-tag-cloud ul li:hover a { background: #C32026; color: #fff; font-weight: 400; }
.sidebar-widget .western-tag-cloud ul li:hover, .footer-widget .western-tag-cloud ul li:hover { padding-right:0;}

/* Subscribe Mini */
.sidebar-widget .subscribe-mini .email-form { width: 100%; height: 44px; padding-right: 12px; color: #a3a3a3; font-weight:300; font-size: 13px; border: 1px solid #f4f4f4; }
.sidebar-widget .subscribe-mini .b_inherit { border-radius:0; background: #C32026; margin-top: 10px; -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.20); -moz-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.20); box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.20);}
/* Text Widget */
.sidebar-widget .textwidget, .footer-widget .textwidget { line-height:26px; font-size: 16px; }

/**************/
/*  Calender */
/**************/

.widget_calendar {float: right;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: center; color: #464646; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; text-align: center; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; }
#wp-calendar tbody td a{color: #C32026;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: left; color: #C32026;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #C32026;}
#wp-calendar tfoot #next a{color: #C32026;}
#wp-calendar tfoot #prev a{color: #C32026;}

footer #calendar_wrap{ background: #f5f5f5;}

/********************/
/*   CONTACT PAGE   */
/********************/
.antispam { display: none; }
.contact p { color: #333333; font-weight: 600; margin-bottom: 20px; }
.contact .buton { margin-right: 15px; margin-top: 15px; margin-top: 15px; }
.contact form { margin-right: -15px; margin-top: 25px; }
.contact input { height: 55px; color: #333333; padding-right: 18px; margin-bottom: 20px; border-color: #d9d9d9; }
.contact textarea { color: #333333; padding-right: 18px; padding-top: 22px; border-color: #d9d9d9; }

.contact-info .contact-widget { color: #4f4f4f; padding-bottom:30px; }
.contact-info .contact-widget p { font-size: 16px; overflow: hidden;}
.contact-info .contact-widget  i { font-size: 18px;margin-left: 23px; line-height: 24px; color: #727272;}
.contact-info a { color: inherit; }

.contact-info .socialbox{float:right;margin: 0 8px 7px 0 !important;}
.contact-info .socialbox i {display: block;
width: 36px;
height: 36px;
border: 2px solid #e7e7e7;
text-align: center;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
color: #929292;
line-height: 33px;
font-size: 18px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: #8c8c8c;}
.contact-info .social-widget a:hover .socialbox{border-color:#C32026;}
.contact-info .social-widget a:hover .socialbox i{color: #C32026;}

.contact2{border:none;}

.wpcf7-form .col-xs-1, .wpcf7-form .col-xs-2, .wpcf7-form  .col-xs-3, .wpcf7-form  .col-xs-4, .wpcf7-form  .col-xs-5, .wpcf7-form  .col-xs-6, .wpcf7-form  .col-xs-7, .wpcf7-form  .col-xs-8, .wpcf7-form  .col-xs-9, .wpcf7-form  .col-xs-10, .wpcf7-form  .col-xs-11, .wpcf7-form  .col-xs-12, .wpcf7-form  .col-sm-1, .wpcf7-form  .col-sm-2, .wpcf7-form  .col-sm-3, .wpcf7-form  .col-sm-4, .wpcf7-form  .col-sm-5, .wpcf7-form  .col-sm-6, .wpcf7-form  .col-sm-7, .wpcf7-form  .col-sm-8, .wpcf7-form  .col-sm-9, .wpcf7-form  .col-sm-10, .wpcf7-form  .col-sm-11, .wpcf7-form  .col-sm-12, .wpcf7-form  .col-md-1, .wpcf7-form  .col-md-2, .wpcf7-form  .col-md-3, .wpcf7-form  .col-md-4, .wpcf7-form  .col-md-5, .wpcf7-form  .col-md-6, .wpcf7-form  .col-md-7, .wpcf7-form  .col-md-8, .wpcf7-form  .col-md-9, .wpcf7-form  .col-md-10, .wpcf7-form  .col-md-11, .wpcf7-form  .col-md-12, .wpcf7-form  .col-lg-1, .wpcf7-form  .col-lg-2, .wpcf7-form  .col-lg-3, .wpcf7-form  .col-lg-4, .wpcf7-form  .col-lg-5, .wpcf7-form  .col-lg-6, .wpcf7-form  .col-lg-7, .wpcf7-form  .col-lg-8, .wpcf7-form  .col-lg-9, .wpcf7-form  .col-lg-10, .wpcf7-form  .col-lg-11, .wpcf7-form  .col-lg-12 {
padding-right:0;
}
.wpcf7-form .contact .buton { margin-right: 0; }
.wpcf7-form .contact input.buton { float: left; height: 48px; border-radius: 0px; box-shadow: none; background-color: #3d3d3d; color: #fff;}
/********************/
/*   ERROR PAGE   */
/********************/
.error-page{
	background:#fff;
	text-align: center;
	padding-top:155px;
}
.error-page p span strong{font-size: 260px;line-height: 200px;color: #4c4c4c;}
.error-page p span {display: block;padding-bottom: 20px;font-size: 38px;color: #4c4c4c;text-transform: uppercase;font-weight:300;}
.error-page p{font-size:24px; font-weight:300;}
.error-page .buton{font-weight:900;	margin-bottom:60px;}

/**************************/
/*   ERROR PAGE FEATURED  */
/**************************/
.error-page-1{
	background:#656565;
	text-align: center;
	color:#707070;
}
.error-page-1 h1{
	
	padding-top: 90px;
	font-size: 150px;
	font-weight: 900;
	margin-top: 0px;
	line-height: 100px;
	color: #dadada;
}
.error-page-1 h2{
	margin: 0;
	
	font-weight: 900;
	font-size: 80px;
	color: #707070;
}
.error-page-1 p{
	font-size: 16px;
	font-weight: 400;
}
.error-page-1 .buton{
	margin-bottom:60px;
}


/************************/
/*   Bottom Section     */
/************************/
.bottom-section {
	background: #C32026;
	-webkit-box-shadow: inset 0px -9px 0px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px -9px 0px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px -9px 0px 0px rgba(0,0,0,0.15);
	color: #fff;
	font-size: 26px;
	padding: 20px 0 30px 0;
}

.bottom-section p {
	padding-top: 16px;
	margin-bottom: 15px;
	line-height: 34px;
	height: 3em ;
}

.bottom-section span {
	color: #fff;
	font-weight: 700;
	font-size: 34px;
}

.bottom-section i {
	font-size: 66px;
}

/**********************/
/*   Shortcodes Page  */
/**********************/

.shortcodes-headings{margin-top: 33px;}

/**********************/
/*   Footer Section   */
/**********************/

footer {
	background: #f7f7f7;

}

footer .widgetscontainer {
	margin-top: 30px;
}

footer .col-md-3 {
	padding-bottom: 20px;
}

footer h4 {
  position: relative;
	color: #2B96CC;
	font-weight: 700;
	margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
footer h4 span {
  padding-bottom: 7px;
  display: inline-block;
  margin-bottom: -1px;
  border-bottom: 1px solid #C32026;
}
.footer-widget { overflow: hidden; }

.mailchimp-forms {
  width: 100% !important;
  border: 1px solid #F4F4F4;
  color: #A5A5A5;
  font-family: inherit;
  font-size: 14px;
  margin: 0 10px 7px 0 !important;
  padding: 10px 9px 10px;
  box-shadow: 0 1px 0 #f4f4f4;
  -moz-box-shadow: 0 1px 0 #f4f4f4;
  -webkit-box-shadow: 0 1px 0 #f4f4f4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: right;
  }

.footer-social-container { text-align: center; padding-top: 100px; }
.footer-social-container a {
font-size: 50px;
line-height: 91px;
width: 91px;
height: 92px;
border: 3px solid #e1e1e1;
text-align: center;
border-radius: 26px;
margin-left: 30px;
margin-bottom: 5px;
display: inline-block;
color: #e1e1e1;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.footer-social-container a {
 color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #e1e1e1;  
}
.footer-social-container a:hover {
 color: #548766;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #e1e1e1;  
}
  
}
.footer-social-container a:hover { color: #548766; border-color: #548766; }
/************************/
/*  Copyleft Section   */
/************************/
.copyleft-section {
	text-align: center;
	padding: 50px 0 100px 0;
}

.copyleft-section p {
	color: #8f8e8e;
  font-weight: 300;
  font-size: 20px;
}

/************************/
/* General Fix Element  */
/************************/
.fixed-padding { padding: 0 !important;}
.fixed-margin {margin: 0 !important;}
.blind {opacity: 0;}
.blindy { opacity: 0;}
.right-padding { padding-right: 30px; }
.trans-topsection { opacity: 0; display: inline; width: 41px; height: 41px; float: left; cursor: pointer; }
.nobordermore { border-bottom: 0;}
@-moz-document url-prefix()
{
 	.facts h4 { font-size: 23px;}
}

/* Wordpress */
.alignleft { float:left;}
.alignright { float:right;}
.aligncenter { display: block; margin-right: auto; margin-left: auto;}
img.aligncenter { margin: 5px auto; }
img.alignright { margin: 5px;}
img.alignleft { margin: 5px;}
.wp-caption { max-width: 100% !important; padding: 5px;}
.blog-content { overflow: hidden; } 
body.admin-bar .is-sticky .western-header { top: 20px !important; }
body.admin-bar .header-2.right_side { top: 20px; }
.gallery img { margin-right: auto; margin-left: auto;}
.wp-caption-text, .gallery-caption, .bypostauthor { color: #7d7d7d;}
.sticky { -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
box-shadow: 0px 0px 20px rgba(0,0,0,0.4);}
.logged-in .western-waypoint { margin-top: 20px; }
.logged-in .mode2 .western-waypoint { margin-top: 0; }
.wpb_row .wpb_row .column_container { padding-right: 15px; padding-left: 15px;} 

span.dropcap { font-size: 35px; padding: 2px 9px; color: #fff; background: #C32026; float: right; margin: 0 10px 5px 0; font-weight: 600; }

/* Custom Filter  */
.custom-categories { border: 4px double #d6d6d6; border-right: 0; border-left: 0; margin-bottom: 20px; text-align:center; }
.custom-categories ul { margin:0; padding:0; }
.custom-categories ul li { list-style: none; float: right; }
.custom-categories ul li a { color: #484848; padding: 0 15px 0 20px; line-height: 56px; font-size: 24px;}
.custom-categories ul li.active a { color: #C32026; border-bottom:0; }
.custom-categories ul li a:hover { color: #C32026; border-bottom: 0 !important;}
.wpb_teaser_grid .categories_filter li { margin: 0 10px 0 0;}
.wpb_teaser_grid .categories_filter { margin-bottom: 0; display:inline-block;}
.wpb_teaser_grid .categories_filter li.active a { border-bottom: 0;}
.ls-borderlesslight .ls-fullscreen, .ls-borderlesslight .ls-nav-stop, .ls-borderlesslight .ls-nav-start, .ls-borderlesslight .ls-nav-next, .ls-borderlesslight .ls-nav-prev, .ls-borderlesslight .ls-bottom-slidebuttons a, .ls-borderlesslight .ls-nav-sides, .ls-borderlesslight .ls-playvideo, .ls-borderlesslight .ls-loading-container {
background-image: none !important; }
.ls-borderlesslight .ls-shadow {
display: none !important; }
.ls-bottom-nav-wrapper, .ls-below-thumbnails { text-align: right !important; margin-right: 30px !important; }
.ls-fullwidth .ls-playvideo, .ls-fullwidth .ls-nav-sides, .ls-fullwidth .ls-bottom-slidebuttons a, .ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next, .ls-fullwidth .ls-nav-start, .ls-fullwidth .ls-nav-stop, .ls-fullwidth .ls-fullscreen, .ls-fullwidth .ls-loading-container {
background-image: url(../img/westernskinn.png) !important;
}
.ls-fullwidth .ls-nav-prev {
right: 0 !important;
}
.ls-fullwidth .ls-nav-next {
left: 0 !important;
}
/*********************************/
/*   Visual Composer Reset CSS   */
/*********************************/
.wpb_row { margin-bottom: 40px }
.wpb_accordion_header i { float: right; margin: 6px 15px 0 0; color: #C32026; font-size: 16px; }
.wpb_teaser_grid .item-box, .item-box { background: #fff;  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.wpb_teaser_grid .item-box h2 a, .wpb_teaser_grid .item-box h2, .item-box h2 a, .item-box h2  { font-size: 20px; font-weight: 400; color: #C32026; margin-top: 30px; padding-right: 10px; padding-left: 10px; }
.wpb_teaser_grid .item-box h2 a:hover, .item-box h2 a:hover  { color: #434343; }

.wpb_teaser_grid.item-box .entry-content, .item-box .entry-content  { padding: 0 20px 27px 19px; }
span.wpcf7-form-control-wrap { width: 100%; }
.home .wpb_text_column p { font-size: 20px; }

/* Call to Action */
.vc_call_to_action { border-right: 2px solid #C32026 !important; }
.vc_btn_green, .vc_btn_green:hover { background-color: #C32026 !important; }
/*****************************/
/*   Layer Slider Button     */
/*****************************/
.layersliderbutton{background:none;padding:8px 23px;border:1px solid #fff;font-size:14px; color:#fff;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.layersliderbutton:hover{background:#fff;color:#428bca;}
.ls-bottom-slidebuttons { display: block !important; text-align: center; }

/************************/
/*   Responsive Query   */
/************************/
@media (max-width: 1200px) {
 .subscribe-widget .email-form { width: 190px; }
 .navbar-nav>li>a { padding: 6px 15px; }
 .blog-style-masonry .blog-item { width: 30%; }
 .blog-style-3 .blog-item, .blog-style-3 .blog-sizer  { width: 31%;}
 .m_parallax {
 background-attachment: scroll !important;
 background-position: 0 0 !important;	
 }
  .latest-post-slider { width: 95% !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
   .mode2 .western-waypoint { padding-right: 0; }	
   body.admin-bar .header-2.right_side { margin-top: 20px; top: 20px; }
   /* Default Header Start */
   .navbar-nav { margin: 15px 0; }
   .navbar-nav>li>.dropdown-menu { margin-top: 2px; margin-right: 10px; }
   .navbar-nav .menu-item-has-children .dropdown-menu {
  	position: static;
  	float: none;
  	width: auto;
  	margin-top: 0;
  	background-color: #f7f7f7;
  	border: 0;
  	box-shadow: none;
   }
   .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; line-height: 20px; }
   .western-header-small .navbar-nav>li>.dropdown-menu { margin-top: 0; }
   .navbar-toggle { margin-left: 0; }
   .multi.dropdown > ul > li { width: 50%; float:right; }

   .right_side .navbar-collapse {
	 padding-right: 0; 
   }
   .header-2.right_side {
   background: transparent;
   height: auto !important;
   }
   .header-2.right_side .header-2 { background: transparent; }

   .header-2.right_side { width: 178px; }
   .right_side .logo { display: none;}

   .header-2.right_side .navbar-collapse { background: #f7f7f7; }
   .header-2.right_side.dark .navbar-collapse { background: #1c1c1c; }
   .header-2.right_side .navbar-toggle { float: right; right: 14px; }
   .navbar-default.header-2 { background: transparent;}
   .header-2.right_side .navbar-left .dropdown-menu {
		right: 0;
		width: 140px;
		min-width: 1px;
		}
   /* Default Header Finish */
   /* Blog Section Start*/
   .blog-style-masonry .blog-item { width: 30%; }
   .col-sm-9.col-md-9 .blog-style-masonry .blog-item { width: 44%; }
	 /* Other */  
   .m_parallax {
	 background-attachment: scroll !important;
   background-position: 0 0 !important;	
   }
   .fullslider { padding-right: 0; }
  .portfolio-margin .fw-item { width: 48.68421053%; }
   .portfolio-margin .fw-item:nth-child(3n+3) { margin-left: 2.63157894%; }
   .portfolio-margin .fw-item:nth-child(2n+2) { margin-left: 0 !important; }
   .fw-item { width: 50%; }
}
@media (max-width: 767px) {	
	.mode2 .western-waypoint { padding-right: 0; }	
	body.admin-bar .header-2.right_side { margin-top: 20px; top: 20px; }
	/* Default Header Start */
	/* Navigation */
   .navbar-toggle { margin-left: 0; }
   .navbar-nav { margin: 15px 0; }
   .navbar-nav>li>.dropdown-menu { margin-top: 2px; margin-right: 10px; }
   .navbar-nav .menu-item-has-children .dropdown-menu { background-color: #f7f7f7; }
   .western-header-small .navbar-nav>li>.dropdown-menu { margin-top:2px; }
   .navbar-nav { margin: 15px 0;}
   .navbar-nav .menu-item-has-children .dropdown-menu {
   	position: static;
   	float: none;
   	width: auto;
   	margin-top: 0;
   	background-color: #f7f7f7;
   	border: 0;
   	box-shadow: none;
   }
   .multi.dropdown > ul > li { width: 50%; float:right; }
	 .right_side .navbar-collapse {
	 padding-right: 0; 
   }
   .header-2.right_side {
   background: transparent;
   height: auto !important;
   }
   .header-2.right_side .header-2 { background: transparent; } 
   .header-2.right_side { width: 178px; }
   .right_side .logo { display: none;}  
   .header-2.right_side .navbar-collapse { background: #f7f7f7; }
   .header-2.right_side.dark .navbar-collapse { background: #1c1c1c; }   
   .navbar-default.header-2 { background: transparent;} 
   .header-2.right_side .navbar-toggle { float: right; right: 14px; }
	 .header-2.right_side .navbar-left .dropdown-menu {
		right: 0;
		width: 140px;
		min-width: 1px;
		}
  /* Other */
   .sidebar { padding: 0 15px;}
   .m_parallax {
    background-attachment: scroll !important;
    background-position: 0 0 !important;	
   }
  
   .portfolio-margin .fw-item { width: 48.68421053%; }
   .portfolio-margin .fw-item:nth-child(3n+3) { margin-left: 2.63157894%; }
   .portfolio-margin .fw-item:nth-child(2n+2) { margin-left: 0 !important; }
   .fw-item { width: 50%; }
   .western-team { width: 440px; margin: 0 auto; }
   .fullslider { padding-right: 0; }
}
@media (max-width: 480px) {
   body.admin-bar .header-2.right_side { margin-top: 20px; top: 20px; }
  .mode2 .western-waypoint { padding-right: 0; }	
  .hidden-mini { display: none; }
  .latest-post-slider { width: 100% !important; padding-left: 0; }
	/* Default Header Start */
   .western-header { position: relative;}
   section { margin-top: 0 !important;}
   .navbar-toggle { margin-left: 0; }
   /* Navigation */
   .navbar-nav { margin: 15px 0; }
   .navbar-nav>li>.dropdown-menu { margin-top: 2px; margin-right: 10px; }
   .navbar-nav .menu-item-has-children .dropdown-menu { background-color: #f7f7f7; }
   .navbar-nav .menu-item-has-children .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: #f7f7f7;
		border: 0;
		box-shadow: none;
	}
  	.multi.dropdown > ul > li { width: 100%; float:right; }
  	.right_side .navbar-collapse {
		padding-right: 0; 
   	}
   	.header-2.right_side {
   	background: transparent;
   	height: auto !important;
   	}
   .header-2.right_side .header-2 { background: transparent; }
 
   .header-2.right_side { width: 178px; }
   .right_side .logo { display: none;}
   
   .header-2.right_side .navbar-collapse { background: #f7f7f7; }
   .header-2.right_side.dark .navbar-collapse { background: #1c1c1c; }
  
   .header-2.right_side .navbar-toggle { float: right; right: 14px; }
   
   .navbar-default.header-2 { background: transparent;}
   .header-2.right_side .navbar-left .dropdown-menu {
		right: 0;
		width: 140px;
		min-width: 1px;
		}
   /* Blog Section */
   .blog-style-masonry .blog-item { width: 100%;}
   .sidebar { padding: 0 15px;}
   .col-sm-9.col-md-9 .blog-style-masonry .blog-item { width: 100%; } 

  /* Other */
  .latest-work-grid { margin-top: 5px; }
  
  .portfolio-margin .fw-item { width: 100%; margin: 0; }
	.portfolio-margin .fw-item:nth-child(3n+3) { margin-left: 0; }
  .portfolio-margin .fw-item:nth-child(2n+2) { margin-left: 0; }
  .fw-item { width: 100%; }

  .m_parallax {
  background-attachment: scroll !important;
  background-position: 0 0 !important;	
  }
  .parallax-homepage .flex-prev { right: 7%; }
  .parallax-homepage .flex-next { left: 7%; }  
  .western-team { width: 320px; }
  .fullslider { padding-right: 0; }
}


