.isotope-item {
    z-index: 2;
}

.fixed-button
{
    position:fixed !important; 
    top:90px !important; 
    right:30px !important;
    z-index: 100 !important; 
    height: 65px !important; 
    background: #b5121b !important; 
    color:white !important; 
    font-size: 18px !important;
}

.fixed-button:hover
{
    background: #f5c6c6 !important;
    color: #b5121b !important;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
   /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
/*-------------------------------------------------*/
/* = Header 
/*-------------------------------------------------*/
.navbar-default {
    background: #f9fafb;
    border: none;
}
.navbar-brand {
    height: auto;
    padding: 18px 15px;
}
.navbar-nav {
    margin-left: 113px;
}
.navbar-nav > li {
    margin-left: 20px;
}
.navbar-nav > li > a {
    color: #333;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding-bottom: 22px;
}
.navbar-nav > li > a:hover {
    color: #b5121b !important;
}
.navbar-nav a.open-search {
    padding-left: 0;
}
.navbar-nav a.open-search i {
    color: #f73948;
    font-size: 20px;
    display: inline-block;
    margin-top: -5px;
}
.navbar-nav li.drop {
    position: relative;
}
.navbar-nav li ul.drop-down {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 235px;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    text-align: left;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.navbar-nav li ul.drop-down li {
    list-style: none;
    display: block;
    margin: 0;
}
.navbar-nav li ul.drop-down li ul.drop-down.level3 {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    top: 0px;
    left: 100%;
    border-bottom: none;
}
.navbar-nav li ul.drop-down li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    padding: 16px 20px;
    text-transform: uppercase;
    font-weight: 700;
    background: #3a3d41;
    margin: 0;
    border: none;
}
.navbar-nav li ul.drop-down li a:hover {
    background: #f73948;
}
.navbar-nav li ul.drop-down li:hover ul.drop-down.level3 {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.navbar-nav li ul.drop-down li:last-child {
    border-bottom: none;
}
.navbar-nav li:hover > ul.drop-down {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
header.one-page .navbar-nav > li {
    margin-left: 0;
}
header.one-page .navbar-nav > li > a span {
    color: #f73948;
}
.form-search {
    position: absolute;
    top: 100%;
    right: 0;
    width: 230px;
    background: #f73948;
    padding: 14px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
/*-------------------------------------------------*/
/* = content - home sections 
/*-------------------------------------------------*/
#container {
    overflow: hidden;
    background:#fcfeff;
}
.slider1 {
    position: relative;
}
.slider1 .banner-thumbs {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 50px;
}
.slider1 .banner-thumbs ul.slider-thumbnails {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.slider1 .banner-thumbs ul.slider-thumbnails li {
    border-top: 2px solid #3a3d41;
    margin: 0;
    width: 25%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    float: left;
}
.slider1 .banner-thumbs ul.slider-thumbnails li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background: #3a3d41;
    display: block;
    border: none !important;
    margin: 0;
    width: 100%;
    padding: 30px 10px;
    overflow: hidden;
}
.slider1 .banner-thumbs ul.slider-thumbnails li a span {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #f73948;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-family: arial;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.slider1 .banner-thumbs ul.slider-thumbnails li a h2 {
    color: #3a3d41;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    text-transform: inherit;
    margin: 3px 0 0 60px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-align: left;
}
.slider1 .banner-thumbs ul.slider-thumbnails li a p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    margin-left: 60px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-align: left;
}
.slider1 .banner-thumbs ul.slider-thumbnails li a:hover {
    background: #3a3d41;
    opacity: 0.7;
}
.slider1 .banner-thumbs ul.slider-thumbnails li.active {
    border-top: 2px solid #f73948;
}
.slider1 .banner-thumbs ul.slider-thumbnails li.active a span {
    background: #ffffff;
    color: #3a3d41;
}
.slider1 {
    overflow: hidden;
}
.slider1 .tp-bannertimer {
    display: none;
}
.slotholder:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58, 61, 65, 0.52);
}
.slider3 .slotholder:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}
.tp-caption.large_bold_white {
    font-size: 38px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.tp-caption.medium_thin_white {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}
.tp-caption.medium_thin_white .button-large {
    margin: 10px;
}
.tp-caption.large_bold_grey {
    font-size: 60px;
    color: #3a3d41;
    font-weight: 700;
    text-align: center;
}
.tp-caption.large_bold_grey span {
    color: #f73948;
    display: block;
}
.tp-caption.medium_thin_grey {
    color: #999999;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.slider-fullwidth {
    margin-top: -67px;
}
.title-section {
    padding: 28px 56px;
    text-align: center;
    padding-bottom: 35px;
}
.title-section h1 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
}
.title-section p {
    padding-bottom: 15px;
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 24px;
    color: #676666;
    font-size: 18px;
    margin: 0;
    padding-top:24px;
}
.services-section .services-box {
    background: url('../images/back_image-6.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}
.services-section .services-box .services-post {
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.services-section .services-box .services-post .services-head {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.services-section .services-box .services-post .services-head a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 60px;
    height: 60px;
    background: #f9fafb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 22px;
}
.services-section .services-box .services-post .services-head a i {
    color: #3a3d41;
    line-height: 60px;
    font-size: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.services-section .services-box .services-post .services-head h2 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
    color: #ffffff;
    margin-bottom: 3px;
}
.services-section .services-box .services-post .services-head span {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    margin: 0;
}
.services-section .services-box .services-post .services-head:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    background: #ffffff;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.services-section .services-box .services-post p {
    font-size: 13px;
    color: #f2f2f2;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
}
.services-section .services-box .services-post:hover .services-head a {
    background: #f73948;
}
.services-section .services-box .services-post:hover .services-head a i {
    color: #ffffff;
}
.services-section .services-box .services-post:hover .services-head:after {
    background: #f73948;
}
.services-section .services-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(58, 61, 65, 0.58);
}
/* pocinje css za admin */
.services-section1 .services-box1 {
    background: url('../images/anmelden_2.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}
.services-section1 .services-box1 .services-post {
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.services-section1 .services-box1 .services-post .services-head {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.services-section1 .services-box1 .services-post .services-head a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 60px;
    height: 60px;
    background: #f9fafb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 22px;
}
.services-section1 .services-box1 .services-post .services-head a i {
    color: #3a3d41;
    line-height: 60px;
    font-size: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.services-section1 .services-box1 .services-post .services-head h2 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
    color: #ffffff;
    margin-bottom: 3px;
}
.services-section1 .services-box1 .services-post .services-head span {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    margin: 0;
}
.services-section1 .services-box1 .services-post .services-head:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    background: #ffffff;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.services-section1 .services-box1 .services-post p {
    font-size: 16px;
    color: #f2f2f2;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 25px;
    margin: 0 0 24px;
}
.services-section1 .services-box1 .services-post:hover .services-head a {
    background: #f73948;
}
.services-section1 .services-box1 .services-post:hover .services-head a i {
    color: #ffffff;
}
.services-section1 .services-box1 .services-post:hover .services-head:after {
    background: #f73948;
}
.services-section1 .services-box1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(58, 61, 65, 0.8);
}
/* zavrsava css za admin */
a.button-one {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999999;
    box-shadow: 0 3px 0 #5c5f62;
    -webkit-box-shadow: 0 3px 0 #5c5f62;
    -moz-box-shadow: 0 3px 0 #5c5f62;
    -o-box-shadow: 0 3px 0 #5c5f62;
}
a.button-one:hover {
    background: #f73948;
    border: 1px solid #f73948;
    box-shadow: 0 3px 0 #f76677;
    -webkit-box-shadow: 0 3px 0 #f76677;
    -moz-box-shadow: 0 3px 0 #f76677;
    -o-box-shadow: 0 3px 0 #f76677;
}
.banner-section {
    background: url('../images/pattern2.jpg');
    padding: 60px 0;
    text-align: center;
}
.banner-section h1 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
    color: #ffffff;
    margin-bottom: 16px;
}
.banner-section p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    color: #999999;
    font-size: 14px;
}
a.button-two {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #f73948;
    box-shadow: 0 3px 0 #f76677;
    -webkit-box-shadow: 0 3px 0 #f76677;
    -moz-box-shadow: 0 3px 0 #f76677;
    -o-box-shadow: 0 3px 0 #f76677;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
a.button-two span {
    display: inline-block;
    padding: 10px 26px 9px;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
a.button-two i {
    padding: 12px 15px;
    font-size: 14px;
    color: #ffffff;
    border-left: 1px solid #f76677;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
a.button-two:hover {
    background: #f9fafb;
    box-shadow: 0 3px 0 #808080;
    -webkit-box-shadow: 0 3px 0 #808080;
    -moz-box-shadow: 0 3px 0 #808080;
    -o-box-shadow: 0 3px 0 #808080;
}
a.button-two:hover span {
    color: #f73948;
}
a.button-two:hover i {
    color: #f73948;
    border-left: 1px solid #d9dadb;
    background: #f3f4f5;
}
.portfolio-box .project-post {
    text-align: center;
}
.portfolio-box .project-post .project-gal {
    position: relative;
}
.portfolio-box .project-post .project-gal img {
    width: 100%;
}
.portfolio-box .project-post .project-gal .hover-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.65);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.portfolio-box .project-post .project-gal .hover-box a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #f73948;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.portfolio-box .project-post .project-gal .hover-box a i {
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
}
.portfolio-box .project-post .project-gal .hover-box a:hover {
    background: #3a3d41;
}
.portfolio-box .project-post .project-gal .hover-box a.zoom {
    right: 50%;
    margin-right: 35px;
}
.portfolio-box .project-post .project-gal .hover-box a.link {
    left: 50%;
    margin-left: 35px;
}
.portfolio-box .project-post .project-content {
    padding: 25px 10px;
    background: #f9fafb;
    border-bottom: 1px solid transparent;
}
.portfolio-box .project-post .project-content h2 {
    color: #3a3d41;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
}
.portfolio-box .project-post .project-content p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin-bottom: 0;
    font-size: 12px;
    color: #999999;
}
.portfolio-box .project-post:hover .project-gal .hover-box {
    visibility: visible;
    opacity: 1;
}
.portfolio-box .project-post:hover .project-gal .hover-box a {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.portfolio-box .project-post:hover .project-gal .hover-box a.zoom {
    margin-right: 5px;
}
.portfolio-box .project-post:hover .project-gal .hover-box a.link {
    margin-left: 5px;
}
.portfolio-box .project-post:hover .project-content {
    border-bottom: 1px solid #f73948;
    background: #ffffff;
}
div.buttons {
    text-align: center;
    margin: -900px 0;
    position: absolute;

}
div.buttons a.button-third {
    margin: 0 8px;
}
a.button-third {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 10px 15px;
    color: rgba(38, 38, 38, 0.81);
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0;
}
a.button-third i {
    font-size: 80px;
}
a.button-third:hover {
    color: rgba(64, 64, 64, 0.77);
}
.owl-pagination {
    display: none;
}
.owl-theme .owl-controls {
    display: none !important;
}
.blog-section .title-section {
    background: #ffffff;
}
.blog-section .blog-post {
    margin: 0 10px;
}
.blog-section .blog-post img {
    width: 100%;
}
.blog-section .blog-post .post-content {
    overflow: hidden;
}
.blog-section .blog-post .post-content .post-date {
    float: left;
    width: 60px;
    height: 90px;
    background: #3a3d41;
    text-align: center;
    padding: 12px 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.blog-section .blog-post .post-content .post-date p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}
.blog-section .blog-post .post-content .post-date p span {
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
}
.blog-section .blog-post .post-content .post-date p span:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #ffffff;
    bottom: 0px;
    left: 50%;
    margin-left: -10px;
}
.blog-section .blog-post .post-content .content-data {
    margin-left: 60px;
    padding: 15px 20px;
    background: #f9fafb;
    min-height: 90px;
}
.blog-section .blog-post .post-content .content-data h2 {
    color: #3a3d41;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0;
}
.blog-section .blog-post .post-content .content-data h2 a {
    color: #3a3d41;
    padding-top: 25px;
    font-size: 17px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.blog-section .blog-post .post-content .content-data h2 a:hover {
    color: #f73948;
}
.blog-section .blog-post .post-content .content-data p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    color: #999999;
    font-size: 14px;
    margin: 0;
}
.blog-section .blog-post .post-content .content-data p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999999;
}
.blog-section .blog-post:hover .post-date {
    background: #f73948;
}
.client-section {
    background: #f9fafb;
    padding-bottom: 5px;
    overflow: hidden;
}
.client-section ul.client-list {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.client-section ul.client-list li {
    list-style: none;
    float: left;
    width: 16.666%;
}
.client-section ul.client-list li a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.client-section ul.client-list li a img {
    width: 100%;
}
.client-section ul.client-list li a:hover {
    opacity: 0.7;
}
.client-section .bx-wrapper .bx-pager {
    display: none;
}
.client-section .bx-wrapper .bx-controls-direction a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    top: 0;
    width: 40px;
    height: 40px;
    color: #999999;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 0 #e5e5e5;
    -webkit-box-shadow: 0 3px 0 #e5e5e5;
    -moz-box-shadow: 0 3px 0 #e5e5e5;
    -o-box-shadow: 0 3px 0 #e5e5e5;
    margin: 0 8px;
    position: absolute;
    margin-top: 10px;
    background: #ffffff;
}
.client-section .bx-wrapper .bx-controls-direction a.bx-prev {
    margin-left: -40px;
}
.client-section .bx-wrapper .bx-controls-direction a.bx-next {
    margin-right: -40px;
}
.client-section .bx-wrapper .bx-controls-direction a.bx-prev:before {
    font-family: 'FontAwesome';
    content: "\f104";
    position: absolute;
    font-size: 12px;
    color: #999999;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    -webkit-backface-visibility: hidden;
}
.client-section .bx-wrapper .bx-controls-direction a.bx-next:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    font-size: 12px;
    color: #999999;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    -webkit-backface-visibility: hidden;
}
.client-section .bx-wrapper .bx-controls-direction a:hover {
    border: 1px solid #999999;
}
/*-------------------------------------------------*/
/* = Home2 
/*-------------------------------------------------*/
.features-section2 {
    overflow: hidden;
}
.features-section2 .title-section {
    background: #ffffff;
}
.features-section2 .features-box {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.features-section2 .features-box .container {
    position: relative;
    z-index: 2;
}
.features-section2 .features-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.42);
}
.features-section2 .image-place {
    margin-top: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.features-section2 .image-place img {
    max-width: 100%;
    margin: 0;
}
.feature-list2 {
    padding: 0;
    margin: 0 0 30px;
}
.feature-list2 li {
    list-style: none;
}
.feature-list2 li span {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #f73948;
    text-align: center;
}
.feature-list2 li span i {
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
}
.feature-list2 li .list-cont {
    margin-left: 54px;
    padding-top: 10px;
}
.feature-list2 li .list-cont h3 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
    color: #3a3d41;
}
.feature-list2 li .list-cont p {
    font-size: 14px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    color: #2C2828;
}
.feature-list2.white {
    padding: 0;
    margin: 0 0 30px;
}
.feature-list2.white li {
    list-style: none;
}
.feature-list2.white li span {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #ffffff;
    text-align: center;
}
.feature-list2.white li span i {
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
}
.feature-list2.white li .list-cont {
    margin-left: 54px;
    padding-top: 10px;
}
.feature-list2.white li .list-cont h3 {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
    color: #ffffff;
}
.feature-list2.white li .list-cont p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    color: #999999;
}
.statistic-section {
    background: url('../images/banner6.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 60px 0 70px;
}
.statistic-section .container {
    position: relative;
    z-index: 2;
}
.statistic-post {
    overflow: hidden;
    margin-top: 10px;
}
.statistic-post i {
    float: left;
    font-size: 20px;
    color: #f73948;
    display: inline-block;
    margin-top: 2px;
}
.statistic-post p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin: 0;
    margin-left: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
}
.statistic-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(58, 61, 65, 0.8);
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box {
    background: rgba(255, 255, 255, 0.9);
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 100%;
    left: 0;
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover h2 {
    color: #3a3d41;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    color: #f73948;
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin-bottom: 0;
    font-size: 12px;
    color: #999999;
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover a {
    position: relative;
    top: inherit;
    margin-bottom: 16px;
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover a.zoom {
    right: inherit;
    margin-right: 40;
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover a.link {
    left: inherit;
    margin-left: 40;
}
.portfolio-box.portfolio-style2 .project-post:hover .project-gal .hover-box .inner-hover a.zomm {
    margin-right: 5px;
}
.portfolio-box.portfolio-style2 .project-post:hover .project-gal .hover-box .inner-hover a.link {
    margin-left: 5px;
}
.title-section.transparent-back {
    background: transparent;
}
.title-section.transparent-back h1 {
    color: #ffffff;
}
.testimonials-section {
    background: url('../images/slider/Invisalign-aligner-logo.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 0px 0 40px;
}
.testimonials-section .container {
    position: relative;
    z-index: 2;
}
.testimonials-section .title-section {
    position: relative;
    z-index: 2;
}
.testimonials-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(58, 61, 65, 0.8);
}
.testimonial-post {
    text-align: center;
    margin-bottom: 20px;
}
.testimonial-post img {
    display: inline-block;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
    margin-bottom: 12px;
    max-width: 220px;
    border-radius: 50%;
}
.testimonial-post h2 {
    color: #3a3d41;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 27px;
}
.testimonial-post p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    color: #ffffff;
    max-width: 860px;
    margin: 0 auto;
    padding: 20px 25px;
    background: #f73948;
    position: relative;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
}
.testimonial-post p:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #f73948;
    border: 1px solid #f73948;
    left: 50%;
    margin-left: -10px;
    top: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*-------------------------------------------------*/
/* = home 3 
/*-------------------------------------------------*/
.banner-section.style2 {
    background: #ffffff;
}
.banner-section.style2 h1 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
}
.banner-section.style2 p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    color: #999999;
    font-size: 14px;
}
.portfolio-box.portfolio-style2.hover-second .project-post .project-gal .hover-box {
    background: rgba(58, 61, 65, 0.9);
}
.title-section.pattern {
    background: url('../images/pattern.png');
}
.title-section.pattern h1 {
    color: #ffffff;
}
.features-section3 {
    background: url('../images/banner5.jpg') ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 55px 0 50px;
    position: relative;
}
.features-section3 .container {
    position: relative;
    z-index: 2;
}
.features-section3 .container h1 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
    line-height: 28px;
    color: #f73948;
}
.features-section3 .container h1 span {
    color: #3a3d41;
}
.features-section3 .container p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 24px;
    color: #151515;
    margin-bottom: 45px;
}
.features-section3 .container .image-place img {
    max-width: 100%;
    margin: 0;
}
.feature-list3 {
    padding: 0;
    margin: 0 0 30px;
}
.feature-list3 li {
    list-style: none;
}
.feature-list3 li span {
    display: inline-block;
    float: left;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #3a3d41;
    text-align: center;
}
.feature-list3 li span i {
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
}
.feature-list3 li .list-cont {
    margin-left: 74px;
}
.feature-list3 li .list-cont h3 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
    color: #3a3d41;
    font-size: 24px;
    margin-bottom: 5px;
}
.feature-list3 li .list-cont p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 24px;
    color: #FCF9F9;
    font-size: 14px;
}
.features-section3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
}
.features-section4 {
    background: #fafafa;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 55px 0 50px;
    position: relative;
}
.features-section4 .container {
    position: relative;
    z-index: 2;
}
.features-section4 .container h1 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
    line-height: 28px;
    color: #f73948;
}
.features-section4 .container h1 span {
    color: #EFF3F7;
}
.features-section4 .container p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 24px;
    color: #FCF9F9;
    margin-bottom: 45px;
}
.features-section4 .container .image-place img {
    max-width: 100%;
    margin: 0;
}
.feature-list4 {
    padding: 0;
    margin: 0 0 30px;
}
.feature-list4 li {
    list-style: none;
}
.feature-list4 li span {
    display: inline-block;
    float: left;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #3a3d41;
    text-align: center;
}
.feature-list4 li span i {
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
}
.feature-list4 li .list-cont {
    margin-left: 74px;
}
.feature-list4 li .list-cont h3 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
    color: #3a3d41;
    font-size: 24px;
    margin-bottom: 5px;
}
.feature-list4 li .list-cont p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 24px;
    color: #151515;
    font-size: 14px;
}
.features-section4:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
}
.blog-section.second-style .blog-post {
    overflow: hidden;
}
.blog-section.second-style .blog-post .post-gal {
    margin-left: 60px;
}
.blog-section.second-style .blog-post .post-content > p {
    font-size: 17px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 25px;
    margin: 0 0 24px;
    padding: 16px 22px;
    margin: 0;
    margin-left: 60px;
    color: rgb(66, 94, 132);
}
.blog-section.second-style .blog-post .post-date {
    float: left;
    width: 60px;
    height: 90px;
    background: #3a3d41;
    text-align: center;
    padding: 12px 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.blog-section.second-style .blog-post .post-date p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}
.blog-section.second-style .blog-post .post-date p span {
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
}
.blog-section.second-style .blog-post .post-date p span:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #ffffff;
    bottom: 0px;
    left: 50%;
    margin-left: -10px;
}
.blog-section.second-style .blog-post:hover .post-date {
    background: #f73948;
}
/*-------------------------------------------------*/
/* = portfolio pages 
/*-------------------------------------------------*/
.page-banner {
    padding: 42px 0 47px;
    position: relative;
}
.page-banner .container {
    position: relative;
    z-index: 2;
}
.page-banner .container h1 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 36px;
}
.page-banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(58, 61, 65, 0.4);
}
.portfolio-page-banner {
    background: url('../images/banner2.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-banner2 {
    padding: 42px 0 47px;
    position: relative;
}
.page-banner2 .container {
    position: relative;
    z-index: 2;
}
.page-banner2 .container h1 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 36px;
}
.page-banner2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(58, 61, 65, 0.4);
}
.portfolio-page-banner2 {
    background: url('../images/banner10.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.title-section.white {
    background: #ffffff;
}
ul.filter {
    margin: 0;
    padding: 35px 0;
    background: #f9fafb;
    text-align: center;
}
ul.filter li {
    list-style: none;
    display: inline-block;
    margin-left: 25px;
}
ul.filter li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #3a3d41;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 6px;
    border-bottom: 1px solid transparent;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
ul.filter li a:hover, ul.filter li a.active {
    color: #f73948;
    border-bottom: 1px solid #f73948;
}
.masonry.three-col .project-post {
    width: 33.32%;
}
.masonry.four-col .project-post {
    width: 24.98%;
}
.masonry.five-col .project-post {
    width: 19.99%;
}
.testimonials-section.transparent-back {
    background: #ffffff;
}
.testimonials-section.transparent-back .testimonial-post h2 {
    color: #3a3d41;
}
.testimonials-section.transparent-back .testimonial-post p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    background: #FE6367;
    border: 1px solid #EC2B2B;
}
.testimonials-section.transparent-back .testimonial-post p:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    border-right-color: transparent;
    left: 50%;
    margin-left: -10px;
    top: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.testimonials-section.transparent-back .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 2px solid #dddddd;
}
.testimonials-section.transparent-back .bx-wrapper .bx-pager.bx-default-pager a:hover, .testimonials-section.transparent-back .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f73948;
    border: 2px solid #f73948;
}
.testimonials-section.transparent-back:after {
    display: none;
}
button.mfp-close, button.mfp-arrow {
    outline: none;
}
/*-------------------------------------------------*/
/* = blog pages 
/*-------------------------------------------------*/
.blog-page-banner {
    background: url('../images/banner2.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-page-banner2 {
    background: url('../images/behandler-banner.jpg');
    min-height: 420px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: right center center;
}
.blog-page-banner3 {
    background: url('../images/back_image-4.jpg');
    min-height: 420px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center center;
}
.blog-page-banner4 {
    background: url('../images/back_image-5.jpg');
    min-height: 420px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}
.blog-box.masonry {
    width: 1170px;
    margin-left: -15px;
}
.blog-box.masonry .blog-post {
    margin: 15px;
    width: 360px;
}
.blog-box.masonry .blog-post .post-gal {
    position: relative;
}
.blog-box.masonry .blog-post .post-gal iframe {
    width: 100%;
}
.blog-box.masonry .blog-post .post-gal .hover-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.65);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.blog-box.masonry .blog-post .post-gal .hover-box a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #f73948;
    top: 50%;
    left: 50%;
    margin-left: 45px;
    margin-top: -20px;
    position: absolute;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.blog-box.masonry .blog-post .post-gal .hover-box a i {
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
}
.blog-box.masonry .blog-post .post-gal .hover-box a:hover {
    background: #3a3d41;
}
.blog-box.masonry .blog-post:hover .post-gal .hover-box {
    visibility: visible;
    opacity: 1;
}
.blog-box.masonry .blog-post:hover .post-gal .hover-box a {
    margin-left: -20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.flex-direction-nav .flex-next {
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 10px;
    background: #3a3d41;
    border: 1px solid #3a3d41;
    box-shadow: 0 3px 0 #5c5f62;
    -webkit-box-shadow: 0 3px 0 #5c5f62;
    -moz-box-shadow: 0 3px 0 #5c5f62;
    -o-box-shadow: 0 3px 0 #5c5f62;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.flex-direction-nav .flex-prev {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 10px;
    background: #3a3d41;
    border: 1px solid #3a3d41;
    box-shadow: 0 3px 0 #5c5f62;
    -webkit-box-shadow: 0 3px 0 #5c5f62;
    -moz-box-shadow: 0 3px 0 #5c5f62;
    -o-box-shadow: 0 3px 0 #5c5f62;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.flex-direction-nav .flex-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #ffffff;
    line-height: 40px;
}
.flex-direction-nav .flex-prev:after {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #ffffff;
    line-height: 40px;
}
.flexslider .flex-next:hover {
    background: #f73948;
    border: 1px solid #f73948;
    box-shadow: 0 3px 0 #f76677;
    -webkit-box-shadow: 0 3px 0 #f76677;
    -moz-box-shadow: 0 3px 0 #f76677;
    -o-box-shadow: 0 3px 0 #f76677;
}
.flexslider .flex-prev:hover {
    background: #f73948;
    border: 1px solid #f73948;
    box-shadow: 0 3px 0 #f76677;
    -webkit-box-shadow: 0 3px 0 #f76677;
    -moz-box-shadow: 0 3px 0 #f76677;
    -o-box-shadow: 0 3px 0 #f76677;
}
.categorize-blog {
    margin-bottom: 0px;
}
.categorize-blog ul.filter {
    padding: 10px 0 0;
}
.view-more {
    padding-left: 45px !important;
    position: relative;
    margin-bottom: 50px !important;
}
.view-more i {
    position: absolute;
    left: 17px;
    top: 7px;
    display: inline-block;
    font-size: 22px !important;
}
.blog-section {
    position: relative;
}
a.go-top {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 60px;
    height: 60px;
    color: #999999;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #f73948;
    box-shadow: 0 3px 0 #e5e5e5;
    -webkit-box-shadow: 0 3px 0 #e5e5e5;
    -moz-box-shadow: 0 3px 0 #e5e5e5;
    -o-box-shadow: 0 3px 0 #e5e5e5;
}
a.go-top i {
    font-size: 22px;
    line-height: 60px;
}
a.go-top:hover {
    border: 1px solid #999999;
}
.blog-section.with-sidebar {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
}
.blog-section.with-sidebar .blog-post {
    margin-bottom: 60px;
}
.blog-section.with-sidebar .blog-post .post-content > p {
    font-size: 16px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 23px;
    margin: 0 0 24px;
    padding: 20px;
    margin-bottom: 0;
    margin-left: 60px;
    color: #2C2B2B;
}
.blog-section.with-sidebar .blog-post .post-content > a {
    margin-left: 80px;
}
.blog-section.with-sidebar .blog-post iframe {
    width: 100%;
    height: 340px;
    margin-bottom: -6px;
}
.pagination-box {
    padding-top: 50px;
    padding-bottom: 20px;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
}
.pagination-box a.prev {
    float: left;
    margin: 0;
}
.pagination-box a.next {
    float: right;
    margin: 0;
}
.search-widget input[type="search"] {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin: 0;
    color: #3a3d41;
    padding: 10px 12px;
    border: 1px solid #e5e5e5;
    width: 100%;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.search-widget input[type="search"]:focus {
    border: 1px solid #f73948;
}
.search-widget button {
    background: #fff;
    border: none;
    float: right;
    margin-top: -32px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}
.search-widget button i {
    color: #f73948;
    font-size: 16px;
}
.sidebar .widget {
    margin-bottom: 40px;
}
.sidebar .widget h3 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
    color: #3a3d41;
    margin-bottom: 22px;
}
.sidebar .widget ul.category-list, .sidebar .widget ul.category-list {
    margin: 0;
    padding: 0;
}
.sidebar .widget ul.category-list li, .sidebar .widget ul.category-list li {
    list-style: none;
    margin-bottom: 22px;
}
.sidebar .widget ul.category-list li a, .sidebar .widget ul.category-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding-left: 20px;
    text-transform: uppercase;
    color: #3a3d41;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    position: relative;
    font-weight: 700;
}
.sidebar .widget ul.category-list li a:before, .sidebar .widget ul.category-list li a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #e5e5e5;
    left: 0;
    top: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.sidebar .widget ul.category-list li a:hover, .sidebar .widget ul.category-list li a:hover {
    color: #f73948;
}
.sidebar .widget ul.category-list li a:hover:before, .sidebar .widget ul.category-list li a:hover:before {
    border: 2px solid #f73948;
    background: #f73948;
}
.sidebar .widget ul.category-list li:last-child, .sidebar .widget ul.category-list li:last-child {
    margin-bottom: 0;
}
.sidebar .widget ul.popular-list {
    margin: 0;
    padding: 0;
}
.sidebar .widget ul.popular-list li {
    list-style: none;
    padding-top: 24px;
    border-top: 1px solid #f5f5f5;
    margin-bottom: 24px;
    overflow: hidden;
}
.sidebar .widget ul.popular-list li img {
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.sidebar .widget ul.popular-list li .side-content {
    margin-left: 80px;
}
.sidebar .widget ul.popular-list li .side-content h2 {
    color: #3a3d41;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}
.sidebar .widget ul.popular-list li .side-content h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #3a3d41;
}
.sidebar .widget ul.popular-list li .side-content h2 a:hover {
    color: #f73948;
}
.sidebar .widget ul.popular-list li .side-content p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin: 0;
    color: #a9a9a9;
}
.sidebar .widget ul.popular-list li:first-child {
    list-style: none;
    padding-top: 0;
    border-top: none;
}
.sidebar .widget ul.popular-list li:last-child {
    margin-bottom: 0;
}
.sidebar .text-widget p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    color: #999999;
    margin: 0;
}
.sidebar ul.tags-list {
    margin: 0;
    padding: 0;
}
.sidebar ul.tags-list li {
    list-style: none;
    display: inline-block;
    margin-bottom: 3px;
}
.sidebar ul.tags-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 9px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #999999;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}
.sidebar ul.tags-list li a:hover {
    color: #ffffff;
    border: 1px solid #3a3d41;
    background: #3a3d41;
}
.blog-box.masonry.one-col {
    width: 100%;
    margin-left: 0;
}
.blog-box.masonry.one-col .blog-post {
    width: 100%;
    margin: 0 0 60px;
}
.blog-box.masonry.one-col .blog-post iframe {
    width: 100%;
    height: 360px;
}
.blog-box.masonry.one-col .blog-post .post-content > a {
    margin-left: 80px;
}
/*-------------------------------------------------*/
/* = signle post 
/*-------------------------------------------------*/
.blog-section.with-sidebar {
    overflow: hidden;
}
.single-post.blog-post .post-content > p {
    padding: 0 20px !important;
    margin-top: 20px !important;
    margin-bottom: 0px;
}
.single-post {
    overflow: hidden;
}
.single-post blockquote {
    border: none;
    background: #f9fafb;
    border-left: 60px solid #f73948;
    padding: 20px;
    position: relative;
    margin-top: 20px;
}
.single-post blockquote p {
    font-size: 16px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin: 0;
    font-weight: 700;
    color: #3a3d41;
}
.single-post blockquote:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 23px;
    top: 50%;
    left: -45px;
    margin-top: -12px;
    background: url('../images/quote.png') center center no-repeat;
}
.single-post .share-tag-box {
    margin-left: 80px;
}
.single-post .share-tag-box .post-tags {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.single-post .share-tag-box .post-tags li {
    display: inline-block;
}
.single-post .share-tag-box .post-tags li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #3a3d41;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
}
.single-post .share-tag-box .post-tags li a:hover {
    color: #f73948;
    text-decoration: underline;
}
.single-post .share-tag-box span {
    display: inline-block;
    color: #3a3d41;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}
.single-post .pagination-boxer {
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid #e5e5e5;
}
.single-post .pagination-boxer .prev-post {
    float: left;
    width: 50%;
    border-right: 1px solid #e5e5e5;
    padding: 54px 30px;
    background: #f9fafb;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.single-post .pagination-boxer .prev-post a {
    float: left;
    margin: 0 20px 0 0;
}
.single-post .pagination-boxer .prev-post p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin: 0;
    font-weight: 700;
    color: #3a3d41;
}
.single-post .pagination-boxer .next-post {
    float: right;
    width: 50%;
    padding: 54px 20px;
    background: #f9fafb;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.single-post .pagination-boxer .next-post a {
    float: right;
    margin: 0 0 0 20px;
}
.single-post .pagination-boxer .next-post p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin: 0;
    font-weight: 700;
    color: #3a3d41;
}
.single-post .pagination-boxer .prev-post:hover {
    background: #ffffff;
}
.single-post .pagination-boxer .next-post:hover {
    background: #ffffff;
}
.single-post .comment-section h3 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
    color: #3a3d41;
    margin-bottom: 50px;
}
.single-post .comment-section ul {
    margin: 0;
    padding: 0;
}
.single-post .comment-section ul li {
    list-style: none;
}
.single-post .comment-section ul li img {
    float: left;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.single-post .comment-section ul li .comment-box {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 42px;
    margin-bottom: 50px;
    overflow: hidden;
}
.single-post .comment-section ul li .comment-content {
    margin-left: 80px;
}
.single-post .comment-section ul li .comment-content h4 {
    color: #3a3d41;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 13px;
    text-transform: inherit;
}
.single-post .comment-section ul li .comment-content span {
    color: #3a3d41;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    font-size: 13px;
    color: #333;
    font-weight: 300;
    margin-bottom: 12px;
    text-transform: inherit;
}
.single-post .comment-section ul li .comment-content p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    font-weight: 300;
    color: #999999;
    margin-bottom: 10px;
}
.single-post .comment-section ul li .comment-content a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #3a3d41;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    font-size: 13px;
    color: #333;
    font-weight: 300;
    text-transform: inherit;
}
.single-post .comment-section ul li .comment-content a:hover {
    color: #f73948;
}
.single-post .comment-section ul li .depth {
    margin-left: 80px;
}
.single-post .comment-form h3 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
    color: #3a3d41;
    margin-bottom: 50px;
}
.single-post .comment-form input[type="text"], .single-post .comment-form textarea {
    width: 100%;
    display: inline-block;
    padding: 11px;
    background: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #999999;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    border: 1px solid #e5e5e5;
    outline: none;
    margin: 0 0 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.single-post .comment-form input[type="text"]:focus, .single-post .comment-form textarea:focus {
    border: 1px solid #f73948;
}
.single-post .comment-form textarea {
    min-height: 122px;
}
.single-post .comment-form input[type="submit"] {
    display: inline-block;
    outline: none;
    padding: 10px 47px;
    color: #999999;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    background: transparent;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #ffffff;
}
.single-post .comment-form input[type="submit"]:hover {
    border: 1px solid #999999;
    border-bottom: 3px solid #999999;
}
.social-box {
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    margin-top: 5px;
}
.social-box li {
    display: inline-block;
}
.social-box li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    background: #f8f8f8;
}
.social-box li a i {
    font-size: 15px;
    line-height: 28px;
    color: #c3c3c3;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.social-box li a:hover i {
    color: #ffffff;
}
.social-box li a.facebook:hover {
    background: #3b5b94;
}
.social-box li a.twitter:hover {
    background: #24cafe;
}
.social-box li a.google:hover {
    background: #5b5b5b;
}
/*-------------------------------------------------*/
/* = single-project 
/*-------------------------------------------------*/
.single-project {
    padding-bottom: 50px;
}
.project-block {
    margin-bottom: 30px;
}
.single-project-content {
    padding-top: 60px;
}
.single-project-content h1 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
    margin-bottom: 0;
}
.single-project-content h3 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 32px;
}
.single-project-content p {
    font-size: 16px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin-bottom: 20px;
    color: #2F2C2C;
}
.single-project-content p span {
    font-weight: 700;
}
.project-sidebar {
    margin-bottom: 30px;
}
.project-sidebar h1 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
    margin-bottom: 0;
}
.project-sidebar h3 {
    line-height: 25px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 16px;
    color: #2F2C2C;
    font-weight: 400;
    margin-bottom: 32px;
}
.project-sidebar ul.project-photos {
    width: 280px;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    overflow: hidden;
}
.project-sidebar ul.project-photos li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    list-style: none;
}
.project-sidebar ul.project-photos li img {
    width: 280px;
}
.project-sidebar ul.project-photos li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.project-sidebar ul.project-photos li:nth-child(2n) {
    margin-right: 0;
}
.project-sidebar ul.project-photos li:hover a {
    opacity: 1;
    visibility: visible;
}
.project-sidebar p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    font-weight: 700;
    color: #3a3d41;
    margin-bottom: 10px;
}
.project-sidebar p span {
    color: #999999;
}
.project-sidebar p a {
    color: #f73948;
}
.project-sidebar a.button-third {
    margin: 0;
    margin-top: 7px;
}
/*-------------------------------------------------*/
/* = about 
/*-------------------------------------------------*/
.about-page-banner {
    background: url('../images/banner3.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.team-section {
    background: #f9fafb;
}
.team-box {
    padding: 60px 0;
    position: relative;
}
.team-box .buttons {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 160px;
    left: 0;
}
.team-box .buttons a.owl-prev {
    float: left;
    margin-left: -50px;
}
.team-box .buttons a.owl-next {
    float: right;
    margin-right: -50px;
}
.team-post {
    height: 375px;
    width: 290px;
    background-size: 100% 100%;
    transition: all .5s ease;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
}
.team-post:hover {
    width: 103%;
    color: #fff;
    height: 105%;
    z-index: 1000;
    position:inherit;
    background-color: rgba(240, 68, 68, 0.62);
    padding-bottom: 8px;
}
.team-post img {
    width: 260px;
    height: 346px;
    border:1px solid #f73948 
}
.team-post .team-head {
    padding: 16px 0 14px;
    position: relative;
    margin-bottom: 16px;
}
.team-post .team-head h2 {
    color: #3a3d41;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
}
.team-post .team-head span {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    font-size: 12px;
    margin: 0;
    color: #999999;
}
.team-post .team-head:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    background: #3a3d41;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.team-post > p {
    font-size: 14px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 24px;
    color: #D7282D;
    font-size: 12px;
    margin: 0 0 10px;
}
ul.team-social {
    margin: 0;
    padding: 0;
}
ul.team-social li {
    display: inline-block;
}
ul.team-social li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #d2d6da;
    -webkit-backface-visibility: hidden;
    text-align: center;
}
ul.team-social li a i {
    font-size: 18px;
    color: #d2d6da;
    line-height: 40px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
ul.team-social li a:hover {
    background: #3a3d41;
    border: 2px solid #3a3d41;
}
ul.team-social li a:hover i {
    color: #ffffff;
}
.statistic-box.style2 {
    overflow: hidden;
    border-bottom: 1px solid #e6eaed;
    background-color:rgba(131, 131, 131, 0.56);
    margin-bottom: 51px;
}
.statistic-box.style2 .statistic-post {
    float: left;
    width: 16.66%;
    margin-bottom: -30px;
    text-align:center;
}
.statistic-box.style2 .statistic-post .statistic-counter {
    padding: 22px 10px;
    background: #f9fafb;
    border: 1px solid #e6eaed;
    margin-bottom: 30px;
    overflow: hidden;
}
.statistic-box.style2 .statistic-post .statistic-counter p {
    color: #3a3d41;
}
.statistic-box.style2 .statistic-post .statistic-counter p span {
    color: #3a3d41;
}
.statistic-box.style2 .statistic-post .statistic-content p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin-bottom: 5px;
    color: #666;
}
.statistic-box.style2 .statistic-post .statistic-content p span {
    font-size: 20px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin: 0 0 24px;
    color: #353232;
    font-weight: 700;
    margin: 0;
    line-height: 20px;
}
.skills-accord-section {
    padding: 60px 0;
}
.skills-accord-section .accord-box, .skills-accord-section .skills-box {
    margin-left: 20px 
}
.skills-accord-section .accord-box > h1, .skills-accord-section .skills-box > h1 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
}
.skills-accord-section .accord-box > p, .skills-accord-section .skills-box > p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    font-size: 18px;
    color: #453D3D;
    margin-bottom: 50px;
}
.skills-progress {
    color: #3a3d41;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    margin: 0;
    text-transform: inherit;
    position: relative;
}
.meter {
    height: 8px;
   /* Can be anything */
    position: relative;
    background: transparent;
    border: 1px solid #d2d6da;
    margin-bottom: 19px;
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.meter > p {
    display: block;
    height: 2px;
    position: relative;
    background: #f73948;
}
.meter > p span {
    position: absolute;
    right: -15px;
    top: -47px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    background: #3a3d41;
    padding: 8px 3px 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.meter > p span:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid #3a3d41;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
}
.services-page-banner {
    background: url('../images/back_image-1.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 420px;
}
.services-page-banner0 {
    background: url('../images/thumbnails/big1.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.features-section2 .features-box-services .feature-list {
    margin-top: 70px;
}
.features-section2 .image-place {
    margin-bottom: 40px;
}
.tab-section {
    background: url('../images/banner4.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 50px 0 40px;
}
.tab-section .container {
    position: relative;
    z-index: 2;
}
.tab-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(58, 61, 65, 0.8);
}
.tab-box .container h1 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
    color: #F31F2E;
    margin-bottom: 15px;
    text-align: center;
}
.tab-box .container > p {
    font-size: 14px;
    color: #e8e6e6;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    max-width: 900px;
}
.nav-tabs {
    border: none;
    margin-top: 60px;
}
.nav-tabs li {
    border-top: 2px solid #3a3d41;
    margin: 0;
    width: 20%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.nav-tabs li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background: #3a3d41;
    display: block;
    border: none !important;
    margin: 0;
    width: 100%;
    padding: 30px 10px;
    overflow: hidden;
}
.nav-tabs li a span {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #f73948;
    color: #ffffff;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
    font-family: arial;
    font-weight: 700;
}
.nav-tabs li a h2 {
    color: #3a3d41;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    text-transform: inherit;
    margin: 3px 0 0 37px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.nav-tabs li a p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    margin-left: 60px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.nav-tabs li a:hover {
    background: #3a3d41;
    opacity: 0.7;
}
.nav-tabs li.active {
    border-top: 2px solid #f73948;
}
.nav-tabs li.active a {
    background: #ffffff;
}
.nav-tabs li.active a h2 {
    color: #3a3d41;
}
.nav-tabs li.active a p {
    color: #999999;
}
.tab-content {
    border: none;
    margin-bottom: 40px;
}
.tab-content .tab-pane {
    padding: 45px 30px;
    overflow: hidden;
    opacity: 0.7;
    background: #ffffff;
}
.tab-content .tab-pane h2 {
    color: #3a3d41;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    font-size: 18px;
    text-transform: inherit;
    margin: 0 0 16px;
}
.tab-content .tab-pane p {
    font-size: 16px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 24px;
    color: #000000;
    margin-bottom: 10px;
}
/*-------------------------------------------------*/
/* = Oeffnungszeiten 
/*-------------------------------------------------*/
.oeffnungszeiten-page-banner {
    background: url('../images/banner-oeffnungszeiten.jpg');
    min-height: 420px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center center;
}
/*-------------------------------------------------*/
/* = contact 
/*-------------------------------------------------*/
.contact-page-banner {
    background: url('../images/banner11.jpg');
    min-height: 260px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center center;
}
.contact-page-banner1 {
    background: url('../images/banner11-untereng.png');
    min-height: 260px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center center;
}
.map {
    height: 330px;
}
.contact-info {
    padding: 40px 0;
    text-align: center;
}
.contact-info a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #f73948;
    margin-bottom: 12px;
}
.contact-info a i {
    line-height: 60px;
    color: #ffffff;
    font-size: 30px;
}
.contact-info h2 {
    color: #3a3d41;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    text-transform: inherit;
    margin-bottom: 30px;
}
.contact-info p {
    font-size: 16px;
    color: #3a3d41;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    color: #3a3d41;
    padding: 23px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}
.contact-info p span {
    display: block;
}
.contact-info p:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #dfdfdf;
    border-bottom-color: transparent;
    border-right-color: transparent;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
.contact-area {
    background: #f9fafb;
}
.contact-area .title-section {
    padding-bottom: 30px;
}
.contact-area #contact-form {
    padding-bottom: 30px;
    padding-top: 30px;
}
.contact-area #contact-form input[type="text"], .contact-area #contact-form textarea {
    width: 100%;
    display: inline-block;
    padding: 11px;
    background: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #000000;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    border: 1px solid #e5e5e5;
    outline: none;
    margin: 0 0 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.contact-area #contact-form input[type="text"]:focus, .contact-area #contact-form textarea:focus {
    border: 1px solid #f73948;
}
.contact-area #contact-form textarea {
    min-height: 122px;
    resize: none;
}
.contact-area #contact-form input[type="submit"] {
    display: inline-block;
    outline: none;
    padding: 10px 47px;
    color: #b5121b;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    background: transparent;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #b5121b;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #F9FAFB;
}
.contact-area #contact-form input[type="submit"]:hover {
    border: 1px solid #F9FAFB;
    background: #b5121b;
    color: #F9FAFB;
}
.contact-area #contact-form .submit-area {
    text-align: center;
}
.contact-area #contact-form .message {
    height: 30px;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
}
.contact-area #contact-form .message.error {
    color: #e74c3c;
}
.contact-area #contact-form .message.success {
    color: #3a3d41;
}
/*-------------------------------------------------*/
/* = faqs page 
/*-------------------------------------------------*/
.faqs-page-banner {
    background: url('../images/banner1.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.toggle-section {
    padding: 21px 0;
    margin-bottom: 5px;
}
.accord-elem {
    margin-top: 8px;
}
.accord-elem:first-child {
    margin-top: 0px;
}
.accord-title {
    padding: 16px 20px;
    background: #ffffff;
    border: 1px solid #e6eaed;
    position: relative;
}
.accord-title h2 {
    padding-right: 52px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 15px;
    color: #3a3d41;
    text-transform: inherit;
}
.accord-title a.accord-link {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: absolute;
    width: 52px;
    height: 100%;
    top: 0;
    right: 0;
    text-align: center;
}
.accord-title a.accord-link:after {
    font-family: 'Raleway', sans-serif;
    content: '+';
    font-size: 42px;
    color: #b9121b;
    font-weight: 600;
    line-height: 49px;
}
.accord-elem.active .accord-title {
    background: #f9fafb;
    border-bottom: 1px solid transparent;
}
.accord-elem.active a.accord-link:after {
    content: ' -';
}
.accord-content {
    display: none;
    padding: 15px 20px;
    border: 1px solid #e6eaed;
    border-top: 1px solid transparent;
    overflow: hidden;
    background: rgb(154, 30, 30);
}
.accord-content p {
    font-size: 12px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 24px;
    color: #ffffff;
    text-align: left;
}
.accord-content p span {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}
.accord-elem.active .accord-content {
    display: block;
}
a.button-large {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #f73948;
    box-shadow: 0 3px 0 #f76677;
    -webkit-box-shadow: 0 3px 0 #f76677;
    -moz-box-shadow: 0 3px 0 #f76677;
    -o-box-shadow: 0 3px 0 #f76677;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 40px;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
a.button-large:hover {
    background: #3a3d41;
    box-shadow: 0 3px 0 #222222;
    -webkit-box-shadow: 0 3px 0 #222222;
    -moz-box-shadow: 0 3px 0 #222222;
    -o-box-shadow: 0 3px 0 #222222;
    color: #ffffff;
}
a.small-btn {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #f73948;
    border: 1px solid #f73948;
    box-shadow: 0 3px 0 #f76677;
    -webkit-box-shadow: 0 3px 0 #f76677;
    -moz-box-shadow: 0 3px 0 #f76677;
    -o-box-shadow: 0 3px 0 #f76677;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
a.small-btn:hover {
    background: #ffffff;
    border: 1px solid #999999;
    box-shadow: 0 3px 0 #fafafa;
    -webkit-box-shadow: 0 3px 0 #fafafa;
    -moz-box-shadow: 0 3px 0 #fafafa;
    -o-box-shadow: 0 3px 0 #fafafa;
    color: #e7eaec;
}
a.button-third.load-more {
    color: #3a3d41;
}
a.button-third.load-more i {
    margin-right: 25px;
}
a.button-fourth {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 60px;
    height: 60px;
    color: #999999;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 0 #e5e5e5;
    -webkit-box-shadow: 0 3px 0 #e5e5e5;
    -moz-box-shadow: 0 3px 0 #e5e5e5;
    -o-box-shadow: 0 3px 0 #e5e5e5;
}
a.button-fourth i {
    font-size: 22px;
    line-height: 60px;
}
a.button-fourth:hover {
    border: 1px solid #999999;
}
/*-------------------------------------------------*/
/* = footer 
/*-------------------------------------------------*/
ul.social-icons {
    margin: 0;
    padding: 0;
}
ul.social-icons li {
    display: inline-block;
    margin-left: 8px;
}
ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    border: 1px solid transparent;
    background: #f73948;
}
ul.social-icons li a i {
    font-size: 22px;
    line-height: 40px;
    color: #ffffff;
}
ul.social-icons li a:hover {
    border: 1px solid #ffffff;
}
footer.sofind {
    margin-top: -5px;
}
footer .social-section {
    background: #f73948;
    padding: 6px;
    text-align: center;

}
footer .up-footer {
    background: url('../images/pattern.png') ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 44px 0 0px;
}
footer .up-footer h1 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
    color: #ffffff;
    margin-bottom: 35px;
}
footer .up-footer p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin-bottom: 15px;
}
footer .up-footer .text-widget img {
    margin-top: 10px;
}
footer .up-footer .tweets-widget ul {
    margin: 0;
    padding: 0;
}
footer .up-footer .tweets-widget ul li {
    list-style: none;
    margin-bottom: 30px;
}
footer .up-footer .tweets-widget ul li i {
    display: inline-block;
    float: left;
    font-size: 15px;
    color: #ffffff;
    margin-top: 4px;
    margin-left: 4px;
}
footer .up-footer .tweets-widget ul li p {
    margin: 0 0 0 30px;
}
footer .up-footer .tweets-widget ul li p a {
    display: block;
    color: #f73948;
}
footer .up-footer .tweets-widget ul li span {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin: 0 0 0 30px;
    color: #999999;
    display: inline-block;
}
footer .up-footer .flickr-widget ul {
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: auto;
    height: 220px;
}
footer .up-footer .flickr-widget ul li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
}
footer .up-footer .flickr-widget ul li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
footer .up-footer .flickr-widget ul li a img {
    width: 104px;
}
footer .up-footer .flickr-widget ul li a:hover {
    opacity: 0.7;
}
footer .up-footer .subscribe-form input[type="text"] {
    display: inline-block;
    padding: 12px 10px;
    background: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #c8c8c8;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    min-width: 160px;
    border: none;
    outline: none;
    margin: 0;
    margin-right: -5px;
}
footer .up-footer .subscribe-form input[type="submit"] {
    display: inline-block;
    padding: 13px 8px 12px;
    background: #f73948;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    border: none;
    outline: none;
    margin: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
footer .up-footer .subscribe-form input[type="submit"]:hover {
    opacity: 0.7;
}
footer .up-footer .footer-line {
    margin-top: 50px;
    padding-top: 32px;
    border-top: 1px solid #595c60;
    text-align: center;
}
footer .up-footer .footer-line p {
    color: #999999;
    margin-bottom: 0;
}
/*-------------------------------------------------*/
/* = Responsive Part 
/*-------------------------------------------------*/
@media (max-width: 1500px) {
    .masonry.five-col .project-post {
        width: 24.975%;
   }
}
@media (max-width: 1199px) {
    footer .up-footer .subscribe-form input[type="text"] {
        margin-bottom: 10px;
   }
    .nav-tabs li a p {
        font-size: 10px;
   }
    .blog-box.masonry {
        width: 970px;
   }
    .blog-box.masonry .blog-post {
        width: 293px;
   }
    .masonry.four-col .project-post, .masonry.five-col .project-post {
        width: 33.3%;
   }
    .project-sidebar ul.project-photos li img {
        width: 280px;
   }
}
@media (max-width: 991px) {
    .navbar-nav > li {
        margin-left: 0;
   }
    .nav > li > a {
        padding: 14px 11px;
        padding-bottom: 22px;
   }
    .slider1 .banner-thumbs {
        display: none;
   }
    .tp-caption.medium_thin_white .button-large, .tp-caption.medium_thin_grey .button-large {
        padding: 10px 20px;
        margin: 0 5px;
   }
    .features-section .container .image-place {
        text-align: left;
   }
    .features-section .container .image-place img {
        margin-bottom: 20px;
        max-width: 100%;
   }
    .nav-tabs li {
        width: auto;
   }
    .nav-tabs li a h2, .nav-tabs li a p {
        display: none;
   }
    .blog-box.masonry {
        width: 750px;
   }
    .blog-box.masonry .blog-post {
        width: 345px;
   }
    .masonry.three-col .project-post, .masonry.four-col .project-post, .masonry.five-col .project-post {
        width: 49.98%;
   }
    .project-block {
        padding-right: 0;
   }
    .project-sidebar ul.project-photos li {
        margin-right: 10px !important;
   }
}
@media (max-width: 767px) {
    .navbar-toggle {
        margin-top: 15px;
   }
    .nav > li > a {
        padding: 5px 15px;
   }
    .navbar-nav li ul.drop-down, .navbar-nav li ul.drop-down li ul.drop-down.level3 {
        background: transparent;
        border: none;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
        position: relative;
        width: auto;
        visibility: visible;
        opacity: 1;
        top: inherit;
        left: inherit;
   }
    .navbar-nav li ul.drop-down li a, .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
        background: none !important;
        color: #3a3d41;
        font-size: 12px;
        text-transform: inherit;
        padding: 4px 20px;
   }
    .navbar-nav li ul.drop-down li a:hover, .navbar-nav li ul.drop-down li ul.drop-down.level3 li a:hover {
        color: #f73948;
   }
    .form-search {
        position: relative;
        top: inherit;
        right: inherit;
        width: auto;
        margin: 5px 15px;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
   }
    a.open-search {
        display: none !important;
   }
    .tp-caption.medium_thin_white {
        font-size: 22px;
   }
    .tp-caption.medium_thin_white .button-large, .tp-caption.medium_thin_grey .button-large {
        padding: 5px 5px;
        margin: 0 2px;
        font-size: 10px;
   }
    .client-section .bx-wrapper .bx-controls-direction {
        display: none;
   }
    .bx-wrapper {
        margin: 0 auto 20px;
   }
    .pricing-box .pricing-item {
        width: 100%;
   }
    .team-box .buttons a.owl-prev {
        margin-left: 0;
   }
    .team-box .buttons a.owl-next {
        margin-right: 0;
   }
    .team-box .buttons {
        width: 90px;
        height: 40px;
        top: -35px;
        left: 10px;
   }
    a.go-top {
        bottom: 10px;
        right: 15px;
        width: 45px;
        height: 45px;
   }
    a.go-top i {
        line-height: 45px;
   }
    .blog-box.masonry {
        width: 100%;
        margin-left: 0;
   }
    .blog-box.masonry .blog-post {
        width: 100%;
        margin: 15px 0;
   }
    .masonry.three-col .project-post, .masonry.four-col .project-post, .masonry.five-col .project-post {
        width: 100%;
   }
    div.buttons {
        margin: -900px 0;
        position: absolute;
   }
    div.buttons a.button-third {
        margin: 0 8px;
   }
    a.button-third {
        display: inline-block;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        padding: 10px 15px;
        color: rgba(38, 38, 38, 0.77);
        font-size: 12px;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        margin: 0;
   }
    a.button-third i {
        font-size: 80px;
   }
    a.button-third:hover {
        color: rgba(64, 64, 64, 0.77);
   }

   .fixed-button
   {
    right: 10px !important;
    padding: 6px 6px !important;
   }
}
@media (max-width: 581px) {
    .statistic-box.style2 .statistic-post {
        width: 100%;
   }
    footer .up-footer .flickr-widget ul li a img {
        width: 100px;
   }
}
.mainImageborder {
    padding-top: 5px;
}
.wrapper{
    position:relative;
    width:100%;
    height:500px;
    background-image:url(images/merry.jpg);
    margin:0 auto;
    position:relative;
    padding:0;
    display:block;
}
#image {
    position:relative;
    background-repeat:repeat-x;
    background-image:url(images/christmas2.png);
    width:100%;
    height:200px;
    margin-top:-92px;
}
/* Stajl za plamen */
.containerC{
    margin:-73px 37px;
    position:relative;
    transform-origin:left bottom;
    animation-name: flicker;
    animation-duration:3ms;
    animation-delay:200ms;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.flame{
    bottom:0;
    position:absolute;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    transform:rotate(-45deg) scale(1.5,1.5);
}
.zuta{
    left:23px;
    width: 5px;
    height: 5px;
    background:gold;
    box-shadow: 0px 0px 9px 4px gold;
}
.narandzasta{
    left:19px;
    width: 7px;
    height: 7px;
    background:orange;
    box-shadow: 0px 0px 9px 4px orange;
}
.crvena{
    left:19px;
    width: 10px;
    height: 10px;
    background:OrangeRed;
    box-shadow: 0px 0px 5px 4px OrangeRed;
}
.bijela{
    left:21px;
    bottom:1px;
    width:3px;
    height: 3px;
    background:white;
    box-shadow: 0px 0px 9px 4px white;
}
/* drugi plamen */
.containerC2{
    margin:-73px 240px;
    position:relative;
    transform-origin:left bottom;
    animation-name: flicker;
    animation-duration:3ms;
    animation-delay:200ms;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
/* treci plamen */
.containerC3{
    margin:-73px 511px;
    position:relative;
    transform-origin:left bottom;
    animation-name: flicker;
    animation-duration:3ms;
    animation-delay:200ms;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
/* cetvrti plamen */
.containerC4{
    margin:-73px 718px;
    position:relative;
    transform-origin:left bottom;
    animation-name: flicker;
    animation-duration:3ms;
    animation-delay:200ms;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
/* peti plamen */
.containerC5{
    margin:-73px 834px;
    position:relative;
    transform-origin:left bottom;
    animation-name: flicker;
    animation-duration:3ms;
    animation-delay:200ms;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
/* sesti plamen */
.containerC6{
    margin:-73px 1037px;
    position:relative;
    transform-origin:left bottom;
    animation-name: flicker;
    animation-duration:3ms;
    animation-delay:200ms;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
/* sedmi plamen */
.containerC7{
    margin:-73px 1311px;
    position:relative;
    transform-origin:left bottom;
    animation-name: flicker;
    animation-duration:3ms;
    animation-delay:200ms;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
/* osmi plamen */
.containerC8{
    margin:-73px 1517px;
    position:relative;
    transform-origin:left bottom;
    animation-name: flicker;
    animation-duration:3ms;
    animation-delay:200ms;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
/* devet plamen */
.containerC9{
    margin:-73px 1632px;
    position:relative;
    transform-origin:left bottom;
    animation-name: flicker;
    animation-duration:3ms;
    animation-delay:200ms;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.circle{
    border-radius: 50%;
    position:absolute;
}
@keyframes flicker{
    0% {
       transform: rotate(-1deg);
   }
    20% {
       transform: rotate(1deg);
   }
    40% {
       transform: rotate(-1deg);
   }
    60% {
       transform: rotate(1deg) scaleY(1.05);
   }
    80% {
       transform: rotate(-3deg) scaleY(1.0);
   }
    100% {
       transform: rotate(1deg);
   }
}
@media(max-width: 991px){
    .nav-tabs li a span {
        display: inline-block;
        float: left;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #f73948;
        color: #ffffff;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        font-family: arial;
        font-weight: 700;
   }
}
@media (max-width: 388px) {
    footer .up-footer .flickr-widget ul li a img {
        width: 75px;
   }
    .nav-tabs li a span {
        display: inline-block;
        float: left;
        width: 28px;
        height: 28px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #f73948;
        color: #ffffff;
        text-align: center;
        line-height: 28px;
        font-size: 18px;
        font-family: arial;
        font-weight: 700;
   }
}
.imageszoom{
    margin-bottom: 15px;
    box-shadow: 0px 0px 1px 0px rgb(247, 57, 72);
    transition: all 1s ease;
    width: 750px;
}
.imageszoom:hover{
    width: 850px;
    transition: all 2s ease;
}
.sm-tab{
    max-width: 15%;
}
.logo-z{
    height: 54px;
    width: 181px;
    background: url('../images/logo-einstregen.png') no-repeat;
    margin-top: 15px;
    float: left;
    margin-left: 35px;
}
.logo-z img {
    float: right;
    margin-top: -18px;
    margin-right: -136px;
}
.logo-v{
    height: 58px;
    width: 249px;
    background: url('../images/logo.png') no-repeat;
    float: right;
    margin-top: -58px;
    margin-right: -34px;
}
@media screen and (max-width: 991px) {
    .logo-z{
        background: url('../images/logo-einstregen-small.png') no-repeat;
        height: 38px;
        width: 150px;
        margin-top: 16px;
        float: left;
        margin-left: 10px;
   }
    .logo-v {
        margin-right: -95px !important;
        background: url('../images/logo-einstregen.png') no-repeat;
   }
    .navbar-nav {
        margin-left: 0px;
   }
    .nav navbar-nav navbar-right {
        margin-left: -38px;
   }
    .navbar-nav > li {
        margin-left: 1px !important;
   }
}
@media screen and (min-width: 768px) {
    .logo-v {
        margin-top: 18px;
   }
}
@media screen and (max-width: 435px) {
    .logo-z img {
        float: left;
        margin-top: 15px;
        margin-left: -16px;
   }
    .nav {
        background-color: white;
        margin-top: 1px;
   }
}
@media screen and (max-width: 541px) {
    .navbar-toggle {
        float: right;
   }
    .logo-v {
        float: left;
        margin-top: -22px;
        margin-left: 15px;
        margin-bottom: -24px;
   }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav {
        margin-left: 16px !important;
   }
    .nav navbar-nav navbar-right {
        margin-left: 10px !important;
   }
}
.nav {
    padding-left: 0;
    margin-bottom: 0px;
    list-style: none;
    padding-top: 11px;
    padding-left: 6px;
}
.modal-body {
    position: relative;
    padding: 2px !important;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 7px;
   /* border-bottom: 1px solid #e5e5e5;*/
}
@media screen and (max-width: 355px){
    .modal-header {
        min-height: 16.42857143px;
        padding: 2px;
       /* border-bottom: 1px solid #e5e5e5;*/
   }
    .container-fluid{
        padding-left: 5px !important;
        padding-right: 5px !important;
   }
    .modal-dialog {
        margin-right: 1px !important;
        margin-left: 1px !important;
   }
}
.triggerAnimation {
    text-align: center;
}
#praxis-animated h3 {
    margin-top: 60px;
    font-size: 21px;
    color: black;
}
.project-gal.new-team {
    background: #eaeaea;
}
.item.project-post.new-team {
    background: #f3f4f5;
}
.project-content.new-team {
    margin-top: 166px;
}
.navbar-default .navbar-collapse{
    width: 100%;
}
.btn-termin{
    padding: 6px 6px;
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 6px;
    background-color: #d6d4d2;
    border-color: #b5121b;
    color: #b5121b;
    float: right;
    font-weight: 500;
}
.btn-video{
    background-color: #d6d4d2;
    border-color: #b5121b;
    color: #b5121b;
}

.btn:hover, .btn:focus {
    color: #f0f0f0;
    text-decoration: none;
    background: #b5121b;
}
.contents-data {
    margin-left: 60px;
    padding: 15px 20px;
    min-height: 90px;
    text-align:center;
}
.contents-data h2 a {
    padding-top: 25px;
    font-size: 17px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.owl-item {
    width: 275px;
}
#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 23px;
}
#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}
#customers tr:nth-child(even){
   background-color: #f2f2f2;
}
#customers tr:hover {
   background-color: #ddd;
}
#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #e74e5a;
    color: white;
}
.text-title{
    color: #d8292d;
    text-align:center;
}
@media (max-width: 1199px) {
    .navbar-nav{
        float:none;
   }
}
.box-clinics{
    margin-top:40px;
    margin-bottom: 50px;
}
.contact-table{
    padding-bottom: 36px;
}
.behandl {
    text-align: center;
    color: #fe6367;
    font-weight: bold;
}
#week-time {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 33px;
}
#week-time td, #week-time th {
    padding: 10px;
    border-bottom: 1px solid rgba(247, 57, 72, 0.37);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
#week-time tr:nth-child(even){
   background-color: #f2f2f2;
}
#week-time tr:hover {
   background-color: #ddd;
}
#week-time th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}
@media (max-width: 1040px) {
    .navbar-nav > li {
        margin-left: 10px;
   }
}
.cover {
    display: inline-block;
    width: 100%;
    background: #f9fafb;
}
.image-start{
    max-width: 315px;
    margin-top: 34px;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(232,216,216,1);
    -moz-box-shadow: 0px 6px 5px 0px rgba(232,216,216,1);
    box-shadow: 0px 6px 5px 0px rgba(232,216,216,1);
}
@media (max-width: 840px) {
.mypadding{
 margin-top:70px;
}

    ul.nav.navbar-nav.navbar-right {
        width: 77%;
   }
}
@media screen and (max-width: 1070px) and (min-width: 1050px) {
    ul.nav.navbar-nav.navbar-right {
        width: 73%;
   }
}
@media screen and (max-width: 766px) {
    ul.nav.navbar-nav.navbar-right {
        width: 77%;
        background: #e7e7e7;
   }
    .navbar-default .navbar-collapse {
        width: 100%;
        background-color: #e7e7e7;
   }
    .btn-termin {
        padding: 2px 6px;
        float: left;
        margin: 6px 15px;
   }
}
@media screen and (min-width: 320px) and (max-width: 600px) {
     .mypadding{
        margin-top:60px;
     }
    .services-section .services-box .services-post .services-head a {
        width: 42px;
        height: 42px;
        margin-bottom: 2px;
   }
    .services-section .services-box .services-post .services-head a i {
        line-height: 42px;
        font-size: 20px;
   }
    .services-section .services-box {
        padding: 9px 0;
   }
    .feature-list2 li .list-cont {
        padding-top: 10px;
        text-align: center;
        margin-left: 0px;
   }
    .toggle-section {
        padding: 0px 0px;
   }
    h1.sofind_h1, h2.notfail_h2, .title_h2 {
        font-size: 20px;
   }
    .skills-accord-section {
        padding: 0px 0;
   }
    .title-section.white {
        margin-bottom: -40px;
   }
    .feedback_image {
        margin-bottom: 21px !important;
   }
   h3.feedback_h3 {
        font-size: 17px !important;
   }
    .services-section1 .services-box1 .services-post .services-head {
        padding-bottom: 8px;
        margin-bottom: 18px;
   }
    .services-section1 .services-box1 .services-post .services-head a {
        width: 52px;
        height: 52px;
        margin-bottom: 7px;
   }
    .services-section1 .services-box1 .services-post .services-head a i {
        line-height: 55px;
        font-size: 25px;
        margin-left: -3px;
   }
    .services-section1 .services-box1 {
        padding: 25px 0;
   }
    .services-section1 .services-box1 .services-post .services-head h2 {
        font-size: 16px;
        margin-bottom: 5px;
   }
    .services-section1 .services-box1 .services-post p {
        line-height: 15px;
        font-size: 13px;
   }
    div.buttons {
        margin: -631px -23px;
   }
    div.buttons a.button-third {
    	margin: 0 -1px;

   }
    a.button-third i {
        font-size: 68px;
   }
	
    .zahn-underline {
        max-width: 45% !important;
   }
   .services-page-banner {
        min-height: 252px;
   }
    div.page-title {
        margin: 10px 0px !important;
   }
   h4.zahn-index {
        padding-top: 20px;
   }
  .services-section .services-box .services-post {
        margin-bottom: -15px;
  }
  .services-section .services-box .services-post .services-head {
        margin-bottom: 0px;
  }
  .services-section .services-box .services-post .services-head h2 {
        font-size: 20px;
        margin-bottom: -5px;
  }
  footer .social-section {
        padding: 5px;
  }
  footer .up-footer {
    padding: 0px 0px 0px;
  }
  footer .up-footer .footer-line {
    margin-top: 6px;
  }
  .title-section {
    padding: 16px 0px;
    padding-bottom: 24px;
  }
  .title-section h1 {
    font-size: 20px;
    margin: 0 0 -2px;
  }
  .title-section p {
    padding-top: 4px;
  }
  p.feedback_p {
    text-align: left !important;
    line-height: 25px !important;
    font-size: 15px !important;
  }
  .title-section.team {
    padding: 14px 1px;
    padding-bottom: 38px;
  }
  .title-section.team p {
    font-size: 16px;
    text-align: center;
  }
  h3.notfail_h2 {
    margin-bottom: 11px;
    font-size: 18px;
  }
  p.notfail_p {
    line-height: 25px !important;
  }
  .accord-title {
    padding: 16px 20px;
  }
  .accord-title h2 {
    font-weight: 600;
    font-size: 14px;
    margin: -4px 0;
  }
  .accord-title a.accord-link {
    width: 45px;
    height: 0%;
    top: -4px;
   }
   .skills-accord-section .accord-box > h1 {
       font-size: 18px;
   }
   .contact-info {
    padding: 16px 0;
   }
   .contact-info a {
    width: 53px;
    height: 53px;
    margin-bottom: 6px;
   }
   .contact-info a i {
    line-height: 54px;
    font-size: 22px;
   }
   .contact-info h2 {
    font-size: 14px;
    margin: 0 0 2px;
    margin-bottom: 17px;
   }
   .contact-info p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 24px;
    padding: 14px;
   }
   #week-time td, #week-time th {
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
   }
}
.sofinden_image_2 {
    border: 1px solid #fe6367;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(232,216,216,1);
    -moz-box-shadow: 0px 6px 5px 0px rgba(232,216,216,1);
    box-shadow: 0px 6px 5px 0px rgba(232,216,216,1);
    margin-top:10px;
}
.sofinden_image {
    border: 1px solid #fe6367;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(232,216,216,1);
    -moz-box-shadow: 0px 6px 5px 0px rgba(232,216,216,1);
    box-shadow: 0px 6px 5px 0px rgba(232,216,216,1);
    margin-top:10px;
}
.feedback_image {
    width: 500px;
    margin-bottom: 75px;
    border-radius: 5px;
}
.zahn-underline {
    max-width:23%;
    height:auto;
}
div.page-title {
    margin: 38px 0px;
}
h3.notfail_h2 {
    margin-bottom: 25px;
}
.erste-title {
    margin-top: 40px;
}
p.feedback_p {
    text-align: justify;
    line-height: 33px;
    font-size: 17px;
}
p.notfail_p {
    line-height: 30px;
    text-align: initial;
}
/* scrolling */
.navbar-fixed-top.scrolled {
    background-color: #fff !important;
    border-bottom: 1px solid #0003;
}
.nav_background {
    background-color: rgba(255,255,255,0.5); 
}
 
.navbar-toggle {
    padding: 6px 6px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #8f0c0c;
    border: 1px solid #2407074d;
}
.navbar-toggle .icon-bar {
    width: 19px;
    height: 2px;
    background: white;
}
li a.active {
    color: #b5121b;
}
h4.zahn-index {
    text-align: center;
    padding-top: 10px;
}
.subscribe-widget {
    text-align: center;
    padding-bottom: 10px;
}
.services-box parallax {
    background-position: 0% -1000.567px;
}
p.team-index {
    font-size: 14px !important;
}
a.footer-easydentweb {
    text-align:center;
    font-size:12px;
    color:#fff;
    margin-top:7px;
}
.features-box-services {
    padding-top: 1px
}
h2.team-name {
    font-size:20px !important;
}
p.team-description {
    font-size:14px !important;
}
a.owl-prev.button-third {
    float:left;
}
a.owl-next.button-third {
    float:right;
margin-right: 5px;
}
.categorize-blog {
    margin-bottom: -35px;
}
.section-content.skills-accord-section {
    background: url(./images/patternkontakt.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.accord-content p a {
    color:#fff; 
}
.active-sofinden {
    color:#CCCCCC !important;
}
.active-untereng {
    color:#CCCCCC !important;
}
.active-feedback {
    color:#CCCCCC !important;
}
.active-anmelden {
    color:#CCCCCC !important;
}
h4.zahn-middle {
    color: #d8292d;
}
.top_20{
	padding-top:20px;
}
.top_10{
	padding-top:10px;
}
.bottom_30{
	padding-bottom:30px;
}
.myclass{
	padding-top:35px;
	  background-color:transparent; 
    background-clip: none; 
    border: none; 
    border: none;
    border-radius: none;
    outline: none; 
    -webkit-box-shadow:none; 
    box-shadow: none
}
.modal-header .myclose {
    margin-top: 0px;
}
button.myclose {
    -webkit-appearance: none;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.myclose {
    float: right;
    font-size: 21px;
    line-height: 1.2;
    color: #000;
    text-shadow: 0 1px 0 #000;
    filter: alpha(opacity=20);
}
.mypadding{
	margin-top:70px;
}