.header {
	margin-bottom: 70px;
}

.headerTop {
	max-width: 1240px;
	margin: 0 auto;
	font-family: 'Open Sans';
	font-size: 13px;
}

.headerTop ul.left {
	list-style: none;
	padding: 0;
}

.headerTop ul.left li {
	display: inline-block;
	vertical-align: top;
}

.headerTop ul.left li span {
	font-weight: 600;
}

.headerBodyWrapper {
	background: #F5F5F5;
	padding-top: 40px;
}

.headerBody {
	clear: both;
	max-width: 1240px;
	margin: 0 auto;
	font-family: 'Exo';
	font-weight: 300;
	font-size: 20px;
	position: relative;
}

.headerLogo img {
	max-width: 320px;
	margin-bottom: 30px
}


/** SEARCH FORM **/

#searchformContainer {
	display: inline-block;
	text-align: right;
	vertical-align: top;
	line-height: 63px;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 390px;
	margin-top: -15px;
}

#searchform {
	border-radius: 3px;
	padding: 0;
}

#searchText {
	background-color: #fff;
	border: 1px solid #DDDDDD;
	border-right: none;
	margin: 0;
	width: 320px;
	height: 49px;
	color: #333;
	padding-left: 10px;
	font-size: 12px;
	font-family: 'Exo';
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

#searchButton {
	display: inline-block;
	padding: 8px 15px;
	margin: 0;
	margin-left: -7px;
	margin-top: 8px;
	height: 53px;
	vertical-align: top;
	border: 1px solid #ddd;
	background: #fff;
	color: #D8D8D8;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}

#searchButton:hover {
	cursor: pointer;
}

#searchButton i {
	color: #D8D8D8;
	font-size: 22px;
}

#searchButton:hover {
	background-color: #666;
	color: #207cca;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}

#searchButton:hover i {
	color: #ebebeb;
}

#searchText:focus,
#searchButton:focus {
	outline: none;
}

.bodyWrapper {
	width: 1240px;
	margin: 0 auto;
	font-family: 'Open Sans';
}

.h2linethrough {
	display: table;
	white-space: nowrap;
}

.h2linethrough:before,
.h2linethrough:after {
	border-top: 1px solid #e4DFD9;
	content: '';
	display: table-cell;
	position: relative;
	top: 0.5em;
	width: 45%;
}

.h2linethrough:before {
	right: 1.5%;
}

.h2linethrough:after {
	left: 1.5%;
}

/**** MINIMAL MENU ****/

.minimal-menu {
	position: relative;
	display: block;
	font-family: 'Exo' sans-serif;
	text-decoration: none;
	margin-top: 25px;
	font-size: 0;
	line-height: 0;
}

.minimal-menu h3 {
	font-weight: normal;
}

.minimal-menu a {
	border-color: transparent;
}

.minimal-menu a:hover {
	-webkit-transition: border-color 0.3s, background 0.3s;
	-moz-transition: border-color 0.3s, background 0.3s;
	transition: border-color 0.3s, background 0.3s;
}

.minimal-menu ul,
.minimal-menu ul li,
.minimal-menu ul li a {
	position: relative;
}

.minimal-menu ul {
	z-index: 2;
	padding: 0;
	max-width: 1240px;
	margin: 0 auto;
}

.minimal-menu ul li {
	padding: 3px 0;
	border-left: 1px solid #fff;
}

.minimal-menu ul li a {
	display: block;
	padding: 5px 0;
	margin: 5px 15px;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

.minimal-menu > ul > li > a {
	border: 1px solid transparent;
	color: #fff !important;
	font-family: "Exo";
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
}

.minimal-menu > ul > li:hover > a,
.minimal-menu > ul > li.current > a {
	border-bottom: 1px solid #fff;
}

.minimal-menu ul li.submenu > a:before,
.minimal-menu ul li.submenu > a:after {
	position: absolute;
	content: '';
	width: 5px;
	height: 1px;
	bottom: 0;
	left: 50%;
	background: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.minimal-menu ul li.submenu > a:before {
	margin-left: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.minimal-menu ul li.submenu > a:after {
	margin-left: -1px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* Orange
	----------------*/

.minimal-menu {
	background: #ea6a14;
}

.minimal-menu ul ul li:hover > a,
.minimal-menu ul ul li.current > a {
	color: #ea6a14;
}

.minimal-menu-button {
	display: none;
}

.minimal-menu.pos-fixed {
	position: fixed;
	top: -2px;
	left: -2px;
	right: -2px;
	z-index: 9999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.minimal-menu > ul {
	margin-bottom: -15px !important;
	padding: 0;
}

.minimal-menu ul li {
	display: inline-block;
}

.minimal-menu ul li.submenu:hover > a:before,
.minimal-menu ul li.submenu:hover > a:after {
	bottom: -20px;
	opacity: 0;
}


/*** Submenu ***/

.minimal-menu ul ul,
.minimal-menu ul .menu-wrapper {
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 1;
	height: auto;
	left: 3px;
	top: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #e3e3e3;
	min-width: 250px;
	width: 95%;
	border-bottom-width: 1px;
	opacity: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.minimal-menu ul ul li a:before {
	content: "\00BB";
	font-family: "Exo";
	position: relative;
	margin-right: 0.5em;
	font-size: 1.2em;
	color: #ea6a14 !important;
}

.minimal-menu ul ul li {
	padding: 0 7px;
	margin: 0 10px;
	border-bottom: 1px solid #EEEBE6;
	text-align: left;
}

.minimal-menu ul ul li a:hover{
	color: #ea6a14 !important;
}

.minimal-menu ul ul li:last-child {
	border-bottom: none;
}

.minimal-menu ul ul li a {
	margin-left: 0;
	color: #000;
}

.minimal-menu ul li:hover > ul,
.minimal-menu ul li:hover > .menu-wrapper {
	-webkit-transition: opacity 0.3s, padding 0.3s;
	-moz-transition: opacity 0.3s, padding 0.3s;
	transition: opacity 0.3s, padding 0.3s;
	visibility: visible;
	padding: 10px 0;
	opacity: 1;
}

.minimal-menu ul ul li {
	display: block;
	overflow: hidden;
	height: auto;
	padding: 10px;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	transition: padding 0.3s;
}

.minimal-menu ul ul li a {
	font-size: 15px;
	color: #000;
	border: 1px solid transparent;
	font-family: 'Open Sans';
}

.minimal-menu ul .megamenu ul li a {
	margin-left: 0;
}

.minimal-menu ul ul li:hover > a,
.minimal-menu ul ul li.current > a {
	border-style: solid;
	border-width: 1px;
}

.minimal-menu ul li:hover ul li {
	overflow: visible;
	padding: 0 5px;
}

.minimal-menu ul ul li.submenu > a:before,
.minimal-menu ul ul li.submenu > a:after {
	left: auto;
	top: 50%;
	right: 0;
	background: #ccc;
}

.minimal-menu ul ul li.submenu > a:before {
	margin-top: -1px;
}

.minimal-menu ul ul li.submenu > a:after {
	margin-top: 2px;
}

.minimal-menu ul ul li.submenu > a:hover:before,
.minimal-menu ul ul li.submenu > a:hover:after {
	right: -13px;
}

.minimal-menu ul ul ul {
	left: 100%;
	top: -11px;
}


/* Megamenu */

.minimal-menu ul li.megamenu {
	position: static;
}

.minimal-menu ul .menu-wrapper {
	position: absolute;
	left: -1px;
	top: 100%;
	width: 100%;
}

.minimal-menu ul .menu-wrapper a {
	white-space: inherit;
}

.minimal-menu ul .menu-wrapper .menu-col {
	position: relative;
	float: left;
	width: 23%;
	margin: 0 1%;
}

#komplettsetsMenu .menu-wrapper .menu-col {
	position: relative;
	float: left;
	width: 30%;
	margin: 0 1%;
}

#innenlampenMenu .menu-wrapper .menu-col {
	position: relative;
	float: left;
	width: 30%;
	margin: 0 1%;
}

.minimal-menu ul .menu-wrapper h3 {
	margin: 20px 15px;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}

.minimal-menu ul .menu-wrapper ul {
	position: relative;
	visibility: hidden;
	height: 100%;
	border: 0;
	opacity: 1;
	background: transparent;
}

.minimal-menu ul li:hover > .menu-wrapper ul {
	visibility: visible;
}

.minimal-menu ul .menu-wrapper ul li a:before {
	content: "\00BB";
	font-family: "Exo";
	position: relative;
	margin-right: 0.5em;
	font-size: 1.2em;
	color: #ea6a14 !important;
}

.minimal-menu ul .menu-wrapper ul li {
	padding: 0 7px;
	margin: 0 3px;
	border-bottom: 1px solid #EEEBE6;
}

.minimal-menu ul .menu-wrapper ul li:last-child {
	border-bottom: none;
}

.minimal-menu .show-submenu {
	display: none;
}


/***** PRODUCTS *****/


/**** KATEGORIEN ****/

.lcat a.all_cats {
	width: auto !important;
}

table.v4stw {
	padding: 0;
}

.v4accent {
	display: none;
}

.lcat a.all_cats {
	display: none;
}

table.v4acp tr.v4acp_head td.v4title {
	font-size: 16px;
	font-family: "Exo";
	background: #F2F1EF;
	text-align: center;
	padding: 8px 0;
}

.v4title h2 {
	font-size: 16px;
	font-family: "Exo";
	color: #4C4C4C;
	font-weight: 400;
}

table.v4midBox {
	border: none;
}

table.v4midBox tr.v4acp_mid td.v4mid {
	background: #fff;
}

table.v4midBox tr.v4acp_mid td.v4mid {
	padding: 0;
}

.lcat .ttl,
.lcat li,
table.v4clp li.v4f,
table td.oc li {
	border-bottom: 1px solid #EEEBE6;
	padding: 8px 0;
	display: block;
	position: relative;
	color: #4C4C4C;
	font-size: 13.5px;
	font-family: 'Open Sans';
	margin: 0 !important;
	padding-left: 10px;
}

.lcat li a:before,
table.v4clp li.v4f:before,
table td.oc li:before {
	content: "\00BB";
	font-family: "Exo";
	position: relative;
	margin-right: 5px;
	font-size: 18px;
	color: #f18819;
}

.lcat li a,
.lcat .ttl,
table.v4clp li.v4f a,
table td.oc li a{
	color: #4C4C4C !important;
	font-weight: 300;
	text-decoration: none !important;
	transition: 0.15s all;
}

.lcat li a:hover {
	color: #660000 !important;
	transition: 0.15s all;
}

table.v4clp td ul{
	margin-left: 0;
}

.lcat li span:before {
	content: "\00BB";
	font-family: "Exo";
	position: relative;
	margin-right: 5px;
	font-size: 12px;
	color: #f18819!important;
}

.lcat li span.cnt:before {
	content: "";
}

a:visited {
	color: inherit !important;
}

.link a {
	color: #f18819 !important;
}


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


/******* ITEMS / SEARCH RESULT *******/


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


/* Item Description Box */

.details {
	background-color: #f9f9f9 !important;
	padding-top: 5px !important;
	padding-bottom: 15px !important;
}


/* Item Title Box */

table.gallery div.ttl {
	margin: 2px 0 !important;
	padding: 10px 40px !important;
	text-align: center !important;
}


/* Item Title Link */

.ttl.g-std a,
.ttl.g-std a:visited,
.ttl.g-std a:link,
.details .ttl a,
.details .ttl a:visited,
.details .ttl a:link {
	font-family: 'Exo' !important;
	font-size: 16px !important;
	color: #333 !important;
	font-weight: 300;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.ttl.g-std a:hover {
	color: #f18819 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.v4stw a:link,
.v4stw .g-novisited a:visited {
	color: #f18819 !important;
}

.g-nav.center {
	font-family: "Exo";
	color: #4C4C4C;
	font-weight: 300;
}


/* PayPal Icon

/* Price + BIN-Button + Time Left Box */

.details > div {
	margin: 0 auto !important;
	text-align: center !important;
}

.pic.lt + .details > div {
	margin: 0 auto !important;
	text-align: left !important;
}


/* Buy It Now Button */

.fixed > tbody > tr > td:first-child {
	display: none !important;
}

table.gallery div.saleDiv {
	padding-top: 0;
}


/* PRICE */

.fixed {
	width: 128px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.bin,
.g-b {
	font-family: 'Exo' !important;
	font-size: 22px !important;
	color: #f18819 !important;
	margin: 0 auto !important;
	font-weight: 300 !important;
}

.pgbc {
	background-color: #f9f9f9 !important;
}

.pgbc a,
.pgbc a:visited,
.pgbc a:link {
	font-family: 'Open Sans' !important;
	font-weight: 400 !important;
	color: #333 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.pgbc a:hover {
	color: #f18819 !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

table.gallery div.subtitle {
	display: none !important;
}

div.itemseparator,
table {
	border-color: #e4dfd9 !important;
}

.ctrlbr {
	background-color: #f2f1ef;
	padding-top: 20px;
	padding-bottom: 0px;
	height: 40px;
	border: none !important;
}

.cmpBr {
	display: none !important;
}

td#CentralArea {
	position: relative;
}

td#CentralArea span.pdmt {
	margin-bottom: -40px !important;
}

span.pdmt .cur {
	color: #444 !important;
	padding: 8px 19px !important;
	line-height: 1.4 !important;
	cursor: pointer !important;
	border-radius: 3px !important;
	border: 1px #DBDBDB solid !important;
	border-style: solid !important;
	font-weight: normal;
	color: inherit;
	border-bottom-color: #C4C4C4 !important;
	background-color: #F7F8F9 !important;
	background-image: linear-gradient(#F7F8F9, #ECECEC) !important;
	font-size: 15px !important;
	font-family: 'Open Sans';
}

span.pdmt .label {
	font-weight: 300 !important;
	font-family: 'Exo' !important;
	font-size: 16px;
	margin-left: 20px;
}


#headerSubPages {
	margin-bottom: 30px;
}

#headerSubPages .minimal-menu ul li.submenu > a:before,
#headerSubPages .minimal-menu ul li.submenu > a:after {
	position: absolute;
	content: none;
	width: 5px;
	height: 1px;
	bottom: 0;
	left: 50%;
	background: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#headerSubPages .headerBody {
	max-width: 100%;
}

#headerSubPages .headerLogo {
	margin-left: 20px;
}

#headerSubPages #searchformContainer {
	margin-right: 20px;
}

#headerSubPages .headerTop {
	max-width: 100%;
	margin-left: 20px;
}

.whiter-w {
	background: #333;
	height: 20px;
	/*padding-top: 120px;*/
	text-align: center;
}

.whiter-rcp {
	border: none;
}

.dpe-category-row {
	padding: 2px;
	height: 400px;
	margin-top: 60px;
	margin-bottom: 60px;
	/*max-width: 1240px;*/
	margin-right: auto;
	margin-left: auto;
	position:relative;
	z-index: 0;
}

.dpe-category-row .category-box {
	width: 25%;
	float: left;
	vertical-align: top;
	box-sizing: border-box;
}

.dpe-category-row figure {
	width: 100%;
	margin: 0;
}

.dpe-category-row figure img {
	width: 100%;
	opacity: 0.5;
	height: 300px;
}

.dpe-category-row .category-box a {
	color: #333;
	text-decoration: none !important;
}

.dpe-category-row .category-box figcaption p {
	font-size: 24px !important;
	margin: 0;
	font-family: 'Exo';
	padding-left: 25px;
}

.dpe-category-row .category-box figcaption {
	width: 100%;
	height: 90px;
	background-color: #e6e5e5;
	font-size: 25px;
	line-height: 80px;
	position: relative;
}

.dpe-category-row .category-box .slider_diagonal_top:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -12px;
	width: 100%;
	height: 20px;
	background: #e6e5e5;
	-webkit-transform: skewY(0deg);
	-moz-transform: skewY(0deg);
	-ms-transform: skewY(0deg);
	-o-transform: skewY(0deg);
	transform: skewY(0deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: transform 0.5s;
	border-top: 4px solid white;
}

.dpe-category-row .category-box a:hover figcaption {
	background-color: #ef7a1c;
}

.dpe-category-row .category-box .slider_diagonal_bottom:after {
	content: '';
	position: absolute;
	right: 0px;
	bottom: -12px;
	width: 100%;
	height: 20px;
	background: #e6e5e5;
	-webkit-transform: skewY(0deg);
	-moz-transform: skewY(0deg);
	-ms-transform: skewY(0deg);
	-o-transform: skewY(0deg);
	transform: skewY(0deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: transform 0.5s;
	border-bottom: 4px solid white;
	z-index: 1;
}

.dpe-category-row .category-box a:hover figcaption p {
	color: #fff;
}

.dpe-category-row .category-box .slider_diagonal_bottom p {
	padding-top: 10px;
}

.dpe-category-row .category-box a:hover .slider_diagonal_top:before {
	-webkit-transform: skewY(-2.5deg);
	-moz-transform: skewY(-2.5deg);
	-ms-transform: skewY(-2.5deg);
	-o-transform: skewY(-2.5deg);
	transform: skewY(-2.5deg);
	background-color: #ef7a1c;
}

.dpe-category-row .category-box a:hover .slider_diagonal_bottom:after {
	-webkit-transform: skewY(2.5deg);
	-moz-transform: skewY(2.5deg);
	-ms-transform: skewY(2.5deg);
	-o-transform: skewY(2.5deg);
	transform: skewY(2.5deg);
	background-color: #ef7a1c;
}

.dpe-category-row a:hover figure img {
	opacity: 1;
}

.dpe-benefits-wrapper {
	background: #F5F5F5;
	z-index: -2;
	position: relative;
	padding: 60px 0;
	margin-bottom: 80px;
}

.dpe-benefits {
	margin: 0 auto;
	max-width: 1240px;
	font-family: 'Exo';
	text-align: center;
}

.dpe-benefits .benefit-box {
	width: 44%;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 30px 2% 10px 2%;
	text-align: left;
	height: 100px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.dpe-benefits h2 {
	text-align: center;
	font-weight: 300;
	font-size: 30px;
	color: #333333;
	margin-bottom: 40px;
	margin-top: 0;
	position: relative;
}

.dpe-benefits h2 > span {
	background: #F5F5F5;
	padding: 0 12px;
}

.dpe-benefits span.orange {
	color: #f18819;
}

.dpe-benefits h2:before {
	content: '';
	border-top: 1px solid #ddd;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: -1;
}

.dpe-benefits .benefit-box:nth-of-type(1) {
	margin-right: 1%;
}

.dpe-benefits .benefit-box:nth-of-type(2) {
	margin-left: 1%;
}

.dpe-benefits .benefit-box img {
	width: 100%;
}

.dpe-benefits .benefit-box ul li {
	position: relative;
	margin-bottom: 7px;
	font-size: 14px;
}

.dpe-benefits .benefit-box ul li:before {
	content: "\f00c";
	font-family: "fontawesome";
	position: absolute;
	left: -22px;
	top: 0px;
	color: #f18819;
}

.dpe-benefits .benefit-box ul {
	margin: 0;
	list-style: none;
	position: relative;
	width: 78%;
	display: inline-block;
	vertical-align: top;
}

.dpe-benefits .benefit-box .benefit-box--image-container {
	width: 11%;
	display: inline-block;
	vertical-align: top;
}

.dpe-seo-box-wrapper{
	background: #f5f5f5;
	padding: 70px 0;
	margin-top: 80px;
}

.dpe-seo-box{
	max-width: 1240px;
	margin: 0 auto;
}

.dpe-seo-text{
	max-width: 780px;
	margin: 0 auto;
}

.dpe-seo-text h1,
.dpe-seo-text h2{
	font-family: 'exo';
	font-weight: 400;
	color: #f18819;
}



.dpe-seo-text h1{
	font-size: 24px;
}

.dpe-seo-text h2{
	font-size: 20px;
}

.dpe-seo-text p{
	font-family: 'Open Sans';
	line-height: 1.5;
	font-size: 15px;
	line-height: 1.7;
	text-align: justify;
}

.dpe-seo-text img{
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 240px;
}

#copyright{
	text-align: center;
	color: #666;
	font-family: 'Open Sans';
	font-size: 10px;
	margin: 15px auto;
}

#copyright a{
	color: #f18819 !important;
	text-decoration: none !important;
}

.r3_t, .r3_t b, .r3_bl, .r3_bl b{
	background: none !important;
}

.r3_t i, .r3_bl i,
.r3_hm, .r3_c, .r3_s{
	border: none !important;
}

table.v4stw,
table.gy-br{
	    max-width: 1240px;
    margin: 0 auto;
}

.r3_cm{
	padding: 0 !important;
}


a.tpr{
	color: #f18819 !important;
}

span.pdmt img{
	display: none !important;
}

td#CentralArea div.v4stabl{
	padding-top: 10px;
	font-family: 'Exo';
	max-width: 1240px;
	margin: 0 auto;
}

.fpcc .smuy{
	padding-bottom: 10px;
	font-family: 'Exo' !important;
}

.pagewidth{
	max-width: 1440px;
	margin: 0 auto;
}

div.fpcc{
	margin-bottom: 10px;
}
#sub-page{
	max-width: 1240px;
	margin: 40px auto 15px auto;
}

#sub-page h1 {
	font-weight: 600;
	font-size: 32px;
	color: #313131;
	text-transform: uppercase;
	font-family: 'Exo';
	line-height: 1.1;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

#sub-page h2 {
	font-weight: 500;
	font-size: 30px;
	color: #313131;
	text-transform: uppercase;
	font-family: 'Exo';
}

#sub-page p {
	font-size: 14px;
	color: #313131;
	font-family: 'Exo';
	line-height: 1.42857143;
}
