/*
Theme Name: Progressive
Theme URI: http://template.progressive.itembridge.com/
Author: InfoStyle
Author URI: http://themeforest.net/user/InfoStyle
Description: Progressive responsive theme
Version: 2.2.4
License: ThemeForest Regular & Extended License
License URI: http://themeforest.net/licenses/regular_extended
*/

@charset "utf-8";



/******************************************************************************
  rotate
*******************************************************************************/
#rotate {
  padding: 0;
}
#rotate.no-padding {
  padding: 0;
}

.rueckseite{
	padding-top: 20px;
	text-align: center;
}

.text-weiss{
	color: #fff;
}
/******************************************************************************
  About Us
*******************************************************************************/

.employee-info{
	font-size: 46px;
	position: absolute;
	bottom: 30px;
	padding-right: 50px;
	padding-left: calc( 50% - 23px);
}

.employee-button{
	position: absolute;
	bottom: 30px;
	margin: auto;
	padding-left: calc( 50% - 85px);
}


.employee {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  float: none;
  margin: 0 10px 40px;
  min-width: 270px;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.carousel .employee {
  margin-top: 40px;
}
.employee .image {
  background: #fff;
  display: block;
  line-height: 0;
  margin: 0;
  margin-top_-15px
}
.employee .image > img {
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.employee .description {
  background: #fff;
  border-top-width: 1px;
  color: #008AC9;
  display: table;
  font-size: 28px;
  height: 72px;
  line-height: 18px;
  text-align: center;
  width: 100%;
}
.employee .description .vertical {
  display: table-cell;
  height: 72px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.employee .name {
  color: #15499c;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 4px;
}
.employee .role {
  font-size: 14px;
  color: #008AC9;
  margin-left:20px;
}
.employee .role-back {
	color:#15499c;
  	font-size: 12px;
}

.employee .employee-hover {
  background: #e4f2f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  color: #15499c;
  display: none;
  font-size: 18px;
  line-height: 20px;
  left: 15px;
  padding: 16px 20px 90px;
  position: absolute;
  right: 15px;
  top: 0;
}

.employee .employee-hover .name {
  color: #15499c;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  margin: 30px 0 7px;
}

.employee .employee-hover p {
	margin-bottom:2px;
}
	
.employee .employee-hover .role {
  line-height: 22px;
  margin: 0 0 24px;
}
.employee .employee-hover .contact {
  color: #15499c;
  font-size:14px;
}


.employee .employee-hover .image {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: right;
  line-height: 0;
  margin: -25px 0 0 5px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100px;
  z-index: 1;
  
}
.employee .employee-hover .social {
  bottom: 20px;
  left: 20px;
  position: absolute;
  text-align: center;
}
.rotation .employee-hover {
  display: block;
  height: inherit;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 13;
  border-radius:20px;
  height:350px;
}
.rotation.hover .employee-hover {
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transform: rotateY(0deg);
  transition-delay: .2s;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transition-delay: .2s;
  z-index: 46;
}
.employee.employee-single {
  margin: 0;
  max-width: inherit;
  width: auto;
}
.employee-single .images-box .carousel-box {
  overflow: hidden;
}
.employee-single .images-box .image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 0 20px;
  text-align: center;
}
.employee-single .images-box img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.employee-single .images-box .pagination {
  margin-top: 0;
}
.employee-single .images-box .carousel-box.load {
  max-height: 390px;
  overflow: hidden;
}
.employee-single .employee-description .name {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 5px;
}
.employee-single .employee-description .role {
  font-size: 14px;
  margin: 0 0 22px;
}
.employee-single .employee-description .social {
  margin: 22px 0 0;
}
.employee .employee-hover .social .item {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin: 0 10px 0 0;
}
.employee .employee-hover .social .item .sbtnf {
  float: none;
  margin: 0;
  overflow: inherit;
}
.employee-single-rotation .content-box {
  padding-left: 15px;
  padding-right: 15px;
}



/* Product */
.product-name a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.product-image {
  background: #f2f2f2;
  display: inline-block;
  line-height: 0;
}
.product-image > img {
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.product-image:hover > img {
  opacity: .9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.rotation .product-image:hover > img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.price-old {
  color: #7f7f7f;
  display: inline-block;
  margin-right: 6px;
  position: relative;
}

.price-old:before {
  background: #f00;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin: 0 0 0 -23px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  width: 46px;
}
.sale {
  border-top: 56px solid #f89406;
  border-right: 56px solid transparent;
  display: block;
  height: 0;
  line-height: 22px;
  position: absolute;
  width: 0;
  z-index: 1;
  -webkit-transform: translateZ(0px);
}
.sale:before {
  color: #fff;
  content: "Sale";
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin: -46px 0 0 5px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.sale.top {
  border-top: 56px solid #738d00;
}
.sale.top:before {
  content: "Top";
}
.sale.new {
  border-top: 56px solid #c10841;
}
.sale.new:before {
  content: "New";
}
.sale.best {
  border-top: 56px solid #0098ca;
}
.sale.best:before {
  content: "Best";
}

/* Additional Classes */
.display-t {
  display: table;
}
.display-tc {
  display: table-cell;
}
.slim {
  font-weight: normal;
}
.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bg {
  background-color: #f2f2f2;
}
.border {
  border-width: 1px;
}
.width-auto .col-md-1,
.width-auto .col-md-2,
.width-auto .col-md-3,
.width-auto .col-md-4,
.width-auto .col-md-5,
.width-auto .col-md-6,
.width-auto .col-md-7,
.width-auto .col-md-8,
.width-auto .col-md-9,
.width-auto .col-md-10,
.width-auto .col-md-11,
.width-auto .col-md-12 {
  float: left;
  width: auto;
}
.margin-center {
  margin: 0 auto;
}
.bottom-padding {
  margin-bottom: 80px;
}
.bottom-padding-mini {
  margin-bottom: 40px;
}
.bottom-padding.last {
  margin-bottom: 0;
}
.no-top-padding {
  padding-top: 0 !important;
}
.col2-set .col-1,
.col2-set .col-2 {
  float: left;
  width: 48.5%;
}
.col2-set .col-2 {
  float: right;
}






/******************************************************************************
  Products Tab
*******************************************************************************/
.products-tab .nav-tabs > li > a {
  color: #7f7f7f;
  font-size: 18px;
  line-height: 33px;
}
.products-tab .nav-tabs > .active > a,
.products-tab .nav-tabs > .active > a:hover,
.products-tab .nav-tabs > .active > a:focus {
  color: #7f7f7f;
  font-weight: normal;
}
.products-tab .tab-content > .tab-pane {
  overflow: hidden;
  padding: 40px 0 0;
}
.products-tab .product.rotation {
  overflow: visible;
}

/******************************************************************************
  Products
*******************************************************************************/
.product {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  float: none;
  margin: 0 0 40px;
  min-width: 240px;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.product.product-mini {
  min-width: 180px;
}
.carousel .product.product-mini {
  width: 200px;
}
.product.rotation,
.employee.rotation {
  overflow: visible;
  width:31%;
}
.double-product {
  min-width: 240px;
}
.double-product .product.rotation {
  min-width: 210px;
}
.carousel .product.rotation {
  margin-top: 40px;
}
.carousel .double-product .product.rotation + .product.rotation {
  margin-top: 0;
}
.product .default {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.product .product-image {
  display: block;
  line-height: 0;
  margin: 0;
}
.product .limit-offer {
  background: #1e1e1e;
  background: rgba(30,30,30,.9);
  bottom: 72px;
  color: #fff;
  font-size: 12px;
  left: 0;
  line-height: 1;
  padding: 10px 0 13px;
  position: absolute;
  right: 0;
  width: auto !important;
}
.product .limit-offer .title {
  margin: 0 0 3px;
}
.product .limit-offer .county-days-wrapper,
.product .limit-offer .county-hours-wrapper,
.product .limit-offer .county-minutes-wrapper,
.product .limit-offer .county-seconds-wrapper {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  font-size: 30px;
  height: 26px;
  overflow: hidden;
  padding: 0 7px 2px 6px;
  position: relative;
  text-align: center;
}
.product .limit-offer .county-days,
.product .limit-offer .county-hours,
.product .limit-offer .county-minutes,
.product .limit-offer .county-seconds {
  font-size: 30px;
  left: 0;
  right: 0;
}
.product .limit-offer .loaded {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 7px;
  padding-right: 6px;
  position: absolute;
}
.product .limit-offer .county-days-wrapper span,
.product .limit-offer .county-hours-wrapper span,
.product .limit-offer .county-minutes-wrapper span,
.product .limit-offer .county-seconds-wrapper span {
  opacity: 1 !important;
}
.product .limit-offer .county-label-days,
.product .limit-offer .county-label-hours,
.product .limit-offer .county-label-minutes,
.product .limit-offer .county-label-seconds {
  color: rgba(255,255,255,.7);
  display: inline-block;
  text-align: center;
  text-transform: lowercase;
}
.product .limit-offer .county-days-wrapper:before,
.product .limit-offer .county-hours-wrapper:before,
.product .limit-offer .county-minutes-wrapper:before {
  background: #fff;
  background: rgba(255,255,255,.4);
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 1px;
}
.county-label-days i,
.county-label-hours i,
.county-label-minutes i,
.county-label-seconds i {
  font-style: normal;
}
.product .limit-offer .county-label-days i,
.product .limit-offer .county-label-hours i,
.product .limit-offer .county-label-minutes i,
.product .limit-offer .county-label-seconds i {
  display: none;
}
.product .not-rotation-actions {
  background: #1e1e1e;
  background: rgba(30,30,30,.9);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 9px 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: bottom .2s linear;
  transition: bottom .2s linear;
  z-index: 1;
}
.product:hover .not-rotation-actions {
  bottom: 72px;
  -webkit-transition: bottom .2s linear;
  transition: bottom .2s linear;
}
.product .not-rotation-actions + .product-description .limit-offer {
  -webkit-transition: bottom .2s linear;
  transition: bottom .2s linear;
}
.product:hover .not-rotation-actions + .product-description .limit-offer {
  bottom: 144px;
  -webkit-transition: bottom .2s linear;
  transition: bottom .2s linear;
}
.product .product-description {
  background: #f2f2f2;
  border-top: 1px solid #e1e1e1;
  color: #505050;
  display: table;
  font-size: 13px;
  height: 72px;
  line-height: 18px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.product .product-description .vertical {
  display: table-cell;
  height: 72px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.product .product-name {
  color: #1e1e1e;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 4px;
}
.product .product-name a {
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.product .product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.products-tab .product .product-name {
  text-transform: none;
}
.product .price {
  font-weight: bold;
}
.product .product-hover {
  background: #1e1e1e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  color: #7f7f7f;
  display: none;
  font-size: 12px;
  line-height: 20px;
  left: 0;
  padding: 16px 20px 90px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
}
.col-md-1.product .product-hover,
.col-md-2.product .product-hover,
.col-md-3.product .product-hover,
.col-md-4.product .product-hover,
.col-md-5.product .product-hover,
.col-md-6.product .product-hover,
.col-md-7.product .product-hover,
.col-md-8.product .product-hover,
.col-md-9.product .product-hover,
.col-md-10.product .product-hover,
.col-md-11.product .product-hover,
.col-md-11.product .product-hover {
  left: 15px;
  right: 15px;
}
.product:hover .product-hover {
  display: block;
  -webkit-animation: fadeIn 0.8s;
  animation: fadeIn 0.8s;
}
.product .product-hover .product-name {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 7px;
}
.product .product-hover .product-name a {
  color: #fff;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.product .product-hover .product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  text-decoration: none;
}
.product .product-hover .price {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 24px;
}
.product .product-hover .product-image {
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  height: 70px;
  float: right;
  line-height: 0;
  margin: 4px 0 0 5px;
  padding: 0;
  position: relative;
  width: 70px;
  z-index: 1;
}
.product .product-hover .product-image img {
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.product .product-hover ul {
  margin: 0;
  max-height: 120px;
  overflow: hidden;
  padding: 0;
}
.product .product-hover ul li {
  background-image: url("../img/svg/check-icon.svg"), none;
  background-repeat: no-repeat;
  background-position: 0 5px;
  line-height: 20px;
  list-style: none;
  padding: 0 0 0 15px;
  position: relative;
}
.product .product-hover .actions {
  bottom: 20px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.product .actions a {
  background: #fff;
  display: inline-block;
  height: 54px;
  margin: 0 -2px;
  padding-top: 19px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 54px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.product .actions a + a {
  border-left-width: 1px;
}
.product .actions .add-cart {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.product .actions .add-compare {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.product .actions a:hover {
  background: #f2f2f2;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.product .actions a i {
  color: #1e1e1e;
  line-height: 57px;
}
.product .actions a i:before {
  font-size: 16px;
  width: auto;
}
.product.product-danger .product-hover,
.product.product-danger .limit-offer,
.product.product-danger .not-rotation-actions {
  background-color: #c10841;
}
.product.product-danger .limit-offer,
.product.product-danger .not-rotation-actions {
  background-color: rgba(212,7,70,.9);
}
.product.product-danger .actions a svg path {
  fill: #c10841;
}
.product.product-success .product-hover,
.product.product-success .limit-offer,
.product.product-success .not-rotation-actions {
  background-color: #84a200;
}
.product.product-success .limit-offer,
.product.product-success .not-rotation-actions {
  background-color: rgba(132,162,0,.9);
}
.product.product-success .actions a svg path {
  fill: #84a200;
}
.product.product-info .product-hover,
.product.product-info .limit-offer,
.product.product-info .not-rotation-actions {
  background-color: #01a5db;
}
.product.product-info .limit-offer,
.product.product-info .not-rotation-actions {
  background-color: rgba(1,165,219,.9);
}
.product.product-info .actions a svg path {
  fill: #01a5db;
}
.product.product-warning .product-hover,
.product.product-warning .limit-offer,
.product.product-warning .not-rotation-actions {
  background-color: #f89406;
}
.product.product-warning .limit-offer,
.product.product-warning .not-rotation-actions {
  background-color: rgba(248,148,6,.9);
}
.product.product-warning .actions a svg path {
  fill: #f89406;
}
.rotation {
  background: none;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.rotation .default,
.rotation .front-end {
  overflow: hidden;
  position: relative;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateY(0deg);
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 24;
}

.hoehe-245 {
	height:245px;	
}

.hoehe-alternative {
	height: 410px;	
}



.rotation .default {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 15px;
  position: relative;
}
.rotation.hover .default,
.rotation.hover .front-end {
  z-index: 35;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
.rotation .product-hover,
.rotation .back-end {
  display: block;
  height: inherit;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateY(-180deg);
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  width: 100%;
  z-index: 13;
}
.rotation.hover .product-hover,
.rotation.hover .back-end {
  z-index: 46;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
.list .product {
  background: none;
  display: block;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  width: auto;
}
.list .product .product-image {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.list .product .product-name {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 14px;
}
.reviews-box {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 14px;
}
.list .product .reviews-box {
  margin: 0 0 16px;
}
.reviews-box .rating-box {
  float: left;
  margin: 0 20px 0 0;
}
.reviews-box .separator {
  margin: 0 4px;
}
.reviews-box .add-review {
  color: #7f7f7f;
  text-decoration: none;
}
.reviews-box .add-review:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.list .product .excerpt {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 15px;
}
.list .product .price-box {
  margin: 0 0 30px;
}
.list .product .price {
  font-size: 24px;
  font-weight: normal;
}
.list .product .price-old {
  font-size: 18px;
}
.list .product .actions a {
  background: #f2f2f2;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.list .product .actions a:hover {
  background: #1e1e1e;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.list .product .actions a path {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.list .product .actions a:hover path {
  fill: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media all and (max-width: 990px) {
	.employee.rotation {
		width: 41%;
	}

}


@media all and (max-width: 768px) {
	.employee .employee-hover .contact {
		font-size:11px;
	}
	.employee .employee-hover p {
    	font-size:12px;
	}
	.employee{
		min-width:350px;	
	}
}
