/* =============================================================================
 * body
 * ========================================================================== */

body {
	color: #555;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
}

/* =============================================================================
 * logo size
 * ========================================================================== */

.logo {
	width: 300px;
	height: 74px;
}

/* =============================================================================
 * logo size: sticky
 * ========================================================================== */

.shrink-header #top-wrapper.fixed .logo {
	width: 150px;
	top: 0px;
}

/* =============================================================================
 * logo size: mobile
 * ========================================================================== */

@media only screen and (max-width: 767px) {
	.logo {
		width: 150px;
	}
}

/* =============================================================================
 * if the menu overlaps the logo set this breakpoint
 * -----------------------------------------------------------------------------
 * usage: remove the comments and set max-width when the menu should 
 * break in a new row
 * ========================================================================== */
/*

@media only screen and (min-width: 768px) and (max-width: 1025px) {

.mainmenu ul {
	text-align: center;
}

body .logo {
	margin: 0 auto;
	position: relative;
	top: 10px;
	height: 45px;
}

.mainmenu {
	float: none;
}
}
/*

/* =============================================================================
 * logo
 * ========================================================================== */

.logo {
	position: absolute;
	left: 40px;
	top: 10px;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;	
}

.logo a {
	background-image: url(../img/logo.png);
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left;
}

/* =============================================================================
 * header-height
 * ========================================================================== */
 
#header {
	line-height: 100px;
}

/* =============================================================================
 * header-height: fixed/sticky-header
 * ========================================================================== */

.shrink-header #top-wrapper.fixed #header {
	line-height: 70px;
}

/* =============================================================================
 * headerimage on content_page
 * ========================================================================== */

.content_page #slider .inside {
	background-image: url(../img/header.jpg);
	background-size: cover;
}

/* =============================================================================
 * fix-wrapper
 * ========================================================================== */

#fix-wrapper {
	position: fixed;
	z-index: 1000;
	width: 100%;
}

/* =============================================================================
 * header
 * ========================================================================== */

#header {
	width: 100%;
	top: 0px;
	z-index: 1;
	position: relative;	
	transition: All 0.8s ease;
	-webkit-transition: All 0.8s ease;	
}

#top-wrapper.fixed #top-wrapper {
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
}

#header .inside {
	padding-left: 40px;
	padding-right: 40px;
}

/* =============================================================================
 * contentwrapper
 * ========================================================================== */

#contentwrapper {
	background: rgb(255,255,255);
}

/* =============================================================================
 * headlines
 * ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 25px;
	line-height: 1.3;
	font-family: 'Raleway', sans-serif;
	color: rgb(255,76,0);
	font-weight: 900;
}

h1 {
	font-size: 35px;
	padding-top: 0;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* =============================================================================
 * page-width + mod_article
 * ========================================================================== */

#top .inside,
#header .inside,
#footer .inside, 
#bottom .inside,
body.sidebar #container,
#main .mod_article:not(.autogrid), 
.fullwidth.boxed-content .contentwrap, 
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#main .mod_article.fullwidth {
	max-width: 100%;
}

#main .mod_article.smallwidth {
	max-width: 80%;
}

#top .inside,
#header .inside,
#footer .inside, 
#bottom .inside,
.mod_breadcrumb,
body.sidebar #container,
#main .mod_article:not(.fullwidth):not(.autogrid):not(.smallwidth), 
.fullwidth.boxed-content .contentwrap, 
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.ce_bgimage-inside,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside {
	padding-left: 40px;
	padding-right: 40px;
}

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

/* =============================================================================
 * top
 * ========================================================================== */

#top-wrapper {
	width: 100%;
	z-index: 1000;
	position: fixed;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

#top-wrapper.fixed {
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	background: rgba(114,255,0,0.8);
}

#top {
	position: relative;
	z-index: 10;
	font-size: 0.85rem;
	line-height: 19px;
	border-bottom: 1px solid rgba(255,76,0,0.5);
	overflow: hidden;
	max-height: 40px;	
	transition: All 0.8s ease;
	-webkit-transition: All 0.8s ease;	
	background: rgba(255,255,255,0.2);
}

#top-wrapper.fixed #top {
	max-height: 0;
	overflow: hidden;
}

#top:hover {
	overflow: visible;
}

#top .inside {
	padding-left: 40px;
	padding-right: 40px;
}

#top .meta-nav:last-of-type {
	border-left: 1px solid rgba(255,76,0,0.5);
}

#top,
#top a {
	color: rgb(255,255,255);
}

/* =============================================================================
 * mod_top_mail
 * ========================================================================== */

#top .mod_top_mail a {
	float: right;
	padding: 8px;
	border-right: 1px solid rgba(255,76,0,0.5);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

#top .mod_top_mail i {
	margin-right: 5px;
}

#top .mod_top_mail a:hover {
	background: rgb(255,76,0);
	color: #fff!important;
}

/* =============================================================================
 * mod_top_phone
 * ========================================================================== */

#top .mod_top_phone {
	float: right;
	padding: 8px;
	border-right: 1px solid rgba(255,76,0,0.5);
}

#top .mod_top_phone i {
	margin-right: 5px;
}

/* =============================================================================
 * top-mod_socials
 * ========================================================================== */

#top .mod_socials {
	overflow: hidden;
	float: left;
}

#top .mod_socials a {
	border-right: 1px solid rgba(255,76,0,0.5);
	display: block;
	float: left;
	text-align: center;
}

#top .mod_socials a:first-child {
	border-left: 1px solid rgba(255,76,0,0.5);
}

#top .mod_socials a i {
	line-height: 35px;
	width: 35px;
	font-size: 16px;
}

/* =============================================================================
 * top-mod_langswitcher
 * ========================================================================== */

#top .mod_langswitcher {
	position: relative;
	float: right;
	border-right: 1px solid rgba(255,76,0,0.5);
}

#top .mod_langswitcher span {
	padding: 8px;
	display: inline-block;
	cursor: pointer;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

#top .mod_langswitcher span i {
	margin-right: 5px;
}

#top .mod_langswitcher span:hover {
	background: rgb(255,76,0);
	color: #fff;
}

#top .mod_langswitcher ul {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	border: 1px solid rgb(230,230,230);
}

#top .mod_langswitcher ul li a {
	padding: 10px 20px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.7rem;
	color: rgb(57,57,57);
}

#top .mod_langswitcher ul li a:hover {
	background: #f2f2f2;
	color: rgb(255,76,0);
}

#top .mod_langswitcher:hover ul {
	display: block;
}

/* =============================================================================
 * top-search
 * ========================================================================== */

#top .mod_search {
	float: right;
	border-right: 1px solid rgba(255,76,0,0.5);
	padding: 8px;
	display: inline-block;
	cursor: pointer;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

#top .ce_search_label i {
	margin-right: 5px;
}

#top .mod_search:hover {
	background: rgb(255,76,0);
	color: #fff;
}

#top .mod_search .search-content {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255,76,0,0.9);
	z-index: 100;
	display: none;
}

#top .mod_search .search-content:before {
	content: '';
	height: 50%;
	display: block;
	margin-bottom: -120px;
	box-sizing: inherit;
}

#top.show-search .mod_search .search-content form {
	display: block;
}

#top .mod_search form {
	max-width: 500px;
	margin: 0 auto;
	height: 100%;
	display: none;
	text-align: center;
}

#top.show-search .mod_search .search-content{
	display: block;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

#top.show-search {
	overflow: visible!important;
}

#top .mod_search .close-window i {
	position: fixed;
	right: 50px;
	top: 50px;
	color: #fff;
	font-size: 20px;
	border: 3px solid #fff;
	width: 40px;
	height: 40px;
	line-height: 35px;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
}

#top .mod_search input:not(.submit) {
	background: transparent;
	border: 0;
	border-bottom: 3px solid #fff;
	font-size: 32px;
	color: #fff;
	line-height: 40px;
	width: 100%;
	float: none;
	padding: 0;
}

#top .mod_search input.submit {
	margin: 25px auto 0 auto;
	float: none;
	width: auto;
	background: transparent;
	border-color: #fff;
	color: #fff;
	transition: All 0.3s linear;
	-webkit-transition: All 0.3s linear;
}

#top .mod_search input.submit:hover {
	background: rgba(255,255,255,0.3);
}

#top .mod_search .label {
	display: block;
	text-align: center;
	font-size: 34px;
	color: #fff;
	margin-bottom: 25px;
	font-weight: bold;
}

/* =============================================================================
 * top-login
 * ========================================================================== */

#top .mod_login_top {
	float: right;
	border-right: 1px solid rgba(255,76,0,0.5);
	padding: 8px;
	display: inline-block;
	cursor: pointer;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

#top .mod_login_top i {
	margin-right: 5px;
}

#top .mod_login_top:hover {
	background: rgb(255,76,0);
	color: #fff;
}

#top .mod_login {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background: rgba(0,0,0,0.8);
	padding: 0;
	z-index: 100;
	display: none;
	max-width: 100%;
	margin: 0;
	color: rgb(57,57,57);
}

#top .mod_login.show form {
	display: block;
}

#top .mod_login form {
	max-width: 500px;
	margin: 0 auto;
	display: none;
	background: rgb(255,255,255);
	padding: 80px;
	border-radius: 0 0 5px 5px;
	position: relative;
}

#top .mod_login form table {
	width: 100%;
}

#top .mod_login form  table td {
	padding: 10px 0;
}

#top .mod_login.show form {
	display: block;
	-webkit-animation: fadeInDown 1s;
	 animation: fadeInDown 1s;
}

#top .mod_login.show {
	display: block;
	-webkit-animation: fadeIn 0.3s;
	animation: fadeIn 0.3s;
}

#top .mod_login .close-window-login i {
	position: absolute;
	right: 20px;
	top: 30px;
	font-size: 16px;
	border: 3px solid rgba(0,0,0,1);
	background: rgba(255,255,255,0.95);
	width: 30px;
	height: 30px;
	line-height: 23px;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
}

#top .mod_login form div {
	margin: 0;
}

/* =============================================================================
 * slider section on content_page
 * ========================================================================== */


body.content_page #slider .image_container {
	margin: 0;
}

body.content_page #slider .image_container img {
	width: 100%;
}

/* =============================================================================
 * breadcrumb
 * ========================================================================== */

.mod_breadcrumb {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid rgba(255,76,0,0.5);
	background: rgba(255,255,255,0.2);
	box-shadow: inset 0px -60px 20px -60px rgba(0,0,0,0.40);
}

.mod_breadcrumb ul {
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	display: inline-block;
	float: none;
	font-style: italic;
	padding: 11px 0;
}

.mod_breadcrumb li {
	display: inline-block;
	margin-right: 5px;
}

.mod_breadcrumb li:before {
	font-family: "FontAwesome";
	content: "\f101";
	margin-right: 5px;
}

.mod_breadcrumb li.first:before {
	display: none;
}

.mod_breadcrumb,
.mod_breadcrumb a {
	font-weight: bold;
}

.mod_breadcrumb .pagetitle {
	display: none;
}

.mod_breadcrumb,
.mod_breadcrumb ul a {
	color: rgb(255,255,255);
}

/* =============================================================================
 * pagetitle
 * ========================================================================== */

body.content_page #slider .pagetitle {
	font-size: 26px;
	float: left;
}


/* =============================================================================
 * wrapper
 * ========================================================================== */

#wrapper {
	background-color: rgb(255,255,255);
    min-height: 400px;
}

/* =============================================================================
 * footer
 * ========================================================================== */

#footer {
	background: rgb(69,69,69); 
	font-size: 13px;
}

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

#footer a {
	transition:all 0.2s ease-out 0s;
	color: rgb(255,255,255);
}

#footer a:hover {
	color: rgb(255,76,0);
}

#footer .inside {
	margin: 0 auto;
	padding: 65px 40px;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	font-weight: bold;
	color: #fff;
}

#footer .totop {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -20px;
}

#footer .totop:before {
	font-family: "FontAwesome";
	content: '\f102';
	background: rgba(255,255,255,0.1); 
	width: 40px; 
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 21px;
	border-radius: 0 0 3px 3px;
}

/* =============================================================================
 * mod_socials-footer
 * ========================================================================== */

#footer .mod_socials {
	overflow: hidden;
	display: inline-block;
}

#footer .mod_socials a i {
	padding:10px;
	margin-right: 1px;
	background: rgba(255,255,255,0.05);
	font-size: 20px;
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	float: left;
	margin-bottom: 1px;
}

/* =============================================================================
 * bottom
 * ========================================================================== */

#bottom {
	background: rgb(51,51,51);
	border-top: 1px solid rgba(255,255,255,0.1);
}

#bottom .inside {
	margin: 0 auto;
	padding: 30px 40px;	
	overflow: hidden;
	font-size: 13px;
}

#bottom .inside .left {
	float: left;
}

#bottom .inside .right {
	float: right;
}

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

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

#bottom .inside a:hover {
	color: rgb(255,76,0);
}

#bottom .inside a:hover {
	text-decoration: underline;
}

#bottom .inside .left a {
	margin-right: 15px;
}

#bottom .inside .right a {
	margin-left: 15px;
}

/* =============================================================================
 * set colors
 * ========================================================================== */
 
.bg-accent {
	background-color: rgb(255,76,0);
}

p a {
	color: rgb(255,76,0);
}

.divider-v2 h1:after,
.divider-v2 h2:after,
.divider-v2 h3:after,
.divider-v2 h4:after,
.dividerv h5:after,
.divider-v2 h6:after,
h1.divider-v2:after,
h2.divider-v2:after,
h3.divider-v2:after,
h4.divider-v2:after,
h5.divider-v2:after,
h6.divider-v2:after {
	background: rgb(255,76,0);
}

hr.divider_3:before {
	background: rgb(255,76,0);
}

hr.divider_3:before {
	background: rgb(255,76,0);
}

.divider_4_first {
	border: 3px solid rgb(255,76,0);
}

.divider_4_second {
	background-color: rgb(255,76,0);
}

.divider_4::after, .divider_4::before {
	background-color: rgb(255,76,0);
}

.divider_5 i {
	color: rgb(255,76,0);
}

.mainmenu ul ul {
	border-top: 2px solid rgba(255,76,0,0.6);
}

.mainmenu ul li a.trail,
.mainmenu ul li a.active {
	color: rgb(255,76,0);
}

.mainmenu ul ul li a:hover, 
.mainmenu ul ul li a.trail, 
.mainmenu ul ul li a.active {
	background: rgba(255,76,0,0.95);
}

body.header-dark .fixed .mainmenu ul li a.trail, 
body.header-dark .fixed .mainmenu ul li a.active {
	color: rgb(255,76,0);
}

.subnav a {
	color: rgb(255,76,0);
}

#nav-open-btn:before {
	background: rgb(255,76,0);
}

.ce_calltoaction {
	background: rgb(255,76,0);
}

.ce_table table th {
	background: rgb(255,76,0);
}

.ce_tabs .tabs.classic ul li.active, 
.ce_tabs .tabs.classic ul li:hover {
	border-color: rgb(255,76,0);
}

.ce_tabs .tabs.horizontal ul li:hover a,
.ce_tabs .tabs.horizontal ul li.active a {
	background: rgb(255,76,0);
}

.ce_teambox .image .overlay {
	background: rgb(255,76,0);
}

.ce_teambox .email a {
	color: rgb(255,76,0);
}

blockquote a {
	color: rgb(255,76,0);
}

.ce_iconbox.version2 i {
	background: rgb(255,76,0);
}

.ce_iconbox .link {
	color: rgb(255,76,0);
}

.ce_testimonial a {
	color: rgb(255,76,0);
}

.ce_accordion .toggler:before {
  color:rgb(255,76,0);
}

.mod_calendar th.head {
  background:rgb(255,76,0);
  border-top:1px solid rgb(255,76,0);
  border-right:1px solid rgb(255,76,0);
  border-left:1px solid rgb(255,76,0);
}

.mod_calendar th.previous a,
.mod_calendar th.next a {
  background-color:rgb(255,76,0);
}

.pagination li span.current {
	background: rgb(255,76,0);
}

.pagination li a:hover {
	color: rgb(255,76,0);
}

.mod_faqpage h3:before {
	color: rgb(255,76,0);
}

.mod_search .submit {
	border: 1px solid rgb(255,76,0);
}

input:focus,
textarea:focus {
  border:1px solid rgb(255,76,0);
}

form fieldset legend {
  background-color:rgb(255,76,0);
}

.submit {
	background: rgb(255,76,0);
}

.submit:hover {
	background: rgba(255,76,0,0.9);
}

.ce_youtube_background.overlay .YTPOverlay {
	background-color: rgba(255,76,0,0.6);
}

.label-accent {
	background: rgb(255,76,0);
}

.ce_hyperlink a,
a.btn {
	background: rgb(255,76,0);
	border-color: rgb(255,76,0);
}

.ce_hyperlink a.link-white,
a.btn.link-white {
	color: rgb(255,76,0);
}

.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
	background: rgb(255,76,0);
}

.ce_hyperlink a.outline,
a.btn.outline {
	color: rgb(255,76,0);
}

.newslist h2,
.newslist h2 a {
	color: rgb(255,76,0);
}

.newslist .news-left .news-date {
	background: rgb(255,76,0);
}

.newsteaser .date {
	background: rgb(255,76,0);
}

.mod_portfoliolist .item a:hover {
	background: rgb(255,76,0);
}

#portfolio_filter a.selected,
#portfolio_filter a:hover {
	background: rgb(255,76,0);
}

.ce_chartbar .chart_data {
	background: rgb(255,76,0);
}

.color-accent,
.color-accent p,
.color-accent i,
.color-accent h1,
.color-accent h2,
.color-accent h3,
.color-accent h4,
.color-accent h5,
.color-accent h6,
.color-accent a:not(.link-white) {
	color: rgb(255,76,0);
}

blockquote {
	border-color: rgb(255,76,0);
}

.ce_pricetable .pricetable.highlight .title {
	background: rgb(255,76,0);
}

.ce_imagebox_v2 .ce_url a {
	background: rgb(255,76,0);
}

.ce_gallery .content {
	background: rgba(255,76,0,0.8);
}

.ce_headertext h1:after, 
.ce_headertext h2:after, 
.ce_headertext h3:after, 
.ce_headertext h4:after, 
.ce_headertext h5:after, 
.ce_headertext h6:after {
	background: rgb(255,76,0);
}

.ce_countup i {
	color: rgb(255,76,0);
}

.newslist-v3 .date {
	background: rgb(255,76,0);
}

.ce_bgimage.offset.offset-bg-accent:before {
	background-color: rgb(255,76,0);
}

.ce_leadertext.version2 .divider-first {
	border: 3px solid rgb(255,76,0);
}

.ce_leadertext.version2 .divider-second {
	background-color: rgb(255,76,0);
}

.ce_leadertext.version2 .divider:after, 
.ce_leadertext.version2 .divider:before {
	background-color: rgb(255,76,0);
}

.ce_accordion .toggler i.fa {
	background: rgb(255,76,0);
}

.newsteaser_v3 .news-overlay i {
	background-color: rgb(255,76,0);
}

.newslist-v3 .subheadline {
	color: rgb(255,76,0);
}

.ce_teambox .function {
	color: rgb(255,76,0);
}

.ce_tabs .tabs.horizontal-clean ul li.active:after {
	border-color: rgb(255,76,0) transparent transparent transparent;
}

.subheadline-v2 {
	color: rgb(255,76,0);
}

.ce_timeline .timeline-item .timeline-item-title {
	background: rgb(255,76,0);
}

.ce_portfoliofilter.default a.selected, .ce_portfoliofilter.default a:hover {
	background: rgb(255,76,0);
}

.ce_tabs .tabs.horizontal-clean ul li.active a {
	color: rgb(255,76,0);
}

.ce_revolutionslider_hyperlink {
	background: rgb(255,76,0);
	border-color: rgb(255,76,0);
}

.ce_headline_extended.version2 .divider-first {
	border-color: rgb(255,76,0);
}

.ce_headline_extended.version2 .divider:after, 
.ce_headline_extended.version2 .divider:before,
.ce_headline_extended.version2 .divider-second {
	background-color: rgb(255,76,0);
}

/* =============================================================================
 * custom colors: background
 * ========================================================================== */

.bg-custom-1 {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEzNTFCOUUwMDlENDExRTU4MTYwREM1M0NDNERBQ0I0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEzNTFCOUUxMDlENDExRTU4MTYwREM1M0NDNERBQ0I0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTM1MUI5REUwOUQ0MTFFNTgxNjBEQzUzQ0M0REFDQjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTM1MUI5REYwOUQ0MTFFNTgxNjBEQzUzQ0M0REFDQjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7WyOEfAAAAHElEQVR42mL8//8/AwwwAfHjx48hJCNOGYAAAwCdoxCl61jlYgAAAABJRU5ErkJggg==');
	background-repeat: repeat;
}

.bg-custom-2 {
	background: rgb(255,76,0);
}

.bg-custom-3 {
	background: rgb(255,76,0);
}

.bg-custom-4 {
	background: rgb(255,76,0);
}

/* =============================================================================
 * custom colors: offset layer
 * ========================================================================== */

.ce_bgimage.offset.offset-bg-custom-1:before {
	background-color: rgb(255,76,0);
}

.ce_bgimage.offset.offset-bg-custom-2:before {
	background-color: rgb(255,76,0);
}

.ce_bgimage.offset.offset-bg-custom-3:before {
	background-color: rgb(255,76,0);
}

.ce_bgimage.offset.offset-bg-custom-4:before {
	background-color: rgb(255,76,0);
}

/* =============================================================================
 * mainmenu
 * ========================================================================== */

.mainmenu ul li a,
.mainmenu ul li ul a.active {
	color: rgb(255,255,255);
}

.mainmenu ul li ul a.trail {
	color: rgb(255,255,255)!important;
}

.fixed .mainmenu ul li a:not(.active):not(.trail) {
	color: rgb(255,255,255);
}

.fixed .mainmenu ul li ul li a:not(.active):not(.trail) {
	color: rgb(57, 57, 57);
}

.mainmenu ul li ul li a:hover,
#top-wrapper.fixed .mainmenu ul li ul li a:hover,
#top-wrapper.fixed .mainmenu ul li ul li a.active {
	color: rgb(70,14,130);
}

.mainmenu ul ul li a {
	font-size: 15px!important;
}

.mainmenu ul li a:hover {
	opacity: 0.8;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;	
}

/* =============================================================================
 * overwrite framework defaults
 * ========================================================================== */

.ce_revolutionslider_hyperlink {
	font-size: 13px;
}

.ce_leadertext.version1 .subheadline,
.ce_leadertext.version2 .subheadline,
.ce_headline_extended.version1 .subheadline,
.ce_headline_extended.version2 .subheadline {
	font-size: 22px;
}

#slider .inside {
	text-align: center;
}

.ce_revolutionslider .tp-bannertimer {
	top: auto;
	bottom: 0;
	height: 5px;
}

/* =============================================================================
 * smart phones  (s / small screens)
 * ========================================================================== */

@media only screen and (max-width: 767px) {
	
#main .mod_article,
#main .mod_article.fullwidth.boxed-content .contentwrap,
#main .autogrid_wrapper.article,
#main .mod_article .ce_parallax .contentwrap,
#main .mod_article .ce_bgimage .ce_bgimage-inside,
#main .mod_article .ce_youtube_background .contentwrap,
body.sidebar.left #main .mod_article,
body.sidebar.right #main .mod_article,
.ce_headerimage .inside {
	padding-left: 20px!important;
	padding-right: 20px!important;
}

#main .autogrid_wrapper.article .mod_article,
#main .mod_article.fullwidth,
#main .mod_article.smallwidth {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

#main .mod_article.smallwidth {
	max-width: 100%;
}
	
#header .inside {
	height: 70px;
}

.logo {
	left: 20px;
}

#header {
	padding-bottom: 0;
	padding-top: 0;
}

#fix-wrapper,
#top-wrapper {
	position: relative!important;
}

#top-wrapper {
	background: rgba(0,0,0,0.8);
}

#top,
#top a {
	color: rgb(255,255,255);
}

#bottom .inside .left,
#bottom .inside .right {
	float: none;
}

#bottom .inside .right a {
	margin-left: 0;
	margin-right: 15px;
}

#footer .inside {
	padding: 40px 20px;
}

.mod_breadcrumb {
	padding: 20px;
}

.mod_breadcrumb ul {
	display: none;
}

body.content_page #slider .pagetitle {
	font-size: 22px;
}

#header .inside {
	padding: 5px 20px;
}

#top .inside {
	padding-left: 20px;
	padding-right: 20px;
}

#bottom .inside {
	padding-left: 20px;
	padding-right: 20px;
}

#footer .totop:before {
	display: none;
}

#top .meta-nav:not(.mod_langswitcher) {
	display: none;
}

h1 {
	font-size: 24px;
	margin-bottom: 15px;
}

h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 25px;
}

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

h6 {
	font-size: 16px;
	margin-bottom: 10px;
}

.mod_breadcrumb {
	display: none;
}

.content_page #slider .inside {
	min-height: 170px;
}

}
