@charset "UTF-8";
/* CSS Document */
html,
body {
   width: 100%;
   height: 100%;
   padding: 0px;
   margin: 0px;
   font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   -ms-text-size-adjust: 100%;
   -webkit-texts-size-adjust: 100%;
   -webkit-backface-visibility: hidden;   
}  
@font-face {
   font-family: 'Billabong';
   font-style: normal;
   font-weight: normal;
   src: local('Billabong'), url('fonts/Billabong.woff') format('woff');
}
@font-face {
    font-family: 'robotolight';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Light-webfont.woff2') format('woff2'),
         url('fonts/Roboto-Light-webfont.woff') format('woff'),
         url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
.insta_font {
   font-family: 'Billabong';
}

*:not(input), *:focus:not(input) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	position:relative;
}


.input_box::-webkit-input-placeholder { color:#dddddd;opacity:1; }
.input_box input[type="text"]::-moz-placeholder {color:#dddddd;opacity:1; }
.input_box input[type="text"]:-moz-placeholder { color:#dddddd;opacity:1;}

.input_box input[type="text"] {
     color:#dddddd;opacity:1;
}
.section_top {
   width:100%; 
   height:100%;
   max-height:500px;
	background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size:  cover; 
	padding-top:100px;
	 z-index:1;
}
.section_top::after{
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  top:0;
  left:0;
  bottom:0;
  background: linear-gradient(38deg, rgba(253, 244, 151, 0.7), rgba(253, 244, 151, 0.7), rgba(253, 89, 73, 0.7), rgba(214, 36, 159, 0.7), rgba(40, 90, 235, 0.7));
  background-size: 100% 300%;
	
  -webkit-animation: instagramColorAnimation 30s ease infinite;
  -moz-animation: instagramColorAnimation 30s ease infinite;
  -o-animation: instagramColorAnimation 30s ease infinite;
  animation: instagramColorAnimation 30s ease infinite; 
}
.section_middle {
  width:100%;
  padding:50px 0px;
  overflow:hidden; 
  max-width:1050px;
  margin:0px auto;
}
.section_middle_fll {
  width:100%;
  padding:50px 0px;
  overflow:hidden;   
}
 /*@-webkit-keyframes instagramColorAnimation {
    0%{background-position:61% 0%}
    50%{background-position:10% 30%}
    100%{background-position:61% 0%}
}
@-moz-keyframes instagramColorAnimation {
    0%{background-position:61% 0%}
    50%{background-position:10% 30%}
    100%{background-position:61% 0%}
}
@-o-keyframes instagramColorAnimation {
    0%{background-position:61% 0%}
    50%{background-position:10% 30%}
    100%{background-position:61% 0%}
}
@keyframes instagramColorAnimation {
    0%{background-position:61% 0%}
    50%{background-position:10% 30%}
    100%{background-position:61% 0%}
}*/
.error_login,
.error_register,
.already_use_username,
.already_use_email {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 10px;
  color: #e74c3c;
}
.panotine {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 10px;
  color: #e74c3c;
}
.section_top_in {
   width:100%;
   max-width:1050px;
   margin:0px auto;
   height:100%; 
   z-index:1;
} 
.wellcome_site {
width: 100%;
max-width: 230px;
text-align: left;
font-weight: 300;
font-size: 20px;
color: #ffffff;
margin: 0px auto;
}
.sitename {
   width:100%;
   max-width:300px;
   text-align:center;
   font-weight:300;
   font-size:120px;
   color:#ffffff; 
   margin:0px auto;
   margin-top: -40px; 
}
.lgnbx {
   width:100%;
   max-width:600px;
   margin:0px auto;
   padding:10px 0px; 
}

.login_form {
   width:100%;
   max-width:600px;
   margin:0px auto;
   padding:10px 0px;
   display:flex;
   display:-webkit-flex;
   display:-moz-flex;
   display:-ms-flex;
   display:-o-flex;
   -webkit-animation: well-animation1 1s cubic-bezier(.1, .82, .25, 1);
    animation: well-animation1 1s cubic-bezier(.1, .82, .25, 1);
}

.login_box {
   width:100%; 
}
.login_box:not(:last-child){
padding-right:10px;
}
.login_box:last-child{
   width:50%;
}
.input_box {
  width:100%;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border:2px solid #d8dbdf;
  background-color:rgba(255,255,255, 0);
  outline: none;
  color:#444444;
  padding:10px;
  font-size:14px;
  text-indent:35px;
}
.icon {
  width: 13px;
  height: 13px;
  margin-right: 6px;
  float: left;
  margin-top: 2px;
}
.icon_input {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 8px;
    left: 8px;
    z-index: 1;
} 
.icon_user {
    background-image: url(icons/lgIcons.png);
    background-repeat: no-repeat;
    background-position: -115px -406px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.input_box:focus ~  .icon_user {
	background-image: url(icons/lgIcons.png);
    background-repeat: no-repeat;
    background-position: -152px -406px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
} 
.icon_password {
    background-image: url(icons/lgIcons.png);
    background-repeat: no-repeat;
    background-position: -115px -460px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.input_box:focus ~  .icon_password {
	background-image: url(icons/lgIcons.png);
    background-repeat: no-repeat;
    background-position: -152px -460px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.submit_btn {
outline: none;
width: 100%;
text-align: center;
font-weight: 600;
font-size: 14px;
color: #444444;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border: 2px solid #d8dbdf;
padding: 9px 15px;
background-color: #ffffff;
}
._rpioj_f { 
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    padding: 8px 0px;
}
._rpioj_f a {
    text-decoration: none;
    font-weight: 300;
    color: #ffffff;
    font-size: 12px;
}
.global_box {
  width:100%;
  max-width:600px;
  margin:0px auto;
  padding:10px 0px;
}
.left_register_btn {
    display: block;
    position: absolute;
	right:10px;
	top:10px;
    width: 200px;
    margin: 0px auto auto 150px;
    padding: 11px 24px;
    color: #ffffff;
    border-color: #ffffff;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap; 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	z-index:2;
	transition: all .5s ease-out;
    -webkit-animation: fadeInRight .5s ease-in-out .5s;
    animation: fadeInRight .5s ease-in-out .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.left_register_btn:hover {
  background-color:rgba(255,255,255, .2);  
}
.left_register_btn:hover .next_ {
    background-image: url(icons/lgIcons.png);
    background-repeat: no-repeat;
    background-position: -38px 0px;
	 transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
.next_ {
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(icons/lgIcons.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    top: 13px;
    right: 13px;
	 transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
.color_white {
  color:#ffffff;
  font-weight:300;
  font-size:14px;
}
.color_dark {
  color:#444444;
  font-weight:300;
  font-size:14px;
}
.device_phone {
   width:100%;
   max-width:454px;
   margin:0px auto;  
}
.global-input-wrapp {
    position: relative;
    width: 100%;
    padding: 5px 0px;
    display: inline-block;
}
.close_register {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-image: url(icons/lgIconsblack.png);
    background-repeat: no-repeat;
    background-position: -70px -101px;
    cursor: pointer;
}
.global-input-wrapp:nth-child(1){
 -webkit-animation: well-animation1 1s cubic-bezier(.1, .82, .25, 1);
    animation: well-animation1 1s cubic-bezier(.1, .82, .25, 1);
}
.global-input-wrapp:nth-child(2){
 -webkit-animation: well-animation1 1.2s cubic-bezier(.1, .82, .25, 1);
    animation: well-animation1 1.2s cubic-bezier(.1, .82, .25, 1);
}
.global-input-wrapp:nth-child(3){
 -webkit-animation: well-animation1 1.4s cubic-bezier(.1, .82, .25, 1);
    animation: well-animation1 1.4s cubic-bezier(.1, .82, .25, 1);
}
.global-input-wrapp:nth-child(4){
 -webkit-animation: well-animation1 1.6s cubic-bezier(.1, .82, .25, 1);
    animation: well-animation1 1.6s cubic-bezier(.1, .82, .25, 1);
}
.global-input-wrapp:nth-child(5){
 -webkit-animation: well-animation1 1.8s cubic-bezier(.1, .82, .25, 1);
    animation: well-animation1 1.8s cubic-bezier(.1, .82, .25, 1);
}
.global-input-wrapp:nth-child(6){
 -webkit-animation: well-animation1 2s cubic-bezier(.1, .82, .25, 1);
    animation: well-animation1 2s cubic-bezier(.1, .82, .25, 1);
}
.global-input-wrapp:nth-child(7){
 -webkit-animation: well-animation1 2.2s cubic-bezier(.1, .82, .25, 1);
    animation: well-animation1 2.2s cubic-bezier(.1, .82, .25, 1);
}
.global-input-wrapp:nth-child(8){
 -webkit-animation: well-animation12.4s cubic-bezier(.1, .82, .25, 1);
    animation: well-animation1 2.4s cubic-bezier(.1, .82, .25, 1);
}
.global-input-wrapp:nth-child(9){
 -webkit-animation: well-animation1 2.6s cubic-bezier(.1, .82, .25, 1);
    animation: well-animation1 2.6s cubic-bezier(.1, .82, .25, 1);
}
.global-input-wrapp:nth-child(10){
 -webkit-animation: well-animation1 2.8s cubic-bezier(.1, .82, .25, 1);
    animation: well-animation1 2.8s cubic-bezier(.1, .82, .25, 1);
}
.days #subscription_day {
    border-radius: 3px;
    -webkit-border-radius: 3px; 
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
     background-color: rgba(255, 255, 255, 1);
   border: 2px solid #d8dbdf;
   color: #444;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    outline: none;
    text-indent: 0px; 
	-moz-appearance: none;
-webkit-appearance: none;
padding: 5px 15px;
}
.days #subscription_month {
    border-radius: 3px;
    -webkit-border-radius: 3px; 
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: rgba(255, 255, 255, 1);
   border: 2px solid #d8dbdf;
   color: #444;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    outline: none;
    text-indent: 0px; 
	-moz-appearance: none;
-webkit-appearance: none;
padding: 5px 15px;
}
.days #subscription_year {
    border-radius: 3px;
    -webkit-border-radius: 3px; 
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
   background-color: rgba(255, 255, 255, 1);
   border: 2px solid #d8dbdf;
   color: #444;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    outline: none;
    text-indent: 0px; 
	-moz-appearance: none;
-webkit-appearance: none;
padding: 5px 15px;

}
.i_bg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    float: left;
    margin-right: 10px;
    padding: 8px 0px;
}
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 29px;
    font-size: 14px;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-family: 'Quicksand', sans-serif;
	color: #444444;
    font-weight: 600;
}

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border:2px solid #444444;
}

[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #444444;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #444444;
  z-index: 0;
}

[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
}

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}

.icon_input_register {
    position: absolute;
    width: 29px;
    height: 29px;
    top: 11px;
    left: 8px;
    z-index: 1; 
    border-radius: 50%;
    -webkit-border-radius: 50%; 
    -o-border-radius: 50%;
}

.icon_user_register {
    background-image: url(icons/lgIconsblack.png);
    background-repeat: no-repeat;
    background-position: 2px -25px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.input_box:focus ~  .icon_user_register {
	background-image: url(icons/lgIconsblack.png);
    background-repeat: no-repeat;
    background-position: -34px -25px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.icon_input_fullname {
    position: absolute;
    width: 29px;
    height: 29px;
    top: 11px;
    left: 8px;
    z-index: 1; 
    border-radius: 50%;
    -webkit-border-radius: 50%; 
    -o-border-radius: 50%;
}
.icon_user_fullname {
    background-image: url(icons/lgIconsblack.png);
    background-repeat: no-repeat;
    background-position: -72px -25px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.input_box:focus ~  .icon_user_fullname {
	background-image: url(icons/lgIconsblack.png);
    background-repeat: no-repeat;
     background-position: -105px -25px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.icon_input_email {
    position: absolute;
    width: 29px;
    height: 29px;
    top: 11px;
    left: 8px;
    z-index: 1; 
    border-radius: 50%;
    -webkit-border-radius: 50%; 
    -o-border-radius: 50%;
}

.icon_user_email {
    background-image: url(icons/lgIconsblack.png);
    background-repeat: no-repeat;
    background-position: -72px -69px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.input_box:focus ~  .icon_user_email {
	background-image: url(icons/lgIconsblack.png);
    background-repeat: no-repeat;
     background-position: -105px -69px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
} 
.icon_input_password {
    position: absolute;
    width: 29px;
    height: 29px;
    top: 11px;
    left: 8px;
    z-index: 1; 
    border-radius: 50%;
    -webkit-border-radius: 50%; 
    -o-border-radius: 50%;
}

.icon_user_password {
    background-image: url(icons/lgIconsblack.png);
    background-repeat: no-repeat;
    background-position: 4px -103px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.input_box:focus ~  .icon_user_password {
	background-image: url(icons/lgIconsblack.png);
    background-repeat: no-repeat;
   background-position: -35px -103px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
._rpioj {
position: relative;
text-align: center;
font-weight: 400;
font-size: 14px;
color: #444444;
width: 100%;
padding: 8px 0px;
}
._rpioj a {
    text-decoration: none;
    font-weight: 600;
    color: #EF5B2F;
}
.bold {
   font-weight:600;
}
.register_form {
   width:100%;
   max-width:400px;
   margin:0px auto;
   padding:10px 0px;  
   -webkit-animation: well-animation1 1s cubic-bezier(.1, .82, .25, 1);
    animation: well-animation1 1s cubic-bezier(.1, .82, .25, 1);
} 
/*Regiter Modal STARTED*/
.modal-open {
    opacity: 1 !important;
    transform: scale(1) !important;
    transition-property: transform;
}
.popUp__Wrapper {
    position: fixed;
    z-index: 999;
    padding-top: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    opacity: 0;
    transform: scale(0);
    justify-content: center;
    background-color:rgba(255,255,255, .5);
}
.modal-Wrap {
    font-family: Helvetica, Arial, sans-serif;
    margin: 40px auto 40px;
    position: relative;
    width: 100%;
    max-width: 500px;
    transition: all .3s ease-out;
    -webkit-animation: zoomInDown 0.45s ease-in-out 0.3s;
    animation: zoomInDown 0.45s ease-in-out 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.middle_open {
    display: block !important;
}
.modal-middle { 
    background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size:  cover; 
    background-color:#ffffff;
    box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .1);
    border-radius: 3px;
    -webkit-border-radius: 3px; 
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    margin: 0;
    position: absolute;
    display: none;
    width: 100%;
    padding: 40px 0px;
    min-height: 400px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s ease-out;
    -webkit-animation: zoomInDown 0.3s ease-in-out 0.3s;
    animation: zoomInDown 0.3s ease-in-out 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	z-index:1;
}  
.global-wrapper-reg {
    clear: both;
    display: block;
    padding: 0px 50px;
    overflow: auto;
} 
 
.note_reg {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 0px;
	color: #444444;
	text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
	text-transform: capitalize;
} 
.i_bg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    float: left;
    margin-right: 10px;
    padding: 8px 0px;
}
  
 
 .languagePopUpContainer {
    position: fixed;
    z-index: 999;
    padding-top: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    opacity: 0;
    transform: scale(0);
    justify-content: center;
    background-color:rgba(255,255,255, .5);
}
.language_modal_wrap {
    font-family: Helvetica, Arial, sans-serif;
    margin: 40px auto 40px;
    position: relative;
    width: 100%;
    max-width: 500px;
    transition: all .3s ease-out;
    -webkit-animation: zoomIn 0.45s ease-in-out 0.3s;
    animation: zoomIn 0.45s ease-in-out 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.register-modal-middle {
    background-color: #ffffff;
    box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .1);
    border-radius: 2px;
    -webkit-border-radius: 2px; 
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    margin: 0;
    position: absolute;
    display: none;
    width: 100%;
    padding: 40px 0px;
    min-height: 240px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s ease-out;
    -webkit-animation: zoomIn 0.3s ease-in-out 0.3s;
    animation: zoomIn 0.3s ease-in-out 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.close_languages {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-image: url(icons/lgIcons.png);
    background-repeat: no-repeat;
    background-position: -70px -101px;
    cursor: pointer;
}
.global-wrapper-box {
    clear: both;
    display: block;
    padding: 0px 50px;
    overflow: auto;
}
.lang_name_box {
   position:relative;
   float:left;
   width:100%;
   width:calc(100% / 2 - 0px);
   width:-webkit-calc(100% / 2 - 0px);
   width:-moz-calc(100% / 2 - 0px);
   width:-ms-calc(100% / 2 - 0px);
   width:-o-calc(100% / 2 - 0px);
       padding: 10px;
    text-align: center;
    color: #292929;
    font-size: 14px;
    font-weight: 300;
	cursor:pointer;
}
.lang_name_box:nth-child(odd) { 
    border-bottom: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}
.lang_name_box:nth-child(even) {
    border-bottom: 1px solid #ECECEC;
    border-right: 1px solid transparent;
}
.lang_name_box:nth-child(1) {
    border-top: 1px solid #ECECEC; 
}
.lang_name_box:nth-child(2) {
    border-top: 1px solid #ECECEC; 
}
.lang_name_box:hover {
  background-color:#ECECEC;
}
/*Register Modal FINISHED*/
.feature_block {
   position:relative;
   width:100%;
   width: calc(100% / 3 - 0px);
   width: -webkit-calc(100% / 3 - 0px);
   width: -ms-calc(100% / 3 - 0px);
   width: -moz-calc(100% / 3 - 0px);
   width: -o-calc(100% / 3 - 0px);
   padding:8px;
}
.flex {
  display:flex;
  display:-webkit-flex;
  display:-moz-fex;
  display:-ms-flex;
}
.feature_block_box {
  position:relative;
  width:100%;
  display:inline-block;
  min-height:300px;
  background-color:#ffffff;
  padding:15px;
  	border-radius:3px;
	-webkit-border-radius:3px; 
	-o-border-radius:3px;
	-ms-border-radius:3px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.feature_icon {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -webkit-border-radius: 50%; 
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    
	background-color:#ffffff;
	border:1px solid #ffffff;
	margin:0px auto; 
		
}
.heart_icon {
	background-image: url(icons/lgIcons.png);
    background-repeat: no-repeat;
    background-position: 18px -134px;
transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.follow_icon {
	background-image: url(icons/lgIcons.png);
    background-repeat: no-repeat;
    background-position: 18px -365px;
transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.story_icon { 
  background-image: url(icons/lgIcons.png);
    background-repeat: no-repeat;
      background-position: -87px -137px;
transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.feature_title {
  position:relative;
  width:100%;
  padding:10px 0px;
  text-align:center;
  color:#292929;
  font-size:20px;
  font-weight:300;
  font-family:"lato","pt sans","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
  text-transform:capitalize;
}
.feature_description {
  position:relative;
  width:100%;
  padding:10px 0px;
  text-align:center;
  color:#292929;
  font-size:15px;
  font-weight:300;
}
.feature_block:hover .heart {
  background-color:#EF5B2F; 
}
.feature_block:hover .follow {
  background-color:#1dc028; 
}
.feature_block:hover  .heart_color{
  background-color:#EF5B2F; 
}
.feature_block:hover  .follow_color{
   background-color:#1dc028; 
}
.feature_block:hover  .story_color{
   background-color:#a77dc2; 
}
.feature_block:hover .heart_icon {
  background-color:#EF5B2F;
  background-image: url(icons/lgIcons.png);
    background-repeat: no-repeat;
  background-position: 18px -246px;
  border:1px solid #EF5B2F;
  margin-top:-70px; 
}
.feature_block:hover .follow_icon {
  background-color:#1dc028;
  background-image: url(icons/lgIcons.png);
    background-repeat: no-repeat;
  background-position: 18px -475px;
  border:1px solid #1dc028;
  margin-top:-70px; 
}
.feature_block:hover .story_icon {
  background-color:#a77dc2;
  background-image: url(icons/lgIcons.png);
    background-repeat: no-repeat;
      background-position: -87px -250px;
  border:1px solid #a77dc2;
  margin-top:-70px;  
}
.feature_block:hover .feature_title {
  color:#ffffff;
}
.feature_block:hover .feature_description {
  color:#ffffff;
}
.post_features_item {
    position: relative;
    width: 100%;
    max-width: 1050px;
    margin: 0px auto; 
    text-align: center;
    vertical-align: baseline;
}
.post-icon {
    background: #fff;
    border-radius: 50%;
    cursor: default;
    display: inline-block;
    font-size: 90px;
    height: 135px;
    line-height: 125px;
    margin: 10px 15px 30px;
    width: 135px;
    position: relative;
    vertical-align: top;
    transform-origin: 50% 50%;
    transition: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.post-icon:nth-child(1){
transition: all .3s ease-out;
    -webkit-animation: fadeInUp 0.3s ease-in-out 0.3s;
    animation: fadeInUp 0.3s ease-in-out 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.post-icon:nth-child(2){
transition: all .5s ease-out;
    -webkit-animation: fadeInUp 0.5s ease-in-out 0.5s;
    animation: fadeInUp 0.5s ease-in-out 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.post-icon:nth-child(3){
transition: all .7s ease-out;
    -webkit-animation: fadeInUp 0.7s ease-in-out 0.7s;
    animation: fadeInUp 0.7s ease-in-out 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.post-icon:nth-child(4){
transition: all .9s ease-out;
    -webkit-animation: fadeInUp 0.9s ease-in-out 0.9s;
    animation: fadeInUp 0.9s ease-in-out 0.9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.post-icon:nth-child(5){
transition: all 1s ease-out;
    -webkit-animation: fadeInUp 1s ease-in-out 1s;
    animation: fadeInUp 1s ease-in-out 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.post-icon:nth-child(6){
transition: all 1.2s ease-out;
    -webkit-animation: fadeInUp 1.2s ease-in-out 1.2s;
    animation: fadeInUp 1.2s ease-in-out 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.feature_block:nth-child(1) {
   transition: all .5s ease-out;
    -webkit-animation: fadeInDown .5s ease-in-out .5s;
    animation: fadeInDown .5s ease-in-out .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.feature_block:nth-child(2) {
transition: all .8s ease-out;
    -webkit-animation: fadeInDown .8s ease-in-out .8s;
    animation: fadeInDown .8s ease-in-out .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.feature_block:nth-child(3) {
transition: all 1s ease-out;
    -webkit-animation: fadeInDown 1s ease-in-out 1s;
    animation: fadeInDown 1s ease-in-out 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.text-icon {
    background-image: url(icons/quick_compose_sprite.png);
    background-repeat: no-repeat;  
    background-position: 19px 20px;
		transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.new-img-icon {
    background-image: url(icons/quick_compose_sprite.png);
    background-repeat: no-repeat;  
    background-position: 19px -83px;
		transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.new-link-icon {
    background-image: url(icons/quick_compose_sprite.png);
    background-repeat: no-repeat;  
    background-position: 19px -383px;
		transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.new-music-icon {
    background-image: url(icons/quick_compose_sprite.png);
    background-repeat: no-repeat;  
    background-position: 19px -183px;
		transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.new-video-icon {
    background-image: url(icons/quick_compose_sprite.png);
    background-repeat: no-repeat;  
    background-position: 19px -283px;
		transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.new-filter-icon {
    background-image: url(icons/quick_compose_sprite.png);
    background-repeat: no-repeat;  
    background-position: 19px -580px;
		transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.text-icon:hover {
    background-image: url(icons/quick_compose_sprite.png);
    background-repeat: no-repeat;  
    background-position: -84px 20px; 
	background-color:#272727;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.new-img-icon:hover {
    background-image: url(icons/quick_compose_sprite.png);
    background-repeat: no-repeat;  
    background-position: -84px -83px;
		transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
	background-color:#d65039;
}
.new-link-icon:hover {
    background-image: url(icons/quick_compose_sprite.png);
    background-repeat: no-repeat;  
    background-position: -84px -383px;
		transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
	background-color:#4ab37c;
}
.new-music-icon:hover {
    background-image: url(icons/quick_compose_sprite.png);
    background-repeat: no-repeat;  
    background-position: -84px -183px;
		transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
	background-color:#a073ac;
}
.new-video-icon:hover {
    background-image: url(icons/quick_compose_sprite.png);
    background-repeat: no-repeat;  
    background-position: -84px -283px;
		transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
	background-color:#67717b;
}
.new-filter-icon:hover {
    background-image: url(icons/quick_compose_sprite.png);
    background-repeat: no-repeat;  
    background-position: -84px -580px;
		transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
	background-color:#d8dbdf;
}
.post-icon:nth-child(2).icon-open {
    transition-delay: .1s;
}

.post-icon:nth-child(1) .icon-label {
    color: #444;
}
.post-icon:nth-child(2) .icon-label {
    color: #D1513D;
}
.post-icon .icon-label {
    font-size: 18px;
    left: 0;
    line-height: 1;
    margin-top: 15px;
    position: absolute;
    top: 100%;
    width: 100%;
    font-weight: 500;
    font-family: Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;
}
.bg_color {
  background-color:#F5F5F5;
}
ul:not(.browser-default) {
    list-style-type: none;
}
.u4mil {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.n3ufer {
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 0px;
    font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #A5AAB5;
    cursor: pointer;
}
.n3ufer a {
    text-decoration: none;
    color: #A5AAB5;
}
.footer_wellcome {
  position:relative;
  width:100%;
  padding:10px;
  text-align:center;
}
.n3ufer:not(:last-of-type)::after {
    content: "\00B7";
    margin: 0px 1px 0px 6px;
}
.change_language {
    position: absolute;
    padding: 1px 7px;
    border: 2px solid #FFFFFF;
    border-radius: 3px;
    -webkit-border-radius: 3px; 
    -o-border-radius: 3px;
    color: #FFFFFF;
    left: 15px;
    top: 15px;
    line-height: 28px;
    font-size: 13px;
    font-weight: 300;
	cursor:pointer;
	z-index:2;
	transition: all .5s ease-out;
    -webkit-animation: fadeInLeft .5s ease-in-out .5s;
    animation: fadeInLeft .5s ease-in-out .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.lang_icon {
    position: relative;
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%; 
    -o-border-radius: 50%;
    background-image: url(icons/lgIcons.png);
    background-repeat: no-repeat;
    background-position: -74px 5px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;	
}
.change_language:hover {
 background-color:#292929;
 color:#ffffff;
}
.change_language:hover .lang_icon{
 background-position: -105px 5px;
}
.hideForProgress{
    transition: all .3s ease-out;
    -webkit-animation: fadeOutDown 0.3s ease-in-out 0.3s;
    animation: fadeOutDown 0.3s ease-in-out 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.progressme {
    position: relative; 
    height: 4px;
    display: block;
    width: 100%;
    background-color: rgba(255,255,255, .2);
    border-radius: 3px;
    margin: .5rem 0 1rem 0;
    overflow: hidden;
	 transition: all .3s ease-out;
    -webkit-animation: fadeInDown 0.3s ease-in-out 0.3s;
    animation: fadeInDown 0.3s ease-in-out 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.progressme .indeterminate {
    background-color: #FFFFFF;
	position: initial;
}
.indeterminate::before {
    content: '';
    position: absolute !important;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progressme .indeterminate::after {
    content: '';
    position: absolute !important;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}
.attantion_container {
    position: absolute;
    width: 100%;
    padding: 10px 0px;
    z-index: 7;
    top: 10px;
	display:none;
}
.in {
    transition: all 0.4s ease-out;
    -webkit-animation: fadeInDown 0.4s ease-in-out 0.4s;
    animation: fadeInDown 0.4s ease-in-out 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.out{ transition: all 0.4s ease-out;-webkit-animation: fadeOutUp 0.4s ease-in-out 0.4s;animation: fadeOutUp 0.4s ease-in-out 0.4s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.attantion_container_in {
    position: relative;
    width: 100%;
    max-width: 835px;
    padding: 10px;
    background-color: #DD4358;
    margin: 0px auto;
    -moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.05),0 9px 46px 8px rgba(0, 0, 0, 0.04),0 11px 15px -7px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.05),0 9px 46px 8px rgba(0, 0, 0, 0.04),0 11px 15px -7px rgba(0, 0, 0, 0.06);
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.05),0 9px 46px 8px rgba(0, 0, 0, 0.04),0 11px 15px -7px rgba(0, 0, 0, 0.06);
}
.border-radius {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.attantion_container_note {
    position: relative;
    width: 100%;
    padding-right: 30px;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    line-height: 35px;
}
.close_attantion {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    background-image: url(icons/icons.png);
    background-repeat: no-repeat;
    background-position: -263px -161px;
    cursor: pointer;
}
.attantion_icon {
    width: 35px;
    height: 35px;
    float: left;
    background-image: url(icons/icons.png);
    background-repeat: no-repeat;
    background-position: -224px -161px;
    margin-right: 10px;
}
.bold {
    font-weight: 600;
}
@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

/*Global BOXES HERE STARTED*/ 
/*Language STARTED*/
 .languagePopUpContainer {
    position: fixed;
    z-index: 999;
    padding-top: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    opacity: 0;
    transform: scale(0);
    justify-content: center;
    background-color:rgba(255,255,255, .5);
}
.language_modal_wrap {
    font-family: Helvetica, Arial, sans-serif;
    margin: 40px auto 40px;
    position: relative;
    width: 100%;
    max-width: 500px;
    transition: all .3s ease-out;
    -webkit-animation: zoomIn 0.45s ease-in-out 0.3s;
    animation: zoomIn 0.45s ease-in-out 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.register-modal-middle {
    background-color: #ffffff;
    box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .1);
    border-radius: 2px;
    -webkit-border-radius: 2px; 
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    margin: 0;
    position: absolute;
    display: none;
    width: 100%;
    padding: 40px 0px;
    min-height: 240px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s ease-out;
    -webkit-animation: zoomIn 0.3s ease-in-out 0.3s;
    animation: zoomIn 0.3s ease-in-out 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.close_languages {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-image: url(icons/lgIcons.png);
    background-repeat: no-repeat;
    background-position: -70px -101px;
    cursor: pointer;
}
.global-wrapper-box {
    clear: both;
    display: block;
    padding: 0px 50px;
    overflow: auto;
}
.lang_name_box {
   position:relative;
   float:left;
   width:100%;
   width:calc(100% / 2 - 0px);
   width:-webkit-calc(100% / 2 - 0px);
   width:-moz-calc(100% / 2 - 0px);
   width:-ms-calc(100% / 2 - 0px);
   width:-o-calc(100% / 2 - 0px);
       padding: 10px;
    text-align: center;
    color: #292929;
    font-size: 14px;
    font-weight: 300;
	cursor:pointer;
}
.lang_name_box:nth-child(odd) { 
    border-bottom: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}
.lang_name_box:nth-child(even) {
    border-bottom: 1px solid #ECECEC;
    border-right: 1px solid transparent;
}
.lang_name_box:nth-child(1) {
    border-top: 1px solid #ECECEC; 
}
.lang_name_box:nth-child(2) {
    border-top: 1px solid #ECECEC; 
}
.lang_name_box:hover {
  background-color:#ECECEC;
}
.note {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0px;
    color: #ffffff;
    text-align: center; 
	font-size:40px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.maintenance_note_container{
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 100%;
    max-width: 400px;
    border-radius: 3px;
    -webkit-border-radius: 3px; 
    background-color: #ffffff;
    padding: 5px;
	 -webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -7px rgba(0,0,0,0.2);
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -7px rgba(0,0,0,0.2);
	 border: 1px solid #DDDDDD;
}
.hide {
  display:none !important;
}
.fadeInMaintenance {
transition: all 0.4s ease-out;
    -webkit-animation: fadeInUp 0.4s ease-in-out 0.4s;
    animation: fadeInUp  0.4s ease-in-out 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeOutMaintenance {
transition: all 0.2s ease-out;
    -webkit-animation: fadeOutDown 0.2s ease-in-out 0.2s;
    animation: fadeOutDown  0.2s ease-in-out 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.maintenance_header {
  position:relative;
  width:100%;
  overflow:hidden;
}
.maintenance_header img {
  width:100%;
}
.maintenance_note {
  position:relative;
  width:100%; 
  display:inline-block;
}
.maintenance_title{
position:relative;
  padding:20px 0px;
  text-align:center;
  font-weight:600;
  font-size:20px;
  color:#24598D;
   text-transform: uppercase; 
}
.maintenance_info {
   position:relative;
   width:100%;
   padding:10px 20px;
   font-weight:500;
   font-size:16px;
   color:#24598D;
}
.close_maintenance {
	position:absolute;
	width:30px;
	height:30px;
	border-radius:50%;
	-webkit-border-radius:50%; 
	top:10px;
	right:10px;
	background-image:url(icons/icons_two.png);
	background-repeat:no-repeat;
	background-position: 4px -208px;
	z-index:1;
	cursor:pointer;
} 
.page-loading-container {
   position:absolute;
   width:100%;
   height:100%;
   left:0px;
   top:0px;
   background-color: rgba(250, 250, 250, 0.86);
   z-index:2;
}

.page-loading-container-two {
   position:absolute;
   width:100%;
   height:100%;
   left:0px;
   top:0px;
   background-color: rgba(250, 250, 250, 0.86);
   z-index:2;
}
.page-loading-animation-box {
	cursor: pointer;
	margin: auto auto;
	width: 50px;
	height: 50px; 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

.in { 
   transition: all .4s ease-out;
   -webkit-animation: slideInDown .4s ease-in-out .4s;
   animation: slideInDown .4s ease-in-out .4s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}
.out { 
   transition: all .4s ease-out;
   -webkit-animation: slideOutDown .4s ease-in-out .4s;
   animation: slideOutDown .4s ease-in-out .4s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #1e9aee;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes well-animation1 {
   0%,
   25% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0
   }
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1
   }
}

@keyframes well-animation1 {
   0%,
   25% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0
   }
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1
   }
}
@media screen and (max-width:520px){
	.container-info { 
        border-right: 1px solid transparent;
	   border-bottom: 1px solid rgba(0,0,0,.0975);
}
 
.modal-Wrap { 
    margin: 0px auto 0px; 
    height: 100%; 
}
.language_modal_wrap { 
    margin: 0px auto 0px; 
    height: 100%; 
}
.modal-middle {
min-height: 100%;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.register-modal-middle {
min-height: 100%;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
    
}
/*Global BOXES HERE FINISHED*/