/*
Theme Name: MND CPG18
Author: Monica
Author URI: http://monicandesign.com
Description: A responsive Coppermine theme for galleries by MonicaNDesign.
Version: 1.0
*/


/*
Table of Contents:
1.0 - Main
2.0 - Structure
3.0 - Menu
4.0 - Header
5.0 - Footer
6.0 - CPG Menu
7.0 - CPG Content
8.0 - Forms
9.0 - Images
10.0 - Tables
11.0 - Statlinks
12.0 - Categories
13.0 - Albums
14.0 - Thumbnails
15.0 - Sort order
16.0 - Preview
17.0 - Administrator
18.0 - Miscellaneous
19.0 - No Edit
20.0 - Responsive
-------------------------------------------------------------- */


/* 1.0 Main
-------------------------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	font: 15px/26px 'Fira Sans', sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #292d31;
	background: #eae6df;
}

a {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
	color: #415054;
}

a:hover,
a:focus {
	color: #455258;
}

td,
th {
	padding: 0;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	color: inherit;
}




/* 2.0 Structure
-------------------------------------------------------------- */

.site-content,
.site-container {
	max-width: 1150px;
	margin: 0 auto;
}

.site-content:before,
.site-content:after,
.top-bar:before,
.top-bar:after {
	display: table;
	content: '';
}

.site-content:after,
.top-bar:after {
	clear: both;
}


/* 3.0 Menu
-------------------------------------------------------------- */

.top-bar {
	padding: 26px 0;
}

.site-title,
.site-navigation,
.main-navigation,
.social-navigation {
	display: inline-block;
}

.site-title {
	font: 700 30px/26px 'Yellowtail', cursive;
	float: left;
	margin: 0 10px 0 0;
	color: #455258;
}

.site-title span {
	text-shadow: 1px 1px 0 #eae6df, 2px 2px 0 #415054;
}

.site-navigation {
	line-height: 26px;
	float: right;
	height: 26px;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation li {
	display: inline-block;
	margin: 0 0 0 10px;
}

.main-navigation li:first-child {
	margin: 0;
}

.main-navigation a {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #3f4e54;
	
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #455258;


}

.social-navigation {
	height: 26px;
	margin: 0 0 0 10px;
}

.social-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-navigation li {
	display: inline-block;
}

.social-navigation a {
	font-size: 13px;
	font-weight: 400;
	padding: 0 5px;
	color: #455258;
}

.social-navigation a:hover,
.social-navigation a:focus {
	color: #415054;
}

.social-navigation li:first-child a {
	padding: 0 5px 0 0;
}

.social-navigation li:last-child a {
	padding: 0 0 0 5px;
}

.social-navigation a:before {
	font-family: FontAwesome;
	content: '\f1e0';
}

.social-navigation a[href*='facebook.com']:before {
	content: '\f09a';
}

.social-navigation a[href*='plus.google.com']:before {
	content: '\f0d5';
}

.social-navigation a[href*='instagram.com']:before {
	content: '\f16d';
}

.social-navigation a[href*='tumblr.com']:before {
	content: '\f173';
}

.social-navigation a[href*='twitter.com']:before {
	content: '\f099';
}

.social-navigation a[href*='youtube.com']:before {
	content: '\f16a';
}

.social-navigation a[href*='mailto:']:before,
.social-navigation a[href$='/contact/']:before,
.social-navigation a[href$='/contact']:before {
	content: '\f0e0';
}

.social-navigation a[href*='rss']:before,
.social-navigation a[href*='feed=']:before,
.social-navigation a[href$='/feed/']:before,
.social-navigation a[href$='/feed']:before {
	content: '\f09e';
}

.social-navigation a[href*='flickr.com']:before {
	content: '\f16e';
}

.social-navigation a[href*='pinterest.com']:before {
	content: '\f231';
}

.social-navigation a[href*='spotify.com']:before {
	content: '\f1bc';
}

.social-navigation a[href*='vimeo.com']:before {
	content: '\f194';
}

.social-navigation a[href*='vk.com']:before {
	content: '\f189';
}

.social-navigation a[href*='yahoo.com']:before {
	content: '\f19e';
}

.social-navigation a[href*='wordpress.com']:before {
	content: '\f19a';
}


/* 4.0 Header
-------------------------------------------------------------- */

.site-header {
	height: 375px;
	margin: 0 0 26px 0;
	background: url(../../../wp-content/uploads/2017/11/07.png) no-repeat center;

}


/* 5.0 Footer
-------------------------------------------------------------- */

.site-footer {
	padding: 0 0 20px 0;
}

.site-info {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	padding: 20px 0 0 0;
	color: #455258;
}

.site-disclaimer {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	text-align: justify;
	border-top: 1px solid #952721;
}


/* 6.0 CPG Menu
-------------------------------------------------------------- */

.cpg-navigation {
	line-height: 13px;
	margin: 0 0 26px 0;
	text-align: center;
}

.cpg-navigation a {
	font-size: 11px;
	line-height: 13px;
	margin: 0 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #3f4e54;
}

.cpg-navigation a:hover,
.cpg-navigation a:focus {
	color: #415054;
}


/* 7.0 CPG Content
-------------------------------------------------------------- */

.content-area {
	margin: 26px 0;
}

.cpg-ad {
	margin: 26px 0;
	text-align: center;
}


/* 8.0 Forms
-------------------------------------------------------------- */

.textinput {
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #952721;
}

.listbox {
	vertical-align: middle;
	border: 1px solid #952721;
}

.button,
.buttonlist ul li a {
	font-size: 11px;
	line-height: 19px;
	margin-right: 2px;
	padding: 0 3px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	white-space: nowrap;
	text-transform: uppercase;
	color: #eae6df;
	border: 1px solid #455258;
	background: #455258;
}

.button:hover,
.buttonlist ul li a:hover,
.button:focus,
.buttonlist ul li a:focus {
	color: #455258;
	border: 1px solid #fc9fa8;
	background: #fc9fa8;
}

.radio,
.checkbox {
	vertical-align: middle;
}


/* 9.0 Images
-------------------------------------------------------------- */


a img {
	margin: 0px;
	padding: 4px;
	background: #eae6df;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 1px solid #952721;
	box-shadow: 0 0 0px #fba4ac;
}

a img:hover {
	opacity: .9;

}




/* 10.0 Tables
-------------------------------------------------------------- */

.maintable {
	margin: 0 0 3px 0;
	padding: 18px 20px 20px 20px;
	border: 1px solid #952721;
}

.tableb {
	padding: 5px 10px;
}

.tableb_alternate {
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
}

.tablef {
	padding: 10px;
	background: #eae6df;
}


/* 11.0 Statlinks
-------------------------------------------------------------- */

.tableh1 {
	font: 700 24px/1.2 'Playfair Display', serif;
	padding: 10px;
	color: #455258;
}

.tableh1:after {
	display: block;
	margin: 10px 0 0 0;
	content: url(images/deco.svg);
}

.statlink {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	line-height: 26px;
	text-transform: lowercase;
	color: #3f4e54;
}

.statlink h2 {
	font-size: 23px;
	font-style: normal;
	margin: 0;
	text-transform: none;
	color: #455258;
}


/* 12.0 Categories
-------------------------------------------------------------- */

.catrow_noalb,
.catrow {
	padding: 10px;
	border-bottom: 1px solid #415054;
}

.catlink {
	display: block;
}

.catlink a {
	font-size: 14px;
	font-style: none;
        font-weight: none;
	transition: box-shadow .2s ease-out;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #952721;
	background: #e3ded6;
	box-shadow: #e3ded6 0 .75em inset;
}

.catlink a:hover,
.catlink a:focus {
	color: #2f2125;
	box-shadow: #eae6df 0 0 inset;
}


/* 13.0 Albums
-------------------------------------------------------------- */

.tableh2 {
	font-weight: 700;
	line-height: 22px;
	padding: 12px 10px;
	background: #eae6df;
}

.alblink {
	font-weight: 700;
}

.alblink a {
	color: #3f4e54;
}

.alblink a:hover,
.alblink a:focus {
	color: #415054;
}

.album_stat {
	font-size: 80%;
	margin: 5px 0;
}

.tableb p {
	line-height: 1.5;
	margin: 0;
	padding: 10px 0 0 0;
}

p.album_stat {
	padding: 5px 0 0 0;
}


/* 14.0 Thumbnails
-------------------------------------------------------------- */

.thumbnails {
	padding: 10px;
}

.thumb_filename {
	font-size: 80%;
	line-height: 1.5;
	display: block;
}

.thumb_title {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	margin: 3px 0 0 0;
	padding: 2px;
}

.thumb_caption {
	font-size: 80%;
	line-height: 1.5;
	display: block;
	padding: 1px;
}

.thumb_caption a {
	text-decoration: underline;
	color: #000;
}

.thumb_num_comments {
	font-size: 85%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5;
	display: block;
	padding: 2px;
}

.thumb_title_views,
.thumb_caption_ctime {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
	display: inline-block;
	margin: 5px 1px 0 1px;
	padding: 2px 6px;
	text-transform: uppercase;
	color: #ffffff;
	background: #821e19;
}

.thumb_caption_ctime {
	background: #415054;
}

.thumb_dimensions {
	font-size: 12px;
	display: block;
}


/* 15.0 Sort order
-------------------------------------------------------------- */

.sortorder_cell {
	font: normal 11px/11px 'Fira Sans', sans-serif;
	letter-spacing: -1px;
	text-transform: none;
	color: #415054;
}

.sortorder_options {
	white-space: nowrap;
}


/* 16.0 Preview
-------------------------------------------------------------- */

.navmenu {
	font-weight: 700;
	border-style: none;
	background: #eae6df;
}

.navmenu img {
	margin: 0;
	padding: 5px;
}

.navmenu a {
	display: block;
	padding: 5px;
}

.navmenu a:hover,
.navmenu a:focus {
	background: #eae6df;
}

.display_media {
	padding: 10px;
}

option,
#tabs_dropdown_select {
	font-weight: 400;
	color: #322428;
}


/* 17.0 Administrator
-------------------------------------------------------------- */

.admin_menu_wrapper {
	margin: 0 0 13px 0;
}

.admin_menu {
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	background: #e3ded6;
}

.admin_menu a {
	display: block;
	padding: 5px;
	color: #322428;
}

.admin_menu a:hover,
.admin_menu a:focus {
	text-decoration: underline;
	color: #322428;
}

.admin_float {
	line-height: 1;
	position: relative;
	display: block;
	float: left;
	margin: 1px;
	white-space: nowrap;
}


/* 18.0 Miscellaneous
-------------------------------------------------------------- */

.filmstrip_background {
	background-color: transparent;
}

.prev_strip {
	text-align: left;
}

.next_strip {
	text-align: right;
}

.detail_head_collapsed,
.detail_head_expanded {
	color: #455258;
}


/* 19.0 No Edit
-------------------------------------------------------------- */

pre.filepath {
	margin: 0;
	padding: 0;
}

.user_thumb_infobox {
	margin-top: 1px;
	margin-bottom: 1px;
}

.user_thumb_infobox th {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}

.user_thumb_infobox td {
	font-size: 85%;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}

.user_thumb_infobox a {
	text-decoration: none;
	color: #000;
}

.user_thumb_infobox a:hover {
	text-decoration: underline;
	color: #000;
}

.icon {
	margin-right: 1px;
	vertical-align: middle;
}

.comment_date {
	font-size: 90%;
	vertical-align: middle;
	color: #5f5f5f;
}

.footer {
	font-size: 9px;
}

.footer a {
	text-decoration: none;
	color: #000;
}

.footer a:hover {
	text-decoration: underline;
	color: #000;
}

.topmenu {
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, sans-serif;
	font-size: 110%;
	line-height: 130%;
}

.topmenu a {
	text-decoration: none;
	color: #03c;
}

.topmenu a:hover {
	text-decoration: underline;
	color: #03c;
}

.img_caption_table {
	width: 100%;
	margin: 0;
	border: none;
	background-color: #eae6df;
}

.img_caption_table th {
	font-size: 100%;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #000;
	border-top: 1px solid #eae6df;
	background: #d1d7dc;
}

.img_caption_table td {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	white-space: normal;
	border-top: 1px solid #eae6df;
	background: #f2f5f7;
}

.debug_text {
	width: 100%;
	margin: 0;
	border: #bdbebd;
	background-color: #efefef;
}

.clickable_option {
	cursor: default;
}

.listbox_lang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align: middle;
	color: #000666;
	border: 1px solid #d1d7dc;
	background-color: #f2f5f7;
}

.pic_title {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.0em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	color: #000666;
}

.pic_caption {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.0em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	color: #000666;
	background-image: none;
}

.important {
	font-weight: bold;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	/* background-image : url(http://krysten-ritter.org/gallery/themes/mnd-cpg18/images/important.gif); */
	color: red;
}

#cpgChooseLanguageWrapper {
	float: left;
}

#cpgChooseThemeWrapper {
	float: left;
}


/** Swfupload css **/

div.fieldset {
	margin: 10px 0;
	padding: 20px 10px;
	border: 2px solid #0e72a4;
}

div.fieldset span.legend {
	font-weight: bold;
	position: relative;
	top: -30px;
	padding: 3px;
	color: #eae6df;
	background-color: #8aa5b5;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #ccd7e0;
}

input[disabled] {
	border: 1px solid #ccc;
}


/* FF 2 Fix */

.progressWrapper {
	overflow: hidden;
	width: 357px;
}

.progressContainer {
	overflow: hidden;
	margin: 5px;
	padding: 4px;
	border: solid 1px #e8e8e8;
	background-color: #f7f7f7;
}


/* Message */

.message {
	overflow: hidden;
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #fd9;
	background-color: #ffc;
}


/* Error */

.red {
	border: solid 1px #b50000;
	background-color: #ffebeb;
}


/* Current */

.green {
	border: solid 1px #ddf0dd;
	background-color: #ebffeb;
}


/* Complete */

.blue {
	border: solid 1px #cee2f2;
	background-color: #f0f5ff;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	overflow: hidden;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	color: #555;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0;
	height: 2px;
	margin-top: 2px;
	background-color: blue;
}

.progressBarComplete {
	visibility: hidden;
	width: 100%;
	background-color: green;
}

.progressBarError {
	visibility: hidden;
	width: 100%;
	background-color: red;
}

.progressBarStatus {
	font-family: Arial;
	font-size: 7pt;
	width: 337px;
	margin-top: 2px;
	text-align: left;
	white-space: nowrap;
	color: #555;
}

a.progressCancel {
	font-size: 0;
	display: block;
	float: right;
	width: 14px;
	height: 14px;
	background-image: url(http://krysten-ritter.org/gallery/images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0;
}

a.progressCancel:hover {
	background-position: 0 0;
}

.swfupload {
	vertical-align: top;
}


/**styles for photo manager*/

table#pic_sort tr td {
	padding: 4px;
	border-bottom: 1px solid #ccc;
}


/** styles for album manager and photo album*/

table#album_sort tr td {
	padding: 3px;
	border-bottom: 1px solid #ccc;
}

table#album_sort tr td span.editAlbum {
	font-size: 10px;
	line-height: 100%;
	display: none;
	margin-left: 100px;
	cursor: pointer;
	text-decoration: underline;
	color: #f00;
}

.cpg_message_info,
.cpg_message_success,
.cpg_message_warning,
.cpg_message_error,
.cpg_message_validation {
	margin: 10px 0;
	padding: 15px 10px 15px 50px;
	border: 1px solid;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.cpg_message_info {
	color: #00529b;
	background-color: #bde5f8;
	background-image: url('../../images/message/info.png');
}

.cpg_message_success {
	color: #4f8a10;
	background-color: #dff2bf;
	background-image: url('../../images/message/ok.png');
}

.cpg_message_warning {
	color: #9f6000;
	background-color: #feefb3;
	background-image: url('../../images/message/warning.png');
}

.cpg_message_error {
	color: #d8000c;
	background-color: #ffbaba;
	background-image: url('../../images/message/stop.png');
}

.cpg_message_validation {
	color: #d63301;
	background-color: #ffccba;
	background-image: url('../../images/message/error.png');
}

.cpg_summary {
	font-size: .9em;
	float: right;
	width: 400px;
	margin: 10px 0;
	padding: 5px 10px 5px 10px;
	text-align: right;
	color: #ff2b9c;
	border: 1px solid;
	background-color: #ffdeef;
}

#GB_window {
	border: 5px solid #ccd7e0;
	background-color: #f2f5f7;
}

.external {
	padding-right: 10px;
	background: transparent url('../../images/link.gif') 100% 50% no-repeat;
}


/* 20.0 Responsive
-------------------------------------------------------------- */

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

.show-menu,
.main-navigation input[type=checkbox] {
	display: none;
}

.main-navigation input[type=checkbox]:checked~.rpv-menu {
	display: block;
}

@media (max-width: 954px) {
	.site-content {
		padding: 0 3%;
	}
	.top-bar {
		position: relative;
		margin: 0 0 26px 0;
		padding: 0;
	}
	.site-navigation {
		display: block;
		float: none;
		height: auto;
	}
	.show-menu {
		font-size: 14px;
		display: block;
		padding: 10px 3%;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #455258;
		border-bottom: 1px solid #952721;
	}
	.show-menu:before {
		font-family: FontAwesome;
		margin: 0 5px 0 0;
		content: '\f0c9';
	}
	.main-navigation,
	.main-navigation a {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation ul li,
	.main-navigation li a {
		width: 100%;
	}
	.main-navigation li {
		margin: 0;
		padding: 10px 3%;
		border-bottom: 1px solid #415054;
	}
	.main-navigation a:hover,
	.main-navigation a:focus {
		color: #415054;
		background: none;
		box-shadow: none;
	}
	.site-navigation .social-navigation {
		position: absolute;
		top: 10px;
		right: 3%;
	}
	.site-title {
		font-size: 26px;
		line-height: 1;
		position: absolute;
		top: 10px;
		right: 0;
		left: 0;
		display: table;
		float: none;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.site-header {
		display: none;
	}
	.site-footer {
		padding-right: 3%;
		padding-left: 3%;
	}
}

.thumbnail {
	max-width: 12vw!important;
	height: auto;
}

.thumb_title,
.thumb_caption,
.thumb_filename,
.thumb_num_comments {
	overflow: hidden;
	max-width: 12vw!important;
}

.strip_image {
	max-width: 10vw!important;
	height: auto;
}

#film {
	width: 100%!important;
}

#film .thumb a:link {
	width: 100%!important;
}

.tape {
	width: 100%!important;
	height: 100%!important;
	margin-left: 0!important;
}

.remove {
	display: none!important;
}

.display_media .image {
	max-width: 55vw!important;
	height: auto;
}

#picinfo {
	overflow: scroll;
	width: 100%!important;
}

@media (max-width: 739px) {
	body {
		line-height: 23px;
	}
	.site-title {
		font-size: 30px;
		line-height: 1;
		position: static;
		display: block;
		float: none;
		padding: 26px 10px;
		text-align: center;
		border-bottom: 1px solid #415054;
	}
	.cpg-navigation {
		margin: 0 0 23px 0;
	}
	.content-area {
		margin: 23px 0;
	}
	.image {
		margin: 2px;
	}
	.maintable {
		padding: 10px;
	}
	.tableb {
		padding: 5px;
	}
	.tablef {
		padding: 10px 5px;
	}
	.tableh1 {
		font-size: 27px;
	}
	.statlink {
		line-height: 23px;
	}
	.tableh2 {
		line-height: 21px;
		padding: 6px 5px;
	}
	.tableb p {
		padding: 5px 0 0 0;
	}
	.thumbnails {
		padding: 10px 3px;
	}
	.thumb_title_views,
	.thumb_caption_ctime {
		display: block;
		margin: 3px 0 0 0;
		padding: 0;
		color: #415054;
		background: none;
	}
	.thumb_caption_ctime {
		color: #415054;
		background: none;
	}
	.sortorder_cell {
		display: none;
	}
	.navmenu {
		font-size: 1.5vw!important;
	}
	.display_media {
		padding: 5px;
	}
	.thumb_caption_rating img,
	#comments img {
		max-width: 2vw!important;
		height: auto!important;
	}
	#comments #captchaImg img {
		max-width: 25vw!important;
		height: auto!important;
	}
	.comment_date {
		font-size: 1.4vw!important;
	}
	.navmenu img,
	.buttonlist img {
		max-width: 2.5vw!important;
		height: auto;
	}
	.buttonlist ul li a span {
		line-height: 2vw!important;
		height: 2vw!important;
	}
	.buttonlist ul li a {
		font-size: 1.5vw!important;
	}
}

@media (min-width: 620px) {
	#tabsMenu .navmenu a {
		display: block!important;
	}
	#tabsMenu .navmenu span {
		display: block!important;
	}
}

@media (max-width: 619px) {
	.navmenu {
		font-size: 2.5vw!important;
	}
	.display_media {
		padding: 0;
	}
	#tabsMenu .navmenu a {
		display: none!important;
	}
	#tabsMenu .navmenu span {
		display: block!important;
	}
	.tableb {
		padding: 1px 1px!important;
	}
	.buttonlist ul li a {
		font-size: 2vw!important;
	}
}

@media (max-width: 499px) {
	.tableh1 {
		font-size: 23px;
	}
}

@media (max-width: 1169px) and (min-width: 955px) {
	.site-content,
	.site-container {
		margin: 0 10px;
	}
}