/* Reset Style */
body {
background:#f5f5f5;
overflow-x:hidden;
}
@font-face {
  font-family: 'GothamRounded';
  src: url('../fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamRounded-Book.otf')  format('opentype'),
	     url('../fonts/GothamRounded-Book.woff') format('woff'), url('../fonts/GothamRounded-Book.ttf')  format('truetype'), url('../fonts/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
a, a:hover, a:focus, a:visited {
outline:none;
text-decoration:none;
}
ul {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5 {
margin:0;
}
.clear {clear:both;}
/* Reset Bootstrap */
.navbar-collapse {
margin:0 15px !important;
}
.navbar-inverse {
box-shadow:none;
border-radius:0px;
background:#1D222B;
border-bottom-color:#161B23;
margin-bottom:0;
}
.navbar-brand {
font-family: 'GothamRounded', Arial;
font-weight:400;
}
.nav li.active a{
background:#303641 !important;
}
.nav li.open > a{
background:#303641 !important;
}
.nav li:hover {
background:#303641;
}
.dropdown-menu {
box-shadow:none;
border-top:none;
}
.nav li a {
font-family: 'GothamRounded', Arial;
font-weight:400;
}
.nav li.active a {
text-shadow:none !important;
}
.header {
padding:15px 0;
background:#eee;
margin-bottom:20px;
}
.box {
margin-bottom:20px;
}
.top-topics {
background:#fff;
border:1px solid #eee;
}
.top-topics h3{
color:#fff;
background:#4862A3;
padding:15px 10px;
font-family: 'GothamRounded', Arial;
font-weight:700;
font-size:16px;
margin-bottom:10px;
}
.top-topics h3 a{
font-weight:400 !important;
background:#f5f5f5;
padding:3px 8px;
float:right;
font-size:12px;
border-radius:3px;
color:#4862A3;
}
.top-topics li a{
display:block;
padding:5px 10px;
font-family: 'GothamRounded', Arial;
font-weight:700;
color:#4862A3;
}
.random-quote{
background:#fff;
border:1px solid #eee;
}
.random-quote h3{
color:#fff;
background:#C4103C;
padding:15px 10px;
font-family: 'GothamRounded', Arial;
font-weight:700;
font-size:16px;
overflow:hidden;
}
.random-quote h3 a{
background:#f5f5f5;
padding:2px 5px;
float:right;
font-size:14px;
border-radius:3px;
color:#C4103C;
}
.r-quote {
padding:10px;
font-family: 'GothamRounded', Arial;
}
.r-quote p{
font-weight:400;
color:#666;
font-size:15px;
margin-top:10px;
}
.r-quote a {
font-weight:700;
}
.r-quote a.author{
color:#89A452;
}
.r-quote a.topic{
color:#4862A3;
}
.top-authors {
background:#fff;
border:1px solid #eee;
}
.top-authors h3{
color:#fff;
background:#89A452;
padding:15px 10px;
font-family: 'GothamRounded', Arial;
font-weight:700;
font-size:16px;
overflow:hidden;
}
.top-authors h3 a{
font-weight:400 !important;
background:#f5f5f5;
padding:3px 8px;
float:right;
font-size:12px;
border-radius:3px;
color:#89A452;
}
.top-authors li a{
display:block;
padding:5px 10px;
font-family: 'GothamRounded', Arial;
font-weight:700;
color:#89A452;
border-top:1px dashed #eee;
overflow:hidden;
}
.top-authors li:first-child a{
border-top:none;
}
.top-authors li a span.label{
font-weight:400 !important;
}
.authors-search {
margin-bottom:10px;
padding:10px;
border-bottom:1px solid #f5f5f5;
}
.quote {
padding:15px;
border:1px solid #eee;
background:#fff;
margin-bottom:10px;
font-family: 'GothamRounded', Arial;
}
.quote:hover {
box-shadow:1px 1px 5px rgba(0,0,0,0.1);
}
.quote p{
font-weight:400;
font-size:15px;
margin-top:10px;
}
.quote  a {
font-weight:700;
}
.quote p a {
font-weight:400;
color:#666;
}
.author-topic {
overflow:hidden;
}
.quote a.author{
color:#89A452;
}
.quote a.topic{
color:#4862A3;
}
.page-single-header {
padding:10px 0;
margin-bottom:10px;
font-family: 'GothamRounded', Arial;
border-bottom:1px solid #e5e5e5;
font-size:18px;
overflow:hidden;
}
.page-single-header span.label{
font-size:13px !important;
}
.content {
padding:20px 0;
}
.all-topics h3{
overflow:hidden;
margin-bottom:10px;
font-family: 'GothamRounded', Arial;
padding:10px 0;
font-size:18px;
border-bottom:1px solid #e5e5e5;
line-height:36px;
}
.all-topics ul li {
padding-top:5px;
padding-bottom:5px;
}
.all-topics ul li a{
font-family: 'GothamRounded', Arial;
font-size:14px;
color:#4862A3;
}
.pagination li a{
color:#89A452;
border-radius:100%;
margin-right:10px;
height:46px;
width:46px;
text-align:center;
line-height:46px;
padding:0;
}
.pagination li.next a,.pagination li.previous a{
border-radius:100%;
margin-right:10px;
}
.pagination li.active a{
background-color:#89A452;
border-color:#89A452;
border-radius:100%;
margin-right:10px;
}
.pagination li.active:hover a{
background-color:#89A452;
border-color:#89A452;
color:#fff;
}
.pagination li:hover a{
background-color:#89A452;
border-color:#89A452;
color:#fff;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-radius:100%;
}
.featured-control {
background:#1D222B;
width:100%;
padding:10px 0 15px 0;
}
.widget {
margin-bottom:20px;
}
.search-form {
margin-top:8px;
}
/* Links Widget */
.links {
background:#fff;
}
.links h4{
margin:0;
padding:10px;
border-bottom:1px solid #eee;
font-family: 'GothamRounded', Arial;
font-weight:700;
font-size:18px;
overflow:hidden;
color:#555;
}
.links li {
border-top:1px solid #f5f5f5;
}
.links li:first-child {
border-top:none;
}
.links li a{
display:block;
font-family: 'GothamRounded', Arial;
font-weight:400;
font-size:14px;
color:#888;
padding:10px;
text-decoration:none;
}
.links li a i{
color:#ddd;
padding-right:5px;
}
.links li a:hover{
color:#555;
background:#f5f5f5;
text-decoration:none;
}
.links li a:hover i{
color:#999;
}
.author-link {
display:inline-block;
padding:7px 0;
font-family: 'GothamRounded', Arial;
font-weight:700;
font-size:14px;
color:#89A452;
}
.search-form .input-group-addon {
background:#89A452;
border-color:#89A452;
}
.search-form .input-group-addon span{
color:#fff;
}
.footer {
padding:15px 0;
background:#eee;
}
.copyrights, .powered-by {
font-family:'GothamRounded'; 
font-weight:400;
font-size:13px;
}
.single-page {
overflow:hidden;
margin-bottom:20px;
background:#fff;
}
.single-page h1 {
padding:15px;
border-bottom:1px solid #eee;
font-family:'GothamRounded'; 
font-weight:700;
font-size:20px;
color:#888;
overflow:hidden;
}
.page-content {
padding:10px;
font-family:'GothamRounded'; 
font-weight:400;
font-size:14px;
}

.user-box {
overflow:hidden;
margin-bottom:20px;
padding:15px 0;
background:#fff;
}
.user-box h1{
padding-bottom:15px;
font-family:'GothamRounded'; 
font-weight:700;
font-size:20px;
color:#1AB7EA;
overflow:hidden;
}
.user-box p {
padding:10px;
font-family:'GothamRounded'; 
font-weight:400;
font-size:14px;
color:#999;
}
.lucky-strike {
background:#fff;
}
.lucky-strike h4{
margin:0;
padding:10px;
border-bottom:1px solid #eee;
font-family: 'GothamRounded', Arial;
font-weight:700;
font-size:18px;
overflow:hidden;
color:#555;
}
.lucky-embed {
padding:5px;
border-bottom:1px solid #f5f5f5;
}
.lucky-title {
padding:10px;
font-family: 'GothamRounded', Arial;
font-weight:700;
font-size:16px;
}
.lucky-video-meta li{
padding:5px;
border-top:1px solid #f5f5f5;
font-family: Tahoma;
font-weight:700;
font-size:12px;
color:#999;
}
.lucky-video-meta li i{
color:#ccc;
margin-right:5px;
}
.lucky-video-meta li a{
color:#777;
}
.content-ad {
margin-bottom:20px;
}
.not-found h1{
font-family: 'GothamRounded', Arial;
font-weight:700;
font-size:22px;
color:#555;
margin-bottom:10px;
}
.not-found p{
font-family: 'GothamRounded', Arial;
font-weight:400;
font-size:16px;
color:#999;
margin-bottom:10px;
}
.not-found {
margin:30px 0;
}

.search-nav {
max-width:330px;
}
.install {
background:#fff;
border:1px solid #e5e5e5;
padding:10px;
margin-bottom:10px;
}
.install h4{
margin:0;
padding:0 10px 10px 10px;
border-bottom:1px solid #eee;
font-family: 'Titillium Web', Arial;
font-weight:700;
font-size:22px;
color:#666;
margin-bottom:10px;
}
.install-content {
padding:15px;
}
.install-content ul{
list-style:square;
}
.install-content ul li{
line-height:24px;
}
.install-content ul li i{
color:#ccc;
margin-right:5px;
}
.install-content ul li ul{
margin-left:20px;
list-style:none;
}
.letters {
border-bottom:1px solid #e5e5e5;
padding:10px;
margin-bottom:15px;
}
.letter {
width:46px;
height:46px;
display:inline-block;
text-align:center;
line-height:46px;
background:#fff;
margin-right:6px;
margin-bottom:8px;
border-radius:100%;
color:#999;
font-family: 'GothamRounded', Arial;
font-weight:700;
}
.letter.selected, .letter:hover{
background:#333;
color:#eee;
}
.paginations {
margin-top:10px;
border-top:1px solid #e5e5e5;
}
.quote-page {
margin-bottom:20px;
}
.quote-page p {
color:#999;
font-family: 'GothamRounded', Arial;
font-weight:400;
font-size:20px;
margin-bottom:20px;
}
.author-topic-page {
font-size:18px;
font-family: 'GothamRounded', Arial;
font-weight:700;
margin-bottom:10px;
color:#aaa;
}
.quote-page a.author{
color:#89A452;
}
.quote-page a.topic{
color:#4862A3;
}
.quote-share {
margin-bottom:20px;
}
.other-auhor, .other-topic {
background:#fff;
margin-bottom:15px;
}
.other-auhor h3{
background:#89A452;
font-size:16px;
font-family: 'GothamRounded', Arial;
padding:10px;
color:#fff;
}
.other-topic h3{
background:#4862A3;
font-size:16px;
font-family: 'GothamRounded', Arial;
padding:10px;
color:#fff;
}
.other-auhor ul li, .other-topic ul li{
border-top:1px solid #eee;
padding:15px;
font-size:14px;
font-family: 'GothamRounded', Arial;
}
.other-auhor ul li div.author-topic .author, .other-topic ul li div.author-topic .author{
color:#89A452;
font-weight:700;
}
.other-auhor ul li div.author-topic .topic, .other-topic ul li div.author-topic .topic{
color:#4862A3;
font-weight:700;
}
.other-auhor ul li:first-child, .other-topic ul li:first-child{
border-top:none;
}
.other-auhor ul li p a, .other-topic ul li p a{
color:#555;
}
.tags {
margin:15px 0;
padding:10px;
background:#eee;
border:1px solid #ddd;
border-radius:5px;
}
.tags a{
color:#888;
}
.tags a i{
color:#89A452;
}
/* Additional CSS for Tab View */
@media only screen and (max-width: 992px) {
.logo {
text-align:center !important;
}
.logo a img{
margin:0 auto 10px auto !important;
}		
}
/* Additional CSS for Mobile View */
@media only screen and (max-width: 770px) {	
.logo {
text-align:center !important;
}
.logo a img{
margin:0 auto 10px auto !important;
}
.copyrights, .powered-by {
text-align:center;
margin-bottom:10px;
}
.pagi {
text-align:center;
float:none;
}
}

