/*
Theme Name: Pixel77 Bootstrap
Theme URI: http://www.pixel77.com/
Author: Brainik Network
Author URI: https://www.brainik.com/
Description: Pixel77 Modern Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body, html {
	color: #222;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	margin: 0;
	padding: 0;
}
body {
	box-sizing: border-box;
	padding-top: 55px;
}

input {
	box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	border-radius: 4px;
	border: 1px solid #CCC;
	padding: 0 10px;
	color: #717171;
	transition: all 0.12s ease-in 0s;
	max-width: 700px;
	font-size: 15px;
}
.form-control {
	height: 43px;
}

/* headers begin */
h1,h2,h3,h4,h5,h6 {
	color: #333;
}
h1 {
	font-size: 42px;
	margin-top: 0;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
/* headers end */
a,
a:visited {
	color: #1BB3A0;
}
a:hover,
a:active {
	color: #1BB3A0;
	text-decoration: underline;
}
#main-menu {
	font-size: 14px;
	min-height: 55px;
	background: rgba(255,255,255,0.96);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.31);
	position: fixed;
	width: 100%;
	top: 0;
	transition: top .3s ease-in-out 0s;
	z-index: 99;
}
#main-menu #logo {
	float: left;
}
#main-menu #logo img {
	height: 28px;
    margin: 13px 14px 14px 0px;
}
#main-menu ul {
	padding: 0;
	margin: 0;
}
#main-menu ul li {
	float: left;
	list-style: none;
}
#main-menu ul li a {
	color: #717171;
	font-size: 14px;
}
#main-menu ul li a:hover {
	color: #333;
}
#main-menu .dropdown-menu {
    padding: 0 0 5px 0;
	margin-top: 0;
	border-radius: 0 0 3px 3px;
	border: none;
	box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.2);
}
#main-menu .dropdown-menu li {
	width: 100%;
}
#main-menu .dropdown-menu li a:hover,
#main-menu .dropdown-menu li a:active {
	background: #454545;
	color: #fff;
}
#main-menu .dropdown-menu#searchMenuDropdown {
	padding: 12px;
	min-width: 220px;
	padding-top: 5px;
}
#main-menu .dropdown-menu#searchMenuDropdown li input[type=text] {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	height: 34px !important;
}
#main-menu .dropdown-menu#searchMenuDropdown li input[type=text]:focus {
	border: 1px solid #1BB3A0;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08) inset;
	color: #333;
}
#main-menu .dropdown-menu#searchMenuDropdown li span button {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
#main-menu > ul.pull-left > li:not(.dropdown) {
	overflow: hidden;
	height: 55px;
}
#main-menu > ul.pull-left > li:not(.dropdown) a {
	padding: 17px 15px 18px;
	display: block;
	border-bottom: 4px solid #F96E5B;
	text-decoration: none;
	transition: padding 0.15s ease-in-out 0s;
}
#main-menu > ul.pull-left > li:not(.dropdown) a:hover,
#main-menu > ul.pull-left > li:not(.dropdown) a:active,
#main-menu > ul.pull-left > li.active:not(.dropdown) a,
#main-menu > ul.pull-left > li.current-menu-item a {
	padding: 17px 15px 14px;
}

#main-menu > ul.pull-left #dotsMenu {
	padding: 17px 15px 18px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}

#main-menu > ul.pull-left #dotsMenu i {
	font-size: 7px;
	padding-left: 2px;
	padding-right: 2px;
	display: inline-block;
}

#main-menu > ul.pull-right > li {

}
#main-menu > ul.pull-right > li > a {
	display: block;
	padding: 11px 17px 12px;
	border-radius: 22px;
	border: 1px solid transparent;
	margin: 9px 0px 9px 9px;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.15s ease-in 0s;
	font-size: 12px;
	line-height: 1;
}
#main-menu > ul.pull-right > li > a[data-content=form_sign_in],
#main-menu > ul.pull-right > li > a[data-content=form_sign_up] {
	border-color: #CCC;
}

#main-menu > ul.pull-right > li > a:hover:not(#userMenu) {
	border-color: #F96E5B;
}
#main-menu > ul.pull-right > li > a#searchMenu {
	padding: 9px 11px 10px 10px;
	font-size: 15px;
}
#main-menu > ul.pull-right > li > a#searchMenu:hover,
#main-menu > ul.pull-right > li > a#searchMenu:focus {
	border-color: #999;
	cursor: pointer;
}
#main-menu > ul.pull-right {

}

#main-menu a#userMenu {
	padding: 0;
}
#main-menu a#userMenu img {
	display: block;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	padding: 5px;
	/*border: 1px solid #DDD;*/
}
#main-menu > ul.pull-left form#mobileSearch {
	display: none;
	position: relative;
}
#main-menu > ul.pull-left form#mobileSearch > input[type="text"] {
	display: block;
    padding: 8px 17px 9px;
    border-radius: 22px;
    border: 1px solid #CCC;
    margin: 9px 0;
    transition: all 0.15s ease-in 0s;
    font-size: 15px;
    line-height: 18px;
	width: 100%;
}
#main-menu > ul.pull-left form#mobileSearch > .submit-search {
	position: absolute;
	right: 15px;
    font-size: 16px;
    top: 6px;
    color: #717171;
    cursor: pointer;
}
#main-menu > ul.pull-left form#mobileSearch > .submit-search:hover {
	color: #333;
}

#main-menu > #toggle-mobile-menu {
	color: #717171  ;
	font-size: 28px;
	float: left;
	background-color: #fff;
	display: none;
	border: medium none;
	padding: 15px 15px 14px 15px;
}
#main-menu > #toggle-mobile-menu:hover {
	background: #eee;
}
#main-menu > #toggle-mobile-menu > i.icon-bar {
	display: block;
	height: 2px;
	background-color: #888;
	margin: 5px;
}
#main-menu > #toggle-mobile-menu > i.icon-bar:nth-child(1) {
	width: 18px;
}
#main-menu > #toggle-mobile-menu > i.icon-bar:nth-child(2) {
	width: 14px;
}
#main-menu > #toggle-mobile-menu > i.icon-bar:nth-child(3) {
	width: 24px;
}


#featuredArticle {
	background: #000 url('images/top-cover.jpg') center center no-repeat;
	height: 300px;
	padding: 50px 15px;
}
#featuredArticle h1 a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
#featuredArticle h1 a:hover {
}
#featuredArticle span.span1 {
	color: #aaa;
	font-size: 15px;
	line-height: 50px;
}
#featuredArticle span.span2 {
	color: #eee;
	font-size: 24px;
	font-weight: 300;
}

ul#categories {
    border-bottom: 1px solid #E2E2E2;
    width: 100%;
    margin: 0px;
    display: block;
	padding-left: 0;
}
ul#categories li {
    list-style-type: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
}
ul#categories li a {
	color: #717171;
    padding: 17px 18px 15px;
    margin: 0px;
    text-decoration: none;
    transition: all 0.12s linear 0s;
    display: inline-block;
    text-transform: uppercase;
}
ul#categories li:hover,
ul#categories li.active,
ul#categories li.current-menu-item {
	margin-bottom: -1px;
}
ul#categories li a:hover,
ul#categories li.active a,
ul#categories li.current-menu-item a {
    border-bottom: 1px solid #F96E5B;
    color: #F96E5B;
}

#main .articles {
	padding: 0px 40px 35px 20px;
	margin: 35px 0 0 0;
	border-right: 1px dotted #ccc;
}

#main .articles article {
	padding: 15px 0 30px;
	border-bottom: 1px dotted #ccc;
	clear: both;
}
#main .articles.results article {
	padding: 30px 0;
	clear: both;
}
#main .articles .dynamic_post_loader_spinner {
	padding: 35px 0 15px 0;
}
#main .articles .dynamic_post_loader_spinner i {
	font-size: 28px;
	color: #aaa;
}
#main .articles article header h2 {
	font-weight: 700;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
#main .articles article header h2 > a {
	text-decoration: none;
	color: #333;
}
#main .articles article header h2 > .fa.bookmark-post {
	padding: 0 0 0 10px;
	display: inline-block;
	cursor: pointer;
}
#main .articles article header h2 > .fa.bookmark-post:before {
	content: '\f097';
	font-size: 21px;
	color: #ccc;
}
#main article header h2 > .fa.bookmark-post:hover:before,
#main article header h2 > .fa.bookmark-post.bookmarked:before,
#article article.post > header h1 > .fa.bookmark-post:hover:before,
#article article.post > header h1 > .fa.bookmark-post.bookmarked:before {
	content: '\f02e';
	color: #1BB3A0;
}
#main .articles article header .post-meta {
	padding: 0 0 15px 50px;
	color: #959595;
	display: block;
	position: relative;
}
#main .articles article header .post-meta > .read_time {
	font-size: 14px;
	color: #717171;
	float: right;
}
#main .articles article header .post-meta > .read_time i {
	color: #ccc;
}
#main .articles article header .post-meta > .author {
	display: block;
	font-size: 14px;
}
#main .articles article header .post-meta > .author img {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	left: 0;
	top: 0;
}
#main .articles article header .post-meta > .author a {
	color: #1BB3A0;
}
#main .articles article header .post-meta > .categories {
	display: block;
	font-size: 12px;
}
#main .articles article header .post-meta > .categories a {
	color: #717171;
	text-decoration: none;
}
#main .articles article header .post-meta > .categories a:hover {
	text-decoration: underline;
}
#main .articles article content {
}
#main .articles article content.entry-summary {
	font-family: "calluna",serif;
	font-size: 20px;
	line-height: 31px;
	color: #333;
	margin-bottom: 25px;
	word-wrap: break-word;
	word-spacing: 0.05em;
}
#main .articles article content.entry-summary p {
	letter-spacing: -0.005em;
}
#main .articles article content.entry-summary a {
	text-decoration: none;
	display: block;
	background: #fff;
}
#main .articles article content.entry-summary a img {
	width: auto;
	display: block;
	margin: 0 auto 20px;
	outline: none;
}

#main .articles article footer {
	font-size: 14px;
}
#main .articles article footer.entry-meta ul {
	margin: 0;
	padding: 10px 0 0;
}
#main .articles article footer.entry-meta ul li {
	display: inline-block;
	list-style: none;
	padding-right: 30px;
}
#main .articles article footer.entry-meta ul li:before {
	content: '·';
	display: block;
	position: absolute;
	margin-left: -20px;
	font-size: 14px;
	color: #969696;
}
#main .articles article footer.entry-meta ul li:first-child:before {
	content: '';
}
#main .articles article footer.entry-meta ul li a {
	color: #717171;
	text-decoration: none;
}
#main .articles article footer.entry-meta ul li a:hover {
	color: #333;
}
#main .articles article footer.entry-meta ul li a:hover i {
	color: #717171;
}
#main .articles article footer.entry-meta ul li a i {
	color: #ccc;
	padding-right: 5px;
}
#main .articles article footer.entry-meta ul li.continue-reading a {
	border: 1px solid #E2E2E2;
    border-radius: 14px;
    color: #F96E5B;
    padding: 3px 10px;
    text-decoration: none;
    transition: all 0.1s ease-in 0s;
	display: block;
	margin: 0;
}
#main .articles article footer.entry-meta ul li.continue-reading a:hover {
    border: 1px solid #F96E5B;
    background-color: #F96E5B;
    padding: 3px 10px;
    color: #FFF;
}
#main article footer.entry-meta .dropdown.share ul.dropdown-menu {
	min-width: 110px;
	padding: 5px 0px 5px;
	border: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	margin-top: 10px;
}
#main article footer.entry-meta .dropdown.share ul.dropdown-menu li:first-child {
	position: absolute;
	top: -11px;
	left: 30px;
	width: 0px;
	height: 0px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #E2E2E2;
}
#main article footer.entry-meta .dropdown.share ul.dropdown-menu li:first-child span {
	position: absolute;
	left: -10px;
	top: 1px;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
}
#main article footer.entry-meta .dropdown.share ul li {
	padding: 0;
	display: block;
}
#main article footer.entry-meta .dropdown.share ul li:before {
	content: '';
}
#main article footer.entry-meta .dropdown.share ul li a {
	padding: 3px 15px;
	font-size: 13px;
}
#main article footer.entry-meta .dropdown.share ul li a i {
	width: 16px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}
#main article footer.entry-meta .dropdown.share ul li a i.count {
	font-size: 11px !important;
	font-style: normal;
}
#main article footer.entry-meta .dropdown.share ul li a i.fa-facebook {
	color: #3b5998;
}
#main article footer.entry-meta .dropdown.share ul li a i.fa-twitter {
	color: #55acee;
}
#main article footer.entry-meta .dropdown.share ul li a i.fa-google-plus {
	color: #dc4e41;
}

/* RESULTS STYLISH */
#main .articles.results > h2 {
	padding: 15px 0px 30px;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}
#main .articles.results article .wp-post-image {
	width: 100%;
	height: auto;
	display: block;
	padding-right: 5px;
}
#main .articles.results article .entry-header h3.entry-title {
	margin-top: 0;
}
#main .articles.results article .entry-header h3.entry-title a {
	color: #333;
	font-weight: 700;
	letter-spacing: -0.02em;
}
#main .articles.results article .entry-header h3.entry-title a:hover {
	text-decoration: none;
}
#main .articles.results article .post-meta {
	padding: 0px 0px 15px 0;
}
#main .articles.results article .post-meta span.author {
	float: left;
}
#main .articles.results article .post-meta span.read_time {

}
#main .articles.results article .entry-summary {
	clear: both;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding-top: 5px;
	margin-bottom: 15px;
}

/* AUTHOR PAGE STYLISH */
#main .articles.results.author {
	border-right: none;
}
#main .articles.results.author h3 {
	color: #000;
}
#main .articles.results.author .author-description,
#main .articles.results.author .author-posts {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
}
#main .articles.results.author .author-description {
	text-align: center;
	margin-bottom: 100px;
}
#main .articles.results.author .author-description > img {
	margin: 0 auto;
	border-radius: 50%;
}
#main .articles.results.author .author-description > p {
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #717171;
}
#main .articles.results.author .author-posts > h3 {
	border-bottom: 1px solid #eee;
	line-height: 54px;
	margin-top: 0;
}

/* FREEBIES STYLISH */
#main .articles.freebies {
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}
#main .articles.freebies .freebie {
	padding: 10px;
}
#main .articles.freebies .freebie a {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}
#main .articles.freebies .freebie a > img {
		width: 100%;
		height: auto;
	}
#main .articles.freebies .freebie a > div {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	top: 0;
	color: #fff;
	text-align: center;
}
#main .articles.freebies .freebie a:hover > div {
	display: block;
}
#main .articles.freebies .freebie a > div > span {
	border-radius: 20px;
	display: inline-block;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	margin: 0px auto;
	color: #f96e5b;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 23px;
	margin-top: 10%;
}
#main .articles.freebies .freebie a > div h5 {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	display: block;
	margin-top: 25%;
	margin-left: 10px;
	margin-right: 10px;
}


#main #footer {
	font-size: 12px;
	border-top: 1px dotted #CCC;
	margin-top: 15px;
	padding: 5px 0 25px;
}
#main #footer > ul {
	margin: 0;
	padding: 10px 0 0;
}
#main #footer > ul > li {
	display: inline-block;
	list-style: none;
	padding-right: 25px;
}
#main #footer > ul > li:before {
	content: '·';
	display: block;
	position: absolute;
	margin-left: -15px;
	font-size: 14px;
	color: #969696;
	line-height: 14px;
}

#main #footer > ul > li:first-child:before {
	content: '';
}
#main #footer > ul > li a {
	color: #717171;
	text-decoration: none;
}
#main #footer > ul > li a:hover {
	color: #333;
}
#main #footer > ul > li a:hover i {
	color: #717171;
}
#main #footer > ul > li a i {
	color: #ccc;
	padding-right: 5px;
}



.pixel77_modal .modal-body {
	padding: 15px 50px 30px;
	overflow: hidden;
}
.pixel77_modal .modal-body form > span,
.pixel77_modal .modal-body form .sign-in > span,
.pixel77_modal .modal-body form .wp-social-login-connect-with {
	font-size: 14px;
	color: #717171;
	font-weight: 400;
	text-align: center;
	display: block;
	padding: 15px 0 10px;
	clear: both;
}
.pixel77_modal .modal-body form > span:first-child {
	padding-top: 0;
}


.pixel77_modal .modal-body form > div {
}

.pixel77_modal .modal-body form small {
	font-size: 12px;
	color: #717171;
}

.pixel77_modal .modal-body .sign-in {
	text-align: right;
}
.pixel77_modal .modal-body .sign-in > span {
    display: inline-block !important;
	padding: 5px !important;
}
.pixel77_modal .modal-body .sign-in > a {
    font-size: 14px;
}







.wp-social-login-widget .wp-social-login-connect-with {
	padding-top: 0 !important;
    margin-bottom: 0;
}
.wp-social-login-widget .wp-social-login-provider-list {
	padding: 0;
}

.wp-social-login-widget .wp-social-login-provider-list > a {
	display: block;
	width: 33.33333333333333%;
	border: 0;
	float: left;
	background: none;
	padding: 0 10px;
	font-size: 0;
	text-decoration: none;
	text-align: center;
}
.wp-social-login-widget .wp-social-login-provider-list > a img {
	display: none;
}

.wp-social-login-widget .wp-social-login-provider-list > a:nth-child(1) {
	padding-left: 0px;
}
.wp-social-login-widget .wp-social-login-provider-list > a:nth-child(2) {
	padding: 0 5px;
}
.wp-social-login-widget .wp-social-login-provider-list > a:nth-child(3) {
	padding-right: 0px;
}

.wp-social-login-widget .wp-social-login-provider-list > a:after {
	display: block;
	color: #fff;
	background: #eee;
	width: 100%;
	line-height: 38px;
	border-radius: 3px;
	font-size: 22px;
	font-family: FontAwesome, serif;
	padding-top: 3px;
}

.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook:after {
	content: '\f09a';
	background-color: #3b5998;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook:hover:after {
	background-color: #32508d;
	box-shadow: 0 -2px 0 rgba(0,0,0,0.25) inset;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-twitter:after {
	content: '\f099';
	background-color: #00b6f1;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-twitter:hover:after {
	background-color: #00aae1;
	box-shadow: 0 -2px 0 rgba(0,0,0,0.25) inset;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-google:after {
	content: '\f1a0';
	background-color: #df4a32;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-google:hover:after {
	background-color: #d83d24;
	box-shadow: 0 -2px 0 rgba(0,0,0,0.25) inset;
}


#main #settings {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
}

.pixel77_modal .modal-body form > div.inputs input:focus {
	border: 1px solid #1BB3A0;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08) inset;
}
.pixel77_modal .modal-body form > div.inputs input,
.pixel77_modal .modal-body .popup-button {
	border-radius: 3px;
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 40px;
	border: 1px solid #ccc;
	padding: 0 15px;
	margin: 0 0 10px 0;
	position: relative;
}
.pixel77_modal .modal-body .popup-button {
	border: 0;
}
.pixel77_modal .modal-body .btn-default.popup-button {
	background-color: #ddd;
}

.pixel77_modal .modal-body form > div.inputs div {
	clear: both;
	overflow: hidden;
}
.pixel77_modal .modal-body form > div.inputs div > span {
	padding: 0;
}
.pixel77_modal .modal-body form > div.inputs div > span:nth-child(1) input {
	border-radius: 3px 0 0 3px;
	border-right: 0;
}
.pixel77_modal .modal-body form > div.inputs div > span:nth-child(2) input {
	border-radius: 0 3px 3px 0;
}

.pixel77_modal .modal-body form > div.inputs span.error {
	position: relative;
	display: block;
}
.pixel77_modal .modal-body form > div.inputs span.error input {
	border: 1px solid #EA0000;
}
.pixel77_modal .modal-body form > div.inputs span.error:after {
	font-family: FontAwesome;
	content: '\f071';
	display: block;
	line-height: 45px;
	right: 15px;
	top: 0;
	font-size: 18px;
	color: #EA0000;
	position: absolute;
}

.pixel77_modal .modal-body form > div.inputs input[type="submit"] {
	border: 0;
	background: #F66443;
	color: #fff;
	border-radius: 3px;
}
.pixel77_modal .modal-body form > div.inputs input[type="submit"]:hover {
	background: #eb5735;
}
.pixel77_modal .modal-body form > div.links {
	text-align: center;
	display: block;
}
.pixel77_modal .modal-body form > div.links a {
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	color: #1bb3a0;
	margin: 0 15px;
}
.pixel77_modal .modal-body form > div.inputs span.message {
	font-size: 14px;
	color: #DD2C00;
	text-align: left;
}

.modal-content {
	border-radius: 4px;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.35);
}
.modal-backdrop.in {
	opacity: 0.8;
}

.modal-header {
	background: #FAFAFA;
	border-radius: 6px 6px 0 0;
}
.modal-header h4.modal-title {
	font-size: 24px;
	color: #333;
	text-align: center;
	text-transform: none;
}

#E404 > span {
	max-width: 406px;
	padding: 0 25px;
	margin: 0 auto;
	display: block;
}
#E404 > p {
	text-align: center;
	margin: 0 auto;
	display: block;
	font-weight: 500px;
	padding: 0 25px;
}
#E404 > span > img {
	display: block;
	margin: 20% auto 50px;
	width: 100%;
}


.to-top {
	position: fixed;
	bottom: 30px;
	right: 100px;
	cursor: pointer;
	display: none;
}

.to-top-char {
	position: relative;
}

.to-top-char:before {
	position: absolute;
	bottom: 10px;
	right: -55px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000;
	opacity: 0.3;
	font-family: "Glyphicons Halflings";
	font-size: 18px;
	font-weight: 400;
	content: '\e113';
	color: #fff;
	display: block;
	padding: 8px 16px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.to-top-container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.to-top-container > div {
	position: relative;
}

.to-top-container.fixed {
	margin: 0 auto;
	position: fixed;
}
