@font-face {
	font-family: 'Myriad Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Regular'), url('MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Light';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Light'), url('MyriadPro-Light.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Condensed';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Condensed'), url('MYRIADPRO-COND.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Semibold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Semibold Italic'), url('MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Semibold';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Semibold'), url('MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Condensed Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Condensed Italic'), url('MYRIADPRO-CONDIT.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Bold Italic'), url('MYRIADPRO-BOLDIT.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Bold Condensed Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Bold Condensed Italic'), url('MYRIADPRO-BOLDCONDIT.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Bold Condensed';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Bold Condensed'), url('MYRIADPRO-BOLDCOND.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Bold'), url('MYRIADPRO-BOLD.woff') format('woff');
}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

body {
	line-height: 1;
	color: #676767;
	font-size: 14px;
	font-family: 'Myriad Pro Regular', Arial, sans-serif;
}

button, input, textarea {
	font-family: 'Myriad Pro Regular', Arial, sans-serif;
}

html, body {
	height: 100%;
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

b {
	font-weight: bold;
}

/* END RESET */

.hide-for-desktop {
	display: none;
}

.container {
	position: relative;
	/*overflow: hidden;*/
	width: 968px;
	margin: 0 auto;
	margin-top: 5px;
	padding-bottom: 5px;
}

.container a.link {
	color: #377EF0;
}

.container .col1 {
	width: 672px;
	float: left;
	margin-right: 20px;
}

.container .col2 {
	overflow: hidden;
	text-align: center;
}

#mylife-menu {
	height: 34px;
	background-color: #E2E2E2;
	padding-left: 80px;
	padding-top: 10px;
	border-radius: 5px;
}

#mylife-menu .logo {
	position: absolute;
	left: 12px;
	top: 7px;
}

#mylife-menu .logo img {
	max-height: 22px;
}

#mylife-menu .search {
	position: absolute;
	width: 140px;
	right: 40px;
	top: 5px;
	border-radius: 13px;
	border: 1px solid #9F9F9F;

}

#mylife-menu .search .fa {
	position: absolute;
	left: 5px;
	top: 4px;
	color: #676767;
	font-size: 11px;
}

#mylife-menu .search input {
	width: 100%;
	border-radius: 13px;
	border: 0px;
	padding: 2px 0px 2px 20px;

	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(50, 50, 50, 0.68);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(50, 50, 50, 0.68);
	box-shadow: inset 0px 1px 1px 0px rgba(50, 50, 50, 0.68);
}

#mylife-menu a {
	display: inline-block;
	text-decoration: none;
	color: #676767;
	margin-right: 16px;
	font-size: 14px;
}

#navbar {
	position: relative;
	height: 34px;
	margin: 10px 0px;
}

#navbar > div {
	vertical-align: top;
	display: inline-block;
}

#navbar .menulink {

	position: relative;
	display: inline-block;
	height: 100%;
	margin-right: 10px;
}

.menulink > a {
	color: #676767;
	line-height: 36px;
	color: #676767;

	font-size: 13px;
	cursor: pointer;
}

#navbar .menulink > div {
	display: none;
	position: absolute;
	top: 34px;
	left: 0px;
	min-width: 200px;
	z-index: 99;
}

#navbar .menulink:hover > div {
	display: block;
}

.menulink > div a {
	display: block;
	background-color: #464646;
	color: #EEEEEE;
	padding: 10px 15px;
	white-space: nowrap;
}

.menulink > div a:hover {
	background-color: #676767;
}

#navbar .menulink:hover {
	color: #F07B1F;
}

#navbar .hide-for-mobile {
	display: inline;
}

.thin-font {
	font-family: 'Myriad Pro Light', Arial, sans-serif;
}

#navbar .big-text,
#navbar .big-text a {
	font-size: 37px;
	color: #1A72AF;

}

.site-search {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	width: 230px;
	height: 100%;

}

.site-search input {
	width: 94%;
	height: 100%;
	border-radius: 10px;
	border: 1px solid #999999;
	padding-left: 10px;
	font-size: 15px;
	padding-right: 46px;
	-webkit-box-shadow: inset 3px 3px 6px -3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 3px 3px 6px -3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 3px 3px 6px -3px rgba(0, 0, 0, 0.3);
}

.site-search button {
	position: absolute;
	right: 5px;
	top: 0px;
	border: 0px;
	height: 100%;
	background-color: #F1812F;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 10px;
	border-radius: 20px;
}

.site-search button .fa {
	vertical-align: top;
}

#wide-player {
	width: 100%;
	background-color: #E5E5E5;
	margin-bottom: 15px;
	/*min-height: 470px;*/
}

#wide-player #player {
	float: left;
	width: 670px;
	background-color: #000000;
}

#wide-player #right-column {
	/*float: left;*/
	overflow: hidden;
	padding-left: 20px;
	/*background-color: #EEEEEE;*/
	padding-top: 5px;
	height: 460px;
	/*overflow-y: scroll;*/
}

#wide-player #other-videos {
	/*float: left;*/
	overflow: hidden;
	padding-left: 10px;
	background-color: #EEEEEE;
	padding-top: 5px;
	height: 381px;
	overflow-y: scroll;
}

#other-videos .video {
	position: relative;
	overflow: hidden;
	width: auto;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 2px;
	cursor: pointer;
}

#other-videos .video .preview {
	position: relative;
	float: left;
	width: 121px;
}

#other-videos .video .preview img {
	max-width: 100%;
}

.video .video-duration {
	position: absolute;
	bottom: 3px;
	right: 1px;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12px;
	padding: 2px 3px;
	font-weight: bold;
}

.video .overlay {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 35%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
	text-align: center;

	padding: 0px 10px;
	padding-top: 54px;
}

#other-videos .video .info {
	overflow: hidden;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 15px;
	font-size: 13px;
}

#other-videos .video .info b {
	font-weight: bold;
	display: block;
}

#navbar > div.mobile-arrow {
	display: none;
}

.container h2 {
	color: #125385;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.container h3 {
	font-size: 19px;
	margin-bottom: 10px;
}

.videos-container {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #E1E1E1;
}

.videos-container .video {
	float: left;
	width: 190px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.videos-container .video:last-of-type {
	margin-right: 0;
}

.video.smaller {
	width: 177px;
}

.videos-container .video .artwork {
	position: relative;
	width: 100%;
	height: 120px;
	background-image: url('http://tv.mylife.it/inc/genImg.php?md5=3f21cf988d02ad427688b02a5822dc0a&size=200');
	background-repeat: no-repeat;
	margin-bottom: 5px;
	background-size: cover;
	background-position: center center;
}

.videos-container .video .info {
	height: 52px;
}

.videos-container .video a {
	font-weight: bold;
	color: #5AA9E8;
	display: block;
}

.videos-container .video .author {
	color: #929292;
	margin-top: 5px;
	display: block;
}

.videos-container-ordered .video {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E1E1;
}

.videos-container-ordered .video .artwork {
	display: block;
	float: left;
	width: 190px;
	height: 120px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.video .artwork:hover::before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.47);
}

.videos-container-ordered .video .position {
	float: left;
	padding: 0px 5px;
	line-height: 120px;
}

.videos-container-ordered .video .info {
	overflow: hidden;
	padding-left: 15px;
}

.videos-container-ordered .video .info a {
	font-size: 18px;
	color: #377EF0;
}

.videos-container-ordered .video .info .detail {
	display: block;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

#video-subinfo {
	position: relative;
	overflow: hidden;
}

#video-subinfo div {
	float: left;
}

#video-subinfo div:last-of-type {
	float: right;
}

#video-descr {
	margin-top: 10px;
}

#mylife-submenu {
	display: none;
}

#mylife-submenu a {
	display: block;
	background-color: #F0F0F0;
	color: #333333;
	padding: 10px 12px;
	font-size: 15px;
	border-bottom: 1px solid #FFFFFF;
}

footer {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
}

footer, footer a {
	color: #2D2D2D !important;
}

.comment-container {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.comment-container > div:first-of-type {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border: 1px solid #999999;
}

.comment-container > div:first-of-type img {
	max-width: 100%;
}

.comment-container > div:last-of-type {
	position: relative;
	overflow: hidden;
}

.comment-container textarea {
	display: block;
	width: 100%;
	padding: 10px;
}

.comment-container b {
	display: block;
	margin-bottom: 4px;
	color: #377EF0;
}

span.like {
	cursor: pointer;
}

span.like.liked {
	color: #377EF0;
	font-weight: bold;
}

#video-share {
	/*border: 1px solid red;*/
	padding: 10px;
	padding-left: 0;
}

#video-share #buttons {
	border-bottom: 1px solid #CCCCCC;
}

#video-share #buttons a {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	display: inline-block;
	margin-right: 15px;
	padding-bottom: 10px;
}

.share-box {
	padding: 10px 0px;
}

#video-share input[type="text"],
#video-share textarea {
	font-size: 19px;
	padding: 8px;
	width: 100%;
}

#video-share textarea {
	font-size: 17px;
	width: 100%;
	height: 80px;
}

#buttons a.selected {
	border-bottom: 2px solid #F1812F;
}

.box-widget {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: red;
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
	font-size: 19px;
	margin-bottom: 5px;
	cursor: pointer;
}

.box-widget.fb {
	background-color: #3B5998;
}

.box-widget.twitter {
	background-color: #55ACEE;
}

.box-widget.gplus {
	background-color: #D34836;
}

.login-overlay {
	display: none;
	width: 275px;
	padding: 10px;
	position: absolute;
	background-color: #EEEEEE;
	z-index: 999;
	left: -248px;
	top: 29px;
	color: #5E5E5E;
	text-align: center;
}

#w-login.login-overlay {
	position: relative;
	top: auto;
	left: auto;
	border-radius: 6px;
	padding-bottom: 10px !important;
}

#w-login.login-overlay .row {
	width: 95%;
}

.login-overlay,
.login-overlay a {
	font-size: 13px !important;
	color: #5E5E5E !important;
}

#user-circle {
	position: absolute;
	top: 4px;
	right: 14px;
	width: 18px;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	padding-top: 3px;
}

#user-circle > i {
	background-color: #676767;
	padding: 4px;
	border-radius: 15px;
}

#user-circle:hover .login-overlay {
	/*display: block;*/
}

.login-overlay .row {
	position: relative;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	margin-bottom: 10px;
}

.login-overlay .row > div:first-of-type {
	float: left;
	width: 80px;
	line-height: 27px;
	text-align: left;
}

.login-overlay .row > div:last-of-type {
	overflow: hidden;
}

.login-overlay .row > div:last-of-type .fa {
	position: absolute;
	right: 8px;
	top: 8px;
	color: #676767;
}

.login-overlay .row input {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	outline: 0;
	padding: 6px 10px;
	padding-right: 25px;
}

.login-overlay > a {
	display: block;
	margin: 5px 0px;
}

.btn {
	border: 0px;
	padding: 7px 15px;
	text-align: center;
	border-radius: 12px;
}

.btn.large {
	padding: 7px 35px;
}

.btn.big {
	font-size: 17px;
}

.btn.orange {
	background-color: #F17F3A;
	color: #FFFFFF;
}

/* SOLO DESKTOP */

@media only screen
and (min-width: 968px) {

	.videos-container-ordered.first-big .video:first-of-type .artwork {
		width: 350px;
		height: 255px;
	}

	.videos-container-ordered.first-big .video:first-of-type .position {
		line-height: 250px;
	}
}

