	body {
		width: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		background-image: url(../images/bg.png);
		background-attachment: fixed;
		font-family: Verdana;
	}
	
	.square.facebook {
		background: #1877F2;
		color: #fff;
    }

	.square.stock {
		background-image: linear-gradient(90deg,#E84F75 0%,#322145 100%);
		color: #fff;
    }
	
	.square.feedback{
		background-image: linear-gradient(90deg,#39dfa5 0%,#3aacf2 100%);
		color: #fff;
    }
	.square.feedback h2,
	.square.login h2{
		font-size: 1.5em;
    }
	.square.feedback span,
	.square.login span{
		font-size: 12px;
    }
	.square.login{
		background: #00aced;
		color: #fff;
    }
	
	
	
	
	
	.square.contact{
		background: #f2f3f7;
		color: #939da5;
    }
	.square.team{
		background-image: url(../images/about.jpg);
		background-size: cover;
		background-position: center center;
		color: #fff
    }
	.square-content {
		margin: auto;
		position: relative;
		width: 300px;
		height: auto;  
		text-align: center;
	 }
	.brand {
		height: 80px;
	 }

	.light-btn {
		background: transparent;
		font-weight: 700;
		padding: 0.7em 2em;
		color: #fff;
		margin: auto;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #EFEFEF;
		display: block;
		margin-top: 1rem;
	}

	.square a {
		text-decoration: none;
	}	

	.square a:hover {
		background-color: #fff;
		color: #939da5; 
	}	



footer .bottom-footer p a{
text-decoration: none;
color: inherit;
}
footer .bottom-footer p a:hover{
text-decoration: none;
color: #5d6063;
}
/*----------------------------------------------------------------------------------*/

.popup{
  width: 100%;
  min-height: 100vh;
  position: relative;
background-color: #fff;
}

.popup-inner {
	margin: auto;
padding: 15px;
font-size: 16px;
 position: relative;

	}

	.popup-inner h2{
		font-size: 1.5em;
    }
	
.popuplight-btn {
		background: transparent;
		font-weight: 700;
		padding: 0.7em 2em;
		color: #000;
		margin: auto;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #939da5;
		display: block;
		margin-top: 1rem;
		text-decoration: none;
		float: right;
	}

.popuplight-btn:hover {	
background: #939da5;
}

.loginform {
	display: block;
	height: auto;
	position: relative;
	max-width: 550px;
	height: auto;
	margin: 0px auto;
	padding: 20px;

}


.loginform input[type="checkbox"]{
	width: 15px;
	height: 15px;
	background: #fff;
	border: 0px;
	padding: 5px;
	font-size: 16px;
	border: 2px solid #fff;
	transition: all 0.3s ease;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.loginform label {
  display: block;
  width: 309px;
  height: 35px;
  margin: auto;
  font-family: Arial;
  color: gray;
}

.loginform input[type="password"],
.loginform input[type="email"]{
	display: block;
	width: 290px;
    padding: 12px 20px;
	height: 20px;
	border: 1px solid #ccc;
	margin: 5px auto;
	transition: all 0.3s ease;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

.loginform input[type="submit"]{
  display: block;

    color: #ccc;
    font-family: Verdana;
    font-size: 15px;
    height: 60px;
    width: 290px;
	text-align: center;
	padding: 12px 20px;
	margin: 5px auto;
  

  cursor: pointer;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 0.3s ease;
  
  
background: transparent;
		border: 1px solid #ccc;

  
}

.loginform input[type="submit"]:hover{
  background-color: #f2f3f7;
		color: #939da5; 
}

.loginform a{
  text-align: center;
  font-family: Arial;
  color: gray;
  display: block;
  margin: 15px auto;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 12px;
}

.loginform a:hover{
  color: #5d6063;
}


#login .formlogin::-webkit-input-placeholder {
   color: gray;
}

#login .formlogin:-moz-placeholder { /* Firefox 18- */
   color: gray;  
}

#login .formlogin::-moz-placeholder {  /* Firefox 19+ */
   color: gray;  
}

#login .formlogin:-ms-input-placeholder {  
   color: gray;  
}

















/*

.loginform input
{
   background: transparent;
		font-weight: 700;
		padding: 0.7em 2em;
		color: #fff;
		margin: auto;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #EFEFEF;
		display: block;
		margin-top: 1rem;
		font-size: 16px;
}
	
.loginform input[type="submit"]:hover {
		background-color: #fff;
		color: #939da5; 
	}	*/
	
@media screen and (min-width: 1200px) {	
	body.split header {
		width: 50vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
	}
	header {
		color: #000;
		padding: 4rem 5rem;
		position: relative;
		z-index: 5;
		max-width: 750px;
	}
	header .logo {
	    max-width: 10rem;
	}
	h1 {
		font-size: 4rem;
		font-weight: 400;
		line-height: 1;
	}
	
	
	
	body.split #global-content {
		position: relative;
		width: 50vw;
		height: auto;
		top: 0;
		left: 50vw;
		display: block;
	}
	
	#global-content .row .slide {
		height: 25vw;
		overflow: hidden;
    }

	#global-content .square {
		min-height: 25vw;
		overflow: hidden;
		float:left;
		width: 25vw;
	     display: flex;
		align-items: center;
		justify-content: center;
    }


	body.split footer {
		width: 50vw;
		position: fixed;
		left: 0;
		bottom: 0;
	}
	footer {
		background: transparent;
		color: #000;
		padding: 4rem 5rem 2rem;
		position: relative;
		z-index: 10;
	}
	
	footer .bottom-footer {
		padding-top: 6rem;
		width: 100%;
	}
	footer .bottom-footer p {
		font-size: 12px;
		color: #939da5;
		line-height: 1.6;
	}

	
	.popup-inner {
	width: calc(100% - 200px); 
	}
}	
	
	
	
	




	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
@media screen and (max-width: 1200px) {	
	body.split header {
		width: 100vw;
		height: auto;
		position: relative;
		
	}
	header {
		color: #000;
		padding: 4rem 5rem;
		position: relative;
		z-index: 5;
		max-width: 750px;
	}
	header .logo {
	    max-width: 10rem;
	}
		h1 {
		font-size: 3rem;
		font-weight: 400;
		line-height: 1;
	}
	body.split #global-content {
		position: relative;
		width: 100vw;
		height: auto;
		z-index: 999;
	}
	
	#global-content .row .slide {
		height: 50vw;
		overflow: hidden;
    }

	#global-content .square {
		min-height: 50vw;
		overflow: hidden;
		float:left;
		width: 50vw;
	     display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
    }

	body.split footer {
		width: 100vw;
		position: relative;
	}
	footer {
		background: transparent;
		color: #000;
		position: relative;
		z-index: 10;
	}
	footer .bottom-footer {
		padding-top: 6rem;
		width: 100%;
	}
	footer .bottom-footer p {
		padding: 5px;
		font-size: 12px;
		color: #939da5;
		line-height: 2.6;
		text-align: center;
	}
	.popup-inner {
	width: calc(100% - 200px); 
	}
}

@media screen and (max-width: 900px) {	
	body.split header {
		width: 100vw;
		height: auto;
		position: relative;
	}
	header {
		color: #000;
		padding: 15px;
		position: relative;
		z-index: 5;
		max-width: 750px;
	}
	header .logo {
	    max-width: 10rem;
	}
		h1 {
		font-size: 2rem;
		font-weight: 400;
		line-height: 1;
	}
	body.split #global-content {
		position: relative;
		width: 100vw;
		height: auto;
		z-index: 999;
	}
	
	#global-content .row .slide {
		height: 100vw;
		overflow: hidden;
    }
	
	#global-content .row:after {
		clear: both;
    }
	#global-content .square {
		min-height: 100vw;
		overflow: hidden;
		width: 100vw;
	     display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
    }

	body.split footer {
		width: 100vw;
		position: relative;
	}
	footer {
		position: relative;
		height: auto;
		width: 100vw;
	
	}
	footer .bottom-footer {
		padding-top: 6rem;
		width: 100%;
	}
	footer .bottom-footer p {
		font-size: 12px;
		color: #939da5;
		line-height: 2.6;
		text-align: center;
	}
	.right-content {
		position: relative;
	}
	.popup-inner {
	width: calc(100% - 100px); 
	}
	
}
