/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
/***** Reset - Start **********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, project, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, project {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***** Reset - End ************************************************************/


/***** Custom globals - Start *************************************************/

html {
	height: 100%;
}
body {
	height: 100%;
	overflow-y: scroll;
	font-family: 'Source Sans Pro', Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #4c4c4c;
	background-color: white;
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
b,
strong{
	font-weight: 700;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
dl dt {
	float: left;
	clear: left;
}
dl dd {
	float: left;
}
dl dt.clear,
dl dd.clear {
	float: none;
	clear: both;
}
input, textarea {
	font-family: Arial;
	font-size: 20px;
}
label {
	cursor: pointer;
}

::selection {
	color: #fff;
	background: #3dd1d0;
}
::-moz-selection {
	color: #fff;
	background: #3dd1d0;
}

.left {
	float: left;
}
.right {
	float: right;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

a.btn,
p.btn {
	display: inline-block;
	margin: 0 0 32px;
	padding: 0 32px;
	line-height: 38px;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #3dd1d0;
	text-transform: uppercase;
	text-decoration: none;
}
p.cat {
	display: inline-block;
	margin: 0 0 22px;
	padding: 0 25px 0 15px;
	line-height: 29px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	background: url("../img/bg-teaser-cat.png") no-repeat right;
}


@media screen and (min-width: 1600px)  {

	div.main article {
		padding: 0 400px!important;
	}
	
	div.main article.threeColumnText {
	   padding: 0 50px!important;
	}

	div.main article.callToAction {
		padding: 50px 226px!important;
	}

	div.main article p {
		font-size: 24px;
		line-height: 36px;
	}
	
		div.main article.threeColumnText p {
				font-size: 18px;
	  line-height: 28px;
	}


	div.main article p.important {
		font-size: 48px;
		line-height: 56px;
	}
	
	section.articlehead div.user {
		margin: 0 0 18px 400px!important;
	}
	section.articlehead div.storyhead h1 {
		margin: -200px 226px 25px 340px!important;
		font-size: 100px;
		line-height: 110px;
	}


}

/***** Custom globals - End ***************************************************/


div.wrapper {
	position: relative;
	width: 1270px;
	margin: 0 auto;

}
div.main {
	padding: 0 105px 80px;
}
div.wrapper.article {
	width: 100%;
} 
div.wrapper.article header.main {
	height: auto!important;
} 
div.wrapper.article div.main {
	padding: 0 0 80px 0;
} 
div.wrapper.info div.main {
	padding: 0 0 80px 0;
} 
div.wrapper.topic div.main {
	padding: 0 0 80px 0;
} 
div.wrapper.project div.main {
	padding: 0 0 80px 0;
}
div.wrapper.project {
	width: 100%;
}
div.wrapper.project header.main {
	height: auto!important;
} 
 
div.main h1 {
	margin: 0 0 24px;
	font-size: 26px;
	line-height: 27px;
	font-weight: 700;
	text-transform: uppercase;
}
div.main h2{
	text-transform: uppercase;
}
div.main h6 {
   text-align: center; 
   color: #e05d82; 
   font-weight: 100;
   font-size: 26px;
   margin: 0 0 24px;
	font-size: 26px;
line-height: 27px;
   
}

/***** Header - Start ********************************************************/
header.main {
	position: relative;
	min-height: 140px;
}
header.main a.logo {
	position: absolute;
	top: 60px;
	left: 106px;
	width: 181px;
	height: 53px;
	background: url("../img/bg-logo-imagineon-bk.png") no-repeat;
	background-size: 181px 53px;
	text-indent: -9999em;
}

header.main nav.main {
	position: absolute;
	top: 64px;
	left: auto;
	right: 106px;
	font-weight: 600;

	padding-bottom: 10px;
	padding-left: 10px;
}


header.main nav.main ul li {
	margin: 0 16px 0 0;
	padding: 1px;
	display: inline-block;
}
header.main nav.main ul li:last-of-type {
	margin-right: 0;
}
header.main nav.main ul li.active {
	border-bottom: 2px solid #3dd1d0;
}
header.main nav.main ul li a {
	color: #4c4c4c;
}
header.main nav.main ul li.active a {
	color: #3dd1d0;
}

div.wrapper div.main table {
	margin-bottom: 10px;
	width: 100%!important;
	border: 1px solid #ddd;
}

div.wrapper div.main table th {
	text-align: left;
	font-weight: 700;
	padding-left: 5px;
	background-color: #ddd;
}

div.wrapper table td {
	padding: 5px;
}

div.wrapper.article header.main,
div.wrapper.project header.main,
div.wrapper.main-nav header.main,
div.wrapper.topic header.main {
	position: relative;
	min-height: 70px;
	height: 70px;
	
	
}

div.wrapper.main-nav {
	display: none; position: fixed; z-index: 100;

}

div.wrapper.article header.main a.logo,
div.wrapper.project header.main a.logo,
div.wrapper.main-nav header.main a.logo,
div.wrapper.topic header.main a.logo {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 70px;
	background: url("../img/bg-logo-white.png") no-repeat;
	background-size: 166px 50px;
	background-position: 20px 10px;	
	background-color: #3dd1d0;
	text-indent: -9999em;
		z-index: 999;
}
div.wrapper.article header.main nav.main,
div.wrapper.project header.main nav.main,
div.wrapper.main-nav header.main nav.main,
div.wrapper.topic header.main nav.main {
	position: fixed;
	top: 0px;
	left: auto;
	right: 0px;
	padding: 20px 25px;
	background-color: #333;
	font-weight: 600;
		z-index: 999;
}
div.wrapper.article header.main nav.main ul li,
div.wrapper.project header.main nav.main ul li,
div.wrapper.main-nav header.main nav.main ul li,
div.wrapper.topic header.main nav.main ul li {
	margin: 0 16px 0 0;
	padding: 1px;
	display: inline-block;
}
div.wrapper.article header.main nav.main ul li:last-of-type,
div.wrapper.project header.main nav.main ul li:last-of-type,
div.wrapper.main-nav header.main nav.main ul li:last-of-type,
div.wrapper.topic header.main nav.main ul li:last-of-type {
	margin-right: 0;
}
div.wrapper.article header.main nav.main ul li.active,
div.wrapper.project header.main nav.main ul li.active,
div.wrapper.main-nav header.main nav.main ul li.active,
div.wrapper.topic header.main nav.main ul li.active {
	border-bottom: 2px solid #fff;	
}
div.wrapper.article header.main nav.main ul li a,
div.wrapper.project header.main nav.main ul li a,
div.wrapper.main-nav header.main nav.main ul li a,
div.wrapper.topic header.main nav.main ul li a 
{
	color: #fff;
	font-weight: 100;
}
div.wrapper.article header.main nav.main ul li.active a,
div.wrapper.project header.main nav.main ul li.active a,
div.wrapper.main-nav header.main nav.main ul li.active a,
div.wrapper.topic header.main nav.main ul li.active a {
	color: #fff;
}


/***** Header - End **********************************************************/

/***** Footer - Start ********************************************************/
div.footer-separator {
     margin: 0 106px 0 106px;
	 border-top: 2px solid #dddddd;
}
div.footer {
	height: 200px;
	padding:  100px 106px 30px 106px;
	font-family: "Source Sans Pro";
	font-size: 16px;
}
div.footer div.box-3 {
	height: 200px;
	width: 24%;
	display: inline-block;
	margin-left: 3%;
	padding-right: 5%;
	float: left;
}
div.footer div.box-3.first {
	margin-left: 0;
	width: 35%;
	padding: 0;
}
div.footer h3 {
	font-weight: 700;
	height: 20px;
	margin: -40px 0 20px 0;
}
div.footer a.imprint {
	display: inline-block;
	margin-top: 30px;
	font-size: 12px;

}
div.footer p.desc a {
	color: #3dd1d0; 
}
div.footer a.logo {
	width: 165px;
        height: 50px;
	margin-top: -63px;
	display: block;
        background: url("../img/bg-logo-imagineon.png") no-repeat;
        background-size: 165px 50px;
        text-indent: -9999em;
}
div.footer h2 {
	font-size: 24px;
	font-family: "Old Standard TT";
	margin-top: 10px;
}
section.contact a.social {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 10px 6px 0 0;
		background-position: center;
        background-repeat: no-repeat;
        background-size: 38px auto;
}
section.contact p.desc a {
       	color: #3dd1d0;
}
section.contact a.tw {
        background-image: url("../img/ico-twitter-gray.png");
}
section.contact a.in {
        background-image: url("../img/ico-linkedin-gray.png");
}
section.contact a.ig {
        background-image: url("../img/ico-instagram-gray.png");
}
section.contact a.fb {
        background-image: url("../img/ico-facebook-gray.png");
}
/***** Footer - End **********************************************************/

/***** Social - Start ********************************************************/
nav.social li {
	display: inline-block;
	margin: 0 0 0 6px;
}
nav.social li:first-of-type {
	margin: 0;
}
nav.social a {
	display: block;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #d4d4d4;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 38px auto;
}
nav.social a.fb {
	background-image: url("../img/bg-icon-social-facebook.png");
}
nav.social a.tw {
	background-image: url("../img/bg-icon-social-twitter.png");
}
nav.social a.in {
	background-image: url("../img/bg-icon-social-linkedin.png");
}
nav.social a.go {
	background-image: url("../img/bg-icon-social-google.png");
}
nav.social a.pi {
	background-image: url("../img/bg-icon-social-pinterest.png");
}
nav.social a.rs {
	background-image: url("../img/bg-icon-social-rss.png");
}
/***** Social - End ********************************************************/

/***** Teaser - Start ********************************************************/
section.teaser {
	position: relative;
	width: 1060px;
	margin: 0 auto 30px;
	overflow: hidden;

}

section.teaser.new span {
	color: white;
	font-family: "Source Sans Pro";
	font-weight: 700;
	line-height: 60px;
	font-size: 63px;
	display: inline-block;
	padding: 30px 0 10px 60px;
}
section.teaser.new span.bg {
	color: white;
	background-color: #000;
	padding: 0 5px;
	
}

section.teaser.new span.sub {
	color: white;
	font-family: "Source Sans Pro";
	line-height: 30px;
	font-weight: 100;
	background-color: rgba(0,0,0,0.7);
	font-size: 26px;
	display: inline-block;
	padding: 0 5px;
	margin: 5px 60px;
}
div.stage {
	position: absolute;
	width: 100%;
	text-align: center;
} 

div.stage span {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: top center;
	display: inline-block;

/*	
	max-width: 1300px;
	background: url("../img/11449.jpg") no-repeat;
*/
	
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
div.wrapper.project section.teaser {
	width: 100%;
	margin-bottom: 150px;
	overflow: visible;
}
section.teaser div.images {
	margin: 0;
}

section.teaser div.images div.clip img {
	height: 280px;
}
section.teaser div.text {
	position: absolute;
	top: 24px;
	right: 20px;
	width: 335px;
	z-index: 1;
}
section.teaser div.text h1 {
	margin: 0 0 18px;
	font-size: 42px;
	line-height: 46px;
	font-weight: 700;
	text-transform: uppercase;
}
section.teaser div.text p {
	font-size: 17px;
	line-height: 25px;
}
section.teaser div.cover {
	position: absolute;
	top: -80px;
	bottom: -120px;
	width: 463px;
	right: -40px;
	transform: rotate(17deg);
	background-color: #fff;
	z-index: 0;
}

section.teaser div.box {
	position: absolute;
	top: -300px;
	left: 226px;
	width: 470px;
	min-height: 370px;
	padding: 28px 32px;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.21);
}
section.teaser div.box p {
	line-height: 25px;
}
section.teaser div.box p.cat {
	line-height: 29px;
}
section.teaser div.box h1 {
	margin: 0 0 11px;
	line-height: 36px;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
}
section.teaser div.box h2 {
	margin: 0 0 11px;
	line-height: 27px;
	font-size: 26px;
}
section.teaser div.box hr {
	margin: 28px 0 10px;
	border: none;
	border-top: 1px solid #9c9c9c;
}
section.teaser div.box footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 28px 32px;
}
section.teaser div.box footer a.btn {
	float: left;
	margin: 0;
}
section.teaser div.box footer p.dev-for {
	float: right;
	color: #999;
	line-height: 42px;
	font-size: 12px;
	text-transform: uppercase;
}
section.teaser div.box footer p.dev-for span.icon {
	display: inline-block;
	height: 42px;
	margin: 0 0 0 12px;
	vertical-align: middle;
}
section.teaser div.box footer p.dev-for.apple.android span.icon {
	width: 79px;
	background: url("../img/bg-icon-apple-android.png") no-repeat;
	background-size: 79px auto;
}
section.teaser div.box footer p.dev-for.apple span.icon {
	width: 34px;
	background: url("../img/bg-icon-apple-android.png") no-repeat;
	background-size: 79px auto;
}
section.teaser div.box footer p.dev-for.android span.icon {
	width: 32px;
	background: url("../img/bg-icon-apple-android.png") no-repeat right;
	background-size: 79px auto;
}
section.teaser nav.social {
	position: absolute;
	bottom: -64px;
	left: 765px;
}
/***** Teaser - End **********************************************************/

/***** Info - Start **********************************************************/
div.main info {
	margin: 0 ;
	padding: 0 226px;
}
info h1 {
        margin: 0 0 11px;
        font-size: 28px;
        line-height: 34px;
        font-weight: 600;
}
info h2 {
        margin: 0 0 11px;
        font-size: 28px;
        line-height: 48px;
        font-weight: 600;
}
info p {
        margin: 0 0 32px;
        font-family: 'Old Standard TT';
        font-size: 16px;
        line-height: 26px;
}
info a {
        text-decoration: underline;
}

info p.important {
        width: 44%;
        margin: 12px 4% 16px 4%;
        font-family: Source Sans Pro;
        font-size: 36px;
        font-style: italic;
        font-weight: 600;
        line-height: 40px;
        color: #e05d82;
}
info p.caption {
        font-family: "Source Sans Pro";
        line-height: 24px;
        font-size: 16px;
        color: #b0b0b0;
}

/***** Info - End **********************************************************/

/***** Case/Project - Start ******************/

div.main project {
	margin: 40px 0;
	padding: 0 226px;
}
div.main project.full {
	padding: 0;
}
div.main project.full div.images {
	margin: 0 0 54px;
}
div.main project p img {
	width: 25%;
	height: 25%;
	margin: 32px 0 -32px 0;
}
div.main project h3 {
	line-height: 32px;
	font-size: 24px;
	margin: 12px 0px;
}

div.main div.full.feature {
	margin: 0;
}
div.main project  div.feature {
    padding: 80px 105px 80px 105px;
 //  margin-bottom: 50px;
}

div.main project  div.feature.right {
        float: none;
}
div.main project  div.feature.bg {
        background-color: #f8f8f8;
}
div.main project  div.feature div.text {
        float: left;
        width: 320px;
        margin: 0 20px 0 0;
}
div.main project  div.feature div.text h3 {
        margin: 0 0 12px;
        font-weight: 300;
        font-size: 26px;
        line-height: 26px;
}
div.main project  div.feature div.text h1 {
        margin: 0 0 18px;
        font-size: 26px;
        line-height: 27px;
        font-weight: 700;
        text-transform: uppercase;
}


div.main project  div.feature div.text p {
    margin: 0 0 36px;
    color: #4e4e4e;
    opacity: .8;
	font-family: "Source Sans Pro";
	font-size: 16px;
	line-height: 28px;
}
div.main project  div.feature div.image {
        float: left;
        margin: 0 16px 0 0;
}
div.main project  div.feature div.image:last-of-type {
        margin: 0;
}
div.main project  div.feature div.image div.clip {
        width: 352px;
        height: 352px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
}
div.main project  div.feature div.image div.clip img {
        display: block;
        width: auto;
        height: 100%;
}
div.main project  div.feature div.image div.clip.vertical img {
        width: 100%;
        height: auto;
}
div.main project  div.feature.right div.text {
        float: right;
        margin: 0 0 0 20px;
}
div.main project  div.feature.right div.image {
        float: right;
        margin: 0 0 0 16px;
}
div.main project  div.feature.right div.image:last-of-type {
        margin: 0;
}

div.main project section.product-infos {
        margin: 0 0 40px;
        padding: 56px 100px;
        border-bottom: 1px solid #e6e6e6;
}
div.main project section.product-infos h2 {
        margin: 0 0 16px;
        font-size: 27px;
        font-weight: 300;
        line-height: 29px;
        text-align: center;
        letter-spacing: 1.1px;
        text-transform: uppercase;
}
div.main project section.product-infos div.col {
        float: left;
        width: 244px;
        margin: 0 28px 0 0;
        padding: 72px 0 0;
}
div.main project section.product-infos div.col:last-of-type {
        margin: 0;
}

div.main project section.product-infos div.col h3 {
        margin: 0 0 16px;
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 0.9px;
        color: #444;
        text-align: center;
}
div.main project section.product-infos div.col p {
        font-size: 14px;
        line-height: 20px;
        color: #4e4e4e;
        text-align: center;
        opacity: .8;
}
	
	

project h1 {
	margin: 0 0 11px;
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
}
project h2 {
	margin: 0 0 11px;
	font-size: 28px;
	line-height: 48px;
	font-weight: 600;
}
project h2.full {
	margin: 0 105px 11px;
}

project p {
	margin: 0 0 32px;
	//font-family: 'Lora';
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
}

project div.col p {
	line-height: 24px;
	font-size: 20px;
	
}

project a {
	text-decoration: underline;
}
project footer {
	margin: 60px 0 0;
}

project p.important {
	width: 44%;
	margin: 12px 4% 16px 4%;
	font-family: "Source Sans Pro";
	font-size: 36px;
	font-style: italic;
	font-weight: 600;
	line-height: 40px;
	color: #e05d82;
}
project p.caption {
	font-family: "Source Sans Pro";
	line-height: 24px;
	font-size: 16px;
	color: #b0b0b0;
}

project div.col {
	float: left; 	
}

project div.col p {
	font-family: "Source Sans Pro";
	margin-bottom: 20px;
	font-size: 16px;
}

project div.col.w-3 {
	width: 32%; 
	padding-left: 1%; 
	text-align: center;
	
}
 

/***** Case/Project - End ******/

/***** Article - Start **********************************************************/
div.main article {
	margin: 0 0 0px;
	padding: 0 226px;
}
div.main article.full {
	padding: 0;
}



div.main article.full div.images {
	margin: 0 0 54px;
}
div.main article p img {
	width: 15%;
	height: 15%;
	margin: 32px 0 -10px 0;
}
div.main article h3 {
	font-family: "Source Sans Pro";
	font-weight: 600;
	line-height: 30px;
	font-size: 20px;
	margin: 10px 0 10px 0;
}
div.main div.full.feature {
	margin: 0;
}
div.main article  div.feature {
    padding: 80px 105px 80px 105px;
      //  margin-bottom: 50px;
}

div.main article  div.feature.right {
        float: none;
}
div.main article  div.feature.bg {
        background-color: #f8f8f8;
}
div.main article  div.feature div.text {
        float: left;
        width: 320px;
        margin: 0 20px 0 0;
}
div.main article  div.feature div.text h3 {
        margin: 0 0 12px;
        font-weight: 300;
        font-size: 26px;
        line-height: 26px;
}
div.main article  div.feature div.text h1 {
        margin: 0 0 18px;
        font-size: 26px;
        line-height: 27px;
        font-weight: 700;
        text-transform: uppercase;
}
div.main article div.abstract {
	margin-bottom: 40px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 100;
   // font-family: "Lora";
}

div.main article div.aboutTheAuthor {
	height: 100%;
padding-bottom: 30px;
padding-left: 15px;
border-left: 2px solid gray;
display: inline-block;
float: right;
text-align: left;
width: 44%;
margin: 0px 0 16px 4%;
font-family: "Source Sans Pro";
font-size: 16px;
font-weight: 600;
line-height: 20px;
    		
}
div.main article div.aboutTheAuthor h3 {
    	font-size: 16px;
	margin: 0;
	color: #000;
}
  

div.main article div.aboutTheAuthor h4 {
    	font-size: 12px;
line-height: 10px;	
}
  

div.main article  div.feature div.text p {
    margin: 0 0 36px;
         color: #4e4e4e;
  opacity: .8;
	font-family: "Source Sans Pro";
	font-size: 16px;
	line-height: 28px;
}
div.main article  div.feature div.image {
        float: left;
        margin: 0 16px 0 0;
}
div.main article  div.feature div.image:last-of-type {
        margin: 0;
}
div.main article  div.feature div.image div.clip {
        width: 352px;
        height: 352px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
}
div.main article  div.feature div.image div.clip img {
        display: block;
        width: auto;
        height: 100%;
}
div.main article  div.feature div.image div.clip.vertical img {
        width: 100%;
        height: auto;
}
div.main article  div.feature.right div.text {
        float: right;
        margin: 0 0 0 20px;
}
div.main article  div.feature.right div.image {
        float: right;
        margin: 0 0 0 16px;
}
div.main article  div.feature.right div.image:last-of-type {
        margin: 0;
}

div.main article section.product-infos {
        margin: 0 0 40px;
        padding: 56px 100px;
        border-bottom: 1px solid #e6e6e6;
}
div.main article section.product-infos h2 {
        margin: 0 0 16px;
        font-size: 27px;
        font-weight: 300;
        line-height: 29px;
        text-align: center;
        letter-spacing: 1.1px;
        text-transform: uppercase;
}
div.main article section.product-infos div.col {
        float: left;
        width: 244px;
        margin: 0 28px 0 0;
        padding: 72px 0 0;
}
div.main article section.product-infos div.col:last-of-type {
        margin: 0;
}

div.main article section.product-infos div.col h3 {
        margin: 0 0 16px;
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 0.9px;
        color: #444;
        text-align: center;
}
div.main article section.product-infos div.col p {
        font-size: 14px;
        line-height: 20px;
        color: #4e4e4e;
        text-align: center;
        opacity: .8;
}
	
section.articlehead {
	position: relative;
	padding: 0 0px;
}

section.articlehead div.storyhead h1 {
	margin: -200px 226px 25px 170px;
	background-color: #3dd1d0;
	color:white;
	padding: 30px 50px;
}

section.articlehead h1 {
	width: 670px;
	margin: 100px 0 34px 226px;
	font-size: 64px;
	line-height: 70px;
	font-family: "Lora";
	font-weight: 400;
	
}
section.articlehead div.search {
	position: absolute;
	top: 12px;
	right: 105px;
}
section.articlehead div.search input[type=text] {
	width: 350px;
	height: 40px;
	padding: 0 16px 0 46px;
	font-size: 16px;
	border: 1px solid #d4d4d4;
	border-radius: 40px;
	box-sizing: border-box;
}
section.articlehead div.search input[type=text]::-moz-placeholder {
	color: #4c4c4c;
	opacity: 0.5;
	letter-spacing: 1px;
}
section.articlehead div.search input[type=text]:-ms-input-placeholder {
	color: #4c4c4c;
	opacity: 0.5;
	letter-spacing: 1px;
}
section.articlehead div.search input[type=text]::-webkit-input-placeholder {
	color: #4c4c4c;
	opacity: 0.5;
	letter-spacing: 1px;
}

section.articlehead div.search input[type=submit] {
	position: absolute;
	top: 8px;
	left: 17px;
	width: 24px;
	height: 24px;
	background: url("../img/bg-icon-search.png") no-repeat center;
	background-size: 24px auto;
	border: none;
	cursor: pointer;
}
section.articlehead nav.social {
	position: absolute;
	top: 84px;
	right: 105px;
}
section.articlehead div.user {
	margin: 0 0 18px 226px;
}
section.articlehead div.user div.avatar {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 18px 0 0;
	border-radius: 50%;
	overflow: hidden;
}
section.articlehead div.user div.avatar img {
	width: auto;
	height: 100%;
}
section.articlehead div.user div.name-date {
	float: left;
	padding: 15px 0 0;
}
section.articlehead div.user div.name-date h3 {
	line-height: 17px;
	color: #e05d82;
}
section.articlehead div.user div.name-date p.date {
	line-height: 17px;
	opacity: 0.5;
}

article h1 {
	margin: 0 0 11px;
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
}
article h2 {
	margin: 0 0 11px;
	font-size: 28px;
	line-height: 48px;
	font-weight: 600;
}
article h2.full {
	margin: 0 105px 11px;
}

article p {
	margin: 0 0 32px;
//	font-family: 'Lora';
	font-weight: 300!important;
	font-size: 18px;
	line-height: 28px;
}
article a {
	text-decoration: underline;
}
article footer {
	margin: 60px 0 0;
}

article p.important {
	width: 44%;
	margin: 12px 4% 16px 4%;
	font-family: "Source Sans Pro";
	font-size: 36px;
	font-style: italic;
	font-weight: 600;
	line-height: 40px;
	color: #e05d82;
}
article p.caption {
	font-family: "Source Sans Pro";
	line-height: 24px;
	font-size: 16px;
	color: #b0b0b0;
}

article div.col {
	float: left; 	
}

article div.col p {
	font-family: "Source Sans Pro";
	margin-bottom: 20px;
	font-size: 16px;
}
article div.col.w-2 {
	width: 45%; 
	padding-left: 3%; 
	text-align: center;
	margin-bottom: 50px;
}

article div.col.w-3 {
	width: 32%; 
	padding-left: 1%; 
	text-align: center;
	margin-bottom: 50px;
}

/***** Article - End **********************************************************/

div.main .moodImage {
	padding: 0;
	margin: 0 0px;
}
div.main .sectionHeader {
	margin-top: 40px;
}
div.main .sectionHeader h3.subline {
	margin-top: -20px;
	margin-bottom: 20px;
	font-weight: 100;
}

div.main .moodImage .images {
	padding: 0;
	margin: 0;
}
div.main .threeColumnText {
	padding: 40px 226px 0 226px;
	margin: 0;

}
div.main .threeColumnText h2 {
text-transform: uppercase;
text-align: center;
padding: 10px 10px;
border: 2px solid #3dd1d0;
width: 270px;
margin: 30px auto;
}
div.main .threeColumnText p {
	font-size: 16px;
}
div.main > .text {
//margin: 80px 0 80px 0;
}
div.main > .text h1 {

	margin: 0 0 24px;
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	text-transform: uppercase;
}

div.main > article.text   {
	margin: 20px 0;
}

div.main > article.pullQuote   {
	margin: 20px 0;
}


div.main  article.pullQuote  p.left.important {
	margin: 0 20px 10px -120px;
}
div.main  article.pullQuote  p.right.important {
	margin-right: 0 0 30px -20px;
	text-align: right;
}

div.main > article.feature   {
	
	padding: 0;
}

/***** Images - Start **********************************************************/
div.images {
	margin: 0 0 54px;
}
div.images div.clip {
	overflow: hidden;
}
div.images div.clip.p45:first-of-type {
	float: left;
	width: 45%;
	margin: 0;
}
div.images div.clip.p45 {
	float: left;
	width: 44%;
	margin: 0 0 0 1%;
}
div.images div.clip.p55:first-of-type {
	float: left;
	width: 55%;
	margin: 0;
}
div.images div.clip.p55 {
	float: left;
	width: 54%;
	margin: 0 0 0 1%;
}
div.images div.clip img {
	display: block;
	
}
/***** Images - End **********************************************************/


/***** Teaser-More - Start **********************************************************/
div.teaser-more {
	max-width: 818px;

	margin: 45px auto 0;
	padding: 0 0 12px;
	border-bottom: 1px solid #979797;
}
div.teaser-more h2 {
	margin: 0 0 24px;
	padding: 0 0 7px;
	font-size: 22px;
	line-height: 27px;
	font-weight: 600;
	border-bottom: 1px solid #979797;
	text-transform: uppercase;
}

div.teaser-more a.article {
	background-color: #f3f3f3;
	display: block;
	margin: 0 0 20px;
}
div.teaser-more a.article div.image {
	float: left;
	width: 230px;
}
div.teaser-more a.article div.image img {
	display: block;
}
div.teaser-more a.article div.text {
	float: right;
	width: 532px;
}
div.teaser-more a.article div.text h1 {
	margin: 0 0 2px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
}
div.teaser-more a.article div.text p {
	font-size: 17px;
	line-height: 27px;
}
div.teaser-more a.article div.text h3 {
	margin: 10px 0 0;
	line-height: 17px;
	color: #e05d82;
	letter-spacing: 0.7px;
}
div.teaser-more a.article div.text p.date {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	opacity: 0.5;
}
/***** Teaser-More - End **********************************************************/


/***** Topics - Start **********************************************************/
div.topics {
	margin: 0 0 20px;
}
div.topics a.topic {
	position: relative;
	float: left;
	display: block;
	width: 343px;
	height: 240px;
	margin: 0 0 0 0;
	overflow: hidden;
}

div.topics span.topic {
	position: relative;
	float: left;
	display: block;
	width: 343px;
	height: 240px;
	margin: 0 0 0 0;
	overflow: hidden;
}
div.topics span.topic a {
	color: #3dd1d0;
}
div.topics a.topic img {
	width: 343px;
    height: 240px;
}
div.topics span.topic img {
    width: 343px;
    height: 240px;
}
div.topics a.topic.w-2 {
	width: 700px;
}
div.topics a.topic.w-1-5 {
	width: 523px;
}
div.topics span.topic.w-1-5 {
	width: 523px;
}
div.topics a.topic.w-3 {
	width: 1060px;
}
div.topics a.topic.w-3 img {
	width: 1060px;
}
div.topics a.topic.w-2 img {
	width: 700px;
}
div.topics a.topic.w-1-5 img {
	width: 523px;
}
div.topics span.topic.w-1-5 img {
	width: 523px;
}
div.topics span.topic.w-1-5 img {
	width: 523px;
}
div.topics a.topic.h-2 {
	height: 495px;
}
div.topics a.topic.h-2 img {
	height: 495px;
}
div.topics a.topic div.infos {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 28px 32px;
	overflow: hidden;
}

div.topics a.topic div.infos.first {
	padding: 48px 57px;
	max-width: 800px;
}
/*
div.topics a.topic div.infos.first h1 {
	font-size: 48px;
	line-height: 48px;
	text-transform: none;
}*/

div.topic-splitter {
	margin: 0 40px;
	border-top: 1px solid #ccc;
	font-size: 16px;
	font-weight: 300;
	color: #666;
	text-align: center;
	padding: 40px 60px 100px 60px;

}
div.topic-splitter h1 {
margin: 0 0 24px;
font-size: 47px;
line-height: 47px;
font-weight: 700;
text-transform: none;
}
p.readmore {
  margin-top: 8px;
 font-size: 15px;
}
 
span.more-icon {
  font-size: 5px;
  margin-right: 4px;
  display: inline-block;
  width: 4em;
  height: 4em;
  border: 0.5em solid #444;
  border-radius: 50%;
}

span.more-icon:after {
  content: '';
  display: inline-block;
  margin-top: -0.5em;
  margin-left: .7em;  
  width: 1.4em;
  height: 1.4em;
  border-top: 0.5em solid #444;
  border-right: 0.5em solid #444;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

span.more-icon-big {
  font-size: 8px;
  margin-right: 4px;
  margin-top: 10px;
  display: inline-block;
  width: 4em;
  height: 4em;
  border: 0.5em solid #000;
  border-radius: 50%;

}

span.more-icon-big:after {
  content: '';
  display: inline-block;
  margin-top: 1.05em;
  margin-left: .7em;  
  width: 1.4em;
  height: 1.4em;
  border-top: 0.5em solid #000;
  border-right: 0.5em solid #000;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div.topic-splitter a.button,
div.topic-splitter a.button:hover,
div.topic-splitter a.button:active,
div.topic-splitter a.button:visited {
	margin: 20px 5px 0 5px;
	width: 100px;
	color: #666;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
	padding: 5px;
	font-size: 14px;
	font-weight: 500;
	font-family: "Source Sans Pro";
	border: 1px solid #666;
}

div.main > h2 {

   text-align: center; 
   border-bottom: 1px solid #ccc; 
   line-height: 0.1em;
   margin: 10px 40px 25px 40px; 
   
}

div.main > h2  > span { 
    background: #f0f1f3; 
    padding:0 40px; 
    font-family: "Lora";
    color: #bbb;
    font-size: 12px;
}

div.topics a.topic div.infos.new {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 28px 30% 28px 32px;
	padding: 25px;
	background-color: rgba(240,240,240,0.7);
	overflow: hidden;
}

section.teaser span.teaser-word {
background-color: #3dd1d0; /*#d12c61;*/
padding: 0 5px;
font-size: 48px;
font-weight: 700;
line-height: 52px;
display: inline-block;
margin: 5px;
color: white;

}


section.teaser div.sub-line span.teaser-word {
background-color: #000;
padding: 0 5px;
font-size: 26px;
font-weight: 700;
line-height: 30px;
display: inline-block;
margin: 2px;
color: white;
}

div.topics a.topic div.infos.new h1 {
	margin: 0 0 5px;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	color: #444;
	text-transform: uppercase;
}
div.topics a.topic div.infos.new p {
	color: #444;
}
div.topics a.topic div.infos.new p.subtitle {
	color: #444;
	font-size: 20px;
	line-height: 22px;
}



div.topics span.topic div.infos {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 28px 32px;
	overflow: hidden;
}
div.topics a.topic:hover div.infos,
div.topics a.topic.permanent div.infos {
	display: block;
}
div.topics span.toopic:hover div.infos,
div.topics span.topic.permanent div.infos {
	display: block;
}
div.topics a.topic div.infos h1 {
	margin: 0 0 5px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
div.topics span.topic div.infos h1 {
	margin: 0 0 5px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	color: #fff;
	text-transform: none;
}
div.topics a.topic div.infos p {
	color: #fff;
}
div.topics a.topic div.infos p.subtitle {
	font-size: 24px;
	line-height: 28px;
}
div.topics a.topic div.infos p.desc {
	font-size: 16px;
	line-height: 18px;
	margin: 20px 0;
}
div.topics span.topic div.infos p.desc {
	font-size: 16px;
	line-height: 18px;
	margin: 20px 0;
}
div.topics span.topic div.infos p {
	color: #fff;
}
div.topics a.topic div.infos p.cat {
	margin: 0 0 11px;
}
div.topics span.topic div.infos p.cat {
	margin: 0 0 11px;
}
div.topics a.topic.no-image div.infos h1,
div.topics a.topic.no-image div.infos p {
	color: #4c4c4c;
}
div.topics a.topic.no-image div.infos p.cat {
	color: #fff;
}
div.topics a.topic.darker div.infos {
	background-color: rgba(0, 0, 0, 0.3);
}
div.topics a.topic.darker-50 div.infos {
	background-color: rgba(0, 0, 0, 0.5);
}

div.topics a.topic p.btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 236px;
	margin: -34px 0 0 -118px;
	padding: 14px 0;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
}
div.topics a.topic p.btn.dark {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.33);
}
/***** Topics - End **********************************************************/


/***** Contact - Start **********************************************************/

div.article div.contact-box {
	position: relative;
	height: 245px;
	margin: 0 226px;
	box-shadow: 0  2px 10px 1px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
div.article contact-box #map {
	
	height: 245px;
}
div.contact-box {
	position: relative;
	height: 245px;
	margin: 0 -1px 0 -1px;
	padding: 1px;
	box-shadow: 0  2px 10px 1px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
div.contact-box #map {
	height: 245px;
}
div.contact-box img {
	display: block;
}
div.contact-box address {
	position: absolute;
	top: 50px;
	left: 64px;
	z-index: 2;
}
div.contact-box address p {
	margin: 0 0 22px;
	line-height: 21px;
	letter-spacing: 1.3px;
}
div.contact-box address p.mail {
	margin-bottom: 17px;
	padding: 0 0 0 40px;
	line-height: 24px;
	background: url("../img/bg-icon-mail.png") no-repeat 0 center;
	background-size: 24px auto;
}
div.contact-box address p.phone {
	padding: 0 0 0 40px;
	line-height: 24px;
	background: url("../img/bg-icon-phone.png") no-repeat 6px center;
	background-size: 14px auto;
}
div.contact-box div.locator {
	position: absolute;
	top: 66px;
	left: 685px;
	width: 37px;
	height: 56px;
//	background: url("../img/bg-icon-location.png") no-repeat;
	background-size: 37px auto;
}
div.contact-box div.cover {
	position: absolute;
	top: -80px;
	bottom: -120px;
	left: -40px;
	width: 390px;
	transform: rotate(17deg);
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 0;
}
/***** Contact - End **********************************************************/

/***** Footer - Start **********************************************************/

section.contact {
	margin: 20px 0 -80px;
	padding: 40px 226px;
	line-height: 21px;
	background-color: #f8f8f8;
}
section.contact div.col {
	float: left;
	width: 50%;
}
section.contact h1 {
	margin: 0 0 16px;
	font-weight: 300;	
	color: #3dd1d0;
	line-height: 29px;
	text-transform: none;
	opacity: .8;
}
 section.contact h1 b {
	font-weight: 400;
}
section.contact address p {
	margin: 0 0 12px;
}
section.contact a.btn {
	font-size: 18px;
	color: #2eb04f;
	border: 1px solid #2eb04f;
	border-radius: 3px;
}
 section.contact p {
	opacity: .8;
}
 section.contact p.phone {
	margin: 48px 0 12px;
	padding: 0 0 0 56px;
	font-size: 26px;
	font-weight: 300;
	line-height: 40px;
	background: url("../img/bg-icon-phone.png") no-repeat 6px center;
	background-size: 21px auto;
	opacity: .8;
}
 section.contact p.mail {
	padding: 0 0 0 56px;
	font-size: 26px;
	font-weight: 300;
	line-height: 40px;
	background: url("../img/bg-icon-mail.png") no-repeat 0 center;
	background-size: 36px auto;
	opacity: .8;
}
footer.main {
	padding: 0 226px;
	line-height: 45px;
	color: #fff;
	background-color: #5e5e5e;
}
footer.main a {
	color: #fff;
}
/***** Product - Start  **********************************************************/

.prod-gutter-sizer { width: 4%; }

div.wrapper.product {
	width: 100%;
	overflow: hidden;
}



div.wrapper.product header.main {
	margin: 1px 0 0;
	border-bottom: 1px solid #c2c2c2;
}

div.wrapper.product header.main a.logo {
	position: fixed;
	top: 41px;
	left: unset;
	right: 80px!important;
	width: 110px;
	height: 33px;
	background: url("../img/bg-logo-white.png") no-repeat;
	background-size: 110px 33px;
	text-indent: -9999em;
}

div.wrapper.product div.topics {
	width: 96%;
	margin: 40px 4%;
}

div.wrapper.product article.callToAction {
	background-color: #2eb04f;
}

div.wrapper.product div.main {
 	padding: 0;
}

@media screen and (min-width: 768px) {


 div.wrapper.product div.main div.topics a.topic {
	width: 33%;
	height: 340px!important;
}


div.wrapper.product div.topics a.topic div.infos.new {
	margin: 28px 40% 128px 32px;
}
div.wrapper.product div.main div.topics  img {
	width: 450px;
	height: 340px!important;
}
 div.wrapper.product div.main div.topics .w-1 {
	width: 30%!important;
}
div.wrapper.product div.main div.topics .w-1 img {
	width: 450px;
}
div.wrapper.product div.main div.topics .w-1-5 {
	width: 46%!important;
}
div.wrapper.product div.main div.topics .w-1-5 img {
	width: 600px;
}

div.wrapper.product div.main div.topics .w-2 {
	width: 59%!important;
}
div.wrapper.product div.main div.topics .w-2 img {
	width: 760px;
}
div.wrapper.product div.main div.topics .h-1 img {
	height: 100%;
}


}

@media screen and (min-width: 1600px) {


div.wrapper.product div.topics {
	width: 1600px!important;
 	margin: 40px auto;
}

 
 div.wrapper.product div.main div.topics a.topic {
	width: 33%;
	height: 440px!important;
}

div.wrapper.product div.main div.topics  img {
	width: 100%;
	height: 440px!important;
}
 
div.wrapper.product div.main div.topics .w-1 img {
	width: 100%;
}
 
div.wrapper.product div.main div.topics .w-1-5 img {
	width: 100%;
}

 
div.wrapper.product div.main div.topics .w-2 img {
	width: 100%;
}
 
 

}

div.wrapper.product header.main h1 {
	position: absolute;
	top: 48px;
	left: 105px;
	min-width: 500px;
	line-height: 49px;
	//background: url("../images/bg-h1-product.png") no-repeat;
	text-indent: -9999em;
}
div.wrapper.product header.main div.teaser-text {
	position: absolute;
	top: 102px;
	left: 55px;
	width: 480px;
	color: #fff;
}
div.wrapper.product header.main div.teaser-text h3 {
	//border-bottom: 3px solid white;
	color: white;

}
div.wrapper.product header.main div.teaser-text h2 {
	margin: 0 0 4px;
	font-size: 48px;
	background-color: black;
	color: white;
	display: inline-block ;
	padding: 5px;
	line-height: 48px;
	font-weight: 600;
}
div.wrapper.product header.main div.teaser-text p {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
}
div.wrapper.product header.main div.teaser-text a.btn {
	font-size: 18px;
	font-weight: 400;
	line-height: 45px;
	color: #fff;
	border: none;
	background-color: #2eb072;
	border-radius: 3px;
}
div.wrapper.product header.main img {
	display: block;
	width: 100%;
}
div.wrapper.product header.main nav.main {
	position: relative;
	top: auto;
	right: auto;
	padding: 0 0 0 45px;
	font-weight: 400;
	line-height: 54px;
	text-transform: uppercase;
	background-color: #e6e6e6;
}
div.wrapper.product header.main nav.main ul li {
	margin: 0 40px 0 0;
	padding: 0;
}
div.wrapper.product header.main nav.main ul li a {
	color: #7c7c7c;
}

div.wrapper.product section.product-infos {
	margin: 0 0 40px;
	padding: 56px 0;
	border-bottom: 1px solid #e6e6e6;
}
div.wrapper.product section h2 {
	margin: 0 0 16px;
	font-size: 27px;
	font-weight: 300;
	line-height: 29px;
	color: #2eb072;
	text-align: center;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}
div.wrapper.product section p.sub {
	margin: 0 0 48px;
	padding: 0 190px;
	text-align: center;
	opacity: .8;
}
div.wrapper.product section.product-infos div.col {
	float: left;
	width: 244px;
	margin: 0 28px 0 0;
	padding: 72px 0 0;
}
div.wrapper.product section.product-infos div.col:last-of-type {
	margin: 0;
}
div.wrapper.product section.product-infos div.col.money {
	background: url("../images/bg-product-money.png") no-repeat center 0;
	background-size: 48px auto;
}
div.wrapper.product section.product-infos div.col.convention {
	background: url("../images/bg-product-convention.png") no-repeat center 0;
	background-size: 45px auto;
}
div.wrapper.product section.product-infos div.col.sponsors {
	background: url("../images/bg-product-sponsors.png") no-repeat center 0;
	background-size: 64px auto;
}
div.wrapper.product section.product-infos div.col.customize {
	background: url("../images/bg-product-customize.png") no-repeat center 0;
	background-size: 48px auto;
}
div.wrapper.product section.product-infos div.col h3 {
	margin: 0 0 16px;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0.9px;
	color: #444;
	text-align: center;
}
div.wrapper.product section.product-infos div.col p {
	font-size: 14px;
	line-height: 20px;
	color: #4e4e4e;
	text-align: center;
	opacity: .8;
}

div.wrapper.product section.product-features {
	margin: 0 -105px;
}
div.wrapper.product section.product-features h2 {
	margin: 0 0 40px;
}
div.wrapper.product section.product-features div.feature {
	padding: 105px 105px 100px 105px;
}
div.wrapper.product section.product-features div.feature.right {
	float: none;
}
div.wrapper.product section.product-features div.feature.bg {
	background-color: #f8f8f8;
}
div.wrapper.product section.product-features div.feature div.text {
	float: left;
	width: 320px;
	margin: 0 20px 0 0;
}
div.wrapper.product section.product-features div.feature div.text h3 {
	margin: 0 0 12px;
	font-weight: 300;
	font-size: 26px;
	line-height: 26px;
}
div.wrapper.product section.product-features div.feature div.text p {
	margin: 0 0 36px;
	color: #4e4e4e;
	opacity: .8;
}
div.wrapper.product section.product-features div.feature div.image {
	float: left;
	margin: 0 16px 0 0;
}
div.wrapper.product section.product-features div.feature div.image:last-of-type {
	margin: 0;
}
div.wrapper.product section.product-features div.feature div.image div.clip {
	width: 352px;
	height: 352px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
}
div.wrapper.product section.product-features div.feature div.image div.clip img {
	display: block;
	width: auto;
	height: 100%;
}
div.wrapper.product section.product-features div.feature div.image div.clip.vertical img {
	width: 100%;
	height: auto;
}
div.wrapper.product section.product-features div.feature.right div.text {
	float: right;
	margin: 0 0 0 20px;
}
div.wrapper.product section.product-features div.feature.right div.image {
	float: right;
	margin: 0 0 0 16px;
}
div.wrapper.product section.product-features div.feature.right div.image:last-of-type {
	margin: 0;
}

div.wrapper.product section.customization {
	margin: 0 0 56px;
}
div.wrapper.product section.customization div.col {
	float: left;
	width: 345px;
	margin: 0 8px 8px 0;
}
div.wrapper.product section.customization div.col:nth-of-type(3) {
	margin-right: -2px;
}
div.wrapper.product section.customization div.col img {
	display: block;
	margin: 0 0 30px;
}
div.wrapper.product section.customization div.col h3 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.9px;
}
div.wrapper.product section.customization div.col p {
	width: 240px;
	margin: 0 auto;
	font-size: 14px;
	color: #4e4e4e;
	line-height: 20px;
	text-align: center;
	opacity: .8;
}


div.wrapper.product section.contact {
	margin: 20px 0 0px;
	padding: 40px 226px;
	background-color: #f8f8f8;
}

/***** Product - End **********************************************************/

/** Contact-Form **/

.contactForm {
	background-color: #f8f8f8;
	padding-top: 20px!important;
	padding-bottom: 20px!important;	
	margin-top: 0!important;
	margin-bottom: 0!important;
}

form#contact{
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

form#contact .col-left {
	width: 48%;
	float: left;
	
}

form#contact .col-right {
	width: 48%;
	float: right;
}

form#contact textarea {
	 border: 1px solid #3dd1d0;
	 border-radius:5px;
	 width: 100%;
 
	 font-family : "Source Sans Pro";
 
	 resize: vertical;
	 -moz-border-radius:5px;
	 -webkit-border-radius:5px;
	
}
form#contact input {
	border: 1px solid #3dd1d0;
	border-radius:5px;
 
	font-family : "Source Sans Pro";
    height: 55px;
    width: 100%;
	 -moz-border-radius:5px;
	 -webkit-border-radius:5px;
}

form#contact ::-webkit-input-placeholder {  
  font-family: "Source Sans Pro";
  font-weight: 600;
  color: #ccc;
  padding: 0px 15px;
}
form#contact textarea::-webkit-input-placeholder {  
  padding: 10px 15px;
}

form#contact ::-moz-placeholder  {  
  font-family: "Source Sans Pro";
  font-weight: 600;
  color: #ccc;
  padding: 0px 15px;
}
form#contact textarea::-moz-placeholder  { 
  padding: 10px 15px;
}


form#contact :-ms-input-placeholder {  
  font-family: "Source Sans Pro";
  font-weight: 600;
  color: #ccc;
  padding: 0px 15px;
}
form#contact textarea:-ms-input-placeholder{ 
  padding: 10px 15px;
}


form#contact :-moz-placeholder { 
  font-family: "Source Sans Pro";
  font-weight: 600;
  color: #ccc;
  padding: 0px 15px;
}
form#contact textarea:-moz-placeholder { 
  padding: 10px 15px;
}


 

form#contact input[type="submit"] {
	background-color: #3dd1d0;
	color: white;
	
	font-family: 'Source Sans Pro', Arial;
}

form#contact input[name="email_confirm"] {
	display: none;
}
form#contact fieldset{
	border: none;
	margin: 10px 0;
}
form#contact fieldset label{
	width: 150px;
	display: block;
	float: left;
}

div.main article sub, div.main project sub {
	vertical-align: sub;
	font-size: smaller;
}
div.main article sup, div.main project sup {
	vertical-align: super;
	font-size: smaller;
}
div.main article code, div.main project code {
	font-family: 'Source Code Pro', monospace;
	font-size: 0.9em;
	background-color: #eff0f1;
	white-space: pre-wrap;
	padding: 1px 5px;
}

div.main article ol, div.main article ul,
div.main project ol, div.main project ul  {
	margin: 0 0 10px 25px;
	font-family: "Source Sans Pro";
	font-weight: 300;
	font-size: 20px;
	list-style: initial;
}
}
div.main article ol, div.main article ul li {
margin-bottom: 10px;
}

div.main article ol {
	list-style-type: decimal;
}
div.main article ul {
	list-style-type: disc;
}
div.main article li.true {
font-size: 18px;
border: 1px solid #ccc;
background: url("/assets/img/ico-check-true.png") no-repeat 6px top;
background-size: 50px 50px;
background-color: #fafafa;
padding: 10px 10px 10px 60px;
margin: 10px 0;
line-height: 30px;
list-style-type: none;
}

div.main article li.false {
font-size: 18px;
border: 1px solid #ccc;
background: url("/assets/img/ico-check-false.png") no-repeat  6px top;
background-size: 50px 50px;
background-color: #fafafa;
padding: 10px 10px 10px 60px;
margin: 10px 0;
line-height: 30px;
list-style-type: none;
}


div.main .callToAction {
padding: 50px 226px;
text-align: center;
color: white;
background-color: #a2cf6d;
margin: 50px 0;
font-family: "Lora";
margin: 20px 0;
font-size: 30px;
font-weight: 100;
}

div.main .callToAction a.callToAction-button,
div.main .callToAction a.callToAction-button:hover,
div.main .callToAction a.callToAction-button:active,
div.main .callToAction a.callToAction-button:visited {
	margin: 50px auto 0 auto;
	width: 200px;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	display: block;
	padding: 10px;
	font-size: 20px;
	font-weight: 500;
	font-family: "Source Sans Pro";
	border: 1px solid white;
}


div.main div.expandable {
	margin-top: 10px;
}
div.main div.expandable.expandable-position-full {
	
}
div.main div.expandable.expandable-position-left {
	float: left;
}
div.main div.expandable.expandable-position-right {
	float: right;
}
div.main div.expandable div.expandable-title {
	cursor: pointer;
	border-bottom: 1px solid #cccccc;
	font-weight: 500;
	font-size: 16pt;
}
div.main div.expandable div.expandable-content {
	display: none;
	padding: 0 0 0 10px;
	margin: 10px 0 0 10px;
	border-left: 5px solid #ccc;
}
