/** style.css
 * 
 * Theme Name:	The Bootstrap
 * Theme URI:	http://en.wp.obenland.it/the-bootstrap/
 * Description:	A WordPress Theme based on Bootstrap, from Twitter. It features a 100% responsive layout, a superb gallery and image handling with a custom image meta widget and carousel for gallery post-formats, the Glyphicon Icon set, a clean and simple design and a lot more! The Bootstrap runs on HTML5 and CSS3, a 12-column grid and comes with custom jQuery plugins. See the Bootstrap documentation on GitHub for reference.
 * Author:		Konstantin Obenland
 * Author URI:	http://en.wp.obenland.it/
 * Version:		2.0.1
 * Tags:		black, blue, white, light, custom-background, custom-header, custom-menu, featured-images, flexible-header, flexible-width, full-width-template, left-sidebar, microformats, post-formats, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns
 * Text Domain:	the-bootstrap
 * Domain Path:	/lang
 *
 * License:		GNU General Public License v3.0
 * License URI:	http://www.gnu.org/licenses/gpl-3.0.html
 *
 *
 *	Copyright (C) 2012 Konstantin Obenland <konstantin@obenland.it>
 *
 *	This program is free software: you can redistribute it and/or modify
 *	it under the terms of the GNU General Public License as published by
 *	the Free Software Foundation, either version 3 of the License, or
 *	(at your option) any later version.
 *
 *	This program is distributed in the hope that it will be useful,
 *	but WITHOUT ANY WARRANTY; without even the implied warranty of
 *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *	GNU General Public License for more details.
 *
 *	You should have received a copy of the GNU General Public License
 *	along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */


/* =Elements
-------------------------------------------------------------- */

blockquote cite:before {
	content: '\2014 \00A0';
}
blockquote cite {
	color: #999999;
	display: block;
	font-size: 13px;
	line-height: 18px;
}
figure {
	margin: 0;
}
h1, h2, h3, h4, h5, h6, .clear {
	clear: both;
	font-family: Lato,Arial,Helvetica,sans-serif;
}
.btn {
	height: 29px;
	line-height: 29px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #9f3e03;
	padding: 0 12px;
	box-shadow: 0 2px 5px #333;
	outline: none;
}
.btn:hover {
	box-shadow: none;
}
.btn:active {
	box-shadow: 0 1px 2px #4a87c9;
}
.btn.orange {
	background: #c05704 url(img/bgr-btn-orange.png) repeat-x top left;
	color: #fff;
	border: 1px solid #b77a04;
}
.btn.blue {
	background: #053e70 url(img/bgr-btn-blue.png) repeat-x top left;
	color: #fff;
	border: 1px solid #0c2571;
}
.btn.green {
	background: #053e70 url(img/bgr-btn-green.png) repeat-x top left;
	color: #fff;
	border: 1px solid #347206;
}
.btn.grey {
	background: #c05704 url(img/bgr-btn-grey.png) repeat-x top left;
	color: #fff;
	border: 1px solid #444e58;
}
.btn.red {
	background: #c05704 url(img/bgr-btn-red.png) repeat-x top left;
	color: #fff;
	border: 1px solid #6f0202;
}
.btn .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	vertical-align: middle;
}
.icon.pdf {
	background: url(img/icon_pdf.png) no-repeat;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato-regular-webfont.ttf') format('truetype'),
         url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Lato-light';
    src: url('fonts/lato-light-webfont.eot');
    src: url('fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-light-webfont.woff') format('woff'),
         url('fonts/lato-light-webfont.ttf') format('truetype'),
         url('fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
#column_wrapper {
	margin-bottom: 20px;
}
p {
	line-height: 24px;
}

/* =Transitions & effects
-------------------------------------------------------------- 

a,
button {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
*/
/* =Classes
-------------------------------------------------------------- */

.assistive-text {
	clip: rect(1px, 1px, 1px, 1px); 
	position: absolute !important;
}

body > .container {
	margin: -172px auto 0;
}

/* Right Content */
.sidebar-content #primary,
.sidebar-content #attachment-comment {
	float: right;
	margin: 0 20px 0 0;
}

.block {
	display: block;
}
body.home.page {
	background: #e8e8e9 url(img/bgr-main-top.png) repeat-x top left;
}
body {
	background: #e8e8e9 url(img/bgr-main-top-2.png) repeat-x top left;
}
#site-title a {
	background: url(img/logo-gsmhistory.com.png) no-repeat;
	background-size: 100% auto;
	max-width: 828px;
	height: 108px;
	text-indent: -999999px;
	display: block;
	overflow: hidden;
}

/* =Header
-------------------------------------------------------------- */

#branding hgroup {
	margin-left: 0;
}
hgroup  {
	height: 119px;
}
.bgr-header {
	background: url(img/bgr-header.jpg) no-repeat top center;
	width: 100%;
	height: 172px;
}

#branding h1 {
	margin-top: 0;
}

/* =Navigation
-------------------------------------------------------------- */

.menu-main-menu-container {
	float: left;
}
.search-block {
	float: right;
    margin: 13px;
}
.navbar .nav {
    display:inline-table;
	float: none;
}
.navbar-inverse .navbar-inner {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    border-color: transparent;
	box-shadow: none;
	height: 57px;
	padding: 0;
	background-color: transparent;
	filter: none;
}
.navbar-inverse .navbar-inner .container {
	height: 57px;
}
.navbar .nav > li {
	display: inline;
	border-left: #0c1b66 1px solid;
}
.navbar .nav > li:last-child{
	border-right: #0c1440 1px solid;
}
.navbar-inverse.navbar .nav > li > a {
	padding: 18px 11px;
	text-transform: uppercase;
	color: #c7d4f8;
	font-size: 12px;
	font-weight: bold;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav a:hover,
.navbar-inverse .nav .active > a:focus {
	background: #02266b url(img/bgr-menu-selected.png) repeat-x center top;
	background-color: transparent;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	color: #fff !important;
}
.navbar {
    margin-bottom: 0px;
}
.container {
	position: relative;
}

/* =Search field
-------------------------------------------------------------- */

.form-search .input-append {
	position: relative;
}
.form-search .input-append .search-query {
    border-radius: 15px;
	border: 1px solid #0b164e;
	height: 16px;
	line-height: 16px;
	background-color: #cecfd1;
	font-size: 12px;
	box-shadow: 0 2px 2px #888888 inset;
	-moz-box-shadow: 0 2px 2px #888888 inset;
	-o-box-shadow: 0 2px 2px #888888 inset;
	-webkit-box-shadow: 0 2px 2px #888888 inset;
	padding-right: 25px;
	outline: none;
	width:  150px;
	padding-top: 0px\9;
	padding-bottom: 0px\9;
	height: 30px\9;
}
.navbar button[id="searchsubmit"] {
	background: url(img/icn-search.png) no-repeat 5px 7px;
	border: none;
	box-shadow: none;
	text-indent: -99px;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 25px;
	height: 25px;
	overflow: hidden;
	z-index: 100;
}

.nav-collapse, .nav-collapse.collapse {
	overflow: visible;
}
.navbar .btn-navbar {
	display: none;
}
.nav-collapse .nav>li {
	float: left;
	margin: 0;
}
nav#access h3 {
	display: none;
}
	
/* =Home Page Featured
-------------------------------------------------------------- */

#featured_area {
	text-shadow: 0 1px 1px #111;
	min-height: 267px;
}
#featured_area h2 {
	display: block;
	font-size: 16px;
	font-family: Lato,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}
#featured_area h5 {
	font-family: Lato,Arial,Helvetica,sans-serif;
	font-weight: normal;
    display: block;
	width: 60%;
	float: right;
	clear: none;
	margin-top: 0;
	margin-bottom: 0;
}
#featured_area h5 a{
	color: #fff;
	text-transform: uppercase;
	height: 20px;
	overflow: hidden;
	display: inline-block;
}
#featured_area a:hover{
	color: #6c8dfa;
	text-decoration: none;
}
#featured_area .row-fluid .span6 {
	margin-left: 0;
	margin-bottom: 10px;
	float: left;
}
#featured_area .featured-img {
	width: 40%;
	float: left;
}
#featured_area .featured-img img {
}
#featured_area .featured-img a {
	width: 85%;
	height: 70px;
	overflow: hidden;
	display: block;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
}
#featured_area .featured-desc {
	font-size: 12px;
	line-height: 14px;
	color: #ccc;
	width: 55%;
	float: left;
	height: 44px;
	overflow: hidden;
}
#featured_area .read-more {
	float: right;
	font-size: 12px;
	margin: 0 20px 0 0;
	text-align: right;
	color: #fff;
	display: inline-block;
	height: 9px;
}

/* =Home Page Book presentation
-------------------------------------------------------------- */

.book h2 {
	display: block;
	font-size: 16px;
	font-family: Lato,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #111;
	line-height: 20px;
	margin: 30px 0 20px;
}
.book p {
	line-height: 18px;
}
.book .content {
	font-size: 12px;	
	color: #fff;
	text-shadow: 0 1px 1px #111;
}
.book .content .btn {
	margin-top: 20px;
	margin-right: 20px;
}

/* =Home articles
-------------------------------------------------------------- */

#column_wrapper div[class="span4"] {
	background: #fff;
	margin-top: 20px;
	padding: 0px;
	box-shadow: 0 0 3px #aaa;
	height: 375px;
	border: 1px solid #aaa\9;
}
#column_wrapper div[class="span4"]:nth-child(3n+1) {
	margin-left: 0;
}
#column_wrapper h2 {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 20px 5px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
#column_wrapper h2 a {
	color: #0c2371;
}
#column_wrapper h2 a:hover {
	color: #0088CC;
	text-decoration: none;
}
#column_wrapper .featured-desc {
	margin: 0 20px 10px 20px;
	font-size: 13px;
	line-height: 18px;
	height: 108px;
	overflow: hidden;
}
#column_wrapper .featured-img {
    height: 175px;
    overflow: hidden;
	position: relative;
}
#column_wrapper .featured-img img{
	position: absolute;
    top: -25%;
}
#column_wrapper .read-more {
    float: right;
    margin: 0 20px;
    text-align: right;
	font-size: 11px;
}


/* =Banners
-------------------------------------------------------------- */

.well.widget ul.canda-wpa-block-ads,
.canda-wpa-block-ads  {
	list-style: none;
	margin: 0;
}
.canda-wpa-block-ads img {
	width: auto !important;
	height: auto !important;
}
.well.widget ul.canda-wpa-block-ads,
#column_wrapper .canda-wpa-block-ads {
	margin: 20px 0 0;
}
.well.widget ul.canda-wpa-block-ads,
#column_wrapper .canda-wpa-block-ads li {
	text-align: center;
}

/* =Page
-------------------------------------------------------------- */

#page {
	margin-right: -20px;
	padding: 33px 0 0;
}

#page #content {
}

#header-image {
	display: block;
}

#menu-alert {
	margin: 4px 0 0;
	padding: 6px 15px 6px 14px;
	position: absolute;
}

#branding hgroup,
#header-image,
.entry-content {
	margin-bottom: 20px;
}

.entry-attachment {
	margin-bottom: 15px;
}

.single #author-info,
.author #author-info,
.single article.post,
.single article.page {
	margin-bottom: 15px;
}

#author-info,
article.post,
article.page,
article.epb_book_chapter {
	margin-bottom: 15px;
	background: #fff;
	margin-top: 20px;
	padding: 20px;
	box-shadow: 0 0 3px #aaa;
	border: 1px solid #aaa\9;
}
.page-header,
.entry-content {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	border: none;
}
.page-header h1 {
    font-size: 22px;
	margin: 15px 0 0 0;
	font-weight: normal;
}
.page-header h1 span{
	font-style: italic;
}
.page-header .entry-title{  
    font-size: 22px;
    font-weight: normal;
    line-height: 20px;
    margin: 15px 0 35px;
    text-transform: uppercase;
}

.post-password-form legend {
	font-size: inherit;
}

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}


/* =Comments
-------------------------------------------------------------- */

#comments-title {
	border-bottom: 1px solid #EEEEEE;
	font-size: 19.5px;
    margin: 0 0 27px;
}

#comment,
.entry-content iframe,
.entry-content embed {
	max-width: 100%;
}

.commentlist > li {
	margin-bottom: 36px;
}

.commentlist ul.children {
	margin: 10px 0 18px;
	list-style: none;
}

#reply-title {
	position: relative;
}

#reply-title small {
	position: absolute;
	right: 0;
	top: 7px;
}


/* =Sidebar
-------------------------------------------------------------- */

.form-search {
	margin: 0;
}
.widget {
	word-wrap: break-word;
}
.well.widget {
	margin-bottom: 15px;
	background: #fff;
	margin-top: 20px;
	padding: 20px;
	box-shadow: 0 0 3px #aaa;
	border: 1px solid #aaa\9;
	border: 0px;
	border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
}

.well.widget#text-3 {
	box-shadow: none;
	background-color: transparent;
	border: none\9;
	padding: 0;
	margin-top: 15px;
}
.well.widget .widget-title {
    font-family: Lato,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0px 0 15px 0;
	text-transform: uppercase;
}
.well.widget ul{
    font-size: 13px;
    margin: 0 20px 20px 0;
	list-style: none;
}

.well.widget ul li {
	margin-bottom: 5px;
}

.widget .wp-caption {
	display: inline-block;
}
.ads-title {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 20px 5px 0;
	line-height: 20px;
}
.canda-wpa-block-ads li {
	text-align: left;
}


/* =Images
-------------------------------------------------------------- */

.entry-content .post-thumbnail {
	margin: 0 20px 20px 0;
}

.entry-attachment .thumbnail.attachment-table {
	display: table;
	margin: 0 auto;
}

.thumbnail > img {
	width: auto\9; /* Cure IE8 max-width bug */
}

img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.gallery-columns-3.thumbnails [class*="span"] {
	width: 29.3%;
}
.gallery-columns-5.thumbnails [class*="span"] {
	width: 15.9%;
}
.gallery-columns-6.thumbnails [class*="span"] {
	width: 12.6%;
}
.gallery-columns-7.thumbnails [class*="span"] {
	width: 10.2%;
}


/* =Footer
-------------------------------------------------------------- */

#page-footer {
	background: #0d618d url(img/bgr-footer.png) repeat-x top left;
	color: #fff;
	padding-top: 20px;
}

#page-footer h2 {
    font-family: Lato,Arial,Helvetica,sans-serif;
    font-size: 14px;
	font-weight: normal;
    line-height: 20px;
    margin: 20px;
    text-transform: uppercase;
}

#page-footer .content {
    margin: 0 20px;
	font-size: 13px;
}
#page-footer .footer-image {
	margin-top: -40px;
}

#colophon .credits {
	margin: 0 20px 20px;
	font-size: 13px;
}
#colophon .credits a {
	color: #bbb;
}

#site-generator {
	float: right;
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
}

#site-generator a {
	background: url("img/wordpress.png") no-repeat scroll left center transparent;
	color: #787878;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}

#site-generator.footer-nav-menu a {
	margin-top: 10px;
}

table .label {
	background-color: transparent;
	border-radius: none;
	color: inherit;
	font-size: inherit;
	text-transform: inherit;
}


/* =Jetpack Support
-------------------------------------------------------------- */

.comment-subscription-form > input[type=checkbox] {
	position: absolute;
}

.comment-subscription-form > label {
	min-height: 18px;
    padding-left: 18px;
}


/* =Bootstrap Adjustments
-------------------------------------------------------------- */

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
}

#comment,
.thumbnail {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}

.label .post-edit-link,
.label .comment-edit-link {
	color: #FFFFFF;
}

.navbar-search {
	height: 34px;
}

.pagination span {
	background-color: #f5f5f5;
	color: #999999;
	cursor: default;
}

.pagination span.dots {
	background-color: #FFFFFF;
}


/* =WordPress Core
-------------------------------------------------------------- */

.aligncenter {
    display:block;
    margin: 0 auto 20px;
}

.alignright {
    float:right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 0 20px 20px 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	padding: 0 9px 9px;
	text-align: center;
}

.wp-caption .wp-caption-text {
	padding-top: 9px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.sticky {}
.bypostauthor {}

/* =Search results
-------------------------------------------------------------- */

.search-results .page-header .entry-title{  
    font-size: 22px;
    font-weight: normal;
    line-height: 20px;
    margin: 5px 0 15px;
    text-transform: none;
}

/* =Responsiveness
-------------------------------------------------------------- */

@media (max-width: 1200px)  {

	.bgr-header {
		background: url(img/bgr-header.jpg) no-repeat top right;
	}
}

@media (min-width: 979px) and (max-width: 1200px)  {

	.book .content .btn {
		margin-top: 0px;
		margin-right: 0px;
	}
}

@media (max-width: 979px) {
	.btn .icon {
		display: none;
	}
	.book .content {
		line-height: 16px;
		font-size: 11px;
	}
	.book .content p {
		line-height: 15px;
	}
	.book .content .btn {
    	font-size: 9px;
	    padding: 0 7px;
	}
	.book .book-image {
		margin-top: 70px;
	}
	#featured_area .featured-desc {
		font-size: 11px;
	}
	.book .content .btn {
		margin-top: 0px;
		margin-right: 0px;
	}
	.form-search .input-append .search-query {
		width: 124px;
	}
	#author-info, article.post, article.page {
		width: 85%;
		margin: 20px auto;
	}
}

@media (max-width: 767px) {

	body.home.page,
	body {
		padding:0;
		background: #e8e8e9 url(img/bgr-main-top-2.png) repeat-x 0 -50px;
	}
	.bgr-header {
		height: 122px;
	}
	body > .container {
		margin: -122px auto 0;
	}
	hgroup {
		height: 68px;
	}
	#site-title a {
		background-size: 90% auto;
	}
	footer {
		margin: 0;
	}
	#secondary {
		width: 98%;
		margin: 0 auto;
	}
	.ads-title {
		text-align: center;
	}
	.canda-wpa-block-ads li {
		text-align: center;
	}
	#text-3 h2 {
		text-align: center;
	}
	
/*** main menu ***/
	
	.navbar .btn-navbar {
		margin: 14px;
		height: 15px;
		display: block;
	}
	.menu-main-menu-container {
		width: 100%;
	}
	.nav-collapse, .nav-collapse.collapse {
		overflow: hidden;
	}
	nav#access h3 {
		margin-left: 15px;
		display: block;
		clip: inherit;
		font-family: Lato, Arial, Helvetica, sans-serif;
		color: #fff;
		font-weight: normal;
		text-shadow: 0 1px 1px #111;
		font-size: 22px;
	}
	.nav-collapse .nav {
		background-size: 100% 50%;
		margin:0 !important;
		padding: 30px 0 10px;
		background: url("img/bgr-collapse-menu.png") repeat-x scroll right top / auto 95% #023C6D;
	}
	.nav-collapse.collapse {
		background-color: #023C6D;
		position: relative;
		z-index: 100;
	}
	.nav-collapse.collapse .search-block {
		text-align: center;
		float:  none;
	}
	#access .nav-collapse .nav > li {
		margin: 0 20px 10px;
		width: auto;
		font-size: 15px;
		border: none;
		display: block;
		float: none;
	}
	.navbar-inverse .nav-collapse .nav > li > a {
		padding: 0px 15px;
		font-weight: 700;
		background: url("img/gradient-transp-black.png") repeat-x scroll right bottom / auto 150% #203e9d;
		border-color: #949494 #162b6c #162b6c;
		border-style: solid;
		border-width: 1px;
		color: #fff;
		text-align: center;

		height: 42px;
		line-height: 42px;
	}
	.navbar-inverse .nav-collapse .nav > li > a:hover {
		background-color: #395fdb;
		text-shadow: none !important;
		filter: none;
	}
	.nav-collapse .nav > li > a {		
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		-o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	}
	
/*** featured area ***/

	#featured_area {
		text-shadow: none;
		background: #fff;
		margin-top: 20px;
		box-shadow: 0 0 3px #aaa;
		padding: 10px;
		width: 98%;
		margin: 15px auto;
	}
	#featured_area .featured-desc {
		color: #333;
	}
	#featured_area h2,
	#featured_area h5 a{
		color: #0c2371;
		line-height: normal;
	}

/*** featured posts ***/

	#column_wrapper div[class="span4"] {
		width: 98%;
		margin: 15px auto;
		height: auto;
	}
	#column_wrapper .read-more {
		float: none;
		margin: 0px;
		padding: 0 20px 20px;
		text-align: right;
		font-size: 11px;
		display: block;
	}
	#column_wrapper .featured-img img {
		width: 100%;
	}	
	#column_wrapper .featured-desc {
		height: auto;
		overflow: visible;
		margin: 0 20px 0px 20px;
	}
	
/*** book ***/

	.book {
		background: #fff;
		margin: 20px auto !important;
		box-shadow: 0 0 3px #aaa;
		padding: 10px;
		width: 98% !important;
		margin: 15px auto;		
		color: #333;
		text-shadow: none;
	}
	.book h2{
		text-shadow: none;
		color: #0c2371;
		line-height: normal;
	}
	.book .content {
		text-shadow: none;
		color: #333;
	}
	.book .span4 {
		text-align: center;
	}
	.book .book-image {
		margin-top: 0;
	}
	.btn .icon {
		display: inline-block;
	}

}
@media (max-width: 725px) {
	#access li {
		width: 20%;
		margin: 0;
		font-size: 11px;
	}


}

@media (max-width: 583px) {
	
	#access li {
		width: auto;
		margin: 0 19px;
	}
	#featured_area h5 a {
		font-size: 13px;
	}
	#content p,
	#content strong {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 40px;
	}
	#content li {
		font-size: 13px;
		line-height: 18px;
	}


}

@media (max-width: 480px) {
	
}


/* End of file style.css */
/* Location: ./wp-content/themes/the-bootstrap/style.css */