.share-file-table-header {
    width:200px;
}

.share-file-last-cell {
    padding-left:20px;
    text-align:right;
    width:160px;
}

.delete-file-button {
    float:left;
    margin:5px;
}

.form-description {
    padding-left:0px;
}

.clear {
    clear:both;
}

.metaRedirectWrapperTopAds
{
    text-align:				center;
    padding-bottom:			30px;
    padding-top:                        10px;
}

.metaRedirectWrapperBottomAds
{
    text-align:				center;
    padding-top:			20px;
    padding-bottom:                     10px;
}

.accountBenefitWrapper
{
    float:                              left;
    overflow:                           hidden;
    width:                              33%;
}

.accountBenefit {
    background: url('../../images/green_tick_small_alt.png') left center no-repeat;
    width: 100%;
    padding-left: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.download-container {
    text-align:center;
}

.downloadPageTableV3 table {
    width: 100%;
}

.downloadPageTableV3 td {
    padding: 6px 0;
    text-align: center;
}

.largeDownloadButtons
{
    text-align: center;
}

.largeDownloadButtons img
{
    margin: 20px;
    width:344px; 
    height:138px;
}

.accountStateTable .first {
    font-weight: bold;
    width: 240px;
}

.download-timer {
    font-weight:bold;
    text-align:center;
}

.download-captcha-container #recaptcha_area, #recaptcha_table  {
    margin-left: auto;
    margin-right: auto;
}

.tab-padding {
    padding-right:5px;
}

.stats-padding {
    margin-bottom:25px !important;
}

.pageSectionMainInternal h2 {
    text-transform: capitalize;
}

.file-upload-wrapper
{
    top: 127px;
}

.file-upload-wrapper [class^="entypo-"]:before, .file-upload-wrapper [class*=" entypo-"]:before
{
    line-height: 1.5em;
}

.file-upload-wrapper .additional-options-wrapper .panel-heading
{
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
    padding: 0px;
}

.file-upload-wrapper .additional-options-wrapper .panel-body
{
    padding-left: 0px;
    padding-right: 0px;
}

.file-upload-wrapper .btn
{
    font-size: 18px;
}

.file-upload-wrapper .btn-lg
{
    font-size: 22px;
}

.hidden
{
    display: none;
}

.hiddenAlt
{
    position: absolute;
    left: -9999px;
}

.dropdown-menu .fa
{
    margin-right: 2px;
}

.tp-banner .slider-btn-upload
{
    font-size: 47px;
    font-weight: bold;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.pricing-table .panel-heading h3
{
    margin-top: 10px;
}

.pricing-table .panel-body .total-price
{
    margin-bottom: 0px;
}

.pricing-table .panel-body .price-per-day
{
    margin-bottom: 10px;
}

.pricing-table .list-group .list-group-item i
{
    margin-right: 3px;
}

.pricing-table .list-group .payment-method
{
    background-color: #f5f5f5;
}

.pricing-table .panel-footer
{
    background-color: #ffffff;
}

.pricing-table .panel-footer input[type=image], .pricing-table .panel-footer img
{
	max-width: 100%;
	height: auto;
}

h2 {
    text-transform: capitalize;
}

.account-benefits {
    color: #75BB49;
}

.homepage-section-2
{
    background: #f6f6f6 url('../../frontend_assets/images/home/bg_1.jpg') left center no-repeat;
    background-size: 100% 100%;
    color:#000000;
}

.homepage-section-4
{
    background: #f6f6f6 url('../../frontend_assets/images/home/bg_2.jpg') left center no-repeat;
    background-size: 100% 100%;
    color:#000000;
}

.homepage-register-section
{
    padding-top: 80px;
    padding-bottom: 30px;
}
.homepage-register-section .btn
{
    font-size: 30px;
}

.homepage-section
{
    padding-bottom: 0px;
}

.homepage-section-1 .main-image
{
    width: 100%;
    max-width: 701px;
}

.homepage-section-2 .main-image
{
    width: 100%;
    max-width: 500px;
}

.homepage-section-2 .share-animated
{
    display: block;
    height: 500px;
}

.homepage-section-2 .share-static
{
    display: none;
}

.homepage-section-4 .main-image
{
    width: 100%;
    max-width: 708px;
}

.homepage-next-section
{
    padding-top: 76px;
    padding-bottom: 20px;
}

.homepage-next-section .fa
{
    font-size: 52px;
    color: #e1e1e1;
}

.homepage-next-section .fa:hover
{
    font-size: 52px;
    color: #ccc;
}

.footerAds img
{
    padding-bottom: 14px;
    width: 100%;
    max-width: 468px;
    height: auto;
}

.metaRedirectWrapperTopAds img
{
    width: 100%;
    max-width: 468px; 
    height: auto;
}

.metaRedirectWrapperBottomAds img
{
    width: 100%;
    max-width: 468px;     
    height: auto;
}

.delete-file-name
{
    word-break: break-all;
}

.copyright .col-md-12
{
    margin-bottom: 5px;
}

.pageErrors, .pageSuccess
{
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.pageErrors
{
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    list-style-type: none;
}

.pageSuccess
{
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    list-style-type: none;
}

.dataTables_wrapper .table
{
    margin-bottom: 0px;
}

.table .alignCenter
{
    text-align: center;
}

.dataTables_info
{
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 25%;
}

.dataTables_paginate
{
    float: right;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: right;
}

.paging_full_numbers
{
    height: 22px;
    line-height: 22px;
    width: 400px;
}

.paging_full_numbers span.paginate_button
{
    background-color: #ddd;
}

.paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_active
{
    border: 1px solid #aaa;
    cursor: pointer;
    margin: 0 3px;
    padding: 2px 5px;
}

.dataTables_processing
{
    display: none;
}

.social-icon-border
{
    border: 2px solid #fff;  border-radius: 13px;
}

.footer-links 
{
    text-transform:lowercase;
}

.newsLetterRow li
{
    list-style-type: none !important;
}

.newsletter-header 
{
    display:none;
}

.footer-flags .flagNoneSelected
{
    margin:3px;
    border: 1px solid #fff;
    box-sizing: initial;
}

.footer-flags .flagSelected
{
    margin:3px;
    border: 3px solid #fff;
    border-radius:3px;
    box-sizing: initial;
}

.section-padding 
{
    padding-top:190px;
}

.sthoverbuttons-pos-right *
{
    box-sizing: unset;
}

.upgrade-table td:not(:first-child), .upgrade-table th:not(:first-child)
{
    text-align: center;
    vertical-align: middle;
}

.upgrade-table .btn
{
    font-size: 18px;
}

.upgrade-table .btn-free
{
    background-color: #cccccc;
    border-color: #cccccc;
    border-radius: 4px !important;
    color: #ffffff;
    font-size: 16px;
}

.upgrade-table .btn-free:hover
{
    background-color: #bbbbbb;
    border-color: #bbbbbb;
    border-radius: 4px !important;
    color: #ffffff;
}

.first-header 
{
    display:none;
}

/* support for older popups for rewards plugin */
.ui-dialog
{
	padding: 20px;
	background-color: #ffffff;
	border-radius: 0px;
    border: 1px solid #cccccc;
    width: 450px !important;
    z-index: 99999;
}

.ui-dialog *
{
	box-sizing: unset;
}

.ui-dialog .ui-dialog-titlebar
{
	display: none;
}

.ui-dialog .ui-dialog-buttonset button
{
	-moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.ui-dialog .ui-dialog-buttonset
{
    margin-top: 18px;
}

.ui-dialog .ui-dialog-buttonset button:first-child
{
    background-color: #21a9e1;
    color: #ffffff;
    margin-right: 6px;
}

.ui-dialog input[type=text], .ui-dialog textarea, .ui-dialog select
{
    background-color: transparent;
    background-image: none;
    border: 3px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #000;
    display: block;
    font-size: 16px;
    height: 32px;
    line-height: 1.42857;
    padding: 3px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 92%;
}

.ui-dialog textarea
{
    height: 80px;
}

.ui-dialog label
{
    display: inherit;
}

.ui-widget-overlay
{
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10040;
}

.ui-widget-overlay.ui-front
{
    opacity: 0.5;
}

.ui-dialog .ui-icon
{
    display: none;
}

.ui-dialog
{
    position: absolute !important;
    top: 150px !important;
}

#confirmWithdrawal
{
    height: auto !important;
}

.chartWrapper
{
    text-align: center;
}

.urlFileListingWrapper .processing-button .btn-default.disabled
{
    background-color: #dbdbdb;
    border-color: #dbdbdb;
}

.showAdditionalOptionsLink
{
    font-weight: 700;
    cursor: pointer;
}

.directionRtl .hiddenAlt
{
    position: absolute;
    left: 9999px;
}

.directionRtl .ltrOverride
{
    direction: ltr;
    text-align: right;
}


/* ADDED SABERCATHOST V4.2 */
.searchResults h6
{
    font-weight: 400;
    margin: 0;
    line-height: 20px;
	font-size: 16px;
	display: block;
}

.searchResults h6 a
{
	color: #428bca;
    text-decoration: none;
	word-break: break-all;
    display: inline-block;
}

.searchResults .resultUrl
{
    color: #239169;
    display: inline-block;
	font-size: 12px;
	text-decoration: none;
	word-break: break-all;
}

.searchResults p
{
	margin: 0px;
	font-size: 12px;
	word-break: break-all;
}

.searchResults .start-icon
{
	width: 68px;
	float: left;
	margin-right: 10px;
}

.searchResults .start-icon img
{
	width: 100%;
}

.searchResults .main-text
{
	margin-left: 78px;
}

.searchResults .searchLastCol
{
	text-align: right;
}

.search-icon
{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 1px;
}

.search-icon-all:before
{
    content: "\f0ca";
}

.search-icon-images:before
{
    content: "\f03e";
}

.search-icon-documents:before
{
    content: "\f15b";
}

.search-icon-videos:before
{
    content: "\f03d";
}

.search-icon-audio:before
{
    content: "\f001";
}

.search-icon-archives:before
{
    content: "\f187";
}

.main-search-button .fa
{
	font-size: 16px;
	vertical-align: inherit;
}

.main-search-button .btn-default
{
	padding: 8px 12px 9px 12px;
}

.searchResults .btn-file-download
{
	font-size: 16px;
}

.searchResults .odd:hover, .searchResults .even:hover
{
	background-color: #efefef !important;
}

.searchResults
{
	margin-top: 4px;
}

.searchResults tr td
{
	padding: 10px;
}

.search-tabs .tab-content .tab-pane
{
	padding: 0px;
}

#searchResults_wrapper .paging_full_numbers
{
	padding: 0px;
    margin: 0px;
	display: inline-block;
    border-radius: 4px;
}

#searchResults_wrapper .paging_full_numbers .paginate_button, #searchResults_wrapper .paging_full_numbers .paginate_active
{
    margin: 0px;
    list-style-type: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
	position: relative;
    padding: 6px 12px;
	line-height: 1.42857143;
    text-decoration: none;
	margin-left: -1px;
}

#searchResults_wrapper .paging_full_numbers .paginate_button
{
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
}

#searchResults_wrapper .paging_full_numbers .paginate_active
{
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}

#searchResults_wrapper .paging_full_numbers
{
	width: 100%;
	margin-top: 10px;
}
/* END OF SABERCATHOST V4.2 */


/* START OF SABERCATHOST V4.3 */
.container .animated
{
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.clipboard-placeholder-wrapper
{
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

.heading-1 
{
    text-overflow: ellipsis;
    overflow: hidden;
}

.description-1
{
    text-overflow: ellipsis;
    overflow: hidden;
}

.responsiveInfoTable 
{
    word-break: break-all; 
    word-wrap: break-word;
}

.share-folder-wrapper td 
{
    word-break:break-all;
    word-wrap: break-word;
}

/* END OF SABERCATHOST V4.3 */

/* inactive register button to prevent double click */
.register-account-button-hide {
	display: none;
}
.creating-account-button-show {
	display: block !important;
	/* padding: 15px 0 0 0;
	position: relative; */
}
.creating-account-button-show:hover {
	background-color: #21a9e1 !important;
	border-color: #21a9e1 !important;
	cursor: progress;
}

.ellipsis-dots {
    height: 51px;
    margin-left: 10px;
}

/* 12-2016 */ 

.black-friday-tag {
	position: absolute;
	top: 30px;
	margin-left: 100px;
	display: none;
}
@media screen and (max-width: 817px) {
	.black-friday-tag {
		top: 50px !important;
	}
}
@media screen and (min-width: 767px) and (max-width: 1361px) {
	.black-friday-tag {
		display: none !important;
	}
}

.social-icon-foot a {
	background: url('https://sabercathost.com/images/social.png') no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 5px;
	/* grey to blue tint */
	-webkit-filter: sepia(90%) hue-rotate(180deg);
} 
.social-icon-foot a.social-foot-twitter:hover { 
	background-position: 0 0;
} 
.social-icon-foot a.social-foot-facebook:hover { 
	background-position: 0 -25px;
} 
.social-icon-foot a.social-foot-facebook {
	background-position: 0 -50px;
} 
.social-icon-foot a.social-foot-twitter {
	background-position: 0 -75px;
}  

section#footer-links {
    width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
    text-align: center;
    background: #eee;
}

section#copyright {
	height: 62px;
}

.footer-bottom-container {
	display: block;
	height: 25px;
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}

.footer-links {
    width: 100%;
    padding: 25px 35px;
}
.saber-icon {
    width: 20px;
    display: inline-block;
    margin-top: 1px;
    margin-right: 5px;
}
.footer-copyleft {
	float: left;
	margin-left: 20px;
}

.social-icon-foot {
    float: right;
    margin-right: 20px;
}

.social-icon-foot img {
    width: 30px;
    border-radius: 3px;
    margin-left: 5px;
}
.rewards1 .pageSectionMainInternal  {
    font-family: "Open Sans";
}

.number-users {
    background: #222;
    width: 100%;
    padding: 25px;
    color: #fff;
    font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin-top: -78px;
    z-index: 99;
    position: relative;
    top: -42px;
}
.number-users.numbers-foot {
    background: #1f2229;
    margin-top: 0;
    top: 0;
}

.number-users .col-md-12.text-center {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: block;
    float: none;
}

.number-users .inner {
    margin-left: 59px;
    padding-right: 59px;
}

.number-users b {
    font-size: 24px;
    height: 48px;
    color: #de7146; /* #7cc2ef; */
}

.number-users i {
    font-size: 48px;
    display: inline-block;
    position: absolute;
    margin-top: -10px;
    margin-left: -59px;
    color: #de7146; /* #7cc2ef; */
}
/* new header on frontend pages */
.upgrade .section-padding.animated,
.redeem .section-padding.animated,
.faq1 .section-padding.animated,
.terms1 .section-padding.animated {
    background: url(https://sabercathost.com/images/bgtexture-head2.jpg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.rewards1 .section-padding.animated,
.reseller1 .section-padding.animated,
.linkchk1 .section-padding.animated,
.report1 .section-padding.animated,
.contact1 .section-padding.animated {
    background: url(https://sabercathost.com/images/bgtexture-head2.jpg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center -40px;
}
.sabercat1 .section-padding.animated {
    background: url(https://sabercathost.com/images/bgtexture-full.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.upgrade .navbar-inverse,
.rewards1 .navbar-inverse,
.redeem .navbar-inverse,
.faq1 .navbar-inverse,
.terms1 .navbar-inverse,
.linkchk1 .navbar-inverse,
.report1 .navbar-inverse,
.contact1 .navbar-inverse,
.sabercat1 .navbar-inverse {
    background: rgba(255, 255, 255, 0.7);
}

.upgrade.no-opacity .navbar-inverse,
.rewards1.no-opacity .navbar-inverse,
.reseller1.no-opacity .navbar-inverse,
.faq1.no-opacity .navbar-inverse,
.terms1.no-opacity .navbar-inverse,
.linkchk1.no-opacity .navbar-inverse,
.report1.no-opacity .navbar-inverse,
.contact1.no-opacity .navbar-inverse,
.sabercat1.no-opacity .navbar-inverse {
    background: #fff;
}
/* .animated-logo {
	width: 225px;
	height: 43px;
	display: none !important;
}
.animated-logo.show-logo {
	display: block !important;
} */
.hide-play {
	display: none;
}
.play-sabercat-animation {
	width: 30px;
	height: 30px;
	/* position: absolute;
	margin-left: -5px; */
	top: 18px;
	margin-left: 2px;
	cursor: pointer;
	/* visibility: hidden; */
}
#vouchers ul {
    margin-left: 0;
    padding-left: 0;
}
#vouchers li {
    list-style: none;
}
/* end new header */
/*
@media screen and (max-width: ) {
	section#copyright-dash {
		padding-top: 29px;
		padding-bottom: 14px;
		text-align: center;
	}
} */

/* without cart icon */
.buy-now-btn {
    background: #32f249;
    border: 2px solid #2be341;
    padding: 9px 20px 7px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    box-sizing: border-box;
    width: 157px;
    border-radius: 5px;
    font-family: calibri;
    margin-bottom: 10px;
    margin-left: -3px;
}

.buy-now-btn:hover {
    background-color: #40fe57;
    border-color: #38ef4e;
    font-size: 24px;
    padding: 9px 1px 7px 0;
	vertical-align: top;
}

.use-bitcoin-btn {
    background: #329af2;
    border: 2px solid #2b8ae3;
    padding: 9px 20px 7px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    box-sizing: border-box;
    width: 157px;
    border-radius: 5px;
    font-family: calibri;
    margin-bottom: 10px;
    margin-left: -3px;
}

.use-bitcoin-btn:hover {
    background-color: #4ba8f6;
    border-color: #3897ef;
    font-size: 24px;
    padding: 9px 1px 7px 0;
	vertical-align: top;
}

/* with cart icon
.buy-now-btn {
    background: #32f249;
    border: 2px solid #2be341;
    padding: 9px 10px 7px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    box-sizing: border-box;
    width: 155px;
    border-radius: 5px;
    font-family: calibri;
    margin-bottom: 10px;
    margin-left: -4px;
}
.buy-now-btn:hover {
    background-color: #40fe57;
    border-color: #38ef4e;
    font-size: 23px;
    padding: 9px 1px 7px 0;
    vertical-align: top;
}

.panel-footer form {
	max-width: 200px;
    margin: 0 auto;
}
	
/* home mobile size fix */
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .home1 .tp-caption.very_large_text.sfb.customout.tp-resizeme.start {    
    font-size: 60px;    
    text-align: center;    
    width: 531px;    
    display: block;    
    float: none;    
    margin: 50px auto 0 -40px;    
    transform: none;
  }
  .home1 .tp-caption.sfb.customout.start {    
    margin: 45px auto 0 auto;    
    font-size: 25px;
  }
  .home1 .tp-caption.medium_text.sfb.customout.start {    
    margin: 40px auto 0 auto;
  }
  .home1 .btn.btn-default.btn-inverted {    
    margin: -15px auto 0 auto;
  }
}

@media screen and (max-width: 766px) and (min-width: 480px) {
	.home1 .tp-banner .slider-btn-upload {
		font-size: 40px;
		padding: 12px 20px;
	}
	.home1 .tp-caption.very_large_text.sfb.customout.tp-resizeme.start { 
		text-align: center; 
		display: block;    
		float: none;    
		margin: 30px auto 0 auto;
	}
	.home1 .tp-caption.medium_text.sfb.customout.start {    
		margin: 20px auto 0 auto;
	}
  .home1 .tp-caption.sfb.customout.start {    
		margin: 30px auto 0 auto; 
	}
	.home1 .btn.btn-default.btn-inverted {    
		margin: -15px auto 0 auto;
	}
}
@media screen and (max-width: 481px) {
	.home1 .tp-caption.very_large_text.sfb.customout.tp-resizeme.start {   
		font-size: 30px !important;    
		text-align: center; 
		display: block;    
		float: none;    
		margin: -15px auto 0 -10px !important;
	}
	.home1 .tp-banner .slider-btn-upload {
		font-size: 40px;
		padding: 12px 20px;
	}
	.home1 .tp-caption.medium_text.sfb.customout.start {  
		font-size: 20px !important;
		margin: 20px auto 0 auto !important;
		white-space: normal;
		line-height: 30px !important;
		text-align: center;
		max-width: 300px !important;
		
	}
  .home1 .tp-caption.sfb.customout.start {    
		margin: 30px auto 0 auto; 
	}
	.home1 .btn.btn-default.btn-inverted {    
		margin: 55px auto 0 auto;
	}
}


.zocial.facebook:hover {
    background: #5b75bd !important;
}

.zocial.twitter:hover {
    background: #63ccff !important;
}

.zocial.googleplus:hover {
    background: #f06858 !important;
}


.zocial {
    width: 100% !important;
    height: 40px !important;
    font-size: 17px !important;
    vertical-align: middle !important;
    padding: 10px !important;
}
.zocial span {
    margin-top: -10px !important;
    display: block !important;
}
.zocial:before {
    padding: 0 !important;
    margin-top: -5.9px !important;
    display: inline-block !important;
    padding-right: 10px !important;
    border: none !important;
    width: 40px !important;
    height: 30px !important;
}

.register1 .zocial {
    height: 50px !important;
}
.register1 .zocial span {
    margin-top: 0 !important;
    display: inherit !important;
}
.register1 .zocial:before {
    height: 40px !important;
}

/* new */

.register1 .zocial.facebook:hover {
    background: #5b75bd !important;
}

.register1 .zocial.twitter:hover {
    background: #63ccff !important;
}

.register1 .zocial.googleplus:hover {
    background: #f06858 !important;
}

/* google button grey *********************
.register1 .zocial.googleplus:before {
    content: "\f1a0" !important;
    font-family: FontAwesome !important;
}
.register1 .zocial.googleplus {
    background-color: #777 !important;
}
.register1 .zocial.googleplus:hover {
    background-color: #888 !important;
} 
*/
/* remove google button entirely, convert to link instead */

.register1 .zocial.googleplus:before {
	content: none !important;
}
.register1 .zocial.googleplus {
    background-color: transparent !important;
}
.register1 .zocial.googleplus:hover {
	background-color: transparent !important;
}
.register1 .zocial.googleplus span {
	text-align: center !important;
    color: #777 !important;
	display: block !important;
}
.register1 .zocial.googleplus span:hover {
	text-decoration: underline !important;
    color: #555 !important;
}

/* end remove button */

/* switch other login icons to fontawesome */
.register1 .zocial.facebook:before {
    content: "\f09a" !important;
    font-family: FontAwesome !important;
}
.register1 .zocial.twitter:before {
    content: "\f099" !important;
    font-family: FontAwesome !important;
}
/* end switch other login icons */