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

/* Webkit */
::selection {
    background: #f54325;
    color: #FFF;
}
/* Gecko/Mozilla */
::-moz-selection {
    background: #f54325;
    color: #FFF;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.aligncenter {
	display: block;
	margin: 10px auto;
}
.header_top .aligncenter{
	margin: 8px auto;
}
.text-align-right {
	text-align: right;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}

/* =Reset default browser CSS.
-------------------------------------------------------------- */
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{
	background-color: #f54325;
	border: 0;
	padding: 5px 7px;
	text-align: center;
}

table tr:nth-child(even) td{
	background-color: transparent;
}

table tr:nth-child(odd) td{
	background-color: #f54325;
	color: #fff;
}

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

a img {
	border: none;
}

img{
	max-width: 100%;
	height: auto;
}

h1,h2,h3,h4,h5{
	font-family: 'Oswald', sans-serif;
	color: #000000;
	font-weight: 400;
}

h1{
	font-size: 26px;
	line-height: 30px;
}

h2{
	/*font-size: 24px;*/
	font-size: 60px;
	line-height: 50px;
	letter-spacing:-4px;
}

h3{
	font-size: 18px;
	line-height: 19px;
}

h4{
	font-size: 15px;
	line-height: 19px;
	letter-spacing:1px;
}

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

h6{
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	letter-spacing:1px;
	text-transform:uppercase;
}

p {
	font-size: 13px;
	line-height: 22px;
}

a{
	color: #000000;
	text-decoration: none;
}

p a {
	color: #000000;
	text-decoration: none;
}

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

input[type='submit']{
	-webkit-appearance: none;
}

ul{
	list-style-position:inside;
}

/* =Structure
-------------------------------------------------------------- */

html{
	height: 100%;
	margin: 0px !important;
}

#ascrail2000 {
	z-index: 99990 !important;
	background-color: #2c2c2c;
    padding: 0 0 0 1px;
}
#ascrail2000 div{
	background-color: #636363 !important;
	right: 0px;
}

body{
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #929292;
	background-color: #ffffff;
	overflow-y: scroll;
	overflow-x: hidden !important;
}

.wrapper {
	background-color: #f7f7f7;
	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;
}

.right_side_menu_opened .wrapper{
	left: -250px;
}

.right_side_menu_opened .wrapper header{
	left: -250px;
}

.wrapper_inner{
	width: 100%;
	overflow: hidden;
}

body.boxed .wrapper_inner{
	overflow: hidden;
}

.meta{
	display: none;
}

.ajax_loader {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1100;
	display: none;
}

.ajax_loader_1 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.ajax_loader_2 {
	margin: -50% 0 0 -50%;
}

.ajax_loader_html {
	margin: -50% 0 0 -50%;
	width: 30px;
	height: 30px;
	left: 50%;
	border: 8px solid #f54325;
	border-right-color: transparent;
	border-radius: 50%;
	background-color: transparent;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-ms-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin
{
	from { -webkit-transform: rotate(0deg); opacity: 1; }
	to   { -webkit-transform: rotate(360deg); opacity: 1; }
}

@-moz-keyframes spin
{
	from { -moz-transform: rotate(0deg); opacity: 1; }
	to   { -moz-transform: rotate(360deg); opacity: 1; }
}

@-ms-keyframes spin
{
	from { -ms-transform: rotate(0deg); opacity: 1; }
	to   { -ms-transform: rotate(360deg); opacity: 1; }
}

@-o-keyframes spin
{
	from { -o-transform: rotate(0deg); opacity: 1; }
	to   { -o-transform: rotate(360deg); opacity: 1; }
}

@keyframes spin
{
	from { transform: rotate(0deg); opacity: 1; }
	to   { transform: rotate(360deg); opacity: 1; }
}

body.smooth_scroll {
    overflow-y: hidden;
}

body.boxed .wrapper_inner,
body.boxed footer{
	width: 1110px;
	margin: 0 auto;
}

header{
	-webkit-transition: left 0.13s cubic-bezier(0.694, 0.0482, 0.335, 1), left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-moz-transition: left 0.13s cubic-bezier(0.694, 0.0482, 0.335, 1), left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-o-transition: left 0.13s cubic-bezier(0.694, 0.0482, 0.335, 1), left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-ms-transition: left 0.13s cubic-bezier(0.694, 0.0482, 0.335, 1), left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	transition: left 0.13s cubic-bezier(0.694, 0.0482, 0.335, 1), left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	width: 100%;
	position: fixed;
	z-index: 110;
	top:0px;
	left: 0px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.boxed header{
	background-color: transparent !important;
	border: 0px !important;
}

.boxed .header_inner{
	width: 1110px;
	margin: 0px auto;
	border-bottom: 1px solid #dbdbdb;
}

.header_top{
	line-height: 30px;
	height:  30px;
	padding: 0;
	background-color: #2C2C2C;
}

.header_top p{
	line-height: 30px;
}

.header_top .left{
	float: left;
}

.header_top .right{
	float: right;
}
.header_top .right .inner > div

{
	float:left;
	padding: 0 0 0 5px;
}

.header_top .left .inner > div

{
	float:left;
	padding: 0 0 0 5px;
}

.header_top .left .inner > div
{
	float:left;
	padding: 0 15px 0 0;
}
.header_bottom{
	background-color: #ffffff;
	padding: 0px 16px;
	position: relative;
}

header .header_inner_left{
	position: absolute;
	left: 16px;
	top: 0px;
}

header .container_inner .header_inner_left{
	position: absolute;
	left: 0px;
	top: 0px;
}

.logo_wrapper{
	height: 82px;
	float: left;
}

.logo{
	position: relative;
	top: 50%;
	left: 0px;
}

.logo a{
	position: relative;
	display: block;
	visibility: hidden;
}

.logo img{
	display: block;
	position: relative;
	top: -50%;
	width: auto !important;
	max-width: none;
}

.header_inner_right{
	float: right;
	position: relative;
	z-index: 110;
}

header.centered_logo{
	text-align: center;
}

header.centered_logo .header_inner_left{
	float: none;
	position: relative;
	display: block;
	margin: 10px 0px;
	
}

header.centered_logo .logo_wrapper{
	float: none;
	height: auto !important;
}

header.centered_logo .logo{
	top: 0px;
}

header.centered_logo .logo a{
	display: inline-block;
	margin: 0px 0px -6px 0px;
}

header.centered_logo .logo img{
	top: 0px;
	margin: 0px auto;
}

header.centered_logo .header_inner_right{
	float: none;
	display: inline-block;
	position: relative;
	margin: 0 0 -6px;
}
header.centered_logo .header_right_widget{
	float: left;
}

header.centered_logo nav.main_menu,
header.centered_logo nav.main_menu.right{
	position: relative;
	display: inline-block;
	left: auto;
	float: none;
	margin: 0 0 -6px;
}

header.centered_logo nav.main_menu > ul{
	left: 0px;
}

nav.main_menu{
	position: absolute;
	left: 50%;
	z-index: 100;
	text-align: left;
	left: 39%;
	margin-left: 209px;
	width: 61%;
}

nav.main_menu.right{
	position: relative;
	left: auto;
	float: right;
}

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

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

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: #5f5f5f;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	position: relative;
	cursor: pointer;
	/*line-height: 82px;*/
	line-height: 80px;
	padding:0px;
	margin: 0px;
	font-family:"Oswald", serif;
}
nav.main_menu > ul > li > a > span{
	padding:18px 14px;
	text-transform: uppercase;
}

nav.main_menu > ul > li:hover > a,
nav.main_menu > ul > li.active > a{
	color: #ffffff;
}
nav.main_menu > ul > li:hover > a > span{
	/*background-color:#2c2c2c;*/
	border-bottom:solid 4px #ea4144;
}
nav.main_menu > ul > li.active > a > span{
	background-color:#f54325;
}

/* DROP DOWN MENU - START */

.drop_down ul{
	list-style: none;
}

.drop_down ul li{
	position: relative;
}

.drop_down .second{
	left: 0px;
	margin: 0px;
	top: 82px;
	position: absolute;
	display: block;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	z-index: 10;
	margin-top:-16px;
}

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

.drop_down .second .inner{
	padding: 0px;
	display: block;	
}

.drop_down .second .inner ul{
	display:inline-block;
	position: relative;
	padding: 0px;
	background-color: #2c2c2c;
	padding: 0px 0px 0px 0px;
}

.drop_down .second .inner ul li{
	display: block;
	padding: 0px 15px;
	position: relative;
	float: none;	
	height: auto;
	background: none;
	width: 190px;
	border-bottom:1px solid #3d3d3d;
	
}

.drop_down .second .inner ul li a,
.drop_down .second .inner ul li h5{
	display: block;
	font-size: 13px;
	font-weight: 400;
	font-family:"Open Sans", serif;
	color: #929292;
	height: auto;
	line-height: 14px;
	letter-spacing: 0px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

.drop_down .second .inner ul li:last-child {
	border-width: 0px;
}

.drop_down .second .inner ul li:hover{
	background-color: #212121;
}

.drop_down .second .inner ul li:hover a{
	color: #ffffff;
}

.drop_down .second i{
	display: none;
}

.drop_down .second .inner ul li ul{
	position: absolute;
	left: 100%;
	top: 0px;
	background-color: #2c2c2c;
	height: auto;
	display: none;
	overflow: hidden;
	z-index: 10;
}

.drop_down .second .inner ul li:hover ul{
	z-index: 20;
	display: block;
}

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

.drop_down .second .inner ul.right li a,
.drop_down .second .inner ul.right li h5{
	text-align: right;
	padding: 10px 0px 10px 0px;
}

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

.drop_down .second .inner ul li.sub ul li a,
.drop_down .second .inner ul.right li.sub ul li a{
	background: none;
	padding: 10px 10px 10px 10px;
	color: #929292;
}

.drop_down .second .inner ul li.sub ul li:hover a{
	color: #fff;
}

/* DROP DOWN MENU - END */


/* DROP DOWN MENU WIDE - START */

.drop_down .wide .second ul{
	padding: 17px 14px 17px 15px;
}

.drop_down .wide .second ul li{
	float: left;
	width: 245px;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #464646;
	border-bottom:none;
}
.drop_down .wide .second ul li:last-child{
	border-width:1px;
}
.drop_down .wide .second ul li:hover{
	background-color:transparent;
}
.drop_down .wide .second ul li:nth-child(4n+1){
	clear: both;
}
.drop_down .wide .second ul li:nth-child(1){
	border-left: none;
}
.drop_down .wide .second ul li a{
	color: #f54325;
	font-size: 12px;
	border-width: 0px;
}

.drop_down .wide .second .inner ul li:last-child > a{
	border-width: 1px;
}

.drop_down .second .inner ul li.sub a {
	background-image: url("img/sub_menu_arrow_right.png");
	background-position: right center;
	background-repeat: no-repeat;
}
.drop_down .second .inner ul.right li.sub a {
    background-image: url("img/sub_menu_arrow_left.png");
    background-position: 0 center;
    background-repeat: no-repeat;
}
.drop_down .second .inner ul li.sub > a:hover {
	background-image: url("img/sub_menu_arrow_right_hover.png");
}
.drop_down .second .inner ul.right li.sub > a:hover {
	background-image: url("img/sub_menu_arrow_left_hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:150/100), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:160dpi) {
	.drop_down .second .inner ul li.sub a{
		-o-background-size: 4px 6px;
		-webkit-background-size: 4px 6px;
		-moz-background-size: 54px 6px;
		background-size: 4px 6px;
		background-image: url("img/sub_menu_arrow_right@1_5x.png");
	}
	.drop_down .second .inner ul li.sub > a:hover{
		background-image: url("img/sub_menu_arrow_right_hover@1_5x.png");
	}
	.drop_down .second .inner ul.right li.sub > a:hover {
		background-image: url("img/sub_menu_arrow_left_hover@1_5x.png");
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:2.0), only screen and (min--moz-device-pixel-ratio:2.0), only screen and (-o-min-device-pixel-ratio:200/100), only screen and (min-device-pixel-ratio:2.0), only screen and (min-resolution:210dpi) {
	.drop_down .second .inner ul li.sub a{
		-o-background-size: 4px 6px;
		-webkit-background-size: 4px 6px;
		-moz-background-size: 4px 6px;
		background-size: 4px 6px;
		background-image: url("img/sub_menu_arrow_right@2x.png");
	}
	.drop_down .second .inner ul li.sub > a:hover{
		background-image: url("img/sub_menu_arrow_right_hover@2x.png");
	}
	.drop_down .second .inner ul.right li.sub > a:hover {
		background-image: url("img/sub_menu_arrow_left_hover@2x.png");
	}
}

.drop_down .wide .second ul li a,
.drop_down .wide .second .inner ul li.sub a,
.drop_down .wide .second .inner ul li h5{
	background: none;
}

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

.drop_down .wide .second ul li:hover a,
.drop_down .wide .second .inner ul li.sub ul li:hover a{
	background: none;
}

.drop_down .wide .second ul li a:hover,
.drop_down .wide .second .inner ul li.sub ul li a:hover {
	color: #fff;
}
.drop_down .wide .second .inner > ul > li > a, .drop_down .wide .second .inner > ul > li > h3{
    font-weight: 700;
    text-transform: uppercase;
	padding: 10px 10px 11px;
	color:#fff;
	letter-spacing:2px;
	
}
.drop_down .wide .second ul li ul{
	background: none repeat scroll 0 0 transparent;
	display: block;
	left: 0;
	padding: 0;
	position: relative;
	top: 0;
	visibility: visible;
	border: 0px;
}
.drop_down .wide .second ul li ul .widget{
	padding:0 10px;
}
.drop_down .wide .second ul li ul li{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.drop_down .wide .second .inner ul li.sub ul li a,
.drop_down .wide .second ul li ul li a{
	color: #929292;
	font-size: 13px;
	padding:9px 10px;
}
.drop_down .wide .second .inner ul li.sub ul li a:hover{
	background-color:#212121;
}
.drop_down .wide .second .inner ul li .widget ul li a:hover{
	background-color:transparent;
}

/* DROP DOWN MENU WIDE - END */


/* DROP DOWN MENU WIDE ICONS - START */

.drop_down .wide.icons .second ul li a span{
	position: relative;
	display: block;
}

.drop_down .wide.icons .second i{
	width: 24px;
	height: 24px;
	float: left;
	display: inline-block;
	color: #929292;
	line-height: 16px;
}
.drop_down .wide.icons  .second a:hover i{
	color:#fff;
}
.drop_down .wide.icons  .second i.blank{
	background: none;
	border: 0px;
	display:none;
}

/* DROP DOWN MENU WIDE ICONS - END */

.mobile_menu_button{
	display: none;
	float: left;
	height: 100px;
	margin: 0 20px 0 0;
}

.mobile_menu_button span{
	width: 19px;
	height: 17px;
	font-size: 21px;
	color: #5F5F5F;
	z-index: 50;
	display: table-cell;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
}

nav.mobile_menu{
	display: none;
	width: 100%;
	float: left;
	position: relative;
	top: 0px;
	text-align: left;
	overflow: hidden;
	background-color: #2c2c2c;
	margin: 0px 0px 10px 0px;
}

nav.mobile_menu ul{
	display: none;
	width: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

nav.mobile_menu > ul{
	margin-bottom: -1px !important;
}

nav.mobile_menu ul li{
	margin: 0px;
	padding: 0px;
}

nav.mobile_menu ul li a{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

nav.mobile_menu ul li a,
nav.mobile_menu ul li h3,
nav.mobile_menu ul li ul li a,
nav.mobile_menu ul li.open_sub > a:first-child{
	border-bottom: 1px solid #5b6064;
}

nav.mobile_menu ul > li.has_sub > a span.mobile_arrow,
nav.mobile_menu ul > li.has_sub > h3 span.mobile_arrow  {
	display: inline-block;
	float: right;
	width: 17px;
	height: 17px;
	position: relative;
	z-index: 9000;
	line-height: 17px;
}
nav.mobile_menu ul li a span.mobile_arrow i,
nav.mobile_menu ul li h3 span.mobile_arrow i
{
	color: #929292;
}
nav.mobile_menu ul > li > a span.mobile_arrow i{
	display:none;
}
nav.mobile_menu ul > li.has_sub > a span.mobile_arrow i{
	display:inline;
	
}
nav.mobile_menu ul > li.has_sub > a span.mobile_arrow i.icon-angle-down,
nav.mobile_menu ul > li.has_sub > h3 span.mobile_arrow i.icon-angle-down{
	display:none;
}

nav.mobile_menu ul > li.has_sub.open_sub > a span.mobile_arrow  i.icon-angle-right,
nav.mobile_menu ul > li.has_sub > a span.mobile_arrow:hover  i.icon-angle-right,
nav.mobile_menu ul > li.has_sub.open_sub > h3 span.mobile_arrow  i.icon-angle-right,
nav.mobile_menu ul > li.has_sub > h3 span.mobile_arrow:hover  i.icon-angle-right{
	display:none;
}
nav.mobile_menu ul > li.has_sub.open_sub > a span.mobile_arrow  i.icon-angle-down,
nav.mobile_menu ul > li.has_sub > a span.mobile_arrow:hover  i.icon-angle-down,
nav.mobile_menu ul > li.has_sub.open_sub > h3 span.mobile_arrow  i.icon-angle-down,
nav.mobile_menu ul > li.has_sub > h3 span.mobile_arrow:hover  i.icon-angle-down{
	display:inline;
}

nav.mobile_menu ul li a,
nav.mobile_menu ul li h3{
	font-family: 'Open Sans',sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	padding: 10px 10px;
	display: block;
	position: relative;
	text-transform: uppercase;
	
}
nav.mobile_menu ul li h3{
	
}
nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active > a{
	color: #eb4142;
}

nav.mobile_menu ul li ul li{
	margin: 0px 0px 0px 20px;
}

.side_menu_button_wrapper{
	display: table;
}

.side_menu_button{
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	height: 82px;
}

.side_menu_button a{
	position: relative;
	display: block;
	width: 20px;
	height: 22px;
	font-size: 21px;
	padding:0 0 0 14px;
	color: #5F5F5F;
}

.side_menu_button a.opened{
	opacity: 0.7;
}

.side_menu{
	background-color: #2C2C2C;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	padding: 25px;
	position: fixed;
	top: 0;
	right: -250px;
	/*width: 200px;*/
	width: 400px;
	z-index: 90;
	visibility: hidden;
}

.slider {
	overflow: hidden;
	position: relative
}

.ls-wp-fullwidth-helper {
	left: 0px !important;
}

.content{
	margin: 82px 0px 0px 0px;
	position: relative;
	z-index: 100;
	background-color: #ffffff;
	-webkit-transition: background-color 1s ease 0s;
	-moz-transition: background-color 1s ease 0s;
	-o-transition: background-color 1s ease 0s;
	transition: background-color 1s ease 0s;
	padding-bottom:30px;
}

.home .content{
	padding-bottom:0px;
}

.container{
	position: relative;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.container_inner{
	width: 1060px;
	margin: 0px auto;
}

.content .container .container_inner{
	padding: 40px 0px 0px 0px;
}

.header_bottom .container_inner{
	position: relative;
}

.content .title .container_inner{
	padding: 0px;
}

section.section{
	display: block;
	position: relative;
	padding: 0px 0;
	border-bottom: 1px solid transparent;
	overflow: hidden;
}

.boxed section.section .section_inner,
section.grid_section .section_inner{
	width: 1060px;
	margin: 0px auto;
	position: relative;
	z-index: 20;
}

/* Section Video Background - Start */

.section .mobile-video-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.section .video-overlay {
	height: 3000px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 11;
}

.section .video-overlay.active {
	background-image: url("img/pixel-video.png");
	background-position: 0px 0px;
	background-repeat: repeat;
	opacity: 1;
}

.section .video-wrap {
	top: 0px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.section .video-wrap .mejs-poster {
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	-o-background-size: cover!important;
}

.section .video-wrap .mejs-container .mejs-controls {
	display: none!important;
}

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

.section .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: rgba(255, 255, 255, 0.18) !important;
}

.section .video-wrap .mejs-container {
	background-color: transparent!important;
	background-image: none!important;
	height: auto !important;
}

.section .video-wrap .mejs-mediaelement{
	background: none !important;
	border: 0px !important;
}

.section .video-wrap .mejs-container .mejs-poster img {
	max-width: none!important;
	width: 100%!important;
}

.section .video-wrap .mejs-controls button { opacity: 0.8; }
.section .video-wrap .mejs-controls button:hover, .mejs-controls .mejs-fullscreen-button:hover button { opacity: 1!important;}

.section .video-wrap .mejs-container .mejs-controls {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.section .video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #1f1f1f none repeat scroll 0 0 !important;	
}

.section .video-wrap .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: transparent!important;
}

/* Section Video Background - End */

.two_columns_66_33{
	width: 100%;
}

.two_columns_66_33>.column1{
	width: 66.66%;
	float: left;
}

.two_columns_66_33>.column1>.column_inner{
	padding: 0 20px 0 0;
}

.two_columns_66_33>.column2{
	width: 33.33%;
	float: left;
}

.two_columns_66_33>.column2>.column_inner{
	padding: 0 0 0 20px;
}

.two_columns_33_66{
	width: 100%;
}

.two_columns_33_66>.column1{
	width: 33.33%;
	float: left;
}

.two_columns_33_66>.column1>.column_inner{
	padding: 0 20px 0 0;
}

.two_columns_33_66>.column2{
	width: 66.66%;
	float: left;
}

.two_columns_33_66>.column2>.column_inner{
	padding: 0 0 0 20px;
}

.two_columns_75_25{
	width: 100%;
}

.two_columns_75_25>.column1{
	width: 75%;
	float: left;
}

.two_columns_75_25>.column1>.column_inner{
	padding: 0 20px 0 0;
}

.two_columns_75_25>.column2{
	width: 25%;
	float: left;
}

.two_columns_75_25>.column2>.column_inner{
	padding: 0 0 0 20px;
}

.two_columns_25_75 {
	width: 100%;
}

.two_columns_25_75>.column1{
	width: 25%;
	float: left;
}

.two_columns_25_75>.column1>.column_inner{
	padding: 0 20px 0 0;
}

.two_columns_25_75>.column2{
	width: 75%;
	float: left;
}

.two_columns_25_75>.column2>.column_inner{
	padding: 0 0 0 20px;
}

.two_columns_50_50 {
	width: 100%;
}

.two_columns_50_50>.column1{
	width: 50%;
	float: left;
}

.two_columns_50_50>.column1>.column_inner{
	padding: 0 10px 0 0;
}

.two_columns_50_50>.column2{
	width: 50%;
	float: left;
}

.two_columns_50_50>.column2>.column_inner{
	padding: 0 0 0 10px;
}

.three_columns {
	width: 100%;
}

.three_columns>.column1, 
.three_columns>.column2, 
.three_columns>.column3{
	width: 33.33%;
	float: left;
}

.three_columns>.column1>.column_inner{
	padding: 0 15px 0 0;
}

.three_columns>.column2>.column_inner{
	padding: 0 5px 0 10px;
}

.three_columns>.column3>.column_inner{
	padding: 0 0 0 15px;
}

.four_columns{
	width: 100%;
}

.four_columns>.column1,
.four_columns>.column2,
.four_columns>.column3,
.four_columns>.column4{
	width: 25%;
	float: left;
}

.four_columns>.column1>.column_inner{
	padding: 0 15px 0 0;
}

.four_columns>.column2>.column_inner{
	padding: 0 10px 0 5px;
}

.four_columns>.column3>.column_inner{
	padding: 0 5px 0 10px;
}

.four_columns>.column4>.column_inner{
	padding: 0 0 0 15px;
}

.five_columns>.column1,
.five_columns>.column2,
.five_columns>.column3,
.five_columns>.column4,
.five_columns>.column5{
	width: 20%;
	float: left;
}

.five_columns>.column1>.column_inner,
.five_columns>.column2>.column_inner,
.five_columns>.column3>.column_inner,
.five_columns>.column4>.column_inner{
	margin: 0 2.5% 0 0;
}

.five_columns>.column5>.column_inner{
	margin: 0;
}

.title{
	display: block;
	width: 100%;
	height: 175px;
	background-color: #f7f7f7;
	text-align: center;
	position: relative;
}
.title.with_breadcrumbs{
	height: 115px;
}
.title.with_image{
	height: auto;
	line-height: normal;
	background: none;
}

.title.with_image img{
	display: block;
	position: relative;
	width: 100%;
}

.title .title_holder{
	display: table;
	height: 100%;
	left: 0;
	position: relative;	
	width: 100%;
	/*height: 98px;*/
	height:146px;
}

.title.with_image .title_holder{
	position: absolute;
	top: 42%;
}

.title .title_holder .container{
	 display: table-cell;
	 vertical-align: middle;
}

.title h1{
	color: #000000;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-transform: uppercase;
}

.title.standard h1,
.title.standard h6,
.title.standard .separator.small{
	-webkit-animation: title-from-top .6s 1 ease-out 1s;
	-moz-animation: title-from-top .6s 1 ease-out 1s;
	-o-animation: title-from-top .6s 1 ease-out 1s;
	animation: title-from-top .6s 1 ease-out 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.title.standard h1{
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.title.standard h6{
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

@-webkit-keyframes title-from-top {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-15px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes title-from-top {
	0% {
		opacity: 0;
		-moz-transform: translateY(-15px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes title-from-top {
	0% {
		opacity: 0;
		-o-transform: translateY(-15px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes title-from-top {
	0% {
		opacity: 0;
		transform: translateY(-15px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.title .subtitle{
	color: #141414;
	float:right;
	display: block;
	-webkit-animation: subtitle-fade .5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
	-moz-animation: subtitle-fade .5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
	-o-animation: subtitle-fade .5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
	animation: subtitle-fade .5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
}
@-webkit-keyframes subtitle-fade {
	0% {
		filter: alpha(opacity=0);
		opacity: 0;
	
	}
	100% {
		filter: alpha(opacity=100);
		opacity: 1;
	
	}
}
@-moz-keyframes subtitle-fade {
	0% {
		filter: alpha(opacity=0);
		opacity: 0;
		
	}
	100% {
		filter: alpha(opacity=100);
		opacity: 1;
		
	}
}
@-o-keyframes subtitle-fade {
	0% {
		filter: alpha(opacity=0);
		opacity: 0;
	
	}
	100% {
		filter: alpha(opacity=100);
		opacity: 1;
	
	}
}
@keyframes subtitle-fade {
	0% {
		filter: alpha(opacity=0);
		opacity: 0;
	
	}
	100% {
		filter: alpha(opacity=100);
		opacity: 1;
		
	}
}
.title  h6{
	margin:0 0 15px;
}
.title .separator.small{
	margin-bottom:0;
}

.title .breadcrumb{
	color: #000000;
	display: block;
	position: relative;
	float:left;
	font-weight: 700;
	letter-spacing:1px;
	text-transform: uppercase;
	-webkit-animation: title-from-left .5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
	-moz-animation: title-from-left .5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
	-o-animation: title-from-left .5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
	animation: title-from-left .5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
}
@-webkit-keyframes title-from-left {
	0% {
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: translate(-10%, 0);
	}
	100% {
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
}
@-moz-keyframes title-from-left {
	0% {
		filter: alpha(opacity=0);
		opacity: 0;
		-moz-transform: translate(-10%, 0);
	}
	100% {
		filter: alpha(opacity=100);
		opacity: 1;
		-moz-transform: translate(0, 0);
	}
}
@-o-keyframes title-from-left {
	0% {
		filter: alpha(opacity=0);
		opacity: 0;
		-o-transform: translate(-10%, 0);
	}
	100% {
		filter: alpha(opacity=100);
		opacity: 1;
		-o-transform: translate(0, 0);
	}
}
@keyframes title-from-left {
	0% {
		filter: alpha(opacity=0);
		opacity: 0;
		transform: translate(-10%, 0);
	}
	100% {
		filter: alpha(opacity=100);
		opacity: 1;
		transform: translate(0, 0);
	}
}
.title .breadcrumb h1{
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	letter-spacing:1px;
	width:auto;
}

.title .breadcrumb a{
	color: inherit;
}

.title .breadcrumb .delimiter{
	margin: 0px 10px;
}

.title .breadcrumb .current,
.title .breadcrumb a:hover{
	color: #F54325;
}
.title.has_background {
	background-repeat: no-repeat;
	background-position: center 0;
}
.title.has_fixed_background {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0;
}
.title .breadcrumb h1,.title .breadcrumb{
	font-weight: 400;
}
.touch .title.has_fixed_background {
	background-attachment: scroll;
}

.box_image_with_border{
	display: block;
	position: relative;
	border-bottom: 5px solid #ededed;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	text-align: center;
}

.box_image_with_border:hover{
	border-color: #f54325;
}

.box_image_with_border h3{
	margin: 0 0 15px;
}

.box_image_holder{
	display: block;
	position: relative;
	margin: 0 0 56px;
	text-align: left;
}

.box_image_holder a{
	position: relative;
	display: block;
}

.box_image_holder .box_image_shadow{
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(img/box_image_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 30px;
	-webkit-background-size: 100% 30px;
	-moz-background-size: 100% 30px;
	-o-background-size: 100% 30px;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
}

.box_image_with_border:hover .box_image_shadow{
	bottom: -13px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.box_image_holder .image_holder_inner{
	position: relative;
	display: inline-block;
	width: 100%;
	top: 0px;
	left: 0px;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
}

.box_image_with_border:hover .box_image_holder .image_holder_inner{
	top: -15px;
}

.box_image_holder img{
	width: 100%;
}

.box_image_holder .box_icon{
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 0px;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
}

.box_image_holder .box_icon .icon-stack{
	margin: 0 0 0 -50%;
	font-size: 4em;
}

.box_image_holder .box_icon .icon-stack i{
	margin: 35% 0 0;
}

.box_image_holder .box_icon .icon-stack i.icon-stack-base {
    color: #f54325;
}

.separator { 
	position: relative;
	display: block;
	height: 1px;
	background-color: #ededed;
	margin: 25px 0;
}

.separator.transparent {
	background-color: transparent;
}

.separator.small {
    background-color: #000;
    height: 1px;
    position: relative;
    width: 55px;
    display: block;
    margin: 18px auto 28px auto;

}

.separator.small.left {
    margin: 18px 0 28px 0;
}

.separator.small.right {
    margin: 18px 0 28px auto;
}

/* ==========================================================================
   Icon list shortcode styles
   ========================================================================== */
.icon_list p{
	font-family: "Open Sans", serif;
	font-size: 13px;
	line-height: 50px;
	font-weight: 400;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 56px;
	position: relative;
}

.icon_list i{
	background-color: #f54325;
	border-color: transparent;
	color: #FFFFFF;
        font-size: 22px;
        line-height: 40px;
        height: 40px;
        width: 36px;
        text-align: center;
        border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-o-border-radius: 2em;
}

/* ==========================================================================
   Progress bar shortcode styles
   ========================================================================== */
.progress_bar {
	position: relative;
	margin: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.progress_bar .progress_content_outer{
	/*height: 3px;*/
	background-color: #fff;
	background-color: #f7f7f7;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.progress_bar .progress_content_outer,
.progress_bar .progress_content {
    height: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.progress_bar .progress_content {
	position: absolute;
	top: 0;
	left: 0;
	/*height: 3px;*/
	overflow: hidden;
	background: 0;
	background-color: #f54325;
}

.progress_bar .progress_title_holder {
    height: 42px;
    display: table-cell;
    width: 10%;
    vertical-align: middle;
    position: relative;
}

.progress_bar .progress_title {
	display: inline-block;
	z-index: 100;
}
.progress_bar .progress_title > * {
    font-family: 'Open Sans';
    letter-spacing: 0.0769230769230769em;
    font-weight: 300;
}


.progress_bar .progress_number_wrapper {
    text-align: right;
    position: absolute;
    left: 0px;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
    
    color: #fff;
}

.progress_bar .progress_number {
	/*font-family: "Oswald", sans-serif;*/
    background: url(img/progress_bar_number_bg.jpg) no-repeat;
	font-size: 11px;
    font-weight: 300;
	color: #fff;
    width: 36px;
    height: 25px;
    display: inline-block;
    text-align: center;
}

/* ==========================================================================
   Vertical progress bar shortcode styles
   ========================================================================== */
.progress_bars_vertical .progress_content_outer {
    height: 200px;
    position: relative;
    background-color: #f7f7f7;
}

.progress_bars_vertical .progress_number {
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    margin: 25px 0 0;
    display: block;
    position: relative;
    font-weight: 300;
}

.progress_bars_vertical .progress_title {
    margin-bottom: 1em;
    margin-top: 1em;
}

.progress_bars_vertical .progress_content_outer .progress_content {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0;
    background: 0;
    background-color: #f54325;
}

.counter_holder {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity .4s ease 0s;
}

.counter_holder.left {
	text-align: left;
}

.counter_holder.right {
	text-align: right;
}

.counter_holder.center {
	text-align: center;
}

.counter_holder span.counter{
	font-family: "Oswald", sans-serif;
	font-size: 70px;
	line-height: 70px;
	color: #f54325;
	overflow: hidden;
	display: inline-block !important;
	height: 70px;
}

.box_holder{
	display: block;
	position: relative;
	border: 1px solid #ededed;
	z-index: 200;
}

.box_holder_inner{
	padding: 30px 20px;
	display: block;
}

.box_holder.with_icon .box_holder_inner{
	padding: 50px 20px 30px;
}

.box_holder_inner.left{
	text-align: left;
}

.box_holder_inner.right{
	text-align: right;
}

.box_holder_inner.center{
	text-align: center;
}

.box_holder_icon{
	position: absolute;
	display: block;
	left: 50%;
	top: 0;
	z-index: 250;
}

.box_holder_icon_inner{
	margin: -50% 0 0 -50%;
}

.box_holder_icon_inner.circle,
.box_holder_icon_inner.square,
.box_holder_icon_inner.image{
	margin: -50% 0 0 -50%;
}

.box_holder_icon i,
.box_holder_icon .icon-stack i.icon-circle{
	color: #f54325;
}

.box_holder_icon_inner.tiny .icon-stack{
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.box_holder_icon_inner.square .icon-stack{
	background-color: #f54325;
	background-image: url(img/button_pixel.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 1px solid #0e732d;
}

.box_holder_icon .icon-stack i{
	color: #fff;
}

.box_holder_icon_inner.tiny i{
	font-size: 19px;
}

.box_holder_icon_inner.tiny i.icon-circle{
	font-size: 40px;
}

.box_holder_icon_inner.image.tiny img{
	height: 35px;
}

.box_holder_icon_inner.image.small img{
	height: 52px;
}

.box_holder_icon_inner.image.medium img{
	height: 78px;
}

.box_holder_icon_inner.image.large img{
	height: 104px;
}

.qbutton,
.load_more a,
#submit_comment,
.drop_down .wide .second ul li .qbutton,
.drop_down .wide .second ul li ul li .qbutton{
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0px 20px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	height: 36px;
	text-align:center;
	line-height: 36px;
	color: #fff;
	background-color: #f54325;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	border:none;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 -2px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 -2px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 -2px rgba(0,0,0,0.2) inset;
	-o-box-shadow: 0 -2px rgba(0,0,0,0.2) inset;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
    outline: none;
}
.qbutton:hover,
.load_more a:hover,
#submit_comment:hover,
.drop_down .wide .second ul li .qbutton:hover,
.drop_down .wide .second ul li ul li .qbutton:hover{
	padding: 0px 30px;
	color: #fff;
	background-color: #2C2C2C;
}

#submit_comment{
	text-transform: uppercase;
}

/* ==========================================================================
   Button styles
   ========================================================================== */
.qbutton.no_fill {
	color: #f54325;
	background-color: transparent;
	background-image: none;
        border: 2px solid #f54325;
}

.qbutton.full_width {
    display: block;
    text-align: center;
    font-size: 25px;
    line-height: 84px;
    height: 84px;
    letter-spacing: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.qbutton.no_fill.full_width {
    line-height: 80px;
    height: 80px;
}

.qbutton.large {
	height: 65px;
	line-height: 65px;
	font-size: 19px;
	padding: 0px 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.qbutton.large:hover { 
	padding: 0px 35px;
}
.qbutton.large.no_fill {
    height: 64px;
    line-height: 64px;
}

.qbutton.medium {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	padding: 0px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.qbutton.medium:hover { 
	padding: 0px 25px;
}
.qbutton.medium.no_fill {
    height: 49px;
    line-height: 49px;
}

.qbutton.small.no_fill,
.qbutton.tiny.no_fill {
    font-weight: 700;
}

.qbutton.no_inset,
.qbutton.no_fill {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.qbutton.small {
    padding: 0 14px;
    height: 39px;
    line-height: 37px;
   -o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.qbutton.small:hover { 
	padding: 0px 24px;
}
.qbutton.small.no_fill {
    height: 37px;
    line-height: 37px;
}

.qbutton.tiny {
	height: 31px;
	line-height: 31px;
	font-size: 9px;
	padding: 0px 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.qbutton.tiny:hover { 
	padding: 0px 21px;
}
.qbutton.tiny.no_fill {
    height: 27px;
    line-height: 27px;
}

.qbutton.no_fill:hover{
	color: #f54325;
}

.easyPieChart {
	position: relative;
}
.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.pie_chart_holder {
	display: block;
	margin: 0 0 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
}

.percentage {
	font-family: "Oswald", sans-serif;
	font-size: 25px;
        font-weight: 300;
	color: #000;
	text-align: center;
	margin: 0 auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
}
.tocounter {
	float: none;
	margin: 0;
}
.pie_chart_text {
	text-align: center;
	margin: 28px 0 0;
}

.pie_chart_text .pie_title {
	margin: 0 0 0.8em;
}

.image_with_text {
	display: inline-block;
	width: 100%;
	position: relative;
}
.image_with_text img {
	display: block;
	margin: 0 0 22px 0;
}

/* ==========================================================================
   Call to action styles
   ========================================================================== */
.call_to_action {
    /* Positioning */
    position: relative;

    /* Display & Box Model */
    display: block;
    padding: 33px;
    border: 1px solid #929292;
    
    /* Other */
    background-color: #ededed;
    color: #000;
    font-size: 15px;
}

.call_to_action.without_border {
    border-color: transparent;
}

.call_to_action h5 { margin: 8px 0 0; }

.call_to_action.elegant { padding: 21px 80px 22px 50px; }

.call_to_action.elegant h5 { margin: 0px; }

.call_to_action.elegant .cta_button {
    /* Positioning */
    position: absolute;
    right: 0px;
    top: 0px;
    
    /* Display & Box Model */
    display: inline-block;
    width: 65px;
    height: 100%;
    
    /* Other */
    background-color: #f54325;
    color: #fff;
    text-align: center;
}

.call_to_action.elegant .cta_button i {
    /* Positioning */
	position: absolute;
	top: 50%;
	left: 50%;

    /* Display & Box Model */
	margin: -16px 0 0 -2px;

    /* Other */
    color: #fff;
    font-size: 30px;
}

/* ==========================================================================
   Parallax shortcode styles
   ========================================================================== */

.full_width .parallax_content{
	width: 1060px;
	margin: 0px auto;
}

section.section section.parallax{
	margin: -50px 0px;
}

.boxed section.section section.parallax{
	margin: -50px -25px;
}

.boxed .full_width .parallax_content{
	width: auto;
	margin: 0px;
	padding: 0px 25px;
}

.parallax section{
	background-repeat: no-repeat;
	background-color: transparent;
	background-attachment: fixed;
	background-position: center 0px;
	padding: 1px 0px;
}

.touch .parallax section{
	background-attachment: scroll;
}

.parallax_content.left{
	text-align: left;
}

.parallax_content.center{
	text-align: center;
}

.parallax_content.right{
	text-align: right;
}

.portfolio_single .flexslider, 
.portfolio_single .portfolio_single_text_holder,
.portfolio_single .portfolio_images img, 
.portfolio_single .portfolio_images .fluid-width-video-wrapper{
	margin: 0 0 38px;
}

.portfolio_single .portfolio_container{
	position: relative;
	z-index: 200;
}

.portfolio_single h3{
	margin: 0 0 11px 0;
}

.portfolio_detail .info{
	padding: 0 0 13px;
	margin: 0 0 8px;
}

.portfolio_detail .info:last-child{
	border: 0px;
}

.portfolio_single h6{
	margin: 0 0 4px;
}

.video_holder{
	position: relative;
	width: 100%;
	display: block;
	min-height: 1px;
}

.portfolio_navigation{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 40px 0;
	margin: 30px 0 0;
	border-top: 1px solid #ededed;
	z-index: 100;
	position: relative;
}

.portfolio_navigation .portfolio_prev, 
.portfolio_navigation .portfolio_next, 
.portfolio_navigation .portfolio_button{
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.portfolio_navigation .portfolio_prev{
	position: absolute;
	left: 0;
}

.portfolio_navigation .portfolio_next{
	position: absolute;
	right: 0;
}

.portfolio_navigation .portfolio_prev a,
.portfolio_navigation .portfolio_next a{
	color: #929292;
	line-height: 40px;
	width:40px;
	text-align:center;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color:#ededed;
	margin: 0 4px 0px 0;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
}
.portfolio_navigation .portfolio_button a{
	line-height: 40px;
	width:40px;
	text-align:center;
}
.portfolio_navigation .portfolio_button a i{
	line-height: 46px;
	font-size: 28px;
	color: #ededed;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
}
.portfolio_navigation .portfolio_button a:hover i{
	color: #2c2c2c;
}
.portfolio_navigation .portfolio_prev a:hover,
.portfolio_navigation .portfolio_next a:hover{
	background-color:#2c2c2c;
	color: #ffffff;
}

.portfolio_single .portfolio_share,
.portfolio_single .blog_like{
	position: relative;
	margin: 35px 0 0 0;
	display: inline-block;
}

.portfolio_gallery {
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 0 0 15px 0;
}

.portfolio_gallery a {
	position: relative;
	float: left;
	display: inline-block;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
}

.portfolio_gallery a.v2 {
	width: 49%;
	margin: 0 2% 2% 0;
}

.portfolio_gallery a.v3 {
	width: 32%;
	margin: 0 2% 2% 0;
}

.portfolio_gallery a.v4 {
	width: 23.5%;
	margin: 0 2% 2% 0;
}

.portfolio_gallery a.v2:nth-child(2n), 
.portfolio_gallery a.v3:nth-child(3n), 
.portfolio_gallery a.v4:nth-child(4n) {
	margin: 0 0 2% 0;
}

.portfolio_gallery a img, 
.portfolio_gallery a frame {
	position: relative;
	display: block;
	width: 100%;
	z-index: 100;
}

.portfolio_gallery iframe{
	min-height: 200px;
}

.portfolio_gallery a .gallery_text_holder{
	background-color: #f54325;
	background-color: rgba(245, 67, 37, 0.9);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: 200;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
}

.portfolio_gallery a img{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.portfolio_gallery a:hover .gallery_text_holder{
	opacity: 1;
	filter: alpha(opacity=100);
}

.portfolio_gallery a .gallery_text_inner{
	display: table;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.portfolio_gallery a .gallery_text_inner h3{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0px 15px;
	color: #fff;
	text-transform: uppercase;
}

.projects_holder_outer{
	margin: 0;
	display: inline-block;
	width: 100%;
}

.full_width .projects_holder_outer.v6,
.full_width .projects_holder_outer.v5{
	width: 1300px;
	margin: 0px auto;
	display: block;
}

.projects_holder{
	font-size: 0.1px;
	line-height: 0;
	list-style-type: none;
	text-align: justify;
}

.projects_holder:after,
.projects_holder:before{
    content: "";
    display: inline-block;
    width: 100%;
}

.projects_holder > .mix{
	display: none;
	position: relative;
	vertical-align: top;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	text-align: left;
}

.projects_holder.circle .mix .image,
.projects_holder.circle .mix .text_holder
{
	-webkit-backface-visibility: hidden;
	border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	overflow: hidden;
}
.projects_holder.circle .mix:hover .image{
	transform: scale(1.06,1.06);
	-webkit-transform: scale(1.06,1.06);
	-moz-transform: scale(1.06,1.06);
	-o-transform: scale(1.06,1.06);
	-ms-transform: scale(1.06,1.06);
	

}
.projects_holder.circle .mix .image{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}
.projects_holder.circle .mix .image .circle_hover{
	display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 101;
	background-color: rgb(245,67,37);
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-backface-visibility: hidden;
	border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	overflow: hidden;
}
.projects_holder.circle .mix:hover .image .circle_hover{
	opacity:0.9;
}
.projects_holder .mix .image{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	-moz-transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
	-webkit-backface-visibility: hidden;
}

.projects_holder article .image img{
	position: relative;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.projects_holder.hover_text article .image .image_hover{
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	z-index: 150;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
}

.projects_holder.hover_text article .image .image_hover h4
{
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0;
	vertical-align: middle;
	text-align: left;
}

.projects_holder.hover_text article .image .image_hover h4 a{
	display: table-cell;
	vertical-align: middle;
	color: #000;
	padding: 0 20px;
}

.projects_holder article .image_holder,
.projects_holder article .portfolio_description{
	display: block;
	position: relative;
}

.projects_holder article .portfolio_description .portfolio_title {
	margin: 1.4em 0 0.5333333333333333em;
	display: block;
	padding: 0 30px 0 0;
	text-transform: uppercase;
}

.projects_holder.hover_text article h4,
.projects_holder.circle article h4
{
	text-align:center;
	display: block;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.projects_holder.hover_text article h4 a,
.projects_holder.circle article h4 a{
	color:#fff;
}

.projects_holder article .portfolio_description .project_category{
	font-size: 13px;
	line-height: 18px;
	display: block;
}

.projects_holder.hover_text article .project_category,
.projects_holder.circle article .project_category{
	margin: 0 0 33px;
	display: block;
}

.projects_holder article .portfolio_like{
	margin: 0px;
	padding: 3px 0 0;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	display: block;
	height: 45px;
}


.projects_holder.hover_text article .portfolio_like:hover,
.projects_holder.circle article .portfolio_like:hover
{
	background-color:rgba(0,0,0,1);
}
.projects_holder.hover_text article .portfolio_like i.icon-large:before,
.projects_holder.circle article .portfolio_like i.icon-large:before{
	font-size:15px;
	margin:7px 0 1px;
	
}

.projects_holder.hover_text article .portfolio_like .qode-like-count,
.projects_holder.circle article .portfolio_like .qode-like-count
{
	font-size:10px;
	line-height:12px;
}
.portfolio_single .portfolio_like{
	position: relative;
	display: inline-block;
	float: left;
	padding: 0px;
	margin: 35px 15px 0 0;
	width: 36px;
	height: 41px;
}

.portfolio_like a,
.portfolio_single .portfolio_like a{
	display: block;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
}

.portfolio_like a i,
.portfolio_single .portfolio_like a i{
	display: block;
	color: #dfdfdf;
	margin: 0 0 8px;
	font-size: 15px;
}

.projects_holder.hover_text article .portfolio_like a i,
.projects_holder.circle article .portfolio_like a i
{
	font-size: 18px;
	margin: 0 0 0px;
}

.portfolio_like span,
.portfolio_single .portfolio_like span{
	display: block;
	color: #c8c8c8;
}

.projects_holder.hover_text article .portfolio_like a i,
.projects_holder.hover_text article .portfolio_like a.liked i,
.projects_holder.hover_text article .portfolio_like a:hover i,
.projects_holder.hover_text article .portfolio_like span,
.projects_holder.circle article .portfolio_like a i,
.projects_holder.circle article .portfolio_like a.liked i,
.projects_holder.circle article .portfolio_like a:hover i,
.projects_holder.circle article .portfolio_like span
{
	color: #fff;
}

.portfolio_like a.liked i,
.portfolio_like a:hover i,
.portfolio_single .portfolio_like a.liked i,
.portfolio_single .portfolio_like a:hover i{
	color: #f54325;
}

.projects_holder article span.text_holder{
	background-color: #f54325;
	background-color: rgba(245,67,37,0.90);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: 200;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
}
.projects_holder.circle article span.text_holder{
	background-color:transparent;
}
.projects_holder article .image_holder:hover span.text_holder{
	opacity: 1;
	filter: alpha(opacity=100);
}

.projects_holder.hover_text.with_mask article .image_holder:hover .image_hover{
	opacity: 0;
	filter: alpha(opacity=0);
}

.projects_holder article span.text_holder span.text_outer{
	display: table;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

.projects_holder article span.text_holder span span.text_inner{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0px 15px;
	color: #fff;
}

.projects_holder article span.text_holder span span.text_inner h5 a{
	color: #fff;
}

.projects_holder article .feature_holder{
	display: inline-block;
}
.projects_holder article .feature_holder .feature_holder_icons{
	display: inline-block;
}
.projects_holder article a.lightbox,
.projects_holder article a.preview,
.projects_holder.hover_text article .portfolio_like,
.projects_holder.circle article .portfolio_like
{
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	position: relative;
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	 -webkit-transition: top 0.3s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-moz-transition: top 0.3s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: top 0.3s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: top 0.3s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-moz-transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
	-webkit-backface-visibility: hidden;
	top:30px;
	background-color:rgba(0,0,0,0.55);
	margin:0 2px 0 0;
}

.projects_holder article a.preview {
	top:30px;
	 -webkit-transition: top 0.3s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition-delay: 0.1s, 0.1s, 0s, 0s;
  -moz-transition: top 0.3s ease-in-out 0.1s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: top 0.3s ease-in-out 0.1s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: top 0.3s ease-in-out 0.1s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	
}
.projects_holder.hover_text article .portfolio_like,
.projects_holder.circle article .portfolio_like{
	padding: 0px;
	margin: 0;
	top:30px;
	-webkit-transition: top 0.3s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition-delay: 0.2s, 0.2s, 0s, 0s;
	-moz-transition: top 0.3s ease-in-out 0.2s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: top 0.3s ease-in-out 0.2s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: top 0.3s ease-in-out 0.2s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.projects_holder article a.lightbox:hover,
.projects_holder article a.preview:hover{
	background-color:rgba(0,0,0,1);
}
.projects_holder.circle article a.lightbox,
.projects_holder.circle article a.preview,
.projects_holder.circle article .portfolio_like{
	-webkit-transition:none;
	-webkit-transition-delay: 0;
	-moz-transition: none;
	-o-transition: none;
	transition:none;
}

.projects_holder article:hover a.lightbox,
.projects_holder article:hover a.preview,
.projects_holder article:hover span.portfolio_like
{
	opacity: 1;
	filter: alpha(opacity=100);
	top:0px;
}

.projects_holder article a.lightbox i,
.projects_holder article a.preview i{
	font-size: 18px;
	display: block;
	line-height:40px;
}

.projects_holder article a.preview i{
	font-size: 18px;
}

.projects_holder.v6.hover_text article .project_category{
	margin: 0 0 20px;
}

.projects_holder.v5.hover_text article .project_category{
	margin: 0 0 23px;
}

.projects_holder .filler {
	display: inline-block;
	height: 0px;
}

.projects_holder.v6 .mix{
	width: 15.7%;
	margin: 0 0 1.2%;
}


.projects_holder.v6 .filler {
	width: 15.7%;
}
.projects_holder.v6.hover_text .mix{
	width: 15.2%;
	margin: 0 0 1.7%;
}

.projects_holder.v6.hover_text .filler {
	width: 15.2%;
}

.projects_holder.v5 .mix{
	width: 18%;
	margin: 0 0 2.9%;
}

.projects_holder.circle.v5 .mix{
	width: 17%;
	margin: 0 0 3.9%;
}

.projects_holder.v5.hover_text .mix{
	margin: 0 0 2%;
}

.projects_holder.v5 .filler {
	width: 18.5%;
}

.projects_holder.circle.v5 .filler {
	width: 17.5%;
}

.projects_holder.v4 .mix{
	width: 23.5%;
	margin: 0 0 2.5%;
}

.projects_holder.circle.v4 .mix{
	width: 22.5%;
	margin: 0 0 3.5%;
}

.projects_holder.v4.hover_text .mix{
	margin: 0 0 2.2%;
}

.projects_holder.v4 .filler {
	width: 23.5%;
}

.projects_holder.circle.v4 .filler {
	width: 22.5%;
}

.projects_holder.v3 .mix{
	width: 32%;
	margin: 0 0 2.4%;
}

.projects_holder.circle.v3 .mix{
	width: 31%;
	margin: 0 0 3.4%;
}

.projects_holder.v3.hover_text .mix{
	margin: 0 0 2.2%;
}

.projects_holder.v3 .filler {
	width: 32%;
}

.projects_holder.circle.v3 .filler {
	width: 31%;
}

.projects_holder.v2 .mix{
	width: 49%;
	margin: 0 0 2.4%;
}

.projects_holder.circle.v2 .mix{
	width: 48%;
	margin: 0 0 3.4%;
}

.projects_holder.v2.hover_text .mix{
	margin: 0 0 2.1%;
}

.projects_holder.v2 .filler {
	width: 49%;
}

.projects_holder.v1 .mix{
	width: 100% !important;
	margin: 0 0 4.8%;
}

.projects_holder.v1 .filler {
	width: 100% !important;
}

.portfolio_paging{
	text-align: center;
	margin: 30px 0 0;
}

.filter_outer{
	display: block;
	position: relative;
	height: 37px;
	margin: 0 0 40px;
	text-align:center;
}

.filter_holder {
	display:inline-block;
}


.filter_holder ul {
    display: inline-block;
    list-style: none;
    
}

.filter_holder ul li {
    cursor: pointer;
    display: block;
    line-height: 35px;
    margin: 0;
	float:left;
    text-align: left;
    text-transform: uppercase;
 
}

.filter_holder ul li span {
    display: inline-block;
    line-height: 35px;
    padding: 0 20px;
    position: relative;
    color: #929292;
	font-size:11px;
	letter-spacing:1px;
	font-weight:700;
}
.filter_holder ul li.active span{
	background-color:#f54325;
	color:#fff;
}
.filter_holder ul li:hover span{
	background-color:#2C2C2C;
	color:#fff;
}
/* ==========================================================================
   Tabs shortcode styles
   ========================================================================== */
.tabs{
	display: block;
	text-align: center;
}

.tabs.boxed{
	text-align: left;
}

.tabs .tabs-nav {
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display: inline-block;
	position: relative;
}

.tabs.boxed .tabs-nav{
	display: block;
}

.tabs .tabs-nav li {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: inline-block;
	float: left;
}

.tabs .tabs-nav li a {
	height: 36px;
	line-height: 36px;
	display: block;
	margin: 0;
	padding: 0 17px;   
	text-decoration: none;
	color: #929292;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 1px;
	background-color: #ededed;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
}
.tabs .tabs-nav li a:hover{
	background-color:#2c2c2c;
	color: #fff;
}
.tabs.horizontal .tabs-nav li,
.tabs.boxed .tabs-nav li {
    margin-right: 2px;
}

.tabs.horizontal .tabs-nav li:last-child(),
.tabs.boxed .tabs-nav li:last-child {
    margin-right: 0;
}

.tabs .tabs-nav li.active a {
	background-color: #f54325;
	border-color: #f54325;
	color: #ffffff;
}

.tabs.horizontal .tabs-nav li:nth-child(n) a,
.tabs.boxed .tabs-nav li:nth-child(n) a{
	border-right-width: 0px;
}

.tabs.horizontal .tabs-nav li:last-child a,
.tabs.boxed .tabs-nav li:last-child a{
	border-right-width: 1px;
}

.tabs .tabs-container {
	overflow: hidden;
	width: 100%;
	background-color: transparent;
	text-align: left;
}

.tabs.boxed .tabs-container {
	margin: -2px 0 0;
	border: 1px solid transparent;
}

.tabs .tab-content { padding: 30px 0 10px; }

.tabs.boxed .tab-content{
	padding: 30px;
        background-color: #f7f7f7;
}

.tabs.vertical .tabs-nav{
	float: left;
	width: 24.02957486136784%;
    margin: 0 2.284658040665434% 0 0;
}

.tabs.vertical.right .tabs-nav{
	float: right;
	margin: 0 0 0 2%;
}

.tabs.vertical .tabs-nav li{
	display: block;
	width: 100%;
}

.tabs.vertical .tabs-nav li a{
	text-align: left;
	height: auto;
	line-height: normal;
	padding: 9px 17px;
    margin-bottom: 2px;
}

.tabs.vertical .tabs-nav li:nth-child(n) a{
	border-bottom-width: 0px;
}

.tabs.vertical .tabs-nav li:last-child a{
	border-bottom-width: 1px;
}

.tabs.vertical .tabs-container{
	width: 73.68576709796673%;
	float: left;
}

.tabs.vertical .tab-content{
	padding: 0px;
}

/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.accordion_holder{
	position: relative;
	margin: 0 0 30px;
	/*border-bottom: 1px solid #ededed;*/
}

.accordion_holder.accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	display: block;
	text-align: center;
	line-height: 51px;
	min-height: 48px;
	padding: 0px;
	background-color: #ededed;
	border-bottom-width: 0px;
	margin-bottom: 1px;
	font-weight: 500;
	-webkit-transition: padding 0.4s ease;
	-moz-transition: padding 0.4s ease;
	-o-transition: padding 0.4s ease;
	transition: padding 0.4s ease;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
}

.accordion_holder.accordion.with_icon .ui-accordion-header span.tab-title {
    width: 60%;
    line-height: 25px;
    margin-top: 13px;
    margin-bottom: 13px;
}

.accordion_holder.accordion.with_icon .ui-accordion-header span.tab-title,
.accordion_holder.accordion.with_icon .ui-accordion-header div.icon-wrapper {
    float: left;
}

.accordion_holder.accordion.with_icon .ui-accordion-header div.icon-wrapper {
    margin-top: 15px;
}

.accordion_holder.accordion.with_icon .ui-accordion-header {
	text-align: left;
	border: 0px;
	padding: 0px 5px;
	border-bottom: 0px;
        margin-bottom: 1px;
}

.accordion_holder.accordion .ui-accordion-header.ui-state-active{
	background-color: #f7f7f7;
        margin-bottom: 0;
	border-bottom: 0px;
	padding: 4px 0px 0px 0px;
}

.accordion_holder.accordion.with_icon .ui-accordion-header.ui-state-active{
	border-bottom: 0px;
	padding: 0px 5px;
}

.accordion_holder.accordion.with_icon .ui-accordion-header i{
	margin: 0 15px 0 5px;
	font-size: 18px;
	color: #f54325;
}

.accordion_holder.accordion.with_icon .ui-accordion-header i.icon-caret-right,
.accordion_holder.accordion.with_icon .ui-accordion-header i.icon-caret-down{
	position: absolute;
	margin: 0 20px 0 0;
	top: 41%;
	right: 0px;
	font-size: 12px;
	color: #cbcbcb;
}

.accordion_holder.accordion.with_icon .ui-accordion-header i.icon-caret-down,
.accordion_holder.accordion.with_icon .ui-accordion-header.ui-state-active i.icon-caret-right{
	display: none;
}

.accordion_holder.accordion.with_icon .ui-accordion-header.ui-state-active i.icon-caret-down{
	display: block;
}

.accordion_holder.accordion div.accordion_content{
	padding: 22px 20px 0 47px;
	background-color: #f7f7f7;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

.accordion_holder.accordion.with_icon div.accordion_content:last-child{
	border-bottom-width: 1px;
}

.accordion_holder.accordion div.accordion_content_inner{
	padding: 25px 0;
}

.accordion_holder.accordion.with_icon div.accordion_content_inner{
	padding: 5px 0 25px;
}

.highlight{
	background-color: #f54325;
	color: #fff;
	padding: 0 3px;
}

.testimonials{
	display: block;
	text-align: center;
	margin: 0 0 30px;
	visibility: hidden;
}

.testimonials .testimonial_nav {
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display: inline-block;
	position: relative;
}
.testimonials .testimonial_nav li {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: inline-block;
	float: left;
}
.testimonials .testimonial_nav li a {
	height: 8px;
    width: 8px;
	line-height: 8px;
	display: block;
	margin: 0 6px 0 0;
	padding: 0;
	text-decoration: none;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
    background-color: #929292;  
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    border-radius: 2em;
}
.testimonials .testimonial_nav li.active a {
	background-color: #f54325;  
}
.testimonials .testimonial_container {
	overflow: hidden;
	width: 100%;
	background-color: transparent;
	text-align: left;
	margin: 0 0 16px;
}

.testimonial_text_holder,
.testimonial_image_holder{
	position: relative;
	display: block;
}

.testimonial_text_inner p {
	font-size: 18px;
    line-height: 140%;
    font-style: italic;
    font-weight: 400;
    text-align: justify;
}

.testimonial_text_inner .testimonial_name {
	display: block;
	margin: 15px 0 0;
	font-family: "Oswald", sans-serif;
	font-size: 15px;
    color: #000;
    text-transform: uppercase;
    text-align: right;
}

.testimonial_text_inner .testimonial_name .author_desc {
    color: #f54325;
}

.testimonial_arrow{
	display: none;
}

.testimonials.transparent .testimonial_arrow{
	display: none;
}

.testimonials.transparent .testimonial_text_inner {
	background-color: transparent !important;
	padding: 0;
    border: none;
}

.testimonials .testimonial_text_inner {
    padding: 25px;
    background-color: #ededed;
    border: 1px solid transparent;
}

.testimonials.transparent .transparent_arrow{
	display: none;
}

.testimonial_image_holder{
	text-align: center;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-o-border-radius: 60px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 47px;
	width: 47px;
}

.testimonial_image_holder img{
	width: 47px;
	height: 47px;
}

/* ==========================================================================
   Blockquote shortcode styles
   ========================================================================== */
blockquote {
    /* Positioning */
	position: relative;

    /* Display & Box Model */
    padding:  23px;

    /* Other */   
    background-color: #ededed;
    border: 1px solid transparent;
}

blockquote i.pull-left {
	font-size: 22px;
	color: #f54325;
	margin: 2px 0 0 !important;
}

blockquote h5{
	padding: 0 0 0 40px;
	line-height: 24px;
        font-family: 'Open Sans';
        font-size: 15px;
}

.gallery_holder{
	display: block;
	position: relative;
}

.gallery_holder ul{
	list-style: none;
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

.gallery_holder ul li{
	position: relative;
	display: block;
	float: left;
}

.gallery_holder ul li a{
	display: block;
	position: relative;
	-webkit-backface-visibility: hidden;
}

.gallery_holder ul li a img{
	display: block;
}

.gallery_holder ul li .gallery_hover{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: #f54325;
	background-color: rgba(245,67,37,0.90);
	visibility: visible;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-webkit-backface-visibility: hidden;
}

.gallery_holder ul li:hover .gallery_hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

.gallery_holder ul li .gallery_hover i{
	position: relative;
	top: 40%;
	left: 50%;
	margin: 0 0 0 -16px;
	font-size: 32px;
	color: #fff;
}

.gallery_holder ul.v5 li,
.wpb_gallery_slides .gallery_holder ul.v5 li
{
	width: 18.4%;
	margin: 0 2% 20px 0;
}

.gallery_holder ul.v4 li,
.wpb_gallery_slides .gallery_holder ul.v4 li
{
	width: 23.5%;
	margin: 0 2% 20px 0;
}

.gallery_holder ul.v3 li,
.wpb_gallery_slides .gallery_holder ul.v3 li
{
	width: 32%;
	margin: 0 2% 20px 0;
}

.gallery_holder ul.v2 li,
.wpb_gallery_slides .gallery_holder ul.v2 li 
{
	width: 49%;
	margin: 0 2% 20px 0;
}

.gallery_holder ul.v2 li:nth-child(2n),
.gallery_holder ul.v3 li:nth-child(3n),
.gallery_holder ul.v4 li:nth-child(4n),
.gallery_holder ul.v5 li:nth-child(5n),
.wpb_gallery_slides .gallery_holder ul.v2 li:nth-child(2n),
.wpb_gallery_slides .gallery_holder ul.v3 li:nth-child(3n),
.wpb_gallery_slides .gallery_holder ul.v4 li:nth-child(4n),
.wpb_gallery_slides .gallery_holder ul.v5 li:nth-child(5n)
{
	margin: 0 0 20px;
}

/* ==========================================================================
   Dropcaps shortcodes styles
   ========================================================================== */
.dropcap {
	position: relative;
	display: inline-block;
	float: left;
	height: 48px;
	width: 48px;
	line-height: 48px;
	font-family: "Oswald", sans-serif;
	font-size: 22px;
	color: #f54325;
	text-align: center;
	margin: 5px 17px 0 0;
	background-color: #f8f8f8;
	border: 1px solid transparent;
}

.dropcap.circle {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
}

/* ==========================================================================
   Message box shortcode styles
   ========================================================================== */
.message {
	position: relative;
	padding: 34px;
	margin: 0 0 30px 0;
        background-color: #ededed;
        border: 1px solid transparent;
}

.message p {
    font-size: 15px;
    color: #000;
}

.message.with_icon > i{
	font-size: 30px;
	color: #f54325;
}

.message.with_icon img{
	float: left;
}

.message a.close{
	position: absolute;
	top: 12px;
        right: 12px;
}

.message a.close i.remove-icon {
	width: 14px;
        height: 14px;
        display: inline-block;
}

.message a.close i.remove-icon.dark {
        background-image: url(img/remove-icon.png);
        background-repeat: none;
}

.message a.close i.remove-icon.light {
        background-image: url(img/remove-icon-white.png);
        background-repeat: none;
}

.message h4 {
	display: block;
	line-height: 26px;
	padding: 0px;
        font-family: 'Open Sans', sans-serif;
}

.message .message_text{
	padding: 0px 20px 0px 0px;
        color: #000;
        font-size: 15px;
}

.message.with_icon .message_text{
	padding: 0px 20px 0px 55px;
	min-height: 50px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:150/100), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:160dpi) {
    .message a.close i.remove-icon.dark {
        background-image: url(img/remove-icon@1_5x.png);
        background-repeat: none;
    }
    
    .message a.close i.remove-icon.light {
        background-image: url(img/remove-icon-white@1_5x.png);
        background-repeat: none;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2.0), only screen and (min--moz-device-pixel-ratio:2.0), only screen and (-o-min-device-pixel-ratio:200/100), only screen and (min-device-pixel-ratio:2.0), only screen and (min-resolution:210dpi) {
    .message a.close i.remove-icon {
        background-image: url(img/remove-icon@2x.png);
    }
    
    .message a.close i.remove-icon.light {
        background-image: url(img/remove-icon-white@2x.png);
        background-repeat: none;
    }
}

/* ==========================================================================
   Pricing table shorcode styles
   ========================================================================== */
.price_table {
	width: 100%;
	display: inline-block;
	padding: 0;
	position: relative;
	margin: 0 0 30px;
}

.price_table_inner {
	overflow: hidden;
	text-align: center;
}

.active_best_price {
	position: absolute;
	top: 0;
	left: 0;
	height: 55px;
	width: 55px;
	text-align: center;
	color: #fff;
	background-color: #f54325;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	-o-border-radius: 70px;
	margin: -27.5px 0 0 18px;
}

.active_best_price p {
	font-family: "Oswald", sans-serif;
	line-height: 55px;
	background-repeat: no-repeat;
	background-position: center 33px;
    text-transform: uppercase;
}

.price_table_inner ul {
	list-style: none outside none;
	margin: 0;
}

.price_table_inner ul ul li:nth-child(odd) {
    background-color: #ededed;
}

.price_table_inner ul ul li:nth-child(even) {
    background-color: #f7f7f7;
}

.price_table_inner ul li {
	text-align: center;
	margin: 0px;
	padding: 19px 25px;
        color: #4b4b4b;
}

.price_table_inner ul li.prices {
	padding: 20px 25px;
        background-color: #f7f7f7;
}

.price_table_inner ul li.table_title {
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #000;
	padding: 14px 25px;
        background-color: #ededed;
}

.price_in_table {
	text-align: center;
}

.price_in_table .value {
	font-family: "Oswald", sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #000;
	vertical-align: top;
	display: inline-block;
	margin: 8px 0 0;
        color: #f54325;
}

.price_in_table .price {
	font-family: "Oswald", sans-serif;
	font-size: 45px;
	line-height: 45px;
	color: #000;
	vertical-align: middle;
	display: inline-block;
}

.price_in_table .mark {
	font-family: "Oswald", sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #000;
	vertical-align: bottom;
        margin-top: 14px;
}

.price_table_inner .price_button{
	background-color: #f7f7f7;
        padding-top: 13px;
        padding-bottom: 13px;
}

.price_table_inner .price_button a{
    padding: 0 25px;
}

/* ==========================================================================
   Icon with text shortcode styles
   ========================================================================== */
.icon_with_title{
	display: block;
	position: relative;
}

.icon_with_title .icon_holder{
	float: left;
	display: inline-block;
}

.icon_with_title .icon_holder.q_icon_animation,
.box_holder_icon_inner.q_icon_animation{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-backface-visibility: hidden;
}

.icon_with_title .icon_holder.q_icon_animation.q_show_animation,
.box_holder_icon_inner.q_icon_animation.q_show_animation{
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.icon_with_title.center{
	text-align: center;
}

.icon_with_title.center .icon_holder{
	float: none;
	display: block;
	margin: 0 0 25px;
}

.icon_with_title .icon_holder i, 
.font_awsome_icon_square i,
.font_awsome_icon_stack i {
	color: #f54325;
}

.icon_with_title.boxed .icon_holder .icon-stack, 
.font_awsome_icon_square {
	background-color: #ededed;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 1px solid transparent;
}

.icon_with_title.circle .icon_holder .icon-stack i.icon-circle, 
.font_awsome_icon_stack .icon-circle,
.icon_with_title.boxed .icon_holder .icon-stack, 
.font_awsome_icon_square {
    color: #ededed;
    -webkit-transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-o-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}

.icon_with_title.circle .icon_holder .icon-stack:hover i.icon-circle, 
.font_awsome_icon_stack:hover .icon-circle {
    color: #f54325 !important; 
    -webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

.icon_with_title.boxed .icon_holder .icon-stack {
    -webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.icon_with_title.boxed .icon_holder .icon-stack:hover {
    background-color: #f54325 !important; 
    -webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.icon_with_title.circle .icon_holder .icon-stack:hover i:last-child, 
.font_awsome_icon_stack:hover i:last-child,
.icon_with_title.boxed .icon_holder .icon-stack:hover i {
    color: #fff !important;
    -webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

.icon_with_title .icon_text_holder{
	position: relative;
}

.icon_with_title span.icon-stack i:last-child {
    font-size: 0.6em;
}

.icon_with_title span.icon-stack.custom-font i:last-child {
    font-size: 0.5em;
}

.icon_with_title .icon_text_inner{
	padding: 0 0 18px;
}

.icon_with_title.with_border_line .icon_text_inner{
	border-bottom: 1px solid #ededed;
}

.icon_with_title.tiny .icon_text_holder,
.icon_with_title.small .icon_text_holder{
	padding: 0 0 0 40px;
}

.icon_with_title.medium .icon_text_holder{
	padding: 0 0 0 55px;
}

.icon_with_title.large .icon_text_holder{
	padding: 0 0 0 65px;
}

.icon_with_title.tiny.boxed .icon_text_holder,
.icon_with_title.tiny.circle .icon_text_holder,
.icon_with_title.tiny.icon_image .icon_text_holder{
	padding: 0 0 0 55px;
}

.icon_with_title.small.boxed .icon_text_holder,
.icon_with_title.small.circle .icon_text_holder,
.icon_with_title.small.icon_image .icon_text_holder{
	padding: 0 0 0 72px;
}

.icon_with_title.medium.boxed .icon_text_holder,
.icon_with_title.medium.circle .icon_text_holder,
.icon_with_title.medium.icon_image .icon_text_holder{
	padding: 0 0 0 98px;
}

.icon_with_title.large.boxed .icon_text_holder,
.icon_with_title.large.circle .icon_text_holder,
.icon_with_title.large.icon_image .icon_text_holder{
	padding: 0 0 0 124px;
}

.icon_with_title.tiny.center .icon_text_holder,
.icon_with_title.small.center .icon_text_holder,
.icon_with_title.medium.center .icon_text_holder,
.icon_with_title.large.center .icon_text_holder,
.icon_with_title.tiny.boxed.center .icon_text_holder,
.icon_with_title.tiny.circle.center .icon_text_holder,
.icon_with_title.small.boxed.center .icon_text_holder,
.icon_with_title.small.circle.center .icon_text_holder,
.icon_with_title.medium.boxed.center .icon_text_holder,
.icon_with_title.medium.circle.center .icon_text_holder,
.icon_with_title.large.boxed.center .icon_text_holder,
.icon_with_title.large.circle.center .icon_text_holder,
.icon_with_title.tiny.icon_image.center .icon_text_holder,
.icon_with_title.small.icon_image.center .icon_text_holder,
.icon_with_title.medium.icon_image.center .icon_text_holder,
.icon_with_title.large.icon_image.center .icon_text_holder{
	padding: 0;
}

.icon_with_title.tiny .icon_holder {
	font-size: 19px;
}

.icon_with_title.tiny .icon_holder img{
	width: 35px;
}

.icon_with_title.small .icon_holder img{
	width: 52px;
}

.icon_with_title.medium .icon_holder img{
	width: 78px;
}

.icon_with_title.large .icon_holder img{
	width: 104px;
}

.icon_with_title .icon_text_holder .icon_title {
	display: block;
	margin: 0 0 0.8em;
}

/* ==========================================================================
   Icon shortcode
   ========================================================================== */

.font_awsome_icon {
	display: inline-block;
}

.font_awsome_icon i {
	color: #f54325;
}



.drop_down .wide .second ul li div.flexslider li:nth-child(4n+1){
	clear: none;
}
.drop_down .wide .second ul li .flexslider ul {
	padding:0;
	border:none;
}

.drop_down .wide .second ul li ul.flex-direction-nav a{
	position:absolute;
	top:0;
	border:none;
	margin:0px 0 0 0;
}
.drop_down .wide .second ul li ul.flex-direction-nav{
	position:absolute;
	top:45px;
	left:0px;
	overflow:visible;
	width: 100%;
}
.drop_down .wide .second ul li div.flexslider{
	margin: 0;
}
.drop_down .wide .second ul li .flexslider.widget_flexslider ul.flex-direction-nav li{
	width: 100%;
}
.flexslider.widget_flexslider h3,
.drop_down .wide .second ul li ul li .flexslider.widget_flexslider h3,
.drop_down .wide .second ul li ul li .flexslider.widget_flexslider h3 a{
	color: #fff;
	font-family: "Oswald",sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	padding: 10px 0 2px !important;
	text-transform: uppercase;
}
.flexslider.widget_flexslider ul li h3 a,
.drop_down .wide .second .inner ul li.flexslider.widget_flexslider ul li h3 a{
	font-family: "Oswald", sans-serif;
	color: #000;
	font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}
.flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev, 
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev{
	background-color: rgba(0, 0, 0, 0.4);
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.drop_down .second .flexslider.widget_flexslider ul.flex-direction-nav  i {
	display:inline;
}
.drop_down .wide.icons .second .flexslider.widget_flexslider ul.flex-direction-nav  i {
	width:auto;
	float:none;
	height:auto;
	color: #FFFFFF;
}
.flexslider.widget_flexslider ul.flex-direction-nav a.flex-next, 
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-next{
	background-color: rgba(0, 0, 0, 0.4);
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.flexslider.widget_flexslider ul.flex-direction-nav a.flex-next:hover, 
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-next:hover,
.flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev:hover, 
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev:hover{
	background-color:#000;
}

.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider .menu_recent_post_text {
	padding: 10px 0;
}
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider .menu_recent_post_text a{
	display: inline;
    padding: 0;
	
}
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider .menu_recent_post_text a:hover{
	color:#fff;
}
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider a, .drop_down .wide .second ul li .flexslider.widget_flexslider a{
	padding: 0;
}



ul.flickr_widget{
	display: inline-block;
	position: relative;
}

ul.flickr_widget li{
	float: left;
	margin: 0px 5px  5px 0px;
}

ul.flickr_widget li:nth-child(3n){
	margin: 0 0 5px;
}

ul.flickr_widget li a img{
	float: left;
}

.progress_bars_icons{
	display: block;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
}

.progress_bars_icons_inner{
	position: relative;
	width: 100%;
	display: inline-block;
}

.progress_bars_icons_inner .bar{
	position: relative;
	float: left;
	margin: 0px 10px 10px 0px;
}

.progress_bars_icons_inner.tiny .bar{
	height: 26px;
	width: 26px;
}

.progress_bars_icons_inner.small .bar{
	width: 52px;
	height: 52px;
}

.progress_bars_icons_inner.medium .bar{
	width: 78px;
	height: 78px;
}

.progress_bars_icons_inner.large .bar{
	width: 104px;
	height: 104px;
}

.progress_bars_icons_inner .bar .bar_noactive, 
.progress_bars_icons_inner .bar .bar_active{
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 50;
}

.progress_bars_icons_inner .bar.active .bar_noactive{
	z-index: 100;
}

.progress_bars_icons_inner.square .bar .bar_noactive, 
.progress_bars_icons_inner.square .bar .bar_active{
	background-color: #ededed;
	background-image: url(img/button_pixel.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 1px solid #b1b0b0;
}

.progress_bars_icons_inner.square .bar.active .bar_noactive, 
.progress_bars_icons_inner.square .bar.active .bar_active{
	background-color: #f54325;
	border: 1px solid #0e732d;
}

.progress_bars_icons_inner .bar i{
	color: #fff;
}

.progress_bars_icons_inner.normal .bar i,
.progress_bars_icons_inner .bar i.icon-circle{
	color: #ededed;
}

.progress_bars_icons_inner.normal .bar.active i,
.progress_bars_icons_inner .bar.active i.icon-circle{
	color: #f54325;
}

.more_facts_outer{
	position: relative;
	display: block;
}

.more_facts_inner{
	display: inline-block;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}

.more_facts_button{
	cursor: pointer;
}

.more_facts_button_holder{
	display: block;
	position: relative;
}

.more_facts_button_holder.left{
	text-align: left;
}

.more_facts_button_holder.center{
	text-align: center;
}

.more_facts_button_holder.right{
	text-align: right;
}

.ordered ul, .ordered ol {
	counter-reset: li;
	display: block;
	list-style-type: decimal;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 0 30px;
	padding: 0 0 0 20px;
}

.ordered ol li {
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	color: #6c6c6c;
	margin: 0px 0px 25px;
	padding: 0 0 0 7px;
}

/* ==========================================================================
   Unordered list shortcode styles
   ========================================================================== */
.list.normal ul > li {
    font-weight: 400 !important;
}

.list.light ul > li {
    font-weight: 300 !important;
}

.list.bold  ul > li {
    font-weight: 700 !important;
}



.list.circle ul,
.list.number ul{
	display: block;
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.list.number ul{
	counter-reset: li;
}

.list.number.circle_number ul>li:before {
    color: #fff;
    background-color: #f54325;
    border-radius: 2em;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.list.number.circle_number li {
    line-height: 30px;
    padding-left: 43px;
    margin-bottom: 9px;
}

.list.circle ul>li,
.list.number ul>li{
	position: relative;
	font-family: "Open Sans", serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	margin: 0px 0px 20px;
	padding: 0 0 0 30px;
	background-repeat: no-repeat;
	background-position: 0px center;
}

.list.circle ul>li{
	background-image: url(img/list_circle.png);
}

.list.number ul>li:before{
	height: 20px;
	width: 20px;
	line-height: 20px;
	display: inline-block;
	position: absolute;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
	left: 0;
	padding: 0;
	font-weight: 400;
	color: #f54325;
	text-align: center;
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

.list.circle.animate_list ul li,
.list.number.animate_list ul li{
	opacity: 0;
	filter: alpha(opacity = 0);
	top: -40px;
}

/* ==========================================================================
   Social icon shortcode styles
   ========================================================================== */
.social_icon_holder{
	display: inline-block;
	position: relative;
}

.social_icon_holder .icon-stack i.icon-circle{
    color: #ededed;
}
.social_icon_holder .icon-stack{
	background-color:#ededed;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-o-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
	margin:3px;
}

.social_icon_holder .icon-stack i{
    color: #f54325;
    -webkit-transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-o-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}

.social_icon_holder .icon-stack:hover {
	background-color: #2c2c2c !important;
}

footer .social_icon_holder .icon-stack, 
.side_menu .social_icon_holder .icon-stack {
    -webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
    
    margin: 0;
    margin-bottom: 3px;
}

footer .social_icon_holder .icon-stack:hover,
.side_menu .social_icon_holder .icon-stack:hover {
    -webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
    
    background-color: #f54325 !important;
}

.social_icon_holder .icon-stack.icon-2x {
	width:36px;
	height:36px;
	line-height:36px;
}
.social_icon_holder .icon-stack:hover i{
	color: #fff !important;
    -webkit-transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-o-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}

span.icon-stack i:last-child {
    font-size: 0.7692307692307692em;
}

span.icon-stack.icon-large i:last-child {
    font-size: 1em;
}

/* ==========================================================================
   Latest posts styles
   ========================================================================== */
.latest_post_holder{
	display: inline-block;
	width: 100%;
	margin-bottom:-50px;
}

.latest_post_holder > ul{
	list-style: none;
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 0;
}

.latest_post_holder > ul > li {
	float: left;
	display: block;
	position: relative;
	margin: 0 0 30px;
}

.latest_post_holder ul > li.two{
	width: 49%;
	padding: 0 2% 0 0;
}

.latest_post_holder ul > li.three{
	width: 32%;
	padding: 0 2% 0 0;
}

.latest_post_holder ul > li.four{
	width: 23.5%;
	padding: 0 2% 0 0;
}

.latest_post_holder ul > li.two:nth-child(2n),
.latest_post_holder ul > li.three:nth-child(3n),
.latest_post_holder ul > li.four:nth-child(4n){
	padding: 0px;
}

.latest_post_holder > ul > li .latest_post {
    background-color: transparent;
    border: none;
}

.latest_post,
.latest_post > a,
.latest_post a img{
	display: block;
	position: relative;
}

.latest_post > a.latest_post_wrapper {
    padding: 0px;
}

.latest_post_text{
	display: block;
	padding: 18px 0 0;
}

.latest_post_inner{
	display: inline-block;
	width: 100%;
	margin: 10px 0 8px;
}

.latest_post_text span.latest_date{
	display: block;
}

.latest_post_text span.latest_date span{
	
}

.latest_post_text span.latest_date span.date{
	margin: 0 4px 0 0;
}

.latest_post_text .latest_post_title {
	margin: 0 0 0.3333333333333333em;
	text-transform: uppercase;
}

.blog_holder article{
	display: inline-block;
	width: 100%;
	padding: 0 0 30px;
	margin: 0 0 25px;
	border-bottom: 1px solid #ededed;
}

.blog_holder article .post_image,
.blog_holder article .post_image > a,
.blog_holder article .post_image img,
.blog_holder article .post_text{
	position: relative;
	width: 100%;
	display: block;
}

.blog_holder.small_images article .post_image,
.blog_holder.small_images article .post_text{
	width: 50%;
	float: left;
}

.blog_holder.small_images.square article .post_image{
	width: 20%;
}

.blog_holder.small_images.square article .post_text{
	width: 80%;
}

.blog_holder.small_images article .post_text .post_inner{
	padding: 0 0 0 25px;
}
.blog_holder.small_images.square article .post_text .post_inner{
	padding: 0 0 0 20px;
}
.blog_holder article .post_text h2{
	margin: 0 0 10px;
	text-transform:uppercase;
}
.blog_holder article .post_text  h2 .date{
	color:#f54325;
}
.blog_holder article .post_image{
	margin: 0 0 35px;
}
.blog_holder article span.qbutton_holder{
	margin:20px 0 0 0;
	display:block;
}
.blog_holder article.format-gallery .flexslider,
.blog_holder.small_images article .post_image{
	margin: 0px;
}

.blog_holder.small_images article.format-audio .post_image a,
.blog_holder.small_images article.format-link .post_image a,
.blog_holder.small_images article.format-quote .post_image a{
	text-align: center;
	vertical-align: middle;
}

.blog_holder.small_images article.format-audio .post_image a i,
.blog_holder.small_images article.format-link .post_image a i,
.blog_holder.small_images article.format-quote .post_image a i{
	position: relative;
	display: inline-block;
	padding: 30px 0;
	font-size: 60px;
	color: #ededed;
}

.blog_holder article .post_description{
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 0 3px;
}
.blog_holder  article .post_description .post_description_inner{
	float:right;
}
.blog_holder article.format-quote .post_description,
.blog_holder article.format-link .post_description
{
	margin: 0;
	padding: 0 0 0 60px;
	display: block;
	width: auto;

}

.blog_holder article .post_infos, 
.latest_post_inner .post_infos {
	display:block;
	margin:0 0 0px;
}

.blog_holder article .post_social{
	float: left;
	margin: 0 0 0 15px;
}
.blog_holder.small_images.square article .post_social,
.blog_holder.small_images  article .post_social{
	margin: 0 15px 0 0;
}
.blog_holder article .post_icons_holder{
	float: right;
}
.blog_holder.small_images article .post_icons_holder{
	float: none;
	margin:20px 0 0 0;
	display:inline-block;
	width:100%;
}
.blog_holder.small_images article.format-quote .post_icons_holder,
.blog_holder.small_images article.format-link .post_icons_holder{
	float:right;
	margin:0;
	width: auto;
}
.blog_holder article .post_infos a,
.blog_holder article .post_infos .post_author,
.blog_holder article .post_infos .post_comments{
	color: #000;
}

.blog_holder article .post_infos a:hover,
.blog_holder article .post_infos .post_author:hover,
.blog_holder article .post_infos .post_comments:hover{
	color: #f54325;
}
.blog_holder article  .post_icons_holder  a.post_comments{
	float:left;
	margin:0 0 0 15px;
	color:#929292;
}

.blog_holder.small_images.square article  .post_icons_holder  a.post_comments,
.blog_holder.small_images  article  .post_icons_holder  a.post_comments{
	margin: 0 15px 0 0;
}
.blog_holder article  .post_icons_holder  a.post_comments i {
	font-size:16px;
	color:#dfdfdf;
	line-height: 18px;
}
.blog_holder article  .post_icons_holder  a.post_comments:hover i ,
.blog_holder article  .post_icons_holder  a.post_comments:hover {
	color:#f54325;
}
.blog_like{
	display: inline-block;
}

.blog_like a{
	display: block;
	font-size: 13px;
	line-height: 13px;
}

.blog_like a i
{
	color: #dfdfdf;
	font-size: 14px;
}

.blog_like a:hover i,
.blog_like a.liked i,
.blog_like a:hover span
{
	color: #f54325;
}

.blog_like span{
	padding: 0 0 0 4px;
	color:#929292;
}

.blog_share{
	display: inline-block;
	margin: 1px 0 0 10px;
	float:left;
}

.blog_holder.small_images .blog_share,
.blog_holder.masonry .blog_share{
	margin: 2px 15px 0 0px;
}
.social_share_holder{
	position: relative;
	display: inline-block;
}

.social_share_icon{
	position: relative;
	display: block;
	background-image: url(img/social_share.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 999;
	width:16px;
	height:17px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:150/100), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:160dpi) {
	.social_share_icon{
		-o-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
		background-size: 16px 16px;
		background-image: url(img/social_share@1_5x.png);
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:2.0), only screen and (min--moz-device-pixel-ratio:2.0), only screen and (-o-min-device-pixel-ratio:200/100), only screen and (min-device-pixel-ratio:2.0), only screen and (min-resolution:210dpi) {
	.social_share_icon{
		-o-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
		background-size: 16px 16px;
		background-image: url(img/social_share@2x.png);
	}
}

.social_share_holder:hover .social_share_icon{
	background-image: url(img/social_share_red.png);
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:150/100), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:160dpi) {
	.social_share_holder:hover .social_share_icon{
		-o-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
		background-size: 16px 16px;
		background-image: url(img/social_share_red@1_5x.png);
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:2.0), only screen and (min--moz-device-pixel-ratio:2.0), only screen and (-o-min-device-pixel-ratio:200/100), only screen and (min-device-pixel-ratio:2.0), only screen and (min-resolution:210dpi) {
	.social_share_holder:hover .social_share_icon{
		-o-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
		background-size: 16px 16px;
		background-image: url(img/social_share_red@2x.png);
	}
}

.social_share_dropdown{
    display: block;
    left: 0px;
    margin: 0px 0 0;
	padding: 10px 0 0 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 950;
}

.social_share_dropdown ul{
	list-style: none;
	position: relative;
	display: block;
	min-width: 120px;
	background-color: #fff;
	z-index: 990;
	margin:0 0 0 -60px;
}

.page_share{
	position: relative;
}

.social_share_dropdown ul li{
	display: block;
	position: relative;
	text-align: left;
	background-color: #ededed;
	margin: 0 0 1px 0;
}
.social_share_dropdown ul li.share_title {
	display:block;
	text-align:center;
	font-size:11px;
	color:#ffffff;
	background-color:#f54325;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	padding: 10px 20px 10px 20px;
}
.social_share_dropdown ul li a{
	display: block;
	height: 20px;
	line-height: 20px;
	color: #929292;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	font-size:11px;
	padding: 10px 20px 10px 20px;
}

.social_share_dropdown ul li i{
	float: left;
	font-size: 19px;
	width: 20px;
	height: 20px;
	margin: 0 13px 0 0;
	color: #929292;
	text-align: center;
}

.social_share_dropdown ul li .share_text{
	display: inline-block;
	line-height: 20px;
}

.social_share_dropdown ul li:hover .share_text,
.social_share_dropdown ul li :hover i
{
	color: #f54325;
}

.blog_holder article.format-quote .post_text p,
.blog_holder article.format-link .post_text p{
	line-height: 22px;
	font-size:18px;
	font-weight:600;
	margin: 0 0 15px;
}
.blog_holder article.format-quote .post_text p{
	margin: 0 0 13px;
}
.blog_holder article .post_text p a{
	color:#929292;
}
.blog_holder article.format-link .post_text .post_text_holder,
.blog_holder article.format-quote .post_text .post_text_holder{
	background-color: #f54325;
	padding: 25px 20px 25px 30px;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
}
.blog_holder.masonry article.format-link .post_text .post_text_holder,
.blog_holder.masonry article.format-quote .post_text .post_text_holder{
	padding: 22px 22px 22px 22px;
}
.blog_holder article.format-link .post_text:hover .post_text_holder,
.blog_holder article.format-quote .post_text:hover .post_text_holder{
	background-color: #2c2c2c;
	
}
.blog_holder article.format-link .post_text .post_text_holder .social_share_holder .social_share_icon,
.blog_holder article.format-quote .post_text .post_text_holder .social_share_holder .social_share_icon{
	background-image: url(img/social_share_white.png);
}


@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:150/100), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:160dpi) {
	.blog_holder article.format-link .post_text:hover .post_text_holder .social_share_holder .social_share_icon,
	.blog_holder article.format-quote .post_text:hover .post_text_holder .social_share_holder .social_share_icon{
		-o-background-size: 16px 17px;
		-webkit-background-size: 16px 17px;
		-moz-background-size: 16px 17px;
		background-size: 16px 17px;
		background-image: url(img/social_share_white@1_5x.png);
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:2.0), only screen and (min--moz-device-pixel-ratio:2.0), only screen and (-o-min-device-pixel-ratio:200/100), only screen and (min-device-pixel-ratio:2.0), only screen and (min-resolution:210dpi) {
	.blog_holder article.format-link .post_text:hover .post_text_holder .social_share_holder .social_share_icon,
	.blog_holder article.format-quote .post_text:hover .post_text_holder .social_share_holder .social_share_icon{
		-o-background-size: 16px 17px;
		-webkit-background-size: 16px 17px;
		-moz-background-size: 16px 17px;
		background-size: 16px 17px;
		background-image: url(img/social_share_white@2x.png);
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:150/100), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:160dpi) {
	.blog_holder article.format-link .post_text:hover .post_text_holder .social_share_holder:hover .social_share_icon,
	.blog_holder article.format-quote .post_text:hover .post_text_holder .social_share_holder:hover .social_share_icon{
		-o-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
		background-size: 16px 16px;
		background-image: url(img/social_share@1_5x.png);
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:2.0), only screen and (min--moz-device-pixel-ratio:2.0), only screen and (-o-min-device-pixel-ratio:200/100), only screen and (min-device-pixel-ratio:2.0), only screen and (min-resolution:210dpi) {
	.blog_holder article.format-link .post_text:hover .post_text_holder .social_share_holder:hover .social_share_icon,
	.blog_holder article.format-quote .post_text:hover .post_text_holder .social_share_holder:hover .social_share_icon{
		-o-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
		background-size: 16px 16px;
		background-image: url(img/social_share@2x.png);
	}
}

.blog_holder article.format-link .post_text h3{
	margin: 0px;
	font-weight: 300;
	line-height: 27px;
}


.blog_holder article.format-quote .post_text i.qoute_mark,
.blog_holder article.format-link .post_text i.link_mark{
	color: #f54325;
	font-size: 23px;
	margin-right: 0px;
}

.blog_holder article.format-quote .post_text i.qoute_mark,
.blog_holder article.format-link .post_text i.link_mark
{
	margin: 2px 0 0;
	opacity:0.4;
}

.blog_holder article.format-quote .post_text .post_title,
.blog_holder article.format-link .post_text .post_title{
	padding: 0 0 0 60px;
}
.blog_holder.masonry article.format-quote .post_text .post_title,
.blog_holder.masonry article.format-link .post_text .post_title,
.blog_holder.masonry article.format-quote .post_description,
.blog_holder.masonry article.format-link .post_description
{
	padding: 0 0 0 50px;
}
.blog_holder.masonry article.format-quote .post_text i.qoute_mark,
.blog_holder.masonry article.format-link .post_text i.link_mark{
	margin: 2px 0 0px 12px;
}
.blog_holder article.format-quote .post_text .quote_author{
	text-transform:uppercase;
	font-size:18px;
	line-height:22px;
}



.blog_holder article.format-link .post_text .post_infos,
.blog_holder article.format-link .post_text .post_infos a,
.blog_holder article.format-link .post_text .post_infos .post_author,
.blog_holder article.format-link .post_text .post_social .blog_like a i,
.blog_holder article.format-link .post_text .post_social .blog_like a span,
.blog_holder article.format-link .post_text p,
.blog_holder article.format-link .post_text p a,
.blog_holder article.format-quote .post_text .post_infos,
.blog_holder article.format-quote .post_text .post_infos a,
.blog_holder article.format-quote .post_text .post_infos .post_author,
.blog_holder article.format-quote .post_text .post_social .blog_like a i,
.blog_holder article.format-quote .post_text .post_social .blog_like a span,
.blog_holder article.format-quote .post_text p,
.blog_holder article.format-quote .post_text p a,
.blog_holder article.format-quote .post_text i.qoute_mark,
.blog_holder article.format-link .post_text i.link_mark,
.blog_holder article.format-quote .post_text .quote_author,
.blog_holder article.format-link .post_text .post_icons_holder a.post_comments i,
.blog_holder article.format-quote .post_text .post_icons_holder a.post_comments i,
.blog_holder article.format-link .post_text .post_icons_holder a.post_comments,
.blog_holder article.format-quote .post_text .post_icons_holder a.post_comments
{
	color: #fff;
}

.blog_holder article.format-link .post_text:hover .post_text h3 a{
	text-decoration: underline;
}

.blog_holder.small_images article .mejs-container{
	margin: 0 0 10px;
}

.blog_holder.blog_single article h2{
	display: block;
	margin: 0 0 21px;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 0px;
	font-family: oswald;
	line-height: normal;
	font-style:normal;
}
.single_links_pages{
	margin: 50px 0 0;
	display: block;
	text-align:center;

	display: block;
	
	text-decoration: none;	
}
.single_links_pages span{
	color: #fff;
	line-height: 40px;
	width:40px;
	text-align:center;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	background-color:#2C2C2C;
	margin: 0 4px 0px 0;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
}
.single_links_pages a span{
	color: #929292;
	background-color:#ededed;
}
.single_links_pages a:hover span{
	color: #fff;
	background-color:#f54325;
}
.author_description{
	display: block;
	position: relative;
	margin: 50px 0 0;
	border-top: 1px solid #ededed;
}

.author_description_inner{
	display: block;
	padding: 25px 0 0;
}

.author_description_inner .image{
	display: block;
	width: 80px;
	height: 80px;
	float: left;
}

.author_text_holder {
	padding: 0 0 0 100px;
	min-height: 80px;
	position:relative;
}

.author_text_holder .author_name {
	display: block;
	margin: 0px 0 10px 0;
}

.author_text_holder p{
	color: #a7a7a7;
	font-style: italic;
}
.single_tags {
	display:inline-block;
	width:100%;
	margin:35px 0 0;
}
.single_tags h4{
	display:inline-block;
	padding:0 10px 0 0;
	float:left;
	line-height:29px;
}
.single_tags  a{
	color: #fff;
	background-color:#f54325;
    display: inline-block;
    font-size: 10px !important;
    line-height: 13px;
    margin: 0 2px 2px 0;
    padding: 7px 13px 9px;
    text-decoration: none;
	float:left;
    font-weight: 700;
	text-transform:uppercase;
	letter-spacing:1px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 -2px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 -2px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 -2px rgba(0,0,0,0.2) inset;
	-o-box-shadow: 0 -2px rgba(0,0,0,0.2) inset;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
}
.single_tags  a:hover{
	background-color:#2c2c2c;
}
.blog_social_and_comments{
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
}

.comment_number_holder{
	display: inline-block;
	float: left;
}

.blog_single_social{
	display: inline-block;
	float: right;
}
.blog_single_social .blog_like{
	float: right;
	margin: 0 0 0 15px;
}
.comment_number_holder .comment_number{
	color: #000;
}

.comment_holder  ul.comment-list{
	padding: 0 0 10px;
	margin: 0 0 30px;
	border-bottom: 1px solid #ededed;
	list-style: none;
	position: relative;
	z-index: 150;
}

.comment_holder .comment-list{
	margin: 0;
}

.comment_holder .comment-list li{
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0 0 20px;
}

.comment_holder .comment{
	padding: 12px;
	border: 1px solid #ededed;
}

.comment_holder .comment .image {
	display: block;
	width: 80px;
	height: 80px;
	float: left;
}

.comment_holder .comment .text {
	padding: 0 0 0 100px;
	min-height: 80px;
	position:relative;
}

.comment_holder .comment .text .name {
	display: block;
	margin: 0px 0 10px 0;
}

.comment_holder .comment .text .replay, 
.comment_holder .comment .text .comment-reply-link {
	display: inline-block;
	width: auto;
	position: absolute;
	top: 0px;
	right: 10px;
	margin: 0;
	color: #c6c6c6;
	font-size: 22px;
	line-height: 22px;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
} 

.comment_holder .comment .text .text_holder {
	display: block;
}

.comment_holder .comment .logged-in-as {
	margin: 10px 0;
}

.comment_holder .comment .form-submit {
	margin: 0 0 20px;
}

.comment_holder .comment-list li ul.children {
	margin: 20px 0 0 0;
	padding: 0 0 0 50px;
}

.comment_holder .comment-list li ul.children li{
	margin: 0px;
}

#respond h3 {
	margin: 0 0 30px 0;
	text-transform: uppercase;
}

#respond small {
	margin: 0 0 15px 0;
}

#respond textarea,
#respond input[type='text'],
.contact_form input[type='text'],
.contact_form  textarea{
	background-color: transparent;
	width: 92%;
	margin: 0 0 20px 0;
	padding: 12px 4%;
	border: 0;
	outline: 0;
	resize: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #929292;
	border: 1px solid #ededed;
}

#respond textarea:focus,
#respond input[type='text']:focus,
.contact_form input[type='text']:focus,
.contact_form  textarea:focus{
	border-color: #f54325;

}

#respond textarea,
.contact_form  textarea{
	width: 98%;
	padding: 12px 1%;
}

div.comment_form {
	margin: 0 0 30px;
}

div.comment_form form p.form-submit {
	margin: 0;
	text-align: right;
}

div.comment_form form p.logged-in-as{
	margin: 0 0 15px;
}

#cancel-comment-reply-link {
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}

.blog_holder.masonry {
	margin-bottom: 50px;
	transition: none !important;
	overflow: visible !important;
	opacity: 0;
	filter: alpha(opacity=0);
}

.blog_holder.masonry article{
	width: 31.2%;
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
	vertical-align: top;
    z-index: 100;
	border:1px solid #dfdfdf;
	
}

.blog_holder.masonry article.format-link,
.blog_holder.masonry article.format-quote{
	border:none;
}

.two_columns_75_25 .blog_holder.masonry article,
.two_columns_66_33 .blog_holder.masonry article,
.two_columns_33_66 .blog_holder.masonry article,
.two_columns_25_75 .blog_holder.masonry article{
	width:48%;
}

.blog_holder.masonry article:hover{
	z-index: 200;
}

.blog_holder.masonry article .post_image{
	margin: 0;
	padding: 10px;
    width: auto;
}

.blog_holder.masonry article .post_text,
.latest_post_text {
	padding:2px 10px 22px;
	width: auto;
}

.blog_holder.masonry article .post_infos{
	margin:0 0 8px;
}
.blog_holder.masonry article h4{ 
	margin:0 0 16px;
	text-transform:uppercase;
}
.blog_holder.masonry article.format-link .post_text,
.blog_holder.masonry article.format-quote .post_text{
	padding: 0;
}

.blog_holder.masonry article .post_social,
.latest_post .post_social {
	display: block;
	margin: 20px 0 0;
	float: none;
}

.blog_holder.masonry article .mejs-controls div.mejs-horizontal-volume-slider{
	margin: 0 10px 0 0;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.pagination{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0px 0px 50px;
	position:relative;
}

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

.pagination ul li{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 34px;
}

.pagination ul li span {
	color: #fff;
	display: block;
	line-height: 40px;
	width:40px;
	text-align: center;
	text-decoration: none;
	margin: 0 4px 0px 0;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#f54325;
}

.pagination ul li a {
	color: #929292;
	line-height: 40px;
	width:40px;
	text-align:center;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color:#ededed;
	margin: 0 4px 0px 0;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
}

.pagination ul li a:hover{
	background-color:#2c2c2c;
	color: #ffffff;
}

.pagination ul li.prev a,
.pagination ul li.first a,
.pagination ul li.next a,
.pagination ul li.last a
{
	width: 40px;
	height: 40px;
	line-height: 40px;
	
}

.pagination ul li.next a i,
.pagination ul li.prev a i,
.pagination ul li.last a i,
.pagination ul li.first a i{
	color: #b1b1b1;
	line-height: 40px;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
}

.pagination ul li.next a:hover i,
.pagination ul li.prev a:hover i,
.pagination ul li.last a:hover i,
.pagination ul li.first a:hover i{
	color:#fff;
}


.google_map {
	display: block;
	width: 100%;
	height: 470px;
	margin:0 0 20px 0;

}
.google_map iframe, .google_map object, .google_map embed {
	width: 100%;
	display: block;
}
.google_map img {
	max-width: none;
}
.contact_form h6{
	margin:0 0 20px;
}
.contact-error{
	display: block;
    margin: 0;
    position: relative;
    top: -20px;
}
span.submit_button_contact {
    display: block;
    text-align: right;
}
.contact_form {
	margin:0 0 50px;
}
.contact_detail.map_grid .google_map{
	margin:0 0 35px;
}
.content .container .container_inner.full_map{
    padding: 35px 0 0;
}
aside .widget,
.side_menu .widget {
	padding: 0 0 21px;
	margin: 0 0 25px;
	border-bottom: 1px solid #ededed;
}
.side_menu .widget{
	border-bottom: 0px;
}
aside .widget h6{
    letter-spacing: 2px;
    text-transform: uppercase;
	font-size: 12px;
}

aside .widget h6,
.side_menu .widget h4{
	margin: 0 0 11px 0;
}

aside .widget ul,
.side_menu .widget ul{
	list-style: none;
}

aside .widget li,
.side_menu .widget li{
	margin: 0 0 8px 0;
}

aside .widget li:last-child,
.side_menu .widget li:last-child{
	margin: 0;
}

.side_menu .qbutton:hover {
    background: #4f4f4f;
}

.side_menu a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.side_menu a:hover {
    color: #fff !important;
    
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

aside .widget li a{
	color:#929292;
}
aside .widget li a:hover{
	color:#F54325;
}
.widget.widget_rss li a.rsswidget,
#wp-calendar caption{
	color: #000;
	text-transform: uppercase;
}

#wp-calendar{
	width: 100%;
	text-align: center;
}

#wp-calendar th, 
#wp-calendar td{
	background: transparent;
	color: #6c6c6c;
}

.widget.widget_rss li span.rss-date,
#wp-calendar caption{
	margin: 0 0 15px;
}

.widget.widget_rss li{
	margin: 0 0 25px;
}

.widget.widget_nav_menu li{
	margin: 0 0 10px 20px;
}

.footer_top .widget.widget_nav_menu li{
	margin: 0;
    line-height: 22px;
}

.widget.widget_nav_menu li a{
	display: block;
	margin: 0 0 10px 0;
}

.widget.widget_archive select, 
.widget.widget_categories select, 
.widget.widget_text select {
	width: 100%;
	overflow: hidden;
	border: 1px solid #ededed;
	font-size: 12px;
	outline: 0px;
	color: #6c6c6c;
	padding: 10px 13px;
}

.widget.widget_search form{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
}

.widget.widget_search form input[type="submit"]{
	width: 37px;
	height: 37px;
	line-height: 37px;
	display: inline-block;
	margin: 0;
	padding: 0 4%;
	outline: none;
	border: none;
	text-decoration: none;
	background-color: #f54325;
	background-image: url(img/search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	cursor: pointer;
	white-space: nowrap;
	float: left;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s;
}

.header_top .searchform input[type="submit"]{
	width: 22px;
	height: 22px;
	line-height: 22px;
	margin: 4px 0 0;
	display: inline-block;
	padding: 0 4%;
	outline: none;
	border: none;
	text-decoration: none;
	background-color: transparent;
	background-image: url(img/search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	cursor: pointer;
	white-space: nowrap;
	float: left;
}

.header_top .searchform input[type="submit"]:hover{
	opacity: 0.8;
}

.widget.widget_search form input[type="submit"]:hover{
	background-color: #2C2C2C;
}

.widget.widget_search form .screen-reader-text,
.header_top .searchform .screen-reader-text{
	display: none;
}

.widget.widget_search form input[type="text"]{
	display: inline-block;
	text-decoration: none;
	border: 1px solid #ededed;
	outline: 0px;
	color: #929292;
	background-color: transparent;
	font-size: 13px;
	margin: 0 2% 0 0;
	padding: 2px 4%;
	width: 74%;
	height: 31px;
	line-height: 31px;
	float: left;
	font-family: "Open Sans";
}

.header_top .searchform input[type="text"]{
	height: 22px;
	line-height: 22px;
	display: inline-block;
	text-decoration: none;
	outline: 0px;
	border: 0;
	color: #fff;
	background-color: #212121;
	font-size: 13px;
	margin: 4px 2% 0 0;
	padding: 0 4%;
	width: 74%;
	float: left;
	font-family: "Open Sans";
}

.widget.widget_search form input[type="text"]:focus{
	border-color:#F54325;
}

.side_menu .widget #searchform input[type="text"]{
	width: 70% !important;
}

.footer_top .widget.widget_search form input[type="text"]{
	color: #fff;
	width: 60%;
}

.widget .tagcloud{
	display:inline-block;
	width:100%;
}

.widget .tagcloud a {
    color: #fff;
	background-color:#f54325;
    display: inline-block;
    font-size: 10px !important;
    line-height: 13px;
    margin: 0 2px 2px 0;
    padding: 7px 13px 9px;
    text-decoration: none;
	float:left;
    font-weight: 700;
	text-transform:uppercase;
	letter-spacing:1px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 -2px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 -2px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 -2px rgba(0,0,0,0.2) inset;
	-o-box-shadow: 0 -2px rgba(0,0,0,0.2) inset;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
}

.widget .tagcloud a:hover {
	background-color:#212121;
}

footer{
	display: block;
	width: 100%;
	margin: 0px auto;
    color: #ffffff;
	position: relative;
}

.footer_top_holder{
	display: block;
    background-color: #2c2c2c;
}

.footer_top{
	padding: 60px 0px;
}

.footer_top h4{
	color: #fff;
	margin: 0 0 22px;
}

.footer_top ul{
	list-style: none;
}
.footer_top li{
	margin: 0 0 13px;
}
.footer_top a,
.footer_top p,
.footer_top span,
.footer_top li{
	color: #bcbcbc;
}
.footer_top li span.post_date{
	color:#8f8f8f;
}
.footer_top a:hover{
	color: #fff;
}

.footer_top .widget_nav_menu li.menu-item a {
    margin-bottom: 0;
}

.footer_bottom_holder{
	display: block;
	background-color: #212121;
}

.footer_bottom{
	display: block;
	text-align: center;
	line-height: 55px;
	height: 55px;
}
.footer_bottom,
.footer_bottom p, 
.footer_bottom span {
	margin: 0px;
	line-height: 55px;
	color:#9f9f9f;
}

footer .widget .tagcloud a:hover {
    background-color:#464646;
}

#back_to_top{
	color: #cdcdcd;
	height: auto;
	position: fixed;
	top: 85%;
	margin: 0px;
	z-index: 10000;
	-webkit-transition:all 0.3s ease 0s; 
	-moz-transition:all 0.3s ease 0s; 
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	right: -70px;
}

#back_to_top.off{
	opacity: 0;
	filter: alpha(opacity=0);
	right: -70px;
}

#back_to_top.on{
	opacity: 1;
	filter: alpha(opacity=100);
	right: 25px;
}

#back_to_top .hover{
	display: none;
}

#back_to_top span{
	width: 40px;
	height: 40px;
	color: #fff;
	background-color:rgba(0,0,0,0.4);
    line-height: 40px;
    text-decoration: none;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 

}

#back_to_top span i{
	font-size: 14px;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
}

#back_to_top:hover{
	color: #f54325;
}

#back_to_top:hover span{
	background-color:#000;
}

.right_side_menu_opened #back_to_top{
	display: none;
}

/* ==========================================================================
   Steps shortcode styles
   ========================================================================== */
.steps_holder {
    width: 100%;
    text-align: center;
}

.steps_holder_inner {
	position: relative;
    display: inline-block;
}

.steps_holder .circle_small,
.steps_holder .circle_small_inner {
    width: 155px;
    height: 155px;
}

.steps_holder .circle_small {
    margin: 0 auto;
    background-color: #f54325;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    border-radius: 7em;
    text-align: center;
    -webkit-transition: background-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
}

.steps_holder .circle_small:hover {
    background-color: #2c2c2c !important;
    -webkit-transition: background-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
}

.steps_holder .circle_small:hover span,
.steps_holder .circle_small:hover .step_title {
    color: #fff !important;
}

.steps_holder .circle_small_inner {
    display: table-cell;
    vertical-align: middle;
}

.steps_holder a.circle_small_inner {
    color: #fff;
}

.steps_holder a.circle_small_inner:hover {
    color: inherit;
}

.steps_holder .circle_small span {
    display: block;
    margin-bottom: 18px;
}

.steps_holder .circle_small .step_title {
    color: #fff;
    letter-spacing: 1px;
}
.steps_holder .circle_small_holder p {
    margin-top: 23px;
    text-align: center;
    padding: 0 21px;
}

.steps_holder .circle_small_holder {
    width: 265px;
    display: inline-block;
}

.steps_holder .circle_small_holder_inner {
    position: relative;
}

.steps_holder .circle_small_holder_inner .arrow_holder {
    width: 50px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: -25px;
    background: url(img/step_holder_arrow.png) no-repeat center right;
}

.steps_holder .circle_small_holder:last-child .circle_small_holder_inner .arrow_holder {
    background: none;
}

.steps_holder.show .circle_small_holder {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.steps_holder .circle_small_holder {
    -webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.steps_holder .step1{
	left: 40px; 
	top: 85px;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.steps_holder .step2{
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.steps_holder .step3{
	-webkit-transition-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	-ms-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.steps_holder .step4{
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	-ms-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
}

/* ==========================================================================
   Separator shortcode styles
   ========================================================================== */
.vc_text_separator.full{
	border-color: #ededed;
}

.vc_text_separator.full{
	font-family: 'Oswald',sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.vc_text_separator.full div{
	padding: 0px 30px;
	line-height: 43px;
	top: -21px;
	color: #f54325;
	border: 1px solid #f54325;
}

.vc_text_separator.full.icon_image span{
	display: block;
	position: relative;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
}

.vc_text_separator.full.icon_image span.icon{
	height: 34px;
	font-size: 34px;
	margin: 10px 0px 0px 0px;
}

.vc_text_separator.full.icon_image div{
	top: -43px;
}

.vc_text_separator.full.icon_image span.separator_line_image{
	margin: 10px 0px 0px 0px;
	height: 34px;
}

.vc_text_separator.full.icon_image span.separator_line_image img{
	max-height: 34px;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: 0;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	background-color: transparent;
	display: none;
	position: relative;
	margin: 0;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides>li:first-child {
	display: block;
}

.flexslider {
	margin: 0 0 40px;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: -20px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-align:center;
	-webkit-transition:all 0.3s ease 0s; 
	-moz-transition:all 0.3s ease 0s; 
	-o-transition:all 0.3s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
	background-color:rgba(0,0,0, 0.4);
}
.flexslider .flex-next{
	right:40px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.flexslider .flex-prev{
	left:40px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.flexslider .flex-next:hover{
	background-color:#000;
}

.flexslider .flex-prev:hover{
	background-color:#000;
}

.flexslider:hover .flex-next {
	opacity: 1;
	filter: alpha(opacity=100);
	right:0;
}

.flexslider:hover .flex-prev {
	opacity: 1;
	filter: alpha(opacity=100);
	left:0;
}

.flex-direction-nav .flex-disabled {
	cursor: default;
}

.page_not_found {
	text-align:center;
	margin:0 0 83px;
}

.page_not_found a.qbutton {
    text-transform: uppercase;
}

.page_not_found h2{
	margin: 40px 0 40px;
    text-transform: uppercase;
}

.custom_font_holder{
	display: block;
	position: relative;
}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(img/prettyPhoto/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(img/prettyPhoto/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(img/prettyPhoto/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(img/prettyPhoto/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(img/prettyPhoto/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(img/prettyPhoto/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(img/prettyPhoto/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(img/prettyPhoto/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(img/prettyPhoto/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(img/prettyPhoto/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(img/prettyPhoto/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(img/prettyPhoto/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(img/prettyPhoto/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(img/prettyPhoto/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(img/prettyPhoto/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;color:#999;font-size:13px;left:65px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:15px;font-weight:300;line-height:14px;margin:10px 50px 10px 0}
div.pp_default .pp_bottom .pp_left{background:url(img/prettyPhoto/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(img/prettyPhoto/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(img/prettyPhoto/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(img/prettyPhoto/loader.gif) center center no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details{position:relative}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

/**** Audio css ****/

.mejs-container {
	position: relative;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
	height: 40px !important;
}

.blog_holder.small_images article .post_text .post_inner .mejs-container{
	margin: 0 0 15px;
}

.me-plugin {
	position: absolute;
}

.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
	
}

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-position: 50% 50% ;
	background-repeat: no-repeat ;
}
:root .mejs-poster img {
	display: none ;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play {
	cursor: pointer;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
}
.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 45px;
	height: 40px;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 14px 15px 13px 20px;
	padding: 0;
	position: absolute;
	width: 12px;
	height: 13px;
	border: 0;
	background: transparent;
}

.no-svg .mejs-controls .mejs-button button { 
	background-image: url(img/audio/controls.png);
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	outline: none;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #000;
	display: block;
	height: 40px;
	width: auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
	font-family: "Oswald", sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 40px;
	display: block;
	float: left;
	margin: 0;
	width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
	background-image: url(img/audio/play.png);
	background-repeat: no-repeat;
	background-position: center;
}

.mejs-controls .mejs-pause button {
	background-image: url(img/audio/pause.png);
	background-repeat: no-repeat;
	background-position: center;
}

.mejs-controls .mejs-stop button {
	background-image: url(img/audio/stop.png);
	background-repeat: no-repeat;
	background-position: center;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
}

.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: auto;
	height: 8px;
	margin: 16px 15px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: #ededed;
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -o-linear-gradient(-45deg, rgba(224, 222, 222, 0.15) 25%, transparent 25%, transparent 50%, rgba(224, 222, 222, 0.15) 50%, rgba(224, 222, 222, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(224, 222, 222, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(224, 222, 222, 0.15)), color-stop(0.75, rgba(224, 222, 222, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(224, 222, 222, 0.15) 25%, transparent 25%, transparent 50%, rgba(224, 222, 222, 0.15) 50%, rgba(224, 222, 222, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(224, 222, 222, 0.15) 25%, transparent 25%, transparent 50%, rgba(224, 222, 222, 0.15) 50%, rgba(224, 222, 222, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(224, 222, 222, 0.15) 25%, transparent 25%, transparent 50%, rgba(224, 222, 222, 0.15) 50%, rgba(224, 222, 222, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(224, 222, 222, 0.15) 25%, transparent 25%, transparent 50%, rgba(224, 222, 222, 0.15) 50%, rgba(224, 222, 222, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	width: 0;
	margin: 0px;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #f54325;
	margin: 0px;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background-color: #f54325;
	cursor: pointer;
	top: 0px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	width: 36px;
	height: 15px;
	top: -35px;
	margin-left: -18px;
	text-align: center;
	color: #000;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	display: none;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}

/* End: Progress Bar */

/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
	background-image: url(img/audio/sound.png);
	background-repeat: no-repeat;
	background-position: center;
}

.mejs-controls .mejs-mute button {
	background-image: url(img/audio/sound.png);
	background-repeat: no-repeat;
	background-position: center;
}

.mejs-controls .mejs-unmute button {
	background-image: url(img/audio/mute.png);
	background-repeat: no-repeat;
	background-position: center;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button button{
	width: 18px;
	height: 16px;
	margin: 12px 6px 12px 16px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background-image: url(img/audio/sound.png);
	background-repeat: no-repeat;
	background-position: center;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	cursor: N-resize;
	margin: 0;
}

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
	height: 40px;
	width: 40px;
	position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 16px;
	width: 38px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	background-color: #ededed;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 16px;
	width: 40px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	background-color: #f54325;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */

/* Start: Error */
.me-cannotplay {
}

.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: Error */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */

/* ==========================================================================
   Pie full styles
   ========================================================================== */

.pie_graf_holder,
.line_graf_holder {
	display: block;
	position: relative;
	overflow: hidden;
}

.pie_graf,
.line_graf{
	margin: 0 22px 0 0;
	float: left;
}

.pie_graf_legend{
	position: relative;
	float: left;
	width: 40%;
}

.line_graf_legend{
	position: relative;
	float: left;
	width: 20%;
}

.pie_graf_legend ul,
.line_graf_legend ul{
	list-style: none;
}

.pie_graf_legend ul li,
.line_graf_legend ul li{
	display: block;
	margin: 0 0 10px 0;
}

.pie_graf_legend ul li .color_holder,
.line_graf_legend ul li .color_holder{
	width: 25px;
	height: 25px;
	background-color: #f54325;
	float: left;
}

.pie_graf_legend ul li p, 
.line_graf_legend ul li p{
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 40px;
}

/* ==========================================================================
   WPML styles
   ========================================================================== */

.header_top .right #lang_sel ul ul img.iclflag,
.header_top .right #lang_sel_click ul ul img.iclflag {
    float: right;
    top: 5px;
}

.header_top .right #lang_sel ul ul,
.header_top .right #lang_sel_click ul ul {
    left: auto;
    right: 0;
}

.header_top .right #lang_sel ul ul li ,
.header_top .right #lang_sel_click ul ul li {
    width: 100%;
    text-align: right;
}

.header_top .left #lang_sel ul ul li ,
.header_top .left #lang_sel_click ul ul li {
    width: 100%;
}

.header_top .right #lang_sel ul ul li span,
.header_top .right #lang_sel_click ul ul li span {
    float: right; 
}

.header_top .right #lang_sel ul ul li img.iclflag,
.header_top .right #lang_sel_click ul ul li img.iclflag {
    position: relative;
    top: 11px;
    margin-left: 9px;
}

.header_top #lang_sel li,
.header_top #lang_sel_click li {
    width: auto;
    min-width: 100px;
}

.header_top #lang_sel li:hover,
.header_top #lang_sel_click li:hover {
    /*width: 82px;*/
}

.header_top #lang_sel, .header_top #lang_sel_click  {
	font-family: 'Open Sans',sans-serif;
	height: auto;
	float: left;
	padding: 0 0 0 0px;
	z-index: 1000;
        height: 30px;
        position: relative;
}

.header_top #lang_sel ul > li > a, 
.header_top #lang_sel_click ul > li > a {
	width: auto;
	float: none;
    padding: 0 10px !important;
}

.header_top #lang_sel > ul > li:hover, 
.header_top #lang_sel_click > ul > li:hover {
    border-bottom: none !important;
}

.header_top #lang_sel > ul > li > a, 
.header_top #lang_sel_click > ul > li> a {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 29px !important;
    height: 30px;
    z-index: 2500;
    padding: 0 10px !important;
}

.header_top .left #lang_sel > ul > li > a, 
.header_top .left #lang_sel_click > ul > li> a {
    left: 0;
    right: auto;
}

.header_top #lang_sel > ul > li > a:hover, 
.header_top #lang_sel_click > ul > li> a:hover,
.header_top #lang_sel > ul > li:hover > a, 
.header_top #lang_sel_click > ul > li:hover > a {
    top: 0px;
    background-color: #212121 !important;
}

.header_top #lang_sel ul > li ul > li, .header_top #lang_sel_click ul > li ul > li{
	padding:0px !important;
    border-bottom: 1px solid #3d3d3d;
}

.header_top .right #lang_sel ul ul li:last-child {
    border-bottom: none;
}

.header_top #lang_sel ul > li a.lang_sel_sel, .header_top #lang_sel_click ul > li a.lang_sel_sel {
	background: 0;
	color: #929292;
	font-size: 13px;
	line-height: 30px;
	border: 0;
	font-weight: 300;
	padding: 0;
}

.header_top .right #lang_sel ul > li a.lang_sel_sel, 
.header_top .right #lang_sel_click ul > li a.lang_sel_sel {
    text-align: right;
}

.header_top .left #lang_sel ul > li a.lang_sel_sel, 
.header_top .left #lang_sel_click ul > li a.lang_sel_sel {
    text-align: left;
}

.header_top #lang_sel ul > li:hover > a, 
.header_top #lang_sel_click ul > li:hover > a {
	color: #fff;
}

.header_top #lang_sel ul ul , 
.header_top #lang_sel_click ul ul {
	height: auto;
    border-top: none;
	background-color: #212121;
	z-index:1000;
	position:absolute;
    top: 30px;
    left: -1px;
    width: 120px;
}
.header_top #lang_sel ul li ul li a, 
.header_top #lang_sel ul li ul li a:visited, 
.header_top #lang_sel_click ul li ul li a, 
.header_top #lang_sel_click ul li ul li a:visited {
	background: 0;
	border: 0;
	color: #929292;
	display: block;	
	height: 35px;
	letter-spacing: 0;
	white-space: nowrap;
    line-height: 35px;
	padding:0;
	font-size: 13px;
    
    -webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.header_top #lang_sel ul li ul li a:hover, .header_top #lang_sel_click ul li ul li a:hover {
    -webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	color: #fff;
}

.header_top #lang_sel_list {
	font-family: 'Open Sans', sans-serif;
	height: auto;
	width: auto;
	float: left;
}
.header_top #lang_sel_list ul {
	border: 0;
	padding: 0 0 0 0px!important;
	width: auto;
}
.header_top #lang_sel_list li {
	display: inline-block;
	float: none;
	width: auto;
}
.header_top #lang_sel_list ul li a, .header_top #lang_sel_list ul li a:visited {
	padding: 0 8px 0 8px;
	border: 0;
	font-size: 13px;
	background: none repeat scroll 0 0 transparent;
	line-height: 30px;
	color: #fff;
    margin: 0 !important;

}

.header_top #lang_sel_list ul li a.lang_sel_other {
	color: #929292;
}
.header_top #lang_sel img.iclflag, 
.header_top #lang_sel_click img.iclflag, 
.header_top #lang_sel_list img.iclflag {
	display: inline;
	float: none;
	top: 1px;
	margin:0;
}

aside .widget #lang_sel_list,
section.side_menu #lang_sel_list,
footer #lang_sel_list {
    height: auto;
}

aside .widget #lang_sel_list li,
section.side_menu #lang_sel_list li,
footer #lang_sel_list li {
    float: none;
    margin-bottom: 8px !important;
}

aside .widget #lang_sel_list li a,
aside .widget #lang_sel li a,
aside .widget #lang_sel_click li a,
section.side_menu #lang_sel_list li a,
section.side_menu #lang_sel li a,
section.side_menu #lang_sel_click li a,
footer #lang_sel_list li a,
footer #lang_sel li a,
footer #lang_sel_click li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

aside .widget #lang_sel_list li a,
section.side_menu #lang_sel_list li a,
aside .widget #lang_sel_list li a,
footer #lang_sel_list li a {
    display: inline; 
}

aside .widget #lang_sel li,
aside .widget #lang_sel_click li,
section.side_menu #lang_sel li,
section.side_menu #lang_sel_click li,
footer #lang_sel li,
footer #lang_sel_click li {
    margin-bottom: 0;
}

aside .widget #lang_sel,
aside .widget #lang_sel_click,
section.side_menu #lang_sel,
section.side_menu #lang_sel_click,
footer #lang_sel,
footer #lang_sel_click {
    width: 100%;
}

aside .widget #lang_sel > ul > li > a,
aside .widget #lang_sel_click > ul > li > a,
section.side_menu #lang_sel > ul > li > a,
section.side_menu #lang_sel_click > ul > li > a,
footer #lang_sel > ul > li > a,
footer #lang_sel_click > ul > li > a {
    height: 35px;
    line-height: 35px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-left: 13px;
    background-color: #f7f7f7;
    background-image: url(img/wc_select_arrow.png) !important;
    background-repeat: no-repeat;
    background-position: right;
}

footer #lang_sel > ul > li > a,
footer #lang_sel_click > ul > li > a,
section.side_menu #lang_sel > ul > li > a,
section.side_menu #lang_sel_click > ul > li > a {
    background-color: #212121 !important;
    background-image: url(img/wc_select_arrow_footer.png) !important;
    background-repeat: no-repeat;
    background-position: right;
    color: #929292;
}

aside .widget #lang_sel > ul li > a,
aside .widget #lang_sel_click > ul li > a,
section.side_menu #lang_sel > ul li > a,
section.side_menu #lang_sel_click > ul li > a,
footer #lang_sel > ul li > a,
footer #lang_sel_click > ul li > a {
    border: none;
    color: #929292;
}

aside .widget #lang_sel > ul > li:hover,
section.side_menu #lang_sel > ul > li:hover,
footer #lang_sel > ul > li:hover {
    border-bottom: none;
}

aside .widget #lang_sel > ul > li,
aside .widget #lang_sel_click > ul > li {
    border: 1px solid #ededed;
}

footer #lang_sel a.lang_sel_sel,
footer #lang_sel_click a.lang_sel_sel,
section.side_menu #lang_sel > ul > li,
section.side_menu #lang_sel_click > ul > li {
    color: #929292;
}

footer #lang_sel li:hover a.lang_sel_sel,
footer #lang_sel_click li:hover a.lang_sel_sel,
section.side_menu #lang_sel li:hover a.lang_sel_sel,
section.side_menu #lang_sel_click li:hover a.lang_sel_sel {
    color: #fff;
}

aside .widget #lang_sel li,
aside .widget #lang_sel_click li,
section.side_menu #lang_sel li,
section.side_menu #lang_sel_click li,
footer #lang_sel li,
footer #lang_sel_click li {
    width: 100%;
}

aside .widget #lang_sel ul ul,
aside .widget #lang_sel_click ul ul,
section.side_menu #lang_sel ul ul,
section.side_menu #lang_sel_click ul ul,
footer #lang_sel ul ul,
footer #lang_sel_click ul ul {
    width: 100%;
    top: 35px;
    border-top: none;
    height: auto;
    border: 1px solid #ededed;
    border-top: none;
    left: -1px;
    z-index: 1000;
}

section.side_menu #lang_sel ul ul,
section.side_menu #lang_sel_click ul ul {
    border: none;
}

footer #lang_sel ul ul,
footer #lang_sel_click ul ul,
section.side_menu #lang_selul ul,
section.side_menu #lang_sel_click ul ul {
    left: 0 !important;
}

aside .widget #lang_sel ul ul a,
aside .widget #lang_sel_click ul ul a,
aside .widget #lang_sel ul ul a:visited,
aside .widget #lang_sel_click ul ul a:visited,
footer #lang_sel ul ul a,
footer #lang_sel_click ul ul a,
footer #lang_sel ul ul a:visited,
footer #lang_sel_click ul ul a:visited {
    background-color: #f7f7f7 !important;
    padding: 10px 13px;
}

footer #lang_sel ul ul a,
footer #lang_sel_click ul ul a,
footer #lang_sel ul ul a:visited,
footer #lang_sel_click ul ul a:visited,
section.side_menu #lang_sel ul ul a,
section.side_menu #lang_sel_click ul ul a,
section.side_menu #lang_sel ul ul a:visited,
section.side_menu #lang_sel_click ul ul a:visited {
    background-color: #212121 !important;
    color: #929292;
}

aside .widget #lang_sel ul ul a:hover,
aside .widget #lang_sel_click ul ul a:hover,
section.side_menu #lang_sel ul ul a:hover,
section.side_menu #lang_sel_click ul ul a:hover,
footer #lang_sel ul ul a:hover,
footer #lang_sel_click ul ul a:hover {
    background-color: #fff;
    color: #f54325;
}

aside .widget #lang_sel_list li a:hover,
section.side_menu #lang_sel_list li a:hover,
footer #lang_sel_list li a:hover {
    color: #f54325;
}

aside .widget #lang_sel_list.lang_sel_list_vertical ul,
section.side_menu #lang_sel_list.lang_sel_list_vertical ul,
footer #lang_sel_list.lang_sel_list_vertical ul {
    height: auto;
    border-top: none;
}

aside .widget #lang_sel_list.lang_sel_list_vertical a, 
aside .widget #lang_sel_list.lang_sel_list_vertical a:visited,
section.side_menu #lang_sel_list.lang_sel_list_vertical a, 
section.side_menu #lang_sel_list.lang_sel_list_vertical a:visited,
footer #lang_sel_list.lang_sel_list_vertical a, 
footer #lang_sel_list.lang_sel_list_vertical a:visited {
    border: none;
    padding: 0;
}

section.side_menu #lang_sel_list.lang_sel_list_vertical a, 
section.side_menu #lang_sel_list.lang_sel_list_vertical a:visited,
section.side_menu #lang_sel_list.lang_sel_list_horizontal a, 
section.side_menu #lang_sel_list.lang_sel_list_horizontal a:visited,
footer #lang_sel_list.lang_sel_list_vertical a, 
footer #lang_sel_list.lang_sel_list_vertical a:visited,
footer #lang_sel_list.lang_sel_list_horizontal a, 
footer #lang_sel_list.lang_sel_list_horizontal a:visited {
    background: transparent;
}

aside #lang_sel img.iclflag,
aside #lang_sel_click img.iclflag,
section.side_menu #lang_sel img.iclflag,
section.side_menu #lang_sel_click img.iclflag,
footer #lang_sel img.iclflag,
footer #lang_sel_click img.iclflag {
    margin-right: 15px;
}

aside .widget #lang_sel_list.lang_sel_list_vertical a.lang_sel_sel,
aside .widget #lang_sel_list.lang_sel_list_horizontal a.lang_sel_sel {
    color: #f54325;
}

section.side_menu #lang_sel_list.lang_sel_list_horizontal a.lang_sel_sel,
section.side_menu #lang_sel_list.lang_sel_list_vertical a.lang_sel_sel {
    color: #fff;
}


footer #lang_sel ul ul a:hover,
footer #lang_sel_click ul ul a:hover,
.side_menu #lang_sel ul ul a:hover,
.side_menu #lang_sel_click ul ul a:hover {
    color: #fff;
}

footer #lang_sel ul ul,
footer #lang_sel_click ul ul,
.side_menu #lang_sel ul ul,
.side_menu #lang_sel_click ul ul {
    border: none;
}

footer #lang_sel_list.lang_sel_list_horizontal a img,
footer #lang_sel_list.lang_sel_list_vertical a img {
    margin-right: 15px;
}

footer #lang_sel_list.lang_sel_list_horizontal a:hover,
footer #lang_sel_list.lang_sel_list_vertical a:hover,
.side_menu #lang_sel_list.lang_sel_list_horizontal a:hover,
.side_menu #lang_sel_list.lang_sel_list_vertical a:hover {
    color: #fff;
    
    -webkit-transition: color 0.3s ease 0s !important; 
    -moz-transition: color 0.3s ease 0s !important; 
    -o-transition: color 0.3s ease 0s !important; 
    -ms-transition: color 0.3s ease 0s !important; 
    transition: color 0.3s ease 0s !important; 
}

footer #lang_sel_list.lang_sel_list_horizontal a,
footer #lang_sel_list.lang_sel_list_vertical a,
.side_menu #lang_sel_list.lang_sel_list_horizontal a,
.side_menu #lang_sel_list.lang_sel_list_vertical a {
    -webkit-transition: color 0.3s ease 0s !important; 
    -moz-transition: color 0.3s ease 0s !important; 
    -o-transition: color 0.3s ease 0s !important; 
    -ms-transition: color 0.3s ease 0s !important; 
    transition: color 0.3s ease 0s !important; 
    
    color: #929292;
}

#lang_sel_footer {
    background-color: #383838;
    border: none;
    z-index: 1500;
    position: relative;
}

#lang_sel_footer a {
    font-size: 13px;
    color: #929292;
    
    -webkit-transition: color 0.3s ease 0s !important; 
    -moz-transition: color 0.3s ease 0s !important; 
    -o-transition: color 0.3s ease 0s !important; 
    -ms-transition: color 0.3s ease 0s !important; 
    transition: color 0.3s ease 0s !important; 
}

#lang_sel_footer a:hover {
    color: #fff;
    
    -webkit-transition: color 0.3s ease 0s !important; 
    -moz-transition: color 0.3s ease 0s !important; 
    -o-transition: color 0.3s ease 0s !important; 
    -ms-transition: color 0.3s ease 0s !important; 
    transition: color 0.3s ease 0s !important; 
}

#lang_sel_footer a img {
    margin-right: 15px;
}

.ls-preview .ls-nav-prev, 
.ls-preview .ls-nav-next {
	width: 60px !important;
	height: 60px !important;
	line-height: 60px !important;
	margin: -30px 0 0px !important;
	z-index: 999 !important;
	top: 50%;
	position: absolute;
	cursor: pointer;
	background-color: none !important;
}

.ls-preview .ls-nav-prev{
	background-image: url(img/navigation_layer_button_left.png) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	display: block !important;
	opacity:0.4  !important;
	filter: alpha(opacity = 40)!important;
	left: -200px !important;
	-webkit-transition:all 0.3s ease 0s !important; 
	-moz-transition:all 0.3s ease 0s !important; 
	-o-transition:all 0.3s ease 0s !important; 
	color: #fff;
	background-color:#000;
    
	-webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}


.ls-preview .ls-nav-next{
	background-image: url(img/navigation_layer_button_right.png) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	right: -200px !important;
	display: block !important;
	opacity:0.4  !important;
	filter: alpha(opacity = 40)!important;
	-webkit-transition:all 0.3s ease 0s !important; 
	-moz-transition:all 0.3s ease 0s !important; 
	-o-transition:all 0.3s ease 0s !important; 
	color: #fff;
	background-color:#000;
	-webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:150/100), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:160dpi) {
	.ls-preview .ls-nav-next{
		-o-background-size: 12px 19px;
		-webkit-background-size: 12px 19px;
		-moz-background-size: 12px 19px;
		background-size: 12px 19px;
		background-image: url("img/navigation_layer_button_right@1_5x.png");
	}
	.ls-preview .ls-nav-prev{
		-o-background-size: 12px 19px;
		-webkit-background-size: 12px 19px;
		-moz-background-size: 12px 19px;
		background-size: 12px 19px;
		background-image: url("img/navigation_layer_button_left@1_5x.png");
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:2.0), only screen and (min--moz-device-pixel-ratio:2.0), only screen and (-o-min-device-pixel-ratio:200/100), only screen and (min-device-pixel-ratio:2.0), only screen and (min-resolution:210dpi) {
	.ls-preview .ls-nav-next{
		-o-background-size: 12px 19px;
		-webkit-background-size: 12px 19px;
		-moz-background-size: 12px 19px;
		background-size: 12px 19px;
		background-image: url("img/sub_menu_arrow_right@2x.png");
	}
	.ls-preview .ls-nav-prev{
		-o-background-size: 12px 19px;
		-webkit-background-size: 12px 19px;
		-moz-background-size: 12px 19px;
		background-size: 12px 19px;
		background-image: url("img/navigation_layer_button_left@2x.png");
	}
}
.ls-preview:hover .ls-nav-prev{
	left: 0 !important;
}
.ls-preview:hover .ls-nav-next{
	right: 0 !important;
}
.smooth_scroll .ls-preview:hover .ls-nav-next{
	right: 13px !important;
}
.ls-preview .ls-nav-next:hover,
.ls-preview .ls-nav-prev:hover
{
	opacity:1  !important;
	filter: alpha(opacity = 100)!important;
}

.element_from_left,
.element_from_right,
.element_from_top,
.element_from_bottom,
.element_from_fade{
	display: inline-block;
	width: 100%;
}

.element_from_left>div,
.element_from_right>div,
.element_from_top>div,
.element_from_bottom>div,
.element_from_fade>div {
	opacity: 0;
	display: inline-block;
	width: 100%;
	filter: alpha(opacity = 0);
}

.element_transform>div{
	opacity: .2;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}

.element_from_fade.element_from_fade_on>div {
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transition: opacity .8s ease 0s;
	-moz-transition: opacity .8s ease 0s;
	-o-transition: opacity .8s ease 0s;
	-webkit-backface-visibility: hidden;
}

.element_from_left.element_from_left_on>div {
	-webkit-animation: element-from-left 0.7s 1 ease-in-out;
	-moz-animation: element-from-left 0.7s 1 ease-in-out;
	-o-animation: element-from-left 0.7s 1 ease-in-out;
	animation: element-from-left 0.7s 1 ease-in-out;
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-backface-visibility: hidden;
}

.element_from_right.element_from_right_on>div {
	-webkit-animation: element-from-right 0.7s 1 ease-in-out;
	-moz-animation: element-from-right 0.7s 1 ease-in-out;
	-o-animation: element-from-right 0.7s 1 ease-in-out;
	animation: element-from-right 0.7s 1 ease-in-out;
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-backface-visibility: hidden;
}

.element_from_top.element_from_top_on>div {
	-webkit-animation: element-from-top 0.7s 1 ease-in-out;
	-moz-animation: element-from-top 0.7s 1 ease-in-out;
	-o-animation: element-from-top 0.7s 1 ease-in-out;
	animation: element-from-top 0.7s 1 ease-in-out;
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-backface-visibility: hidden;
}

.element_from_bottom.element_from_bottom_on>div {
	-webkit-animation: element-from-bottom 0.7s 1 ease-in-out;
	-moz-animation: element-from-bottom 0.7s 1 ease-in-out;
	-o-animation: element-from-bottom 0.7s 1 ease-in-out;
	animation: element-from-bottom 0.7s 1 ease-in-out;
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-backface-visibility: hidden;
}

.element_transform.element_transform_on>div {
	-webkit-animation: element-transform .4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-animation: element-transform .4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-animation: element-transform .4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: element-transform .4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

@-webkit-keyframes element-from-left {
	0% {
		-webkit-transform: translate(-20%, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}

@-moz-keyframes element-from-left {
	0% {
		-moz-transform: translate(-20%, 0);
		opacity: 0;
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
	}
}

@-o-keyframes element-from-left {
	0% {
		-o-transform: translate(-20%, 0);
		opacity: 0;
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes element-from-left {
	0% {
		transform: translate(-20%, 0);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes element-from-right {
	0% {
		-webkit-transform: translate(20%, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}

@-moz-keyframes element-from-right {
	0% {
		-moz-transform: translate(20%, 0);
		opacity: 0;
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
	}
}

@-o-keyframes element-from-right {
	0% {
		-o-transform: translate(20%, 0);
		opacity: 0;
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes element-from-right {
	0% {
		transform: translate(20%, 0);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes element-from-bottom {
	0% {
		-webkit-transform: translate(0, 30%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}

@-moz-keyframes element-from-bottom {
	0% {
		-moz-transform: translate(0, 30%);
		opacity: 0;
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
	}
}

@-o-keyframes element-from-bottom {
	0% {
		-o-transform: translate(0, 30%);
		opacity: 0;
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes element-from-bottom {
	0% {
		transform: translate(0, 30%);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes element-from-top {
	0% {
		-webkit-transform: translate(0, -30%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}

@-moz-keyframes element-from-top {
	0% {
		-moz-transform: translate(0, -30%);
		opacity: 0;
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
	}
}

@-o-keyframes element-from-top {
	0% {
		-o-transform: translate(0, -30%);
		opacity: 0;
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes element-from-top {
	0% {
		transform: translate(0, -30%);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes element-transform {
	0% {
		-webkit-transform: scale(0.3);
		opacity: .1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes element-transform {
	0% {
		-moz-transform: scale(0.3);
		opacity: .1;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 1;
	}
}

@-o-keyframes element-transform {
	0% {
		-o-transform: scale(0.3);
		opacity: .1;
	}
	100% {
		-o-transform: scale(1);
		opacity: 1;
	}
}

@keyframes element-transform {
	0% {
		transform: scale(0.3);
		opacity: .1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}


.image_with_text_over{
	display: inline-block;
	position: relative;
	margin: 0px;
	width: 100%;
}

.image_with_text_over img{
	display: block;
	position: relative;
	width: 100%;
	z-index: 10;
}

.image_with_text_over .shader{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: url(img/pixel.png);
	background-position: 0px 0px;
	background-repeat: repeat;
	z-index: 20;
}

.image_with_text_over .text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 30;
	text-align: center;
}

.image_with_text_over table{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.image_with_text_over table td{
	padding: 0px;
	vertical-align: middle;
	background: none !important;
}

.image_with_text_over .caption,
.image_with_text_over .subtitle,
.image_with_text_over .over_line{
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.image_with_text_over .caption{
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	line-height: 1em;
}

.image_with_text_over .over_line{
	display: block;
	background-color: #fff;
	height: 1px;
	width: 115px;
	margin: 13px auto 9px;
}

.image_with_text_over .text p,
.image_with_text_over .caption,
.image_with_text_over .subtitle{
	color: #ffffff;
}

.image_with_text_over .desc{
	margin: 0px 30px;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-backface-visibility:hidden;
	-webkit-transform: translateZ(0px);
}

.image_with_text_over .text:hover .caption,
.image_with_text_over .text:hover .subtitle,
.image_with_text_over .text:hover .over_line{
	opacity: 0;
	filter: alpha(opacity = 0);
}

.image_with_text_over .text:hover .desc{
	opacity: 1;
	filter: alpha(opacity = 100);
}

/* ==========================================================================
   Service shortcode styles
   ========================================================================== */
.circle_item .circle {
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	line-height: 13px;
	width: 155px;
	height: 155px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #f54325;
	-o-border-radius: 182px;
	-moz-border-radius: 182px;
	-webkit-border-radius: 182px;
	border-radius: 182px;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
}
.circle_item .circle div {
	padding: 69.5px 0;
}
.circle_left {
	width: 100%;
	display: inline-block;
	margin: 0 0 25px 0;
}
.circle_left .circle {
	float: left;
}
.circle_left .text {
	padding: 0 10px 0 170px;
}
.circle_top {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 0 0 25px 0;
}
.circle_top .circle {
	margin: 0 auto;
}
.circle_top .text {
	margin: 25px 0 0;
}
.circle_top .text p {
	margin: 0;
}
.circle_item .circle a {
	color: #fff;
	text-decoration: none;
}
.circle_item .circle:hover {
	background-color: #ededed;
	color: #000;
}

.circle_item .circle.hover {
    cursor: pointer;
}

.circle_item .circle:hover a {
	color: #000;
}

.fade_in_circle_holder {
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.fade_in_circle_holder.animate_circle {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.fade_in_circle_holder {
    display: table;
    position: relative;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-backface-visibility: hidden;
    z-index: 2000;
}

/* ==========================================================================
   Image hover styles
   ========================================================================== */
.image_hover .images_holder {
    position: relative;
}

.image_hover .images_holder img.hover_image {
    position: absolute;
    top: 0;
    left: 0;
}

.image_hover .images_holder img.active_image {
    opacity: 1;
	filter: alpha(opacity = 100);
}

.image_hover .images_holder img.active_image,
.image_hover .images_holder img.hover_image,
.image_hover.hovered.show .images_holder img.active_image,
.image_hover.hovered.show .images_holder img.hover_image {
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-backface-visibility:hidden;
	-webkit-transform: translateZ(0px);
}

.image_hover .images_holder img.hover_image {
    opacity: 0;
	filter: alpha(opacity = 0);
}

.image_hover .images_holder:hover img.active_image,
.image_hover.hovered.show .images_holder img.active_image {
    opacity: 0;
	filter: alpha(opacity = 0);
}

.image_hover .images_holder:hover img.hover_image,
.image_hover.hovered.show .images_holder img.hover_image {
    opacity: 1;
	filter: alpha(opacity = 100);
}

/* ==========================================================================
   Call to action widget styles
   ========================================================================== */
.qode_call_to_action.container {
    background-color: #f7f7f7;
}

.qode_call_to_action.container .container_inner {
    padding: 40px 0;
}

.call_to_action_text_wrapper p {
    color: #000;
    font-size: 17px;
    line-height: 36px;
}

.call_to_action_button_wrapper.left {
    text-align: left;
}

.call_to_action_button_wrapper.right {
    text-align: right;
}

/* ==========================================================================
   Menu header
   ========================================================================== */
.container .left li, .container .right li{
	display: inline;
	list-style-type: none;
	margin-right:15px;
	color:#fff;
	font-size:13px;
}
.container .left li a:hover, .container .right li a:hover{
	text-decoration:underline;
}

/* ==========================================================================
   Tableaux
   ========================================================================== */




#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	/*width: 480px;*/
	border-collapse: collapse;
	text-align: left;
	width:85%;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #181818;
	padding: 10px 8px;
	border-bottom: 2px solid #4d4d4d;
	background: #fff;
	text-align:left;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #181818;
	padding: 6px 8px;
	background: #fff;
	text-align:left;
}
#hor-minimalist-b tbody tr:hover td, #hor-minimalist-b tbody tr:hover td a
{
	color: #eb4142;
	/*text-decoration:underline;*/
	cursor:hand;
	
}
#hor-minimalist-b .series{
	margin-right:10px;
}

#hor-minimalist-b .series img{
	margin-top:4px;
}

/* ==========================================================================
   Images avec la carte dans les pages courses
   ========================================================================== */

   
.image-map{
	margin-top:20px;
	margin-bottom:20px;
}

.breadcrumb{margin-top:-65px;}