/***************************************************************************************
Theme Name: Ipswich Library
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.2.3
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

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

/******
Temp Remove this
******/

.home-tile-temp {
    width: 1280px;
    margin: 0 auto;
    display: block;
    padding-top: 40px;
}

/******************************************
GENERAL STYLES
******************************************/
/* Font Faces - BEGIN */
@font-face {
    font-family: 'Flama';
    src: url('library/fonts/FlamaRegular.eot');
    src: url('library/fonts/FlamaRegular.eot') format('embedded-opentype'),
         url('library/fonts/FlamaRegular.woff2') format('woff2'),
         url('library/fonts/FlamaRegular.woff') format('woff'),
         url('library/fonts/FlamaRegular.ttf') format('truetype'),
         url('library/fonts/FlamaRegular.svg#FlamaRegular') format('svg');
	font-weight: normal;
    font-style: normal;
}
/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i'); */
/* Font Faces - END */

html {
	font-size: 100% !important;
}
body {
	overflow: auto;
}
body, p, td, ul, li {
	color: #8E8686;
	font-family: 'Flama', sans-serif;
	font-size: 0.938rem;
	font-weight: normal;
	line-height: 1.55555556em;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'Flama', sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 24px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	/* font-size: 45px; */
	font-size: 2.813rem;
	line-height: 1.1em;
}
h2 {
	/* font-size: 35px; */
	font-size: 2.188rem;
}
h3 {
	/* font-size: 30px; */
	font-size: 1.875rem;
}
h4 {
	/* font-size: 24px; */
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1.125rem;
}
a {
	color: #338B8B;
	outline: none;
	text-decoration: underline;
}
a, a:before, a: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: #1b8282;
	text-decoration: none;
}
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 24px;
	padding: 0;
}
p:last-child{
	margin-bottom: 0 !important;
}
table {
	margin: 30px 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;
}
.font-100 {
	font-weight: 100;
}
.font-200 {
	font-weight: 200;
}
.font-300 {
	font-weight: 300;
}
.font-400 {
	font-weight: 400;
}
.font-500 {
	font-weight: 500;
}
.font-600 {
	font-weight: 600;
}
.font-700 {
	font-weight: 700;
}
.font-800 {
	font-weight: 800;
}
.font-900 {
	font-weight: 900;
}
::-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%;
}
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;
}
#post-not-found {
	padding-top: 30px;
	text-align: center;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
}

.ellipsis.multiline {
    white-space: normal;
}
.em-googlemap,
.acf-map {
	position:relative;
}
.overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.twenty20 {
	max-width: 100%;
}
.extra-content,
.mainbody {
	padding: 95px 0;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-justify{
	text-align: justify;
}
.text-white *{
	color: #fff;
}
ul.list-none{
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
ul.list-none:before,
ul.list-none:after{
	content: "";
	display: table;
	line-height: 0;
}
ul.list-none:after{
	clear: both;
}
.py-0{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.px-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.pt-0{
	padding-top: 0 !important;
}
.pb-0{
	padding-bottom: 0 !important;
}
.mb-0{
	margin-bottom: 0 !important;
}
.extra-wide > .container{
	max-width: 1470px;
	width: 100%;
}
.max-wide > .container{
	max-width: 1920px;
	width: 100%;
}
.grid-line{
	background: url(library/images/grid-line.png) repeat-y center center !important;
}

*:focus {
    outline: none;
}

/* hide search on the main menu */
#menu-item-12551 {
    display: none !important;
}

#menu-item-12552 {
    display: none !important;
}

/******************************************
LAYOUT STYLES
******************************************/
.main-container{
	background-color: #f8f8f8;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

/* Header */

.main-header {
	background-color: #272626;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 999;
}
.main-header .col-xs-12 {
	position: static;
}
.logo{
	float: left;
	margin: 20px 0 19px 40px;
}
.logo img{
	max-width: 86px;
}
.header-nav{
	float: left;
	margin-left: 87px;
}
.header-right{
	float: right;
	margin: 20px 40px 0 0;
}
.header-right > div{
	display: inline-block;
}
.header-search{}
.header-search form{}
.header-search form > div{
	position: relative;
}
.header-search form input{
	border: 0;
	background: rgba(255,255,255,0.15);
	color: #fff;
	font-size: 14px;
	height: 34px;
	padding-left: 10px;
	width: 205px;
}
.header-search form button{
	border: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px 7px;
}
.header-LJ ul{
	margin: 0 0 0 5px;
}
.header-LJ ul > li{
	display: inline-block;
	margin-left: 2px;
}
.header-LJ ul > li > a{
	background-color: #338b8b;
	color: #fff;
	font-size: 0.813rem;
	line-height: 22px;
	border-bottom: 1px solid #307272;
	padding: 6px 5px 5px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	top: -1px;
}
.header-LJ ul > li > a:hover{
	background-color: #147f7f;
}
.header-LJ a.login{
	min-width: 63px;
}
.header-LJ a.join{
	min-width: 52px;
}

.header-button{
	padding: 0 15px;
}
.main-header, .logo, .logo img, .top-menu,
.header-right,
.header-right > ul > li,
.header-right > ul > li > a,
.header-right > ul > li > span {
    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;
}

/* Bottom Bar */
.bottom-bar{
	background-color: #272626;
	text-align: center;
	padding: 70px 0;
}
.bottom-bar p{
	font-size: 0.938rem;
	color: #fff;
	margin-bottom: 14px;
}
.bottom-bar img{
	margin-top: 12px;
}
.bottom-bar div.gform_wrapper{
	max-width: 360px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.bottom-bar div.gform_wrapper ul.gform_fields li.gfield{
	margin: 0;
	width: 100% !important;
}
.bottom-bar div.gform_wrapper label.gfield_label{
	display: none;
}
.bottom-bar div.gform_wrapper input[type="text"]{
	font-size: 14px !important;
	height: 50px !important;
	color: rgba(112, 112, 112, 0.5) !important;
	padding: 8px 24px !important;
	width: 100% !important;
	border: 0 !important;
}
.bottom-bar div.gform_wrapper input[type="email"]{
	font-size: 14px !important;
	height: 50px !important;
	color: rgba(112, 112, 112, 0.5) !important;
	padding: 8px 24px !important;
	width: 100% !important;
	border: 0 !important;
}
.bottom-bar div.gform_wrapper div.gform_footer{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: auto;
}
.bottom-bar div.gform_wrapper div.gform_footer input[type="submit"]{
	background: #338b8b url(library/images/icons/icon-mail@2x.png) no-repeat center center;
	-webkit-background-size: 29px auto;
	-moz-background-size: 29px auto;
	-o-background-size: 29px auto;
	background-size: 29px auto;
	margin: 0;
	text-indent: -999em;
	border: 0;
	height: 50px;
	display: block !important;
	border-radius: 0;
}
.bottom-bar div.gform_wrapper div.gform_footer input[type="submit"]:hover{
	background-color: #0e7f7f;
}
.bottom-bar div.gform_wrapper div.validation_error{
	display: none;
}
.bottom-bar div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
	max-width: 100% !important;
	padding: 0 0 8px;
	border: 0;
	margin: 0 !important;
}
.bottom-bar div.gform_wrapper .field_description_below .gfield_description{
	padding: 8px 10px 0;
	font-weight: 400;
	font-size: 14px;
}
/* .bottom-bar div.gform_wrapper img.gform_ajax_spinner{
	position: relative;
	margin-right: -20px;
} */

/* Footer */
.main-footer{
	background-color: #fff;
	padding: 100px 0 80px;
}
.main-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-col-1 h6.widgettitle{
	font-size: 0.938rem;
	color: #363636;
	padding-bottom: 12px;
	border-bottom: 4px solid #000;
	margin-bottom: 15px;
}
.footer-col-1 ul li a{
	font-size: 0.875rem;
	line-height: 1.5875em;
	color: #9A9A9A;
	display: block;
	text-decoration: none;
}
.footer-col-1 ul li a:hover{
	text-decoration: underline;
}
ul.social-media{
	float: right;
	padding-top: 15px;
}
ul.social-media li{
	float: left;
	margin-left: 8px;
}
ul.social-media li a{
	width: 38px;
	height: 38px;
	background-color: #000;
	display: block;
	text-align: center;
}
ul.social-media li a.twitter:hover{
	background-color: #68cdef;
}
ul.social-media li a.instagram:hover{
	background-color: #517fa4;
}
ul.social-media li a.facebook:hover{
	background-color: #517ebc;
}
ul.social-media li i.fa{
	color: #fff;
	font-size: 19px;
	line-height: 38px;
}
ul.social-media li i.fa-instagram{
	font-size: 21px;
}
ul.social-media li:last-child{
	margin-left: 40px;
}
ul.social-media li:last-child a{
	width: auto;
	background: none;
}
.social-media .svg-inline--fa {
    color: #fff;
    margin-top: 9px;
}

.social-media a{
}
.copyright{
	margin-top: 80px;
}
.copyright p{
	font-size: 0.938rem;
	line-height: 1.55em;
	color: #7e7d88;
	margin: 0;
}
.copyright a{
	color: #7e7d88;
}

/*** Enter your style for global layout here ***/
.content-column {
    padding: 10px;
}
#sfm-sidebar.sfm-vertical-nav .sfm-menu .sfm-sm-indicator::before {
	bottom: 0;
	content: "";
	right: 100%;
	position: absolute;
	top: 0;
	width: 999em;
	z-index: 3;
}

/******************************************
LOCATIONS
******************************************/

.icl__location-page__content {
    display: inline-block;
    padding-right: 40px;
    width: calc(100% - 300px);
}

.icl__location-page__side-bar {
    display: inline-block;
    vertical-align: top;
}
.icl__location-page__bottom-bar {
    margin-top: 50px;
}
.icl__location-page__open-now {
    background: #338B8B;
    z-index: 9999 !important;
    color: #fff;
    padding: 0px 10px;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    bottom: -26px;
    right: 0;
    line-height: 20pt;
}
.location-map {
	height: 300px;
	margin-bottom: 15px;
}
#main.location-page{
    background: none;
    box-shadow: none;
    padding: 0;
}

/******************************************
INTRO AREA
******************************************/

.ipl__intro-area {
    position: relative;
	width: 100%;
	height: 445px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
    margin-bottom: 110px;
}

.ipl__intro-area__text-container {
    position: absolute;
    bottom: 36px;
    background: #1F1F1F;
    left: 74px;
    padding: 53px 60px;
    font-size: 1.5rem;
    color: #fff;
    max-width: 456px;
    line-height: 1.33em;

}

/******************************************
HOMEPAGE STYLES
******************************************/
/* Home Banner */
.home-banner *{
	color: #fff;
}
.home-banner{
	position: relative;
	background: url(library/images/banner-home.jpg) no-repeat center top;
	height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.home-banner .em_vvb__banner-area{
	top: 0 !important;
	left: -1px;
	margin-bottom: 0 !important;
}
.home-banner img.banner-image,
.home-banner .em_vvb__banner_overlay{
	display: none;
	opacity: 0;
}
.home-banner-overlay{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index: 2;
}
.home-banner .banner-left{
	padding-left: 20px;
	padding-right: 48px;
}
.home-banner h1{
	font-size: 65px;
	background-color: #292828;
	display: inline-block;
	padding: 11px 22px;
	margin-bottom: 16px;
}
.home-banner p{
	background-color: rgba(41, 40, 40, 0.9);
	display: inline-block;
	padding: 17px 22px 16px 17px;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 18px;
}
.home-banner p:last-child{
	background: none;
	padding: 0;
	display: block;
}
.homepage-tile-slider {
    background: #000;
    padding: 20px 0;
}
.homepage-tile-slider .slick-slide a {
    vertical-align: top;
}
.homepage-tile-slider .slick-list::before,
.homepage-tile-slider .slick-list::after {
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
	width: 200px;
	z-index: 1;
}
.homepage-tile-slider .slick-list::before {
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	left: 0;
}
.homepage-tile-slider .slick-list::after {
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	right: 0;
}
.ems__slide-content-row {
    display: inline-block;
}
.ems__slide-title {
    display: block;
	padding: 7px 23px 0 13px;
}
.ems__slide-date {
    display: block;
    margin: 0;
    line-height: 1.4em;
    padding-bottom: 7px;
    padding-right: 25px;
	padding-top: 2px;
}
.homepage-tile.extra-content {
    padding: 10px 0;
}
.tiles-wrapper * {
    color: #fff;
}
.tiles-wrapper > .row {
	align-items: stretch;
	display: flex;
}
.tiles-wrapper > .row > .col-xs-12 {
	padding-bottom: 8px;
	padding-top: 8px;
}
.tiles-wrapper > .row > .col-xs-12 > .tile-inner {
	height: 100%;
}
.tile-inner {
	background-position: center center;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.tile-box a::after {
	display:none;
	background: url(library/images/icon_arrow@2x.png) no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
	bottom: 42px;
	content: "";
	height: 32px;
	position: absolute;
	right: 28px;
	width: 32px;
}
.tile-box a {
	display: block;
	height: 100%;
	position: relative;
	text-decoration: none;
}
.tile-content-inner {
	display: inline-block;
}
.tile-10 .tile-content-inner {
	display: block;
}
.tile-box h3,
.tile-box h5 {
	background: #292828;
}
.tile-box h3,
.tile-box p{
	clear: both;
}
.tile-box h3 {
	margin: 0;
}
.tile-box h5 {
	font-size: 14px;
	margin: 0;
	padding: 0 40px 8px 26px;
}
.tile-1 a {
	padding: 28px 0 0;
}
.tile-1 h3 {
	font-size: 1.625rem;
	margin: 0;
	padding: 2px 23px 4px 13px;
}
.tile-2 a {
	padding: 70px 45% 72px 11.067708%;
}
/*.tile-2 h3 {
	background: none;
	font-size: 2.875rem;
	margin-bottom: 55px;
}
.tile-2 h3 {
	background: #292828;
	display: inline-block;
	font-size: 1.625rem;
	margin: 0;
	padding: 2px 23px 4px 13px;
}*/
.tile-2 h3 {
	background: #292828;
	font-size: 2.4rem;
	margin-bottom: 35px;
	padding: 2px 23px 4px 13px;
}
.tile-2 p{
	background-color: rgba(41, 40, 40, 0.9);
	line-height: 1.5em;
	margin: 0;
	padding: 17px 23px 16px 13px;
}
.tile-4 p{
	line-height: 1.13333333em;
	margin: 0;
}
.tile-2 h6 {
	background: #338B8B;
	display: inline-block;
	font-size: 16px;
	line-height: 1.5em;
	margin: 38px 0 0;
	padding: 10px 20px 10px;
}
.tile-3 .tile-inner {
	background: rgba(142, 142, 142, 0.15);
}
.tile-3 a::after,
.tile-10 a::after{
	display: none;
}
.tile-3 a {
	padding: 0 24px 20px;
}
.tile-3 h3 {
	float: none;
	font-size: 15px;
	margin: 0 -24px 24px;
	padding: 15px 10px 15px 20px;
}
.tile-3 p {
	color: rgba(54, 54, 54, 0.71);
	font-size: 14px;
	line-height: 1.21428571em;
	margin: 18px 0 0;
}
.tile-3 img {
	margin: 0 !important;
	width: 100%;
}
.tile-3 h6 {
	color: #338B8B;
	font-size: 15px;
	margin: 20px 0 0;
	text-decoration: underline;
}
.tile-4 a::after,
.tile-5 a::after,
.tile-6 a::after{
	bottom: 24px;
}
.tile-4 a::after {
	right: 33px;
}
.tile-4 a {
	padding: 271px 0 10px;
}
.tile-4 h3 {
	font-size: 2.1875rem;
	padding: 10px 30px 0 30px;
	width: 307px;
}
.tile-4 p {
	background: #292828;
	font-size: 13px;
	padding: 5px 30px 18px 30px;
	width: 307px;
}
.tile-sub-row {
	padding-bottom: 8px;
	padding-top: 8px;
	height: 50%;
}
.tile-sub-row:first-child {
	padding-top: 0;
}
.tile-sub-row:nth-child(2) {
	padding-bottom: 0;
}
.tile-sub-row .col-xs-12,
.tile-sub-row .tile-inner {
	height: 100%;
}
.tile-5 a,
.tile-6 a {
	padding: 57px 0 0;
}
.tile-5 h3,
.tile-6 h3,
.tile-7 h3 {
	font-size: 1.5rem;
	padding: 5px 20px 0 26px;
}
.tile-7 .tile-content {
	bottom: 28px;
	left: 0;
	position: absolute;
}
.tile-7 a::after {
	bottom: 28px;
}
.tile-7 h3 {
	padding-right: 25px;
}
.tile-8 a::after {
	bottom: auto;
	right: 20px;
	top: 20px;
}
.tile-8 .tile-content {
	bottom: 17px;
	left: 0;
	position: absolute;
}
.tile-8 h5 {
	font-size: 14px;
	padding: 0 13px 11px 20px;
}
.tile-8 h3 {
	font-size: 1.5rem;
	padding: 8px 30px 2px 20px;
}
.tile-9 a {
	padding: 24px 0 0;
}
.tile-9 h5 {
	padding-left: 20px;
	padding-right: 24px;
}
.tile-9 h3 {
	font-size: 1.5rem;
	padding: 8px 30px 2px 20px;
}
.tile-10 .tile-inner {
	background-color: rgba(31, 31, 31, 0.97);
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
	height: auto !important;
}
div.emc__location-filter-container {
	margin-top: -20px;
}
div.emc__location-filter-button {
	margin-top: 20px;
}
.ems__slide-group-container .slick-arrow {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 29px auto;
    -moz-background-size: 29px auto;
    -o-background-size: 29px auto;
    background-size: 29px auto;
	height: 51px;
	top: 50%;
    	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 29px;
}
.ems__slide-group-container .slick-arrow.slick-prev {
	background-image: url(library/images/icons/prev@2x.png);
	-webkit-filter: drop-shadow(0 0 2px #000);
	filter: drop-shadow(0 0 2px #000);
}
.ems__slide-group-container .slick-arrow.slick-next {
	background-image: url(library/images/icons/next@2x.png);
	-webkit-filter: drop-shadow(0 0 2px #000);
	filter: drop-shadow(0 0 2px #000);
}
.ems__slide-group-container .slick-arrow svg {
    display: none;
}

/* Home Portals  */

/* Home Mainbody */

/* Home Extra Contents */

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


/*****************************************
SEARCH MODAL
*****************************************/

.icl__search-button-container {
    background: rgba(255,255,255,0.15);
    width: 128px;
    height: 34px;
}

.icl__search-button-container > * {
    display: inline-block;
    position: relative;
}

.icl__search-button-container img {
    float: right;
    width: 20px;
    margin: 8px 5px 5px;
}

.icl__search-button-text {
    margin-left: 10px;
    font-size: 14px;
    margin-top: 6px;
}

.search-modal .fancybox-bg {
    background-color: #000000;
}
.search-modal .fancybox-bg {
    opacity: 0.95;
}
.fancybox-container {
	font-family: 'Flama', sans-serif;
}
.search-modal .fancybox-content{
	background: none;
}
.search-modal .screen-reader-text{
	display: none;
}
.icl__search-popup-wrapper {
	width: 915px;
	max-width: 100%;
}
.icl__search-popup__search-heading {
	color: #ffffff;
	font-size: 1.125rem;
	line-height: 1.4em;
}
.icl__search-popup__search-form::after {
	clear: both;
	content: "";
	display: table;
}
.icl__search-popup__search-form {
	margin-top: 17px;
}
.icl__search-popup__search-form form > div {
	display: flex;
	margin: 0;
	position: relative;
}
.icl__search-popup__search-form form input#s,
.icl__search-popup__search-form form select,
.icl__search-popup__search-form form .searchsubmit {
	border: none;
	height: 76px;
	line-height: 76px;
}
.icl__search-popup__search-form form input#s::-webkit-input-placeholder {
	color: rgba(142, 134, 134, 0.5);
}
.icl__search-popup__search-form form input#s::-moz-placeholder {
	color: rgba(142, 134, 134, 0.5);
}
.icl__search-popup__search-form form input#s:-ms-input-placeholder {
	color: rgba(142, 134, 134, 0.5);
}
.icl__search-popup__search-form form input#sinput:-moz-placeholder {
	color: rgba(142, 134, 134, 0.5);
}
.icl__search-popup__search-form form input#s {
	background-image: url(library/images/icon-search@2x.png);
	background-position: 24px 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 23px auto;
	-moz-background-size: 23px auto;
	-o-background-size: 23px auto;
	background-size: 23px auto;
	border-right: 1px solid rgba(112, 112, 112, 0.19);
	color: #8E8686;
	padding-left: 72px;
}
.icl__search-popup__search-form form select {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #8E8686;
	flex: 0 0 156px;
	padding-left: 25px;
	width: 156px;
}
.icl__search-popup__search-form form .jqTransformSelectWrapper{
	max-width: 155px;
	border: 0;
	padding: 0;
}
.icl__search-popup__search-form form .jqTransformSelectWrapper div span{
	line-height: 76px;
	font-size: 1rem;
	color: #8E8686;
}
.icl__search-popup__search-form form .jqTransformSelectWrapper a.jqTransformSelectOpen{
	height: 76px;
	width: 40px;
}
.icl__search-popup__search-form form .jqTransformSelectWrapper a.jqTransformSelectOpen::before {
    font-size: 20px;
    line-height: 76px;
}
.icl__search-popup__search-form form .jqTransformSelectWrapper ul a {
    font-size: 1rem;
    padding: 12px 25px;
}
.icl__search-popup__search-form form .searchsubmit {
	background: #338B8B;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #ffffff;
	flex: 0 0 137px;
	font-family: 'Flama', sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	margin-left: 10px;
	padding: 0 5px;
	text-transform: uppercase;
	width: 137px;
}
.icl__search-popup__search-form form .searchsubmit:hover {
	background-color: #3ea8a8;
}
.icl__search-popup__search-form form .searchsubmit span {
	display: block;
	font-size: 1rem;
}

.icl__search-popup__search-links-container::after {
	clear: both;
	content: "";
	display: table;
}
.icl__search-popup__search-links-container {
	margin-top: 20px;
	max-width: 620px;
	position: relative;
}
.icl__search-popup__search-links-container h5 {
	color: #FFF;
	float: left;
	font-size: 14px;
	left: 0;
	line-height: 16px;
	padding-right: 10px;
	position: absolute;
	top: 12px;
	width: 170px;
}
.icl__search-popup__search-links-container ul:: after {
	clear: both;
	content: "";
	display: table;
}
.icl__search-popup__search-links-container ul {
	list-style: none;
	margin: 0 0 0 170px;
	padding: 0;
}
.icl__search-popup__search-links-container ul li {
	float: left;
	font-size: 12px;
	line-height: 16px;
	margin-top: 12px;
	width: 25%;
}
.icl__search-popup__search-links-container ul li a {
	color: #FFF;
	text-decoration: underline;
}
#icl__search-popup-window .fancybox-close-small {
	color: #fff;
	height:  54px;
	width:  54px;
}
#icl__search-popup-window .fancybox-close-small:hover {
	background: none;
	color: #ff0000;
}
#icl__search-popup-window .fancybox-close-small svg {
	opacity: 1;
}

/******************************************
INNERPAGES STYLES
******************************************/
/* Inner Banner */
.inner-banner {
	background: url(library/images/banner-inner-01.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 95px 0 101px;
	height: auto;
	/* max-width: 1440px;
	width: 100%;
	margin: 0 auto;  */
}
.inner-banner h1{
	background-color: #292828;
	color: #fff;
	margin: 0;
	min-width: 380px;
	display: inline-block;
	padding: 21px 70px 24px 5px;
	position: relative;;
}
.inner-banner h1:before{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	background-color: #292828;
	width: 100%;
	height: 100%;
}

/* Breadcrumbs */
div.breadcrumbs {
    font-size: 0.813rem;
	line-height: 1.4em;
	color: #8E8686;
	margin: 0;
	position: relative;
	left: initial;
	bottom: -160px;
}
div.breadcrumbs > span:first-child {
    margin-left: 0;
}
div.breadcrumbs > span {
    margin: 0 4px;
}
.breadcrumbs > span:nth-child(2) {
    display: none;
}

/* Mainbody */
body.home #main,
body.page-template-page-nowhitebg #main{
	background: none;
	padding: 0;
	box-shadow: none;
}
#main{
	position: relative;
	background-color: #fff;
	padding: 85px 0 110px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}

/* Ipswich Central Library - page */
.library-sidebar .extra-content-col-inner{
	padding-left: 65px;
	margin-top: -8px;
}
table.opening-hours{
	border-collapse: separate;
}
table.opening-hours tr{

}
table.opening-hours tr.closed,
table.opening-hours tr.open-now{
	background-color: #338b8b;
}
table.opening-hours tr.closed td,
table.opening-hours tr.open-now td{
	color: #fff;
}
table.opening-hours tr td{}
table.opening-hours tr td:first-child{
	background: url(library/images/icons/icon-dot-gray.png) repeat-x right bottom 9px;
	padding-right: 54px;
}
table.opening-hours tr.closed td:first-child,
table.opening-hours tr.open-now td:first-child{
	background-image: url(library/images/icons/icon-dot-white.png);
}
table.opening-hours tr.closed td:first-child span,
table.opening-hours tr.open-now td:first-child span{
	background-color: #338b8b;
}
table.opening-hours tr td:first-child span{
	background-color: #f8f8f8;
	display: inline-block;
	padding: 0 5px 0 8px;
	margin-left: -1px;
}
table.opening-hours tr td:last-child{
	padding-left: 4px;
	padding-right: 10px;
}
.fa-map-marker{
	font-size: 16px;
	font-weight: 700;
	margin-right: 8px;
}
.other-libraries{}
.other-libraries h4{}
.other-libraries ul{}
.other-libraries ul li:first-child{
	color: #000;
}
.other-libraries ul li{
	float: left;
	margin-right: 30px;
}

/* Em-Card */
div.emc__card-group-container{
	font-size: 0;
}
/*div.emc__card-group-list-container > div.emc__card-container{*/
.emc__card-group-container .emc__card-container{
	/* margin-right: 1.36%;
	margin-left: 0;
	width: 32.4266%; */
	margin-right: 0.68%;
	margin-left: 0.68%;
	width: 31.97%;
}
/* div.emc__card-group-list-container > div.emc__card-container:nth-child(3n){
	margin-right: 0;
}
div.emc__card-group-list-container > div.emc__card-container:nth-child(3n+1){
    clear: both;
} */
div.emc__card-event-details:before,
div.emc__card-event-details:after{
	content: "";
	display: table;
	line-height: 0;
}
div.emc__card-event-details:after{
	clear: both;
}
div.emc__card-title{
	font-size: 1.5rem;
	line-height: 1.2em;
	padding-top: 14px;
}

/* Mobile Library - page */
.mobile-library-table .column-01 .col-sm-6:first-child{
	text-align: right;
	float: right;
}
.mobile-library-table .column-01 .col-sm-6:last-child{
	float: left;
}
.mobile-library-table .column-01 h4{
	margin-bottom: 0;
}
.mobile-library-locations{
	background: url(library/images/libraries-location.png) no-repeat 50% 50%;
	position: relative;
	width: 100%;
	height: 420px;
}
.mobile-library-locations ul li{
	position: absolute;
}
.mobile-library-locations ul li.Grandchester{bottom: 136px;left: 28px;}
.mobile-library-locations ul li.Marburg{top: 98px;left: 224px;}
.mobile-library-locations ul li.Rosewood{top: 211px;left: 219px;}
.mobile-library-locations ul li.Walloon{top: 160px;left: 330px;}
.mobile-library-locations ul li.Willowbank{top: 253px;left: 374px;}
.mobile-library-locations ul li.Brassall{top: 145px;left: 457px;}
.mobile-library-locations ul li.Karalee{top: 110px;left: 523px;}
.mobile-library-locations ul li.Booval{top: 179px;left: 519px;}
.mobile-library-locations ul li.WinstonGlades{top: 245px;left: 481px;}
.mobile-library-locations ul li.SouthRipley{top: 305px;right: 230px;}
.mobile-library-locations ul li.Goodna{top: 150px;left: 588px;}
.mobile-library-locations ul li.Camira{top: 224px;right: 56px;}
.mobile-library-locations ul li.SpringfieldLakes{bottom: 105px;right: 80px;}
.mobile-library-locations ul li a{
	position: relative;
	background-color: #338b8b;
	color: #fff;
	font-size: 0.625rem;
	line-height: 1.2em;
	display: inline-block;
	padding: 7px 10px 6px;
	text-decoration: none;
}
.mobile-library-locations ul li a:hover{
	background-color: #3caaaa;
}
.mobile-library-locations ul li a:before{
	border-right: 12px solid transparent;
	border-top: 17px solid #338b8b;
}
.mobile-library-locations ul li a:hover:before{
	border-top-color: #3caaaa;
}
.mobile-library-locations ul li a:before{
	content: '';
	position: absolute;
	bottom: -17px;
	left: 0;
}
.mobile-library-locations ul li.right a:before{
	left: initial;
	right: 0;
	border-left: 12px solid transparent;
	border-right: 0;
}

/* Visit - page */
.visit-libraries{
	/* background: url(library/images/visit-libraries-map.jpg) no-repeat 50% 50%; */
	/* background: url(https://www.ipswichlibraries.com.au/wp-content/uploads/visit-libraries-map@2x.png) no-repeat 50% 50%; */
	background: url(https://www.ipswichlibraries.com.au/wp-content/uploads/ipswich-library-locations.jpg) no-repeat 50% 50%;
	background-size:100%;
	position: relative;
	width: 100%;
	height: 420px;
}
.visit-libraries ul li{
	position: absolute;
}
/* .visit-libraries ul li.RosebankCouncilConnect{top: 200px;left: 153px;}
.visit-libraries ul li.CentralLibrary{top: 109px;left: 153px;}
.visit-libraries ul li.PlazaLibrary{top: 45px;right: 140px;}
.visit-libraries ul li.PlainsLibrary{top: 158px;right: 175px;}
.visit-libraries ul li.SpringfieldLibrary{bottom: 100px;left: 520px;} /*{bottom: 156px;left: 500px;}*/

.visit-libraries ul li.RosebankCouncilConnect{top: 130px;left: 17px;}
.visit-libraries ul li.CentralLibrary{top: 93px;left: 273px;}
.visit-libraries ul li.PlazaLibrary{top: 85px;right: 89px;}
.visit-libraries ul li.PlainsLibrary{top: 156px;right: 70px;}
.visit-libraries ul li.SpringfieldLibrary{bottom: 120px;left: 470px;} 

.visit-libraries ul li a{
	position: relative;
	background-color: #338b8b;
	color: #fff;
	/* font-size: 0.9rem; */
	font-size: 0.85rem;
	line-height: 1.2em;
	display: inline-block;
	/* padding: 15px 35px 14px 22px; */
	padding: 10px 8px 8px 15px;
	text-decoration: none;
}
.visit-libraries ul li a:hover{
	background-color: #3caaaa;
}
.visit-libraries ul li a:before{
	border-right: 18px solid transparent;
	border-top: 19px solid #338b8b;
}

.SpringfieldLibrary ul li a:before {
content: '';
position: absolute;
bottom: 41px;
left: 0;
}

.visit-libraries ul li a:hover:before{
	border-top-color: #3caaaa;
}
.visit-libraries ul li a:before{
	content: '';
	position: absolute;
	bottom: -19px;
	left: 0;
}
/*
.visit-libraries ul li a:after{
	background: url(library/images/icons/icon-right_arrow.png) no-repeat;
	content: '';
	width: 5px;
	height: 9px;
	position: absolute;
	right: 14px;
	top: 52%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
*/


/*** Internal Pages - Enter any style for elements on internal pages here ***/
.fancybox-container {
	z-index: 3000001;
}
.icl-mp-modal__title {
	line-height: 1.2em;
}

/******************************************
CONTENT PANELS
******************************************/
/* Content Panel default settings */
.extra-content,
.extra-content-col-inner {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Custom width container */
.container-custom-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

/* Use Divup plugin to create boostrap grid in the WP editor */
.divup-wrap.row .div-1 {
	display: none;
}

/* Grid columns - Vertical align content */
.column-vertical-align .row,
.column-vertical-align.row {
	display: flex;
	align-items: center;
}
/* Grid columns - Equal height */
.column-equal-height .row,
.column-equal-height.row {
	display: flex;
	align-items: stretch;
}

/* Fluid width content panel, with image on one column */
.side-image-panel .column-01 {
	padding-left: 0;
}
.side-image-panel .column-01 p {
	margin: 0;
}
.side-image-panel .column-02 .extra-content-col-inner {
	max-width: 555px;
}

/* Bottom navigation, below the main content */
.bottom-nav.with-border-padding {
	border-top: 1px solid #ccc;
	padding-top: 48px;
}
.bottom-nav h5 {
	color: #272525;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}
.bottom-nav ul {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}
.bottom-nav ul li:before {
	display: none;
}

/* Breadcrumbs */
.breadcrumbs {
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 30px;
}

/* Logos Panel */
.logos-panel ul:before, .logos-panel ul:after {
	content: "";
	display: table;
}
.logos-panel ul:after {
	clear: both;
}
.logos-panel ul {
	align-items: center;
	display: flex;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.logos-panel ul li:before {
	background: #DADADA;
	bottom: -500px;
	content: "";
	left: 0;
	position: absolute;
	top: -500px;
	width: 1px;
}
.logos-panel ul li:first-child:before {
	display: none;
}
.logos-panel ul li {
	float: left;
	padding: 0 15px;
	position: relative;
	text-align: center;
	width: 20%;
}
.logos-panel ul li:nth-child(5n+1) {
	clear: both;
}

/**** STATS TILE ****/

.icl__stats-tile-container {
    max-width: 500px;
}

.icl__stats-tile-main {
    background-size: 100% auto !important;
    height: auto !important;
    padding-top: 76.09075%;
    position: relative;
}

.icl__stats-tile__stat {
    color: #fff;
    line-height: 56px;
}

.icl__stats-tile__stat.stat-titles {
    font-size: 320%;
    position: absolute;
    top: 10%;
    left: 24%;
}

.icl__stats-tile__stat.stat-weekly {
    font-size: 320%;
    position: absolute;
    top: 43%;
    left: 23%;
}

.icl__stats-tile__stat.stat-members {
    font-size: 400%;
    position: absolute;
    top: 45%;
    left: 73%;
}

.icl__stats-tile__stat.stat-book-count {
    font-size: 200%;
    position: absolute;
    top: 72%;
    left: 23%;
}

.icl__stats-tile__stat.stat-book-title {
    font-size: 80%;
    position: absolute;
    top: 79%;
    left: 23%;
    color: #C6C1BE; /* Previously #666666 */
}

.icl__stats-tile__stat.stat-book-author {
    font-size: 80%;
    position: absolute;
    top: 83%;
    left: 23%;
    color: #C6C1BE; /* Previously #666666 */
}

/*** Staff List ***/
/* Layout 1 */
.staff-panel .column-01 p {
	margin: 10px 0 0;
}
.staff-panel h3 {
	margin-bottom: 0;
}
.staff-panel h6 {
	font-weight: 300;
}

/* Layout 2 */
.staff-panel-2 {
}
.staff-panel-2 .div-2 p {
	margin: 0;
}
.staff-panel-2 .div-3 {
	margin-top: 50px;
}
.staff-panel-2 h6 {
	float: left;
	margin: 3px 0 0;
}
.staff-panel-2 h4,
.staff-panel-2 h5 {
	margin-left: 50px;
}
.staff-panel-2 h5 {
	font-weight: 500;
}
.staff-panel-2 h4 {
	font-size: 1.5rem;
}

/* Contact Us - Form on left and Testimonials on right side */
.contact-form .testimonials-list {
	margin-top: -20px;
}
.contact-form .column-02,
.get-a-quote-row-01 .column-02 {
	float: right;
	max-width: 380px;
}
.contact-form .column-02 {
	margin-top: 40px;
}

/* Testimonial Content Box */
.testimonial-box:before {
	background: #68B9BC;
	bottom: 0;
	left: 15px;
	content: "";
	position: absolute;
	right: 15px;
	top: 0;
	z-index: -1;
}
.testimonial-box:after {
	content: "\201C";
	display: block;
	font-size: 7.75rem;
	line-height: 1em;
	left: 54px;
	position: absolute;
	top: 18px;
}
.testimonial-box {
	color: #fff;
	font-family: 'mrs-eaves-xl-serif', serif;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.41666667em;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 50px 45px 20px 73px;
	position: relative;
}
.testimonial-box * {
	color: #fff;
}

/******************************************
TYPOGRAPHY
******************************************/
.no-padding {
	padding: 0 !important;
}
.no-padding .container-fluid {
	padding: 0;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.display-flex {
	display: flex;
}
.flex-ai-center {
	align-items: center;
}
.flex-ai-flex-end {
	align-items: flex-end;
}
.flex-ai-flex-start {
	align-items: flex-start;
}
.flex-ai-baseline {
	align-items: baseline;
}
.flex-jc-center {
	justify-content: center;
}
.flex-jc-flex-end {
	justify-content: flex-end;
}
.flex-jc-space-around {
	justify-content: space-around;
}
.flex-jc-space-between {
	justify-content: space-between;
}
.flex-jc-space-evenly {
	justify-content: space-evenly;
}
.border-bottom .container:before,
.border-top .container:before {
	background: rgba(149,152,154,0.5);
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 15px;
	position: absolute;
	right: 15px;
}
.border-top .container:before {
	bottom: auto;
	top: 0;
}
.border-bottom .container,
.border-top .container {
	position: relative;
}
.border-bottom {
	padding-bottom: 50px;
}
.border-top .container {
	padding-top: 50px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #CEC7C7;
	color: #8E8686;
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: 1rem;
	margin: 0;
	max-width: 100%;
	padding: 6px 8px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium,
div.gform_wrapper .left_label input.medium, div.gform_wrapper .left_label select.medium,
div.gform_wrapper .top_label input.large, div.gform_wrapper .top_label select.large,
div.gform_wrapper .left_label input.large, div.gform_wrapper .left_label select.large {
	height: 45px;
	width: 100%;
}
input[type="password"] {
	letter-spacing: 0.3em;
}
textarea,
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper textarea.textarea {
	height: 200px;
	width: 100%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
	background-size: 9px 5px;
	background-position: right .5rem center;
	background-repeat: no-repeat;
    padding: 0 1rem 0 5px;
}
.gform_wrapper .top_label input[type="file"].medium {
	font-size: inherit;
	font-weight: inherit;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 40px;
}
input[type="submit"], button,
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce input.button,
div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
	background-color: #338B8B;
	border: 2px solid rgba(0, 0, 0, 0);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: normal 15px/1.2em 'Flama', sans-serif;
	padding: 12px 50px 11px;
	text-align: center;
	text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	display: block;
}
input[type="submit"]:hover, button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce input.button:hover,
div.gform_wrapper .gform_footer input.button:hover, div.gform_wrapper .gform_footer input[type="image"]:hover, div.gform_wrapper .gform_footer input[type="submit"]:hover,
div.gform_wrapper .gform_page_footer .button.gform_button:hover, div.gform_wrapper .gform_page_footer .button.gform_next_button:hover {
	background-color: #147f7f;
	color: #fff;
}
a.em-button {
	background-color: #338b8c;
	color: #fff;
	display: inline-block;
	font: 400 1rem/1.2em 'Flama', sans-serif;
	padding: 14px 20px 12px;
	text-align: center;
	text-decoration: none;
}
a.em-blue-background {
	background-color: #166988;
}
a.em-blue-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #009ED2;
	color: #166988;
}
a.em-white-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #fff;
	color: #fff;
}
a.em-white-background {
	background-color: #fff;
	color: #3E4047;
}
a.em-black-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #272525;
	color: #272525;
}
a.em-black-background {
	background-color: #272525;
	color: #fff;
}
a.em-red-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #ED1B24;
	color: #ED1B24;
}
a.em-red-background {
	background-color: #ED1B24;
	color: #fff;
}
a.em-rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.em-button:hover {
	background-color: #00c9cc;
	color: #fff;
	text-decoration: none;
}
a.em-blue-background:hover {
	background-color: #1d88af;
}
a.em-blue-border:hover {
	background-color: #166988;
	color: #fff;
}
a.em-white-border:hover,
a.em-white-background:hover {
	background-color: #00c9cc;
	color: #fff;
}
a.em-black-border:hover,
a.em-black-background:hover {
	background-color: #00c9cc;
	color: #fff;
}
a.em-red-border:hover {
	background-color: #ED1B24;
	color: #fff;
}
a.em-red-background:hover {
	background-color: #d4111b;
	color: #fff;
}
/* a.pdf-link:before,  */
a.doc-link:before {
	font-family: FontAwesome;
	font-size: 30px;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 0;
}
a.doc-link:before {
	content: "\f0f6";
}
/* a.pdf-link:before {
	content: "\f1c1";
} */
a.pdf-link, a.doc-link {
	display: block;
	font-size: 1.125rem;
    padding: 8px 0 6px 40px;
	position: relative;
}
a.pdf-link {
	background: url(library/images/icons/icon-pdf@2x.png) no-repeat 0 7px;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
	color: #000;
}
a.hyper-link {
	background: url(library/images/icons/icon-link@2x.png) no-repeat 0 7px;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
	font-weight: 500;
	padding: 0 0 0 32px;
	text-decoration: none;
}
p.testimonial {
	border-left: 7px solid #009ED2;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.54545455em;
	margin: 22px 0;
	padding-left: 25px;
}
.list-inline {
	list-style: none;
	margin-left: -8px;
	margin-right: -8px;
	padding-left: 0;
}
.list-inline li {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: top;
}
.blue-dot,
.black-dot {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}
.blue-dot li:before,
.black-dot li:before {
	background: #338B8B;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 5px;
}
.black-dot li:before {
	background: #272525;
}
.blue-dot li,
.black-dot li {
	padding: 0 0 0 18px;
	position: relative;
}
.list-check-square,
.list-check {
	list-style: none;
	padding: 0;
}
.list-check-square li {
	background: url(library/images/icons/check-square@2x.png) no-repeat 0 0.12em;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	-o-background-size: 21px auto;
	background-size: 21px auto;
	margin: 1rem 0;
	padding-left: 30px;
}
.list-check li:before {
	color: #166988;
	content: "\f00c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
}
.list-check li {
	font-weight: normal;
	margin: 1rem 0;
	padding-left: 40px;
	position: relative;
}
.no-bullet {
	margin-left: 0;
	padding: 0;
}
.no-bullet li ul, .no-bullet li ol {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 0;
}
ul.square, ol.square {
	list-style-type: square;
}
ul.circle, ol.circle {
	list-style-type: circle;
}
ul.disc, ol.disc {
	list-style-type: disc;
}
ul.no-bullet, ol.no-bullet {
	list-style: none;
}
.big-margin li {
	margin-bottom: 1.5rem;
}
table.table-style-1 {
	background: #0d294a5;
}
.table-style-1 td, .table-style-1 th {
	border: 0;
	padding: 13px 15px 13px;
	text-align: left;
}
.table-style-1 th {
	background: #338b8b;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.333333em;
}
.table-style-1 tr td:first-child, .table-style-1 tr th:first-child {
	border-left: none;
}
.table-style-1 tr td {
	background: #f4f4f4;
	color: #000;
	border-left: 1px solid #dcdcdc;
}
.table-style-1 tr:nth-child(2n) td {
	background: #fff;
}
.table-style-1.column-04 td,
.table-style-1.column-04 th {
	width: 25%;
}
.table-style-1.text-center td,
.table-style-1.text-center th {
	text-align: center;
}
table.notable {
}
code {
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	color: #333333;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	padding: 0 5px;
}
abbr, acronym {
	color: #222;
	cursor: help;
	font-size: 90%;
	text-transform: uppercase;
}
abbr {
	text-transform: none;
}
abbr[title] {
	border-bottom: 1px dotted #DDDDDD;
}
img.alignnone,
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 40px;
	margin-top: 4px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 40px;
	margin-top: 4px;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.mce-content-body img[data-wp-more] {
	height: 16px !important;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
	a.pdf-link:after, a.doc-link:after {
		right: 0;
	}
	a.pdf-link, a.doc-link {
		padding-right: 40px;
	}
}

@media (max-width: 767px) {
	/*
	 * Responsive Table
	*/

	/* Force table to not be like tables anymore */
	.notable, .notable thead, .notable tbody, .notable tfoot, .notable tr, .notable th, .notable td,
	.table-style-1, .table-style-1 thead, .table-style-1 tbody, .table-style-1 tfoot .table-style-1 tr, .table-style-1 th, .table-style-1 td,
	.table-style-2, .table-style-2 thead, .table-style-2 tbody, .table-style-2 tfoot, .table-style-2 tr, .table-style-2 th, .table-style-2 td,
	.shop_table, .shop_table thead, .shop_table tbody, .shop_table tfoot, .shop_table tr, .shop_table th, .shop_table td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable thead tr, .notable th,
	.table-style-1 thead tr, .table-style-1 th,
	.table-style-2 thead tr, .table-style-2 th,
	.shop_table thead tr, .shop_table th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-style-1 tr{
		display: block;
	}
	.table-style-2 tr {
		border-top: 1px solid #e5e5e5;
	}
	.table-style-2 tbody tr:first-child {
		border-top: none;
	}
	.notable td,
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		/* Behave like a "row" */
		border: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		display: block;
		font-weight: bold;
		text-align:center;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		content: attr(data-heading);
	}

	/* Custom Style */
	.shop_table tr {
		border-top: 1px solid #e5e5e5;
	}
	.shop_table tbody tr:first-child {
		border-top: none;
	}
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		padding: 0 10px 10px !important;
		width: auto !important;
	}
	.shop_table td {
		border-top: none !important;
	}
	.table-style-1 tr td:first-child,
	.table-style-2 tr td:first-child,
	.shop_table tr td:first-child, .shop_table tr th:first-child {
		padding-top: 10px !important;
	}
	.product-remove {
		line-height: 0.9em;
	}
	.list-check li {
		padding-left: 27px;
	}
	.list-check-square li {
		-webkit-background-size: 16px auto;
		-moz-background-size: 16px auto;
		-o-background-size: 16px auto;
		background-size: 16px auto;
	}
	a.em-button,
	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"] {
		font-size: 16px;
		line-height: 1em;
	}
	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 641px) {
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: inherit;
		margin-bottom: 0;
	}
	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 480px) {
	p.testimonial {
		border-left-width: 8px;
		padding-left: 15px;
	}
	a.pdf-link, a.doc-link {
		padding-left: 40px;
	}
}

/******************************************
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: 10px 0 50px;
}
.accordion > p {
	display: none; /* Fix empty P tag */
}
h3.accordion-title:before {
	content: "\002B";
	font-size: 2rem;
	font-weight: 400;
	line-height: 1em;
	color: #fff;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}
h3.accordion-title.open:before {
	content: "\2212";
}
h3.accordion-title {
	background-color: #c1bdbd;
	color: #fff;
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 500;
	margin: 16px 0 0;
	padding: 12px 50px 12px 27px;
	position: relative;
}
h3.accordion-title.open {
	background: #000;
	border-color: #009ED2;
	color: #fff;
}
.accordion-content {
	background: #f4f4f4;
	margin: 0;
	padding: 35px 40px 50px;
}

/******************************************
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
******************************************/
/* General Styles */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #fff;
	margin: 0 auto 30px !important;
	max-width: 1060px;
}
.woocommerce-wrapper {
	position: relative;
}

/* MiniCart */
.em-minicart-wrapper, .em-minicart-wrapper a {
	color: #B1B1B1;
}
.em-minicart-wrapper a:hover {
	color: #de4d21;
	text-decoration: none;
}
.em-minicart-wrapper > div {
	display: inline-block;
	margin: 0 4px;
	vertical-align: top;
}
.em-minicart-link a:before {
	content: "\f291";
	font-family: FontAwesome;
	font-size: 1.25rem;
	line-height: 1em;
	text-indent: 0;
}
.em-minicart-link a {
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
}
.em-minicart-checkout {
	font-weight: normal;
	text-transform: uppercase;
}

/* Product Slider */
.em-product-slider {
	margin: 0;
	padding: 0 30px;
}
.em-product-slider .slides > li {
	text-align: center;
}
.em-product-slider .slides > li a {
	display: block;
}
.em-product-slider-thumb {
	display: block;
	height: 210px;
}
.em-product-slider .slides > li img {
	display: inline;
	max-height: 165px;
	width: auto;
}
.em-product-slider-title {
	font-size: 1.5rem;
	font-weight: normal;
}
.em-product-slider .flex-direction-nav a {
	top: 110px;
}

/* Product Archive Page */
.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 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 .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	margin-top: 50px !important;
	max-width: none;
}
.single-product.woocommerce .woocommerce-error, .single-product.woocommerce .woocommerce-info, .single-product.woocommerce .woocommerce-message {
	margin-top: 0 !important;
}
.woocommerce-products-header__title {
	font-size: 1.875rem;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: none;
	font-size: 1rem;
	margin: 4px 0 0;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	margin: 0;
	position: absolute;
	right: 0;
	top: 12px;
}
.woocommerce-ordering .jqTransformSelectWrapper div span,
.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	line-height: 48px;
}
.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen {
	width: 48px;
}
.woocommerce nav.woocommerce-pagination {
	margin: 80px 0 0;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	padding: 0 8px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	border: 1px solid #FB9475;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	font-size: 1.25rem;
	height: 44px;
	line-height: 42px;
	padding: 0;
	text-align: center;
	width: 44px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #FB9475;
	color: #fff;
}

/* Product Archive - Grid View */
.woocommerce ul.products {
	margin: 0 -15px;
}
.woocommerce ul.products li.product {
	float: left;
	margin: 56px 0 0;
	padding: 0 15px;
	width: 50%;
}
.woocommerce ul.products li.product:nth-child(2n+1) {
	clear: both;
}
.product-list-item {
	background: #F5F5F5;
}
.product-list-info {
	padding: 35px;
}
.product-list-thumb {
	text-align: center;
}
.woocommerce ul.products li.product a img {
	display: inline;
	line-height: 0;
	margin: 0;
	vertical-align: top;
	width: auto;
}
.product-listing-title {
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0;
}
.product-list-des {
	font-size: 1rem;
	margin-top: 3px;
}
.product-list-des p {
	margin: 0;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #FCB97D;
	font-size: 2.375rem;
	font-weight: bold;
	line-height: 1.3em;
	margin: 12px 0 25px;
}
.product-list-link {
	float: left;
}
.product-list-link a.em-button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	font-size: 1.0625rem;
	height: 58px;
	padding: 18px 25px;
	text-align: center;
}
.woocommerce ul.products li.product .button {
	float: right;
	margin: 0;
}
form.cart {
	float: right;
}
form.cart .quantity {
	background: #F5F5F5;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	float: left;
	width: 100px;
	padding-right: 40px;
}
.woocommerce .product-list-info form.cart .quantity {
	background: #fff;
}
.woocommerce form.cart .quantity .qty {
	background: #F5F5F5;
	border: none;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	height: 58px;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
}
.woocommerce .product-list-info form.cart .quantity .qty {
	background: #fff;
}
form.cart .button {
	margin-left: -40px !important;
}

/* Product Archive - List View */
body.em-list-view-mode.woocommerce ul.products {
	margin: 0;
}
body.em-list-view-mode.woocommerce ul.products li.product {
	float: none;
	width: auto;
}
body.em-list-view-mode .product-list-item {
	padding: 40px 25px;
}
body.em-list-view-mode .product-list-item,
body.em-list-view-mode .product-list-thumb,
body.em-list-view-mode .product-list-content {
	min-height: 1px !important;
}
body.em-list-view-mode .product-list-thumb {
	float: left;
	width: 150px;
}
body.em-list-view-mode .product-list-info {
	padding: 0 0 0 175px;
}
body.em-list-view-mode .product-list-des {
	margin-bottom: 30px;
	margin-top: 9px;
}
body.em-list-view-mode.woocommerce ul.products li.product .price {
	float: left;
	margin: 17px 0 0;
	width: 33.333333%
}
body.em-list-view-mode .product-list-link a.em-button, body.em-list-view-mode.woocommerce ul.products li.product .button {
	padding-left: 35px;
	padding-right: 35px;
}

/* Product Detail */
.woocommerce div.product div.images.woocommerce-product-gallery {
	float: left !important;
	margin: 0;
	padding-right: 15px;
	padding-top: 10px;
	width: 50%;
}
.woocommerce div.product div.images {
	text-align: center;
}
.woocommerce div.product div.images img {
	display: inline;
	line-height: 0;
	vertical-align: top;
	width: auto;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right !important;
	margin: 0;
	padding-left: 15px;
	width: 50%;
}
.woocommerce div.product .product_title {
	font-size: 1.875rem;
	margin-bottom: 12px;
}
.product-detail-des {
	font-size: 1rem;
	line-height: 1.625em;
}
.product-detail-des p {
	margin-bottom: 12px;
	margin-top: 12px;
}
.product_meta {
	font-size: 1em;
}
.woocommerce div.product form.cart {
	float: none;
	margin-bottom: 40px;
	margin-top: 37px;
}
.woocommerce div.product form.cart div.quantity {
	margin: 0;
}
.product-detail-message {
	font-size: 13px;
	line-height: 1.69230769em;
	margin-top: 23px;
}

/* Cart Page */
.woocommerce table.shop_table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 50px;
}
.woocommerce table.shop_table thead th {
	background: #FB9475;
	color: #fff;
	font-size: 1.25rem;
	font-weight: normal;
	padding-bottom: 28px;
	padding-top: 28px;
}
.woocommerce table.shop_table tr {
	border-bottom: 1px solid #FB9475;
	border-left: 1px solid #FB9475;
	border-right: 1px solid #FB9475;
}
.woocommerce table.shop_table tbody tr:last-child {
	border: none;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-bottom: 1px solid #FB9475;
}
.woocommerce a.remove {
	color: #E46C48 !important;
	font-size: 2.5rem;
	font-weight: normal;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	max-height: 70px;
	max-width: 70px;
	width: auto;
}
#add_payment_method table.cart input.qty, .woocommerce-cart table.cart input.qty, .woocommerce-checkout table.cart input.qty {
	background: #F5F5F5;
	border: none;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	height: 58px;
	width: 90px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	border-bottom: none;
	padding: 40px 0 0;
}
.woocommerce .cart td.actions .button {
	height: 58px;
	padding: 10px 30px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	background: #F5F5F5;
	border: none;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	font-size: 1.0625rem;
	height: 58px;
	margin: 0;
	padding: 5px 70px 5px 20px;
	width: 210px;
}
.woocommerce .cart td.actions .coupon .button {
	background: #FCB97D;
	margin-left: -60px;
	padding-left: 10px;
	padding-right: 10px;
	width: 170px;
}
.woocommerce .cart td.actions .coupon .button:hover {
	background: #FB9475;
}
.woocommerce .cart td.actions .button[name="update_cart"] {
	background: none;
	border-color: #E46C48;
	color: #E46C48;
	opacity: 1;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: calc(50% - 15px);
}
.cart_totals {
	background: #F5F5F5;
	padding: 38px 45px;
}
.cart_totals h2 {
	font-size: 1.875rem;
	margin-bottom: 0;
}
.woocommerce .cart_totals  table.shop_table td,
.woocommerce .cart_totals  table.shop_table th {
	border-bottom: 1px solid #B1B1B1;
	padding: 28px 0;
}
.woocommerce .cart_totals  table.shop_table .order-total td,
.woocommerce .cart_totals  table.shop_table .order-total th {
	border-bottom: none;
	padding-bottom: 5px;
}
.woocommerce .cart_totals  table.shop_table td {
	font-size: 14px;
	line-height: 1.3em;
	text-align: right;
}
.woocommerce .cart_totals  table.shop_table td p {
	margin: 0;
	width: 70%;
}
.woocommerce .cart_totals  table.shop_table th {
	font-weight: 300;
	width: 30%;
}
.woocommerce-shipping-calculator {
	margin-top: 15px;
}
.woocommerce .cart_totals table.shop_table td p {
	width: auto;
}
.woocommerce .cart_totals table.shop_table .amount {
	color: #FCB97D;
	font-size: 1.5rem;
	font-weight: normal;
}
.woocommerce .cart_totals table.shop_table .includes_tax .amount {
	font-size: 14px;
}
.woocommerce .cart_totals table.shop_table small {
	font-size: 14px;
}
.cart-note {
	font-size: 12px;
	line-height: 1.66666667em;
	margin-bottom: 40px;
}
.cart-note p {
	margin-bottom: 22px;
	margin-top: 0;
}
.woocommerce-cart .wc-proceed-to-checkout {
	padding-bottom: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin-bottom: 0;
}

/* Checkout Page */
#ship-to-different-address {
	font-size: 1rem;
}
#order_review_heading {
	margin-top: 30px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr:last-child {
	border-bottom: 1px solid #FB9475;
	border-left: 1px solid #FB9475;
	border-right: 1px solid #FB9475;
}
p#e_deliverydate_field {
	float: none;
}
.ft_shipping_notice,
.ft_shipping_notice_more {
	font-size: 14px;
	line-height: 1.5em;
}
.ft_shipping_notice {
	font-style: italic;
}
.woocommerce .checkout_coupon input.button {
	height: 59px;
	padding-bottom: 15px;
	padding-top: 10px;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox:before,
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox:after {
	content: "";
	display: table;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox:after {
	clear: both;
}

@media (max-width: 1199px) {
	/* Product Archive - Grid View */
	.woocommerce ul.products li.product {
		margin-top: 30px;
	}
	.product-list-info {
		padding: 20px;
	}
	.woocommerce ul.products li.product .price {
		font-size: 2rem;
	}
	.product-list-link a.em-button,
	.woocommerce ul.products li.product .button,
	.woocommerce div.product form.cart .button {
		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		border-radius: 22px;
		height: 44px;
		padding: 11px 15px;
	}
	form.cart .quantity {
		width: 90px;
	}
	.woocommerce form.cart .quantity .qty {
		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		border-radius: 22px;
		height: 44px;
		padding: 5px;
	}

	/* Product Archive - List View */
	body.em-list-view-mode .product-list-item {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	body.em-list-view-mode.woocommerce ul.products li.product .price {
		margin-top: 10px;
	}
	body.em-list-view-mode .product-list-link a.em-button,
	body.em-list-view-mode.woocommerce ul.products li.product .button {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Cart Page */
	.cart_totals {
		padding: 28px 30px;
	}
	.woocommerce .cart_totals table.shop_table .amount {
		font-size: 1.25rem;
	}
}

@media (max-width: 991px) {
	/* Product Archive - Grid View */
	.product-listing-title {
		font-size: 1.25rem;
	}
	.woocommerce ul.products li.product .price {
		font-size: 1.75rem;
	}
	.product-list-link {
		float: none;
	}
	.product-list-link a.em-button {
		display: block;
	}
	.woocommerce ul.products li.product .button {
		float: none;
		margin-top: 15px;
	}
	form.cart {
		float: none;
		margin-top: 15px;
		position: relative;
	}
	form.cart .quantity {
		padding-right: 150px;
		width: 100%;
	}
	.woocommerce ul.products li.product form.cart .button {
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 150px;
	}

	/* Product Archive - List View */
	body.em-list-view-mode .product-list-des {
		margin-bottom: 20px;
	}
	body.em-list-view-mode .product-list-link {
		float: left;
	}
	.woocommerce ul.products li.product .button {
		float: right;
		margin: 0;
	}
	body.em-list-view-mode.woocommerce ul.products li.product .price {
		float: none;
	    margin: 0 0 15px;
		width: auto;
	}
	body.em-list-view-mode.woocommerce form.cart {
		float: right;
		margin: 0;
	}
	body.em-list-view-mode form.cart .quantity {
		padding-right: 130px;
		width: 180px;
	}
	body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
		padding-left: 5px;
		padding-right: 5px;
		width: 130px;
	}

	/* Product Detail */
	.woocommerce div.product form.cart div.quantity {
		padding-right: 40px;
		width: 100px;
	}
}

@media (max-width: 767px) {
	/* Product Archive Page */
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: none;
		margin-top: 15px;
		max-width: 250px;
		position: static;
	}

	/* Product Archive - Grid View */
	.woocommerce ul.products {
		max-width: 470px;
		margin: 0 auto;
	}
	.woocommerce ul.products li.product {
		float: none !important;
		padding: 0;
		width: auto;
	}

	/* Product Archive - List View */
	body.em-list-view-mode.woocommerce ul.products {
		max-width: none;
	}
	body.em-list-view-mode .product-list-item {
		padding: 20px;
	}
	body.em-list-view-mode .product-list-thumb {
		width: 80px;
	}
	body.em-list-view-mode .product-list-info {
		padding-left: 100px;
	}
	body.em-list-view-mode form.cart .quantity {
		padding-right: 110px;
		width: 160px;
	}
	body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
		width: 110px;
	}

	/* Product Detail */
	.woocommerce div.product div.images.woocommerce-product-gallery,
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		float: none !important;
		padding: 0;
		width: auto;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		margin-top: 30px;
	}

	/* Cart Page */
	.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
		padding-bottom: 10px;
	}
	.cart_totals {
		padding: 20px;
	}
	.woocommerce table.shop_table tbody tr,
	.woocommerce table.woocommerce-checkout-review-order-table tbody tr:last-child {
		border: 1px solid #FB9475;
		margin: 10px 0;
	}
	.woocommerce table.shop_table td {
		border: none;
	}
	.woocommerce table.shop_table_responsive tr td.actions, .woocommerce-page table.shop_table_responsive tr td.actions {
		background: none;
		padding: 10px 0 0 !important;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	.woocommerce .cart_totals table.shop_table tr {
		border: none;
	}
	.woocommerce .cart_totals table.shop_table tr td {
		background: none;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot {
		border: 1px solid #FB9475;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot tr {
		border-bottom: none;
		border-left: none;
		border-right: none;
		border-top: 1px solid #FB9475;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child {
		border-top: none;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
		border: none;
		display: block;
		position: static;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
		border: none;
	}
}

@media (max-width: 480px) {
	/* Product Archive - List View */
	body.em-list-view-mode .product-list-thumb {
		float: none;
		width: auto;
	}
	body.em-list-view-mode .product-list-thumb img {
		max-height: 150px;
	}
	body.em-list-view-mode .product-list-info {
		padding-left: 0;
		padding-top: 20px;
	}
	.woocommerce ul.products li.product .price {
		text-align: center;
	}
	body.em-list-view-mode .product-list-link {
		float: none;
	}
	.woocommerce ul.products li.product .button,
	body.em-list-view-mode.woocommerce form.cart {
		float: none;
		margin-top: 15px;
	}
	body.em-list-view-mode form.cart .quantity {
		padding-right: 130px;
		width: 100%;
	}
	body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
		width: 130px;
	}

	/* Checkout Page */
	.woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
	.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
		float: none;
		width: auto;
	}
}

/******************************************
TESTIMONIALS
******************************************/
/* Default Layout */
.testimonials-list:before, .testimonials-list:after {
    content: " ";
    display: table;
}
.testimonials-list:after {
    clear: both;
	margin: 0 -15px;
}
.testimonials-list {
	margin: -50px -15px 0;
}
.testimonials-list .quote {
	float: left;
	margin: 50px 0 0;
	padding: 0 15px;
	width: 100%;
}
.testimonial-avatar {
	display: none;
}
.testimonials-list blockquote {
	background: url(library/images/icons/five-stars@2x.png) no-repeat left top;
	-webkit-background-size: 157px auto;
	-moz-background-size: 157px auto;
	-o-background-size: 157px auto;
	background-size: 157px auto;
	margin: 0;
	padding: 45px 0 0;
}
.testimonials-list blockquote p {
	margin: 0;
}
.testimonials-list .author {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
}

/* Layout 01 - Two columns, no thumb */
.woothemes-testimonials-layout-01 .testimonials-list .quote {
	width: 50%;
}
.woothemes-testimonials-layout-01 .testimonial-content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 360px;
}

/* Layout 02 - One column, no thumb */
.woothemes-testimonials-layout-02 {
}

/* Layout 03 - Thumbnail on left, testimonial text on the right */
.woothemes-testimonials-layout-03 .testimonials-list .quote {
	display: flex;
	align-items: center;
}
.woothemes-testimonials-layout-03 .testimonial-avatar {
	display: inherit;
	width: 296px;
}
.woothemes-testimonials-layout-03 .testimonial-avatar img {
	width: 192px;
}

/* Layout 04 - Quote icon on the left, no thumb */
.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
	background: url(library/images/icon-quote@2x.png) no-repeat center center;
	-webkit-background-size: auto 27px;
	-moz-background-size: auto 27px;
	-o-background-size: auto 27px;
	background-size: auto 27px;
	border: 3px solid #ED1B24;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	display: block;
	height: 68px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 68px;
}
.woothemes-testimonials-layout-04 .testimonials-list blockquote {
	background: none;
	margin: 0;
	padding: 0 0 0 100px;
	position: relative;
}
.woothemes-testimonials-layout-04 .testimonials-list .author {
	font-size: 1.375rem;
	font-weight: 600;
	margin-top: 9px;
	padding-left: 100px;
}

/******************************************
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,
.flexslider:hover .flex-direction-nav .flex-prev {
	left: 0;
}
.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next{
	right: 0;
}
.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.gform_fields {
	margin-left: -10px !important;
	margin-right: -10px !important;
}
div.gform_wrapper ul.gform_fields li.gfield {
	margin: 16px 0 0 !important;
	padding-left: 10px;
	padding-right: 10px;
}
div.gform_wrapper .top_label li.gfield.gf_left_half, div.gform_wrapper .top_label li.gfield.gf_right_half {
	padding-right: 10px;
}
div.gform_wrapper li.gfield.field_description_below + li.gsection {
	margin-left: 10px !important;
	margin-right: 10px !important;
	margin-bottom: 35px !important;
}
.gform_wrapper .gfield_description {
	font-size: 15px;
	padding-right: 0;
}
.gform_wrapper .field_description_below .gfield_description {
	padding-top: 5px;
}
.gform_wrapper .top_label .field_description_above .gfield_label {
	float: left;
	width: auto;
}
.gform_wrapper .field_description_above .gfield_description {
	clear: none;
	float: right;
	width: auto;
}
.gform_wrapper form li #extensions_message {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .left_label .gfield_label {
	color: #000;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	margin: 0 0 6px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
.gform_wrapper .top_label .max-300-characters .gfield_label::after {
	color: #8E8686;
	content: "0 of 300 max characters";
	font-size: 15px;
	right: 0;
	top: 2px;
	position: absolute;
}
.gform_wrapper .top_label .max-300-characters .gfield_label {
	position: relative;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
	font-size: 15px;
}
.gform_wrapper .top_label .label_not_visible .gfield_label {
	text-indent: -999em;
}
.gform_wrapper .top_label .gf_field_2_1::before,
.gform_wrapper .top_label .gf_field_2_1::after {
	clear: both;
	content: "";
	display: table;
}
.gform_wrapper ul.gform_fields li.gfield.gf_field_2_1 {
	align-items: center;
	display: flex;
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.gform_wrapper .top_label .gf_field_2_1 .gfield_label,
.gform_wrapper .top_label .gf_field_2_1 div.ginput_container {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.gform_wrapper .top_label .gf_field_2_1 .gfield_label {
	width: 66.666666%;
}
.gform_wrapper .top_label .gf_field_2_1 div.ginput_container {
	width: 33.333333%;
}
div.gform_wrapper ul.gform_fields li.gfield.margin_top_2x {
	margin-top: 32px !important;
}
div.gform_wrapper .gform_footer {
	margin: 20px 0 0;
	padding: 0;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="image"], .gform_wrapper .gform_footer input[type="submit"] {
	margin-right: 0;
}
.ui-datepicker-title select {
	height: auto;
	width: auto;
}
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;
}

@media (max-width: 991px) {
	.gform_wrapper .gfield_description,
	.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label,
	.gform_wrapper .top_label .max-300-characters .gfield_label::after {
		font-size: 1rem;
	}
}

@media (max-width: 640px) {
	.gform_wrapper .top_label .field_description_above .gfield_label,
	.gform_wrapper .field_description_above .gfield_description {
		float: none;
	}
	.gform_wrapper .top_label .max-300-characters .gfield_label::after {
		display: block;
		margin: 6px 0 8px;
		position: static;
	}
	.gform_wrapper ul.gform_fields li.gfield.gf_field_2_1 {
		display: block;
	}
	.gform_wrapper .top_label .gf_field_2_1 .gfield_label, .gform_wrapper .top_label .gf_field_2_1 div.ginput_container {
		width: 100%;
	}
	.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
		margin-bottom: 8px;
	}
	.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
		width: auto;
	}
}

/*********************
JQTRANSFORM
*********************/
.jqTransformHidden {
    display: none !important;
}
.jqTransformSelectWrapper,
.jqTransformSelectWrapper div span{
	width: 100% !important;
}
.jqTransformSelectWrapper div span{
	line-height: 43px;
	font-size: 15px;
	color: #8E8686;
	margin: 0 !important;
	padding: 0 0 0 20px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen:before{
	font-size: 28px;
	line-height: 43px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen{
	height: 45px;
	top: 1px;
	right: 0;
	width: 50px;
}
.jqTransformSelectWrapper ul a{
	font-size: 0.938rem;
	padding: 4px 12px;
}
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
    background: #338B8B;
    color: #fff;
}
span.jqTransformCheckboxWrapper {
	margin-right: 20px;
	margin-top: 1px;
}
a.jqTransformCheckbox {
	background: none;
	border: 1px solid #CEC7C7;
	height: 18px;
	position: relative;
	width: 18px;
}
a.jqTransformChecked::after {
	background: #338B8B;
	content: "";
	height: 8px;
	left: 50%;
	position: absolute;
	top: 50%;
    	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 8px;
}

/******************************************
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;
}
.postlist .row {
	margin-bottom: 43px;
}
.postlist .post {
	background-color: #fff;
}
.post-list-thumbnail {
	position: relative;
	overflow: hidden;
}
.post-date {
	font-size: 10px;
	color: #9A9A9A;
	margin-bottom: 4px;
}
.post-list-content{
	padding: 22px 30px 64px;
	position: relative;
}
.post-list-content h4{
	margin-bottom: 21px;
}
.post-list-content h4 a{
	color: #000;
	text-decoration: none;
}
.post-list-content h4:hover a{
	text-decoration: underline;
}
.post-list-content p.full-article {
	position: absolute;
	left: 30px;
	bottom: 32px;
}
.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;
}
.navigation{
	margin: -15px 0 0 !important;
}
.navigation > div{
	text-align: center;
}

/* Single Post */
#content {
    background: none;
}
body.single #main{
	position: relative;
	background-color: #fff;
	padding: 60px 0 80px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
.back-to{
	position: absolute;
	top: 30px;
	left: 30px;
}
h2.single-title{
	font-size: 2rem;
}
.post-image {
	margin: 15px 0 40px;
}

/******************************************
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 {
	/* position: relative; */
	float: left;
	margin: 0 3px
}
nav.main-nav ul.nav > li > a {
	color: #fff;
	display: block;
	font: normal 0.875rem/72px 'Flama', sans-serif;
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}
nav.main-nav ul.nav > li.menu-item-has-children > a:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #272626;;
	position: absolute;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	opacity: 0;
}

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 {
	color: #338b8b;
}
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: rgba(0, 69, 69, 0.9);
	/* -moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	display: block; */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	text-align: left;
	font-size: 0;
	width: 100%;
}
nav.main-nav ul.nav li ul:before,
nav.main-nav ul.nav li ul:after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background: rgba(0, 69, 69, 0.9);
}
nav.main-nav ul.nav li ul:before {
	left: -100%;
}
nav.main-nav ul.nav li ul:after {
	right: -100%;
}
/* 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.menu-item-has-children:hover > a:after {
	opacity: 1;
	z-index: 9;
}
nav.main-nav ul.nav li ul li {
	float: none;
	display: inline-block;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a::after {
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}
nav.main-nav ul.nav li ul li a {
	color: rgba(255, 255, 255, 0.60);
	display: block;
	font: normal 14px/1.3em 'Flama', sans-serif;
	padding: 19px 27px 19px;
    position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
nav.main-nav ul.nav li ul li a:hover {
	background: rgba(255, 255, 255, 0.19);
	color: #fff;
}
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: rgba(255, 255, 255, 0.19);
	color: #fff;
}


nav.main-nav ul.nav ul.sub-menu {
	display: none;
}

/******************************************
SUPERFLY MENU
******************************************/
.sfm-rollback {
	display: none;
}
div.sfm-label-metro .sfm-navicon-button {
	/* background: rgba(0,0,0,0);
	background: #147f7f; */
	background: rgba(20,127,127,0.75);
	right: 15px;
	top: 14px;
}
div.sfm-label-metro .sfm-navicon, div#sfm-mob-navbar .sfm-navicon, div.sfm-label-metro .sfm-navicon:after, div#sfm-mob-navbar .sfm-navicon:after, div.sfm-label-metro .sfm-navicon:before, div#sfm-mob-navbar .sfm-navicon:before {
	background: #fff;
}
div#sfm-sidebar .sfm-menu li:after {
	background: #fff;
}
div#sfm-sidebar .sfm-menu li > a:before {
	background: #68B9BC;
}
#sfm-sidebar .sfm-menu li > a span {
	text-transform: none;
}
.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
	width: 28px;
}
.sfm-navicon {
	width: 28px;
}
.sfm-navicon-button {
	padding: 20px 8px;
}

/******************************************
RESPONSIVE STYLES
******************************************/
@media (min-width: 1200px) {
	.container {
		width: 1176px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.row {
		margin-left: -8px;
		margin-right: -8px;
	}

	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
	.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
	.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
	.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
	.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
	.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (min-width: 992px) {
	/* Extra Classname */
	.md-text-right{
		text-align: right;
	}

	/* Extra Paddings */
	.pt-80{ padding-top: 80px;}
	.pt-70{ padding-top: 70px;}
	.pt-60{ padding-top: 60px;}
	.pt-50{ padding-top: 50px;}
	.pt-40{ padding-top: 40px;}
	.pt-30{ padding-top: 30px;}
	.pt-20{ padding-top: 20px;}
	.pt-15{ padding-top: 15px;}
	.pt-10{ padding-top: 10px;}
	.pt-5{ padding-top: 5px;}
	.pb-80{ padding-bottom: 80px;}
	.pb-70{ padding-bottom: 70px;}
	.pb-60{ padding-bottom: 60px;}
	.pb-50{ padding-bottom: 50px;}
	.pb-40{ padding-bottom: 40px;}
	.pb-30{ padding-bottom: 30px;}
	.pb-20{ padding-bottom: 20px;}
	.pb-15{ padding-bottom: 15px;}
	.pb-10{ padding-bottom: 10px;}
	.pb-5{ padding-bottom: 5px;}
	.pl-80{ padding-left: 80px;}
	.pl-70{ padding-left: 70px;}
	.pl-60{ padding-left: 60px;}
	.pl-50{ padding-left: 50px;}
	.pl-40{ padding-left: 40px;}
	.pl-30{ padding-left: 30px;}
	.pl-20{ padding-left: 20px;}
	.pl-15{ padding-left: 15px;}
	.pl-10{ padding-left: 10px;}
	.pl-5{ padding-left: 5px;}
	.pl-0{ padding-left: 0;}
	.pr-80{ padding-right: 80px;}
	.pr-70{ padding-right: 70px;}
	.pr-60{ padding-right: 60px;}
	.pr-50{ padding-right: 50px;}
	.pr-40{ padding-right: 40px;}
	.pr-30{ padding-right: 30px;}
	.pr-20{ padding-right: 20px;}
	.pr-15{ padding-right: 15px;}
	.pr-10{ padding-right: 10px;}
	.pr-5{ padding-right: 5px;}
	.pr-0{ padding-right: 0;}

	/* Extra Margins */
	.mb-70{ margin-bottom: 70px;}
	.mb-60{ margin-bottom: 60px;}
	.mb-50{ margin-bottom: 50px;}
	.mb-40{ margin-bottom: 40px;}
	.mb-30{ margin-bottom: 30px;}
	.mb-20{ margin-bottom: 20px;}
	.mb-15{ margin-bottom: 15px;}
	.mb-10{ margin-bottom: 10px;}
	.mb-5{ margin-bottom: 5px;}
	.mr-70{ margin-right: 70px;}
	.mr-60{ margin-right: 60px;}
	.mr-50{ margin-right: 50px;}
	.mr-40{ margin-right: 40px;}
	.mr-30{ margin-right: 30px;}
	.mr-20{ margin-right: 20px;}
	.mr-15{ margin-right: 15px;}
	.mr-10{ margin-right: 10px;}
	.mr-5{ margin-right: 5px;}
	.ml-70{ margin-left: 70px;}
	.ml-60{ margin-left: 60px;}
	.ml-50{ margin-left: 50px;}
	.ml-40{ margin-left: 40px;}
	.ml-30{ margin-left: 30px;}
	.ml-20{ margin-left: 20px;}
	.ml-15{ margin-left: 15px;}
	.ml-10{ margin-left: 10px;}
	.ml-5{ margin-left: 5px;}
}

@media (max-width: 1500px) {
	.header-nav{
		margin-left: 65px;
	}
}
@media (max-width: 1400px) {
	/* Header */
	.logo{
		margin-left: 20px;
	}
	.header-right{
		margin-right: 20px;
	}

	nav.main-nav ul.nav > li {
		margin: 0;
	}

	/*** Enter your custom style here ***/
}

@media (max-width: 1300px) {
	/* Header */
	.header-nav {
		margin-left: 70px;
	}
	nav.main-nav ul.nav > li > a{
		padding: 0 23px;
	}

	/* Home Banner */
	.home-banner h1 {
		font-size: 55px;
	}
}

@media (max-width: 1250px) {
	/* Header */
	.header-nav {
		margin-left: 55px;
	}
	nav.main-nav ul.nav > li > a{
		padding: 0 21px;
	}

}
@media (max-width: 1199px) {
	html{
		font-size: 95% !important;
	}
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 1.875rem;
	}
	h3 {
		font-size: 1.688rem;
	}
	h4 {
		font-size: 1.375rem;
	}
	h5 {
		font-size: 1.188rem;
	}
	h6 {
		font-size: 1.063rem;
	}

	/* General Styles */
	.accordion {
		margin-top: 0;
	}
	h3.accordion-title {
		margin-top: 30px;
		padding: 20px 60px 20px 20px;
	}
	.testimonial-box:after {
		left: 24px;
	}
	.testimonial-box {
		font-size: 1.25rem;
		padding: 50px 30px 10px 40px;
	}
	.free-quote-bar,
	.free-quote-bar p {
		text-align: center;
	}

	/* Header */
	.header-nav {
		margin-left: 50px;
	}
	nav.main-nav ul.nav > li > a{
		padding: 0 19px;
	}
	nav.main-nav ul.nav li ul li a{
		font-size: 12px;
		padding: 13px;
	}

	.header-search form input{
		width: 185px;
	}

	/* Home Banner */
	.home-banner .banner-left{
		padding-right: 0;
	}
	.home-banner h1 {
		font-size: 50px;
		padding: 5px 13px 7px;
	}
	.home-banner p{
		padding: 8px 14px 10px 14px;
		font-size: 16px;
		line-height: 24px;
	}
	.home-banner a.em-button{
		padding: 11px 14px 10px;
	}

	/* Home Portals */

	/* Home Extra Contents */

	/* Inner Banner */
	.inner-banner{
		padding: 75px 0;
	}
	.inner-banner h1{
		min-width: auto;
		padding: 18px 50px 21px 5px;
	}

	/* Breadcrumbs */
	div.breadcrumbs{
		bottom: -130px;
	}

	/* Bottom Bar */

	/* Footer */

	/* Ipswich Central Library - page */
	.library-sidebar .extra-content-col-inner {
		padding-left: 35px;
	}

	/* Mobile Library - page */
	.visit-libraries,
	.mobile-library-locations{
		height: 355px;
		max-width: 620px;
		-webkit-background-size: 645px auto;
		-moz-background-size: 645px auto;
		-o-background-size: 645px auto;
		background-size: 645px auto;
	}
	.mobile-library-locations ul li.Grandchester{bottom: 115px;left: 12px;}
	.mobile-library-locations ul li.Marburg{top: 80px;left: 175px;}
	.mobile-library-locations ul li.Rosewood{top: 175px;left: 170px;}
	.mobile-library-locations ul li.Walloon{top: 130px;left: 265px;}
	.mobile-library-locations ul li.Willowbank{top: 210px;left: 295px;}
	.mobile-library-locations ul li.Brassall{top: 120px;left: 370px;}
	.mobile-library-locations ul li.Karalee{top: 75px;left: 430px;}
	.mobile-library-locations ul li.Booval{top: 150px;left: 425px;}
	.mobile-library-locations ul li.WinstonGlades{top: 200px;left: 385px;}
	.mobile-library-locations ul li.SouthRipley{top: 250px;right: 180px;}
	.mobile-library-locations ul li.Goodna{top: 120px;left: 485px;}
	.mobile-library-locations ul li.Camira{top: 185px;right: 30px;}
	.mobile-library-locations ul li.SpringfieldLakes{bottom: 90px;right: 50px;}

	.mobile-library-locations ul li a{
		padding: 5px 7px 6px;
	}
	.mobile-library-locations ul li a:before {
		bottom: -14px;
		border-right: 10px solid transparent;
		border-top: 14px solid #338b8b;
	}
	.mobile-library-locations ul li.right a::before {
		border-left: 10px solid transparent;
	}

	/* Visit - page */
	.visit-libraries ul li.CentralLibrary{top: 134px;left: 72px;}
	.visit-libraries ul li.PlazaLibrary{top: 32px;right: 5px;}
	.visit-libraries ul li.PlainsLibrary{top: 185px;right: 55px;}
	.visit-libraries ul li a{
		padding: 13px 30px 12px 20px;
	}

	/* INTRO AREA */
	.ipl__intro-area{
		height: 360px;
		-webkit-background-size: 940px auto;
		-moz-background-size: 940px auto;
		-o-background-size: 940px auto;
		background-size: 940px auto;
		margin-bottom: 80px;
	}
	.ipl__intro-area__text-container{
		bottom: 30px;
		left: 50px;
		padding: 40px 45px;
		max-width: 385px;
	}


	/*** Enter your custom style here ***/
	.tiles-wrapper .row {
		margin-left: -8px;
		margin-right: -8px;
	}
	.tiles-wrapper .col-xs-12 {
		padding-left: 8px;
		padding-right: 8px;
	}
	.tile-3 a {
		padding: 10px 10px 20px;
	}
	.tile-3 h3 {
		margin: 0 -10px;
		padding-left: 8px;
		padding-right: 5px;
	}
    .tile-4 h3 {
    	width: 297px;
    }
    .tile-4 p {
    	width: 297px;
    }
    .tile-5 h3, .tile-6 h3, .tile-7 h3 {
        font-size: 1.75rem
    }
	.tile-8 h5 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.tile-8 h3 {
		font-size: 1.5rem;
		padding-left: 15px;
		padding-right: 15px;
	}
	.tile-9 h3 {
		font-size: 1.5rem;
	}
}
@media (max-width: 1150px) {
	/* Header */
	.header-nav {
		margin-left: 40px;
	}
	nav.main-nav ul.nav > li > a{
		padding: 0 17px;
	}
}

@media (max-width: 1100px) {
	/* Header */
	.header-nav {
		margin-left: 30px;
	}
	nav.main-nav ul.nav > li > a{
		padding: 0 14px;
	}

	/*** Enter your custom style here ***/
}

@media (max-width: 1050px) {
	/* Header */
	.header-nav {
		margin-left: 25px;
	}
	nav.main-nav ul.nav > li > a{
		font-size: 0.813rem;
	}

	/* Home Banner */
	.home-banner h1,
	.home-banner p{
		margin-bottom: 10px;
	}
}

@media (max-width: 1010px) {
	nav.main-nav ul.nav > li > a{
		padding: 0 12px;
	}
}

@media (max-width: 991px) {
	.sfm-rollback {
		display: block;
		width: 0;
	}
	html{
		font-size: 90% !important;
	}
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.75rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h1, h2, h3, h4, h5, h6, p{
		margin-bottom: 20px;
	}
	table, hr {
		margin: 20px 0;
	}

	.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;
	}
	.extra-content-col {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.column-vertical-align .row,
	.column-vertical-align.row,
	.column-equal-height .row,
	.column-equal-height.row {
		display: block;
	}

	/* Testimonials */
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		width: 200px;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 150px;
	}

	/* General Styles */
	.mainbody {
		padding: 85px 0 70px;
	}
	.extra-content{
		padding: 70px 0;
	}

	.free-quote-bar,
	.free-quote-cta-panel.free-quote-bar {
		padding: 30px 0;
	}
	.border-bottom .container {
		padding-bottom: 30px;
	}
	.border-top .container {
		padding-top: 30px;
	}
	.background-only-panel {
		height: 250px !important;
	}
	.free-quote-bar {
		text-align: center;
	}
	.free-quote-bar h2 {
		margin-top: 0;
	}
	.free-quote-bar .col-md-4 {
		margin-top: 30px;
	}
	.free-quote-bar p {
		text-align: center;
	}
	.staff-panel {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.staff-panel-first {
		padding-top: 30px;
	}
	.staff-panel .extra-content-col {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.staff-panel .column-01 p {
		margin: 0;
	}
	.testimonial-box:after {
		top: 12px;
	}
	.accordion {
		margin-top: 10px;
	}
	h3.accordion-title {
		margin-top: 20px;
		padding: 15px 60px 15px 15px;
	}
	.accordion-content {
		padding: 15px 30px;
	}
	.contact-form .column-02, .get-a-quote-row-01 .column-02 {
		max-width: none;
	}

	/* Header */
	.header-nav {
		display: none;
	}
	.header-right{
		margin-right: 80px;
	}

	/* Home Banner */
	.home-banner h1 {
		font-size: 45px;
	}

	/* Home Portals */
    .homepage-tile .column-01 {
        padding-bottom: 0;
        padding-top: 0;
    }

	/* Home Extra Contents */

	/* Inner Banner */
	.inner-banner {
		padding: 65px 0 55px;
	}
	.inner-banner h1 {
		padding: 15px 35px 18px 0px;
	}

	/* Breadcrumbs */
	div.breadcrumbs {
		bottom: -107px;
	}

	/* Bottom Bar */
	.bottom-bar{
		padding: 50px 0;
	}

	/* Footer */
	.main-footer {
		padding: 80px 0;
	}
	.footer-col-1 div.widget{
		padding-bottom: 30px;
	}
	ul.social-media {
		float: none;
		padding-top: 20px;
		max-width: 280px;
		text-align: center;
		margin: 0 auto;
	}
	ul.social-media li {
		float: none;
		margin: 0 5px;
		display: inline-block;
	}
	ul.social-media li:last-child {
		margin: 30px 0 0;
		display: block;
	}


	/* Ipswich Central Library - page */
	.library-sidebar .extra-content-col-inner{
		padding-left: 0;
		margin-top: 0;
	}

	/* Local Stories */
	.postlist{
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}
	.postlist .row,
	.postlist .row > div{
		margin-bottom: 30px;
	}
	.post-list-thumbnail img{
		width: 100%;
	}

	/* Single Post */
	#main,
	body.single #main{
		padding: 65px 30px 50px;
	}
	body.single #main img.alignright{
		float: none;
		display: block;
		margin: 30px auto;
	}
	.back-to {
		top: 25px;
	}
	.post-image {
		margin: 10px 0 30px;
	}

	/* Pagination */
	.pagination a.prev{
		padding-right: 20px;
	}
	.pagination a.next{
		padding-left: 20px;
	}
	.pagination a, .pagination span {
		 padding: 8px 13px;
	}


	/* Em-Card */
	div.emc__card-group-list-container > div.emc__card-container{
		margin-left: 1%;
		margin-right: 1%;
		width: 48%;
	}
	/* div.emc__card-group-list-container > div.emc__card-container:nth-child(3n){
		margin-right: 3%;
	}
	div.emc__card-group-list-container > div.emc__card-container:nth-child(2n){
		margin-right: 0;
	}
    div.emc__card-group-list-container > div.emc__card-container:nth-child(3n+1){
        clear: none;
    }
    div.emc__card-group-list-container > div.emc__card-container:nth-child(2n+1){
        clear: both;
    } */

	/* Mobile Library - page */
	.mobile-library-row-01 .column-01 h4{
		margin-bottom: 0;
	}
	.mobile-library-row-01 .column-03,
	.mobile-library-table .column-01{
		padding-top: 0;
		padding-bottom: 0;
	}
	.mobile-library-table .table-style-1{
		margin-top: 5px;
	}
	.mobile-library-row-03{
		padding-top: 40px;
		padding-bottom: 50px;
	}


	/* INTRO AREA */
	.ipl__intro-area{
		height: 280px;
		-webkit-background-size: 720px auto;
		-moz-background-size: 720px auto;
		-o-background-size: 720px auto;
		background-size: 720px auto;
		margin-bottom: 60px;
	}
	.ipl__intro-area__text-container {
		bottom: 30px;
		left: 30px;
		padding: 30px 35px;
		max-width: 302px;
		font-size: 1.25rem;
	}

	/*** Enter your custom style here ***/
    .icl__location-page__content {
        display: block;
        padding-right: 0;
        width: auto;
    }
    .icl__location-page__side-bar {
        display: block;
        margin-top: 50px;
    }
	.tiles-wrapper > .row {
		display: block;
	}
	.tile-1 a {
		min-height: 600px;
	}
	.tile-3 a {
		padding: 0 20px 20px;
	}
	.tile-3 h3 {
		margin: 0 -20px;
		padding-left: 20px;
	}
	.tile-4 a {
		padding-bottom: 40px;
	}
	.tile-sub-row {
		height: 250px;
	}
    .tiles-wrapper > .row > .col-xs-12,
    .tile-sub-row {
        padding-bottom: 0;
        padding-top: 0;
    }
    .tile-box {
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }
    .tile-3 {
        text-align: center;
    }
	.icl__search-popup__search-form form > div {
		display: block;
	}
	.icl__search-popup__search-form form .searchsubmit {
		float: left;
		margin-left: 2%;
		margin-top: 15px;
		width: 32%;
	}
	.icl__search-popup__search-form form .searchsubmit_first {
		margin-left: 0;
	}
}

@media (max-width: 920px) {
	/* Home Banner */
	.home-banner p {
		font-size: 14px;
		line-height: 20px;
	}
	.home-banner a.em-button {
		font-size: 13px;
	}
}

@media (max-width: 860px) {
	/* Home Banner */
	.home-banner h1 {
		font-size: 40px;
		padding: 2px 13px 4px;
	}
	.home-banner h1, .home-banner p {
		margin-bottom: 8px;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 87.5% !important;
	}
	h1, h2 {
		font-size: 1.75rem;
	}
	.post-list-thumbnail {
		float: none;
		margin: 0 0 10px;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}

	/* Testimonials */
	.contact-form .testimonials-list {
		margin-top: 0;
	}
	.testimonials-list {
		margin-top: -15px;
	}
	.testimonials-list .quote {
		margin: 15px 0;
		text-align: center;
	}
	.testimonials-list blockquote {
		-webkit-background-size: 100px auto;
		-moz-background-size: 100px auto;
		-o-background-size: 100px auto;
		background-size: 100px auto;
		background-position: center top;
		padding-top: 20px;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote,
	.woothemes-testimonials-layout-03 .testimonial-content {
		max-width: none;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote {
		width: 100%;
	}
	.woothemes-testimonials-layout-03 .testimonials-list .quote {
		display: block;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		margin-bottom: 20px;
		text-align: center;
		width: auto;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 80px;
	}

	/* Content Panels */
	.column-equal-height .row, .column-equal-height.row {
		display: block;
	}
	.align-left-xs {
		background-position: left center;
	}
	.background-only-panel {
		height: 200px !important;
	}
	.list-inline {
		display: block;
		margin: 0;
	}
	.list-inline li {
		display: block;
		padding: 7.5px 0;
		text-align: center;
	}

	/* General Styles */
	.logos-panel {
		text-align: center;
	}
	.logos-panel ul {
		display: block;
	}
	.logos-panel ul li:before {
		display: none;
	}
	.logos-panel ul li {
		float: none;
		padding: 12px 0;
		width: auto;
	}
	.extra-content .testimonials-list blockquote p {
		max-width: none;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
		left: 50%;
		margin-left: -34px;
		top: 0;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote {
		padding-left: 0;
		padding-top: 100px;
	}
	.woothemes-testimonials-layout-04 .testimonials-list .author {
		padding-left: 0;
	}
	.accordion {
		margin-top: 15px;
	}
	h3.accordion-title {
		margin-top: 15px;
		padding: 12px 50px 12px 15px;
	}
	h3.accordion-title:before {
		right: 15px;
	}
	.accordion-content {
		padding: 10px 20px;
	}

	.mainbody{
		padding: 75px 0 60px;
	}
	.extra-content{
		padding: 60px 0;
	}

	/* Header */

	/* Home Banner */
	.home-banner .banner-left{
		padding: 0 15px;
	}
	.home-banner h1 {
		font-size: 30px;
	}
	.home-banner p{
		display: none;
	}
	.home-banner p:last-child{
		display: block;
	}

	/* Home Portals */

	/* Home Extra Contents */

	/* Inner Banner */

	/* Breadcrumbs */
	div.breadcrumbs {
		bottom: -100px;
	}

	/* Bottom Bar */

	/* Footer */
    .main-footer {
		padding: 30px 0;
	}

	/*** Enter your custom style here ***/
	.icl__search-popup__search-links-container {
		max-width: none;
	}
	.icl__search-popup__search-links-container ul li {
		width: 50%;
	}
	.icl__search-popup__search-form form input#s,
	.icl__search-popup__search-form form select,
	.icl__search-popup__search-form form .searchsubmit {
		height: 50px;
	}
	.icl__search-popup__search-form form input#s {
		background-position: 10px 50%;
		border-bottom: 1px solid rgba(112, 112, 112, 0.19);
		border-right: none;
		display: block;
		margin-bottom: 8px;
		padding-left: 40px;
		width: 100%;
		padding-top: 10px;
		margin-top: 0px;
		line-height: 24px;
	}
	.icl__search-popup__search-form form select {
		float: left;
		padding-left: 12px;
		width: 50%;
	}
	.tile-1 a {
		padding-bottom: 90%;
		min-height: 1px;
	}
	.tile-2 a {
		padding: 50px 40% 52px 20px;
	}
	.tile-2 h6 {
		font-size: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.tile-3 img {
		width: 150px;
	}
}

@media (max-width: 640px) {
	/* Mobile Library - page */
	.mobile-library-row-01{
		padding-bottom: 20px;
	}
	.visit-libraries,
	.mobile-library-locations{
		display: none;
	}
	.mobile-library-row-03{
		padding-top: 30px;
	}

	/* Em-Card */
	div.emc__card-group-list-container > div.emc__card-container{
		width: 100%;
		margin: 0 0 20px !important;
	}
	div.emc__card-event-location{
		margin-left: -1px;
	}
}
@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;
	}

	/* General Styles */
	.list-check-square li {
		margin: 10px 0;
	}
	.free-quote-bar h2 {
		font-size: 1.5rem;
	}
	.free-quote-info .div-1 ul li {
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 24px auto;
		-moz-background-size: 24px auto;
		-o-background-size: 24px auto;
		background-size: 24px auto;
		margin: 13px 0;
		padding: 3px 0 3px 40px;
	}

	/* Header */
	.header-right{
		display: none;
	}

	/* Home Banner */
	.home-banner h1 {
		font-size: 25px;
	}
	.home-banner a.em-button {
		font-size: 11px;
		padding: 10px 11px 9px;
	}

	/* Mobile Library - page */
	.mobile-library-table .column-01 .col-sm-6{
		float: none !important;
		text-align: center !important;
	}

	/* INTRO AREA */
	.ipl__intro-area{
		margin-bottom: 45px;
	}
	.ipl__intro-area__text-container {
		bottom: 20px;
		left: 20px;
		padding: 20px 25px;
		max-width: 280px;
		font-size: 1.125rem;
		right: 20px;
	}

	/*** Enter your custom style here ***/
	.icl__search-popup__search-form form .searchsubmit {
		display: block;
		float: none;
		margin: 10px 0 0;
		width: 100%;
	}
	.icl__search-popup__search-links-container h5 {
		margin-bottom: 0;
		position: static;
		with: auto;
	}
	.icl__search-popup__search-links-container ul {
		margin: 0;
	}
	#icl__search-popup-window .fancybox-close-small {
		top: -16px;
	}
	.tile-box h3,
	.tile-box h5 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.tile-1 .tile-inner {
		background-position: center top;
	}
    .tile-2 h3 {
        padding-left: 0;
        padding-right: 0;
    }
	.tile-2 .tile-inner {
		background-position: left center;
	}
	.tile-2 a {
		padding: 30px 50px 42px 20px;
	}
	.tile-2 h3 {
		margin-bottom: 20px;
	}
	.tile-4 h3 {
		width: 100%;
	}
	.tile-4 p {
		padding: 20px;
		width: 100%;
	}
	.tile-5 h3, .tile-6 h3, .tile-7 h3 {
		padding: 10px 20px;
	}
	.tile-5 h3, .tile-6 h3, .tile-7 h3 {
		font-size: 1.5rem;
	}
	.tile-2 a,
	.tile-4 a {
		padding-bottom: 70px;
	}
	.tile-2 a {
		padding-right: 20px;
	}
	.tile-7 .tile-content {
		bottom: 70px;
	}
    .tile-box a::after {
		bottom: 20px !important;
		right: 20px !important;
	}
    .homepage-tile-slider .slick-list::before {
		background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	}
	.homepage-tile-slider .slick-list::after {
		background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	}
	.homepage-tile-slider .slick-list::before, .homepage-tile-slider .slick-list::after {
		width: 50px;
	}
	.ems__slide-group-container .slick-arrow.slick-prev {
		left: 10px;
	}
	.ems__slide-group-container .slick-arrow.slick-next {
		right: 10px;
	}
}

@media (max-width: 360px) {
}
