@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400italic&subset=latin,latin-ext");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
/*@font-face {
  font-family: "Helvetica LT W04 Bold";
  src: url("../../fonts/1489456/893142f2-c343-44de-949a-f933374e648c.eot?#iefix");
  src: url("../../fonts/1489456/893142f2-c343-44de-949a-f933374e648c.eot?#iefix") format("eot"), url("../../fonts/1489456/5b00a1f2-3a6d-4922-a126-bde89e7f683c.woff2") format("woff2"), url("../../fonts/1489456/0b6078b5-b3d8-46ee-a22e-5197ae487290.woff") format("woff"), url("../../fonts/1489456/2faee65d-e956-4390-9a9c-3928d6118c09.ttf") format("truetype"), url("../../fonts/1489456/7097497b-efab-4cdb-9cbe-0b555b4de266.svg#7097497b-efab-4cdb-9cbe-0b555b4de266") format("svg");
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format('embedded-opentype'), url("../fonts/icons.woff") format('woff'), url("../fonts/icons.ttf") format('truetype'), url("../fonts/icons.svg#icons") format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icons";
    src: url("../fonts/icons.svg") format('svg');
  }
}*/
@font-face {
	font-family: 'Helvetica LT W04 Bold';
	src: url('../fonts/HelveticaLTStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaLTStd-Bold.otf') format('opentype'), url('../fonts/HelveticaLTStd-Bold.woff') format('woff'), url('../fonts/HelveticaLTStd-Bold.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Bold.svg#HelveticaLTStd-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	display: inline-block;
	vertical-align: middle;
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="right-icon-"], [class*=" right-icon-"] {
	display: inline-block;
	vertical-align: middle;
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-logo:before, .right-icon-logo:after {
	content: '\E001';
}
.sprite-design, .sprite-logo-ventia, .sprite-logo-sap, .sprite-logo-deloitte, .sprite-logo-presence, .sprite-logo-ddg, .sprite-logo-ciber, .sprite-logo-success, .sprite-logo-blue_scope, .sprite-mouse-bg, .sprite-technology, .sprite-ux, .sprite {
	background-image: url("../images/client/logo.png");
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	position: relative;
}
.sprite-design {
	width: 194px;
	height: 130px;
	background: url("../images/about-page-section2-part2.png") transparent no-repeat center center;
	background-size: contain;
}
.sprite-logo-ventia {
	background-position: 0px 0px;
	height: 47px;
	width: 150px;
}
.sprite-logo-sap {
	background-position: -207px -5px;
	height: 53px;
	width: 107px;
}
.sprite-logo-deloitte {
	background-position: -341px -7px;
	height: 38px;
	width: 152px;
}
.sprite-logo-presence {
    background-position: 0 -95px;
    height: 67px;
    width: 163px;
}
.sprite-logo-ddg {
    background-position: 0 -196px;
    height: 69px;
    width: 152px;
}
.sprite-logo-ciber {
    background-position: -191px -110px;
    height: 35px;
    width: 115px;
}
.sprite-logo-success {
    background-position: -285px -220px;
    height: 37px;
    width: 202px;
}
.sprite-logo-blue_scope {
    background-position: -355px -77px;
    height: 103px;
    width: 139px;
}
.sprite-mouse-bg {
	background-position: -129px -310px;
	width: 146px;
	height: 31px;
}
.sprite-technology {
	width: 185px;
	height: 131px;
	background: url("../images/about-page-section2-part3.png") transparent no-repeat center center;
	background-size: contain;
}
.sprite-ux {
	width: 192px;
	height: 128px;
	background: url("../images/about-page-section2-part1.png") transparent no-repeat center center;
	background-size: contain;
}

@media screen and (min-width: 640px) {
.columns.sm-2 > .column-thiner {
	width: 45%;
}
.columns.sm-2 > .column-wider {
	width: 55%;
}
}

@media screen and (min-width: 768px) {
.columns.md-2 > .column-thin {
	width: 39%;
}
.columns.md-2 > .column-wide {
	width: 61%;
}
.columns.md-2.columns-sep {
	position: relative;
}
.columns.md-2.columns-sep .column:first-child:after {
	content: '';
	position: absolute;
	top: 5vh;
	bottom: 5vh;
	width: 1px;
	background: rgba(255,255,255,0.1);
	left: 50%;
}
.block-primary .columns.md-2.columns-sep .column:first-child:after {
	background-color: rgba(0,0,0,0.2);
}
}

@media screen and (min-width: 1024px) {
.columns.lg-2 > .column-thiner {
	width: 45%;
}
.columns.lg-2 > .column-wider {
	width: 55%;
}
.columns.lg-2 > .column-thin {
	width: 40%;
}
.columns.lg-2 > .column-wide {
	width: 60%;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.columns.md-lg-2 > .column-thiner {
	width: 50%;
}
.columns.md-lg-2 > .column-wider {
	width: 50%;
}
}

@media screen and (max-width: 767px) {
.columns.md-max-1 > .column-thiner {
	width: 100%;
}
.columns.md-max-1 > .column-wider {
	width: 100%;
}
}
.columns {
	font-size: 0;
 *zoom: 1;
}
.columns:before, .columns:after {
	content: "";
	display: table;
}
.columns:after {
	clear: both;
}
.columns > [class^="column"] {
	font-size: 13px;
}

@media screen and (max-width: 479px) {
[class*="columns xs-2"] > [class^="column"], [class*="columns xs-3"] > [class^="column"], [class*="columns xs-4"] > [class^="column"], [class*="columns xs-5"] > [class^="column"], [class*="columns xs-6"] > [class^="column"] {
	width: 100% !important;
}
[class*="columns xs-2"] > [class^="column"] + [class^="column"], [class*="columns xs-3"] > [class^="column"] + [class^="column"], [class*="columns xs-4"] > [class^="column"] + [class^="column"], [class*="columns xs-5"] > [class^="column"] + [class^="column"], [class*="columns xs-6"] > [class^="column"] + [class^="column"] {
	margin-top: 10% !important;
}
[class*="columns xs-2"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns xs-3"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns xs-4"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns xs-5"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns xs-6"].columns-gap-glued > [class^="column"] + [class^="column"] {
	margin-top: 0 !important;
}
.xs-visible {
	display: none !important;
}
.xs-sm-visible {
	display: none !important;
}
.xs-md-visible {
	display: none !important;
}
.xs-lg-visible {
	display: none !important;
}
.xs-xl-visible {
	display: none !important;
}
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.xs-max-1 > .column {
	width: 100%;
}
.columns.xs-max-2 > .column {
	width: 49.998000000000005%;
}
.columns.xs-max-3 > .column {
	width: 33.332%;
}
.columns.xs-max-4 > .column {
	width: 24.999000000000002%;
}
.columns.xs-max-5 > .column {
	width: 20%;
}
.columns.xs-max-6 > .column {
	width: 16.666%;
}
.dev body:before {
	content: '[ xs-max ]';
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 5px;
	z-index: 9999;
	font-family: "PT Serif", Arial, sans-serif;
	font-weight: normal;
}
}

@media screen and (max-width: 639px) {
[class*="columns sm-2"] > [class^="column"], [class*="columns sm-3"] > [class^="column"], [class*="columns sm-4"] > [class^="column"], [class*="columns sm-5"] > [class^="column"], [class*="columns sm-6"] > [class^="column"] {
	width: 100% !important;
}
[class*="columns sm-2"] > [class^="column"] + [class^="column"], [class*="columns sm-3"] > [class^="column"] + [class^="column"], [class*="columns sm-4"] > [class^="column"] + [class^="column"], [class*="columns sm-5"] > [class^="column"] + [class^="column"], [class*="columns sm-6"] > [class^="column"] + [class^="column"] {
	margin-top: 10% !important;
}
[class*="columns sm-2"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns sm-3"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns sm-4"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns sm-5"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns sm-6"].columns-gap-glued > [class^="column"] + [class^="column"] {
	margin-top: 0 !important;
}
.sm-visible {
	display: none !important;
}
.sm-md-visible {
	display: none !important;
}
.sm-lg-visible {
	display: none !important;
}
.sm-xl-visible {
	display: none !important;
}
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.sm-max-1 > .column {
	width: 100%;
}
.columns.sm-max-2 > .column {
	width: 49.998000000000005%;
}
.columns.sm-max-3 > .column {
	width: 33.332%;
}
.columns.sm-max-4 > .column {
	width: 24.999000000000002%;
}
.columns.sm-max-5 > .column {
	width: 20%;
}
.columns.sm-max-6 > .column {
	width: 16.666%;
}
}

@media screen and (max-width: 767px) {
[class*="columns md-2"] > [class^="column"], [class*="columns md-3"] > [class^="column"], [class*="columns md-4"] > [class^="column"], [class*="columns md-5"] > [class^="column"], [class*="columns md-6"] > [class^="column"] {
	width: 100% !important;
}
[class*="columns md-2"] > [class^="column"] + [class^="column"], [class*="columns md-3"] > [class^="column"] + [class^="column"], [class*="columns md-4"] > [class^="column"] + [class^="column"], [class*="columns md-5"] > [class^="column"] + [class^="column"], [class*="columns md-6"] > [class^="column"] + [class^="column"] {
	margin-top: 10% !important;
}
[class*="columns md-2"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns md-3"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns md-4"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns md-5"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns md-6"].columns-gap-glued > [class^="column"] + [class^="column"] {
	margin-top: 0 !important;
}
.md-visible {
	display: none !important;
}
.md-lg-visible {
	display: none !important;
}
.md-xl-visible {
	display: none !important;
}
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.md-max-1 > .column {
	width: 100%;
}
.columns.md-max-2 > .column {
	width: 49.998000000000005%;
}
.columns.md-max-3 > .column {
	width: 33.332%;
}
.columns.md-max-4 > .column {
	width: 24.999000000000002%;
}
.columns.md-max-5 > .column {
	width: 20%;
}
.columns.md-max-6 > .column {
	width: 16.666%;
}
}

@media screen and (max-width: 1023px) {
[class*="columns lg-2"] > [class^="column"], [class*="columns lg-3"] > [class^="column"], [class*="columns lg-4"] > [class^="column"], [class*="columns lg-5"] > [class^="column"], [class*="columns lg-6"] > [class^="column"] {
	width: 100% !important;
}
[class*="columns lg-2"] > [class^="column"] + [class^="column"], [class*="columns lg-3"] > [class^="column"] + [class^="column"], [class*="columns lg-4"] > [class^="column"] + [class^="column"], [class*="columns lg-5"] > [class^="column"] + [class^="column"], [class*="columns lg-6"] > [class^="column"] + [class^="column"] {
	margin-top: 10% !important;
}
[class*="columns lg-2"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns lg-3"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns lg-4"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns lg-5"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns lg-6"].columns-gap-glued > [class^="column"] + [class^="column"] {
	margin-top: 0 !important;
}
.lg-visible {
	display: none !important;
}
.lg-xl-visible {
	display: none !important;
}
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.lg-max-1 > .column {
	width: 100%;
}
.columns.lg-max-2 > .column {
	width: 49.998000000000005%;
}
.columns.lg-max-3 > .column {
	width: 33.332%;
}
.columns.lg-max-4 > .column {
	width: 24.999000000000002%;
}
.columns.lg-max-5 > .column {
	width: 20%;
}
.columns.lg-max-6 > .column {
	width: 16.666%;
}
}

@media screen and (max-width: 1239px) {
[class*="columns xl-2"] > [class^="column"], [class*="columns xl-3"] > [class^="column"], [class*="columns xl-4"] > [class^="column"], [class*="columns xl-5"] > [class^="column"], [class*="columns xl-6"] > [class^="column"] {
	width: 100% !important;
}
[class*="columns xl-2"] > [class^="column"] + [class^="column"], [class*="columns xl-3"] > [class^="column"] + [class^="column"], [class*="columns xl-4"] > [class^="column"] + [class^="column"], [class*="columns xl-5"] > [class^="column"] + [class^="column"], [class*="columns xl-6"] > [class^="column"] + [class^="column"] {
	margin-top: 10% !important;
}
[class*="columns xl-2"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns xl-3"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns xl-4"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns xl-5"].columns-gap-glued > [class^="column"] + [class^="column"], [class*="columns xl-6"].columns-gap-glued > [class^="column"] + [class^="column"] {
	margin-top: 0 !important;
}
.xl-visible {
	display: none !important;
}
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.xl-max-1 > .column {
	width: 100%;
}
.columns.xl-max-2 > .column {
	width: 49.998000000000005%;
}
.columns.xl-max-3 > .column {
	width: 33.332%;
}
.columns.xl-max-4 > .column {
	width: 24.999000000000002%;
}
.columns.xl-max-5 > .column {
	width: 20%;
}
.columns.xl-max-6 > .column {
	width: 16.666%;
}
}

@media screen and (min-width: 480px) {
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.xs-1 > .column {
	width: 100%;
}
.columns.xs-2 > .column {
	width: 49.998000000000005%;
}
.columns.xs-3 > .column {
	width: 33.332%;
}
.columns.xs-4 > .column {
	width: 24.999000000000002%;
}
.columns.xs-5 > .column {
	width: 20%;
}
.columns.xs-6 > .column {
	width: 16.666%;
}
.xs-invisible {
	display: none !important;
}
.xs-sm-invisible {
	display: none !important;
}
.xs-md-invisible {
	display: none !important;
}
.xs-lg-invisible {
	display: none !important;
}
.xs-xl-invisible {
	display: none !important;
}
}

@media screen and (min-width: 640px) {
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.sm-1 > .column {
	width: 100%;
}
.columns.sm-2 > .column {
	width: 49.998000000000005%;
}
.columns.sm-3 > .column {
	width: 33.332%;
}
.columns.sm-4 > .column {
	width: 24.999000000000002%;
}
.columns.sm-5 > .column {
	width: 20%;
}
.columns.sm-6 > .column {
	width: 16.666%;
}
.sm-invisible {
	display: none !important;
}
.sm-md-invisible {
	display: none !important;
}
.sm-lg-invisible {
	display: none !important;
}
.sm-xl-invisible {
	display: none !important;
}
}

@media screen and (min-width: 768px) {
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.md-1 > .column {
	width: 100%;
}
.columns.md-2 > .column {
	width: 49.998000000000005%;
}
.columns.md-3 > .column {
	width: 33.332%;
}
.columns.md-4 > .column {
	width: 24.999000000000002%;
}
.columns.md-5 > .column {
	width: 20%;
}
.columns.md-6 > .column {
	width: 16.666%;
}
.md-invisible {
	display: none !important;
}
.md-lg-invisible {
	display: none !important;
}
.md-xl-invisible {
	display: none !important;
}
}

@media screen and (min-width: 1024px) {
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.lg-1 > .column {
	width: 100%;
}
.columns.lg-2 > .column {
	width: 49.998000000000005%;
}
.columns.lg-3 > .column {
	width: 33.332%;
}
.columns.lg-4 > .column {
	width: 24.999000000000002%;
}
.columns.lg-5 > .column {
	width: 20%;
}
.columns.lg-6 > .column {
	width: 16.666%;
}
.lg-invisible {
	display: none !important;
}
.lg-xl-invisible {
	display: none !important;
}
}

@media screen and (min-width: 1240px) {
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.xl-1 > .column {
	width: 100%;
}
.columns.xl-2 > .column {
	width: 49.998000000000005%;
}
.columns.xl-3 > .column {
	width: 33.332%;
}
.columns.xl-4 > .column {
	width: 24.999000000000002%;
}
.columns.xl-5 > .column {
	width: 20%;
}
.columns.xl-6 > .column {
	width: 16.666%;
}
.xl-invisible {
	display: none !important;
}
}

@media screen and (min-width: 480px) and (max-width: 639px) {
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.xs-sm-1 > .column {
	width: 100%;
}
.columns.xs-sm-2 > .column {
	width: 49.998000000000005%;
}
.columns.xs-sm-3 > .column {
	width: 33.332%;
}
.columns.xs-sm-4 > .column {
	width: 24.999000000000002%;
}
.columns.xs-sm-5 > .column {
	width: 20%;
}
.columns.xs-sm-6 > .column {
	width: 16.666%;
}
.dev body:before {
	content: '[ xs-sm ]';
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 5px;
	z-index: 9999;
	font-family: "PT Serif", Arial, sans-serif;
	font-weight: normal;
}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.xs-md-1 > .column {
	width: 100%;
}
.columns.xs-md-2 > .column {
	width: 49.998000000000005%;
}
.columns.xs-md-3 > .column {
	width: 33.332%;
}
.columns.xs-md-4 > .column {
	width: 24.999000000000002%;
}
.columns.xs-md-5 > .column {
	width: 20%;
}
.columns.xs-md-6 > .column {
	width: 16.666%;
}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.xs-lg-1 > .column {
	width: 100%;
}
.columns.xs-lg-2 > .column {
	width: 49.998000000000005%;
}
.columns.xs-lg-3 > .column {
	width: 33.332%;
}
.columns.xs-lg-4 > .column {
	width: 24.999000000000002%;
}
.columns.xs-lg-5 > .column {
	width: 20%;
}
.columns.xs-lg-6 > .column {
	width: 16.666%;
}
}

@media screen and (min-width: 480px) and (max-width: 1239px) {
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.xs-xl-1 > .column {
	width: 100%;
}
.columns.xs-xl-2 > .column {
	width: 49.998000000000005%;
}
.columns.xs-xl-3 > .column {
	width: 33.332%;
}
.columns.xs-xl-4 > .column {
	width: 24.999000000000002%;
}
.columns.xs-xl-5 > .column {
	width: 20%;
}
.columns.xs-xl-6 > .column {
	width: 16.666%;
}
}

@media screen and (min-width: 640px) and (max-width: 767px) {
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.sm-md-1 > .column {
	width: 100%;
}
.columns.sm-md-2 > .column {
	width: 49.998000000000005%;
}
.columns.sm-md-3 > .column {
	width: 33.332%;
}
.columns.sm-md-4 > .column {
	width: 24.999000000000002%;
}
.columns.sm-md-5 > .column {
	width: 20%;
}
.columns.sm-md-6 > .column {
	width: 16.666%;
}
.dev body:before {
	content: '[ sm-md ]';
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 5px;
	z-index: 9999;
	font-family: "PT Serif", Arial, sans-serif;
	font-weight: normal;
}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.sm-lg-1 > .column {
	width: 100%;
}
.columns.sm-lg-2 > .column {
	width: 49.998000000000005%;
}
.columns.sm-lg-3 > .column {
	width: 33.332%;
}
.columns.sm-lg-4 > .column {
	width: 24.999000000000002%;
}
.columns.sm-lg-5 > .column {
	width: 20%;
}
.columns.sm-lg-6 > .column {
	width: 16.666%;
}
}

@media screen and (min-width: 640px) and (max-width: 1239px) {
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.sm-xl-1 > .column {
	width: 100%;
}
.columns.sm-xl-2 > .column {
	width: 49.998000000000005%;
}
.columns.sm-xl-3 > .column {
	width: 33.332%;
}
.columns.sm-xl-4 > .column {
	width: 24.999000000000002%;
}
.columns.sm-xl-5 > .column {
	width: 20%;
}
.columns.sm-xl-6 > .column {
	width: 16.666%;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.md-lg-1 > .column {
	width: 100%;
}
.columns.md-lg-2 > .column {
	width: 49.998000000000005%;
}
.columns.md-lg-3 > .column {
	width: 33.332%;
}
.columns.md-lg-4 > .column {
	width: 24.999000000000002%;
}
.columns.md-lg-5 > .column {
	width: 20%;
}
.columns.md-lg-6 > .column {
	width: 16.666%;
}
.dev body:before {
	content: '[ md-lg ]';
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 5px;
	z-index: 9999;
	font-family: "PT Serif", Arial, sans-serif;
	font-weight: normal;
}
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.md-xl-1 > .column {
	width: 100%;
}
.columns.md-xl-2 > .column {
	width: 49.998000000000005%;
}
.columns.md-xl-3 > .column {
	width: 33.332%;
}
.columns.md-xl-4 > .column {
	width: 24.999000000000002%;
}
.columns.md-xl-5 > .column {
	width: 20%;
}
.columns.md-xl-6 > .column {
	width: 16.666%;
}
}

@media screen and (min-width: 1024px) and (max-width: 1239px) {
.columns {
	margin-left: -10px;
	margin-right: -10px;
}
.columns > [class^="column"] {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.columns-gap-glued {
	margin: 0;
}
.columns-gap-glued > [class^="column"] {
	padding: 0;
}
.columns-gap-min {
	margin-left: -2px;
	margin-right: -2px;
}
.columns-gap-min > [class^="column"] {
	padding-left: 2px;
	padding-right: 2px;
}
.columns-gap-small {
	margin-left: -5px;
	margin-right: -5px;
}
.columns-gap-small > [class^="column"] {
	padding-left: 5px;
	padding-right: 5px;
}
.columns-gap-large {
	margin-left: -30px;
	margin-right: -30px;
}
.columns-gap-large > [class^="column"] {
	padding-left: 30px;
	padding-right: 30px;
}
.columns.lg-xl-1 > .column {
	width: 100%;
}
.columns.lg-xl-2 > .column {
	width: 49.998000000000005%;
}
.columns.lg-xl-3 > .column {
	width: 33.332%;
}
.columns.lg-xl-4 > .column {
	width: 24.999000000000002%;
}
.columns.lg-xl-5 > .column {
	width: 20%;
}
.columns.lg-xl-6 > .column {
	width: 16.666%;
}
.dev body:before {
	content: '[ lg-xl ]';
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 5px;
	z-index: 9999;
	font-family: "PT Serif", Arial, sans-serif;
	font-weight: normal;
}
}
html {
	position: relative;
	min-height: 100%;
	background-color: #fff;
}
body {
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	min-width: 310px;
}
::-webkit-scrollbar {
 width: 0px;
 background: transparent;
}
::-webkit-scrollbar-thumb {
 background-color: rgba(0,0,0,0);
}
.content {
	position: relative;
	z-index: 20;
	overflow: hidden;
}
.content-light {
	background-color: #fff;
}
.content-dark {
 background: $color-additional;
	color: #fff;
}
.content-boxed {
 background-color: $background-intro;
}
.content-error {
	text-align: center;
	padding: 12% 20px 0;
}
.content-error .icon-logo {
	font-size: 70px;
	color: #000;
}
.content-error h1 {
	color: #000;
}

@media screen and (max-width: 479px) {
.content-error p br {
	display: none;
}
}
.footer {
	position: relative;
}
.footer p {
	margin: 0;
}
.header {
	color: #429580;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	position: fixed;
}
.header-up {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

@media screen and (min-width: 768px) {
.header {
	padding: 11px 44px 11px 20px;
}
}

@media screen and (max-width: 767px) {
.header {
	padding: 35px 30px;
}
}
.navigation-active .header {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
*, *:before, *:after {
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
html, body {
	margin: 0;
}
a:focus {
	outline: none;
}
a:active {
	background-color: transparent;
}
abbr[title] {
	border-bottom: 1px dotted;
}
blockquote {
	margin: 1em 40px;
}
dfn, em, i {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
pre q {
	quotes: none;
}
pre q:before, pre q:after {
	content: '';
	content: none;
}
small {
	font-size: 11px;
	line-height: 22px;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
img, iframe, object, embed {
	vertical-align: middle;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
 *vertical-align: middle;
}
button, input {
	line-height: normal;
	background: none;
	border: 0;
	padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
 *overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
 *height: 13px;
 *width: 13px;
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
input[type=text], input[type=password], input[type=email] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
th {
	text-align: left;
}
hr {
	display: none;
}
img {
	max-width: 100%;
}
.inline-block {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
.float-left, .pull-left {
	float: left;
}
.float-right, .pull-right {
	float: right;
}
a, .link {
	color: #429580;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	cursor: pointer;
}
a:visited, .link:visited {
	color: #429580;
	text-decoration: none;
}
a:hover, .link:hover {
	color: #595959;
	text-decoration: none;
}
.underline {
	text-decoration: none;
}
.underline-item {
	position: relative;
}
.underline-item:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
[class*="icon-"] {
	color: #429580;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, .social-links li a {
	color: #fff;
	font-family: "Helvetica LT W04 Bold", "PT Serif", Arial, sans-serif;
	font-weight: normal;
	font-weight: normal;
	text-rendering: optimizelegibility;
	-webkit-text-stroke: none;
	margin-top: 0;
}

@media screen and (max-width: 639px) {
h1 br, h2 br, h3 br, h4 br, h5 br, .h1 br, .h2 br, .h3 br, .h4 br, .h5 br, .social-links li a br {
	display: none;
}
}
.block-light h1, .block-light h2, .block-light h3, .block-light h4, .block-light h5, .block-light .h1, .block-light .h2, .block-light .h3, .block-light .h4, .block-light .h5, .block-light .social-links li a {
	color: #000;
}
h1 span:not([class]):not([id]), h2 span:not([class]):not([id]), h3 span:not([class]):not([id]), h4 span:not([class]):not([id]), h5 span:not([class]):not([id]), .h1 span:not([class]):not([id]), .h2 span:not([class]):not([id]), .h3 span:not([class]):not([id]), .h4 span:not([class]):not([id]), .h5 span:not([class]):not([id]), .social-links li a span:not([class]):not([id]) {
	color: #429580;
}
h1.inherit, h2.inherit, h3.inherit, h4.inherit, h5.inherit, .h1.inherit, .h2.inherit, .h3.inherit, .h4.inherit, .h5.inherit, .social-links li a.inherit {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	margin: 0;
	display: inline;
	font-family: inherit;
}
h1, .h1 {
	line-height: 0.93em;
}

@media screen and (min-width: 768px) {
.page-homepage h1, .page-homepage .h1 {
    color: #ffffff;
    font-size: 91px;
    letter-spacing: -5px;
    margin-bottom: 15px;
}
.page-default h1, .page-default .h1 {
	font-size: 60px;
	letter-spacing: -4.5px;
	margin-bottom: 20px;
}
}

@media screen and (min-width: 640px) and (max-width: 767px) {
.page-homepage h1, .page-homepage .h1 {
	font-size: 60pt;
	letter-spacing: -4pt;
	color: #ffffff;
}
.page-default h1, .page-default .h1 {
	font-size: 35pt;
	letter-spacing: -1pt;
}
}

@media screen and (max-width: 639px) {
.page-homepage h1, .page-homepage .h1 {
	font-size: 40pt;
	letter-spacing: -3pt;
	color: #ffffff;
}
.page-default h1, .page-default .h1 {
	font-size: 25pt;
}
}

@media screen and (max-width: 479px) {
h1, .h1 {
	line-height: 1.1em;
}
}
h2, .h2, .social-links li a {
	line-height: 1.1em;
	margin-bottom: 35px;
}

@media screen and (min-width: 1240px) {
h2, .h2, .social-links li a {
	font-size: 52px;
	letter-spacing: -4px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1239px) {
h2, .h2, .social-links li a {
	font-size: 35pt;
	letter-spacing: -1pt;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
h2, .h2, .social-links li a {
	font-size: 25pt;
	letter-spacing: -1pt;
}
}

@media screen and (min-width: 640px) and (max-width: 767px) {
h2, .h2, .social-links li a {
	font-size: 30pt;
	letter-spacing: -1pt;
}
}

@media screen and (min-width: 480px) and (max-width: 639px) {
h2, .h2, .social-links li a {
	font-size: 25pt;
	letter-spacing: 0;
}
}

@media screen and (max-width: 479px) {
h2, .h2, .social-links li a {
	font-size: 20pt;
	line-height: 1.3em;
	letter-spacing: 0;
}
}
h3, .h3 {
	line-height: 1.1em;
	margin-bottom: 20px;
}

@media screen and (min-width: 1240px) {
h3, .h3 {
	font-size: 30pt;
	letter-spacing: -1pt;
}
}

@media screen and (min-width: 1024px) and (max-width: 1239px) {
h3, .h3 {
	font-size: 30pt;
	letter-spacing: -1pt;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
h3, .h3 {
	font-size: 25pt;
	letter-spacing: -1pt;
}
}

@media screen and (min-width: 640px) and (max-width: 767px) {
h3, .h3 {
	font-size: 30pt;
	letter-spacing: -1pt;
}
}

@media screen and (max-width: 639px) {
h3, .h3 {
	font-size: 25pt;
	letter-spacing: 0;
}
}
h4, .h4 {
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 18px;
}
h5, .h5 {
	margin-bottom: 10px;
	font-size: 20px;
}
dl, ol, ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
ol, ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul:not([class]):not([id]), ul.ul-styled {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 30px;
	font-size: 11px;
	line-height: 22px;
	margin-left: 20px;
}
ul:not([class]):not([id]) li, ul.ul-styled li {
	padding-left: 18px;
	position: relative;
	margin: 3px 0;
}
ul:not([class]):not([id]) li:before, ul.ul-styled li:before {
	border-radius: 2px;
	width: 8px;
	height: 8px;
	background-color: #429580;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	top: 7px;
}
ul:not([class]):not([id]) li strong, ul.ul-styled li strong {
	color: #000;
}
ol:not([class]):not([id]), ol.ol-styled {
	counter-reset: li;
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 26px;
	margin-left: 15px;
}
ol:not([class]):not([id]) li, ol.ol-styled li {
	position: relative;
	padding-left: 30px;
}
ol:not([class]):not([id]) li:before, ol.ol-styled li:before {
	content: counter(li) '. ';
	counter-increment: li;
	color: #429580;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	text-align: right;
}
p, .paragraph, address {
	margin: 0 0 60px;
	font-size: 15px;
}
address {
	font-style: normal;
}
img {
	height: auto;
}
img.pull-left, img.pull-right {
	margin-bottom: 20px;
}
img.pull-left {
	margin-right: 20px;
}
img.pull-right {
	margin-left: 20px;
}
.color-default {
	color: #595959;
}
.color-inverse {
	color: #fff;
}
.color-primary {
	color: #8cd4ff;
}
.color-primary-darker {
	color: #b2222c;
}
.color-primary-dark {
	color: #7f181f;
}
.color-additional {
 color: $color-additional;
}
.color-brighter {
	color: #bfbfbf;
}
.uppercase {
	text-transform: uppercase;
}
b, strong, .bold {
	font-weight: bold;
}
.small {
	font-size: 11px;
	line-height: 22px;
}
.xsmall {
	font-size: 9px;
	line-height: 20px;
}
.xxsmall {
	font-size: 7px;
	line-height: 18px;
}
.large {
	font-size: 15px;
	line-height: 26px;
}
.xlarge {
	font-size: 17px;
	line-height: 28px;
}
.xxlarge {
	font-size: 19px;
	line-height: 30px;
}
.xxxlarge {
	font-size: 21px;
	line-height: 32px;
}
.xxxxlarge {
	font-size: 23px;
	line-height: 34px;
}
.addon {
	position: relative;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	width: 100%;
}
.addon-inline {
	display: inline;
}
.addon-item {
	position: absolute;
	top: 0;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	z-index: 930;
	display: block;
}
.addon-item:first-child {
	left: 0;
}
.addon-item:last-child {
	right: 0;
}
.addon-item span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #bfbfbf;
	font-size: 11px;
	line-height: 22px;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.addon-item button:hover span {
	color: #429580;
}
.addon .addon-item {
	width: 55px;
}
.addon .addon-item [class*="icon"] {
	font-size: 14px;
}
.addon .input:first-child {
	padding-right: 55px;
}
.addon .input:last-child {
	padding-left: 55px;
}
.addon .addon-item + .input:not(:last-child) {
	padding-left: 55px;
	padding-right: 55px;
}
.addon-xsmall .addon-item, .form-xsmall .addon .addon-item {
	width: 22px;
}
.addon-xsmall .addon-item [class*="icon"], .form-xsmall .addon .addon-item [class*="icon"] {
	font-size: 10px;
}
.addon-xsmall .input:first-child, .form-xsmall .addon .input:first-child {
	padding-right: 22px;
}
.addon-xsmall .input:last-child, .form-xsmall .addon .input:last-child {
	padding-left: 22px;
}
.addon-xsmall .addon-item + .input:not(:last-child), .form-xsmall .addon .addon-item + .input:not(:last-child) {
	padding-left: 22px;
	padding-right: 22px;
}
.addon-group-xsmall .btn .addon-item {
	width: 22px;
}
.addon-group-xsmall .btn .addon-item [class*="icon"] {
	font-size: 10px;
}
.addon-group-xsmall .btn .input:first-child {
	padding-right: 22px;
}
.addon-group-xsmall .btn .input:last-child {
	padding-left: 22px;
}
.addon-group-xsmall .btn .addon-item + .input:not(:last-child) {
	padding-left: 22px;
	padding-right: 22px;
}
.addon-small .addon-item, .form-small .addon .addon-item {
	width: 30px;
}
.addon-small .addon-item [class*="icon"], .form-small .addon .addon-item [class*="icon"] {
	font-size: 10px;
}
.addon-small .input:first-child, .form-small .addon .input:first-child {
	padding-right: 30px;
}
.addon-small .input:last-child, .form-small .addon .input:last-child {
	padding-left: 30px;
}
.addon-small .addon-item + .input:not(:last-child), .form-small .addon .addon-item + .input:not(:last-child) {
	padding-left: 30px;
	padding-right: 30px;
}
.addon-group-small .btn .addon-item {
	width: 30px;
}
.addon-group-small .btn .addon-item [class*="icon"] {
	font-size: 10px;
}
.addon-group-small .btn .input:first-child {
	padding-right: 30px;
}
.addon-group-small .btn .input:last-child {
	padding-left: 30px;
}
.addon-group-small .btn .addon-item + .input:not(:last-child) {
	padding-left: 30px;
	padding-right: 30px;
}
.addon-medium .addon-item, .form-medium .addon .addon-item {
	width: 55px;
}
.addon-medium .addon-item [class*="icon"], .form-medium .addon .addon-item [class*="icon"] {
	font-size: 14px;
}
.addon-medium .input:first-child, .form-medium .addon .input:first-child {
	padding-right: 55px;
}
.addon-medium .input:last-child, .form-medium .addon .input:last-child {
	padding-left: 55px;
}
.addon-medium .addon-item + .input:not(:last-child), .form-medium .addon .addon-item + .input:not(:last-child) {
	padding-left: 55px;
	padding-right: 55px;
}
.addon-group-medium .btn .addon-item {
	width: 55px;
}
.addon-group-medium .btn .addon-item [class*="icon"] {
	font-size: 14px;
}
.addon-group-medium .btn .input:first-child {
	padding-right: 55px;
}
.addon-group-medium .btn .input:last-child {
	padding-left: 55px;
}
.addon-group-medium .btn .addon-item + .input:not(:last-child) {
	padding-left: 55px;
	padding-right: 55px;
}
.addon-large .addon-item, .form-large .addon .addon-item {
	width: 50px;
}
.addon-large .addon-item [class*="icon"], .form-large .addon .addon-item [class*="icon"] {
	font-size: 14px;
}
.addon-large .input:first-child, .form-large .addon .input:first-child {
	padding-right: 50px;
}
.addon-large .input:last-child, .form-large .addon .input:last-child {
	padding-left: 50px;
}
.addon-large .addon-item + .input:not(:last-child), .form-large .addon .addon-item + .input:not(:last-child) {
	padding-left: 50px;
	padding-right: 50px;
}
.addon-group-large .btn .addon-item {
	width: 50px;
}
.addon-group-large .btn .addon-item [class*="icon"] {
	font-size: 14px;
}
.addon-group-large .btn .input:first-child {
	padding-right: 50px;
}
.addon-group-large .btn .input:last-child {
	padding-left: 50px;
}
.addon-group-large .btn .addon-item + .input:not(:last-child) {
	padding-left: 50px;
	padding-right: 50px;
}
.addon-xlarge .addon-item, .form-xlarge .addon .addon-item {
	width: 60px;
}
.addon-xlarge .addon-item [class*="icon"], .form-xlarge .addon .addon-item [class*="icon"] {
	font-size: 18px;
}
.addon-xlarge .input:first-child, .form-xlarge .addon .input:first-child {
	padding-right: 60px;
}
.addon-xlarge .input:last-child, .form-xlarge .addon .input:last-child {
	padding-left: 60px;
}
.addon-xlarge .addon-item + .input:not(:last-child), .form-xlarge .addon .addon-item + .input:not(:last-child) {
	padding-left: 60px;
	padding-right: 60px;
}
.addon-group-xlarge .btn .addon-item {
	width: 60px;
}
.addon-group-xlarge .btn .addon-item [class*="icon"] {
	font-size: 18px;
}
.addon-group-xlarge .btn .input:first-child {
	padding-right: 60px;
}
.addon-group-xlarge .btn .input:last-child {
	padding-left: 60px;
}
.addon-group-xlarge .btn .addon-item + .input:not(:last-child) {
	padding-left: 60px;
	padding-right: 60px;
}
.alert {
	padding: 30px 0;
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	text-align: center;
}
.alert [class*="icon-"] {
	margin-right: 15px;
	font-size: 30px;
}
.alert-success {
	background: #27ae60;
}
.alert-success [class*="icon-"] {
	color: rgba(255,255,255,0.4);
}
.alert-warning, .alert-error {
	background: #c0392b;
}
.alert-warning [class*="icon-"], .alert-error [class*="icon-"] {
	color: rgba(255,255,255,0.4);
}
.append-fixed {
	display: table;
	border-collapse: separate;
	width: 100.2%;
}
.append-fixed .append-main {
	display: table-cell;
	float: left;
	width: 100%;
}
.append-fixed .append-main .input {
	width: 100%;
}
.append-fixed .append-main + .append-side {
	padding-left: 10px;
}
.append-fixed .append-side {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}
.append-fixed .append-side + .append-main {
	padding-left: 10px;
}

@media screen and (min-width: 480px) {
.append-xs {
	display: table;
	border-collapse: separate;
	width: 100.2%;
}
.append-xs .append-main {
	display: table-cell;
	float: left;
	width: 100%;
}
.append-xs .append-main .input {
	width: 100%;
}
.append-xs .append-main + .append-side {
	padding-left: 10px;
}
.append-xs .append-side {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}
.append-xs .append-side + .append-main {
	padding-left: 10px;
}
}

@media screen and (min-width: 640px) {
.append-sm {
	display: table;
	border-collapse: separate;
	width: 100.2%;
}
.append-sm .append-main {
	display: table-cell;
	float: left;
	width: 100%;
}
.append-sm .append-main .input {
	width: 100%;
}
.append-sm .append-main + .append-side {
	padding-left: 10px;
}
.append-sm .append-side {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}
.append-sm .append-side + .append-main {
	padding-left: 10px;
}
}

@media screen and (min-width: 768px) {
.append-lg {
	display: table;
	border-collapse: separate;
	width: 100.2%;
}
.append-lg .append-main {
	display: table-cell;
	float: left;
	width: 100%;
}
.append-lg .append-main .input {
	width: 100%;
}
.append-lg .append-main + .append-side {
	padding-left: 10px;
}
.append-lg .append-side {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}
.append-lg .append-side + .append-main {
	padding-left: 10px;
}
}

@media screen and (min-width: 1024px) {
.append-lg {
	display: table;
	border-collapse: separate;
	width: 100.2%;
}
.append-lg .append-main {
	display: table-cell;
	float: left;
	width: 100%;
}
.append-lg .append-main .input {
	width: 100%;
}
.append-lg .append-main + .append-side {
	padding-left: 10px;
}
.append-lg .append-side {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}
.append-lg .append-side + .append-main {
	padding-left: 10px;
}
}
.append-glued .append-main:first-child .input, .append-glued .append-main:first-child .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.append-glued .append-main + .append-side {
	padding-left: 0;
}
.append-glued .append-main + .append-side .input, .append-glued .append-main + .append-side .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.append-glued .append-side + .append-main {
	padding-left: 0;
}
.block-1188 {
	background-image: url("../images/tech-section-5.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #12171b;
	background-size: cover;
}
.team_one {
	background-image: url("../images/team_member/black/team_member_black_1.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #12171b;
	background-size: cover;
}
.team_two {
	background-image: url("../images/team_member/black/team_member_black_2.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #12171b;
	background-size: cover;
}
.team_three {
	background-image: url("../images/team_member/black/team_member_black_3.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #12171b;
	background-size: cover;
}
.team_four {
	background-image: url("../images/team_member/black/team_member_black_4.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #12171b;
	background-size: cover;
}
.team_one_white {
	background-image: url("../images/team_member/white/team_member_white_1.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #ffffff;
	background-size: cover;
}
.team_two_white {
	background-image: url("../images/team_member/white/team_member_white_2.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #ffffff;
	background-size: cover;
}
.team_three_white {
	background-image: url("../images/team_member/white/team_member_white_3.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #ffffff;
	background-size: cover;
}
.team_four_white {
	background-image: url("../images/team_member/white/team_member_white_4.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #ffffff;
	background-size: cover;
}
.block-contact {
	background-image: url("../images/blocks/contact.jpg");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-color: #13181c !important;
	background-size: cover;
}
#home-page p {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
}

@media screen and (max-width: 767px) {
.block-home p {
	font-size: 19px;
	line-height: 30px;
}
	
	
}
.block-elon-musk {
	background-image: url("../img/blocks/elon-musk.jpg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color: #12171b;
	color: #fff;
	background-size: cover;
}
.block-person-2 {
	background-image: url("../img/blocks/vinarstvi-gold.jpg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color: #12171b;
	color: #fff;
	background-size: cover;
}
.block-person-3 {
	background-image: url("../img/blocks/venus-index.jpg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color: #12171b;
	color: #fff;
	background-size: cover;
}
.block-footer {
	position: relative;
}
.block-hover-item {
	-webkit-transition: opacity 0.3s ease, background 0.3s ease;
	transition: opacity 0.3s ease, background 0.3s ease;
	position: relative;
}

@media screen and (min-width: 768px) {
.block-hover-item:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.block-hover-item-left:after {
	right: 100%;
}
.block-hover-item-right:after {
	left: 100%;
}
}

@media screen and (min-width: 768px) {
.block-hover:hover .block-hover-item {
	opacity: 0.5;
}
.block-hover:hover .block-hover-item:hover {
	opacity: 1;
	background: #00C3B3;
}
.block-hover:hover .block-hover-item:hover:after {
	background: #00C3B3;
}
/* replace location */
  
  
}
.block {
	position: relative;
	display: table;
	width: 100%;
	z-index: 10;
}
.block-info {
	font-size: 0;
}
.block-info-padding {
	padding-bottom: 50px !important;
}
.block-info-padding .btn-group {
	padding-top: 40px;
}

@media screen and (min-width: 1024px) {
.block-info {
	position: absolute;
	bottom: 5%;
	left: 114px;
}
}

@media screen and (max-width: 1023px) {
.block-info {
	padding-top: 10%;
}
}
.block-info span {
	margin-right: 20px;
	font-size: 15px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
}

@media screen and (max-width: 639px) {
.block-info span {
	display: block;
}
}
.block-info strong {
	font-family: "PT Serif", Arial, sans-serif;
	font-weight: normal;
	color: #000;
}
.block-light {
	background: #fff;
}
.block .block {
	background: inherit;
}
.block p:last-child {
	margin: 0;
}
.block-full {
	width: 100%;
	height: 100vh;
}

@media screen and (max-width: 767px) {
.block-full .columns.md-2 .block-full {
	height: 50vh;
}
.block-full-mobile {
	height: 100vh;
}
}
.block-vertical {
	display: table-cell;
	width: 100%;
}
.block-vertical-middle {
	vertical-align: middle;
}
.block-vertical-bottom {
	vertical-align: bottom;
}
.block-inner {
	padding: 5% 0;
}
.block-secondary {
	background: #000;
	color: #fff;
}
.block-primary {
	background: #12171b;
	color: #fff;
}
.block-primary a {
	color: #b2222c;
}
.block-primary a:visited {
	color: #b2222c;
}
.block-primary a:hover {
	color: #7f181f;
}
.block-light p {
	color: #999;
}
.block-intro {
	padding-top: 70px;
	position: relative;
	z-index: 6000;
}

@media screen and (min-width: 1024px) {
.block-intro.block-full {
	padding-top: 0;
}
}
.page-homepage .block-intro {
	background-image: url("../img/blocks/intro.jpg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color: #12171b;
	background-size: cover;
}
.page-homepage .block-intro p {
	font-size: 19px;
	line-height: 30px;
}
.block-link {
	text-decoration: none;
	display: block;
}
.block-milostny-trojuhelnik {
	background-image: url("../images/tech-section-2-pic1.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #12171b;
	background-size: cover;
}
.block-about-quote {
	background-image: url("../images/blocks/about_quote.jpg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color: #12171b;
	color: #fff;
	text-align: center;
	background-size: cover;
}

.block-employers-quote{
	background-image: url("../images/blocks/employers_quote.jpg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color: #12171b;
	color: #fff;
	text-align: center;
	background-size: cover;
}

.block-job-seekers-quote {
	background-image: url("../images/blocks/job_seekers_quote.jpg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color: #12171b;
	color: #fff;
	text-align: center;
	background-size: cover;
}
.block-testimonial .testimonial {
	margin: 0;
}

@media screen and (min-width: 640px) {
.block-testimonial .testimonial-text {
	font-size: 30px;
}
}

@media screen and (max-width: 639px) {
.block-testimonial .testimonial-text {
	font-size: 18px;
	line-height: 1.4em;
}
}
.block-roman-hadrbolec {
	background-image: url("../img/blocks/roman-hadrbolec.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.block-shopsys {
	background-image: url("../img/blocks/shopsys.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #12171b;
	background-size: cover;
}
.block-testimonials {
	text-align: center;
	background-color: #12171b;
}
.block-testimonials-milostny {
	background-image: url("../img/blocks/milostny.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.block-testimonials-talterra {
	background-image: url("../img/blocks/talterra.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.block-testimonials-pema {
	background-image: url("../img/blocks/pema.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.block-unicredit {
	background-image: url("../images/tech-section-3.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #12171b;
	background-size: cover;
}
.block-home{
	background-image: url("../images/blocks/home_img.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
.block-about-thumb {
	background-image: url("../img/blocks/intro.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
.block-vinarstvi-gold {
	background-image: url("../img/blocks/vinarstvi-gold.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.block-we-do {
	background-image: url("../img/blocks/we-do.jpg");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-color: #13181c;
	background-size: cover;
}
.block-we-do .columns {
	text-align: center;
}
.block-works {
	background-image: url("../img/blocks/works.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #12171b;
	background-size: cover;
}
.centered {
	margin: auto;
	width: 100%;
}
.centered-200 {
	max-width: 200px;
}
.centered-210 {
	max-width: 210px;
}
.centered-220 {
	max-width: 220px;
}
.centered-230 {
	max-width: 230px;
}
.centered-240 {
	max-width: 240px;
}
.centered-250 {
	max-width: 250px;
}
.centered-260 {
	max-width: 260px;
}
.centered-270 {
	max-width: 270px;
}
.centered-280 {
	max-width: 280px;
}
.centered-290 {
	max-width: 290px;
}
.centered-300 {
	max-width: 300px;
}
.centered-310 {
	max-width: 310px;
}
.centered-320 {
	max-width: 320px;
}
.centered-330 {
	max-width: 330px;
}
.centered-340 {
	max-width: 340px;
}
.centered-350 {
	max-width: 350px;
}
.centered-360 {
	max-width: 360px;
}
.centered-370 {
	max-width: 370px;
}
.centered-380 {
	max-width: 380px;
}
.centered-390 {
	max-width: 390px;
}
.centered-400 {
	max-width: 400px;
}
.centered-410 {
	max-width: 410px;
}
.centered-420 {
	max-width: 420px;
}
.centered-430 {
	max-width: 430px;
}
.centered-440 {
	max-width: 440px;
}
.centered-450 {
	max-width: 450px;
}
.centered-460 {
	max-width: 460px;
}
.centered-470 {
	max-width: 470px;
}
.centered-480 {
	max-width: 480px;
}
.centered-490 {
	max-width: 490px;
}
.centered-500 {
	max-width: 500px;
}
.centered-510 {
	max-width: 510px;
}
.centered-520 {
	max-width: 520px;
}
.centered-530 {
	max-width: 530px;
}
.centered-540 {
	max-width: 540px;
}
.centered-550 {
	max-width: 550px;
}
.centered-560 {
	max-width: 560px;
}
.centered-570 {
	max-width: 570px;
}
.centered-580 {
	max-width: 580px;
}
.centered-590 {
	max-width: 590px;
}
.centered-600 {
	max-width: 600px;
}
.centered-610 {
	max-width: 610px;
}
.centered-620 {
	max-width: 620px;
}
.centered-630 {
	max-width: 630px;
}
.centered-640 {
	max-width: 640px;
}
.centered-650 {
	max-width: 650px;
}
.centered-660 {
	max-width: 660px;
}
.centered-670 {
	max-width: 670px;
}
.centered-680 {
	max-width: 680px;
}
.centered-690 {
	max-width: 690px;
}
.centered-700 {
	max-width: 700px;
}
.centered-710 {
	max-width: 710px;
}
.centered-720 {
	max-width: 720px;
}
.centered-730 {
	max-width: 730px;
}
.centered-740 {
	max-width: 740px;
}
.centered-750 {
	max-width: 750px;
}
.centered-760 {
	max-width: 760px;
}
.centered-770 {
	max-width: 770px;
}
.centered-780 {
	max-width: 780px;
}
.centered-790 {
	max-width: 790px;
}
.centered-800 {
	max-width: 800px;
}
.client {
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.client-image {
	position: relative;
	z-index: 10;
	padding-bottom: 100%;
}
.client-image img {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	width: 100%;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
}
.client-image img.hover {
	opacity: 0;
}
.client:hover .client-image img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.client:hover .client-image img.hover {
	opacity: 1;
}
.client-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 20;
}
.client-logo [class*="sprite-"] {
	-webkit-transition: -webkit-filter 0.3s ease, filter 0.3s ease;
	transition: filter 0.3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.client:hover .client-logo [class*="sprite-"] {
	-webkit-animation: slideLogo 0.4s;
	animation: slideLogo 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes slideLogo {
 0% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
 40% {
 -webkit-transform: translate(0, 20px);
 transform: translate(0, 20px);
 opacity: 0;
}
 60% {
 -webkit-transform: translate(0, -20px);
 transform: translate(0, -20px);
 opacity: 0;
 -webkit-filter: invert(100%);
 filter: invert(100%);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
 -webkit-filter: invert(100%);
 filter: invert(100%);
}
}
@keyframes slideLogo {
 0% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
 40% {
 -webkit-transform: translate(0, 20px);
 transform: translate(0, 20px);
 opacity: 0;
}
 60% {
 -webkit-transform: translate(0, -20px);
 transform: translate(0, -20px);
 opacity: 0;
 -webkit-filter: invert(100%);
 filter: invert(100%);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
 -webkit-filter: invert(100%);
 filter: invert(100%);
}
}
.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1828px;
}

@media screen and (min-width: 1024px) {
.container {
	padding-left: 114px;
	padding-right: 114px;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.container {
	padding-left: 44px;
	padding-right: 44px;
}
}

@media screen and (max-width: 767px) {
.container {
	padding-left: 30px;
	padding-right: 30px;
}
}
.container-glued {
	padding-left: 0;
	padding-right: 0;
}
.container-small {
	max-width: 1350px;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
.ebook-content p {
	font-size: 15px;
	line-height: 26px;
}
.ebook-image {
	max-height: 90vh;
	width: auto;
	position: relative;
	top: 10px;
}

@media screen and (min-width: 768px) {
.ebook-image {
	margin-left: 70px;
}
.ebook-image-wrap {
	text-align: right;
}
}

@media screen and (max-width: 767px) {
.ebook-image {
	margin-left: -11px;
}
}
.btn {
	text-decoration: none;
	position: relative;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	border-style: solid;
	border-width: 0;
	-webkit-font-smoothing: antialiased;
	font-family: "Helvetica LT W04 Bold", "PT Serif", Arial, sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	-webkit-transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
	border-radius: 0;
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-size: 13px;
	line-height: 24px;
	padding: 10px 40px;
}
.btn-block {
	width: 100%;
}
.btn-uppercase {
	text-transform: uppercase;
}
.btn:before {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #2a6c5b;
	height: 4px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn:hover {
	text-decoration: none;
}
.btn:hover:before {
	right: 0;
}
.btn:focus, .btn.focus {
	outline: 0;
}
.btn-icon [class*="icon-"] {
	margin: 0 !important;
}
.btn [class*="icon-"] {
	position: relative;
	top: -1px;
}
.btn:visited {
	color: #fff !important;
}
.btn [class*="icon-"] {
	color: #fff !important;
}
a:hover .btn {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a:hover .btn [class*="icon-"] {
	color: #fff !important;
}
.btn.active {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn.active [class*="icon-"] {
	color: #fff !important;
}
.btn.focus {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn.focus [class*="icon-"] {
	color: #fff !important;
}
.btn-default {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-default:visited {
	color: #fff !important;
}
.btn-default [class*="icon-"] {
	color: #fff !important;
}
a:hover .btn-default {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a:hover .btn-default [class*="icon-"] {
	color: #fff !important;
}
.btn-default.active {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-default.active [class*="icon-"] {
	color: #fff !important;
}
.btn-default.focus {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-default.focus [class*="icon-"] {
	color: #fff !important;
}
.btn-group-default .btn {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-group-default .btn:visited {
	color: #fff !important;
}
.btn-group-default .btn [class*="icon-"] {
	color: #fff !important;
}
a:hover .btn-group-default .btn {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a:hover .btn-group-default .btn [class*="icon-"] {
	color: #fff !important;
}
.btn-group-default .btn.active {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-group-default .btn.active [class*="icon-"] {
	color: #fff !important;
}
.btn-group-default .btn.focus {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-group-default .btn.focus [class*="icon-"] {
	color: #fff !important;
}
.btn-primary {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-primary:visited {
	color: #fff !important;
}
.btn-primary [class*="icon-"] {
	color: #fff !important;
}
a:hover .btn-primary {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a:hover .btn-primary [class*="icon-"] {
	color: #fff !important;
}
.btn-primary.active {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-primary.active [class*="icon-"] {
	color: #fff !important;
}
.btn-primary.focus {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-primary.focus [class*="icon-"] {
	color: #fff !important;
}
.btn-group-primary .btn {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-group-primary .btn:visited {
	color: #fff !important;
}
.btn-group-primary .btn [class*="icon-"] {
	color: #fff !important;
}
a:hover .btn-group-primary .btn {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a:hover .btn-group-primary .btn [class*="icon-"] {
	color: #fff !important;
}
.btn-group-primary .btn.active {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-group-primary .btn.active [class*="icon-"] {
	color: #fff !important;
}
.btn-group-primary .btn.focus {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-group-primary .btn.focus [class*="icon-"] {
	color: #fff !important;
}
.btn-primary-darker {
	background: #b2222c !important;
	color: #fff !important;
	border-color: #b2222c !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-primary-darker:visited {
	color: #fff !important;
}
.btn-primary-darker [class*="icon-"] {
	color: #fff !important;
}
a:hover .btn-primary-darker {
	background: #b2222c !important;
	color: #fff !important;
	border-color: #b2222c !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a:hover .btn-primary-darker [class*="icon-"] {
	color: #fff !important;
}
.btn-primary-darker.active {
	background: #b2222c !important;
	color: #fff !important;
	border-color: #b2222c !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-primary-darker.active [class*="icon-"] {
	color: #fff !important;
}
.btn-primary-darker.focus {
	background: #b2222c !important;
	color: #fff !important;
	border-color: #b2222c !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-primary-darker.focus [class*="icon-"] {
	color: #fff !important;
}
.btn-group-primary-darker .btn {
	background: #b2222c !important;
	color: #fff !important;
	border-color: #b2222c !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-group-primary-darker .btn:visited {
	color: #fff !important;
}
.btn-group-primary-darker .btn [class*="icon-"] {
	color: #fff !important;
}
a:hover .btn-group-primary-darker .btn {
	background: #b2222c !important;
	color: #fff !important;
	border-color: #b2222c !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a:hover .btn-group-primary-darker .btn [class*="icon-"] {
	color: #fff !important;
}
.btn-group-primary-darker .btn.active {
	background: #b2222c !important;
	color: #fff !important;
	border-color: #b2222c !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-group-primary-darker .btn.active [class*="icon-"] {
	color: #fff !important;
}
.btn-group-primary-darker .btn.focus {
	background: #b2222c !important;
	color: #fff !important;
	border-color: #b2222c !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn-group-primary-darker .btn.focus [class*="icon-"] {
	color: #fff !important;
}
.btn [class*="icon-"] {
	font-size: 11px;
	margin-right: 11px;
}
.btn.btn-right-icon [class*="icon-"] {
	margin-right: 0;
	margin-left: 11px;
}
.btn.btn-wide {
	padding-left: 55px;
	padding-right: 55px;
}
.btn.btn-xwide {
	padding-left: 55px;
	padding-right: 55px;
}
.btn.btn-thin {
	padding-left: 20px;
	padding-right: 20px;
}
.btn-xsmall {
	font-size: 11px;
	line-height: 22px;
	padding: 6px 10px;
}
.btn-xsmall [class*="icon-"] {
	font-size: 11px;
	margin-right: 11px;
}
.btn-xsmall.btn-right-icon [class*="icon-"] {
	margin-right: 0;
	margin-left: 11px;
}
.btn-xsmall.btn-wide {
	padding-left: 20px;
	padding-right: 20px;
}
.btn-xsmall.btn-xwide {
	padding-left: 20px;
	padding-right: 20px;
}
.btn-xsmall.btn-thin {
	padding-left: 7px;
	padding-right: 7px;
}
.btn-group-xsmall .btn {
	font-size: 11px;
	line-height: 22px;
	padding: 6px 10px;
}
.btn-group-xsmall .btn [class*="icon-"] {
	font-size: 11px;
	margin-right: 11px;
}
.btn-group-xsmall .btn.btn-right-icon [class*="icon-"] {
	margin-right: 0;
	margin-left: 11px;
}
.btn-group-xsmall .btn.btn-wide {
	padding-left: 20px;
	padding-right: 20px;
}
.btn-group-xsmall .btn.btn-xwide {
	padding-left: 20px;
	padding-right: 20px;
}
.btn-group-xsmall .btn.btn-thin {
	padding-left: 7px;
	padding-right: 7px;
}
.btn-small {
 font-size: $font-size;
 line-height: $line-height;
	padding: 9px 20px;
}
.btn-small [class*="icon-"] {
 font-size: $font-size;
 margin-right: $font-size;
}
.btn-small.btn-right-icon [class*="icon-"] {
	margin-right: 0;
 margin-left: $font-size;
}
.btn-small.btn-wide {
	padding-left: 30px;
	padding-right: 30px;
}
.btn-small.btn-xwide {
	padding-left: 30px;
	padding-right: 30px;
}
.btn-small.btn-thin {
	padding-left: 15px;
	padding-right: 15px;
}
.btn-group-small .btn {
 font-size: $font-size;
 line-height: $line-height;
	padding: 9px 20px;
}
.btn-group-small .btn [class*="icon-"] {
 font-size: $font-size;
 margin-right: $font-size;
}
.btn-group-small .btn.btn-right-icon [class*="icon-"] {
	margin-right: 0;
 margin-left: $font-size;
}
.btn-group-small .btn.btn-wide {
	padding-left: 30px;
	padding-right: 30px;
}
.btn-group-small .btn.btn-xwide {
	padding-left: 30px;
	padding-right: 30px;
}
.btn-group-small .btn.btn-thin {
	padding-left: 15px;
	padding-right: 15px;
}
.btn-medium {
	font-size: 13px;
	line-height: 24px;
	padding: 10px 40px;
}
.btn-medium [class*="icon-"] {
	font-size: 11px;
	margin-right: 11px;
}
.btn-medium.btn-right-icon [class*="icon-"] {
	margin-right: 0;
	margin-left: 11px;
}
.btn-medium.btn-wide {
	padding-left: 55px;
	padding-right: 55px;
}
.btn-medium.btn-xwide {
	padding-left: 55px;
	padding-right: 55px;
}
.btn-medium.btn-thin {
	padding-left: 20px;
	padding-right: 20px;
}
.btn-group-medium .btn {
	font-size: 13px;
	line-height: 24px;
	padding: 10px 40px;
}
.btn-group-medium .btn [class*="icon-"] {
	font-size: 11px;
	margin-right: 11px;
}
.btn-group-medium .btn.btn-right-icon [class*="icon-"] {
	margin-right: 0;
	margin-left: 11px;
}
.btn-group-medium .btn.btn-wide {
	padding-left: 55px;
	padding-right: 55px;
}
.btn-group-medium .btn.btn-xwide {
	padding-left: 55px;
	padding-right: 55px;
}
.btn-group-medium .btn.btn-thin {
	padding-left: 20px;
	padding-right: 20px;
}
.btn-large {
	font-size: 17px;
	line-height: 26px;
	padding: 18px 40px;
}
.btn-large [class*="icon-"] {
	font-size: 12px;
	margin-right: 12px;
}
.btn-large.btn-right-icon [class*="icon-"] {
	margin-right: 0;
	margin-left: 12px;
}
.btn-large.btn-wide {
	padding-left: 60px;
	padding-right: 60px;
}
.btn-large.btn-xwide {
	padding-left: 60px;
	padding-right: 60px;
}
.btn-large.btn-thin {
	padding-left: 20px;
	padding-right: 20px;
}
.btn-group-large .btn {
	font-size: 17px;
	line-height: 26px;
	padding: 18px 40px;
}
.btn-group-large .btn [class*="icon-"] {
	font-size: 12px;
	margin-right: 12px;
}
.btn-group-large .btn.btn-right-icon [class*="icon-"] {
	margin-right: 0;
	margin-left: 12px;
}
.btn-group-large .btn.btn-wide {
	padding-left: 60px;
	padding-right: 60px;
}
.btn-group-large .btn.btn-xwide {
	padding-left: 60px;
	padding-right: 60px;
}
.btn-group-large .btn.btn-thin {
	padding-left: 20px;
	padding-right: 20px;
}
.btn-xlarge {
	font-size: 17px;
	line-height: 28px;
	padding: 24px 50px;
}
.btn-xlarge [class*="icon-"] {
	font-size: 17px;
	margin-right: 17px;
}
.btn-xlarge.btn-right-icon [class*="icon-"] {
	margin-right: 0;
	margin-left: 17px;
}
.btn-xlarge.btn-wide {
	padding-left: 75px;
	padding-right: 75px;
}
.btn-xlarge.btn-xwide {
	padding-left: 75px;
	padding-right: 75px;
}
.btn-xlarge.btn-thin {
	padding-left: 25px;
	padding-right: 25px;
}
.btn-group-xlarge .btn {
	font-size: 17px;
	line-height: 28px;
	padding: 24px 50px;
}
.btn-group-xlarge .btn [class*="icon-"] {
	font-size: 17px;
	margin-right: 17px;
}
.btn-group-xlarge .btn.btn-right-icon [class*="icon-"] {
	margin-right: 0;
	margin-left: 17px;
}
.btn-group-xlarge .btn.btn-wide {
	padding-left: 75px;
	padding-right: 75px;
}
.btn-group-xlarge .btn.btn-xwide {
	padding-left: 75px;
	padding-right: 75px;
}
.btn-group-xlarge .btn.btn-thin {
	padding-left: 25px;
	padding-right: 25px;
}
.btn-flat {
	border-radius: 0;
}
.btn-group {
	font-size: 0;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
}
.btn-group-centered {
	width: 100%;
	text-align: center;
}
.btn-group-centered .btn {
	margin: 10px;
}

@media screen and (max-width: 767px) {
.btn-group {
	display: block;
}
.btn-group .btn {
	margin: 5px 10px 5px 0 !important;
}
}
.btn-group .btn + .btn {
	margin-left: 10px;
}
.btn-group-glued .btn {
	border-radius: 0;
}
.btn-group-glued .btn + .btn {
	margin-left: 0;
}
.btn-group-glued .btn:first-child {
	border-radius: 0 0 0 0;
}
.btn-group-glued .btn:last-child {
	border-radius: 0 0 0 0;
}
.btn-group-glued .btn + .btn {
	margin-left: 1px;
}
a.btn:hover, button.btn:hover {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn:active, button.btn:active {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn:focus, button.btn:focus {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-default:hover, button.btn-default:hover {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-default:active, button.btn-default:active {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-default:focus, button.btn-default:focus {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-group-default .btn:hover, button.btn-group-default .btn:hover {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-group-default .btn:active, button.btn-group-default .btn:active {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-group-default .btn:focus, button.btn-group-default .btn:focus {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-primary:hover, button.btn-primary:hover {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-primary:active, button.btn-primary:active {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-primary:focus, button.btn-primary:focus {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-group-primary .btn:hover, button.btn-group-primary .btn:hover {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-group-primary .btn:active, button.btn-group-primary .btn:active {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-group-primary .btn:focus, button.btn-group-primary .btn:focus {
	background: #429580 !important;
	color: #fff !important;
	border-color: #429580 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-primary-darker:hover, button.btn-primary-darker:hover {
	background: #b2222c !important;
	color: #fff !important;
	border-color: #b2222c !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-primary-darker:active, button.btn-primary-darker:active {
	background: #b2222c !important;
	color: #fff !important;
	border-color: #b2222c !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-primary-darker:focus, button.btn-primary-darker:focus {
	background: #b2222c !important;
	color: #fff !important;
	border-color: #b2222c !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-group-primary-darker .btn:hover, button.btn-group-primary-darker .btn:hover {
	background: #b2222c !important;
	color: #fff !important;
	border-color: #b2222c !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-group-primary-darker .btn:active, button.btn-group-primary-darker .btn:active {
	background: #b2222c !important;
	color: #fff !important;
	border-color: #b2222c !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.btn-group-primary-darker .btn:focus, button.btn-group-primary-darker .btn:focus {
	background: #b2222c !important;
	color: #fff !important;
	border-color: #b2222c !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + span {
	position: relative;
	padding-left: 26px;
	line-height: 18px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
 color: $color-weak;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	font-size: 11px;
	line-height: 22px;
}
input[type="checkbox"] + span:hover {
	color: #000;
}
input[type="checkbox"] + span:hover:before {
	border-color: #bfbfbf;
}
input[type="checkbox"] + span:before {
	content: ' ';
	position: absolute;
	top: 2px;
	left: 0;
	cursor: pointer;
	background: #fff;
	border: 1px solid #c8c8c8;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 3px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
}
input[type="checkbox"] + span:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 13px;
	color: #429580;
	width: 18px;
	height: 18px;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	content: "\E012";
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	line-height: 19px;
	text-align: center;
}
input[type="checkbox"]:checked + span {
	color: #595959;
}
input[type="checkbox"]:checked + span:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.control-before {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	margin-right: 15px;
}
.control-after {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	margin-left: 15px;
}
.control-field {
	position: relative;
}
.control-field label {
	display: block;
}
.control-field label.error {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 3px 10px;
	background: rgba(255,48,63,0.8);
	border-radius: 4px;
	z-index: 100;
	font-size: 15px;
	line-height: 26px;
	margin-top: 3px;
	color: #fff;
}
.control-field label.error:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,48,63,0.8) rgba(255,255,255,0);
	position: absolute;
	bottom: 100%;
	left: 20px;
}
.control-help {
	font-size: 9px;
	line-height: 20px;
	padding-top: 10px;
}
.control-label {
	color: #000;
}
.control-label label {
	color: #000;
}
.content-dark .control-label {
	color: #fff;
}
.content-dark .control-label label {
	color: #fff;
}
.control-required-info {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	padding: 10px 0;
}
.control-required .control-label label:after {
	content: ' *';
	color: #429580;
}
.form-full-width .input {
	width: 100%;
}
.form-full-width .selectboxit-container.select {
	width: 100% !important;
}
.form-horizontal .control-label {
	color: #000;
}

@media screen and (min-width: 480px) {
.form-horizontal .control-label {
	float: left;
	margin-right: 20px;
}
}
.form-horizontal .control-field {
	overflow: hidden;
}
.form-horizontal .control-field .input {
	width: 360px;
	max-width: 100%;
}
.form-horizontal .control-field textarea.input {
	width: 100%;
}
.form-horizontal .control-group-submit .btn {
	width: 360px;
	max-width: 100%;
}

@media screen and (min-width: 480px) {
.form-horizontal .control-label {
	width: 140px;
}
.form-horizontal .control-group-submit .control-field {
	margin-left: 160px;
}
.form-horizontal-offset-100 .control-label {
	width: 100px;
}
.form-horizontal-offset-100 .control-group-submit .control-field {
	margin-left: 120px;
}
.form-horizontal-offset-110 .control-label {
	width: 110px;
}
.form-horizontal-offset-110 .control-group-submit .control-field {
	margin-left: 130px;
}
.form-horizontal-offset-120 .control-label {
	width: 120px;
}
.form-horizontal-offset-120 .control-group-submit .control-field {
	margin-left: 140px;
}
.form-horizontal-offset-130 .control-label {
	width: 130px;
}
.form-horizontal-offset-130 .control-group-submit .control-field {
	margin-left: 150px;
}
.form-horizontal-offset-140 .control-label {
	width: 140px;
}
.form-horizontal-offset-140 .control-group-submit .control-field {
	margin-left: 160px;
}
.form-horizontal-offset-150 .control-label {
	width: 150px;
}
.form-horizontal-offset-150 .control-group-submit .control-field {
	margin-left: 170px;
}
.form-horizontal-offset-160 .control-label {
	width: 160px;
}
.form-horizontal-offset-160 .control-group-submit .control-field {
	margin-left: 180px;
}
.form-horizontal-offset-170 .control-label {
	width: 170px;
}
.form-horizontal-offset-170 .control-group-submit .control-field {
	margin-left: 190px;
}
.form-horizontal-offset-180 .control-label {
	width: 180px;
}
.form-horizontal-offset-180 .control-group-submit .control-field {
	margin-left: 200px;
}
.form-horizontal-offset-190 .control-label {
	width: 190px;
}
.form-horizontal-offset-190 .control-group-submit .control-field {
	margin-left: 210px;
}
.form-horizontal-offset-200 .control-label {
	width: 200px;
}
.form-horizontal-offset-200 .control-group-submit .control-field {
	margin-left: 220px;
}
.form-horizontal-offset-210 .control-label {
	width: 210px;
}
.form-horizontal-offset-210 .control-group-submit .control-field {
	margin-left: 230px;
}
.form-horizontal-offset-220 .control-label {
	width: 220px;
}
.form-horizontal-offset-220 .control-group-submit .control-field {
	margin-left: 240px;
}
.form-horizontal-offset-230 .control-label {
	width: 230px;
}
.form-horizontal-offset-230 .control-group-submit .control-field {
	margin-left: 250px;
}
.form-horizontal-offset-240 .control-label {
	width: 240px;
}
.form-horizontal-offset-240 .control-group-submit .control-field {
	margin-left: 260px;
}
.form-horizontal-offset-250 .control-label {
	width: 250px;
}
.form-horizontal-offset-250 .control-group-submit .control-field {
	margin-left: 270px;
}
.form-horizontal-offset-260 .control-label {
	width: 260px;
}
.form-horizontal-offset-260 .control-group-submit .control-field {
	margin-left: 280px;
}
.form-horizontal-offset-270 .control-label {
	width: 270px;
}
.form-horizontal-offset-270 .control-group-submit .control-field {
	margin-left: 290px;
}
.form-horizontal-offset-280 .control-label {
	width: 280px;
}
.form-horizontal-offset-280 .control-group-submit .control-field {
	margin-left: 300px;
}
.form-horizontal-offset-290 .control-label {
	width: 290px;
}
.form-horizontal-offset-290 .control-group-submit .control-field {
	margin-left: 310px;
}
.form-horizontal-offset-300 .control-label {
	width: 300px;
}
.form-horizontal-offset-300 .control-group-submit .control-field {
	margin-left: 320px;
}
}
.form fieldset {
	min-width: 100%;
}
.form.form-horizontal .control-group + .control-group, .form.form-vertical .control-group + .control-group {
	margin-top: 15px;
}
.form.form-horizontal .control-group + .control-group-submit, .form.form-vertical .control-group + .control-group-submit {
	margin-top: 30px;
}
.form.form-horizontal .control-label, .form.form-vertical .control-label {
	font-size: 13px;
	line-height: 24px;
}
.form.form-horizontal .control-label {
	padding: 11px 0;
}
.form-xsmall .input {
	font-size: 9px;
	line-height: 20px;
	padding: 5px 8px;
}
.form-xsmall .btn {
	font-size: 11px;
	line-height: 20px;
}
.form-xsmall .btn .selectboxit-arrow-container {
	width: 32px;
	height: 100%;
}
.form-xsmall .btn .selectboxit-btn {
	padding: 6px 9px;
	padding-right: 25px;
}
.form-xsmall .btn {
	font-size: 11px;
	line-height: 22px;
	padding: 6px 10px;
}
.form-xsmall .btn [class*="icon-"] {
	font-size: 11px;
	margin-right: 11px;
}
.form-xsmall .btn.btn-right-icon [class*="icon-"] {
	margin-right: 0;
	margin-left: 11px;
}
.form-xsmall .btn.btn-wide {
	padding-left: 20px;
	padding-right: 20px;
}
.form-xsmall .btn.btn-xwide {
	padding-left: 20px;
	padding-right: 20px;
}
.form-xsmall .btn.btn-thin {
	padding-left: 7px;
	padding-right: 7px;
}
.form-xsmall.form-horizontal .control-group + .control-group, .form-xsmall.form-vertical .control-group + .control-group {
	margin-top: 5px;
}
.form-xsmall.form-horizontal .control-group + .control-group-submit, .form-xsmall.form-vertical .control-group + .control-group-submit {
	margin-top: 10px;
}
.form-xsmall.form-horizontal .control-label, .form-xsmall.form-vertical .control-label {
	font-size: 9px;
	line-height: 20px;
}
.form-xsmall.form-horizontal .control-label {
	padding: 7px 0;
}
.form-small .input {
	font-size: 11px;
	line-height: 22px;
	padding: 7px 13px;
}
.form-small .btn {
	font-size: 11px;
	line-height: 22px;
}
.form-small .btn .selectboxit-arrow-container {
	width: 38px;
	height: 100%;
}
.form-small .btn .selectboxit-btn {
	padding: 8px 9px;
	padding-right: 25px;
}
.form-small .btn {
 font-size: $font-size;
 line-height: $line-height;
	padding: 9px 20px;
}
.form-small .btn [class*="icon-"] {
 font-size: $font-size;
 margin-right: $font-size;
}
.form-small .btn.btn-right-icon [class*="icon-"] {
	margin-right: 0;
 margin-left: $font-size;
}
.form-small .btn.btn-wide {
	padding-left: 30px;
	padding-right: 30px;
}
.form-small .btn.btn-xwide {
	padding-left: 30px;
	padding-right: 30px;
}
.form-small .btn.btn-thin {
	padding-left: 15px;
	padding-right: 15px;
}
.form-small.form-horizontal .control-group + .control-group, .form-small.form-vertical .control-group + .control-group {
	margin-top: 10px;
}
.form-small.form-horizontal .control-group + .control-group-submit, .form-small.form-vertical .control-group + .control-group-submit {
	margin-top: 20px;
}
.form-small.form-horizontal .control-label, .form-small.form-vertical .control-label {
	font-size: 11px;
	line-height: 22px;
}
.form-small.form-horizontal .control-label {
	padding: 9px 0;
}
.form-medium.form-horizontal .control-group + .control-group, .form-medium.form-vertical .control-group + .control-group {
	margin-top: 15px;
}
.form-medium.form-horizontal .control-group + .control-group-submit, .form-medium.form-vertical .control-group + .control-group-submit {
	margin-top: 30px;
}
.form-medium.form-horizontal .control-label, .form-medium.form-vertical .control-label {
	font-size: 13px;
	line-height: 24px;
}
.form-medium.form-horizontal .control-label {
	padding: 11px 0;
}
.form-large .input {
	font-size: 15px;
	line-height: 26px;
	padding: 15px 18px;
}
.form-large .btn {
	font-size: 15px;
	line-height: 26px;
}
.form-large .btn .selectboxit-arrow-container {
	width: 56px;
	height: 100%;
}
.form-large .btn .selectboxit-btn {
	padding: 15px 14px;
	padding-right: 25px;
}
.form-large .btn {
	font-size: 17px;
	line-height: 26px;
	padding: 18px 40px;
}
.form-large .btn [class*="icon-"] {
	font-size: 12px;
	margin-right: 12px;
}
.form-large .btn.btn-right-icon [class*="icon-"] {
	margin-right: 0;
	margin-left: 12px;
}
.form-large .btn.btn-wide {
	padding-left: 60px;
	padding-right: 60px;
}
.form-large .btn.btn-xwide {
	padding-left: 60px;
	padding-right: 60px;
}
.form-large .btn.btn-thin {
	padding-left: 20px;
	padding-right: 20px;
}
.form-large.form-horizontal .control-group + .control-group, .form-large.form-vertical .control-group + .control-group {
	margin-top: 20px;
}
.form-large.form-horizontal .control-group + .control-group-submit, .form-large.form-vertical .control-group + .control-group-submit {
	margin-top: 40px;
}
.form-large.form-horizontal .control-label, .form-large.form-vertical .control-label {
	font-size: 15px;
	line-height: 26px;
}
.form-large.form-horizontal .control-label {
	padding: 17px 0;
}
.form-xlarge .input {
	font-size: 17px;
	line-height: 28px;
	padding: 20px 23px;
}
.form-xlarge .btn {
	font-size: 21px;
	line-height: 32px;
}
.form-xlarge .btn .selectboxit-arrow-container {
	width: 70px;
	height: 100%;
}
.form-xlarge .btn .selectboxit-btn {
	padding: 19px 19px;
	padding-right: 25px;
}
.form-xlarge .btn {
	font-size: 17px;
	line-height: 28px;
	padding: 24px 50px;
}
.form-xlarge .btn [class*="icon-"] {
	font-size: 17px;
	margin-right: 17px;
}
.form-xlarge .btn.btn-right-icon [class*="icon-"] {
	margin-right: 0;
	margin-left: 17px;
}
.form-xlarge .btn.btn-wide {
	padding-left: 75px;
	padding-right: 75px;
}
.form-xlarge .btn.btn-xwide {
	padding-left: 75px;
	padding-right: 75px;
}
.form-xlarge .btn.btn-thin {
	padding-left: 25px;
	padding-right: 25px;
}
.form-xlarge.form-horizontal .control-group + .control-group, .form-xlarge.form-vertical .control-group + .control-group {
	margin-top: 25px;
}
.form-xlarge.form-horizontal .control-group + .control-group-submit, .form-xlarge.form-vertical .control-group + .control-group-submit {
	margin-top: 50px;
}
.form-xlarge.form-horizontal .control-label, .form-xlarge.form-vertical .control-label {
	font-size: 17px;
	line-height: 28px;
}
.form-xlarge.form-horizontal .control-label {
	padding: 22px 0;
}
.input {
	position: relative;
	font-weight: normal;
	border: 0;
	border-style: solid;
	border-bottom-width: 2px;
	-webkit-font-smoothing: antialiased;
	z-index: 1;
	box-sizing: border-box;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	font-family: "Helvetica LT W04 Bold", "PT Serif", Arial, sans-serif;
	font-weight: normal;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0;
	background: transparent;
	color: #000;
	border-color: #ccc;
	box-shadow: none;
	font-size: 16px;
	line-height: 24px;
	padding: 9px 13px;
}
.input-rounded {
	border-radius: 100px;
}
.input:hover {
	z-index: 10;
}
.input:focus, .input.focus {
	outline: 0;
}
.input::-webkit-input-placeholder {
 color: #000;
}
.input::-moz-placeholder {
 color: #000;
}
.input:-ms-input-placeholder {
 color: #000;
}
.input:-moz-placeholder {
 color: #000;
}
.input:hover {
	background: transparent;
	color: #595959;
	border-color: #d6d6d6;
	box-shadow: none;
}
.input:active, .input.active {
	background: transparent;
	color: #595959;
	border-color: #429580;
	box-shadow: none;
}
.input:focus, .input.focus {
	background: transparent;
	color: #595959;
	border-color: #429580;
	box-shadow: none;
}
.input-default {
	background: transparent;
	color: #666;
	border-color: #ccc;
	box-shadow: none;
}
.input-default::-webkit-input-placeholder {
 color: #000;
}
.input-default::-moz-placeholder {
 color: #000;
}
.input-default:-ms-input-placeholder {
 color: #000;
}
.input-default:-moz-placeholder {
 color: #000;
}
.input-default:hover {
	background: transparent;
	color: #595959;
	border-color: #d6d6d6;
	box-shadow: none;
}
.input-default:active, .input-default.active {
	background: transparent;
	color: #595959;
	border-color: #429580;
	box-shadow: none;
}
.input-default:focus, .input-default.focus {
	background: transparent;
	color: #595959;
	border-color: #429580;
	box-shadow: none;
}
.input-group-default .input {
	background: transparent;
	color: #666;
	border-color: #ccc;
	box-shadow: none;
}
.input-group-default .input::-webkit-input-placeholder {
 color: #000;
}
.input-group-default .input::-moz-placeholder {
 color: #000;
}
.input-group-default .input:-ms-input-placeholder {
 color: #000;
}
.input-group-default .input:-moz-placeholder {
 color: #000;
}
.input-group-default .input:hover {
	background: transparent;
	color: #595959;
	border-color: #d6d6d6;
	box-shadow: none;
}
.input-group-default .input:active, .input-group-default .input.active {
	background: transparent;
	color: #595959;
	border-color: #429580;
	box-shadow: none;
}
.input-group-default .input:focus, .input-group-default .input.focus {
	background: transparent;
	color: #595959;
	border-color: #429580;
	box-shadow: none;
}
.input-base {
	background: #fff;
	color: #666;
	border-color: #c9c9c9;
	box-shadow: none;
}
.input-base::-webkit-input-placeholder {
 color: $input-base-color-placeholder;
}
.input-base::-moz-placeholder {
 color: $input-base-color-placeholder;
}
.input-base:-ms-input-placeholder {
 color: $input-base-color-placeholder;
}
.input-base:-moz-placeholder {
 color: $input-base-color-placeholder;
}
.input-base:hover {
	background: #fff;
	color: #595959;
	border-color: #d4d4d4;
	box-shadow: none;
}
.input-base:active, .input-base.active {
	background: #fff;
	color: #595959;
	border-color: #429580;
	box-shadow: none;
}
.input-base:focus, .input-base.focus {
	background: #fff;
	color: #595959;
	border-color: #429580;
	box-shadow: none;
}
.input-group-base .input {
	background: #fff;
	color: #666;
	border-color: #c9c9c9;
	box-shadow: none;
}
.input-group-base .input::-webkit-input-placeholder {
 color: $input-base-color-placeholder;
}
.input-group-base .input::-moz-placeholder {
 color: $input-base-color-placeholder;
}
.input-group-base .input:-ms-input-placeholder {
 color: $input-base-color-placeholder;
}
.input-group-base .input:-moz-placeholder {
 color: $input-base-color-placeholder;
}
.input-group-base .input:hover {
	background: #fff;
	color: #595959;
	border-color: #d4d4d4;
	box-shadow: none;
}
.input-group-base .input:active, .input-group-base .input.active {
	background: #fff;
	color: #595959;
	border-color: #429580;
	box-shadow: none;
}
.input-group-base .input:focus, .input-group-base .input.focus {
	background: #fff;
	color: #595959;
	border-color: #429580;
	box-shadow: none;
}
.input-xsmall {
	font-size: 9px;
	line-height: 20px;
	padding: 5px 8px;
}
.input-group-xsmall .input {
	font-size: 9px;
	line-height: 20px;
	padding: 5px 8px;
}
.input-small {
	font-size: 11px;
	line-height: 22px;
	padding: 7px 13px;
}
.input-group-small .input {
	font-size: 11px;
	line-height: 22px;
	padding: 7px 13px;
}
.input-medium {
	font-size: 13px;
	line-height: 24px;
	padding: 9px 13px;
}
.input-group-medium .input {
	font-size: 13px;
	line-height: 24px;
	padding: 9px 13px;
}
.input-large {
	font-size: 15px;
	line-height: 26px;
	padding: 15px 18px;
}
.input-group-large .input {
	font-size: 15px;
	line-height: 26px;
	padding: 15px 18px;
}
.input-xlarge {
	font-size: 17px;
	line-height: 28px;
	padding: 20px 23px;
}
.input-group-xlarge .input {
	font-size: 17px;
	line-height: 28px;
	padding: 20px 23px;
}
.input-fake input:focus {
	outline: 0;
}
.input-number {
	font-size: 0;
}
.input-number .input-fake {
	margin-right: 0;
}
.input-number-controls {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
}
.input-number-plus, .input-number-minus {
	cursor: pointer;
	background: #cfcfcf;
	text-align: center;
	position: relative;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
}
.input-number-plus:hover, .input-number-minus:hover {
	background: #cfcfcf;
}
.input-number-plus span, .input-number-minus span {
	position: absolute;
	top: 50%;
	left: 50%;
}
.input-group {
	box-shadow: none;
	border-radius: 0;
}
.input-group .input {
	border-radius: 0;
	box-shadow: none;
}
.input-group .input:focus {
	z-index: 20;
}
.input-group .input:hover {
	z-index: 10;
}
.input-group .input + .input {
	margin-top: -1px;
}
.input-group .input:first-child {
	border-radius: 0 0 0 0;
}
.input-group .input:last-child {
	border-radius: 0 0 0 0;
}
.input-group-horizontal {
	box-shadow: none;
	border-radius: 0;
}
.input-group-horizontal .input {
	border-radius: 0;
	box-shadow: none;
}
.input-group-horizontal .column:first-child .input {
	border-radius: 0 0 0 0;
}
.input-group-horizontal .column:last-child .input {
	border-radius: 0 0 0 0;
}
.label-list {
	border: 1px solid #e8e8e8;
	border-radius: 4px;
}
.label-list label {
	padding: 12px 15px;
}
.label-list label + label {
	border-top: 1px solid #e8e8e8;
}
.label-list-inline label {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	margin-right: 20px;
}
input[type="radio"] {
	display: none;
}
input[type="radio"] + span {
	position: relative;
	padding-left: 26px;
	font-size: 11px;
	line-height: 22px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: rgba(102,102,102,0.5);
	cursor: pointer;
}
input[type="radio"] + span:hover {
	color: #000;
}
input[type="radio"] + span:before {
	content: ' ';
	position: absolute;
	top: 4px;
	left: 0;
	cursor: pointer;
	background: #fff;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border-radius: 18px;
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
	border: 1px solid #c8c8c8;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
input[type="radio"] + span:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 8px;
	left: 4px;
	background: #429580;
	border-radius: 18px;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 8px;
	height: 8px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
input[type="radio"]:checked + span {
	color: #666;
}
input[type="radio"]:checked + span:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

@media screen and (min-width: 768px) {
.form-search {
	float: right;
	max-width: 370px;
}
}
select.select {
	color: #595959;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
}
.selectboxit-container.select {
	background: #fff;
	color: #000;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-color: #ddd;
	font-size: 11px;
	line-height: 23px;
}
.selectboxit-container.select [class*="icon-"] {
	color: #429580;
}
.selectboxit-container.select:hover {
	background: #fff;
	color: #595959;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-color: #b1b1b1;
}
.selectboxit-container.select:hover [class*="icon-"] {
	color: #429580;
}
.selectboxit-container.select:focus, .selectboxit-container.select.focus {
	background: #fff;
	color: #595959;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-color: #429580;
}
.selectboxit-container.select:focus [class*="icon-"], .selectboxit-container.select.focus [class*="icon-"] {
	color: #429580;
}
.selectboxit-container.select-default {
	background: #fff;
	color: #000;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-color: #ddd;
}
.selectboxit-container.select-default [class*="icon-"] {
	color: #429580;
}
.selectboxit-container.select-default:hover {
	background: #fff;
	color: #595959;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-color: #b1b1b1;
}
.selectboxit-container.select-default:hover [class*="icon-"] {
	color: #429580;
}
.selectboxit-container.select-default:focus, .selectboxit-container.select-default.focus {
	background: #fff;
	color: #595959;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-color: #429580;
}
.selectboxit-container.select-default:focus [class*="icon-"], .selectboxit-container.select-default.focus [class*="icon-"] {
	color: #429580;
}
.selectboxit-container.select-group-default {
	background: #fff;
	color: #000;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-color: #ddd;
}
.selectboxit-container.select-group-default [class*="icon-"] {
	color: #429580;
}
.selectboxit-container.select-group-default:hover {
	background: #fff;
	color: #595959;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-color: #b1b1b1;
}
.selectboxit-container.select-group-default:hover [class*="icon-"] {
	color: #429580;
}
.selectboxit-container.select-group-default:focus, .selectboxit-container.select-group-default.focus {
	background: #fff;
	color: #595959;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-color: #429580;
}
.selectboxit-container.select-group-default:focus [class*="icon-"], .selectboxit-container.select-group-default.focus [class*="icon-"] {
	color: #429580;
}
.selectboxit-container.select-inverse {
 background: $select-inverse-background;
 color: $select-inverse-color;
 box-shadow: $select-inverse-shadow;
 border-color: $select-inverse-border;
}
.selectboxit-container.select-inverse [class*="icon-"] {
 color: $select-inverse-icon;
}
.selectboxit-container.select-inverse:hover {
 background: $select-inverse-background-hover;
 color: $select-inverse-color-hover;
 box-shadow: $select-inverse-shadow-hover;
 border-color: $select-inverse-border-hover;
}
.selectboxit-container.select-inverse:hover [class*="icon-"] {
 color: $select-inverse-icon-hover;
}
.selectboxit-container.select-inverse:focus, .selectboxit-container.select-inverse.focus {
 background: $select-inverse-background-focus;
 color: $select-inverse-color-focus;
 box-shadow: $select-inverse-shadow-focus;
 border-color: $select-inverse-border-focus;
}
.selectboxit-container.select-inverse:focus [class*="icon-"], .selectboxit-container.select-inverse.focus [class*="icon-"] {
 color: $select-inverse-icon-focus;
}
.selectboxit-container.select-group-inverse {
 background: $select-inverse-background;
 color: $select-inverse-color;
 box-shadow: $select-inverse-shadow;
 border-color: $select-inverse-border;
}
.selectboxit-container.select-group-inverse [class*="icon-"] {
 color: $select-inverse-icon;
}
.selectboxit-container.select-group-inverse:hover {
 background: $select-inverse-background-hover;
 color: $select-inverse-color-hover;
 box-shadow: $select-inverse-shadow-hover;
 border-color: $select-inverse-border-hover;
}
.selectboxit-container.select-group-inverse:hover [class*="icon-"] {
 color: $select-inverse-icon-hover;
}
.selectboxit-container.select-group-inverse:focus, .selectboxit-container.select-group-inverse.focus {
 background: $select-inverse-background-focus;
 color: $select-inverse-color-focus;
 box-shadow: $select-inverse-shadow-focus;
 border-color: $select-inverse-border-focus;
}
.selectboxit-container.select-group-inverse:focus [class*="icon-"], .selectboxit-container.select-group-inverse.focus [class*="icon-"] {
 color: $select-inverse-icon-focus;
}
.selectboxit-container.select .selectboxit-arrow-container {
	width: 43px;
	height: 100%;
}
.selectboxit-container.select .selectboxit-btn {
	padding: 10px 14px;
	padding-right: 25px;
}
.selectboxit-container.select-xsmall, .form-xsmall .selectboxit-container.select {
	font-size: 11px;
	line-height: 20px;
}
.selectboxit-container.select-xsmall .selectboxit-arrow-container, .form-xsmall .selectboxit-container.select .selectboxit-arrow-container {
	width: 32px;
	height: 100%;
}
.selectboxit-container.select-xsmall .selectboxit-btn, .form-xsmall .selectboxit-container.select .selectboxit-btn {
	padding: 6px 9px;
	padding-right: 25px;
}
.selectboxit-container.select-group-xsmall .select {
	font-size: 11px;
	line-height: 20px;
}
.selectboxit-container.select-group-xsmall .select .selectboxit-arrow-container {
	width: 32px;
	height: 100%;
}
.selectboxit-container.select-group-xsmall .select .selectboxit-btn {
	padding: 6px 9px;
	padding-right: 25px;
}
.selectboxit-container.select-small, .form-small .selectboxit-container.select {
	font-size: 11px;
	line-height: 22px;
}
.selectboxit-container.select-small .selectboxit-arrow-container, .form-small .selectboxit-container.select .selectboxit-arrow-container {
	width: 38px;
	height: 100%;
}
.selectboxit-container.select-small .selectboxit-btn, .form-small .selectboxit-container.select .selectboxit-btn {
	padding: 8px 9px;
	padding-right: 25px;
}
.selectboxit-container.select-group-small .select {
	font-size: 11px;
	line-height: 22px;
}
.selectboxit-container.select-group-small .select .selectboxit-arrow-container {
	width: 38px;
	height: 100%;
}
.selectboxit-container.select-group-small .select .selectboxit-btn {
	padding: 8px 9px;
	padding-right: 25px;
}
.selectboxit-container.select-medium, .form-medium .selectboxit-container.select {
	font-size: 11px;
	line-height: 23px;
}
.selectboxit-container.select-medium .selectboxit-arrow-container, .form-medium .selectboxit-container.select .selectboxit-arrow-container {
	width: 43px;
	height: 100%;
}
.selectboxit-container.select-medium .selectboxit-btn, .form-medium .selectboxit-container.select .selectboxit-btn {
	padding: 10px 14px;
	padding-right: 25px;
}
.selectboxit-container.select-group-medium .select {
	font-size: 11px;
	line-height: 23px;
}
.selectboxit-container.select-group-medium .select .selectboxit-arrow-container {
	width: 43px;
	height: 100%;
}
.selectboxit-container.select-group-medium .select .selectboxit-btn {
	padding: 10px 14px;
	padding-right: 25px;
}
.selectboxit-container.select-large, .form-large .selectboxit-container.select {
	font-size: 15px;
	line-height: 26px;
}
.selectboxit-container.select-large .selectboxit-arrow-container, .form-large .selectboxit-container.select .selectboxit-arrow-container {
	width: 56px;
	height: 100%;
}
.selectboxit-container.select-large .selectboxit-btn, .form-large .selectboxit-container.select .selectboxit-btn {
	padding: 15px 14px;
	padding-right: 25px;
}
.selectboxit-container.select-group-large .select {
	font-size: 15px;
	line-height: 26px;
}
.selectboxit-container.select-group-large .select .selectboxit-arrow-container {
	width: 56px;
	height: 100%;
}
.selectboxit-container.select-group-large .select .selectboxit-btn {
	padding: 15px 14px;
	padding-right: 25px;
}
.selectboxit-container.select-xlarge, .form-xlarge .selectboxit-container.select {
	font-size: 21px;
	line-height: 32px;
}
.selectboxit-container.select-xlarge .selectboxit-arrow-container, .form-xlarge .selectboxit-container.select .selectboxit-arrow-container {
	width: 70px;
	height: 100%;
}
.selectboxit-container.select-xlarge .selectboxit-btn, .form-xlarge .selectboxit-container.select .selectboxit-btn {
	padding: 19px 19px;
	padding-right: 25px;
}
.selectboxit-container.select-group-xlarge .select {
	font-size: 21px;
	line-height: 32px;
}
.selectboxit-container.select-group-xlarge .select .selectboxit-arrow-container {
	width: 70px;
	height: 100%;
}
.selectboxit-container.select-group-xlarge .select .selectboxit-btn {
	padding: 19px 19px;
	padding-right: 25px;
}
.selectboxit-container.select {
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	-webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
}
.selectboxit-container.select:hover {
	z-index: 910;
}
.selectboxit-container.select .selectboxit-text, .selectboxit-container.select .selectboxit-arrow-container, .selectboxit-container.select .selectboxit-options a {
	overflow: hidden;
}
.selectboxit-container.select * {
	outline: none;
}
.selectboxit-container.select .selectboxit {
	cursor: pointer;
	margin: 0;
	padding-right: 30px;
	display: block;
	position: relative;
	text-align: left;
	border-radius: 4px;
	margin-top: -1px;
}
.selectboxit-container.select .selectboxit-option-icon-container {
	font-size: 15px;
}
.selectboxit-container.select .selectboxit-option-icon-container [class*="icon-"] {
	margin-right: 8px;
}
.selectboxit-container.select .selectboxit .selectboxit-text {
	max-width: 100% !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.selectboxit-container.select .selectboxit .selectboxit-arrow-container {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}
.selectboxit-container.select .selectboxit .selectboxit-arrow-container .selectboxit-default-arrow {
	position: absolute !important;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	margin-left: -5px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #e8e8e8 rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0);
}
.selectboxit-container.select .selectboxit-options {
	min-width: 100% !important;
 *width: 100%;
	margin: 5px 0 0 0;
	right: -1px;
	padding: 0;
	list-style: none;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	cursor: pointer;
	display: none;
	z-index: 9999999999999;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.selectboxit-container.select .selectboxit-options li {
	min-height: 10px !important;
}
.selectboxit-container.select .selectboxit-options li.selectboxit-focus {
	background-color: #429580;
}
.selectboxit-container.select .selectboxit-options li.selectboxit-focus a {
	color: #fff;
}
.selectboxit-container.select .selectboxit-options li.selectboxit-focus a .fa {
	color: #fff;
}
.selectboxit-container.select .selectboxit-options li.selectboxit-disabled > a {
	color: #9fa1a6;
}
.selectboxit-container.select .selectboxit-options li a, .selectboxit-container.select .selectboxit-options li a span {
	min-height: 10px !important;
	white-space: nowrap;
	font-size: 13px;
	line-height: 24px;
	-webkit-transition: none;
	transition: none;
}
.selectboxit-container.select .selectboxit-options li a {
	padding: 0 10px;
	text-decoration: none;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	color: #595959;
}
.selectboxit-container.select .selectboxit-options li:hover {
	background-color: #429580;
}
.selectboxit-container.select .selectboxit-options li:hover a {
	color: #fff;
}
.selectboxit-container.select .selectboxit-options li:hover a .fa {
	color: #fff;
}
.selectboxit-container.select .selectboxit-options .selectboxit-optgroup-header {
	font-weight: bold;
}
.form-vertical .control-label {
	margin-bottom: 8px;
	color: #595959;
}
.form-vertical .control-label label {
	font-size: 11px;
	line-height: 22px;
}
.hidden {
	display: none !important;
}

@media screen and (min-width: 640px) {
.inner {
	padding: 40px;
}
.inner-small {
	padding: 20px;
}
}

@media screen and (max-width: 639px) {
.inner {
	padding: 124px 114px;
}
.inner-small {
	padding: 124px 114px;
}
}
.language {
	color: #fff;
	font-family: "Helvetica LT W04 Bold", "PT Serif", Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	margin-right: 24px;
	padding-top: 3px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
}
.language:visited {
	color: #fff;
}
.language:hover {
	color: #429580;
}
.theme-dark .language {
	color: #000;
}
.theme-dark .language:visited {
	color: #000;
}
.theme-dark .language:hover {
	color: #429580;
}
.logo {
	float: left;
	font-size: 36px;
	color: #fff;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	text-decoration: none;
	width: 69px;
	height: 63px;
}
.logo::before {
	display: none;
}
.white .logo {
	background: url(../images/penwood_logo_white.png) transparent no-repeat center center;
	background-size: 100% 100%;
}
.black .logo {
	background: url(../images/penwood_logo_black.png) transparent no-repeat center center;
	background-size: 100% 100%;
}
.theme-light .logo {
	background: url(../images/penwood_logo_white.png) transparent no-repeat center center;
	background-size: 100% 100%;
}
.theme-dark .logo {
	background: url(../images/penwood_logo_black.png) transparent no-repeat center center;
	background-size: 100% 100%;
}
.logo:visited {
	color: #fff;
}
.theme-dark .logo {
	color: #000;
}
.theme-dark .logo:visited {
	color: #000;
}
.logo strong {
	display: none;
}

@media screen and (min-width: 768px) {
.logo {
	float: left;
}
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	padding: 3%;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
}
button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #fff;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #fff;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	background: #000;
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	background: #fff;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
	padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0,0,0,0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0,0,0,0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}
}

@media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	-ms-transform-origin: 100%;
	transform-origin: 100%;
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 8040;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	background: rgba(0,0,0,0.17);
	border-radius: 100px;
	width: 16px;
	height: 16px;
	content: '\E02B';
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mfp-ie7 .mfp-close:hover {
	background: #429580;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-70 {
	margin-bottom: 70px !important;
}
.margin-bottom-80 {
	margin-bottom: 80px !important;
}
.margin-bottom-90 {
	margin-bottom: 90px !important;
}
.margin-bottom-100 {
	margin-bottom: 100px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-top-60 {
	margin-top: 60px !important;
}
.margin-top-70 {
	margin-top: 70px !important;
}
.margin-top-80 {
	margin-top: 80px !important;
}
.margin-top-90 {
	margin-top: 90px !important;
}
.margin-top-100 {
	margin-top: 100px !important;
}
.mouse {
	width: 30px;
	height: 44px;
	border: 2px solid #fff;
	border-radius: 100px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	z-index: 9999;
}
.block-intro .mouse {
	bottom: 45px;
}
.block-footer .mouse {
	top: -10px;
}
.mouse:after {
	content: '';
	width: 2px;
	height: 7px;
	background: #fff;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -1px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-animation: mouseScroll 1s linear infinite;
	animation: mouseScroll 1s linear infinite;
}
@-webkit-keyframes mouseScroll {
 0% {
 -webkit-transform: translateY(-1px);
 transform: translateY(-1px);
}
 25% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 50% {
 -webkit-transform: translateY(1px);
 transform: translateY(1px);
}
 75% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 100% {
 -webkit-transform: translateY(-1px);
 transform: translateY(-1px);
}
}
@keyframes mouseScroll {
 0% {
 -webkit-transform: translateY(-1px);
 transform: translateY(-1px);
}
 25% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 50% {
 -webkit-transform: translateY(1px);
 transform: translateY(1px);
}
 75% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 100% {
 -webkit-transform: translateY(-1px);
 transform: translateY(-1px);
}
}
.navigation-bottom {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	width: 100%;
	padding-top: 20%;
}
.navigation-bottom a {
	color: #fff;
	font-size: 29px;
	text-decoration: none;
	margin-right: 20px;
	font-family: "Helvetica LT W04 Bold", "PT Serif", Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -1pt;
}
.navigation-bottom a:visited {
	color: #fff;
}
.navigation-bottom a:hover {
	color: #7f181f;
}
.navigation-bottom p {
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
.navigation-bottom p {
	font-size: 17px;
	line-height: 28px;
}
}

@media screen and (max-width: 767px) {
.navigation-bottom p {
	font-size: 13px;
	line-height: 24px;
}
}
.navigation-bottom p:last-child {
	margin-bottom: 0;
}
.navigation {
	z-index: 500;
	top: 20px;
	right: 20px;
	clear: both;
	visibility: hidden;
	opacity: 0;
	background: #00C3B3;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
.desktop .navigation {
	position: fixed;
}
}

@media screen and (max-width: 767px) {
.desktop .navigation {
	position: absolute;
}
}
.mobile .navigation {
	position: absolute;
}
.navigation-wrap {
	float: right;
}

@media screen and (min-width: 1024px) {
.navigation {
	left: 55%;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.navigation {
	left: 35%;
}
}

@media screen and (max-width: 767px) {
.navigation {
	left: 20px;
}
}

@media screen and (min-width: 768px) {
.navigation-inner {
	padding: 50px;
}
}

@media screen and (max-width: 767px) {
.navigation-inner {
	padding: 20px;
}
}
.navigation-active .navigation {
	visibility: visible;
	opacity: 1;
}
.navigation-item a {
	color: #ffffff;
	text-decoration: none;
	font-family: "Helvetica LT W04 Bold", "PT Serif", Arial, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: -2pt;
}

@media screen and (min-width: 768px) {
.navigation-item a {
	font-size: 40pt;
}
}

@media screen and (max-width: 767px) {
.navigation-item a {
	font-size: 30pt;
}
}
.navigation-item a:hover {
	color: #ede9e9;
}
.navigation-item-active a {
	color: #fff;
}
.navigation-trigger {
	float: right;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	text-align: center;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	cursor: pointer;
	z-index: 520;
	position: relative;
	padding-left: 10px;
	font-weight: 700;
	top: 20px;
	margin-right: -5px;
}
.navigation-trigger-icon {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.navigation-trigger-icon span {
	display: block;
	width: 25px;
	height: 2px;
	border-radius: 100px;
	margin: 0 auto 4px;
	text-indent: -999;
	overflow: hidden;
	position: relative;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transition: -webkit-transform 0.3s ease, background 0.3s ease, opacity 0.3s ease, width 0.3s ease;
	transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease, width 0.3s ease;
	background-color: #fff;
}
.theme-dark .navigation-trigger-icon span {
	background-color: #000;
}
.navigation-trigger-icon span:last-child {
	margin-bottom: 0;
}
.navigation-trigger-icon span.line-1, .navigation-trigger-icon span.line-2, .navigation-trigger-icon span.line-3 {
	-webkit-transform: rotate(0deg) translate3d(0px, 0px, 0px) scale(1);
	transform: rotate(0deg) translate3d(0px, 0px, 0px) scale(1);
}
.navigation-trigger:hover .navigation-trigger-icon span.line-1 {
	-webkit-transform: rotate(0deg) translate(0, -2px) translate3d(0px, 0px, 0px) scale(1);
	transform: rotate(0deg) translate(0, -2px) translate3d(0px, 0px, 0px) scale(1);
}
.navigation-trigger:hover .navigation-trigger-icon span.line-3 {
	-webkit-transform: rotate(0deg) translate(0, 2px) translate3d(0px, 0px, 0px) scale(1);
	transform: rotate(0deg) translate(0, 2px) translate3d(0px, 0px, 0px) scale(1);
}
.navigation-active .navigation-trigger .navigation-trigger-icon span.line-1 {
	-webkit-transform: rotate(45deg) translate(4px, 5px) translate3d(0px, 0px, 0px) scale(0.8);
	transform: rotate(45deg) translate(4px, 5px) translate3d(0px, 0px, 0px) scale(0.8);
}
.navigation-active .navigation-trigger .navigation-trigger-icon span.line-2 {
	opacity: 0;
}
.navigation-active .navigation-trigger .navigation-trigger-icon span.line-3 {
	-webkit-transform: rotate(-45deg) translate(4px, -5px) translate3d(0px, 0px, 0px) scale(0.8);
	transform: rotate(-45deg) translate(4px, -5px) translate3d(0px, 0px, 0px) scale(0.8);
}
.navigation-active .navigation-trigger:hover .navigation-trigger-icon span.line-1 {
	-webkit-transform: rotate(45deg) translate(4px, 5px) translate3d(0px, 0px, 0px) scale(1);
	transform: rotate(45deg) translate(4px, 5px) translate3d(0px, 0px, 0px) scale(1);
}
.navigation-active .navigation-trigger:hover .navigation-trigger-icon span.line-2 {
	opacity: 0;
}
.navigation-active .navigation-trigger:hover .navigation-trigger-icon span.line-3 {
	-webkit-transform: rotate(-45deg) translate(4px, -5px) translate3d(0px, 0px, 0px) scale(1);
	transform: rotate(-45deg) translate(4px, -5px) translate3d(0px, 0px, 0px) scale(1);
}
.person {
 *zoom: 1;
}
.person:before, .person:after {
	content: "";
	display: table;
}
.person:after {
	clear: both;
}
.person img {
	float: left;
}
.person-details {
	margin-left: 115px;
}
.person-details p {
	margin: 0;
	padding-top: 15px;
}
.popup {
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	margin: 0 auto;
}
.popup hr.sep {
	border-color: #e4e4e4;
}
.popup-close {
	position: absolute;
	top: 55px;
	right: 10px;
	cursor: pointer;
 line-height: $line-height;
	width: 20px;
	height: 20px;
}
.popup-close span {
	color: #000;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.popup-close:hover span {
	color: #429580;
}
.popup-header {
 padding: $width-gap-large $width-gap-large 30px;
}
.popup-header .benefits {
	margin: 0 -20px;
}
.popup-content {
 padding: 30px $width-gap-large;
}
.popup-footer {
 padding: 30px $width-gap-large;
	background: #eee;
	border-top: 1px solid #e4e4e4;
}
.popup-headline {
	font-size: 21px;
	line-height: 32px;
	color: #429580;
	margin-bottom: 30px;
}
.popup-headline small {
	display: block;
	color: #595959;
	font-family: "PT Serif", Arial, sans-serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 10px;
}
.popup-intro {
	background-image: url("../img/background-popup-intro.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 722px;
	text-align: center;
 padding: $width-gap20 0 $width-gap;
}
.popup-intro .popup-close {
	display: none;
}
.popup-intro p {
	font-size: 17px;
	line-height: 28px;
	max-width: 450px;
 margin: 0 auto $width-gap-large;
}
.popup-login {
	width: 382px;
	text-align: center;
}
.popup-bad {
	width: 720px;
	text-align: center;
}
.popup-bad .popup-headline {
	font-size: 28px;
}
.popup-bad .popup-content {
	padding-top: 0;
	padding-bottom: 60px;
}
.popup-bad .popup-content p {
	margin-bottom: 40px;
}
.popup-sign {
	width: 720px;
	text-align: center;
}
.popup-sign form {
	margin-bottom: 20px;
	padding-top: 10px;
}
.section {
	height: auto !important;
}
.section .fullscreen-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
}
.section .fullscreen-bg__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-aspect-ratio: 16/9) {
.section .fullscreen-bg__video {
	height: 300%;
	top: -100%;
}
}

@media (max-aspect-ratio: 16/9) {
.section .fullscreen-bg__video {
	width: 300%;
	left: -100%;
}
}

@media (max-width: 767px) {
.section .fullscreen-bg {
	background-image: url("../img/blocks/intro.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.section .fullscreen-bg__video {
	display: none;
}
}
.section-navigation {
	position: fixed;
	z-index: 9999;
	white-space: nowrap;
	font-size: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.section-navigation li a {
	width: 5px;
	display: block;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
.section-navigation li.active a {
	background: #00C3B3;
}
span.sep {
	color: #c5c5c5;
	margin: 0 5px;
}
hr.sep {
	display: block;
	height: 0;
	border: 0;
	border-bottom: 1px solid #e8e8e8;
	margin: 45px 0;
}
.header hr.sep {
	margin-top: 0;
	margin-bottom: 30px;
	border-color: rgba(209,210,194,0.74);
}
hr.sep-h {
	border-bottom: 3px solid #429580;
	margin: 30px auto;
	width: 50px;
}
.services {
	font-size: 15px;
}
.shorter {
	max-width: 500px;
}
.shorter-small {
	max-width: 450px;
}
.shorter-medium {
	max-width: 600px;
}
.shorter-large {
	max-width: 900px;
}
.social-links li + li {
	margin-top: 10px;
}
.social-links li a {
	display: block;
	margin-bottom: 0;
	text-decoration: none;
	color: #b2222c;
}
.social-links li a:visited {
	color: #b2222c;
}
.social-links li a:hover {
	color: #7f181f;
}
table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin: 20px 0;
}
table th, table td {
	padding: 12px 15px;
	font-size: 11px;
	line-height: 22px;
	border-right: 1px solid #ddd;
}
table tbody tr:nth-child(odd) th, table tbody tr:nth-child(odd) td {
	background: #f5f5f5;
}

@media screen and (min-width: 640px) {
table thead th {
	border-bottom: 1px solid #ddd;
	font-weight: 700;
	color: #429580;
}
}

@media screen and (max-width: 639px) {
.table-responsive thead {
	display: none;
}
.table-responsive tbody, .table-responsive tr, .table-responsive th, .table-responsive td {
	display: block;
	width: 100%;
	text-align: left;
	height: auto !important;
}
.table-responsive tr + tr {
	margin-top: 20px;
}
.table-responsive [data-th]:before {
	content: attr(data-th) ':';
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #429580;
}
.table-responsive td:empty {
	display: none;
}
.table-responsive .table-checkbox label {
	margin: 0;
}
.table-responsive th, .table-responsive td {
	padding-bottom: 0 !important;
}
.table-responsive th:last-child, .table-responsive td:last-child {
	padding-bottom: 10px !important;
}
.table-responsive tr {
	border-bottom: 1px solid #e8e8e8;
	margin: 0 !important;
}
}
.table-parameters {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	border: 0;
}
.table-parameters tr th, .table-parameters tr td {
	font-size: 11px;
	line-height: 22px;
	border: 0;
	padding: 10px 15px;
	vertical-align: top;
}
.table-parameters tr th {
	color: #595959;
	font-weight: normal;
}
.table-parameters tr td {
	font-weight: 500;
	color: #000;
}
.table-parameters tr:nth-child(odd) th, .table-parameters tr:nth-child(odd) td {
	background: #fff;
}
.testimonial {
	margin-bottom: 50px;
}
.testimonial-slide {
	display: none;
}
.testimonial-slide.active {
	display: block;
}
.testimonial-text {
	color: #fff;
	font-style: italic;
	line-height: 1.2em;
	max-width: 900px;
	margin: 0 auto 30px;
}

@media screen and (min-width: 1240px) {
.testimonial-text {
	font-size: 20px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1239px) {
.testimonial-text {
	font-size: 30px;
}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
.testimonial-text {
	font-size: 25px;
}
}

@media screen and (max-width: 639px) {
.testimonial-text {
	font-size: 20px;
}
}
.testimonial-sign {
	color: rgba(255,255,255,0.5);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.testimonial-slides {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 0;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	text-align: center;
}
.testimonial-slides li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	font-size: 13px;
}
.testimonial-slides li {
	margin: 0 10px;
	cursor: pointer;
}
.testimonial-slides li img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.4;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	border-radius: 200px;
}
.testimonial-slides li.active img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
.testimonial-slides li:hover img {
	opacity: 1;
}
.title {
	font-size: 16px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 28px;
	color: #fff;
}
.title:after {
	content: '';
	width: 44px;
	height: 2px;
	background: #429580;
	display: block;
	margin-top: 5px;
}
.block-light .title {
	color: #12171b;
}
.block-primary .title:after {
	background: #429580;
}
.vertical {
	display: table;
	width: 100%;
}
.vertical-middle {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.vertical-bottom {
	display: table-cell;
	width: 100%;
	vertical-align: bottom;
}

@media screen and (max-width: 1023px) {
.header .logo {
	height: 63px;
	width: 69px;
}
.block-inner {
	padding: 12% 0;
}
}

@media screen and (max-width: 767px) {
.header .logo {
	height: 63px;
	width: 69px;
}
}
#image-recognition .block-image-recognition {
	background: url('../images/tech-section-2-pic1.jpg') #000 no-repeat center center;
	background-size: cover;
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-o-transition: background 1s;
	transition: background 1s;
}
#our-techs .block {
	background: url('../images/tech-section-1.jpg') transparent no-repeat center center;
	background-size: cover;
}
#our-techs p {
	margin-bottom: 20px;
}
.product-detail .block-inner {
	padding-top: 15%;
}
#predictive-reporting .block {
	background: url('../images/product4.jpg') transparent no-repeat center center;
	background-size: cover;
}
#image-recognition .block-product1 {
	background: url('../images/product1.jpg') transparent no-repeat center center;
	background-size: cover;
}
#facial-recognition .block {
	background: url('../images/product2.jpg') transparent no-repeat center center;
	background-size: cover;
}
#behaviour-recognition .block {
	background: url('../images/product3.jpg') transparent no-repeat center center;
	background-size: cover;
}
#contact-page p {
	margin-bottom: 20px;
}
#contact-page .block-inner {
	padding-top: 15%;
}
.black .navigation-trigger-icon span {
	background-color: #000;
}
.theme-light .navigation-trigger-icon span {
	background-color: #fff;
}
/*.navigation-item a{
  font-family: 'Helvetica';
  font-weight: bold;
}*/
.navigation-active .navigation-trigger-icon span {
	background-color: #fff;
}
.header-up {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
#home-tech-plat .ebook-content p {
	padding-right: 100px;
}
p {
	margin-bottom: 20px;
}
p.p-list {
	margin-bottom: 0px;
	padding-left: 10px;
}
p.p-list.last-child {
	margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
.columns.lg-2 > .column.left {
	padding-right: 30px;
}
.columns.lg-2 > .column.right {
	padding-left: 30px;
}
}
.block-home h2, .block-home p {
	color: #ffffff;
}
.block-home .block-inner {
	padding: 8% 0;
}
#vertical-block-two .block-secondary {
	background: #16a085;
}
#about-two .block {
	position: relative;
	height:500px;
}
#about-two .block_txt_back {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0;
	bottom: 0;
}
#about-two .block_txt {
	color: #ffffff;
	font-size: 16px;
	opacity: 0;
	-moz-opacity:0;
	-ms-opacity: 0;
	-o-opacity: 0;
	-webkit-opacity: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position:relative;
	bottom:-800px;
	overflow:hidden;
}
#about-two .block_txt ul {
	padding: 0;
	margin: 0;
}
#about-two .block_txt ul li {
	list-style-type: none;
	font-size: 16px;
}
#about-two ul:not([class]):not([id]) li::before, #about-two ul.ul-styled li::before {
	background: #ffffff;
}
#about-two .shorter-small {
	margin: 0 auto;
}
#about-two .column {
	padding: 5px;
}
#about-two .column .thumb_one {
	background: url(../images/about_us/about_thumb_1.jpg) no-repeat center center;
}
#about-two .column .thumb_two {
	background: url(../images/about_us/about_thumb_2.jpg) no-repeat center center;
}
#about-two .column .thumb_three {
	background: url(../images/about_us/about_thumb_3.jpg) no-repeat center center;
}
#about-two .column .thumb_four {
	background: url(../images/about_us/about_thumb_4.jpg) no-repeat center center;
}
#about-two .block-inner {
	padding: 9.3% 0;
}
#vertical-block-two .block-hover:hover .block-hover-item:hover {
	opacity: 1;
	background: #00c4a1;
}
#vertical-block-two .block-hover:hover .block-hover-item:hover:after {
	background: #00c4a1;
}
#about-two .block-hover:hover .block-hover-item {
	opacity: 1;
}
#about-two .block-hover:hover .block-hover-item:hover:after {
	background: none;
}
#about-two .block-hover:hover .block-hover-item:hover .block_txt {
	z-index:1;
	position:relative;
	opacity: 1;
	-moz-opacity:1;
	-ms-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	bottom:0;
}

#about-two .block-hover:hover .block-hover-item:hover .block_txt_back {
	background: #00c4a1;
	height: 100%;
}

.team_one_white h2, .team_one_white .title, .team_two_white h2, .team_two_white .title, .team_three_white h2, .team_three_white .title, .team_four_white h2, .team_four_white .title {
	color: #000000;
}
.team_one_white h2, .team_two_white h2, .team_three_white h2, .team_four_white h2{
	margin-bottom:5px;
}

#team-detail-two h2{
	margin-bottom:5px;
}



.team_one_white p, .team_one_white p, .team_two_white p, .team_two_white p {
	color: #999999;
}
.job_seek_block {
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	text-align: center;
}
.job_seek_thumb-txt {
	position: absolute;
	bottom: -85%;
	left: 0;
	background: #00c4a1;
	z-index: 20;
	width: 100%;
	padding: 0 10%;
	height: 100%;
	text-align: center;
	transition: bottom 0.5s;
	-moz-transition: bottom 0.5s;
	-ms-transition: bottom 0.5s;
	-o-transition: bottom 0.5s;
	-webkit-transition: bottom 0.5s;
}
.job_seek_thumb-txt h4 {
	color: #ffffff;
	font-size: 30px;
	padding: 30px 0;
	margin: 0;
}
.job_seek_thumb-txt p {
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	margin: 0;
}
.job_seek_block:hover .job_seek_thumb-txt {
	bottom: 0;
}
.testi_thumb_sec {
	position: relative;
	overflow: hidden;
	display: block;
	padding-bottom: 10px;
}
.testimonial_block {
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.testimonial_block-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 98%;
	background: #00c4b3;
	padding: 20px;
	color: #ffffff;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.testi_thumb_sec:hover .testimonial_block-logo {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.testimonial_block-logo h4 {
	color: #ffffff;
	text-transform: uppercase;
	margin: 30px 0 0 0;
}
.testimonial_block-logo p {
	color: #ffffff;
	position: absolute;
	width: 100%;
	left: 20px;
	bottom: 20px;
}
.testimonial_block-logo p span {
	text-transform: uppercase;
	display: block;
}

#team-one h2, #team-two h2, #team-three h2, #team-four h2{
	margin-bottom:5px;
	letter-spacing:normal;
}

#team-one .title, #team-two .title, #team-three .title, #team-four .title{
	margin-left:3px;
}

.home_img{
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-1;
	background-image: url("../images/blocks/home_img.jpg");
	background-repeat: no-repeat;
	background-position: center center
}

@media screen and (max-width: 1023px) {
.block-home .container {
    padding-left: 54px;
    padding-right: 54px;
}
}