/*===========================================================*/
/*	Table of Content
/*===========================================================*/
/*	
  #Typography
  #Sprites
	#Light Font Color
	#Site Styles
  #Z-indexes
  #OUR WORK
	#SEPARATOR 1
  #SERVICES
  #SEPARATOR 2
  #ABOUT
  #CONTACT
  #Form
  #COPYRIGHT
	#Media Queries
	#Font-Face 
  */
/*===========================================================*/
/*	Typography
/*===========================================================*/

#right {
	float: right;
	}



h1, h2, h3, h4, h5, h6 {
  color: #181818;
  font-family: "Droid Sans", sans-serif;
  font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 110px;
  line-height: 110px;
  margin: 200px 0;
  text-align: center;
}

h2 {
  font-size: 36px;
  line-height: 50px;
  margin: 102px 0 42px 0;
}

h3 {
  font-size: 42px;
  line-height: 60px;
  margin: 30px 0;
  text-align: center;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  margin: 12px 0;
  text-align: center;
}

h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  margin: 12px 0;
}

h6 {
  font-size: 14px;
  line-height: 21px;
  margin: 12px 0;
  text-align: center;
}

.subheader {
  color: #777;
}

p {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #444444;
}
/*
p {
  margin: 0 0 42px 0;
}
*/
p img {
  margin: 0;
}

p.lead {
  font-size: 21px;
  line-height: 30px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
  color: #bbb;
}

small {
  font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
  font-size: 18px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/*===========================================================*/
/*	Sprites
/*===========================================================*/
.spr-sprite, .facebook, .twitter, .dribbble, .forrst, .google, .linkedin, .facebook-big, .twitter-big, .dribbble-big, .google-big, .linkedin-big {
  background: url("../images/spr-s80f11c85e3.png") no-repeat;
}

/*===========================================================*/
/*	Light Font Color
/*===========================================================*/
#service, #work, #contact, #about, #jobs, #references{
  color: #bbb;
}

/*===========================================================*/
/*	Site Styles
/*===========================================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html, body {
  height: 100%;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #222;
}

#about, #service, #jobs {
  padding-bottom: 48px;
}

.dark {
  color: #000;
}

.light {
  color: #fff;
}

.light-border {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}

.dark-border {
  border-bottom: 1px dotted #676767;
  padding-bottom: 3px;
}

h2:before {
  content: "//";
  color: #009EE0;
  font-size: 36px;
  line-height: 50px;
}

#work, #references {
  position: relative;
  background: url("../images/light_bg.gif?1353686131") repeat white;
}

#service, #contact, #about, #jobs {
  position: relative;
  background: url("../images/dark_bg.gif?1353770128") repeat #2c2c2c;
}

.scanlines {
  background: url("../images/scanlines.gif?1354106496") repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
  opacity: 0.45;
  position: absolute;
  width: 100%;
  height: 100%;
}

#language {
    height: 47px;
    position: fixed;
    right: 0;
    top: 150px;
    width: 30px;
    z-index: 5000;
    background: #009EE0;
    box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-align: center;
    padding-top: 5px;
    font-size: 11px;
    line-height: 12px;
}
#language a {
    color: #ffffff;
    font-size: 11px;
    }
    
#language a:hover {
    color: #bbbbbb;
    font-size: 11px;
    }

/*
#welcome {
  position: relative;
  height: 100%;
  background: url("../images/dummies/1280x600-4.jpg") repeat;
  margin-bottom: -50px;
  overflow: hidden;
  min-height: 600px;

}
*/
#welcome {
  background: url("../images/dummies/1920x900-messgeraet.jpg") 50% 0 repeat fixed;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: -50px;
}

#welcome .container {
  height: 100%;
}

#welcome .description {
  bottom: 100px;
  position: absolute;
}

#welcome .slider-info {
  margin: 0 100px;
}

.slider-container {
  margin-top: 10%;
}

#welcome h2 {
  border-bottom: 1px solid #f3f3f3;
}

#welcome h2:before {
  content: "";
}

#welcome p {
  font-size: 24x;
  line-height: 30px;
  color: #f3f3f3;
}

.company-title {
  color: #FFFFFF;
  display: block;
  font-size: 30px;
  line-height: 50px;
}

.company-title:before {
  /*content: "//";*/
  color: #009EE0;
  font-size: 15px;
  line-height: 50px;
}

#menu {
  background: black;
  /* Fallback for web browsers that doesn't support RGBa */
  background: url("../images/black-pattern.gif?1353524159") repeat rgba(0, 0, 0, 0.65);
  position: relative;
  text-align: center;
  width: 100%;
  height: 50px;
}

#menu a, #menu a:active, #menu a:visited {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ebebeb;
  padding: 16px 5px 12px 5px;
  text-decoration: none;
}

#menu select {
  display: none;
  height: 30px;
  font-family: "Lato", sans-serif;
  margin: 10px auto;
  padding-top: 5px;
  width: 420px;
}

#menu ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  padding: 14px 0 0;
  text-align: center;
  height: 50px;
  float: right;
}

#menu ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: false;
}

#menu ul li {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}

#menu ul li:hover, #menu ul li.current {
  cursor: pointer;
}

#menu ul li:hover a, #menu ul li.current a {
  color: #fff;
  border-bottom: 5px solid #009EE0;
}

/*===========================================================*/
/*	Z-indexes
/*===========================================================*/
.container {
  z-index: 600;
}

#work, #about #references, #jobs {
  z-index: 700;
}

#service, #contact {
  z-index: 700;
}

.scanlines {
  z-index: 500;
}

#menu {
  z-index: 1000;
}

.separator1-bg {
  z-index: 100;
}

.separator2-bg {
  z-index: 100;
}
.separator3-bg {
  z-index: 100;
}
.separator4-bg {
  z-index: 100;
}

#separator1 p.sep-quote, #separator2 p.sep-quote, #separator3 p.sep-quote, #separator4 p.sep-quote  {
  z-index: 200;
}

.copyright {
  z-index: 700;
}

/*===========================================================*/
/*	#OUR WORK
/*===========================================================*/
ul.filter {
  overflow: hidden;
  *zoom: 1;
  margin: 24px 0 48px 0;
  padding: 12px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

ul.filter li {
  color: #686868;
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: false;
}

ul.filter li {
  margin: 0 20px 0 0;
  cursor: pointer;
  padding: 5px 8px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.filter li:hover, ul.filter li.current-li {
  background-color: #009EE0;
  color: #FFFFFF;
}

ul.filter li:last-child {
  margin-right: 0;
}

p.name {
  color: #009EE0;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

p.role {
  color: #363636;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
}

.projects figure {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  text-align: center;
  margin-bottom: 72px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 5px solid #009EE0;
}
/*
.projects figure:hover img.project-image {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
*/
.projects figure:hover .img-description {
 /* padding-bottom: 8px;*/
  /*border-bottom: 5px solid #009EE0;*/
}

.projects figure.not-current {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.projects figure.current .img-container {
  background: none;
}

.projects figure img.project-image {
  max-width: 100%;
  height: auto;
  width: auto;
  /* for ie 8 */
}

img.zoom-icon {
  position: absolute;
  left: 38%;
  top: -58px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.img-container {
  display: inline-block;
  width: 100%;
  background: #444;
  position: relative;
}

.txt-container {
  display: inline-block;
  width: 100%;
  height: 540px;
  background: #444444;
  position: relative;
}
.txt-container p {
  text-align: justify;
  padding: 20px 20px 0 20px;
  line-height:20px;
  font-size: 13px;
  color: #bbbbbb;
}

.img-description {
  background: none repeat scroll 0 0 #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  padding: 12px 0;
}

.img-hover {
  width: 100%;
  height: 100%;
  background: #000;
}

/*===========================================================*/
/*	#SEPARATOR 1
/*===========================================================*/
.separator1-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../images/dummies/1920x1050-audio.jpg") 0 0 repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

#separator1, #separator2, #separator3, #separator4 {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}

#separator1 p, #separator2 p, #separator3 p, #separator4 p {
  font-family: "Droid Sans", sans-serif;
  color: #f3f3f3;
}

#separator1 p.sep-quote, #separator2 p.sep-quote , #separator3 p.sep-quote #separator4 p.sep-quote{
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

#separator1 p.sep-author, #separator2 p.sep-author, #separator3 p.sep-author, #separator4 p.sep-author {
  float: right;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  position: relative;
  text-align: center;
  padding-right: 15%;
}

.vertical-text {
  display: table-cell;
  vertical-align: middle;
  height: 350px;
}

/*===========================================================*/
/*	#SERVICES
/*===========================================================*/
#service h5 {
  margin-top: 12px;
  text-align: center;
}

.service-content {
  background: none repeat scroll 0 0 #444444;
  margin-bottom: 20px;
  padding: 18px;
}

.service-content p {
  margin: 0 0 0 100px;
  text-align: justify;
  color: #bbbbbb;
}

.service-content img {
  float: left;
  margin: 36px 12px;
}

.table-container {
  padding-bottom: 72px;
}

h3.pricing-tables {
  margin: 12px 0 36px;
}

.pricing-table {
  background: #4a4a4a;
  position: relative;
}

img.best-offer {
  position: absolute;
  top: -20px;
  right: -12px;
}

.pricing-head {
  text-align: center;
  background: #1f1f1f;
  overflow: hidden;
  padding: 12px 0;
}

span.currency {
  position: absolute;
  top: 7px;
  left: -15px;
  font-size: 22px;
  vertical-align: super;
}

span.price {
  position: relative;
  font-size: 44px;
  color: #eee;
}

p.pricing-tip {
  color: #676767;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  margin: 0;
}

ul.pricing-options {
  color: #ddd;
  text-align: center;
}

ul.pricing-options li {
  padding: 18px 10px;
  margin: 0px;
}

ul.pricing-options li:nth-of-type(2n) {
  background: #3d3d3d;
}

ul.pricing-options button {
  margin: 0;
}

/*===========================================================*/
/*	#SEPARATOR 2
/*===========================================================*/
#separator2 p {
  color: #151515;
}

#separator2 p.sep-quote {
  padding-left: 15%;
}

.separator2-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../images/dummies/1920x1050-prozessor.jpg") 0 0 repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

/*===========================================================*/
/*	#SEPARATOR 3
/*===========================================================*/
#separator3 p {
  color: #151515;
}

#separator3 p.sep-quote {
  padding-left: 15%;
}

.separator3-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../images/dummies/1920x1050-prozessor.jpg") 0 0 repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
/*===========================================================*/
/*	#SEPARATOR 4
/*===========================================================*/
#separator4 p {
  color: #151515;
}

#separator4 p.sep-quote {
  padding-left: 15%;
}

.separator4-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../images/dummies/1920x1050-frequenz.jpg") 0 0 repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
/*===========================================================*/
/*	#ABOUT
/*===========================================================*/
.member-container {
  margin-bottom: 48px;
}

.member-container p {
  margin: 0;
  text-align: justify;
  color: #e5e5e5;
}

.member-photo {
  max-width: 100%;
  height: auto;
  width: auto;
  /* for ie 8 */
  float: left;
}

h3.member-name {
  font-size: 28px;
}

.member-name {
  color: #ffffff;
  text-align: center;
  margin-bottom: 6px;
  /*font-size: 24px;*/
  line-height: 24px;
}

p.member-title {
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
  text-align: center;
  margin-bottom: 12px;
  color: #009EE0;
}

p.member-description {
  padding: 0 0 12px 162px;
}

.bubble {
  color: #e5e5e5;
  position: relative;
  padding: 0 18px 18px 18px;
  /*margin-left: 170px;*/
  background: #222;
  border: 1px solid #111;
  margin-bottom: 30px;
}


.bubble .header img {
    height: auto;
    max-width: 100%;
    width: auto;
    align: center;
    padding: 30px 10px 30px 10px;
    margin: 0;
}

.bubble a {
  color: #009EE0;
}

.bubble a:hover {
  color: #bbb;
}

.XXXbubble:after {
  content: "";
  position: absolute;
  top: 25px;
  left: -15px;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #222;
  display: block;
  width: 0;
  z-index: 1;
}

.XXXbubble:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -16px;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #111;
  display: block;
  width: 0;
  z-index: 0;
}

.member-links {
  text-align: center;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  padding-top: 10px;
}

/*===========================================================*/
/*	#CONTACT
/*===========================================================*/
#contact {
  background: url("../images/dummies/1920x960-regensburg.jpg") 50% 0 repeat fixed;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#contact a {
  color: #bbb;
}

#contact a:hover {
  color: #fff;
}

#contact p {
  margin-bottom: 18px;
  color: #bbbbbb;
}

#contact h2 {
  margin: 48px 0 24px 0;
}

#contact h5:before {
  content: "//";
  color: #009EE0;
  font-size: 16px;
  line-height: 24px;
}

.location-map {
  padding: 24px 0;
  margin-bottom: 30px;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}

.location-map iframe {
  width: 100%;
  height: 350px;
}

#contact input, #contact textarea {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 24px;
}

#contact textarea {
  height: 100px;
  resize: none;
}

#contact #submit {
  width: 90px;
  height: 30px;
  padding: 5px 10px;
}

#contact form {
  margin: 0;
}

#contact form p {
  margin-bottom: 12px;
}

/* below are all the classes for the normal and hover states for the social icons in the member area in the OUR TEAM section */
.facebook {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 3px;
  background-position: 0 -480px;
  background-position: 0 -500px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.facebook:hover {
  background-position: 0 -480px;
}

.twitter {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 3px;
  background-position: 0 -400px;
  background-position: 0 -420px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.twitter:hover {
  background-position: 0 -400px;
}

.dribbble {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 3px;
  background-position: 0 -128px;
  background-position: 0 -148px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.dribbble:hover {
  background-position: 0 -128px;
}

.forrst {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 3px;
  background-position: 0 -440px;
  background-position: 0 -460px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.forrst:hover {
  background-position: 0 -440px;
}

.google {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 3px;
  background-position: 0 -296px;
  background-position: 0 -316px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.google:hover {
  background-position: 0 -296px;
}

.linkedin {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 3px;
  background-position: 0 -520px;
  background-position: 0 -540px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.linkedin:hover {
  background-position: 0 -520px;
}

.facebook-big {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 5px;
  background-position: 0 -336px;
  background-position: 0 -368px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.facebook-big:hover {
  background-position: 0 -336px;
}

.twitter-big {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 5px;
  background-position: 0 -168px;
  background-position: 0 -200px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.twitter-big:hover {
  background-position: 0 -168px;
}

.dribbble-big {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 5px;
  background-position: 0 0;
  background-position: 0 -32px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.dribbble-big:hover {
  background-position: 0 0;
}

.google-big {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 5px;
  background-position: 0 -64px;
  background-position: 0 -96px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.google-big:hover {
  background-position: 0 -64px;
}

.linkedin-big {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 5px;
  background-position: 0 -232px;
  background-position: 0 -264px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.linkedin-big:hover {
  background-position: 0 -232px;
}

.address {
  background: #3b3b3b;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(59, 59, 59, 0.8);
  width: 100%;
  margin: 12% 0 18%;
  padding-bottom: 30px;
}

.info h5 {
  margin-top: 0px;
  padding-bottom: 6px;
}

.line img {
  margin-right: 10px;
  vertical-align: middle;
}

/*===========================================================*/
/*	Form
/*===========================================================*/
form span.warning {
  font-size: 13px;
  font-style: italic;
  color: #009EE0;
  margin-left: 10px;
  display: none;
}

.line-error {
  background: #f6dbe1;
}

form p {
  height: 25px;
}

.loading {
  float: right;
  font-style: italic;
  display: none;
}

.done {
  width: 90%;
  text-align: center;
  display: none;
}

/*===========================================================*/
/*	#COPYRIGHT
/*===========================================================*/
footer {
  padding: 42px 0;
  height: 50px;
  border-top: 1px solid #555;
}

.copyright {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  color: #f3f3f3;
  font-size: 11px;
  line-height: 20px;
  float: left;
}

.copyright a {
  color: #ffffff ! important;
}
.copyright a:hover{
  color: #bbbbbb ! important;
}

.follow-links {
  float: right;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  padding-bottom: 10px;
  margin-top: -10px;
}

/*===========================================================*/
/*	Modifikationen
/*===========================================================*/
ul {
	list-style: square outside none;
        font-size: 13px;
        padding-left: 35px;
        padding-right: 20px;
        text-align:left
	}
        
li {
	line-height: 20px;
        margin-bottom: 0px;
	}
        
li a {
	color: #bbbbbb ! important;
	}
        
li a:hover {
	color: #ffffff ! important;
	}

/*===========================================================*/
/*	Media Queries
/*===========================================================*/
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #welcome h1 {
    font-size: 80px;
    line-height: 90px;
  }
  
    #welcome .logo img {
    margin: 200px 0 0 -70px;
  }

  #welcome h2 {
    font-size: 35px;
    line-height: 45px;
  }

  #separator2 p.sep-quote {
    padding-left: 28%;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #separator1 p.sep-quote, #separator2 p.sep-quote, #separator2 p.sep-quote {
    font-size: 35px;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #welcome {
    min-height: 500px;
  }

  #welcome h1 {
    font-size: 80px;
    line-height: 90px;
    margin-top: 200px;
    display:none;
  }
  
    #welcome .logo img {
    margin: 200px 0 0 -70px;
  }

  #welcome h2 {
    font-size: 35px;
    line-height: 45px;
  }

  #welcome p {
    display: none;
  }

  #menu ul {
    display: none;
  }

  #menu select {
    display: inline-block;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #welcome {
    min-height: 450px;
  }
  #welcome h1 {
    display:none;
    font-size: 60px;
    line-height: 90px;
    margin-top: 100px;
  }
  
  #welcome .logo img {
    margin: 200px 0 0 -70px;
  }

  #welcome h2 {
    font-size: 35px;
    line-height: 45px;
  }

  #welcome p {
    display: none;
  }

  #welcome .slider-info {
    margin: 0 50px;
  }

  #separator1 p.sep-quote, #separator2 p.sep-quote, #separator3 p.sep-quote, #separator4 p.sep-quote  {
    font-size: 30px;
  }

  #menu ul {
    display: none;
  }

  #menu select {
    display: inline-block;
  }
}
