/*
 Theme Name:   The Play Casve
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  The Play Casve
 Author:       The Play Casve
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

@charset "utf-8";
/* TOC 
 * NORMALIZE
 * HEADER
 * NAVIGATION
 * MAIN
 * FOOTER
 * FORMS
 * PLUGINS
 * MEDIA QUERIES
 * PRINT STYLES
---------------------------------------------------------------------------*/
/* NORMALIZE 
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}
body {
	margin: 0;
  line-height:1.42857143;
}
a {
  color: #444;
  text-decoration: underline;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small {
  font-size: 75%;
}
h1 {
  font-size: 36px;
}
h2{
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
p,
pre {
	margin: 1em 0;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before,
q:after {
	content: '';
	content: none;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl,
menu,
ol,
ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
menu,
ol,
ul {
	padding: 0 0 0 40px;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
nav ul, 
nav ol {
	margin: 0;
	padding: 0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}


audio,
canvas,
img,
video {
	vertical-align: middle;
}
label {
	cursor: pointer;
}

/* --- Forms --- */
.form-row {
  margin-bottom: 18px;
}
.form-control,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"] {
  display: block;
  width: 100%;
  padding: 6px 12px 6px 16px;
  font-size: 14px;
  height: 38px;
  line-height: 1.42857143;
  color: #871db0;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 22px;
  transition: all .2s ease;
}
.form-control::-webkit-input-placeholder { /* Chrome */
  color: #871db0;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #871db0;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #871db0;
  opacity: 1;
}
.form-control:-moz-placeholder { /* Firefox 4 - 18 */
  color: #871db0;
  opacity: 1;
}



/* Removes awkward default styles on some inputs for iOS */
.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; 
}
textarea,
textarea.form-control{
  min-height: 93px;
  resize: vertical;
  resize: none;
}
.form-control:focus {
  border-color: #999;
  background-color: #fafafa;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline; 
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

small {
  font-size: 85%;
}
mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}


/* GRID
--------------------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1050px; /*Change with Design */
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  position: relative;
}
.row {
  margin-left: -25px;
  margin-right: -25px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.col-pull-12 {
  right: 100%;
}
.col-pull-11 {
  right: 91.66666667%;
}
.col-pull-10 {
  right: 83.33333333%;
}
.col-pull-9 {
  right: 75%;
}
.col-pull-8 {
  right: 66.66666667%;
}
.col-pull-7 {
  right: 58.33333333%;
}
.col-pull-6 {
  right: 50%;
}
.col-pull-5 {
  right: 41.66666667%;
}
.col-pull-4 {
  right: 33.33333333%;
}
.col-pull-3 {
  right: 25%;
}
.col-pull-2 {
  right: 16.66666667%;
}
.col-pull-1 {
  right: 8.33333333%;
}
.col-pull-0 {
  right: auto;
}
.col-push-12 {
  left: 100%;
}
.col-push-11 {
  left: 91.66666667%;
}
.col-push-10 {
  left: 83.33333333%;
}
.col-push-9 {
  left: 75%;
}
.col-push-8 {
  left: 66.66666667%;
}
.col-push-7 {
  left: 58.33333333%;
}
.col-push-6 {
  left: 50%;
}
.col-push-5 {
  left: 41.66666667%;
}
.col-push-4 {
  left: 33.33333333%;
}
.col-push-3 {
  left: 25%;
}
.col-push-2 {
  left: 16.66666667%;
}
.col-push-1 {
  left: 8.33333333%;
}
.col-push-0 {
  left: auto;
}
.col-offset-12 {
  margin-left: 100%;
}
.col-offset-11 {
  margin-left: 91.66666667%;
}
.col-offset-10 {
  margin-left: 83.33333333%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-8 {
  margin-left: 66.66666667%;
}
.col-offset-7 {
  margin-left: 58.33333333%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-5 {
  margin-left: 41.66666667%;
}
.col-offset-4 {
  margin-left: 33.33333333%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-2 {
  margin-left: 16.66666667%;
}
.col-offset-1 {
  margin-left: 8.33333333%;
}
.col-offset-0 {
  margin-left: 0%;
}


/* FONT FACE
--------------------------------------------------------------------------*/
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table thead th,
table tbody th,
table tfoot th,
table thead td,
table tbody td,
table tfoot td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align: left;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* BUTTONS
--------------------------------------------------------------------------*/
.btn,
.submit {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 12px;
  width: 151px;
  height: 37px;
	text-transform: uppercase;
  font-family: 'Opensans Semibold';
  font-size: 13px;
  line-height: 36px;
  border-radius: 4px;
  user-select: none;
  color: #145300;
  background: url('css/images/css-sprite.png') no-repeat 0 -26px;
  border: 0 none;
  text-decoration: none;
}
.btn:hover,
.btn:focus,
.btn:active:focus  {
  color: #fff;
}
.btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary[disabled] {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  font-size: 20px;
  text-align: center;
}
/* IMAGE SHAPES
--------------------------------------------------------------------------*/
.img-responsive{
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.bulleted-list {
  margin: 0;
  padding: 0;
}
.bulleted-list li {
  font-size: 15px;
  font-family: 'Opensans Extrabold';
  text-transform: uppercase;
  list-style: none;
  color: #855339;
  position: relative;
  padding-left: 24px;
}
.bulleted-list li:before {
  background: url('css/images/purple-point.svg') no-repeat;
	background-size: 100% 100%;
  width:16px;
  height:20px;
  display:block;
  position:absolute;
  content: " ";
  top: 2px;
  left: 0;
}


/* ALERT
--------------------------------------------------------------------------*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* ICONS
--------------------------------------------------------------------------*/
[class^="icon-"], [class*="icon-"] {
	background : url('css/images/css-sprite.png') no-repeat 0 0;
	display: inline-block;
	height: 1em;
  width: 1em;
	line-height: 14px;
	vertical-align: middle;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pin {
  height: 23px;
  width: 23px;
  background-position: 0 0;
}
.top-bar-address .icon-pin {
  height: 49px;
  width: 83px;
  vertical-align: top;
  background-position:-89px -609px;
}

.icon-phone {
  height: 23px;
  width: 23px;
  background-position: -25px 0;
}
.top-bar-address  .icon-phone {
  background-position: -90px -666px;
}
.icon-email {
  height: 20px;
  width: 30px;
  background-position: -49px 0;
}
.icon-round-right {
  height: 18px;
  width: 16px;
  background-position: -111px -1px;
}
.icon-top {
  height: 24px;
  width: 21px;
  background-position: -128px 0;
}
.icon-map-pin {
  height: 39px;
  width: 40px;
  background-position: -157px 0;
}
.icon-btn {
  height: 38px;
  width: 152px;
  background-position: 0 -26px;
}
.icon-quote {
  height: 73px;
  width: 73px;
  background-position: 0 -532px;
}
.icon-print {
  height: 36px;
  width: 39px;
  background-position: -80px -563px;
}
.icon-right {
  height: 21px;
  width: 23px;
  background-position: -108px -536px;
}
.icon-info {
  height: 18px;
  width: 18px;
  background-position: -136px -536px;
}
.icon-next {
  width: 11px;
  height: 23px;
  background-position: -74px -534px;
}
.icon-prev {
  width: 11px;
  height: 23px;
  background-position: -88px -535px;
}
.icon-cal-prev {
  width: 16px;
  height: 32px;
  background-position: -89px -721px;
}
.icon-cal-next {
  width: 16px;
  height: 32px;
  background-position: -110px -721px;
}
.icon-home {
  height: 29px;
  width: 29px;
  background: url('css/images/home.svg') no-repeat;
	background-size: 100% 100%;
}
.icon-clock {
  height: 29px;
  width: 29px;
  background: url('css/images/clock.svg') no-repeat;
	background-size: 100% 100%;
}
.icon-dollar-tag {
  height: 29px;
  width: 22px;
  background: url('css/images/money-tag.svg') no-repeat;
	background-size: 100% 100%;
}
.icon-parking {
  width: 18px;
  height: 27px;
  background: url('css/images/parking.svg') no-repeat;
	background-size: 100% 100%;
}
.icon-transport {
  height: 29px;
  width: 27px;
  background: url('css/images/bus.svg') no-repeat;
	background-size: 100% 100%;
}
.icon-ribbon {
  height: 36px;
  width: 31px;
  background-position: -89px -757px;
}
.icon-gift-box {
  height: 36px;
  width: 32px;
  background-position: -123px -757px;
}
.icon-menu {
  height: 19px;
  width: 19px;
  background: url(css/images/mobile-menu.svg) no-repeat 0 0;
	background-size: 100% 100%;
}
/* SOCIAL
------------*/
.icon-social-facebook {
  height: 40px;
  width: 40px;
  background-position: 0 -608px;
}
.icon-social-twitter {
  height: 40px;
  width: 40px;
  background-position: 0 -649px;
}
.icon-social-pinterest {
  height: 40px;
  width: 40px;
  background-position: 0 -690px;
}
.icon-social-google-plus {
  height: 40px;
  width: 40px;
  background-position: 0 -731px;
}
.icon-social-instagram{
  height: 40px;
  width: 40px;
  background-position: 0 -772px;
}
.icon-post-prev{
  height: 23px;
  width: 11px;
  background-position: -118px -665px;
}
.icon-post-next {
  height: 23px;
  width: 11px;
  background-position: -130px -665px;
}
.icon-post-list {
  height: 23px;
  width: 23px;
  background-position: -177px -666px;
}
.facebook:hover .icon-social-facebook {
  background-position: -41px -608px;
}
.twitter:hover .icon-social-twitter {
  background-position: -41px -649px;
}
.pinterest:hover .icon-social-pinterest {
  background-position: -41px -690px;
}
.google-plus:hover .icon-social-google-plus {
  background-position: -41px -731px;
}
.instagram:hover .icon-social-instagram{
  background-position: -41px -772px;
}

/* SQUARE HOME
------------*/
.icon-square-home {
  height: 57px;
  width: 57px;
  background-position: 0 -66px;
}
.icon-square-money {
  height: 57px;
  width: 57px;
  background-position: 0 -124px;
}
.icon-square-watch {
  height: 57px;
  width: 57px;
  background-position: 0 -182px;
}
.icon-square-food {
  height: 57px;
  width: 57px;
  background-position: 0 -240px;
}
.icon-square-gift {
  height: 57px;
  width: 57px;
  background-position: 0 -298px;
}
.icon-square-parking {
  height: 57px;
  width: 57px;
  background-position: 0 -356px;
}
.icon-square-transport {
  height: 57px;
  width: 57px;
  background-position: 0 -414px;
}
.icon-square-pencil {
  height: 57px;
  width: 57px;
  background-position: 0 -472px;
}

.active .icon-square-home {
  background-position: -58px -66px;
}
.active .icon-square-money {
  background-position: -58px -124px;
}
.active .icon-square-watch {
  background-position: -58px -182px;
}
.active .icon-square-food {
  background-position: -58px -240px;
}
.active .icon-square-gift {
  background-position: -58px -298px;
}
.active .icon-square-parking {
  background-position: -58px -356px;
}
.active .icon-square-transport {
  background-position: -58px -414px;
}
.active .icon-square-pencil {
  background-position: -58px -472px;
}

.home-buttons li:hover .icon-square-home{
  background-position: -116px -66px;
}
.home-buttons li:hover .icon-square-money{
  background-position: -116px -124px;
}
.home-buttons li:hover .icon-square-watch{
  background-position: -116px -182px;
}
.home-buttons li:hover .icon-square-food{
  background-position: -116px -240px;
}
.home-buttons li:hover .icon-square-gift{
  background-position: -116px -298px;
}
.home-buttons li:hover .icon-square-parking{
  background-position: -116px -356px;
}
.home-buttons li:hover .icon-square-transport{
  background-position: -116px -414px;
}
.home-buttons li:hover .icon-square-pencil{
  background-position: -116px -472px;
}

/* FONTS
--------------------------------------------------------------------------*/
@font-face {
  font-family: 'Opensans Light';
  src: url('css/webfonts/opensans-light.eot');
  src: url('css/webfonts/opensans-light.eot?#iefix') format('embedded-opentype'),
    url('css/webfonts/opensans-light.woff') format('woff'),
    url('css/webfonts/opensans-light.ttf') format('truetype'),
    url('css/webfonts/opensans-light.svg#Opensans Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans Regular';
  src: url('css/webfonts/opensans-regular.eot');
  src: url('css/webfonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
    url('css/webfonts/opensans-regular.woff') format('woff'),
    url('css/webfonts/opensans-regular.ttf') format('truetype'),
    url('css/webfonts/opensans-regular.svg#Opensans Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans Semibold';
  src: url('css/webfonts/opensans-semibold.eot');
  src: url('css/webfonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
    url('css/webfonts/opensans-semibold.woff') format('woff'),
    url('css/webfonts/opensans-semibold.ttf') format('truetype'),
    url('css/webfonts/opensans-semibold.svg#Opensans Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans Bold';
  src: url('css/webfonts/opensans-bold.eot');
  src: url('css/webfonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
    url('css/webfonts/opensans-bold.woff') format('woff'),
    url('css/webfonts/opensans-bold.ttf') format('truetype'),
    url('css/webfonts/opensans-bold.svg#Opensans Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans Extrabold';
  src: url('css/webfonts/opensans-extrabold.eot');
  src: url('css/webfonts/opensans-extrabold.eot?#iefix') format('embedded-opentype'),
    url('css/webfonts/opensans-extrabold.woff') format('woff'),
    url('css/webfonts/opensans-extrabold.ttf') format('truetype'),
    url('css/webfonts/opensans-extrabold.svg#Opensans Extrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Open Sans Italic';
    src: url('css/webfonts/opensans-italic.eot');
    src: url('css/webfonts/opensans-italic.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/opensans-italic.woff2') format('woff2'),
         url('css/webfonts/opensans-italic.woff') format('woff'),
         url('css/webfonts/opensans-italic.ttf') format('truetype'),
         url('css/webfonts/opensans-italic.svg#Open Sans Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Supernett Cond Light';
  src: url('css/webfonts/supernett-cn-light.eot');
  src: url('css/webfonts/supernett-cn-light.eot?#iefix') format('embedded-opentype'),
    url('css/webfonts/supernett-cn-light.woff') format('woff'),
    url('css/webfonts/supernett-cn-light.ttf') format('truetype'),
    url('css/webfonts/supernett-cn-light.svg#Supernett Cond Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Supernett Cond Light Italic';
  src: url('css/webfonts/supernett-cn-light-italic.eot');
  src: url('css/webfonts/supernett-cn-light-italic.eot?#iefix') format('embedded-opentype'),
    url('css/webfonts/supernett-cn-light-italic.woff') format('woff'),
    url('css/webfonts/supernett-cn-light-italic.ttf') format('truetype'),
    url('css/webfonts/supernett-cn-light-italic.svg#Supernett Cond Light Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Supernett Cond Regular';
  src: url('css/webfonts/supernett-cn-regular.eot');
  src: url('css/webfonts/supernett-cn-regular.eot?#iefix') format('embedded-opentype'),
    url('css/webfonts/supernett-cn-regular.woff') format('woff'),
    url('css/webfonts/supernett-cn-regular.ttf') format('truetype'),
    url('css/webfonts/supernett-cn-regular.svg#Supernett Cond Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Supernett Cond Italic';
  src: url('css/webfonts/supernett-cn-italic.eot');
  src: url('css/webfonts/supernett-cn-italic.eot?#iefix') format('embedded-opentype'),
    url('css/webfonts/supernett-cn-italic.woff') format('woff'),
    url('css/webfonts/supernett-cn-italic.ttf') format('truetype'),
    url('css/webfonts/supernett-cn-italic.svg#Supernett Cond Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Supernett Cond Bold';
  src: url('css/webfonts/supernett-cn-bold.eot');
  src: url('css/webfonts/supernett-cn-bold.eot?#iefix') format('embedded-opentype'),
    url('css/webfonts/supernett-cn-bold.woff') format('woff'),
    url('css/webfonts/supernett-cn-bold.ttf') format('truetype'),
    url('css/webfonts/supernett-cn-bold.svg#Supernett Cond Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Supernett Cond Bold Italic';
  src: url('css/webfonts/supernett-cn-bold-italic.eot');
  src: url('css/webfonts/supernett-cn-bold-italic.eot?#iefix') format('embedded-opentype'),
    url('css/webfonts/supernett-cn-bold-italic.woff') format('woff'),
    url('css/webfonts/supernett-cn-bold-italic.ttf') format('truetype'),
    url('css/webfonts/supernett-cn-bold-italic.svg#Supernett Cond Bold Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Black';
  src: url('css/webfonts/gotham-black.eot');
  src: url('css/webfonts/gotham-black.eot?#iefix') format('embedded-opentype'),
    url('css/webfonts/gotham-black.woff') format('woff'),
    url('css/webfonts/gotham-black.woff2') format('woff2'),
    url('css/webfonts/gotham-black.ttf') format('truetype'),
    url('css/webfonts/gotham-black.svg#Gotham Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONTELLO
--------------------------------------------------------------------------*/
@font-face {
  font-family: 'Fontello';
  src: url('css/webfonts/fontello.eot?57717794');
  src: url('css/webfonts/fontello.eot?57717794#iefix') format('embedded-opentype'),
       url('css/webfonts/fontello.woff2?57717794') format('woff2'),
       url('css/webfonts/fontello.woff?57717794') format('woff'),
       url('css/webfonts/fontello.ttf?57717794') format('truetype'),
       url('css/webfonts/fontello.svg?57717794#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icons-"]:before, 
[class*=" icons-"]:before {
  font-family: "Fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icons-left-open-big:before { content: '\e800'; } /* '' */
.icons-right-open-big:before { content: '\e801'; } /* '' */
.icons-facebook:before { content: '\f09a'; } /* '' */
.icons-gplus:before { content: '\f0d5'; } /* '' */
.icons-youtube-play:before { content: '\f16a'; } /* '' */
.icons-instagram:before { content: '\f16d'; } /* '' */
.icons-twitter:before { content: '\f309'; } /* '' */


/* CLEARFIX
--------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.food-items li:before,
.food-items li:after,
.promo-list:before,
.promo-list:after,
.form-row:before,
.form-row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.row:after,
.food-items li:after,
.promo-list:after,
.form-row:after {
	clear: both;
}
.clearfix,
.container,
.row,
.form-row,
.food-items li,
.promo-list:after {
	*zoom: 1;
}

/* HTML
--------------------------------------------------------------------------*/
html {
	line-height:1;
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* BODY
--------------------------------------------------------------------------*/
body {
  color: #444444;
  font-size: 13px;
  font-family: 'Opensans Regular';
	background: url('css/images/pattern-40.png') repeat;
}
a {
  color: #860db0;
}
/* TOP BAR
--------------------------------------------------------------------------*/
.top-bar {
  background-color: #005300;
  height: 43px;
  position: relative;
  z-index: 999;
}
.top-bar .container{
  padding-left: 25px;
  padding-right: 25px;
}
.top-bar .left{
  float: left;
}
.top-bar .right{
  float: right;
  padding-top: 10px;
}
.top-bar li {
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
}
.top-bar .left li a{
  display: block;
  text-decoration: none;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  font-family: 'Opensans Extrabold';
}
.top-bar .left li a:hover{
  color: #70DF00;
}
.top-bar .left .gift-card a{
  padding-left: 0;
  color: #FFFF00;
}
.top-bar .left .book-now a{
  color: #005300;
  background-color: #fff;
  padding-left: 22px;
  padding-right: 22px;
}
.top-bar .left .subscribe a{
  color: #f0f0f0;
  padding-right: 2px;
}
.top-bar .price{
  color: #fff;
  padding-left: 2px;
  padding-right: 0;
}
.top-bar address {
  display: inline-block;
  vertical-align: middle;
  color: #70df00;
  font-style:normal;
  font-family: 'Opensans Semibold';
}
.top-bar .phone {
  padding-top: 1px;
}
.top-bar .phone,
.top-bar .phone a{
  text-decoration: none;
  color: #fff;
  font-family: 'Opensans Extrabold';
}
.top-bar .right li {
  padding-right: 15px;
}
.top-bar .right li.address i {
  margin-right: 8px;
}
.top-bar .right li.email{
  border-left: 1px solid #fff;
  padding-left: 15px;
  padding-right: 0;
}
.top-bar .right li.email:hover i{
  background-position: -80px 0;
}
.top-socials {
	min-height: 43px;
	padding: 8px;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #B217C1;
}
.top-socials a {
	color: #fff;
	text-decoration: none;
}
/* HEADER
--------------------------------------------------------------------------*/
.site-header {
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  padding-top: 6px;
  background: url('css/images/header-bg.png') repeat-x center -85px;
  background-size: cover; 
  z-index: 9999;
}
.site-header .logo{
  float: left;
  width: 212px;
  margin-left: -25px;
  position: relative;
  z-index: 99;
}
.mobile-menu {
  position: absolute;
  top: 16px;
  right: 22px;
  z-index: 999;
  display: none;
}
.mobile-menu span {
  height: 4px;
  width: 21px;
  background-color: #fff;
  display: block;
  margin-bottom: 4px;
}
.main-navigation{
  float: right;
  margin-top: 2px;
}
.main-navigation > ul {
  position: relative;
  z-index: 700;
}
.main-navigation>ul li{
  float: left;
  position: relative;
}
.main-navigation >ul >li >a {
  padding: 8px 15px 22px;
}
.main-navigation li a {
  text-decoration: none;
  color: #fff;
  font-family: 'Opensans Extrabold';
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}
.main-navigation li:last-child a {
  padding-right: 0;
}
.main-navigation>ul li:hover> a,
.main-navigation>ul li.active a {
  color: #ffff00;
}
.main-navigation .menu-item-has-children button {
    display: none;
}
.submenu-bg {
  width: 100%;
  z-index: 99;
  display: none;
  position: relative;
}
.submenu-bg.active {
  display: block;
}
.submenu-bg .container {
  width: 100%;
}
.submenu-bg .container .bg {
  width: 100%;
  min-height: 405px;
  background: url('css/images/menu-hover-bg.png') no-repeat right top;
  position: absolute;
  top: -25px;
  left: 0;
  content: '';
  z-index: 1;
}

.main-navigation .sub-menu {
  display: none;
  left: 16px;
  padding-top: 18px;
  position: absolute;
  top: 50px;
  width: 200px;
  z-index: 1000;
}
.main-navigation li:hover .sub-menu {
  display: block;
}
.main-navigation .sub-menu li {
  float: none;
  margin-bottom: 3px;
}
.site-content {
  padding-top: 125px;
}
.home .site-content {
  padding-top: 0;
}
.page-gallery .site-content {
  padding-top: 180px;
}

/* ROTATTING BANNER
--------------------------------------------------------------------------*/
.slider {
  margin: 0;
  padding: 0;
}
.rotatting-banner .slider li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 433px;  
}
.rotatting-banner .slider .content {
  position: absolute;
  left: 183px;
  top: 216px;
  width: 424px;
  padding: 16px 75px 4px 44px;
  background: url('css/images/banner-content-bg.png') no-repeat 0 0;
  color: #d1f1ff;
}
.rotatting-banner h1 {
  margin: 0;
  line-height: 1;
  font-size: 33px;
  font-family: 'Opensans Extrabold';
  text-transform: uppercase;
}
.rotatting-banner h1 span {
  display: block;
  font-size: 18px;
  font-family: 'Supernett Cond Italic';
  text-transform: lowercase;
}
.rotatting-banner p {
  line-height: .8;
  margin: 0 0 4px 0;
  font-size: 20px;
  font-family: 'Supernett Cond Regular';
}
.rotatting-banner .btn {
  margin-top: 11px;
  font-family: 'Opensans Extrabold';
}
@media (max-width: 1024px) {
	.rotatting-banner .slider li {
	  background-position: center top;
	}
	.rotatting-banner .slider .content {
		top: 300px;
		width: 341px;
		padding-right: 28px;
  	background: url('css/images/mobile-banner-content-bg.png') no-repeat 0 0;
	}
	.rotatting-banner .slider .content {
		left: 2px;
	}
}
@media (max-width: 360px) {
	.rotatting-banner .slider .content {
		width: 280px;
		background-size: contain;
	}
	.rotatting-banner h1 {
		font-size: 26px;
	}
}
/* THREE COLUMNS
--------------------------------------------------------------------------*/
.three-sections .col {
	width: 350px !important;
  min-height: 420px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.three-sections h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 22px;
  font-family: 'Opensans Extrabold';
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #851DB0;
  line-height: 1;
}
.three-sections h2 span{
  display: block;
  margin-bottom: 2px;
  text-transform: none;
  letter-spacing: -.25px;
  font-size: 18px;
  font-family: 'Supernett Cond Regular';
  color: #545454;
}
.three-sections .column-3 li{
  color: #fff;
}
.three-sections .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.three-sections .col .content {
  position: relative;
  left: 0;
  top: 0;
  padding: 22px 10px 28px 25px;
  z-index: 2;
}
.three-sections .col .content li {
	color: #855239;
}
.three-sections .col:last-child .content li {
	color: #fff;
}
.three-sections .col .pattern {
  width: 100%;
	overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  
}
.three-sections .col .pattern img {
  width: 104%;
}
.three-sections .col .btn {
	color: #145300;
	font-family: 'Opensans Bold';
	text-transform: uppercase;
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -75px;
  z-index: 5;
}
.three-sections-wrap .bx-wrapper .bx-prev {
	background: none;
	background-color: #fff;
}
.three-sections-wrap .bx-wrapper .bx-next {
	background: none;
	background-color: #fff;
}
.bx-wrapper .bx-controls-direction a {
  line-height: 90px;
}
@media (min-width: 1024px) {
	.three-sections {
		margin-top: -47px;
		position: relative;
		z-index: 10;
	}
	.three-sections .col {
  	float: left;
		width: 33.33333333% !important;
	}
	.three-sections {
    transform: translate3d(0, 0px, 0px)!important;
  }
}
@media (min-width: 1024px) and (max-width:1045px) {
	.three-sections .col {
		min-height: 420px;
	}
}
/* HEADING
--------------------------------------------------------------------------*/
h1 {
	font-size: 19px;
	color: #005200;
	font: 19px 'Opensans Extrabold';
	margin-top: 0;
	margin-bottom: 30px;
}
h2 {
	margin-top: 0;
	font-size: 14px;
	color: #851DB0;
  margin-bottom: 6px;
  font-family: 'Opensans Semibold';
}
h3,h4 {
 font-size: 14px;
 font-family: 'Opensans Semibold';
 color: #851db0;
 margin-bottom: 5px;
 margin-top: 0;
}

/* PROMO
--------------------------------------------------------------------------*/
.promo .container {
	padding-top: 22px;
	padding-bottom: 22px;
	background-color: rgba(255,255,255,0.4);
}
.promo .bx-wrapper {
  padding-left: 63px;
  padding-right: 63px;
}
.promo-carousel {
	padding: 0;
}
.promo-carousel li {
  display: inline-block;
  box-sizing: border-box;
}
.promo-carousel .promo-image {
	margin-left: 98px;
}
.promo .promo-date {
  float: left;
  width: 68px;
  color: #F33DAD;
  margin-right: 30px;
  text-transform: uppercase;
  font: 25px/1 'Opensans Extrabold';
}
.promo .promo-date span {
  display: block;
}
.promo .promo-desc {
  float: left;
  width: 55%;
}
.promo h3 {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: 'Opensans Extrabold';
  text-transform: uppercase;
}
.promo p {
  margin-top: 0;
  color: #444444;
  margin-bottom: 8px;
  font: 13px/1.2 'Opensans Regular';
  text-transform: uppercase;
}
.promo .bx-wrapper .bx-controls-direction a {
	width: 32px;
	color: #7FC01E;
  font-size: 66px;
	margin-top: 0;
	line-height: 1;
	height: 65px;
	background: transparent;
}
.promo .bx-wrapper .bx-controls-direction a:hover {
	color: #2A9000; 
}
.promo .bx-wrapper .bx-controls-direction [class^="icons-"]::before, 
.promo .bx-wrapper .bx-controls-direction [class*=" icons-"]::before {
	width: 32px;
	margin: 0;
}
/* TPC MEALS AND FUN
--------------------------------------------------------------------------*/
.tpc-meals-fun {
	margin-bottom: 2px;
}
.tpc-meals-fun .container {
	padding: 0;
}
.tpc-meals-fun .col-4,
.tpc-meals-fun .col-8 {
	padding-left: 0;
	padding-right: 0;
}
.tpc-meals-fun .col-4 {
	margin-right: 3px;
}
.tpc-meals-fun .col-8 {
	max-width:697px;
}
.tpc-meals {
	margin-bottom: 3px;
	background: url('images/meals-bg.jpg') no-repeat 0 0;
}
.tpc-meals .content {
	min-height: 294px;
	padding-top: 40px;
	padding-left: 25px;
	background: url('images/meal-shape-bg.png') no-repeat 0 0;
}
.tpc-meals .content i {
	margin-bottom: 13px;
}
.tpc-meals h3 {
	width: 155px;
}
.tpc-meals h3,
.kids-fun-content h3 {
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-family: 'Opensans Extrabold';
}
.tpc-meals h3 span,
.kids-fun-content h3 {
	color: #FFF200;
}
.kids-fun-content {
	padding-top: 168px;
	min-height: 503px;
	position: relative;
}
.kids-fun-content h3 {
	max-width: 263px;
	margin-left: 54px;
}
.kids-fun-content .fun-list {
	max-width: 540px;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.kids-fun-content .fun-list li {
	color: #fff;
	padding-left: 54px;
	font: 30px/1.2 'Opensans Extrabold';
	position: relative;
}
.kids-fun-content .fun-list li:before {
	width: 24px;
	height: 21px;
	content: '';
	position: absolute;
	left: 14px;
	top: 9px;
	background: url('css/images/css-sprite.png') no-repeat -160px -536px;
}
.kids-fun-content .fun-list span {
	display: block;
}
.kids-fun-content .gift-card {
	width: 161px;
	color: #FFF200;
	text-decoration: none;
	text-align: right;
	position: absolute;
	right: 25px;
	bottom: 19px;
	text-transform: uppercase;
	font: 30px/1.1 'Opensans Extrabold';
}
.kids-fun-content .gift-card span {
	display: block;
}
@media (max-width:1070px) {
	.tpc-meals-fun .col-4 {
		display: none;
	}
	.tpc-meals-fun .col-8 {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width:740px) {
	.kids-fun-content h3,
	.kids-fun-content .fun-list li {
		font-size: 27px;
	}
}
@media (max-width:620px) {
	.tpc-meals-fun .col-8 {
		padding-top: 350px;
	}
	.kids-fun-content {
		padding-top: 45px;
		min-height: auto;
		padding-right: 15px;
		padding-bottom: 130px;
		background: #851CB6 !important;
	}
	.kids-fun-content h3 {
		max-width: 100%;
	}
	.kids-fun-content h3,
	.kids-fun-content .fun-list li {
		font-size: 24px;
	}
	.kids-fun-content .fun-list {
		max-width: 100%;
	}
	.kids-fun-content .fun-list span {
		display: inline-block;
	}
}
@media (max-width:500px) {
	.kids-fun-content .gift-card {
		top: auto;
		bottom: 20px;
	}
}
#map {
 height: 258px; 
 position: relative;
}
/* ROOM PACKAGES
--------------------------------------------------------------------------*/
.room-packages .container {
	padding: 0;
}
.room-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: -1px;
}
.room-list li {
  width: 24.765%;
	float: left;
	margin-left: 3px;
  text-align: center;
}
.room-list li:first-child {
	margin-left: 0;
}
.room-list li a {
	display: block;
	text-decoration: none;
}
.room-list li>div {
	position: relative;
}
.room-list li>div:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom:-7px;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-top: 4px solid #fff;
}
.room-list .sea-theme {
	padding-top: 5px;
	padding-bottom: 20px;
	background-color: #10ACF4;
}
.room-list .sea-theme:before {
	border-top: 10px solid #10ACF4;
}
.room-list .princess-theme {
	padding-top: 5px;
	padding-bottom: 20px;
	background-color: #E72F97;
}
.room-list .princess-theme:before {
	border-top: 10px solid #E72F97;
}
.room-list .country-theme {
	padding-top: 5px;
	padding-bottom: 20px;
	background-color: #F59200;
}
.room-list .country-theme:before {
	border-top: 10px solid #F59200;
}
.room-list .action-hero-theme {
	padding-bottom: 18px;
	background-color: #FC2830;
}
.room-list .action-hero-theme:before {
	border-top: 10px solid #FC2830;
}
.room-list .theme-image {
	width: 177px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.room-list .theme-image img {
	width: auto;
}
.room-list .new-theme {
	color: #fff;
	font-size: 27px;
	line-height: 1;
	font-family: "Supernett Cond Regular";
}
.room-list span {
	display: block;
}
.room-list .theme-info {
	color: #fff;
	font-size: 13px;
}
.room-packages .package-top {
  position: relative;
}
.room-packages .package-top p {
  margin: 0;
}
.room-packages .package-top .btn{
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: 0;
  margin-left: -75px;
  z-index: 99;
}
.room-packages h3{
  margin-top: 0;
  color: #fff;
	text-transform: uppercase;
  font:22px/1 'OpenSans ExtraBold';
}
.room-packages .package-content p {
  margin: 0;
}
.room-packages .package-content a{
  text-decoration: none;
  font-size: 13px;
  color: #ffee00;
  padding: 0 10px;
}
.room-list .party-packages {
	display: block;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #7FD000;
}
.room-list .party-packages:hover {
	background-color: #3C9000;
}
.room-list .party-packages span {
	display: inline-block;
	padding: 8px;
	max-width: 170px;
}
@media (max-width:1088px) {
	.room-list {
		margin: 0;
	}
	.room-list li {
		width: 24.7%;
	}
}
@media (max-width:870px) {
	.room-list li {
		width: 49.7%;
		margin-left:0;
	}
	.room-list li:nth-child(even) {
		margin-left:3px;
	}
}
@media (max-width:770px) {
	.room-list li,
	.room-list li:nth-child(even) {
		width: 100%;
		margin-left:0;
	}
	.room-list li a {
		display: inline-block;
	}
	.room-list li>div:before {
		display: none;
	}
	.room-list li .party-packages {
		display: none;
	}
	.room-list li:last-child .party-packages {
		display: block;
	}
}
@media (max-width:480px) {
	.promo-carousel .promo-image {
		max-width: 140px;
		margin: 0 auto;
	}
	.promo .promo-date {
	 margin-bottom: 5px;
	}
	.promo .promo-date,
	.promo .promo-desc {
		width: 100%;
	}
}
/* ENQUIRY MAIL
--------------------------------------------------------------------------*/
.enquiry-mail {
  padding: 0 50px 45px 50px;
  border-bottom: 2px solid #fff;
}
.enquiry-mail h2{
  text-align: center;
  font-size: 15px;
  font-family: 'Opensans Extrabold';
  color: #871db0;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.enquiry-mail .col-1,
.enquiry-mail .col-2,
.enquiry-mail .col-3{
  padding-left: 10px;
  padding-right: 10px;
}
.enquiry-mail .col-1 {
  width: 25%;
}
.enquiry-mail .col-2 {
  width: 32%;
}
.enquiry-mail .col-3 {
  width: 43%;
}
.enquiry-mail textarea.form-control{
  resize: none;
}
/* TPC VIDEOS
--------------------------------------------------------------------------*/
.tpc-videos .row {
	margin-right: -30px;
}
.tpc-videos .col-6 {
	width: 49.625%;
	padding: 0;
	margin-bottom: 5px;
	min-height: 294px;
	padding-top: 24%;
	position: relative;
	background-color: #DDDDDD;
}
.tpc-videos .col-6:first-child {
	margin-right: 3px;
}
.tpc-videos iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width: 1088px) {
	.tpc-videos .container {
		padding: 0;
	}
	.tpc-videos .row {
		margin: 0;
	}
	.tpc-videos .col-6:first-child {
		margin-right: 3px;
	}
}
@media (max-width: 770px) {
	.tpc-videos .col-6 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
		display: none;
	}
	.tpc-videos .col-6:first-child {
		display: block;
	}
}
/* TESTIMONIALS
--------------------------------------------------------------------------*/
.testimonials {
  text-align: center;
  position: relative;
	margin-top: -5px;
}
.testimonials .container {
  padding-top: 24px;
  padding-bottom: 28px;
  background-color: rgba(255,255,255,0.5);
}
.testimonials .bx-wrapper .bx-pager, 
.testimonials .bx-wrapper .bx-controls-auto {
  top: 5%;
	right: 0;
}
.testimonials .icon-quote {
  margin-bottom: 18px;
}
.testimonials .slider{
  width: 70%;
  margin: 0 auto;
}
.testimonials p {
  font-size: 28px;
  font-family: 'Supernett Cond Light';
  color: #aaa;
  margin-top: 0;
  margin-bottom: 20px;
}
.testimonials .testimonial-user-name {
  display: block;
  font-size: 16px;
  color: #444;
}
.testimonial-slider-pager {
  position: absolute;
  right: 25px;
  top: 50%;
}
.testimonial-slider-pager a{
  height: 18px;
  width: 18px;
  display: block;
  border-radius: 100px;
  background-color: #eee;
  margin-bottom: 11px;
  position: relative;
}
.testimonial-slider-pager a.active:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 8px;
  width: 8px;
  margin-left: -4px;
  margin-top: -4px;
  border-radius: 100px;
  background-color: #ffff00;
}
.testimonial-slider-pager a:focus{
  outline: 0 none;
}
.testimonials .bx-wrapper{
  margin-bottom: 0;
}
.testimonials .bx-wrapper .bx-viewport {
  max-width: 628px;
  margin: 0 auto;
  box-shadow: none;
  border: 0 none;
  left: 0;
  background-color: transparent;
}
@media (max-width:1070px) {
	.testimonials .bx-wrapper .bx-pager, 
	.testimonials .bx-wrapper .bx-controls-auto {
		right: 30px;
	}
}
/* MAP
--------------------------------------------------------------------------*/
.social-map .container {
	padding: 0;
}
#map {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* SOCIALS
--------------------------------------------------------------------------*/
.socials {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(255,255,255,0.3);
}
.socials li{
	width: 40px;
	height: 40px;
	border-radius: 100px;
  display: inline-block;
	vertical-align: top;
  margin: 0 7px;
}
.socials a {
	color: #fff;
	text-align: center;
	font-size: 20px;
	display: block;
	line-height: 40px;
	text-decoration: none;
	border-radius: 100px;
	background-color: #aaa;
}
.socials li:hover a.facebook {
	background-color: #38559B;
}
.socials li:hover a.twitter {
	background-color: #4A74A4;
}
.socials li:hover a.pinterest {
	background-color: #38559B;
}
.socials li:hover a.google-plus {
	background-color: #F37900;
}
.socials li:hover a.instagram {
	background-color: #006DD9;
}
.socials li:hover a.youtube {
	background-color: #F60000;
}
/* FOOT LINKS
--------------------------------------------------------------------------*/
.foot-links {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.foot-links .list-unstyled {
	float: right;
	background-color: rgba(255,255,255,0.5);
}
.foot-links li {
  vertical-align: top;
  display: inline-block;
  margin-left: -3px;
}
.foot-links .list-unstyled a {
  background-color: rgba(255,255,255,0.5);
  font: 12px/ 'Opensans Semibold';
	text-transform: uppercase;
  color: #439000;
  display: block;
	height: 80px;
  padding: 30px 20px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}
.foot-links .list-unstyled a span {
  display: block;
}
.foot-links .list-unstyled a:hover {
  color: #fff;
	background-color: #499000;
}
.foot-links .list-unstyled a:focus {
  color: #fff;
	background-color: #499000;
}
.foot-links .left {
	float: left;
	margin-top: 18px;
}
.foot-links .left h3 {
  margin: 0;
	width: 83px;
	display: inline-block;
  text-transform: uppercase;
  color: #439000;
  font-size: 12px;
  font-family: 'Opensans Bold';
}
.foot-links .left .btn {
	display: inline-block;
  margin-right: 15px;
	margin-bottom: 0;
	vertical-align: bottom;
}

/* PAGE
--------------------------------------------------------------------------*/
.body {
  margin-bottom: 86px;
}
.col-8.page {
  float: left;
  width: 65%;
  margin-left: 380px;
}

/* ASIDE BAR
--------------------------------------------------------------------------*/
aside.side-bar.col-4 {
  padding: 145px 0 12px 0;
  width: 366px;
  position: absolute;
  left: 0;
  top: 0;
}
aside.side-bar {
  font-size: 12px;
  border-bottom: 2px solid #fff;
  background-image: url('css/images/aside-bg.png'), url('css/images/pattern-40.png');
  background-position: center 0, 50% 50%;
  background-repeat: no-repeat, repeat;
}
aside.side-bar > div{
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
aside.side-bar .breadcrumb-container,
aside.side-bar > div {
  padding-bottom: 23px;
  border-bottom: 2px solid #fff;
}
aside.side-bar .breadcrumb-container {
  padding-bottom: 15px;
}
aside.side-bar .contain {
  padding: 0 23px;
}
aside.side-bar .aside-image .contain {
  border-bottom: 0;
}
.breadcrumb-container {
  padding: 0 23px 10px;
}
aside.side-bar h2 {
  margin-top: 18px;
  margin-bottom: 7px;
  font-size: 12px;
  font-family: 'Opensans Extrabold';
  font-weight: normal;
  text-transform: uppercase;
  color: #851db0;
}
aside.side-bar .opening-hours {
  padding-bottom: 23px;
}
aside.side-bar .opening-hours span {
  display: block;
  text-transform: uppercase;
}
aside.side-bar address {
  font-style: normal;
}
aside.side-bar .list {
  padding: 30px 23px 30px 0;
}
aside.side-bar .list ul{
  margin: 0;
  padding: 0;
}
aside.side-bar .list li {
  list-style: none;
  margin-bottom: 2px;
}
aside.side-bar .list li a {
  font-size: 12px;
  font-family: 'Opensans Semibold';
  text-transform: uppercase;
  color: #860db0;
  display: inline-block;
  padding-right: 28px;
  position: relative;
}
aside.side-bar .list img {
  width: 100%;
  display: block;
  margin-top: 25px;
}
aside.side-bar .list li a:before {
  content: '';
  position: absolute;
  right: 0;
  top: -1px;
  height: 21px;
  width: 23px;
  background: url('css/images/css-sprite.png') no-repeat  -108px -536px;
  
}
aside.side-bar .left {
  margin-right: 5px;
}
aside.side-bar .left,
aside.side-bar .right {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}
aside.side-bar .side-info-bar {
  padding: 30px 0 10px 0;
}
aside.side-bar .phone .icon-square-home {
  background-position: -116px -66px;
}
aside.side-bar .daily-entry h2 {
  color: #009006;
}
aside.side-bar .daily-entry .icon-square-money {
  background-position: -58px -124px;
}
aside.side-bar .daily-entry span {
  display: block;
}
aside.side-bar .email,
aside.side-bar .side-info-bar {
  border-bottom: 0;
}
aside.side-bar .email a {
  text-decoration: none;
  color: inherit;
}
.breadcrumb-container {
  padding-bottom: 10px;
}
.breadcrumb-container  li{
  color: #666;
  font-size: 12px;
  display: inline-block;
}
.breadcrumb-container  li a {
  color: #666;
  font-size: 12px;
  padding: 0 5px;
  text-decoration: none;
}
.breadcrumb-container  li a:hover{
  text-decoration: underline;
}
aside.side-bar.col-4 .breadcrumb-container.theme1 a {
  margin: 0;
  padding: 5px;
}
.image-box img {
  display: block;
}
aside.side-bar .aside-image {
  border-bottom: 0;
}
@media (max-width: 1024px) {
	aside.side-bar.col-4 {
		display: none;
	}
}
/* CONTACT PAGE
--------------------------------------------------------------------------*/
.page-contact .body {
  margin-bottom: 0;
}
.page-contact #map {
  height: 358px;
}
.print-out {
  margin-bottom: 44px;
}
.print-out a {
  color: #444444;
	display: block;
}
.top-border {
	border-top: 1px solid #dddddd;
	margin-top: 20px;
}
.sydney-indoor {
	float: left;
	padding-left: 0;
	padding-right: 10px;
	padding-top: 20px;
	width: 38%;
}
.sydney-indoor h3 {
	margin-top: 0;
	font: 19px 'Opensans Extrabold';
	color: #005200;
}
.sydney-indoor p {
	color: #444444;
	font-size: 13px;
	font-family: 'Opensans Regular';
}
.subscribe-contact {
	margin-top: 30px;
	margin-bottom: 100px;
}
.subscribe-contact h3 {
	color: #851db0;
}
.subscribe-contact p {
	font-size: 13px;
	font-family: 'Opensans Regular';
	margin-bottom: 25px;
}
.enquiry {
	border-left: 1px solid #dddddd;
	float: right;
  padding-top: 21px;
	padding-left: 30px;
	width: 61%;
}
.enquiry h3 {
	font: 19px 'Opensans Extrabold';
	color: #005200;
}
.enquiry h3:nth-child(2) {
	margin-top: 0;
	margin-bottom: 0;
}
.enquiry h3:nth-child(3) {
	margin-top: 5px;
}
.column-1 {
	width: 56%;
}
.column-2 {
	width: 80%;
	margin-bottom: 25px;
}
.subscribe-column {
	width: 85%;
}

/* RULES AND SAFETY PAGE
--------------------------------------------------------------------------*/
.print-out {
	border: none;
  padding-right: 40px;
  position: relative;
  z-index: 9;
  margin-top: 24px;
}
.print-out a,
.print-out img {
  display: inline-block;
}
.print {
  position: absolute;
  right: 0;
  top: 0;
}
.rules .bullet {
	margin-bottom: 40px;
}
/* BREAKFAST PAGE
--------------------------------------------------------------------------*/
.classic-breakfast.col {
  width: 46%;
  margin-right: 20px;
}
.page-the-rock-eatery .print-out {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
  padding-top: 7px;
  padding-bottom: 10px;
}
.print-out p {
	margin: 0;
	float: left;
	font-size: 15px;
	color: #444444;
	font-family: 'Opensans Extrabold';
}
.print-out p a {
  text-decoration: none;
}
.print-out p a:hover {
  text-decoration: underline;
}
.print-out p span {
	color: #005200;
}
.breakfast h3 {
	margin: 0;
	padding-top: 21px;
	padding-bottom: 36px;
	color: #005200;
	font-size: 19px;
	font-family: 'Opensans Extrabold';
}
.classic-breakfast {
	float: left;
}

.classic-breakfast > ul {
	list-style: outside none none;
	padding: 0;
	margin-bottom: 23px;
}
.title,
.classic-breakfast span {
	color: #851db0;
  font-size: 13px;
	font-family: "Opensans Semibold";
  font-weight: normal;
}
.title {
	color: #444;
  display: block;
  margin-top: 25px;
  margin-bottom: 0;
}
.title:first-child {
  margin-top: 0;
}
.classic-breakfast h2 {
  margin-top: 25px;
}
.classic-breakfast h2:first-child {
  margin-top: 0;
}
.classic-breakfast li {
	color: #444444;
	font-family: "Opensans Regular";
}
.classic-breakfast p {
  margin: 0;
}
.kids-breakfast {
	float: left;
	margin-left: 38px;
}
.kids-breakfast h3 {
	margin-bottom: 2px;
}
.kids-breakfast > ul {
	list-style: none;
	padding: 0;
	margin-bottom: 23px;
}
.kids-breakfast span {
	color: #851db0;
	font-family: "Opensans Semibold";
}
.kids-breakfast li {
	color: #444444;
	font-family: "Opensans Regular";
}
.kids-breakfast p {
	margin: 0;
}
.kids-breakfast a {
	color: #851DB0;
}

/* GALLERY
--------------------------------------------------------------------------*/
#filters {
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
  list-style: none;
}
#filters li {
  color: #851DB0;
  font: 19px/1 'Opensans Extrabold';
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
}
#filters a {
  color: #851DB0;
  text-decoration: none;
  text-transform: uppercase;
}
.image-box img {
  width: 100%;
  height: auto;
  display: block;
}
#gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.gallery-item {
  width: 32.5%;
  display: inline-block;
  margin-bottom: 11px;
  vertical-align: top;
}
.gallery-item .desc {
  padding: 10px 14px 20px;
  background-color: #DDDDDD;
}
.gallery-item p {
  margin: 0;
  line-height: 1.7;
  font-size: 13px;
  color: #444444;
}
.share-this {
  text-align: right;
  padding: 9px 10px 9px 16px;
  background-color: #eee;
}
.share-this .social-icons {
  vertical-align: top;
  display: inline-block;
}

.share-this .share-title {
  float: left;
  color: #AAAAAA;
  font-size: 19px;
}
/* BOOK PAGE
--------------------------------------------------------------------------*/
.book {
  padding-top: 60px;
}
.book .page-title {
  font-size: 50px;
  line-height: 1.1;
  padding-bottom: 8px;
}
.book .page-title span {
  display: block;
}
.choose-room {
  text-align: right;
  padding-top: 30px;
}
.choose-room h1 {
  float: left;
  text-align: left;
}
.book .form-row {
  padding-bottom: 30px;
  margin-bottom: 0;
  border-top: 1px solid #ddd;
}
.choose-time {
  padding-top: 30px;
  padding-bottom: 20px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.choose-time .inline-form { 
  margin-bottom: 10px;
}
.choose-package {
  padding-top: 30px;
  padding-bottom: 20px;
  border-left: 1px solid #ddd;
}
.choose-package .form-row {
  padding-bottom: 0;
}
.choose-room h1 {
  text-align: left;
}
.choose-room .wpcf7-form-control-wrap.choose_room {
  float: right;
  text-align: left;
  width: 75%;
}
.choose-room .inline-form {
  margin-left: 25px;
}
.inline-form {
  vertical-align: top;
  display: inline-block;
}
.book .label {
  color: #005200;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  font-family: 'Opensans Regular';
}
.book .label span {
  display: block;
  padding: 12px 15px;
  margin-top: 4px;
  line-height: 1;
  background-color: #E6E6E6;
}
.book .form-row.multiple-choice {
  padding-bottom: 0;
}
.js-row input[type="text"]{
  display: none;
}
.book .label span span {
  padding: 0;
  display: inline-block;
  text-decoration: underline;
}
.book .label:hover span,
.book .label.active span {
  background-color: #70DF00;
}
.choose-date {
  width: 40%;
  padding-top: 30px;
}
.choose-time,
.choose-package {
  width: 55%;
  float: right;
}
.choose-time,
.choose-package {
  padding-left: 70px;
}
.choose-time h1,
.choose-package h1 {
  margin-bottom: 0;
}
.choose-package h1 a {
  color: #005200;
}
.form-row label{
  width: 100%;
}
.choose-package .form-row {
  border-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.choose-time .inline-form,
.choose-package .inline-form {
  width: 49.5%;
}
.choose-time .inline-form.last {
  float: right;
}
.booking-form-control {
  width: 100%;
  height: 40px;
  color: #005200;
  padding: 0 22px;
  font-size: 14px;
  line-height: 40px;
  border: 0;
  margin-bottom: 10px;
  font-family: 'Opensans Regular';
  text-transform: uppercase;
  background-color: #E6E6E6;
	 -webkit-appearance: none;
}
.text-field {
  padding-top: 30px;
}
.text-field .form-row {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.text-field .form-row .col-5 {
  padding: 0;
}
.checkbox .form-row {
  margin-bottom: 0;
  padding-top: 30px;
}
.checkbox .col-5 {
  padding: 0;
}
.checkbox label {
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  color: #005200;
  font-weight: normal;
}
.checkbox .icheckbox {
  float: left;
  margin-right: 20px
}
.submit {
  margin-bottom: 63px;
}
div.wpcf7 .submit img.ajax-loader {
  float: left;
}
.ask-to-book p {
  margin: 0;
  font-size: 13px;
  color: #005200;
  font-family: 'Opensans Regular';
}
.ask-to-book .col-6 {
  width: 47%;
  padding: 0;
  float: right;
  text-align: right;
}
.ask-to-book .submit-btn {
  width: 298px;
  height: 72px;
  border: 0;
  margin: 13px 0;
  color: #005200;
  text-align: center;
  font-size: 19px;
  line-height: 72px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Opensans Extrabold';
  background-color: #70DF00;
	-webkit-appearance: none;
	border-radius: 0;
}
.ask-to-book .submit-btn:hover {
  color: #70DF00;
  background-color: #005200;
}
.ask-to-book .tc {
 padding-left: 185px;
}
.tc-ins {
  margin-bottom: 115px;
}
.tc-ins p,
.tc-ins h6 {
  font-size: 13px;
  color: #005200;
  font-family: 'Opensans Regular';
}
.tc-ins p a {
  color: #005200;
}
.bullets {
  padding-left: 10px;
  font-size: 13px;
  color: #005200;
  font-family: 'Opensans Regular';
}
.underline {
  text-decoration: underline;
}
#email {
  text-transform: none;
}
.book .checkbox label {
  text-align: left;
}
.book .checkbox label span {
  padding: 0;
  margin-top: 0;
  display: inline;
  background: none;
}
span.wpcf7-not-valid-tip {
  margin-bottom: 7px;
}
.daterangepicker,
.daterangepicker .calendar-table {
  background: none;
}
.daterangepicker .calendar {
  width: 100%;
  max-width: 350px;
  background: none;
}
.daterangepicker::before, 
.daterangepicker::after {
  display: none;
}
.daterangepicker .calendar table {
  border-spacing: 2px;
  border-collapse: separate;
}
.daterangepicker .calendar th, 
.daterangepicker .calendar td {
  width: 47px;
  height: 35px;
  color: #005200;
  font-family: 'Opensans Regular';
}
.daterangepicker .calendar th {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}
.daterangepicker th.month {
  color: #005200;
  text-align: center;
  font-size: 19px;
  font-family: 'Opensans Extrabold';
}

.daterangepicker .calendar td {
  border-radius: 0;
  font-size: 20px;
  background-color: #e6e6e6;
}
.daterangepicker .calendar td:hover {
  color: #fff;
  background: #e6e6e6;
}
.daterangepicker td.active, 
.daterangepicker td.active:hover {
  background: #70DF00;
  border-color: transparent;
  color: #fff;
}
/* KIDS PARTY PACKAGE PAGE
--------------------------------------------------------------------------*/
.party-package {
	color: #444444;
}
.party-package h3 {
	font-size: 19px;
	color: #005200;
	font: 19px 'Opensans Extrabold';
	margin-bottom: 40px;
}
.party-package h4 {
	margin: 0;
	color: #851DB0;
	font-size: 13px;
  margin-bottom: 6px;
	font-family: 'Opensans Extrabold';
}
.bullet {
	list-style: outside none none;
	padding: 0;
}
.bullet li {
	color: #444444;
	background: url('css/images/bullet.png') no-repeat left 8px;
	padding-left: 10px;
	margin-left: 2px;
}
.party-package > ul {
	list-style: outside none none;
	padding: 0;
}
.available {
	color: #00ACEB;
  font-family: 'Open Sans Italic';
	margin-top: 15px;
	margin-bottom: 30px;
}
.nav.nav-tabs .title {
	margin: 0;
	color: #A4A4A4;
  display: block;
	text-align: center;
	font-size: 11px;
  font-family: 'Opensans Semibold';
}
#home > ul {
	list-style: outside none none;
	padding: 0;
}
#home li {
	color: #444444;
}
.list-item {
  padding-left: 0;
}
.list-item h5 {
	margin: 0;
	font-size: 14px;
	color: #851DB0;
  font-family: 'Opensans Semibold';
	margin-top: 2px;
	margin-bottom: 2px;
}
.list-item h6 {
	margin: 0;
	font-size: 14px;
	color: #851DB0;
  font-family: 'Opensans Regular';
	margin-top: 2px;
	margin-bottom: 3px;
}
.list-item ul {
	padding: 0;
	list-style: none;
	color: #444444;
}
.list-item-right {
	float: right;
}
.list-item-right h5 {
	color: #851DB0;
	font-size: 14px;
  font-family: 'Opensans Semibold';
	margin-top: 3px;
	margin-bottom: 0;
}
.list-item-right > ul {
	list-style: outside none none;
	padding: 0;
  font-family: 'Opensans Regular';
	font-size: 13px;
	color: #444444;
}
.list-item-right span {
	color: #851DB0;
}
.party-package .tab-content h4 {
  text-decoration: underline;
}
.tab-content .btn {
  margin-right: 40px;
}
/* FOOTER
--------------------------------------------------------------------------*/
.site-footer {
  padding-bottom: 60px;
}
.site-footer .container {
	padding: 0;
}
.campos {
  width: 130px;
  float: left;
  padding-top: 10px;
  text-align: center;
  margin-right: 30px;
  border-right: 2px solid #fff;
}
.campos img {
  display: inline-block;
}
.top-columns {
	width: 25%;
	float: left;
	padding: 27px;
	min-height: 390px;
	font-size: 12px;
}
.top-columns h4 {
	color: #2A9000;
  font-size: 12px;
  font-family: 'Opensans Semibold';
	margin: 0;
	padding-top: 16px;
	padding-bottom: 9px;
}
.top-columns ul {
	margin-top: 20px;
	list-style: outside none none;
	padding: 0;
}

.top-columns address {
	font-style: normal;
	text-transform: uppercase;
}
.top-columns span {
	display: block;
	color: #444444;
	font: 12px/1.4 'Opensans Regular';
	text-transform: uppercase;
}
#money.top-columns span {
	text-transform: none;
}
.top-columns h5 {
  font: 12px 'Opensans Bold';
	margin: 0;
}
.top-columns h5 a {
	color: #444444;
	text-decoration: none;
}
.daily-rules li {
	color: #851db0;
}
.daily-rules li a {
	color: #851db0;
  font-family: 'Opensans Semibold';
}
.plane-trip {
	padding-top: 10px;
}
.plane-trip a {
	color: #851db0;
	text-transform:lowercase;
}
#parking {
  margin-bottom: 25px;
}
.affiliates {
	background-color: #fff;
}
.affiliates .col-2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 28px 5px;
	font-size: 12px;
  font-family: 'Opensans Semibold';
	text-transform: uppercase;
	background-color: #831BB6;
}
.affiliates p {
	color: #444444;
	font-size: 12px;
}
.affiliates p strong {
	display: block;
	font-weight: normal;
  font-family: 'Opensans Semibold';
}
.affiliates a {
	color: #444444;
}
.top-footer-mobile {
	margin-bottom: 25px;
}
.top-footer-mobile .top-columns {
	width: 245px;
	float: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0 auto 5px;
	text-align: center;
	min-height: auto;
}
@media (min-width:1025px) {
	.top-footer-mobile {
		display: none;
	}
}
@media (max-width:1025px) {
	.top-footer-mobile .top-columns {
		width: 245px;
		float: none;
		padding: 25px 0 0;
		margin: 0 auto 5px;
		text-align: center;
		min-height: 1px;
	}
}
@media (max-width:960px) {
	.top-footer-mobile {
		display: block;
	}
	.foot-links .left {
		display: none;
	}
	.foot-links .list-unstyled,
	.copyright.align-right {
		float: none;
		text-align: center;
	}
	.foot-links .list-unstyled a {
		height: auto;
		padding: 10px;
	}
}
/* BOTTOM FOOTER
--------------------------------------------------------------------------*/
.bottom-footer {
	width: 100%;
	color: #444444;
}
.bottom-footer h5 {
	color: #851DB0;
	font-size: 14px;
  font-family: 'Opensans Semibold';
	margin-top: 25px;
	margin-bottom: 2px;
}
.bottom-footer h6 {
	color: #851DB0;
	font-size: 13px;
	margin: 0;
	font-family: 'Open Sans Italic';
}
.bottom-footer p {
	margin-top: 5px;
}
.bottom-footer p span {
	display: block;
}
.bottom-footer .col-4:nth-child(3) {
	padding-right: 0;
	padding-left: 61px;
}
.childcare {
  padding-top: 5px;
	border-top: 1px solid #fff;
}
.childcare p {
	color: #851DB0;
	font-size: 14px;
  font-family: 'Opensans Semibold';
}
.copyright.align-right {
	color: #881db0;
	font-size: 11px;
  font-family: 'Opensans Regular';
}
.copyright.align-right span {
	color: #333333;
}
/* BLOG
--------------------------------------------------------------------------*/
.blog .blog-page article,
.archive.category .blog-page article {
  width: 48%;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  background-color: rgba(255,255,255,0.5);
}
.blog-wrap {
  padding-top: 90px;
  margin-bottom: 130px;
}
.blog-aside {
  float: left;
  padding-left: 0;
}
.blog-page {
  float: right;
}
.widget-title {
  color: #871db0;
  font-family: "Opensans Extrabold";
  font-size: 15px;
  margin-bottom: 32px;
  margin-top: 0;
  text-transform: uppercase;
}
.widget-area aside {
  margin-bottom: 50px;
}
.widget-area ul {
  padding-left: 0;
  list-style: none;
}
.widget-area ul li {
  color: #444;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  padding: 18px 0 18px 33px;
}
.widget-area ul li:first-child {
  border-top: 1px solid #fff;
}
.widget-area ul li:hover,
.widget-area ul li:hover a {
  color: #871db0;
  background-color: rgba(255,255,255,0.4)
}
.widget-area ul a {
  color: #444;
  font-size: 13px;
  display: inline;
  text-decoration: none;
}
.widget_recent_entries ul li a {
  color: #666;
}
.widget_recent_entries ul li:hover,
.widget_recent_entries ul li:hover a {
  color: #0B5200;
}
.widget_recent_entries .recent-post-date {
  color: #e1e1e1;
}
.widget_recent_entries ul li:hover .recent-post-date {
  color: #7F19BD;
}
.blog .blog-page h2,
.archive.category .blog-page h2 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Opensans Extrabold';
  text-transform: uppercase;
}
.blog h2 a,
.archive.category .blog-page h2 a {
  text-decoration: none;
}
.blog .blog-page p {
  display: inline;
  margin-top: 0;
  margin-bottom: 32px;
}
.entry-date {
  color: #851db0;
}
.blog .blog-page .entry-header,
.blog .blog-page .entry-content,
.archive.category .blog-page .entry-header,
.archive.category .blog-page .entry-content {
  padding-left: 15px;
  padding-right: 15px;
}
.blog .blog-page .entry-content,
.entry-content .archive.category .blog-page { 
  padding-bottom: 32px;
}
.blog .entry-footer {
  font-size: 11px;
  padding: 25px 15px 15px;
  background-color: rgba(233,229,229,0.25)
}
.cat-links {
  color: #bbb;
  font-size: 11px;
}
.cat-links span {
  margin-right: 12px;
}
.cat-links a {
  color: #fff;
  padding: 3px 6px;
  text-align: center;
  text-decoration: none;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  display: inline-block;
  background-color: #ccc;
}
.archive .image-box {
  margin-bottom: 20px;
}
/* SINGLE POST
--------------------------------------------------------------------------*/
.post-info {
  font-size: 13px;
  margin-bottom: 40px;
  padding: 12px 17px;
  background-color: rgba(233, 229, 229, 0.5);
}
.post-info .left-info,
.post-info .right-info {
  width: 50%;
}
.post-info .left-info {
  float: left;
  padding-top: 8px;
}
.post-info .right-info {
  float: right;
  text-align: right;
}
.post-info .entry-date {
  margin-right: 25px;
}
.post-info .social-icons a {
  margin-left:10px;
}
.post-info .social-icons a:first-child {
  margin-left:0;
}
.single-post .blog-page  h1 {
  color: #871db0;
  text-transform: uppercase;
}
.comments-area {
  margin-top: 50px;
}
.comments-area .comments-title {
  margin-bottom: 20px;
}
.comments-area .comment-list {
  padding-left: 15px;
  margin-bottom: 35px;
}
.comments-area .comment-notes {
  margin-top: 0;
  margin-bottom: 15px;
}
.comments-area .comment-reply-title {
  margin-bottom: 0;
}
.comments-area .comment-author.vcard {
  margin-bottom: 10px;
}
.comments-area .comment-metadata a {
  text-decoration: none;
}
.comments-area .comment-awaiting-moderation {
  margin: 4px 0;
  font-weight: bold;
}
.comment-body {
  margin-bottom: 20px;
}
.comments-area .comment-reply-link {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 12px;
  width: 151px;
  height: 37px;
  font-family: 'Opensans Regular';
  font-size: 13px;
  line-height: 36px;
  border-radius: 4px;
  user-select: none;
  color: #430098;
  background: url('css/images/css-sprite.png') no-repeat 0 -26px;
  border: 0 none;
  text-decoration: none;
}
.blog-page .post-list {
  width: 23px;
  height: 23px;
  margin-left: 50px;
  margin-right: 50px;
  display: inline-block;
}
.blog-page .post-list:hover .icon-post-list {
  background-position: -149px -666px;
}
.blog-page .icon-prev:hover {
  background-position: -155px -700px;
}
.blog-page .icon-next:hover {
  background-position: -167px -700px;
}
.post-navigation {
  padding: 19px 0;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: rgba(255,255,255,0.5);
}
.post-navigation a {
  display: inline-block;
}
#blog-list .navigation.pagination {
  display: none;
}
#infscr-loading {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -85px;
  text-align: center;
}
/* FORMS
--------------------------------------------------------------------------*/

/* PLUGINS
--------------------------------------------------------------------------*/

/* MEDIA QUERIES
--------------------------------------------------------------------------*/
/* Media Queries
-------------------------------------------------- */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

@media (max-width: 1080px)  {
  .body .container > .row {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  aside.side-bar.col-4 {
    left: 25px;
  }
  .col-8.page {
    width: 60%;
  }
  .nav-tabs > li {
    margin-left: 6px;
  }
}
/*@media (min-width: 1071px)  {
  .three-sections {
    transform: translate3d(0, 0px, 0px)!important;
  }
}*/
@media (max-width: 1052px)  {
  .nav-tabs > li {
    margin-left: 4px;
  }
}
@media (min-width: 1025px)  {
  .top-bar-nav,
  .top-bar-address{
    display: none;
  }
  .main-navigation {
    display: block !important;
  }
  .sub-nav-icon {
    display: none;
  }
}
@media (max-width: 1210px) {
	.top-bar .right {
		float: left;
	}
}
@media (max-width: 1050px) {
	.top-bar .right {
		display: none;
	}
}
.nav-mobile-btn {
	display: none;
}
.nav-mobile-btn li {
	display: none;
}
.nav-mobile-btn li.gift-card,
.nav-mobile-btn li.book-now {
	display: inline-block;
	width: 136px;
	height: 43px;
	line-height: 43px;
	text-align: center;
}
.nav-mobile-btn li.gift-card {
	background-color: #FFFF00;
}
.nav-mobile-btn li.book-now {
	background-color: #FFF;
}
.nav-mobile-btn li a {
	color: #165F00;
	display: block;
}
/* Larger than mobile */
@media (max-width: 1024px) {
  .print-out {
    display: none;
  }
  .submenu-bg {
    display: none !important;
  }
	.top-bar .left {
    float: right;
    margin-right: 106px;
	}
	.top-bar .container {
		padding-left: 0;
	}
	.top-bar .left li {
		display: none;
	}
	.top-bar .left li:nth-child(2) {
		display: block;
	}
	.top-bar .right {
		display: none;
	}
	.nav-mobile-btn {
		display: block;
	}

  .main-navigation .sub-menu {
    position: static;
    padding: 0;
    width: 100%;
    background: 0 none;
  }
  .main-navigation .sub-menu a {
    padding-left: 31px;
  }
  .main-navigation .sub-menu li {
    border-top: 2px solid #177014;
    border-bottom: 0;
  }
  .main-navigation a:focus {
    outline: 0 none;
  }
  .nav-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 83, 0, 0.9);
    z-index:99999;
  }
	.top-bar .top-socials {
		right: 60px;
	}
  .site-header:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    height: 185px;
    width: 400px;
    background: url('css/images/header-mobile-bg.png') no-repeat 0 top;
    z-index: 1;
  }
  .mobile-menu {
    z-index: 99999;
		top: -33px;
  }
  .site-header {
    padding-top: 0;
    background: 0 none;
    z-index: auto;
  }
  .site-header .logo {
    width: 172px;
    margin: 18px 0 0 0;
  }
  .site-header .logo img{
    width: 100%;
  }
  .mobile-menu {
    display: block;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 50px 22px 0 22px;
    z-index: 99999;
  }
  .main-navigation>ul li {
    float: none;
    border-bottom: 2px solid #177014;
  }
  .main-navigation >ul li a{
    padding: 10px 0;
    position: relative;
  }
  .main-navigation >ul li:hover .sub-menu {
    display: none;
  }

  .sub-nav-icon {
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    background: url('css/images/ptc-menu+.svg') no-repeat 0 0;
		background-size: 100% 100%;
  }
  .active .sub-nav-icon {
    background: url('css/images/tpc-menu-.svg') no-repeat 0 0;
		background-size: 100% 100%;
  }
  .top-bar-nav {
    position: absolute;
    bottom: 22px;
    left: 40px;
    z-index: 99;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .top-bar-nav a {
    padding: 18px 44px;
    font-size: 15px;
    font-family: 'Opensans Extrabold';
    color: #005200;
    display: block;
    text-decoration: none;
  }
  .top-bar-nav .price {
    display: none;
  }
  .top-bar-nav .gift-card a {
    background-color: #fff;
  }
  .top-bar-nav .book-now a {
    background-color: #ffff00;
  }
  .top-bar-nav .subscribe a {
    background-color: #70df00;
  }
  .top-bar-address .email{
    display: none;
  }
  .top-bar-address {
    padding: 0;
  }
  .top-bar-address li {
    list-style: none;
  }
  .top-bar-address .address {
    float: left;
  }
  .top-bar-address address{
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    font-family: 'Opensans Semibold';
    color: #70df00;
  }
  .top-bar-address .phone {
    float: right;
    text-align: right;
    padding-right: 15px;
    font-size: 15px;
    font-family: 'Opensans Extrabold';
    color: #005300;
  }
  .top-bar-address address {
    display: inline-block;
  }
  .top-bar-address .address{
    width: 65%;
    padding-left: 108px;
    position: relative;
  }
  .top-bar-address .phone {
    width: 23%;
  }
  .top-bar-address {
    height: 51px;
    line-height: 51px;
    margin: 0;
    background-color: rgba(255,255,255,0.3);
    border-top: 2px solid #fff;
  }
  .top-bar-address .icon-pin{
    position: absolute;
    left: 0;
    top: 0;
  }
  .top-bar-address .icon-phone {
    vertical-align: top;
    margin-top: 15px;
  }
  .three-sections {
    margin-top: 0;
  }
  .rotatting-banner {
    position: relative;
  }
  .enquiry-mail {
    padding-left: 0;
    padding-right: 0;
  }
  .body {
    padding-top: 60px;
  }
  .home-buttons,
  .site-footer .affiliates,
  .site-footer .top-footer,
  .site-footer .childcare,
  .site-footer .bottom-footer {
    display: none;
  }
  aside.side-bar.col-4 {
    width: 100%;
    margin-bottom:0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    background: none;
    border-top: 1px solid #fff;
  }
  aside.side-bar .contain {
    padding-left: 0;
    padding-right: 0;
  }
  .home aside.side-bar.col-4 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .col-8.page {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .enquiry,
  .sydney-indoor {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
  }
  .enquiry .column-1,
  .enquiry .column-2,
  .subscribe-column {
    width: 100%;
  }
  .panel-heading .title {
    display: inline-block;
  }
  aside.side-bar {
    border-bottom: 0;
  }
  .breadcrumb-container {
    display: none;
  }
  aside.side-bar .breadcrumb-container, 
  aside.side-bar > div {
    border-left: 0;
    border-right: 0;
  }

  aside.side-bar .aside-image {
    display: none;
  }
}
@media (max-width: 1005px) {
  .choose-room {
    text-align: left
  }
  .choose-room h1 {
    float: none;
    margin-bottom: 10px;
  }
  .choose-room .inline-form {
    margin-left: 0;
    margin-right: 10px;
  }
  .submit .tc {
    padding-left: 0;
  }
  .post-info .left-info {
    margin-bottom: 20px;
  }
  .post-info .left-info, 
  .post-info .right-info {
    width: 100%;
    float: none;
    text-align: left;
  }
  .post-info .right-info a {
    margin-left: 10px;
  }
  .post-info .right-info a:first-child {
    margin-left: 0;
  }
}
@media (max-width: 920px) {
  .gallery-item {
    width: 32%;
  }
  .blog .blog-page article {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bx-wrapper .bx-pager, 
  .bx-wrapper .bx-controls-auto {
    right: 10px;
  }
  .food-items {
    border-top: 0;
  }
  .food-items li {
    border-top: 2px solid #fff;
  }
  .food-items li,
  .about-section .col-6{
    padding: 0;
    float: none;
    width: 100%;
  }
  .home-tabs li {
    width: 100%;
	}
  .home-tabs li:nth-child(1),
  .home-tabs li:nth-child(2),
  .home-tabs li:nth-child(3) {
    background-image: none;
  }

  .enquiry-mail .col-1,
  .enquiry-mail .col-2,
  .enquiry-mail .col-3{
    width: 100%;
  }
  .enquiry-mail .col-3 .align-right {
    text-align: center;
  }
  .testimonials .bx-wrapper{
    width: 100%;
  }
  .testimonials .bx-wrapper .bx-pager, 
  .testimonials .bx-wrapper .bx-controls-auto {
    width: 100%;
    bottom: -25px;
    top: auto;
    left: 0;
    right: 0;
    padding-top: 0;
    text-align: center;
  }
  .testimonials p {
    font-size: 23px;
  }
  .foot-links li {
    margin-left: 0
  }
  .foot-links a{
    padding: 0;
    height: auto;
  }
  .home-buttons {
    display: none;
  }
  .subscribe-bottom {
    display: none;
  }
  .foot-links {
    padding-top: 39px;
    padding-bottom: 39px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 33px;
    background: rgba(255, 255, 255, 0.6);
  }
  .foot-links .align-right {
    text-align: center;
  }
  .foot-links a {
    margin-bottom: 15px;
    padding-left: 10px; 
    padding-right: 10px;
  }
  .site-footer .container {
    padding: 0;
  }
  .site-footer .copyright {
    padding-right: 25px;
    border-top: 0;
  }
  .checkbox .col-5 {
    width: 100%;
  }
  .choose-room .inline-form {
    margin-right: 0;
  }
  .choose-date,
  .choose-time,
  .choose-package {
    width: 100%;
    float: none;
    padding-left: 0;
    border-left: 0;
  }
  .submit .col-6 {
    width: 100%;
    float: none;
  }
  .tc-ins .col-6 {
    width: 100%;
    padding: 0;
  }
  .classic-breakfast.col {
    width: 100%;
  }
  .daterangepicker.dropdown-menu {
    background-color: #f6f6f6;
  }
  .blog-page {
    margin-bottom: 40px;
  }
  .blog-page,
  .blog-aside {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .comments-area .form-row .col-8,
  .comments-area .form-row .col-6 {
    width: 100%;
  }
	.ask-to-book .tc {
		padding-left: 0;
	}

}
@media (min-width: 660px) {
 .home aside.side-bar.col-4 {
   display: none;
 }
}
@media (max-width: 660px) {
  .home aside.side-bar.col-4 {
    padding-top: 10px;
    position: static;
    float: none;
  }
  .top-bar-address {
    height: auto;
    text-align: center;
  }
  .top-bar-address {
    line-height: 1;
  }
  .top-bar-address .address,
  .top-bar-address .phone {
    float: none;
    line-height: 1;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  .top-bar-address .address address {
    padding: 0;
  }
  .top-bar-address address span {
    display: none;
  }
  .top-bar-address .icon-pin,
  .top-bar-address .icon-phone {
    display: none;
  }
  .three-sections-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }
  .body {
    margin-bottom: 0;
  }
  .site-content > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .site-content > .container .row{
    margin-left: 0;
    margin-right: 0;
  }
  .top-bar-address {
    padding: 18px 5px;
  }
  .top-bar-address .phone {
    padding-left: 5px;
    border-left: 2px solid #fff;
  }
  .site-content .about-section .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .testimonials {
    margin-left: 0;
    margin-right: 0;
    padding: 24px 5px 30px;
  }
  .gallery-item {
    width: 49%;
  }
  .foot-links .list-unstyled li:nth-child(1),
  .foot-links .list-unstyled li:nth-child(2),
  .foot-links .list-unstyled li:nth-child(3) {
    display: none;
  }
  .copyright.align-right {
    text-align: center;
  }
  .copyright.align-right span {
    color: #881db0;
    display: block;
  }
  .home aside.side-bar.col-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .book .page-title {
    font-size: 30px;
  }
  .book .label {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .book .label span {
    padding: 8px;
  }
  .checkbox label {
    font-size: 10px;
    line-height: 1.4;
  }
	.ask-to-book {
		margin-bottom: 25px;
	}
	.ask-to-book .col-6 {
		width: 100%;
		text-align: center;
	}
	.ask-to-book .submit-btn {
		width: 200px;
	}
  .submit .submit-btn {
    width: 235px;
  }
}
@media (max-width: 575px) {
  .top-bar-address address {
    padding-top: 10px;
  }
  .room-packages li,
  .gallery-item {
    width: 100%;
  }
  .panel-group .col-6 {
    width: 100%;
  }
  .panel .panel-collapse {
    padding-left: 25px;
  }
  .food-items li .left {
    margin-top: 20px;
  }
  .choose-package .inline-form {
    width: 100%;
  }
  .daterangepicker .calendar th, 
  .daterangepicker .calendar td {
    width: 35px;
    height: 35px;
    padding: 4px;
  }
  .daterangepicker .calendar td {
    font-size: 15px;
  }
}
@media (max-width: 420px) {
 .top-bar-nav {
   left: 10px;
 }
  .site-header:after {
    width: 100%;
  }
  .top-bar-address .phone,
  .top-bar-address .address address {
    font-size: 13px;
  }
  .panel .panel-collapse {
    padding-left: 0px;
  }
  .socials li {
    margin: 0 5px;
  }
  .aside-image,
  aside.side-bar .list {
    padding-left: 0;
    padding-right: 0;
  }
  aside.side-bar .left, 
  aside.side-bar .right {
    float: none;
    width: 100%;
  }
  .text-field .form-row .col-5 {
    width: 100%;
  }
  .text-field .form-row .col-5.col-push-2 {
    left: 0;
  }
}
/* PRINT STYLES
---------------------------------------------------------------------------*/
@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group; /* h5bp.com/t */
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
  .nc_socialPanel {
    display: none;
  }
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height;
     -moz-transition-property: height;
      -ms-transition-property: height;
       -o-transition-property: height;
          transition-property: height;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}