/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Theme 	: Shutter 1.2
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/
@font-face {
    font-family: 'helvetica_neue_lt_std65Md';
    src: url('fonts/helveticaneueltstd-md-webfont.eot');
    src: url('fonts/helveticaneueltstd-md-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-md-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-md-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-md-webfont.svg#helvetica_neue_lt_std65Md') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica_neue_lt_st25ultraLt';
    src: url('fonts/helveticaneueltstd-ultlt-webfont.eot');
    src: url('fonts/helveticaneueltstd-ultlt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-ultlt-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-ultlt-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-ultlt-webfont.svg#helvetica_neue_lt_st25ultraLt') format('svg');
    font-weight: normal;
    font-style: normal;

}	
@font-face {
    font-family: 'century_gothicregular';
    src: url('fonts/gothic-webfont.eot');
    src: url('fonts/gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothic-webfont.woff') format('woff'),
         url('fonts/gothic-webfont.ttf') format('truetype'),
         url('fonts/gothic-webfont.svg#century_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'myriad_web_proregular';
    src: url('fonts/myriad-web-pro-webfont.eot');
    src: url('fonts/myriad-web-pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriad-web-pro-webfont.woff') format('woff'),
         url('fonts/myriad-web-pro-webfont.ttf') format('truetype'),
         url('fonts/myriad-web-pro-webfont.svg#myriad_web_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

	/* Controls Bar
	----------------------------*/
	#controls-wrapper { margin:0 auto; height:42px; width:100%; bottom:0px; left:0; z-index:4; background:url(../img/nav-bg.png) repeat-x; position:fixed; }
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
			#slidecounter { float:left; color:#999; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }
			#slidecaption { overflow:hidden; float:left; color:#FFF; font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif; /*text-shadow:#000 1px 1px 2px;*/ margin:0 0 0 0; line-height:42px; }
			
			#navigation { float:right; margin:0px 20px 0 0; }
				#play-button{ float:left; margin-top:1px;border-right:1px solid #333; background:url('../img/bg-hover.png') repeat-x 0 44px; }
					#play-button:hover{ background-position:0 1px; cursor:pointer; }
				
				#prevslide, #nextslide{ position:absolute; height:62px; width:27px; top:50%; margin-top:-21px; opacity:0.6; z-index:100; }
					#prevslide{ left:30px; background:url('../css/images/slider/prev.png') no-repeat; }
					#nextslide{ right:30px; background:url('../css/images/slider/next.png')no-repeat; }
						#prevslide:active, #nextslide:active{ margin-top:-19px; }
						#prevslide:hover, #nextslide:hover{ cursor:pointer; }
				
				ul#slide-list{ padding:15px 0; float:left; position:absolute; left:50%; }
					ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
						ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
						ul#slide-list li a{ display:block; width:12px; height:12px; background:url('../img/nav-dot.png') no-repeat 0 -24px; }
							ul#slide-list li a:hover{ background-position:0 -12px; cursor:pointer; }
				
				#tray-button{ float:right; margin-top:1px; border-left:1px solid #333; background:url('../img/bg-hover.png') repeat-x 0 44px; }
					#tray-button:hover{ background-position:0 1px; cursor:pointer; }
		
	@media(max-width:480px){
		#prevslide{ left:20px }
		#nextslide{ right:20px }
		}
		
	/* Progress Bar
	----------------------------*/					
	#progress-back{ z-index:5; position:fixed; top:60px; left:0; height:8px; width:100%; background:url('../css/images/slider/progress-back.png') repeat-x; }
		#progress-bar{ position:relative; height:8px; width:100%; background:url('../css/images/slider/progress-bar.png') repeat-x; }
	
	@media (max-width : 1023px){
		#progress-back{top:50px;}
	}
	
	#play-pause{
	width:100%;
	height:100%;
	position:absolute; 
	top:0; 
	z-index:2;
/*	cursor:url(../css/images/slider/cursor-pause.cur), auto;
*/	}
	
	/* Thumbnail Navigation
	----------------------------*/	
	#nextthumb,#prevthumb { z-index:2; display:none; position:fixed; bottom:61px; height:75px; width:100px; overflow:hidden; background:#ddd; border:1px solid #fff; -webkit-box-shadow:0 0 5px #000; }
		#nextthumb { right:12px; }
		#prevthumb { left:12px; }
			#nextthumb img, #prevthumb img { width:150px; height:auto;  }
			#nextthumb:active, #prevthumb:active { bottom:59px; }
			#nextthumb:hover, #prevthumb:hover { cursor:pointer; }
	
	
	/* Thumbnail Tray
	----------------------------*/			
	#thumb-tray{ position:fixed; z-index:3; bottom:0; left:0; background:url(../img/bg-black.png); height:150px; width:100%; overflow:hidden; text-align:center; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000; }
		
		#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:42px; height:108px; width:40px; }
			#thumb-back{ left:0; background: url('../img/thumb-back.png') no-repeat center center;}
			#thumb-forward{ right:0; background:url('../img/thumb-forward.png') no-repeat center center;}
				#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
					#thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
					#thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.2); }
		
		
		ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
			ul#thumb-list li{ background:#111; list-style:none; display:inline; width:150px; height:108px; overflow:hidden; float:left; margin:0; }
				ul#thumb-list li img { width:200px; height:auto; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
				ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
				ul#thumb-list li:hover{ cursor:pointer; }

/**
@media (min-width: 979px) {
@media (min-width: 979px) and (max-width: 1024px) {
@media (max-width: 979px) {
@media (max-width: 767px) {*/

/*sweeling add-on*/
#slidecaption{
	/*position:absolute;
	z-index: 99;
	right:50px;
	left: 50px;*/
	}
	
#slidecaption .caption-aria{
	position:absolute;
	z-index:100;
	right:0;
	left: 10%;
	top:20%;
	width:40%;
	/*margin:auto;*/
	overflow:hidden;
	}
	
#slidecaption .caption-akasa {
    position: absolute;
    z-index: 100;
    right: 5%;
    top: 5%;
    overflow: hidden;
}
	
#slidecaption .caption-kfp {
    position: absolute;
    z-index: 100;
    right: 5%;
    top: 15%;
    overflow: hidden;
}

#slidecaption .caption-kfp.middle {
    top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
	
#slidecaption .caption-aria h2.textcenter_1{
    font-family: 'century_gothicregular';
	font-size:24px;
	display:block;
	text-transform: none;
	text-align:center;
	padding:0;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	line-height: 24px;
	text-shadow:#000 1px 1px 2px;
	}
	
	
#slidecaption .caption-aria div.sl_link {
	width:100%;
	margin: 0 auto;
	display:block;
	text-align:center;
	}
	
#slidecaption .caption-aria div.sl_btn{
	display: inline-block;
	text-align:center;
	vertical-align:middle;
	padding: 4px 40px;
	margin:0 10px;
	border:1px solid #ffffff;
	background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	/*background:url(images/slide_btn.png)top center no-repeat;
	width: 198px;
	height:55px;*/
	}
	
#slidecaption .caption-aria div.sl_btn:hover{
	background: rgb(68, 172, 143); /* Fallback for older browsers without RGBA-support */
    background: rgba(68, 172, 143, 0.9);
}

#slidecaption .caption-aria div.sl_btn span{
    font-family: 'century_gothicregular';
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	font-weight:lighter;
	letter-spacing:2px;
}
	
#slidecaption .caption-side{
	position:absolute;
	z-index: 1;
	right:0;
	left: 0;
	top:50%;
	width:85%;
	margin:auto;
	overflow:hidden;
	}
	
#slidecaption .caption-center{
	position:absolute;
	z-index: 3;
	right:0;
	left: 0;
	top:45%;
	width:85%;
	margin:auto;
	overflow:hidden;
	}
#slidecaption .caption-top{ 
	position: absolute;
	top: 50px;
}
#slidecaption .caption-top img {
	width: 100vw;
	background-size: cover;
}
#home-main-slider	{
	z-index:-1;
}
#supersized img{
	width: 100%;
	height:auto;
	background-position:center center;
	background-size:cover;
	position:absolute;
	top:0%;
    left:0%;
	}

.description{
	z-index:-1;
	}
	
.hightlight{
	/*background-color: rgba(255,255,255,0.8);
	padding:2px 20px;
	background: rgba(68,172,143,0.8);
	box-shadow:15px 0 0 rgba(68,172,143,0.8), -15px 0 0 rgba(68,172,143,0.8);
	padding: 3px 0;*/
	/*margin:0 15px;*/
	}

.open-register-label{
	background:url(../../../images/pages/home/open-register.png) left top no-repeat;
	width:200px;
	height:150px;
	z-index:11;
	position:absolute;
	left:0;
	top:60px;
	}

@media (min-width: 1220px) {
#slidecaption .caption-top{
	top: 60px;
}
}
@media (max-width : 1023px){
.open-register-label{
	top:50px;
	}
}
/*Text align right*/

h2.textright_1{
    font-family: 'helvetica_neue_lt_st25ultraLt';
	font-size:72px;
	display:block;
	text-transform:uppercase;
	text-align:right;
	padding:10px 0;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	margin-top:10px;
	text-shadow:#000 1px 1px 2px;
	}
	
h1.textright_2{
    font-family: 'helvetica_neue_lt_std65Md';
	font-size:98px;
	display:block;
	text-transform:uppercase;
	color:#fff;
	text-align:right;
	letter-spacing:2px;
	position: relative;
	line-height:42px;
	text-shadow:#000 1px 1px 2px;
	margin:0;
	padding:10px 0 5px 0;
	}
	
p.textright_3{
    font-family: 'century_gothicregular';
	font-size:12.5px;
	display:block;
	color:#fff;
	text-align:right;
	width:50%;
	float:right;
	padding:10px 20px;
	position: relative;
	line-height:18px;
	background:rgba(68,172,143,0.7);
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 3px; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 3px; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 3px; 
	}

/*text align center*/
.sl-slide .sl-content-2{
	margin:0 auto;
	width: 80%;
	z-index:99;
	top:45%;
	position: relative;
	vertical-align: top;
	display:block;
	}

h2.textcenter_1{
    font-family: 'century_gothicregular';
	font-size:42px;
	display:block;
	text-transform:uppercase;
	text-align:center;
	padding:0;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	line-height: 36px;
	text-shadow:#000 1px 1px 2px;
	}
	
	
p.textcenter_2{
    font-family: 'century_gothicregular';
	font-size:12.5px;
	display:block;
	color:#fff;
	text-align:center;
	padding:0px;
	position: relative;
	line-height:18px;
	width:60%;
	margin:0 auto 20px;
	padding:10px 20px;
	background:rgba(68,172,143,0.7);
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 5px; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 5px; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 5px; 
	}
	
div.sl_link {
	width:600px;
	margin: 0 auto;
	display:block;
	text-align:center;
	}
	
div.sl_btn{
	display: inline-block;
	text-align:center;
	vertical-align:middle;
	padding: 4px 40px;
	margin:0 10px;
	border:1px solid #ffffff;
	background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	/*background:url(images/slide_btn.png)top center no-repeat;
	width: 198px;
	height:55px;*/
	}
	
div.sl_btn:hover{
	background: rgb(68, 172, 143); /* Fallback for older browsers without RGBA-support */
    background: rgba(68, 172, 143, 0.9);
}

div.sl_btn span{
    font-family: 'century_gothicregular';
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	font-weight:lighter;
	letter-spacing:2px;
}

		
/*text align left*/
.sl-slide .sl-content-3{
	float:left;
	z-index:99;
	top:50%;
	left:5%;
	position: relative;
	}

h2.textleft_1{
    font-family: 'helvetica_neue_lt_st25ultraLt';
	font-size:72px;
	display:block;
	text-transform:uppercase;
	text-align:left;
	padding:10px 0;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	margin-top:10px;
	text-shadow:#000 1px 1px 2px;
	}
	
h1.textleft_2{
    font-family: 'helvetica_neue_lt_std65Md';
	font-size:98px;
	display:block;
	text-transform:uppercase;
	color:#fff;
	text-align:left;
	letter-spacing:2px;
	position: relative;
	line-height:42px;
	text-shadow:#000 1px 1px 2px;
	margin:0;
	padding:10px 0 5px 0;
	}
	
p.textleft_3{
    font-family: 'century_gothicregular';
	font-size:12.5px;
	display:block;
	color:#fff;
	text-align:left;
	width:50%;
	float:left;
	padding:10px 20px;
	position: relative;
	line-height:18px;
	background:rgba(68,172,143,0.7);
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 5px; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 5px; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 5px; 
}




/*Animation */
/*text right animation*/
h2.textright_1{
	-webkit-animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
	-moz-animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
	-o-animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
	-ms-animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
	animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
}

h1.textright_2{
	-webkit-animation: c1h1Anim2 0.6s ease-in-out 1s both;
	-moz-animation: c1h1Anim2 0.6s ease-in-out 1s both;
	-o-animation: c1h1Anim2 0.6s ease-in-out 1s both;
	-ms-animation: c1h1Anim2 0.6s ease-in-out 1s both;
	animation: c1h1Anim2 0.6s ease-in-out 1s both;
}

p.textright_3{
	-webkit-animation: c1pAnim3 0.8s ease-in-out 1.2s both;
	-moz-animation: c1pAnim3 0.8s ease-in-out 1.2s both;
	-o-animation: c1pAnim3 0.8s ease-in-out 1.2s both;
	-ms-animation: c1pAnim3 0.8s ease-in-out 1.2s both;
	animation: c1pAnim3 0.8s ease-in-out 1.2s both;
}

/*for chrome*/
@-webkit-keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 0%; opacity: 1; }
}
@-webkit-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 0%; opacity: 1; }
}
@-webkit-keyframes c1pAnim3{
	0%{ right: 0%; opacity: 0; }
	100%{ right: 0%; opacity: 1; }
}

@-moz-keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 0%; opacity: 1; }
}
@-moz-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 0%; opacity: 1; }
}
@-moz-keyframes c1pAnim3{
	0%{ right: 0%; opacity: 0; }
	100%{ right: 0%; opacity: 1; }
}

@-o-keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 0%; opacity: 1; }
}
@-o-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 0%; opacity: 1; }
}
@-o-keyframes c1pAnim3{
	0%{ right: 0%; opacity: 0; }
	100%{ right: 0%; opacity: 1; }
}

@-ms-keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 0%; opacity: 1; }
}
@-ms-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 0%; opacity: 1; }
}
@-ms-keyframes c1pAnim3{
	0%{ right: 0%; opacity: 0; }
	100%{ right: 0%; opacity: 1; }
}

@keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 0%; opacity: 1; }
}
@keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 0%; opacity: 1; }
}
@keyframes c1pAnim3{
	0%{ right: 0%; opacity: 0; }
	100%{ right: 0%; opacity: 1; }
}

/*text center animation*/
h2.textcenter_1{
	-webkit-animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
	-moz-animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
	-o-animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
	-ms-animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
	animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
}

p.textcenter_2{
	-webkit-animation: c2pAnim2 0.6s ease-in-out 0.8s both;
	-moz-animation: c2pAnim2 0.6s ease-in-out 0.8s both;
	-o-animation: c2pAnim2 0.6s ease-in-out 0.8s both;
	-ms-animation: c2pAnim2 0.6s ease-in-out 0.8s both;
	animation: c2pAnim2 0.6s ease-in-out 0.8s both;
}

div.sl_link{
	-webkit-animation: c2linkAnim3 0.8s ease-in-out 1s both;
	-moz-animation: c2linkAnim3 0.8s ease-in-out 1s both;
	-o-animation: c2linkAnim3 0.8s ease-in-out 1s both;
	-ms-animation: c2linkAnim3 0.8s ease-in-out 1s both;
	animation: c2linkAnim3 0.8s ease-in-out 1s both;
	}

/*Chrome*/
@-webkit-keyframes c2h2Anim1{
	0% {-webkit-transform: translateY(20px); opacity: 0; }
	100% {-webkit-transform: translateY(0px); opacity: 1; }
}
@-webkit-keyframes c2pAnim2{
	0% {-webkit-transform: translateY(20px); opacity: 0;}
	100% {-webkit-transform: translateY(0px); opacity: 1;}
}
@-webkit-keyframes c2linkAnim3{
	0% {-webkit-transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {-webkit-transform: translateY(0px); bottom: 50%; opacity: 1; }
}

/*Firefox*/
@-moz-keyframes c2h2Anim1{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-moz-keyframes c2pAnim2{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-moz-keyframes c2linkAnim3{
}

/*Opera*/
@-o-keyframes c2h2Anim1{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-o-keyframes c2pAnim2{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-o-keyframes c2linkAnim3{
	0% {-webkit-transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {-webkit-transform: translateY(0px); bottom: 50%; opacity: 1; }
}
/*IE*/
@-ms-keyframes c2h2Anim1{
	0%{transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-ms-keyframes c2pAnim2{
	0%{transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-ms-keyframes c2linkAnim3{
	0% {transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {transform: translateY(0px); bottom: 50%; opacity: 1; }
}

/*Firefox*/
@keyframes c2h2Anim1{
	0%{transform: translateY(20px); bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px); bottom: 0%; opacity: 1; }
}
@keyframes c2pAnim2{
	0%{transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 0%; opacity: 1; }
}
@keyframes c2linkAnim3{
	0% {transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {transform: translateY(0px); bottom: 0%; opacity: 1; }
}


/*text left animation*/
h2.textleft_1{
	-webkit-animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
	-moz-animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
	-o-animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
	-ms-animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
	animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
}

h1.textleft_2{
	-webkit-animation: c3h1Anim2 0.6s ease-in-out 1s both;
	-moz-animation: c3h1Anim2 0.6s ease-in-out 1s both;
	-o-animation: c3h1Anim2 0.6s ease-in-out 1s both;
	-ms-animation: c3h1Anim2 0.6s ease-in-out 1s both;
	animation: c3h1Anim2 0.6s ease-in-out 1s both;
}

p.textleft_3{
	-webkit-animation: c3pAnim3 0.8s ease-in-out 1.2s both;
	-moz-animation: c3pAnim3 0.8s ease-in-out 1.2s both;
	-o-animation: c3pAnim3 0.8s ease-in-out 1.2s both;
	-ms-animation: c3pAnim3 0.8s ease-in-out 1.2s both;
	animation: c3pAnim3 0.8s ease-in-out 1.2s both;
}

.open-register-label{
	-webkit-animation: reglabel 0.6s ease-in-out 0.6s both;
	-moz-animation: reglabel 0.6s ease-in-out 0.6s both;
	-o-animation: reglabel 0.6s ease-in-out 0.6s both;
	-ms-animation: reglabel 0.6s ease-in-out 0.6s both;
	animation: reglabel 0.6s ease-in-out 0.6s both;
	}
	
@-webkit-keyframes reglabel{
	0%{ left: -5px; opacity: 0; }
	50%{ left: 0; opacity: 1; }
	100%{ left: 0; opacity: 1; }
}
@-moz-keyframes reglabel{
	0%{ left: -5px; opacity: 0; }
	50%{ left: 0; opacity: 1; }
	100%{ left: 0; opacity: 1; }
}
@-o-keyframes reglabel{
	0%{ left: -5px; opacity: 0; }
	50%{ left: 0; opacity: 1; }
	100%{ left: 0; opacity: 1; }
}
@-ms-keyframes reglabel{
	0%{ left: -5px; opacity: 0; }
	50%{ left: 0; opacity: 1; }
	100%{ left: 0; opacity: 1; }
}
@keyframes reglabel{
	0%{ left: -5px; opacity: 0; }
	50%{ left: 0; opacity: 1; }
	100%{ left: 0; opacity: 1; }
}


@-webkit-keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes c3pAnim3{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}


@-moz-keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes c3pAnim3{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}


@-o-keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes c3pAnim3{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}


@-ms-keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes c3pAnim3{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}


@keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes c3pAnim3{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}


/**
@media (min-width: 979px) {
@media (min-width: 979px) and (max-width: 1024px) {
@media (max-width: 979px) {
@media (max-width: 767px) {*/
/****************************** Only tablets portrait **********************************************/
@media (min-width: 979px) and (max-width: 1024px) {
/*sweeling add-on*/
/*#slidecaption{
	top:50%;
	position:absolute;
	z-index: 99;
	right:50px;
	left: 50px;
	}*/

#slidecaption .caption-side{
	top:50%;
	}
	
#slidecaption .caption-center{
	top:45%;
	}
	
		
#home-main-slider	{
	z-index:-1;
	}
	

#supersized img{
	width: 100%;
	height:auto;
	background-position:center center;
	background-size:cover;
	position:absolute;
	top:0%;
    left:0%;
	}

.description{
	z-index:-1;
	}


/*slide 1*/

h2.textright_1{
    font-family: 'helvetica_neue_lt_st25ultraLt';
	font-size:52px;
	display:block;
	text-transform:uppercase;
	text-align:right;
	padding:10px 0;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	margin-top:10px;
	}
	
h1.textright_2{
    font-family: 'helvetica_neue_lt_std65Md';
	font-size:78px;
	display:block;
	text-transform:uppercase;
	color:#fff;
	text-align:right;
	letter-spacing:2px;
	position: relative;
	line-height:18px;
	}
	
p.textright_3{
    font-family: 'century_gothicregular';
	font-size:12px;
	display:block;
	color:#fff;
	text-align:right;
	width:500px;
	float:right;
	margin-top:20px;
	padding-right:20px;
	position: relative;
	line-height:18px;
	}

/*slide 2*/
.sl-slide .sl-content-2{
	margin:0 auto;
	width: 80%;
	z-index:99;
	top:35%;
	position: relative;
	vertical-align: top;
	display:block;
	}

h2.textcenter_1{
    font-family: 'century_gothicregular';
	font-size:36px;
	display:block;
	text-transform:uppercase;
	text-align:center;
	padding:10px;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	margin:0;
	}
	
	
p.textcenter_2{
    font-family: 'century_gothicregular';
	font-size:12px;
	display:block;
	color:#fff;
	text-align:center;
	padding-right:10px;
	position: relative;
	line-height:18px;
	width:80%;
	margin:0 auto 20px;
	}
	
div.sl_link {
	width:600px;
	margin: 0 auto;
	display:block;
	text-align:center;
	}
	
div.sl_btn{
	display: inline-block;
	text-align:center;
	vertical-align:middle;
	padding: 4px 40px;
	margin:0 10px;
	border:1px solid #ffffff;
	background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	/*background:url(images/slide_btn.png)top center no-repeat;
	width: 198px;
	height:55px;*/
	}
	
div.sl_btn:hover{
	background: rgb(68, 172, 143); /* Fallback for older browsers without RGBA-support */
    background: rgba(68, 172, 143, 0.9);
}

div.sl_btn span{
    font-family: 'century_gothicregular';
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	font-weight:lighter;
	letter-spacing:2px;
}

		
/*slide 3*/
.sl-slide .sl-content-3{
	float:left;
	z-index:99;
	top:50%;
	left:5%;
	position: relative;
	}

h2.textleft_1{
    font-family: 'helvetica_neue_lt_st25ultraLt';
	font-size:52px;
	display:block;
	text-transform:uppercase;
	text-align:left;
	padding:10px 0;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	margin-top:10px;
	}
	
h1.textleft_2{
    font-family: 'helvetica_neue_lt_std65Md';
	font-size:78px;
	display:block;
	text-transform:uppercase;
	color:#fff;
	text-align:left;
	letter-spacing:2px;
	position: relative;
	line-height:18px;
	}
	
p.textleft_3{
    font-family: 'century_gothicregular';
	font-size:12px;
	display:block;
	color:#fff;
	text-align:left;
	width:500px;
	float:left;
	margin-top:20px;
	padding-left:20px;
	position: relative;
	line-height:18px;
}


/*Animation */
/*Slide 1 animation*/
h2.textright_1{
	-webkit-animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
	-moz-animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
	-o-animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
	-ms-animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
	animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
}

h1.textright_2{
	-webkit-animation: c1h1Anim2 0.6s ease-in-out 1s both;
	-moz-animation: c1h1Anim2 0.6s ease-in-out 1s both;
	-o-animation: c1h1Anim2 0.6s ease-in-out 1s both;
	-ms-animation: c1h1Anim2 0.6s ease-in-out 1s both;
	animation: c1h1Anim2 0.6s ease-in-out 1s both;
}

p.textright_3{
	-webkit-animation: c1pAnim3 0.8s ease-in-out 1.2s both;
	-moz-animation: c1pAnim3 0.8s ease-in-out 1.2s both;
	-o-animation: c1pAnim3 0.8s ease-in-out 1.2s both;
	-ms-animation: c1pAnim3 0.8s ease-in-out 1.2s both;
	animation: c1pAnim3 0.8s ease-in-out 1.2s both;
}

/*for chrome*/
@-webkit-keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-webkit-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-webkit-keyframes c1pAnim3{
	0%{ right: 5%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}

@-moz-keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-moz-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-moz-keyframes c1pAnim3{
	0%{ right: 5%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}

@-o-keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-o-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-o-keyframes c1pAnim3{
	0%{ right: 5%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}

@-ms-keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-ms-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-ms-keyframes c1pAnim3{
	0%{ right: 5%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}

@keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@keyframes c1pAnim3{
	0%{ right: 5%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}

/*Slide 2 animation*/
h2.textcenter_1{
	-webkit-animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
	-moz-animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
	-o-animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
	-ms-animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
	animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
}

p.textcenter_2{
	-webkit-animation: c2pAnim2 0.6s ease-in-out 0.8s both;
	-moz-animation: c2pAnim2 0.6s ease-in-out 0.8s both;
	-o-animation: c2pAnim2 0.6s ease-in-out 0.8s both;
	-ms-animation: c2pAnim2 0.6s ease-in-out 0.8s both;
	animation: c2pAnim2 0.6s ease-in-out 0.8s both;
}

div.sl_link{
	-webkit-animation: c2linkAnim3 0.8s ease-in-out 1s both;
	-moz-animation: c2linkAnim3 0.8s ease-in-out 1s both;
	-o-animation: c2linkAnim3 0.8s ease-in-out 1s both;
	-ms-animation: c2linkAnim3 0.8s ease-in-out 1s both;
	animation: c2linkAnim3 0.8s ease-in-out 1s both;
	}

/*Chrome*/
@-webkit-keyframes c2h2Anim1{
	0% {-webkit-transform: translateY(20px); opacity: 0; }
	100% {-webkit-transform: translateY(0px); opacity: 1; }
}
@-webkit-keyframes c2pAnim2{
	0% {-webkit-transform: translateY(20px); opacity: 0;}
	100% {-webkit-transform: translateY(0px); opacity: 1;}
}
@-webkit-keyframes c2linkAnim3{
	0% {-webkit-transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {-webkit-transform: translateY(0px); bottom: 50%; opacity: 1; }
}

/*Firefox*/
@-moz-keyframes c2h2Anim1{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-moz-keyframes c2pAnim2{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-moz-keyframes c2linkAnim3{
}

/*Opera*/
@-o-keyframes c2h2Anim1{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-o-keyframes c2pAnim2{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-o-keyframes c2linkAnim3{
	0% {-webkit-transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {-webkit-transform: translateY(0px); bottom: 50%; opacity: 1; }
}
/*IE*/
@-ms-keyframes c2h2Anim1{
	0%{transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-ms-keyframes c2pAnim2{
	0%{transform: translateY(40px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-ms-keyframes c2linkAnim3{
	0% {transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {transform: translateY(0px); bottom: 50%; opacity: 1; }
}

/*Firefox*/
@keyframes c2h2Anim1{
	0%{transform: translateY(20px); bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px); bottom: 0%; opacity: 1; }
}
@keyframes c2pAnim2{
	0%{transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 0%; opacity: 1; }
}
@keyframes c2linkAnim3{
	0% {transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {transform: translateY(0px); bottom: 0%; opacity: 1; }
}


/*Slide 3 animation*/
h2.textleft_1{
	-webkit-animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
	-moz-animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
	-o-animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
	-ms-animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
	animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
}

h1.textleft_2{
	-webkit-animation: c3h1Anim2 0.6s ease-in-out 1s both;
	-moz-animation: c3h1Anim2 0.6s ease-in-out 1s both;
	-o-animation: c3h1Anim2 0.6s ease-in-out 1s both;
	-ms-animation: c3h1Anim2 0.6s ease-in-out 1s both;
	animation: c3h1Anim2 0.6s ease-in-out 1s both;
}

p.textleft_3{
	-webkit-animation: c3pAnim3 0.8s ease-in-out 1.2s both;
	-moz-animation: c3pAnim3 0.8s ease-in-out 1.2s both;
	-o-animation: c3pAnim3 0.8s ease-in-out 1.2s both;
	-ms-animation: c3pAnim3 0.8s ease-in-out 1.2s both;
	animation: c3pAnim3 0.8s ease-in-out 1.2s both;
}


@-webkit-keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-webkit-keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-webkit-keyframes c3pAnim3{
	0%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@-moz-keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-moz-keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-moz-keyframes c3pAnim3{
	0%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@-o-keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-o-keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-o-keyframes c3pAnim3{
	0%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@-ms-keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-ms-keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-ms-keyframes c3pAnim3{
	0%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@keyframes c3pAnim3{
	0%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

}

/************************************Only phones *************************************/
@media (max-width: 979px) {
/*sweeling add-on*/

/*#slidecaption{
	top:45%;
	position:absolute;
	z-index: 99;
	right:50px;
	left: 50px;
	}*/
	
	
#slidecaption .caption-aria div.sl_btn{
	margin:0 10px 20px 10px;
	}
	
#slidecaption .caption-side{
	top:50%;
	}
	
#slidecaption .caption-center{
	top:40%;
	}
	
#slidecaption .caption-kfp {
	left: 50%;
	transform: translateX(-50%);
	right: auto;
}
#slidecaption .caption-kfp.middle {
	top: 15%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
	
#home-main-slider	{
	z-index:-1;
	}
	

#supersized img{
	width: 100%;
	height:auto;
	background-position:center center;
	background-size:cover;
	position:absolute;
	top:0%;
    left:0%;
	}

.description{
	z-index:-1;
	}


/*slide 1*/

h2.textright_1{
    font-family: 'helvetica_neue_lt_st25ultraLt';
	font-size:32px;
	display:block;
	text-transform:uppercase;
	text-align:right;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	margin:0;
	padding:10px 0 0 0;
	}
	
h1.textright_2{
    font-family: 'helvetica_neue_lt_std65Md';
	font-size:58px;
	display:block;
	text-transform:uppercase;
	color:#fff;
	text-align:right;
	letter-spacing:2px;
	position: relative;
	line-height:52px;
	margin:0;
	padding: 0;
	}
	
p.textright_3{
    font-family: 'century_gothicregular';
	font-size:12px;
	display:block;
	color:#fff;
	text-align:right;
	width:400px;
	float:right;
	padding-right:10px;
	position: relative;
	line-height:18px;
	margin:0;
	}

/*slide 2*/
.sl-slide .sl-content-2{
	margin:0 auto;
	width: 80%;
	z-index:99;
	top:35%;
	position: relative;
	vertical-align: top;
	display:block;
	}

h2.textcenter_1{
    font-family: 'century_gothicregular';
	font-size:32px;
	display:block;
	text-transform:uppercase;
	text-align:center;
	padding:10px;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	line-height:30px;
	}
	
	
p.textcenter_2{
    font-family: 'century_gothicregular';
	font-size:12px;
	display:block;
	color:#fff;
	text-align:center;
	padding-right:10px;
	position: relative;
	line-height:18px;
	width:70%;
	margin:0 auto 20px;
	}
	
div.sl_link {
	width:600px;
	margin: 0 auto;
	display:block;
	text-align:center;
	}
	
div.sl_btn{
	display: inline-block;
	text-align:center;
	vertical-align:middle;
	padding: 4px 40px;
	margin:0 10px;
	border:1px solid #ffffff;
	background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	/*background:url(images/slide_btn.png)top center no-repeat;
	width: 198px;
	height:55px;*/
	}
	
div.sl_btn:hover{
	background: rgb(68, 172, 143); /* Fallback for older browsers without RGBA-support */
    background: rgba(68, 172, 143, 0.9);
}

div.sl_btn span{
    font-family: 'century_gothicregular';
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	font-weight:lighter;
	letter-spacing:2px;
}

		
/*slide 3*/
.sl-slide .sl-content-3{
	float:left;
	z-index:99;
	top:50%;
	left:5%;
	position: relative;
	}

h2.textleft_1{
    font-family: 'helvetica_neue_lt_st25ultraLt';
	font-size:32px;
	display:block;
	text-transform:uppercase;
	text-align:left;
	padding:10px 0 0 0;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	margin: 0;
	}
	
h1.textleft_2{
    font-family: 'helvetica_neue_lt_std65Md';
	font-size:58px;
	display:block;
	text-transform:uppercase;
	color:#fff;
	text-align:left;
	letter-spacing:2px;
	position: relative;
	line-height:52px;
	margin:0;
	padding: 0;
	}
	
p.textleft_3{
    font-family: 'century_gothicregular';
	font-size:12px;
	display:block;
	color:#fff;
	text-align:left;
	width:50%;
	float:left;
	padding-right:10px;
	position: relative;
	line-height:18px;
	margin-top:0px;

}




/*Animation */
/*Slide 1 animation*/
h2.textright_1{
	-webkit-animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
	-moz-animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
	-o-animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
	-ms-animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
	animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
}

h1.textright_2{
	-webkit-animation: c1h1Anim2 0.6s ease-in-out 1s both;
	-moz-animation: c1h1Anim2 0.6s ease-in-out 1s both;
	-o-animation: c1h1Anim2 0.6s ease-in-out 1s both;
	-ms-animation: c1h1Anim2 0.6s ease-in-out 1s both;
	animation: c1h1Anim2 0.6s ease-in-out 1s both;
}

p.textright_3{
	-webkit-animation: c1pAnim3 0.8s ease-in-out 1.2s both;
	-moz-animation: c1pAnim3 0.8s ease-in-out 1.2s both;
	-o-animation: c1pAnim3 0.8s ease-in-out 1.2s both;
	-ms-animation: c1pAnim3 0.8s ease-in-out 1.2s both;
	animation: c1pAnim3 0.8s ease-in-out 1.2s both;
}

/*for chrome*/
@-webkit-keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-webkit-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-webkit-keyframes c1pAnim3{
	0%{ right: 5%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}

@-moz-keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-moz-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-moz-keyframes c1pAnim3{
	0%{ right: 5%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}

@-o-keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-o-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-o-keyframes c1pAnim3{
	0%{ right: 5%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}

@-ms-keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-ms-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-ms-keyframes c1pAnim3{
	0%{ right: 5%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}

@keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@keyframes c1pAnim3{
	0%{ right: 5%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}

/*Slide 2 animation*/
h2.textcenter_1{
	-webkit-animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
	-moz-animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
	-o-animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
	-ms-animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
	animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
}

p.textcenter_2{
	-webkit-animation: c2pAnim2 0.6s ease-in-out 0.8s both;
	-moz-animation: c2pAnim2 0.6s ease-in-out 0.8s both;
	-o-animation: c2pAnim2 0.6s ease-in-out 0.8s both;
	-ms-animation: c2pAnim2 0.6s ease-in-out 0.8s both;
	animation: c2pAnim2 0.6s ease-in-out 0.8s both;
}

div.sl_link{
	-webkit-animation: c2linkAnim3 0.8s ease-in-out 1s both;
	-moz-animation: c2linkAnim3 0.8s ease-in-out 1s both;
	-o-animation: c2linkAnim3 0.8s ease-in-out 1s both;
	-ms-animation: c2linkAnim3 0.8s ease-in-out 1s both;
	animation: c2linkAnim3 0.8s ease-in-out 1s both;
	}

/*Chrome*/
@-webkit-keyframes c2h2Anim1{
	0% {-webkit-transform: translateY(20px); opacity: 0; }
	100% {-webkit-transform: translateY(0px); opacity: 1; }
}
@-webkit-keyframes c2pAnim2{
	0% {-webkit-transform: translateY(20px); opacity: 0;}
	100% {-webkit-transform: translateY(0px); opacity: 1;}
}
@-webkit-keyframes c2linkAnim3{
	0% {-webkit-transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {-webkit-transform: translateY(0px); bottom: 50%; opacity: 1; }
}

/*Firefox*/
@-moz-keyframes c2h2Anim1{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-moz-keyframes c2pAnim2{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-moz-keyframes c2linkAnim3{
}

/*Opera*/
@-o-keyframes c2h2Anim1{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-o-keyframes c2pAnim2{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-o-keyframes c2linkAnim3{
	0% {-webkit-transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {-webkit-transform: translateY(0px); bottom: 50%; opacity: 1; }
}
/*IE*/
@-ms-keyframes c2h2Anim1{
	0%{transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-ms-keyframes c2pAnim2{
	0%{transform: translateY(40px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-ms-keyframes c2linkAnim3{
	0% {transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {transform: translateY(0px); bottom: 50%; opacity: 1; }
}

/*Firefox*/
@keyframes c2h2Anim1{
	0%{transform: translateY(20px); bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px); bottom: 0%; opacity: 1; }
}
@keyframes c2pAnim2{
	0%{transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 0%; opacity: 1; }
}
@keyframes c2linkAnim3{
	0% {transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {transform: translateY(0px); bottom: 0%; opacity: 1; }
}


/*Slide 3 animation*/
h2.textleft_1{
	-webkit-animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
	-moz-animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
	-o-animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
	-ms-animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
	animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
}

h1.textleft_2{
	-webkit-animation: c3h1Anim2 0.6s ease-in-out 1s both;
	-moz-animation: c3h1Anim2 0.6s ease-in-out 1s both;
	-o-animation: c3h1Anim2 0.6s ease-in-out 1s both;
	-ms-animation: c3h1Anim2 0.6s ease-in-out 1s both;
	animation: c3h1Anim2 0.6s ease-in-out 1s both;
}

p.textleft_3{
	-webkit-animation: c3pAnim3 0.8s ease-in-out 1.2s both;
	-moz-animation: c3pAnim3 0.8s ease-in-out 1.2s both;
	-o-animation: c3pAnim3 0.8s ease-in-out 1.2s both;
	-ms-animation: c3pAnim3 0.8s ease-in-out 1.2s both;
	animation: c3pAnim3 0.8s ease-in-out 1.2s both;
}


@-webkit-keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-webkit-keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-webkit-keyframes c3pAnim3{
	0%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@-moz-keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-moz-keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-moz-keyframes c3pAnim3{
	0%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@-o-keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-o-keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-o-keyframes c3pAnim3{
	0%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@-ms-keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-ms-keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-ms-keyframes c3pAnim3{
	0%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@keyframes c3pAnim3{
	0%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
}

/**
@media (min-width: 979px) {
@media (min-width: 979px) and (max-width: 1024px) {
@media (max-width: 979px) {
@media (max-width: 767px) {*/
/************************************Only phones *************************************/
@media (max-width: 660px) {
/*sweeling add-on*/


#slidecaption{
	/*top:30%;
	position:absolute;
	z-index: 99;
	right:0px;
	left:0px;
	width: 70%; 
	margin: 0 auto;
	text-align:center;*/
	/*background-color: rgb(0, 0, 0);*/
    /* RGBa with 0.6 opacity */
   /* background-color: rgba(0, 0, 0, 0.2);	*/
	}
	
	
#slidecaption .caption-aria{
	position:absolute;
	z-index:9999;
	right:0;
	left:0;
	top:20%;
	width:80%;
	margin:auto;
	overflow:hidden;
	}
	
#slidecaption .caption-aria img{
	width:40%;
	}
	
	
#slidecaption .caption-aria h2.textcenter_1{
    font-family: 'century_gothicregular';
	font-size:14px;
	display:block;
	text-transform: none;
	text-align:center;
	padding:0;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	line-height: 16px;
	text-shadow:#000 1px 1px 2px;
	}
	
	
#slidecaption .caption-aria div.sl_link {
	/*width:100%;*/
	margin: 0 auto;
	display:block;
	text-align:center;
	}
	
#slidecaption .caption-aria div.sl_btn{
	display: inline-block;
	text-align:center;
	vertical-align:middle;
	padding: 4px 20px;
	margin:0 10px 20px 10px;
	border:1px solid #ffffff;
	background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	/*background:url(images/slide_btn.png)top center no-repeat;
	width: 198px;
	height:55px;*/
	}
	
#slidecaption .caption-aria div.sl_btn:hover{
	background: rgb(68, 172, 143); /* Fallback for older browsers without RGBA-support */
    background: rgba(68, 172, 143, 0.9);
}

#slidecaption .caption-aria div.sl_btn span{
    font-family: 'century_gothicregular';
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	font-weight:lighter;
	letter-spacing:2px;
}
	
#slidecaption .caption-side{
	top:40%;
	}
	
#slidecaption .caption-center{
	top:30%;
	}
	
	
#home-main-slider	{
	z-index:-1;
	}
	

#supersized img{
	width: 100%;
	height:auto;
	background-position:center center;
	background-size:cover;
	position:absolute;
	top:0%;
    left:0%;
	}

.description{
	z-index:-1;
	}


/*slide 1*/


h2.textright_1{
    font-family: 'helvetica_neue_lt_st25ultraLt';
	font-size:22px;
	display:block;
	text-transform:uppercase;
	text-align:center;
	padding:10px 0 0 0;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	margin:0 auto 5px;
	line-height: 15px;
	font-weight:bold;
	}
	
h1.textright_2{
    font-family: 'helvetica_neue_lt_std65Md';
	font-size:32px;
	display:block;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
	position: relative;
	line-height:28px;
	margin-top:0px;
	margin-bottom:5px;
	padding:0;
	}
	
p.textright_3{
    font-family: 'century_gothicregular';
	font-size:10px;
	display:block;
	color:#fff;
	text-align:center;
	/*width:90%;
	float:right;*/
	padding:10px;
	position: relative;
	line-height:14px;
	width:70%;
	margin:0 auto;
	float:none;
	}

/*slide 2*/
.sl-slide .sl-content-2{
	margin:0 auto;
	width: 80%;
	z-index:99;
	top:35%;
	position: relative;
	vertical-align: top;
	display:block;
	}

h2.textcenter_1{
    font-family: 'century_gothicregular';
	font-size:18px;
	display:block;
	text-transform:uppercase;
	text-align:center;
	/*padding:10px;*/
	letter-spacing:2px;
	position: relative;
	color:#fff;
	line-height:20px;
	margin-bottom:5px;
	}
	
	
p.textcenter_2{
    font-family: 'century_gothicregular';
	font-size:10px;
	display:block;
	/*display:none;*/
	color:#fff;
	text-align:center;
	padding:10px;
	position: relative;
	line-height:14px;
	width:70%;
	margin:0 auto 30px;
	}
	
div.sl_link {
	width:150px;
	margin: 0 auto;
	display:block;
	text-align:center;
	vertical-align:middle;
	}
	
div.sl_btn{
	width:150px;
	display: block;
	text-align:center;
	vertical-align:middle;
	padding:0;
	border:1px solid #ffffff;
	background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	margin: 0 0 10px 0;
	}
	
div.sl_btn:hover{
	background: rgb(68, 172, 143); /* Fallback for older browsers without RGBA-support */
    background: rgba(68, 172, 143, 0.9);
}


div.sl_btn span {
    font-family: 'century_gothicregular';
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	text-align:center;
	font-weight:lighter;
	letter-spacing:2px;
	text-decoration:none;
	padding:0;
	margin:0;
	vertical-align:middle;
}

		
/*slide 3*/
.sl-slide .sl-content-3{
	float:left;
	z-index:99;
	top:50%;
	left:5%;
	position: relative;
	}
	

h2.textleft_1{
    font-family: 'helvetica_neue_lt_st25ultraLt';
	font-size:22px;
	display:block;
	text-transform:uppercase;
	text-align:center;
	padding:10px 0 0 0;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	margin:0 auto 5px;
	line-height: 15px;
	font-weight:bold;
	}
	
h1.textleft_2{
    font-family: 'helvetica_neue_lt_std65Md';
	font-size:32px;
	display:block;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
	position: relative;
	line-height:28px;
	margin-top:0px;
	margin-bottom:5px;
	padding:0;
	}
	
p.textleft_3{
    font-family: 'century_gothicregular';
	font-size:10px;
	display:block;
	color:#fff;
	text-align:center;
	/*width:90%;
	float:left;*/
	padding: 10px;
	position: relative;
	line-height:14px;
	width:70%;
	margin:0 auto;
	float:none;
}




/*Animation */
/*Slide 1 animation*/
h2.textright_1{
	-webkit-animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
	-moz-animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
	-o-animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
	-ms-animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
	animation: c1h2Anim1 0.6s ease-in-out 0.6s both;
}

h1.textright_2{
	-webkit-animation: c1h1Anim2 0.6s ease-in-out 1s both;
	-moz-animation: c1h1Anim2 0.6s ease-in-out 1s both;
	-o-animation: c1h1Anim2 0.6s ease-in-out 1s both;
	-ms-animation: c1h1Anim2 0.6s ease-in-out 1s both;
	animation: c1h1Anim2 0.6s ease-in-out 1s both;
}

p.textright_3{
	-webkit-animation: c1pAnim3 0.8s ease-in-out 1.2s both;
	-moz-animation: c1pAnim3 0.8s ease-in-out 1.2s both;
	-o-animation: c1pAnim3 0.8s ease-in-out 1.2s both;
	-ms-animation: c1pAnim3 0.8s ease-in-out 1.2s both;
	animation: c1pAnim3 0.8s ease-in-out 1.2s both;
}

/*for chrome*/
/*
@-webkit-keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-webkit-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-webkit-keyframes c1pAnim3{
	0%{ right: 5%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}

@-moz-keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-moz-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-moz-keyframes c1pAnim3{
	0%{ right: 5%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}

@-o-keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-o-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-o-keyframes c1pAnim3{
	0%{ right: 5%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}

@-ms-keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-ms-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@-ms-keyframes c1pAnim3{
	0%{ right: 5%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}

@keyframes c1h2Anim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}
@keyframes c1pAnim3{
	0%{ right: 5%; opacity: 0; }
	100%{ right: 5%; opacity: 1; }
}*/



/*Chrome*/
@-webkit-keyframes c1h2Anim1{
	0% {-webkit-transform: translateY(20px); opacity: 0; }
	100% {-webkit-transform: translateY(0px); opacity: 1; }
}
@-webkit-keyframes c1h1Anim2{
	0% {-webkit-transform: translateY(20px); opacity: 0;}
	100% {-webkit-transform: translateY(0px); opacity: 1;}
}
@-webkit-keyframes c1pAnim3{
	0% {-webkit-transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {-webkit-transform: translateY(0px); bottom: 50%; opacity: 1; }
}

/*Firefox*/
@-moz-keyframes c1h2Anim1{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-moz-keyframes c1h1Anim2{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-moz-keyframes c1pAnim3{
}

/*Opera*/
@-o-keyframes c1h2Anim1{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-o-keyframes c1h1Anim2{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-o-keyframes c1pAnim3{
	0% {-webkit-transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {-webkit-transform: translateY(0px); bottom: 50%; opacity: 1; }
}
/*IE*/
@-ms-keyframes c1h2Anim1{
	0%{transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-ms-keyframes c1h1Anim2{
	0%{transform: translateY(40px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-ms-keyframes c1pAnim3{
	0% {transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {transform: translateY(0px); bottom: 50%; opacity: 1; }
}

/*Firefox*/
@keyframes c1h2Anim1{
	0%{transform: translateY(20px); bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px); bottom: 0%; opacity: 1; }
}
@keyframes c1h1Anim2{
	0%{transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 0%; opacity: 1; }
}
@keyframes c1pAnim3{
	0% {transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {transform: translateY(0px); bottom: 0%; opacity: 1; }
}

/*Slide 2 animation*/
h2.textcenter_1{
	-webkit-animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
	-moz-animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
	-o-animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
	-ms-animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
	animation: c2h2Anim1 0.6s ease-in-out 0.6s both;
}

p.textcenter_2{
	-webkit-animation: c2pAnim2 0.6s ease-in-out 0.8s both;
	-moz-animation: c2pAnim2 0.6s ease-in-out 0.8s both;
	-o-animation: c2pAnim2 0.6s ease-in-out 0.8s both;
	-ms-animation: c2pAnim2 0.6s ease-in-out 0.8s both;
	animation: c2pAnim2 0.6s ease-in-out 0.8s both;
}

div.sl_link{
	-webkit-animation: c2linkAnim3 0.8s ease-in-out 1s both;
	-moz-animation: c2linkAnim3 0.8s ease-in-out 1s both;
	-o-animation: c2linkAnim3 0.8s ease-in-out 1s both;
	-ms-animation: c2linkAnim3 0.8s ease-in-out 1s both;
	animation: c2linkAnim3 0.8s ease-in-out 1s both;
	}

/*Chrome*/
@-webkit-keyframes c2h2Anim1{
	0% {-webkit-transform: translateY(20px); opacity: 0; }
	100% {-webkit-transform: translateY(0px); opacity: 1; }
}
@-webkit-keyframes c2pAnim2{
	0% {-webkit-transform: translateY(20px); opacity: 0;}
	100% {-webkit-transform: translateY(0px); opacity: 1;}
}
@-webkit-keyframes c2linkAnim3{
	0% {-webkit-transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {-webkit-transform: translateY(0px); bottom: 50%; opacity: 1; }
}

/*Firefox*/
@-moz-keyframes c2h2Anim1{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-moz-keyframes c2pAnim2{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-moz-keyframes c2linkAnim3{
}

/*Opera*/
@-o-keyframes c2h2Anim1{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-o-keyframes c2pAnim2{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-o-keyframes c2linkAnim3{
	0% {-webkit-transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {-webkit-transform: translateY(0px); bottom: 50%; opacity: 1; }
}
/*IE*/
@-ms-keyframes c2h2Anim1{
	0%{transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-ms-keyframes c2pAnim2{
	0%{transform: translateY(40px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-ms-keyframes c2linkAnim3{
	0% {transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {transform: translateY(0px); bottom: 50%; opacity: 1; }
}

/*Firefox*/
@keyframes c2h2Anim1{
	0%{transform: translateY(20px); bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px); bottom: 0%; opacity: 1; }
}
@keyframes c2pAnim2{
	0%{transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 0%; opacity: 1; }
}
@keyframes c2linkAnim3{
	0% {transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {transform: translateY(0px); bottom: 0%; opacity: 1; }
}


/*Slide 3 animation*/
h2.textleft_1{
	-webkit-animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
	-moz-animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
	-o-animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
	-ms-animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
	animation: c3h2Anim1 0.6s ease-in-out 0.6s both;
}

h1.textleft_2{
	-webkit-animation: c3h1Anim2 0.6s ease-in-out 1s both;
	-moz-animation: c3h1Anim2 0.6s ease-in-out 1s both;
	-o-animation: c3h1Anim2 0.6s ease-in-out 1s both;
	-ms-animation: c3h1Anim2 0.6s ease-in-out 1s both;
	animation: c3h1Anim2 0.6s ease-in-out 1s both;
}

p.textleft_3{
	-webkit-animation: c3pAnim3 0.8s ease-in-out 1.2s both;
	-moz-animation: c3pAnim3 0.8s ease-in-out 1.2s both;
	-o-animation: c3pAnim3 0.8s ease-in-out 1.2s both;
	-ms-animation: c3pAnim3 0.8s ease-in-out 1.2s both;
	animation: c3pAnim3 0.8s ease-in-out 1.2s both;
}


/*@-webkit-keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes c3pAnim3{
	0%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@-moz-keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-moz-keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-moz-keyframes c3pAnim3{
	0%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@-o-keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-o-keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-o-keyframes c3pAnim3{
	0%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@-ms-keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-ms-keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-ms-keyframes c3pAnim3{
	0%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@keyframes c3h2Anim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@keyframes c3h1Anim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@keyframes c3pAnim3{
	0%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

}*/



/*Chrome*/
@-webkit-keyframes c3h2Anim1{
	0% {-webkit-transform: translateY(20px); opacity: 0; }
	100% {-webkit-transform: translateY(0px); opacity: 1; }
}
@-webkit-keyframes c3h1Anim2{
	0% {-webkit-transform: translateY(20px); opacity: 0;}
	100% {-webkit-transform: translateY(0px); opacity: 1;}
}
@-webkit-keyframes c3pAnim3{
	0% {-webkit-transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {-webkit-transform: translateY(0px); bottom: 50%; opacity: 1; }
}

/*Firefox*/
@-moz-keyframes c3h2Anim1{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-moz-keyframes c3h1Anim2{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-moz-keyframes c3pAnim3{
}

/*Opera*/
@-o-keyframes c3h2Anim1{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-o-keyframes c3h1Anim2{
	0%{ -webkit-transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{ -webkit-transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-o-keyframes c3pAnim3{
	0% {-webkit-transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {-webkit-transform: translateY(0px); bottom: 50%; opacity: 1; }
}
/*IE*/
@-ms-keyframes c3h2Anim1{
	0%{transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-ms-keyframes c3h1Anim2{
	0%{transform: translateY(40px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 50%; opacity: 1; }
}
@-ms-keyframes c3pAnim3{
	0% {transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {transform: translateY(0px); bottom: 50%; opacity: 1; }
}

/*Firefox*/
@keyframes c3h2Anim1{
	0%{transform: translateY(20px); bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px); bottom: 0%; opacity: 1; }
}
@keyframes c3h1Anim2{
	0%{transform: translateY(20px);bottom: -110%; opacity: 0; }
	100%{transform: translateY(0px);bottom: 0%; opacity: 1; }
}
@keyframes c3pAnim3{
	0% {transform: translateY(40px); bottom: -110%; opacity: 0; }
	100% {transform: translateY(0px); bottom: 0%; opacity: 1; }
}