body{
	font-family: 'Proxima Nova', sans-serif;
}
section{
	 padding:7em 0;
}
header{
	background-color: #FFF;
	border-bottom: none;
	padding: 0 2em;
	padding: 10px 2em;
}
header h1{
	margin: 0;
}
header h1 a{
	background-color: transparent;
	padding: 0;
	margin-top: 7px;
}
header nav{
	float: right;
	padding: 1em 0.3em;
	margin-right: 13em;
}
header nav a{
	font-size: 13px;
	font-weight: 500;
	color:#7A838C;
	text-transform: uppercase;
	padding: 0.5em 0 0.3em;
	margin: 0 1.3em;
	border-bottom: 1px solid transparent; 
	letter-spacing: 0.7px;
	position:relative;
}

header nav li:last-child a{
	background-image: linear-gradient(-90deg, #71AC1D 0%, rgba(150,200,70,0.98) 100%);
	color: #FFF;
	border-radius: 100px;
	padding: 0.5em 1em 0.3em;
}
header nav a:hover:after, .current-item a:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	background-image: linear-gradient(-90deg, #71AC1D 0%, rgba(150,200,70,0.98) 100%);
}
header nav a:hover{
	border-bottom: none;
}
.current-item a{
	font-weight: 600;
	border-bottom: none;
}
#languages{
	padding: 1em 0.3em;
	top:10px;
}
.dropdown dt a span{
	background-color: transparent;
	color: #7A838C;
	font-size: 13px;
	font-weight: 500;
	color:#7A838C;
	text-transform: uppercase;
	padding: 0.5em 0 0.3em;
	letter-spacing: 0.7px;
}


.lines:before, .lines:after{
	display: none;
}
#banner{
	margin-top: 22px;
	max-height: 474px;
}
#banner.home{
	max-height: 474px;
	background-image: url(https://www.targetspot.com/media/19127/bg-home.jpg);
}

#banner.publishers{
	background-image: url(https://www.targetspot.com/media/19129/bg-publisher.jpg);
}
#banner.press{
	background-image: url(https://www.targetspot.com/media/19130/bg-press.jpg);
}
#banner.about{
	background-image: url(https://www.targetspot.com/media/19131/bg-about.jpg);
	max-height: 474px;
    padding: 5em 0px;
    box-sizing: border-box;
}

#banner.targeting{
	background-image: 	url(https://www.targetspot.com/media/19128/target.jpg);
}

#banner .lines{
	text-align: left;
	font-size: 50px;
	font-weight: bold;
	width: 55%;
}
#banner h2{
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 0;
}

.row-connected .wrapper{
	display:flex;
			align-items:center;
}
.row-connected h1{
	color:#292C33;
	font-weight: 600;
	font-size: 40px;
	line-height:1em;
}
.worldwide{
	//background: url(https://www.targetspot.com/media/19135/map.png) no-repeat 15% center;
}

.row-connected h3{
	font-size: 18px;
	font-weight: 600;
	color: #292C33;
	line-height: 2em;
	padding-top: 1em;
}
.row-connected h3 span{
	font-size: 50px;
	font-weight: 900;
	display: block;
	color: #84BD4A;
}
.row-connected{
	padding: 6em 0;
}
.row-connected p{
	color: #666F77;
	font-size: 16px;
	line-height: 1.9em
}
.row-connected .text{
	width: 47%;
	padding: 0 2em;
	box-sizing: border-box;
}
.row-connected figure{
	width: 47%;
	text-align: center;
}
.row-connected:nth-child(2){
	//background: url(https://www.targetspot.com/media/19136/headphones.png) no-repeat;
	background-position: 75% bottom;
}
.row-connected:nth-child(even){
	text-align: left;
	background-color: #F0F1F3;
}
.row-connected.audience{
		position:relative;
		}
.row-connected.audience h2{
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 600;
	max-width: 180px;
}
.row-connected.audience figure{
	min-height: 280px;
}
		.row-connected.audience img{
				position: absolute;
					bottom:-23px;
				}
.row-connected.audience h2:first-child{
	text-align: right;
	position: absolute;
	bottom: 0;
}
.row-connected.audience h2:last-child{
	max-width: 250px;
	text-align: left;
	position: absolute;
	right: 0;
	top:0;
}
.row-connected.audience h2 span{
	font-size: 40px;
	color: #84BD4A;
	font-weight: 700;
	display: block;
	margin-bottom: 0.3em;
}


#target{
	background-color: #292C33;
	padding: 7em 0;
}
section .lines{
	font-size: 40px;	
	text-align: center;
	width: 100%;
	font-weight: 400;
}
#target .text{
	line-height: 1.9em;
	font-weight: 300;
	color: #FFF;
}
#target ul{
	text-align: center;
}
#target li{
	width: 15%;
	float: none;
	display: inline-block;
}
#target h2{
	color: #84BD4A;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
.btn{
	background-image: linear-gradient(-90deg, #71AC1D 0%, rgba(150,200,70,0.98) 100%);
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0.7px;
	padding: 0.5em 2em;
}



#plugged h1{
	width: 100%;
	font-size: 40px;
	margin-bottom: 1em;
}
#plugged .text{
	color: #666F77;
    font-size: 16px;
    line-height: 1.9em;
    width: 61%;
    margin: 0 auto;
    display: block;
    float: none;
	margin-bottom: 3em;
}
#plugged ul{
	text-align: center;
}
#plugged ul a{
	width: 19%;
	float:none;
	display:inline-block;
	
}
#brands h1{
	width: 100%;
	font-size: 40px;
	margin-bottom: 2em;
}
#brands li img{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    transition: 500ms;
}
	#brands li a{
		display:inline-block;
		float:none;
		width:17%;
		margin-bottom:2em;
	}
#brands li img:hover{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: 500ms;
}
footer{
	color: #ABACAF;
	font-size: 13px;
	background-color: #292C33;
	padding: 1.5em;
}

			
#targeting ul{
	text-align: center;
}
#targeting li{
	width: 15%;
	display: inline-block;
	float: none;
}
#targeting .arrow {
    border-color: transparent transparent #292C33 transparent;
}
#targeting h2{
	font-size: 18px;
	color: #84BD4A;
	text-transform: uppercase;
	font-weight: 600;
}
#targeting .current .bg{
	fill:#84BD4A;
	transition:500ms;
}
.description{
	background-color: #292C33;
}
.description figure{
	text-align: center;
	padding-top: 3.5em;
}
.description h1{
	font-size: 40px;
	font-weight: 600;
	color: #FFF;
}
.description .text{
	color: #FFF;
}
.description p{
	text-align: left!important;
	line-height: 1.9em;
}
.description ul{
	padding-top: 0;
}
.description li{
	font-size: 16px;
	margin-bottom: 0.55em;
}
#partners img{
	max-width: 205px;
}
#partners .text{
	margin-bottom: 3em;
}
.text{
	color:#666F77;
	line-height: 1.9em;
}
#bluebox{
	background-color: #292C33!important;
	
}
#bluebox .text{
	color: #FFF;
}
#bluebox figure{
	padding-top: 3.5em;
}



#press .lines{
	text-align:left;
}
#press article{
	background-color: transparent;
	padding: 2em 2em 2em 0;
}
#press time{
	text-transform: none;
	color:#666F77;
}
#press h2{
	font-size: 30px;
	font-weight: 400;
	margin: 0.3em 0;
}
#press h2:before, #press h2:after{
	display: none;
}
#press article .btn{
	color: #84BD4A;
	background: transparent;
	padding: 0;
	border: none;
	text-transform: none;
	font-size: 16px;
	margin-top: 0;
}
aside{
	background-color: #F0F1F3;
}
aside h2{
	color: #292C33;
	font-weight: 600;
	margin-top: 3em;
}
aside h2:before, aside h2:after{
	display: none;
}



#companies-list li{
	background: transparent!important;
}
.details{
	border-bottom: none;
}
.details .text{
	color: #FFF;
}
.details .btn{
	border: none;
	margin-top: 2em;
	box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.15);
	position: relative;
	bottom: 0;
}
.details .btn:hover{
	box-shadow: 4px 6px 10px 0 rgba(0,0,0,0.15);
	bottom: 2px;
	
}



#contact h2{
	text-transform: capitalize;
	font-size: 25px;
	color: #292C33;
	margin:1em 0; 
}
#contact img{
	max-width: 40px;
	height: auto;
}
#contact li{
	min-height: 250px;
}
#companies{
	padding: 4em 0;
}
#companies-list li:after{
	bottom: -42px;
}
#radionomy .btn{
	background-image: linear-gradient(-90deg, #0059B2 0%,  #027FE8 100%);
}
#shoutcast .btn{
	background-image: linear-gradient(-90deg, #009BB5 0%,  #00C8DD 100%);
}
#winamp .btn{
	background-image: linear-gradient(-90deg, #FF5F27 0%,  #F44A1C 100%);
}
.dropdown dd ul{
	background: #FFFFFF;
	box-shadow: 0 2px 6px 0 rgba(188,188,188,0.50);
}
.dropdown dd ul a{
	color: #292C33;
}
.dropdown dd ul li a:hover{
	background-color: #f2f2f2;
}
#privacy{
	line-height: 1.9em;
}
#privacy h2{
	font-weight: 400;
	font-size: 30px;
}
#banner .bloc{
	width: 100%;
}
#targeting .current .arrow{
	bottom: -25px;
}
#partner .text p:first-child{
	margin-top: 0;
}
#partner .btn{
	margin-top: 2em;
}
#pluggedin .text{
	max-width: 730px;
	float: none;
	display: block;
	margin: 0 auto;
}
#pluggedin li a img{
	width: 100%;
	height: auto;
}
#pluggedin li{
	display: inline-block;
	text-align:center;
}
#pluggedin ul{
	text-align: center;
}

#pluggedin li a{
	width: 17%;
	display: inline-block;
	float:none;
	
}
#cases-description h1{
	text-align:left;
}
#cases-description, #icon{
	width:47%;
}
#introhome{
	padding:0;
}
#passport{
	text-align:center;
	padding:5em 0;
}
#passport .wrapper{
	display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2em 0;
}
#passport .text{
	width:40%;
	text-align:left;
}
#passport iframe{
	width:40%;

}
.press + main{
	min-height:740px;
}

@media only screen and (max-width : 800px){
	header{
		padding: 1em 0 0;
	}
	header nav{
		float: none;
		width: 100%;
		padding: 0;
	}
	header nav li{
		margin: 0 0.75em;
	}
	header nav li:first-child{
		margin-left: 0;
	}
	header nav a{
		margin: 0;
		padding: 1em 0;
	}
	.row-connected figure, .row-connected .text{
		width: 100%;
		padding: 0 15px;
	}
	.current-item a{
		color:#85be49;
		background-color: transparent;
		border-bottom: none;
	}
	.worldwide{
		background-position: center top;
	}
	.row-connected .text h1{
		text-align: left;
	}
	.row-connected figure{
		margin: 0;
		padding: 0;
	}
	.row-connected:nth-child(2){
		background-position: center bottom;
	}
	.row-connected.audience h2:first-child{
		left: 30px;
	}
	.row-connected.audience h2:last-child{
		right: 30px;
		bottom: 0;
		top:inherit;
	}
	section{
		padding: 3em 0;
	}
	#target li{
		width: 25%;
		margin: 2em;
	}
	#target .text{
		padding: 0 15px;
		box-sizing: border-box;
	}
	#plugged .text{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	#banner .lines{
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	#banner .wrapper{
		padding: 0 15px;
	}
	#bluebox figure{
		text-align: center;
	}
	#bluebox figure img{
		width: 75%;
	}
	#bluebox .text{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		margin: 0;
	}
	#press{
		padding: 3em 15px;
		box-sizing: border-box;
	}
	aside{
		padding: 3em 15px;
		
	}
	aside h2{
		margin-top: 1em;
	}
	#companies-list{
		text-align: center;
	}
	#companies-list li{
		width: 18%;
		float: none;
		display: inline-block;
	}
	.details .text{
		padding: 0 15px;
		box-sizing: border-box;
	}
	#passport .wrapper{
		display:block;
	}
	#passport .text{
		width:100%;
		padding: 0 15px;
		box-sizing:border-box;
	}
	#passport iframe{
		width:100%;
		padding: 0 15px;
		box-sizing:border-box;
	
	}
} 
@media only screen and (max-width : 800px){
	#languages{
		top:0;
	}
	header{
		padding: 3em 0 0;
	}
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
