*/
@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	overflow: auto;
}

body {
	background-color:#000;
	height: 100%;
	margin: 0;
	padding: 0;
	//font-size:12px;
}

/* FONTS */

.fontSlideTitle-Wht {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	color: #FFF;
}

.fontSlideTitle-Blk {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	color: #000;
}

.fontSlideCopy-Wht {
	font-family: 'Rajdhani', sans-serif;
	color: #FFF;
}

.fontSlideCopy-Blk {
	font-family: 'Rajdhani', sans-serif;
	color: #000;
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:portrait) { /* smartphones, iPhone, portrait */
	
	.fontSlideTitle-Wht, .fontSlideTitle-Blk{
		font-size: 240%;
		line-height:100%;
	}
	
	.fontSlideCopy-Wht, .fontSlideCopy-Blk{
		font-weight:300;
		font-size: 120%;
		line-height:110%;
	}
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:landscape) { /* smartphones, iPhone, landscape */

	.fontSlideTitle-Wht, .fontSlideTitle-Blk{
		font-size: 240%;
		line-height:100%;
	}
	
	.fontSlideCopy-Wht, .fontSlideCopy-Blk{
		font-weight:300;
		font-size: 120%;
		line-height:110%;
	}
}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:portrait) { /* tablet, iPad potrait */
	
	.fontSlideTitle-Wht, .fontSlideTitle-Blk{
		font-size: 400%;
		line-height:100%;
	}
	
	.fontSlideCopy-Wht, .fontSlideCopy-Blk{
		font-weight:300;
		font-size: 150%;
		line-height:110%;
	}
}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:landscape) { /* tablet, iPad landscape */
	
	.fontSlideTitle-Wht, .fontSlideTitle-Blk{
		font-size: 350%;
		line-height:100%;
	}
	
	.fontSlideCopy-Wht, .fontSlideCopy-Blk{
		font-weight:300;
		font-size: 120%;
		line-height:110%;
	}
}

@media only screen and (min-width:1440px) and (orientation : landscape) { /* hi-res laptops and desktops */
	
	.fontSlideTitle-Wht, .fontSlideTitle-Blk{
		font-size: 430%;
		line-height:120%;
	}
	
	.fontSlideCopy-Wht, .fontSlideCopy-Blk{
		font-weight:300;
		font-size: 150%;
		line-height:120%;
	}
}

.fontSlideCopy-Wht a:link 		{text-decoration:none;color:#09F;}
.fontSlideCopy-Wht a:active 	{text-decoration:none;color:#09F;}
.fontSlideCopy-Wht a:visited 	{text-decoration:none;color:#09F;}
.fontSlideCopy-Wht a:hover 		{text-decoration:none;color:#F00;}

.fontSlideCopy-Blk a:link 		{text-decoration:none;color:#09F;}
.fontSlideCopy-Blk a:active 	{text-decoration:none;color:#09F;}
.fontSlideCopy-Blk a:visited 	{text-decoration:none;color:#09F;}
.fontSlideCopy-Blk a:hover 		{text-decoration:none;color:#F00;}

/* CONTENT */

.divOverlay{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	background-image:url(../Images/bg_DotSquare4.png);
	z-index:100;
}

.divOverlay-Video{
	position:absolute;
	top:50%;
	left:50%;
	height:70%;
	width:auto;
	-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.divOverlay-Button-Close{
	cursor:pointer;
	cursor:hand;
	position:absolute;
	display:block;
	left:50%;
	bottom:5%;
	padding:10px 20px 10px 20px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	color: #FFF;
	background-color:#666;
	-ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.divContainer{
	text-align:center;
	vertical-align:top;
	overflow-x:hidden;
	
}

.divTopNav{
	position:fixed;
	top:0;
	left:0;
	text-align:center;
	vertical-align:middle;
	/*width:100vw;*/
	background:#000;
	z-index:10;
}

.divSubNav{
	position:fixed;
	left:0px;
	overflow:hidden;
	/*border:1px solid #F00;*/
}

.topNavCell{
	cursor:pointer;
	cursor:hand;
	font-family: 'Rajdhani', sans-serif;
	white-space:nowrap;
	text-align:center;
}

.divTopSpacer{
	position:relative;
	overflow:hidden;
	
}

.imgTopNavLogo{
	position:absolute;
	top:0px;
	width:auto;
}

.imgSubNav{
	position:absolute;
	top:0px;
	width:auto;
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:portrait) { /* smartphones, iPhone, portrait */

	.divTopNav{
		height:50px;
	}
	
	.divSubNav{
		width:100%;
		height:100%;
		top:-2200px;
		background-color:#000;
		z-index:7 !important;
		/*border:5px solid #F00;*/
	}
	
	.topNavCell{
		/*display:inline-block;
		vertical-align:middle;
		text-align:center;*/
		padding:2% 0 2% 0;
		width:100%;
		font-size: 150%;
		font-weight: 300;
		color: #FFF;
		white-space:nowrap;
	}
	
	.imgTopNavLogo{
		left:50%;
		padding:8px;
		height:34px;
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.imgSubNav{
		display:block;
		right:0px;
		height:50px;
	}
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:landscape) { /* smartphones, iPhone, landscape */

	.divTopNav{
		height:45px;
	}
	
	.divSubNav{
		width:100%;
		height:100%;
		top:-2200px;
		background-color:#000;
		z-index:7 !important;
		/*border:5px solid #F00;*/
	}
	
	.topNavCell{
		/*display:inline-block;
		vertical-align:middle;
		text-align:center;*/
		padding:0.5% 0 0.5% 0;
		width:100%;
		font-size: 150%;
		font-weight: 300;
		color: #FFF;
		white-space:nowrap;
	}
	
	.imgTopNavLogo{
		left:50%;
		padding:8px;
		height:29px;
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.imgSubNav{
		display:block;
		right:0px;
		height:45px;
	}
}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:portrait) { /* tablet, iPad potrait */

	.divTopNav{
		height:125px;
	}
	
	.divSubNav{
		top:90px !important;
		left:50%;
		padding:0;
		height:35px;
		z-index:11 !important;
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		/*border:1px solid #F00;*/
	}

	.topNavCell{
		display:table-cell;
		padding:0 10px 0 10px;
		font-weight: 300;
		font-size: 135%;
		color: #FFF;
		height:35px;
		vertical-align:middle;
		background-color:#000;
		/*border:1px solid #F00;*/
	}
	
	.imgTopNavLogo{
		left:50%;
		padding:20px;
		height:50px;
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.imgSubNav{
		display:none;
	}
}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:landscape) { /* tablet, iPad landscape */

	.divTopNav{
		height:100px;
	}
	
	.divSubNav{
		top:65px !important;
		left:50%;
		padding:0;
		height:35px;
		z-index:11 !important;
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		/*border:1px solid #F00;*/
	}

	.topNavCell{
		display:table-cell;
		padding:0 20px 0 20px;
		font-weight: 300;
		font-size: 120%; !important;
		color: #FFF;
		height:35px;
		vertical-align:middle;
		background-color:#000;
		/*border:1px solid #F00;*/
	}
	
	.imgTopNavLogo{
		left:50%;
		padding:10px;
		height:45px;
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.imgSubNav{
		display:none;
	}
}

@media only screen and (min-width:1440px) and (orientation : landscape) { /* hi-res laptops and desktops */

	.divOverlay-Video{
		height:70%;
		width:auto;
	}

	.divOverlay-Button-Close{
		padding:10px 20px 10px 20px;
		font-size: 130%;
	}
	
	.divTopNav{
		height:50px;
	}
	
	.divSubNav{
		top:0;
		padding:0;
		height:50px;
		z-index:11 !important;
		/*border:1px solid #F00;*/
	}

	.topNavCell{
		display:table-cell;
		padding:0 20px 0 20px;
		font-weight:300;
		font-size: 150%;
		color: #FFF;
		height:50px;
		vertical-align:middle;
		background-color:#000;
		/*border:1px solid #F00;*/
	}
	
	.imgTopNavLogo{
		right:0px;
		padding:8px 10px 8px 15px;
		height:34px;
	}
	
	.imgSubNav{
		display:none;
	}
}

/* SLIDE COMMON */

.divSlideAuto{
	position:relative;
	text-align:center;
	vertical-align:top;
	overflow:hidden;
	/*border:1px solid #F00;*/
}

.divSlideFixed{
	position:relative;
	text-align:center;
	vertical-align:top;
	overflow:hidden;
	/*border:1px solid #F00;*/
}

.bigImage{
	position: relative;
	top:50%;
	left:50%;
	-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* SLIDE 01 */

.divSlide01-Inner{
	position:relative;
	text-align:center;
	overflow:hidden;
	/*border: 1px solid #F00;*/
}

.divSlide01-Headline{
	position:absolute;
	left:50%;
	font-family: 'Rajdhani', sans-serif;
	text-align:center;
	color: #FFF;
	white-space:pre-line;
	-ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index:5;
	/*border: 1px solid #F00;*/
}

.divSlide01-Marker-Col{
	position:absolute;
	white-space:nowrap;
	z-index:2;
	/*border:1px solid #F00;*/
}

.divSlide01-Marker-Img{
	cursor:pointer;
	cursor:hand;
	height:auto;
}

.divSlide01-Timer{
	position:absolute;
	z-index:3;
	/*border:1px solid #F00;*/
}

.divSlide01-Timer-Bar{
	position:relative;
	background-color:#FFF;
}

.divSlide01-NavPlay-Col{
	position:absolute;
	z-index:4;
}

.divSlide01-NavPlay-Btn{
	cursor:pointer;
	cursor:hand;
	width:auto;
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:portrait) { /* smartphones, iPhone, portrait */
	
	.divSlide01-Headline{
		padding-top:8%;
		width:90%;
		font-weight: 700;
		font-size: 220%;
		line-height:100%;
	}
	
	.divSlide01-Marker-Col{
		bottom:7px;
		right:2%;
		/*border:1px solid #F00;*/
	}
	
	.divSlide01-Marker-Img{
		width:20px;
		/*border:1px solid #F00;*/
	}
	
	.divSlide01-Timer{
		bottom:0;
		width:100%;
		height:4px;
	}
	
	.divSlide01-Timer-Bar{
		width:0%;
		height:4px;
	}
	
	.divSlide01-NavPlay-Col{
		bottom:16px;
		left:15px;
	}
	
	.divSlide01-NavPlay-Btn{
		height: 20px;
	}
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:landscape) { /* smartphones, iPhone, landscape */

	.divSlide01-Headline{
		padding-top:5%;
		width:90%;
		font-weight: 700;
		font-size: 220%;
		line-height:100%;
	}
	
	.divSlide01-Marker-Col{
		bottom:7px;
		right:2%;
		/*border:1px solid #F00;*/
	}
	
	.divSlide01-Marker-Img{
		width:20px;
		/*border:1px solid #F00;*/
	}
	
	.divSlide01-Timer{
		bottom:0;
		width:100%;
		height:4px;
	}
	
	.divSlide01-Timer-Bar{
		width:0%;
		height:4px;
	}
	
	.divSlide01-NavPlay-Col{
		bottom:16px;
		left:15px;
	}
	
	.divSlide01-NavPlay-Btn{
		height: 20px;
	}
}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:portrait) { /* tablet, iPad potrait */
	
	.divSlide01-Headline{
		padding-top:8%;
		width:90%;
		font-weight: 700;
		font-size: 350%;
		line-height:100%;
	}
	
	.divSlide01-Marker-Col{
		bottom:7px;
		right:2%;
		/*border:1px solid #F00;*/
	}
	
	.divSlide01-Marker-Img{
		width:30px;
		/*border:1px solid #F00;*/
	}
	
	.divSlide01-Timer{
		bottom:0;
		width:100%;
		height:4px;
	}
	
	.divSlide01-Timer-Bar{
		width:0%;
		height:4px;
	}
	
	.divSlide01-NavPlay-Col{
		bottom:20px;
		left:20px;
	}
	
	.divSlide01-NavPlay-Btn{
		height: 30px;
	}
}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:landscape) { /* tablet, iPad landscape */

	.divSlide01-Headline{
		padding-top:5%;
		width:84%;
		font-weight: 700;
		font-size: 320%;
		line-height:100%;
		color: #FFF;
	}
	
	.divSlide01-Marker-Col{
		bottom:2.5%;
		right:2%;
		/*border:1px solid #F00;*/
	}
	
	.divSlide01-Marker-Img{
		width:25px;
		/*border:1px solid #F00;*/
	}
	
	.divSlide01-Timer{
		bottom:0;
		width:100%;
		height:4px;
	}
	
	.divSlide01-Timer-Bar{
		width:0%;
		height:4px;
	}
	
	.divSlide01-NavPlay-Col{
		bottom:4%;
		left:2%;
	}
	
	.divSlide01-NavPlay-Btn{
		height: 25px;
	}
}

@media only screen and (min-width:1440px) and (orientation : landscape) { /* hi-res laptops and desktops */

	.divSlide01-Headline{
		padding-top:3%;
		width:70%;
		font-weight: 700;
		font-size: 450%;
		line-height:100%;
		color: #FFF;
	}
	
	.divSlide01-Marker-Col{
		bottom:2.5%;
		right:2%;
		/*border:1px solid #F00;*/
	}
	
	.divSlide01-Marker-Img{
		width:30px;
		/*border:1px solid #F00;*/
	}
	
	.divSlide01-Timer{
		bottom:0;
		width:100%;
		height:6px;
	}
	
	.divSlide01-Timer-Bar{
		width:0%;
		height:6px;
	}
	
	.divSlide01-NavPlay-Col{
		bottom:4%;
		left:2%;
	}
	
	.divSlide01-NavPlay-Btn{
		height: 30px;
	}
}


/* SLIDE 02 */

.divSlide02-Inner{
	position:absolute;
	z-index:2;
	/*border: 1px solid #F00;*/
}

.divSlide02-Title{
	position:relative;
	width:100%;
	text-align:center;
	/*border: 1px solid #F00;*/
}

.divSlide02-Copy{
	position:relative;
	width:100%;
	text-align:justify;
	-moz-text-align-last: center;
    text-align-last: center;
	/*border: 1px solid #F00;*/
}

.divSlide02-Col1{
	position:relative;
	float:left;
	/*border: 1px solid #F00;*/
}

.divSlide02-Col2{
	position:relative;
	float:left;
	/*border: 1px solid #F00;*/
}

.divSlide02-Col-Img{
	position:relative;
	height: auto;
}

.divSlide02-Col-Title{
	position:relative;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	color: #FFF;
}

.divSlide02-Col-Copy{
	position:relative;
	font-family: 'Rajdhani', sans-serif;
	color: #FFF;
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:portrait) { /* smartphones, iPhone, portrait */
	
	.divSlide02-Inner{
		padding-top:8%;
		padding-left:8%;
		width:84%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Copy{
		padding-top:2%;
	}
	
	.divSlide02-Col1{
		padding-top:2%;
		position:relative;
		width:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col2{
		float:left;
		width:100%;
		height:auto;
		overflow:hidden;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col3{
		float:left;;
		width:100%;
		height:auto;
		overflow:hidden;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Img{
		width: 100%;
		height: auto;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Text{
		position:relative;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Title{
		position:relative;
		padding: 5% 8% 0 8%;
		width:84%;
		text-align:center;
		font-size:180%;
		line-height:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Copy{
		position:relative;
		padding: 2% 8% 5% 8%;
		width:84%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
		font-weight:100;
		font-size:120%;
		line-height:110%;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:landscape) { /* smartphones, iPhone, landscape */

	.divSlide02-Inner{
		padding-top:2%;
		padding-left:5%;
		width:90%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Copy{
		padding-top:1%;
	}
	
	.divSlide02-Col1{
		padding-top:3%;
		padding-left:5%;
		position:relative;
		width:90%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col2{
		float:left;
		width:50%;
		height:auto;
		overflow:hidden;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col3{
		float:left;;
		width:50%;
		height:auto;
		overflow:hidden;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Img{
		width: 100%;
		height: auto;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Text{
		position:relative;
		width:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Title{
		position:relative;
		width:100%;
		text-align:center;
		font-size:160%;
		line-height:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Copy{
		position:relative;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
		font-weight:100;
		font-size:110%;
		line-height:120%;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:portrait) { /* tablet, iPad potrait */
	
	.divSlide02-Inner{
		padding-top:8%;
		padding-left:8%;
		width:84%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col1{
		padding-top:2%;
		position:relative;
		width:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col2{
		float:left;
		width:50%;
		height:auto;
		overflow:hidden;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col3{
		float:left;;
		width:50%;
		height:auto;
		overflow:hidden;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Img{
		width: 100%;
		height: auto;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Text{
		position:relative;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Title{
		position:relative;
		padding: 2% 7% 0 7%;
		width:86%;
		text-align:center;
		font-size:180%;
		line-height:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Copy{
		position:relative;
		padding: 1% 7% 0 7%;
		width:86%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
		font-weight:100;
		font-size:130%;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:landscape) { /* tablet, iPad landscape */
	
	.divSlide02-Inner{
		padding-top:3%;
		padding-left:5%;
		width:90%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col1{
		position:relative;
		padding-left:5%;
		width:90%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col2{
		float:left;
		width:50%;
		height:auto;
		overflow:hidden;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col3{
		float:left;;
		width:50%;
		height:auto;
		overflow:hidden;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Img{
		width: 100%;
		height: auto;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Text{
		position:relative;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Title{
		position:relative;
		padding-top:3%;
		width:100%;
		text-align:center;
		font-size:220%;
		line-height:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Copy{
		position:relative;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
		font-weight:100;
		font-size:130%;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:1440px) and (orientation : landscape) { /* hi-res laptops and desktops */
	
	.divSlide02-Inner{
		padding-top:3%;
		padding-left:5%;
		width:90%;
		/*border: 1px solid #F00;*/
	}

	.divSlide02-Col1{
		position:absolute;
		left:50%;
		width:24%;
		height:100%;
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col2{
		float:left;
		width:38%;
		height:auto;
		overflow:hidden;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col3{
		float:right;
		width:38%;
		height:auto;
		overflow:hidden;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Img{
		width: 100%;
		height: auto;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Text{
		position:relative;
		top:50%;
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Title{
		position:relative;
		width:100%;
		text-align:center;
		font-size:300%;
		line-height:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide02-Col-Copy{
		position:relative;
		padding-top:3%;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
		font-weight:100;
		font-size:150%;
		/*border: 1px solid #F00;*/
	}
}

/* SLIDE 03 */

.divSlide03-Inner{
	position:relative;
	overflow:hidden;
	text-align:center;
	/*border: 1px solid #F00;*/
}

.divSlide03-Title{
	position:relative;
	/*border: 1px solid #F00;*/
}

.divSlide03-Copy{
	position:relative;
	/*border: 1px solid #F00;*/
}

.divSlide03-Img{
	position:relative;
	float:left;
	height:auto;
	/*border: 1px solid #F00;*/
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:portrait) { /* smartphones, iPhone, portrait */
	
	.divSlide03-Inner{
		padding:8%;
		width:84%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide03-Title{
		width:100%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide03-Copy{
		padding-top:2%;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide03-Img{
		padding-top:5%;
		width:100%;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:landscape) { /* smartphones, iPhone, landscape */

	.divSlide03-Inner{
		padding:2% 0 5% 3%;
		width:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide03-Title{
		padding-left:2%;
		width:90%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide03-Copy{
		padding-top:1%;
		padding-left:2%;
		width:90%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide03-Img{
		padding-top:3%;
		padding-left:2%;
		width:44%;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:portrait) { /* tablet, iPad potrait */

	.divSlide03-Inner{
		padding:8%;
		width:84%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide03-Title{
		width:100%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide03-Copy{
		padding-top:2%;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide03-Img{
		padding-top:4%;
		width:100%;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:landscape) { /* tablet, iPad landscape */
	
	.divSlide03-Inner{
		padding:11% 3% 11% 3%;
		width:94%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide03-Title{
		padding-left:2%;
		width:96%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide03-Copy{
		padding-left:2%;
		padding-bottom:3%;
		width:96%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide03-Img{
		padding-left:2%;
		width:47%;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:1440px) and (orientation : landscape) { /* hi-res laptops and desktops */
	
	.divSlide03-Inner{
		padding:5% 3% 5% 3%;
		width:94%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide03-Title{
		padding-left:2%;
		width:96%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide03-Copy{
		padding-left:2%;
		padding-bottom:3%;
		width:96%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide03-Img{
		padding-left:2%;
		width:47%;
		/*border: 1px solid #F00;*/
	}
}

/* SLIDE 04 */

.divSlide04-Overlay{
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../Images/bg_DotSquare.png);
	background-repeat:repeat;
	z-index:1;
}

.divSlide04-Inner{
	position:absolute;
	top:50%;
	overflow:hidden;
	text-align:center;
	z-index:2;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	/*border: 1px solid #F00;*/
}

.divSlide04-Title{
	position:relative;
	/*border: 1px solid #F00;*/
}

.divSlide04-Copy{
	position:relative;
	/*border: 1px solid #F00;*/
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:portrait) { /* smartphones, iPhone, portrait */

	.divSlide04-Inner{
		padding:8%;
		width:84%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide04-Title{
		width:100%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide04-Copy{
		padding-top:2%;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:landscape) { /* smartphones, iPhone, landscape */
	
	.divSlide04-Inner{
		padding-left:5%;
		width:90%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide04-Title{
		width:100%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide04-Copy{
		padding-top:1%;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:portrait) { /* tablet, iPad potrait */
	
	.divSlide04-Inner{
		padding-left:8%;
		width:84%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide04-Title{
		width:100%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide04-Copy{
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:landscape) { /* tablet, iPad landscape */

	.divSlide04-Inner{
		padding-left:5%;
		width:46%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide04-Title{
		width:100%;
		text-align:left;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide04-Copy{
		width:100%;
		text-align:justify;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:1440px) and (orientation : landscape) { /* hi-res laptops and desktops */
	
	.divSlide04-Inner{
		padding-left:5%;
		width:40%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide04-Title{
		width:100%;
		text-align:left;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide04-Copy{
		padding-bottom:3%;
		width:100%;
		text-align:justify;
		/*border: 1px solid #F00;*/
	}
}


/* SLIDE 05 */

.divSlide05-Inner{
	position:absolute;
	z-index:2;
	/*border: 1px solid #F00;*/
}

.divSlide05-Title{
	position:relative;
	text-align:center;
	/*border: 1px solid #F00;*/
}

.divSlide05-Copy{
	position:relative;
	text-align:justify;
	-moz-text-align-last: center;
    text-align-last: center;
	/*border: 1px solid #F00;*/
}

.divSlide05-Col{
	position:relative;
	overflow:hidden;
	/*border: 1px solid #F00;*/
}

.divSlide05-Col-Inner{
	position:relative;
	float:left;
	/*border: 1px solid #F00;*/
}

.divSlide05-Col-Img{
	position:relative;
	height: auto;
}

.divSlide05-Col-Title{
	position:relative;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	color: #000;
}

.divSlide05-Col-Copy{
	position:relative;
	font-family: 'Rajdhani', sans-serif;
	color: #000;
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:portrait) { /* smartphones, iPhone, portrait */
	
	.divSlide05-Inner{
		padding-top:8%;
		padding-left:8%;
		width:84%;
		/*border: 1px solid #F00;*/
	}

	.divSlide05-Title{
		width:100%;
		text-align:center;
	}
	
	.divSlide05-Copy{
		padding-top:2%;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
	}
	
	.divSlide05-Col{
		width:100%;
		padding-top:8%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Inner{
		width:84%;
		padding: 0 8% 8% 8%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Img{
		height: 220px;
		width: auto;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Text{
		position:relative;
		width:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Title{
		position:relative;
		padding-top:2%;
		width:100%;
		text-align:center;
		font-size:180%;
		line-height:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Copy{
		padding-top:2%;
		position:relative;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
		font-weight:100;
		font-size:120%;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:landscape) { /* smartphones, iPhone, landscape */

	.divSlide05-Inner{
		bottom:5%;
		padding-left:5%;
		width:90%;
		/*border: 1px solid #F00;*/
	}

	.divSlide05-Title{
		width:100%;
		text-align:center;
	}
	
	.divSlide05-Copy{
		padding-top:1%;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
	}
	
	.divSlide05-Col{
		padding-bottom:5%;
		padding-left:5%;
		width:90%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Inner{
		padding-top:5%;
		width:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Img{
		float:left;
		width: 40%;
		height: auto;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Text{
		right:0px;
		position:absolute;
		width:58%;
		top:50%;
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Title{
		width:100%;
		text-align:left;
		font-size:180%;
		line-height:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Copy{
		width:100%;
		text-align:justify;
		font-weight:100;
		font-size:120%;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:portrait) { /* tablet, iPad potrait */
	
	.divSlide05-Inner{
		padding-top:8%;
		padding-left:8%;
		width:84%;
		/*border: 1px solid #F00;*/
	}

	.divSlide05-Title{
		width:100%;
		text-align:center;
	}
	
	.divSlide05-Copy{
		padding-top:2%;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
	}
	
	.divSlide05-Col{
		padding-bottom:5%;
		padding-left:6%;
		width:87%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Inner{
		padding-top:5%;
		width:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Img{
		float:left;
		width: 40%;
		height: auto;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Text{
		right:0px;
		position:absolute;
		width:58%;
		top:50%;
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Title{
		width:100%;
		text-align:left;
		font-size:190%;
		line-height:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Copy{
		width:100%;
		text-align:justify;
		font-weight:100;
		font-size:130%;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:landscape) { /* tablet, iPad landscape */
	
	.divSlide05-Inner{
		top:5%;
		left:5%;
		width:90%;
		/*border: 1px solid #F00;*/
	}

	.divSlide05-Title{
		width:100%;
		text-align:center;
	}
	
	.divSlide05-Copy{
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
	}
	
	.divSlide05-Col{
		width:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Inner{
		width:26.66%;
		padding: 3% 0 5% 5%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Img{
		width: 100%;
		height: auto;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Text{
		position:relative;
		width:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Title{
		position:relative;
		padding-top:2%;
		width:100%;
		text-align:center;
		font-size:180%;
		line-height:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Copy{
		position:relative;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
		font-weight:100;
		font-size:120%;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:1440px) and (orientation : landscape) { /* hi-res laptops and desktops */
	
	.divSlide05-Inner{
		top:50%;
		right:5%;
		width:30%;
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		/*border: 1px solid #F00;*/
	}

	.divSlide05-Title{
		width:100%;
		text-align:left;
	}
	
	.divSlide05-Copy{
		width:100%;
	}
	
	.divSlide05-Col{
		width:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Inner{
		width:26.66%;
		padding: 3% 0 5% 5%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Img{
		height: 300px;
		width: auto;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Text{
		position:relative;
		width:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Title{
		position:relative;
		padding-top:2%;
		width:100%;
		text-align:center;
		font-size:250%;
		line-height:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide05-Col-Copy{
		position:relative;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
		font-weight:100;
		font-size:150%;
		/*border: 1px solid #F00;*/
	}
}

/* SLIDE 06 */

.divSlide06-Inner{
	position:relative;
	overflow:hidden;
	text-align:center;
	/*border: 1px solid #F00;*/
}

.divSlide06-Title{
	position:relative;
	/*border: 1px solid #F00;*/
}

.divSlide06-Img{
	position:relative;
	height:auto;
	/*border: 1px solid #F00;*/
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:portrait) { /* smartphones, iPhone, portrait */
	
	.divSlide06-Inner{
		padding-top:5%;
		padding-bottom:5%;
		width:100%;
		text-align:center;
		background-image:url(../Images/bg_dot_sml.png);
		/*border: 1px solid #F00;*/
	}
	
	.divSlide06-Title{
		margin-left:8%;
		width:84%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide06-Img{
		display:inline-block;
		width:33.33%;
		height:auto;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:landscape) { /* smartphones, iPhone, landscape */

	.divSlide06-Inner{
		padding: 5% 2% 5% 2%;
		width:96%;
		text-align:center;
		background-image:url(../Images/bg_dot_sml.png);
		/*border: 1px solid #F00;*/
	}
	
	.divSlide06-Title{
		width:100%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide06-Img{
		display:inline-block;
		width:19.2%;
		height:auto;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:portrait) { /* tablet, iPad potrait */
	
	.divSlide06-Inner{
		padding:8% 2% 8% 2%;
		width:96%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide06-Title{
		padding-bottom:3%;
		width:100%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide06-Img{
		display:inline-block;
		width:20%;
		height:auto;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:landscape) { /* tablet, iPad landscape */
	
	.divSlide06-Inner{
		padding: 5% 1% 5% 1%;
		width:98%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide06-Title{
		width:100%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide06-Img{
		display:inline-block;
		width:15%;
		height:auto;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:1440px) and (orientation : landscape) { /* hi-res laptops and desktops */
	
	.divSlide06-Inner{
		padding: 5% 0 5% 0;
		width:100%;
		text-align:center;
		background-image:url(../Images/bg_dot_sml.png);
		/*border: 1px solid #F00;*/
	}
	
	.divSlide06-Title{
		width:100%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide06-Img{
		display:inline-block;
		width:12%;
		height:auto;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
}

/* SLIDE 07 */

.divSlide07-Inner{
	position:relative;
	overflow:hidden;
	text-align:center;
	/*border: 1px solid #F00;*/
}

.divSlide07-Logo{
	position:relative;
	float:left;
	height:auto;
	/*border: 1px solid #F00;*/
}

.divSlide07-Title{
	position:relative;
	float:left;
	font-family: 'Rajdhani', sans-serif;
	color: #000;
	/*border: 1px solid #F00;*/
}

.divSlide07-Copy{
	position:relative;
	float:left;
	/*border: 1px solid #F00;*/
}

.divSlide07-Url{
	position:relative;
	float:left;
	/*border: 1px solid #F00;*/
}

.divSlide07-Img{
	position:relative;
	float:left;
	height:auto;
	/*border: 1px solid #F00;*/
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:portrait) { /* smartphones, iPhone, portrait */

	.divSlide07-Inner{
		margin-top:8%;
		margin-left:8%;
		width:84%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Logo{
		padding-left:5%;
		width:90%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Title{
		padding-top:5%;
		width:100%;
		font-size: 180%;
		font-weight: 700;
		text-align:center;
	}
	
	.divSlide07-Copy{
		padding:5% 0 8% 0;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
	}
	
	.divSlide07-Url{
		padding-top:2%;
		width:100%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Col{
		position:relative;
		width:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Img{
		border-top:1px solid #FFF;
		width:100%;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:320px) and (max-device-width:720px) and (orientation:landscape) { /* smartphones, iPhone, landscape */

	.divSlide07-Inner{
		padding:5%;
		width:90%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Logo{
		padding-left:35%;
		width:30%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Title{
		padding-top:3%;
		width:100%;
		font-size: 160%;
		font-weight: 700;
		text-align:center;
	}
	
	.divSlide07-Copy{
		padding-top:2%;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
	}
	
	.divSlide07-Url{
		padding-top:2%;
		width:100%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Col{
		position:relative;
		bottom:0;
		width:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Img{
		padding:0 0 0.1% 0.1%;
		width:49.8%;
		/*border: 1px solid #F00;*/
	}

}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:portrait) { /* tablet, iPad potrait */

	.divSlide07-Inner{
		margin-top:8%;
		margin-left:8%;
		width:84%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Logo{
		padding-left:15%;
		width:70%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Title{
		padding-top:3%;
		width:100%;
		font-size: 250%;
		font-weight: 700;
		text-align:center;
	}
	
	.divSlide07-Copy{
		padding:2% 0 8% 0;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
	}
	
	.divSlide07-Url{
		padding-top:2%;
		width:100%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Col{
		position:relative;
		width:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Img{
		border-top:1px solid #FFF;
		width:100%;
		/*border: 1px solid #F00;*/
	}

}

@media only screen and (min-width:768px) and (max-device-width:1366px) and (orientation:landscape) { /* tablet, iPad landscape */

	.divSlide07-Inner{
		padding:10% 5% 8% 5%;
		width:90%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Logo{
		padding-left:30%;
		width:40%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Title{
		padding-top:3%;
		width:100%;
		font-size: 220%;
		font-weight: 700;
		text-align:center;
	}
	
	.divSlide07-Copy{
		padding-top:2%;
		width:100%;
		text-align:justify;
		-moz-text-align-last: center;
    	text-align-last: center;
	}
	
	.divSlide07-Url{
		padding-top:2%;
		width:100%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Col{
		position:relative;
		bottom:0;
		width:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Img{
		padding:0 0 0.1% 0.1%;
		width:49.8%;
		/*border: 1px solid #F00;*/
	}
}

@media only screen and (min-width:1440px) and (orientation : landscape) { /* hi-res laptops and desktops */
	
	.divSlide07-Inner{
		padding:5% 5% 5% 5%;
		width:90%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Logo{
		padding-left:35%;
		width:30%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Title{
		padding-top:2%;
		width:100%;
		font-size: 220%;
		font-weight: 700;
		text-align:center;
	}
	
	.divSlide07-Copy{
		padding-top:1%;
		width:100%;
		text-align:center;
	}
	
	.divSlide07-Url{
		padding-top:1%;
		width:100%;
		text-align:center;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Col{
		position:relative;
		bottom:0;
		width:100%;
		/*border: 1px solid #F00;*/
	}
	
	.divSlide07-Img{
		padding:0 0 0.1% 0.1%;
		width:49.8%;
		/*border: 1px solid #F00;*/
	}
}

/* BUTTONS */

.btnFacebook{
	cursor:hand;
	cursor:pointer;
	position:relative;
}

.btnTwitter{
	cursor:hand;
	cursor:pointer;
	position:relative;
}

.btnContributeBlu{
	cursor:hand;
	cursor:pointer;
	position:relative;
	padding: 12px 30px 12px 30px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height:22px;
	color: #FFF;
	text-align:center;
	background-color:#06F;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.btnContributeBlu:hover{ background-color:#0CF;}
