.navbar,
pre {
    border: none
}

.latest-slider-wrap .slider-nav a:hover,
a:focus,
a:hover {
    text-decoration: none
}

@font-face {
    font-family: Lato_Regular;
    src: url(../fonts/lato_regular/lato-regular-webfont.eot) format('enbedded-opentype'), url(../fonts/lato_regular/lato-regular-webfont.ttf) format('truetype'), url(../fonts/lato_regular/lato-regular-webfont.woff) format('woff'), url(../fonts/lato_regular/lato-regular-webfont.woff2) format('woff'), url(../fonts/lato_regular/lato-regular-webfont.svg) format('svg')
}

@font-face {
    font-family: Lato_Black;
    src: url(../fonts/lato_black/Lato-Black.eot) format('enbedded-opentype'), url(../fonts/lato_black/Lato-Black.ttf) format('truetype'), url(../fonts/lato_black/Lato-Black.woff) format('woff'), url(../fonts/lato_black/Lato-Black.svg) format('svg')
}

@font-face {
    font-family: Lato_Bold;
    src: url(../fonts/lato_bold/lato-bold-webfont.eot) format('enbedded-opentype'), url(../fonts/lato_bold/lato-bold-webfont.ttf) format('truetype'), url(../fonts/lato_bold/lato-bold-webfont.woff) format('woff'), url(../fonts/lato_bold/lato-bold-webfont.woff2) format('woff'), url(../fonts/lato_bold/lato-bold-webfont.svg) format('svg')
}

@font-face {
    font-family: Linearicons;
    src: url(../fonts/Linearicons/linearicons-webfont.eot) format('enbedded-opentype'), url(../fonts/Linearicons/linearicons-webfont.ttf) format('truetype'), url(../fonts/Linearicons/linearicons-webfont.woff) format('woff'), url(../fonts/Linearicons/linearicons-webfont.woff2) format('woff'), url(../fonts/Linearicons/linearicons-webfont.svg) format('svg')
}

body {
    background-color: #fff;
    font-family: Lato_Regular;
    line-height: 2em;
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

body.has-fixed-navbar {
    margin-top: 48px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #393939;
    margin-top: 0;
    margin-bottom: 14px;
    line-height: 1.25em
}

a {
    color: #003CDC;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

a:focus,
a:hover {
    color: #003CDC
}

blockquote {
    border-left: none;
    text-align: left;
    font-style: italic;
    background: #f0f0f0;
    padding: 18px
}

blockquote p {
    margin-bottom: 9px !important
}

cite,
pre code {
    font-size: 14px
}

cite:before {
    content: "\2014";
    margin-right: 4px
}

pre {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

iframe {
    display: block;
    border: 0
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 7px 21px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    border: none;
    color: #FFF
}

.btn:active,
.btn:focus,
.btn:hover {
    outline: 0;
    color: #FFF
}

.btn:active:focus {
    outline: 0
}

.btn[disabled] {
    background: #b0b0b0
}

.btn-default {
    background: #343334
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-primary {
    background: #003CDC
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: #343334
}

input[type=email],
input[type=text] {
    padding: 4px 14px;
    border: 1px solid #707070;
    background: 0 0
}

input[type=email]:focus,
input[type=text]:focus {
    border: 1px solid #003CDC;
    outline: 0
}

::-moz-selection {
    color: #FFF;
    background: #003CDC;
    text-shadow: none
}

::selection {
    color: #FFF;
    background: #003CDC;
    text-shadow: none
}

.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    background: #FFF
}

.main-header {
    margin-bottom: 28px
}

.navbar {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 48px;
    margin-bottom: 0
}

.navbar .container {
    position: relative
}

.navbar .container #contact_tel,
.navbar .container #search-open {
    position: absolute;
    line-height: 48px;
    padding: 0 15px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    right: 0
}

.navbar .container #search-open {
    font-size: 18px;
    color: #333;
    transition: all .25s
}

.navbar .container #search-open:hover {
    background: #101010;
    color: #FFF
}

.navbar .container #search-open .icon-magnifier:before {
    content: "\e922";
    font-family: Linearicons;
    font-size: 20px;
    font-style: normal
}

.navbar .container #contact_tel {
    margin-right: 40px;
    font-size: 18px;
    color: #333;
    transition: all .25s
}

.navbar-default .navbar-toggle,
.search-popup .close-button {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s
}

.navbar .container #contact_tel .icon-telephone2:before {
    content: "\e777";
    font-family: Linearicons;
    font-size: 20px;
    font-style: normal
}

.navbar-default .navbar-nav li.current-menu-item a {
    background-color: #f5f6f6
}

.navbar-default .navbar-nav li.current-menu-item a:focus,
.navbar-default .navbar-nav li.current-menu-item a:hover {
    background: #003CDC
}

.navbar-default .navbar-nav li a {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 14px;
    padding-bottom: 14px
}

.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover {
    background: #101010;
    color: #FFF
}

.navbar-default .navbar-toggle {
    float: left;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 48px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    background: #101010;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all .25s
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
    height: 3px
}

.navbar-default .navbar-toggle:hover {
    background: #101010
}

.navbar-default .navbar-toggle:focus {
    background: #003CDC
}

.navbar-default .navbar-collapse {
    border-color: #101010
}

.navbar-fixed-top {
    max-width: 1200px;
    width: 1200px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 1099;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=(0));
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.search-popup .popup-inner {
    background: #FFF;
    max-height: 80%;
    height: 80%;
    max-width: 700px;
    width: 80%;
    margin: 48px auto;
    overflow: hidden;
    padding: 30px;
    overflow-y: auto
}

.default-layout .post-wrap img,
.logo-wrap .logo.image-logo img {
    max-width: 100%;
    height:auto;
}

.search-popup .popup-inner #search-form {
    background: #343334;
    display: block;
    position: relative
}

.search-popup .popup-inner #search-form input[type=text] {
    width: 100%;
    color: #FFF
}

.search-popup .popup-inner #search-form i {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    height: 38px;
    line-height: 38px;
    width: 38px;
    text-align: center;
    background: #003CDC
}

.search-popup .popup-inner #search-results {
    margin-top: 14px
}

.search-popup .popup-inner #search-results ul {
    padding: 0;
    margin: 0
}

.search-popup .popup-inner #search-results ul li {
    list-style: none
}

.search-popup .popup-inner #search-results ul li a {
    color: #707070
}

.search-popup .popup-inner #search-results ul li a i {
    font-size: 10px;
    margin-right: 4px
}

.search-popup .popup-inner #search-results ul li a:hover {
    color: #003CDC
}

.search-popup .popup-inner #search-results ul li.info {
    font-weight: 700
}

.search-popup.visible {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
    visibility: visible
}

.search-popup .close-button {
    background: #343334;
    color: #FFF;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 28px;
    text-align: center;
    cursor: pointer;
    transition: all .25s
}

.search-popup .close-button:hover {
    background: #003CDC
}

.logo-wrap {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px
}

.logo-wrap .logo.text-logo {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #393939
}

.logo-wrap .logo.text-logo:hover {
    color: #393939
}

.secondary-bar {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
    position: relative
}

.secondary-bar .social-links {
    background: #ccc;
    float: left;
    margin: 0;
    padding: 0 30px 0 0;
    position: absolute;
    top: 0;
    right: 0
}

.secondary-bar .social-links li {
    list-style: none;
    float: left
}

.secondary-bar .social-links li a {
    text-align: center
}

.secondary-bar .social-links li a i {
    width: 33px;
    height: 33px;
    line-height: 33px;
    color: #FFF;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.secondary-bar .social-links li a:hover i {
    background: #003CDC
}

.latest-slider-wrap {
    margin-right: 130px
}

.latest-slider-wrap .slider-title {
    background: #ccc;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    letter-spacing: .5px;
    line-height: 33px;
    padding: 0 30px
}

.post-wrap .featured,
.post-wrap .tag-list a {
    letter-spacing: 2px;
    text-transform: uppercase
}

.latest-slider-wrap .slider-nav {
    float: left;
    background: 0 0;
    padding: 9px 10px;
    font-size: 0;
    line-height: 0
}

.latest-slider-wrap .slider-nav a {
    text-align: center;
    color: #FFF;
    display: inline
}

.latest-slider-wrap .slider-nav a:first-child {
    margin-right: 2px
}

.latest-slider-wrap .slider-nav a i {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    background: #003CDC
}

.latest-slider-wrap .slider-nav a:hover i {
    background: #101010
}

.latest-slider-wrap .item-wrap {
    float: left;
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: -o-calc(100% - 200px);
    line-height: 30px;
    height: 33px;
    padding: 2px 9px 0;
    overflow: hidden
}

.latest-slider-wrap .item-wrap .item {
    padding: 0;
    margin: 0;
    white-space: nowrap
}

.latest-slider-wrap .item-wrap .item .tagged-in {
    background: #003CDC;
    text-transform: uppercase;
    color: #FFF;
    padding: 2px 4px 2px 6px;
    letter-spacing: 2px;
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-right: 4px
}

.latest-slider-wrap .item-wrap .item .heading {
    text-transform: uppercase;
    color: #4a4a4a;
    font-weight: 700
}

.big-margin {
    margin-bottom: 35px
}

.post-wrap {
    position: relative;
    margin-bottom: 10px
}

.post-wrap.first-post a .image-container {
    height: 400px
}

.post-wrap a .image-container {
    height: 400px;
    background-color: #343334;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.post-wrap a .image-container:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=(0));
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.post-wrap .featured-media {
    overflow: hidden;
    position: relative
}

.post-wrap .featured-media:hover a .image-container:before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}

.post-wrap .tag-list {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 1.75em;
    margin-right: 30px
}

.post-wrap .tag-list a {
    background: #003CDC;
    color: #FFF;
    padding: 0 9px 0 10px;
    display: inline-block;
    position: relative
}

.post-wrap .tag-list a:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
    top: 0;
    right: 0;
    position: absolute
}

.post-wrap .tag-list a:last-child:before {
    content: none
}

.post-wrap .tag-list a:hover {
    background: #343334
}

.post-wrap .title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.post-wrap .featured,
.post-wrap .title-wrap a .title {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    color: #FFF
}

.post-wrap .title-wrap a .title {
    padding: 10px 15px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5em;
    font-weight: 700;
    transition: all .25s
}

.post-wrap:hover .title-wrap {
    background: rgba(0, 0, 0, .9)
}

.post-wrap .featured {
    position: absolute;
    top: 0;
    right: -84px;
    background: #343334;
    padding: 0 7px;
    transition: all .25s;
    font-size: 12px;
    line-height: 1.75em
}

.pagination-wrap .pagination .newer-posts,
.post-wrap .featured:hover {
    right: 0
}

.about-author .avatar,
.recent-post .recent-single-post a .post-info h4 {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s
}

.post-wrap .featured i {
    margin-right: 7px
}

.category-wrap .category-name {
    line-height: 35px;
    background: #343334;
    margin-bottom: 28px
}

.category-wrap .category-name span {
    color: #FFF;
    text-transform: uppercase;
    background: #003CDC;
    padding: 0 30px;
    line-height: 35px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative
}

.category-wrap .category-name span:before {
    content: "";
    width: 1px;
    height: 1px;
    position: absolute;
    left: 100%;
    top: 0;
    border-top: 35px solid #003CDC;
    border-right: 20px solid transparent;
    border-bottom: 0;
    border-left: 0
}

.default-layout .post-wrap {
    margin-bottom: 42px
}

.default-layout .post-wrap .post-entry,
.default-layout .post-wrap .post-meta {
    margin-bottom: 7px
}

.default-layout .post-wrap .featured-media {
    min-height: 24px;
    position: relative
}

.default-layout .post-wrap .title {
    margin-top: 21px;
    margin-bottom: 7px
}

.default-layout .post-wrap .title a {
    color: #393939
}

.default-layout .post-wrap .title a:hover {
    color: #003CDC
}

.default-layout .post-wrap .post-meta span {
    color: #b0b0b0;
    font-size: 12px;
    letter-spacing: .5px;
    white-space: nowrap;
    margin-right: 7px
}

.default-layout .post-wrap .post-meta span a {
    color: #b0b0b0
}

.default-layout .post-wrap .post-meta span a:hover {
    color: #003CDC
}

.default-layout .post-wrap .permalink {
    font-size: 12px;
    letter-spacing: .5px;
    font-weight: 700;
    color: #393939
}

.default-layout .post-wrap .permalink:hover {
    color: #003CDC
}

.default-layout .post-wrap.small-entry {
    margin-bottom: 14px
}

.default-layout .post-wrap.small-entry .featured-media {
    width: 105px;
    height: 77px;
    float: left;
    margin-bottom: 0
}

.default-layout .post-wrap.small-entry.small-entry a .image-container {
    height: 77px
}

.default-layout .post-wrap.small-entry .post-details {
    margin-left: 119px
}

.default-layout .post-wrap.small-entry .post-details .tag-list {
    position: relative;
    margin-top: -4px;
    margin-bottom: 7px
}

.default-layout .post-wrap.small-entry .post-details .tag-list a {
    padding: 0 4px 0 5px;
    line-height: 16px;
    font-size: 10px
}

.default-layout .post-wrap.small-entry .post-details .title {
    margin-top: 0;
    margin-bottom: 7px
}

.default-layout .post-wrap.small-entry .post-details .post-meta {
    margin-bottom: 0;
    line-height: 1.25em
}

.default-layout .post-wrap.small-entry.no-image .post-details {
    margin-left: 0
}

.pagination-wrap {
    margin-bottom: 35px
}

.pagination-wrap .pagination {
    display: block;
    margin: 7px 0;
    position: relative;
    min-height: 35px
}

.pagination-wrap .pagination .newer-posts,
.pagination-wrap .pagination .older-posts {
    position: absolute;
    top: 0;
    color: #003CDC;
    line-height: 35px;
    background: #FFF;
    border: 1px solid #003CDC;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px
}

.pagination-wrap .pagination .newer-posts:hover,
.pagination-wrap .pagination .older-posts:hover {
    color: #FFF;
    background-color: #003CDC
}

.pagination-wrap .pagination .older-posts {
    left: 0
}

.default-layout .post-wrap.full-post .has-iframe .tag-list {
    position: relative;
    margin-top: 28px
}

.default-layout .post-wrap.full-post .post-entry {
    max-height: none;
    line-height: 1.5em !important
}

.default-layout .post-wrap.full-post .image-container {
    height: auto
}

.default-layout .post-wrap.full-post .image-container img {
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100))
}

.default-layout .post-wrap.full-post .no-iframe .image-container img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100))
}

.share-wrap {
    margin-bottom: 28px;
    padding-left: 0;
    padding-right: 0
}

.share-wrap .share-wrap-inner {
    background: #F6F6F6;
    padding: 60px 0;
    text-align: center
}

.share-wrap .share-wrap-inner .share-text {
    color: #000;
    padding-bottom: 36px
}

.share-wrap .share-wrap-inner ul {
    margin: 0;
    padding: 0
}

.share-wrap .share-wrap-inner ul li {
    list-style: none;
    display: inline-block;
    margin: 0 2px 6px 0
}

.share-wrap .share-wrap-inner ul li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #343334;
    text-align: center;
    color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.share-wrap .share-wrap-inner ul li a:hover i {
    background: #101010
}

.about-author {
    margin-bottom: 28px
}

.about-author .avatar {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    transition: all .25s
}

.about-author .details {
    margin-left: 65px
}

.about-author .details .author a:hover {
    color: #003CDC
}

.about-author .details .bio {
    margin-bottom: 7px
}

.meta-info span {
    white-space: nowrap;
    background: #343334;
    color: #FFF;
    height: 21px;
    line-height: 20px;
    display: inline-block;
    padding-right: 7px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.meta-info span i {
    background: #003CDC;
    height: 21px;
    width: 21px;
    line-height: 21px;
    margin-right: 7px
}

.meta-info span a,
.meta-info span a i {
    color: #FFF
}

.meta-info span a:hover {
    color: #003CDC
}

.meta-info span a:hover i {
    color: #FFF
}

.prev-next-wrap {
    padding-top: 28px;
    padding-bottom: 28px
}

.prev-next-wrap .next-post,
.prev-next-wrap .previous-post {
    background-color: #003CDC;
    box-sizing: border-box;
    width: 48%;
    color: #FFF;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    overflow: hidden
}

.prev-next-wrap .next-post:before,
.prev-next-wrap .previous-post:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=(0));
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.prev-next-wrap .next-post .prev-next-inner,
.prev-next-wrap .previous-post .prev-next-inner {
    padding: 30px;
    min-height: 150px;
    background-color: rgba(0, 0, 0, .3);
    position: relative
}

.prev-next-wrap .next-post.no-image .prev-next-inner,
.prev-next-wrap .previous-post.no-image .prev-next-inner {
    background-color: transparent
}

.prev-next-wrap .next-post:hover:before,
.prev-next-wrap .previous-post:hover:before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}

.prev-next-wrap .next-post .title,
.prev-next-wrap .previous-post .title {
    color: #FFF;
    margin-top: 0
}

.prev-next-wrap .previous-post {
    margin-right: 1%
}

.prev-next-wrap .next-post {
    margin-left: 1%
}

.comment-container {
    margin-bottom: 35px;
    padding-top: 28px;
    border-top: 1px solid #f0f0f0
}

.tag-cover {
    text-align: center;
    background-size: cover;
    background-position: center;
    margin-bottom: 35px;
    color: #FFF
}

.tag-cover .overlay {
    background: rgba(0, 0, 0, .4);
    padding: 70px
}

.tag-cover.no-image {
    color: #707070
}

.tag-cover.no-image .tag-title {
    color: #393939
}

.tag-cover.no-image .overlay {
    background: rgba(0, 0, 0, .05);
    padding: 35px
}

.tag-cover .tag-title {
    color: #FFF
}

.tag-cover .tag-description {
    max-width: 700px;
    margin: 7px auto 0
}

.author-cover {
    text-align: center;
    background-size: cover;
    background-position: center;
    color: #FFF;
    margin-bottom: 35px
}

.author-cover .overlay {
    background: rgba(0, 0, 0, .4);
    padding: 70px
}

.author-cover.no-image {
    color: #707070
}

.author-cover.no-image .author-name {
    color: #393939
}

.author-cover.no-image .overlay {
    background: rgba(0, 0, 0, .05);
    padding: 35px
}

.author-cover .avatar {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    background: #003CDC
}

.author-cover .author-name {
    color: #FFF;
    margin-top: 7px
}

.author-cover .meta-info span {
    margin-right: 7px
}

.author-cover .meta-info span:last-child {
    margin-right: 0
}

.author-cover .bio {
    max-width: 700px;
    margin: 7px auto 0
}

.ad img,
.error-page-wrap .logo img {
    max-width: 100%
}

.widget,
.widget .title {
    margin-bottom: 28px
}

aside.col-md-4.slidebar_home {
    width: 30%;
    margin-left: 2%;
    padding-right: 0
}

.widget .title {
    line-height: 43px;
    background: 0 0;
    font-size: 18px;
    color: #003CDC;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 0;
    font-family: Lato_Black
}

.widget .title span {
    color: #999;
    text-transform: uppercase
}

/*.tag-cloud a{padding:0 5px;color:#999;display:inline-block;margin:0 7px 7px 0;font-family:Lato_Bold}.tag-cloud a:hover{background:#343334;color:#FFF}*/
.recent-post .recent-single-post {
    margin-bottom: 14px
}

.recent-post .recent-single-post:last-child {
    margin-bottom: 0
}

.recent-post .recent-single-post a {
    color: #707070
}

.recent-post .recent-single-post a .post-thumb {
    width: 90px;
    height: 70px;
    background-size: cover;
    background-position: center;
    background-color: #393939;
    text-align: center;
    position: relative;
    overflow: hidden
}

.recent-post .recent-single-post a .post-thumb:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=(0));
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.recent-post .recent-single-post a .post-thumb i {
    line-height: 70px;
    color: #FFF;
    font-size: 18px
}

.recent-post .recent-single-post a .post-info {
    margin-left: 104px
}

.recent-post .recent-single-post a .post-info h4 {
    margin-bottom: 0;
    transition: all .25s
}

.recent-post .recent-single-post a .post-info .date {
    font-size: 12px;
    letter-spacing: .5px;
    color: #b0b0b0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.recent-post .recent-single-post a .post-info .date i {
    margin-right: 4px
}

.recent-post .recent-single-post a:hover .post-thumb:before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}

.recent-post .recent-single-post a:hover .post-info .date,
.recent-post .recent-single-post a:hover .post-info h4 {
    color: #003CDC
}

.newsletter .input-group {
    display: block;
    margin-top: 14px
}

.newsletter .input-group input[type=email] {
    width: 100%
}

.ad,
.fb,
.twitter {
    text-align: left
}

.main-footer {
    background-color: #FAFBFF;
    color: #b0b0b0
}

.main-footer .footer-top {
    padding: 35px 0 7px
}

.main-footer .footer-bottom {
    border-top: 1px solid #1d1d1d;
    padding: 28px 0
}

.main-footer .footer-bottom a:hover {
    color: #FFF
}

.main-footer .footer-bottom .feed-link-wrap {
    text-transform: uppercase;
    font-size: 12px
}

.main-footer .footer-bottom .feed-link-wrap a i {
    font-size: 14px
}

.main-footer .tag-cloud a {
    background: #343334;
    color: #b0b0b0
}

.main-footer .tag-cloud a:hover {
    background: #003CDC;
    color: #FFF
}

#back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    display: none
}

#back-to-top i {
    background: #003CDC;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    color: #FFF
}

.error-page-wrap {
    text-align: center;
    margin-top: 35px
}

.error-page-wrap .error-block {
    margin-top: 35px
}

.error-page-wrap .error-block .error-code {
    font-size: 70px
}

@media (min-width:768px) {
    .navbar-collapse {
        padding-left: 0
    }

    .big-margin {
        margin-left: -5px;
        margin-right: -5px
    }

    .big-margin div[class*=col] {
        padding-right: 5px;
        padding-left: 5px
    }

    .post-wrap a .image-container {
        height: 195px
    }

    .default-layout .post-wrap .excerpt-auteur,
    .default-layout .post-wrap .post-entry {
        max-height: 78px;
        overflow: hidden
    }

    .default-layout .post-wrap .post-entry-author {
        max-height: 95px !important
    }

    .main-footer .footer-bottom .feed-link-wrap {
        text-align: right
    }
}

@media (max-width:1199px) {

    .navbar-fixed-top,
    .page-wrap {
        max-width: 1000px
    }
}

@media (max-width:991px) {

    .navbar-fixed-top,
    .page-wrap {
        max-width: 780px
    }

    aside.col-md-4.slidebar_home {
        width: 100%;
        margin-left: 6%
    }

    .widget .title {
        width: 89%
    }
}

@media (max-width:767px) {
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

@media (max-width:649px) {
    .latest-slider-wrap {
        margin-right: 0
    }

    .latest-slider-wrap .slider-title {
        float: none
    }

    .latest-slider-wrap .item-wrap {
        width: calc(100% - 82px);
        width: -moz-calc(100% - 82px);
        width: -webkit-calc(100% - 82px);
        width: -o-calc(100% - 82px);
        overflow: hidden
    }

    .latest-slider-wrap .owl-item {
        overflow: hidden
    }
}

@media (max-width:449px) {

    .post-wrap a .image-container,
    .post-wrap.first-post a .image-container {
        height: 195px
    }
}

.icon-label:before {
    content: "\e717";
    font-family: Linearicons;
    font-size: 12px;
    font-style: normal;
    color: #003CDC
}

article form:not(#kindly_tap) {
    width: 100%;
    background-color: #f4f7f8;
    padding: 25px
}

article form:not(#kindly_tap) button,
article form:not(#kindly_tap) input[type=submit] {
    width: inherit;
    border: 1px solid #d2cccc !important
}

article form label {
    display: block !important;
    color: #333;
    font-weight: 600
}

article form label sup {
    color: #003CDC
}

article form input,
article form select,
article form textarea {
    background: rgba(255, 255, 255, .1);
    border: none !important;
    border-radius: 4px;
    font-size: 16px;
    margin: 0 0 25px;
    outline: 0;
    padding: 7px !important;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e8eeef !important;
    color: #8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .03) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .03) inset
}

article form input:focus,
article form select:focus,
article form textarea:focus {
    background: #d0d4d4 !important
}

.iframe_ticket,
.fullwidth_iframe {
    width: 100%;
}

@-moz-document url-prefix() {
    .header-container .header-container-child .primary_bar .right-buttons input[type="text"] {
        padding: 0px 20px 0px 40px !important;
    }
}

@media not all and (min-resolution:.001dpcm) {
    @media {
        #contact_tel img {
            margin-top: -10px !important
        }

        .header-container .header-container-child .primary_bar.right-buttons input[type=text] {
            padding: 0 20px 0 40px !important
        }
    }
}

.icon-home2:before {
    content: "\e601";
    font-family: Linearicons;
    font-size: 23px;
    font-style: normal;
}

.logo_ippon img {
    max-width: 240px;
}

.we_are_ippon a {
    font-size: 15px !important;
    text-transform: none !important;
    color: #e3282d !important;
    font-weight: bold !important;
}

@media (max-width: 767px) {
    .we_are_ippon {
        right: 0px !important;
        position: relative !important;
        display: block !important;
    }
}

.subtitle-livre-blanc {
    font-weight: 800;
}

.youtube-iframe {
    display: inline-block;
    border: 0;
    width: 100%;
    height: 20vh;
}

.widget.livre-blanc .older-posts.btn {
    display: block;
    position: relative;
}

.no-pd {
    padding: 0
}

.post-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.post-full-content .kg-image {
    max-width: 100%
}

.post-full-image+.post-full-content .kg-content :first-child .kg-image {
    width: 100%
}

.post-full-content .kg-width-wide .kg-image {
    max-width: 1040px
}

.post-full-content .kg-width-full .kg-image {
    max-width: 100vw
}

.post-full-content figure {
    margin: .8em 0 2.3em
}

.post-full-content h1+figure,
.post-full-content h2+figure,
.post-full-content h3+figure,
.post-full-content h4+figure {
    margin-top: 2em
}

.post-full-content figure img {
    margin: 0
}

.post-full-content figcaption {
    margin: 1em 0 0;
    color: color(var(--midgrey) l(-10%));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 75%;
    line-height: 1.5em;
    text-align: center
}

.kg-width-full figcaption {
    padding: 0 1.5em
}

.kg-embed-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.kg-embed-card .fluid-width-video-wrapper {
    margin: 0
}

@media (max-width:1040px) {
    .post-full-content .kg-width-full .kg-image {
        width: 100vw
    }
}

.kg-gallery-container {
    display: flex;
    flex-direction: column;
    max-width: 1040px;
    width: 100vw
}

.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%
}

.kg-gallery-row:not(:first-of-type) {
    margin: .75em 0 0 0
}

.kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 .75em
}

.kg-gallery-card+.kg-gallery-card,
.kg-gallery-card+.kg-image-card.kg-width-wide,
.kg-image-card.kg-width-wide+.kg-gallery-card,
.kg-image-card.kg-width-wide+.kg-image-card.kg-width-wide {
    margin: -2.25em 0 3em
}

.kg-code-card {
    width: 100%
}

.kg-code-card pre {
    margin: 0
}

.kg-bookmark-card {
    width: 100%;
    background: var(--white)
}

.kg-card+.kg-bookmark-card {
    margin-top: 0
}

.post-full-content .kg-bookmark-container {
    display: flex;
    min-height: 148px;
    color: var(--darkgrey);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    text-decoration: none;
    border-radius: 3px;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .09)
}

.post-full-content .kg-bookmark-container:hover {
    color: var(--darkgrey);
    text-decoration: none;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .09)
}

.kg-bookmark-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px
}

.kg-bookmark-title {
    color: color(var(--midgrey) l(-30%));
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: 600;
    transition: color .2s ease-in-out
}

.post-full-content .kg-bookmark-container:hover .kg-bookmark-title {
    color: var(--blue)
}

.kg-bookmark-description {
    display: -webkit-box;
    overflow-y: hidden;
    margin-top: 12px;
    max-height: 48px;
    color: color(var(--midgrey) l(-10%));
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.kg-bookmark-thumbnail {
    position: relative;
    min-width: 33%;
    max-height: 100%
}

.kg-bookmark-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 3px 3px 0;
    object-fit: cover
}

.kg-bookmark-metadata {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 14px;
    color: color(var(--midgrey) l(-10%));
    font-size: 1.5rem;
    font-weight: 400
}

.post-full-content .kg-bookmark-icon {
    margin-right: 8px;
    width: 22px;
    height: 22px
}

.kg-bookmark-author {
    line-height: 1.5em
}

.kg-bookmark-author:after {
    content: "•";
    margin: 0 6px
}

.kg-bookmark-publisher {
    overflow: hidden;
    max-width: 240px;
    line-height: 1.5em;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width:800px) {
    .post-full-content figure {
        margin: .2em 0 1.3em
    }

    .post-full-content h1+figure,
    .post-full-content h2+figure,
    .post-full-content h3+figure,
    .post-full-content h4+figure {
        margin-top: .9em
    }
}

@media (max-width:500px) {

    .post-full-content .kg-width-full,
    .post-full-content .kg-width-wide {
        margin-right: -5vw;
        margin-left: -5vw
    }

    .post-full-content figcaption {
        margin-bottom: .4em
    }

    .post-full-content .kg-bookmark-container {
        flex-direction: column
    }

    .kg-bookmark-description,
    .kg-bookmark-metadata,
    .kg-bookmark-title {
        font-size: 1.4rem;
        line-height: 1.5em
    }

    .post-full-content .kg-bookmark-icon {
        width: 18px;
        height: 18px
    }

    .kg-bookmark-thumbnail {
        order: 1;
        min-height: 160px;
        width: 100%
    }

    .kg-bookmark-thumbnail img {
        border-radius: 3px 3px 0 0
    }

    .kg-bookmark-content {
        order: 2
    }
}