header {
    height: 220px !important;
}
.top-menu {
    
    background-color: #2e5d91;
    
}
.top-menu ul li a {
    color: #fff;
	border-left: 1px solid #2c69a0;
}
.header-add-place .desktop-add {
    margin: 0 auto;
    text-align: center;
    max-width: 890px;
    height: 120px;
}
.header-logo{
	margin-top:6px;
}
.flexslider .slides-head img{height:115px !important}
.flexslider .slidenews img{height:444px !important}
.header-add-place .desktop-add .head-block{height:120px}
.news .content p, .news .item-content p {
    border-bottom: none;
}

.box{
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}
.box:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.35s ease 0s;
}
.box:hover:before{
    opacity: 1;
}

.box img{width:100%}
.entry-block-two .box img{
	height:200px !important
}
.box .box-content{
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
}
.box .box-content:before,
.box .box-content:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
}
.box .box-content:before{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(0, 1);
    transform-origin: 0 0 0;
}
.box .box-content:after{
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1, 0);
    transform-origin: 100% 0 0;
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.15s;
}
.box .title {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    margin: 15px 0;
    opacity: 0;
    transform: translate3d(0px, -50px, 0px);
    transition: transform 0.5s ease 0s;
}
.box:hover .title{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.box .post {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    padding: 7px;
    background: #53b1ff;
    opacity: 0;
    border-radius: 0 19px 0 19px;
    transform: translate3d(0px, -70px, 0px);
    transition: all 0.7s ease 0s;
    top: -68px;
}
.box:hover .post{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition-delay: 0.15s;
}
.box .icon{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease 0s;
}
.box:hover .icon{
    bottom: 20px;
    opacity: 1;
    transition-delay: 0.15s;
}
.box .icon li{
    display: inline-block;
	float:none;
	position:relative;
	top:-50px;
}
.box .icon li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 0 16px 0 16px;
    font-size: 12px;
    color: #fff !important;
    margin-right: 8px;
    transition: all 0.4s ease 0s;
}
.box .icon li a:hover {
    background: #53b1ff;
    border-color: #53b1ff;
}

.news .item h3 {
    font-weight: 400;
    font-size: 1.7rem;
}
.row.no-gutter [class*="col-"]:first-child {
    padding-left: 15px;
}
.row.no-gutter [class*="col-"]:last-child {
    padding-right: 15px;
}
#footer .site-logo img {
    width: 257px;
}
.sidenav-header-logo img {
    
    width: 160px;
}
[data-color="red"] a:hover{color: #40a9ff !important;}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 11px;
}
.nav>li>a:hover {
   color:#fff !important
}
#nav-below-main .nav li a:hover{color:#49494d !important;}
 [data-color="red"] .dropdown-menu > li > a:hover{background-color:transparent !important}
 .head-container .navbar-nav .submenu{text-transform:none !important}
 .footer-social-icons {
	padding-top:15px;
    width: 260px;
	color:#fff;
}
#parallax-section2 .container {
    z-index: 10;
    min-height: 300px;
}
#footer {
    min-height: 240px;
}
.post-meta-elements {
    margin-bottom: 3px;
}
.header-add-place{padding:10px 0}
.flexslider li h3 {
    background: rgba(44, 44, 52, 0.5) !important;
    padding: 30px 18px;
    margin-bottom: 0;
    font-weight: 400;
    border-radius: 1px;
    line-height: 1.3;
    max-width: 750px;
    width: 750px;
	
}
.flexslider li h3 p {
font-size:15px !important;
	color:#fff !important;
}
.flexslider li h3 a {
	color:#fff !important;
}
#footer .social-icons ul {
    list-style: none;
    padding: 0;
    display: table-row-group;
}
#footer .social-icons a {
    color: #888;
    font-weight: normal;
}
.social-icons .social-links li.fbk a:hover, .colored.social-links li.fbk a {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
    color: #fff !important;
}
.social-icons .social-links li.twit a:hover, .colored.social-links li.twit a {
    background-color: #55acee !important;
    border-color: #55acee !important;
    color: #fff !important;
}
.social-icons .social-links li.gplus a:hover, .colored.social-links li.gplus a {
    background-color: #dd4b39 !important;
    border-color: #dd4b39 !important;
    color: #fff !important;
}
#footer .social-icons a i.fa {
    margin-right: 0px;
}
#footer .social-icons{margin-top:15px}
.module-title .title span{font-size:25px;color:#d4000e !important;padding-left:0 !important}
.module-title{border-bottom:3px solid #717171}
.module-title .subtitle:before{content:none !important}
.bloc {
    margin: 0 auto !important;
    float: none !important;
}
.b1 {
    width: 100% !important;
}
.b1 .space {
    width: 100% !important;
}
.bloc #home-bloc-analyse ul li {
     margin-top: 0 !important;
     width: 100% !important;
    float: none !important;
}
.highlight {
    background: #ececed !important;
  
}
.entry-block h3 a {
    font-size: 1.2rem ;
}
.liste-analyse li .date, .liste-article li .date {
    width: 40px !important;
}
.news .item-content p {
    margin: 0 0 17px !important;
}
img.lazy {
       
        display: block;
        
        /* optional way, set loading as background */
        background-image: url('/assets/img/loading.gif');
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
	
.sidebar-scroll .item {
    margin-bottom: 30px;
}
.module-title .subtitle {
	text-transform: inherit;
    text-align: right;
}
.hilight{
	font-weight:bold;
	color:red
}
.w-premium:not(:last-child) {
    margin-bottom: 30px;
}

.w-premium {
    border-bottom: 4px solid #000;
    border-top: 4px solid #fbb612;
}
.w-premium__subscribed {
    background-color: #fbb612;
    padding: 11px 15px 15px;
    text-align: center;
}
.w-premium__subscribed-title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.w-premium__subscribed-paragraph {
    font-size: 20px;
}
.w-premium__subscribed-paragraph .link {
    color: #fff;
    font-size: inherit;
}
.w-premium__header {
    background-color: #fffcf4;
    padding: 25px 15px;
    text-align: center;
}
.w-premium__title {
    font-size: 32px;
    font-weight: 700;
}
.w-premium__form-row {
    background-color: #fbb612;
    padding: 15px;
}
.w-premium__form-row {
    margin-left: -10px;
    margin-right: -10px;
}
.w-premium__form-cell {
    padding-left: 10px;
    padding-right: 10px;
}
.w-premium__features {
    background-color: #fbb612;
    padding: 15px;
}
.w-premium__features-hook {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.w-premium__features-row {
    align-items: center;
}
.w-premium__features-list {
    font-size: 14px;
    padding-left: 20px;
}
.w-premium__features-item {
    position: relative;
}

.post_details_block .article__blur {
    background-image: linear-gradient(
180deg
,transparent,#feead3 80%);
    display: block;
    height: 100px;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 10;
}
.pricingTable{
    color: #222;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 20px 20px 30px;
    margin: 0 0 0 40px;
    border-radius: 30px;
    position: relative;
	-webkit-box-shadow: 0 3px 7px rgb(40 40 40 / 30%);
    box-shadow: 0 3px 7px rgb(40 40 40 / 30%);
    -webkit-transition: left .3s ease 0s,color .4s ease-in;
    -o-transition: left .3s ease 0s,color .4s ease-in;
    transition: left .3s ease 0s,color .4s ease-in;
}
.pricingTable .pricingTable-header{ margin: 0 0 20px 0; }
.pricingTable .title{
    color: #fff;
    background: linear-gradient(#6491DD,#6469F2);
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 15px 7px;   
    margin: 0 0 15px;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    transform-origin: top left;
    transform: rotate(-90deg);
    position: absolute;
    left: -39px;
    top: 250px;
}
.pricingTable .price-value{
    font-size: 50px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
.pricingTable .price-value .amount{
    line-height: 40px;
    display: inline-block;
}
.pricingTable .price-value .duration{
    color: #444;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 0 0 25px;
    margin: 0 0 17px;
    position: relative;
	display: block;
    width: 100%;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "\f00c";
    color: #444;
    font-family: "Font Awesome 5 free";
    font-size: 16px;
    font-weight: 900;
    position: absolute;
    top: 1px;
    left: 0;
}
.pricingTable .pricing-content li.disable:before{ content: "\f00d"; }
.pricingTable .pricingTable-signup button{
    color: #fff;
    background: linear-gradient(to right,#6491DD,#6469F2);
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    padding: 6px 20px 8px;
    border: none;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup button:hover{
    color: #fff;
    text-shadow: 3px 3px rgba(255,255,255,0.2);
    box-shadow: 0 0 0 5px rgba(0,0,0,0.1), 0 0 0 10px rgba(0,0,0,0.05);
}
.pricingTable.green .title{ background: linear-gradient(#2EDDB4,#3F857B); }
.pricingTable.green .pricingTable-signup button{ background: linear-gradient(to right,#2EDDB4,#3F857B); }
.pricingTable.orange .title{ background: linear-gradient(#f9a661,#cc6c1e); }
.pricingTable.orange .pricingTable-signup button{ background: linear-gradient(to right,#f9a661,#cc6c1e); }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px 40px; }
}

label.error {
    color: red;
    text-transform: inherit;
}
.ui_kit_checkbox.style2{
	background:#fff
}
.ui_kit_checkbox.style2 .nav-tabs>li {
	border-right: 1px solid #ddd;
	margin-right: 0;
}
.ui_kit_checkbox.style2 .tab-content{
	padding:10px
}
#paypal-button-container{
	width: 250px;
    display: block;
    margin: 0 auto;
}
.panel_body{
	background:#fff;
	padding: 10px;
}
.news ul {
    width: 100%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #d4000e;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.alert {
    margin-top: 20px;
}
.section-img img.fullpaper{margin:0 auto;height:186px}
@media (min-width: 1500px)
{
.news-list-item.articles-list .post-info-2 {
    display: inline-block;
    width: 70%;
}
.section-img img.fullpaper{height:300px}
.section-img h4{
	font-size:24px
}
}

.news-list-item.articles-list .post-info-2 .authar-info {
bottom: -2px;
    display: inline;
    position: relative;
}

.btn.btn-default.btn-subscribe{
	margin:0 auto; display:block;max-width:200px;margin-top:10px;
}

.banners {
  background: #ec1c24;
}

.banner__content {
  padding: 16px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.banner__text {
  flex-grow: 1;
  line-height: 1.4;
  font-family: "Quicksand", sans-serif;
  font-size:16px
}

.banner__close {
  background: none;
  border: none;
  cursor: pointer;
}

.banner__text,
.banner__close > span {
  color: #ffffff;
}