@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

body {
	background-color:#FFFFFF;
}

* {
    box-sizing: border-box;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}




/* TEXT STYLES */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #6699CC;
	font-style: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #6699CC;
}





/* Diary Page */
div.headerbox {
	background-color:#d8e8f9;
	background-image:linear-gradient(to right, #d8e8f9, white);
	text-align:center;
	padding:1px;
}
div.subheaderbox {
	padding-left:15px;
	margin-bottom:40px;
	text-align:center;
}
div.diaryyear {
	background-image:url(images/diary_year_bg.jpg);
	width:50%;
	height:30px;
	background-size: contain;
	padding-left:10px;
	padding-top:1px;
}
.year_header {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #900;
}





/* Gallery Pages */
div.Gallery_BG {
	background-image:url(images/gallery_BG_01.png);
	background-repeat:no-repeat;
	background-size: cover;
}



/* Shop Page */
div.shopmenu {
	position:relative;
    margin: 10px;
    float: left;
	border: 1px solid #FFF;
	display:block;
	height:auto;
}
div.shoplabel {
	width:100%;
	height:70px;
	background-color:#FFF;
	padding:15px;
	text-align:center;
	margin-bottom:20px;
}


/* Footer Banner */
div.footer {
	width: 100%;
	background-color: #406374;
	padding: 80px;
	color: #FFFFFF;
	margin-top: 100px;
	font-size: 14px;
}
.footerlink a:link, .footerlink a:visited, .footerlink a:active, .footerlink a:hover {
	color:#FFFFFF;
}





.blue_header_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #6699CC;
	font-style: normal;
}
.blue_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6699CC;
}
.blue_header_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6699CC;
}
.red_text {
	color: #F00;
}

.white-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.blue_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00F;
}
.blue-text {
	color: #00F;
}
.ITINERARY {
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.little_black_text {
	font-size: 10px;
	color:#000;
}
.month_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #cc0033;
}
.archivemenu {
	background-color: #DADADA;
	padding-left:7px;
	padding-right:7px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight:bold;
}




div.morebox {
	background-color:#AEDAFB;
	width:100px;
	padding:10px;
}

.morebox a {
  color: #000000;
}

.morebox a:hover {
  color: #000000;
}




#tuition_box {
	margin-right:5px;
	margin-top:5px;
    border-radius: 8px;
    background-image: url(images/tuition_box_1.jpg);
	background-size: cover;
    width: 160px;
    height: 80px; 
	color: #660066;
    text-align: center;
	padding-top:8px;
    text-decoration: none;
	float:right;
}
#tuition_box:hover {
    background-image: url(images/tuition_box_2.jpg);
	z-index:1000;
}
.tuitionbox_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #C60;
}

#registration_box {
	margin-right:5px;
	margin-top:5px;
    border-radius: 8px;
    background-image: url(images/diary_box_1.jpg);
	background-size: cover;
    width: 160px;
    height: 70px; 
	color:#FFF;
    text-align: center;
	padding:5px;
    text-decoration: none;
	float:right;
}
#registration_box:hover {
    background-image: url(images/diary_box_2.jpg);
	z-index:1000;
}
div.information_box {
	margin-top:5px;
    border-radius: 8px;
    background: #CCC;
    width: 160px;
    height: 130px;
	text-align:center;  
	padding-top:1px;
	float:right;
	margin-bottom:10px;
	margin-right:5px;
}
div.registeredas {
	font-size:9px;
	color: #000;
}







/* Videos Page */
div.videosummary {
	padding:20px;
	background-color:#E7E7E7;
	margin-bottom:50px;
}

div.morevids a {
	width:70%;
	background-color: #669acc;
	text-align: center;
	display:block;
	line-height:30px;
	color: #FFFFFF;
	padding:10px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:17px;
	margin:auto;
}
div.morevids:hover a {
 	background-color:#5b86b0;
	color:#FFFFFF;
	display: block;
}
a:active {
	text-decoration: none;
}









/* Online Tuition Page */
div.OSinfoboxes {
	width:100%;
	padding:20px;
	border-radius: 5px;
	box-shadow: 5px 5px 8px grey;
	text-align:center;
}
div.SIGNUPinfo {
	margin: auto;
	padding:25px;
	border-radius: 5px;
	box-shadow: 5px 5px 8px grey;
	text-align:center;
	background-color: #FDFBE5;
}
div.worldpaybox {
	width:100%;
	background-color: #F3F3F3;
	padding:20px;
	border-radius: 5px;
	box-shadow: 5px 5px 8px grey;
	text-align:center;
}
div.paypalbox {
	width:100%;
	background-color: #ECF2F4;
	padding:20px;
	border-radius: 5px;
	box-shadow: 5px 5px 8px grey;
	text-align:center;
}
div.OSSubscriptions {
	float:left;
	text-align:center;
	padding:15px;
	border-radius:10px;
	box-shadow: 5px 5px 8px grey;
	margin-right:50px;
	margin-bottom:30px;
}
.OSinfo {
	font-size: 17px;
	color:#000;
}
.OSinfoSMALL {
	font-size: 12px;
	color: #666666;
}
.OS_Blue_Header {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	color: #2B78B7;
	font-style: normal;
}
div.screenshots_box {
	float:left;
	padding:20px;
	background-image:url(images/Online_Option_MEMBER.jpg);
	background-size: cover;
}
div.greydividerline {
	background-color:#CCCCCC;
	width:100%;
	height:7px;
	margin-bottom:30px;
	margin-top:20px;
}
div.OS_testimonials {
	background-image:url(images/testimonials_bg.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}
div.testimonials_text {
	padding:15px;
	width:200px;
	background-color:#FFFFFF;
	text-align:center;
	margin-bottom:80px;
	margin-top:50px;
}








div.newsletterslist a img {
	display:none;
}
div.newsletterslist a:hover img {
	display:block;
}





div.newsletterslist table{
    border-collapse: collapse;
    width: 100%;
	font-size: 12px;
}

div.newsletterslist tr:nth-child(even) {
	background-color: #f2f2f2;
}










/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 800px) {

[class*="col-"] {
        width: 100%;
    }

/* RESPONSIVE Dropdown Button */
.dropbtn {
	margin: auto;
    background-color:#669acc;
    color: white;
    padding: 12px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    display: inline-block;
	z-index:2000;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	text-align:center;
	display:none;
	left:-8px;
	top:37px;
    background-color:#f0f5fb;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	font-size: 18px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #d8d8d8}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #70ade7;
}

div.frame_top_small {
	width:100%;
	top:0px;
	left:0px;
}

div.frame_top {
	display: none;
}
div.worldpay-fixed {
	display:none;
}
div.demoinfo {
	display:none;
}
div.pagespacer {
	display:none;
}
div.giftvouchericon {
	display:none;
}
div.videolarge {
	display:none;
}
div.blogphotos {
	display:none;
}
div.beginnersicon {
	display:none;
}
div.banner {
	display:none;
}
div.wonderbrushdemos {
	display:none;
}




}







/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 800px) {

/* HIDE THE FOLLOWING ELEMENTS */

.dropdown-content {
	display:none;
}
.dropbtn {
	display:none;
}
div.frame_top_small {
	display:none;
}
div.videosmall {
	display:none;
}








div.frame_top {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
	width:100%;
	top:0px;
	left:0px;
	background-color:#669acc;
	z-index:1000;
}


/* Top Menu */
topmenu {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    background-color: #FFFFFF;
	float:left;
	width:75%;
	padding:5px;
}

li {
    float: left;
}

li a {
    display: block;
    color: #669acc;
    text-align: center;
    padding: 12px 12px;
    text-decoration: none;
	top:0px;
}

li a:hover {
    background-color: #BCD5E8;
	color: #FFFFFF;
}

.top_menu_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6;
}

/* End Top Menu */

} 










/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 800px) {

div.logoimage2 {
	display:none;
}
div.worldpay-fixed {
    bottom: 10px;
	right: 0;
    width: 281px;
	margin:auto;
	float:left;
}

div.Gallery_BG {
	background-image:url(images/gallery_BG_blank.png);
	background-repeat:no-repeat;
	background-size: cover;
}


}





/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 800px) {

div.logoimage1 {
	display:none;
}

div.worldpay-fixed {
    position: fixed;
    bottom: 10px;
	right: 0;
    width: 281px;
	margin-right:0px;
}



}







/* SLIDESHOW*/


/* Slideshow container */
.slideshow-container {
	left:0px;
	width:100%;
  	margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
	display:none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #f0f5fb (0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display:none;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}









div.diarysummary {
 	background-color:#FFFFFF;
	padding:20px;
	margin:auto;
}

div.linkbox {
	color:#FFFFFF;
	background-color: #AFD8E9;
	padding:10px;
	text-align:center;
	border-radius: 5px;
	box-shadow: 5px 5px 8px grey;
	font-size:14px;
}








div.archiveimage {
	float:left;
	padding:5px;
}
div.archiveyear {
	background-image:url(images/diary_year_bg.jpg);
	width:70%;
	height:30px;
	background-size: cover;
	padding-left:30px;
	padding-top:3px;
	font-weight:bold;
}









/* RESPONSIVE VIDEO IFRAME */

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}





/* Gallery Pages */

div.pagelinks {
	background-color:#FFFFFF;
	padding:10px;
	width:70%;
}




/* The Image Box */


/* The Image */
div.img img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

/* Description of Image */
div.desc {
    padding: 15px;
    text-align: center;
	background-color:#FFF;
}
div.buynow {
	padding:2px;
	background-color:#FFF;
}

* {
    box-sizing: border-box;
}

/* Add Responsiveness */
.responsive {
    padding: 0 10px;
    float: left;
    width: 30.999%;
}

.responsive_painting {
    padding: 0 10px;
    float: left;
    width: 100%;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5000; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 1000px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-height: 800px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0.1)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 30px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Responsive Columns */
@media only screen and (max-width: 700px){
    .responsive {
        width: 23.99999%;
        margin: 6px 0;
    }
    .modal-content {
        width: 100%;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

/* Clear Floats */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}




