.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: #eb005d;
    color: #fff;
}
/* Gecko/Mozilla */
::-moz-selection {
    background: #eb005d;
    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{
	border: 0;
	padding: 5px 7px;
	text-align: center;
}

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

a img {
	border: none;
}

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

h1,h2,h3,h4,h5,h6{
	color: #000;
	font-weight: 600;
}

h1{
	font-size: 24px;
	line-height: 60px;
}

h2{
	font-size: 16px;
}

h2 a,
h4 a{
	font-weight: 300;
}

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

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

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

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

p {
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
}

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

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

input[type='submit']{
	    background-color: #1fc0d0;
    color: #fff;
    border: 0;
    padding: 10px;
    margin: 6px;
    width: 100%;
}

ul{
	list-style-position:inside;
	padding: 0 17px 0 0;
}

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

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

#ascrail2000 {
	z-index: 99990 !important;
    padding: 0 0 0 1px;
}

#ascrail2000 div{
	background-color: #000 !important;
	background-color: rgba(0,0,0,0.4) !important;
	right: 3px;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 29px;
	color: #666;
	font-weight: 500;
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden !important;
	-webkit-transition: all 1.3s ease-out;
	-moz-transition: all 1.3s ease-out;
	-o-transition: all 1.3s ease-out;
	-ms-transform: all 1.3s ease-out;
	transition: all 1.3s ease-out;
}

body.safari_browser{
	-webkit-font-smoothing: antialiased;
}

.wrapper {
	background-color: #ffffff;
	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.sticky{
	left: -250px;
}

@media only screen and (min-width: 1000px){
	.right_side_menu_opened .carousel-inner{
		left: -250px !important;
	}
}

.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_slider{
	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: 40px;
	height: 40px;
	left: 50%;
	border: 3px solid #eb005d;
	border-right-color: transparent !important;
	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: 1150px;
	margin: 0 auto;
}

header{
	width: 100%;
	display: inline-block;
	margin: 0px 0px -5px 0px;
	position: relative;
	z-index: 110;
	-webkit-backface-visibility:hidden;
}

header.sticky {
	-webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	top: -90px;
	left: 0;
	position: fixed;
	-moz-background-clip:border;
	-webkit-background-clip:border;
	background-clip:border-box;
	-moz-background-clip:padding;
	-webkit-background-clip:padding;
	background-clip:padding-box;
	-moz-background-clip:content;
	-webkit-background-clip:content;
	background-clip:content-box;
	    border: 0;
}

header.sticky.centered_logo {
	top: -300px;
}

header.sticky.sticky_animate {
	top:0px;

}

header.sticky .q_logo img.sticky,
header.sticky .q_logo.animate_logo div.sticky{
	opacity:1;
}

header.sticky .q_logo img.normal,
header.sticky .q_logo img.dark,
header.sticky .q_logo.animate_logo div.normal,
header.sticky .q_logo.animate_logo div.dark{
	opacity:0 !important;
}

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

.boxed .header_inner{
	width: 1150px;
	margin: 0px auto;
}

.header_top{
	line-height: 30px;
	height:  30px;
	padding: 0;
}

header.sticky .header_top{
	display: none;
}

.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 .right .inner > div,
.header_top .right .inner > div p,
.header_top .left .inner > div,
.header_top .left .inner > div p{
	font-size: 13px;
	font-weight: 400;
}

.dark .header_top .left div,
.dark .header_top .right div,
.dark .header_top .left div span,
.dark .header_top .right div span,
.dark .header_top .left div p,
.dark .header_top .right div p{
	color: #000000 !important;
}

.light .header_top .left div,
.light .header_top .right div,
.light .header_top .left div span,
.light .header_top .right div span,
.light .header_top .left div p,
.light .header_top .right div p{
	color: #ffffff !important;
}

.header_bottom{
	padding: 0px 45px;
	position: relative;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.boxed .header_bottom{
	padding: 0px 25px;
}

header.sticky .header_bottom{
	background-color: rgba(255,255,255,0.9) !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.11);
}

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

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

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

header.sticky .logo_wrapper{
	height: 60px;
}

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

.q_logo a{
	position: relative;
	display: block;
	visibility: hidden;


}

.q_logo img{
	display: block;
	opacity:1;
	position: absolute;
	top: -50%;
	left: 0;
	width: auto !important;
	max-width: none;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
}

.q_logo.animate_logo div{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 100%;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	-o-perspective: 600px;
}

.q_logo.animate_logo img.front{
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transform: rotateX(0deg) rotateY(0deg);
	-o-transform-style: preserve-3d;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-transform: perspective(600px) rotateY(0deg);
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: relative;
}

.q_logo.animate_logo img.back{
		-webkit-transform: rotateX(0deg) rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transform: rotateX(0deg) rotateY(-180deg);
	-o-transform-style: preserve-3d;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-transform: perspective(600px) rotateY(-180deg);
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	
}

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

	.no-touch .q_logo.animate_logo a:hover img.front {
		-ms-transform: perspective(600px) rotateY(180deg) !important;
		-webkit-transform: rotateX(0deg) rotateY(180deg) !important;
		-moz-transform: rotateX(0deg) rotateY(180deg) !important;
		-o-transform: rotateX(0deg) rotateY(180deg) !important;
	}

	.no-touch .q_logo.animate_logo a:hover img.back {
		-ms-transform: perspective(600px) rotateY(0deg) !important;
		-webkit-transform: rotateX(0deg) rotateY(0deg) !important;
		-moz-transform: rotateX(0deg) rotateY(0deg) !important;
		-o-transform: rotateX(0deg) rotateY(0deg) !important;
	}

}

.q_logo img.sticky, .q_logo img.dark,
.q_logo.animate_logo div.dark, .q_logo.animate_logo div.sticky{
	opacity:0;
}

header.dark .q_logo img.normal,
header.dark .q_logo.animate_logo div.normal{
	opacity:0;
}

header.dark .q_logo img.dark,
header.dark .q_logo.animate_logo div.dark{
	opacity:1;
}



.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: 20px 0px 10px 0px;
}

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

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

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

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

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

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

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

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: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	position: relative;
	cursor: pointer;
	line-height: 90px;
	padding: 0px;
	margin: 0px;
}

nav.main_menu > ul > li > a{
	text-transform: uppercase;
}

header.sticky nav.main_menu > ul > li > a,
.light.sticky nav.main_menu > ul > li > a,
.light.sticky nav.main_menu > ul > li.active > a,
.dark.sticky nav.main_menu > ul > li > a,
.dark.sticky nav.main_menu > ul > li.active > a{
	line-height: 60px;
	color: #000;
	font-weight: 400;
}

header.sticky .side_menu_button a,
header.sticky.light .side_menu_button a,
header.sticky .shopping_cart_header .header_cart i,
header.sticky.light .shopping_cart_header .header_cart i{
	color: #000;
}

header.sticky nav.main_menu > ul > li:hover > a,
header.sticky nav.main_menu > ul > li.active:hover > a,
.dark.sticky nav.main_menu > ul > li > a:hover,
.light.sticky nav.main_menu > ul > li > a:hover,
header.sticky .shopping_cart_header:hover .header_cart i,
header.sticky.light .shopping_cart_header:hover .header_cart i{
	color: #fff;
}

nav.main_menu > ul > li > a span{
	display: block;
	height: 100%;
	background-color: transparent;
	padding: 0px 20px;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
}

nav.main_menu > ul > li:hover > a span{
	color: rgba(255, 255, 255, 0.8);
	transition: 0.5s;
}

header.sticky nav.main_menu > ul > li:hover > a span{
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
}

nav.main_menu > ul > li > a > i{
	margin: 0 8px 0 -8px;
	position: relative;
	top: -1px;
}

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

.light nav.main_menu > ul > li > a,
.light nav.main_menu > ul > li > a:hover,
.light nav.main_menu > ul > li.active > a{
	color: #666;
}

.dark nav.main_menu > ul > li > a,
.dark nav.main_menu > ul > li.active > a{
	color: #000000;
}

.dark nav.main_menu > ul > li:hover > a{
	color: #fff;
}

nav.main_menu > ul > li > a,
.side_menu_button a{
	-webkit-transition: color 0.6s ease-out;
	-moz-transition: color 0.6s ease-out;
	-o-transition: color 0.6s ease-out;
	-ms-transform: color 0.6s ease-out;
	transition: color 0.6s ease-out;
}

/* DROP DOWN MENU - START */

.drop_down ul{
	list-style: none;
}

.drop_down ul li{
	position: relative;
}

.drop_down .second{
	right: 0px;
	margin: 0px;
	top: 70px;
	position: absolute;
	display: block;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	z-index: 10;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
}

.drop_down li.left_position .second{
	left: 0px;
}

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

.drop_down .second.drop_down_start{
	visibility: visible;
	overflow: visible;
	opacity: 1;
}

header.sticky .drop_down .second{
	top: 60px;
}

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: #000;
	background-color: rgba(0,0,0,0.8);
	padding: 10px 0;
	border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	-o-border-radius: 0 3px 3px 3px;
}

.drop_down .wide .second ul{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

.drop_down .left_position .second ul{
	border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	-o-border-radius: 0 3px 3px 3px;
}

.drop_down .right_position .second ul,
.drop_down .second .inner ul.right{
	border-radius: 3px 0 3px 3px;
	-webkit-border-radius: 3px 0 3px 3px;
	-moz-border-radius: 3px 0 3px 3px;
	-o-border-radius: 3px 0 3px 3px;
	margin-top: 2px;
}

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

.drop_down .second .inner ul li a,
.drop_down .second .inner ul li h5{
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #888;
	height: auto;
	line-height: 14px;
	margin: 0px;
	padding: 9px 30px 9px 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.drop_down .second .inner ul.right li a{
	padding: 9px 20px 9px 30px;
}

.drop_down .second .inner > ul > li:hover > a,
.drop_down .second .inner ul li.sub ul li:hover a{
	color: #fff;
	margin: 0 0 0 10px;
	padding: 9px 20px;
}

.drop_down .second .inner > ul.right > li:hover > a,
.drop_down .second .inner ul.right li.sub ul li:hover a{
	margin: 0 10px 0 0;
}

.drop_down .second i{
	display: none;
}

.drop_down .second .inner ul li ul{
	position: absolute;
	left: 100%;
	top: -10px;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	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;
}

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

/* DROP DOWN MENU - END */


/* DROP DOWN MENU WIDE - START */

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

.drop_down .wide .second ul li{
	float: left;
	width: 267px;
	padding: 0;
}

.drop_down .wide.left_position .second ul li,
.drop_down .wide.right_position .second ul li{
	width: 220px;
}

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

.drop_down .wide.right_position .second{
	text-align: right;
}

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

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

.drop_down .second .inner ul li.sub a i.q_menu_arrow{
	display: inline-block;
	position: absolute;
	right: 15px;
	top: inherit;
	font-size: 12px;
	color: #888;
}

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

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

.drop_down .second .inner ul li.sub > a:hover i.q_menu_arrow,
.drop_down .second .inner ul.right li.sub > a:hover i.q_menu_arrow,
.drop_down .second .inner > ul > li:hover > a i.q_menu_arrow,
.drop_down .wide .second ul li a:hover,
.drop_down .wide .second .inner ul li.sub ul li a:hover,
.drop_down .wide .second .inner > ul > li > a{
	color: #fff;
}

.drop_down .wide .second .inner ul li a{
	padding: 9px 20px 9px 10px;
	margin: 0;
}

.drop_down .wide .second .inner > ul > li > a{
	padding: 9px 10px;
}

.drop_down .wide .second .inner ul li:hover > a,
.drop_down .wide .second .inner ul li.sub ul li:hover a{
	margin: 0 0 0 10px;
	padding: 9px 10px;
}

.drop_down .wide .second .inner > ul > li:hover > a{
	margin: 0;
}

.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 ul{
	display: block;
	left: 0;
	padding: 0;
	position: relative;
	top: 0;
	visibility: visible;
	background-color: transparent !important;
}

.drop_down .wide .second ul li ul .widget{
	padding:0 10px;
}

.drop_down .wide .second ul li ul li{
	padding: 0px;
	margin: 0px;
}

/* 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: #888;
	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{
	color: #000;
	width: 19px;
	height: 17px;
	font-size: 32px;
	z-index: 50;
	display: table-cell;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
}

.dark .mobile_menu_button span{
	color: #000;
}

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

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 #d2d2d2;
}

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: 100%;
	position: relative;
	z-index: 9000;
	text-align: center;
	margin: -10px 0; 
	padding: 10px 10px 10px 15px;
}

nav.mobile_menu ul li a span.mobile_arrow i,
nav.mobile_menu ul li h3 span.mobile_arrow i{
	color: #888;
}

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.fa-angle-down,
nav.mobile_menu ul > li.has_sub > h3 span.mobile_arrow i.fa-angle-down{
	display:none;
}

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

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

nav.mobile_menu ul li a,
nav.mobile_menu ul li h3{
	font-size: 13px;
	font-weight: 400;
	color: #888;
	padding: 10px 0 10px 10px;
	display: block;
	position: relative;
}

nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active > a{
	color: #03a1fd;
}

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

.side_menu_button_wrapper{
	display: table;
	float: left;
}

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

header.sticky .side_menu_button,
header.sticky .shopping_cart_inner{
	height: 60px;
}

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

.side_menu_button a:hover{
	color: #ffffff;
}

.light .side_menu_button a,
.light .side_menu_button a:hover{
	color: #fff;
}

.dark .side_menu_button a,
.dark .side_menu_button a:hover{
	color: #000;
}

.side_menu_button a.opened{
	opacity: 0.7;
}

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

.q_slider {
	width: 100%;
	overflow: hidden;
	position: relative;
}

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

.content{
	margin-top: -90px;
	position: relative;
	z-index: 100;
	background-color: #fff;
}

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

.content .container{
	z-index: 100;
	background-color: #fff;
}

.content .title .container{
	z-index: 1;
	background-color: transparent !important;
}

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

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

.full_width{
	position: relative;
	z-index: 100;
	background-color: #fff;
}

.header_bottom .container_inner{
	position: relative;
}

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

section.section{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: relative;
	padding: 50px 0;
	overflow: hidden;
}

.boxed section.section .section_inner,
section.grid_section .section_inner{
	width: 1100px;
	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-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: 180px;
	text-align: center;
	position: relative;
	z-index: 101;
	background-image: url(/wp-content/uploads/2019/06/bg-3.jpg);
}

.title.with_breadcrumbs{
	height: 95px;
}

.title.with_image{
	height: auto !important;
	line-height: normal;
	background: none;
}

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

.title .not_responsive{
	display: none;
}

.title .title_holder{
	display: table;
	height: 100%;
	left: 0;
	position: relative;	
	width: 100%;
	background-image: url(/wp-content/uploads/2019/06/bg-3.jpg);
}

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

.title.with_image.title_on_bottom .title_holder{
	position: relative;
	top: auto;
}

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

.title h1{
	color: #fff;
	display: inline-block;
	margin: 4% 0 0;
	padding: 0px;
	width: 100%;
}

.title_on_bottom_wrap{
	left: 50%;
    position: absolute;
	bottom: 0;
	visibility: hidden;
}

.title .title_on_bottom_wrap .title_on_bottom_holder{
	position: relative;
	left: -50%;
	height: auto;
	top: 50%;
	height: 30px;
}

.title .title_on_bottom_wrap.show_title_on_bottom .title_on_bottom_holder .title_on_bottom_holder_inner{
	position: relative;
	background-color: #eb005d;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 30px;
	-webkit-animation: title-rotate .5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
	-moz-animation: title-rotate .5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
	-o-animation: title-rotate .5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
	animation: title-rotate .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;
	height: auto;
	top: 50%;
	z-index: 100;
}

.title .title_on_bottom_wrap.reverse .title_on_bottom_holder .title_on_bottom_holder_inner{
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transform: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

@-webkit-keyframes title-rotate {
	0% {
		-webkit-transform: rotateX(90deg);
	}
	100% {
		-webkit-transform: rotateX(0);
	}
}
@-moz-keyframes title-rotate {
	0% {
		-moz-transform: rotateX(90deg);
	}
	100% {
		-moz-transform: rotateX(0);
	}
}
@-o-keyframes title-rotate {
	0% {
		-o-transform: rotateX(90deg);
	}
	100% {
		-o-transform: rotateX(0);
	}
}
@keyframes title-rotate {
	0% {
		transform: rotateX(90deg);
	}
	100% {
		transform: rotateX(0);
	}
}

@-webkit-keyframes title-rotate-reverse {
	0% {
		-webkit-transform: rotateX(0);
	}
	100% {
		-webkit-transform: rotateX(90deg);
	}
}
@-moz-keyframes title-rotate-reverse {
	0% {
		-moz-transform: rotateX(0);
	}
	100% {
		-moz-transform: rotateX(90deg);
	}
}
@-o-keyframes title-rotate-reverse {
	0% {
		-o-transform: rotateX(0);
	}
	100% {
		-o-transform: rotateX(90deg);
	}
}
@keyframes title-rotate-reverse {
	0% {
		transform: rotateX(0);
	}
	100% {
		transform: rotateX(90deg);
	}
}

.title .title_on_bottom_holder h1{
	font-size:13px;
	line-height: 155%;
	text-transform:uppercase;
	color:#fff;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
    padding: 5px 0   
}

.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;
	position: relative;
	z-index: 101;
	-webkit-backface-visibility: hidden;
}

.touch .title.has_fixed_background {
	background-attachment: scroll;
}

.box_image_with_border{
	display: block;
	position: relative;
	border-bottom: 5px solid #dddddd;
	-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: #eb005d;
}

.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 .fa-stack{
	margin: 0 0 0 -50%;
	font-size: 4em;
}

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

.box_image_holder .box_icon .fa-stack i.fa-stack-base {
    color: #eb005d;
}

.separator { 
	position: relative;
	display: block;
	height: 1px;
	background-color: #dddddd;
	margin: 25px 0;
}
.wpb_column > .wpb_wrapper .separator,
.wpb_column > .wpb_wrapper .separator:last-child
{
	margin-bottom: 25px;
}
.separator.transparent {
	background-color: transparent;
}

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

}
.wpb_column > .wpb_wrapper .separator.small,
.wpb_column > .wpb_wrapper .separator.small:last-child
{
	margin-bottom: 28px;
}
.separator.small.left {
    margin: 18px 0 28px 0;
}

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

/* ==========================================================================
   Icon list shortcode styles
   ========================================================================== */
.q_icon_list p{
	font-size: 14px;
	line-height: 48px;
	font-weight: 300;
	color: #000;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 56px;
	position: relative;
}
.wpb_column > .wpb_wrapper .q_icon_list p:last-child,
.wpb_column > .wpb_wrapper .q_icon_list p{
	margin-bottom: 15px;
}

.q_icon_list i{
	background-color: #f6f6f6;
	border-color: transparent;
	color: #eb005d;
    font-size: 18px;
    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;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

.q_progress_bar .progress_content_outer{
	background-color: #f6f6f6;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.q_progress_bar .progress_content_outer,
.q_progress_bar .progress_content {
    height: 10px;
}

.q_progress_bar .progress_content{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: 0;
	background-color: #eb005d;
}

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

.q_progress_bar .progress_title {
	display: inline-block;
	z-index: 100;
}

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

.q_progress_bar .progress_number {
    background: url(img/progress_bar_number_bg.png) no-repeat;
	font-size: 11px;
	color: #fff;
    width: 36px;
    height: 25px;
    display: inline-block;
    text-align: center;
}
/* ==========================================================================
   Progress bar shortcode end styles
   ========================================================================== */

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

.q_progress_bars_vertical .progress_number {
    font-size: 24px;
    line-height: 24px;
    color: #eb005d;
    margin: 23px 0 0;
    display: block;
    position: relative;
    font-weight: 300;
}

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

.q_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: #eb005d;
}
/* ==========================================================================
   Vertical progress bar shortcode end styles
   ========================================================================== */

/* ==========================================================================
   Counter shortcode start styles
   ========================================================================== */

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

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

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

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

.q_counter_holder span.counter{
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
	color: #eb005d;
	overflow: hidden;
	display: inline-block !important;
	height: 40px;
}
/* ==========================================================================
   Counter shortcode end styles
   ========================================================================== */

/* ==========================================================================
   Box Holder shortcode start styles
   ========================================================================== */
.q_box_holder{
	display: block;
	position: relative;
	background-color: #f6f6f6;
	border: 1px solid transparent;
	z-index: 200;
}

.q_box_holder.with_icon{
	background-color: #eb005d;
}

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

.q_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 .fa-stack i.fa-circle{
	color: #f6f6f6;
}

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

.box_holder_icon_inner.square .fa-stack{
	text-align: center;
	background-color: #f6f6f6;
	border: 1px solid transparent;
}

.box_holder_icon .fa-stack i{
	color: #eb005d;
}

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

.box_holder_icon_inner.tiny i.fa-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;
}

.box_holder_icon_inner.image.very_large img{
	height: 130px;
}
/* ==========================================================================
   Box Holder shortcode end styles
   ========================================================================== */

/* ==========================================================================
   Button start styles
   ========================================================================== */
.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;
	height: 43px;
	line-height: 43px;
	margin: 0;
	padding: 0px 22px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
	background-color: #eb005d;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
	border:none;
  	outline: none;
	border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.2s ease 0s; 
	-moz-transition: all 0.2s ease 0s; 
	-o-transition: all 0.2s ease 0s;
	-webkit-backface-visibility: hidden;
	text-shadow: 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 32px;
	color: #fff;
	background-color: #2C2C2C;
}

.qbutton.big_large{
	height: 60px;
	line-height: 60px;
	width: 100%;
	font-size: 17px;
	padding: 0;
	text-align: center;
}

.qbutton.large {
	height: 51px;
	line-height: 51px;
	font-size: 15px;
	padding: 0px 42px;
}

.qbutton.large:hover { 
	padding: 0px 52px;
}

.qbutton.medium {
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	padding: 0px 32px;
}

.qbutton.medium:hover { 
	padding: 0px 42px;
}

.qbutton.small {
    height: 43px;
    line-height: 43px;
    padding: 0 22px;
}

.qbutton.small:hover { 
	padding: 0px 32px;
}

.qbutton.tiny,
#submit_comment,
.load_more.tiny a{
	height: 39px;
	line-height: 39px;
	font-size: 12px;
	padding: 0px 18px;
}

.qbutton.tiny:hover,
#submit_comment:hover,
.load_more.tiny a:hover{ 
	padding: 0px 32px;
}

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

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

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

.qbutton i{
	margin: 0 0 0 30px;
}
/* ==========================================================================
   Button end styles
   ========================================================================== */

/* ==========================================================================
   Pie Charts and Pie Charts With Icon start styles
   ========================================================================== */

.easyPieChart {
	position: relative;
}

.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.q_pie_chart_holder,
.q_pie_chart_with_icon_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;
}

.q_percentage {
	font-size: 19px;
    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;
}

.q_percentage_with_icon{
	color: #eb005d;
	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;
	-webkit-backface-visibility: hidden;
}

.q_pie_chart_holder .tocounter{
	float: none;
	margin: 0;
}

.q_percentage_with_icon i{
	float: none;
	margin: 0;
	vertical-align: middle !important;
}

.q_pie_chart_holder .pie_chart_text,
.q_pie_chart_with_icon_holder .pie_chart_text{
	text-align: center;
	margin: 28px 0 0;
}

.q_pie_chart_holder .pie_chart_text .pie_title,
.q_pie_chart_with_icon_holder .pie_chart_text .pie_title{
	margin: 0 0 0.8em;
}
.wpb_column > .wpb_wrapper .q_pie_chart_with_icon_holder:last-child,
.wpb_column > .wpb_wrapper .q_pie_chart_holder:last-child
{
	margin: 0 0 30px;
}
/* ==========================================================================
   Pie Charts and Pie Charts With Icon end styles
   ========================================================================== */

/* ==========================================================================
   Image With Text start styles
   ========================================================================== */

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

/* ==========================================================================
   Image With Text end styles
   ========================================================================== */

/* ==========================================================================
   Call to action styles
   ========================================================================== */
.q_call_to_action {
    position: relative;
    display: block;
    padding: 25px 35px;
    background-color: #f6f6f6;
    color: #000;
    line-height: 35px;
}

.q_call_to_action.with_border{
	border: 1px solid #eb005d;
}

.q_call_to_action .two_columns_75_25 .column2{
	text-align: center;
}

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

.full_width .parallax_content{
	width: 1100px;
	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{
	display: block;
	position: relative;
}

.portfolio_single_text_holder,
.portfolio_detail,
.lightbox_single_portfolio{
	position: relative;
}

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

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

.portfolio_single h3{
	margin: 0 0 16px;
	padding: 0 70px 0 0;
}

.portfolio_single h4{
	color: #242729;
	margin: 1px 0 10px 0;
}

.portfolio_detail.portfolio_single_follow {
    position: relative;
}

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

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

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

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

.portfolio_single .video{
	margin: 0 0 44px;
	position: relative;
}

.portfolio_single .video .video-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 10;
}

.portfolio_single .video .video-wrap .mejs-poster {
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	-o-background-size: cover!important;
	width: 100% !important;
	height: 100% !important;
}

.portfolio_single .video .video-wrap .mejs-container {
	background-color: transparent!important;
	background-image: none!important;
	height: 100% !important;
	width: 100% !important;
	overflow: hidden;
}

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

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

.portfolio_single .mejs-container .mejs-controls{
	visibility: visible !important;
}

.portfolio_single .mejs-controls .mejs-volume-button .mejs-volume-slider{
	display: none !important;
}

.flexslider .slides .mejs-poster img,
.portfolio_slider .portfolio_slides .mejs-poster img{
	display: none;
}

.portfolio_single .flexslider .video .video-wrap{
	margin: 0px;
}


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

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

.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,
.portfolio_navigation .portfolio_button a{
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align:center;
	text-decoration: none;
	display: block;
	text-align: center;
	margin: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
}

.portfolio_navigation .portfolio_prev a,
.portfolio_navigation .portfolio_next a{
	background-color: #f6f6f6;
}

.portfolio_navigation .portfolio_prev a:hover,
.portfolio_navigation .portfolio_next a:hover{
	background-color: #eb005d;
}

.portfolio_navigation .portfolio_prev a i,
.portfolio_navigation .portfolio_next a i,
.portfolio_navigation .portfolio_button a i{
	line-height: 35px;
	font-size: 14px;
	color: #888;
	-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 i{
	margin: 2px 0 0;
	font-size: 20px;
}

.portfolio_navigation .portfolio_prev a:hover i,
.portfolio_navigation .portfolio_next a:hover i{
	color: #fff;
}

.portfolio_navigation .portfolio_button a:hover i{
	color: #eb005d;
}

.portfolio_social_holder{
	position: absolute;
	top: 6px;
	right: 0px;
	display: inline-block;
}

.portfolio_single .portfolio_social_holder .portfolio_share,
.portfolio_single .portfolio_social_holder .portfolio_like{
	display: inline-block;
	float: right;
	margin: 0;
}

.portfolio_single .portfolio_social_holder .portfolio_share{
	margin: 0 0 0 18px;
}

.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: #eb005d;
	background-color: rgba(235,0,93,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 h4{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0px 15px;
	color: #fff;
}

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

.full_width .projects_holder_outer.v6 .hover_text,
.full_width .projects_holder_outer.v5 .hover_text,
.full_width .projects_holder_outer.v4 .hover_text,
.full_width .projects_holder_outer.v5 .standard,
.full_width .projects_holder_outer.v6 .standard,
.full_width .projects_holder_outer.v4 .standard{
	width: 95%;
	margin: 0 auto;
}

.full_width .projects_holder_outer.v6 .hover_text.no_space,
.full_width .projects_holder_outer.v5 .hover_text.no_space,
.full_width .projects_holder_outer.v4 .hover_text.no_space{
	width: 100%;
	margin: 0;
}

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

.projects_holder.no_space{
	text-align: left;
}

.projects_holder:after,
.projects_holder:before{
    content: "";
    display: inline-block !important;
    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: #fff;
	background-color: rgba(255,255,255,0.8);
	-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;
	opacity: 0;
	filter: alpha(opacity=0);
}

.projects_holder.circle .mix:hover .image .circle_hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

.projects_holder .mix .image{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	-moz-transform: translateZ(0px);
}

.projects_holder article .image img{
	position: relative;
	display: block;
	width: 100%;
	z-index: 100;
}

.projects_holder.standard article .image img,
.projects_holder.standard_no_space article .image 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;
}

.projects_holder.standard article:hover .image img,
.projects_holder.standard_no_space article:hover .image img{
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
}

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

.projects_holder article .portfolio_description .portfolio_title {
	margin: 1.2em 0 0.5333333333333333em;
	display: block;
}

.projects_holder.hover_text article h4,
.projects_holder.circle article h4{
	text-align:center;
	display: block;
}

.projects_holder.hover_text article h4,
.portfolio_slider h4{
	margin: 0 0 6px;
}

.projects_holder.circle article h4{
	margin: 0 0 12px;
}

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

.projects_holder article .portfolio_description .project_category,
.projects_holder.hover_text article .project_category,
.projects_holder.circle article .project_category{
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	display: block;
}

.projects_holder.circle article .project_category{
	margin: 0 0 18px;
}

.portfolio_single .portfolio_like{
	position: relative;
	display: inline-block;
	cursor: pointer;
	float: left;
	padding: 0px;
	margin: 35px 15px 0 0;
}

.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: #d4d4d4;
	margin: 0 0 8px;
	font-size: 19px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
}

.portfolio_single .portfolio_like a i{
	display: inline-block;
	margin: 0 8px 0 0;
}

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

.portfolio_single .portfolio_like span{
	display: inline-block;
	line-height: 19px;
}

.projects_holder article .portfolio_like a i,
.projects_holder article .portfolio_like a.liked i,
.projects_holder article .portfolio_like a:hover i,
.projects_holder article .portfolio_like span,
.portfolio_slider .portfolio_like a i,
.portfolio_slider .portfolio_like a.liked i,
.portfolio_slider .portfolio_like a:hover i,
.portfolio_slider .portfolio_like span{
	color: #e0e0e0;
}

.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: #eb005d;
}

.projects_holder article span.text_holder{
	background-color: #000;
	background-color: rgba(0,0,0,0.35);
	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: 0;
}

.projects_holder article .feature_holder,
.projects_holder article .feature_holder .feature_holder_icons{
	display: inline-block;
}

.portfolio_slider .image_holder{
	display: block;
	position: relative;
}

.portfolio_slider .image_holder .image {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	-moz-transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
	-webkit-backface-visibility: hidden;
}

.projects_holder.hover_text article .image_holder,
.portfolio_slider .image_holder{
	overflow: hidden;
}

.projects_holder article .hover_feature_holder,
.portfolio_slider .hover_feature_holder{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: 200;
	visibility: hidden;
	background-color: transparent;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
}

.projects_holder article .hover_feature_holder.start_ph_animation,
.portfolio_slider .hover_feature_holder.start_ph_animation{
	background-color: #000;
	background-color: rgba(0,0,0,0.4);
}

.projects_holder article .hover_feature_holder_icons,
.portfolio_slider .hover_feature_holder_icons{
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 70%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
}

.projects_holder.v4 article .hover_feature_holder_icons,
.projects_holder.v5 article .hover_feature_holder_icons,
.projects_holder.v6 article .hover_feature_holder_icons{
	height: 60%;
}

.projects_holder article .hover_feature_holder_icons_outer,
.portfolio_slider .hover_feature_holder_icons_outer{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.projects_holder article .hover_feature_holder_icons_inner,
.portfolio_slider .hover_feature_holder_icons_inner{
	display: inline-block;
}

.projects_holder article .hover_feature_holder_icons.start_ph_animation,
.portfolio_slider .hover_feature_holder_icons.start_ph_animation{
	opacity: 1;
	filter: alpha(opacity=100);
}

.projects_holder article .hover_feature_holder_title,
.portfolio_slider .hover_feature_holder_title{
	position: absolute;
	bottom: 0;
	left: 0;
	display: table;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 30%;
	background-color: #fff;
	z-index: 300;
	padding-right: 1px;
}

.projects_holder.v2.hover_text.no_space article .hover_feature_holder_icons{
	height: 78%;
}

.projects_holder.v2.hover_text.no_space article .hover_feature_holder_title{
	height: 22%;
}

.projects_holder article .hover_feature_holder_title_inner,
.portfolio_slider .hover_feature_holder_title_inner{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 94%;
	height: 100%;
	padding: 15px 3%;
}

.projects_holder.v2.hover_text.no_space article .hover_feature_holder_title_inner{
	padding: 13px 3% 15px;
}

.projects_holder.v4 article .hover_feature_holder_title_inner{
	padding: 12px 3%;
}

.projects_holder.v5 article .hover_feature_holder_title_inner,
.projects_holder.v6 article .hover_feature_holder_title_inner{
	padding: 8px 3%;
}

.projects_holder article a.lightbox,
.projects_holder article a.preview,
.projects_holder article .portfolio_like,
.portfolio_slider a.lightbox,
.portfolio_slider a.preview,
.portfolio_slider .portfolio_like{
	position: relative;
	display: inline-block;
	top:30px;
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 0;
	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;
}

.projects_holder article a.lightbox,
.portfolio_slider a.lightbox{
	margin: 0 10px 0 0;
}

.projects_holder article .portfolio_like,
.portfolio_slider .portfolio_like{
	margin: 0 0 0 10px;
}

.projects_holder article a.preview{
	-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 article .portfolio_like{
	-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.circle article a.lightbox,
.projects_holder.circle article a.preview,
.projects_holder.circle article .portfolio_like,
.projects_holder.hover_text article a.lightbox,
.projects_holder.hover_text article a.preview,
.projects_holder.hover_text article .portfolio_like,
.portfolio_slider a.lightbox,
.portfolio_slider a.preview,
.portfolio_slider .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,
.portfolio_slider li:hover a.lightbox,
.portfolio_slider li:hover a.preview,
.portfolio_slider li:hover .portfolio_like{
	opacity: 1;
	filter: alpha(opacity=100);
	top:0px;
}

.projects_holder article a.lightbox i,
.projects_holder article a.preview i,
.projects_holder article .portfolio_like a,
.portfolio_slider a.lightbox i,
.portfolio_slider a.preview i,
.portfolio_slider .portfolio_like a{
	position: relative;
	display: block;
	padding: 11px 12px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
}

.projects_holder article a.lightbox:hover i,
.projects_holder article a.preview:hover i,
.projects_holder article .portfolio_like a:hover,
.portfolio_slider a.lightbox:hover i,
.portfolio_slider a.preview:hover i,
.portfolio_slider .portfolio_like a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.projects_holder article .portfolio_like a,
.portfolio_slider .portfolio_like a{
	padding: 8px 16px;
}

.projects_holder article .portfolio_like a i,
.portfolio_slider .portfolio_like a i{
	font-size: 16px;
	margin: 3px 0 0;
}

.projects_holder article .portfolio_like .qode-like-count{
	font-size: 13px;
	line-height: 13px;
}

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

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

.projects_holder.v6.hover_text .mix{
	margin: 0 0 1.7%;
}

.projects_holder.v6 .filler,
.projects_holder.v6.hover_text .filler{
	width: 15.7%;
}

.projects_holder.v6.standard_no_space .mix,
.projects_holder.v6.hover_text.no_space .mix{
	width: 16.66%;
	margin: 0;
}

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

.projects_holder.v6.standard_no_space .filler,
.projects_holder.v6.hover_text.no_space .filler{
	width: 16.66%;
}

.safari_browser .projects_holder.v6.standard_no_space .mix,
.safari_browser .projects_holder.v6.hover_text.no_space .mix,
.mac .projects_holder.v6.standard_no_space .mix,
.mac .projects_holder.v6.hover_text.no_space .mix{
	width: 16.6%;
}

.safari_browser .projects_holder.v6.standard_no_space .filler,
.safari_browser .projects_holder.v6.hover_text.no_space .filler,
.mac .projects_holder.v6.standard_no_space .filler,
.mac .projects_holder.v6.hover_text.no_space .filler{
	width: 16.6%;
}

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

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

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

.projects_holder.v5.standard_no_space .mix,
.projects_holder.v5.hover_text.no_space .mix{
	width: 19.99%;
	margin: 0;
}

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

.projects_holder.v5.standard_no_space .filler,
.projects_holder.v5.hover_text.no_space .filler{
	width: 19.99%;
}

.safari_browser .projects_holder.v5.standard_no_space .mix,
.safari_browser .projects_holder.v5.hover_text.no_space .mix,
.mac .projects_holder.v5.standard_no_space .mix,
.mac .projects_holder.v5.hover_text.no_space .mix{
	width: 19.93%;
}

.safari_browser .projects_holder.v5.standard_no_space .filler,
.safari_browser .projects_holder.v5.hover_text.no_space .filler,
.mac .projects_holder.v5.standard_no_space .filler,
.mac .projects_holder.v5.hover_text.no_space .filler{
	width: 19.93%;
}

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

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

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

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

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

.projects_holder.v4.standard_no_space .mix,
.projects_holder.v4.hover_text.no_space .mix{
	width: 24.99%;
	margin: 0;
}

.mac .projects_holder.v4.standard_no_space .mix,
.mac .projects_holder.v4.hover_text.no_space .mix{
	width: 24.97%;
}

.projects_holder.v4.standard_no_space .mix{
	margin: 0 0 2%;
}

.projects_holder.v4.standard_no_space .filler,
.projects_holder.v4.hover_text.no_space .filler{
	width: 24.99%;
}

.mac .projects_holder.v4.standard_no_space .filler,
.mac .projects_holder.v4.hover_text.no_space .filler{
	width: 24.97%;
}

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

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

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

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

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

.projects_holder.v3.standard_no_space .mix,
.projects_holder.v3.hover_text.no_space .mix{
	width: 33.32%;
	margin: 0;
}

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

.projects_holder.v3.standard_no_space .filler,
.projects_holder.v3.hover_text.no_space .filler{
	width: 33.32%;
}

.safari_browser .projects_holder.v3.standard_no_space .mix,
.safari_browser .projects_holder.v3.hover_text.no_space .mix,
.mac .projects_holder.v3.standard_no_space .mix,
.mac .projects_holder.v3.hover_text.no_space .mix{
	width: 33.3%;
}

.safari_browser .projects_holder.v3.standard_no_space .filler,
.safari_browser .projects_holder.v3.hover_text.no_space .filler,
.mac .projects_holder.v3.standard_no_space .filler,
.mac .projects_holder.v3.hover_text.no_space .filler{
	width: 33.3%;
}

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

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

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

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

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

.projects_holder.v2.standard_no_space .mix,
.projects_holder.v2.hover_text.no_space .mix{
	width: 49.99%;
	margin: 0;
}

.mac .projects_holder.v2.standard_no_space .mix,
.mac .projects_holder.v2.hover_text.no_space .mix{
	width: 49.97%;
}

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

.projects_holder.v2.standard_no_space .filler,
.projects_holder.v2.hover_text.no_space .filler{
	width: 49.99%;
}

.mac .projects_holder.v2.standard_no_space .filler,
.mac .projects_holder.v2.hover_text.no_space .filler{
	width: 49.97%;
}

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

.projects_holder.circle.v2 .filler{
	width: 48%;
}

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

.filter_outer{
	display: block;
	position: relative;
	height: 35px;
	margin: -20px 0 60px;
	text-align:center;
}

.full_width .filter_outer{
	margin: 0 0 60px;
}

.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 5px 5px 0;
	float:left;
    text-align: left;
}

.filter_holder ul li span {
    display: inline-block;
    line-height: 35px;
    padding: 0 17px;
    position: relative;
    color: #888;
	background-color: #f6f6f6;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

.filter_holder ul li.active span,
.filter_holder ul li:hover span{
	background-color: #eb005d;
	color: #fff;
}

/* ==========================================================================
   Tabs shortcode start styles
   ========================================================================== */
.q_tabs{
	display: block;
	text-align: center;
	visibility: hidden;
}

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

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

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

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

.q_tabs .tabs-nav li a {
	height: 37px;
	line-height: 37px;
	display: block;
	margin: 0;
	padding: 0 24px;
	font-weight: 400;
	background-color: #f6f6f6;
	-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; 
}

.q_tabs.boxed .tabs-nav li a{
	padding: 0 20px 0 0;
	background-color: transparent;
}

.q_tabs.vertical .tabs-nav li a{
	background-color: transparent;
}

.q_tabs.boxed .tabs-nav li:last-child a{
	padding: 0;
}

.q_tabs .tabs-nav li.active a,
.q_tabs .tabs-nav li a:hover{
	background-color: #eb005d;
	color: #fff;
}

.q_tabs.boxed .tabs-nav li.active a,
.q_tabs.boxed .tabs-nav li a:hover,
.q_tabs.vertical .tabs-nav li.active a,
.q_tabs.vertical .tabs-nav li a:hover{
	background-color: transparent;
	color: #eb005d;
}

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

.q_tabs .tab-content { 
	padding: 17px 0 10px; 
}

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

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

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

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

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

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

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

.q_tabs.vertical .tab-content{
	padding: 0px;
}
/* ==========================================================================
   Tabs shortcode end styles
   ========================================================================== */

/* ==========================================================================
   Accordion shortcode start styles
   ========================================================================== */
.q_accordion_holder{
	position: relative;
	display: block;
	visibility: hidden;
	margin: 0 0 30px;
}
.q_accordion_holder.wpb_content_element{
	margin-bottom: 30px !important;
}
.wpb_column>.wpb_wrapper .q_accordion_holder,
.wpb_column>.wpb_wrapper .q_accordion_holder:last-child
{
	margin-bottom: 30px;
}
.q_accordion_holder.accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	min-height: 35px;
	padding: 0px;
	margin: 0 0 18px;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header{
	line-height: 51px;
	min-height: 48px;
	margin: 0 0 2px;
	background-color: #f6f6f6;
	-webkit-transition: background-color 0.3s ease-in-out; 
	-moz-transition: background-color 0.3s ease-in-out; 
	-o-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header.ui-state-active{
	background-color: #fff;
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header span.tab-title {
    width: 72%;
    line-height: 25px;
    margin: 13px 0 13px 20px;
}

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

.q_accordion_holder.accordion.without_icon .ui-accordion-header div.icon-wrapper{
	display: none !important;
}

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

.q_accordion_holder .accordion_icon_mark{
	display: none;
}

.q_accordion_holder.with_icon .accordion_icon_mark{
	position: absolute;
	top: 17px;
	right: 20px;
	width: 15px;
	height: 15px;
	display: block;
	background-image: url(img/plus.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: background-image 0.3s ease-in-out;
	-moz-transition: background-image 0.3s ease-in-out; 
	-o-transition: background-image 0.3s ease-in-out;
	-ms-transition: background-image 0.3s ease-in-out;
}

.q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark{
	background-image: url(img/minus.png);
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header .accordion_mark{
	display: none;
}

.q_accordion_holder.accordion .ui-accordion-header .accordion_mark{
	width: 35px;
	height: 35px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	margin: 0 20px 0 0;
	background-color: #f6f6f6;
	background-image: url(img/plus.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: background-image 0.3s ease-in-out;
	-moz-transition: background-image 0.3s ease-in-out; 
	-o-transition: background-image 0.3s ease-in-out;
	-ms-transition: background-image 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out; 
	-o-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
}

.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark{
	background-image: url(img/minus.png);
}

.q_accordion_holder.accordion .ui-accordion-header.ui-state-hover .accordion_mark{
	background-color: #eb005d;
	background-image: url(img/plus_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) {
	.q_accordion_holder.with_icon .accordion_icon_mark,
	.q_accordion_holder.accordion .ui-accordion-header .accordion_mark{
		-o-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		-moz-background-size: 15px 15px;
		background-size: 15px 15px;
		background-image: url(img/plus@1_5x.png);
	}

	.q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark,
	.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark{
		-o-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		-moz-background-size: 15px 15px;
		background-size: 15px 15px;
		background-image: url(img/minus@1_5x.png);
	}

	.q_accordion_holder.accordion .ui-accordion-header.ui-state-hover .accordion_mark{
		-o-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		-moz-background-size: 15px 15px;
		background-size: 15px 15px;
		background-image: url(img/plus_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) {
	.q_accordion_holder.with_icon .accordion_icon_mark,
	.q_accordion_holder.accordion .ui-accordion-header .accordion_mark{
		-o-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		-moz-background-size: 15px 15px;
		background-size: 15px 15px;
		background-image: url(img/plus@2x.png);
	}

	.q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark,
	.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark{
		-o-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		-moz-background-size: 15px 15px;
		background-size: 15px 15px;
		background-image: url(img/minus@2x.png);
	}

	.q_accordion_holder.accordion .ui-accordion-header.ui-state-hover .accordion_mark{
		-o-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		-moz-background-size: 15px 15px;
		background-size: 15px 15px;
		background-image: url(img/plus_white@2x.png);
	}
}

.q_accordion_holder.accordion .ui-accordion-header:hover span.tab-title{
	color: #eb005d;
}

.q_accordion_holder.accordion div.accordion_content{
	padding: 0 0 0 52px;
}

.q_accordion_holder.accordion.with_icon div.accordion_content.no_icon{
	padding: 0 0 0 22px;
}

.q_accordion_holder.accordion div.accordion_content_inner{
	padding: 0 0 20px;
	display: block;
}
/* ==========================================================================
   Accordion shortcode end styles
   ========================================================================== */

/* ==========================================================================
   Highlight shortcode start styles
   ========================================================================== */
.highlight{
	background-color: #eb005d;
	color: #fff;
	padding: 0 3px;
}
/* ==========================================================================
   Highlight shortcode end styles
   ========================================================================== */

.testimonials{
	display: block;
	text-align: center;
	margin: 0 0 30px;
	visibility: hidden;
}
.wpb_column > .wpb_wrapper .testimonials,
.wpb_column > .wpb_wrapper .testimonials:last-child
{
	margin-bottom: 30px;
}

.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 {
	position: relative;
	height: 11px;
    width: 11px;
	line-height: 11px;
	display: block;
	margin: 0 8px 0 0;
	padding: 0;
	text-decoration: none;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.testimonials .testimonial_nav li.active a {
	border-color: #eb005d;  
}

.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-weight: 400;
    text-align: justify;
}

.testimonial_text_inner .testimonial_name {
	display: block;
	margin: 15px 0 0;
	font-size: 15px;
    color: #000;
    text-align: center;
}

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

.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: #dddddd;
    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 start styles
   ========================================================================== */
blockquote {
	position: relative;
    border-left: 2px solid #dddddd;
}

blockquote h4{
	padding: 0 0 0 25px;
	line-height: 27px;
    font-weight: 300;
}

/* ==========================================================================
   Blockquote shortcode end styles
   ========================================================================== */

.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: #eb005d;
	background-color: rgba(235,0,93,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.046875%;
	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
   ========================================================================== */
.q_dropcap{
	position: relative;
	display: inline-block;
	float: left;
	height: 45px;
	width: 45px;
	line-height: 45px;
	font-size: 45px;
	color: #eb005d;
	text-align: center;
}

.q_dropcap.circle,
.q_dropcap.square{
	margin: 5px 15px 0 0;
	font-size: 30px;
	background-color: #f6f6f6;
	border: 1px solid transparent;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.q_dropcap.normal{
	background-color: transparent !important;
	border: 0 !important;
	margin: 0 10px 0 0;
}

.q_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
   ========================================================================== */
.q_message {
	position: relative;
	padding: 23px 25px;
    background-color: #f6f6f6;
    border: 1px solid transparent;
    margin: 0 0 25px;
}

.q_message.with_icon > i{
	font-size: 40px;
	color: #eb005d;
}

.q_message.with_icon > i.circle{
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	-o-border-radius: 80px;
}

.q_message.with_icon img{
	float: left;
}

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

.q_message a.close i.remove-icon {
	width: 14px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

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

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

.q_message .message_text{
	padding: 0px 20px 0px 0px;
	display: block;
}

.q_message.with_icon .message_text{
	padding: 0px 20px 0px 55px;
	min-height: 36px;
}

@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) {
    .q_message a.close i.remove-icon.dark {
        background-image: url(img/remove-icon@1_5x.png);
        background-size: 14px 14px;
	    -webkit-background-size: 14px 14px;
	    -moz-background-size: 14px 14px;
	    -o-background-size: 14px 14px;
	    -ms-background-size: 14px 14px;
    }
    
    .q_message a.close i.remove-icon.light {
        background-image: url(img/remove-icon-white@1_5x.png);
        background-size: 14px 14px;
	    -webkit-background-size: 14px 14px;
	    -moz-background-size: 14px 14px;
	    -o-background-size: 14px 14px;
	    -ms-background-size: 14px 14px;
    }
}

@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) {
    .q_message a.close i.remove-icon.dark {
        background-image: url(img/remove-icon@2x.png);
        background-size: 14px 14px;
	    -webkit-background-size: 14px 14px;
	    -moz-background-size: 14px 14px;
	    -o-background-size: 14px 14px;
	    -ms-background-size: 14px 14px;
    }
    
    .q_message a.close i.remove-icon.light {
        background-image: url(img/remove-icon-white@2x.png);
        background-size: 14px 14px;
	    -webkit-background-size: 14px 14px;
	    -moz-background-size: 14px 14px;
	    -o-background-size: 14px 14px;
	    -ms-background-size: 14px 14px;
    }
}

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

.price_table_inner {
	position: relative;
	display: block;
	text-align: center;
}

.price_table_inner.acitve_price > ul,
.price_table_inner:hover > ul{
	padding: 20px 0;
	margin: -20px 0 0;
}

.price_table_inner ul {
	list-style: none outside none;
	margin: 0;
	background-color: #f6f6f6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.price_table_inner ul li {
	text-align: center;
	margin: 0px;
	padding: 9px 20px;
}

.price_table_inner ul li.prices {
	padding: 40px 20px 5px;
}

.price_table_inner ul li.table_title {
	font-size: 19px;
	line-height: 19px;
	color: #000;
	padding: 14px 25px 12px;
}

.price_in_table {
	text-align: center;
}

.price_in_table .value {
	font-size: 19px;
	line-height: 19px;
	color: #000;
	vertical-align: top;
	display: inline-block;
	margin: 8px 0 0;
}

.price_in_table .price {
	font-size: 80px;
	line-height: 80px;
	padding: 0 3px;
	font-weight: 300;
	color: #000;
	vertical-align: middle;
	display: inline-block;
}

.price_in_table .mark {
	font-size: 19px;
	line-height: 19px;
	color: #000;
	vertical-align: bottom;
	position: relative;
	top: -8px;
}

.price_table_inner .price_button{
    padding: 15px 0 50px;
}

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

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

.q_icon_with_title .icon_holder{
	float: left;
	display: inline-block;
	position: relative;
	z-index: 2;
}

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

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

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

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

.touch .no_animation_on_touch .q_icon_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);
}

.q_icon_with_title .icon_holder i, 
.q_font_awsome_icon_square i,
.q_font_awsome_icon_stack i {
	color: #eb005d;
}

.q_icon_with_title.boxed .icon_holder .fa-stack, 
.q_font_awsome_icon_square {
	background-color: #f6f6f6;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 1px solid transparent;
}

.q_icon_with_title.circle .icon_holder .fa-stack i.fa-circle{
	color: #f6f6f6;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	-ms-transition: -ms-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.q_font_awsome_icon_stack .fa-circle,
.q_icon_with_title.boxed .icon_holder .fa-stack, 
.q_font_awsome_icon_square {
    color: #f6f6f6;
    -webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}

.q_icon_with_title.circle .icon_holder .fa-stack:hover i.fa-circle, 
.q_font_awsome_icon_stack:hover .fa-circle {
    color: #eb005d !important; 
}

.q_icon_with_title.boxed .icon_holder .fa-stack {
    -webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.q_icon_with_title.boxed .icon_holder .fa-stack:hover {
    background-color: #eb005d !important; 
}

.q_icon_with_title.circle .icon_holder .fa-stack:hover i:last-child, 
.q_font_awsome_icon_stack:hover i:last-child,
.q_icon_with_title.boxed .icon_holder .fa-stack:hover i {
    color: #fff !important;
}

.q_icon_with_title.circle .icon_holder .fa-stack:hover i.fa-circle{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.q_icon_with_title .icon_text_holder{
	position: relative;
}

.q_icon_with_title.circle span.fa-stack i:last-child {
    font-size: 0.6em;
}

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

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

.q_icon_with_title.with_border_line .icon_text_inner{
	border-bottom: 1px solid #f6f6f6;
}

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

.q_icon_with_title.tiny .icon_holder,
.q_icon_with_title.small .icon_holder{
	width: 35px;
	text-align: center;
}

.q_icon_with_title.tiny.square .icon_text_holder,
.q_icon_with_title.small.square .icon_text_holder{
	padding: 0 0 0 70px;
}

.q_icon_with_title.medium .icon_holder,
.q_icon_with_title.tiny.square .icon_holder,
.q_icon_with_title.small.square .icon_holder{
	width: 50px;
	text-align: center;
}

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

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

.q_icon_with_title.large .icon_holder{
	width: 60px;
	text-align: center;
}

.q_icon_with_title.very_large .icon_text_holder{
	padding: 0 0 0 75px;
}

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

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

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

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

.q_icon_with_title.very_large.boxed .icon_text_holder,
.q_icon_with_title.very_large.circle .icon_text_holder,
.q_icon_with_title.very_large.icon_image .icon_text_holder{
	padding: 0 0 0 150px;
}

.q_icon_with_title.center .icon_holder{
	width: 100% !important;
}

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

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

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

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

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

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

.q_icon_with_title.very_large .icon_holder img{
	width: 130px;
}

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

.q_icon_with_title .icon_with_title_link{
	display: block;
	margin: 18px 0 0;
	color: #eb005d;
	font-weight: 300;
}
/* ==========================================================================
   Icon with text shortcode end styles
   ========================================================================== */

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

.q_font_awsome_icon {
	display: inline-block;
}

.q_font_awsome_icon i {
	color: #eb005d;
}

.q_font_awsome_icon.pull-center{
	display: block;
	text-align: center;
}

.q_font_awsome_icon_square.pull-center,
.q_font_awsome_icon_stack.pull-center{
	display: block;
	margin: 0 auto !important;
}

.q_font_awsome_icon.q_icon_animation,
.q_font_awsome_icon_square.q_icon_animation,
.q_font_awsome_icon_stack.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;
}

.q_font_awsome_icon.q_icon_animation.q_show_animation,
.q_font_awsome_icon_square.q_icon_animation.q_show_animation,
.q_font_awsome_icon_stack.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);
}

#back_to_top span,
.q_social_icon_holder .fa-stack,
.q_icon_with_title.square .icon_holder .fa-stack{
	text-align: center;
}

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

.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-size: 15px;
	font-weight: 400;
	line-height: 22px;
	padding: 10px 0 2px !important;
}

.flexslider.widget_flexslider ul li h3 a,
.drop_down .wide .second .inner ul li.flexslider.widget_flexslider ul li h3 a{
	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: #000;
	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: #fff;
}

.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: #000;
	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;
	margin: 0;
}

.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider a i, 
.drop_down .wide .second ul li .flexslider.widget_flexslider a i{
	font-size: 20px;
}

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

.menu_recent_post_text{
	display: block;
}

.menu_recent_post_text a{
	display: inline-block !important;
	color: #fff !important;
}

/* ==========================================================================
   Icon progress bar shortcode start styles
   ========================================================================== */
.q_progress_bars_icons{
	display: block;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
}

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

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

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

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

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

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

.q_progress_bars_icons_inner.very_large .bar{
	width: 130px;
	height: 130px;
}

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

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

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

.q_progress_bars_icons_inner.square .bar.active .bar_noactive, 
.q_progress_bars_icons_inner.square .bar.active .bar_active{
	background-color: #eb005d;
	border: 1px solid #eb005d;
}

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

.q_progress_bars_icons_inner.normal .bar i,
.q_progress_bars_icons_inner .bar i.fa-circle{
	color: #f6f6f6;
}

.q_progress_bars_icons_inner.normal .bar.active i,
.q_progress_bars_icons_inner .bar.active i.fa-circle{
	color: #eb005d;
}
/* ==========================================================================
   Icon progress bar shortcode end styles
   ========================================================================== */

.more_facts_outer{
	position: relative;
	display: block;
    height: 0;
    overflow: hidden;
}

.more_facts_inner{
	position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.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-size: 15px;
	line-height: 20px;
	font-weight: 300;
	color: #6c6c6c;
	margin: 0px 0px 25px;
	padding: 0 0 0 7px;
}

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

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

.q_list.bold  ul > li {
    font-weight: 600 !important;
}

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

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

.q_list.number.circle_number ul>li:before {
    color: #eb005d;
    background-color: #f6f6f6;
    border-radius: 2em;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.q_list.number.circle_number li {
    line-height: 40px;
    padding-left: 53px;
    margin-bottom: 15px;
}

.q_list.circle ul>li,
.q_list.number ul>li{
	position: relative;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	font-weight: 300;
	margin: 0px 0px 10px;
	padding: 0 0 0 30px;
	background-repeat: no-repeat;
	background-position: 0px center;
}

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

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

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

.touch .no_animation_on_touch .q_list.circle.animate_list ul li,
.touch .no_animation_on_touch .q_list.number.animate_list ul li{
	opacity: 1;
	filter: alpha(opacity = 100);
	top: 0px;
}

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

.q_social_icon_holder .fa-stack{
	background-color:#f6f6f6;
	-o-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	margin: 3px;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

.q_social_icon_holder .fa-stack i{
    color: #000;
    -webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

.q_social_icon_holder .fa-stack i.fa-circle{
    color: #f6f6f6;
}

.q_social_icon_holder .fa-stack:hover {
	background-color: #eb005d !important;
}

.q_social_icon_holder .fa-stack:hover i{
	color: #fff !important;
}

.q_social_icon_holder .fa-stack.fa-2x {
	width:36px;
	height:36px;
	line-height:39px;
}

.q_social_icon_holder .fa-stack i:last-child {
    font-size: 0.7692307692307692em;
}

.q_social_icon_holder .fa-stack.fa-lg i:last-child {
    font-size: 1em;
}

.dark .q_social_icon_holder .fa-stack i{
	color: #000000 !important;
}

.dark .q_social_icon_holder:hover .fa-stack i,
.light .q_social_icon_holder .fa-stack i{
	color: #ffffff !important;
}

.header_top .q_social_icon_holder{
	font-size: 12px;
}

.header_top .q_social_icon_holder .fa-stack{
	height: 1.4em;
	width: 1.4em;
	line-height: 1.4em;
	margin: 0px 3px;
}

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

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

.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(2),
.latest_post_holder ul > li.two:nth-child(5),
.latest_post_holder ul > li.two:nth-child(8),
.latest_post_holder ul > li.three:nth-child(3),
.latest_post_holder ul > li.three:nth-child(7),
.latest_post_holder ul > li.three:nth-child(11),
.latest_post_holder ul > li.four:nth-child(4),
.latest_post_holder ul > li.four:nth-child(9),
.latest_post_holder ul > li.four:nth-child(14){
	padding: 0px;
}

.latest_post_clear{
	display: block;
	clear: both;
}

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

.latest_post_holder ul > li iframe{
	width: 100%;
}

.latest_post_holder ul > li.two iframe{
	height: 303px;
}

.latest_post_holder ul > li.three iframe{
	height: 198px;
}

.latest_post_holder ul > li.four iframe{
	height: 145px;
}

.latest_post_text{
	display: block;
	padding: 25px 0 0;
	width: auto;
}

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

.latest_post_inner .post_infos{
	display: block;
	margin: 0 0 12px;
}

.latest-vert-separator{
	margin: 0 5px;
}

.latest_post_inner a{
	font-weight: 300;
	color: #ca2222;
}

.latest_post_inner p{
	color: #777;
	text-align: justify;
}

.latest_post_text .latest_post_title {
	margin: 0 0 0.5em;
}

/********************************** BLOG ***********************************/

.blog_holder article{
	display: inline-block;
	width: 100%;
	margin: 0 0 50px;
}

.blog_holder.blog_single article{
	margin: 0 0 20px;
}

.blog_holder article .post_info{
	float: left;
    width: 8%;
}

.grid2 .blog_single article .post_info{
	width: 10%;
}

.blog_holder article .post_info .post_date {
    display: block;
    margin: -4px 0 15px;
    text-align: center;
	border-bottom:1px solid #dddddd;
	padding:0 0 15px 0;
}

.blog_holder article .post_info .inner {
    padding: 0 20px 0 0;
}

.blog_holder article .post_info .date {
    color: #000;
    display: block;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 13px;
}

.blog_holder article .post_info .month {
    display: block;
    font-size: 14px;
    line-height: 15px;
	color:#787d81;
}

.blog_holder article .post_info .blog_like {
	text-align: center;
    width: 100%;
}

.blog_holder article .post_content_holder{
	float: left;
    width: 92%;
}

.grid2 .blog_single article .post_content_holder{
	width: 90%;
}

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

.blog_holder article .post_text h2{
	margin: 0 0 12px;
}

.blog_holder article .post_image{
	margin: 0 0 25px;
}

.blog_holder article .video .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;
}

.blog_holder article .video{
	position: relative;
}

.blog_holder article .video .video-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 10;
}

.blog_holder article .video .video-wrap .mejs-poster {
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	-o-background-size: cover!important;
	width: 100% !important;
	height: 100% !important;
}

.blog_holder article .video .video-wrap .mejs-container {
	background-color: transparent!important;
	background-image: none!important;
	height: 100% !important;
	width: 100% !important;
	overflow: hidden;
}

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

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

.blog_holder article .mejs-container .mejs-controls{
	visibility: visible !important;
}

.blog_holder article .mejs-controls .mejs-volume-button .mejs-volume-slider{
	display: none !important;
}

.blog_holder article .post_image .mejs-poster img{
	display: none !important;
}


.blog_holder article.format-gallery .flexslider{
	margin: 0px;
	overflow: hidden;
}

.portfolio_single .flexslider{
	overflow: hidden;
}

.blog_holder article .post_description{
	position: relative;
	display: inline-block;
	width: 100%;
	margin:0 0 16px;
}

.blog_holder article .post_description a{
	font-weight: 300;
}

body.page-template-blog-masonry-php .two_columns_66_33>.column1>.column_inner{
	padding: 0 5px 0 0;
}

.blog_holder.masonry article .post_description{
	margin:0 0 12px;
}

.blog_holder article .post_additional_info{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 15px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #e8e8e8;
}

.blog_holder article.format-quote .post_additional_info,
.blog_holder article.format-link .post_additional_info{
	border-color: #e9debe;
}

.blog_holder article .date_holder{
	display: inline-block;
	float: left;
	max-width: 80px;
	text-align: center;
}

.blog_holder article .date_holder .date,
.blog_holder article .date_holder .month{
	display: block;
	position: relative;
}

.blog_holder article .date_holder .date{
	font-size: 24px;
	margin: 0 0 10px;
	color: #000;
}

.blog_holder article.format-quote .date_holder .date,
.blog_holder article.format-link .date_holder .date,
.blog_holder article.format-quote .date_holder .month,
.blog_holder article.format-link .date_holder .month{
	color: #fff;
}

.blog_holder article .post_social{
	display: inline-block;
	float: right;
}

.blog_holder article .post_description a:hover,
.blog_holder article .post_description .post_author:hover,
.blog_holder article .post_description .post_comments:hover{
	color: #eb005d;
}



.blog_like{
	display: inline-block;
}
 
.blog_holder.masonry article .blog_like{
	float: left;
	text-align: center;
}

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

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

.blog_holder.masonry article .blog_like a i,
.blog_holder.blog_single article .blog_like a i,
.blog_holder.blog_large_image article .blog_like a i{
	display: block;
}

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

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

.blog_holder.masonry article .blog_like span,
.blog_holder.blog_single article .blog_like span,
.blog_holder.blog_large_image article .blog_like span{
	display: block;
	padding: 10px 0 0;
}

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

.blog_holder.masonry .blog_share{
	margin: 0 0 0 16px;
}

.blog_holder.blog_single .blog_share,
.blog_holder.blog_large_image .blog_share{
	margin: 10px 0 0;
	display: block;
	float: none;
	text-align: center;
}

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

.social_share_title{
	display: block;
	padding: 8px 0 0;
}

.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: 16px;
	margin: 0 auto;
}

@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{
		background-image: url(img/social_share@1_5x.png);
		-o-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
		background-size: 16px 16px;
	}
}
@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{
		background-image: url(img/social_share@2x.png);
		-o-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
		background-size: 16px 16px;
	}
}

.social_share_holder:hover .social_share_icon{
	background-image: url(img/social_share_purple.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{
		background-image: url(img/social_share_purple@1_5x.png);
		-o-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
		background-size: 16px 16px;
	}
}
@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{
		background-image: url(img/social_share_purple@2x.png);
		-o-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
		background-size: 16px 16px;
	}
}

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

.social_share_dropdown ul li img {
    width: 20px;
    float: left;
    margin: 0 13px 0 0;
}

.social_share_dropdown.wider ul {
    min-width: 130px;
}

.page_share{
	position: relative;
}

body.search .page_share{
	text-align: center;
	margin: 10px 0 0;
}

.social_share_dropdown ul li{
	display: block;
	position: relative;
	text-align: left;
	background-color: #f6f6f6;
	margin: 0 0 1px 0;
}

.social_share_dropdown ul li.share_title {
	display: block;
	text-align: center;
	color: #fff;
	background-color: #eb005d;
	padding: 10px 20px;
}

.social_share_dropdown ul li a{
	display: block;
	height: 20px;
	line-height: 20px;
	color: #888;
	font-weight: 300;
	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: #888;
	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: #eb005d;
}

.blog_holder article .post_text a.qbutton{
	margin: 26px 0 0;
}

.blog_holder.masonry article .post_text a.qbutton{
	margin: 20px 0 0;
	height: 28px;
	line-height: 28px;
	font-size: 11px;
	padding: 0 13px;
}

.blog_holder.masonry article .post_text a.qbutton:hover{
	padding: 0 25px;
}

.blog_holder article.format-link .post_text .post_text_holder,
.blog_holder article.format-quote .post_text .post_text_holder{
	background-color: #dac893;
	padding: 25px;
  margin-bottom: 10px;
}

.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:hover .social_share_icon,
	.blog_holder article.format-quote .post_text:hover .post_text_holder .social_share_holder:hover .social_share_icon{
		background-image: url(img/social_share@1_5x.png);
		-o-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
		background-size: 16px 16px;
	}
}

@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{
		background-image: url(img/social_share@2x.png);
		-o-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
		background-size: 16px 16px;
	}
}

@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{
		background-image: url(img/social_share_white@1_5x.png);
		-o-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
		background-size: 16px 16px;
	}
}

@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{
		background-image: url(img/social_share_white@2x.png);
		-o-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
		background-size: 16px 16px;
	}
}

.blog_holder.masonry article.format-link .post_text .post_title h3,
.blog_holder.masonry article.format-quote .post_text .post_title h3{
	font-weight: 300;
}

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

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

.blog_holder.masonry article.format-quote .post_text i.qoute_mark,
.blog_holder.masonry article.format-link .post_text i.link_mark{
	margin: 4px 0 0;
}
.blog_holder article.format-quote .post_text .post_title,
.blog_holder article.format-link .post_text .post_title{
	padding: 0 0 0 50px;
}

.blog_holder article.format-quote .post_text .quote_author{
	font-size:15px;
	margin: 25px 0 0;
}

.blog_holder article.format-link .post_text .post_description,
.blog_holder article.format-link .post_text .post_description a,
.blog_holder article.format-link .post_text .post_description .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 h3,
.blog_holder article.format-link .post_text h3 a,
.blog_holder article.format-quote .post_text .post_description,
.blog_holder article.format-quote .post_text .post_description a,
.blog_holder article.format-quote .post_text .post_description .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 h3,
.blog_holder article.format-quote .post_text h3 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,
.blog_holder.masonry article.format-quote .social_share_title,
.blog_holder.masonry article.format-link .social_share_title{
	color: #fff;
}
.blog_holder article.format-link .post_text h3 a,
.blog_holder article.format-quote .post_text h3 a{
	font-weight: 300;
}

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

.blog_holder.blog_single article h2{
	display: block;
	margin: 0 0 15px;
}

.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: 35px;
	width: 35px;
	text-align:center;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	background-color: #eb005d;
	margin: 0 5px 0 0;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-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: #888;
	background-color: #f6f6f6;
}

.single_links_pages a:hover span{
	color: #fff;
	background-color: #eb005d;
}

.author_description{
	position: relative;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	margin: 30px 0 15px;
	border-top: 1px solid #dddddd;
}

.author_description_inner{
	display: block;
	padding: 40px 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;
}

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

.single_tags h4{
	display:inline-block;
	padding:0 10px 0 0;
	float:left;
	line-height:29px;
}

.single_tags a{
	color: #fff;
	background-color: #eb005d;
	display: inline-block;
	font-size: 13px !important;
	line-height: 16px;
	margin: 0 2px 2px 0;
	padding: 6px 11px 7px;
	text-decoration: none;
	float:left;
	font-weight: 300;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-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: #212121;
}

.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_holder{
	padding: 40px 0 40px;
	margin: 0 0 30px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.comment_number_holder .comment_number{
	color: #000;
}

.comment_holder .comment_number{
	float: left;
	width: 13%;
	font-size: 13px;
	color: #787d81;
}

.comment_holder .comment_number_inner{
	display: inline-block;
	text-align: center;
}

.comment_holder .comment_number span{
	display: block;
	position: relative;
	color:#000;
	font-size: 30px;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
}

.comment_holder .comments{
	float: left;
	width: 87%;
}

.comment_holder  ul.comment-list{
	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%;
}

.comment_holder .comment-list > li{
	margin: 0 0 20px;
}

.comment_holder .comment-list > li:last-child{
	margin: 0;
}

.comment_holder .comment{
	padding: 12px;
	background-color: #f6f6f6;
}

.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 .comment_date{
	color: #888;
}

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

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

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

#respond small {
	display: block;
	margin: 0 0 10px;
	position: relative;
}

#respond textarea,
#respond input[type='text'],
.contact_form input[type='text'],
.contact_form  textarea{
	font-family: inherit;
	background-color: #f6f6f6;
	width: 92%;
	margin: 0 0 20px 0;
	padding: 12px 4%;
	border: 0;
	outline: 0;
	resize: none;
	font-size: 13px;
	color: #888;
}

#respond textarea,
.contact_form  textarea{
	width: 96%;
	padding: 12px 2%;
}

.comment_holder #respond textarea,
.comment_holder #respond input[type='text']{
	background-color: #fff;
}

div.comment_form {
	display: inline-block;
	margin: 0 0 30px;
	width: 100%;
}

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

div.comment_form form p.form-submit .success p{
	margin: 10px 0 0;
}

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

#cancel-comment-reply-link {
	margin: 0px;
	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: 0;
}

.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;
    width: auto;
}

.blog_holder.masonry article .post_text{
	padding: 25px 30px 10px;
	width: auto;
	background-color: #f6f6f6;
}

.blog_holder  article.format-quote h3{ 
	margin:0 0 10px;
}

.blog_holder.masonry article h3{ 
	margin:0 0 19px;
}

.blog_holder.masonry article h3 a{
	font-weight: 300;
}

.blog_holder.masonry article.format-link .post_text,
.blog_holder.masonry article.format-quote .post_text{
	padding: 0;
}

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

/*************************** BLOG END **************************/

.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: 35px;
}

.pagination ul li span,
.pagination ul li a{
	display: block;
	line-height: 35px;
	width: 35px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	margin: 0 5px 0 0;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #f6f6f6;
	-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{
	color: #888;
}

.pagination ul li span,
.pagination ul li a:hover{
	color: #fff;
	background-color: #eb005d;
}

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

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

.pagination ul li.prev.prev_first a{
	left: 40px;
}

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

.pagination ul li.next.next_last a{
	right: 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{
	font-size: 22px;
	line-height: 35px;
	color: #888;
	-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 h4{
	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{
	padding: 0 0 21px;
	margin: 0 0 25px;
	border-bottom: 1px solid #dddddd;
}

aside .widget.widget_search{
	border-bottom: 0px;
	padding: 0;
}

aside .widget h5,
.side_menu .widget h5{
	margin: 0 0 15px 0;
}

aside .widget a,
.side_menu .widget a{
	font-weight: 300;
}

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

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

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

.side_menu .widget{
	margin: 0 0 25px;
}

.widget.widget_rss li a.rsswidget,
#wp-calendar caption{
	color: #000;
}

.side_menu .side_menu_title h4,
.side_menu h5{
	color: #fff;
}

.side_menu a,
.side_menu li,
.side_menu span,
.side_menu p,
.side_menu .widget.widget_rss li a.rsswidget,
.side_menu #wp-calendar caption,
.side_menu #wp-calendar th, 
.side_menu #wp-calendar td{
    color: #888;
}

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

.side_menu a:hover{
	color: #fff;
}

.side_menu .side_menu_title{
	display: block;
	margin: 0 0 15px;
}

#wp-calendar th, 
#wp-calendar td{
	padding: 3px 4px;
}

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

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

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

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

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

.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 #dddddd;
	font-size: 14px;
	outline: 0px;
	color: #888;
	padding: 10px 13px;
}

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

.widget.widget_search form input[type="submit"],
.header_top .searchform 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: #f6f6f6;
	background-image: url(img/search_icon_gray.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	cursor: pointer;
	white-space: nowrap;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

.widget.widget_search form input[type="submit"]:hover{
	background-image: url(img/search_icon.png);
	background-color: #eb005d;
}

.header_top .searchform input[type="submit"]{
	width: 22px;
	height: 22px;
	line-height: 22px;
	margin: 4px 0 0;
}

.side_menu .widget #searchform input[type="submit"],
.footer_top .widget.widget_search form input[type="submit"]{
	background-image: url(img/search_icon.png);
	background-color: #434343;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
}

.side_menu .widget #searchform input[type="submit"]:hover,
.footer_top .widget.widget_search form input[type="submit"]:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

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

.widget.widget_search form input[type="text"],
.header_top .searchform input[type="text"]{
	display: inline-block;
	text-decoration: none;
	border: 0;
	outline: 0px;
	color: #adadad;
	background-color: #f6f6f6;
	font-size: 14px;
	font-family: inherit;
	margin: 0;
	padding: 2px 4%;
	width: 74%;
	height: 33px;
	line-height: 33px;
	float: left;
}

.header_top .searchform input[type="text"]{
	height: 22px;
	line-height: 22px;
	padding: 0 4%;
	margin: 4px 0 0;
	font-size: 12px;
}

.side_menu .widget #searchform input[type="text"],
.footer_top .widget.widget_search form input[type="text"]{
	background-color: #434343;
	color: #fff;
	width: 70% !important;
}

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

.widget .tagcloud a {
    color: #fff;
	background-color: #eb005d;
    display: inline-block;
    font-size: 13px !important;
    line-height: 16px;
    margin: 0 2px 2px 0;
    padding: 6px 11px 7px;
    text-decoration: none;
	float:left;
    font-weight: 300;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-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: #fff;
	z-index: 100;
	position: relative;
}

footer .container_inner{
	position: relative;
}

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

.footer_top{
	padding: 55px 25px;
}

.footer_top h6{
	color: #fff;
	margin: 0 0 16px;
	font-weight: 400;
}

.footer_top ul{
	list-style: none;
}

.footer_top a,
.footer_top p,
.footer_top span,
.footer_top li{
	color: #fff;
}

.footer_top a{
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.footer_top a:hover{
	color: #eb005d !important;
}

.footer_top .column_inner{
	border-left: 1px solid #3d3d3d;
}

.footer_top .column1 .column_inner{
	border-left: 0px;
}

.footer_top .four_columns .column2 .column_inner > div,
.footer_top .three_columns .column2 .column_inner > div,
.footer_top .two_columns_50_50 .column2 .column_inner > div{
	margin: 0;
}

.footer_top .four_columns .column3 .column_inner > div,
.footer_top .three_columns .column3 .column_inner > div{
	margin: 0;
}

.footer_top .four_columns .column4 .column_inner > div{
	margin: 0;
}

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

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

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

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

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

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



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

.footer_top .widget_recent_entries > ul > li,
.footer_top .widget_recent_comments > ul > li {
    margin-bottom: 3px;
	background-color: #1f1f1f;
	padding: 6px 14px;
}

.footer_top .widget_recent_entries > ul > li > a,
.footer_top .widget_recent_comments > ul > li > a{
    display: block;
    color: #fff;
    font-weight: 300;
}

.footer_top .widget_recent_entries > ul > li > span{
	display: block;
    color: #888;
    font-weight: 300;
}

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

.footer_bottom{
	display: block;
	text-align: center;
	line-height: 70px;
	height: 70px;
}

.footer_bottom p, 
.footer_bottom span {
	margin: 0px;
	line-height: 70px;
	color: #fff;
}

#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: 44px;
	text-decoration: none;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-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: 22px;
	-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: #eb005d;
}

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

.right_side_menu_opened #back_to_top{
	display: none;
}

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

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

.q_steps_holder .circle_small,
.q_steps_holder .circle_small_inner {
    width: 200px;
    height: 200px;
}

.q_steps_holder .circle_small {
    margin: 0 auto;
    border-radius: 7em;
    text-align: center;
}

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

.q_steps_holder .circle_small_inner .image_holder{
	position: relative;
	display: block;
	left: -11px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.q_steps_holder .circle_small span {
    position: absolute;
	top: 50%;
	left: 0px;
	display: inline-block;
	width: 58px;
	height: 58px;
	line-height: 58px;
	background-color: #eb005d;
	color: #fff;
	font-size: 20px;
	margin: -29px 0 0;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	-o-border-radius: 70px;
}

.q_steps_holder .circle_small_holder {
    width: 275px;
    display: inline-block;
}

.q_steps_holder .circle_small_holder_inner {
    position: relative;
}

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

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

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

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

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

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

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

.q_steps_holder .step4{
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	-ms-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
}
/* ==========================================================================
   Steps shortcode end styles
   ========================================================================== */

/* ==========================================================================
   Separator with text shortcode start styles
   ========================================================================== */
.vc_text_separator.full{
	border-color: transparent;
}

.vc_text_separator.separator_align_center{
	text-align: center;
}

.vc_text_separator.separator_align_right{
	text-align: right;
}

.vc_text_separator.full div{
	display: inline-block;
	padding: 0px 35px;
	line-height: 36px;
	top: -18px;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	background-color: #eb005d;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}

/* ==========================================================================
   Separator with text shortcode end styles
   ========================================================================== */

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

.page_not_found h2{
	margin: 40px 0 40px;
}

.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;}
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:inherit;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-color:#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 !important;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: 30px !important;
}

.post_image .mejs-container{
	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: #f6f6f6;	
}

.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: 40px;
	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 {
	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: #dddddd;
}

.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: #eb005d;
	margin: 0px;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background-color: #eb005d;
	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: #dddddd;
}

.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: #eb005d;
}

.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
   ========================================================================== */

.q_pie_graf_holder,
.q_line_graf_holder {
	display: block;
	position: relative;
	overflow: hidden;
}

.q_pie_graf,
.q_line_graf{
	margin: 0 22px 0 0;
	float: left;
}

.q_pie_graf_legend{
	position: relative;
	float: left;
	width: 40%;
}

.q_line_graf_legend{
	position: relative;
	float: left;
	width: 20%;
}

.q_pie_graf_legend ul,
.q_line_graf_legend ul{
	list-style: none;
}

.q_pie_graf_legend ul li,
.q_line_graf_legend ul li{
	display: block;
	margin: 0 0 10px 0;
}

.q_pie_graf_legend ul li .color_holder,
.q_line_graf_legend ul li .color_holder{
	width: 25px;
	height: 25px;
	background-color: #eb005d;
	float: left;
}

.q_pie_graf_legend ul li p, 
.q_line_graf_legend ul li p{
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 50px;
}

/* ==========================================================================
   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;
    padding: 10px 0 !important;
}

.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, .header_top #lang_sel_click  {
	font-family: inherit;
	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_bottom .submenu-languages {
    display: none;
}

.header_top #lang_sel > ul > li > a, 
.header_top #lang_sel_click > ul > li> a {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	font-weight: 400;
	color: #fff !important;
	line-height: 29px !important;
	height: 30px;
	z-index: 2500;
	padding: 0 10px !important;
}

.dark .header_top #lang_sel > ul > li > a {
	color: #000000 !important;
}

.dark .header_top #lang_sel > ul > li:hover > a,
.dark .header_top #lang_sel_click > ul > li> a{
	color: #ffffff !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: #000 !important;
    background-color: rgba(0,0,0,0.8) !important;
}

.header_top #lang_sel ul > li ul > li, 
.header_top #lang_sel_click ul > li ul > li{
	padding:0px !important;
}

.header_top #lang_sel ul > li a.lang_sel_sel, 
.header_top #lang_sel_click ul > li a.lang_sel_sel {
	background: 0;
	line-height: 30px;
	border: 0;
	font-weight: 400;
	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 ul , 
.header_top #lang_sel_click ul ul {
	height: auto;
    border-top: none;
	background-color: #000;
	background-color: rgba(0,0,0,0.8) !important;
	z-index:1000;
	position:absolute;
    top: 30px;
    left: -1px;
    width: 160px;
}

.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: #888;
	display: block;	
	height: 32px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 400;
    line-height: 32px;
	padding:0;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
}

.header_top #lang_sel ul li ul li a:hover,
.header_top #lang_sel_click ul li ul li a:hover{
	color: #fff;
}

.header_top #lang_sel_list {
	font-family: inherit;
	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;
	background: none repeat scroll 0 0 transparent;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
    margin: 0 !important;
}

.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: inherit;
    font-size: 14px;
    font-weight: 300;
    border: 0;
}

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: 32px;
    line-height: 32px !important;
    font-family: inherit;
    font-weight: 300;
    padding-left: 13px;
    font-weight: 300;
    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-image: url(img/wc_select_arrow_footer.png) !important;
    background-repeat: no-repeat;
    background-position: right;
}

aside .widget #lang_sel > ul > li a,
aside .widget #lang_sel_click > ul > li a{
	background-color: #f6f6f6;
}

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: #1f1f1f !important;
}

footer #lang_sel ul li a,
footer #lang_sel ul ul a,
footer #lang_sel_click ul li a,
footer #lang_sel_click ul ul a,
footer #lang_sel_click ul ul a span,
section.side_menu #lang_sel ul li a,
section.side_menu #lang_sel ul ul a,
section.side_menu #lang_sel ul ul a:visited,
section.side_menu #lang_sel_click > ul > li > a,
section.side_menu #lang_sel_click ul ul a,
section.side_menu #lang_sel_click ul ul a:visited{
    color: #888 !important;
}

aside .widget #lang_sel > ul li a,
aside .widget #lang_sel ul ul a,
aside .widget #lang_sel_click > ul li a,
aside .widget #lang_sel_click ul ul a,
aside .widget #lang_sel_list li a{
	color: #000;
}

aside .widget #lang_sel ul ul a:hover,
aside .widget #lang_sel_click ul ul a:hover,
aside .widget #lang_sel_list li a.lang_sel_sel,
aside .widget #lang_sel_list li a:hover{
	color: #eb005d;
}

footer #lang_sel_list li a:hover,
footer #lang_sel a.lang_sel_sel,
footer #lang_sel a.lang_sel_sel:hover,
footer #lang_sel ul ul a:hover,
footer #lang_sel_click a.lang_sel_sel,
footer #lang_sel_click ul ul a:hover,
footer #lang_sel_click ul ul a:hover span,
footer #lang_sel_list a.lang_sel_sel,
footer #lang_sel_list ul ul a:hover,
footer #lang_sel_list ul ul a:hover span,
section.side_menu a.lang_sel_sel,
section.side_menu #lang_sel ul li a.lang_sel_sel,
section.side_menu #lang_sel_click ul li a.lang_sel_sel,
section.side_menu #lang_sel_list li a:hover,
section.side_menu #lang_sel ul ul a:hover,
section.side_menu #lang_sel_click ul ul a:hover,
section.side_menu #lang_sel_click ul ul a:hover span{
    color: #fff !important;
}

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: 32px;
    height: auto;
    border: 0;
    left: -1px;
    z-index: 1000;
}

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 {
    padding: 10px 13px;
}

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,
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: #888;
}

#lang_sel_footer {
    background-color: #383838;
    border: none;
    z-index: 1500;
    position: relative;
}

#lang_sel_footer a {
    font-size: 14px;
    color: #888;
    -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-nav-prev, 
.ls-nav-next {
	display: block;
	width: 60px;
	height: 100%;
	margin: 0px;
	z-index: 999;
	top: 0;
	position: absolute;
	cursor: pointer;
	background-color: transparent;
	padding: 0;
	opacity: 0.7;
}

.ls-nav-prev:hover, 
.ls-nav-next:hover{
	opacity: 1;
}

.ls-nav-prev{
	background-image: url(img/navigation_layer_button_left.png);
	background-position: center center;
	background-repeat: no-repeat;
	left: 0px;
}

.ls-nav-next{
	background-image: url(img/navigation_layer_button_right.png);
	background-position: center center;
	background-repeat: no-repeat;
	right: 0px;
}

@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-nav-prev{
		background-image: url(img/navigation_layer_button_left@1_5x.png);
		-o-background-size: 18px 33px;
		-webkit-background-size: 18px 33px;
		-moz-background-size: 18px 33px;
		background-size: 18px 33px;
	}
	
	.ls-nav-next{
		background-image: url(img/navigation_layer_button_right@1_5x.png);
		-o-background-size: 18px 33px;
		-webkit-background-size: 18px 33px;
		-moz-background-size: 18px 33px;
		background-size: 18px 33px;
	}
}
@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-nav-prev{
		background-image: url(img/navigation_layer_button_left@2x.png);
		-o-background-size: 18px 33px;
		-webkit-background-size: 18px 33px;
		-moz-background-size: 18px 33px;
		background-size: 18px 33px;
	}
	
	.ls-nav-next{
		background-image: url(img/navigation_layer_button_right@2x.png);
		-o-background-size: 18px 33px;
		-webkit-background-size: 18px 33px;
		-moz-background-size: 18px 33px;
		background-size: 18px 33px;
	}
}

.element_from_left,
.element_from_right,
.element_from_top,
.element_from_bottom,
.element_from_fade{
	display: inline-block;
	width: 100%;
}

.touch .no_animation_on_touch .element_from_left>div,
.touch .no_animation_on_touch .element_from_right>div,
.touch .no_animation_on_touch .element_from_top>div,
.touch .no_animation_on_touch .element_from_bottom>div,
.touch .no_animation_on_touch .element_from_fade>div,
.touch .no_animation_on_touch .element_transform>div{
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

.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 start styles
   ========================================================================== */
.q_image_with_text_over{
	display: inline-block;
	position: relative;
	margin: 0px;
	width: 100%;
}

.q_image_with_text_over.one_half{
	width: 50%;
}

.q_image_with_text_over.one_third{
	width: 33.33%;
}

.q_image_with_text_over.one_fourth{
	width: 25%;
}

.q_image_with_text_over img{
	display: block;
	position: relative;
	width: 100%;
	z-index: 10;
}

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

.q_image_with_text_over .text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 30;
	text-align: center;
}

.q_image_with_text_over table{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.q_image_with_text_over table td{
	padding: 0px;
	vertical-align: middle;
	background: none !important;
}

.q_image_with_text_over .caption,
.q_image_with_text_over .icon_holder{
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
}

.q_image_with_text_over .caption{
	line-height: 1em;
}

.q_image_with_text_over .text p,
.q_image_with_text_over .caption,
.q_image_with_text_over .icon_holder{
	color: #fff;
}

.q_image_with_text_over .icon_holder{
	display: inline-block;
	border-radius: 300px;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	-o-border-radius: 300px;
	padding: 1em 0.9em;
	border-width: 2px;
	border-color: #fff;
	border-color: rgba(255,255,255,0.6);
}

.q_image_with_text_over .icon_holder.fa-2x{
	padding: 0.67em 0.7em;
}

.q_image_with_text_over .icon_holder.fa-3x{
	padding: 0.6em 0.62em;
}

.q_image_with_text_over .caption{
	margin: 6% 0 0;
}

.q_image_with_text_over .caption.no_icon{
	margin: 0;
}

.q_image_with_text_over .desc{
	margin: 0px 30px;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-webkit-backface-visibility:hidden;
	-webkit-transform: translateZ(0px);
}

.q_image_with_text_over .text:hover .caption,
.q_image_with_text_over .text:hover .icon_holder{
	opacity: 0;
	filter: alpha(opacity = 0);
}

.q_image_with_text_over .text:hover .desc{
	opacity: 1;
	filter: alpha(opacity = 100);
}
/* ==========================================================================
   Image With Text Over end styles
   ========================================================================== */

/* ==========================================================================
   Service shortcode styles
   ========================================================================== */
.circle_item .circle {
	font-size: 15px;
	line-height: 13px;
	width: 155px;
	height: 155px;
	display: inline-block;
	text-align: center;
	color: #000;
	background-color: #f6f6f6;
	-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;
}
.wpb_column > .wpb_wrapper .circle_top,
.wpb_column > .wpb_wrapper .circle_top:last-child{
	margin-bottom: 25px;
}

.circle_top .circle {
	margin: 0 auto;
}

.circle_top .text {
	margin: 25px 0 0;
}

.circle_top .text p {
	margin: 0;
}

.circle_item .circle a {
	text-decoration: none;
}

.circle_item .circle:hover {
	background-color: #eb005d;
	color: #fff;
}

.circle_item .circle.hover {
    cursor: pointer;
}

.circle_item .circle:hover a {
	color: #fff;
}

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

.touch .no_animation_on_touch .fade_in_circle_holder{
	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);
}

/* ==========================================================================
   Image hover styles
   ========================================================================== */
.image_hover .images_holder {
    position: relative;
}

.image_hover .images_holder img {
    width: 100%;
}

.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
   ========================================================================== */

.content_bottom{
	position: relative;
	z-index: 100;
}
	 
.qode_call_to_action.container {
    background-color: #f6f6f6;
		padding: 0px !important;
}

.qode_call_to_action.container .container_inner {
    padding: 35px 0px !important;
}

.call_to_action_text_wrapper p {
    font-size: 15px;
    line-height: 40px;
    font-weight: 300;
}

.qode_call_to_action .qbutton{
	padding: 0 20px !important;
	position: static;
}

.qode_call_to_action .qbutton i{
	margin: 0 0 0 25px !important;
}

.qode_call_to_action .qbutton:hover{
	background-color: #2C2C2C !important;
}

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

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

/*
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 * normalize.css v2.1.0 | MIT License | git.io/normalize
*/ 
.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.boxed .carousel-inner{
	width: 1150px;
	left: auto !important;
}

.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

 /* part for fading adnimation - start */
.carousel.fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel.fade .active.left,
.carousel.fade .active.right {
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.fade .active.item {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel.fade .active.left,
.carousel.fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.fade .next,
.carousel.fade .prev {
    left: 0;
    z-index: 1;
}

/* part for fading adnimation - end */

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 23%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.carousel-control.left {
	background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: '\2039';
}

.carousel-control .icon-next:before {
	content: '\203a';
}

.carousel-indicators {
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 40px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width: 768px) {
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px;
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}
}

/* ==== Carousel Custom - Start ==== */

.carousel {
	margin-bottom: 0;
}

.carousel.full_screen {
	height: 1500px;
}

.qode_slider_preloader{
	width: 100%;
	background-color: #1c1c1c;
	position: absolute;
	z-index: 20;
}

.qode_slider_preloader{
	height: 1500px;
}

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

.carousel-inner .slider_content_outer{
	position: relative;
	height: 100%;
	width: 1100px;
	margin: 0px auto;
	z-index: 12;
}

.carousel-inner .slider_content {
	position: absolute;
	width: 100%;
	height: 100%;
}

.touch .carousel-inner .slider_content{
		top: 30% !important;
}

.carousel-inner .slider_content .thumb{
	opacity: 0;
	filter: alpha(opacity = 0);
	text-align: center;
	height: auto;
}

@media only screen and (max-height: 850px){
	.full_screen .carousel-inner .slider_content .thumb{
		height: 35%;
	}
}

@media only screen and (max-width: 600px){
	.full_screen .carousel-inner .slider_content .thumb{
		height: 25%;
	}
}

.carousel-inner .slider_content.left .thumb{
	text-align: left;
}

.carousel-inner .slider_content.right .thumb{
	text-align: right;
}

.carousel-inner .active .slider_content .thumb{
	-webkit-animation: rotate 1s 1 ease-out;
	-moz-animation: rotate 1s 1 ease-out;
	-o-animation: rotate 1s 1 ease-out;
	animation: rotate 1s 1 ease-out;
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-backface-visibility: hidden;
}

.carousel-inner .slider_content .thumb img{
	max-height: 100%;
}

.carousel-inner .slider_content .text{
	text-align: center;
	opacity: 0;
	filter: alpha(opacity = 0);
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 10px 0px 0px 0px;

}

.carousel-inner .active .slider_content .text {
	-webkit-animation: text-from-bottom 1.5s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-animation: text-from-bottom 1.5s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-animation: text-from-bottom 1.5s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
	animation: text-from-bottom 1.5s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
	opacity: 1;
	filter: alpha(opacity = 100);
}

.carousel-inner .slider_content .text .qbutton{
	margin: 10px 0px 0px 0px;
}

.carousel-inner h2 {
	font-size: 42px;
  line-height: 44px;
	font-weight: 300;  
	color: #ffffff;
	text-align: center;
	margin: 10px 0px;
	padding: 0px;
}

.carousel-inner p {
	color: #ffffff;
	text-align: center;
	font-size: 19px;
  line-height: 24px;
	font-weight: 300;
	margin: 10px 0px 15px 0px;
}

.carousel-inner .dark h2,
.carousel-inner .dark p{
	color: #000;
}

.carousel-inner .left .text,
.carousel-inner .left h2,
.carousel-inner .left p{
	text-align: left;
}

.carousel-inner .right .text,
.carousel-inner .right h2,
.carousel-inner .right p{
	text-align: right;
}

.carousel-inner {
	left: 0 !important;
 	position: fixed;
	overflow: hidden;
	width: 100%;
	z-index: 1;
	transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
    -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1), margin 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), margin 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), margin 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), margin 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1), margin 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.carousel-inner .item img {
	display: inline-block !important;
}

.touch .carousel-inner .item {
	background-position: center 0px !important;
}

.carousel-inner .item .image{
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;

}

.carousel-inner .item .image img{
	display: none !important;
	width: 0px;
	height: 0px;
}

.carousel-control {
	font-size: 13px;
	height: 100%;
	background-position: 30px center;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
	text-shadow: none;
	position: absolute;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	z-index: 2 !important;
	margin: 0px;
	outline: none;
	cursor: pointer;
	-o-background-size: 18px 33px;
	-webkit-background-size: 18px 33px;
	-moz-background-size: 18px 33px;
	background-size: 18px 33px;
	-webkit-transition: background 0.6s ease-in-out;
	-moz-transition: background 0.6s ease-in-out;
	-o-transition: background 0.6s ease-in-out;
	-ms-transform: background 0.6s ease-in-out;
	transition: background 0.6s ease-in-out;
}

.carousel-control.right {
	background-position: 100% center;
	-o-background-size: 48px 33px;
	-webkit-background-size: 48px 33px;
	-moz-background-size: 48px 33px;
	background-size: 48px 33px;
}

.carousel-control .thumb_holder{
	width: 150px;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	margin: -77px 0px 0px 0px;
	top: 50%;
	-webkit-transition: background 0.6s ease-in-out;
	-moz-transition: background 0.6s ease-in-out;
	-o-transition: background 0.6s ease-in-out;
	-ms-transform: background 0.6s ease-in-out;
	transition: background 0.6s ease-in-out;
}

.carousel-control.left .thumb_holder{
	left: -100%;
	-webkit-transition: left 0.6s ease-in-out;
	-moz-transition: left 0.6s ease-in-out;
	-o-transition: left 0.6s ease-in-out;
	-ms-transform: left 0.6s ease-in-out;
	transition: left 0.6s ease-in-out;
}

.slider_thumbs .carousel-control.left:hover{
	background-position: -100px center;
}

.slider_thumbs .carousel-control.left:hover .thumb_holder{
	left: 0px;
}

.in_progress.slider_thumbs .carousel-control.left{
	background-position: 30px center !important;
}

.in_progress.slider_thumbs .carousel-control.left .thumb_holder{
	left: -100% !important;
}

.carousel-control.right .thumb_holder{
	right: -100%;
	-webkit-transition: right 0.6s ease-in-out;
	-moz-transition: right 0.6s ease-in-out;
	-o-transition: right 0.6s ease-in-out;
	-ms-transform: right 0.6s ease-in-out;
	transition: right 0.6s ease-in-out;
}

.slider_thumbs .carousel-control.right:hover{
	background-position: 200% center;
}

.slider_thumbs .carousel-control.right:hover .thumb_holder{
	right: 0px;
}

.in_progress.slider_thumbs .carousel-control.right{
	background-position: 100% center !important;
}

.in_progress.slider_thumbs .carousel-control.right .thumb_holder{
	right: -100% !important;
}

.carousel-control.left .arrow_left{
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0px 0px 0px 20px;
}

.carousel-control.left .numbers{
	float: right;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px 0px 0px;
}

.carousel-control.right .arrow_right{
	float: right;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px 0px 0px;
}

.carousel-control.right .numbers{
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0px 0px 0px 20px;
}

.carousel-control .img{
	clear: both;
	width: 150px;
	height: 94px;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0px 0px -2px 0px;
}

.carousel-control.right .img{
	float: right;
}

.carousel-control .img img,
.carousel-control .img .video{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.carousel-control .img .video{
  left: -1px;
}

.carousel-control .img .old{
	z-index: 1;
}

@media only screen and (max-width: 1300px){
	.carousel-control {
		width: 15%;
	}
}

@media only screen and (max-width: 1000px){
	.carousel-control{
		width: 10%;
	}
	
	.carousel-control.left{
		background-position: 30px center !important;
	}

	.carousel-control.left .thumb_holder{
		display: none;
	}
	
	.carousel-control.right{
		background-position: 100% center !important;
	}

	.carousel-control.right .thumb_holder{
		display: none;
	}
}

.touch .carousel-control{
	width: 10%;
}

.touch .carousel-control.left{
	background-position: 30px center !important;
}

.touch .carousel-control.left .thumb_holder{
	display: none;
}

.touch .carousel-control.right{
	background-position: 100% center !important;
}

.touch .carousel-control.right .thumb_holder{
	display: none;
}

.carousel-control.left{
	background-image: url('img/slider-arrow-left.png');
}

.carousel-control.left.dark{
	background-image: url('img/slider-arrow-left-black.png');
}

.carousel-control.right{
	background-image: url('img/slider-arrow-right.png');
}
.carousel-control.right.dark{
	background-image: url('img/slider-arrow-right-black.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) {
	.carousel-control.left{
		background-image: url('img/slider-arrow-left@1_5x.png');
	}
	
	.carousel-control.left.dark{
		background-image: url('img/slider-arrow-left-black@1_5x.png');
	}

	.carousel-control.right{
		background-image: url('img/slider-arrow-right@1_5x.png');
	}
	
	.carousel-control.right.dark{
		background-image: url('img/slider-arrow-right-black@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) {
	.carousel-control.left{
		background-image: url('img/slider-arrow-left@2x.png');
	}
	
	.carousel-control.left-dark{
		background-image: url('img/slider-arrow-left-black@2x.png');
	}

	.carousel-control.right{
		background-image: url('img/slider-arrow-right@2x.png');
	}
	
	.carousel-control.right.dark{
		background-image: url('img/slider-arrow-right-black@2x.png');
	}
}

@media (max-width: 1000px) {
	.carousel-inner{
		position: relative;
	}
	
	.carousel-inner .item .image{
		background-size: auto 1000px;
	}
	
	.carousel-inner h2 span,
	.carousel-inner p span	{
		font-size: 80%;
	}
	
	.carousel-inner h2{
		line-height: 35px
	}
	.carousel-inner p	{
		line-height: 19px;
	}
	
	.carousel-inner .qbutton{
		font-size: 12px;
		line-height: 31px;
		height: 31px;
	}
	
	.carousel-inner .qbutton i{
		margin: 0px 0px 0px 20px;
	}
}

@media (max-width: 767px) {
	.carousel-inner .item .image{
		background-size: auto 767px;
	}
	
	.carousel-inner h2 span,
	.carousel-inner p span	{
		font-size: 70%;
	}
	
	.carousel-inner h2{
		line-height: 30px
	}
	.carousel-inner p	{
		line-height: 17px;
	}
	
	.carousel-inner .qbutton{
		font-size: 11px;
		line-height: 27px;
		height: 27px;
	}
	
	.carousel-inner .qbutton i{
		margin: 0px 0px 0px 17px;
	}
}

@media (max-width: 567px) {
	.carousel-inner .item .image{
		background-size: auto 567px;
	}
	
	.carousel-inner .slider_content,
	.touch .carousel-inner .slider_content{
		top: 15% !important;
	}
	
	.carousel-inner h2 span,
	.carousel-inner p span	{
		font-size: 50%;
	}
	
	.carousel-inner h2{
		line-height: 20px
	}
	.carousel-inner p	{
		line-height: 15px;
	}
	
	.carousel-inner .qbutton{
		font-size: 10px;
		line-height: 23px;
		height: 23px;
	}
	.carousel-inner .qbutton i{
		margin: 0px 0px 0px 14px;
	}
}

@media (max-width: 319px) {
	.carousel-inner h2 span,
	.carousel-inner p span	{
		font-size: 50%;
	}
	.carousel-inner h2{
		line-height: 20px
	}
	.carousel-inner p	{
		line-height: 12px;
	}
	
	.carousel-inner .qbutton{
		font-size: 9px;
		line-height: 20px;
		height: 20px;
	}
	
	.carousel-inner .qbutton i{
		margin: 0px 0px 0px 10px;
	}
}

.carousel-control.left {
	filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
.carousel-control.right {
	filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

@media (max-width: 768px) {
	.carousel-control.left {
		left: 0;
	}
	.carousel-control.right {
		right: 0;
	}
}

.carousel-indicators li{
	border-width: 1px;
	margin: 0px;
	width: 12px;
	height: 12px;
	opacity: 0.6;
	margin: 0px 3px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transform: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.carousel-indicators.dark li{
	border-color: #000000;
}

.carousel-indicators .active{
	background-color: transparent;
	opacity: 1;
	margin: 0px 3px;
}

@-webkit-keyframes text-from-bottom {
	0% {
		-webkit-transform: translate(0, 70%);
		opacity: 0;
	}
	50% {
		-webkit-transform: translate(0, 70%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}

@-moz-keyframes text-from-bottom {
	0% {
		-moz-transform: translate(0, 70%);
		opacity: 0;
	}
	50% {
		-moz-transform: translate(0, 70%);
		opacity: 0;
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
	}
}

@-o-keyframes text-from-bottom {
	0% {
		-o-transform: translate(0, 70%);
		opacity: 0;
	}
	50% {
		-o-transform: translate(0, 70%);
		opacity: 0;
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes text-from-bottom {
	0% {
		transform: translate(0, 70%);
		opacity: 0;
	}
	50% {
		transform: translate(0, 70%);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: perspective(600px) rotateX(90deg) scale(.5);
		opacity: 0;
	}
	50% {
		-webkit-transform: perspective(600px) rotateX(90deg) scale(.5);
		opacity: 0;
	}
	100% {
		-webkit-transform: perspective(600px) rotateX(0deg) scale(1);
		opacity: 1;
	}
}

@-moz-keyframes rotate {
	0% {
		-moz-transform: perspective(600px) rotateX(90deg) scale(.5);
		opacity: 0;
	}
	50% {
		-moz-transform: perspective(600px) rotateX(90deg) scale(.5);
		opacity: 0;
	}
	100% {
		-moz-transform: perspective(600px) rotateX(0deg) scale(1);
		opacity: 1;
	}
}

@-o-keyframes rotate {
	0% {
		-o-transform: perspective(600px) rotateX(90deg) scale(.5);
		opacity: 0.2;
	}
	50% {
		-o-transform: perspective(600px) rotateX(90deg) scale(.5);
		opacity: 0.2;
	}
	100% {
		-o-transform: perspective(600px) rotateX(0deg) scale(1);
		opacity: 1;
	}
}

@keyframes rotate {
	0% {
		transform: perspective(600px) rotateX(90deg) scale(.5);
		opacity: 0;
	}
	50% {
		transform: perspective(600px) rotateX(90deg) scale(.5);
		opacity: 0;
	}
	100% {
		transform: perspective(600px) rotateX(0deg) scale(1);
		opacity: 1;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==== Carousel Custom - End ==== */

/* ==== Portfolio Slider, Portfolio Single Slider - Start ==== */

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

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

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

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

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

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

* html .slides,
* html .portfolio_slides{
	height: 1%;
}

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

.flexslider,
.portfolio_slider{
	margin: 0 0 60px;
	position: relative;
	zoom: 1;
}
.wpb_column > .wpb_wrapper .portfolio_slider:last-child,
.wpb_column > .wpb_wrapper .flexslider:last-child{
	margin-bottom: 60px;
}

.boxed .portfolio_slider{
	margin: 0 -25px 60px;
	overflow: hidden;
}

.flex-viewport,
.portfolio_slider .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,
.portfolio_slider .portfolio_slides{
	zoom: 1;
}

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

.flex-direction-nav a{
	width: 60px;
	height: 100%;
	line-height: 100%;
	margin: 0;
	display: block;
	position: absolute;
	top: 0;
	z-index: 450;
	cursor: pointer;
	vertical-align: middle;
	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);
	background-color: #fff;
	background-color: rgba(255,255,255,0.2);
	-webkit-backface-visibility: hidden;
}

.flex-direction-nav a:hover{
	width: 90px;
}

.flex-direction-nav a div{
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.flex-direction-nav a div i{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 50px;
}

.flexslider .flex-next,
.portfolio_slider .flex-next{
	right: -60px;
}

.flexslider .flex-prev,
.portfolio_slider .flex-prev{
	left: -60px;
}

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

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

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

.portfolio_slides .portfolio_slider_hover_holder{
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	z-index: 20;
	-webkit-transition: opacity 0.4s ease-in-out 0.1s;
	-ms-transition: opacity 0.4s ease-in-out 0.1s;
	-moz-transition: opacity 0.4s ease-in-out 0.1s;
	-o-transition: opacity 0.4s ease-in-out 0.1s;
}

.portfolio_slides li:hover .portfolio_slider_hover_holder{
	opacity: 1;
	filter: alpha(opacity=100);
}

.portfolio_slider_hover_outer{
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.portfolio_slider_hover_inner{
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.portfolio_slider_hover_inner .slider_title{
	display: block;
	font-size: 19px;
	line-height: 28px;
	color: #242729;
	margin: 0 0 20px;
}

.portfolio_slider_hover_inner .project_descriptions{
	display: block;
	margin: 21px 0 0;
	padding: 0 35px;
}

.portfolio_slider_hover_inner .ps_lightbox,
.portfolio_slider_hover_inner .ps_preview{
	display: inline-block;
	position: relative;
	-webkit-backface-visibility: hidden;
}

.portfolio_slider_hover_inner .ps_lightbox i,
.portfolio_slider_hover_inner .ps_preview i{
	position: relative;
	display: block;
	padding: 13px 15px;
	color: #989897;
	border-color: #989897;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
}

.portfolio_slider_hover_inner .ps_lightbox i{
	margin: 0 13px 0 0;
}

/* ==== Portfolio Slider, Portfolio Single Slider - End ==== */

/* ==== Qode Carousel Slider - Start ==== */

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

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

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

.qode_carousels .slides img{
	/*width: 100%;*/
	display: block;
}

.qode_carousels .slides>li .first_image_holder,
.qode_carousels .slides>li .second_image_holder{
	display: block;
	position: relative;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.qode_carousels .slides>li .second_image_holder{
	position: absolute;
	top: 0;
	left: 0;
}

.qode_carousels .slides>li .second_image_holder,
.qode_carousels .slides > li:hover .first_image_holder.has_hover_image{
	opacity: 0;
}

.qode_carousels .slides > li:hover .second_image_holder.has_hover_image{
	opacity: 1;
}

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

.qode_carousels{
	padding: 0;
	margin: 0 0 60px;
	position: relative;
	display: block;
	zoom: 1;
}
.wpb_row .qode_carousels,
.wpb_column > .wpb_wrapper .qode_carousels:last-child
{
	margin: 0 0 60px;
}
.loading .flex-viewport{
	max-height: 300px;
}

.qode_carousels .slides{
	zoom: 1;
}

.qode_carousels .flex-direction-nav{
	*height: 0;
	display: none !important;
}

/* Control Nav */
.qode_carousels .flex-control-nav, .portfolio_slider .flex-control-nav {width: 100%; position: absolute; bottom: -60px; text-align: center;}
.qode_carousels .flex-control-nav li, .portfolio_slider .flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.qode_carousels .flex-control-paging li a, .portfolio_slider .flex-control-paging li a {width: 11px; height: 11px; display: block; border: 1px solid rgba(255,255,255,0.5); background-color: transparent; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;
	box-sizing: content-box; }
.portfolio_slider .flex-control-paging li a, .qode_carousels.gray .flex-control-paging li a { border-color: #e2e2e2; }
.qode_carousels .flex-control-paging li a:hover { border-color: #fff;}
.portfolio_slider .flex-control-paging li a:hover, .qode_carousels.gray .flex-control-paging li a:hover { border-color: #eb005d; }
.qode_carousels .flex-control-paging li a.flex-active { border-color: #fff; cursor: default; }
.portfolio_slider .flex-control-paging li a.flex-active, .qode_carousels.gray .flex-control-paging li a.flex-active { border-color: #eb005d; cursor: default; }

.qode_carousels .flex-control-thumbs, .portfolio_slider .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.qode_carousels .flex-control-thumbs li, .portfolio_slider .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.qode_carousels .flex-control-thumbs img, .portfolio_slider .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.qode_carousels .flex-control-thumbs img:hover, .portfolio_slider .flex-control-thumbs img:hover {opacity: 1;}
.qode_carousels .flex-control-thumbs .flex-active, .portfolio_slider .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* ==== Qode Carousel Slider - End ==== */

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
	margin-bottom: 0 !important;
}


.full_width .section_inner_margin {
	margin-left: -15px;
	margin-right: -15px;
}

input[type="text"], input[type="email"] , input[type="password"] , textarea{
font-family: iransans, sans-serif;
    margin-bottom: 16px;
    width: 100%;
    height: 29px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}

textarea{
    height: 100px;
}

.nopadding {
	padding: 0 !important;
}

.h-text {
    color: #fff;
    line-height: 2;
    font-size: 47px;
}

.t-text {
    color: #fff;
    line-height: 2;
    font-size: 24px;
}

.gradient {
    background-image: linear-gradient(to bottom,#03DAFE,#038afd);
    border-bottom: 3px solid #006fcc;
    border-top: 3px solid #00c2e2;
}

.spacer {
	margin: 15px 0 10px 0;
}

.tags	{
	margin: 40px 0 20px 0;
	display: none;
}

.tags	> span{
	background: #ff5e5e;
    color: #fff;
    padding: 6px;
    margin: 2px;
}

.tags > a {
	background: #bbb;
    color: #fff;
    padding: 6px;
    margin: 2px;
}

.tags > a:hover {
	background: #999;
    color: #fff;
}

.container_inner > p {
	text-align: justify;
}

.cbtn {
    background: rgba(255, 255, 255, 0.18);
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    padding: 8px 16px 8px 16px;
    margin: 24px 0 0 0;
    display: inline-block;
    font-size: 16px;
    transition: 0.3s;
}

.cbtn:hover {
    background: #fff;
    color:#46b8f7;
}

.btndark {
    background: #46b8f7;
    border-radius: 6px;
	border: 0;
}

.btndark:hover {
    background: #76ceff;
    color:#fff;
}

.headerbg {
    background: url(/wp-content/uploads/2019/06/bg-3.jpg) no-repeat;
    background-size: cover;
}