@charset "UTF-8";
/**
 * First three files "variables,colors,fonts" is changeable
 */
/************************/
/*     OKAB COLORS      */
/************************/
/**
 * Scss File Content All Colors
 * Author @PixelDima
 **/
/************************/
/*     !OKAB COLORS     */
/************************/
/**
 * [Theme Color]
 */
/**
 * [User Interface Colors]
 */
/**
 * [Typo Colors]
 */
/**
 * [Blog  Colors]
 */
/**
 * [menu Colors]
 */
/**
 * Vertical menu
 */
/*Response Menu Icon*/
/**
 * [Search Box Colors]
 */
/**
 * [Container Title (bottom of the header)]
 */
/**
 * [Divider Colors]
 */
/**
 *     Button
 */
/*--- colors fill---*/
/*--- colors stroke---*/
/**
 * [Tabs Colors]
 */
/**
 * [Code Colors]
 */
/**
 * PRICING TABLE
 */
/**
 * [Alert Colors]
 */
/**
 * [Tooltips Colors]
 */
/**
 * [Quote  Color]
 */
/**
 * [Testimonial Color]
 */
/**
 * Footer Colors
 */
/**
 * [param: rtl OR ltr ]
 * @type {[String]}
 */
/************************/
/*     OKAB variables      */
/************************/
/**
 * Scss File Content All variables
 * Author @PixelDima
 **/
/************************/
/*     !OKAB variables     */
/************************/
/**
 * [Section padding]
 * @type {[type]}
 */
/**
 * [Responsive variables]
 * @type {[px]}
 */
/**
 * Default menu
 */
/**
 * Vertical menu
 */
/*******************/
/*     FONTS       */
/*******************/
/**
 * [size description]
 * @type {[type]}
 */
/*Base font size use on all pages*/
/**
 * [Headers size]
 * @type {px}
 */
/**
 * [Font Weights]
 * @type {Number}
 */
/**
 * font-weight
 */
/**
 * First three files "variables,colors,fonts" is changeable
 */
/************************/
/*     OKAB DIRECTION   */
/************************/
/**
 * Scss File Content Direction Control
 * Author @PixelDima
 **/
/*************************/
/*     !OKAB DIRECTION   */
/*************************/
/***************************/
/*     OKAB FUNCTIONS      */
/***************************/
/**
 * Scss File Content All Sass Functions
 * Author @PixelDima
 **/
/***************************/
/*     !OKAB FUNCTIONS     */
/***************************/
/*     OKAB MIXINS      */
/*     !OKAB MIXINS     */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
.posted_in label,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

.special-quote {
	quotes: none;
}

.special-quote:before,
.special-quote:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style-type: none;
}

input,
textarea,
select {
	outline: none;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

iframe {
	display: block;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		-ms-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		-ms-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		-ms-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		-ms-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		-ms-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		-ms-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		-ms-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		-ms-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		-ms-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		-ms-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		-ms-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		-ms-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		-ms-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		-ms-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		-ms-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		-ms-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		-ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		-ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		-ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		-ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		-ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		-ms-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		-ms-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		-ms-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		-ms-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		-ms-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		-ms-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		-ms-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		-ms-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		-ms-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		-ms-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		-ms-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		-ms-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		-ms-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		-ms-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		-ms-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		-ms-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		-ms-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		-ms-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		-ms-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		-ms-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		-ms-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		-ms-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		-ms-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		-ms-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		-ms-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		-ms-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		-ms-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		-ms-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		-ms-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		-ms-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		-ms-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		-ms-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		-ms-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		-ms-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		-ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		-ms-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		-ms-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		-ms-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		-ms-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		-ms-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		-ms-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		-ms-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		-ms-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0, 0, 1, 45deg);
		transform: rotate(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0, 0, 1, 45deg);
		-ms-transform: rotate(0, 0, 1, 45deg);
		transform: rotate(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		-ms-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		-ms-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		-ms-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		-ms-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		-ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		-ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		-ms-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		-ms-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	100% {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		-ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		-ms-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	position: fixed;
	color: #fff;
	right: 30px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	/*padding-right: 36px;*/
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

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

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
	direction: ltr;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme.owl-darck .owl-dots .owl-dot span {
	border: 1px solid #707070;
}

.owl-theme.owl-darck .owl-dots .owl-dot:hover span,
.owl-theme.owl-darck .owl-dots .owl-dot.active span {
	background: #707070;
}

.owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	margin-top: 30px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
	background: #ffffff;
}

.owl-nav {
	display: none;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki ($villeristi)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/*$font-face {

  font-family: 'flexslider-icon';
  src:url('fonts/flexslider-icon.eot');
  src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('fonts/flexslider-icon.woff') format('woff'),
    url('fonts/flexslider-icon.ttf') format('truetype'),
    url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;

}*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-container a:focus,
.flex-slider a:hover,
.flex-slider a:focus {
	outline: none;
}

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

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

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flex-caption {
	text-align: center;
	color: #fff;
	z-index: 5;
}

.flex-caption h1 {
	color: #fff;
	font-weight: 600;
	font-size: 60px;
}

.flex-caption p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.dima-logo {
	width: 100%;
	display: block;
	position: absolute;
	z-index: 15;
	top: 30%;
}

.dima-logo img {
	margin: 0 auto;
	width: 160px;
}

.pattern-slider {
	background: url("../images/patterns/slaid-patt.png");
	background-repeat: repeat;
	position: absolute;
	opacity: 0.6;
	left: 0px;
	top: 0px;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.flexslider {
	/*margin: 0;
  padding: 0;
  overflow: hidden;*/
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	width: 100%;
	height: 100% !important;
	margin: 0;
	padding: 0;
	background-size: cover !important;
}

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

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

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

* html .flexslider .slides {
	height: 1%;
}

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

.flexslider {
	margin: 0px;
	position: relative;
	zoom: 1;
	height: auto !important;
}

.flexslider .slides {
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	direction: ltr;
}

.carousel {
	margin-top: 15px;
}

.carousel .slides li {
	cursor: pointer;
	margin-right: 15px;
	width: 110px !important;
	height: 110px !important;
	opacity: 0.5;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.carousel .slides li.flex-active-slide {
	opacity: 1;
}

.carousel .slides li:hover {
	opacity: 1;
}

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

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 30px;
	height: 22px;
	margin: -10px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.flex-direction-nav a:before {
	font-family: "FontAwesome";
	font-size: 30px;
	display: inline-block;
	margin-bottom: 10px;
	content: "\f104";
}

.flex-direction-nav a.flex-next:before {
	content: "\f105";
}

.flex-direction-nav .flex-prev {
	left: -50px;
}

.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 25px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 25px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:before {
	font-family: "FontAwesome";
	font-size: 20px;
	display: inline-block;
	content: "\f004";
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a .flex-play:before {
	content: "\f003";
}

.small-control .flex-control-nav {
	bottom: 25px;
	left: 0;
}

.small-control .flex-control-nav li {
	float: none;
	margin: 0px 4px 8px 4px;
}

.small-control .flex-control-nav li a {
	width: 10px;
	height: 10px;
}

.small-control .flex-control-nav li:nth-child(2n + 3) {
	clear: none;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 45px;
	text-align: center;
	z-index: 10;
	left: 47%;
}

.flex-control-nav li {
	margin: 0px 8px 16px 8px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: left;
}

.flex-control-nav li:nth-child(2n + 3) {
	clear: right;
}

.flex-control-paging li a {
	width: 13px;
	height: 13px;
	display: block;
	background: rgba(255, 255, 255, 0);
	cursor: pointer;
	text-indent: -9999px;
	border: 1px solid #fff;
}

.flex-control-paging li a:hover {
	background: #fff;
}

.flex-control-paging li a.flex-active {
	background: #fff;
	cursor: default;
}

.flex-control-thumbs {
	margin: 0;
	position: static;
	overflow: hidden;
}

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

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: 0.7;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

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

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
	display: block;
}

.ps-container.ps-in-scrolling {
	pointer-events: none;
}

.ps-container.ps-in-scrolling > .ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

.ps-container.ps-in-scrolling > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	background-color: #999;
}

.ps-container.ps-in-scrolling > .ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

.ps-container.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #999;
}

.ps-container > .ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	/* please don't change 'position' */
	border-radius: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	bottom: 3px;
	/* there must be 'bottom' for ps-scrollbar-x-rail */
	height: 6px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	position: absolute;
	/* please don't change 'position' */
	background-color: #aaa;
	border-radius: 0px;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	bottom: 0;
	/* there must be 'bottom' for ps-scrollbar-x */
	height: 6px;
}

.ps-container > .ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	/* please don't change 'position' */
	border-radius: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	right: 0px;
	/* there must be 'right' for ps-scrollbar-y-rail */
	width: 6px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	position: absolute;
	/* please don't change 'position' */
	background-color: #aaa;
	border-radius: 0px;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	right: 0;
	/* there must be 'right' for ps-scrollbar-y */
	width: 6px;
}

.ps-container:hover.ps-in-scrolling {
	pointer-events: none;
}

.ps-container:hover.ps-in-scrolling > .ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

.ps-container:hover.ps-in-scrolling > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	background-color: #999;
}

.ps-container:hover.ps-in-scrolling > .ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

.ps-container:hover.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #999;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
	background-color: #eee;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
	background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
	background-color: #eee;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
	background-color: #999;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: "FontAwesome";
	src: "https://ppmechanical.com/fonts/fontawesome-webfont.eot?v=4.5.0";
	src: "https://ppmechanical.com/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0" format("embedded-opentype"),
		"https://ppmechanical.com/fonts/fontawesome-webfont.woff2?v=4.5.0" format("woff2"),
		"https://ppmechanical.com/fonts/fontawesome-webfont.woff?v=4.5.0" format("woff"),
		"https://ppmechanical.com/fonts/fontawesome-webfont.ttf?v=4.5.0" format("truetype"),
		"https://ppmechanical.com/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular" format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

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

.fa-fw {
	width: 1.28571em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714em;
}

.fa-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eee;
	border-radius: 0.1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: 0.3em;
}

.fa.fa-pull-right {
	margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: 0.3em;
}

.fa.pull-right {
	margin-left: 0.3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before,
.fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before,
.fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before,
.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,
.fa-users:before {
	content: "";
}

.fa-chain:before,
.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,
.fa-scissors:before {
	content: "";
}

.fa-copy:before,
.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "";
}

.fa-legal:before,
.fa-gavel:before {
	content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before,
.fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before,
.fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,
.fa-usd:before {
	content: "";
}

.fa-rupee:before,
.fa-inr:before {
	content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "";
}

.fa-won:before,
.fa-krw:before {
	content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,
.fa-car:before {
	content: "";
}

.fa-cab:before,
.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,
.fa-rebel:before {
	content: "";
}

.fa-ge:before,
.fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before,
.fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before,
.fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

@font-face {
	font-family: "Dima-Icons";
	src: "https://ppmechanical.com/fonts/icon-dima/dima-icons.eot?plr9d0";
	src: "https://ppmechanical.com/fonts/icon-dima/dima-icons.eot?#iefixplr9d0" format("embedded-opentype"),
		"https://ppmechanical.com/fonts/icon-dima/dima-icons.woff?plr9d0" format("woff"),
		u "https://ppmechanical.com/fonts/icon-dima/dima-icons.ttf?plr9d0" format("truetype"),
		"https://ppmechanical.com/fonts/icon-dima/dima-icons.svg?plr9d0#dima-icons" format("svg");
	/* */
	font-weight: normal;
	font-style: normal;
}

[class^="di-"],
[class*=" di-"] {
	font-family: "Dima-Icons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.di-bowtie:before {
	content: "\a100";
}

.di-candy:before {
	content: "\a101";
}

.di-cash:before {
	content: "\a102";
}

.di-cloud:before {
	content: "\a103";
}

.di-cloud-accept:before {
	content: "\a104";
}

.di-cloud-delete:before {
	content: "\a105";
}

.di-credit-card-b:before {
	content: "\a106";
}

.di-credit-card-f:before {
	content: "\a107";
}

.di-dish:before {
	content: "\a108";
}

.di-donut:before {
	content: "\a109";
}

.di-glasses:before {
	content: "\a10a";
}

.di-glasses-r:before {
	content: "\a10b";
}

.di-keyboard:before {
	content: "\a10c";
}

.di-laptop:before {
	content: "\a10d";
}

.di-mail:before {
	content: "\a10e";
}

.di-separator:before {
	content: "\a10f";
}

.di-volume:before {
	content: "\a110";
}

.di-arrows:before {
	content: "\a111";
}

.di-arrows-alt:before {
	content: "\a112";
}

.di-audio:before {
	content: "\a113";
}

.di-audio-clef:before {
	content: "\a114";
}

.di-audio-square:before {
	content: "\a115";
}

.di-Backpack:before {
	content: "\a116";
}

.di-backward:before {
	content: "\a117";
}

.di-bag:before {
	content: "\a118";
}

.di-bag-g:before {
	content: "\a119";
}

.di-barbecue:before {
	content: "\a11a";
}

.di-barista:before {
	content: "\a11b";
}

.di-basket:before {
	content: "\a11c";
}

.di-bicycle:before {
	content: "\a11d";
}

.di-biscuit:before {
	content: "\a11e";
}

.di-bomb:before {
	content: "\a11f";
}

.di-book-download:before {
	content: "\a120";
}

.di-book-read:before {
	content: "\a121";
}

.di-bowl:before {
	content: "\a122";
}

.di-box-close:before {
	content: "\a123";
}

.di-box-open:before {
	content: "\a124";
}

.di-browser:before {
	content: "\a125";
}

.di-brush:before {
	content: "\a126";
}

.di-bullhorn:before {
	content: "\a127";
}

.di-burger:before {
	content: "\a128";
}

.di-cake:before {
	content: "\a129";
}

.di-camera:before {
	content: "\a12a";
}

.di-camera-photo:before {
	content: "\a12b";
}

.di-camera-video:before {
	content: "\a12c";
}

.di-candy-cane:before {
	content: "\a12d";
}

.di-candy-o:before {
	content: "\a12e";
}

.di-car-energy:before {
	content: "\a12f";
}

.di-car-g:before {
	content: "\a130";
}

.di-chain:before {
	content: "\a131";
}

.di-chair:before {
	content: "\a132";
}

.di-chef:before {
	content: "\a133";
}

.di-cherry:before {
	content: "\a134";
}

.di-chocolate:before {
	content: "\a135";
}

.di-chocolate-bar:before {
	content: "\a136";
}

.di-chopsticks:before {
	content: "\a137";
}

.di-clock:before {
	content: "\a138";
}

.di-close:before {
	content: "\a139";
}

.di-cloud-download:before {
	content: "\a13a";
}

.di-cloud-upload:before {
	content: "\a13b";
}

.di-cocktail:before {
	content: "\a13c";
}

.di-coffee:before {
	content: "\a13d";
}

.di-cog:before {
	content: "\a13e";
}

.di-cog-r:before {
	content: "\a13f";
}

.di-coin-dollar:before {
	content: "\a140";
}

.di-coin-euro:before {
	content: "\a141";
}

.di-coin-gbp:before {
	content: "\a142";
}

.di-comment:before {
	content: "\a143";
}

.di-comment-heart:before {
	content: "\a144";
}

.di-computer:before {
	content: "\a145";
}

.di-computer-display:before {
	content: "\a146";
}

.di-control:before {
	content: "\a147";
}

.di-cook:before {
	content: "\a148";
}

.di-cookies:before {
	content: "\a149";
}

.di-counter:before {
	content: "\a14a";
}

.di-crop:before {
	content: "\a14b";
}

.di-crown:before {
	content: "\a14c";
}

.di-cup:before {
	content: "\a14d";
}

.di-cupcake:before {
	content: "\a14e";
}

.di-cup-drink:before {
	content: "\a14f";
}

.di-cutlery:before {
	content: "\a150";
}

.di-database:before {
	content: "\a151";
}

.di-design:before {
	content: "\a152";
}

.di-design-cup:before {
	content: "\a153";
}

.di-diamond:before {
	content: "\a154";
}

.di-diving:before {
	content: "\a155";
}

.di-document:before {
	content: "\a156";
}

.di-dollar:before {
	content: "\a157";
}

.di-download:before {
	content: "\a158";
}

.di-drink:before {
	content: "\a159";
}

.di-earbuds:before {
	content: "\a15a";
}

.di-earbuds2:before {
	content: "\a15b";
}

.di-earpiece:before {
	content: "\a15c";
}

.di-earth-g:before {
	content: "\a15d";
}

.di-earth-hot:before {
	content: "\a15e";
}

.di-earthquake:before {
	content: "\a15f";
}

.di-edit:before {
	content: "\a160";
}

.di-energy-g:before {
	content: "\a161";
}

.di-envelope:before {
	content: "\a162";
}

.di-euro:before {
	content: "\a163";
}

.di-eyedropper:before {
	content: "\a164";
}

.di-factory-g:before {
	content: "\a165";
}

.di-flowers:before {
	content: "\a166";
}

.di-folder:before {
	content: "\a167";
}

.di-folder-accept:before {
	content: "\a168";
}

.di-folder-add:before {
	content: "\a169";
}

.di-folder-delete:before {
	content: "\a16a";
}

.di-forest:before {
	content: "\a16b";
}

.di-forward:before {
	content: "\a16c";
}

.di-frame:before {
	content: "\a16d";
}

.di-fuel-station:before {
	content: "\a16e";
}

.di-garbage:before {
	content: "\a16f";
}

.di-garbage-recycle:before {
	content: "\a170";
}

.di-gbp:before {
	content: "\a171";
}

.di-gift:before {
	content: "\a172";
}

.di-globe:before {
	content: "\a173";
}

.di-green-energy:before {
	content: "\a174";
}

.di-grid:before {
	content: "\a175";
}

.di-gum:before {
	content: "\a176";
}

.di-handle:before {
	content: "\a177";
}

.di-hat:before {
	content: "\a178";
}

.di-headphone:before {
	content: "\a179";
}

.di-headset:before {
	content: "\a17a";
}

.di-heart:before {
	content: "\a17b";
}

.di-home:before {
	content: "\a17c";
}

.di-home-g:before {
	content: "\a17d";
}

.di-hotdog:before {
	content: "\a17e";
}

.di-ice-cream:before {
	content: "\a17f";
}

.di-icecream-sandwich:before {
	content: "\a180";
}

.di-idea-g:before {
	content: "\a181";
}

.di-ink:before {
	content: "\a182";
}

.di-jelly:before {
	content: "\a183";
}

.di-key:before {
	content: "\a184";
}

.di-knife:before {
	content: "\a185";
}

.di-laptop-p:before {
	content: "\a186";
}

.di-leaf:before {
	content: "\a187";
}

.di-lock:before {
	content: "\a188";
}

.di-lock-r:before {
	content: "\a189";
}

.di-lollipop:before {
	content: "\a18a";
}

.di-magic:before {
	content: "\a18b";
}

.di-magnet:before {
	content: "\a18c";
}

.di-map-marker:before {
	content: "\a18d";
}

.di-map-marker-p:before {
	content: "\a18e";
}

.di-marker:before {
	content: "\a18f";
}

.di-mic:before {
	content: "\a190";
}

.di-mouse:before {
	content: "\a191";
}

.di-mp3:before {
	content: "\a192";
}

.di-muffin:before {
	content: "\a193";
}

.di-mug:before {
	content: "\a194";
}

.di-mustache:before {
	content: "\a195";
}

.di-network:before {
	content: "\a196";
}

.di-notebook:before {
	content: "\a197";
}

.di-nuclear:before {
	content: "\a198";
}

.di-paint-bucket:before {
	content: "\a199";
}

.di-pallete:before {
	content: "\a19a";
}

.di-pause:before {
	content: "\a19b";
}

.di-pause-circle:before {
	content: "\a19c";
}

.di-pen:before {
	content: "\a19d";
}

.di-pencil:before {
	content: "\a19e";
}

.di-pen-felt:before {
	content: "\a19f";
}

.di-pen-head:before {
	content: "\a1a0";
}

.di-pen-head-r:before {
	content: "\a1a1";
}

.di-photos:before {
	content: "\a1a2";
}

.di-picture:before {
	content: "\a1a3";
}

.di-pictures:before {
	content: "\a1a4";
}

.di-pie:before {
	content: "\a1a5";
}

.di-play:before {
	content: "\a1a6";
}

.di-play-cd:before {
	content: "\a1a7";
}

.di-play-circle:before {
	content: "\a1a8";
}

.di-popcorn:before {
	content: "\a1a9";
}

.di-popsicle:before {
	content: "\a1aa";
}

.di-popsicle-s:before {
	content: "\a1ab";
}

.di-radio:before {
	content: "\a1ac";
}

.di-random:before {
	content: "\a1ad";
}

.di-receipt:before {
	content: "\a1ae";
}

.di-remote-control:before {
	content: "\a1af";
}

.di-replay:before {
	content: "\a1b0";
}

.di-ring:before {
	content: "\a1b1";
}

.di-roller:before {
	content: "\a1b2";
}

.di-ruler:before {
	content: "\a1b3";
}

.di-screen:before {
	content: "\a1b4";
}

.di-screen-remote-control:before {
	content: "\a1b5";
}

.di-separator-s:before {
	content: "\a1b6";
}

.di-shirt:before {
	content: "\a1b7";
}

.di-shirt-r:before {
	content: "\a1b8";
}

.di-shoes:before {
	content: "\a1b9";
}

.di-shop:before {
	content: "\a1ba";
}

.di-shopping-bag-b:before {
	content: "\a1bb";
}

.di-shopping-bag-p:before {
	content: "\a1bc";
}

.di-shopping-bag-recycle:before {
	content: "\a1bd";
}

.di-shopping-bag-s:before {
	content: "\a1be";
}

.di-shopping-cart-cancel:before {
	content: "\a1bf";
}

.di-shopping-cart-down:before {
	content: "\a1c0";
}

.di-shopping-cart-up:before {
	content: "\a1c1";
}

.di-shopping-cart:before {
	content: "\a1c2";
}

.di-skull:before {
	content: "\a1c3";
}

.di-slice:before {
	content: "\a1c4";
}

.di-smartphone:before {
	content: "\a1c5";
}

.di-smile:before {
	content: "\a1c6";
}

.di-solar-energy:before {
	content: "\a1c7";
}

.di-spigot:before {
	content: "\a1c8";
}

.di-spike:before {
	content: "\a1c9";
}

.di-spray:before {
	content: "\a1ca";
}

.di-stamp:before {
	content: "\a1cb";
}

.di-sticker:before {
	content: "\a1cc";
}

.di-sticker-recycle:before {
	content: "\a1cd";
}

.di-strawberry:before {
	content: "\a1ce";
}

.di-sucker:before {
	content: "\a1cf";
}

.di-suitcase:before {
	content: "\a1d0";
}

.di-sun:before {
	content: "\a1d1";
}

.di-Sweets:before {
	content: "\a1d2";
}

.di-sync:before {
	content: "\a1d3";
}

.di-syringe:before {
	content: "\a1d4";
}

.di-tablet:before {
	content: "\a1d5";
}

.di-target:before {
	content: "\a1d6";
}

.di-tea:before {
	content: "\a1d7";
}

.di-tie:before {
	content: "\a1d8";
}

.di-truck:before {
	content: "\a1d9";
}

.di-truck-express:before {
	content: "\a1da";
}

.di-truck-recycle:before {
	content: "\a1db";
}

.di-turbine:before {
	content: "\a1dc";
}

.di-turbine-g:before {
	content: "\a1dd";
}

.di-umbrella:before {
	content: "\a1de";
}

.di-unlock:before {
	content: "\a1df";
}

.di-upload:before {
	content: "\a1e0";
}

.di-user:before {
	content: "\a1e1";
}

.di-user-r:before {
	content: "\a1e2";
}

.di-user-r-accept-99:before {
	content: "\a1e3";
}

.di-user-r-accept-100:before {
	content: "\a1e4";
}

.di-user-r-delete:before {
	content: "\a1e5";
}

.di-user-talk:before {
	content: "\a1e6";
}

.di-wafers:before {
	content: "\a1e7";
}

.di-wallet:before {
	content: "\a1e8";
}

.di-wallet-empty:before {
	content: "\a1e9";
}

.di-warehouse:before {
	content: "\a1ea";
}

.di-watch:before {
	content: "\a1eb";
}

.di-whale:before {
	content: "\a1ec";
}

.di-wrench:before {
	content: "\a1ed";
}

.di-wrench-head:before {
	content: "\a1ee";
}

.di-wrenchs:before {
	content: "\a1ef";
}

/***********************************************************************************************/
/* GENERAL TYPOGRAPHY STYLES */
/***********************************************************************************************/
html {
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
.posted_in label,
h6 {
	font-family: "Open Sans", Helvetica, Georgia, Times, serif;
	font-weight: 700;
	color: #707070;
	text-rendering: optimizeLegibility;
	margin-bottom: 0.5em;
	line-height: 24;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
.posted_in label a,
h6 a {
	color: #384047;
}

h1 span.highlight,
h2 span.highlight,
h3 span.highlight,
h4 span.highlight,
h5 span.highlight,
.posted_in label span.highlight,
h6 span.highlight {
	color: #ffffff;
	background-color: darkgreen;
	-webkit-box-shadow: 8px 0 0 green, -8px 0 0 green;
	box-shadow: 8px 0 0 green, -8px 0 0 green;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
	line-height: 43px;
}

.article h3,
.article h4,
.article h5,
.article .posted_in label,
.posted_in .article label,
.article h6 {
	padding: 1.5em 0 0.5em;
}

h1 {
	font-size: 60px;
	line-height: 72px;
	font-size: 4.25rem;
	line-height: 4.5rem;
	-webkit-transition: 0.1;
	transition: 0.1;
	letter-spacing: 0.05em;
}

h2 {
	font-size: 36px;
	line-height: 48px;
	font-size: 2.25rem;
	line-height: 3rem;
	-webkit-transition: 0.1;
	transition: 0.1;
}

h3 {
	font-size: 28px;
	line-height: 24px;
	font-size: 1.75rem;
	line-height: 1.5rem;
	-webkit-transition: 0.1;
	transition: 0.1;
	letter-spacing: 0.025em;
}

h4 {
	font-size: 22px;
	line-height: 22px;
	font-size: 1.375rem;
	line-height: 1.375rem;
	-webkit-transition: 0.1;
	transition: 0.1;
	letter-spacing: 0.025em;
}

h5,
.posted_in label {
	font-size: 18px;
	line-height: 18px;
	font-size: 1.125rem;
	line-height: 1.125rem;
	-webkit-transition: 0.1;
	transition: 0.1;
	letter-spacing: 0.01em;
}

h6 {
	font-size: 14px;
	line-height: 14px;
	font-size: 0.875rem;
	line-height: 0.875rem;
	font-weight: 600;
	-webkit-transition: 0.1;
	transition: 0.1;
}

caption {
	font-size: 0.667rem;
}

small {
	font-size: 0.444rem;
}

a {
	color: darkgreen;
	text-decoration: none;
	outline: 0;
	line-height: inherit;
	max-width: 100%;
	max-width: none\9;
}

a:hover {
	/* color: #e62800; */
	text-decoration: underline;
}

a:hover,
a:focus,
a:visited {
	outline: 0;
}

p a,
p a:visited {
	line-height: inherit;
}

.bold {
	font-weight: 600 !important;
}

p {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #a1a1a1;
	font-size: 14px;
	line-height: 24px;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0.01em;
	word-spacing: 0.01em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

p.lead {
	font-size: 15px;
	line-height: 22.5px;
	font-size: 0.9375rem;
	line-height: 1.40625rem;
	margin-bottom: 1.61803em;
}

p.article {
	font-size: 15px;
	line-height: 22.5px;
	font-size: 0.9375rem;
	line-height: 1.40625rem;
	padding: 0.75em 0;
}

p.section {
	padding: 0 5%;
	font-size: 1.35em;
	line-height: 1.6em;
	color: inherit;
	margin: 0 0 2.6em;
	font-weight: 100;
}

/*******************************
        Highlighted Colors
*******************************/
::-webkit-selection {
	background-color: darkgreen;
	color: #ffffff;
}

::-moz-selection {
	background-color: darkgreen;
	color: #ffffff;
}

::selection {
	background-color: darkgreen;
	color: #ffffff;
}

/*******************************
        Word-Wrap
*******************************/
body {
	/* word-wrap: break-word; josh changed it was breaking titles... super annoyinh.*/
}

pre code {
	word-wrap: normal;
}

/***********************************************************************************************/
/* Blockquotes */
/***********************************************************************************************/
blockquote.post-quote {
	line-height: 20px;
	color: #777;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 20px;
	border-left: 5px solid green;
	position: relative;
}

blockquote.post-quote:before {
	content: "";
	font-family: "FontAwesome";
	font-size: 34px;
	line-height: 32px;
	font-size: 2.125rem;
	line-height: 2rem;
	margin-right: 20px;
	vertical-align: -0.4em;
	float: left;
}

blockquote.post-quote p {
	font-size: 18px;
	line-height: 28px;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-style: italic;
	margin-left: 20px;
	margin-bottom: 0;
	overflow: hidden;
}

blockquote.post-quote cite {
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #a1a1a1;
}

blockquote.post-quote cite:before {
	content: "\2014 \0020";
}

blockquote.post-quote cite a {
	color: #a1a1a1;
}

blockquote.post-quote cite a:visited {
	color: #a1a1a1;
}

blockquote.blog-style {
	background-color: #707070;
	border-left: none;
	font-style: italic;
	position: relative;
	text-align: center;
	display: block;
	padding: 60px 35px;
}

blockquote.blog-style p,
blockquote.blog-style cite {
	position: relative;
	color: #ffffff !important;
	font-size: 24px;
	line-height: 28px;
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: 400;
	z-index: 5;
}

blockquote.blog-style p a,
blockquote.blog-style cite a {
	display: inline-block;
	margin-top: 20px;
	color: #ffffff;
}

blockquote.blog-style p {
	margin-bottom: 30px;
}

blockquote.blog-style cite {
	font-size: 16px;
	line-height: 16px;
	font-size: 1rem;
	line-height: 1rem;
	letter-spacing: 0.05em;
}

blockquote.blog-style cite:before {
	content: "-";
}

blockquote.blog-style cite:after {
	content: "-";
}

.small-quote.blog-style {
	padding: 40px 40px;
}

.small-quote.blog-style p {
	margin-bottom: 25px;
}

/***********************************************************************************************/
/* CODE */
/***********************************************************************************************/
pre code {
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
}

pre {
	white-space: pre;
}

code {
	white-space: pre;
	font-family: monospace;
}

code,
pre {
	font-family: Monospace;
	color: #959595;
	border: 1px solid #ddd;
	background-color: #eeeeee;
	border-radius: 3px;
	max-width: 100%;
	display: inline-block;
	overflow: auto;
	vertical-align: middle;
	line-height: 1.3;
}

pre {
	display: block;
	padding: 0.786em 1.071em;
	margin: 0 0 1.313em;
	font-size: 22px;
	line-height: 24px;
	font-size: 1.375rem;
	line-height: 1.5rem;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #021321;
	-webkit-box-shadow: inset 10px 0 0 0 black;
	box-shadow: inset 10px 0 0 0 black;
}

pre code {
	color: #959595;
	background-color: #eeeeee;
	font-size: 0.85em;
	border-radius: 3px;
	padding: 0;
	background-color: transparent;
	border: 0;
}

.dima-code {
	line-height: 1;
}

/***********************************************************************************************/
/* Mark */
/***********************************************************************************************/
mark {
	font-variant: small-caps;
}

mark.dima-mark {
	padding: 0.125rem 0.3125rem 0.25rem 0.3125rem;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
	color: white;
	background-color: darkgreen;
}

/***********************************************************************************************/
/* DropCap */
/***********************************************************************************************/
.dropcap {
	display: block;
	float: left;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	font-family: Georgia;
}

.dropcap.dropcap-1 {
	background: transparent;
	text-align: center;
	border: 1px solid transparent;
	font-size: 70px;
	line-height: 70px;
	font-size: 4.375rem;
	line-height: 4.375rem;
	color: darkgreen;
}

.dropcap.dropcap-2 {
	position: relative;
	top: 5px;
	background: green;
	color: #fff;
	border-radius: 25px;
	text-align: center;
	border: 1px solid transparent;
	font-size: 30px;
	line-height: 45px;
	font-size: 1.875rem;
	line-height: 2.8125rem;
}

.dropcap.dropcap-3 {
	position: relative;
	top: 5px;
	background: green;
	color: #fff;
	text-align: center;
	border: 1px solid transparent;
	font-size: 30px;
	line-height: 45px;
	font-size: 1.875rem;
	line-height: 2.8125rem;
}

/***********************************************************************************************/
/* Lists */
/***********************************************************************************************/
ul {
	list-style: none outside;
}

ul li {
	color: #a1a1a1;
}

ul.icon-list li {
	position: relative;
	overflow: hidden;
	margin-bottom: 6px;
	padding-left: 25px;
	line-height: 20px;
}

ul.icon-list li i {
	position: absolute;
	left: 0;
	text-align: center;
	top: 3px;
	width: 14px;
	font-size: 14px;
	line-height: 14px;
	font-size: 0.875rem;
	line-height: 0.875rem;
}

ul.with-border.dotted-border li {
	border-top: 1px dotted #e1e1e1;
}

ul.with-border.dashed-border li {
	border-top: 1px dashed #e1e1e1;
}

ul.with-border li {
	display: block;
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid #f2f2f2;
}

ul.with-border li strong {
	font-weight: bold;
	color: #707070;
}

ul.with-border li ul {
	padding-left: 20px;
	opacity: 0.7;
	padding-top: 20px;
	margin-bottom: -20px;
}

ul.with-border li ul li:last-child {
	padding-bottom: 20px;
}

ul.with-border li:last-child {
	padding-bottom: 0px;
}

ul.with-border p {
	margin-bottom: 0;
}

ul.list-style li {
	position: relative;
	overflow: hidden;
	margin-bottom: 6px;
	padding-left: 20px;
	line-height: 20px;
}

ul.list-style li:before {
	content: "\f068";
	font-family: "FontAwesome";
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 12px;
	line-height: 22px;
	color: darkgreen;
}

ul.list-style li.no-icon:before {
	content: "";
}

ul.list li {
	position: relative;
	overflow: hidden;
	margin-bottom: 6px;
	line-height: 20px;
}

ul.list li i {
	padding-right: 5px;
}

ul.stars li:before {
	content: "\f006";
}

ul.angle li:before {
	content: "\f105";
}

ul.check li:before {
	content: "\f00c";
}

ul.thumb-tack li:before {
	content: "\f08d";
}

ol {
	list-style: decimal;
}

/*********************
*  OK Grids System   *
*  By PixelDima      *
**********************/
/**************
*  Variables  *
***************/
/******************
* Container width *
*******************/
/**************
*  Breakpoint *
***************/
/**************
*   [MIXINS]  *
***************/
/*  Get Container Width  */
/*  Get Column Width  */
/*  Get offset margin  */
.visible-md {
	display: inherit !important;
}

.visible-ld,
.visible-xld,
.visible-sd,
.visible-xsd {
	display: none;
}

.hidden-md {
	display: none !important;
}

.hidden-ld,
.hidden-xld,
.hidden-sd,
.hidden-xsd {
	display: inherit;
}

.boxed {
	margin: 0 auto;
	overflow: visible;
}

/*Columns Loop*/
/*  One Row  */
.ok-row {
	position: relative;
	margin: 0 -15px;
	clear: both;
}

.ok-row .ok-row {
	margin-bottom: 0;
}

.ok-row.no-margin {
	margin: 0 0;
}

.ok-row.no-margin > [class*="ok-"] {
	padding: 0 0;
}

.ok-row:before,
.ok-row:after {
	display: table;
	content: "";
	line-height: 0;
}

.ok-row:after {
	clear: both;
}

/*Medium devices 960 and up */
.container {
	position: relative;
	max-width: 970px;
	margin: 0 auto;
	clear: both;
}

.boxed {
	max-width: 970px;
	width: 90%;
}

.boxed .container {
	width: 95%;
}

div .ok-md-12 {
	position: relative;
	width: 100%;
	padding: 0px 15px;
	float: left;
}

div .ok-md-11 {
	position: relative;
	width: 91.66667%;
	padding: 0px 15px;
	float: left;
}

div .ok-md-10 {
	position: relative;
	width: 83.33333%;
	padding: 0px 15px;
	float: left;
}

div .ok-md-9 {
	position: relative;
	width: 75%;
	padding: 0px 15px;
	float: left;
}

div .ok-md-8 {
	position: relative;
	width: 66.66667%;
	padding: 0px 15px;
	float: left;
}

div .ok-md-7 {
	position: relative;
	width: 58.33333%;
	padding: 0px 15px;
	float: left;
}

div .ok-md-6 {
	position: relative;
	width: 50%;
	padding: 0px 15px;
	float: left;
}

div .ok-md-5 {
	position: relative;
	width: 41.66667%;
	padding: 0px 15px;
	float: left;
}

div .ok-md-4 {
	position: relative;
	width: 33.33333%;
	padding: 0px 15px;
	float: left;
}

div .ok-md-3 {
	position: relative;
	width: 25%;
	padding: 0px 15px;
	float: left;
}

div .ok-md-3-1 {
	position: relative;
	width: 20%;
	padding: 0px 0px;
	float: left;
}

div .ok-md-2 {
	position: relative;
	width: 16.66667%;
	padding: 0px 15px;
	float: left;
}

div .ok-md-1 {
	position: relative;
	width: 8.33333%;
	padding: 0px 15px;
	float: left;
}

div .ok-offset-md-12 {
	margin-left: 100%;
}

div .ok-offset-md-11 {
	margin-left: 91.66667%;
}

div .ok-offset-md-10 {
	margin-left: 83.33333%;
}

div .ok-offset-md-9 {
	margin-left: 75%;
}

div .ok-offset-md-8 {
	margin-left: 66.66667%;
}

div .ok-offset-md-7 {
	margin-left: 58.33333%;
}

div .ok-offset-md-6 {
	margin-left: 50%;
}

div .ok-offset-md-5 {
	margin-left: 41.66667%;
}

div .ok-offset-md-4 {
	margin-left: 33.33333%;
}

div .ok-offset-md-3 {
	margin-left: 25%;
}

div .ok-offset-md-2 {
	margin-left: 16.66667%;
}

div .ok-offset-md-1 {
	margin-left: 8.33333%;
}

div .no-md-offset {
	margin-left: 0;
}

/*(xsd) */
@media only screen and (max-width: 480px) {
	.visible-xsd {
		display: inherit !important;
	}
	.visible-ld,
	.visible-md,
	.visible-sd,
	.visible-xld {
		display: none;
	}
	.hidden-xsd {
		display: none !important;
	}
	.hidden-ld,
	.hidden-md,
	.hidden-sd,
	.hidden-xld {
		display: inherit;
	}
	.boxed {
		width: 100%;
	}
	.container {
		width: 90%;
	}
	div [class*="ok-"] {
		width: 100% !important;
		padding: 0;
		margin-bottom: 30px;
	}
	div .ok-row {
		margin: 0;
		margin-bottom: 0;
	}
	div [class*="ok-offset-"] {
		margin-left: 0;
	}
}

@media only screen and (max-width: 768px) {
	.visible-xsd {
		display: inherit !important;
	}
	.visible-ld,
	.visible-md,
	.visible-sd,
	.visible-xld {
		display: none;
	}
	.hidden-xsd {
		display: none !important;
	}
	.hidden-ld,
	.hidden-md,
	.hidden-sd,
	.hidden-xld {
		display: inherit;
	}
	body.boxed {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.container {
		width: 90%;
	}
	div .ok-xsd-4 {
		position: relative;
		width: 33.33333%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-xsd-4 {
		margin-left: 33.33333%;
	}
	div .ok-xsd-6 {
		position: relative;
		width: 50%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-xsd-6 {
		margin-left: 50%;
	}
	div .ok-xsd-12 {
		position: relative;
		width: 100%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-xsd-12 {
		margin-left: 100%;
	}
	div .no-xsd-offset {
		margin-left: 0;
	}
}

/*(sd) Tablet Grid  [768px,989px[ */
@media only screen and (min-width: 768px) and (max-width: 989px) {
	.visible-sd {
		display: inherit !important;
	}
	.visible-ld,
	.visible-md,
	.visible-xld,
	.visible-xsd {
		display: none;
	}
	.hidden-sd {
		display: none !important;
	}
	.hidden-ld,
	.hidden-md,
	.hidden-xld,
	.hidden-xsd {
		display: inherit;
	}
	body.boxed {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.container {
		width: 90%;
	}
	div .ok-sd-12 {
		position: relative;
		width: 100%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-sd-12 {
		margin-left: 100%;
	}
	div .ok-sd-11 {
		position: relative;
		width: 91.66667%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-sd-11 {
		margin-left: 91.66667%;
	}
	div .ok-sd-10 {
		position: relative;
		width: 83.33333%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-sd-10 {
		margin-left: 83.33333%;
	}
	div .ok-sd-9 {
		position: relative;
		width: 75%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-sd-9 {
		margin-left: 75%;
	}
	div .ok-sd-8 {
		position: relative;
		width: 66.66667%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-sd-8 {
		margin-left: 66.66667%;
	}
	div .ok-sd-7 {
		position: relative;
		width: 58.33333%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-sd-7 {
		margin-left: 58.33333%;
	}
	div .ok-sd-6 {
		position: relative;
		width: 50%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-sd-6 {
		margin-left: 50%;
	}
	div .ok-sd-5 {
		position: relative;
		width: 41.66667%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-sd-5 {
		margin-left: 41.66667%;
	}
	div .ok-sd-4 {
		position: relative;
		width: 33.33333%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-sd-4 {
		margin-left: 33.33333%;
	}
	div .ok-sd-3 {
		position: relative;
		width: 25%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-sd-3 {
		margin-left: 25%;
	}
	div .ok-sd-2 {
		position: relative;
		width: 16.66667%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-sd-2 {
		margin-left: 16.66667%;
	}
	div .ok-sd-1 {
		position: relative;
		width: 8.33333%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-sd-1 {
		margin-left: 8.33333%;
	}
	div .no-sd-offset {
		margin-left: 0;
	}
}

/*(ld) Desktop Large Grid 1140px and up*/
@media only screen and (min-width: 1140px) {
	.visible-ld {
		display: inherit !important;
	}
	.visible-xld,
	.visible-md,
	.visible-sd,
	.visible-xsd {
		display: none;
	}
	.hidden-ld {
		display: none !important;
	}
	.hidden-xld,
	.hidden-md,
	.hidden-sd,
	.hidden-xsd {
		display: inherit;
	}
	.boxed {
		max-width: 1140px;
		width: 90%;
	}
	.container {
		max-width: 1140px;
	}
	div .ok-ld-12 {
		position: relative;
		width: 100%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-ld-12 {
		margin-left: 100%;
	}
	div .ok-ld-11 {
		position: relative;
		width: 91.66667%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-ld-11 {
		margin-left: 91.66667%;
	}
	div .ok-ld-10 {
		position: relative;
		width: 83.33333%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-ld-10 {
		margin-left: 83.33333%;
	}
	div .ok-ld-9 {
		position: relative;
		width: 75%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-ld-9 {
		margin-left: 75%;
	}
	div .ok-ld-8 {
		position: relative;
		width: 66.66667%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-ld-8 {
		margin-left: 66.66667%;
	}
	div .ok-ld-7 {
		position: relative;
		width: 58.33333%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-ld-7 {
		margin-left: 58.33333%;
	}
	div .ok-ld-6 {
		position: relative;
		width: 50%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-ld-6 {
		margin-left: 50%;
	}
	div .ok-ld-5 {
		position: relative;
		width: 41.66667%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-ld-5 {
		margin-left: 41.66667%;
	}
	div .ok-ld-4 {
		position: relative;
		width: 33.33333%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-ld-4 {
		margin-left: 33.33333%;
	}
	div .ok-ld-3 {
		position: relative;
		width: 25%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-ld-3 {
		margin-left: 25%;
	}
	div .ok-ld-2 {
		position: relative;
		width: 16.66667%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-ld-2 {
		margin-left: 16.66667%;
	}
	div .ok-ld-1 {
		position: relative;
		width: 8.33333%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-ld-1 {
		margin-left: 8.33333%;
	}
	div .no-ld-offset {
		margin-left: 0;
	}
}

/*(xld) Desktop Extra Large Grid 1600px and up*/
@media only screen and (min-width: 1600px) {
	.visible-xld {
		display: inherit !important;
	}
	.visible-ld,
	.visible-md,
	.visible-sd,
	.visible-xsd {
		display: none;
	}
	.hidden-xld {
		display: none !important;
	}
	.hidden-ld,
	.hidden-md,
	.hidden-sd,
	.hidden-xsd {
		display: inherit;
	}
	.boxed {
		max-width: 1200px;
		width: 90%;
	}
	.container {
		max-width: 1400px; /* OMAR: 4/20/2025 to allow 6 columns changed from 1200px */
	}
	div .ok-xld-12 {
		position: relative;
		width: 100%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-xld-12 {
		margin-left: 100%;
	}
	div .ok-xld-11 {
		position: relative;
		width: 91.66667%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-xld-11 {
		margin-left: 91.66667%;
	}
	div .ok-xld-10 {
		position: relative;
		width: 83.33333%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-xld-10 {
		margin-left: 83.33333%;
	}
	div .ok-xld-9 {
		position: relative;
		width: 75%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-xld-9 {
		margin-left: 75%;
	}
	div .ok-xld-8 {
		position: relative;
		width: 66.66667%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-xld-8 {
		margin-left: 66.66667%;
	}
	div .ok-xld-7 {
		position: relative;
		width: 58.33333%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-xld-7 {
		margin-left: 58.33333%;
	}
	div .ok-xld-6 {
		position: relative;
		width: 50%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-xld-6 {
		margin-left: 50%;
	}
	div .ok-xld-5 {
		position: relative;
		width: 41.66667%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-xld-5 {
		margin-left: 41.66667%;
	}
	div .ok-xld-4 {
		position: relative;
		width: 33.33333%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-xld-4 {
		margin-left: 33.33333%;
	}
	div .ok-xld-3 {
		position: relative;
		width: 25%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-xld-3 {
		margin-left: 25%;
	}
	div .ok-xld-2 {
		position: relative;
		width: 16.66667%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-xld-2 {
		margin-left: 16.66667%;
	}
	div .ok-xld-1 {
		position: relative;
		width: 8.33333%;
		padding: 0px 15px;
		float: left;
	}
	div .ok-offset-xld-1 {
		margin-left: 8.33333%;
	}
	div .no-xld-offset {
		margin-left: 0;
	}
}

div .ok-row.row-margin-bottom [class*="ok-"] {
	margin-bottom: 30px;
}

/*--------------------
        Form
---------------------*/
::-webkit-input-placeholder {
	color: #707070;
}

::-moz-placeholder {
	color: #707070;
}

.form {
	position: relative;
	max-width: 100%;
}

.form {
	font-size: 1em;
}

/*.form :first-child {
  margin-top: 0em;
}

.form :last-child {
  margin-bottom: 0em;
}*/
/*--------------------
        Content
---------------------*/
.form > p {
	margin: 1em 0;
}

/*--------------------
        Field
---------------------*/
.form .field {
	clear: both;
	margin: 0em 0em 30px;
}

.form .field.last {
	margin-bottom: 0;
}

/*--------------------
        Labels
---------------------*/
.field > label {
	margin: 0 0 10px;
	display: block;
	color: #707070;
	font-family: "Lato", Helvetica, Arial, sans-serif "Open Sans", Helvetica, Georgia, Times, serif;
	font-size: 14px;
	line-height: 14px;
	font-size: 0.875rem;
	line-height: 0.875rem;
}

.field > label.error {
	color: #c10000;
	font-size: 12px;
	line-height: 11px;
	font-size: 0.75rem;
	line-height: 0.6875rem;
	margin-top: 5px;
	padding: 0;
}

.field > label.required:after {
	content: "*";
	color: darkgreen;
	margin-left: 5px;
}

.search-form {
	position: relative;
}

.search-form:before {
	content: "\f002";
	font-size: 22px;
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	top: 15px;
	color: #707070;
}

/*--------------------
    Standard Inputs
---------------------*/
textarea,
select,
input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="tel"],
.input {
	width: 100%;
}

select {
	background: transparent url("../images/br_down.svg") no-repeat;
	background-repeat: no-repeat;
	background-size: 22px;
	padding-right: 35px;
	background-position: center right;
}

textarea,
select,
input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="tel"] {
	margin: 0em;
	padding: 16px;
	background-color: white;
	border: 1px solid #e1e1e1;
	outline: none;
	color: #727272;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0.3) inset;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

textarea.darck,
select.darck,
input[type="text"].darck,
input[type="email"].darck,
input[type="date"].darck,
input[type="password"].darck,
input[type="number"].darck,
input[type="url"].darck,
input[type="tel"].darck {
	background-color: rgba(0, 0, 0, 0.6);
}

textarea.light,
select.light,
input[type="text"].light,
input[type="email"].light,
input[type="date"].light,
input[type="password"].light,
input[type="number"].light,
input[type="url"].light,
input[type="tel"].light {
	background-color: rgba(0, 0, 0, 0.6);
}

/*************/
/*  Theme    */
/*************/
.form.darck textarea,
.form.darck input[type="text"],
.form.darck input[type="email"],
.form.darck input[type="date"],
.form.darck input[type="password"],
.form.darck input[type="number"],
.form.darck input[type="url"],
.form.darck input[type="tel"] {
	background-color: rgba(0, 0, 0, 0.6);
}

.form.transparent textarea,
.form.transparent input[type="text"],
.form.transparent input[type="email"],
.form.transparent input[type="date"],
.form.transparent input[type="password"],
.form.transparent input[type="number"],
.form.transparent input[type="url"],
.form.transparent input[type="tel"] {
	background-color: transparent;
}

.form.light textarea,
.form.light input[type="text"],
.form.light input[type="email"],
.form.light input[type="date"],
.form.light input[type="password"],
.form.light input[type="number"],
.form.light input[type="url"],
.form.light input[type="tel"] {
	background-color: white;
}

.textarea,
.form textarea {
	line-height: 1.33;
	min-height: 8em;
	height: 12em;
	max-height: 24em;
	resize: vertical;
}

textarea,
input[type="checkbox"],
input[type="radio"] {
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance: none;
	outline: none;
}

input.checkbox,
input[type="checkbox"],
input.radio,
input[type="radio"] {
	width: 15px;
	height: 15px;
	border: 1px solid #e1e1e1;
	margin-right: 10px;
	font-family: "Lato", Helvetica, Arial, sans-serif "Open Sans", Helvetica, Georgia, Times, serif;
	vertical-align: middle;
}

input.radio,
input[type="radio"] {
	border-radius: 50%;
}

input.checkbox:checked:before,
input[type="checkbox"]:checked:before,
input.radio:checked:before,
input[type="radio"]:checked:before {
	display: block;
	content: "\f00c";
	position: relative;
	font-family: "FontAwesome";
	top: 50%;
	left: 50%;
	font-size: 10px;
	margin-left: -5px;
	margin-top: -5px;
}

input.radio:checked:before,
input[type="radio"]:checked:before {
	content: "\f111";
	top: 50%;
	left: 50%;
	font-size: 8px;
	margin-left: -3px;
	margin-top: -5px;
}

/*--------------------
   Messages
---------------------*/
.form .info.message,
.form .warning.message,
.form .error.message {
	display: none;
}

/* Assumptions */
.form .message:first-child {
	margin-top: 0px;
}

/* On Form */
.form.warning .warning.message {
	display: block;
}

.form.error .error.message {
	display: block;
}

/*******************************
            States
*******************************/
/*--------------------
        Focus
---------------------*/
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="date"]:focus,
.form input[type="password"]:focus,
.form input[type="number"]:focus,
.form input[type="url"]:focus,
.form input[type="tel"]:focus,
.form textarea:focus {
	border-color: green !important;
	-webkit-appearance: none;
	-webkit-box-shadow: 0.3em 0em 0em 0em green inset;
	box-shadow: 0.3em 0em 0em 0em green inset;
}

/*--------------------
        ERROR
---------------------*/
.form .field.error textarea,
.form .field.error input[type="text"],
.form .field.error input[type="email"],
.form .field.error input[type="date"],
.form .field.error input[type="password"],
.form .field.error input[type="number"],
.form .field.error input[type="url"],
.form .field.error input[type="tel"] {
	background-color: #fffafa;
	border-color: #e7bebe;
	border-left: none;
	color: #d95c5c;
	padding-left: 1.2em;
	-webkit-box-shadow: 0.3em 0em 0em 0em #d95c5c inset;
	box-shadow: 0.3em 0em 0em 0em #d95c5c inset;
}

/*--------------------
    Focus ERROR
---------------------*/
.form .field.error textarea:focus,
.form .field.error input[type="text"]:focus,
.form .field.error input[type="email"]:focus,
.form .field.error input[type="date"]:focus,
.form .field.error input[type="password"]:focus,
.form .field.error input[type="number"]:focus,
.form .field.error input[type="url"]:focus,
.form .field.error input[type="tel"]:focus {
	border-color: #ff5050;
	color: #ff5050;
	-webkit-appearance: none;
	-webkit-box-shadow: 0.3em 0em 0em 0em #ff5050 inset;
	box-shadow: 0.3em 0em 0em 0em #ff5050 inset;
}

/*--------------------
       Success
---------------------*/
.form .field.success textarea,
.form .field.success input[type="text"],
.form .field.success input[type="email"],
.form .field.success input[type="date"],
.form .field.success input[type="password"],
.form .field.success input[type="number"],
.form .field.success input[type="url"],
.form .field.success input[type="tel"] {
	background-color: #fafffa;
	border-color: #7cb342;
	border-left: none;
	color: #7cb342;
	padding-left: 1.2em;
	-webkit-box-shadow: 0.3em 0em 0em 0em #7cb342 inset;
	box-shadow: 0.3em 0em 0em 0em #7cb342 inset;
	opacity: 0.9;
}

/*--------------------
    Focus Success
---------------------*/
.form .field.success textarea:focus,
.form .field.success input[type="text"]:focus,
.form .field.success input[type="email"]:focus,
.form .field.success input[type="date"]:focus,
.form .field.success input[type="password"]:focus,
.form .field.success input[type="number"]:focus,
.form .field.success input[type="url"]:focus,
.form .field.success input[type="tel"]:focus {
	opacity: 1;
}

/*--------------------
  Empty (Placeholder)
---------------------*/
/* browsers require these rules separate */
.form::-webkit-input-placeholder {
	color: #aaaaaa;
}

.form::-moz-placeholder {
	color: #aaaaaa;
}

.form:focus::-webkit-input-placeholder {
	color: #999999;
}

.form:focus::-moz-placeholder {
	color: #999999;
}

/* Error Placeholder */
.form .error::-webkit-input-placeholder {
	color: rgba(255, 80, 80, 0.4);
}

.form .error::-moz-placeholder {
	color: rgba(255, 80, 80, 0.4);
}

.form .error:focus::-webkit-input-placeholder {
	color: rgba(255, 80, 80, 0.7);
}

.form .error:focus::-moz-placeholder {
	color: rgba(255, 80, 80, 0.7);
}

/*--------------------
       Disabled
---------------------*/
.form .field:disabled,
.form .field.disabled {
	opacity: 0.5;
}

.form .field.disabled label {
	opacity: 0.5;
}

.form .field.disabled:disabled {
	opacity: 1;
}

/*--------------------
     Loading State
---------------------*/
.form.loading-form {
	position: relative;
}

.form.loading-form:after {
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 101%;
	background: rgba(255, 255, 255, 0.5);
	visibility: visible;
	z-index: 40;
}

.form.loading-form:before {
	content: "\f110";
	-webkit-animation-delay: 2s;
	-webkit-animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	/* this prevents the animation from restarting! */
	-moz-animation-delay: 2s;
	-moz-animation-duration: 2s;
	-moz-animation-fill-mode: forwards;
	/* this prevents the animation from restarting! */
	-o-animation-delay: 2s;
	-o-animation-duration: 2s;
	-o-animation-fill-mode: forwards;
	/* this prevents the animation from restarting! */
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	/* this prevents the animation from restarting! */
	font-family: "FontAwesome";
	font-size: 35px;
	line-height: 35px;
	font-size: 2.1875rem;
	line-height: 2.1875rem;
	z-index: 55;
	position: absolute;
	top: 40%;
	left: 47%;
	color: darkgreen;
	-webkit-animation: fa-spin 2s infinite;
	animation: fa-spin 2s infinite;
}

/*******************************
           Variations
*******************************/
/*--------------------------
  Input w/ attached Button
---------------------------*/
.form input.attached {
	width: auto;
}

/*--------------------
      Date Input
---------------------*/
.form .date.field > label {
	position: relative;
}

.form .date.field > label:after {
	position: absolute;
	top: 2em;
	right: 0.5em;
	font-family: "Icons";
	content: "\f133";
	font-size: 1.2em;
	font-weight: normal;
	color: #cccccc;
}

/*--------------------
        Sizes
---------------------*/
.form-massive.form {
	font-size: 22px;
	line-height: 24px;
	font-size: 1.375rem;
	line-height: 1.5rem;
}

.form-massive.form [class*="ok-"] {
	margin-bottom: 0;
}

.form-huge.form {
	font-size: 20px;
	line-height: 22px;
	font-size: 1.25rem;
	line-height: 1.375rem;
}

.form-huge.form [class*="ok-"] {
	margin-bottom: 0;
}

.form-big.form {
	font-size: 18px;
	line-height: 20px;
	font-size: 1.125rem;
	line-height: 1.25rem;
}

.form-big.form [class*="ok-"] {
	margin-bottom: 0;
}

.form-large.form {
	font-size: 16px;
	line-height: 18px;
	font-size: 1rem;
	line-height: 1.125rem;
}

.form-large.form [class*="ok-"] {
	margin-bottom: 0;
}

.form-small.form {
	font-size: 14px;
	line-height: 16px;
	font-size: 0.875rem;
	line-height: 1rem;
}

.form-small.form [class*="ok-"] {
	margin-bottom: 0;
}

.form-mini.form {
	font-size: 12px;
	line-height: 14px;
	font-size: 0.75rem;
	line-height: 0.875rem;
}

.form-mini.form [class*="ok-"] {
	margin-bottom: 0;
}

/***********************************************************************************************/
/* GENERAL */
/*************************************************************************************************/
html.responsive,
.responsive body {
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-kerning: normal;
	-moz-font-kerning: normal;
	font-kerning: normal;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga", "kern";
	font-feature-settings: "liga", "kern";
}

body {
	direction: ltr;
	text-align: left;
	color: #a1a1a1;
	background-color: #ffffff;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-attachment: fixed;
	font-weight: 400;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	background-position: 0% 0%;
	font-size: 14px;
	line-height: 16px;
	font-size: 0.875rem;
	line-height: 1rem;
}

.boxed {
	background-color: #ffffff;
	/* backgroud images for body */
}

.boxed.crossed {
	background: url(../images/bg/crossed_stripes.jpg) repeat fixed;
}

.boxed.fabric {
	background: url(../images/bg/classy_fabric.jpg) repeat fixed;
}

.boxed.linen {
	background: url(../images/bg/low_contrast_linen.jpg) repeat fixed;
}

.boxed.wood {
	background: url(../images/bg/retina_wood.jpg) repeat fixed;
}

.boxed.diagmonds {
	background: url(../images/bg/diagmonds.jpg) repeat fixed;
}

.boxed.triangles {
	background: url(../images/bg/triangles.jpg) repeat fixed;
}

.boxed.black_mamba {
	background: url(../images/bg/black_mamba.jpg) repeat fixed;
}

.boxed.vichy {
	background: url(../images/bg/vichy.jpg) repeat fixed;
}

.boxed.back_pattern {
	background: url(../images/bg/back_pattern.jpg) repeat fixed;
}

.boxed.checkered_pattern {
	background: url(../images/bg/checkered_pattern.jpg) repeat fixed;
}

.boxed.graphy {
	background: url(../images/bg/graphy.jpg) repeat fixed;
}

.boxed.black_thread {
	background: url(../images/bg/black_thread.jpg) repeat fixed;
}

.boxed.subtlenet2 {
	background: url(../images/bg/subtlenet2.jpg) repeat fixed;
}

.both-sidebar .dima-container {
	width: 48.5%;
	margin-left: 30px;
}

.both-sidebar .dima-sidebar {
	width: 22.75%;
}

.mini-sidebar .dima-sidebar {
	width: 22.75%;
}

.mini-sidebar .dima-container {
	width: 74.25%;
}

.dima-team-content {
	padding: 1em;
	padding-top: 30px;
}

.dima-container {
	width: 65.83333333%;
}

.all_content {
	background: #ffffff;
}

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

.boxed {
	background-color: #fafafa;
	margin-top: 20px;
	margin-bottom: 20px;
}

.boxed .all_content {
	-webkit-box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135);
	box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135);
}

.boxed .dima-content {
	padding: 1.5em;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.vertical-menu .container {
	width: 85%;
	padding: 0;
}

/***********************************************************************************************/
/* HEADER */
/***********************************************************************************************/
header {
	width: 100%;
}

.dima-main {
	position: relative;
	float: none;
	display: block;
	width: auto;
}

.dima-main .dima-page-wrapper {
	margin-top: 20px;
	padding-bottom: 20px;
}

article.revolution {
	position: relative;
}

/* Container Title*/
.title_container {
	background: #707070;
}

.title_container .topaz-line {
	margin-bottom: 0px;
}

.title_container .dima-section-cover {
	opacity: 0.8;
}

.title_container.start-style .page-section-content {
	padding: 70px 0;
}

.title_container.start-style h2 {
	margin-bottom: 0px;
	color: #ffffff;
}

.title_container.start-style .dima-breadcrumbs {
	z-index: 10;
	line-height: 15px;
	font-size: 14px;
	line-height: 14px;
	font-size: 0.875rem;
	line-height: 0.875rem;
	color: #ffffff;
}

.title_container.start-style .dima-breadcrumbs.breadcrumbs-end {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}

.title_container.start-style .dima-breadcrumbs.breadcrumbs-start {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
}

.title_container.start-style .dima-breadcrumbs.breadcrumbs-center {
	text-align: center;
}

.title_container.start-style .dima-breadcrumbs a {
	color: #ffffff;
}

.title_container.start-style .dima-breadcrumbs a:hover {
	text-decoration: underline;
}

.sep {
	padding: 0 5px;
}

.fixed_header {
	position: fixed;
	z-index: 100;
}

/***********************************************************************************************/
/* Page Section */
/***********************************************************************************************/
.section {
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.background-image-hide {
	position: absolute;
	top: -30px;
	height: 125%;
	width: 100%;
	background-size: cover !important;
	z-index: 0;
	background-position: 50% 50%;
}

.background-image-holder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	z-index: -1;
	background-position: 50% 50%;
}

.page-section-content {
	padding: 4.25em 0;
	position: relative;
	/*overflow: hidden;*/
	background-attachment: fixed;
}

.page-section-content .page-section-app {
	z-index: 5;
}

.page-section-content .page-section-app p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 300;
}

.page-section {
	z-index: 5;
	position: relative;
}

.page-section .topaz-line:before,
.page-section .topaz-line:after {
	border-bottom: 1px solid #fff;
}

.app {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 300;
}

.headline-wrapper {
	padding: 4em 0px;
	background-color: #f39c12;
}

.fixed-parallax {
	overflow: visible;
}

.fixed-parallax .background-image-hide {
	background-attachment: fixed !important;
}

/***********************************************************************************************/
/* sidebar*/
/***********************************************************************************************/
.dima-sidebar {
	width: 31.666666667%;
}

.dima-sidebar .widget {
	position: relative;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	padding: 30px;
	margin-bottom: 30px;
}

.dima-sidebar .widget .widget-title {
	margin-bottom: 30px;
}

.dima-sidebar .widget.dima-author-box {
	padding: 40px;
	background: #707070;
}

.dima-sidebar .widget.dima-author-box .dima-about-image,
.dima-sidebar .widget.dima-author-box .dima-author-info {
	position: relative;
	z-index: 5;
}

.dima-sidebar .widget.dima-author-box .dima-about-image {
	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	float: none;
	margin-right: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dima-sidebar .widget.dima-author-box .dima-about-image img {
	-webkit-box-shadow: 0 0px 0 1px #ffffff;
	box-shadow: 0 0px 0 1px #ffffff;
}

.dima-sidebar .widget.dima-author-box p,
.dima-sidebar .widget.dima-author-box .dima-author-name,
.dima-sidebar .widget.dima-author-box a {
	color: #ffffff;
}

.dima-sidebar .widget.dima-tabs {
	background: transparent;
	border: none;
	padding: 0px;
}

.dima-sidebar .widget.dima-tabs .dima-tab-content .dima-tab_content {
	padding: 30px 30px;
}

.dima-sidebar .widget .dima-testimonial.quote-style blockquote p {
	color: #a1a1a1;
	font-size: 18px;
	line-height: 30px;
	font-size: 1.125rem;
	line-height: 1.875rem;
	font-weight: 400;
}

.dima-sidebar .flkr-cont li a img,
.dima-sidebar .dima-instagram li a img {
	width: 100%;
	height: auto;
}

.widget-content p {
	margin-bottom: 25px;
}

.widget-content .field {
	margin-bottom: 20px;
}

.widget-content ul.featured-posts li span {
	display: block;
	float: none;
	margin-top: 10px;
	font-size: 14px;
	line-height: 14px;
	font-size: 0.875rem;
	line-height: 0.875rem;
	color: #363636;
}

.widget-content ul.featured-posts li:hover h6 {
	color: darkgreen;
}

.widget-content ul.archif-posts li a,
.widget-content ul.categories-posts li a {
	color: #a1a1a1;
}

.widget-content ul.archif-posts li:hover > a,
.widget-content ul.categories-posts li:hover > a {
	color: darkgreen;
}

.widget-content ul.archif-posts li:last-child,
.widget-content ul.categories-posts li:last-child {
	margin-bottom: 0px;
}

.widget-content .dima-ads li {
	display: inline-table;
	float: left;
	width: 47.7%;
	margin-right: 3.7%;
	margin-bottom: 3.7%;
}

.widget-content .dima-ads li img {
	width: 100%;
}

.widget-content .dima-ads li:nth-child(2n + 2) {
	margin-right: 0%;
}

.flkr-cont,
.dima-instagram {
	position: relative;
	overflow: hidden;
}

.flkr-cont li,
.dima-instagram li {
	float: left;
	width: 30.1%;
	margin-right: 3.3%;
	margin-bottom: 3.3%;
}

.flkr-cont li:nth-child(3n + 3),
.dima-instagram li:nth-child(3n + 3) {
	margin-right: 0%;
}

/***********************************************************************************************/
/* FOOTER */
/***********************************************************************************************/
.top-footer {
	position: relative;
	background: #252525;
	padding: 70px 0;
	padding-bottom: 50px;
}

.top-footer h3 {
	color: #e6e6e6;
}

.top-footer p {
	color: #ffffff;
	margin-bottom: 0px;
}

.top-footer i {
	color: #ffffff;
}

.top-footer h6 {
	color: #ffffff;
}

.top-footer a {
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.top-footer a:hover {
	color: darkgreen;
}

.top-footer .widget .widget-titel {
	padding-bottom: 30px;
	margin-bottom: 0;
	color: #ffffff;
}

.top-footer .widget .widget-titel.with-border {
	border-bottom: 1px solid #363636;
	margin-bottom: 20px;
}

.top-footer .widget .widget-content {
	padding: 0 0 20px 0;
}

.top-footer .widget .widget-content hr {
	margin: 0;
	padding: 0px;
	margin-bottom: 20px;
	border-color: #ffffff;
}

.top-footer .widget textarea,
.top-footer .widget select,
.top-footer .widget input[type="text"],
.top-footer .widget input[type="email"],
.top-footer .widget input[type="date"],
.top-footer .widget input[type="password"],
.top-footer .widget input[type="number"],
.top-footer .widget input[type="url"],
.top-footer .widget input[type="tel"] {
	border: 1px solid #363636;
}

.top-footer .with-border li {
	border-top: 1px solid #363636;
}

.top-footer .tweet-footer ul li {
	display: block;
	padding: 20px 0;
	border-top: 1px solid #363636;
}

.top-footer .tweet-footer ul li p {
	margin-bottom: 0px;
}

.top-footer .tweet-footer ul li p.tweet span,
.top-footer .tweet-footer ul li p.tweet a {
	color: darkgreen;
}

.top-footer .tweet-footer ul li .timePosted {
	color: #a1a1a1;
}

.top-footer.landing-footer {
	padding: 6.25em 0;
}

.top-footer.landing-footer .dima-social-footer {
	margin: 0 auto;
	display: inline-block;
}

footer {
	position: relative;
}

footer a {
	color: #ffffff;
	padding: 5px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

footer a:hover {
	color: darkgreen;
}

footer.dima-footer {
	background: linear-gradient(lightgrey, dimgrey);
	color: #ffffff;
	padding: 35px 0;
}

footer.dima-footer.e-footre .copyright {
	margin-top: 7px;
}

footer.dima-footer .dima-menu {
	margin-top: 5px;
}

footer.dima-footer .copyright {
	float: left;
}

footer.dima-footer .copyright p {
	color: #ffffff;
	margin-bottom: 0px;
}

footer.dima-footer .dima-social-footer {
	font-size: 18px;
	line-height: 18px;
	font-size: 1.125rem;
	line-height: 1.125rem;
	float: right;
}

@media only screen and (max-width: 767px) {
	footer .copyright,
	footer .dima-social-footer {
		float: none;
		text-align: center;
	}
}

/***********************************************************************************************/
/* UI ELEMENT STYLES */
/***********************************************************************************************/
/************************************************************
                      GLOBAL NAV CLASSES
*************************************************************/
.mobile-nav {
	display: none;
}

.dima-nav-fixed {
	top: 0;
	left: 0;
	right: 0;
	position: fixed !important;
	z-index: 1030;
}

.dima-navbar-fixed-top-active .clear-nav {
	position: relative;
	padding-top: 144px;
}

.clear-nav {
	position: relative;
	padding-top: 110px;
}

.dima-navbar {
	position: relative;
	overflow: visible;
	background-color: #ffffff;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	height: inherit;
	z-index: 1030;
	-webkit-box-shadow: 0px 0.866px 1px 0px #a6a498;
	box-shadow: 0px 0.866px 1px 0px #a6a498;
}

.dima-nav > li {
	float: left;
	position: relative;
}

.dima-nav > li > a {
	color: #707070;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	font-size: 0.875rem;
	line-height: 1rem;
	text-transform: uppercase;
	height: 90px;
	padding: 48px 15px 0px 15px;
	float: right;
	letter-spacing: 0px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.dima-nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	color: green !important;
}

.dima-nav .sub-menu h6 {
	color: #707070;
}

.dima-nav .sub-menu a {
	position: relative;
	display: block;
	clear: both;
	padding: 5px 30px;
	line-height: 1.7;
	font-size: 14px;
	white-space: nowrap;
	color: #707070;
	-webkit-transition: none;
	transition: none;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.dima-nav .sub-menu a:hover {
	text-decoration: none;
	color: darkgreen;
}

.dima-nav .sub-menu a i {
	padding-right: 10px;
	width: 20px;
}

/**
 * Desktop Nav
 */
.dima-navbar-wrap.desk-nav {
	position: relative;
	height: 90px;
}

.dima-navbar-wrap.desk-nav.dima-topbar-active {
	height: 90px !important;
}

.dima-navbar-wrap.desk-nav .dima-navbar-transparent.dima-navbar {
	background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dima-navbar-wrap.desk-nav .dima-navbar-transparent.dima-navbar .dima-nav > li > a,
.dima-navbar-wrap.desk-nav .dima-navbar-transparent.dima-navbar .dima-nav-end > li > a {
	color: #fff;
}

.dima-navbar-wrap.desk-nav .dima-navbar-transparent.fix_nav {
	background: #fff;
	-webkit-box-shadow: 0.5px 0.866px 1px 0px #a6a498;
	box-shadow: 0.5px 0.866px 1px 0px #a6a498;
}

.dima-navbar-wrap.desk-nav .dima-navbar-transparent.fix_nav .dima-nav > li > a,
.dima-navbar-wrap.desk-nav .dima-navbar-transparent.fix_nav .dima-nav-end > li > a {
	color: #707070;
}

.dima-navbar-wrap.desk-nav .dima-navbar .dima-brand {
	font-size: 40px;
	line-height: 42px;
}

.dima-navbar-wrap.desk-nav .dima-navbar .logo {
	float: left;
	position: relative;
	left: 0;
	height: 90px;
	z-index: 1;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.dima-navbar-wrap.desk-nav .dima-navbar .logo h1 {
	margin-bottom: 0;
	height: 100%;
	font-size: 0px;
	line-height: 0px;
	font-size: 0rem;
	line-height: 0rem;
}

.dima-navbar-wrap.desk-nav .dima-navbar .logo h1 img {
	display: inline-block;
	vertical-align: middle;
	max-width: 225px;
	width: auto;
	max-height: 150px;
	height: auto\9;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.dima-navbar-wrap.desk-nav .dima-navbar .logo h1 img.two {
	display: none;
}

.dima-navbar-wrap.desk-nav .dima-navbar .logo h1 img.one {
	display: inline-block;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end {
	position: static;
	display: block;
	float: right;
	margin: 0;
	z-index: 1030;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .sub-menu,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .sub-menu {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	right: 0;
	float: left;
	min-width: 260px;
	padding: 20px 0;
	margin: 0;
	list-style: none;
	background-color: #ffffff;
	background-clip: padding-box;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset 0 2px 0px green;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset 0 2px 0px green;
	z-index: 99999;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .sub-menu li,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .sub-menu li {
	position: relative;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .dima-hover > .sub-menu,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .dima-hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .dima-mega-menu,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .dima-mega-menu {
	position: static;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .dima-mega-menu > .sub-menu,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .dima-mega-menu > .sub-menu {
	left: 0;
	right: 0;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .dima-mega-menu > .sub-menu > li,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .dima-mega-menu > .sub-menu > li {
	float: left;
	margin: 18px 0;
	padding: 0 18px;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .dima-mega-menu > .sub-menu > li > a,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .dima-mega-menu > .sub-menu > li > a {
	text-transform: uppercase;
	opacity: 0.5;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .dima-mega-menu > .sub-menu > li > a:after,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .dima-mega-menu > .sub-menu > li > a:after {
	content: "";
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .dima-mega-menu > .sub-menu > li > .sub-menu,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .dima-mega-menu > .sub-menu > li > ul,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .dima-mega-menu > .sub-menu > li > .sub-menu,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .dima-mega-menu > .sub-menu > li > ul {
	position: static;
	width: 100%;
	min-width: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .dima-mega-menu.col-2 > .sub-menu > li,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .dima-mega-menu.col-2 > .sub-menu > li {
	width: 50%;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .dima-mega-menu.col-3 > .sub-menu > li,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .dima-mega-menu.col-3 > .sub-menu > li {
	width: 33.33%;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .dima-mega-menu.col-4 > .sub-menu > li,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .dima-mega-menu.col-4 > .sub-menu > li {
	width: 25%;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .dima-mega-menu.col-5 > .sub-menu > li,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .dima-mega-menu.col-5 > .sub-menu > li {
	width: 20%;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav > li,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end > li {
	position: relative;
	float: left;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav > li > a,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end > li > a {
	color: #707070;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	font-size: 1rem;
	line-height: 1rem;
	text-transform: uppercase;
	height: 90px;
	padding: 40px 15px 0px 15px;
	float: right;
	letter-spacing: 0px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav > li > a:hover,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	color: darkgreen;

	font-weight: bold;
	font-size: 1.1rem;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav > li.sfHover > a,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav > li.current > a,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end > li.sfHover > a,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end > li.current > a {
	color: darkgreen;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav > li > .sub-menu,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav > li .menu-full-width,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end > li > .sub-menu,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end > li .menu-full-width {
	left: -15px;
	right: auto;
	top: 110px;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav > li > .sub-menu a,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav > li > .sub-menu li,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav > li .menu-full-width a,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav > li .menu-full-width li,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end > li > .sub-menu a,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end > li > .sub-menu li,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end > li .menu-full-width a,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end > li .menu-full-width li {
	text-align: left;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav > li > .sub-menu .sub-menu,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav > li .menu-full-width .sub-menu,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end > li > .sub-menu .sub-menu,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end > li .menu-full-width .sub-menu {
	left: auto;
	right: 100%;
	top: -20px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset -2px 0px 0px green;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset -2px 0px 0px green;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav > li:after,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end > li:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav > li:last-child > a,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end > li:last-child > a {
	padding-right: 0;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav > li.sub-icon > a:after,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end > li.sub-icon > a:after {
	display: none;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .sub-icon > a:after,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .sub-icon > a:after {
	content: "\f107";
	position: absolute;
	right: 40px;
	margin-left: 0.35em;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	speak: none;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .menu-full-width,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .menu-full-width {
	position: static;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .menu-full-width .sub-menu,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .menu-full-width .sub-menu {
	width: 100%;
	left: 0px;
	padding: 15px 30px;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .menu-full-width .sub-menu a,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .menu-full-width .sub-menu a {
	padding: 5px 0px;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .menu-full-width .sub-menu a i,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .menu-full-width .sub-menu a i {
	padding-right: 25px;
	width: 20px;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .menu-full-width .menu-section,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .menu-full-width .menu-section {
	padding: 15px 0;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav .menu-full-width .menu-section h6,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .menu-full-width .menu-section h6 {
	color: #707070;
	font-weight: 700;
	text-align: left;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .shopping-btn a i,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .search-btn a i {
	font-size: 20px;
	line-height: 14px;
	font-size: 1.25rem;
	line-height: 0.875rem;
	-webkit-font-smoothing: antialiased;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .shopping-btn a:hover,
.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .search-btn a:hover {
	text-decoration: none;
	background-color: transparent;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-bottom: none !important;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .search-btn {
	margin-left: 15px;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .cart_wrapper .sub-menu {
	min-width: 360px;
	padding: 30px;
	left: -150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .cart_wrapper .sub-menu li a {
	padding: 0px;
	text-transform: uppercase;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .cart_wrapper .sub-menu li:last-child {
	padding-bottom: 0px;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .cart_wrapper .sub-menu li .attachment-shop_thumbnail {
	width: 65px;
	margin-right: 20px;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .cart_wrapper .sub-menu li .dima-close {
	top: -20px;
	position: absolute;
	right: 0px;
	color: whitesmoke;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .cart_wrapper .sub-menu .price ins {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	font-size: 0.875rem;
	line-height: 0.875rem;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .cart_wrapper .sub-menu p {
	font-weight: 700;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .cart_wrapper .total .amount {
	font-weight: 600;
	margin-left: 25px;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .cart_wrapper .start-border {
	padding-left: 45px;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .cart_wrapper .start-border:before {
	content: "";
	border-left: 1px solid #e1e1e1;
	position: absolute;
	height: 78px;
	overflow: auto;
	top: 16px;
	display: block;
	left: 0px;
	margin-left: 15px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav-end .cart_wrapper .start-border .badge-number {
	left: 60px;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .badge-number {
	position: absolute;
	width: 18px;
	height: 18px;
	font-size: 13px;
	line-height: 18px;
	font-size: 0.8125rem;
	line-height: 1.125rem;
	border-radius: 50%;
	color: #fff;
	display: block;
	text-align: center;
	background: green;
	top: 33px;
	left: 33px;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .donate {
	padding: 35px 0 0 30px;
	float: right;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.dima-navbar-wrap.desk-nav .dima-navbar nav .donate .button {
	margin-bottom: 0;
}

/************************************************************
                   for re-show menu items
*************************************************************/
@media only screen and (min-width: 990px) {
	.dima-navbar-wrap.desk-nav {
		/************************************************************
                              AFTER FIX NAVBAR
        *************************************************************/
	}
	.dima-navbar-wrap.desk-nav .dima-navbar nav .dima-nav {
		display: block !important;
	}
	.dima-navbar-wrap.desk-nav .dima-btn-nav {
		display: none;
	}
	.dima-navbar-wrap.desk-nav.fixed {
		height: 90px;
	}
	.dima-navbar-wrap.desk-nav.fixed .fix_nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.dima-navbar-wrap.desk-nav.fixed .fix_nav .two {
		display: inline-block !important;
	}
	.dima-navbar-wrap.desk-nav.fixed .fix_nav .one {
		display: none !important;
	}
	.dima-navbar-wrap.desk-nav.fixed.dima-topbar-active {
		height: 90px !important;
	}
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav > li > .sub-menu.nav-menu,
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav-end > li > .sub-menu.nav-menu {
		top: 90px;
		padding: 20px 0;
	}
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav > li > .sub-menu.nav-menu li a,
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav-end > li > .sub-menu.nav-menu li a {
		padding: 5px 30px;
	}
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav > li > .sub-menu.nav-menu .sub-menu,
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav-end > li > .sub-menu.nav-menu .sub-menu {
		top: -20px;
	}
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav > li > .sub-menu,
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav-end > li > .sub-menu {
		top: 90px;
	}
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav > li:last-child a,
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav-end > li:last-child a {
		padding-right: 0;
	}
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav > li.menu-full-width .sub-menu,
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav-end > li.menu-full-width .sub-menu {
		padding: 15px 30px;
	}
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav > li.menu-full-width .sub-menu li a,
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav-end > li.menu-full-width .sub-menu li a {
		padding: 5px 0px;
	}
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav > li > a {
		height: 90px;
		padding: 40px 15px 0px 15px;
	}
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav-end > li > a {
		height: 90px;
		padding: 40px 15px 0px 15px;
	}
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav-end > li > a.start-border {
		padding-left: 45px;
		padding-right: 0px;
	}
	.dima-navbar-wrap.desk-nav.fixed nav .dima-nav-end > li > a.start-border:before {
		height: 68px !important;
	}
	.dima-navbar-wrap.desk-nav.fixed .logo {
		height: 90px;
	}
	.dima-navbar-wrap.desk-nav.fixed .donate {
		padding: 30px 0 0 30px;
	}
}

/************************************************************
                      Tablet (Portrait)
*************************************************************/
@media only screen and (max-width: 989px) {
	.dima-btn-nav {
		display: block !important;
	}
	.dima-topbar ul:first-child {
		display: none;
	}
	.dima-topbar ul:last-child {
		float: none;
		text-align: center;
	}
	.desk-nav {
		display: none;
	}
	.mobile-nav {
		display: block;
	}
	#search-box input {
		font-size: 20px !important;
		font-weight: 300 !important;
		padding: 21px 2px !important;
	}
	.vertical-menu .dima-main,
	.vertical-menu .top-footer,
	.vertical-menu .dima-footer {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}

/**
 * Mobile menu
 */
.mobile-nav .col-2 > .sub-menu > li,
.mobile-nav .col-3 > .sub-menu > li,
.mobile-nav .col-4 > .sub-menu > li,
.mobile-nav .col-5 > .sub-menu > li {
	width: 100% !important;
}

.mobile-nav.dima-navbar-wrap {
	height: auto;
}

.mobile-nav.dima-navbar-wrap .dima-navbar {
	height: auto;
}

.mobile-nav.dima-navbar-wrap .dima-navbar .logo {
	float: left;
	position: absolute !important;
	left: 30%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mobile-nav.dima-navbar-wrap .dima-navbar .logo img {
	display: inline-block;
	width: auto;
	max-height: 80px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.mobile-nav.dima-navbar-wrap .dima-navbar .logo h1 {
	height: 90px;
}

.mobile-nav.dima-navbar-wrap .dima-navbar .logo img {
	max-width: 150px !important;
}

.mobile-nav.dima-navbar-wrap .dima-navbar .dima-sub-toggle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.mobile-nav.dima-navbar-wrap .dima-navbar .dima-sub-toggle .sub-icon {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -9px;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1;
}

.mobile-nav.dima-navbar-wrap .dima-navbar .dima-sub-toggle .sub-icon:before {
	content: "\f107";
	position: absolute;
	margin-left: 0.35em;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	speak: none;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	color: #707070;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav {
	padding-top: 90px;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end .shopping-btn a i,
.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end .search-btn a i {
	font-size: 20px;
	line-height: 14px;
	font-size: 1.25rem;
	line-height: 0.875rem;
	-webkit-font-smoothing: antialiased;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end .shopping-btn a:hover,
.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end .search-btn a:hover {
	text-decoration: none;
	background-color: transparent;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-bottom: none !important;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end .search-btn {
	margin-left: 15px;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end .start-border {
	padding-left: 45px;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end .start-border:before {
	content: "";
	border-left: 1px solid #e1e1e1;
	position: absolute;
	height: 58px;
	overflow: auto;
	top: 16px;
	display: block;
	left: 0px;
	margin-left: 15px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end .start-border .badge-number {
	left: 60px;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end .badge-number {
	position: absolute;
	width: 18px;
	height: 18px;
	font-size: 13px;
	line-height: 18px;
	font-size: 0.8125rem;
	line-height: 1.125rem;
	border-radius: 50%;
	color: #fff;
	display: block;
	text-align: center;
	background: green;
	top: 33px;
	left: 33px;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end > li {
	position: relative;
	float: left;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end > li > a {
	color: #707070;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	font-size: 0.875rem;
	line-height: 1rem;
	text-transform: uppercase;
	height: 90px;
	padding: 38px 15px 0px 15px;
	float: right;
	letter-spacing: 0px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	color: darkgreen;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end > li.cart_wrapper a:before {
	height: 50% !important;
	top: 25% !important;
	margin-left: 0px !important;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end > li.cart_wrapper .start-border {
	padding-left: 15px;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav {
	overflow: hidden;
	display: none;
	float: none;
	padding-bottom: 20px;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav > li {
	position: relative;
	display: block !important;
	margin-bottom: 0 !important;
	overflow: hidden;
	float: none;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav > li > a {
	position: relative;
	color: #707070;
	font-weight: 400;
	font-style: normal;
	height: auto;
	margin: 2px 0;
	padding: 10px 0px;
	text-transform: uppercase;
	float: left;
	letter-spacing: 2px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	text-align: left;
	width: 100%;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav > li > a:hover {
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav > li.sub-icon > a:after {
	display: none;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav > li > .sub-menu {
	left: auto;
	right: 0;
	top: 134px;
	clear: both;
	visibility: visible;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav > li > .sub-menu .sub-icon a:after {
	float: none;
	right: 0;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav > li > .sub-menu .sub-menu {
	left: auto;
	right: 100%;
	top: -20px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	visibility: visible;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav .sub-menu {
	position: static;
	top: auto;
	left: auto;
	float: none;
	max-width: none;
	margin-left: 1.5em;
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav .sub-menu li {
	position: relative;
	margin: 0;
	padding: 0;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav .sub-menu li a {
	padding: 5px 0px;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .badge-number {
	top: 1px;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .donate {
	display: none;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end {
	position: absolute;
	z-index: 1030;
	top: 0px;
	right: 0px;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end .total {
	display: none;
}

.mobile-nav.dima-navbar-wrap .dima-navbar nav .dima-nav-end .badge-number {
	top: 20px;
	left: 25px !important;
}

.mobile-nav.dima-navbar-wrap .dima-btn-nav {
	background-color: rgba(255, 255, 255, 0.2);
	margin-top: 20px;
	display: none;
	float: right;
	padding: 0.458em 0.625em;
	font-size: 24px;
	line-height: 1;
	color: white;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border: 1px solid #e1e1e1;
}

.mobile-nav.dima-navbar-wrap .dima-btn-nav:hover {
	color: #919191;
	background-color: #ffffff;
}

.mobile-nav.dima-navbar-wrap.fixed {
	top: 0;
	left: 0;
	right: 0;
	position: relative !important;
	z-index: 1030;
	overflow: visible;
}

/************************************************************
                      TOP BAR
*************************************************************/
.dima-topbar {
	position: relative;
	min-height: 34px;
	background-color: #fafafa;
	z-index: 1031;
}

.dima-topbar .dima-social-global {
	float: right;
}

.dima-topbar .dima-social-global a {
	width: 28px;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	font-family: "FontAwesome";
	text-align: center;
	padding: 2px;
}

.dima-topbar .dima-social-global a:last-child {
	margin-right: 2px;
}

.dima-topbar .dima-menu {
	padding: 8px 0;
	font-size: 14px;
	line-height: 14px;
	font-size: 0.875rem;
	line-height: 0.875rem;
}

.dima-topbar li a,
.dima-topbar .card a {
	color: #a1a1a1;
}

.dima-topbar li a:hover,
.dima-topbar .card a:hover {
	text-decoration: underline;
}

.dima-topbar i {
	padding-right: 10px;
	font-size: 18px;
	line-height: 18px;
	font-size: 1.125rem;
	line-height: 1.125rem;
	color: #707070;
}

.dima-topbar .card a {
	position: absolute;
	right: 0;
	top: 10px;
}

.dima-topbar.dima-theme {
	background: green;
	border-color: #fff;
}

.dima-topbar.dima-theme i,
.dima-topbar.dima-theme a {
	color: #fff;
}

.dima-topbar.dima-theme .dima-menu li {
	border-color: #fff;
}

#search-box {
	position: absolute;
	width: 100%;
	border-top: 1px solid #e1e1e1;
	display: none;
	background: green;
	opacity: 1;
	-webkit-box-shadow: inset 0px -1px 0px #e62800;
	box-shadow: inset 0px -1px 0px #e62800;
}

#search-box input {
	color: #ffffff;
	background-color: darkgreen;
	font-size: 36px;
	font-weight: 700;
	width: 100%;
	height: 69px;
	border: none;
	padding: 8px 0px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0px -1px 0px #e62800;
	box-shadow: inset 0px -1px 0px #e62800;
}

#search-box #close {
	position: absolute;
	right: 15px;
	top: 23px;
}

#search-box #close a {
	font-size: 22px;
	text-decoration: none;
	color: #ffffff;
}

#search-box ::-moz-placeholder {
	color: #ffffff;
}

#search-box ::-webkit-input-placeholder {
	color: #ffffff;
}

.dima-menu {
	text-align: right;
}

.dima-menu li {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	border-right: 1px solid #363636;
	padding: 0 15px;
}

.dima-menu li:last-child {
	border-right: none;
	padding-right: 0;
}

.dima-menu li a {
	padding: 0;
}

.dima-menu li:first-child {
	padding-left: 0;
}

.dima-menu li:last-child {
	padding-right: 0;
}

/*Fixed*/
.boxed .fixed .dima-navbar {
	max-width: 970px;
	width: 90%;
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
	.boxed .fixed .dima-navbar {
		width: 722px;
	}
}

@media only screen and (min-width: 1140px) {
	.boxed .fixed .dima-navbar {
		max-width: 1140px;
	}
}

@media only screen and (min-width: 1600px) {
	.boxed .fixed .dima-navbar {
		max-width: 1400px; /* OMAR: 4/20/2025 to allow 6 columns changed from 1200px */
	}
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsed {
	background-color: #fff;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.dima-custom-item-image {
	display: none;
}

.header-offset {
	margin-top: -110px;
	overflow: hidden;
	float: left;
	width: 100%;
}

@media only screen and (max-width: 989px) {
	.dima-navbar-wrap.desk-nav .dima-navbar-transparent.dima-navbar {
		background-color: #ffffff;
		-webkit-box-shadow: 0.5px 0.866px 1px 0px #a6a498;
		box-shadow: 0.5px 0.866px 1px 0px #a6a498;
	}
	.dima-navbar-wrap.desk-nav .dima-navbar-transparent.dima-navbar .dima-nav li a {
		color: #707070;
	}
	.dima-navbar-wrap.desk-nav .dima-navbar-transparent.dima-navbar .logo img.two {
		display: inline-block;
	}
	.dima-navbar-wrap.desk-nav .dima-navbar-transparent.dima-navbar .logo img.one {
		display: none;
	}
	.dima-navbar-wrap.desk-nav .dima-navbar-transparent.fix_nav {
		background: #fff;
		-webkit-box-shadow: 0.5px 0.866px 1px 0px #a6a498;
		box-shadow: 0.5px 0.866px 1px 0px #a6a498;
	}
	.dima-navbar-wrap.desk-nav .dima-navbar-transparent.fix_nav .dima-nav li a {
		color: #707070;
	}
}

.dima-navbar-wrap.desk-nav.dima-navbar-top {
	height: auto;
}

.dima-navbar-wrap.desk-nav.dima-navbar-top .dima-navbar nav {
	position: relative;
	background: #ffffff;
}

.dima-navbar-wrap.desk-nav.dima-navbar-top .dima-navbar .logo {
	float: none;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 30px 0;
	height: auto;
}

.dima-navbar-wrap.desk-nav.dima-navbar-top .dima-navbar .logo h1 {
	text-align: center;
	height: auto;
}

.dima-navbar-wrap.desk-nav.dima-navbar-top .dima-navbar .dima-nav {
	float: none;
	text-align: center;
	/*.menu-full-width {
                .sub-menu {
                    top: $a-height *2 + px;
                }
            }*/
}

.dima-navbar-wrap.desk-nav.dima-navbar-top .dima-navbar .dima-nav > li {
	display: inline-block;
	float: none;
	margin-bottom: -2px;
}

.dima-navbar-wrap.desk-nav.dima-navbar-top .dima-navbar .dima-nav > li a:hover {
	color: darkgreen;
}

.dima-navbar-wrap.desk-nav.dima-navbar-top .dima-navbar .dima-nav .sub-menu {
	background: #ffffff;
}

.dima-navbar-wrap.desk-nav.dima-navbar-top .dima-navbar.fix_nav.fixed .dima-nav li.menu-full-width > .sub-menu,
.dima-navbar-wrap.desk-nav.dima-navbar-top .dima-navbar.fix_nav.fixed .dima-nav-end li.menu-full-width > .sub-menu {
	top: 200px;
}

.dima-navbar-wrap.desk-nav.dima-navbar-top .dima-navbar .dima-btn-nav {
	margin: 10px 0;
	width: 53px;
	float: none;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-center .dima-nav {
	float: none;
	text-align: center;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-center .dima-nav > li {
	display: inline-block;
	text-align: center;
	float: none;
	margin-bottom: -2px;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-center .logo {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0 15px;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-center .logo h1 {
	text-align: center;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical {
	width: 300px;
	position: fixed;
	left: 0;
	right: 0;
	height: 100%;
	background: #fff;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .vertical-content {
	padding: 0 30px;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .logo {
	float: none;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	height: auto;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .logo h1 {
	text-align: center;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical nav > ul > li {
	display: inline-block;
	float: none;
	width: 100%;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical nav > ul > li > a {
	height: auto;
	padding: 15px 0px !important;
	text-align: center;
	width: 100%;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .dima-nav {
	float: none;
	text-align: center;
	padding: 40px 0;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .dima-nav .sub-menu {
	left: 270px;
	right: auto;
	background: #fff;
	top: -20px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset 2px 0px 0px green;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset 2px 0px 0px green;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .dima-nav .sub-menu .sub-menu {
	left: 100%;
	right: auto;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset 2px 0px 0px green;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset 2px 0px 0px green;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .dima-nav .menu-full-width {
	position: relative;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .dima-nav .menu-full-width .sub-menu {
	min-width: 750px;
	max-width: 750px;
	left: 270px;
	top: -20px;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .header-vertical > ul a {
	color: #707070;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .header-vertical > ul a i {
	color: #707070;
	font-size: 18px;
	line-height: 18px;
	font-size: 1.125rem;
	line-height: 1.125rem;
	margin-right: 10px;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .header-vertical .social-media {
	border-top: 1px solid #f2f2f2;
	padding-top: 20px;
	margin-top: 20px;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .logo {
	border-bottom: 1px solid #f2f2f2;
	padding: 55px 0px;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .logo img {
	padding: 0;
}

.dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .sub-icon > a:after {
	content: "\f105" !important;
}

.vertical-menu .dima-navbar-wrap.desk-nav {
	height: auto;
}

.vertical-menu .dima-main {
	margin-left: 300px;
	margin-right: 0;
}

.vertical-menu.vertical-menu-end .dima-main,
.vertical-menu.vertical-menu-end .top-footer,
.vertical-menu.vertical-menu-end .dima-footer {
	margin-right: 300px;
	margin-left: 0;
}

.vertical-menu.vertical-menu-end .dima-navbar-vertical {
	left: auto !important;
}

.vertical-menu.vertical-menu-end .scroll-to-top {
	left: 10px !important;
}

.vertical-menu.vertical-menu-end .dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .dima-nav .sub-menu {
	right: 270px;
	left: auto;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset -2px 0px 0px green;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset -2px 0px 0px green;
}

.vertical-menu.vertical-menu-end .dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .dima-nav .sub-menu a {
	text-align: right;
}

.vertical-menu.vertical-menu-end .dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .dima-nav .sub-menu a i {
	position: relative;
	padding-right: 0px;
	padding-left: 25px;
	float: right;
	top: 5px;
}

.vertical-menu.vertical-menu-end
	.dima-navbar-wrap.desk-nav
	.dima-navbar.dima-navbar-vertical
	.dima-nav
	.sub-menu
	.sub-menu {
	right: 100%;
	left: auto;
}

.vertical-menu.vertical-menu-end
	.dima-navbar-wrap.desk-nav
	.dima-navbar.dima-navbar-vertical
	.dima-nav
	.menu-full-width
	.menu-section {
	float: right;
}

.vertical-menu.vertical-menu-end
	.dima-navbar-wrap.desk-nav
	.dima-navbar.dima-navbar-vertical
	.dima-nav
	.menu-full-width
	.menu-section
	h6 {
	text-align: right;
}

.vertical-menu.vertical-menu-end .dima-navbar-wrap.desk-nav .dima-navbar.dima-navbar-vertical .sub-icon > a:after {
	content: "\f104" !important;
	right: auto;
	left: 40px;
}

.vertical-menu ul.with-border li {
	border-color: #f2f2f2;
}

/***********************************************************************************************/
/* PROTFOLIO /
/***********************************************************************************************/
.dima-isotope-container.isotope-with-margin {
	margin: 0 -15px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dima-isotope-container.isotope-with-margin .isotope-item {
	border-top: 0em solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 30px solid transparent;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.isotope-item {
	overflow: hidden;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #fff;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0;
	padding: 0 !important;
}

.isotope-item[class*="ok-"] {
	margin-bottom: 0px;
}

.isotope-item .work-item {
	width: 100%;
	z-index: 45;
	position: relative;
}

.isotope-item .work-item img {
	-webkit-box-shadow: inset 0px -10px 0px #fff;
	box-shadow: inset 0px -10px 0px #fff;
	width: 100%;
	border-radius: 0px;
}

.isotope-item .work-info {
	position: absolute;
	bottom: -82px;
	opacity: 0;
	width: 100%;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	z-index: 10;
}

.isotope-item .work-info .work-teitel {
	width: 100%;
	display: inline-block;
}

.isotope-item .work-info .work-teitel p {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 3px;
	color: #fff;
	text-transform: uppercase;
}

.isotope-item .work-info .work-teitel span {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}

.isotope-item .post-img:hover .icons-media {
	margin-top: -30px !important;
}

.isotope-item .post-img:hover .work-info {
	bottom: 15%;
	opacity: 1;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.isotope-item .post-img:hover .link_overlay {
	background: green;
	opacity: 1;
}

/**
 * Ajax Portfolio
 */
.portfolio-ajax-expanded {
	position: relative;
	display: none;
}

.portfolio-ajax-expanded .social-media li {
	margin-bottom: 0px;
}

.portfolio-ajax-expanded .social-media li:first-child {
	float: right;
}

#ajax-loader {
	position: fixed;
	display: none;
	z-index: 999;
	top: 50%;
	left: 50%;
	border-bottom: 2px solid #e4e4e4;
	border-left: 2px solid #e4e4e4;
	border-right: 2px solid green;
	border-top: 2px solid green;
	border-radius: 100%;
	height: 60px;
	width: 60px;
	margin-left: -30px;
	margin-top: -30px;
	-webkit-animation: fa-spin 0.6s infinite linear;
	animation: fa-spin 0.6s infinite linear;
	text-align: center;
}

.full-protfolio {
	display: block;
	position: relative;
	width: 99.99%;
}

.normal-protfolio {
	display: block;
	position: relative;
}

/*********************************/
/*   Cases 4 Column Portfolio    */
/*********************************/
.column_4 {
	display: block;
}

.column_4 .work-info {
	padding: 10px;
}

.column_4 .work-info .work-teitel p {
	font-size: 16px;
	line-height: 18px;
	font-size: 1rem;
	line-height: 1.125rem;
}

.column_4 .work-info .work-teitel span {
	display: none;
}

.column_4 .work-info .work-love {
	width: 20%;
}

.column_4 .work-info .work-love .heart {
	color: darkgreen;
	font: 0.5625 "FontAwesome";
}

.column_4 .work-info .work-love span {
	color: darkgreen;
}

/***********************************************************************************************/
/* Menu of categories filters /
/***********************************************************************************************/
.filters {
	display: block;
	text-align: center;
	overflow: hidden;
	margin-bottom: 50px;
}

.filters ul {
	padding: 0;
}

.filters ul li {
	cursor: pointer;
}

.filters ul li a {
	color: #707070;
	font-weight: 400;
	height: auto;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.filters ul li a:hover {
	color: darkgreen;
	text-decoration: none;
}

/***************/
/*  Style Two  */
/***************/
.filters-box.filters ul {
	border: none;
}

.filters-box.filters ul li {
	display: inline-block;
	margin: 4px;
}

.filters-box.filters ul li a {
	border: 1px solid #e1e1e1;
	padding: 0.75em 1em;
	font-size: 14px;
	display: inline-block;
	background: #fafafa;
	border-radius: 0px;
	width: 100%;
}

.filters-box.filters ul li a:hover {
	border: 1px solid green;
	color: #fff;
	background: green;
}

.filters-box.filters ul .current a {
	border: 1px solid green;
	color: #fff;
	background: green;
}

/***********************************************************************************************/
/* Masonry Style /
/***********************************************************************************************/
.masonry .isotope-with-margin.column-3 .dima-masonry-145 {
	padding-bottom: 156.6%;
}

.masonry .isotope-with-margin.column-3 .dima-masonry-30 {
	padding-bottom: 35.8%;
}

.masonry .isotope-with-margin.column-4 .dima-masonry-145 {
	padding-bottom: 159.7%;
}

.masonry .isotope-with-margin.column-4 .dima-masonry-30 {
	padding-bottom: 35.9%;
}

.masonry .isotope-with-margin.column-4 .dima-masonry-111 {
	padding-bottom: 111.11%;
}

.isotope-item .work-item img {
	-webkit-box-shadow: inset 0px -10px 0px #fff;
	box-shadow: inset 0px -10px 0px #fff;
	position: absolute;
	max-width: none;
	top: 0;
	left: 0;
}

.dima-masonry-145 {
	padding-bottom: 150%;
}

.dima-masonry-100 {
	padding-bottom: 100%;
}

.dima-masonry-111 {
	padding-bottom: 111%;
}

.dima-masonry-75 {
	padding-bottom: 75%;
}

.dima-masonry-30 {
	padding-bottom: 37.5%;
}

.dima-masonry-50 {
	padding-bottom: 48.5%;
}

/***********************************************************************************************/
/* UI ELEMENT STYLES */
/***********************************************************************************************/
.facebook {
	border: 1px solid #3b5998 !important;
}

.facebook a {
	color: #3b5998;
}

.facebook:hover {
	background: #3b5998 !important;
	border: 1px solid #3b5998 !important;
}

.adn {
	border: 1px solid #504e54 !important;
}

.adn a {
	color: #504e54;
}

.adn:hover {
	background: #504e54 !important;
	border: 1px solid #504e54 !important;
}

.android {
	border: 1px solid #a5c63b !important;
}

.android a {
	color: #a5c63b;
}

.android:hover {
	background: #a5c63b !important;
	border: 1px solid #a5c63b !important;
}

.apple {
	border: 1px solid #aeb5c5 !important;
}

.apple a {
	color: #aeb5c5;
}

.apple:hover {
	background: #aeb5c5 !important;
	border: 1px solid #aeb5c5 !important;
}

.bitbucket {
	border: 1px solid #003366 !important;
}

.bitbucket a {
	color: #003366;
}

.bitbucket:hover {
	background: #003366 !important;
	border: 1px solid #003366 !important;
}

.bitcoin {
	border: 1px solid #f7931a !important;
}

.bitcoin a {
	color: #f7931a;
}

.bitcoin:hover {
	background: #f7931a !important;
	border: 1px solid #f7931a !important;
}

.css3 {
	border: 1px solid #1572b7 !important;
}

.css3 a {
	color: #1572b7;
}

.css3:hover {
	background: #1572b7 !important;
	border: 1px solid #1572b7 !important;
}

.html5 {
	border: 1px solid #e54d26 !important;
}

.html5 a {
	color: #e54d26;
}

.html5:hover {
	background: #e54d26 !important;
	border: 1px solid #e54d26 !important;
}

.instagram {
	border: 1px solid #a1755c !important;
}

.instagram a {
	color: #a1755c;
}

.instagram:hover {
	background: #a1755c !important;
	border: 1px solid #a1755c !important;
}

.linkedin {
	border: 1px solid #0085ae !important;
}

.linkedin a {
	color: #0085ae;
}

.linkedin:hover {
	background: #0085ae !important;
	border: 1px solid #0085ae !important;
}

.linux {
	border: 1px solid #fbc002 !important;
}

.linux a {
	color: #fbc002;
}

.linux:hover {
	background: #fbc002 !important;
	border: 1px solid #fbc002 !important;
}

.maxcdn {
	border: 1px solid #f6ae1c !important;
}

.maxcdn a {
	color: #f6ae1c;
}

.maxcdn:hover {
	background: #f6ae1c !important;
	border: 1px solid #f6ae1c !important;
}

.pagelines {
	border: 1px solid #241e20 !important;
}

.pagelines a {
	color: #241e20;
}

.pagelines:hover {
	background: #241e20 !important;
	border: 1px solid #241e20 !important;
}

.renren {
	border: 1px solid #025dac !important;
}

.renren a {
	color: #025dac;
}

.renren:hover {
	background: #025dac !important;
	border: 1px solid #025dac !important;
}

.skype {
	border: 1px solid #01aef2 !important;
}

.skype a {
	color: #01aef2;
}

.skype:hover {
	background: #01aef2 !important;
	border: 1px solid #01aef2 !important;
}

.stack-exchange {
	border: 1px solid #245590 !important;
}

.stack-exchange a {
	color: #245590;
}

.stack-exchange:hover {
	background: #245590 !important;
	border: 1px solid #245590 !important;
}

.stack-overflow {
	border: 1px solid #ff7300 !important;
}

.stack-overflow a {
	color: #ff7300;
}

.stack-overflow:hover {
	background: #ff7300 !important;
	border: 1px solid #ff7300 !important;
}

.trello {
	border: 1px solid #265a7f !important;
}

.trello a {
	color: #265a7f;
}

.trello:hover {
	background: #265a7f !important;
	border: 1px solid #265a7f !important;
}

.xing {
	border: 1px solid #00555c !important;
}

.xing a {
	color: #00555c;
}

.xing:hover {
	background: #00555c !important;
	border: 1px solid #00555c !important;
}

.vk {
	border: 1px solid #375474 !important;
}

.vk a {
	color: #375474;
}

.vk:hover {
	background: #375474 !important;
	border: 1px solid #375474 !important;
}

.weibo {
	border: 1px solid #d72b2b !important;
}

.weibo a {
	color: #d72b2b;
}

.weibo:hover {
	background: #d72b2b !important;
	border: 1px solid #d72b2b !important;
}

.windows {
	border: 1px solid #12b6f3 !important;
}

.windows a {
	color: #12b6f3;
}

.windows:hover {
	background: #12b6f3 !important;
	border: 1px solid #12b6f3 !important;
}

.twitter {
	border: 1px solid #55acee !important;
}

.twitter a {
	color: #55acee;
}

.twitter:hover {
	background: #55acee !important;
	border: 1px solid #55acee !important;
}

.google {
	border: 1px solid #dd4b39 !important;
}

.google a {
	color: #dd4b39;
}

.google:hover {
	background: #dd4b39 !important;
	border: 1px solid #dd4b39 !important;
}

.dribbble {
	border: 1px solid #ea4c89 !important;
}

.dribbble a {
	color: #ea4c89;
}

.dribbble:hover {
	background: #ea4c89 !important;
	border: 1px solid #ea4c89 !important;
}

.forrst {
	border: 1px solid #335d30 !important;
}

.forrst a {
	color: #335d30;
}

.forrst:hover {
	background: #335d30 !important;
	border: 1px solid #335d30 !important;
}

.youtube {
	border: 1px solid #ff3333 !important;
}

.youtube a {
	color: #ff3333;
}

.youtube:hover {
	background: #ff3333 !important;
	border: 1px solid #ff3333 !important;
}

.about-me {
	border: 1px solid #ffcc33 !important;
}

.about-me a {
	color: #ffcc33;
}

.about-me:hover {
	background: #ffcc33 !important;
	border: 1px solid #ffcc33 !important;
}

.foursquare {
	border: 1px solid #0cbadf !important;
}

.foursquare a {
	color: #0cbadf;
}

.foursquare:hover {
	background: #0cbadf !important;
	border: 1px solid #0cbadf !important;
}

.tumblr {
	border: 1px solid #2c4762 !important;
}

.tumblr a {
	color: #2c4762;
}

.tumblr:hover {
	background: #2c4762 !important;
	border: 1px solid #2c4762 !important;
}

.vimeo {
	border: 1px solid #1ab7ea !important;
}

.vimeo a {
	color: #1ab7ea;
}

.vimeo:hover {
	background: #1ab7ea !important;
	border: 1px solid #1ab7ea !important;
}

.quora {
	border: 1px solid #a82400 !important;
}

.quora a {
	color: #a82400;
}

.quora:hover {
	background: #a82400 !important;
	border: 1px solid #a82400 !important;
}

.soundcloud {
	border: 1px solid #ff6600 !important;
}

.soundcloud a {
	color: #ff6600;
}

.soundcloud:hover {
	background: #ff6600 !important;
	border: 1px solid #ff6600 !important;
}

.virb {
	border: 1px solid #00b0d8 !important;
}

.virb a {
	color: #00b0d8;
}

.virb:hover {
	background: #00b0d8 !important;
	border: 1px solid #00b0d8 !important;
}

.bebo {
	border: 1px solid #ee1010 !important;
}

.bebo a {
	color: #ee1010;
}

.bebo:hover {
	background: #ee1010 !important;
	border: 1px solid #ee1010 !important;
}

.pinterest {
	border: 1px solid #cb2027 !important;
}

.pinterest a {
	color: #cb2027;
}

.pinterest:hover {
	background: #cb2027 !important;
	border: 1px solid #cb2027 !important;
}

.myspace {
	border: 1px solid #0cbadf !important;
}

.myspace a {
	color: #0cbadf;
}

.myspace:hover {
	background: #0cbadf !important;
	border: 1px solid #0cbadf !important;
}

.flickr {
	border: 1px solid #ff0084 !important;
}

.flickr a {
	color: #ff0084;
}

.flickr:hover {
	background: #ff0084 !important;
	border: 1px solid #ff0084 !important;
}

.delicious {
	border: 1px solid #285da7 !important;
}

.delicious a {
	color: #285da7;
}

.delicious:hover {
	background: #285da7 !important;
	border: 1px solid #285da7 !important;
}

.last-fm {
	border: 1px solid #d51007 !important;
}

.last-fm a {
	color: #d51007;
}

.last-fm:hover {
	background: #d51007 !important;
	border: 1px solid #d51007 !important;
}

.vine {
	border: 1px solid #00aa7f !important;
}

.vine a {
	color: #00aa7f;
}

.vine:hover {
	background: #00aa7f !important;
	border: 1px solid #00aa7f !important;
}

.github {
	border: 1px solid #4183c4 !important;
}

.github a {
	color: #4183c4;
}

.github:hover {
	background: #4183c4 !important;
	border: 1px solid #4183c4 !important;
}

.grooveshark {
	border: 1px solid #f77f00 !important;
}

.grooveshark a {
	color: #f77f00;
}

.grooveshark:hover {
	background: #f77f00 !important;
	border: 1px solid #f77f00 !important;
}

.spotify {
	border: 1px solid #7ab800 !important;
}

.spotify a {
	color: #7ab800;
}

.spotify:hover {
	background: #7ab800 !important;
	border: 1px solid #7ab800 !important;
}

.dropbox {
	border: 1px solid #1f8ce6 !important;
}

.dropbox a {
	color: #1f8ce6;
}

.dropbox:hover {
	background: #1f8ce6 !important;
	border: 1px solid #1f8ce6 !important;
}

.white-icons {
	border: 1px solid #ffffff !important;
}

.white-icons a {
	color: #ffffff;
}

.white-icons:hover {
	background: green !important;
}

/*Protfolio features icons*/
.icon-url:before {
	content: "";
}

.icon-heart:before {
	content: "";
}

.icon-heart-o:before {
	content: "";
}

.icon-file-text-o:before {
	content: "";
}

.icon-play:before {
	content: "";
}

.box header .icon-header {
	position: absolute;
	line-height: 49px;
	height: 65px;
	width: 65px;
	font-size: 30px;
	color: darkgreen;
	top: -37.5px;
	left: 50%;
	background: #ffffff;
	padding: 10px;
	margin-left: 30px;
	border-radius: 999px;
}

.flat-icon {
	display: inline-block;
	overflow: hidden;
	text-transform: uppercase;
	color: #ffffff !important;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.flat-icon:hover {
	background: #ffffff !important;
	text-shadow: none !important;
	color: green !important;
	border: 1px solid green;
}

.social-media.social-medium li a {
	display: inline-block;
	font-size: 22px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	padding: 0;
}

.social-media.social-small li a {
	display: inline-block;
	font-size: 18px;
	line-height: 32px;
	width: 32px;
	height: 32px;
}

.social-media.social-big li a {
	font-size: 30px;
	line-height: 64px;
	display: inline-block;
	width: 64px;
	height: 64px;
}

.social-media.dima-social-post {
	margin-top: 30px;
	border-top: 1px solid white;
	padding-top: 30px;
	text-align: center;
}

.social-media.dima-social-post li {
	float: none;
	margin-bottom: 8px;
}

.social-media.dima-social-author {
	margin-bottom: 1px;
	margin-left: 1px;
}

.social-media.dima-social-footer li,
.social-media.dima-show li {
	border: 1px solid #363636;
	margin-right: 10px;
}

.social-media.dima-show li {
	border: 1px solid #e1e1e1;
}

.social-media.dima-show li a {
	color: #707070;
}

.social-media li {
	cursor: pointer;
	border: 1px solid #e1e1e1;
	text-align: center;
	float: left;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.social-media li a {
	font-size: 30px;
	line-height: 64px;
	font-size: 1.875rem;
	line-height: 4rem;
	font-family: "FontAwesome";
}

.social-media li:hover {
	border: 1px solid green;
	background: green;
}

.social-media li:hover a i {
	color: #ffffff;
}

/*Contact us*/
.contact-icon li i {
	font-size: 20px;
	line-height: 35px;
	font-size: 1.25rem;
	line-height: 2.1875rem;
	text-align: left;
	float: left;
}

.contact-icon li p {
	padding-left: 30px;
}

.circle-social ul li {
	border-radius: 80px;
}

.products-grids .dima-product,
.products-list .dima-product {
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
}

.products-grids .dima-product.isotope-item,
.products-list .dima-product.isotope-item {
	margin-bottom: 50px !important;
	padding-bottom: 0;
}

.products-grids .dima-product .product-img,
.products-list .dima-product .product-img {
	border: 1px solid #e1e1e1;
}

.products-grids .dima-product .product-img .fix-chrome,
.products-list .dima-product .product-img .fix-chrome {
	position: relative;
}

.products-grids .dima-product .product-img:hover .product-change-images,
.products-list .dima-product .product-img:hover .product-change-images {
	opacity: 1;
}

.products-grids .dima-product .product-img figure,
.products-list .dima-product .product-img figure {
	position: relative;
}

.products-grids .dima-product .product-img figure.product-change-images,
.products-list .dima-product .product-img figure.product-change-images {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=00);
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	-webkit-backface-visibility: hidden;
	width: 100%;
}

.products-grids .dima-product .product-img figure img,
.products-list .dima-product .product-img figure img {
	height: auto;
	width: 100%;
}

.products-grids .dima-product .onsale,
.products-list .dima-product .onsale {
	position: absolute;
	z-index: 1000;
	top: 10px;
	right: 10px;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
}

.products-grids .dima-product .onsale span,
.products-list .dima-product .onsale span {
	z-index: 10;
	color: #fff;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: 14px;
	line-height: 14px;
	font-size: 0.875rem;
	line-height: 0.875rem;
	right: 2px;
	top: 12px;
}

.products-grids .dima-product .onsale:after,
.products-list .dima-product .onsale:after {
	content: "";
	position: absolute;
	border-top: 60px solid #e74c3c;
	border-right: 0;
	border-left: 60px solid transparent;
	right: 0;
	z-index: 2;
}

.products-grids .dima-product .rating span:before,
.products-list .dima-product .rating span:before {
	font-size: 16px;
	line-height: 16px;
	font-size: 1rem;
	line-height: 1rem;
}

.products-grids .dima-product .product-content,
.products-list .dima-product .product-content {
	background: #ffffff;
	border: 1px solid #e1e1e1;
	border-top: none;
	padding: 15px 0;
}

.products-grids .dima-product .price,
.products-list .dima-product .price {
	padding-bottom: 0px;
}

/**/
.products-list .dima-product {
	padding: 30px;
	border: 1px solid #e1e1e1;
}

.products-list .dima-product[class*="ok-"] {
	width: 100%;
	margin-left: 0;
}

.products-list .dima-product.recipes {
	padding: 0;
	background: #ffffff;
}

.products-list .dima-product.recipes .product-content {
	position: static;
	padding: 30px;
}

.products-list .dima-product.recipes p {
	margin-bottom: 10px;
}

.products-list .dima-product.start .product-img {
	margin-right: 30px;
	margin-left: 0px;
}

.products-list .dima-product.start .product-img,
.products-list .dima-product.start .rating {
	float: left;
}

.products-list .dima-product.start .product-content {
	text-align: left;
}

.products-list .dima-product.end .product-img {
	margin-left: 30px;
	margin-right: 0px;
}

.products-list .dima-product.end .product-img,
.products-list .dima-product.end .rating {
	float: right;
}

.products-list .dima-product.end .product-content {
	text-align: right;
}

.products-list .dima-product .link_overlay {
	display: none;
}

.products-list .dima-product .product-img {
	overflow: hidden;
	display: table;
	float: left;
	margin-right: 30px;
}

.products-list .dima-product .product-img figure {
	position: relative;
}

.products-list .dima-product .product-img figure img {
	float: left;
}

.products-list .dima-product .product-img figure.product-change-images {
	width: auto;
}

.products-list .dima-product:before,
.products-list .dima-product:after {
	content: " ";
	display: table;
}

.products-list .dima-product:after {
	content: " ";
	clear: both;
}

.products-list .dima-product .product-content {
	border: none;
	padding: 0;
}

.products-list .dima-product .product-content .product-name {
	font-size: 28px;
	line-height: 28px;
	font-size: 1.75rem;
	line-height: 1.75rem;
	margin-bottom: 20px;
}

.products-list .dima-product .price {
	text-align: left;
	font-size: 28px;
	line-height: 30px;
	font-size: 1.75rem;
	line-height: 1.875rem;
	margin-bottom: 20px;
	padding-top: 20px;
}

.products-list .dima-product p {
	margin-bottom: 25px;
}

.products-list .dima-product .rating {
	margin-right: 10px;
	float: left;
}

.products-list .dima-product .review-link {
	color: #a1a1a1;
}

.products-grids .dima-product .product-content {
	text-align: center;
}

.products-grids .dima-product .review-link,
.products-grids .dima-product p,
.products-grids .dima-product .social-media {
	display: none;
}

/*PRICE*/
.price {
	display: block;
	padding: 18px;
	font-size: 18px;
	line-height: 18px;
	font-size: 1.125rem;
	line-height: 1.125rem;
	font-family: "Open Sans", Helvetica, Georgia, Times, serif;
	color: #707070;
}

.price ins {
	text-decoration: none;
	font-weight: 600;
}

.price del {
	margin-right: 10px;
	font-weight: 300;
}

.product-name {
	font-size: 14px;
	line-height: 16px;
	font-size: 0.875rem;
	line-height: 1rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.product-name:hover {
	color: darkgreen;
}

.quantity {
	width: 160px;
	position: relative;
	overflow: hidden;
	height: 46px;
}

.quantity.buttons_added .plus,
.quantity.buttons_added .minus {
	display: block;
	float: left;
	position: relative;
	text-align: center;
	border: 1px solid #707070;
	color: #fff;
	vertical-align: text-top;
	background: #707070;
	font-size: 14px;
	line-height: 46px;
	font-size: 0.875rem;
	line-height: 2.875rem;
	font-weight: 600;
	width: 46px;
	height: 46px;
	overflow: visible;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.9;
}

.quantity.buttons_added .plus:hover,
.quantity.buttons_added .minus:hover {
	opacity: 1;
}

.quantity.buttons_added .plus {
	left: auto;
}

.quantity.buttons_added .input-text.qty {
	width: 65px;
	height: 100%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: 700;
	-moz-appearance: textfield;
}

.posted_in {
	margin-top: 50px;
	float: left;
}

.posted_in a:after {
	content: ",";
}

.product-details {
	margin-bottom: 55px;
	overflow: hidden;
}

.product-details .flex-direction-nav a {
	margin-top: -100px;
}

.product-details .product-shop .product-name {
	font-size: 28px;
	line-height: 30px;
	font-size: 1.75rem;
	line-height: 1.875rem;
	margin-bottom: 20px;
}

.product-details .product-shop .rating {
	margin-right: 10px;
	float: left;
}

.product-details .product-shop .review-link {
	color: #a1a1a1;
	line-height: 15px;
}

.product-details .product-shop .price {
	font-size: 28px;
	line-height: 30px;
	font-size: 1.75rem;
	line-height: 1.875rem;
	padding: 0;
	margin: 30px 0 50px 0;
}

.product-details .product-shop .des {
	margin-bottom: 55px;
}

.product-details .flex-img {
	border: 1px solid #e1e1e1;
	width: 99.99%;
}

.product-details #slider-thumb .flex-control-nav li {
	height: auto;
	border: 1px solid #e1e1e1;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: 0px;
}

/* Side Bar*/
.product_list_widget li a {
	color: #707070;
	font-size: 14px;
	line-height: 16px;
	font-size: 0.875rem;
	line-height: 1rem;
}

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

.product_list_widget li:after {
	content: " ";
	clear: both;
}

.product_list_widget .price {
	padding: 10px;
}

.attachment-shop_thumbnail {
	border: 1px solid #e1e1e1;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	width: 70px;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	max-width: none !important;
}

.order-products img {
	margin-left: 10px;
}

.order-products .radio {
	margin-right: 10px;
}

.order-products-table {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.order-products-table tfoot tr,
.order-products-table tbody tr {
	border-top: 1px solid #e1e1e1;
}

.order-products-table tfoot tr th,
.order-products-table tfoot tr td,
.order-products-table tbody tr th,
.order-products-table tbody tr td {
	padding: 20px 0;
}

.order-products-table th {
	padding: 20px 0 10px;
}

.order-products-table .price {
	font-family: "Lato", Helvetica, Arial, sans-serif "Open Sans", Helvetica, Georgia, Times, serif;
	padding: 0;
}

.lost-pass {
	margin-left: 10px;
}

.coupon-box .apply .button {
	margin-top: 25px;
}

.coupon-box .field input {
	margin-bottom: 10px;
}

.dima-data-table-wrap.cart-table table {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
}

.dima-data-table-wrap.cart-table table thead {
	border: 1px solid #707070;
}

.dima-data-table-wrap.cart-table table thead th {
	background: #707070;
	color: #fff;
	font-weight: 400;
	font-family: "Lato", Helvetica, Arial, sans-serif "Open Sans", Helvetica, Georgia, Times, serif;
}

.dima-data-table-wrap.cart-table table tr {
	border-bottom: 1px solid #707070;
}

.dima-data-table-wrap.cart-table table tr td {
	padding: 30px;
}

.dima-data-table-wrap.cart-table .quantity {
	margin: 0 auto;
}

.dima-data-table-wrap.cart-table .product-name .cart-item-details {
	display: table-cell;
	vertical-align: middle;
}

.dima-data-table-wrap.cart-table .product-name .cart-item-details h6 {
	font-weight: 400;
	vertical-align: middle;
	padding: 21px 0;
	margin-bottom: 0;
}

/*UI Slider*/
.ui-slider {
	height: 1px;
	background: #e1e1e1;
	position: relative;
	margin-bottom: 20px;
	margin-top: 10px;
}

.ui-slider .ui-slider-range {
	background: green;
	height: 1px;
	position: absolute;
}

.ui-slider .ui-slider-handle {
	width: 12px;
	height: 12px;
	background: green;
	position: absolute;
	z-index: 2;
	cursor: ew-resize;
	-ms-touch-action: none;
	touch-action: none;
	outline: 0;
	-moz-outline: 0;
	top: -6px;
}

.ui-slider .button {
	margin-bottom: 0;
}

.donate-page .inline li {
	margin-right: 20px;
}

.donate-page .with-padding {
	padding-left: 30px;
	overflow: hidden;
}

.round-loope {
	border: 2px solid #e1e1e1;
}

/*Topaz Hover - Topaz border*/
.topaz-border,
.topaz-hover {
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 5;
	left: 0;
}

.topaz-border.topaz-dashed:before,
.topaz-hover.topaz-dashed:before {
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
}

.topaz-border.topaz-dashed:after,
.topaz-hover.topaz-dashed:after {
	border-left: 1px dashed #fff;
	border-right: 1px dashed #fff;
}

.topaz-border:before,
.topaz-border:after,
.topaz-hover:before,
.topaz-hover:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 1;
}

.topaz-border:before,
.topaz-hover:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.topaz-border:after,
.topaz-hover:after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.topaz-hover:before,
.topaz-hover:after {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.topaz-hover:before {
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}

.topaz-hover:after {
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}

.topaz-hover:hover:before,
.topaz-hover:hover:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/*Topaz Hover! - Topaz border!*/
/*================================================*/
.gray-hover img,
.clients-wrapper img {
	margin: 0 auto;
}

.gray-hover:hover .apply-gray,
.clients-wrapper:hover .apply-gray {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}

.apply-gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-backface-visibility: hidden;
}

/**
 * hover mine class
 */
.link_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: order-box;
	box-sizing: order-box;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	z-index: 50;
	opacity: 0;
	border-radius: 0px;
}

.link_overlay .icons-media {
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	margin-top: 0px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.link_overlay .icons-media.media-button li a {
	width: 160px;
	font-size: 1rem;
	font-family: "Open Sans", Helvetica, Georgia, Times, serif;
}

.link_overlay .icons-media li {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
	z-index: 55;
}

.link_overlay .icons-media li:nth-child(2n + 3) {
	clear: left;
}

.link_overlay .icons-media li:last-child {
	margin-right: 0px !important;
}

.link_overlay .icons-media li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	font-family: "FontAwesome";
	font-size: 22px;
	line-height: 50px;
	font-size: 1.375rem;
	line-height: 3.125rem;
	color: #fff;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border-radius: 0px;
}

.link_overlay .icons-media li a:first-child {
	margin-left: 0px;
}

.link_overlay.two_lines .icons-media {
	position: absolute;
	width: 100%;
}

.link_overlay.two_lines .icons-media li {
	float: left;
}

/**
 * Apply Hover link_overlay
 */
.post-img {
	position: relative;
}

.work-item:hover .link_overlay,
.dima-team-member:hover .link_overlay,
.post-img:hover .link_overlay,
.dima-product:hover .link_overlay {
	background: rgba(0, 128, 0, 0.5);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.work-item:hover .link_overlay .icons-media,
.dima-team-member:hover .link_overlay .icons-media,
.post-img:hover .link_overlay .icons-media,
.dima-product:hover .link_overlay .icons-media {
	margin-top: -25px;
}

.work-item:hover .link_overlay .work-info,
.dima-team-member:hover .link_overlay .work-info,
.post-img:hover .link_overlay .work-info,
.dima-product:hover .link_overlay .work-info {
	opacity: 1;
}

.work-item:hover .link_overlay ul a,
.dima-team-member:hover .link_overlay ul a,
.post-img:hover .link_overlay ul a,
.dima-product:hover .link_overlay ul a {
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.work-item:hover .link_overlay ul a:hover,
.dima-team-member:hover .link_overlay ul a:hover,
.post-img:hover .link_overlay ul a:hover,
.dima-product:hover .link_overlay ul a:hover {
	border-color: #fff;
	background: #fff;
	color: darkgreen;
}

.work-item:hover .link_overlay .topaz-hover:before,
.work-item:hover .link_overlay .topaz-hover:after,
.dima-team-member:hover .link_overlay .topaz-hover:before,
.dima-team-member:hover .link_overlay .topaz-hover:after,
.post-img:hover .link_overlay .topaz-hover:before,
.post-img:hover .link_overlay .topaz-hover:after,
.dima-product:hover .link_overlay .topaz-hover:before,
.dima-product:hover .link_overlay .topaz-hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.work-item:hover .link_overlay.with_opacity,
.dima-team-member:hover .link_overlay.with_opacity,
.post-img:hover .link_overlay.with_opacity,
.dima-product:hover .link_overlay.with_opacity {
	background: rgba(0, 128, 0, 0.5);
}

.work-item:hover .link_overlay.two_lines .icons-media,
.dima-team-member:hover .link_overlay.two_lines .icons-media,
.post-img:hover .link_overlay.two_lines .icons-media,
.dima-product:hover .link_overlay.two_lines .icons-media {
	margin-top: -60px !important;
}

.overlay {
	position: relative;
}

.overlay:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	background-color: darkgreen;
	cursor: pointer;
	z-index: 999;
}

.overlay:hover:before {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.ming-hide {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4, 1.4, 1);
	transform: scale3d(1.4, 1.4, 1);
}

.ming-zoom {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-ming {
	position: relative;
}

.effect-ming:before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #ffffff;
	-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
	content: "";
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4, 1.4, 1);
	transform: scale3d(1.4, 1.4, 1);
	z-index: 1;
	background: rgba(0, 0, 0, 0.2);
	content: "";
}

.effect-ming img {
	width: 100%;
}

.effect-ming:hover:before,
.effect-ming:hover .ming-hide {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.effect-ming:hover .ming-zoom {
	-webkit-transform: scale3d(0.9, 0.9, 1);
	transform: scale3d(0.9, 0.9, 1);
}

.effect-roxy {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.effect-roxy .banner-content {
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.effect-roxy img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.effect-roxy:hover .banner-content {
	background: rgba(0, 0, 0, 0.4);
}

.effect-roxy:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.effect-roxy:hover .ming-hide {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.effect-roxy:hover .ming-zoom {
	-webkit-transform: scale3d(0.9, 0.9, 1);
	transform: scale3d(0.9, 0.9, 1);
}

/*--- button colors ---*/
/*--- button ---*/
.button {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	font-family: "Open Sans", Helvetica, Georgia, Times, serif;
	outline: none;
	margin: 0em;
	margin-bottom: 10px;
	min-height: 1em;
	padding: 0.8em 2em;
	background-color: darkgreen;
	border: 1px solid green;
	font-size: 1rem;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	min-width: 160px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: order-box;
	box-sizing: order-box;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-backface-visibility: hidden;
}

.button i {
	position: absolute;
	left: 0px;
	top: 0;
	height: 100%;
	width: 35%;
	font-size: inherit;
}

/*--- button fill ---*/
.fill {
	color: #fff;
	border: 1px solid green;
}

.fill:hover {
	color: #000;
	background-color: #fff;
}

.fill i {
	line-height: 40px;
}

/*--- button stroke ---*/
.stroke {
	background: rgba(255, 255, 255, 0) !important;
	color: darkgreen;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	z-index: 10;
}

.stroke:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 0%;
	width: 100%;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	z-index: 5;
}

.stroke i {
	background: 0, 0, 0, 0 !important;
	line-height: 40px;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.stroke:hover {
	color: #fff !important;
	background-image: none !important;
}

.stroke[data-direction="down"]:hover:after {
	background: green;
	color: #fff;
	height: 100%;
	z-index: -1;
}

/*--- button block ---*/
.button-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*--- button Disabled ---*/
.disabled.button,
.disabled.button:hover,
.disabled.button.active {
	background-color: #dddddd !important;
	cursor: default;
	color: rgba(0, 0, 0, 0.5) !important;
	border-color: rgba(0, 0, 0, 0.5) !important;
	opacity: 0.3 !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/*--------------------
 *     icons
 --------------------*/
.icon {
	padding-left: 2em !important;
	padding-right: 1.4em !important;
}

/*--------------------
 *     Color
 --------------------*/
.di_white.button {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #707070;
}

.di_white.stroke {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.di_white.stroke i {
	border-right: 1px solid #ffffff;
	background: 0, 0, 0, 0 !important;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.di_white.stroke:hover {
	color: #707070 !important;
}

.di_white.stroke[data-direction="down"]:hover:after {
	background: #ffffff;
	height: 100%;
	z-index: -1;
}

.di_white.fill:hover {
	color: #fff;
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
}

.di_green.button {
	background-color: #1abc9c;
	border: 1px solid #1abc9c;
	color: #fff;
}

.di_green.stroke {
	border: 1px solid #1abc9c;
	color: #1abc9c;
}

.di_green.stroke i {
	border-right: 1px solid #1abc9c;
	background: 0, 0, 0, 0 !important;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.di_green.stroke:hover {
	color: #fff !important;
	background-image: none !important;
}

.di_green.stroke:hover i {
	border-right: 1px solid #fff;
}

.di_green.stroke[data-direction="down"]:hover:after {
	background: #1abc9c;
	height: 100%;
	z-index: -1;
}

.di_green.fill:hover {
	color: #fff;
	background-color: #148f77;
	border: 1px solid #148f77;
}

.di_header.button {
	background-color: #707070;
	border: 1px solid #707070;
	color: #fff;
}

.di_header.stroke {
	border: 1px solid #707070;
	color: #707070;
}

.di_header.stroke i {
	border-right: 1px solid #707070;
	background: 0, 0, 0, 0 !important;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.di_header.stroke:hover {
	color: #fff !important;
	background-image: none !important;
}

.di_header.stroke:hover i {
	border-right: 1px solid #fff;
}

.di_header.stroke[data-direction="down"]:hover:after {
	background: #707070;
	height: 100%;
	z-index: -1;
}

.di_header.fill:hover {
	color: #fff;
	background-color: #575757;
	border: 1px solid #575757;
}

.di_pink.button {
	background-color: #e73f97;
	border: 1px solid #e73f97;
	color: #fff;
}

.di_pink.stroke {
	border: 1px solid #e73f97;
	color: #e73f97;
}

.di_pink.stroke i {
	border-right: 1px solid #e73f97;
	background: 0, 0, 0, 0 !important;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.di_pink.stroke:hover {
	color: #fff !important;
	background-image: none !important;
}

.di_pink.stroke:hover i {
	border-right: 1px solid #fff;
}

.di_pink.stroke[data-direction="down"]:hover:after {
	background: #e73f97;
	height: 100%;
	z-index: -1;
}

.di_pink.fill:hover {
	color: #fff;
	background-color: #d81b7e;
	border: 1px solid #d81b7e;
}

.di_blue.button {
	background-color: #33c6f4;
	border: 1px solid #33c6f4;
	color: #fff;
}

.di_blue.stroke {
	border: 1px solid #33c6f4;
	color: #33c6f4;
}

.di_blue.stroke i {
	border-right: 1px solid #33c6f4;
	background: 0, 0, 0, 0 !important;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.di_blue.stroke:hover {
	color: #fff !important;
	background-image: none !important;
}

.di_blue.stroke:hover i {
	border-right: 1px solid #fff;
}

.di_blue.stroke[data-direction="down"]:hover:after {
	background: #33c6f4;
	height: 100%;
	z-index: -1;
}

.di_blue.fill:hover {
	color: #fff;
	background-color: #0cb3e8;
	border: 1px solid #0cb3e8;
}

.di_red.button {
	background-color: #e74c3c;
	border: 1px solid #e74c3c;
	color: #fff;
}

.di_red.stroke {
	border: 1px solid #e74c3c;
	color: #e74c3c;
}

.di_red.stroke i {
	border-right: 1px solid #e74c3c;
	background: 0, 0, 0, 0 !important;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.di_red.stroke:hover {
	color: #fff !important;
	background-image: none !important;
}

.di_red.stroke:hover i {
	border-right: 1px solid #fff;
}

.di_red.stroke[data-direction="down"]:hover:after {
	background: #e74c3c;
	height: 100%;
	z-index: -1;
}

.di_red.fill:hover {
	color: #fff;
	background-color: #d62c1a;
	border: 1px solid #d62c1a;
}

.di_yellow.button {
	background-color: #f1c40f;
	border: 1px solid #f1c40f;
	color: #fff;
}

.di_yellow.stroke {
	border: 1px solid #f1c40f;
	color: #f1c40f;
}

.di_yellow.stroke i {
	border-right: 1px solid #f1c40f;
	background: 0, 0, 0, 0 !important;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.di_yellow.stroke:hover {
	color: #fff !important;
	background-image: none !important;
}

.di_yellow.stroke:hover i {
	border-right: 1px solid #fff;
}

.di_yellow.stroke[data-direction="down"]:hover:after {
	background: #f1c40f;
	height: 100%;
	z-index: -1;
}

.di_yellow.fill:hover {
	color: #fff;
	background-color: #c29d0b;
	border: 1px solid #c29d0b;
}

.di_orange.button {
	background-color: #e57e25;
	border: 1px solid #e57e25;
	color: #fff;
}

.di_orange.stroke {
	border: 1px solid #e57e25;
	color: #e57e25;
}

.di_orange.stroke i {
	border-right: 1px solid #e57e25;
	background: 0, 0, 0, 0 !important;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.di_orange.stroke:hover {
	color: #fff !important;
	background-image: none !important;
}

.di_orange.stroke:hover i {
	border-right: 1px solid #fff;
}

.di_orange.stroke[data-direction="down"]:hover:after {
	background: #e57e25;
	height: 100%;
	z-index: -1;
}

.di_orange.fill:hover {
	color: #fff;
	background-color: #c06517;
	border: 1px solid #c06517;
}

.di_darckblue.button {
	background-color: #2d4356;
	border: 1px solid #2d4356;
	color: #fff;
}

.di_darckblue.stroke {
	border: 1px solid #2d4356;
	color: #2d4356;
}

.di_darckblue.stroke i {
	border-right: 1px solid #2d4356;
	background: 0, 0, 0, 0 !important;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.di_darckblue.stroke:hover {
	color: #fff !important;
	background-image: none !important;
}

.di_darckblue.stroke:hover i {
	border-right: 1px solid #fff;
}

.di_darckblue.stroke[data-direction="down"]:hover:after {
	background: #2d4356;
	height: 100%;
	z-index: -1;
}

.di_darckblue.fill:hover {
	color: #fff;
	background-color: #1b2935;
	border: 1px solid #1b2935;
}

.di_darck.button {
	background-color: #5e5d57;
	border: 1px solid #5e5d57;
	color: #fff;
}

.di_darck.stroke {
	border: 1px solid #5e5d57;
	color: #5e5d57;
}

.di_darck.stroke i {
	border-right: 1px solid #5e5d57;
	background: 0, 0, 0, 0 !important;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.di_darck.stroke:hover {
	color: #fff !important;
	background-image: none !important;
}

.di_darck.stroke:hover i {
	border-right: 1px solid #fff;
}

.di_darck.stroke[data-direction="down"]:hover:after {
	background: #5e5d57;
	height: 100%;
	z-index: -1;
}

.di_darck.fill:hover {
	color: #fff;
	background-color: #44433e;
	border: 1px solid #44433e;
}

.di_gray.button {
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
	color: #fff;
}

.di_gray.stroke {
	border: 1px solid #c0c0c0;
	color: #c0c0c0;
}

.di_gray.stroke i {
	border-right: 1px solid #c0c0c0;
	background: 0, 0, 0, 0 !important;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.di_gray.stroke:hover {
	color: #fff !important;
	background-image: none !important;
}

.di_gray.stroke:hover i {
	border-right: 1px solid #fff;
}

.di_gray.stroke[data-direction="down"]:hover:after {
	background: #c0c0c0;
	height: 100%;
	z-index: -1;
}

.di_gray.fill:hover {
	color: #fff;
	background-color: #a7a7a7;
	border: 1px solid #a7a7a7;
}

/*---------------------
 *      Sizes
 *--------------------*/
.tiny {
	font-size: 12px;
	font-weight: 600;
	min-width: 80px;
	padding: 6px 12px;
}

.tiny i {
	line-height: 25px;
}

.mini {
	font-size: 14px;
	font-weight: 600;
	min-width: 120px;
	padding: 10px 16px;
}

.mini i {
	line-height: 32px;
}

.small {
	font-size: 16px;
	font-weight: 600;
	min-width: 160px;
	padding: 14px 20px;
}

.small i {
	line-height: 45px;
}

.large {
	font-size: 18px;
	font-weight: 600;
	min-width: 180px;
	padding: 18px 24px;
}

.large i {
	line-height: 55px;
}

.big {
	font-size: 20px;
	font-weight: 600;
	min-width: 190px;
	padding: 22px 28px;
}

.big i {
	line-height: 65px;
}

.huge {
	font-size: 22px;
	font-weight: 600;
	min-width: 200px;
	padding: 26px 32px;
}

.huge i {
	line-height: 77px;
}

/*---------------------
 *      Rounded
 *--------------------*/
.no-rounded {
	border-radius: 0;
}

.Pill {
	border-radius: 18em;
}

img,
a img {
	border: none;
	padding: 0;
	margin: 0 auto;
	height: auto;
	image-rendering: optimizeQuality;
	vertical-align: middle;
}

.image .thumb {
	position: relative;
	width: 170px;
	height: 170px;
	line-height: 170px;
	font-weight: normal;
	text-align: center;
	margin: 0 auto 25px;
	font-size: 8.5px;
	line-height: 12.75px;
	font-size: 0.53125rem;
	line-height: 0.79688rem;
	overflow: hidden;
}

.image .thumb img {
	position: relative;
	border-radius: 85px;
}

.image .thumb.overlay:before {
	border-radius: 85px;
}

.start-image,
.dima-testimonial.quote-start .dima-testimonial-image,
.dima-testimonial .dima-testimonial-image,
.dima-author-box .dima-about-image,
.dima-comments-list .dima-comment li .dima-comment-img,
.dima-reviews-list .dima-comment li .dima-comment-img {
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.start-image.right,
.dima-testimonial .right.dima-testimonial-image,
.dima-author-box .right.dima-about-image,
.dima-comments-list .dima-comment li .right.dima-comment-img,
.dima-reviews-list .dima-comment li .right.dima-comment-img {
	margin-right: 0px;
}

.end-image,
.dima-testimonial.quote-end .dima-testimonial-image {
	float: right;
	margin-left: 30px;
	overflow: hidden;
}

.end-image.right,
.dima-testimonial.quote-end .right.dima-testimonial-image {
	margin-left: 0px;
}

.end-image .circle,
.dima-testimonial.quote-end .dima-testimonial-image .circle,
.start-image .circle,
.dima-testimonial .dima-testimonial-image .circle,
.dima-author-box .dima-about-image .circle,
.dima-comments-list .dima-comment li .dima-comment-img .circle,
.dima-reviews-list .dima-comment li .dima-comment-img .circle {
	border-radius: 80px;
}

img {
	-ms-interpolation-mode: bicubic;
}

/*******************/
/*     divider     */
/*******************/
/*Line*/
.topaz-line {
	position: relative;
	color: darkgreen;
	width: 160px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 33px;
	font-size: 24px;
	line-height: 24px;
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
}

.topaz-line.full {
	width: 100%;
}

.topaz-line.full:before,
.topaz-line.full:after {
	width: 48%;
}

.topaz-line:before,
.topaz-line:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	width: 60px;
	top: 11px;
}

.topaz-line:before {
	right: 0;
}

.topaz-line:after {
	left: 0;
}

.topaz-line.quote {
	margin-top: 0px !important;
	font-size: 24px;
	line-height: 24px;
	font-size: 1.5rem;
	line-height: 1.5rem;
}

.topaz-line.quote:before,
.topaz-line.quote:after {
	top: 13px;
}

.topaz-line.hr-left {
	float: left;
	left: -6px;
	position: absolute;
	top: -9px;
}

.topaz-line.hr-left:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	width: 60px;
	top: 4px;
}

.topaz-line.hr-left:before {
	content: none;
	top: 4px;
}

.line-hr {
	position: relative;
	width: 160px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 33px;
	border-bottom: 1px solid #e1e1e1;
}

hr {
	clear: both;
	display: block;
	height: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-style: solid;
	border-color: #e1e1e1;
	position: relative;
	padding: 35px 0 0;
	margin: 0 0 35px;
	float: none;
	width: 100%;
}

.hr-start,
.hr-end {
	clear: both;
	display: block;
	position: relative;
	padding: 0 0 45px 0;
}

.hr-start i,
.hr-end i {
	position: relative;
	color: darkgreen;
	font-size: 10px;
	line-height: 10px;
	font-size: 0.625rem;
	line-height: 0.625rem;
}

.hr-start {
	width: 100%;
}

.hr-start i {
	float: left;
}

.hr-start:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	width: 150px;
	left: 15px;
	top: 5px;
}

.hr-end {
	width: 100%;
}

.hr-end i {
	float: right;
}

.hr-end:before {
	content: "";
	position: absolute;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	width: 150px;
	right: 15px;
	top: 5px;
}

.divider {
	padding: 35px 0 0;
	margin: 0 0 35px;
	border-bottom: 1px solid transparent;
	clear: both;
}

.divider .dashed {
	border-bottom: 1px dashed #e1e1e1;
}

.divider .double {
	border-bottom: 3px double #e1e1e1;
}

/*******************/
/*      TABS       */
/*******************/
.dima-tabs {
	display: block;
}

.dima-tabs.responsive-tab .dima-tab-nav > li > a.tab-control,
.dima-tabs.responsive-tab .dima-tab-nav > li span.tab-control-spacer {
	float: left;
	width: 20px;
	height: 42px;
	font-size: 30px;
	font-weight: 400;
	line-height: 34px;
	color: #e1e1e1;
}

.dima-tabs.responsive-tab .dima-tab-nav > li > a.tab-control.right,
.dima-tabs.responsive-tab .dima-tab-nav > li span.tab-control-spacer.right {
	float: right;
}

.dima-tabs.responsive-tab .dima-tab-nav > li span.tab-control-spacer {
	line-height: 28px;
	color: transparent;
	background: transparent;
}

.dima-tabs.responsive-tab .dima-tab-nav > li > a.tab-control:hover {
	color: darkgreen;
}

/*1-Header*/
.dima-tab-nav {
	overflow: auto;
	position: relative;
	margin-bottom: 0;
	width: 100%;
	clear: both;
	z-index: 99999;
}

.dima-tab-nav.float-start {
	margin-right: -1px;
	margin-left: 1px;
}

.dima-tab-nav.float-end {
	margin-right: 1px;
	margin-left: -1px;
}

.dima-tab-nav.float-start,
.dima-tab-nav.float-end {
	width: 25%;
}

.dima-tab-nav.float-start li,
.dima-tab-nav.float-end li {
	width: 100%;
	border-bottom: none;
	border-right: 1px solid #e1e1e1;
}

.dima-tab-nav.float-start li:last-child,
.dima-tab-nav.float-end li:last-child {
	border-bottom: 1px solid #e1e1e1;
}

.dima-tab-nav.float-start li.active {
	border-right: none;
}

.dima-tab-nav.float-end li.active {
	border-left: none;
}

.dima-tab-nav li {
	float: left;
	margin-bottom: 0;
	text-align: center;
	border: 1px solid #e1e1e1;
	border-right: none;
	font-family: "Open Sans", Helvetica, Georgia, Times, serif;
}

.dima-tab-nav li:last-child {
	border-right: 1px solid #e1e1e1;
}

.dima-tab-nav li a {
	padding: 20px 30px;
	font-size: 14px;
	line-height: 16px;
	font-size: 0.875rem;
	line-height: 1rem;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.3;
	color: #707070;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fafafa;
	display: block;
}

.dima-tab-nav li a i {
	height: inherit;
	line-height: 0 !important;
	color: #707070 !important;
}

.dima-tab-nav li.active {
	border-bottom-color: #ffffff;
}

.dima-tab-nav li.active a {
	color: #707070;
	background-color: #ffffff;
	cursor: default;
	a: hover;
	a--webkit-box-shadow: inset 0 3px 0 0 #ff2a13;
	a-box-shadow: inset 0 3px 0 0 #ff2a13;
}

/*2-Content*/
.dima-tab-content {
	overflow: auto;
	position: relative;
	margin-bottom: 1.313em;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
	z-index: 2;
	margin-top: -1px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.dima-tab-content .dima-tab_content {
	padding: 18px 30px;
	display: none;
	min-height: 220px;
}

.dima-tab-content .dima-tab_content.active {
	display: block;
}

.dima-tab-content.float-end {
	width: 75%;
	margin-top: 0;
	left: -1px;
	z-index: 5;
}

.dima-tab-content.float-start {
	width: 75%;
	margin-top: 0;
	right: -1px;
	z-index: 5;
}

/*******************/
/*   Accordion     */
/*******************/
li.dima-accordion-group {
	border: 1px solid #e1e1e1;
	border-bottom: none;
}

li.dima-accordion-group.dima-style {
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}

li.dima-accordion-group.dima-style .dima-accordion-header .dima-accordion-toggle:before {
	font-family: "fontawesome";
	content: "\f068";
	float: right;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-right: 0px;
}

li.dima-accordion-group.dima-style .dima-accordion-header .dima-accordion-toggle.collapsed:before {
	color: #707070;
	content: "\f067";
	float: right;
	margin-right: 0px;
}

li.dima-accordion-group .dima-accordion-header {
	overflow: hidden;
	border-bottom: 0;
}

li.dima-accordion-group .dima-accordion-header .dima-accordion-toggle {
	display: block;
	padding: 20px 30px;
	font-family: "Open Sans", Helvetica, Georgia, Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-size: 0.875rem;
	line-height: 1rem;
	font-weight: 600;
	color: #fff;
	background: green;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	text-align: left;
}

li.dima-accordion-group .dima-accordion-header .dima-accordion-toggle:before {
	font-family: "fontawesome";
	content: "\f054";
	position: relative;
	display: inline-block;
	margin-right: 15px;
	color: #fff;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

li.dima-accordion-group .dima-accordion-header .dima-accordion-toggle.collapsed {
	background-color: #fafafa;
	color: #707070;
}

li.dima-accordion-group .dima-accordion-header .dima-accordion-toggle.collapsed:before {
	color: #707070;
	content: "\f054";
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	float: left;
}

li.dima-accordion-group .dima-accordion-content.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

li.dima-accordion-group .dima-accordion-content.collapse.in {
	height: auto;
}

li.dima-accordion-group .dima-accordion-content .dima-accordion-inner {
	padding: 18px 30px;
	border-top: 1px solid #e1e1e1;
	background-color: white;
	-webkit-box-shadow: none;
	box-shadow: none;
}

li.dima-accordion-group .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

li.dima-accordion-group:last-child {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
}

/*******************/
/*  Nottification   */
/*******************/
.dima-alert {
	position: relative;
	margin-bottom: 1.313em;
	padding: 0.786em 2.25em 0.786em 1.15em;
	font-size: 14px;
	line-height: 16px;
	font-size: 0.875rem;
	line-height: 1rem;
	line-height: 1.5;
	clear: both;
	color: #fff;
}

.dima-alert a {
	color: #fff;
	border-bottom: 1px dotted #ffffff;
}

.dima-alert a:hover {
	border-bottom: none;
}

.dima-alert i {
	color: #ffffff;
	font-size: 20px;
	line-height: 25px;
	font-size: 1.25rem;
	line-height: 1.5625rem;
	float: left;
	padding: 0 15px 0 15px;
}

.dima-alert .header-alert {
	margin: 0.05em 0 0.25em;
	font-size: 18px;
	line-height: 19px;
	font-size: 1.125rem;
	line-height: 1.1875rem;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #fff;
	display: inline;
}

.dima-alert p {
	color: #fff;
	display: inline;
}

.dima-alert .close {
	font-size: 20px;
	line-height: 19px;
	font-size: 1.25rem;
	line-height: 1.1875rem;
	font-weight: 300;
	position: absolute;
	top: 7px;
	right: 10px;
	line-height: 1;
	color: inherit;
	padding: 0;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}

.dima-alert-warning {
	background-color: #ffbc00 !important;
}

.dima-alert-info {
	background-color: #0288d1 !important;
}

.dima-alert-error {
	background-color: #e74c3c !important;
}

.dima-alert-success {
	background-color: #7cb342 !important;
}

/*******************/
/*       Boxes     */
/*******************/
.box {
	background: #ffffff;
	border: 1px solid #e1e1e1;
	padding: 30px;
}

.box .box-titel {
	margin-bottom: 30px;
}

.box.box-with-marge {
	margin-bottom: 30px;
}

.box.coupon-box {
	overflow: hidden;
}

.shot {
	background: transparent;
	border: 10px solid white;
	margin: 1px 10px 1px 10px;
	display: block;
	-webkit-box-shadow: 0 0 0 1px #e1e1e1;
	box-shadow: 0 0 0 1px #e1e1e1;
}

.shot img {
	width: 100%;
}

.shot.banner {
	margin: 0px;
}

.dima-box {
	background: #ffffff;
	border: 3px solid #e1e1e1;
	padding: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

.dima-box .box-titel {
	margin-bottom: 30px;
}

.banner {
	position: relative;
	overflow: hidden;
	max-height: 350px;
	cursor: pointer;
}

.banner .banner-content {
	position: absolute;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: white;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 2;
}

.banner img {
	width: 100%;
}

.last-menu ul.with-border li {
	padding: 30px 0;
	overflow: hidden;
}

.last-menu .menu-price {
	float: right;
	color: darkgreen;
}

.last-menu .label {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	left: 10px;
	background: #ffd74d;
	text-transform: uppercase;
	padding: 3px 5px;
	line-height: 1em;
}

.last-menu .attachment-menu {
	border: 1px solid #e1e1e1;
	float: left;
	margin-right: 30px;
	margin-left: 0px;
	width: 100px;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	max-width: none !important;
}

/**/
/***********************************************************************************************/
/* Callout Box*/
/***********************************************************************************************/
a .dima-callout {
	color: #a1a1a1;
}

.dima-callout {
	overflow: hidden;
	position: relative;
	margin: 35px 0;
	border: 1px solid #e1e1e1;
	padding: 30px;
	background-color: #ffffff;
	display: block;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	z-index: 40;
}

.dima-callout p {
	font-size: 18px;
	line-height: 30px;
	font-size: 1.125rem;
	line-height: 1.875rem;
	font-weight: 300;
}

.dima-callout .button {
	margin-top: 35px;
	margin-bottom: 0;
	z-index: 50;
}

.h-callout {
	position: relative;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 35px;
	font-size: 2.25rem;
	line-height: 2.1875rem;
	font-weight: 700;
	color: inherit;
}

.p-callout {
	position: relative;
	margin-bottom: 0px;
	color: inherit;
}

.b-callout {
	margin-top: 20px;
	float: right;
}

.hover-callout:hover {
	background: green;
	color: #fff;
	border: 1px solid transparent;
}

.reverse-custom {
	background: green;
	color: #fff;
}

.callout-custom-one {
	background: #ecf0f1;
	color: #34495e;
	border: none;
}

.callout-custom-two {
	background: #34495e;
	color: #ecf0f1;
	border: none;
}

/***********************************************************************************************/
/* Pricing Table*/
/***********************************************************************************************/
.dima-pricing-table {
	width: 100%;
	margin: 1.313em 0;
	float: left;
}

.dima-pricing-table .dima-pricing-col {
	float: left;
	text-align: center;
	position: relative;
}

.dima-pricing-table .dima-pricing-col.pricing-style-two li:nth-child(2n + 1) {
	background-color: #f9f9f9;
}

.dima-pricing-table .dima-pricing-col.pricing-style-two .dima-pricing-col-info {
	background: #fff;
	padding: 30px 0px 0px 0px;
}

.dima-pricing-table .dima-pricing-col.pricing-style-two .dima-pricing-col-info ul li {
	border-bottom: 1px solid #e1e1e1;
}

.dima-pricing-table .dima-pricing-col.pricing-style-two .dima-pricing-col-info ul li:first-child {
	border-top: 1px solid #e1e1e1;
}

.dima-pricing-table .dima-pricing-col.pricing-style-two .dima-pricing-col-info ul li:nth-child(2n + 1) {
	background-color: #fafafa;
}

.dima-pricing-table .dima-pricing-col.pricing-style-two .dima-pricing-col-info ul li:first-child {
	padding: 10px 0;
}

.dima-pricing-table .dima-pricing-col.pricing-style-three .dima-pricing-col-info {
	background: #707070;
	padding: 30px 0px 30px 0px;
	border: 1px solid #707070;
}

.dima-pricing-table .dima-pricing-col.pricing-style-three .dima-pricing-col-info ul li {
	border: none;
	color: #fff;
}

.dima-pricing-table .dima-pricing-col.pricing-style-three .dima-pricing-col-info .button {
	color: #fff;
	border: 1px solid #fff;
}

.dima-pricing-table .dima-pricing-col.pricing-style-three.featured .button {
	background: transparent !important;
	border-color: #fff !important;
}

.dima-pricing-table .dima-pricing-col.box-shadow .header {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
}

.dima-pricing-table .dima-pricing-col.box-shadow .dima-pricing-col-info {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
}

.dima-pricing-table .dima-pricing-col.featured {
	z-index: 99;
}

.dima-pricing-table .dima-pricing-col.featured .header {
	background: green;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid green;
}

.dima-pricing-table .dima-pricing-col.featured-larg {
	z-index: 99;
	margin-top: -14px;
}

.dima-pricing-table .dima-pricing-col.featured-larg .header {
	background: green;
	color: #fff;
	text-transform: uppercase;
	padding: 13.8% 5px;
	border: 1px solid green;
}

.dima-pricing-table .dima-pricing-col.featured-larg .dima-pricing-col-info {
	padding-bottom: 45px;
}

.dima-pricing-table .dima-pricing-col.featured-larg .button,
.dima-pricing-table .dima-pricing-col.featured .button {
	background: green;
	border-color: darkgreen;
}

.dima-pricing-table .dima-pricing-col.featured-larg .button:hover,
.dima-pricing-table .dima-pricing-col.featured .button:hover {
	background-color: #ff421a;
	border-color: #ff421a;
}

.dima-pricing-table .dima-pricing-col .header {
	position: relative;
	background-color: #707070;
	padding: 11.8% 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin: 0;
	margin-bottom: -1px;
	margin-left: -1px;
	letter-spacing: 0;
}

.dima-pricing-table .dima-pricing-col .header h2 {
	margin-bottom: 18px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 32px;
	line-height: 35px;
	font-size: 2rem;
	line-height: 2.1875rem;
}

.dima-pricing-table .dima-pricing-col .header span {
	display: block;
	font-size: 18px;
	line-height: 15px;
	font-size: 1.125rem;
	line-height: 0.9375rem;
	color: #fff;
}

.dima-pricing-table .dima-pricing-col.dima-offers {
	margin: 0;
	border-left: none !important;
}

.dima-pricing-table .dima-pricing-col.dima-offers .dima-pricing-col-info {
	border: none;
	margin-top: 136px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dima-pricing-table .dima-pricing-col .dima-pricing-col-info {
	background: #ffffff;
	padding: 28px 30px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin: 0;
	margin-bottom: -1px;
	margin-left: -1px;
	border: 1px solid #e1e1e1;
}

.dima-pricing-table .dima-pricing-col .dima-pricing-col-info ul {
	padding-bottom: 30px;
}

.dima-pricing-table .dima-pricing-col .dima-pricing-col-info ul li {
	padding: 10px 0;
	font-size: 14px;
	line-height: 22px;
	font-size: 0.875rem;
	line-height: 1.375rem;
	border-bottom: 1px solid white;
}

.dima-pricing-table .dima-pricing-col .dima-pricing-col-info ul li:first-child {
	padding: 0px 40px 11px;
}

.dima-pricing-table .dima-pricing-col .dima-pricing-col-info .button {
	text-transform: uppercase;
	margin-bottom: 0;
	-webkit-backface-visibility: hidden;
}

.rating {
	font-family: "FontAwesome";
	overflow: hidden;
}

.rating span {
	display: inline !important;
	margin-right: 2px;
}

.rating span:last-child {
	margin-right: 0px;
}

.rating span:before {
	content: "\f005";
	color: darkgreen;
	font-size: 18px;
	line-height: 18px;
	font-size: 1.125rem;
	line-height: 1.125rem;
}

.rating.undertitle {
	span: before;
	span-color: #fff;
}

.rating span.star:before {
	content: "\f006";
	color: darkgreen;
}

.rating span.half-star:before {
	content: "\f123";
	color: darkgreen;
}

.rating.undertitle span.star:before {
	color: #fff;
}

/***********************************************************************************************/
/* Table*/
/***********************************************************************************************/
.dima-data-table-wrap {
	overflow: hidden;
	margin-bottom: 20px;
}

.dima-data-table-wrap table {
	width: 100%;
	border-collapse: collapse;
}

.dima-data-table-wrap table tr {
	border-bottom: 1px dotted #e1e1e1;
}

.dima-data-table-wrap table tr td {
	padding: 15px 12px;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}

.dima-data-table-wrap table tr td.success {
	background-color: #dff0d6;
	color: #3c761d;
}

.dima-data-table-wrap table tr td.active {
	color: #c5254e;
	background-color: #f7f2f4;
}

.dima-data-table-wrap table th {
	padding: 12px 12px;
	background-color: #fbfbfb;
	color: #959595;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
}

/***********************************************************************************************/
/* Pagination*/
/***********************************************************************************************/
.dima-pagination {
	position: relative;
}

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

.dima-pagination ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
}

.dima-pagination ul li a {
	font-size: 13px;
	line-height: 30px;
	font-size: 0.8125rem;
	line-height: 1.875rem;
	margin: 0 2px;
	padding: 0 11px;
	float: left;
	height: 32px;
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	color: #a1a1a1;
	background-color: #fafafa;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border: 1px solid #e1e1e1;
}

.dima-pagination ul li a:hover {
	background: green;
	border: 1px solid green;
	color: #ffffff;
}

.dima-pagination ul li:last-child span:before {
	font-family: "FontAwesome";
	content: "\f105";
}

.dima-pagination .current-page {
	display: inline-block;
	text-align: left;
	margin: 0 2px;
	font-weight: bold;
	color: white;
	background-color: darkgreen;
	border: 1px solid green;
}

/***********************************************************************************************/
/* Timeline*/
/***********************************************************************************************/
.dima-timeline {
	position: relative;
	margin: 0px auto;
	margin-bottom: 10px;
}

.dima-timeline .post {
	margin-bottom: 10px;
}

.dima-timeline .timeline_element-left {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
}

.dima-timeline .timeline_element-left .post {
	margin-right: 100px;
}

.dima-timeline .timeline_element-left .date {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: 50%;
	margin-left: 25px;
}

.dima-timeline .timeline_element-right {
	position: relative;
	float: right;
	clear: right;
	width: 100%;
}

.dima-timeline .timeline_element-right .timeline_element-content:before {
	left: 50%;
	top: 50%;
}

.dima-timeline .timeline_element-right .post {
	margin-left: 100px;
}

.dima-timeline .timeline_element-right .date {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	right: 50%;
	margin-right: 25px;
}

.dima-timeline .timeline_element-content {
	float: inherit;
	margin: 10px 60px;
	width: 50%;
}

.dima-timeline .timeline_element-content:after,
.dima-timeline .timeline_element-content:before {
	content: "";
	position: absolute;
	display: block;
	background: #fafafa;
	top: 50%;
	right: 50%;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.dima-timeline .timeline_element-content:after {
	width: 14px;
	height: 14px;
	border: 1px solid #e1e1e1;
	margin-right: -7px;
	margin-left: -7px;
	margin-top: -20px;
}

.dima-timeline .timeline_element-content:before {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	margin-top: -27px;
	margin-right: -10px;
	margin-left: -10px;
}

.dima-timeline .timeline_element-content:hover:after {
	background: green !important;
	border-color: transparent;
}

.dima-timeline .timeline_element-content:hover h5 a,
.dima-timeline .timeline_element-content:hover .posted_in label a,
.posted_in .dima-timeline .timeline_element-content:hover label a,
.dima-timeline .timeline_element-content:hover h5 i,
.dima-timeline .timeline_element-content:hover .posted_in label i,
.posted_in .dima-timeline .timeline_element-content:hover label i {
	color: darkgreen;
}

.dima-timeline.dima-timeline-blog .timeline_element-right {
	margin-top: 100px;
	width: 50%;
}

.dima-timeline.dima-timeline-blog .timeline_element-right .post {
	margin-left: 30px;
}

.dima-timeline.dima-timeline-blog .timeline_element-right .post:before {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 0px;
	border-top: 1px solid #dfdfdf;
	left: 0;
	top: 28px;
}

.dima-timeline.dima-timeline-blog .timeline_element-right .timeline_element-content {
	position: relative;
}

.dima-timeline.dima-timeline-blog .timeline_element-right .timeline_element-content:after,
.dima-timeline.dima-timeline-blog .timeline_element-right .timeline_element-content:before {
	left: 0;
}

.dima-timeline.dima-timeline-blog .timeline_element-left {
	width: 50%;
}

.dima-timeline.dima-timeline-blog .timeline_element-left .post {
	margin-right: 30px;
}

.dima-timeline.dima-timeline-blog .timeline_element-left .post:before {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 0px;
	border-top: 1px solid #dfdfdf;
	right: 0;
	top: 28px;
}

.dima-timeline.dima-timeline-blog .timeline_element-left .timeline_element-content {
	position: relative;
}

.dima-timeline.dima-timeline-blog .timeline_element-left .timeline_element-content:after,
.dima-timeline.dima-timeline-blog .timeline_element-left .timeline_element-content:before {
	right: 0;
}

.dima-timeline.dima-timeline-blog .timeline_element-content {
	margin: 10px 0px;
	width: 100%;
}

.dima-timeline.dima-timeline-blog .timeline_element-content:after,
.dima-timeline.dima-timeline-blog .timeline_element-content:before {
	content: "";
	position: absolute;
	display: block;
	background: #ffffff;
	top: 40px;
}

.dima-timeline.dima-timeline-blog .timeline_element-content:after {
	width: 14px;
	height: 14px;
	border: 1px solid #e1e1e1;
	margin-right: -7px;
	margin-left: -7px;
}

.dima-timeline.dima-timeline-blog .timeline_element-content:before {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	margin-right: -7px;
	margin-left: -7px;
}

.dima-timeline.dima-timeline-blog .timeline_element-content:hover:after {
	background: green;
	border-color: transparent;
}

.dima-timeline-list li {
	margin-bottom: 70px;
}

.dima-timeline-list li i {
	background: #ffffff;
}

.dima-timeline-list li:before {
	content: "";
	border-left: 1px solid #e1e1e1;
	left: 62.5px;
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 125px;
}

.dima-timeline-list li:last-child {
	margin-bottom: 0px;
}

.dima-timeline-list li:last-child:before {
	height: 0%;
}

.H-line,
.dima-timeline .line {
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: 0px;
	bottom: 100%;
	border-left: 1px solid #e1e1e1;
	height: 100%;
}

.H-line:after,
.dima-timeline .line:after,
.H-line:before,
.dima-timeline .line:before {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	background: #e1e1e1;
}

.H-line:before,
.dima-timeline .line:before {
	top: -5px;
	left: -3px;
}

.H-line:after,
.dima-timeline .line:after {
	bottom: -5px;
	left: -3px;
}

/*******************/
/*  testimonials   */
/*******************/
.dima-testimonial {
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.dima-testimonial.testimonial-side {
	position: relative;
}

.dima-testimonial.testimonial-side blockquote {
	background: #ffffff;
	border: 1px solid #e1e1e1;
	padding: 30px;
	width: 100%;
}

.dima-testimonial.testimonial-side .dima-testimonial-image {
	margin-top: 30px;
}

.dima-testimonial.quote-style blockquote {
	width: 100%;
	font-style: italic;
}

.dima-testimonial.quote-style blockquote:before {
	content: "";
	margin-top: 0px;
}

.dima-testimonial.quote-style blockquote p {
	color: #fff;
	font-weight: bold !important;
	font-size: 24px;
	line-height: 30px;
	font-size: 1.5rem;
	line-height: 1.875rem;
	margin-bottom: 35px;
	font-weight: 300;
}

.dima-testimonial.quote-style blockquote .dima-testimonial-meta,
.dima-testimonial.quote-style blockquote .timePosted {
	color: white;
	font-size: 18px !important;
	line-height: 16px;
	font-size: 0.875rem;
	line-height: 1rem;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}

.dima-testimonial blockquote {
	overflow: hidden;
	border-radius: 0px;
	border-left: none;
	padding-left: 0;
}

.dima-testimonial blockquote:before {
	content: "\f10d";
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 30px;
	font-size: 1.5625rem;
	line-height: 1.875rem;
	color: darkgreen;
	vertical-align: -0.4em;
	float: left;
	margin-right: 20px;
	margin-top: 7px;
	font-style: normal;
}

.dima-testimonial blockquote .quote-content {
	overflow: hidden;
}

.dima-testimonial blockquote .quote-content p {
	font-size: 18px;
	line-height: 30px;
	font-size: 1.125rem;
	line-height: 1.875rem;
	font-style: italic;
	margin-bottom: 0;
}

.dima-testimonial blockquote .quote-content .dima-testimonial-meta {
	display: block;
	margin-top: 15px;
	color: green !important;
	font-size: 14px;
	line-height: 20px;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.dima-testimonial blockquote .quote-content .dima-testimonial-meta strong {
	letter-spacing: 2px;
	font-weight: 400;
}

.dima-testimonial blockquote.without-icon:before {
	content: "";
}

.dima-testimonial.quote-start .dima-testimonial-image {
	margin-top: 9px;
	border: 2px solid #e1e1e1;
}

.dima-testimonial.quote-end .dima-testimonial-image {
	margin-top: 9px;
	border: 2px solid #e1e1e1;
	margin-right: 0;
}

.dima-testimonial .dima-testimonial-image {
	margin-top: 9px;
	border: 2px solid #e1e1e1;
}

.dima-testimonial .rating span:before {
	color: #ffffff;
}

.quote-text {
	border-left: none;
	font-size: 16px;
	line-height: 15px;
	font-size: 1rem;
	line-height: 0.9375rem;
	font-style: italic;
	position: relative;
	margin-bottom: 30px;
}

.quote-text .dima-testimonial-image {
	margin-top: 20px !important;
}

.quote-text.quote-start blockquote {
	width: auto;
}

.quote-text.quote-start:before {
	top: 54px;
	right: auto;
	left: 89px;
	border-right-color: #ffffff;
}

.quote-text.quote-start:after {
	top: 55px;
	right: auto;
	left: 88px;
	border-right-color: #e1e1e1;
}

.quote-text.quote-end blockquote {
	width: auto;
}

.quote-text.quote-end:before {
	top: 54px;
	left: auto;
	right: 88px;
	border-left-color: #ffffff;
}

.quote-text.quote-end:after {
	top: 55px;
	left: auto;
	right: 88px;
	border-left-color: #e1e1e1;
}

.quote-text.quote-start-bottom:before {
	top: auto;
	right: auto;
	bottom: 78px;
	left: 30px;
	border-top-color: #ffffff;
}

.quote-text.quote-start-bottom:after {
	top: auto;
	right: auto;
	bottom: 78px;
	left: 31px;
	border-top-color: #e1e1e1;
}

.quote-text.quote-end-bottom .dima-testimonial-image {
	float: right;
	margin-right: 0px;
}

.quote-text.quote-end-bottom:before {
	top: auto;
	left: auto;
	right: 30px;
	margin-right: -4px;
	bottom: 78px;
	border-top-color: #ffffff;
}

.quote-text.quote-end-bottom:after {
	top: auto;
	left: auto;
	right: 27px;
	bottom: 78px;
	border-top-color: #e1e1e1;
}

.quote-text.quote-start-top {
	margin-top: 25px;
}

.quote-text.quote-start-top .dima-testimonial-image {
	float: left;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 0px !important;
}

.quote-text.quote-start-top blockquote {
	float: left;
}

.quote-text.quote-start-top:before {
	bottom: auto;
	top: 78px;
	right: auto;
	left: 25px;
	margin-right: 0;
	border-bottom-color: #ffffff;
}

.quote-text.quote-start-top:after {
	bottom: auto;
	top: 78px;
	right: auto;
	left: 26px;
	border-bottom-color: #e1e1e1;
}

.quote-text.quote-end-top {
	margin-top: 25px;
}

.quote-text.quote-end-top .dima-testimonial-image {
	float: right;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 0px !important;
}

.quote-text.quote-end-top blockquote {
	float: right;
}

.quote-text.quote-end-top:before {
	bottom: auto;
	top: 78px;
	left: auto;
	right: 25px;
	margin-left: 0;
	border-bottom-color: #ffffff;
}

.quote-text.quote-end-top:after {
	bottom: auto;
	top: 78px;
	left: auto;
	right: 26px;
	border-bottom-color: #e1e1e1;
}

.quote-text.quote-top-center .dima-testimonial-image {
	display: block;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0px !important;
	left: 50%;
	margin-left: -40px;
}

.quote-text.quote-top-center blockquote {
	float: right;
	width: 100%;
}

.quote-text.quote-bottom-center .dima-testimonial-image {
	display: block;
	position: relative;
	margin-top: 20px;
	margin-bottom: 0px !important;
	left: 50%;
	margin-left: -40px;
}

.quote-text.quote-bottom-center blockquote {
	float: right;
	width: 100%;
}

.quote-text.quote-top-center-arrow .dima-testimonial-image {
	display: block;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0px !important;
	left: 50%;
	margin-left: -40px;
}

.quote-text.quote-top-center-arrow blockquote {
	float: right;
}

.quote-text.quote-top-center-arrow:before {
	bottom: auto;
	top: 78px;
	left: auto;
	right: 47%;
	margin-left: 0;
	border-bottom-color: #ffffff;
}

.quote-text.quote-top-center-arrow:after {
	bottom: auto;
	top: 78px;
	left: auto;
	right: 47.1%;
	border-bottom-color: #e1e1e1;
}

.quote-text.quote-bottom-center-arrow .dima-testimonial-image {
	display: block;
	position: relative;
	margin-top: 20px;
	margin-bottom: 0px !important;
	left: 50%;
	margin-left: -40px;
}

.quote-text.quote-bottom-center-arrow blockquote {
	float: right;
}

.quote-text.quote-bottom-center-arrow:before {
	top: auto;
	bottom: 78px;
	left: auto;
	right: 47%;
	margin-left: 0;
	border-top-color: #ffffff;
}

.quote-text.quote-bottom-center-arrow:after {
	top: auto;
	bottom: 78px;
	left: auto;
	right: 47.1%;
	border-top-color: #e1e1e1;
}

.quote-text:before {
	border: solid 14px transparent;
	z-index: 3;
}

.quote-text:before,
.quote-text:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
}

.quote-text:after {
	border: solid 14px transparent;
	z-index: 2;
	border-width: 13px;
}

.owl-item .dima-testimonial {
	margin-bottom: 0px !important;
}

/***********************************************************************************************/
/* google-maps*/
/***********************************************************************************************/
.google-maps {
	position: relative;
	width: 100%;
}

.google-maps .map-conrent {
	padding: 3em 0;
	position: absolute;
	width: 100%;
	z-index: 10;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

.progress {
	height: 11px;
	margin-bottom: 10px;
}

.progress.progress-shadow {
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.45);
}

.progress.progress-shadow .progress-bar {
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.45);
}

.progress.progress-border {
	border: 1px solid green;
}

.progress .progress-bar {
	position: relative;
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	background-color: darkgreen;
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.percent {
	position: absolute;
	right: -18px;
	bottom: 18px;
	height: 27px;
	padding: 2px 6px;
	font-size: 14px;
	line-height: 21px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
	color: white;
	background-color: darkgreen;
}

.percent span {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: -5px;
	left: 37%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-top-color: darkgreen;
}

.percent-end {
	position: absolute;
	right: 0;
	bottom: -2px;
	font-size: 14px;
	line-height: 21px;
	color: #a1a1a1;
	font-weight: 400;
}

.h-skill {
	position: relative;
	margin-bottom: 30px;
	color: #a1a1a1;
}

.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-size: 40px 40px;
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.circular-bar {
	text-align: center;
	position: relative;
}

.circular-bar .circular-bar-content {
	position: relative;
	text-align: center;
}

.circular-bar .circular-bar-content label {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	font-size: 1.125rem;
	line-height: 1.25rem;
}

.circular-bar strong {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.scroll-to-top {
	background: rgba(20, 20, 20, 0.7);
	color: #ffffff;
	display: block;
	height: 9px;
	padding: 11px 0 35px;
	position: fixed;
	right: 20px;
	border-radius: 50px;
	bottom: 20px;
	text-align: center;
	text-decoration: none;
	width: 49px;
	height: 49px;
	z-index: 1040;
	font-size: 25px;
	line-height: 25px;
	font-size: 1.5625rem;
	line-height: 1.5625rem;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: perspective(300px) rotateY(-120deg) translateZ(-10px);
	-ms-transform: perspective(300px) rotateY(-120deg) translateZ(-10px);
	transform: perspective(300px) rotateY(-120deg) translateZ(-10px);
}

.scroll-to-top.on {
	opacity: 1 !important;
	-webkit-transition-delay: 0s !important;
	transition-delay: 0s !important;
	-webkit-transform: perspective(300px) rotateY(0deg);
	-ms-transform: perspective(300px) rotateY(0deg);
	transform: perspective(300px) rotateY(0deg);
}

.scroll-to-top.off {
	opacity: 0;
}

.scroll-to-top:hover {
	background: #141414;
	color: #ffffff;
}

/***********************************************************************************************/
/* Clinet*/
/***********************************************************************************************/
.clients-wrapper {
	position: relative;
}

.clients-wrapper a img {
	opacity: 0.6;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	width: auto;
}

.clients-wrapper a:hover img {
	opacity: 1;
}

.clients-wrapper .prev-next {
	opacity: 0;
}

.clients-wrapper.grid .client {
	border: 1px dashed #e1e1e1;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
	margin-right: -1px !important;
	margin-top: -1px !important;
}

.owl-slider,
.screenshots,
.clients-wrapper {
	position: relative;
	clear: both;
}

.owl-slider .prev-next,
.screenshots .prev-next,
.clients-wrapper .prev-next {
	display: none;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	opacity: 1;
	position: absolute;
	width: 100%;
	top: 50%;
}

.owl-slider .prev-next a,
.screenshots .prev-next a,
.clients-wrapper .prev-next a {
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.owl-slider .prev-next a:before,
.screenshots .prev-next a:before,
.clients-wrapper .prev-next a:before {
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	margin-top: -25px;
	color: #707070;
	padding: 5px;
	font-size: 25px;
	line-height: 25px;
	font-size: 1.5625rem;
	line-height: 1.5625rem;
}

.owl-slider .prev-next a:before:hover,
.screenshots .prev-next a:before:hover,
.clients-wrapper .prev-next a:before:hover {
	color: darkgreen;
}

.owl-slider .prev-next a.prev:before,
.screenshots .prev-next a.prev:before,
.clients-wrapper .prev-next a.prev:before {
	content: "\f104";
	left: -40px;
}

.owl-slider .prev-next a.next:before,
.screenshots .prev-next a.next:before,
.clients-wrapper .prev-next a.next:before {
	content: "\f105";
	right: -40px;
}

.dark-owl-page .owl-controls {
	margin-top: 30px;
}

.dark-owl-page .owl-page span {
	background: rgba(255, 255, 255, 0);
	border: 1px solid #707070 !important;
}

.dark-owl-page .owl-page.active span,
.dark-owl-page .clickable .owl-page:hover span {
	background: #707070 !important;
}

.dark-owl-page .owl-page span.owl-numbers {
	color: #707070 !important;
}

.isotope-owl .owl-item {
	margin: 0 15px;
}

.dima-bnner {
	clear: both;
}

.dima-bnner li {
	font-size: 0.75em;
	text-align: center;
	margin-bottom: 1em;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.dima-bnner li.double {
	width: 97%;
}

.box-square.full-bg header i,
.box-circle.full-bg header i {
	background: green;
	color: #ffffff;
	-webkit-box-shadow: 0 0 0 1px #ffffff;
	box-shadow: 0 0 0 1px #ffffff;
}

.box-square header i,
.box-circle header i {
	text-align: center;
	-webkit-box-shadow: 0 0 0 1px #e1e1e1;
	box-shadow: 0 0 0 1px #e1e1e1;
}

.box-square header i .topaz-border:before,
.box-square header i .topaz-border:after,
.box-square header i .topaz-hover:before,
.box-square header i .topaz-hover:after,
.box-circle header i .topaz-border:before,
.box-circle header i .topaz-border:after,
.box-circle header i .topaz-hover:before,
.box-circle header i .topaz-hover:after {
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
}

.box-square.box-circle header i,
.box-circle.box-circle header i {
	border-radius: 50%;
}

.box-square.box-circle header i .topaz-hover:after,
.box-square.box-circle header i .topaz-hover:before,
.box-circle.box-circle header i .topaz-hover:after,
.box-circle.box-circle header i .topaz-hover:before {
	border-radius: 50%;
}

.box-square:hover header i,
.box-circle:hover header i {
	background: green !important;
	color: #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
}

.box-square:hover header .topaz-hover:before,
.box-square:hover header .topaz-hover:after,
.box-circle:hover header .topaz-hover:before,
.box-circle:hover header .topaz-hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/*SERVERS BOX*/
.services header {
	margin-bottom: 18px;
}

.services header i {
	position: relative;
	color: #707070;
	font-size: 65px;
	margin: 0 auto;
	margin-bottom: 35px;
	display: block;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.services header h1 {
	margin-bottom: 0px;
}

.services header h2 {
	margin-bottom: 0px;
}

.services header h3 {
	margin-bottom: 0px;
}

.services header h4 {
	margin-bottom: 0px;
}

.services header h5,
.services header .posted_in label,
.posted_in .services header label {
	margin-bottom: 0px;
}

.services header h6 {
	margin-bottom: 0px;
}

.services:hover i,
.services:hover h1,
.services:hover h2,
.services:hover h3 h4,
.services:hover h5,
.services:hover .posted_in label,
.posted_in .services:hover label,
.services:hover h6 {
	color: darkgreen;
}

.services p.withpadding {
	padding: 0 9%;
}

/*Features BOX*/
.features-box {
	text-align: center;
	padding: 25px 10px;
	-webkit-box-shadow: 0 0 0 1px #e1e1e1;
	box-shadow: 0 0 0 1px #e1e1e1;
	-webkit-box-sizing: order-box;
	box-sizing: order-box;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	position: relative;
}

.features-box header i {
	color: #707070;
	font-size: 58px;
	margin-bottom: 25px;
	display: block;
}

.features-box .features-content .features-title {
	margin-bottom: 13px;
}

.features-box .features-content p {
	padding: 0 25px;
}

.features-box:hover {
	-webkit-box-shadow: none;
	box-shadow: 4px 4px 18px dimgrey;
}

.features-box:focus {
	-webkit-box-shadow: none;
	box-shadow: 4px 4px 18px dimgrey;
}

.features-box:hover p,
.features-box:hover .features-title,
.features-box:hover i {
	color: darkgreen !important;
}

.features-box:focus p,
.features-box:focus .features-title,
.features-box:focus i {
	color: darkgreen !important;
}

.features-start,
.features-end {
	position: relative;
	padding: 30px 20px;
}

.features-start.small-flat,
.features-end.small-flat {
	padding: 0px;
}

.features-start.small-flat header i,
.features-end.small-flat header i {
	position: absolute;
	top: 0px;
	background: green;
	border: 1px solid green;
	color: #ffffff;
	border-radius: 80px;
	text-align: center;
	font-size: 32px;
	line-height: 64px;
	width: 64px;
	height: 64px;
}

.features-start.no-box,
.features-end.no-box {
	padding: 0px;
}

.features-start.no-box header i,
.features-end.no-box header i {
	position: absolute;
	top: 0px;
	z-index: 10;
}

.features-start.no-box:hover .features-title,
.features-start.no-box:hover i,
.features-end.no-box:hover .features-title,
.features-end.no-box:hover i {
	color: darkgreen;
}

.features-start header i,
.features-end header i {
	color: #707070;
	font-size: 58px;
	margin-bottom: 35px;
	display: block;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.features-start.topaz-border:before,
.features-start.topaz-border:after,
.features-start.topaz-hover:before,
.features-start.topaz-hover:after,
.features-end.topaz-border:before,
.features-end.topaz-border:after,
.features-end.topaz-hover:before,
.features-end.topaz-hover:after {
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
}

.features-end.no-box header i {
	right: 0px;
}

.features-end header i {
	position: absolute;
	right: 20px;
	top: 27px;
}

.features-end.small-flat header i {
	right: 0px;
}

.features-end.small-flat .features-content {
	padding-right: 94px;
}

.features-end .features-content {
	padding-right: 80px;
}

.features-end .features-content .features-title {
	text-align: right;
}

.features-end .features-content p {
	text-align: right;
	padding: 0;
}

.features-end.box-square .features-content,
.features-end.box-circle .features-content {
	padding-left: 160px;
}

.features-start.no-box i {
	left: 0px;
}

.features-start header i {
	position: absolute;
	left: 20px;
	top: 27px;
}

.features-start.small-flat header i {
	left: 0px;
}

.features-start.small-flat .features-content {
	padding-left: 94px;
}

.features-start .features-content {
	padding-left: 80px;
}

.features-start .features-content .features-title {
	text-align: left;
}

.features-start .features-content p {
	text-align: left;
	padding: 0;
}

.features-start.box-square .features-content,
.features-start.box-circle .features-content {
	padding-left: 160px;
}

.features-start.box-square:hover i,
.features-start.box-circle:hover i {
	color: #fff;
	background: green;
}

/***********************************************************************************************/
/* CountUp*/
/***********************************************************************************************/
.countUp {
	border: 1px solid #fff;
	text-align: left;
	padding: 30px 20px;
}

.countUp .number {
	font-weight: bold;
	display: inline-block;
	color: darkgreen;
}

.countUp .number i {
	font-size: 60px;
	line-height: 60px;
	font-size: 3.75rem;
	line-height: 3.75rem;
	color: #fff;
}

.countUp .number span {
	font-size: 36px;
	line-height: 30px;
	font-size: 2.25rem;
	line-height: 1.875rem;
	display: block;
	margin-left: 70px;
	margin-top: -60px;
}

.countUp .text {
	padding: 18px 0 0 0;
	font-size: 14px;
	line-height: 14px;
	font-size: 0.875rem;
	line-height: 0.875rem;
	margin-left: 74px;
	color: #ffffff;
}

.countUp.no-border {
	border: none !important;
	padding: 0 20px;
}

.countUp.no-border i {
	font-size: 60px;
	line-height: 60px;
	font-size: 3.75rem;
	line-height: 3.75rem;
	color: darkgreen;
}

.countUp.no-border .number {
	color: #fff;
}

.countUp.opposite {
	border: 1px solid #e1e1e1;
}

.countUp.opposite .text {
	color: #a1a1a1;
}

.countUp.opposite i {
	font-size: 60px;
	line-height: 60px;
	font-size: 3.75rem;
	line-height: 3.75rem;
	color: darkgreen;
}

.countUp.opposite .number {
	color: #a1a1a1;
}

/**
 * Icons Box Size
 */
.icon-normal {
	margin-right: 5px;
	color: #707070;
	text-align: left;
	display: inline-block;
}

.icon-box-larg {
	width: 168px;
	height: 168px;
	font-size: 70px;
	line-height: 168px;
	margin-bottom: 0.5em;
}

.icon-box-medium {
	width: 125px;
	height: 125px;
	font-size: 50px;
	line-height: 125px;
	margin-bottom: 0.4em;
}

.icon-box-small {
	width: 64px;
	height: 64px;
	font-size: 30px;
	line-height: 64px;
	margin-bottom: 0.3em;
}

/***********************************************************************************************/
/* CountUp !*/
/***********************************************************************************************/
/***********************************************************************************************/
/* CountUp*/
/***********************************************************************************************/
.mejs-offscreen {
	/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
	position: absolute !important;
	top: -10000px;
	left: -10000px;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}

.mejs-container:focus {
	outline: none;
}

.me-plugin {
	position: absolute;
	width: 100%;
}

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

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

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

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

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

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	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-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(../images/bigplay.png) no-repeat;
	background-position: 0 -100px;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(background.png);
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
	background: -webkit-linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
	background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	padding: 0 25px;
	bottom: -1px;
	left: 0;
	height: 50px;
	width: 100%;
	background: #faf9f5;
	list-style: none;
	-webkit-box-shadow: inset 0px 0px 0px 1px #d0cdbc;
	box-shadow: inset 0px 0px 0px 1px #d0cdbc;
}

.mejs-container .mejs-controls div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button {
	position: relative;
	cursor: pointer;
	background: none;
	width: 30px;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	top: 20px;
	display: block;
	text-decoration: none;
	padding: 0;
	position: absolute;
	border: 0;
	background: transparent;
}

/* :focus for accessibility */
.mejs-controls .mejs-button.mejs-pause button:before {
	content: "\f04c";
	font-family: "FontAwesome";
	font-size: 16px;
}

.mejs-controls .mejs-button.mejs-play button:before {
	content: "\f04b";
	font-family: "FontAwesome";
	font-size: 16px;
}

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
	position: relative;
	top: 19px;
	color: #828077;
	display: block;
	width: auto;
	padding: 0px 10px;
	overflow: hidden;
	text-align: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
	font-size: 11px;
	color: #828077;
	line-height: 12px;
	display: block;
	float: left;
	width: auto;
}

.mejs-container .mejs-controls .mejs-time a {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
	background-position: 0 0;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px;
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	top: 20px;
	height: 10px;
	background: transparent;
	background: transparent;
	-webkit-box-shadow: inset 0px 0px 0px 1px green;
	box-shadow: inset 0px 0px 0px 1px green;
	outline: none;
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -webkit-gradient(
		linear,
		0 100%,
		100% 0,
		color-stop(0.25, rgba(255, 255, 255, 0.15)),
		color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.15)),
		color-stop(0.75, rgba(255, 255, 255, 0.15)),
		color-stop(0.75, transparent),
		to(transparent)
	);
	background-image: -webkit-linear-gradient(
		-45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -webkit-linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		-45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-size: 15px 15px;
	-webkit-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;
	}
}

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

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	height: 10px;
	background: green;
	width: 0;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-box-shadow: inset 0px 0px 0px 1px green;
	box-shadow: inset 0px 0px 0px 1px green;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 10px;
	background: green;
	z-index: 1;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #d0cdbc;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: green;
	width: 36px;
	height: 17px;
	border: solid 1px green;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #ffffff;
}

.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 {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px green;
	border-color: green transparent transparent transparent;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

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

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

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

/*
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-fullscreen-button button:before {
	content: "\f0b2" !important;
	font-family: "FontAwesome";
	font-size: 16px;
	position: absolute;
	right: -30px;
}

button:focus {
	outline: 0;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button.mejs-mute button:before {
	content: "\f028";
	font-family: "FontAwesome";
	font-size: 16px;
}

.mejs-controls .mejs-volume-button.mejs-unmute button:before {
	content: "\f026";
	font-family: "FontAwesome";
	font-size: 16px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: #faf9f5;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	border-radius: 0 0 4px 4px;
}

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

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

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

/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
	height: 26px;
	width: 56px;
	position: relative;
	display: block;
	float: left;
	vertical-align: middle;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 20px;
	width: 50px;
	height: 10px;
	background: transparent;
	background: transparent;
	-webkit-box-shadow: inset 0px 0px 0px 1px green;
	box-shadow: inset 0px 0px 0px 1px green;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 20px;
	width: 50px;
	height: 10px;
	padding: 0;
	background: green;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -51px;
	width: 85px;
	height: 100px;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	border: solid 1px transparent;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
    visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 55px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
	background: -webkit-linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
	overflow: hidden;
	border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102, 102, 102, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
	background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(102, 102, 102, 0.7)),
		to(rgba(50, 50, 50, 0.6))
	);
	background: -webkit-linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
	background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
}

.mejs-captions-layer a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang="ar"] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 35px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(background.png);
	background: rgba(20, 20, 20, 0.5);
	white-space: pre-wrap;
}

/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

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

/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

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

/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

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

/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}

/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001;
	/* make sure it shows on fullscreen */
}

.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2c7c91;
	color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	z-index: 1000;
	overflow: hidden;
}

.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}

.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}

/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
	width: 46px !important;
	position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
	background: transparent;
	width: 36px;
	font-size: 11px;
	line-height: normal;
	color: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
	display: none;
	position: absolute;
	top: -100px;
	left: -10px;
	width: 60px;
	height: 100px;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	border: solid 1px transparent;
	padding: 0;
	overflow: hidden;
	border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
	display: block;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
	color: #21f8f8;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
	margin: 0 0 6px 0;
	padding: 0 10px;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
	display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
	width: 60px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 11.5px;
	color: white;
	margin-left: 5px;
	cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
	background-color: #c8c8c8 !important;
	background-color: rgba(255, 255, 255, 0.4) !important;
}

/* End: Speed */
/* Start: Jump Forward */
.mejs-controls .mejs-button.mejs-jump-forward-button {
	background: transparent url(jumpforward.png) no-repeat;
	background-position: 3px 3px;
}

.mejs-controls .mejs-button.mejs-jump-forward-button button {
	background: transparent;
	font-size: 9px;
	line-height: normal;
	color: #ffffff;
}

/* End: Jump Forward */
/* Start: Skip Back */
.mejs-controls .mejs-button.mejs-skip-back-button {
	background: transparent url(skipback.png) no-repeat;
	background-position: 3px 3px;
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
	background: transparent;
	font-size: 9px;
	line-height: normal;
	color: #ffffff;
}

/* End: Skip Back */
/***********************************************************************************************/
/* _team /
/***********************************************************************************************/
.dima-team-member .team-img {
	overflow: hidden;
}

.dima-team-member .team-img .fix-chrome {
	position: relative;
}

.dima-team-member .team-img img {
	width: 100%;
}

.member-name {
	display: block;
	margin-bottom: 5px;
	font-size: 18;
	font-weight: bold;
}

.member-name h5,
.member-name .posted_in label,
.posted_in .member-name label {
	text-transform: uppercase;
}

.member-function {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 17px;
	font-size: 0.875rem;
	line-height: 1.0625rem;
}

.ll-skin-melon {
	font-size: 90%;
}

.ll-skin-melon .ui-widget {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	background: #ffffff;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker {
	padding: 20px;
	border: 1px solid #e1e1e1;
	border-top: none;
	z-index: 99 !important;
	display: none;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
	margin-bottom: 20px;
	color: #707070;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ll-skin-melon .ui-datepicker .ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
	background-position: -96px 0;
}

.ll-skin-melon .ui-datepicker table {
	margin: 0;
	background: #fff;
	text-transform: uppercase;
}

.ll-skin-melon .ui-datepicker th {
	padding: 1em 0;
	color: #707070;
	font-size: 13px;
	font-weight: normal;
	border: none;
	text-align: center;
}

.ll-skin-melon .ui-datepicker td {
	padding: 0.79em;
	text-align: center;
}

.ll-skin-melon .ui-datepicker-header {
	border: none;
	background: transparent;
	font-weight: normal;
	font-size: 15px;
}

.ll-skin-melon .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next {
	float: right;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next:before {
	content: "\f105";
	font-family: "FontAwesome";
	display: inline-block;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
	float: left;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev:before {
	content: "\f104";
	font-family: "FontAwesome";
	display: inline-block;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
	top: 0.9em;
	border: none;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
	margin-top: 0;
	top: 0;
	font-size: 0;
}

.ll-skin-melon td .ui-state-default {
	text-align: center;
	margin: 0;
	color: #a1a1a1;
	font-size: 12px;
}

.ll-skin-melon td .ui-state-default .ui-state-active,
.ll-skin-melon td .ui-state-default .ui-state-hover {
	background: #2e3641;
}

.ll-skin-melon .ui-state-disabled {
	opacity: 1;
}

.ll-skin-melon .ui-state-disabled .ui-state-default {
	color: #d4d4d4;
}

.ll-skin-melon .ui-datepicker-today,
.ll-skin-melon td:hover {
	-webkit-box-shadow: 0px 0px 0px 1px #e1e1e1;
	box-shadow: 0px 0px 0px 1px #e1e1e1;
}

.ll-skin-melon .ui-datepicker-current-day {
	background: green;
	-webkit-box-shadow: 0px 0px 0px 1px green;
	box-shadow: 0px 0px 0px 1px green;
}

.ll-skin-melon .ui-datepicker-current-day a {
	color: #fff;
}

.ll-skin-melon .ui-datepicker-other-month a {
	color: #d4d4d4;
}

[data-datepicker="true"] {
	background: url(../images/date.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 27px;
	padding-right: 35px;
}

/***********************************************************************************************/
/* Tags*/
/***********************************************************************************************/
.tags a {
	display: inline-block;
	margin: 0 0 8px 0;
	margin-right: 3px;
	margin-left: 0;
	padding: 8px 10px;
	text-transform: capitalize;
	font-size: 12px !important;
	line-height: 100%;
	color: #a1a1a1;
	background-color: #fafafa;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.tags a:hover {
	color: #fff;
	background-color: darkgreen;
}

.tags a i {
	margin-right: 3px;
}

.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 500;
	line-height: 2em;
	color: #ffffff;
	background: #707070;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}

.boxed-blog.blog-list .post {
	margin-bottom: 30px;
}

.boxed-blog.blog-list .post.isotope-item {
	margin-bottom: 0px;
	overflow: initial;
}

.boxed-blog .post.e-post {
	padding: 20px;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	border-radius: 0px;
}

.boxed-blog .post.e-post .box {
	margin-bottom: 0px;
	border: 0px;
}

.boxed-blog .post.e-post .post-meta {
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0px 20px 0px;
}

.boxed-blog .post.e-post .post-content {
	padding: 25px 0px 5px 0px;
}

.boxed-blog .post p {
	margin-bottom: 0px;
	color: #a1a1a1;
}

.boxed-blog .post .post-img {
	overflow: hidden;
	position: relative;
	height: auto;
	width: auto;
}

.boxed-blog .post .post-img img {
	overflow: hidden;
	width: 100%;
	border-radius: 0px;
}

.boxed-blog .post .post-meta {
	padding: 20px 25px;
	font-size: 14px;
	line-height: 14px;
	font-size: 0.875rem;
	line-height: 0.875rem;
	background: #ffffff;
	margin-bottom: 0;
}

.boxed-blog .post .post-meta ul {
	text-align: right;
}

.boxed-blog .post .post-meta ul li {
	display: inline-block;
	color: #a1a1a1;
}

.boxed-blog .post .post-meta ul li.post-comments {
	text-align: left;
}

.boxed-blog .post .post-meta ul li.post-on {
	float: left;
}

.boxed-blog .post .post-meta ul li.post-view {
	padding-right: 10px;
}

.boxed-blog .post .post-content {
	position: relative;
	border-top: none;
	padding: 25px;
	background: #ffffff;
}

.boxed-blog .post .post-content h4 a,
.boxed-blog .post .post-content h5 a,
.boxed-blog .post .post-content .posted_in label a,
.posted_in .boxed-blog .post .post-content label a {
	color: #707070;
}

.boxed-blog .post .post-content h4 a:hover,
.boxed-blog .post .post-content h5 a:hover,
.boxed-blog .post .post-content .posted_in label a:hover,
.posted_in .boxed-blog .post .post-content label a:hover {
	color: darkgreen;
}

.boxed-blog .post .pad {
	padding: 20px;
	border: 1px solid #e1e1e1;
	border-bottom: none;
	background: #707070;
}

.boxed-blog .post audio,
.boxed-blog .post video,
.boxed-blog .post iframe {
	width: 100% !important;
}

.boxed-blog .sda-post {
	position: relative;
}

.boxed-blog .sda-post img {
	margin-bottom: 1px;
}

.related-posts {
	margin-bottom: 30px;
}

.related-posts .related-posts-title {
	text-transform: uppercase;
	margin-bottom: 30px;
}

.related-posts .related-entry {
	-webkit-box-sizing: box-sizing;
	box-sizing: box-sizing;
}

.related-posts .related-entry .related-entry-media {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.related-posts .related-entry .related-entry-media .related-entry-thumbnail img {
	width: 100%;
	height: auto;
}

.related-posts .related-entry .related-entry-title h6 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.related-posts .related-entry:hover .related-entry-title h6 {
	color: darkgreen;
}

/*-------------------------*/
/* Slit (inspired by Jam3) */
/* codrops
/*sass by adel tahri
/*-------------------------*/
.vertical-menu .nav-slit a.prev {
	left: 0;
	left: 0;
	margin-left: 300px;
}

.vertical-menu .nav-slit a.next {
	right: 0;
}

.nav-slit a {
	position: fixed;
	top: 65%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-slit a.prev {
	left: 0;
}

.nav-slit a.prev div {
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.nav-slit a.next {
	right: 0;
}

.nav-slit a.next div {
	right: 0;
	text-align: left;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.nav-slit a i {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 22px;
	height: 22px;
	text-align: center;
}

.nav-slit .slit-wrap {
	position: relative;
	display: inline-table;
	padding: 60px 8px;
	background-color: #1c1c1a;
}

.nav-slit i {
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	font-size: 1.375rem;
	line-height: 1.375rem;
}

.nav-slit div {
	position: absolute;
	top: 0;
	width: 200px;
	height: 100%;
	background-color: #939a9f;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.nav-slit h6 {
	position: absolute;
	top: 100%;
	margin: 0;
	padding: 10px 15px;
	width: 100%;
	height: 30%;
	font-weight: 300;
	background: #1c1c1a;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webki-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	line-height: 25px !important;
}

.nav-slit img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; /*josh added */
}

.nav-slit a:hover i {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.nav-slit a.prev:hover i {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.nav-slit a.next:hover i {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.nav-slit a:hover div {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.nav-slit a:hover h6 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

/*-----Slit !---------------*/
/***********************************************************************************************/
/* Blog Author*/
/***********************************************************************************************/
.dima-author-box {
	margin-bottom: 30px;
}

.dima-author-box .dima-about-image {
	position: relative;
	margin-right: 30px;
	margin-top: 0px;
	-webkit-box-shadow: 0 0px 0 2px #e1e1e1;
	box-shadow: 0 0px 0 2px #e1e1e1;
}

.dima-author-box .dima-about-image img {
	width: 120px;
	height: 120px;
}

.dima-author-box .dima-author-info {
	overflow: hidden;
}

.dima-author-box .dima-author-info .dima-author-name {
	text-transform: uppercase;
}

.dima-author-box .dima-author-info p {
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.dima-author-box .dima-about-image {
		margin-right: 20px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.dima-author-box .dima-about-image img {
		width: 60px;
		height: 60px;
	}
	.dima-author-box .dima-author-info {
		overflow: initial;
	}
}

/***********************************************************************************************/
/* Blog Comments*/
/***********************************************************************************************/
.dima-comments-list,
.dima-reviews-list {
	/*comment header*/
	/*comment content*/
}

.dima-comments-list .h-comment,
.dima-reviews-list .h-comment {
	text-align: left;
	text-transform: uppercase;
	padding: 0 0 30px 0;
	margin-bottom: 0px;
}

.dima-comments-list .h-comment span,
.dima-reviews-list .h-comment span {
	background: #ffffff;
	display: inline-block;
	position: relative;
	z-index: 3;
	padding-right: 10px;
}

.dima-comments-list .h-comment span small,
.dima-reviews-list .h-comment span small {
	font-size: 18px;
	line-height: 18px;
	font-size: 1.125rem;
	line-height: 1.125rem;
}

.dima-comments-list .dima-comment .content-comment,
.dima-reviews-list .dima-comment .content-comment {
	padding: 30px 0px;
	overflow: hidden;
}

.dima-comments-list .dima-comment li,
.dima-reviews-list .dima-comment li {
	border-top: 1px solid white;
}

.dima-comments-list .dima-comment li .dima-comment-img,
.dima-reviews-list .dima-comment li .dima-comment-img {
	border: 2px solid #e1e1e1;
}

.dima-comments-list .dima-comment li .dima-comment-img img,
.dima-reviews-list .dima-comment li .dima-comment-img img {
	width: 80px !important;
	height: 80px !important;
}

.dima-comments-list .dima-comment li .comment-content p,
.dima-reviews-list .dima-comment li .comment-content p {
	margin-bottom: 0;
}

.dima-comments-list .dima-comment li .dima-comment-entry,
.dima-reviews-list .dima-comment li .dima-comment-entry {
	position: relative;
	overflow: hidden;
}

.dima-comments-list .dima-comment li .dima-comment-entry ul.user-comment-titel,
.dima-reviews-list .dima-comment li .dima-comment-entry ul.user-comment-titel {
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
}

.dima-comments-list .dima-comment li .dima-comment-entry ul.user-comment-titel li,
.dima-reviews-list .dima-comment li .dima-comment-entry ul.user-comment-titel li {
	border: none;
	display: inline-block;
}

.dima-comments-list .dima-comment li .dima-comment-entry ul.user-comment-titel h6,
.dima-reviews-list .dima-comment li .dima-comment-entry ul.user-comment-titel h6 {
	text-transform: uppercase;
	margin-right: 30px;
	margin-bottom: 0;
	font-weight: bold;
}

.dima-comments-list .dima-comment li .children,
.dima-reviews-list .dima-comment li .children {
	margin-left: 89px;
	list-style: none;
}

.dima-comments-list .dima-comment li .children li:last-child,
.dima-reviews-list .dima-comment li .children li:last-child {
	padding-bottom: 0px;
}

.dima-comments-list .dima-comment li .reply-form a,
.dima-reviews-list .dima-comment li .reply-form a {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 14px;
	font-size: 0.875rem;
	line-height: 0.875rem;
	display: block;
}

.dima-comments-list .dima-comment > li:last-child,
.dima-reviews-list .dima-comment > li:last-child {
	margin-bottom: 70px;
}

.leave-reply {
	text-transform: uppercase;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.dima-comments-list .dima-comment li .children,
	.dima-comments-list .dima-comment li .dima-comment-entry {
		margin: 0;
	}
	.dima-comments-list .dima-comment li .dima-comment-entry header .comment-time {
		display: block;
		float: none;
		font-size: 12px;
	}
	.dima-comments-list .dima-comment li .dima-comment-img img {
		width: 60px !important;
		height: 60px !important;
	}
}

/***********************************************************************************************/
/* UTILITY CLASSES */
/***********************************************************************************************/
.text-center {
	text-align: center;
}

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

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

.float-start {
	float: left;
}

.float-end {
	float: right;
}

.float-center {
	margin: 0 auto;
	float: none !important;
}

.float-center li {
	float: none;
}

.hide-text {
	font: 0/0 a;
	color: transparent !important;
	text-shadow: none;
	background-color: transparent !important;
	border: 0;
}

.through {
	text-decoration: line-through;
}

.uppercase {
	text-transform: uppercase !important;
}

.no-bottom-margin {
	margin-bottom: 0px !important;
}

.no-top-padding {
	padding-top: 0px;
}

.no-bottom-padding {
	padding-bottom: 0px;
}

.opacity-zero {
	opacity: 0;
}

.show {
	opacity: 1;
}

.hide {
	display: none;
}

.add-border {
	margin: 10px;
	border: 1px solid #fff;
}

.no-shadow {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.no-margin {
	margin: 0px !important;
}

.margin-end {
	margin-right: 30px;
}

.theme-color {
	/*darkgreen*/
	color: #006400;
	/*green color: #008000;*/
	text-shadow: 1px 1px 0px white;
}

.inline > li {
	display: inline-block;
	overflow: hidden;
	margin-right: 8px;
	margin-bottom: 8px;
}

.inline > li:last-child {
	margin-right: 0px;
}

/**
 * Position
 */
.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.unset {
	overflow: unset;
}

.auto-width {
	width: auto;
}

.full-width {
	width: 100%;
	overflow: hidden;
}

.lr-padding {
	padding-left: 50px;
	padding-right: 50px;
}

.tb-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

/*hirsontal line*/
.vertical-middle {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.no-border {
	border: none;
}

.circle {
	border-radius: 999px;
}

.h5 {
	font-family: "Open Sans", Helvetica, Georgia, Times, serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	font-size: 1.125rem;
	line-height: 1.125rem;
	color: #707070;
	text-rendering: optimizeLegibility;
	margin-bottom: 0.5em;
}

#infscr-loading {
	position: absolute;
	display: none;
	z-index: 999;
	bottom: 0px;
	left: 50%;
	border-bottom: 2px solid #e4e4e4;
	border-left: 2px solid #e4e4e4;
	border-right: 2px solid green;
	border-top: 2px solid green;
	border-radius: 100%;
	height: 60px;
	width: 60px;
	margin-left: -30px;
	margin-top: -30px;
	-webkit-animation: fa-spin 0.6s infinite linear;
	animation: fa-spin 0.6s infinite linear;
	text-align: center;
	display: block;
	text-indent: -9999px;
}

/* CLEARING
============================================================================ */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.container:after {
	clear: both;
}

.container {
	zoom: 1;
}

.clearfix {
	*zoom: 1;
	/* For IE 6/7 (trigger hasLayout) */
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

/* Use clearfix class on parent to clear nested columns */
.container:before,
.container:after {
	content: "\0020";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	padding-bottom: 15px;
}

.double-clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	padding-bottom: 30px;
}

.clear-section {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	padding-bottom: 70px;
}

.overflow-hidden {
	overflow: hidden;
}

/*
 *
 *1:Desktop - Extra Large
 *2:Desktop - Large
 *3:Tablet  - Portrait
 *4:Mobile  - Portrait
 *5:Mobile  - Landscape
 *6:Mobile - Portrait & Landscape
 *7:Tablet & Mobile - Portrait & Landscape
 *
 */
/*!2: #Desktop - Large=======================================*/
/*3: #Tablet (Portrait)==============*/
@media only screen and (min-width: 768px) and (max-width: 989px) {
	.isotope-item .link_overlay:hover .work-info {
		bottom: 6%;
	}
	.with-margin .isotope-item {
		padding: 0 0.7% 10px 0.7% !important;
	}
	/*Pricing Table*/
	div.di_1_of_4 {
		width: 48.5%;
	}
	div.di_1_of_4:nth-child(4n + 3) {
		margin-top: 30px;
		margin-left: 0;
	}
	div.di_1_of_4:nth-child(4n) {
		margin-top: 30px;
	}
	.page-section-content .page-section.app {
		margin-bottom: 80px;
	}
	.services p {
		padding: 0px !important;
	}
	.no-box.box-square header i,
	.box-circle header i {
		width: 85px;
		height: 85px;
		font-size: 45px;
		line-height: 85px;
	}
	.no-box.features-start.box-square .features-content,
	.features-start.box-circle .features-content {
		padding-left: 110px;
	}
	.no-box.features-end.box-square .features-content,
	.features-end.box-circle .features-content {
		padding-right: 110px;
	}
	.dima-timeline.dima-timeline-blog .post-meta ul li.post-comments,
	.dima-timeline.dima-timeline-blog .post-meta ul li.post-view {
		display: none;
	}
}

/*3: #Tablet (Portrait)==============*/
/*4: #Mobile (Portrait)==============*/
@media only screen and (max-width: 767px) {
	.dima-tab-nav li {
		width: 100%;
		border-bottom: none !important;
	}
	.dima-tab-nav li.active {
		border-right-color: #e1e1e1 !important;
		border-left-color: #e1e1e1 !important;
	}
	.dima-tab-nav li:last-child {
		border-bottom: 1px solid #e1e1e1 !important;
	}
	.dima-tab-nav.right,
	.dima-tab-nav.left {
		width: 100%;
	}
	.dima-tab-nav.right li,
	.dima-tab-nav.left li {
		margin-bottom: 0px;
	}
	.dima-tab-nav.right.active,
	.dima-tab-nav.left.active {
		border-right-color: #e1e1e1 !important;
		border-left-color: #e1e1e1 !important;
	}
	.related-posts .related-entry-media {
		float: left;
		width: 25%;
	}
	.related-posts .related-entry-content {
		float: right;
		width: 73%;
	}
	.boxed-blog .post-meta ul li.post-comments,
	.boxed-blog .post-meta ul li.post-view {
		display: none;
	}
	.boxed-blog .post-meta ul {
		text-align: center;
	}
	.boxed-blog .post-meta ul li.post-on {
		float: none;
	}
	.dima-nav-end li:first-child {
		display: none;
	}
	.vertical-menu .container {
		width: 100%;
		padding: 0 10px;
	}
	.filters-box.filters ul li {
		display: inline-block;
		float: left;
		width: 47%;
	}
	.last-menu .attachment-menu {
		margin: 0 auto;
		float: none;
		display: block;
		margin-bottom: 30px;
	}
	.margin-end {
		margin-right: 0px;
	}
}

/*!4: #Mobile (Portrait)==============*/
/*5: #Mobile (Landscape) =================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.filters-box.filters ul li {
		display: inline-block;
		float: left;
		width: 31%;
	}
}

/*!5: #Mobile (Landscape) =================*/
/*6: #Mobile (Landscape & Portrait) =================*/
@media only screen and (max-width: 767px) {
	html {
		font-size: 85%;
	}
	.title_container h2 {
		text-align: center;
	}
	.title_container .page-section-content {
		padding: 50px 0;
	}
	.title_container.start-style .dima-breadcrumbs {
		margin-top: 20px;
		text-align: center;
		width: 100%;
	}
	.title_container.start-style .page-section-content {
		padding: 30px 0 50px 0 !important;
	}
	.page-section-content {
		padding: 3.125em 0;
	}
	.in-bottom-relative {
		margin-bottom: -3.125em !important;
	}
	.no-box.box-square header i,
	.no-box.box-circle header i {
		width: 80px;
		height: 80px;
		font-size: 35px;
		line-height: 80px;
	}
	.no-box.features-start.box-square .features-content,
	.features-start.box-circle .features-content {
		padding-left: 90px;
	}
	.no-box.features-end.box-square .features-content,
	.features-end.box-circle .features-content {
		padding-right: 90px;
	}
	.dima-timeline-list li:before {
		left: 32.5px;
		padding-top: 65px;
	}
	.dima-timeline .timeline_element-content {
		float: none;
		margin: 30px 0px;
		width: 100%;
	}
	.dima-timeline .timeline_element-content:after,
	.dima-timeline .timeline_element-content:before {
		display: none;
	}
	.dima-timeline .timeline_element-left .date {
		position: absolute;
		top: 25px;
		left: 0%;
		margin-left: 0%;
	}
	.dima-timeline .timeline_element-left .post {
		margin-right: 0%;
		margin-left: 0%;
	}
	.dima-timeline .timeline_element-right .date {
		position: absolute;
		top: 25px;
		right: 0%;
		margin-left: 0%;
	}
	.dima-timeline .timeline_element-right .post {
		margin-right: 0%;
		margin-left: 0%;
	}
	.dima-timeline.dima-timeline-blog .timeline_element-left,
	.dima-timeline.dima-timeline-blog .timeline_element-right {
		width: 100%;
		margin-top: 0px;
	}
	.dima-timeline.dima-timeline-blog .timeline_element-left .post,
	.dima-timeline.dima-timeline-blog .timeline_element-right .post {
		margin-right: 0%;
		margin-left: 0%;
	}
	.dima-timeline.dima-timeline-blog .timeline_element-content:before {
		display: none;
	}
	.dima-timeline.dima-timeline-blog .timeline_element-content:after {
		display: none;
	}
	.download {
		margin-right: 0px !important;
	}
}

/*!6: #Mobile (Landscape & Portrait) =================*/
/*7: #Mobile & Tablat (Portrait & Landscape) =================*/
@media only screen and (max-width: 989px) {
	html {
		font-size: 90%;
	}
	.responsive {
		/*-Google Map-*/
	}
	.responsive .topaz-line {
		margin-top: 25px 0;
	}
	.responsive .clear-section {
		padding-bottom: 50px;
	}
	.responsive .google-maps {
		height: 300px;
	}
	.responsive .title_container.start-style h2 {
		text-align: center;
	}
	.responsive .title_container.start-style .dima-breadcrumbs {
		margin-top: 20px;
		text-align: center;
		width: 100%;
	}
	.responsive .title_container.start-style .page-section-content {
		padding: 50px 0 70px 0;
	}
	.countUp {
		position: relative;
		margin-bottom: 30px;
	}
	/*Headen*/
	h1 {
		font-size: 40px;
		line-height: 36px;
		font-size: 2.5rem;
		line-height: 2.25rem;
	}
	h2 {
		font-size: 25px;
		line-height: 36px;
		font-size: 1.5625rem;
		line-height: 2.25rem;
	}
	h5,
	.posted_in label {
		font-size: 15px;
		line-height: 18px;
		font-size: 0.9375rem;
		line-height: 1.125rem;
	}
	/*Icon box*/
	.margin-bottom li {
		margin-bottom: 30px !important;
	}
	.features-box.features-start,
	.features-box.features-end {
		padding: 20px 15px;
	}
	.features-box.features-start header i,
	.features-box.features-end header i {
		display: none;
	}
	.features-box.features-start header h4,
	.features-box.features-end header h4 {
		padding-right: 0%;
		padding-left: 0%;
	}
	.features-box.features-start p,
	.features-box.features-end p {
		padding-right: 0%;
		padding-left: 0%;
	}
	.features-end .features-content,
	.features-start .features-content {
		padding-right: 0;
		padding-left: 0;
	}
	.features-start.no-box header i,
	.features-end.no-box header i {
		display: none;
	}
	.box-square.features-start.no-box header i,
	.box-square.features-end.no-box header i,
	.box-circle.features-start.no-box header i,
	.box-circle.features-end.no-box header i {
		display: block;
	}
	.dima-tabs.responsive-tab .dima-tab-nav {
		overflow: hidden;
	}
	.dima-tabs.responsive-tab .dima-tab-nav ul {
		margin: 0;
	}
	.dima-tabs.responsive-tab .dima-tab-nav li {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		width: 100%;
		height: 44px;
		line-height: 44px;
		padding: 0 15px;
		border: 1px solid #e1e1e1;
		overflow: hidden;
	}
	.dima-tabs.responsive-tab .dima-tab-nav li a {
		border-style: none;
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	.dima-tabs.responsive-tab .dima-tab-nav li a:hover {
		border-style: none;
		background-color: transparent;
	}
	.dima-tabs.responsive-tab .dima-tab-nav li a:active {
		border-style: none;
	}
	.dima-tabs.responsive-tab .dima-tab-nav .active > a,
	.dima-tabs.responsive-tab .dima-tab-nav .active > a:hover {
		border-style: none;
	}
	.dima-tabs.responsive-tab .dima-tab-nav.float-start,
	.dima-tabs.responsive-tab .dima-tab-nav.float-end,
	.dima-tabs.responsive-tab .dima-tab-content.float-end,
	.dima-tabs.responsive-tab .dima-tab-content.float-start {
		width: 100%;
	}
	.dima-tab-content.float-end {
		left: 0;
	}
	.dima-tab-content.float-start {
		right: 0;
	}
	.dima-container,
	.dima-sidebar {
		width: 100% !important;
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.dima-sidebar,
	.order-products {
		margin-top: 30px;
	}
	.social-media figure li {
		margin-bottom: 10px;
	}
	.dima-pricing-table .dima-pricing-col.di_1_of_4.featured-larg {
		margin-top: 30px !important;
	}
	.nav-slit a.prev,
	.nav-slit a.next {
		display: none;
	}
	.dima-center-full {
		text-align: center;
		width: 100% !important;
	}
	.dima-full {
		clear: both;
		width: 100% !important;
	}
	.cart-table table tr td {
		padding: 30px 15px;
	}
	/**
     * estaurant demo
     */
	.products-list .dima-product.recipes .product-img,
	.products-list .dima-product.recipes .product-img figure {
		width: 100%;
	}
	.products-list .dima-product.recipes .product-content {
		float: right;
	}
}

/*!7: #Mobile & Tablat (Landscape) =================*/
@media only screen and (max-width: 768px) {
	div [class*="ok-"] {
		margin-bottom: 30px;
	}
	div .ok-row {
		margin-bottom: 0;
	}
	#demo-shop .margin-up {
		margin-top: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
	div [class*="ok-"] {
		margin-bottom: 30px;
	}
	div .ok-row {
		margin-bottom: 0;
	}
	#demo-shop .margin-up {
		margin-top: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1289px) {
	.vertical-menu {
		/*Pricing Table*/
	}
	.vertical-menu .isotope-item .link_overlay:hover .work-info {
		bottom: 6%;
	}
	.vertical-menu .with-margin .isotope-item {
		padding: 0 0.7% 10px 0.7% !important;
	}
	.vertical-menu div.di_1_of_4 {
		width: 48.5%;
	}
	.vertical-menu div.di_1_of_4:nth-child(4n + 3) {
		margin-top: 30px;
		margin-left: 0;
	}
	.vertical-menu div.di_1_of_4:nth-child(4n) {
		margin-top: 30px;
	}
	.vertical-menu .page-section-content .page-section.app {
		margin-bottom: 80px;
	}
	.vertical-menu .boxed-protfolio .di_1_of_4 {
		width: 50%;
	}
	.vertical-menu .services p {
		padding: 0px !important;
	}
	.vertical-menu .no-box.box-square header i,
	.vertical-menu .box-circle header i {
		width: 85px;
		height: 85px;
		font-size: 45px;
		line-height: 85px;
	}
	.vertical-menu .no-box.features-start.box-square .features-content,
	.vertical-menu .features-start.box-circle .features-content {
		padding-left: 110px;
	}
	.vertical-menu .no-box.features-end.box-square .features-content,
	.vertical-menu .features-end.box-circle .features-content {
		padding-right: 110px;
	}
	.vertical-menu .dima-timeline.dima-timeline-blog .post-meta ul li.post-comments,
	.vertical-menu .dima-timeline.dima-timeline-blog .post-meta ul li.post-view {
		display: none;
	}
	.vertical-menu .dima-timeline-list li:before {
		left: 42.5px;
		padding-top: 85px;
	}
}

/**
* Important Files
* Custom Revolution
* Custom Media Elemnts
**/
/*1Revolution custom navigation Type*/
.clm-bullet .bullet.clm:nth-child(2n + 3) {
	clear: left;
	margin-left: 0 !important;
}

.bullet {
	cursor: pointer;
	width: 13px;
	height: 13px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	text-indent: -9999px;
	border: 1px solid #fff;
	margin: 0px 4px 8px 4px !important;
	float: left;
}

.bullet:hover,
.bullet.selected {
	background: #ffffff !important;
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	letter-spacing: 0 !important;
}

.dima-main .tp-bullets.tp-thumbs {
	background-color: transparent !important;
	background-color: transparent !important;
}

.dima-main .tp-bullets.tp-thumbs .bullet {
	opacity: 1;
	filter: alpha(opacity=1);
}

.dima-main .tp-bullets.tp-thumbs .bullet:hover,
.dima-main .tp-bullets.tp-thumbs .bullet.selected {
	opacity: 0.9;
	filter: alpha(opacity=0.9);
	background-size: cover !important;
}

.dima-main .tp-bullets.tp-thumbs {
	width: 100% !important;
	left: 0 !important;
	margin-left: 0 !important;
}

.dima-main .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	left: 50px !important;
}

.flex-caption,
.tp-caption {
	z-index: 10 !important;
}

.full-wrapper {
	margin: 0 1.58%;
	position: relative;
}

/**
 * FlexSlider
 */
.slider-thumb.small-control .flex-control-nav li {
	width: 108px !important;
	height: auto !important;
	float: left;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 0px;
}

.slider-thumb .flex-direction-nav a {
	margin: -60px 0 0;
}

/*Form*/
.textarea,
.form textarea {
	min-height: 8em;
	height: 8em;
}

.widget-content .field {
	margin-bottom: 10px;
}

.dima-close:before {
	content: "\a139";
	font-family: "Dima-Icons";
	font-size: 8px;
	line-height: 16px;
	font-size: 0.5rem;
	line-height: 1rem;
	text-align: center;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 25px;
	border: none;
}

/*device-content*/
.topaz-div-bg {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
}

.device-content.macbook {
	position: relative;
	overflow: hidden;
	padding: 3.6% 11.9% 0% 12.1%;
}

.device-content.phone {
	position: relative;
	overflow: hidden;
	padding: 31% 7% 0% 8.2%;
}

.device-content img {
	width: 100%;
}

/**/
/**
 * Sections
 */
.dima-section-cover {
	position: absolute;
	background-position: center center;
	background-repeat: repeat;
	background-color: rgba(0, 0, 0, 0.4);
	background-attachment: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}

.with-top-border {
	border-top: 1px solid #e1e1e1;
}

/**
 * Background and colors
 */
.black-bg {
	background-color: #222;
}

.green-color {
	color: darkgreen;
}

.red-color {
	color: red;
}

.undertitle {
	color: #ffffff;
}

/**
 * Isotope ( Portfolio )
 */
.dima-loading {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}

.dima-loading .loading-top,
.dima-loading .loading-bottom {
	position: fixed;
	display: block;
	width: 100%;
	z-index: 9998;
}

.dima-loading .loading-top {
	top: 0;
	height: 50%;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-transition: top 0.3s;
	transition: top 0.3s;
}

.dima-loading .loading-bottom {
	bottom: 0;
	height: 50%;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-transition: bottom 0.3s;
	transition: bottom 0.3s;
}

/**
 *
 */
.spin-2 {
	position: absolute;
	background: url(../images/PP.png) 0 0 no-repeat;
	width: 200px;
	height: 200px;
	z-index: 99999;
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -115px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.spin-2 p {
	color: #838383;
	display: block;
	text-align: center;
	padding-top: 65px;
	letter-spacing: 4px;
	font-weight: 100;
	-webkit-animation: pulse 1s infinite;
	animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
}

.infscr-loading {
	position: fixed;
	left: 46%;
	text-align: center;
	display: block;
	bottom: 30px;
}

/**
 * Owl Them
 */
.image-carousel.owl-theme .owl-controls {
	position: absolute;
	bottom: 20px;
	padding: 5px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.owl-circle .owl-dots .owl-dot span {
	border-radius: 50px;
}

/**
 * magnific-popup
 */
.gallery-img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 55;
}

.mfp-zoom-in {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

button.mfp-close {
	background: #222222;
}

.mfp-close {
	position: fixed;
	right: 20px;
}

.dima-padding {
	padding: 100px 45px !important;
}

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

.in-bottom-absolute {
	position: absolute !important;
	top: -6.375em;
}

.in-bottom-relative {
	position: relative;
	margin-bottom: -6.25em;
}

/**
 * Photographer
 */
.post-control {
	position: absolute;
	bottom: 38px;
	z-index: 1030;
	right: 50px;
}

/**
 * Post Item Ajax
 */
.ajax-item {
	width: 960px;
	margin: 20px auto;
	float: none;
}

/**
 * okab-icons page
 */
.rows.okab-icons .di_1_of_4 {
	margin-bottom: 30px;
	display: inline-block;
}

.rows.okab-icons i {
	font-size: 32px;
	color: #000;
}

.rows.okab-icons i span.muted {
	padding-left: 10px;
	margin-top: 10px;
}

.rows.okab-icons .muted {
	display: block;
	font-size: 14px;
	padding: 5px;
}

/**
 * Scroll Bar
 */
.dima-navbar-vertical#framee {
	overflow: visible !important;
}

.scrollbar {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 4px;
	z-index: 100;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
}

.scrollbar .handle {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.4);
	cursor: pointer;
}

.dima-navbar.dima-navbar-vertical .scrollbar {
	left: 0;
}

.vertical-menu-end .dima-navbar-vertical .scrollbar {
	right: 0;
	left: auto;
}

.dima-navbar-vertical:hover .scrollbar {
	opacity: 1;
}

.quick-view-content {
	position: relative;
	background: #ffffff;
	max-width: 930px;
	max-height: 600px;
	height: 100%;
	overflow: hidden;
	margin: 6% auto 0 auto;
}

/*.loading{
    opacity: 0;
}*/
.default-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 52;
}

.load-close {
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 65px;
	letter-spacing: 4px;
	font-weight: 300;
	font-family: "Arial";
	background: #cc4629;
	padding: 10px;
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 30px;
	left: 0;
	z-index: 99999;
}

/*Page 404*/
.not-found h6 {
	font-size: 18px;
	line-height: 18px;
	font-size: 1.125rem;
	line-height: 1.125rem;
}

.not-found p {
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

.not-found h1 {
	font-size: 160px;
	line-height: 160px;
	font-size: 10rem;
	line-height: 10rem;
	margin: 20px 0 35px;
}

.not-found form {
	width: 450px;
	margin: 0 auto;
}

.gridshow {
	margin: 10px 0;
	color: #6a6258;
	border: 1px solid #6a6258;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.04);
	text-align: center;
	overflow: hidden;
}
