
.wrap{
	width:80%;
	margin: 0 auto;
}
.buttons {
    background: #0DADA9;
    border-top: 1px solid #2ED8D3;
}
.buttons ul li {
    display: inline-block;
    width: 37.7%;
    margin: 0% 3% 0% 4%;
    float: left;
    border-right: 1px solid #2ED8D3;
padding: .5em 2.2em .5em 0em;
}
.buttons ul li:nth-child(2) {
    margin: 0;
    border-right:none;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #ffffff;
	font-size:15px;
	margin-left:12px;
	margin-top:25px;
	
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
	
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #333333;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Sweep To Right */
a.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    background: url(../../images/fb1.png) no-repeat 30px 16px #000;
    width: 29%;
    padding: 1em 4em;
  font-size: 1em;
  color: #fff;
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}
label {
    color: #fff;
}
a.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../images/fb.png) no-repeat 30px 16px #fff;
  color:#000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}
a.hvr-sweep-to-right:hover, a.hvr-sweep-to-right:focus, a.hvr-sweep-to-right:active {
  color: black;
}
a.hvr-sweep-to-right:hover:before, a.hvr-sweep-to-right:focus:before, a.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
a.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    width: 29%;
    padding: 1em 4em;
  font-size: 1em;
  color: #fff;
   background:url(../../images/tw1.png) no-repeat 23px 16px  #000;
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;

}
a.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
     background:url(../../images/tw.png) no-repeat 23px 16px  #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}
a.hvr-sweep-to-left:hover, a.hvr-sweep-to-left:focus, a.hvr-sweep-to-left:active {
  color: black;
}
a.hvr-sweep-to-left:hover:before, a.hvr-sweep-to-left:focus:before, a.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.forget{
	float:right;
}
.forget-pass a {
    color: #898888;
    font-size: 15px;
    margin-top: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    float: left;
}
.forget-pass a:hover {
	text-decoration: underline;
	 color: #fff;
}
.footer{
	position: relative;
}
.copy-right {
	text-align: center;
	position: absolute;
	left: 35em;
	bottom: -36em;
	    margin-bottom: 2em;
}
.copy-right p {
    color: #080727;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.copy-right p a {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 600;
	color: #080727;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right p a:hover {
	color:#07cbc7;
}
.login-pop h1 {
	font-family: 'Orbitron', sans-serif;
    font-size: 1.8em;
    padding: 3em 0;
    color:#080727;
        letter-spacing: 4px;
}
/**-login--*/
	/*--login-pop--*/
.login-pop {
    text-align: center;
}
#loginpop {
    position: relative;
    float: right;
    margin-top: 0em;
    text-align: center;

}
i.arrow {
    font-size: 0.9em;
  color: #34353a;
  vertical-align: baseline;
  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
  }
#loginpop a span:hover i.arrow{
  color:#fff;
  }
#loginpop a{
	text-decoration:none;
	margin-top:10px;
}
#loginpop a span{
    display: block;
    color: #080727;
    padding: 8px 20px;
    font-size: 0.9em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-weight: 900;

  }
/* Login Button */
#loginButton { 
    display:inline-block;  
    position:relative;
    z-index:30;
    cursor:pointer;
}
/* Login Box */
#loginBox {
    position: absolute;
    top: 64px;
    right: 0px;
    display: none;
    z-index: 29;
    box-shadow: 0px 0px 3px #fff;
}
#loginForm:after {
    content: '';
    position: absolute;
    right: 34px;
    top: -8px;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 13px solid #f95858;
}
/* Login Form */
#loginForm {
    width: 408px;
    background: #f95858;
    height: 295px;
}
#loginForm fieldset {
    display:block;
    border:0;
    padding:0;
}
fieldset#body {
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    padding:15px 15px;
    margin:0;
}
#loginForm #checkbox {
    width:auto;
    margin:3px 6px 0 0;
    float:left;
    padding:0;
    border:0;
}
#body label {
    color: #34353a;
    margin: 8px 0 0 0;
    display: block;
    float: left;
    font-size: 0.8725em;
    font-weight: 400;
    float: right;
}
#loginForm #login {
  width: auto;
  float: left;
    background: #ffffff;
    color: #333333;
  font-size: 1em;
  font-weight:bold;
  padding: 16px 77px;
  border: none;
  margin: 10px 39px 5px 19px;
  cursor: pointer;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  outline:none;
  text-transform: uppercase;
  
}
#loginForm #login:hover{
     background:#ff3030;
     color: #fff;
}
#loginForm input {
    padding: 14px;
    width: 92%;
    font-size:12px;
    margin: 12px 0px;
    border: none;
    color: #080727;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
        border-radius: 5px;
            -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
#body label i {
  color: #fff;
  font-size: 1em;
  font-style: normal;
}
#loginForm span a {
  color:#000000;
  font-size: 0.85em;
  font-weight: 400;
  background: none;
  border: none;
  box-shadow: none;
  /*padding: 0 16px;*/
  	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
#loginForm span a:hover {
	  color:#000;
	  	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*--/login--*/
/*----start-responsive design-----*/
@media (max-width:1440px){
	#loginpop {
	    left: -32em;
	}
	.copy-right {
	    left: 28em;
	}
}
@media (max-width:1366px){
	#loginpop {
	    left: -29em;
	}
	.login-pop h1 {
	    padding: 2em 0;
	}
	.copy-right {
	    bottom: -32em;
	}
}
@media (max-width:1280px){
	#loginpop {
	    left: -27em;
	}
	.copy-right {
	    left: 22.5em;
	}
}
@media (max-width: 1200px){
	#loginpop {
	    left: -24em;
	}
}
@media (max-width: 1080px){
	#loginpop {
	    left: -21em;
	}
	.copy-right {
	    left: 15.5em;
	}
}
@media (max-width:1024px){
	#loginpop {
	    left: -20em;
	}
	.login-pop h1 {
	    padding: 1em 0;
	}
	.copy-right {
	    left: 14.5em;
	}
}
@media (max-width:991px){
	#loginpop {
	    left: -18em;
	}
	.copy-right {
	    left: 13.5em;
	    bottom: -32em;
	}
}
@media (max-width:800px){
	#loginpop {
	    left: -11em;
	}
	.copy-right {
	    left: 8.5em;
	    bottom: -33em;
	}
	.login-pop h1 {
	    padding: 1em 0 .3em;
	}
}
@media (max-width:768px){
	#loginpop {
	    left: -12em;
	}
	.copy-right {
	    left: 6.5em;
	    bottom: -32em;
	}
	.login-pop h1 {
	    padding: 4em 0 2em;
	}
}
@media (max-width:640px){
	#loginpop {
	    left: -8em;
	}
	.copy-right {
	    left: 2.5em;
	    bottom: -31em;
	}
}
@media (max-width:600px){
	#loginpop {
	    left: 0em;
	}
	
	.copy-right {
	    left: 2em;
	}
}
@media (max-width:480px){
	#loginpop {
	    /*left: -2.3em;*/
	}
	.copy-right {
	    left: 0em;
	    bottom: -31em;
	}
	.copy-right p {
	    font-size: .95em;
	    line-height: 1.8em;
	}
	.login-pop h1 {
	    padding: 2em 0 1em;
	}
}
@media (max-width:414px){
.login-pop h1 {
	    font-size: 1.1em;
	    letter-spacing: 3px;
	        padding: 2em 0 .5em;
	}
	#loginpop {
	    left: -1em;
	}
	#loginForm {
	    height: 330px;
	  width: 344px;
	}
	fieldset#body {
	    padding: 10px 10px;
	}
	#loginForm input {
	    padding: 8px;
	    width: 93%;
	    font-size: 13px;
	    margin: 16px 0px;
    }
	.buttons ul li {
    	width: 48%;
	    margin: 0% 0% 0% 2%;
	      padding: 10px 2px 10px 0px;
	}
	a.hvr-sweep-to-right {
		background: url("../images/fb1.png") no-repeat 14px 16px #000;
	    width: 26%;
	    padding: 1em 3em;
	    font-size: 15px;
	}
	a.hvr-sweep-to-right:before {
       background: url("../images/fb.png") no-repeat 14px 16px #fff;
	}
	a.hvr-sweep-to-left {
	    width: 26%;
	    padding: 1em 3em;
	    font-size: 15px;
	    background: url("../images/tw1.png") no-repeat 15px 16px #000;
	}
	a.hvr-sweep-to-left:before {
	     background:url("../images/tw.png") no-repeat 15px 16px  #fff;
	}
	#loginForm span a {
	    margin-top: 7px;
	    display: block;
	}
	.copy-right {
	    bottom: -26.5em;
	}
}
@media (max-width:375px){
.login-pop h1 {
	    font-size: 1.1em;
	    letter-spacing: 3px;
	        padding: 2em 0 .5em;
	}
	#loginpop {
	    left: -1em;
	}
	#loginForm {
	    height: 330px !important;
	    width: 344px;
	}
	fieldset#body {
	    padding: 10px 10px;
	}
	#loginForm input {
	    padding: 8px;
	    width: 93%;
	    font-size: 13px;
	    margin: 16px 0px;
    }
	.buttons ul li {
    	width: 48%;
	    margin: 0% 0% 0% 2%;
	      padding: 10px 2px 10px 0px;
	}
	a.hvr-sweep-to-right {
		background: url("../images/fb1.png") no-repeat 14px 16px #000;
	    width: 26%;
	    padding: 1em 3em;
	    font-size: 15px;
	}
	a.hvr-sweep-to-right:before {
       background: url("../images/fb.png") no-repeat 14px 16px #fff;
	}
	a.hvr-sweep-to-left {
	    width: 26%;
	    padding: 1em 3em;
	    font-size: 15px;
	    background: url("../images/tw1.png") no-repeat 15px 16px #000;
	}
	a.hvr-sweep-to-left:before {
	     background:url("../images/tw.png") no-repeat 15px 16px  #fff;
	}
	#loginForm span a {
	    margin-top: 7px;
	    display: block;
	}
	.copy-right {
	    bottom: -26.5em;
	}
}
@media (max-width:320px){
	.login-pop h1 {
    font-size: 1.2em;
    letter-spacing: 3px;
    padding: 2em 0 .5em;
	}
	#loginpop {
	    left: -1em;
	}
	#loginpop a span {
    	font-size: 0.875em;
    }
	#loginForm {
	    height: 590px;
	    width: 290px;
	}
	fieldset#body {
	    padding: 10px 10px;
	}
	#loginForm input {
	    padding: 8px;
	    width: 93%;
	    font-size: 13px;
	    margin: 16px 0px;
    }
	.buttons ul li {
    	width: 48%;
	    margin: 0% 0% 0% 2%;
	      padding: 10px 2px 10px 0px;
	}
	a.hvr-sweep-to-right {
		background: url("../images/fb1.png") no-repeat 14px 16px #000;
	    width: 26%;
	    padding: 1em 3em;
	    font-size: 15px;
	}
	a.hvr-sweep-to-right:before {
       background: url("../images/fb.png") no-repeat 14px 16px #fff;
	}
	a.hvr-sweep-to-left {
	    width: 26%;
	    padding: 1em 3em;
	    font-size: 15px;
	    background: url("../images/tw1.png") no-repeat 15px 16px #000;
	}
	a.hvr-sweep-to-left:before {
	     background:url("../images/tw.png") no-repeat 15px 16px  #fff;
	}
	#loginForm span a {
	    margin-top: 7px;
	    display: block;
	}
	.copy-right {
	    bottom: -26.5em;
	    margin-bottom: 0em;
	}
}