/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; 
		   margin: 0; 	
		}
	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; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		f-ont-family: arial,sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;

 }
 
 /* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		f-ont-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h-1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }
	

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	
	
	
	
.pws-header{
	width:100%;
	background-color: rgb(61,120,171);
	background-color: rgb(64,72,84);
	b-order-bottom: 2px solid white;
	
	color:white; padding-top:20px; padding-bottom: 15px; 

	background-color: #2b2b38;
    position: fixed; top: 0px; z-index: 999;
}


.pws-header .menu{
	margin:0px 10px 0px 10px; color: white; float: right;}
.menu a{ text-decoration:none; display: block; color:#64C8FF; }
.menu a:link { color:#64C8FF; }
.menu a:visited { color:#64C8FF; }
.menu a:active { color:#189ACB; }
.menu a:hover { color:#189ACB; }	
	



.pws-header-menu{ 
    b-ackground-color: #4173C9;
    border: 0 none;
    b-order-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: pointer;
    d-isplay: inline-block;
    font-family: arial,sans-serif;
    font-size: 14px;
    line-height: 1.54;
    padding: 7px 20px 7px 0px;
    text-align: center;
    t-ext-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
	b-ox-shadow: 0px 2px rgba(0,0,0,0.1);
	w-idth:200px;
text-decoration:none;
f-ont-weight: bold;
}


.pws-header-menu a{ text-decoration:none; color:#64C8FF; }
.menu a:link { color:#64C8FF; }
.menu a:visited { color:#64C8FF; }
.menu a:active { color:#189ACB; }
.pws-header-menu  a:hover { color:white; }	





.pws-header .title{ font-size: 25px;line-height: 1.1; margin-bottom: 2px; }
.pws-header h1{ font-size: 25px; line-height: 1.1; color: white; }
.pws-header .subtitle{ font-size: 11px; color: silver; line-height: 1.2; }


.pws-footer{
	width: 100%;
	background-color: rgb(95,95,95);
	color:rgb(220,220,220);
	padding-bottom: 20px;
	margin-top: 50px;
}

.pws-footer .cat{
	color: white; font-size: 18px; margin-top: 30px; margin-bottom: 5px; }

.pws-footer .item{}
	
.pws-footer a{ text-decoration:none; display: block; }
.pws-footer a:link {color:#64C8FF; }
.pws-footer a:visited {color:#64C8FF;}
.pws-footer a:active {color:#189ACB;}
.pws-footer a:hover {color:#189ACB;}

.pws-footer .copyright{
	margin-top: 50px; text-align: center; font-size: 12px; line-height: 1.5; }
	
.eye-capture{
	border-bottom: 1px solid silver; margin-bottom: 30px; height: 340px; background-color: rgb(245,245,245);background-color: rgb(179,205,228);
	background-image: url('../images/header_netatmo.jpg'); background-position-x: 0px; }
	
	
.custom-btn{ 
    background-color: #4173C9;
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.54;
    padding: 13px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px rgba(0,0,0,0.1);
	w-idth:200px;
}


.header-btn{
    background-color: #4173C9;
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 13px;
    line-height: 1.54;
    padding: 7px 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);


	box-shadow: 0px 2px rgba(0,0,0,0.1);	
	margin-left: 20px;
}



.mw-button { background: none repeat scroll 0 0 #00A6E7 !important; color: #FFFFFF !important; font-size: 15px; f-ont-weight: 700;}
a.mw-button { color: #FFFFFF !important; text-decoration: none; }
a.mw-button:hover { color: #FFFFFF !important; text-decoration: none; }


a.std-link{ text-decoration:none; }
a.std-link:link {color:#3498db; }
a.std-link:visited {color:#3498db;}
a.std-link:active {color:#189ACB;}
a.std-link:hover {color:#189ACB;}




.pws-headline{ margin-left: 0px; margin-right: 5px; text-align:left; margin-bottom: 30px;}
.pws-headline .title{font-size: 28px; font-weight:bold; line-height:1.1; background-color: rgba(255,255,255,0.2);padding: 2px;}
.pws-headline .text{font-size: 18px; background-color: rgba(255,255,255,0.2); padding: 2px;}

.beta-hint{
position:absolute; background-color: gray; color:white; padding: 3px 5px 2px 5px; font-size:10px; border-radius: 3px; margin-top:-5px; margin-left:5px;
b-ox-shadow: 0px 2px rgba(0,0,0,0.1);
}

.news-list{

}

.news-list-item{
	padding-bottom: 20px;
}


.bevel-white {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DCDCDC #FFFFFF #FFFFFF;
    border-image: none;
    border-right: 0 solid #FFFFFF;
    border-style: solid;
    border-width: 1px 0 0;
    margin-bottom: 40px;
    margin-top: 30px;
}

.start-link{
	color: white;
	text-decoration: none;
}




/* content */
.content-large-container {
	background-color: rgb(250,250,250);
    border-color: #DCDCDC #FFFFFF #FFFFFF;
    border-image: none;
    border: 0px solid white;

    border-bottom: 1px solid #DCDCDC;
    m-argin-bottom: 40px;
    m-argin-top: 30px;
    background-color: #333542;
    height: 500px;
}

.pws-eye-bigtext{
	padding-top: 150px;
	font-size: 46px; color: black; line-height: 1.2;
    color: #fff;

    font-size: 4.8em;
    font-size-adjust: 0.49;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -0.03em;
    line-height: 1.1em;
    text-shadow: 0 2px 5px #191c21;
}


.pws-eye-text{
	padding-top: 30px;
	font-size: 16px; color: black; line-height: 1.2;
    color: #fff;text-shadow: 0 1px 2px #191c21;
}




/* new style */
h2.small { font-size: 24px; line-height: 30px; margin-bottom: 8px; }
ul.features-list { margin:10px 0px 20px 40px; list-style-type: circle; }
ul.features-list li { c-olor: red; line-height: 1.4;}
.bolder-text { font-size: 16px; line-height: 1.2}




.m-t-0{ margin-top:0px; }

.text-column-bold { font-weight: bold; }

.bald-hint { margin-left: 5px; padding: 3px 6px; border-radius: 1px; 
	background-color: red; font-size: 10px; color: white;vertical-align: top;
	line-height: 10px;
}

.fixed-band { background-color:#FFEC8B; color:#4A4A4A; padding:15px; 
	font-size: 18px;c-olor: white; text-align: center;}

