/*
Theme Name: Wing
Theme URI: https://creativamotion.com/
Author: Creativa Motion
Author URI: https://creativamotion.com/
Description: Custom theme by Creativa Motion.
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: zabdielmaestre

creativamotion wordpress theme © 2018
creativamotion is distributed under the terms of the GNU GPL
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Proxima Nova";
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
	outline: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
}

@font-face {
	font-family: 'HelveticaNeueLTCom-Bd';
	src: url('fonts/HelveticaNeueLTCom-Bd.woff2') format('woff2'),
		url('fonts/HelveticaNeueLTCom-Bd.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLTCom-Roman';
	src: url('fonts/HelveticaNeueLTCom-Roman.woff2') format('woff2'),
		url('fonts/HelveticaNeueLTCom-Roman.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLTCom-Hv';
	src: url('fonts/HelveticaNeueLTCom-Hv.woff2') format('woff2'),
		url('fonts/HelveticaNeueLTCom-Hv.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLTCom-Blk';
	src: url('fonts/HelveticaNeueLTCom-Blk.woff2') format('woff2'),
		url('fonts/HelveticaNeueLTCom-Blk.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RockwellBold';
	src: url('fonts/RockwellBold.woff2') format('woff2'),
		url('fonts/RockwellBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rockwell-ExtraBold';
	src: url('fonts/Rockwell-ExtraBold.woff2') format('woff2'),
		url('fonts/Rockwell-ExtraBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaLTStd-BoldCond';
	src: url('fonts/HelveticaLTStd-BoldCond.woff2') format('woff2'),
		url('fonts/HelveticaLTStd-BoldCond.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.container {
	width: 100%;
	max-width: 1510px;
	margin: auto;
	padding: 0 30px;
	position: relative;
}

.cols {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: initial;
	padding: 0;
	margin: 0 -25px;
}

.cols.cols3-variation > div:nth-child(2) {
	flex-grow: 2;
}

.cols.cols3-variation > div:nth-child(3) {
	flex-grow: 0;
	opacity: 0;
	pointer-events: none;
}

.cols > div {
	flex-grow: 1;
	flex-basis: 0;
	position: relative;
	padding: 0 25px;
}

.cols2 > div {
	width: 50%;
}

.cols3 > div {
	width: 33.33%;
}

.cols4 > div {
	width: 25%;
}

.cols6 > div {
	width: 16.66%;

}

.page-template-about-php .cols6 > div {max-width: 16.66%;}

#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	background: #fff;
}

#elmenu {
	background: #FDBB2F;
	font-size: 0;
	position: relative;
}

#elmenu:before {
	content: '';
	position: absolute;
	height: 42px;
	left: 0;
	top: 100%;
	background: #fff;
	width: 100%;
	pointer-events: none;
}

#menu {
	display: inline-block;
	width: 63.5%;
	vertical-align: top;
}

#menu-menu-header {
	padding: 0 0 0 3.7%;
	white-space: nowrap;
}

#menu-menu-header > li {
	display: inline-block;
	margin-right: 10.6%;
	position: relative;
	vertical-align: top;
}

#menu-menu-header > li > a {
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	color: #000;
	display: block;
	line-height: 16px;
	padding: 22px 0;
	letter-spacing: 0.8px;
	position: relative;
	text-transform: uppercase;
}

#menu-menu-header > li > a:after {
	content: '';
	position: absolute;
	height: 7px;
	left: 0;
	right: 0;
	bottom: -7px;
	background: transparent;
	transition: all .2s ease-in-out;
	z-index: 11;
}

#menu-menu-header > li:hover > a:after,
#menu-menu-header > li.current_page_item > a:after {
	background: #2f2e2e;
}

#menu-menu-header > li.menu-item-has-children:hover ul.sub-menu,
#menu-menu-header > li.current_page_item ul.sub-menu {
	display: block;
}

#menu-menu-header > li.menu-item-has-children:hover ul.sub-menu {z-index: 10;}

ul.sub-menu {
	position: absolute;
	background-color: #FFF;
	padding: 15px 0 11px;
	margin-left: -10px;
	font-size: 0;
	display: none;
}

ul.sub-menu li {
	font-family: 'Proxima Nova', Arial;
	font-size: 12px;
	padding: 0px;
	border-bottom: none !important;
	display: inline-block;
}

ul.sub-menu li a {
	padding: 0px 10px;
	color: #000;
	text-decoration: none;
	border-left: 1px solid #000;
	font-size: 15px;
	letter-spacing: .5px;
}

ul.sub-menu li a.active {
	font-weight: 700;
}

ul.sub-menu li:first-child a {
	border: none;
}

#searchcustom {
	position: absolute;
	left: 30px;
	right: 30px;
	background: #fff;
	z-index: 1;
	top: 100%;
	padding: 5px 0;
	display: none;
}

#searchcustom:before {
	content: '';
	position: absolute;
	left: 0;
	height: 40px;
	width: 2px;
	background: #000;
	top: 50%;
	margin-top: -20px;
}

#searchcustom input {
	width: 100%;
	border: none;
	padding: 0 20px;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 60px;
	font-weight: normal;
	color: rgba(0, 0, 0, .3);
}

#content-body {
	padding-top: 290px;
	overflow: hidden;
	transition: all .4s ease-in-out;
}

#logopart {
	height: 180px;
	position: relative;
	transition: all .4s ease-in-out;
	overflow: hidden;
}

#menu-top-header {
	position: absolute;
	font-size: 0;
	top: 30px;
	right: 130px;
}

#menu-top-header li {
	display: inline-block;
	padding-left: 60px;
}

#menu-top-header li a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
}

#menu-top-header li a:hover {
	text-decoration: underline;
}

#logo {
	display: inline-block;
	padding: 25px 0 0;
}

#search {
	display: inline-block;
	height: 60px;
	vertical-align: top;
	line-height: 60px;
	cursor: pointer;
	width: 3%;
}

#search img {
	vertical-align: middle;
}

#selectlang {
	display: inline-block;
	vertical-align: top;
	height: 60px;
	padding: 11px 0;
	width: 12.65%;
	margin-left: 2.5%;
}

#selectlang select {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 0px;
	height: 37px;
	width: 100%;
	font-size: 16px;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 300;
	padding: 0 7px;
}

#buy-header {
	background-color: #FA0700;
	color: #FFF;
	display: inline-block;
	padding: 0;
	height: 60px;
	line-height: 52px;
	text-align: center;
	font-weight: 800;
	width: 12.2%;
	font-size: 16px;
	text-decoration: none;
	vertical-align: top;
	margin: 0 0 0 1%;
	border: 4px solid #FA0700;
	transition: all .2s ease-in-out;
	letter-spacing: 1px;
}

#buy-header:hover {
	color: #FA0700;
	background: #fff;
}

#calendar-header {
	display: inline-block;
	vertical-align: top;
	width: 5.1%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	position: relative;
}

#calendar-header:after{
	content: '';
	position: absolute;
	height: 7px;
	right: -1px;
	bottom: -7px;
	background: transparent;
	transition: all .2s ease-in-out;
	z-index: 1;
	left: 0;
}

#calendar-header:hover:after, body.page-template-calendar #calendar-header:after {
	background: rgb(47, 46, 46);;
}

#calendar-header img {
	vertical-align: middle;
}

#prefooter h3 {
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	background: #606163;
	height: 50px;
	line-height: 50px;
	color: #fff;
	letter-spacing: 1.3px;
}

#prefooter h3 a {
	background: #FA0700;
	display: block;
	color: #fff;
	text-decoration: none;
	border: 4px solid #FA0700;
	height: 50px;
	line-height: 42px;
	transition: all .2s ease-in-out;
}

#prefooter h3 a:hover {
	background: #fff;
	color: #FA0700;
}

#prefooter .menu li a {
	display: block;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: 0.3px;
}

#prefooter .menu {
	margin-top: 10px;
}

#prefooter .menu li a:hover {
	text-decoration: underline;
}

#prefooter .cols.cols4 {
	margin-bottom: 35px;
}

.mid-li {
	font-size: 0;
	margin: 0 -15px;
}

.mid-li li {
	width: 50%;
	vertical-align: top;
	display: inline-block;
	padding: 0 15px;
}

#prefooter p {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.3px;
}

#prefooter p.separatop {
	margin-top: 25px;
}

#prefooter p strong {
	font-weight: 700;
	letter-spacing: 0.5px;
}

#prefooter p a {
	color: #000;
	text-decoration: none;
}

#rs-footer {
	font-size: 0;
	position: absolute;
	left: 25px;
	bottom: 0;
}

#rs-footer li {
	display: inline-block;
	line-height: 0;
	margin-right: 15px;
}

#rs-footer li a {
	display: block;
	transition: all .2s ease-in-out;
}

#rs-footer li a:hover {
	opacity: .8;
}

#copy-links {
	text-align: right;
	font-size: 0;
	padding-top: 20px;
}

.content-center-copy {
	min-width: 460px;
	padding-top: 20px !important; }

#copy-links li {
	margin-left: 25px;
	display: inline-block;
}

#copy-links li a, #copy p {
	font-size: 11px;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	line-height: 11px;
}

#copy-links li a {line-height: 1.4em;}

img.alignright {
	float: right;
	margin-left: 25px;
}

#copy-links li a:hover {
	text-decoration: underline;
}

#copy {
	margin-top: 23px;
	background: #FDBB2F;
	padding-top: 15px;
	padding-bottom: 11px;
	z-index: 10000;
	position: relative;
}
.content-left-copy p {padding-top: 23px;}

#logo-footer {
	line-height: 0;
}

#widget-form {
	border: 1px solid #606163;
	padding: 20px;
}

#widget-form h4 {
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	background: #606163;
	height: 50px;
	line-height: 1.3;
	color: #fff;
	letter-spacing: 1.3px;
	margin: -21px -21px 30px;
	padding: 5px 0;
}

#widget-form .wpcf7-form input:not([type="submit"]) {
	width: 100%;
	border: none;
	border-left: 1px solid;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 24px;
	font-weight: 300;
	padding: 0 10px;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, .3);
}

#widget-form .wpcf7-form input[type="submit"] {
	width: 182px;
	height: 35px;
	border: 1px solid;
	background: none;
	border-radius: 0;
	-webkit-appearance: none;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 800;
	font-family: 'Proxima Nova';
	cursor: pointer;
	transition: all .2s ease-in-out;
}

#widget-form .wpcf7-form input[type="submit"]:hover {
	background: #000;
	color: #fff;
}

#widget-form .wpcf7-form p {
	line-height: normal;
	margin-top: 25px;
}


#widget-form .wpcf7-form .wpcf7-form-control-wrap {
	display: block;
}

#slider {
	margin-bottom: 50px;
}

.slide {
	height: 650px;
	padding: 20px;
	background-size: cover!important;
	background-position: center!important;
	position: relative;
}

.slide > div {
	height: 100%;
	padding: 20px;
	max-width: 430px;
	background: rgba(35, 112, 144, 0.85);
	position: relative;
	transition: all .2s ease;
}

.page-template-single-exhibit .slide > div,
.home .slide > div {
	background: transparent;
	border: 1px solid #fff;
}

.page-template-single-exhibit .slide > div.blue-back:hover,
.home .slide > div:hover{
	background: rgba(35, 112, 144, 0.85);
}

.page-template-single-exhibit .slide > div.yellow-back:hover,
.home .slide > div.yellow-back:hover{
	background: rgba(253, 187, 47, 0.85);
}

.page-template-single-exhibit .slide > div.green-back:hover,
.home .slide > div.green-back:hover{
	background: rgba(184, 204, 31, 0.85);
}

.page-template-single-exhibit .slide > div.red-back:hover,
.home .slide > div.red-back:hover{
	background: rgba(250, 7, 7, 0.85);
}

.slide > div h2 {
	font-family: 'Rockwell-ExtraBold';
	/*font-size: 65px;*/
	font-size: 50px;
	color: #fff;
	margin-bottom: 15px;
}

.slide > div p {
	font-family: 'Rockwell-ExtraBold';
	font-size: 30px;
	color: #fff;
	line-height: 34px;
	margin-bottom: 15px;
}

.slide > div span {
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	padding: 50px 0;
}

.slide > div a.btn-slide {
	position: absolute;
	bottom: 0;
	width: 300px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	text-decoration: none;
	font-weight: 800;
	color: #fff;
	letter-spacing: 3px;
	background: #FA0700;
	transition: all .2s ease-in-out;
}

#bannertoptext .double-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 60px;
	text-align: center;
}

#bannertoptext .slide > div a.btn-slide {
	position: relative;
	display: inline-block;
	width: 160px;
	left: initial;
	transform: initial;
}

#bannertoptext .slide > div a.btn-slide + a.btn-slide {
	margin-left: 15px;
}

.slide > div a.btn-slide:hover {
	background: #fff;
	color: #FA0700;
}

.box {
	padding: 40px;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.box:before, .irregular-box:before,
.full-hcol:before, .mid-hcol:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: transparent;
	border: 1px solid #fff;
	z-index: 0;
	transition: all .2s ease-in-out;
}

.mid-hcol.letter-content:before {
	background: #fdbb2f;
	border: none;
}

#section-box {
	margin-bottom: 50px;
}

.box-red {
	background: #B71D19;
}

.box-red:hover:before {
	background: #FA0700;
}

.box-red a.std-button:hover {
	color: #FA0700;
	background: #fff;
}

.page-template-exhibits .item.box-red {
	background: #B71D19 !important;
}

.page-template-exhibits .item.box-red:before {
	background: #FA0700 !important;
	content: ' ';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: transparent;
	z-index: 0;
	color: #B71D19;
	font-family: 'Rockwell-ExtraBold';
	font-size: 260px;
	line-height: 160px;
	transition: all .2s ease-in-out;
}

.page-template-exhibits .item.box-red:after{
	color: #B71D19;
	font-family: 'Rockwell-ExtraBold';
	font-size: 260px;
	line-height: 160px;
	content: ' ';
	position: absolute;
	top: 20px;
	left: 5px;
}


.box-blue {
	background: #00909C;
}

.box-blue:hover:before {
	background: #15C3CB;
}

.box-blue a.std-button:hover {
	color: #15C3CB;
	background: #fff;
}

.box-green {
	background: #648931;
}


.content-tab .item.green-bg {
	background: #648931!important;
}

.content-tab .item.orange-bg {
	background: #C76008!important;
}

.content-tab .item.blue-bg {
	background: #00909c!important;
}

.content-tab .item.red-bg {
	background: #B71D19!important;
}

.content-tab .item.green-bg:before,
.content-tab .item.orange-bg:before,
.content-tab .item.red-bg:before,
.content-tab .item.blue-bg:before {
	background: #B8CC1F !important;
	content: ' ';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: transparent;
	z-index: 0;
	transition: all .2s ease-in-out;
}

.content-tab .item.orange-bg:before {
	background: #fdbb2f !important;
}

.content-tab .item.blue-bg:before {
	background: #15c3cb !important;
}

.content-tab .item.red-bg:before {
	background: #FA0700 !important;
}

.content-tab .item.green-bg:after,
.content-tab .item.orange-bg:after,
.content-tab .item.red-bg:after,
.content-tab .item.blue-bg:after {
	color: #648931;
	font-family: 'Rockwell-ExtraBold';
	font-size: 170px;
	line-height: 160px;
	content: attr(firstlet);
	position: absolute;
	top: 20px;
	left: 20px;
}

.content-tab .item.orange-bg:after {
	color: #C76008;
}

.content-tab .item.blue-bg:after {
	color: #00909c;
}

.content-tab .item.red-bg:after {
	color: #B71D19;
}






.page-template-exhibits .item.box-green {
	background: #648931 !important;
}

.page-template-exhibits .item.box-green:before {
	background: #B8CC1F !important;
	content: ' ';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: transparent;
	z-index: 0;
	transition: all .2s ease-in-out;
}

.page-template-exhibits .item.box-green:after{
	color: #648931;
	font-family: 'Rockwell-ExtraBold';
	font-size: 260px;
	line-height: 160px;
	content: ' ';
	position: absolute;
	top: 20px;
	left: 5px;
}

.box-green:hover:before {
	background: #B8CC1F;
}

.box-green a.std-button:hover {
	color: #B8CC1F;
	background: #fff;
}

.box :nth-child(n),
.irregular-box :nth-child(n),
.full-hcol :nth-child(n), .mid-hcol :nth-child(n) {
	position: relative;
	z-index: 1;
}

.box h3 {
	font-family: 'Rockwell-ExtraBold';
	font-size: 70px;
	color: #fff;
	margin-bottom: 6px;
} 

.box h3 span {
	display: block;
	font-family: 'Proxima Nova';
	font-size: 20px;
	font-weight: 600;
	line-height: 16px;
	color: #fff;
	margin-bottom: -5px;
	letter-spacing: 2px;
} 

.box p {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0.5px;
	height: 84px;
	margin-bottom: 13px;
	overflow: hidden;
}

.std-button {
	width: 182px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-weight: 800;
	font-size: 16px;
	text-decoration: none;
	transition: all .2s ease-in-out;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

.irregular-box {
	height: 100%;
	position: relative;
	padding: 40px;
	background: #C76008;
}

.content-videos {
	width: calc(100% + 100px);
	margin-left: -50px;
	font-size: 0;
}

.content-videos iframe {
	height: 522px;
	width: 100%;
}

#slider-videos {
	margin-bottom: 50px;
}

.irregular-box h3 {
	font-family: 'Rockwell-ExtraBold';
	font-size: 70px;
	color: #fff;
	margin-bottom: 20px;
}

#pag-videoslides > span {
	font-size: 18px;
	display: none;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.nav-dots {
	font-size: 0;
	margin-bottom: 20px;
	display:none;
}

.nav-dots i {
	width: 13px;
	height: 13px;
	display: inline-block;
	border-radius: 13px;
	border: 2px solid #fff;
	margin-right: 10px;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.nav-dots i.active, .nav-dots i:hover {
	background: #fff;
}

.irregular-box a.std-button {
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.irregular-box:hover:before {
	background: #FA9203;
}

.irregular-box a.std-button:hover {
	color: #FA9203;
	background: #fff;
}

#footer {
	padding-top: 50px;
}

.full-hcol {
	height: 897px;
	background: #f0f0f0;
}

.mid-hcol {
	height: 522px;
	background: #f0f0f0;
}

.mid-hcol + .mid-hcol {
	margin-top: 50px;
	height: 325px;
}

#big-blockslides {
	margin-bottom: 50px;
}

.full-hcol, .mid-hcol {
	background-size: cover!important;
	background-position: center!important;
	padding: 40px;
	position: relative;
	font-size: 0;
}

.full-hcol h3, .mid-hcol h3 {
	font-family: 'Rockwell-ExtraBold';
	font-size: 50px;
	color: #fff;
	margin-bottom: 20px;
}

.full-hcol h3 span, .mid-hcol h3 span {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: block;
	line-height: 16px;
	font-family: 'Proxima Nova', sans-serif;
	letter-spacing: 1.5px;
}

.full-hcol h4 {
	font-family: 'Rockwell-ExtraBold';
	font-size: 30px;
	color: #fff;
}

.full-hcol h6, .mid-hcol h6 {
	font-weight: 700;
	letter-spacing: .5px;
	color: #fff;
	line-height: 1.5;
	font-size: 18px;
}

.mid-hcol h3 {
	margin-bottom: 50px;
}

.mid-hcol + .mid-hcol h3 {
	margin-bottom: 15px;
}

.mid-hcol p {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .5px;
	line-height: 1.3;
	color: #fff;
}

.full-hcol h6 {
	padding: 90px 0;
}

.foot-text {
	position: absolute!important;
	bottom: 40px;
	left: 40px;
	font-size: 0;
	right: 40px;
}

.mid-hcol + .mid-hcol h6 {
	margin-top: 22px;
}

.mid-hcol + .mid-hcol h6.newstyle {
	font-size: 30px;
	font-family: 'Rockwell-ExtraBold';
	line-height: 34px;
}

.green-bg {
	background: #648931;
}

.green-bg:before {
	background-color: #B8CC1F;
}

.green-bg:after {
	content: 'W';
	position: absolute;
	/*background: url(images/w.png); */
	/*font-size: 0;
	top: 20px; */
	z-index: 0;
	line-height: 0;
	/*right: 20px;
	left: 21px;
	bottom: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center; */
	font-size: 430px;
	top: -64px;
	right: 0;
	font-family: 'Rockwell-ExtraBold', Arial;
	color: #648931;
	line-height: 1em;
}

.violet-bg:hover:before {
	background: rgba(121, 10, 112, 0.8);
}

.green1-bg:hover:before {
	background: rgba(184, 204, 31, 1);
}

.white-bg:hover:before {
	background: rgba(255, 255, 255, 0.9) !important;
}

.slide-donate .full-hcol.violet-bg.height-m:after {
	content: 'M';
	position: absolute;
	/*background: url(images/w.png); */
	/*font-size: 0;
	top: 20px; */
	z-index: 0;
	line-height: 0;
	/*right: 20px;
	left: 21px;
	bottom: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center; */
	font-size: 350px;
	top: -49px;
	right: 0;
	font-family: 'Rockwell-ExtraBold', Arial;
	color: #790A70;
	line-height: 1em;
}

.violet-bg a.std-button:hover {
	color: rgba(121, 10, 112, 1);
	background: #fff;
}

.blue-bg:hover:before {
	background: rgba(17, 213, 221, .9);
}

.blue1-bg:hover:before {
	background: rgba(253, 187,47, .9);
}

.blue-bg a.std-button:hover {
	color: #11D5DD;
	background: #fff;
}

.greenb-bg:hover:before {
	background: rgba(160, 205, 99, .9);
}

.greenb-bg a.std-button:hover {
	color: #A0CD63;
	background: #fff;
}

.orange-bg:hover:before {
	background: rgba(250, 146, 3, 0.85);
}

.red-bg:hover:before {
	background: rgba(250, 7, 0, 0.85);
}

.orange-bg a.std-button:hover {
	color: rgba(250, 146, 3, 1);
	background: #fff;
}

.red-bg a.std-button:hover {
	color: #FA0700;
	background: #fff;
}

.green-bg a.std-button:hover {
	color: #B8CC1F;
	background: #fff;
}

#logo-text {
	font-size: 28px;
	text-decoration: none;
	color: #000;
	letter-spacing: 0.8px;
	line-height: 28px;
	position: relative;
	display: block;
	top: 48px;
	opacity: 0;
	pointer-events: none;
	transition: all .4s ease-in-out;
}

#logo-text strong {
	font-weight: 800;
}

.scrollpage #logo-text {
	opacity: 1;
	pointer-events: auto;
}

.scrollpage #logopart {
	height: 94px;
}

.scrollpage + #content-body {
	padding-top: 204px;
} 

#calendar {
	font-size: 0;
	margin-bottom: 50px;
}

#calendar > div {
	width: 325px;
	margin-right: 50px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}

#calendar > div:first-child {
	position: absolute;}
#calendar > div:last-child {
	width: calc(100% - 375px);
	margin: 0;
	margin-left: 375px;
}

.cols2-normal {
	font-size: 0;
	margin: 0 -25px;
}

.cols2-normal > div {
	font-size: 16px;
	display: inline-block;
	padding: 0 25px;
	width: 66.67%;
	vertical-align: top;
}

.cols2-normal > div:last-child {
	width: 33.33%;
}

.single-mep_events.postid-676 .cols2-normal > div:nth-child(2) {
	width: 33.33%;
}

.ui-datepicker-title {
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 24px;
	padding: 0;
	height: 46px;
	line-height: 46px;
	position: relative;
}

a.ui-corner-all {
	position: absolute;
	padding: 5px 10px;
	color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 0;
}

.ui-datepicker-header {
	position: relative;
}

a.ui-datepicker-prev.ui-corner-all {
	background-image: url(images/arrow-left.png);
	left: 0;
	z-index: 1;
	height: 46px;
	width: 46px;
}

a.ui-datepicker-next.ui-corner-all {
	background-image: url(images/arrow-right.png);
	right: 0;
	z-index: 1;
	height: 46px;
	width: 46px;
}

table.ui-datepicker-calendar {
	width: 100%;
	text-align: center;
	border: 1px solid #000;
	border-top: none;
	font-size: 18px;
	font-weight: 800;
}

table.ui-datepicker-calendar thead th span {
	color: rgba(0,0,0,.4);
}

table.ui-datepicker-calendar tbody tr {
	border-top: 1px solid #000;
}

table.ui-datepicker-calendar tbody td a {
	text-decoration: none;
	color: #000;
	transition: all .2s ease-in-out;
}

table.ui-datepicker-calendar tbody td a:hover {
	color: #fff;
	background: #FA0700;
}

table.ui-datepicker-calendar thead th span,
table.ui-datepicker-calendar tbody td a {
	height: 46px;
	display: block;
	line-height: 46px;
}

#datepicker, #widget-search, #widget-filter {
	margin-bottom: 50px;
}

#widget-search h4, #widget-filter h4 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	letter-spacing: .5px;
	padding-bottom: 5px;
}

.big-btn {
	background: #FA0700;
	display: block;
	color: #fff;
	text-decoration: none;
	border: 4px solid #FA0700;
	height: 60px;
	line-height: 52px;
	transition: all .2s ease-in-out;
	text-align: center;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 1px;
}

.big-btn:hover {
	background: #fff;
	color: #FA0700;
}

#elfilter li {
	margin-bottom: 9px;
}

#elfilter li:last-child {
	margin: 0;
}

#elfilter li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding: 7px 0 6px 39px;
}

#elfilter li a:before {
	position: absolute;
	content: '';
	width: 27px;
	height: 27px;
	border: 1px solid #000;
	background: #fff;
	border-radius: 100%;
	left: 0;
	top: 0;
	transition: all .2s ease-in-out;
}

#elfilter li a.active:before,
#elfilter li a:hover:before {
	background: #000;
}

#widget-search input {
	height: 52px;
	width: 100%;
	border: 1px solid #000;
	padding: 0 15px;
	font-size: 30px;
	font-family: 'Proxima Nova';
	color: rgba(0, 0, 0, .3);
	letter-spacing: 0.5px;
	padding-right: 56px;
	background: url(images/search.png) no-repeat;
	background-position: calc(100% - 15px) center;
}

#top-dates {
	font-size: 0;
	margin: -6px -80px 50px;
	background: url(images/arrow.png) no-repeat center center;
	display: inline-block;
}

#top-dates li {
	font-size: 0;
	display: inline-block;
	padding: 0 100px;
}

#top-dates li b {
	font-family: 'Rockwell-ExtraBold';
	font-size: 120px;
	letter-spacing: -4px;
	display: inline-block;
	vertical-align: middle;
	line-height: 0.75;
	color: #2F2E2E;
}

#top-dates li div {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
}

#top-dates li p {
	font-size: 40px;
	font-weight: lighter;
	line-height: 40px;
	color: #2F2E2E;
	text-transform: uppercase;
}

.header-tab, .header-s {
	font-family: 'RockwellBold';
	color: #2F2E2E;
	font-size: 75px;
	cursor: pointer;
	line-height: 0.9;
	margin-bottom: 50px;
	background: url(images/plus.png) no-repeat right center;
	transition: all .2s ease-in-out;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.header-s {
	background: none;
}

.header-tab.open {
	background: url(images/minus.png) no-repeat right center;
}

.content-tab {
	display: none;
	padding-bottom: 100px;
}

.separator50, .separator20, .separator15 {
	display: block;
	height: 50px;
	width: 100%;
}

.separator20 {
	height: 20px;
}

.separator15 {
	height: 15px;
}

.especialseparator75 {
	height: 75px;
}

.height-a {
	height: 522px;
}

.height-b {
	height: 650px;
}

.height-c {
	height: 398px;
}

.height-d {
	height: 435px;
}

.height-e {
	height: 262px;
}

.height-f {
	height: 325px;
}

.height-g {
	height: 348px;
}

.height-h {
	height: 897px;
}

.height-i {
	height: 410px;
}

.height-j {
	height: 498px;
}

.height-k {
	height: 292px;
}

.height-l {
	height: 400px;
}

.height-m {
	height: 275px;
}

.content-tab .item {
	background-size: cover!important;
	background-position: center!important;
	background-color: #f0f0f0!important;
	position: relative;
	padding: 20px;
}

.content-item {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background: rgba(255, 255, 255, 0.9);
	padding: 20px;
	border: 1px solid #f0f0f0;
	transition: all .2s ease-in-out;
}

.content-item:hover {
	background: rgba(25, 231, 240, 0.95);
	border-color: rgba(25, 231, 240, 0.95);
}

div[firstlet] .content-item:hover {
	background: #ececec!important;
}

.page-template-visit .content-item:hover,
.page-template-calendar .content-item:hover,
.page-template-exhibits .content-item:hover {
	background: rgba(253, 187, 47, 0.95);
	border-color: rgba(253, 187, 47, 0.95);
}

.content-item.no-full {
	right: initial;
	width: 100%;
	max-width: 285px;
	/* top: 20px; */
}

.content-item.no-full.sticky-bottom {
	top: initial;
}

.content-item h3 {
	font-family: 'Rockwell-ExtraBold';
	font-size: 30px;
	color: #2F2E2E;
	word-break: break-word;
}

.content-item h5 {
	font-family: 'RockwellBold';
	font-size: 20px;
	color: #2F2E2E;
	letter-spacing: 0.6px;
	margin-top: 5px;
}

.content-item p {
	font-size: 16px;
	font-weight: 700;
	color: #2F2E2E;
	line-height: 1.3;
	letter-spacing: 0.5px;
	padding: 20px 0;
}

.content-item a.std-button,
.content-item .std-button {
	color: #2F2E2E;
	border-color:#2F2E2E;
	overflow: hidden;
}

.page-template-exhibits .content-item a.std-button,
.page-template-exhibits .content-item .std-button { max-width: 100%;}

.content-item p.text-gral {
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 23px;
	letter-spacing: .43px;
	line-height: 1.2;
}

.content-item p.text-gral.fix {
	padding: 20px 0 0;
}

.content-item span.tag {
	font-size: 12px;
	font-weight: 600;
	color: #2F2E2E;
	display: block;
	line-height: 16px;
	letter-spacing: 0.5px;
}

.xircle {
	width: 325px;
	height: 325px;
	border: 20px solid #D915CA;
	border-radius: 100%;
}

.xircle a {
	display: block;
	border: 1px solid #fff;
	height: 100%;
	padding: 74px 45px;
	border-radius: 100%;
	text-decoration: none;
	background: #790A70;
	transition: all .2s ease-in-out;
}

.xircle a:hover {
	background: #D915CA;
}

.xircle h4 {
	font-size: 40px;
	font-family: 'Rockwell-ExtraBold';
	margin-bottom: 10px;
	color: #fff;
}

.xircle p {
	font-size: 16px!important;
	font-weight: 600;
	color: #fff;
	letter-spacing: .5px;
}

.xircle.orange a {
	padding: 85px 38px;
	background: #C76008;
}

.xircle.orange a:hover {
	background: #FDBB2F;
}

.xircle.blue {
	border-color: #15c3cb;
}

.xircle.blue a {
	background: #00909c;
}

.xircle.blue a:hover {
	background: #15c3cb;
}

.xircle.orange h4 {
	font-size: 36px;
	line-height: 40px;
}

.xircle-min.xircle h4 {
	line-height: 1!important;
}

.xircle.xircle-min.red a {
	padding: 58px 45px;
}

.xircle.orange {
	border-color: #FDBB2F;
}

.xircle.red {
	border-color: #B71D19;
}

.xircle.red a {
	background: #FA0700;
}

.xircle.red:hover a {
	background: #B71D19;
}

.xircle.green {
	border-color: #B8CC1F;
}

.xircle.green a {
	background: #648931;
	padding: 97px 25px;
}

.xircle.green:hover a {
	background: #B8CC1F;
}

.xircle.green h4 {
	font-size: 30px;
}

.dp-highlight {
	background: #FA0700 !important;
	color: #FFF !important;
}

.dp-highlight a {
	color: #FFF !important;
}

#bannertop,
#bannertoptext {
	margin-bottom: 50px;
}

#bannertop .slide > div h2,
#bannertoptext .slide > div h2,
.bannertoptext .slide > div h2 {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 50px;
	font-weight: lighter;
	padding: 0 0 0 38px;
	position: relative;
}

#bannertoptext .slide > div h2,
.bannertoptext .slide > div h2 {
	font-family: 'Rockwell-ExtraBold';
	padding: 0;
}

.page-template-education .bannertoptext .slide > div h2 {
	font-size: 42px;
}

#bannertop .slide > div h2:before {
	content: '“';
	position: absolute;
	font-size: 100px;
	color: #fff;
	left: 0;
	top: 0;
	line-height: 0.88;
	height: 33px;
}

#bannertop .slide > div h2:after {
	content: '”';
	position: relative;
	font-size: 100px;
	color: rgb(255, 255, 255);
	top: 44px;
	line-height: 0;
	height: 33px;
	display: inline-block;
}

#bannertop .slide > div p,
#bannertoptext .slide > div p,
.bannertoptext .slide > div p {
	font-family: 'Proxima Nova', sans-serif;
	margin: 0;
	padding: 0 0 0 38px;
	font-size: 18px;
	font-weight: normal;
}

#bannertoptext .slide > div p,
.bannertoptext .slide > div p {
	padding: 0;
	line-height: 1.3;
	font-size: 16px;
	margin-bottom: 15px;
}

#bannertop .slide > div {
	background: rgba(183, 29, 25, 0.9);
}

#bannertoptext.green .slide > div,
.bannertoptext.green .slide > div {
	background: rgba(184, 204, 31, .9);
}

#three-cols-x {
	font-size: 0;
}

#three-cols-x li:first-child {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 22.45%;
	margin-right: 50px;
}

#three-cols-x li:nth-child(2) {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 75px;
	margin-right: 50px;
}

#three-cols-x li:last-child {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: calc(77.55% - 175px);
}

#mid-arrow {
	height: 325px;
	line-height: 325px;
	display: block;
	text-align: center;
}

#mid-arrow img {
	vertical-align: middle;
}

#content-three-fix {
	font-size: 0;
	padding: 0 .5px;
}

#content-three-fix > div {
	font-size: 16px;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

#content-three-fix > div > div {
	padding: 20px;
	height: 278px;
	overflow: hidden;
	border: 1px solid #2F2E2E;
	color: #2F2E2E;
	margin: 0 -0.5px 20px;
}

#content-three-fix > div > div h5 {
	font-size: 30px;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 8px;
}

#content-three-fix > div > div table {
	width: 100%;
	text-align: left;
	line-height: 1.4;
}

#content-three-fix > div > div table td {
	width: 50%;
	font-size: 18px;
}

#content-three-fix > div > div table p {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.3px;
}

#content-three-fix > div > div table b,
#content-three-fix > div > div.second table strong{
	font-weight: 700;
}

#content-three-fix > div > div table b {
	display: block;
	font-size: 18px;
}

#content-three-fix > div > div.second table p {
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.3px;
	margin-bottom: 11px;
}

#content-three-fix > div > div.second table tr td:last-child p {
	margin: 0;
	line-height: 1.6;
}

#content-three-fix > div > div.second table p.mini-text {
	font-size: 11px;
}

#content-three-fix > div > div.second table td {
	width: auto;
	font-size: 16px;
}

#content-three-fix > div > div.second table td:first-child {
	width: 33%;
	padding-right: 10px;
}

#content-three-fix a.std-button {
	border: 1px solid #2f2e2e;
	color: #2f2e2e;
	margin: 0 -.5px;
	width: calc(50% + 1px);
}

#content-three-fix a.std-button:hover {
	background: #000;
	color: #fff;
}

.bannerint {
	margin-bottom: 50px;
}

.bannerint .slide > div h2 {
	font-size: 50px;
}

.bannerint .slide > div p {
	font-size: 16px;
	font-family: 'Proxima Nova';
	line-height: 1.3;
}

.bannerint .slide > div p b {
	font-weight: 700;
}

.texts-std p {
	line-height: 1.5;
	margin-bottom: 15px;
	color: #2F2E2E;
	letter-spacing: .3px;
	font-size: 16px;
}

.texts-std h4 {
	font-size: 40px;
	font-weight: lighter;
	line-height: 1.2;
	margin-bottom: 15px;
}

.texts-std b {
	font-weight: 700;
	display: block;
}

.texts-std strong {
	font-weight: 700;
}

.g-map {
	height: 395px;
	background: #f0f0f0;
	border: 1px solid #e5e5e5;
}

.g-map iframe {
	width: 100%;
	height: 100%;
}

.box-grey {
	height: 532px;
	background: rgba(96, 97, 99, 0.9);
	padding: 40px;
	position: relative;
}

.box-grey:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 1px solid #fff;
}

.box-grey :nth-child(n) {
	position: relative;
	z-index: 1;
}

.full-bg-figure {
	position: absolute;
	left: 25px;
	top: 0;
	right: 25px;
	bottom: 0;
	background-size: cover!important;
	background-position: center!important;
}

.box-grey p {
	line-height: 1.35;
	margin-bottom: 14px;
	color: #fff;
	letter-spacing: .3px;
}

.box-grey p b {
	font-weight: bold;
}

.box-grey h4 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 16px;
}

.box-grey .std-button:hover {
	background: #fff;
	color: rgba(96, 97, 99, 0.9);
}

.content-tab:last-child {
	padding-bottom: 50px;
}

.cols3-normal {
	font-size: 0;
	margin: 0 -25px;
}

.cols3-normal > div:nth-child(1),
.cols3-normal > div:nth-child(2),
.cols3-normal > div:nth-child(3) {
	font-size: 16px;
	display: inline-block;
	padding: 0 25px;
	width: 25%;
	vertical-align: top;
}

.cols3-normal > div:nth-child(3) {
	width: 50%;
}

.header-tab.no-bg {
	background: none!important;
}

.content-fixed {
	display: block;
}

.header-tab-no-bg {
	font-family: 'RockwellBold';
	color: #2F2E2E;
	font-size: 75px;
	cursor: pointer;
	line-height: 0.75;
	margin-bottom: 50px;
}

.fig-detail {
	height: 522px;
	width: 100%;
	background-size: cover!important;
	background-position: center!important;
}

.text-detail h2 {
	font-family: 'Rockwell-ExtraBold';
	font-size: 50px;
	margin-bottom: 20px;
}

.text-detail h5 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .5px;
	margin-bottom: 5px;
	line-height: 24px;
}

.text-detail p {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.text-detail p a {
	color: #2F2E2E;
	text-decoration: none;
}

.text-detail p a:hover {
	text-decoration: underline;
}

.text-detail .std-button {
	color: #2F2E2E;
	border-color: #2F2E2E;
}

.text-detail .std-button:hover {
	color: #fff;
	background: #2F2E2E;
}

.text-general p, .text-general ol li {
	font-size: 20px;
	letter-spacing: .5px;
	line-height: 1.2;
}

.text-general ol li { 
	list-style: decimal;
	list-style-position: inside;
	font-size: 20px;
}

.text-general.text-general-fix p,
.text-general.text-general-fix ol li {
	font-size: 18px;
}

.text-general h4 {
	font-size: 40px;
	font-weight: lighter;
	line-height: 1.2;
	margin-bottom: 15px;
}

.text-general h5 {
	font-size: 30px;
	font-weight: lighter;
	line-height: 1.2;
}

.text-general h4 b {
	font-weight: 700;
}

.text-general p b, .text-general p strong {
	font-weight: 600;
}

.text-general p b a {
	font-size: 18px;
}

.text-general p b a:hover {
	color: #B71D19;
}

.text-general p small {
	font-size: 12px;
	font-style: italic;
}

.text-general p.margin-small {
	line-height: 0.9;
	margin-top: 15px;
	letter-spacing: 0.1px
}

.text-general ul {
	list-style: disc;
	list-style-position: outside;
}

.text-general ul li {
	line-height: 1.5;
	font-size: 20px;
}

.text-general .mini-ul p {
	font-size: 16px;
}

.text-general a {
	color: #0000EE;
	font-weight: 600;
	text-decoration: none;
}

.text-general ul.mini-ul li {
	margin-bottom: 15px;
	font-size: 16px;
}

.text-general .std-button {
	color: #000;
	border-color: #000;
	width: 100%;
	max-width: 200px;
	letter-spacing: 1px;
}

.text-general .std-button:hover {
	background: #000;
	color: #fff;
}

.margin-p p {
	margin-bottom: 15px;
}

.intern-content,
.intern-content-mix {
	font-size: 0;
	padding: 10px;
	background: #d4e558;
	display: table;
	width: 100%;
	display: none;
	border: 1px solid #fff;
	border-top: none;
}

.intern-tabs.color-orange .intern-content {
	background: #fb9203;
}

.intern-content-mix {
	background-color: #fb9203;
	padding: 0px 20px 20px;
	margin-top: -71px;
}

.intern-content > div {
	padding: 10px;
	display: table-cell;
	width: 27%;
	font-size: 16px;
	vertical-align: top;
	height: 100%;
	position: relative;
}

.intern-content > div:last-child {
	width: 73%;
}

.intern-tabs.color-orange > h3 {
	position: relative;
	z-index: 1;
}

.btns-col-bot {
	font-size: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
}

.btns-col-bot a.std-button {
	display: inline-block;
	width: calc(50% - 20px);
	margin: 0 10px;
}

.intern-tabs {
	padding: 20px;
	background: #658931;
	margin-bottom: 20px;
}

.intern-tabs.color-orange {
	background: #c96005;
}

.intern-tabs > h3 {
	padding: 20px;
	font-size: 30px;
	color: #fff;
	font-family: 'RockwellBold';
	letter-spacing: 1.5px;
	border: 1px solid #fff;
	cursor: pointer;
	background: url(images/plus-white.png) no-repeat right center;
	background-color: transparent;
	background-size: 40px;
	background-position: calc(100% - 20px) center;
	font-weight: normal;
	transition: all .2s ease;
}

.intern-tabs > h3.active {
	background: url(images/minus-white.png) no-repeat right center;
	background-color: #d4e558;
	background-size: 40px;
	background-position: calc(100% - 20px) center;
	border-bottom-color: #d4e558;
	color: #fff;
}

.intern-tabs.color-orange > h3.active {
	background-color: transparent!important;
	border-bottom-color: transparent!important;
}

#content-sponsors .block {
	font-size: 0;
	margin: 0 -25px;
	padding: 25px 0 0;
	position: relative;
}

#content-sponsors .block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 25px;
	height: 10px;
	right: 25px;
	background: #B8CC1F;
}

#content-sponsors .block:last-child {
	padding-bottom: 10px;
}

#content-sponsors .block:last-child:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 25px;
	height: 10px;
	right: 25px;
	background: #B8CC1F;
}

#content-sponsors .block > div {
	font-size: 20px;
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding: 0 25px;
	line-height: 1.5;
}

#content-sponsors .block > div p strong {
	font-weight: normal;
	font-size: 40px;
	line-height: 1;
	letter-spacing: .1px;
}

#content-sponsors .block.mix-col > div:first-child ~ div {
	width: 75%;
}

#content-sponsors .block > div figure {
	line-height: 0;
	padding: 25px 0;
	text-align: center;
}

/*#content-sponsors .block > div figure:first-child {
	padding-top: 0;
}

#content-sponsors .block > div figure:last-child {
	padding-bottom: 0;
}*/

.page-template-single-exhibit .content-tab > h2 {
	font-size: 48px;
	font-weight: lighter;
	line-height: 1.2;
	margin-bottom: 15px;
}

.page-template-single-exhibit .content-tab > h3 {
	font-size: 44px;
	font-weight: lighter;
	line-height: 1.2;
	margin-bottom: 15px;
}

.content-tab > h4 {
	font-size: 40px;
	letter-spacing: .5px;
	padding-bottom: 10px;
}

.slick-prev {
	background-image: url(images//arrow-left1.png) !important;
	height: auto;
	bottom: 0;
	width: 380px;
	background-repeat: no-repeat;
	background-size: auto 100% !important;
	background-position: right top !important;
	top: 0px;
	margin-top: 0;
	-webkit-transform: translate(0, 0%) !important;
	-ms-transform: translate(0, 0%) !important;
	transform: translate(0, 0%) !important;
	left: -414px !important;
	z-index: 100;
	background-color: #fff!important;
	border: none;
	position: absolute;
	font-size: 0;
	cursor: pointer;
}

.slick-next {
	background-image: url(images/arrow-right1.png) !important;
	height: auto;
	bottom: 0;
	width: 380px;
	background-repeat: no-repeat;
	background-size: auto 100% !important;
	background-position: left top !important;
	top: 0px;
	margin-top: 0;
	-webkit-transform: translate(0, 0%) !important;
	-ms-transform: translate(0, 0%) !important;
	transform: translate(0, 0%) !important;
	right: -414px !important;
	z-index: 100;
	background-color: #fff!important;
	border: none;
	position: absolute;
	font-size: 0;
	cursor: pointer;
}

.std-button.large {
	width: 100%;
	max-width: 325px;
}

.letter-content {
	padding: 20px;
	display: table;
	height: 325px;
	background: #c76008;
}

.letter-content > b {
	height: 284px;
	display: inline-table;
	width: 256px;
	position: relative;
	padding-right: 30px;
	vertical-align: top;
}

.letter-content > b:before {
	content: attr(title);
	position: absolute;
	font-size: 430px;
	font-family: 'Rockwell-ExtraBold';
	color: #C76008;
	line-height: 1;
	left: -20px;
	top: -83px;
	text-transform: uppercase;
}

.letter-content > div {
	display: inline-table;
	width: calc(100% - 256px);
	padding: 20px;
}

.mid-hcol.letter-content h3 {
	margin: 0;
}

.mid-hcol.letter-content p {
	font-size: 16px;
	letter-spacing: 0.5px;
	padding: 18px 0 0;
	height: 78px;
	overflow: hidden;
	margin-bottom: 18px;
}

.mid-hcol + .mid-hcol.brazon {
	height: 522px;
}

.li-cols {
	margin: 0 -25px;
	font-size: 0;
}

.li-cols li {
	width: 25%;
	padding: 0 25px;
	display: inline-block;
	vertical-align: top;
}

.li-cols li:last-child {
	width: 50%;
}

.color-orange .text-general p {
	color: #fff;
	font-size: 18px;
}

.intern-tabs.color-orange .intern-content .text-general p {
	color: #2F2E2E;
}

.intern-tabs.color-orange .intern-content .text-general li {
	font-size: 18px;
	color: #2F2E2E;
	list-style-position: inside;
}

.intern-tabs.color-orange .intern-content .text-general li strong {
	font-weight: 600;
}

.intern-tabs.color-orange .intern-content .text-general ul {
	margin-bottom: 15px;
}

.color-orange .text-general p:last-child {
	margin: 0;
}

.color-orange .text-general .std-button {
	color: #fff;
	border-color: #fff;
	max-width: 300px;
}

.color-orange .text-general .std-button:hover {
	color: #fb9203;
	background: #fff;
}

.figure-f {
	height: 285px;
	margin: 0 -20px -20px;
	background-size: cover!important;
	background-position: center!important;
}

.cols2 > div.paddingtop {
	padding-top: 76px;
}
.page-template-programs .cols > div.paddingtop {
	padding-top: 76px;
}

.header-tab b {
	font-family: 'Proxima Nova';
	font-weight: 900;
	padding: 0 10px;
}

.a-link { 
	display: block;
	padding: 40px;
	position: relative;
	text-decoration: none;
	background: url(images/plus-white.png) no-repeat right center;
	background-color: #c96005;
	background-size: 40px;
	background-position: calc(100% - 40px) center;
}

.a-link:before {
	content: '';
	position: absolute;
	border: 1px solid #fff;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.a-link span {
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
}

.a-link b {
	font-family: 'RockwellBold';
	display: block;
	font-size: 35px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.1;
}

.no-btn .content-item p {
	padding-bottom: 0;
}

.content-item em {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #2F2E2E;
}

.content-item a.std-button.d-line {
	width: 100%;
	max-width: 243px;
	height: auto;
	line-height: 1.2;
	padding: 6px 0;
}

body.page-template-exhibits  a.std-button.d-line { padding: 6px 40px !important; }

.bannerint.red .slide > div {
	background: rgba(250, 7, 0, .9);
}

.bannerint.orange .slide > div {
	background: rgba(199, 96, 8, .85);
}

.imx {
	display: flex;
	height: 100%;
	justify-content: center;
}

.imx img {
	margin-top: auto;
}

.pix-bg {
	position: relative;
	background-size: cover!important;
	background-position: center!important;
}

.foot-pic {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	color: #fff;
	padding: 10px 15px;
	font-size: 12px;
}

.big-quote {
	height: 650px;
	padding: 40px;
	position: relative;
	background: #B71D19;
}

.big-quote-mix {
	padding: 40px;
	position: relative;
	background: #B71D19;
	color: #fff;
}

.big-quote:before,
.big-quote-mix:before {
	content: '';
	position: absolute;
	border: 1px solid #fff;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: #FA0700;
}

.big-quote :nth-child(n),
.big-quote-mix :nth-child(n) {
	position: relative;
	z-index: 1;
}

.big-quote h2 {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 50px;
	font-weight: lighter;
	padding: 0 0 0 38px;
	position: relative;
	color: #fff;
	margin-bottom: 15px;
	max-width: 300px;
}

.big-quote h2:before {
	content: '“';
	position: absolute;
	font-size: 100px;
	color: #fff;
	left: 0;
	top: 0;
	line-height: 0.88;
	height: 33px;
}

.quote-auto .big-quote h2:after,
.big-quote h2:after{
	content: '”';
	position: relative;
	font-size: 100px;
	color: #fff;
	top: 44px;
	line-height: 0;
	height: 33px;
	display: inline-block;
}

.quote-auto .big-quote h2 {
	/*font-size: 80px;*/
	max-width: none;
}

.quote-auto .big-quote {
	height: auto;
	padding: 50px 40px;
}

.big-quote p {
	font-family: 'Proxima Nova', sans-serif;
	margin: 0;
	padding: 0 0 0 38px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	line-height: 34px;
}

.xircle.biggie.blue a {
	padding: 71px 42px;
}

.xircle.biggie a {
	padding: 53px 42px;
}

.xircle.biggie h4 {
	font-size: 30px;
}

.one-three {
	font-size: 0;
	margin: 0 -25px;
}

.one-three > li {
	padding: 0 25px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 25%;
}

.page-template-about .one-three > li,
.page-template-cemeteries .one-three > li { width: 30%;}

.one-three > li:last-child {
	width: 75%;
}

.page-template-about .one-three > li:last-child,
.page-template-cemeteries .one-three > li:last-child {
	width: 70%;
}

#voices .one-three > li {
	width: 33.33%;
}

#voices .one-three > li:last-child  {
	width: 66.66%;
}

.big-quote.edited {
	height: auto;
}

.big-quote.blue {
	background: #11D5DD;
}

.big-quote.blue:before {
	background: #00909C;
}

.big-quote.green {
	background: #648931;
}

.big-quote.green:before {
	background: #b8cc1f;
}

.big-quote.edited h2 {
	padding: 2%;
	max-width: none;
	font-size: 80px;
}

.big-quote.edited h2:before {
	display: none;
}

.big-quote.edited p {
	padding: 0 2% 2%;
}

.text-general.text-small p {
	font-size: 16px;
}

.text-general.text-small h4 {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 5px;
}

.intern-tabs.blue {
	background: #00909C;
}

.intern-tabs.yellow {
	background: #fdbb2f;
}

.intern-tabs.red {
	background: #fa0700;
}

.intern-tabs.blue > h3.active {
	background-color: #6FD7DB!important;
	border-bottom-color: #6FD7DB!important;
}

.intern-tabs.yellow > h3.active {
	background-color: #fcd074!important;
	border-bottom-color: #fcd074!important;
}

.intern-tabs.red > h3.active {
	background-color: #b71d19!important;
	border-bottom-color: #b71d19!important;
}

.intern-tabs.blue .intern-content {
	background: #6FD7DB;
}

.intern-tabs.yellow .intern-content {
	background: #fcd074;
}

.intern-tabs.red .intern-content {
	background: #fff;
}

.text-general ul li small {
	font-size: 15px;
	line-height: 1.1;
	font-style: italic;
}

.list-about li {
	padding: 0;
	margin-bottom: 20px;
	position: relative;
}

.list-about h5 {
	font-size: 16px;
	font-family: 'RockwellBold';
	line-height: 1.2;
	letter-spacing: 1px;
}

.list-about p {
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	letter-spacing: 0.5px;
}

.item-team {
	height: 285px;
	background-size: cover!important;
	background-position: center!important;
	position: relative;
	border: 1px solid #f0f0f0;
	background-color: rgba(148, 149, 150, .3)!important;
}

.item-team > div {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	padding: 20px;
	background: #fff
}

.item-team > div h6 {
	font-size: 16px;
	font-family: 'RockwellBold';
	letter-spacing: 1px;
	line-height: 1.3;
}

.item-team > div p {
	font-size: 16px;
	font-style: italic;
}

.img-cover {
	background-size: cover!important;
	background-position: center!important;
	position: relative;
}

.img-cover .foot-pic {
	color: #000;
	background: #fff;
	font-style: italic;
	font-weight: 600;
	font-size: 13px;
	padding-left: 0;
	padding-right: 0;
}

.max864 {
	max-width: 864px;
}

#icon-menu {
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(images/icon-menu.png) no-repeat center;
	background-size: contain;
	background-color: #000;
	right: 20px;
	top: 42px;
	cursor: pointer;
	z-index: 999;
	display: none;
	transition: all .4s ease-in-out;
}

.scrollpage #icon-menu {
	top: 32px;
}

.tooltip-zm,
.item-team > div.tooltip-zm  {
	position: absolute;
	background: #fdbb2f;
	width: 325px;
	z-index: 1;
	padding: 40px;
	font-size: 16px;
	line-height: 1.2;
	left: 25px;
	top: 55%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	display: none;
}

.list-about .tooltip-zm {
	left: 0;
}

.list-about li:hover .tooltip-zm,
.item-team:hover .tooltip-zm {
	display: block;
}

.tooltip-zm:before {
	content: '';
	position: absolute;
	pointer-events: none;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	border: 1px solid #fff;
}

.tooltip-zm h5 {
	font-size: 16px;
	font-family: 'RockwellBold';
	letter-spacing: 1px;
	line-height: 1.3;
}

.tooltip-zm p {
	font-size: 16px;
	font-style: italic;
}

.tooltip-zm p.noitalic {
	font-style: normal;
	margin-top: 15px;
}

.item-team > div.tooltip-zm {
	left: 0;
	right: initial;
	bottom: initial;
}

#search-section .header h1 {
	font-family: 'RockwellBold';
	color: #2F2E2E;
	font-size: 35px;
	cursor: pointer;
	line-height: 0.9;
	margin-bottom: 50px;
	letter-spacing: 1px;
}

#search-content {
	font-size: 0;
	margin: 0 -25px;
}

#search-content > article {
	font-size: 16px;
	width: calc(33.33% - 50px);
	display: inline-block;
	vertical-align: top;
	margin: 0 25px;
	padding: 40px;
	position: relative;
	background: #f0f0f0;
}

#search-content > article:before {
	content: '';
	position: absolute;
	pointer-events: none;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 1px solid #fff;
}

#search-content > article h2 a {
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: none;
	font-weight: 700;
	color: #000;
	display: block;
	margin-bottom: 20px;
}

.post.no-results.not-found h2 {
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: none;
	font-weight: 700;
	color: #000;
	display: block;
}

#search-content > article h2 a:hover {
	text-decoration: underline;
}

#search-content > article p,
.post.no-results.not-found p {
	line-height: 1.5;
	font-size: 16px;
}

#search-content .entry-summary {
	min-height: 48px;
}

.text-general h1 {
	font-size: 60px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
}

.text-general h2 {
	font-size: 55px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
}

.text-general h3 {
	font-size: 45px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
}

.content-tab .item.width-a {
	width: 700px;
}

.height-auto .content-item {
	position: static;
}

.one-three.simetrical > li {
	width: 33.33%;
}

.one-three.simetrical > li:last-child {
	width: 66.66%;
}

.italic-a a {
	font-style: italic;
}

.italic-a a:hover {
	color: #B71D19;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#menu-menu-header > li:last-child,
#menu-menu-header > li:nth-last-child(2),
.orange-fixed .big-quote:before {
	display: none;
}

.orange-fixed .big-quote {
	height: auto;
	padding: 0;
	background: none;
}

.slide-donate .green-bg .big-quote {
	height: auto;
	padding: 0;
	background: none;
}

.slide-donate .green-bg .big-quote:before {display: none;}
.slide-donate .green-bg:after {display: none;}
.slide-donate .green-bg  .big-quote h2 {max-width: 100%;}

.slide-donate .cols > div.slick-list {padding: 0px;}
.slide-donate .cols.circles-donate > div {padding-top: 0px; padding-bottom:0px;}

.slide-donate .xircle h4 {font-size: 35px;}
.slide-donate .xircle a {padding: 85px 40px;}

.slide-donate .full-hcol.violet-bg.height-m  {
	background: #790A70;
}

.slide-donate .full-hcol.violet-bg:before {background: #D915CA;}
.slide-donate .full-hcol.violet-bg:hover:before {background: #B411A7;}

.slide-donate .full-hcol h5 {
	font-family: 'Rockwell-ExtraBold';
	font-size: 30px;
	color: #FFF;
	padding-bottom: 25px;
	line-height: 34px;
}

.orange-fixed .big-quote h2 {
	font-size: 80px;
	max-width: 475px;
}

.full-hcol.orange-fixed {
	background: #C76008;
}

.full-hcol.orange-fixed:before {
	background: #FA9203;
}

.hader-day {
	position: absolute;
	top: 6px;
	font-size: 19px;
	z-index: 10000;
	left: 50%;
	font-weight: 800;
	color: #000;
	transform: translateX(-50%);
}

#slider .slick-slide,
.slick-slider .slick-track, .slick-slider .slick-list {
	padding: 0px;
}

.slide-donate .cols > div {padding: 40px;}
.upcoming-event.cols.cols4 {justify-content: left;}
.upcoming-event.cols.cols4 > div {max-width: 25%;}
.cols13.cols2.cols > div:first-child {width: 33.33%; max-width: 33.33%;}
.cols13.cols2.cols > div:last-child {width: 66.33%; max-width: 66.33%;}
.cols23.cols2.cols > div:first-child {width: 66.33%; max-width: 66.33%;}
.cols23.cols2.cols > div:last-child {width: 33.33%; max-width: 33.33%;}

.cols-mix-copy {
	font-size: 0;
}

.content-left-copy {
	display: inline-block;
	vertical-align: top;
	width: 436px;
}

body .content-center-copy {
	display: inline-block;
	vertical-align: top;
	padding-top: 0px!important;
	min-width: 1px!important;
	width: calc(100% - 436px);
	text-align: right;
}

body .content-center-copy > p {
	display: inline-block;
	vertical-align: top;
	padding-top: 23px;
}

#copy-links {
	display: inline-block;
	padding-top: 20px;
}

.educator-items.cols2 > div {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

label.right-button {
	max-width: 176px;
	display: inline-block;
	margin-left: 10px;
	margin-top: -4px;
}

.educator-items a.std-button {
	float: left;
}

div#prefooter {
	z-index: 100000;
	position: relative;
	background-color: #FFF;
}

.style-slide-a.responsive {display: none;}
.slide-donate.responsive {display: none;}
.container.current-event-single {
	background-color: #FFF;
}

.intern-content .one-three {
	margin: 0 -15px;
}

.intern-content .one-three.simetrical li:last-child {
	padding: 0;
}

.big-quote.transparent {
	padding: 0;
	margin-bottom: 30px;
	background: transparent;
}

.big-quote.transparent:before {
	display: none;
}

.big-quote.transparent *, .big-quote.transparent h2:before, .big-quote.transparent h2:after {
	color: #000;
}

h2.header-tab.title-bruce {
	padding-right: 220px;
}

.page-id-773 .intern-content .one-three {
	margin: 0px 15px;
}

.content-traveling.content-tab .cols.cols4 > div {max-width: 25%;}
/* a.std-button.button-more-width {    max-width: 87%;} */

h4.title-closed {
	font-size: 40px;
	line-height: 1em;
	margin-left: 30px;
	letter-spacing: 0px;
	font-weight: lighter;
}

.page-template-visit .big-quote h2 {max-width: 100%;}

.text-general.a-normal a {
	font-weight: normal;
}

.text-general em {font-style: italic; }

.icons-additional i.fa {
	font-size: 20px;
	margin-right: 8px;
}

.page-id-375 .text-general h1 {font-family: 'RockwellBold', Arial;}
.page-id-375 .text-general a {    font-weight: 400;}
.page-id-375 .text-general h4 {   margin-top: 50px;}
.page-id-389 .text-general h1 {
	font-family: 'RockwellBold', Arial;
}

.home #slider .slide .red-back h2, .home #slider .slide .red-back p {color: rgba(250,7,0,1);}
.home #slider .slide .red-back:hover  {background: rgba(255, 255, 255, 0.9);}

.ui-datepicker-calendar td:nth-child(2), .ui-datepicker-calendar th:nth-child(2) {
	background-color: rgba(0,0,0,.4);
}

.ui-datepicker-calendar td:nth-child(2) a, .ui-datepicker-calendar th:nth-child(2) span {color: #FFF;}
.page-template-programs-php .style-slide-a .orange-bg h3 {font-size: 34px;}

img.cover-news {
	min-height: 425px;
}

#content-sponsors p {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 0 15px;
}

.intern-content.full-width > div {
	width: 100%!important;
	display: block;
}

.intern-content .cols2-1 {
	width: calc(100% + 50px)!important;
	display: table;
	margin: 0 -25px;
}

.cols2-1 > div:first-child {
	width: 75%;
	display: table-cell;
	vertical-align: top;
	padding: 0 25px;
}

.cols2-1 > div:last-child {
	width: 25%;
	display: table-cell;
	vertical-align: top;
	padding: 0 25px;
}

.cols.max-width792 {
	max-width: 792px;
}

html body.page-id-2607 h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 45px;
    font-family: 'RockwellBold';
    letter-spacing: 4px;
}

#wpcf7-f2608-p2607-o1 form {
	max-width: 600px;
    margin: 0 auto;
}

#wpcf7-f2608-p2607-o1 form label input:not([type="submit"]),
#wpcf7-f2608-p2607-o1 form label textarea {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    margin-top: 10px
}

#wpcf7-f2608-p2607-o1 form label input[type="file"] {
    padding-left: 0;
}

#wpcf7-f2608-p2607-o1 form label textarea {
    min-height: 100px;
}

#wpcf7-f2608-p2607-o1 form input[type="submit"] {
    margin: 0 auto;
    display: inline-block;
    width: 150px;
    padding: 10px 0;
    text-transform: uppercase;
    border: 1px solid #000;
    background: #fff;
    font-weight: 800;
    cursor: pointer;
}

#wpcf7-f2608-p2607-o1 form > :nth-last-child(2) {
	text-align: center;
    position: relative;
}

#wpcf7-f2608-p2607-o1 form > :nth-last-child(2) .ajax-loader {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#widget-filter ul#elfilter > li:last-child,
#widget-filter ul#elfilter > li:nth-last-child(2) {
	font-weight: 800;
}

#wpcf7-f2608-p2607-o1 form label .wpcf7-checkbox > span {
margin-left:0;
}

#wpcf7-f2608-p2607-o1 form label .wpcf7-checkbox > span input[type="checkbox"] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 20px;
    margin: 0 10px 0 0;
}

#wpcf7-f2608-p2607-o1 form label .wpcf7-checkbox > span > span {
	display: inline-block;
    width: auto;
    vertical-align: middle;
}

#wpcf7-f2608-p2607-o1 form label .wpcf7-radio > span {
    margin-left: 0;
    margin-top: 15px;
}

#wpcf7-f2608-p2607-o1 form label .wpcf7-radio > span > input {
	display: inline-block;
    vertical-align: middle;
    width: auto;
    line-height: 22px;
    height: auto;
    margin-top: 0;
}

#wpcf7-f2608-p2607-o1 form label .wpcf7-radio > span > span.wpcf7-list-item-label {
	display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-left: 5px;
}


/*This is only for firefox*/
@-moz-document url-prefix() {
	.home .mid-hcol h3{
		font-size: 48px;
	}
}
@-moz-document url-prefix() {
	.letter-content > div {width: calc(100% - 262px);}
}

@media (max-width: 1480px) {

	.cols.max-width792 {
		max-width: none;
	}
	#menu-menu-header > li {
		position: static;
	}
	#menu-item-261 .sub-menu {
		right: 0;
	}
	.box {
		height: 280px;
	}
	#widget-form .wpcf7-form input:not([type="submit"]) {
		font-size: 21px;
	}
	.container {
		max-width: 1160px;
		padding: 0 20px;
	}
	#menu-top-header {
		top: 17px;
		right: 0;
	}
	#content-three-fix > div {
		width: 100%;
	}
	#content-three-fix > div > div {
		height: auto;
	}
	#three-cols-x li:nth-child(2) {
		display: none;
	}
	#three-cols-x li:first-child {
		width: 325px;
	}
	#three-cols-x li:last-child {
		width: calc(100% - 375px);
	}
	#top-dates li {
		width: 50%;
		text-align: center;
		vertical-align: top;
	}
	.slide > div h2 {
		font-size: 48px;
	}
	.slide > div p {
		font-size: 24px;
		line-height: 24px;
	}
	.slide > div span,
	.box h3 span,
	#pag-videoslides > span,
	.mid-hcol p,
	#content-three-fix > div > div table p,
	.text-general p,
	.text-general ul li,
	#content-sponsors .block > div {
		font-size: 16px;
	}
	#content-three-fix > div > div table td:nth-child(2) p,
	#content-three-fix > div > div table td:nth-child(2) {
		text-align: right;
	}
	.slide > div a.btn-slide {
		font-size: 20px;
	}
	.box h3,
	.irregular-box h3,
	.header-tab, .header-s,
	.big-quote.edited h2 {
		font-size: 50px;
	}
	.header-tab, .header-s {
		background-size: 40px!important;
	}
	.box p {
		font-size: 15px;
	}
	.full-hcol h3, .mid-hcol h3, .bannerint .slide > div h2 {
		font-size: 40px;
	}
	.full-hcol h6, .mid-hcol h6 {
		font-size: 18px;
	}
	.full-hcol h4,
	.content-item h3,
	#content-three-fix > div > div h5 {
		font-size: 24px;
	}
	#content-sponsors .block > div p strong {
		font-size: 36px;
	}
	.text-general.text-small h4 {
		font-size: 22px;
	}

	.xircle {
		width: 230px;
		height: 230px;
		margin: auto;
		display: block;
	}

	.xircle > a {
		padding: 40px 30px!important;
	}

	html body.home .xircle {
		width: 200px!important;
		height: 200px!important;
		margin: auto;
		display: block;
	}

	

	.xircle a {
		padding: 53px 30px;
	}
	.xircle.green a {
		padding: 75px 24px;
	}

	.xircle.green h4,
	.xircle.orange h4,
	.xircle.biggie h4,
	.xircle.red h4
	.xircle h4 {
		font-size: 22px;
		line-height: normal;
	}
	.xircle.orange a {
		padding: 71px 54px;
	}
	.xircle.biggie.blue a {
		padding: 46px 20px;
	}
	.xircle.biggie a {
		padding: 33px 43px;
	}
	.mid-hcol.letter-content p {
		height: auto;
	}
	.intern-tabs > h3 {
		font-size: 28px;
	}
	.text-general h4,
	.texts-std h4 {
		font-size: 34px;
	}
	.xircle.red a {
		padding: 53px 25px;
	}
	.xircle h4 {
		/*font-size: 30px;*/
		font-size: 16px;
	}

	.xircle p {
		font-size: 13px!important;
	}
	.xircle p br {
		display: none!important;
	}
	.xircle.xircle-min.red a {
		padding: 30px 30px;
	}
	.xircle.xircle-min.blue a {
		padding: 30px 30px;
	}
	#menu-menu-header > li {
		margin-right: 7%;
	}
	.page-template-about .cols6 > div {
		display: inline-block;
		width: 33.33%;
		padding: 25px;
	}
	.page-template-about .cols {
		display: block;
		font-size: 0;
		margin-top: -25px;
	}
	.page-template-about #prefooter .cols {
		display: flex;
		margin-top: 0;
	}
	.page-template-about .cols.noblock {
		display: flex;
		margin-top: 0;
	}
	.page-template-about .cols.cols6 + .separator50 {
		height: 25px;
	}
	body.page-template-home .letter-content > b {    width: 228px;}
	.letter-content.mid-hcol h3 {font-size: 32px;}
	.letter-content	.std-button.large {    font-size: 10px;}
	.page-template-programs .letter-content .std-button.large  {    font-size: 14px;}
	.page-template-programs .mid-hcol.orange-bg.height-b .std-button  {width: 100%;}
	.slide-donate .xircle a { padding: 53px 40px;} 
	.slide-donate .xircle h4 { font-size: 18px;}
	.slide-donate .box {height: 650px;}
	.slide-donate .green-bg .big-quote h2 {font-size: 40px;}
	
	.slide-donate .xircle.blue a {
		padding: 38px 15px;
	}

	
	
	.home .mid-hcol.orange-bg.letter-content.height-f .foot-text .std-button {
		max-width: 100%;
		line-height: 1em;
		padding: 10px 0px;
		height: 53px;
	}
	.home .letter-content.mid-hcol h3 { font-size: 26px;}
	.page-template-exhibits .content-item h3 {font-size: 22px;}
	.page-template-exhibits .content-tab .item.width-a {    max-width: 100%;}
	.content-item.no-full {width: auto; max-width: 100%; right: 20px;}
	.content-center-copy {
		min-width: 300px;
		padding-top: 20px !important; }

	.std-button {
		font-size: 14px;
		letter-spacing: .5px;
		max-width: 100%;
		padding: 0 10px;
	}
	.content-tab {
		padding-bottom: 60px;
	}
	#content-three-fix > div > div table td, #content-three-fix > div > div table b {
		font-size: 16px;
	}
	#calendar > div {
		width: 270px;
	}
	#calendar > div:last-child {
		width: calc(100% - 320px);
	}
	#calendar > div:first-child {
		position: relative;} 
	#calendar > div:last-child {margin-left: 0px;}
	.content-member-events .content-item.no-full {max-width: 285px;}
	.page-template-education-php .intern-tabs.blue a.std-button.button-more-width {font-size: 10px;height: auto;line-height: 1.5em; padding: 10px 10px;}
	.youthcan h3 {font-size: 28px !important;}
	.page-template-visit .big-quote h2 {font-size: 40px;}
	@-moz-document url-prefix() {
		.home #big-blockslides .cols2 > div {flex-basis: initial;}
	}
}

@media (max-width: 1120px) {
	#menu-item-42 .sub-menu {
		right: 0;
	}
}

@media (max-width: 1200px) {
	#logo-text {
		font-size: 24px;
	}
	.slide > div h2 {
		font-size: 41px;
	}
	.box h3, .irregular-box h3, .header-tab, .header-s, .big-quote.edited h2,
	#bannertop .slide > div h2, #bannertoptext .slide > div h2, .bannertoptext .slide > div h2,
	.big-quote h2 {
		font-size: 40px;
		background-size: 34px!important;
	}
	.box p,
	.big-quote {
		height: auto;
	}
	#menu-menu-header > li {
		margin-right: 5%;
	}
}

@media (max-width: 1000px) {

	.slick-slide .mid-hcol-circles .cols.cols2 > div {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
	}

	.educator-items.cols2 > div {
		width: 100%;
	}
	#selectlang {
		font-size: 13px;
	}
	.content-left-copy, body .content-center-copy {
		width: 100%;
	}
	body .content-center-copy {
		text-align: center;
	}
	#copy-links {
		display: block;
	}
	#menu-menu-header > li.current-menu-parent > a {
		color: #fff!important;
	}
	#menu-menu-header > li:last-child a, #menu-menu-header > li:nth-last-child(2) a {
		font-weight: 400;
	}
	.raro-slider {
		margin-bottom: 30px!important;
	}
	body .slick-slide {
		padding: 0;
	}
	.container {
		padding: 0 20px;
	}
	body #big-blockslides .slick-prev, body #slider .slick-prev,
	body #big-blockslides .slick-prev[data-p="2"],
	body #big-blockslides .slick-prev[data-p="3"],
	body #big-blockslides .slick-prev[data-p="4"],
	body .raro-slider .slick-prev,
	body .raro-slider .slick-prev[data-p="2"],
	body .raro-slider .slick-prev[data-p="3"],
	body .raro-slider .slick-prev[data-p="4"],
	body .slider-image1 .slick-prev, 
	body .slide-donate .slick-prev,
	body	.slide-donate .slick-prev[data-p="2"],body .slide-donate .slick-prev[data-p="3"],body .slide-donate .slick-prev[data-p="5"],
	body .slider-image2 .slick-prev,

	body .slick-prev {
		background:url(images/prev.png) no-repeat center center!important;
		width: 40px;
		height: 40px;
		left: 30px!important;
		top: 50%;
		margin-top: -20px;
		z-index: 5;
		background-color: rgba(0, 0, 0, .5)!important;
	}

	body #big-blockslides .slick-next, body #slider .slick-next,
	body #big-blockslides .slick-next[data-p="2"],
	body #big-blockslides .slick-next[data-p="3"],
	body #big-blockslides .slick-next[data-p="4"],
	body .raro-slider .slick-next,
	body .raro-slider .slick-next[data-p="2"],
	body .raro-slider .slick-next[data-p="3"],
	body .raro-slider .slick-next[data-p="4"],
	body .slider-image1 .slick-next, 
	body .slider-image2 .slick-next,
	body .slide-donate .slick-next,
	body	.slide-donate .slick-next[data-p="2"],body .slide-donate .slick-next[data-p="3"],body .slide-donate .slick-next[data-p="5"],body .slide-donate .slick-next[data-p="4"],
	body .slick-next {
		background:url(images/next.png) no-repeat center center!important;
		width: 40px;
		height: 40px;
		right: 30px!important;
		top: 50%;
		margin-top: -20px;
		z-index: 5;
		background-color: rgba(0, 0, 0, .5)!important;
	}
	.mid-hcol + .mid-hcol {
		margin-top: 25px;
	}
	#big-blockslides .slick-slide {
		padding: 0px;
	}
	.orange-fixed .big-quote h2 {
		font-size: 40px;
		max-width: none;
	}
	#content-sponsors .block > div {
		width: 50%;
	}
	#content-sponsors .block > div:first-child {
		width: 100%;
	}
	#content-sponsors .block > div figure:first-child {
		padding-top: 25px;
	}
	#calendar-header:after {
		right: -10px;
		left: -8px;
	}
	#icon-menu {
		display: block;
	}
	.cols {
		display: block;
		font-size: 0;
		margin: 0;
	}
	.cols > div {
		padding: 0 0 25px;
		display: block;
		width: 100%;
	}
	.who-we-are-content.cols > div {padding: 0 0 0px;}
	.box {
		height: auto;
	}
	#section-box {
		margin-bottom: 0;
	}
	.irregular-box a.std-button {
		position: relative;
		display: block;
		bottom: initial;
		left: initial;
	}
	.slide {
		height: auto;
	}
	#slider {
		margin-bottom: 25px;
	}
	.content-videos {
		width: 100%;
		font-size: 0;
		margin: 0;
	}
	.content-videos iframe {
		height: 400px;
	}
	.cols > div:empty {
		display: none;
	}
	#slider-videos {
		margin-bottom: 0;
	}
	.full-hcol, .mid-hcol, .mid-hcol + .mid-hcol {
		height: auto;
	}
	.foot-text {
		position: relative!important;
		bottom: initial;
		left: initial;
		padding-top: 25px;
		right: initial;
	}
	#big-blockslides {
		margin-bottom: 0;
	}
	#copy-links li a, #copy p, #copy-links {
		text-align: center;
	}
	#copy-links li {
		margin: 0 20px;
	}
	#logo-footer {
		line-height: 0;
		text-align: center;
		padding-bottom: 25px;
	}
	#rs-footer {
		font-size: 0;
		position: relative;
		left: 0;
		bottom: 0;
		text-align: center;
	}
	.slide > div a.btn-slide {
		position: relative;
		transform: initial;
		left: initial;
		display: block;
		bottom: initial;
	}
	#bannertop .slide > div p, #bannertoptext .slide > div p, .bannertoptext .slide > div p {
		margin-bottom: 25px;
		font-size: 16px;
	}
	.box h3, .irregular-box h3, .header-tab, .header-s, .big-quote.edited h2, #bannertop .slide > div h2, #bannertoptext .slide > div h2, .bannertoptext .slide > div h2, .big-quote h2,
	.page-template-education .bannertoptext .slide > div h2 {
		font-size: 30px;
	}
	.header-tab, .header-s {
		background-size: 24px!important;
		margin-bottom: 25px;
	}
	.full-hcol h3, .mid-hcol h3, .bannerint .slide > div h2 {
		font-size: 28px;
	}
	.content-tab {
		padding-bottom: 25px;
	}
	.separator50 {
		height: 25px;
	}
	.cols + .separator50 {
		display: none;
	}
	.bannerint {
		margin-bottom: 25px;
	}
	.li-cols {
		margin: 0;
	}
	.li-cols li:nth-child(n) {
		width: 100%;
		padding: 0 0 25px;
	}
	.figure-f {
		margin-bottom: -45px;
	}
	.intern-tabs.active.color-orange > h3 {
		background-color: #fb9203!important;
	}
	.intern-content-mix {
		margin-top: -15px;
	}
	.cols2 > div.paddingtop {
		padding-top: 0;
	}
	#bannertoptext .double-btn {
		position: relative;
		height: auto;
	}
	#bannertoptext .slide > div a.btn-slide {
		position: relative;
		display: block;
		width: auto;
		left: initial;
		transform: initial;
	}
	#bannertoptext .slide > div a.btn-slide + a.btn-slide {
		margin: 20px 0 0;
	}
	.content-tab > h4,s
	.text-general h4 {
		font-size: 24px;
	}
	#calendar > div {
		width: 100%;
		margin: 0 0 50px;
	}
	#calendar > div:last-child {
		width: 100%;
		margin: 0;
	}
	.cols2-normal {
		margin: 0;
	}
	.cols2-normal > div {
		padding: 0 0 25px;
		width: 100%;
	}
	.cols2-normal > div:last-child {
		width: 100%;
		padding-bottom: 0;
	}
	#top-dates li b {
		font-size: 50px;
	}
	#top-dates {
		font-size: 0;
		margin: 0 auto 50px;
		background: url(images/arrow.png) no-repeat center center;
		display: block;
	}
	#top-dates li p {
		font-size: 24px;
		line-height: 24px;
	}
	#menu-top-header {
		display: none;
	}
	#logo {
		display: block;
		width: 315px;
	}
	#logopart {
		height: 116px;
	}
	#buy-header {
		width: 110px;
		font-size: 13px;
		margin: 0;
		position: absolute;
		right: 64px;
	}
	#calendar-header {
		width: 46px;
		margin: 0;
		position: absolute;
		right: 10px;
	}
	#selectlang {
		width: 112px;
		margin: 0 0 0 10px;
	}
	#search {
		width: 26px;
	}
	#menu {
		position: absolute;
		left: 0px;
		top: 60px;
		background: #fdbb2f;
		width: 100%;
	}
	#elmenu {
		text-align: left;
		padding: 0 20px;
		margin: 0 -30px;
	}
	#elmenu:before {
		display: none;
	}
	#content-body {
		padding-top: 204px;
	}
	#logo-text {
		position: relative;
		top: initial;
		font-size: 15px;
		line-height: 15px;
		width: 216px;
		padding: 25px 0;
	}
	#menu-menu-header {
		padding: 0 20px 20px;
		white-space: normal;
		overflow: auto;
		height: calc(100vh - 176px);
		display: none;
	}
	#menu-menu-header > li {
		margin: 0;
		display: block!important;
	}
	#menu-menu-header > li > a {
		padding: 10px 0;
	}
	ul.sub-menu {
		position: relative;
		margin: 7px 0 0;
		padding: 10px;
	}
	ul.sub-menu li {
		display: block;
		font-size: 16px;
	}
	ul.sub-menu li a {
		border: none;
		padding: 10px;
		display: block;
	}
	ul.sub-menu li a:hover {color: #FFF !important;}
	.slide > div h2 {
		font-size: 38px;
	}
	.text-general h4,
	.texts-std h4 {
		font-size: 24px;
	}
	.xircle.xircle-min.red a {    padding: 50px 40px;}
	.xircle.xircle-min.blue a { padding: 40px 40px;}
	#menu-menu-header > li.menu-item-has-children:hover ul.sub-menu, #menu-menu-header > li.current_page_item ul.sub-menu {display: none;}
	#menu-menu-header > li:hover > a:after, #menu-menu-header > li.current_page_item > a:after {display: none;}
	#header {z-index: 10;}
	/*#menu-menu-header > li.menu-item-has-children a:before {
	background: url(images/plus-white.png) no-repeat right center; 
	background-size: contain;
	content: " ";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 6px;
	cursor: pointer;
}
	#menu-menu-header > li.menu-item-has-children a.open-menu:before {
	background: url(images/minus-white.png) no-repeat right center; 
	background-size: contain;
}  */
	#menu-menu-header > li ul.sub-menu {
		display: block !important;
		padding: 0;
		background: none;
		margin: 0;
	}
	.upcoming-event.cols.cols4 > div {
		max-width: 100%;}
	.cols13.cols2.cols > div:first-child {width: 100%; max-width: 100%;}
	.cols13.cols2.cols > div:last-child {width: 100%; max-width: 100%;}
	.cols23.cols2.cols > div:first-child {width: 100%; max-width: 100%;}
	.cols23.cols2.cols > div:last-child {width: 100%; max-width: 100%;}
	.page-template-single-exhibit .quote-auto .big-quote h2 {font-size: 32px;}
	#slider-videos > .container > .cols3-variation > div:first-child {
		padding-bottom: 0;
	}
	.slider-image1 .slick-slide, .slider-image2 .slick-slide  {
		/*height: 300px;*/
		vertical-align: bottom;
		display: block;
		margin: auto;
		text-align: center;
	}
	.slider-image1 .slick-slide .imx, .slider-image2 .slick-slide .imx {
		display: inline-block!important;
		vertical-align: bottom!important;
	}

	.slider-image1 .slick-track, .slider-image2 .slick-track {
		display: block!important;
	}
	.cols.slider-image1 + .separator50, .cols.slider-image2 + .separator50 {
		display: block;
	}
	.cols.slider-image1, .cols.slider-image2, .cols.raro-slider {
		margin-top: -60px;
	}
	.slick-prev, .slick-next {
		background-color: rgba(0, 0, 0, .5)!important;
		border-radius: 100%;
	}
	.content-tab .item {
		background-size: cover!important;
		background-position: center!important;
		background-color: #f0f0f0!important;
		position: relative;
		padding: 20px;
	}
	.content-item {
		position: relative;
		bottom: initial;
		left: initial;
		right: initial;
	}
	.height-a,
	.height-b,
	.height-c,
	.height-d,
	.height-e,
	.height-f,
	.height-g,
	.height-h,
	.height-i,
	.height-j,
	.height-k,
	.height-l,
	.height-m {
		min-height: 1px;
		height: auto;
	}
	#content-sponsors .block.mix-col > div:first-child ~ div {
		width: 100%;
	}
	.content-item.no-full {
		right: 0;
	}
	.cols > div > a {
		text-decoration: none;
	}
	.img-cover {
		padding-top: 100%;
	}

	.home .style-slide-a {display: none;}
	.home .style-slide-a.responsive {display: block;}

	.slide-donate{display: none;}
	.slide-donate.responsive {display: block;}
	.intern-tabs > h3 {
		background-size: 24px!important;
	}

	.content-traveling.content-tab .cols.cols4 > div {max-width: 100%;}
	.page-template-exhibits .item.box-green {padding-top: 250px;}
	.page-template-exhibits .item.box-red {padding-top: 250px;}
	.page-template-about-php .cols6 > div {
		max-width: 100%;
	}
	.page-template-visit figure.height-d.pix-bg {
		min-height: 435px;
	}

	.page-template-visit figure.height-a.pix-bg {
		min-height: 500px;
	}
	.page-template-join .slide-donate .cols.circles-donate > div {    width: 50%;
    display: block;
    float: left;}
	.text-general ul {
		list-style-position: inside;
	}
}

@media (max-width: 767px) {
	.page-template-about .cols6 > div {
		display: inline-block;
		width: 100%;
		padding: 0 0 25px;
	}
	.page-template-about .cols {
		display: block!important;
		font-size: 0;
		margin-top: 0;
	}
	#logo {
		display: block;
		width: 220px;
		padding: 33px 0;
	}
	.slide > div a.btn-slide {
		width: auto;
	}
	#three-cols-x li:first-child {
		width: 100%;
		margin: 0;
	}
	#three-cols-x li:last-child {
		width: 100%;
		margin-top: 40px;
	}
	#content-three-fix a.std-button {
		width: 100%;
	}
	#content-three-fix a.std-button + a.std-button {
		margin-top: 20px;
	}
	.color-orange .text-general .std-button {
		height: auto;
		font-size: 14px;
		letter-spacing: .5px;
	}
	.one-three {
		margin:0!important
	}
	.one-three li, .one-three li:last-child {
		width: 100%!important;
		padding: 0 0 25px;
	}
	.intern-content > div,
	.intern-content > div:last-child {
		display: block;
		width: 100%;
	}
	#top-dates {
		font-size: 0;
		margin: 0 auto 50px;
		background: url(images/arrow.png) no-repeat center center;
		display: block;
		background-size: 20px;
	}
	#top-dates li {
		width: 50%;
		text-align: center;
		padding: 0;
	}
	#top-dates li b {
		font-size: 50px;
	}
	#top-dates li div {
		display: block;
		vertical-align: middle;
		padding: 8px;
	}
	#top-dates li p {
		font-size: 18px;
		line-height: 20px;
	}
	.intern-tabs > h3 {
		padding-right: 70px;
	}
	.header-tab, .header-s {
		padding-right: 50px;
		line-height: 30px;
		font-size: 25px;
	}
	/*.slide > div {
	background: transparent; 
	border: 1px solid #FFF; 
}
	.slide > div:hover { 
	background:rgba(35, 112, 144, 0.85) 
}*/
	h2.header-tab.title-bruce {
		padding-right: 220px;
	}
}

@media (max-width: 620px) { 
	.page-template-join .slide-donate .cols.circles-donate > div {
		/*width: 100%;
		display: block;
		float: none;*/
	}
}

@media (max-width: 560px) { 
	.letter-content > div {
		width:100%; 
		display: block;
	}

	.std-button.large {font-size: 12px;}

	.a-link {padding-right: 90px;}
	.slide-donate .box {
		height: auto;
	}
	.slide-donate .green-bg .big-quote h2 {
		font-size: 27px;
	}
	.std-button {    max-width: 100%;}
	.letter-content {display: block;}
	.home .mid-hcol.orange-bg.letter-content.height-f .foot-text{left: 0px !important; }

	.home .mid-hcol.orange-bg.letter-content.height-f .foot-text .std-button, .home .font-red .std-button, .mid-hcol.blue1-bg.height-m .std-button {
		max-width: 94%;
		line-height: 1em;
		padding: 10px 0px;
		height: 53px;
	}

	.home .xircle.blue a {    padding: 70px 30px;}
	/* .home .mid-hcol.orange-bg.letter-content.height-f {
	display: none;
} */
	#content-sponsors .block > div p strong {
		font-weight: 600;
		font-size: 24px;
	}
	#content-sponsors .block > div p {
		font-size: 16px;
	}
}

@media (max-width: 480px) { 

	.slick-slide .mid-hcol-circles .cols.cols2 > div {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
	}
	
	.page-template-join .slide-donate .cols.circles-donate > div {
		width: 100%;
		display: block;
		float: none;
	}
	
	#content-three-fix > div > div table td, #content-three-fix > div > div table b, #content-three-fix > div > div table p, #content-three-fix > div > div.second table td {
		font-size: 14px;
	}
	.full-hcol h4, .content-item h3, #content-three-fix > div > div h5 {
		font-size: 20px;
	}
	.content-member-events .content-item.no-full {max-width: 100%;}
	#widget-form .wpcf7-form input:not([type="submit"]) {font-size: 16px;}
	
}

/* New */

.content-item a {
	text-decoration: none;
}

#big-blockslides .slick-slider .slick-list {
	padding: 0px !important;
}

.slick-slide {padding: 0px 25px;}

.page-template-calendar .content-item h5 {
	max-height: 118px;
	overflow: hidden; 
}

.page-template-calendar .content-item p.text-gral { max-height: 146px; overflow: hidden;}

#big-blockslides .slick-prev  {
	background-image: url(images/al.png) !important; width: 385px;

}

#big-blockslides .slick-next {
	background-image: url(images/ar.png) !important; width: 385px;

}

#big-blockslides .slick-prev[data-p="2"]  {
	background-image: url(images/al.png) !important;

}

#big-blockslides .slick-next[data-p="2"]  {
	background-image: url(images/cr.png) !important;

}

#big-blockslides .slick-prev[data-p="3"]  {
	background-image: url(images/dl.png) !important;

}

#big-blockslides .slick-next[data-p="3"]  {
	background-image: url(images/ar.png) !important;

}

#big-blockslides .slick-prev[data-p="4"]  {
	background-image: url(images/al.png) !important;

}

#big-blockslides .slick-next[data-p="4"]  {
	background-image: url(images/ar.png) !important;

}

#big-blockslides .slick-prev[data-p="5"]  {
	background-image: url(images/cl.png) !important;

}

#big-blockslides .slick-next[data-p="5"]  {
	background-image: url(images/dr.png) !important;

}

.raro-slider .slick-prev  {
	background-image: url(images/alll1.png) !important; width: 385px;

}

.raro-slider .slick-next {
	background-image: url(images/arll1.png) !important; width: 385px;

}

/* .raro-slider .slick-prev[data-p="2"]  {
background-image: url(images/al.png) !important; width: 385px;

}

.raro-slider .slick-next[data-p="2"] {
background-image: url(images/ar.png) !important; width: 385px;

}

.raro-slider .slick-prev[data-p="3"]  {
background-image: url(images/dl.png) !important; width: 385px;

}

.raro-slider .slick-next[data-p="3"] {
background-image: url(images/dr.png) !important; width: 385px;

}

.raro-slider .slick-prev[data-p="4"]  {
background-image: url(images/d1l.png) !important; width: 385px;

}

.raro-slider .slick-next[data-p="4"] {
background-image: url(images/d1r.png) !important; width: 385px;

}

.raro-slider .slick-prev[data-p="5"]  {
background-image: url(images/al.png) !important; width: 385px;

}

.raro-slider .slick-next[data-p="5"] {
background-image: url(images/ar.png) !important; width: 385px;

}

.raro-slider .slick-prev[data-p="6"]  {
background-image: url(images/al.png) !important; width: 385px;

}

.raro-slider .slick-next[data-p="6"] {
background-image: url(images/dl.png) !important; width: 385px;

}

.raro-slider .slick-prev[data-p="7"]  {
background-image: url(images/al.png) !important; width: 385px;

}

.raro-slider .slick-next[data-p="7"] {
background-image: url(images/ar.png) !important; width: 385px;

} */

.slider-image1 .slick-prev, .slider-image2 .slick-prev  {
	background-image: url(images/all1.png) !important; width: 386px;

}

.slider-image1 .slick-next, .slider-image2 .slick-next {
	background-image: url(images/alr1.png) !important; width: 386px;

}


.slide-donate .slick-prev  {
	background-image: url(images/arrow-left1.png) !important; width: 385px;

}

.slide-donate .slick-next {
	background-image: url(images/arrow-right1.png) !important; width: 385px;

}
.slide-donate .slick-prev[data-p="3"] {
	background-image: url(images/cl.png) !important; width: 385px;
}

.slide-donate .slick-prev[data-p="2"], .slide-donate .slick-prev[data-p="5"]  {
	background-image: url(images/arrow-left1.png) !important; width: 385px;

}

.slide-donate .slick-next[data-p="2"], .slide-donate .slick-next[data-p="3"],.slide-donate .slick-next[data-p="5"], .slide-donate .slick-next[data-p="4"] {
	background-image: url(images/arrow-right1.png) !important; width: 385px;

}

.slide-donate .slick-next[data-p="4"]  {
	background-image: url(images/cr.png) !important; width: 385px;

}

.green1-bg.height-b h5 {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	padding-top: 25px;
}

.blue1-bg h5 {
	font-family: 'Rockwell-ExtraBold';
	font-size: 30px;
	color: #fff;
	margin: 10px 0px;
}

.home #big-blockslides .blue-bg h5, 
.home #big-blockslides .red-bg h5 {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
}

.font-red h3, .font-red h4, .font-red h6, .font-red h3 span{color: #FA0700;}

.font-red.mid-hcol h6 {font-size: 16px; font-weight: 600;}
.font-red.mid-hcol h4 {
	font-size: 20px;
	font-weight: 700;
}

.font-red .std-button {
	border: 1px solid #FA0700;
	color: #FA0700;
}

.page-template-join  .intern-tabs:not(.active):nth-child(3) {    background: #FA0700;}


.slider-image1 .slick-slide, .slider-image2 .slick-slide  {
	/*min-height: 490px;
	vertical-align: bottom;
	display: table;*/
}

.slider-image1 .slick-track, .slider-image2 .slick-track {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
}

.slider-image1 .slick-slide .imx, .slider-image2 .slick-slide .imx {
	display: table-cell;     vertical-align: bottom;}

.slide-donate .box p {
	font-size: 20px; }

.full-hcol.orange1-fixed {
	background: #FA9203;
}
.full-hcol.orange1-fixed:before {
	background: #C76008;
}
.full-hcol.orange1-fixed:hover:before {
	background: transparent;
}

.slide-donate .full-hcol.orange1-fixed.box p {
	font-size: 16px;
	height: auto;
}

.img-with-pie {
	display: inline-block;
	position: relative;
}

.img-with-pie .foot-pic {
	color: #000;
	background: #fff;
	font-style: italic;
	font-weight: 600;
	font-size: 13px;
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 340px) {
	#selectlang select {
		padding: 0 5px;
		font-size: 11px;
	}
	#selectlang {
		width: 100px;
	}
}
