@charset "UTF-8";
img, legend {
	border: 0
}
legend, td, th {
	padding: 0
}
body, figure {
	margin: 0
}
.lead, address, dl, hr {
	margin-bottom: 20px
}
.mfp-counter, .text-nowrap, .vlog-featured-2 .vlog-pe-n {
	white-space: nowrap
}
.mfp-arrow, .owl-carousel, .owl-carousel .owl-item, html {
	-webkit-tap-highlight-color: transparent
}
.search .vlog-mod-desc li, .search-results .vlog-mod-desc li, .vlog-actions-social-list, .vlog-social-icons li, ol, ul {
	list-style: none
}
.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
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes bounce {
20%, 53%, 80%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(.755, .050, .855, .060);
animation-timing-function:cubic-bezier(.755, .050, .855, .060);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function:cubic-bezier(.755, .050, .855, .060);
animation-timing-function:cubic-bezier(.755, .050, .855, .060);
-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 {
20%, 53%, 80%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(.755, .050, .855, .060);
animation-timing-function:cubic-bezier(.755, .050, .855, .060);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function:cubic-bezier(.755, .050, .855, .060);
animation-timing-function:cubic-bezier(.755, .050, .855, .060);
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}
@-webkit-keyframes flash {
50%, from, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
@keyframes flash {
50%, from, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
@-webkit-keyframes pulse {
from, to {
-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)
}
}
@keyframes pulse {
from, to {
-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)
}
}
@-webkit-keyframes rubberBand {
from, to {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
30% {
-webkit-transform:scale3d(1.25, .75, 1);
transform:scale3d(1.25, .75, 1)
}
40% {
-webkit-transform:scale3d(.75, 1.25, 1);
transform:scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, .85, 1);
transform:scale3d(1.15, .85, 1)
}
65% {
-webkit-transform:scale3d(.95, 1.05, 1);
transform:scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, .95, 1);
transform:scale3d(1.05, .95, 1)
}
}
@keyframes rubberBand {
from, to {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
30% {
-webkit-transform:scale3d(1.25, .75, 1);
transform:scale3d(1.25, .75, 1)
}
40% {
-webkit-transform:scale3d(.75, 1.25, 1);
transform:scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, .85, 1);
transform:scale3d(1.15, .85, 1)
}
65% {
-webkit-transform:scale3d(.95, 1.05, 1);
transform:scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, .95, 1);
transform:scale3d(1.05, .95, 1)
}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}
@-webkit-keyframes shake {
from, to {
-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 {
from, to {
-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)
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
@-webkit-keyframes headShake {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
6.5% {
-webkit-transform:translateX(-6px) rotateY(-9deg);
transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform:translateX(5px) rotateY(7deg);
transform:translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform:translateX(-3px) rotateY(-5deg);
transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform:translateX(2px) rotateY(3deg);
transform:translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes headShake {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
6.5% {
-webkit-transform:translateX(-6px) rotateY(-9deg);
transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform:translateX(5px) rotateY(7deg);
transform:translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform:translateX(-3px) rotateY(-5deg);
transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform:translateX(2px) rotateY(3deg);
transform:translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}
@-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)
}
to {
-webkit-transform:rotate3d(0, 0, 1, 0deg);
transform:rotate3d(0, 0, 1, 0deg)
}
}
@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)
}
to {
-webkit-transform:rotate3d(0, 0, 1, 0deg);
transform:rotate3d(0, 0, 1, 0deg)
}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
@-webkit-keyframes tada {
from, to {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform:scale3d(.9, .9, .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)
}
}
@keyframes tada {
from, to {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform:scale3d(.9, .9, .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)
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
@-webkit-keyframes wobble {
from, to {
-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)
}
}
@keyframes wobble {
from, to {
-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)
}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
@-webkit-keyframes jello {
11.1%, from, to {
-webkit-transform:none;
transform:none
}
22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);
transform:skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform:skewX(.390625deg) skewY(.390625deg);
transform:skewX(.390625deg) skewY(.390625deg)
}
88.8% {
-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);
transform:skewX(-.1953125deg) skewY(-.1953125deg)
}
}
@keyframes jello {
11.1%, from, to {
-webkit-transform:none;
transform:none
}
22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);
transform:skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform:skewX(.390625deg) skewY(.390625deg);
transform:skewX(.390625deg) skewY(.390625deg)
}
88.8% {
-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);
transform:skewX(-.1953125deg) skewY(-.1953125deg)
}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}
@-webkit-keyframes bounceIn {
20%, 40%, 60%, 80%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .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(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
to {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes bounceIn {
20%, 40%, 60%, 80%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .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(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
to {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .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)
}
to {
-webkit-transform:none;
transform:none
}
}
@keyframes bounceInDown {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .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)
}
to {
-webkit-transform:none;
transform:none
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .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)
}
to {
-webkit-transform:none;
transform:none
}
}
@keyframes bounceInLeft {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .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)
}
to {
-webkit-transform:none;
transform:none
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
from {
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)
}
to {
-webkit-transform:none;
transform:none
}
}
@keyframes bounceInRight {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
from {
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)
}
to {
-webkit-transform:none;
transform:none
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
from {
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)
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes bounceInUp {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
from {
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)
}
to {
-webkit-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(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
to {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
}
@keyframes bounceOut {
20% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
to {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}
@-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)
}
to {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
@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)
}
to {
opacity:0;
-webkit-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)
}
to {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
@keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
to {
opacity:0;
-webkit-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)
}
to {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
@keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
to {
opacity:0;
-webkit-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)
}
to {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
@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)
}
to {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
from {
opacity:0
}
to {
opacity:1
}
}
@keyframes fadeIn {
from {
opacity:0
}
to {
opacity:1
}
}
.fadeIn .vlog-cover, .fadeIn .vlog-featured-info {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
from {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInDown {
from {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
from {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInDownBig {
from {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
from {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInLeft {
from {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInLeftBig {
from {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
from {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInRight {
from {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
from {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInRightBig {
from {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
from {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUpBig {
from {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
from {
opacity:1
}
to {
opacity:0
}
}
@keyframes fadeOut {
from {
opacity:1
}
to {
opacity:0
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
@keyframes fadeOutDown {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
@keyframes fadeOutDownBig {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
@keyframes fadeOutLeft {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
@keyframes fadeOutLeftBig {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
@keyframes fadeOutRight {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
@keyframes fadeOutRightBig {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
}
@keyframes fadeOutUp {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
@keyframes fadeOutUpBig {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
from {
-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(.95, .95, .95);
transform:perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
to {
-webkit-transform:perspective(400px);
transform:perspective(400px);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
@keyframes flip {
from {
-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(.95, .95, .95);
transform:perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
to {
-webkit-transform:perspective(400px);
transform:perspective(400px);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}
@-webkit-keyframes flipInX {
from {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-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-animation-timing-function:ease-in;
animation-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)
}
to {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@keyframes flipInX {
from {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-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-animation-timing-function:ease-in;
animation-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)
}
to {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}
.flipInY, .flipOutX {
	-webkit-backface-visibility: visible!important
}
@-webkit-keyframes flipInY {
from {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-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-animation-timing-function:ease-in;
animation-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)
}
to {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@keyframes flipInY {
from {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-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-animation-timing-function:ease-in;
animation-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)
}
to {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
.flipInY {
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
@-webkit-keyframes flipOutX {
from {
-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
}
to {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity:0
}
}
@keyframes flipOutX {
from {
-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
}
to {
-webkit-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;
	backface-visibility: visible!important
}
@-webkit-keyframes flipOutY {
from {
-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
}
to {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity:0
}
}
@keyframes flipOutY {
from {
-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
}
to {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity:0
}
}
.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
from {
-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
}
to {
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes lightSpeedIn {
from {
-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
}
to {
-webkit-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 {
from {
opacity:1
}
to {
-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
transform:translate3d(100%, 0, 0) skewX(30deg);
opacity:0
}
}
@keyframes lightSpeedOut {
from {
opacity:1
}
to {
-webkit-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 {
from {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, -200deg);
transform:rotate3d(0, 0, 1, -200deg);
opacity:0
}
to {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, -200deg);
transform:rotate3d(0, 0, 1, -200deg);
opacity:0
}
to {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:none;
transform:none;
opacity:1
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
to {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
to {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
to {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
to {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
to {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
to {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -90deg);
transform:rotate3d(0, 0, 1, -90deg);
opacity:0
}
to {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -90deg);
transform:rotate3d(0, 0, 1, -90deg);
opacity:0
}
to {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1
}
to {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, 200deg);
transform:rotate3d(0, 0, 1, 200deg);
opacity:0
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1
}
to {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-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 {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
-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 rotateOutDownLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
-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 {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-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 {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
-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 {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-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 {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
-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 {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-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
}
to {
-webkit-transform:translate3d(0, 700px, 0);
transform:translate3d(0, 700px, 0);
opacity:0
}
}
@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
}
to {
-webkit-transform:translate3d(0, 700px, 0);
transform:translate3d(0, 700px, 0);
opacity:0
}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}
@-webkit-keyframes rollIn {
from {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes rollIn {
from {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}
@-webkit-keyframes rollOut {
from {
opacity:1
}
to {
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 {
from {
opacity:1
}
to {
opacity:0;
-webkit-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 {
from {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
@keyframes zoomIn {
from {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
from {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInDown {
from {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
from {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInLeft {
from {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
from {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInRight {
from {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
from {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInUp {
from {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
from {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
to {
opacity:0
}
}
@keyframes zoomOut {
from {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
to {
opacity:0
}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
to {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
to {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
opacity:0;
-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);
transform:scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin:left center;
transform-origin:left center
}
}
@keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
opacity:0;
-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);
transform:scale(.1) translate3d(-2000px, 0, 0);
-webkit-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(.475, .475, .475) translate3d(-42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
opacity:0;
-webkit-transform:scale(.1) translate3d(2000px, 0, 0);
transform:scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin:right center;
transform-origin:right center
}
}
@keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
opacity:0;
-webkit-transform:scale(.1) translate3d(2000px, 0, 0);
transform:scale(.1) translate3d(2000px, 0, 0);
-webkit-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(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
to {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
to {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInDown {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInLeft {
from {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInRight {
from {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInUp {
from {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
visibility:hidden;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
@keyframes slideOutDown {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
visibility:hidden;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
visibility:hidden;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
@keyframes slideOutLeft {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
visibility:hidden;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
visibility:hidden;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
@keyframes slideOutRight {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
visibility:hidden;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
visibility:hidden;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
}
@keyframes slideOutUp {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
visibility:hidden;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
b, optgroup, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
mark {
	background: #ff0;
	color: #000
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	vertical-align: middle
}
svg:not(:root) {
	overflow: hidden
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre, textarea {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
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[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-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;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
*, .mfp-container, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
*, :after, :before {
	box-sizing: border-box
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
.img-rounded {
	border-radius: 6px
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}
.img-circle, .vlog-author .avatar, .vlog-count, .vlog-icon, .vlog-rounded-photo {
	border-radius: 50%
}
hr {
	margin-top: 20px;
	border: 0;
	border-top: 1px solid #eee
}
[role=button] {
	cursor: pointer
}
.lead {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
address, dd, dt {
	line-height: 1.42857143
}

@media (min-width:768px) {
.lead {
	font-size: 21px
}
}
.small, small {
	font-size: 85%
}
.mark, mark {
	background-color: #fcf8e3;
	padding: .2em
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.text-lowercase {
	text-transform: lowercase
}
.text-uppercase {
	text-transform: uppercase
}
.text-capitalize {
	text-transform: capitalize
}
ol, ul {
	margin: 0
}
dl {
	margin-top: 0
}
dd {
	margin-left: 0
}

@media (min-width:768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.dl-horizontal dd {
	margin-left: 180px
}
.container {
	width: 756px
}
}
.container, .container-fluid {
	margin-right: auto;
	margin-left: auto
}
abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
	content: '\2014 \00A0'
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}
.container, .container-fluid {
	padding-left: 18px;
	padding-right: 18px
}
.fa-fw, .fa-li, .mfp-container {
	text-align: center
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
	content: ''
}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

@media (min-width:992px) {
.container {
	width: 1140px;
}
}

@media (min-width:1272px) {
.container {
	width: 1140px
}
}
.row {
	margin-left: -18px;
	margin-right: -18px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 18px;
	padding-right: 18px
}
.fa-ul, .no-left-padding {
	padding-left: 0
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:500px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-pull-0 {
	right: auto
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
}

@media (min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: auto
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: auto
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
}

@media (min-width:1272px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
.col-lg-offset-0 {
	margin-left: 0
}
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .row:after, .row:before {
	content: " ";
	display: table
}
.clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .row:after {
	clear: both
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.fa.fa-pull-left, .fa.pull-left {
	margin-right: .3em
}
.pull-right {
	float: right!important
}
.pull-left {
	float: left!important
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none!important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.affix {
	position: fixed
}
@-ms-viewport {
width:device-width
}

@media (max-width:767px) {
.visible-xs {
	display: block!important
}
table.visible-xs {
	display: table!important
}
tr.visible-xs {
	display: table-row!important
}
td.visible-xs, th.visible-xs {
	display: table-cell!important
}
.visible-xs-block {
	display: block!important
}
.visible-xs-inline {
	display: inline!important
}
.visible-xs-inline-block {
	display: inline-block!important
}
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm {
	display: block!important
}
table.visible-sm {
	display: table!important
}
tr.visible-sm {
	display: table-row!important
}
td.visible-sm, th.visible-sm {
	display: table-cell!important
}
.visible-sm-block {
	display: block!important
}
.visible-sm-inline {
	display: inline!important
}
.visible-sm-inline-block {
	display: inline-block!important
}
}

@media (min-width:992px) and (max-width:1271px) {
.visible-md {
	display: block!important
}
table.visible-md {
	display: table!important
}
tr.visible-md {
	display: table-row!important
}
td.visible-md, th.visible-md {
	display: table-cell!important
}
.visible-md-block {
	display: block!important
}
.visible-md-inline {
	display: inline!important
}
.visible-md-inline-block {
	display: inline-block!important
}
}

@media (min-width:1272px) {
.visible-lg {
	display: block!important
}
table.visible-lg {
	display: table!important
}
tr.visible-lg {
	display: table-row!important
}
td.visible-lg, th.visible-lg {
	display: table-cell!important
}
.visible-lg-block {
	display: block!important
}
.visible-lg-inline {
	display: inline!important
}
.visible-lg-inline-block {
	display: inline-block!important
}
.hidden-lg {
	display: none!important
}
}

@media (max-width:767px) {
.hidden-xs {
	display: none!important
}
}

@media (min-width:768px) and (max-width:991px) {
.hidden-sm {
	display: none!important
}
}

@media (min-width:992px) and (max-width:1271px) {
.hidden-md {
	display: none!important
}
}
.visible-print {
	display: none!important
}

@media print {
.visible-print {
	display: block!important
}
table.visible-print {
	display: table!important
}
tr.visible-print {
	display: table-row!important
}
td.visible-print, th.visible-print {
	display: table-cell!important
}
}
.visible-print-block {
	display: none!important
}

@media print {
.visible-print-block {
	display: block!important
}
}
.visible-print-inline {
	display: none!important
}

@media print {
.visible-print-inline {
	display: inline!important
}
}
.visible-print-inline-block {
	display: none!important
}

@media print {
.visible-print-inline-block {
	display: inline-block!important
}
.hidden-print {
	display: none!important
}
}
.fa, .fa-stack {
	display: inline-block
}
@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
	font-weight: 400;
	font-style: normal
}
.fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-stack, .mfp-container:before, .mfp-content, .pulse {
	vertical-align: middle
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em
}
.fa-ul {
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa.fa-pull-right, .fa.pull-right {
	margin-left: .3em
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	filter: none
}
.fa-stack {
	position: relative;
	width: 2em;
	height: 2em;
	line-height: 2em
}
.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
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-close:before, .fa-remove:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-cog:before, .fa-gear:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-repeat:before, .fa-rotate-right:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-exclamation-triangle:before, .fa-warning:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-cogs:before, .fa-gears:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-floppy-o:before, .fa-save:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-sort:before, .fa-unsorted:before {
	content: "\f0dc"
}
.fa-sort-desc:before, .fa-sort-down:before {
	content: "\f0dd"
}
.fa-sort-asc:before, .fa-sort-up:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-gavel:before, .fa-legal:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-bolt:before, .fa-flash:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-clipboard:before, .fa-paste:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-chain-broken:before, .fa-unlink:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
	content: "\f150"
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content: "\f151"
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content: "\f152"
}
.fa-eur:before, .fa-euro:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-inr:before, .fa-rupee:before {
	content: "\f156"
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content: "\f157"
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content: "\f158"
}
.fa-krw:before, .fa-won:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-try:before, .fa-turkish-lira:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
	content: "\f19c"
}
.fa-graduation-cap:before, .fa-mortar-board:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper-pp:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
	content: "\f1c5"
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
	content: "\f1c6"
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
	content: "\f1d0"
}
.fa-empire:before, .fa-ge:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-paper-plane:before, .fa-send:before {
	content: "\f1d8"
}
.fa-paper-plane-o:before, .fa-send-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-bed:before, .fa-hotel:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-y-combinator:before, .fa-yc:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before {
	content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-television:before, .fa-tv:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-edge:before {
	content: "\f282"
}
.fa-credit-card-alt:before {
	content: "\f283"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-modx:before {
	content: "\f285"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-usb:before {
	content: "\f287"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-pause-circle-o:before {
	content: "\f28c"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stop-circle-o:before {
	content: "\f28e"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-percent:before {
	content: "\f295"
}
.fa-gitlab:before {
	content: "\f296"
}
.fa-wpbeginner:before {
	content: "\f297"
}
.fa-wpforms:before {
	content: "\f298"
}
.fa-envira:before {
	content: "\f299"
}
.fa-universal-access:before {
	content: "\f29a"
}
.fa-wheelchair-alt:before {
	content: "\f29b"
}
.fa-question-circle-o:before {
	content: "\f29c"
}
.fa-blind:before {
	content: "\f29d"
}
.fa-audio-description:before {
	content: "\f29e"
}
.fa-volume-control-phone:before {
	content: "\f2a0"
}
.fa-braille:before {
	content: "\f2a1"
}
.fa-assistive-listening-systems:before {
	content: "\f2a2"
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
	content: "\f2a3"
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
	content: "\f2a4"
}
.fa-glide:before {
	content: "\f2a5"
}
.fa-glide-g:before {
	content: "\f2a6"
}
.fa-sign-language:before, .fa-signing:before {
	content: "\f2a7"
}
.fa-low-vision:before {
	content: "\f2a8"
}
.fa-viadeo:before {
	content: "\f2a9"
}
.fa-viadeo-square:before {
	content: "\f2aa"
}
.fa-snapchat:before {
	content: "\f2ab"
}
.fa-snapchat-ghost:before {
	content: "\f2ac"
}
.fa-snapchat-square:before {
	content: "\f2ad"
}
.fa-pied-piper:before {
	content: "\f2ae"
}
.fa-first-order:before {
	content: "\f2b0"
}
.fa-yoast:before {
	content: "\f2b1"
}
.fa-themeisle:before {
	content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4"
}
.mfp-container:before, .mfp-figure:after {
	content: ''
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
.mfp-bg, .mfp-wrap {
	position: fixed;
	left: 0;
	top: 0
}
.mfp-bg, .mfp-container, .mfp-wrap {
	width: 100%;
	height: 100%
}
.mfp-bg {
	z-index: 99998;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .9;
	filter: alpha(opacity=90)
}
.mfp-wrap {
	z-index: 99999;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}
.mfp-container:before {
	display: inline-block;
	height: 100%
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-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: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a {
	color: #CCC
}
.mfp-close, .mfp-preloader a:hover {
	color: #FFF
}
.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
	display: none
}
button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none
}
.mfp-figure:after, .mfp-iframe-scaler iframe {
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	position: absolute;
	left: 0
}
button::-moz-focus-inner {
padding:0;
border:0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	text-decoration: none;
	text-align: center;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	font-style: normal;
	font-family: Arial, Baskerville, monospace
}
.mfp-close:focus, .mfp-close:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	color: #CCC;
	font-size: 12px;
	line-height: 18px
}
.mfp-figure, img.mfp-img {
	line-height: 0
}
.mfp-arrow {
	position: absolute;
	opacity: .65;
	filter: alpha(opacity=65);
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}
.mfp-arrow .mfp-a, .mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow .mfp-b, .mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px
}
.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px
}
.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
	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-image-holder .mfp-content, img.mfp-img {
	max-width: 100%
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000
}
.mfp-figure:after, img.mfp-img {
	height: auto;
	display: block;
	width: auto
}
img.mfp-img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}
.mfp-figure:after {
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	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;
	word-wrap: break-word;
	padding-right: 36px
}
.vlog-cat, .vlog-count {
	text-align: center
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
.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,.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-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,.6);
	position: fixed;
	text-align: center;
	padding: 0
}
}

@media all and (max-width:900px) {
.mfp-arrow {
	-webkit-transform: scale(.75);
	transform: scale(.75)
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0
}
.mfp-arrow-right {
	-webkit-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 .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-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-height {
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}
.owl-carousel {
	display: none;
	width: 100%;
	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
}
.action-item.comments:before, .bypostauthor>.comment-body .fn:before, [class*=" fv-"]:before, [class^=fv-]:before, [data-icon]:before {
	font-style: normal!important;
	font-weight: 400!important;
	font-variant: normal!important;
	text-transform: none!important;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
	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-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%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.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
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}
.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 .1s ease;
	-moz-transition: scale .1s ease;
	-ms-transition: scale .1s ease;
	-o-transition: scale .1s ease;
	transition: scale .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}
@font-face {
	font-family: font-vlog;
	src: url(../fonts/font-vlog.eot);
	src: url(../fonts/font-vlog.eot?#iefix) format("embedded-opentype"), url(../fonts/font-vlog.woff) format("woff"), url(../fonts/font-vlog.ttf) format("truetype"), url(../fonts/font-vlog.svg#font-vlog) format("svg");
	font-weight: 400;
	font-style: normal
}
[data-icon]:before {
	font-family: FontVlog!important;
	content: attr(data-icon)
}
.action-item.comments:before, .bypostauthor>.comment-body .fn:before, [class*=" fv-"]:before, [class^=fv-]:before {
	font-family: font-vlog!important
}
.mejs-container *, body .format-video .meta-media .mejs-container *, body .has-post-thumbnail .meta-media .mejs-container * {
	font-weight: 700;
	color: #111
}
.bypostauthor>.comment-body .fn:before, .fv-author:before {
	content: "\61"
}
.action-item.comments:before, .fv-comment:before {
	content: "\62"
}
.fv-fullscreen:before, .gallery .gallery-item a:after, a.vlog-popup-img:after {
	content: "\64"
}
.fv-search:before {
	content: "\66"
}
.fv-social:before {
	content: "\67"
}
.fv-watch-later:before {
	content: "\6a"
}
.fv-close:before {
	content: "\6b"
}
.fv-added:before {
	content: "\6c"
}
.fv-listen-later:before {
	content: "\6e"
}
.fv-listen-close:before {
	content: "\6d"
}
.fv-cart:before {
	content: "\6f"
}
body, html {
	height: 100%;
	-webkit-font-smoothing: antialiased
}
.vlog-body-box {
	max-width: 1260px;
	margin: 0 auto
}
.vlog-module article, iframe, img {
	max-width: 100%
}
.vlog-content {
	width: 768px;
	float: left
}
.vlog-no-sid .vlog-content {
	width: 100%
}
.vlog-sidebar {
	width: 300px;
	float: left;
	position: relative;
	min-height: 1px
}
.vlog-sidebar-left {
	margin-right: 36px
}
.vlog-sidebar-right {
	margin-left: 36px
}
.vlog-section, .vlog-site-content {
	clear: both
}
.vlog-site-content {
	min-height: 30vh;
	height: auto!important;
	height: 100%
}
.vlog-module article {
	padding-left: 18px;
	padding-right: 18px;
	float: left;
	margin-bottom: 36px
}
.vlog-module article:last-child {
	margin-bottom: 72px
}
.vlog-section {
	margin-bottom: 36px
}
.vlog-section.vlog-no-sid {
	margin-bottom: 0
}
.vlog-bg .col-lg-3 article:last-child, .vlog-bg .col-lg-4 article:last-child, .vlog-bg .col-lg-6 article:last-child, .vlog-bg .col-lg-8 article:last-child, .vlog-bg .col-lg-9 article:last-child, .vlog-bg .vlog-module:last-child article:last-child {
	margin-bottom: 36px
}
.vlog-bg, .vlog-section.vlog-no-sid.vlog-bg {
	padding: 36px 0;
	margin-bottom: 36px
}
.vlog-bg .module-text {
	margin: 36px 0
}
.vlog-bg-box {
	padding: 36px
}
.vlog-featured-1+.vlog-bg, .vlog-featured-2+.vlog-bg, .vlog-featured-3+.vlog-bg .vlog-featured-4+.vlog-bg .vlog-featured-5+.vlog-bg {
	margin-top: -36px;
	display: block;
	float: left;
	width: 100%
}
.vlog-site-content .vlog-section:last-child {
	padding-bottom: 36px;
	margin-bottom: 0
}
img {
	height: auto
}
ol, ul {
	padding: 0
}
a:active, a:hover {
	outline: 0
}
.vlog-count {
	display: inline-block;
	color: #FFF;
	font-size: 10px;
	min-width: 24px;
	height: 24px;
	line-height: 10px;
	padding: 6px 0;
	vertical-align: 1px
}
.vlog-cat .vlog-count {
	margin-right: 5px
}
.vlog-cat .meta-item {
	text-transform: uppercase
}
.row-eq-height {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	clear: both
}
:root .row-eq-height, _::-moz-svg-foreign-content {
display:block
}
div.row-eq-height:after, div.row-eq-height:before {
	display: none
}
.vlog-sticky {
	-webkit-transition: top .2s ease;
	transition: top .2s ease;
	clear: both
}
.vlog-format-action, .vlog-icon {
	position: absolute;
	line-height: 1;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	z-index: 5;
	background: rgba(0,0,0,.5);
	text-align: center;
	outline: 0
}
.vlog-sticky-header-on .vlog-sticky.is_stuck {
	top: 99px
}
.admin-bar.vlog-sticky-header-on .vlog-sticky.is_stuck {
	top: 128px
}
.admin-bar .vlog-sticky.is_stuck {
	top: 68px
}
.vlog-sticky.is_stuck {
	top: 36px
}
.vlog-sticky .widget:last-child {
	margin-bottom: 0
}
.vlog-icon {
	top: 15px;
	left: 15px;
	transition: all .25s ease-in-out
}
.vlog-format-action {
	top: 50%;
	left: 50%;
	transition: all .25s ease-in-out;
	border: 2px solid #FFF;
	border-radius: 50%;
	cursor: pointer
}
.vlog-format-action i, .vlog-icon i {
	color: #FFF;
	text-align: center;
	z-index: 2;
	position: relative
}
.vlog-format-action.large {
	height: 90px;
	width: 90px;
	margin-left: -45px;
	margin-top: -45px;
	padding: 27px 0 0 7px
}
.vlog-format-action.large i {
	font-size: 32px
}
.large .fv-fullscreen {
	margin-left: -5px;
	display: inline-block
}
.vlog-format-action.medium {
	height: 76px;
	width: 76px;
	margin-left: -38px;
	margin-top: -38px;
	padding: 22px 0 0 7px
}
.vlog-format-action.medium i {
	font-size: 27px
}
.medium .fv-fullscreen {
	margin-left: -6px;
	display: inline-block
}
.vlog-format-action.medium i.fv-fullscreen {
	font-size: 28px
}
.vlog-format-action.small {
	height: 60px;
	width: 60px;
	margin-left: -30px;
	margin-top: -30px;
	padding: 17px 0 0 5px
}
.vlog-format-action.small i {
	font-size: 22px
}
.vlog-format-action.x-small {
	height: 26px;
	width: 26px;
	padding: 2px 0 0 3px;
	margin-left: -13px;
	margin-top: -13px
}
.vlog-format-action.x-small i {
	font-size: 10px
}
.vlog-icon.large {
	height: 50px;
	width: 50px;
	top: 25px;
	left: 25px;
	padding: 16px 0 0 5px
}
.vlog-icon.large i {
	font-size: 20px
}
.vlog-icon.medium {
	height: 40px;
	width: 40px;
	top: 20px;
	left: 20px;
	padding: 12px 0 0 1px
}
.vlog-icon.medium i {
	font-size: 16px
}
.vlog-icon.small {
	height: 30px;
	width: 30px;
	padding: 8px 0 0 2px
}
.vlog-icon.small i {
	font-size: 12px
}
.vlog-icon.x-small {
	height: 25px;
	width: 25px;
	top: 12px;
	left: 12px;
	padding: 2px 0 0 3px
}
.vlog-icon.x-small i {
	font-size: 10px
}
.vlog-icon.vlog-icon-center {
	top: 50%;
	left: 50%
}
.vlog-icon-center.x-small {
	margin-left: -12.5px;
	margin-top: -12.5px
}
.vlog-format-label, .vlog-special-tag-label {
	position: relative;
	text-align: center;
	line-height: 1;
	outline: 0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	z-index: 5;
	background: rgba(0,0,0,.5);
	text-transform: uppercase;
	padding: 10px 12px;
	font-size: 10px;
	color: #FFF;
	display: inline-block
}
.sticky .entry-image a:after, .vlog-labels {
	position: absolute;
	line-height: 1
}
.vlog-special-tag-label {
	margin-left: 2px
}
.vlog-labels.large {
	top: 20px;
	left: 20px
}
.vlog-labels.medium {
	top: 15px;
	left: 15px
}
.vlog-labels.small {
	top: 10px;
	left: 10px
}
.vlog-labels.x-small {
	top: 7px;
	left: 7px
}
.medium .vlog-format-label {
	padding: 8px 10px
}
.small .vlog-format-label, .vlog-no-sid .vlog-lay-d .vlog-format-label.x-small, .vlog-no-sid .vlog-lay-g .vlog-format-label.x-small, .x-small .vlog-format-label {
	padding: 6px 8px;
	font-size: 9px
}
.medium .vlog-special-tag-label, .vlog-no-sid .vlog-lay-e .vlog-format-label.small {
	padding: 8px 10px
}
.small .vlog-special-tag-label, .vlog-no-sid .vlog-lay-d .vlog-special-tag-label.x-small, .vlog-no-sid .vlog-lay-g .vlog-special-tag-label.x-small, .x-small .vlog-special-tag-label {
	padding: 6px 8px;
	font-size: 9px
}
.vlog-no-sid .vlog-lay-e .vlog-special-tag-label.small {
	padding: 8px 10px
}
.meta-item {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.meta-item:last-child {
	margin-right: 0
}
.entry-meta .meta-item:after {
	content: "/";
	margin: 0 5px;
	opacity: .5
}
.entry-meta .meta-item:last-child:after {
	display: none
}
.entry-title a {
	display: block;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.vlog-highlight .entry-category, .vlog-highlight .entry-category a, .vlog-highlight .meta-item a, .vlog-highlight .meta-item span {
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out
}
.vlog-highlight .entry-title {
	margin-bottom: 4px
}
.sticky .entry-image a:after {
	content: "\f08d";
	font-family: FontAwesome;
	outline: 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	z-index: 5;
	left: 15px;
	bottom: 15px;
	background: rgba(0,0,0,.5);
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 12px;
	font-size: 10px;
	color: #FFF
}
.sticky .entry-image:hover a:after {
	background: rgba(0,0,0,.8)
}
.vlog-entry-image-page {
	margin-bottom: 24px
}
.wp-caption {
	position: relative;
	margin-top: 8px
}
.wp-caption-text {
	text-align: center;
	margin-top: 7px;
	font-size: 14px
}
.aligncenter, .alignnone {
	clear: both;
	display: block;
	margin: 0 auto 24px;
	max-width: 100%
}
.alignleft, .alignright {
	display: inline;
	margin-bottom: 10px
}
.alignright {
	float: right;
	margin-left: 24px
}
.alignleft {
	float: left;
	margin-right: 24px
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.gallery {
	margin: 0 -9px 8px
}
.gallery-item {
	display: inline-block;
	padding: 0 9px 18px;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	position: relative
}
.gallery-columns-1.owl-carousel {
	padding: 0;
	margin-bottom: 30px
}
.gallery-columns-1 .gallery-item {
	width: 100%
}
.gallery .gallery-item a:after {
	font-family: font-vlog!important;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	line-height: 1;
	outline: 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	z-index: 5;
	border: 2px solid #FFF;
	background: rgba(0,0,0,.5);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -30px;
	margin-top: -30px;
	padding: 13px 0 0 1px;
	color: #FFF;
	font-size: 20px;
	opacity: 0
}
.gallery .gallery-item a:hover:after {
	opacity: 1
}
.gallery-columns-1 .owl-nav>div {
	position: absolute;
	text-align: center;
	color: #FFF;
	opacity: 0;
	background: rgba(0,0,0,.5);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 50%;
	border: 2px solid #FFF
}
.gallery-columns-1 .owl-nav {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 800;
	top: 50%;
	margin-top: -29px
}
.gallery-columns-1 .owl-nav>div:hover {
	background: rgba(0,0,0,.7)
}
.gallery-columns-1 .owl-nav .owl-prev {
	left: 30px;
	opacity: 1;
	padding-right: 1px
}
.gallery-columns-1 .owl-nav .owl-next {
	right: 30px;
	opacity: 1;
	padding-left: 4px
}
.gallery-columns-1 .owl-nav>div {
	width: 58px;
	height: 58px;
	padding: 12px 0;
	font-size: 2.8rem
}
.mfp-title {
	top: -48px;
	left: 20px;
	background: rgba(0,0,0,.8);
	padding: 3px 8px;
	position: absolute;
	color: #CCC;
	font-size: 12px;
	line-height: 18px
}
.mfp-counter:empty, .mfp-title:empty {
	padding: 0
}
.gallery-columns-1 .gallery-item {
	display: none
}
.gallery-columns-1 .gallery-item:first-child {
	display: block
}
.gallery-columns-2 .gallery-item {
	max-width: 50%
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}
.gallery-columns-4 .gallery-item {
	max-width: 25%
}
.gallery-columns-5 .gallery-item {
	max-width: 20%
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}
.gallery-icon img {
	margin: 0 auto
}
.gallery-icon .herald-popup {
	position: relative;
	float: left;
	outline: 0;
	width: 100%
}
.gallery-caption {
	display: none
}
.meta-media:hover .gallery-item .gallery-caption {
	background-color: rgba(0,0,0,.4);
	color: rgba(255,255,255,.8)
}
a.vlog-popup-img {
	position: relative;
	display: block
}
a.vlog-popup-img:after {
	font-family: font-vlog!important;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	border: 2px solid #FFF;
	background: rgba(0,0,0,.5);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -25px;
	margin-top: -25px;
	padding: 10px 0 0 1px;
	font-size: 20px;
	opacity: 0
}
.mfp-arrow-left, .mfp-arrow-right, .vlog-soc-menu a:before, a.vlog-menu-forward:after, body .mejs-controls .mejs-fullscreen-button button:before, body .mejs-controls .mejs-pause button:before, body .mejs-controls .mejs-play button:before, body .mejs-controls .mejs-volume-button button:before, body .mejs-controls .mejs-volume-button.mejs-unmute button:before {
	font-family: FontAwesome
}
.row .vlog-ad, .vlog-ad {
	margin: 0 auto 36px
}
a.vlog-popup-img:hover:after {
	opacity: 1
}
.pulse {
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	border: none;
	-webkit-box-shadow: 0 0 0 0 #f0f0f0, 0 0 0 0 rgba(155,89,182,.7);
	box-shadow: 0 0 0 0 #f0f0f0, 0 0 0 0 rgba(155,89,182,.7);
	border-radius: 100%;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation: pulse 1.25s infinite cubic-bezier(.66, .33, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(.66, .33, 0, 1)
}
.vlog-action-menu:hover .pulse {
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}
@-webkit-keyframes pulse {
to {
-webkit-box-shadow:0 0 0 1px transparent, 0 0 0 7px rgba(155,89,182,0);
box-shadow:0 0 0 1px transparent, 0 0 0 7px rgba(155,89,182,0)
}
}
@keyframes pulse {
to {
-webkit-box-shadow:0 0 0 1px transparent, 0 0 0 7px rgba(155,89,182,0);
box-shadow:0 0 0 1px transparent, 0 0 0 7px rgba(155,89,182,0)
}
}
@-webkit-keyframes bounceright {
from {
-webkit-transform:translateX(0)
}
to {
-webkit-transform:translateX(2px)
}
}
@-webkit-keyframes bounceleft {
from {
-webkit-transform:translateX(0)
}
to {
-webkit-transform:translateX(-2px)
}
}
@-webkit-keyframes pulseicon {
from {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
to {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1)
}
}
@keyframes pulseicon {
from {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
to {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1)
}
}
.vlog-prev-next-nav a:hover .vlog-pn-ico span {
	-webkit-animation: bounceright .3s alternate ease infinite;
	animation: bounceright .3s alternate ease infinite
}
.entry-image {
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	overflow: hidden
}
.entry-image:hover .vlog-format-action {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	background: rgba(0,0,0,.8)
}
.vlog-cover .vlog-format-action {
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.vlog-cover-bg .vlog-format-action {
	-webkit-animation: pulseicon .7s alternate ease-in-out infinite;
	animation: pulseicon .7s alternate ease-in-out infinite
}
.entry-image:hover .vlog-format-label, .entry-image:hover .vlog-icon, .vlog-cover .vlog-format-action:hover, .vlog-cover:hover .vlog-format-action {
	background: rgba(0,0,0,.8)
}
.vlog-post .entry-image img {
	-webkit-transition: transform .2s ease-in-out;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	-webkit-filter: blur(0);
	filter: blur(0)
}
.vlog-post .entry-image:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.vlog-ad {
	width: 970px;
	text-align: center;
	clear: both
}
.vlog-above-footer-ad {
	margin: 36px auto
}
.vlog-site-header .row .vlog-ad {
	margin: 0 auto;
	background-color: transparent;
	border: none
}
.vlog-slot-r .vlog-ad {
	width: 728px
}
.vlog-content .vlog-ad {
	width: 100%;
	text-align: center;
	display: inline-block
}
.mfp-arrow-left .mfp-b, .mfp-arrow-left:before, .mfp-arrow-right .mfp-b, .mfp-arrow-right:before, .vlog-f-img .mfp-counter {
	display: none
}
.vlog-ad-above-single {
	margin: 16px auto 36px
}
.vlog-ad-below-single {
	margin: 0 auto 36px
}
.archive .vlog-posts .vlog-ad {
	margin: 0 0 36px;
	padding: 10px 0;
	width: 100%;
	text-align: center
}
.single .vlog-entry-content .vlog-ad-above-single {
	border: none!important;
	margin: 0 auto 30px;
	padding: 0
}
.entry-content-single .fb_iframe_widget {
	margin-bottom: 24px
}
.vlog-page-title.entry-title {
	margin-bottom: 20px
}
.mfp-with-fade .mfp-arrow, .mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}
.mfp-with-fade.mfp-ready .mfp-arrow, .mfp-with-fade.mfp-ready .mfp-content {
	opacity: 1
}
.mfp-with-fade.mfp-ready.mfp-bg {
	opacity: .9
}
.mfp-ready .mfp-figure, .mfp-with-fade.mfp-removing .mfp-arrow, .mfp-with-fade.mfp-removing .mfp-content, .mfp-with-fade.mfp-removing.mfp-bg {
	opacity: 0
}
.mfp-with-fade .mfp-figure, .mfp-with-fade .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95)
}
.mfp-with-fade .mfp-preloader, .mfp-with-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.mfp-arrow-left, .mfp-arrow-right, .mfp-close, .vlog-popup-close {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}
.mfp-with-fade.mfp-image-loaded .mfp-figure, .mfp-with-fade.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.mfp-with-fade.mfp-ready .mfp-preloader, .mfp-with-fade.mfp-ready.mfp-bg {
	opacity: .9
}
.mfp-with-fade.mfp-removing .mfp-figure, .mfp-with-fade.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
	opacity: 0
}
.mfp-with-fade.mfp-removing .mfp-preloader, .mfp-with-fade.mfp-removing.mfp-bg {
	opacity: 0
}
.mfp-iframe-scaler {
	overflow: visible
}
.vlog-cover, .vlog-cover-bg, body.vlog-popup-on {
	overflow: hidden
}
.mfp-zoom-out-cur {
	cursor: auto
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close, .vlog-arrow {
	cursor: pointer
}
.mfp-close, .vlog-popup-close {
	opacity: .3;
	transition: all .2s ease-in-out
}
.mfp-close:hover, .vlog-popup-close:hover {
	opacity: 1
}
.mfp-arrow-left, .mfp-arrow-right {
	color: #FFF;
	opacity: .3;
	font-size: 48px;
	transition: all .2s ease-in-out
}
.mfp-arrow-left:after, .mfp-arrow-right:after {
	opacity: .3;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.mfp-arrow-right:after {
	content: "\f105";
	border: none
}
.mfp-arrow-left:after {
	content: "\f104";
	border: none
}
.mfp-arrow-left:hover:after, .mfp-arrow-right:hover:after {
	opacity: 1
}
.vlog-format-content .wp-audio-shortcode {
	visibility: visible!important
}
button.mfp-close:after {
	position: absolute;
	right: 40px;
	top: 40px;
	font-size: 32px;
	color: #FFF
}
@-ms-keyframes uil-ripple {
0%, 100% {
opacity:0
}
0% {
width:0;
height:0;
margin:0
}
33% {
width:44%;
height:44%;
margin:-22% 0 0 -22%;
opacity:1
}
100% {
width:88%;
height:88%;
margin:-44% 0 0 -44%
}
}
@-moz-keyframes uil-ripple {
0% {
width:0;
height:0;
opacity:0;
margin:0
}
33% {
width:44%;
height:44%;
margin:-22% 0 0 -22%;
opacity:1
}
100% {
width:88%;
height:88%;
margin:-44% 0 0 -44%;
opacity:0
}
}
@-webkit-keyframes uil-ripple {
0% {
width:0;
height:0;
opacity:0;
margin:0
}
33% {
width:44%;
height:44%;
margin:-22% 0 0 -22%;
opacity:1
}
100% {
width:88%;
height:88%;
margin:-44% 0 0 -44%;
opacity:0
}
}
@-o-keyframes uil-ripple {
0% {
width:0;
height:0;
opacity:0;
margin:0
}
33% {
width:44%;
height:44%;
margin:-22% 0 0 -22%;
opacity:1
}
100% {
width:88%;
height:88%;
margin:-44% 0 0 -44%;
opacity:0
}
}
@keyframes uil-ripple {
0% {
width:0;
height:0;
opacity:0;
margin:0
}
33% {
width:44%;
height:44%;
margin:-22% 0 0 -22%;
opacity:1
}
100% {
width:88%;
height:88%;
margin:-44% 0 0 -44%;
opacity:0
}
}
.uil-ripple-css {
	background: 0 0;
	position: relative;
	width: 200px;
	height: 200px
}
.vlog-format-loader .uil-ripple-css {
	width: 120px;
	height: 120px
}
.uil-ripple-css div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	width: 0;
	height: 0;
	opacity: 0;
	border-radius: 50%;
	border-width: 5px;
	border-style: solid;
	-ms-animation: uil-ripple 1s ease-out infinite;
	-moz-animation: uil-ripple 1s ease-out infinite;
	-webkit-animation: uil-ripple 1s ease-out infinite;
	-o-animation: uil-ripple 1s ease-out infinite;
	animation: uil-ripple 1s ease-out infinite
}
.uil-ripple-css div:nth-of-type(1) {
	border-color: #FFF
}
.uil-ripple-css div:nth-of-type(2) {
	border-color: #FFF;
	-ms-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s
}
.vlog-loader .uil-ripple-css {
	width: 40px;
	height: 40px
}
.vlog-loader .uil-ripple-css div {
	border-width: 2px
}
.vlog-format-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	z-index: 1
}
.vlog-format-content .vlog-format-loader {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0
}
.vlog-mod-desc .vlog-search-form {
	border: 1px solid;
	padding: 30px;
	margin-bottom: 36px
}
body .format-video .meta-media .wp-audio-shortcode, body .format-video .meta-media .wp-playlist-current-item, body .format-video .meta-media .wp-playlist-item, body .format-video .meta-media .wp-playlist-item:last-child, body .format-video .meta-media .wp-playlist-tracks, body .has-post-thumbnail .meta-media .wp-audio-shortcode, body .has-post-thumbnail .meta-media .wp-playlist-current-item, body .has-post-thumbnail .meta-media .wp-playlist-item, body .has-post-thumbnail .meta-media .wp-playlist-item:last-child, body .has-post-thumbnail .meta-media .wp-playlist-tracks {
	border-color: rgba(0,0,0,.18)
}
.vlog-mod-desc .vlog-search-form .vlog-button-search {
	right: 21px;
	font-size: 20px
}
.vlog-mod-desc .vlog-search-form input {
	font-size: 14px;
	line-height: 20px;
	padding: 0 40px 0 13px
}
.mfp-close {
	top: 9px;
	right: 11px;
	font-size: 24px
}
.mks_ico {
	display: inline-block;
	float: none
}
#wpstats, .sd-content ul li:before {
	display: none
}
.error404 .vlog-single-content .entry-title {
	text-align: center;
	margin-bottom: 20px
}
.error404 .vlog-single-content .entry-content {
	text-align: center
}
.error404 .vlog-single-content .vlog-search-form {
	max-width: 350px;
	margin: 30px auto 50px
}
.error404 .vlog-single-no-sid .vlog-content {
	max-width: 580px
}
.error404 .vlog-single-content input[type=text] {
	border-radius: 30px;
	padding: 0 40px 2px 15px
}
.error404 .vlog-single-content .entry-image {
	margin: 50px 0 40px
}
.error404 .vlog-button-search {
	font-size: 24px;
	width: 48px;
	top: 1px
}
.entry-content .mks_pullquote {
	word-break: normal
}
body .mejs-container {
	background: 0 0
}
body .mejs-container.wp-audio-shortcode {
	height: 90px!important
}
body .format-video .meta-media .mejs-container .mejs-controls, body .format-video .meta-media .mejs-embed, body .format-video .meta-media .mejs-embed body, body .has-post-thumbnail .meta-media .mejs-container .mejs-controls, body .has-post-thumbnail .meta-media .mejs-embed, body .has-post-thumbnail .meta-media .mejs-embed body {
	background: #111
}
body .format-video .meta-media .wp-playlist-light, body .has-post-thumbnail .meta-media .wp-playlist-light {
	background: 0 0;
	color: rgba(0,0,0,.73)
}
body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-float, body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded, body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-total, body .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, body .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-float, body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded, body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-total, body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, body .mejs-controls .mejs-time-rail .mejs-time-total {
	background: rgba(0,0,0,.18)
}
body .format-video .meta-media .mejs-container .mejs-controls .mejs-time span, body .has-post-thumbnail .meta-media .mejs-container .mejs-controls .mejs-time span {
	color: rgba(0,0,0,.73)
}
body .format-video .meta-media .mejs-controls .mejs-button, body .format-video .meta-media .mejs-controls .mejs-button button, body .format-video .meta-media .wp-playlist-current-item .wp-playlist-item-title, body .format-video .meta-media .wp-playlist-playing, body .has-post-thumbnail .meta-media .mejs-controls .mejs-button, body .has-post-thumbnail .meta-media .mejs-controls .mejs-button button, body .has-post-thumbnail .meta-media .wp-playlist-current-item .wp-playlist-item-title, body .has-post-thumbnail .meta-media .wp-playlist-playing {
	color: rgba(0,0,0,.88)
}
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-float-corner, body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	border-top-color: rgba(0,0,0,.18)
}
body .format-video .meta-media div.mejs-container.wp-audio-shortcode, body .has-post-thumbnail .meta-media div.mejs-container.wp-audio-shortcode {
	width: 80%!important;
	top: 50%;
	z-index: 100;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	left: 50%
}
body .format-video .meta-media div.mejs-container .mejs-controls {
	bottom: 30px;
	left: 30px;
	right: 30px;
	width: 94%
}
div.mejs-container .mejs-controls {
	height: 90px;
	background: #FFF
}
body .herald-entry-content .mejs-container.wp-audio-shortcode {
	margin: 30px auto
}
div.mejs-controls div.mejs-time-rail {
	padding-top: 37px
}
div.mejs-container .mejs-controls .mejs-time {
	padding-top: 42px
}
body .wp-video {
	width: 100%!important
}
.me-plugin {
	position: absolute
}
body .mejs-container .mejs-controls .mejs-button {
	position: relative;
	margin: 32px 0
}
body .mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
	margin-left: 20px;
	margin-right: 20px;
	text-align: center
}
body .mejs-container .mejs-controls .mejs-button.mejs-volume-button {
	margin-left: 0;
	margin-right: 10px;
	text-align: center
}
body .mejs-container .mejs-controls .mejs-button button {
	background: 0 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 32px;
	width: 32px;
	outline: 0
}
body .mejs-controls a.mejs-horizontal-volume-slider {
	margin: 32px 20px 0 0
}
body .mejs-container .mejs-controls .mejs-time-float-corner {
	top: 100%
}
body .mejs-controls .mejs-button button:before {
	display: inline-block;
	font-size: 21px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
	speak: none;
	color: #111
}
.meta-tags span, body .wp-playlist-current-item .wp-playlist-item-title, body .wp-playlist-playing, dt {
	font-weight: 700
}
.comment-reply-link:hover, .entry-content-single .meta-tags a, .entry-content-single .mks_button, .vlog-breadcrumbs a, .vlog-breadcrumbs a:hover, .vlog-soc-menu a:before, .vlog-soc-menu li a, a, a:focus, a:hover {
	text-decoration: none
}
body .mejs-controls .mejs-play button:before {
	content: "\f04b"
}
body .mejs-controls .mejs-pause button:before {
	content: "\f04c "
}
body .mejs-controls .mejs-volume-button button:before {
	content: "\f027"
}
body .mejs-controls .mejs-volume-button.mejs-unmute button:before {
	content: "\f026"
}
body .wp-playlist {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.77777778;
	margin: 1.777em 0 3.5em;
	padding: 0
}
body .wp-playlist .wp-playlist-current-item img {
	margin-right: 20px;
	max-width: 70px
}
body .wp-playlist-caption, body .wp-playlist-item-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.77777778
}
body .wp-playlist-current-item {
	border-bottom: 1px solid;
	height: auto;
	margin-bottom: 0;
	padding-bottom: .55555556em
}
body .wp-playlist-tracks {
	border-top: 1px solid;
	margin: 0
}
body .wp-playlist-item {
	padding: .55555556em
}
body .wp-playlist-item:last-child {
	border-bottom: 1px solid
}
body .wp-playlist-item-length {
	top: auto;
	right: .55555556em;
	bottom: .66666667em
}
body .wp-playlist-item-artist {
	display: block
}
body .mejs-controls .mejs-time-rail .mejs-time-float {
	border: none
}
body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, body .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgba(0,0,0,.2)
}
body .wp-video {
	background: #111;
	position: relative;
	z-index: 7
}
body .mejs-controls .mejs-fullscreen-button button:before {
	content: "\f065"
}
body .mejs-container .mejs-controls .mejs-button {
	margin-right: 20px
}
.mks_dropcap {
	padding: 10px 19px 15px
}
.mks_pullquote {
	word-wrap: break-word;
	word-break: break-all
}
.mks_pullquote_left {
	margin: 0 20px 20px 0
}
.mks_pullquote_right {
	margin: 0 0 20px 20px
}
pre {
	background: rgba(68,68,68,.06);
	border: 1px solid rgba(68,68,68,.2);
	padding: 15px 20px;
	margin-bottom: 30px
}
.entry-content table, .entry-content-single table, .vlog-comments table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid;
	border-left: 1px solid;
	margin-bottom: 30px
}
.entry-content td, .entry-content th, .entry-content-single td, .entry-content-single th, .vlog-comments td, .vlog-comments th {
	padding: 10px 15px;
	border-bottom: 1px solid;
	border-right: 1px solid
}
dd, dl {
	margin: 0 0 20px
}
.h1, .h2, .h3, .vlog-breadcrumbs, h1, h2, h3 {
	margin-bottom: 20px
}
address {
	font-style: italic
}
.more-link {
	display: none
}
.vlog-featured-1 .owl-carousel .owl-item img, .vlog-featured-1 .vlog-cover img, .vlog-featured-2 .owl-carousel .owl-item img, .vlog-featured-2 .vlog-cover img, .vlog-featured-3 .owl-carousel .owl-item img, .vlog-featured-3 .vlog-cover img {
	display: inline-block;
	width: auto;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.vlog-featured-1 .vlog-featured-item .vlog-cover, .vlog-featured-2 .vlog-featured-item .vlog-cover, .vlog-featured-3 .vlog-featured-item .vlog-cover {
	display: inline-block;
	height: 100%
}
.owl-carousel .owl-animated-out.owl-animated-in {
	pointer-events: none
}
.owl-carousel .owl-animated-in {
	pointer-events: auto
}
.vlog-featured-slider .vlog-format-content.vlog-popup, _:-moz-tree-row(hover) {
position:relative!important;
top:0!important
}
.vlog-popup-on .vlog-site-header, _:-moz-tree-row(hover) {
display:none
}
.no-csstransitions .vlog-sticky-header {
	display: none
}
.no-csstransitions .vlog-sticky-header-on .vlog-sticky-header {
	display: block
}

@media screen and (device-width:320px) and (device-height:568px) and (-webkit-device-pixel-ratio:2) {
.iphone .vlog-featured-slider.vlog-featured-1 .owl-next, .iphone .vlog-featured-slider.vlog-featured-1 .owl-prev {
	margin-top: -124px
}
}
.vlog-breadcrumbs {
	border-bottom: 1px solid;
	padding-bottom: 5px;
	font-size: 14px
}
.vlog-breadcrumbs a, .vlog-breadcrumbs a:hover {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}
body {
	font-size: 16px;
	line-height: 26px;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}
.vlog-sidebar {
	font-size: 14px;
	line-height: 22px
}
a:focus {
	outline: 0
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0
}
.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 20px
}
.h1, h1 {
	font-size: 28px;
	line-height: 36px
}
.h2, h2 {
	font-size: 24px;
	line-height: 30px
}
.h3, h3 {
	font-size: 20px;
	line-height: 28px
}
.h4, h4 {
	font-size: 18px;
	line-height: 26px
}
.h5, h5 {
	font-size: 16px;
	line-height: 22px
}
.h6, h6 {
	font-size: 14px;
	line-height: 20px
}
.h7 {
	font-size: 13px;
	line-height: 19px
}
p {
	margin: 0 0 24px
}
.entry-title {
	margin-bottom: 0
}
blockquote {
	border-left: 3px solid;
	font-size: 18px;
	line-height: 26px;
	padding: 5px 30px;
	margin: 36px 0;
	position: relative
}
.vlog-highlight .rsswidget:hover, .vlog-highlight .vlog-comments .url, .vlog-highlight h1, .vlog-highlight h2, .vlog-highlight h3, .vlog-highlight h4, .vlog-highlight h5, .vlog-highlight h6 {
	color: inherit
}
.entry-content-single ol ol, .entry-content-single ol ul, .entry-content-single ul ol, .entry-content-single ul ul, .vlog-comments .comment-content ol ol, .vlog-comments .comment-content ol ul, .vlog-comments .comment-content ul ol, .vlog-comments .comment-content ul ul {
	padding-left: 15px;
	margin-bottom: 0
}
input[type=text], input[type=email], input[type=url], input[type=tel], input[type=date], input[type=password], input[type=number], select, textarea {
	border: 1px solid;
	padding: 10px;
	outline: 0;
	line-height: 1;
	width: 100%;
	font-size: 100%;
	margin: 0;
	height: 40px;
	vertical-align: baseline;
	-webkit-transition: .2s all cubic-bezier(.4, 0, .2, 1);
	transition: .2s all cubic-bezier(.4, 0, .2, 1)
}
div#user-submitted-posts textarea.usp-textarea, textarea {
	min-height: 200px;
	line-height: 22px
}
select {
	width: 100%
}
select option {
	display: inline-block
}
button {
	outline: 0
}
.s2_form_widget input[type=submit] {
	min-width: 120px
}
#usp-error-message, #usp-success-message, div.wpcf7-response-output {
	margin: 0;
	padding: 10px 20px;
	border: none;
	border-radius: 2px
}
.error, .usp-callout-failure, div.wpcf7-validation-errors {
	color: #FFF;
	background: #e74c3c
}
#usp-success-message, .success, div.wpcf7-mail-sent-ok {
	color: #FFF;
	background: #27ae60
}
#usp-success-message, .error, .success {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	border-radius: 2px
}
span.wpcf7-not-valid-tip {
	display: none;
	position: absolute;
	top: -8px;
	right: 3px;
	left: auto;
	padding: 6px 10px;
	border: none;
	color: #fff;
	background: #f1c40f
}
.invalid span.wpcf7-not-valid-tip {
	display: block
}
input[type=text].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=url].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, input[type=password].wpcf7-not-valid, input[type=number].wpcf7-not-valid, textarea.wpcf7-not-valid {
	border-color: #f1c40f
}
div#user-submitted-posts fieldset input.usp-input, div#user-submitted-posts select, div#user-submitted-posts textarea.usp-textarea {
	padding: 10px;
	outline: 0;
	line-height: 1;
	font-size: 16px;
	margin: 0;
	height: 40px;
	width: 100%;
	vertical-align: baseline;
	-webkit-transition: .2s all cubic-bezier(.4, 0, .2, 1);
	transition: .2s all cubic-bezier(.4, 0, .2, 1)
}
div#user-submitted-posts fieldset {
	margin: 0 0 24px;
	position: relative
}
div#user-submitted-posts fieldset.usp-content {
	width: 100%
}
div#user-submitted-posts fieldset label {
	display: block;
	font-size: 16px;
	line-height: 24px
}
div#user-submitted-posts fieldset.usp-captcha label {
	width: 60px;
	margin: 6px 0 0;
	font-size: 16px
}
div#user-submitted-posts fieldset.usp-captcha input {
	width: 160px;
	clear: none
}
div#user-submitted-posts fieldset input.usp-input.usp-clone {
	width: 90%;
	margin: 0 0 5px;
	padding: 9px;
	background-color: #fafafa;
	font-size: 14px
}
.vlog-actions-button.vlog-action-search:hover span, .vlog-button-search, .vlog-pagination .dots:hover {
	background: 0 0
}
.parsley-errors-list {
	display: none;
	margin-bottom: 0
}
.parsley-errors-list.filled {
	margin-bottom: 0;
	position: absolute;
	bottom: 9px;
	right: 9px;
	list-style: none;
	display: block
}
.vlog-link-pages, .vlog-pagination {
	position: relative;
	text-align: center
}
#usp-error-message, #usp-success-message.usp-hidden, .parsley-required:before {
	display: none
}
.parsley-required {
	padding: 2px 7px
}
div#user-submitted-posts fieldset.usp-captcha {
	width: 45%;
	margin-top: 30px
}
#usp-error-message, #usp-success-message {
	font-size: 16px
}
div#user-submitted-posts select {
	padding: 8px 10px
}
.entry-content-single div#usp-submit input[type=submit], div#usp-submit {
	margin: 0
}
.vlog-pagination {
	padding-top: 4px;
	min-height: 43px;
	margin-top: -36px;
	clear: both
}
.vlog-pagination .page-numbers, .vlog-sl-item {
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	height: 32px;
	min-width: 32px;
	padding: 5px 10px
}
.site-title, .site-title a, .vlog-button-search {
	line-height: 1
}
.vlog-sl-item {
	border: 1px solid;
	height: 34px;
	margin-right: 4px;
	font-size: 14px
}
.vlog-link-pages {
	width: 100%;
	float: left;
	height: 40px;
	margin-bottom: 24px
}
.vlog-link-pages-label {
	padding: 0;
	margin-top: 10px;
	display: block
}
.vlog-link-pages a, .vlog-pagination .next, .vlog-pagination .prev {
	padding: 9px 14px;
	height: 40px;
	top: 0;
	position: absolute;
	min-width: 130px;
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
	text-transform: uppercase
}
.vlog-link-pages a {
	left: 0;
	min-width: 90px;
	padding: 7px 0 0
}
.vlog-link-pages a:last-child {
	right: 0;
	left: auto
}
.vlog-next, .vlog-prev {
	top: 0;
	position: absolute
}
.form-submit input[type=submit], .mks_author_link:hover, .mks_button, .mks_read_more a:hover, .vlog-button, .vlog-link-pages a, .vlog-load-more a, .vlog-pagination .next, .vlog-pagination .prev, .vlog-pagination .vlog-next a, .vlog-pagination .vlog-prev a, .vlog-sl-item, .vlog-wl-action .vlog-button, a.page-numbers, input[type=button], input[type=submit] {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.form-submit input[type=submit]:hover, .mks_author_link:hover, .mks_button:hover, .mks_read_more a:hover, .vlog-button:hover, .vlog-link-pages a:hover, .vlog-load-more a:hover, .vlog-pagination .next:hover, .vlog-pagination .prev:hover, .vlog-pagination .vlog-next a:hover, .vlog-pagination .vlog-prev a:hover, .vlog-wl-action .vlog-button:hover, a.page-numbers:hover, input[type=button]:hover, input[type=submit]:hover {
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.3)
}
.vlog-pagination .prev, .vlog-pagination .vlog-prev {
	left: 0
}
.vlog-pagination .next, .vlog-pagination .vlog-next {
	right: 0
}
.vlog-pagination .next:after, .vlog-pagination .prev:before, .vlog-pagination .vlog-next a:after, .vlog-pagination .vlog-prev a:before {
	font-size: 16px;
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: bottom
}
.vlog-pagination .prev:before, .vlog-pagination .vlog-prev a:before {
	content: "\f104";
	margin-right: 8px
}
.vlog-pagination .next:after, .vlog-pagination .vlog-next a:after {
	content: "\f105";
	margin-left: 8px
}
.mks_author_link, .mks_read_more a, .vlog-button, .vlog-load-more a, .vlog-pagination .vlog-next a, .vlog-pagination .vlog-prev a, .wpcf7-submit, a.mks_button, input[type=button], input[type=submit] {
	font-size: 12px;
	padding: 14px 27px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: none;
	line-height: 1
}
a.mks_button:hover {
	opacity: 1
}
.vlog-button-search {
	font-size: 28px;
	border: none
}
.vlog-button-small {
	padding: 11px 18px;
	margin-right: 10px
}
.vlog-arrow {
	float: left
}
.vlog-module-actions {
	position: relative;
	display: inline-block;
	float: right
}
.vlog-header-bottom, .vlog-site-header, .vlog-top-bar {
	float: left;
	width: 100%
}
.vlog-module-actions button {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	outline: 0
}
.vlog-loader {
	display: none;
	position: absolute;
	top: 5px;
	left: 50%;
	margin: 0 auto 0 -20px;
	font-size: 11px
}
.vlog-infinite-scroll a, .vlog-loader-active {
	opacity: 0
}
.vlog-pagination .current {
	cursor: default
}
.vlog-site-content {
	padding-top: 36px
}
.vlog-header-wrapper {
	position: relative;
	z-index: 8003
}
.vlog-header-shadow .vlog-header-wrapper, .vlog-sticky-header {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
	box-shadow: 0 0 20px rgba(0,0,0,.15)
}
.vlog-top-bar {
	height: 44px;
	position: relative;
	z-index: 2000
}
.vlog-top-bar .vlog-slot-l {
	left: 18px
}
.vlog-top-bar .vlog-slot-r {
	right: 18px
}
.vlog-slot-l {
	left: 0
}
.vlog-slot-r {
	right: 0
}
.vlog-slot-l, .vlog-slot-r {
	position: absolute;
	z-index: 1002;
	display: table;
	top: 0
}
.vlog-header-middle, .vlog-site-header .container {
	position: relative
}
.vlog-slot-c {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	z-index: 1000;
	display: table
}
.site-title, .vlog-listen-later p:last-child, .vlog-mega-menu .vlog-lay-h:last-child, .vlog-watch-later p:last-child {
	margin-bottom: 0
}
.vlog-header-middle .vlog-slot-c, .vlog-header-middle .vlog-slot-l, .vlog-header-middle .vlog-slot-r {
	height: 100%
}
.vlog-header-middle .vlog-slot-c>div, .vlog-header-middle .vlog-slot-c>nav, .vlog-header-middle .vlog-slot-c>ul, .vlog-header-middle .vlog-slot-l>div, .vlog-header-middle .vlog-slot-l>nav, .vlog-header-middle .vlog-slot-l>ul, .vlog-header-middle .vlog-slot-r>div, .vlog-header-middle .vlog-slot-r>nav, .vlog-header-middle .vlog-slot-r>ul {
	display: table-cell;
	vertical-align: middle
}
.vlog-header-bottom {
	height: 60px;
	position: relative;
	display: block;
	z-index: 8002
}
.vlog-header-bottom .vlog-slot-l {
	left: 18px
}
.vlog-header-bottom .vlog-slot-r {
	right: 18px
}
.site-title img {
	vertical-align: middle;
	display: inline-block
}
.vlog-header-middle .site-title a {
	display: block
}
.vlog-logo-only .site-title, .vlog-logo-only .site-title a {
	line-height: 0
}
.vlog-sticky-header {
	position: fixed;
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	top: 0;
	left: 0;
	height: 60px;
	max-height: 100px;
	z-index: 9000;
	width: 100%;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.vlog-sticky-header-on .vlog-sticky-header {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.vlog-sticky-header .site-title img {
	max-height: 40px
}
.vlog-responsive-header {
	height: 50px;
	z-index: 9999;
	width: 100%;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	top: 0;
	position: fixed;
	text-align: center;
	background: #FFF;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
	box-shadow: 0 0 20px rgba(0,0,0,.15)
}
.vlog-responsive-header.vlog-res-open {
	height: 100%
}
.vlog-responsive-header.vlog-res-open .container {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
	box-shadow: 0 0 20px rgba(0,0,0,.15)
}
.vlog-slot-r .vlog-ad a {
	float: right;
	margin: 0
}

@media (min-width:1271px) {
.vlog-boxed .vlog-sticky-header {
	max-width: 1260px;
	left: 50%;
	margin-left: -630px
}
}
.vlog-site-header .vlog-menu {
	text-align: center;
	display: inline-block
}
.vlog-site-header .vlog-main-nav {
	display: inline-block;
	vertical-align: middle
}
.vlog-site-header .vlog-main-nav>li {
	float: left;
	position: relative
}
.vlog-site-header .vlog-main-nav li a {
	font-size: 13px;
	line-height: 26px
}
.vlog-site-header .vlog-main-nav>li>a {
	padding: 10px 15px;
	float: left;
	position: relative;
	z-index: 1001;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.vlog-site-header .sub-menu, .vlog-site-header .sub-menu a, .vlog-site-header .vlog-main-nav .sub-menu li {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out
}
.vlog-site-header .vlog-main-nav li li {
	position: relative;
	padding: 0 15px;
	float: left;
	width: 100%
}
.vlog-site-header .sub-menu {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	padding: 12px 0 1px;
	min-width: 200px;
	text-align: left;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	transition: all .15s ease-in-out
}
.vlog-site-header .sub-menu a, .vlog-site-header .vlog-main-nav .sub-menu li {
	transition: all .15s ease-in-out
}
.vlog-actions-button>span, .vlog-top-bar .sub-menu>li {
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out
}
.vlog-site-header .vlog-main-nav li .sub-menu a {
	font-size: 12px;
	float: left;
	width: 100%;
	line-height: 19px;
	padding-bottom: 13px
}
.vlog-site-header .vlog-main-nav .sub-menu li:hover {
	padding-left: 20px;
	padding-right: 10px
}
.vlog-site-header .vlog-main-nav li:hover>.sub-menu {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible
}
.vlog-site-header .site-description {
	font-size: 12px;
	line-height: 20px;
	display: block
}
.vlog-site-header .vlog-main-navigation {
	display: inline-block;
	vertical-align: top
}
.vlog-actions-button, .vlog-actions-menu {
	display: inline-block;
	position: relative
}
.vlog-actions-menu .vlog-menu>li {
	display: inline-block;
	position: relative;
	vertical-align: top
}
.vlog-actions-button>span {
	padding: 15px;
	font-size: 22px;
	z-index: 1001;
	line-height: 1;
	float: left;
	position: relative;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.vlog-actions-button:hover {
	cursor: pointer
}
.vlog-header-bottom .vlog-actions-button>a, .vlog-header-bottom .vlog-actions-button>span {
	padding: 19px 16px 17px
}
.vlog-header-bottom .vlog-listen-later-count, .vlog-header-bottom .vlog-watch-later-count {
	top: 11px
}
.vlog-header-bottom .vlog-cart-icon a {
	padding: 20px 16px 14px
}
.vlog-main-nav .sub-menu .sub-menu {
	left: 100%;
	top: 0;
	margin-left: 0;
	margin-top: -12px
}
.vlog-actions-menu .sub-menu, .vlog-mega-menu .sub-menu {
	width: 300px;
	padding: 20px;
	z-index: 1000;
	right: 0;
	left: auto
}
.vlog-mega-menu .sub-menu {
	right: auto;
	left: 0
}
.vlog-mega-menu .sub-menu .vlog-menu-posts {
	padding: 0;
	margin: 0
}
.vlog-mega-menu .vlog-menu-posts .vlog-lay-h {
	padding: 0
}
.vlog-site-header .vlog-main-nav .vlog-mega-menu .sub-menu a {
	font-size: inherit;
	line-height: inherit;
	padding-bottom: 0
}
.vlog-site-header .vlog-main-nav .vlog-mega-menu .sub-menu li:hover {
	padding: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}
.vlog-actions-button.vlog-social-icons .sub-menu {
	width: 200px
}
.vlog-actions-button:hover .sub-menu {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible
}
.vlog-listen-later-count, .vlog-watch-later-count {
	border-radius: 50%;
	display: inline-block;
	color: #FFF;
	text-align: center;
	font-size: 8px;
	min-width: 18px;
	height: 18px;
	line-height: 8px;
	padding: 5px 0;
	margin-right: 1px;
	position: absolute;
	top: 8px;
	right: 7px
}
.vlog-actions-button.vlog-listen-later, .vlog-actions-button.vlog-social-icons, .vlog-actions-button.vlog-watch-later {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.vlog-responsive-header .vlog-actions-button.vlog-listen-later:hover, .vlog-responsive-header .vlog-actions-button.vlog-watch-later:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}
.vlog-actions-button.vlog-action-search.active, .vlog-actions-button.vlog-listen-later:hover, .vlog-actions-button.vlog-social-icons:hover, .vlog-actions-button.vlog-watch-later:hover, .vlog-responsive-header .vlog-actions-button.vlog-listen-later.active, .vlog-responsive-header .vlog-actions-button.vlog-watch-later.active {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1)
}
.vlog-top-bar .vlog-slot-c ul>li {
	margin-left: 5px;
	margin-right: 5px
}
.vlog-top-bar .vlog-slot-l ul>li {
	margin-right: 10px
}
.vlog-top-bar .vlog-slot-r ul>li {
	margin-left: 10px
}
.vlog-top-bar ul>li {
	display: inline-block;
	vertical-align: top;
	position: relative
}
.vlog-top-bar .sub-menu>li {
	padding-right: 15px;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.vlog-top-bar .sub-menu>li:hover {
	padding-right: 10px;
	padding-left: 5px
}
.vlog-top-bar ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -15px;
	z-index: 1002;
	padding: 10px 0 8px 15px;
	min-width: 150px;
	text-align: left;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	box-shadow: 0 0 10px rgba(0,0,0,.15)
}
.vlog-top-bar ul li:hover>ul, .vlog-top-bar ul ul li {
	display: block
}
.vlog-top-bar ul ul li a {
	margin: 0;
	display: block;
	float: left;
	width: 100%;
	padding: 0
}
.vlog-top-bar ul li a {
	font-size: 10px;
	line-height: 18px;
	padding: 12px 0;
	float: left;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	letter-spacing: 1px
}
.vlog-top-bar .vlog-soc-menu li a {
	padding: 12px 0;
	height: 50px;
	width: 15px
}
.vlog-top-bar .vlog-site-date {
	font-size: 10px;
	line-height: 20px;
	padding: 12px 0;
	letter-spacing: 1px
}
.vlog-top-bar ul.sub-menu>li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	margin-right: 0
}
.vlog-top-bar ul.sub-menu>li:last-child {
	margin-bottom: 0
}
.vlog-top-bar .sub-menu a {
	line-height: 17px;
	padding-bottom: 3px
}
.vlog-top-bar .sub-menu .sub-menu {
	left: 100%;
	top: -10px
}
.vlog-soc-menu li a {
	position: relative;
	display: block;
	text-align: center
}
.header-top .vlog-soc-menu a:hover {
	color: #FFF
}
.vlog-social-name {
	opacity: 0;
	display: none;
	font-size: 12px
}
.vlog-soc-menu li a:before {
	font-size: 13px
}
.vlog-soc-menu li a[href*="/feed"]::before, .vlog-soc-menu li a[href*="/rss"]::before, .vlog-soc-menu li a[href*=feedburner]::before {
	content: "\f09e"
}
.vlog-soc-menu li a[href*="@"]::before {
	content: "\f0e0"
}
.vlog-soc-menu li a[href*="codepen.io"]::before {
	content: "\f1cb"
}
.vlog-soc-menu li a[href*="digg.com"]::before {
	content: "\f1a6"
}
.vlog-soc-menu li a[href*="dribbble.com"]::before {
	content: "\f17d"
}
.vlog-soc-menu li a[href*="dropbox.com"]::before {
	content: "\f16b"
}
.vlog-soc-menu li a[href*="facebook.com"]::before {
	content: "\f09a"
}
.vlog-soc-menu li a[href*="flickr.com"]::before {
	content: "\f16e"
}
.vlog-soc-menu li a[href*="foursquare.com"]::before {
	content: "\f180"
}
.vlog-soc-menu li a[href*="google.com"]::before {
	content: "\f0d5"
}
.vlog-soc-menu li a[href*="github.com"]::before {
	content: "\f09b"
}
.vlog-soc-menu li a[href*="instagram.com"]::before {
	content: "\f16d"
}
.vlog-soc-menu li a[href*="linkedin.com"]::before {
	content: "\f0e1"
}
.vlog-soc-menu li a[href*="last.fm"]::before {
	content: "\f202"
}
.vlog-soc-menu li a[href*="pinterest.com"]::before {
	content: "\f0d2"
}
.vlog-soc-menu li a[href*="reddit.com"]::before {
	content: "\f1a1"
}
.vlog-soc-menu li a[href*="soundcloud.com"]::before {
	content: "\f1be"
}
.vlog-soc-menu li a[href*="spotify.com"]::before {
	content: "\f1bc"
}
.vlog-soc-menu li a[href*="stumbleupon.com"]::before {
	content: "\f1a4"
}
.vlog-soc-menu li a[href*="tumblr.com"]::before {
	content: "\f173"
}
.vlog-soc-menu li a[href*="twitter.com"]::before {
	content: "\f099"
}
.vlog-soc-menu li a[href*="vimeo.com"]::before {
	content: "\f194"
}
.vlog-soc-menu li a[href*="vine.co"]::before {
	content: "\f1ca"
}
.vlog-soc-menu li a[href*="vk.com"]::before {
	content: "\f189"
}
.vlog-soc-menu li a[href*="wordpress.org"]::before, .vlog-soc-menu li a[href*="wordpress.com"]::before {
	content: "\f19a"
}
.vlog-soc-menu li a[href*="xing.com"]::before {
	content: "\f168"
}
.vlog-soc-menu li a[href*="youtube.com"]::before {
	content: "\f16a"
}
.vlog-soc-menu li a[href*="medium.com"]::before {
	content: "\f23a"
}
.vlog-soc-menu li a[href*="buysellads.com"]::before {
	content: "\f20d"
}
.vlog-soc-menu li a[href*="behance.com"]::before {
	content: "\f1b4"
}
.vlog-soc-menu li a[href*="slack.com"]::before {
	content: "\f198"
}
.vlog-soc-menu li a[href*="weibo.com"]::before {
	content: "\f18a"
}
.vlog-soc-menu li a[href*="snapchat.com"]::before {
	content: "\f2ac "
}
.vlog-soc-menu li a[href*="500px.com"]::before {
	content: "\f26e"
}
.vlog-soc-menu li a[href*="amazon.com"]::before {
	content: "\f270"
}
.vlog-soc-menu li a[href*="mixcloud.com"]::before {
	content: "\f289"
}
.vlog-soc-menu li a[href*="ok.ru"]::before {
	content: "\f263"
}
.vlog-mailto {
	background-color: #95a5a6
}
.vlog-whatsapp {
	background-color: #25d366
}
.vlog-actions-button .vlog-soc-menu li a[href*="/feed"]:before, .vlog-actions-button .vlog-soc-menu li a[href*="/rss"]:before {
	background-color: #FA9B39
}
.vlog-actions-button .vlog-soc-menu li a[href*="@"]:before {
	background-color: #AAA
}
.vlog-actions-button .vlog-soc-menu li a[href*="codepen.io"]:before, .vlog-actions-button .vlog-soc-menu li a[href*="digg.com"]:before {
	background-color: #fff
}
.vlog-actions-button .vlog-soc-menu li a[href*="dribbble.com"]:before {
	background-color: #ea4c89
}
.vlog-actions-button .vlog-soc-menu li a[href*="dropbox.com"]:before {
	background-color: #007ee5
}
.vlog-actions-button .vlog-soc-menu li a[href*="facebook.com"]:before, .vlog-facebook {
	background-color: #3b5998
}
.vlog-actions-button .vlog-soc-menu li a[href*="flickr.com"]:before {
	background-color: #ff0084
}
.vlog-actions-button .vlog-soc-menu li a[href*="foursquare.com"]:before {
	background-color: #0732a2
}
.vlog-actions-button .vlog-soc-menu li a[href*="google.com"]:before, .vlog-gplus {
	background-color: #dd4b39
}
.vlog-actions-button .vlog-soc-menu li a[href*="github.com"]:before {
	background-color: #4183c4
}
.vlog-actions-button .vlog-soc-menu li a[href*="instagram.com"]:before {
	background-color: #3f729b
}
.vlog-actions-button .vlog-soc-menu li a[href*="linkedin.com"]:before, .vlog-linkedin {
	background-color: #0e76a8
}
.vlog-actions-button .vlog-soc-menu li a[href*="last.fm"]:before {
	background-color: #e31b23
}
.vlog-actions-button .vlog-soc-menu li a[href*="pinterest.com"]:before, .vlog-pinterest {
	background-color: #c8232c
}
.vlog-actions-button .vlog-soc-menu li a[href*="reddit.com"]:before, .vlog-reddit {
	background-color: #369
}
.vlog-actions-button .vlog-soc-menu li a[href*="soundcloud.com"]:before {
	background-color: #f50
}
.vlog-actions-button .vlog-soc-menu li a[href*="spotify.com"]:before {
	background-color: #81b900
}
.vlog-actions-button .vlog-soc-menu li a[href*="stumbleupon.com"]:before, .vlog-stumbleupon {
	background-color: #ff2618
}
.vlog-actions-button .vlog-soc-menu li a[href*="tumblr.com"]:before {
	background-color: #34526f
}
.vlog-actions-button .vlog-soc-menu li a[href*="twitter.com"]:before, .vlog-twitter {
	background-color: #55acee
}
.vlog-actions-button .vlog-soc-menu li a[href*="vimeo.com"]:before {
	background-color: #1AB7EA
}
.vlog-actions-button .vlog-soc-menu li a[href*="vine.co"]:before {
	background-color: #00d9a3
}
.vlog-actions-button .vlog-soc-menu li a[href*="vk.com"]:before {
	background-color: #4e729a
}
.vlog-actions-button .vlog-soc-menu li a[href*="wordpress.org"]:before, .vlog-actions-button .vlog-soc-menu li a[href*="wordpress.com"]:before {
	background-color: #21759b
}
.vlog-actions-button .vlog-soc-menu li a[href*="xing.com"]:before {
	background-color: #026466
}
.vlog-actions-button .vlog-soc-menu li a[href*="youtube.com"]:before {
	background-color: #c4302b
}
.vlog-actions-button .vlog-soc-menu li a[href*="medium.com"]:before {
	background-color: #57ad68
}
.vlog-actions-button .vlog-soc-menu li a[href*="buysellads.com"]:before {
	background-color: #c90100
}
.vlog-actions-button .vlog-soc-menu li a[href*="behance.com"]:before {
	background-color: #1769ff
}
.vlog-actions-button .vlog-soc-menu li a[href*="slack.com"]:before {
	background-color: #6ecadc
}
.vlog-actions-button .vlog-soc-menu li a[href*="weibo.com"]:before {
	background-color: #B53434
}
.vlog-actions-button .vlog-soc-menu li a[href*="snapchat.com"]:before {
	background-color: #FFFC00
}
.vlog-actions-button .vlog-soc-menu li a[href*="500px.com"]:before {
	background-color: #0099e5
}
.vlog-actions-button .vlog-soc-menu li a[href*="amazon.com"]:before {
	background-color: #f90
}
.vlog-actions-button .vlog-soc-menu li a[href*="mixcloud.com"]:before {
	background-color: #314359
}
.vlog-actions-button .vlog-soc-menu li a[href*="ok.ru"]:before {
	background-color: #ed812b
}
.vlog-site-header .vlog-actions-social-list .vlog-soc-menu li a[href*="/rss"]:before, .vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="/feed"]:before {
	color: #FA9B39
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="@"]:before {
	color: #AAA
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="codepen.io"]:before, .vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="digg.com"]:before {
	color: #fff
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="dribbble.com"]:before {
	color: #ea4c89
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="dropbox.com"]:before {
	color: #007ee5
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="facebook.com"]:before {
	color: #3b5998
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="flickr.com"]:before {
	color: #ff0084
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="foursquare.com"]:before {
	color: #0732a2
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="google.com"]:before {
	color: #dd4b39
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="github.com"]:before {
	color: #4183c4
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="instagram.com"]:before {
	color: #3f729b
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="linkedin.com"]:before {
	color: #0e76a8
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="last.fm"]:before {
	color: #e31b23
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="pinterest.com"]:before {
	color: #c8232c
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="reddit.com"]:before {
	color: #369
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="soundcloud.com"]:before {
	color: #f50
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="spotify.com"]:before {
	color: #81b900
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="stumbleupon.com"]:before {
	color: #ff2618
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="tumblr.com"]:before {
	color: #34526f
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="twitter.com"]:before {
	color: #55acee
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="vimeo.com"]:before {
	color: #1AB7EA
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="vine.co"]:before {
	color: #00d9a3
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="vk.com"]:before {
	color: #4e729a
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="wordpress.org"]:before, .vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="wordpress.com"]:before {
	color: #21759b
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="xing.com"]:before {
	color: #026466
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="youtube.com"]:before {
	color: #c4302b
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="medium.com"]:before {
	color: #57ad68
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="buysellads.com"]:before {
	color: #c90100
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="behance.com"]:before {
	color: #1769ff
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="slack.com"]:before {
	color: #6ecadc
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="weibo.com"]:before {
	color: #B53434
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="500px.com"]:before {
	color: #0099e5
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="amazon.com"]:before {
	color: #f90
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="mixcloud.com"]:before {
	color: #314359
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="ok.ru"]:before {
	color: #ed812b
}
.vlog-actions-button .vlog-soc-menu li, .vlog-actions-social-list.vlog-soc-menu li a {
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.vlog-in-popup li a, .vlog-prev-next-cover-nav span {
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}
.vlog-actions-button .vlog-soc-menu li:hover {
	padding-left: 5px
}
.vlog-search-form {
	position: relative
}
.vlog-action-search .vlog-search-form input[type=text] {
	background: 0 0;
	height: 52px;
	padding: 0 20px;
	font-size: 14px;
	border-color: transparent
}
.vlog-action-search .vlog-search-form input[type=text]:focus {
	border-color: transparent
}
.vlog-button-search {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px
}
.vlog-action-search.vlog-actions-button:hover .sub-menu {
	opacity: 0;
	visibility: hidden
}
.vlog-action-search .sub-menu {
	padding: 0;
	width: 250px
}
.vlog-action-search.active.vlog-actions-button .sub-menu, .vlog-action-search.active.vlog-actions-button:hover .sub-menu, .vlog-listen-later.active.vlog-actions-button .sub-menu, .vlog-watch-later.active.vlog-actions-button .sub-menu {
	opacity: 1;
	visibility: visible
}
.vlog-actions-button .vlog-button-search {
	display: none
}
.vlog-in-popup li {
	margin-bottom: 8px
}
.vlog-in-popup li:last-child {
	margin-bottom: 0
}
.vlog-in-popup li a {
	text-align: left;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.vlog-in-popup .vlog-social-name {
	opacity: 1;
	display: inline-block;
	vertical-align: top
}
.vlog-in-popup li a:before {
	height: 25px;
	width: 25px;
	display: inline-block;
	margin-right: 8px;
	border-radius: 50%;
	color: #FFF;
	text-align: center
}
.vlog-actions-search .vlog-search-form {
	margin: 10px 0
}
.vlog-actions-search input[type=text] {
	width: 210px;
	line-height: 20px;
	font-size: 14px;
	background: 0 0
}
.vlog-actions-search .vlog-button-search {
	width: 50px
}
.vlog-menu>li {
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.vlog-menu>li.menu-item-has-children:hover {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1)
}
.vlog-menu .vlog-actions-social-list, .vlog-menu .vlog-actions-social-list li {
	display: inline-block;
	vertical-align: top
}
.vlog-menu .vlog-actions-social-list li a {
	font-size: 20px;
	z-index: 1001;
	line-height: 1;
	float: left;
	position: relative;
	padding: 16px 7px
}
.vlog-menu .vlog-actions-social-list li a:before {
	font-size: 18px;
	line-height: 1
}
.vlog-header-bottom .vlog-actions-social-list li a {
	padding: 19px 7px 16px
}
.vlog-header-bottom .vlog-main-nav>li>a {
	padding: 17px 15px
}
.vlog-header-bottom .vlog-main-nav li .sub-menu a {
	padding-top: 2px;
	padding-bottom: 13px
}
.vlog-header-bottom .vlog-main-nav li:not(.menu-item-has-children):hover>a {
	background: 0 0
}
.vlog-menu .vlog-button-search {
	width: 45px;
	font-size: 20px
}
.vlog-menu .vlog-actions-search input[type=text] {
	border-radius: 20px;
	padding: 10px 40px 10px 15px
}
.vlog-header-1 .vlog-slot-r .vlog-menu>li.vlog-actions-button:last-child, .vlog-header-2 .vlog-slot-r .vlog-menu>li.vlog-actions-button:last-child, .vlog-header-3 .vlog-slot-r .vlog-menu>li.vlog-actions-button:last-child, .vlog-header-5 .vlog-slot-r .vlog-menu>li.vlog-actions-button:last-child, .vlog-header-6 .vlog-slot-r .vlog-menu>li.vlog-actions-button:last-child, .vlog-sticky-header .vlog-slot-r .vlog-menu>li.vlog-actions-button:last-child {
	margin-right: -18px
}
.vlog-header-1 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child, .vlog-header-2 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child, .vlog-header-3 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child, .vlog-header-5 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child, .vlog-header-6 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child, .vlog-sticky-header .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child {
	margin-right: -5px
}
.vlog-header-3 .vlog-slot-l .vlog-menu>li:first-child, .vlog-header-5 .vlog-slot-l .vlog-menu>li:first-child, .vlog-header-6 .vlog-slot-l .vlog-menu>li:first-child {
	margin-left: -16px
}
.vlog-ll-empty, .vlog-wl-empty {
	text-transform: none;
	font-size: 14px;
	width: 150px;
	line-height: 22px;
	margin: 0 auto;
	position: relative
}
#cancel-comment-reply-link, .action-item, .comment-reply-link, .meta-tags a, .meta-tags span, .module-series .meta-item, .vlog-comments .reply, .vlog-comments .url, .vlog-copyright, .vlog-mod-actions .vlog-all-link, .vlog-prev-next-nav .vlog-pn-ico, .vlog-responsive-header, .vlog-rm, .vlog-share-single span, .widget_calendar table caption, .widget_calendar table tfoot tr td a, .widget_tag_cloud a {
	text-transform: uppercase
}
.vlog-small-border:before {
	content: "";
	border-top: 1px solid;
	width: 90px;
	height: 1px;
	margin: 0 auto 18px;
	display: block
}
.vlog-ll-empty .fv, .vlog-wl-empty .fv {
	display: block;
	font-size: 52px;
	text-align: center;
	clear: both;
	margin: 10px 0
}
.vlog-ll-empty p, .vlog-wl-empty p {
	margin-bottom: 0
}
.vlog-small-border {
	padding: 18px 0 10px
}
.vlog-menu-posts .vlog-lay-h {
	width: 100%;
	margin-bottom: 18px
}
.vlog-menu-posts .vlog-lay-h .entry-header {
	margin-top: 0
}
.vlog-menu-posts .vlog-lay-h:last-child {
	margin-bottom: 0
}
.sub-menu .vlog-menu-posts {
	margin: 0 -18px
}
.vlog-wl-action .vlog-button {
	width: 100%
}
.vlog-wl-action {
	clear: both;
	border-top: 1px solid;
	padding-top: 18px
}
.vlog-sticky-header .vlog-slot-l {
	height: 60px;
	display: table
}
.vlog-sticky-header .vlog-slot-l .vlog-site-branding {
	display: table-cell;
	vertical-align: middle
}
.vlog-responsive-header .vlog-action-search, .vlog-responsive-header .vlog-listen-later, .vlog-responsive-header .vlog-watch-later {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999999;
	height: 50px;
	max-width: 50px;
	width: auto
}
.vlog-responsive-header .vlog-actions-button:last-child {
	right: 50px
}
.vlog-responsive-header .vlog-actions-button:first-child {
	right: 0
}
.vlog-responsive-header .vlog-actions-button>span {
	float: right;
	z-index: 99999;
	padding: 13px 15px
}
.vlog-responsive-header .vlog-action-search .sub-menu, .vlog-responsive-header .vlog-listen-later .sub-menu, .vlog-responsive-header .vlog-watch-later .sub-menu {
	width: auto;
	opacity: 0;
	visibility: hidden
}
.vlog-responsive-header .vlog-action-search.active.vlog-actions-button .sub-menu, .vlog-responsive-header .vlog-listen-later.active.vlog-actions-button .sub-menu, .vlog-responsive-header .vlog-watch-later.active.vlog-actions-button .sub-menu {
	position: absolute;
	right: 0;
	top: 50px;
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	z-index: 1002
}
.vlog-responsive-header .vlog-actions-button.active:last-child .sub-menu {
	right: -50px
}
.vlog-responsive-header .sub-menu .vlog-menu-posts {
	width: 100%;
	max-width: 991px;
	float: left;
	padding: 20px 0!important;
	margin: 0
}
.vlog-responsive-header .dl-menu.dl-subview li>.sub-menu {
	padding: 0!important;
	width: 100%!important
}
.vlog-responsive-header .col-sm-5 {
	width: 29%
}
.vlog-responsive-header .col-sm-7 {
	width: 71%
}
.vlog-responsive-header .entry-header a, .vlog-responsive-header .entry-image a {
	padding: 0;
	margin: 0;
	width: 100%
}
.vlog-responsive-header .entry-image img {
	width: 100%
}
.vlog-responsive-header .vlog-menu-posts .vlog-lay-h {
	width: 50%;
	padding: 0 18px
}
.vlog-responsive-header .vlog-mega-menu .sub-menu {
	padding: 0
}
.vlog-responsive-header .vlog-actions-button.vlog-action-search:hover span {
	color: inherit
}
.vlog-responsive-header .vlog-action-search .vlog-search-form input[type=text], .vlog-responsive-header .vlog-action-search .vlog-search-form input[type=text]:focus {
	font-size: 16px
}
.vlog-remove-ll, .vlog-remove-wl {
	position: absolute;
	right: 2px;
	top: 0;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 23px;
	font-size: 11px;
	padding: 0;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.vlog-menu-posts .row:hover .vlog-remove-ll, .vlog-menu-posts .row:hover .vlog-remove-wl {
	opacity: 1;
	margin: 0 5px 0 0
}
.vlog-menu-posts .no-left-padding {
	position: static
}
.vlog-main-nav>li>.sub-menu .sub-menu.vlog-rev {
	left: initial;
	right: 100%
}
.vlog-main-nav li:last-child .sub-menu .sub-menu {
	display: none
}
.vlog-site-header .vlog-main-nav li:last-child .sub-menu li:hover .sub-menu {
	display: block
}
.vlog-site-header .sub-menu .sub-menu {
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out
}
.vlog-responsive-header .vlog-actions-button.active:only-child .sub-menu {
	right: 0
}
.vlog-mod-head {
	margin-bottom: 25px;
	margin-top: -6px
}
.vlog-mod-title {
	display: inline-block
}
.vlog-mod-title .h4, .vlog-mod-title h4 {
	line-height: 1;
	margin-bottom: 0
}
.vlog-mod-desc {
	margin-top: 16px
}
.vlog-mod-desc img {
	border-radius: 50%;
	float: left;
	margin-right: 24px
}
.vlog-mod-desc p:last-child {
	margin-bottom: 0
}
.vlog-slider-controls {
	float: right;
	display: inline-block;
	vertical-align: top
}
.vlog-all-link, .vlog-mod-actions {
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin: 5px 0 0
}
.module-series .meta-item {
	font-size: 12px
}
.module-series .entry-header {
	width: 70%;
	margin: 0 auto 5px
}
.module-text .vlog-txt-module {
	margin-bottom: 54px
}
.lay-horizontal .entry-content p, .module-text:last-child .vlog-txt-module, .vlog-post p:last-child {
	margin-bottom: 0
}
.entry-image {
	position: relative
}
.entry-image a {
	display: block
}
.entry-category a {
	font-size: 12px
}
.entry-category, .entry-category a {
	line-height: 26px
}
.entry-category a, .meta-item a {
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out
}
.vlog-module .lay-horizontal .entry-category {
	margin-top: -8px;
	display: block
}
.vlog-mod-actions {
	display: inline-block;
	vertical-align: middle;
	float: right
}
#cancel-comment-reply-link, .comment-reply-link, .vlog-rm {
	font-size: 11px;
	border: 1px solid;
	padding: 3px 15px;
	margin: 15px 0 0;
	float: left;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.vlog-mod-actions .vlog-all-link {
	font-size: 10px;
	margin: 1px 0 0;
	padding: 6px 8px;
	line-height: 1;
	float: left;
	border: 1px solid;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.comment-reply-link {
	float: none;
	padding: 6px 12px
}
.vlog-all-link, .vlog-slider-controls {
	margin-left: 10px
}
.vlog-slider-controls .owl-next, .vlog-slider-controls .owl-prev {
	display: inline-block;
	vertical-align: top;
	height: 24px;
	width: 24px;
	text-align: center;
	border: 1px solid;
	padding: 2px 0;
	line-height: 1;
	margin-top: 1px
}
.vlog-slider-controls .owl-next:hover, .vlog-slider-controls .owl-prev:hover {
	cursor: pointer
}
.vlog-slider-controls .owl-prev {
	margin-right: 5px
}
.vlog-slider-controls .fa {
	font-size: 17px
}
.vlog-lay-a .entry-image {
	margin-bottom: 15px
}
.vlog-lay-a .entry-title {
	margin-bottom: 3px
}
.vlog-lay-a .entry-meta {
	margin-bottom: 10px
}
.col-vlog-offset {
	padding: 0;
	max-width: 768px;
	margin: 0 auto
}
.vlog-lay-b {
	width: 100%
}
.vlog-lay-b .entry-category {
	margin-bottom: 2px
}
.vlog-lay-b .entry-title {
	margin-bottom: 3px
}
.vlog-lay-b .entry-meta {
	margin-bottom: 10px
}
.vlog-lay-b .entry-content p, .vlog-lay-c .entry-content p, .vlog-lay-d .entry-content p, .vlog-lay-e .entry-content p {
	font-size: 14px;
	line-height: 22px
}
.vlog-lay-f .entry-category, .vlog-lay-f .entry-category a, .vlog-lay-g .entry-category, .vlog-lay-g .entry-category a, .vlog-lay-h .entry-category, .vlog-lay-h .entry-category a {
	line-height: 16px;
	display: inline-block
}
.vlog-lay-c .entry-image {
	margin-bottom: 15px
}
.vlog-lay-c .entry-title {
	margin-bottom: 3px
}
.vlog-lay-c .entry-meta {
	margin-bottom: 10px
}
.vlog-lay-e .entry-title {
	margin-bottom: 0
}
.vlog-lay-e .entry-image {
	margin-bottom: 10px
}
.vlog-module .vlog-lay-f.lay-horizontal .entry-category {
	margin-top: -5px;
	margin-bottom: 3px
}
.vlog-lay-g .entry-image {
	margin-bottom: 5px
}
.vlog-lay-g .entry-category {
	margin-bottom: 4px
}
.vlog-module .vlog-lay-h.lay-horizontal .entry-category {
	margin-top: -5px;
	margin-bottom: 3px
}
.vlog-lay-h .entry-category {
	margin-bottom: 4px
}
.vlog-post.vlog-lay-h .entry-image:hover img {
	-webkit-transition: none;
	transition: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.col-lg-3 .vlog-lay-c, .col-lg-3 .vlog-lay-g, .col-lg-3 .vlog-lay-h, .col-lg-4 .vlog-lay-c, .col-lg-4 .vlog-lay-e, .col-lg-4 .vlog-lay-f, .col-lg-6 .vlog-lay-b, .col-lg-6 .vlog-lay-c, .col-lg-6 .vlog-lay-d {
	width: 100%;
	max-width: 100%
}
.col-lg-3 .vlog-lay-f, .col-lg-4 .vlog-lay-g, .col-lg-6 .vlog-lay-f, .col-lg-6 .vlog-lay-g, .col-lg-6 .vlog-lay-h, .col-lg-8 .vlog-lay-e, .col-lg-8 .vlog-lay-f, .col-lg-8 .vlog-lay-g {
	width: 50%;
	max-width: 100%
}
.col-lg-9 .vlog-lay-f, .col-lg-9 .vlog-lay-g, .col-lg-9 .vlog-lay-h {
	width: 33.33%;
	max-width: 100%
}
.vlog-module .owl-item article {
	width: 100%;
	padding: 0
}
.vlog-module .owl-carousel.owl-loaded {
	margin: 0
}
.owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1)
}
.vlog-no-sid .vlog-lay-d .h5, .vlog-no-sid .vlog-lay-e .h5, .vlog-no-sid .vlog-lay-f .h5 {
	margin-top: 0;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0
}
.vlog-no-sid .vlog-lay-g .h6 {
	margin-top: 0;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0
}
.vlog-site-footer {
	float: left;
	width: 100%;
	background: #2c3e50;
	color: rgba(255,255,255,.5);
	padding: 0
}
.vlog-copyright {
	background: rgba(0,0,0,.25);
	height: 80px;
	font-size: 10px;
	padding: 28px 0;
	letter-spacing: 1px
}
.vlog-site-footer .vlog-copyright p {
	margin-bottom: 0;
	font-size: 10px;
	letter-spacing: 1px
}
.vlog-site-footer p {
	font-size: 14px;
	line-height: 22px
}
.vlog-copyright a:hover {
	color: #FFF
}
.vlog-copyright p {
	color: rgba(255,255,255,.5)
}
.vlog-site-footer .widget {
	border: none;
	padding: 0
}
.vlog-site-footer .widget_calendar .widget-title {
	padding: 20px 0 13px
}
.vlog-site-footer .widget:first-child {
	margin-top: 50px
}
.vlog-site-footer .widget:last-child {
	margin-bottom: 50px
}
.vlog-site-footer .widget-title {
	border-bottom: none;
	margin-bottom: 20px
}
.vlog-site-footer a {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.vlog-site-footer .widget.widget_archive li, .vlog-site-footer .widget.widget_meta li, .vlog-site-footer .widget.widget_nav_menu li, .vlog-site-footer .widget.widget_pages li {
	margin-bottom: 5px
}
.vlog-site-footer .col-lg-4 .vlog-lay-g {
	width: 100%;
	max-width: 100%
}
.vlog-single-no-sid .vlog-content {
	float: none;
	margin: 0 auto
}
.entry-content-single .entry-header {
	margin-bottom: 24px
}
.entry-content-single {
	margin-bottom: 36px;
	clear: both
}
.entry-content-single ol, .entry-content-single ul {
	margin-bottom: 26px
}
.entry-content-single ol, .entry-content-single ol>li {
	list-style: decimal inside
}
.entry-content-single ul>li:before {
	content: "\2022";
	margin-right: 7px
}
.meta-tags {
	font-size: 14px;
	clear: both
}
.meta-tags span {
	font-size: 12px;
	margin-right: 5px
}
.vlog-author .vlog-mod-head {
	margin-bottom: 10px
}
.vlog-author p:last-child {
	margin-bottom: 0
}
.vlog-single-entry-image {
	margin: 10px 0 24px
}
.vlog-share-single {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 24px
}
.vlog-share-single a {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 40px;
	float: left;
	margin-right: 18px;
	position: relative;
	text-align: center;
	padding-left: 3%;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.vlog-share-single a:last-child {
	margin-right: 0
}
.vlog-share-single a:hover {
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.3)
}
.vlog-share-single span {
	color: #FFF;
	font-size: 11px;
	display: inline-block;
	vertical-align: middle;
	line-height: 40px
}
.vlog-share-single a i {
	height: 40px;
	width: 40px;
	float: left;
	text-align: center;
	color: #FFF;
	padding: 13px 0;
	background: rgba(0,0,0,.1);
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0
}
.author .vlog-mod-desc {
	padding: 36px
}
.author .vlog-mod-desc, .vlog-author-box, .vlog-content .vlog-prev-next-nav {
	margin-bottom: 36px;
	clear: both;
	float: left;
	width: 100%
}
.vlog-content .vlog-prev-next-nav {
	border-top: 1px solid;
	padding-top: 26px
}
.vlog-prev-next-nav>div {
	display: inline-block;
	width: 40%;
	vertical-align: top
}
.vlog-prev-next-nav .vlog-pn-ico {
	display: block;
	font-size: 11px;
	font-weight: 700;
	position: relative
}
.vlog-prev-next-nav .vlog-pn-link {
	font-size: 14px
}
.vlog-prev-next-nav .vlog-next-link a {
	float: right;
	line-height: 20px
}
.vlog-prev-next-nav .vlog-prev-link a {
	float: left;
	line-height: 20px
}
.vlog-prev-next-nav .vlog-next-link a, .vlog-prev-next-nav .vlog-pn-ico, .vlog-prev-next-nav .vlog-prev-link a {
	-webkit-transition: .2s all cubic-bezier(.4, 0, .2, 1);
	transition: .2s all cubic-bezier(.4, 0, .2, 1)
}
.vlog-prev-next-nav .vlog-next-link {
	float: right;
	text-align: right
}
.vlog-prev-next-nav .vlog-next-link i {
	padding-left: 0;
	top: 6px;
	right: 0
}
.vlog-prev-next-nav .vlog-prev-link {
	float: left;
	text-align: left
}
.vlog-prev-next-nav .vlog-prev-link i {
	padding-right: 0;
	top: 6px;
	left: 0
}
.vlog-prev-next-nav i {
	-webkit-transition: .2s all cubic-bezier(.4, 0, .2, 1);
	transition: .2s all cubic-bezier(.4, 0, .2, 1);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	position: absolute;
	font-size: 10px
}
.vlog-prev-next-nav a:hover i {
	display: block;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.vlog-prev-next-nav a:hover .vlog-pn-ico {
	padding-right: 14px;
	padding-left: 14px
}
.vlog-content .vlog-prev-next-nav:empty {
	border-top: none;
	display: none
}
.vlog-prev-next-cover-nav .vlog-next-link, .vlog-prev-next-cover-nav .vlog-prev-link {
	cursor: pointer;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 185px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 999
}
.vlog-prev-next-cover-nav .vlog-pn-ico {
	opacity: .5
}
.vlog-prev-next-cover-nav .vlog-next-link:hover span, .vlog-prev-next-cover-nav .vlog-prev-link:hover span {
	opacity: 1
}
.vlog-prev-next-cover-nav span {
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.entry-content-single a, .vlog-featured-4 .fa-item-image:before {
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}
.vlog-prev-next-cover-nav .vlog-prev-link {
	left: 60px
}
.vlog-prev-next-cover-nav .vlog-next-link {
	right: 60px
}
.vlog-prev-next-cover-nav .vlog-next-link a {
	right: 0
}
.vlog-prev-next-cover-nav .vlog-next-link span {
	text-align: right
}
.vlog-prev-next-cover-nav .vlog-pn-link, .vlog-prev-next-cover-nav .vlog-pn-txt {
	color: #FFF;
	display: block;
	line-height: 20px
}
.vlog-prev-next-cover-nav .vlog-pn-link {
	text-align: left;
	font-size: 14px;
	opacity: .7
}
.vlog-prev-next-cover-nav .vlog-pn-txt {
	font-size: 12px;
	text-transform: uppercase;
	opacity: .4;
	text-align: left
}
.vlog-popup .vlog-popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9000
}
.vlog-popup .vlog-popup-wrapper {
	z-index: 9001;
	position: relative;
	max-width: 1104px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-bottom: 0
}
.vlog-popup-wrapper {
	margin-bottom: 36px
}
.vlog-single-content .vlog-popup-wrapper {
	margin-bottom: 0
}
.vlog-format-content.vlog-popup {
	position: fixed;
	background: rgba(0,0,0,.9);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 2% 0;
	z-index: 99999;
	margin: 0
}
.vlog-popup-close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 24px;
	color: #FFF;
	z-index: 9001
}
.fluid-width-video-wrapper, .video-js {
	z-index: 3
}
.vlog-format-inplay.vlog-bg {
	margin-bottom: 0;
	display: none
}
.entry-content-single .entry-image, .vlog-featured-item .entry-media:only-child, .vlog-single-content .entry-media iframe, .vlog-single-content .mejs-container {
	margin-bottom: 24px
}
.vlog-bg.vlog-format-inplay {
	padding: 20px 0;
	float: left;
	width: 100%
}
.vlog-featured .vlog-format-inplay .entry-title a, .vlog-featured-2 .vlog-format-inplay .entry-title a, .vlog-format-inplay .entry-title {
	color: #111
}
.vlog-featured .vlog-format-inplay .meta-icon, .vlog-featured .vlog-format-inplay .meta-item, .vlog-featured-2 .vlog-format-inplay .action-item:hover, .vlog-featured-2 .vlog-format-inplay .entry-category a, .vlog-featured-2 .vlog-format-inplay .meta-comments a, .vlog-featured-2 .vlog-format-inplay .meta-icon, .vlog-featured-2 .vlog-format-inplay .meta-item, .vlog-format-inplay .action-item:hover, .vlog-format-inplay .entry-category a, .vlog-format-inplay .meta-comments a {
	color: rgba(17,17,17,.7)
}
.vlog-format-inplay .action-item, .vlog-format-inplay .entry-category a:hover, .vlog-format-inplay .meta-comments a:hover {
	color: #111
}
.vlog-featured .entry-title a, .vlog-featured .meta-icon, .vlog-featured .meta-item, .vlog-featured-2 .entry-title a, .vlog-featured-2 .meta-icon, .vlog-featured-2 .meta-item, .vlog-featured-3 .entry-title a, .vlog-featured-3 .meta-icon, .vlog-featured-3 .meta-item, .vlog-featured-4 .entry-title a, .vlog-featured-4 .meta-icon, .vlog-featured-4 .meta-item, .vlog-featured-5 .entry-title a, .vlog-featured-5 .meta-icon, .vlog-featured-5 .meta-item, .vlog-featured-info-2 .entry-category a:hover, .vlog-featured-info-2 .entry-title, .vlog-featured-info-2 .entry-title a, .vlog-featured-info-2 .meta-comments a:hover, .vlog-featured-info-2 .meta-comments:hover a {
	color: #FFF
}
.vlog-format-inplay .entry-header {
	max-width: 620px;
	display: inline-block
}
.vlog-format-inplay .container {
	position: relative
}
.vlog-format-inplay .vlog-vcenter-actions.entry-actions {
	right: 0
}
.vlog-format-inplay .vlog-pe-a.entry-actions {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	position: absolute;
	right: 0
}
.vlog-single-content .vlog-highlight {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 24px
}
.vlog-single-content .entry-actions {
	float: none;
	padding-left: 0;
	height: auto
}
.vlog-single-content .entry-media {
	margin-top: 10px
}
.entry-content-single .entry-media, .entry-content-single .entry-media iframe {
	float: left;
	width: 100%
}
.entry-content-single input[type=submit] {
	margin-top: 18px
}
.mfp-counter {
	top: -48px;
	right: 20px;
	background: rgba(0,0,0,.8);
	padding: 3px 8px
}
.entry-content-single a {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: underline
}
.vlog-related-wrapper {
	clear: both
}
.vlog-related-wrapper .vlog-module article:last-child {
	margin-bottom: 36px
}
.audio-format .entry-media .mejs-container, .single-format-audio .vlog-single-entry-image .entry-media .mejs-container, .vlog-format-content iframe[src*="videopress.com"] {
	margin-bottom: 0
}
.vlog-single-content .vlog-cover:after, .vlog-single-content .vlog-cover:before {
	display: none
}
.audio-format .entry-media, .single-format-audio .vlog-single-entry-image .entry-media {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000
}
.single-format-audio .vlog-single-entry-image .entry-media iframe {
	height: auto
}
.vlog-format-content iframe {
	height: inherit
}
.vlog-single-content .action-item {
	min-width: 130px
}
.widget {
	border: 1px solid rgba(17,17,17,.1);
	margin-bottom: 36px;
	padding: 25px 30px 30px
}
.widget.mks_ads_widget, .widget.vlog-widget-expand {
	padding: 0;
	border: none
}
.widget-title {
	margin-bottom: 20px
}
.widget .vlog-count {
	margin-right: 7px;
	float: left
}
.widget ul li a {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500
}
.widget ul li {
	margin-bottom: 11px
}
.widget ul li:last-child {
	margin-bottom: 0
}
.widget.mks_ads_widget h4, .widget.vlog_adsense_widget h4 {
	text-align: center;
	border: none;
	padding: 0;
	font-weight: 400;
	font-size: 10px;
	margin-bottom: 5px
}
.widget_calendar table {
	background: 0 0;
	border: 0;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.widget_calendar table thead {
	background: rgba(0,0,0,.05);
	font-size: 12px
}
.widget_calendar table thead th {
	padding: 13px 0;
	text-align: center
}
.widget_calendar table tbody tr:nth-child(even) {
	background: rgba(0,0,0,.01)
}
.widget_calendar table tbody td {
	font-size: 12px;
	text-align: center;
	padding: 9px 0
}
.widget_calendar table tfoot {
	margin-top: 10px;
	background: rgba(0,0,0,.05)
}
.widget_calendar table tfoot tr td {
	padding: 12px 14px;
	font-size: 12px
}
.widget_calendar table tfoot tr #next {
	text-align: right
}
.mks_adswidget_ul li, .mks_adswidget_ul.small, .mks_author_widget, .mks_themeforest_widget_ul, .site-footer .mks_adswidget_ul.small, .vlog-cover-bg {
	text-align: center
}
.widget_calendar table caption {
	font-size: 12px;
	padding: 5px 0;
	position: absolute;
	top: 15px;
	right: 30px
}
.widget_calendar, .widget_calendar #today {
	position: relative
}
.widget_calendar table tbody td a {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	min-width: 30px;
	height: 30px;
	line-height: 10px;
	padding: 9px 0;
	margin-right: 0;
	border-radius: 50%
}
.widget_calendar {
	padding: 0
}
.widget_calendar .widget-title {
	padding: 20px 30px 13px;
	margin-bottom: 0
}
.widget_calendar #today:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: -15px 0 0 -15px
}
.widget .vlog-search-form input[type=text] {
	background: 0 0
}
.widget .vlog-search-form .vlog-button-search {
	width: 40px;
	font-size: 22px
}
.widget_search li {
	list-style: none
}
.mks_ads_widget .small li, .mks_ads_widget ul.custom li, .mks_adswidget_ul.custom li, .mks_adswidget_ul.small li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 10px;
	width: auto
}
div.mks_ads_widget .small li {
	width: auto;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 12px
}
.mks_adswidget_ul.small {
	width: 280px;
	margin: 0 0 0 16px
}
.widget.mks_author_widget img {
	border-radius: 50%;
	float: none;
	clear: both;
	margin: 0 0 18px
}
.widget.mks_author_widget h3 {
	margin-bottom: 10px
}
ul.mks_themeforest_widget_ul {
	margin: 0 -10px
}
.mks_themeforest_widget ul.mks_themeforest_widget_ul li {
	margin: 0 2px 6px
}
.mks_themeforest_widget .mks_read_more {
	margin-bottom: 0;
	margin-top: 20px
}
.widget.mks_flickr_widget ul {
	margin: 0 -8px;
	width: 260px
}
.widget.mks_flickr_widget {
	padding: 20px 30px 18px
}
.widget.mks_flickr_widget ul.flickr li {
	margin: 0 9px 0 0
}
.widget.mks_flickr_widget ul.flickr li:nth-child(3n) {
	margin: 0 0 9px
}
.widget p:last-child {
	margin-bottom: 0
}
.screen-reader-text {
	margin-bottom: 5px;
	display: inline-block
}
.vlog_series_widget .children, .widget.widget_pages .children, .widget_categories .children, .widget_nav_menu .sub-menu {
	padding-left: 20px;
	padding-top: 10px
}
.vlog_category_widget li a, .vlog_series_widget li a, .widget_categories li a {
	display: block;
	position: relative
}
.vlog_category_widget li a:hover .category-text, .widget.widget_archive li a:hover, .widget.widget_meta li a:hover, .widget.widget_nav_menu li a:hover, .widget.widget_pages li a:hover, .widget_categories li a:hover .category-text {
	margin-left: 5px
}
.widget.vlog_series_widget li a:hover .series-text {
	padding-left: 5px
}
.vlog_category_widget li a .category-text, .vlog_series_widget li a .series-text, .widget a, .widget ul li a, .widget_categories li a .category-text {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.widget_recent_entries li a {
	display: block
}
.widget_recent_comments li, .widget_recent_entries li {
	font-size: 14px;
	line-height: 20px
}
.widget_recent_entries li .post-date {
	display: block;
	font-size: 12px
}
.widget.widget_archive li, .widget.widget_meta li, .widget.widget_nav_menu li, .widget.widget_pages li {
	margin-bottom: 9px
}
.widget_rss .rsswidget img {
	display: none
}
.widget_rss ul li a {
	display: block;
	font-weight: 700
}
.widget_rss .rss-date {
	margin-bottom: 5px;
	display: block
}
.vlog_series_widget .vlog-count {
	vertical-align: top
}
.widget_search .widget-title {
	border-bottom: 0;
	margin-bottom: 0
}
.widget .wp-caption-text {
	font-size: 12px
}
.widget .alignnone {
	margin-bottom: 18px
}
.meta-tags a, .widget_tag_cloud a {
	font-size: 12px!important;
	line-height: 20px
}
.meta-tags a:after, .widget_tag_cloud a:after {
	content: "/";
	margin: 0 2px 0 4px
}
.meta-tags a:last-child:after, .widget_tag_cloud a:last-child:after {
	display: none
}
.wysija-paragraph {
	margin-top: 18px
}
.vlog_posts_widget .vlog-lay-g, .vlog_posts_widget .vlog-lay-h {
	margin-bottom: 18px
}
.vlog-site-content .vlog_posts_widget .vlog-lay-g:last-child, .vlog-site-content .vlog_posts_widget .vlog-lay-h:last-child {
	margin-bottom: 0
}
.vlog-widget-slider.owl-carousel {
	margin: 0
}
.vlog-widget-slider.owl-carousel article {
	padding: 0
}
.mks_social_widget {
	padding-bottom: 15px
}
.vlog_series_widget a {
	display: inline-block;
	width: 100%;
	clear: both
}
.vlog_series_widget a .series-text {
	width: 205px;
	display: inline-block
}
.widget .vlog-slider-controls .owl-next, .widget .vlog-slider-controls .owl-prev {
	width: 20px;
	height: 20px;
	padding: 1px 0
}
.widget .vlog-slider-controls .owl-next i, .widget .vlog-slider-controls .owl-prev i {
	font-size: 14px;
	display: block;
	vertical-align: middle;
	line-height: 16px
}
.action-item, .entry-actions {
	vertical-align: top;
	display: inline-block
}
.widget.vlog_posts_widget, .widget.vlog_series_widget {
	clear: both
}
.widget .vlog-count {
	position: absolute;
	top: 0;
	left: 0
}
.comment .comment-respond, .vlog-cover, .vlog-cover-bg, .vlog-featured-item {
	position: relative
}
.widget .category-text, .widget .series-text {
	left: 30px;
	position: relative;
	display: inline-block
}
.widget .category-text:only-child, .widget .series-text:only-child {
	left: 0
}
.vlog-comments {
	border: 1px solid;
	padding: 30px 36px 0;
	clear: both
}
.comment-form {
	margin-bottom: 30px
}
.vlog-comments .comment-content ul>li:before {
	content: "\2022";
	margin-right: 7px
}
.vlog-comments .comment-content ol>li {
	list-style: decimal inside
}
.vlog-comments .comment-content ol, .vlog-comments .comment-content ul {
	margin-bottom: 26px
}
.vlog-comments .avatar {
	border-radius: 50%;
	float: left;
	margin-right: 18px
}
.comment-form label {
	margin-bottom: 7px;
	display: block;
	font-size: 13px
}
.comment-form-author, .comment-form-email, .comment-form-url {
	float: left;
	width: 33.33%;
	padding: 0 15px 0 0;
	margin-bottom: 20px
}
.comment-form-comment, .vlog-comments .comment-content p {
	margin-bottom: 10px
}
.comment-form-url {
	padding: 0
}
.form-submit {
	clear: both;
	margin-top: 15px
}
.vlog-comments .says {
	display: none
}
.vlog-comments .url {
	font-size: 16px
}
.vlog-comments .comment-content {
	clear: both;
	font-size: 15px;
	line-height: 25px;
	margin-left: 78px
}
.vlog-comments .reply {
	margin-left: 78px;
	font-size: 12px
}
.vlog-comments .children {
	margin-left: 78px
}
.vlog-comments .comment-metadata {
	line-height: 20px;
	font-size: 12px
}
.vlog-comments .comment-body {
	margin-bottom: 36px
}
.vlog-comments .vlog-mod-head {
	margin-bottom: 10px
}
.comment-list {
	padding-top: 25px;
	border-top: 1px solid
}
.comment-reply-title {
	float: right
}
.comment-notes, .logged-in-as {
	margin: 5px 0 10px;
	font-size: 13px
}
.vlog-comments .vlog-module-title h4 {
	margin: 0 0 15px
}
.comment-author b {
	font-size: 18px
}
.comment .comment-respond {
	margin: 26px 0;
	border-top: 1px solid;
	padding: 20px 26px 0
}
#cancel-comment-reply-link {
	font-size: 10px;
	font-weight: 400;
	line-height: 20px;
	padding: 3px 10px
}
.bypostauthor .comment-body .fn:before {
	margin-right: 5px;
	margin-top: 3px;
	float: left
}
.pingback .comment-content {
	margin-left: 0
}
.vlog-featured, .vlog-featured-2, .vlog-featured-3, .vlog-featured-4, .vlog-featured-5 {
	margin-top: -36px;
	float: left;
	width: 100%;
	margin-bottom: 36px;
	overflow: hidden
}
.vlog-featured+.vlog-bg, .vlog-featured-2+.vlog-bg, .vlog-featured-3+.vlog-bg, .vlog-featured-4+.vlog-bg, .vlog-featured-5+.vlog-bg {
	margin-top: -36px;
	clear: none
}
.vlog-cover-bg {
	background: #000;
	-webkit-backface-visibility: hidden
}
.vlog-cover {
	display: inline-table
}
.vlog-cover-bg .vlog-cover {
	opacity: 0
}
.vlog-cover:after, .vlog-cover:before {
	content: "";
	top: 0;
	position: absolute;
	height: 100%;
	width: 15%;
	z-index: 2
}
.vlog-cover:before {
	left: 0;
	background: -moz-linear-gradient(left, #000 0, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, #000 0, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0,0,0,0)));
	background: linear-gradient(to right, #000 0, rgba(0,0,0,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1)
}
.vlog-cover:after {
	right: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0, #000 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0, #000 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(#000));
	background: linear-gradient(to right, rgba(0,0,0,0) 0, #000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1)
}
.vlog-featured-info {
	min-height: 80px;
	margin-top: -36px;
	z-index: 8000;
	position: relative
}
.vlog-featured-info-bg {
	padding: 30px 42px 36px
}
.vlog-featured-info .entry-header {
	max-width: 620px;
	display: inline-block
}
.entry-actions {
	float: right;
	height: 100px;
	padding-left: 20px
}
.vlog-vcenter-actions.entry-actions {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	position: absolute;
	right: 55px
}
.action-item {
	padding: 20px;
	font-size: 12px;
	width: auto;
	text-align: center
}
.action-item i, .action-item.comments:before {
	display: block;
	font-size: 34px;
	margin-bottom: 10px;
	text-align: center
}
.vlog-featured-item .action-item {
	line-height: 18px
}
.action-item:hover {
	color: #FFF;
	cursor: pointer
}
.vlog-cover img {
	top: 0;
	position: relative;
	z-index: 1
}
.vlog-format-content {
	width: 1104px;
	position: relative;
	margin: 0 auto;
	padding: 36px 0 0;
	max-width: 100%;
	z-index: 1;
	height: 100%
}
.vlog-featured-info-2, .vlog-featured-info-3 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4
}
.entry-media .vlog-format-content {
	margin: 0
}
.vlog-single-content .entry-media .vlog-format-content {
	padding: 0
}
.audio .vlog-format-content, .format-audio .vlog-format-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto
}
.vlog-featured-1 .action-item {
	width: 120px;
	padding: 20px 0
}
.vlog-featured-info-2 {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.vlog-featured-info-2 .entry-header {
	width: 450px
}
.vlog-featured-info-2 .h1 {
	font-size: 32px;
	line-height: 42px
}
.vlog-featured-info-2 .entry-actions {
	width: 130px;
	padding: 0;
	height: auto
}
.vlog-featured-info-2 .entry-actions .action-item {
	padding: 10px
}
.vlog-featured-info-2 .entry-category a {
	-webkit-backface-visibility: hidden
}
.vlog-featured-info-2 .vlog-fa-item {
	width: 49.8%;
	display: inline-block;
	vertical-align: middle
}
.vlog-featured-info-2 .action-item {
	width: 140px
}
.vlog-featured-info-2 .entry-category a, .vlog-featured-info-2 .entry-meta .meta-item:after, .vlog-featured-info-2 .meta-comments a, .vlog-featured-info-2 .meta-icon, .vlog-featured-info-2 .meta-item {
	color: rgba(255,255,255,.5);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.vlog-featured-info-2 .action-item, .vlog-featured-info-2 .entry-category a:hover, .vlog-featured-info-2 .entry-title a, .vlog-featured-info-2 .entry-title a:hover, .vlog-featured-info-2 .meta-comments a:hover, .vlog-featured-info-2 .meta-comments:hover a {
	color: #FFF
}
.vlog-featured-2 .vlog-cover:after {
	width: 50%
}
.vlog-featured-2 .vlog-cover:before {
	width: 60%;
	background: -moz-linear-gradient(left, #000 0, #000 40%, rgba(0,0,0,0) 85%);
	background: -webkit-linear-gradient(left, #000 0, #000 40%, rgba(0,0,0,0) 85%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(40%, #000), color-stop(85%, rgba(0,0,0,0)));
	background: linear-gradient(to right, #000 0, #000 40%, rgba(0,0,0,0) 85%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1)
}
.vlog-fa-5-wrapper .fa-item-image:before, .vlog-featured-4 .fa-item-image:before {
	content: "";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0)
}
.vlog-featured-info-2 .vlog-fa-item {
	white-space: normal
}
.vlog-featured-info-3 {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 550px
}
.vlog-featured-info-3 .entry-actions {
	float: none
}
.vlog-featured-info-3 .action-item i {
	font-size: 28px;
	margin-bottom: 0
}
.vlog-featured-info-3 .vlog-format-action {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	left: auto
}
.vlog-featured-info-3 .entry-meta {
	margin-top: 5px
}
.vlog-featured-info-3 .entry-category a, .vlog-featured-info-3 .entry-meta .meta-item:after, .vlog-featured-info-3 .meta-comments a, .vlog-featured-info-3 .meta-icon, .vlog-featured-info-3 .meta-item {
	color: rgba(255,255,255,.8);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.vlog-featured-info-3 .entry-category a:hover, .vlog-featured-info-3 .entry-title a, .vlog-featured-info-3 .entry-title a:hover, .vlog-featured-info-3 .meta-comments a:hover, .vlog-featured-info-3 .meta-comments:hover a {
	color: #FFF
}
.vlog-featured-info-3 .h1 {
	font-size: 32px;
	line-height: 42px
}
.vlog-featured-3 .vlog-cover img {
	opacity: .5
}
.vlog-featured-3.vlog-featured-slider .vlog-featured-item {
	opacity: 0
}
.vlog-featured-3.owl-loaded .vlog-featured-item {
	opacity: 1
}
.vlog-featured-3 .vlog-format-label {
	position: relative;
	top: auto;
	left: auto;
	clear: both
}
.vlog-featured-3 .entry-category {
	display: block;
	margin-top: 7px
}
.vlog-vertical-center {
	display: table-cell;
	vertical-align: middle
}
.vlog-featured-4 {
	background: rgba(17,17,17,.1);
	margin-top: -36px;
	padding: 0;
	float: left;
	width: 100%;
	margin-bottom: 40px
}
.vlog-featured-4 .entry-category a, .vlog-featured-4 .entry-meta .meta-item:after, .vlog-featured-4 .meta-comments a, .vlog-featured-4 .meta-icon, .vlog-featured-4 .meta-item {
	color: rgba(255,255,255,.7);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.vlog-featured-4 .entry-category a:hover, .vlog-featured-4 .entry-title a, .vlog-featured-4 .entry-title a:hover, .vlog-featured-4 .meta-comments a:hover, .vlog-featured-4 .meta-comments:hover a {
	color: #FFF
}
.vlog-featured-4 .owl-item {
	width: 768px!important;
	opacity: .4;
	-webkit-transition: .4s ease all;
	transition: .4s ease all;
	margin: 0;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	-webkit-backface-visibility: hidden
}
.vlog-featured-4 .fa-item {
	position: relative;
	float: left;
	opacity: 0;
	height: 100%;
	width: 100%
}
.vlog-featured-4 .owl-loaded .fa-item {
	opacity: 1
}
.vlog-featured-4 .fa-item-image {
	position: relative;
	display: block;
	height: 100%
}
.vlog-featured-4 .fa-item-image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.vlog-featured-4 .fa-item-image:before {
	position: absolute;
	height: 90%;
	width: 100%;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.9)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,.9) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.9)));
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,.9) 100%);
	z-index: 5;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.vlog-featured-4 .fa-item-image {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 1!important
}
.vlog-featured-4 .owl-item.active.center .fa-item-image {
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,.2);
	box-shadow: 0 0 50px rgba(0,0,0,.2)
}
.vlog-featured-4 .active.center .fa-item .fa-item-image:before {
	opacity: 1
}
.vlog-featured-4 .owl-stage {
	padding: 36px 0
}
.vlog-featured-4 .owl-item.active.center {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.vlog-featured-4 .owl-item.active.center:hover .fa-item-image {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.05, 1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.vlog-featured-4 .fa-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	margin: 40px 0 40px 40px;
	text-align: left;
	max-width: 480px
}
.vlog-featured-4 .entry-actions {
	float: left;
	height: auto;
	padding-left: 0
}
.vlog-featured-4 .action-item {
	padding: 0 10px 0 0
}
.vlog-featured-4 .owl-next, .vlog-featured-4 .owl-prev {
	position: absolute
}
.vlog-featured-4 .owl-next .fa, .vlog-featured-4 .owl-prev .fa {
	font-size: 32px;
	height: 50px;
	width: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	background: rgba(17,17,17,.5);
	border-radius: 50%;
	color: #FFF;
	padding: 9px 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
	opacity: 0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}
.vlog-featured-4 .owl-next:hover .fa, .vlog-featured-4 .owl-prev:hover .fa {
	opacity: 1
}
.vlog-featured-4 .owl-prev {
	left: 0;
	width: 30%;
	top: 0;
	height: 100%
}
.vlog-featured-4 .owl-prev .fa {
	left: 50%
}
.vlog-featured-4 .owl-next {
	right: 0;
	width: 30%;
	top: 0;
	height: 100%
}
.vlog-featured-4 .owl-next .fa {
	right: 50%
}
.vlog-featured-4 .fa-angle-left:before {
	margin-left: -3px
}
.vlog-featured-4 .fa-angle-right:before {
	margin-right: -3px
}
.vlog-featured-4 .vlog-format-label.large {
	top: 40px;
	left: 40px
}

@media (max-width:1000px) {
.vlog-featured-4 .fa-item {
	margin: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
}
.vlog-featured-5 {
	background: rgba(17,17,17,.1);
	margin-top: -36px;
	padding: 36px 0;
	float: left;
	width: 100%;
	margin-bottom: 40px
}
.vlog-fa-5-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: justify;
	align-content: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	height: 400px;
	width: 100%
}
.vlog-fa-5-wrapper .fa-item {
	width: 264px;
	z-index: 3;
	position: relative;
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,.15);
	box-shadow: 0 0 50px rgba(0,0,0,.15)
}
.vlog-fa-5-wrapper .fa-item, .vlog-fa-5-wrapper .fa-item-image {
	opacity: 1!important
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	width: 600px;
	height: 100%;
	margin: 0 36px;
	-webkit-box-ordinal-group: 2;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1):hover .fa-item-image {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) .fa-inner {
	bottom: 40px;
	left: 40px;
	max-width: 410px
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) .entry-title {
	font-size: 24px;
	line-height: 30px
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(2) {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-top: 18px;
	margin-bottom: 36px
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(3) {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(4) {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
	margin-top: 18px;
	margin-bottom: 36px
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(5) {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.vlog-fa-5-wrapper .fa-item-image:before {
	position: absolute;
	height: 90%;
	width: 100%;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.9)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,.9) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.9)));
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,.9) 100%);
	z-index: 5;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.vlog-fa-5-wrapper .fa-item-image {
	position: relative;
	display: block;
	height: 100%
}
.vlog-fa-5-wrapper .fa-inner {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 10;
	margin: 0;
	text-align: left
}
.vlog-fa-5-wrapper .fa-inner a, .vlog-fa-5-wrapper .fa-inner a:hover {
	color: #fff
}
.vlog-fa-5-wrapper .fa-item {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}
.vlog-fa-5-wrapper .fa-item .fa-item-image {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}
.vlog-fa-5-wrapper .fa-item:hover .fa-item-image {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.vlog-fa-5-wrapper .fa-item .entry-title {
	padding-right: 20px
}
.vlog-fa-5-wrapper .entry-category a, .vlog-fa-5-wrapper .entry-meta .meta-item:after, .vlog-fa-5-wrapper .meta-comments a, .vlog-fa-5-wrapper .meta-icon, .vlog-fa-5-wrapper .meta-item {
	color: rgba(255,255,255,.7);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.vlog-fa-5-wrapper .entry-category a:hover, .vlog-fa-5-wrapper .entry-title a, .vlog-fa-5-wrapper .entry-title a:hover, .vlog-fa-5-wrapper .meta-comments a:hover, .vlog-fa-5-wrapper .meta-comments:hover a {
	color: #FFF
}
.vlog-fa-5-wrapper .fa-item-image img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%
}
.vlog-featured-slider .owl-next, .vlog-featured-slider .owl-prev {
	width: 42px;
	height: 42px;
	color: #FFF;
	opacity: .3;
	line-height: 42px;
	font-size: 42px;
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.vlog-featured-slider .owl-next {
	right: 5%;
	left: auto
}
.vlog-featured-slider .owl-next:hover, .vlog-featured-slider .owl-prev:hover {
	opacity: 1
}
.vlog-featured-slider.vlog-featured-1 .owl-next, .vlog-featured-slider.vlog-featured-1 .owl-prev {
	margin-top: -84px
}
.vlog-featured-1.vlog-featured-slider .vlog-featured-item, .vlog-featured-2.vlog-featured-slider .vlog-featured-item, .vlog-featured-3.vlog-featured-slider .vlog-featured-item {
	opacity: 0
}
.vlog-featured-1.owl-loaded .vlog-featured-item, .vlog-featured-2.owl-loaded .vlog-featured-item, .vlog-featured-3.owl-loaded .vlog-featured-item {
	opacity: 1
}
.vlog-pe-n {
	pointer-events: none
}
.vlog-pe-a {
	pointer-events: auto
}
.fa-item .vlog-format-label.large {
	top: 40px;
	left: 40px
}
.fa-item .vlog-format-label.x-small {
	top: 20px;
	left: 20px
}
.vlog-popup-on .owl-carousel .owl-stage-outer, .vlog-popup-on .vlog-featured, .vlog-popup-on .vlog-featured-2 {
	overflow: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.vlog-popup-on .vlog-body-box {
	max-width: initial
}
.vlog-popup-on .owl-next, .vlog-popup-on .owl-prev, .vlog-popup-on .vlog-header-bottom {
	z-index: -1
}
@-moz-document url-prefix() {
.vlog-popup-on .owl-item.active .vlog-cover-bg {
height:auto!important
}
}
.vlog-featured-4 .owl-prev .fa {
	margin-left: -120px
}
.vlog-featured-4 .owl-next .fa {
	margin-right: -120px
}
.vlog-boxed .vlog-featured-slider .owl-next {
	right: 2.5%
}
.vlog-boxed .vlog-featured-slider .owl-prev {
	left: 2.5%
}
.vlog-cover-bg.gallery {
	margin: 0
}

@media (max-width:768px) {
.vlog-ad {
	margin: 20px auto;
	display: block;
	clear: both;
	width: 728px;
	position: relative;
	text-align: center
}
}

@media (min-width:1024px) {
.vlog-ad.vlog-above-footer, .vlog-ad.vlog-below-header {
	width: 970px
}
}

@media (max-width:767px) {
.vlog-ad {
	margin: 20px auto;
	display: block;
	clear: both;
	width: 375px;
	position: relative
}
}

@media (max-width:400px) {
.vlog-ad {
	margin: 20px auto;
	display: block;
	clear: both;
	width: 300px;
	position: relative
}
}

@media (max-width:300px) {
.vlog-ad {
	max-width: 100%
}
}

@media (max-width:1023px) {
.vlog-nav-toggle {
	display: block;
	left: 18px;
	top: 0
}
}

@media (min-width:768px) and (max-width:1272px) {
.vlog-content {
	width: 604px
}
.site-title img {
	vertical-align: middle
}
.site-title, .site-title a {
	line-height: 50px
}
.vlog-header-bottom .vlog-main-nav>li>a {
	padding: 17px 8px
}
.vlog-featured-info .entry-header {
	max-width: 62%
}
}

@media (min-width:768px) and (max-width:991px) {
.vlog-content {
	width: 100%
}
.site-title, .site-title a {
	line-height: 50px
}
.vlog-sidebar {
	float: none;
	margin: 0 auto 36px;
	clear: both;
	width: 300px;
	padding-top: 36px
}
.vlog-responsive-header.vlog-res-open .container {
	width: 100%
}
}

@media (min-width:768px) and (max-width:1240px) {
.vlog-cover-bg, .vlog-featured-2 .vlog-featured-item, .vlog-featured-3 .vlog-featured-item {
	height: 350px!important
}
.vlog-featured-4, .vlog-featured-5 {
	height: auto!important
}
.vlog-featured-4 .owl-item {
	width: 600px!important
}
.vlog-fa-5-wrapper .fa-item {
	width: 206px;
	height: 140px!important
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) {
	width: 476px;
	height: auto!important
}
.vlog-fa-5-wrapper {
	max-width: 960px;
	height: 340px!important
}
.vlog-fa-5-wrapper .fa-item .entry-title {
	font-size: 12px;
	line-height: 18px
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) .fa-inner {
	bottom: 30px;
	left: 30px;
	max-width: 420px
}
.vlog-fa-5-wrapper .vlog-format-label.large {
	top: 30px;
	left: 30px
}
.vlog-fa-5-wrapper .fa-inner {
	bottom: 5px;
	left: 15px
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(2), .vlog-fa-5-wrapper .fa-item:nth-of-type(4) {
	margin-top: 14px
}
.vlog-fa-5-wrapper .vlog-format-label.x-small {
	top: 15px;
	left: 15px
}
.vlog-fa-5-wrapper .meta-item {
	font-size: 10px;
	line-height: 16px
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) .meta-item {
	font-size: 12px;
	line-height: 26px
}
.vlog-highlight {
	float: left;
	width: 100%;
	position: relative
}
.vlog-vcenter-actions.entry-actions {
	right: 20px
}
.vlog-format-action.large {
	height: 76px;
	width: 76px;
	margin-left: -38px;
	margin-top: -38px;
	padding: 22px 0 0 7px
}
.vlog-format-action.large i {
	font-size: 27px
}
.vlog-featured-slider .owl-next {
	right: 1%
}
.vlog-featured-slider .owl-prev {
	left: 1%
}
.vlog-featured-info-2 .vlog-fa-item {
	width: 43.8%;
	margin: 0 3%
}
.vlog-featured-info-2 .entry-header {
	width: 350px
}
.vlog-featured-info-2 .h1 {
	font-size: 28px;
	line-height: 38px
}
.h6, .h7, h6 {
	font-size: 12px
}
.owl-carousel .owl-item, .owl-carousel .owl-item img, .vlog-cover, .vlog-cover:after, .vlog-cover:before {
	-webkit-backface-visibility: hidden
}
.vlog-lay-h .no-left-padding {
	padding-right: 0
}
.sub-menu .vlog-lay-h .no-left-padding {
	padding-right: 18px
}
.h7 {
	line-height: 18px
}
.h6, h6 {
	line-height: 16px
}
.vlog-lay-d .entry-title, .vlog-no-sid .h6, .vlog-no-sid h6 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0
}
.vlog-cover:after, .vlog-cover:before {
	width: 30%
}
.vlog-prev-next-cover-nav .vlog-prev-link {
	left: 42px
}
.vlog-prev-next-cover-nav .vlog-next-link {
	right: 42px
}
.vlog-share-single span {
	display: none
}
.vlog-share-single a i {
	margin-right: 0;
	width: 100%
}
.vlog-featured-1 .action-item, .vlog-featured-info-2 .entry-actions {
	width: 100px
}
.vlog-lay-e .entry-title, .widget .vlog-lay-g .entry-title {
	font-size: 14px;
	line-height: 20px
}
.vlog-featured .entry-title, .vlog-featured-2 .entry-title {
	font-size: 24px;
	line-height: 30px
}
.action-item i, .action-item.comments:before {
	font-size: 30px;
	margin-bottom: 6px
}
.action-item {
	font-size: 10px
}
.vlog-featured-info-2 .entry-actions .action-item {
	padding: 7px
}
.single-format-image .vlog-single-entry-image {
	margin-bottom: 24px
}
.vlog-lay-b .entry-title {
	font-size: 22px;
	line-height: 28px
}
.author .vlog-mod-desc {
	padding: 28px
}
.author .vlog-mod-desc p, .vlog-author p {
	font-size: 14px;
	line-height: 22px
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px
}
.entry-content-single .h6, .entry-content-single h6 {
	font-size: 14px;
	line-height: 20px
}
.site-title {
	margin-bottom: 0
}
.vlog-popup .vlog-popup-wrapper {
	max-width: 70%;
	margin: initial
}
.vlog-popup-wrapper {
	max-width: 490px;
	margin: 0 auto
}
.vlog-single-content .vlog-popup-wrapper {
	max-width: 100%;
	width: 100%
}
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
.vlog-featured-info-2 .entry-header {
	max-width: 100%
}
.vlog-featured-info-2 .entry-actions, .vlog-featured-info-2 .vlog-fa-item {
	width: 100%
}
.vlog-format-inplay .vlog-pe-a.entry-actions {
	position: relative;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.vlog-site-content {
	padding-top: 50px
}
.vlog-featured-4 {
	margin-top: 0
}
.vlog-featured-4 .owl-stage {
	padding: 24px 0
}
.vlog-lay-a .entry-image, .vlog-lay-c .entry-image {
	margin-bottom: 10px
}
.entry-content-single, .vlog-module article {
	margin-bottom: 30px
}
.vlog-module article:last-child {
	margin-bottom: 40px
}
.vlog-mod-head {
	margin-bottom: 20px;
	margin-top: 0
}
.widget {
	margin: 0 auto 30px;
	max-width: 300px
}
.vlog-sidebar, .vlog-site-footer .widget:last-child {
	margin-bottom: 0
}
.vlog-site-footer .widget:first-child {
	margin-top: 30px
}
.vlog-site-footer .widget-title {
	margin-bottom: 15px
}
.error404 .vlog-single-content .vlog-search-form {
	margin-bottom: 25px
}
.module-series .entry-header {
	width: 80%
}
.vlog-format-inplay .entry-header {
	max-width: 62%
}
.vlog-popup .vlog-popup-wrapper {
	max-width: 70%;
	margin: initial
}
.vlog-popup-wrapper {
	width: 65%;
	margin: 0 auto
}
}

@media (max-width:990px) {
.vlog-watch-later-active {
	overflow: hidden
}
.vlog-watch-later-active .vlog-watch-later .sub-menu {
	overflow-y: auto
}
.vlog-featured .entry-title, .vlog-featured-2 .entry-title {
	font-size: 20px;
	line-height: 28px
}
.vlog-featured-info .entry-header {
	max-width: 60%
}
.vlog-featured-1 .action-item, .vlog-featured-info-2 .entry-actions {
	width: 90px
}
.vlog-featured, .vlog-featured-2, .vlog-featured-3, .vlog-featured-4, .vlog-featured-5 {
	margin-top: 0
}
.site-title.h1 {
	margin-bottom: 0
}
.vlog-responsive-header.vlog-res-open .container {
	width: 100%
}
.site-title img {
	vertical-align: middle;
	max-height: 50px;
	margin-top: -2px
}
.dl-menuwrapper button.dl-trigger {
	top: -59px
}
.vlog-featured-info-2 .vlog-fa-item {
	width: 43.8%;
	margin: 0 1%
}
.vlog-featured-info-2 .entry-header {
	width: 275px;
	margin-left: 30px
}
.vlog-top-bar {
	display: none
}
.vlog-site-content {
	padding-top: 50px
}
.vlog-featured-4 .owl-item {
	width: 680px!important
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) {
	margin: 0 18px
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(2), .vlog-fa-5-wrapper .fa-item:nth-of-type(4) {
	margin-bottom: 18px;
	margin-top: 19px
}
.vlog-fa-5-wrapper .fa-item .entry-title, .vlog-lay-f .entry-title {
	margin-bottom: 0
}
.vlog-fa-5-wrapper {
	max-width: 720px
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: relative
}
.vlog-fa-5-wrapper .fa-item .fa-item-image {
	height: 100%
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) {
	width: 272px;
	height: 340px!important
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) .entry-title {
	font-size: 16px;
	line-height: 22px
}
.owl-carousel .owl-item, .owl-carousel .owl-item img, .vlog-cover, .vlog-cover:after, .vlog-cover:before {
	-webkit-backface-visibility: hidden
}
.vlog-section:first-child .vlog-content {
	margin-top: 24px
}
.vlog-lay-c .entry-title {
	font-size: 22px;
	line-height: 28px
}
.vlog-no-sid .vlog-lay-d .h5, .vlog-no-sid .vlog-lay-e .h5, .vlog-no-sid .vlog-lay-f .h5 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0
}
.vlog-lay-h .entry-title {
	font-size: 14px;
	line-height: 20px
}
.vlog-lay-e .entry-title {
	font-size: 16px;
	line-height: 22px
}
.vlog-lay-h .no-left-padding {
	padding-right: 18px
}
.vlog-single-content .vlog-popup-wrapper {
	max-width: 100%;
	width: 100%
}
.vlog-popup-wrapper {
	width: 60%;
	margin: 0 auto
}
.vlog-popup .vlog-popup-wrapper {
	width: 90%;
	margin: initial
}
.module-text .vlog-txt-module {
	margin-bottom: 40px
}
.module-series .vlog-lay-g img {
	width: 100%
}
.widget {
	margin: 0 auto 24px;
	max-width: 300px
}
.vlog-format-inplay .entry-header {
	max-width: 62%
}
.vlog-format-content.vlog-popup {
	padding: 0
}
.vlog-popup-close {
	top: 20px!important
}
.vlog-action-search li {
	list-style: none
}
div.mejs-container .mejs-controls {
	background: #e4e2e2
}
.mejs-container .mejs-controls {
	position: relative
}
.mejs-mediaelement {
	position: relative;
	margin-bottom: -10px
}
.mejs-clear {
	clear: both;
	height: 24px;
	display: block;
	float: left
}
.vlog-menu-posts .entry-header {
	text-align: left
}
.vlog-responsive-header .entry-header a.vlog-remove-wl {
	width: 26px;
	top: 0
}
.vlog-responsive-header .vlog-watch-later-count {
	min-width: 16px;
	height: 16px;
	padding: 4px 0
}
.vlog-menu-posts .row .vlog-remove-wl {
	opacity: 1
}
.vlog-res-open .dl-menuwrapper {
	pointer-events: auto
}
.dl-menuwrapper {
	pointer-events: none
}
.dl-menuwrapper button {
	pointer-events: auto
}
}

@media (max-width:767px) {
.vlog-author>div, .vlog-bg.vlog-format-inplay, .vlog-copyright, .vlog-featured-info-2.vlog-pe-n, .vlog-featured-info-bg {
	text-align: center
}
body {
	font-size: 14px;
	line-height: 22px
}
.vlog-link-pages a {
	padding-top: 9px
}
.widget {
	margin: 0 auto 24px;
	max-width: 300px
}
.vlog-top-bar {
	display: none
}
.vlog-sidebar, .vlog-site-branding {
	display: inline-block
}
.vlog-site-content {
	padding-top: 0;
	margin-top: 50px
}
.site-title, .site-title a {
	line-height: 50px
}
.site-title a {
	font-size: 18px
}
.vlog-all-link, .vlog-mod-actions, .vlog-mod-head {
	margin-top: 0
}
.vlog-mod-head {
	margin-bottom: 10px;
	margin-top: 0
}
.vlog-sidebar {
	float: none;
	margin: 0 auto 36px;
	clear: both;
	width: 100%
}
.vlog-content {
	width: 100%
}
.vlog-format-content {
	margin: 0 0 24px;
	padding: 24px 0
}
.vlog-cover-bg, .vlog-featured-2 .vlog-featured-item {
	height: auto
}
.vlog-featured-2 .vlog-format-content .vlog-format-loader {
	top: 130px
}
.vlog-featured-info {
	margin: 0;
	padding: 0
}
.vlog-featured-info-bg {
	padding: 18px
}
.vlog-vcenter-actions.entry-actions {
	position: relative;
	top: 0;
	right: 0;
	display: block;
	clear: both;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	float: none;
	padding: 0
}
.vlog-featured-1 .action-item {
	padding: 15px 0 0
}
.vlog-cover:after, .vlog-cover:before {
	display: none
}
.vlog-format-action.large {
	height: 76px;
	width: 76px;
	margin-left: -38px;
	padding: 22px 0 0 7px;
	margin-top: -40px
}
.vlog-format-action.large i {
	font-size: 27px
}
.owl-carousel .owl-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.vlog-featured-slider .owl-next, .vlog-featured-slider .owl-prev {
	background: rgba(0,0,0,.6);
	line-height: 38px;
	font-size: 30px;
	top: 229px;
	border-radius: 50%;
	opacity: 1
}
.vlog-featured-slider .owl-next {
	right: 15px
}
.vlog-featured-slider .owl-prev {
	left: 15px
}
.vlog-featured-slider .owl-next .fa {
	margin-left: 3px
}
.vlog-featured-slider .owl-prev .fa {
	margin-right: 3px
}
.vlog-featured-slider.vlog-featured-1 .owl-next, .vlog-featured-slider.vlog-featured-1 .owl-prev {
	margin-top: -104px
}
.action-item, .entry-actions {
	padding: 0
}
.entry-actions {
	height: auto;
	margin-top: 5px
}
.vlog-related-wrapper .vlog-module article:last-child, .vlog-sidebar, .widget {
	margin-bottom: 18px
}
.vlog-site-content .vlog-section:last-child {
	padding-bottom: 18px
}
p {
	margin: 0 0 18px
}
.vlog-lay-a .entry-image, .vlog-lay-b .entry-image, .vlog-lay-c .entry-image {
	margin-bottom: 8px
}
.vlog-lay-a .entry-meta, .vlog-lay-b .entry-meta, .vlog-lay-c .entry-meta {
	margin-bottom: 0
}
.vlog-lay-e .entry-image img, .vlog-lay-f .entry-image img {
	width: 100%
}
.vlog-module article {
	margin-bottom: 18px
}
.vlog-module article:last-child {
	margin-bottom: 24px
}
.vlog-lay-b .entry-image img, .vlog-lay-c .entry-image img, .vlog-lay-d .entry-image img, .vlog-lay-g .entry-image img {
	width: 100%
}
.vlog-featured-1 .vlog-cover-bg {
	height: 250px!important;
	margin: 0
}
.vlog-cover {
	display: inline-table;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(2) .entry-meta, .vlog-fa-5-wrapper .fa-item:nth-of-type(2) .vlog-format-label, .vlog-fa-5-wrapper .fa-item:nth-of-type(3) .entry-meta, .vlog-fa-5-wrapper .fa-item:nth-of-type(3) .vlog-format-label, .vlog-fa-5-wrapper .fa-item:nth-of-type(4) .entry-meta, .vlog-fa-5-wrapper .fa-item:nth-of-type(4) .vlog-format-label, .vlog-fa-5-wrapper .fa-item:nth-of-type(5) .entry-meta, .vlog-fa-5-wrapper .fa-item:nth-of-type(5) .vlog-format-label, .vlog-share-single span {
	display: none
}
.vlog-featured, .vlog-featured-2, .vlog-featured-3, .vlog-featured-4, .vlog-featured-5, .vlog-share-single {
	margin-bottom: 18px;
	margin-top: 0
}
.vlog-format-content.vlog-popup {
	padding: 0
}
.vlog-featured-2+.vlog-bg {
	margin-top: -18px;
	padding-top: 10px
}
.vlog-featured-3 .vlog-cover-bg, .vlog-site-content .vlog-featured-3 .vlog-featured-item {
	height: 250px
}
.vlog-bg {
	margin-bottom: 15px
}
.comment-form-author, .comment-form-email, .comment-form-url {
	width: 100%;
	padding: 0
}
.vlog-site-footer .widget-title {
	margin-bottom: 10px
}
#cancel-comment-reply-link, .comment-reply-link, .vlog-rm {
	margin-top: 8px
}
.vlog-module .lay-horizontal .entry-category {
	margin-top: 0
}
.vlog-share-single a i {
	margin-right: 0;
	width: 100%
}
.vlog-comments {
	padding: 18px 18px 0;
	margin-bottom: 36px
}
.vlog-author .vlog-rounded-photo {
	max-width: 100px;
	margin-bottom: 20px
}
.vlog-comments .children {
	margin: 0
}
.vlog-copyright, .vlog-site-footer .widget:first-child {
	margin-top: 24px
}
.comment .comment-respond {
	padding: 20px 0 0
}
.vlog-copyright {
	height: auto;
	padding: 20px 14px
}
.vlog-site-footer .vlog-copyright p {
	line-height: 18px
}
.vlog-comments .comment-content, .vlog-comments .reply {
	margin-left: 0
}
.vlog_posts_widget .vlog-lay-g:last-child, .vlog_posts_widget .vlog-lay-h:last-child {
	margin-bottom: 0
}
.vlog-featured-4 .owl-stage {
	padding: 24px 0
}
.vlog-fa-5-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%
}
.vlog-featured-5 .vlog-fa-5-wrapper .fa-item {
	width: 45.5%;
	height: auto
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 94%;
	margin: 3% 3% 0
}
.vlog-featured-5 {
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 2px
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(2), .vlog-fa-5-wrapper .fa-item:nth-of-type(3), .vlog-fa-5-wrapper .fa-item:nth-of-type(4), .vlog-fa-5-wrapper .fa-item:nth-of-type(5) {
	height: 150px;
	margin: 3% 3% 0 0
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(2) .fa-item-image, .vlog-fa-5-wrapper .fa-item:nth-of-type(3) .fa-item-image, .vlog-fa-5-wrapper .fa-item:nth-of-type(4) .fa-item-image, .vlog-fa-5-wrapper .fa-item:nth-of-type(5) .fa-item-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(2) .fa-item-image img, .vlog-fa-5-wrapper .fa-item:nth-of-type(3) .fa-item-image img, .vlog-fa-5-wrapper .fa-item:nth-of-type(4) .fa-item-image img, .vlog-fa-5-wrapper .fa-item:nth-of-type(5) .fa-item-image img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(2), .vlog-fa-5-wrapper .fa-item:nth-of-type(4) {
	margin-left: 3%
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) .fa-inner {
	bottom: 20px;
	left: 20px
}
.fa-item .vlog-format-label.large {
	top: 20px;
	left: 20px
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) .entry-title {
	font-size: 20px;
	line-height: 26px;
	padding-right: 20px
}
.vlog-fa-5-wrapper .fa-item .entry-title {
	font-size: 12px;
	line-height: 16px;
	padding-right: 10px
}
.vlog-featured-5 .vlog-fa-5-wrapper {
	height: auto;
	padding-bottom: 18px;
	max-width: 550px
}
.vlog-featured-4, .vlog-featured-5 {
	height: auto!important
}
.vlog-featured-4 .owl-item {
	opacity: .4;
	width: 330px!important
}
.vlog-featured-4 .owl-item.active.center {
	opacity: 1
}
.vlog-featured-4 .fa-item {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.vlog-featured-4 .fa-inner {
	margin: 20px
}
.vlog-featured-4 .fa-inner .h1 {
	font-size: 16px;
	line-height: 22px
}
.vlog-featured-info-2 .h1 {
	font-size: 22px;
	line-height: 26px
}
.vlog-featured-info-3 .h1 {
	font-size: 18px;
	line-height: 24px
}
.vlog-featured-info-2 .entry-header {
	max-width: 100%;
	margin: 0 auto
}
.vlog-featured-info-2 .entry-actions, .vlog-featured-info-2 .vlog-fa-item {
	width: 100%
}
.vlog-featured-info-2 .vlog-fa-item:last-child {
	margin-top: 15px
}
.vlog-format-inplay .vlog-pe-a.entry-actions {
	position: relative;
	top: 10px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	right: auto;
	margin: 0 auto;
	display: inline-block;
	float: none
}
.action-item, .vlog-featured .action-item, .vlog-featured-info-2 .action-item, .vlog-format-inplay .action-item {
	width: 90px;
	font-size: 10px
}
.vlog-single-content .action-item {
	padding: 10px 0
}
.vlog-featured-2 .vlog-featured-info-2 .entry-actions .action-item {
	padding: 0
}
.vlog-featured-info-2 {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	top: 270px;
	left: 0;
	width: 100%
}
.vlog-featured-2 .vlog-cover-bg img {
	height: 250px
}
.vlog-featured-2 .owl-next, .vlog-featured-2 .owl-prev, .vlog-featured-2 .vlog-format-action.large, .vlog-featured-3 .owl-next, .vlog-featured-3 .owl-prev {
	top: 130px
}
.vlog-featured-info-3 {
	width: 60%
}
.action-item i, .action-item.comments:before {
	font-size: 24px;
	margin-bottom: 3px
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px
}
.h1, h1 {
	font-size: 22px;
	line-height: 30px
}
.h2, h2 {
	font-size: 20px;
	line-height: 26px
}
.h3, .widget .vlog-lay-g .entry-title, h3 {
	font-size: 18px;
	line-height: 26px
}
.h4, .vlog-mod-title .h4, .vlog-mod-title h4, .vlog-no-sid .vlog-lay-f .h5, h4 {
	font-size: 16px;
	line-height: 22px
}
.h5, .vlog-lay-d .h5, .vlog-lay-f .entry-title, .vlog-lay-h .entry-title, .vlog-no-sid .vlog-lay-d .h5, h5 {
	font-size: 14px;
	line-height: 20px
}
.h6, .h7, .vlog-lay-g .h6, .vlog-no-sid .vlog-lay-g .h6, h6 {
	font-size: 13px;
	line-height: 19px
}
.vlog-lay-a .entry-title, .vlog-lay-e .entry-title, .vlog-no-sid .vlog-lay-e .entry-title {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 26px
}
blockquote {
	margin: 18px 0;
	padding: 5px 18px
}
.author .vlog-mod-desc, .entry-content-single, .vlog-author-box, .vlog-content .vlog-prev-next-nav {
	margin-bottom: 18px
}
.module-text {
	margin: 0
}
.vlog-bg {
	padding: 0
}
.vlog-site-footer .widget:last-child {
	margin-bottom: 0
}
.vlog-cover img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.vlog-pagination {
	margin-top: 0;
	margin-bottom: 36px
}
.widget .vlog-post .entry-image img {
	width: 100%
}
.gallery {
	margin: 0 -9px
}
.author .vlog-mod-desc, .single-format-image .vlog-single-entry-image, .vlog-author-box, .vlog-content .vlog-prev-next-nav, .vlog-mod-desc .vlog-search-form, .vlog-single-content .vlog-highlight {
	margin-bottom: 18px
}
.vlog-single-entry-image .vlog-cover {
	position: relative
}
.vlog-mod-desc .vlog-search-form {
	padding: 18px
}
.author .vlog-mod-desc {
	padding: 24px
}
.vlog-mod-desc img {
	clear: both
}
.vlog-mod-desc {
	margin-top: 8px
}
.entry-content-single ol, .entry-content-single ul, .mks_progress_bar, .vlog-page-title.entry-title, pre {
	margin-bottom: 10px
}
.mks_col, .mks_col .mks_one_half, .mks_col .mks_one_quarter, .mks_col .mks_one_third, .mks_col .mks_two_thirds {
	margin-bottom: 0
}
.entry-content-single input[type=submit].wpcf7-submit {
	margin-top: 0
}
.error404 .vlog-single-content .vlog-search-form {
	margin-bottom: 30px
}
.error404 .vlog-single-content .entry-image {
	margin-bottom: 20px
}
.dl-menuwrapper button.dl-trigger {
	top: -57px
}
.vlog-responsive-header .col-sm-5 {
	width: 41%
}
.vlog-responsive-header .col-sm-7 {
	width: 59%
}
.vlog-responsive-header .entry-title a {
	line-height: 20px
}
.vlog-featured-4 .owl-next, .vlog-featured-4 .owl-prev {
	width: 10%
}
.vlog-featured-4 .owl-next .fa {
	margin-right: -20px
}
.vlog-featured-4 .owl-prev .fa {
	margin-left: -20px
}
.vlog-featured-1 .vlog-cover img, .vlog-featured-2 .vlog-cover img {
	width: 100%
}
.vlog-featured-1 .vlog-prev-next-cover-nav {
	display: none
}
}

@media (max-width:520px) {
.vlog-pagination .next, .vlog-pagination .prev {
	font-size: 0;
	min-width: auto;
	text-align: center
}
.vlog-pagination .next:after, .vlog-pagination .prev:before, .vlog-pagination .vlog-next a:after, .vlog-pagination .vlog-prev a:before {
	margin: 0
}
.vlog-prev-next-cover-nav {
	display: none
}
.mks_tabs.vertical .mks_tabs_nav {
	width: 100%
}
.mks_tabs.vertical .mks_tab_nav_item.active {
	border-right: 1px solid;
	border-bottom: 1px solid #FFF
}
.mks_tabs.vertical .mks_tab_nav_item {
	width: auto;
	border-bottom: 1px solid;
	margin: 0 8px -1px 0;
	min-height: 39px
}
.mks_tabs.vertical {
	padding: 38px 0 0
}
.gridlove-footer .widget.mks_ads_widget {
	margin-left: 0;
	margin-right: 0
}
}

@media (max-width:450px) {
.action-item, .vlog-featured .action-item, .vlog-featured-info-2 .action-item, .vlog-format-inplay .action-item {
	width: 82px
}
.vlog-featured-1 .entry-header {
	max-width: 100%
}
.vlog-popup .vlog-popup-wrapper {
	max-width: 90%;
	margin: initial
}
.vlog-popup-wrapper, .vlog-responsive-header .vlog-menu-posts .vlog-lay-h {
	width: 100%
}
.vlog-featured-4 .owl-item, .vlog-featured-4 .owl-item.active.center {
	opacity: 1
}
.site-title a {
	font-size: 14px
}
}

@media (max-width:1600px) {
.vlog-featured-2 .vlog-prev-next-cover-nav .vlog-next-link:hover a, .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-prev-link:hover a {
	background: #000
}
.vlog-featured-2 .vlog-prev-next-cover-nav.vlog-prev-next-nav i {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	font-size: 32px;
	background: rgba(255,255,255,.3);
	padding: 5px 0;
	height: 45px;
	width: 45px;
	top: 0;
	text-align: center
}
.vlog-featured-2 .vlog-prev-next-cover-nav .vlog-pn-ico span {
	display: none
}
.vlog-featured-2 .vlog-prev-next-nav .vlog-pn-link {
	opacity: 0;
	visibility: hidden;
	background: rgba(255,255,255,.3);
	height: 45px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 6px 3px;
	font-size: 12px;
	line-height: 18px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none
}
.vlog-featured-2 .vlog-prev-next-nav .vlog-prev-link .vlog-pn-link {
	margin-left: 45px
}
.vlog-featured-2 .vlog-prev-next-nav .vlog-next-link .vlog-pn-link {
	margin-right: 45px
}
.vlog-featured-2 .vlog-prev-next-nav .vlog-next-link:hover .vlog-pn-link, .vlog-featured-2 .vlog-prev-next-nav .vlog-prev-link:hover .vlog-pn-link {
	opacity: 1;
	visibility: visible;
	display: block
}
.vlog-featured-2 .vlog-prev-next-cover-nav .vlog-prev-link {
	left: 0
}
.vlog-featured-2 .vlog-prev-next-cover-nav .vlog-next-link {
	right: 0
}
.vlog-featured-2 .vlog-prev-next-cover-nav .vlog-pn-ico {
	opacity: 1
}
.vlog-featured-2 .vlog-prev-next-cover-nav .vlog-next-link:hover a .vlog-pn-ico, .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-prev-link:hover a .vlog-pn-ico {
	color: #FFF
}
.vlog-featured-2 .vlog-prev-next-cover-nav .vlog-next-link a .vlog-pn-ico, .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-prev-link a .vlog-pn-ico {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}
.vlog-featured-2 .vlog-prev-next-cover-nav .vlog-next-link, .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-prev-link {
	width: 215px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-top: -22px
}
.vlog-featured-2 .vlog-prev-next-nav a i.fa-chevron-left:before {
	content: "\f104"
}
.vlog-featured-2 .vlog-prev-next-nav a i.fa-chevron-right:before {
	content: "\f105"
}
}

@media (max-width:1562px) {
.vlog-in-play .vlog-prev-next-cover-nav .vlog-next-link:hover a, .vlog-in-play .vlog-prev-next-cover-nav .vlog-prev-link:hover a {
	background: #000
}
.vlog-in-play .vlog-prev-next-cover-nav.vlog-prev-next-nav i {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	font-size: 32px;
	background: rgba(255,255,255,.3);
	padding: 5px 0;
	height: 45px;
	width: 45px;
	top: 0;
	text-align: center
}
.vlog-in-play .vlog-prev-next-cover-nav .vlog-pn-ico span {
	display: none
}
.vlog-in-play .vlog-prev-next-nav .vlog-pn-link {
	opacity: 0;
	visibility: hidden;
	background: rgba(255,255,255,.3);
	height: 45px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 6px 3px;
	font-size: 12px;
	line-height: 18px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none
}
.vlog-in-play .vlog-prev-next-nav .vlog-prev-link .vlog-pn-link {
	margin-left: 45px
}
.vlog-in-play .vlog-prev-next-nav .vlog-next-link .vlog-pn-link {
	margin-right: 45px
}
.vlog-in-play .vlog-prev-next-nav .vlog-next-link:hover .vlog-pn-link, .vlog-in-play .vlog-prev-next-nav .vlog-prev-link:hover .vlog-pn-link {
	opacity: 1;
	visibility: visible;
	display: block
}
.vlog-in-play .vlog-prev-next-cover-nav .vlog-prev-link {
	left: 0
}
.vlog-in-play .vlog-prev-next-cover-nav .vlog-next-link {
	right: 0
}
.vlog-in-play .vlog-prev-next-cover-nav .vlog-pn-ico {
	opacity: 1
}
.vlog-in-play .vlog-prev-next-cover-nav .vlog-next-link:hover a .vlog-pn-ico, .vlog-in-play .vlog-prev-next-cover-nav .vlog-prev-link:hover a .vlog-pn-ico {
	color: #FFF
}
.vlog-in-play .vlog-prev-next-cover-nav .vlog-next-link a .vlog-pn-ico, .vlog-in-play .vlog-prev-next-cover-nav .vlog-prev-link a .vlog-pn-ico {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}
.vlog-in-play .vlog-prev-next-cover-nav .vlog-next-link, .vlog-in-play .vlog-prev-next-cover-nav .vlog-prev-link {
	width: 215px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-top: -22px
}
.vlog-in-play .vlog-prev-next-nav a i.fa-chevron-left:before {
	content: "\f104"
}
.vlog-in-play .vlog-prev-next-nav a i.fa-chevron-right:before {
	content: "\f105"
}
}

@media (max-width:1240px) {
.vlog-popup-wrapper {
	max-width: 622px
}
}

@media (max-width:1240px) and (min-width:1125px) {
.vlog-cover-bg, .vlog-featured-2 .vlog-featured-item, .vlog-featured-3 .vlog-featured-item {
	height: 423px!important
}
.vlog-popup-wrapper {
	margin-bottom: 36px
}
}

@media (max-width:1125px) {
.vlog-popup-wrapper {
	max-width: 622px
}
.vlog-format-content {
	padding: 0;
	margin-bottom: 0
}
}

@media (max-width:990px) {
.vlog-popup-wrapper {
	max-width: 622px;
	width: auto
}
}

@media (max-width:770px) {
.vlog-popup-wrapper {
	max-width: 442px;
	width: auto
}
}

@media (max-width:440px) {
.vlog-format-content {
	padding: 10px 0
}
}

@media (max-width:375px) {
.vlog-featured-1 .vlog-cover-bg {
	height: 230px!important;
	margin: 0
}
}

@media (max-width:320px) {
.vlog-featured-1 .vlog-cover-bg {
	height: 200px!important;
	margin: 0
}
}

@media (max-width:310px) {
.vlog-featured-1 .vlog-cover-bg {
	height: 190px!important;
	margin: 0
}
}

@media screen and (max-width:600px) {
.module-posts, .module-series, .vlog-module {
	max-width: 100%
}
}
.dl-menuwrapper {
	width: 100%;
	max-width: 100%;
	z-index: 99999;
	float: left;
	position: absolute;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	height: 100%;
	top: 70px;
	left: 0
}
.dl-menuwrapper li a.vlog-menu-forward {
	position: absolute;
	right: 15px;
	top: 4px;
	background: rgba(17,17,17,.1);
	z-index: 99999;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	height: 32px;
	width: 32px;
	padding: 5px 10px;
	cursor: pointer
}
a.vlog-menu-forward:after {
	content: "\f0da"
}
.dl-menuwrapper:first-child {
	margin-right: 100px
}
.dl-menuwrapper button {
	width: 30px;
	font-size: 25px;
	display: block;
	padding: 0;
	position: absolute;
	left: 11px;
	top: -56px;
	color: #111;
	border: none;
	background: 0 0;
	cursor: pointer
}
.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.dl-menuwrapper li {
	position: relative
}
.dl-menuwrapper li a {
	display: block;
	width: 80%;
	position: relative;
	padding: 6px 20px;
	font-size: 13px;
	line-height: 26px;
	outline: 0;
	text-align: left
}
.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subview>a, .dl-menu.dl-subview li.dl-subviewopen>a, .dl-menuwrapper li .sub-menu {
	display: none
}
.dl-menuwrapper li.dl-back>a {
	padding-left: 30px;
	background: rgba(0,0,0,.1);
	width: 100%
}
.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,.3);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.dl-menuwrapper .dl-menu, .vlog-no-responsive-nav {
	margin: 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #FFF;
	text-align: left
}
.vlog-nav-toggle {
	pointer-events: auto
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.dl-menuwrapper .dl-menu.dl-menuopen, .vlog-res-open .dl-menu, .vlog-res-open .vlog-no-responsive-nav {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .sub-menu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen>.sub-menu, .dl-menu.dl-subview li.dl-subviewopen>.sub-menu>li, .no-js .dl-menuwrapper li .sub-menu {
	display: block
}
.dl-menu.dl-subview li.dl-subviewopen>.sub-menu, .dl-menuwrapper li .sub-menu, .dl-menuwrapper>.sub-menu {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	text-align: left;
	padding: 0
}
.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 .4s;
	animation: MenuAnimOut1 .4s
}
.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 .3s ease-in-out;
	animation: MenuAnimOut2 .3s ease-in-out
}
.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 .4s ease;
	animation: MenuAnimOut3 .4s ease
}
.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 .4s ease;
	animation: MenuAnimOut4 .4s ease
}
.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 .4s ease;
	animation: MenuAnimOut5 .4s ease
}
@-webkit-keyframes MenuAnimOut1 {
50% {
-webkit-transform:translateZ(-250px) rotateY(30deg)
}
75% {
-webkit-transform:translateZ(-372.5px) rotateY(15deg);
opacity:.5
}
100% {
-webkit-transform:translateZ(-500px) rotateY(0);
opacity:0
}
}
@-webkit-keyframes MenuAnimOut2 {
100% {
-webkit-transform:translateX(-100%);
opacity:0
}
}
@-webkit-keyframes MenuAnimOut3 {
100% {
-webkit-transform:translateZ(300px);
opacity:0
}
}
@-webkit-keyframes MenuAnimOut4 {
100% {
-webkit-transform:translateZ(-300px);
opacity:0
}
}
@-webkit-keyframes MenuAnimOut5 {
100% {
-webkit-transform:translateY(40%);
opacity:0
}
}
@keyframes MenuAnimOut1 {
50% {
-webkit-transform:translateZ(-250px) rotateY(30deg);
transform:translateZ(-250px) rotateY(30deg)
}
75% {
-webkit-transform:translateZ(-372.5px) rotateY(15deg);
transform:translateZ(-372.5px) rotateY(15deg);
opacity:.5
}
100% {
-webkit-transform:translateZ(-500px) rotateY(0);
transform:translateZ(-500px) rotateY(0);
opacity:0
}
}
@keyframes MenuAnimOut2 {
100% {
-webkit-transform:translateX(-100%);
transform:translateX(-100%);
opacity:0
}
}
@keyframes MenuAnimOut3 {
100% {
-webkit-transform:translateZ(300px);
transform:translateZ(300px);
opacity:0
}
}
@keyframes MenuAnimOut4 {
100% {
-webkit-transform:translateZ(-300px);
transform:translateZ(-300px);
opacity:0
}
}
@keyframes MenuAnimOut5 {
100% {
-webkit-transform:translateY(40%);
transform:translateY(40%);
opacity:0
}
}
.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 .3s;
	animation: MenuAnimIn1 .3s
}
.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 .3s ease-in-out;
	animation: MenuAnimIn2 .3s ease-in-out
}
.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 .4s ease;
	animation: MenuAnimIn3 .4s ease
}
.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 .4s ease;
	animation: MenuAnimIn4 .4s ease
}
.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 .4s ease;
	animation: MenuAnimIn5 .4s ease
}
@-webkit-keyframes MenuAnimIn1 {
0% {
-webkit-transform:translateZ(-500px) rotateY(0);
opacity:0
}
20% {
-webkit-transform:translateZ(-250px) rotateY(30deg);
opacity:.5
}
100% {
-webkit-transform:translateZ(0) rotateY(0);
opacity:1
}
}
@-webkit-keyframes MenuAnimIn2 {
0% {
-webkit-transform:translateX(-100%);
opacity:0
}
100% {
-webkit-transform:translateX(0);
opacity:1
}
}
@-webkit-keyframes MenuAnimIn3 {
0% {
-webkit-transform:translateZ(300px);
opacity:0
}
100% {
-webkit-transform:translateZ(0);
opacity:1
}
}
@-webkit-keyframes MenuAnimIn4 {
0% {
-webkit-transform:translateZ(-300px);
opacity:0
}
100% {
-webkit-transform:translateZ(0);
opacity:1
}
}
@-webkit-keyframes MenuAnimIn5 {
0% {
-webkit-transform:translateY(40%);
opacity:0
}
100% {
-webkit-transform:translateY(0);
opacity:1
}
}
@keyframes MenuAnimIn1 {
0% {
-webkit-transform:translateZ(-500px) rotateY(0);
transform:translateZ(-500px) rotateY(0);
opacity:0
}
20% {
-webkit-transform:translateZ(-250px) rotateY(30deg);
transform:translateZ(-250px) rotateY(30deg);
opacity:.5
}
100% {
-webkit-transform:translateZ(0) rotateY(0);
transform:translateZ(0) rotateY(0);
opacity:1
}
}
@keyframes MenuAnimIn2 {
0% {
-webkit-transform:translateX(-100%);
transform:translateX(-100%);
opacity:0
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0);
opacity:1
}
}
@keyframes MenuAnimIn3 {
0% {
-webkit-transform:translateZ(300px);
transform:translateZ(300px);
opacity:0
}
100% {
-webkit-transform:translateZ(0);
transform:translateZ(0);
opacity:1
}
}
@keyframes MenuAnimIn4 {
0% {
-webkit-transform:translateZ(-300px);
transform:translateZ(-300px);
opacity:0
}
100% {
-webkit-transform:translateZ(0);
transform:translateZ(0);
opacity:1
}
}
@keyframes MenuAnimIn5 {
0% {
-webkit-transform:translateY(40%);
transform:translateY(40%);
opacity:0
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0);
opacity:1
}
}
.dl-menuwrapper>.sub-menu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 .4s ease;
	animation: SubMenuAnimIn1 .4s ease
}
.dl-menuwrapper>.sub-menu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 .3s ease-in-out;
	animation: SubMenuAnimIn2 .3s ease-in-out
}
.dl-menuwrapper>.sub-menu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 .4s ease;
	animation: SubMenuAnimIn3 .4s ease
}
.dl-menuwrapper>.sub-menu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 .4s ease;
	animation: SubMenuAnimIn4 .4s ease
}
.dl-menuwrapper>.sub-menu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 .4s ease;
	animation: SubMenuAnimIn5 .4s ease
}
@-webkit-keyframes SubMenuAnimIn1 {
0% {
-webkit-transform:translateX(50%);
opacity:0
}
100% {
-webkit-transform:translateX(0);
opacity:1
}
}
@-webkit-keyframes SubMenuAnimIn2 {
0% {
-webkit-transform:translateX(100%);
opacity:0
}
100% {
-webkit-transform:translateX(0);
opacity:1
}
}
@-webkit-keyframes SubMenuAnimIn3 {
0% {
-webkit-transform:translateZ(-300px);
opacity:0
}
100% {
-webkit-transform:translateZ(0);
opacity:1
}
}
@-webkit-keyframes SubMenuAnimIn4 {
0% {
-webkit-transform:translateZ(300px);
opacity:0
}
100% {
-webkit-transform:translateZ(0);
opacity:1
}
}
@-webkit-keyframes SubMenuAnimIn5 {
0% {
-webkit-transform:translateZ(-200px);
opacity:0
}
100% {
-webkit-transform:translateZ(0);
opacity:1
}
}
@keyframes SubMenuAnimIn1 {
0% {
-webkit-transform:translateX(50%);
transform:translateX(50%);
opacity:0
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0);
opacity:1
}
}
@keyframes SubMenuAnimIn2 {
0% {
-webkit-transform:translateX(100%);
transform:translateX(100%);
opacity:0
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0);
opacity:1
}
}
@keyframes SubMenuAnimIn3 {
0% {
-webkit-transform:translateZ(-300px);
transform:translateZ(-300px);
opacity:0
}
100% {
-webkit-transform:translateZ(0);
transform:translateZ(0);
opacity:1
}
}
@keyframes SubMenuAnimIn4 {
0% {
-webkit-transform:translateZ(300px);
transform:translateZ(300px);
opacity:0
}
100% {
-webkit-transform:translateZ(0);
transform:translateZ(0);
opacity:1
}
}
@keyframes SubMenuAnimIn5 {
0% {
-webkit-transform:translateZ(-200px);
transform:translateZ(-200px);
opacity:0
}
100% {
-webkit-transform:translateZ(0);
transform:translateZ(0);
opacity:1
}
}
.dl-menuwrapper>.sub-menu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 .4s ease;
	animation: SubMenuAnimOut1 .4s ease
}
.dl-menuwrapper>.sub-menu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 .3s ease-in-out;
	animation: SubMenuAnimOut2 .3s ease-in-out
}
.dl-menuwrapper>.sub-menu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 .4s ease;
	animation: SubMenuAnimOut3 .4s ease
}
.dl-menuwrapper>.sub-menu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 .4s ease;
	animation: SubMenuAnimOut4 .4s ease
}
.dl-menuwrapper>.sub-menu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 .4s ease;
	animation: SubMenuAnimOut5 .4s ease
}
@-webkit-keyframes SubMenuAnimOut1 {
0% {
-webkit-transform:translateX(0);
opacity:1
}
100% {
-webkit-transform:translateX(50%);
opacity:0
}
}
@-webkit-keyframes SubMenuAnimOut2 {
0% {
-webkit-transform:translateX(0);
opacity:1
}
100% {
-webkit-transform:translateX(100%);
opacity:0
}
}
@-webkit-keyframes SubMenuAnimOut3 {
0% {
-webkit-transform:translateZ(0);
opacity:1
}
100% {
-webkit-transform:translateZ(-300px);
opacity:0
}
}
@-webkit-keyframes SubMenuAnimOut4 {
0% {
-webkit-transform:translateZ(0);
opacity:1
}
100% {
-webkit-transform:translateZ(300px);
opacity:0
}
}
@-webkit-keyframes SubMenuAnimOut5 {
0% {
-webkit-transform:translateZ(0);
opacity:1
}
100% {
-webkit-transform:translateZ(-200px);
opacity:0
}
}
@keyframes SubMenuAnimOut1 {
0% {
-webkit-transform:translateX(0);
transform:translateX(0);
opacity:1
}
100% {
-webkit-transform:translateX(50%);
transform:translateX(50%);
opacity:0
}
}
@keyframes SubMenuAnimOut2 {
0% {
-webkit-transform:translateX(0);
transform:translateX(0);
opacity:1
}
100% {
-webkit-transform:translateX(100%);
transform:translateX(100%);
opacity:0
}
}
@keyframes SubMenuAnimOut3 {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0);
opacity:1
}
100% {
-webkit-transform:translateZ(-300px);
transform:translateZ(-300px);
opacity:0
}
}
@keyframes SubMenuAnimOut4 {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0);
opacity:1
}
100% {
-webkit-transform:translateZ(300px);
transform:translateZ(300px);
opacity:0
}
}
@keyframes SubMenuAnimOut5 {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0);
opacity:1
}
100% {
-webkit-transform:translateZ(-200px);
transform:translateZ(-200px);
opacity:0
}
}
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.no-js .dl-menuwrapper li.dl-back {
	display: none
}
.no-js .dl-menuwrapper li>a:not(:only-child) {
	background: rgba(0,0,0,.1)
}
.no-js .dl-menuwrapper li>a:not(:only-child):after {
	content: ''
}
.demo-2 .dl-menuwrapper button {
	background: #e86814
}
.demo-2 .dl-menuwrapper button.dl-active, .demo-2 .dl-menuwrapper button:hover, .demo-2 .dl-menuwrapper ul {
	background: #D35400
}
