@import url(reset.css);

/* ------------------------- PAGE PROPERTIES ------------------------- */

html {
	margin: 0px;
	padding: 0px;
}
body {
	text-rendering: optimizeLegibility;
	text-align: center;
	color: #949b9d;
	margin: 0px;
	padding: 0px;
	background: #000 url(../images/bg.jpg) no-repeat center top fixed;
	font: 12px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, san-serif;
}
p {
	margin: 0px;
	padding: 5px 180px 10px 0px;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}

/* ------------------------- H's ------------------------- */

h1, h2, h3 {
	margin: 0px 0px 10px;
	letter-spacing: 1px;
}
h4, h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1, h3, h5 {
	text-transform: uppercase;
}
h1 {
	color: #fff;
	padding: 0px;
	font: normal 72px/70px 'SteelfishExtraBold', Arial, sans-serif;
}
h2 {
	color: #d6d8d9;
	font: normal 30px/36px 'SteelfishRegular', Arial, sans-serif;
}
h3 {
	display: inline-block;
	font: normal 24px/36px 'SteelfishRegular', Arial, sans-serif;
}
h5 {
	letter-spacing: 5px;
}
h6 {
	font-size: 10px;
}
article p, article h1, article h2, article h3, article h4, article h5, article h6 {
	padding-left: 10px;
}

/* ------------------------- FONTS ------------------------- */

/* This is an incomplete set
@font-face {
 font-family: 'SteelfishExtraBold';
 src: url('../fonts/steelfish_eb-webfont.eot?') format('eot'), url('../fonts/steelfish_eb-webfont.woff') format('woff'), url('../fonts/steelfish_eb-webfont.ttf') format('truetype'), url('../fonts/steelfish_eb-webfont.svg#webfont') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'SteelfishRegular';
 src: url('../fonts/steelfish_rg-webfont.eot?') format('eot'), url('../fonts/steelfish_rg-webfont.woff') format('woff'), url('../fonts/steelfish_rg-webfont.ttf') format('truetype'), url('../fonts/steelfish_rg-webfont.svg#webfont') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'ChunkFiveRegular';
 src: url('../fonts/Chunkfive-webfont.eot?') format('eot'), url('../fonts/Chunkfive-webfont.woff') format('woff'), url('../fonts/Chunkfive-webfont.ttf') format('truetype'), url('../fonts/Chunkfive-webfont.svg#webfont') format('svg');
 font-weight: normal;
 font-style: normal;
}

*/
@font-face {
    font-family: 'SteelfishExtraBold';
    src: url('../fonts/steelfish_eb-webfont.eot');
    src: url('../fonts/steelfish_eb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/steelfish_eb-webfont.woff') format('woff'),
         url('../fonts/steelfish_eb-webfont.ttf') format('truetype'),
         url('../fonts/steelfish_eb-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SteelfishRegular';
    src: url('../fonts/steelfish_rg-webfont.eot');
    src: url('../fonts/steelfish_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/steelfish_rg-webfont.woff') format('woff'),
         url('../fonts/steelfish_rg-webfont.ttf') format('truetype'),
         url('../fonts/steelfish_rg-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('../fonts/Chunkfive-webfont.eot');
    src: url('../fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Chunkfive-webfont.woff') format('woff'),
         url('../fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('../fonts/Chunkfive-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ------------------------- A LINK ELEMENTS ------------------------- */

a {
	color: #25a9df;
	text-decoration: none;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: .4s, .4s;
	-webkit-transition-timing-function: linear, ease-in;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.onstate-lht {
	color: #fff;
	border-bottom: 1px solid; #FFF;
}
.onstate-drk {
	color: #5e6a71;
	border-bottom: 1px solid #FFF;
}
a img {
	border: none;
}

/* ------------------------- WRAPPER ------------------------- */

#wrapper {
	width: auto;
}

/* ------------------------- HEADER ------------------------- */

header#global {
	width: 100%;
	text-align: left;
	height: 120px;
	text-transform: uppercase;
	background: rgb(0, 0, 0); /* IE Fallback */
	background: rgba(0, 0, 0, 0.5) left top;
	position: fixed;
	z-index: 10;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font: 26px 'SteelfishRegular', Arial, sans-serif;
	top: 0px;
	left: 0px;
}

/* ------------------------- NAV ------------------------- */

nav {
	width: 920px;
	height: 80px;
	margin: 0px auto;
	padding: 40px 30px 0px 10px;
}
nav ul {
	padding: 0px;
	margin: 0px;
}
nav li {
	display: inline;
	list-style-type: none;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding: 50px 20px 0px;
	margin: 10px 0px 0px;
}
.nav-line {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-noline {
	border-left-style: none;
}
.right {
	float: right;
	padding-top: 10px;
}
.left {
	float: left;
}

/* ------------------------- SECTION ------------------------- */

section {
	width: auto;
	text-align: left;
}
.border-drk {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.border-lht {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.down-arrow {
	background: url(../images/bg-section-down-arrow.png) no-repeat center top;
}

/* ------------------------- CONTENT ------------------------- */

.content {
	width: 960px;
	padding: 220px 0px 200px 0px;
	margin: 0px auto;
}
.clear {
	clear: both;
}

/* ------------------------- ARTICLE ------------------------- */

article {
	float: left;
	padding: 0px 20px;
}

/* ------------------------- CONTAINER AND BOX ------------------------- */

.container {
	width: 920px;
	float: left;
	padding: 20px 0px 0px;
}
.box {
	float: left;
	width: 435px;
	height: 285px;
	margin: 10px;
	border: 1px solid #000;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	background: #111;
}
.box-sm {
	float: left;
	margin: 10px;
	text-align: center;
	padding: 8px;
}
.box-tall {
	float: left;
	width: 435px;
	height: 592px;
	margin: 10px;
	border: 1px solid #000;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	background: #111;
}
.box-description {
	float: left;
	width: 395px;
	margin: 10px;
	padding: 20px;
}
.box-description-xl {
	float: left;
	width: 855px;
	margin: 10px;
	padding: 20px;
}
.box-description p, .box-description-xl p {
	padding-right: 0px;
}

/* ------------------------- ASIDE ------------------------- */

aside {
	float: right;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	text-align: right;
	margin: 0px 0px 20px 20px;
	padding: 0px 15px 0px 20px;
}
aside ul {
	padding: 0px;
	margin: 0px;
}
aside li {
	display: list-item;
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px;
	text-transform: uppercase;
	font-size: 11px;
}
.top {
	margin: 10px 0px 0px;
}
aside img {
	padding: 5px 1px 2px;
}

/* ------------------------- FOOTER ------------------------- */

footer {
	width: 100%;
	height: 35px;
	color: #fff;
	bottom: 0px;
	position: fixed;
	z-index: 9;
	text-align: left;
	text-transform: uppercase;
	background: rgb(0, 0, 0); /* IE Fallback */
	background: rgba(0, 0, 0, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font: xx-small Arial, Verdana, helvetica, sans-serif;
	bottom: 0px;
	left: 0px;
}
.footer-info {
	width: 900px;
	height: 35px;
	margin: 0px auto;
	padding: 0px 30px;
}
.footer-info p {
	padding: 15px 0px 0px 0px;
}


/* ------------------------- COLORS ------------------------- */

.color1 {
	color: #fff;
}
.color2 {
	color: #262a2d;
}
.color3 {
	color: #5e6a71;
}
.color4 {
	color: #b6bcbf;
}
.color5 {
	color: #e7e9ea;
}
.color6 {
	color: #25a9df;
}
.color7 {
	color: #c8e9f7;
}

/* ------------------------- BUTTONS AND SPRITES ------------------------- */

.more {
	width: 120px;
	height: 30px;
	text-align: center;
	clear: left;
	margin: 0px;
	padding: 20px 0px 0px;
}
.more .more-btn {
	width: 120px;
	height: 30px;
	float: left;
	background: url(../images/btn-see-more.png) no-repeat;
}
.more .more-btn: hover {
	background: url(../images/btn-see-more-hover.png) no-repeat;
}
.button {
	background: #25a9df;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-transition-duration: 0s, 0s;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	padding: 6px 10px 5px;
}
.button: hover {
	background: #1a7fa8;
}
a.btn-web {
	background: url(../images/btn-web.png) no-repeat 0 0;
}
a.btn-mobile {
	background: url(../images/btn-mobile.png) no-repeat 0 0;
}
a.btn-brand {
	background: url(../images/btn-brand.png) no-repeat 0 0;
}
a.btn-print {
	background: url(../images/btn-print.png) no-repeat 0 0;
}
a.btn-concepts {
	background: url(../images/btn-concepts.png) no-repeat 0 0;
}
a.btn-web, a.btn-mobile, a.btn-brand, a.btn-print, a.btn-concepts {
	display: block;
	width: 100px;
	height: 90px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 0px 5px;
	-webkit-transition-duration: 0s, 0s;
}
a:hover.btn-web, a:hover.btn-mobile, a:hover.btn-brand, a:hover.btn-print, a:hover.btn-concepts {
	background-position: 0 -90px;
}
a:active.btn-web, a:active.btn-mobile, a:active.btn-brand, a:active.btn-print, a:active.btn-concepts {
	background-position: 0 -180px;
}
a.btn-up-arrow {
	background: url(../images/btn-up-arrow.png) no-repeat 0 0;
}
a.btn-down-arrow {
	background: url(../images/btn-down-arrow.png) no-repeat 0 0;
}
a.btn-no-up-arrow {
	background: url(../images/btn-no-up-arrow.png) no-repeat 0 0;
}
a.btn-no-down-arrow {
	background: url(../images/btn-no-down-arrow.png) no-repeat 0 0;
}
a.btn-up-arrow, a.btn-down-arrow, a.btn-no-up-arrow, a.btn-no-down-arrow {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 5px 0px 0px;
	-webkit-transition-duration: 0s, 0s;
	float: left;
}
a:hover.btn-up-arrow, a:hover.btn-down-arrow {
	background-position: 0 -20px;
}

/* ------------------------- HIGHTLIGHT TEXT ------------------------- */

/* Safari */
::selection {
	background: #25a9df;
	color: #fff;
}
/* Firefox */
::-moz-selection {
	background: #25a9df;
	color: #fff;
}

/* ------------------------- MOBILYSLIDER ------------------------- */

.slider, .slider2, .slider3, .slider4 {
	width: 892px;
	height: 518px;
	float: left;
	position: relative;
	border: 1px solid #000;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	margin: 10px;
}
.sliderContent {
	width: 892px;
	height: 518px;
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
}
.sliderArrows a {
	width: 42px;
	height: 42px;
	display: block;
	text-indent: -9999px;
	outline: none;
	z-index: 8;
	background-image: url(../gfx/prev_next4.png);
	position: absolute;
	top: 50%;
	margin-top: 0px;
}
.prev {
	background-position: 0px 0px;
	left: 20px;
}
.prev:hover {
	background-position: 0px -44px;
}
.next {
	right: 20px;
	background-position: -44px 0px;
}
.next:hover {
	background-position: -44px -44px;
}
.sliderContent .item {
	position: absolute;
	width: 892px;
	height: 518px;
}
.sliderBullets {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 7;
	margin: 0px 0px 0px -45px;
}
.sliderBullets a {
	width: 10px;
	height: 11px;
	display: block;
	float: left;
	text-indent: -9999px;
	outline: none;
	margin: 0px 0px 0px 5px;
	background: url(../gfx/bullets.png) no-repeat;
}
.sliderBullets .active {
	background-position: 0px -13px;
}
.sliderContent a {
	outline: none;
}
.sliderArrows a, .sliderBullets a {
	-webkit-transition-duration: 0s, 0s;
}
.visit {
	position: absolute;
	z-index: 6;
	margin: 480px 0px 0px;
	text-align: center;
	padding: 2px 30px 2px 30px;
	font-size: 12px;
	color: #b6bcbf;
}

/* ------------------------- MEDIA SCREEN ------------------------- */

@media screen and (max-width: 400px) {
	
body, #wrapper, header#global, nav, section, .content, article, footer {
	width: 100%;
	min-width: 0;
}
header#global {
	height: 150px;
	font-size: 14px;
}
nav {
	width: 350px;
	padding-left:0px;
	padding-right:0px;
}
nav ul.left, nav ul.right {
	float: none;
}
nav li {
	display:inline;
	margin:0px;
	border:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.nav-line {
	border-right: none;
}
h1, h2 {
	padding-right: 30px;
}
aside, .sliderArrows a, .panel, .panel2 {
	display: none;
}
a.trigger, a.trigger2, a.trigger:hover, a.trigger2:hover {
	display: none;
}
.box, .box-description, .box-description-xl {
	display: block;
	clear: both;
	width: 300px;
	height: 196px;
}
.box-description, .box-description-xl {
	padding-left: 0px;
}
.box-tall {
	display: block;
	clear: both;
	width: 300px;
	height: 408px;
}
.slider, .slider2, .slider3, .slider4, .sliderContent, .sliderContent.item {
	display: block;
	clear: both;
	width: 300px;
	height: 174px;
}
p {
	padding-right: 40px;
}
section img {
	width: 100%;
}
footer {
	position: relative;
	padding-bottom: 10px;
}
.footer-info {
	width: 300px;
	display: block;
	margin: 0px auto;
	padding: 0px 30px;
}
}

