/******************************************************************
Theme Name: ExciteMedia Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.1.3
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
******************************************************************/

/*********************
GENERAL STYLES
*********************/
/* Font Faces - BEGIN */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import 'library/css/fonts.css';
/* Font Faces - END */

html {
	font-size: 100% !important;
}
body, p, td, ul, li {
	color: #2c2c2c;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6 {
	color: #003a59;
	font-family: 'universbold', sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 24px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 4.5rem;
}
h2 {
	font-size: 3.5rem;
}
h3 {
	font-size: 2.5rem;
}
h4 {
	font-size: 1.875rem;
}
h5 {
	font-size: 1.5rem;
}
h6 {
	font-size: 1.25rem;
}
a {
	color: #003a59;
	outline: none;
	text-decoration: none;
}

.candy-texture{
	font-family: 'Candy Texture';
	color: #003a59;
	text-transform: uppercase;
	font-size: 65px;
	line-height: 65px;
}

a, a:before, a:after,
span, span:before, span:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
	color: #003a59;
	text-decoration: underline;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
	border: 0;
	max-width: 100%;
	position: relative;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img:not(.ls-bg) {
	height: auto !important;
}
img:before {
	background-color: #efefef;
	border: 2px dotted rgb(200, 200, 200);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	height: 100px;
	width: 100%;
}
img:after {  
	color: rgb(100, 100, 100);
	content: "\f127" " Broken Image of " attr(alt);
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
img.cke_wordpress_more {
	height: 10px !important;
}
p {
	margin: 0 0 30px;
	padding: 0;
}
p:last-child{
	margin: 0;
}
table {
	margin: 20px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ccc;
	color: transparent;
	height: 1px;
	margin: 20px 0;
}
::-webkit-input-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { opacity: 1; }
iframe {
	max-width: 100%;
}
.wrap {
	*zoom: 1;
}
ul.list-none:before,
ul.list-none:after,
.wrap:before,
.wrap:after {
	content: "";
	display: table;
	line-height: 0;
}
ul.list-none:after,
.wrap:after {
	clear: both;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
div.ezcol-one-quarter, div.ezcol-one-half, div.ezcol-three-quarter, div.ezcol-one-third, div.ezcol-two-third, div.ezcol-one-fifth, div.ezcol-two-fifth, div.ezcol-three-fifth, div.ezcol-four-fifth {
	hyphens: none;
}
.sfm-rollback {
	display: block;
}
#post-not-found {
	padding-top: 30px;
	text-align: center;
}
.em-googlemap,
.acf-map {
	position:relative; 
}
.overlay {
	bottom: 0;
	left: 0;
	position: absolute; 
	right: 0;
	top: 0;
	z-index: 1;
}

/*********************
LAYOUT STYLES
*********************/
.center {
	margin: 0 auto;
	max-width: 1280px;
}
.mainbody,
.extra-content {
	padding: 70px 0;
}
.extra-content-cols {
	margin: 0 -15px;
}
.extra-content-col {
	float: left;
	margin: 15px 0;
	padding: 0 15px;
}
.extra-content-col-02 .extra-content-col {
	width: 50%;
}
.extra-content-col-03 .extra-content-col {
	width: 33.333333%;
}
.extra-content-col-04 .extra-content-col {
	width: 25%;
}
.extra-content-col-05 .extra-content-col {
	width: 20%;
}
.extra-content-col-06 .extra-content-col {
	width: 16.6666667%;
}
.extra-content-col-02 .extra-content-col:nth-child:(2n+1),
.extra-content-col-03 .extra-content-col:nth-child:(3n+1),
.extra-content-col-04 .extra-content-col:nth-child:(4n+1),
.extra-content-col-05 .extra-content-col:nth-child:(5n+1),
.extra-content-col-06 .extra-content-col:nth-child:(6n+1) {
	clear: both;
}

/*** GLOBAL LAYOUT ***/
.sidebar .main-content, .sidebar .main-sidebar {
	float: left;
}
.sidebar .main-content {
	margin-right: 5%;
	min-height: 1px;
	width: 72%;
}
.sidebar .main-sidebar {
	width: 23%;
}

/* Header */
body.sticky .main-header{
	background-color: rgba(0, 0, 0, 0.25);
	padding: 20px 0;
}
body.sticky .logo img{
	width: 90px;
}
body.sticky .sfm-navicon-button{
	top: 16px;
}
.main-header, .logo, .logo img, 
.top-menu, .header-right, .sfm-navicon-button {
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-header{
	background: none;
    padding: 45px 0;
    position: fixed;
    top: 0;
    width: 100%;
	height: auto;
    z-index: 999;
}
.main-header .center{
	max-width: 1830px;
	padding-left: 15px;
	padding-right: 15px;
}
.logo{
	float: left;
}
.header-right{
	float: right;
	position: relative;
    height: 60px;
	margin-right: 35px;
}
#header-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
}
#header-search #label {
    width: 30px;
    height: 34px;
    position: relative;
    z-index: 20;
}
#header-search #label label {
    display: block;
    width: 30px;
    height: 34px;
	background: url(library/images/icon-search2.png) no-repeat 0 0;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    text-indent: -9999px;
    cursor: pointer;
}
#header-search #input {
    position: absolute;
    top: 0;
    left: 60px;
    width: 450px;
    height: 34px;
    z-index: 5;
    overflow: hidden;
}
#header-search #input input {
    display: block;
    position: absolute;
    top: 0;
    left: -450px;
    width: 450px;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: none;
    background-color: #23688b;
    color: #fff;
    font-size: 18px;
    backface-visibility: none;
    border-radius: 0;
    transition: left 0;
}
#header-search #input input:focus {
    outline: none
}
#header-search #input.focus {
    z-index: 20
}
#header-search #input.focus input {
    left: 0;
    transition: left 0.3s;
}
nav.top-menu {
    padding-left: 50px;
    position: relative;
    z-index: 10;
}
nav.top-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav.top-menu li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
    font-family: 'universbold', sans-serif;
}
nav.top-menu a {
    display: block;
    padding: 0 15px;
    color: #fff;
}
nav.top-menu a:hover {
    color: #b61b30
}

/* Superfly Menu */
.sfm-label-text .sfm-navicon:before, 
.sfm-label-none .sfm-navicon:before {
    top: 10px;
}
.sfm-label-text .sfm-navicon:after, 
.sfm-label-none .sfm-navicon:after {
    top: -10px;
}
.sfm-label-none .sfm-navicon, 
.sfm-label-text .sfm-navicon,
.sfm-label-none .sfm-navicon:after, 
.sfm-label-none .sfm-navicon:before{
	width: 32px;
}

/* Footer */
.main-footer{
	background: #dbd5ce url(library/images/bg-footer.jpg) no-repeat center bottom;
	padding: 70px 0 105px;
}
.footer-col{
	float: left;
}
.footer-col-1{
	width: 55%;
}
.footer-col-1 > div.widget{
	float: left;
	padding-right: 9%;
}
.footer-col-1 > div.widget:last-child{
	padding-right: 0;
}
.footer-col-1 h5{
	margin: 0 0 15px;
}
.footer-col-1 p{
	font-size: 1.063rem;
	color: #003a59;
}
.footer-col-2{
	width: 23%;
	padding-left: 1.75%;
}
.footer-col-2 ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-col-2 ul li{
	float: left;
	width: 50%;
	padding: 0 0 15px;
}
.footer-col-2 ul li a{}
.footer-col-3{
	float: right;
	text-align: right;
	width: 22%;
}
.footer-col-3 img:first-child{
	margin-right: 50px;
}

.copyright{
	float: left;
	width: 100%;
	font-size: 0.813rem;
	color: #003a59;
	text-align: center;
	padding: 30px 0 0;
}
.copyright span{
	font-weight: 600;
	margin: 0 5px;
}
.copyright a.socials-icon {
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	height: 28px;
	text-align: center;
	width: 28px;
}
.copyright a.socials-icon.fb {
	background-color: #3b5997;
}

.copyright a.socials-icon.ig {
	background-color: #7724BE;
}
/* .copyright a{
	color: #fff;
}
.copyright a:hover{
	color: #5aa9c7;
} */
/*** end of GLOBAL LAYOUT ***/

/*** HOMEPAGE ***/
/* Home Banner */

/* Home Exhibits */
.home-exhibits{
	position: relative;
    z-index: 9;
}
.home-exhibits > a{
	float: left;
	width: 51.56%;
	position: relative;
	display: block;
	overflow: hidden;
}
.home-exhibits > a:last-child{
	width: 48.44%;
	margin-top: -5.38%;
}
.home-exhibits > a:last-child .exhibit-icon img{
	border-bottom: 3px solid #a5a5a5;
    padding: 0 7px 40px;
}
.home-exhibits > a:last-child .exhibit-content{
	padding-left: 60px;
    text-align: left;
    width: 47.5%;
}

/* Home Portals */
.home-portals {}
.home-portals > a{
	float: left;
	width: 33.3333%;
	position: relative;
	display: block;
	overflow: hidden;
}
.home-exhibits > a > img,
.home-portals > a > img{
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.home-exhibits > a:hover > img,
.home-portals > a:hover > img{
	-webkit-transform: scale(1.075); 
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
}
.exhibit-content,
.portal-content{
	padding-left: 50px;
	padding-right: 50px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	z-index: 9;
}
.exhibit-icon,
.portal-icon{
	margin: 0 0 40px;
	text-align: center;
}
.exhibit-content h3,
.portal-content h3{
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
.exhibit-content p,
.portal-content p{
	color: #fff;
}
.exhibit-content span.em-button,
.portal-content span.em-button{	
	margin: 25px 0 0;
}

/* Home Mainbody */
body.home .mainbody{
	background: url(library/images/bg-bottom-home.jpg) no-repeat center top;
	padding: 165px 0;
}

/* Enter any style for elements on homepage here */

/*** end of HOMEPAGE ***/

/*** INNERPAGE ***/
/* Inner Banner */
.inner-banner {
	background: url(library/images/banner-inner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 275px 0 200px;
	text-align: center;
}
.inner-banner h1 {
	margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    color: #f4f2f2;
    font-family: Candy Texture;
}

/* Inner Mainbody */
body.inner .mainbody{
	min-height: 350px;
}

/* Enter any style for elements on innerpage here */

/*** end of INNERPAGE ***/


/*********************
SIDEBAR
*********************/
.main-sidebar ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
	background: #b8b8b8;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.006em;
	padding: 22px 15px 21px 20px;
	position: relative;
	text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
	background: #152e54;
}

/*********************
IMAGE SCROLLER
*********************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
	margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
	margin-left: 0;
}
.em-image-slider {
	overflow: hidden;
}
.image-scrollbox > ul {
	*zoom: 1;
}
.image-scrollbox > ul:before,
.image-scrollbox > ul:after {
	content: "";
	display: table;
	line-height: 0;
}
.image-scrollbox > ul:after {
	clear: both;
}
.image-scrollbox > ul {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
	width: 5000px;
}
.image-scrollbox > ul li {
	float: left;
	margin: 0 40px 0 0;
}

/*********************
ACCORDION
*********************/
.accordion {
	margin: 30px 0;
}
h3.accordion-title:before {
	content: "\002B";
	line-height: 1em;
	margin-top: -12px;
	position: absolute;
	right: 34px;
	top: 50%;
}
h3.accordion-title.open:before {
	content: "\2212";
}
h3.accordion-title {
	background: #e7eff5;
	cursor: pointer;
	font-size: 1.333333rem;
	font-weight: normal;
	margin: 0 0 4px;
	padding: 29px 60px 29px 28px;
	position: relative;
}
h3.accordion-title.open {
	background: #00284d;
	color: #fff;
}
.accordion-content {
	background: #f2f2f2;
	margin: -4px 0 23px;
	padding: 30px 55px;
}

/*********************
WP-TILES
*********************/
div.tb-close-icon:before {
	line-height: 18px;
}
div.tb-close-icon {
	height: 18px;
	line-height: 18px;
	width: 18px;
}
div#TB_caption {
	height: auto;
	padding-left: 15px;
}

/*********************
WOOCOMMERCE
*********************/
.em-shopping-cart-wdg.hidden {
	display: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #fff;
	margin: 0 auto 30px !important;
	max-width: 1060px;
}

/* Category Listing Page */
.woocommerce ul.products li.product {
	*zoom: 1;
}
.woocommerce ul.products li.product:before,
.woocommerce ul.products li.product:after {
	content: "";
	display: table;
	line-height: 0;
}
.woocommerce ul.products li.product:after {
	clear: both;
}
.woocommerce ul.products li.product {
	border-top: 1px solid #c4c9d0;
	float: none;
	margin: 56px 0 0;
	padding: 51px 0 0;
	width: auto;
}
.woocommerce ul.products li.product:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.woocommerce ul.products li.product > a:before {
	background: rgba(179,35,23,0.6);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
}
.woocommerce ul.products li.product > a:after {
	border: 1px solid #fff;
	color: #fff;
	content: "View Product Details";
	font-size: 1.38888889rem;
	height: 68px;
	left: 50%;
	line-height: 68px;
	margin: -34px 0 0 -145px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	visibility: hidden;
	width: 290px;
}
.woocommerce ul.products li.product-category> a:after {
	content: "View Range";
	margin-left: -101px;
	width: 202px;
}
.woocommerce ul.products li.product > a:hover:before, .woocommerce ul.products li.product > a:hover:after {
	opacity: 1;
	visibility: visible;
}
.woocommerce ul.products li.product > a {
	float: left;
	margin-top: 5px;
	position: relative;
	width: 47.169811%;
}
.woocommerce ul.products li.product > a > h3 {
	display: none;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.cat-list-info, .product-list-info {
	float: right;
	padding-bottom: 60px;
	width: 47.169811%;
}
.cat-list-title, .product-listing-title {
	color: #596060;
	font-size: 1.444444rem;
	font-weight: 300;
}
.cat-list-title a, .product-listing-title a {
	color: #596060;
}
.cat-list-title a:hover, .product-listing-title a:hover {
	color: #b32317;
}
.cat-list-link, .product-list-link {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 47.169811%;
}
.cat-list-link a.em-button, .product-list-link a.em-button {
	font-size: 1.055556rem;
	padding-bottom: 13px;
	padding-top: 14px;
}

/* Product Archive - Listing View */
.product-listing-switch-view {
	float: right;
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
}
.product-listing-switch-view li {
	border-left: 1px solid #c7c6c2;
	float: left;
	margin-left: 13px;
	padding-left: 13px;
}
.product-listing-switch-view li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.product-listing-switch-view li a:before {
	color: #d6d6d3;
	font-family: FontAwesome;
	font-size: 1.222222rem;
	margin-right: 3px;
	vertical-align: middle;
}
.product-listing-switch-view li a.em-list-view:before {
	content: "\f00b";
}
.product-listing-switch-view li a.em-grid-view:before {
	content: "\f009";
}
.product-listing-switch-view li a:hover:before, .product-listing-switch-view li a.em-active:before {
	color: #000;
}
.product-listing-switch-view li a {
	color: #596060;
	display: block;
	font-size: 16px;
	line-height: 1.375em;
	font-weight: normal;
	text-decoration: none;
}
.woocommerce form.woocommerce-ordering:before {
	content: "Order By:";
	font-size: 1.111111rem;
	left: 0;
	line-height: 36px;
	position: absolute;
	top: 0;
}
.woocommerce form.woocommerce-ordering {
	float: none;
	margin: 0 150px 35px 0;
	padding-left: 90px;
	position: relative;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper {
	width: 160px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper div span {
	font-size: 14px;
	line-height: 36px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	font-size: 28px;
	line-height: 36px;
}
.product-list-des p {
	margin: 0;
}
.woocommerce ul.products li.product .price {
	color: #b32317;
	font-size: 1rem;
	font-weight: 500;
	margin: 24px 0 20px;
}
body.em-grid-view-mode .product-list-sku, body.em-grid-view-mode ul.products li.product .price, body.em-grid-view-mode .product-listing-size, body.em-grid-view-mode .product-list-des, body.em-grid-view-mode .product-list-link {
	display: none;
}
body.em-grid-view-mode ul.products {
	margin-top: -50px;
}
body.em-grid-view-mode ul.products li.product {
	border-top: none;
	float: left;
	margin: 50px 0 0 !important;
	padding-top: 0;
	width: 47.169811%;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n) {
	float: right;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n+1) {
	clear: both;
}
body.em-grid-view-mode ul.products li.product > a {
	display: block;
	float: none;
	width: auto;
}
body.em-grid-view-mode .product-list-info {
	float: none;
	padding: 0;
	width: auto;
}
body.em-grid-view-mode .product-listing-title {
	margin-top: 20px;
}
.woocommerce ul.products, .woocommerce ul.products * {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

/*********************
TESTIMONIALS
*********************/
.widget_woothemes_testimonials > .testimonials {
	*zoom: 1;
}
.widget_woothemes_testimonials > .testimonials:before,
.widget_woothemes_testimonials > .testimonials:after {
	content: "";
	display: table;
	line-height: 0;
}
.widget_woothemes_testimonials > .testimonials:after {
	clear: both;
}
.widget_woothemes_testimonials > .testimonials {
	position: relative;
}
.testimonials-list .quote > img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	width: 164px;
}
.testimonials-list .quote blockquote {
	font-size: 1.8125rem;
	line-height: 1.3384083em;
	margin: 15px 0 22px 210px;
}
.testimonials-list .quote blockquote p {
	font-size: 1.6875rem;
	line-height: 1.333333em;
	margin: 0;
}
.testimonials-list .quote .author {
	display: block;
	font-size: 1.4375rem;
	font-style: normal;
	margin: 0 0 0 210px;
}

/*********************
FLEXSLIDER
*********************/
.flexslider {
	background: none;
	border: none;
}
.flex-direction-nav {
	height: 0;
}
.flex-nav-prev {
	float: left;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav a:before {
	color: rgba(0,0,0,0.4);
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 34px;
	text-indent: 0;
	text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
	content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
	content: "\f105";
}
.flex-direction-nav a:hover:before {
	color: rgba(0,0,0,1);
}
.flex-direction-nav a {
	font-size: 0;
	line-height: 0;
	opacity: 1 !important;
	outline: none;
	text-indent: -999em;
	width: 25px;
}
.flex-direction-nav .flex-prev {
	left: 10px;
}
.flex-direction-nav .flex-next {
	right: 10px;
}
.flexslider .slides img {
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/*********************
NEXTGEN FLEXSLIDER
*********************/
.flexslider.em-nextgen-flexslider {
	margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
	margin-right: 36px;
}

/*********************
GRAVITY FORM
*********************/
div.gform_wrapper {
	margin: 0;
	max-width: none;
}
div.gform_wrapper ul li.gfield {
	margin-bottom: 12px;
}
div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .left_label .gfield_label {
	display: block;
	font-weight: inherit;
	margin: 0 0 3px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
	width: 100%;
}
div.gform_wrapper .top_label textarea.medium {
	width: 100%;
}
div.gform_wrapper .gform_footer {
	padding: 0;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
	margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
	height: 100px;
}

/*********************
JQTRANSFORM
*********************/
.jqTransformHidden {
    display: none !important;
}
.jqTransformSelectWrapper,
.jqTransformSelectWrapper div span{
	width: 100% !important;
}
.jqTransformSelectWrapper div span{
	border: 1px solid #b7b7b7;
	line-height: 50px;
	font-size: 1rem;
	padding: 0 0 0 12px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen:before{
	font-size: 28px;
	line-height: 50px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen{
	height: 50px;
	top: 1px;
	right: 1px;
}
.jqTransformSelectWrapper ul a{
	font-size: 0.938rem;
	padding: 4px 12px;
}

/*********************
BLOG
*********************/
.img-zoom {
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.img-zoom:hover {
    -webkit-transform: scale(1.075); 
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
	
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postlist .post {
	border-top: 1px solid #e5e5e5;
	margin-top: 35px;
	padding-top: 35px;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.post-list-date {
	font-size: 0.875rem;
	margin-bottom: 14px;
}
.post-list-date a {
	text-decoration: underline;
}
h2.entry-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.post-list-thumbnail {
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}
.post-list-thumbnail a.em-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.post-list-content p {
	margin-top: 0;
}
.post-list-content a.excerpt-read-more {
	display: none;
}
.post-tags:before {
	content: "\f02c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 1px;
}
.post-tags {
	font-size: 0.875rem;
	margin: 15px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
h1.single-title {
	font-size: 1.8125rem;
	font-weight: normal;
}
.post-image {
	margin: 15px 0;
}

/*********************
NAVIGATION
*********************/
nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.main-nav ul.nav > li:after {
	background-color: #d7e179;
	content: "";
	height: 17px;
	position: absolute;
	right: 0;
	top: 30px;
	width: 1px;
}
nav.main-nav ul.nav > li:last-child:after {
	display: none;
}
nav.main-nav ul.nav > li {
	float: left;
	margin-left: -1px;
	position: relative;
}
.nav.main-nav ul.nav > li:first-child {
	margin-left: 0;
}
nav.main-nav ul.nav > li > a {
	color: #fff;
	display: block;
	font-size: 1.111111rem;
	font-weight: normal;
	letter-spacing: 0.006em;
	line-height: 73px;
	padding: 2px 16px 0 15px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
nav.main-nav ul.nav > li:first-child > a:before {
	bottom: 0;
	color: #ee7e40;
	content: "\f015";
	font-family: FontAwesome;
	font-size: 36px;
	left: 0;
	line-height: 74px;
	position: absolute;
	right: 0;
	text-align: center;
	text-indent: 0;
	top: 0;
}
nav.main-nav ul.nav > li.current-menu-item:first-child > a:before,
nav.main-nav ul.nav > li.current-parent-item:first-child > a:before,
nav.main-nav ul.nav > li.current-menu-ancestor:first-child > a:before,
nav.main-nav ul.nav > li:first-child:hover > a:before {
	color: #fff;
}
nav.main-nav ul.nav > li:first-child > a {
	font-size: 0;
	text-indent: -999em;
	width: 90px;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a,
nav.main-nav ul.nav > li:hover > a,
nav.main-nav ul.nav > li.hover > a {
	background-color: #949f2a;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a {
	font-weight: normal;
}
nav.main-nav ul.nav li ul {
	background: #949f2a;
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	visibility: hidden;
	width: 250px;
}
nav.main-nav ul.nav li:hover > ul,
nav.main-nav ul.nav li.hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 0;
	top: 100%;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #fff;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #fff;
	display: block;
	padding: 8px 14px;
	text-decoration: none;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a,
nav.main-nav ul.nav li ul li a:hover {
	background: #152e54;
}

/*********************
Contact Page
*********************/
.clear {
	clear: both;
}
.page-template-template-contact .mainbody {
	padding-top: 0;
}
.page-template-template-contact .mainbody > .center {
	max-width: none;
	padding: 0;
}
.page-template-template-contact #main p {
	font-size: 17px;
	line-height: 2.3em;
	margin-bottom: 40px;
}
.page-template-template-contact #main p span.schedtime {
    float: right;
    margin-right: 13%;
    width: 160px;
    max-width: 100%;
}
.contact-info-wrap {
	margin-bottom: 0px;
	background: #003a59;
}
.contact-form, .map-newsletter {
	float: left;
	width: 50%;
	position: relative;
  margin-bottom:0px;
}
.map-newsletter .map-wrap {
	position: relative;
}
.map-newsletter .map-wrap iframe {
  display: block;
}
.map-newsletter .active-overlay:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.contact-form {
    background: #003a59;
    padding: 75px 124px 135px 148px;
	margin-top: -80px;
}
.contact-form h2 {
	color: #FFF;
	font-size: 40px;
	margin-bottom: 20px;
}
div.gform_wrapper .top_label textarea::-webkit-input-placeholder,
div.gform_wrapper .top_label input::-webkit-input-placeholder {
	color: #FFF;
}
div.gform_wrapper .top_label textarea::-moz-placeholder,
div.gform_wrapper .top_label input::-moz-placeholder {
	color: #FFF;
}
div.gform_wrapper .top_label textarea:-ms-input-placeholder,
div.gform_wrapper .top_label input:-ms-input-placeholder {
	color: #FFF;
}
div.gform_wrapper .top_label textarea:-moz-placeholder,
div.gform_wrapper .top_label input:-moz-placeholder {
	color: #FFF;
}
div#gform_wrapper_1 ul li.gfield {
	clear: none;
    width: 47.5%;
    float: left;
    margin-right: 5%;
	margin-bottom: 15px;
}
div#gform_wrapper_1 ul li.gfield:nth-of-type(2n+1) {
    margin-right: 0;
}
div#gform_wrapper_1 ul li.gfield:first-of-type,
div#gform_wrapper_1 ul li.gfield:last-of-type {
    width: 100%;
}
#gform_wrapper_1 label {
	display: none;
}
#gform_wrapper_1 input, #gform_wrapper_1 textarea {
	font-size: 24px;
    background: transparent;
    border: 2px solid #FFF;
    height: auto;
    padding: 10px 10px;
    color: #FFF;
}
#gform_wrapper_1 textarea {
	height: 160px;
}
#gform_wrapper_1 input#gform_submit_button_1 {
	font-size: 28px;
    text-align: center;
    width: 100%;
    background: #b94550;
    border: 0 none;
  padding: 20px;
}
#gform_wrapper_1 input#gform_submit_button_1:hover {
	background: rgba(185, 69, 80, 0.8);
}
.newsletter-form {
	text-align: center;
    background: url(library/images/newsletter-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 57px 10px 75px;
  position: relative;
	height: 331px;
  margin-bottom:50px;
  z-index: 90;
}
.newsletter-form p {
	font-size: 55.99px;
    font-family: Candy Texture;
    color: #FFF;
	margin-bottom: 10px;
}
.map-newsletter #gform_wrapper_2 {
	width: 770px;
	max-width: 100%;
    margin: 0 auto;
}
.map-newsletter div#gform_wrapper_2 ul li.gfield {
	margin-bottom: 0;
}

.newsletter-form .gform_wrapper {
  max-width:800px;
	margin-left: auto;
	margin-right: auto;
}

/*********************
SuperFly Menu
*********************/
.sfm-navicon-button {
	padding: 20px 8px;
}

/**/
div.ezcol.offset-div {
	background: #003a59;
    width: 42.5% !important;
    padding: 60px 70px;
    margin-top: -141px;
}
div.ezcol.offset-div h3, div.ezcol.offset-div p {
	color: #FFF;
}
div.ezcol.offset-div h3 {
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 50px;
}
div.ezcol.offset-div h3:after {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    background: #FFF;
    bottom: 0;
    left: 0;
}
div.ezcol.offset-div a.em-white {
    display: inline-block;
    margin: 20px 0 10px;
}
div.ezcol.offset-div a.em-white:hover {
	background: #FFF;
    text-decoration: none;
}
div.ezcol.offset-div-side {
	width: 54% !important;
}

body.sidebar div.ezcol.offset-div {
	padding: 35px 40px;
}
div.ezcol.offset-div a.em-white {
	padding: 20px;
}

/*BOTTOM BAR*/
.bottom-bar {
	background: url('library/images/bottom-bar-bg.jpg') center no-repeat;
	background-size: cover;
	padding: 179px 0;
}
.bottom-bar div.ezcol-two-fifth {
	width: 44% !important;
}
.bottom-bar div.ezcol-last {
	width: 53% !important;
}
.bottom-bar p, .bottom-bar h3 {
	color: #FFF;
}
.bottom-bar h3 {
    font-size: 55px;
    letter-spacing: 0;
    font-family: Candy Texture;
}
.bottom-bar div.gform_wrapper {
	margin-top: 35px;
}
.bottom-bar .gform_body, .bottom-bar .gform_wrapper .gform_footer {
	float: left;
	margin: 0;
	clear: none;
}
#gform_wrapper_2 .gform_body {
	width: 74%;
    float: left;
}
#gform_wrapper_2 #gform_fields_2 input {
	font-size: 24px;
    color: #FFF;
    background: transparent;
    border: 2px solid #FFF;
    padding: 47px 20px 49px;
}
#gform_wrapper_2 .gform_footer {
	width: 26%;
    float: left;
    clear: none;
    margin: 0;
}
#gform_wrapper_2 .gform_footer input#gform_submit_button_2 {
	width: 100%;
    background: #b94550;
    font-size: 28px;
    height: 100%;
    padding: 31px 10px;
    margin-left: -2px;
}
#gform_wrapper_2 .gform_footer input#gform_submit_button_2:hover {
	background: rgba(185,69,80, 0.9);
}
#gform_wrapper_2 form:after {
	content: '';
	clear: both;
	display: block;
}
#gform_wrapper_2 .top_label .gfield_label {
	display: none;
}
#gform_wrapper_2 label.gfield_label+div.ginput_container {
	margin: 0;
}

/*********************
Responsive Menu
*********************/
div#responsive_menu_pro {
	z-index: 9998;
}
div#responsive_menu_pro_button {
    bottom: 0;
    padding: 12px 16px;
	position: absolute;
    right: 0;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines .responsive_menu_pro_button_line {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines, #responsive_menu_pro_button_text {
	float: left;
}
#responsive_menu_pro_button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 18px;
	margin-left: 10px;
}
div#responsive_menu_pro_button #responsive_menu_x {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
}
#responsive_menu_pro .responsive_menu_pro_menu ul {
	margin: 0;
	padding-left: 0;
}
#responsive_menu_pro div.responsive-menu-social {
	margin: 20px 0 0 -12px !important;
}
.responsive-menu-social a {
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	float: left;
	font-size: 22px;
	height: 37px;
	line-height: 37px;
	margin-left: 12px;
	text-align: center;
	text-decoration: none;
	width: 37px;
}
.responsive-menu-social a:hover {
	color: #fff;
}

/*********************
BACK TO TOP
*********************/
.cd-top {
	background: rgba(123,33,42, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	bottom: 30px;
	display: inline-block;
	height: 44px;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 30px;
	text-indent: 100%;
	visibility: hidden;
	white-space: nowrap;
	width: 44px;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: 0.5;
}
.no-touch .cd-top:hover {
	background-color: #7b212a;
	opacity: 1;
}

/*********************
RESPONSIVE STYLES
*********************/
@media (max-width: 1860px) {
	.header-right{margin-right: 50px;}
	.sfm-pos-right .sfm-label-none .sfm-navicon-button{left: -20px;}

	.home-portals span.em-button,
	.home-exhibits span.em-button{
		padding: 30px 60px 29px;
	}
	.exhibit-content, .portal-content{
		padding-left: 40px !important;
		padding-right: 40px;
	}
	.exhibit-content h3, .portal-content h3{font-size: 2.25rem;}
}
@media (max-width: 1700px) {
	.home-portals span.em-button,
	.home-exhibits span.em-button{
		font-size: 1.25rem;
		padding: 25px 50px 24px;
		margin: 10px 0 0;
	}
	.home-exhibits > a:last-child .exhibit-icon{margin: 0 0 20px;}
	.home-exhibits > a:last-child .exhibit-icon img{padding: 0 5px 30px;}
	.exhibit-icon, .portal-icon{margin: 0 0 30px;}
	.exhibit-content h3, .portal-content h3{font-size: 2rem;}
	.exhibit-content p, .portal-content p{font-size: 1rem;}
}
@media (max-width: 1500px) {
	body, p, td, ul, li {
		font-size: 1rem;
		line-height: 1.4em;
	}
	h1 {
		font-size: 4rem;
	}
	h2 {
		font-size: 3rem;
	}
	h3 {
		font-size: 2rem;
	}
	h4 {
		font-size: 1.5rem;
	}
	h5 {
		font-size: 1.25rem;
	}
	h6 {
		font-size: 1.125rem;
	}
	
	.logo img{
		width: 140px;
	}
	
	/* Home Portals */
	.home-portals span.em-button,
	.home-exhibits span.em-button{
		font-size: 1.125rem;
		padding: 21px 45px 20px;
		margin: 10px 0 0;
	}
	.home-exhibits > a:last-child .exhibit-icon{margin: 0 0 15px;}
	.home-exhibits > a:last-child .exhibit-icon img{padding: 0 5px 20px;}
	.exhibit-icon, .portal-icon{margin: 0 0 20px;}
	.exhibit-content, .portal-content{
		padding-left: 30px !important;
		padding-right: 30px;
	}
	.exhibit-content h3, .portal-content h3{font-size: 1.75rem;}
	.exhibit-content p, .portal-content p{font-size: 0.875rem;}
	
	body.home .mainbody{padding: 130px 0;}
	
	/* Inner Banner */
	.inner-banner {
		padding: 250px 0 140px;
	}
	
}
@media (max-width: 1300px) {
	.center{
		padding: 0 15px;
	}
	
	/* Home Portals */
	.home-exhibits > a{width: 50% !important;}
	.home-exhibits > a:last-child { margin-top: -7.28%; }
	.home-portals span.em-button,
	.home-exhibits span.em-button{
		padding: 16px 35px 15px;
		margin: 0;
	}
	.exhibit-content h3, .portal-content h3{font-size: 1.5rem;margin: 0 0 18px;}
	.exhibit-content p, .portal-content p{margin: 0 0 20px;}
	
	/* Footer */
	.footer-col-1 > div.widget{padding-right: 7%;}
	.footer-col-1 p{font-size: 1rem;}
	.footer-col-3 img:first-child{margin-right: 20px;}
	.contact-form {
		padding: 75px 80px 65px 90px;
	}
	.contact-form h2 {
		font-size: 34px;
		margin-bottom: 45px;
	}
	.newsletter-form p {
		font-size: 38px;
		margin-bottom: 20px;
	}
	#gform_wrapper_1 input, #gform_wrapper_1 textarea {
		padding: 25px 15px;
		font-size: 20px;
	}
	div#gform_wrapper_1 ul li.gfield {
		margin-bottom: 30px;
	}
	.newsletter-form {
		padding: 46px 10px 58px;
		height: auto;
	}
	.newsletter-form #gform_wrapper_2 #gform_fields_2 input {
		padding: 35px 20px 40px;
		font-size: 20px;
	}
	.newsletter-form #gform_wrapper_2 .gform_footer input#gform_submit_button_2 {
		padding: 24.5px 10px;
		font-size: 22px;
	}
	.newsletter-form #gform_wrapper_2 .gform_body {
		width: 69%;
	}
	.newsletter-form #gform_wrapper_2 .gform_footer {
		width: 31%;
	}
	.map-newsletter #gform_wrapper_2 {
		width: 450px;
	}
	.map-wrap iframe {
		height: 550px;
	}
}
@media (max-width: 1100px) {
	html{font-size: 92.5% !important;}
	
	a.em-button, button.em-button, span.em-button{
		padding: 24px 45px;
		font-size: 1.25rem;
	}
	
	/* Section Layout */
	.mainbody, 
	.extra-content {
		padding: 50px 0;
	}
	
	/* Sidebar */
	body.sidebar .mainbody-inner {
		padding-right: 280px;
		position:relative;
	}
	.sidebar .main-content {width:100%; position:relative;}
	.sidebar .main-sidebar {
		width: 230px;
		margin-right:-100%;
	}
	.main-sidebar .widget{
		margin-bottom: 30px;
		padding-top: 30px;
	}
	.main-sidebar ul.menu > li > a{
		padding: 18px 15px 17px;
	}
	
	/*** Enter your custom style here ***/
	/* Header */
	.logo img{width: 130px;}
	
	/* Home Mainbody */
	body.home .mainbody{padding: 100px 0;}
	
	/* Inner Banner */
	.inner-banner {
		padding: 240px 0 100px;
	}
	
	
	/* Footer */
	.footer-col-3 img:first-child{margin-right: 10px;}
	
	div.ezcol.offset-div {
		margin-top: -100px;
		padding:40px;
	}	
	div.ezcol.offset-div h3 {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	div.ezcol.offset-div a.em-white{margin: 0;}
}

@media (max-width: 1023px) {
	html{font-size: 90% !important;}
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 1.75rem;
	}
	h2.entry-title {
		font-size: 1.375rem;
	}
	.post-list-thumbnail {
		margin-right: 15px;
	}
	.table-style-1 td, .table-style-1 th {
		padding-left: 10px;
	}
	.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
		left: 0;
	}
	.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
		right: 0;
	}
	div.ezcol-last + .ezcol-divider {
		clear: both !important;
		display: block !important;
	}
	.cd-top {
		bottom: 20px;
		right: 20px;
	}
/* 	.sfm-rollback {
		display: block;
		width: 0;
	} */
	.extra-content-col-05 .extra-content-col {
		width: 50%;
	}
	.extra-content-col-06 .extra-content-col {
		width: 33.333333%;
	}
	.extra-content-col-05 .extra-content-col:nth-child:(5n+1),
	.extra-content-col-06 .extra-content-col:nth-child:(6n+1) {
		clear: none;
	}
	.extra-content-col-05 .extra-content-col:nth-child:(2n+1),
	.extra-content-col-06 .extra-content-col:nth-child:(3n+1) {
		clear: both;
	}
	
	/* WooCommerce */
	.woocommerce ul.products li.product > a:after {
		font-size: 1.25rem;
		height: 50px;
		line-height: 50px;
		margin: -25px 0 0 -100px;
		width: 200px;
	}
	.cat-list-info, .product-list-info {
		padding-bottom: 0;
	}
	.cat-list-link, .product-list-link {
		margin-top: 15px;
		position: static;
		width: auto;
	}
	.woocommerce ul.products li.product .price {
		margin: 14px 0 12px;
	}
	.cat-list-link a.em-button, .product-list-link a.em-button {
		font-size: 1rem;
	}
	body.em-grid-view-mode ul.products {
		margin-top: -30px;
	}
	body.em-grid-view-mode ul.products li.product {
		margin-top: 30px !important;
	}
	body.em-grid-view-mode .product-listing-title {
		margin-top: 10px;
	}
	.woocommerce div.product .product_title {
		font-size: 2.125rem;
		margin-bottom: 20px;
	}
	
	/* Section Layout */
	.mainbody,
	.extra-content,
	.bottom-bar{
		padding: 40px 0;
	}
	
	/* Sidebar */
	body.sidebar .mainbody-inner {
		padding-right: 260px;
	}
	.main-sidebar {
		width: 260px;
		padding-left: 0;
	}
	.main-sidebar .widget{
		margin-bottom: 20px;
		padding-top: 20px;
	}
	.main-sidebar ul.menu > li > a{
		padding: 20px 18px 20px 24px;
	}
	
	/*** Enter your custom style here ***/
	/* Header */
	div.sfm-navicon-button {
		top: 23px;
	}
	.main-header{padding: 30px 0;}
	.logo img{width: 100px;}
	
	/* Home Portals */
	.exhibit-content, .portal-content{
		padding-left: 20px !important;
		padding-right: 20px;
	}
	.home-portals span.em-button, 
	.home-exhibits span.em-button{
		font-size: 1rem;
		padding: 16px 25px 15px;
	}
	.exhibit-content p, .portal-content p,
	.exhibit-icon, .portal-icon{display: none;}
	
	/* Home Mainbody */
	body.home .mainbody{padding: 70px 0;}
	
	/* Footer */
	.main-footer{padding: 50px 0 90px;}
	.footer-col-1{width: 37%;}
	.footer-col-1 > div.widget{
		padding: 0 0 24px;
		width: 100%;
	}
	.footer-col-2{width: 33%;}
	.footer-col-3{width: 30%;}
	.copyright{padding: 0;}
	
	.inner-banner {
		padding: 190px 0 80px;
	}
	
	div.ezcol.offset-div {
		padding: 30px;
		margin-top: -85px;
	}
	div.ezcol.offset-div a.em-white {
		padding: 20px 10px;
		min-width: 200px;
		text-align: center;
	}
	.bottom-bar h3 {
		font-size: 40px;
	}
	.bottom-bar #gform_fields_2 input {
		padding: 35px 20px 39px;
		font-size: 20px;
	}
	.bottom-bar div.gform_wrapper {
		margin-top: 22px;
	}
	.bottom-bar .gform_wrapper .gform_footer input#gform_submit_button_2 {
		font-size: 18px;
		padding: 27px 10px;
	}
	/*.contact-info-wrap {
		margin-bottom: 40px;
	}*/
	.contact-form {
		padding: 40px 30px;
	}
	#gform_wrapper_1 input, #gform_wrapper_1 textarea {
		font-size: 18px;
		padding: 15px 10px;
	}
	.newsletter-form p {
		font-size: 30px;
	}
	.newsletter-form #gform_wrapper_2 #gform_fields_2 input {
		padding: 25px 10px 25px;
		font-size: 18px;
	}
	.newsletter-form #gform_wrapper_2 .gform_footer input#gform_submit_button_2 {
		padding: 15px 10px;
		font-size: 18px;
	}
	.map-wrap iframe {
		height: 430px;
	}
	.contact-form h2 {
		font-size: 32px;
		line-height: .8em;
	}
	.page-template-template-contact #main .ezcol-one-third {
		width: 400px !important;
		max-width: 100%;
		float: none;
		margin: 0 auto;
	}
	.page-template-template-contact #main .ezcol-one-third:first-of-type, .page-template-template-contact #main .ezcol-one-third:nth-of-type(2) {
		width: 50% !important;
		float: left;
	}
	body.sidebar div.ezcol.offset-div {
		width: 100% !important;
		float: none !important;
		margin-bottom: 35px;
	}
	body.sidebar div.ezcol.offset-div-side {
		width: 100% !important;
		float: none; !important;
	}
}

@media (min-width: 768px) {
	/* Responsive Column */
	div.ezcol-one-quarter {width: 23.17375% !important;}
	div.ezcol-one-half {width: 48.7825% !important;}
	div.ezcol-one-third {width: 31.71% !important;}
	div.ezcol-one-fifth {width: 18.052% !important;}
	div.ezcol-two-third {width: 65.855% !important;}
	div.ezcol-three-quarter {width: 74.39125% !important;}
	div.ezcol-two-fifth {width: 38.539% !important;}
	div.ezcol-three-fifth {width: 59.026% !important;}
	div.ezcol-four-fifth {width: 79.513% !important;}
	div.ezcol {margin-right: 2.435%;}
	div.ezcol-last {margin-right: 0;}
}

@media (min-width: 768px) and (max-width: 900px) {
	div.ezcol.offset-div {padding:20px;}
}
@media (max-width: 767px) {
	html {
		font-size: 87.5% !important;
	}
	.post-list-thumbnail {
		float: none;
		margin: 0 0 10px;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}
	.home-banner{
		display: none;
	}
	.csColumn {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	div.ezcol-one-half,
	div.ezcol-one-third, div.ezcol-two-third {
		margin-right: 0;
		width: 100% !important;
	}
	.cd-top {
		bottom: 10px;
		right: 10px;
	}
	.extra-content-col-04 .extra-content-col
	.extra-content-col-05 .extra-content-col,
	.extra-content-col-06 .extra-content-col {
		width: 50%;
	}
	.extra-content-col-04 .extra-content-col:nth-child:(2n+1),
	.extra-content-col-06 .extra-content-col:nth-child:(2n+1) {
		clear: both;
	}
	
	/* WooCommerce */
	.woocommerce ul.products li.product {
		margin-top: 26px;
		padding-top: 22px;
	}
	.woocommerce ul.products li.product > a {
		display: block;
		float: none;
		margin: 0;
		width: auto;
	}
	.cat-list-info, .product-list-info {
		float: none;
		margin: 20px 0 0;
		width: auto;
	}
	.cat-list-link a.em-button, .product-list-link a.em-button {
		display: block;
		padding-left: 10px;
		padding-right: 10px;
	}
	.product-listing-switch-view {
		float: none;
		margin: 0 0 15px;
	}
	.woocommerce form.woocommerce-ordering {
		margin-right: 0;
		padding-left: 80px;
	}
	body.em-grid-view-mode ul.products {
		margin: -20px auto 0;
		max-width: 500px;
	}
	body.em-grid-view-mode ul.products li.product {
		float: none !important;
		margin: 20px 0 0 !important;
		width: auto;
	}
	body.em-grid-view-mode .product-list-info {
		margin-top: 0;
	}
	
	/* Responsive Column */
	div.ezcol {
		width: 100% !important;
		margin: 0 0 20px;
	}
	div.ezcol-last {
		margin-bottom: 0;
	}
	
	/* Sidebar */
	body.sidebar .mainbody-inner {padding-right:0;}
	body.sidebar .main-content {margin-right:0;}
	body.sidebar .main-sidebar {width:100%; margin-right:auto;}
	
	/*** Enter your custom style here ***/
	body{
		background: url(library/images/banner-mobile.jpg) no-repeat center top;
		padding-top: 130px;
	}
	/* Header */
	.main-header{
		padding: 20px 0;
	}
	.logo img {
		width: 74px;
	}
	.header-right{
		margin-top: 24px;
	}
	body.sticky .logo img {
		width: 54px;
	}
	body.sticky .main-header{
		padding: 10px 0;
	}
	nav.top-menu{
		padding-left: 40px;
	}
	nav.top-menu a{
		padding: 0 10px;
	}

	/* Home Portals */
	.home-exhibits > a,
	.home-exhibits > a > img,
	.home-portals > a,
	.home-portals > a  > img{
		width: 100% !important;
	}
	.home-exhibits > a:last-child{
		margin-top: 0;
	}
	.home-exhibits > a:last-child .exhibit-content{
		text-align: center;
	}
	
	/* Home Mainbody */
	body.home .mainbody{padding: 50px 0;}
	
	/* Footer */
	.main-footer{
		text-align: center;
	}
	.footer-col{
		width: 100% !important;
		float: none;
	}
	.footer-col-2 ul li {
		display: inline-block;
		float: none;
		padding: 0 8px 7px;
		width: auto;
	}
	.footer-col-3{
		float: none;
		text-align: center;
		padding: 10px 0 20px;
	}
	.footer-col-3 img{
		margin: 5px;
	}
	.inner-banner {
		padding: 100px 0;
	}
	div.ezcol.offset-div {
		width: 100% !important;
	}
	div.ezcol.offset-div h3 {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	div.ezcol.offset-div-side {
		width: 100% !important;
	}
	.bottom-bar div.ezcol-two-fifth {
		width: 100% !important;
		text-align: center;
		float: none;
		margin-top: 10px;
	}
	.bottom-bar div.ezcol-last {
		max-width: 100% !important;
		width: 500px !important;
		margin: 40px auto 0;
		float: none;
	}
	.contact-form, .map-newsletter {
		width: 100%;
		margin-top: 0;
	}
	.page-template-template-contact #main .ezcol-one-third:nth-of-type(2) > p span:first-of-type {
		display: none;
	}
	.page-template-template-contact #main .ezcol-one-third:first-of-type, .page-template-template-contact #main .ezcol-one-third:nth-of-type(2) {
		width: 400px !important;
		float: none;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	/* Home Portals */
	.home-exhibits > a,
	.home-exhibits > a > img,
	.home-portals > a,
	.home-portals > a  > img{
		height: 250px;
	}
}
@media (max-width: 480px) {
	.g-recaptcha {
		-moz-transform: scale(0.925);
		-webkit-transform: scale(0.925);
		transform: scale(0.925);
		transform-origin: left center 0;
	}
	#fancybox-content .g-recaptcha {
		-moz-transform: scale(0.725);
		-webkit-transform: scale(0.725);
		transform: scale(0.725);
		transform-origin: left center 0;
	}
	.extra-content-cols .extra-content-col {
		width: 100%;
	}
	/*** Enter your custom style here ***/
	.header-right{display: none;}
	.bottom-bar .gform_body {
		width: 68%;
	}
	.bottom-bar .gform_wrapper .gform_footer {
		width: 32%;
	}
	div#gform_wrapper_1 ul li.gfield {
		width: 100% !important;
	}
  
  .page-id-46 .ezcol-one-third p{
     font-size: 15px !important;
  }
}
.home-exhibits{
	z-index:99;
}