@import url(//fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
@import url(//fonts.googleapis.com/css?family=Ubuntu+Condensed);
html,
body {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  position: relative;
}
header {
  background: url(../Images/bg_header.jpg) repeat top left;
  font-family: 'Ubuntu Condensed';
  height: 250px;
  color: #fff;
}
header a:hover {
  text-decoration: none;
}
header.minHeader {
  height: 115px;
}
header.minHeader .headernav {
  margin-top: 14px;
}
header.minHeader .headernav li.active.sub ul {
  display: none;
}
header.minHeader .logo {
  background: url(../Images/logo_klein.png) no-repeat 0 0;
  width: 47px;
  height: 47px;
  top: 35px;
}
header.minHeader .topnav {
  display: none;
}
@media (min-width: 768px) {
  header {
    height: 292px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
p {
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
ul {
  margin: 7px;
  list-style-image: url(../Images/li.jpg);
  padding: 0;
}
li {
  font-size: 1em;
  line-height: 1.5em;
  margin-left: 0.8em;
}
h1 {
  margin: 40px 0;
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
h2 {
  color: #555;
  text-transform: uppercase;
  margin: 30px 0;
}
strong,
b {
  font-weight: 700;
}
.rcontainer {
  position: relative;
  height: 100%;
}
.logo {
  position: absolute;
  right: 17px;
  top: 70px;
  background: url(../Images/internetagentur.png) no-repeat 0 0;
  width: 186px;
  height: 56px;
}
@media (max-width: 760px) {
  .logo {
    top: 15px;
    /*		right: 0px; */
  }
}
.logo span {
  display: none;
}
.gridX-0,
.gridX-1 {
  width: 160px;
}
.gridX-2 {
  width: 330px;
}
.gridX-3 {
  width: 500px;
}
.gridX-4 {
  width: 670px;
}
.gridX-5 {
  width: 840px;
}
.gridX-6 {
  width: 1010px;
}
.gridY-0,
.gridY-1 {
  height: 160px;
}
.gridY-2 {
  height: 330px;
}
.gridY-3 {
  height: 500px;
}
.gridY-4 {
  height: 670px;
}
.gridY-5 {
  height: 840px;
}
.gridY-6 {
  height: 1010px;
}
.grayscale img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(1);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
}
.grayscale:hover img,
.grayscale.active img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\’http://www.w3.org/2000/svg\’><filter id=\’grayscale\’><feColorMatrix type=\’matrix\’ values=\’1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\’/></filter></svg>#grayscale");
  filter: none;
}
.nav {
  list-style: none;
  padding: 0;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0 25px 0 0;
}
.nav li a {
  color: #fff;
  padding: 0;
}
.nav li a:hover,
.nav li a.active {
  text-shadow: 1px 1px 5px rgba(251, 246, 194, 0.75);
}
.nav ul {
  margin: 15px 0 0;
  list-style: none;
}
.nav ul li {
  float: none !important;
  font-size: 18px;
  padding: 0;
  line-height: normal;
}
.headernav {
  font-size: 24px;
  color: #fff;
  min-width: 40px;
  text-transform: uppercase;
  margin-top: 93px;
  display: none;
}
@media (max-width: 760px) {
  .headernav {
    font-size: 20px;
    margin-top: 65px;
  }
}
@media (max-width: 760px) {
  .headernav li {
    float: none;
  }
}
@media (max-width: 760px) {
  .headernav li ul {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 768px) {
  .headernav {
    display: block;
  }
}
.social_media a {
  padding: 0;
  background: url(../Images/social_media.png) no-repeat 0 0;
  width: 17px;
  height: 15px;
  display: block;
  text-indent: -9999px;
}
.social_media.twitter a {
  background-position: 0 0;
}
.social_media.facebook a {
  background-position: -22px 0;
}
.topnav {
  font-size: 15px;
  position: absolute;
  right: 0px;
  bottom: 25px;
}
.topnav li {
  padding-right: 10px;
}
.topnav .social_media a {
  margin-top: 2px;
}
.toolbar .toolbar-box {
  display: none;
  width: 100%;
}
.toolbar .toolbar-container {
  position: relative;
  background: #eeeeee;
  border-bottom: 1px solid #dedede;
  min-height: 20px;
}
@media (min-width: 768px) {
  .toolbar.fixed .toolbar-box {
    display: block;
  }
  .toolbar.fixed .toolbar-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
}
/* layout partner */
.layout-3 h2 {
  margin: 10px 3%;
}
.layout-3 .csc-textpic {
  position: relative;
  overflow: visible;
  margin: 3%;
}
.layout-3 .csc-textpic img {
  width: 100%;
  display: block;
}
.layout-3 .csc-textpic:hover {
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.layout-3 .csc-textpic.open .csc-textpic-imagewrap {
  -webkit-transform: perspective(1300px) rotateY(-180deg);
  -ms-transform: perspective(1300px) rotateY(-180deg);
  -o-transform: perspective(1300px) rotateY(-180deg);
  transform: perspective(1300px) rotateY(-180deg);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #eeeeee;
}
.layout-3 .csc-textpic.open .csc-textpic-text {
  -webkit-transform: perspective(1300px) rotateY(0deg);
  -ms-transform: perspective(1300px) rotateY(0deg);
  -o-transform: perspective(1300px) rotateY(0deg);
  transform: perspective(1300px) rotateY(0deg);
}
.layout-3 .csc-textpic-imagewrap,
.layout-3 .csc-textpic-text {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  padding: 3%;
}
.layout-3 .csc-textpic-imagewrap {
  -webkit-transform: perspective(1300px);
  -ms-transform: perspective(1300px);
  -o-transform: perspective(1300px);
  transform: perspective(1300px);
  /*		width: 94%; */
  min-height: 230px;
  line-height: 230px;
  position: relative;
  border: 1px solid #eee;
  color: #797979;
}
.layout-3 .csc-textpic-imagewrap .csc-textpic-image img {
  vertical-align: middle;
  display: inline;
}
.layout-3 .csc-textpic-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(1300px) rotateY(180deg);
  -ms-transform: perspective(1300px) rotateY(180deg);
  -o-transform: perspective(1300px) rotateY(180deg);
  transform: perspective(1300px) rotateY(180deg);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #eeeeee;
}
.main {
  padding-bottom: 54px;
}
footer {
  width: 100%;
  color: #444;
  background: #eee;
  border-top: 1px solid #ccc;
  padding: 10px;
  /*	height:54px; */
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .local {
  margin-bottom: 10px;
  height: 23px;
}
footer .local a {
  float: left;
  padding-top: 6px;
}
footer .local:after {
  float: left;
  background: url(../Images/maps.png) no-repeat 0 0;
  content: "";
  width: 12px;
  height: 19px;
}
#back-top {
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 150;
  display: none;
}
#back-top a {
  background-color: #ec8002;
  padding: 3px;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
#back-top a:hover {
  background-color: #ccc;
}
#back-top a:after {
  content: "\f077";
  font-size: 27px;
  display: inline-block;
  text-align: right;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.isotope .item {
  position: relative;
}
.isotopeelements .item {
  /*	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
		box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
		margin: 5px; */
  float: left;
  margin: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /*		webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out; */
}
.isotopeelements .item p {
  margin: 0 0 1em 0;
}
.isotopeelements .item.gridY-2 .inner {
  overflow: auto;
  height: 300px;
}
.isotopeelements .item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  /*			background-color: #dedede; */
}
.isotopeelements .item:hover .layout-1 .csc-header {
  opacity: 1;
}
.isotopeelements .item:hover .layout-2 {
  /*				article {
					-webkit-transform: scale(0.8);
					-ms-transform: scale(0.8);
					-o-transform: scale(0.8);
					transform: scale(0.8);
				} */
}
.isotopeelements .item:hover .layout-2 .csc-header {
  /*					opacity: 1; */
  /*					-webkit-transform: scale(1);
					-ms-transform: scale(1);
					-o-transform: scale(1);
					transform: scale(1); */
}
.isotopeelements .item:hover .layout-2 .links,
.isotopeelements .item:hover .layout-2 .rechts {
  /*					opacity: 0; */
}
.isotopeelements .item .layout-1,
.isotopeelements .item .layout-2 {
  position: relative;
}
.isotopeelements .item .layout-1 .csc-header,
.isotopeelements .item .layout-2 .csc-header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  /* height: 100%; */
  opacity: 0;
  /*				-webkit-transform: scale(0.7);
				-ms-transform: scale(0.7);
				-o-transform: scale(0.7);
				transform: scale(0.7); 
				-webkit-transition: 500ms;
				-o-transition: 500ms;
				transition: 500ms; */
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: rgba(236, 128, 2, 0.9);
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  padding: 4px 3px;
  z-index: 100;
}
.isotopeelements .item .layout-1 .csc-header h1,
.isotopeelements .item .layout-2 .csc-header h1,
.isotopeelements .item .layout-1 .csc-header h2,
.isotopeelements .item .layout-2 .csc-header h2,
.isotopeelements .item .layout-1 .csc-header h3,
.isotopeelements .item .layout-2 .csc-header h3,
.isotopeelements .item .layout-1 .csc-header h4,
.isotopeelements .item .layout-2 .csc-header h4,
.isotopeelements .item .layout-1 .csc-header h5,
.isotopeelements .item .layout-2 .csc-header h5,
.isotopeelements .item .layout-1 .csc-header h6,
.isotopeelements .item .layout-2 .csc-header h6 {
  font-size: 12px;
  color: #fff;
  margin: 0;
  line-height: 1.428571429;
}
.isotopeelements .item .layout-1 .article,
.isotopeelements .item .layout-2 .article {
  display: block;
  position: relative;
  z-index: 10;
  /*				-webkit-transition: 500ms;
				-o-transition: 500ms;
				transition: 500ms; */
}
.isotopeelements .item .layout-1 .csc-header h1,
.isotopeelements .item .layout-1 .csc-header h2,
.isotopeelements .item .layout-1 .csc-header h3,
.isotopeelements .item .layout-1 .csc-header h4,
.isotopeelements .item .layout-1 .csc-header h5,
.isotopeelements .item .layout-1 .csc-header h6 {
  font-family: 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
}
.isotopeelements .csc-header {
  display: none;
}
.isotopeelements .csc-textpic {
  overflow: hidden;
}
.isotopeelements .csc-textpic-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
.isotopeelements .csc-textpic-image img {
  /* Preserve aspet ratio */
  /*			transform: scale(1.0);
			-moz-transform: scale(1.0);
			-webkit-transform: scale(1.0);
			-o-transform: scale(1.0);
			-ms-transform: scale(1.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;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out; */
  display: block;
  position: relative;
  z-index: 10;
  /*			-webkit-transition: 500ms;
			-o-transition: 500ms;
			transition: 500ms; */
}
@media (max-width: 760px) {
  .isotopeelements .csc-textpic-image img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 761px) {
  .isotopeelements .csc-textpic-image img {
    min-width: 100%;
    min-height: 100%;
  }
}
.isotopeelements .csc-textpic-image:hover {
  /*			img {
				-webkit-transform: scale(0.4);
				-ms-transform: scale(0.4);
				-o-transform: scale(0.4);
				transform: scale(0.4);
			} */
}
.isotopeelements .csc-textpic-image:hover .csc-textpic-caption {
  opacity: 1;
  /*				-webkit-transform: scale(1);
				-ms-transform: scale(1);
				-o-transform: scale(1);
				transform: scale(1); */
}
.isotopeelements .csc-textpic-caption {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  /* height: 100%; */
  opacity: 0;
  /*		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transition: 500ms;
		-o-transition: 500ms;
		transition: 500ms; */
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: rgba(236, 128, 2, 0.9);
  font-family: 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
  padding: 4px 3px;
  z-index: 100;
}
.nav-article {
  padding-bottom: 15px;
  border-top: 1px solid #dedede;
}
.nav-article:first-child {
  border-top: none;
}
.content-subnagition {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 1020px;
  background: #eee;
  font-family: 'Ubuntu Condensed';
  font-size: 15px;
  text-transform: uppercase;
  list-style: none;
}
.content-subnagition li {
  display: inline;
  float: left;
  font-size: 1.0em;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.content-subnagition li a {
  background: transparent;
  border-bottom: 1px solid transparent;
  color: #777;
  display: block;
  font-size: 1em;
  line-height: normal;
  padding: 1em 0 0;
  margin: 0 1.25em;
  font-weight: normal;
  text-decoration: none;
  width: auto;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.content-subnagition li a:hover {
  color: #ef8305;
  outline: 0 none;
}
.content-subnagition li a.active {
  border-bottom: 1px solid #ef8305;
  color: #ef8305;
}
.content-subnagition li a.active:hover {
  color: #777;
  text-decoration: none;
}
.content-subnagition.donotlink {
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: transparent;
  margin: 0;
}
.content-subnagition.donotlink li {
  color: #cccccc;
  margin: 0 10px 5px 0;
  line-height: 1.5em;
}
.menuwithimage .nav_imagecsslist {
  font-family: 'Ubuntu Condensed';
  font-size: 15px;
  text-transform: uppercase;
  display: inline;
  float: left;
  line-height: 1em;
}
.menuwithimage .nav_imagecsslist a {
  /*			background: transparent;
			color: #777;
			display: block;
			font-size: 1em;
			line-height: normal;
			padding: 1em 0 0;
			margin: 0 1.25em;
			font-weight: normal;
			text-decoration: none;
			width: auto; */
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: block;
  text-align: center;
  margin: 0 32px;
}
.menuwithimage .nav_imagecsslist a .nav_image_bock_name {
  margin-bottom: 10px;
  color: #777;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.menuwithimage .nav_imagecsslist a .nav_imagecss {
  height: 44px;
  width: 44px;
  display: none;
  padding: 10px;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .menuwithimage .nav_imagecsslist a .nav_imagecss {
    display: inline-block;
  }
}
.menuwithimage .nav_imagecsslist a.active,
.menuwithimage .nav_imagecsslist a:hover {
  text-decoration: none;
}
.menuwithimage .nav_imagecsslist a.active .nav_image_bock_name,
.menuwithimage .nav_imagecsslist a:hover .nav_image_bock_name {
  color: #ef8305;
}
a .nav_imagecss {
  background: url(../Images/icon_full_service.png) no-repeat 0 0;
}
a .nav_image22 {
  background-position: -44px 0;
}
a .nav_image23 {
  background-position: -88px 0;
}
a .nav_image24 {
  background-position: -132px 0;
}
a .nav_image25 {
  background-position: -176px 0;
}
a .nav_image26 {
  background-position: -220px 0;
}
a .nav_image27 {
  background-position: -264px 0;
}
a.active .nav_image21,
a:hover .nav_image21 {
  background-position: 0 -44px;
}
a.active .nav_image22,
a:hover .nav_image22 {
  background-position: -44px -44px;
}
a.active .nav_image23,
a:hover .nav_image23 {
  background-position: -88px -44px;
}
a.active .nav_image24,
a:hover .nav_image24 {
  background-position: -132px -44px;
}
a.active .nav_image25,
a:hover .nav_image25 {
  background-position: -176px -44px;
}
a.active .nav_image26,
a:hover .nav_image26 {
  background-position: -220px -44px;
}
a.active .nav_image27,
a:hover .nav_image27 {
  background-position: -264px -44px;
}
.breadcrumb {
  font-family: 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  padding: 0;
  margin-bottom: 5px;
}
.breadcrumb li {
  margin-left: 0;
}
.slide-btn {
  color: #2d7f6e;
}
.slide-btn .slide-btn-text,
.slide-btn .slide-btn-slide-text,
.slide-btn .slide-btn-icon-right {
  display: inline-block;
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  font-weight: 300;
  vertical-align: bottom;
}
.slide-btn .slide-btn-slide-text {
  color: #ec8002;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 1s ease-in-out;
  -moz-transition: max-width 1s ease-in-out;
  -o-transition: max-width 1s ease-in-out;
  transition: max-width 1s ease-in-out;
}
.slide-btn .slide-btn-slide-text .inner {
  display: inline-block;
}
.slide-btn:hover,
.slide-btn.active {
  text-decoration: none;
}
.slide-btn:hover .slide-btn-slide-text,
.slide-btn.active .slide-btn-slide-text {
  max-width: 150px;
}
.navbar-smartphone {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
}
.navbar-toggle {
  background-color: rgba(236, 128, 2, 0.7);
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-smartphone-collapse {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 70px;
  background-color: #ec8002;
  color: #fff;
  left: -100%;
  bottom: 0;
  z-index: 100;
  -webkit-transition: left 0.35s ease-in-out;
  -moz-transition: left 0.35s ease-in-out;
  -o-transition: left 0.35s ease-in-out;
  transition: left 0.35s ease-in-out;
  /*	height: 100%!important; */
  display: block;
  width: 60%;
  min-width: 300px;
}
.navbar-smartphone-collapse.collapsing {
  left: -100%;
}
.navbar-smartphone-collapse.in {
  overflow-y: auto;
  left: 0;
}
.navbar-smartphone-collapse .dropdown-menu {
  margin: 0;
  padding: 0;
  position: relative;
  float: none;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  background-image: none;
}
.navbar-smartphone-collapse .dropdown-menu li {
  border-top: none;
  border-bottom: none;
}
.navbar-smartphone-collapse .dropdown-menu .active > a,
.navbar-smartphone-collapse .dropdown-menu .active > a:hover,
.navbar-smartphone-collapse .dropdown-menu .active > a:focus {
  background-color: transparent;
}
.navbar-smartphone-collapse .nav {
  margin: 0;
  padding: 10px 8px;
}
.navbar-smartphone-collapse .nav .open > a,
.navbar-smartphone-collapse .nav .open > a:hover,
.navbar-smartphone-collapse .nav .open > a:focus {
  background-color: transparent;
  border-color: #cecece;
}
.navbar-smartphone-collapse .nav ul {
  margin: 0;
}
.navbar-smartphone-collapse .nav > li:first-child {
  border-top: 0;
}
.navbar-smartphone-collapse .nav li {
  float: none;
  font-size: 18px;
  padding: 0;
  position: relative;
  border-top: 1px solid #cecece;
}
.navbar-smartphone-collapse .nav li ul li a {
  margin-left: 2em;
  padding: 1em 0;
  font-size: 15px;
}
.navbar-smartphone-collapse .nav li ul li li a {
  margin-left: 4em;
}
.navbar-smartphone-collapse .nav li ul li.active.sub > a:after {
  content: "-";
  right: 11px;
}
.navbar-smartphone-collapse .nav li a {
  display: block;
  position: relative;
  color: #fff;
  padding: 0.35em 0;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.navbar-smartphone-collapse .nav li a:hover,
.navbar-smartphone-collapse .nav li a:focus {
  background-color: transparent;
}
.navbar-smartphone-collapse .nav .sub > span {
  text-align: center;
  cursor: pointer;
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  background: #F7A03A;
}
.navbar-smartphone-collapse .nav .sub > span:after {
  line-height: 40px;
  content: "+";
}
.navbar-smartphone-collapse .nav .sub.open > span:after {
  content: "-";
}
@media (min-width: 768px) {
  .navbar-smartphone-collapse {
    display: none!important;
  }
}
.carousel-inner > .item > img {
  width: 100%;
}
