/* Colors */
/* Gold #c7994a */
/* Brown, monochromatic with gold #5c441c */
/* WSNA red, and links #801517 */
/* Brown, titles #80491e */
/* Reddy orange #822f1a */
/* Orange #da491b */
/* lt Tan #ebd8c6 */

/* Styles from normalize.css v.7 */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}



														/* end styles from normalize.css */

/* main div */


@viewport {
	zoom: 1.0;
	width: extend-to-zoom;
}

body {
	background-color: white;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	text-decoration: none;
	margin: 0;
}

tr,select,input {
	text-decoration: none;
}

button {
  border: none;
  color: #ebd8c6;
  background: -webkit-linear-gradient(135deg,#822f1a 10%, #801517 50%, #822f1a 90%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(135deg,#822f1a 10%, #801517 50%, #822f1a 90%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(135deg,#822f1a 10%, #801517 50%, #822f1a 90%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(135deg,#822f1a 10%, #801517 50%, #822f1a 90%); /* Standard syntax (must be last) */
  height: 2.4em;
  padding: 0 1em;
  margin: 5px;
}

a { color:#801517; text-decoration:none; }
a:hover { text-decoration:underline; color:#801517; }
a:visited { color:#801517; }
a:hover:visited {text-decoration:underline; color:#801517;}

hr {
    border: none;
    background-color: #c7994a;
    height: 1px;
}

.fake-button {
  color: #fff;
  background: -webkit-linear-gradient(135deg,#822f1a 10%, #801517 50%, #822f1a 90%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(135deg,#822f1a 10%, #801517 50%, #822f1a 90%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(135deg,#822f1a 10%, #801517 50%, #822f1a 90%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(135deg,#822f1a 10%, #801517 50%, #822f1a 90%); /* Standard syntax (must be last) */
  height: auto;
  font-size: 1em;
  padding: .4em 0;
  margin: 10px 5px;
  text-align: center;
}

.fake-button a, .fake-button a:hover {
  color: #fff;
}

#page {
	position: relative;
	border: 0px solid orange;
	max-width: 1200px;
	margin: 0 auto;
}

#page::after {
	content: "";
	display: block;
	clear: both;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* This style is for everywhere WSNA name appears. */

.wsna {
	font-family: 'PT Serif', serif;
	font-style: italic;
	display: inline;
}

/* Font styles, site-wide */

.centered {
	text-align: center;
}

/* This is the style for where a stallion name appears */



/* Wrap centered-unit around an unit (image or text unit) you want centered, then wrap centered-unit-container around that. Width of the unit must be set by adding style="width:88px" to centered-unit div AND (if it's an img) to the img as well. */

.centered-unit-container {
	width: 100%;
	border: 0px solid green;
}
/* Set the width of each image in the html for this to work. */
.centered-unit {
	margin: auto;
	border: 0px solid blue;
}

.red {
	color: red;
	display: inline;
}

.boldred {
	font-weight: 700;
	color: red;
	display: inline;
}

.diamond-bullets li::before {
	content: url(../images/diamond-gold.png)" ";
}

.indent-35 {
	margin-left: 35px;
}

.indent-30 {
	margin-left: 30px;
}

h1 {
	font-family: 'Expletus Sans', cursive;
	text-align: center;
	color: #80491e;
	font-weight: 300;
	font-size: 2em;
	line-height: 1.3em;
}

h2 {
	font-family: 'PT Serif', serif;
	font-weight: normal;
	text-align: center;
	color: #da491b;
	font-size: 1.1em;
	background-color: #efe2cd;
	padding-bottom: 2px;
}

h3 {
	font-family: 'Quattrocento Sans', sans-serif;
	text-align: center;
	color: #822f1a;
	font-size: 1.3em;
	font-weight: 400;
}

h4 {
	font-family: 'PT Serif', serif;
	text-align: center;
	color: #da491b;
	font-size: 1.1em;
}

h5 {
	font-family: 'PT Serif', serif;
	text-align: center;
	color: #822f1a;
	font-size: 1.1em;
}

h6 {
	font-family: 'Quattrocento Sans', sans-serif;
	color: #822f1a;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 1.1em;
	border: 1px solid #80491e;
}

.welcome {
	font-family: 'PT Serif', serif;
	text-align: center;
	color: #da491b;
	font-size: 2em;
	font-style: italic;
}

/* site-wide image styles */

.float-right, .float-left {
	margin: 0 10px 10px 10px;
	text align: left;
	font-style: italic;
	font-size: .9em;
	line-height: 1.2em;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

/* forward and back button styles
To an element of this class use this content for a back arrow: &lt; and for a forward arrow use &gt;
Add the .round style if you want a round button.
Add custom right-left positioning in-line for each element. */

.nav-button {
	background-color: #f5e8d3;
	width: 40px;
	height: 40px;
	font-size: 3em;
	color: #801517;
  border-radius: 20%;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	position: absolute;
	top: 55%;
	display: inline-block;
}

.nav-button:hover {
	background-color: #c7994a;
	color: white;
}

.round {
    border-radius: 50%;
}

/* table styles */

table {
	border:1px solid #80491e;
}

.simple th {
	border-top: 1px solid #c7994a;
	border-bottom: 1px solid #c7994a;
	font-weight: 300;
	color: #80491e;
	font-size: .8em;
	text-align: left;
	line-height: 1em;
	padding: 10px 5px 5px 5px;
}

.simple td {
	border-top: 1px solid #c7994a;
	border-left: 1px solid #c7994a;
	color: #80491e;
	font-size: .8em;
	padding: 5px;
}

.simple th:first-child {
	color: black;
	max-width: 200px;
}

.simple td:first-child {
	color: black;
	max-width: 200px;
}

/* The spacious table has more white space, bigger text for most tds */

.spacious caption {
	font-family: 'PT Serif', serif;
	font-size: 1.6em;
	line-height: 1.6em;
	padding-bottom: .5em;
}

.spacious th {
	border-top: 1px solid #c7994a;
	border-left: 1px solid #c7994a;
	font-weight: 300;
	color: #80491e;
	font-size: 1.8em;
	text-align: center;
	line-height: 1.2em;
	width: 250px;
	padding: 5px 5px 5px 5px;
}

.spacious td {
	border-top: 1px solid #c7994a;
	border-left: 1px solid #c7994a;
	color: #80491e;
	text-align: center;
	font-size: 1.4em;
	padding: 5px;
}

.spacious th:last-child, .spacious td:last-child {
	border-right: 1px solid #c7994a;
}

.spacious th:first-child {
	color: black;
	max-width: 200px;
}

.spacious td:first-child {
	color: black;
	text-align: right;
	max-width: 200px;
	font-size: 1em;
}

.table-button {
	width: 100%;
	height: 100%;
	background-color: #822f1a;
	color: white;
	border-radius: 8px;
}

.table-button a {
    color: white;
}

.table-button:hover {
  background-color: #da491b;
}

.table-subhead {
	background-color: #f6f2ec;
	font-weight: 700;
}

/* the login/myaccount links area */

#top-login {
	height: 50px;
	font-size: .8em;
	text-align: right;
	border: 0px solid red;
	line-height: 25px;
	color: black;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 10;
}

#top-login a:link, #top-login a:visited {
	color: #801517;
	text-decoration: none;
}

#top-login a:hover {
	color: #801517;
	text-decoration: underline;
}

#leaderboard-area {
	border: 0px solid purple;
	width: 100%;
}

#leaderboard {
	width: 728px;
	margin: auto;
}

/* A unit of display on the home page and inside pages */

.row-card, .column-card, .column-banner-card, .banner-slide-container, .medium-banner-slide-container, .stallion-gallery-card {
	border: 1px solid #e7e7e7;
	padding: 15px 10px 5px 10px;
	box-shadow: 2px 2px 10px #e7e7e7;
	position: relative;
}

.row-card, .column-card {
  text-align: left;
}

.banner-slide-container, .medium-banner-slide-container {
	width: 90%;
	text-align: center;
	display: none;
	margin-bottom: 10px;
	position: relative;
}


.row-card {
	width: 380px;
	height: 430px;
	margin: 10px;
	overflow: auto;
}

.column-banner-card {
	width: 330px;
	height: auto;
	float: right;
}

/* The red box that displays what type of content goes in each card */

.article-type {
	height: 1.4em;
	width: auto;
	position: absolute;
	left: 10px;
	top: 0px;
	background-color: #801517;
	color: white;
	padding: 5px 10px 5px 10px;
}

.row-card img, .column-card img {
	max-height: 260px;
	max-width: 300px;
	display: block;
	margin: 30px auto 0px;
}

.column-banner-card img {
	width: 300px;
	height: 250px;
}

.row-card h1, .column-card h1, .search-area h1 {
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.2em;
  margin-top: 20px;
}

.row-card ul, .column-card ul {
	margin-top: 40px;
}

.row-card li, .column-card li {
	font-size: 1.1em;
	line-height: 2.4em;
	color: #80491e;
}

.read-more {
	font-style: oblique;
}

/* Card for holding four 180x150 rectangle banners in rows */

.rectangle-banner-card {
	height: 430px;
	color: #822f1a;
	padding-top: 10px;
	text-align: center;
}

.rectangle-banner-card img {
	margin: 0;
}

.banner-container {
	width: 400px;
	margin: auto;
	border: 0px solid green;
}

.rectangle-banner {
	float: left;
	margin: 0 5px 10px 5px;
}

/* A column-container holds 1 or 2 cards in vertical alignment */

.column-container {
	width: 332px;
	float: right;
	border: 0px dashed blue;
}

/* The area for two searches on the home page: Google site search and search stallion by name */

.search-area {
	padding-left: 15px;
}

#search {
	padding:7px 5px 6px 15px;
	width:250px;
	height:20px;
	font-size: 1.1em;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 2px 2px 5px 0px #999999;
	box-shadow: inset 2px 2px 5px 0px #999999;
	background-color:white;"
}

.column-banner-box {
	width: 300px;
	margin: 10px auto;
	border: 0px solid purple;
	position: relative;
}

.column-banner-box h1 {
	font-weight: normal;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.2em;
}

/* Here begin list menu styles */

#top-menu {
}

#main-menu {
	width: 100%;
	height: 40px;
	font-weight: normal;
	font-size: 1.2em;
	border-top: 1px solid #c7994a;
	border-bottom: 1px solid #c7994a;
	margin-bottom: 10px;
	position: relative;
}

#main-menu ul {
}

#main-menu .icon {
	display: none;
}

.top-menu li:hover ul {
	/*left: 0;*/
	display: block;
}

.main-menu-item {
	float: left;
	position: relative;
	padding: .2em 0;
}

.main-menu-item a {
	color: #801517;
	display: block;
	font-size: .9em;
	line-height: 1.8em;
	padding: 0 .6em 0 1em;
	border-right: 1px solid #666;
}

.main-menu-item .last {
	border: 0;
}

.main-menu-item a:hover, .main-menu > li:hover > a {
	color: #c7994a;
	text-decoration: underline;
}

ul.submenu {
	background: #fff;
}

ul.submenu a {
	color: #801517;
}

ul.submenu a:hover {
	color: #c7994a;
}

.submenu li {
	border-bottom: 1px solid #c7994a;
	padding-top: .4em;
	padding-bottom: .2em;
}

.submenu a {
	border-right: 0;
	white-space: nowrap;
}

.submenu {
	position: absolute;
	top: 2em;
	/* left: 6000em; */
	display: none;
	z-index: 20;
}

/* These styles are for the Featured Horse/Stallion boxes, attempt 2 */

#featured-container-horizontal {
	width: 850px;
	height: 400px;
	float: left;
	padding: 8px 0 0 0;
	border: 0 solid green;
	/* border-bottom: 1px solid #c7994a */
}

.horizontal-3-2-1 {
	width: 33%;
	float: left;
}

.featured-box-for-horizontal {
	border: 1px solid #c7994a;
	padding: 5px;
	height: 350px;
	margin: 4px 4px 4px 10px;
}

.featured-box-for-vertical {
	border: 1px solid #c7994a;
	padding: 5px 5px 5px 5px;
	width: 290px;
	height: auto;
	margin: 4px 0 10px 0px;
}

.featured-title {
	font-family: 'PT Serif', serif;
	text-align: center;
	color: #663300;
	font-size: 1.3em;
}

.featured-stallion-name {
	font-family: 'Cinzel', serif;
	text-align: center;
	font-size: 1.3em;
	color: #c7994a;
}

.featured-stallion-name a {
	color: #c7994a;
}

.featured-photo-box {
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
}


.featured-photo-box img {
	margin-top: 5px;
}

.featured-box-for-horizontal  img {
	max-height: 120px;
	border: 0px solid green;
}

.featured-box-for-vertical img {
	max-width: 230px;
}

.featured-breed {
	color: #663300;
	text-align: left;
	font-weight: bold;
	margin: 5px 0;
}

.featured-one-liner {
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
	font-style: italic;
}

.featured-read-more {
	font-size: .8em;
	font-style: oblique;
	text-align: center;
	padding: 10px 0;
}

/* The following are used for testimonials (on the about-magazine.php page) */

.inset-box {
	margin: 0 30px 0 40px;
}

.quote {
	color: #80491e;
	font-style: italic;
	line-height: 2.2em;
}

.quote:before {
	content: url(../images/quote-left.png);
}

.quote:after {
	content: url(../images/quote-right.png);
}

.attribution {
	font-size: .8em;
	margin-left: 50px;
	margin-bottom: 50px;
}

/* These are used on the FAQ page, and also Survey Results */

.question {
	margin-left: 30px;
	margin-top: 10px;
	color: #da491b;
	font-size: 1.1em;
}

.response {
	margin-left: 60px;
	font-size: .9em;
}

#stallionStories h1 {
	font-family: 'Cinzel', serif;
	color:#C7994a;
	text-align:center;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom:5px;
}

/* tooltip styles, specifically for advertise-details page */

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip:before {
  content: " "url(../images/info-icon_18px.svg)" ";
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 370px;
	background-color: #f6f2ec;
	color: #80491e;
	text-align: center;
	padding: 5px 10px;
	border-radius: 6px;

	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	left: 115%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}

/* This makes the little arrow pointing to the left */
.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 10%;
	right: 100%; /* To the left of the tooltip */
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #80491e transparent transparent;
}


/* styles for footer menu */

#footer {
	width: 100%;
	height: auto;
}

#footer-menu-box {
	border: 1px solid #c7994a;
	width: 1150px;
	overflow:hidden;
	margin:15px auto;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding:15px;
}

.footer-links {
	border-right:1px solid #801517;
	height: 210px;
	float:left;
	text-align:left;
	margin:0px 14px 0px 0px;
	padding:0px 11px 0px 0px;
	font-style:normal;
}

.footer-links .category {
	color: black;
	font-size:.9em;
	display:block;
	padding-bottom:5px;
}

.footer-links a, .footer-links a:hover, .footer-links a:visited {
	font-size: .8em;
	line-height: 1.2em;
}

.footer-links:last-child {
	border-right: none;
}

#copyright {
	font-size: .8em;
	line-height: 2em;
	text-align: center;
	color: #333;
	border: 0px solid green;
	width: 1150px;
	margin: auto;
	padding-bottom: 10px;
}


/* Media queries */

@media screen and (max-width: 1200px) {

	#main-menu {
		font-size: 1em;
		height: 30px;

	}

	#footer-menu-box {
		display: none;
	}

	#copyright {
		width: auto;
	}
}

@media screen and (max-width: 850px) {

#top-login {
	line-height: 20px;
}


	#main-menu {
		font-size: 1em;
	}

	.row-card {
		width: 330px;
	}

	#featured-container-horizontal {
		width: 99%;
	}

	.horizontal-3-2-1:last-child {
		display: none;
	}

	.horizontal-3-2-1 {
		width: 50%;
	}

	.banner-container {
		width: 200px;
	}

	.spacious td {
		font-size: 1.3em;
	}

	.tooltip:hover .tooltiptext {
		width: 270px;
	}

    .fake-button {
     font-size: .8em;
    }
}

@media screen and (max-width: 728px) {

	#main-menu {
		font-size: .8em;
	}

	#leaderboard-area {
		display: none;
	}
}

@media screen and (max-width: 600px) {

	#main-menu {
		height: 30px;
	}

	.main-menu-item a {
		border-right: none;
	}

	.main-menu-item:not(:first-child)  {
		display: none;
	}

	#main-menu a.icon {
		position: absolute;
		top: 0px;
		right: 35px;
		display: block;
	}

	#menu.expanded .main-menu-item {
		width: 100%;
		display: block;
		border-bottom: 1px solid #c7994a;
	}

	#menu.expanded .main-menu-item a {
		font-size: 1em;
		border-right: none;
	}

	.submenu {
		display: none;
		position: static;
	}

	.submenu li {
		border-bottom: 1px dashed #c7994a;
	}
	.submenu li:last-child {
		border-bottom: 0;
	}

	.top-menu li:hover ul {
		display: block;
		margin-left: 50px;
	}

	.horizontal-3-2-1:nth-child(2) {
		display: none;
	}

	.horizontal-3-2-1 {
		width: 98%;
	}

	.spacious caption {
		font-size: 1.2em;
	}

	.spacious th {
		font-size: 1.4em;
	}

	.spacious td {
		font-size: 1em;
	}

	.table-button {
		font-size: .8em;
	}

	.question {
		margin-left: 20px;
	}
}

@media screen and (max-width: 450px) {

	.rectangle-banner-card, .banner-container {
		display: none;
	}

	.banner-slide-container, .medium-banner-slide-container {
		display: block;
	}

	.medium-banner-slide-box img {
		width: 240px;
		height: 200px;
	}

	.row-card img, .column-card img {
		max-width: 250px;
	}

	.spacious caption {
		font-size: 1em;
	}

	.spacious th {
		font-size: 1.2em;
	}

	.spacious td {
		font-size: .8em;
	}

}

@media screen and (max-width: 350px) {

#top-login {
	font-size: .8em;
}

.question {
	margin-left: 15px;
}


}
