/*Global CSS*/
* { margin: 0px; padding: 0px; }
*,*:before,*:after { -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
body { margin: 0px; padding: 0px; color: #fff; font-size: 16px; font-family: 'rubikregular'; background: #000; }
body.home { background: #1c1c1c; } 
html { -webkit-text-size-adjust: 100%; } 
.clear { height: 0px; overflow: hidden; clear: both; }
img { display: block; max-width: 100%; height: auto; }
p { padding-bottom: 15px; line-height: 18px; }
strong { font-weight: normal; }
a {
    color: #00d2ff;
    text-decoration: none;
}
a:hover { text-decoration: none; }
a:focus, input:focus, textarea:focus, button:focus { outline: none; }
h1,h2,h3,h4,h5,h6 { padding-bottom: 5px; font-weight: normal; }
h1 { font-size: 26px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
ul, ol { padding: 0px 0px 20px 15px; }
/* layout */
#layout { width: 100%; position: relative; }
.wrapper { max-width: 1280px; margin: 0 auto; }
#content .wrapper { max-width: 1150px; margin: 0 auto; }
	/* header */
	#header { padding: 13px 50px 13px; position: relative; z-index: 999; background: #111; min-height:60px}
	/*#header .logo { float: left; max-width: 110px; text-align: center; color: #d7d7d7; font-size: 10px; text-decoration: none; text-transform: uppercase; }*/
	#header .logo {
    color: #d7d7d7;
    float: left;
    height: 60px;
    position: absolute;
    top: 0;
    width: 120px;
	}
	#header .logo img { margin-top: 0; }
	#header .sl_logo { margin-left: -101px; position: absolute; top: 20px; left: 50%; float: left; max-width: 202px; }
	#header .sl_logo .mobile { display: none; }
	#header .social { margin: 4px 0px 0 0; float: right; }
	#header .social a { margin-left: 4px; display: inline-block; vertical-align: top; width: 27px; height: 27px; font-size: 0px; line-height: 0px; overflow: hidden; position: relative; }
	#header .social a.facebook { background: url(../images/facebook_icon.png) 0px 0px no-repeat; background-size: 27px auto; }
	#header .social a.facebook:after { content: ""; width: 100%; height: 100%; background: url(../images/facebook_icon.png) bottom left no-repeat; background-size: 27px auto; position: absolute; top: 0px; left: 0px; display: block; opacity: 0; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
	#header .social a.twitter:after { content: ""; opacity: 0; width: 100%; height: 100%; background: url(../images/twitter_icon.png) bottom left no-repeat; background-size: 27px auto; position: absolute; top: 0px; left: 0px; display: block; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
	#header .social a.facebook:hover:after, #header .social a.twitter:hover:after { opacity: 1; }
	#header .social a.twitter { background: url(../images/twitter_icon.png) 0px 0px no-repeat; background-size: 27px auto; }
	.loader { margin: -40px 0 0 -40px; display: block; width: 80px; height: 80px; position: fixed; top: 50%; left: 50%; font-size: 0px; line-height: 0px; overflow: hidden; }
	/* infoBar */
	.infoBar { overflow: hidden; position: relative; }
	.infoBar aside { width: 29%; float: left; position: relative; z-index: 1; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; cursor: pointer; overflow: hidden; -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */ backface-visibility: hidden; }
	.infoBar aside:after { content: ""; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background: rgba(0,0,0,0.7); transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -webkit-transition: all 0.3s; }
	.infoBar aside:before {content: ""; width: 100%; height: 0px; position: absolute; top: 0px; left: 0px; z-index: 1; background: #00d2ff; transition: all 0.1s; -moz-transition: all 0.1s; -ms-transition: all 0.1s; -webkit-transition: all 0.1s;  }
	.infoBar aside:hover:before { height: 6px; }
	.infoBar h2 { padding: 76px 20px; text-align: center; font-size: 23px; line-height: 25px; color: #fff; text-transform: uppercase; position: relative; z-index: 1; max-width: 82%; font-family: 'rubikbold'; }
	.infoBar aside:hover:after { background: rgba(0,0,0,0.4); }  
	.infoBar aside.two { transform: rotate(12deg); -webkit-transform: rotate(12deg); -moz-transform: rotate(12deg); -ms-transform: rotate(12deg); -o-transform: rotate(12deg); margin-left: -7%; margin-top: -100px; }
	.infoBar aside.one, .infoBar aside.four { width: 30%; }
	.infoBar aside.three { transform: rotate(12deg); -webkit-transform: rotate(12deg); -moz-transform: rotate(12deg); -ms-transform: rotate(12deg); -o-transform: rotate(12deg); margin-left: -4%; width: 27%; margin-top: -100px; z-index: 2; position: relative; }
	.infoBar aside.four { margin-left: -5%; width: 30%; }
	.infoBar aside.four h2 { float: right; width: 67%; } 
	.infoBar aside.three h2 { max-width: 98%; }
	.infoBar aside.two *, .infoBar aside.three * { padding-top: 176px; transform: rotate(-12deg); -webkit-transform: rotate(-12deg); -moz-transform: rotate(-12deg); -ms-transform: rotate(-12deg); -o-transform: rotate(-12deg); -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */ backface-visibility: hidden; }
	.infoBar aside.three * { padding-top: 167px; }
	.infoBar aside.two:before { top: 89px; left: -1%; width: 102%; transform: rotate(-12deg); -webkit-transform: rotate(-12deg); -moz-transform: rotate(-12deg); -ms-transform: rotate(-12deg); -o-transform: rotate(-12deg); }
	.infoBar aside.three:before { top: 89px; left: -1%; width: 102%; transform: rotate(-12deg); -webkit-transform: rotate(-12deg); -moz-transform: rotate(-12deg); -ms-transform: rotate(-12deg); -o-transform: rotate(-12deg); }
	.infoBar aside:hover span.image { transform: scale(1.03); -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); }
	.infoBar aside.two:hover, .infoBar aside.three:hover { transform: rotate(12deg); -webkit-transform: rotate(12deg); -moz-transform:rotate(12deg); -ms-transform: rotate(12deg); -o-transform: rotate(12deg); }
	.infoBar span.image { width: 100%; position: absolute; top: 0px; left: 0px; background-size: cover; background-position: center center; background-repeat: no-repeat; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; cursor: pointer; height: 100%; }
	.infoBar .two span.image, .infoBar .three span.image { padding: 0px; transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */ backface-visibility: hidden; }
	.infoBar .two:hover span.image, .infoBar .three:hover span.image { transform: scale(1.03) rotate(0deg); -webkit-transform: scale(1.03) rotate(0deg); -moz-transform:  scale(1.03) rotate(0deg); -ms-transform: scale(1.03) rotate(0deg); -o-transform: scale(1.03) rotate(0deg); } 
	/* textBar */
	.textBar {
    backface-visibility: hidden;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 33;
}
.textBar .text {
    backface-visibility: hidden;
    margin: 0 auto;
    max-width: 1100px;
}
.textBar h1 {
    backface-visibility: hidden;
    color: #00d2ff;
    font-family: "rubikblack_italic";
    font-size: 60px;
    line-height: 55px;
    text-transform: uppercase;
}
.textBar h1 span {
    color: #fff;
    display: block;
    padding-left: 50px;
}
.textBar p {
    backface-visibility: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-family: "rubikblack";
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
    max-width: 700px;
    padding-bottom: 20px;
}
.textBar p a {
    color: #00d2ff;
}
.textBar p a:hover {
    text-decoration: underline;
}
.textBar .logo {
    color: #d7d7d7;
    display: inline-block;
    font-size: 10px;
    line-height: 30px;
    margin-top: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
}
.textBar .logo img {
    display: inline-block;
    margin-left: 10px;
    max-width: 110px;
    vertical-align: middle;
}
.textBar .notes {
    clear: both;
    color: #909090;
    display: block;
    font-size: 10px;
    line-height: 12px;
    padding: 20px;
    text-align: right;
}
.textBar h1 small {
    color: #fff;
    display: block;
    font-family: "rubikblack";
    font-size: 23px;
    padding-bottom: 10px;
}
.textBar h1 small::after {
    color: #00d2ff;
    content: "/";
    display: inline-block;
    font-family: "rubiklight";
    font-size: 50px;
    margin-left: 16px;
    vertical-align: top;
}
.textBar .text .bottom {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin-left: 25px;
    padding: 10px 0 0 25px;
    vertical-align: top;
}
.textBar .text .bottom a {
    color: #d7d7d7;
    display: inline-block;
    font-size: 10px;
    line-height: 16px;
    margin-right: 20px;
    padding: 5px 0 5px 45px;
    position: relative;
    vertical-align: top;
}
.textBar .text .bottom a:hover {
    color: #fff;
}
.textBar .text .bottom a.video::before {
    background: rgba(0, 0, 0, 0) url("../images/play_btn.png") no-repeat scroll left center / 34px auto;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 34px;
}
.textBar .text .bottom a.video::after {
    background: rgba(0, 0, 0, 0) url("../images/play_btn_hover.png") no-repeat scroll left center / 34px auto;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 34px;
}
.textBar .text .bottom a.name::before {
    background: rgba(0, 0, 0, 0) url("../images/list_icon.png") no-repeat scroll left center / 34px auto;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 34px;
}
.textBar .text .bottom a.name::after {
    background: rgba(0, 0, 0, 0) url("../images/list_icon_hover.png") no-repeat scroll left center / 34px auto;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 34px;
}
.textBar .text .bottom a.video:hover::before, .textBar .text .bottom a.name:hover::before {
    opacity: 1;
}
.textBar .text .bottom a.video:hover::after, .textBar .text .bottom a.name:hover::after {
    opacity: 1;
}
	/* homeBanner */
	#innerBanner { position: relative; min-height: 500px; overflow: hidden; background-repeat: no-repeat; background-position: center 0; background-size: 100% auto; background-color: #181818; background-attachment: fixed; }
	#innerBanner.interior { min-height: 381px; }  
	#innerBanner.low-crop{background-position:center -140px}
	#innerBanner.high-crop{background-position:center 60px}
	#innerBanner.no-image:before { display: none; }
	#innerBanner:before { content: ""; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; display: block; background: rgba(0,0,0,0.7); }
	#innerBanner:after { content: ""; width: 312px; height: 500px; position: absolute; top: 0px; left: 0px; display: block; background: url(../images/left-overlay.png) top left no-repeat; }
	#innerBanner .title { position: absolute; bottom: 0px; left: 0px; width: 100%; z-index: 1; }
	#innerBanner .title .wrapper { max-width: 1150px;bottom: 40px;position: relative; }
	#innerBanner h1 { margin: 0px; padding: 0 0 16px 66px; font-size: 50px; line-height: 45px; color: #fff; text-transform: uppercase; font-family: 'rubikbold_italic'; position: relative; }
	#innerBanner span.notes { padding:0; font-size: 10px; line-height: 14px; color: #808181; display: block; text-align: right;bottom: 10px;position: absolute;right: 10px;}
	#innerBanner h1 span { display: block; font-size: 23px; color: #fff; line-height: 30px; font-family: 'rubikbold'; position: absolute; top: -1px; left: 0px; }
	#innerBanner h1 span:after { content: "/"; font-family: 'rubikregular'; color: #00d2ff; display: inline-block; vertical-align: top; margin: 0 0 0 5px; }
	#innerBanner a.link { margin: 0 0 0 68px; font-size: 13px; color: #fff; font-family: 'rubikmedium'; line-height: 20px; display: table;  text-decoration: none; }
	#innerBanner a.link:hover { color: #00d2ff; }
	#innerBanner a.link:after { content: ""; width: 12px; height: 12px; display: inline-block; vertical-align: top; background: url(../images/download.png) top left no-repeat; background-size: cover; margin: 4px 0 0 5px; }
	#innerBanner a.link:hover:after { background: url(../images/download_hover.png) top left no-repeat; background-size: cover; }
	#innerBanner .add { padding: 10px 0; position: relative; width: 728px; margin:0 auto; text-align: center; z-index: 1; }
	#innerBanner .add img { margin: auto; }
	#innerBanner .title p { padding: 0 0 0px 60px; line-height: 23px; font-family: 'rubikbold'; font-size:16px;max-width: 850px;}
	#innerBanner .title p .byline{font-family: 'rubikregular';font-size: 14px;}
	#innerBanner .title p .byline .blue{color:#00d2ff}
	
	#innerBanner.interior h1 { padding-left: 56px; } 
		/* menuBar */
		.menuBar { padding: 0px; margin: 0px; list-style-type: none; background: rgba(23,23,23,0.92); overflow: hidden; position: relative; z-index: 1; }	
		.menuBar .social { display: none; }
		.menuBar ul { padding: 0px; margin: 0px; list-style-type: none; }
		.menuBar li { text-align: center; width: 20%; float: left; font-size: 14px; color: #fff; line-height: 20px; text-transform: uppercase;font-family: 'rubikbold'; letter-spacing: 1px; border-left: 1px solid #454545; }
		.menuBar li:first-child { border: 0px; }
		.menuBar li a { padding: 22px 20px 26px; display: block; text-decoration: none; color: #fff; position: relative; }
		.menuBar li a:before { content: ""; height: 0px; width: 100%; display: block; position: absolute; top: 0px; left: 0px; background: #02c3ed; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
		.menuBar li a:hover:before, .menuBar li.active a:before { height: 4px; }
	/* content */
	#content { padding: 25px 0 163px; overflow: hidden; background: #1c1c1c; position: relative; }
	#content.noshadow:after { display: none; }
	#content:after { content: ""; width: 303px; height: 463px; position: absolute; top: 463px; left: 0px; /*background: url(../images/shadow.png) top left no-repeat;*/ }
		/* npBar */
		.npBar { padding: 6px 0px 30px; margin-bottom: 107px; border-bottom: 1px solid #494949; }
		.npBar ul { margin: 0px; padding: 0px; list-style-type: none; }
		.npBar li { display: inline; vertical-align: top; font-size: 13px; line-height: 18px; color: #919191; }
		.npBar li:after { margin: 0 6px 0 11px; content: "/"; color: #00d2ff; }
		.npBar li:last-child:after { display: none; }
		.npBar li span { color: #fff; }
		/* leftPart */
		#leftPart { padding-right: 33px; border-right: 1px solid #494949; float: left; width: 817px; }
			/* detailBar */
			.detailBar { padding: 0 0 36px; margin: -6px 0 0 66px; border-bottom: 4px solid #00d2ff; position: relative; }
			.detailBar:before { content: ""; position: absolute; top: 8px; left: -66px; display: block; width: 46px; height: 31px; background: url(../images/flag.png) top left no-repeat; background-size: contain; }
			.detailBar figure { margin: 2px 27px 0 30px; float: right; width: 107px; height: 107px; border-radius: 100%; -webkit-border-radius: 100%; }
			.detailBar figure img { border-radius: 100%; -webkit-border-radius: 100%; }
			.detailBar h4 { padding-bottom: 24px; font-size: 19px; color: #00d2ff; line-height: 28px; font-family: 'rubikbold'; }
			.detailBar p { padding-bottom: 25px; line-height: 25px; }
			.detailBar aside { width: 75.5%; }
			/* resultBar */
			.resultBar { padding: 66px 0 17px; margin: 0px 0 0 68px; position: relative; z-index: 1; } 
			.resultBar ul { margin: 0px; padding: 0px; list-style-type: none; border-top: 1px solid #494949; overflow: hidden; }
			.resultBar li { padding: 20px 0 0 20px; width: 25%; float: left; font-size: 13px; line-height: 20px; border-left: 1px solid #494949; }
			.resultBar li strong { padding-top: 5px; display: block; font-size: 33px; color: #00d2ff; line-height: 36px; font-family: 'rubikbold'; }
			.resultBar li:first-child { padding-left: 0px; border: 0px; }
			.resultBar h2 { padding-bottom: 19px; font-size: 33px; line-height: 30px; color: #fff; font-family: 'rubikbold_italic'; text-transform: uppercase; border-bottom: 1px solid #494949; }
			.resultBar h5:before { content: "/"; color: #00d2ff; font-family: 'rubiklight'; margin: 0 13px; }
			.resultBar h5 { padding: 14px 0px 14px 0; display: inline-block; vertical-align: top; font-size: 19px; line-height: 28px; font-family: 'rubikbold'; }
			.resultBar h5:nth-of-type(1):before { display: none; }
			.resultBar h5 a { text-decoration: none; }
			.resultBar h5 a:after { margin: 8px 0 0 10px; content: ""; width: 19px; height: 14px; display: inline-block; vertical-align: top; background: url(../images/arrow.png) top left no-repeat; background-size: contain; }
			.resultBar h5 a:hover:after { background: url(../images/arrow_hover.png) top left no-repeat; background-size: contain; }
			.resultBar h5 a:hover { color: #fff; }
			.resultBar h5 img { margin-right: 12px; display: inline-block; vertical-align: top; }
			.resultBar h5 strong { color: #00d2ff; padding-left: 3px; } 
			.resultBar .repeat { padding-bottom: 65px; }
			/* galleryBar */
			.galleryBar { padding: 0px; margin: 0px; } 
			.galleryBar ul { margin: 0px; padding: 0px; list-style-type: none; }
			.galleryBar .slides li { display: none; position: relative; }
			.galleryBar .slides li img { width: 100%; } 
			.galleryBar .slides li:before { content: ""; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background: url(../images/gradient-bottom.png) bottom left repeat-x; }
			.galleryBar .slides li:nth-of-type(1) { display: block; }
			.galleryBar h2 { padding: 0 0 12px 23px; font-size: 15px; line-height: 20px; color: #fff; text-transform: uppercase; font-family: 'rubikbold'; position: absolute; bottom: 0px; left: 0px; width: 100%; }
			.galleryBar h2 span { padding-top: 6px; font-size: 10px; color: rgba(255,255,255,0.5); line-height: 14px; display: block; font-family: 'rubikregular'; text-transform: none; }
			.galleryBar .flex-control-nav { padding: 0px 16px 0 0px; margin: 0px; list-style-type: none; text-align: center; position: absolute; bottom: -37px; left: 0px; width: 100%; }
			.galleryBar .flex-control-nav li { padding: 0 14px 0 0; display: inline-block; vertical-align: top; font-size: 0px; line-height: 0px; }
			.galleryBar .flex-control-nav li a { display: block; width: 12px; height: 12px; background: #616161; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; }
			.galleryBar .flex-control-nav li a.flex-active, .galleryBar .flex-control-nav li a:hover { background: #fff; } 
			.galleryBar .flex-direction-nav { padding: 0px; margin: 0px; list-style-type: none; width: 0px; height: 0px; }
			.galleryBar .flex-direction-nav .flex-prev { margin-top: -16px; position: absolute; top: 50%; left: 13px; width: 16px; height: 32px; font-size: 0px; line-height: 0px; display: block; background: url(../images/prev.png) top left no-repeat; background-size: cover; }
			.galleryBar .flex-direction-nav .flex-next { margin-top: -16px; position: absolute; top: 50%; right: 13px; width: 16px; height: 32px; font-size: 0px; line-height: 0px; display: block; background: url(../images/next.png) top left no-repeat; background-size: cover; }
			.galleryBar .flex-direction-nav .flex-next:hover { background: url(../images/next_hover.png) top left no-repeat; background-size: cover; }
			.galleryBar .flex-direction-nav .flex-prev:hover { background: url(../images/prev_hover.png) top left no-repeat; background-size: cover; }
			.galleryBar .gallerySlider { position: relative; }			
		/* rightPart */
		#rightPart { float: right; width: 333px; }
			/* addBar */
			.addBar { padding: 0 0 43px 32px; border-bottom: 1px solid #494949; }	
			.addBar.bordernone { border: 0px; padding-top: 35px; }
			/* twitterBar */
			.twitterBar { padding: 32px 0 35px 32px; border-bottom: 1px solid #494949; text-align: center; }		
			.twitterBar h2 { padding-bottom: 15px; font-size: 19px; color: #00d2ff; line-height: 25px; font-family: 'rubikbold'; }
			.twitterBar a { display: inline-block; vertical-align: top; margin: 0 18px 36px 1px; position: relative; max-width: 25px; }
			.twitterBar a:nth-of-type(1) { max-width: 30px; }
			.twitterBar a img { transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; } 
			.twitterBar a .hover { position: absolute; top: 0px; left: 0px; opacity: 0; } 
			.twitterBar a:hover img { opacity: 0; }
			.twitterBar a:hover .hover { opacity: 1; }
			/* controlBar */
			.controlBar { padding: 0px; margin: 0; text-align: center; background: #181818; }  
			.controlBar a { padding: 23px 25px; display: inline-block; vertical-align: top; font-size: 13px; color: #fff; font-family: 'rubikbold'; text-decoration: none; }
			.controlBar a.next { padding-right: 25px; border-left: 1px solid #3a3a3a; }
			.controlBar a.next:after { margin-left: 22px; content: ""; width: 19px; height: 15px; display: inline-block; vertical-align: top; background: url(../images/next1.png) center right no-repeat; background-size: cover; }
			.controlBar a.prev:before { margin-right: 20px; content: ""; width: 19px; height: 15px; display: inline-block; vertical-align: top; background: url(../images/prev1.png) center right no-repeat; background-size: cover; }
			.controlBar a.prev { border-right: 1px solid #3a3a3a; }
			.controlBar a.grid { margin: 0 -4px; width: 95px; height: 62px; padding: 0px 10px; text-align: center; }
			.controlBar a.grid span { opacity: 0; font-size: 13px; color: #fff; font-family: 'rubikbold'; }
			.controlBar a.grid:hover span { padding: 15px 5px; text-align: center; display: block; color: #181818; opacity: 1; }
			.controlBar a.grid:hover { background: #00d2ff; }
			.controlBar a.grid:hover img { display: none; }
			.controlBar a.grid img { margin: 20px auto auto; max-width: 22px; }
			.controlBar a.next:hover:after { background: url(../images/next1_hover.png) center left no-repeat; background-size: cover; }
			.controlBar a.prev:hover:before { background: url(../images/prev1_hover.png) center left no-repeat; background-size: cover; }
			.controlBar a.next:hover { color: #181818; background: #00d2ff; }
			.controlBar a.prev:hover { color: #181818; background: #00d2ff; }
			/* calenderBar */
			.calenderBar { padding: 90px 0 0px; margin: 0px; position: relative; z-index: 1; }
			.calenderBar h2 { padding: 0 0 22px 54px; font-size: 33px; line-height: 30px; color: #fff; text-transform: uppercase; font-family: 'rubikbold_italic'; background: url(../images/calender.png) top left no-repeat; border-bottom: 1px solid #494949; clear: both; position: relative; background-size: 27px auto; }
			.calenderBar h2:after { content: ""; width: 2500px; height: 1px; position: absolute; bottom: -1px; left: -2500px; display: block; background: #494949; }
			.calenderBar h2:before { content: ""; width: 2500px; height: 1px; position: absolute; bottom: -1px; right: -2500px; display: block; background: #494949; }
			.calenderBar ul { padding: 0px; margin: 0px; list-style-type: none; }
			.calenderBar li { float: left; width: 100%; border-bottom: 1px solid #494949; position: relative; }
			.calenderBar li:after { content: ""; width: 2500px; height: 1px; position: absolute; bottom: -1px; left: -2500px; display: block; background: #494949; }
			.calenderBar li:before { content: ""; width: 2500px; height: 1px; position: absolute; bottom: -1px; right: -2500px; display: block; background: #494949; }
			.calenderBar .one { padding: 0px; width: 193px; border-right: 1px solid #494949; float: left; min-height: 180px; position: relative; }
			.calenderBar .one h3 { padding: 0 0 22px 54px; font-family: 'rubikbold'; color: #00d2ff; font-size: 19px; line-height: 22px; position: absolute; bottom: 0px; left: 0px; width: 100%; text-transform: uppercase; }
			.calenderBar .two { width: 288px; border-right: 1px solid #494949; float: left; min-height: 180px; position: relative;  }
			.calenderBar .three { padding: 32px 15px 20px 25px; width: 198px; border-right: 1px solid #494949; float: left; min-height: 180px; position: relative; font-family: 'rubikregular'; font-size: 13px; line-height: 20px; }
			.calenderBar .three img { margin-bottom: 12px; }
			.calenderBar .three span { color: #00d2ff; }
			.calenderBar .four { padding: 32px 0 0 33px; width: 302px; border-right: 1px solid #494949; float: left; min-height: 180px; position: relative; }
			.calenderBar .five { width: 169px; float: left; min-height: 180px; position: relative; }
			.calenderBar .one span { display: block;  }
			.calenderBar .two h3 { padding: 0 27px 22px; font-family: 'rubikbold'; color: #00d2ff; font-size: 19px; line-height: 22px; position: absolute; bottom: 0px; left: 0px; width: 100%; text-transform: uppercase; }
			.calenderBar .two h3 span { padding-bottom: 10px; display: block; font-size: 13px; line-height: 18px; color: #fff; display: block; font-family: 'rubikregular'; text-transform: none; }
			.calenderBar .four a { font-family: 'rubikbold'; color: #00d2ff; font-size: 19px; line-height: 22px; text-decoration: none; display: table; background: url(../images/arrow.png) center right no-repeat; padding-right: 30px; text-transform: uppercase; background-size: 19px auto; }
			.calenderBar .four a:hover { color: #fff; background: url(../images/arrow_hover.png) center right no-repeat; background-size: 19px auto; }
			.calenderBar .four a.noarrow { font-family: 'rubikbold'; color: #00d2ff; font-size: 19px; line-height: 22px; text-decoration: none; display: table; background-image: none;text-transform: uppercase; }
			.calenderBar .four a.noarrow:hover { color: #fff; background-image: none}
			.calenderBar .four figure { margin-bottom: 12px; width: 63px; height: 63px; background-size: cover; background-repeat: no-repeat; background-position: center -4px; background-color: #222222; border-radius: 100%; -webkit-border-radius: 100%; background-size: 120% auto;}
			.calenderBar .four figure img { width: 100%; border-radius: 100%; -webkit-border-radius: 100%; }
			.calenderBar .four span { padding-bottom: 8px; font-size: 13px; display: block; line-height: 18px; display: block; color: #fff; }
			.calenderBar .five h3 { padding: 0 0 25px 22px; font-family: 'rubikbold'; color: #00d2ff; font-size: 19px; line-height: 22px; position: absolute; bottom: 0px; left: 0px; width: 100%; text-transform: uppercase; }
			.calenderBar .five h3 span { padding-bottom: 8px; display: block; font-size: 13px; line-height: 18px; color: #fff; display: block; font-family: 'rubikregular'; text-transform: none; }
			.calenderBar .repeat { float: left; width: 100%; padding-bottom: 80px;  }
			.calenderBar .repeat:nth-last-of-type(2) { padding-bottom: 0px; }
			/* portfolioBar */	
			button::-moz-focus-inner { border: 0; }
			.portfolioBar { padding: 20px 0 0px; margin: 0px; }
			.portfolioBar .button-group { padding-bottom: 50px; text-align: center; }
			.portfolioBar .button-group button { padding: 6px 22px 4px; margin: 0 5px; display: inline-block; vertical-align: top; font-size: 13px; text-transform: uppercase; color: #00d2ff; border: 2px solid #00d2ff; font-family: 'rubikmedium'; background: none; cursor: pointer;  transform: skewX(-20deg); -webkit-transform: skewX(-20deg); -moz-transform: skewX(-20deg); -ms-transform: skewX(-20deg); -o-transform: skewX(-20deg); }
			.portfolioBar .button-group button span { display: block; transform: skewX(20deg); -moz-transform: skewX(20deg); -ms-transform: skewX(20deg); -o-transform: skewX(20deg); -webkit-transform: skewX(20deg); }
			.portfolioBar .button-group button:focus { outline: none; }
			.portfolioBar .button-group button:hover, .portfolioBar .button-group button.is-checked { color: #222222; background: #00d2ff; }
			.portfolioBar .isotope { padding: 0px; margin: 0px; width: 100%; }
			.portfolioBar .element-item { cursor: pointer; position: relative; float: left; width: 20%; margin: 0px; padding: 0px; overflow: hidden; background: #000; }
			/*.portfolioBar .element-item:before { content: ""; width: 100%; height: 100%; position:absolute; top: 0px; left: 0px; background: rgba(0,0,0,0.7); transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }*/
			.portfolioBar .element-item img { opacity: 0.3; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
			.portfolioBar .element-item:hover img { opacity: 0.7; transform: scale(1.03); -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); }
			.portfolioBar .element-item:hover:before { background: rgba(0,0,0,0.3); }
			.portfolioBar .element-item .title { padding: 10px 25px 25px; position: absolute; bottom: 0px; left: 0px; width: 100%; }
			.portfolioBar .element-item h2 { font-size: 18px; line-height: 24px; color: #fff; text-transform: uppercase; font-family: 'rubikbold'; }
			.portfolioBar .element-item h2 small { font-size: inherit; line-height: inherit; }
			.portfolioBar .element-item .title span.number { font-size: 38px; line-height: 44px; display: block; font-family: 'rubikbold'; text-transform: uppercase; }
			.portfolioBar .element-item .title span.number:after { margin-left: 10px; content: "/"; display: inline-block; vertical-align: top; font-family: 'rubiklight'; color: #00d2ff; }
			.portfolioBar .element-item img { width: 100%; }
			/* reviewBar */
			.reviewBar { padding: 74px 0 0px; margin: 0px; }
			.reviewBar ul { margin: 0px; padding: 0px; list-style-type: none; border-top: 1px solid #494949; position: relative; float: left; width: 100%; }
			.reviewBar ul:after { content: ""; width: 2500px; height: 1px; position: absolute; top: -1px; left: -2500px; display: block; background: #494949; }
			.reviewBar ul:before { content: ""; width: 2500px; height: 1px; position: absolute; top: -1px; right: -2500px; display: block; background: #494949; }
			.reviewBar li { padding: 21px 0 15px 26px; width: 25%; float: left; font-size: 13px; line-height: 20px; border-left: 1px solid #494949; }
			.reviewBar li strong { padding-top: 12px; display: block; font-size: 19px; color: #00d2ff; line-height: 19px; font-family: 'rubikbold'; }
			.reviewBar h2 { padding: 0 0 19px 54px; font-size: 33px; line-height: 30px; color: #fff; font-family: 'rubikbold_italic'; text-transform: uppercase; position: relative; }
			.reviewBar h2 small { font-size: inherit; line-height: inherit; }
			.reviewBar h2 span { font-size: 11px; line-height: 14px; color: #fff; position: absolute; top: 17px; left: 18px; display: block; font-family: 'rubikregular'; }
			.reviewBar h2 span i { font-style: normal; }
			.reviewBar h2 img { margin-left: 11px; display: inline-block; vertical-align: bottom; }
			.reviewBar .repeat { padding-bottom: 55px; }
			.reviewBar .repeat:nth-last-of-type(1) { padding-bottom: 0px; }
			.reviewBar li:nth-of-type(1) { padding-left: 54px; width: 16.8%; border: 0px; }
			.reviewBar li:nth-of-type(2) { width: 23.2%; }
			.reviewBar li:nth-of-type(3) { width: 13.8%; }
			.reviewBar li:nth-of-type(4) { width: 13.6%; }
			.reviewBar li:nth-of-type(5) { width: 13.7%; }
			.reviewBar li:nth-of-type(6) { width: 18%; }			
			.reviewBar li:nth-of-type(7) { display: none; } 
			.smallcase{
				text-transform:lowercase !important;
			}
	/* footer */
	#footer { padding: 25px 0; overflow: hidden; text-align: center; } 
	#footer p { padding: 0px; color: rgba(255,255,255,1); font-size: 12px; line-height: 16px; }
	#footer p a { color: rgba(255, 255, 255, 0.5); text-decoration: none; }
	#footer p img { display: inline-block; vertical-align: middle; margin: 0 3px 0 1px; }
	#footer p a:hover { text-decoration: underline; }
	#footer p span { color: #fff; }
	#footer a.sl_logo { display: block; max-width: 140px; margin: auto auto 15px; }  
	/* clear fix */
	.isotope:after { content: ''; display: block; clear: both; }
	a.menuToggle {transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; height:56px; display: block; text-decoration: none; line-height: 52px; text-align: right; background: none; width: 60px; z-index: 10; position: relative; float: right; margin-top: -12px; display: none; }
	a.menuToggle span { width: 26px; height: 2px; display: block; position: absolute; right: 18px; top: 28px; background: #fff; transition: all 0.3s; -webkit-transition: all 0.3s; z-index:9999;}
	a.menuToggle span:after { width: 26px; height: 2px; position: absolute; left: 0px; top: -9px; content:''; background: #fff; transition: all 0.3s; -webkit-transition: all 0.3s;} 
	a.menuToggle span:before { width: 26px; height: 2px; position: absolute; left: 0px; bottom: -9px; content:''; background: #fff; transition: all 0.3s; -webkit-transition: all 0.3s;}
	a.menuToggle.active span{ background: transparent; }
	a.menuToggle.active span:after { transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 0; border-radius: 0px; -webkit-border-radius: 0px; }
	a.menuToggle.active span:before { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); bottom: 0px; border-radius: 0px; -webkit-border-radius: 0px; }
	.backto_top { background: #00d2ff url(../images/up-arrow.png) center center no-repeat; background-size: 20px auto; bottom: 15px; color: #ffffff; cursor: pointer; display: block; padding-right: 1px; position: fixed; right: 15px; text-align: center; width: 40px; height: 40px; z-index: 999; transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; font-size: 0px; line-height: 0px; opacity: 0; visibility: hidden; }
	.backto_top.showTop { opacity: 1; visibility: visible; }
.Touch-devices #innerBanner { background-attachment: scroll; }
.overlay { position: absolute; top: 0px; left: 0px; background: rgba(0,0,0,0.7); width: 100%; height: 100%; display: none; z-index: 99; }
/* risingBar */
.risingBar { padding: 45px 0 0; }
.risingBar .repeat { padding-top: 60px; }
.risingBar .repeat:nth-of-type(1) { padding-top: 0px; }
.risingBar .repeat img { max-width: 768px; margin: auto auto 33px; }
.risingBar .repeat .social { margin: 4px 0px 0 0; text-align: center; }
.risingBar .repeat .social a { margin-left: 4px; display: inline-block; vertical-align: top; width: 27px; height: 27px; font-size: 0px; line-height: 0px; overflow: hidden; position: relative; }
.risingBar .repeat .social a.facebook { background: url(../images/facebook_icon.png) 0px 0px no-repeat; background-size: 27px auto; }
.risingBar .repeat .social a.facebook:after { content: ""; width: 100%; height: 100%; background: url(../images/facebook_icon.png) bottom left no-repeat; background-size: 27px auto; position: absolute; top: 0px; left: 0px; display: block; opacity: 0; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
.risingBar .repeat .social a.twitter:after { content: ""; opacity: 0; width: 100%; height: 100%; background: url(../images/twitter_icon.png) bottom left no-repeat; background-size: 27px auto; position: absolute; top: 0px; left: 0px; display: block; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
.risingBar .repeat .social a.facebook:hover:after, .risingBar .repeat .social a.twitter:hover:after { opacity: 1; }
.risingBar .repeat .social a.twitter { background: url(../images/twitter_icon.png) 0px 0px no-repeat; background-size: 27px auto; }
.risingBar .repeat .social span { padding-top: 11px; display: block; font-size: 13px; line-height: 16px; color: #bababa; }
.risingBar .repeat img.for-mobile { display: none; }