@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,latin-ext);

body {
	background: white;
	color: #1c1621;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.praxe {
	line-height: 30px;
	font-size: 16px;
}

a, a:visited {
	color: #1c1621;
}

a:hover {
	color: #01a64a;
	text-decoration: none;
}

p {
	line-height: 30px;
	font-size: 16px;
}

h2 {
	font-size: 30px;
	margin-bottom: 35px;
	font-weight: 300;
}

h3 {
	font-size: 24px;
	margin-bottom: 35px;
	font-weight: bold;
}

h4 {
	font-size: 24px;
	margin-bottom: 35px;
}

h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.text-vert-center {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.underline {
	padding-bottom: 2px;
	border-bottom: 1px solid #01a64a;
}

.highlight {
	color: #01a64a;
	font-weight: 300;
	font-size: 18px;
}

.gray-bg {
	background: #f1f1f1;
}

.super-header {
	border-bottom: 1px solid #1e2023;
	padding: 10px 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(19,20,22, .95);
}
.menu {
	padding: 10px 0;

	border-left: 1px solid #1e2023;
}

.menu li {
	padding: 10px 15px;
}

.separator {
	border-bottom: 1px solid #eaeaea
}

.item {
	padding: 35px 5px;
}

/* TWITTER REWRITES */

.thumbnail {
	border: 0 none;
	box-shadow: none;
	background: transparent;
}

.about {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
	background: url(/img/about-bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/**********************************************/

.about .overlay {
	height: 100%;
	width: 100%;
	padding: 70px 0;
	background: rgba(19,20,22, .95);
	color: white;
	font-size: 16px;
	line-height: 25px;
}

.about p {
	padding-top: 20px;
}

.content p {
	margin-bottom: 40px;
}

.content p.no-bottom {
	margin-bottom: 0;
}

.header {
	color: white;
	height: 725px;
}

.header a {
	color: white;
}

.header a:hover {
	text-decoration: none;
	color: #01a64a;
}

.header .bg {
	height: 100%;
	width: 100%;
	position: relative;
	background: url(/img/cover-bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(19,20,22, .95);
}

.sub-header {
	margin: 125px 0 70px 0;
}

.cover-container {
	position: relative;
}

.cover {
	height: 414px;
	width: 100%;
	
	background: no-repeat 30% bottom; 
}

.circle-container {
	position: absolute;
}

.circle {
	position: relative;
	text-transform: uppercase;
	display:block;
	border-radius:50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 4px solid #01a64a;
	font-size:18px;
	color: #01a64a !important;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
}

.circle:hover {
	color: white !important;
	text-decoration:none;
	background:#01a64a;
}

.circle .tick {
	border-radius:50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 35px;
	height: 35px;
	background: #01a64a;
	position: absolute;
	color: white;
	bottom: -20px;
	left: 43px;
	border: 2px solid #131416;
	/*text-align: center;*/
	line-height: 33px;
	font-size: 20px;
}

.circle .tick:after {
	position: absolute;
	top: -1px;
	left: 13px;
	content: url('/img/arrow.png');
}

.circle:hover .tick:after {
	position: absolute;
	top: -3px;
	left: 9px;
	content: url('/img/arrow-hover.png');
}

.circle-container.clients {
	top: -10px;
	right: 180px;
}

.circle-container.clients .circle{
	width:125px;
	height:125px;
	line-height:125px;
}

.circle-container.companies {
	top: 75px;
	right: 40px;
}

.circle-container.companies .circle {
	width:155px;
	height:155px;
	line-height:155px;
	font-size: 24px;
}

.circle-container.companies .tick {
	left: 55px;
}

.circle-container.teams {
	top: 230px;
	right: 140px;
}

.circle-container.teams .circle {
	width:115px;
	height:115px;
	line-height:115px;
}

.circle-container.teams .tick {
	left: 36px;
}

.submenu li {
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 5px 25px;
}

.submenu div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	background: rgba(52,52,52,.8);
}

.submenu div img {
	margin-top: 35px;
}

.submenu div a {
	color: white;
	line-height: 40px;
}

.submenu div:hover a {
	padding-bottom: 2px;
	border-bottom: 1px  solid white;
}

.submenu .nutrition {
	background: url('/img/nutrition-bg.png') no-repeat center center;
}

.submenu .teambuilding {
	background: url('/img/teambuilding-bg.png') no-repeat center center;
}

.submenu .camps {
	background: url('/img/camps-bg.png') no-repeat center center;
}

.submenu .exercise {
	background: url('/img/exercise-bg.png') no-repeat center center;
}

.form .input-group {
	padding: 10px 20px;
}

.form .input-group.max-width {
	width: 100%;
}

.form .input-group input, .form .input-group textarea {
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	padding: 20px;
}
.form .input-group input:focus, .form .input-group textarea:focus {
	border: 1px solid #01a64a;
}

.form .input-group textarea {
	height: 230px;
}

.form .input-group input[type="submit"] {
	background: #01a64a;
	color: white;
	text-transform: uppercase;
	height: auto;
	font-weight: bold;
	padding: 10px 30px;
}

.reference-item {
	background: #01a64a;
	padding: 40px 60px;
	color: white;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.reference-item:after {
	content: url('/img/green-arrow.png');
	position: absolute;
	bottom: -19px;
	left: 300px;
}

.reference-item .quote {
	position: absolute;
	top: 35px;
	left: 13px;
	width: 35px;
	height: 33px;
	background: url('/img/quote.png') no-repeat center center;
}

.footer {
	background: #1c1621;
	padding: 30px 0;
	color: white;
}

.sundatic {
	line-height: 45px;
}

.autor {
	position: relative;
}

.autor .head {
	position: absolute;
	top: 0;
	left: -60px;
	width: 45px;
	height: 45px;
}

.slider-pagination {
	padding: 0;
	margin: -25px 0;
}
.slider-pagination li{
	width: 15px;
	height: 15px;
	margin: 0 2px;
	border: 1px solid #01a64a;
	border-radius:50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	cursor: pointer;
}

.slider-pagination li.active {
	background: #01a64a;
}

