.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.sf-timetable-menu, .sf-timetable-menu * {
margin:			0;
padding:		0;
list-style:		none;
}
.sf-timetable-menu {
line-height:	1.0;
}
.sf-timetable-menu ul {
position:		absolute;
top:			-999em !important;
width:			10em; }
.sf-timetable-menu ul li {
width:			100%;
}
.sf-timetable-menu li:hover {
visibility:		inherit; }
.sf-timetable-menu li {
float:			left;
position:		relative;
}
.sf-timetable-menu a {
display:		block;
position:		relative;
}
.sf-timetable-menu li:hover ul,
.sf-timetable-menu li.sfHover ul {
left:			0;
top:			2.5em; z-index:		99;
}
ul.sf-timetable-menu li:hover li ul,
ul.sf-timetable-menu li.sfHover li ul {
top:			-999em;
}
ul.sf-timetable-menu li li:hover ul,
ul.sf-timetable-menu li li.sfHover ul {
left:			10em; top:			0;
}
ul.sf-timetable-menu li li:hover li ul,
ul.sf-timetable-menu li li.sfHover li ul {
top:			-999em;
}
ul.sf-timetable-menu li li li:hover ul,
ul.sf-timetable-menu li li li.sfHover ul {
left:			10em; top:			0;
} .sf-timetable-menu {
float:			left;
margin-bottom:	1em;
}
.sf-timetable-menu a {
border-left:	1px solid #fff;
border-top:		1px solid #CFDEFF;
padding: 		.75em 1em;
text-decoration:none;
}
.sf-timetable-menu a, .sf-timetable-menu a:visited  { color:			#13a;
}
.sf-timetable-menu li {
background:		#BDD2FF;
}
.sf-timetable-menu li li {
background:		#AABDE6;
}
.sf-timetable-menu li li li {
background:		#9AAEDB;
}
.sf-timetable-menu li:hover, .sf-timetable-menu li.sfHover,
.sf-timetable-menu a:focus, .sf-timetable-menu a:hover, .sf-timetable-menu a:active {
background:		#CFDEFF;
outline:		0;
}.qtip{
position: absolute;
left: -28000px;
top: -28000px;
display: none;
max-width: 280px;
min-width: 50px;
font-size: 10.5px;
line-height: 12px;
direction: ltr;
box-shadow: none;
padding: 0;
}
.qtip-content{
position: relative;
padding: 5px 9px;
overflow: hidden;
text-align: left;
word-wrap: break-word;
}
.qtip-titlebar{
position: relative;
padding: 5px 35px 5px 10px;
overflow: hidden;
border-width: 0 0 1px;
font-weight: bold;
}
.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; } .qtip-close{
position: absolute;
right: -9px; top: -9px;
z-index: 11; cursor: pointer;
outline: medium none;
border: 1px solid transparent;
}
.qtip-titlebar .qtip-close{
right: 4px; top: 50%;
margin-top: -9px;
}
* html .qtip-titlebar .qtip-close{ top: 16px; } .qtip-titlebar .ui-icon,
.qtip-icon .ui-icon{
display: block;
text-indent: -1000em;
direction: ltr;
}
.qtip-icon, .qtip-icon .ui-icon{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
}
.qtip-icon .ui-icon{
width: 18px;
height: 14px;
line-height: 14px;
text-align: center;
text-indent: 0;
font: normal bold 10px/13px Tahoma,sans-serif;
color: inherit;
background: transparent none no-repeat -100em -100em;
} .qtip-focus{} .qtip-hover{} .qtip-default{
border: 1px solid #F1D031;
background-color: #FFFFA3;
color: #555;
}
.qtip-default .qtip-titlebar{
background-color: #FFEF93;
}
.qtip-default .qtip-icon{
border-color: #CCC;
background: #F1F1F1;
color: #777;
}
.qtip-default .qtip-titlebar .qtip-close{
border-color: #AAA;
color: #111;
} .qtip-light{
background-color: white;
border-color: #E2E2E2;
color: #454545;
}
.qtip-light .qtip-titlebar{
background-color: #f1f1f1;
} .qtip-dark{
background-color: #505050;
border-color: #303030;
color: #f3f3f3;
}
.qtip-dark .qtip-titlebar{
background-color: #404040;
}
.qtip-dark .qtip-icon{
border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover{
border-color: #303030;
} .qtip-cream{
background-color: #FBF7AA;
border-color: #F9E98E;
color: #A27D35;
}
.qtip-cream .qtip-titlebar{
background-color: #F0DE7D;
}
.qtip-cream .qtip-close .qtip-icon{
background-position: -82px 0;
} .qtip-red{
background-color: #F78B83;
border-color: #D95252;
color: #912323;
}
.qtip-red .qtip-titlebar{
background-color: #F06D65;
}
.qtip-red .qtip-close .qtip-icon{
background-position: -102px 0;
}
.qtip-red .qtip-icon{
border-color: #D95252;
}
.qtip-red .qtip-titlebar .ui-state-hover{
border-color: #D95252;
} .qtip-green{
background-color: #CAED9E;
border-color: #90D93F;
color: #3F6219;
}
.qtip-green .qtip-titlebar{
background-color: #B0DE78;
}
.qtip-green .qtip-close .qtip-icon{
background-position: -42px 0;
} .qtip-blue{
background-color: #E5F6FE;
border-color: #ADD9ED;
color: #5E99BD;
}
.qtip-blue .qtip-titlebar{
background-color: #D0E9F5;
}
.qtip-blue .qtip-close .qtip-icon{
background-position: -2px 0;
}
.qtip-shadow{
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
} .qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.qtip-rounded .qtip-titlebar{
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
} .qtip-youtube{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 3px #333;
-moz-box-shadow: 0 0 3px #333;
box-shadow: 0 0 3px #333;
color: white;
border: 0 solid transparent;
background: #4A4A4A;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}
.qtip-youtube .qtip-titlebar{
background-color: #4A4A4A;
background-color: rgba(0,0,0,0);
}
.qtip-youtube .qtip-content{
padding: .75em;
font: 12px arial,sans-serif;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}
.qtip-youtube .qtip-icon{
border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover{
border-color: #303030;
} .qtip-jtools{
background: #232323;
background: rgba(0, 0, 0, 0.7);
background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
background-image: -moz-linear-gradient(top, #717171, #232323);
background-image: -webkit-linear-gradient(top, #717171, #232323);
background-image: -ms-linear-gradient(top, #717171, #232323);
background-image: -o-linear-gradient(top, #717171, #232323);
border: 2px solid #ddd;
border: 2px solid rgba(241,241,241,1);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 12px #333;
-moz-box-shadow: 0 0 12px #333;
box-shadow: 0 0 12px #333;
} .qtip-jtools .qtip-titlebar{
background-color: transparent;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.qtip-jtools .qtip-content{
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}
.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content{
background: transparent;
color: white;
border: 0 dashed transparent;
}
.qtip-jtools .qtip-icon{
border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover{
border-color: #333;
} .qtip-cluetip{
-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
background-color: #D9D9C2;
color: #111;
border: 0 dashed transparent;
}
.qtip-cluetip .qtip-titlebar{
background-color: #87876A;
color: white;
border: 0 dashed transparent;
}
.qtip-cluetip .qtip-icon{
border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover{
border-color: #696952;
color: #696952;
} .qtip-tipsy{
background: black;
background: rgba(0, 0, 0, .87);
color: white;
border: 0 solid transparent;
font-size: 11px;
font-family: 'Lucida Grande', sans-serif;
font-weight: bold;
line-height: 16px;
text-shadow: 0 1px black;
}
.qtip-tipsy .qtip-titlebar{
padding: 6px 35px 0 10px;
background-color: transparent;
}
.qtip-tipsy .qtip-content{
padding: 6px 10px;
}
.qtip-tipsy .qtip-icon{
border-color: #222;
text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover{
border-color: #303030;
} .qtip-tipped{
border: 3px solid #959FA9;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #F9F9F9;
color: #454545;
font-weight: normal;
font-family: serif;
}
.qtip-tipped .qtip-titlebar{
border-bottom-width: 0;
color: white;
background: #3A79B8;
background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}
.qtip-tipped .qtip-icon{
border: 2px solid #285589;
background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon{
background-color: #FBFBFB;
color: #555;
} .qtip-bootstrap{ font-size: 14px;
line-height: 20px;
color: #333333; padding: 1px;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.qtip-bootstrap .qtip-titlebar{ padding: 8px 14px;
margin: 0;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close{ right: 11px;
top: 45%;
border-style: none;
}
.qtip-bootstrap .qtip-content{ padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon{ background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon{ width: auto;
height: auto; float: right;
font-size: 20px;
font-weight: bold;
line-height: 18px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover{ color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
} .qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
filter: none;
-ms-filter: none;
}
.qtip .qtip-tip{
margin: 0 auto;
overflow: hidden;
z-index: 10;
} x:-o-prefocus, .qtip .qtip-tip{
visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas{
position: absolute;
color: #123456;
background: transparent;
border: 0 dashed transparent;
}
.qtip .qtip-tip canvas{ top: 0; left: 0; }
.qtip .qtip-tip .qtip-vml{
behavior: url(#default#VML);
display: inline-block;
visibility: visible;
}
#qtip-overlay{
position: fixed;
left: 0; top: 0;
width: 100%; height: 100%;
} #qtip-overlay.blurs{ cursor: pointer; } #qtip-overlay div{
position: absolute;
left: 0; top: 0;
width: 100%; height: 100%;
background-color: black;
opacity: 0.7;
filter:alpha(opacity=70);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.qtipmodal-ie6fix{
position: absolute !important;
}.timetable_clearfix:after
{
font-size: 0px;
content: ".";
display: block;
height: 0px;
visibility: hidden;
clear: both;
}
div.rtl 
{
direction: rtl;
}
.tt_hide
{
display: none !important;
} .tt_tabs_navigation,
.tt_items_list
{
padding: 0;
margin: 0;
list-style: none;
}
div.tt_tabs
{
border: none !important;
position: static;
padding: 0;
}
.tt_tabs .ui-tabs-panel
{
padding: 0 !important;
clear: both;
} table.tt_timetable
{
width: 100%;
font-size: 11px;
color: #666;
border: none;
letter-spacing: normal;
font-size: 11px;
line-height: normal;
font-family: 'Lato', Helvetica, Arial, sans-serif;
border-collapse: separate !important;
border-spacing: 2px !important;
background: #FFF !important;
}
table.tt_timetable *
{
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
.tt_timetable th,
.tt_timetable td
{
font-size: 14px;
font-weight: normal;
font-style: normal;
line-height: normal;
color: #34495E;
text-transform: none;
border: none !important;
}
.tt_timetable th,
.tt_timetable td.tt_hours_column
{
text-align: center;
vertical-align: middle;
}
.tt_timetable th
{
width: 12.5%;
padding: 10px 15px 12px;
letter-spacing: normal;
}
.tt_timetable .event_container
{
padding: 7px 10px;
position: relative;
} body.rtl .tt_timetable .event_container
{
position: static;
}
.tt_timetable td
{
width: 12.5%;
vertical-align: top;
height: 31px;
border: none;
padding: 0;
position: relative;
} body.rtl .tt_timetable td
{
position: static;
}
.tt_timetable td .event_hour_booking_wrapper,
.tt_timetable td .event_hour_booking_wrapper *,
.tt_event_hours .event_hour_booking_wrapper,
.tt_event_hours .event_hour_booking_wrapper *
{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
overflow: hidden;
}
.tt_timetable td .event_hour_booking_wrapper.always
{
margin: 15px 0 3px;
}
.tt_timetable td.tt_single_event .event_hour_booking_wrapper.always
{
padding: 0 10px;
margin: 9px 0 10px;
}
.tt_timetable .event span.available_slots+.event_hour_booking_wrapper.always
{
margin: 16px 0 3px 0;
}
.tt_timetable td .event_hour_booking_wrapper.on_hover
{
position: absolute;
top: auto;
right: 0;
bottom: 0;
left: 0;
height: 50px;
} body.rtl .tt_timetable td.event .event_hour_booking_wrapper.on_hover
{
right: auto;
bottom: auto;
left: auto;
visibility: hidden;
opacity: 0;
}
body.rtl .tt_timetable td.event .event_hour_booking_wrapper.on_hover
{
visibility: visible;
opacity: 1;
}
.tt_timetable .hours
{
color: #FFF;
font-weight: bold;
}
.tt_timetable .event
{ background-color: #00A27C;
color: #FFF;
line-height: 140%;
text-align: center;
padding: 0 !important;
vertical-align: top;
}
.tt_timetable .event a,
.tt_timetable .event .event_header
{
display: block;
color: #FFF !important;
font-size: 14px;
font-weight: bold;
margin-bottom: 2px;
text-decoration: none;
outline: none;
transition: none !important;
border: none;
}
.tt_timetable .event a:hover,
.tt_timetable .event a.event_header:hover
{
text-decoration: underline;
}
.tt_timetable .event span.available_slots
{
display: block;
color: #ffd544;
margin-top: 3px;
}
.tt_event_hours .available_slots_wrapper
{
padding-bottom: 0;
}
.tt_event_hours .available_slots_wrapper span.available_slots
{
display: block;
color: #34495E;
}
.tt_timetable .event a.event_hour_booking,
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking,
.tt_event_hours a.event_hour_booking
{
display: block;
margin: 0;
padding: 11px 5px 11px;
width: 100%;
font-size: 14px;
line-height: 18px;
height: auto;
font-weight: normal;
text-decoration: none;
-webkit-transition: background-color 0.2s, bottom 0.2s, top 0.2s !important; -moz-transition: background-color 0.2s, bottom 0.2s, top 0.2s !important; -o-transition: background-color 0.2s, bottom 0.2s, top 0.2s !important; transition: background-color 0.2s, bottom 0.2s, top 0.2s !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
text-align: center;
}
.tt_event_hours .event_hour_booking_wrapper
{
margin-top: 1em;
}
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking
{
margin-top: 10px;
float: none;
}
.tt_timetable .event .event_hour_booking_wrapper.on_hover a.event_hour_booking
{
}
.tt_timetable .event a.event_hour_booking,
.tt_items_list .value a.event_hour_booking
{
background-color: #05bb90;
}
.tt_timetable .event a.event_hour_booking:hover,
.tt_items_list .value a.event_hour_booking:hover
{
background-color: #07b38a;
}
.tt_timetable .event a.event_hour_booking.unavailable,
.tt_timetable .event:hover a.event_hour_booking.unavailable,
.tt_timetable .event a.event_hour_booking.booked,
.tt_timetable .event:hover a.event_hour_booking.booked,
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking.unavailable,
.tt_responsive .tt_timetable.small .tt_items_list .value a:hover.event_hour_booking.unavailable,
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking.booked,
.tt_responsive .tt_timetable.small .tt_items_list .value a:hover.event_hour_booking.booked {
background-color: #eeeeee;
color: #aaaaaa !important;
cursor: default;
}
.tt_timetable .event .event_hour_booking_wrapper.on_hover a.event_hour_booking
{
margin: 0;
position: absolute;
left: 0;
right: 0;
bottom: -50px;
top: auto;
cursor: pointer;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding-top: 16px;
padding-bottom: 16px;
text-overflow: ellipsis;
white-space: nowrap;
}
.tt_timetable .event.tt_single_event:hover .event_hour_booking_wrapper.on_hover a.event_hour_booking,
.tt_timetable .event_container:hover .event_hour_booking_wrapper.on_hover a.event_hour_booking
{
bottom: 0;
} 
.tt_timetable .event a.tt_inactive
{
opacity: 0.5;
}
.tt_timetable .event span.event_hour_places
{
margin-left: 5px;
}
.tt_timetable .event .before_hour_text,
.tt_timetable .event .after_hour_text
{
font-size: 13px;
}
.tt_timetable tr
{
background-color: #FFF !important;
}
.tt_timetable .row_gray
{
background-color: #F0F0F0 !important;
}
.tt_timetable .event:hover,
.tt_timetable .event .event_container.tt_tooltip:hover
{
background-color: #1F736A;
}
.tt_timetable .event.tt_tooltip:hover .hours,
.tt_timetable .event .event_container.tt_tooltip:hover .hours
{
color: #FFF;
}
.tt_timetable .event .hours_container
{
margin: 15px 0;
}
.tt_timetable .event .top_hour
{
margin-top: 15px;
}
.tt_timetable .event .bottom_hour,
.event_layout_4 .tt_timetable .event .top_hour
{
margin-bottom: 15px;
}
.tt_timetable .event hr
{
background: #FFFFFF;
border: none;
height: 1px;
margin: 0;
opacity: 0.4;
}
.tt_timetable.small
{
display: none;
font-size: 13px;
}
.tt_timetable.small.desktop
{
display: block;
}
.tt_responsive .tt_timetable.small .box_header
{
font-size: 16px !important;
color: #34495E !important;
font-family: 'Lato';
}
.rtl .tt_responsive .tt_timetable.small .box_header
{
text-align: right;
}
.tt_responsive .tt_timetable.small .tt_items_list div.event_container
{
width: 302px;
padding: 0;
}
.tt_responsive .tt_timetable.small.use_colors .tt_items_list div.event_container
{
width: 282px;
}
.tt_responsive .tt_timetable.small .tt_items_list div.value
{
width: 120px;
}
.tt_responsive .tt_timetable.small .tt_items_list a,
.tt_responsive .tt_timetable.small .tt_items_list span
{
font-family: 'Lato';
color: #34495E !important;
text-decoration: none;
outline: none;
}
.tt_responsive .tt_timetable.small .tt_items_list div.value span
{
font-family: inherit;
}
.tt_responsive .tt_timetable.small.use_colors .tt_items_list a,
.tt_responsive .tt_timetable.small.use_colors .tt_items_list span
{
color: #FFFFFF !important;
}
.rtl .tt_responsive .tt_timetable.small .tt_items_list a,
.rtl .tt_responsive .tt_timetable.small .tt_items_list span
{
text-align: right;
}
.tt_responsive .tt_timetable.small .tt_items_list span.event_description
{
color: #6E7A87 !important;
}
.tt_responsive .tt_timetable.small.use_colors .tt_items_list span.event_description
{
color: #FFFFFF !important;
}
.tt_responsive .tt_timetable.small .tt_items_list span.available_slots,
.tt_responsive .tt_timetable.small .tt_items_list span.available_slots span.count
{
color: #FF8400 !important;
}
.tt_responsive .tt_timetable.small .tt_items_list a:hover
{
text-decoration: underline;
}
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking
{
color: #ffffff !important;
padding-left: 5px;
padding-right: 5px;
width: auto;
}
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking:hover
{
text-decoration: none;
}
.tt_timetable.small .box_header
{
position: relative;
cursor: pointer;
margin: 30px 0 0 0;
}
.tt_timetable.small.use_colors .box_header
{
margin-bottom: 30px;
}
.tt_timetable.small .box_header:first-child
{
margin-top: 0;
}
.tt_timetable.small .box_header:after
{
visibility: visible;
position: absolute;
right: 0;
font-size: 20px;
line-height: 1;
}
.rtl .tt_timetable.small .box_header:after
{
visibility: visible;
position: absolute;
right: auto;
left: 0;
font-size: 20px;
line-height: 1;
}
.tt_timetable.small .plus.box_header:after
{
content: "+";
}
.tt_timetable.small .minus.box_header:after
{
content: "-";
}
h3.box_header.plus+ul.tt_items_list
{
display: none;
} .tt_tooltip
{
cursor: pointer;
}
.tt_tooltip .tt_tooltip_text
{
display: block; visibility: hidden;
opacity: 0;
position: absolute;
z-index: 1000;
left: -19px;
bottom: 100%;
line-height: 1;
text-align: center; -webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
-ms-transition-duration: 0.25s;
transition-duration: 0.25s;
-webkit-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
-moz-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
-o-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
-ms-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
transition-timing-function: cubic-bezier(0.35,0,0.35,1); -webkit-transition-property: opacity, visibility;
-moz-transition-property: opacity, visibility;
-o-transition-property: opacity, visibility;
-ms-transition-property: opacity, visibility;
transition-property: opacity, visibility; }
.rtl .tt_tooltip .tt_tooltip_text 
{
left: auto; }
.tt_tooltip .tt_tooltip_content
{
background: #1F736A;
color: #FFF;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 7px 10px 10px;
line-height: 150%;
font-size: 11px;
text-align: left;
}
.rtl .tt_tooltip .tt_tooltip_content 
{
text-align: right;
}
.tt_tooltip:hover .tt_tooltip_text
{	
visibility: visible;
opacity: 1;
}
.tt_tooltip .tt_tooltip_arrow
{
content: '';
position: relative;
border-color: #1F736A transparent;
border-style: solid;
border-width: 5px 5px 0;
bottom: -6px;
left: 0;
display: inline;
}
.rtl .tt_tooltip .tt_tooltip_arrow 
{
left: auto;
right: 0;
} .tt_navigation_wrapper
{
width: 100%;
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between;
-ms-flex-pack: justify;
-moz-justify-content: space-between;
justify-content: space-between;	
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-end;
-ms-flex-align: end;	
align-items: flex-end;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tt_navigation_cell
{
display: inline-block;
max-width: 100%;
margin: 0 30px 30px 0 !important;
}
.tt_navigation_cell:nth-child(2)
{
margin-right: 0 !important;
}
.rtl .tt_navigation_cell
{
margin: 0 0 30px 30px !important;
}
.tt_navigation_cell:nth-child(2)
{
margin-left: 0 !important;
} .tabs_box_navigation.sf-timetable-menu
{
float: none;
clear: both;
}
.tabs_box_navigation li:after
{
content: none !important;
}
.tabs_box_navigation.sf-timetable-menu *
{
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
line-height: 1;
}
.tabs_box_navigation.sf-timetable-menu li.submenu:hover:after
{
background: none;
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected
{
width: 256px;
height: auto;
padding: 13px 12px !important;
background: #00A27C;
color: #FFFFFF;
cursor: pointer;
margin: 0 !important;
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover
{
background-color: #1F736A;
}
.tabs_box_navigation.sf-timetable-menu li:hover ul, .tabs_box_navigation.sf-timetable-menu li.sfHover ul
{
top: 38px;
border: 1px solid #1F736A;
} .sf-timetable-menu
{
padding: 0 !important;
margin: 0 30px 0 0 !important;
list-style: none !important;
}
.rtl .sf-timetable-menu
{
margin: 0 0 0 30px !important;
}
.sf-timetable-menu a
{
text-decoration: none !important;
}
.sf-timetable-menu li, .sf-timetable-menu li:hover, .sf-timetable-menu li.sfHover, .sf-timetable-menu a:focus, .sf-timetable-menu a:hover, .sf-timetable-menu a:active
{
background: none #fff;
}
.sf-timetable-menu li:hover a, .sf-timetable-menu li.selected a, .sf-timetable-menu li.current-menu-item a, .sf-timetable-menu li.current-menu-ancestor a
{
color: #FFF;
background: #1F736A;
}
.sf-timetable-menu li ul
{
display: block;
width: 228px;
background: #FFF;
border: 1px solid #E8E8E8;
padding: 0 0 5px !important;
list-style: none !important;
margin: 0 !important;
}
.sf-timetable-menu li ul.tabs_box_navigation_hidden
{
display: none;
}
.sf-timetable-menu li:hover ul, .sf-timetable-menu li.sfHover ul
{
top: 44px;
}
.sf-timetable-menu li ul li
{
width: 218px;
height: auto;
background-color: #fff;
padding: 0 5px !important;
list-style: none !important;
margin: 0 !important;
}
.sf-timetable-menu li:hover
{
background: transparent;
}
.sf-timetable-menu li:hover ul a,
.sf-timetable-menu li.submenu:hover ul a
{
display: block;
width: auto;
border: none;
color: #34495E !important;
background: #FFF;
padding: 12px 14px;
font-size: 15px;
font-family: 'Lato', Helvetica, Arial, sans-serif;
transition: none !important;
}
.sf-timetable-menu li ul li a:hover, .sf-timetable-menu li ul li.selected a:hover
{
background-color: #00A27C;
color: #FFF !important;
font-weight: normal;
}
.sf-timetable-menu li ul li.selected a
{
background-color: #F0F0F0;
color: #34495E;
font-weight: normal;
} .tt_items_list
{
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
}
.tt_items_list.margin_top
{
margin-top: 8px;
}
.tt_items_list li
{
padding: 12px 0 !important;
margin: 0 !important;
list-style: none !important;
border-bottom: 1px solid #E0E0E0;
background-position: left center;
background-repeat: no-repeat;
line-height: 120%;
}
.use_colors .tt_items_list li
{
padding: 12px 10px !important;
background-color: #00A27C;
}
.rtl .tt_items_list li 
{
background-position: left center;
}
.tt_items_list li:first-child
{
padding-top: 0;
}
.tt_items_list .event_container
{
float: left;
}
.rtl .tt_items_list .event_container
{
float: right;
}
.tt_items_list a,
.tt_items_list span
{
outline: none;
}
.tt_items_list.thin a,
.tt_items_list.thin span
{
font-weight: normal;
}
.tt_items_list.thin span.event_description
{
display: block;
margin-top: 10px;
}
.tt_items_list.thin span.available_slots
{
display: block;
margin-top: 9px;
float: none;
}
.tt_items_list.thin a.event_hour_booking.tt_inactive
{
opacity: 0.5;
}
.tt_items_list .value
{
float: right;
text-align: right;
color: #34495E;
}
.use_colors .tt_items_list .value
{
color: #FFFFFF;
}
.tt_items_list .value a.event_hour_booking
{
display: block;
text-align: center;
}
.rtl .tt_items_list .value 
{
float: left;
}
.tt_items_list.opening_hours li span, .tt_items_list.opening_hours .value
{
color: #FFF;
}
.tt_items_list.opening_hours li
{
border-color: #4468B2;
}
.home_box .tt_items_list li:first-child
{
padding-top: 12px;
}
.tt_items_list li a
{
border: none;
}
.tt_items_list li a:hover
{
text-decoration: underline;
} .tt-ui-tabs-hide
{
display: none;
}
.tt_tabs .ui-tabs-panel p
{
padding: 24px 0 25px;
} .tt_tabs_navigation,
.ui-tabs .tt_tabs_navigation
{
float: left !important;
clear: both;
vertical-align: bottom;
width: auto !important;
padding: 0;
margin: 0;
list-style: none !important;
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
background: none !important;
border: none !important;
}
.rtl .tt_tabs_navigation,
.rtl .ui-tabs .tt_tabs_navigation
{
float: right !important;
}
.tt_tabs_navigation li,
.ui-tabs .tt_tabs_navigation li
{
float: left;
margin: 0 20px 0 0 !important;
padding: 0 !important;
font-size: 18px !important;
background: none !important;
border: none !important;
list-style: none !important;
}
.rtl .tt_tabs_navigation li,
.rtl .ui-tabs .tt_tabs_navigation li 
{
float: right;
margin: 0 0 0 20px !important;
}
.tt_tabs_navigation li:last-child
{
margin-right: 0 !important;
}
.rtl .tt_tabs_navigation li:last-child
{
margin-left: 0 !important;
}
.tt_tabs_navigation li a
{
width: auto !important;
display: block;
text-align: center;
color: #666 !important;
padding: 8px 0 !important;
border: none !important;
border-bottom: 1px solid #E5E5E5 !important;
line-height: normal;
outline: none;
text-decoration: none;
font-size: 15px !important;
font-family: 'Lato', Helvetica, Arial, sans-serif;
transition: none !important;
margin-bottom: 1px;
}
.tt_tabs_navigation li a:hover,
.tt_tabs_navigation li a.selected,
.tt_tabs_navigation li.ui-tabs-active a
{
border-bottom-width: 3px !important;
padding-bottom: 7px !important;
border-color: #00A27C !important;
color: #000 !important;
margin-bottom: 0;
}
.sf-timetable-menu a:hover,
.tt_tabs_navigation li a:hover,
.tt_tabs_navigation li a:focus,
.tt_tabs_navigation li a:active
{
text-decoration: none;
} .tabs_box_navigation.sf-timetable-menu
{
float: left;
clear: none;
font-family: 'Lato', Helvetica, Arial, sans-serif;
font-size: 18px;
}
.rtl .tabs_box_navigation.sf-timetable-menu
{
float: right;
}
.tabs_box_navigation.sf-timetable-menu li.submenu:hover:after
{
background: none;
}
.tabs_box_navigation .tabs_box_navigation_icon
{
float: right;
background: url(//gadeaciencia.org/wp-content/plugins/timetable/images/arrow_menu_expand.png) no-repeat scroll 0 0 transparent;
width: 11px;
height: 11px;
margin-top: 3px;
}
.rtl .tabs_box_navigation .tabs_box_navigation_icon 
{
float: left;
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected
{
width: 190px;
height: auto;
padding: 15px 19px !important;
margin: 0 !important;
list-style: none !important;
color: #FFFFFF;
cursor: pointer;
border: 1px solid #00A27C;
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover
{
background-color: #FFF;
color: #34495E;
box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.1);
border: 1px solid rgba(0,0,0,0.1);
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover .tabs_box_navigation_icon
{
background-position: 0 -11px;
}
.rtl .tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover .tabs_box_navigation_icon
{
background-position: 0 -11px;
}
.tabs_box_navigation.sf-timetable-menu li:hover ul,
.tabs_box_navigation.sf-timetable-menu li.sfHover ul
{
top: 48px !important;
left: -1px;
box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.1);
border: 1px solid rgba(0,0,0,0.1);
border-top: none;
}
.rtl .tabs_box_navigation.sf-timetable-menu li:hover ul,
.tabs_box_navigation.sf-timetable-menu li.sfHover ul 
{
left: auto;
right: -1px;
}
.tabs_box_navigation label
{
display: inline !important;
font-size: 18px !important;
font-weight: normal !important;
}
.tabs_box_navigation_hidden
{
display: none;
} form.tt_generate_pdf
{
display: block;
float: right;
}
form.tt_generate_pdf textarea.tt_pdf_html
{
display: none;	
}
form.tt_generate_pdf input[type="submit"]
{
background-image: none;
background-color: #00A27C;
color: #fff;
font-size: 14px;
line-height: 24px;
font-family: 'Lato', Helvetica, Arial, sans-serif;
padding: 13px 20px;
-webkit-transition: background-color 0.2s, bottom 0.2s !important; -moz-transition: background-color 0.2s, bottom 0.2s !important; -o-transition: background-color 0.2s, bottom 0.2s !important; transition: background-color 0.2s, bottom 0.2s !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: none;
cursor: pointer;
-webkit-appearance: none;
}
form.tt_generate_pdf input[type="submit"]:hover
{
background-color: #07b38a;
} .tt_booking_overlay
{
position: absolute;
background-color: rgba(85,85,85,0.2);
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999998;
}
.tt_booking
{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: absolute;
z-index: 999999;
width: 500px;
background-color: #ffffff;
margin: 0 50px;
overflow: hidden;
font-family: 'Lato', Helvetica, Arial, sans-serif;
text-align: center;
-webkit-box-shadow: 0px 20px 30px -5px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 20px 30px -5px rgba(0,0,0,0.15);
box-shadow: 0px 20px 30px -5px rgba(0,0,0,0.15);
}
.tt_booking,
.tt_booking *
{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.tt_booking .tt_booking_message
{
margin: 40px 20px 37px;
}
.tt_center
{
text-align: center;
}
.tt_booking .tt_booking_message h2
{
font-family: 'Lato', Helvetica, Arial, sans-serif;
font-size: 24px;
line-height: 36px;
color: #111111;
color: #333333;
margin: 0 0 25px 0;
font-weight: 400;
}
.tt_booking .tt_booking_message p
{
color: #34495e;
color: #666666;
font-size: 16px;
margin: 33px 10px 0;
line-height: 24px;
padding: 0;
font-weight: 400;
}
.tt_booking .tt_booking_message p.error-info
{
margin-top: 20px;
margin-bottom: 0;
} .tt_booking p:empty
{
display: none;
}
.tt_booking .event_details_wrapper
{
padding: 14px 13px 15px;
border: 1px solid #e9e9e9;
margin: 0 10px;
}
.tt_booking p.event_details
{
font-size: 16px;
line-height: 24px;
margin: 0;
color: #333333;
font-weight: 400;
}
.tt_booking p.event_details.bold
{
font-weight: 700;
}
.tt_booking a
{
font-size: 16px;
font-weight: 400;
color: #27AE61;
text-decoration: none;
}
.tt_booking a:hover
{
cursor: pointer;
text-decoration: none;
color: #27AE61;
}
.tt_booking .tt_btn_wrapper
{
margin-top: 35px;
}
.tt_booking a.tt_btn
{
display: inline-block;
text-decoration: none;
height: 50px;
line-height: 50px;
padding: 0 20px;
font-size: 16px;
min-width: 160px;
margin: 0 10px 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
-o-transition: background-color 0.2s;
transition: background-color 0.2s;
}
.tt_booking a.tt_btn.book,
.tt_booking a.tt_btn.login,
.tt_booking a.tt_btn.continue
{
background-color: #27ae61;
color: #fff;
}
.tt_booking a.tt_btn:hover
{
background-color: #239C57;
}
.tt_booking a.tt_btn.cancel
{
background-color: #eeeeee;	
color: #333;
}
.tt_booking a.tt_btn.cancel:hover
{
background-color: #E5E5E5;
} .tt_booking form.tt_booking_form
{
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 35px 0 -15px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper
{
flex-grow: 1;
flex-basis: 191px;
text-align: left;
border: none;
border-bottom: 1px solid #e9e9e9;
margin-bottom: 15px;
margin: 0 10px 15px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper.wide
{
flex-basis: 100%;
}
.tt_booking form.tt_booking_form .tt_field_wrapper.terms_checkbox_wrapper
{
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
border-bottom: 0;
}
.tt_booking form.tt_booking_form .tt_field_wrapper label
{
text-transform: uppercase;
color: #999;
font-size: 12px;
line-height: 18px;
font-weight: 400;
display: block;
margin: 0;
padding: 0;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field
{
width: 100%;
border: 0;
outline: none;
font-family: 'Lato', Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 30px;
color: #333;
display: inline-block;
padding: 8px 0 15px;
margin: 0;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field[type="checkbox"]
{
width: auto;
cursor: pointer;
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;	
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field[type="checkbox"]+label
{
cursor: pointer;
margin-left: 10px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field[type="checkbox"]+label a
{
font-size: 12px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper textarea.tt_field
{
resize: none;
height: 83px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper
{
width: 100%;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="number"].tt_field
{
width: 138px;
appearance: textfield;
-moz-appearance: textfield;
-webkit-appearance: textfield;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="number"].tt_field::-webkit-inner-spin-button, 
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="number"].tt_field::-webkit-outer-spin-button
{ 
-webkit-appearance: none;
margin: 0;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper 
{
float: right;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="button"]
{
float: right;
border: none;
display: inline-block;
width: 25px;
background-color: #e9e9e9;
cursor: pointer;
margin-left: 5px;
margin-top: 11px;
padding: 0;
color: #333;
font-size: 17px;
font-family: Arial;
-webkit-appearance: none;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="button"]:focus
{
outline: none;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="button"].tt_slots_number_minus
{
margin-left: 0;
padding-top: 11px;
padding-bottom: 13px;
line-height: 1px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="button"].tt_slots_number_plus
{
padding-top: 10px;
padding-bottom: 8px;
line-height: 7px;
} .tt_preloader
{
margin: 50px auto 50px;
width: 70px;
text-align: center;
}
.tt_preloader > div
{
width: 18px;
height: 18px;
background-color: #E5E5E5;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.tt_preloader .bounce1
{
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.tt_preloader .bounce2
{
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
} .qtip-default
{
background: none;
border-color: transparent;
}
.qtip.tt-qtip2
{
z-index: 9999999 !important;
}
.qtip.tt-qtip2 .qtip-content
{
border: none;
padding: 7px 10px 10px 10px;
line-height: 150%;
}
.qtip.tt-qtip2.ui-tooltip-success .qtip-content
{
background-color: #00A27C;
}
.qtip.tt-qtip2.ui-tooltip-error .qtip-content
{
background-color: #F0ACB0;
}
.qtip.tt-qtip2 .qtip-content h2,
.qtip.tt-qtip2 .qtip-content p
{
color: #fff;
margin: 0;
padding: 0;
}
.qtip.tt-qtip2 .qtip-content h2
{
font-size: 14px;
font-weight: bold;
margin-bottom: 2px;
}
.qtip.tt-qtip2 .qtip-content p
{
font-size: 11px;
}
@-webkit-keyframes sk-bouncedelay
{
0%, 80%, 100%
{
-webkit-transform: scale(0);	
}
40%
{
-webkit-transform: scale(1.0);
}
}
@keyframes sk-bouncedelay
{
0%, 80%, 100%
{ 
-webkit-transform: scale(0);
transform: scale(0);
}	
40%
{ 
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}.tt_event_padding_top_0
{
padding-top: 0 !important;
}
.tt_event_padding_bottom_0
{
padding-bottom: 0 !important;
}
.tt_event_padding_0
{
padding: 0 !important;
}
.tt_event_margin_top_13
{
margin-top: 13px !important;
}
.tt_event_margin_top_27
{	
margin-top: 27px !important;
}
.tt_event_theme_page *
{
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.tt_event_theme_page
{
width: 930px;
background: #FFFFFF;
padding: 30px;
margin: 0 auto 30px;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.tt_event_page_left
{
float: left;
width: 630px;
}
.rtl .tt_event_page_left 
{
float: right;
}
.tt_event_page_right
{
float: right;
width: 270px;
}
.rtl .tt_event_page_right 
{
float: left;
}
.tt_event_page_left .attachment-event-post-thumb
{
margin-bottom: 17px;
}
.tt_event_theme_page h2,
.tt_event_theme_page h3,
.tt_event_theme_page h4,
.tt_event_theme_page h5
{
font-family: 'Lato';
line-height: 120%;
color: #34495E;
margin: 0;
padding: 0;
}
.tt_event_theme_page h2
{
font-size: 40px;
font-weight: 700;
margin-bottom: 5px;
}
.tt_event_theme_page h3
{
font-size: 29px;
font-weight: 700;
}
.tt_event_theme_page h4
{
font-size: 24px;
font-weight: 400;
}
.tt_event_theme_page h5
{
font-size: 18px;
font-weight: 400;
line-height: 140%;
}
.tt_event_hours_count
{
color: #798795;
margin-left: 5px;
font-weight: 400;
}
.rtl .tt_event_hours_count 
{
margin-left: 0;
margin-right: 5px;
}
.tt_event_theme_page p
{
font-size: 15px;
font-family: 'Lato';
font-weight: 400;
color: #34495E;
margin: 0;
padding: 1em 0;
line-height: 140%;
}
.tt_event_theme_page .textwidget p:first-child
{
margin-top: 30px;
}
.tt_event_theme_page .textwidget p
{
padding: 0;
}
.tt_event_items_list
{
list-style: none;
padding: 20px 0;
margin: 0;
}
.tt_event_items_list li
{
background: url(//gadeaciencia.org/wp-content/plugins/timetable/images/bullet.png) left center no-repeat;
padding-left: 20px;
font-size: 15px;
font-family: 'Lato';
font-weight: 400;
color: #34495E;
line-height: 160%;
}
.rtl .tt_event_items_list li 
{
background-position: right center;
padding-left: 0;
padding-right: 20px;
}
.tt_event_items_list li.type_info
{
background: none;
padding: 0;
border-bottom: 1px solid #EFEFEF;
padding: 8px 0;
}
.tt_event_items_list li label
{
float: left;
width: 115px;
font-weight: 700 !important;
font-size: 15px !important;
}
.rtl .tt_event_items_list li label 
{
float: right;
}
.tt_event_items_list li .tt_event_text
{
float: left;
width: 185px;
}
.rtl .tt_event_items_list li .tt_event_text 
{
float: right;
}
.tt_event_columns
{
}
.tt_event_column_left, .tt_event_column_right
{
width: 300px;
}
.tt_event_column_left
{
float: left;
margin-right: 30px;
}
.rtl .tt_event_column_left 
{
float: right;
margin-right: 0;
margin-left: 30px;
}
.tt_event_column_right
{
float: right;
}
.rtl .tt_event_column_right 
{
float: left;
}
.tt_event_hours
{
clear: both;
padding: 0;
margin: 0;
list-style: none;
}
.tt_event_hours li
{
float: left;
width: 246px;
border: 1px solid #EFEFEF;
border-left: 3px solid #00A27C;
margin: 0 30px 30px 0;
padding: 15px 25px;
}
.rtl .tt_event_hours li 
{
float: right;
margin: 0 0 30px 30px;
border-left: 1px solid #EFEFEF;
border-right: 3px solid #00A27C;
}
.tt_event_hours li.event_hours_right
{
margin-right: 0;
}
.rtl .tt_event_hours li.event_hours_right 
{
margin-left: 0;
}
.tt_event_url 
{
font-size: 14px;
text-decoration: none;
border: none;
display: inline-block;
background: #f0f0f0;
padding: 12px 25px 13px 25px;
margin: 0px 10px 10px 0px;
color: #444;
text-transform: uppercase;
text-decoration: none;
position: relative;
-webkit-transition: background-color 0.2s, color 0.2s; -moz-transition: background-color 0.2s, color 0.2s; -o-transition: background-color 0.2s, color 0.2s; transition: background-color 0.2s, color 0.2s;
}
a.tt_event_url:hover,
.tt_event_url.active
{
background: #353C40;
color: #FFF;
}
.tt_event_theme_page .tt_event_url 
{
margin: 0;
} .tt_upcoming_events_wrapper
{
clear: both;
float: left;
width: 100%;
}
.rtl .tt_upcoming_events_wrapper 
{
float: right;
}
.tt_upcoming_events_wrapper .caroufredsel_wrapper 
{
margin: 0 !important;
overflow: hidden;
width: 100% !important;
}
.tt_upcoming_events_wrapper *
{
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
.tt_upcoming_events_wrapper p.message
{
padding: 0;
}
.tt_upcoming_events
{
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
border-radius: 0 !important;
box-shadow: none !important;
border: none !important;
}
.tt_upcoming_events li
{
width: 270px;
padding: 0 0 10px !important;
margin: 0 !important;
border: none !important;
list-style: none !important;
background: none !important;
}
.tt_upcoming_events li:before,
.tt_upcoming_events li:after
{
content: none !important;
background: none !important;
border: none !important;
}
.tt_upcoming_events li .tt_upcoming_events_event_container
{
display: block !important;
border: 1px solid #EFEFEF;
border-left: 3px solid #00A27C;
background-color: #FFF;
padding: 10px 20px;
text-decoration: none;
color: #34495E;
font-family: 'Lato';
font-size: 14px;
font-weight: 700;
line-height: 140%;
height: 40px;
overflow: hidden;
outline: none;
transition: none !important;
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
.rtl .tt_upcoming_events li .tt_upcoming_events_event_container 
{
border-left: 1px solid #EFEFEF;
border-right: 3px solid #00A27C;
text-align: right;
}
.tt_upcoming_events li .tt_upcoming_events_event_container:hover
{
background: #00A27C;
color: #FFF;
height: auto;
overflow: visible;
border-top: 1px solid #00A27C;
border-bottom: 1px solid #00A27C;
border-right: 1px solid #00A27C;
}
.rtl .tt_upcoming_events li .tt_upcoming_events_event_container:hover 
{
border-right: 0px solid #00A27C;
border-left: 1px solid #00A27C;
}
.tt_upcoming_events li .tt_upcoming_events_event_container .tt_upcoming_events_arrow
{
display: block;
float: right;
width: 11px;
height: 11px;
background: url(//gadeaciencia.org/wp-content/plugins/timetable/images/arrow_widget_expand.png) no-repeat;
margin-top: 13px;
}
.rtl .tt_upcoming_events li .tt_upcoming_events_event_container .tt_upcoming_events_arrow 
{
float: left;
}
.tt_upcoming_events li .tt_upcoming_events_event_container:hover .tt_upcoming_events_arrow
{
background-position: 0 -11px;
}
.tt_upcoming_events li .tt_upcoming_events_event_container .tt_upcoming_events_hours
{
display: block;
font-weight: 400;
font-size: 13px;
}
.tt_upcoming_events li .tt_upcoming_events_event_container img.wp-post-image
{
max-width: 100%;
height: auto;
margin-top: 10px;
}
.tt_calendar_icon
{
display: block;
float: left;
width: 11px;
height: 11px;
background: url(//gadeaciencia.org/wp-content/plugins/timetable/images/calendar.png) no-repeat;
margin-right: 8px;
margin-top: 5px;
}
.rtl .tt_calendar_icon 
{
float: right;
margin-right: 0;
margin-left: 8px;
}
.tt_upcoming_events li .tt_upcoming_events_event_container:hover .tt_calendar_icon
{
background-position: 0 -11px;
}
.tt_upcoming_events li .tt_upcoming_events_event_container .tt_event_hours_description
{
display: block;
font-size: 13px;
margin-top: 10px;
font-weight: 400;
}
.tt_upcoming_event_controls a
{
border: 1px solid #EFEFEF;
display: block;
float: left;
padding: 6px;
outline: none;
}
.rtl .tt_upcoming_event_controls a 
{
float: right;
}
.tt_upcoming_event_controls a#upcoming_event_prev
{
margin-right: 2px;
}
.rtl .tt_upcoming_event_controls a#upcoming_event_prev 
{
margin-right: 0;
margin-left: 2px;
}
.tt_upcoming_event_controls span
{	
display: block;
width: 11px;
height: 11px;
}
.tt_upcoming_event_controls .tt_upcoming_event_prev_arrow
{
background: url(//gadeaciencia.org/wp-content/plugins/timetable/images/arrow_scroll_up.png) no-repeat;
}
.tt_upcoming_event_controls .tt_upcoming_event_next_arrow
{
background: url(//gadeaciencia.org/wp-content/plugins/timetable/images/arrow_scroll_down.png) no-repeat;
}
.tt_upcoming_event_controls a:hover
{
border-color: #00A27C;
background-color: #00A27C;
}
.tt_upcoming_event_controls a:hover span
{
background-position: 0 -11px;
}
.timetable_sidebar_box
{
clear: both;
margin-top: 50px;
}
.timetable_sidebar_box:first-child
{
margin-top: 0;
}
.page_margin_top
{
margin-top: 30px;
}.tt_event_responsive_image,
.tt_event_page_left .attachment-event-post-thumb
{
width: 100%;
height: auto;
}
@media screen and (max-width:1009px)
{
.tt_event_theme_page .textwidget p:first-child
{
margin-top: 23px;
}
.tt_event_theme_page h2
{
font-size: 30px;
}
.tt_event_theme_page h3
{
font-size: 22px;
}
.tt_event_theme_page h4
{
font-size: 18px;
}
.tt_event_theme_page h5
{
font-size: 16px;
}
.tt_event_theme_page p,
.tt_event_items_list li
{
font-size: 14px;
}
.tt_event_theme_page
{
padding: 20px;
width: 710px;
}
.tt_event_page_left
{
width: 480px;
}
.tt_event_page_right
{
width: 210px;
}
.tt_event_column_left
{
margin-right: 10px;
}
.rtl .tt_event_column_left
{
margin-right: 0px;
margin-left: 10px;
}
.tt_event_column_left, .tt_event_column_right
{
width: 235px;
}
.tt_event_hours li
{
width: 184px;
margin: 0 23px 23px 0;
padding: 15px 20px;
}
.rtl .tt_event_hours li
{
margin: 0 0px 23px 23px;
}
.tt_upcoming_events li
{
width: 210px;
}
.tt_upcoming_events li a
{
padding: 10px;
}
.tt_event_items_list li.type_info
{
padding: 5px 0;
}
.tt_event_margin_top_27
{
margin-top: 20px !important;
}
.tt_event_theme_page h3
{
margin-top: 15px;
} .tt_responsive .tt_timetable th, .tt_responsive .tt_timetable .event_container,
.tt_responsive .tt_tooltip .tt_tooltip_content
{
padding: 4px 4px 5px;
}
.tt_responsive .tt_timetable td
{
height: 18px;
}
.tt_timetable .event span.available_slots + .event_hour_booking_wrapper.always
{
margin-bottom: 0;
}
.tt_timetable td .event_hour_booking_wrapper.always
{
margin-bottom: 0;
}
.tt_timetable td.tt_single_event .event_hour_booking_wrapper.always
{
padding: 0 4px;
margin-bottom: 5px;
}
.timetable_sidebar_box
{
margin-top: 40px;
}
}
@media screen and (max-width:767px)
{
.tt_event_theme_page,
.tt_event_page_left,
.tt_event_page_right,
.tt_upcoming_events li
{
width: 422px;
}
.tt_event_page_right
{
margin-top: 50px;
}
.tt_event_column_left, .tt_event_column_right
{
width: 206px;
}
.tt_event_hours li
{
width: 368px;
margin: 0 0 23px;
padding: 15px 25px;
}
.tt_event_hours li:last-child
{
margin-bottom: 0;
}
.tt_upcoming_events li a
{
padding: 10px 20px;
} .tt_responsive .tt_timetable
{
display: none;
}
.tt_responsive .tt_timetable.small
{
display: block;
} .tt_double_buttons .tt_navigation_cell:first-child
{
margin: 0 0 10px 0 !important;
width: 100%;
}
.tt_double_buttons .tt_navigation_cell:last-child
{
margin: 0 0 30px 0 !important;
}
.tt_tabs .tt_navigation_cell:first-child
{
margin: 0 0 30px 0 !important;
} .tt_double_buttons .sf-timetable-menu:first-of-type
{
margin-right: 10px !important;
}
.tt_double_buttons .sf-timetable-menu:last-of-type
{
margin-right: 0 !important;
}
.rtl .tt_double_buttons .sf-timetable-menu:first-of-type
{
margin-left: 10px !important;
margin-right: 0 !important;
}
.rtl .tt_double_buttons .sf-timetable-menu:last-of-type
{
margin-left: 0 !important;
}
.tt_double_buttons .tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected
{
padding: 15px 15px !important;
width: 174px;
}
.tt_double_buttons .sf-timetable-menu li ul
{
width: 204px;
}
.tt_double_buttons .sf-timetable-menu li ul li
{
width: 194px;
}
.tt_double_buttons .tabs_box_navigation label
{
font-size: 16px !important;
} .tt_booking .tt_booking_message_wrapper
{
width: auto;
}
.tt_booking .tt_booking_message
{
margin: 10px 10px 15px;
}
.tt_booking .tt_booking_message h2
{
font-size: 22px;
line-height: 33px;
margin-bottom: 12px;
}	
.tt_booking .tt_booking_message p
{
font-size: 14px;
line-height: 21px;
margin-top: 15px;
}
.tt_booking .event_details_wrapper
{
padding: 9px 13px 10px;
}
.tt_booking p.event_details
{
margin-top: 0;
margin-bottom: 0;
}
.tt_booking a
{
font-size: 14px;
line-height: 21px;
}
.tt_booking .tt_btn_wrapper
{
margin-top: 15px;
}
.tt_booking a.tt_btn
{
min-width: 150px;
}
.tt_event_url
{
padding: 12px;
font-size: 13px;
}
.tt_booking form.tt_booking_form
{
margin-top: 15px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field
{
font-size: 14px;
line-height: 21px;
padding-top: 5px;
padding-bottom: 5px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper textarea.tt_field
{
height: 64px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="button"]
{
margin-top: 0px;
}
}
@media screen and (max-width:479px)
{
.tt_event_theme_page,
.tt_event_page_left,
.tt_event_page_right,
.tt_upcoming_events li,
.tt_event_column_left, 
.tt_event_column_right
{
width: 280px;
}
.tt_event_hours li
{
width: 236px;
padding: 15px 20px;
}
.tt_event_theme_page
{
padding: 10px;
}
.tt_event_column_left
{
margin-right: 0;
}
.rtl .tt_event_column_left
{
margin-left: 0;
}
.tt_event_column_right
{
margin-top: 23px;
}
.tt_event_column_left .tt_event_items_list
{	
padding-bottom: 0;
} .tt_responsive .tt_timetable.small .tt_items_list div.event_container
{
width: 148px;
}
.tt_responsive .tt_timetable.small .tt_items_list div.value
{
width: 112px;
}
.tt_responsive .tt_timetable.small.use_colors .tt_items_list li
{
padding: 12px 5px !important;
}
.tt_responsive .tt_timetable.small.use_colors .tt_items_list div.event_container
{
width: 138px;
}
.tt_responsive .tt_timetable.small .box_header
{
font-size: 14px !important;
} .tt_navigation_cell
{
margin-right: 0 !important;
}
.tt_navigation_cell:first-child
{
margin-bottom: 10px !important;
width: 100%;
}
.tt_navigation_cell:last-child
{
margin-bottom: 30px !important;
} .tt_responsive.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected
{
width: 220px;
}
.tt_responsive.tabs_box_navigation.sf-timetable-menu li ul
{
width: 258px;
}	
.sf-timetable-menu li ul li
{
width: 248px;
}
.tt_double_buttons .tabs_box_navigation,
.tt_double_buttons .sf-timetable-menu:first-of-type
{
margin-right: 0 !important;
}
.rtl .tt_double_buttons .tabs_box_navigation,
.rtl .tt_double_buttons .sf-timetable-menu:first-of-type
{
margin-right: 0 !important;
margin-left: 0 !important;
}
.tt_double_buttons .sf-timetable-menu:first-of-type
{
margin-bottom: 10px !important;
}
.tt_double_buttons .tt_responsive.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected
{
width: 220px;
padding: 15px 19px !important;
}
.tt_double_buttons .tt_responsive.tabs_box_navigation.sf-timetable-menu li ul
{
width: 258px;
}
.tt_double_buttons .sf-timetable-menu li ul li
{
width: 248px;
}
.tt_double_buttons .tabs_box_navigation label
{
font-size: 18px !important;
} .tt_booking .tt_booking_message h2
{
font-size: 20px;
line-height: 30px;
}
.tt_booking p.event_details
{
font-size: 14px;
line-height: 22px;
}
.tt_booking p
{
margin-top: 0;
margin-bottom: 0;
}
.tt_booking .tt_btn_wrapper
{
margin-top: 10px;
margin-bottom: 15px;
}
.tt_booking a.tt_btn
{
font-size: 14px;
min-width: 110px;
padding-left: 10px;
padding-right: 10px;
margin: 10px 5px 0;
}
}
@media screen and (max-height:479px)
{
.tt_booking .tt_booking_message_wrapper
{
margin-top: 0;
margin-bottom: 0;
}
}