/* All Pages */
body {
	padding-top:20px;

	background: #e5eaec;
}

ul {

	padding: 0;
    margin: 0;
}

p {
    text-align: justify
}

.container {
    position: relative;
    width: 85%;
    
}

.active {
    color: #000;
    font-weight: bold;
}
/* All Pages */



/* Start Navbar */


.navbar-brand img {
    margin-top: -12px;
    width: 150px;
}


.navbar {
	min-height:60px;
}

.navbar-inverse {
    background-color: #ffffff;
    border-color: #e5eaec;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 15%), inset 0 0.125em 0.5em rgb(0 0 0 / 20%);

}
/* Active Link */

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {

	background-color:initial;
	color: #bdbdbd;
}

/* End Navbar Link */

.navbar-inverse .navbar-nav >li > a {
	color: #7b7a76;
	padding-top: 21px;
	padding-bottom:	10px;
	font-size: 15px;
}

.nav > li > a {
    padding: 10px 7px;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #191919;
}
/* Start Navbar Link */

/* Brand Name */

.navbar-inverse .navbar-brand {
	color:#FFF;
	font-size:30px;
	line-height:20px;
	margin-top: -3px;
}

/* Dropdown Menu */

.dropdown-menu {
	background-color:#191919;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color:initial;
	color: #000;
}

.navbar-right .dropdown-menu {

	left:0;
	right:auto;
}

.dropdown-menu > li > a {
	color:#FFF;
	padding:6px 20px;
	-webkit-transition:padding 0.5s ease;
	-moz-transition:padding 0.5s ease;
	-o-transition:padding 0.5s ease;
	transition:padding 0.5s ease;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: initial;
	color:#00B4DB;
}

.navbar-inverse .navbar-nav > 
.open > a, .navbar-inverse 
.navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > 
.open > a:focus {
	color: #FFF;
}

/* Navbar Toggle */

.navbar-toggle {
	margin-top: 22px;
    padding: 5px 5px;
}

.navbar-inverse .navbar-nav >
.open > a, .navbar-inverse .navbar-nav >
.open > a:hover, .navbar-inverse .navbar-nav > 
.open > a:focus {
	background-color:initial;

}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #4a4e51;
    
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-nav .open 
.dropdown-menu > .active > a, 
.navbar-inverse .navbar-nav .open 
.dropdown-menu > .active > a:hover, 
.navbar-inverse .navbar-nav .open 
.dropdown-menu > .active > a:focus {

	background-color: initial;
	color: #0083B0;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
    margin-top: -1px;
}

.navbar-toggle i {
    font-size: 25px;
    color: #7b7b72
}

.navbar-toggle i:hover,
.navbar-toggle i:focus {
    font-size: 25px;
    color: #4A4E51;
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
}

.navbar-brand {
    float: right;
}
/* End Navbar */



/* Start header Home Page */

.header {
    height: 200px;
    background-color: rgba(0, 0, 0, .1);
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
}

.header .header-one {
    border-left: 3px solid #e5eaec;
}

.header .text {
	border-right: 2px solid #dfdfdf;
}

.header h1 {
	color: #4A4E51;
	margin-top: 70px;
    font-weight: bold;
    font-size: 18px;
}

.header h5 {
    margin-top: 85px;
    color: #6a6a6a;
}

.header ul li {
    display: inline-block;
    
}

.header ul li a {
    color: #6a6a6a;
    font-size: 13px;
    text-decoration: none
}
    
.header ul li a:hover,
.header ul li a:focus {
    color: #191919;
}
    
.header p {
	color: #6a6a6a;
    text-align: center;
}

.header .img-thumbnail {
	border: none;
	background-color: initial;
}
.header hr {
	border: 1px solid #dfdfdf;
}

.header .button {
	background: #5793ce;
	border: 1px solid #5793ce;
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	font-size: 1.25em;
	padding: 8px 0px;
	width: 200px;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: center;
}

.header .button:hover {
	background-color: #1865b1;
	border: 1px solid #1865b1;
	color: #fff
}

.header img {
	margin-bottom: 20px;
	margin-left: 50px;
}

.header .header-two i {
    font-size: 20px;
    padding: 10px;
    color: #6a6a6a;
}

.header .header-two i:hover {
    font-size: 21px;
    color: #4A4E51;
}
/* End header Home Page */



/* Start header Pages */

.header-page {
    background: linear-gradient(-45deg, #00B4DB, #0083B0, #00B4DB);
    height: 200px;

}

.header-page h1 {
	color: #FFFFFF;
    font-weight: bold;
    margin-top: 80px;;
}


.header-page .breadcrumb {
    background: none;
}

.header-page .breadcrumb a {
    color: #FFF;
    text-decoration: none;
}

.header-page .breadcrumb a:hover {
    color: #d7d7d7;
}

.header-page .breadcrumb li {
    color: #d7d7d7;
}

.header-page span {
    color: #FFF;
    font-size: 18px;
}
/* End header Pages */



/* Start header categories */

.header-categories {
    height: 200px;
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
}

.header-categories .header-one {
    border-left: 2px solid #e5eaec;
}

.header-categories .text {
	border-right: 2px solid #dfdfdf;
}

.header-categories h1 {
	color: #4A4E51;
	margin-top: 80px;
    font-weight: bold;
    font-size: 18px;
}

.header-categories h4 {
    margin-top: 85px;
    color: #6a6a6a;
}
    
.header-categories p {
	color: #6a6a6a;
    text-align: center;
}

.header-categories .img-thumbnail {
	border: none;
	background-color: initial;
}
.header-categories hr {
	border: 1px solid #dfdfdf;
}

.header-categories .button {
	background: #5793ce;
	border: 1px solid #5793ce;
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	font-size: 1.25em;
	padding: 8px 0px;
	width: 200px;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: center;
}

.header-categories .button:hover {
	background-color: #1865b1;
	border: 1px solid #1865b1;
	color: #fff
}

.header-categories img {
	margin-bottom: 20px;
	margin-left: 50px;
}

.header-categories .breadcrumb {
    background: none;
}

.header-categories .breadcrumb a {
    color: #6a6a6a;
    text-decoration: none;
}

.header-categories .breadcrumb a:hover {
    color: #191919;
}

.header-categories .breadcrumb li {
    color: #9b9b9b;
}

.header-categories .breadcrumb li a {
    font-size: 13px;
}
/* End header categories */



/* Start Footer */


/* All */
.footer {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #4A4E51;
	border-top: 2px solid #dfdfdf;

}

.footer ul li {
	display: inline-block;
	margin: 0 5px;

}

/* All */

.footer .footer-one span {
	color: #AAA;
    font-size: 12px;
}

.footer .footer-one ul li a {
	color: #AAA;
	font-size: 12px;
}

.footer .footer-one span a {
    color: #AAA;
}

.footer .footer-one .list-unstyled {
    color: #AAA;
    font-size: 13px;
}


.footer .footer-one hr {
    width: 336px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #585858;
}


.footer .footer-two span {
    font-size: 13px;
    color: #AAA;
}

.footer .footer-two  {
    margin-bottom: 15px;
    font-size: 15px;
    color: #e5eaec;
}

.footer .footer-two .list-unstyled {
    color: #AAA;
    font-size: 13px;
}

.footer .footer-two ul li a {
	color: #AAA;
	font-size: 17px;
}


.footer .footer-two-lg {
    font-size: 15px;
    color: #e5eaec;
    margin-top: 15px;
}

.footer .footer-two-lg span {
    font-size: 14px;
    color: #AAA;
}


.footer .footer-two-lg .list-unstyled {
    color: #AAA;
    font-size: 13px;
}

.footer .footer-two-lg ul li a {
	color: #AAA;
	font-size: 18px;
}
    
/* End Footer */



/* Start All Quotes */

.all-quotes {
	padding-top: 100px;
	padding-bottom: 100px;
}

.all-quotes .categories {
    max-height: 1516px;
    background-color: rgba(0, 0, 0, .1);
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
	margin-top: 10px;
	margin-bottom: 26px;
	padding-top: 20px;
    border-radius: 5px;
}

.all-quotes .categories h4 {
    color: #6a6a6a;
    margin-right: 15px;
    margin-top: -5px;
}



.all-quotes .categories hr {
    border-top: 6px solid #eee;
    margin-top: 0;
}

.all-quotes .categories ul {
    margin-bottom: 20px;
}

.all-quotes .categories ul li {
    display: block;
    margin-right: 9px;
}

.all-quotes .categories ul span {
    float: left;
    margin-left: 9px;
}

.all-quotes .categories li {
    padding-bottom: 6px;
    padding-top: 2px;
}

.all-quotes .categories ul li a {
    color: #6a6a6a;
    text-decoration: none;
    font-size: 17px;
}

.all-quotes .categories ul li a:hover,
.all-quotes .categories ul li a:focus {
    color: #191919;
}

.all-quotes .categories .glyphicon {
    font-size: 18px;
    color: #6a6a6a;
    margin-left: 5px;
}

.all-quotes .site-stats {
    max-height: 410px;
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
	margin-top: 10px;
	margin-bottom: 26px;
	padding-top: 20px;
    border-radius: 5px;
}

.all-quotes .site-stats h4 {
    color: #6a6a6a;
    margin-right: 15px;
    margin-top: -5px;
}

.all-quotes .site-stats hr {
    border-top: 6px solid #eee;
    margin-top: 0;
}


.all-quotes .site-stats .glyphicon {
    font-size: 18px;
    color: #6a6a6a;
    margin-left: 5px;
}

.all-quotes .site-stats ul {
    margin-bottom: 20px;
}

.all-quotes .site-stats ul li {
    display: block;
    margin-right: 9px;
    color: #6a6a6a;
    font-size: 15px;
}

.all-quotes .site-stats li {
    padding-bottom: 6px;
    padding-top: 2px;
}

.all-quotes .site-stats ul span {
    float: left;
    margin-left: 9px;
}

.all-quotes .badge {
    color: #898989;
    background-color: #eee;
}

.all-quotes .site-stats p {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}


.all-quotes .quote-box .background-info {
    height: 30;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    background: #FFF;
    border-width: 1px 0;
     box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
	padding-bottom: 1px;
    margin-bottom: 26px;
    margin-top: -6px;
    border-radius: 5px;
}

.all-quotes .quote-box .background-info i {
    font-size: 20px;
}

.all-quotes .glyphicon {
    font-size: 11px;
}

.all-quotes .quote-box p {
	text-align: right;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 17px;
    color: #6a6a6a;
}

.all-quotes .quote-box span {
    color: #6a6a6a;
    font-size: 16px;
}

.all-quotes .quote-box .name {
    margin-right: 15px;
} 

.all-quotes ul {
    margin-right: 8px;
    margin-bottom: 6px;
 
}

.all-quotes ul li {
    display: inline-block;
    font-size: 16px;
    margin-left: 6px;
}


.all-quotes .social-media {
    color: #6a6a6a;
    float: left;
    font-size: 14px;
    
}

.all-quotes .quote-box .background-quote {
    height: 280px;
    height: 30;
    background-color: rgba(0, 0, 0, .1);
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
    border-radius: 5px;
}

.all-quotes .icons {
	margin-top: 13px;
	border-radius: 4px;
	color: #7b7b72;
	display: inline-block;
	padding: 1px 0px;
	width: 30px;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: center;
}

.all-quotes .icons:hover {
	color: #191919
}

.all-quotes .background-info p {
    display: inline-block;
}

.all-quotes .search-box {
    max-height: 500px;
    background-color: rgba(0, 0, 0, .1);
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
	margin-bottom: 6px;
	padding-top: 20px;
    border-radius: 5px;
    margin-top: 10px;
}

.all-quotes .search-box h4 {
    color: #6a6a6a;
    margin-right: 15px;
    margin-top: -5px;
}

.all-quotes .site-ads {
    height: 200px;
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
	margin-top: 10px;
	margin-bottom: 26px;
	padding-top: 20px;
    border-radius: 5px;
}

.all-quotes .site-ads h4 {
    color: #6a6a6a;
    margin-right: 15px;
    margin-top: -5px;
}

.all-quotes .site-ads hr {
    border-top: 6px solid #eee;
    margin-top: 0;
}


.all-quotes .site-ads .glyphicon {
    font-size: 18px;
    color: #6a6a6a;
    margin-left: 5px;
}

.all-quotes .title-box {
    max-height: 500px;
    background-color: rgba(0, 0, 0, .1);
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
	margin-top: 10px;
	margin-bottom: 6px;
	padding-top: 20px;
    border-radius: 5px;
}

.all-quotes .title-box h4 {
    color: #6a6a6a;
    margin-right: 15px;
    margin-top: -2px;
    margin-bottom: 15px;
}

.all-quotes .title-box hr {
    border-top: 6px solid #eee;
    margin-top: 0;
}


.all-quotes .cat-limite .btn {
    padding: 6px 8px;
    color: #7b7b72;
}

.all-quotes .cat-limite .btn:hover,
.all-quotes .cat-limite .btn:focus {
    padding: 6px 8px;
    color: #000;
}

/* End All Quotes */



/* Start Shere Page */
.shere {
    padding-top: 130px;
    padding-bottom: 130px;
}

.shere .site-links {
    max-height: 500px;
    background-color: rgba(0, 0, 0, .1);
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
	margin-bottom: 6px;
	padding-top: 20px;
    border-radius: 5px;
}

.shere .site-links h4 {
    color: #6a6a6a;
    margin-right: 15px;
    margin-top: -5px;
}

.shere .site-links hr {
    border-top: 6px solid #eee;
    margin-top: 0;
}

.shere .site-links ul li {
    display: block;
    margin-right: 9px;
}

.shere .site-links ul span {
    float: left;
    margin-left: 9px;
}

.shere .site-links li {
    padding-bottom: 6px;
    padding-top: 2px;
}

.shere .site-links ul li a {
    color: #6a6a6a;
    text-decoration: none;
    font-size: 15px;
}

.shere .site-links ul {
    margin-right: 9px;
    margin-bottom: 20px;
}

.shere .site-links ul li a:hover,
.shere .site-links ul li a:focus {
    color: #191919;
}

.shere .site-links .glyphicon {
    font-size: 18px;
    color: #6a6a6a;
    margin-left: 5px;
}

.shere .site-stats {
    max-height: 220px;
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
	margin-top: 26px;
	margin-bottom: 10px;
	padding-top: 20px;
    border-radius: 5px;
}

.shere .site-stats h4 {
    color: #6a6a6a;
    margin-right: 15px;
    margin-top: -5px;
}

.shere .site-stats hr {
    border-top: 6px solid #eee;
    margin-top: 0;
}


.shere .site-stats .glyphicon {
    font-size: 18px;
    color: #6a6a6a;
    margin-left: 5px;
}

.shere .site-stats ul {
    margin-right: 9px;
    margin-bottom: 20px;
}

.shere .site-stats ul li {
    display: block;
    margin-right: 9px;
    color: #6a6a6a;
    font-size: 15px;
}

.shere .site-stats li {
    padding-bottom: 6px;
    padding-top: 2px;
}

.shere .site-stats ul span {
    float: left;
    margin-left: 9px;
}

.shere .badge {
    color: #898989;
    background-color: #eee;
}




.shere .quote-box {
    max-height: 500px;
    background-color: rgba(0, 0, 0, .1);
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
	margin-bottom: 6px;
	padding-top: 20px;
    border-radius: 5px;
}

.shere .quote-box h4 {
    color: #6a6a6a;
    margin-right: 15px;
    margin-top: -5px;
}

.shere .quote-box p {
    margin-left: 17px;
    margin-right: 17px;
    font-size: 16px;
    margin-bottom: 26px;
}



.shere .quote-box hr {
    border-top: 6px solid #eee;
    margin-top: 0;
}

.row {
    margin-right: -0px;
    margin-left: -0px;
}

.shere .form-control {
	background-color: #FFF;
	font-size: 17px;
    margin-bottom: -8px;
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
    
}

.shere textarea {
    height: 176px;
}

.shere .btn-block {
	background-color: #0083B0;
	color: #FFF;
}

.shere .btn-block:hover {
	background-color: #00B4DB;
	color: #FFF;
}
/* End Shere Page */



/* Start privacy policy */

.privacy-policy {
	padding-top: 130px;
	padding-bottom: 130px;
}

.privacy-policy .site-links {
    max-height: 500px;
    background-color: rgba(0, 0, 0, .1);
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
	margin-top: 26px;
	margin-bottom: 6px;
	padding-top: 20px;
    border-radius: 5px;
}

.privacy-policy .site-links h4 {
    color: #6a6a6a;
    margin-right: 15px;
    margin-top: -5px;
}



.privacy-policy .site-links hr {
    border-top: 6px solid #eee;
    margin-top: 0;
}

.privacy-policy .site-links ul li {
    display: block;
    margin-right: 9px;
}

.privacy-policy .site-links ul span {
    float: left;
    margin-left: 9px;
}

.privacy-policy .site-links li {
    padding-bottom: 6px;
    padding-top: 2px;
}

.privacy-policy .site-links ul li a {
    color: #6a6a6a;
    text-decoration: none;
    font-size: 15px;
}

.privacy-policy .site-links ul {
    margin-right: 9px;
    margin-bottom: 20px;
}

.privacy-policy .site-links ul li a:hover,
.privacy-policy .site-links ul li a:focus {
    color: #191919;
}

.privacy-policy .site-links .glyphicon {
    font-size: 18px;
    color: #6a6a6a;
    margin-left: 5px;
}

.privacy-policy .site-stats {
    max-height: 220px;
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
	margin-top: 26px;
	margin-bottom: 10px;
	padding-top: 20px;
    border-radius: 5px;
}

.privacy-policy .site-stats h4 {
    color: #6a6a6a;
    margin-right: 15px;
    margin-top: -5px;
}

.privacy-policy .site-stats hr {
    border-top: 6px solid #eee;
    margin-top: 0;
}


.privacy-policy .site-stats .glyphicon {
    font-size: 18px;
    color: #6a6a6a;
    margin-left: 5px;
}

.privacy-policy .site-stats ul {
    margin-right: 9px;
    margin-bottom: 20px;
}

.privacy-policy .site-stats ul li {
    display: block;
    margin-right: 9px;
    color: #6a6a6a;
    font-size: 15px;
}

.privacy-policy .site-stats li {
    padding-bottom: 6px;
    padding-top: 2px;
}

.privacy-policy .site-stats ul span {
    float: left;
    margin-left: 9px;
}

.privacy-policy .badge {
    color: #898989;
    background-color: #eee;
}

.privacy-policy .quote-box {
    max-height: 1000px;
    background-color: rgba(0, 0, 0, .1);
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
	margin-top: 26px;
	margin-bottom: 6px;
	padding-top: 20px;
    border-radius: 5px;
}

.privacy-policy .quote-box h4 {
    color: #6a6a6a;
    margin-right: 15px;
    margin-top: -5px;
}

.privacy-policy .quote-box p {
    margin-left: 17px;
    margin-right: 17px;
    font-size: 16px;
    margin-bottom: 26px;
}



.privacy-policy .quote-box hr {
    border-top: 6px solid #eee;
    margin-top: 0;
}

/* End privacy policy */


/* Start about */

.about {
	padding-top: 130px;
	padding-bottom: 130px;
}

.about .site-links {
    max-height: 500px;
    background-color: rgba(0, 0, 0, .1);
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
	margin-top: 26px;
	margin-bottom: 6px;
	padding-top: 20px;
    border-radius: 5px;
}

.about .site-links h4 {
    color: #6a6a6a;
    margin-right: 15px;
    margin-top: -5px;
}



.about .site-links hr {
    border-top: 6px solid #eee;
    margin-top: 0;
}

.about .site-links ul li {
    display: block;
    margin-right: 9px;
}

.about .site-links ul span {
    float: left;
    margin-left: 9px;
}

.about .site-links li {
    padding-bottom: 6px;
    padding-top: 2px;
}

.about .site-links ul li a {
    color: #6a6a6a;
    text-decoration: none;
    font-size: 15px;
}

.about .site-links ul {
    margin-right: 9px;
    margin-bottom: 20px;
}

.about .site-links ul li a:hover,
.about .site-links ul li a:focus {
    color: #191919;
}

.about .site-links .glyphicon {
    font-size: 18px;
    color: #6a6a6a;
    margin-left: 5px;
}

.about .site-stats {
    max-height: 220px;
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
	margin-top: 26px;
	margin-bottom: 10px;
	padding-top: 20px;
    border-radius: 5px;
}

.about .site-stats h4 {
    color: #6a6a6a;
    margin-right: 15px;
    margin-top: -5px;
}

.about .site-stats hr {
    border-top: 6px solid #eee;
    margin-top: 0;
}


.about .site-stats .glyphicon {
    font-size: 18px;
    color: #6a6a6a;
    margin-left: 5px;
}

.about .site-stats ul {
    margin-right: 9px;
    margin-bottom: 20px;
}

.about .site-stats ul li {
    display: block;
    margin-right: 9px;
    color: #6a6a6a;
    font-size: 15px;
}

.about .site-stats li {
    padding-bottom: 6px;
    padding-top: 2px;
}

.about .site-stats ul span {
    float: left;
    margin-left: 9px;
}

.about .badge {
    color: #898989;
    background-color: #eee;
}

.about .quote-box {
    max-height: 500px;
    background-color: rgba(0, 0, 0, .1);
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
	margin-top: 26px;
	margin-bottom: 6px;
	padding-top: 20px;
    border-radius: 5px;
}

.about .quote-box h4 {
    color: #6a6a6a;
    margin-right: 15px;
    margin-top: -5px;
}

.about .quote-box p {
    margin-left: 17px;
    margin-right: 17px;
    font-size: 16px;
    margin-bottom: 26px;
}



.about .quote-box hr {
    border-top: 6px solid #eee;
    margin-top: 0;
}

/* End .about */



/* Start Error Page */
.error-page {
    padding-bottom: 240px;
    padding-top: 380px;
}

.error-page .box-error {
    background: #FFF;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 5%), inset 0 0.125em 0.5em rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 30px;
}

.error-page p {
    text-align: center;
    font-size: 15px;
    
}
/* End Error Page */




/* Start Code */

.pagination > li > a,
.pagination > li > span {
    color: #7b7b72;
}

/* End Code */


