/* CARD */

.card {
	position: relative;
	float: left;
	width: 29%;
	height: 0;
	margin: 2%;
	padding-bottom: 20%;
}

.card__container {
	position: fixed;
	top: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

.card__container--closed {
	position: absolute;
	overflow: hidden;
}

.card__image {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.card__container--closed .card__image {
	position: relative;
	cursor: pointer;
}
/* Fix IE */

.card__container--fix-image .card__image {
	position: fixed;
}

.card__content {
	position: relative;
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 1px auto 60px;
	padding: 30px 40px 22px;
	background: #fff;
}

.card__container--closed .card__content {
	margin-top: 0;
	padding: 0 16px;
	pointer-events: none;
	background: transparent;
}

.card__caption {
	font-size: 2em;
	max-width: 800px;
	margin: 0 auto;
	padding: 35px 30px 0px;
}

.card__container--closed .card__caption {
	font-size: 1em;
	max-width: auto;
	padding: 10px 10px 25px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.card__title {
	font-size: .5em;
	line-height: 1;
	margin: 5px 0 0 0;
	color: #3b393d;
}

.card__container--closed .card__title {
	color: #fff;
}

.card__subtitle {
	font-size: .3em;
	line-height: 1;
	margin: 5px 0 0;
	color: #777778;
}

.card__container--closed .card__subtitle {
	color: #f5f5f5;
}

.card__copy {
	font-size: 1em;
	max-width: 900px;
	margin: 0 auto;
	padding: 25px 30px 100px;
	color: #3b393d;
}

.card__copy p:first-of-type {
	font-size:30px;
	padding: 0 0 1em 0;
}

.blog_description{
  font-size: 20px !important;
        font-weight: 300;
   
}

.card__btn-close {
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 36px;
	cursor: pointer;
}

.card__container--closed .card__btn-close {
	display: none;
}

.meta {
	font-size: .85em;
	display: -webkit-flex;
	display: flex;
	padding: 0 0 35px 0;

	-webkit-align-items: center;
	align-items: center;
}

.meta__avatar {
	border-radius: 50%;
}

.meta__author {
	font-weight: bold;
	padding: 0 15px;
}

.meta__date {
	margin: 0 0 0 auto;
}

@media only screen and (max-width: 980px) {
	.card {
		width: 46%;
		padding-bottom: 32.2%;
	}
	.card__content {
		margin-bottom: 0;
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media only screen and (max-width: 580px) {
	.card {
		width: 96%;
		padding-bottom: 67.2%;
	}
}

@media only screen and (max-width: 400px) {
	.card__caption {
		font-size: 1.25em;
		padding: 35px 0px 0px;
	}
	.meta {
		padding: 0 0 25px 0;
	}
	.card__copy {
		font-size: 90%;
		padding: 25px 0px 100px;
	}
}

#btn-close-modal{
    text-align: right;
}
/* modal 2 */

.section-outsmart__button-close {
    position: absolute;
    right: -50px;
    font-size: 28px;
    top: -15px;
    line-height: 35px;
}

.section-outsmart__image {
      width: 300px;
    display: inline-block;
    border: none;
    height: 315px;
    position: relative;
    z-index: 2;
    border: 1px solid #ff2000;
    top: 70px;
    margin-right: 500px;
}

.modal_container.wrapp-works {
  text-align: center;
    padding: 5%;
}

.modal-image{z-index: 22}
.modal-content{ z-index: 1;}


.modal_main {
    display: inline-block;
    position: relative;
    margin-right: 500px;
}

.member_address {
    text-align: left;
}


.modal_main .member_blog {
    padding: 0;
}

.modal_main .hover_blog, .modal_main .address_icon {
 display: inline-block;
}

.section-outsmart__content {
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    width: 500px;
    min-height: 460px;
    margin: 0;
    padding: 15px;
    background: #fff;
    text-align: left;
}

.section-outsmart__vodafone-logo {
    position: absolute;
    display: block;
    top: 24px;
    left: 20px;
    width: 19px;
    height: 19px;
}

h2.section-outsmart {
    display: block;
    margin-left: 0;
    font-size: 20px;
    margin-top: 10px;
    color: #675049;
    text-transform: uppercase;
}


button.button.button-icon.button-close{
    margin-top: -10px;
    border-radius: 50%;
    border: 1px solid #000;
    background: none;
    width: 40px;
    height: 40px;
    font-weight: 100;
    font-size: 18px;
    padding: 10px;
}


h1.section-outsmart-header {
    overflow: hidden;
    display: block;
    width: 95%;
    margin-left: 30px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #a6a6a6;
}

a.button.section-outsmart-button {
    position: absolute;
    /* top: 15px;
    right: 20px; */
    text-decoration: none;
    padding: 9px 15px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 16px;
    color: #595959;
}

span.section-outsmart-divider {
    display: block;
    height: 1px;
    margin-top: 18px;
    background: #fff;
}

.section-outsmart-scrollable-text {
    position: relative;
    overflow: auto;
    height: auto;
    margin-top: 20px;
    visibility: visible;
    width: 100%;
    overflow-x: hidden;
}




.modal_data_bottom_border {
    border-bottom: 1px solid #d1a683;
    margin-bottom: 20px;
}

p.info_heading {
    color: #F44336;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
}

p.info_data {
    color: #000;
    font-size: 16px;
}

.main_modal_data {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.tab-pane.active {
    display: block;
}

.tab-pane{ display: none;}

.hover_blog.panel-heading {
    padding: 0;
}


























.section-outsmart-body {
    font-size: 16px;
    line-height: 24px;
    color: #a6a6a6;
    visibility: visible;
}

.section-outsmart__hashtags {
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1D;
    visibility: visible;
}

.modal-header .close {
    margin-top: -22px;
}
.section-outsmart__image.hidden{
    visibility: visible !important;
}

@media screen and (max-width: 1023px){
 
    
    
.modal_main {
    display: inline-block;
    position: relative;
    margin-right: 370px;
}

    .section-outsmart__content{ width: 370px;}
   

    
}

@media screen and (max-width: 667px){
    
  .section-outsmart__content {
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;   
    padding: 15px 15px 15px 10px;
     max-width: 100%;}   
    
    .modal_main {
    margin-right: 0;
}
    .modal-content{ float: left; width: 100%;}

    
    
}


.modal-content {
    background: none;
}