.staticContent {
    margin-top: 20px;
}
.staticContent .row {
    margin-bottom: 40px !important;
}

.cke_editor {
    margin-top: -100px !important;
    position: fixed !important;
    bottom: 5px !important;
    right: 20px !important;
    top: auto !important;
    left: auto !important;
}



.center {text-align:center}
.right {text-align:right}
.left {text-align:left}

img.circle {border-radius:500px;margin-top:0;}
img.bordered {border: #ccc 1px solid;}

.embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;}
.embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;}
.embed-responsive iframe {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}

.column > img,
.column > figure,
.column > .embed-responsive {
    margin-top: 1em;margin-bottom: 1em;
}

.list {position:relative;margin:1.5em 0;}
.list > i {position:absolute;left:-3px;top:-13px;font-size:2em;}
.list > h2, .list > h3 {margin: 0 0 0 50px}
.list > p {margin: 0 0 0 50px}

.quote {position:relative;margin:1.5em 0;}
.quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;color:rgba(51,51,51,0.44);}
.quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;}
.quote > p {margin-left:50px;font-size: 1.5em;}

hr {border:none;border-top: rgba(0, 0, 0, 0.18) 1px solid;margin-top: 2em;margin-bottom: 2em;}
img {max-width:100%;}
figure {margin:0}

figure.hdr {
    position: relative;
    width: 100%;
    overflow:hidden;
    background-color: #000;
}
figure.hdr img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.8;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
figure.hdr:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.hdr figcaption {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    padding: 0 2.5em;
    color: #fff;
    font-size: 1.55em;
    text-align: center;
    box-sizing: border-box;
    z-index:1;
}
/* Text */
figure.hdr h2 {
    font-weight: 300;
    text-transform: uppercase;
    color: white;
}

figure.hdr h3, figure.hdr h4, figure.hdr h1, figure.hdr h5, figure.hdr {
    color: white;
}

figure.hdr span {
    color: #cdcdcd;
}
figure.hdr h2 span {
    font-weight: 800;
}
figure.hdr p {
    letter-spacing: 1px;
    font-size: 68.5%;
    text-transform: uppercase;
}
figure.hdr h2, figure.hdr p {
    margin: 0;
    z-index:10000;
}
/* Cosmetic */
figure.hdr div {
    height: 100%;
    z-index:0;
}
figure.hdr div::before,
figure.hdr div::after {
    position: absolute;
    content: '';
}
/* One */
figure.one div::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
figure.one div::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
/* Two */
figure.two div::before {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
figure.two div::after {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
/* Three */
figure.three figcaption {
    height: 70%;
}
figure.three p {
    margin: 1em 0 0;
    padding: 2em;
    border: 1px solid #fff;
}
/* Four */
figure.four figcaption {
    height: 60%;
    text-align: left;
}
figure.four p {
    position: absolute;
    right: 50px;
    bottom: 50px;
    left: 50px;
    padding: 2em;
    border: 7px solid #fff;
}
/* Five */
figure.five figcaption {
    height: 100%;
    text-align: right;
}
figure.five h2 {
    position: absolute;
    left: 50px;
    right: 50px;
    top: 10%;
    border-bottom: 5px solid #fff;
}
figure.five p {
    position: absolute;
    right: 50px;
    bottom: 10%;
}
/* Six */
figure.six figcaption {
    height: 70%;
}
figure.six h2 {
    padding-bottom: 3%;
    border-bottom: 1px solid #fff;
}
figure.six p {
    padding-top: 6%;
}
/* Seven */
figure.seven figcaption {
    height: 90%;
    text-align:left;
}
figure.seven h2 {
    border-bottom: 3px solid #fff;
}
figure.seven p {
    padding-top: 1em;
}
/* Eight */
figure.eight figcaption {
    height: 100%;
    text-align: right;
}
figure.eight h2 {
    position: absolute;
    left: 50%;
    right: 50px;
    bottom: 10%;
}
figure.eight p {
    position: absolute;
    left: 50px;
    right: 50%;
    top: 10%;
    padding-right:0.5em;
    border-right: 1px solid #fff;
}


.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}


.light-bg {
    background: #fff;
}
.light-bg .wrapper {
    padding: 104px 0 61px;
}
.light-bg.home-1-blog-post .wrapper {
    padding: 45px 0 25px;
}
.light-bg.home-1-blog-post .item {
    padding-bottom: 17px !important;
}
.light-bg.home-1-blog-post .team-img {
    margin-bottom: 43px !important;
    position: relative;
}
.light-bg.home-1-blog-post .team-img .post-icon {
    display: block;
    position: absolute;
    right: 50%;
    margin-right: -35px;
    bottom: -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
}
.light-bg.home-1-blog-post .team-img .post-icon span {
    color: #fff;
    font-size: 20px;
    line-height: 70px;
}
.light-bg.home-1-blog-post .info-box {
    margin-bottom: 28px;
}

.h-post-image .date-post {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    background-color: #444;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 13px;
    font-size: 22px;
    font-weight: normal;
}
.h-post-image .date-post span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: lighter;
}


/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.block-dark {
    color: #ffffff;
}

.block-dark h1, .block-dark h2, .block-dark h3, .block-dark h4, .block-dark h5 {
    color: white;
}