* { box-sizing: border-box; }

html {
	background-color: #000;
}

body {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 15pt;
	background: #1a1a1a;
	color: #e5e5e5;
	margin: 0;
	padding: 0;
	opacity: 1;
	transition: 1s opacity;
	-webkit-transition: 1s opacity;
	overflow-y: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
	background-color: #0f0f0f;
}

::-webkit-scrollbar-thumb {
    background: #333;;
}

body.fade-out {
	opacity: 0;
	transition: none;
}

img {
	border: none;
	vertical-align: middle;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 30px 0 50px 0;
	margin: 0;
	width: 100%;
	/*max-width: 960px;*/
}

p.first {
	font-size: 1.55em;
	line-height: 1.4em;
	font-weight: 200;
	padding: 0;
	margin: 30px 0 0 0;
	width: 100%;
	max-width: 1100px;
}

p.second {
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: 200;
	padding: 0;
	margin: 30px 0;
	width: 32%;
}

p.first .svg-logo {
	width: 15%;
	max-width: 200px;
	margin: 25px 4% 55px 0;
}

a , a:hover, a:active, a:link, a:visited, a:focus, img, img:hover, img:focus {
	outline: 0;
	text-decoration: none;
	border: none;
	font-weight: 400;
}

p a, p a:link, p a:visited, p a:active {
	color: #FFF;
	position: relative;
	text-decoration: none;
	-webkit-transition: .6s;
	transition: .6s;
	font-weight: 400;
}

p a:hover {
	text-decoration: none;
	-webkit-transition: .4s;
	transition: .4s;
}

p a:after, p a:visited:after, p a:active:after, p a:focus:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 30px;
	height: 3px;
	background: #FFF;
	-webkit-transition: .35s;
	transition: .35s;
}

p a:hover:after {
	width: 100%;
	text-decoration: none;
}

p.image {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0 30px 0;
	width: 100%;
}

p.image img {
	width: 100%;
}

.bold {
	font-weight: 600;
}

.italic {
	font-style: italic;
}

h1 {
	font-size: 3em;
	font-weight: 200;
	padding: 0;
	margin: 30px 0;
}

h2 { 
	font-size: 1.15em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	margin: 10px 0;
}

h3, h3 .spacer  {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: 600;
	padding: 50px 0 0 60px;
	margin: 0;
	position: relative;
}

h3:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 36px;
	left: 0;
	width: 50px;
	height: 50px;
	background-image: url(../images/tvornica-icons.svg);
	background-repeat: no-repeat;
}

/*-----ICONS-----*/
.no-headline h3:before { background-position: 0 0; }
.ihmi h3:before { background-position: -50px 0; }
.what h3:before { background-position: -100px 0; }
.communication h3:before { background-position: -150px 0; }
.platform h3:before { background-position: -200px 0; }
.native h3:before { background-position: -250px 0; }
.server h3:before { background-position: -300px 0; }
.about h3:before { background-position: -350px 0; }
.process h3:before { background-position: -400px 0; }

iframe {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1000px;
}

footer .right-content {
	font-size: 0.8em;
	line-height: 1em;
	padding: 78px 0px 0px 30px;
}

footer .right-content p {
	margin-top: 25px;
	font-weight: 400;
}

footer .social-icons ul {
	margin: 0;
	padding: 0;
}

footer .social-icons ul li {
	display: inline-block;
}

footer .social-icons a {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	background-repeat: no-repeat;
}

footer .social-icons ul li a:hover {
	cursor: pointer;
	background-repeat: no-repeat;
}

footer .social-icons .facebook a {
	background-image: url(../images/social.svg);
	background-position: left 0px top 0px;
}

footer .social-icons .facebook a:hover {
	background-image: url(../images/social-color.svg);
	background-position: left 0px top 0px;
}

footer .social-icons .youtube a {
	background-image: url(../images/social.svg);

	background-position: left -60px top 0px;
}

footer .social-icons .youtube a:hover {
	background-image: url(../images/social-color.svg);

	background-position: left -60px top 0px;
}

footer .social-icons .linkedin a {
	background-image: url(../images/social.svg);
	background-position: left -120px top 0px;
}

footer .social-icons .linkedin a:hover {
	background-image: url(../images/social-color.svg);
	background-position: left -120px top 0px;
}

.footer-copyright {
	font-size: 1em;
}

#spacer-thin {
	background-color: rgba(0,0,0,0.9);
	height: 110px;
	min-height: 110px;
}

.container-video { margin: 0; padding: 0; position: fixed; z-index: 998; background-color: #000; height: 100%; }
#screenshot { width: 100%; height: 100%; display: none; text-align: center; }
#screenshot img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.embed-responsive { height: 100%; overflow: hidden; }
.section, .blank-section  {
	background: #1a1a1a;
	z-index: 1500;
	position: relative;
	margin: 0px;
	padding: 0;
	left: 50%;
	margin-left: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
}

.dark-section {
	background: #1a1a1a;
	color: #FFF;
}

.dark-section p a { color: #FFF; }

.blank-section  {
	min-height: 109px;
}

.auto-fill {
	border-top: 1px solid #333;
	background: -webkit-linear-gradient(rgba(10,10,10,0.85) 0%, rgba(26,26,26,1) 80%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(10,10,10,0.85) 0%, rgba(26,26,26,1) 80%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(10,10,10,0.85) 0%, rgba(26,26,26,1) 80%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(10,10,10,0.85) 0%, rgba(26,26,26,1) 80%); /* Standard syntax (must be last) */
}

.container-fluid {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: inherit;
}

.full-image {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.full-video {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.half-video {
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

.table  {
	display: table-row;
	min-height: inherit;
	margin: 0;
}

.sidebar {
	display: table-cell;
	height: 100%;
	width: 25%;
	text-align: right;
	position: relative;
	overflow: hidden;
}

.sidebar img {
	position: absolute;
	top: 0;
	right: 0;
}

.right-content {
	display: table-cell;
	width: 75%;
	height: 100%;
	padding: 0 30px;
}

.right-content-columns {
	display: table-cell;
	width: 75%;
	height: 100%;
	padding: 0;
}

.right-content-columns .column-1 {
	float: left;
	width: 33.3333%;
	padding: 0 30px;
	margin: 0;
}

.right-content-columns .column-2 {
	float: left;
	width: 66.6667%;
	padding: 0 30px;
	margin: 0;
}

.right-content-columns .column-full {
	float: left;
	width: 100%;
	padding: 0 30px;
	margin: 0;
}

.right-content-columns .clear {
	clear: both;
}

.quote {
	margin: 25px 0 60px 0;
	width: 100%;
	max-width: 1000px;
	min-height: 160px;
	position: relative;
}

.quote p:before {
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 3em;
	position: absolute;
	left: 134px;
	top: 15px;
	
}

.logo-quote {
	position: absolute;
	top: 12px;
	left: 0;
	margin: 0;
	padding: 0;
}

.quote p {
	font-size: 1.6em;
	font-weight: 400;
	margin: 0 0 0 180px;
	padding: 0;
	width: auto;
}

.quote .italic {
	font-size: 0.7em;
	text-align: right;
}

#background {
	position: fixed;
	background-color: #000;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 999;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
}

#downArrow {
	position: fixed;
	bottom: 30px;
	z-index: 1001;
	left: 50%;
	margin-left: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

#upArrow {
	position: fixed;
	top: 35%;
	z-index: 1001;
	left: 50%;
	margin-left: auto;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
#downArrow a:after, #upArrow a:after {
	display: none;
}

#nav {
	position: fixed;
	background-color: rgba(0,0,0,0);
	z-index: 2000;
	min-width: 100%;
	overflow: hidden;
	height: 110px;
}

.navHeght {
	visibility: hidden;
	height: 110px;
}

#nav .container  {
    min-width: 100%;
    padding: 0;
    margin: 0;
}

#logo {
	position: fixed;
	top: 19px;
	left: 60px;
	width: 100px;
	height: 72px;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 2100;
	opacity: 1;
	-webkit-transition: .35s;
	transition: .35s;
}

#logo a:after {
	display: none;
}

#menu {
	position: absolute;
	top: 150px;
	right: 0;
	text-transform: capitalize;
	min-height: 100%;
	padding: 0;
	margin: 0;
	min-width: 100%;
}

#menu li {
	list-style: none;
	padding: 0px 60px 20px 0px;
	text-align: right;
	opacity: 0;
	position: relative;
}

#menu li a, .navbar li a, .navbar, .nav-stacked li a {
	text-transform: capitalize;
	border: none;
    color: #DCDCDC;
    font-size: 1.8em;
    text-align: right;
    text-decoration: none;
}
#menu li a:hover, #menu li.active a, .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #fff;
}

#nav.open li {
  -webkit-animation: fadeInRight .6s ease forwards;
          animation: fadeInRight .6s ease forwards;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
#nav.open li:nth-of-type(2) {
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
#nav.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
#nav.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
#nav.open li:nth-of-type(5) {
  -webkit-animation-delay: .60s;
          animation-delay: .60s;
}

.overlay ul li a {
	position: relative;
	color: #FFF;
	text-decoration: none;
	opacity: .65;
	-webkit-transition: .6s;
	transition: .6s;
}

.overlay ul li a:hover {
	opacity: 1;
	-webkit-transition: .4s;
	transition: .4s;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	width: 100%;
}

.overlay ul li a:after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 0;
	width: 0;
	height: 3px;
	background: #FFF;
	-webkit-transition: .35s;
	transition: .35s;
}

.title {
	position: relative;
	color: #FFF;
	background-color: rgba(0,0,0,0);
	font-size: 0.9em;
	font-weight: 600;
	text-transform: uppercase;
	text-align: right;
	text-decoration: none;
	letter-spacing: 0.03em;
	float: right;
	margin: 40px 20px 0 0;
}

/*THIRD VERSION*/
.spinner-master3 * { transition: all 0.3s; -webkit-transition: all 0.3s; box-sizing: border-box; }

.spinner-master3 { cursor: pointer; position: relative; float: right; margin: 39px 60px 0 0 ; height: 30px; width: 35px; }

.spinner-master3 input[type=checkbox] { display: none; }
.spinner-master3 label { cursor: pointer; position: absolute; z-index: 9999; height: 100%; width: 100%; top: 0; left: 0; }

.spinner-master3 .spinner3 { position: absolute; top: 3px; height: 3px; width: 100%; background-color: #FFF; }

.spinner-master3 .diagonal.part-1 { position: relative; float: left; }
.spinner-master3 .horizontal { position: relative; float: left; margin-top: 8px; }
.spinner-master3 .diagonal.part-2 { position: relative; float: right; margin-top: 8px; width: 60%; }
.spinner-master3:hover .diagonal.part-2 { width: 100%; }

.spinner-master3 input[type=checkbox]:checked ~ .spinner-spin3 > .horizontal { transform: scale(0,1); -webkit-transform: scale(0,1); opacity: 0;}
.spinner-master3 input[type=checkbox]:checked ~ .spinner-spin3 > .diagonal.part-1 { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); margin-top: 10px; }
.spinner-master3 input[type=checkbox]:checked ~ .spinner-spin3 > .diagonal.part-2 { width: 100%; transform: rotate(135deg); -webkit-transform: rotate(135deg); margin-top: -14px; }

#copyright {
	opacity: 0;
	position: absolute;
	text-align: right;
	right: 0px;
	bottom: 60px;
	font-size: 13px;
	z-index: 1007;
	width: 35px;
	height: 3px;
	background-color: #DCDCDC;
	margin: 0 60px 0 0;
	padding: 0;
}

.grid {
	margin: 0;
	padding: 0;
	overflow: auto;
	background: #1a1a1a;
	width: 100%;
}

/* clearfix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
	width: 25%;
}

.grid-item {
	position: relative;
	height: auto;
	float: left;
	overflow: hidden;
	color: #FFF;
}

.grid-item--width2 { width:  50%; }
.grid-item--width3 { width:  100%; }

.grid-item--height2 { height: auto; }
.grid-item--height3 { height: auto; }

.grid-item img { width: 100%; height: auto; }

.grid-item video {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.grid-item a div {
	left: 10px;
	top: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background: rgba(0,0,0,0.65);
	cursor: default;
	position: absolute;
	color: #FFF;
    text-align: left;
    opacity: 0;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.grid-item a:hover div {
	border: none;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.grid-item .punch, .grid-item .question {
	font-size: 1.7em;
	line-height: 1.2em;
	font-weight: 700;
}

.grid-item .punch {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 80%;
}

.grid-item .project-title {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 80%;
	font-size: 3.2em;
	line-height: 1.2em;
	font-weight: 700;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.grid-item .project-year {
	position: absolute;
	bottom: 55px;
	left: 30px;
	font-size: 1.2em;
	font-weight: 600;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.grid-item .question {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 75%;
	color: #FFF;
}

.grid-item .name {
	position: absolute;
	bottom: 45px;
	left: 20px;
	font-size: 1.2em;
	font-weight: 600;
}

.grid-item .position, .grid-item .details a {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #FFF;
	font-size: 0.9em;
}

.project-details a {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #FFF;
	font-size: 1em;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.grid-item .hello a {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #FFF;
	font-size: 0.9em;
}


.grid-item .project-details a {
	text-decoration: none;
	-webkit-transition: .6s;
	transition: .6s;
}

.grid-item .project-details a:hover {
	text-decoration: none;
	-webkit-transition: .4s;
	transition: .4s;
}

.grid-item .project-details a:after, .grid-item .project-details a:visited:after, .grid-item .project-details a:active:after, .grid-item .project-details a:focus:after, .dark-section p a:after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 30px;
	height: 3px;
	background: #FFF;
	-webkit-transition: .35s;
	transition: .35s;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}

.grid-item .project-details a:hover:after, .dark-section p a:hover:after {
	width: 100%;
	text-decoration: none;
}

.grid-item .tag, .grid-item-gallery .tag {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 14pt;
}

.grid-item .hello a {
	text-decoration: none;
}

.grid-item .hello a:after, .grid-item .hello a:visited:after, .grid-item .hello a:active:after, .grid-item .hello a:focus:after, .grid-item .hello a:after  {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 30px;
	height: 3px;
	background: #FFF;
	-webkit-transition: .35s;
	transition: .35s;
}

.grid-item .hello a:hover:after {
	width: 100%;
	text-decoration: none;
}

/*-----ILLUSTRATIONS-----*/
.technology-top {
	background-image: url(../images/technology.svg);
	background-repeat: no-repeat;
	background-position: right 0px top 66px;
}
.technology-center {
	background-image: url(../images/technology.svg);
	background-repeat: no-repeat;
	background-position: right 0px top -500px;
}
.technology-footer {
	background-image: url(../images/technology.svg);
	background-repeat: no-repeat;
	background-position: right 0px top -2913px;
}
.about-top {
	background-image: url(../images/about.svg);
	background-repeat: no-repeat;
	background-position: right 0px top 94px;
}
.about-center {
	background-image: url(../images/about.svg);
	background-repeat: no-repeat;
	background-position: right 0px top -500px;
}
.about-footer {
	background-image: url(../images/about.svg);
	background-repeat: no-repeat;
	background-position: right 0px top -1903px;
}
.process-top {
	background-image: url(../images/process.svg);
	background-repeat: no-repeat;
	background-position: right 0px top 38px;
}
.process-center {
	background-image: url(../images/process.svg);
	background-repeat: no-repeat;
	background-position: right 0px top -500px;
}
.process-footer {
	background-image: url(../images/process.svg);
	background-repeat: no-repeat;
	background-position: right 0px top -1955px;
}
.projects-top {
	background-image: url(../images/projects.svg);
	background-repeat: no-repeat;
	background-position: right 0px top 114px;
}
.projects-center {
	background-image: url(../images/projects.svg);
	background-repeat: no-repeat;
	background-position: right 0px top -500px;
}
.projects-footer {
	background-image: url(../images/projects.svg);
	background-repeat: no-repeat;
	background-position: right 0px top -1886px;
}
.project-detail {
	background-image: url(../images/project-detail.svg);
	background-repeat: no-repeat;
	background-position: right 0px top 0px;
}
.contact-top {
	background-image: url(../images/contact.svg);
	background-repeat: no-repeat;
	background-position: right 0px top 112px;
}
.contact-center {
	background-image: url(../images/contact.svg);
	background-repeat: no-repeat;
	background-position: right 0px top -2500px;
}
.contact-footer {
	background-image: url(../images/contact.svg);
	background-repeat: no-repeat;
	background-position: right 0px top -1882px;
}

.sidebar .technology-wheel {
	position: absolute;
	top: 209px;
	right: 86px;
	animation: Rotate60 8s linear alternate infinite;
}

.sidebar .technology-wheel-small {
	position: absolute;
	top: 209px;
	right: 86px;
	animation: Rotate360 8s linear alternate infinite;
}

.sidebar .technology-wheel-small2 {
	position: absolute;
	top: 367px;
	right: 339px;
	animation: Rotate360 8s linear infinite reverse;
}

.sidebar .technology-wheel-small3-1 {
	position: absolute;
	top: 992px;
	right: 194px;
	animation: Rotate360 8s linear infinite;
}

.sidebar .technology-wheel-small3-2 {
	position: absolute;
	top: 1018px;
	right: 315px;
	animation: Rotate360 8s linear infinite reverse;
}

.sidebar .technology-wheel-small3-3 {
	position: absolute;
	top: 1044px;
	right: 211px;
	animation: Rotate360 8s linear infinite;
}

.sidebar .technology-wheel-small3-4 {
	position: absolute;
	top: 1070px;
	right: 296px;
	animation: Rotate360 8s linear infinite reverse;
}

.sidebar #technology-line1 {
	position: absolute;
	top: 1245px;
	right: 165px;
	animation: dash 5s linear infinite;
}

.sidebar #technology-line2 {
	position: absolute;
	top: 167px;
	right: 105px;
	animation: dash 5s linear infinite reverse;
}

.sidebar .process-wheel {
	position: absolute;
	top: 178px;
	right: 99px;
	animation: Rotate90 10s linear alternate infinite;
}

.sidebar .about-wheel {
	position: absolute;
	top: 279px;
	right: 212px;
	animation: Rotate360 12s linear infinite;
}

.sidebar #about-top-line {
	position: absolute;
	top: 493px;
	right: 212px;
	animation: dash 10s linear infinite;
}

.sidebar #about-footer-line {
	position: absolute;
	top: 156px;
	right: 263px;
	animation: dash 10s linear alternate infinite;
}

.sidebar #process-top-line {
	position: absolute;
	top: 132px;
	right: 208px;
	animation: dash 10s linear infinite;
}

.sidebar #process-bottom-line {
	position: absolute;
	top: 138px;
	right: 113px;
	animation: dash 10s linear infinite;
}

.sidebar .project-wheel {
	position: relative;
	right: 188px;
	top: 215px;
	animation: Rotate360 10s ease-in-out infinite alternate;
}

.sidebar #project-line1 {
	position: relative;
	right: 228px;
	top: 78px;
	animation: dash 10s linear alternate infinite;
}

.sidebar #project-line2 {
	position: relative;
	right: 157px;
	top: 43px;
	animation: dash 5s linear infinite alternate;
}

.sidebar #project-detail-wheel {
	position: absolute;
	right: 203px;
	top: 222px;
	animation: dash 10s ease-in-out infinite alternate;
}

.sidebar #project-detail-wheel-big {
	position: absolute;
	top: 120px;
	right: 264px;
	animation: Rotate360 15s linear infinite;
}

.sidebar #project-detail-line {
	position: absolute;
	top: 100px;
	right: 245px;
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	animation: dash-offset 10s ease-in-out infinite alternate;
}

.sidebar #contact-top-line1 {
	position: absolute;
	right: 165px;
	top: 273px;
	animation: dash 12s linear infinite alternate;
}

.sidebar #contact-top-line2 {
	position: absolute;
	right: 144px;
	top: 185px;
	animation: dash 20s linear infinite alternate;
}

.sidebar #contact-footer-line {
	position: absolute;
	right: 269px;
	top: 132px;
	animation: dash 4s linear infinite alternate;
}


#map {
	width: 100%;
	height: 480px;
	border-top: 2px solid #333;
	-webkit-box-shadow: 0px -2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px -2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px -2px 6px 0px rgba(0,0,0,0.25);
}

@-webkit-keyframes Rotate360 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes Rotate360 {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes Rotate90 {
	0% {
		-webkit-transform: rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateZ(90deg);
	}
}

@keyframes Rotate90 {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@-webkit-keyframes Rotate60 {
	0% {
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateZ(-60deg);
		-moz-transform: rotateZ(-60deg);
		transform: rotateZ(-60deg);
	}
}

@keyframes Rotate60 {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(-60deg);
		transform: rotate(-60deg);
	}
}

@keyframes dash {
	to {
		stroke-dashoffset: 100;
	}
}

@keyframes dash-offset {
	from {
		stroke-dashoffset: 100;
	}
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

@media screen and (max-width: 1920px) {
	
	.grid-item .punch { font-size: 1.5em; line-height: 1.1em; }
	
}

@media screen and (max-width: 1366px) {
	
	#logo { top: 10px; left:20px; transform: scale(0.75); }
	.spinner-master3 { margin: 29px 30px 0 0; }
	#menu li { padding: 0px 30px 12px 0px; }
	#nav { height: 90px; }
	.navHeght { height: 90px; }
	.title { font-size: 12pt; margin: 34px 20px 0 0; }
	#copyright { bottom: 30px; margin: 0 30px 0 0; }
	iframe { height: 1100px; }
	.sidebar { width: 33.3333%; }
	.right-content { width: 66.6667%; }
	p.first .svg-logo { width: 50%;}
	p.second { width: 95%;}
	.right-content-columns { width: 66.6667%; }
	.right-content-columns .column-1 { width: 50%; }
	.right-content-columns .column-2 { width: 100%; }
	.grid-item, .grid-item-gallery { width:  33.3333%; }
	.grid-item--width2 { width:  66.6667%; }
	.grid-item--width3 { width:  100%; }
	.grid-item .position, .grid-item .hello a, .grid-item .details a { font-size: 1em; }
	.grid-item .punch, .grid-item .question { font-size: 1.2em; line-height: 1.1em; }
	
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
	
	#logo { top: 10px; left:20px; transform: scale(0.75); }
	.spinner-master3 { margin: 29px 30px 0 0; }
	#menu li { padding: 0px 30px 12px 0px; }
	p { width: 100%; }
	#nav { height: 90px; }
	.navHeght { height: 90px; }
	.title { font-size: 12pt; margin: 34px 20px 0 0; }
	#copyright { bottom: 30px; margin: 0 30px 0 0; }
	#spacer-thin { height: 90px; min-height: 90px; }
	.blank-section  { min-height: 89px; }
	
	.grid-item .punch, .grid-item .question { left: 30px; width: 80%; font-size: 1.6em; line-height: 1.25em; }
	.grid-item .name, .grid-item .tag { left: 30px; }
	.grid-item .position, .grid-item .hello a, .grid-item .details a { left: 30px; }
	
	.right-content { width: 100%; }
	.right-content-columns { width: 100%; }
	.right-content-columns .column-1 { width: 100%; }
	.sidebar { display: none; padding-top:0; }
	
	iframe { height: 1000px; }
	.grid-item, .grid-item-gallery { width:  50%; }
	.grid-item--width2 { width:  100%; }
	.grid-item--width3 { width:  100%; }
	
}

@media all and (max-width: 1024px) and (orientation: landscape) {
	
	#menu { top: 70px; }
    #menu li { padding: 0px 30px 5px 0px; }
	#menu li a, .navbar li a, .navbar, .nav-stacked li a { font-size: 1.2em; }
	
}

@media screen and (max-width: 768px) and (orientation: portrait) {
	
	.container-video video { display: none; }
	#screenshot { min-height: 100%; display: block; }
	#menu { top: 90px; }
	#menu li { padding: 0px 30px 8px 0px; }
	#menu li a, .navbar li a, .navbar, .nav-stacked li a { font-size: 1.3em; }
	
	p { font-size: 1em; line-height: 1.6em; }
	p.first { font-size: 1.1em; }
	h1 { font-size: 2.2em; margin: 30px 0; }
	h2 { font-size: 1.1em; margin: 10px 0; }
	p.first .svg-logo { width: 100%; max-width: 250px; margin: 0 40px 40px 0; }
	
	.logo-quote { display: none; }
	.quote p:before { left: 0px; }
	.quote p { font-size: 1.2em; margin: 0 0 0 46px; }
	
	#myCarousel { overflow: hidden; }
	.carousel-inner{ width: 160%; margin-left: -30%; }
	.carousel-indicators li, .carousel-indicators .active { width: 40px; height: 5px; }
	
	.grid-item, .grid-item-gallery { width:  100%; }
	.grid-item--width2 { width:  100%; }
	.grid-item--width3 { width:  100%; }
	
	iframe { height: 1200px; }
	
	.grid-item .punch { left: 30px; width: 80%; font-size: 1.2em; line-height: 1.1em; }
	.grid-item .project-title, .grid-item .question { font-size: 1.2em; line-height: 1.1em; }
	.grid-item .position, .grid-item .hello a, .grid-item .details a { font-size: 0.8em; }

	
	#contactus .contact-container { margin-top: 20px; }
	#contactus input[type="submit"] { padding-left: 0px; }
	#contactus fieldset#antispam { width: 90%; }
	#contactus #scaptcha { margin-left: 0; }
	
	#map { max-height: 360px; }
	
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	
	.logo-quote { display: none; }
	.quote p:before { left: 0px; }
	.quote p { font-size: 1.2em; margin: 0 0 0 46px; }
	
	.sidebar { display: none; padding-top:0; }
	.container-video video { display: none; }
	#screenshot { min-height: 100%; display: block; }
	.grid-item .punch { left: 30px; width: 80%; font-size: 1.2em; line-height: 1.1em; }
	.grid-item .project-title { font-size: 1.2em; line-height: 1.1em; }
	.grid-item .question { font-size: 0.7em; line-height: 1em; }
	.grid-item .position, .grid-item .hello a, .grid-item .details a { font-size: 0.8em; }
	
}

@media screen and (max-width: 480px; ) {
	
	body { font-size: 14pt; }
	.title { display: none; }
	.grid-item .project-title { font-size: 1.3em; }
	.carousel-inner{ width: 180%; margin-left: -40%; }
	iframe { height: 1280px; }
	#contactus input[type="text"] { width: 100%; }
	#contactus input[type="submit"] { width: 100%; }
	
}

@media screen and (max-width: 320px) {
	
	#menu li { padding: 0px 30px 8px 0px; }
	#menu li a, .navbar li a, .navbar, .nav-stacked li a { font-size: 1.4em; }
	.carousel-inner{ width: 200%; margin-left: -50%; }
	.grid-item .punch, .grid-item .project-title, .grid-item .question { font-size: 1.2em; line-height: 1.1em; }
	.grid-item .position, .grid-item .hello a, .grid-item .details a { font-size: 1em; }
	
}