/*

	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; }
					#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; }
		
	
	/* Progress Bar
	----------------------------*/					
	#progress-back{ z-index:5; position:fixed; bottom:0px; left:0; height:8px; width:100%; background:url('../img/progress-back.png') repeat-x; }
		#progress-bar{ position:relative; height:8px; width:100%; background:url('../img/progress-bar.png') repeat-x; }
	
	
	/* 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{
	top:50%;
	position:absolute;
	z-index: 99;
	right:50px;
	left: 80px;
	}
	
#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;
	}


/*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;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	margin-top:10px;
	}
	
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;
	/*padding-right:20px;*/
	}
	
p.textright_3{
    /*font-family: 'century_gothicregular';*/
	font-size:13px;
	display:block;
	color:#fff;
	text-align:right;
	width:40%;
	float:right;
	padding-right:0px;
	position: relative;
	line-height:18px;
	}

/*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:10px;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	line-height: 36px;
	}
	
	
p.textcenter_2{
/*    font-family: 'century_gothicregular';
*/	font-size:13px;
	display:block;
	color:#fff;
	text-align:center;
	padding-right:10px;
	position: relative;
	line-height:20px;
	width:60%;
	margin:0 auto 20px;
	}
	
div.sl_link {
	width:600px;
	margin: 0 auto;
	display:block;
	text-align:center;
	}
	
div.sl_btn{
	display: inline-block;
	background:url(images/slide_btn.png)top center no-repeat;
	width: 198px;
	height:55px;
	vertical-align:middle;
	padding:8px;
	}

div.sl_btn span{
/*    font-family: 'century_gothicregular';
*/	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	letter-spacing:1px;
	vertical-align:baseline;
}

		
/*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;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	margin-top:10px;
	}
	
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;
	}
	
p.textleft_3{
/*    font-family: 'century_gothicregular';
*/	font-size:13px;
	display:block;
	color:#fff;
	text-align:left;
	width:38%;
	float:left;
	padding-right:0px;
	position: relative;
	line-height:18px;

}




/*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: 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; }
}

/*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(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; }
}


/*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;
}


@-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 tablets portrait **********************************************/
@media (min-width: 979px) and (max-width: 1024px) {
/*sweeling add-on*/
#slidecaption{
	top:50%;
	position:absolute;
	z-index: 99;
	right:40px;
	left: 80px;
	}
	
#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;
	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:13px;
	display:block;
	color:#fff;
	text-align:right;
	width:500px;
	float:right;
	padding-right:0px;
	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:32px;
	display:block;
	text-transform:uppercase;
	text-align:center;
	padding:10px;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	}
	
	
p.textcenter_2{
/*    font-family: 'century_gothicregular';
*/	font-size:14px;
	display:block;
	color:#fff;
	text-align:center;
	padding-right:10px;
	position: relative;
	line-height:20px;
	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;
	background:url(images/slide_btn.png)top center no-repeat;
	width: 198px;
	height:55px;
	vertical-align:middle;
	padding:8px;
	}

div.sl_btn span{
/*    font-family: 'century_gothicregular';
*/	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	letter-spacing:1px;
	vertical-align:baseline;
}

		
/*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;
	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:13px;
	display:block;
	color:#fff;
	text-align:left;
	width:500px;
	float:left;
	padding-right:10px;
	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:40px;
	left: 80px;
	}
	
#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;
	padding:10px 20px 0 10px;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	margin-bottom:5px;
	}
	
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-top:0px;
	margin-bottom:5px;
	padding-right:20px;
	}
	
p.textright_3{
/*    font-family: 'century_gothicregular';
*/	font-size:13px;
	display:block;
	color:#fff;
	text-align:right;
	width:400px;
	float:right;
	padding-right:10px;
	position: relative;
	line-height:15px;
	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:28px;
	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:13px;
	display:block;
	color:#fff;
	text-align:center;
	padding-right:10px;
	position: relative;
	line-height:18px;
	width:50%;
	margin:0 auto 20px;
	}
	
div.sl_link {
	width:200px;
	margin: 0 auto;
	display:block;
	text-align:center;
	}
	
div.sl_btn{
	display: block;
	background:url(images/slide_btn.png)top center no-repeat;
	width: 198px;
	height:55px;
	vertical-align:middle;
	padding:8px;
	margin: 0 auto;
	}

div.sl_btn span {
/*    font-family: 'century_gothicregular';
*/	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	letter-spacing:1px;
	vertical-align:baseline;
	text-decoration:none;
}

		
/*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:0;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	margin-bottom: 5px;
	}
	
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-top:0px;
	margin-bottom:5px;
	}
	
p.textleft_3{
/*    font-family: 'century_gothicregular';
*/	font-size:13px;
	display:block;
	color:#fff;
	text-align:left;
	width:50%;
	float:left;
	padding-right:10px;
	position: relative;
	line-height:15px;
	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: 2%; opacity: 1; }
}
@-webkit-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 2%; 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);	*/
	}
	
#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:18px;
	display:block;
	text-transform:uppercase;
	text-align:center;
	padding:10px 0 0 10px;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	margin-bottom:5px;
	line-height: 15px;
	font-weight:bold;
	}
	
h1.textright_2{
/*    font-family: 'helvetica_neue_lt_std65Md';
*/	font-size:28px;
	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-right:0;
	}
	
p.textright_3{
/*    font-family: 'century_gothicregular';
*/	font-size:10px;
	display:block;
	color:#fff;
	text-align:center;
	width:90%;
	float:right;
	padding-right:0px;
	position: relative;
	line-height:15px;
	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:18px;
	display:block;
	text-transform:uppercase;
	text-align:center;
	/*padding:10px;*/
	letter-spacing:2px;
	position: relative;
	color:#fff;
	line-height:25px;
	margin-bottom:5px;
	}
	
	
p.textcenter_2{
/*    font-family: 'century_gothicregular';
*/	font-size:10px;
	/*display:block;*/
	display:none;
	color:#fff;
	text-align:center;
	padding-right:10px;
	position: relative;
	line-height:15px;
	width:70%;
	margin:0 0 20px 30px;
	}
	
div.sl_link {
	width:150px;
	margin: 0 auto;
	display:block;
	text-align:center;
	vertical-align:middle;
	}
	
div.sl_btn{
	display: block;
	background:url(images/slide_btn_150px.png)top center no-repeat;
	width: 150px;
	height:42px;
	vertical-align:middle;
	margin-bottom: 10px;
	padding:0px 0 2px 0;
	}

div.sl_btn span {
/*    font-family: 'century_gothicregular';
*/	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	letter-spacing:1px;
	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:18px;
	display:block;
	text-transform:uppercase;
	text-align:center;
	padding:0;
	letter-spacing:2px;
	position: relative;
	color:#fff;
	margin-bottom: 0px;
	font-weight:bold;
	}
	
h1.textleft_2{
/*    font-family: 'helvetica_neue_lt_std65Md';
*/	font-size:28px;
	display:block;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
	position: relative;
	line-height:28px;
	margin:0;
	}
	
p.textleft_3{
/*    font-family: 'century_gothicregular';
*/	font-size:10px;
	display:block;
	color:#fff;
	text-align:center;
	width:90%;
	float:left;
	padding-right:0px;
	position: relative;
	line-height:15px;
	margin-top:3px;
}




/*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: 2%; opacity: 1; }
}
@-webkit-keyframes c1h1Anim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 2%; 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: 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; }
}

}