* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

body {
    color: #333333;
    font-size: 12px;
    font-family: "Noto Sans", "Noto Sans CJK SC Regular", sans-serif;
    line-height: 22px;
}

a {
    color: #c8102e;
    text-decoration: none;
}
a:hover {
    color: #c8102e;
    text-decoration: underline;
}

a.invert {
    color: #000000;
    text-decoration: none;
}
a.invert:hover {
    color: #c8102e;
    text-decoration: none;
}

.page-header h1 a,
.page-header h2 a,
.page-header h3 a,
.page-header h4 a {
    color: #000000;
    text-decoration: none;
}
.page-header h1 a:hover,
.page-header h2 a:hover,
.page-header h3 a:hover,
.page-header h4 a:hover {
    color: #c8102e;
    text-decoration: none;
}

.page-title h1 a,
.page-title h2 a,
.page-title h3 a,
.page-title h4 a {
    color: #000000;
    text-decoration: none;
}
.page-title h1 a:hover,
.page-title h2 a:hover,
.page-title h3 a:hover,
.page-title h4 a:hover {
    color: #c8102e;
    text-decoration: none;
}

.h1, h1 {
    font-size: 34px;
}

.col-title h3 ,
.overlay-title h3 {
    font-size: 20px;
}

.col-overlay .overlay-title h3 {
    margin-top: 0;
}
.bloc-title h3 {
    font-size: 20px;
}

.bloc-title a,
.col-title a {
    color: #000000;
    text-decoration: none;
}

.bloc-title a:hover ,
.col-title a:hover {
    color: #c8102e;
    text-decoration: none;
}

h3, h4, h5, h6 {
    color: #c8102e;
}

p {
    font-size: 12px;
}

.panel-list a:hover {
    text-decoration: none;
}


.dropdown-menu {
    width: 100%;
}
.sep-small {
    margin-bottom: 10px !important;
}
.sep-box {
    margin-bottom: 20px !important;
}
.sep-medium {
    margin-bottom: 30px !important;
}
.sep-section {
    margin-bottom: 40px !important;
}
.sep-large {
    margin-bottom: 50px !important;
}
.after-sep-section {
    border-top: 1px solid #DDDDDD;
    margin-bottom: 20px !important;
}

.sep-top-10 {
    margin-top: 10px !important;
}
.sep-top-20 {
    margin-top: 20px !important;
}
.sep-top-30 {
    margin-top: 30px !important;
}
.sep-top-40 {
    margin-top: 40px !important;
}
.sep-top-50 {
    margin-top: 50px !important;
}
.sep-top-60 {
    margin-top: 60px !important;
}
.sep-bottom-10 {
    margin-bottom: 10px !important;
}
.sep-bottom-10 {
    margin-bottom: 10px !important;
}
.sep-bottom-20 {
    margin-bottom: 20px !important;
}
.sep-bottom-30 {
    margin-bottom: 30px !important;
}
.sep-bottom-40 {
    margin-bottom: 40px !important;
}
.sep-bottom-50 {
    margin-bottom: 50px !important;
}
.sep-bottom-60 {
    margin-bottom: 60px !important;
}

img.alignright { float: right; margin: 0 0 1.2em 1.2em; }
img.alignleft { float: left; margin: 0 1.2em 1.2em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.content-style .alignright {
    margin: 0 0 1.2em 1.2em;
}
.content-style .alignleft {
    margin: 0 1.2em 1.2em 0;
}

.responsive-img img {
    max-width: 100%;
    height: auto;
}

.img-full-bloc img {
    width: 100%;
    height: auto;
}

.wp-caption {
    max-width: 100%;
}

.p-xxs {
    padding: 5px;
}
.p-xs {
    padding: 10px;
}
.p-sm {
    padding: 15px;
}
.p-m {
    padding: 20px;
}
.p-md {
    padding: 25px;
}
.p-lg {
    padding: 30px;
}
.p-xl {
    padding: 40px;
}
.p-w-xs {
    padding: 0 10px;
}
.p-w-sm {
    padding: 0 15px;
}
.p-w-m {
    padding: 0 20px;
}
.p-w-md {
    padding: 0 25px;
}
.p-w-lg {
    padding: 0 30px;
}
.p-w-xl {
    padding: 0 40px;
}
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m-m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.space-15 {
    margin: 15px 0;
}
.space-20 {
    margin: 20px 0;
}
.space-25 {
    margin: 25px 0;
}
.space-30 {
    margin: 30px 0;
}
.no-p-top {
    padding-top: 0;
}
.no-p-bottom {
    padding-bottom: 0;
}
.no-m-top {
    margin-top: 0;
}
.no-m-bottom {
    margin-bottom: 0;
}
.b-r {
    border-right: 1px solid #dddddd;
}
.hr-line-dashed {
    border-top: 1px dashed #dddddd;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}
.hr-line-solid {
    border-bottom: 1px solid #dddddd;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*.navbar.navbar-default {*/
    /*color: #ffffff;*/
    /*border: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*-webkit-border-radius: 0;*/
    /*-moz-border-radius: 0;*/
    /*border-radius: 0;*/
    /*background-color: transparent;*/
/*}*/
/*.nav.navbar-nav {*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/
/*.nav.navbar-nav ul {*/
    /*list-style: inside none;*/
    /*display: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/
/*.nav.navbar-nav li a {*/
    /*color: #ffffff;*/
    /*background-color: #000000;*/
/*}*/
/*.nav.navbar-nav ul li a {*/
    /*color: #ffffff;*/
    /*background-color: #000000;*/
/*}*/

/* navbar */
.navbar-default {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000000;
    border-color: #000000;
}
/* Title */
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
}
/* Link */
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #000000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus ,
.navbar-default .navbar-nav > li.sm > a:hover,
.navbar-default .navbar-nav > li.sm > a:focus {
    color: #ffffff;
    background: transparent url("../images/bg_menu_sm.png") center center no-repeat;
}
.navbar-default .navbar-nav > li.xs > a:hover,
.navbar-default .navbar-nav > li.xs > a:focus {
    color: #ffffff;
    background: transparent url("../images/bg_menu_xs.png") center center no-repeat;
}
.navbar-default .navbar-nav > li.md > a:hover,
.navbar-default .navbar-nav > li.md > a:focus {
    color: #ffffff;
    background: transparent url("../images/bg_menu_md.png") center center no-repeat;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus ,
.navbar-default .navbar-nav > .current-post-parent > a,
.navbar-default .navbar-nav > .current-post-parent > a:hover,
.navbar-default .navbar-nav > .current-post-parent > a:focus {
    color: #ffffff;
    background: transparent url("../images/bg_menu_sm.png") center center no-repeat;
}
.navbar-default .navbar-nav > .xs.active > a,
.navbar-default .navbar-nav > .xs.active > a:hover,
.navbar-default .navbar-nav > .xs.active > a:focus ,
.navbar-default .navbar-nav > .xs.current-post-parent > a,
.navbar-default .navbar-nav > .xs.current-post-parent > a:hover,
.navbar-default .navbar-nav > .xs.current-post-parent > a:focus {
    color: #ffffff;
    background: transparent url("../images/bg_menu_xs.png") center center no-repeat;
}
.navbar-default .navbar-nav > .md.active > a,
.navbar-default .navbar-nav > .md.active > a:hover,
.navbar-default .navbar-nav > .md.active > a:focus ,
.navbar-default .navbar-nav > .md.current-post-parent > a,
.navbar-default .navbar-nav > .md.current-post-parent > a:hover,
.navbar-default .navbar-nav > .md.current-post-parent > a:focus {
    color: #ffffff;
    background: transparent url("../images/bg_menu_md.png") center center no-repeat;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #c7102d;
}
/* Caret */
.navbar-default .navbar-nav > .sub-menu > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .sub-menu > a:hover .caret,
.navbar-default .navbar-nav > .sub-menu > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #c7102d;
    border-bottom-color: #c7102d;
}
/* Mobile version */
.navbar-default .navbar-toggle {
    border-color: #c7102d;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border-color: #c7102d;
    background-color: #c7102d;
}
.navbar-default .navbar-toggle .icon-bar {
    border-color: #ffffff;
    background-color: #c7102d;
}
.navbar-default .navbar-toggle:hover .icon-bar ,
.navbar-default .navbar-toggle:focus .icon-bar {
    border-color: #c7102d;
    background-color: #ffffff;
}
.navbar-default .navbar-nav .sub-menu {
    width: auto;
}
.navbar-default .navbar-nav .sub-menu > li {
    display: block;
}
.navbar-default .navbar-nav .sub-menu > li > a {
    color: #ffffff;
    background-color: #000000;
    padding: 5px 15px;
    display: block;
}
.navbar-default .navbar-nav .sub-menu > li > a:hover {
    color: #ffffff;
    background-color: #c7102d;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .sub-menu > li > a {
        color: #ffffff;
        background-color: #000000;
    }
    .navbar-default .navbar-nav .open .sub-menu > li > a:hover,
    .navbar-default .navbar-nav .open .sub-menu > li > a:focus {
        color: #ffffff;
        background-color: #c7102d;
    }
}

/*.navbar-default .navbar-nav > li.current-menu-parent > a {*/
    /*color: #ffffff;*/
    /*background-color: #c7102d !important;*/
/*}*/

#section-breadcrumb {
    margin-top: 10px;
}
#breadcrumbs {
    margin-bottom: 0;
}
#breadcrumbs a {
    color: #c8102e;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

#social-media-menu ul li {
    width: 20px;
    height: auto;
}

#social-media-menu ul li img {
    width: 100%;
    height: auto;
}

#section-footer {
    color: #ffffff;
    margin-top: 60px;
    padding: 30px 0 20px;
    border-top: 7px solid #c8102e;
    background: #000000 url("../images/bg_footer.png") top center no-repeat;
}
.link-footer a {
    color: #ffffff;
}
.link-footer a:hover {
    color: #c8102e;
}
.link-footer ul li {
    line-height: 24px;
}
.link-footer ul li a {
    color: #ffffff;
    padding-left: 15px;
    border-left: 1px solid #666666;
}
.link-footer ul li a:hover {
    color: #c8102e;
    text-decoration: none;
}
.link-footer ul li:first-child a {
    padding-left: 0;
    border-left: none;
}

.content-detail img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.bloc-title {
    margin-bottom: 20px;
}
.col-title h1,
.col-title h2,
.col-title h3,
.col-title h4 {
    margin-top: 0;
}
.row-triple .col-image {
    margin-bottom: 15px;
}

.list-item {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #b2b2b2;
}
.list-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.list-item .col-image {
    padding-left: 0;
    padding-right: 0;
}
.list-item .col-title {
    padding-right: 0;
}

.list-item .post-title {
    display: inline-block;
    margin-bottom: 5px;
}
.post-info {
    display: block;
    clear: both;
}
.post-date {
    color: #999999;
    font-size: 12px;
    line-height: 13px;
    padding-left: 20px;
    display: inline-block;
    clear: both;
    background: url("../images/icon_post_date.png") left center no-repeat;
}
.post-info .post-date {
    display: inline-block;
}

.post-info .addtoany_content_top {
    float: right;
    margin: 0 !important;
}

.page-header {
    margin-top: 0;
    border-bottom: 2px solid #7c7c7c;
}
.page-header {
    margin-left: 0;
    margin-right: 0;
}
.page-header h1, .page-header h2,
.page-header h3, .page-header h4 {
    margin-top: 0;
}

.panel-ssyp {
    border: none;
}

.panel-ssyp > .panel-header {
    color: #000000;
    font-size: 20px;
    padding: 5px 15px;
    border-left: 5px solid #c8102e;
    background-color: #cccccc;
}

.panel-ssyp > .panel-body.panel-list {
    padding: 0;
}

.panel-ssyp > .panel-body.panel-list > ul {
    list-style: square inside;
}
.panel-ssyp > .panel-body.panel-list > ul > li {
    color: #333333;
    font-size: 14px;
    padding: 10px 0;
    border-top: 1px solid #b2b2b2;
    display: block;
}

.panel-ssyp > .panel-body.panel-list > ul > li:first-child {
    border-top: none;
}
.panel-ssyp > .panel-body > ul > li > a {
    color: #333333;
}
.panel-ssyp > .panel-body > ul > li > a:before {
    color: #c7102d;
    content: "\f04d";
    font-family: FontAwesome;
    font-size: 8px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 10px;
    vertical-align: top;
}

.panel-ssyp > .panel-body > ul > li > a:hover {
    color: #c8102e;
}

.panel-sidebar-ad ,
.panel-weather {
    padding-bottom: 20px;
}

.panel-exchange {
    padding-bottom: 10px;
}

.panel-sidebar-ad img {
    width: 100%;
    height: auto;
}

.ssyp-exchange {
    width: 100%;
    margin-bottom: 5px;
}

.ssyp-exchange-header {
    color: #e26324;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 5px;
    border: 1px solid #dddddd;
    background-color: #f5f5f5;
}

.ssyp-exchange-body {
    font-size: 13px;
    padding: 5px 7px;
    border: 1px solid #dddddd;
}
.ssyp-exchange-bodyssyp-exchange-bod {
    padding: 5px;
}

.bloc-title {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 15px;
    border-left: 5px solid #c8102e;
    background-color: #cccccc;
}

.bloc-title h1,
.bloc-title h2,
.bloc-title h3,
.bloc-title h4 {
    margin: 0;
}

.related-post {

}
.row-related {

}

.row-big-grid .col-image {
    position: relative;
    display: block;
}
.row-big-grid .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 1;
}
/*.row-big-grid .overlay {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*top: 0;*/
    /*position: absolute;*/
    /*opacity: 0;*/
/*}*/
/*.row-big-grid .col-image:hover .overlay {*/

    /*transition: opacity .25s ease-in-out;*/
    /*-moz-transition: opacity .25s ease-in-out;*/
    /*-webkit-transition: opacity .25s ease-in-out;*/
    /*-ms-transition: opacity .25s ease-in-out;*/
    /*-o-transition: opacity .25s ease-in-out;*/
    /*opacity: 1;*/
    /*display: block;*/
/*}*/

.col-overlay {
    position: relative;
    overflow: hidden;
    display: block;
}
.col-overlay .overlay-image img {
    -webkit-transition: -webkit-transform 0.3s ease-out 0s;
    -moz-transition: -moz-transform 0.3s ease-out 0s;
    -ms-transition: -ms-transform 0.3s ease-out 0s;
    -o-transition: -o-transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}
.col-overlay .overlay-image:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.col-overlay .overlay-title {
    color: #ffffff;
    left: 0px;
    bottom: 0px;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.col-overlay .overlay-title {
    color: #ffffff;
}
.col-overlay .overlay-title h3 {
    color: #ffffff;
    padding: 5px 15px;
    margin-bottom: 0;
}

.list-big-grid {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}
.list-big-grid:first-child {
    margin-top: 0;
}

.fade {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
}

.fade:hover {
    opacity: 0.8;
}

#comments {
    margin-top: 40px;
    margin-bottom: 40px;
}


/*.btn {*/
    /*padding: 14px 24px;*/
    /*border: 0 none;*/
    /*font-weight: 700;*/
    /*letter-spacing: 1px;*/
    /*text-transform: uppercase;*/
/*}*/

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #c8102e;
    border-color: #c8102e;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #e91638;
    border-color: #e91638;
}

.btn-primary:active, .btn-primary.active {
    background: #c8102e;
    border-color: #c8102e;
    box-shadow: none;
}

.header-elem a {
    color: #000000;
    text-decoration: none;
}
.header-elem a:hover {
    color: #c8102e;
    text-decoration: none;
}
.ad-container {
    position: relative;
}
.ad-container.leaderboard {
    width: 728px;
    max-width: 100%;
    height: auto;
    max-height: 90px;
}
a.close-ad {
    text-align: right;
    right: 5px;
    top: -20px;
    color: #666666;
    display: block;
    text-decoration: none;
    font-size: 11px;
    position: absolute;
}
a.close-ad-sidebar {
    text-align: right;
    right: 5px;
    top: -20px;
    color: #666666;
    display: block;
    text-decoration: none;
    font-size: 11px;
    position: absolute;
}

.yarpp-related {
    padding-top: 20px;
    border-top: 1px solid #dddddd;
    margin-top: 40px !important;
}
.yarpp-related h3 {
    margin-bottom: 10px !important;
}
.yarpp-thumbnail {
    color: #000000;
}
.yarpp-thumbnail:hover {
    color: #c8102e;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 144px !important;
    margin: 0 15px 15px 0 !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail img {
    width: 100%;
    height: auto;
    margin: 0 0 5px;
}

.yarpp-thumbnail-title {
    font-size: 14px !important;
    margin-right: 5px;
}
.metaslider .caption-wrap {
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.metaslider .caption {
    color: #ffffff;
    font-family: "Noto Sans", "Noto Sans CJK SC Regular", sans-serif;
    font-size: 20px;
    padding: 10px 15px !important;
    opacity: 1 !important;
}

.col-image { overflow: hidden; }
.col-image img {
    -webkit-transition: -webkit-transform 0.3s ease-out 0s;
    -moz-transition: -moz-transform 0.3s ease-out 0s;
    -ms-transition: -ms-transform 0.3s ease-out 0s;
    -o-transition: -o-transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}
.col-image:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}


.wpcf7-form .btn {
    width: 100%;
}