@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');

@font-face {
	font-family: 'GothamRegular';
	src: url('../fonts/GothamRegular.eot');
	src: url('../fonts/GothamRegular.eot') format('embedded-opentype'), url('../fonts/GothamRegular.woff2') format('woff2'), url('../fonts/GothamRegular.woff') format('woff'), url('../fonts/GothamRegular.ttf') format('truetype'), url('../fonts/GothamRegular.svg#GothamRegular') format('svg')
}

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

.clearfix:after, .clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

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

::selection {
	background: #20334e;
	color: #fff
}

::-moz-selection {
	background: #20334e;
	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
}

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

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

blockquote {
	quotes: none
}

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

del {
	text-decoration: line-through
}

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: 0
}

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

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

h1 {
	font-size: 25px;
	line-height: 36px;
	font-weight: 500;
	color: #d6b56e;
	margin-bottom: 10px
}

h2 {
	font-size: 41px;
	color: #d6b56e;
	line-height: 40px;
	font-family: GothamRegular
}

h2 a, h4 a {
	color: #fff
}

h3 {
	font-size: 22	px;
	line-height: 40px;
	font-weight: 500;
	color: #d6b56e;
	margin-bottom: 10px;
	font-family: GothamRegular;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 10px;
}

h4 {
	font-size: 23px;
	text-transform: uppercase;
	line-height: 34px;
	font-family: GothamRegular;
	color: #d6b56e
}

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

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

p {
	font-size: 20px;
	color: #fff	;
	line-height: 35px;
	padding-left:20px
	
}

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

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

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

ul {
	list-style-position: inside
}

html {
	height: 100%;
	margin: 0 !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, .4) !important;
	right: 3px
}

body {
	font-family: Lato, sans-serif;
	font-size: 16px;
	line-height: 34px;
	color: #000;
	background-color: #000;
	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: #fff;
	position: relative;
	z-index: 1000;
	-webkit-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
	-moz-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
	-o-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
	-ms-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
	transition: left .33s cubic-bezier(.694, .0482, .335, 1);
	left: 0
}

.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(0);
		opacity: 1
	}

	to {
		-webkit-transform: rotate(360deg);
		opacity: 1
	}

}

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

	to {
		-moz-transform: rotate(360deg);
		opacity: 1
	}

}

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

	to {
		-ms-transform: rotate(360deg);
		opacity: 1
	}

}

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

	to {
		-o-transform: rotate(360deg);
		opacity: 1
	}

}

@keyframes spin {
	from {
		transform: rotate(0);
		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: 0 0 -5px 0;
	position: relative;
	z-index: 110;
	-webkit-backface-visibility: hidden
}

@media only screen and (min-width:1000px) {
	.header_bottom {
		background-color: rgba(0, 0, 0, .1)
	}

}

header.sticky {
	-webkit-transition: all .33s cubic-bezier(.694, .0482, .335, 1);
	-moz-transition: all .33s cubic-bezier(.694, .0482, .335, 1);
	-o-transition: all .33s cubic-bezier(.694, .0482, .335, 1);
	-ms-transition: all .33s cubic-bezier(.694, .0482, .335, 1);
	transition: all .33s cubic-bezier(.694, .0482, .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
}

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

header.sticky.sticky_animate {
	top: 0
}

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

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

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

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

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

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

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

.boxed .header_bottom {
	padding: 0 25px
}

header.sticky .header_bottom {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .51);
	background:#000;
}

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

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

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

header.sticky .logo_wrapper {
	height: 60px
}

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

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

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

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

.q_logo.animate_logo img.front {
	-webkit-transform: rotateX(0) rotateY(0);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0) rotateY(0);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transform: rotateX(0) rotateY(0);
	-o-transform-style: preserve-3d;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-transform: perspective(600px) rotateY(0);
	-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(0) rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0) rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transform: rotateX(0) 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(0) rotateY(180deg) !important;
		-moz-transform: rotateX(0) rotateY(180deg) !important;
		-o-transform: rotateX(0) rotateY(180deg) !important
	}

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

}

.q_logo img.dark, .q_logo img.sticky, .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 0 10px 0
}

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

header.centered_logo .q_logo {
	top: 0
}

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

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

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: 0
}

nav.main_menu {
	position: absolute;
	left: 50%;
	z-index: 100;
	text-align: left;
	top: 20px
}

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

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

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: 0;
	margin: 0;
	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: 45px;
	padding: 0;
	margin: 0
}

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

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

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

.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 nav.main_menu>ul>li.active:hover>a, header.sticky nav.main_menu>ul>li:hover>a, 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: 0 15px;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out
}

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

header.sticky nav.main_menu>ul>li:hover>a span {
	background-color: #000;
	background-color: rgba(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.active>a, .light nav.main_menu>ul>li>a, .light nav.main_menu>ul>li>a:hover {
	color: #fff;
	font-family: GothamRegular;
	font-weight: 500;
	font-size: 17px
}

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

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

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

.drop_down ul {
	list-style: none
}

.drop_down ul li {
	position: relative
}

.drop_down .second {
	left: 0;
	margin: 0;
	top: 45px;
	position: absolute;
	display: block;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	z-index: 10;
	-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
}

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

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

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

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

.drop_down .second .inner ul {
	display: inline-block;
	position: relative;
	padding: 0;
	background-color: #000;
	background-color: rgba(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
}

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

.drop_down .second .inner ul li a, .drop_down .second .inner ul li h5 {
	display: block;
	font-size: 16px;
	font-family: Ubuntu;
	font-weight: 600;
	color: #000;
	height: auto;
	line-height: 24px;
	margin: 0;
	padding: 2px 23px 11px 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

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

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

.drop_down .second .inner ul.right li.sub ul li:hover a, .drop_down .second .inner>ul.right>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, .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: 0;
	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: 0
}

.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 .inner ul li.sub ul li a:hover, .drop_down .wide .second .inner>ul>li>a, .drop_down .wide .second ul li a:hover {
	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.sub ul li:hover a, .drop_down .wide .second .inner 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 h5 a, .drop_down .wide .second .inner ul li.sub h5 a {
	padding: 0 !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: 0;
	margin: 0
}

.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: 0;
	border: 0;
	display: none
}

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

.mobile_menu_button span {
	color: #fff;
	width: 19px;
	height: 18px;
	font-size: 19px;
	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: 0;
	text-align: left;
	overflow: hidden;
	background-color: #2c2c2c
}

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: 0;
	padding: 0
}

nav.mobile_menu ul li a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .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 dotted #5b6064
}

nav.mobile_menu ul>li.has_sub>a span.mobile_arrow, nav.mobile_menu ul>li.has_sub>h3 span.mobile_arrow {
	display: inline-block;
	float: right;
	width: 17px;
	height: 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: 15px;
	font-weight: 400;
	color: #fff;
	padding: 10px 0 10px 10px;
	display: block;
	position: relative
}

nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active>a {
	color: #fff
}

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

nav.mobile_menu ul li ul li a {
	color: #000
}

.side_menu_button_wrapper {
	display: table;
	float: left
}

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

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

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

.side_menu_button a:hover {
	color: #fff
}

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

.side_menu {
	background-color: #20334e;
	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: 0 !important
}

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

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

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

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

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

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

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

.header_bottom .container_inner {
	position: relative
}

.content .title .container_inner {
	padding: 0
}

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

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

.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(../images/pixel-video.png);
	background-position: 0 0;
	background-repeat: repeat;
	opacity: 1
}

.section .video-wrap {
	top: 0;
	left: 0;
	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: 0 !important
}

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

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

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

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

.section .video-wrap .mejs-controls button {
	opacity: .8
}

.mejs-controls .mejs-fullscreen-button:hover button, .section .video-wrap .mejs-controls button:hover {
	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: 0 0 !important
}

.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;
	background-color: #f6f6f6;
	text-align: center;
	position: relative;
	z-index: 101
}

.title.with_breadcrumbs {
	height: 95px
}

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

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

.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: #000;
	display: inline-block;
	margin: 4% 0 0;
	padding: 0;
	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: #20334e;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 30px;
	-webkit-animation: title-rotate .5s 1 cubic-bezier(.175, .885, .32, 1.275) 1s;
	-moz-animation: title-rotate .5s 1 cubic-bezier(.175, .885, .32, 1.275) 1s;
	-o-animation: title-rotate .5s 1 cubic-bezier(.175, .885, .32, 1.275) 1s;
	animation: title-rotate .5s 1 cubic-bezier(.175, .885, .32, 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;
	width: 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 .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transform: all .3s ease-out;
	transition: all .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: 30px;
	line-height: 140%;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	margin: 0;
	padding: 5px 0;
	font-family: GothamRegular
}

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

.box_image_holder .image_holder_inner {
	position: relative;
	display: inline-block;
	width: 100%;
	top: 0;
	left: 0;
	-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: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0)
}

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

.wpb_column>.wpb_wrapper .separator, .wpb_column>.wpb_wrapper .separator:last-child {
	margin-bottom: 5px
}

.separator.transparent {
	background-color: transparent;
	margin-top: 5px;
	margin-bottom: 12px
}

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

.q_icon_list p {
	font-size: 14px;
	line-height: 48px;
	font-weight: 300;
	color: #000;
	margin: 0 0 15px;
	padding: 0 0 0 56px;
	position: relative
}

.wpb_column>.wpb_wrapper .q_icon_list p, .wpb_column>.wpb_wrapper .q_icon_list p:last-child {
	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
}

.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, .q_progress_bar .progress_content_outer {
	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: 0;
	z-index: 10;
	opacity: 0;
	color: #fff
}

.q_progress_bar .progress_number {
	background: url(../images/progress_bar_number_bg.png) no-repeat;
	font-size: 11px;
	color: #fff;
	width: 36px;
	height: 25px;
	display: inline-block;
	text-align: center
}

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

.q_counter_holder {
	display: block;
	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
}

.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.image, .box_holder_icon_inner.square {
	margin: -50% 0 0 -50%
}

.box_holder_icon .fa-stack i.fa-circle, .box_holder_icon i {
	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
}

#submit_comment, .drop_down .wide .second ul li .qbutton, .drop_down .wide .second ul li ul li .qbutton, .load_more a, .qbutton {
	position: relative;
	display: inline-block;
	width: auto;
	height: 43px;
	line-height: 43px;
	margin: 0;
	padding: 0 22px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
	background-color: #2d4569;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
	border: 0;
	outline: 0;
	border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	-webkit-backface-visibility: hidden;
	text-shadow: none
}

#submit_comment:hover, .drop_down .wide .second ul li .qbutton:hover, .drop_down .wide .second ul li ul li .qbutton:hover, .load_more a:hover, .qbutton:hover {
	padding: 0 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: 0 42px
}

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

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

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

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

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

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

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

.qbutton.left {
	text-align: left
}

.qbutton.right {
	text-align: right
}

.qbutton.center {
	text-align: center
}

.qbutton i {
	margin: 0 0 0 10px
}

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

.wpb_column>.wpb_wrapper .q_pie_chart_holder:last-child, .wpb_column>.wpb_wrapper .q_pie_chart_with_icon_holder:last-child {
	margin: 0 0 30px
}

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

.image_with_text img {
	display: block;
	margin: 0 0 22px 0
}

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

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

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

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

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

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

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

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

.portfolio_single .flexslider, .portfolio_single .portfolio_images .fluid-width-video-wrapper, .portfolio_single .portfolio_images img, .portfolio_single .portfolio_single_text_holder {
	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: 0
}

.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: 0 0 !important;
	border: 0 !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: 0
}

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

.portfolio_navigation .portfolio_button, .portfolio_navigation .portfolio_next, .portfolio_navigation .portfolio_prev {
	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_button a, .portfolio_navigation .portfolio_next a, .portfolio_navigation .portfolio_prev 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 .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s
}

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

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

.portfolio_navigation .portfolio_button a i, .portfolio_navigation .portfolio_next a i, .portfolio_navigation .portfolio_prev a i {
	line-height: 35px;
	font-size: 14px;
	color: #888;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s
}

.portfolio_navigation .portfolio_button a i {
	margin: 2px 0 0;
	font-size: 20px
}

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

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

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

.portfolio_single .portfolio_social_holder .portfolio_like, .portfolio_single .portfolio_social_holder .portfolio_share {
	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(0);
	-moz-transform: translateZ(0)
}

.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 frame, .portfolio_gallery a img {
	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, .9);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: 200;
	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 .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.portfolio_gallery a:hover .gallery_text_holder {
	opacity: 1
}

.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: 0 15px;
	color: #fff
}

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

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

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

.projects_holder {
	font-size: .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 .7s ease-out;
	-moz-transition: all .7s ease-out;
	-o-transition: all .7s ease-out;
	transition: all .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 .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .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, .8);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-backface-visibility: hidden;
	border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	overflow: hidden;
	opacity: 0
}

.projects_holder.circle .mix:hover .image .circle_hover {
	opacity: 1
}

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

.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 .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .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 .5333333333333333em;
	display: block
}

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

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

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

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

.projects_holder article .portfolio_description .project_category, .projects_holder.circle article .project_category, .projects_holder.hover_text 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: 0;
	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 .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .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
}

.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, .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 {
	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, .35);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: 200;
	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
}

.projects_holder.hover_text.with_mask article .image_holder:hover .image_hover {
	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(0);
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden
}

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

.portfolio_slider .hover_feature_holder, .projects_holder article .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
}

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

.portfolio_slider .hover_feature_holder_icons, .projects_holder article .hover_feature_holder_icons {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 70%;
	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: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-ms-transition-delay: .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%
}

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

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

.portfolio_slider .hover_feature_holder_icons.start_ph_animation, .projects_holder article .hover_feature_holder_icons.start_ph_animation {
	opacity: 1
}

.portfolio_slider .hover_feature_holder_title, .projects_holder article .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%
}

.portfolio_slider .hover_feature_holder_title_inner, .projects_holder article .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%
}

.portfolio_slider .portfolio_like, .portfolio_slider a.lightbox, .portfolio_slider a.preview, .projects_holder article .portfolio_like, .projects_holder article a.lightbox, .projects_holder article a.preview {
	position: relative;
	display: inline-block;
	top: 30px;
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 0;
	opacity: 0;
	-webkit-transition: top .3s ease-in-out, opacity .4s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: top .3s ease-in-out, opacity .4s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
	-o-transition: top .3s ease-in-out, opacity .4s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
	transition: top .3s ease-in-out, opacity .4s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden
}

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

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

.projects_holder article a.preview {
	-webkit-transition: top .3s ease-in-out, opacity .4s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
	-webkit-transition-delay: .1s, .1s, 0s, 0s;
	-moz-transition: top .3s ease-in-out .1s, opacity .4s ease-in-out .1s, background-color .2s ease-in-out, color .2s ease-in-out;
	-o-transition: top .3s ease-in-out .1s, opacity .4s ease-in-out .1s, background-color .2s ease-in-out, color .2s ease-in-out;
	transition: top .3s ease-in-out .1s, opacity .4s ease-in-out .1s, background-color .2s ease-in-out, color .2s ease-in-out
}

.projects_holder article .portfolio_like {
	-webkit-transition: top .3s ease-in-out, opacity .4s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
	-webkit-transition-delay: .2s, .2s, 0s, 0s;
	-moz-transition: top .3s ease-in-out .2s, opacity .4s ease-in-out .1s, background-color .2s ease-in-out, color .2s ease-in-out;
	-o-transition: top .3s ease-in-out .2s, opacity .4s ease-in-out .1s, background-color .2s ease-in-out, color .2s ease-in-out;
	transition: top .3s ease-in-out .2s, opacity .4s ease-in-out .1s, background-color .2s ease-in-out, color .2s ease-in-out
}

.portfolio_slider .portfolio_like, .portfolio_slider a.lightbox, .portfolio_slider a.preview, .projects_holder.circle article .portfolio_like, .projects_holder.circle article a.lightbox, .projects_holder.circle article a.preview, .projects_holder.hover_text article .portfolio_like, .projects_holder.hover_text article a.lightbox, .projects_holder.hover_text article a.preview {
	-webkit-transition: none;
	-webkit-transition-delay: 0;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.portfolio_slider li:hover .portfolio_like, .portfolio_slider li:hover a.lightbox, .portfolio_slider li:hover a.preview, .projects_holder article:hover a.lightbox, .projects_holder article:hover a.preview, .projects_holder article:hover span.portfolio_like {
	opacity: 1;
	top: 0
}

.portfolio_slider .portfolio_like a, .portfolio_slider a.lightbox i, .portfolio_slider a.preview i, .projects_holder article .portfolio_like a, .projects_holder article a.lightbox i, .projects_holder article a.preview i {
	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;
	-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
}

.portfolio_slider .portfolio_like a:hover, .portfolio_slider a.lightbox:hover i, .portfolio_slider a.preview:hover i, .projects_holder article .portfolio_like a:hover, .projects_holder article a.lightbox:hover i, .projects_holder article a.preview:hover i {
	opacity: .7
}

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

.portfolio_slider .portfolio_like a i, .projects_holder article .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: 0
}

.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.hover_text.no_space .mix, .projects_holder.v6.standard_no_space .mix {
	width: 16.66%;
	margin: 0
}

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

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

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

.mac .projects_holder.v6.hover_text.no_space .filler, .mac .projects_holder.v6.standard_no_space .filler, .safari_browser .projects_holder.v6.hover_text.no_space .filler, .safari_browser .projects_holder.v6.standard_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.hover_text.no_space .mix, .projects_holder.v5.standard_no_space .mix {
	width: 32%;
	margin: 0
}

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

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

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

.mac .projects_holder.v5.hover_text.no_space .filler, .mac .projects_holder.v5.standard_no_space .filler, .safari_browser .projects_holder.v5.hover_text.no_space .filler, .safari_browser .projects_holder.v5.standard_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.hover_text.no_space .mix, .projects_holder.v4.standard_no_space .mix {
	width: 24.99%;
	margin: 0
}

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

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

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

.mac .projects_holder.v4.hover_text.no_space .filler, .mac .projects_holder.v4.standard_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.hover_text.no_space .mix, .projects_holder.v3.standard_no_space .mix {
	width: 33.32%;
	margin: 0
}

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

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

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

.mac .projects_holder.v3.hover_text.no_space .filler, .mac .projects_holder.v3.standard_no_space .filler, .safari_browser .projects_holder.v3.hover_text.no_space .filler, .safari_browser .projects_holder.v3.standard_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.hover_text.no_space .mix, .projects_holder.v2.standard_no_space .mix {
	width: 49.99%;
	margin: 0
}

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

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

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

.mac .projects_holder.v2.hover_text.no_space .filler, .mac .projects_holder.v2.standard_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 0 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 .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out
}

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

.q_tabs {
	display: block;
	text-align: center
}

.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;
	font-size: 20px;
	border-right: 1px solid #20334e
}

.q_tabs .tabs-nav li a {
	height: 37px;
	font-weight: 700;
	line-height: 37px;
	display: block;
	margin: 0;
	padding: 10px 24px;
	font-weight: 400;
	background-color: #fcb92c;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .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 a:hover, .q_tabs .tabs-nav li.active a {
	background-color: #20334e;
	color: #fff
}

.q_tabs.boxed .tabs-nav li a:hover, .q_tabs.boxed .tabs-nav li.active a, .q_tabs.vertical .tabs-nav li a:hover, .q_tabs.vertical .tabs-nav li.active a {
	background-color: #20334e;
	color: #fff;
	padding: 13px 17px;
	font-weight: 700;
	font-size: 22px
}

.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: 42.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%;
	margin-bottom: 20px
}

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

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

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

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

.q_tabs.vertical .tab-content {
	padding: 0
}

.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: 0;
	margin: 0 0 18px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0)
}

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

.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 .accordion_mark, .q_accordion_holder .ui-accordion-header span.tab-title, .q_accordion_holder.accordion.with_icon .ui-accordion-header div.icon-wrapper {
	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(../images/plus.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: background-image .3s ease-in-out;
	-moz-transition: background-image .3s ease-in-out;
	-o-transition: background-image .3s ease-in-out;
	-ms-transition: background-image .3s ease-in-out
}

.q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark {
	background-image: url(../images/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(../images/plus.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: background-image .3s ease-in-out;
	-moz-transition: background-image .3s ease-in-out;
	-o-transition: background-image .3s ease-in-out;
	-ms-transition: background-image .3s ease-in-out;
	-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
}

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

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

	.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark, .q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark {
		-o-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		-moz-background-size: 15px 15px;
		background-size: 15px 15px;
		background-image: url(../images/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(../images/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.accordion .ui-accordion-header .accordion_mark, .q_accordion_holder.with_icon .accordion_icon_mark {
		-o-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		-moz-background-size: 15px 15px;
		background-size: 15px 15px
	}

	.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark, .q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark {
		-o-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		-moz-background-size: 15px 15px;
		background-size: 15px 15px
	}

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

}

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

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

.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_image_holder, .testimonial_text_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: 0
}

.testimonials .testimonial_text_inner {
	padding: 25px;
	background-color: #ddd;
	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 {
	position: relative;
	border-left: 2px solid #ddd
}

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

.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, .9);
	visibility: visible;
	opacity: 0;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-backface-visibility: hidden
}

.gallery_holder ul li:hover .gallery_hover {
	opacity: 1
}

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

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

.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 .message_text {
	padding: 0 20px 0 0;
	display: block
}

.q_message.with_icon .message_text {
	padding: 0 20px 0 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-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-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-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-size: 14px 14px;
		-webkit-background-size: 14px 14px;
		-moz-background-size: 14px 14px;
		-o-background-size: 14px 14px;
		-ms-background-size: 14px 14px
	}

}

.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 .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.price_table_inner ul li {
	text-align: center;
	margin: 0;
	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
}

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

.box_holder_icon_inner.q_icon_animation, .q_icon_with_title .icon_holder.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 .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-backface-visibility: hidden
}

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

.touch .no_animation_on_touch .q_icon_animation {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

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

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

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

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

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

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

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

.q_font_awsome_icon_stack:hover i:last-child, .q_icon_with_title.boxed .icon_holder .fa-stack:hover i, .q_icon_with_title.circle .icon_holder .fa-stack:hover i:last-child {
	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: .6em
}

.q_icon_with_title span.fa-stack.custom-font i:last-child {
	font-size: .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.small .icon_text_holder, .q_icon_with_title.tiny .icon_text_holder {
	padding: 0 0 0 40px
}

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

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

.q_icon_with_title.medium .icon_holder, .q_icon_with_title.small.square .icon_holder, .q_icon_with_title.tiny.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
}

.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.large.boxed.center .icon_text_holder, .q_icon_with_title.large.center .icon_text_holder, .q_icon_with_title.large.circle.center .icon_text_holder, .q_icon_with_title.large.icon_image.center .icon_text_holder, .q_icon_with_title.medium.boxed.center .icon_text_holder, .q_icon_with_title.medium.center .icon_text_holder, .q_icon_with_title.medium.circle.center .icon_text_holder, .q_icon_with_title.medium.icon_image.center .icon_text_holder, .q_icon_with_title.small.boxed.center .icon_text_holder, .q_icon_with_title.small.center .icon_text_holder, .q_icon_with_title.small.circle.center .icon_text_holder, .q_icon_with_title.small.icon_image.center .icon_text_holder, .q_icon_with_title.tiny.boxed.center .icon_text_holder, .q_icon_with_title.tiny.center .icon_text_holder, .q_icon_with_title.tiny.circle.center .icon_text_holder, .q_icon_with_title.tiny.icon_image.center .icon_text_holder, .q_icon_with_title.very_large.boxed.center .icon_text_holder, .q_icon_with_title.very_large.center .icon_text_holder, .q_icon_with_title.very_large.circle.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 {
	margin: 0 0 .8em;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	padding-bottom: 5px
}

.q_icon_with_title .icon_with_title_link {
	display: block;
	margin: 18px 0 0;
	color: #eb005d;
	font-weight: 300
}

.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 .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .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);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

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

.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: 0
}

.drop_down .wide .second ul li ul.flex-direction-nav a {
	position: absolute;
	top: 0;
	border: 0;
	margin: 0
}

.drop_down .wide .second ul li ul.flex-direction-nav {
	position: absolute;
	top: 45px;
	left: 0;
	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%
}

.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, .flexslider.widget_flexslider h3 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	padding: 10px 0 2px !important
}

.drop_down .wide .second .inner ul li.flexslider.widget_flexslider ul li h3 a, .flexslider.widget_flexslider ul li h3 a {
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px
}

.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev, .flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev {
	background-color: #000;
	background-color: rgba(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
}

.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-next, .flexslider.widget_flexslider ul.flex-direction-nav a.flex-next {
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	width: 40px;
	height: 40px;
	line-height: 40px
}

.drop_down .wide .second .inner ul li.sub .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-prev:hover, .flexslider.widget_flexslider ul.flex-direction-nav a.flex-next:hover, .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: 0 5px 5px 0
}

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
}

.q_progress_bars_icons {
	display: block;
	position: relative;
	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: 0 10px 10px 0
}

.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_active, .q_progress_bars_icons_inner .bar .bar_noactive {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	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_active, .q_progress_bars_icons_inner.square .bar .bar_noactive {
	background-color: #f6f6f6;
	background-repeat: repeat-x;
	background-position: 0 0;
	border: 1px solid #ddd
}

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

.q_progress_bars_icons_inner .bar i {
	color: #fff
}

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

.q_progress_bars_icons_inner .bar.active i.fa-circle, .q_progress_bars_icons_inner.normal .bar.active i {
	color: #eb005d
}

.more_facts_outer {
	position: relative;
	display: block
}

.more_facts_inner {
	display: inline-block;
	width: 100%;
	opacity: 0
}

.more_facts_button {
	cursor: pointer
}

.more_facts_button_holder {
	display: block;
	position: relative
}

.more_facts_button_holder.left {
	text-align: left
}

.more_facts_button_holder.center {
	text-align: center
}

.more_facts_button_holder.right {
	text-align: right
}

.ordered ol, .ordered ul {
	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: 0 0 25px;
	padding: 0 0 0 7px
}

.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;
	margin-top: 20px
}

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

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

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

.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;
	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;
	top: 0
}

.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 .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out
}

.q_social_icon_holder .fa-stack i {
	color: #000;
	-webkit-transition: color .3s ease-out;
	-moz-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .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: 31px
}

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

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

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

.dark .q_social_icon_holder:hover .fa-stack i, .light .q_social_icon_holder .fa-stack i {
	color: #fff !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: 0 3px
}

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

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

.latest_post_holder>ul>li {
	float: left;
	display: block;
	position: relative;
	margin: 0 0 30px
}
@media (min-width: 768px)
{
	.col-md-offset-2
	{
		margin-left:16.66666667% !important;
	}
	.col-md-offset-5{
        margin-left:41.66666667% !important
    }
    .col-md-offset-4{
        margin-left:33.33333333% !important
    }
    .col-md-offset-3{
        margin-left:25% !important
    }
}
.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.four:nth-child(14), .latest_post_holder ul>li.four:nth-child(4), .latest_post_holder ul>li.four:nth-child(9), .latest_post_holder ul>li.three:nth-child(12), .latest_post_holder ul>li.three:nth-child(3), .latest_post_holder ul>li.three:nth-child(9), .latest_post_holder ul>li.two:nth-child(2), .latest_post_holder ul>li.two:nth-child(5), .latest_post_holder ul>li.three:nth-child(6), .latest_post_holder ul>li.two:nth-child(8) {
	padding: 0
}

.latest_post_clear {
	display: block;
	clear: both
}

.latest_post, .latest_post a img, .latest_post>a {
	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: 5px 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_text .latest_post_title {
	margin: 0 0 .5em
}

.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 #ddd;
	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 img, .blog_holder article .post_image>a, .blog_holder article .post_text {
	position: relative;
	width: 100%;
	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: 0 0 !important;
	border: 0 !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: 0;
	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-link .post_additional_info, .blog_holder article.format-quote .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-link .date_holder .date, .blog_holder article.format-link .date_holder .month, .blog_holder article.format-quote .date_holder .date, .blog_holder article.format-quote .date_holder .month {
	color: #fff
}

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

.blog_holder article .post_description .post_author:hover, .blog_holder article .post_description .post_comments:hover, .blog_holder article .post_description a: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.blog_large_image article .blog_like a i, .blog_holder.blog_single article .blog_like a i, .blog_holder.masonry article .blog_like a i {
	display: block
}

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

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

.blog_holder.blog_large_image article .blog_like span, .blog_holder.blog_single article .blog_like span, .blog_holder.masonry 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_large_image .blog_share, .blog_holder.blog_single .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-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 {
		-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 {
		-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(../images/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(../images/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(../images/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: 0;
	margin: 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 i, .social_share_dropdown ul li:hover .share_text {
	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(../images/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(../images/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(../images/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(../images/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(../images/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-link .post_text i.link_mark, .blog_holder article.format-quote .post_text i.qoute_mark {
	font-size: 32px;
	margin: 0;
	opacity: .4
}

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

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

.blog_holder article.format-link .post_text .post_title, .blog_holder article.format-quote .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 .post_author, .blog_holder article.format-link .post_text .post_description a, .blog_holder article.format-link .post_text .post_icons_holder a.post_comments, .blog_holder article.format-link .post_text .post_icons_holder a.post_comments i, .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-link .post_text i.link_mark, .blog_holder article.format-quote .post_text .post_description, .blog_holder article.format-quote .post_text .post_description .post_author, .blog_holder article.format-quote .post_text .post_description a, .blog_holder article.format-quote .post_text .post_icons_holder a.post_comments, .blog_holder article.format-quote .post_text .post_icons_holder a.post_comments i, .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 .quote_author, .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.masonry article.format-link .social_share_title, .blog_holder.masonry article.format-quote .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 .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .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 #ddd
}

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

.author_text_holder p {
	color: #a7a7a7
}

.single_tags {
	display: inline-block;
	width: 100%;
	margin: 35px 0 0 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 .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .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 #ddd;
	border-bottom: 1px solid #ddd
}

.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: 0 0 15px 0
}

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

.comment_holder .comment .text .comment-reply-link, .comment_holder .comment .text .replay {
	display: inline-block;
	width: auto;
	position: absolute;
	top: 0;
	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: 0
}

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

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

#respond input[type=text], #respond textarea, .contact_form input[type=text], .contact_form textarea {
	font-family: inherit;
	background-color: #f6f6f6;
	width: 92%;
	margin: 0 0 35px 0;
	padding: 6px 2%;
	border: 0;
	outline: 0;
	resize: none;
	font-size: 16px;
	color: #888;
	height: 25px;
	border-radius: 2px
}

#respond textarea, .contact_form textarea {
	padding: 12px 2%;
	background: #fff;
	border: 1px solid #ccc;
	height:31px;
}

.comment_holder #respond input[type=text], .comment_holder #respond textarea {
	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: 0;
	display: inline-block;
	width: 100%
}

.blog_holder.masonry {
	margin-bottom: 50px;
	transition: none !important;
	overflow: visible !important;
	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_25_75 .blog_holder.masonry article, .two_columns_33_66 .blog_holder.masonry article, .two_columns_66_33 .blog_holder.masonry article, .two_columns_75_25 .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, .isotope .isotope-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .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
}

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

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

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

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

.pagination ul li a, .pagination ul li span {
	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 .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s
}

.pagination ul li a {
	color: #888
}

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

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

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

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

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

.pagination ul li.next.next_last a {
	right: 40px
}

.pagination ul li.first a i, .pagination ul li.last a i, .pagination ul li.next a i, .pagination ul li.prev a i {
	font-size: 22px;
	line-height: 35px;
	color: #888;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s
}

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

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

.google_map embed, .google_map iframe, .google_map object {
	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 #ddd
}

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

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

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

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

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

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

.side_menu .widget {
	margin: 0 0 15px
}

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

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

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

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

.side_menu a:hover {
	color: #fff
}

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

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

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

#wp-calendar caption, .widget.widget_rss li span.rss-date {
	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 a, .side_menu .widget.widget_nav_menu li:last-child {
	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 #ddd;
	font-size: 14px;
	outline: 0;
	color: #888;
	padding: 10px 13px
}

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

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

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

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

.footer_top .widget.widget_search form input[type=submit], .side_menu .widget #searchform input[type=submit] {
	background-image: url(../images/search_icon.png);
	background-color: #434343;
	-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
}

.footer_top .widget.widget_search form input[type=submit]:hover, .side_menu .widget #searchform input[type=submit]:hover {
	opacity: .8
}

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

.header_top .searchform input[type=text], .widget.widget_search form input[type=text] {
	display: inline-block;
	text-decoration: none;
	border: 0;
	outline: 0;
	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
}

.footer_top .widget.widget_search form input[type=text], .side_menu .widget #searchform 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 .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s
}

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

footer {
	display: block;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	z-index: 100;
	position: relative
}

footer .container_inner {
	position: relative
}

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

.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 li, .footer_top p, .footer_top span {
	color: #fff
}

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

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

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

.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_comments>ul>li, .footer_top .widget_recent_entries>ul>li {
	margin-bottom: 3px;
	background-color: #1f1f1f;
	padding: 6px 14px
}

.footer_top .widget_recent_comments>ul>li>a, .footer_top .widget_recent_entries>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: #fff
}

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

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

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

#back_to_top.off {
	opacity: 0;
	right: -70px
}

#back_to_top.on {
	opacity: 1;
	right: 25px
}

#back_to_top .hover {
	display: none
}

#back_to_top span {
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: rgba(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 .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s
}

#back_to_top span i {
	font-size: 22px;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .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
}

.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: 0;
	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(../images/step_holder_arrow.png) no-repeat center right
}

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

.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(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.q_steps_holder .step1 {
	left: 40px;
	top: 85px;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-ms-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .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
}

.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: 0 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
}

.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_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right, div.pp_default .pp_top, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right {
	height: 13px
}

div.pp_default .pp_top .pp_left {
	background: url(../images/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
	background: url(../images/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
	background: url(../images/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
	color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
	background: url(../images/sprite_y.png) -7px 0 repeat-y;
	padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
	background: url(../images/sprite_y.png) top right repeat-y;
	padding-right: 13px
}

div.pp_default .pp_next:hover {
	background: url(../images/sprite_next.png) center right no-repeat;
	cursor: pointer
}

div.pp_default .pp_previous:hover {
	background: url(../images/sprite_prev.png) center left no-repeat;
	cursor: pointer
}

div.pp_default .pp_expand {
	background: url(../images/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px
}

div.pp_default .pp_expand:hover {
	background: url(../images/sprite.png) 0 -56px no-repeat;
	cursor: pointer
}

div.pp_default .pp_contract {
	background: url(../images/sprite.png) 0 -84px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px
}

div.pp_default .pp_contract:hover {
	background: url(../images/sprite.png) 0 -113px no-repeat;
	cursor: pointer
}

div.pp_default .pp_close {
	width: 30px;
	height: 30px;
	background: url(../images/sprite.png) 2px 1px no-repeat;
	cursor: pointer
}

div.pp_default .pp_gallery ul li a {
	background: url(../images/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_next, div.pp_default .pp_gallery a.pp_arrow_previous {
	position: static;
	left: auto
}

div.pp_default .pp_nav .pp_pause, div.pp_default .pp_nav .pp_play {
	background: url(../images/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_next, div.pp_default a.pp_arrow_previous {
	background: url(../images/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_arrow_next:hover, div.pp_default .pp_arrow_previous:hover, div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_nav .pp_play:hover {
	opacity: .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(../images/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
	background: url(../images/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
	background: url(../images/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
	background: url(../images/loader.gif) center center no-repeat
}

div.pp_pic_holder a:focus {
	outline: 0
}

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_pause, .pp_nav .pp_play {
	float: left;
	margin-right: 4px;
	text-indent: -10000px
}

a.pp_arrow_next, a.pp_arrow_previous {
	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, .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_next, .pp_gallery .pp_arrow_previous {
	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_contract, a.pp_expand {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000
}

a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	line-height: 22px;
	text-indent: -10000px
}

.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 24px;
	margin: -12px 0 0 -12px
}

#pp_full_res {
	line-height: 1 !important
}

#pp_full_res .pp_inline {
	text-align: left
}

#pp_full_res .pp_inline p {
	margin: 0 0 15px
}

div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	z-index: 9999;
	margin: 0 0 5px 15px
}

div.pp_default .pp_content {
	background-color: #fff
}

div.pp_default #pp_full_res .pp_inline {
	color: #000
}

.pp_gallery li.selected a, .pp_gallery ul a:hover, div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a {
	border-color: #fff
}

div.pp_default .pp_details {
	position: relative
}

.pp_bottom, .pp_top {
	height: 20px;
	position: relative
}

* html .pp_bottom, * html .pp_top {
	padding: 0 20px
}

.pp_bottom .pp_left, .pp_top .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px
}

.pp_bottom .pp_middle, .pp_top .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px
}

* html .pp_bottom .pp_middle, * html .pp_top .pp_middle {
	left: 0;
	position: static
}

.pp_bottom .pp_right, .pp_top .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.pp_fade, .pp_gallery li.default a img {
	display: none
}

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

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

.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: 0
}

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

.mejs-controls .mejs-button button:focus {
	outline: 0
}

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

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

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

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

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

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -o-linear-gradient(-45deg, rgba(224, 222, 222, .15) 25%, transparent 25%, transparent 50%, rgba(224, 222, 222, .15) 50%, rgba(224, 222, 222, .15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(224, 222, 222, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(224, 222, 222, .15)), color-stop(.75, rgba(224, 222, 222, .15)), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(224, 222, 222, .15) 25%, transparent 25%, transparent 50%, rgba(224, 222, 222, .15) 50%, rgba(224, 222, 222, .15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(224, 222, 222, .15) 25%, transparent 25%, transparent 50%, rgba(224, 222, 222, .15) 50%, rgba(224, 222, 222, .15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(224, 222, 222, .15) 25%, transparent 25%, transparent 50%, rgba(224, 222, 222, .15) 50%, rgba(224, 222, 222, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(224, 222, 222, .15) 25%, transparent 25%, transparent 50%, rgba(224, 222, 222, .15) 50%, rgba(224, 222, 222, .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: 0
}

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

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

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

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

.mejs-controls .mejs-unmute button {
	background-image: url(../images/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(../images/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
}

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

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

.me-cannotplay a {
	color: #fff;
	font-weight: 700
}

.me-cannotplay span {
	padding: 15px;
	display: block
}

.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0
}

.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0
}

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

.q_line_graf, .q_pie_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_line_graf_legend ul, .q_pie_graf_legend ul {
	list-style: none
}

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

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

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

.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;
	z-index: 1000;
	height: 30px;
	position: relative
}

.header_top #lang_sel ul>li>a, .header_top #lang_sel_click ul>li>a {
	width: auto;
	float: none;
	padding: 0 10px !important
}

.header_top #lang_sel>ul>li:hover, .header_top #lang_sel_click>ul>li:hover {
	border-bottom: none !important
}

.header_top #lang_sel>ul>li>a, .header_top #lang_sel_click>ul>li>a {
	position: absolute;
	top: 0;
	right: 0;
	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: #000 !important
}

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

.header_top #lang_sel ul>li ul>li, .header_top #lang_sel_click ul>li ul>li {
	padding: 0 !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: 0;
	background-color: #000;
	background-color: rgba(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 .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-ms-transition: color .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 !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, footer #lang_sel_list, section.side_menu #lang_sel_list {
	height: auto
}

aside .widget #lang_sel_list li, footer #lang_sel_list li, section.side_menu #lang_sel_list li {
	float: none;
	margin-bottom: 8px !important
}

aside .widget #lang_sel li a, aside .widget #lang_sel_click li a, aside .widget #lang_sel_list li a, footer #lang_sel li a, footer #lang_sel_click li a, footer #lang_sel_list li a, section.side_menu #lang_sel li a, section.side_menu #lang_sel_click li a, section.side_menu #lang_sel_list li a {
	font-family: inherit;
	font-size: 14px;
	font-weight: 300;
	border: 0
}

aside .widget #lang_sel_list li a, footer #lang_sel_list li a, section.side_menu #lang_sel_list li a {
	display: inline
}

aside .widget #lang_sel li, aside .widget #lang_sel_click li, footer #lang_sel li, footer #lang_sel_click li, section.side_menu #lang_sel li, section.side_menu #lang_sel_click li {
	margin-bottom: 0
}

aside .widget #lang_sel, aside .widget #lang_sel_click, footer #lang_sel, footer #lang_sel_click, section.side_menu #lang_sel, section.side_menu #lang_sel_click {
	width: 100%
}

aside .widget #lang_sel>ul>li>a, aside .widget #lang_sel_click>ul>li>a, 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 {
	height: 32px;
	line-height: 32px !important;
	font-family: inherit;
	font-weight: 300;
	padding-left: 13px;
	font-weight: 300;
	background-image: url(../images/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(../images/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 ul a, section.side_menu #lang_sel_click ul ul a:visited, section.side_menu #lang_sel_click>ul>li>a {
	color: #888 !important
}

aside .widget #lang_sel ul ul a, aside .widget #lang_sel>ul li a, aside .widget #lang_sel_click ul ul a, aside .widget #lang_sel_click>ul li 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 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 li a:hover, footer #lang_sel_list ul ul a:hover, footer #lang_sel_list ul ul a:hover span, section.side_menu #lang_sel ul li a.lang_sel_sel, section.side_menu #lang_sel ul ul a:hover, section.side_menu #lang_sel_click ul li a.lang_sel_sel, section.side_menu #lang_sel_click ul ul a:hover, section.side_menu #lang_sel_click ul ul a:hover span, section.side_menu #lang_sel_list li a:hover, section.side_menu a.lang_sel_sel {
	color: #fff !important
}

aside .widget #lang_sel li, aside .widget #lang_sel_click li, footer #lang_sel li, footer #lang_sel_click li, section.side_menu #lang_sel li, section.side_menu #lang_sel_click li {
	width: 100%
}

aside .widget #lang_sel ul ul, aside .widget #lang_sel_click ul ul, footer #lang_sel ul ul, footer #lang_sel_click ul ul, section.side_menu #lang_sel ul ul, section.side_menu #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_sel_click ul ul, section.side_menu #lang_selul ul {
	left: 0 !important
}

aside .widget #lang_sel ul ul a, aside .widget #lang_sel ul ul a:visited, aside .widget #lang_sel_click ul ul a, aside .widget #lang_sel_click ul ul a:visited, footer #lang_sel ul ul a, footer #lang_sel ul ul a:visited, footer #lang_sel_click ul ul a, footer #lang_sel_click ul ul a:visited {
	padding: 10px 13px
}

aside .widget #lang_sel_list.lang_sel_list_vertical ul, footer #lang_sel_list.lang_sel_list_vertical ul, section.side_menu #lang_sel_list.lang_sel_list_vertical ul {
	height: auto;
	border-top: 0
}

aside .widget #lang_sel_list.lang_sel_list_vertical a, aside .widget #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, section.side_menu #lang_sel_list.lang_sel_list_vertical a, section.side_menu #lang_sel_list.lang_sel_list_vertical a:visited {
	border: 0;
	padding: 0
}

footer #lang_sel_list.lang_sel_list_horizontal a, footer #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, section.side_menu #lang_sel_list.lang_sel_list_horizontal a, section.side_menu #lang_sel_list.lang_sel_list_horizontal 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 {
	background: 0
}

aside #lang_sel img.iclflag, aside #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, section.side_menu #lang_sel img.iclflag, section.side_menu #lang_sel_click img.iclflag {
	margin-right: 15px
}

.side_menu #lang_sel_list.lang_sel_list_horizontal a:hover, .side_menu #lang_sel_list.lang_sel_list_vertical a:hover, footer #lang_sel_list.lang_sel_list_horizontal a:hover, footer #lang_sel_list.lang_sel_list_vertical a:hover {
	color: #fff;
	-webkit-transition: color .3s ease 0s !important;
	-moz-transition: color .3s ease 0s !important;
	-o-transition: color .3s ease 0s !important;
	-ms-transition: color .3s ease 0s !important;
	transition: color .3s ease 0s !important
}

.side_menu #lang_sel_list.lang_sel_list_horizontal a, .side_menu #lang_sel_list.lang_sel_list_vertical a, footer #lang_sel_list.lang_sel_list_horizontal a, footer #lang_sel_list.lang_sel_list_vertical a {
	-webkit-transition: color .3s ease 0s !important;
	-moz-transition: color .3s ease 0s !important;
	-o-transition: color .3s ease 0s !important;
	-ms-transition: color .3s ease 0s !important;
	transition: color .3s ease 0s !important;
	color: #888
}

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

#lang_sel_footer a {
	font-size: 14px;
	color: #888;
	-webkit-transition: color .3s ease 0s !important;
	-moz-transition: color .3s ease 0s !important;
	-o-transition: color .3s ease 0s !important;
	-ms-transition: color .3s ease 0s !important;
	transition: color .3s ease 0s !important
}

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

#lang_sel_footer a img {
	margin-right: 15px
}

.ls-nav-next, .ls-nav-prev {
	display: block;
	width: 60px;
	height: 100%;
	margin: 0;
	z-index: 999;
	top: 0;
	position: absolute;
	cursor: pointer;
	background-color: transparent;
	padding: 0;
	opacity: .7
}

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

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

.ls-nav-next {
	background-image: url(../images/navigation_layer_button_right.png);
	background-position: center center;
	background-repeat: no-repeat;
	right: 0
}

@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(../images/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(../images/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(../images/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(../images/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_bottom, .element_from_fade, .element_from_left, .element_from_right, .element_from_top {
	display: inline-block;
	width: 100%
}

.touch .no_animation_on_touch .element_from_bottom>div, .touch .no_animation_on_touch .element_from_fade>div, .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_transform>div {
	opacity: 1;
	-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_bottom>div, .element_from_fade>div, .element_from_left>div, .element_from_right>div, .element_from_top>div {
	opacity: 0;
	display: inline-block;
	width: 100%
}

.element_transform>div {
	opacity: .2;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5)
}

.element_from_fade.element_from_fade_on>div {
	opacity: 1;
	-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 .7s 1 ease-in-out;
	-moz-animation: element-from-left .7s 1 ease-in-out;
	-o-animation: element-from-left .7s 1 ease-in-out;
	animation: element-from-left .7s 1 ease-in-out;
	opacity: 1;
	-webkit-backface-visibility: hidden
}

.element_from_right.element_from_right_on>div {
	-webkit-animation: element-from-right .7s 1 ease-in-out;
	-moz-animation: element-from-right .7s 1 ease-in-out;
	-o-animation: element-from-right .7s 1 ease-in-out;
	animation: element-from-right .7s 1 ease-in-out;
	opacity: 1;
	-webkit-backface-visibility: hidden
}

.element_from_top.element_from_top_on>div {
	-webkit-animation: element-from-top .7s 1 ease-in-out;
	-moz-animation: element-from-top .7s 1 ease-in-out;
	-o-animation: element-from-top .7s 1 ease-in-out;
	animation: element-from-top .7s 1 ease-in-out;
	opacity: 1;
	-webkit-backface-visibility: hidden
}

.element_from_bottom.element_from_bottom_on>div {
	-webkit-animation: element-from-bottom .7s 1 ease-in-out;
	-moz-animation: element-from-bottom .7s 1 ease-in-out;
	-o-animation: element-from-bottom .7s 1 ease-in-out;
	animation: element-from-bottom .7s 1 ease-in-out;
	opacity: 1;
	-webkit-backface-visibility: hidden
}

.element_transform.element_transform_on>div {
	-webkit-animation: element-transform .4s 1 cubic-bezier(.175, .885, .32, 1.275);
	-moz-animation: element-transform .4s 1 cubic-bezier(.175, .885, .32, 1.275);
	-o-animation: element-transform .4s 1 cubic-bezier(.175, .885, .32, 1.275);
	animation: element-transform .4s 1 cubic-bezier(.175, .885, .32, 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(.3);
		opacity: .1
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1
	}

}

@-moz-keyframes element-transform {
	0% {
		-moz-transform: scale(.3);
		opacity: .1
	}

	100% {
		-moz-transform: scale(1);
		opacity: 1
	}

}

@-o-keyframes element-transform {
	0% {
		-o-transform: scale(.3);
		opacity: .1
	}

	100% {
		-o-transform: scale(1);
		opacity: 1
	}

}

@keyframes element-transform {
	0% {
		transform: scale(.3);
		opacity: .1
	}

	100% {
		transform: scale(1);
		opacity: 1
	}

}

.q_image_with_text_over {
	display: inline-block;
	position: relative;
	margin: 0;
	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: 0;
	left: 0;
	background-image: url(../images/pixel.png);
	background-position: 0 0;
	background-repeat: repeat;
	z-index: 20
}

.q_image_with_text_over .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 30;
	text-align: center
}

.q_image_with_text_over table {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.q_image_with_text_over table td {
	padding: 0;
	vertical-align: middle;
	background: 0 0 !important
}

.q_image_with_text_over .caption, .q_image_with_text_over .icon_holder {
	opacity: 1;
	-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
}

.q_image_with_text_over .caption {
	line-height: 1em
}

.q_image_with_text_over .caption, .q_image_with_text_over .icon_holder, .q_image_with_text_over .text p {
	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 .9em;
	border-width: 2px;
	border-color: #fff;
	border-color: rgba(255, 255, 255, .6)
}

.q_image_with_text_over .icon_holder.fa-2x {
	padding: .67em .7em
}

.q_image_with_text_over .icon_holder.fa-3x {
	padding: .6em .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: 0 30px;
	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-backface-visibility: hidden;
	-webkit-transform: translateZ(0)
}

.q_image_with_text_over .text:hover .caption, .q_image_with_text_over .text:hover .icon_holder {
	opacity: 0
}

.q_image_with_text_over .text:hover .desc {
	opacity: 1
}

.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(0);
	-moz-transform: translateZ(0)
}

.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;
	-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;
	-webkit-transform: scale(.1);
	-moz-transform: scale(.1);
	-o-transform: scale(.1);
	-ms-transform: scale(.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;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

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

.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 .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0)
}

.image_hover .images_holder img.hover_image {
	opacity: 0
}

.image_hover .images_holder:hover img.active_image, .image_hover.hovered.show .images_holder img.active_image {
	opacity: 0
}

.image_hover .images_holder:hover img.hover_image, .image_hover.hovered.show .images_holder img.hover_image {
	opacity: 1
}

.content_bottom {
	position: relative;
	z-index: 100
}

.qode_call_to_action.container {
	background-color: #f6f6f6;
	padding: 0 !important
}

.qode_call_to_action.container .container_inner {
	padding: 35px 0 !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
}

.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: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img, .carousel-inner>.item>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%
}

.carousel.fade .item {
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	opacity: 1
}

.carousel.fade .active.left, .carousel.fade .active.right {
	opacity: 0
}

.carousel.fade .active.item {
	opacity: 1
}

.carousel.fade .active.left, .carousel.fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0
}

.carousel.fade .next, .carousel.fade .prev {
	left: 0;
	z-index: 1
}

.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, .6);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: inline-block
}

.carousel-control .icon-next, .carousel-control .icon-prev {
	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, .6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .icon-next, .carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}

}

.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: 0 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;
	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;
	-webkit-backface-visibility: hidden
}

.carousel-inner .slider_content .thumb img {
	max-height: 100%
}

.carousel-inner .slider_content .text {
	text-align: left;
	opacity: 0;
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 10px 0 0 0
}

.carousel-inner .active .slider_content .text {
	-webkit-animation: text-from-bottom 1.5s 1 cubic-bezier(.165, .84, .44, 1);
	-moz-animation: text-from-bottom 1.5s 1 cubic-bezier(.165, .84, .44, 1);
	-o-animation: text-from-bottom 1.5s 1 cubic-bezier(.165, .84, .44, 1);
	animation: text-from-bottom 1.5s 1 cubic-bezier(.165, .84, .44, 1);
	opacity: 1
}

.carousel-inner .slider_content .text .qbutton {
	margin: 10px 0 0 0
}

.carousel-inner h2 {
	font-size: 42px;
	line-height: 44px;
	font-weight: 300;
	color: #fff;
	text-align: left;
	margin: 10px 0;
	padding: 0;
	font-family: Ubuntu;
	font-weight: 600
}

.carousel-inner p {
	color: #fff;
	text-align: center;
	font-size: 19px;
	line-height: 24px;
	font-weight: 300;
	margin: 10px 0 15px 0
}

.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(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-webkit-transition: left .33s cubic-bezier(.694, .0482, .335, 1), margin .33s cubic-bezier(.694, .0482, .335, 1);
	-moz-transition: left .33s cubic-bezier(.694, .0482, .335, 1), margin .33s cubic-bezier(.694, .0482, .335, 1);
	-o-transition: left .33s cubic-bezier(.694, .0482, .335, 1), margin .33s cubic-bezier(.694, .0482, .335, 1);
	-ms-transition: left .33s cubic-bezier(.694, .0482, .335, 1), margin .33s cubic-bezier(.694, .0482, .335, 1);
	transition: left .33s cubic-bezier(.694, .0482, .335, 1), margin .33s cubic-bezier(.694, .0482, .335, 1)
}

.carousel-inner .item img {
	display: inline-block !important
}

.touch .carousel-inner .item {
	background-position: center 0 !important
}

.carousel-inner .item .image {
	position: absolute;
	top: 0;
	left: 0;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%
}

.carousel-inner .item .image img {
	display: none !important;
	width: 0;
	height: 0
}

.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: 0;
	z-index: 2 !important;
	margin: 0;
	outline: 0;
	cursor: pointer;
	-o-background-size: 18px 33px;
	-webkit-background-size: 18px 33px;
	-moz-background-size: 18px 33px;
	background-size: 18px 33px;
	-webkit-transition: background .6s ease-in-out;
	-moz-transition: background .6s ease-in-out;
	-o-transition: background .6s ease-in-out;
	-ms-transform: background .6s ease-in-out;
	transition: background .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, .8);
	margin: -77px 0 0 0;
	top: 50%;
	-webkit-transition: background .6s ease-in-out;
	-moz-transition: background .6s ease-in-out;
	-o-transition: background .6s ease-in-out;
	-ms-transform: background .6s ease-in-out;
	transition: background .6s ease-in-out
}

.carousel-control.left .thumb_holder {
	left: -100%;
	-webkit-transition: left .6s ease-in-out;
	-moz-transition: left .6s ease-in-out;
	-o-transition: left .6s ease-in-out;
	-ms-transform: left .6s ease-in-out;
	transition: left .6s ease-in-out
}

.slider_thumbs .carousel-control.left:hover {
	background-position: -100px center
}

.slider_thumbs .carousel-control.left:hover .thumb_holder {
	left: 0
}

.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 .6s ease-in-out;
	-moz-transition: right .6s ease-in-out;
	-o-transition: right .6s ease-in-out;
	-ms-transform: right .6s ease-in-out;
	transition: right .6s ease-in-out
}

.slider_thumbs .carousel-control.right:hover {
	background-position: 200% center
}

.slider_thumbs .carousel-control.right:hover .thumb_holder {
	right: 0
}

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

.carousel-control.left .numbers {
	float: right;
	height: 50px;
	line-height: 50px;
	padding: 0 20px 0 0
}

.carousel-control.right .arrow_right {
	float: right;
	height: 50px;
	line-height: 50px;
	padding: 0 20px 0 0
}

.carousel-control.right .numbers {
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 20px
}

.carousel-control .img {
	clear: both;
	width: 150px;
	height: 94px;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 0 -2px 0
}

.carousel-control.right .img {
	float: right
}

.carousel-control .img .video, .carousel-control .img img {
	position: absolute;
	top: 0;
	left: 0;
	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(../images/slider-arrow-left.png)
}

.carousel-control.left.dark {
	background-image: url(../images/slider-arrow-left-black.png)
}

.carousel-control.right {
	background-image: url(../images/slider-arrow-right.png)
}

.carousel-control.right.dark {
	background-image: url(../images/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(../images/slider-arrow-left@1_5x.png)
	}

	.carousel-control.left.dark {
		background-image: url(../images/slider-arrow-left-black@1_5x.png)
	}

	.carousel-control.right.dark {
		background-image: url(../images/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(../images/slider-arrow-left@2x.png)
	}

	.carousel-control.left-dark {
		background-image: url(../images/slider-arrow-left-black@2x.png)
	}

	.carousel-control.right {
		background-image: url(../images/slider-arrow-right@2x.png)
	}

	.carousel-control.right.dark {
		background-image: url(../images/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: 0 0 0 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: 0 0 0 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: 0 0 0 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: 0 0 0 10px
	}

}

@media(max-width:768px) {
	.carousel-control.left {
		left: 0
	}

	.carousel-control.right {
		right: 0
	}

}

.carousel-indicators li {
	border-width: 1px;
	margin: 0;
	width: 12px;
	height: 12px;
	opacity: .6;
	margin: 0 3px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transform: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.carousel-indicators.dark li {
	border-color: #000
}

.carousel-indicators .active {
	background-color: transparent;
	opacity: 1;
	margin: 0 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(0) 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(0) scale(1);
		opacity: 1
	}

}

@-o-keyframes rotate {
	0% {
		-o-transform: perspective(600px) rotateX(90deg) scale(.5);
		opacity: .2
	}

	50% {
		-o-transform: perspective(600px) rotateX(90deg) scale(.5);
		opacity: .2
	}

	100% {
		-o-transform: perspective(600px) rotateX(0) 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(0) 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(../images/pixel-video.png);
	background-position: 0 0;
	background-repeat: repeat;
	opacity: 1
}

.carousel .video .video-wrap {
	top: 0;
	left: 0;
	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: 0 !important
}

.carousel .video .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: rgba(255, 255, 255, .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: 0 0 !important;
	border: 0 !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: .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: 0 0 !important
}

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

.flex-control-nav, .flex-direction-nav, .portfolio_slides, .slides {
	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
}

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

html[xmlns] .portfolio_slides, html[xmlns] .slides {
	display: block
}

* html .portfolio_slides, * html .slides {
	height: 1%
}

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

.flexslider, .portfolio_slider {
	margin: 0 0 60px;
	position: relative;
	zoom: 1
}

.wpb_column>.wpb_wrapper .flexslider:last-child, .wpb_column>.wpb_wrapper .portfolio_slider: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
}

.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 .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	opacity: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .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;
	right: 0
}

.flexslider:hover .flex-prev, .portfolio_slider:hover .flex-prev {
	opacity: 1;
	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;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
	z-index: 20;
	-webkit-transition: opacity .4s ease-in-out .1s;
	-ms-transition: opacity .4s ease-in-out .1s;
	-moz-transition: opacity .4s ease-in-out .1s;
	-o-transition: opacity .4s ease-in-out .1s
}

.portfolio_slides li:hover .portfolio_slider_hover_holder {
	opacity: 1
}

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

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

.flex-control-nav, .flex-direction-nav, .slides {
	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 .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .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_column>.wpb_wrapper .qode_carousels:last-child, .wpb_row .qode_carousels {
	margin: 0 0 60px
}

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

.qode_carousels .slides {
	zoom: 1
}

.qode_carousels .flex-direction-nav {
	display: none !important
}

.portfolio_slider .flex-control-nav, .qode_carousels .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -60px;
	text-align: center
}

.portfolio_slider .flex-control-nav li, .qode_carousels .flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1
}

.portfolio_slider .flex-control-paging li a, .qode_carousels .flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	border: 1px solid rgba(255, 255, 255, .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
}

.portfolio_slider .flex-control-thumbs, .qode_carousels .flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden
}

.portfolio_slider .flex-control-thumbs li, .qode_carousels .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0
}

.portfolio_slider .flex-control-thumbs img, .qode_carousels .flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer
}

.portfolio_slider .flex-control-thumbs img:hover, .qode_carousels .flex-control-thumbs img:hover {
	opacity: 1
}

.portfolio_slider .flex-control-thumbs .flex-active, .qode_carousels .flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default
}

.last_toggle_el_margin, .wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0 !important
}

.full_width .section_inner_margin {
	margin-left: -15px;
	margin-right: -15px
}

.text-center {
	text-align: center
}

.text-white {
	color: #fff
}

.content-behaviors-wrapper {
	background-color: #f5f5f5;
	background-image: url(../images/logo-bg.png);
	background-repeat: no-repeat;
	background-position: bottom right
}

.parallax-list li {
	color: #fff;
	line-height: 30px;
	font-size: 18px
}

.table {
	/*display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;*/
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}

.table, .table--flip tbody {
	-webkit-overflow-scrolling: touch;
	background: radial-gradient(left, ellipse, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 75%) 100% center;
	background-size: 10px 100%, 10px 100%;
	background-attachment: scroll, scroll;
	background-repeat: no-repeat
}

.table td:first-child, .table--flip tbody tr:first-child {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background-repeat: no-repeat;
	background-size: 20px 100%
}

.table td:last-child, .table--flip tbody tr:last-child {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 20px 100%
}

.table th {
	text-align: left;
	background: #f2f0e6
}

.table td, .table th {
	padding: 6px 12px;
	border: 1px solid #d9d7ce
}

.table--flip {
	display: flex;
	overflow: hidden;
	background: 0
}

.table--flip thead {
	display: flex;
	flex-shrink: 0;
	min-width: min-content
}

.table--flip tbody {
	display: flex;
	position: relative;
	overflow-x: auto;
	overflow-y: hidden
}

.table--flip tr {
	display: flex;
	flex-direction: column;
	min-width: min-content;
	flex-shrink: 0
}

.table--flip td, .table--flip th {
	display: block
}

.table--flip td {
	background-image: none !important
}

.table--flip td:not(:last-child), // border-collapse is no longer active .table--flip th:not(:last-child) {
	border-bottom: 0
}

.pb-pt-80 {
	padding: 80px 0 !important
}

.color-white {
	color: #fff
}

.mt-20-mb-7 {
	margin-top: 20px;
	margin-bottom: 7px
}

.coal-styles {
	background-size: 1920px auto;
	background-image: url(../images/coalbanner1.jpg);
	height: 425px
}

.pt-48-pb-42 {
	padding: 48px 0 42px
}

.mt-mb-12 {
	margin: 12px 0
}

.mt-mb-10 {
	margin: 10px 0
}

.mt-mb-40 {
	margin: 40px 0 !important
}

.mt-18-mb-14 {
	margin: 18px 0 14px
}

.mt-mb-15 {
	margin: 15px 0
}

.mt-mb-25 {
	margin: 25px 0
}

.mt-mb-30 {
	margin: 30px 0 !important
}

.mt-mb-5 {
	margin: 5px 0
}

.about-styles {
	background-size: 1920px auto;
	background-image: url(../images/australia.jpg);
	background: #000;
	height: 150px
}

.company-grid-styles {
	background-color: #000;
	padding-top: 150px !important;
	padding-bottom: 150px !important
}

.text-center {
	text-align: center
}

.vision-grid-styles {
	background-color: #000;
	padding-top: 50px;
	padding-bottom: 150px
}

.bold-styles {
	color: #d6b56e;
	font-weight: 700
}

.parallex-styles {
	padding-top: 156px;
	padding-bottom: 178px
}

.parallex-styles1 {
	padding-top: 110px;
	padding-bottom: 78px
}

.mt-mb-20 {
	margin: 20px 0 !important
}

.th-1-style {
	background: #e52d2d;
	color: #fff
}

.th-2-style {
	background: #c79f09;
	color: #fff
}

.th-3-style {
	background: #2d80e5;
	color: #fff
}

.pr-30 {
	padding-right: 30px
}

.pl-15 {
	padding-left: 15px
}

.bg-color-container {
	background: #20334e !important
}

.pt-73-pb-66 {
	padding: 73px 0 66px !important
}

.mt-60-mb-75 {
	margin: 60px 0 75px !important
}

.mt-mb-3 {
	margin: 3px 0
}

.pt-56-pb-78 {
	padding: 56px 0 78px
}

.pt-40 {
	padding-top: 40px
}

.mt-0-mb-15 {
	margin: 0 0 15px
}

.mt-0-mb-25 {
	margin: 0 0 25px
}

.mt-40-mb-75 {
	margin: 40px 0 75px !important
}

.granites-styles {
	background-size: 1920px auto;
	background-image: url(../images/granite-bg.jpg);
	height: 425px
}

.pt-98-pb-72 {
	padding: 98px 0 72px
}

.trade-container-styles {
	background-color: #f6f6f6;
	padding-top: 80px;
	padding-bottom: 80px
}

.iron-ore-styles {
	background-size: 1920px auto;
	background-image: url(../images/ironore-bg.jpg);
	height: 425px
}

.iron-grid-styles {
	background-color: #f6f6f6;
	padding-top: 90px;
	padding-bottom: 85px
}

.non-ferrous-styles {
	background-size: 1920px auto;
	background-image: url(../images/nonferrous-bg.jpg);
	height: 425px
}

.pt-pb-40 {
	padding: 40px 0
}

.copper-grid-styles {
	padding-top: 48px;
	padding-bottom: 42px;
	background: #d4d4d4
}

.mt-10-mb-2 {
	margin: 10px 0 2px
}

.bg-color-span {
	background-color: #1f1f1f
}

.color-span-icon {
	color: #fff
}

.carousel-control {
	width: 30%
}

@media only screen and (max-width:420px) {
	.q_logo a {
		height: 42px !important
	}

	.header_bottom {
		padding: 0 15px
	}

}

.text h2 {
	text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	font-size: 40px;
	line-height: 35px
}

.widget h6 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 20px
}

.color-whit {
	color: #fff !important
}

.footer-background {
	background-image: url(../images/footbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: fixed
}

.footer-header {
	/*padding: 100px 0 150px 100px;*/
	padding: 300px 0 150px 100px;
}

.footer-header h2 {
	color: #fff
}

.main-footer {
	position: relative
}

@media(min-width:990px) {
	.sub-container {
		position: absolute;
		width: 80%;
		margin: 0 auto;
		top: -110px;
		left: 10%
	}

	.main-footer {
		min-height: 450px !important;
		background: #000
	}

}

.footer-right-part {
	padding: 20px 25px 52px;
	background-color: #20334e
}

.footer-right-part h3 {
	margin-bottom: 10px;
	font-size: 25px
}

.footer-right-part ul {
	margin-bottom: 1px
}

.list-group-footer {
	margin-left: 1.5em
}

.list-group-footer li {
	position: relative;
	color: #fff;
	line-height: 30px;
	padding: 5px 0;
	list-style-type: none;
	font-size: 17px
}

.list-group-footer li i {
	position: absolute;
	left: -1.5em;
	width: 1.5em;
	text-align: center;
	line-height: inherit;
	display: inline-block;
	color: #fff;
	font-size: 20px
}

.text-white {
	color: #fff
}

.btn-warning .fa-angle-right {
	font-size: 16px !important
}

.appointment_form {
	background-color: #fff !important;
	padding: 15px 35px;
	-webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2)
}

.appointment_form input {
	border-radius: 0;
	box-shadow: none;
	height: 30px !important;
	background: #fff !important;
	border: 1px solid #ccc !important
}

.appointment_view .modal-dialog {
	max-width: 800px;
	width: 100%
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all, .ui-timepicker-list .ui-timepicker-selected:hover, .ui-timepicker-list li:hover, li.ui-timepicker-selected {
	background-color: #222;
	color: #f3f3f3
}

.ulockd-apmnmnt-schedule {
	border: 1px solid #eee;
	padding: 10px 15px;
	text-align: center
}

table.table.ulockd-one {
	border: 1px solid #eee
}

table.table.ulockd-one h3 {
	margin-top: 0
}

table.table.ulockd-two {
	border: 1px solid #eee
}

table.table.ulockd-two h3 {
	margin-top: 0
}

.table.ulockd-one>tbody>tr>td, .table.ulockd-one>tbody>tr>th, .table.ulockd-one>tfoot>tr>td, .table.ulockd-one>tfoot>tr>th, .table.ulockd-one>thead>tr>td, .table.ulockd-one>thead>tr>th {
	text-align: center
}

.appointment_form h2 {
	font-size: 25px;
	margin-bottom: 20px
}

.ml-0 {
	margin-left: 0 !important
}

.ulockd-copy-right {
	color: #303030;
	padding-bottom: 15px;
	padding-top: 20px;
	text-align: center;
	background-color: #20334e
}

.ulockd-copy-right a {
	color: #feae11
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e !important;
	border-color: #eea236 !important;
	color: #000 !important
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px
}

.ulockd-copy-right p {
	font-size: 15px
}

.widget .list-group-footer li p {
	font-size: 14px;
	line-height: 30px
}

.home_head {
	font-size: 34px;
	font-family: GothamRegular;
	text-transform: uppercase
}

.tiles-module .tile-2x1 .image-wrapper {
	float: left;
	width: 37;
	position: relative
}

.tiles-module .tile-2x1 .content-wrapper {
	float: left;
	padding: 1% 1% 1% 1%;
	width: 60%
}

.teamhighlights li {
	color: #fff;
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 20px
}

.mars-products li {
	color: #fff;
	font-size: 25px
}

.msm-target-image {
	background-image: url(images/vision.jpg);
	width: 100%;
	height: 160px;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat
}

.msm-target-main-content {
	padding-top: 0 !important
}

.msm-target-main-content p {
	padding-top: 10px
}

@media(max-width:999px) and (min-width:600px) {
	.msm-target-image {
		background-image: url(images/vision.jpg);
		width: auto;
		height: 100px;
		background-size: cover;
		background-position: center top
	}

	.msm-target-content-wrapper {
		width: 100%;
		float: left
	}

}

.contact_form textarea {
	width: 94%
}

.pr-10 {
	padding-right: 10px
}

/*.mt-50 {
	margin-top: -10px !important
}*/
.empty-back
{
	background-color: #000 !important;
	height: 150px;
	width: 100%;
}
.social-icon-bianco
{
	color: #fff;
	font-size: 20px;
	margin: 0px 5px;
	margin-bottom: 10px;
	background: #444;
	/*border-radius: 50%;*/
	width: 55px;
	height: 40px;
	line-height: 40px;
	padding: 5px;
}
.pt-0
{
	padding-top: 0px !important;
}
@media (min-width:992px) and (max-width: 1200px){
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{
        float:left
    }
    .col-md-12{
        width:100%
    }
    .col-md-11{
        width:91.66666667%
    }
    .col-md-10{
        width:83.33333333%
    }
    .col-md-9{
        width:75%
    }
    .col-md-8{
        width:66.66666667%
    }
    .col-md-7{
        width:58.33333333%
    }
    .col-md-6{
        width:50%
    }
    .col-md-5{
        width:41.66666667%
    }
    .col-md-4{
        width:33.33333333%
    }
    .col-md-3{
        width:25%
    }
    .col-md-2{
        width:16.66666667% !important;
    }
    .col-md-1{
        width:8.33333333%
    }
    .col-md-pull-12{
        right:100%
    }
    .col-md-pull-11{
        right:91.66666667%
    }
    .col-md-pull-10{
        right:83.33333333%
    }
    .col-md-pull-9{
        right:75%
    }
    .col-md-pull-8{
        right:66.66666667%
    }
    .col-md-pull-7{
        right:58.33333333%
    }
    .col-md-pull-6{
        right:50%
    }
    .col-md-pull-5{
        right:41.66666667%
    }
    .col-md-pull-4{
        right:33.33333333%
    }
    .col-md-pull-3{
        right:25%
    }
    .col-md-pull-2{
        right:16.66666667%
    }
    .col-md-pull-1{
        right:8.33333333%
    }
    .col-md-pull-0{
        right:auto
    }
    .col-md-push-12{
        left:100%
    }
    .col-md-push-11{
        left:91.66666667%
    }
    .col-md-push-10{
        left:83.33333333%
    }
    .col-md-push-9{
        left:75%
    }
    .col-md-push-8{
        left:66.66666667%
    }
    .col-md-push-7{
        left:58.33333333%
    }
    .col-md-push-6{
        left:50%
    }
    .col-md-push-5{
        left:41.66666667%
    }
    .col-md-push-4{
        left:33.33333333%
    }
    .col-md-push-3{
        left:25%
    }
    .col-md-push-2{
        left:16.66666667%
    }
    .col-md-push-1{
        left:8.33333333%
    }
    .col-md-push-0{
        left:auto
    }
    .col-md-offset-12{
        margin-left:100%
    }
    .col-md-offset-11{
        margin-left:91.66666667%
    }
    .col-md-offset-10{
        margin-left:83.33333333%
    }
    .col-md-offset-9{
        margin-left:75%
    }
    .col-md-offset-8{
        margin-left:66.66666667%
    }
    .col-md-offset-7{
        margin-left:58.33333333%
    }
    .col-md-offset-6{
        margin-left:50%
    }
    .col-md-offset-5{
        margin-left:41.66666667%
    }
    .col-md-offset-4{
        margin-left:33.33333333%
    }
    .col-md-offset-3{
        margin-left:25%
    }
    .col-md-offset-2{
        margin-left:16.66666667%
    }
    .col-md-offset-1{
        margin-left:8.33333333%
    }
    .col-md-offset-0{
        margin-left:0
    }
}
.latest_post_holder ul li .col-md-offset-2
{
	margin-left:16.66666667% !important;
}
.cmplist li {color:#000;font-size:20px;text-align:left;}
.homepage li {color:#fff;font-size:20px;}



.society-list .list-inline li{
	list-style: none;
	padding-left: 20px;
	text-align: left;
}
.target ul li{
	list-style: none;
	text-align: left;
}
@media only screen and (max-width:991px){
	.pack{
		margin: 20px ;
		padding: 5px;
	}
}
@media only screen and (max-width:991px){
	.vc_span12{
		padding: 20px 0;
	}
}

.main-one p:before{
	font-family:'FontAwesome';
	margin-right: 10px;
	 content:"\f101";
}
.packing-section{
	margin: 20px ;
}
.packing-section p{
	margin-top: 10px;
}
.target ul li{
	    font-size: 19px;
	padding-left: 20px;
}
.target ul li:before{
	font-family:'FontAwesome';
	margin-right: 10px;
	 content:"\f101";
}
.group{
	display: flex;
	justify-content: space-around;
	margin-top: 10px;
}
@media only screen and (max-width:991px){
	.group{
		display: block;
	}
	.group p{
		margin: 20px ;
	}
}
.group p{
	border: 1px solid #000;
}
.society p{
	text-align: left
}
.society {
	margin-top: 20px ;
}
.society-list .list-inline li:before{
		font-family:'FontAwesome';
	margin-right: 10px;
	 content:"\f101";
}
.society-list .list-inline li span{
padding-left: 20px;
}
.benefits .list-inline{
	list-style: none;
	padding-left: 20px;
	font-size: 20px;
}
.benefits .list-inline li:before{
font-family:'FontAwesome';
	margin-right: 10px;
	 content:"\f101";	
}
.benefits p:before{
font-family:'FontAwesome';
	margin-right: 10px;
	 content:"\f101";	
}
.meals {    
    padding: 0px 20px;
}
.meals p{
	color: #000;
}
.meals p:before{

font-family:'FontAwesome';
	margin-right: 10px;
	 content:"\f101";
}	 
.details p{
	padding-bottom: 10px;
}
.neem-list p{
	text-align: left;
}
.neem-list p:before{
font-family:'FontAwesome';
margin-right: 10px;
 content:"\f101";	
}
.main-content img{
	display: block;
	margin: 10px auto;
}
