/*
Template Name: Callie HTML Template
Author: yaminncco

Colors:
	Body 		  : #505050
	Headers 	: #11151c
	Primary 	: #ee4266
	Dark 		  : #1b1c1e
	Grey 		  : #e8eaed #97989b #323335

Fonts: Montserrat & Muli

Table OF Contents
------------------------------------
GENERAL
NAVIGATION
PAGE HEADER
POST
POST PAGE
ASIDE
FOOTER
RESPONSIVE
------------------------------------*/

/*=========================================================
	GENERAL
===========================================================*/

/*----------------------------*\
	typography
\*----------------------------*/

body {
  font-family: 'Muli', sans-serif;
	word-break: break-word;
  font-size: 16px;
  color: #505050;
  font-weight: 400;
  overflow-x: hidden!important;
	min-width: 280px!important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  /*color: #11151c;*/
  font-weight: 700;
  margin: 0px 0px 15px;
}

h1 {font-size: 35px;}
h2 {font-size: 30px;}
h3 {font-size: 25px;}
h4 {font-size: 22px;}
h5 {font-size: 19px;}
h6 {font-size: 16px;}

p {
  margin: 0px 0px 20px;
}

a {
  color: #11151c;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

a:hover, a:focus {
  color: #7d1411;
  text-decoration: none;
  outline: none;
	font-weight: bold;
}

::-moz-selection {
  background-color: #ee4266;
  color: #FFF;
}

::selection {
  background-color: #ee4266;
  color: #FFF;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

ul.list-style, ol.list-style {
  padding-left: 15px;
  margin-bottom: 10px;
}

ul.list-style {
  list-style-type: disc;
}

ol.list-style {
  list-style-type: decimal;
}

blockquote.blockquote {
  padding: 30px;
  margin: 0px 0px 20px;
  border: 2px solid #e8eaed;
}

blockquote.blockquote:before {
  content: "\f10d";
  font-family: fontAwesome;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  color: #ee4266;
  font-size: 30px;
  background: #fff;
  border: 2px solid #e8eaed;
  float: left;
  margin-right: 10px;
}

blockquote.blockquote .blockquote-footer {
  color: #97989b;
}

figure {
  margin-bottom: 20px;
}

figure>img {
  width: 100%;
}

figure.pull-right {
  margin-left: 15px;
}

figure.pull-left {
  margin-right: 15px;
}

figure>figcaption {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  color: #97989b;
}

/*----------------------------*\
	section
\*----------------------------*/

.section {
  padding-top: 30px;
}

.section-row {
  margin-bottom: 30px;
}

.section-title {
  position: relative;
  margin-bottom: 20px;
	display: block;
  width: 100%;
}
.section-title-classement {
	z-index: 1;
	position: absolute!important;
	width: calc(100% - 25px);
	height: 75px;
	background-color:#FFF;
}

@media only screen and (max-width: 767px) {
	.section-title-classement {
		width:100%;
	}
}

@media only screen and (max-width: 421px) {
	.section-title-classement {
		height: 95px;
	}
}

a.section-title .title:hover {
	color:#900;
}

.section-title .title {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  z-index: 20;
}
@media only screen and (max-width: 576px) {
	.section-title .title {
    text-transform: none;
	}
}

.section-title:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #e8eaed;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  z-index: 10;
}

/*----------------------------*\
	input
\*----------------------------*/

.input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #e8eaed;
}

textarea.input {
  padding: 15px;
  height: 90px;
}

/*----------------------------*\
	button
\*----------------------------*/

.primary-button, .secondary-button {
  display: inline-block;
  padding: 10px;
  border-radius: 2px;
  border: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.primary-button {
  background-color: #ee4266;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #ee4266 inset;
  box-shadow: 0px 0px 0px 2px #ee4266 inset;
}

.secondary-button {
  background-color: #353535;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #353535 inset;
  box-shadow: 0px 0px 0px 2px #353535 inset;
}

@media only screen and (max-width: 576px) {
	.primary-button, .secondary-button {
		font-size: 12px;
	}
}

.primary-button:hover, .primary-button:focus {
  background-color: beige;
  color: #ee4266;
}

.secondary-button:hover, .secondary-button:focus {
  background-color: beige;
  color: #353535;
}

/*----------------------------*\
	social colors
\*----------------------------*/

.social-facebook {
  background: #225b99 !important;
}

.social-twitter {
  background: #00adf2 !important;
}

.social-youtube {
  background: #c4302b !important;
}

.social-google-plus {
  background: #dc4d2d !important;
}

.social-whatsapp {
  background: #075E54 !important;
}

.social-pinterest {
  background: #cc2127 !important;
}

.social-instagram {
  background: #d341b2 !important;
}

.social-email {
  background: #F60 !important;
}

/*=========================================================
	NAVIGATION
===========================================================*/



#nav {
	position:fixed;
	top:0; left:0; right:0;
	height:110px;
	z-index:999;
	background-color:#FFF;
	box-shadow: 0 0 10px 0 #7d1411;
}

@media only screen and (max-width: 767px) {
	#nav {
		height:90px;
	}
}


#nav:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#nav.shadow-active:after {
  opacity: 1;
  visibility: visible;
}

#nav-top {
  text-align: center;
	z-index:89;
}

#nav-top>.container,
#nav-top>.container-fluid {
  position: relative;
	background-color:#FFF;
}


#nav-bottom {
	position:absolute;
	z-index:79;
	right:0;
	left:0;
	margin-top:60px;
	border-top: 1px solid #e8eaed;
	/*background-color:#FFF;*/
}


@media only screen and (max-width: 991px) {
	#nav-bottom {
		font-size:95%;
  }
  .footer-nav {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
	#nav-bottom {
		font-size:85%;
		margin-top:49px;
  }
	#nav-bottom .nav-menu>li>a {
		padding: 10px;
		font-weight: bold;
		text-transform: none;
	}
}

@media only screen and (max-width: 576px) {
	#nav-bottom {
		margin-top: 86px;
    display: none;
  }	
}


/*----------------------------*\
	Barre Fixe Bottom
\*----------------------------*/

.nav-bottom-fixe>.container-fluid {
	z-index:85;
	position:fixed;
	bottom:0;
	margin-bottom:-1px;
	box-shadow: 0 0 10px 0 #7d1411;
	background-color:#FFF;
}

#nav-bottom-fixe-advertise>.container-fluid {
 bottom:60px;
 background-color: rgba(0,0,0,0.5);
 /*background-color: transparent;*/
 box-shadow: none;
 margin:0px;
}

#nav-bottom-fixe-home #title-bottom-fixe{
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	z-index: -1;
	text-align: center;
	vertical-align: middle;
	/*background-color: #FFF;*/
	padding: 0;
}

#nav-bottom-fixe-home #title-bottom-fixe h1{
	line-height:normal;
	vertical-align: middle;
	display: table-cell;
	font-weight:700;
	height: 60px;
	font-size:150%;
	color:#333;
}

@media only screen and (max-width: 991px) {
	#nav-bottom-fixe-home #title-bottom-fixe h1{
		font-size:125%;
	}
}


@media only screen and (max-width: 767px) {
	#nav-bottom-fixe-home #title-bottom-fixe{
		padding: 0 50px;
	}
	
	#nav-bottom-fixe-home #title-bottom-fixe h1{
		height: 50px;
		font-size:100%;
	}
	
	#nav-bottom-fixe-advertise>.container-fluid {
	 bottom:45px;
	}
}

@media only screen and (max-width: 576px) {
	#nav-bottom-fixe-home #title-bottom-fixe{
		padding: 0 45px;
	}
	
	#nav-bottom-fixe-home #title-bottom-fixe h1{
		font-size:80%;
	}
}


/*------------*/

#nav-bottom-fixe-article .container-fluid{
	display: flex;
	width: 100%;
}

#nav-bottom-fixe-article .nav-btns{
	margin: auto;
}

#nav-bottom-fixe-article .nav-btns button{
	padding: 15px 50px;
}

@media only screen and (max-width: 767px) {
	#nav-bottom-fixe-article .nav-btns button{
		padding: 17px 30px;
	}
}

@media only screen and (max-width: 576px) {
	#nav-bottom-fixe-article .nav-btns button{
		padding: 17px 10px;
	}
}


/*----------------------------*\
	social
\*----------------------------*/

.nav-social {}


.nav-social li {
  display: inline-block;
}

.nav-social li a {
  display: block;
  padding:  15px 10px;
}

.nav-social li a:hover, button .fa:hover{
	color:#7d1411;
}

@media only screen and (max-width: 767px) {
	.nav-social li a {
		padding: 17px 10px;
	}
}

.nav-social #nav-menu-open{
	display:none;
	visibility:hidden;
}

@media only screen and (max-width: 576px) {
	.nav-social {
		margin-top: 50px;
		left: 0;
		right: 0;
		position: absolute;
  }
	
	.nav-social #nav-menu-open{
		display: inline-block;
		visibility:visible;
	}
	
	.nav-social li a {
		padding: 8px 10px;
	}	
}

.nav-social #nav-menu-open #nav-menu-open-folder-open{
	display:none;
}

/***************/

#aside-btn-share{
	display:none;
}

@media only screen and (max-width: 576px) {
  #aside-btn-share{
		display: inline-block;
	}
}

.nav-share{}
.nav-share li{
	display:inline-block;
}

.nav-share li a {
  display: block;
  padding: 10px 15px;
	color:#CCC!important;
}

.nav-share li a:hover {
	color:#007bff!important;
}

#share-btn-left{display:none}

@media only screen and (max-width: 576px) {
	#share-btn-left{display:inline-block;}
	#share-btn-right{display:none;}
}


/*----------------------------*\
	logo
\*----------------------------*/

.logo_letter{display: block!important;}
.logo_globe{display: none!important;}

@media only screen and (max-width: 400px) {
	.logo_letter{display:none!important;}
	.logo_globe{display:block!important;}	
}

.nav-logo {
	position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-logo .logo {
  display: inline-block;
  /*height: 70px;*/
}

.nav-logo .logo>img {
  width: auto;
  max-height: 60px;
}

@media only screen and (max-width: 767px) {
	.nav-logo .logo>img {
		max-height: 50px;
	}
}



/*----------------------------*\
	search
\*----------------------------*/

.nav-btns {
  float: right;
}

@media only screen and (max-width: 767px) {
	.nav-btns>button {
		padding: 17px 10px;
	}
}


.nav-btns>button {
  width: auto;
  max-height: 60px;
  text-align: center;
  border: none;
  background: transparent;
	padding: 15px 10px;
	/*background-color:#FF0;*/
}


.popup-box {
  position: fixed;
  left: 50%;
	top:25%;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  max-width: 960px;
  width: 100%;
  padding: 60px 5%;
  background: #1b1c1e;
  z-index: 9993;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.popup-box.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.popup-box form .input, .popup-box .input {
  height: 80px;
  background: transparent;
  border: 2px solid #323335;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 25px;
}


#nav-cookie{
	top: auto;
	bottom: 0;
	padding: 60px 10px 0px;
}
#nav-cookie div, #nav-cookie div a{
	color:#FFF;
}

/*----------------------------*\
	menu
\*----------------------------*/
	

.nav-menu {
  position: relative;
  text-align: center;
  float: none;
	background-color:#FFF;
}

.nav-menu>li {
  float: none;
  display: inline-block;
}

@media only screen and (max-width: 576px) {
	.nav-menu>li {
		 display: block;
	}
}

.nav-menu>li>a {
  display: block;
  padding: 15px 10px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

/*----------------------------*\
	dropdown
\*----------------------------*/

.nav-menu li.has-dropdown {
  position: relative;
}


.nav-menu li.has-dropdown>a:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  margin-left: 5px;
}

.nav-menu li.has-dropdown>.dropdown {
  position: absolute;
  left: 0;
  width: 180px;
	min-width:100px;
  text-align: left;
  z-index: 60;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
	background: #1b1c1e;
	border-bottom: 1px solid #ccc;
}

.nav-menu li.has-dropdown>.dropdown .dropdown {
	max-width:120px;
}


.nav-menu li.has-dropdown>.listmenu {
  margin-left: 180px;
	top:0;
}

.nav-menu li.has-dropdown:hover>.dropdown {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.nav-menu li.has-dropdown>.dropdown .dropdown-body {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #ee4266;
}

.dropdown .dropdown-list li {
  border-bottom: 1px solid #e8eaed;
}

.dropdown .dropdown-list li a {
  display: block;
  padding: 10px;
  line-height: 20px;
}

.dropdown .dropdown-heading {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 30px;
}

/*----------------------------*\
	mega dropdown
\*----------------------------*/

.nav-menu li.has-dropdown.megamenu {
  position: static;
}

.nav-menu li.has-dropdown.megamenu>.dropdown {
	max-width:none;
	width:100%;
	max-height:600px;
	overflow-x: hidden;
  overflow-y: auto;
}

@media only screen and (max-height: 768px) {
	.nav-menu li.has-dropdown.megamenu>.dropdown {
		height:500px;
	}
}

@media only screen and (max-height: 667px) {
	.nav-menu li.has-dropdown.megamenu>.dropdown {
		height:400px;
	}
}

@media only screen and (max-height: 640px) {
	.nav-menu li.has-dropdown.megamenu>.dropdown {
		height:350px;
	}
}

.nav-menu li.has-dropdown.megamenu>.dropdown .dropdown-body {
  padding: 30px;
}

.nav-menu li.has-dropdown.megamenu>.dropdown .dropdown-list {
  margin-bottom: 30px;
}

.nav-menu li.has-dropdown.megamenu>.dropdown .dropdown-list li a {
  padding-left: 0px;
  padding-right: 0px;
}

/*----------------------------*\
	tab dropdown
\*----------------------------*/

.nav-menu li.has-dropdown.megamenu>.dropdown.tab-dropdown .tab-content {
  z-index: 70;
  position: relative;
  margin-left: -30px;
}

@media only screen and (max-width: 768px) {
	.nav-menu li.has-dropdown.megamenu>.dropdown.tab-dropdown .tab-content {
		margin-left: 0px!important;
	}
	.nav-menu li.has-dropdown.megamenu>.dropdown .dropdown-body {
		padding: 10px!important;
	}
}

.nav-menu li.has-dropdown.megamenu>.dropdown.tab-dropdown .nav-tabs {
  background-color: #1b1c1e!important;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 60;
}

.nav-menu li.has-dropdown.megamenu>.dropdown.tab-dropdown .nav-tabs li {
  border-bottom: 1px solid #323335!important;
	width:100%;
}

.nav-menu li.has-dropdown.megamenu>.dropdown.tab-dropdown .nav-tabs li a {
  padding: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
	
}

.nav-menu li.has-dropdown.megamenu>.dropdown.tab-dropdown .nav-tabs li a.active,
.nav-menu li.has-dropdown.megamenu>.dropdown.tab-dropdown .nav-tabs li a:hover {
	border: none;
	background: #ee4266;
  color: #fff;
}





/*----------------------------*\
	nav aside
\*----------------------------*/

.nav-aside {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #1b1c1e;
  max-width: 360px;
  width: 100%;
  padding: 80px 20px;
  overflow-y: scroll;
  z-index: 9999;
  -webkit-transition: 0.4s all cubic-bezier(.77, 0, .18, 1);
  transition: 0.4s all cubic-bezier(.77, 0, .18, 1);
}

#nav-aside-right {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

#nav-aside-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}


.nav-aside.active {
  -webkit-transform: translateX(0%)!important;
  -ms-transform: translateX(0%)!important;
  transform: translateX(0%)!important;
}

.nav-aside-menu li a {
  display: block;
  padding: 15px 0px;
  color: #fff;
  border-bottom: 1px solid #323335;
}

.nav-aside-menu li a:hover, .nav-aside-menu li a:focus {
  color: #ee4266;
	font-weight:bolder;
}

.nav-aside-menu li.has-dropdown>a {
  cursor: pointer;
}

.nav-aside-menu li.has-dropdown>a:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  float: right;
}

.nav-aside-menu li.has-dropdown>.dropdown {
  display: none;
  margin-left: 30px;
  border-left: 1px solid #323335;
}

.nav-aside-menu li.has-dropdown.active>.dropdown {
  display: block;
}

.nav-aside-menu li.has-dropdown>.dropdown a {
  padding: 15px;
}

.nav-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 15px;
  background-color: transparent;
  border: none;
}

.nav-close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-close span:before, .nav-close span:after {
  content: "";
  display: block;
  width: 30px;
  background-color: #fff;
  height: 2px;
}

.nav-close span:before {
  -webkit-transform: translateY(0px) rotate(-135deg);
  -ms-transform: translateY(0px) rotate(-135deg);
  transform: translateY(0px) rotate(-135deg);
}

.nav-close span:after {
  -webkit-transform: translateY(-2px) rotate(135deg);
  -ms-transform: translateY(-2px) rotate(135deg);
  transform: translateY(-2px) rotate(135deg);
}

/*=========================================================
	PAGE HEADER
===========================================================*/

.page-header {
  position: relative;
  margin: 0;
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #1b1c1e;
}

#post-header {
  padding-top: 240px;
  padding-bottom: 80px;
}

.page-header .page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-header .page-header-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
  background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
}

.page-header h1 {
  font-size: 41.053px;
  color: #FFF;
}

.page-header p.lead {
  font-size: 20.25px;
  color: #FFF;
}




/*=========================================================
	POST
===========================================================*/

.post {
  position: relative;
  margin-bottom: 30px;
	background:#FFF;
}

.text_inner_image{
	position:absolute;
	z-index:10;
	top:0;
	width:100%;
	padding: 2px 10px;
}

.post .post-body {
  position: relative;
  margin: -50px 0px 0px 3%;
  padding: 5%;
  background: #fff;
  z-index: 10;
}

.post .post-img {
  display: block;
  overflow: hidden;
}

.post-img>img {
  width: 100%;
  -webkit-transition: 1.6s -webkit-transform;
  transition: 1.6s -webkit-transform;
  transition: 1.6s transform;
  transition: 1.6s transform, 1.6s -webkit-transform;
}

.post-img:hover>img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.post .post-title {
  font-size: 18px;
	font-family: 'Muli', sans-serif!important;
}

.post .post-title a {
  /*color: #006;*/
}
.post .post-title a:hover, .post .post-title a:focus  {
color: #7d1411;
}

.post .post-title.title-sm {
  font-size: 18px;
}

.post-thumb .post-title.title-sm {
  font-size: 16px!important;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	.post.post-thumb .post-title.title-sm {
		font-size: 14px!important;
    margin: 0;
	}
	.hide_tab {
		display:none!important;
	}
}

    

.post .post-title.title-lg {
  font-size: 25.629px;
}

.post .post-category {
  margin-bottom: 10px;
}

.post-category a {
  /*color: #ee4266;*/
	/*color:#7d1411;*/
  font-weight: 700;
  font-size: 70%;
  /*text-transform: uppercase;*/
}

.post-category a:after {
  content: ',';
  display: inline-block;
}

.post-category a:last-child:after {
  display: none;
}

.post .post-meta {
  margin-bottom: 10px;
	text-align: right;
}
.post.post-thumb .post-meta {
	margin:0px;
}

.post-meta li {
  display: inline-block;
  color: #97989b;
  font-size: 70%;
 /* text-transform: uppercase;*/
}

.post-meta li a {
  /*color: #97989b;*/
  font-weight: 700;
}

.post-meta li a:hover, .post-meta li a:focus {
  /*color: #ee4266;*/
}

.post-meta li:after {
	content: '•';
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.post-meta li:last-child:after {
  display: none;
}

/*----------------------------*\
	hot post
\*----------------------------*/

.hot-post {
  padding: 0 15px;
}

.hot-post .hot-post-left {
  padding-right: 0px;
  padding-left: 0px;
}

.hot-post .hot-post-right {
  padding-right: 0;
  padding-left: 5px;
}

.hot-post .post {
  margin-bottom: 7px;
}

.hot-post {
  margin-bottom: 25px;
}

/*----------------------------*\
	post thumb
\*----------------------------*/

.post.post-thumb .post-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
  background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
}

.post.post-thumb .post-body {
  position: absolute;
  margin: 0px;
  padding: 0px 2%;
  z-index: 20;
  bottom: 2%;
  background-color: transparent;
}

.post.post-thumb .post-title a {
  color: #fff;
	text-shadow: 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000, -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000;
}

/*http://je-tripote-au-lycee.blogg.org/css-une-bordure-autour-des-lettres-a128433790*/
.post.post-thumb .post-title a:hover, .post.post-thumb .post-title a:focus {
  /*color: #ee4266;*/	
	text-shadow: 1px 0 0 #7d1411, 1px 1px 0 #7d1411, 0 1px 0 #7d1411, -1px 1px 0 #7d1411, -1px 0 0 #7d1411, -1px -1px 0 #7d1411, 0 -1px 0 #7d1411, 1px -1px 0 #7d1411;
}

.post.post-thumb .post-meta li {
  color: #fff;
}

/*.post.post-thumb .post-meta li a {
  color: #fff;
}

.post.post-thumb .post-meta li a:hover, .post.post-thumb .post-meta li a:focus {
  color: #ee4266;
}*/

/*----------------------------*\
	post small
\*----------------------------*/

.post.post-sm .post-body {
  margin: 15px 0px 0px;
  background: transparent;
  padding: 0;
}

/*----------------------------*\
	post widget
\*----------------------------*/

.aside-widget .post {
	margin-bottom:0px;
}

.post.post-widget {
	margin-bottom:20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.post.post-widget:after {
  content: "";
  display: table;
  clear: both;
}

.post.post-widget .post-img {
  float: left;
  width: 30%;
}

.post.post-widget .post-body {
  position: relative;
  background: transparent;
  margin: 0px 0px 0px calc(30% + 5px);
  padding: 0px;
}

.post.post-widget .post-title {
  font-size: 14px;
  margin-bottom: 0px;
}

.post.post-widget .post-meta {
	margin-bottom:0;
	display: inline-block;
  float: right;
}

.post.post-widget .post-meta li {
	text-transform:none;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	.post.post-widget .post-title {
		font-size: 12px;
	}
}

/*.post.post-widget:after {
  content: "";
  display: table;
  clear: both;
}

.post.post-widget .post-img {
  float: left;
  width: 130px;
}

.post.post-widget .post-body {
  position: relative;
  background: transparent;
  margin: 0px 0px 0px 150px;
  padding: 0;
}

.post.post-widget .post-title {
  font-size: 16px;
  margin-bottom: 0px;
}*/


/*----------------------------*\
	post row
\*----------------------------*/

.post.post-row:after {
  content: '';
  display: table;
  clear: both;
}

.post.post-row .post-img {
  width: 40%;
  float: left;
}

.post.post-row .post-body {
  margin: 0px 0px 0px calc(40% + 30px);
  padding: 0;
}

/*=========================================================
	POST PAGE
===========================================================*/

.page-header .post-category {
  margin-bottom: 10px;
}

.page-header .post-meta li {
  color: #fff;
}

.page-header .post-meta li a {
  color: #fff;
}

.page-header .post-meta li a:hover, .page-header .post-meta li a:focus {
  color: #ee4266;
}

.post-share a {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  color: #fff;
  background-color: #97989b;
  margin-right: 4px;
  margin-bottom: 5px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.post-share a:hover {
  opacity: 0.9;
}

.post-share a i {
  width: 10px;/*20px;*/
  text-align: center;
}

.post-share a span {
  padding-left: 5px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  text-transform: none;/*uppercase;*/
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
}

.post-content .post-attachement.pull-left {
  margin-right: 15px;
}

.post-content .post-attachement.pull-right {
  margin-left: 15px;
}

.post-tags ul li {
  display: inline-block;
  text-transform: none;
  font-size: 100%;
  font-weight: 700;
	margin:5px;
}

.post-tags ul li a {
	padding:10px;
}

.post-tags ul li:after {
  /*content: ',';*/
  display: inline-block;
}


/*----------------------------*\
	post nav
\*----------------------------*/

.post-nav:after {
  content: "";
  display: table;
  clear: both;
}

.post-nav .post-title {
  font-size: 14px;
  margin: 0px;
}

.post-nav .prev-post {
  float: left;
  width: 50%;
  padding-right: 5px;
}

.post-nav .next-post {
  float: right;
  width: 50%;
  text-align: right;
  padding-left: 5px;
}

.post-nav .post-img {
  display: block;
  width: 100px;
  overflow: hidden;
}

.post-nav .prev-post .post-img {
  float: left;
  margin-right: 5px;
}

.post-nav .next-post .post-img {
  float: right;
  margin-left: 5px;
}

.post-nav .next-post span, .post-nav .prev-post span {
  font-weight: 700;
  color: #97989b;
  /*text-transform: uppercase;*/
  font-size: 12px;
}

.post-nav .next-post:after, .post-nav .prev-post:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 767px) {	
  .post-nav .prev-post {
    float: none;
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0px;
  }
  .post-nav .prev-post:last-child {
    margin-bottom: 0px;
  }
  .post-nav .next-post {
    float: none;
    width: 100%;
  }
  .post-nav .next-post {
    float: none;
    width: 100%;
    padding-left: 0px;
    text-align: left;
  }
  .post-nav .next-post .post-img {
    margin-right: 5px;
    float: left;
    margin-left: 0px;
  }
}

/*----------------------------*\
	author
\*----------------------------*/

.author.media .media-left {
  position: relative;
  padding-right: 30px;
}

.author .author-img {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  ;
}

.author .author-social li {
  display: inline-block;
  margin-right: 10px;
}

.author .author-social li a {
  display: block;
}

@media only screen and (max-width: 767px) {
  .page-header h1 {
    font-size: 32.437px;
  }
}

.page-header .author .author-social li a {
  color: #fff;
}

.page-header .author .author-social li a:hover, .page-header .author .author-social li a:focus {
  color: #ee4266;
}

/*----------------------------*\
	comments
\*----------------------------*/

.post-comments .media {
  margin-top: 30px;
}

.post-comments .media:nth-child(1) {
  margin-top: 0px;
}

.post-comments .media .media-left {
  position: relative;
  padding-right: 15px;
}

.post-comments .media .media-left .media-object {
  width: 50px;
  border-radius: 50%;
  position: relative;
  z-index: 20;
}

.post-comments .media .media-left:after {
  content: '';
  position: absolute;
  left: calc(50% - 9px);
  top: 80px;
  bottom: 15px;
  width: 1px;
  background-color: #e8eaed;
}

.post-comments .media .media-heading h4 {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments .media .media-heading .time {
  color: #97989b;
  margin-left: 10px;
  font-size: 12px;
}

.post-comments .media .reply {
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 13px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #323335;
  border-radius: 2px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.post-comments .media .reply:hover {
  opacity: 0.9;
}

.post-comments .media.media-author .media-heading h4 {
  color: #ee4266;
}

.post-comments .media.media-author .media-left:after {
  background-color: #ee4266;
}




/*=========================================================
	ASIDE
===========================================================*/

.aside-widget {
  margin-bottom: 30px;
}

/*----------------------------*\
	social widget
\*----------------------------*/

.social-widget ul {
  overflow: auto;
}

.social-widget ul li {
  float: left;
  width: 33.33%;
}

.social-widget ul li a {
  display: block;
  text-align: center;
  padding: 30px 2px;
  color: #fff;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.social-widget ul li a:hover {
  opacity: 0.9;
}

.social-widget ul li a span {
  font-weight: 700;
  font-size: 14px;
}

.social-widget ul li a i {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}

/*----------------------------*\
	newsletter widget
\*----------------------------*/

.newsletter-widget {
  position: relative;
  padding: 0px 30px 30px;
  border-left: 2px dashed #e8eaed;
  border-right: 2px dashed #e8eaed;
}

.aside-widget:last-child .newsletter-widget {
  border-bottom: 2px dashed #e8eaed;
}

.newsletter-widget form {
  position: relative;
  z-index: 20;
}

.newsletter-widget .input {
  margin-bottom: 15px;
}

.newsletter-widget:after {
  content: "\f003";
  font-family: FontAwesome;
  position: absolute;
  bottom: -25px;
  right: 27px;
  font-size: 160px;
  color: #e8eaed;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
}

.footer-widget .newsletter-widget {
  padding: 0px;
  border: none;
}

.footer-widget .newsletter-widget:after {
  color: #323335;
}

/*----------------------------*\
	category widget
\*----------------------------*/

.category-widget ul li {
  padding: 15px 0px;
  border-bottom: 1px solid #e8eaed;
}

.category-widget ul li a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.category-widget ul li a span {
  float: right;
  font-size: 14px;
  color: #97989b;
  margin-left: 15px;
}

.footer-widget .category-widget ul li {
  border-color: #323335;
}

/*----------------------------*\
	tags widget
\*----------------------------*/

.tags-widget ul li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 6px;
}

.tags-widget ul li a {
  text-transform: uppercase;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
  color: #97989b;
  background-color: #323335;
  border-radius: 2px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.tags-widget ul li a:hover, .tags-widget ul li a:focus {
  color: #fff !important;
  background-color: #ee4266;
}

/*----------------------------*\
	galery widget
\*----------------------------*/

.galery-widget ul {
  margin: -2px -2px;
}

.galery-widget ul li {
  display: inline-block;
  width: 33.33%;
  padding: 2px;
  margin-right: -4px;
}

.galery-widget ul li a {
  display: block;
  overflow: hidden;
}

.galery-widget ul li a img {
  width: 100%;
  -webkit-transition: 1.6s -webkit-transform;
  transition: 1.6s -webkit-transform;
  transition: 1.6s transform;
  transition: 1.6s transform, 1.6s -webkit-transform;
}

.galery-widget ul li a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*=========================================================
	FOOTER
===========================================================*/

#footer {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 200px;
  background-color: #1b1c1e;
	color: #97989b;
	border-top: 1px solid #323335;
}

#footer a {
  color: #97989b;
}

#footer a:hover, #footer a:focus {
  color: #ee4266;
}

.footer-widget {
  margin-bottom: 30px;
	text-align: center;
}

.footer-widget .footer-title {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-logo {
  margin-bottom: 50px;
}

.footer-logo .logo {
  display: inline-block;
  line-height: 70px;
  height: 70px;
}

.footer-logo .logo img {
	background-color:#FFF;
	box-shadow: inset 0px 0px 20px 0 #000;
	width:300px;
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #323335;
	text-align: center;
}


.footer-nav li {
  display: inline-block;
  margin-right: 10px;
}

/*----------------------------*\
	CONTACT
\*----------------------------*/

.contact li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 55px;
  padding-top: 5px;
  min-height: 40px;
}

.contact li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 40px;
  background: #fff;
  color: #ee4266;
  border: 1px solid #e8eaed;
  line-height: 40px;
  border-radius: 50%;
}

.footer-widget .contact li i {
  color: #97989b;
  background-color: #353535;
  border: none;
}

.contact-social li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 6px;
}

.contact-social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
  color: #fff !important;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.contact-social li a:hover {
  opacity: 0.9;
}


/********************************************/

.col-md-8, .col-md-4{
	/*background-color:#FFF;*/
}


@media only screen and (max-width: 767px) {
	
	.container, .container-fluid{
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
	.container:nth-child(n+2).container,
	.container:nth-child(n+2).container-fluid,
	.container-fluid:nth-child(n+2).container,
	.container-fluid:nth-child(n+2).container-fluid {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	
	.row{
		margin-left: 0px!important;
		margin-right: 0px!important;
	}
	
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
		padding-right: 0px!important;
    padding-left: 0px!important; 
	}
}

/********************************************************************************************************/