/* Table of Contents

==================================================



    #Mobile - 240px

    #Mobile - 320px

    #Mobile - 480px

	#Tablet - 768px

	*/





/* #Mobile - 240px

================================================== */



@media only screen and (max-width: 319px) {}





/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	section.header{height:140vh;}
  	section.header .text-content{padding-top:4em;}
  	#mockups{margin:0 auto !important;}
  	.legals .intro .col{
  		max-width: 95%;
  		margin:2em auto;
  	}
  	.legals h3{text-align: center !important;}
}

/* landscape*/
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation:landscape) {

  	.menu_visible{
    	overflow: scroll;
    	height: 80vh !important
  	}
  	#success_stories > div.row > h3{margin: 24px 0 76px;}
  	#success_stories .bx-wrapper{top:-42%;}
  	#trustedbrands nav img{margin:0 0 15px 17px;}
  	#world_numbers nav div{padding:0 .5em !important;}
  	#homepage_top span{bottom:1em;}
  	.native_stories .intro nav,
  	section.header nav{
  		display: -webkit-box;
  		display: -ms-flexbox;
  		display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    -ms-flex-line-pack: center;
	        align-content: center;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
  	}
  	.native_stories .intro .col{
  		margin:1.5em auto !important;
  		max-width:100% !important;
  	}
  	.native_social .section-two .col div{margin-right:65px !important;}
  	.native_social .section-two .col div.last{margin-right:0 !important;}
  	.native_video .section-two .col{max-width:185px !important;}
  	.company #team_members .col{
  		max-width:100% !important;
  		margin:0 auto 2em !important;
  	}
  	section.header{height:240vh !important;}
  	.legals .intro .col{
		max-width:45%;
	}
	.legals h3{margin-left:0;}

}




/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	#mockups{margin:0 auto !important;}
  	#testimonials .col{
  		max-width:375px;
  		margin:auto;
  	}
  	section.header{height:130vh;}
  	section.header .text-content{padding-top:4em;}
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3) {
  	section.header{height:120vh !important;}
  	section.header .text-content{padding-top:4em;}
}

/* ----------- Pixel phones ----------- */
/* Landscape */
@media only screen
  and (min-device-width: 411px)
  and (max-device-width: 823px)
  and (orientation:landscape) {
  	.bx-controls-direction {
    	display: none;
	}
  	.menu_visible{
    	overflow: scroll;
    	height: 80vh !important
  	}
  	h1{
		font-size:3.125em !important;
		width: 60%;
	}
	h3{
		font-size:2.25em !important;
		margin:1em auto;
		max-width:70%;
		line-height:44px !important;
	}
	h2{font-size:2.25em !important;}
	p{font-size:1em !important;}

  	.home section.preview_right,
	.home section.preview_left{max-width: 60%;}
	section.native.preview_right .preview_content, section.native.preview_right .available span{margin: auto;}
  	#homepage_top span{bottom:1em;}
  	/*****HP***/
	#homepage_top span{width:100%;}
	.home section.intro h2{font-size:2.25em;}
	.home section.intro p{margin:2em auto;}
	.home section.intro span{font-size:1.375em;}
	.home section.native button{margin-bottom:30px;}
	.home section.preview_right,
	.home section.preview_left{
		text-align: center;
		margin:2em auto;
	}
	.home section[class*="preview"] p{
		max-width:85%;
		margin:1em auto;
		line-height: 24px;
	}
	.home .preview_content,
	.home .available span{
		margin:auto;
		font-size: 12px;

	}
	.home .available{padding:20px 0 0;}
	.home .available.mobile span::after{display:none !important;}
	.home .available.mobile span::before{
		content: " ";
	    width: 100px;
	    height: 32px;
	    background-image: url(../img/icons/Icon-Devices.svg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    margin: 10px auto;
	    display: block;
	    vertical-align: middle;
	}
	.home section.up .preview_content{margin-top:0;}

	.home .bottom_container::after{
		position: relative;
		right:initial;
		top:initial;
		display:block;
		margin:60px auto 0;
	}

	#storytellers nav{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-line-pack: center;
		    align-content: center;
		max-width: 99%;
		margin: auto;
		min-height:250px !important;
	}
	#storytellers nav img{
		margin: 0 auto 35px;
	}
	#storytellers .slide,
	#storytellers .bx-controls{margin:0 auto;}

	#storytellers .bx-controls{height:15px;}
	#storytellers .bx-wrapper .bx-pager{
		height:40px;
		margin-bottom: 20px;
	}


	#success_stories .bx-wrapper{top:-13em;}
	#success_stories .top_infos h4{
		font-size:1.25em !important;
		line-height: 24px;
	}
	#success_stories .infos p{
		font-size:.875em !important;
		line-height: 24px;
	}
	.success-story-img-container{width: 49%;}
	.success-story-img-kpi-title{font-size: .75em;}
	.success-story-img-kpi-number{font-size:1.25em;}

	.native_stories .intro .col p{font-size:.875em !important;}
	.native_stories .section-three nav{margin-top:15px;}
	.native_stories .section-three nav .slide{
		-webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
		min-height: 150px;
	}
	.native_stories .section-three nav div{
	    margin-right: 1em !important;
	    font-size: .875em;
	    line-height: 20px;
	}

	.video_container.macbook.desktop{display: block !important;}
	#mockups .macbook .preview_video{
		width:500px !important;
		top:93px !important;
	}

	#awards img{margin-right: 30px !important;}
	.bottom_container textarea{width:92% !important;}

	.video_container{margin: auto;}

	.charts h3{
		font-size:1.1em !important;
		max-width:100% !important;
	}
	#dsps{margin-top:2em !important;}
	#dsps .slide img{margin:0 auto 40px !important;}

	section.header{height:110vh;}
  	section.header .text-content{padding-top:4em;}

	.advertisers .section-two .col{max-width:49%;}
	.advertisers .section-two .col h3{font-size:1.5em !important;}
	.advertisers .section-two .col.left{margin-right:auto !important;}
	.advertisers .section-three div.row:nth-child(3){-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.advertisers .section-three .col .img_container{
		width:40%;
		margin: auto;
		height:535px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.advertisers .section-three .col img{
		width:100%;
		height:auto;
		margin:auto;
	}
	.advertisers .section-three .slide{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.advertisers .section-three .slide span{
		font-size:1.375em;
		font-weight: 600;
		margin:1em auto 0;
		display: block;
	}
	.advertisers .section-three{margin-bottom:5em;}
	.advertisers .section-three .col{margin:auto !important;}
	.page .advertisers .section-three .col h3{
		font-size:1.625em !important;
		margin:50px auto 30px;
	}
	.advertisers .section-three .col.middle .col{-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
	.advertisers .section-three .col.middle .col > span.last:nth-child(1){margin-right:20px !important;}
	.advertisers .section-three .col.right .col span{margin:10px 0;}
	.advertisers .section-three p{
		max-width:80%;
		margin: auto;
	}
	.advertisers .section-three div.row:nth-child(3){margin-bottom: 0 !important}
	.advertisers .section-three #multiple_previews.desktop{display:none !important;}
	.legals .intro .col{
		max-width:45%;
	}
	.legals h3{margin-left:0;}
	#team_members .col{
		max-width: 17% !important;
		margin:1em 1em 2em 0 !important;
	}
	#team_members .col img{max-width:125px;}
}

.desktopdnone{
  display:none;
}
.mobilednone{
  display:inline;
}
/**** smartphone portrait**/
@media only screen and (max-width: 767px){

  .desktopdnone{
    display:inline;
  }
  .mobilednone{
    display:none;
  }
  .native_social .intro .bx-viewport{
    overflow:visible!important;
  }

  .native_social .bx-pager.bx-default-pager{
    left:0;
  }

  .native_social .section-three .col.right.last{
    margin: 3em auto 1em auto!important;
  }

  .native_social .intro .bx-pager.bx-default-pager{
    position:relative;
  }

  .native_social .intro button{
    margin-top:90px!important;
  }

  .funnel-container .success-funnel{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    margin:20px 0 60px 0;
  }
  section.content .funnel-container .funnel-testimonial-desc, section.content .funnel-container .funnel-testimonial-from{
    text-align:center;
  }

  section.content .success-funnel:after{
    left: calc(50% - 1px);
  }
  .funnel-testimonial-desc{
    margin-top:18px;
  }
  .funnel-testimonial-container{
    padding:0 25px;
  }

	body .bx-wrapper{
		max-width:90% !important;
		margin-left:auto;
		margin-right:auto;
		margin-top: 10px;
	}

	/*Table*/
	.table{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 0;
	}
	.table-part{
		width: 100%;
		padding: 0 10px;
	}
	.table-title{
		font-size:1.5em;
		margin:0px 0 40px 0;
	}
	.table-legend{
		position:static;
		-webkit-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		        transform: rotate(0deg);
		margin: 0 0 50px;
	}
	.table-part.flex-centerxy.flex-col{
		border-left:0px solid #000;
	}
	.native_video .section-four h2,	.native_video .section-four H5{
		font-size: 1.5em!important;
		font-weight:600
	}

	.native_video .section-four .table-title{
		font-size:2.2em;
	}

	/*End Table*/


/* KPI TABS*/
	.kpi-main-title{
		margin-bottom:15px;
	}
	.kpi-tabs-container{
		margin: 15px auto;
		max-width: 95%;
	}
	.kpi-tabs-header-container{
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		margin: 30px 0;
	}
	.kpi-tabs-header{
		margin: 5px;
	}
	.kpi-tabs-header-title{
		font-size:0.7em;
		line-height: initial;
		height: 60px;
	}
	.kpi-tabs-cell.kpi-tabs-cell-2{
		-ms-flex-preferred-size:20%;
		    flex-basis:20%;
	}
	.kpi-tabs-body-line{
		-ms-flex-pack:distribute!important;
		    -webkit-box-pack:justify!important;
		        justify-content:space-between!important;
		padding:30px 0;
	}
	.kpi-tabs-cell-text{
		text-align:left;
	}

	.kpi-tabs-text-vs-insta.kpi-mobile{
		display:inline-block;
		width:100%;
		text-align:center;
	}
  .kpi-tabs-text-vs-insta{
    text-align:center;
    width:100%;
    font-size:0.65em;
  }
	.kpi-tabs-first-line{
		padding: 10px 0;
	}
  .native_social .section-two .left h3{
    margin: 70px auto 40px auto!important;
  }

  .native_social .section-three{
    padding: 4em 0 1em 0;
  }
  .native_social .bottom_part{
    padding: 3em 0 4em 0;
  }
  .info-icon-gauge{
    display: block!important;
    margin: 0 auto 10px auto;
  }
  .page .native_social .intro button{
    margin:1.7em auto 0em;
  }
  .page .native_social .intro{
    margin: 80px auto 46px auto;
  }

  p.round-chart-description{
    margin:25px 0 0 0;
  }
  div.round-chart-container{
    padding: 20px 0 40px 0;
  }

/* END KPI TABS*/
	header{
		height:48px;
		min-height: auto !important;
	}

	h1{
		font-size:3.125em !important;
		width: 80%;
	}
	h3{
		font-size:2.25em !important;
		margin: auto;
		max-width:70%;
		line-height:44px !important;
	}
	h2{font-size:2.25em !important;}
	p{font-size:1em !important;}
	#gauge-5{margin: 40px 0 0 0;}
	#gauge-6{margin: 40px 0 0 0;}


	#menu .drop_content a{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/*****HP***/
	#homepage_top span{width:100%;}
	.home section.intro{margin:50px auto 0;}
	.home section.intro h2{
		font-size:2.25em;
		max-width: 70%;
	}
	.home section.intro p{margin:2em auto;}
	.home section.intro span{font-size:1.375em;}
	.home section.native button{margin-bottom:30px;}
	.home section.preview_right,
	.home section.preview_left{
		text-align: center;
		margin:2em auto;
	}
	.home section[class*="preview"] p{
		max-width:85%;
		margin:1em auto;
		line-height: 24px;
	}
	.home .preview_content,
	.home .available span{
		margin:auto;
		font-size: 12px;

	}
	.home .available{padding:20px 0 0; display: none;}
	.home .available.mobile span::after{display:none !important;}
	.home .available.mobile span::before{
		content: " ";
	    width: 100px;
	    height: 32px;
	    background-image: url(../img/icons/Icon-Devices.svg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    margin: 10px auto;
	    display: block;
	    vertical-align: middle;
	}
	.home section.up .preview_content{margin-top:0;}
	.home #world_numbers{margin-top:80px;}
	#world_numbers h3{
		font-size:2.5em !important;
		margin:20px auto 70px !important;
	}
	#world_numbers nav{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 2em;
	}
	#world_numbers nav div{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#world_numbers nav div:after {
	    width: 80px !important;
	    height: 2px !important;
	    margin: 35px auto !important;
	}
	#world_numbers .uppercase{
		margin: 5px auto 30px;
		display: block;
	}
	.home .bottom_container::after{
		position: relative;
		right:initial;
		top:initial;
		display:block;
		margin:60px auto 0;
	}

	/******storytellers****/
	#storytellers{min-height: 500px;}
	#storytellers h3{
		max-width:90%;
		margin:2em auto 1em !important;
	}
	#storytellers nav{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-line-pack: center;
		    align-content: center;
		max-width: 99%;
		margin: auto;
		min-height:250px;
	}
	#storytellers nav img{
		margin: 0 auto 35px;
	}
	#storytellers .slide,
	#storytellers .bx-controls{margin:0 auto;}


	#storytellers .bx-controls{height:15px;}
	#storytellers .bx-wrapper .bx-pager{
		height:40px;
		margin-bottom: 20px;
	}

	/****success_stories**/
	#success_stories{
		min-height:980px;
		padding-top:2em;
	}
	/*#success_stories .bx-controls*{height:20px;}*/
	#success_stories .bx-wrapper .bx-pager,
	#success_stories .bx-wrapper .bx-controls-auto{margin-top:2em;}
	#success_stories > div.row{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
	#success_stories > div.row,
	#success_stories .slide,
	#success_stories .top_infos{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	#success_stories .top_infos{
		text-align: center;
		min-height:200px;
	}
	#success_stories .top_infos h4{
		margin:10px auto 1em;
		max-width: 80%;
	}
	#success_stories .infos p{
		text-align: center;
		font-size:1em;
		max-width: 90%;
		margin:0 auto;
	}
	#success_stories .top_infos img{margin:auto !important;}
	#success_stories .bx-wrapper{top:initial;}
	#success_stories > div.row > h3{
		margin:35px auto;
		text-align: center;
		max-width:90%;
	}
	#success_stories .slide .infos,
	#success_stories .slide .success-story-img-container,
	.success-story-skew,
	.success-story-img,
	.success-story-img-kpis{width:100% !important;}
	.success-story-img-kpi-title{font-size:.75em;}
	.success-story-img-kpi-number{font-size:1.25em;}

  #success_stories > div.row > h3{padding-left:0px;}

  .home #auto_stories{
  	text-align: center;
  	background-image: url(../img/autostories_bg_mobile.png);
  }
  .home #auto_stories h3{
  	max-width: 85%;
  	margin-top: 35px;
  	margin-bottom: 15px;
  }
  .home #auto_stories h3::before{margin-bottom: 35px;}
  .home #auto_stories h3+p{
  	font-size: 1.25em !important;
  	margin: 0 auto 35px;
  }
  .home #auto_stories .learn_more+div{
  	position: relative;
  	max-width: 70%;
  	height: 85px;
  	margin: 30px auto 15px;
  }
  .home #auto_stories .learn_more{
  	display: inline-block;
  	margin: 20px auto;
  }
  .home #auto_stories div > img,
  .home #auto_stories .learn_more+div::after{display: none;}
  .home #auto_stories .learn_more+div::before{
		content: url(../img/icons/autostories_home_arrow_mobile.svg);
		position: absolute;
		left: -50px;
		top: 75px;
	}
	.home #auto_stories #demo_container{
		max-width: 95%;
		margin: 20px auto 0;
	}
	#auto_stories #demo_container iframe:nth-child(1){
		width: 210px !important;
		height: 460px !important;
		transform : scale(0.85) translate(0px, 9%);
	}
	#auto_stories #demo_container iframe:nth-child(2){
		width: 240px !important;
		height: 460px !important;
		margin-top: 0;
		box-shadow: 0px 0px 50px rgba(0, 12, 51,.5);
	}
	.home #auto_stories .learn_more+div p{
		max-width: 89%;
		margin: auto;
	}
	.page .retail_stories .intro  h3{margin-bottom: 24px;}
	.retail_stories .intro .demo_container{flex-direction: column;}
	.retail_stories .intro .demo_container .col.left{display:none;}
	.retail_stories .intro .demo_container .col.middle{margin-bottom:55px;}
	.retail_stories .intro .demo_container .col.right{
		text-align: center;
		margin: auto !important;
	}
	.retail_stories .intro #cross_device_img{margin-left:0}
	.retail_stories .intro .demo_container .col.right ul li{
		font-size:1.125em;
		text-align:left;
	}
	.retail_stories .section-one h2{max-width: 95%;}
	.page .retail_stories .section-one h3{
		font-size: 2em !important;
		max-width: 100%;
	}
	
	.retail_stories .section-one .slide h4{margin-top: 0;}
	.retail_stories .section-one .infos{flex-direction: column;}
	.retail_stories .section-one .col{
		text-align: center;
		max-width: 95%;
		flex: 1 0 95%;
		margin: auto !important;
	}
	.retail_stories .section-one .col nav{margin: 40px auto;}
	.retail_stories .section-one .col nav div h4{
		justify-content: center;
		max-width: 70%;
		margin: 0 auto;
	}
	.retail_stories .section-one div.item{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.retail_stories .section-one .col.right nav div.item{height: 210px;}

	.retail_stories .section-one blockquote{
		max-width: 306px;
		margin: 70px auto;
	}
	.retail_stories .section-one blockquote::before{
		top: -40px;
		left: -10px;
	}
	.retail_stories .section-one blockquote::after{
		bottom: -40px;
		right: -10px;
	}
	.retail_stories .section-one span+.mobile-break+img{margin-top: 15px;}

	.retail_stories .section-two nav.infos{
		flex-direction: column-reverse;
		margin-bottom: 0;
	}
 
	.retail_stories .section-three nav.infos, 
	.retail_stories .section-four nav.infos{flex-direction: column;}
	.retail_stories .section-three nav.infos{margin-bottom: 0px;}

	.page .retail_stories .section-two h3{
		max-width: 90%;
		line-height: 1.5 !important;
	}
	.retail_stories .section-two nav.infos .col.left{margin: auto !important;}
	.retail_stories .section-two nav.infos .col.right{		
		max-width: 290px;
		margin: auto;

	}
	.retail_stories .section-two nav.infos .col.right div{
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	.retail_stories .section-two nav.infos .col.right div.last{margin-bottom: 55px;}
	.retail_stories .section-two nav.infos .col.right div img{margin-right: 0;margin-bottom: 20px;}
	.retail_stories .section-two nav.infos .col.right div p {font-size: 1.375em !important;}

	.retail_stories .section-three nav.infos .col{
		font-size: 16px;
		margin: 0 auto 85px !important;
	}

	.retail_stories .section-three nav.infos .col.last{margin-bottom: 0 !important;}
	.retail_stories .section-four h3{
		max-width: 320px !important;
		line-height: 1.5 !important;
	}
	.retail_stories .section-four p{
		font-size:1.25em !important;
		max-width: 320px;
	}
	.retail_stories .section-four h3:nth-child(2){font-weight: 600;}
	.retail_stories .section-four .infos{margin-bottom: 0;}
	.retail_stories .section-four .infos .col{
		flex: 1 0 100%;
		height: 200px;
	}
	.retail_stories .section-four #partners{margin-bottom: 45px;}
	.retail_stories .section-four #partners div{
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.retail_stories .section-four #partners img{
		margin-right: 30px;
		max-width: 100px;
		margin-bottom: 2em !important;
	}

  .content.bottom_part button{margin-top:0px!important;}

  .slide .infos p{
    font-size:0.85em!important;
    line-height:22px!important;
  }

  .bx-controls-direction{display:none;}

	/***footer**/
	.page .content.bottom_part{padding:0 0 3em;}
	.page .content.bottom_part button[type="submit"]{margin-top:2em !important;}
	footer{min-height:auto !important;}
	footer h5{font-size: 16px !important;}

	#footer_top{
		height:auto !important;
		padding:40px 0 30px !important;
	}
	#footer_wrapper,
	#footer_top,
	#footer_bottom,
	#address_container,
	#more_info_container{
		-webkit-box-flex:1 !important;
		    -ms-flex:1 1 auto !important;
		        flex:1 1 auto !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#address_container{
		text-align: center;
		width:90%;
		margin:0 auto 20px !important;
	}
	#address_container #logo_footer{margin:1em auto 26px auto!important;}
	#links_container,
	#more_info_container{margin:5px auto 20px !important;}
	#links_container{
		-webkit-box-flex:1 !important;
		    -ms-flex:1 1 auto !important;
		        flex:1 1 auto !important;
		text-align: center;
	}
	#offices .col{
		-webkit-box-flex:1 !important;
		    -ms-flex:1 1 100% !important;
		        flex:1 1 100% !important;
		width:100% !important;
		max-width: 100% !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	#address_container address{width:50%;}
	#footer_bottom > div.row{-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}
	#copyrights,
	#socials{
		text-align: center;
		-webkit-box-flex:1 !important;
		    -ms-flex:1 1 auto !important;
		        flex:1 1 auto !important;
		max-width:70% !important;
		margin:0 auto 2em;
	}
	#socials span{margin: 1em auto 3em !important;}
	footer #awards{
		height:auto !important;
		margin: 0 !important;
	}
	#awards img{margin-right: 25px !important}
	#awards img:nth-child(4),
	#awards img.last{margin-right:0 !important;}

	/****pages***/

	.page .intro h3{
		font-size:1.25em !important;
		line-height:26px !important;
	}
	.page section.intro{margin:80px auto 66px auto;}
  #main_content.privacy section.intro{
    width:100%;
    margin: 80px 0;
    padding: 0;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
  }
  #main_content.privacy section.intro nav{
    display:none;
  }
	.page section.intro h2{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		font-size:1.75em !important;
		margin:0 auto 20px;
	}
	.page section.intro h2 img{
		width: 32px;
		height: 24px;
		margin-right:6px;
	}
  .page .native_social section.intro h2 img{
		margin-right:15px;
  }
	.page section.intro h3{max-width: 80%;}
	.page section.intro .available span::before{
		display:block;
		width:110px;
		height:32px;
		margin:15px auto 1em;
	}
	.page section[class*="section"] h3{font-size:1.25em !important;}
	.page .charts{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.page .charts .chart-col{
		width:100%;
		margin: auto;
	}

	.

	/****mockups videos native display and video***/
	#mockups{margin:0 auto !important;}
	#mockups .iphone{
		position: initial;
		width:275px;
	}
	#mockups .iphone .preview_video{
		width:238px;
		top:30px;
	}
	/****/
	.native_display .section-three .text-content p strong{font-size:30px;}
	.native_display .section-one .text-content p{margin-bottom:20px;}
	.native_video .section-one .row:nth-child(1) nav,
	.native_social .section-two .row:nth-child(1) nav{margin:0 auto 74px !important;}

	.native_social .video_container{margin:auto;}

	.native_social .bx-wrapper .bx-pager.bx-default-pager a{background:#5B5B5B;}
	.native_social .bx-wrapper .bx-pager.bx-default-pager a.active{background:#949494;}
	.native_social .bshadow-right:after{-webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.22);box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.22)}
	.page .native_video .section-one h3,
	.page .native_social .section-two h3{
		font-size:2.5em !important;
		max-width:100%;
	}
  .native_social .intro h2{
   margin: 0 0 16px 0 !important;
  }
  .native_social .intro h3{
    margin: 0px auto 30px auto!important;
  }

	.native_video .section-one .col{max-width: 90%;}
	.native_video .section-one .report-icon{
		max-width: 135px !important;
   	    width: 100%;
    	margin: 2em 2em 1em 0 !important;
	}
	.native_social .report-icon{
		max-width: 135px !important;
   	    width: 100%;
		margin:2em 1em 1em 0 !important;
	}
	.native_video .section-one .row:nth-child(2) .report-icon:nth-child(2n){margin-right:0 !important;}

	.page .native_video .section-two h3{
		font-size:1.875em !important;
		max-width: 100%;
	}

	.privacy .text-content {
		padding: 0 25px;
    box-sizing:border-box;
	}

	.privacy .text-content h2{
		text-align: left;
	}

	.privacy .text-content h3{
		margin: 0 0 10px 0;
	}

	.native_video .section-one{
		padding: 70px 0 0 0;

	}

	.native_video nav.col .middle{
		margin-bottom: 0 !important
	}

	.native_video .section-two h2{
		    margin-bottom: 0;
	}

	.native_video #report-icons-container{margin-bottom: 0!important;}

	.native_video .section-one .row:nth-child(1) nav{margin: 0 auto 74px !important;}

	.native_video p.info img{
		margin-bottom: 15px;
	}

	.native_video .report-icon img {
		margin-bottom: 0.3em !important;
	}

	.native_video .last{
		margin-top: 40px !important;
	}
	.native_video #measures,
	.native_social #measures{min-height: 245px;}
	.native_video #measures .bx-wrapper,
	.native_social #measures .bx-wrapper{max-height: 40px;}

	.page .native_video .section-three h3{max-width:100%;}

	.native_social .section-two .col div{margin-right:5px;}
	.native_social .section-three h2{max-width:80%;margin:auto;}
	.native_social .section-three .col{
		margin:0.9em auto !important;
		width:100%;
		max-width: 100% !important;
	}
	.native_social #measures{padding-top: 0 !important;}
	.page .charts h3{
		max-width:95%;
		margin:1em auto 0;
	}

	.native_social .section-two h3{margin:40px 0 30px 0 !important;}

	.native_social #gauge-3{margin-top: 30px;}
	.native_social #gauge-4{margin-top: 30px;}

	.native_stories .intro .col{margin:1.5em auto;}
	.native_stories .intro h3:nth-child(2){margin-bottom: 0;}
	.native_stories .intro button{margin: 30px auto 20px}
	.native_stories .section-one{min-height:470px;}
	.native_stories .intro .col p{max-width: 100%;}
  .native_stories .intro .col.left p{max-width: 80%;}
	.native_stories .section-one p{max-width:80%;margin: auto;}
	.native_stories .section-four nav div{margin:auto;}
	.native_stories .section-four button{width:250px;}
	.native_stories .section-three h2{max-width: 80%;margin: auto;}
	.native_stories .section-three nav.slider{margin:0 auto;}
	.native_stories .section-three nav div.slide{
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		max-width: 100%;
		margin: 1em auto 2em;
		min-height: 210px;
	}
	.native_stories .section-three nav div.slide p{
		max-width: 50%;
		margin:auto;
		margin-bottom: 8%;
	}
  .native_stories .bx-viewport{
    height: 230px!important;
  }
  .native_stories .bx-pager.bx-default-pager{
    bottom:0!important;
    left:0;
  }
  .native_stories .slide{
    margin:0 auto!important;
  }

  .native_stories .section-three{padding-bottom:5%;}

	.auto_stories .intro .col{margin:1.5em auto;}
	.auto_stories .intro h3:nth-child(2){margin-bottom: 0;}
	.auto_stories .intro button{margin: 30px auto 20px}
	.auto_stories .intro .col p{max-width: 100%;}
  	.auto_stories .intro .col.left p{max-width: 80%;}
  	.auto_stories .section-one h2{max-width:80%;margin:auto;}
	.auto_stories .section-one .col{
		margin:2em auto !important;
		width:100%;
		max-width: 100% !important;
	}
	.auto_stories .demo_container .demo_preview{margin:auto !important;}
	.auto_stories .section-two p{
		max-width: 81%;
		margin:48px auto;
	}

	.auto_stories .title_at2{line-height: 34px !important;}

	section.header nav .col {margin:2em auto 1em!important;}
	section.header h2{margin-bottom: 0 !important;}
	.advertisers section.header{background-image:url(../img/bg_advertisers_mobile.jpg)}
	.advertisers section:nth-child(2){padding-bottom: 0;}
	.page .advertisers .section-two h3{
		font-size:1.5em !important;
		margin:30px auto 0;
		line-height: 32px !important;
	}
	.advertisers .section-two .col{margin:auto !important;}
	.advertisers .section-two .img_wrapper .col.left{margin-right: 20px !important;}
	.advertisers .section-three{margin-bottom:3.5em;}
	.advertisers .section-three .col{margin:auto !important;}
	.advertisers .section-three div.row:nth-child(3){margin-bottom: 0 !important;}
	.page .advertisers .section-three .col h3{
		font-size:1.625em !important;
		margin:20px auto 10px;
		line-height:34px !important;
	}
	.advertisers .section-three .col.middle .col{-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
	.advertisers .section-three .col.middle .col > span.last:nth-child(1){margin-right:20px !important;}
	.advertisers .section-three .col.right .col span{margin: 10px 0 26px 0;}
	.advertisers .section-three p{
		max-width:80%;
		margin: 0 auto 30px;
	}
	.advertisers .funnel-container{margin:0;}
  .bottom_experience{
    -webkit-box-align:start!important;
        -ms-flex-align:start!important;
            align-items:flex-start!important;
  }
	.advertisers #timeline{
		max-width:70%;
		margin:0 auto 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.advertisers #timeline::after{display:none !important;}
	.advertisers #timeline .col,
	.advertisers #timeline .col.last{margin:0 auto !important;}
	#timeline div::after {
	    content: " ";
	    width: 4px;
	    height: 100px;
	    background: #111111;
	    margin: 1em auto;
	}
	.advertisers #timeline .col strong,
	.advertisers #timeline .col span{font-size:1.2em;}
	.advertisers #timeline .col img{width:52px ;height:52px;}
	.publishers section.intro{margin:80px auto 25px;}
	.publishers section.intro h2{font-size:2.25em !important;}
	.publishers section.header{background-image:url(../img/bg_publishers_mobile.jpg)}
	.publishers .section-three .col{max-width: 365px;margin:0 auto 10px !important;}
	.publishers .section-three h2{
		max-width:70%;
		margin:auto;
	}
	.advertisers .section-two h2{margin-bottom:25px;}
	.advertisers .section-three .col .img_container{
		max-width:244px;
		width:100%;
		margin: auto;
		height:435px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.advertisers .section-three .col img{
		width:100%;
		height:auto;
		margin:0 auto;
	}
	.advertisers .section-three .slide{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.advertisers .section-three .slide span{
		font-size:1.375em;
		font-weight: 600;
		margin:1em auto 0;
		display: block;
	}
	.page .publishers #world_numbers{padding-bottom: 1em;}
	.page .publishers #world_numbers h3{font-size:2.25em !important;}
	.publishers .intro p:first-of-type{font-size: 1.1em !important;}
	.publishers .intro p:nth-child(3){line-height: 24px;}
	.publishers .section-three{padding:3em 0 1em;}
	.company section.header{
		background-image:url(../img/bg_company_mobile.jpg);
		height:100vh !important;
	}
	.company h2,
	.company section.intro h2,
	.page .company .section-one h3{
		font-size:2.25em !important;
		margin:1em auto;
		line-height: 42px;
		text-align: center;
	}
	.company p{
		font-size:1.375em !important;
		line-height: 32px;
	}
	.company .col,
	.company #team_members .col{
		width:100%;
		max-width:100% !important;
		margin:auto !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.company section.header h2{
		font-size:3.375em !important;
		line-height: 66px;
	}
	.company section.header span{
		font-size:1.25em;
		line-height: 28px;
		margin-top: 2em;
		max-width:99%;
	}
	.company section.intro{margin-bottom: 3em;}
	.company .section-one{padding: 0 0 2em;}
	.company .section-one .text-content{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.company .section-one .col.right div{text-align: center;margin-bottom: 2em;}
	.company .section-one .col.right div strong{margin:0 auto 5px;}
	.company .section-one .col.right div span{margin:auto !important;}
	.company .section-one .col.right div strong::after{display: none !important}
	.company .section-one .col.right span,
	.company .section-one .col.right div strong{display: block;}
	.company .section-two{padding: 0;}
	.company #team_members .col{margin-bottom: 2em !important;}
	.company #locations{padding:0 !important;}
	.company #locations nav{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	/****dsps****/
	#dsps{margin-top:2em !important;}
	#dsps .slide img{
		margin:0 auto 40px !important;
	}

	/******testimonials***/
	#testimonials{padding:4em 0 2em;}
	.advertisers #testimonials{padding:0 0 2em;}
	#testimonials h2{
		max-width:70%;
		margin:auto;
	}
	.advertisers #testimonials h2{margin-bottom: 10px;}
	#testimonials h4{font-size:1.75em;}
	#testimonials .text-content img{
		width:auto;
		height:134px;
	}
	#testimonials p{
		max-width:95%;
		margin:auto;
	}
	#testimonials #logos_container{
		max-width:95%;
		margin-top: 25px;
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	#testimonials #logos_container img{margin:10px;}
	.publishers #testimonials.publishers p:first-of-type{margin:30px auto 15px;}
	/*****trustedbrands***/
	#trustedbrands .text-content .row{margin:50px auto 0;}
	#trustedbrands .slide{padding:0;}
	#trustedbrands .col{
		max-width:90%;
		margin:auto;
		border:none;
	}
	#trustedbrands h2{
		font-size:1.7em !important;
		line-height: 44px;
		margin-bottom: 25px;
	}
	#trustedbrands p{
		max-width:60%;
		margin:auto;
	}
	#trustedbrands .col{margin-bottom: 5em;}
	/*#trustedbrands .col.right nav img{margin:5px .5em 10px;}*/
	#trustedbrands .col.right.last{margin-right:auto !important;}

	/****measures block***/
	#measures .slide{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
	#measures .bx-controls{margin-top:-1em;}
	#measures h3, #measures img{margin: 0em auto;}

  .native_social .bx-wrapper{
    height:50px;
  }
  #measures{
    padding:0;
  }
  .page .native_social .section-two{
    padding: 0;
  }

  .native_social .section-three nav.col:first-of-type{
    margin:1em auto!important;
  }
  .native_social .section-three h2{
    margin-bottom:30px;
  }
  .native_social .section-two nav > h3{
    margin : 0 auto;
  }
	/****request demo bottom***/
	section .bottom_container h3,
	.page section .bottom_container h3{
		font-size:2.25em !important;
		max-width: 80% !important;
		margin: 1em auto;
		line-height: 54px !important;
	}
	input[type="text"],
	input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="tel"],
	select,
	textarea{width:296px !important;}
	.cc-revoke.cc-bottom{left: 0em!important;}
	.demo_type_wrapper{
		width:296px;
		margin:0 auto 17px auto;
	}
	#message{
		width: 296px!important;
	}
	.demo_type_container{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.form_radio_group:nth-child(1){
		-ms-flex-preferred-size: 27%;
		    flex-basis: 27%;
		max-width:none!important;
	}
	.form_radio_group:nth-child(2){
		-ms-flex-preferred-size: 33%;
		    flex-basis: 33%;
	}
	.form_radio_group:nth-child(3){
		-ms-flex-preferred-size: 33%;
		    flex-basis: 33%;
		margin-right:0px;
	}
	.modale_header{padding: 4px 20px !important;}

	.form_radio_group:nth-child(4){
		margin-top:10px;
		-ms-flex-preferred-size: 48%;
		    flex-basis: 48%;
	}
	.form_radio_group:nth-child(5){
		margin-top:10px;
		-ms-flex-preferred-size: 48%;
		    flex-basis: 48%;
	}
	.demo_type_wrapper .demo_type_title{
		text-align:center;
		margin-top:20px;
	}
	.radio_label{
		padding:0 10px;
	}
	.radio_label span{
		line-height: 1.1;
    text-align: left;
	}
	.content.bottom_part button{width:144px !important;}
  /***
  ROUND CHARTS
  **/
  .round-chart-container{
    font-size:9px!important;
  }
  .round-chart-container > div{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
  }
  .round-chart-container .round-chart-kpi{
    padding:0 20px 20px 20px;
    font-size:1.2rem;
  }
  .round-chart-container .round-chart:before{
    -webkit-transform:translateX(-50%) translateY(-50%);
        -ms-transform:translateX(-50%) translateY(-50%);
            transform:translateX(-50%) translateY(-50%);
    top:50%;
    left: 50%;
  }
  .round-chart-container .round-chart-native.round-chart:before{
    top:40%;
  }
  .round-chart-native .round-chart-kpi{
    margin:30px 0 0 0;
  }
  .round-chart-description{
    font-size:1.1rem!important;
  }
}
.ios form{padding-bottom: 30%}

/**** smartphone landscape****/

@media only screen and (max-width: 767px) and (orientation: landscape) {
	.bx-controls-direction {
    	display: none;
	}
	.menu_visible{
    	overflow: scroll;
    	height: 80vh !important
  	}
	/***** HP ***/
	.home section.preview_right,
	.home section.preview_left{max-width: 60%;}

	/*** world numbers***/
	#world_numbers nav,
	#world_numbers nav div{-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}

	#world_numbers nav div::after{display: none;}
	#world_numbers nav div:after {
	    width: 2px !important;
	    height: 80px !important;
	    -webkit-box-flex: 1 !important;
	        -ms-flex: 1 0 2px !important;
	            flex: 1 0 2px !important;
	    margin:55px auto 20px 3em !important
	}

	/**** sucess stories **/
	#success_stories{
		min-height:597px;
		padding:0;
	}
	#success_stories > div.row{-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
	#success_stories > div.row > h3{
		margin:64px 0 76px;
		text-align: left;
		padding-left: 1em;
	}
	#success_stories .bx-wrapper{top:-49%;}
	#success_stories > div.row, #success_stories .slide, #success_stories .top_infos{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: inherit;
		    flex-wrap: inherit;
	}
	#success_stories .top_infos{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
	#success_stories .top_infos h4{font-size:1.25em;}
	#success_stories .top_infos img{
		width:62px;
		height:62px;
	}
	#success_stories .infos p{text-align: left;}
	/*#success_stories .bx-controls{height:20px;}*/
	#success_stories .bx-wrapper .bx-pager,
	#success_stories .bx-wrapper .bx-controls-auto{margin-top:2em;}

	textarea{width:89% !important;}

	.page .charts{-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
	.page .charts h3{max-width: 95%;}

	.native_stories .intro .col{
		max-width: 31%;
		margin-right: .5em;
	}
	.native_stories .section-four nav div{max-width:60%;}
	.native_stories .intro .col a{font-size: .875em;}
	.page .native_stories .intro .col p{
		font-size:.75em !important;
		max-width:100%;
	}
	.native_stories .section-three nav div.slide p{max-width:25%;}

	.native_social .section-two .col div{margin-right: 107px;}
	.native_social .section-three .col{max-width:32%;}
	.native_stories .video_container .preview_video{
		width:86%;
		top:12px;
	}

	.page .video_container.macbook.desktop{display: none !important}
	#mockups .iphone .preview_video{top:31px !important;}

	.native_video .section-one .report-icon{
		max-width: 150px !important;
		margin:2em auto !important;
	}
	.native_video .section-two .col{max-width:235px;}
	.page .native_video .section-two h3{font-size: 1.75em !important;}


	#trustedbrands h2{font-size:2.25em !important;}
	section.header nav .col{max-width: 230px;}
	section.header nav .col p{font-size:.875em !important;}

	.advertisers .section-two .col{max-width:49%;}
	.advertisers .section-three .col .img_container{width:70% !important;}

	.publishers section.header nav .col{max-width:205px !important;}
	.publishers .section-three .col{max-width:330px;}

	#team_members .col{
		max-width: 17% !important;
		margin:1em 1em 2em 0 !important;
	}
	#team_members .col img{max-width:125px;}
	.company #locations{margin-bottom: -.5em;}
	.company #locations nav{-webkit-box-orient: horizontal !important;-webkit-box-direction: normal !important;-ms-flex-direction: row !important;flex-direction: row !important;}
	.company #locations .col{max-width: 25% !important;}
	.company #locations .col span{font-size:2.25em !important;}

	#footer_wrapper, #footer_top, #footer_bottom, #address_container, #more_info_container{-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row}
	#offices .col{
		-webkit-box-flex:1 !important;
		    -ms-flex:1 1 100% !important;
		        flex:1 1 100% !important;
		width:100% !important;
		max-width: 100% !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	#links_container{
		-webkit-box-flex:1 !important;
		    -ms-flex:1 0 210px !important;
		        flex:1 0 210px !important;
		max-width: 210px;
	}
	#links_container .col:nth-child(1){
		-webkit-box-flex:1 !important;
		    -ms-flex:1 0 107px !important;
		        flex:1 0 107px !important;
		margin-right: 0 !important;
	}

	#footer_bottom > div.row{-webkit-box-orient: initial;-webkit-box-direction: initial;-ms-flex-direction: initial;flex-direction: initial;}
	#footer_bottom #copyrights {
    	-webkit-box-flex: 1 !important;
    	    -ms-flex: 1 1 250px !important;
    	        flex: 1 1 250px !important;
    	max-width: 250px !important;
    	text-align: left;
	}

	#awards img{margin-right: 20px !important}
	#socials{text-align: right;}
	#socials span {margin-right: 27px !important;}
}

/**** iphone X landscape***/
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3){
  	section.header{height:100vh;}
  }
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  	.bx-controls-direction {
    	display: none;
	}
  	h1{
		font-size:3.125em !important;
		width: 60%;
	}
	h3{
		font-size:2.25em !important;
		margin:1em auto;
		max-width:70%;
		line-height:67px !important;
	}
	h2{font-size:2.25em !important;}
	p{font-size:1em !important;}
	.menu_visible{
    	overflow: scroll;
    	height: 80vh !important
  	}

  	.home section.preview_right,
	.home section.preview_left{max-width: 60%;}
	section.native.preview_right .preview_content, section.native.preview_right .available span{margin: auto;}
  	#homepage_top span{bottom:1em;}
  	/*****HP***/
	#homepage_top span{width:100%;}
	.home section.intro h2{font-size:2.25em;}
	.home section.intro p{margin:2em auto;}
	.home section.intro span{font-size:1.375em;}
	.home section.native button{margin-bottom:30px;}
	.home section.preview_right,
	.home section.preview_left{
		text-align: center;
		margin:2em auto;
	}
	.home section[class*="preview"] p{
		max-width:85%;
		margin:1em auto;
		line-height: 24px;
	}
	.home .preview_content,
	.home .available span{
		margin:auto;
		font-size: 12px;

	}
	.home .available{padding:20px 0 0;}
	.home .available.mobile span::after{display:none !important;}
	.home .available.mobile span::before{
		content: " ";
	    width: 100px;
	    height: 32px;
	    background-image: url(../img/icons/Icon-Devices.svg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    margin: 10px auto;
	    display: block;
	    vertical-align: middle;
	}
	.home section.up .preview_content{margin-top:0;}

	.home .bottom_container::after{
		position: relative;
		right:initial;
		top:initial;
		display:block;
		margin:60px auto 0;
	}

	#storytellers nav{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-line-pack: center;
		    align-content: center;
		max-width: 99%;
		margin: auto;
		min-height:250px !important;
	}

	#storytellers nav img{
		margin: 0 auto 35px;
	}
	#storytellers .slide,
	#storytellers .bx-controls{margin:0 auto;}

	#storytellers .bx-controls{height:15px;}
	#storytellers .bx-wrapper .bx-pager{
		height:40px;
		margin-bottom: 20px;
	}

	#success_stories .bx-wrapper{top:-13em;}
	#success_stories .top_infos h4{
		font-size:1.25em !important;
		line-height: 24px;
	}
	#success_stories .infos p{
		font-size:.875em !important;
		line-height: 24px;
	}
	.success-story-img-container{width: 49%;}
	.success-story-img-kpi-title{font-size: .75em;}
	.success-story-img-kpi-number{font-size:1.25em;}
	/*#success_stories .bx-controls.bx-has-controls-direction.bx-has-pager{height:20px;}*/
	#success_stories .bx-wrapper .bx-pager,
	#success_stories .bx-wrapper .bx-controls-auto{margin-top:2em;}

	.native_stories .intro .col p{font-size:.875em !important;}
	.native_stories .section-three nav{margin-top:15px;}
	.native_stories .section-three nav .slide{
		-webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
		min-height: 150px;
	}
	.native_stories .section-three nav div{
	    margin-right: 1em !important;
	    font-size: .875em;
	    line-height: 20px;
	}

	.video_container.macbook.desktop{display: block !important;}
	#mockups .macbook .preview_video{
		width:500px !important;
		top:93px !important;
	}

	#awards img{margin-right: 30px !important;}
	.bottom_container textarea{width:92% !important;}

	#offices .col{
		-webkit-box-flex:1 !important;
		    -ms-flex:1 1 100% !important;
		        flex:1 1 100% !important;
		width:100% !important;
		max-width: 100% !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}

	.video_container{margin: auto;}

	.charts h3{
		font-size:1.1em !important;
		max-width:100% !important;
	}
	#dsps{margin-top:2em !important;}
	#dsps .slide img{margin:0 auto 40px !important;}
	section.header {
    	height: 120vh;
	}
	.advertisers .section-two .col{max-width:49%;}
	.advertisers .section-two .col h3{font-size:1.5em !important;}
	.advertisers .section-two .col.left{margin-right:auto !important;}
	.advertisers .section-three div.row:nth-child(3){-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.advertisers .section-three .col .img_container{
		width:40%;
		margin: auto;
		height:535px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.advertisers .section-three .col img{
		width:100%;
		height:auto;
		margin:auto;
	}
	.advertisers .section-three .slide{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.advertisers .section-three .slide span{
		font-size:1.375em;
		font-weight: 600;
		margin:1em auto 0;
		display: block;
	}
	.advertisers .section-three{margin-bottom:5em;}
	.advertisers .section-three .col{margin:auto !important;}
	.page .advertisers .section-three .col h3{
		font-size:1.625em !important;
		margin:50px auto 30px;
	}
	.advertisers .section-three .col.middle .col{-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
	.advertisers .section-three .col.middle .col > span.last:nth-child(1){margin-right:20px !important;}
	.advertisers .section-three .col.right .col span{margin:10px 0;}
	.advertisers .section-three p{
		max-width:80%;
		margin: auto;
	}
	.advertisers .section-three div.row:nth-child(3){margin-bottom: 0 !important}
	.advertisers .section-three #multiple_previews.desktop{display:none !important;}
	.legals .intro .col{
		max-width:45%;
	}
	.legals h3{margin-left:0;}
	#team_members .col{
		max-width: 17% !important;
		margin:1em 1em 2em 0 !important;
	}
	#team_members img{max-width: 125px !important;}
	.company #locations span{font-size: 2.25em !important}
}




/* #Tablet - 768px

================================================== */

@media (min-width: 768px) {

}
@media only screen and (max-width: 1024px){
	*.desktop,
	.last:after,
	#menu hr{display:none !important;}
	.desktop-break{display:none;}
	.page section.native > div.row{max-width: 95%}
	h1{font-size:4.9em;}
	.page .content > .row{max-width: 98%}
	.native_social .intro #videos_slider{width:100%;}
	.native_social .section-two .col{margin:0 1em 100px 0;}
	.native_video .section-one .col div,
	section.header nav .col{margin-right:1em;}
	#measures .slide img{margin: auto;}
	#success_stories > div.row{max-height:100%;}

	#trustedbrands nav img{
  		margin: 0 0 20px 4px !important;
  		max-width: 68px;
  	}

	#storytellers nav{max-width: 100%;}

	#submit_modal{font-size: 1.75em !important;}
	/*MENU*/

/*BURGER*/
#mobile-burger .toggle {
	 display: block;
	 cursor: pointer;
	 padding: 15px 20px;
}
#mobile-burger .toggle input {
	 display: none;
}
#mobile-burger .toggle input + div {
	 width: 20px;
	 height: 14px;
	 position: relative;
}
#mobile-burger .toggle input + div div {
	 position: absolute;
	 left: 0;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 -webkit-transition: -webkit-transform 0.5s ease;
	 transition: -webkit-transform 0.5s ease;
	 -o-transition: transform 0.5s ease;
	 transition: transform 0.5s ease;
	 transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#mobile-burger .toggle input + div div span {
	 display: block;
	 position: absolute;
	 left: 0;
	 right: 0;
}
#mobile-burger .toggle input + div div span:first-child {
	 top: 0;
}
#mobile-burger .toggle input + div div span:first-child:before, #mobile-burger .toggle input + div div span:first-child:after {
	 top: 0;
}
#mobile-burger .toggle input + div div span:last-child {
	 bottom: 0;
}
#mobile-burger .toggle input + div div span:last-child:before, .toggle input + div div span:last-child:after {
	 bottom: 0;
}
#mobile-burger .toggle input + div div span:before, #mobile-burger .toggle input + div div span:after {
	 content: '';
	 display: block;
	 width: 47%;
	 height: 2px;
	 border-radius: 1px;
	 background: #fff;
	 position: absolute;
	 -webkit-backface-visibility: hidden;
	 -webkit-transition: border-radius 0.3s ease, background 0.4s ease, -webkit-transform 0.5s ease;
	 transition: border-radius 0.3s ease, background 0.4s ease, -webkit-transform 0.5s ease;
	 -o-transition: transform 0.5s ease, border-radius 0.3s ease, background 0.4s ease;
	 transition: transform 0.5s ease, border-radius 0.3s ease, background 0.4s ease;
	 transition: transform 0.5s ease, border-radius 0.3s ease, background 0.4s ease, -webkit-transform 0.5s ease;
}
#mobile-burger .toggle input + div div span:before {
	 left: 0;
	 -webkit-transform-origin: 0 50%;
	     -ms-transform-origin: 0 50%;
	         transform-origin: 0 50%;
	 -webkit-transform: translate(1px, 0) scaleX(1.1);
	     -ms-transform: translate(1px, 0) scaleX(1.1);
	         transform: translate(1px, 0) scaleX(1.1);
}
#mobile-burger .toggle input + div div span:after {
	 right: 0;
	 -webkit-transform-origin: 100% 50%;
	     -ms-transform-origin: 100% 50%;
	         transform-origin: 100% 50%;
	 -webkit-transform: translate(-1px, 0) scaleX(1.1);
	     -ms-transform: translate(-1px, 0) scaleX(1.1);
	         transform: translate(-1px, 0) scaleX(1.1);
}
#mobile-burger .toggle input + div svg {
	 display: block;
	 fill: none;
	 stroke: #fff;
	 stroke-width: 2px;
	 width: 44px;
	 height: 44px;
	 stroke-linecap: round;
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 margin: -22px 0 0 -22px;
	 stroke-dasharray: 0 82.801 8 82.801;
	 stroke-dashoffset: 82.801;
	 -webkit-transform-origin: 50% 50%;
	     -ms-transform-origin: 50% 50%;
	         transform-origin: 50% 50%;
	 -webkit-backface-visibility: hidden;
	 -webkit-transform: scale(1);
	     -ms-transform: scale(1);
	         transform: scale(1);
	 -webkit-transition: stroke-dashoffset 0.5s ease, stroke-dasharray 0.6s ease, stroke 0.4s ease, -webkit-transform 0.5s ease;
	 transition: stroke-dashoffset 0.5s ease, stroke-dasharray 0.6s ease, stroke 0.4s ease, -webkit-transform 0.5s ease;
	 -o-transition: stroke-dashoffset 0.5s ease, stroke-dasharray 0.6s ease, transform 0.5s ease, stroke 0.4s ease;
	 transition: stroke-dashoffset 0.5s ease, stroke-dasharray 0.6s ease, transform 0.5s ease, stroke 0.4s ease;
	 transition: stroke-dashoffset 0.5s ease, stroke-dasharray 0.6s ease, transform 0.5s ease, stroke 0.4s ease, -webkit-transform 0.5s ease;
}
#mobile-burger .toggle input + div svg:nth-child(3) {
	 -webkit-transform: rotate(180deg) scale(1);
	     -ms-transform: rotate(180deg) scale(1);
	         transform: rotate(180deg) scale(1);
}
#mobile-burger .toggle input:checked + div div {
	 -webkit-transform: rotate(90deg);
	     -ms-transform: rotate(90deg);
	         transform: rotate(90deg);
}
#mobile-burger .toggle input:checked + div div span:before, #mobile-burger .toggle input:checked + div div span:after {
	 background: #fff;
}
#mobile-burger .toggle input:checked + div div span:first-child:before {
	 -webkit-transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05);
	     -ms-transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05);
	         transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05);
}
#mobile-burger .toggle input:checked + div div span:first-child:after {
	 -webkit-transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05);
	     -ms-transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05);
	         transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05);
}
#mobile-burger .toggle input:checked + div div span:last-child:before {
	 -webkit-transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05);
	     -ms-transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05);
	         transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05);
}
#mobile-burger .toggle input:checked + div div span:last-child:after {
	 -webkit-transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05);
	     -ms-transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05);
	         transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05);
}
#mobile-burger .toggle input:checked + div svg {
	 stroke-dashoffset: 62;
	 stroke-dasharray: 0 82.801 62 82.801;
	 -webkit-transform: rotate(90deg);
	     -ms-transform: rotate(90deg);
	         transform: rotate(90deg);
	 stroke: #fff;
}
#mobile-burger .toggle input:checked + div svg:nth-child(3) {
	 -webkit-transform: rotate(270deg);
	     -ms-transform: rotate(270deg);
	         transform: rotate(270deg);
}

/*END BURGER*/
	#menu-mobile-fixed{
		display:-webkit-box!important;
		display:-ms-flexbox!important;
		display:flex!important;
		top:0;
		position:fixed;
		width: 100%;
		z-index: 5;
		background-color:#000;
	}

	/*BANNER OPENWEB*/
  .container_annonce_mobile{
    background-color: #F1E9E6;
    position:fixed;
    top:58px!important;
    z-index: 3;
    display: flex!important;
  }
  .container_description_mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .description_openweb_mobile{
    text-align: center;
    padding-bottom: 3%;
  }
  .img_close_buton_openweb_mobile{
    display: flex;
    flex-direction: column;
    position: absolute;
right: 2%;
top: 3%;
  }
.container_annonce{
  display: none!important;
}
.logo_openweb_mobile{
  padding-top: 3%;
  padding-bottom: 3%;
}


  /*BANNER OPENWEB*/

  .dropdown{
    width:100%;
  }

  .dropdown .drop_content a{
    width:100%;
    display:inline-block!important;
  }

	#mobile-burger{
		display:block!important;
		top:0;
		right: 0;
		z-index:4;
	}
	#logo{
		display:none;
	}
	#logo-mobile{
		display:block;
		padding: 10px 20px;
	}
	header.row{
		padding: 50px 0 20px 0;/*57px 0 20px 0;*/
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: 100vh;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		position:fixed;
		z-index:3;
		-webkit-transform: translateY(-100%);
		    -ms-transform: translateY(-100%);
		        transform: translateY(-100%);
		-webkit-transition-duration: 0.3s;
		     -o-transition-duration: 0.3s;
		        transition-duration: 0.3s;
	}

	header.row.menu_visible{
		-webkit-transform: translateY(0%);
		    -ms-transform: translateY(0%);
		        transform: translateY(0%);
	}
	header.row.menu_visible #buttons_menu{
		margin-top:20px!important;
	}

	.menu_visible #menu{
		width:100%;
		display:-webkit-box!important;
		display:-ms-flexbox!important;
		display:flex!important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: auto!important;
		margin: 0 auto;
		overflow-y: scroll;
	}
	#menu > a, #menu > a.last {
		margin: 0 auto!important;
		line-height: 35px;
	}
	#menu .drop_content{
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		position: static!important;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-left:auto;
	}
	#menu .drop_content a{
		text-align:center;
	}
	#buttons_menu{
		display: block!important;
	}
	#login{
		display:none;
	}
	#buttons_menu{
		margin: 0 auto!important;
	}
	.drop_button{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top:22px; /*30px*/
		margin-right:0!important;
	}
	.drop_button img {
		display:none;
	}
	.dropdown{
		 margin:0 auto 0px;
		 text-align: center;
	}

	#advertisers_link{padding-bottom: 15px;}
	#publishers_link{padding-bottom: 15px;}

	/*END MENU*/
	#team_members .col{
		max-width: 17% !important;
		margin:1em 1em 2em 0 !important;
	}
	#team_members .col img{max-width: 125px;}
	.company #locations span{font-size:2.25em !important;}
}
@media only screen and (min-width: 597px) and (max-width: 767px){
	.demo_type_wrapper{
		width: 600px!important;
	}
	#message{
		width: 600px!important;
	}
}

/**** ipad***/


@media only screen and (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1) {
	.desktop-break{display:block;}
	#message{
		width:750px!important;
	}
	h1{font-size:4em;}
	.home .bottom_container::after{display:none !important}
	section.native > div.row{max-width: 90%;}
	.bx-wrapper{
		margin-left:auto;
		margin-right:auto;
	}
	#success_stories > div.row{max-height:510px;}
	.bx-wrapper,
	#success_stories > div.row,
	#storytellers > div.row,
	.home #auto_stories > div.row{max-width: 98% !important;}
	.home #auto_stories .text-content{
		margin-right: auto;
		max-width: 40%;
	}
	.home #auto_stories h3{
		font-size: 3.25em;
		line-height: 1;
		margin-bottom: 20px;
	}
	#auto_stories h3::before{margin-bottom: 20px}
	.home #auto_stories div > img{width: 180px;}
	.home #auto_stories h3+p{font-size: 1.25em}
	.home #auto_stories .learn_more+div::after{display: none;}
	.home #auto_stories #demo_container iframe:nth-child(1){width: 240px !important;}
	.home #auto_stories #demo_container iframe:nth-child(2){width: 280px !important;}
	#success_stories .bx-wrapper{top:-12em;}
	#success_stories .infos{
		width:48% !important;
		padding-left:1em;
	}
	#success_stories h4{
		font-size:1em !important;
		line-height: 24px !important;
	}
	#success_stories h3{padding-left:.5em !important;}
	/*#success_stories .bx-controls{height:15px;}*/
	#success_stories .bx-wrapper .bx-pager,
	#success_stories .bx-wrapper .bx-controls-auto{margin-top: 1em;}
	#storytellers nav{min-height:450px;}
	#storytellers #slide-1 .col{padding:0 1em;}
	#storytellers #slide-2 .col{padding:0 2em;}
	#mockups .macbook .preview_video{
		width:472px;
		top:88px;
	}
	#mockups .iphone{
		width:150px;
		bottom:4em;
		right:3em;
	}
	#mockups .iphone .preview_video{width:131px;}
	#testimonials #logos_container{-ms-flex-wrap:wrap;flex-wrap:wrap;}
	.demo_type_wrapper{
		display: block;
		margin: 0 auto;
		width: 745px;
	}
	input[type="text"],
	input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="tel"],
	select,
	textarea{width:370px !important}
	textarea{/*width:97% !important;*/min-width: 87.2% !important;}
	#footer_top{height: 180px !important;}
	#offices .col{
		-webkit-box-flex:1 !important;
		    -ms-flex:1 1 100% !important;
		        flex:1 1 100% !important;
		width:100% !important;
		max-width: 100% !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	#address_container{margin:0 0 21px 0 !important;}
	#address_container address{width:50%;margin-bottom:12px !important;}

	section.header nav .col{max-width: 265px;}
	section.header nav .col p{font-size:1em;}

	.table-icon{margin:0 3px 0 0;}
	.table-icon svg{width:80%;}
	.table-cell p{font-size: 1em !important;}

	.native_stories .intro .col{
		max-width:230px;
		margin-right: 1em;
	}
	.native_stories .intro .col p{font-size: .875em;}
	.native_stories .video_container .preview_video{
		width:200px;
		top:12px;
	}
	.native_stories .section-three nav div{
		max-width:140px;
		margin-right:0;
	}
	.native_stories .section-three nav div p{font-size:.875em;}
	.native_stories .section-four nav div{
		max-width:170px;
		margin-right:1em;
	}
	.video_container.macbook{display: block !important;}
	.native_social .video_container{
		-webkit-box-flex:0;
		-ms-flex:0 0 255px;
		flex:0 0 255px;
		margin:auto;
	}
	.native_social .section-three .col{max-width: 32%;}
	.native_video .section-one .col{
		max-width: 100%;
		margin: 0 auto 100px !important;
	}
	#report-icons-container .report-icon{margin:2em 39px 2em 0;}
	.native_video .section-two .col{max-width:285px;}

	.native_display .section-three #dsps img{margin: 0 36px 40px 0;}

	.advertisers #timeline .col{
		max-width:134px;
		margin-right: 1em;
	}
	.advertisers #timeline .col span{font-size:1.25em;}
	.advertisers .section-two .img_wrapper .col{
		max-width: 140px;
		margin-right: 10px;
	}
	.advertisers .section-three div.row:nth-child(3){margin:0 !important;}
	.advertisers .section-three .col{
		max-width: 100%;
		margin:auto !important;
	}

	.page .publishers section.header nav .col{max-width: 248px !important;margin-right: 0;}
	.publishers .section-three .col{max-width:340px;}
	#awards img{margin-right:2em !important;}
	.company .section-one .col{max-width:100% !important;}
	.company .section-one .col.left{
		margin:0 auto 2em;
	}
	#team_members .col{
		max-width: 17% !important;
		margin:1em 1em 2em 0 !important;
	}
	#team_members .col img{max-width: 125px;}
	.company #locations span{font-size:2.25em !important;}
	#footer_bottom #copyrights{
		-webkit-box-flex:1;
		    -ms-flex:1 1 245px !important;
		        flex:1 1 245px !important;
		max-width:245px !important;
		margin-right:auto;
	}
	.retail_stories .section-three nav.infos{max-width: 90%;}
	.retail_stories .section-four .infos .col{max-width: 350px;}
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	.desktop-break{display:block;}
  	*.desktop,
	.last:after{display:block !important;}
  	.bx-wrapper{
		margin-left:auto;
		margin-right:auto;
	}
	.home .bottom_container::after{
		display:block !important;
		top:-90px;
	}
	#offices .col.left{flex: 1 1 115px !important; max-width: 115px !important;}
	.content.bottom_part h3{max-width: 70%;margin:auto;}
	.bx-wrapper,
	#success_stories > div.row,
	#storytellers > div.row,
	.home #auto_stories > div.row{max-width: 98% !important;}
	.home #auto_stories .learn_more+div::after{display: none;}
	#success_stories .infos{padding-left:1em;}
	#success_stories h3{padding-left:.5em;}
	#success_stories > div.row{max-height:510px;}

	.retail_stories .section-three nav.infos{max-width: 90%;}
	.retail_stories .section-four .infos .col{max-width: 350px;}

	#storytellers nav .col{min-width:115px;}

  	#mockups .macbook .preview_video{
		width:640px;
		top:117px;
	}
	#mockups .iphone{right:4em;}
	.native_social .video_container{
		-webkit-box-flex:0;
		-ms-flex:0 0 255px;
		flex:0 0 255px;
		margin:auto;
	}
	.native_video .section-one .col{margin:0 0 100px;}
	#testimonials #logos_container{-ms-flex-wrap:wrap;flex-wrap:wrap;}

	.advertisers .section-three .row{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.advertisers .section-three .col{margin: auto !important;}
	#awards img{margin-right:5em !important;}
	.company .section-one h3{font-size: 4em;}
}
.mobile-break { display: inline; }
.desktop-break{display:none;}
@media screen and (min-width: 600px)  {
  .mobile-break { display: none; }
  .desktop-break{display:inline;}
}



@media only screen and (max-width: 1279px) {


}





@media (min-width: 992px) {



}

@media only screen and (min-width: 1024px) {
}






@media only screen and (max-width: 1345px) {


}



@media only screen and (max-width: 1279px) {}



@media only screen and (min-width: 1280px) and (max-width: 2000px){

}

@media only screen and (min-width: 1300px) and (max-width: 1500px){
	.home #auto_stories .learn_more+div::after{display: block;}
}


@media only screen and (min-width: 1900px) {
}
