/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
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;
}

html, body {
width:100%;
height:100%;
}
 
/* full width/height container */
#slides-container {
width: 100%;
height: 100%;
overflow: hidden;
}
 
/* double the height/width of a viewport */
#slides {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
}

.slide {
position:absolute;
top:0;
left:0;
width:50%;
height:50%;
}
#slide-1 {
background: url('../img/bcg_slide-1.jpg') no-repeat center center;
background-size: cover;
}
#slide-2 {
background: url('../img/number3.jpg') no-repeat center center;
background-size: cover;
}
#slide-3 {
background: url('../img/number2.jpg') no-repeat center center;
background-size: cover;
}
#slide-4 {
background: url('../img/number1.jpg') no-repeat center center;
background-size: cover;
}

/* Slide 2 goes to the bottom left */
#slide-2 {
background: url('../img/number3.jpg') no-repeat center center;
background-size: cover;
-webkit-transform: translate(0,100%);
-ms-transform: translate(0,100%);
transform: translate(0,100%);
}
/* Slide 3 goes to the bottom right */
#slide-3 {
background: url('../img/number2.jpg') no-repeat center center;
background-size: cover;
-webkit-transform: translate(100%,100%);
-ms-transform: translate(100%,100%);
transform: translate(100%,100%);
}
/* Slide 4 goes to the top right */
#slide-4 {
background: url('../img/number1.jpg') no-repeat center center;
background-size: cover;
-webkit-transform: translate(100%,0%);
-ms-transform: translate(100%,0%);
transform: translate(100%,0%);
}

/* Slide Captions */
.caption {
	position: absolute;
	top: 30%;
	right: 30%;
	text-align: right;
	color: #FFF;
}

.caption p, .caption h1 {

}

h1, .home {
	color: #fff;
	text-align: center;
}

h1 {
	font-size: 56px;
	font-weight: bold;
}

h2 {
	font-size: 26px;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

p {
	color: #47373F;
}

p, h2, h3 {
	margin-bottom: 0.2em;
	line-height: 1.333em;
	text-align: center;
}

.position3 {
	position: absolute;
	top: 10%;
	left: 5%;
	text-align: right;
	color: #FFF;
	width: 35%;
}

.position3description {
	position: absolute;
	bottom: 30%;
	right: 12%;
	text-align: right;
	color: #47373f;
	width: 25%;
}

#slide-3 .caption {
	top: 5%;
	left: 5%;
	right: auto;
	color: #47373f;
}

.position2description {
	position: absolute;
	top: 30%;
	right: 12%;
	text-align: right;
	width: 25%;
}


#slide-4 .caption {
	right: auto;
	left: 10%;
	top: 10%;
	bottom: auto;
	color: #47373F;
	width: 35%;
}

.quote1 {
	position: absolute;
	top: 50%;
	left: 15%;
	text-align: right;
	width: 25%;
}

.quote2 {
	position: absolute;
	top: 74%;
	left: 24%;
	text-align: right;
	width: 25%;
}

.quote3 {
	position: absolute;
	top: 65%;
	left: 2%;
	text-align: right;
	width: 25%;
}

.learnmore {
	position: absolute;
	bottom: 7%;
	left: 10%;
	text-align: right;
	width: 25%;
}

.learnmore a {
	text-decoration: none;
	color: #47373F;
}

.learnmore a:hover {
	text-decoration: none;
	color: #1A0DAB;
	
}

#slide-4 .subtitle {
	position: absolute;
	bottom: 65%;
	right: 12%;
	text-align: right;
	color: #FFF;
}

/* It's Full Screening Time */

#slides {
	width: 200%;
	height: 200%;
}

#helper {
	position:absolute;
	left:0;
	top: 0;
	height:600%;
	width: 20px;
}

.share {
	position: absolute;
	bottom: 5%;
	right: 14%;
	text-align: right;
	color: #FFF;
}

.share p {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.share a {
	text-decoration:none;
}

.icon-twitter {
	background: none repeat scroll 0% 0% #2ca8d2;
	padding: 4px 9px;
	border-radius: 4px;
	color: #fff;
}

.icon-facebook {
	background: none repeat scroll 0% 0% #305891;
	padding: 4px 9px;
	border-radius: 4px;
	color: #fff;
}

.icon-google-plus {
	background: none repeat scroll 0% 0% #ce4d39;
	padding: 4px 9px;
	border-radius: 4px;
	color: #fff;
}

.icon-linkedin {
	background: none repeat scroll 0% 0% #0073B2;
	padding: 4px 9px;
	border-radius: 4px;
	color: #fff;
}

.icon-google-plus:hover, .icon-facebook:hover, .icon-twitter:hover, .icon-linkedin:hover {
	background: #494949;
	color: #fff;
}



@media (max-width: 600px) {
h1 {
	font-size: 44px;
}

.position3 {
	position: absolute;
	top: 10%;
	left: 5%;
	text-align: right;
	color: #FFF;
	width: 35%;
}

#slide-3 .caption {
top: 5%;
left: 5%;
right: auto;
color: #47373F;
width: 35%;
}

#slide-4 .caption {
right: auto;
left: 12%;
top: 4%;
bottom: auto;
color: #47373F;
width: 35%;
}

h3 {
	
}
#slide-4 .caption {
	right: auto;
	left: 12%;
	top: 4%;
	bottom: auto;
	color: #47373F;
	width: 54%;
}

.learnmore {
	position: absolute;
	bottom: 25%;
	left: 2%;
	text-align: right;
	width: 50%;
}

.quote1 {
	position: absolute;
	top: 35%;
	left: 8%;
	text-align: right;
	width: 50%;
}

.quote2 {
	position: absolute;
	top: 47%;
	left: 10%;
	text-align: right;
	width: 50%;
}
.quote3 {
	position: absolute;
	top: 57%;
	left: 10%;
	text-align: right;
	width: 50%;
}

.share {
	position: absolute;
	bottom: 5%;
	right: 20%;
	text-align: right;
	color: #FFF;
}

}
