/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*#latestnews {
	display: none;
}*/
h1.intro {
	margin-bottom: 3rem;
}

.contact-info {
	background: #f3f3f3;
}

.services {
	background: url("http://yourtvcrew.com/wp-content/uploads/2016/03/servicii.jpg");
	background-position: fixed;
	background-attachment: fixed;
	background-size: cover;
	background-color: #000;
}

.services .sub-heading, .services .dark-text {
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}

.single-service, .cosmin, .emil, .sam {
	opacity: .9;
	transition: all .35s ease-in-out;
}

.single-service:hover, .cosmin:hover, .emil:hover, .sam:hover {
	opacity: 1;
	background: #fff;
	box-shadow: 0 0 20px #888;
	transform: scale(1.05);
}

.grey-bg {
	background: #181818;
	color: #fff;
}

.footer-links li a, .footer .social-icons li .transparent-text-dark {
	color: #fff;
}

.menu-image-title-hide {
	margin-top: -9px;
	padding-right: 0;
}

.menu-image-not-hovered, .menu-image-title-hide {
	margin-right: 0 !important;
	margin-left: 5px !important;
	padding-right: 0;
}

.contact-info .icon-container {
	display: none;
}

.contact-info .section-overlay-layer {
	padding-bottom: 30px;
}

pre {
	background: #fff;
	margin-bottom: 0;
	padding-bottom: 0;
}

.owl-page {
	background: #127cf3;
}

.contact-form br {
	display: none;
}

.textwidget .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
	width: 100%;
}

.textwidget .contact-form input[type="email"], .textwidget .contact-form input[type="text"], .textwidget .contact-form textarea {
	width: 100%;
}

/*SLIDE-IN CTA
--------------------------------------------- */
#slidebox {
	padding: 10px 16px 10px 10px;
	background-color: #fff;
	border-top: 3px solid #03a4f6;
	position: fixed;
	bottom: 0;
	right: -430px;
	-moz-box-shadow: -2px 0 5px #aaa;
	-webkit-box-shadow: -2px 0 5px #aaa;
	box-shadow: -2px 0 5px #aaa;
}

a.close {
	background: transparent url(http://cdn2.hubspot.net/hub/53/file-527841348-gif/close.gif) no-repeat top left;
	width: 13px;
	height: 13px;
	position: absolute;
	cursor: pointer;
	top: 10px;
	right: 10px;
}

a.close:hover {
	background-position: 0 -13px;
}

@media only screen and (max-device-width: 480px) {
	#slidebox {
		width: 100%;
	}
}

.home .overlay-layer-nav #parallax_move {
	background-color: black;
}

.intro-section {
	padding-top: 150px;
}

#parallax_header {
	padding-bottom: 50px;
}

@media screen and (max-width: 480px) {
	.overlay-layer-wrap {
		max-height: 13.5rem;
		margin-top: 3rem;
	}
}