
/* ------------------------------------------------------------
                 || Modifing Bootstrap CSS ||
------------------------------------------------------------ */
.form-control { padding-top: 0px; padding-bottom: 0px; }
a:hover,a:focus { text-decoration: none; }
img { vertical-align: top; }
h1, h2, h3, h4, h5, h6 { padding: 0px; margin: 0p; }

/* input "file" styling ------------------*/
.file-input-wrapper .btn {
    display: inline-block;
    float: right;
    height: 32px;
    border-radius: 0 4px 4px 0;
    margin-right: -12px;
    border: none;
}

.file-input-wrapper .fileName {
    line-height: 32px;
}

.form-control {
    box-shadow: none;
    height: 32px;
    border: 1px solid #ddd;
}

.form-group > label {
    display: block;
    font: 400 15px 'Roboto', Arial;
}

.form-group textarea {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #ddd;
    padding: 12px;
}

.form-group .errorMsg {
    display: block;
    color: #900;
    font: 10px 'Open Sans', Arial;
}

.form-group:nth-child(2n+1) {
    clear: left;
}

.form-control:focus,
.has-error .form-control:focus,
a.btn-default:focus,
a.btn-default:hover {
    box-shadow: none;
    background: inherit;
    border-color: #66afe9 !important;
}

/* ------------------------------------------------------------
                      || General Snippets ||
------------------------------------------------------------ */

body {
    background: url(../images/bg.jpg) left top no-repeat fixed;
    background-size: 100% 100%;
}

h1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.navbar-brand {
    padding: 8px 15px 0 0
}

.nav.navbar-nav {
    font-family: 'Open Sans', Arial;
}

.navbar-brand {
    display: none;
}

.yamm.navbar {
    z-index: 999;
    margin-bottom: 0px;
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
}

.yamm.navbar .container,
.yamm.navbar .navbar-collapse{
    padding: 0px;
}

.yamm.navbar .navbar-nav > li > .dropdown-menu {
    box-shadow: none;
    background: #e7e7e7;
    border-top: none;
    margin-top: 1px;
}

.yamm-content .col-xs-6 a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    color: inherit;
    transition: all 0.25s linear;
    border-bottom: 1px solid #ddd;
}

.yamm-content .col-xs-6 a:hover {
    color: #337ab7;
    text-indent: 5px;
}

.yamm.navbar .navbar-nav > li > a {
    font: 500 14px 'Roboto', Arial;
}

.yamm.navbar .navbar-nav > li.open > a {
    color: #337ab7;
}

.navbar-nav > li.yamm-fw {
	height: 50px;
}

.yamm.navbar .navbar-nav {
	margin: 0 -15px;
}

.yamm.navbar .navbar-nav > li > .dropdown-menu {
	top: auto !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-right: 1px solid rgba(0, 0, 0, 0.15) !important;
}


/* ------------------------------------------------------------
                      || Main Sections ||
------------------------------------------------------------ */

.container.mainContent {
    background: #fff;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

#owl-demo {
    position: relative;
    padding: 0px;
}

.owl-pagination {
    display: inline-block;
    background: rgba(0,0,0,0.75);
    border-radius: 4px;
    padding: 0 10px;
}

.owl-theme .owl-controls {
    position: absolute;
    top: 80%;
    left: 0px;
    right: 0px;
}

.owl-theme .owl-controls .owl-page span {
    width: 16px;
    height: 16px;
    margin: 5px;
}

.owl-theme .owl-controls .owl-page {
    vertical-align: top;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #5cb85c;
}

.mainContent {
    margin-bottom: 15px;
    border-radius: 0 0 4px 4px;
}

footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #333;
    border-top: 4px solid #12478c;
}

footer p {
    font-family: 'Open Sans', Arial;
    padding: 0px;
    margin: 0px 0px 5px;
    color: #fff;
}

footer li a {
    font-family: 'Roboto', Arial;
    font-size: 14px;
    color: #999;
}

footer li a:hover {
    color: #5cb85c;
}

footer form .btn {
    padding-top:  5px;
    padding-bottom: 5px;
}
/* Header Section -------------------------------------------*/

.cd-main-header {
    background: #1553a6;
}

/* ------------------------------------------------------------
                      || Search Box ||
------------------------------------------------------------ */
#custom-search-input {
    margin: 0px auto;
    padding: 0;
    width: 100%;
}

#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    height: 36px;
    border-right: 0px;
    padding-left: 15px;
    font-size: 18px;
    background: #fff;
    border: none;
    font-family: 'Roboto', Arial;
    font-weight: 300 !important;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

#custom-search-input .input-group-btn {
    width: 36px;
    z-index: 9;
    background: #1452a5;
    text-align: center;
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius:  0 3px 0 0;
    border-radius:  0 3px 0 0;
}

#custom-search-input button {
    border: 0;
    background: #5cb85c;
    /** belows styles are working good */
    padding: 0px;
    margin: 0px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    color:#fff;
    font-size: 24px;
    width: 100%;
    height: 36px;
    position: static;
    z-index: 99;
}

#custom-search-input button span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 36px;
}

.search-query:focus + button {
    z-index: 3;
}

/* ------------------------------------------------------------
                      || Latest Books ||
------------------------------------------------------------ */

.latestBooks {
    margin: 0px 0;
}

.latestBooks h3 {
    color: #12478c;
    text-align: center;
    padding-bottom:  15px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc;
    font: 500 24px 'Roboto', Arial;
}

.latestBooks h3 span {
    color: #5cb85c;
	margin-top: -5px;
    vertical-align: middle;
}

.latestBooks li {
    margin-bottom: 30px;
}

.latestBooks li .wrapper {
    padding: 15px 15px 10px;
    border: 1px solid #ddd;
}

.latestBooks li h4 {
    margin: 0px;
    font: 20px 'Open Sans', Arial;
}

.latestBooks li p {
    font: 13px 'Open Sans', Arial;
    padding: 1px 0 10px;
    border-bottom: 1px dotted #ccc;
}

.latestBooks p a {
    background: #eee;
    padding: 0 10px;
    vertical-align: middle;
    border-radius: 50px;
}

.latestBooks li .btn {
    font-family: 'Open Sans', Arial;
}

.topBar {
    color: #fff;
    background: url(../images/topBg.png) left top no-repeat #12478c;
    background-size: cover;
}

.topBar form {
}

.topBar .container {
    background: none;
}

.topBar ul {
    margin: 0px;
}

.topBar ul li {
    margin: 21px 0;
    font: 12px/20px 'Open Sans', Arial;
    vertical-align: middle;
}

.topBar ul li a {
    color: #fff;
}

#logo {
    display: block;
    float: left;
    padding: 0px;
    margin: 12px 0 12px;
    text-align: left;
}

#logo a {
    display: inline-block;
}

#logo a img {
    display: block;
    max-width: 100%;
}

.topBar aside {
    text-align: right;
    padding: 0px;
}

.topBar aside form {
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
}

/* ------------------------------------------------------------
                      || Home Blocks ||
------------------------------------------------------------ */

.homeBlocks {
    margin: 30px 0 15px;
}

.homeBlocks * {
    text-align: center;
}

.homeBlocks h4 {
    color: #12478c;
    font: 500 28px/36px 'mpro', 'Roboto', Arial;
}

.homeBlocks h4 span {
    color: #333;
    margin-right: 10px;
    vertical-align: top;
}

.homeBlocks p {
    font-family: open sans;
    font-size: 14px;
}

/* ------------------------------------------------------------
                      || Inner Page ||
------------------------------------------------------------ */

.breadcrumb {
    font-family: 'Open Sans', Arial;
    background: none;
    padding: 0px 15px;
    font-size: 12px;
}

.inner .bookAbstract {
    font-family: 'Open Sans', Arial;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    margin: 15px 0;
}

.inner .latestBooks .oneBook li h4 {
    color: #12478c;
    font: 500 24px "Roboto",Arial
}

.inner .latestBooks .oneBook li h4 i {
    font-size: 18px;
    font-weight: normal;
    color: #666;
}

.inner .latestBooks .oneBook li .btn {
    font-family: 'Roboto', Arial;
    font-weight: 500;
    font-size: 16px;
}

.inner .latestBooks .oneBook li .btn-success {
    margin-right: 10px;
}

.inner .latestBooks h3 {
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 2px;
    border: none;
    font-size: 20px;
}

.owl-prev, .owl-next {
    display:  inline-block;
    vertical-align: middle;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin: 0 1px;
    background: rgba(0,0,0,0.5);
    color: #ccc;
}

.owl-prev:hover, .owl-next:hover {
    background: #5cb85c;
    color: #fff;
}

.nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
}

/* ------------------------------------------------------------
                      || Cart Page ||
------------------------------------------------------------ */

.cartReport {
	margin-bottom: 0px;
}

.cartReport td, .cartReport th {
	font-size: 15px;
	vertical-align: middle !important;
}

.cartReport tr td:nth-child(2) {
	width: 60%;
}

.cartReport td .btn {
	padding: 0px;
	margin: 0px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
}

.cartReport td .btn i {
	position: relative;
	top: -3px;
}

.cartReport .counter input {
	max-width: 38px;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
}

.cartReport .counter input[type="button"] {
	width: 24px;
	background: none;
	color: #666;
	border-radius: 4px;
}

.cartReport .counter input[type="button"]:hover {
	background: #ccc;
	color: #fff;
}

.cartReport tr td:last-child,
.cartReport tr th:last-child,
.cartReport tr td:first-child,
.cartReport tr th:first-child {
	max-width: 50px;
	text-align: center;
}

.cartReport .total * {
	font-weight: 500;
	font-size: 18px;
	background: #eaeaea;
	padding: 0px;
	font-family: 'Roboto', 'Open Sans', Arial;
}

.add2Cart {
	padding: 15px 0 0;
	border-top: 1px solid #ddd;
	text-align: right;
}

.add2Cart button {
	display: inline-block;
	font: 600 14px 'open sans', Arial;
}

.add2Cart button i,
.add2Cart button span {
	margin-right: 5px;
	font-weight: normal;
}













/* Contact Page ---------------------*/

#contact {
	padding: 15px 0;
}

.contactInfo {
	padding: 15px 15px 22px;
}

.contactInfo li {
	padding: 10px 0;
	font: 600 16px 'proximanovaRegular', Arial;
	border-bottom: 1px solid #ddd;
}

.contactInfo li span {
	color: #4580b1;
	margin-right: 5px;
}

.contactInfo li b {
	font: 400 15px 'proximanovaRegular', Arial;
	display: block;
	margin-top: 7.5px;
}

.contactInfo li b i {
	font-size: 21px;
}

.contactForm h4 {
	font: 18px "proximanovaBold","proximanovaRegular",Arial
}

.contactForm label {
	display: block;
	margin-bottom: 7.5px;
	font: 600 14px 'proximanovaRegular', Arial;
}

.contactForm .formRow {
	padding: 10px 0;
}

.contactForm .formRow:first-child {
	padding-top: 0px;
}

.contactForm .formRow:last-child {
	padding-bottom: 0px;
}

.contactForm input,
.contactForm textarea {
	font: 400 15px 'proximanovaRegular', Arial;
	border: 1px solid #ddd;
	padding: 0 10px;
	border-radius: 3px;
	height: 32px;
	width: 100%;
}

.contactForm textarea {
	height: 124px;
	padding: 10px;
}

.inner .panel-default h3.panel-title {
	padding-left: 0px;
}

.contactBanner {
	position: relative;
}

.contactBanner a {
	display: block;
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	text-align: center;
	padding: 5px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}
