@font-face {
  font-family: 'Roboto';
  src: local("Roboto"), url("roboto/Roboto-Regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local("Roboto"), url("roboto/Roboto-Italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: local("Roboto"), url("roboto/Roboto-Bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local("Roboto"), url("roboto/Roboto-BoldItalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto Thin';
  src: local("Roboto Thin"), url("roboto/Roboto-Thin-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Thin';
  src: local("Roboto Thin"), url("roboto/Roboto-ThinItalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto Light';
  src: local("Roboto Light"), url("roboto/Roboto-Light-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Light';
  src: local("Roboto Light"), url("roboto/Roboto-LightItalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto Medium';
  src: local("Roboto Medium"), url("roboto/Roboto-Medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Medium';
  src: local("Roboto Medium"), url("roboto/Roboto-MediumItalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

body {
  color: #606060;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
p, li {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  /* Good font size for reading */
  line-height: 1.8;
}
/* Good line-height for reading */
h1 {
  margin: 0;
  font-size: 60px;
  line-height: 1;
}
h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
strong {
  font-weight: 600;
}
/*------------- Navbar Styles -------------*/
.navbar {
  z-index: 99;
  border: 0;
  background: none;
}
.navbar.fixed-no-top {
  background: rgba(255, 255, 255, 0.9);
}
.navbar.fixed-no-top .navbar-brand,
.navbar.fixed-no-top .navbar-nav > li > a {
  color: #000;
}
.navbar .navbar-brand {
  font-size: 20px;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  background: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar .navbar-toggle {
  border: 0;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: transparent;
}
.navbar .navbar-nav li.dropdown.open > .dropdown-toggle,
.navbar .navbar-nav li.dropdown.active > .dropdown-toggle,
.navbar .navbar-nav li.dropdown.open.active > .dropdown-toggle {
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  background: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
  padding: 9px 15px;
  font-weight: 300;
  background: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:active,
.navbar .navbar-nav > li > a:hover {
  color: #b7b7b7 !important;
  text-shadow: none;
}
.navbar.flip {
  background: #fff;
}
.navbar.flip li a {
  color: #222;
}
.navbar.flip .navbar-brand {
  color: #222;
}
.navbar .btn-navbar {
  border: 0;
  border: 2px solid transparent;
  background: transparent;
  box-shadow: none;
}
.navbar .btn-navbar:hover {
  border: 2px solid #fff;
  background: transparent;
}
.navbar-default .navbar-nav>.active>a {
	background-color: transparent!important;
} 
@media (max-width: 979px) {
  .navbar .dropdown-menu a {
    padding: 9px 15px;
    font-weight: 300;
  }
  .navbar .btn-navbar-icon {
    display: block;
    float: right;
    color: #fff;
    padding: 14px 0px;
    font-size: 22px;
    margin-right: 20px;
  }
  .navbar a.btn-navbar-icon:hover,
  .navbar a.btn-navbar-icon {
    color: #fff;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-fixed-top,
  .navbar.navbar-fixed-bottom,
  .navbar.navbar-static-top {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
	.navbar .navbar-collapse {
		background: rgba(255,255,255,0.7);
	}
}
.navbar .pull-right > li > .dropdown-menu::after,
.navbar .dropdown-menu.pull-right::after {
  left: auto;
  right: 13px;
}
/* Dropdown General */
.dropdown-menu {
  background-color: #ffffff;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  border-bottom: 3px solid #428bca;
  box-shadow: none;
}
.dropdown-menu > li > a:hover {
  color: #4fc2ff;
  background: #ffffff;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#ffffff')";
}
.dropdown-menu::before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  right: 9px;
}
.dropdown-menu::after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  right: 10px;
}
/*------------- Button Styles -------------*/
/* Btn General */
.btn {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.18), 0px 4px 15px 0px rgba(0,0,0,0.15);
  background-color: #f7951f;
  border: 0;
  background-image: none;
  text-shadow: none;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  filter: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* Btn Red */
  /* Btn Blue */
  /* Btn Green */
  /* Btn Purple */
  /* Btn Yellow */
  /* Btn Black */
  /* Btn Transparent */
  /* Btn Warning */
  /* Btn Primary */
  /* Btn Info */
  /* Btn Danger */
  /* Btn Success */
  /* Btn Inverse */
  /* Btn Sizes */
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn[disabled],
.btn.disabled {
  background-color: #f7951f;
}
.btn.red {
  background-color: #c14400;
}
.btn.red:hover,
.btn.red:focus,
.btn.red:active,
.btn.red.active,
.btn.red[disabled],
.btn.red.disabled {
  background-color: #c14400;
}
.btn.blue {
  background-color: #4690AE;
}
.btn.blue:hover,
.btn.blue:focus,
.btn.blue:active,
.btn.blue.active,
.btn.blue[disabled],
.btn.blue.disabled {
  background-color: #4690AE;
}
.btn.green {
  background-color: #6FAB5C;
}
.btn.green:hover,
.btn.green:focus,
.btn.green:active,
.btn.green.active,
.btn.green.disabled,
.btn.green[disabled] {
  background: #6FAB5C;
}
.btn.purple {
  color: white;
  text-shadow: none;
  border-color: #8506A9;
  background-color: #8506A9;
}
.btn.purple:hover,
.btn.purple:focus,
.btn.purple:active,
.btn.purple.active,
.btn.purple.disabled,
.btn.purple[disabled] {
  background: transparent;
  border-color: #8506A9;
  color: #8506A9 !important;
}
.btn.yellow {
  color: white;
  text-shadow: none;
  background-color: #FFCC40;
  border-color: #FFCC40;
}
.btn.yellow:hover,
.btn.yellow:focus,
.btn.yellow:active,
.btn.yellow.active,
.btn.yellow.disabled,
.btn.yellow[disabled] {
  background: transparent;
  border-color: #FFCC40;
  color: #FFCC40 !important;
}
.btn.black {
  color: white;
  text-shadow: none;
  background-color: #555555;
  border-color: #555555;
}
.btn.black:hover,
.btn.black:focus,
.btn.black:active,
.btn.black.active,
.btn.black.disabled,
.btn.black[disabled] {
  background: transparent;
  border-color: #555555;
  color: #555555 !important;
}
.btn.transparent {
  color: white;
  text-shadow: none;
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}
.btn.transparent:hover,
.btn.transparent:focus,
.btn.transparent:active,
.btn.transparent.active,
.btn.transparent.disabled,
.btn.transparent[disabled] {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff !important;
}
.btn.btn-warning {
  color: white;
  text-shadow: none;
  background-color: #faa732;
  border-color: #faa732;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning.disabled,
.btn.btn-warning[disabled] {
  background: transparent;
  border-color: #faa732;
  color: #faa732 !important;
}
.btn.btn-primary {
  color: white;
  text-shadow: none;
  background-color: #006dcc;
  border-color: #006dcc;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.disabled,
.btn.btn-primary[disabled] {
  background: transparent;
  border-color: #006dcc;
  color: #006dcc !important;
}
.btn.btn-info {
  color: white;
  text-shadow: none;
  background-color: #49afcd;
  border-color: #49afcd;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info.disabled,
.btn.btn-info[disabled] {
  background: transparent;
  border-color: #49afcd;
  color: #49afcd !important;
}
.btn.btn-danger {
  color: white;
  text-shadow: none;
  background-color: #da4f49;
  border-color: #da4f49;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger.disabled,
.btn.btn-danger[disabled] {
  background: transparent;
  border-color: #da4f49;
  color: #da4f49 !important;
}
.btn.btn-success {
  color: white;
  text-shadow: none;
  background-color: #5bb75b;
  border-color: #5bb75b;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success.disabled,
.btn.btn-success[disabled] {
  background: transparent;
  border-color: #5bb75b;
  color: #5bb75b !important;
}
.btn.btn-inverse {
  color: white;
  text-shadow: none;
  background-color: #363636;
  border-color: #363636;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus,
.btn.btn-inverse:active,
.btn.btn-inverse.active,
.btn.btn-inverse.disabled,
.btn.btn-inverse[disabled] {
  background: transparent;
  border-color: #363636;
  color: #363636 !important;
}
.btn.btn-mini {
  height: 20px;
  font-size: 9px;
  line-height: 5px;
  padding: 4px 10px;
}
.btn.btn-big {
  height: 38px;
  font-size: 18px;
  line-height: 18px;
  padding: 8px 16px;
}
.btn.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  margin-bottom: 10px;
}
.btn.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
}
.btn.btn-block {
  margin-bottom: 5px;
}
/* ---------- Portfolio Styles ----------- */
/* Hover Effects */
.boxgrid {
  width: 100%;
  height: 130px;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.boxgrid .cover {
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.boxgrid.slidedown .cover {
  top: -260px;
}
.boxgrid.slideright .cover {
  left: -325px;
}
.boxgrid.thecombo .cover {
  top: 260px;
  left: 325px;
}
.boxgrid img {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  min-height: 100%;
  width: 100%;
}
.boxgrid p {
  padding: 0;
  color: #afafaf;
  font-weight: bold;
  font: 10pt "Lucida Grande", Arial, sans-serif;
}
.boxgrid .boxcaption {
  float: left;
  position: absolute;
  background: #000;
  height: 150px;
  width: 100%;
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
@media (max-width: 979px) {
  .boxgrid {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .boxgrid {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .boxgrid {
    height: 200px;
  }
}
/* ---------- Labels & Badges Styles ----------- */
.label,
.badge {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #ffffff;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: none;
}
/* ---------- Pagination Styles ----------- */
/* Pagination Styles */
ul.pagination > li > a,
ul.pagination > li > span {
  background-color: #dcdcdc;
  border: 1px solid #dcdcdc;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
ul.pagination > li > a:hover,
ul.pagination > li > span:hover {
  color: #999999;
}
/* Pager Styles */
.pager li > a,
.pager li > span {
  background-color: #dcdcdc;
  border: 1px solid #dcdcdc;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pager li > a:hover,
.pager li > span:hover {
  color: #999999;
}
/* ---------- Pricing Styles ----------- */
/* Featured Tag */
.featured {
  border-bottom: 30px solid rgba(255, 255, 255, 0.25);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  width: 140px;
  margin: 43px -11px 0 0;
}
.featured::after {
  content: 'Popular';
  position: absolute;
  margin: 5px 0 0 15px;
}
/* Pricing General */
.pricing-well {
  padding: 19px;
  margin: 20px;
  background-color: #eeeeee;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pricing-well:hover {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.35);
}
.pricing-well .pricing-list {
  list-style-type: circle;
}
/* Pricing Top */
.pricing-top {
  margin-top: 100px;
}
.pricing-top .pricing-well {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.pricing-top .pricing-well:hover {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}
/* ---------- Countdown Styles ----------- */
/* Counter Styles */
.countdown {
  font-size: 0;
  /* Hack for inline and inline-block extra markup generated spaces */
  display: block;
  position: relative;
  overflow: auto;
  width: 550px;
  padding: 20px 0;
  margin: 200px auto 0;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}
.countdown .item {
  display: block;
  float: left;
  position: relative;
  font-size: 50px;
  font-weight: 300;
  padding: 30px 35px 30px 35px;
  margin-right: -10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-top-right-radius: 999px;
  -webkit-border-bottom-right-radius: 999px;
  -webkit-border-bottom-left-radius: 999px;
  -webkit-border-top-left-radius: 999px;
  -moz-border-radius-topright: 999px;
  -moz-border-radius-bottomright: 999px;
  -moz-border-radius-bottomleft: 999px;
  -moz-border-radius-topleft: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-top-left-radius: 999px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.countdown .label {
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  width: 120px;
  text-transform: uppercase;
  padding: 15px 10px;
  display: none;
  /* Remove to show Y/M/D/M/S */
  background: transparent;
  color: #FFF;
}
@media (max-width: 767px) {
  .countdown {
    width: 250px;
  }
  .countdown .item {
    font-size: 30px;
    padding: 10px 15px 10px 15px;
  }
}
@media (max-width: 480px) {
  .countdown {
    width: 170px;
    margin-top: 100px;
  }
  .countdown .item {
    font-size: 20px;
    padding: 10px 11px 10px 11px;
  }
}
/* ---------- 404 & 505 Styles ----------- */
/* Error Styles */
.error-span {
  position: absolute;
  top: 150px;
  width: 100%;
  color: #fff;
}
.error-span .error-text {
  text-align: left;
}
.error-span .error-number {
  letter-spacing: -10px;
  line-height: 0.8;
  margin-right: 10px;
  font-size: 210px;
  color: #fff;
  text-align: right;
}
@media (max-width: 767px) {
  .error-span {
    top: 80px;
  }
  .error-span .error-text {
    text-align: center;
  }
  .error-span .error-number {
    text-align: center;
  }
}
/* ---------- SignUp Styles ----------- */
/* Top Register Styles */
.register .register-panel {
  padding: 20px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border: 1px solid #f0f0f0;
}
.register .register-panel.top {
  width: 350px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
  color: #999999;
  background: #fff;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  display: block;
  padding: 25px;
}
.register .register-panel.top .form-group {
  margin-bottom: 5px;
}
.register .register-panel > h3 {
  margin-bottom: 10px;
  text-align: center;
  color: #000;
}
/* Register Styles */
/* ---------- SignIn Styles ----------- */
/* Login Styles */
.login .login-panel {
  padding: 20px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border: 1px solid #f0f0f0;
}
.login .login-panel > h3 {
  margin-bottom: 10px;
  text-align: center;
  color: #000;
}
.login .login-panel .fpass {
  color: #000;
}
.login .login-panel .fpass:hover {
  color: #999999;
  text-decoration: none;
}
.login .login-panel.top {
  width: 350px;
  height: 250px;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
  color: #000;
  background: #fff;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  display: block;
  padding: 25px;
  text-align: center;
}
/* ---------- Blog Styles ----------- */
/* Blog Post */
.quote {
  padding: 10px;
  margin: 10px;
}
@media (max-width: 767px) {
  .headline {
    margin-bottom: 20px;
  }
}
/* ---------- Table Styles ----------- */
/* Table Header Styles */
.table th {
  font-weight: 500;
}
/* ---------- Contact Styles ----------- */
/* Input Styles */
.bordered-input {
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: 1px solid #999999;
  color: #999999;
}
.bordered-input:focus {
  border: 1px solid #222 !important;
}
.map {
  width: 100%;
  height: 500px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.map .angular-google-map-container {
  width: 100%;
  height: 500px;
  position: absolute;
}
.map .location {
  position: absolute;
  width: 220px;
  height: 300px;
  background: #fff;
  padding: 20px;
  top: 50px;
  left: 100px;
}
@media (max-width: 480px) {
  .map .location {
    left: 5px;
  }
}
.map .location .address {
  margin-bottom: 50px;
}
.map .location > p {
  line-height: 1;
}
.map .location > p > a {
  color: #000;
}
.map .location > p > a:hover {
  color: #999999;
  text-decoration: none;
}
.map .location .contact-icon {
  margin-right: 10px;
  padding-top: 3px;
}
/* ---------- About Styles ----------- */
/* Team Styles */
.team img {
  margin: 70px 10px 10px;
}
.team .team-social {
  margin: 20px 20px 0 20px;
  padding: 20px 20px 0 20px;
  border-top: 1px solid #999999;
}
.team.blue {
  background: rgba(87, 177, 255, 0.5);
}
.team.green {
  background: rgba(86, 255, 0, 0.5);
}
.team.red {
  background: rgba(255, 0, 0, 0.5);
}
.team.orange {
  background: rgba(255, 171, 0, 0.5);
}
.team.yellow {
  background: rgba(255, 247, 0, 0.5);
}
.team.black {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-shadow: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team.black:hover {
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0px 0px 15px 1px #000000;
  box-shadow: inset 0px 0px 15px 1px #000000;
}
/* ---------- Content Styles ----------- */
/* Parallax Top */
.top-parallax {
  position: relative;
  width: 100%;
  height: 300px;
}
.top-parallax .display {
  width: 100%;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* 	Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-8 */
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-parallax .display .slider-bg {
  background: #000000 url('../img/loading.gif') no-repeat center 100px;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.top-parallax .top {
  display: none;
  height: 150px;
  width: 100%;
  background: #fff;
  position: absolute;
}
.top-parallax .title {
  position: absolute;
  color: #fff;
  padding-left: 20px;
  bottom: -8px;
}
.top-parallax .title .author {
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: 8px;
  right: -110%;
  font-size: 18px;
}
.top-parallax .title .date {
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: 28px;
  right: -110%;
  font-size: 18px;
}
.top-parallax.medium {
  height: 450px;
}
.top-parallax.large {
  height: 600px;
}
@media (max-width: 480px) {
  .top-parallax.large {
    height: 300px;
  }
}
.top-parallax.pricing {
  height: auto;
  padding-bottom: 50px;
}
.top-parallax .flexslider {
  background: none;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 80px;
  border: 0;
  position: absolute;
}
.top-parallax .flexslider h1 {
  color: #fff;
  margin: 25px 0 40px;
}
.top-parallax .flexslider p {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 979px) {
  .top-parallax {
    -webkit-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
  }
}
.main {
  padding: 20px 0 50px;
  z-index: 10;
  color: #606060;
  background: #fff;
  position: relative;
}
.masonry {
  margin: 5px -5px -5px;
}
.masonry .masonry-brick {
  width: 50%;
  padding: 5px;
  cursor: pointer;
}
/* Content General */
.content-panel-title {
  padding: 20px;
  margin: 20px;
  border-right: 1px solid rgba(147, 147, 147, 0.5);
}
.content-panel {
  padding: 20px;
  margin: 20px;
  min-height: 70px;
  text-align: justify;
  line-height: 1.8;
  
}
.content-image {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .content-panel,
  .content-panel-title {
    margin: 0;
  }
}
/* <a> Soft Hover */
a.soft-hover {
  color: #000;
}
a.soft-hover:hover {
  color: #999999;
  text-decoration: none;
}
/* ---------- Footer Styles ----------- */
/* Footer */
footer {
  width: 100%;
  padding-top: 50px;
  background: #343838;
  color: #eee;
  /* Contact */
  /* Testimonals */
  /* Updates*/
}
@media (max-width: 767px) {
	footer, footer .footer-title {
		text-align: center!important;
	}
	footer {
	    padding-bottom: 75px;
	}
}
footer p {
  font-size: 14px;
}
footer .footer-content {
  padding: 20px 0;
  border-top: 1px solid #999999;
  min-height: 80px;
}
footer .footer-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
footer .footer-input {
  border-radius: 0 !important;
  width: 100%;
  margin: 5px 0;
  padding: 5px;
  outline: none;
  background: none !important;
  border: 1px solid #fff;
  color: #999999;
}
footer .footer-input:focus {
  border-color: #00a3ff;
}
footer .testimonals {
  margin: 20px;
  padding: 20px 0;
}
footer .testimonals > span.picture {
  float: right;
  margin: 10px;
}
footer .testimonals > span.picture img {
  margin: 3px 10px 3px 3px;
}
footer .update {
  margin: 0 20px;
  padding: 20px 0;
}
/* Social Icons */
.social > li {
  margin: 0 11px;
  display: inline-block;
}
.social > li a {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-filter: grayscale(100%);
}
.social > li a:hover {
  -webkit-filter: grayscale(0%);
}
.social > li a.social-bebo {
  background: url('../img/social/bebo.png');
}
.social > li a.social-blogger {
  background: url('../img/social/blogger.png');
}
.social > li a.social-deviantart {
  background: url('../img/social/deviantart.png');
}
.social > li a.social-digg {
  background: url('../img/social/digg.png');
}
.social > li a.social-dribbble {
  background: url('../img/social/dribbble.png');
}
.social > li a.social-facebook {
  background: url('../img/social/facebook.png');
}
.social > li a.social-flickr {
  background: url('../img/social/flickr.png');
}
.social > li a.social-google-plus {
  background: url('../img/social/google-plus.png');
}
.social > li a.social-linkedin {
  background: url('../img/social/linkedin.png');
}
.social > li a.social-pinterest {
  background: url('../img/social/pinterest.png');
}
.social > li a.social-reddit {
  background: url('../img/social/reddit.png');
}
.social > li a.social-soundcloud {
  background: url('../img/social/soundcloud.png');
}
.social > li a.social-tumblr {
  background: url('../img/social/tumblr.png');
}
.social > li a.social-twitter {
  background: url('../img/social/twitter.png');
}
.social > li a.social-vimeo {
  background: url('../img/social/vimeo.png');
}
.social > li a.social-youtube {
  background: url('../img/social/youtube.png');
}

ul.footermenu {
	list-style:none;
	margin-top:10px;
	margin-left:0;
	padding-left:0;
}
ul.footermenu li {
	float:left;
	margin-left:5px;
	margin-right:5px;
	text-transform:uppercase;
	line-height:33px;
}
ul.footermenu li a {
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	color:#999;
	font-size:10px;
}
ul.footermenu li a:hover {
	color:#fff;
}
.footermenu li:before {
	content:'|';
	color:#fff;
	display:inline-block;
	margin-right:7px;
}
.footermenu li:nth-child(1):before {
	display:none;
}

.toparea {
    background: #fff;
    font-size: 12px;
    color: #606060;
    padding-top: 8px;
    padding-bottom: 8px;
}
@media (max-width: 480px) {
	.toparea {
		display:none;
	}
}
div.waben {
	text-align: center;	
}
div.waben > div.row > div {
    background-repeat: no-repeat;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
	background-size: cover;
}
div.waben > div.row > div.schwarz {
 	color: #606060;
}
div.waben > div.row > div.normal {
 	font-weight: normal;
}
div.waben_small > div.row > div {
    height: 210px;
    padding: 55px 30px;
    width: 190px;
}
div.waben_medium > div.row > div {
    height: 252px;
    padding: 66px 36px;
    width: 228px;
}
div.waben_large > div.row > div {
    height: 303px;
    padding: 79px 43px;
    width: 274px;
}
div.waben_xlarge > div.row > div {
	height: 412px;
    padding: 79px 43px;
    width: 375px;
}
div.waben_xlarge > div.row > div > h4 {
	font-weight: bold;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: -50px;
	padding-bottom: 60px;
	line-height: 1.4;
}
div.waben_xlarge > div.row > div > div.icon {
    margin-top: -63px;
    padding-bottom: 10px;
}
div.waben_xlarge > div.row > div > p {
	font-size: 14px;
	line-height: 1.5;
}
div.waben_xlarge > div.row {
	margin-top: -125px;
}
div.waben_xlarge > div.row:first-of-type {
	margin-top: 0px;
}
div.waben_xlarge > div.row > div {
	margin-left: -50px;
}
div.waben_xlarge > div.row > div:first-of-type {
	margin-left: 0px;
}
@media (max-width:1199px) {
	div.waben {
	}
	div.waben_xlarge > div.row > div > h4 {
	}
	div.waben_xlarge > div.row > div > div.icon {
	}
	div.waben_xlarge > div.row > div > p {
		display: none!important;
	}	
	div.waben_xlarge > div.row {
		margin-top: -90px;
	}
	div.waben_xlarge > div.row > div {
		margin-left: -30px;
		height: 300px;
		padding: 65px 0px;
    	width: 265px;
	}
	div.waben_large > div.row > div {
	    height: 197px;
    	padding: 30px 25px;
    	width: 172px;
    }
}
@media (max-width:767px) {
	div.waben {
	}
	div.waben_xlarge > div.row > div > h4 {
		display: none!important;
	}
	div.waben_xlarge > div.row > div > div.icon {
		font-size: 60%;
    	margin-top: 24px;
	}
	div.waben_xlarge > div.row > div > p {
		display: none!important;
	}	
	div.waben_xlarge > div.row {
		margin-top: -33px;
	}
	div.waben_xlarge > div.row > div {
		margin-left: -12px;
		height: 114px;
		padding: 0px 0px;
    	width: 100px;
	}
	div.waben_xlarge > div.row > div.keine_wabe {
		display:inline-block!important;
	}
	div.waben > div.row > div.keine_wabe {
		display:none;
	}
}
@media (min-width: 767px) {
	div.waben_small > div.row {
		margin-top: -45px;
	}
	div.waben_medium > div.row {
		margin-top: -54px;
	}
	div.waben_large > div.row {
		margin-top: -65px;
	}
	div.waben > div.row:first-of-type {
		margin-top: 0px;
	}
}
div.waben > div.row > div.wabe_blau {
	background-image: url(/img/module/wabe_blau.svg);
}
div.waben > div.row > div.wabe_orange {
	background-image: url(/img/module/wabe_orange.svg);
}
div.waben > div.row > div.wabe_rot {
	background-image: url(/img/module/wabe_rot.svg);
}
div.waben > div.row > div.wabe_mint {
	background-image: url(/img/module/wabe_mint.svg);
}
div.waben > div.row > div.wabe_gelb {
	background-image: url(/img/module/wabe_gelb.svg);
}
div.waben > div.row > div.wabe_bordeaux {
	background-image: url(/img/module/wabe_bordeaux.svg);
}
div.waben > div.row > div.wabe_dunkelgrau {
	background-image: url(/img/module/wabe_dunkelgrau.svg);
}
div.waben > div.row > div.wabe_gruen {
	background-image: url(/img/module/wabe_gruen.svg);
}
div.waben > div.row > div.wabe_hellgruen {
	background-image: url(/img/module/wabe_hellgruen.svg);
}
div.waben > div.row > div.wabe_lila {
	background-image: url(/img/module/wabe_lila.svg);
}
div.waben > div.row > div.keine_wabe {
	background: none;
	color: #606060;
}
div.waben > div.row > div > p {
    display: table-cell;
    vertical-align: middle;
	width: 1000px;
}
div.waben_small > div.row > div > p {
    height: 90px;
}
div.waben_medium > div.row > div > p {
    height: 108px;
}
div.waben_large > div.row > div > p {
    height: 130px;
}
div.waben_xlarge > div.row > div > p {
	/* height: 120px; */
}
div.waben_xlarge > div.row > div > h4 {
    padding-top: 54px;
}
.navbar-brand {
	padding: 10px 15px;
}


body > article:nth-child(8) > section > div > div > div {
    text-align: center;
}

.separator {
    display: inline-block;
    width: 1px;
    height: 10px;
    border-left: solid 1px #ccc;
    margin: 0 20px 0 20px;
}
article.grau {
	background-color: #d9d9d9;
}

a {
	color: #f7951f;
}
a:hover, a:focus {
	color: #f7951f;
}

.portfolio > .col-sm-4 > div.content-panel,
.portfolio > .col-md-4 > div.content-panel,
.portfolio > .col-lg-4 > div.content-panel {
    text-align: right;
    margin: 0;
    padding: 20px 0;
}
.portfolio > .col-sm-8 > div.content-panel,
.portfolio > .col-md-8 > div.content-panel,
.portfolio > .col-lg-8 > div.content-panel {
    margin: 0 20px;
    padding: 0 20px;
}

.technologie > div > div.content-panel {
    text-align: center;
}
.technologie > div > div.content-panel > p {
    text-align: justify;
}
.technologie > div > div.content-panel > h3 {
    line-height: 1.5em;
    margin-bottom: 15px;
}

