@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	box-sizing: border-box;
	font-family: 'Roboto';
}

body {
	overflow: hidden;
}

.emailsent {
	width: 100%;
	height: 60px;
	background-color: #2ECC71;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.emailsent > p {
	color: white;
	text-align: center;
	line-height: 60px;
	font-size: 13px;
	font-weight: 300;
}

.container {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.container > .logo {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 9999;
	display: none;
}

.container > .logo > img {
	width: 100%;
	height: 100%;
}

.container > .aboutus {
	width: 100%;
	height: 100vh;
	padding: 0 50px 0 0;
	position: relative;
	overflow: hidden;
}

.container > .aboutus > .whatwedo {
	width: calc(50% + 25px);
	height: 100%;
	float: left;
	background-color: #FAFAFA;
	position: relative;
}

.container > .aboutus > .whatwedo > .webdev,
.container > .aboutus > .whatwedo > .audedit,
.container > .aboutus > .whatwedo > .videdit {
	width: 100%;
	cursor: pointer;
	z-index: 999;
	position: relative;
}

.container > .aboutus > .whatwedo > .webdev {
	height: 40%;
	background: url(../img/design1-web-programiranje-dizajniranje.jpg) no-repeat bottom;
	background-size: cover;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 69%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 69%, 0 100%);
}

.container > .aboutus > .whatwedo > .webdev > .filter,
.container > .aboutus > .whatwedo > .audedit > .filter,
.container > .aboutus > .whatwedo > .videdit > .filter {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.33);
	position: relative;
	opacity: 0;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.container > .aboutus > .whatwedo > .webdev:hover > .filter,
.container > .aboutus > .whatwedo > .audedit:hover > .filter,
.container > .aboutus > .whatwedo > .videdit:hover > .filter {
	opacity: 1.0;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.container > .aboutus > .whatwedo > .webdev > .filter > .text,
.container > .aboutus > .whatwedo > .audedit > .filter > .text,
.container > .aboutus > .whatwedo > .videdit > .filter > .text {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.container > .aboutus > .whatwedo > .webdev > .filter > .text > h1,
.container > .aboutus > .whatwedo > .audedit > .filter > .text > h1,
.container > .aboutus > .whatwedo > .videdit > .filter > .text > h1 {
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 1.75em;
	color: white;
	text-align: center;
}

.container > .aboutus > .whatwedo > .webdev > .filter > .text > p,
.container > .aboutus > .whatwedo > .audedit > .filter > .text > p,
.container > .aboutus > .whatwedo > .videdit > .filter > .text > p {
	color: white;
	text-align: center;
	font-family: 'Raleway';
	font-size: 13px;
	letter-spacing: 0.5px;
	margin-top: 10px;
}

.container > .aboutus > .whatwedo > .audedit {
	height: 53%;
	background: url(../img/design1-audio-obrada.jpg) no-repeat right bottom;
	background-size: cover;
	margin-top: -17.5%;
	z-index: 998;
}

.container > .aboutus > .whatwedo > .videdit {
	height: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/design1-video-obrada.jpg) no-repeat bottom;
	background-size: cover;
	-webkit-clip-path: polygon(0 0, 100% 31%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 31%, 100% 100%, 0 100%);
}

.container > .aboutus > .text {
	width: calc(50% - 25px);
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 50px;
}

.container > .aboutus > .text > .logo {
	width: 250px;
	margin: 25px auto;
}

.container > .aboutus > .text > .logo > img {
	width: 100%;
}

.container > .aboutus > .text > h1 {
	color: #555;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 1.8em;
	margin-bottom: 25px;
}

.container > .aboutus > .text > h3 {
	color: #777;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 1.25em;
}

.container > .aboutus > .text > p {
	margin: 5px 0 10px 0;
	color: #393939;
	font-family: 'Raleway';
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-align: justify;
}

.container > .aboutus > .text > p.marbot {
	margin-bottom: 15px;
}

.container > .aboutus > .text > .social {
	width: 154px;
	height: 40px;
	margin: 25px auto;
	padding-right: 4px;
	display: none;
}

.container > .aboutus > .text > .social > ul {
	list-style: none;
	text-align: center;
}

.container > .aboutus > .text > .social > ul li {
	width: 40px;
	height: 40px;
	display: inline-block;
	background-color: red;
	margin: 0 1px 0 5px;
}

.container > .aboutus > .text > .social > ul li > svg {
	width: 100%;
	height: 100%;
	fill: #333333;
}

.container > .arrow-more,
.container > .arrow-less {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #bbb;
	cursor: pointer;
	background-color: white;
	position: fixed;
	bottom: 15px;
	left: calc(50% - 20px);
	z-index: 9999;
}

.container > .arrow-less {
	bottom: auto;
	top: 15px;
	display: none;
}

.container > .arrow-more,
.container > .arrow-more:hover,
.container > .arrow-more > .icon > svg,
.container > .arrow-more > .icon:hover > svg,
.container > .arrow-less,
.container > .arrow-less:hover,
.container > .arrow-less > .icon > svg,
.container > .arrow-less > .icon:hover > svg,
.container > .contact > form > input[type=submit],
.container > .contact > form > input[type=submit]:hover,
.container > .ourwork > .navigate > .arrow-left,
.container > .ourwork > .navigate > .arrow-right,
.container > .ourwork > .navigate > .arrow-left:hover,
.container > .ourwork > .navigate > .arrow-right:hover {
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.container > .arrow-more > .icon,
.container > .arrow-less > .icon {
	width: 40px;
	height: 40px;
	transform: rotate(-90deg);
}

.container > .arrow-less > .icon {
	transform: rotate(90deg);
}

.container > .arrow-more > .icon > svg,
.container > .arrow-less > .icon > svg {
	width: 26px;
	height: 26px;
	margin: 6px 0 0 0;
	fill: #bbb;
	position: absolute;
	left: 47.5%;
	transform: translateX(-47.5%);
}

.container > .arrow-less > .icon > svg {
	margin: 8px 0 0 -2px;
}

.container > .arrow-more:hover,
.container > .arrow-less:hover {
	border: 1px solid #888888;
}

.container > .arrow-more:hover > .icon > svg,
.container > .arrow-less:hover > .icon > svg {
	fill: #888888;
}

.container > .ourwork,
.container > .contact {
	width: 100%;
	height: 100vh;
	background-color: white;
	overflow: hidden;
}

.container > .ourwork {
	position: relative;
	background-color: #333333;
}

.container > .ourwork > .customers {
	width: 500%;
	height: 70%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.container > .ourwork > .customers > .customer {
	width: 100vw;
	height: 100%;
	padding: 0 50px;
	float: left;
}

.container > .ourwork > .customers > .customer > .image {
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
}

.container > .ourwork > .customers > .customer > .image > img {
	width: 100%;
}

.container > .ourwork > .customers > .customer > .text {
	width: 50%;
	float: right;
	padding-left: 50px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.container > .ourwork > .customers > .customer > .text > h1 {
	color: white;
	margin-bottom: 5px;
	font-weight: 500;
}

.container > .ourwork > .customers > .customer > .text > p {
	color: #BBBBBB;
	font-family: 'Raleway';
	letter-spacing: 1px;
	line-height: 17px;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 10px;
}

.container > .ourwork > .customers > .customer > .text > .tags {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.container > .ourwork > .customers > .customer > .text > .tags > .tag {
	padding: 7px 13px;
	background-color: white;
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 5px;
	color: white;
}

.container > .ourwork > .navigate {
	width: 110px;
	height: 50px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.container > .ourwork > .navigate > .arrow-left,
.container > .ourwork > .navigate > .arrow-right {
	width: 50px;
	height: 50px;
	margin-right: 5px;
	float: left;
	background-color: rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.container > .ourwork > .navigate > .arrow-left:hover,
.container > .ourwork > .navigate > .arrow-right:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.container > .ourwork > .navigate > .arrow-left > svg,
.container > .ourwork > .navigate > .arrow-right > svg {
	width: 60%;
	height: 60%;
	margin: 20%;
	fill: white;
}

.container > .ourwork > .navigate > .arrow-right > svg {
	transform: rotate(180deg);
}

.container > .ourwork > .navigate > .arrow-right {
	margin: 0 0 0 5px;
}

.container > .contact > .wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0 5% 0 0;
}

.container > .contact > .wrapper > .text {
	width: 50%;
	float: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.container > .contact > .wrapper > .text > h1 {
	color: #333333;
	font-weight: 500;
}

.container > .contact > .wrapper > .text > p {
	font-weight: 300;
	font-size: 14px;
	margin-top: 5px;
	color: #888888;
}

.container > .contact > .wrapper > form {
	width: 50%;
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.container > .contact > .wrapper > form > input[type=text],
.container > .contact > .wrapper > form > textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 40px;
	margin-bottom: 15px;
	background-color: #F0F0F0;
	border: 2px solid #F0F0F0;
	padding: 0 10px;
	color: black;
}

.container > .contact > .wrapper > form > textarea {
	height: 200px;
	max-height: 300px;
	min-height: 200px;
	padding: 10px;
}

.container > .contact > .wrapper > form > input[type=submit],
.container > .aboutus > .text > .aubutton {
	padding: 10px 15px;
	background-color: #454545;
	color: white;
	font-weight: 500;
	font-size: 13px;
	cursor: pointer;
}

.container > .aboutus > .text > .aubutton {
	padding: 12px 16px;
	display: none;
}

.container > .contact > .wrapper > form > input[type=submit]:hover,
.container > .aboutus > .text > .aubutton:hover {
	background-color: #303030;
}

@media only screen and (max-width: 512px) {

    body {
        background-color: white;
    }

    .container > .aboutus {
    	padding: 0;
    }

    .container > .aboutus > .whatwedo {
    	display: none;
    }

    .container > .aboutus > .text {
    	width: 100%;
    	padding: 0 10px;
    }

    .container > .aboutus > .text > h1 {
    	font-size: 1.25em;
    }

	.container > .ourwork > .customers {
		height: auto;
		overflow: hidden;
	}

	.container > .ourwork > .customers > .customer {
		padding: 0 10px;
	}

	.container > .ourwork > .customers > .customer > .image {
		width: 100%;
		height: 150px;
		float: none;
	}

	.container > .ourwork > .customers > .customer > .text {
		width: 100%;
		height: calc(100% - 150px);
		float: none;
		padding: 10px 0 0 0;
		top: auto;
		transform: translateY(0);
	}

    .container > .ourwork > .navigate {
    	width: 100%;
   		bottom: 10px;
   		left: 0;
   		padding: 0 10px;
   		text-align: center;
    }
	
	.container > .ourwork > .navigate > .arrow-right {
		float: right;
	}

    .container > .contact > .wrapper {
    	width: 100%;
    	height: auto;
    	position: relative;
    	top: 50%;
    	transform: translateY(-50%);
    	padding: 0;
    }

    .container > .contact > .wrapper > .text {
    	width: 100%;
    	float: none;
    	margin: 0 auto;
    	top: auto;
    	transform: translateY(0);
    	padding: 0 20px;
    }

    .container > .contact > .wrapper > .text > h1 {
    	font-size: 1.8em;
    }

    .container > .contact > .wrapper > .text > p {
    	font-size: 13px;
    }

    .container > .contact > .wrapper > form {
    	width: 95%;
    	float: none;
    	top: auto;
    	transform: translateY(0);
    	margin: 25px auto 0 auto;
    }

    .container > .contact > .wrapper > form > input[type=text],
	.container > .contact > .wrapper > form > textarea {
		margin-bottom: 10px;
	}

}