.onoffswitch {
position: relative;width:95px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
float: right;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 5px;
}
.onoffswitch-inner {
width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "OFF";
padding-left: 0px;
background-color: #2FCCFF; color: #FFFFFF;
padding-right: 43px;
}
.onoffswitch-inner:after {
content: "ON";
padding-right: 10px;
background-color: #EEEEEE; color: #999999;
text-align: right;
}
.onoffswitch-switch {
width: 40px; margin: 3px;
background: #FFFFFF;
border: 2px; border-radius: 5px !important;
position: absolute; top: 0; bottom: 0; 
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 3px;
}
.btn-block {
    margin-top: 5px;
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-block {
    display: block;
    width: 15%;
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0,0,0,0.2);
}
.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0,0,0,0.2);
}
.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}

#content{
text-align: center;
margin: 0px auto;
}
#content .title{
padding: 10px;
background-color: #3b5998;
font-size:19px;
text-transform:uppercase;
color:#fff;
margin-bottom: 20px;
border-top-left-radius: 5px !important;
border-top-right-radius: 5px !important;
}
.bg_button{
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	border-radius: 5px !important;
	margin-bottom: 10px;
}
.bg_button.facebook{
background-color:#3B5998;
}
.bg_button.google{
background-color:#DD4B39;
}
.bg_button.twitter{
background-color:#55ACEE;
}
.bg_button.amazon{
	background-color:#f68423;
}
.bg_button.linkedin{
	background-color:#007BB6;
}
.bg_button .onoffswitch label{
	margin-bottom:0px !important;
	border: none !important;
}
.bg_button:last-child{
	margin-bottom:0px;
}
.social_main .s_button .button-onoff.on {
    border: 1px solid green;
    background: #fff;
    color: green;
    padding: 8px 17px;
}
.social_main .s_button .bg_button p{
    text-align: left;
    font-size: 16px;
    margin: 1px 0px 0px 10px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
	letter-spacing:2px;
	line-height:24px;
	padding:5px 0px;
}
.social_main .s_button .button-onoff{
	padding:8px 15px;
	float:right;
	margin-right:10px;
}
.social_main{
	margin: 0px auto;
	width: 100%;
	border:1px solid rgba(0,0,0,0.2);
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	padding-bottom: 20px;
}
#content .social_main.right_block .title{
	margin-bottom:0px;
}
.right_block > .row .col-md-6:first-child .col-md-12{
	padding:0px;
}
.social_main .s_button{
	max-width: 860px;
    margin: 0 auto;
}
.social {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  float: left;
}
.social h4 {
  color: #666;
  font-weight: 700;
  font-size:20px;
  margin: 30px 0 20px;
  text-align: center;
  font-family: inherit;
}
.social ul{
  display: block;
  width: 100%;
  margin:0;
}
.social ul li{
  list-style: none;
  float: left;
  margin: 0 1%;
}
.social ul li a{
  display: inline-block;
  font-size: 18px !important;
  text-decoration: none;
  color: #fff;
  padding: 6px;
  display: block;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.social ul li a:hover{opacity: .8;}
.social ul li a.facebook{
   background: #3a589a;
}
.social ul li a.twitter {
  background: #4099ff;
  }
 .social ul li a.google-plus {
  background: #e9544f;
}
.social ul li a.linkedin {
  background: #007BB6;
}
.social ul li a.openid {
  background: #f68423;
}


.loader {
  position: fixed; /* or absolute */
  top: 45%;
  left: 45%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.apploader{
	width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-color: rgba(0, 0, 0, .5);
}
.label_nm
{	font-size:15px; text-align:left; text-transform:uppercase; font-weight:600; line-height:22px; margin:20px 0 15px;
}
.label_nm_input input , .right_block select{
	height:35px;
	padding:5px 15px;
	font-size:14px;
	margin: 0 0 25px;
}
.right_block > .row {
    margin-bottom: 15px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}
div#design_template {
    padding: 0 15px;
}
.right_block input
{	
	width:100%;
    border: 1px solid #ccc;
}

.right_block select
{	
	width:100%;
    border: 1px solid #ccc;
    padding: 3px;
}


.fa-openid:before {
    content: "\f19b";
}


.box_mar_top
{	margin-top: 30px;
}