html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
    font-family: "Open Sans", Arial;
    font-size: 100%;
    font-style: italic;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
    background: #7bb6e0; /* Old browsers */
    background: -moz-linear-gradient(top, #7bb6e0 0%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7bb6e0), color-stop(50%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7bb6e0 0%,#ffffff 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7bb6e0 0%,#ffffff 50%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7bb6e0 0%,#ffffff 50%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7bb6e0 0%,#ffffff 50%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bb6e0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    color: #515151;
    min-height: 600px;
}

#moving-background {
    background:  url(cloud3.png) repeat-x top left;
    height: 430px;
    
}

#last-layer, #bottom-layer, #top-layer {
    display: block;
}

#last-layer {
    width: 740px;
    height: 400px;
    z-index: 80;
    left: 30%;
}

#last-layer img {
    margin-top: -30px;
}

#bottom-layer {
    width: 650px;
    height: 400px;
    z-index: 90;
    top: 50px;
    left: 30%;
}

#top-layer {
    width: 460px;
    height: 400px;
    z-index: 100;
    left: 40%;
    top: 0px;
}

#parallax {
   position:relative; 
   overflow:hidden;
   width: 100%;
   height: 600px;
   z-index: 900;
   margin: 0px auto;
}

.parallax-viewport {
    position: relative;
    overflow: hidden;
}

.parallax-layer {
    position: absolute;
}

#circles {
    top: 180px;   
    z-index: 900; 
    position: absolute;
    width: 100%;
}

.container {
    width: 940px;
    margin: 0px auto;
    position: relative;
    clear: both;
    float: none;
    text-align: center;
    line-height: 1.5;
    z-index: -5;
    font-size: 100%;
}

#logo {
    height: 50px;
    width: auto;
    background-size: cover;
    vertical-align: -48%;
    margin-top: 100px;
    padding-left: 20px;
}

#circles li .inner-circles {
    font-family: "Open Sans", Arial;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    background: #00b4ff;
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
    border: 5px solid #fff;
    z-index: 990;
    
    box-shadow: 0 8px 6px -6px  rgba(0,0,0, 0.5);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0, 0.5);
    -moz-box-shadow: 0 8px 6px -6px  rgba(0,0,0, 0.5);
        
}

#circles li .inner-circles p {
    margin-top: 20px;
    font-size: 500%;
    color: #fff;
    font-style: normal;
    font-weight: bold;
}

#circles ul {
    list-style: none;
}

#circles ul li {
    width: 33.33%;
    float: left;
}

#circles h3 {
    font-size: 100%;
    font-family: "Open Sans", Arial;
    font-style: italic;
    margin-top: 30px;
    text-align: center;
    color: #515151;
    line-height: 1.5;
}

#circles h3 strong {
    font-style: normal;
    font-weight: bold;
}