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

body {
	color: rgb(119,119,119);
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

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

.logo {
	width: 157px;
	height: 150px;
}

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

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

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

.logo {
	margin: 60px;
}

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

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

#fix-wrapper {
	width: 300px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	height: 100%;
	background: rgb(255,255,255);
	border-right: 1px solid rgb(220,220,220);
	box-shadow: 10px 0px 50px -2px rgba(0, 0, 0, 0.14);
}

/* =============================================================================
 * leftside margin/offset for content
 * ========================================================================== */

#wrapper,
#bottom {
	margin-left: 300px;
}

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

#header {
	height: 100%;
}

#top-wrapper #top-wrapper {
	background-color: rgba(255,255,255,1);
}

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

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

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

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 25px;
	line-height: 1.3;
	font-weight: bold;
	color: rgb(57,56,54);
}

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

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 17px;
}

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

#top .inside,
#header .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,
.mod_breadcrumb_inside {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

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

#bottom .inside,
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,
.mod_breadcrumb_inside {
	padding-left: 40px;
	padding-right: 40px;
}

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

#main .mod_article.fullwidth:not(.boxed-content) { 
	padding-top: 0; 
	padding-bottom: 0; 
}

/* =============================================================================
 * ce_revolutionslider fullscreen arrow down
 * ========================================================================== */

.ce_revolutionslider .rs-container {
	left: 0!important;
	width: 100%!important;
}

.ce_revolutionslider .tp-caption {
	visibility: hidden;
}

.ce_revolutionslider #linkToContent {
	position: relative; 
	width: 32px; 
	height: 46px; 
	border: 2px solid #fff; 
	border-radius: 15px; 
	position: absolute; 
	bottom: 30px; 
	margin: 0 auto; 
	left: 0; 
	right: 0; 
	z-index: 100;
}

#slider {
	margin-left: 300px;
}

.ce_revolutionslider #linkToContent .wheel {
	display: block; 
	width: 6px; 
	height: 6px; 
	background-color: #fff; 
	border-radius: 50%; 
	margin-left: auto;  
	margin-right: auto; 
	margin-top: 6px; 
	left: 0; 
	right: 0; 
	-webkit-animation: mousewheel 1.7s infinite ease; 
	animation: mousewheel 1.7s infinite ease;
}

@keyframes mousewheel{0%{margin-top:6px;opacity:0}30%{opacity:1}100%{margin-top:18px;opacity:0}}
@-webkit-keyframes mousewheel{0%{margin-top:6px;opacity:0}30%{opacity:1}100%{margin-top:18px;opacity:0}}

/* =============================================================================
 * mod_socials
 * ========================================================================== */

#header .mod_socials {
	margin: 0 60px 30px 60px;
}

#header .mod_socials .social-icons a {
	margin: 0 2px;
}

#header .mod_socials .social-icons i {
	text-align: center;
	width: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	background: rgba(0,0,0,0.07);
	color: rgba(0,0,0,0.3);
	border-radius: 100%;
}

/* =============================================================================
 * themesetting_phone
 * ========================================================================== */

.themesetting_phone {
	margin-left: 60px;
	margin-right: 60px;
}

/* =============================================================================
 * themesetting_email
 * ========================================================================== */

.themesetting_email {
	margin-left: 60px;
	margin-right: 60px;
}

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

#wrapper {
	background-color: rgb(255,255,255);
}

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

#bottom {
	background: rgb(255,255,255);
	border-top: 1px solid rgb(239,234,234);
}

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

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

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

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

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

#bottom .inside a:hover {
	color: rgba(104,104,104,0.8);
}

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

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

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

/* =============================================================================
 * bottom: socials
 * ========================================================================== */

#bottom .mod_socials {
	float: right;
}

#bottom .mod_socials i {
	width: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
}

/* =============================================================================
 * set colors
 * ========================================================================== */
 
.bg-accent {
	background-color: rgb(9,150,143);
}

p a {
	color: rgb(9,150,143);
}

.mainmenu ul li a.trail,
.mainmenu ul li a.active {
	color: rgb(9,150,143);
}

.subnav a {
	color: rgb(9,150,143);
}

#nav-open-btn:before {
	background: rgb(9,150,143);
}

.ce_table table th {
	background: rgb(9,150,143);
}

blockquote a {
	color: rgb(9,150,143);
}

.ce_accordion .toggler:before {
  color:rgb(9,150,143);
}

.mod_calendar th.head {
  background:rgb(9,150,143);
  border-top:1px solid rgb(9,150,143);
  border-right:1px solid rgb(9,150,143);
  border-left:1px solid rgb(9,150,143);
}

.mod_calendar th.previous a,
.mod_calendar th.next a {
  background-color:rgb(9,150,143);
}

.pagination li span.current {
	background: rgb(9,150,143);
}

.pagination li a:hover {
	color: rgb(9,150,143);
}

.mod_faqpage h3:before {
	color: rgb(9,150,143);
}

.mod_search .submit {
	border: 1px solid rgb(9,150,143);
}

input:focus,
textarea:focus {
  border:1px solid rgb(9,150,143);
}

form fieldset legend {
  background-color:rgb(9,150,143);
}

.submit {
	background: rgb(9,150,143);
}

.submit:hover {
	background: rgba(9,150,143,0.9);
}

.label-accent {
	background: rgb(9,150,143);
}

.ce_hyperlink a.link-white,
a.btn.link-white {
	color: rgb(9,150,143);
}

.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
	background: rgb(9,150,143);
}

.newslist h2,
.newslist h2 a {
	color: rgb(9,150,143);
}

.newslist .news-left .news-date {
	background: rgb(9,150,143);
}

#portfolio_filter a.selected,
#portfolio_filter a:hover {
	background: rgb(9,150,143);
}

.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(9,150,143);
}

blockquote {
	border-color: rgb(9,150,143);
}

.ce_gallery .content {
	background: rgba(9,150,143,0.8);
}

.newslist-v3 .date {
	background: rgb(9,150,143);
}

.newsteaser_v3 .news-overlay i {
	background-color: rgb(9,150,143);
}

.newslist-v3 .subheadline {
	color: rgb(9,150,143);
}

.mainmenu ul ul li a:hover, 
.mainmenu ul ul li a.trail, 
.mainmenu ul ul li a.active {
	color: rgb(9,150,143)!important;
}

.themesetting_email a:hover {
	color: rgb(9,150,143);
}

.mainmenu ul li:hover:after,
.mainmenu ul li.active:after,
.mainmenu ul li.trail:after {
	background: rgb(9,150,143);
}

.ce_hyperlink a, 
a.btn,
.ce_hyperlink a:hover, 
a.btn:hover {
	background: rgb(9,150,143);
	border-color: rgb(9,150,143);
}

.ce_hyperlink a.outline, 
a.btn.outline {
	color: rgb(9,150,143);
}

.ce_hyperlink a.outline:hover, 
a.btn.outline:hover {
	background: rgb(9,150,143);
	border-color: rgb(9,150,143);
}

.ce_hyperlink a.link-white.outline:hover,
a.btn.link-white.outline:hover {
	color: rgb(9,150,143);
}

.ce_iconbox .headline {
	color: rgb(9,150,143)!important;
}

.newsteaser .date {
	background: rgb(9,150,143);
}

.ce_portfoliofilter,
.ce_portfoliofilter a,
.ce_portfoliofilter a.selected, 
.ce_portfoliofilter a:hover {
	background: rgb(9,150,143);
	color: rgb(255,255,255);
	letter-spacing: 0;
	font-size: inherit;
	border-radius: 0;
}

.ce_portfoliofilter a.selected, 
.ce_portfoliofilter a:hover {
	background: rgba(255,255,255,0.2);
}

.ce_portfoliofilter {
	margin: 0!important;
	padding: 30px;
}

/* =============================================================================
 * second color
 * ========================================================================== */

.ce_text_image_bar {
	background: rgb(43,53,54);
}

.newsteaser .info,
.newsteaser:hover .info {
	background: rgb(43,53,54);
}

.ce_countup i {
	color: rgb(43,53,54);
}

.mod_portfoliolist .item figure {
	background-color: rgb(43,53,54);
}

.bg-second-color {
	background-color: rgb(43,53,54);
}

nav.mainmenu a.menuheader {
	background-color: rgb(43,53,54)!important;
}

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

.bg-custom-1 {
	background: rgb(25,25,25);
}

.bg-custom-2 {
	background: rgb(31,31,31);
}

.bg-custom-3 {
	background: rgb(40,40,40);
}

.bg-custom-4 {
	background: rgb(9,150,143);
}

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

.mainmenu {
	float: none;
	margin-bottom: 60px;
}

.mainmenu.hide {
	opacity: 0;
	visibility: hidden;
}

.mainmenu ul {
	position: static;
	text-align: left;
}

.mainmenu ul li {
	display: block;
	position: relative;
}

.mainmenu ul li,
.mainmenu ul ul li {
	line-height: 45px;
}

.mainmenu ul ul li,
.mainmenu ul .megamenu ul li ul li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.mainmenu ul .megamenu-wrapper li.megamenu {
	border-bottom: 0;
}

.mainmenu {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-top: 30px;
	padding-bottom: 30px;
}

.mainmenu ul ul li.first {
	border-top: 0;
}

.mainmenu ul li a {
	text-align: left;
	padding-left: 60px;
	padding-right: 60px;
	border-bottom: 0;
	font-weight: normal;
	text-transform: none;
}

.mainmenu ul ul {
	box-shadow: none;
}

.mainmenu ul ul li a {
	font-size: 0.9em!important;
	line-height: inherit!important;
	border: 0;
	box-shadow: inset 20px 0px 20px -10px rgba(0, 0, 0, 0.14);
}

.mainmenu ul ul ul li a {
	box-shadow: none;
}

.mainmenu ul li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	height: 0%;
	width: 3px;	
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}
.mainmenu ul li:hover:after {
	height: 100%;
	top: 0;
}
.mainmenu ul li:hover:after,
.mainmenu ul li.active:after,
.mainmenu ul li.trail:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 3px;
}

.mainmenu ul ul li:after {
	display: none;
}

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

.mainmenu ul ul {
	border-top: 0;
	margin-top: 0;
	left: 100%;
	top: 0;
	box-shadow: 4px 0px 10px 0px rgba(0,0,0,0.1);

}

.mainmenu ul li:hover > ul,
.mainmenu ul li:hover .megamenu-wrapper {
  -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
   -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mainmenu ul li:hover .megamenu-wrapper ul {
	-webkit-animation-name: none;
	animation-name: none;
}

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

body #header .mainmenu ul li ul li a:hover,
.mainmenu ul ul li a.active {
	background: none;
}

.mainmenu ul .megamenu-wrapper {
	left: 100%;
	top: 0;
	right: auto;
	background: rgb(255,255,255);
}

nav.mainmenu li.megamenu .megamenu-wrapper ul {
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}
nav.mainmenu li.megamenu .megamenu-wrapper ul ul {
	box-shadow: none;
	margin-top: 0;
}

.mainmenu ul .megamenu-wrapper ul {
	background: none;
	margin-top: 0;
}

.mainmenu ul .megamenu-wrapper ul li {
	border-top: 0;
}

.mainmenu ul li.megamenu .megamenu-wrapper {
	border: 0;
	box-shadow: inset 20px 0px 20px -10px rgba(0, 0, 0, 0.14);
	max-width: 900px;
}

body .mainmenu ul ul li a:hover, 
body .mainmenu ul ul li a.trail, 
body .mainmenu ul ul li a.active {
	background: none;
}

body.ie .mainmenu ul li.megamenu:hover .megamenu-wrapper {
	display: block;
}

.mainmenu ul li.last ul {
	right: auto;
}

/* =============================================================================
 * set css3 animation duration
 * ========================================================================== */

.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

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

.ce_revolutionslider .fullwidthbanner-container {
	height: 0;
}

.ce_revolutionslider_hyperlink {
	font-size: 13px;
	border: 2px solid rgb(110,109,109);
	color: rgb(110,109,109);
	background: none;
	line-height: 35px;
	padding: 0 20px;
}

.ce_revolutionslider_text.bold {
	font-weight: bold;
}

.ce_revolutionslider_text {
	padding: 0 20px;
	background: rgba(9,150,143,0.8);
}

.ce_revolutionslider_text.italic {
	font-style: italic;
}

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

.ce_revolutionslider .tp-leftarrow {
	left: 0!important;
}

.ce_revolutionslider .tp-rightarrow {
	right: 0!important;
}

.ce_text_image_bar .inside {
	color: rgb(255,255,255);
	text-align: center;
}

.ce_text_image_bar h1,
.ce_text_image_bar h2,
.ce_text_image_bar h3,
.ce_text_image_bar h4,
.ce_text_image_bar h5,
.ce_text_image_bar h6 {
	color: rgb(9,150,143);
}

.ce_text_image_bar h1:after,
.ce_text_image_bar h2:after,
.ce_text_image_bar h3:after,
.ce_text_image_bar h4:after,
.ce_text_image_bar h5:after,
.ce_text_image_bar h6:after {
	background: rgba(255,255,255,0.1);
	content: '';
	display: block;
	height: 1px;
	margin: 20px 0 20px 0;
	position: relative;
	width: 100px;
	left: 50%;
	margin-left: -50px;
}

.mod_portfoliolist .item a {
	border-radius: 0;
}

.mod_portfoliolist .info {
	width: 100%;
	text-align: center;
	left: 0;
	bottom: -50%;
}

.mod_portfoliolist .item figure:hover .info {
	left: 0;
	bottom: 10%;
}

.mod_portfoliolist .item figure:hover img {
	opacity: 0.2;
}

.mt-xxl {
	margin-top:130px!important;
}

.mb-xxl {
	margin-bottom:130px!important;
}

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

.mod_portfoliolist .item a:hover {
	color: rgb(9,150,143);
}

.mod_portfoliolist .subline {
	text-transform: uppercase;
	font-weight: bold;
}

.ce_portfoliofilter.default a {
	border: 0;
}

#slider .ce_leadertext.version1 {
	margin-top: 100px;
}

.ce_leadertext.version1 p {
	color: rgb(173,173,173);
	font-size: 1.4em;
	line-height: 1.4;
	font-family: Georgia, Times, serif;
	font-style: italic;
}

.ce_leadertext.version1 .ce_headline:after {
	height: 1px;
	background: rgba(0,0,0,0.4);
}

.ce_leadertext.version1 {
	margin-bottom: 15px;
}

.ce_leadertext.version1 .ce_headline:after {
	display: none;
}

.ce_leadertext.version1:after {
	background: rgb(180,180,180);
	content: '';
	display: block;
	height: 2px;
	margin: 20px 0 20px 0;
	position: relative;
	width: 22px;
}

.ce_leadertext:not(.align-center) h1,
.ce_leadertext:not(.align-center) h2,
.ce_leadertext:not(.align-center) h3,
.ce_leadertext:not(.align-center) h4,
.ce_leadertext:not(.align-center) h5,
.ce_leadertext:not(.align-center) h6 {
	margin-bottom: 0;
}

.ce_leadertext.version1.align-center:after {
	left: 50%;
	margin-left: -11px;
}

nav.mainmenu a.menuheader {
	text-transform: uppercase;
	font-weight: normal;
	color: rgb(255,255,255)!important;
}

.ce_download {
	background: rgb(90,90,90);
}

.ce_iconbox_v2 {
	color: rgb(90,90,90);
}

.ce_iconbox_v2 .image_container img {
	width: 100px;
}

.ce_iconbox_v2 .headline:after{
	content: '';
	height: 1px;
	width: 50px;
	background: rgba(0,0,0,0.1);
	display: block;
	margin-top: 20px;
	left: 50%;
	margin-left: -25px;
	position: relative;
}

.ce_iconbox_v2 .headline {
	margin-bottom: 15px;
}

.ce_iconbox_v2 .ce_iconbox_v2_outside, 
.ce_iconbox_v2 .ce_iconbox_outside {
	background: none;
	padding: 0;
	margin: 0;
}

body .mod_article.fullwidth > .autogrid_wrapper {
	margin-left: 0;
	margin-right: 0;
}

.ce_iconbox:not(.xsmall) {
	text-align: left;
}

.ce_iconbox i,
.ce_iconbox .image_container {
	position: absolute;
	left: 0;
	top: 0;
	width: 55px;
	font-size: 40px;
}

.ce_iconbox:not(.xsmall) .ce_iconbox_outside {
	padding-left: 65px;
	position: relative;
}

.ce_iconbox .headline:before {
	display: none;
}

.ce_iconbox .headline {
	font-size: 1.2em;
	padding: 0;
	font-weight: 600;
	letter-spacing: 0;
}

.ce_hyperlink a:hover, 
a.btn:hover {
	opacity: 0.8;
}

.ce_text_imagebox.vcenter .inside {
	text-align: left;
	line-height: 1.9;
}

.ce_text_imagebox.vcenter .inside h1:after,
.ce_text_imagebox.vcenter .inside h2:after,
.ce_text_imagebox.vcenter .inside h3:after,
.ce_text_imagebox.vcenter .inside h4:after,
.ce_text_imagebox.vcenter .inside h5:after,
.ce_text_imagebox.vcenter .inside h6:after {
	content: '';
	height: 1px;
	width: 65px;
	background: rgba(255,255,255,0.8);
	display: block;
	margin-top: 20px;
}

.ce_text_imagebox.vcenter.dark_text .inside h1:after,
.ce_text_imagebox.vcenter.dark_text .inside h2:after,
.ce_text_imagebox.vcenter.dark_text .inside h3:after,
.ce_text_imagebox.vcenter.dark_text .inside h4:after,
.ce_text_imagebox.vcenter.dark_text .inside h5:after,
.ce_text_imagebox.vcenter.dark_text .inside h6:after {
	background: rgba(0,0,0,0.4);
}

.newsteaser .content {
	background: rgb(255,255,255);
}

.newsteaser .info {
	position: static;
}

.mod_portfoliolist .item figure:hover img {
	opacity: 0.05;
}

.ce_testimonial .ce_testimonial_inside {
	padding: 20px;
}

.ce_testimonial p {
	text-align: left;
	font-style: normal;
	font-size: inherit;
}

.ce_testimonial p:last-of-type {
	font-size: inherit;
}

.ce_testimonial .image_container {
	float: left;
	width: 90px;
	height: 90px;
}

.ce_testimonial .content {
	margin-left: 120px;
}

.ce_sliderStart .ce_testimonial,
.ce_sliderStart .ce_testimonial p {
	text-align: center;
	font-size: 20px;
}

.ce_sliderStart .ce_testimonial p:last-of-type {
	font-size: 0.8em;
}

.ce_sliderStart .ce_testimonial .image_container {
	float: none;
}

.ce_sliderStart .ce_testimonial .content {
	margin-left: 0;
}

#slider .ce_text_imagebox .inside h1,
#slider .ce_text_imagebox .inside h2,
#slider .ce_text_imagebox .inside h3,
#slider .ce_text_imagebox .inside h4,
#slider .ce_text_imagebox .inside h5,
#slider .ce_text_imagebox .inside h6 {
	margin-bottom: 25px;
}

.ce_countup .image_container img {
	width: 100px;
}

.ce_table table.table-striped th {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.mod_newslist {
	margin-left: -1%;
	margin-right: -1%;
}

@media only screen and (max-width: 1270px) {
	.ce_text_imagebox p br {
		display: none;
	}
}

/* =============================================================================
 * small height displays // reduce margins
 * ========================================================================== */

@media only screen and (max-height: 800px) { 
	.logo {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.mainmenu {
		margin-bottom: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* =============================================================================
 * 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;
}

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

#header .mod_socials {
	display: none!important;
}

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

#bottom .mod_socials {
	margin-top: 15px;	
}

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

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

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

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

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;
}

.mt-xxl {
	margin-top:60px!important;
}

.mb-xxl {
	margin-bottom:60px!important;
}

.mod_breadcrumb {
	display: none;
}

#top-wrapper,
#fix-wrapper {
	position: static;
}

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

#fix-wrapper {
	width: 100%;
}

.logo {
	margin: 0 0 0 20px;
}

#slider,
#wrapper,
#bottom {
	margin-left: 0;
}

.themesetting_phone,
.themesetting_email {
	display: none;
}
.ce_testimonial .ce_testimonial_inside {
	padding: 0;
}

}
