/*
 * Author: Mathias Eichler
 * URL: http://cloudpwr.com
 *
 * Project Name: AIRLIFT Support website
 * Version: 1.0
 * URL: http://airlift.support
 */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,400italic,700,700italic,900,900italic);


body {
  background-color: #F5F7F9;
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
}

h1 {
	font-weight: 700;
	font-size: 5em;
	color: #385481;
	padding-bottom: 2%;
	padding-top: 2%;
	text-transform: uppercase;
	text-shadow: 3px 3px 0px #fff;
	line-height: 1em;
}

h3 {
	font-weight: 400;
	font-size: 3.5em;
	color: #385481;
	padding-bottom: 2%;
	padding-top: 2%;
	line-height: 1em;
	text-shadow: 1px 1px 0px #fff;
}


h4 {
	color: #333;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2em;		
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #385481;
    word-wrap: break-word;
}

a:hover,
a:focus {
    color: #6E6E6E;
    text-decoration: underline;
    outline: 0;
}


 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 4em 0;
    padding: 0;
}


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



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

.newnavbar-right a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
}

.newnavbar-right {
	float: right;
	padding-top: 10px;
}


/* Helpers */

#userselect {
	padding: 5% 0 5% 0;
	
}

#usersingle {
	padding: 0% 0 5% 0;
	
}

#usersingle h4{
	padding: 0% 0 5% 0;
	
}


#faqcontent {
	padding: 0% 0 5% 0;
	
}

.panel-faq {
	text-transform: inherit;
	font-size: 1.3em;
	font-weight: 400;
}



.bottomfaq {
	padding: 0% 0 10% 0;
	
}

#faqcontent h4{
	padding: 0%;

}

h2{
	text-transform: uppercase;
	padding: 5% 0 5% 0;
	font-weight: 100;
	font-size: 3em;
}




.checkout {
	padding: 5% 0 0 0;
	
}

.pdfdocu {
	padding: 5% 0 0 0;	
}

.pdfdocu a {
	text-decoration: underline;
}


li {
	list-style-type: none;
}

.contact ul{
	font-size: 1.5em;
	padding: 5% 0 10% 0;
	
}



#submenu {
	background-color: #fff;
	border-top-color: #e6e8e9;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #e6e8e9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 5% 0 5% 0;
}

.submenu h3 {
	font-weight: 900;
	font-size: 2.8em;
	color: #6E6E6E;
	padding-bottom: 2%;
	padding-top: 2%;
	margin-bottom: 10%;
	line-height: 1em;
	text-transform: uppercase;
	border-bottom-color: #e6e8e9;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}





.submenu p {
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.3em;
}

.submenu li {
	font-size: 1.7em;
	line-height: 3em;
	list-style-type: none;
}

.submenu ul {
	padding: 0;
	margin-top: 3%;
}

.submenuright {
	
	border-right-color: #385481;
	border-right-style: solid;
	border-right-width: 1px;	
}

.eventmenu h3 {
	font-weight: 900;
	font-size: 4em;
	color: #D8DDE7;
	text-align: right;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 3%;
}

.eventmenu h4 {
	font-weight: 500;
	font-size: 2.0em;
	color: #385481;
	padding-top: 10%;
	text-transform: inherit;
}

.eventmenu a {
	text-decoration: underline;
}




.form-control {
	height: 42px;
	font-size: 18px;
	width: 280px;
}

i {
	margin: 8px;
	color: #3498db; 
}


.boxembed {
	border-color: #385481;
	border-style: solid;
	border-width: 2px;	

	border-radius: 5px;
	padding: 3px;
	
}



/* HeaderWrap */
#headerwrap{
	background: url(../img/supporthero2.jpg) no-repeat center top;
	padding-top: 140px;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom-color: #E6E8E9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    
}

#headerwrap img {

}

.arrowdown {
	padding-top: 50px;
}

.arrowdown i {
	margin: 50 0 70 0;
	font-size: 4em;
	color: #7AEA4A;
	
}

#headeruser {
	padding-top: 100px;
}

#headeruser hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 10% 0;
    padding: 0;
}

.welcome {
	padding: 10% 0 0 0;
	
}




.hero {
	margin-top: 80px;
	
}

#logoline {
	margin-right: 15px;
	font-weight: bold;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}


.user {
	padding: 10%
	
	
}

.btnpad {
	padding-bottom: 20px;
	
}

#footer {
  height: 150px;
  background-color: #698AE7;
  font-size: 0.8em;
  color: #FFF;
  margin-top: 0px;
  }
  
.footer {
	
	padding-top: 50px;
	padding-bottom: 50px;
  
}


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

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


#madein {
	margin-bottom: 10%;
	max-width: 100px;
	min-width: 100px;
	text-align: center;
	
}


#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: 300;	
	text-transform: uppercase;
}

#footerwrap li {
	list-style-type: none;
}

#footerwrap a {
	color: #D7DDE8;
}

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





.icons p {
	padding-left: 10%;
	padding-right: 10%;	
	font-weight: lighter;
	text-align: left;
	font-size: 1em;
}

.icons h5 {
	font-weight: bold;
	font-size: 1.5em;
}


.tutorial p {
	text-align: left;
	font-size: 1em;
}


p {
	font-size: 1.2em;	
}

.guidelist {
	text-align: left;
	
}

.footer  {
	font-size: 0.8em;
	font-weight: 400;
	padding-bottom: 2%;
}


.btn-warning {
  	background-color: #6A91E4;
  	border-color: #6A91E4;
	
	
}

.btn-warning:hover {
	background-color: #167282;
	border-color: #167282;
	
}

.smallcaps {
    font-variant: small-caps;
    text-transform: none;
}

.fa {
	padding-bottom: 2%;
	padding-top: 0%;
	color: #D8DDE7;
}

.fa-login{
	color: #fff;
	
}
	
	
.icontutorial {
	width: 70px;
	margin-right: 5%;
	
}

.tutorial p {
	padding-left: 5%;
	padding-right: 5%;
}


@media (max-width: 480px) {
  
.mt h1 {
	font-weight: 900;
	font-size: 2.4em;
	color: #167282;
}

p {
	font-size: 1.0em;	
}

.mt h2 {
	font-weight: 600;
	font-size: 1.5em;
	color: #6A91E4;	
	padding-bottom: 2%;
}

.mt2 h1 {
	font-weight: 900;
	font-size: 2.4em;
	color: #167282;
}


h3 {
	font-size: 1.4em;
	color: #706F6B;
	font-weight: 400;
}


#headerwrap {
	padding-top: 5%;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
}

#headerwrap h1 {
	margin-top: 35%;
	margin-bottom: 2%;
	color: #385482;
	font-size: 3.5em;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px #fff;
	line-height: 1em;
}

.loginhide {
	visibility: hidden;
}

#logoline {
	float:left;
	padding-top: 5%;
}

.navbar-airlift {
	padding-top: 2%;
	padding-right: 0%;
	max-height: 60px;
}

.fa-login{
	font-size: 1.5em;
	float: right;
	
}

.newnavbar-right {
    padding-top: 0px;
    margin-top: 4px;
}


	
.submenu li {
	font-size: 1.5em;
	line-height: 2em;
}

.submenu ul {
	padding-left: 15%;
	padding-bottom: 5%; 
}

.submenu p {
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.5em;
}

.user {
	padding: 0% 15% 0 15%;
}


}
