/*
Theme Name: AWSM Team
Author: AWSM Innovations
Author URI: http://awsm..in/
Description: Team Showcase Layouts
Version: 1.1
*/
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,500,700);

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', sans-serif;
	color: #6b7381;
	font-size: 16px;
	line-height: 1;
	-webkit-font-smoothing: antialiased
}

a {
	color: #444;
	text-decoration: none;
}

a:hover,
a:active {
	color: #333;
}

.grid-style, .circle-style{
	line-height: 1.2;
}

.grid a{
	outline: none;
}

.container{
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid{
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.clearfix::after, .row::after, .cs-row::after{
	content: "";
	clear: both;
	display: block;
}




.grid{
	width: 100%;
	list-style: none;
	padding: 30px 0;
}
.grid::after{
	content: "";
	clear: both;
	display: block;
}
.grid > li{
	float: left;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 50px;
}
.grid-2-col > li{
	width: 50%;
}
.grid-3-col > li{
	width: 33.33%;
}
.grid-4-col > li{
	width: 25%;
}
.grid-5-col > li{
	width: 20%;
}
.awsm-grid-holder{
	overflow: hidden;
}
.grid figure{
	position: relative;
	margin: 0;
}
.grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
}
.grid figcaption{
	/*position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
	background: #2c3f52;
	color: #ed4e6e;*/
}
.grid h3{
	margin: 0 0 3px;
	padding: 0;
	font-weight: 300;
}
.awsm-social-icons{
	list-style: none;
	padding: 0;
	margin: 0;
	margin: 0 -5px;
}
.awsm-social-icons li{
	display: inline-block;
	padding: 0 5px;
}
.awsm-social-icons a{
	display: block;
	-webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.awsm-social-icons a:hover{
	-moz-transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
.awsm-contact-details {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

.awsm-contact-details li {
	padding: 10px 0;
	border-bottom: 1px dotted rgba(35, 35, 35, 0.2);
}

.awsm-contact-details span {
	min-width: 100px;
	margin-right: 6px;
}
figcaption p{
	font-size: 14px;
}

.awsm-personal-info{
    position: relative;
    margin-bottom: 15px;
}
.awsm-personal-info span{
	text-transform: uppercase;
	font-size: 0.815em;
}
.awsm-contact-info p{
    margin: 0 0 15px;
}
/* Produkt Status Neu? */
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#79a282 0%, #2ca546 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #2ca546;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #2ca546;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #2ca546;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #2ca546;
}
@media (max-width:1230px){
	.grid-5-col > li{
		width: 25%;
	}
}
@media (max-width:1024px){
	.grid > li{
		width: 33.333%;
	}
	.grid-2-col > li{
		width: 50%;
	}
}

@media (max-width:992px){
	.grid > li{
		width: 50%;
	}
}

@media (max-width:678px){
	.grid > li{
		width: 100%;
	}
}
