﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 78px;
	/*padding-bottom: 20px;*/
	background-color: white; /*silver;*/
	font-family: 'Crimson Text', 'Palatino', serif;
}

/*.navbar-logo
	{
		height: 34px;
		margin-top: 2px;
	}*/

.navbar-logo {
	height: 38px;
	/*margin-top: -4px;*/
}

@media screen and (max-width: 767px) {
	body {
		padding-top: 58px;
	}

	.navbar-logo {
		height: 28px;
		margin-top: -4px;
	}
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
		padding-left: 15px;
		padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
	 will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
	max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
		.jumbotron {
				margin-top: 20px;
		}
		.body-content {
				padding: 0;
		}
}*/

/*Heofler-Text*/
/* headers */
.rl-serif {
	font-family: 'Crimson Text', 'Palatino', serif !important;
}

/*Trade Gothic*/
/* text */
.rl-sans-serif {
	font-family: 'Oswald', 'Trebuchet MS', sans-serif !important;
}

.all-caps {
	text-transform: uppercase;
}

.rl-dark-blue {
	color: rgba(0, 51, 102, 1) !important;
}

.rl-dark-blue-background {
	background-color: rgba(0,37,82,1) !important;
	/*background-color: rgba(0,51,102,1) !important;*/
}

.rl-section-header {
	font-family: 'Oswald', 'Trebuchet MS', sans-serif !important;
	text-transform: uppercase;
	color: rgba(0, 51, 102, 1) !important;
	letter-spacing: 0.8pt;
}

.rl-menu-head {
	letter-spacing: 0.8pt;
}

.rl-menu-caret {
	margin-top: -7px;
	font-size: 14pt;
}

.rl-bottom-dotted-div {
	padding-top: 8px;
	border-bottom: 0px dotted rgb(100, 100, 100);
}

.body-content {
	/*padding-left: 10px;
	padding-right: 10px;*/
	margin: 0;
}

/*.container {
	max-width: 100% !important;
	width: 100% !important;
}*/

.navbar-inverse {
	background-color: rgba(0,37,82,1);
}

	.navbar-inverse .navbar-nav > li > a {
		color: white;
	}

.navbar-collapse {
	padding: 0;
	background-color: rgba(0,37,82,1);
	padding-left: 15px;
	overflow-x: hidden;
}

.navbar {
	margin-bottom: 0;
	border-radius: 0 !important;
}

/* hamburger menu*/
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	/*background-color: rgb(128, 216, 241);*/
	/*background-color: rgb(42,68,180);*/
	/*background-color: rgb(28,47,90);*/
	background-color: rgb(36,57,104);
}

.nav > li > a {
	padding-left: 8px;
	padding-right: 8px;
}

/*menu hover and focus*/
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: rgba(0,37,82,1);
	background-color: white;
}
/* menu open*/
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: rgba(0,37,82,1);
	background-color: white;
}

#mADsCarousel .carousel-indicators {
	visibility: hidden;
}

.rl-row {
	margin: 0 !important;
}

.page-container {
	margin: 20px;
	/*font-family: 'Crimson Text', 'Palatino', serif !important;*/
	font-family: 'Oswald', 'Trebuchet MS', sans-serif !important;
	min-height: 400px;
}

.carousel-caption {
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.social-media-img {
	float: left;
	height: 34px;
	padding-right: 2px;
}

/* Carousel */
.rl-main-carousel-img {
	height: 270px;
	max-height: 270px;
}

.rl-rc-coming-soon-slider {
	height: 170px !important;
	width: 100% !important;
	position: relative;
	padding-left: 46px;
}

.rl-rc-coming-soon-slider-carousel {
	height: 170px !important;
	width: 100% !important;
	margin: 0 auto;
}

.rl-rc-coming-soon-slider-img {
	/*height: 170px !important;*/
	/*width: 114px !important;*/
	/*width: 138px !important;*/ /*older functioning one*/
	width: 166px !important;
	/*max-height: 170px;*/
	border-color: rgb(200, 200, 200);
	border-width: 1px;
	border-style: outset;
	/*border-radius: 4px;*/
	margin-bottom: 4px;
	/*-moz-box-shadow: rgb(230, 230, 230) 3px 3px;
	-webkit-box-shadow: rgb(230, 230, 230) 3px 3px;
	box-shadow: rgb(230, 230, 230) 3px 3px;*/
}

.rl-rc-catalog-slider-img {
	/*height: 270px !important;*/
	/*width: 185px !important;*/ /*original*/
	/*width: 166px !important;*/
	width: 185px !important;
	/*max-height: 270px;*/
	border-color: rgb(200, 200, 200);
	border-width: 1px;
	border-style: outset;
	/*border-radius: 14px;*/
	margin-bottom: 4px;
	/*-moz-box-shadow: rgb(230, 230, 230) 3px 3px;
	-webkit-box-shadow: rgb(230, 230, 230) 3px 3px;
	box-shadow: rgb(230, 230, 230) 3px 3px;*/
}

@media screen and (max-width: 767px) {
	.rl-rc-coming-soon-slider-img {
		/*height: 170px !important;*/
		/*width: 114px !important;*/
		/*width: 138px !important;*/ /*older functioning one*/
		width: 90px !important;
		/*max-height: 170px;*/
		border-color: rgb(200, 200, 200);
		border-width: 1px;
		border-style: outset;
		/*border-radius: 4px;*/
		margin-bottom: 4px;
		/*-moz-box-shadow: rgb(230, 230, 230) 3px 3px;
		-webkit-box-shadow: rgb(230, 230, 230) 3px 3px;
		box-shadow: rgb(230, 230, 230) 3px 3px;*/
	}

	.rl-rc-catalog-slider-img {
		/*height: 270px !important;*/
		/*width: 185px !important;*/ /*original*/
		/*width: 166px !important;*/
		width: 92px !important;
		/*max-height: 270px;*/
		border-color: rgb(200, 200, 200);
		border-width: 1px;
		border-style: outset;
		/*border-radius: 14px;*/
		margin-bottom: 4px;
		/*-moz-box-shadow: rgb(230, 230, 230) 3px 3px;
		-webkit-box-shadow: rgb(230, 230, 230) 3px 3px;
		box-shadow: rgb(230, 230, 230) 3px 3px;*/
	}
}

#rl-rc-coming-soon-slider-ui-carousel-next, #rl-rc-coming-soon-slider-ui-carousel-prev {
	width: 30px;
	height: 170px;
	/*background: url(images/arrow-left.png) #fff center center no-repeat;*/
	display: block;
	position: absolute;
	top: 0;
	z-index: 100;
	text-align: center;
	/*vertical-align: central;*/
	font-size: 24px;
	padding-top: 75px;
	color: black;
	background-color: white;
}

#rl-rc-coming-soon-slider-ui-carousel-next {
	right: 0;
	/*background-image: url(images/arrow-right.png);*/
}

#rl-rc-coming-soon-slider-ui-carousel-prev {
	left: 0;
}

.rl-nu-flexslider {
	padding-top: 10px !important;
	margin-bottom: 10px !important;
	overflow: hidden !important;
}
/* End Carousel */

#myContent {
	/*max-width: 1200px !important;*/
	max-width: 1170px !important;
	margin-left: auto;
	margin-right: auto;
	/*border-left: 1px outset rgb(200, 200, 200);
	border-right: 1px outset rgb(200, 200, 200);
	background-color: white;
	box-shadow: 5px -1px 10px #888, -5px -1px 5px #888;*/
}

.ft-head {
	font-size: 9pt;
	font-family: 'Crimson Text', 'Palatino', serif !important;
	letter-spacing: .5pt;
	padding-top: 4px;
	padding-bottom: 6px;
	color: whitesmoke;
}

.ft-item, .ft-item > a {
	padding-left: 0px;
	padding-bottom: 8px;
	font-family: 'Oswald', 'Trebuchet MS', sans-serif !important;
	font-size: 8pt;
	letter-spacing: .5pt;
	color: white;
}

.ft-sub-item, .ft-sub-item > a {
	padding-left: 10px;
	padding-bottom: 8px;
	font-family: 'Oswald', 'Trebuchet MS', sans-serif !important;
	font-size: 8pt;
	letter-spacing: .5pt;
	color: white;
}

.csi-div {
	height: 400px !important;
	vertical-align: bottom !important;
	display: inline-block;
}

.tabbed-menu-item {
	padding-left: 20px;
}

.rl-bottom-dotted-div > h3 {
	margin-top: 15px;
	margin-bottom: 10px;
}

/* SubjectsMain */
.subjects-main-items-container {
	vertical-align: middle;
	width: 157px;
	height: 74px;
	/*display: inline-flex;*/
	display: inline-block;
	margin: 5px;
	text-align: center;
}

.subjects-main-items, .subjects-main-items:active, .subjects-main-items:hover, .subjects-main-items:visited {
	display: inline-block;
	background-color: rgb(230, 230, 230);
	color: rgba(0, 51, 102, 1) !important;
	padding: 6px;
	text-align: center;
	font-size: 11pt;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-decoration: none;
	font-family: 'Oswald', 'Trebuchet MS', sans-serif !important;
}

	.subjects-main-items:hover {
		background-color: #cccccc;
	}

	.subjects-main-items > span {
		text-align: center;
	}

.SectionTitle {
	display: block;
	margin: 6px;
	color: rgba(0,51,102,1.00);
	/*font-family: TG, 'Trade Gothic LT Std' !important;*/
	font-family: 'Oswald', 'Trebuchet MS', sans-serif;
	letter-spacing: .8pt;
	font-size: 14pt;
	text-align: left;
}

.PageSectionTitle {
	display: block;
	color: rgba(0,51,102,1.00);
	/*font-family: TG, 'Trade Gothic LT Std' !important;*/
	font-family: 'Oswald', 'Trebuchet MS', sans-serif !important;
	letter-spacing: .8pt !important;
	font-size: 16pt !important;
	text-align: left;
}

.PageSectionContent {
	display: block;
	color: rgba(0,51,102,1.00);
	font-family: 'Crimson Text', 'Palatino', serif !important;
	letter-spacing: .8pt;
	font-size: 12pt;
	text-align: left;
}

.TOP-DOTTED-SEPARATOR {
	height: 8px;
	background-color: rgba(255,255,255,1.00);
	/*background-image: url("/Content/Images/DottedSeparator.png");*/
	background-repeat: repeat-x;
	-moz-background-origin: content-box;
	-webkit-background-origin: content-box;
	background-origin: content-box;
	background-position: bottom;
	padding-bottom: 6px;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.dxpnlControl_Moderno > .row {
	margin-left: 0px;
	margin-right: 0px;
}

.dxgvCSD {
	width: 100% !important;
}

.search-background {
	background-image: url("Images/favicon-16x16.png")
}

/* ****************************** */
/* ACCOUNT */
.dxeBase_Moderno, .dxeTextBox_Moderno {
	font-family: 'Crimson Text', 'Palatino', serif !important;
	font-size: 12pt;
	letter-spacing: .7pt;
}

.account-acceptemails {
	margin-bottom: 12px;
}

.account-welcome {
	font-family: 'Crimson Text', 'Palatino', serif !important;
	font-size: 12pt;
	letter-spacing: .7pt;
}

.account-blurb {
	font-family: 'Crimson Text', 'Palatino', serif !important;
	font-size: 12pt;
	letter-spacing: .7pt;
	width: 100%;
}

.account-links, .account-links:hover, account-links:visited, a.dxeHyperlink, a.dxeHyperlink:hover, a.dxeHyperlink:visited {
	font-family: 'Crimson Text', 'Palatino', serif !important;
	font-size: 12pt;
	letter-spacing: .9pt;
	text-decoration: none;
	color: white;
}

.my-account {
	text-align: left;
}

.my-account-links, .my-account-links:hover, .my-account-links:visited {
	font-family: 'Crimson Text', 'Palatino', serif !important;
	font-size: 12pt;
	letter-spacing: .9pt;
	text-decoration: none;
	color: black !important;
}

.account-panels {
	width: 100% !important;
	max-width: 398px;
	overflow: auto;
	overflow-wrap: normal;
}

.login-control {
	/*width: 400px;*/
	max-width: 400px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.register-control {
	/*width: 800px;*/
	max-width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.accountHeader h2 {
	margin: 10px 0 7px 0;
	font-size: 16px;
}

.accountHeader p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.accountHeader {
	margin-bottom: 20px;
	/*width: 398px;
	max-width: 398px;*/
	overflow: auto;
	overflow-wrap: normal;
}

.form-field {
	margin-bottom: 8px;
}

.form-field-left {
	margin-bottom: 8px;
	float: left;
}

.form-field-right {
	margin-bottom: 8px;
	float: right;
}

@media screen and (max-width: 767px) {
	.form-field-right {
		margin-bottom: 8px;
		float: left;
	}
}

.account-form {
	margin-left: auto;
	margin-right: auto;
}

.field-validation-error {
	font-size: 11px;
	color: Red;
}
/* ACCOUNT */
/* ****************************** */

/* CART */
#ctl00_ContentPlaceHolder_ASPxRoundPanel1_CartRepeater_ctl01_TB_Quantity_ET {
	margin-left: auto;
	margin-right: auto;
}
/* CART */

/* ROUND USER INITIALS a la OUTLOOK */
.userInitials {
	border-radius: 16px;
	background-color: white;
	width: 32px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: rgba(0, 51, 102, 1);
	margin-top: -8px;
	padding-top: 6px;
}

	.userInitials:hover {
		background-color: rgba(0, 51, 102, 1);
		color: white;
	}

/*.dxeTextBoxDefaultWidthSys {
	width: 100% !important;
}*/

/* PAGE */
.page-inner-container {
	min-height: 440px;
}

/* Featured Author*/
.featured-author-image {
	float: left;
	padding: 0 8px 8px 0;
}

.featured-author-link, .featured-author-link:hover {
	text-decoration: none !important;
	color: black;
}

.featured-author-titles {
	max-width: 214px;
	display: inline-block;
	margin: 10px;
}

.searchDiv {
	width: 226px;
	display: inline-block;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.searchInput {
	float: left;
	height: 32px;
	width: 194px;
	margin: 0;
	border-style: none;
	padding-left: 6px;
	border-radius: 6px 0px 0px 6px;
}

.searchButton {
	margin: 0;
	float: right;
	height: 32px;
	width: 32px;
	border-radius: 0px 6px 6px 0px;
	border-style: solid;
	background-image: url('/Content/Images/Zoom.png');
	background-position: center;
	background-repeat: no-repeat;
	border-style: none;
}