/* ### Basics & Pre-sets ### */
html,body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin:0px;
}

body {
	background-color: #fff;
	font-family:helvetica,arial,verdana,sans-serif;
	font-size:16px;
	color:#000;
	-webkit-font-smoothing:subpixel-antialiased!important;
}

p,ul,li,div,form,select,img,tr,td {
	margin:0;
	padding:0;
}

.h1 {
    font-family: 'aller_rg',sans-serif;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.3rem;
    color: #444;
    border-bottom: 2px solid #ddd;
}

.h2 {
    font-family: 'aller_rg',sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    color: #777;
}

.body-text-1 {
    font-family:'aller_rg',sans-serif;
    font-size: 1rem;
    color: rgba(0,0,0,0.7);
    text-align: justify;
    margin-bottom: 2rem;
    vertical-align: middle;
}

/* HERO Course Page */
ul.columns-set-hero > li {
    color: #777;
    line-height: 1.4rem;
    font-size: 1rem;
}

/* Gallery and Testimonials */
ul.gallery-testimonials > li:nth-child(odd) {
    color: #777;
    line-height: 1.6rem;
    font-size: 1rem;
    background-color: #eee;
    text-align: center;
    line-height: 3rem;
    border: 1px solid #666;
    cursor: pointer;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

ul.gallery-testimonials > li:hover {
    background-color: red;
    color: #fff;
}

/* About Helena Body Text */
#about-helena-sections-1 p.body-text-1 {
    font-family:'aller_rg',sans-serif;
    font-size: 0.9rem;
    color: #222;
    text-align: justify;
    line-height: 1.1rem;
    margin-bottom: 2rem;
    vertical-align: middle;
    padding: 0.8rem;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 40px 15px -30px #aaa; /* Safari and Chrome */
    box-shadow: 0px 40px 15px -30px #aaa;
}

/* Home Buttons Home Page */
.home-button {
    background-color: #111;
    padding: 0.3rem;
    max-width: 6rem;
    text-align: center;
}

.home-button a:link, .home-button a:visited {
    text-decoration: none;
    color: #fff;
}

.home-button a:hover {
    text-decoration: none;
    color: #ccc;
}

img {
	border:0;
}

.img-auto {
	border:0;
	max-width: 100%;
}

.img-auto-width {
	border:0;
	max-width: 100%;
}

.img-auto-height {
	border:0;
	max-height: 100%;
}

.photo-shadow {
    -webkit-box-shadow: 0px 40px 15px -30px #aaa; /* Safari and Chrome */
    box-shadow: 0px 40px 15px -30px #aaa;
    border:1px solid #eee;
    margin-bottom: 2rem;
}

/* Gallery Photo Frame */
#gallery-images {
    width: 100%;
}

#gallery-images li {
    width: 50%;
}

#gallery-images li p {
    padding: 1rem;
    border: 1px solid #ccc;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 40px 15px -30px #aaa; /* Safari and Chrome */
    box-shadow: 0px 40px 15px -30px #aaa;
}

#gallery-images li p:nth-child(1) {
    margin: 3% 1%;
}

#gallery-images li p img {
    border: 3px outset #aaa;
}

/* Testimonial Page */
#testimonials {
    width: 100%;
}

#testimonials li {
    width: 100%;
}

#testimonials li p {
    padding: 1rem;
    border-bottom: 1px solid #ddd;
}

#testimonials li p span:nth-child(1) {
    font-size: 1.3rem;
    color: rgba(62, 62, 128, 0.91);
}

#testimonials li p span:nth-child(2) {
    font-size: 1.2rem;
    color: #555;
    line-height: 2rem;
}

#testimonials li p span:nth-child(3) {
    font-size: 1.3rem;
    color: #333;
    width: 100%;
}

/* Tiles Shadow on Tool Box Page */
.tiles-shadow {
    -webkit-box-shadow: 0px 40px 15px -30px #aaa; /* Safari and Chrome */
    box-shadow: 0px 40px 15px -30px #aaa;
    border:1px solid #eee;
    margin-bottom: 2rem;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.center-element {
    margin:0 auto;
    text-align: center;
}

.display-none {
    display: none;
}




