/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.vbox-overlay * { 
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.vbox-overlay{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    -webkit-transform:translateZ(1000px);
    transform: translateZ(1000px);
    transform-style: preserve-3d;
}

/* ----- navigation ----- */
.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 40px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 1050;
}
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position:10px center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 1050;
}
.vbox-num{
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    display: block;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    display: none;
    z-index: 1050;
}
/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev{
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 1050;
}
.vbox-next span, .vbox-prev span{
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}
.vbox-prev{
    left: 15px;
}
.vbox-next{
    right: 15px;
}
.vbox-prev span{
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.vbox-next span{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    height: 70vh;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    overflow: auto;
    text-align: left;
}
/* ------- Video & iFrames window ------ */
.venoframe{
    max-width: 100%;
    width: 100%;
    border: none;
    width: 100%;
    height: 260px;
    height: 70vh;
}
.venoframe.vbvid{
    height: 260px;
}
@media (min-width: 768px) {
    .venoframe, .vbox-inline{
        width: 90%;
        height: 360px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 640px;
        height: 360px;
    }
}
@media (min-width: 992px) {
    .venoframe, .vbox-inline{
        max-width: 1200px;
        width: 80%;
        height: 540px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 960px;
        height: 540px;
    }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open{
    overflow: hidden;
}
.vbox-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;

}

.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.figlio{
    box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    max-width: 100%;
    text-align: initial;
}
img.figlio{
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.vbox-content.swipe-left{
    margin-left: -200px !important;
}
.vbox-content.swipe-right{
    margin-left: 200px !important;
}
.animated{
    webkit-transition: margin 300ms ease-out;
    transition: margin 300ms ease-out;
}
.animate-in{
    opacity: 1;
}
.animate-out{
    opacity: 0;
}
/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-child,.sk-spinner-pulse,.sk-three-bounce .sk-child{background-color:#333;border-radius:100%}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-chasing-dots,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.sk-spinner-pulse{-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-chasing-dots{position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s infinite linear;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;-webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:80px;text-align:center}.sk-three-bounce .sk-child{width:20px;height:20px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{display:block;border-radius:100%;content:'';background-color:#333}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0ms;animation-delay:0ms}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-fading-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:40px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}


.scroll-panel .btn{
padding:12px 24px;
text-decoration:none;
}
/****** Main ********/

.scroll-panel {
	color:white;	
	font-family: 'Lato', sans-serif;
}
.scroll-panel h1 {
	

}
.scroll-panel h2 {
	
}
p {
	font-size:1.2rem;
	font-weight:300;
}
strong{
	font-weight:700;
}


.vertical-center {
	
	width:100%;
	position: absolute;
	top: 47%;
	transform: translateY(-47%);
}
.vertical-center p {
	margin-top:23px;
}
@media (max-width:900px)
{
	.vertical-center {
		text-align:center;
		width:auto;
		position: absolute;
		top: 47%;
		transform: translateY(-47%);
	}	
}
.inner {
	position: relative;
	height:100%;
	width:auto;
	margin:0 auto;
	padding:140px 120px 40px 160px;
	box-sizing:border-box;
	overflow-x:hidden;
}

@media (max-width:1024px) {

	
}

@media (max-width:768px) {
	
	.inner {
		padding:90px 20px 40px 20px;
	}
}

.panel1 {
	background:#404040;	
}
.panel2 {
	background:#0b2942;	
}
.panel3 {
	background:#161616;
}
.panel4 {
	background:#ccc;
}
.code {
	background:rgba(0,0,0,0.2);
}

.fixed-content
{
	position:fixed;
	left:0;
	top:0;
	height:100%;
	z-index:5;
}

.logo-bar
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100px;
	background:#fff;
	background:rgba(255,255,255,.7);
	display:block;
	z-index:5;
	padding-left:90px;
}



.logo-bar img{
	height:80px;
	width:auto;
	margin:5px 0 0 0;
}
.top-cta
{
	position:absolute;
	top:50%;
	right:20px;
	display:block;
	z-index:1;	
	margin:-29px 0 0 0;
}
.top-cta .btn
{
	background:#FF8400;
	color:#fff;
	border-color:#FF8400;
	font-size:1.4rem;
	text-transform:uppercase;
	padding:10px 40px;
}
.top-cta .btn:hover
{
	background:#000;
	color:#fff;
	border-color:#fff;
}
@media (max-width:768px) {
	.logo-bar
	{
		padding-left:10px;
		height:80px;
	}
	
	.logo-bar img{
		height:auto;
		width:47%;
		max-width:200px;
		margin:5px 0 0 0;
	}
	.top-cta
	{
		width:47%;
		right:10px;
		top:50%;
		margin:-30px 0 0 0;
		height:60px;
		
	}
	.top-cta a.btn
	{
		width:100%;
		height:100%;
		font-size:1rem;
		line-height:60px;
		display:block;
		vertical-align:initial;
		padding:0;
	}
}

@media (max-width:400px) {

	.top-cta a.btn
	{
		width:100%;
		height:100%;
		font-size:.8rem;
		line-height:60px;
		display:block;
		vertical-align:initial;
		padding:0;
	}
}

.footer-bar{
	position:fixed;
	left:0;
	bottom:0;
	background:#000;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	z-index:10;
	color:#fff;
	font-size:.8rem;
	opacity:.9;
}
.footer-bar img{
	padding:0 20px 0 0;
}
@media(max-width:900px)
{
	.footer-bar{
		position:relative;
		left:initial;
		bottom:initial;
		z-index:1;
		padding-bottom:70px;
	}
}

.social-bar{
	position:fixed;
	right:10px;
	bottom:50px;
	padding:10px;
	width:auto;
	box-sizing:border-box;
	z-index:11;
}
.social-bar .social-item{
	margin:10px 0;
}

@media(max-width:768px)
{
	.social-bar{
		position:fixed;
		right:0px;
		bottom:60px;
		padding:5px;
		width:auto;
		box-sizing:border-box;
		z-index:11;
	}
	.social-bar .social-item{
		margin:5px;
		width:32px;
		height:32px;
		display:inline
	}
	.social-bar .social-item img{
	
		width:32px;
		height:32px;
	}
}

.sidebar-nav
{
	width:80px;
	background:#1e1e1e;
	height:100%;
	position:fixed;
}

.sidebar-nav ul
{
		margin:10px 0;
		padding:0;
		
}
.sidebar-nav ul li
{
	display:block;
	width:100%;
	padding:10px 0;
	margin:0;
}
.sidebar-nav ul li a
{
	color:#fff;
	text-transform:uppercase;
	font-size:.9rem;
	text-align:center;
	display:block;
	width:100%;
}
.sidebar-nav ul li a span
{
	
}
.sidebar-nav ul li a img
{
	display:block;
	margin:5px auto;
	width:32px;
	height:32px;
	border:none;
	
}
@media (max-width:768px) {
	
	.sidebar-nav
	{
		width:100%;
		background:#1e1e1e;
		height:60px;
		position:fixed; 
		bottom:0;
	}
	.sidebar-nav ul
	{
			margin:0;
	}
	.sidebar-nav ul li
	{
		display:inline-block;
		width:15.6%;
		padding:10px;
		box-sizing:border-box;
	}
	.sidebar-nav ul li a
	{
		color:#fff;
		text-transform:uppercase;
		font-size:.9rem;
		text-align:center;
		display:block;
		width:100%;
	}
	.sidebar-nav ul li a span
	{
		
	}
	.sidebar-nav ul li a img
	{
		display:block;
		margin:5px auto;
		width:32px;
		height:32px;
		border:none;
		
	}

}

.section-nav
{
	height:auto;
	width:100%;
	margin:0;
	
}



.panel-group {
	padding-top:50px;
}
.panel-group .panel-body p {
	font-size:1.8em;

	line-height:1.3;
}
.panel-group .panel-body {
	padding-top:50px;
	padding-bottom:50px;

	
}

.vertical-center p.cta {
	margin-top:5px;
}
.vertical-center a:link,
.vertical-center a:visited {
	color:white;
	text-decoration:none;
}
.vertical-center a:hover {
	text-decoration: underline;
}
.arrow {
	position: relative;
	padding-right:15px;
}

.arrow:before,
.arrow:after {
	content:'';
	position: absolute;
	right:0;
	top:7px;

	width:2px;
	height:12px;
	background: white;
}
.arrow:before {
	transform: rotate(45deg);
	top:15px;
}
.arrow:after {
	transform: rotate(-45deg);

}
.scroll-panel .panel {
	background-color:rgba(0,0,0,0.1);
}

/************HOME*****************/
.loading-splash
{
	background:#222;
	display:block;
	position:fixed;
	top:50%;
	left:50%;
	width:3000px;
	height:3000px;
	margin:-1500px 0 0 -1500px;
	border-radius:50%;
	z-index:100;
}
.loading-splash img
{
	position:absolute;
	top:50%;
	left:50%;
	width:417px;
	height:125px;
	margin:-63px 0 0 -209px;
	background:#111;
}
@media (max-width:768px)
{
	.loading-splash
	{
		background:#222;
		display:block;
		position:fixed;
		top:50%;
		left:50%;
		width:2000px;
		height:2000px;
		margin:-1000px 0 0 -1000px;
		border-radius:50%;
		z-index:100;
	}
	.loading-splash img
	{
		position:absolute;
		top:50%;
		left:50%;
		width:254px;
		height:76px;
		margin:-38px 0 0 -127px;
		background:#111;
	}
}
p em{
	font-style:italic;
	font-weight:700;
}

.home {
	background:#111;
text-align:left;	
}
.home .vertical-center 
{
	text-align:left;
}
.home h1
{
	color:#83acc6;
	font-size:3rem;
}

.btn.home-contact
{

	font-weight:300;
	text-transform:uppercase;
	padding:12px 24px;
}

.btn.home-contact:hover{
	text-decoration:none;
}

.home h3{
	margin:20px 0 5px 0;
}
.home h4{
	text-transform:uppercase;
	font-size:2rem;
	font-weight:300;
	margin:20px 0;
}
@media (max-width:450px)
{
	.home h1
{
	color:#83acc6;
	font-size:2rem;
}
.home h4{
	text-transform:uppercase;
	font-size:1.2rem;
	font-weight:300;
	margin:20px 0;
}
.home h3
{
	font-size:1.2rem;
}
}
/*****WCW BOOK PAge************/
.wcw-book-image
{
	margin:20px auto;
	display:block;
	
}
.wcw h3{
	font-family: Oswald;
    text-transform: uppercase;
	font-size:3.6rem;
}
.btn.wcw-btn{
	white-space: normal;
word-wrap: break-word;
}

.wcw-book-image
{
	width:100%;
	margin:20px auto;
max-width:400px;	
	
}
	.wcw-book-image-wrap
	{
		position:relative;
		width:100%;
		margin:20px auto;
	}
	.wcw-book-image-wrap .btn-play{
		position:absolute;
		z-index:10;
		width:100px;
		height:100px;
		bottom:0;
		left:45%;
		margin:0px 0 0 -50px;
	}
.play-btn {
  width: 100px;
  height: 100px;
  background: radial-gradient( rgba(0, 207, 252, 0.8) 60%, rgba(255, 255, 255, 1) 62%);
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 0px auto;
  box-shadow: 0px 0px 25px 3px rgba(0, 207, 252, 0.8);
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 10;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -30%;
  left: -30%;
  background: rgba(198, 16, 0, 0);
  box-sizing:content-box;
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}
.buy-logos{
	margin:20px 0;
	clear:both;
	overflow:hidden;
}
.buy-logo{
	width:131px;
	height:70px;
	border:solid 1px #333;

	display:block;	
	background-color: #2f3b3a;
	float:left;	
	margin-right:20px;
}
.buy-logo img{
	display:block;
	width:131px;
	height:70px;
	margin:auto;
		padding:7px;
}
@media (max-width:768px)
{
	.buy-logos:before{
		
		clear:both;
	}
	.buy-logos{
		margin:20px 0;
		clear:both;
	}
	.buy-logo{
		width:40%;
		height:auto;
		border:none;
		display:block;	
		background-color: #2f3b3a;
		float:left;	
		margin:20px 5%;
	}
	.buy-logo img{
		display:block;
		width:100%;
		height:auto;
		margin:auto;
		padding:7px;
	}
}
/********** Video Page **********/
.youtube-list{
	list-style-type: none;
     display: flex;
	 flex-wrap: wrap;
}
.youtube-list:after {
  content: "";
  display: table;
  clear: both;
  
}
.youtube-list li{
	display: inline-block;
	flex: 1 0 25%;
	box-sizing: border-box;
	position:relative;
	padding:20px 40px 20px 0px;
}
.youtube-list li a{
	
}
.youtube-list li a:hover
{
	text-decoration:none;
}
.youtube-list li a h3{
	color:#fff;
	text-decoration:none;
	font-size:1.4rem;
	text-align:left;
	font-weight:300;
	margin: 7px 0 5px 0;
}
.youtube-list li a .date{
	color:#fff;
	text-decoration:none;
	font-size:1rem;
	text-align:left;
	font-weight:600;
}
.youtube-list li a .video-thumb-wrap
{
	position:relative;
}
.youtube-list li a img.video-thumb{
	width:100%;
	height:auto;
}
.youtube-list li a .video-play-btn
{
	position:absolute;
	top:50%;
	left:50%;
	margin:-64px 0 0 -64px;
	z-index:2;
	opacity:.4;
}
.youtube-list li a:hover .video-play-btn{
	transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
	opacity:.9;
}

@media (max-width:1200px) {
.youtube-list li{
	
	flex: 1 0 50%;
	padding:20px 20px 20px 0px;
}
	
}

@media (max-width:800px) {
.youtube-list li{
	
	flex: 1 0 50%;
	padding:10px;
}
	.youtube-list li a .video-play-btn
	{
		
		margin:-40px 0 0 -40px;
		width:80px;
		height:80px;
	}
}

/******POdcast page****/

.podcast-header-image
{
	width:75%;
	height:auto;
	margin-bottom:20px;
}

.podcast-list{
	list-style-type: none;
     display: flex;
	 flex-wrap: wrap;
}
.podcast-list:after {
  content: "";
  display: table;
  clear: both;
  
}
.podcast-list li{
	display: inline-block;
	flex: 1 0 25%;
	box-sizing: border-box;
	position:relative;
	padding:20px 20px 80px 0px;
	position:relative;
}
.podcast-list li a{
	
}
.podcast-list li a:hover
{
	text-decoration:none;
}
.podcast-list li a h3{
	color:#fff;
	text-decoration:none;
	font-size:1.4rem;
	text-align:left;
	font-weight:300;
	margin: 7px 0 5px 0;
	
	color:#fed716
}
.podcast-list li a h3:hover
{
	text-decoration:underline;
}
.podcast-list li a .podcast-description
{
	font-size:1rem;
	line-height:1.6rem;
}

.podcast-list li audio
{
	position:absolute;
	bottom:0;
	left:0;
}

@media (max-width:1200px) {
.podcast-list li{
	
	flex: 1 0 50%;
}
	
}

@media (max-width:800px) {
.podcast-list li{
	
	flex: 1 0 100%;
}
	
}

a.btn-podcast
{
	color:#000;
	background:#fed716;
	border-color:#fed716;
	margin:40px 0;
	display:block;
	max-width:400px;
}

/*********ABout PAge************/

.about img{
	margin:20px auto;
	display:block;
}
.bill-image{
	width:100%;
	height:auto;
}
/************Contact PAge************/
.contact
{
	color:#333;
	
}
.contact-form
{
	background:#b6b6b6;
	padding:20px;
	border-radius:5px;
	position:relative;
}
.contact-form-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#222;
	background:rgba(0,0,0,.75);
	z-index:2;
	border-radius:5px;
	color:#fff;
	display:none;
}
.contact-form-overlay .fas{
	position:absolute;
	left:50%;
	top:50%;
	margin:-50px 0 0 -50px;
	font-size:100px;
	width:100px;
	height:100px;
	text-align:center; 
	}
.contact-form form
{
	position:relative;
	z-index:1
}
.contact-form-overlay .success
{
	text-align:center;
	position:absolute;
	top:25%;
	left:0;
	width:100%;
	display:none;
}
.play-speaker-reel
{
	width:100%;
	position:relative;
	margin:0 0 20px 0;
}
.play-speaker-reel h3{
	text-align:left;
	position:absolute;
	width:100%;
	color:#fff;
	background:#000;
	background:rgba(0,0,0,.6);
	bottom:0;
	padding:20px;	
	margin:0;
	text-transform:uppercase;
	font-size:1.6rem;
}
.play-speaker-reel img{
	width:100%;
		
	margin:auto;
	display:block;
}
.play-speaker-reel .play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient( rgba(0, 0, 0, 0.8) 60%, rgba(255, 255, 255, 1) 62%);
    border-radius: 50%;
    position: absolute;
    display: block;
    margin: 0px auto;
    box-shadow: 0px 0px 25px 3px rgba(0, 0, 0, 0.8);
	top:50%;
	left:50%;
	margin:-50px 0 0 -50px;
}
@media (max-width:992px)
{
	.play-speaker-reel h3{
		
		bottom:initial;
		top:0;
		font-size:1.2rem;
	}
	
}
@media (max-width:450px)
{
	.play-speaker-reel .play-btn {
		width: 60px;
		height: 60px;
		
		margin:-30px 0 0 -30px;
	}
	.play-btn:before {		
		top: -33%;
		left: -33%;
	}
	
}


.client-logos
{
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
}
.client-logo{
	width:31.3333333%;
	padding:1%;
	margin:auto;
}
.client-logo img{
	width:100%;
	height:auto;
}