@font-face {
	 font-family: "Quicksand";
    src: url(../fonts/Quicksand_Book.otf);
}

html, body {
	 font-family: "Quicksand";
	 font-weight: 400;
}

h1 {
	font-size: 2.367rem;
	color: #63649d;
	margin-bottom: 8px;
}

h2 {
    font-size: 1.767rem;
	 color: #f39a15;
	 margin-bottom: 5px;
	 margin-top: 5px;
}

h3 {
    font-size: 1.567rem;
	 color: #63649d;
	 margin-bottom: 5px;
	 margin-top: 5px;
}

h4 {
    font-size: 1.367rem;
	 color: #63649d;
	 margin-bottom: 5px;
	 margin-top: 5px;
}

h5 {
    font-size: 1.267rem;
	 color: #63649d;
	 margin-bottom: 5px;
	 margin-top: 5px;
}

ul {
    list-style: circle;
}

.image_container .caption {
    background-color: rgba(243,154,21, 1.0);
    color: #fff;
	 font-size: 1.0667rem;
}

#main .mod_article {
    padding-top: 40px;
}

.ce_revolutionslider_text.invertcolor {
    color: rgb(99,101,158);
	 padding: 5px;
    background-color: rgba(255,255,255,0.7);
}

.ce_productbox.version3 .attribute.ce_headline {
	 color: #555;
}

.subnav ul a {
    padding-left: 10px;
	 color: rgb(99,100,157);
}

.subnav ul ul a {
    padding-left: 30px;
}

.subnav a {
    padding: 5px;
    margin-bottom: 1px;
    border-radius: 0;
	 color: rgb(30,136,210);
}

.subnav a:hover, .subnav a.active {
    background: rgb(243,154,21);
	 color: rgb(255,255,255);
}

.ce_teambox .name {
	 color: #f39a15;
}

.ce_teambox.gray_bg .function {
    font-size: 1.2rem;
	 color: #63649d !important;
}

.mainmenu ul ul li a {
	font-size: 1.0rem;
}

#bottom .inside, #bottom .inside a {
    color: rgba(255,255,255,1.0);
}

#footer, #footer a {
    color: rgba(255,255,255,1.0);
}