/*=============================
=            FONTS            =
=============================*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic');


/*Normal 400 Semi-Bold 600 Bold 700*/
/*===================================
=            BASE STYLES            =
===================================*/
html {
  height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	}

body {
	font-family: 'Open Sans', sans-serif;
    margin: 0;
    text-align: left;
    font-size: 30px;
    line-height: 1.5;/*1.42857143;*/
    color: #fff;
    background-color: #000e1e;    /* 00295a*/
	}

.overflow {
	width: 100%;
    height: 100%;
	}

.scenes {
    position: relative;
    margin: 0 auto;
    width: 100%;   
	}

.items {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: hidden; /*ie bug*/
	}

section, header, nav {
    position: relative;
    display: block
	}

a {
    outline: none !important;
    text-decoration: none !important;
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
    text-decoration: none !important;
}

span.blue{
	color:#46b4f0;
	}

/*=============================
=            Type           =
=============================*/

header {
  position: fixed;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 900;
	}


.dotstyle ul {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
	}

.dotstyle li {
	position: relative;
	display: block;
	float: left;
	margin: 0 0 15px 0;
	width: 10px;
	height: 10px;
	cursor: pointer;
	clear:both;
	}

.dotstyle li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: #46b4f0;
	background-color: rgba(70,180,240,0.5);
	text-indent: -999em;
	cursor: pointer; /* make the text accessible to screen readers */
	position: absolute;

	-webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
	transition: transform 0.3s ease, background-color 0.3s ease;
	}

.dotstyle li a:hover{    /*,.dotstyle li a:focus */
	background-color: #46b4f0;
	background-color: rgba(70,180,240,1.0);
	}

.dotstyle li a.active {
	background-color: #46b4f0;
	background-color: rgba(70,180,240,1.0);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	}


/*=============================
=            Sections           =
=============================*/
section {
    position: relative;
	}
section .wrap, section#first .wrap, section#second .wrap, section#third .wrap, section#fourth .wrap, section#fifth .wrap, section#sixth .wrap, section#seventh .wrap, section#eighth .wrap, section#ninth .wrap, section#tenth .wrap, section#eleventh .wrap, section#twelfth .wrap{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 800px;
    min-height: 100vh;
	}


section h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
	}

section h2.cr {
	font-weight: 700;
	padding-bottom:10px;
	border-bottom: solid #00295a 5px;
	margin-bottom: 10px;
	}

section h3.cr {
	color:#a2d9f7;
	margin-top: 5px;
	}

/*======================================
=            First Section            =
======================================*/
#first .wrap {
	padding: 0; /*100px 0*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../img/back_01.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; 
	}

#first h1 {
	color:#a2d9f7;
    font-weight: 700;
    font-size: 85px;
    line-height: .85em;
	text-transform: uppercase;
	margin-top: 25%;
	z-index: 99 !important;
	}

#first h1 span.smaller{
	font-size: 60px;
	letter-spacing: -0.05em;
	}

#first h2 {
	color:#fff;
	font-size: 30px;
	padding: 15px 0;
	border-bottom: solid #00295a 5px;
	border-top: solid #00295a 5px;
	}

#first h3 {
	color:#46b4f0;
	background: url('../img/text_restoring.svg') 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
	z-index: 99 !important;
	}

#first h3 span{
    margin-top: 0;
    padding-left:120px;
	}

#first p {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    color: #444;
	}


/*=============================
=       Second section: SG            =
=============================*/


#second p {
	margin: 0 0 75px;
	color: #a2d9f7;
	}

#second h2 {
	color: #a2d9f7;
font-size: 30px;
font-weight: 700;
margin-top: 0;
margin-bottom: 5px;
}

#second h3 {
margin-top: 5px;
margin-bottom: 5px;
}

#second .text2 {
	padding-top: 150px;
	padding-bottom: 75px;
	z-index: 26;
	}

#second .item1,#second .item2,#second .item3,#second .item4{
	padding: 15px 0;
	border-bottom: solid #00295a 5px;
	border-top: solid #00295a 5px;
	min-height: 210px;
}

/*================================
=            Third section    Chart       =
================================*/
#third .wrap {
	padding: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../img/back_03.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; 
	}

#third .wrap-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 800px;
    min-height: 100vh;
	padding: 0;

    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../img/back_03b.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; 
    z-index: 0;
	}


#third .text3 {
	padding-top: 150px;/*75px*/
	padding-bottom: 50px;
	}


#third p.para3a {
	color: #a2d9f7;
	}

#third hr.para3b {
    border: 0;
    height: 0;
    border-top: 5px solid rgba(0, 41, 90, 1);
    border-bottom: none;
}

/*============================
=            Fourth section            =
============================*/
#fourth .wrap {
	padding:0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../img/back_04.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; 
	}

#fourth .text4 {
	padding-top: 150px;/*75px*/
	padding-bottom: 50px;
	}

#fourth p {
	margin-bottom: 50px;
	}

#fourth h2 { 
	text-transform: uppercase;
	font-weight: 900;
	font-size: 100px;
	text-align: center;
	}

#fourth h3 { 
	text-transform: uppercase;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	}


/*===============================
=            Fifth section            =
===============================*/

#fifth .wrap {
	padding:0;
	}

#fifth .text5 {
	padding-top: 75px;
	padding-bottom: 50px;
	}

#fifth p {
    margin-bottom: 50px;
    letter-spacing: -0.001em;
	}

#fifth a {
	color: #00295a;
	}

#fifth a:hover,
#fifth a:focus {
	color: #46b4f0;
	}

#fifth h3 { 
	text-transform: uppercase;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
	}


/*===============================
=           6            =
===============================*/

#sixth .wrap {
	padding: 0;
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-image: url('../img/back_cr1.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; 
	}

#sixth .text6 {
	padding-top: 75px;
	padding-bottom: 50px;
	}

#sixth h5{
	text-align: center;
	}


/*===============================
=            7           =
===============================*/
#seventh .wrap {
	padding: 0;
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-image: url('../img/back_cr2.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; 
	}

#seventh .text7 {
	padding-top: 75px;
	padding-bottom: 50px;
	}

#seventh h5{
	text-align: center;
	}


/*===============================
=            8          =
===============================*/
#eighth .wrap {
	padding: 0;
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-image: url('../img/back_cr3.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; 
	}

#eighth .text8 {
	padding-top: 75px;
	padding-bottom: 50px;
	}

#eighth h5{
	text-align: center;
	}

/*===============================
=            9          =
===============================*/
#ninth .wrap{
	padding: 0;
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-image: url('../img/back_cr4.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; 
	}

#ninth .text9 {
	padding-top: 75px;
	padding-bottom: 50px;
	}

#ninth h5{
	text-align: center;
	text-transform: uppercase;
	}

/*===============================
=            10           =
===============================*/
#tenth .wrap {
	padding: 0;
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-image: url('../img/back_cr5.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; 
	}

#tenth .text10 {
	padding-top: 75px;
	padding-bottom: 50px;
	}

#tenth h5{
	text-align: center;
	text-transform: uppercase;
	}


/*===============================
=            Eleventh section: Now           =
===============================*/
#eleventh .wrap {
	padding: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../img/back_11.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; 
	}

#eleventh .text11 {
	padding-top: 10%;
	padding-bottom: 50px;
	}

#eleventh h2 {
	font-weight: 700;
	font-size: 115px;
	letter-spacing: -0.025em;
	line-height: 1em;
	color:#d0ecfb;
	}

.white{
	color:#fff;
	}	

.midblue{
	color:#a2d9f7;
	}


/*===============================
=            Twelfth section: SG quote            =
===============================*/
#twelfth {
	color:rgb(70,180,240);
	}

#twelfth .wrap {
	padding: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../img/back_12.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; 
	}

#twelfth .text12 {
	padding-top: 75px;
	padding-bottom: 50px;
	}

#twelfth h2, #twelfth h3 {
    text-align: right;
	}

#twelfth h3 {
	font-size: 15px;
	margin-top: 50px;
	}

#twelfth h2 {
	font-weight: 700;
	font-size: 35px;
	margin-top: 0;
	}


/*===============================
=            13 end            =
===============================*/

#thirteenth{
    color: rgb(70,180,240);
	}

#thirteenth .wrap {
	padding: 0;
	background: #fff;
	}

#thirteenth .text13 {
	z-index:999 !important;
	}

#thirteenth h1 {
    font-weight: 700;
    font-size: 85px;
    line-height: .85em;
	text-transform: uppercase;
	margin-top: 25%;
	z-index: 99 !important;
	}

#thirteenth h1 span.smaller{
	font-size: 60px;
	letter-spacing: -0.05em;
	}

#thirteenth h2 {
	font-size: 30px;
	padding: 15px 0;
	border-bottom: solid rgba(70,180,240,0.25) 5px;
	border-top: solid rgba(70,180,240,0.25) 5px;
	}

#thirteenth p {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
	}

#thirteenth .logo-box {
	margin-top: 40%;
	}

#thirteenth .end{
	position:absolute;
	bottom:50px;
	right: 0;
    left: 0;
    z-index: 999;
	}
#thirteenth .end p{
	font-size: 15px;
    font-weight: 400;
    line-height: 1 !important;
	}
#thirteenth .end a{
	font-size: 25px;
    font-weight: 400;
    line-height: 1 !important;
	}


.connect {
	margin-right: 25px;
	}
	
.connect a{
	font-size: 35px;
    font-weight: 600;
    display: inline-block;
    float: right;
    margin-bottom: 0;
    position: relative;
	}	
.connect a.facebook-logo, .connect a.twitter-logo, .connect a.info-icon{
    position: relative;
    width: 30px;
    height: 30px;
    color: transparent;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    background-color:#46b4f0;
    background-color: rgb(70,180,240);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
	}
.connect a.facebook-logo:hover,.connect a.twitter-logo:hover{
	background-color: rgba(70,180,240,0.5);
	}

.connect a.facebook-logo {
    background-image: url("../img/icon-fb.svg");
	}	
.connect a.twitter-logo {
    background-image: url("../img/icon-twitter.svg");
    margin-right: 10px;
	}	


.action {
	margin-left: 25px;
	}
.action a{
	text-align: left;
    display: inline-block;
	float: left;
    margin-bottom: 0;
    position: relative;
    width: 225px;
	}

.action a.info-icon{
    position: relative;
    width: 30px;
    height: 30px;
    color: transparent;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    background-color:#46b4f0;
    background-color: rgb(70,180,240);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
	}

.action a.info-icon {
    background-image: url("../img/icon-info.svg");
	}

.action a.info-icon:hover{
	background-color: rgba(70,180,240,0.5);
	}

a.hashlink{
	margin-right: 20px;
	}

#thirteenth .end a.weblink{
	font-weight: 700;
	}

.svg-container{
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	position: relative;
	background: transparent;
	}

.svg-container svg {
  position: absolute;
  top: 0;
  left: 0;
}

/*pointer js issues*/
#arrow{
    pointer-events: none;
	}


/*=====================================
=            OVERLAYS            =
=====================================*/

.overlays>div{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	overflow:auto;
	background:#000e1e;
	opacity:0;
	color:#fff;
	font-size:25px;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s
	}

.overlays>div .inner{
	display:table;
	width:100%;
	height:100%
	}

.overlays>div .content{
	display:table-cell;vertical-align:middle;padding-left:10%;
	padding-right:10%;
	}

.overlays>div a{
	color:#fff;
	}

.overlays>div.in{
	z-index:1000;
	opacity:1;
	}



/*==============================
=            GSAP            =
==============================*/


.blocker{
		padding: 0;
		background: #000e1e;
		width:100%;
		height:100%;
		filter: alpha(opacity=100);
		opacity: 1;   
		-webkit-transition: opacity 2s ease-in-out;
		-moz-transition: opacity 2s ease-in-out;
		-ms-transition: opacity 2s ease-in-out;
		-o-transition: opacity 2s ease-in-out;
		transition: opacity 2s ease-in-out;
		z-index: 920 !important;
		position: absolute;		
		display:block;
	}

    .blocker.loaded{
	    filter: alpha(opacity=0);
		opacity: 0;
	}

    .blocker.senditback{
		z-index: 0 !important;		
	}

#loader{
		padding: 0;
		height:138px;
		width:138px;
		position: absolute;
		left:50%;
		top:4.65%;
		
		-webkit-transform: translate(-50%, -53.1%);
		-moz-transform: translate(-50%, -53.1%);
		transform: translate(-50%, -53.1%);

		background: url('../img/rotator_grey.svg');
		background-size: cover;
		z-index: 921 !important;
	}

#loader .rotate {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 922;
}
#loader .rotate #rotator {
  width: 138px;
  height: 138px;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:visible
}



/*=====================================
=            MEDIA QUERIES            =
=====================================*/


/* Large desktops and laptops */
@media (min-width: 1200px) {
	body{

		}
	}

/* Medium */ /* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

	body{
		font-size:30px;
		}
	h3, .h3 {
    	font-size: 25px;
		}

	#second .text2, #third .text3, #fourth .text4{
		padding-top: 100px;
		padding-bottom: 50px;
		}
	#sixth p, #seventh p, #eighth p, #ninth p, #ninth li, #tenth p{
		font-size:25px;
		}
	#eleventh h2{
		font-size: 100px;
		}	
	#twelfth p{
		font-size: 25px;
		}
	#thirteenth h1{
		font-size: 80px;		
		}
	#thirteenth h1 span.smaller{
		font-size: 55px;
		}
	#thirteenth .end a{
		font-size: 20px;
	}
	#thirteenth .end p{
		font-size: 12px;
	}
	.action a {
		width: 200px;
	}

}	

/* Small */ /* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

	body{
		font-size:25px;
		}

	h3,
	.h3 {
    font-size: 20px;
	}

	#second h2{
		font-size: 25px;
		}
	#second .item1, #second .item2, #second .item3, #second .item4{
		min-height: 175px;
		}

	#second .text2, #third .text3, #fourth .text4{
		padding-top: 75px;
		padding-bottom: 25px;
		}
	
	#sixth .text6, #seventh .text7, #eighth .text8, #ninth .text9, #tenth .text10{
		padding-top: 35px;
		padding-bottom: 25px;
		}
		
	#sixth p, #seventh p, #eighth p, #ninth p, #ninth li, #tenth p{
		font-size:20px;
		}

	#eleventh .wrap {
		background-position: 62.5% 50%;
	}

	#eleventh h2{
		font-size: 75px;
		}	
	#twelfth p{
		font-size: 25px;
		}
	#thirteenth h1{
		font-size: 64px;		
		}
	#thirteenth h1 span.smaller{
		font-size: 44px;
		}
	#thirteenth .end a{
		font-size: 20px;
	}
	#thirteenth .end p{
		font-size: 12px;
	}

	#thirteenth .end{
		bottom: 25px;
	}

	.action{
		margin-left: 5px;
	}
	.action a {
		width: 145px;
	}
	.action a.info-icon{
		margin-bottom: 10px;
		margin-right: 250px;
	}
	.action .svg-container {
	margin-bottom: 10px;		
	}

	.connect{
		margin-right: 5px;
		margin-top: 40px;
	}

	.connect a.facebook-logo, .connect a.twitter-logo{
		width: 25px;
		height: 25px;
		margin-right: 15px;
	}

}


/* x-small */ /* Landscape phones and portrait tablets */
@media (max-width: 767px){

	body{
		font-size:20px;
		}

	h3,
	.h3 {
    font-size: 20px;
	}
	h4,
	.h4 {
    font-size: 15px;
	}
	h5,
	.h5 {
    font-size: 10px;
	}

	#first h1{
		font-size: 50px;	
	}
	#first h1 span.smaller{
		font-size: 35px;
	}
	#first h2{
		font-size: 25px;	
	}
	
	#second p {
		margin: 0 0 25px;
	}
	
	#second h2{
		font-size: 25px;
	}

	#second .item1, #second .item2, #second .item3, #second .item4{
		padding: 5px 0 15px 0;
		border-bottom: solid #00295a 5px;
		border-top: none;
		margin-bottom: 15px;
		min-height: 150px;
	}

	#second .text2, #third .text3, #fourth .text4, #fifth .text5{
		padding-top: 25px;
		padding-bottom: 15px;
	}

	#fourth .wrap {
	    background-position: 32.5% 50%;
	}

	#fifth .areaicon{
		margin-bottom: 15px;		
	}
	
	section h2.cr{
		font-size: 25px;
		margin-top: 5px;
	}
	
	#sixth .text6, #seventh .text7, #eighth .text8, #ninth .text9, #tenth .text10{
		padding-top: 15px;
		padding-bottom: 5px;
	}
		
	#sixth p, #seventh p, #eighth p, #ninth p, #ninth li, #tenth p{
		font-size:17.5px;
	}

	#eleventh .wrap {
		background-position: 72.5% 50%;
	}

	#eleventh .text11{
		padding-top: 10px;
		padding-bottom: 5px;
	}

	#twelfth .wrap {
    	background-position: 32.5% 50%;
	}

	#eleventh h2{
		font-size: 42.5px;
		}	
	#twelfth p{
		font-size: 17.5px;
		}
	#twelfth h3{
		font-size: 10px;
		margin-top: 25px;
	}
	#twelfth h2{
		font-size: 25px;
	}

	#thirteenth h1{
		font-size: 50px;
		margin-top: 35px;
	}
	#thirteenth h1 span.smaller{
		font-size: 35px;
	}
	#thirteenth h2{
		font-size: 25px;	
	}
	#thirteenth .logo-box{
		margin-top: 0;
	}

	#thirteenth .end{
		bottom: 5px;
	}
	#thirteenth .end a{
		font-size: 15px;
	}
	#thirteenth .end p{
		font-size: 10px;
	}

	a.hashlink{
		margin-top: 10px;
		margin-right: 0px;
		margin-left: 270px;
	}
	.connect a.twitter-logo{
		margin-top: 15px;
		margin-right: 0px;
		margin-left: 10px;

	}
	.connect a.facebook-logo{
		margin-top: 15px;
		margin-right: 15px;
		margin-left: 170px;
	}
	.action{
		margin-left: 5px;
	}
	.action a {
		width: 145px;
	}
	.action a.info-icon{
		margin-bottom: 10px;
		margin-right: 150px;
	}
	.action .svg-container {
	margin-bottom: 10px;		
	}

	.connect{
		margin-right: 5px;
		margin-top: 40px;
	}

	.connect a.facebook-logo, .connect a.twitter-logo{
		width: 25px;
		height: 25px;
	}

	.overlays>div{
		font-size:15px
	}

	.dotstyle{
		display: none;	
	}
}






/* Portrait phones and smaller */
@media (max-width: 480px) {

	body{
		font-size:15px;
	}

	h3,
	.h3 {
    font-size: 15px;
	}
	h4,
	.h4 {
    font-size: 12px;
	}
	h5,
	.h5 {
    font-size: 8.5px;
	}

	#first h1{
		font-size: 35px;	
	}
	#first h1 span.smaller{
		font-size: 25px;
	}
	#first h2{
		font-size: 20px;	
	}
	
	#second p {
		margin: 0 0 20px;
	}
	
	#second h2{
		font-size: 20px;
	}
	
	#second .item1, #second .item2, #second .item3, #second .item4{
		padding: 5px 0 15px 0;
		border-bottom: solid #00295a 5px;
		border-top: none;
		margin-bottom: 15px;
		min-height: 150px;
	}

	#second .text2, #third .text3, #fourth .text4, #fifth .text5{
		padding-top: 25px;
		padding-bottom: 15px;
	}

	#fourth .wrap {
	    background-position: 32.5% 50%;
	}

	#fifth .areaicon{
		margin-bottom: 15px;		
	}
	
	section h2.cr{
		font-size: 20px;
		margin-top: 5px;
	}
	
	#sixth .text6, #seventh .text7, #eighth .text8, #ninth .text9, #tenth .text10{
		padding-top: 15px;
		padding-bottom: 5px;
	}
		
	#sixth p, #seventh p, #eighth p, #ninth p, #ninth li, #tenth p{
		font-size:15px;
		}

	#eleventh .wrap {
		background-position: 72.5% 50%;
	}

	#eleventh .text11{
		padding-top: 10px;
		padding-bottom: 5px;
	}
	#eleventh h2{
		font-size: 42.5px;
	}
	
	#twelfth .wrap {
    	background-position: 32.5% 50%;
	}

	#twelfth .text12 {
		padding-top: 25px;
		padding-bottom: 5px;
	}

	#twelfth p{
		font-size: 12.5px;
	}

	#twelfth h3{
		font-size: 10px;
		margin-top: 15px;
	}
	#twelfth h2{
		font-size: 15px;
	}

	#thirteenth h1{
		font-size: 35px;
		margin-top: 35px;
	}
	#thirteenth h1 span.smaller{
		font-size: 25px;
	}
	#thirteenth h2{
		font-size: 20px;	
	}
	#thirteenth .logo-box{
		margin-top: 0;
	}

	#thirteenth .end{
		bottom: 5px;
	}
	#thirteenth .end a{
		font-size: 15px;
	}
	#thirteenth .end p{
		font-size: 10px;
	}

	a.hashlink{
		margin-top: 10px;
		margin-right: 0px;
		margin-left: 150px;
	}
	.connect a.twitter-logo{
		margin-top: 15px;
		margin-right: 0px;
		margin-left: 10px;
	}
	.connect a.facebook-logo{
		margin-top: 15px;
		margin-right: 15px;
		margin-left: 15px;
	}
	.action{
		margin-left: 5px;
	}
	.action a {
		width: 145px;
	}
	.action a.info-icon{
		margin-bottom: 10px;
		margin-right: 150px;
	}
	.action .svg-container {
	margin-bottom: 10px;		
	}

	.connect{
		margin-right: 5px;
		margin-top: 40px;
	}

	.connect a.facebook-logo, .connect a.twitter-logo, .connect a.info-icon{
		width: 20px;
		height: 20px;
	}

	.overlays>div{
		font-size:15px
		}

	.dotstyle{
		display: none;	
	}

	#loader{
		width: 75px;
		height: 75px;
	}


}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

  #eighth img{
	margin-top: -30px;
	}
  #eighth h5{
	margin-top: -20px;
	}

}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

	body{
		font-size:15px;
		}	

	#first h1{
		margin-top: 5%;
	}

	#first h2 {
    	font-size: 20px;
    	padding: 5px 0;
    	margin-top: 15px;
    	margin-bottom: 15px;
    }

	#second .text2, #third .text3, #fourth .text4, #fifth .text5 {
    	padding-top: 10px;
		padding-bottom: 5px;
	}

	#second p {
    	margin: 0 0 15px;
	}
	#second h3 {
    	font-size: 15px;
	}

	#fourth p {
		margin-bottom: 0px;
	}
	#fifth p {
		margin-bottom: 10px;
	}
	#fifth .areaicon {
    	margin-bottom: -5px;
	}

	#sixth .text6, #seventh .text7, #eighth .text8, #ninth .text9, #tenth .text10 {
    	padding-top: 10px;
		padding-bottom: 0;
	}

	section h2.cr {
    	font-size: 20px;
		margin-top: 0;
    }
	#sixth p, #seventh p, #eighth p, #ninth p, #ninth li, #tenth p {
    	font-size: 15px;
	}
	#thirteenth .logo-box {
    	margin-top: -25px;
	}

	.connect a.facebook-logo, .connect a.twitter-logo, .connect a.info-icon{
		width: 20px;
		height: 20px;
	}
	a.hashlink {
    margin-left: 160px;
	}


}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

	#first .wrap {
    	background-position: 75% 50%;
	}
  #sixth img{
	margin-top: -30px;
	}
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

	#first .wrap {
    	background-position: 75% 50%;
	}



}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

	#eleventh .wrap {
		background-position: 67.5% 50%;
	}
	
	
	#twelfth .wrap {
    	background-position: 32.5% 50%;
	}
	#twelfth p{
		margin-left:15px;
		}


}