/* ==========================================================================
   Helper Classes
   ========================================================================== */

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Hide from screen-readers */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* ==========================================================================
   Styling
   ========================================================================== */

/*
	Font Faces
*/

@font-face{font-family:'SamsungIFBd';
    src: url('fonts/SamsungIF_Bd.eot');
    src: url('fonts/SamsungIF_Bd.svg#samsung_interfacebold') format('svg'),
    	 url('fonts/SamsungIF_Bd.eot?#iefix') format('embedded-opentype'),
         url('fonts/SamsungIF_Bd.woff') format('woff'),
         url('fonts/SamsungIF_Bd.ttf') format('truetype');

    font-weight:normal;font-style:normal}

@font-face{font-family:'SamsungIFBd_Italic';
    src: url('fonts/SamsungIF_BdIt.eot');
    src: url('fonts/SamsungIF_BdIt.svg#samsung_interfacebold_italic') format('svg'),
    	 url('fonts/SamsungIF_BdIt.eot?#iefix') format('embedded-opentype'),
         url('fonts/SamsungIF_BdIt.woff') format('woff'),
         url('fonts/SamsungIF_BdIt.ttf') format('truetype');

    font-weight:normal;font-style:normal}

@font-face{font-family:'SamsungIFRg';
    src: url('fonts/SamsungIF_Rg.eot');
    src: url('fonts/SamsungIF_Rg.svg#samsung_interfaceregular') format('svg'),
    	 url('fonts/SamsungIF_Rg.eot?#iefix') format('embedded-opentype'),
         url('fonts/SamsungIF_Rg.woff') format('woff'),
         url('fonts/SamsungIF_Rg.ttf') format('truetype');
    font-weight:normal;font-style:normal}

@font-face{font-family:'SamsungIFCaps';
    src: url('fonts/SamsungIF_Caps.eot');
    src: url('fonts/SamsungIF_Caps.svg#samsung_interfacesmallcaps') format('svg'),
    	 url('fonts/SamsungIF_Caps.eot?#iefix') format('embedded-opentype'),
         url('fonts/SamsungIF_Caps.woff') format('woff'),
         url('fonts/SamsungIF_Caps.ttf') format('truetype');
    font-weight:normal;font-style:normal}

h1, h2, h3 {
	color: #019cdf;
	font-family: "SamsungIFRg", Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	font-size: 0.875em;
}

.bolder {

	font-family: 'SamsungIFBd', Helvetica, Arial, sans-serif;
}

#content,
#wrap {
	min-width: 0;
	width: 100%;
}

#content {
	margin: 0;
	padding: 0;
}

#container {
	padding: 0;
}

.devMQ:before {
	background: red;
	color: #fff;
	content: "No Media Query";
	font-size: 0.7em;
	height: 20px;
	position: fixed;
	right: 0;
	top: 0;
	text-align: center;
	width: 100px;
}

.devMQ a {
	background: gray;
	color: #fff;
	font-size: 0.7em;
	height: 20px;
	position: fixed;
	right: 0;
	top: 20px;
	width: 100px;
	text-align: center;
}

/* Swipe JS Default Styles */
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.swipe-wrap {
  list-style: none;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.swipe-wrap > li {
  display: inline-block;
  float:left;
  width:100%;
  position: relative;
}

/* Generic Styles */
.copy {
	font-family: 'SamsungIFRg', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

.title {
	color: #0057b8;
	font-family: 'SamsungIFRg', Helvetica, Arial, sans-serif;
	font-size: 24px;
}

a.cta {
	background: #0057b8 url('../images/arrow-right@2x.png') 140px 19px no-repeat;
	background-size: 16px 13px;
	color: #fff;
	display: inline-block;
	font-family: 'SamsungIFBd', Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 6px 55px 6px 10px;
}

	.no-backgroundsize a.cta {
		background-image: url('../images/arrow-right.png');
	}

a.cta:hover {
	text-decoration: none;
}

.video > .iframe {
	width: 100%;
	height:100%;
}

/* Page Styles */

#header-content {
	background-color: #FFF;
}
.header {
	margin: 0;
	padding: 40px 0 10px 10px;
}

.logo {
	color: #fff;
	font-family: 'SamsungIFRg', Helvetica, Arial, sans-serif;
	font-size: 50px;
	margin: 0 auto 110px auto;
	position: relative;
	text-transform: uppercase;
	width: 260px;
}

.logo .small {
	font-size: 25px;
	position: absolute;
	top: 0;
}

.tagline {
	color: #fff;
	font-size: 35px;
	line-height: 35px;
	margin: 0 5px;
}

.date {
	display: none;
}

/* Intro */
.intro nav {
	border-top: 1px solid #d1d1d1;
	display: block;
	margin: 0 10px 10px 10px;
	padding: 5px 0 0 0;
}

.intro nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.intro nav .item {
	display: block;
	float: left;
	margin: 0 5% 0 0;
	overflow: hidden;
	width: 45%;
}

.intro nav .item .anchor {
	background: url('../images/arrow-down@2x.png') 0 11px no-repeat;
	background-size: 15px 8px;
	border-bottom: 1px solid #d1d1d1;
	color: #0057b8;
	display: block;
	font-family: 'SamsungIFBd', Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 10px 0 5px 30px;
	text-decoration: none;
	width: 100%;
}

	/* IE8 Background-size fix */
	.no-backgroundsize .intro nav .item .anchor {
		background-image: url('../images/arrow-down.png');
	}

.intro .copy {
	padding: 10px;
	padding-bottom:0;
}
.intro .copy + nav {margin-top:18px;}

.intro .copy p {
	margin: 0 0 10px 0;
}

.intro .image {
	display: none;
}

/* video right */
.video-right .title,
.video-right .copy {
	margin: 10px;
}

.video-right .video {
	background: #000;
	/* height: 58vw; */
	margin: 10px;
}

/* carousel styles */
.carousel.swipe {
	/*height: 215px;*/
}

.carousel.swipe .slide {
	position: relative;
}

.carousel.swipe .slide figure,
.carousel.swipe .slide figcaption {
	margin: 0;
	padding: 0;
}

.carousel.swipe .slide figure {
}

.carousel.swipe .slide .copy {
	background: transparent url('../images/white-05alpha.png');
	bottom: 0;
	color: #000;
	height: 22px;
	position: absolute;
	width: 100%;
}

.carousel.swipe .slide .copy p {
	margin: 3px 10px;
}

.carousel.swipe .slide .image {
	width: 100%;
}

.carousel.swipe .swipe-nav-wrap {
	display: block;
	height: 10px;
	margin: 5px 0 0 0;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

.carousel.swipe .swipe-nav-wrap .swipe-nav {
	display: inline-block;
}

.carousel.swipe .swipe-nav-wrap li {
	float: left;
	height: 7px;
	list-style: none;
	margin: 0 4px 0 0;
	width: 7px;
}

.carousel.swipe .swipe-nav-wrap li:last-child {
	margin: 0;
}

.carousel.swipe .swipe-nav-wrap li .pip {
	background: url('../images/pips@2x.png') no-repeat;
	background-position: 0 -14px;
	background-size: 7px 21px;
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}

.carousel.swipe .swipe-nav-wrap li .pip.active {
	background-position: 0 -7px;
}

/* gallery right */

.gallery .title,
.gallery .copy,
.gallery .cta,
.gallery .carousel {
	margin: 10px;
}

.gallery .carousel {
	
}

/* feed right */

.feed-right .title,
.feed-right .copy,
.feed-right .video,
.feed-right .twitter-feed {
	margin: 10px;
}

.feed-right .twitter-feed {
	background: #dfdfdf;
	height: 440px;
}

.feed-right .video {
	background: #888b8d;
	/* height: 60vw; */
}

/* related articles */
.related-articles .title {
	border-top: 1px solid #d0d0d0;
	margin: 10px;
	padding: 10px 0 0 0;
}

.related-articles .left,
.related-articles .right {
	background: #53565a;
	/* height: 35vw; */
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
}

.related-articles .background {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.related-articles .overlay {
	background: url('../images/black-05alpha.png');
	height: 100%;
	font-family: 'SamsungIFBd', Helvetica, Arial, sans-serif;
	position: absolute;
	right: 0;
	top: 0;
	width: 80%;
	z-index: 2;
}

.related-articles .overlay .title {
	border: 0;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 0 10px;
}

.related-articles .overlay .copy {
	display: none;
}

.related-articles .overlay .cta,
.related-articles .overlay .tag {
	position: absolute;
}

.related-articles .overlay .tag {
	background: #00B13F;
	bottom: 0;
	color: #fff;
	cursor: default;
	font-size: 16px;
	left: 0;
	padding: 6px 10px;
	text-decoration: none;
}

.related-articles .overlay .cta {
	background-color: transparent;
	background-position: 95px 8px;
	bottom: 0;
	right: 0;
}

.social-links {
	border-top: 1px solid #d0d0d0;
	margin: 20px 10px 0 10px;
	padding: 20px 0 0 0;
}

#content .social-links .title {
	clear: both;
	float: left;
	font-family: 'SamsungIFBd', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.social-links .follow,
.social-links .share {
	clear: both;
	margin: 0 0 10px;
	width: 100%;
}

.social-links .follow .channel {
	float: left;
	height: 16px;
	list-style: none;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	width: 16px;
}

.social-links .follow .channel:last-child {
	margin: 0;
}

.social-links .follow .channel a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}

.social-links .follow .facebook a {
	background: url('../images/social/facebook-icon.png');
	background-size: 16px 16px;

}

.social-links .follow .twitter a {
	background: url('../images/social/twitter-icon.png');
	background-size: 16px 16px;
}

.social-links .follow .youtube a {
	background: url('../images/social/youtube-icon.png');
	background-size: 16px 16px;
}

.social-links .share li {
	float: left;
}

/* Comments */
.comments {
	border-top: 1px solid #d0d0d0;
	margin: 20px 0 0 0;
	min-height: 200px;
	padding: 20px 0 0 0;
	width: 100%;
}

.comments .title {
	margin: 0 0 20px 10px;
}

/* @media only screen and (min-width: 400px) { */

	.related-articles .overlay {
		bottom: 0;
		height: 80%;
		position: absolute;
		right: 0;
		top: auto;
		width: 60%;
	}

	.related-articles .overlay .title {
		font-family: 'SamsungIFBd', Helvetica, Arial, sans-serif;
		font-size: 24px;
		line-height: 22px;
		width: 150px;
	}
/* } */

/* @media only screen and (min-width: 600px) { */

	.related-articles .overlay .title {
		width: 100%;
	}

	.related-articles .overlay .copy {
		color: #fff;
		display: block;
		line-height: 18px;
		margin: 10px;
	}
/* } */

/* @media only screen and (min-width: 810px) { */

	.devMQ:before {
		background: purple;
		content: "2nd Media Query";
	}	

	#content {
	width: 1280px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

	/* Generic Styles */
	.copy {
		font-size: 16px;
		line-height: 20px;
	}

	#content .title {
		font-size: 30px;
	}

	a.cta:hover {
		text-decoration: underline;
	}

	/* Page Styles */
	#header-content {
	background-color: #FFF;
	background-image: url(../images/gear_head.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}

	.unpacked .header {
		margin: 0 auto;
		padding: 40px 0 20px 0;
		height:355px;
		overflow:hidden;
		position: relative;
		width: 960px;
	}

	.header .logo {
		font-size: 130px;
		letter-spacing: -5px;
		margin: 0 auto 100px auto;
		width: 630px;
		white-space: nowrap;
	}

	.header .tagline {
		font-size: 60px;
		line-height: 56px;
		margin: 240px 0 0 0;
		width: 800px;
	}

	.header .date {
		background: #fff;
		bottom: 0;
		display: block;
		font-family: 'SamsungIFBd', Helvetica, Arial, sans-serif;
		padding: 10px 0 7px 0;
		position: absolute;
		text-align: center;
		right: 0;
		width: 150px;
	}

/********** start bar  **********/
	.bar {width:960px; height:35px; position:relative;}
	.tags {list-style:none; float:left;}
	.tags ul {display:inline}
	.tags li {float:left; margin-right:2px; color:#000; display:block; font-size:16px; font-family:'SamsungIFBd', Helvetica, Arial, sans-serif;}
	.tags li a {padding:0 20px; height:35px; line-height:35px; color:#000; background:#eee; display:block;}
	.tags li a:hover {color:#fff; background:#007cc0;}
	.date {background:#fff; display:block; float:right; font-family:'SamsungIFBd', Helvetica, Arial, sans-serif; height:35px; line-height:35px; text-align:center; width:150px; color:#333333; font-size:14px;}
	
	/********** end bar  **********/
	/********** start registration button **********/
	#Pre-Registrazione {border-top:1px solid #ccc; border-bottom:1px solid #ccc; margin:30px 0; padding:30px 0;}
	.Square-Buttons  a{background-color:#00a9e0; color:#ffffff; display:inline-block; font-family:"SamsungIFBd", Arial; font-size:16px; height:29px; padding:0 10px;}
	/********** end bar  **********/

	/* Intro */
	.intro {
		border-bottom: 1px solid #ccc;
		height: auto;
		margin: 0 0 20px 0;
		padding: 20px 0 10px 0;
	}

	.intro nav {
		border-top: 0;
		left: 20px;
		float: left;
		margin: 20px 0 0 0;
		position: absolute;
		width: 160px;
	}

	.intro nav .item {
		float: none;
		position: static;
		width: 100%;
	}

	.intro nav .item .anchor {
		width: 100%;
	}

	.intro nav .item .anchor:hover {
		text-decoration: underline;
	}

	.intro .copy {
		font-size: 24px;
	}

	.intro .copy p {
		line-height: 25px;
	}

	.intro .image {
		background: #888b8d;
		border: 0;
		float: right;
		display: block;
		height: 150px;
		margin: 20px 0 0 0;
		width: 240px;
	}

	/* video-right */
	.video-right {
		clear: both;
	}

	.video-right .title,
	.video-right .copy,
	.video-right .video {
		margin: 0;
	}

	.video-right .title {
		display: block;
		margin: 0 0 20px 0;
	}

	.video-right .video {
	float: right;
	height: 315px;
	width: 560px;
	}

	.video-right .copy {
	float: left;
	width: 200px;
	}

	/* video-right-small */
	.video-right-small {
		clear: both;
		margin: 30px 0 0 0;
	}

	.video-right-small .title,
	.video-right-small .copy,
	.video-right-small .video {
		margin: 0;
	}

	.video-right-small .title {
		display: block;
		margin: 0 0 20px 0;
	}

	.video-right-small .video {
		float: right;
		height: 325px;
		width: 480px;
	}

	.video-right-small .copy,
	.video-right-small .col{
		float: left;
		width: 450px;
	}
	/* video-left-small */
	.video-left-small {
		clear: both;
		margin: 30px 0 0 0;
	}

	.video-left-small .title,
	.video-left-small .copy,
	.video-left-small .video {
		margin: 0;
	}

	.video-left-small .title {
		display: block;
		margin: 0 0 20px 0;
	}

	.video-left-small .video {
		float: left;
		/* height: 325px;
		width: 480px; */
		height: 375px;
		width: 720px;
	}

	.video-left-small .copy,
	.video-left-small .col{
		float: right;
		width: 450px;
	}

	/* carousel styles */
	.carousel.swipe {
		height: 325px;
	}

	.carousel.swipe .slide {
		height: 325px;
	}

	.carousel.swipe .slide .image {
		height: 325px;
		width: 480px;
	}

	.carousel.swipe .slide .copy {
		bottom: 0;
		height: 40px;
		position: absolute;
		right: 0;
		width: 335px;
	}

	.carousel.swipe .slide .copy p {
		margin: 10px 0 0 20px;
	}

	.carousel.swipe .swipe-nav-wrap {
		bottom: 0;
		height: 20px;
		left: 0;
		padding: 10px 0;
		position: absolute;
		width: 150px;
	}

	.carousel.swipe .swipe-nav {
		height: 40px;
	}

	.carousel.swipe .swipe-nav li {
		height: 14px;
		margin: 0 10px 0 0;
		width: 14px;
	}

	.carousel.swipe .slide figure {
		height: 325px;
	}

	.carousel.swipe .swipe-nav-wrap li .pip {
		background-position: 0 0;
		background-size: 14px 42px;
	}

	.carousel.swipe .swipe-nav-wrap li .pip.active {
		background-position: 0 -14px;
	}

	.gallery {
		clear: both;
		margin: 30px 0 0 0;
	}

	.gallery .carousel,
	.gallery .title,
	.gallery .copy,
	.gallery .cta {
		margin: 0;
	}

	.gallery .cta {
		margin: 20px 20px 20px 0;
	}

	.gallery .carousel {
	display: block;
	width: 480px;
	}

	.gallery .col {
		width: 450px;
	}

	.gallery .rightcol {
		width: 900px;
			}

	.gallery.right .imgWrap,
	.gallery.right .carousel {
		float: right;
		margin-right:150px;
	}

	.gallery.right .col {
		float: left;
		margin-left:150px;
	}

	.gallery.left .carousel {
		float: left;
		margin-left:150px;
	}

	.gallery.left .col {
		float: right;
		margin-right:150px;
	}

	/* Feed */

	.feed-right {
		margin: 30px 0 0 0;
	}

	.feed-right .col {
		float: left;
		width: 600px;
	}

	.feed-right .copy,
	.feed-right .video {
		margin: 0;
	}

	.feed-right .copy {
		float: left;
		width: 600px;
	}

	.feed-right .video {
		height: 310px;
		float: left;
		margin: 0 0 20px 0;
		width: 560px;
	}

	.feed-right .twitter-feed {
		height: 440px;
		float: right;
		margin: 0;
		width: 320px;
	}

	/* Related Articles */
	.related-articles {
		border-top: 1px solid #d0d0d0;
		clear: both;
		margin: 20px 0 0 0;
	}

	.related-articles .title {
		border-top: 0;
		margin: 20px 0;
		padding: 0;
	}

	.related-articles .left,
	.related-articles .right {
		height: 180px;
		width: 475px;
	}

	.related-articles .left {
		float: left;
	}

	.related-articles .right {
		float: right;
	}

	.related-articles .overlay {
		width: 60%;
	}

	#content .related-articles .overlay .title {
		font-size: 24px;
		margin: 10px;
	}

	.related-articles .overlay .background {
		height: auto;
	}

	/* Social Links */
	.social-links {
		margin: 20px 0 0 0;
		padding: 50px 0 0 0;
	}

	#content .social-links .title {
		margin: 0 20px 10px 0;
	}

	.social-links .share li {
		margin: 0 10px 0 0;
		/* overflow: hidden; */
	}

	.social-links .share .twitter {
		width: 97px;
	}

	.social-links .follow,
	.social-links .share {
		clear: none;
	}

	.social-links .follow .channel {
		height: 32px;
		width: 32px;
	}

	.social-links .follow .channel a {
		background-size: 32px 32px;
	}

	.social-links .wrap {
		display: block;
		float: left;
		margin: 30px 0 0 150px;
		width: 420px;
	}

	.social-links .wrap.follow {
		float: right;
		margin: 25px 100px 0 0;
		width: 230px;
	}

	.social-links .wrap.follow .title {
		line-height: 2em;
	}

	.comments .title {
		margin: 0 0 20px 0;
	}

	.comments {
		margin: 0 0 40px 0;
	}
/* } */
