@import url('https://fonts.googleapis.com/css?family=Raleway:500,600&subset=latin-ext');
html, body {
	height: 100%;
}
	::-moz-selection {
		color: #A60303;
		color: #fff;
	}
	::selection {
		background: #A60303;
		color: #fff;
	}
.floatclear, .clearfloat, .clearboth {
	clear: both;
}
body {
	background: #060606;
	font-family: 'Raleway', sans-serif;
	margin: 0 auto;
	padding: 0;
	font-weight: 500;
	/*max-width: 1930px; */
}
.logo {
	width: 294px;
	height: 75px;
	background-image: url('https://www.ombramotion.com/files/graphics/vectors/logo.svg');
	background-size: cover;
	position: absolute;
	top: 40px;
	left: 40px;
	transition: left 200ms ease-in-out;
}
.logo:hover {
	left: 47px;
}
.logo a {
	display: block;
	width: 100%;
	height: 100%;
}
body::-webkit-scrollbar {
    width: 0px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.footer {
	background-color: #060606;
	border-top: 3px solid #A60303;
	padding: 35px 0 50px 0;
	margin-top: 130px;
}
.footer-one-fourth {
	width: 25%;
	float: left;
	color: #ececec;
	font-size: 16px;
}
.footer .footer-title {
	color: #A60303;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}
.footer-one-fourth a {
	display: block;
	color: #ececec;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 0 0 0;
}
.footer-one-fourth a:hover {
	text-decoration: underline;
}
.footer-small-print .small-print {
	padding: 10px 0 0 0;
}
.footer-small-print .small-print a {
	text-transform: none;
	display: inline;
	color: #fff;
}
.footer-one-fourth .ombra-logo {
	width: 36%;
}
.footer-one-fourth .ombra-logo img {
	width: 100%;
	display: block;
}
.footer-one-fourth .ombra-logo {
	background-image: url('https://www.ombramotion.com/files/graphics/vectors/footer-logo.svg');
	background-size: cover;
}
.site-header {
	position: relative;
	width: 100%;
	min-height: 150px;
}
.main-title-and-subtitle {
	text-align: center;
}
.main-title-and-subtitle .main-title-and-subtitle-first-row {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}
.main-title-and-subtitle .main-title-and-subtitle-second-row {
	color: #A60303;
	font-size: 25px;
}
.site-wrapper .site-header {
	margin-bottom: 130px;
}
.site-content {
	font-size: 22px;
	color: white;
	line-height: 32px;
}
.site-content a:link, .site-content a:active, .site-content a:visited {
	color: #A60303;
	text-decoration: none;
}
.site-content a:hover {
	text-decoration: underline;
}
.site-content p {
	text-align: justify;
	text-align-last: center;
	padding: 0 8%;
}
.site-content p img {
	width: 100%;
}
.project-title-and-info {
	text-align: center;
	padding: 0 8%;
	margin-bottom: 35px;
}
.project-title-and-info .project-title-and-info-title {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 3px solid #A60303;
	padding-bottom: 15px;
}
.project-title-and-info .project-title-and-info-info .floating-div {
	float: left;
	width: 33%;
	color: #fff;
	font-size: 20px;
}
.project-title-and-info .project-title-and-info-info div span {
	color: #A60303;
	font-weight: 600;
	margin-right: 5px;
}
.project-title-and-info .project-title-and-info-info {
	margin-top: 15px;
}
.project-description-and-crew .project-description-and-crew-desc,
.project-description-and-crew .project-description-and-crew-crew {
	float: left;
	width: 46%;
	padding: 0 2%;
}
.project-description-and-crew .project-description-and-crew-title {
	font-size: 22px;
	color: #A60303;
	font-weight: 600;
}
.project-description-and-crew .project-description-and-crew-content {
	font-size: 20px;
	color: #fff;
	line-height: 28px;
}
.project-description-and-crew-desc .project-description-and-crew-content {
	text-align: justify;
	text-align-last: left;
}
.project-description-and-crew {
	margin-top: 35px;
}
.project-title-and-info .project-title-and-info-info-type {
    border-right: 1px solid #4D4D4D;
    border-left: 1px solid #4D4D4D;
}
.single-project-page .site-wrapper {
	background-size: : 100%;
	background-repeat: no-repeat;
	background-position: left top;
}
#first-page-body .footer {
	margin-top: 0;
}
.projects-list a.single-project:link,
.projects-list a.single-project:visited,
.projects-list a.single-project:active {
	width: 48%;
	display: block;
	float: left;
	text-decoration: none;
	margin: 0 1%;
	padding-bottom: 40px;
	min-height: 360px;
}
.projects-list a.single-project .single-project-title-client {
	margin-top: 15px;
}
.projects-list a.single-project img {
	width: 100%;
	display: block;
}
.projects-list a.single-project .single-project-title {
	color: #fff;
	font-size: 30px;
}
.projects-list a.single-project .single-project-client {
	color: #A60303;
	font-size: 20px;
}
.projects-list a.single-project .single-project-image {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 3px solid rgba(166, 3, 3, 0);
	opacity: 1;
	transition: background-size 300ms ease-in-out, border-bottom 300ms ease-in-out, opacity 300ms ease-in-out;
}
.projects-list a:hover.single-project .single-project-image {
	background-size: 105%;
	opacity: 0.9;
	border-bottom: 3px solid rgba(166, 3, 3, 1);
}
.projects-list {
	text-align: center;
	margin-top: 50px;
}
.zascita-proti-vsiljeni-posti {
	display: none;
}
.one-half-contact {
	float: left;
	width: 44%;
	margin: 30px 3%;
}
.one-half-contact input[type="text"],
.one-half-contact input[type="email"],
.one-half-contact input[type="url"],
.one-half-contact input[type="tel"] {
	width: 100%;
	border: 0;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	background-color: #0c0c0c;
	color: white;
	border-bottom: 1px solid #A60303;
	padding: 10px 0 10px 15px;
	outline: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-appearance: none;
	border-radius: 0;
}
.site-content input[type="submit"] {
	background-color: #A60303;
	border: 0;
	color: white;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	padding: 15px 20px;
	text-transform: uppercase;
	-webkit-appearance: none;
	border-radius: 0;
	font-weight: 600;
	letter-spacing: 2px;
}
.site-content input[type="submit"]:hover {
	cursor: pointer;
}
.site-content form {
	padding: 0 8%;
}
.full-width-contact {
	width: 94%;
	margin: 15px 3% 30px 3%;	
}
.full-width-contact textarea {
	width: 100%;
	resize: none;
	border: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	outline: none;
	background-color: #0c0c0c;
	color: white;
	outline: none;
	border-bottom: 1px solid #A60303;
	padding: 15px;
	margin-top: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-appearance: none;
	border-radius: 0;
}
.site-content input::-webkit-input-placeholder {
    color: #fff;
}
.site-content input:focus::-webkit-input-placeholder {
    color: #bbbbbb;
}
/* Firefox < 19 */
.site-content input:-moz-placeholder {
    color: #fff;
}
.site-content input:focus:-moz-placeholder {
    color: #bbbbbb;
}
/* Firefox > 19 */
.site-content input::-moz-placeholder {
    color: #fff;
}
.site-content input:focus::-moz-placeholder {
    color: #bbbbbb;
}

/* Internet Explorer 10 */
.site-content input:-ms-input-placeholder {
    color: #fff;
}
.site-content input:focus:-ms-input-placeholder {
    color: #bbbbbb;
}
.site-content textarea::-webkit-input-placeholder {
    color: #fff;
}
.site-content textarea:focus::-webkit-input-placeholder {
    color: #bbbbbb;
}
/* Firefox < 19 */
.site-content textarea:-moz-placeholder {
    color: #fff;
}
.site-content textarea:focus:-moz-placeholder {
    color: #bbbbbb;
}
/* Firefox > 19 */
.site-content textarea::-moz-placeholder {
    color: #fff;
}
.site-content textarea:focus::-moz-placeholder {
    color: #bbbbbb;
}

/* Internet Explorer 10 */
.site-content textarea:-ms-input-placeholder {
    color: #fff;
}
.site-content textarea:focus:-ms-input-placeholder {
    color: #bbbbbb;
}
.contact-submit-button {
	text-align: center;
	width: 100%;
}
.contact-page .main-title-and-subtitle {
	margin-bottom: 50px;
}
.menu-language {
	position: absolute;
	top: 44px;
	left: 34px;
}
.menu-language a:link,
.menu-language a:visited,
.menu-language a:active {
	color: #c5c5c5;
	text-decoration: none;
	font-size: 18px;
}
.menu-language a:hover {
	color: #fff;
	text-decoration: underline;
	font-size: 18px;
}
.contact-successful-message {
	margin: 0px 11% 50px 11%;
	padding: 20px;
	color: white;
	background-color: #349627;
	text-align: center;
	font-size: 20px;
}
.contact-error-message {
	margin: 0px 11% 50px 11%;
	padding: 20px;
	color: white;
	background-color: #A60303;
	text-align: center;
	font-size: 20px;
}