@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
@import url('pbnew.css');

#modalCover .modal-header {
    overflow: hidden;
    background-image: url("/data/clients/50/lines/banner/main/les-roches_221.jpg");
    min-height: 250px;
}
#modalCover .modal-header h1 {
    position: relative;
    top: 150px;
    left: 30px;
    color: #FFFFFF;
}

#modalCover .modal-body p {
    padding: 40px;
}

#modalCover span.center-block {
    width: 525px;
}

#modalCover span.center-block button{
    width: 250px;
}

#modalCover span.center-block button:first-child {
    margin-right: 20px;
}

#modalCover .modal-body {
    min-height: 260px;
}


/* Container */
.blog-plugin--container {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-start;
       -moz-align-items: flex-start;
            align-items: flex-start;
    position: relative;
    margin-bottom: 60px;
}

/* Header */
.blog-plugin--header {
    margin: 26px 0px;
}
.blog-plugin--header h2.title {
    margin: 0px;
    margin-bottom: 20px;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 300;
    color: #383d48;
    line-height: 34px;
}
.blog-plugin--header .subtitle {
    width: 160px;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 300;
    color: #707480;
    line-height: 24px;
}
/* Nav */
.blog-plugin--nav {
    position: absolute;
    top: 238px;
    left: 67px;
}
.blog-plugin--nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.blog-plugin--nav ul li {
    display: inline-block;
    margin: 0px 2px;
    padding: 0px;
}
.blog-plugin--nav ul li a {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    border: 1px solid #5f6269;
}
.blog-plugin--nav ul li a.active {
    background: #5f6269;
}
.blog-plugin--nav ul li a span {
    display: none;
}

/* Body */
.blog-plugin--content {
    width: calc(77.65% + 50px);
    height: 100%;
}
.blog-plugin--box {
    width: calc(100% - 50px);
    height: 303px;
    margin-left: 50px;
    border: 1px solid #ececec;
    background: #fff;
}
.box-item {    
    position: absolute;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
       -moz-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-items: stretch;
       -moz-align-items: stretch;
            align-items: stretch;
    padding: 26px 26px 26px 0px;
}
.blog-plugin--box .box-item--container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-start;
       -moz-align-items: flex-start;
            align-items: flex-start;    
    margin-left: -50px;
    position: relative;
}
.blog-plugin--box:after {
    width: calc(100% - 6px);
    width: 1080px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -2px;
    right: 3px;
    background: #f8f8f8;
}
.blog-plugin--box .image {
    width: 442px;
    min-width: 442px;
    position: relative;
    margin: 0px;
    background-size: cover !important;
}
.blog-plugin--box .image:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #fff;
    opacity: 0.3;
}
.blog-plugin--box .image img {
    width: 100%;
    opacity: 0;
}
.blog-plugin--box .content {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-start;
       -moz-align-items: flex-start;
            align-items: flex-start;    
    margin-left: 30px;
    
}
.blog-plugin--box .content .text .category {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #878b95;
}
.blog-plugin--box .content .text h3.title {
    max-height: 60px;
    margin: 19px 0px 22px 0px;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 300;
    color: #383c48;
    line-height: 30px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.blog-plugin--box .content .text .abstract {
    max-height: 48px;
    font-family: Roboto;
    color: #707480;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
}
.blog-plugin--box .content .share {
	width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-align-items: center;
            align-items: center;    
}
.blog-plugin--box .content .share .share-container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
       -moz-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-items: center;
       -moz-align-items: center;
            align-items: center;    
}
.blog-plugin--box .content .share .atclear {
	display: none;
}
.blog-plugin--box .content .share .share-title {
    display: block;
    margin-left: 23px;
}
/* RESPONSIVO DESKTOP */
@media (max-width: 1419px) {
	.blog-plugin--box:after {
	    width: 814px;
	}
}

/* RESPONSIVO TABLET */
@media (max-width: 1075px) { 
    .blog-plugin--container {
        -webkit-flex-direction: column;
           -moz-flex-direction: column;
                flex-direction: column;        
    }
    .blog-plugin--header {
        margin: 0px;
        margin-bottom: 20px;
        -webkit-order: 1;
           -moz-order: 1;
                order: 1;
    }
    .blog-plugin--header h2.title {
        margin: 0px;
    }
    .blog-plugin--header .subtitle {
        display: none;
    }
    .blog-plugin--nav {
        -webkit-order: 3;
           -moz-order: 3;
                order: 3;
        position: relative;
        top: initial;
        left: initial;
        margin: 18px auto;
    }
    .blog-plugin--content {
        width: 100%;
        -webkit-order: 2;
           -moz-order: 2;
                order: 2;
    }
    .blog-plugin--box .image {
        width: 322px;
        min-width: 322px;
        height: 249px;
        overflow: hidden;
    }
    .blog-plugin--box .content {
        margin-left: 24px;
    }
	.blog-plugin--box:after {
	    width: 665px;
	    bottom: 54px;
	    right: 3px;
	}
}
/* RESPONSIVO SMARTPHONE */
@media (max-width: 767px) { 
	.blog-plugin--container {
		margin-top: 48px;
	}
    .blog-plugin--content {
        margin-top: 44px;
    }
    .blog-plugin--box  {
        width: 100%;
        height: auto;
        height: 520px;
        margin-left: 0px;
        padding: 0px 24px 24px 24px;
    }
    .blog-plugin--box .box-item--container {
        width: 100%;
        height: auto;
        margin-left: 0px;
        padding: 0px;
    }
    .blog-plugin--box .box-item {
        -webkit-flex-direction: column;
           -moz-flex-direction: column;
                flex-direction: column; 
        margin: -44px 0px 0px 0px;
        padding: 0px;
    }
    .blog-plugin--box .image {
        width: 100%;
        min-width: 200px;
        height: 249px;
        min-height: 249px;
        overflow: hidden;
        margin: 0px auto;
        background-position: center center !important;
    }
    .blog-plugin--box .content {
        height: auto;
        min-height: auto;
        margin: 14px 0px 0px 0px;
    } 
    .blog-plugin--box .content .text .abstract {
        max-height: 72px;
        overflow: hidden;
    }
    .blog-plugin--box .content .share {
        margin-top: 27px;
        -webkit-flex-wrap: wrap;
           -moz-flex-wrap: wrap;
                flex-wrap: wrap;
    }
	.blog-plugin--box:after {
	    width: calc(100% - 6px);
	    bottom: 54px;
	    right: 3px;
	}
}
@media (max-width: 437px) {
	.blog-plugin--box .content .share .share-title {
		display: none;
	}
}
@media (max-width: 420px) {
	.pbnew-btn.pbnew-btn--icon {
		width: 32px;
	}
}
@media (max-width: 400px) {
	.blog-plugin--box {
		height: 550px;
	} 
	.blog-plugin--box .content .share .share-title {
		display: none;
	}
	.share.addthis_toolbox a.pbnew-btn.pbnew-btn--icon {
		margin-left: 10px;
	}
}
@media (max-width: 420px) {
	.pbnew-btn.pbnew-btn--icon {
		width: 32px;
	}
}
@media (max-width: 400px) {
	.blog-plugin--box {
		height: 550px;
	}
}