body a {
	font-weight: bold;
	transition: all 0.14s ease-in-out;
}
body h1 {
	letter-spacing: -2.5px;
}
body h2 {
	letter-spacing: -2px;
}
body h3 {
	letter-spacing: -1.5px;
}
body h4 {
	letter-spacing: -1px;
}

.mk-header, .mk-header-holder {
	border: none !important;
}
.mk-header-holder {
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
.mk-header-toolbar .left .pitch {
	color: #f5f5f5;
	font-size: 13px;
}
.mk-header-toolbar .left .divider {
	color: #e0e0e0;
	font-size: 13px;
	margin: 0 15px;
}
.mk-header-toolbar .right a:hover {
	color: #f5f5f5;
}
.mk-header-toolbar .right .mk-header-social {
	float: left;
}
.mk-header-toolbar .right .mk-header-social ul li {
	margin-right: 5px !important;
}
.mk-header-toolbar .right .widget {
	float: right;
	margin: 0 0 0 5px;
}
.mk-header-toolbar .right select {
	background-color: #50a8e4;
	color: #fff;
	padding: 5px !important;
}
.mk-header-toolbar .right #qtranxs_select_qtranslate-2-chooser option {
	color: #fff;
	font-size: 13px;
	padding: 5px !important;
}

#collabobeat h1 {
	text-shadow: 0.5px 0.5px 3px rgba(0,0,0, 0.8);
}
#collabobeat .subtitle {
	background-color: rgba(0,0,0, 0.3);
	color: #f5f5f5 !important;
	padding: 10px;
}


#why .mk-box-icon p {
	font-size: 22px;
	font-style: italic;
}

#traduzione {
	float: right;
	position: relative;
}

#traduzione .mk-svg-icon {
	color: #fff;
	margin-left: 30px !important;
	vertical-align: middle;
}

.main-navigation-ul > li.menu-item.current-menu-item a {
	color: #50A8E4 !important;
}
.main-navigation-ul > li.menu-item:last-child a {
	background-color: #50A8E4;
	border-radius: 2px;
	color: #fff !important;
	line-height: 50px !important;
}
.main-navigation-ul > li.menu-item:last-child a:hover {
	background-color: #0871b9;
}
.main-navigation-ul > li.menu-item:last-child a:after {
	display: none !important;
}

.subtitle {
	color: #9e9e9e !important;
	font-size: 22px !important;
	font-style: italic;
	text-align: center !important;
}

.gradient-one {
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#eee 100%);
	background: linear-gradient(to bottom, #fff 0%,#eee 100%);
}
.gradient-two {
	background: -moz-linear-gradient(top, #eee 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #eee 0%,#fff 100%);
	background: linear-gradient(to bottom, #eee 0%,#fff 100%);
}

body .vc_custom_1418993682046 {
	border-color: #50A8E4 !important;
}

.separator:after {
	background-color: #0871b9;
	content: '';
	height: 2px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	top: 0;
	width: 100px;
}

.clearfix {
	clear: both;
}

.feed {
	background-color: #f5f5f5;
	margin-bottom: 30px;
}
.feed .image {
	float: left;
	max-width: 50%;
	margin-right: 30px;
}
.feed.second .image {
	float: right;
	margin-left: 30px;
	margin-right: 0;
}
.feed .content {
	padding: 30px;
}
.feed .content p {
	font-size: 18px;
}
.feed .content p:last-child {
	margin-bottom: 0;
}

#demo h2 {
	color: #fff;
	text-shadow: 0.5px 0.5px 5px #000;
}
#demo div.wpcf7-response-output {
	display: none !important;
}
#demo .my-row {
	margin-bottom: 30px;
}
#demo .subtitle {
	color: #f5f5f5 !important;
	margin-bottom: 15px;
	text-align: left !important;
	text-shadow: 0.5px 0.5px 5px #000;
}
#demo .privacy {
	color: #f5f5f5;
	font-size: 13px;
}
#demo .left, #demo .right {
	width: 49%;
}
#demo .wpcf7-form .wpcf7-text, #demo .wpcf7-form .wpcf7-textarea {
	max-width: 100%;
	width: 100%;
}
#demo .wpcf7-form .wpcf7-textarea {
	width: 100%;
}
#demo .action {
	text-align: right;
}
#demo .action input.wpcf7-submit {
	background-color: #50A8E4;
	border: none;
    border-radius: 2px;
    color: #fff;
    font-family: "Hammersmith One";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 50px;
    margin: 0;
    padding: 0 40px;
    text-transform: none;
}
#demo .action input.wpcf7-submit:hover {
	background-color: #0871b9;
}
#demo .action .ajax-loader {
	display: none !important;
}
#demo input[type=email], #demo input[type=password], #demo input[type=search], #demo input[type=tel], #demo input[type=text], #demo textarea {
	background-color: #f5f5f5;
	border-color: transparent;
	font-size: 14px;
	padding: 20px 10px;
	transition: all 0.14s ease-in-out;
}
#demo input[type=email]:focus, #demo input[type=password]:focus, #demo input[type=search]:focus, #demo input[type=tel]:focus, #demo input[type=text]:focus, #demo textarea:focus {
	background-color: #fff;
	border-color: #0871b9;
}
#demo.full-width-12 {
	min-height: 0 !important;
}

.mk-footer-copyright {
	display: block !important;
	float: none !important;
}

/* privacy */
.privacy-sito {
	text-align: center;
	margin: 0 0 20px 0;
}

.privacy-sito a {
	font-size: 20px;
	letter-spacing: 2px;
}

/* 404 */
.error404 .mk-header-holder {
  display: none !important;
}

.error404 .mk-header-padding-wrapper {
  padding-top: 0 !important;
}

.error404 #theme-page {
  padding-top: 116px !important;
  min-height: 0 !important;
  max-height: 100% !important;
  height: 100% !important;
}

.error404 #sub-footer {
  display: none !important;
}

.error404 .mk-searchform, .widget_search {
  display: none !important;
}

/* mediaquery */
@media screen and (max-width: 500px) {
	.image {
		max-width: 100% !important;
		width: 100% !important;
		margin-bottom: 20px !important;
	}

	.subtitle {
		font-size: 12px !important;
	}

	.right {
		margin-top: 20px !important;
		width: 100% !important;
	}
	.left {
		width: 100% !important;
	}
	div.tp-bgimg.defaultimg, div.rs-background-video-layer.defaultvid.coverscreenvideo.HasListener.rs-apiready {
		background-size: contain !important;
	}
}

@media screen and (min-width: 320px) and (max-width: 360px) {
	.right {
		margin-top: 0 !important;
	}
}

@media screen and (min-width: 565px) and (max-width:   750px) {
	.subtitle {
		font-size: 8px !important;
	}
}

@media screen and (min-width: 765px) and (max-width: 1025px) {
	div.tp-bgimg.defaultimg, div.rs-background-video-layer.defaultvid.coverscreenvideo.HasListener.rs-apiready {
		background-size: contain !important;
	}
}
