/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 16, 2017, 5:14:51 PM
    Author     : bigstep
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

.social-botton-rounded {
  border-radius: 50px !important; 
}
.social-botton-rounded i {
  padding-left: 5px;
}
.social-btn {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  padding: 6px 18px 6px 50px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8em;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 0px solid transparent;
  box-sizing: border-box;
}
.social-btn a {
  color: #fff;
  text-decoration: none;
}
.social-btn i
{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  line-height: 1.7em;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,0.1);
  box-shadow: 2px 0 1px -2px #fff;
  font-family: "Font Awesome 5 Brands"
}
.social-btn i.fa-envelope {
  font-family: "Font Awesome 5 Free";
}
.social-btn:hover
{
  opacity: 0.88;
}

.social-btn-square-box{ display: flex; }
.social-btn-square-box > div{ float: none!important; display: inline-block; }

.social-btn.social-btn-lg.social-botton-rounded a > span{ /*text-align: left; padding-left: 35px; display: block;*/}
.social-btn.btn-google a i + span {
  display: none !important;
}
/*Arrow icon*/
.icon-arrow {
  position: relative;
  width: 13px;
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border-right: 0px !important;
  box-shadow: none !important;
}
.icon-arrow:after {
  content: "";
  border: 8px solid;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.29);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}

/*Button Color*/
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
}
.btn-google {
  color: #fff;
  background-color: #4285f4 !important;
}
.btn-instagram {
  color: #fff;
  background-color: #517FA4;
}
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
}
.btn-yahoo {
  color: #fff;
  background-color: #4102B0;
}
.btn-hotmail {
  color: #fff;
  background-color: #fa9d00;
}
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
}
.btn-vk {
  color: #fff;
  background-color: #45668e;
}

/*Circle & Sqaure Button*/
.social-btn-circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*Social btn icon only*/
.social-btn-icon {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 6px;
}
.social-btn-icon span {
  display: none;
}
.social-btn-icon i {
  width: 100%;
  height: 100%;
  border-right: 0;
  box-shadow: none;
  line-height: 50px;
}

/*Rounded Button*/
.social-btn-rounded {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/*.social-btn-rounded-lg {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}*/

.social-btn-rounded-lg {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/*button box shadow*/

.twitter-seboxshadow {
  -webkit-box-shadow: 0px 4px 0px #2882c7;
  -moz-box-shadow: 0px 4px 0px #2882c7;
  box-shadow: 0px 4px 0px #2882c7;
}
.facebook-seboxshadow {
  -webkit-box-shadow: 0px 4px 0px #293F63;
  -moz-box-shadow: 0px 4px 0px #293F63;
  box-shadow: 0px 4px 0px #293F63;
}
.google-seboxshadow {
  -webkit-box-shadow: 0px 4px 0px #bb3c2c;
  -moz-box-shadow: 0px 4px 0px #bb3c2c;
  box-shadow: 0px 4px 0px #bb3c2c;
}
.pinterest-seboxshadow {
  -webkit-box-shadow: 0px 4px 0px #8C151B;
  -moz-box-shadow: 0px 4px 0px #8C151B;
  box-shadow: 0px 4px 0px #8C151B;
}
.linkedin-seboxshadow {
  -webkit-box-shadow: 0px 4px 0px #005377;
  -moz-box-shadow: 0px 4px 0px #005377;
  box-shadow: 0px 4px 0px #005377;
}
.flickr-seboxshadow {
  -webkit-box-shadow: 0px 4px 0px #C10E78;
  -moz-box-shadow: 0px 4px 0px #C10E78;
  box-shadow: 0px 4px 0px #C10E78;
}
.yahoo-seboxshadow {
  -webkit-box-shadow: 0px 4px 0px #300086;
  -moz-box-shadow: 0px 4px 0px #300086;
  box-shadow: 0px 4px 0px #300086;
}
.vk-seboxshadow {
  -webkit-box-shadow: 0px 4px 0px #324d6d;
  -moz-box-shadow: 0px 4px 0px #324d6d;
  box-shadow: 0px 4px 0px #324d6d;
}
.instagram-seboxshadow {
  -webkit-box-shadow: 0px 4px 0px #3c6282;
  -moz-box-shadow: 0px 4px 0px #3c6282;
  box-shadow: 0px 4px 0px #3c6282;
}
.seboxshadow:active {
  transform: translateY(4px);
}
.hotmail-seboxshadow {
  -webkit-box-shadow: 0px 4px 0px #da8901;
  -moz-box-shadow: 0px 4px 0px #da8901;
  box-shadow: 0px 4px 0px #da8901;
}

/*Icon with Background*/
.icon-with-bg {
  background: rgba(0, 0, 0, 0.25);
}

/*Social icon with bottom text*/
/*.social-btn-icon-with-text {
  position: relative;
}*/
#user_form_div_sea_lightbox .sociallogin_signin_popup .signin_page_heading,
#sitehomepagevideo_showLoginForm .sociallogin_signin_popup .signin_page_heading,
#user_form_div_sea_lightbox .signin_page_heading,
#user_form_div_sea_lightbox .signup_page_heading {
   display:none;
}
div.sitehomepagevideo_videos_video_content div#sociallogin_signup_popup #signup_account_form h3 {
  display: none !important;
}
.social-btn-icon-with-text i {
  width: 50px;
  height: 50px;
  font-size: 1.6em;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.social-btn-icon-with-text i:before{
  display: inline-block;
/*  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);*/
}
.sociallogin_signin_popup .signin_page_heading {
    width: 100%;
}
.social-btn-text {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #777;
  position: absolute;
  margin: 5px auto;
  left: 0;
  right: 0;
  font-weight: bold;
}
.sitelogin_socialloginbuttons {
  margin-top: 20px;
}
#global_page_user-auth-login .sitelogin_socialloginbuttons {
  margin-left: 8%;
}
#global_page_user-auth-login .sitelogin_socialloginbuttons [class*=social-login-col-]{
  text-align: left;
}
#global_page_user-auth-login .sitelogin_socialloginbuttons .social-login-col-4 {
  width: 23%;
}
.social-btn-square {
  margin-bottom: 15px;
  border-radius: 2px;
}

.social-btn-square i.fa-google,
.btn-google i.fa-google
 {
    width: 35px;
    height: 35px;
    top: 1px;
    left: 1px;
    background: #fff;
}

.social-btn-square i.fa-google:before,
.btn-google i.fa-google:before
{
  background-image:url(../images/google.png);
  content:"";
  display: block;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 50%;

}

div.btn-google {
  width: 160px !important;
  height: 40px !important;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
div.btn-google i {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: transparent !important;
}
div.btn-google a .social-btn-text {
  display: none;
}
.social-btn-large-box div.btn-google {
  height: 38px !important;
  padding: 0;
  overflow: visible;
  width: 100% !important;
  margin-bottom: auto;
}
.social-btn-large-box div.btn-google a {
  height: 38px !important;
  width: 100% !important;
}
.social-btn-large-box div.btn-google i {
  height: 38px !important;
  width: 100% !important;
  border: 0;
  box-shadow: none;
  padding: 0 !important;
}
.social-btn-large-box div.btn-google i:before {
  height: 38px !important;
  width: 100% !important;
  /*background-position: inherit;*/
}

.social-btn span{ font-family: 'Roboto',sans-serif; white-space: nowrap;}


.social-btn-square i.fa-google:after,
.btn-google i.fa-google:after
{ content: none }

.social-btn-circle-box,
.social-btn-square-box,
.social-btn-large-box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.sociallogin_signin_popup .social-btn-circle-box,
.sociallogin_signin_popup .social-btn-square-box,
.sociallogin_signin_popup .social-btn-large-box {
  width: 100%;
}
.sitemenu_lightbox .social-btn-circle-box,
.sitemenu_lightbox .social-btn-square-box,
.sitemenu_lightbox .social-btn-large-box {
  text-align: center;
}
.sitemenu_lightbox .social-btn-circle-box > div,
.sitemenu_lightbox .social-btn-square-box> div,
.sitemenu_lightbox .social-btn-large-box > div {
 float: none !important;
 display: inline-block;
 max-width: 32.8%;
}
.social-btn-lg {
  width: 95%;
  box-sizing: border-box;
  text-align: left;
}

/*Left and Right Col*/
.layout_sitelogin_social_login_signup .social-btn-large-box,
.layout_sitelogin_social_login_signup .social-btn-circle-box,
.layout_sitelogin_social_login_signup .social-btn-square-box {
  width: auto;
}

/*Divide by colmns*/
[class*=social-login-col-]{
  text-align: center;
  display: inline-block;
}
.layout_middle .social-login-col-1 {
  width: 100%;
}
.layout_middle .social-login-col-2 {
  width: 49%;
}
.layout_middle .social-login-col-2:nth-child(even) {
  margin-right: 0;
} 
.layout_middle .social-login-col-3 {
  width: 32.33%;
}
.layout_middle .social-login-col-3:nth-child(3n) {
  margin-right: 0;
}
.layout_middle .social-login-col-4 {
  width: 24%;
}
/*Landing Page*/
.layout_left .layout_sitelogin_social_login_signup .social-btn-circle-box,
.layout_right .layout_sitelogin_social_login_signup .social-btn-circle-box {
  height: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
.circle-box-height {
  text-align: center;
  position: relative;
}
.social-btn-large-box .social-btn a {
  display: block;
}
.social-login-row {
  overflow: hidden;
  clear: both;
  box-sizing: border-box;
  display: table;
}
.social-login-column-1 {
  /*float: left;*/
  width: 45%;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
.social-login-column-1 .global_form {
  padding: 0;
  margin: 0;
  border: 0;
}
.social-login-row #user_form_login h3 {
  display: none;
}
.social-login-column-2 {
  width: 10%;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: top;
}
[dir="rtl"] .social-login-column-2 {
  text-align: center;
}
.social-loginpopup-column-2{
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: top;
}
[dir="rtl"] .social-loginpopup-column-2{
  float: right;
  text-align: center;
}
.social-loginpopup-column-2:before,
.social-loginpopup-column-2:after {
  content: "";
  height: 1px;
  position: absolute;
/*  left: 50%;*/
  margin-left: -1px;
  width: 45%;
  top: 50%;
  border: none;
}
.social-loginpopup-column-2:before {
  left: 0;
}
[dir="rtl"] .social-loginpopup-column-2:before {
  right: 0;
  left: auto;
}
.social-loginpopup-column-2:after {
  right: 0;
}
[dir="rtl"] .social-loginpopup-column-2:after {
  left: 0;
  right: auto;
}
.layout_page_core_error_requireuser .social-loginpopup-column-2 {
  display:none !important;
}
.layout_page_core_error_requireuser .global_form > div { 
  width:100% !important;
}
.social-loginpopup-column-2 span {
  font-size: 16px;
  position: absolute;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
}
.social-signup-row-top .social-loginpopup-column-2,
.social-login-row-top .social-loginpopup-column-2 {
  width: 100%;
  display: block;
}
.social-signup-row-top .social-loginpopup-column-2,
.social-signup-row-bottom .social-loginpopup-column-2,
.social-login-row-bottom .social-loginpopup-column-2,
.social-login-row-top .social-loginpopup-column-2 {
  height: 45px;
  margin-bottom: 10px;
}
.social-signup-row-top .social-loginpopup-column-2:before,
.social-signup-row-bottom .social-loginpopup-column-2:before,
.social-login-row-bottom .social-loginpopup-column-2:before,
.social-login-row-top .social-loginpopup-column-2:before {
/*  width: 100%;*/
  top: 50%;
  margin-top: -1px;
  left: 0;
  right: 0;
  margin-left: 0;
  border-left: 0;
}
/*.social-login-column-2:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -1px;
}*/
.social-login-column-2 span {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  background-color: #FFF;
  font-size: 20px;
  position: absolute;
  display: inline-block;
  border-width: 1px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
}
.social-login-column-3 {
  width: 45%;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  padding-top: 30px;
}
.social-login-column-3 .social-btn-large-box,
.social-login-column-3 .social-btn-square-box,
.social-login-column-3 .social-btn-circle-box {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.social-login-column-3 .social-btn-large-box > div,
.social-signup-column-3 .social-btn-large-box > div {
  text-align: center;
}
.social-login-row-left .social-login-column-3 .social-btn-large-box,
.social-login-row-left .social-login-column-3 .social-btn-square-box,
.social-login-row-left .social-login-column-3 .social-btn-circle-box,
.social-login-row-right .social-login-column-3 .social-btn-large-box,
.social-login-row-right .social-login-column-3 .social-btn-square-box,
.social-login-row-right .social-login-column-3 .social-btn-circle-box,
.social-signup-row-left .social-signup-column-3 .social-btn-large-box,
.social-signup-row-left .social-signup-column-3 .social-btn-square-box,
.social-signup-row-left .social-signup-column-3 .social-btn-circle-box,
.social-signup-row-right .social-signup-column-3 .social-btn-large-box,
.social-signup-row-right .social-signup-column-3 .social-btn-square-box,
.social-signup-row-right .social-signup-column-3 .social-btn-circle-box {
  top: 50%;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
}
.social-login-column-3 h3,
.social-signup-column-3 h3 {
  padding: 10px;
  text-align: center;
  margin-bottom: 0;
}
#facebook-wrapper,
#twitter-wrapper {
  display: none;
}
/*.social-login-row #user_form_login.global_form div.form-label{
  display: block;
  text-align: left;
}
[dir="rtl"] .social-login-row #user_form_login.global_form div.form-label{
  text-align: right;
}*/
#global_page_user-auth-login .social-login-row #user_form_login.global_form div.form-element {
  float: none;
}
#global_page_user-auth-login .social-login-row #user_form_login.global_form #submit-wrapper {
  float: right;
}
/*.social-login-row #user_form_login.global_form input[type=text],
.social-login-row #user_form_login.global_form input[type=email],
.social-login-row #user_form_login.global_form input[type=password] {
  width: 100%;
}*/
.social-login-row #user_form_login p.form-description {
  padding: 20px 20px 0 20px;
}
.social-login-row #user_form_login .form-elements {
  padding: 20px;
}
/*.social-login-row #user_form_login #forgot-wrapper #forgot-element,
.social-login-row #user_form_login #remember-wrapper #remember-element {
  text-align: right;
}*/
#global_page_user-auth-login .social-login-row #user_form_login #buttons-wrapper {
  margin-top: 15px;
}
#global_page_user-auth-login .social-login-row #user_form_login #remember-wrapper {
  padding: 0;
}
/*#global_page_user-auth-login .social-login-row #user_form_login #remember-element {
  min-width: auto;
}*/
/*#global_page_user-auth-login .social-login-row #user_form_login #forgot-wrapper {
  margin-top: 15px;
}*/
/*#global_page_user-auth-login .social-login-row #user_form_login #forgot-element {
  text-align: right;
}*/
.social-login-row #user_form_login #submit-wrapper #submit-label,
.social-login-row #user_form_login #forgot-wrapper #forgot-label {
  display: none;
}

#user_form_login.global_form_box #remember-wrapper {
  width: 100%;
}
.sociallogin_signup_popup .social_btn_row h3,
#sociallogin_signup_popup .social_btn_row h3{
  margin-bottom: 15px;
}
.social-login-column-1 .global_form > div {
  width: 100%;
}
/*Social Login Top/Bottom*/
.social-login-row-bottom,
.social-login-row-top { 
  display:block;
  max-width: 800px;
  margin: 0;
}
.social-login-row-bottom .social-login-column-1,
.social-login-row-bottom .social-login-column-2,
.social-login-row-bottom .social-login-column-3,
.social-login-row-top .social-login-column-1,
.social-login-row-top .social-login-column-2,
.social-login-row-top .social-login-column-3 {
  width: 100%;
  display: block;
}
/*.social-login-row-bottom .social-login-column-2,
.social-login-row-top .social-login-column-2 {
  height: 10px;
}
.social-login-row-bottom .social-login-column-2:before,
.social-login-row-top .social-login-column-2:before {
  width: 100%;
  top: 50%;
  margin-top: -1px;
  left: 0;
  right: 0;
  margin-left: 0;
  border-left: 0;
}*/
/*Popup*/
.signup_login_popup_wrapper .social-btn-circle-box,
.signup_login_popup_wrapper .social-btn-square-box,
.signup_login_popup_wrapper .social-btn-large-box {
  width: 100%;
}


.signup_login_popup_wrapper .social-btn-lg:nth-child(even) {
  margin-right: 0;
}
#TB_window.signup_login_popup_wrapper .social-btn > a > i,
#TB_window.signup_login_popup_wrapper .social-btn > a > span{
  color: #fff;
}
/*Sign Up Popup*/
/*.sociallogin_signup_popup {
  max-height: 550px;
  overflow-y: auto;
}*/
.sociallogin_signup_popup > form#signup_account_form {
  overflow: visible;
}
div.socialsignup_popup_div .social-signup-column-3,
div.socialsignup_popup_div .social-signup-column-2,
div.socialsignup_popup_div .social-signup-column-1 {
  width: 98%;
  display: block;
  float: left;
  margin: auto;
}
.socialsignup_popup_div .social-signup-column-2 {
  height: 20px;
}
.signup_login_popup_wrapper .socialsignup_popup_div #signup_account_form {
  overflow: visible;
  padding: 0;
  margin-top: 0;
}
.signup_page_heading,
.signin_page_heading {  
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}
[dir="rtl"] .signup_page_heading,
[dir="rtl"] .signin_page_heading {
  text-align: center;
}
.signup_page_heading h2,
.signin_page_heading h2 {
  margin: 0;
  font-size: 18px;
  padding: 8px 10px;
  text-transform: uppercase;
}
/*.social-login-row #user_form_login #remember-wrapper #remember-element #remember {
  margin-top: 4px;
}*/
/*.sociallogin_signin_popup .social-login-row-top .social-loginpopup-column-2 {
  height: 30px;
}*/

/*Login Popup*/
.sociallogin_popup_div {
  width: 100%;
  box-shadow: none;
  padding: 0;
  max-height: 550px;
  overflow-y: auto;
}
.sociallogin_signup_popup .social_btn_row > div {
  margin-top: 15px;
} 
.sociallogin_signup_popup .or_line {
  margin: 30px 0 10px 0;
}
.social-login-column-1 .global_form h3 {
  text-align: center;
}
.social-login-row.sociallogin_popup_div {
  display: block;
} 
/*.socialsignup_popup_div .circle-box-height,
.sociallogin_popup_div .circle-box-height,
.socialsignup_popup_div .social-btn-square-box > div,
.sociallogin_popup_div .social-btn-square-box > div {
  width: 20% !important;
}*/
/*.signup_login_popup_wrapper #user_form_login h3,
.signup_login_popup_wrapper #signup_account_form h3 {
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background: #242424;
  border-radius: 0; 
  color: #fff;
}*/
.socialsignup_popup_div #signup_account_form .form-elements {
  padding: 0 15px;
}
.sociallogin_signin_popup #user_form_login {
  padding: 0;
  margin-top: 0;
}
.signup_login_popup_wrapper #signup_account_form {
  max-height: 600px;
  overflow: auto;
  padding: 0;
  margin-top: 0;
}

/*------------------Sign Up Page--------------------*/
.social-signup-row {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.social-signup-column-1,
.social-signup-column-2,
.social-signup-column-3 {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}
.social-signup-column-3 {
  width: 40%;
  position: relative;
  padding-top: 5%;
  box-sizing: border-box;
}
.social-signup-row-left .social-signup-column-2:before,
.social-signup-row-right .social-signup-column-2:before,
.social-login-row-left .social-login-column-2:before,
.social-login-row-right .social-login-column-2:before {
  content: " ";
  height: 80%;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.social-signup-row-bottom .social-signup-column-2:before,
.social-signup-row-top .social-signup-column-2:before,
.social-login-row-bottom .social-login-column-2:before,
.social-login-row-top .social-login-column-2:before {
  content: " ";
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  box-sizing: border-box;
}
.social-signup-column-3 .social-btn-circle-box,
.social-signup-column-3 .social-btn-square-box,
.social-signup-column-3 .social-btn-large-box {
  padding: 20px;
  box-sizing: border-box;
}
.social-signup-column-2 {
  width: 5%;
  position: relative;
  text-align: center;
}
.social-signup-column-1 {
  /*border: 1px solid #ddd;*/
}
.social-signup-row .social-signup-column-1 .global_form {
  border: 0;
  padding: 0;
  margin: 0;
}
/*.social-signup-row .social-signup-column-2 {
  width: 0;
}*/
.social-signup-column-1 .global_form > div {
  width: 100%;
}
.social-signup-column-1 .global_form h3 {
  display: none;
}
.social-signup-row-top .social-signup-column-1,
.social-signup-row-top .social-signup-column-2,
.social-signup-row-top .social-signup-column-3,
.social-signup-row-bottom .social-signup-column-1,
.social-signup-row-bottom .social-signup-column-2,
.social-signup-row-bottom .social-signup-column-3 {
  display: block;
  width: 100%;
  margin: auto;
}
.social-signup-layout-top,
.social-signup-layout-bottom,
.social-signin-layout-top,
.social-signin-layout-bottom {
  max-width: 800px;
}
.sociallogin_signup_popup .social-signup-row.social-signup-row-top,
.sociallogin_signup_popup .social-signup-row.social-signup-row-bottom {
  width: 100%;
  padding-bottom: 20px;
}
.social-signup-row-top .social-signup-column-2 {
  height: 10px;
}
.social-signup-row-bottom .social-signup-column-2 {
  height: 30px;
}
.sociallogin_signup_popup .signup_page_heading {
  display: none;
}
.social-signup-row-top .social-signup-column-3,
.social-signup-row-bottom .social-signup-column-3 {
  padding-top: 10px;
}
.sociallogin_signin_popup .signin_page_heading h2 {
  display: block !important;
}
.sociallogin_signin_popup .sociallogin_popup_div {
  margin-top: 20px;
}

.sociallogin_signin_popup .sociallogin_popup_div .global_form,
.sociallogin_signin_popup .global_form > div > div > h3 + div#Sitelogin-loginpopup-div {
  margin-top: 0;
}

/*Compatible with Home page background video*/
#sitehomepagevideo_showSignupForm .social-signup-row .global_form input[type=text],
#sitehomepagevideo_showSignupForm .social-signup-row .global_form input[type=email],
#sitehomepagevideo_showSignupForm .social-signup-row .global_form input[type=password] {
  width: 100%;
  box-sizing: border-box;
}
#sitehomepagevideo_showSignupForm .social-signup-row,
#sitehomepagevideo_showLoginForm .social-login-row {
  border: 0;
}
#sitehomepagevideo_showSignupForm .sitelogin-signuppopup-box,
#sitehomepagevideo_showLoginForm .sitelogin-loginpopup-box {
  margin-top: 0 !important;
  padding: 0 !important;
}
.sitehomepagevideo_left .social-loginpopup-column-2 span {
  color: #ccc;
}
 /*.social-loginpopup-column-2 span,
  .social-loginpopup-column-2 span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}*/
/*Already Member*/
.sitehomepagevideo_login_form_sitelogin .social-login-row #user_form_login.global_form div.form-label {
  display: none;
}
.sitehomepagevideo_login_form_sitelogin .social-login-row #user_form_login.global_form div#remember-element {
  min-width: auto;
}
#sitehomepagevideo_showLoginForm .social-login-row .social-btn-square-box,
#sitehomepagevideo_showLoginForm .social-login-row .social-btn-circle-box,
#sitehomepagevideo_showLoginForm .social-login-row .social-btn-large-box,
#sitehomepagevideo_showSignupForm .social-signup-row .social-btn-large-box,
#sitehomepagevideo_showSignupForm .social-signup-row .social-btn-circle-box,
#sitehomepagevideo_showSignupForm .social-signup-row .social-btn-square-box {
  width: 100%;
}
#sitehomepagevideo_showLoginForm .social-login-row #user_form_login .form-elements {
  padding: 0;
}
.sitehomepagevideo_login_form_sitelogin .social-login-row #user_form_login #forgot-wrapper #forgot-element {
  text-align: left;
}
[dir="rtl"] .sitehomepagevideo_login_form_sitelogin .social-login-row #user_form_login #forgot-wrapper #forgot-element {
  text-align: right;
}
.sitehomepagevideo_signup_form .social-login-row #user_form_login #remember-wrapper {
  clear: none;
  float: right;
}
.sitehomepagevideo_signup_form .social-login-row #user_form_login #remember-wrapper #remember-element:before {
  display: none;
}
.sitehomepagevideo_signup_form .social-login-row #user_form_login #forgot-element span a {
  color: #fff;
}
.sociallogin_signin_popup .social-login-row .global_form>div>div>h3+div {
  padding: 20px 10px;
}
.social-login-row .global_form > div > div > h3 + div.sitelogin-loginpopup-box {
  padding: 0;
  margin-top: 0;
}
div#sociallogin_signin_popup .social-signin-layout-right {
    padding-bottom: 15px;
}
/*---------Responsive Work Start--------------------*/

@media only screen and (min-width: 920px) and (max-width: 1199px) {
  .social-btn-large-box > div {
    width: 48% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .layout_left .layout_sitelogin_social_login_signup .social-btn-circle-box > div,
  .layout_right .layout_sitelogin_social_login_signup .social-btn-circle-box > div {
    width: 48% !important;
    text-align: left;
  }  
  /*Layout 3*/
  .layout_left .layout_sitelogin_social_login_signup .social-btn-large-box > div,
  .layout_right .layout_sitelogin_social_login_signup .social-btn-large-box > div {
    width: 100% !important;
  }
  /*Login page Right & Left column*/
  /*div.social-login-row-right {
    width: 99%;
    margin: 5px auto;
    padding: 15px;
  }*/
  div.social-login-row-right .social-login-column-2 span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .social-login-column-3 .social-btn-square-box > div {
     width: 80px !important;
  }
}
@media only screen and (max-width: 1023px) {
  /*Sign Up Page*/
  .social-signup-row.social-signup-row-top, .social-signup-row.social-signup-row-bottom {
    width: 100%;
  }
  /*Sign Up*/
  .social-signup-row-left .social-signup-column-3,
  .social-signup-row-left .social-signup-column-2,
  .social-signup-row-left .social-signup-column-1,
  .social-signup-row-right .social-signup-column-3,
  .social-signup-row-right .social-signup-column-2,
  .social-signup-row-right .social-signup-column-1 {
    width: 100%;
    display: block;
  } 
  .social-signup-row-left .social-signup-column-2,
  .social-signup-row-right .social-signup-column-2 {
    height: 5px;
  } 
  .social-signup-row .social-signup-column-3 {
    padding-top: 10px;
  }
  #global_page_user-signup-index .social-signup-row-left .social-signup-column-2:before,
  #global_page_user-signup-index .social-signup-row-right .social-signup-column-2:before {
    width: 90%;
    border-left: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /*Layout 3*/
  .social-btn-large-box {
    text-align: center;
  }
  .social-btn-large-box > div {
    width: 100% !important;
    margin-right: 10px !important;
    display: inline-block;
  }
  .icon-with-bg {
    background: transparent;
  }
  .social-btn-large-box > div .social-btn-lg {
    padding: 0;
    width: 100%;
    /*max-height: 37px;*/
  }
  .social-btn-large-box .social-btn a {
    display: flex;
    align-items: center;
  }
  .social-btn-large-box .social-btn i {
    position: relative;
    border-right: 0;
    box-shadow: none;
    width: 35px;
    line-height: 35px;
    height: 35px;
    background-color: transparent;
  }
  .social-btn-large-box .social-btn span {
    display:inline-block;
    vertical-align: top;
    line-height: 37px;
    padding-left: 10px;
  }
/*  div.social-login-column-2 span,
  div.social-loginpopup-column-2 span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }*/
  
  div.social-login-row-left,
  div.social-login-row-right {
    padding: 10px;
  }
  /*Sqaure box*/
  div.social-login-column-3 .social-btn-square-box > div,
  div.social-signup-column-3 .social-btn-square-box > div {
    width: 65px !important;
    height: 75px;
  }
  
  div.social-signup-row .social-btn-circle-box > div,
  div.social-signup-row .social-btn-circle-box > div {
    width: 20% !important;
  }
  .social-botton-rounded i {
    padding: 0px;
  }
  .social-btn-large-box .social-btn i.icon-arrow:after {
    border: none;
    left: 0;
    margin: auto;
  }
  .social-btn-large-box .social-btn i.icon-with-bg {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 600px) {
  /*Social Login Page*/
   div.social-login-row-left,
   div.social-login-row-right {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
  div.social-login-row-left > div,
  div.social-login-row-right > div {
    width: 100%;
    display: block;
  }
  div.social-login-row-left .social-btn-circle-box,
  div.social-login-row-right .social-btn-circle-box {
    padding: 10px;
  }
  .social-login-row-left .social-login-column-2:before,
  .social-login-row-right .social-login-column-2:before {
    width: 90%;
    border-left: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
  /*div.social-login-row-left .social-login-column-2,
  div.social-login-row-right .social-login-column-2 {
    padding: 10px 0;
    height: 50px;
  } 
  div.social-login-row-left .social-login-column-2:before,
  div.social-login-row-right .social-login-column-2:before {
    border-left: 0;
    left: 0;
    margin-left: 0;
    right: 0;
    top: 50%;
  }*/
  #global_page_user-auth-login .social-login-row-left .social-login-column-3 .social-btn-large-box,
  #global_page_user-auth-login .social-login-row-left .social-login-column-3 .social-btn-square-box,
  #global_page_user-auth-login .social-login-row-left .social-login-column-3 .social-btn-circle-box,
  #global_page_user-auth-login .social-login-row-right .social-login-column-3 .social-btn-large-box,
  #global_page_user-auth-login .social-login-row-right .social-login-column-3 .social-btn-square-box,
  #global_page_user-auth-login .social-login-row-right .social-login-column-3 .social-btn-circle-box {
    top: 0;
    transform: none;
    padding: 20px;
  }
  
  div.social-login-row .social-btn-circle-box > div,
  div.social-login-row .social-btn-circle-box > div,
  div.social-signup-row .social-btn-circle-box > div,
  div.social-signup-row .social-btn-circle-box > div {
    width: 25% !important;
  }
  .social-signup-row {
    width: 99%;
    display: block;
  }
  .social-signup-row .social-signup-column-1,
  .social-signup-row .social-signup-column-2,
  .social-signup-row .social-signup-column-3 {
    width: 100%;
    margin: auto;
    padding-top: 10px;
  }
  .social-signup-row .global_form > div > div > h3 + div {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px){
  /*Landing Page Sign in Form*/
  .layout_left .layout_sitelogin_social_login_signup .social-btn-circle-box > div,
  .layout_right .layout_sitelogin_social_login_signup .social-btn-circle-box > div {
    width: 32.3% !important;
    height: 80px;
    text-align: center;
  }
  .layout_sitelogin_social_login_signup .social-btn-icon-with-text i,
  .layout_sitelogin_social_login_signup .social-btn-icon-with-text i {
    width: 40px;
    height: 40px;
  } 
  /*.social-btn-text {
    font-size: 12px;
    left: -6px;
  }*/
  
  /*Social Login Page*/
   div.social-login-row-bottom,
   div.social-login-row-top {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
  div.social-login-row-left > div {
    width: 100%;
    display: block;
  }
  div.social-login-row-top .social-btn-circle-box,
  div.social-login-row-bottom .social-btn-circle-box {
    padding: 10px;
  }
  
  div.social-login-row .social-btn-circle-box > div,
  div.social-login-row .social-btn-circle-box > div,
  div.social-signup-row .social-btn-circle-box > div,
  div.social-signup-row .social-btn-circle-box > div {
    width: 33% !important;
  }
  
}
.social-login-row .global_form > div > div > h3 + div#Sitelogin-loginpopup-div-1 {
    padding: 0;
}