@charset "UTF-8";
/* CSS Document */

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em!important;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: sub;
    margin-right: 5px;
}
/*--- body styles ---*/
html {
	height: 100%;
	position: relative;
	-webkit-font-smoothing:antialiased !important;
}
body {
    height: 100%;
    font-family: 'Lato', sans-serif;
	font-weight: 400;
    font-size: 13px;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin-top: 0;
}
img {
	max-width: 100%;
	height: auto;
}
body > div.row {
	margin-right: 0px;
	margin-left: 0px;
}
a {
    transition: all ease .5s;
    text-decoration: none;
	color: #333;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
img.left {
	float: left!important;
}
img.ckFloatLeft {
    float: left;
}
img.right {
	float: right!important;
}
img.ckFloatRight {
    float: right;
}
body > div.row {
	margin-right: 0px;
	margin-left: 0px;
}
.ck5-compositelist ul {
	padding: 0;
}
.ck5-compositelist ul li {
	list-style: none;
}
.paddifier {
	padding: 50px 0px;
}

.carousel {
    position: relative;
    margin-bottom: 50px;
}

.carousel-caption {
    display: none;
}

.section {
    padding: 50px 0;
}
.section h3 {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
div#services {
	background-color: whitesmoke;
}
div.header-contact {
     margin-top : 20px;
     font-size: 1.3em;
     float: right;
}

div#services ul {
    margin: 0 -1%;
}
div#services li {
    width: 31.3%;
    display: inline-block;
    margin: 1%;
    background: #fff;
    padding: 15px 15px 10px;
    position: relative;
    border-bottom: 3px solid #ddd;
}
div#services img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
div#services a.readmorelink {
    position: absolute;
    bottom: 25px;
    right: 15px;
    font-size: 10px;
    color: #aaa;
}
h1.ckMainTitle {
    font-size: 40px;
    margin-bottom: 25px;
}
.ckmainarticle p:last-child {
	margin-bottom: 50px;
}
.ckmainarticle p.top {
    margin-bottom: 30px;
}
.ckmainarticle .h2, h2 {
    font-size: 24px;
    margin-top: 30px!important;
}
/*--nav--*/
.navbar>.container {
	position: relative;
}
.navbar-default {
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.navbar-brand {
	max-width: 350px;
	height: auto;
}
.navbar-default .navbar-nav>li>a {
    color: #555;
    font-size: 18px;
    font-weight: 600;
}
/*---navshrink---*/
nav.shrink .navbar-brand {
}

/*---footer---*/
footer {
    background: #333337;
    padding: 35px 25px 50px;
    text-align: left;
    color: #eee;
    font-size: 14px;
    margin: 0;
}
footer a {
	color: #eee;
}
footer a:hover, footer a:focus {
	color: #fff;
}
footer h1.ckMainTitle {
    display: none;
    margin-bottom: 25px;
}
.sitebyjet {
	background-color: #000;
	padding: 20px;
	color: #fff;
	font-size: 10px;
}
.sitebyjet a {
	color: #ddd;
}
.sitebyjet a:hover, .sitebyjet a:focus {
	color: #fff;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 15px 0 0;
}
}
@media (max-width: 992px) {
	div#services h1 {
    font-size: 28px;
}
    div#services a.readmorelink {
        position: relative;
        font-size: 10px;
        color: #aaa;
        bottom: auto;
        right: auto;
    }
}
@media (max-width: 768px) {
	div#services li {
    width: 98%;
    display: inline-block;
    margin: 1%;
    background: #fff;
    padding: 15px 15px 10px;
    position: relative;
    border-bottom: 3px solid #ddd;
}
	div#services h1 {
		font-size: 36px;
	}

    div.header-contact {
         max-width: 200px;
    }
}
