
/* --- ONIX default css --- */

.body {
	width: 100%;
	background-color: #000;
	margin: 0px;
}
/* --- header --- */

.header-wrapper {
	width: 100%;
	height: auto;
	background-color: #000;
	margin: 0px;
}
.header-wrapper-hp {
	width: 100%;
	background-color: #000;
	margin-top: 0px;
	height: 126px;
	margin-bottom: 0px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.17);
	border-bottom-width: 12px;
}
.header {
	width: 61%;
	height: 126px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	width: 12%;
	height: auto;
	padding: 30px 0px 2px 30px;
	margin-right: 10px;
	float: left;
}
.logo-img {
	max-width: 100%;
	height: auto;
}
.bun {
	display: none
}
.navmenu {
	width: 75%;
	height: auto;
	float: left;
	margin: 80px 0px 0px 0px;
}
.header ul {
	list-style-type: none;
	padding: 0;
	margin: 95px 0px 0px 0px;
}
.header li {
	display: inline-block;
	float: left;
	margin-right: 1px;
}
.header li a {
	display: block;
	min-width: 100px;
	height: 24px;
	font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 0px;
	text-align: center;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.71);
	text-decoration: none;
}
.header li:hover a {
	color: #fff;
}
#home-small {
	display: none;
}
.show-menu {
	font-family: 'source-sans-pro', Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #000;
	text-align: center;
	padding: 10px 0;
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
/* --- maincontent --- */

.maincontent {
	width: 100%;
	height: auto;
	background-color: #000;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 95px;
	font-weight: 100;
	letter-spacing: 10px;
	line-height: 0px;
	color: #fff;
	margin-top: 55px;
}
h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	margin: 5px 0px 10px 15px;
}
p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 26px;
	color: #fff;
	margin-top: 15px;
}
p a {
	color: #fff;
	text-decoration: none;
}
p a:hover {
	color: #fff;
	font-weight: 300;
	text-decoration: underline;
}
h2 a {
	color: #fff;
	text-decoration: none;
}
h2 a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
/* --- content container --- */

.copycontainer {
	width: 36%;
	height: auto;
	position: absolute;
	top: 28%;
	left: 13.1%;
}
.rowtop {
	width: auto;
	height: 123px;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowmiddle {
	width: auto;
	height: 246px;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom {
	width: auto;
	height: 92px;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 25px;
	height: 121px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
.graphicboxmiddle {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 25px;
	height: 244px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
.graphicboxbottom {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 25px;
	height: 74px;
	background-color: rgba(122, 173, 14, .75);
	margin-right: 7px;
	float: left;
}
.copyboxtop {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 80%;
	height: 121px;
	background-color: rgba(0, 0, 0, 0.70);
	padding-right: 49px;
	padding-left: 10px;
	float: left;
	color: #fff;
}
.copyboxmiddle {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 80%;
	height: 244px;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 0px 43px 0px 15px;
	margin-left: 34px;
	color: #fff;
}
.copyboxbottom {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 89.5%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px;
	float: left;
}
/*.nav-container							{	width: 200px; height: 200px; position: absolute; top: 64%; left: 85%;	}*/

.btn {
	background-color: rgba(0, 0, 0, 0.65);
	width: auto;
	padding: 7px 0px 7px 15px;
	height: auto;
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	margin-bottom: 5px;
}
.btn p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn p a {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.btn:hover {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(80, 115, 6, 0.75);
	background-color: rgba(80, 115, 6, 0.75);
}
/* --- consulting --- */

.cta-consulting h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	margin: 20px 150px 24px 15px;
}
/* --- strategy --- */

.copycontainer-strategy {
	width: 36%;
	height: auto;
	position: absolute;
	top: 28%;
	left: 18%;
}
.rowtop-strategy {
	width: auto;
	height: 123px;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowmiddle-strategy {
	width: auto;
	height: 246px;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom-strategy {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 25px;
	height: 121px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
.graphicboxmiddle-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 25px;
	height: 244px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
.graphicboxbottom-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 25px;
	height: 74px;
	background-color: rgba(122, 173, 14, .75);
	margin-right: 7px;
	float: left;
}
.copyboxtop-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 80%;
	height: 121px;
	background-color: rgba(0, 0, 0, 0.70);
	padding-right: 49px;
	padding-left: 10px;
	float: left;
	color: #fff;
}
.copyboxmiddle-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 80%;
	height: 244px;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 0px 43px 0px 15px;
	margin-left: 34px;
	color: #fff;
}
.copyboxbottom-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 89.5%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px;
	float: left;
}
.nav-container-strategy {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 64%;
	left: 85%;
}
.btn-strategy {
	background-color: rgba(0, 0, 0, 0.65);
	width: auto;
	padding: 7px 0px 7px 15px;
	height: auto;
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	margin-bottom: 5px;
}
.btn-strategy p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn-strategy p a {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.btn-strategy:hover {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(80, 115, 6, 0.75);
	background-color: rgba(80, 115, 6, 0.75);
}
.cta-strategy h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	margin: 20px 10px 24px 15px;
}
/* --- content --- */

.copycontainer-content {
	width: 36%;
	height: auto;
	position: absolute;
	top: 40%;
	left: 13.1%;
}
.rowtop-content {
	width: auto;
	height: 123px;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowmiddle-content {
	width: auto;
	height: 192px;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom-content {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 25px;
	height: 121px;
	background-color: rgba(0, 0, 0, 0.80);
	margin-right: 7px;
	float: left;
}
.graphicboxmiddle-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 25px;
	height: 190px;
	background-color: rgba(0, 0, 0, 0.80);
	margin-right: 7px;
	float: left;
}
.graphicboxbottom-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 25px;
	height: 75px;
	background-color: rgba(122, 173, 14, .75);
	margin-right: 7px;
	float: left;
}
.copyboxtop-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 80%;
	height: 121px;
	background-color: rgba(0, 0, 0, 0.80);
	padding-right: 49px;
	padding-left: 10px;
	float: left;
	color: #fff;
}
.copyboxmiddle-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 80%;
	height: 190px;
	background-color: rgba(0, 0, 0, 0.80);
	padding: 0px 43px 0px 15px;
	margin-left: 34px;
	color: #fff;
}
.copyboxbottom-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 89%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px;
	float: left;
}
.nav-container-content {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 64%;
	left: 85%;
}
.btn-content {
	background-color: rgba(0, 0, 0, 0.65);
	width: auto;
	padding: 7px 0px 7px 15px;
	height: auto;
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	margin-bottom: 5px;
}
.btn-content p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn-content p a {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.btn-content:hover {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(80, 115, 6, 0.75);
	background-color: rgba(80, 115, 6, 0.75);
}
.cta-content h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	margin: 5px 200px 10px 15px;
}
/* --- channel --- */

.copycontainer-channel {
	width: 56.8%;
	height: 436px;
	position: absolute;
	top: 25%;
	left: 22%;
	margin-right: 0px;
}
.rowtop-channel {
	width: auto;
	height: 123px;
	margin: 20px 50px 80px 50px;
	overflow: visible;
}
.rowmiddle-channel {
	width: auto;
	height: 192px;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom-channel {
	width: auto;
	height: 72px;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-channel {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	width: 25px;
	height: 121px;
	background-color: rgba(255, 255, 255, 0.45);
}
.graphicboxmiddle-channel {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	width: 25px;
	height: 234px;
	background-color: rgba(255, 255, 255, 0.45);
	position: relative;
	top: -105px;
	left: 0px;
}
.graphicboxbottom-channel {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-width: 1px;
	border-radius: 20px;
	width: 25px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.45);
	position: relative;
	top: -324px;
	left: 0px;
}
.copyboxtop-channel {
	width: auto;
	padding: 0px 30px 0px 30px;
	text-align: center;
	margin: 20px 50px 100px 50px;
}
.copyboxmiddle-channel {
	border: solid;
	border-color: rgba(9, 8, 8, 0.57);
	border-width: 1px;
	border-radius: 20px;
	width: auto;
	height: 228px;
	background-color: rgba(255, 255, 255, 0.45);
	padding: 6px 140px 0px 13px;
	position: relative;
	top: -341px;
	left: 34px;
}
.copyboxbottom-channel {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-width: 1px;
	border-radius: 20px;
	width: auto;
	height: 34px;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px 0px 6px 13px;
	position: relative;
	top: -366px;
	left: 34px;
}
.channel-content {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-left: 0px;
	padding-left: 20px;
	position: relative;
	font-family: 'source-sans-pro', Arial, Helvetica, sans-serif;
}
.channel-icon {
	float: left;
	padding-left: 0px;
	margin: 0 0 20px 20px;
	position: relative;
}
.channel-col {
	float: left;
	margin: 0 0 20px 20px;
	position: relative;
}
.channel-col:first-child {
	margin-left: 0;
}
.channel-row {
	clear: both;
	overflow: hidden;
}
.channel-three {
	width: 22%;
}
.channel-twelve {
	width: 100%;
}
.channel-divider {
	border-top: 1px solid #ccc;
	padding: 20px 0 0 0;
	margin: 20px 0;
}
.copyboxtop-channel p {
	font-size: 40px;
	line-height: 45px;
}
a.channel-btn {
	border-radius: 5px;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
	background-image: url(file:///C|/Users/David/Desktop/DSKTP/2015/Design/WEB/images/btn_arrow.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	font-style: normal;
	margin-top: 20px;
}
a.channel-green {
	background-color: #000;
	font-size: 19px;
	color: #fff;
	background-position: right bottom;
	margin-top: 133px;
	text-align: center;
}
a.channel-green:hover {
	background-color: rgba(122, 173, 14, 1);
	background-position: right top;
	color: #000;
}
/* --- websites --- */

.cta-websites h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	margin: 5px 50px 10px 15px;
}
/* --- email --- */

.cta-email h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	margin: 5px 50px 10px 15px;
}
.graphicboxmiddle-email {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 25px;
	height: 244px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
/* --- search engines --- */

.graphicboxmiddle-search {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 25px;
	height: 244px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
.cta-search h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	margin: 5px 150px 10px 15px;
}
/* --- social media --- */

.graphicboxmiddle-social {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 25px;
	height: 244px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
/* --- about us --- */

.copycontainer-about {
	width: 36%;
	height: auto;
	position: absolute;
	top: 18%;
	left: 13.1%;
}
.rowtop-about {
	width: auto;
	height: 123px;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowmiddle-about {
	width: auto;
	height: 391px;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom-about {
	width: auto;
	height: 92px;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 25px;
	height: 121px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
.graphicboxmiddle-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 25px;
	height: 390px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
.graphicboxbottom-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 25px;
	height: 76px;
	background-color: rgba(122, 173, 14, .75);
	margin-right: 7px;
	float: left;
}
.copyboxtop-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 80%;
	height: 121px;
	background-color: rgba(0, 0, 0, 0.70);
	padding-right: 49px;
	padding-left: 10px;
	float: left;
	color: #fff;
}
.copyboxmiddle-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 80%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 0px 43px 0px 15px;
	margin-left: 34px;
	color: #fff;
}
.copyboxbottom-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 89.5%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px;
	float: left;
}
.nav-container-about {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 20%;
	left: 85%;
}
.btn-about {
	background-color: rgba(0, 0, 0, 0.65);
	width: auto;
	padding: 7px 0px 7px 15px;
	height: auto;
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	margin-bottom: 5px;
}
.btn-about p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn-about p a {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.btn-about:hover {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(80, 115, 6, 0.75);
	background-color: rgba(80, 115, 6, 0.75);
}
.cta-about h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	margin: 5px 50px 10px 15px;
}
/* --- contact us --- */

.copycontainer-contact {
	width: 60%;
	height: 436px;
	position: absolute;
	top: 25%;
	left: 20%;
}
.rowtop-contact {
	width: 40%;
	height: 123px;
	margin: 20px 0px 80px 0px;
	overflow: visible;
	float: left;
}
.rowmiddle-contact {
	width: 50%;
	height: 620px;
	;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom-contact {
	width: auto;
	height: 72px;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-contact {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	width: 25px;
	height: 121px;
	background-color: rgba(0, 0, 0, 0.70);
}
.graphicboxmiddle-contact {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	width: 25px;
	height: 234px;
	position: relative;
	top: -105px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.70);
}
.graphicboxbottom-contact {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-radius: 20px;
	border-width: 1px;
	width: 25px;
	height: 70px;
	position: relative;
	top: -324px;
	left: 0px;
	background-color: rgba(122, 173, 14, .82);
}
.copyboxtop-contact {
	height: 115px;
	width: auto;
	position: relative;
	top: 0px;
	left: 34px;
	float: left;
	padding: 0px 0px 6px 6px;
}
.copyboxmiddle-contact {
	width: auto;
	height: auto;
	position: relative;
	top: 0px;
	left: 34px;
}
.copyboxbottom-contact {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-radius: 20px;
	border-width: 1px;
	width: auto;
	height: 30px;
	background-color: rgba(122, 173, 14, .85);
	padding: 16px 0px 6px 13px;
}
.table-contact {
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.odd {
	width: auto;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.10);
	padding-right: 40px;
	margin-bottom: 12px;
}
.odd-comments {
	width: auto;
	height: 160px;
	background-color: rgba(255, 255, 255, 0.10);
	padding-right: 40px;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-left: 0px;
}
.sub {
	width: auto;
	height: 60px;
	padding-right: 40px;
	margin-bottom: 12px;
}
.data-odd {
	width: 30%;
	height: 40px;
	padding-top: 20px;
	padding-left: 40px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	clear: right;
	font-family: 'source-sans-pro', Arial, sans-serif;
	color: #fff;
	text-align: left;
}
.data-even {
	width: 50%;
	height: 45px;
	padding-top: 15px;
	padding-left: 45px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	clear: right;
	font-family: 'source-sans-pro', Arial, sans-serif;
	color: #fff;
}
.data-even-area {
	width: 50%;
	height: auto;
	float: left;
	padding-top: 15px;
	padding-left: 45px;
	margin-right: 0px;
	margin-left: 0px;
}
.data-in {
	width: 100%;
	height: 25px;
	font-size: 17px;
	float: right;
	padding-left: 5px;
}
.data-in-area {
	width: 100%;
	font-size: 17px;
	float: right;
	padding-left: 5px;
}
.data-empty {
	height: 12px;
}
.data-sub {
	padding-left: 220px;
	padding-top: 10px;
}
.btn-contact {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-radius: 8px;
	border-width: 1px;
	width: 230px;
	height: 40px;
	background-color: rgba(122, 173, 14, .75);
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 0px;
	color: #fff;
	margin-top: 5px;
	text-align: left;
	padding-left: 15px;
}
.btn-contact:hover {
	background-color: rgba(80, 115, 6, 0.75);
}
.copyboxtop-contact h1 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 70px;
	font-weight: 300;
	line-height: 0px;
	color: #fff;
	margin-top: 34px;
}
/* --- error --- */

.copycontainer-error {
	position: relative;
    width: 51%;
    height: auto;
	padding: 118px 0;
    margin: 0 auto;
    
}
.rowtop-error {
	width: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowmiddle-error {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom-error {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-error {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 121px;
	width: 25px;
	background-color: rgba(0, 0, 0, 0.70);
}
.graphicboxmiddle-error {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 234px;
	width: 25px;
	position: relative;
	top: -105px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.70);
}
.graphicboxbottom-error {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-radius: 20px;
	border-width: 1px;
	height: 70px;
	width: 25px;
	position: relative;
	top: -324px;
	left: 0px;
	background-color: rgba(122, 173, 14, .82);
}
.copyboxtop-error {
	width: auto;
	height: auto;
	margin-top: 40px;
}
.copyboxmiddle-error {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	width: auto;
	height: 228px;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 0px;
	margin: 0px;
}

.copyboxbottom-error:hover {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-radius: 5px;
	border-width: 1px;
	background-color: rgba(122, 173, 14, .50);
}
.copyboxmiddle-error ul {
	list-style-type: disc!important;
}
.copy-middle-error ul {
    list-style-type: disc!important;
    width: 72%;
    margin: 0 auto;
}
.copyboxmiddle-error li {
	float: none;
	margin-right: 1px;
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 26px;
	color: #fff;
	margin-top: 0px;
}
.copy-middle-error li {
    float: none;
    margin-right: 1px;
    font-family: 'source-sans-pro', Arial, sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
    margin-top: 0px;
    text-align: justify;
    margin-bottom: 15px;
}
.copyboxtop-error h1 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 50px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 60px;
	color: rgba(225, 225, 225, .80);
	margin: 0px;
}
.copy-top-error h1 {
    font-family: 'source-sans-pro', Arial, sans-serif;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 60px;
    color: rgba(225, 225, 225, 1);
    margin: 0px;
    text-align: center;
}
.copyboxbottom-error h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	margin-top: 0px;
}
.copyboxbottom-error h2 a {
	color: fff;
	text-decoration: none;
}
.copyboxbottom-error h2 a:hover {
	color: fff;
	font-weight: normal;
	text-decoration: underline;
}
.copyboxmiddle-error p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	color: #fff;
	margin-top: -2px;
}
.copy-middle-error p {
    font-family: 'source-sans-pro', Arial, sans-serif;
    font-size: 30px!important;
    font-weight: 300;
    line-height: 40px!important;
    color: #fff;
    margin: 45px 0;
    text-align: center;
}
.copyboxbottom-error p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 0px;
	color: #fff;
	margin-top: 10px;
}
.copyboxmiddle-para {
	font-size: 20px!important;
	line-height: 30px!important;
}
.copyboxbottom-error {
	border: solid;
    border-color: rgba(122, 173, 14, 1);
    border-radius: 3px;
    border-width: 1px;
    width: 46%;
    height: auto;
    background-color: rgba(122, 173, 14, .75);
    padding: 16px 0px;
    margin: 0 auto;
    margin-top: 31px;
}
.cta-error h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 34px;
	color: #fff;
	margin: 0px;
	text-align: center;
}

/* --- thank you --- */

.copycontainer-thanks {
	width: 56%;
	height: 436px;
	position: absolute;
	top: 30%;
	left: 23%;
}
.rowtop-thanks {
	width: auto;
	height: auto;
	margin-bottom: 80px;
	overflow: hidden;
}
.rowmiddle-thanks {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom-thanks {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-thanks {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 121px;
	width: 25px;
	background-color: rgba(0, 0, 0, 0.70);
}
.graphicboxmiddle-thanks {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 234px;
	width: 25px;
	position: relative;
	top: -105px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.70);
}
.graphicboxbottom-thanks {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-radius: 20px;
	border-width: 1px;
	height: 70px;
	width: 25px;
	position: relative;
	top: -324px;
	left: 0px;
	background-color: rgba(122, 173, 14, .82);
}
.copyboxtop-thanks {
	width: auto;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
}
.copyboxmiddle-thanks {
	width: auto;
	height: auto;
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.70);
	text-align: center;
	padding: 0px;
}
.copyboxbottom-thanks {
	border: solid;
	border-color: #000;
	border-radius: 8px;
	border-width: 1px;
	height: 38px;
	width: 670px;
	position: relative;
	top: 10px;
	left: 34px;
	background-color: rgba(255, 255, 255, .10);
	padding: 16px 0px 0px 13px;
}
.copyboxtop-thanks h1 {
	font-family: "source-sans-pro", Arial, sans-serif;
	font-size: 50px;
	line-height: 60px;
	font-weight: 300;
	letter-spacing: 0px;
	color: rgba(225, 225, 225, .80);
	text-align: center;
	margin-top: 0px;
}
.copyboxbottom-thanks h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 30px;
	color: fff;
	margin-top: 0px;
}
.copyboxbottom-thanks h2 a {
	color: fff;
	text-decoration: none;
}
.copyboxbottom-thanks h2 a:hover {
	color: fff;
	font-weight: bold;
	text-decoration: underline;
}
.copyboxmiddle-thanks p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	color: #fff;
	margin: 0px;
}
.copyboxbottom-thanks p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: #fff;
	margin-top: 10px;
}
.copyboxmiddle-para {
	font-size: 20px!important;
	line-height: 30px!important;
}
/* --- footer --- */

.footer {
	width: 100%;
	height: 30px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.rgb {
	margin-top: 0px;
	margin-right: 200px;
	float: right;
}
.red {
	width: 417px;
	background-color: #ff0000;
	height: 15px;
	opacity: 0.6;
}
.green {
	width: 417px;
	background-color: #69bd45;
	height: 15px;
	opacity: 0.6;
}
.blue {
	width: 417px;
	background-color: #33a1ff;
	height: 15px;
	opacity: 0.6;
}


/* --- ONIX 1366px css --- */

@media screen and (max-width : 1366px) {
	.copycontainer-error {
    width: 70%;
    padding: 69px 0;
}
	.copyboxbottom-error {
    margin-top: 10px;
}
.header-wrapper {
	width: 100%;
	height: auto;
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header-wrapper-hp {
	width: 100%;
	height: 115px;
	background-color: #000;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.17);
	margin-top: 0px;
	margin-bottom: 0px;
}
.header {
	width: 70%;
	height: 115px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.logo {
	width: 12%;
	height: auto;
	padding: 30px 0px 2px 30px;
	float: left;
	margin-right: 10px;
}
.logo-img {
	max-width: 100%;
	height: auto;
}
.logo-img-m {
	width: 66px;
	height: 70px;
	border: 0px;
}
.navmenu {
	width: 75%;
	height: auto;
	float: left;
	margin: 85px 0px 0px 0px;
}
.header ul {
	list-style-type: none;
	padding: 0;
	margin: 85px 0px 0px 0px;
}
.header li {
	display: inline-block;
	float: left;
	margin-right: 1px;
}
.header li a {
	display: block;
	min-width: 100px;
	height: 24px;
	text-align: center;
	line-height: 20px;
	font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
	color: rgba(255, 255, 255, 0.71);
	font-size: 15px;
	letter-spacing: 0px;
	text-decoration: none;
}
.header li:hover a {
	color: #fff;
}
.show-menu {
	font-family: 'source-sans-pro', Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #000;
	text-align: center;
	padding: 10px 0;
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
h1 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 4.5em;
	font-weight: 100;
	letter-spacing: 8px;
	line-height: 0px;
	color: #fff;
	margin: 40px 0px 51px 15px;
}
h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	margin-top: 18px;
	margin-bottom: 18px
}
p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
	letter-spacing: .02em;
	text-align: left;
	margin-top: 10px;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	display: list-item;
	float: left;
	margin-right: 1px;
}
li a {
	display: block;
	height: 24px;
	text-align: center;
	line-height: 20px;
	font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
	color: #949494;
	font-size: 15px;
	letter-spacing: 2px;
	text-decoration: none;
}
li:hover a {
	color: #fff;
}
/* --- content container --- */

.copycontainer {
	position: absolute;
	top: 30%;
	left: 13.1%;
	width: 36%;
	height: auto;
}
.rowtop {
	width: auto;
	height: auto;
	margin-bottom: 15px;
	overflow: hidden;
}
.rowmiddle {
	width: auto;
	height: auto;
	margin-bottom: 15px;
	overflow: hidden;
}
.rowbottom {
	width: auto;
	height: auto;
	margin-bottom: 15px;
	overflow: hidden;
}
.graphicboxtop {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 20px;
	height: 91px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
.graphicboxmiddle {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 20px;
	height: 220px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
.graphicboxbottom {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 20px;
	height: 62px;
	background-color: rgba(122, 173, 14, .75);
	margin-right: 7px;
	float: left;
}
.copyboxtop {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 91%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 0px;
	float: left;
}
.copyboxmiddle {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 77%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 6px 50px 0px 20px;
	margin: 0px 0px 0px 28px
}
.copyboxbottom {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 89%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding-top: 0px;
	padding-right: 10px;
	float: left;
}

.btn {
	border: solid;
	border-width: 1px;
	border-radius: 5px;
	width: 90%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 0px 5px 2px 10px;
	margin-bottom: 2px;
}
.btn p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn p a {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 0px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}
.btn:hover {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(80, 115, 6, 0.75);
	background-color: rgba(80, 115, 6, 0.75);
	color: #fff;
}
/* --- consulting ---- */

.cta-consulting h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	margin: 16px 50px 16px 15px;
}
/* --- strategy ---- */

.copycontainer-strategy {
	position: absolute;
	top: 30%;
	left: 18%;
	width: 36%;
	height: auto;
}
.rowtop-strategy {
	width: auto;
	height: auto;
	margin-bottom: 15px;
	overflow: hidden;
}
.rowmiddle-strategy {
	width: auto;
	height: auto;
	margin-bottom: 15px;
	overflow: hidden;
}
.rowbottom-strategy {
	width: auto;
	height: auto;
	margin-bottom: 15px;
	overflow: hidden;
}
.graphicboxtop-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 20px;
	height: 91px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
.graphicboxmiddle-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 20px;
	height: 198px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
.graphicboxbottom-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 20px;
	height: 56px;
	background-color: rgba(122, 173, 14, .75);
	margin-right: 7px;
	float: left;
}
.copyboxtop-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 89%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 0px 0px 3px 10px;
	float: left;
}
.copyboxmiddle-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 77%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 6px 50px 0px 20px;
	margin: 0px 0px 0px 28px
}
.copyboxbottom-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 91%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px;
	float: left;
}
.nav-container-strategy {
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 72%;
	left: 82%;
}
.btn-strategy {
	border: solid;
	border-width: 1px;
	border-radius: 5px;
	width: 90%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 0px 5px 2px 10px;
	margin-bottom: 2px;
}
.btn-strategy p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn-strategy p a {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 0px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}
.btn-strategy:hover {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(80, 115, 6, 0.75);
	background-color: rgba(80, 115, 6, 0.75);
	color: #fff;
}
.cta-strategy h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	margin: 10px 10px 15px 15px;
}
/* --- content ---- */

.copycontainer-content {
	width: 36%;
	height: auto;
	position: absolute;
	top: 40%;
	left: 13.1%;
}
.rowtop-content {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.rowmiddle-content {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.rowbottom-content {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.graphicboxtop-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 20px;
	height: 91px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
.graphicboxmiddle-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 20px;
	height: 173px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
.graphicboxbottom-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 20px;
	height: 56px;
	background-color: rgba(122, 173, 14, .75);
	margin-right: 7px;
	float: left;
}
.copyboxtop-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 89%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 0px 0px 3px 10px;
	float: left;
}
.copyboxmiddle-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 85%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 6px 10px 0px 20px;
	margin: 0px 0px 0px 28px
}
.copyboxbottom-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 90.5%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px;
	float: left;
}
.nav-container-content {
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 72%;
	left: 82%;
}
.btn-content {
	border: solid;
	border-width: 1px;
	border-radius: 5px;
	width: 90%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 0px 5px 2px 10px;
	margin-bottom: 2px;
}
.btn-content p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn-content p a {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 0px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}
.btn-content:hover {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(80, 115, 6, 0.75);
	background-color: rgba(80, 115, 6, 0.75);
	color: #fff;
}
.cta-content h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	margin: 7px 160px 8px 18px;
}
/* --- channel ---- */

.copycontainer-channel {
	position: absolute;
	top: 28%;
	left: 18%;
	width: 60%;
	height: 436px;
	margin-right: 0px;
}
.rowtop-channel {
	width: auto;
	height: 123px;
	margin: 30px 50px 10px 50px;
	overflow: visible;
}
.rowmiddle-channel {
	width: auto;
	height: 192px;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom-channel {
	width: auto;
	height: 72px;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-channel {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 121px;
	width: 25px;
	background-color: rgba(255, 255, 255, 0.45);
}
.graphicboxmiddle-channel {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 234px;
	width: 25px;
	position: relative;
	top: -105px;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.45);
}
.graphicboxbottom-channel {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-width: 1px;
	border-radius: 20px;
	height: 40px;
	width: 25px;
	position: relative;
	top: -324px;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.45);
}
.copyboxtop-channel {
	width: auto;
	padding: 0px 30px 0px 30px;
	text-align: center;
	margin: 20px 50px 100px 50px;
}
.copyboxmiddle-channel {
	border: solid;
	border-color: rgba(9, 8, 8, 0.57);
	border-width: 1px;
	border-radius: 20px;
	height: 228px;
	width: auto;
	position: relative;
	top: -341px;
	left: 34px;
	padding: 6px 140px 0px 13px;
	background-color: rgba(255, 255, 255, 0.45);
}
.copyboxbottom-channel {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-width: 1px;
	border-radius: 20px;
	height: 34px;
	width: auto;
	position: relative;
	top: -366px;
	left: 34px;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px 0px 6px 13px;
}
.channel-content {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-left: 0px;
	;
	position: relative;
	font-family: 'source-sans-pro', Arial, Helvetica, sans-serif;
}
.channel-icon {
	float: left;
	padding-left: 0px;
	margin: 0 0 20px 5px;
	position: relative;
}
.channel-col {
	float: left;
	margin: 0 0 20px 20px;
	position: relative;
}
.channel-col:first-child {
	margin-left: 0;
}
.channel-row {
	clear: both;
	overflow: hidden;
}
.channel-three {
	width: 22%;
}
.channel-twelve {
	width: 100%;
}
.channel-divider {
	border-top: 1px solid #ccc;
	padding: 20px 0 0 0;
	margin: 20px 0;
}
.copyboxtop-channel p {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
a.channel-btn {
	border-radius: 5px;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
	background-image: url(file:///C|/Users/David/Desktop/DSKTP/2015/Design/WEB/images/btn_arrow.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	font-style: normal;
	margin-top: 20px;
}
a.channel-green {
	background-color: #000;
	font-size: 19px;
	color: #fff;
	background-position: right bottom;
	text-align: center;
	margin-top: 133px;
}
a.channel-green:hover {
	background-color: rgba(122, 173, 14, 1);
	background-position: right top;
	color: #000;
}
/* --- websites --- */

.cta-websites h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	margin: 10px 60px 12px 15px;
}
/* --- email --- */

.cta-email h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	margin: 10px 60px 12px 15px;
}
.graphicboxmiddle-email {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 20px;
	height: 244px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
/* --- search engines --- */

.graphicboxmiddle-search {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 20px;
	height: 244px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
.cta-search h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	margin: 10px 60px 12px 15px;
}
/* --- social media --- */

.graphicboxmiddle-social {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 20px;
	height: 197px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
/* --- about us --- */

.copycontainer-about {
	width: 36%;
	height: auto;
	position: absolute;
	top: 20%;
	left: 13.1%;
}
.rowtop-about {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.rowmiddle-about {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.rowbottom-about {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.graphicboxtop-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 20px;
	height: 90px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
.graphicboxmiddle-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 20px;
	height: 353px;
	background-color: rgba(0, 0, 0, 0.70);
	margin-right: 7px;
	float: left;
}
.graphicboxbottom-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 20px;
	height: 50px;
	background-color: rgba(122, 173, 14, .75);
	margin-right: 7px;
	float: left;
}
.copyboxtop-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 84%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	float: left;
}
.copyboxmiddle-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 82%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 6px 20px 0px 10px;
	margin-left: 30px;
}
.copyboxbottom-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 88%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px;
	float: left;
}
.nav-container-about {
	width: auto;
	height: auto;
	margin: 0px;
	position: absolute;
	top: 22%;
	left: 83%;
}
.btn-about {
	border: solid;
	border-width: 1px;
	border-radius: 5px;
	width: 90%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 2px 5px 2px 10px;
	margin-bottom: 2px;
}
.btn-about p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn-about p a {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 0px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}
.btn-about:hover {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(80, 115, 6, 0.75);
	background-color: rgba(80, 115, 6, 0.75);
	color: #fff;
}
.cta-about h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	margin: 3px 20px 5px 15px;
}
/* --- contact us ---- */

.copycontainer-contact {
	position: absolute;
	top: 30%;
	left: 18%;
	width: 80%;
	height: 436px;
}
.rowtop-contact {
	width: 30%;
	height: 80px;
	margin: 20px 30px 80px 0px;
	overflow: visible;
	float: left;
}
.rowmiddle-contact {
	width: 40%;
	height: 620px;
	;
	margin-bottom: 18px;
	overflow: hidden;
	float: left;
}
.rowbottom-contact {
	width: auto;
	height: 72px;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-contact {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 121px;
	width: 25px;
	background-color: rgba(0, 0, 0, 0.70);
}
.graphicboxmiddle-contact {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 234px;
	width: 25px;
	position: relative;
	top: -105px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.70);
}
.graphicboxbottom-contact {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-radius: 20px;
	border-width: 1px;
	height: 70px;
	width: 25px;
	position: relative;
	top: -324px;
	left: 0px;
	background-color: rgba(122, 173, 14, .82);
}
.copyboxtop-contact {
	width: auto;
	height: 80px;
	position: relative;
	top: 0px;
	left: 34px;
	float: left;
	padding: 0px 0px 6px 6px;
}
.copyboxmiddle-contact {
	width: auto;
	height: auto;
	position: relative;
	top: 0px;
	left: 34px;
}
.copyboxbottom-contact {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-radius: 20px;
	border-width: 1px;
	height: 30px;
	width: auto;
	background-color: rgba(122, 173, 14, .85);
	padding: 16px 0px 6px 13px;
}
.table-contact {
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.odd {
	width: auto;
	height: 48px;
	background-color: rgba(255, 255, 255, 0.10);
	padding-right: 40px;
	margin-bottom: 8px;
}
.odd-comments {
	width: auto;
	height: 160px;
	background-color: rgba(255, 255, 255, 0.10);
	padding-right: 40px;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-left: 0px;
}
.sub {
	width: auto;
	height: 60px;
	padding-right: 40px;
	margin-bottom: 12px;
}
.data-odd {
	width: 31%;
	height: 40px;
	padding-top: 15px;
	padding-left: 35px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	clear: right;
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
	color: #fff;
	text-align: left;
}
.data-even {
	width: 46%;
	height: 45px;
	padding-top: 10px;
	padding-left: 20px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	clear: right;
	font-family: 'source-sans-pro', Arial, sans-serif;
	color: #fff;
}
.data-even-area {
	width: 41%;
	height: auto;
	float: left;
	padding-top: 15px;
	padding-left: 40px;
	margin-right: 0px;
	margin-left: 0px;
}
.data-in {
	width: 100%;
	height: 20px;
	font-size: 16px;
	float: right;
	padding-left: 5px;
}
.data-in-area {
	width: 100%;
	font-size: 16px;
	float: right;
	padding-left: 5px;
}
.data-empty {
	height: 12px;
}
.data-sub {
	padding-left: 185px;
	padding-top: 10px;
}
.btn-contact {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-radius: 8px;
	border-width: 1px;
	height: 30px;
	width: 170px;
	background-color: rgba(122, 173, 14, .75);
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 0px;
	color: #fff;
	margin-top: 5px;
	text-align: left;
	padding-left: 15px;
}
.btn-contact:hover {
	background-color: rgba(80, 115, 6, 0.75);
}
.copyboxtop-contact h1 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 60px;
	font-weight: 300;
	line-height: 0px;
	color: #fff;
	margin-top: 34px;
}
/* --- error --- */


.rowtop-error {
	width: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowmiddle-error {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom-error {
	width: auto;
	height: 92px;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-error {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 121px;
	width: 25px;
	background-color: rgba(0, 0, 0, 0.70);
}
.graphicboxmiddle-error {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 234px;
	width: 25px;
	position: relative;
	top: -105px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.70);
}
.graphicboxbottom-error {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-radius: 20px;
	border-width: 1px;
	height: 70px;
	width: 25px;
	position: relative;
	top: -324px;
	left: 0px;
	background-color: rgba(122, 173, 14, .82);
}
.copyboxtop-error {
	width: auto;
	height: auto;
	margin-top: 40px;
}
.copyboxmiddle-error {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	width: auto;
	height: 228px;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 0px;
	margin: 0px;
}

.copyboxmiddle-error ul {
	list-style-type: disc!important;
}
.copyboxmiddle-error li {
	float: none;
	margin-right: 1px;
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 26px;
	color: #fff;
	margin-top: 0px;
}
.copyboxtop-error h1 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 60px;
	color: rgba(225, 225, 225, .80);
	margin: 0px;
}

.copyboxbottom-error h2 a {
	color: fff;
	text-decoration: none;
}
.copyboxbottom-error h2 a:hover {
	color: fff;
	font-weight: normal;
	text-decoration: underline;
}
.copyboxmiddle-error p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	color: #fff;
	margin-top: -2px;
}
.copyboxbottom-error p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 0px;
	color: #fff;
	margin-top: 10px;
}
.copyboxmiddle-para {
	font-size: 20px!important;
	line-height: 30px!important;
}

/* --- footer ---- */

.footer {
	width: 100%;
	height: 30px;
	margin: 0px;
}
.rgb {
	margin-top: 0px;
	margin-right: 170px;
	float: right;
}
.red {
	width: 320px;
	background-color: #ff0000;
	height: 15px;
	opacity: 0.6;
}
.green {
	width: 320px;
	background-color: #69bd45;
	height: 15px;
	opacity: 0.6;
}
.blue {
	width: 320px;
	background-color: #33a1ff;
	height: 15px;
	opacity: 0.6;
}
}

/* --- ONIX 1024px css --- */

@media screen and (max-width : 1024px) {
h1 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 40px;
	font-weight: 100;
	letter-spacing: 8px;
	line-height: 0px;
	color: #fff;
	margin: 22px 0px 30px 15px;
}
h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px
}
p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
	letter-spacing: .02em;
	text-align: left;
	margin-top: 10px;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


li:hover a {
	color: #fff;
}
/* --- content container --- */

.copycontainer {
	width: 36%;
	height: auto;
	position: absolute;
	top: 26%;
	left: 13.1%;
}
.rowtop {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.rowmiddle {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.rowbottom {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.graphicboxtop {
	display: none;
}
.graphicboxmiddle {
	display: none;
}
.graphicboxbottom {
	display: none;
}
.copyboxtop {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 96.3%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 0px;
	float: left;
}
.copyboxmiddle {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 85%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 6px 20px 0px 20px;
	margin: 0px 0px 0px 0px
}
.copyboxbottom {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 96%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px;
	;
	float: left;
}

.btn {
	border: solid;
	border-width: 1px;
	border-radius: 5px;
	width: 90%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 0px 5px 2px 10px;
	margin-bottom: 2px;
}
.btn p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn p a {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 0px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}
.btn:hover {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(80, 115, 6, 0.75);
	background-color: rgba(80, 115, 6, 0.75);
	color: #fff;
}
/* --- consulting ---- */

.cta-consulting h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	margin: 8px 20px 8px 18px;
}
/* --- strategy ---- */

.copycontainer-strategy {
	width: 36%;
	height: auto;
	position: absolute;
	top: 28%;
	left: 18%;
}
.rowtop-strategy {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.rowmiddle-strategy {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.rowbottom-strategy {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.graphicboxtop-strategy {
	display: none;
}
.graphicboxmiddle-strategy {
	display: none;
}
.graphicboxbottom-strategy {
	display: none;
}
.copyboxtop-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 93%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 0px 0px 3px 10px;
	float: left;
}
.copyboxmiddle-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 85%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 6px 20px 0px 20px;
	margin: 0px 0px 0px 0px
}
.copyboxbottom-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 96%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px;
	float: left;
}
.nav-container-strategy {
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 56%;
	left: 82%;
}
.btn-strategy {
	border: solid;
	border-width: 1px;
	border-radius: 5px;
	width: 90%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 0px 5px 2px 10px;
	margin-bottom: 2px;
}
.btn-strategy p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn-strategy p a {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 0px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}
.btn-strategy:hover {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(80, 115, 6, 0.75);
	background-color: rgba(80, 115, 6, 0.75);
	color: #fff;
}
.cta-strategy h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #fff;
	margin: 15px 10px 15px 10px;
}
/* --- content ---- */

.copycontainer-content {
	position: absolute;
	top: 32%;
	left: 13.1%;
	width: 38%;
	height: auto;
}
.rowtop-content {
	width: auto;
	height: auto;
	margin-bottom: 8px;
	overflow: hidden;
}
.rowmiddle-content {
	width: auto;
	height: auto;
	margin-bottom: 8px;
	overflow: hidden;
}
.rowbottom-content {
	width: auto;
	height: auto;
	margin-bottom: 8px;
	overflow: hidden;
}
.graphicboxtop-content {
	display: none;
}
.graphicboxmiddle-content {
	display: none;
}
.graphicboxbottom-content {
	display: none;
}
.copyboxtop-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 93%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 0px 0px 3px 10px;
	float: left;
}
.copyboxmiddle-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 85%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 6px 20px 0px 20px;
	margin: 0px 0px 0px 0px
}
.copyboxbottom-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	border-color: rgba(122, 173, 14, 1);
	width: 95%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px;
	float: left;
}
.nav-container-content {
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 56%;
	left: 82%;
}
.btn-content {
	border: solid;
	border-width: 1px;
	border-radius: 5px;
	width: 90%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 0px 5px 2px 10px;
	margin-bottom: 2px;
}
.btn-content p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn-content p a {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 0px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}
.btn-content:hover {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(80, 115, 6, 0.75);
	background-color: rgba(80, 115, 6, 0.75);
	color: #fff;
}
.cta-content h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	color: #fff;
	margin: 2px 100px 5px 15px;
}
/* --- channel ---- */

.copycontainer-channel {
	position: absolute;
	top: 20%;
	left: 10%;
	width: 80%;
	height: 436px;
	margin-right: 0px;
}
.rowtop-channel {
	width: auto;
	height: 123px;
	margin: 30px 50px 10px 50px;
	overflow: visible;
}
.rowmiddle-channel {
	width: auto;
	height: 192px;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom-channel {
	width: auto;
	height: 72px;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-channel {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 121px;
	width: 25px;
	background-color: rgba(255, 255, 255, 0.45);
}
.graphicboxmiddle-channel {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 234px;
	width: 25px;
	position: relative;
	top: -105px;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.45);
}
.graphicboxbottom-channel {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-width: 1px;
	border-radius: 20px;
	height: 40px;
	width: 25px;
	position: relative;
	top: -324px;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.45);
}
.copyboxtop-channel {
	width: auto;
	padding: 0px 30px 0px 30px;
	text-align: center;
	margin: 20px 50px 100px 50px;
}
.copyboxmiddle-channel {
	border: solid;
	border-color: rgba(9, 8, 8, 0.57);
	border-width: 1px;
	border-radius: 20px;
	height: 228px;
	width: auto;
	position: relative;
	top: -341px;
	left: 34px;
	padding: 6px 140px 0px 13px;
	background-color: rgba(255, 255, 255, 0.45);
}
.copyboxbottom-channel {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-width: 1px;
	border-radius: 20px;
	height: 34px;
	width: auto;
	position: relative;
	top: -366px;
	left: 34px;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px 0px 6px 13px;
}
.channel-content {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-left: 0px;
	;
	position: relative;
	font-family: 'source-sans-pro', Arial, Helvetica, sans-serif;
}
.channel-icon {
	float: left;
	padding-left: 0px;
	margin: 0 0 20px 3px;
	position: relative;
}
.channel-col {
	float: left;
	margin: 0 0 20px 20px;
	position: relative;
}
.channel-col:first-child {
	margin-left: 0;
}
.channel-row {
	clear: both;
	overflow: hidden;
}
.channel-three {
	width: 22%;
}
.channel-twelve {
	width: 100%;
}
.channel-divider {
	border-top: 1px solid #ccc;
	padding: 20px 0 0 0;
	margin: 20px 0;
}
.copyboxtop-channel p {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
a.channel-btn {
	border-radius: 5px;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
	background-image: url(file:///C|/Users/David/Desktop/DSKTP/2015/Design/WEB/images/btn_arrow.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	font-style: normal;
	margin-top: 20px;
}
a.channel-green {
	background-color: #000;
	font-size: 19px;
	color: #fff;
	background-position: right bottom;
	text-align: center;
	margin-top: 133px;
}
a.channel-green:hover {
	background-color: rgba(122, 173, 14, 1);
	background-position: right top;
	color: #000;
}
/* --- websites --- */

.cta-websites h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #fff;
	margin: 2px 0px 4px 18px;
}
/* --- email --- */

.cta-email h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #fff;
	margin: 8px 20px 8px 18px;
}
.graphicboxmiddle-email {
	display: none;
}
/* --- search engines --- */

.graphicboxmiddle-search {
	display: none;
}
.cta-search h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #fff;
	margin: 2px 0px 4px 18px;
}
/* --- social media --- */

.graphicboxmiddle-social {
	display: none;
}
/* --- about us --- */

.copycontainer-about {
	width: 52%;
	height: auto;
	position: absolute;
	top: 22%;
	left: 6%;
}
.rowtop-about {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.rowmiddle-about {
	width: auto;
	height: auto;
	margin-bottom: 40px;
	overflow: hidden;
}
.rowbottom-about {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.graphicboxtop-about {
	display: none;
}
.graphicboxmiddle-about {
	display: none;
}
.graphicboxbottom-about {
	display: none;
}
.copyboxtop-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 13px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 90%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	float: left;
}
.copyboxmiddle-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 13px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 87%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 6px 20px 0px 10px;
	margin: 0px 0px 0px 0px
}
.copyboxbottom-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 11px;
	border-color: rgba(122, 173, 14, 1);
	width: 97%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px;
	float: left;
}
.nav-container-about {
	width: auto;
	height: auto;
	margin: 0px;
	position: absolute;
	top: 22%;
	left: 78%;
}
.btn-about {
	border: solid;
	border-width: 1px;
	border-radius: 5px;
	width: 88%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 2px 5px 2px 10px;
	margin-bottom: 2px;
}
.btn-about p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn-about p a {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 9px;
	font-weight: 400;
	line-height: 0px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}
.btn-about:hover {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(80, 115, 6, 0.75);
	background-color: rgba(80, 115, 6, 0.75);
	color: #fff;
}
.cta-about h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	margin: 3px 20px 5px 15px;
}
/* --- contact us ---- */

.copycontainer-contact {
	width: 85%;
	height: 436px;
	position: absolute;
	top: 25%;
	left: 18%;
}
.rowtop-contact {
	width: 30%;
	height: 32px;
	margin: 60px 0px 60px 0px;
	float: left;
	overflow: hidden;
}
.rowmiddle-contact {
	width: 35%;
	height: 730px;
	margin-bottom: 18px;
	float: left;
	overflow: hidden;
}
.rowbottom-contact {
	width: auto;
	height: 72px;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-contact {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 121px;
	width: 25px;
	background-color: rgba(0, 0, 0, 0.70);
}
.graphicboxmiddle-contact {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 234px;
	width: 25px;
	position: relative;
	top: -105px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.70);
}
.graphicboxbottom-contact {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-radius: 20px;
	border-width: 1px;
	height: 70px;
	width: 25px;
	position: relative;
	top: -324px;
	left: 0px;
	background-color: rgba(122, 173, 14, .82);
}
.copyboxtop-contact {
	width: auto;
	height: 20px;
	position: relative;
	top: 0px;
	left: 1px;
	padding: 0px 0px 6px 35px;
}
.copyboxmiddle-contact {
	width: auto;
	height: 228px;
	position: relative;
	top: 0px;
	left: 1px;
}
.copyboxbottom-contact {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-radius: 20px;
	border-width: 1px;
	height: 30px;
	width: auto;
	background-color: rgba(122, 173, 14, .85);
	padding: 16px 0px 6px 13px;
}
.table-contact {
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.odd {
	width: auto;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.10);
	padding: 0px;
	margin-bottom: 8px;
}
.odd-comments {
	width: auto;
	height: 110px;
	background-color: rgba(255, 255, 255, 0.10);
	padding: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.sub {
	width: auto;
	height: 60px;
	padding-right: 0px;
	margin-bottom: 12px;
}
.data-odd {
	width: 36%;
	height: auto;
	padding: 12px 0px 0px 20px;
	margin: 0px;
	float: left;
	font-family: 'source-sans-pro', Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: left;
}
.data-even {
	width: 50%;
	height: auto;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	float: left;
	font-family: 'source-sans-pro', Arial, sans-serif;
	color: #fff;
	text-align: left;
}
.data-even-area {
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 12px 0px;
	float: left;
	font-family: 'source-sans-pro', Arial, sans-serif;
	color: #fff;
	text-align: left;
}
.data-in {
	width: 76%;
	height: 18px;
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 13px;
}
.data-in-area {
	width: 76%;
	height: 70px;
	font-size: 13px;
	font-family: 'source-sans-pro', Arial, sans-serif;
}
.data-empty {
	height: 12px;
}
.data-sub {
	padding-left: 130px;
	padding-top: 10px;
}
.btn-contact {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-width: 1px;
	border-radius: 8px;
	width: 70%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding: 7px 0px 7px 15px;
	margin-bottom: 0px;
	margin-left: 27px;
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 10px;
	letter-spacing: 2px;
	text-align: left;
	color: #fff;
}
.btn-contact:hover {
	background-color: rgba(80, 115, 6, 0.75);
}
.copyboxtop-contact h1 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: left;
	color: #fff;
	margin: 0px;
}
/* --- error --- */


.rowtop-error {
	width: auto;
	margin-bottom: 28px;
	overflow: hidden;
}
.rowmiddle-error {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom-error {
	width: auto;
	height: 92px;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-error {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 121px;
	width: 25px;
	background-color: rgba(0, 0, 0, 0.70);
}
.graphicboxmiddle-error {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 234px;
	width: 25px;
	position: relative;
	top: -105px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.70);
}
.graphicboxbottom-error {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-radius: 20px;
	border-width: 1px;
	height: 70px;
	width: 25px;
	position: relative;
	top: -324px;
	left: 0px;
	background-color: rgba(122, 173, 14, .82);
}
.copyboxtop-error {
	width: auto;
	height: auto;
	margin-top: 40px;
}
.copyboxmiddle-error {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	width: auto;
	height: 228px;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 0px;
	margin: 0px;
}

.copyboxmiddle-error ul {
	list-style-type: disc!important;
}
.copyboxmiddle-error li {
	float: none;
	margin-right: 1px;
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	color: #fff;
	margin-top: 0px;
}
.copyboxtop-error h1 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 40px;
	color: rgba(225, 225, 225, .80);
	margin: 0px;
}
.copyboxbottom-error h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 30px;
	color: fff;
	margin-top: 0px;
}
.copyboxbottom-error h2 a {
	color: fff;
	text-decoration: none;
}
.copyboxbottom-error h2 a:hover {
	color: fff;
	font-weight: normal;
	text-decoration: underline;
}
.copyboxmiddle-error p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	color: #fff;
	margin-top: -2px;
}
.copyboxbottom-error p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 0px;
	color: #fff;
	margin-top: 10px;
}
.copyboxmiddle-para {
	font-size: 20px!important;
	line-height: 30px!important;
}
.cta-error h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	color: #fff;
	margin: 3px 50px 4px 15px;
}
/* --- footer ---- */

.footer {
	width: 100%;
	height: 30px;
	margin: 0px;
}
.rgb {
	margin-top: 0px;
	margin-right: 0px;
	float: right;
}
.red {
	width: 320px;
	background-color: #ff0000;
	height: 15px;
	opacity: 0.6;
	margin-right: 0px;
}
.green {
	width: 320px;
	background-color: #69bd45;
	height: 15px;
	opacity: 0.6;
	margin-right: 0px;
}
.blue {
	width: 320px;
	background-color: #33a1ff;
	height: 15px;
	opacity: 0.6;
	margin-right: 0px;
}
/* --- footer small ---- */

.footer-s {
	width: 100%;
	height: 30px;
	margin: 0px;
}
.rgb {
	margin-top: 0px;
	margin-right: 0px;
	float: right;
}
.red {
	width: 320px;
	background-color: #ff0000;
	height: 15px;
	opacity: 0.6;
	margin-right: 0px;
}
.green {
	width: 320px;
	background-color: #69bd45;
	height: 15px;
	opacity: 0.6;
	margin-right: 0px;
}
.blue {
	width: 320px;
	background-color: #33a1ff;
	height: 15px;
	opacity: 0.6;
	margin-right: 0px;
}
}

@media screen and (max-width : 980px) {
.copycontainer-error {
    width: 90%;
}
}


@media screen and (max-width : 480px) {
.header-wrapper {
	width: 100%;
	height: auto;
	background-color: #000;
	margin: 0px;
	position: absolute;
	top: 0px;
	z-index: 1;
}
.header-wrapper-hp {
	width: 100%;
	height: auto;
	background-color: #000;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.17);
	margin-top: 0px;
	margin-bottom: 0px;
}
.header {
	width: 100%;
	height: auto;
	margin: 0px;
}
.logo {
	display: none;
}
.navmenu {
	width: 100%;
	margin: 0px 0px 0px 0px;
	float: left;
}
.header ul {
	position: static;
	display: none;
	margin: 0px 0px 10px 0px;
}
.header li {
	margin-bottom: 1px;
}
.header ul li, li a {
	width: 99%;
	font-size: 25px;
	line-height: 40px;
	text-align: left;
	padding-bottom: 5px;
}
.show-menu {
	display: block;
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #fff;
	text-decoration: none;
	padding: 5px 0px 5px 30px;
}
.header li a {
	display: block;
	width: 80%;
	min-width: 120px;
	height: 10px;
	font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 2px;
	text-align: left;
	color: #949494;
	text-decoration: none;
	margin-left: 30px;
	margin-bottom: 0px;
}
.header li:hover a {
	color: #fff;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
.copy-top-error h1 {
    font-size: 34px;
    line-height: 44px;
}
	.rowtop-error {
    margin-bottom: 0px;
}
	.copy-middle-error p {
		font-size: 22px!important;
    line-height: 32px!important;
    margin: 27px 0;
}
	.copy-middle-error ul {
    list-style-type: disc!important;
    width: 72%;
    margin: 0 auto;
    display: block;
}

	h1 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 8px;
	line-height: 0px;
	color: #fff;
	margin-top: 20px;
}
h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
	letter-spacing: .02em;
	text-align: left;
	margin-top: 10px;
}
ul {
	position: static;
	display: none;
}
li {
	display: list-item;
}
ul li {
	width: 100%;
}
li a {
	width: 88%;
	height: 15px;
	padding-left: 40px;
	font-family: 'source-sans-pro', Arial, sans-serif;
	text-align: left;
	font-size: 15px;
}
/* --- content container --- */	
	
.copycontainer {
	position: absolute;
	top: 65%;
	left: 2%;
	width: 95%;
	height: auto;
}
.rowtop {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowmiddle {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop {
	display: none;
}
.graphicboxmiddle {
	display: none;
}
.graphicboxbottom {
	display: none;
}
.copyboxtop {
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 88%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding-right: 0px;
	padding-left: 30px;
	text-align: left;
	float: left;
}
.copyboxmiddle {
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 80%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 6px 20px 0px 20px;
	margin: 0px 0px 0px 10px;
}
.copyboxbottom {
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(122, 173, 14, 1);
	width: 92%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 15px;
	float: left;
}

.btn {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	width: 70%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 0px 40px 7px 40px;
	margin-bottom: 0px;
}
.btn p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn p a {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2px;
	color: #949494;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.btn:hover {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(80, 115, 6, 0.75);
	background-color: rgba(80, 115, 6, 0.75);
	color: #fff;
}
/* --- consulting ---- */

.cta-consulting h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	margin: 8px 20px 8px 15px;
}
/* --- strategy ---- */

.copycontainer-strategy {
	position: absolute;
	top: 65%;
	left: 2%;
	width: 95%;
	height: auto;
}
.rowtop-strategy {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowmiddle-strategy {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom-strategy {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-strategy {
	display: none;
}
.graphicboxmiddle-strategy {
	display: none;
}
.graphicboxbottom-strategy {
	display: none;
}
.copyboxtop-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 88%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding-right: 0px;
	padding-left: 30px;
	text-align: left;
	float: left;
}
.copyboxmiddle-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 80%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 6px 20px 0px 20px;
	margin: 0px 0px 0px 10px;
}
.copyboxbottom-strategy {
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(122, 173, 14, 1);
	width: 99%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px;
	float: left;
}
.nav-container-strategy {
	width: 100%;
	height: auto;
	margin-top: 320px;
	margin-bottom: 40px;
	position: relative;
	top: 0%;
	left: 0%;
}
.btn-strategy {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	width: 70%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 0px 40px 7px 40px;
	margin-bottom: 0px;
}
.btn-strategy p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn-strategy p a {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2px;
	color: #949494;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.btn-strategy:hover {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(80, 115, 6, 0.75);
	background-color: rgba(80, 115, 6, 0.75);
	color: #fff;
}
.cta-strategy h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	color: #fff;
	margin: 10px 40px 10px 18px;
}
/* --- content ---- */

.copycontainer-content {
	position: absolute;
	top: 65%;
	left: 2%;
	width: 95%;
	height: auto;
}
.rowtop-content {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowmiddle-content {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom-content {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-content {
	display: none;
}
.graphicboxmiddle-content {
	display: none;
}
.graphicboxbottom-content {
	display: none;
}
.copyboxtop-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 88%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding-right: 0px;
	padding-left: 30px;
	text-align: left;
	float: left;
}
.copyboxmiddle-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 80%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 6px 20px 0px 20px;
	margin: 0px 0px 0px 10px;
}
.copyboxbottom-content {
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(122, 173, 14, 1);
	width: 98%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px;
	float: left;
}
.nav-container-content {
	width: 100%;
	height: auto;
	margin-top: 300px;
	margin-bottom: 40px;
	position: relative;
	top: 0%;
	left: 0%;
}
.btn-content {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	width: 70%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 0px 40px 7px 40px;
	margin-bottom: 0px;
}
.btn-content p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn-content p a {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2px;
	color: #949494;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.btn-content:hover {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(80, 115, 6, 0.75);
	background-color: rgba(80, 115, 6, 0.75);
	color: #fff;
}
.cta-content h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	color: #fff;
	margin: 2px 10px 5px 18px;
}
/* --- channel ---- */

.copycontainer-channel {
	width: 80%;
	height: auto;
	margin-top: 80px;
	margin-left: 0px;
}
.rowtop-channel {
	width: auto;
	height: 123px;
	margin: 0px;
	overflow: visible;
}
.rowmiddle-channel {
	width: auto;
	height: 192px;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom-channel {
	width: auto;
	height: 72px;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-channel {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 121px;
	width: 25px;
	background-color: rgba(255, 255, 255, 0.45);
}
.graphicboxmiddle-channel {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 234px;
	width: 25px;
	position: relative;
	top: -105px;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.45);
}
.graphicboxbottom-channel {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-width: 1px;
	border-radius: 20px;
	height: 40px;
	width: 25px;
	position: relative;
	top: -324px;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.45);
}
.copyboxtop-channel {
	width: auto;
	padding: 0px;
	text-align: center;
	margin: 0;
}
.copyboxmiddle-channel {
	border: solid;
	border-color: rgba(9, 8, 8, 0.57);
	border-width: 1px;
	border-radius: 20px;
	height: 228px;
	width: auto;
	position: relative;
	top: -341px;
	left: 34px;
	padding: 6px 140px 0px 13px;
	background-color: rgba(255, 255, 255, 0.45);
}
.copyboxbottom-channel {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-width: 1px;
	border-radius: 20px;
	height: 34px;
	width: auto;
	position: relative;
	top: -366px;
	left: 34px;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px 0px 6px 13px;
}
.channel-content {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-left: 0px;
	;
	position: relative;
	font-family: 'source-sans-pro', Arial, Helvetica, sans-serif;
}
.channel-icon {
	float: left;
	padding-left: 0px;
	margin: 0 0 20px 20px;
	position: relative;
}
.channel-col {
	float: left;
	margin: 0 0 20px 20px;
	position: relative;
}
.channel-col:first-child {
	margin-left: 20px;
}
.channel-row {
	clear: both;
	overflow: hidden;
}
.channel-three {
	width: 50%;
}
.channel-twelve {
	width: 100%;
}
.channel-divider {
	border-top: 1px solid #ccc;
	padding: 20px 0 0 0;
	margin: 20px 0;
}
.copyboxtop-channel p {
	font-size: 25px;
	line-height: 30px;
}
a.channel-btn {
	border-radius: 5px;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
	background-image: url(file:///C|/Users/David/Desktop/DSKTP/2015/Design/WEB/images/btn_arrow.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	font-style: normal;
	margin-top: 20px;
}
a.channel-green {
	background-color: #000;
	font-size: 19px;
	color: #fff;
	background-position: right bottom;
	margin-top: 133px;
	text-align: center;
}
a.channel-green:hover {
	background-color: rgba(122, 173, 14, 1);
	background-position: right top;
	color: #000;
}
/* --- websites --- */

.cta-websites h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #fff;
	margin: 8px 20px 8px 15px;
}
/* --- emial --- */

.cta-email h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #fff;
	margin: 8px 20px 8px 15px;
}
/* --- social media --- */

.graphicboxmiddle-social {
	display: none;
}
/* --- about us --- */

.copycontainer-about {
	position: absolute;
	top: 28%;
	left: 2%;
	width: 95%;
	height: auto;
}
.rowtop-about {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowmiddle-about {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom-about {
	width: auto;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-about {
	display: none;
}
.graphicboxmiddle-about {
	display: none;
}
.graphicboxbottom-about {
	display: none;
}
.copyboxtop-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 88%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding-right: 0px;
	padding-left: 30px;
	text-align: left;
	float: left;
}
.copyboxmiddle-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(0, 0, 0, 0.70);
	width: 80%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 6px 20px 0px 20px;
	margin: 0px 0px 0px 10px;
}
.copyboxbottom-about {
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(122, 173, 14, 1);
	width: 99%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding: 0px;
	float: left;
}
.nav-container-about {
	width: 100%;
	height: auto;
	margin: 380px 0px 40px 0px;
	position: relative;
	top: 0%;
	left: 0%;
}
.btn-about {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	width: 70%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 0px 40px 7px 40px;
	margin-bottom: 0px;
}
.btn-about p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn-about p a {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2px;
	color: #949494;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.btn-about:hover {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: rgba(80, 115, 6, 0.75);
	background-color: rgba(80, 115, 6, 0.75);
	color: #fff;
}
.cta-about h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	margin: 3px 20px 5px 15px;
}
/* --- contact us ---- */

.copycontainer-contact {
	position: absolute;
	top: 25%;
	left: 0%;
	width: 100%;
	height: 436px;
}
.rowtop-contact {
	width: auto;
	height: 32px;
	margin: 60px 0px 60px 0px;
	overflow: hidden;
}
.rowmiddle-contact {
	width: 100%;
	height: 730px;
	margin-bottom: 18px;
	overflow: hidden;
}
.rowbottom-contact {
	width: auto;
	height: 72px;
	margin-bottom: 18px;
	overflow: hidden;
}
.graphicboxtop-contact {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 121px;
	width: 25px;
	background-color: rgba(0, 0, 0, 0.70);
}
.graphicboxmiddle-contact {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 20px;
	height: 234px;
	width: 25px;
	position: relative;
	top: -105px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.70);
}
.graphicboxbottom-contact {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-radius: 20px;
	border-width: 1px;
	height: 70px;
	width: 25px;
	position: relative;
	top: -324px;
	left: 0px;
	background-color: rgba(122, 173, 14, .82);
}
.copyboxtop-contact {
	width: auto;
	height: 20px;
	position: relative;
	top: 0px;
	left: 1px;
	padding: 0px 0px 6px 35px;
}
.copyboxmiddle-contact {
	height: 228px;
	width: auto;
	position: relative;
	top: 0px;
	left: 1px;
}
.copyboxbottom-contact {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-radius: 20px;
	border-width: 1px;
	height: 30px;
	width: auto;
	background-color: rgba(122, 173, 14, .85);
	padding: 16px 0px 6px 13px;
}
.table-contact {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.odd {
	width: auto;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.10);
	padding: 10px 0px 0px 35px;
	margin-bottom: 12px;
}
.odd-comments {
	width: auto;
	height: 220px;
	background-color: rgba(255, 255, 255, 0.10);
	padding: 10px 0px 0px 35px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.sub {
	width: auto;
	height: 60px;
	padding-right: 0px;
	margin-bottom: 12px;
}
.data-odd {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
	float: none;
	clear: both;
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
	color: #fff;
	text-align: left;
}
.data-even {
	width: 100%;
	padding-right: 0px;
	margin: 0px 0px 12px 0px;
	font-family: 'source-sans-pro', Arial, sans-serif;
	color: #fff;
	text-align: left;
}
.data-even-area {
	width: 100%;
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 12px 0px;
	font-family: 'source-sans-pro', Arial, sans-serif;
	color: #fff;
	text-align: left;
}
.data-in {
	width: 76%;
	float: left;
	height: 20px;
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
}
.data-in-area {
	width: 76%;
	float: left;
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
}
.data-empty {
	height: 12px;
}
.data-sub {
	padding-left: 0px;
	padding-top: 10px;
}
.btn-contact {
	border: solid;
	border-color: rgba(122, 173, 14, 1);
	border-width: 1px;
	border-radius: 8px;
	width: 50%;
	height: auto;
	background-color: rgba(122, 173, 14, .75);
	padding: 7px 0px 7px 15px;
	margin-bottom: 0px;
	margin-left: 27px;
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 2px;
	text-align: left;
	color: #fff;
}
.btn-contact:hover {
	background-color: rgba(80, 115, 6, 0.75);
}
.copyboxtop-contact h1 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: left;
	color: #fff;
	margin: 0px;
}
/* --- error --- */


.rowtop-error {
	width: auto;
	margin-bottom: 40px;
	overflow: hidden;
}
.rowmiddle-error {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.rowbottom-error {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.graphicboxtop-error {
	display: none;
}
.graphicboxmiddle-error {
	display: none;
}
.graphicboxbottom-error {
	display: none;
}
.copyboxtop-error {
	width: auto;
	height: auto;
	padding-left: 10px;
	margin-top: 80px;
}
.copyboxmiddle-error {
	border: solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-width: 1px;
	border-radius: 10px;
	width: 100%;
	;
	height: 228px;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 0px;
	margin: 0px;
}

.copyboxmiddle-error ul {
	display: block;
	list-style-type: disc!important;
	margin-right: 60px;
	margin-left: 15px;
}
.copyboxmiddle-error li {
	float: none;
	list-style-type: disc!important;
	margin-right: 1px;
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	color: #fff;
	margin-top: 0px;
}
.copyboxtop-error h1 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 50px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 60px;
	color: rgba(225, 225, 225, .80);
	margin: 0px;
}
.copyboxbottom-error h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 30px;
	color: fff;
	margin-top: 0px;
}
.copyboxbottom-error h2 a {
	color: fff;
	text-decoration: none;
}
.copyboxbottom-error h2 a:hover {
	color: fff;
	font-weight: normal;
	text-decoration: underline;
}
.copyboxmiddle-error p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	color: #fff;
	margin: 0px 0px 10px 0px;
}
.copyboxbottom-error p {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 0px;
	color: #fff;
	margin-top: 10px;
}
.copyboxmiddle-para {
	font-size: 16px!important;
	line-height: 20px!important;
}
.cta-error h2 {
	font-family: 'source-sans-pro', Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	margin: 5px 30px 8px 10px;
}
/* --- footer ---- */

.footer {
	width: 100%;
	height: 45px;
	text-align: left;
	margin-top: 10px;
}
.rgb {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	float: none;
}
.red {
	width: 100%;
	background-color: #ff0000;
	height: 15px;
	opacity: 0.6;
	margin-right: 0px;
}
.green {
	width: 100%;
	background-color: #69bd45;
	height: 15px;
	opacity: 0.6;
	margin-right: 0px;
}
.blue {
	width: 100%;
	background-color: #33a1ff;
	height: 15px;
	opacity: 0.6;
	margin-right: 0px;
}
/* --- footer small ---- */

.footer-s {
	width: 100%;
	height: 45px;
	text-align: left;
	margin-top: 800px;
}
.rgb {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	float: none;
}
.red {
	width: 100%;
	background-color: #ff0000;
	height: 15px;
	opacity: 0.6;
	margin-right: 0px;
}
.green {
	width: 100%;
	background-color: #69bd45;
	height: 15px;
	opacity: 0.6;
	margin-right: 0px;
}
.blue {
	width: 100%;
	background-color: #33a1ff;
	height: 15px;
	opacity: 0.6;
	margin-right: 0px;
}
/* --- footer small error ---- */

.footer-e {
	width: 100%;
	height: 45px;
	text-align: left;
	margin-top: 400px;
}
.rgb {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	float: none;
}
.red {
	width: 100%;
	background-color: #ff0000;
	height: 15px;
	opacity: 0.6;
}
.green {
	width: 100%;
	background-color: #69bd45;
	height: 15px;
	opacity: 0.6;
}
.blue {
	width: 100%;
	background-color: #33a1ff;
	height: 15px;
	opacity: 0.6;
}
}
