/* =Responsive (Desktop) Design
-------------------------------------------------------------- */
@media screen and  (max-width: 1300px) {
	.intro span {
		font-size: 0.938em;
		line-height:0.9em
	}
	.featured .box .text-bar h2 a{
		font-size: 18px;
		line-height: 18px;
		}
	.featured .box.big .text-bar h2 a {
		font-size: 20px;
		line-height: 24px;
	}

	.tile h3 {
		width: 90%;
		font-size: 16px;
	}

}

@media screen and  (max-width: 1220px) {
	.intro .wrapper {
		padding: 0;
	}

	.intro span {
		font-size: 0.925em;
	}

	.featured .box{
		height: 180px;
		}

	.featured .box.big{
		height: 390px;
		}

	.featured .box .text-bar h2 {
		font-size: 1.2em;
	}
	.half{
		width: 22%;
		}
	/*.half + .half + .half  {
		width:46%
		}*/
	.cont-video iframe {
		height: 208px;
	}

}


@media screen and (max-width: 1160px) {
	.featured .box{
		background-position: top;
		background-size: inherit;
		}

	.board-text .half + .half {
		width: 100%;
	}

	.half {
		margin: 0 0 20px !important;
		/*clear: both;*/
		width: 100%;
		text-align:left;
		}

	.half + .half {
		width: 25%;
	}

	.half + .half + .half  {
		width:55%
	}

	.image-slider h6{
		float:none;
		}
	.cont-video iframe {
		height: 200px;
	}

	}

@media screen and (max-width: 1100px) {

	.home .video-stream .description,
	.home .video-stream .video-container{
		width:100%;
		float:none;
		margin-bottom: 30px;
		}
	.section-video .margin{
		padding: 0px 20px 50px 20px;
		}

	.tile-container {
		margin-bottom: 40px;
	}

	.home .tile-container .tile{
		width: 48%;
		margin:12px 0;
		}


	.home .tile-container .tile:nth-child(odd) {
		margin-right: 30px;
	}

	.tile h3 {
	}

	.cont-video iframe {
		height: 180px;
	}

	.tweet-stream {
		height: 595px;
	}
	.section-video h2{
		margin-top:20px;
	}
}


/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {
	body {
	}

	.grid,
	.grid-right {
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.copyright,
	.scroll-top,
	.powered {
		float: left;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.featured .box {
		background-size: cover;
	}

	.featured .box .text-bar .margin h2 {
		margin-bottom: 10px;
	}

	.front-page  #widgets {
		margin-top: 40px;
	}

	.top-widget,
	.front-page  .top-widget {
		margin-top: 0 !important;
	}

	.hide-desktop {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}
	.page-sidebar,
	.page-content {
		clear: both;
		float: none;
		width: 100%;
	}

	.page-sidebar {
		border-bottom: 1px solid #edecec;
		padding: 0;
		padding-bottom: 10px;
		border-right: none;
	}

	.board-text .half + .half {
		width: 100%;
	}

	.featured .box.big,
	.featured .box {
		clear: both;
		height: 400px;
		width: 100%;
	}
	.featured .box .text-bar h2,
	.featured .box.big .text-bar h2{
		font-size: 1.375em;
		}

	.section-footer-menu .half {
		width: 50%;
	}

	.section-footer-menu .half + .half + .half{
		width: 100%;
	}

	.image-slider {
	    /*float: right;*/
	    width: 62%;
	}


}

@media screen and (max-width: 980px) and (orientation: landscape) {

}

@media screen and (max-width: 860px) {
	.video-stream {
		float: none;
		width: 100%;
	}
	.tweet-stream{
		float:none;
		width:98%;
		height:auto;
		padding:0px 2%;

	}
	.section-video .margin{
		padding: 0px 0px 50px;
		}
	.section-video .wrapper{
		padding: 0px 60px 60px;
		}
	.home .tile-container .tile{
		width:98%;
		}


	}
@media screen and (max-width: 800px) {

	.wrapper {
		padding: 0 20px;
	}

	.header {
		height: auto;
	}

	.icons {
		display: none;
	}

	.section-logo {
		padding: 20px 0;
	}

	.logo {
		/*float: none;*/
		margin: 0 auto;
		/*max-width: 60%;*/
	}

	.logo-eu span {
		font-size: 12px;
		display: block;
	}

	.eu {
		float: none;
		display: block;
		margin: 10px auto 0;
		max-width: 80%;
	}

	.intro {
		font-size: 1em;
	}


	.tile-container {
		margin-bottom: 30px;
	}

	.tile {
		clear: both;
		margin-bottom: 20px;
		margin-left: 0 !important;
		width: 100%;
	}

	.section-news-container,
	.sidebar {
	clear: both;
		width: 100%;
	}

	.footer {
		text-align: center;
	}

	.section-footer-menu {
		padding: 20px 0 0;
	}

	.section-footer-menu .half {
		width: 50%;
		clear: none;
	}

	.half + .half + .half {
		width: 100%;
	}

	.loop-news .margin {
		max-height: inherit;
	}

	#menu-principale > li{
		margin: 0 0 20px !important;
		/*clear: both;*/
		width: 50%;
	}

	.footer-columns {
	    -webkit-column-count: 1;
	    -moz-count: 1;
	    -ie-count: 1;
	    -o-count: 1;
	 	column-count: 1;
		width: 100%;
	}

	.footer-contacts {
		margin-bottom: 10px;
		text-align: center;
		clear: both;
		width: 100%;
	}

	.footer .icons {
		display: block;
		text-align: center;
		clear: both;
		width: 100%;
	}
	h1{
		font-size: 2.3em;
		}
	.section-video .wrapper{
		padding: 0px 20px 60px;
		}

}
@media screen and (max-width: 700px) {
	.cont-video{
		width: 100%;
		margin-right: 0%;
		float:none;
		}
	.cont-video iframe {
		width: 100%;
		height: 340px;
		margin: 0 auto;
	}

	.loop-news h4.entry-title a {
		font-size: 20px;
	}

	#menu-footer-menu > li:nth-child(n+3) {
		float: left;
	}

}

@media screen and (max-width: 650px) {
	body {
	}

	#logo {
		float: none;
		margin: 0;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.top-widget {
		float: none;
		position: relative;
		width: auto;
		margin: 0 auto 10px auto;
		text-align: center;
	}

	.top-widget .widget-title h3 {
		text-align: center;
	}

	.js .sub-header-menu {
		display: none;
	}

	.js .main-nav {
		clear: both;
		position: relative;
		margin: 0 auto;
		background-color: #585858;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
		background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
		background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
		background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
		background-image: -o-linear-gradient(top, #585858, #3d3d3d);
		background-image: linear-gradient(top, #585858, #3d3d3d);

		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
	}

	.js .main-nav .menu {
		display: none;
		position: absolute;
		z-index: 1000;
		top: 30px;
		width: 100%;
	}

	.js .main-nav .menu ul {
		margin-top: 1px;
	}

	.js .main-nav .menu li {
		float: none;
		border: none;
		background-color: #fff;
	}

	.js .main-nav .menu li a {
		height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		color: #444;
		text-shadow: none;
		font-size: 13px;
		font-weight: normal;
		line-height: 45px;
		text-align: left;
		cursor: pointer;
	}

	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #f5f5f5;
	}

	.js .main-nav .menu li li:hover {
		background: none !important;
	}

	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}

	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover {
		background-color: #f5f5f5 !important;
		background-image: none;

		filter: none;
	}

	.js .main-nav .menu li li a::before {
		position: absolute;
		top: 0;
		left: 20px;
		content: "\2013";
	}

	.js .main-nav .menu li li li a::before {
		position: absolute;
		top: 0;
		left: 20px;
		content: "\2013";
	}

	.js .main-nav .menu li li li a::after {
		position: absolute;
		top: 0;
		left: 30px;
		content: "\2013";
	}

	.js .main-nav .menu li ul {
		visibility: visible;
		position: static;
		background-color: #fff;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

	.js .main-nav #responsive_current_menu_item {
		display: block;
		padding: 5px 40px 5px 10px;
		color: #fff;
		font-weight: 700;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button {
		display: block;
		position: absolute;
		top: 0;
		left: 100%;
		width: 23px;
		height: 30px;
		margin-left: -30px;
		background: url("../images/select-icons.png") 0 5px no-repeat;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url("../images/select-icons.png") 0 -46px no-repeat;
	}

	.top-menu,
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}

	#author-meta {
		padding: 20px;
	}

	#wrapper .gallery .gallery-item {
		max-width: 100%;
	}

	.hide-650 {
		display: none;
	}

	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
	.featured .box.big, .featured .box{
		height: 200px;
		}
	.member{
		padding:0px;
		}
	.cont-video iframe {
		height: 300px;
	}
}
@media screen and (max-width: 510px) {
	.cont-video iframe {
		height: 260px;
	}
}


@media screen and (max-width: 480px) {
	body {
	}

	.section-logo {
		text-align: center;
		padding: 0;
	}

	.logo {
		float: none;
	}

	.logo-eu {
		float: none;
	}

	.logo-eu span {
		font-size: 10px;
	}

	.eu {
		max-width: 40%;
	}

	#logo {
		float: none;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.featured-title {
		padding: 40px 20px 0 20px;
		font-size: 40px;
	}

	.featured-subtitle {
		font-size: 24px;
	}

	.navigation .next,
	.navigation .previous {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.menu ul,
	.menu li,
	.top-menu,
	.footer-menu li,
	.sub-header-menu li {
		float: none;
		text-align: center;

		text-rendering: optimizeSpeed;
	}

	#wrapper .gallery .gallery-item {
		float: none;
	}

	.loop-news h4.entry-title a {
		font-size: 20px;
	}

	.hide-480 {
		display: none;
	}

	.show-480 {
		display: block;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
	.wrapper{
		padding:0px 10px;
		}
	h1 {
		font-size: 1.8em;
	}
	.sidebar-menu li a{
		padding: 4px;
		font-style:1em;
		}
	.home .loop-news img{
		display:none;
		}
	.loop-news .news-content{
		width:100%;
		}
	.board .avatar {
		float: none;
		margin: 20px 10%;
		width: 80%;
	}

	.board .board-text {
		width: 100%;
	}

	.member > *{
		float:none;
		}
	.member .country-container{
		float:right;
		width: 20px;
		}
	.member .logo-container{
		width: auto;
		display: inline;
		text-align: left;
		float: left;
		}
	.member .member-name{
		width:100%;
		float: none;
		clear: both;
		}
	.cont-video iframe {
		height: 240px;
	}

	.section-footer-menu .half:nth-child(-n+2) {
		width: 100%;
	}

	#menu-footer-menu > li {
		width: 100%;
		margin-bottom: 20px;
	}

	#menu-footer-menu > li + li {
		margin: 0;
	}

	#menu-footer-menu > li:nth-child(2) {
		width: 100%;
		margin-bottom: 20px;
	}

	#menu-footer-menu > li:nth-child(n+3) {
		width: 100%;
	}

}
@media screen and (max-width: 420px) {
	.cont-video iframe {
		height: 200px;
	}
}

@media screen and (max-width: 320px) {
	body {
	}

	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}

	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button {
		padding: 7px 17px;
		font-size: 14px;
	}

	.hide-320 {
		display: none;
	}

	.show-320 {
		display: block;
	}
	.cont-video iframe {
		height: 180px;
	}

	.section-footer-menu .half:nth-child(-n+2) {
		width: 100%;
	}
}

@media screen and (max-width: 240px) {
	body {
	}

	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}

	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		padding: 5px 15px;
		font-size: 12px;
	}

	.top-widget area,
	.top-widget select,
	.top-widget textarea,
	.top-widget input[type="text"],
	.top-widget input[type="password"],
	.top-widget input[type="email"] {
		width: 75%;
	}

	.widget-title h3,
	.widget-title-home h3 {
		height: 13px;
		font-size: 14px;
		line-height: 13px;
		text-align: left;
	}

	.hide-240 {
		display: none;
	}

	.show-240 {
		display: block;
	}
	.cont-video iframe {
		height: 160px;
	}
}
