@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Cookie');
body {
    font-family: lato,sans-serif;
     font-size: 14px;
     line-height: 1.5;
    color: #555;
    background-color: #ffffff;
}
h1, h2, h3, h4 {
font-weight: bold;
font-family: 'Cookie', cursive;
}

/**********************************header*******************************/
.main-menu {padding: 0;}
.scrolling-down.main-menu {padding: 5px 0;}
.navbar-toggler {
    border: none;
}
.navbar{padding-top:0}
/********************************Menu******************************************/

nav li a {
     font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
line-height: 22px;
}
.overlay-nav li {
    margin-bottom: 1em;
}
.bigtext .sow-headline-container h2.sow-headline{    font-weight: normal;}
/*********************************Home page***********************************/
.service_left .content h3{font-family: lato;font-size: 16px;}
.fbox-media img{    border-radius: 50%;     border: 1px solid #dee2e6; padding: .25rem;}
.fbox-media .sow-image-container{position:relative; border-radius: 50%;overflow: hidden;}
.fbox-media .sow-image-container:before {
border-radius: 50%;
overflow: hidden;
    content: "";
    position: absolute;
    top: auto;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    z-index: -1;
}
.fbox-media .sow-image-container:hover:before {
    height: 100%;
z-index: 1;
border-radius: 50%;
}
.big p {
font-size: 21px;
    font-weight: 300;
    color: #676e72;
    line-height: 1.6em;
    margin: 0 0 1.5em;
}
.sow-headline-container h3.sow-headline{font-weight: 500;}
.service-dots {
    display: table-cell;
    width: 98%;
}
.separator-dots {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #78c9d1;
}
.titrage .sow-headline-container h2.sow-headline{position:relative;}
.titrage .sow-headline-container h2.sow-headline::after{
content: "";
border-bottom: 1px dashed #78c9d1;
width: 70%;
    height: 1px;
    position: absolute;
    left: 30%;
    top: 20px;
}
/*****************************footer********************************/
footer{ 
color: #555;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
footer .footer-widget {
    color: #444;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

footer .copyright {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(231, 229, 229, 0.6);
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li{     display: list-item;
    position: relative;
    width: 100%;
    text-align: left; margin-bottom: 10px;}
.custom-html-widget ul li span{color: #a6a4af;}
/********************************Page interne**********************/

.archive h1, .single h1 {
    text-transform: uppercase;
font-family: lato;
font-size:35px;
}
.single .related {color: #222;    text-transform: uppercase;font-family: 'Cookie', cursive;
    font-weight: 600;
    font-size: 20px;}
.thumb-cover {
margin-right: 20px;
}
.znBoxShadow {
    -webkit-box-shadow: 0 40px 120px -20px rgba(0,0,0,.6);
    box-shadow: 0 40px 120px -20px rgba(0,0,0,.6);
}
.widget_sidebar {
    margin-bottom: 3em;
}
.widget_sidebar .sidebar-widget {
    color: #222;
    line-height: 1.4;
    margin: 10px 0 15px;
    padding-bottom: 20px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
}
.widget_sidebar .sidebar-widget:after, .widget_sidebar .sidebar-widget:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 0;
}
.widget_sidebar .sidebar-widget:before {
    width: 100%;
    border-bottom: 1px solid #ececec;
}
.widget_sidebar .sidebar-widget:after {
    width: 50px;
    border-bottom: 1px solid #a0ad02;
}
.text-center p{text-align:center!important}

.single .related{border-top: 1px solid #ececec;    padding-top: 20px;
    margin-top: 25px;}

.single .post-data{
margin-bottom: 50px;
padding: 0 60px;
}

 .widget_sidebar p, .widget_sidebar a {
    font-size: 13px;
} 
.post-inloop {
    margin-top: 50px;
    position: relative;
    border: 1px solid #eee;
}
.archive .readmore{position:relative;overflow: hidden;
     padding: 9px 15px;
    font-size: 13px;
margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.archive h2 {
    padding: 30px 0 0;
}
.archive .readmore::before {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(.19,1,.22,1);
    -o-transition: all 550ms cubic-bezier(.19,1,.22,1);
    transition: all 550ms cubic-bezier(.19,1,.22,1);
    width: 50px;
}
.archive .readmore:hover:before {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(.19,1,.22,1);
    -o-transition: all 550ms cubic-bezier(.19,1,.22,1);
    transition: all 550ms cubic-bezier(.19,1,.22,1);
}
.single .subheader{background-position: center!important;}
.archive h2 a {
    font-size: 28px;
    line-height: 37px;
    font-weight: normal;
}
.archive h2 a:hover {    text-decoration: none;}
.single h2, .single h3, .single h4, .single h5, .single h6 {
    font-size: 23px;
    color: #222;
}
.sidebar{    padding-top: 60px;}
/********************************responsive************************************/
@media only screen and (max-width: 900px) {
.home h1 {
    line-height: 32px !important;
    font-size: 27px !important;
}
.home h2 {
    line-height: 32px !important;
    font-size: 23px !important;
}
dl, ol, ul {padding-left: 0;}
.single .post-data {padding: 30px;}
.sidebar {margin-top: 0; padding-top: 0;}
.navbar-collapse{margin-top: 2em;
background: rgba(0,0,0,.8);}
.menu-bars { background: #fff;}
.scrolling-down .navbar-collapse{background: transparent;}
nav li a {line-height: 40px;}
}
/********************************slider revslider******************************************/
.intro-slide{    text-transform: capitalize;
position: relative;
font-weight:600;
}
