/* Custom CSS
 * --------------------------------------- */

/*=============================
	1. Google Fonts
===============================*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
 
@font-face {
  font-family: TwCen-bold;
  src: url(fonts/TCB_____.TTF);
}
@font-face {
  font-family: TwCen-regular;
  src: url(fonts/TCM_____.TTF);
}
@font-face {
  font-family: TwCen-regular-condensed;
  src: url(fonts/TCCM____.TTF);
} 
 




/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}



 
body{
	font-family: TwCen-regular;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
.container {
	width: 100%;
	max-width: 1450px;
	margin: 120px auto 0 auto;
}
.show {
	display: block;
}
.hide {
	display: none;
}

.no-mob {
	display: block;
}
.show-mob {
	display: none;
}

#menu-container {
	z-index: 100;
}
.navbar-wrap ul li a, .menu-cim {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #000;
	padding: 8px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
	transition: 0.3s;
}
.menu-cim {
	color: #fff;
	text-decoration: underline;
	margin-top: 20px;
}
.contact-btn {
	margin-top: 10px;
}
.contact-btn a {
	font-size: 18px !important;
}
#menu li a:hover{
	color: #fff;
}
#menu li.active{
	color: #fff;
}
#menu li.active a{
	color: #fff;
}
.menu-logo img {
	width: 200px;
}
.menu-logo {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 20px;
	z-index: 100;
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.overlay {
	height: 100%;
	width: 0px;
	position: fixed;
	z-index: 10000;
	top: 0;
	right: -60px;
	background-color: rgb(255,0,21);
	background-color: rgba(255, 0, 21, 0.8);
	overflow-x: hidden;
	transition: 0.5s;
	transform: skewX(-5deg);
}
.overlay-content {
	position: relative;
	width: 100%;
	max-width: 200px;
	text-align: right;
	margin: 90px 0px 0px 10px;
	transform: skewX(5deg);
}

/* Icon */

#nav-icon {
  	width: 40px;
	height: 30px;
  	position: absolute;
	top: 20px;
	right: 40px;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
 	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .5s ease-in-out;
  	-moz-transition: .5s ease-in-out;
  	-o-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
  	cursor: pointer;
  	z-index: 101;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .45s ease-in-out;
  -moz-transition: .45s ease-in-out;
  -o-transition: .45s ease-in-out;
  transition: .45s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

#nav-icon span:nth-child(2) {
  top: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

.nav-container .checkbox {
  	position: absolute;
  	display: block;
  	height: 30px;
  	width: 40px;
  	top: 20px;
  	right: 40px;
  	opacity: 0;
  	cursor: pointer;
	z-index: 102;
}

.nav-container input[type="checkbox"]:checked ~ .overlay {
  width: 350px;
}

.nav-container input[type="checkbox"]:checked ~ #nav-icon span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 14px;
  left: 0px;
}

.nav-container input[type="checkbox"]:checked ~ #nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-container input[type="checkbox"]:checked ~ #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 14px;
  left: 0px;
}



.list-wrap {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right :0px;
}
.list-wrap li {
	list-style: none
}
.header-btn2 {
	margin-bottom: -5px;
}
.header-action {
	position: relative;
}
.header-action > ul {
	display: flex;
	align-items: flex-end;
	margin-left: 10px;
}
.header-action > ul li {
	position: relative;
	margin-left: 15px;
	top: -50px;
}
.header-action ul li a {
	color: #000000;
	font-size: 14px;
}
.header-action .header-btn .btn {
	font-size: 18px;
	text-transform: uppercase;
	background-color: #ff0015;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 5px 5px 5px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.header-action .header-btn .btn:hover, .header-action .header-btn .btn.active {
	background-color: #ffffff;
	color: #ff0015;
}

.section-title-underlay {
  font-style: italic;
  color: #fff;
  font-size: 2rem;
  text-align: right;
  position: fixed;
  right: 4%;
  top:2%;
  width: 200px;
  height: 50px;
  opacity: 1;
  z-index: 150;
}


#mainVideo {
  position: absolute;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
.main-headline {
	position: absolute;
	width: 100%;
	bottom: 170px;
	text-align: center;
}
.main-title-1 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
}
.main-title-2 {
	font-weight: bold;
	font-size: 80px;
	line-height: 100px;
	text-transform: uppercase;
	text-align: center;
	color: #ff0015;
	letter-spacing: 20px;
	margin-bottom: 20px;
}
.main-sub-title-1 {
	font-size: 20px;
	text-transform: uppercase;
	font-stretch: condensed;
	text-align: center;
	color: #ff0015;
	margin-bottom: 20px;
}
.main-button {
	padding: 10px 30px;
	font-size: 20px;
	line-height: 35px;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	background-color: #ff0015;
}
.main-scroll {
	width: 110px;
	background-color: rgba(240, 240, 240, 0.4);
	position: absolute;
	bottom: -100px;
	left: 50%;
	margin-left: -55px;
	text-align: center;
	padding: 5px 0 0;
}
.main-scroll-text {
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
}
.main-scroll img {
	display: block;
	margin: 0px auto 5px;
}
.bounce {
  animation: bounce 1s linear infinite;
}
@keyframes bounce {
	0%, 100% {transform: translateY(-2px);}
	50% {transform: translateY(2px);}
}


#section1{
	background-image: url("img/bg/showreel-bg.jpg");
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}
.showreelContent{
	width: 100vw;
	height: 100vh;
	margin: 0 auto;
	position: relative;
}
.showreel-video-text {
	width: 100%;
	height: 15%;
	z-index: 110;
	position: relative;
}
.showreel-video-text h1 {
	font-size: 25px;
	text-align: center;
	color: #ff0015;
	text-transform: uppercase;
	padding-top: 75px;
}
.showreel-cover1, .showreel-cover2 {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cover1 {
	background-image: url("img/images/glomax_showreel_cover.jpg");
}
.cover2 {
	background-image: url("img/images/glomax_vfx_showreel_cover.jpg");
}
.hide{
	display: none;
}
.showreel-video-box1, .showreel-video-box2 {
	position: absolute;
  	width: 100vw;
  	height: 100vh;
  	top: 0;
  	left: 0;
	z-index: 1;
}
#showreelVideo, #vfxVideo2 {
	position: absolute;
  	object-fit: cover;
  	width: 100vw;
  	height: 100vh;
  	top: 0;
  	left: 0;	
}
.play-button {
	height: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	background-color: #ff0015;
	border-radius: 30px;
	display: table;
	padding: 5px;
	opacity: 0.7;
}
.play-button:hover {
	opacity: 1;
}
.play-button img {
	vertical-align: middle;
}
.play-button p {
	color: #000;
	font-size: 22px;
	float: right;
	margin: 5px 15px;
}
#section9{
	background-image: url("img/bg/showreel-bg.jpg");
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}
#section11{
	background-image: url("img/bg/showreel-bg.jpg");
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}

.latest-releses {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}
.latest-releses-title h1{
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #ff0015;
	padding-top: 70px;
}

.latest-releses-title {
	width: 100vw;
	height: 15vh;
}
.latest-releses-content {
	width: 100vw;
	height: 85vh;
}
.latest-releses-box {
	float: left;
	position: relative;
	width: 33.333vw;
	height: 41vh;
	overflow: hidden;
	margin: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.latest-releses-box a {
	position: absolute;
	top: 88%;
	left: 0px;
	width: 100%;
	height: 41vh;
	transition: 0.5s;
}
.latest-releses-box a:hover {
	top: 20%;
}
.latest-releses-inner {
	width: 100%;
	height: 41vh;
	background: rgb(255,0,21);
	background: -webkit-linear-gradient(bottom, rgba(255,0,21,1) 0%, rgba(255,0,21,0.7) 55%, rgba(255,0,21,0.3) 75%, rgba(255,0,21,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,0,21,1) 0%, rgba(255,0,21,0.7) 55%, rgba(255,0,21,0.3) 75%, rgba(255,0,21,0) 100%);
	background: linear-gradient(to top, rgba(255,0,21,1) 0%, rgba(255,0,21,0.7) 55%, rgba(255,0,21,0.3) 75%, rgba(255,0,21,0) 100%);
	
}
.latest-releses-inner h1 {
	font-size: 18px;
	font-style: italic;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	margin: 10px 20px;
}
.latest-releses-inner p {
	font-size: 17px;
	font-style: italic;
	color: #fff;
	padding: 20px;
}

#section12{
	background-image: url("img/bg/portfolio-bg.jpg");
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}


.main-portfolio {
	width: 100%;
}

.main-portfolio-box {
	width: 33.333vw;
	height: 82vh;
	overflow: hidden;
	position: relative;
	float: left;
}

.main-portfolio-inner {
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform .5s;	
}
.portfolio-commercial {
	background-image: url("img/images/portfolio-commercial-bg.jpg");
}
.portfolio-series {
	background-image: url("img/images/portfolio-series-bg.jpg");
}
.portfolio-visual {
	background-image: url("img/images/portfolio-visual-bg.jpg");
}

.main-portfolio-box:hover .main-portfolio-inner,
.main-portfolio-box:focus .main-portfolio-inner {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1);
}

.main-portfolio-box h1 {
	position: absolute;
	width: 100%;
	top: 45%;
	font-size: 45px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 10px;
	text-shadow: 0px 0px 20px #000000;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}

.latest-releses2 {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
}
.portfolio-menu {
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #ff0015;
	margin: 40px 0;
}
.portfolio-menu a {
	color: #ffffff;
}
.portfolio-menu a:hover {
	color: #ff0015;
}
.portfolio-menu-active {
	color: #ff0015 !important;
}
.latest-releses-box2 {
	float: left;
	position: relative;
	width: 100%;
	max-width: 433.333px;
	height: 235px;
	overflow: hidden;
	margin: 10px 10px;
}
.latest-releses-box2 a {
	position: absolute;
	top: 102px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: 0.5s;
}
.latest-releses-box2 a:hover {
	top: -60px;
}
.latest-releses-inner2 {
	max-width: 413px;
	height: 280px;
	padding: 80px 10px 0px 10px;
	background: rgb(255,0,21);
	background: -webkit-linear-gradient(bottom, rgba(255,0,21,1) 0%, rgba(255,0,21,0.8) 35%, rgba(255,0,21,0.3) 65%, rgba(255,0,21,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,0,21,1) 0%, rgba(255,0,21,0.8) 35%, rgba(255,0,21,0.3) 65%, rgba(255,0,21,0) 100%);
	background: linear-gradient(to top, rgba(255,0,21,1) 0%, rgba(255,0,21,0.8) 35%, rgba(255,0,21,0.3) 65%, rgba(255,0,21,0) 100%);
	
}
.latest-releses-inner2 h1 {
	font-size: 18px;
	font-style: italic;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	margin: 10px 0px 20px;
}
.latest-releses-inner2 p {
	font-size: 17px;
	font-style: italic;
	color: #fff;
}

.portfolio-margin {
	padding-bottom: 35px;
}


#companyVideo {
  position: absolute;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
#companyVideoMob {
  position: absolute;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}

#section2{
	background-image: url("img/bg/urhajo_v10_test_01.png");
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}
#section3{
	background-image: url("img/bg/powered-bg.jpg");
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}
#section4{
	background-image: url("img/bg/clients-bg.jpg");
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}
.powered-text-1 {
	font-size: 20px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	margin: 0px 10px;
}
.powered-map {
	width: 980px;
	height: 583px;
	margin: 0px auto;
	background-image: url("img/images/worldmap.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
.city1 {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 154px;
}
.city2 {
	position: absolute;
	top: 215px;
	left: 250px;
	width: 273px;
}
.city3 {
	position: absolute;
	top: 230px;
	left: 580px;
	width: 161px;
}
@-webkit-keyframes pulse-dot {
  0% { opacity: 100; }
  50% { opacity: 0; }
  100% { opacity: 100; }
}
.puls-dot1{
	width: 1px;
	height: 1px;
	border: 5px solid #fff;
	border-radius: 6px;
	position: absolute;
	bottom:8px;
	right: 12px;
	-webkit-animation: pulse-dot 1s infinite;
}
.puls-dot2{
	width: 1px;
	height: 1px;
	border: 5px solid #fff;
	border-radius: 6px;
	position: absolute;
	top:5px;
	right: 6px;
	-webkit-animation: pulse-dot 1s infinite;
}
.puls-dot3{
	width: 1px;
	height: 1px;
	border: 5px solid #fff;
	border-radius: 6px;
	position: absolute;
	bottom:8px;
	left: 4px;
	-webkit-animation: pulse-dot 1s infinite;
}

#clientsVideo {
  position: absolute;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
#clientsVideoMob {
  position: absolute;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
.clients-title {
	font-size: 33px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

#vfxVideo {
  position: absolute;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
#vfxVideoMob {
  position: absolute;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}

.vfx-layers {
	background-image: url("img/images/vfx-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 672px;
	height: 166px;
	position: relative;
	margin-top: 70px;
}
.vfx-pic-1 {
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 5;
}
.vfx-pic-2 {
	position: absolute;
	top: 25px;
	left: 111px;
	z-index: 4;
}
.vfx-pic-3 {
	position: absolute;
	top: 25px;
	left: 171px;
	z-index: 3;
}
.vfx-pic-4 {
	position: absolute;
	top: 25px;
	left: 230px;
	z-index: 2;
}
.vfx-pic-5 {
	position: absolute;
	top: 25px;
	left: 290px;
	z-index: 1;
}
.vfx-pic-6 {
	position: absolute;
	top: 25px;
	left: 349px;
	z-index: 0;
}
.vfx-left-box {
	max-width: 680px;
	float: left;
	margin: 0px 10px;
}
.vfx-text-1 {
	margin-bottom: 10px;
}

.quote-text {
	font-size: 16px;
	margin-bottom: 10px;
}
.separate-line img{
	display: block;
}

.showreel-title {
	text-align: left;
	margin: 0px 10px 40px;
}
.showreel-title2 {
	text-align: center;
	margin-bottom: 40px;
}
.showreel-text-1 {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	max-width: 650px;
	letter-spacing: 1px;
}
.showreel-text-2 {
	font-size: 18px;
	line-height: 35px;
	color: #ffffff;
	text-align: right;
	font-style: italic;
	margin-bottom: 0px;
	padding-right: 15px;
}
.showreel-text-3 {
	font-size: 18px;
	color: #59f5b5;
	text-align: center;
	text-transform: uppercase;
}
#section5{
	background-image: url("img/bg/design-bg.jpg");
	background-size: cover;
	background-position: top left;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}

#section7{
	background-image: url("img/bg/tvfilm-bg.jpg");
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}
.tvfilm-left-box {
	max-width: 530px;
	float: left;
	margin: 0px 10px;
}
.tvfilm-right-box {
	width: 900px;
	float: right;
}
.tvfilm-rings {
	position: relative;
	margin: 5px 0 12px 0;
}
.clear-box {
	clear: both;
	height: 10px;
}
@-webkit-keyframes pulse-glow {
  0% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  5% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  10% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  15% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  20% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  25% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  30% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  35% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  40% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  45% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  50% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  55% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  60% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  65% { box-shadow:0 0 8px #edff14, inset 0 0 5px #edff14; }
  70% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  75% { box-shadow:0 0 8px #edff14, inset 0 0 5px #edff14; }
  80% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  85% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  90% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  95% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
  100% { box-shadow:0 0 15px #edff14, inset 0 0 10px #edff14; }
}
.inner-glow1, .inner-glow2, .inner-glow3, .inner-glow4, .inner-glow5  {
  background-color:transparent;
  border: 5px solid #edff14;
  box-shadow: 0 0 8px #edff14, inset 0 0 8px #edff14;
  -webkit-animation: pulse-glow 6s linear 6s infinite;
  float: left;
}
.inner-glow1  {
  width:100px;
  height:100px;
  border-radius:55px;
  margin: 55px 15px;
}
.inner-glow2  {
  width:120px;
  height:120px;
  border-radius:75px;
  margin: 45px 15px;
}
.inner-glow3  {
  width:140px;
  height:140px;
  border-radius:85px;
  margin: 35px 15px;
}
.inner-glow4  {
  width:160px;
  height:160px;
  border-radius:95px;
  margin: 25px 15px;
}
.inner-glow5  {
  width:180px;
  height:180px;
  border-radius:95px;
  margin: 15px 15px;
}
.inner-glow1 p, .inner-glow2 p, .inner-glow3 p, .inner-glow4 p, .inner-glow5 p {
  display:block;
  text-align: center;
  line-height: 30px;
  font-family:sans-serif;
  font-weight:100;
  font-size:24px;
  color: #ffffff;
  text-shadow: 0 0 4px #ffffff;
}
.inner-glow1 p {
  padding-top: 35px;
}
.inner-glow2 p {
  padding-top: 30px;
}
.inner-glow3 p {
  padding-top: 55px;
}
.inner-glow4 p {
  padding-top: 50px;
}
.inner-glow5 p {
  padding-top: 60px;
}
.tvfilm-high{
	margin: 10px 0;
	width: 100%;
	text-align: center;
	font-size: 25px;
	color: #edff14;
	clear: both;
}
.tvfilm-projects-box {
	width: 460px;
	float: left;
	margin: 0px 3.8px;
	position: relative;
}
.tvfilm-stone-box, .tvfilm-zurg-box, .tvfilm-ejjeli-box {
	border: 1px #edff14 solid;
	border-radius: 10px;
	width: 458px;
	height: 165px;
	position: relative;
	margin-top: 40px;
	background-color: rgb(37,37,37);
	background-color: rgba(37, 37, 37, 0.7);
}
.tvfilm-stone-text {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
	line-height: 13px;
	color: #eeff15;
	width: 180px;
	z-index: 2;
}
.tvfilm-button {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 10px;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	background-color: #eeff15;
	width: 150px;
	transition: all 0.5s;
}
.tvfilm-button:hover {
	box-shadow: inset 0 0 0 2em #000;
    color: #eeff15;
}
.tvfilm-stone-img {
	position: absolute;
	bottom: 1px;
	right: 1px;
	display: block;
	width: 290px;
	z-index: 1;
}
.tvfilm-zurg-text {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
	line-height: 13px;
	color: #eeff15;
	width: 210px;
	z-index: 2;
}
.tvfilm-zurg-img {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	width: 240px;
	z-index: 1;
}
.tvfilm-ejjeli-text {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
	line-height: 13px;
	color: #eeff15;
	width: 210px;
	z-index: 2;
}
.tvfilm-ejjeli-img {
	position: absolute;
	bottom: 1px;
	right: 1px;
	display: block;
	width: 300px;
	z-index: 1;
}

.visualdesign-image {
	display: none;
}

#scriptVideo {
  position: absolute;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
#scriptVideoMob {
  position: absolute;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
.script-left {
	float: left;
	margin: 0px 10px;
	max-width: 640px;
}
.script-right {
	position: relative;
	width: 790px;
	float: right;
	overflow: hidden;
}
.script-bub-1 {
	float: left;
	width: 235px;
	height: 200px;
	color: #ff715a;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	margin: 240px 0 0;
	padding: 20px 0 0;
	background-image: url("img/images/script-bub-1.png");
	background-position: top left;
	background-repeat: no-repeat;
}
.script-bub-2 {
	float: left;
	width: 230px;
	height: 180px;
	color: #ff715a;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	margin: 255px 0 0;
	padding: 40px 0 0;
	background-image: url("img/images/script-bub-2.png");
	background-position: top left;
	background-repeat: no-repeat;
}
.script-bub-3 {
	float: left;
	width: 305px;
	height: 335px;
	color: #ff715a;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	margin: 95px 0 0 20px;
	padding: 55px 0 0;
	background-image: url("img/images/script-bub-3.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.portfolio-container{
	width: 100%;
	height: 100%;
	position: relative;
}
.portfolio-main {
	width: 100%;
	height: 33.333%;
	position: relative;
	overflow: hidden;
}
.portfolio-main h1 {
	position: absolute;
	bottom: 40px;
	left: 80px;
	font-size: 45px;
	font-style: italic;
	color: #fff;
	text-transform: uppercase;
}
.commercial {
	background-image: url("img/images/portfolio-commercial-bg.jpg");
}
.series {
	background-image: url("img/images/portfolio-series-bg.jpg");
}
.visual {
	background-image: url("img/images/portfolio-visual-bg.jpg");
	
}
.commercial, .series, .visual {
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	transition: transform .2s;
}
.portfolio-main a {
	display: inline;
	width: 100%;
	height: 100vh;
}
.commercial:hover, .series:hover, .visual:hover {
	transform: scale(1.1);
}

.work-margin {
	margin: 110px auto 0px !important;
}
.work {
	width: 100%;
	max-width: 1000px;
	margin:0px auto 50px auto;
}
.work-head {
	color: #ff0015;
	font-size: 18px;
	font-style: italic;
	text-transform: uppercase;
	border: 1px solid #ff0015;
	border-radius: 20px;
	padding: 5px;
}
.work-head .back {
	font-size: 13px;
	float: right;
	padding: 3px 5px;
	color: #ff0015;
}
.work-content {
	margin: 15px 0;
}
.work-content video, .work-content img {
	max-width: 1450px;
	width: 100%;
}
.work-title {
	font-size: 13px;
	font-style: italic;
	text-transform: uppercase;
	color: #ffffff;
	padding: 10px 0;
	margin-bottom: 5px;
}
.work-description {
	font-size: 13px;
	font-style: italic;
	color: #ffffff;
	padding: 15px 0;
	margin-top: 5px;
	width: 90%;
}
.work-description-back .line {
	width: 92%;
	border-bottom: 1px solid #ff0015;
}
.work-description-back a {
	font-size: 13px;
	font-style: italic;
	color: #ff0015;
	border: 1px solid #ff0015;
	border-radius: 20px;
	padding: 5px 20px;
	margin-top: -13px;
	float: right;
}
.work-cast {
	width: 100%;
	margin-bottom: 100px;
}
.work-cast-box {
	float: left;
	width: 25%;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
.work-cast-box span {
	color: #ff0015;
}


#section10{
	background-image: url("img/bg/contact-bg.jpg");
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}
.contact-logo {
	text-align: center;
}
.contact-logo img {
	margin-left: -95px;
}
.contact-title {
	font-size: 30px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	margin-bottom: 20px;
}
.contact-text {
	text-align: center;
	color: #000000;
	font-size: 23px;
}
.contact-text p {
	margin-bottom: 1rem;
	line-height: 40px;
}
.contact-text2 a {
	color: #000000;
}
.col-3{
	width: 453px;
	float: left;
	padding: 0px 15px;
}






#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:822px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	top: 20px;
	right:20px;
	z-index: 999;
	padding: 5px 10px;
 }

/* Buttons
 * --------------------------------------- */
#download a{
    text-decoration: none
}
#download,
#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.button {
    margin: 20px 0 0 0;
    vertical-align: middle;
    display: inline-block
}

.button a {
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
}

.button a:hover {
    color: #316f68;
    background-color: #fff
}


/* Extensions preview menu
 * --------------------------------------- */
.preview-extensions-menu{
	position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    border-top: 0;
    box-shadow: 1px 0px 3px rgba(0,0,0,0.8);
}
.preview-extensions-menu li{
	display: inline-block;
	margin: 0;
}
.preview-extensions-menu li a{
	padding: 15px 25px;
	display: block;
}
.preview-buy-extension{
    background: #3cc63c;
}
.preview-more-extensions{
	background: #fff;
}
.preview-buy-extension a{
	color: #fff;
}
.preview-buy-extension:hover{
	background-color: #1a961a;
}
.preview-more-extensions a{
	color: #333;
}

.code{
	background: rgba(255,255,255,0.7);
	padding: 0px 5px;
	line-height: 25px;
}







/*=============================
	Footer
===============================*/

.footer-area {
	position: fixed;
	bottom: 0;
	width: 100%;
}
.footer-bottom {
	background: #000000;
	padding: 10px 0;
}
.footer-bottom .copyright-text p {
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	color: #ff0015;
}







@media only screen and (min-width: 1180px) and (max-width: 1440px) {
	
	
}

@media only screen and (min-width: 732px) and (max-width: 1440px) {
	
	.univers-circles {
		width: 732px;
		margin: 0 auto 30px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 732px) {
	
	.guniversum-box {
		margin: 30px auto;
		float: none;
	}
	.g-fx {
		margin: 0px auto;
	}
	.g-tv {
		margin: 0px auto;
	}
	
	.g-content {
		margin: 0px auto;
	}
	
	.g-script {
		margin: 0px auto;
	}
	.menu-logo {
		padding: 10px;
	}
	.menu-logo img {
		width: 170px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 680px) {
	
	.separate-line img {
		width: 100%;
	}
	.vfx-layers {
		width: 360px;
		height: 90px;
		margin-top: 50px;
	}
	.vfx-text-2 {
		margin: 40px 0 20px;
	}
	.vfx-layers img {
		height: 60px;
	}
	.vfx-pic-1 {
		top: 15px;
		left: 0px;
	}
	.vfx-pic-2 {
		top: 15px;
		left: 60px;
	}
	.vfx-pic-3 {
		top: 15px;
		left: 93px;
	}
	.vfx-pic-4 {
		top: 15px;
		left: 126px;
	}
	.vfx-pic-5 {
		top: 15px;
		left: 159px;
	}
	.vfx-pic-6 {
		top: 15px;
		left: 191px;
	}
	.main-portfolio-box h1 {
		font-size: 30px;
	}
	.latest-releses-content {
		height: 1150px;
	}
	.latest-releses-box {
		float: none;
		width: 100vw;
		height: 190px;
	}
	.latest-releses-box a {
		top: 72%;
	}
	.latest-releses-box a:hover {
		top: 0%;
	}
	.latest-releses-inner h1 {
		margin: 10px;
	}
	.latest-releses-inner p {
		font-size: 13px;
		padding: 12px 10px;
	}
	.contact-logo img {
		width: 200px;
		margin-left: -65px;
	}
	.contact-title {
		font-size: 25px;
	}
	.col-3 {
		margin: 10px 0;
	}
	.contact-text {
		font-size: 17px;
	}
	.contact-text p {
		line-height: 27px;
	}
	.contact-text p span {
		font-size: 20px !important;
	}
	
}

@media only screen and (min-width: 100px) and (max-width: 1450px) {
	
	.tvfilm-right-box {
		max-width: 520px;
		margin: -100px 0px 0px;
		float: none;		
	}
	.tvfilm-rings {
		margin: 0 0 0 30px;
	}
	.script-right {
		display: none;
	}
	
}
@media only screen and (min-width: 1170px) and (max-width: 1450px) {
	
	.contact-box {
		width: 1170px;
		margin: 0px auto;
	}
	.col-3 {
		width: 370px;
		padding: 0px 10px;
	}
	
}
@media only screen and (min-width: 100px) and (max-width: 1170px) {
	
	.contact-box {
		width: 350px;
		margin: 0px auto 30px;
	}
	.col-3 {
		width: 350px;
		padding: 0px;
	}
	.contact-text {
		font-size: 20px;
	}
	.contact-text p {
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 750px) {
	
	.separate-line img {
		width: 100%;
	}
	.tvfilm-left-box {
		float: none;
	}
	.tvfilm-right-box {
		max-width: 740px;
		width: 100%;
		margin: 40px 10px;
		float: none;		
	}
	
	.latest-releses-title {
		margin: 70px 0 10px;
		height: 50px;
	}
	.main-portfolio-box {
		float: none;
		width: 100vw;
		height: 24vh;
	}
	.main-portfolio-box h1 {
		top: 40%;
	}
	.latest-releses-title h1 {
		padding-top: 0px;
	}
	
}

@media only screen and (min-width: 100px) and (max-width: 1370px) {
	
	.vfx-left-box {
		float: none;
	}
	.vfx-right-box {
		max-width: 670px;
		width: 100%;
		margin: 40px 10px 50px;
		float: none;		
	}
		
	.latest-releses2 {
		max-width: 906.66px;
	}
	
}

@media only screen and (min-width: 100px) and (max-width: 910px) {
	
	.latest-releses2 {
		max-width: 453.33px;
	}
	.latest-releses-box2 {
		float: none;
		margin: 20px 0px;
	}

}

@media only screen and (min-width: 100px) and (max-width: 1180px) {
	
	

	.powered-map {
		width: 500px;
		height: 350px;
	}
	
	.city1 {
		width: 100px;
		top: 140px;
	}
	.city1 img {
		width: 100px;
	}
	.puls-dot1 {
		top: 2px;
		right: 14px;
		border: 3px solid #fff;
		border-radius: 4px;
	}
	
	.city2 {
		width: 140px;
		top: 110px;
		left: 130px;
	}
	.city2 img {
		width: 140px;
	}
	.puls-dot2 {
		top: 2px;
		right: 2px;
		border: 3px solid #fff;
		border-radius: 4px;
	}
	
	.city3 {
		width: 85px;
		top: 165px;
		left: 300px;
	}
	.city3 img {
		width: 85px;
	}
	.puls-dot3 {
		top: 2px;
		left: 2px;
		border: 3px solid #fff;
		border-radius: 4px;
	}
	.latest-releses2 {
		margin: 0px auto 50px;
		padding-top: 50px;
	}
	.work {
		padding-top: 50px; 
	}
	.work-description-back .line {
		width: 90%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1040px) {
	.work {
		width: 90%;
	}
	.tvfilm-projects-box {
		float: none;
		margin: 50px auto;
	}
	.tvfilm-right-box {
		max-width: 520px;
		width: 100%;
		margin: 0px auto;	
	}
}

@media only screen and (min-width: 100px) and (max-width: 700px) {
	.powered-text-1 {
		font-size: 16px;
		line-height: 30px;
	}
	.br-no {
		display: none;
	}
	.work-description-back .line {
		width: 85%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 500px) {
	.no-mob {
		display: none;
	}
	.show-mob {
		display: block;
	}
	.main-title-2 {
		font-size: 60px;
		line-height: 80px;
	}
	.showreel-title2 img{
		max-width: 393px;
		width: 100%;
		margin: 0 5px;
	}
	.showreel-text-1, .showreel-text-2 {
		line-height: 23px;
	}
	#showreelVideo, #vfxVideo2 {
		object-fit: contain;
	}
	.cover1 {
		background-image: url("img/images/glomax_showreel_cover_mob.jpg")
	}
	.cover2 {
		background-image: url("img/images/glomax_vfx_showreel_cover_mob.jpg")
	}
	.latest-releses-content {
		margin-bottom: 20px;
		
	}
	.work-description-back .line {
		width: 78%;
	}
	.footer-bottom .copyright-text p {
		font-size: 7px;
	}
	.tvfilm-rings {
		margin: 0 auto;
		width: 360px;
	}
	.inner-glow1  {
	  width:60px;
	  height:60px;
	}
	.inner-glow2  {
	  width:80px;
	  height:80px;
	}
	.inner-glow3  {
	  width:100px;
	  height:100px;
	}
	.inner-glow4  {
	  width:130px;
	  height:130px;
	}
	.inner-glow5  {
	  width:150px;
	  height:150px;
	}
	.inner-glow1 p, .inner-glow2 p, .inner-glow3 p, .inner-glow4 p, .inner-glow5 p {
	  line-height: 20px;
	  font-size:18px;
	}
	.inner-glow1 p {
	  padding-top: 22px;
	}
	.inner-glow2 p {
	  padding-top: 22px;
	}
	.inner-glow3 p {
	  padding-top: 42px;
	}
	.inner-glow4 p {
	  padding-top: 45px;
	}
	.inner-glow5 p {
	  padding-top: 55px;
	}
	
	
	.tvfilm-projects-box {
		width: 350px;
		margin: 10px auto;
	}
	.tvfilm-stone-box, .tvfilm-zurg-box, .tvfilm-ejjeli-box {
		width: 348px;
		margin-top: 0px;
	}
	.tvfilm-stone-img, .tvfilm-zurg-img, .tvfilm-ejjeli-img {
		width: 175px;
	}
	.tvfilm-ejjeli-box {
		margin-bottom: 50px;
	}
	
	#section5 {
		background-image: url("img/images/visual-mob-bg.jpg")
	}
	
	#section5 .showreel-text-2 {
		margin-bottom:10px;
	}
	
	.visualdesign-image {
		display: block;
	}
	.visualdesign-image img {
		width: 100%;
		height: auto;
	}
	
	.powered-map {
		width: 340px;
		height: 300px;
		margin: 30px auto 0;
	}
	.city1 {
		width: 50px;
		top: 70px;
	}
	.city2 {
		width: 90px;
		top: 80px;
		left: 90px;
	}
	.city3 {
		width: 55px;
		top: 80px;
		left: 210px;
	}
	.city1 img {
		width: 50px;
	}
	.city2 img {
		width: 90px;
	}
	.city3 img {
		width: 55px;
	}
	.powered-map .puls-dot1 {
		top: 27px;
		right: 3px;
		border: 2px solid #ffffff;
	}
	.powered-map .puls-dot2 {
		top: 1px;
		right: 1px;
		border: 2px solid #ffffff;
	}
	.powered-map .puls-dot3 {
		top: 31px;
		left: 1px;
		border: 2px solid #ffffff;
	}
	
	.clients-title {
		font-size: 25px;
		padding-top: 30px;
	}
	
	.work-cast-box {
		width: 300px;
		float: none;
	}
	.portfolio-menu {
		font-size: 20px;
	}
}

