/*!
 *	Custom CSS for cloudPWR 2016
 *	A cloudPWR product.
 * Copyright 2016 cloudPWR
 *
 * Designed and built by Mathias Eichler.
 */
 
 
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,400italic,700,700italic,900italic);

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	line-height: 1.5;
	margin: 0;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

a {
	color: #5C7388;
	text-decoration: none;
}

a:visited {
	color: #5C7388;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #8ab3d8;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}



h1 {
	font-size: 3.5em;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 0px;
}

ul {
	list-style-type: none;
}



nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

body {
	background-color: #f5f7f9;
}

p {
	font-size: 	1.4em;
	font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
}










/*!
 Footer
 */
 


/* Set the fixed height of the footer here */
#footer {
  height: 150px;
  background-color: #698AE7;
  font-size: 0.8em;
  color: #FFF;
  margin-top: 0px;
  }
  
.footer {
	
	padding-top: 50px;
	padding-bottom: 50px;
  
}


.sociallogos i {
	font-size: 2em;
	padding-right: 2%
	
}

.sociallogos img {
	width: 24px;
	margin-right: 2%;
	margin-bottom: 4%;
	
}


#madein {
	padding-top: 18%;
	margin-bottom: 10%;
	max-width: 60px;
	min-width: 60px;
	text-align: center;
	
	
}


/*!
 Footer
 */
 
 
 /*!
NEW THEME STUFF
 */
 


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #698AE7;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #698AE7;
	border: 0;
	border-top: 0;
	padding: 0;
	position: absolute;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #005CA3;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #005CA3;
}

.menu-toggle {
	display: none;
}

/* Navbar */



/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-size: 3.5em;
	line-height: 1em;
	margin: 0% 3% 20% 0;
	text-align: right;
	font-weight: 900;
	text-shadow: 2px 1px 0px #ffffff;
}

.entry-title a {
	color: #ced6e4;
}

.entry-title a:hover {
	color: #ffffff;
	text-shadow: 2px 1px 0px #ced6e4;
	text-decoration: none;
}




.page-title {
	font-size: 3.5em;
	line-height: 1em;
	text-align: left;
	font-weight: 900;
	text-shadow: 2px 1px 0px #ffffff;
}

.page-title a {
	color: #ced6e4;
}

.page-title a:hover {
	color: #ffffff;
	text-shadow: 2px 1px 0px #ced6e4;
	text-decoration: none;
}


.pagethumbnail {
	overflow: hidden;
	margin:auto;
	position:relative;
	border-bottom: 2px solid #ced6e4;
}
.pagethumbnail img {
	width:100%;
	height:auto;
}
.cardh1 {
	position:absolute;
	text-align: center;
	top:0px;
	left:0;
	right:0;
	bottom:0px;
	overflow:auto;
}
.cardsh1 {
	position:absolute;
	text-align: center;
	top:0px;
	left:0;
	right:0;
	bottom:0px;
	overflow:auto;
}
.cardh1-content h1 {
	margin-top: 6%;
	color: white;
	font-weight: 100;
	font-size: 5.5em;
}

#pagecontainer {
	margin: 5% 0 5% 0;
	
}

#pagecontainerArchive {
	margin: 5% 0 0% 0;
	
}

#pageinside {
	background-color: #fbfcff;
	padding: 3%;
	-webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 -khtml-border-radius: 10px;
 border-radius: 10px;
 box-shadow: 5px 5px 0px #ced6e4;
 }
 
 #pageinside h3{
    padding: 0 0% 0% 0%;
 }

.termscontent {
	font-size: 3em;
	
}

#helpcontainer {
	padding: 5% 0 5% 0;
	background-color: #5D7489;
}
	
#helpcontainer h2 {
	padding: 5% 0 5% 0;	
	
}

#sidebarbg {
	background-color: #fbfcff;
	padding: 10%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 0px #ced6e4;
	
}

.pagethumbnail {
	max-height: 250px;
	overflow: hidden;
	
}

#sidetext {
	padding: 15% 0% 5% 0%;	
}

#sidetext p,h3 {
	padding: 0 2% 0% 10%;
}

#sidetext p {
	font-size: 1.1em;	
}

.sideicon {
	font-size: 0.8em;
}

.sidelinks {
	text-transform: uppercase;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: right;
	padding: 5% 3% 0 0;
}

.entry-meta a {
	color: #5C7388;
}

.entry-meta a:hover {
	color: #A6C6E1;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}



.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/* Self-explanatory? */
.paging {
	padding: 1% 0 3% 0;
}



/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content p {
	font-size: 1.5em;

	
}

.terms-content {
		padding-top: 10%;
}

.terms-content p {
	font-size: 1.2em;	
}


.entry-content ul {
	font-size: 1.2em;
	color: #5C7388;	
}

.entry-content li {
	padding-bottom: 2%;
}

.entry-content li:before {
	color: #7CED4A; /* set color to red */
	content: "\25A1"; /* /2022 is the numerical unicode for &bull; */
	font-size: 1em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
	padding-right: .5em; /* give the bullet some padding from the text Make sure to use em*/
	margin-left: -1.1em;
	position: relative;
   /*  top: .1em; set the vertical position of the bullet if necessary. Make sure to use em or % */
}

.readmore {
	padding-top: 5%;
	font-size: 0.7em;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	float: right;
}

.divider {
	text-align: center;
	color: #536D85;
	font-size: 2.5em;
	padding: 1% 0 10% 0;
	text-shadow: 1px 2px 0px #fff;
	
}

.dividerpage {
	text-align: center;
	color: #536D85;
	font-size: 2.5em;
	padding: 1% 0 1% 0;
	text-shadow: 1px 2px 0px #fff;
	
}


.entry-content a,
.comment-content a {
	color: #5C7388;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #A6C6E1;
	text-decoration: none;
}

.entry-content blockquote {
	font-size: 1.3em;
	border-left: 2px solid #7CED4A;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


#supportbee {
	margin-top: 5%;
	padding: 5% 10% 5% 5%;
	width: 100%;
	min-height: 530px;
	border: none;
	border-right: 2px solid #CFD7E3;
}

#supportbeeframe {
	background-color: white;
	margin: 5% 5% 2% 3%;
	width: 95%;
	border: 2px dotted #CFD7E3;
	padding: 3%;
	
}

.suppportpic {
	font-size: 7em;
	color: #CFD7E3;
	text-align: center;
	padding: 10% 5% 5% 5%;
	float: right;
	
}
.suppporttext {
	padding: 90% 0 0 5%;
	font-size: 0.8em;
	
}




/* ==========================================================================
   BLOG Header
   ========================================================================== */
   
   
#blogheader {
	background-image: url(/wp-content/themes/cloudPWR2016/assets/images/ecmpro.jpg);
	margin-top: 0px;
	margin-bottom: 80px;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-bottom: 0px;	
	border-bottom: 2px solid #ced6e4;

}

#blogheader h1 {
	margin-top: 0;
	padding: 10px 0px 0 0 ;
	color: white;
	font-weight: 100;
	font-size: 5.5em;
	text-align: center;
}  

#blogheader p {
	margin-top: 0;
	padding-top: 15px;
	color: white;
	font-weight: 300;
	font-size: 2em;
	text-align: left;
	text-transform: uppercase;	
	margin: 0 0 -25px 15px;
} 

#blogheader a {
	color: white;
	
}  

.newsheader {
	border-left: 2px solid #fff;	
}


.newsheader ul {
	padding-top: 11px;
	font-size: 1.5em;
	color: #ffffff;	
	text-transform: none;
	font-weight: 300;
}

.newsheader li {
	padding-bottom: 0%;
	margin-bottom: 0%;
	line-height: 1.3em;
}

.newsheader li:before {
	color: #fff; /* set color to red */
	content: "\25A0"; /* /2022 is the numerical unicode for &bull; */
	font-size: 1.1em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
	padding-right: .3em; /* give the bullet some padding from the text Make sure to use em*/
	margin-left: -1em;
	position: relative;
	 top: .1em; /*set the vertical position of the bullet if necessary. Make sure to use em or % */
}
   
   
   
#careerheader {
	background-image: url(/wp-content/themes/cloudPWR2016/assets/images/careers.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 200px;	
	border-bottom: 2px solid #ced6e4;

}

#careerheader h1 {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	color: white;
	font-weight: 100;
	font-size: 7.5em;
	text-align: center;
}  

#careerheader p {
	padding-top: 0px;
	color: white;
	font-weight: 100;
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;	
	margin: 0 0 50px 0px;
} 

#careerheader2 {
	background-image: url(/wp-content/themes/cloudPWR2016/assets/images/careers3.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;	
	border-bottom: 2px solid #ced6e4;

}

#careerheader2 h4 {
	padding-top: 0px;
	color: black;
	font-weight: 300;
	font-size: 2em;
	line-height: 1.5em;
	text-align: left;	
	margin: 0 0 50px 0px;
	text-transform: none;	
	
} 

#careersopenh1 {
    color: #535353;
    font-weight: 700;
    font-size: 6em;
    text-transform: uppercase;
    padding: 0%;
}
   
   

/* ==========================================================================
   STATUS Header
   ========================================================================== */
   
   
#statusheader {
	background-image: url(/wp-content/uploads/2015/11/status-1500x250.jpg);
	margin-top: 0px;
	margin-bottom: 10px;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-bottom: 10px;	
	border-bottom: 2px solid #ced6e4;

}

#statusheader h1 {
	margin-top: 0;
	padding: 10px 15px 0 0 ;
	color: white;
	font-weight: 100;
	font-size: 7.5em;
	text-align: center;
}  
#statusheader p {
	margin-top: 0;
	padding-top: 15px;
	color: white;
	font-weight: 300;
	font-size: 2em;
	text-align: left;
	text-transform: uppercase;	
	margin: 0 0 -25px 15px;
} 

#statusheader a {
	color: white;
	
}  

#statusinside {
	background-color: #fbfcff;
	padding: 3%;
	-webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 -khtml-border-radius: 10px;
 border-radius: 10px;
 box-shadow: 5px 5px 0px #ced6e4;
 }
 
 #statusinside h3 {
    padding: 0 0% 0% 0%;
 }
 
 .status-title {
	font-size: 3.5em;
	line-height: 1em;
	margin: 0% 3% 0% 0;
	text-align: left;
	font-weight: 900;
	text-shadow: 2px 1px 0px #ffffff;
}

.status-title a {
	color: #ced6e4;
}

.status-title a:hover {
	color: #ffffff;
	text-shadow: 2px 1px 0px #ced6e4;
	text-decoration: none;
}

 .status-titleArchive {
	font-size: 1.5em;
	line-height: 1em;
	padding: 0% 0 0% 5%;
	margin: 0% 3% 0% 0;
	text-align: left;
	font-weight: 900;
	text-shadow: 2px 1px 0px #ffffff;
}

.status-titleArchive a {
	color: #333333;
}

.status-titleArchive a:hover {
	color: #637486;
	text-shadow: 1px 1px 0px #fff;
	text-decoration: none;
}


.status-meta {
	clear: both;
	font-size: 1.4em;
	line-height: 1.1em;
	text-transform: uppercase;
	text-align: left;
	padding: 15% 0 0 5%;
	color: #607487;
}

.status-meta a {
	color: #5C7388;
}

.status-meta a:hover {
	color: #A6C6E1;
}

#statusAIR {
	padding-top: 10%;
	
}

#statusicon {
	padding-top: 0%;
	color: #fff;
	text-shadow: 1px 1px 0px #607487;
	font-size: 7em;
}

#statusiconArchive {
	padding-top: 0%;
	color: #fff;
	text-shadow: 1px 1px 0px #607487;
	font-size: 5em;
}


.status-metaArchive {
	clear: both;
	font-size: 1em;
	line-height: 1.1em;
	text-align: left;
	padding: 3% 0 2% 5%;
	color: #607487;
}

.status-metaArchive a {
	color: #5C7388;
}

.status-metaArchive a:hover {
	color: #A6C6E1;
}






/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background-color: #34495e;
}

#headerwrap h1 {
	margin-top: 30px;
	color: white;
	font-size: 70px;
	
}

#headerwrap h3 {
	color: white;
	font-size: 30px;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: left;
	color: white
}

/* intro Wrap */

#intro {
	padding-top: 50px;
	border-top: #041B61 solid 0px;
}

#features {
	padding-top: 50px;
	padding-bottom: 50px;
}

#features h1 {
	font-size: 3.5em;
}

#features p {
	font-size: 1.6em;
	line-height: 1.8em;
	padding-top: 5%;
	padding-bottom: 5%;	
}

#features ul {
	font-size: 1.6em;
	line-height: 2em;
	color: #7789AA;
}

#features li {
	list-style-type: none;
	

}


.where {
	font-size: 2em;
	color: #FA6200;
	
	
}



#features .ac a{
	font-size: 20px;
}




/* Showcase1 Wrap */

#showcase1 {
	display: block;
	background-color: #535353;
	padding-top: 10%;
	padding-bottom: 8%;
}


#showcase1 h1 {
	color: #d6dce9;
	font-size: 3.5em;
	padding-top: 2%;
	padding-bottom: 2%;
}

#showcase1 h2 {
	color: #d6dce9;
	font-size: 3em;	
	font-weight: 100;
}


#showcase1 h3 {
	color: #d6dce9;
	font-size: 2.2em;	
	font-weight: 300;
	padding-top: 5%;
	padding-bottom: 5%;	
}

#showcase1 p {
	color: #d6dce9;
	font-size: 1.7em;
	line-height: 1.5em;
	padding-bottom: 2%;	
	font-weight: 100	
}


#showcase1 ul {
	font-size: 1.1em;
	line-height: 2em;
	color: #fff;
}

#showcase1 li {
	list-style-type: none;

}

#citiment p {
	font-size: 1.2em;
	line-height: 1.8em;
	
}


/* Showcase1 Wrap */

#showcase {
	display: block;
	background-color: #535353;
	padding-top: 2%;
	padding-bottom: 8%;
}


#showcase h1 {
	color: white;
	padding-bottom: 5%;
	font-weight: 700;
	font-size: 5em;
}

#showcase h3 {
	color: white;
	font-size: 1.8em;
	font-weight: 100;		
}

#showcase p {
	color: white;
	font-size: 1em;		
}



.fa-5x {
	color: #798BA9;
	font-size: 100px;
	text-align: center;
}


.jumbotron2 {
	background: #798AA8;
	margin-bottom: 0px;
	background-image: url(/assets/img/bg3.jpg);
	background-position: center center;
	padding-top: 150px;
	padding-bottom: 430px;	
	text-align: left;
}

.jobsIMG {
	-moz-box-shadow: 2px 2px 0px #7FF250;
-webkit-box-shadow: 2px 2px 0px #7FF250;
box-shadow: 2px 2px 0px #7FF250;
width: 100%;	
}

.jobs li{
	padding: 3% 0 1% 0;
	font-size: 0.9em;
	text-align: left;
	font-weight: 700;	
}





.btn-jobs {
	position: absolute;
	right: 10px;
}

.btn {
	text-transform: uppercase;
	border-color:  #607487;
	border-width: 2px;
	background-color: #f2f7ff;
	font-weight: 900;
	color: #607487;
	font-size: 1em;
	box-shadow: 5px 5px 0px #ced6e4;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #CFD7E3; /* Old browsers */
	background: -webkit-linear-gradient(top, #CFD7E3 0%, #CFD7E3 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #CFD7E3 0%, #CFD7E3 100%); /* W3C */
	background-color: #7CED4A;
	outline: none;
	color: #fff;
}






#quotes {
	border-right-color: #7FF250;
	border-right-style: solid;
	border-right-width: 5px;
	margin: 5% 0 2% 0;
	
}

#quotes p {
	font-size: 1.4em;
	padding: 10% 5% 2% 0;
	font-weight: 200;
	
}

#comework {
	padding: 10% 0 0 0; 
		
}

#showcase3 {
	display: block;
	background-color: #d6dce9;
	padding-top: 2%;
	padding-bottom: 8%;
}

#showcase3 h1 {	
	color: #535353;
	font-weight: 700;
	font-size: 6em;
	text-transform: uppercase;
	padding: 5%;
}



#category {
	font-size: 1em;
	text-transform: uppercase;
	color: #535353;
	background-color: #D7DDE8;
	padding: 2%;
	font-weight: 700;
	
}


#category a {
	color: white;
	
}


.categorywrap {
	margin:auto;
	position:relative;
}
.categorywrap img {
	width:100%;
	height:auto;
}
.categoryh1 {
	position:absolute;
	text-align: left;
	left:0px;
	top:20px;
	overflow:auto;
}

.categoryh1-inner {
	display:table;
	width:100%;
	height:100%;
}





/* APP STORE */

.jumbotron {
	background: #d4e6ed;
	margin-bottom: 0px;
	background-image: url(/wp-content/themes/cloudPWR2016/assets/images/flight16.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 190px;	
	text-align: left;
	background-size:cover;
}

.jumbotron h1 {
	font-size: 5em;
	color: #FFF;
	ddtext-shadow: 2px 2px 0px #FFF;
	font-weight: 700;
	text-transform: uppercase;
}

.jumbotron h3 {
	font-size: 2.2em;
	color: #FFF;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0;
}

.jumbotron p {
	font-size: 1.3em;
	color: #FFF;
	font-weight: 300;
}


.jumbotron_connect {
	padding-top: 100px;
	padding-bottom: 150px;
}


.centered {
	text-align: center;
	
}

.right {
	text-align: right;
	
}



#intro p {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 1.4em;
	line-height: 1.2em;
	
}

#intro h3 {
	font-size: 2.4em;
	font-weight: 100;
	padding-top: 2%;
	padding-bottom: 2%;
	
}

.thumbnail {
	padding: 5%;	
}



#footerwrap {
	padding-top: 2%;
	padding-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	background-color: #535353;
}

#footerwrap h1 {
	text-align: center;
	color: #7FF250;
	font-weight: 700;
	padding: 2% 0 5% 0;
}

#footerwrap ul {
	color: #D7DDE8;
	font-size: 1em;
	font-weight: 200;
	text-transform: uppercase;	
	margin-top: 8px;
}

#footerwrap a {
	color: #D7DDE8;
}

.address {
	color: #D7DDE8;
	font-size: 0.8em;
	padding-left: 0%;
}




.btn-footer {
	margin: 8% 0 2% 0;
	
} 

hr {
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #ced6e4;
    border-bottom: 1px solid #ffffff;
	
}

#impressum  {
	padding-top: 2%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #D7DDE8;

}

.sidelogo {
width: 50%;
padding: 2% 0% 5% 0%;
}





.number {

	margin-left: 50%;
	margin-right: 50%;
	
}

.arrow {
	text-align: center;
	padding-top: 10%;
}

.arrow2 {
	text-align: center;
	padding-top: 10%;
	display: none;
}

.citizen {
	background-color: #B33A00;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5%;	
	color: white;
}

.citizen p {
	text-align: right;
		font-style: italic;
	
}

.gov p {
	text-align: right;
	font-style: italic;
	
}

.gov {
	background-color: #78A6A8;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5%;
	color: white;	
}


.navbar-toggle {
	padding: 10px 5px 25px 5px;
	
}





.navbar-airlift {
    background-color: rgba(71, 100, 126, 0.9);
    margin-top: 0%;
    margin-bottom: 3%;
    padding-left: 10%;
    padding-right: 10%;
    color: #fff;
    border-color: none;
            position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.logoNav {
	padding-top: 5%;
	padding-bottom: 3%;	
}

.navbar-default {
	border-bottom: none;
	
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
}


.format-gallery {
	background-color: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: inherit;
}


/* MEDIA QUERIES */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For iPad portrait layouts only */


}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For iPad landscape layouts only */

	
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {   
/* For iPhone portait layouts only */ 

#blogheader h1 {
	margin-top: 0;
	padding: 10px 15px 0 0;
	color: white;
	font-weight: 100;
	font-size: 3em;
	text-align: center;
}

.entry-title {
	font-size: 2.5em;
	line-height: 1em;
	margin: 0% 0% 0% 0;
	text-align: right;
	font-weight: 900;
	text-shadow: 2px 1px 0px #ffffff;
}

#footerwrap {
	padding-top: 15%;
	padding-bottom: 10%;
	margin-left: auto;
	margin-right: auto;
	background-color: #535353;
	font-size: 1.5em;
}

.sociallogos img {
	width: 36px;
	margin-right: 2%;
	margin-bottom: 6%;	
}

.cardh1-content h1 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 6%;
	color: white;
	font-weight: 100;
	font-size: 3em;
}




	.jumbotron h1 {
		font-size: 2.5em;
		color: #fff;
		text-shadow: 2px 2px 0px #041B61;
	}	
	

	.arrow {
		text-align: center;
		padding-top: 10%;
		display: none;
	}

	.arrow2 {
		text-align: center;
		padding-top: 5%;
		padding-bottom: 5%;
		margin-left: 40%;
		margin-right: 50%;
		width: 20%;
		display: block;
	
	}
	
	#showcase h1 {
	color: white;
	font-size: 2.5em;
	padding-bottom: 5%;
}
	
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  /* For iPhone landscape layouts only */


.jumbotron h1 {
	font-size: 3em;
	color: #fff;
	text-shadow: 2px 2px 0px #041B61;
}	

.arrow {
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
	display: none;	
}

	
}





.background {
	padding: 2% 0 2% 0;
	color: #fff;
  background: #20304e;
  -webkit-animation: cyclecolors cubic-bezier(0.4, 0, 1, 1) infinite;
  -webkit-animation-duration: 90s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
}


/* navbar color cycle animation */

@keyframes cyclecolors 

	{
		0%  {background:#20304e;}
		16%  {background:#495d81;}
		32%  {background:#346fdc;}
		48% {background:#7ba7f7;}
		64% {background:#1559d6;}
		96% {background:#0a2f72;}
	}

@-webkit-keyframes cyclecolors /* Safari */
	{		
		0%  {background:#20304e;}
		16%  {background:#495d81;}
		32%  {background:#346fdc;}
		48% {background:#7ba7f7;}
		64% {background:#1559d6;}
		96% {background:#0a2f72;}
	}
	
@-moz-keyframes cyclecolors /* Firefox */
	{
		0%  {background:#20304e;}
		16%  {background:#495d81;}
		32%  {background:#346fdc;}
		48% {background:#7ba7f7;}
		64% {background:#1559d6;}
		96% {background:#0a2f72;}
	}
	
.background p {
	padding-top: 3%;
	font-size: 1.1em;
	text-align: center;
	
	
}