.panel {background:#f2f2f2;padding:15px;}

hr {border: 0px;border-top: 1px solid #ccc;margin:1.5rem 0 1.5rem;}
img {border: 0;}

input[type="submit"],input[type="file"],input[type="button"] {
padding: 5px 20px;
font: 600 14px/1.5em Arial;
	}

.container-body.main ol li {margin-bottom: 20px;margin-left:20px;} /* numbered lists */
.container-body.main ol li strong {color:#027EA8;}
@media only screen and (max-width: 40.063em) {.container-body.main ol li {margin-left:0px;}}
.container-body.main ul li {margin-bottom: 10px;} /* bullet points */
.container-body.main ul li strong{color:#027EA8;}

strong, b {color:#333;}



.formstyle {
background-color:#f8f8f8;
padding:15px;
border-radius:15px;
border: 1px solid #dddddd;
}


table {
	background: none;
	border: 0px solid #dddddd;
	margin-bottom: 0rem;
	vertical-align:center;
}

blockquote { 
font-style: italic;font-family: Georgia, Times, "Times New Roman", serif; border-width: 0; border-style: solid; border-color: #ccc; 
 border-left-width: 5px;padding: 12px 25px;margin-left:40px;
}


/* MARGINBOTTOM STYLING */

.marginbottom {margin-bottom:20px;}
@media only screen and (min-width: 40.063em) {
.marginbottom img{display:block; margin:0 auto 10px; width:100%;}
}
@media only screen and (max-width: 40.063em) {
	.marginbottom {margin-bottom: 20px;}
	.marginbottom img {display: block; margin: 0 auto 10px; width:60%;}
}


/* COLOUR BUTTONS
======================================================= */
a.button {
	display: inline-block;
	position: relative;
	text-align:center;
	transition: background-color 200ms ease-out 0s;
	font-family: lato;
	font-size: 16px;
    font-weight: 600;
    padding: 0.6rem 2rem 0.6rem;
	}

a.buttonlarge {
	display: inline-block;
	position: relative;
	text-align:center;
	transition: background-color 200ms ease-out 0s;
    font-family: lato;
    font-size: 18px;
    font-weight: 400;
    padding: 1rem 2rem 1rem;
   }

    a.buttonsmall {
    display: inline-block;
    font-family: 'Open Sans',Lato,Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 0.2rem 1rem;
    position: relative;
    text-align: center;
    transition: background-color 200ms ease-out 0s;
   }


a.rounded {border-radius: 5px;}

a.black {background-color: #333;color: #fff !important;}
a.black:hover {background-color: #000;color:#fff}

a.blue {background-color: #00B5F0; color: #fff !important;}
a.blue:hover {background-color: #0083BE;color:#fff}

a.brown {background-color: #C8925B; color: #fff !important;}
a.brown:hover {background-color: #966029;color:#fff}

a.green {background-color: #00B97C; color: #fff !important;}
a.green:hover {background-color: #00874A;color:#fff}

a.purple {background-color: #D88BB1; color: #fff !important;}
a.purple:hover {background-color: #A6597F;color:#fff}

a.teal {background-color: #9EC3BF;color: #fff !important;}
a.teal:hover {background-color: #6C918D;color:#fff}


a.blackoutline {background: none;border: 2px solid #999;color:#666 !important;} 
a.blackoutline:hover {background-color: #f9f9f9;color:#666;border: 2px solid #999;}

a.whiteoutline {background: none;border: 2px solid #fff; color:#fff !important;} 
a.whiteoutline:hover {background-color: none; color:#FFCC33;border: 2px solid #FFCC33;}

a.blueoutline {background: none;border: 2px solid #00B5F0; color:#666 !important;}  
a.blueoutline:hover {background-color: #f9f9f9;color:#666; border: 2px solid #999;}

a.brownoutline {background: none;border: 2px solid #C8925B; color:#666 !important;} 
a.brownoutline:hover {background-color: #f9f9f9;color:#666; border: 2px solid #999;}

a.greenoutline {background: none;border: 2px solid #00B97C; color:#666 !important;} 
a.greenoutline:hover {background-color: #f9f9f9;color:#666; border: 2px solid #999;}

a.purpleoutline {background: none;border: 2px solid #D88BB1; color:#666 !important;} 
a.purpleoutline:hover {background-color: #f9f9f9;color:#666; border: 2px solid #999;}

a.tealoutline {background: none;border: 2px solid #9EC3BF; color:#666 !important;} 
a.tealoutline:hover {background-color: #f9f9f9;color:#666; border: 2px solid #999;}


/* COLOUR BOX STYLES
======================================================= */

.nocolour {
	line-height: 1.3em;
} 

.white {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #fff;
line-height: 1.5em;
box-shadow:0px 0px 3px 0 rgba(0, 0, 0, 0.2);
} 
.white a:link{border-bottom:1px dotted #666;} 

.lightgrey {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #f2f2f2;
line-height: 1.5em;
} 
.lightgrey a:link{border-bottom:1px dotted #666;} 


.lightblue {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #CCE0EB;
color: #006699;
line-height: 1.5em;
} 
.lightblue a:link{color: #006699;border-bottom:1px dotted #666;} 

.lightbrown {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #EEDECC;
color: #806733;
line-height: 1.5em;
} 
.lightbrown a:link{color: #806733;border-bottom:1px dotted #666;} 

.lightgreen {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #EBF2D9;
line-height: 1.5em;
} 
.lightgreen a:link{border-bottom:1px dotted #666;} 


.lightpurple {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #E9DBF0;
color: #990099;
line-height: 1.5em;
} 
.lightpurple a:link{color: #990099;border-bottom:1px dotted #666;} 


.lightpink {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #FFECEC;
color: #FF11B1;
line-height: 1.5em;
} 
.lightpink a:link{color: #FF11B1;border-bottom:1px dotted #666;} 


.lightyellow {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #FFFFCC;
color: #666666;
line-height: 1.5em;
}
.lightyellow a:link{color: #666666;border-bottom:1px dotted #666;} 

.darkgrey {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #666;
color:#eee;
line-height: 1.5em;
} 
.darkgrey a:link{color:#eee;border-bottom:1px dotted #eee;} 

.darkblue {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #006699;
color:#f2f2f2;
line-height: 1.5em;
} 
.darkblue a:link{color:#f2f2f2;border-bottom:1px dotted #f2f2f2;} 

.darkbrown {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #996633;
color:#fff;
line-height: 1.5em;
} 
.darkbrown a:link{color:#fff;border-bottom:1px dotted #fff;} 

.darkgreen {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #339966;
color:#fff;
line-height: 1.5em;
} 
.darkgreen a:link{color:#fff;border-bottom:1px dotted #fff;} 

.darkpurple {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #CC6699;
color:#fff;
line-height: 1.5em;
} 
.darkpurple a:link{color:#fff;border-bottom:1px dotted #fff;} 

.darkyellow {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #FFFF66;
color:#333;
line-height: 1.5em;
} 
.darkyellow a:link{color:#333;border-bottom:1px dotted #333;} 

.titlewithline {background:rgba(0, 0, 0, 0) url("./siteimages/line.png") repeat-x scroll center bottom;padding:0 0 10px;}


/* Below CSS for new Enhance Image Plugin
=============================================================== */
/*figure {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #ccc;
    border-radius: 2px;
    display: inline-block;
    margin: 10px 20px;
    padding: 10px;
    text-align: center;
}
*/

figure > figcaption {
    display: block;
    text-align: center;
	margin-top: 10px;
}

.align-left {
    float: left;
	margin-right:20px;
}

.align-right {
    float: right;
	margin-left:20px;
}

.align-center {
    text-align: center;
}

.align-center > figure {
    display: inline-block;
}

/* RESPONSIVE GOOGLE MAPS 
================================================================= */
.google-maps {
position: relative;
padding-bottom: 45%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/* CKEditor responsive template layouts 
=============================================================== */
.container-boxes {margin-bottom:20px}

.page-slider .slide-caption h5 a:link{color:#ffffff;border-bottom: thin dotted #eee;}
.page-slider .slide-caption h5 a:hover{color:#ffffff;border-bottom: thin dotted #eee;}
.page-slider .slide-caption h5 a:visited{color:#ffffff;border-bottom: thin dotted #eee;}