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

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

/******************************************
GENERAL STYLES
******************************************/
/* Font Faces - BEGIN */
@import 'library/css/fonts.css'; 
/* Font Faces - END */

html {
	font-size: 100% !important;
}
body, p, td, ul, li {
	color: #07394B;
	font-family: 'basic-sans', sans-serif;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.25em;
}
h1, h2, h3, h4, h5, h6 {
	color: #07394B;
	font-family: 'Kaleko205W00';
	font-weight: 400;
	line-height: 1.33em;
	margin: 0 0 30px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	/* font-size: 45px; */
	font-size: 2.813rem;
	line-height: 1.15em;
}
h2 {
	/* font-size: 35px; */
	font-size: 2.188rem;
}
h3 {
	/* font-size: 30px; */
	font-size: 1.875rem;
}
h4 {
	/* font-size: 27px; */
	font-size: 1.688rem;
}
h5 {
	/* font-size: 24px; */
	font-size: 1.5rem;
}
h6 {
	/* font-size: 22px; */
	font-size: 1.375rem;
	font-family: 'basic-sans', sans-serif;
	font-weight: 600;
}
.Kaleko205W00{
	font-family: 'Kaleko205W00';
	font-weight: 400;
}
h1 > strong,
h2 > strong,
h3 > strong,
h4 > strong,
h5 > strong,
h6 > strong{
	display: block;
}
h2.heading-line-slide{
	line-height: 1.15em;
	margin-bottom: 55px;	
}
.heading-line-slide{
	position: relative;
	padding-bottom: 36px;
	padding-right: 75px;
}
.heading-line-slide:before{	
	background: url(library/images/heading-line-slide-02.png) no-repeat right 0;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 64px;	
	width: 100%;
}
h1.heading-line-slide:before{	
	background: url(library/images/heading-line-slide-01.png) no-repeat right 0;
}
a.bold-underline{
	text-decoration: underline;
	font-weight: 600;
}
a {
	color: #48C76A;
	outline: none;
	text-decoration: none;
}
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: #00AEEF;
	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 30px;
	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;
}
::-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;
}
.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: 80px 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;
}
ul.list-pb-10 li{
	padding-bottom: 10px;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
.sfm-rollback {
	display: none;
}

.pt-0{
	padding-top: 0 !important;
}
.pb-0{
	padding-bottom: 0 !important;
}
.mb-0{
	margin-bottom: 0 !important;
}

.extra-wide .container{
	max-width: 1440px;
	width: 100%;
}

.grid-line{
	background: url(library/images/grid-line.jpg) repeat-y center center;
}

/******************************************
GLOBAL LAYOUT STYLES
******************************************/
/* Header */
.main-header {
	background-color: #0b485f;
	padding: 28px 0 0;
	position: relative;
}
.main-header .container{
	max-width: 1200px;
	width: 100%;
}
.header-phone-bar{
	width: 100%;
	position: absolute;
	top: 0;
	right: initial;
}
.main-header .header-phone-bar .container{
	max-width: 1920px;
}
.header-phone{
	background-color: #0c3d4e;
	padding-left: 0;
	position: relative;
}
.header-phone:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00adef;
	height: 55px;
	width: 55px;
}
.header-phone:after{
	content: '\f095';
	font-family: FontAwesome;
	color: #fff;
	font-size: 22px;
	line-height: 55px;
	position: absolute;
	top: 1px;
	left: 19px;
}
.header-phone p{
	color: #fff;
	font-family: 'Kaleko205W00';
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 55px;
	letter-spacing: 1px;
	text-align: right;
	max-width: 585px;
}
.header-phone p a{
	color: #fff;
	font-family: 'Kaleko205RoundW01Bold';
	font-size: 1rem;
	letter-spacing: 0;
}
.header-phone p a:hover{
	color: #48c76a;
}
.header-phone p span{
	margin: 0 25px;
}
.logo{
	position:relative; 
	float: left;
}
.logo img{
	max-width: 117px;
}

/* Bottom Bar */

/* Footer */
.main-footer{
	padding: 80px 0;
}
.main-footer h5{
	font-size: 1.563rem;
}
.main-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-footer ul li{
	font-size: 1.188rem;
	padding-bottom: 10px;
}
.main-footer ul li a{
	color: #07394B;
}
.footer-col{}
.footer-col-4 .widget{}
.footer-col-3 p{
	font-size: 1.125rem;
	line-height: 1.4em;
}
.footer-col-3 p strong{
	font-size: 1.188rem;
}
.footer-col-3 p strong a{
	font-size: 1.188rem;
	color: #48C76A;
	text-decoration: underline;
}
.footer-col-3 p a{
	color: #07394B;
}
.footer-col-4 .widget{
	display: table;
	height: 100%;
	width: 100%;
}
.footer-col-4 .widget > div{
	display: table-cell;
	vertical-align: bottom;
	text-align: right
}
.main-footer ul li a:hover{
	font-weight: 700;
	color: #48C76A;
}
.footer-bottom *{
	color: #fff;
	font-weight: 400;
}
.footer-bottom{
	background-color: #07394b;
}
.copyright p{
	font-size: 0.875rem;
	line-height: 54px;
	margin: 0;
}
.copyright p span{
	margin: 0 3px;
}
.copyright a{
	color: #fff;
}
.copyright a:hover{
	text-decoration: underline;
}
.footer-fb ul{
	float: right;
	margin: 0;
}
.footer-fb ul li{
	float: left;
	font-size: 0.875rem;
	line-height: 54px;
}
.footer-fb ul li:last-child{
	margin-left: 32px;
}
.footer-fb ul li a{
	display: inline-block;
	background-color: #496aad;
	width: 55px;
	line-height: 54px;
	text-align: center;
	margin-left: 20px;
}
.footer-fb ul li a:hover{
	background-color: #00aeef;
}
.footer-fb ul li a i{
	font-size: 28px;
	position: relative;
	top: 7px;
}

/*** Enter your style for global layout here ***/



/******************************************
HOMEPAGE STYLES
******************************************/
/* Home Banner */
.inner-banner,
.home-banner{
	background-color: #0b4d65;
	background-image: url(library/images/bg-texture-01.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative; 
}
.inner-banner .container,
.home-banner .container{
	max-width: 1920px;
	width: 100%;
}
.home-banner h1{
	color: #fff;
	margin: -25px 0 34px;
}
.home-banner h1 strong{
	color: #00AEEF;
}
.home-banner p{
	color: #fff;
}
.home-banner p > strong{
	font-weight: 600;
}
.hb-col-left{
	background: url(library/images/banner-home.jpg) no-repeat 0 0;
	padding: 0;
	position: relative; 
	height: 510px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.hb-col-right{
	padding-left: 60px;
}
.hb-col-right .textwidget{
	max-width: 525px;
}
.hb-arrow{
	position: absolute; 
	bottom: 0;
	right: -55px;
	text-align: center;
}
.hb-arrow a{
	display: block;
	background-color: #00aeef;
	line-height: 55px;
	height: 55px;
	width: 55px;
	color: #fff;
}
.hb-arrow a:hover{
	background-color: #48c76a;
}

/* Home Mainbody */
body.home .mainbody{
	padding: 65px 0;
}
body.home .mainbody h4{
	float: left;
	text-align: left;
	margin: 15px 0 0;
}
body.home .mainbody h4 strong{
	font-size: 1.875rem;
	color: #00AEEF;
}
div.scrollableArea > div{
	border: 0;
	padding: 0 25px;
}

/* Home Logo Slider */
.logo_slider {
	margin:0 !important;
}
.logo_slider ul.slides li {
    height: 100px;
    text-align: center;
}
.logo_slider ul.slides li img {
    width: auto !important;
    max-height: 100px;
    display: inline-block;
}
.wpls-logo-showcase button.slick-arrow {
	min-width:auto;
}

/* body.home .mainbody ul{
	float: right;
	margin: 0;
}
body.home .mainbody ul > li{
	display: inline-block;
	text-align: center;
	padding: 0 40px;
}
body.home .mainbody ul > li:first-child{
	padding-left: 0;
}
body.home .mainbody ul > li:last-child{
	padding-right: 0;
} */

/* Site Location */
#locations-bar{
	background: url(library/images/bg-locations-bar.jpg) repeat-y center top;
	padding: 0;
	position: relative;
}
#locations-bar:before{
	background: url(library/images/bg-texture-02.png) no-repeat right center;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.location-portals .col-xs-12{
	padding-top: 55px;
	padding-bottom: 55px;
}
.location-portals .col-01{
	background: url(library/images/bg-texture-02.png) no-repeat right center;
}
.col-02 .location-info{
	margin-left: 45px;
}
.location-info{
	float: left;
}
.location-info p{
	font-family: 'Kaleko205W00';
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 14px;
}
.location-info h3{
	margin-bottom: 17px;
}
.location-info h3 strong{
	color: #00AEEF;
}
.col-01 .location-map{
	margin-right: 45px;
}
.location-map{
	position: relative;
	height: 171px;
	width: 211px;
	float: right;
}
.location-map a{
	background-color: rgba(0, 174, 239, 0.83);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none !important;
	padding-top: 45px;
	opacity: 0;
}
.location-map a:hover{
	opacity: 1;
}
.location-map a > span{
	display: block;
	font-family: 'Kaleko205W00';
	font-size: 0.75rem;
	font-weight: 800;
	padding-top: 14px;
	letter-spacing: 1px;
}

/* Site Portals  */
.site-portals{
	padding-top: 100px;
}
.portal-photo{
	overflow: hidden;
}
.is-portal-photo img,
.portal-photo img{
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.portal-col:hover .portal-photo img{
	-webkit-transform: scale(1.075); 
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
}
.portal-col-01 .portal-text{
	background: #0a4155 url(library/images/bg-portal-texture-01.png) no-repeat right bottom;
}
.portal-col-02 .portal-text{
	background: #0b4d65 url(library/images/bg-portal-texture-02.png) no-repeat right bottom;
}
.portal-col-03 .portal-text{
	background: #0f5d79 url(library/images/bg-portal-texture-03.png) no-repeat right bottom;
}
.portal-text{
	padding: 30px;
}
.portal-text h3{
	margin-bottom: 12px;
}
.portal-text a{
	display: block;
	color: #fff;
}
.portal-button a.em-button{
	line-height: 53px;
	width: 100%;
	text-align: left;
	border-right-width: 55px;
}
.portal-col-01 a.em-button{
	border-color: #0a4155;
}
.portal-col-02 a.em-button{
	border-color: #0b4d65;
}
.portal-col-03 a.em-button{
	border-color: #0f5d79;
}
.portal-button a.em-button:before{
	width: 55px;
	height: 55px;
	right: -55px;
}
.portal-col:hover .portal-button a.em-button{
	background: #00aeef url(library/images/em-button-hover.png) no-repeat 75% bottom;
}

/* Bottom/Functions Bar */
.functions-bar *,
.bottom-bar *{
	color: #fff;
}
.bottom-bar{
	background-color: #0b4d65;
	padding: 65px 0;
}
.functions-bar{
	background-color: #0b495f;
	padding: 60px 0;
}
.functions-bar h2,
.bottom-bar h2{
	margin-bottom: 14px;
}
.functions-bar p,
.bottom-bar p{
	margin-bottom: 0;
}
.functions-bar .col-md-4,
.bottom-bar .col-md-4{
	text-align: right;
}
.bottom-bar p > a.em-button:first-child{
	margin-bottom: 8px;
	margin-right: -1px;
}
.bottom-bar a.em-button{
	min-width: 265px;
}
.functions-bar a.em-button{
	min-width: 300px;
}

/* Our Facilities */
.our-facilities-bar{
	background: #0f5d79 url(library/images/bg-texture-03.png) no-repeat right 0;
	padding-bottom: 40px;
}
.our-facilities-bar h2 > strong{
	color: #00AEEF;
}
ul.site-facilities{
	margin: 0 0 0 15px;
}
ul.site-facilities > li{
	background-repeat: no-repeat;
	background-position: 0 center;
	padding: 5px 0 5px 80px;
	font-family: 'Kaleko205W00';
	font-size: 1.438rem;
	font-weight: 400;
	float: left;
	width: 33.33%;
	margin-bottom: 40px;
	-webkit-background-size: 50px auto;
	-moz-background-size: 50px auto;
	-o-background-size: 50px auto;
	background-size: 50px auto;
}

/* Contact */
.contact-locations-bar .location-info p:last-child{
	font-family: 'basic-sans', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
}
.contact-gmaps .location-map{
	background: url(library/images/contact-gmap-01.jpg) no-repeat center center;
	float: left;
	width: 50%;
	height: 170px;
}
.contact-gmaps .map-02{
	background-image: url(library/images/contact-gmap-02.jpg);
}

/* Acacia Ridge */
table.table-with-border.table-column-3 td{
	width: 33.33%;
}
table.table-with-border tr.bg-light-blue td {
	background: #e9f2f6;
} 
table.table-with-border tr > td:first-child {
    font-weight: 300;
}
table.table-with-border tr > td.td-fw-400 {
    font-weight: 400;
}
tr.tr-sub-heading{}
tr.tr-sub-heading th:first-child{
	background: #0b4d65;
}
tr.tr-sub-heading th:last-child{
	background: #117296;
}
tr.tr-sub-heading th{
	background: #0f5d79;
	font-family: 'Kaleko205W00';
	font-size: 1.063rem;
	font-weight: 400;
	padding: 15px 10px;
}
.acacia-ridge-row-03 .location-info{
	float: right;
	max-width: 570px;
	width: 100%;
}


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



/******************************************
INNERPAGES STYLES
******************************************/
.inner p strong {
	font-weight: 600;
}

/* Inner Banner */
.inner-banner h1{
	font-size: 2.375rem;
	line-height: 1.2em;
	color: #fff;
	margin-top: -10px;
}
.inner-banner h1 > span{
	color: #00AEEF;
	display: block;
	font-weight: 700;
}
.ib-col-left {
	height: 245px;
	background-image: url(library/images/banner-contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.ib-col-right {
	max-width: 600px;
    padding-left: 60px;
}

/* Ice Sports */
.ice-sports-row-02{
	margin-top: -30px;
}
.ice-sports-portal-wrapper{
	padding: 20px 15px 0;
}
.ice-sports-portal-row *{
	color: #fff;
}
.ice-sports-portal-row{
	margin-bottom: 25px;
}
.ice-sports-portal-row-01{
	background-color: #0a4155;
}
.ice-sports-portal-row-02{
	background-color: #0a4960;
}
.ice-sports-portal-row-03{
	background-color: #0b4d65;
}
.ice-sports-portal-row-04{
	background-color: #115871;
}
.ice-sports-portal-row-05{
	background-color: #0f5d79;
}
.ice-sports-portal-row .col-md-7{
	position: relative;
	background-image: url(library/images/bg-texture-02.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.is-portal-photo{
	overflow: hidden;
}
.is-portal-photo img{
	width: 100%;
}
.is-portal-photo:hover img{
	-webkit-transform: scale(1.075); 
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
}
.is-portal-text{
	padding: 35px 50px 30px 50px;
}
.is-portal-button{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.is-portal-button a.em-button{
	width: 100%;
	text-align: left;
	padding-left: 50px;
}
.ice-sports-portal-row-01 a.em-button{
	border-color: #0a4155;
}
.ice-sports-portal-row-02 a.em-button{
	border-color: #0a4960;
}
.ice-sports-portal-row-03 a.em-button{
	border-color: #0b4d65;
}
.ice-sports-portal-row-04 a.em-button{
	border-color: #115871;
}
.ice-sports-portal-row-05 a.em-button{
	border-color: #0f5d79;
}

/* Ice Sports - Curling */
ul.iw-icon-list li{
	position: relative;
	padding: 14px 0 14px 64px;
}
ul.ss-logo-list li img,
ul.ih-logo-list li img,
ul.fs-logo-list li img,
ul.iw-icon-list li img{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
ul.fs-logo-list li{
	position: relative;
	padding: 24px 0 24px 130px;
}
ul.ih-logo-list li{
	position: relative;
	padding: 24px 0 24px 220px;
}
ul.ss-logo-list li{
	position: relative;
	padding: 24px 0 24px 145px;
}

/* About */
.heading-cta-box{
	text-align: center;
}
.heading-cta-box p{
	margin-bottom: 0;
}
.heading-cta-box h3{
	background: #0a4155 url(library/images/heading-box-cta-pattern-01.png) no-repeat right bottom;
	color: #fff;
	font-size: 2rem;
	display: block;
	padding: 40px 50px;
	text-align: left;
}
.heading-content-cta-box.hccb-2 h4,
.heading-cta-box.hcb-2 h3{
	background-color: #0b4d65
}
.heading-content-cta-box.hccb-3 h4,
.heading-cta-box.hcb-3 h3{
	background-color: #0f5d79
}
.heading-cta-box h3 strong{
	color: #48C76A;
}

/* Functions */
.heading-content-cta-box{
	background-color: #e9f2f6;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
.heading-content-cta-box h4{
	background: #0a4155 url(library/images/heading-box-cta-pattern-01.png) no-repeat right bottom;
	color: #fff;
	display: block;
	padding: 40px 50px;
	margin-bottom: 40px;
}
.heading-content-cta-box table{
	border-collapse: inherit;
}
.heading-content-cta-box table,
.heading-content-cta-box p{
	padding-left: 50px;
	padding-right: 50px;
}
.heading-content-cta-box.no-bg{
	background: none;
	padding-bottom: 0;
}
.acacia-ridge-row-04 .heading-content-cta-box h4,
.heading-content-cta-box.no-bg h4{
	font-size: 1.375rem;
}
.heading-content-cta-box.no-bg table, 
.heading-content-cta-box.no-bg p {
    padding-left: 0;
    padding-right: 0;
}

/* Birthday Parties */
.birthday-parties-row-01 .row-02{
	padding: 10px 0 50px;
}
.birthday-parties-row-01 .row-03 .column-02 p:first-child,
.birthday-parties-row-01 .row-03 .column-01 p:first-child{
	padding-bottom: 20px;
}
.birthday-parties-row-01 .row-03 .column-02 p:first-child + p,
.birthday-parties-row-01 .row-03 .column-01 p:first-child + p{
	padding-bottom: 40px;
}
.birthday-parties-row-01 .pdf-link:before{
	background-image: url(library/images/icons/icon-confetti-2.png);
}

/* Skate School */
.skate-school-row-02 table tr > td:first-child{
	font-family: 'Kaleko205W00';
	font-weight: 700;
	font-size: 1.313rem;
	padding-left: 0;
}
.skate-school-row-02 table tr > td{
	padding-left: 90px;
}
.skate-school-row-02 table tr > td .note{
	padding-left: 35px;
}
.skate-school-row-03 .row-02{
	padding-top: 50px;
}

/* Prices */
.page-prices table.table-with-border tr.sub-heading > td:first-child{
	background: #0b4d65;
	border-color: #0b4d65;
}
.page-prices table.table-with-border tr.sub-heading > td{
	background: #117296;
	border-color: #117296;
	color: #fff;
}

/* Locations - Acacia Ridge/Boondall */
.acacia-ridge-row-03 .location-portals .column-01 {
    padding-top: 60px;
}
.acacia-ridge-row-03 .location-portals .column-02 {
	background: url(library/images/gmap-acacia-ridge.jpg) no-repeat center center;
	height: 310px;
}
#has-special-note{	
	padding-bottom: 40px;
}
.special-notice-box.turn-off{
	display: none;
}
.special-notice-box{
	position: relative;
	background: #0a4155 url(library/images/bg-portal-texture-01.png) no-repeat right bottom;
	border-left: 120px solid #07394b;
	text-align: left;
	padding: 35px 45px 35px 35px;
	margin-top: 90px;
	margin-left: -15px;
	margin-right: -15px;
}
.special-notice-box:before{
	background: url(library/images/icons/exclamation-mark@2x.png) no-repeat;
	content: '';
	height: 46px;
	width: 46px;
	position: absolute;
	top: 50%;
	left: -83px;
	-webkit-background-size: 46px auto;
	-moz-background-size: 46px auto;
	-o-background-size: 46px auto;
	background-size: 46px auto;
	-webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.special-notice-box p{
	color: #fff;
}
.special-notice-box p:first-child{
	margin-bottom: 16px;
}

/* FAQ */


/*** Internal Pages - Enter any style for elements on internal pages here ***/



/******************************************
SIDEBAR
******************************************/
body.sidebar .mainbody-inner {
    padding-right: 250px;
    position: relative;
}
body.sidebar .main-content {
    float: left;
    position: relative;
    width: 100%;
}
body.sidebar .main-content #content{
	padding-right: 7%;
}
.main-sidebar {
    float: left;
	margin-top: 8px;
    margin-right: -100%;
    width: 250px;
}
.main-sidebar .widget{
	border-top: 1px solid #dedede;
	margin-bottom: 40px;
    padding-top: 40px;
}
.main-sidebar .widget:first-child{
	border-top: 0;
	padding-top: 0;
}
.main-sidebar .widget h3{
	margin: 0 0 20px;
}
.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;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
	background: #152e54;
}


/******************************************
NAVIGATION
******************************************/
nav.main-nav{
	float: right;
	padding-top: 60px;
}
nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.main-nav ul.nav > li:after {
	background-color: #fff;
	content: "";
	height: 11px;
	width: 1px;
	position: absolute;
	right: 0;
	top: 20px;
}
nav.main-nav ul.nav > li:last-child:after {
	display: none;
}
nav.main-nav ul.nav > li {
	float: left;
	margin-left: -1px;
	position: relative;
}
nav.main-nav ul.nav > li > a {
	color: #fff;
	display: block;
	font: 400 1.063rem/50px 'basic-sans', sans-serif;
	padding: 0 21px 30px;
	position: relative;
	z-index: 1;
}
nav.main-nav ul.nav > li:last-child a{
	padding-right: 0;
}
nav.main-nav ul.nav > li > a > span:after,
nav.main-nav ul.nav > li.menu-item-has-children > a:after {
	left: 50%;
	-webkit-transform: translateX(-50%); 
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
nav.main-nav ul.nav > li.menu-item-has-children > a:after {
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	bottom: 44px;
	height: 16px;
	width: 16px;
	text-align: center;
}
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: #48c76a;
}
nav.main-nav ul.nav > li > a > span{
	position: relative;
	display: block;
	padding: 0 2px;
}
nav.main-nav ul.nav > li > a > span:after{
	position: absolute;
	bottom: -30px;
	content: '';
	background-color: #48c76a;
	height: 5px;
	width: 0;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
nav.main-nav ul.nav > li.current-menu-item > a > span:after,
nav.main-nav ul.nav > li.current-parent-item > a > span:after,
nav.main-nav ul.nav > li.current-menu-ancestor > a > span:after,
nav.main-nav ul.nav > li:hover > a > span:after{
	width: 100%;
}
nav.main-nav ul.nav li ul {
	background: #1B4D60;
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
	visibility: hidden;
	width: 200px;
	z-index: 9;
}
nav.main-nav ul.nav li:hover > ul,
nav.main-nav ul.nav li.hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 20px;
	top: 140%;
}
nav.main-nav ul.nav > li:hover > ul {
	top: 100%;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #fff;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #fff;
	display: block;
	font-size: 1rem;
	line-height: 1.4em;
	padding: 10px 14px;
}
nav.main-nav ul.nav li ul li a:hover {
	background: #00aeef;
}
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 {
	background: #00aeef;
}

/******************************************
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;
}
.img-zoom:hover {
    -webkit-transform: scale(1.075); 
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
}
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postlist .post {
	border-top: 1px solid #e5e5e5;
	margin-top: 35px;
	padding-top: 35px;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.post-list-date {
	font-size: 0.875rem;
	margin-bottom: 14px;
}
.post-list-date a {
	text-decoration: underline;
}
h2.entry-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.post-list-thumbnail {
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}
.post-list-thumbnail a.em-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.post-list-content p {
	margin-top: 0;
}
.post-list-content a.excerpt-read-more {
	display: none;
}
.post-tags:before {
	content: "\f02c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 1px;
}
.post-tags {
	font-size: 0.875rem;
	margin: 15px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
h1.single-title {
	font-size: 1.8125rem;
	font-weight: normal;
}
.post-image {
	margin: 15px 0;
}

/* GRAVITY FORM */
.jqTransformSelectWrapper {
	border: 1px solid #78b2c7;
	color: #0F5D79;
	padding-right: 40px !important;
	width: 100% !important;
}
.jqTransformSelectWrapper div span {
	color: #0F5D79;
    font-size: 1.063rem;
    line-height: 21px;
    padding-bottom: 14px;
    padding-top: 15px;
    width: 100% !important;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
	width: 37px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	color: #0F5D79;
	font-size: 19px;
    line-height: 52px;
}
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background: #78b2c7;
}

/******************************************
SUPERFLY MENU
******************************************/
.sfm-rollback {
	display: none;
}
body.sticky div.sfm-label-metro .sfm-navicon-button {
	top: 20px;
}
div.sfm-label-metro .sfm-navicon-button {
	background: #07394b;
	right: 15px;
	top: 75px;
}
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;
}
div.sfm-navicon:after, div.sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
	width: 24px;
}
div.sfm-navicon {
	width: 24px;
}
div.sfm-navicon-button {
	padding: 25px 15px;
}
div.sfm-navicon:before {
    top: 9px;
}
div.sfm-navicon:after {
    top: -9px;
}

/******************************************
RESPONSIVE STYLES
******************************************/
@media (min-width: 992px) {	
	/* Extra Classname */
	.md-text-right{
		text-align: right;
	}
	
	/* Extra Paddings */
	.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-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-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-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-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 (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

@media (max-width: 1400px) {
	
	/* General Styles */
	.accordion {
		margin-top: 0;
	}
	h3.accordion-title {
		margin-top: 30px;
		padding: 20px 60px 20px 20px;
	}
	
	/* Header */
	
	/* Home Portals */
	
	/* Home Extra Contents */
	
	/* Inner Banner */
	
	/* Bottom Bar */
	
	/* Footer */
	
	/*** Enter your custom style here ***/
}

@media (max-width: 1199px) {
	html{
		font-size: 92.5% !important;
	}
	body, p, td, ul, li {
		font-size: 1.125rem;
	}
	h1, h2, h3, h4, h5, h6, p{
		margin-bottom: 24px;
	}
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.75rem;
	}
	h4 {
		font-size: 1.5rem;
	}
	h5 {
		font-size: 1.375rem;
	}
	h6 {
		font-size: 1.25rem;
	}
	h2.heading-line-slide {
		margin-bottom: 45px;
	}

	table, hr {
		margin: 24px 0;
	}
	
	
	/* General Styles */
	div.scrollableArea > div{
		padding: 0 15px;
	}
	.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;
	}
	.functions-bar,
	.bottom-bar,
	.main-footer,
	.mainbody, 
	.extra-content{
		padding: 50px 0;
	}
	
	.heading-line-slide{
		padding-bottom: 28px;
	}
	
	.testimonial-content {
		padding: 10px 150px 0;
	}
	
	/* SIDEBAR */
	body.sidebar .mainbody-inner {
		padding-right: 225px;
	}
	.main-sidebar {
		width: 225px;
	}
	
	/* Home Banner */
	.home-banner h1{
		margin-bottom: 26px;
	} 
	.hb-col-left{
		height: 400px;
	} 
	.hb-col-right {
		padding-left: 52px;
	}
	.hb-arrow{
		right: -45px;
	}
	.hb-arrow a {
		line-height: 45px;
		height: 45px;
		width: 45px;
	}
	
	/* Home Mainbody */
	body.home .mainbody {
		padding: 50px 0;
	}
	body.home .mainbody ul > li{
		padding: 0 18px;
	}
	
	/* Site Location */
	.location-info a.em-button {
		min-width: 230px;
	}
	.location-map{
		height: auto;
		width: 198px;
	}
	.location-map a{
		padding-top: 40px;
	}
	.col-01 .location-map {
		margin-right: 5px;
	}
	.col-02 .location-info {
		margin-left: 5px;
	}
	
	/* Site Portals  */
	.site-portals{
		padding-top: 60px;
	}
	
	/* Site Facilities  */
	.our-facilities-bar{
		padding-bottom: 20px !important;
	}
	ul.site-facilities{
		margin: 0;
	}
	ul.site-facilities > li{
		padding: 3px 0 3px 75px;
		margin-bottom: 30px;
	}
	
	/* Inner Banner */
	.ib-col-left {
		height: 200px;
		-webkit-background-size: 590px auto;
		-moz-background-size: 590px auto;
		-o-background-size: 590px auto;
		background-size: 590px auto;
	}
	.inner-banner h1{
		font-size: 2.125rem;
	}
	.ib-col-right{
		padding-left: 30px;
	}
	
	/* Ice Sports */
	.is-portal-text {
		padding: 25px 50px 20px 40px;
	}
	.is-portal-text h3{
		margin-bottom: 20px;
	}
	.is-portal-button a.em-button{
		padding-left: 40px;
	}
	
	/* Functions */
	.heading-content-cta-box{
		padding-bottom: 30px;
	}
	.heading-content-cta-box h4{
		padding: 30px 40px;
		margin-bottom: 30px;
	}
	.heading-content-cta-box table,
	.heading-content-cta-box p {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	/* Locations - Acacia Ridge/Boondall */
	.acacia-ridge-row-03 .location-portals .column-02 {
		height: 290px;
	}
	.special-notice-box{
		padding: 35px;
		margin-top: 60px;
	}
	
	/*** Enter your custom style here ***/
}

@media (max-width: 1110px) {
	/* Header */
	.header-phone-bar{
		background: none;
	}
	.header-phone p{
		letter-spacing: 0.25px;
	}
	.header-phone p span {
		margin: 0 20px;
	}
	nav.main-nav ul.nav > li > a{
		font-size: 1rem;
		padding: 0 17px 30px;
	}
	nav.main-nav ul.nav > li > a > span{
		padding: 0 1px;
	}
	nav.main-nav ul.nav > li > ul {
		left: 17px;
	}
	nav.main-nav ul.nav li ul li a{
		font-size: 0.938rem;
		padding: 8px 12px;
	}

}
@media (min-width: 992px) {
	.hide-991{display: block;}
	.show-991{display: none;}
}
@media (max-width: 991px) {
	html{
		font-size: 90% !important;
	}

	h1, h2, h3, h4, h5, h6, p{
		margin-bottom: 20px;
	}
	h2.heading-line-slide {
		margin-bottom: 40px;
	}
	table, hr {
		margin: 20px 0;
	}
	
	.sfm-rollback {
		display: block;
		width: 0;
	}
	
	.hide-991{display: none;}
	.show-991{display: block;}
	
	div.scrollableArea > div{
		padding: 0 15px;
	}

	.post-list-thumbnail {
		margin-right: 15px;
	}
	.table-style-1 td, .table-style-1 th {
		padding-left: 10px;
	}
	.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
		left: 0;
	}
	.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
		right: 0;
	}
	.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;
	}
	.testimonial-content {
		padding: 10px 80px 0;
	}
	
	/* General Styles */
	.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;
	}

	
	/* SIDEBAR */
	body.sidebar .mainbody-inner {
		padding-right: 200px;
	}
	.main-sidebar {
		width: 200px;
	}
	
	/* Header */
	.main-header{
		padding: 24px 0;
	}
	.header-phone{
		width: auto;
		float: right;
		padding-left: 70px;
	}
	.header-phone:before{
		height: 45px;
		width: 45px;
	}
	.header-phone:after{
		font-size: 20px;
		line-height: 45px;
		top: 1px;
		left: 15px;
	}
	.header-phone p{
		line-height: 45px;
	}
	.header-phone p span {
		margin: 0 15px;
	}
	nav.main-nav {
		display: none;
	}
	
	/* Home Banner */
	.inner-banner.column-vertical-align .row,
	.home-banner.column-vertical-align .row{
		display: flex;
	}
	.home-banner h1 {
		font-size: 1.75rem;
	}
	.home-banner p {
		font-size: 1rem;
	}
	.hb-col-left{
		height: 350px;
	} 
	
	/* Home Mainbody */
	body.home .mainbody {
		padding: 45px 0;
	}
	body.home .mainbody h4 {
		float: none;
		text-align: center;
		margin: 0 0 24px;
	}
	body.home .mainbody ul {
		float: none;
	}
	body.home .mainbody ul > li {
		padding: 0 12px;
	}
	
	/* Site Location */
	#locations-bar{
		background: #0b4d65 url(library/images/bg-location-portals-02.jpg) no-repeat right center;
	}
	#locations-bar:before{
		display: none;
	}
	.location-portals .col-01{
		background: none;
	}
	.location-map{
		float: left;
		margin-left: 50px;
	}

	.col-01 .location-map {
		margin-right: 0;
	}
	.col-02 .location-info {
		margin-left: 0;
	}
	
	/* Site Portals  */
	.site-portals{
		padding: 50px 0 10px;
	}
	.portal-col{
		margin-bottom: 30px;
	}
	.portal-photo{
		display: none;
	}
	.portal-text{
		min-height: 1px !important;
	}
	.welcome-text img{
		max-width: 300px;
	}
	
	/* Site Facilities  */
	ul.site-facilities{
		margin: 10px 0 0;
	}
	
	/* Inner Banner */
	.ib-col-left {
		height: 175px;
		-webkit-background-size: 515px auto;
		-moz-background-size: 515px auto;
		-o-background-size: 515px auto;
		background-size: 515px auto;
	}
	.inner-banner h1{
		font-size: 2rem;
		margin-top: -5px;
	}
	
	/* Ice Sports */
	.is-portal-text{
		padding-bottom: 28px;
	}
	.is-portal-button {
		position: static;
	}
	
	/* Functions */
	.heading-content-cta-box{
		min-height: 1px !important;
	}
	
	/* Birthday Parties */
	.birthday-parties-row-01 .row-02{
		padding: 0 0 10px;
	}
	.birthday-parties-row-01 .row-03 .column-02 p:first-child,
	.birthday-parties-row-01 .row-03 .column-01 p:first-child{
		padding-bottom: 1px;
	}
	.birthday-parties-row-01 .row-03 .column-02 p:first-child + p,
	.birthday-parties-row-01 .row-03 .column-01 p:first-child + p{
		padding-bottom: 15px;
	}
	
	/* Skate School */
	.skate-school-row-01 .heading-content-cta-box{
		margin-bottom: 0;
	}
	.skate-school-row-02 .column-01 {
		padding-top: 0;
	}
	.skate-school-row-02 table tr > td {
		padding-left: 40px;
	}
	.skate-school-row-02 table tr > td .note {
		padding-left: 20px;
	}
	.skate-school-row-02 table tr > td:first-child {
		font-size: 1.125rem;
	}
	.skate-school-row-03{
		padding-top: 0;
	}
	.skate-school-row-03 .row-02 {
		padding-top: 20px;
	}
	.skate-school-row-03 .column-01 {
		padding-bottom: 0;
	}
	.skate-school-row-03 .column-02 {
		padding-top: 0;
	}
	
	/* Locations - Acacia Ridge/Boondall */
	.acacia-ridge-row-03 .location-portals .column-02 {
		height: auto;
	}
	.acacia-ridge-row-03 .location-portals .column-02 img{
		width: 100%;
	}
	#has-special-note {
		padding-bottom: 15px;
	}
	.special-notice-box{
		margin-left: 0;
		margin-right: 0;
	}
	
	
	/* Bottom Bar */
	.functions-bar .col-md-4,
	.functions-bar,
	.bottom-bar .col-md-4,
	.bottom-bar{
		text-align: center;
	}
	.functions-bar .col-md-6,
	.bottom-bar .col-md-6 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	/* Footer */
	.main-footer ul li {
		padding-bottom: 4px;
	}
	.footer-col{
		padding-bottom: 24px;
	}
	.footer-col-4 .widget > div{
		text-align: left;
	}
	.footer-bottom{
		padding: 20px 0;
	}
	.copyright,
	.footer-fb {
		text-align: center;
	}
	.footer-fb ul {
		float: none;
	}
	.footer-fb ul li{
		float: none;
		display: inline-block;
		line-height: 1.2em;
	}
	.footer-fb ul li a{
		width: 44px;
		line-height: 44px;
		margin-left: 14px;
	}
	.footer-fb ul li a i {
		font-size: 24px;
		top: 6px;
	}
	.copyright{
		padding-top: 24px;
	}
	.copyright p{
		line-height: 1.4em;
	}
	
	/*** Enter your custom style here ***/
}
@media (min-width: 768px) {
	.hide-767{display: block;}
	.show-767{display: none;}
}
@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;
	}
	
	.hide-767{display: none;}
	.show-767{display: block;}
	
	.cd-top {
		bottom: 10px;
		right: 10px;
	}
	
	/* 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: 40px;
	}
	.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;
	}
	
	/* 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-content:before,
	h3.accordion-title:after,
	h3.accordion-title:before {
		width: 80px;
	}
	h3.accordion-title:before{
		left: -80px;
	}
	h3.accordion-title:after{
		right: 0;
	}
	h3.accordion-title{
		border-left-width: 80px;
		height: 80px;
	}
	h3.accordion-title > span{
		left: 25px;
		right: 80px;
	}
	.accordion-content:before {
		left: -80px;
		top: 18px;
	}
	.accordion-content {
		padding: 25px;
		border-left-width: 80px;
	}
	.list-check-circle li{
		background-position: 0 4px;
		padding: 7px 0 7px 40px;
		margin: 0 0 4px;
		-webkit-background-size: 24px auto;
		-moz-background-size: 24px auto;
		-o-background-size: 24px auto;
		background-size: 24px auto;
	}
	
	.functions-bar,
	.bottom-bar,
	.main-footer,
	.mainbody, .extra-content {
		padding: 40px 0;
	}

	/* Header */
	div.sfm-label-metro .sfm-navicon-button {
		right: 0;
		top: 0;
	}
	.main-header {
		padding: 22px 0;
	}
	.header-phone-bar{
		display: none;
	}
	.logo {
		float: none;
		text-align: center;
	}
	.logo img {
		max-width: 94px;
	}
	
	/* Home Banner */
	.inner-banner.column-vertical-align .row,
	.home-banner.column-vertical-align .row{
		display: block;
	}
	.hb-col-left img,
	.hb-col-left{
		width: 100%;
	}
	.hb-col-left{
		height: 250px;
		background-position: 0 center;
	} 
	.hb-col-right {
		padding: 30px 15px 85px;
	}
	.hb-col-right .textwidget {
		max-width: 100%;
	}
	.hb-arrow{
		right: initial;
		left: 0;
	}
	.hb-arrow a {
		line-height: 55px;
		height: 55px;
		width: 55px;
		font-size: 20px;
	}
	.home-banner h1{
		font-size: 35px;
		margin-top: 0;
	}
	.home-banner p{
		font-size: 18px;
	}
	
	/* Home Mainbody */
	body.home .mainbody {
		padding: 35px 0 15px;
	}
	body.home .mainbody ul {
		float: none;
		max-width: 420px;
		margin: 0 auto;
	}
	body.home .mainbody ul > li:first-child {
		padding-left: 20px;
	}
	body.home .mainbody ul > li {
		padding: 0 20px 20px;
	}
		
	/* Home Portals */
	.location-portals .col-xs-12 {
		padding-top: 35px;
		padding-bottom: 40px;
	}
	
	/* Site Facilities  */
	ul.site-facilities > li{
		width: 50%;
	}
	
	/* Inner Banner */
	.inner-banner{}
	.inner-banner .ib-col{}
	.ib-col-left{
		height: 160px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.ib-col-right {
		max-width: 100%;
		padding: 30px 15px;
	}
	
	/* Skate School */
	.skate-school-row-03 .row-02 {
		padding-top: 10px;
	}
	
	/* Footer */
	
	/*** Enter your custom style here ***/
}
@media (max-width: 641px) {
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: 50px;
		margin-bottom: 0;
	}
	div.gform_wrapper li.gfield.gf_left_half {
		padding-right: 0 !important;
	}
}
@media (max-width: 540px) {
	/* Site Location */
	.location-map{
		float: right;
		margin-left: 0;
	}
}
@media (min-width: 481px) {
	.hide-480{display: block;}
	.show-480{display: none;}
}
@media (max-width: 480px) {
	.hide-480{display: none;}
	.show-480{display: block;}
	.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;
	}
	table.table-with-border th {
		font-size: 1.25rem;
		padding: 18px 10px;
	}
	tr.tr-sub-heading th {
		font-size: 1rem;
		padding: 12px 5px;
	}
	table.table-with-border td {
		padding: 12px 5px;
		font-size: 1rem;
	}
	
	/* Home Banner */
	.hb-col-left{
		height: 200px;
	} 
	
	/* Home Mainbody */
	body.home .mainbody {
		padding: 35px 0 30px;
	}
	body.home .mainbody h4{
		font-size: 18px;
		word-spacing: 2px;
		margin-bottom: 20px;
	}
	body.home .mainbody h4 strong{
		font-size: 20px;
		display: inline-block;
		color: #07394B;
	}
	body.home .mainbody ul{
		max-width: 290px;
	}
	body.home .mainbody ul > li{
		display: none;
		padding: 0 5px;
	}
	body.home .mainbody ul > li:first-child + li,
	body.home .mainbody ul > li:first-child{
		display: inline-block;
	}
	body.home .mainbody ul > li:first-child {
		padding-left: 10px;
	}
	body.home .mainbody ul > li:first-child img{
		max-width: 147px;
	}
	body.home .mainbody ul > li:first-child + li img{
		max-width: 104px;
	}	
	
	/* Site Location */
	#locations-bar{
		background: none;
	}
	.location-portals .col-01 {
		background: #0c4357 url(library/images/bg-texture-02.png) no-repeat right center;
	}
	.location-portals .col-02 {
		background: #0b4d65 url(library/images/bg-texture-02.png) no-repeat right center;
	}
	.location-info,
	.location-map{
		float: none;
	}
	.location-map{
		margin-top: 24px;
		width: 278px;
	}
	.location-map a {
		padding-top: 24px;
	}
	.location-info a.em-button {
		min-width: 278px;
	}
	
	.welcome-text img{
		max-width: 200px;
	}
	
	/* Site Facilities  */
	ul.site-facilities > li{
		float: none;
		width: auto;
		font-size: 20px;
		padding-left: 60px;
		margin-bottom: 20px;
		-webkit-background-size: 35px auto;
		-moz-background-size: 35px auto;
		-o-background-size: 35px auto;
		background-size: 35px auto;
	}
	.flex-direction-nav,
	ul.site-facilities > li br{
		display: none;
	}
	
	.testimonial-content {
		padding: 0;
	}
	
	/* Functions */
	.heading-content-cta-box h4 {
		padding: 20px 24px;
		margin-bottom: 24px;
	}
	.heading-content-cta-box table, 
	.heading-content-cta-box p {
		padding-left: 24px;
		padding-right: 24px;
	}
	
	/* Ice Sports */
	.is-portal-text {
		padding: 25px;
	}
	.is-portal-button a.em-button {
		padding-left: 25px;
	}
	
	/* Locations - Acacia Ridge/Boondall */
	#has-special-note {
		padding-bottom: 0;
	}
	.special-notice-box{
		border-top: 100px solid #07394b;
		border-left: 0;
		text-align: center;
		padding: 30px;
		margin-top: 45px;
	}
	.special-notice-box:before {
		top: -73px;
		left: 50%;
		-webkit-transform: translate(-50%, 0); 
		-moz-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	
	/* Footer */
	.footer-col-4,
	.footer-col-2,
	.footer-col-1{
		display: none;
	}
	.footer-col {
		padding-bottom: 0;
	}
	.footer-bottom {
		padding: 25px 0 30px;
	}
	.copyright, .footer-fb {
		text-align: left;
	}
	.footer-fb ul li {
		margin-top: 14px;
		padding-left: 60px;
		position: relative;
		line-height: 40px;
		font-size: 14px;
		display: block;
	}
	.footer-fb ul li:last-child {
		margin-left: 0;
	}
	.footer-fb ul li a {
		width: 40px;
		line-height: 40px;
		margin-left: 0;
		position: absolute;
		left: 0;
		top: initial;
	}
	.footer-fb ul li a i {
		font-size: 20px;
		top: 4px;
	}
	.copyright p {
		font-size: 14px;
	}
	.copyright p span {
		display: block;
		text-indent: -999em;
		height: 2px;
	}
	
	/*** Enter your custom style here ***/
}