
/*
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
*/


@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');





/*************/
/* RESET CSS */
/*************/

html,body,header,footer,nav,section,article,aside,audio,video,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,samp,small,strike,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:top;background:transparent}
body {line-height:1}
blockquote,q {quotes:none}
blockquote:before,blockquote:after,
q:before,q:after {content:\'\';content:none}
:focus {outline:0}
ins {text-decoration:none}
del {text-decoration:line-through}
table {border-collapse:collapse;border-spacing:0}






:root {
  --dark-grey: #343338;
}

/*************/
/* GENERAL   


green 2D2D2D
brown 2D2D2D


/*

/*************/



body {
    color:var(--dark-grey);
    background-color:#ffffff;
    background-repeat: repeat-x;
    font-size:16.0px;
    line-height:1.6;

   }
   
 h1,h2,h3,h4,h5,h6 {line-height:1.6;}
   
body, select, input, textarea,.ui-widget,td { font-family: "Google Sans Flex", Arial, Helvetica, "trebuchet MS", Verdana, sans-serif !important;font-weight:400;}

h1,h2,h3,.testimonials_text,.module_testimonials_name,.uf_submit button,.showhidetext_link_to_open,.module_blog_name,.events_wrap_text,.events_item_name,.insert_profile_name,.gallery_title,.content_promotion_item_name,.news_wrap_text,.item_gallery_title,.module_new_name,.news_item_name,.uf_success_message,.uf_page_overview,.module_blog_date,.module_news_name,.products_item_name,.component_contact_form_title,.banner_image_title,.video_item_name,.video_item_tutor_name,.account_sub_heading,.plan_title,.cla_events_name,.cla_events_title,.cla_event_name,.cla_event_price,#booknowpanel span,#freebooknowpanel span,.profile_name,.media_cat_title,.gc_gallery_name,.events_mu_title,.dd_menu,.gallery_creator_asset_wrap_name,.artweycar_text1,.gc_asset_wrap_title,.module_blogs_name,.artist_prom_name,.gc_gallery_preview_name {font-family: "Google Sans Flex", Arial, Helvetica, "trebuchet MS", Verdana, sans-serif !important;font-weight:700;}

b ,strong{font-family:"Google Sans Flex",droidsans-bold-webfont,Arial;}
   
.clear {clear:both;padding:0px;margin:0px;}

h1 {font-size:2.9em;display:block; word-wrap: break-word;margin: 0 0 20px 0;line-height:1.2em;}
h2 {font-size:1.9em; display:block;padding:0px;margin:0 0 20px 0;line-height:1.2em;}
h3 {font-size:1.3em; display:block;padding:0px;margin:0 0 13px 0;line-height:1.2em;}
h4 {font-size:1.3em; display:block; padding:0px;margin:0 0 13px 0;font-weight:normal}
h5 {font-size:1.2em; display:block; padding:0px;margin:0 0 0px 0;font-weight:normal}
h6 {font-size:1.1em; display:block; padding:0px;margin:0 0 0px 0;font-weight:normal}

.uf_submit button {background:#2D2D2D;}
.uf_submit button:hover{background:#A93131;}

.gc_gallery_name {font-size:2.9em;line-height:1em;}
.gallery_creator_asset_wrap_name {font-size:2.2em;line-height:1em;}

hr { border: 0;    height: 1px;    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));}

.uf_elementinput_inputbelowname input, .uf_elementinput_inputbelowname textarea {width:96% !important;}

.uf_success_message {color:#2D2D2D;}
.component_contact_form .uf_success_message {color:#ffffff;}

.parallax-mirror {overflow:visible !important;}

.content ol {margin: 0px 0px 3px 40px;}
.content li {padding-left:5px;}
.content ul {margin: 0px 0px 3px 40px;}

a {text-decoration:none;color:#2D2D2D}
a:hover {text-decoration:underline;}

.width {width:1200px;margin:0 auto;position:relative;max-width:100%;}
.width_header {width:100%;}

.width_module_gallery_wrap,.width_testimonials  {width:100%;}

.complete_page_width_wrap {overflow:hidden;width:100%;}

.content {position:relative;}

.contentpic {height:auto !important}
.contentpic[style="float: left;"]{margin:0 20px 10px 0;}
.contentpic[style="float: right;"]{margin:0 0px 10px 20px;}

a .gc_gallery_preview_name {font-size:1.3em;}
.gallery_creator_new_gallery_link {margin-bottom:40px;}

/* carousel */

/* Outer wrapper that defines the aspect ratio */
.slider-container {
    position: relative;
    width: 100%;
    height: 45vh;
    /*padding-bottom: 40%;  */
    overflow: hidden;
}

/*
@media (max-width: 1400px) {.slider-container {padding-bottom: 50%;}}
@media (max-width: 800px) {.slider-container {padding-bottom: 60%;}}
@media (max-width: 550px) {.slider-container {padding-bottom: 70%;}}
*/

.artweycar {
  position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    
       display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.artweycar.active {
    opacity: 1;
}

.artweycar_bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center center;
    transform: scale(1);
    animation: zoomContinuous 10s linear infinite alternate;
    z-index: 1;
}

@keyframes zoomContinuous {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}



/* Overlay above bg */
.artweycar_cover {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 2;
    background:#00000055;
}

/* Text above everything */
.artweycar_text {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 80%;
}

.artweycar a {color:#ffffff;text-decoration:none;}

.artweycar_text1 {font-size:3em;line-height:1em;margin: 0 0 10px 0 }

@media (max-width: 650px) 
{
	.artweycar_text {font-size:0.8em; }
	
}



.artweycar_text2 {font-size:1em; line-height:1em;}
.artweycar_text3 {font-size:1em; line-height:1em;padding:15px 30px; width:150px;border:2px solid #ffffff; margin:20px auto 0 auto;background:#00000033;transition:all 0.2s; border-radius:10px;cursor:pointer}

@media (max-width: 450px) 
{
	.artweycar_text1 {font-size:1.5em; }
	.artweycar_text3 {padding:10px 20px;width:150px; }
}

.artweycar_text3:hover {

    background:#00000066;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}


/* OFA */
.ofa_outer {position:relative;}
.ofa_price_wrap {display:inline-block;margin:25px 20px 0 20px; text-align:center;background:#ffffff;border-radius:5px;color:#004B8F; padding:10px;}
.ofa_price {font-size:2em;line-height:1em;display:inline-block;}
.ofa_blue {background:#004B8F;text-align:center;position:absolute; top:0px;left:0px;right:70%;bottom:0px;}

.ofa_blue img {margin:30px;max-width:70%;}
.ofa_banner {background-image:url(../images/elements/ofa_banner.jpg);height:30vh;background-size:cover;text-align:center;background-position:center center;}
.ofa_banner img {height:25vh;margin:2.5vh 0 0 0;}
.ofa_form {margin-left:0%;}
.ofa_status {background:#004B8F; padding:0%;color:#ffffff;text-align:center;}
.ofa_pay {background:#ffffff;color:#000000;display:inline-block;border-radius:8px;padding:0 30px 30px 30px;margin:30px 0 0 0}

@media (max-width: 1000px) 
{
	.ofa_blue {background:#004B8F;text-align:center;position:relative; right:0px;}
	.ofa_blue img {margin:30px;max-width:30%;}
	.ofa_form {margin-left:0%;}
}


/* artist */


.content_table1 .contentpic {width:100%;}
.content_table1 td:nth-child(1) {width:35%;}
.content_table1 td:nth-child(2) {width:60%;padding:0 0 0 5%;}

.content_sq_image {overflow:hidden;position: relative;	padding-bottom: 33%; /* 56.25%; 16:9 */	padding-top: 0px;	height: 0;	margin:0 5% 0px 0;	float:left;	width:33%;}
.content_sq_image_inner {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;background-size:cover;background-position: center center;}

.events_wrap,.width_module_singleevent_wrap  {width:100% !important;}

.events_mu_wrap {background:#f0f0f0;clear:both;padding:10px 15px ;margin:20px 0 20px 0;border-radius:10px;}
.events_mu_title {font-size:1.2em;margin:0 0 10px 0}
.events_mu_user .cla_event_user_image {background:#FF5856;color:#ffffff;text-align:center;line-height:1em;padding-top:6px;height:19px;font-size:0.9em;}
.events_mu_user {line-height:1.1em;margin:0 10px 5px 0;display:inline-block;}


.module_weeklyevents_wrap {display:none;}

.events_thumb {width:100%; height:0px;padding-bottom:100%;background-size:cover;border-radius:100%;background-position:center center;}

.iframe_outer {display:block;overflow:hidden;position: relative;	padding-bottom: 56.25%; /* 56.25%; 16:9 */	padding-top: 0px;	height: 0;	margin:0;width:100%;}
.iframe_outer iframe {position: absolute;	top: 0;	left: 0;width: 100% !important;	height: 100% !important;}

.content img {max-width:100%;}
.mceContentBody img {max-width:100%;}

.content,.module_singleevent_wrap {}
.info_pane {width:30%;float:right;font-size:0.9em;background:#eeeeee;}
.info_pane .news_item_wrap {width:100%;margin:0 0 20px 0;}
.info_pane .news_item_image_inner, .info_pane .news_item_image {width:40px;height:40px;}
.info_pane .news_item_name {margin:0 0 0 55px;font-size:1.2em;color:#000;text-decoration:none;}
.info_pane a:hover {text-decoration:none;}
.info_pane .news_item_date {margin:0 0 0 55px;color:#aaa;}


.events_item_image {display:block;border:0px solid red;overflow:hidden;position: relative;	padding-bottom: 40px; /* 56.25%; 16:9 */	padding-top: 0px;	height: 0;	margin:0;width:40px;float:left;margin-right:5%;}
.events_item_image_inner {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;background-size:cover;}
.events_item_date {margin:0 0 0 55px;font-size:1.2em;}
.events_item_name{font-size:1.2em;margin-left:55px;line-height:1.1em;}
.events_item_name,.events_item_name a{color:#000;}
.events_item_summary {margin:0 0 0 55px}

.insert_profile_wrap {padding:0;background:none;margin-bottom:40px;}

.media_icon {display:inline-block;margin:0 3px;}
.media_icon svg {width:20px;height:20px;}

.complete_page_width_wrap .showhidetext_link_to_open {clear:both;font-size:1.5em;background-color:#2BADC1; color:#fff;padding-left:10px;border-radius:4px;background-position: right 10px top 20px;}
.showhidetext_text_to_show ul {margin-left:30px;}


.view_all_artists {background:#ffffff;color:#000000;padding:10px 20px;border-radius:4px;margin:50px 0 0 0;display:inline-block;font-size:1.1em;}
.view_all_media {background:#000000;color:#ffffff;padding:10px 20px;border-radius:4px;margin:50px 0 0 0;display:inline-block;font-size:1.1em;text-decoration:none !important}

.home_media_wrap {display:inline-block;width:10%;margin:1% 1%;}
.home_media_image {width:100%;height:0;padding-bottom:100%;background:#ffffff;border-radius:50%;margin:0 0 10px 0; background-size:cover;background-position:center center; background-repeat:no-repeat;}
.home_media_name {line-height:1.2em;text-align:left;}

@media (max-width: 900px) {.home_media_wrap{width:20%;margin:1% 1%;} }
@media (max-width: 500px) {.home_media_wrap{width:40%;margin:4%;} }

.searchitemsinout {border:1px solid #eeeeee;padding:10px;font-size:1.2em; width:180px;margin:0 0 20px 0}
#noartistsearch {padding:10%;display:none;}

.home {position:relative;overflow:hidden;background:#ffffff}

.home_overlay_xxx {position:absolute;top:0;left:0;bottom:0;right:0;background-size:cover;background-position: center center;background-repeat:no-repeat;filter: blur(10px);margin:-15px;overflow:hidden;}
.home_overlay2_xxx {position:absolute;top:0;left:0;bottom:0;right:0;background: #000000;opacity:0.3;}

.home_inner {padding:5%;color:#000000}
.home_left {width:40%;display:inline-block;padding:0 4% 0 0;}
.home_right {width:55%;display:inline-block;text-align:center;}
.home_right a {color:#000000; text-decoration:none;}

.home_right3_link {display:inline-block;margin:20px 0 0 0}
.home_right2_link {display:inline-block;margin:20px 0 0 0}

@media (max-width: 900px) 
{
	.home_left {width:49%;padding:0 4% 0 0;}
	.home_right {width:45%;}
} 

@media (max-width: 700px) 
{
	.home_left {width:100%;padding:0 0 40px 0;}
	.home_right {width:100%}
} 

.home_right3 {padding:0 0 30px 0;}
.home_asset_wrap {width:30%; padding-bottom:30%;margin-left:5%;background-repeat:no-repeat;background-size:cover; background-position:center center;display:inline-block;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}


.home_asset_wrap_gallery {width:30%;display:inline-block;margin-left:5%;}
.home_right3 a:nth-child(1) div {margin-left:0px;}
.home_asset_wrap_gallery .home_asset_wrap {width:100%; padding-bottom:100%;margin-right:0px;}

.home_artist_wrap {overflow:hidden;position:relative;width:22%; padding-bottom:22%;margin-right:4%;background-repeat:no-repeat;background-size:cover; background-position:center center;display:inline-block;border-radius:50%;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}
.home_artist_wrap:hover > div {opacity:1;}
.home_artist_wrap > div {position:absolute;width:100%;text-align:center;top:0%;line-height:1.1em;height:100%;background:rgba(0,0,0,0.5);opacity:0;transition:0.2s all }
.home_artist_wrap > div > div {position:absolute;left:50%;top: 50%;  transform: translate(-50%, -55%);width:100%;}
.home_right2 a:nth-child(4) div {margin-right:0px;}

/* events */

.width_module_events_wrap  {width:70%; float:left;}
.module_events_wrap_inner {padding:5%;}

.module_register_item {display:inline-block;margin:0 30px 15px 0}


/* media */


.module_contributors_wrap_width {width:100%;}
.module_contributors_wrap_inner {text-align:center;}

.contributors_items_wrap {border:0px solid red;}

.media_cat_outer {padding:2% 2%;position:relative; transition: all 0.3s cubic-bezier(.25,.8,.25,1);border:0px solid #ffffff;overflow:hidden;}
  
  
@media (max-width: 650px) {.media_cat_outer{border:0px;margin:0;}} 
  
.media_cat_overlay {position:absolute;top:0;left:0;bottom:0;right:0;background-size:cover;background-position: center center;background-repeat:no-repeat;filter: blur(10px);margin:-15px;overflow:hidden;}
.media_cat_overlay_white {position:absolute;top:0;left:0;bottom:0;right:0;background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 30%);}


.contributors_item_wrap {width:8%;display:inline-block;padding:0 1% 20px 1%;text-align:center;}

@media (max-width: 1550px) {.contributors_item_wrap {width:12%;}}
@media (max-width: 1000px) {.contributors_item_wrap {width:16%;}}
@media (max-width: 700px) {.contributors_item_wrap {width:30%;}}

.contributors_item_img_outer {overflow:hidden;position: relative;	padding-bottom: 100%;	height: 0;		width:100%;background-size:cover;margin:0 0 10px 0; }
.contributors_item_img_inner {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;background-size:cover;background-position: center center;border-radius:50%;}
.video_item_summary {margin:0 0 20px 0;}


.media_wrap_width {width:100%;text-align:center;}
.media_wrap_width .gc_asset_image {position:relative;}
.media_cat_title {font-size:2.2em;line-height:1.1em;padding:20px 1%; position:relative;color:#ffffff;}
.media_user_wrap {position:absolute;bottom:5px;left:7px;}
.media_user_profile {width:40px;height:0px;display:inline-block;padding-bottom:40px;background-size:cover; background-position:center center;border-radius:50%;}
.media_user_name {display:inline-block;margin:10px 0 0 10px; color:#ffffff;}
.media_image_overlay {position:absolute;top:0px;left:0px;right:0px;bottom:0px;background:linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 32%);;}




@media (max-width: 2000px) {.media_cat_wrap div.gc_asset_wrap:nth-child(n+6) {display:none;} }
@media (max-width: 1300px) {.media_cat_wrap div.gc_asset_wrap:nth-child(n+5) {display:none;} }
@media (max-width: 900px) {.media_cat_wrap div.gc_asset_wrap:nth-child(n+4) {display:none;} }

@media (max-width: 2000px) {.media_cat_wrap_unlimited div.gc_asset_wrap:nth-child(n+6) {display:inline-block;} }
@media (max-width: 1300px) {.media_cat_wrap_unlimited div.gc_asset_wrap:nth-child(n+5) {display:inline-block;} }
@media (max-width: 900px) {.media_cat_wrap_unlimited div.gc_asset_wrap:nth-child(n+4) {display:inline-block;} }





/* artists promotion */
.gc_asset_image {position:relative;overflow:visible}
.artists_promotion_inner h1 {}
.artists_bg {width:100%;padding-bottom:100%;}

.xxxgc_asset_image_artists  {width:10.6%;padding:2% 2% 1% 2%;background:#ffffff;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);margin:1%}
.gc_asset_image_artists  {width:10.6%;padding:0.5% 0.5% 0% 0.5%;margin:1%}

@media (max-width: 2000px) { .gc_asset_image_artists {width:14%;} }
@media (max-width: 1300px) { .gc_asset_image_artists {width:19%;} }
@media (max-width: 1000px) { .gc_asset_image_artists {width:27%;} }
@media (max-width: 650px) { .gc_asset_image_artists {width:40%;padding:3%} }

.gc_asset_image_artists svg {width:15px; height:15px;}

.artists_profile_bg {width:60%;padding-bottom:60%;height:0px;position:absolute;top:20%;left:20%;border-radius:50%;border:3px solid #ffffff;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../images/elements/profileholding.png)}

.artists_promotion {background:#ffffff;}
.artists_promotion_width {width:100%;}
.artists_promotion_inner {text-align:center;padding:5% 5%;}
.artists_promotion_inner a {text-decoration:none;}
.artist_prom_name {margin:15px 10px 10px 10px;font-size:1.5em;line-height:1em;}
@media (max-width: 900px) {.artist_prom_name {font-size:1.1em; }}

.gc_asset_image_artists .artist_prom_name {color:#000000;font-size:1em;}
.gc_asset_image_artists a {text-decoration:none;}

.artists_promotion_inner .gc_asset_wrap  {width:29.2%;margin:2% 2% 0 2%;}

.random_assets {background:#ffffff}
.random_assets_width {width:100%;}
.random_assets_inner {padding:0 1% 5% 1%;text-align:center;}


.gallery_creator_asset_view { background: #00000055;}
.gallery_creator_asset_wrap {position:absolute;top:40px;left:40px;right:40px;bottom:40px;background:#fafafa;border-radius:20px;box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;overflow:auto;}


.gallery_creator_asset_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
}

@media (max-width: 900px) {
	.gallery_creator_asset_inner {position:relative;top:auto;left:auto;transform:none;}
	.gc_asset_left {margin-top:30px;}
	}

.gc_asset_left img{border-radius:8px;overflow:hidden;}
.gallery_creator_asset_view_close {position:fixed;left:auto;right:40px;top:40px}

@media (max-width: 650px) {
	.gallery_creator_asset_wrap {top:0px;left:0px;right:0px;bottom:0px;border-radius:0px;box-shadow:none;}
	.gallery_creator_asset_view_close {right:0px;top:0px}
	}

@media (max-width: 2000px) {.random_assets_inner div.gc_asset_wrap:nth-child(n+7){display:none} }
@media (max-width: 1300px) {.random_assets_inner div.gc_asset_wrap:nth-child(n+6){display:none} }
@media (max-width: 900px) {.random_assets_inner div.gc_asset_wrap:nth-child(n+5){display:none} }

.gc_asset_wrap,.gc_gallery_preview_image,.home_media_image,.cla_event_wrap_inner,.cla_events_item,.random_assets_inner .gc_asset_wrap,.random_assets_inner .gc_asset_image,.module_blog_image_inner,.gc_gallery_wrap .gc_asset_image {border-radius:10px;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;overflow:hidden;}
.contentpic {border-radius:10px;}
.artists_promotion_inner .gc_asset_wrap,.gc_asset_wrap_preview,.module_contributors_wrap_inner .gc_asset_wrap,.random_assets_inner .gc_asset_wrap,.gc_gallery_wrap .gc_asset_wrap,.gc_asset_wrap_preview .gc_asset_image {box-shadow:none; border-radius:0px;overflow:visible}


.gc_asset_wrap_title {line-height:1em;text-align:left;margin:17px 0 0 0;font-size:1.1em;}
.gc_asset_wrap_artist {line-height:1em;text-align:left;margin:7px 0 0 0;font-size:0.9em;}

/****************/
/* CAROUSELS    */
/****************/

.width_carousel {width:100%;}
.bx-wrapper {margin:0px;}

.items_carousel_centered {overflow:hidden;background:#2d2d2d;}
.bx-wrapper .bx-viewport {border:0px;box-shadow:0;left:0px;}
.carousel_item_image img {width:100%;}
.carousel_item_wrap {position:relative;}
.carousel_item_titles_wrap {position:absolute; bottom:10%;right:0px;background:red; display:inline-block; width:auto !important;padding:10px;}
.carousel_item_title {color:#fff;font-size:2em;}
.carousel_item_subtitle {color:#fff;font-size:1.3em;}
.carousel_logo {display:none;}

.car_image {margin:0px;overflow:hidden;}

.car_image_overlay {position:absolute;top:0px;left:0px;width:100%;height:1000px;opacity:0.7;mix-blend-mode: multiply;}
.car_summary {margin:0px;padding:0 10px 10px 10px;}
.car_info {padding:7%;color:#ffffff;}
.car_item_1 .car_info,.car_item_1 .car_image_overlay {background:#E62E48;}
.car_item_2 .car_info,.car_item_2 .car_image_overlay  {background:#85D3A9;}
.car_item_3 .car_info,.car_item_3 .car_image_overlay  {background:#297DF9;}
.car_item_4 .car_info,.car_item_4 .car_image_overlay  {background:#E62E48;}
.car_item_5 .car_info,.car_item_5 .car_image_overlay  {background:#E37B85;}
.car_item_6 .car_info,.car_item_6 .car_image_overlay  {background:#297DF9;}

.gc_asset_delete {bottom:auto;top:7px;}
.gc_asset_wrap_desc {margin-bottom:10px;}

/********** PROFILE */

.profile_wrap,.gallery_creator {background:#ffffff;}

.profile_wrap_banner_outer {position:relative;}
.profile_wrap_banner {background-size:100%;overflow:hidden;position: relative;	padding-bottom: 25%;background-position:center center; margin:0 0 -12.5% 0}
.profile_wrap_banner_overlay {position:absolute;top:0px;width:100%;padding-bottom: 33%;background:none;}
.width_profile_wrap {margin-top:0px;width:100%}
.profile_wrap_inner {padding:0 5% 0px 5%;margin:0px 0 0 0}
.profile_left {display:inline-block; width:25%;margin:0 5% 0% 0}
.profile_image {border-radius:50%;background-size:cover;background-position:center center; display:block;overflow:hidden;position: relative;	padding-bottom: 100%; /* 56.25%; 16:9 */	padding-top: 0px;	height: 0;	margin:0;width:100%;border:6px solid #ffffff;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.profile_right {display:inline-block; width:65%;margin:0px; 0 0% 0;padding:17% 0 0 0}

.no_profile_on_profile {width:100%;}

.no_banner_on_profile {padding:5% 5% 0 5%;}
.no_banner_on_profile .profile_right {padding:0px;}

.profile_right_1 {width:70%;padding:0 100px 0 0}

/*
.profile_right_2 {white-space:nowrap}
*/

@media (max-width: 1130px) 
{
	.profile_on_profile .profile_right_1 {display:block;width:100%;padding:0 0 0px 0 }
	.profile_on_profile .profile_right_2 {display:block;width:100%;padding:0 0 0px 0 }
}

@media (max-width: 700px) 
{
	.no_profile_on_profile .profile_right_1 {display:block;width:100%;padding:0 0 0px 0 }
	.no_profile_on_profile .profile_right_2 {display:block;width:100%;padding:0 0 0px 0 }
}

@media (max-width: 650px) 
{
	.profile_left {width:100%;padding:0px;margin:0px;text-align:center;}
	.profile_image {width:25%;padding-bottom:25%;display:inline-block}
	.profile_right {width:100%;padding:0px;margin:0px;}
}

.profile_media_icons {margin:0 0 10px 0;}
.profile_bio {margin:0 0 20px 0;}
.profile_line {border-top:1px solid #000000;margin:20px 0 0 0;padding:20px 0 0 0}
.profile_icon {width:24px;display:inline-block;margin:0 10px 0 0}

.profile_item svg {display:inline-block;margin:0 10px 0 0 }
.profile_item div {display:inline-block;}

.profile_name {font-size:2.9em;line-height:1.0em;margin:20px 0 10px 0;display:inline-block;}
.profile_edit {display:inline-block;float:right;margin:6px 0 0 0}
.profile_edit svg {position:relative;top:5px; left:-8px;}
.profile_title {margin:0 0 10px 0;}

.profile_wrap .gallery_title {display:none;}
.profile_wrap .gallery_images  {text-align:center;margin:0px;}
.profile_wrap .module_gallery_wrap {background:transparent;}
.profile_wrap .module_gallery_wrap {padding:0px;}
.profile_wrap .viewallgalleries {display:none;}



.profile_wrap .gallery_image {width:19.5%;padding-bottom:19.5%;margin: 0 0% 0% 0%;float:none;display:inline-block !important;margin-right: -4px;}


@media (max-width: 1050px) 
{
.profile_wrap .gallery_image {width:29%;padding-bottom:29%;}
	
}

@media (max-width: 750px) 
{
.profile_wrap .gallery_image {width:45%;padding-bottom:45%;}
	
}

@media (max-width: 500px) 
{
.profile_wrap .gallery_image {width:100%;padding-bottom:100%;}
	
}


/* put in white borders...
.profile_wrap .gallery_image_inner img {object-fit:contain;}
.profile_wrap .gallery_image_inner {padding:10%;width:80%; height:80%;background:#ffffff;}
.profile_wrap .gallery_image {width:20%;padding-bottom:20%;margin: 0 2% 4% 2%;float:none;display:inline-block !important;}

*/



/****************
/* VIDEO
/*****************/

.video_image {width:100%;}
.video_iframe {display:block;overflow:hidden;position: relative;	padding-bottom: 56.25%; /* 56.25%; 16:9 */	padding-top: 0px;	height: 0;	margin:0;width:100%;}
.video_iframe iframe {position: absolute;	top: 0;	left: 0;width: 100% !important;	height: 100% !important;}


/****************/
/* COMPONENTS   */
/****************/

.header {position:relative;background:#172348;background-size:cover;background-position:center center;transition:0.3s height;}
.header_image {max-height:550px;overflow:hidden;}
.header_image img {visibility:hidden; width:100%;}
.header_overlay {width:100%; height:100%;position:absolute;top:0px;left:0px;background-repeat:no-repeat;background-position:center center;opacity:1;}
.header_overlay_titles_included {background-image: linear-gradient(rgb(0,0,0,0.0), rgb(0,0,0,0.5));}
.header_search {position:absolute;top:0px;left:0px;width:100%;}
.menu_search {display:none;position:absolute;top:0px;right:10px;margin:13px 0 0 0;border:0px solid red; width:170px;}
.width_header_logo {display:none;width:100%;}
.header_logo {display:block;position:absolute;top:30%;right:10%;width:25%;}
.header_logo img {width:100%;}

.fb-comments-wrap {margin:5% 0;}

.video-background {  margin:-10% 0 0 0;}
.youtube_header_video_thumb {height:42vW}

.banner_image_title_wrap {position:absolute;bottom:0%;left:60%; padding:4% 0 2% 0;border:0px solid red;width:100%;}
.banner_image_title_wrap_inner {padding:2%;display:inline-block;width:80%;max-width:300px;}
.banner_image_title {color:#ffffff;font-size:2.5em; line-height:1.1em;margin:0 0 0px 0;padding:0 20px 10px 0px;display:inline-block;}
.banner_image_subtitle {color:#ffffff;font-size:1em;line-height:1.1em;}

.menu_search_text,.menu_search_submit_text{display:none;}
.menu_search_input{float:left;}
.menu_search_input input{background:#eee;border-radius:20px;border:0px;font-size:1.3em;padding:3px 10px;width:140px;}
.menu_search_submit_image{float:left;margin-left:-30px;}
.menu_search_submit_image img {width:30px;}




.content {}
.content_inner,.module_blog_wrap_inner {padding:5% 7%;}
.width_module_new_wrap {width:100%;}
.module_blog_wrap_inner {padding:5% 7% 0 7%;}
.content_inner li {margin:0 0 1em 0;}
.module_testimonials_wrap_inner {margin:0}

.body_wrap_page_account .content_inner,.body_wrap_page_edit_profile .content_inner,.body_wrap_page_pay .content_inner {padding-bottom:15px;}

.socials_pane {background:#2D2D2D;color:#fff;padding:30px 0 0 0;}

.uf_form_wrap  {max-width:700px;margin:0 auto;}
.uf_elementinput input,.uf_elementinput textarea {border:1px solid #444;background:#ffffff;padding:9px 12px;}

.module_testimonials_wrap_inner {padding:5%;}

.generic_1t2t_column_table tr td {border-bottom:0px !important;}

.common_wrap_content {background:url(../images/elements/eeeeee.png);background-position:right;background-repeat:repeat-y; background-size:30%;}
.common_wrap_content_inner {background:url(../images/elements/eeeeee.png);background-position:right;background-repeat:repeat-y; background-size:30%;}

.width_footer,.footer_inner {position:relative;}

.footer_inner {}

.common_wrap_foot_wrap {background:#ffffff;}

.footer {color:#000000; padding:0px 0 30px 0;line-height:1.3em;position:relative;z-index:100; margin:0 0 0 0}
.footer_menu_and_socials_wrap {text-align:left;width:100%;}
.footer_contact_wrap {position:absolute;top:0px;display:block;border:0px solid red;height:120px;}
.footer_logo {display:inline-block; margin:20px 0 30px 0;text-align:center;}
.footer_address {display:block;margin:0 0 0px 0;}
.footer_telephone {display:block;margin:20px 0 10px 0;}
.footer_email {display:none;}
.footer_email a {color:#000000;}
.footer_logo img {width:140px;max-width:90%;}
.footer_menu {display:block;border:0px solid red;font-size:0.9em; text-align:right;margin:0px 0 0 0}
.footer_menu ul {list-style:none;}
.footer_menu > ul > li {display:inline-block;margin:0 30px;white-space:nowrap;text-align:left;}
.footer_menu ul > li > ul > li {float:none;}



.footer_menu a {opacity:1;display:block;color:#000000;text-decoration:none;margin:0 0 0px 0;transition:opacity 0.2s}
.footer_menu a:hover {opacity:1}

.footer_menu > ul > li > a {padding:0 0 0px 0;}

.footer_socials {display:block;margin:0px 0 0 0;border:0px solid red;}
.footer_socials_item {display:inline-block;position:relative;margin:0 4px;opacity:1;transition:opacity 0.2s;border-radius:100px;background:#2D2D2D}
.footer_socials_item img {width:25px;}
.footer_socials_item:hover {opacity:1;}

.footer_copyright {font-size:0.8em;color:#000000;}
.footer_copyright a {color:#000000;}
.footer_copyright_left {}
.footer_copyright_center {padding:0px 0 0 0}
.footer_copyright_center img {}
.footer_copyright_center p {}
.footer_copyright_right{padding:0px 0 0px 0;text-align:left;}

.footer {padding:30px 5%; width:90%;}
	.footer_copyright {padding:0 5%;}

.socials_facebook_image {float:left;margin:0 0 30px 0;}
.socials_facebook_text {float:left;text-transform:uppercase;color:#ffffff;font-size:2em;margin:5px 0 0 10px;}

.socials_twitter_image {float:left;margin:0 0 30px 0;}
.socials_twitter_text {float:left;text-transform:uppercase;color:#ffffff;font-size:2em;margin:5px 0 0 10px;}

.tweet_wrap {width:40%;float:left;margin:0 5%}
.tweet_item_wrap {position:relative;margin:0 0 30px 0;}
.tweet_image {position:absolute;top:0px;left:0px;}
.tweet_text,.tweet_date {margin:0 0 0 60px;}
.tweet_text a {color:#fff;}
.tweet_date {opacity:0.4;}
.twit_img {width:40%;float:left;margin:0 20px 0 0;}

.facebook_wrap {width:40%;float:left;margin:0 5%}
.facebook_item_wrap {position:relative;margin:0 0 30px 0;}
.facebook_image {position:absolute;top:0px;left:0px;}
.facebook_image img {width:48px;height:48px;}
.facebook_text,.facebook_date {margin:0 0 0 60px;}
.facebook_text img {margin:0 20px 0 0;float:left;}
.facebook_date {opacity:0.4;}

.search_results_item_wrap {margin:0 0 20px 0;}
.search_results_name {font-size:1.2em;padding:0 0 0 40px;background:url(../images/elements/search_result_icon.png) no-repeat 0px 4px;background-size:25px;}
.search_results_section_title span {display:none;}
.search_results_text {line-height:1.2em;padding:0 0 0 40px;}
.search_results_section_title {font-size:2em;text-transform:uppercase;color:#2D2D2D;line-height:1.2em;margin:0 0 18px 0;}
.search_hidden_results {display:none;}
div.search_results_section_wrap:not(:last-child) {border-bottom:1px solid #2D2D2D;margin:0 0 20px 0;}

.promotion_pane {padding:0% 0;width:100%;background:#2D2D2D}
.width_promotion_pane {text-align:center;width:1500px;}

a.buttonclass_My_button {background:#2D2D2D; color:#ffffff;padding:12px 20px;text-transform:uppercase; border-radius:4px;display:inline-block;cursor:pointer;text-decoration:none;text-align:center;}
a.buttonclass_My_button:hover {color:#ffffff }

.promotion_pane {background:#ffffff;padding:0% 0;width:100%;}
.width_promotion_pane {text-align:center;width:1300px;max-width:100%;}
.content_promotion_item_wrap {overflow:visible;	position: relative;	padding-bottom: 27%; /* 56.25%; 16:9 */	padding-top: 0px;	height: 0;	margin:3% 3% 50px 3%;	display:inline-block;	width:27%;}

.promotion_pane .content_promotion_item_wrap {width:21%;padding-bottom: 21%;margin:3% 2% 50px 2%;}

.content_promotion_item_wrap_inner {overflow_hidden;	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;}
.content_promotion_item_image {width:100%;position:absolute;overflow:hidden;height:100%;}
.content_promotion_item_image img {transition:width 0.3s,left 0.3s,top 0.3s;position:relative;display: block;   object-fit: cover;height:100%;width:100%;  }
.content_promotion_item_name {    letter-spacing: 2px;position:absolute;display:inline; bottom:10%;left:0px;color:#ffffff;font-size:0.8em;text-transform:uppercase;z-index:200;line-height:1.2em;padding:0px;text-align:center;width:100%;margin:5px 0 0 0}
.content_promotion_item_overlay {position:absolute;background: linear-gradient( rgb(255, 0, 0,0) 70%,  rgb(0, 0, 0,0.7));width:100%;height:100%;transition: all 0.2s}

.content_promotion_item_summary {display:none;}

.info_pane {}
.info_pane_inner {padding:30px 10%;}
.width_info_pane {width:100%;}

.news_wrap {float:left;width:100% !important;}
.news_wrap_img {display:none;float:left;margin:0 0 10px 0;}
.news_item_wrap {margin:0 0 20px 0;display:inline-block;width:30%;margin:0 3% 2% 0;}
.news_item_image {display:block;width:100px;height:100px;float:left;margin:0 15px 0 0;}
.news_item_image_inner {width:100px;height:100px;background-size:cover;background-position:center middle; }
.news_wrap_text {float:left;text-transform:uppercase;font-size:2em;margin:5px 0 15px 0px;}
.news_item_date {margin:0 0 0 115px;}
.news_item_name {font-size:1.5em;margin:0 0 0 69px;line-height:1.1em;}
.news_item_summary {display:none;margin:0 0 0 115px;}

.blog_wrap {float:left;width:33%}
.blog_wrap_img {float:left;margin:0 0 10px 0;}
.blog_item_wrap {margin:0 0 20px 0;}
.blog_wrap_text {float:left;text-transform:uppercase;color:#2D2D2D;font-size:2em;margin:5px 0 0 10px;}
.blog_item_date {margin:0 0 0 69px;}
.blog_item_name {font-size:1.3em;margin:0 0 0 69px;line-height:1.1em;}
.blog_item_summary {margin:0 0 0 69px;}

.talks_wrap {float:left;width:33%}
.talks_wrap_img {float:left;margin:0 0 10px 0;}
.talks_wrap_text {float:left;text-transform:uppercase;color:#2D2D2D;font-size:2em;margin:5px 0 0 10px;}
.talks_item_wrap {margin:0 0 20px 0;}
.talks_item_date {font-size:0.9em;margin:0 0 0 69px;float:left;}
.talks_item_name {font-size:1.3em;margin:0 0 0 69px;line-height:1.1em;}
.talks_item_summary {margin:0 0 0 69px;}

.events_wrap {float:left;width:33%; margin-bottom:20px;}
.events_wrap_img {display:none;}
.events_wrap_text a {float:left;text-transform:uppercase;color:var(--dark-grey);font-size:2em;margin:5px 0 15px 0px;}
.events_item_wrap {margin:0 0 20px 0;}




#booknowpanel,#freebooknowpanel {display:none;margin:20px 0 0 0}

#freebooknowpanel_success {text-align:left;}




/* PARALLAX */
.parallax-window {min-height: 700px;background: transparent;}
@media (max-width: 1500px) {.parallax-window {min-height: 600px}}
@media (max-width: 1250px) {.parallax-window {min-height: 600px}}
@media (max-width: 1150px) {.parallax-window {min-height: 600px}}
@media (max-width: 950px) {.parallax-window {min-height:400px}}
@media (max-width: 800px) {.parallax-window {min-height: 350px}}
@media (max-width: 650px) {.parallax-window {min-height: 300px}}
@media (max-width: 500px) {.parallax-window {min-height: 250px}}
@media (max-width: 400px) {.parallax-window {min-height: 250px}}


.module_register_wrap_inner {padding:0 7% 7% 7%;}

/* PLANS */
.plan_change_wrap {padding:30px;border:1px solid #cccccc;margin:0 0 20px 0;transition:all 0.2s; cursor:pointer; opacity:0.6}
.plan_change_wrap:hover {background:#ffffff;border-color:#000000;opacity:1}
.plan_change_wrap_active {border-color:#000000;background:#ffffff;opacity:1}
.module_register_submit {cursor:pointer;}
.plan_title {font-size:1.3em;margin:0 0 5px 0}
.plan_left {width:12%;display:inline-block;margin:0 3% 0 0;overflow:hidden;position: relative;	padding-bottom: 12%; /* 56.25%; 16:9 */	padding-top: 0px;	height: 0;background-size:cover;background-position:center center}
.plan_right {width:84%;display:inline-block;}


.body_wrap_page_home .plan_change_wrap {padding:3%;margin:0 0 10px 0; cursor:default;border:0px;font-size:0.9em;} 
.body_wrap_page_home .plan_left {width:15%;padding-bottom: 15%;}
.body_wrap_page_home .plan_right {width:80%;}

/*-----------
BLOGS
-----------*/

.module_blogs_item_wrap {margin:0 0 20px 0;position:relative;border-bottom:0px solid #ddd; padding: 0 0 20px 0;overflow:hidden;}
.module_blogs_name {color:#2D2D2D;font-size:2em;line-height:1.1em;}
.module_blogs_name a {color:#2D2D2D;}
.module_blogs_image {position: relative;	padding-bottom: 15%; /* Match width for square */	padding-top: 0px;	height: 0;	margin:0 0 0px 0;	float:left;	width:15%;float:left;margin:0 3% 2% 0}
.module_blogs_image_inner {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;background-size:cover;background-position: center center;border-radius:50%;}
.module_blogs_name {margin:5% 0 0 19%;}
.module_blogs_summary {margin:0 0 0 19%;}
.module_blogs_date {margin:0 0 0 19%;opacity:0.5}

.module_blog_item_wrap {position:relative;padding: 0 10% 50px 0;width:60%; float:left;}
.module_blog_name {color:#2D2D2D;font-size:2em;line-height:1.1em;}
.module_blog_name a {color:#2D2D2D;}
.module_blog_image {	position: relative;	padding-bottom: 33%; /* Match width for square */	padding-top: 0px;	height: 0;	margin:0 0 0px 0;	float:left;	width:33%;float:left;margin:0 3% 2% 0}
.module_blog_image_inner {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;background-size:cover;background-position: center center;}
.module_blog_name {margin:0 0 0 0;}
.module_blog_summary {margin:0 0 0 0;font-size:1.3em;}
.module_blog_date {margin:20px 0 20px 0;font-size:1.2em;}
.module_blog_text {}
.module_blog_right_pane {width:30%;float:left;}
.module_blog_right_pane .module_blogs_name {font-size:1.2em;}
.module_blog_right_pane .module_blogs_summary {display:none;}
.module_blog_right_pane .module_blogs_item_wrap {border:0px;padding:0px;}

.module_singleevent_wrap_inner {padding:6%;}
.module_blogs_additional_blogs {display:none;}

.generic_1t2t_column_table tr td {padding-top:10px; padding-bottom:10px;border-bottom:1px solid #ccc;}
.generic_1t2t_column_table tr td:nth-child(1) {text-align:center;}
.generic_1t2t_column_table tr td:nth-child(1) img{}




/* EVENTS */
.cla_events_wrap {background:#ffffff; }
.cla_events_wrap_inner {padding:5% 1%;text-align:center;}

.body_wrap_page_events .cla_events_wrap {background:#ffffff;}
.body_wrap_page_events .cla_events_wrap h2 {color:#000000;}
.cla_events_title {color:#ffffff;font-size:2em;text-transform:uppercase; line-height:1.1em;margin: 0 0 10px 0}
.cla_events_item {container-type: inline-size;width:30%;margin:0.7%;height:0;padding-bottom:30%;background:#999;display:inline-block;position:relative;background-size:cover;background-position:center center;overflow:hidden;}
.mmmcla_events_item:after {  content: '';  width: 0;  height: 0;  border-style: solid;  border-width: 170px 170px 0px 0;  border-color: rgb(266, 88, 86) transparent  transparent transparent;  left: 0;  top: 0;  position: absolute;z-index:500;}
.xxxcla_events_item:after {  content: '';  width:240px;height:240px;left: -100px;  top: -140px;  position: absolute;z-index:500;background:#FF5856;border-radius:50%;}
.cla_events_date {position:absolute;top:10px;left:10px;z-index:999;text-align:center;padding:2% 4%; color:#ffffff;font-size:0.8em;background:#000000;border-radius:10px;}
.cla_events_date_single {}
.cla_events_day {font-size:2.7em;line-height:1em;}
.cla_events_month {font-size:1.3em;line-height:1em;text-transform:uppercase}
.cla_events_details {position:absolute;bottom:0px;left;z-index:999;width:90%;text-align:left;padding:5%;line-height:1em;color:#ffffff;}
.cla_events_details_left {display:inline-block;width:15%;margin:0 2% 0 0}
.cla_events_details_left img{width:100%;border-radius:50%;}
.cla_events_details_right {display:inline-block;}
.cla_events_name {font-size:1.5em; margin: 0 0 5px 0;line-height:1.0em;}
.cla_events_summary {font-size:0.9em;margin: 0 0 5px 0;}


@container (max-width: 270px) {
 	.cla_events_summary {display:none;}
	.cla_events_name {font-size:1.0em;}
}

@media (max-width: 460px) {
		.cla_events_date{display:none;}
		 }


.cla_events_wrap_width {width:100%;}

.gc_asset_wrap,.home_media_wrap {width:14.6%;border:0px solid blue;padding:0%;display:inline-block;margin:1%;overflow:hidden;position:relative;}	
.cla_events_item {width:14.6%;padding-bottom:14.6%}
@media (max-width: 2000px) {
		 .gc_asset_wrap,.home_media_wrap {width:18%;} 
		 .cla_events_item {width:18%;padding-bottom:18%}
		 }
@media (max-width: 1300px) {
	 .gc_asset_wrap,.home_media_wrap {width:23%;}
	 .cla_events_item {width:23%;padding-bottom:23%}
	 }
@media (max-width: 900px) {
	 .gc_asset_wrap,.home_media_wrap {width:31.2%;} 
	 .cla_events_item {width:31.2%;padding-bottom:31.2%}
	 }



.cla_events_tutor {font-size:0.9em;}
.cla_events_overlay {position:absolute; width:100%;height:0;padding-bottom:80%;bottom:0px;left:0px;background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0.8));}

.cla_event_url {margin:20px auto;display:inline-block;}
a.cla_event_url {text-align:center;color:#ffffff;text-decoration:none;}

/* event */
.cla_event_wrap { position:relative;overflow:hidden;}
.cla_event_wrap_img {width:110%;filter: blur(8px);  -webkit-filter: blur(8px);position:absolute;top:-10px;left:-15px;}
.cla_event_wrap_width {} 
.cla_event_wrap_inner {margin:5%;position:relative;}
.cla_event_left {width:50%;margin:0;background:#999;position:absolute;left:0px;right:0px;top:0px;bottom:0px;background-size:cover;background-position:center center;}
.xxxcla_event_left:after {  content: '';  width: 0;  height: 0;  border-style: solid;  border-width: 200px 200px 0px 0;  border-color: rgb(201, 255, 35) transparent  transparent transparent;  left: 0;  top: 0;  position: absolute;z-index:500;}
.cla_event_date_tri {position:absolute;top:0px;left:0;z-index:999;width:115px;text-align:center;padding:5px 0 0 0}
.cla_event_day {font-size:5em;line-height:1em;}
.cla_event_month {font-size:2em;line-height:1em;text-transform:uppercase}
.cla_event_right {width:50%;margin:0;min-height:540px;float:right;background:#ffffff}
.cla_event_right_inner {padding:5%;}
.cla_event_time {margin:0 0 15px 0;}
.cla_event_address {line-height:1.1em;}
.cla_event_postcode {line-height:1.1em;}
.cla_event_tutor {}
.cla_event_date {font-size:1.5em;margin:0 0 10px 0;}
.cla_event_category {line-height:1.1em;margin:0 0 15px 0; float:left;display:inline-block;}
.cla_event_user {line-height:1.1em;margin:0 0 15px 0;float:right;display:inline-block;}
.cla_event_user_image {width:25px;height:25px;background-size:cover;border-radius:50%;display:inline-block;}
.cla_event_user_name {display:inline-block;margin:5px 0 0 10px}
.cla_event_name {font-size:1.8em;line-height:1.1em;}
.cla_event_summary {margin:0 0 10px 0;}
.cla_event_text {margin:10px 0 0 0;line-height:1.2em; font-size:0.9em;}
.cla_event_link {text-align:center;margin:30px 0 30px 0;}
.cla_live_stream_details {overflow-wrap: break-word;border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;margin:30px 0;padding:30px 0 30px 0}
.cla_live_stream_details h3 {font-size:1.1em;}
.cla_live_stream_details_text {margin:20px 0 0 0;}
.cla_live_stream_details_url {background:#343338;padding:10px;border-radius:5px;}
.cla_live_stream_details_url_text {color:#c9ff23;}
.cla_live_stream_details_url_title {color:#ffffff;opacity:0.5;font-size:0.8em;}

.iframe_map_outer {margin:0px 0 0 0;}
.iframe_map_outer iframe {width:100%;height:400px;}

.cla_event_price_wrap {margin:30px auto 0 auto;width:49%;display:inline-block;}
.cla_event_price_details {color:#aaaaaa; font-size:0.9em;text-align:center;}
.cla_event_price {font-size:1.6em;text-align:center;}

#booknowpanel,#freebooknowpanel {display:none;margin:20px 0 0 0}

#freebooknowpanel_success {text-align:left;}


@media (max-width: 900px) 
{
	.cla_event_left {width:100%;padding-bottom:40%;min-height:auto;position:relative;}
	.cla_event_left:after { border-width: 150px 150px 0px 0; }
	.cla_event_right {width:100%;height:auto;padding-bottom:0px;min-height:auto;}
	.cla_event_day {font-size:4em;}
	.cla_event_month {font-size:1.5em;}
	.cla_event_date_tri {width:70px;}
}


/*-----------
NEWS
-----------*/

.module_new_wrap {background:#ffffff;}
.module_new_wrap_inner {padding:1%;text-align:center;}
.module_news_item_wrap {text-align:left;margin:1%;position:relative;border-bottom:0px solid #ddd; padding: 2%;overflow:hidden;width:27%;display:inline-block;color:#ffffff; background:#444444;border-radius:5px;}
.module_news_item_wrap_blur {z-index:1;position:absolute;top:0px;left:0px;right:0px;bottom:0px;background-size:cover;background-position:center center;filter: blur(3px);}
.module_news_item_wrap_blur2 {z-index:1;position:absolute;top:0px;left:0px;right:0px;bottom:0px;background:#000000;opacity:0.5}
.module_news_name {font-size:2em;line-height:1.1em;}
.module_news_name a {color:#ffffff}
.module_news_image {z-index:1000;position: relative;	padding-bottom: 30%; /* Match width for square */	padding-top: 0px;	height: 0;	margin:0 0 0px 0;	float:left;	width:30%;float:left;margin:0 5% 2% 0}
.module_news_image_inner {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;background-size:cover;background-position: center center;}
.module_news_name {margin:0 0 0 35%;position: relative;z-index:1000;}
.module_news_summary {margin:0 0 0 35%;position: relative;z-index:1000;}
.module_news_date {margin:0 0 0 35%;opacity:1;position: relative;z-index:1000;}

.module_new_item_wrap {position:relative;padding: 0 10% 50px 0;width:60%; float:left;}
.module_new_item_wrap img {max-width:100%;}
.module_new_name {color:#ffffff;font-size:2em;line-height:1.1em;}
.module_new_name a {color:#ffffff;}
.module_new_image {	position: relative;	padding-bottom: 33%; /* Match width for square */	padding-top: 0px;	height: 0;	margin:0 0 0px 0;	float:left;	width:33%;float:left;margin:0 3% 2% 0}
.module_new_image_inner {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;background-size:cover;background-position: center center;}
.module_new_name {margin:0 0 0 0;}
.module_new_summary {margin:0 0 0 0;}
.module_new_date {margin:0 0 20px 0;opacity:0.5}
.module_new_text {clear:both;margin:20px 0 0 0;padding:20px 0 0 0; border-top:1px solid #2D2D2D;}
.module_new_right_pane {width:30%;float:left;}
.module_new_right_pane .module_news_name {font-size:1.2em;}
.module_new_right_pane .module_news_summary {display:none;}
.module_new_right_pane .module_news_item_wrap {border:0px;padding:0px;}

.module_singleevent_wrap_inner {padding:6%;}
.module_news_additional_blogs {display:none;}

.slick-prev,.slick-next {background:rgb(201, 255, 35);border-width:0 0 0 0;     -webkit-transform: rotate(0deg);border-radius:50%;width:40px;height:40px;}



.slick-next:before {  content: '';  display: block;  border-top: solid 10px transparent;  border-left: solid 10px #2d2d2d;  border-bottom: solid 10px transparent;  position: absolute;  top: 50%;  left: 50%;  margin: -10px 0 0 -3px;}
.slick-prev:before {  content: '';  display: block;  border-top: solid 10px transparent;  border-right: solid 10px #2d2d2d;  border-bottom: solid 10px transparent;  position: absolute;  top: 50%;  left: 50%;  margin: -10px 0px 0 -7px;}

/* stripe changes */

.sr-root button {background:#2d2d2d;border-radius:4px;box-shadow:none}
.sr-root .sr-input {border-radius:4px;}
.sr-root .sr-combo-inputs-row {box-shadow:none}

.payments_table {width:100%;}
.payments_table td {padding:10px;border-bottom:solid 1px #cccccc;}

/*spinner*/
.spinner2 {
  width: 40px;
  height: 40px;
  display:none;
  position: relative;
  margin: 0px auto 10px auto;
  color:#ffffff !important;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FA985E;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.sr-main {padding-top:30px !important;}

#button-text, #order-amount {color:#ffffff !important;}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/*-----------
TESTIMONIALS
-----------*/

.testimonials {padding:10% 5%;font-size:1.4em;text-align:center;color:#ffffff;background:#2D2D2D; background-size:cover;}
.module_testimonials_wrap {background:url(../images/elements/testimonial_bg.jpg);background-size:cover;background-position:center;}
.testimonials_text {font-size:1.2em;}
.testimonials_name {border-top:2px solid #666666;display:inline-block;padding:5px 20px 0 20px;margin-top:10px;}


.module_testimonials_details {width:23%; float:left;color:#fff;}
.module_testimonials_name {font-size:1.2em;text-align:right;padding-right:10px;padding-top:15px;}
.module_testimonials_text {width:68%; margin:0 0 0 2%;float:left;background:#ffffff;padding:20px;border-radius:10px;position:relative;color:#444;}
.module_testimonials_date {display:none;}
.module_testimonials_item_wrap {margin:0 0 20px 0;}
.module_testimonials_arrow_left {position:absolute;left:-15px;top:25px;	width: 0; 	height: 0; 	border-top: 10px solid transparent;	border-bottom: 10px solid transparent; 	border-right:15px solid #fff;}


.content_custom_class_pricing {background:url(../simages/elements/testimonial_bg.jpg);background-size:cover;} 

/*-----------
PEOPLE
-----------*/

.module_person_wrap {padding:5%;}

.module_person_wrap_open .module_people_image {width:30%;padding-bottom: 30%;}
.module_person_wrap_open .module_people_name {margin:0 0 0 34%;}
.module_person_wrap_open .module_people_date {margin:0 0 0 34%;}
.module_person_wrap_open .module_people_text {margin:0 0 0 34%;}
.module_person_wrap_open .module_people_email {margin:0 0 0 34%;}


.module_people_item_wrap {margin:0 0 20px 0;position:relative;border-bottom:1px solid #ddd; padding: 0 0 20px 0;overflow:hidden;}
.module_people_name {text-transform:uppercase;color:#2D2D2D;font-size:2em;line-height:1.1em;}
.module_people_name a {color:#2D2D2D;}
.module_people_image {position: relative;	padding-bottom: 10%; /* Match width for square */	padding-top: 0px;	height: 0;	margin:0 0 0px 0;	float:left;	width:10%;float:left;margin:0 0% 2% 0; transition:padding-bottom 0.3s,width 0.3s;}
.module_people_image_inner {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;background-size:cover;background-position: center center;}
.module_people_name {margin:0 0 0 12%;}
.module_people_date {margin:0 0 0 12%;opacity:0.5}
.module_people_email {margin:0 0 0 12%;display:none;}
.module_people_text {margin:0 0 0 12%;display:none;}

.module_person_item_wrap {position:relative;padding: 0 10% 50px 0;width:60%; float:left;}
.module_person_name {text-transform:uppercase;color:#2D2D2D;font-size:2em;line-height:1.1em;}
.module_person_name a {color:#2D2D2D;}
.module_person_email {margin:0 0 10px 0;}
.module_person_image {	position: relative;	padding-bottom: 33%; /* Match width for square */	padding-top: 0px;	height: 0;	margin:0 0 0px 0;	float:left;	width:33%;float:left;margin:0 3% 2% 0}
.module_person_image_inner {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;background-size:cover;background-position: center center;}
.module_person_name {margin:0 0 0 0;}
.module_person_date {margin:0 0 20px 0;opacity:0.5}
.module_person_text {clear:both;}
.module_person_right_pane {width:30%;float:left;}
.module_person_right_pane .module_people_name {font-size:1.2em;}
.module_person_right_pane .module_people_summary {display:none;}
.module_person_right_pane .module_people_item_wrap {border:0px;padding:0px;}

.module_singleevent_wrap_inner {padding:6%;}
.module_people_additional_blogs {display:none;}


/*-----------
GOOGLE MAP
-----------*/
.width_component_google_map_wrap {width:100%;}
.component_google_map_wrap iframe {width:100%;height:400px;}


/*-----------
CONTACT FORM
-----------*/
.component_contact_form {background-attachment:fixed;background-image:url(../images/elements/contactbg2.jpg);background-size:cover;padding:2%;color:#ffffff;background-position:center center;}
.component_contact_form_title {font-size:2em;color:#fff;text-align:center;margin:0 0 15px 0;text-transform:uppercase}
.component_contact_form .uf_form_wrap {max-width:550px;}


.specific_content {background:#2D2D2D; color:#ffffff; text-align:center;}
.specific_content_inner {padding:20px 3% 10px 3%;font-size:1.1em;line-height:1.4;}
.specific_content_inner p {margin:0 0 10px 0;}


/********************/
/* DROPDOWN MENU    */
/********************/
.dd_menu {border-bottom:0px solid #bbb;background:#ffffff;z-index:999999;transition:height 0.5s;padding:0 0 16px 0;box-sizing:initial;box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;}

.dd_menu_social_links {display:block;position:fixed;right:10px;top:40px;transition:all 0.3s;z-index:9999999}
.dd_menu_socials_item {display:none;float:left;margin:3px 10px 0 0;opacity:1;transition:opacity 0.2s;border-radius:100px;background:#2D2D2D; width:30px;height:30px;}
.dd_menu_socials_item img {width:26px;margin:1px 0 0 0;}
.dd_menu_socials div:hover {opacity:1;}
.dd_menu_phone_number {float:left;font-size:1.2em;color:#ffffff;margin:2px 15px 0 0;}

#login_menu{font-size:0.95em;}
.dd_menu_login_links {color:var(--dark-grey);margin: 4px 16px 0 20px;}
#login_menu li ul {right:10px;}
#login_menu li ul a{background:#EFF2F3;}
#login_menu li ul li a:hover, #nav li ul:not( :hover ) li.active a {background-color: #d0d0d0;color:#2d2d2d;	}
.mobile_login_link_first .slicknav_row {background:none !important;}

.dd_menu{z-index:999999;position:relative;text-align:center;height:100px;}
.dd_menu_logo_hidden {position:absolute;top:10px; left:40px;display:block;width:115px;height:100px;background-image:url(../images/elements/logo2.svg);background-size:100%;background-repeat:no-repeat;margin:0px;transition:all 0.3s}
.width_dd_menu {overflow:visible;width:100%;}
#nav { z-index:999999;border:0px solid red;margin:0px auto;transition:all 0.3s;width:70%;font-size:1em;padding:45px 0 0 0}



#nav > a {display: none;}
#nav a {text-decoration:none;white-space:nowrap;}
#nav a:hover {color:var(--dark-grey);}
#nav ul,#nav li	{list-style: none;padding:0px ; margin:0px;}
#nav ul {padding-right:16px;}
#nav li	{position: relative;}
#nav li:first-child {background:transparent;}
#nav li a {color: var(--dark-grey);display: block;padding:2px 5px;}
#nav span:after	{width: 0;height: 0;border: 0.313em solid transparent; border-bottom: none;	border-top-color: #efa585;content: "";vertical-align: middle;display: inline-block;	}
#nav  > ul { text-align:center;}
#nav  > ul > li	{display:inline-block; margin: 0px 0 0px 0;padding:0px 1.5% 0 1.5%;transition: border 0.3s;margin-right: -4px;text-align:left}
#nav  > ul > li:last-child {border:0px;}
#nav  > ul > li:hover {border-top:solid 0px #F2FFCA; }
#nav  > ul > li > a 	{padding:0 0 0 0;text-align: center;display:table-cell;vertical-align:middle;}
#nav  > ul > li:not( :last-child ) > a {}
#nav  > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {}
#nav li ul {visibility:hidden;position: absolute;top: 100%;z-index:999999}
#nav li:hover ul {visibility:visible;left: 0px;right: 0px;text-align:left;padding:16px 0 0 0;width:220px;}
#nav li ul a {white-space:normal;width:200px;background-color: #EFF2F3;color:#2D2D2D; border-top: 0px solid #eeeeee;	padding: 5px 10px; /* 15 (20) */ transition: background-color 0.15s,color 0.15s; }
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {background-color: #d0d0d0;color:#2d2d2d;	}


@media (max-width: 1250px) 
{
	#nav {width:85%;margin:0 0 0 15%;}
	#nav  > ul { text-align:right;}
}

.dd_menu_login_links {background-image:url(../images/elements/user.svg); background-size:25px 25px;background-position:0 0 }
#login_menu > ul {margin-top:2px;z-index:999999;position:relative;}

.slicknav_menu {display:none;}

/* scrolled down menu settings */

.scrolled_down_page {height:auto}
.scrolled_down_page .dd_menu_social_links {top:12px}
.scrolled_down_page .dd_menu_logo_hidden {width:50px;margin:0;top:4px;left:20px;}
.scrolled_down_page #nav {padding-top:16px;}
.scrolled_down_page #nav ul {padding-right:16px;}


.sr-root {padding:0 2% !important;}
.pay_wrap {text-align:center;}

/********************/
/* GALLERY          */
/********************/

.module_gallery_wrap {background:transparent;}

.gallery_image {	position: relative;	padding-bottom: 15.5%; /* Match width for square */	padding-top: 0px;	height: 0;	margin:0 0 0px 0;	float:left;	width:15.5%;float:left;margin:0 0.5% 1% 0.5%}
.gallery_image_inner {	position: absolute;	top: 0;	left: 0;width: 100%;height: 100%;background-size:cover;background-position: center center;}
.gallery_images {margin:20px 0 0 0;}
.gallery_images > div.gallery_image:nth-child(n+7) {display:none;}
.gallery_images_all > div.gallery_image:nth-child(n+7){display:block;}
.gallery_title {font-size:1.5em;color:#2D2D2D;padding:0px;line-height:1em;margin:0 0 17px 0;}
.gallery_description {margin:0 0 10px 0;}



/********************/
/* ITEM GALLERY     */
/********************/

.item_gallery_wrap {padding:0 0 30px 0;margin:3% 0 0 0;}
.item_gallery_wrap_inner {margin:0;}
.item_gallery_icon {display:none;float:left;margin:0 0 0px 0;}
.item_gallery_title {display:none;float:left;text-transform:uppercase;color:#2D2D2D;font-size:2em;margin:7px 0 0 0px;}
.width_item_gallery_wrap {width:100%;}

/********************/
/* MOBILE NAV       */
/********************/

.slicknav_menu {}
/* Button */
.slicknav_btn {
    margin: 5px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
	font-size:30px;
	font-weight:bold;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: var(--dark-grey);
}
.slicknav_menu {
    background-color:#ffffff;
    padding:0px;
    background-image:url(../images/elements/logo2.svg);
    background-size:45px;
    background-repeat:no-repeat;
    background-position:8px 8px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:1.0em;
    letter-spacing:0.04em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    
    margin:0 0 0 0px;
    background:#fff;
    
    
}
.slicknav_nav .slicknav_row {
    padding:8px 10px;
    margin:0px;
}
.slicknav_nav a{
    padding:8px 10px;
    margin:0px;
    text-decoration:none;
    color:#000;
    border-bottom:1px solid #ddd;
}

.slicknav_item a { border-bottom:0px solid #ddd;}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
   
    background:#eee;
    color:#fff;
}
.slicknav_nav a:hover{
    
    background:#eee;
    color:#222;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

.slicknav_nav li ul li a {padding-left:30px;}

.slicknav_nav .slicknav_arrow { margin: 0 0 0 0.4em;color:#2D2D2D }

.body_wrap_page_home .generic_2t1t_column_table tr td:nth-child(2) {background:#f0f0f0;padding:15px;}

#cboxOverlay {background:#000000;}

/* TUTORS */

.module_tutor_text {margin:20px 0 0 0; padding:20px 0 0 0}
.filtered_title {font-size:1.8em;margin:0 0 1% 0}

.module_login_submit,.module_register_submit {background:var(--dark-grey);}


/* ACCOUNT */
.account_wrap {display:table;width:100%;}
.account_sub_heading {font-size:1.2em;}
.account_wrap_row {display:table-row;}
.account_left {width:60%; display:inline-block;display:table-cell;vertical-align:middle;padding:2% 3% 2% 0;border-bottom:1px solid #dddddd;}

.account_right {width:30%; display:inline-block;display:table-cell;vertical-align:middle;padding:2% 3%;border-bottom:1px solid #dddddd;}

.module_login_wrap {padding-bottom:40px;}

.module_login_status {background:rgb(201, 255, 35);}

.membership_expired {background:#ffe634;padding:20px 0; text-align:center;}
.membership_expired_title {font-weight:bold;font-size:1.2em;margin:0 0 5px 0;}
.membership_expired_button {margin:15px 0 0 0;}

/********************/
/* VIDEO            */
/********************/


.module_contributors_wrapxxx {background-image:url(../images/elements/artist-prom-bg.jpg); background-size:100%; background-attachement:fixed}
.module_contributors_wrap_inner {padding:3% 3% 4% 3%}


.module_videos_wrap {background:#ffffff;}
.module_video_tags_wrap {background:#2d2d2d;}
.module_video_tags_wrap,.module_video_tags_wrap .video_item_name {color:#ffffff;}
.module_video_tags_wrap .buttonclass_My_button {background:rgb(201, 255, 35);color:#2d2d2d;}
.module_video_tags_wrap .module_videos_wrap_inner {padding:3% 3% 1% 3%}
.module_video_tags_wrap .buttonclass_My_button:hover {color:#000;}
.module_videos_wrap_width {overflow:visible;}
.module_video_wrap_inner {padding:0%;}
.module_videos_wrap_inner {padding:3% 3%;border:0px solid red;}
.module_videos_wrap_inner a {text-decoration:none;}

/*.items_carousel_centered_inner .slick-list {overflow:hidden;overflow-x:hidden;overflow-y:visible}*/

.component_item_carousel_centered_item_name {padding:10px 20px 0px 20px;}
.component_item_carousel_centered_item_summary {padding:0 20px 20px 20px;}

.module_video_wrap {background:rgba(0,0,0,0.5);position:relative;overflow:hidden;}
.module_video_wrap_image {position:absolute;top:0px;left:0px;width:100%;height:100%;background-size:cover;filter: blur(8px);  -webkit-filter: blur(8px);}
.module_video_wrap_overlay {position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.5);}

.module_video_text {border-top:1px solid #cccccc; margin:20px 0 0 0; padding:20px 0 0 0}

.module_video_name {font-size:2.0em;line-height:1.1em;margin:0 0 20px 0}

.module_video_left {display:inline-block; width:70%;margin:0 4% 0 0}
.module_video_right {display:inline-block; width:25%;}

/* 5 */
.video_item_wrap {display:inline-block;width:18.2%;margin:0 2.2% 1% 0}
.module_videos_items_wrap div.video_item_wrap:nth-child(5n+5){margin-right:0px;}

/* 4 */
.module_videos_item_count_4 .video_item_wrap {width:23.2%;}
.module_videos_item_count_4 div.video_item_wrap:nth-child(4n+4){margin-right:0px;}

/* 3 */
.module_videos_item_count_3 .video_item_wrap {width:31%;}
.module_videos_item_count_3 div.video_item_wrap:nth-child(3n+3){margin-right:0px;}

/* 2 */
.module_videos_item_count_2 .video_item_wrap {width:48.5%;}
.module_videos_item_count_2 div.video_item_wrap:nth-child(2n+2){margin-right:0px;}


.video_item_img_outer {overflow:hidden;position: relative;	padding-bottom: 56.25%; /* 56.25%; 16:9 */	padding-top: 0px;	height: 0;	margin:0 0% 13px 0;	float:left;	width:100%;background-size:cover;}
.video_item_img_inner {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;background-size:cover;background-position: center center;}
.video_item_name {margin:0 0 10px 0;line-height:1.1em;}
.video_item_summary {line-height:1em;font-size:0.9em;}

.video_item_tutor_wrap {display:flex;flex-direction: row; align-items:center; margin: 0 0 10px 0}
.video_item_tutor_left {width:50px;margin:0 4% 0 0}
.video_item_tutor_right {}
.video_item_tutor_img_outer {overflow:hidden;position: relative;	padding-bottom: 100%; /* 56.25%; 16:9 */	padding-top: 0px;	height: 0;	margin:0 0% 0px 0;width:100%;background-size:cover;border-radius:50%;background-position: center center;}
.video_item_tutor_img_inner {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;background-size:cover;background-position: center center;}

.tutor_img_outer {overflow:hidden;position: relative;	padding-bottom: 300px;top:-150px;	padding-top: 0px;	height: 0;	margin:-3% 0% -150px 0;width:300px;background-size:cover;border-radius:50%;background-position: center center;}
.tutor_img_inner {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;background-size:cover;background-position: center center;}

.video_item_tutor_name {font-size:1.1em;}

.video_play_button {width:100px;height:100px;position:absolute;top:50%;left:50%;margin:-50px 0 0 -50px;background-size:100px 100px;background-image:url(../images/elements/play.png);}

#hide_extra_videos_latest_link {text-align:center;margin-right:0px !important; float:right;}
.hide_extra_videos {display:none;opacity:0;}
.hide_extra_link {text-align:center;}



.contact_artist_link {background:#6280b7;color:#ffffff;padding:4px 10px 4px 35px;border-radius:5px;font-size:0.8em; display:inline-block; margin: -4px 0 0 20px;position:relative;}
.contact_artist_link svg {position:absolute;left:4px;top:2px;}


.non_loggeg_details{margin:40px 0 0px 0}
.non_loggeg_details input {border:1px solid #eeeeee;padding:3px;width:100%;margin:0 0 5px 0;}


/********************/
/* TABLET           */
/********************/


@media (max-width: 1600px) 
{
.width_promotion_pane {width:100%;}


}

@media (max-width: 1350px) 
{


}

@media (max-width: 1250px) 
{
	.width {width:100%;}

	.content_inner,.module_blog_wrap_inner  {padding:6%;}
	.module_gallery_wrap {}
	.socials_facebook_text,.socials_twitter_text {font-size:1.6em;}
	
	.events_item_date,.events_item_name,.news_item_name,.news_item_summary,.news_item_date,.talks_item_name,.talks_item_date,.talks_item_summary  {margin:0px 10px 0 10px;}
	.item_gallery_wrap_inner {margin:0 0 0 0;}
	.news_item_wrap {width:45%;}

	.content_promotion_item_wrap {padding-bottom:25%;}
	
	#nav > ul {text-align:right;}
	#nav  > ul > li {padding:0 1.5%;}
	.dd_menu_social_links  {top:5px;right:5px;}
	.dd_menu_logo_hidden {top:10px;left:10px;width:110px;}
	xxx#nav {padding-top:30px;}
	

.scrolled_down_page .dd_menu_social_links {opacity:0}


}

@media (max-width: 1050px) 
{
	.video_item_wrap {width:23.2%;margin-right:2.2%}
	.module_videos_items_wrap div.video_item_wrap:nth-child(5n+5){margin-right:2.2%;}
	.module_videos_items_wrap div.video_item_wrap:nth-child(4n+4){margin-right:0px;}
	.banner_image_title_wrap_inner {max-width:30%;}
}

@media (max-width: 850px) 
{
	.testimonials_text {font-size:1em;}
	.scrolled_down_page #nav ul {float:right;text-align:right;width:100%;padding-right:16px;}


}

@media (max-width: 830px) 
{
	.video_item_wrap {width:30.9% !important;margin-right:3.3%}
	.module_videos_items_wrap div.video_item_wrap:nth-child(5n+5){margin-right:3.3%;}
	.module_videos_items_wrap div.video_item_wrap:nth-child(4n+4){margin-right:3.3%;}
	.module_videos_items_wrap div.video_item_wrap:nth-child(3n+3){margin-right:0px;}
	
	/* 2 */
	.module_videos_item_count_2 .video_item_wrap {width:48% !important;}
	.module_videos_item_count_2 div.video_item_wrap:nth-child(2n+2){margin-right:0px;}
}


@media (max-width: 800px) 
{
	
body {font-size:14px;}	
.content {width:100%;}
.info_pane  {width:100%;}
.info_pane_inner {padding:6& 6% 6% 6%;}
.common_wrap_content,.common_wrap_content_inner {background:none;}
.module_singleevent_wrap {width:100%;}
.footer_menu_and_socials_wrap {width:100%;text-align:center;}
.footer_contact_wrap {position:relative;top:0px;text-align:center;}
.footer_menu {display:none;}
.footer_logo {}
.footer_copyright{margin:0 0 0px 0;position:relative;top:0px;padding-bottom:20px; text-align:center;}
}


@media (max-width: 750px) 
{



.promotion_pane .content_promotion_item_wrap {width:45%;padding-bottom: 45%;margin:3% 2% 50px 2%;}


}

/********************/
/* PHONE            */
/********************/
@media (max-width: 650px) 
{
	body {font-size:13px;}
	h1 {font-size:1.9em;margin-bottom:1%;}
	h2 {font-size:1.5em;}
	h3 {font-size:1.2em;}
	
	.register_radio_wrap_consent div {width:auto !important;}
	
	.video_item_wrap {width:48% !important;margin-right:3.3%}
	.module_videos_items_wrap div.video_item_wrap:nth-child(3n+3){margin-right:3.3%;}
	.module_videos_items_wrap div.video_item_wrap:nth-child(2n+2){margin-right:0px;}
	
	.module_login_wrap_inner {padding:0 5%;}
	
	.account_left {display:block;width:100%; padding:4% 0 2% 0;border:0px; text-align:center;word-break:normal}
	.account_right {display:block;width:100%; padding:0 0 4% 0;text-align:center;}
	
	.common_wrap_content {font-size:0.9em;}
	.dd_menu_link_for_mobile_logo {display:block; position:absolute;top:0px;left:0px;width:150px;height:50px;border:0px solid red;}
	.module_news_name {font-size:1.4em;}
	.slicknav_menu {display:block;}
	.sticky-wrapper {display:none;}
	.dd_menu_social_links {display:none;}
	
	
	.banner_image_title_wrap {}

	.tutor_img_outer {padding-bottom: 25%;top:0;		margin:-12.5% 0% -2% 0;width:25%;}
	.module_video_right {display:none;}
	.module_video_left {width:100%; margin:0;}
	.banner_image_title {font-size:1.5em;}
	.banner_image_title_wrap {left:45%;}
	.banner_image_title_wrap_inner {max-width:50%;}
	
	.module_testimonials_name,.module_testimonials_details {width:100%;text-align:left;}
	.module_testimonials_text {width:90%;}
	
	.testimonials_item_wrap {font-size:0.7em;line-height:1.4em;}
	

	
	#nav {display:none;}
	
	.component_contact_form ul li {width:99%;margin:0 0 15px 0;}
	
	.menu_search {display:none;}
	
	.news_item_wrap {width:100%;margin-bottom:30px;}
	
	.dd_menu_logo_hidden {display:none;}
	.slicknav_nav a.dd_menu_logo_link_hidden {display:none;}
	.dd_menu_phone_number  {display:none;}
	
.content_promotion_item_name {padding-top:5%;}
.content_promotion_item_summary {font-size:0.9em;top:30%;}
	
	
	
	.news_wrap, .events_wrap, .blog_wrap, .talks_wrap {width:100% !important;}
	
	.socials_facebook_text,.socials_twitter_text {font-size:1.3em;}
	
	.tweet_wrap,.facebook_wrap {width:90%;float:left;margin:0 5% 30px 5%}
	
	.footer_contact_wrap,.footer_menu,.footer_socials,.footer_menu_and_socials_wrap {width:100%;}
	.footer_contact_wrap,.footer_menu,.footer_socials {margin:0 0 25px 0;}

	
	.contentpic {width:100%;float:none;}
	
	.content_table1 .contentpic {width:100%;}
	.content_table1 td:nth-child(1) {width:100%;float:left !important;}
	.content_table1 td:nth-child(2) {width:100%;padding:10px 0 0 0;float:left !important;}
	
	.gallery_image {	padding-bottom: 32%; /* Match width for square */	width:32%;margin:0 0.5% 1% 0.5%}
	
	
	.module_blog_item_wrap {width:100%;}
	.module_blog_right_pane {display:none;}
	.module_new_item_wrap {width:100%;}
	.module_new_right_pane {width:100%;}
	
	.uf_elementinput {width:100%;margin-left:0%;margin-right:0%;}
.uf_elementname {width:93%;text-align:left;margin-left:0%;margin-right:0%;}
.uf_elementmanditory {float:left;}

.component_contact_form .uf_submit_wrap {float:none;margin-bottom:25px;}

	
	
	}
	
	
@media (max-width: 600px) 
{	
.plan_left {display:none;}
.plan_right {width:100%;}	

}


@media (max-width: 500px) 
{	
/*.cla_events_item {width:100%; padding-bottom:100%;margin:0 0 20px 0;}*/
}
	
	@media (max-width: 450px) 
{
.content_promotion_item_name {padding-top:12.5%;font-size:1em;}
.content_promotion_item_summary {display:none;}

.video_item_wrap {width:100% !important;margin:0 0 10px 0}
.video_item_img_outer {width:48%;padding-bottom:27%;margin-right:4%;}
.video_item_summary {display:none;}

	/* 2 */
	.module_videos_item_count_2 .video_item_wrap {width:100% !important;}
	.module_videos_item_count_2 div.video_item_wrap:nth-child(2n+2){margin-right:0px;}
}


	
	