@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
/*
 *
 *   NEUBOARD - Responsive Admin Theme
 *   Copyright 2014 Authentic Goods Co. http://authenticgoods.co
 *
*/
.xx-dialog .modal-dialog {
    width :75%;
    height: 75%;
    min-width: 700px;
    min-height: 600px;
}


html {
  height: 100%;
  font-size: 100%;
}
body {
  color: #788093;
  background: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 100%;
  padding: 0px;
  margin: 0px;
  min-height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a:link {
	color: #788093;
	text-decoration: none;
}
a:visited {
  text-decoration: none;
  outline: none;
  color: #647191;
}
a:hover {
	color: #bbbcbf;
}
a:active {
  outline: none;
  text-decoration: none;
  color: #a8a8aa;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #13161C;
  margin: 0;
}
h1,
.h1 {
  font-size: 1.625em;
  text-transform: uppercase;
  margin: 15px 0 10px 0;
}
h2,
.h2 {
  font-size: 1.188em;
}
h3,
.h3 {
  font-size: 1.063em;
}
h4,
.h4 {
  font-size: 0.938em;
}
h5,
.h5 {
  font-size: 0.813em;
}
h6,
.h6 {
  font-size: 0.75em;
}
p {
  font-size: 0.875em;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
img {
  max-width: 100%;
}
::selection {
  background: #fff7dd;
}
::-moz-selection {
  background: #fff7dd;
}
.btn {
  border: none;
  font-size: 15px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 14px;
  margin-bottom: 5px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
.btn:hover,
.btn:focus {
  outline: none;
}
.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none!important;
}
.btn.disabled,
.btn[disabled],
.btn fieldset[disabled] .btn {
  background-color: #909aa0;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn i {
  padding: 0 5px;
}
/* Default Buttons*/
.btn-default,
a.btn-default:link,
a.btn-default:visited {
  color: #ffffff;
  background-color: #909aa0;
  outline: none!important;
}
a.btn-default:hover,
a.btn-default:active {
  color: #ffffff;
  background-color: #9ea7ac;
  border-color: #9ea7ac;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #9ea7ac;
  border-color: #9ea7ac;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #909aa0;
  border-color: #909aa0;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #909aa0;
  border-color: #909aa0;
}
.btn-primary,
a.btn-primary:link,
a.btn-primary:visited {
  color: #fff;
  background-color: #074B7F;
}
a.btn-primary:hover,
a.btn-primary:active {
  color: #ffffff;
  background-color: #5f779d;
  border-color: #5f779d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #5f779d;
  border-color: #5f779d;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background: #556b8d;
  border-color: #556b8d;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #556b8d;
  border-color: #556b8d;
}
.btn-info {
  color: #ffffff;
  background-color: #1f7bb6;
}
.btn-info,
a.btn-info:link,
a.btn-info:visited {
  color: #ffffff;
  background-color: #1f7bb6;
}
a.btn-info:hover,
a.btn-info:active {
  color: #ffffff;
  background-color: #238acc;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #238acc;
  border-color: #238acc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background: #1f7bb6;
  border-color: #1f7bb6;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #1f7bb6;
  border-color: #1f7bb6;
}
.btn-danger {
  color: #ffffff;
  background-color: #e25d5d;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #e67373;
  border-color: #e67373;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background: #e67373;
  border-color: #e67373;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e25d5d;
  border-color: #e25d5d;
}
.btn-success,
a.btn-success {
  color: #ffffff;
  background-color: #074B7F;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #2ccbc3;
  border-color: #2ccbc3;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background: #0095D9;
  border-color: #0095D9;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #0095D9;
  border-color: #0095D9;
}
.btn-warning {
  color: #ffffff;
  background-color: #edce8c;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #edce8c;
  border-color: #edce8c;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background: #f0d7a2;
  border-color: #f0d7a2;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #edce8c;
  border-color: #edce8c;
}
/* 3d Buttons*/
.btn.btn-3d {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btn-3d:active {
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.btn-default.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #858e93;
  -moz-box-shadow: 0px 6px 0px #858e93;
  box-shadow: 0px 6px 0px #858e93;
}
.btn-default.btn-3d:hover,
.btn-default.btn-3d:focus {
  background-color: #909aa0;
}
.btn-default.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #858e93;
  -moz-box-shadow: 0px 2px 0px #858e93;
  box-shadow: 0px 2px 0px #858e93;
}
.btn-default.btn-3d:hover,
.btn-default.btn-3d:focus {
  background-color: #909aa0;
}
.btn-primary.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #4d617f;
  -moz-box-shadow: 0px 6px 0px #4d617f;
  box-shadow: 0px 6px 0px #4d617f;
}
.btn-primary.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #4d617f;
  -moz-box-shadow: 0px 2px 0px #4d617f;
  box-shadow: 0px 2px 0px #4d617f;
}
.btn-primary.btn-3d:hover,
.btn-primary.btn-3d:focus {
  background-color: #556b8d;
}
.btn-success.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #24aca5;
  -moz-box-shadow: 0px 6px 0px #24aca5;
  box-shadow: 0px 6px 0px #24aca5;
}
.btn-success.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #24aca5;
  -moz-box-shadow: 0px 2px 0px #24aca5;
  box-shadow: 0px 2px 0px #24aca5;
}
.btn-success.btn-3d:hover,
.btn-success.btn-3d:focus {
  background-color: #0095D9;
}
.btn-info.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #2273a5;
  -moz-box-shadow: 0px 6px 0px #2273a5;
  box-shadow: 0px 6px 0px #2273a5;
}
.btn-info.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #2273a5;
  -moz-box-shadow: 0px 2px 0px #2273a5;
  box-shadow: 0px 2px 0px #2273a5;
}
.btn-info.btn-3d:hover,
.btn-info.btn-3d:focus {
  background-color: #1f7bb6;
}
.btn-warning.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #dbbd7d;
  -moz-box-shadow: 0px 6px 0px #dbbd7d;
  box-shadow: 0px 6px 0px #dbbd7d;
}
.btn-warning.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #d6ae11;
  -moz-box-shadow: 0px 2px 0px #d6ae11;
  box-shadow: 0px 2px 0px #d6ae11;
}
.btn-warning.btn-3d:hover,
.btn-warning.btn-3d:focus {
  background-color: #edce8c;
}
.btn-danger.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #c94034;
  -moz-box-shadow: 0px 6px 0px #c94034;
  box-shadow: 0px 6px 0px #c94034;
}
.btn-danger.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #c94034;
  -moz-box-shadow: 0px 2px 0px #c94034;
  box-shadow: 0px 2px 0px #c94034;
}
.btn-danger.btn-3d:hover,
.btn-danger.btn-3d:focus {
  background-color: #e25d5d;
}
/* square buttons */
.btn-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* Transparent buttons */
.btn-default.btn-trans {
  color: #909aa0;
  background-color: transparent;
  border: solid thin #909aa0;
}
.btn-default.btn-trans:hover,
.btn-default.btn-trans:active,
.btn-default.btn-trans:focus {
  color: #fff;
  background-color: #909aa0;
  border: solid thin #909aa0;
}
.btn-primary.btn-trans {
  color: #556b8d;
  background-color: transparent;
  border: solid thin #556b8d;
}
.btn-primary.btn-trans:hover,
.btn-primary.btn-trans:active,
.btn-primary.btn-trans:focus {
  color: #fff;
  background-color: #556b8d;
  border: solid thin #556b8d;
}
.btn-success.btn-trans {
  color: #0095D9;
  background-color: transparent;
  border: solid thin #0095D9;
}
.btn-success.btn-trans:hover,
.btn-success.btn-trans:active,
.btn-success.btn-trans:focus {
  color: #fff;
  background-color: #0095D9;
  border: solid thin #0095D9;
}
.btn-info.btn-trans {
  color: #1f7bb6;
  background-color: transparent;
  border: solid thin #1f7bb6;
}
.btn-info.btn-trans:hover,
.btn-info.btn-trans:active,
.btn-info.btn-trans:focus {
  color: #fff;
  background-color: #1f7bb6;
  border: solid thin #1f7bb6;
}
.btn-warning.btn-trans {
  color: #edce8c;
  background-color: transparent;
  border: solid thin #edce8c;
}
.btn-warning.btn-trans:hover,
.btn-warning.btn-trans:active,
.btn-warning.btn-trans:focus {
  color: #fff;
  background-color: #edce8c;
  border: solid thin #edce8c;
}
.btn-danger.btn-trans {
  color: #e25d5d;
  background-color: transparent;
  border: solid thin #e25d5d;
}
.btn-danger.btn-trans:hover,
.btn-danger.btn-trans:active,
.btn-danger.btn-trans:focus {
  color: #fff;
  background-color: #e25d5d;
  border: solid thin #e25d5d;
}
/* Button Sizes */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.navbar-wrapper {
  background: #fff;
  width: 100%;
}
.navbar-wrapper .navbar-default {
  width: 100%;
  border: 0;
  background: #fff;
  display: inline-block;
  position: fixed;
  padding: 15px 0;
  z-index: 1000;
  border-width: 0 0 1px;
}
.navbar-wrapper .logo {
  color: #13161C;
  font-size: 1.375em;
  text-transform: uppercase;
  padding: 0px 0;
  display: inline-block;
  /*height: 53px;
  width: 180px;*/
}
.navbar-wrapper .logo i {
  top: 4px;
  margin-right: 4px;
  position: relative;
  font-size: 1.25em;
}
.navbar-wrapper .logo span {
  font-weight: 700;
}
.navbar-wrapper .navbar-nav > li a {
  color: #13161C;
  font-size: 0.813em;
  text-transform: uppercase;
  font-weight: 700;
}
.navbar-wrapper .navbar-nav > li a:hover {
  background: none;
  color: #0095D9;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	background-color: #fff
}

.navbar-wrapper .navbar-default .navbar-nav > .active > a,
.navbar-wrapper .navbar-default .navbar-nav > .active > a:hover,
.navbar-wrapper .navbar-default .navbar-nav > .active > a:focus {
  color: #0095D9;
  background-color: #fff;
}
.navbar-wrapper .navbar-default .navbar-toggle {
  background-color: #0095D9;
  border-color: #0095D9;
}
.navbar-wrapper .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-wrapper .navbar-default .navbar-collapse,
.navbar-wrapper .navbar-default .navbar-form {
  border: none;
}

.dropdown-menu {
	background-color: #fff;
	border: 0px;
	box-shadow: none;
}

.hover {
	cursor: pointer;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 15px;
}

.navbar-nav > li > a > span.current {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  color: #009549;
}
.navbar-wrapper .navbar-nav > li a > span.current {
  color: #009549;
}
.navbar-nav > li > a > span.active {
	color: #009549;
}
.navbar-wrapper .navbar-nav > li a:hover {
	color: #054d7f;
}

@media (max-width: 767px) {
  .navbar-wrapper .navbar-nav {
    text-align: center;
    float: none!important;
    font-size: 1.375em;
  }
}
@media (max-width: 767px) {
  .navbar-wrapper {
    background: #fff;
    width: 100%;
  }
  .navbar-wrapper .navbar-default {
    padding: 15px 30px;
  }
}
@media (max-width: 1000px) {
	h1 {
	font-size: 1.5em;
	}
}


.btn-realsuccess,
a.btn-realsuccess {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-realsuccess:focus,
.btn-realsuccess.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-realsuccess:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-realsuccess:active,
.btn-realsuccess.active,
.open > .dropdown-toggle.btn-realsuccess {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-realsuccess:active:hover,
.btn-realsuccess.active:hover,
.open > .dropdown-toggle.btn-realsuccess:hover,
.btn-realsuccess:active:focus,
.btn-realsuccess.active:focus,
.open > .dropdown-toggle.btn-realsuccess:focus,
.btn-realsuccess:active.focus,
.btn-realsuccess.active.focus,
.open > .dropdown-toggle.btn-realsuccess.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-realsuccess:active,
.btn-realsuccess.active,
.open > .dropdown-toggle.btn-realsuccess {
  background-image: none;
}
.btn-realsuccess.disabled:hover,
.btn-realsuccess[disabled]:hover,
fieldset[disabled] .btn-realsuccess:hover,
.btn-realsuccess.disabled:focus,
.btn-realsuccess[disabled]:focus,
fieldset[disabled] .btn-realsuccess:focus,
.btn-realsuccess.disabled.focus,
.btn-realsuccess[disabled].focus,
fieldset[disabled] .btn-realsuccess.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-realsuccess .badge {
  color: #5cb85c;
  background-color: #fff;
}




#privacy .spacer {
    height: 2px;
    width: 40px;
    margin: 20px auto;
    background: #0095D9;
}

#impressum .container {
	padding: 120px 0px;
}
#impressum .spacer {
    height: 2px;
    width: 40px;
    margin: 20px auto;
    background: #0095D9;
}

#farmtune_logo {
	height: 53px;
}


#intro {
  background: url(../images/intro/main5.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  display: flex;
}

#intro .container {
	padding: 158px 0px 75px 0px;
}

#intro .features {
  padding: 0;
  list-style: none;
  font-size: 1.2em;
}
#intro .features li {
  color: #fff;
  font-weight: 600;
  padding: 3px 0;
  font-size: 1,5em;
  opacity: 0.7;
}
#intro .padding {
	padding-bottom: 50px;
	padding-left: 30px;
}
#intro .padding2 {
	padding-top: 50px;
	padding-left: 30px;
}
#intro h1 {
	color: #fff;
	width: 100%;
	height: 100%;
	line-height: 1.8em;
  	font-weight: 400;
	font-size: 2.5em;
}
#intro .letterspacing {
	letter-spacing: 0.7px;
}

/*Start of Media Queries for the intro */


@media (max-width: 3000px) {
	#intro .headline h1 {
	font-size: 2.2em;
	}
	#intro .features {
	font-size: 1.0em;
	}
	#intro .padding {
	padding: 100px 0px 100px 0px;
	}
	#intro .padding2 {
	padding: 100px 0px 0px 0px;
	}
}
@media (max-width: 1400px){
	#intro .headline h1 {
	font-size: 1.8em;
	}
	#intro .features {
	font-size: 0.9em;
	}
	#intro .padding {
	padding: 0px 0px 50px 50px;
	}
	#intro .padding2 {
	padding: 40px 0px 0px 50px;
	}
}
@media (max-width: 992px) {
	#intro .headline h1 {
	font-size: 1.8em;
	}
	#intro .features {
	font-size: 0.9em;
	}
}
@media (max-width: 767px) {
	#intro .headline h1 {
	font-size: 1.4em;
	}
	#intro .features {
	font-size: 0.85em;
	}
	#intro .padding {
	padding: 80px 0px 80px 100px;
	}
	#intro .padding2 {
	padding: 80px 0px 0px 100px;
	}
}
@media (max-width: 660px) {
	#intro .headline h1 {
	font-size: 1.6em;
	}
}
@media (max-width: 600px) {
	#intro .headline h1 {
	font-size: 1.3em;
	text-align: center;
	}
	#intro .padding {
	padding: 80px 0px 80px 0px;
	}
	#intro .features {
	display: none;
	}
	#intro .btn1 {
	text-align: center;
	}
}
@media (max-width: 510px) {
	#intro .headline h1 {
	font-size: 1.1em;
	text-align: center
	}
}
@media (max-width: 460px) {
	#intro .headline h1 {
	font-size: 0.9em;
	}
}
@media (max-width: 380px) {
	#intro .headline h1 {
	font-size: 0.7em;
	}
}
@media (max-width: 325px) {
	#intro .headline h1 {
	display: none
	}
}

/*End of Media Queries for the intro */



#whatis {
  background: #fff;
  padding: 75px 0;
}
#whatis .preview {
	height: auto;
	width: auto;
	max-height: 400px;
	margin: 0 auto;
}

#whatis .hoverhand {
	cursor: pointer;
}
#whatis .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#whatis iframe {
	border-radius: 10px !important;
}
#whatis .nopadding {
	padding-left: 0px
}
#whatis .extrapadding {
	padding: 0px 20px 0px 20px;
}
@media (max-width: 992px){
	#whatis .space {
	padding: 100px;
	}
}
@media (max-width: 400px){
	#whatis .hoverhand{
	font-size: 80%;
	}
}
@media (max-width: 320px){
	#whatis .hoverhand{
	font-size: 60%;
	}
}
#alldevices {
	background: #F0F3F6;
	padding: 75px 0;
}
#alldevices .extrapadding {
	padding: 0px 20px 0px 20px;
}
#alldevices .badgegoogle {
	display: inline-block;
	padding: 0;
	height: auto;
	width: auto;
	max-width: 135px;
	max-height: 40px;
	background-color: transparent
}
#alldevices .badgeapple {
	display: inline-block;
}
#alldevices .nopadding {
	padding-left: 0px;
}
#plan {
	padding:75px 0px;
}
#plan .extrapadding {
	padding: 0px 20px 0px 20px;
}

#plan .parent {
	position: relative;
	overflow: auto;
	min-height: 400px;
}
#plan .btnleftbuttom{
	position: absolute;
	left:    0;
	bottom:   0;
	padding: 15px;
}

#plan .preview {
	height: auto;
	max-width: 100%;
	max-height: 400px;
	margin: 0 auto;
}

#worktogether {
	background: #F0F3F6;
	padding: 75px 0;
}
#worktogether .extrapadding {
	padding: 0px 20px 0px 20px;
}
#worktogether .preview {
	height: auto;
	width: auto;
	max-height: 400px;
	margin: 0 auto;
}
#documentation {
	padding: 75px 0px;
}
#documentation .extrapadding {
	padding: 0px 20px 0px 20px;
}
#documentation .preview {
	height: auto;
	width: auto;
	max-height: 400px;
	margin: 0 auto;
}
#invoice {
	background: #F0F3F6;
	padding: 75px 0;
}
#invoice .extrapadding {
	padding: 0px 20px 0px 20px;
}
#invoice .preview {
	height: auto;
	width: auto;
	max-height: 400px;
	margin: 0 auto;
}
#invoice .space {
	margin-top:38px;
}
#smarttracks {
	padding: 75px 0px;
}
#smarttracks .extrapadding {
	padding: 0px 20px 0px 20px;
}
#smarttracks .smalltext {
	font-size: 0.7em;
	padding-top: 5px;
}
#smarttracks .inline {
	position: relative;
}
#smarttracks .colLeft {
	display: inline-block;
}
#smarttracks .colRight {
	display: inline-block;
	float: right;
}


#smarttracks .preview {
	height: auto;
	width: auto;
	max-height: 400px;
	margin: 0 auto;
}

#theftwarning {
	background: #F0F3F6;
	padding: 75px 0px;
}
#theftwarning .extrapadding {
	padding: 0px 20px 0px 20px;
}
#theftwarning .smalltext{
	font-size: 0.7em;
	padding-top: 5px;
}
#theftwarning .preview {
	height: auto;
	width: auto;
	max-height: 400px;
	margin: 0 auto;
}
#theftwarning .inline {
	position: relative;
}
#theftwarning .colLeft {
	display: inline-block;
}
#theftwarning .colRight {
	display: inline-block;
	float: right;
}


#service {
  background: #FFFFFF;
  padding: 75px 0;
}
#service .spacer {
  height: 2px;
  width: 40px;
  margin: 20px auto;
  background: #0095D9;
}


#service .icon-wrapper {
  display: inline-block;
  margin-bottom: 20px;
}
#service .icon-circle {
  padding: 5px 0;
  border: solid thin #788093;
  border-radius: 500px;
  width: 85px;
  height: 85px;
  text-align: center;
}
#service .icon-circle .icon {
  font-size: 2.5em;
  padding: 20px;
  display: inline-block;
}


#pricing {
  padding: 75px 0;
}
#pricing .spacer {
  height: 2px;
  width: 40px;
  margin: 20px auto;
  background: #0095D9;
}
#pricing #plan1,
#pricing #plan1 ul,
#pricing #plan1 ul li,
#pricing #plan2,
#pricing #plan2 ul,
#pricing #plan2 ul li,
#pricing #plan3,
#pricing #plan3 ul,
#pricing #plan3 ul li,
#pricing #plan4,
#pricing #plan4 ul,
#pricing #plan4 ul li {
  margin: 0;
  padding: 0;
  list-style: none;

}
#pricing #pricePlans:after {
  content: '';
  display: table;
  clear: both;
}
#pricing #pricePlans {
  zoom: 1;
  max-width: 69em;
}
#pricing #pricePlans #plan1 .plan,
#pricing #pricePlans #plan2 .plan,
#pricing #pricePlans #plan3 .plan,
#pricing #pricePlans #plan4 .plan {
  background: #fff;
  float: left;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 20px;
  border: 1px solid #f0f0f0;
}
#pricing .planContainer .title h2 {
  font-size: 2.125em;
  font-weight: 300;
  color: #3e4f6a;
  margin: 0;
  padding: 0.6em 0;
}
#pricing .planContainer .title h2.bestPlanTitle {
  background: #1F2329;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
#pricing .planContainer .price p {
  background: #1F2329;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  height: 2.6em;
  line-height: 2.6em;
  margin: 0 0 1em;
}
#pricing .planContainer .information {
	 margin: 2em !important;
}

#pricing .planContainer .options {
  margin-top: 10em;
}
#pricing .planContainer .options li {
  font-weight: 700;
  color: #364762;
  line-height: 2.5;
   text-align: left;
}

#pricing .planContainer .options li span {
  font-weight: 400;
  color: #979797;

}
#pricing .planContainer .button a {
  text-transform: uppercase;
  text-decoration: none;
  color: #3e4f6a;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 2.8em;
  border: 2px solid #1F2329;
  display: inline-block;
  width: 80%;
  height: 2.8em;
  margin: 1.5em 0 1.8em;
}
#pricing .planContainer .button a.bestPlanButton {
  color: #ffffff;
}
#pricing #pricePlans {
  margin: 2em auto;
}
#pricing #pricePlans #plan1 > li:last-child,
#pricing #pricePlans #plan2 > li:last-child,
#pricing #pricePlans #plan3 > li:last-child,
#pricing #pricePlans #plan4 > li:last-child {
  margin-right: 0;
}
#pricing #pricePlans #plan1 .plan:hover,
#pricing #pricePlans #plan2 .plan:hover,
#pricing #pricePlans #plan3 .plan:hover,
#pricing #pricePlans #plan4 .plan:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
#pricing .planContainer .button a {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all 0.25s;
}
#pricing .planContainer .button a:hover {
  background: #1F2329;
  color: #ffffff;
}
#pricing .planContainer .button a.bestPlanButton,
#pricing .planContainer .price p.bestPlanPrice,
#pricing .planContainer .button a.bestPlanButton {
  background: #0095D9;
  border: 2px solid #0095D9;
}
#pricing .planContainer .button a.bestPlanButton:hover {
  background: #0095D9;
  border: 2px solid #0095D9;
}

#missing-info-alert {
    display:none;
}
#buyOverlay {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.8);
    position:fixed;
    top:0;
    z-index:98;
    display:none;
}
#buyFormDiv {
    max-width: 800px;
    margin: auto;
    z-index:99;
    padding-top: 100px;
}
#buySetTitle {
  text-align: center;
}
#buySetHelp {
  text-align: center;
}
#buyContact {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 30px;
  border-radius: 10px;
}
#buyContact .form-control {
  border-radius: 0;
  border-color: #788093;
  background-color: #fff;
  line-height: 17px;
  margin-bottom: 30px;
  min-width: 94%;
	max-width: 94%;
  left: 3%;
  position: relative;
}
#buyContact .form-control:focus {
  box-shadow: none;
  border-color: #0095D9;
}
#buyContact .container {
	width: auto;
}
#contactMessage {
	min-height: 50px;
	max-height: 250px;
}

#testimonials {
  background: url(../images/meinungen.jpg) 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  height: 300px;
  width: 100%;
}
#testimonials .carousel-inner {
	width: 100%
}
#temimonials .carousel {
	width: 100%;
	height: 100%;
}
#testimonials .inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#testimonials .item {
  width: 100%;
  padding: 60px 0 0 0;
}
#testimonials .item p {
  font-size: 1.5em;
  line-height: 36px;
  font-style: italic;
  margin-bottom: 35px;
  color: #fff;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
}
#testimonials .carousel-indicators {
	bottom:0px
}

@media (max-width: 767px) {
  #testimonials {
  	display: none;
    background-size: 0%;
    height: auto;
  }
  .item {
    padding: 10px 0 0 0;
  }
  .item p {
    font-size: 1em;
    margin-bottom: 10px;
  }
}

#requirements {
    background: #fff;
    padding: 75px 0;
}
#requirements .spacer {
    height: 2px;
    width: 40px;
    margin: 20px auto;
    background: #0095D9;
}


#workshop {
  background: #F0F3F6;
}
#workshop .container {
	padding: 80px;
  padding-top: 140px;
}
#workshop .spacer {
  height: 2px;
  width: 40px;
  margin: 20px auto;
  background: #0095D9;
}


#supporttools {
  background: #F0F3F6;
}
#supporttools .container {
	padding: 100px;
  padding-top: 140px;
}
#supporttools .spacer {
  height: 2px;
  width: 40px;
  margin: 20px auto;
  background: #0095D9;
}

#requirements {
  background: #F0F3F6;
}
#requirements .container {
	padding: 100px;
  padding-top: 140px;
}
#requirements .spacer {
  height: 2px;
  width: 40px;
  margin: 20px auto;
  background: #0095D9;
}

#phonesupport .container {
	padding: 100px;
  padding-top: 140px;
}
#phonesupport .spacer {
  height: 2px;
  width: 40px;
  margin: 20px auto;
  background: #0095D9;
}
#supporttools2 .container {
	padding: 100px;
  padding-top: 140px;
}
#supporttools2 .spacer {
  height: 2px;
  width: 40px;
  margin: 20px auto;
  background: #0095D9;
}

#products{
	 background: #F0F3F6;
	 padding: 75px 0;
}
#products .spacer{
	height: 2px;
  	width: 40px;
	margin: 20px auto;
  	background: #0095D9;
}

#privacy {
	background: #fff;
	padding: 75px 0px;
}

.type-circle {
  list-style-type: circle;
}

#team {
  background: #F0F3F6;
}
#team .container {
	padding: 120px 0px;
}
#team .spacer {
  height: 2px;
  width: 40px;
  margin: 20px auto;
  background: #0095D9;
}
#team .team-wrapper {
  background: #fff;
  text-align: center;
  margin: 57px 0 0 0;
  padding: 0 0 29px 0;
  overflow: hidden;
  height: 380px;
}
#team .team-wrapper img {
  padding: 10px;
  width: 250px;
}
#team .team-wrapper span {
  display: block;
  font-weight: normal;
  padding-top: 5px;
  color: #ccc;
  font-size: 0.813em;
}
#team .team-wrapper .team-info {
  padding: 10px 15px 0 15px;
  -webkit-animation-delay: 0.2s;
}
#team .team-wrapper .spacer {
  display: none;
  height: 2px;
  width: 40px;
  margin: 20px auto;
  background: #0095D9;
}
#team .team-wrapper p {
  max-height: 300px;
  overflow: hidden;
  margin: 0px 5px 0 5px;
  padding: 0px 0 0 0;
  line-height: 22px;
  text-overflow: ellipsis;
  opacity: 0;
}
#team .team-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
}
#team .team-wrapper ul li {
  display: inline-block;
  padding: 0 5px;
}
#team .team-wrapper ul li a.twitter:hover i {
  color: #02BCEB;
}
#team .team-wrapper ul li a.facebook:hover i {
  color: #3B5999;
}
#team .team-wrapper ul li a.linkedin:hover i {
  color: #1982C3;
}
#team .team-wrapper ul li a.dribbble:hover i {
  color: #F26A9A;
}
#team .team-wrapper ul li i {
  color: #ccc;
  font-size: 1em;
}
/*
#team .team-wrapper:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
*/
#team .team-wrapper:hover .team-info {
  -webkit-transform: translateY(-230px);
  transform: translateY(-230px);
}
#team .team-wrapper:hover .spacer {
  display: block;
}
#team .team-wrapper:hover img {
  opacity: 0;
}
#team .team-wrapper:hover p {
  opacity: 1;
}
#team .team-wrapper:hover ul {
  -webkit-transform: translateY(-42px);
  transform: translateY(-42px);
}
@media (max-width: 1200px) {
  #team .team-wrapper {
    max-height: 450px;
  }
  #team .team-wrapper:hover .team-info {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
}
@media (max-width: 992px) {
  #team .team-wrapper {
    text-align: left;
    height: auto;
    padding: 0 0 15px 0;
  }
  #team .team-wrapper p {
    opacity: 1;
    margin: 0;
    padding: 0 0 15px 0;
    position: relative;
  }
  #team .team-wrapper img {
    padding: 10px;
    float: left;
    height: 250px;
    opacity: 1;
  }
  #team .team-wrapper .spacer {
    display: block;
    margin: 20px 10px;
  }
  #team .team-wrapper .team-info {
    margin-left: 39%;
  }
  #team .team-wrapper ul {
    margin-left: 40%;
  }
  #team .team-wrapper:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #team .team-wrapper:hover .team-info {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #team .team-wrapper:hover ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #team .team-wrapper:hover img {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #team .team-wrapper img {
    width: 150px;
    height: 150px;
  }
  #team .team-wrapper .team-info {
    margin-left: 20%;
  }
  #team .team-wrapper ul {
    margin-left: 21%;
  }
}
@media (max-width: 660px) {
  #team .team-wrapper .team-info {
    margin-left: 0;
  }
  #team .team-wrapper .team-info p {
    clear: both;
  }
  #team .team-wrapper .team-info .spacer {
    display: none;
  }
  #team .team-wrapper ul {
    margin-left: 10px;
  }
}
#contact {
  background: #1D212A;
  padding: 75px 0;
}
#contact h1 {
  color: #fff;
}
#contact .spacer {
  height: 2px;
  width: 40px;
  margin: 20px auto;
  background: #fff;
}
#contact .contact-info {
  color: #fff;
  margin: 25px 0;
}
#contact .contact-info i {
  font-size: 1.8em;
}
#contact .contact-info span {
  display: block;
  padding: 6px 0;
}
#contact .form-control ::-webkit-input-placeholder {
  color: #788093;
}
#contact .form-control :-moz-placeholder {
  color: #788093;
}
#contact .form-control ::-moz-placeholder {
  color: #788093;
}
#contact .form-control :-ms-input-placeholder {
  color: #788093;
}

#contact .form-control {
  border-radius: 0;
  border-color: #788093;
  background-color: #1D212A;
  color: #fff;
/*  margin-bottom: 12px; */
/*  padding: 18px 10px; */
  line-height: 17px;
  margin-bottom: 30px;
}
#contact .form-control:focus {
  box-shadow: none;
  border-color: #0095D9;
}

.input-error {
  box-shadow: none;
  border-color: #FF1939;
}

.input-ok {
  box-shadow: none;
  border-color: #B2AC09;
}

#presscommentaries {
	background-color: #F0F3F6;
}
#presscommentaries {
	padding: 100px 0px;
}
#presscommentaries .spacer{
	height: 2px;
    width: 40px;
    margin: 20px auto;
    background: #0095D9;
}
#presscommentaries .padding {
	padding-top: 10px;
}

#presscommentaries .btn-press{
	font-size: 15px;
	padding: 8px,14px;
}






@media (max-width: 992px) {
  #contact .form-group {
    width: 100%;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
#footer {
  background: #13161C;
  padding: 30px 0;
}
#footer .footer-links li{
	font-size: 0.75em;
	display: inline;
	margin-right: 1em;
}

#footer .copy,
#footer span {
  font-size: 0.75em;
  font-weight: 600;
}
#footer .facebook {
  background: #3B5999;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 10px 17px;
  margin: 0 8px;
}
#footer .youtube {
	background: #CC1E20;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 10px 14px;
  margin: 0 3px;
}
#footer .googleplus {
	background: #dd4b39;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 10px 14px;
  margin: 0 3px;
}

#footer .social {
	padding: 10px 14px 10px 14px;
	margin: 0px 3px 0px 3px;
}

#footer .iconformat {
	margin: 15px 0px 15px 0px;
}
#footer .social i {
  font-size: 1em;
}
#footer .fbequal {
	padding: 10px 16.27px 10px 16.27px;
}
#footer .gplusequal {
	padding: 10px 15.13px 10px 15.13px;
}
@media (max-width: 767px) {
	#footer .social {
	display: none;
	}
}

/* grow effect for links*/


.grow {
  -webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -ms-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
  transition:all 0.5s ease-out;
}

.grow:hover {
  -webkit-transform:scale(1.3);
  -moz-transform:scale(1.3);
  -ms-transform:scale(1.3);
  -o-transform:scale(1.3);
  transform:scale(1.3);
}
#smarttrackshero {
	padding-top: 83px;
}
#smarttrackshero .behind {
	z-index: 20;
	position: relative;
}
#smarttrackshero .gradient {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 52%, rgba(0,0,0,0.65) 92%, rgba(0,0,0,0.65) 93%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 52%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 93%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 52%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	height: 500px;
	margin-top: -500px;
	z-index: 30;
	position: relative;
}
#smarttrackshero .infront {
	z-index: 40;
	position: relative;
	margin: -150px 0px 0px 75px;
	padding-bottom: 20px;
}
@media (max-width: 500px) {
	#smarttrackshero .infront {
	width: 50px;
	margin: -60px 0px 0px 75px;
	}
}
#whatissmarttracks {
	padding: 75px 0px;
	background: #fff;
}

#tramline {
	padding: 75px 0px;
	background: #fff;
}
#width {
	padding: 75px 0px;
	background: #F0F3F6;
}
#time {
	padding: 75px 0px;
	background: #F0F3F6;
}
#measure {
	padding: 75px 0px;
	background: #fff;
}
#preturn {
	padding: 75px 0px;
	background: #F0F3F6;
}
#components {
	padding: 75px 0px;
	background: #fff;

}
#components .spacer {
  height: 2px;
  width: 40px;
  margin: 50px auto;
  background: #0095D9;
}
#components .parent {
	display: flex
}
#components .item {

	margin: 5px;
	height: auto;
	width: auto;
  max-width: 250px;
	text-align: center;
}
#components .item .centerized {
  max-height: 240px;
  margin: auto;
}
#components .item2 {
	font-size: 5em;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;

}
#pricing {
	background: #F0F3F6;
}
#construction {
	padding: 158px 0px 75px 0px;
	background: #F0F3F6;
}
#thefthero {
	padding-top: 83px;
}
#theftwarning .behind {
	z-index: 20;
	position: relative;
}

#thefthero .gradient {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 52%, rgba(0,0,0,0.65) 92%, rgba(0,0,0,0.65) 93%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 52%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 93%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 52%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	height: 500px;
	margin-top: -500px;
	z-index: 30;
	position: relative;
}
#machinerylocation {
	padding: 75px 0px;
}
#machinerylocation .col {
	position: absolute;
	padding: 420px 0px 75px 75px;
	z-index: 1;
	top: 0;
	left: 0;
}

/*#traktor {
	position: absolute;
    top: 400px;
    left: 760px;
    width: 50px;
}
*/
#theftwarning {
	padding: 75px 0px
}
#theftwarning .center {
	display: block;
    margin: 0 auto;

}

#components-theftwarning {
	padding: 75px 0;
	background: #fff;
}
#components-theftwarning .spacer {
  height: 2px;
  width: 40px;
  margin: 20px auto;
  background: #0095D9;
}
#components-theftwarning .parent {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
#components-theftwarning .item {
	margin: 5px;
	height: auto;
	width: auto;
	text-align: center;
}
#components-theftwarning .item3 {
	margin: 5px;
	height: auto;
	width: auto;
	text-align: right;
}

#components-theftwarning .item2 {
	font-size: 5em;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
}
#components-theftwarning .item3 {
	margin: 5px;
	height: auto;
	width: auto;
	text-align: center;
	font-size: 5em;
}
#components-theftwarning .item4 {
	margin: 5px;
	height: auto;
	width: auto;
	text-align: center;
}
#components-theftwarning .width {
	max-width: 150px;
}

#productinformation-theftwarning {
	padding: 75px 0;
	background: #F0F3F6;
}

#productinformation-theftwarning .spacer {
  height: 2px;
  width: 40px;
  margin: 20px auto;
  background: #0095D9;
}

#productinformation-theftwarning .liststyle li {
	padding-bottom: 20px;
}

#productinformation-theftwarning #plan1,
#productinformation-theftwarning #plan1 ul,
#productinformation-theftwarning #plan1 ul li,
#productinformation-theftwarning #plan2,
#productinformation-theftwarning #plan2 ul,
#productinformation-theftwarning #plan2 ul li,
#productinformation-theftwarning #plan3,
#productinformation-theftwarning #plan3 ul,
#productinformation-theftwarning #plan3 ul li,
#productinformation-theftwarning #plan4,
#productinformation-theftwarning #plan4 ul,
#productinformation-theftwarning #plan4 ul li {
  margin-bottom: 0px;
  padding: 0;
  list-style: none;

}
#productinformation-theftwarning #pricePlans:after {
  content: '';
  display: table;
  clear: both;
}
#productinformation-theftwarning #pricePlans {
  zoom: 1;
  max-width: 69em;
}
#productinformation-theftwarning #pricePlans #plan1 .plan,
#productinformation-theftwarning #pricePlans #plan2 .plan,
#productinformation-theftwarning #pricePlans #plan3 .plan,
#productinformation-theftwarning #pricePlans #plan4 .plan {
  background: #fff;
  float: left;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 20px;
  border: 1px solid #f0f0f0;
}
#productinformation-theftwarning .planContainer .title h2 {
  font-size: 2.125em;
  font-weight: 300;
  color: #3e4f6a;
  margin: 0;
  padding: 0.6em 0;
}
#productinformation-theftwarning .planContainer .title h2.bestPlanTitle {
  background: #1F2329;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
#productinformation-theftwarning .planContainer .price p {
  background: #1F2329;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  height: 2.6em;
  line-height: 2.6em;
  margin: 0 0 1em;
}
#productinformation-theftwarning .planContainer .information {
	 margin: 2em !important;
}

#productinformation-theftwarning .planContainer .options {
  margin-top: 0em;
}
#productinformation-theftwarning .planContainer .options li {
  font-weight: 700;
  color: #364762;
  line-height: 2.5;
   text-align: left;
}

#productinformation-theftwarning .planContainer .options li span {
  font-weight: 400;
  color: #979797;

}
#productinformation-theftwarning .planContainer .button a {
  text-transform: uppercase;
  text-decoration: none;
  color: #3e4f6a;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 2.8em;
  border: 2px solid #1F2329;
  display: inline-block;
  width: 80%;
  height: 2.8em;
  margin: 1.5em 0 1.8em;
}
#productinformation-theftwarning .planContainer .button a.bestPlanButton {
  color: #ffffff;
}
#productinformation-theftwarning #pricePlans {
  margin: 2em auto;
}
#productinformation-theftwarning #pricePlans #plan1 > li:last-child,
#productinformation-theftwarning #pricePlans #plan2 > li:last-child,
#productinformation-theftwarning #pricePlans #plan3 > li:last-child,
#productinformation-theftwarning #pricePlans #plan4 > li:last-child {
  margin-right: 0;
}
#productinformation-theftwarning #pricePlans #plan1 .plan:hover,
#productinformation-theftwarning #pricePlans #plan2 .plan:hover,
#productinformation-theftwarning #pricePlans #plan3 .plan:hover,
#productinformation-theftwarning #pricePlans #plan4 .plan:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
#productinformation-theftwarning .planContainer .button a {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all 0.25s;
}
#productinformation-theftwarning .planContainer .button a:hover {
  background: #1F2329;
  color: #ffffff;
}
#productinformation-theftwarning .planContainer .button a.bestPlanButton,
#productinformation-theftwarning .planContainer .price p.bestPlanPrice,
#productinformation-theftwarning .planContainer .button a.bestPlanButton {
  background: #0095D9;
  border: 2px solid #0095D9;
}
#productinformation-theftwarning .planContainer .button a.bestPlanButton:hover {
  background: #0095D9;
  border: 2px solid #0095D9;
}



/*------------------------------------------------------Outdated-------------------- */


#features {
  background: #F0F3F6;
  padding: 75px 0;
}
#features .spacer {
  height: 2px;
  width: 40px;
  margin: 20px auto;
  background: #0095D9;
}
#features header {
  margin-bottom: 0px;
}
#features .icon-wrapper {
  display: inline-block;
  margin-bottom: 20px;
}
#features .icon-circle {
  padding: 5px 0;
  border: solid thin #788093;
  border-radius: 500px;
  width: 85px;
  height: 85px;
  text-align: center;
}
#features .icon-circle .icon {
  font-size: 2.5em;
  padding: 20px;
  display: inline-block;
}
#errorpage .h1 {
	padding: 150px 0px 50px 0px;
	font-size: 1.9em;
}
#errorpage .h2 {
	padding: 0px 0px 50px 0px;
	font-size: 1em;
}
#errorpage p {
	padding: 0px 0px 100px 0px;

}
#errorpage .underline {
	text-decoration: underline
}
