body, h1, h2, h3, h4, h5 {
	font-family: "Poppins", sans-serif !important;
}

body {
	font-size: 16px !important;
	max-width: 1500px !important;
}

img {
	margin-bottom: -8px;
}

a {
	text-decoration: none;
}

#logo, #logo_news {
	width: 22%;
	min-height: 73px;
	position: absolute;
	left: 30px;
	top: 41px;
}

#logo img {
	width: 100%;
}

#logo p {
	padding-left: 7px;
	font-size: 100%;
	margin-top: 8px;
}

.my_slides {
	display: none;
	max-width: 100%;
}

#smartphone_frame {
	top: 150px;
	right: 25px;
	height: 770px;
	width: 410px;
	background-image: url('/themes/Basic/smartphone.png');
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
}

#smartphone_content {
	position: absolute;
	top: 215px;
	right: 47px;
	width: 366px;
	height: 610px;
	overflow: hidden;
}

#smartphone_content img {
	height: 2161px;
	width: 366px;
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
	animation-name: example;
	animation-duration: 18s;
	animation-iteration-count: infinite;
	background-image: url('/themes/Basic/smartphone-baculum.png');
}

@-webkit-keyframes  {
	0% {
		top: 0px;
	}
	50% {
		top: -1552px;
	}
	100% {
		top: 0px;
	}
}

@keyframes example  {
	0% {
		top: 0px;
	}
	50% {
		top: -1552px;
	}
	100% {
		top: 0px;
	}
}


@media only screen and (max-width: 1024px) and (min-width: 681px) {
	#smartphone_frame {
		background-image: url('/themes/Basic/smartphone.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		height: 385px;
		width: 205px;
	}
	#smartphone_content {
		top: 185px;
		right: 36px;
		width: 183px;
		height: 305px;
	}
	#smartphone_content img {
		height: 1081px;
		width: 183px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-image: url('/themes/Basic/smartphone-baculum.png');
	}

	@-webkit-keyframes  {
		0% {
			top: 0px;
		}
		50% {
			top: -778px;
		}
		100% {
			top: 0px;
		}
	}

	@keyframes example  {
		0% {
			top: 0px;
		}
		50% {
			top: -778px;
		}
		100% {
			top: 0px;
		}
	}
}

/* Panoramic monitors */
@media only screen and (min-width: 1024px) and (max-height: 720px) {
	body {
		max-width: 1120px !important;
	}

	#smartphone_frame {
		background-image: url('/themes/Basic/smartphone.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		height: 610px;
		width: 325px;
	}
	#smartphone_content {
		top: 204px;
		right: 44px;
		width: 287px;
		height: 478px;
	}
	#smartphone_content img {
		height: 1788px;
		width: 287px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-image: url('/themes/Basic/smartphone-baculum.png');
	}

	@-webkit-keyframes  {
		0% {
			top: 0px;
		}
		50% {
			top: -1306px;
		}
		100% {
			top: 0px;
		}
	}

	@keyframes example  {
		0% {
			top: 0px;
		}
		50% {
			top: -1306px;
		}
		100% {
			top: 0px;
		}
	}
}


@media only screen and (max-width: 680px) and (min-width: 1px) {
	#smartphone_frame {
		display: none;
	}
	#smartphone_content {
		display: none;
	}
}

#job_list {
	margin-top: 138px;
}


@media only screen and (max-width: 1200px) and (min-width: 1024px) {
	#job_list {
		margin-top: 190px;
	}
}

#take_tour_next {
	top: 20px;
	width: 186px;
}

#take_tour_prev {
	top: 69px;
	width: 186px;
}

#take_tour_next, #take_tour_prev, #take_tour_mob {
	font-size: 14px;
}

#youtube_channel {
	top: 56px;
}

#youtube_channel img {
	height: 34px;
}

#topmenu {
        height: 50px;
        width: 900px;
        position: fixed;
        transform: translate(-50%, 0%);
        top: -12px;
        right: 50%;
        left: 50%;
        z-index: 20;
}

#topmenu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
}

#topmenu li {
	display: inline-block;
        padding: 0 18px;
}

#topmenu li a {
        display: block;
        padding: 8px 10px;
        text-decoration: none;
}

#topmenu li a:hover {
        color: black;
}

@keyframes arrow  {
	0% {
		top: -60px;
	}
	75% {
		top: -25px;
	}
	100% {
		top: -60px;
	}
}

#arrow_down {
	position: relative;
	opacity: 0.5;
	top: -57px;
	-webkit-animation-name: arrow; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
	animation-name: arrow;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
