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

.cb {
    clear: both;
}

body#module-mrblog-details section#content .content-header small {
    color: #999;
	font-size: 15px;
}

body#module-mrblog-details section#content .content-header .post-details a:after {
    display:inline-block;
	content: ',';
	margin-right: 5px;
}

body#module-mrblog-details section#content .content-header .post-details small i {
    margin-right: 5px;
	top: -2px;
}

body#module-mrblog-details section#content .content-header .post-details a:last-child:after{
    content: '';
	margin-right: 0;
}

body#module-mrblog-details section#content .content-header .post-details .in-category {
    margin-right: 5px;
	margin-left: 6px;
}

body#module-mrblog-details header.page-header,
body#module-mrblog-blog header.page-header {
    display: none;
}

#mrblog > .list .post a {
    display: block;
}
#mrblog > .list .post > .img {
    background-size: calc(100% + 100px);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 42%;
    transition: all 0.5s;
    position: relative;
    color: inherit !important;
    overflow: hidden;
}
#mrblog > .list .post > .img > p {
    margin: 0;
    position: absolute;
    bottom: 6%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    color: #FFF;
    opacity: 0;
}
#mrblog > .list .post > .img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
#mrblog > .list .post:hover > .img {
    background-position: left center;
}
#mrblog > .list .post:hover > .img::before {
    opacity: 1;
}
#mrblog > .list .post:hover > .img > p {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: 25px;
    opacity: 1;
}
#mrblog > .list .post > .title h3 {
    margin: 18px 0 6px;
    line-height: 28px;
    font-size: 18px;
}

#mrblog > .list .post > .title h3.ellipsis-text.multiline-2 {
   height: 56px;
}

#mrblog.related > .list .post > .title h3.ellipsis-text {
   	height: 56px;
	line-height: 28px;
}

#mrblog > .list .post > .description {
    margin-bottom: 18px;
}
#mrblog > .list .post > small {
    color: #999;
}
#mrblog > .list .post > small > span {
    float: left;
}
#mrblog > .list .post > small > a {
    display: inline-block;
    vertical-align: top;
}

#mrblog.home > .page-title {
    float: left;
}
#mrblog.home > .page-title + a {
    float: right;
}

#mrblog.home > .list {
    margin-left: -15px;
    margin-right: -15px;
}
#mrblog.home > .list {
    margin-left: -15px;
    margin-right: -15px;
}
#mrblog.home > .list .post {
    float: left;
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
}
#mrblog.home > .list .post:first-child {
    width: 66.66666666%;
}
#mrblog.home > .list .post:first-child > .img {
    padding-top: 44%;
}
#mrblog.home > .list .post:not(:first-child) > .description {
    display: none;
}

#mrblog.blog > .list .post {
    margin-top: 20px;
}

#mrblog.related {
    margin-top: 40px;
	padding-bottom: 0 !important;
}

#mrblog.related > .page-title + a {
    float: right;
}

#mrblog.related > .list {
    margin-left: -15px;
    margin-right: -15px;
}
#mrblog.related > .list {
    margin-left: -15px;
    margin-right: -15px;
}
#mrblog.related > .list .post {
    float: left;
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
}

#mrblog.related > .list .post > .description {
    display: none;
}

body#module-mrblog-details {
    overflow-x: hidden;
}
body#module-mrblog-details section#content > .post-container {
    text-align: center;
}
body#module-mrblog-details nav[data-depth] > ol > li:last-child {
    display: none;
}
body#module-mrblog-details nav[data-depth] > ol > li:nth-last-child(2)::after {
    display: none;
}
body#module-mrblog-details section#content .post-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
}
body#module-mrblog-details section#content > .post-container > small {
    display: block;
    text-align: center;
    margin: 0;
    font-size: 15px;
}
body#module-mrblog-details section#content > .post-container > small {
    color: #999;
}
body#module-mrblog-details section#content > .post-container > h1 {
    font-size: 30px;
    display: block;
    margin: 15px auto 30px;
    line-height: 50px;
}
body#module-mrblog-details section#content > .post-container > .img {
    margin: 0 !important;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.3);
}
body#module-mrblog-details section#content > .post-container > .img::before,
body#module-mrblog-details section#content > .post-container > .img::after {
    content: '';
    background-color: #f5f5f5;
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
}
body#module-mrblog-details section#content > .post-container > .img::before {
    height: 50%;
    top: 0;
}
body#module-mrblog-details section#content > .post-container > .img::after {
    height: 10000px;
    top: -10000px;
}
body#module-mrblog-details section#content > .post-container > #post-content {
    padding-top: 50px;
}
body#module-mrblog-details section#content > .post-container > #post-content iframe {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
body#module-mrblog-details section#content > .post-container > #post-content img {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.content-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

div.content-header > .sharing {
    display: flex;
    align-items: center;
    justify-content: end;
}

div.content-header > .sharing small{
    text-transform: uppercase;
	font-size: 14px !important;
	margin-right: 15px;
}

#post-content .gallery-container {
	margin-top: 30px;
	margin-bottom: -30px;
}

#post-content .gallery-container > row .col-xs-12{
	margin-bottom: 30px;
}

#post-content .gallery-container a {
	display: block;
	padding-top: 75%;
	background-position: center center;
	background-size: cover;
	margin-bottom: 30px;
}

#post-content .gallery-container a:hover {
  transform: scale(0.98);
  opacity: 0.8;
}

#swipebox-slider .slide {
	padding: 30px 45px 30px 30px;
}

@media (max-width: 767px) {
	div.content-header > .sharing small,
	body#module-mrblog-details section#content .content-header .post-details small span {
    	display:none;
	}
	div.content-header{
    	align-items: flex-start;
		margin-top: 10px;
	}
	body#module-mrblog-details section#content .content-header .post-details {
    	margin-top: 3px;
		padding-right: 20px;
	}
	body#module-mrblog-details section#content > .post-container > #post-content {
	  padding-top: 30px;
	}
	#swipebox-slider .slide {
	  padding: 10px;
	}
}

div.content-header > a {
    flex: 1;
    text-align: center;
}

ul.share-post {
	display: flex;
    list-style: none;
    padding: 0;
    margin-top: 0;
	margin-bottom: 0;
}
ul.share-post > li {
    float: left;
    margin-left: 10px;
}
ul.share-post > li:first-child {
    margin-left: 0;
}
ul.share-post > li > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
}
ul.share-post > li.facebook > a {
    background-color: #3b5998;
    color: #FFF;
}
ul.share-post > li.facebook > a:hover {
    background-color: #2b4270;
}
ul.share-post > li.twitter > a {
    background-color: #55acee;
    color: #FFF;
}
ul.share-post > li.twitter > a:hover {
    background-color: #488fc6;
}
ul.share-post > li.google-plus > a {
    background-color: #dd4b39;
    color: #FFF;
}
ul.share-post > li.google-plus > a:hover {
    background-color: #b53e2d;
}
ul.share-post > li.whatsapp > a {
    background-color: #4dc247;
    color: #FFF;
}
ul.share-post > li.whatsapp > a:hover {
    background-color: #3f9a3e;
}

/*INFO: ELLIPSIS*/

.ellipsis-text {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 28px; /* Fallback for non-webkit */
    line-height: 28px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-text.multiline-2 {
    line-height: 20px;
    height: 40px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
#mrblog.related > .list .post > .title h3.ellipsis-text {
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
.ellipsis-text.multiline-3 {
    line-height: 20px;
    height: 60px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

@media screen and (max-width: 767px) {
    #mrblog .post { width: 100% !important; margin-bottom: 20px; }
	#mrblog .post:last-child { margin-bottom: 0; }
    body#module-mrblog-details section#content > .post-container > h1 { font-size: 20px; line-height: inherit; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #mrblog.home .post:first-child { width: 100%; margin-bottom: 20px; }
    #mrblog.home .post:nth-child(2), #mrblog.home .post:last-child { width: 50%; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    
}
@media screen and (max-width: 991px) {
    body#module-mrblog-details section#content .post-container { max-width: 720px; }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #mrblog .post:nth-child(2) { margin-bottom: 11px; }
}
@media screen and (min-width: 992px) {
    body#module-mrblog-details section#content .post-container { max-width: 950px; }
}
@media screen and (min-width: 1200px) {
    #mrblog .post:nth-child(2) { margin-bottom: 14px; }
}
@media screen and (min-width: 1500px) {
    #mrblog .post:nth-child(2) {margin-bottom: 13px;}
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-google-plus:before {
    content: "\f0d5";
}