/* 
Stylesheet by Cor de Vries - Subzero Webservices

*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url("MyFontsWebfontsKit.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of reset styles */

html {
/*background:#111 url(img/body_bg.jpg) top center no-repeat;*/
background-color:#eaf3fd;
background-image: url(img/ice-01.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


body {
margin: 30px auto;
padding: 0;
font-family: "KlimtOrganicLight";
font-size: 1.1em;
text-align:center;
/*min-width:760px;*/
width:90%;
max-width:960px;
}
#wrapper {
margin: 0 auto;
border:3px solid #3f54a7;
width:100%;
padding:2px;
-webkit-border-top-left-radius:30px;
-moz-border-radius-topleft:30px;
border-top-left-radius:30px;
-webkit-border-bottom-right-radius:30px;
-moz-border-radius-bottomright: :30px;
border-bottom-right-radius:30px;
-webkit-box-shadow: 3px 3px 10px #666;
-moz-box-shadow: 3px 3px 10px #666;
box-shadow: 3px 3px 10px #666;
}

#page {
color: #3f54a7;
font-size:0.9em;
margin: 0 auto;
padding: 0;
padding-right:1px;
width: 99%;
text-align:left;
border:3px solid #3f54a7;
-webkit-border-top-left-radius:30px;
-moz-border-radius-topleft:30px;
border-top-left-radius:30px;
-webkit-border-bottom-right-radius:30px;
-moz-border-radius-bottomright: :30px;
border-bottom-right-radius:30px;
-webkit-box-shadow: 3px 3px 10px #666;
-moz-box-shadow: 3px 3px 10px #666;
box-shadow: 3px 3px 10px #666;

/* Fallback for web browsers that don't support RGBa */
background-color:#deeeff;
background-color: rgb(222,238,255);
/* RGBa with 0.9 opacity */
background-color: rgba(222,238,255, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99deeeff, endColorstr=#99deeeff);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99deeeff, endColorstr=#99deeeff)";
}


a.flyerHover:link, a.flyerHover:visited, a.flyerHover:active, a.flyerHover:hover, a.flyerHover {
position:absolute;
display:block;
height:280px;
border-width:0px;
}

a.flyerHover:hover {
background-image:url(img/sliderBoxHover.png);
background-position:top center;
opacity:70;
}


p, h2, h3, h4, h5 {
margin:0.6em 0;
padding:0.1em;
padding-left:10px;
}


h3 em {
font-size:0.7em;
margin-left:3em;
}

h4 em {
color: #06f;
}

a img, map, img {
border:none
} 

form {
margin:2em 0;
padding: 0 2em;
}

form p {
position:relative;
}

input[type="text"], textarea {
border-top:2px solid #3f54a7;
border-left:2px solid #3f54a7;
border-bottom:1px solid #001c88;
border-right:1px solid #001c88;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
background-color: rgb(222,238,255);
/* RGBa with 0.9 opacity */
background-color: rgba(222,238,255, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99deeeff, endColorstr=#99deeeff);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99deeeff, endColorstr=#99deeeff)";
}

fieldset {
margin: 0.4em 0;
padding: 1em;
border: 1px solid #ccc;
}
fieldset p {
clear: both;
margin: 0.1em 0;
padding:0;
}
fieldset p select{
background-color: rgb(222,238,255);
/* RGBa with 0.9 opacity */
background-color: rgba(222,238,255, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99deeeff, endColorstr=#99deeeff);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99deeeff, endColorstr=#99deeeff)";
}

legend {
font-size: 1.0em;
margin: 0 0 0.4em 0;
font-weight: bold;
position: relative;
top:1em;
left:0;
}

label {
display:block; 
float: left;
width: 11em;
}

#header {
margin: 0;
padding: 0;
line-height: 1.5em;
text-align: left;
width: 100%;
/*background:transparent url(img/subzero_logo_pure.png) no-repeat 20px top;
*/overflow:hidden;
}

#header img {
position:relative;
top:0;
left:0;
border:none;
width:100%;
max-width:300px;
float:left;
}
#header h1 {
padding: 0 0 0.3em 0.6em;
font-size: 2em;
font-weight:bold;
/*height:80px;*/
float:left;
margin-top:5%;
margin-bottom:10px;}

/* Hide from IE-Mac \*/
* html #header h1 {
height: 1%;
}
/* End Hack */
#logo {
position:relative;
top:1em;
left:0;
border:none;
width:100%;
max-width:300px;
height:7em;
float:left;
}

.sub {
font-family: "KlimtOrganicLight";
font-size: 5em;
font-variant: small-caps;
}
.zero {
font-family: "KlimtThin";
font-size: 7em;
font-weight: bold;
font-variant: small-caps;
}
.webservices {
font-family: "KlimtHairlineOblique";
font-size: 2em;
font-variant: small-caps;
}


#menu {
float: left;
width: 100%;
font-size: 1.1em;
margin: 0;
margin-left:1px;
margin-right:1px;
background:#3f54a7 url(img/glas.png) repeat-x 0 50%;
opacity:10;
line-height:normal;
/* margin-bottom:-1px; */
-webkit-border-top-left-radius:8px;
-moz-border-radius-topleft:8px;
border-top-left-radius:8px;
-webkit-border-top-right-radius:8px;
-moz-border-radius-topright:8px;
border-top-right-radius:8px;
}

#menu ul {	
padding:0.5em 0.5em 0 ;
list-style:none;
}	

#menu li {
float:left;
margin:0.1em 0 0 0;
padding:0 0 0 0.3em;
}

#menu a {
float:left;
display:block;
font-weight: bold;
height: 1.8em;
text-decoration: none;
text-align: center;
color: #fff;
padding: 0.2em 1em 0 1em;
background: #001c88 url(img/glas.png) repeat-x 0 50%;
border: #deeeff 1px solid;
border-bottom: none; 
-webkit-border-top-left-radius:5px;
-moz-border-radius-topleft:5px;
border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-topright:5px;
border-top-right-radius:5px;
}

#menu a:hover {
background-color: white;
color: #3f54a7;
-webkit-transition: background-color .3s linear;
}

#menu #on {
border-width:0;
}

#menu #on a {
background-color: #deeeff;
background-color: rgba(222,238,255,1);
color: #001c88;
border: #001c88 1px solid;
border-bottom: none; 
  }
  
#menu #on a:hover {
background-color: white;
color: #3f54a7;
border: #3f54a7 1px solid;
border-bottom: none; 
-webkit-transition: background-color .3s linear;
}

ul#gallery  {	
list-style:none;
}


#leftbox {
float: left;
width: 10%;
margin: 0 auto;
padding: 0;
background-color:transparent;
}

#rightbox {
float: right;
width: 25%;
margin-left: 0.1em;
margin-right: 0.3em;
padding: 0;
background-color:transparent;
}

#rightbox h2 {
font-size:1.1em;
}

#rightbox p {
font-size:0.9em;
}

#rightbox ul {
margin-left:0;
padding-left:1.5em;
}

#rightbox ul li {
list-style-image: url('img/external.gif');
list-style-position:outside;
margin-left:0;
padding-left:0;
}

#rightbox a:link, #rightbox a:visited {
text-decoration:none;
color: #66b6c2;
border-bottom: 1px dotted #999;
}

#rightbox a:hover, #rightbox a:active {
border-bottom-style:solid;
color:#fff;
background-color: #3f54a7;
-webkit-transition: background-color .3s linear;
}


#content {
line-height: 1.5em;
text-align: left;
margin: 0 0 0.1em 0;
padding: 0 0 1em 0;
width: 72%;
float:left;
background-color:transparent;
}

#content a:link, #content a:visited  {
text-decoration:none;
color: #06f;
border-bottom: 1px dotted #999;
}

#content a:hover, #content a:active {
background-color: #3f54a7;
color:#fff;
border-bottom-style:solid;
-webkit-transition: background-color .3s linear;
}

/*
#content img {
	padding: 0;
	display: inline;
	border: thin none #CCCCCC;
	background-color: #FFFFFF;
}*/

#footer {
clear: both;
margin: 0 auto;
margin-top: 15px;
padding: 15px 0 0 0;
border-top: 3px solid #3f54a7;
width: 100%;
text-align: center;
color: #666;
font-size: 0.9em;
}

.leftnews {
float: left;
margin: 0 auto;
padding: 0.1em;
width: 9.5em;
color: #00284A;
background-color: #F7F9F7;
line-height: 1.3em;
}

.rightnews {
float: right;
margin: 0 auto;
padding: 0.6em;
background-color: #F7F9F7;
line-height: 1.3em;
}

.rightnews p {
margin: 0 0 1em 0;
border-bottom: 0.1em solid #74A8F5;
}

.rightnews ul {
margin-left:0;
padding-left:1.5em;
}

.rightnews ul li {
list-style-image: url('img/external.gif');
list-style-position:outside;
margin-left:0;
padding-left:0;
}


.tekst {
position:relative;
clear:both;
width: 100%;
overflow: visible;
margin: 1.5em 0 1.5em 0;
}

.splitleft {
/*position:relative;*/
float: left;
clear:left;
width: 45%;
overflow: visible;
background-color: #FFFFFF;
margin: 1.5em 1em;
}

.splitright {
/*position:relative;*/
float: right;
clear:right;
width: 45%;
overflow: visible;
background-color: #FFFFFF;
margin: 1.5em 1em;
}

.rbox {
padding: 0.6em;
margin: 0.6em;
border: 0.1em solid #fff;
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
-webkit-box-shadow: 3px 3px 20px #666;
-moz-box-shadow: 3px 3px 18px #666;
box-shadow: 3px 3px 18px #666;
/* Fallback for web browsers that don't support RGBa */
background-color:#ffffff;
background-color: rgba(255,255,255,1);
/* RGBa with 0.9 opacity */
background-color: rgba(255,255,255,0.8);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99deeeff, endColorstr=#99deeeff);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99deeeff, endColorstr=#99deeeff)";
}

.rbox input:focus, .rbox select:focus, .rbox textarea:focus {
border: 0.2em solid #000;
}


.rbox h4 {
position:relative;
margin-top:-0.5em;
margin-left:-0.5em;
margin-right:-0.5em;
padding:0.6em;
padding-left:1.4em;
}

.box {
background: url(img/box.png) no-repeat top left;
width:241px;
height:240px;
float:left;
padding:10px 32px 0px 12px;
margin: 0 15px 0 15px;
font-size:0.8em;
}

.box a:link, .box a:visited  {
text-decoration:none;
color: #06f;
border-bottom: 1px dotted #999;
}

.box a:hover, .box a:active {
border-bottom-style:solid;
background-color: #999;
color:#000;
}


.hide {
display: none;
}

.glow {
text-shadow:0px 0px 5px black; 
}

.formbutton{
cursor:pointer;
border:outset 2px #ccc;
color:#fff;
font-weight:bold;
font-size: 0.9em;
padding: 2px 4px;
background: #001c88 url(img/glas.png) repeat-x 0 50%;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
}

.required {
font-weight: bold;
color: #FF5600;
margin-left:0;
}

.error {
color: #FF5600;
}

.feedback {
position: absolute;
margin-left: 12em;
left:23em;
/*right:0;*/
color: #FF5600;
font-size:0.8em;
}

* html .feedback {
width:20em;
margin-left:0;
left:23em;
}

.clear {
clear:both;}

h3.head {padding:0;} 
.head a {
background: white url(img/DownArrowRed.jpg) no-repeat right 50%;
padding-right: 30px;
}
.head.open a {
background: white url(img/UpArrowRed.jpg) no-repeat right 50%;
}
.head a {display:block;}

/*---------------------------------------------------------------------------------------- Slider styles */
.portfolioItem{ margin-top:3em; margin-left:0; overflow:hidden; position:relative; width:90%; }
.portfolioItem div.bottom_corners{ background:url("img/corners_portfolioItem_bottom.png") no-repeat; bottom:0; height:9px; position:absolute; width:90%; z-index:20; }
.portfolioItem div.title{ background:url("img/corners_portfolioItem_top.png") no-repeat; border-bottom:1px solid white; height:19px; left:0; overflow:hidden; padding:10px 10px 10px 15px; position:absolute; width:495px; z-index:10; color:#ddd;}
.portfolioItem div.title h3{ margin:0; display:inline;}
.portfolioItem span.post_date{ color:#6f747a; float:right; }
.portfolioItem ul.screenshots{ list-style: none; margin:0; padding-top:39px; padding-left:0; }
.portfolioItem ul.screenshots li{ height:270px; overflow:hidden; width:520px; }
.portfolioItem div.hoverArea{ background:url("img/transparent.gif"); height:270px; position:absolute; top:40px; width:520px; z-index:20; }

.overlay{ background:url("img/bg_overlay.png") repeat-x; color:#ffffff; font-size:1.17em; height:270px; position:absolute; width:100%; z-index:10; }
.overlay div.contribution{ float:left; margin:30px 10px 30px 50px;width:190px; }
.overlay div.contribution ul li{ list-style-image: url("img/check.png"); list-style-position: outside; height:27px; margin-left:-15px; }
.overlay div.description{ float:left; margin:30px 0 30px 0; width:220px; }
.overlay div.description a{ margin-top:10px; }
.overlay span{ color:#767f89; display:block; font-size:1.29em; margin-bottom:10px; }

span#nextBtn a,
span#prevBtn a{ display:block; height:46px; position:absolute; top:148px; width:35px; z-index:20; border:none;}
span#prevBtn a{ background:url("img/slider_previous.png") no-repeat; left:0; }
span#nextBtn a{ background:url("img/slider_next.png") no-repeat; right:0;  }

span#nextBtn>a:link, span#nextBtn>a:visited, span#prevBtn>a:link, span#prevBtn>a:visited {
text-decoration:none;
color: inherit;
border: none;
}

span#nextBtn>a:hover, span#nextBtn>a:active, span#prevBtn>a:hover, span#prevBtn>a:active {
border: none;
background-color: transparent;
color: inherit;
}

@media screen and (max-width: 400px) /* and (orientation: portrait) */ {
	body {width:100%;}
	#content {
		clear:both;
		float:left;
		width: 95%;
	}
	#rightbox {
		clear:both;
		float:left;
		width: 95%;
	}
}

/**
 * @license
 * MyFonts Webfont Build ID 2817823, 2014-05-25T14:00:06-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Klimt Organic Light Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/organic-light-oblique/
 * 
 * Webfont: Klimt Organic Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/organic-oblique/
 * 
 * Webfont: Klimt Organic Extralight Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/organic-extralight-oblique/
 * 
 * Webfont: Klimt Organic Thin Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/organic-thin-oblique/
 * 
 * Webfont: Klimt Organic Hairline Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/organic-hairline-oblique/
 * 
 * Webfont: Klimt Black Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/black-oblique/
 * 
 * Webfont: Klimt Black by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/black/
 * 
 * Webfont: Klimt Organic Black Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/organic-black-oblique/
 * 
 * Webfont: Klimt Organic Bold Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/organic-bold-oblique/
 * 
 * Webfont: Klimt Thin Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/thin-oblique/
 * 
 * Webfont: Klimt Bold Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/bold-oblique/
 * 
 * Webfont: Klimt Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/oblique/
 * 
 * Webfont: Klimt Bold by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/bold/
 * 
 * Webfont: Klimt Light Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/light-oblique/
 * 
 * Webfont: Klimt Hairline Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/hairline-oblique/
 * 
 * Webfont: Klimt Extralight Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/extralight-oblique/
 * 
 * Webfont: Klimt Extralight by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/extralight/
 * 
 * Webfont: Klimt Organic by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/organic-regular/
 * 
 * Webfont: Klimt Organic Thin by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/organic-thin/
 * 
 * Webfont: Klimt Organic Light by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/organic-light/
 * 
 * Webfont: Klimt Hairline by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/hairline/
 * 
 * Webfont: Klimt Organic Hairline by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/organic-hairline/
 * 
 * Webfont: Klimt Organic Extralight by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/organic-extralight/
 * 
 * Webfont: Klimt Light by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/light/
 * 
 * Webfont: Klimt Organic Bold by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/organic-bold/
 * 
 * Webfont: Klimt Organic Black by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/organic-black/
 * 
 * Webfont: Klimt Thin by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/thin/
 * 
 * Webfont: Klimt by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/klimt/regular/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2817823
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2013 by Superstorefont. All rights reserved.
 * 
 * © 2014 MyFonts Inc
*/

