/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
a,input,button,button::-moz-focus-inner {
	outline: none;
	border: 0;
}


/* page */
html,body {
	height: 100%;
}
body {
	background: #FFF url(../image/sky.jpg) no-repeat scroll center top;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 100%;
	color: #8498AC;
}


/* headers */
h1 {
    text-align: center;
    font-size: 33pt;
    color: #FFFFFF;
    font-weight: 700;
}


/* float/flow */
.left {
    float: left;
}
.right {
    float: right;
}
.center {
	margin: 0 auto;
}
.clear {
    float: none !important;
    clear: both;
}
.break {
    padding-bottom: 3%;
}
.fadeable {
    opacity: 0; 
}


/* features */
.feature {
	float: left;
	padding-left: 12%;
	padding-right: 0;
	padding-bottom: 4%;
}
.feature div {
	float: left;
	padding-right: 26px;
}

/* icon */
.icon {
	width: 57px;
	padding-top: 8px;
	text-align: center;
}
.icon i {
	margin: 0 auto;
	display: block;
}

/* content */
.content {
	font-size: 14pt;
	width: 310px;
}
.content h2 {
	font-size: 17pt;
	margin-bottom: 1%;
	color: #385265;
	font-weight: 700;
}

/* button */
button {
    display: block;
    float: none;
    border: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);    
    background-repeat: repeat-x;  
    width: 230px;
    color: #FFFFFF;
    padding: 15px;
    margin: 0 auto 10px;
    cursor: pointer;    
    font-size: 18pt;
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.3) inset, 0 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.3) inset, 0 0 1px 1px rgba(0, 0, 0, 0.2) inset;        
    box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.3) inset, 0 0 1px 1px rgba(0, 0, 0, 0.2) inset;          
}
button:hover,
button:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.primary {
    background-color: #0088CC;  
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc); 
}
.primary:hover,
.primary:focus {	
    background-color: #0044cc; 
}

.secondary {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
}
.secondary:hover,
.secondary:focus {
  background-color: #51a351; 
}	
   

/* structure */
#page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#container {
    width: 100%;
    z-index: 1;
    max-width: 1280px;
}

#folder h1 {
    color: #587D98;
    font-size: 30pt;
    font-weight: 400;
    margin-bottom: 5%;
}

#logo {
    background-image: url('../image/logo.png');
    width: 696px;
    height: 174px;     
}

#header {
    height: 785px;
    padding-top: 35px;
    position: relative;
    z-index: 0;
}

#footer {
    background-color: #385265;
}
#footer h3 {
    font-size: 11pt;
    padding: 10px;
    text-align: center;
}

#social {    
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    padding: 4px;
    position: absolute;
    right: 20px;
    top: 10px;   
    border: 1px solid #334d54;
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;   
    border-radius: 4px;     
    -moz-box-shadow: 0 0 3px 2px rgba(255,255,255,0.3) inset;  
    -webkit-box-shadow: 0 0 3px 2px rgba(255,255,255,0.3) inset;        
    box-shadow: 0 0 3px 2px rgba(255,255,255,0.3) inset;     
}
#social a {
    padding: 10px;
}

#controls {
	width: 600px;	
}
#notified {
	float: left;
}
#feedback {
	float: right;
}

/* tablet */
@media screen and (max-width: 1200px) and (min-width: 481px) {

	#logo {
	    margin-top: 80px;
        background-image: url('../image/logo_medium.png');
        width: 404px;
        height: 102px;
    }

    #social {
       font-size: 88%;
    }
    #social a {
        padding: 5px;
    }    
    
    #controls {
        width: 450px;   
    }
    
	button {
	    width: 180px;
		padding: 9px 20px !important;
	}
		
    #folder h1 {
		font-size: 24pt !important;
	}
		
	.feature {
		padding-left: 9% !important;
		padding-bottom: 4% !important;
		padding-right: 0 !important;
		width: 40% !important;
	}
	
	.content {
		width: 75% !important;
	}
}

/* mobile */
@media screen and (max-width: 480px) {
	body {
		background: none;
	}
	
	#logo {
	    margin-top: 12px;
		background-image: url('../image/logo_small.png');
		width: 310px;
		height: 80px;
	}
	
	#social {
	   right: 10px;
       top: 5px;   
	   font-size: 75%;
	}
	#social a {
        padding: 5px;
    }
	
	#controls {
	    width: 100%;   
	}
	#notified {
	    float: none;
	}
	#feedback {
	    float: none;
	}	
	
	#widget {
	   padding: 40px 0;
	}
	
	#header {
		height: auto !important;
		background: url('../image/sky_small.jpg') center top no-repeat scroll;
		background-size: 100%;
		margin-bottom: 20px;
	}
	
	button {
		width: 70% !important;
	}
		
	#folder h1 {
		font-size: 160% !important;
		line-height: 110%;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
		
	.feature {
		padding-left: 10px !important;
		padding-bottom: 9% !important;
		padding-right: 0 !important;
		width: 100% !important;
		max-width: 280px !important;
		float: none !important;
		margin: 0 auto !important;
	}	
	.content {
		width: 70% !important;
		padding-right: 0 !important;
	}	
}