@charset "UTF-8";
.text-left{
text-align:left;
}
.text-center{
text-align:center;
}
.text-right{
text-align:right;
}
object#svg_main_logo {
margin: 0px;
}
.animate-general{
opacity:0;
}
.vc_row[data-vc-full-width] {
overflow: visible !important;
}
.floating,.hover_floating,.tossing,.hover_tossing,.pulse,.hover_pulse{
animation-duration: 1.5s;	
-webkit-animation-duration: 1.5s;
}
.floating,.hover_floating:hover{
animation-name: content_effect_floating;
-webkit-animation-name: content_effect_floating;
animation-duration: 2.2s;	
-webkit-animation-duration: 2.2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
.tossing,.hover_tossing:hover{
animation-name: content_effect_tossing;
-webkit-animation-name: content_effect_tossing;	
animation-duration: 2.2s;	
-webkit-animation-duration: 2.2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
.pulse,.hover_pulse:hover{
animation-name: content_effect_pulse;
-webkit-animation-name: content_effect_pulse;
animation-duration: 2.2s;	
-webkit-animation-duration: 2.2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
} .pt_plus_animated_svg .svg_inner_block {
position: relative;
display: inline-flex;
}
.pt_plus_animated_svg object {
max-width: 100%;
width: 100%;
}
.pt_plus_row_bg_animated_svg .svg_inner_block {
position: absolute;
}
.pt_plus_animated_svg object {
min-height: 100%;
}  ul.pt_plus_countdown.rounded li span {
padding-bottom: 10px;
}
ul.pt_plus_countdown.simple li{
-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius:0px;
}
ul.pt_plus_countdown.rounded li{
-moz-border-radius:16px;
-webkit-border-radius:16px;
border-radius: 16px;
}
ul.pt_plus_countdown {
list-style: none;
margin: 20px 0;
padding: 0;
display: block;
text-align: center;
}
ul.pt_plus_countdown li {
border: 4px solid #736E6E;
padding: 5px 17px;
margin:0px 10px
}
ul.pt_plus_countdown li { display: inline-block; }
ul.pt_plus_countdown li span {
font-weight: 300;
line-height: 80px;
padding: 0 13px;
padding-bottom: 10px;
border-bottom: 2px solid;
display: block;
}
ul.pt_plus_countdown li h6 {
font-size: 14px;
text-transform: uppercase;
padding-top: 10px;
font-weight: 600;
}  .ts-icon-cunter.service-icon-style_4 .counter-number, .ts-icon-cunter.service-icon-style_3 .counter-number {
text-align: left !important;
}
hr.hr-border {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.service-media {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.service-content {
-webkit-flex: 1 1 0%;
-ms-flex: 1 1 0%;
flex: 1 1 0%;
}
.m-r-16{
margin-right:16px; 
}
.m-l-16{
margin-left:16px; 
}
.service-title{
font-size: 18px;
margin-bottom: .5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
}
.service-desc {
margin-top: 0;
}
.service-desc p{
margin: 0;
}
.vertical-center {
align-items: center;
}
.service-border {
border-style: solid;
margin-top: 10px;
margin-bottom: 5px;
}
.text-right .service-border {
text-align: right;
display: inline-block;
}
.text-center .service-border {
text-align: center;
margin: 10px auto;
}
.service-icon-small {
width: 46px;
height: 46px;
display: inline-block;
line-height: 46px !important;
text-align: center;
font-size: 18px !important;
}
.service-icon-medium {
width: 74px;
height: 74px;
display: inline-block;
line-height: 72px !important;
text-align: center;
font-size: 30px !important;
}
.service-icon-large {
width: 148px;
height: 148px;
display: inline-block;
line-height: 146px !important; 
text-align: center;
font-size: 65px !important;
}
.icon-squre{
border: 1px solid;
}
.icon-rounded{
border: 1px solid;
-moz-border-radius:50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.origin-center {
-webkit-transform-origin: center;
-ms-transform-origin: center;
-moz-transform-origin: center;
-o-transform-origin: center;
transform-origin: center;
}
.no-backface {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.ts-icon-img {
margin-bottom: 10px;
}
.full-width{
width: 100%;
position: relative;
}
.flip-back, .flip-front{    
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: table;
}
.flip-back .vertical-center , .flip-front .vertical-center {
display: table-cell;
vertical-align: middle;
}
.flip-horizontal :hover .flip-front {
-webkit-transform: rotateY(-180deg);
-ms-transform:rotateY(-180deg);
-moz-transform:rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.flip-horizontal :hover .flip-back {
-webkit-transform: rotateY(0);
-ms-transform: rotateY(0);
-moz-transform: rotateY(0);
-o-transform:  rotateY(0);
transform: rotateY(0);
}
.flip-horizontal .flip-back {
-webkit-transform: rotateY(180deg);
-ms-transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.bezier-flip{
-webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
-moz-transition:  all .5s cubic-bezier(.645,.045,.355,1);
-o-transition: all .5s cubic-bezier(.645,.045,.355,1);
-ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.padding-flip {
padding: 30px 40px;
}
.ts-icon-cunter .icon-counte-inner{
-webkit-transition:0.5s;
-moz-transition:0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
position: relative;
margin: 15px 0;
}
.ts-icon-cunter.service-icon-style_4 .counter-number .theserivce-milestone-number {
display: block;
position: relative;
} .origin-center {
-webkit-transform-origin: center;
-ms-transform-origin: center;
-moz-transform-origin: center;
-o-transform-origin: center;
transform-origin: center;
}
.no-backface {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.numtext-left{
text-align: left;
}
.numtext-center{
text-align: center;
}
.numtext-right{
text-align: right;
}
.icon-right {
text-align: right;
}
.icon-left{
float: left;
}
.icon-center{
margin: 0 auto;
}
.ts-icon-cunter .text-center {
text-align: center;
}
.ts-icon{
display: block;
position: relative;
-o-transition: all 1.3s;
-webkit-transition: all 1.3s;
-moz-transition: all 1.3s;
-ms-transition: all 1.3s;
transition: all 1.3s;
}
.counter-number{
-o-transition: all 1.3s;
-webkit-transition: all 1.3s;
-moz-transition: all 1.3s;
-ms-transition: all 1.3s;
transition: all 1.3s;
margin-bottom: 15px;
line-height:1;
margin-top: 0;
margin-bottom:0px;
}
.icon-img-b{
line-height:1;
margin-bottom: 15px;
}
.service-media .icon-img-b {
margin-right: 15px;
}
.border-pd {
border: 2px solid;
}
.subject-color{
-o-transition: all 1.3s;
-webkit-transition: all 1.3s;
-ms-transition: all 1.3s;
-moz-transition: all 1.3s;
transition: all 1.3s;
margin-bottom: 20px;
line-height:1;
}
.sub-subject-color {
margin-bottom: 20px;
line-height:1;
}
.ts-icon-1{
display: block ;
vertical-align: middle;
text-align: center;
overflow:hidden;
}
.ts-icon-cunter {
margin: 10px 0;
}
.pad-0{
padding:0;
}
.pad-5{
padding: 5px;
}
.pad-30{
padding: 30px;
padding-bottom:10px;
}
.border-icon {
display: block;
position: relative;
padding: 30px;
padding-bottom:10px;
}
.ts-icon-cunter .text-left .hr-border {
float: left;
display: block;
position: relative;
clear: both;
}
.ts-icon-cunter .text-right .hr-border {
float: right;
clear: both;
}
.service-icon-style_1 .icn-txt {
display: block;
position: relative;
width: 100%;
overflow: hidden;
}
.icon-right .ts-icon-1 {
text-align: right;
} .service-icon-style_2 .icn-content {
padding: 20px ;
display: block;
position: relative;
background: #F9B701;
}
.service-icon-style_2 .icn-header {
display: block;
position: relative;
padding: 20px;
}
.service-icon-style_2 .ts-icon-cunter ,.service-icon-style_2 .subject-color{
margin-bottom: 0;
} .service-icon-style_3 .pt_plus_animated_svg,.service-icon-style_4 .pt_plus_animated_svg {
width: auto;
margin-right: 15px;
}
.ts-icon-cunter .slick-nav.style-4.bottom-center,.ts-icon-cunter .slick-nav.style-5.bottom-center{
left: 50%;
right: 17px;
bottom: -80px;
top: auto;
}
@keyframes spin {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toRightFromLeft {
49% {
-moz-transform: translate(100%);
}
50% {
opacity: 0;
-moz-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
transform: translate(100%);
}
50% {
opacity: 0;
transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes toLeftFromRight {
49% {
-webkit-transform: translate(-100%);
}
50% {
opacity: 0;
-webkit-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toLeftFromRight {
49% {
-moz-transform: translate(-100%);
}
50% {
opacity: 0;
-moz-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@keyframes toLeftFromRight {
49% {
transform: translate(-100%);
}
50% {
opacity: 0;
transform: translate(100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toTopFromBottom {
49% {
-moz-transform: translateY(-100%);
}
50% {
opacity: 0;
-moz-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
transform: translateY(-100%);
}
50% {
opacity: 0;
transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes toBottomFromTop {
49% {
-webkit-transform: translateY(100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toBottomFromTop {
49% {
-moz-transform: translateY(100%);
}
50% {
opacity: 0;
-moz-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toBottomFromTop {
49% {
transform: translateY(100%);
}
50% {
opacity: 0;
transform: translateY(-100%);
}
51% {
opacity: 1;
}
}  .pricing_table {
display: block;
position: relative;
overflow: hidden;
transition: 0.7s;
width: 100%;
}
.pricing_table .pt_plus_button.button-style-6 .button-link-wrap {
left: 0;
}
.pricing_table .ts-button .button-style-12 .button-link-wrap{
position: relative;
z-index: 2;
}
.pricing_table .ts-button .button-style-13 .button-link-wrap{
position: relative;
z-index: 2;
}
.pricing_table .ts-button .button-style-16 .button-link-wrap{
position: relative;
z-index: 2;
}
.pricing_table .ts-button .button-style-15 .button-link-wrap{
position: relative;
z-index: 2;
}
.pricing_table .ts-button .button-style-19 .button-link-wrap{
position: relative;
z-index: 2;
}
.pricing_table .ts-button .button-style-20 .button-link-wrap{
position: relative;
z-index: 2;
}
.pricing_table .ts-button .button-style-21 .button-link-wrap{
position: relative;
z-index: 2;
}
.pricing_table.bg-img {
-webkit-background-size: cover;
-moz-background-size: cover; 
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.pricing_table .pricing_table-title,.pricing_table .pricing_table-sub_title {
padding: 10px 0;
}
.pricing_table-top {
-webkit-background-size: cover;
-moz-background-size: cover; 
-o-background-size: cover;
background-size: cover;
background-position: center;
}
.pricing_table-top {
display: block;
position: relative;
padding: 30px 0;
transition: 0.7s;
}
.pricing_table-middle {
display: block;
position: relative;
padding: 20px 0;
padding-top: 0;
transition: 0.7s;
}
.pricing_table-bottom {
display: block;
position: relative;
padding: 0 0 30px 0;
}
.price-counter.counter-number {
padding: 20px 0;
margin: 0;
}
.pricing-btn {
display: inline-block;
position: relative;
background: #d6d6d6;
padding: 10px 30px;
}
.pricing_table-middle .pricing-content .pricing_table-classic {
list-style-type: none;
}
.pricing_table .pricing-content {
margin: 0;
padding: 0;
display: block;
position: relative;
padding-top: 20px;
}
.pricing-content.ul-pd-20 {
padding-top: 20px;
}
.pricing_table .pricing_table-classic {
padding: 5px;
}
.pricing_table.border-price {
border-style: solid;
}
.pricing_table .postfix-top,.pricing_table .prifix-top{
vertical-align: top;
}
.pricing_table .postfix-bottom,.pricing_table .prifix-bottom{
vertical-align: bottom;
}
.pricing_table .postfix-middle,.pricing_table .prifix-middle{
vertical-align: middle;
}
.pricing_table .pricing_table-top.border-bottom {
border-bottom: 2px solid;
}
.pricing-btn.show-hover-btn {
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -webkit-transform 0.3s, opacity 0.3s;
-o-transition:-webkit-transform 0.3s, opacity 0.3s;
-ms-transition:-webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translate3d(0, -15px, 0);
-ms-transform: translate3d(0, -15px, 0);
-moz-transform: translate3d(0, -15px, 0);
-o-transform:  translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
opacity: 0;
}
.pricing-large .pricing_table {
padding: 40px 0;
margin-top: -40px;
}
.pricing-medium .pricing_table {
padding: 20px 0;
margin-top: -20px;
}
.pricing_table:hover .pricing-btn.show-hover-btn {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform:  translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.pricing_table-middle .pricing-content .pricing_table-classic {
list-style-type: none;
padding: 13px;
list-style: none;
text-align: center;
transition: 0.7s;
} .pt-plus-button-wrapper{
position:relative;
display: block;
}
.ts-button.content_hover_effect {
position: relative;
display: inline-block;
width:auto;
}
.pt_plus_button {
position: relative;
display: inline-block;
width: auto;	
}
.pt_plus_button.full-button {
width: 100%;
text-align: center;
}
.ts-button.content_hover_effect.full-button {
width: 100%;
}
.pt_plus_button.full-button a.button-link-wrap {
display: block;
width: 100%;
text-align: center;
}
a.button-link-wrap:hover {
text-decoration: blink;
}
.pt_plus_button.trnasition_hover{
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}
.pt_plus_button.trnasition_hover:hover{
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
-o-transform: translateY(-3px);
transform: translateY(-3px);
}
.pt_plus_button .button-link-wrap i {
padding-left: 5px;
padding-right: 5px;
}
.pt_plus_button .button-link-wrap {
position: relative;
display: inline-block;
padding: 15px 30px;
font-size: 16px;
line-height: 25px;
letter-spacing: 1px;
cursor: pointer;
color: #000;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}
.pt_plus_button .button-link-wrap:hover .button_line{
-webkit-animation: mymove 1s; 
-webkit-animation-iteration-count: 1;
animation: mymove 1s;
animation-iteration-count: 1;
}
.pt_plus_button .button-link-wrap .button_line {
position: absolute;
background: #000;
width: 100%;
height: 1px;
bottom: 0;
left: 0%;
pointer-events: none;
z-index: 11;
display: inline-block;
}
@-webkit-keyframes mymove {
0% { left: 0%;width:100%;}
45% {left: 100%;width:0%}
55% {left: 0%;width:0%}
100% {left:0%;width:100%}
}
@keyframes mymove {
0% { left: 0%;width:100%;}
45% {left: 100%;width:0%}
55% {left: 0%;width:0%}
100% {left:0%;width:100%}
}  .button-link-wrap i.button-before {
margin-right:10px;
}
.button-link-wrap i.button-after {
margin-left:10px;
}
.pt_plus_button.button-style-2 .button-link-wrap i {
background: #252525;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius: 50%;
width: 50px;
height: 50px;
text-align: center;
display: inline-grid;
line-height: 1;
align-items: center;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}
.pt_plus_button.button-style-2 .button-link-wrap:hover i {
background:#ff214f;
}
.pt_plus_button.button-style-2 .button-link-wrap i.button-before {
margin-right:20px;
padding: 15px;
}
.pt_plus_button.button-style-2 .button-link-wrap i.button-after {
margin-left:20px;
padding: 15px;
}
.pt_plus_button.button-style-2 .button-link-wrap:hover i.button-before {
-webkit-transform: translateX(14px);
-ms-transform: translateX(14px);
-moz-transform: translateX(14px);
-o-transform:  translateX(14px);
transform: translateX(14px);
}
.pt_plus_button.button-style-2 .button-link-wrap:hover  i.button-after {
-webkit-transform: translateX(-14px);
-ms-transform: translateX(-14px);
-moz-transform: translateX(-14px);
-o-transform: translateX(-14px);
transform: translateX(-14px);
}  .pt_plus_button.button-style-8{
overflow: visible;
}
.pt_plus_button.button-style-8 .button-link-wrap{
-moz-box-shadow: 0 8px 20px 1px rgba(0,0,0,0.27);
-webkit-box-shadow: 0 8px 20px 1px rgba(0,0,0,0.27);
box-shadow: 0 8px 20px 1px rgba(0,0,0,0.27);
-moz-border-radius:0px !important;
-webkit-border-radius:0px !important;
border-radius: 0 !important;
padding: 15px 30px;
border:1px solid #252525;
}
.pt_plus_button.button-style-8 .button-link-wrap:hover{
-webkit-box-shadow: 0 3px 6px 1px rgba(0,0,0,0.08);
-moz-box-shadow: 0 3px 6px 1px rgba(0,0,0,0.08);
box-shadow: 0 3px 6px 1px rgba(0,0,0,0.08);
-webkit-transform:translateY(3px);
-ms-transform:translateY(3px);
-moz-transform:translateY(3px);
-o-transform: translateY(3px);
transform: translateY(3px);
}  .pt_plus_button.button-style-9 a.button-link-wrap {
padding-right: 20px;
}
.pt_plus_button.button-style-9 a.button-link-wrap .btn-arrow{
position:relative;
display: inline-block;
margin-left: 10px;
}
.pt_plus_button.button-style-9 a.button-link-wrap .fa-show{
-webkit-transform:translateX(0%) translateZ(0) translateY(-50%);
-ms-transform:translateX(0%) translateZ(0) translateY(-50%);
-moz-transform:translateX(0%) translateZ(0) translateY(-50%);
-o-transform: translateX(0%) translateZ(0) translateY(-50%);
transform: translateX(0%) translateZ(0) translateY(-50%);
position: absolute;
top: 50%;
}
.pt_plus_button.button-style-9 a.button-link-wrap:hover .fa-show{
opacity: 0;
-webkit-transform:translateX(20px) translateZ(0) translateY(-50%);
-ms-transform:translateX(20px) translateZ(0) translateY(-50%);
-moz-transform:translateX(20px) translateZ(0) translateY(-50%);
-o-transform: translateX(20px) translateZ(0) translateY(-50%);
transform: translateX(20px) translateZ(0) translateY(-50%);
-webkit-transition: -webkit-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
-moz-transition: -moz-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
-o-transition: -o-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
-ms-transition: -ms-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
transition: transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
}
.pt_plus_button.button-style-9 a.button-link-wrap .fa-hide{
opacity: 0;
-webkit-transform:translateX(-20px) translateZ(0);
-ms-transform:translateX(-20px) translateZ(0);
-moz-transform:translateX(-20px) translateZ(0);
-o-transform: translateX(-20px) translateZ(0);
transform: translateX(-20px) translateZ(0);
}
.pt_plus_button.button-style-9 a.button-link-wrap:hover .fa-hide{
opacity: 1;
-webkit-transform:translateX(0) translateZ(0);
-ms-transform:translateX(0) translateZ(0);
-moz-transform:translateX(0) translateZ(0);
-o-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
-webkit-transition:-webkit-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
-moz-transition: -moz-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
-o-transition:-o-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
-ms-transition:-ms-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
transition: transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
}  .pt_plus_button.button-style-10 .button-link-wrap {
display: inline-block;
border: 1px solid #252525;
background: #fff;
padding: 15px 30px;
-webkit-transition: background .5s ease-in,border .5s ease-in;
-moz-transition: color .5s ease-in,background .5s ease-in,border .5s ease-in;
-ms-transition: color .5s ease-in,background .5s ease-in,border .5s ease-in;
-o-transition: color .5s ease-in,background .5s ease-in,border .5s ease-in;
transition: color .5s ease-in,background .5s ease-in,border .5s ease-in;
}
.pt_plus_button.button-style-10 .button-link-wrap:hover {
color: #252525;
border-color: #ff214f;
background: #ff214f;
}  .pt_plus_button.button-style-11 .button-link-wrap {
display: inline-block;
background:#252525;
border: 1px solid #252525;
overflow: hidden;
}
.pt_plus_button.button-style-11 .button-link-wrap:hover > span {
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform:translate3d(0, 100%, 0);
-moz-transform:translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
display: block;
opacity: 0;
}
.pt_plus_button.button-style-11 .button-link-wrap::before {
content: attr(data-hover);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: #252525;
background: #ff214f;
display: grid;
align-items: center;
text-align: center;
}
.pt_plus_button.button-style-11 .button-link-wrap > span,.pt_plus_button.button-style-11 .button-link-wrap::before{
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
-o-transition:-o-transform 0.3s;
-ms-transition:-ms-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
padding: 15px 30px;
display: block;
}
.pt_plus_button.button-style-11.hover-left .button-link-wrap::before {
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-o-transform:  translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.pt_plus_button.button-style-11.hover-right .button-link-wrap::before {
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform:  translate3d(100%, 0, 0);
-moz-transform:  translate3d(100%, 0, 0);
-o-transform:  translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.pt_plus_button.button-style-11.hover-top .button-link-wrap::before {
-webkit-transform: translate3d(0,-100%, 0);
-ms-transform:translate3d(0,-100%, 0);
-moz-transform:translate3d(0,-100%, 0);
-o-transform: translate3d(0,-100%, 0);
transform: translate3d(0, -100%, 0);
}
.pt_plus_button.button-style-11.hover-bottom .button-link-wrap::before {
-webkit-transform: translate3d(0,100%, 0);
-ms-transform:translate3d(0,100%, 0);
-moz-transform:translate3d(0,100%, 0);
-o-transform: translate3d(0,100%, 0);
transform: translate3d(0,100%, 0);
}
.pt_plus_button.button-style-11.hover-left .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-right .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-top .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-bottom .button-link-wrap:hover::before  {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform:  translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.pt_plus_button.button-style-11 .button-link-wrap {
overflow: hidden;
padding: 0;
}  .pt_plus_button.button-style-12 .button-link-wrap {
display: inline-block;
border: 1px solid #252525;
padding: 15px 30px;
overflow: hidden;
}
.pt_plus_button.button-style-12 .button-link-wrap span{
z-index: 1;
position: relative;
}
.pt_plus_button.button-style-12 .button-link-wrap::before {
content: '';
position: absolute;
top: 50%;
left: 100%;
margin: -15px 0 0 1px;
width: 50px;
height: 30px;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius: 50%;
background: #ff214f;
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform: scale3d(1, 2, 1);
-moz-transform: scale3d(1, 2, 1);
-ms-transform: scale3d(1, 2, 1);
-o-transform: scale3d(1, 2, 1);
transform: scale3d(1, 2, 1);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -webkit-transform 0.3s, opacity 0.3s;
-ms-transition: -webkit-transform 0.3s, opacity 0.3s;
-o-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.1, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.pt_plus_button.button-style-12 .button-link-wrap:hover::before {
-webkit-transform: scale3d(9, 9, 1);
transform: scale3d(9, 9, 1);
}  .pt_plus_button.button-style-16 .button-link-wrap {
display: inline-block;
padding: 15px 30px;
margin: 10px;
color:#8a8a8a;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-o-transition:color 0.3s;
-ms-transition:color 0.3s;
transition: color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.pt_plus_button.button-style-16 .button-link-wrap::before,.pt_plus_button.button-style-16 .button-link-wrap::after {
content: '';
-moz-border-radius: inherit;
-webkit-border-radius: inherit;
border-radius: inherit;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
-o-transition:-o-transform 0.3s, opacity 0.3s;
-ms-transition:-ms-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.pt_plus_button.button-style-16 .button-link-wrap::before {
border: 1px solid #252525;
opacity: 0;
-webkit-transform: scale3d(1.2, 1.2, 1);
-ms-transform: scale3d(1.2, 1.2, 1);
-moz-transform: scale3d(1.2, 1.2, 1);
-o-transform:  scale3d(1.2, 1.2, 1);
transform: scale3d(1.2, 1.2, 1);
background:#ff214f;
}
.pt_plus_button.button-style-16 .button-link-wrap:hover::before {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1); 
transform: scale3d(1, 1, 1);
}
.pt_plus_button.button-style-16 .button-link-wrap::after {
background: #252525;
}
.pt_plus_button.button-style-16 .button-link-wrap:hover::after {
opacity: 0;
-webkit-transform: scale3d(0.8, 0.8, 1);
-ms-transform: scale3d(0.8, 0.8, 1);
-moz-transform: scale3d(0.8, 0.8, 1);
-o-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
}  .pt_plus_button.button-style-17 .button-link-wrap{
display: inline-block;
margin: 10px;
padding: 0;
overflow: hidden;
border: 1px solid #252525;
-webkit-transition: background 0.3s;
-moz-transition:  background 0.3s;
-o-transition: background 0.3s;
-ms-transition: background 0.3s;
transition: background 0.3s;
}
.pt_plus_button.button-style-17 .button-link-wrap span{
padding: 15px 30px;
display:block;
}
.pt_plus_button.button-style-17 .button-link-wrap .btn-icon {
position: absolute;
top: 0;
width: 100%;
height: 100%;
margin: 0;
display: grid;
align-items: center;
text-align: center;
left: 0;
color: #fff;
}
.pt_plus_button.button-style-17.hover-top .button-link-wrap .btn-icon {
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
-o-transform:  translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.pt_plus_button.button-style-17.hover-bottom .button-link-wrap .btn-icon {
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform:translate3d(0, 100%, 0);
-moz-transform:translate3d(0, 100%, 0);
-o-transform:translate3d(0, 100%, 0); 
transform: translate3d(0, 100%, 0);
}
.pt_plus_button.button-style-17 .button-link-wrap:hover .btn-icon {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform:  translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.pt_plus_button.button-style-17 .button-link-wrap > span, .pt_plus_button.button-style-17 .button-link-wrap .btn-icon {
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.pt_plus_button.button-style-17 .button-link-wrap:hover > span {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.pt_plus_button.button-style-17.hover-bottom .button-link-wrap:hover > span {
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
-o-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.pt_plus_button.button-style-17 .button-link-wrap::before {
content: '';
position: absolute;
left: -50%;
width: 200%;
height: 200%;
background: #ff214f;
top: -50%;
}
.pt_plus_button.button-style-17.hover-top .button-link-wrap::before {
-webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
}
.pt_plus_button.button-style-17.hover-top .button-link-wrap:hover::before {
-webkit-animation: button-style-17-top 0.3s forwards ease-in;
-moz-animation:  button-style-17-top 0.3s forwards ease-in;
-o-animation:  button-style-17-top 0.3s forwards ease-in;
animation: button-style-17-top 0.3s forwards ease-in;
}
.pt_plus_button.button-style-17.hover-bottom .button-link-wrap::before {
-webkit-transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
-moz-animation: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg); 
-o-animation: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg); 
transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
}
.pt_plus_button.button-style-17.hover-bottom .button-link-wrap:hover::before {
-webkit-animation: button-style-17-bottom 0.3s forwards ease-in;
-moz-animation: button-style-17-bottom 0.3s forwards ease-in;
-o-animation: button-style-17-bottom 0.3s forwards ease-in;
animation: button-style-17-bottom 0.3s forwards ease-in;
}
@-webkit-keyframes button-style-17-top {
50% {
-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
@keyframes button-style-17-top {
50% {
-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
@-webkit-keyframes button-style-17-bottom{
50% {
-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
@keyframes button-style-17-bottom{
50% {
-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}  .pt_plus_button.button-style-19 .button-link-wrap,.pt_plus_button.button-style-20 .button-link-wrap,.pt_plus_button.button-style-21 .button-link-wrap{
display: inline-block;
margin: 10px;
padding: 15px 30px;
overflow: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border: 1px solid #252525;
}
.pt_plus_button.button-style-19 .button-link-wrap span,.pt_plus_button.button-style-20 .button-link-wrap span,.pt_plus_button.button-style-21 .button-link-wrap span,
.pt_plus_button.button-style-19 .button-link-wrap i.btn-icon,.pt_plus_button.button-style-20 .button-link-wrap i.btn-icon,.pt_plus_button.button-style-21 .button-link-wrap i.btn-icon{	
position: relative;
z-index: 1;
}
.pt_plus_button.button-style-19 .button-link-wrap:after,.pt_plus_button.button-style-20 .button-link-wrap:after, .pt_plus_button.button-style-21 .button-link-wrap:after {
content: '';
position: absolute;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.pt_plus_button.button-style-19 .button-link-wrap:after {
width: 0;
height: 103%;
top: 50%;
left: 50%;
background: #ff214f;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.pt_plus_button.button-style-19 .button-link-wrap:hover:after {
width: 90%;
opacity: 1;
}
.pt_plus_button.button-style-19 .button-link-wrap:active:after {
width: 101%;
opacity: 1;
}  .pt_plus_button.button-style-20 .button-link-wrap:after {
width: 100%;
height: 0;
top: 50%;
left: 50%;
background: #ff214f;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.pt_plus_button.button-style-20 .button-link-wrap:hover:after {
height: 280%;
opacity: 1;
}
.pt_plus_button.button-style-20 .button-link-wrap:active:after {
height: 500%;
opacity: 1;
}  .pt_plus_button.button-style-21 .button-link-wrap:after {
width: 101%;
height: 0;
top: 50%;
left: 50%;
background: #ff214f;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.pt_plus_button.button-style-21 .button-link-wrap:hover:after {
height: 75%;
opacity: 1;
}
.pt_plus_button.button-style-21 .button-link-wrap:active:after {
height: 130%;
opacity: 1;
}  .pt_plus_button.button-style-22 .button-link-wrap{
display: inline-block;
margin: 10px;
padding: 15px 30px;
overflow: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border: 1px solid #252525;
background:#fff;
}
.pt_plus_button.button-style-22 .button-link-wrap .btn-icon{
position: absolute;
height: 100%;
color: #252525;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
display: grid;
align-items: center;
vertical-align: middle;
}
.pt_plus_button.button-style-22 .button-link-wrap .button-after {
left: 130%;
top: 0;
margin-left: 10px;
}
.pt_plus_button.button-style-22 .button-link-wrap:hover .button-after{
left: 75%;
}
.pt_plus_button.button-style-22 .button-link-wrap .button-before {
left: -30%;
opacity: 0;
top: 0;
margin-right: 10px;
}
.pt_plus_button.button-style-22 .button-link-wrap:hover .button-before {
left:2%;
opacity: 1;
}    .pt-plus-piechart {
position: relative;
display: block;
width: 100%;
overflow: hidden;
}
.progress_bar.pt-plus-peicharts {
display: block;
width: 100%;
padding-bottom: 20px;
overflow: hidden;
position: relative;
}
.progress_bar-skill-bar-filled {
background: #2d9bea;
height: 100%;
width: 0%;
-webkit-transition: width 1s linear;
-moz-transition: width 1s linear;
transition: width 1s linear;
position: relative;
}
.progress_bar-skill.skill-fill {
background: #f3f3f3;
}
.progress_bar-skill.skill-fill.small {
height: 6px;
position: relative;
}
.progress_bar-skill.skill-fill.medium {
height: 15px;
position: relative;
}
.progress_bar-skill.skill-fill.large {
height: 40px;
position: relative;
}
.progress_bar-progressbar .progress_bar-media {
display: table;
width: 100%;
}
.progress_bar-progressbar .prog-title.prog-icon {
display: table-cell;
vertical-align: middle;
}
.progress_bar-progressbar .counter-number {
display: table-cell;
vertical-align: middle;
text-align: right;
} .progress_bar-media-large {
position: absolute;
top: 0;
}
.progress_bar-media.large span.progres-ims {
display: table-cell;
vertical-align: middle;
}
.progress_bar-media.large span.progres-ims i{
vertical-align: middle;
}
.progress_bar-media.large span.progress_bar-title {
display: table-cell;
vertical-align: middle;
padding-left: 5px;
}
.progress_bar-media-large .counter-number {
display: inline-block;
vertical-align: middle;
margin: 0;
}
.progress_bar-media.large {
position: absolute;
-webkit-transform: translateZ(50px) translateY(-50%) translateX(-50%);
-ms-transform: translateZ(50px) translateY(-50%) translateX(-50%);
-moz-transform: translateZ(50px) translateY(-50%) translateX(-50%);
-o-transform:  translateZ(50px) translateY(-50%) translateX(-50%);
transform: translateZ(50px) translateY(-50%);
top: 50%;
padding : 0 10px;
} .progress-style_2 .progress_bar-skill-bar-filled:after {
position: absolute;
content: '';
left: 100%;
margin-left: -2px;
border-right: 2px solid #2d9bea;
height: 8px;
top: 0;
}
.progress-style_2.progress_bar-skill.skill-fill {
background: #f3f3f3;
margin-top: 5px;
height: 2px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
overflow: visible;
} .pt-plus-peicharts canvas {
position: absolute;
top: 0;
left: 50%;
max-width: 100%;
-webkit-transform: rotateY(180deg) translateX(50%);
-moz-transform: rotateY(180deg) translateX(50%);
-o-transform: rotateY(180deg) translateX(50%);
-ms-transform: rotateY(180deg) translateX(50%);
transform: rotateY(180deg) translateX(50%);
}
.pt-plus-circle {
position: relative;
overflow: hidden;
width: 160px;
height: 160px;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius: 50%;
margin: 0 auto;
text-align: center;
}
.progress_bar-pie_chart {
text-align: center;
}
.pie-style_1 .theserivce-milestone-number {
margin: 5px;
}
.progress_bar.pt-plus-peicharts object {
min-height: 100%;
}
.pt-plus-pie_chart.style-2 {
display: table;
vertical-align: middle;
text-align: center;
margin: 0 auto;
}
.pt-plus-pie_chart {
padding-top: 20px;
}
.pie_chart-style2 {
-webkit-flex: 1 1 0%;
-ms-flex: 1 1 0%;
flex: 1 1 0%;
}
.pt-plus-pie_chart.style-2 .pie_chart {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.pt-plus-pie_chart.style-2 .pie_chart-style2 {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.pie_border_after .pt-plus-circle:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 1px solid #e7e7e7;
border-radius: inherit;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
}
.pt-plus-circle .pianumber-css {
position: absolute;
-webkit-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
top: 50%;
left: 50%;
width: 100%;
}
.pianumber-css h5.counter-number {
margin-bottom: 0;
}
.pt-plus-pie_chart.style-3 .counter-number,.pt-plus-pie_chart .pie_chart-style3 {
text-align: center;
}   .pt_plus_social_list {
position: relative;
display: block;
padding: 0;
overflow: hidden;
}
.pt_plus_social_list ul.social_list {
display: inline-block;
padding: 0;
margin: 0;
position: relative;
list-style: none;
}
.pt_plus_social_list ul.social_list li {
position: relative;
overflow: hidden;
font-size: 20px;
text-align: center;
float: left;
}
.pt_plus_social_list ul.social_list li a {
font-size: 20px;
color: #28262b;
text-align: center;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
display: block;
margin-right: 10px;
} .pt_plus_social_list.style-1 ul.social_list {
display: table;
margin: 0 auto;
}
.pt_plus_social_list.style-1 li {
display: table-cell;
float:none;
}
.pt_plus_social_list.style-1 ul.social_list li a {
padding:23px 30px;
width: 100%;
height: 100%;
line-height: 1;
background: #494949;
color: #fff;
border: 1px solid #494949;
margin-right: 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.pt_plus_social_list.style-1 ul.social_list li:hover a {
background:#000;
}
.pt_plus_social_list.style-1 ul.social_list li a i.fa {
padding-right: 10px;
}  .pt_plus_social_list.style-2 ul.social_list {
display: table;
margin: 0 auto;
}
.pt_plus_social_list.style-2 li {
display: table-cell;
float:none;
}
.pt_plus_social_list.style-2 ul.social_list li a {
padding:15px 30px;
width: 100%;
height: 100%;
line-height: 1;
color: #494949;
margin-right: 0;
border-right: 1px solid #404040;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.pt_plus_social_list.style-2 ul.social_list li:hover a {
color:#000;
}
.pt_plus_social_list.style-2 ul.social_list li a i.fa {
padding-right: 10px;
}
.pt_plus_social_list.style-2 ul.social_list li:last-child a{
border-right: 0;
}  .pt_plus_social_list.style-3 ul.social_list li a {
margin-right: 0;
width: 100%;
height: 100%;
line-height: 1;
margin: 0;
}
.pt_plus_social_list.style-3 ul.social_list li {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #404040;
border: 2px dashed black;
background-clip: content-box;
margin: 10px;
-webkit-transition:.5s ease-in-out;
-ms-transition:.5s ease-in-out;
-moz-transition:.5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
width: 100px;
height: 100px;
padding: 10px;
display: grid;
}
.pt_plus_social_list.style-3 ul.social_list li:hover{
-webkit-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
padding: 10px;
}
.pt_plus_social_list.style-3 ul.social_list li a i.fa {
display: block;
position: absolute;
text-align: center;
top: 50%;
left: 50%;
-webkit-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
-moz-transform:translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}  .pt_plus_social_list.style-4 ul.social_list li a {
width: 100%;
height: 100%;
padding: 0 15px;
margin-right: 10px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background: #404040;
color:#fff;
border: 1px solid #404040;
}
.pt_plus_social_list.style-4 ul.social_list li {
margin-right: 5px;
}
.pt_plus_social_list.style-4 ul.social_list li a i.fa, .pt_plus_social_list.style-4 ul.social_list li a span {
top: 0;
position: relative;
-webkit-transition:350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-moz-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-o-transition:350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-ms-transition:350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.pt_plus_social_list.style-4 ul.social_list li a i.fa{
position: absolute;
width: 100%;
left: 0;
right: 0;
height: 100%;
line-height:20px;
}
.pt_plus_social_list.style-4 ul.social_list li:hover a span {
top: -40px;
-webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-moz-transition:  350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.pt_plus_social_list.style-4 ul.social_list li a i.fa:before {
top: 100px;
text-align: center;
position: relative;
-webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-moz-transition:  350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
display: inline-block;
}
.pt_plus_social_list.style-4 ul.social_list li:hover a i.fa:before {
top: 32%;
-webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-moz-transition:  350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}  .pt_plus_social_list.style-5 ul.social_list li {
margin-right: 10px;
}
.pt_plus_social_list.style-5 ul.social_list li a{
-webkit-border-radius: 28%;
-moz-border-radius: 28%;
border-radius: 28%;
-moz-box-shadow:0 5px 15px -5px rgba(0,0,0,0.1);
-webkit-box-shadow:0 5px 15px -5px rgba(0,0,0,0.1);
box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
opacity: 0.99;
background: #d3d3d3;	
margin-right: 0;
border: 1px solid #404040;
}
.pt_plus_social_list.style-5 ul.social_list li a i.fa{
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
.pt_plus_social_list.style-5 ul.social_list li:hover a i.fa{
-webkit-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pt_plus_social_list.style-5 ul.social_list li a,.pt_plus_social_list.style-5 ul.social_list li a i.fa{
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}   .pt_plus_stylish_list {
display: block;
position: relative;
overflow: hidden;
width: 100%;
padding-bottom: 15px;
}
.pt_plus_stylish_list .stylish-item-wrap i {
padding: 1px;
}
.pt_plus_stylish_list .stylish-item-wrap{
margin-bottom: 10px;
}
.pt_plus_stylish_list .stylish-desc ,.pt_plus_stylish_list .stylish-desc p {
margin: 0;
}
.pt_plus_stylish_list .stylish-title {
font-size: 18px;
margin-bottom: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
}
.m-l-10 {
margin-left: 15px;
}
.pt_plus_stylish_list .stylish-img {
max-width: 150px;
display: block;
}
.pt_plus_stylish_list .service-media .pt_plus_animated_svg {
width: auto;
}
.pt_plus_stylish_list .service-media .pt_plus_animated_svg object {
min-height: 100%;
}  .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
margin-bottom: 0 !important;
}
.wpb_animate_when_almost_visible {
opacity: 1 !important;
filter: alpha(opacity=1) !important;
}  .heading_style .heading-sub-title,.heading_style .heading-title{
margin-top: 5px;
margin-bottom: 5px;
word-wrap: break-word;
}
.heading{
display: block;
position: relative;
width: 100%;
} .heading.style-5 {
margin-bottom: 20px;
}
.heading.style-5 .heading-title{ outline: 0;
outline: 0;
color: #313131;
-webkit-transition: color 1s ease;
-moz-transition: color 1s ease;
-ms-transition: color 1s ease;
-o-transition: color 1s ease;
transition: color 1s ease;
display: inline-block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: relative;
text-decoration: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
padding-bottom: 5px;
}
.heading.style-5 .heading-title:before{
position: absolute;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-ms-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
content: "";
width: 100%;
height: 6px;
right: 0;
bottom: 0;
position: absolute;
background: #1e73be;
}
.heading.style-5 .heading-title:focus:after, .heading.style-5 .heading-title:focus:before, .heading.style-5 .heading-title:hover:after, .heading.style-5 .heading-title:hover:before {
outline: 0;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-ms-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.heading.style-5 .heading-title:after {
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-ms-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
content: "";
width: 100%;
height: 2px;
right: 0;
bottom: -4px;
position: absolute;
background: #1e73be;
}  .heading .text-center .seprator.sep-l {
margin: 0 auto;
}
.heading .seprator.sep-l .sep-mg {
margin: 0 7px;
}
.heading .text-right .seprator.sep-l {
float: right;
}
.heading .seprator {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.heading span.title-sep {
height: 1px;
position: relative;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-width: 10%;
border: 1px solid #000;
}
.sep-dot {
font-size: 50px;
line-height: 1px;
display: table;
position: relative;
top: -5px;
padding: 0 4px;
}   .pt-plus-heading-animation .ani-bold{
font-weight: bold !important;
}
.pt-plus-heading-animation .ani-b-normal{
font-weight: 400 !important ;
}
.pt-plus-heading-animation .ani-underline{
text-decoration: underline !important;
}
.pt-plus-heading-animation .ani-u-normal{
text-decoration: none !important;
}
.pt-plus-heading-animation .ani-italic i{
font-style:italic !important;
}
.pt-plus-heading-animation .ani-i-normal i{
font-style: normal !important ;
}
.cd-words-wrapper {
display: inline-block;
position: relative;
text-align: left;
}
.cd-words-wrapper b {
display: inline-block;
position: absolute;
white-space: nowrap;
left: 0;
top: 0;
padding:0 5px;
}
.cd-words-wrapper b.is-visible {
position: relative;
}
.no-js .cd-words-wrapper b {
opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
opacity: 1;
}
.pt-plus-cd-headline.type .cd-words-wrapper {
vertical-align: top;
overflow: hidden;
}
.pt-plus-cd-headline.type .cd-words-wrapper::after {
content: '';
position: absolute;
right: 0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 90%;
width: 0;
background: #aebcb9;
}
.pt-plus-cd-headline.type .cd-words-wrapper.waiting::after {
-webkit-animation: cd-pulse 1s infinite;
-moz-animation: cd-pulse 1s infinite;
animation: cd-pulse 1s infinite;
}
.pt-plus-cd-headline.type .cd-words-wrapper.selected::after {
visibility: hidden;
}
.pt-plus-cd-headline.type b {
visibility: hidden;
}
.pt-plus-cd-headline.type b.is-visible {
visibility: visible;
}
.pt-plus-cd-headline.type i {
position: absolute;
visibility: hidden;
}
.pt-plus-cd-headline.type i.in {
position: relative;
visibility: visible;
}
@-webkit-keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@-moz-keyframes cd-pulse {
0% {
-moz-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-moz-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-moz-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(0);
opacity: 0;
}
} .pt-plus-cd-headline.loading-bar span {
display: inline-block;
padding: .2em 0;
}
.pt-plus-cd-headline.loading-bar .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.pt-plus-cd-headline.loading-bar .cd-words-wrapper::after {
content: '';
position: absolute;
left: 7px;
bottom: 0;
height: 3px;
width: 0;
z-index: 2;
-webkit-transition: width 0.3s -0.1s;
-moz-transition: width 0.3s -0.1s;
-o-transition: width 0.3s -0.1s;
-ms-transition: width 0.3s -0.1s;
transition: width 0.3s -0.1s;
}
.pt-plus-cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
width: 100%;
-webkit-transition: width 3s;
-moz-transition: width 3s;
transition: width 3s;
}
.pt-plus-cd-headline.loading-bar b {
top: .2em;
opacity: 0;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.pt-plus-cd-headline.loading-bar b.is-visible {
opacity: 1;
top: 0;
} .pt-plus-cd-headline.zoom .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.pt-plus-cd-headline.zoom b {
opacity: 0;
}
.pt-plus-cd-headline.zoom b.is-visible {
opacity: 1;
-webkit-animation: zoom-in 0.8s;
-moz-animation: zoom-in 0.8s;
animation: zoom-in 0.8s;
}
.pt-plus-cd-headline.zoom b.is-hidden {
-webkit-animation: zoom-out 0.8s;
-moz-animation: zoom-out 0.8s;
animation: zoom-out 0.8s;
}
@-webkit-keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
}
}
@-moz-keyframes zoom-in {
0% {
opacity: 0;
-moz-transform: translateZ(100px);
}
100% {
opacity: 1;
-moz-transform: translateZ(0);
}
}
@keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-ms-transform: translateZ(100px);
-o-transform: translateZ(100px);
transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
}
@-webkit-keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
}
}
@-moz-keyframes zoom-out {
0% {
opacity: 1;
-moz-transform: translateZ(0);
}
100% {
opacity: 0;
-moz-transform: translateZ(-100px);
}
}
@keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
-moz-transform: translateZ(-100px);
-ms-transform: translateZ(-100px);
-o-transform: translateZ(-100px);
transform: translateZ(-100px);
}
} .pt-plus-cd-headline.scale b {
opacity: 0;
}
.pt-plus-cd-headline.scale i {
display: inline-block;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.is-visible .pt-plus-cd-headline.scale i {
opacity: 1;
}
.pt-plus-cd-headline.scale i.in {
-webkit-animation: scale-up 0.6s forwards;
-moz-animation: scale-up 0.6s forwards;
animation: scale-up 0.6s forwards;
}
.pt-plus-cd-headline.scale i.out {
-webkit-animation: scale-down 0.6s forwards;
-moz-animation: scale-down 0.6s forwards;
animation: scale-down 0.6s forwards;
}
.no-csstransitions .pt-plus-cd-headline.scale i {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 0;
}
.no-csstransitions .pt-plus-cd-headline.scale .is-visible i {
opacity: 1;
}
@-webkit-keyframes scale-up {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes scale-up {
0% {
-moz-transform: scale(0);
opacity: 0;
}
60% {
-moz-transform: scale(1.2);
opacity: 1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@keyframes scale-up {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes scale-down {
0% {
-webkit-transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
opacity: 0;
}
}
@-moz-keyframes scale-down {
0% {
-moz-transform: scale(1);
opacity: 1;
}
60% {
-moz-transform: scale(0);
opacity: 0;
}
}
@keyframes scale-down {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
}  .service-border-box {
border: 1px solid;
}
.pt_plus_info_box {
display: block;
position: relative;
width: 100%;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.pt-plus-list-portfolio-post.list-carousel-slick {
margin-bottom: 50px;
}
.pt-plus-list-portfolio-post.list-carousel-slick .slick-dots {
bottom: -45px;
}
.pt_plus_info_box.list-carousel-slick{
margin-bottom: 50px;
}
.pt_plus_info_box ul.slick-dots {
bottom: -45px;
}
.pt_plus_info_box .info-box-inner{	
-webkit-transition:  all 0.3s;    
moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;	
}
.info-box-bg-box{
overflow : hidden;
}
.pd-15{
padding:15px;
}
.pt_plus_info_box .pd-0 {
padding: 0;
}
.pt_plus_info_box object {
min-height: 100%;
}
.service-media {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.service-content {
-webkit-flex: 1 1 0%;
-ms-flex: 1 1 0%;
flex: 1 1 0%;
}
.m-r-16{
margin-right:16px; 
}
.m-l-16{
margin-left:16px; 
}
.service-title{
font-size: 18px;
margin-bottom: .5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
}
.service-desc {
margin-top: 0;
}
.service-desc p{
margin: 0;
}
.service-button {
background: transparent;
color: #121212;
border: 1px solid;
padding: 9px 20px;
margin: 10px 0;
position: relative;
display: inline-block;
-moz-border-radius:3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.vertical-center {
align-items: center;
}
.service-border {
border-style: solid;
margin-top: 10px;
margin-bottom: 5px;
}
.text-right .service-border {
text-align: right;
display: inline-block;
}
.text-center .service-border {
text-align: center;
margin: 10px auto;
}
.info-box-inner .service-icon-small {
width: 46px;
height: 46px;
display: inline-block;
line-height: 46px !important;
text-align: center;
font-size: 18px !important;
}
.info-box-inner .service-icon-medium {
width: 74px;
height: 74px;
display: inline-block;
line-height: 72px !important;
text-align: center;
font-size: 30px !important;
background: transparent !important;
}
.info-box-inner .service-icon-large {
width: 148px;
height: 148px;
display: inline-block;
line-height: 146px !important; 
text-align: center;
font-size: 65px !important;
}
.info-box-inner .service-icon {
font-size: inherit;
top: auto;
word-spacing: initial;
}
.info-box-inner .icon-squre{
border: 1px solid;
border-radius: inherit;
}
.info-box-inner .icon-rounded{
border: 1px solid;
-moz-border-radius:50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.pt_plus_info_box .pt_plus_animated_svg  .svg_inner_block{
margin: 0 10px;
}
.pt_plus_info_box .button-style-13 .button-link-wrap span {
position: relative;
z-index: 4;
}
.pt_plus_info_box .pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_info_box .pt_plus_button.button-style-13 .button-link-wrap::after {
z-index: 2 !important;
}
.service-flipbox {
position: relative;
-webkit-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
-ms-transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
}
.height-full {
height: 100%;
}
.service-flipbox, .service-flipbox-holder {
-moz-transform: perspective(1000px);
-ms-transform: perspective(1000px);
-webkit-transform: perspective(1000px);
-o-transform:  perspective(1000px);
transform: perspective(1000px);
}
.bezier-1 {
-webkit-transition: all .7s cubic-bezier(.645,.045,.355,1);
-moz-transition: all .7s cubic-bezier(.645,.045,.355,1);
-o-transition: all .7s cubic-bezier(.645,.045,.355,1);
-ms-transition: all .7s cubic-bezier(.645,.045,.355,1);
transition: all .7s cubic-bezier(.645,.045,.355,1);
}
.perspective {
-webkit-transform: perspective(1000px);
-ms-transform: perspective(1000px);
-moz-transform: perspective(1000px);
-o-transform:  perspective(1000px);
transform: perspective(1000px);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.flip-horizontal:hover .service-flipbox-front {
-webkit-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-moz-transform:rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.flip-vertical:hover .service-flipbox-front {
-webkit-transform: rotateX(-180deg);
-ms-transform:rotateX(-180deg);
-moz-transform:rotateX(-180deg);
-o-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.service-flipbox-back, .service-flipbox-front {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.service-flipbox-front {
position: absolute;
z-index: 2;
}
.service-flipbox-back, .service-flipbox-front {
width: 100%;
height: 100%;
left: 0;
top: 0;
display: table;
}
.origin-center {
-webkit-transform-origin: center;
-ms-transform-origin: center;
-moz-transform-origin: center;
-o-transform-origin: center;
transform-origin: center;
}
.no-backface {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.service-flipbox-content {
display: table-cell;
vertical-align: middle;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(35px) scale(0.81);
transform: translateZ(35px) scale(0.81);
}
.width-full {
width: 100%;
}
.flip-horizontal:hover .service-flipbox-back {
-webkit-transform: rotateY(0);
-ms-transform:rotateY(0);
-moz-transform:rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
}
.flip-vertical:hover .service-flipbox-back {
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
-moz-transform: rotateX(0);
-o-transform:  rotateX(0);
transform: rotateX(0);
}
.flip-horizontal .service-flipbox-back {
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform:  rotateY(180deg);
transform: rotateY(180deg);
}
.flip-vertical .service-flipbox-back {
-webkit-transform: rotateX(180deg);
-ms-transform:rotateX(180deg);
-moz-transform:rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.service-flipbox-back {
position: absolute;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.fold-back-horizontal {
-webkit-transform: translateX(-100%) rotateY(-180deg);
-ms-transform:translateX(-100%) rotateY(-180deg);
-moz-transform:translateX(-100%) rotateY(-180deg);
-o-transform: translateX(-100%) rotateY(-180deg);
transform: translateX(-100%) rotateY(-180deg);
}
.pt_plus_info_box.remove-padding {
padding-left: 0 !important;
padding-right:0 !important;
}
.pt_plus_info_box .about-post .about-post-content {
background: #fff;
padding: 0 20px 30px;
position: relative;
z-index: 2;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
}
.pt_plus_info_box .about-post .about-post-content .icon-middle {
display: inline-block;
text-decoration: none;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
width: 100px;
height: 100px;
line-height: 100px;
top: -50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.pt_plus_info_box .about-post .about-post-content .demo.icon-rounded {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.pt_plus_info_box .about-post:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
}
.pt_plus_info_box .about-post:hover:before {
opacity: 0.85;
}
.pt_plus_info_box .about-post:hover .about-post-content a {
background: #1cbac8;
color: #fff;
}
.pt_plus_info_box .about-post .hover-about {
position: absolute;
top: 50%;
width: 100%;
left: 0;
height: 100%;
padding: 0 30px;
padding-top: 80px;
background: transparent;
text-align: center;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition:  all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.pt_plus_info_box .about-post:hover .about-post-content {
background: transparent;
}
.pt_plus_info_box .about-post:hover .service-title {
opacity: 0;
}
.pt_plus_info_box .about-post:hover p {
opacity: 1;
}
.pt_plus_info_box .about-post:hover .service-border {
opacity: 0;
}
.pt_plus_info_box .about-post:hover .about-post-content {
background: transparent !important;
}
.pt_plus_info_box .about-post:hover .hover-about {
top: 0;
padding-top: 100px;
}
.action.arrow-next.expandable {
width: 100%;
height: 40px;
position: relative;
margin-top: 40px;
}
.action.arrow-next:before {
content: attr(data-label);
font-size: 14px;
font-weight: 400;
display: block;
position: absolute;
left: 0;
color: currentColor;
opacity: 0;
}
.action.arrow-next.expandable:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background: currentColor;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
transform-origin: 10px 50%;
-moz-transform-origin:10px 50%;
-ms-transform-origin:10px 50%;
-o-transform-origin:10px 50%;
-webkit-transform-origin: 10px 50%;
}
.pt_plus_info_box .info-tag-title{
display: inline-block;
border: 1px solid;
padding: 6px 10px;
margin: 0;
border-radius: 5px;
-webkit-border-radius:  5px;
-moz-border-radius:  5px;
}
.pt_plus_info_box .info-box-tag {
display: block;
position: relative;
margin-bottom: 40px;
}
.pt_plus_info_box .info-box-all{
position : relative ;
z-index: 5 ;
}
.pt_plus_info_box .info-box-bg-box{	
transition: 0.4s;
-webkit-transition:  0.4s;
-moz-transition:  0.4s;
-o-transition:  0.4s;
-ms-transition:  0.4s;
}
.pt_plus_info_box .ts-button {
margin-top: 15px;
}  .pt_plus_infobanner{
position:relative;
display: block;
width: 100%;
overflow: hidden;
}
.pt_plus_infobanner .grid {
position: relative;
margin: 0 auto;
list-style: none;
text-align: center;
display: block;
}
.pt_plus_infobanner_style-1 {
display: inline-block;
width: 100%;
position: relative;
}
.pt_plus_infobanner .grid .fi-gure {
position: relative;
float: left;
overflow: hidden;
cursor: pointer;
width: 100%;
margin: 0;
}
.grid .fi-gure .info_img {
position: relative;
display: block;
width:100%;
}
.pt_plus_infobanner .grid .fi-gure .fig-caption {
padding: 2em;
color: #fff;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.pt_plus_infobanner .grid .fi-gure .fig-caption::before,
.pt_plus_infobanner .grid .fi-gure .fig-caption::after {
pointer-events: none;
}
.pt_plus_infobanner .grid .fi-gure .fig-caption,
.pt_plus_infobanner .grid .fi-gure .fig-caption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.pt_plus_infobanner .grid .fi-gure .infobanner_title,
.pt_plus_infobanner  .grid .fi-gure .infobanner_desc {
margin: 0;
}
.pt_plus_infobanner  .grid .fi-gure .infobanner_desc{
font-size: 14px;
line-height: 25px;
}
.pt_plus_infobanner.box-saddow-info_banner{
-webkit-transition:0.5s;
-moz-transition: 0.5s;
-o-transition:0.5s;
-ms-transition:0.5s;
transition:0.5s;
}  .wpb_video_wrapper .fluidvids {
position: initial;
}
.pt_plus_video_player {
display: block;
overflow: hidden;
position: relative;
width: 100%;
}
.pt_plus_video_player .pt_plus_button {
cursor: pointer;
}
.pt_plus_video_player iframe{
opacity:0;
}
.pt_plus_video_player .fluidvids iframe,.pt_plus_video_player iframe{
opacity:1;
}
.pt_plus_video_player.not-touch iframe,.pt_plus_video_player.not-touch video{
pointer-events: none;
}
.pt_plus_video_player .fluidvids {
position: initial;
}
.video_container{ 
margin: 0;
padding: 0;
background: 0 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-space{
padding-bottom: 56.25%;
position: relative;
height: 0;
overflow: hidden;
}
.pt_plus_video-box-shadow {
position: relative;
display: block;
width: 100%;
-webkit-transition: all .4s linear;
-moz-transition: all .4s linear;
-ms-transition: all .4s linear;
-o-transition: all .4s linear;
transition: all .4s linear;
}
.ts-video-caption {
background-repeat: no-repeat;
background-position: center center;
-ms-filter: "alpha(Opacity=0.8)";
filter: alpha(opacity=0.8);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
cursor: pointer;
z-index: 10;
padding: 0;
margin: 0;
-webkit-background-size: 60px auto;
-moz-background-size:60px auto;
-o-background-size:60px auto;
background-size: 60px auto;
}
.pt_plus_video_player:hover .ts-video-caption {
-ms-filter: "alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
z-index: 1;
}
.ts-video-caption-text {
position: absolute;
width: 90%;
bottom: -100%;
font-weight: 400;
left: 0;
color: #fff;
background: 0 0;
padding: 5px 5%;
line-height: 16px;
font-size: 12px;
text-align: center;
z-index: 1;
line-height: 1;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
overflow: hidden;
text-overflow: ellipsis;
-moz-transition: all .2s;
-webkit-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.pt_plus_video_player:hover .ts-video-caption-text {
bottom: 0;
}
.ts-video-image-zoom.set-image{
height: auto;
width: 100%;
position: relative;
z-index: 1;
}
.ts-video-icon{
height: auto;
position: relative;
z-index: 1;
max-width: 80px;	
}
.ts-video-wrapper {
width: 100%;
display: block;
}
.ts-video-wrapper.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
height: auto;
} 
.ts-video-wrapper.embed-container iframe, .ts-video-wrapper.embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.ts-video-embed-container{
position: relative;
display: block;
padding: 0;
padding-bottom: 56.25%;
margin: 0;
height: 0;
overflow: hidden;
}
.ts-video-hidden {
display: none !important;
}
.ts-video-embed-container {
padding-bottom: 56.250000%;
}
.pt-plus-video-frame {
position: absolute;
padding: 0;
margin: 0;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0 ;
}
.ts-type-self-hosted .ts-video-thumbnail {
z-index: 1;
object-fit: cover;
}
.ts-type-self-hosted .ts-video-play-btn {
z-index: 2;
background: transparent;
}
img.ts-video-thumbnail {
position: absolute;
padding: 0;
margin: 0;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
object-fit: cover;
-webkit-transition-duration: .7s;
-moz-transition-duration: .7s;
-o-transition-duration:.7s;
transition-duration: .7s;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform,-webkit-transform;
}
button.ts-video-play-btn.ts-video-blay-btn-youtube {
background: transparent;
background-image: none;
background-position: center;
background-repeat: no-repeat;
border: none;
padding: 0;
margin: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
vertical-align: middle;
text-align: center;
cursor: pointer;
position: absolute;
padding: 0;
margin: 0;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
opacity:0.8;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.ts-video-poster {
position: absolute;
padding: 0;
margin: 0;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container{
min-width: auto !important;
}
.lity-iframe-container {
width: 100%;
height: 100vh;
padding-top: 0%;
overflow: auto;
pointer-events: auto;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-overflow-scrolling: touch;
}
.ts-video-wrapper:hover .ts-video-play-btn {
opacity: 1;
}
.lity-iframe-container iframe{
margin-bottom:0;
}  span.wpcf7-not-valid-tip {
position: absolute;
top: 0;
right: 10px;
font-size: 9px;
z-index: 1;
}
.pt_plus_cf7_styles .wpcf7 .ajax-loader{
display: none;
}
.pt_plus_cf7_styles .wpcf7 .ajax-loader.is-active {
visibility: visible;
display: block;
}
.pt_plus_cf7_styles input.wpcf7-form-control.wpcf7-submit {
padding: 18px;
}
.pt_plus_cf7_styles input.wpcf7-form-control.wpcf7-submit {
margin-top: 1em;
} .pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 {
display: block;
width: 100%;
position: relative;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 input[type="radio"] {
display: none;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 span.wpcf7-list-item {
position: relative;
vertical-align: middle;
overflow: hidden;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 .input__radio_btn {
display: inline-block;
cursor: pointer;
text-align: left;
margin: 0;
position: relative;
margin-left: 4px;
font-weight: 400;
}
.pt_plus_cf7_styles label.input__radio_btn .toggle-button__icon{
content: "";
display: inline-block;
vertical-align: middle;
cursor: pointer;
z-index: 1;
height: 20px;
width: 20px;
overflow: hidden;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #000;
margin-left: 5px;
position: relative;
}
.pt_plus_cf7_styles .input__radio_btn .toggle-button__icon:after {
content: "";
position: absolute;
transition: 0.2s ease-out;
-webkit-transition:0.2s ease-out;
-moz-transition: 0.2s ease-out;
-o-transition:0.2s ease-out;
-ms-transition:0.2s ease-out;
}
.pt_plus_cf7_styles .input__radio_btn .toggle-button__icon:after {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.pt_plus_cf7_styles .input__radio_btn .toggle-button__icon:after {
top: 50%;
left: 50%;
width: 14px;
height: 14px;
background: #61B136;
animation: radio-hide .2s ease-out;
transition: none;
-webkit-transition: none;
-moz-transition:  none;
-o-transition: none;
-ms-transition: none;
transform: translate3d(-50%,200%,0);
}
.input-radio-check:checked ~ label.input__radio_btn .toggle-button__icon:after {
transform: translate3d(-50%,-50%,0);
animation: radio-show .2s;
}
@keyframes radio-hide {
0% {
transform: translate3d(-50%,-50%,0); }
100% {
transform: translate3d(-50%,200%,0) } 
}
@keyframes radio-show {
0% {
transform: translate3d(-50%,200%,0) }
100% {
transform: translate3d(-50%,-50%,0); } 
}
.pt_plus_cf7_styles span.wpcf7-list-item.first {
margin: 0;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 .wpcf7-not-valid-tip {
position: relative;
line-height: 1.2;
font-size: 12px;
display: inline-block;
margin-left: 30px;
}  .pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 input[type="checkbox"] {
display: none;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 span.wpcf7-list-item {
position: relative;
vertical-align: middle;
overflow: hidden;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 .input__checkbox_btn {
display: inline-block;
cursor: pointer;
text-align: left;
margin: 0;
position: relative;
margin-left: 4px;
font-weight: 400;
}
.pt_plus_cf7_styles label.input__checkbox_btn .toggle-button__icon{
content: "";
display: inline-block;
vertical-align: middle;
cursor: pointer;
z-index: 1;
height: 20px;
width: 20px;
overflow: hidden;
background: #000;
margin-left: 5px;
position: relative;
}
.pt_plus_cf7_styles .input__checkbox_btn .toggle-button__icon:after {
content: "";
position: absolute;
transition: 0.2s ease-out;
-webkit-transition: 0.2s ease-out;
-moz-transition:  0.2s ease-out;
-o-transition: 0.2s ease-out;
-ms-transition: 0.2s ease-out;
}
.pt_plus_cf7_styles .input__checkbox_btn .toggle-button__icon:after {
top: 50%;
left: 50%;
width: 14px;
height: 14px;
background: #61B136;
animation: checkbox-hide .2s ease-out;
transition: none;
-webkit-transition:  none;
-moz-transition:  none;
-o-transition: none;
-ms-transition: none;
-webkit-transform: translate3d(-50%,200%,0);
-ms-transform: translate3d(-50%,200%,0);
-moz-transform: translate3d(-50%,200%,0);
-o-transform:  translate3d(-50%,200%,0);
transform: translate3d(-50%,200%,0);
}
.input-checkbox-check:checked ~ label.input__checkbox_btn .toggle-button__icon:after {
transform: translate3d(-50%,-50%,0);
animation: checkbox-show .2s;
}
@keyframes checkbox-hide {
0% {
transform: translate3d(-50%,-50%,0); }
100% {
transform: translate3d(-50%,200%,0) } }
@keyframes checkbox-show {
0% {
transform: translate3d(-50%,200%,0) }
100% {
transform: translate3d(-50%,-50%,0); } }  .pt_plus_cf7_styles .cf7-style-file input[type="file"] {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
}
.wpcf7-file + .input__file_btn {
max-width: 80%;
font-size: 14px;
font-weight: 700;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
padding: 0.525rem 1.825rem;
margin-bottom: 0;
}
.wpcf7-file + .input__file_btn svg{
width: 2em;
height: 2em;
vertical-align: middle;
fill: #252525;
margin-top: -0.25em;
margin-right: 1em;
stroke-opacity: .8;
}
.wpcf7-file + .input__file_btn {
color: #252525;
border: 2px solid #252525;
}
.wpcf7-file + .input__file_btn {
cursor: pointer;
}
.wpcf7-file:focus + .input__file_btn, .inputfile-2 + .input__file_btn:hover {
color: #722040;
border: 2px solid #722040;
}
.wpcf7-file + .input__file_btn * {
pointer-events: none;
}
.pt_plus_cf7_styles .cf7-style-file .wpcf7-not-valid-tip {
position: relative;
display: block;
padding: 0;
margin-left: 10px;
line-height: 1;
font-size: 12px;
}
.pt_plus_cf7_styles .cf7-style-file.input--filled .input__file_btn {
background: #252525;
color: #fff;
border-color: #252525;
}
.pt_plus_cf7_styles .cf7-style-file.input--filled .input__file_btn *{
stroke: #fff;
}   .pt_plus_before_after {
margin:0px;
overflow: hidden;
display: block;
}
.pt_plus_before_after .before-after-inner{
position: relative;
text-align: center;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.pt_plus_before_after .before-after-image {
position: absolute;
overflow: hidden;
}
.pt_plus_before_after .before-after-image.image-before {
z-index: 1;
float: left;
}
.pt_plus_before_after .before-after-image.image-after {
z-index: 0;
float: right;
}
.pt_plus_before_after .before-after-image > img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
display: block;
max-width: none;
width: 100%;
}
.pt_plus_before_after .before-after-sep {
position: absolute;
z-index: 2;
-webkit-transform:translate3d(0,0,0);
-ms-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.pt_plus_before_after .before-after-bottom-separate{
height: 10px;
display: none;
background: rgba(200,200,200,0.7);
}
.pt_plus_before_after .before-after-sep-icon > img {
-moz-border-radius: 0!important;
-webkit-border-radius: 0!important;
border-radius: 0!important;
box-shadow: none!important;
display: block;
margin: auto;
max-width: 300px;
max-height: 300px;
}
.before-after-sep-icon {
display: none;
position: absolute;
top: 50%;
left: 50%;
-moz-border-radius: 0!important;
-webkit-border-radius: 0!important;
border-radius: 0!important;
-moz-box-shadow:none!important;
-webkit-box-shadow:none!important;
box-shadow: none!important;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: 3;
cursor: pointer;
}
.before_after_label.before_label_text {
margin-bottom: 0;
position: fixed;
-webkit-transform:translate3d(0%,-50%,0);
-ms-transform:translate3d(0%,-50%,0);
-moz-transform:translate3d(0%,-50%,0);
-o-transform: translate3d(0%,-50%,0);
transform: translate3d(0%,-50%,0);
width: auto;
text-align: left;
padding: 10px 17px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
top: 50%;
left: 0%;
z-index: 1;
background: rgba(255, 255, 255, 0.64);
margin-left: 10px;
}
.before_after_label.after_label_text {
margin-bottom: 0;
position: absolute;
-webkit-transform:translate3d(0%,-50%,0);
-ms-transform:translate3d(0%,-50%,0);
-moz-transform:translate3d(0%,-50%,0);
-o-transform: translate3d(0%,-50%,0);
transform: translate3d(0%,-50%,0);
width: auto;
text-align: right;
padding: 10px 17px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
top: 50%;
right: 0%;
z-index: 1;
background: rgba(255, 255, 255, 0.64);
margin-right: 10px;
}  .pt_plus_dropcap {
font-size: 40px;
font-style: normal;
font-weight: 600;
font-family: "open sans";
display: inline-block;
position: relative;
text-align: center;
margin-right: 10px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius: 2px;
padding: 10px;
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
}
.pt_plus_dropcap.shadow, .pt_plus_dropcap.style-3 {
-moz-box-shadow: 0 2px 14px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
box-shadow: 0 2px 14px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 2px 14px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
border: 1px solid rgba(0,0,0,0.1);
}
.pt_plus_dropcap.style-2 {
border: 1px solid #ff214f;
}
.pt_plus_dropcap.style-3:after, .pt_plus_dropcap.style-3:before {
position: absolute;
content: "";
display: block;
border-bottom: 1px solid rgba(0,0,0,0.1);
height: 15px;
bottom: 1px;
left: 0;
right: 0;
-moz-border-radius:inherit;
-webkit-border-radius:inherit;
border-radius: inherit;
}
.pt_plus_dropcap.style-3:after{
bottom:3px;
}
.pt_plus_dropcap.style-4 {
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.pt_plus_dropcap.style-5.shadow {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}  .pt_plus_blockquote blockquote {
padding: 30px !important;
font-size: 17px !important;
margin: 0px !important;
border-radius: 2px;
border: 0 !important;
}
.pt_plus_blockquote blockquote {
display: block;
height: auto;
margin: 0 20px 25px 0 !important;
position: relative;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: transparent;
border-left: 0 !important;
}
.pt_plus_blockquote-2 blockquote:after ,.pt_plus_blockquote-3 blockquote:after,.pt_plus_blockquote-4 blockquote:after,.pt_plus_blockquote-5 blockquote:after{
content: "";
width: 0;
height: 0;
background: transparent !important;
position: relative;
}
.pt_plus_blockquote-1 blockquote:after {
content: "";
width: 55px;
height: 40px;
background: transparent;
position: absolute;
left: 15px;
top: 15px;
}
.pt_plus_blockquote .author {
padding-top: 10px;
text-align: left;
font-size: 17px;
line-height: 1.2;
}
.pt_plus_blockquote .author .fa-user {
padding-right: 8px;
}
.pt_plus_blockquote-1 blockquote {
padding: 0 !important;
top: 0 !important;
border-left: 6px solid #fff !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
padding: 30px 20px!important;
}
.qote-left {
display: inline-block;
font-size: 30px !important;
margin-right: 20px;
top: 0;
position: relative;
}
.qote-right {
display: inline-block;
font-size: 30px !important; 
margin-left: 20px;
bottom: -15px;
position: relative;
}
.pt_plus_blockquote-1  .qote-left {
display: none;
}
.pt_plus_blockquote-1  .qote-right,.pt_plus_blockquote-3  .qote-right,.pt_plus_blockquote-4  .qote-right ,.pt_plus_blockquote-5  .qote-right {
display: none;
}
.pt_plus_blockquote-2 .author {
text-align: right;
}
.pt_plus_blockquote {
display: block;
position: relative;
overflow: hidden;
}
.pt_plus_blockquote-3  .blockquote-content {
padding-left: 65px;
}
.pt_plus_blockquote-3 .fa.fa-quote-left.qote-left {
position: absolute;
font-size: 60px !important;
top: -20px;
text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}
.pt_plus_blockquote.pt_plus_blockquote-3 {
overflow: visible;
}
.pt_plus_blockquote-3 .author{
text-align: right; 
}
.pt_plus_blockquote-4 .fa.fa-quote-left.qote-left {
position: absolute;
right: 0;
top: 20px;
}
.pt_plus_blockquote-4 .author {
display: block;
position: relative;
margin-bottom: 25px; 
padding: 15px 15px 15px 30px !important;
background: #fff;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.pt_plus_blockquote-4,.pt_plus_blockquote-5 {
overflow: visible;
}
.pt_plus_blockquote-4 blockquote {
margin-bottom: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.pt_plus_blockquote-5 blockquote:before {
content: '';
width: 100%;
height: 100%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
border-left: 5px solid rgba(235,150,108,0.1);
position: absolute;
top: 0;
left: -50px;
z-index: -1;
}
.pt_plus_blockquote-5 .blockquote-content{
-webkit-box-shadow: 0 -6px 0 rgba(235,150,108,0.2);
-moz-box-shadow: 0 -6px 0 rgba(235,150,108,0.2);
box-shadow: 0 -6px 0 rgba(235,150,108,0.2);
}
.pt_plus_blockquote-5 .fa.fa-quote-left.qote-left {
display: block;
position: relative;
font-size: 50px !important;
padding-bottom: 21px;
}
.pt_plus_blockquote-5 .fa.fa-quote-left.qote-left:before {
background: #ff92b2;
display: inline-block;
width: 90px;
height: 90px;
line-height: 90px;
text-align: center;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.pt_plus_blockquote-5 blockquote{
background:#fff;
}
.pt_plus_blockquote.pt_plus_blockquote-5 {
margin-left: 50px;
}  .pt-plus-fancy-link-content {
position: relative;
display: inline-block;
}
.pt-plus-fancy-link{
vertical-align: bottom;
padding: 0 5px;
position: relative;
display: inline-block;
margin: 0;
font-size: inherit;
text-decoration: none;
outline: none;
white-space: nowrap;
overflow: hidden;
line-height: inherit;
}
a.pt-plus-fancy-link:hover{
text-decoration: none
} .pt-plus-fancy-link.fancy-link-1 span,.pt-plus-fancy-link.fancy-link-2 span,.pt-plus-fancy-link.fancy-link-3 span,.pt-plus-fancy-link.fancy-link-5 span   {
position: relative;
z-index: 1;
}
a.pt-plus-fancy-link.fancy-link-1:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(52,73,94,0.2);
content: '';
-webkit-transition: -webkit-transform 0.2s;
-moz-transition: -webkit-transform 0.2s;
-o-transition:-webkit-transform 0.2s;
-ms-transition:-webkit-transform 0.2s;
transition: transform 0.2s;
-webkit-transform: translateY(95%);
-ms-transform: translateY(95%);
-moz-transform: translateY(95%);
-o-transform:  translateY(95%);
transform: translateY(97%);
}
.pt-plus-fancy-link.fancy-link-1:hover:before {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0); 
transform: translateY(0);
}  .pt-plus-fancy-link-content:hover .fancy-link-2:before {
-webkit-transform: scaleY(0.9) translateX(0);
-ms-transform:scaleY(0.9) translateX(0);
-moz-transform:scaleY(0.9) translateX(0);
-o-transform: scaleY(0.9) translateX(0);
transform: scaleY(0.9) translateX(0);
}
a.pt-plus-fancy-link.fancy-link-2:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(149,165,166,0.4);
content: '';
-webkit-transition: -webkit-transform 0.3s;
-moz-transition:  -webkit-transform 0.3s;
-o-transition: -webkit-transform 0.3s;
-ms-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: scaleY(0.9) translateX(-101%);
-ms-transform: scaleY(0.9) translateX(-101%);
-moz-transform: scaleY(0.9) translateX(-101%);
-o-transform: scaleY(0.9) translateX(-101%); 
transform: scaleY(0.9) translateX(-101%);
} a.pt-plus-fancy-link.fancy-link-3:before {
position: absolute;
top: 0;
left: -5px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
padding: 0 5px;
width: 100%;
height: 100%;
background: #2e98c1;
content: '';
opacity: 0;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition: -moz-transform 0.2s, opacity 0.2s;
-o-transition:-o-transform 0.2s, opacity 0.2s;
-ms-transition:-ms-transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s;
-webkit-transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
-webkit-transform: scale(0);
-ms-transform: scale(0);
-moz-transform: scale(0);
-o-transform:  scale(0);
transform: scale(0);
}
.pt-plus-fancy-link-content:hover a.pt-plus-fancy-link.fancy-link-3:before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform:  scale(1);
-moz-transform:  scale(1);
-o-transform:   scale(1);
transform: scale(1);
} .fancy-link-4 {
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.fancy-link-4:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: rgba(255,255,255,1);
content: '';
opacity: 0;
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background 0.4s;
-moz-transition: -moz-transform 0.4s, opacity 0.4s, background 0.4s;
-ms-transition: -ms-transform 0.4s, opacity 0.4s, background 0.4s;
-o-transition: -o-transform 0.4s, opacity 0.4s, background 0.4s;
transition: transform 0.4s, opacity 0.4s, background 0.4s;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.pt-plus-fancy-link-content:hover .fancy-link-4:before {
background: transparent !important;
opacity: 1;
-webkit-transform: scaleX(1) scaleY(0.618);
-ms-transform: scaleX(1) scaleY(0.618);
-moz-transform: scaleX(1) scaleY(0.618);
-o-transform:  scaleX(1) scaleY(0.618);
transform: scaleX(1) scaleY(0.618);
} .pt-plus-fancy-link-content:hover .fancy-link-5:before {
-webkit-transform: rotateX(0deg);
-ms-transform:rotateX(0deg);
-moz-transform:rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.fancy-link-5:before {
position: absolute;
top: 0;
left: -4px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
padding: 0 4px;
width: 100%;
height: 100%;
content: '';
background: #b70d0d;
-webkit-transition: -webkit-transform 0.2s;
-moz-transition:  -moz-transform 0.2s;
-o-transition: -o-transform 0.2s;
-ms-transition:-ms-transform 0.2s;
transition: transform 0.2s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-webkit-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-o-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
} a.pt-plus-fancy-link.fancy-link-6:before {
position: absolute;
top: -2px;
left: -7px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
padding: 0 5px;
width: 100%;
height: 100%;
border: 2px solid #e74c3c;
content: '';
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
-moz-transition: opacity 0.2s, -moz-transform 0.2s;
-o-transition:opacity 0.2s, -o-transform 0.2s;
-ms-transition: opacity 0.2s, -ms-transform 0.2s;
transition: opacity 0.2s, transform 0.2s;
-webkit-transform: scale(0.8333);
-ms-transform: scale(0.8333);
-moz-transform: scale(0.8333);
-o-transform:  scale(0.8333);
transform: scale(0.8333);
}
.pt-plus-fancy-link-content:hover .fancy-link-6:before {
opacity: 1;
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.fancy-link-6 {
overflow: initial !important;
}
.pt-plus-fancy-link-content:hover .fancy-link-6 {
-webkit-transform: scale(0.8333);
-ms-transform:scale(0.8333);
-moz-transform: scale(0.8333);
-o-transform: scale(0.8333);
transform: scale(0.8333);
} a.pt-plus-fancy-link.fancy-link-7:before {
position: absolute;
top: -50%;
left: -50%;
padding: 1.8em 1em 1em 3.7em;
width: 200%;
height: 200%;
background-image: url(//stathisioannidis.edu.gr/wp-content/plugins/the-plus-visual-composer-addons//vc_elements/images/svg/link.svg);
-webkit-background-size:  auto 40%;
-moz-background-size: auto 40%;
-o-background-size: auto 40%;
background-size: auto 40%;
color: #404d5b;
color: transparent;
content: attr(href);
white-space: pre-wrap;
word-break: break-all;
font-weight: 600;
font-size: 0%;
line-height: 1.2;
opacity: 0.2;
-webkit-transition: opacity 0.3s, color 0.3s, -webkit-transform 0.3s, background-position 0.2s;
-moz-transition:  opacity 0.3s, color 0.3s, -moz-transform 0.3s, background-position 0.2s;
-o-transition: opacity 0.3s, color 0.3s, -o-transform 0.3s, background-position 0.2s;
-ms-transition: opacity 0.3s, color 0.3s, -ms-transform 0.3s, background-position 0.2s;
transition: opacity 0.3s, color 0.3s, transform 0.3s, background-position 0.2s;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
-moz-transform: scale(0.5);
-o-transform:  scale(0.5);
transform: scale(0.5);
pointer-events: auto;
background-position-x: -3em;
background-position-y: 50%;
z-index: 11;
background-repeat: no-repeat;
}
.pt-plus-fancy-link-content:hover a.pt-plus-fancy-link.fancy-link-7:before {
background-position: 1em 50%;
color: #fff;
font-size: 100%;
opacity: 1;
-webkit-transition-delay: 0s, 0s, 0s, 0.1s;
-moz-transition-delay: 0s, 0s, 0s, 0.1s;
-o-transition-delay: 0s, 0s, 0s, 0.1s;
transition-delay: 0s, 0s, 0s, 0.1s;
-webkit-transform: scale(1) translateY(-75%);
-ms-transform: scale(1) translateY(-75%);
-moz-transform: scale(1) translateY(-75%);
-o-transform:  scale(1) translateY(-75%);
transform: scale(1) translateY(-75%);
}
.fancy-link-7,.fancy-link-9 {
overflow: initial !important;
} .pt-plus-fancy-link-content:hover .fancy-link-8:before {
-webkit-transform: translateX(0);
-ms-transform:translateX(0);
-moz-transform:translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 0s;
-moz-transition-delay:0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.fancy-link-8:before, .fancy-link-8:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
-o-transition: -o-transform 0.3s;
-ms-transition: -ms-transform 0.3s;
transition: transform 0.3s;
pointer-events: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.fancy-link-8:before {
border-top: 2px solid #d04444;
background: transparent !important;
-webkit-transition-delay: 0.3s;
-moz-transition-delay:0.3s;
-o-transition-delay:0.3s;
transition-delay: 0.3s;
-webkit-transform: translateY( calc(100% - 2px) );
-ms-transform: translateY( calc(100% - 2px) );
-moz-transform: translateY( calc(100% - 2px) );
-o-transform:  translateY( calc(100% - 2px) );
transform: translateY( calc(100% - 2px) );
}
.fancy-link-8::after {
background: rgba(239, 40, 40, 0.7);
-webkit-transform: translateY(-100%);
-ms-transform:translateY(-100%);
-moz-transform:translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.pt-plus-fancy-link-content:hover .fancy-link-8::after {
-webkit-transform: translateX(0);
-ms-transform:translateX(0);
-moz-transform:translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-o-transition-delay:0.3s;
transition-delay: 0.3s;
} .fancy-link-9:before, .fancy-link-9:after {
position: absolute;
top: 50%;
font-weight:100;	
font-size: 150%;
line-height: 1;
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
-moz-transition: opacity 0.2s, -moz-transform 0.2s;
-o-transition: opacity 0.2s, -o-transform 0.2s;
-ms-transition: opacity 0.2s, -ms-transform 0.2s;
transition: opacity 0.2s, transform 0.2s;
}
.fancy-link-9:before{
left: -0.3em;
content: '[';
-webkit-transform: translateX(-100%) translateY(-55%);
-ms-transform: translateX(-100%) translateY(-55%);
-moz-transform: translateX(-100%) translateY(-55%);
-o-transform: translateX(-100%) translateY(-55%);
transform: translateX(-100%) translateY(-55%);
}
.fancy-link-9:after{
right: -0.3em;
content: ']';
-webkit-transform: translateX(100%) translateY(-55%);
-ms-transform:translateX(100%) translateY(-55%);
-moz-transform:translateX(100%) translateY(-55%);
-o-transform: translateX(100%) translateY(-55%);
transform: translateX(100%) translateY(-55%);
}
.pt-plus-fancy-link-content:hover .fancy-link-9::after,.pt-plus-fancy-link-content:hover .fancy-link-9::before {
opacity: 1;
-webkit-transform: translateX(0) translateY(-55%);
-ms-transform: translateX(0) translateY(-55%);
-moz-transform: translateX(0) translateY(-55%);
-o-transform: translateX(0) translateY(-55%);
transform: translateX(0) translateY(-55%);
}  .pt-plus-hightlight.highlight-hover,.highlight-normal .highlight-title{
display: inline-block;
position: relative;
overflow: hidden;
vertical-align: bottom;
padding: 0 5px;
}
.pt-plus-hightlight .highlight-title{
z-index: 2;
position: relative;
}
.pt-plus-hightlight.highlight-hover:before {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
background: rgba(149,165,166,0.4);
content: '';
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
-o-transition:-o-transform 0.3s;
-ms-transition:-ms-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: scaleY(0.9) translateX(-100%);
-ms-transform: scaleY(0.9) translateX(-100%);
-moz-transform: scaleY(0.9) translateX(-100%);
-o-transform:  scaleY(0.9) translateX(-100%);
transform: scaleY(0.9) translateX(-100%);
}
.pt-plus-hightlight.highlight-hover:hover:before {
-webkit-transform: scaleY(0.9) translateX(0);
-ms-transform: scaleY(0.9) translateX(0);
-moz-transform: scaleY(0.9) translateX(0);
-o-transform:  scaleY(0.9) translateX(0);
transform: scaleY(0.9) translateX(0);
}
.pt-plus-hightlight.highlight-hover:after {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background: rgba(149,165,166,0.4);
content: '';
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
-o-transition: -o-transform 0.3s;
-ms-transition: -ms-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: scaleY(0.9);
-ms-transform:scaleY(0.9) ;
-moz-transform:scaleY(0.9) ;
-o-transform: scaleY(0.9) ;
transform: scaleY(0.9) ;
}  .pt-plus-columns-bg-wrap .embed-responsive .embed-responsive-item,.pt-plus-columns-bg-wrap .embed-responsive iframe{
bottom:auto;
}
.pt-plus-columns-bg-wrap .embed-responsive,.ts-video-wrapper .embed-responsive,.ts-video-wrapper .embed-responsive iframe {
position: initial;
padding: 0px;
height: auto;
}
.pt-plus-columns-bg-wrap,.columns-bg-image {
will-change: left, top;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.pt-plus-row-set .pt-plus-row-bg-image-wrap {
position: static;
width: 100%;
height: 100%;
}
.pt-plus-row-bg-image-wrap  .row-bg-image-inner.grid-item.loaded {
position: static;
width: 100%;
height: 100%;
}
.pt-plus-columns-bg-wrap.columns-video-bg{
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size:cover;
-o-background-size:cover;
}
.pt-plus-columns-bg-wrap.columns-video-bg video.video-js {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.pt-plus-columns-bg-wrap.columns-video-bg .video-js {
position: relative;
width: 100%;
height: 100%;
}
.pt-plus-columns-bg-wrap.columns-video-bg .video-js .columns-bg-frame {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.pt-plus-row-overlay{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
border: none;
padding: 0;
margin: 0;
}
#pt-plus-header-breadcrumbs {
position: relative;
overflow: hidden;
}
#pt-plus-header-breadcrumbs .pt-plus-header-bg-container {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#pt-plus-header-breadcrumbs .pt-plus-page-title-inner{
position: relative;
z-index: 1;
min-height: 400px;
height: 400px;
padding: 0 0;
z-index: 0;
}
#pt-plus-header-breadcrumbs .pt-plus-page-title-inner-wrap.pos-center {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
}
#pt-plus-header-breadcrumbs .pt-plus-page-title {
font-style: normal;
font-weight: 600;
font-size: 35px;
line-height: 56px;
text-transform: none;
letter-spacing: 0px;
word-spacing: 0;
color: #fff;
text-align: inherit;
padding-bottom: 10px;
margin: 0;
}
.pt-plus-header-breadcrumbs .container {
padding: 15px;
}
.pt-plus-page-title-inner .layout-style-1 {
text-align: left;	
}
.pt-plus-page-title-inner .layout-style-2{
text-align: center;
}
.pt-plus-page-title-inner .layout-style-3{
text-align: right;
}
.breadcrumbs-title-layout-3,.breadcrumbs-title-layout-4 {
position: relative;
width: 100%;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-bottom:5px;
}
.breadcrumbs-title-layout-3 .table-cell,.breadcrumbs-title-layout-4 .table-cell {
width: max-content;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav#crumbs a{
font-size:inherit;
}
#pt-plus-header-breadcrumbs .breadcrumbs-title-layout-3 .pt-plus-page-title,#pt-plus-header-breadcrumbs .breadcrumbs-title-layout-4 .pt-plus-page-subtitle {
padding:0;
padding-right: 5px;	
}
#pt-plus-header-breadcrumbs .breadcrumbs-title-layout-3 .pt-plus-page-subtitle,#pt-plus-header-breadcrumbs .breadcrumbs-title-layout-4 .pt-plus-page-title{
padding:0;
padding-left: 15px;
}
.pt-plus-page-title-inner .layout-style-1 .breadcrumbs-title-layout-3,.pt-plus-page-title-inner .layout-style-1 .breadcrumbs-title-layout-4{
-webkit-box-pack: start!important;
-webkit-justify-content: flex-start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important;
}
.pt-plus-page-title-inner .layout-style-2 .breadcrumbs-title-layout-3,.pt-plus-page-title-inner .layout-style-2 .breadcrumbs-title-layout-4{
-webkit-box-pack: center!important;
-webkit-justify-content: center!important;
-ms-flex-pack: center!important;
justify-content: center!important;
}
.pt-plus-page-title-inner .layout-style-3 .breadcrumbs-title-layout-3,.pt-plus-page-title-inner .layout-style-3 .breadcrumbs-title-layout-4{
-webkit-box-pack: end!important;
-webkit-justify-content: flex-end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important;
}
.breadcrumbs-icon-wrap .ts-hover-draw-svg object {
pointer-events: none;
max-width: 100px;
}
.breadcrumbs-icon-wrap {
position: relative;
display: inline-block;
padding-bottom: 15px;
}
.breadcrumbs-icon-wrap .breadcrumbs-icon.small {
font-size: 30px;
}
.breadcrumbs-icon-wrap .breadcrumbs-icon.medium {
font-size: 50px;
}
.breadcrumbs-icon-wrap .breadcrumbs-icon.large {
font-size: 80px;
}
.breadcrumbs-icon-wrap .breadcrumbs-icon.x-large {
font-size: 100px;
}
.breadcrumbs-icon.ts-hover-draw-svg {
max-width: 100px;
}
.pt-plus-page-title-inner .pt-plus-page-subtitle {
font-size: 15px;
font-family: "Lora";   
line-height: 1.2;
text-align: inherit;
padding-bottom: 10px;
color: #bcbcbc;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-1 {
display: block;
width: 100%;
height: 2.9em;
line-height: 2.9em;
margin-bottom: -1px;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-2 {
display: block;
width: 100%;
height: 2.9em;
line-height: 2.9em;
position: absolute;
bottom: 0;
margin-bottom: -1px;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-3 {
display: block;
max-width: 730px;
width: 100%;
height:auto !important;
position: absolute;
bottom: 0;
margin-bottom: -3px;
border: 3px solid #ffffff;
padding: 8px 8px 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-3 .breadcrumbs-layout-style {
background: #ffffff;
padding: 60px 20px;
text-align: center;
width: 100%;
}
.pt-plus-breadcrumbs.style-3 .bread-title-content {
margin: 16px 0 0;
width: 100%;
}
.pt-plus-breadcrumbs.style-3 #crumbs span:not(.del):before {
content: "-";
position: absolute;
right: -5px;
top: 0;
}
.pt-plus-breadcrumbs.style-3 #crumbs span:not(.del):last-child:before {
display:none;
}
.pt-plus-breadcrumbs.style-3 #crumbs span:not(.del) {
position: relative;
display: inline-block;
padding:0 10px;
}
.pt-plus-breadcrumbs.style-3 #crumbs span:not(.del):first-child {
padding-left: 0;
}
.pt-plus-breadcrumbs.style-3 #crumbs span:not(.del):last-child {
padding-right: 0;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-1 > nav {
position: relative;
z-index: 1;
display: inline-block;
height: inherit;
line-height: inherit;
margin: 0;
color: #bcbcbc;
}
.pt-plus-page-title-inner-wrap.text-right .pt-plus-breadcrumbs.style-1.text-left {
position: absolute;
bottom: 0;
}
.pt-plus-page-title-inner-wrap.text-left .pt-plus-breadcrumbs.style-1.text-right {
position: absolute;
bottom: 0;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-2 > nav {
position: relative;
z-index: 1;
display: inline-block;
height: inherit;
line-height: inherit;
padding: 0 25px;
margin: 0;
color: #bcbcbc;
background: #fff;
border-top: 1px solid rgba(27,27,27,0.1);
border-left: 1px solid rgba(27,27,27,0.1);
border-right: 1px solid rgba(27,27,27,0.1);
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav:before, .pt-plus-page-title-inner .pt-plus-breadcrumbs > nav:after {
content: " ";
display: table;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav > span {
float: left;
height: inherit;
line-height: inherit;
text-transform: capitalize;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav a {
color: #28262b;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav .del {
position: relative;
padding: 0 10px;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav .del:before {
content: "/";
display: block;
width: 8px;
position: absolute;
top: 50%;
left: 50%;
margin-top: 0px;
margin-left: -1px;
-webkit-transform: rotate(20deg) translate3d(-50%,-100%,0);
-ms-transform: rotate(20deg) translate3d(-50%,-100%,0);
-moz-transform: rotate(20deg) translate3d(-50%,-100%,0);
-o-transform: rotate(20deg) translate3d(-50%,-100%,0);
transform: rotate(10deg) translate3d(0%,-50%,0);
opacity: .5;
margin-left: -8px;
}
.pt-plus-page-title-inner-wrap.title-subtitle-breadcrumbs.style-2 .pt-plus-page-title,.pt-plus-page-title-inner-wrap.subtitle-title-breadcrumbs.style-2 .pt-plus-page-subtitle  {
-webkit-transform: translate3d(0,30px,0);
transform: translate3d(0,30px,0);
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
-o-transition: -o-transform 0.4s;
-ms-transition: -ms-transform 0.4s;
transition: transform 0.4s;
z-index: 1;
position: relative;
}
.pt-plus-page-title-inner-wrap.title-subtitle-breadcrumbs.style-2:hover .pt-plus-page-title,.pt-plus-page-title-inner-wrap.subtitle-title-breadcrumbs.style-2:hover .pt-plus-page-subtitle {
-webkit-transform: translate3d(0,0px,0);
transform: translate3d(0,0px,0);
}
.pt-plus-page-title-inner-wrap.title-subtitle-breadcrumbs.style-2 .pt-plus-page-subtitle,.pt-plus-page-title-inner-wrap.subtitle-title-breadcrumbs.style-2 .pt-plus-page-title{
webkit-transform: translate3d(0,-10px,0);
transform: translate3d(0,-10px,0);
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
-o-transition: -o-transform 0.4s;
-ms-transition: -ms-transform 0.4s;
transition: transform 0.4s;
}
.pt-plus-page-title-inner-wrap.style-2 .pt-plus-page-subtitle{
opacity: 0.5;
}
.pt-plus-page-title-inner-wrap.title-subtitle-breadcrumbs.style-2:hover .pt-plus-page-subtitle,.pt-plus-page-title-inner-wrap.subtitle-title-breadcrumbs.style-2:hover .pt-plus-page-title{
-webkit-transform: translate3d(0,0px,0);
-ms-transform:translate3d(0,0px,0);
-moz-transform:translate3d(0,0px,0);
-o-transform: translate3d(0,0px,0);
transform: translate3d(0,0px,0);
}
.pt-plus-page-title-inner-wrap.style-2:hover .pt-plus-page-subtitle{
opacity: 1;
}
.breadcrumbs-bgvideo:before{
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.pt-plus-page-title-inner-wrap.pos-bottom .pt-plus-breadcrumbs, .pt-plus-page-title-inner-wrap.pos-bottom .breadcrumbs-layout-style {
vertical-align: bottom !important;
}
#pt-plus-header-breadcrumbs .container-fluid .pt-plus-page-title-inner-wrap{
padding: 0px 15px;
}@font-face{font-family:'FontAwesome';src:url(//stathisioannidis.edu.gr/wp-content/plugins/the-plus-visual-composer-addons//vc_elements/css/extra/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//stathisioannidis.edu.gr/wp-content/plugins/the-plus-visual-composer-addons//vc_elements/css/extra/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//stathisioannidis.edu.gr/wp-content/plugins/the-plus-visual-composer-addons//vc_elements/css/extra/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//stathisioannidis.edu.gr/wp-content/plugins/the-plus-visual-composer-addons//vc_elements/css/extra/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//stathisioannidis.edu.gr/wp-content/plugins/the-plus-visual-composer-addons//vc_elements/css/extra/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//stathisioannidis.edu.gr/wp-content/plugins/the-plus-visual-composer-addons//vc_elements/css/extra/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.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(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-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-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.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-remove:before,.fa-close: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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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-photo:before,.fa-image: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-warning:before,.fa-exclamation-triangle: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-gears:before,.fa-cogs: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-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars: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-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard: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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw: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-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try: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-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap: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-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-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-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-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-soccer-ball-o:before,.fa-futbol-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-shekel:before,.fa-sheqel:before,.fa-ils: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-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator: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: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-stop-o:before,.fa-hand-paper-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-tv:before,.fa-television: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-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language: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"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}.lity{z-index:99999;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,.9);outline:none!important;opacity:0;-webkit-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none!important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none!important;min-width:97%;margin:0 auto}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;-o-transition:-o-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease,-o-transform 0.3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1}.lity-close{z-index:9994;width:45px;height:45px;position:fixed;left:50%;top:auto;bottom:40px;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;background:#313131;border-radius:40px;padding:8px 12px;font-style:normal;font-size:35px;font-family:open sans;line-height:1;transition:all .2s linear;transform:translate3d(-50%,0%,0);text-shadow:none;border:0;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{transform:translate3d(-50%,0%,0) scale(1.1);text-decoration:none;text-align:center;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.lity-hide{display:none}.lity-wrap{position:absolute!important;overflow:auto!important}.lity-content img {margin: 0 auto;}.pt_plus_blockquote-4 blockquote{
margin-right:0px !important;
}
.pt_plus_blockquote-5 .fa.fa-quote-left.qote-left{
width:100%;
}
.pt_plus_cf7_form .cf7-style-6 .input__label--style-6,.pt_plus_cf7_form .cf7-style-4 .input__label-content--style-4{
padding:0 !important;
}
.cf7-style-6 .input__field--style-6:focus + .input__label--style-6 .input__label-content--style-6{
padding: 0.5em 0;
}
.pt_plus_cf7_form .cf7-style-2 .input__label--style-2::before{
border-top-width:0px !important;
}
.pt_plus_cf7_form .cf7-style-7 .input__label--style-7{
height:auto !important;
}
.pt_plus_cf7_form .cf7-style-7 .input--style-7 *,.pt_plus_cf7_form .cf7-style-1 *,.pt_plus_cf7_form .cf7-style-11 *,.pt_plus_cf7_form .cf7-style-12 * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pt_plus_cf7_form .cf7-style-12 *,.pt_plus_cf7_form .cf7-style-12 *:before,.pt_plus_cf7_form .cf7-style-12 *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
.pt_plus_cf7_form input.wpcf7-form-control.wpcf7-submit, .pt_plus_cf7_form .wpcf7 form input[type="submit"]{
height:auto !important;
}
.pt-plus-client-list-style-content.client-content-2 .blur{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pt_plus_button *:before, .pt_plus_button *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#pt-plus-header-breadcrumbs .container {
background: transparent;
clear: both;
}
.pt_plus_animated_image figure,figure.product-image {
margin: 0;
}
.pt_plus_infobanner *,.pt_plus_infobanner *:before, .pt_plus_infobanner *:after,.info-box-bg-box *,.progress_bar *,.pt_plus_social_list *,.pt_plus_tabs_block *,.tm_list *,#pt_plus_timeline *,.post-inner-loop *{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tm-featured-image, .tm-featured-image img {
position: relative;
display: block;
width: 100%;
}
.blog-featured-image, .blog-featured-image img {
position: relative;
display: block;
width: 100%;
}
.tp-portfolio-image, .tp-portfolio-image img {
position: relative;
display: block;
width: 100%;
}
hr.hr-border {
margin: 20px auto;
}
#list-product-post .product {
width: 100%;
}
.pt-plus-list-product-post figure.product-image a .image-overlay {
display: none !important;
}
.pt_plus_social_list ul.social_list li {
margin-left: 0px;
}
.pt_plus_social_list ul.social_list li a:hover {
text-decoration: blink;
}
.pt_plus_tabs_block .style-1 .vc_tta-tab{
text-align:center;
}
.slick-dots.style-4 li::after{
top:0;
}
.pt_theplus-list-portfolio-post .image-overlay {
display: none !important;
}
.pt_theplus-list-portfolio-post .portfolio-item:hover {
text-decoration: blink;
}
.post-inner-loop.slick-slider,.pt-plus-testi-nav.testi-inner-loop,.testi-inner-loop,.pt-plus-testi-nav-loop{
background:transparent !important;
}
.wpcf7-response-output.wpcf7-display-none {
display: none;
}
ul.pricing-content li {
margin-left: 0px;
}
.ts-video-caption-text{
width:100%;
}
a.button-link-wrap,.pt_plus_info_box a,.pt_plus_social_list a,.post-inner-loop a,.pt-plus-testimonial-slide a,.post-load-more {
text-decoration: blink;
}
.pt_plus_animated_svg[class*=" icon-"]:before, .pt_plus_animated_svg[class^=icon-]:before,.ts-icon[class*=" icon-"]:before,.ts-icon[class^=icon-]:before{
display: none;
}

.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .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-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.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 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.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(//stathisioannidis.edu.gr/wp-content/plugins/weekly-class/assets/libs/owlcarousel/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms 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 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.ladda-button{position:relative}.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;height:32px;top:50%;margin-top:0;opacity:0;pointer-events:none}.ladda-button .ladda-label{position:relative;z-index:3}.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);visibility:hidden;opacity:0;-webkit-transition:0.1s linear all !important;-moz-transition:0.1s linear all !important;-ms-transition:0.1s linear all !important;-o-transition:0.1s linear all !important;transition:0.1s linear all !important}.ladda-button[data-loading] .ladda-progress{opacity:1;visibility:visible}.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{-webkit-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-moz-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-ms-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-o-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important}.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label{-webkit-transition:0.3s ease all !important;-moz-transition:0.3s ease all !important;-ms-transition:0.3s ease all !important;-o-transition:0.3s ease all !important;transition:0.3s ease all !important}.ladda-button[data-style=expand-right] .ladda-spinner{right:-6px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right:-12px}.ladda-button[data-style=expand-right][data-loading]{padding-right:56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"]{padding-right:40px}.ladda-button[data-style=expand-left] .ladda-spinner{left:26px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner{left:4px}.ladda-button[data-style=expand-left][data-loading]{padding-left:56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"]{padding-left:40px}.ladda-button[data-style=expand-up]{overflow:hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top:-32px;left:50%;margin-left:0}.ladda-button[data-style=expand-up][data-loading]{padding-top:54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;top:26px;margin-top:0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"]{padding-top:32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner{top:4px}.ladda-button[data-style=expand-down]{overflow:hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top:62px;left:50%;margin-left:0}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner{top:40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom:54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"]{padding-bottom:32px}.ladda-button[data-style=slide-left]{overflow:hidden}.ladda-button[data-style=slide-left] .ladda-label{position:relative}.ladda-button[data-style=slide-left] .ladda-spinner{left:100%;margin-left:0}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity:0;left:-100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-right]{overflow:hidden}.ladda-button[data-style=slide-right] .ladda-label{position:relative}.ladda-button[data-style=slide-right] .ladda-spinner{right:100%;margin-left:0;left:16px}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity:0;left:100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-up]{overflow:hidden}.ladda-button[data-style=slide-up] .ladda-label{position:relative}.ladda-button[data-style=slide-up] .ladda-spinner{left:50%;margin-left:0;margin-top:1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity:0;top:-1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=slide-down]{overflow:hidden}.ladda-button[data-style=slide-down] .ladda-label{position:relative}.ladda-button[data-style=slide-down] .ladda-spinner{left:50%;margin-left:0;margin-top:-2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity:0;top:1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=zoom-out]{overflow:hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left:50%;margin-left:32px;-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=zoom-in]{overflow:hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.ladda-button[data-style=zoom-in] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(2.2);-moz-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=contract]{overflow:hidden;width:100px}.ladda-button[data-style=contract] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract][data-loading]{border-radius:50%;width:52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=contract-overlay]{overflow:hidden;width:100px;box-shadow:0px 0px 0px 2000px transparent}.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:52px;box-shadow:0px 0px 0px 2000px rgba(0,0,0,0.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}
@font-face {
font-family: 'themify';
src:url(//stathisioannidis.edu.gr/wp-content/plugins/weekly-class/assets/libs/themify/fonts/themify.eot);
src:url(//stathisioannidis.edu.gr/wp-content/plugins/weekly-class/assets/libs/themify/fonts/themify.eot) format('embedded-opentype'),
url(//stathisioannidis.edu.gr/wp-content/plugins/weekly-class/assets/libs/themify/fonts/themify.woff) format('woff'),
url(//stathisioannidis.edu.gr/wp-content/plugins/weekly-class/assets/libs/themify/fonts/themify.ttf) format('truetype'),
url(//stathisioannidis.edu.gr/wp-content/plugins/weekly-class/assets/libs/themify/fonts/themify.svg) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
content: "\e600";
}
.ti-volume:before {
content: "\e601";
}
.ti-user:before {
content: "\e602";
}
.ti-unlock:before {
content: "\e603";
}
.ti-unlink:before {
content: "\e604";
}
.ti-trash:before {
content: "\e605";
}
.ti-thought:before {
content: "\e606";
}
.ti-target:before {
content: "\e607";
}
.ti-tag:before {
content: "\e608";
}
.ti-tablet:before {
content: "\e609";
}
.ti-star:before {
content: "\e60a";
}
.ti-spray:before {
content: "\e60b";
}
.ti-signal:before {
content: "\e60c";
}
.ti-shopping-cart:before {
content: "\e60d";
}
.ti-shopping-cart-full:before {
content: "\e60e";
}
.ti-settings:before {
content: "\e60f";
}
.ti-search:before {
content: "\e610";
}
.ti-zoom-in:before {
content: "\e611";
}
.ti-zoom-out:before {
content: "\e612";
}
.ti-cut:before {
content: "\e613";
}
.ti-ruler:before {
content: "\e614";
}
.ti-ruler-pencil:before {
content: "\e615";
}
.ti-ruler-alt:before {
content: "\e616";
}
.ti-bookmark:before {
content: "\e617";
}
.ti-bookmark-alt:before {
content: "\e618";
}
.ti-reload:before {
content: "\e619";
}
.ti-plus:before {
content: "\e61a";
}
.ti-pin:before {
content: "\e61b";
}
.ti-pencil:before {
content: "\e61c";
}
.ti-pencil-alt:before {
content: "\e61d";
}
.ti-paint-roller:before {
content: "\e61e";
}
.ti-paint-bucket:before {
content: "\e61f";
}
.ti-na:before {
content: "\e620";
}
.ti-mobile:before {
content: "\e621";
}
.ti-minus:before {
content: "\e622";
}
.ti-medall:before {
content: "\e623";
}
.ti-medall-alt:before {
content: "\e624";
}
.ti-marker:before {
content: "\e625";
}
.ti-marker-alt:before {
content: "\e626";
}
.ti-arrow-up:before {
content: "\e627";
}
.ti-arrow-right:before {
content: "\e628";
}
.ti-arrow-left:before {
content: "\e629";
}
.ti-arrow-down:before {
content: "\e62a";
}
.ti-lock:before {
content: "\e62b";
}
.ti-location-arrow:before {
content: "\e62c";
}
.ti-link:before {
content: "\e62d";
}
.ti-layout:before {
content: "\e62e";
}
.ti-layers:before {
content: "\e62f";
}
.ti-layers-alt:before {
content: "\e630";
}
.ti-key:before {
content: "\e631";
}
.ti-import:before {
content: "\e632";
}
.ti-image:before {
content: "\e633";
}
.ti-heart:before {
content: "\e634";
}
.ti-heart-broken:before {
content: "\e635";
}
.ti-hand-stop:before {
content: "\e636";
}
.ti-hand-open:before {
content: "\e637";
}
.ti-hand-drag:before {
content: "\e638";
}
.ti-folder:before {
content: "\e639";
}
.ti-flag:before {
content: "\e63a";
}
.ti-flag-alt:before {
content: "\e63b";
}
.ti-flag-alt-2:before {
content: "\e63c";
}
.ti-eye:before {
content: "\e63d";
}
.ti-export:before {
content: "\e63e";
}
.ti-exchange-vertical:before {
content: "\e63f";
}
.ti-desktop:before {
content: "\e640";
}
.ti-cup:before {
content: "\e641";
}
.ti-crown:before {
content: "\e642";
}
.ti-comments:before {
content: "\e643";
}
.ti-comment:before {
content: "\e644";
}
.ti-comment-alt:before {
content: "\e645";
}
.ti-close:before {
content: "\e646";
}
.ti-clip:before {
content: "\e647";
}
.ti-angle-up:before {
content: "\e648";
}
.ti-angle-right:before {
content: "\e649";
}
.ti-angle-left:before {
content: "\e64a";
}
.ti-angle-down:before {
content: "\e64b";
}
.ti-check:before {
content: "\e64c";
}
.ti-check-box:before {
content: "\e64d";
}
.ti-camera:before {
content: "\e64e";
}
.ti-announcement:before {
content: "\e64f";
}
.ti-brush:before {
content: "\e650";
}
.ti-briefcase:before {
content: "\e651";
}
.ti-bolt:before {
content: "\e652";
}
.ti-bolt-alt:before {
content: "\e653";
}
.ti-blackboard:before {
content: "\e654";
}
.ti-bag:before {
content: "\e655";
}
.ti-move:before {
content: "\e656";
}
.ti-arrows-vertical:before {
content: "\e657";
}
.ti-arrows-horizontal:before {
content: "\e658";
}
.ti-fullscreen:before {
content: "\e659";
}
.ti-arrow-top-right:before {
content: "\e65a";
}
.ti-arrow-top-left:before {
content: "\e65b";
}
.ti-arrow-circle-up:before {
content: "\e65c";
}
.ti-arrow-circle-right:before {
content: "\e65d";
}
.ti-arrow-circle-left:before {
content: "\e65e";
}
.ti-arrow-circle-down:before {
content: "\e65f";
}
.ti-angle-double-up:before {
content: "\e660";
}
.ti-angle-double-right:before {
content: "\e661";
}
.ti-angle-double-left:before {
content: "\e662";
}
.ti-angle-double-down:before {
content: "\e663";
}
.ti-zip:before {
content: "\e664";
}
.ti-world:before {
content: "\e665";
}
.ti-wheelchair:before {
content: "\e666";
}
.ti-view-list:before {
content: "\e667";
}
.ti-view-list-alt:before {
content: "\e668";
}
.ti-view-grid:before {
content: "\e669";
}
.ti-uppercase:before {
content: "\e66a";
}
.ti-upload:before {
content: "\e66b";
}
.ti-underline:before {
content: "\e66c";
}
.ti-truck:before {
content: "\e66d";
}
.ti-timer:before {
content: "\e66e";
}
.ti-ticket:before {
content: "\e66f";
}
.ti-thumb-up:before {
content: "\e670";
}
.ti-thumb-down:before {
content: "\e671";
}
.ti-text:before {
content: "\e672";
}
.ti-stats-up:before {
content: "\e673";
}
.ti-stats-down:before {
content: "\e674";
}
.ti-split-v:before {
content: "\e675";
}
.ti-split-h:before {
content: "\e676";
}
.ti-smallcap:before {
content: "\e677";
}
.ti-shine:before {
content: "\e678";
}
.ti-shift-right:before {
content: "\e679";
}
.ti-shift-left:before {
content: "\e67a";
}
.ti-shield:before {
content: "\e67b";
}
.ti-notepad:before {
content: "\e67c";
}
.ti-server:before {
content: "\e67d";
}
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}
.ti-pulse:before {
content: "\e680";
}
.ti-printer:before {
content: "\e681";
}
.ti-power-off:before {
content: "\e682";
}
.ti-plug:before {
content: "\e683";
}
.ti-pie-chart:before {
content: "\e684";
}
.ti-paragraph:before {
content: "\e685";
}
.ti-panel:before {
content: "\e686";
}
.ti-package:before {
content: "\e687";
}
.ti-music:before {
content: "\e688";
}
.ti-music-alt:before {
content: "\e689";
}
.ti-mouse:before {
content: "\e68a";
}
.ti-mouse-alt:before {
content: "\e68b";
}
.ti-money:before {
content: "\e68c";
}
.ti-microphone:before {
content: "\e68d";
}
.ti-menu:before {
content: "\e68e";
}
.ti-menu-alt:before {
content: "\e68f";
}
.ti-map:before {
content: "\e690";
}
.ti-map-alt:before {
content: "\e691";
}
.ti-loop:before {
content: "\e692";
}
.ti-location-pin:before {
content: "\e693";
}
.ti-list:before {
content: "\e694";
}
.ti-light-bulb:before {
content: "\e695";
}
.ti-Italic:before {
content: "\e696";
}
.ti-info:before {
content: "\e697";
}
.ti-infinite:before {
content: "\e698";
}
.ti-id-badge:before {
content: "\e699";
}
.ti-hummer:before {
content: "\e69a";
}
.ti-home:before {
content: "\e69b";
}
.ti-help:before {
content: "\e69c";
}
.ti-headphone:before {
content: "\e69d";
}
.ti-harddrives:before {
content: "\e69e";
}
.ti-harddrive:before {
content: "\e69f";
}
.ti-gift:before {
content: "\e6a0";
}
.ti-game:before {
content: "\e6a1";
}
.ti-filter:before {
content: "\e6a2";
}
.ti-files:before {
content: "\e6a3";
}
.ti-file:before {
content: "\e6a4";
}
.ti-eraser:before {
content: "\e6a5";
}
.ti-envelope:before {
content: "\e6a6";
}
.ti-download:before {
content: "\e6a7";
}
.ti-direction:before {
content: "\e6a8";
}
.ti-direction-alt:before {
content: "\e6a9";
}
.ti-dashboard:before {
content: "\e6aa";
}
.ti-control-stop:before {
content: "\e6ab";
}
.ti-control-shuffle:before {
content: "\e6ac";
}
.ti-control-play:before {
content: "\e6ad";
}
.ti-control-pause:before {
content: "\e6ae";
}
.ti-control-forward:before {
content: "\e6af";
}
.ti-control-backward:before {
content: "\e6b0";
}
.ti-cloud:before {
content: "\e6b1";
}
.ti-cloud-up:before {
content: "\e6b2";
}
.ti-cloud-down:before {
content: "\e6b3";
}
.ti-clipboard:before {
content: "\e6b4";
}
.ti-car:before {
content: "\e6b5";
}
.ti-calendar:before {
content: "\e6b6";
}
.ti-book:before {
content: "\e6b7";
}
.ti-bell:before {
content: "\e6b8";
}
.ti-basketball:before {
content: "\e6b9";
}
.ti-bar-chart:before {
content: "\e6ba";
}
.ti-bar-chart-alt:before {
content: "\e6bb";
}
.ti-back-right:before {
content: "\e6bc";
}
.ti-back-left:before {
content: "\e6bd";
}
.ti-arrows-corner:before {
content: "\e6be";
}
.ti-archive:before {
content: "\e6bf";
}
.ti-anchor:before {
content: "\e6c0";
}
.ti-align-right:before {
content: "\e6c1";
}
.ti-align-left:before {
content: "\e6c2";
}
.ti-align-justify:before {
content: "\e6c3";
}
.ti-align-center:before {
content: "\e6c4";
}
.ti-alert:before {
content: "\e6c5";
}
.ti-alarm-clock:before {
content: "\e6c6";
}
.ti-agenda:before {
content: "\e6c7";
}
.ti-write:before {
content: "\e6c8";
}
.ti-window:before {
content: "\e6c9";
}
.ti-widgetized:before {
content: "\e6ca";
}
.ti-widget:before {
content: "\e6cb";
}
.ti-widget-alt:before {
content: "\e6cc";
}
.ti-wallet:before {
content: "\e6cd";
}
.ti-video-clapper:before {
content: "\e6ce";
}
.ti-video-camera:before {
content: "\e6cf";
}
.ti-vector:before {
content: "\e6d0";
}
.ti-themify-logo:before {
content: "\e6d1";
}
.ti-themify-favicon:before {
content: "\e6d2";
}
.ti-themify-favicon-alt:before {
content: "\e6d3";
}
.ti-support:before {
content: "\e6d4";
}
.ti-stamp:before {
content: "\e6d5";
}
.ti-split-v-alt:before {
content: "\e6d6";
}
.ti-slice:before {
content: "\e6d7";
}
.ti-shortcode:before {
content: "\e6d8";
}
.ti-shift-right-alt:before {
content: "\e6d9";
}
.ti-shift-left-alt:before {
content: "\e6da";
}
.ti-ruler-alt-2:before {
content: "\e6db";
}
.ti-receipt:before {
content: "\e6dc";
}
.ti-pin2:before {
content: "\e6dd";
}
.ti-pin-alt:before {
content: "\e6de";
}
.ti-pencil-alt2:before {
content: "\e6df";
}
.ti-palette:before {
content: "\e6e0";
}
.ti-more:before {
content: "\e6e1";
}
.ti-more-alt:before {
content: "\e6e2";
}
.ti-microphone-alt:before {
content: "\e6e3";
}
.ti-magnet:before {
content: "\e6e4";
}
.ti-line-double:before {
content: "\e6e5";
}
.ti-line-dotted:before {
content: "\e6e6";
}
.ti-line-dashed:before {
content: "\e6e7";
}
.ti-layout-width-full:before {
content: "\e6e8";
}
.ti-layout-width-default:before {
content: "\e6e9";
}
.ti-layout-width-default-alt:before {
content: "\e6ea";
}
.ti-layout-tab:before {
content: "\e6eb";
}
.ti-layout-tab-window:before {
content: "\e6ec";
}
.ti-layout-tab-v:before {
content: "\e6ed";
}
.ti-layout-tab-min:before {
content: "\e6ee";
}
.ti-layout-slider:before {
content: "\e6ef";
}
.ti-layout-slider-alt:before {
content: "\e6f0";
}
.ti-layout-sidebar-right:before {
content: "\e6f1";
}
.ti-layout-sidebar-none:before {
content: "\e6f2";
}
.ti-layout-sidebar-left:before {
content: "\e6f3";
}
.ti-layout-placeholder:before {
content: "\e6f4";
}
.ti-layout-menu:before {
content: "\e6f5";
}
.ti-layout-menu-v:before {
content: "\e6f6";
}
.ti-layout-menu-separated:before {
content: "\e6f7";
}
.ti-layout-menu-full:before {
content: "\e6f8";
}
.ti-layout-media-right-alt:before {
content: "\e6f9";
}
.ti-layout-media-right:before {
content: "\e6fa";
}
.ti-layout-media-overlay:before {
content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
content: "\e6fd";
}
.ti-layout-media-left-alt:before {
content: "\e6fe";
}
.ti-layout-media-left:before {
content: "\e6ff";
}
.ti-layout-media-center-alt:before {
content: "\e700";
}
.ti-layout-media-center:before {
content: "\e701";
}
.ti-layout-list-thumb:before {
content: "\e702";
}
.ti-layout-list-thumb-alt:before {
content: "\e703";
}
.ti-layout-list-post:before {
content: "\e704";
}
.ti-layout-list-large-image:before {
content: "\e705";
}
.ti-layout-line-solid:before {
content: "\e706";
}
.ti-layout-grid4:before {
content: "\e707";
}
.ti-layout-grid3:before {
content: "\e708";
}
.ti-layout-grid2:before {
content: "\e709";
}
.ti-layout-grid2-thumb:before {
content: "\e70a";
}
.ti-layout-cta-right:before {
content: "\e70b";
}
.ti-layout-cta-left:before {
content: "\e70c";
}
.ti-layout-cta-center:before {
content: "\e70d";
}
.ti-layout-cta-btn-right:before {
content: "\e70e";
}
.ti-layout-cta-btn-left:before {
content: "\e70f";
}
.ti-layout-column4:before {
content: "\e710";
}
.ti-layout-column3:before {
content: "\e711";
}
.ti-layout-column2:before {
content: "\e712";
}
.ti-layout-accordion-separated:before {
content: "\e713";
}
.ti-layout-accordion-merged:before {
content: "\e714";
}
.ti-layout-accordion-list:before {
content: "\e715";
}
.ti-ink-pen:before {
content: "\e716";
}
.ti-info-alt:before {
content: "\e717";
}
.ti-help-alt:before {
content: "\e718";
}
.ti-headphone-alt:before {
content: "\e719";
}
.ti-hand-point-up:before {
content: "\e71a";
}
.ti-hand-point-right:before {
content: "\e71b";
}
.ti-hand-point-left:before {
content: "\e71c";
}
.ti-hand-point-down:before {
content: "\e71d";
}
.ti-gallery:before {
content: "\e71e";
}
.ti-face-smile:before {
content: "\e71f";
}
.ti-face-sad:before {
content: "\e720";
}
.ti-credit-card:before {
content: "\e721";
}
.ti-control-skip-forward:before {
content: "\e722";
}
.ti-control-skip-backward:before {
content: "\e723";
}
.ti-control-record:before {
content: "\e724";
}
.ti-control-eject:before {
content: "\e725";
}
.ti-comments-smiley:before {
content: "\e726";
}
.ti-brush-alt:before {
content: "\e727";
}
.ti-youtube:before {
content: "\e728";
}
.ti-vimeo:before {
content: "\e729";
}
.ti-twitter:before {
content: "\e72a";
}
.ti-time:before {
content: "\e72b";
}
.ti-tumblr:before {
content: "\e72c";
}
.ti-skype:before {
content: "\e72d";
}
.ti-share:before {
content: "\e72e";
}
.ti-share-alt:before {
content: "\e72f";
}
.ti-rocket:before {
content: "\e730";
}
.ti-pinterest:before {
content: "\e731";
}
.ti-new-window:before {
content: "\e732";
}
.ti-microsoft:before {
content: "\e733";
}
.ti-list-ol:before {
content: "\e734";
}
.ti-linkedin:before {
content: "\e735";
}
.ti-layout-sidebar-2:before {
content: "\e736";
}
.ti-layout-grid4-alt:before {
content: "\e737";
}
.ti-layout-grid3-alt:before {
content: "\e738";
}
.ti-layout-grid2-alt:before {
content: "\e739";
}
.ti-layout-column4-alt:before {
content: "\e73a";
}
.ti-layout-column3-alt:before {
content: "\e73b";
}
.ti-layout-column2-alt:before {
content: "\e73c";
}
.ti-instagram:before {
content: "\e73d";
}
.ti-google:before {
content: "\e73e";
}
.ti-github:before {
content: "\e73f";
}
.ti-flickr:before {
content: "\e740";
}
.ti-facebook:before {
content: "\e741";
}
.ti-dropbox:before {
content: "\e742";
}
.ti-dribbble:before {
content: "\e743";
}
.ti-apple:before {
content: "\e744";
}
.ti-android:before {
content: "\e745";
}
.ti-save:before {
content: "\e746";
}
.ti-save-alt:before {
content: "\e747";
}
.ti-yahoo:before {
content: "\e748";
}
.ti-wordpress:before {
content: "\e749";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-tumblr-alt:before {
content: "\e74c";
}
.ti-trello:before {
content: "\e74d";
}
.ti-stack-overflow:before {
content: "\e74e";
}
.ti-soundcloud:before {
content: "\e74f";
}
.ti-sharethis:before {
content: "\e750";
}
.ti-sharethis-alt:before {
content: "\e751";
}
.ti-reddit:before {
content: "\e752";
}
.ti-pinterest-alt:before {
content: "\e753";
}
.ti-microsoft-alt:before {
content: "\e754";
}
.ti-linux:before {
content: "\e755";
}
.ti-jsfiddle:before {
content: "\e756";
}
.ti-joomla:before {
content: "\e757";
}
.ti-html5:before {
content: "\e758";
}
.ti-flickr-alt:before {
content: "\e759";
}
.ti-email:before {
content: "\e75a";
}
.ti-drupal:before {
content: "\e75b";
}
.ti-dropbox-alt:before {
content: "\e75c";
}
.ti-css3:before {
content: "\e75d";
}
.ti-rss:before {
content: "\e75e";
}
.ti-rss-alt:before {
content: "\e75f";
}
.wcs-timetable__container {
position: relative;
min-height: 12.5vh;
clear: both;
width: 100%;
padding: 5vh 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.wcs-timetable__container::after {
content: '';
display: block;
clear: both; }
.wcs-timetable__container * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.wcs-timetable__container .wcs-filters__container {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.wcs-timetable__container .wcs-timetable {
-ms-flex-preferred-size: 100%;
flex-basis: 100%; }
@media (min-width: 992px) {
.wcs-timetable__container.wcs-timetable--with-filters:not(.wcs-timetable--filters-center) .wcs-filters__container {
-ms-flex-preferred-size: 210px;
flex-basis: 210px;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0; }
.wcs-timetable__container.wcs-timetable--with-filters:not(.wcs-timetable--filters-center) .wcs-filters__container .wcs-filters__filter-column:first-child {
padding-top: 0; }
.wcs-timetable__container.wcs-timetable--with-filters:not(.wcs-timetable--filters-center) .wcs-filters__container .wcs-filters__filter-column:first-child::before {
display: none; }
.wcs-timetable__container.wcs-timetable--with-filters:not(.wcs-timetable--filters-center) .wcs-timetable {
-ms-flex-preferred-size: 40%;
flex-basis: 40%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.wcs-timetable__container.wcs-timetable--with-filters.wcs-timetable--filters-center.wcs-timetable--filters-without-toggle .wcs-filters__filter-column {
padding-top: 0; }
.wcs-timetable__container.wcs-timetable--with-filters.wcs-timetable--filters-center.wcs-timetable--filters-without-toggle .wcs-filters__filter-column::before {
display: none; }
.wcs-timetable__container.wcs-timetable--with-filters.wcs-timetable--filters-right .wcs-filters__container {
margin-left: 30px;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.wcs-timetable__container.wcs-timetable--with-filters.wcs-timetable--filters-left .wcs-filters__container {
margin-right: 30px;
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.wcs-timetable__container.wcs-timetable--with-filters.wcs-timetable--filters-center .wcs-timetable {
margin-top: 1vh; } }
.wcs-timetable__container table, .wcs-timetable__container thead, .wcs-timetable__container tbody, .wcs-timetable__container tr, .wcs-timetable__container td, .wcs-timetable__container th {
border: none !important; }
.wcs-timetable__container .wcs-mobile {
display: none; }
.wcs-timetable__container .wcs-content {
display: none; }
.wcs-timetable__container h2 {
margin: 0 0 1vh;
padding: 1vh 0;
text-align: left; }
.wcs-timetable__container h3 {
font-size: 160%;
line-height: 1.25; }
.wcs-timetable__container a:not(.wcs-btn) {
color: inherit; }
.wcs-timetable__container a:not(.wcs-btn):hover {
color: inherit;
opacity: 0.75; }
.wcs-timetable__container .wcs-class__title:not(td) {
margin: 0;
padding: 0; }
.wcs-timetable {
text-align: center;
position: relative;
width: 100%; }
.wcs-timetable.disabled {
opacity: 0.5; }
.wcs-timetable--class-title {
margin: 0;
padding: 0;
font-size: 140%;
line-height: 1.4;
color: inherit; }
.wcs-class__non-breakable {
display: inline-block;
white-space: nowrap; }
.wcs-class__title {
word-break: break-word; }
.wcs-filters {
margin: 0;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%; }
.wcs-filters__filter-column {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative;
padding: 2vh 5px 0;
margin-bottom: 1.5vh;
-ms-flex-preferred-size: 160px;
flex-basis: 160px; }
.wcs-filters__filter-column::before {
content: '';
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
border-top: 1px solid currentColor;
opacity: 0.125; }
.wcs-filters__filter-column:last-of-type {
padding-bottom: 0;
border-bottom: none !important; }
.wcs-filters__filter-wrapper {
margin: 0.5vh 0;
display: block;
font-size: 90%;
font-weight: normal;
cursor: pointer; }
.wcs-filters__filter-wrapper .wcs-filter {
margin-top: 0;
margin-right: 7px; }
.wcs-filters__filter-wrapper--padded {
padding-left: 22px; }
.wcs-filters__filter-wrapper--padded:first-of-type {
padding-left: 0; }
.wcs-filters.disabled div {
opacity: 0.5; }
.wcs-filters__title {
font-size: 90%;
font-weight: bold;
display: block;
padding: 0;
margin: 0 0 1vh; }
.wcs-filters--inline .wcs-filter {
display: none; }
.wcs-filters--inline .wcs-filters__filter-wrapper {
display: inline-block;
margin-right: 1vh; }
.wcs-filters--inline .wcs-filters__filter-column {
padding-left: 0;
padding-right: 0;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.wcs-filters--inline .wcs-filters__title {
display: inline-block;
margin: 0 1vh 0 0; }
.wcs-filters .wcs-filter:checked + span {
position: relative;
display: inline-block; }
.wcs-filter-toggler {
display: inline-block;
padding: 0 5px;
line-height: 2.4;
cursor: pointer;
font-weight: bold; }
.wcs-filter-toggler-container {
text-align: right;
display: none;
-ms-flex-preferred-size: 100%;
flex-basis: 100%; }
.wcs-timetable--filters-with-toggle .wcs-filter-toggler-container {
display: block; }
.wcs-filter-toggler em {
display: inline-block;
margin-left: 5px; }
.wcs-filters--switches .wcs-switcher__switch {
background: currentColor;
border-radius: 48px;
display: inline-block;
width: 22px;
position: relative;
height: 13px;
cursor: pointer;
-webkit-transition: background .2s ease-in-out !important;
transition: background .2s ease-in-out !important;
margin-right: 10px;
float: left;
margin-top: 3px;
-webkit-box-shadow: 1px 1px 0px white;
box-shadow: 1px 1px 0px white; }
.wcs-filters--switches .wcs-filter {
display: none; }
.wcs-filters--switches .wcs-filter + .wcs-switcher__switch .wcs-switcher__handler {
border-radius: 50%;
width: 11px;
height: 11px;
background: #fff;
position: absolute;
top: 1px;
left: 1px; }
.wcs-filters--switches .wcs-filter:checked + .wcs-switcher__switch .wcs-switcher__handler {
right: 1px;
left: auto; }
.wcs-timetable--filters-center .wcs-filters--inline {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.wcs-timetable--filters-center .wcs-filters__container {
padding-bottom: 2em; }
.wcs-timetable__list {
list-style: none;
padding: 0;
margin: 0;
text-align: left; }
.wcs-timetable__list .wcs-class {
list-style: none;
margin: inherit;
padding: inherit;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
min-height: 12.5vh;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-animation: fadein 1s;
animation: fadein 1s; }
@media (max-width: 768px) {
.wcs-timetable__list .wcs-class {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch; } }
.wcs-timetable__list .wcs-class::before {
content: '';
display: block;
position: absolute;
top: 1px;
right: 0;
bottom: 0;
left: 0;
background-color: currentcolor;
opacity: 0;
z-index: 0; }
.wcs-timetable__list .wcs-class::after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
border-top: 1px solid currentColor;
opacity: 0.075; }
.wcs-timetable__list .wcs-class:hover::before {
opacity: 0.04; }
.wcs-timetable__list .wcs-class--canceled {
opacity: 0.85;
text-decoration: line-through; }
.wcs-timetable__list .wcs-class--canceled:hover::before {
opacity: 0; }
.wcs-timetable__list .wcs-class--canceled * {
color: currentColor !important;
opacity: 0.6; }
.wcs-timetable__list .wcs-class--canceled .wcs-class__action,
.wcs-timetable__list .wcs-class--canceled .wcs-class__image {
display: none; }
.wcs-timetable__list .wcs-class--canceled a {
cursor: text; }
.wcs-timetable__list .wcs-class__excerpt {
margin-top: 1vh; }
.wcs-timetable__list .wcs-class .wcs-class__action,
.wcs-timetable__list .wcs-class .wcs-class__image,
.wcs-timetable__list .wcs-class .wcs-class__meta,
.wcs-timetable__list .wcs-class .wcs-class__time {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 3vh 15px;
z-index: 1; }
.wcs-timetable__list .wcs-class .wcs-class__meta {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
@media (max-width: 768px) {
.wcs-timetable__list .wcs-class .wcs-class__meta {
margin: 10px 20px; } }
.wcs-timetable__list .wcs-class .wcs-class_time-duration {
font-size: 100%;
line-height: 1.4;
margin: 0;
opacity: 0.75; }
.wcs-timetable__list .wcs-class .wcs-class__time {
text-align: center;
-ms-flex-negative: 0;
flex-shrink: 0;
margin: 3vh 15px 3vh 30px; }
.wcs-timetable__list .wcs-class .wcs-class__time span {
display: block;
width: 100%; }
.wcs-timetable__list .wcs-class .wcs-class__time span:first-child {
font-size: 196%;
line-height: 1; }
.wcs-timetable__list .wcs-class .wcs-class__time span:last-child {
font-size: 100%;
line-height: 1.4; }
@media (max-width: 768px) {
.wcs-timetable__list .wcs-class .wcs-class__time {
display: block;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: 1;
flex-flow: 1;
width: calc(100% - 40px);
margin: 20px 20px 0;
text-align: left; }
.wcs-timetable__list .wcs-class .wcs-class__time span {
display: inline-block;
width: auto; }
.wcs-timetable__list .wcs-class .wcs-class__time span:first-child {
font-size: inherit;
line-height: inherit; }
.wcs-timetable__list .wcs-class .wcs-class__time span:last-child {
font-size: inherit; } }
.wcs-timetable__list .wcs-class .wcs-class__image {
width: 12.5vh;
background-size: cover;
background-position: center center;
margin: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-item-align: stretch;
align-self: stretch; }
@media (max-width: 768px) {
.wcs-timetable__list .wcs-class .wcs-class__image {
display: none; } }
.wcs-timetable__list .wcs-class .wcs-class__action {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-left: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
@media (max-width: 768px) {
.wcs-timetable__list .wcs-class .wcs-class__action {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
margin: 0 20px 20px; } }
.wcs-timetable__list .wcs-timetable__zero-data {
text-align: center;
min-height: 20vh; }
.wcs-timetable__list .wcs-timetable__zero-data::before {
opacity: 0.08; }
.wcs-timetable__list .wcs-class__inner-flex {
width: 100%; }
.wcs-timetable__list .wcs-class__duration {
text-transform: none; }
.wcs-timetable__list .wcs-class__duration::before {
opacity: 1; }
.wcs-timetable__compact-list {
width: 100%;
display: block;
padding: 0;
margin: 0;
list-style: none;
text-align: left; }
.wcs-timetable__compact-list .wcs-day {
border-color: inherit;
-webkit-transition: background-color, border-left-color 300ms;
transition: background-color, border-left-color 300ms;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
padding: 0; }
.wcs-timetable__compact-list .wcs-day + .wcs-timetable__compact-list .wcs-day {
margin-top: 5vh; }
@media (min-width: 768px) {
.wcs-timetable__compact-list .wcs-day + .wcs-timetable__compact-list .wcs-day {
margin-top: auto; } }
@media (min-width: 768px) {
.wcs-timetable__compact-list .wcs-day {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.wcs-timetable__compact-list .wcs-day--visible:not(:last-child)::after {
content: '';
display: block;
position: absolute;
border-bottom-style: solid;
border-bottom-width: 1px;
opacity: 0.25;
bottom: 0;
left: 0;
right: 0; } }
.wcs-timetable__compact-list .wcs-day__date {
line-height: 1.64;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 1vh 0;
text-overflow: ellipsis;
min-width: 90px;
font-size: normal; }
@media (min-width: 768px) {
.wcs-timetable__compact-list .wcs-day__date {
width: 18%; } }
@media (min-width: 1200px) {
.wcs-timetable__compact-list .wcs-day__date {
font-size: large; } }
.wcs-timetable__compact-list .wcs-day .wcs-timetable__classes {
padding: 0;
margin: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.wcs-timetable__compact-list .wcs-day .wcs-timetable__classes::before {
content: '';
display: block;
position: absolute;
border-top: 3px solid;
right: 0;
left: 0;
top: 0; }
@media (min-width: 768px) {
.wcs-timetable__compact-list .wcs-day .wcs-timetable__classes::before {
border-left: 3px solid;
bottom: 0;
right: auto; } }
.wcs-timetable__compact-list .wcs-class:last-child::after {
display: none; }
.wcs-timetable__compact-list .wcs-timetable__classes {
list-style: none;
padding: 0;
margin: 0;
border-color: inherit;
width: 100%;
position: relative; }
.wcs-timetable__compact-list .wcs-class {
padding: 2vh 0;
position: relative;
min-height: 7.5vh;
width: 100%; }
@media (min-width: 768px) {
.wcs-timetable__compact-list .wcs-class {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 1vh 0 1vh 2vh; }
.wcs-timetable__compact-list .wcs-class:not(.wcs-class--canceled):hover::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: currentcolor;
opacity: 0.05; } }
.wcs-timetable__compact-list .wcs-class--visible:last-child::after {
display: none; }
.wcs-timetable__compact-list .wcs-class--visible::after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-bottom-style: dashed;
border-bottom-width: 1px;
border-bottom-color: inherit;
opacity: 0.15; }
.wcs-timetable__compact-list .wcs-class__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative; }
@media (min-width: 768px) {
.wcs-timetable__compact-list .wcs-class__content {
padding: 0 2vh; } }
.wcs-timetable__compact-list .wcs-class__title {
font-size: normal;
margin-bottom: 5px; }
.wcs-timetable__compact-list .wcs-class__title.wcs-modal-call {
cursor: pointer; }
@media (min-width: 768px) {
.wcs-timetable__compact-list .wcs-class__title {
font-size: larger; } }
@media (min-width: 1200px) {
.wcs-timetable__compact-list .wcs-class__title {
font-size: 120%; } }
.wcs-timetable__compact-list .wcs-class__time {
width: 100%; }
.wcs-timetable__compact-list .wcs-class__time .wcs-class__duration {
display: inline-block;
font-size: 100%;
padding-left: 10px; }
@media (min-width: 768px) {
.wcs-timetable__compact-list .wcs-class__time {
line-height: 1.96;
width: 15vh;
min-width: 160px;
text-align: center;
padding: 0; }
.wcs-timetable__compact-list .wcs-class__time .wcs-class__duration {
padding-left: 0;
display: block;
font-size: 90%; } }
.wcs-timetable__compact-list .wcs-class__excerpt {
margin-top: 1vh; }
.wcs-timetable__compact-list small {
display: inline-block;
opacity: 0.75;
margin: 0 !important;
padding: 0;
font-size: 90%;
line-height: 1.4; }
@media (min-width: 768px) {
.wcs-timetable__compact-list small {
display: block; } }
.wcs-timetable__compact-list span {
font-size: inherit; }
.wcs-timetable__compact-list .wcs-class--canceled {
position: relative; }
.wcs-timetable__compact-list .wcs-class--canceled::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: currentcolor;
opacity: 0.025; }
.wcs-timetable__compact-list .wcs-class--canceled .wcs-class__time,
.wcs-timetable__compact-list .wcs-class--canceled .wcs-class__title,
.wcs-timetable__compact-list .wcs-class--canceled small {
text-decoration: line-through;
opacity: 0.25;
color: inherit !important; }
.wcs-timetable__compact-list .wcs-class--canceled .wcs-class__time small {
opacity: 1; }
.wcs-timetable__compact-list .wcs-class--canceled a {
cursor: text;
color: inherit; }
.wcs-timetable__compact-list .wcs-class--canceled a:hover {
color: inherit;
opacity: 1; }
.wcs-timetable--large {
width: 100%;
text-align: left; }
.wcs-timetable--large .wcs-table {
display: table; }
.wcs-timetable--large .wcs-table__te {
display: table-row; }
.wcs-timetable--large .wcs-table__te > div {
display: table-cell; }
.wcs-timetable--large tbody {
border-color: inherit;
display: block;
width: 100%; }
@media (min-width: 768px) {
.wcs-timetable--large tbody {
display: table-row-group; } }
.wcs-timetable--large .wcs-table__tr {
border-color: inherit; }
.wcs-timetable--large .wcs-table__tr:first-of-type .wcs-table__td {
border-top: none; }
.wcs-timetable--large .no-classes {
border-style: solid;
border-width: 1px; }
.wcs-timetable--large .wcs-class__time {
letter-spacing: 1px;
text-align: center; }
.wcs-timetable--large .wcs-class__time span {
display: inline-block; }
.wcs-timetable--large .wcs-table__tr {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 20px 0; }
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading {
display: block;
width: 100%; }
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-table__td:first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px; }
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-table__td:last-child {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px; }
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-table__td {
padding: 10px;
border-top: none;
text-align: left;
cursor: inherit;
text-transform: capitalize; }
@media (min-width: 768px) {
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-table__td {
padding: 2vh 1.5vh; } }
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading + .wcs-table__tr > .wcs-table__td {
border-top: none; }
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__time {
width: 100%;
display: block;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
text-align: center; }
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__title,
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__locations,
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__instructors {
display: none; }
@media (min-width: 768px) {
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading {
display: table-row; }
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__time {
width: 17.5%;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
display: table-cell; }
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__duration {
width: 7.5%; }
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__title {
padding-left: 0;
display: table-cell; }
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__locations,
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__instructors {
width: 20%;
display: table-cell; } }
.wcs-timetable--large .wcs-table__tr .wcs-table__td {
padding: 10px;
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
@media (min-width: 768px) {
.wcs-timetable--large .wcs-table__tr .wcs-table__td {
padding: 2vh 1.5vh;
display: table-cell; } }
.wcs-timetable--large .wcs-table__tr .wcs-table__td.wcs_class__duration {
text-align: right; }
.wcs-timetable--large .wcs-table__tr .wcs-class__excerpt {
margin-top: 0.5vh;
font-size: 90%;
opacity: 0.75; }
.wcs-timetable--large .wcs-table__tr small {
display: block;
opacity: 0.75;
line-height: 1.6; }
.wcs-timetable--large .wcs-table__tr [data-wcs-location] a,
.wcs-timetable--large .wcs-table__tr [data-wcs-instructor] a {
position: relative;
z-index: 1; }
@media (max-width: 767px) {
.wcs-timetable--large .wcs-table__tr .wcs-class__time {
width: 50%;
text-align: left; }
.wcs-timetable--large .wcs-table__tr .wcs-class__duration {
width: 50%;
text-align: right; }
.wcs-timetable--large .wcs-table__tr .wcs-class__title {
padding: 0 10px 10px;
width: 100%; }
.wcs-timetable--large .wcs-table__tr .wcs-class__locations,
.wcs-timetable--large .wcs-table__tr .wcs-class__instructors {
width: 100%;
padding: 0 10px; }
.wcs-timetable--large .wcs-table__tr .wcs-class__locations::before {
content: attr(data-wcs-location) ":";
display: inline-block;
opacity: 0.75;
margin-right: 10px; }
.wcs-timetable--large .wcs-table__tr .wcs-class__instructors::before {
content: attr(data-wcs-instructor) ":";
display: inline-block;
opacity: 0.75;
margin-right: 10px; } }
@media (min-width: 768px) {
.wcs-timetable--large .wcs-table__tr {
display: table-row;
padding: 0; }
.wcs-timetable--large .wcs-table__tr:not(.wcs-timetable__heading) + .wcs-table__tr:not(.wcs-timetable__heading) .wcs-table__td::after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
border-top-width: 1px;
border-top-style: solid;
border-top-color: inherit;
opacity: 0.15; }
.wcs-timetable--large .wcs-table__tr:not(.wcs-timetable__heading):not(.wcs-class--canceled):hover .wcs-table__td::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: currentcolor;
opacity: 0.05;
z-index: 0; } }
.wcs-timetable--large .wcs-table__tr:not(.wcs-class--canceled) .wcs-modal-call {
cursor: pointer; }
.wcs-timetable--large .wcs-table__tr.wcs-class--canceled {
text-decoration: line-through;
opacity: 0.45;
position: relative; }
.wcs-timetable--large .wcs-table__tr.wcs-class--canceled .wcs-table__td {
position: static; }
@media (min-width: 768px) {
.wcs-timetable--large .wcs-table__tr.wcs-class--canceled .wcs-table__td {
position: relative; }
.wcs-timetable--large .wcs-table__tr.wcs-class--canceled .wcs-table__td::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: currentcolor;
opacity: 0.125; } }
.wcs-timetable--large .wcs-table__tr.wcs-class--canceled .wcs-table__td:first-of-type::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: currentcolor;
opacity: 0.125; }
.wcs-timetable--large span {
font-size: inherit; }
.wcs-timetable__week {
padding: 0;
margin: 0;
text-align: left; }
@media (min-width: 992px) {
.wcs-timetable__week {
margin: 0 -0.2vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; } }
@media (min-width: 992px) {
.wcs-timetable__week .wcs-timetable__spacer {
-webkit-box-flex: 10;
-ms-flex-positive: 10;
flex-grow: 10;
position: relative;
z-index: 1; }
.wcs-timetable__week .wcs-timetable__spacer::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
background-size: 6px;
background-color: rgba(255, 255, 255, 0.3);
background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27rgba(0, 0, 0, 0.3)%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%270%200%2012%2012%27%20enable-background%3D%27new%200%200%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M12%2C2.121V0H9.879L0%2C9.879V12h2.121L12%2C2.121z%20M9.879%2C12L12%2C9.879V12H9.879z%20M0%2C2.121V0h2.121L0%2C2.121z%27/%3E%0A%3C/svg%3E");
content: '';
z-index: -1;
opacity: 0.2;
z-index: 0; } }
.wcs-timetable__week .wcs-day {
margin: 0;
padding: 0;
min-height: 15vh; }
@media (min-width: 992px) {
.wcs-timetable__week .wcs-day {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
margin: 0 0.2vh; } }
.wcs-timetable__week .wcs-day:last-child .wcs-timetable--classes .wcs-timetable--class {
border-right: none !important; }
.wcs-timetable__week .wcs-day__title {
font-size: 110%;
position: relative;
padding: 1vh;
margin: 0 0 0.4vh 0 !important; }
@media (min-width: 992px) {
.wcs-timetable__week .wcs-day__title {
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
text-align: center;
padding: 1vh 0; } }
.wcs-timetable__week .wcs-day__title::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: currentcolor;
opacity: 0.125; }
.wcs-timetable__week .wcs-day__title small {
font-size: 80%; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes {
padding: 0;
margin: 0 0 0.4vh 0; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class {
padding: 10px 15px;
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 90%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class .wcs-class__title {
-webkit-box-flex: 3;
-ms-flex-positive: 3;
flex-grow: 3; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class .wcs-class__time {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: right; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class div {
-webkit-box-flex: 4;
-ms-flex-positive: 4;
flex-grow: 4;
-ms-flex-item-align: end;
align-self: flex-end;
width: 100%; }
@media (min-width: 992px) {
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class .wcs-class__title {
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
width: 100%;
display: block; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class .wcs-class__time {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: left;
width: 100%; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class div {
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-item-align: end;
align-self: flex-end; } }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class + .wcs-class {
margin: 0.4vh 0 0; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class > div {
font-size: 80%;
position: relative;
width: 100%;
opacity: 0.6;
-webkit-transition: opacity 100ms ease-in;
transition: opacity 100ms ease-in; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class:hover > div {
opacity: 0.95; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.06;
background-color: currentcolor;
-webkit-transition: opacity, background-color, border 100ms ease-in;
transition: opacity, background-color, border 100ms ease-in; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class:hover::before {
opacity: 0.05;
background-color: transparent;
border: 0.4vh solid; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class small {
text-overflow: ellipsis;
display: block;
font-size: inherit;
position: relative;
cursor: pointer; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class--canceled {
opacity: 0.75;
position: relative;
z-index: 1; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class--canceled::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
background-size: 6px;
background-color: rgba(255, 255, 255, 0.3);
background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27rgba(0, 0, 0, 0.3)%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%270%200%2012%2012%27%20enable-background%3D%27new%200%200%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M12%2C2.121V0H9.879L0%2C9.879V12h2.121L12%2C2.121z%20M9.879%2C12L12%2C9.879V12H9.879z%20M0%2C2.121V0h2.121L0%2C2.121z%27/%3E%0A%3C/svg%3E");
content: '';
z-index: -1;
opacity: 0.2;
z-index: 0; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class--canceled .wcs-timetable--class-title,
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class--canceled .wcs-timetable--time,
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class--canceled > div {
opacity: 0.45; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class--canceled::before {
background-color: transparent;
border: 0.4vh solid; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class--canceled:hover::before {
background-color: transparent; }
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class--canceled:hover > div {
opacity: 0.45; }
.wcs-timetable__week .wcs-class__time {
font-size: inherit; }
.wcs-timetable__week time {
display: block;
font-size: inherit;
opacity: 0.75;
margin-bottom: 1.5vh; }
.wcs-timetable__week time span {
font-size: inherit;
white-space: normal;
display: inline-block; }
.wcs-timetable__week .wcs-class--dark {
color: rgba(0, 0, 0, 0.75); }
.wcs-timetable__week .wcs-class--light {
color: rgba(255, 255, 255, 0.75); }
@media (min-width: 992px) {
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-1 {
min-height: 4.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-2 {
min-height: 4.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-3 {
min-height: 4.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-4 {
min-height: 5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-5 {
min-height: 6.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-6 {
min-height: 7.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-7 {
min-height: 8.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-8 {
min-height: 10vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-9 {
min-height: 11.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-10 {
min-height: 12.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-11 {
min-height: 13.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-12 {
min-height: 15vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-13 {
min-height: 16.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-14 {
min-height: 17.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-15 {
min-height: 18.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-16 {
min-height: 20vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-17 {
min-height: 21.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-18 {
min-height: 22.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-19 {
min-height: 23.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-20 {
min-height: 25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-21 {
min-height: 26.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-22 {
min-height: 27.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-23 {
min-height: 28.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-24 {
min-height: 30vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-25 {
min-height: 31.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-26 {
min-height: 32.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-27 {
min-height: 33.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-28 {
min-height: 35vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-29 {
min-height: 36.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-30 {
min-height: 37.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-31 {
min-height: 38.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-32 {
min-height: 40vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-33 {
min-height: 41.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-34 {
min-height: 42.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-35 {
min-height: 43.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-36 {
min-height: 45vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-37 {
min-height: 46.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-38 {
min-height: 47.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-39 {
min-height: 48.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-40 {
min-height: 50vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-41 {
min-height: 51.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-42 {
min-height: 52.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-43 {
min-height: 53.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-44 {
min-height: 55vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-45 {
min-height: 56.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-46 {
min-height: 57.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-47 {
min-height: 58.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-48 {
min-height: 60vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-49 {
min-height: 61.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-50 {
min-height: 62.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-51 {
min-height: 63.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-52 {
min-height: 65vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-53 {
min-height: 66.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-54 {
min-height: 67.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-55 {
min-height: 68.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-56 {
min-height: 70vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-57 {
min-height: 71.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-58 {
min-height: 72.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-59 {
min-height: 73.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-60 {
min-height: 75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-61 {
min-height: 76.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-62 {
min-height: 77.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-63 {
min-height: 78.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-64 {
min-height: 80vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-65 {
min-height: 81.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-66 {
min-height: 82.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-67 {
min-height: 83.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-68 {
min-height: 85vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-69 {
min-height: 86.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-70 {
min-height: 87.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-71 {
min-height: 88.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-72 {
min-height: 90vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-73 {
min-height: 91.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-74 {
min-height: 92.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-75 {
min-height: 93.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-76 {
min-height: 95vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-77 {
min-height: 96.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-78 {
min-height: 97.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-79 {
min-height: 98.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-80 {
min-height: 100vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-81 {
min-height: 101.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-82 {
min-height: 102.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-83 {
min-height: 103.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-84 {
min-height: 105vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-85 {
min-height: 106.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-86 {
min-height: 107.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-87 {
min-height: 108.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-88 {
min-height: 110vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-89 {
min-height: 111.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-90 {
min-height: 112.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-91 {
min-height: 113.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-92 {
min-height: 115vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-93 {
min-height: 116.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-94 {
min-height: 117.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-95 {
min-height: 118.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-96 {
min-height: 120vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-97 {
min-height: 121.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-98 {
min-height: 122.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-99 {
min-height: 123.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-100 {
min-height: 125vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-101 {
min-height: 126.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-102 {
min-height: 127.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-103 {
min-height: 128.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-104 {
min-height: 130vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-105 {
min-height: 131.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-106 {
min-height: 132.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-107 {
min-height: 133.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-108 {
min-height: 135vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-109 {
min-height: 136.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-110 {
min-height: 137.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-111 {
min-height: 138.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-112 {
min-height: 140vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-113 {
min-height: 141.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-114 {
min-height: 142.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-115 {
min-height: 143.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-116 {
min-height: 145vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-117 {
min-height: 146.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-118 {
min-height: 147.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-119 {
min-height: 148.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-120 {
min-height: 150vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-121 {
min-height: 151.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-122 {
min-height: 152.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-123 {
min-height: 153.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-124 {
min-height: 155vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-125 {
min-height: 156.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-126 {
min-height: 157.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-127 {
min-height: 158.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-128 {
min-height: 160vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-129 {
min-height: 161.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-130 {
min-height: 162.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-131 {
min-height: 163.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-132 {
min-height: 165vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-133 {
min-height: 166.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-134 {
min-height: 167.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-135 {
min-height: 168.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-136 {
min-height: 170vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-137 {
min-height: 171.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-138 {
min-height: 172.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-139 {
min-height: 173.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-140 {
min-height: 175vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-141 {
min-height: 176.25vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-142 {
min-height: 177.5vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-143 {
min-height: 178.75vh; }
.wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-144 {
min-height: 180vh; } }
.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-timetable__week {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-row {
display: none;
width: 100%;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
@media (min-width: 992px) {
.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex; } }
.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-row .wcs-empty-time {
position: relative;
z-index: 1;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-row .wcs-empty-time::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
background-size: 6px;
background-color: rgba(255, 255, 255, 0.3);
background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27rgba(0, 0, 0, 0.3)%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%270%200%2012%2012%27%20enable-background%3D%27new%200%200%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M12%2C2.121V0H9.879L0%2C9.879V12h2.121L12%2C2.121z%20M9.879%2C12L12%2C9.879V12H9.879z%20M0%2C2.121V0h2.121L0%2C2.121z%27/%3E%0A%3C/svg%3E");
content: '';
z-index: -1;
opacity: 0.2;
z-index: 0; }
.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-row .wcs-timetable__classes {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-row .wcs-day {
-ms-flex-preferred-size: 10%;
flex-basis: 10%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-row + .wcs-row {
margin: 0.4vh 0 0;
position: relative; }
.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-timetable__week .wcs-day__title {
margin-bottom: 0 !important; }
.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-timetable__week .wcs-day {
min-height: auto; }
.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-timetable__week .wcs-day.wcs-day__time {
text-align: center;
-ms-flex-item-align: stretch;
align-self: stretch;
-ms-flex-preferred-size: 90px;
flex-basis: 90px;
-ms-flex-negative: 0;
flex-shrink: 0;
font-weight: bold;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-timetable__week .wcs-day.wcs-day__time::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: currentColor;
opacity: 0.05; }
@media (min-width: 992px) {
.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-timetable__week > .wcs-day {
display: none !important; } }
.wcs-timetable--style-3 .wcs-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-bottom: 1em; }
.wcs-timetable--style-3 .wcs-navigation__title {
-ms-flex-item-align: center;
align-self: center;
font-size: 120%;
padding-left: 1em;
padding-right: 1em;
font-weight: bold; }
.wcs-timetable--style-3 .wcs-navigation .wcs-btn {
border: none;
border-radius: 2px; }
.wcs-timetable--style-3 .wcs-navigation .wcs-btn--next {
-ms-flex-item-align: end;
align-self: flex-end; }
.wcs-timetable__tabs .wcs-timetable__tabs-nav,
.wcs-timetable__tabs .wcs-timetable__tabs-data {
list-style: none;
margin: 0;
padding: 0; }
.wcs-timetable__tabs .wcs-timetable__tabs-nav li,
.wcs-timetable__tabs .wcs-timetable__tabs-data li {
display: none;
list-style: none;
margin: 0; }
.wcs-timetable__tabs .wcs-timetable__tabs-nav {
margin-bottom: 6vh;
width: 100%;
position: relative; }
.wcs-timetable__tabs .wcs-timetable__tabs-nav::before {
content: '';
display: block;
position: absolute;
right: 0;
top: 100%;
left: 0;
border-bottom: 1px solid;
opacity: 0.8; }
.wcs-timetable__tabs .wcs-timetable__tabs-nav a {
display: block;
padding: 2vh;
outline: none;
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none; }
.wcs-timetable__tabs .wcs-timetable__tabs-nav li {
display: inline-block;
position: relative; }
.wcs-timetable__tabs .wcs-timetable__tabs-nav li + li::before {
content: '';
display: block;
position: absolute;
top: 20%;
left: 0;
bottom: 20%;
border-left: 1px solid currentcolor;
opacity: 0.8; }
.wcs-timetable__tabs .wcs-timetable__tabs-nav li.active::before {
display: none; }
.wcs-timetable__tabs .wcs-timetable__tabs-nav li.active + li::before {
display: none; }
.wcs-timetable__tabs .wcs-timetable__tabs-nav li.active::after {
content: '';
display: block;
position: absolute;
top: 100%;
left: 50%;
margin-left: -1vh;
border-left: 1vh solid transparent;
border-right: 1vh solid transparent;
border-top-width: 1vh;
border-top-style: solid; }
.wcs-timetable__tabs .wcs-timetable__tabs-data > .active {
display: block; }
.wcs-timetable__tabs .wcs-timetable__tabs-data li {
text-align: center; }
.wcs-timetable__tabs .wcs-timetable__tabs-data span {
font-size: inherit; }
.wcs-timetable__tabs .wcs-timetable__tabs-data table {
width: 100%; }
.wcs-timetable__tabs .wcs-timetable__tabs-data table + table {
margin-top: 2.5vh; }
.wcs-timetable__tabs .wcs-timetable__tabs-data td,
.wcs-timetable__tabs .wcs-timetable__tabs-data th {
padding: 1vh 0.5vh;
position: relative;
text-align: center; }
.wcs-timetable__tabs .wcs-timetable__tabs-data th {
font-weight: bold; }
.wcs-timetable__tabs .wcs-timetable__tabs-data th::before {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-bottom: 1px solid currentcolor;
opacity: 0.2; }
.wcs-timetable__tabs .wcs-timetable__tabs-data th.wcs-class__time {
width: 20%; }
.wcs-timetable__tabs .wcs-timetable__tabs-data th.wcs-class__action {
width: 10%; }
.wcs-timetable__tabs .wcs-timetable__tabs-data th.wcs-class__locations, .wcs-timetable__tabs .wcs-timetable__tabs-data th.wcs-class__instructors {
width: 15%; }
.wcs-timetable__tabs .wcs-timetable__tabs-data td {
font-size: 90%; }
.wcs-timetable__tabs .wcs-timetable__tabs-data td::before {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
top: 0;
right: 0;
background-color: currentcolor;
opacity: 0;
-webkit-transition: none;
transition: none; }
.wcs-timetable__tabs .wcs-timetable__tabs-data td + td::after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
top: 0;
border-left: 1px solid currentcolor;
opacity: 0.2; }
.wcs-timetable__tabs .wcs-timetable__tabs-data tr:hover td::before {
opacity: 0.1; }
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class,
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__title {
text-align: left; }
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__title {
min-width: 350px;
padding-left: 2vh;
padding-right: 2vh; }
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__time em {
display: inline-block;
white-space: normal; }
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__duration {
white-space: nowrap;
width: 7%; }
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-modal-call {
position: relative;
cursor: pointer; }
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-btn {
margin: 3px; }
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class--canceled td {
position: relative;
z-index: 1; }
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class--canceled td::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
background-size: 6px;
background-color: rgba(255, 255, 255, 0.3);
background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27rgba(0, 0, 0, 0.3)%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%270%200%2012%2012%27%20enable-background%3D%27new%200%200%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M12%2C2.121V0H9.879L0%2C9.879V12h2.121L12%2C2.121z%20M9.879%2C12L12%2C9.879V12H9.879z%20M0%2C2.121V0h2.121L0%2C2.121z%27/%3E%0A%3C/svg%3E");
content: '';
z-index: -1;
opacity: 0.2;
z-index: 0; }
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class--canceled td .wcs-class__time {
opacity: 0.35; }
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class--canceled:hover td::before {
display: none; }
@media (max-width: 992px) {
.wcs-timetable__tabs .wcs-timetable__tabs-data table,
.wcs-timetable__tabs .wcs-timetable__tabs-data tbody,
.wcs-timetable__tabs .wcs-timetable__tabs-data td {
display: block; }
.wcs-timetable__tabs .wcs-timetable__tabs-data tr {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
text-align: left;
margin: -1vh 0 5vh -1vh;
position: relative; }
.wcs-timetable__tabs .wcs-timetable__tabs-data tr:last-of-type {
margin-bottom: 0; }
.wcs-timetable__tabs .wcs-timetable__tabs-data tr + tr {
padding-top: 5vh; }
.wcs-timetable__tabs .wcs-timetable__tabs-data tr + tr::after {
content: '';
position: absolute;
display: block;
top: 0;
left: 0;
right: 0;
border-top: 1px solid currentcolor;
opacity: 0.125; }
.wcs-timetable__tabs .wcs-timetable__tabs-data td {
margin: 1vh 0 0 1vh;
padding: 0;
text-align: left;
-ms-flex-preferred-size: calc(50% - 1vh);
flex-basis: calc(50% - 1vh); }
.wcs-timetable__tabs .wcs-timetable__tabs-data td::before, .wcs-timetable__tabs .wcs-timetable__tabs-data td::after {
display: none !important; }
.wcs-timetable__tabs .wcs-timetable__tabs-data thead {
display: block;
width: 100%;
margin-bottom: 2vh; }
.wcs-timetable__tabs .wcs-timetable__tabs-data thead th {
display: none; }
.wcs-timetable__tabs .wcs-timetable__tabs-data thead th:first-child {
display: block;
width: 100%; }
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__duration {
text-align: right; }
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__title {
font-size: 120%;
padding: 1vh 0; }
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__title,
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__action {
-ms-flex-preferred-size: calc(100% - 1vh);
flex-basis: calc(100% - 1vh); }
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__locations::before,
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__instructors::before {
content: attr(data-wcs-label);
display: block !important;
font-size: 80%;
position: static;
background-color: transparent;
opacity: 1 !important; } }
.wcs-timetable__agenda .wcs-timetable__agenda-nav,
.wcs-timetable__agenda .wcs-timetable__agenda-data {
list-style: none;
margin: 0;
padding: 0; }
.wcs-timetable__agenda .wcs-timetable__agenda-nav li,
.wcs-timetable__agenda .wcs-timetable__agenda-data li {
display: none;
list-style: none;
margin: 0; }
.wcs-timetable__agenda .wcs-timetable__agenda-nav {
margin-bottom: 3vh;
width: 100%;
position: relative;
text-align: left; }
.wcs-timetable__agenda .wcs-timetable__agenda-nav a {
display: block;
padding: 1vh 0;
outline: none;
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 100%;
text-align: center;
font-weight: bold;
min-width: 3vh;
cursor: pointer; }
.wcs-timetable__agenda .wcs-timetable__agenda-nav a span {
display: block;
font-size: 140%;
font-weight: normal !important; }
.wcs-timetable__agenda .wcs-timetable__agenda-nav li {
display: inline-block;
position: relative;
margin: 0 1vh 1vh; }
.wcs-timetable__agenda .wcs-timetable__agenda-nav li.active::before {
display: none; }
.wcs-timetable__agenda .wcs-timetable__agenda-nav li.active + li::before {
display: none; }
.wcs-timetable__agenda .wcs-timetable__agenda-nav li.active::after {
content: '';
display: block;
position: absolute;
top: 100%;
left: 0;
right: 0;
border-bottom: 3px solid currentcolor; }
.wcs-timetable__agenda .wcs-timetable__agenda-data > .active {
display: block; }
.wcs-timetable__agenda .wcs-timetable__agenda-data li {
text-align: center; }
.wcs-timetable__agenda .wcs-timetable__agenda-data span {
font-size: inherit; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 2vh;
padding-left: 1vh; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class + .wcs-class {
padding-top: 2vh;
position: relative; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class + .wcs-class::before {
content: '';
display: block;
position: absolute;
opacity: 0.125;
-webkit-transition: opacity 100ms ease-in;
transition: opacity 100ms ease-in;
border-top: 1px solid currentcolor;
top: 0;
right: 0;
left: 0; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class,
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__title {
text-align: left; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__duration {
width: 6vh;
height: 6vh;
min-width: 4em;
min-height: 4em;
font-size: 90%;
line-height: 1;
text-overflow: ellipsis;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
vertical-align: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
letter-spacing: -1px;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-preferred-size: 6vh;
flex-basis: 6vh;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-item-align: center;
align-self: center; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__duration::before {
content: '';
display: block;
position: absolute;
opacity: 0.125;
-webkit-transition: opacity 100ms ease-in;
transition: opacity 100ms ease-in;
border: 1px solid currentcolor;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__duration::before {
border-radius: 100%; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__duration span {
width: 100%;
text-align: center;
font-weight: bold;
opacity: 0.75; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__title-meta {
-ms-flex-item-align: center;
align-self: center;
width: 100%; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-meta {
font-size: 90%; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__duration + .wcs-class__title-meta {
padding-left: 2vh; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__title {
margin: 0; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__time em {
display: inline-block;
white-space: normal; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__time .ti-time {
font-size: .8em;
margin-right: .25em; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-modal-call {
position: relative;
cursor: pointer; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-btn {
margin: 3px 0; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class--canceled {
position: relative;
z-index: 1; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class--canceled::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
background-size: 6px;
background-color: rgba(255, 255, 255, 0.3);
background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27rgba(0, 0, 0, 0.3)%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%270%200%2012%2012%27%20enable-background%3D%27new%200%200%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M12%2C2.121V0H9.879L0%2C9.879V12h2.121L12%2C2.121z%20M9.879%2C12L12%2C9.879V12H9.879z%20M0%2C2.121V0h2.121L0%2C2.121z%27/%3E%0A%3C/svg%3E");
content: '';
z-index: -1;
opacity: 0.2;
z-index: 0; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class--canceled .wcs-class__time {
opacity: 0.35; }
@media (max-width: 992px) {
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__duration {
text-align: right; }
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__locations::before,
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__instructors::before {
content: attr(data-wcs-label);
display: block !important;
font-size: 80%;
position: static;
background-color: transparent;
opacity: 1 !important; } }
.wcs-timetable--carousel {
min-width: 0; }
.wcs-timetable__carousel {
padding: 0;
margin: 0;
width: 100%;
max-width: 100%;
min-width: 0; }
.wcs-timetable__carousel.owl-carousel.owl-carousel .owl-stage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.wcs-timetable__carousel.owl-carousel.owl-carousel .owl-stage::after {
display: none; }
.wcs-timetable__carousel.owl-carousel .owl-stage-outer {
max-width: 100%;
min-width: 0; }
.wcs-timetable__carousel.owl-carousel.owl-carousel .owl-item {
float: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.wcs-timetable__carousel .wcs-spacer {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.wcs-timetable__carousel .owl-nav {
position: relative;
margin: 3vh 0 0 0; }
.wcs-timetable__carousel .owl-prev,
.wcs-timetable__carousel .owl-next {
position: absolute; }
.wcs-timetable__carousel .owl-prev::before,
.wcs-timetable__carousel .owl-next::before {
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 120%; }
.wcs-timetable__carousel .owl-prev {
left: 0; }
.wcs-timetable__carousel .owl-prev::before {
content: "\e629"; }
.wcs-timetable__carousel .owl-next {
right: 0; }
.wcs-timetable__carousel .owl-next::before {
content: "\e628"; }
.wcs-timetable__carousel .owl-dots {
margin: 3vh 0 0; }
.wcs-timetable__carousel .owl-dot {
display: inline-block;
border: 1px solid currentColor;
border-radius: 100%;
width: 1.5vh;
height: 1.5vh;
margin: 0 0.5vh;
opacity: 0.45; }
.wcs-timetable__carousel .owl-dot.active {
background: currentcolor;
opacity: 1; }
.wcs-timetable__carousel .wcs-class {
text-align: left;
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-radius: 2px;
-ms-flex-line-pack: justify;
align-content: space-between;
width: 100%; }
.wcs-timetable__carousel .wcs-class.vue-element {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.wcs-timetable__carousel .wcs-class__title {
font-weight: bold;
display: block;
font-size: 110%;
margin: 2vh 2vh 1vh !important;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0; }
.wcs-timetable__carousel .wcs-class__excerpt {
margin: 0 2vh 10px; }
.wcs-timetable__carousel .wcs-class__meta {
font-size: 85%;
margin: 2vh 2vh 0 !important; }
.wcs-timetable__carousel .wcs-class__meta-label {
font-weight: bold;
opacity: 0.75;
display: block; }
.wcs-timetable__carousel .wcs-class__date-time {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
padding-top: 2vh;
position: relative;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-item-align: end;
align-self: flex-end;
margin-top: 2vh;
padding-bottom: 2vh;
font-size: 85%; }
.wcs-timetable__carousel .wcs-class__date-time::before {
content: '';
display: block;
position: absolute;
opacity: 0.125;
-webkit-transition: opacity 100ms ease-in;
transition: opacity 100ms ease-in;
border-top: 1px solid currentcolor;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.wcs-timetable__carousel .wcs-class__date-time-icon {
-ms-flex-preferred-size: 15%;
flex-basis: 15%;
-ms-flex-item-align: center;
align-self: center;
text-align: center;
padding-left: 2vh;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.wcs-timetable__carousel .wcs-class__time {
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 35%;
flex-basis: 35%;
position: relative;
padding-left: 1vh; }
.wcs-timetable__carousel .wcs-class__time::before {
content: '';
display: block;
position: absolute;
opacity: 0.125;
-webkit-transition: opacity 100ms ease-in;
transition: opacity 100ms ease-in;
border-right: 1px solid currentcolor;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.wcs-timetable__carousel .wcs-class__time::before {
top: -1vh;
bottom: -1vh; }
.wcs-timetable__carousel .wcs-class__date {
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
text-align: right;
padding-right: 2vh; }
.wcs-timetable__carousel .wcs-class__date .ti-calendar {
margin-right: 1.5vh; }
.wcs-timetable__carousel .wcs-class__image {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 2px;
border-top-left-radius: 2px;
max-width: 100%;
height: auto;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0; }
.wcs-timetable__carousel .wcs-class__image img {
max-width: 100%;
width: 100%;
height: auto; }
.wcs-timetable__carousel .wcs-class--canceled {
position: relative;
opacity: 0.75;
position: relative;
z-index: 1; }
.wcs-timetable__carousel .wcs-class--canceled::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
background-size: 6px;
background-color: rgba(255, 255, 255, 0.3);
background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27rgba(0, 0, 0, 0.3)%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%270%200%2012%2012%27%20enable-background%3D%27new%200%200%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M12%2C2.121V0H9.879L0%2C9.879V12h2.121L12%2C2.121z%20M9.879%2C12L12%2C9.879V12H9.879z%20M0%2C2.121V0h2.121L0%2C2.121z%27/%3E%0A%3C/svg%3E");
content: '';
z-index: -1;
opacity: 0.2;
z-index: 0; }
.wcs-timetable__carousel .wcs-class--canceled::after {
content: '';
display: block;
position: absolute;
opacity: 0.05;
-webkit-transition: opacity 100ms ease-in;
transition: opacity 100ms ease-in;
background-color: currentcolor;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.wcs-timetable__carousel .wcs-class--canceled .wcs-class__image {
opacity: 0.25 !important; }
.wcs-timetable__carousel .wcs-class--canceled .wcs-class__title,
.wcs-timetable__carousel .wcs-class--canceled .wcs-class__excerpt,
.wcs-timetable__carousel .wcs-class--canceled .wcs-class__meta,
.wcs-timetable__carousel .wcs-class--canceled .wcs-class__date-time,
.wcs-timetable__carousel .wcs-class--canceled .ti-time {
color: inherit !important;
opacity: 0.5; }
.wcs-timetable__carousel .wcs-class--canceled .ti-time {
opacity: 1; }
.wcs-timetable__carousel .wcs-class .wcs-modal-call {
cursor: pointer; }
.wcs-timetable__grid {
padding: 0;
margin: 0;
width: 100%;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.wcs-timetable__grid::after {
content: '';
display: block;
clear: both; }
.wcs-timetable__grid .wcs-class {
text-align: left;
border-radius: 2px;
float: left;
margin-bottom: 2.5vh;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.15); }
.wcs-timetable__grid .wcs-class__inner {
margin: 0;
position: relative;
border-radius: inherit;
-webkit-transition: width 400ms;
transition: width 400ms; }
.wcs-timetable__grid .wcs-class__click-area {
position: absolute;
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
cursor: pointer; }
.wcs-timetable__grid .wcs-class__minimize {
position: absolute;
top: 0.5vh;
right: 0.5vh;
z-index: 3;
padding: 1vh;
font-size: 80%;
border-radius: 2px;
display: none;
cursor: pointer; }
.wcs-timetable__grid .wcs-class__title {
font-weight: bold;
display: block;
font-size: 90%;
margin: 2vh 2vh 1vh !important;
text-align: center;
-webkit-transition: 200ms;
transition: 200ms; }
.wcs-timetable__grid .wcs-class__excerpt {
margin: 0 2vh 10px;
display: none; }
.wcs-timetable__grid .wcs-class__meta {
font-size: 85%;
margin: 2vh 2vh 0 !important;
display: none; }
.wcs-timetable__grid .wcs-class__meta-label {
font-weight: bold;
opacity: 0.75;
display: block; }
.wcs-timetable__grid .wcs-class__date-time {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
padding-top: 1.5vh;
position: relative;
margin-top: 2vh;
padding-bottom: 1.5vh;
font-size: 80%;
-webkit-box-shadow: inset 0px 5px 5px -8px currentColor;
box-shadow: inset 0px 5px 5px -8px currentColor;
opacity: 0.85; }
.wcs-timetable__grid .wcs-class__date-time::before {
content: '';
display: block;
position: absolute;
opacity: 0.05;
-webkit-transition: opacity 100ms ease-in;
transition: opacity 100ms ease-in;
background-color: currentcolor;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.wcs-timetable__grid .wcs-class__date-time::before {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px; }
.wcs-timetable__grid .wcs-class__time {
-ms-flex-item-align: center;
align-self: center;
text-align: left;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative;
padding-left: 2vh; }
.wcs-timetable__grid .wcs-class__time .ti-time {
margin-right: 1vh; }
.wcs-timetable__grid .wcs-class__date {
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: right;
padding-right: 2vh; }
.wcs-timetable__grid .wcs-class__date .ti-calendar {
margin-right: 1vh; }
.wcs-timetable__grid .wcs-class__image {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
max-width: 100%;
height: auto;
text-align: center; }
.wcs-timetable__grid .wcs-class__image img {
max-width: 100%;
height: auto;
border-radius: inherit; }
.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner {
position: relative;
opacity: 0.75;
position: relative;
z-index: 1; }
.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
background-size: 6px;
background-color: rgba(255, 255, 255, 0.3);
background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27rgba(0, 0, 0, 0.3)%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%270%200%2012%2012%27%20enable-background%3D%27new%200%200%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M12%2C2.121V0H9.879L0%2C9.879V12h2.121L12%2C2.121z%20M9.879%2C12L12%2C9.879V12H9.879z%20M0%2C2.121V0h2.121L0%2C2.121z%27/%3E%0A%3C/svg%3E");
content: '';
z-index: -1;
opacity: 0.2;
z-index: 0; }
.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner::after {
content: '';
display: block;
position: absolute;
opacity: 0.05;
-webkit-transition: opacity 100ms ease-in;
transition: opacity 100ms ease-in;
background-color: currentcolor;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner .wcs-class__image {
opacity: 0.15 !important; }
.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner .wcs-class__title,
.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner .wcs-class__excerpt,
.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner .wcs-class__meta,
.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner .wcs-class__date-time,
.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner .ti-time {
color: inherit !important;
opacity: 0.5; }
.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner .ti-time {
opacity: 1; }
.wcs-timetable__grid .wcs-class--active .wcs-class__title {
font-size: 120%;
text-align: left; }
.wcs-timetable__grid .wcs-class--active .wcs-class__excerpt {
display: block; }
.wcs-timetable__grid .wcs-class--active .wcs-class__meta {
display: block; }
.wcs-timetable__grid .wcs-class--active .wcs-class__click-area {
display: none; }
.wcs-timetable__grid .wcs-class--active .wcs-class__minimize {
display: block; }
.wcs-timetable__grid .wcs-class .wcs-modal-call {
cursor: pointer; }
.wcs-timetable__grid .wcs-isotope-gutter {
width: 2%; }
.wcs-timetable__container[data-wcs-layout='7'] .wcs-timetable__zero-data {
margin-top: 5vh;
display: none; }
.wcs-timetable--timeline h2 {
text-align: center; }
.wcs-timetable__timeline {
margin: 0 auto;
width: 100%;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
@media (min-width: 768px) {
.wcs-timetable__timeline {
padding: 12.5vh 0; } }
.wcs-timetable__timeline::before {
content: '';
display: block;
position: absolute;
opacity: 1;
-webkit-transition: opacity 100ms ease-in;
transition: opacity 100ms ease-in;
background-color: currentcolor;
top: 0;
bottom: 0; }
.wcs-timetable__timeline::before {
left: 50%;
width: 0.3vh;
display: none;
border-radius: 10vh;
margin-left: -0.15vh; }
@media (min-width: 768px) {
.wcs-timetable__timeline::before {
display: block; } }
.wcs-timetable__timeline::after {
content: '';
display: block;
clear: both; }
.wcs-timetable__timeline .wcs-day {
text-align: left;
border-radius: 2px;
float: left;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.15);
margin-bottom: 7.5vh; }
.wcs-timetable__timeline .wcs-day__inner {
margin: 0;
position: relative;
border-radius: inherit;
-webkit-transition: width 400ms;
transition: width 400ms; }
.wcs-timetable__timeline .wcs-day__title {
font-weight: bold;
display: block;
font-size: 110%;
margin: 0 !important;
text-align: center;
-webkit-transition: 200ms;
transition: 200ms;
padding: 2.5vh 1vh;
border-top-right-radius: 2px;
border-top-left-radius: 2px; }
.wcs-timetable__timeline .wcs-day--canceled > .wcs-timetable__timeline .wcs-day--canceled__inner {
position: relative;
opacity: 0.75;
position: relative;
z-index: 1; }
.wcs-timetable__timeline .wcs-day--canceled > .wcs-timetable__timeline .wcs-day--canceled__inner::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
background-size: 6px;
background-color: rgba(255, 255, 255, 0.3);
background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27rgba(0, 0, 0, 0.3)%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%270%200%2012%2012%27%20enable-background%3D%27new%200%200%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M12%2C2.121V0H9.879L0%2C9.879V12h2.121L12%2C2.121z%20M9.879%2C12L12%2C9.879V12H9.879z%20M0%2C2.121V0h2.121L0%2C2.121z%27/%3E%0A%3C/svg%3E");
content: '';
z-index: -1;
opacity: 0.2;
z-index: 0; }
.wcs-timetable__timeline .wcs-day--canceled > .wcs-timetable__timeline .wcs-day--canceled__inner::after {
content: '';
display: block;
position: absolute;
opacity: 0.05;
-webkit-transition: opacity 100ms ease-in;
transition: opacity 100ms ease-in;
background-color: currentcolor;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.wcs-timetable__timeline .wcs-day--canceled > .wcs-timetable__timeline .wcs-day--canceled__inner .wcs-class__image {
opacity: 0.25 !important; }
.wcs-timetable__timeline .wcs-day--canceled > .wcs-timetable__timeline .wcs-day--canceled__inner .wcs-class__title,
.wcs-timetable__timeline .wcs-day--canceled > .wcs-timetable__timeline .wcs-day--canceled__inner .wcs-class__excerpt,
.wcs-timetable__timeline .wcs-day--canceled > .wcs-timetable__timeline .wcs-day--canceled__inner .wcs-class__meta,
.wcs-timetable__timeline .wcs-day--canceled > .wcs-timetable__timeline .wcs-day--canceled__inner .wcs-class__date-time,
.wcs-timetable__timeline .wcs-day--canceled > .wcs-timetable__timeline .wcs-day--canceled__inner .ti-time {
color: inherit !important;
opacity: 0.5; }
.wcs-timetable__timeline .wcs-day--canceled > .wcs-timetable__timeline .wcs-day--canceled__inner .ti-time {
opacity: 1; }
.wcs-timetable__timeline .wcs-day .wcs-modal-call {
cursor: pointer; }
.wcs-timetable__timeline .wcs-class__title {
font-size: 100%;
line-height: 1.7;
padding: 0.5vh 0;
color: inherit;
display: block; }
.wcs-timetable__timeline .wcs-class__excerpt {
font-size: 80%;
opacity: 0.5;
max-width: 300px;
margin: 0 auto;
line-height: 1.4;
padding-bottom: 0.5vh; }
.wcs-timetable__timeline .wcs-timetable__classes {
padding: 4vh 2vh;
text-align: center;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px; }
.wcs-timetable__timeline .wcs-isotope-item,
.wcs-timetable__timeline .wcs-day {
width: 100%; }
@media (min-width: 768px) {
.wcs-timetable__timeline .wcs-isotope-item,
.wcs-timetable__timeline .wcs-day {
width: 42.5%; } }
.wcs-timetable__timeline .wcs-isotope-gutter {
width: 0%; }
@media (min-width: 768px) {
.wcs-timetable__timeline .wcs-isotope-gutter {
width: 15%; } }
.wcs-timetable__container[data-wcs-layout='7'] .wcs-timetable__zero-data {
margin-top: 5vh;
display: none; }
.wcs-timetable__monthly-schedule {
text-align: left; }
.wcs-timetable__monthly-schedule .wcs-class--canceled {
text-decoration: line-through;
opacity: 0.65; }
.wcs-timetable__monthly-schedule .fc-bg table, .wcs-timetable__monthly-schedule .fc-bg td, .wcs-timetable__monthly-schedule .fc-bg th {
border: 1px solid; }
.wcs-timetable__monthly-schedule .fc-bg .fc-day {
position: relative; }
.wcs-timetable__monthly-schedule .fc-bg .fc-day::before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-bottom: 1px solid currentColor;
border-left: 1px solid currentColor;
opacity: 0.15; }
.wcs-timetable__monthly-schedule .fc-bg .fc-day:last-child::before {
border-right: 1px solid currentColor; }
.wcs-timetable__monthly-schedule .fc-basic-view .fc-day-number {
padding: 4px 8px; }
.wcs-timetable__monthly-schedule .fc-head th {
position: relative;
padding: 6px 0;
text-align: center; }
.wcs-timetable__monthly-schedule .fc-head th::before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-bottom: 1px solid currentColor;
opacity: 0.15; }
.wcs-timetable__monthly-schedule table {
margin-bottom: 0;
margin-top: 0;
padding-top: 0;
padding-bottom: 0; }
.wcs-timetable__monthly-schedule .fc-toolbar h2 {
font-size: 190%;
margin: 0;
padding: 0; }
.wcs-timetable__monthly-schedule button {
border-radius: 0;
font-size: 80%;
line-height: normal;
height: auto;
padding: 8px;
font-weight: normal;
letter-spacing: 0;
text-transform: capitalize; }
.wcs-timetable__monthly-schedule .fc-toolbar.fc-header-toolbar {
margin-bottom: 2em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%; }
.wcs-timetable__monthly-schedule .fc-toolbar.fc-header-toolbar .fc-left {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.wcs-timetable__monthly-schedule .fc-toolbar.fc-header-toolbar .fc-right {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
text-align: right; }
.wcs-timetable__monthly-schedule .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group {
float: right; }
.wcs-timetable__monthly-schedule .fc-toolbar.fc-header-toolbar .fc-left,
.wcs-timetable__monthly-schedule .fc-toolbar.fc-header-toolbar .fc-right {
float: none;
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.wcs-timetable__monthly-schedule .fc-toolbar.fc-header-toolbar .fc-center {
float: none;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
-ms-flex-preferred-size: 40%;
flex-basis: 40%;
-webkit-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
text-align: center; }
.wcs-timetable__monthly-schedule .fc-toolbar.fc-header-toolbar .fc-center h2 {
float: none;
text-align: inherit; }
.wcs-timetable__monthly-schedule table {
border-bottom: none !important; }
.wcs-timetable__monthly-schedule .fc-day-grid-event,
.wcs-timetable__monthly-schedule .fc-time-grid-event {
padding: 4px 5px; }
.wcs-timetable__monthly-schedule .fc-event {
background-color: transparent;
border-color: transparent;
font-size: 75%;
-webkit-box-shadow: none;
box-shadow: none; }
.wcs-timetable__monthly-schedule .fc-event::before {
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: currentColor;
border-radius: 2px; }
.wcs-timetable__monthly-schedule .fc-event .fc-time {
margin-right: 2px; }
.wcs-timetable__monthly-schedule .fc-event.wcs-modal-call {
cursor: pointer; }
.wcs-timetable__monthly-schedule .fc-slats tr td {
border-bottom: 1px solid; }
.wcs-calendar-loading {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
background-color: rgba(255, 255, 255, 0.65);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center; }
.wcs-calendar-loading .wcs-spinner > div {
background-color: rgba(0, 0, 0, 0.75); }
.wcs-timetable--countdown {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
z-index: 0; }
.wcs-timetable--countdown > div {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 1em 0; }
.wcs-timetable--countdown h2.wcs-class__title,
.wcs-timetable--countdown h3.wcs-class__title {
font-size: 120%;
margin: 0;
padding: 0;
color: inherit; }
.wcs-timetable--countdown h2.wcs-class__title + h3.wcs-class__title {
font-size: 140%;
margin-top: 0.85em;
color: inherit; }
.wcs-timetable--countdown h3.wcs-class__title + .wcs-class__time-location {
margin-top: 0.25em; }
.wcs-timetable--countdown .wcs-class__title {
text-align: left;
width: 100%; }
.wcs-timetable--countdown-position-top-left .wcs-class__image {
background-position: top left; }
.wcs-timetable--countdown-position-top-center .wcs-class__image {
background-position: top center; }
.wcs-timetable--countdown-position-top-right .wcs-class__image {
background-position: top right; }
.wcs-timetable--countdown-position-middle-left .wcs-class__image {
background-position: center left; }
.wcs-timetable--countdown-position-middle-center .wcs-class__image {
background-position: center center; }
.wcs-timetable--countdown-position-middle-right .wcs-class__image {
background-position: center right; }
.wcs-timetable--countdown-position-bottom-left .wcs-class__image {
background-position: bottom left; }
.wcs-timetable--countdown-position-bottom-center .wcs-class__image {
background-position: bottom center; }
.wcs-timetable--countdown-position-bottom-right .wcs-class__image {
background-position: bottom right; }
.wcs-timetable--countdown .wcs-class__image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
z-index: -1; }
.wcs-timetable--countdown .wcs-class__titles {
-webkit-box-flex: 4;
-ms-flex-positive: 4;
flex-grow: 4;
-ms-flex-negative: 0;
flex-shrink: 0;
padding: 1em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.wcs-timetable--countdown .wcs-class__action {
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 10px;
padding-right: 10px; }
.wcs-timetable--countdown .wcs-class__action::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.1; }
.wcs-timetable--countdown .wcs-class__excerpt {
font-size: 80%;
text-align: left;
margin-top: 1em;
opacity: 0.8; }
.wcs-timetable--countdown .wcs-class__time-location {
text-align: left;
width: 100%; }
.wcs-timetable--countdown .wcs-class__countdown {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 6;
-ms-flex-positive: 6;
flex-grow: 6;
padding-top: 0;
padding-right: 1em;
padding-left: 1em;
padding-right: calc(1em - 5px);
padding-left: calc(1em - 5px);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center; }
@media (min-width: 992px) {
.wcs-timetable--countdown .wcs-class__countdown {
padding-left: 0; } }
.wcs-timetable--countdown .wcs-class__countdown-years, .wcs-timetable--countdown .wcs-class__countdown-months, .wcs-timetable--countdown .wcs-class__countdown-days, .wcs-timetable--countdown .wcs-class__countdown-hours, .wcs-timetable--countdown .wcs-class__countdown-minutes, .wcs-timetable--countdown .wcs-class__countdown-seconds {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 10%;
flex-basis: 10%; }
.wcs-timetable--countdown .wcs-class__countdown-label {
display: block;
font-size: 40%;
opacity: 0.65;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.wcs-timetable--countdown .wcs-class__countdown-time {
position: relative;
padding: 1em 10px;
font-size: 150%;
white-space: nowrap;
overflow: hidden;
-ms-flex-preferred-size: 2.75em;
flex-basis: 2.75em; }
@media (min-width: 992px) {
.wcs-timetable--countdown .wcs-class__countdown-time {
font-size: 175%; } }
@media (min-width: 1200px) {
.wcs-timetable--countdown .wcs-class__countdown-time {
font-size: 200%; } }
.wcs-timetable--countdown .wcs-class__countdown-time > span {
display: block;
position: relative; }
.wcs-timetable--countdown .wcs-class__countdown-time::before {
content: '';
display: block;
position: absolute;
top: 5px;
right: 5px;
left: 5px;
bottom: 5px;
opacity: 0.8; }
@media (min-width: 768px) {
.wcs-timetable--countdown {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.wcs-timetable--countdown > div {
-ms-flex-preferred-size: 10%;
flex-basis: 10%; }
.wcs-timetable--countdown .wcs-class__titles {
-ms-flex-preferred-size: 350px;
flex-basis: 350px; }
.wcs-timetable--countdown .wcs-class__countdown {
padding-top: 1em;
-ms-flex-preferred-size: 350px;
flex-basis: 350px; }
.wcs-timetable--countdown .wcs-class__action {
-ms-flex-preferred-size: 180px;
flex-basis: 180px; } }
@media (min-width: 992px) {
.wcs-timetable--countdown > div {
-ms-flex-preferred-size: 10%;
flex-basis: 10%;
padding: 2em 0; }
.wcs-timetable--countdown h2.wcs-class__title,
.wcs-timetable--countdown h3.wcs-class__title {
font-size: 160%; }
.wcs-timetable--countdown h2.wcs-class__title + h3.wcs-class__title {
font-size: 120%; }
.wcs-timetable--countdown .wcs-class__titles {
padding: 2em; }
.wcs-timetable--countdown .wcs-class__countdown {
padding-top: 2em;
padding-right: 2em;
padding-left: 2em;
-webkit-box-flex: 4;
-ms-flex-positive: 4;
flex-grow: 4; } }
.wcs-timetable--countdown-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.wcs-timetable--countdown-vertical > div {
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.wcs-timetable--countdown-vertical .wcs-class__title {
text-align: center; }
.wcs-timetable--countdown-vertical .wcs-class__titles {
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.wcs-timetable--countdown-vertical .wcs-class__countdown {
padding-left: 2em;
padding-top: 0;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.wcs-timetable--countdown-vertical .wcs-class__action {
padding-left: 2em;
padding-right: 2em;
padding-top: 0;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.wcs-timetable--countdown-vertical .wcs-class__action::before {
opacity: 1; }
.wcs-timetable--countdown-vertical .wcs-class__time-location {
text-align: center; }
.wcs-timetable--cover {
width: 100%;
position: relative; }
.wcs-timetable--cover .wcs-class__image {
width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative; }
.wcs-timetable--cover .wcs-class__content {
display: block;
padding: 2em; }
.wcs-timetable--cover .wcs-class__content::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: all 120ms ease;
transition: all 120ms ease;
z-index: 0;
display: block; }
@media (min-width: 768px) {
.wcs-timetable--cover .wcs-class__content::before {
display: none; } }
.wcs-timetable--cover .wcs-class__content * {
position: relative; }
.wcs-timetable--cover .wcs-class__time-location {
margin-bottom: 1em;
margin-top: .5em; }
@media (min-width: 992px) {
.wcs-timetable--cover .wcs-class__time-location {
margin-bottom: 2em; } }
.wcs-timetable--cover .wcs-class__action {
margin-top: 1em; }
.wcs-timetable--cover .wcs-class__action .wcs-btn {
padding: 8px 24px; }
.wcs-timetable--cover-with-image .wcs-class__content {
position: relative;
width: 100%; }
@media (min-width: 768px) {
.wcs-timetable--cover-with-image .wcs-class__content {
position: absolute;
width: 75%;
max-width: 600px; } }
@media (min-width: 768px) {
.wcs-timetable--cover-overlay-image.wcs-timetable--cover-with-image .wcs-class__image::after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: all 120ms ease;
transition: all 120ms ease; } }
.wcs-timetable--cover-overlay-text.wcs-timetable--cover-with-image .wcs-class__content {
padding: 2em; }
.wcs-timetable--cover-overlay-text.wcs-timetable--cover-with-image .wcs-class__content::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: all 120ms ease;
transition: all 120ms ease;
z-index: 0; }
@media (min-width: 768px) {
.wcs-timetable--cover-overlay-text.wcs-timetable--cover-with-image .wcs-class__content::before {
display: block; } }
@media (min-width: 768px) {
.wcs-timetable--cover-overlay-text.wcs-timetable--cover-with-image.wcs-timetable--cover-text-size-sm .wcs-class__content {
padding: 0; } }
@media (min-width: 992px) {
.wcs-timetable--cover-overlay-text.wcs-timetable--cover-with-image.wcs-timetable--cover-text-size-sm .wcs-class__content {
padding: 0; } }
@media (min-width: 1200px) {
.wcs-timetable--cover-overlay-text.wcs-timetable--cover-with-image.wcs-timetable--cover-text-size-sm .wcs-class__content {
padding: 0; } }
.wcs-timetable--cover-aspect-169 .wcs-class__image {
padding-top: 56.25%; }
.wcs-timetable--cover-aspect-169v .wcs-class__image {
padding-top: 177.777777778%; }
.wcs-timetable--cover-aspect-43 .wcs-class__image {
padding-top: 75%; }
.wcs-timetable--cover-aspect-43v .wcs-class__image {
padding-top: 133.333333333%; }
.wcs-timetable--cover-aspect-11 .wcs-class__image {
padding-top: 100%; }
.wcs-timetable--cover-align-left {
text-align: left; }
.wcs-timetable--cover-align-center {
text-align: center; }
.wcs-timetable--cover-align-right {
text-align: right; }
@media (min-width: 768px) {
.wcs-timetable--cover-position-top-left.wcs-timetable--cover-with-image .wcs-class__content {
top: 0;
left: 0; } }
@media (min-width: 768px) {
.wcs-timetable--cover-position-top-center.wcs-timetable--cover-with-image .wcs-class__content {
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); } }
@media (min-width: 768px) {
.wcs-timetable--cover-position-top-right.wcs-timetable--cover-with-image .wcs-class__content {
right: 0;
top: 0; } }
@media (min-width: 768px) {
.wcs-timetable--cover-position-middle-left.wcs-timetable--cover-with-image .wcs-class__content {
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); } }
@media (min-width: 768px) {
.wcs-timetable--cover-position-middle-center.wcs-timetable--cover-with-image .wcs-class__content {
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); } }
@media (min-width: 768px) {
.wcs-timetable--cover-position-middle-right.wcs-timetable--cover-with-image .wcs-class__content {
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); } }
@media (min-width: 768px) {
.wcs-timetable--cover-position-bottom-left.wcs-timetable--cover-with-image .wcs-class__content {
bottom: 0;
left: 0; } }
@media (min-width: 768px) {
.wcs-timetable--cover-position-bottom-center.wcs-timetable--cover-with-image .wcs-class__content {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); } }
@media (min-width: 768px) {
.wcs-timetable--cover-position-bottom-right.wcs-timetable--cover-with-image .wcs-class__content {
right: 0;
bottom: 0; } }
.wcs-timetable--cover .wcs-class__title {
text-align: inherit;
color: inherit;
font-size: 140%; }
@media (min-width: 992px) {
.wcs-timetable--cover .wcs-class__title {
font-size: 180%; } }
@media (min-width: 1200px) {
.wcs-timetable--cover .wcs-class__title {
font-size: 200%; } }
.wcs-timetable--cover p.wcs-title {
margin-bottom: 1em !important; }
.wcs-timetable--cover-text-size-sm .wcs-class__time-location {
font-size: 90%; }
.wcs-timetable--cover-text-size-sm .wcs-class__title {
font-size: 100%; }
@media (min-width: 992px) {
.wcs-timetable--cover-text-size-sm .wcs-class__title {
font-size: 110%; } }
@media (min-width: 1200px) {
.wcs-timetable--cover-text-size-sm .wcs-class__title {
font-size: 120%; } }
.wcs-timetable--cover-text-size-sm .wcs-class__action .wcs-btn--lg {
font-size: 100%; }
@media (min-width: 992px) {
.wcs-timetable--cover-text-size-md .wcs-class__time-location {
font-size: 110%; } }
.wcs-timetable--cover-text-size-md .wcs-class__title {
font-size: 140%; }
@media (min-width: 992px) {
.wcs-timetable--cover-text-size-md .wcs-class__title {
font-size: 180%; } }
@media (min-width: 1200px) {
.wcs-timetable--cover-text-size-md .wcs-class__title {
font-size: 210%; } }
@media (min-width: 992px) {
.wcs-timetable--cover-text-size-md .wcs-class__action .wcs-btn--lg {
font-size: 120%; } }
@media (min-width: 992px) {
.wcs-timetable--cover-text-size-lg .wcs-class__time-location {
font-size: 140%; } }
.wcs-timetable--cover-text-size-lg .wcs-class__title {
font-size: 140%; }
@media (min-width: 992px) {
.wcs-timetable--cover-text-size-lg .wcs-class__title {
font-size: 200%; } }
@media (min-width: 1200px) {
.wcs-timetable--cover-text-size-lg .wcs-class__title {
font-size: 220%; } }
@media (min-width: 992px) {
.wcs-timetable--cover-text-size-lg .wcs-class__action .wcs-btn--lg {
font-size: 140%; } }
.wcs-timetable--monthly-calendar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.wcs-timetable--monthly-calendar .wcs-spinner {
display: none;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.wcs-timetable--monthly-calendar .wcs-spinner > div {
background-color: currentColor; }
.wcs-timetable--monthly-calendar .wcs-calendar__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin-bottom: 1em;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.wcs-timetable--monthly-calendar .wcs-calendar__header h3 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin: 0;
font-weight: bold;
padding-bottom: 10px;
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.wcs-timetable--monthly-calendar .wcs-calendar__header > div {
opacity: 0.5;
text-transform: uppercase;
padding: 0 10px; }
.wcs-timetable--monthly-calendar .wcs-calendar__header > div.wcs-modal-call {
opacity: 1; }
.wcs-timetable--monthly-calendar .wcs-calendar__header > div i::before {
position: relative;
bottom: -0.1em; }
.wcs-timetable--monthly-calendar .wcs-calendar__header > div .ti-angle-right {
margin-left: .35em; }
.wcs-timetable--monthly-calendar .wcs-calendar__header > div .ti-angle-left {
margin-right: .35em; }
.wcs-timetable--monthly-calendar .wcs-calendar__header > div:first-of-type {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.wcs-timetable--monthly-calendar .wcs-calendar__header > div:last-of-type {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.wcs-timetable--monthly-calendar .wcs-calendar__header .wcs-calendar-nav {
font-size: 90%;
letter-spacing: 1px;
white-space: nowrap; }
.wcs-timetable--monthly-calendar .wcs-calendar__header .wcs-calendar-nav-prev {
text-align: right; }
.wcs-timetable--monthly-calendar .wcs-calendar__header .wcs-calendar-nav-next {
text-align: left; }
@media (min-width: 768px) {
.wcs-timetable--monthly-calendar .wcs-calendar__header {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
-webkit-box-pack: normal;
-ms-flex-pack: normal;
justify-content: normal;
margin-bottom: 2em; }
.wcs-timetable--monthly-calendar .wcs-calendar__header h3 {
-webkit-box-ordinal-group: initial;
-ms-flex-order: initial;
order: initial;
-webkit-box-flex: 3;
-ms-flex-positive: 3;
flex-grow: 3;
-ms-flex-preferred-size: 70%;
flex-basis: 70%;
padding-bottom: auto; }
.wcs-timetable--monthly-calendar .wcs-calendar__header > div {
padding: auto;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 15%;
flex-basis: 15%; }
.wcs-timetable--monthly-calendar .wcs-calendar__header > div:first-of-type, .wcs-timetable--monthly-calendar .wcs-calendar__header > div:last-of-type {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; } }
.wcs-timetable--monthly-calendar.wcs-timetable--side-agenda {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.wcs-timetable--monthly-calendar.wcs-timetable--side-agenda .wcs-timetable__main-col {
-webkit-box-flex: 5;
-ms-flex-positive: 5;
flex-grow: 5;
-ms-flex-negative: 1;
flex-shrink: 1;
max-width: 100%; }
.wcs-timetable--monthly-calendar.wcs-timetable--side-agenda .wcs-timetable__side-col {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
position: relative;
margin-top: 2em; }
@media (min-width: 768px) {
.wcs-timetable--monthly-calendar.wcs-timetable--side-agenda .wcs-timetable__side-col {
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-preferred-size: 24em;
flex-basis: 24em;
margin-top: auto; } }
.wcs-timetable--monthly-calendar.wcs-timetable--side-agenda .wcs-timetable__side-col::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.05;
background-color: currentColor;
z-index: 0; }
@media (min-width: 768px) {
.wcs-timetable--monthly-calendar.wcs-timetable--side-agenda {
margin: 0 -15px;
position: relative; }
.wcs-timetable--monthly-calendar.wcs-timetable--side-agenda .wcs-timetable__main-col {
margin: 0 15px; }
.wcs-timetable--monthly-calendar.wcs-timetable--side-agenda .wcs-timetable__side-col {
margin: 0 15px; } }
.wcs-timetable--monthly-calendar.wcs-timetable--side-agenda .wcs-day-agenda {
padding: 6.5%; }
.wcs-timetable--monthly-calendar.wcs-timetable--side-agenda-left {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.wcs-timetable--monthly-calendar.wcs-timetable--inside-agenda:not(.wcs-timetable--highligh-round) .wcs-date--selected::after {
content: '';
display: block;
top: 100%;
border-left: 1em solid transparent;
border-right: 1em solid transparent;
width: 0;
height: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border-top: 20px solid #f00;
position: absolute; }
.wcs-timetable--monthly-calendar.wcs-timetable--inside-agenda:not(.wcs-timetable--highligh-round).wcs-timetable--alternate .wcs-day-agenda::after {
content: '';
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
border: 1px solid currentColor;
opacity: 0.1; }
.wcs-timetable--monthly-calendar .wcs-table {
position: relative; }
.wcs-timetable--monthly-calendar .wcs-table-td {
position: relative;
z-index: 1; }
.wcs-timetable--monthly-calendar .wcs-table-td--full {
position: relative; }
.wcs-timetable--monthly-calendar .wcs-table-td--full::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.075;
background-color: currentColor; }
.wcs-timetable--monthly-calendar .wcs-table-td--full .wcs-day-agenda {
padding: 3em 0; }
.wcs-timetable--monthly-calendar .wcs-day::before {
content: attr(data-day);
display: block;
font-weight: bold; }
@media (min-width: 768px) {
.wcs-timetable--monthly-calendar .wcs-day::before {
display: none; } }
.wcs-timetable--monthly-calendar .wcs-day__title {
font-size: 110%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
display: none; }
@media (min-width: 768px) {
.wcs-timetable--monthly-calendar .wcs-day__title {
display: block; } }
.wcs-timetable--monthly-calendar .wcs-date span {
display: block;
font-size: 115%;
width: 100%;
height: 100%;
padding-bottom: 1em; }
.wcs-timetable--monthly-calendar .wcs-date span::after {
content: '';
display: block;
width: .55em;
height: .55em;
border-radius: 100em;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
margin-top: .25em; }
.wcs-timetable--monthly-calendar .wcs-date--past-month span, .wcs-timetable--monthly-calendar .wcs-date--future-month span {
opacity: 0.35; }
.wcs-timetable--monthly-calendar .wcs-date--selected {
position: relative; }
.wcs-timetable--monthly-calendar .wcs-date--selected span::after {
content: '';
display: block;
position: absolute;
top: -1px;
right: 0;
bottom: 0;
left: 0;
width: auto;
height: auto;
border-radius: 0;
z-index: -1;
-webkit-transform: none;
transform: none;
opacity: 1;
margin-top: 0; }
.wcs-timetable--monthly-calendar .wcs-date--with-events:not(.wcs-date--past-month):not(.wcs-date--future-month) span::after {
opacity: 1; }
.wcs-timetable--monthly-calendar .wcs-day-agenda {
padding: 2em 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
max-width: 37.5em;
margin: 0 auto;
position: relative; }
.wcs-timetable--monthly-calendar .wcs-day-agenda__title {
margin-bottom: 4vh;
padding-bottom: 0.5em;
position: relative; }
.wcs-timetable--monthly-calendar .wcs-day-agenda__title::before {
content: '';
display: block;
bottom: 0;
top: 100%;
left: 0;
right: 0;
border-bottom: 3px solid currentColor;
opacity: 2;
position: absolute; }
.wcs-timetable--monthly-calendar.wcs-timetable--horizontal-borders .wcs-table-tr:not(:last-child) {
position: relative; }
.wcs-timetable--monthly-calendar.wcs-timetable--horizontal-borders .wcs-table-tr:not(:last-child)::after {
content: '';
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-bottom: 1px solid currentColor;
position: absolute;
opacity: 0.2;
z-index: 0; }
.wcs-timetable--monthly-calendar.wcs-timetable--vertical-borders .wcs-table-td:not(:first-child) {
position: relative; }
.wcs-timetable--monthly-calendar.wcs-timetable--vertical-borders .wcs-table-td:not(:first-child)::after {
content: '';
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-left: 1px solid currentColor;
position: absolute;
opacity: 0.2;
z-index: 0; }
.wcs-timetable--monthly-calendar.wcs-timetable--all-borders .wcs-table-tr, .wcs-timetable--monthly-calendar.wcs-timetable--all-borders .wcs-table-td {
position: relative; }
.wcs-timetable--monthly-calendar.wcs-timetable--all-borders .wcs-table-tr::after, .wcs-timetable--monthly-calendar.wcs-timetable--all-borders .wcs-table-td::after {
content: '';
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
opacity: 0.2;
z-index: 0; }
.wcs-timetable--monthly-calendar.wcs-timetable--all-borders .wcs-table-tr::after {
border-bottom: 1px solid currentColor; }
.wcs-timetable--monthly-calendar.wcs-timetable--all-borders .wcs-table-td::after {
border-right: 1px solid currentColor; }
.wcs-timetable--monthly-calendar.wcs-timetable--all-borders .wcs-table-td:first-child::after {
border-left: 1px solid currentColor; }
.wcs-timetable--monthly-calendar.wcs-timetable--all-borders .wcs-table-thead .wcs-table-td::after {
border-top: 1px solid currentColor; }
.wcs-timetable--monthly-calendar.wcs-timetable--alternate .wcs-table-tr:nth-child(2n+1) {
position: relative; }
.wcs-timetable--monthly-calendar.wcs-timetable--alternate .wcs-table-tr:nth-child(2n+1)::after {
content: '';
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: currentColor;
position: absolute;
opacity: 0.075; }
.wcs-timetable--monthly-calendar.wcs-timetable--highligh-round .wcs-date--selected::before {
display: none; }
.wcs-timetable--monthly-calendar.wcs-timetable--highligh-round .wcs-date--selected span:after {
width: 2.85em;
height: 2.85em;
opacity: 1;
z-index: -1;
top: 50%;
bottom: auto;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 200em; }
.wcs-timetable--monthly-calendar.wcs-timetable--highligh-round .wcs-date--selected span {
padding-bottom: 0; }
.wcs-timetable--monthly-calendar.wcs-timetable--loading .wcs-spinner {
display: block; }
.wcs-timetable--monthly-calendar.wcs-timetable--loading .wcs-table-tr {
opacity: 0.6; }
.wcs-timetable--monthly-calendar.wcs-timetable--past-hidden .wcs-date--past span {
opacity: 0.35; }
.wcs-timetable--monthly-calendar .wcs-class {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.wcs-timetable--monthly-calendar .wcs-class + .wcs-class {
margin-top: 3em;
position: relative; }
.wcs-timetable--monthly-calendar .wcs-class + .wcs-class::before {
content: '';
display: block;
top: -1.5em;
left: 0;
right: 0;
width: 100%;
border-top: 1px dashed currentColor;
opacity: .2;
position: absolute; }
.wcs-timetable--monthly-calendar .wcs-class--canceled .wcs-class__inner,
.wcs-timetable--monthly-calendar .wcs-class--canceled .wcs-class__image {
opacity: 0.45;
text-decoration: line-through; }
.wcs-timetable--monthly-calendar .wcs-class__image {
-ms-flex-preferred-size: 18%;
flex-basis: 18%;
height: 4.5em;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
-ms-flex-item-align: start;
align-self: flex-start; }
.wcs-timetable--monthly-calendar .wcs-class__image + .wcs-class__inner {
margin-left: 6%;
-ms-flex-item-align: center;
align-self: center; }
.wcs-timetable--monthly-calendar .wcs-class__inner {
-webkit-box-flex: 4;
-ms-flex-positive: 4;
flex-grow: 4;
text-align: left; }
.wcs-timetable--monthly-calendar .wcs-class__title {
font-size: 110%;
margin: .25em 0 !important; }
.wcs-timetable--monthly-calendar .wcs-class__meta {
font-size: 90%; }
.wcs-timetable--monthly-calendar .wcs-class__time-duration {
font-size: 90%; }
.wcs-timetable__zero-data {
display: block;
position: relative;
padding: 10vh 5vh;
text-align: center;
width: 100%; }
.wcs-timetable__zero-data::before {
content: '';
display: block;
position: absolute;
opacity: 0.125;
-webkit-transition: opacity 100ms ease-in;
transition: opacity 100ms ease-in;
background-color: currentcolor;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.wcs-timetable__zero-data > h3,
.wcs-timetable__zero-data > p {
margin: 0 !important;
padding: 0 !important; }
@media (max-width: 768px) {
.wcs-timetable__zero-data > h3,
.wcs-timetable__zero-data > p {
font-size: 120%; } }
.wcs-btn {
display: inline-block;
padding: 6px 12px;
position: relative;
font-size: 85%;
border-radius: 2px;
color: inherit;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.wcs-btn::before, .wcs-btn::after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.1;
border-radius: inherit; }
.wcs-btn::before {
background-color: currentcolor;
opacity: 0.05; }
.wcs-btn::after {
border: 1px solid currentColor; }
.wcs-btn:first-of-type {
margin-left: 0; }
.wcs-btn--action::before, .wcs-btn--action::after {
display: none; }
.wcs-btn--lg {
padding: 12px 24px;
font-size: 100%; }
.wcs-btn + .wcs-btn {
margin-left: 3px;
margin-right: 3px; }
.wcs-more {
margin-top: 5vh;
border: none;
padding: 1vh 3vh;
border-radius: 2px;
font-size: 90%;
font-weight: bold; }
.wcs-more:disabled {
opacity: 0.85; }
.wcs-more.disabled:disabled {
opacity: 0.35;
color: inherit;
position: relative;
background-color: transparent !important; }
.wcs-more.disabled:disabled::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: currentcolor !important;
opacity: 0.15; }
.wcs-more.disabled:disabled::after {
content: '';
position: absolute;
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 1px solid;
opacity: 0.2;
border-radius: 2px; }
#wcs-vue-modal,
.wcs-vue-modal {
display: none; }
.wcs_modal--opened #wcs-vue-modal,
.wcs_modal--opened .wcs-vue-modal {
display: block; }
.wcs-modal {
color: rgba(0, 0, 0, 0.65);
text-align: center;
font-size: 16px;
width: 100%;
z-index: 1;
background-color: rgba(0, 0, 0, 0.8);
z-index: 9999999;
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
overflow-x: hidden;
overflow-y: scroll; }
.wcs-modal * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.wcs-modal__loader {
background-color: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
padding-top: 60px 0; }
.wcs-modal h2 {
margin: 0 0 20px;
color: inherit;
font-size: 160%;
text-align: left;
line-height: 1.42; }
.wcs-modal h2 small {
display: block;
font-weight: normal; }
.wcs-modal a:not(.wcs-btn):not(.wcs-modal__close) {
color: inherit; }
.wcs-modal--light {
background-color: rgba(255, 255, 255, 0.8); }
.wcs-modal--light.wcs-modal__loader {
background-color: rgba(255, 255, 255, 0.8); }
.wcs-modal--light.wcs-modal__loader .wcs-spinner > div {
background-color: rgba(0, 0, 0, 0.65); }
.wcs-modal--light .wcs-modal__close {
color: rgba(0, 0, 0, 0.65); }
.wcs-modal--light .wcs-modal__close:hover {
color: rgba(0, 0, 0, 0.35); }
.wcs-modal--light .wcs-modal__inner {
-webkit-box-shadow: 0px 0px 33px 4px rgba(0, 0, 0, 0.125);
box-shadow: 0px 0px 33px 4px rgba(0, 0, 0, 0.125); }
.wcs-modal__box {
margin: auto;
background-size: cover;
position: relative; }
@media (min-width: 992px) {
.wcs-modal__box {
width: 800px; } }
@media (min-width: 1200px) {
.wcs-modal__box {
width: 1000px; } }
.wcs-modal__inner {
background-color: white;
border-radius: 2px;
margin: 60px 0 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: left; }
@media (min-width: 992px) {
.wcs-modal__inner {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
margin: 100px 0; } }
.wcs-modal__content {
width: 100%;
padding: 50px; }
@media (min-width: 992px) {
.wcs-modal__content {
width: calc(100% - 300px); }
.wcs-modal__content--full {
width: 100%; } }
.wcs-modal__side {
width: 100%;
position: relative;
padding: 0; }
.wcs-modal__side::before, .wcs-modal__side::after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: currentcolor;
opacity: 0.05; }
.wcs-modal__side::after {
right: 0;
bottom: auto;
border-top: 1px solid currentcolor;
opacity: 0.1; }
@media (min-width: 992px) {
.wcs-modal__side {
width: 300px;
display: block; }
.wcs-modal__side::after {
right: auto;
bottom: 0;
border-left: 1px solid currentcolor;
opacity: 0.1; } }
.wcs-modal__meta {
list-style: none;
margin: 0;
padding: 50px 50px 20px;
width: 100%; }
@media (min-width: 992px) {
.wcs-modal__meta {
padding: 50px 30px; } }
.wcs-modal__meta li {
position: relative;
padding: 0 0 0 30px;
font-size: 90%;
margin: 0 0 10px 0;
display: block; }
.wcs-modal__meta [class*='ti-']::before {
position: absolute;
left: 0;
top: 1px; }
.wcs-modal__close {
position: absolute;
right: 20px;
top: 0;
margin-top: -40px;
color: #fff;
font-size: 24px;
text-decoration: none !important; }
.wcs-modal__close:hover {
color: #fff;
opacity: 0.75; }
@media (min-width: 992px) {
.wcs-modal__close {
right: 0; } }
.wcs-modal--muted {
opacity: 0.65;
font-size: inherit; }
.wcs-modal__action {
padding: 50px 50px 20px;
width: 100%; }
@media (min-width: 992px) {
.wcs-modal__action {
padding: 50px 30px; } }
.wcs-modal .wcs-map {
width: 100%;
height: 300px !important; }
.wcs-modal .wcs-image {
display: none;
border-radius: 0;
border-top-right-radius: 2px; }
@media (min-width: 992px) {
.wcs-modal .wcs-image {
width: 100%;
height: auto;
display: block; } }
.wcs-modal .ti-time::before {
margin-top: 2px; }
.wcs-modal .wcs-btn {
margin: 0 10px 10px 0; }
.wcs-modal--large.wcs-modal--with-image .wcs-modal__side {
padding-top: 30vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center center; }
.wcs-modal--large .wcs-modal__inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
display: block; }
.wcs-modal--large .wcs-modal__content {
width: 100%; }
.wcs-modal--large .wcs-modal__side {
width: 100%;
color: white; }
.wcs-modal--large .wcs-modal__meta {
padding: 0; }
.wcs-modal--large .wcs-modal__meta li {
width: auto;
display: inline-block;
margin-right: 10px;
white-space: nowrap; }
.wcs-modal--large .wcs-modal__inner-side {
padding: 50px 50px 20px;
background-color: rgba(0, 0, 0, 0.45);
position: relative; }
.wcs-modal--large .wcs-modal__inner-side::before {
content: '';
display: block;
position: absolute;
opacity: 0.5;
-webkit-transition: opacity 100ms ease-in;
transition: opacity 100ms ease-in;
background-color: currentcolor;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.wcs-modal--large .wcs-modal__inner-side::before {  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, transparent), color-stop(14%, transparent), to(rgba(0, 0, 0, 0.65)));
background: linear-gradient(to bottom, transparent 1%, transparent 14%, rgba(0, 0, 0, 0.65) 100%); }
.wcs-modal--large .wcs-btn {
margin: 5px 0 0 10px;
padding: 10px 25px;
float: right;
font-size: 15px;
position: relative; }
.wcs-modal--large .wcs-btn:hover {
color: inherit; }
.wcs-modal--large .wcs-btn:hover::before {
opacity: 0.35; }
.wcs-modal--large .wcs-btn::before {
content: '';
position: absolute;
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: currentcolor;
opacity: 0.225; }
.wcs-modal--large .wcs-label--sold-out {
display: inline-block;
background-color: rgba(0, 0, 0, 0.25);
float: right;
margin: 5px 0 0 10px;
font-size: 15px;
line-height: 1;
margin: 5px 0 0 10px;
padding: 10px 25px; }
body.wcs_modal--opened {
overflow: hidden; }
body.wcs_modal--opened > :not(#wcs-vue-modal):not(.wcs-vue-modal), body.wcs_modal--opened::before, body.wcs_modal--opened::after {
-webkit-filter: blur(7px) grayscale(1);
filter: blur(7px) grayscale(1); }
.wcs-spinner {
margin: 100px auto;
width: 100px;
height: 80px;
text-align: center;
font-size: 10px; }
.wcs-spinner > div {
background-color: #fff;
height: 100%;
width: 5px;
display: inline-block;
margin: 0 1px;
opacity: 0.92;
-webkit-animation: wcs-stretchdelay 1.2s infinite ease-in-out;
animation: wcs-stretchdelay 1.2s infinite ease-in-out; }
.wcs-spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s; }
.wcs-spinner .rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s; }
.wcs-spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s; }
.wcs-spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s; }
@-webkit-keyframes wcs-stretchdelay {
0%, 40%, 100% {
-webkit-transform: scaleY(0.4); }
20% {
-webkit-transform: scaleY(1); } }
@keyframes wcs-stretchdelay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4); }
20% {
transform: scaleY(1);
-webkit-transform: scaleY(1); } }
.wcs-addons--pipe {
line-height: 1;
overflow: hidden;
position: relative;
padding-left: 1.4em; }
.wcs-addons--pipe::before {
content: '';
display: inline-block;
position: absolute;
border-radius: 100em;
width: 0.3em;
height: 0.3em;
background-color: currentColor;
opacity: 0.45 !important;
left: 0.45em;
top: 0.45em; }
.wcs-class--unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.wcs-addons--blink {
animation: blink 1s steps(5, start) infinite;
-webkit-animation: blink 1s steps(5, start) infinite;
display: inline-block;
padding: 0 1px; }
@keyframes blink {
to {
visibility: hidden; } }
@-webkit-keyframes blink {
to {
visibility: hidden; } }
@keyframes fadein {
from {
opacity: 0; }
to {
opacity: 1; } }  @-webkit-keyframes fadein {
from {
opacity: 0; }
to {
opacity: 1; } } .missing-google-maps-api-key {
background-color: #DF5851;
color: white;
padding: 30px; }
.missing-google-maps-api-key small {
display: block;
text-transform: uppercase;
font-size: 11px;
font-weight: normal;
padding-top: 20px;
opacity: 0.6; }
#single-wcs-event {
max-width: 1170px;
padding: 0 15px;
margin: 0 auto; }
#single-wcs-event .wcs-map {
margin-top: 2vh; }
#single-wcs-event.single-wcs-event--left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
#single-wcs-event.single-wcs-event--left .wcs-single-left {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
padding-right: 5vh;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
-ms-flex-preferred-size: 100%;
flex-basis: 100%; }
#single-wcs-event.single-wcs-event--left .wcs-single-right {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
-ms-flex-preferred-size: 100%;
flex-basis: 100%; }
#single-wcs-event.single-wcs-event--right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
#single-wcs-event.single-wcs-event--right .wcs-single-left {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
padding-right: 5vh;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
-ms-flex-preferred-size: 100%;
flex-basis: 100%; }
#single-wcs-event.single-wcs-event--right .wcs-single-right {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
-ms-flex-preferred-size: 100%;
flex-basis: 100%; }
#single-wcs-event.single-wcs-event--center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
#single-wcs-event.single-wcs-event--center .wcs-single-left {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
#single-wcs-event.single-wcs-event--center .wcs-single-right {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
@media (min-width: 768px) {
#single-wcs-event {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
#single-wcs-event .wcs-single-right {
position: relative;
border-radius: 3px;
text-align: center; }
#single-wcs-event .wcs-single-right p:empty {
display: none; }
#single-wcs-event .wcs-single-right::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 3px;
background-color: currentcolor;
opacity: 0.05; }
#single-wcs-event .wcs-single-right__content {
padding: 4vh; }
#single-wcs-event.single-wcs-event--right {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
#single-wcs-event.single-wcs-event--right .wcs-single-left {
-webkit-box-flex: 2;
-ms-flex: 2 0 0px;
flex: 2 0 0;
padding-right: 5vh; }
#single-wcs-event.single-wcs-event--right .wcs-single-right {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0; }
#single-wcs-event.single-wcs-event--left .wcs-single-left {
-webkit-box-flex: 2;
-ms-flex: 2 0 0px;
flex: 2 0 0;
padding-left: 5vh; }
#single-wcs-event.single-wcs-event--left .wcs-single-right {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0; }
#single-wcs-event.single-wcs-event--center {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
#single-wcs-event.single-wcs-event--center .wcs-single-left {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
margin-top: 4vh; }
#single-wcs-event.single-wcs-event--center .wcs-single-right {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
margin-bottom: 4vh;
position: relative; }
#single-wcs-event .wcs-single__date::before {
content: "\e6b6";
font-family: 'themify';
display: inline-block;
margin-right: 1vh;
font-size: 14px; }
#single-wcs-event .wcs-single__date + .wcs-single__date::before {
content: ' — ';
font-family: inherit; }
#single-wcs-event .wcs-single__time-duration {
margin-bottom: 2vh; }
#single-wcs-event .wcs-single__starting {
margin-left: 1vh;
margin-right: .75vh; }
#single-wcs-event .wcs-single__starting::before {
content: "\e72b";
font-family: 'themify';
display: inline-block;
margin-right: 1vh;
font-size: 14px; }
#single-wcs-event .wcs-single__ending, #single-wcs-event .wcs-single__starting, #single-wcs-event .wcs-single__date {
display: inline-block;
font-size: 1.2em;
margin-bottom: 2vh; }
#single-wcs-event .wcs-single__action {
padding-top: 2vh; }
#single-wcs-event .wcs-single__instructor {
font-size: 0.65em;
text-transform: uppercase;
letter-spacing: 2px;
opacity: 0.75; }
#single-wcs-event .wcs-single__location {
margin-bottom: 1vh;
padding-top: 2vh;
position: relative; }
#single-wcs-event .wcs-single__location::before {
content: '';
display: block;
position: absolute;
top: 0;
width: 4em;
left: 50%;
margin-left: -2em;
border-top: 3px solid currentcolor;
opacity: 0.125; }
#single-wcs-event .wcs-single__duration {
opacity: 0.5;
margin-left: 1vh; }
#single-wcs-event .wcs-btn {
margin-bottom: 0 !important;
padding: 1vh 3vh;
font-weight: bold; } }
#single-wcs-event .wcs-single__image {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
max-width: 100%;
height: auto; }
#single-wcs-event .wcs-event-details {
min-height: 600px;
position: relative;
margin-bottom: 4vh;
text-align: center;
padding: 4vh; }
#single-wcs-event .wcs-event-details::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-top: 2px dashed currentcolor;
border-bottom: 2px dashed currentcolor;
opacity: 0.25; }
.wcs-table {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.wcs-table-tr {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch; }
.wcs-table-thead {
-ms-flex-preferred-size: 4em;
flex-basis: 4em; }
.wcs-table-tr--full {
display: table-row;
width: 100%; }
.wcs-table-td {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 4em;
flex-basis: 4em;
min-width: 2em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 2vh 0; }
.wcs-table-td--full {
width: 100%; }
.wcs-woo-description {
opacity: 0.75;
display: inline-block; }
.wcs-modal-call {
cursor: pointer; }
.wcs-vue[v-cloak] {
visibility: hidden; }