html, body {
    height: 100%;
}
.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -217px;
}
.page-wrap:after {
    content: "";
    display: block;
}
.site-footer, .page-wrap:after {
    /* .push must be the same height as footer */
    height: 217px;
}
body {
    background-image: url('../images/LGK_background.png');
    background-repeat: repeat;
    background-size: initial;
    background-position: 0;
}
.MyStyle.container-fluid {
    padding: 0;
}
.MyStyle p {
    color: #000;
    font-size: 17px;
}
.MyStyle h2 {
    color: #000;
    font-weight: 600;
}
.HomeBannerContent h2 {
    color: #fff;
}
.HomeBannerContent p {
    color: #fff;
}
.HomeBannerContent h1 {
    color: #fff;
    font-size: 54px;
}
.PageContent {
    padding: 10px 0 0;
}

.bannerBG {
    background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    min-height: 300px;
    position: relative;

}
.overlayerBG {
    //background-color: rgba(251, 173, 24, 0.5);
    height: 100%;
    padding: 15px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.HeaderBoxL {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}
.HeaderBoxM {
    display: inline-block;
    vertical-align: top;
    width: 32.33%;
}
.HeaderBoxR {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}
.socialIcon {
    display: inline-block;
    vertical-align: top;
    width: 150px;
}
.socialIcon a {
    color: #fff;
    font-size: 30px;
    padding: 0 5px;
    text-decoration: none;
}
.socialIcon img {
    width: 30px;
    margin: 0px;
    position: absolute;
}
.WhatON {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    font-size: 12px;
    text-align: center;
}
.WhatON a {
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    padding: 3px 0;
    display: block;
    border: 5px solid #000;
    border-radius: 30px;
    margin-bottom: 5px;
    text-decoration: none;
    font-weight: 600;
}
.MyStyle .WhatON p {
    color: #000;
    font-size: 13px;
    line-height: 1;
}
.Letsgokidslogo {
    text-align: center;
    position: relative;
}
.Letsgokidslogo p {
    color: #fff;
}
.Letsgokidslogo img {
    width: 75%;
    z-index: 2;
    position: relative;
}
.MyStyle .Letsgokidslogo p {
    font-size: 22px;
    color: #fff;
    line-height: 1.6;
    text-shadow: 0 1px 1px #444;
    position: relative;
    z-index: 2;
    text-transform: capitalize;
}
.Letsgokidslogo .mapimg {
    position: absolute;
    top: 10px;
    z-index: 1;
    width: 49%;
    right: -80px;
}
.MainMenu {
    position: relative;
}
.toggleClick {
    cursor: pointer;
}
.menuBox {
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    padding: 3px 0;
    border: 5px solid #000;
    border-radius: 30px;
    margin-bottom: 5px;
    text-decoration: none;
    width: 135px;
    text-align: left;
    position: relative;
    float: right;
    padding-left: 15px;
    font-weight: 600;
}
.menuToggle {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #000;
    text-align: center;
    padding: 15px;
    border-radius: 50px;
    right: 0px;
    top: -5px;
    color: #fff;
    font-size: 24px;
}
.MainMenuBox {
    position: absolute;
    width: 250px;
    top: 50px;
    right: 15px;
    border-radius: 5px;
    border: 2px solid #000;
    padding: 0 5px;
    background: #fff;
    display: none;
    z-index: 9999;
}
.MainMenuBox .menu-home-page-menu-container {
    margin: 0;
    display: block;
}
.MainMenuBox .menu-home-page-menu-container > ul > li:first-child {
    margin: 0;
}
.MainMenuBox .menu-home-page-menu-container > ul > li {
    display: block;
    margin: 0;
    float: none;
    width: auto;
}
.MainMenuBox .menu-home-page-menu-container > ul > li > a {
    background-color: #fff;
    color: #000;
    padding: 10px;
    height: auto;
    border-radius: 0;
    display: block;
    text-align: right;
    vertical-align: top;
    border-bottom: 1px solid #000;
    line-height: 1.2;
    font-size: 16px;
    width: 100%;
}
.MainMenuBox .menu-home-page-menu-container > ul > li > a:hover {
    color: rgba(255,255,255,0.8);
    box-shadow: none;
    -webkit-box-shadow: none;
    top: 0;
    color: #cf7c06;
    border-bottom: 1px solid #cf7c06;
}
.MainMenuBox .menu-home-page-menu-container > ul > li:last-child a {
    border-bottom: 0px;
}
.HomeSeoContent {
    padding: 10px 0 0;
}
.HomeBannerContent {
    text-align: center;
    margin: 0px;
}
.HomeBannerContent h2 {
    position: relative;
    z-index: 9;
}
.HomeBannerContent p {
    text-shadow: 0px 0px 1px #676767;
}
.previouspage {
    position: relative;
}
.previouspagego {
    position: absolute;
    right: 10px;
    bottom: -20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    padding: 5px;
    border: 5px solid #000;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    width: 135px;
    text-align: center;
    z-index: 1;
}
.previouspagego a {
    color: #000;
}
section.Hsection2 {
    text-align: center;
    margin: -60px 0;
    position: relative;
    z-index: 9;
}
.Hsection2 ul.tabMenu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.Hsection2 ul.tabMenu li {
    display: inline-block;
    vertical-align: top;
}
.Hsection2 ul.tabMenu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.Hsection2 ul.tabMenu li {
    display: inline-block;
    vertical-align: top;
    padding: 3% 0 0 0;
    width: 7%;
}
.Hsection2 ul.tabMenu li:nth-child(1) {
    width: 13%;
    padding: 1% 0 0;
}
.Hsection2 ul.tabMenu li:nth-child(2) {
    width: 13%;
    padding: 1% 0 0;
}
.Hsection2 ul.tabMenu li:nth-child(9) {
    width: 13%;
    padding: 1% 0 0;
}
.Hsection2 ul.tabMenu li:nth-child(10) {
    width: 13%;
    padding: 1% 0 0;
}
section#Hsection2 p {
    font-size: 10px;
    line-height: 13px;
    margin: 5px 0 5px;
}
.Hsection2 ul.tabMenu li a {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.Hsection2 .tabCircle {
    width: 80px;
    height: 80px;
    padding: 25px 0;
    background-color: #6ccef1;
    border: 5px solid #fff;
    border-radius: 50px;
    color: #fff;
}
section#Hsection2 img {
    width: 100px;
}
.Hsection2 .tabCircle:hover {
    border-color: #fbad18;
    background-color: #fff;
    color: #fbad18;
}
section.Hsection3 {
    background: #d6df24;
    padding: 30px 0 10px;
    text-align: center;
}
.Hsection3 .Hsection3-L {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    background: #2eb4e4;
    padding: 10px;
    position: relative;
    margin-top: 15px;
}
.Hsection3 .Hsection3-R {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.rslides li {
    height: 230px;
}
.phoneBox {
    width: 100%;
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 26px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 26px 1px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 26px 1px rgba(0,0,0,0.5);
}
.phoneBox .rslides img {
    border-radius: 10px;
    height: 100%;
}
.phoneBox .rslides a .innershadow {
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 26px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 26px 1px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 26px 1px rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0px solid #000;
    z-index: 9999;
}
.Hsection3 .banner-slider-wrap {
    width: 100%;
    margin: 0;
}
.Hsection3 .banner-slider {
    border-radius: 0;
    margin: 0;
    overflow: hidden;
}
ul.infoIcon {
    list-style: none;
    margin: 0;
    padding: 15px;
}
ul.infoIcon li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    text-align: center;
}
ul.infoIcon li img {
    width: 110px;
}
ul.infoIcon li p {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 0;
}
section.Hsection4 {
    padding: 20px 0;
}
.Hsection4 .Hsection4-L {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}
.Hsection4 .Hsection4-R {
    display: inline-block;
    vertical-align: top;
    width: 54%;
}
.Hsection4 .searchBox {
    padding: 0 50px;
}
.Hsection4 .searchBox input[type="submit"] {
    float: right;
    background-color: #d1dd2a;
    font-size: 18px;
    padding: 7px 20px;
}
.HomeSliderBox {
    padding: 0 50px;
}
.Hsection4 h3 {
    margin: 0 0 20px;
    color: #000;
    line-height: 1.4;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
}
.HomeSliderBox .testimonial {
    width: 100%;
    margin: 0;
    background: #d6da2d;
    border: 20px solid #d6da2d;
    border-radius: 15px;
    padding: 0;
    position: relative;
}
.HomeSliderBox .testimonial_rotator_wrap.with-prevnext {
    padding: 20px 20px !important;
    border: 2px solid #d6da2d;
    border-radius: 13px;
    background: #fff;
}
.HomeSliderBox .testimonial p {
    color: #393939;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'vag_roundedbold';
}
.HomeSliderBox .testimonial h6 {
    color: #000000;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    font-family: 'vag_roundedbold';
}
.HomeSliderBox .testimonial_rotator_prev, .HomeSliderBox .testimonial_rotator_next {
    font-size: 20px;
    line-height: 20px;
    color: #666;
    color: rgba(0,0,0,0.2);
    cursor: pointer;
    position: absolute;
    top: 84%;
    z-index: 8888;
    transition: all 0.35s;
    right: 20px;
}
.HomeSliderBox .testimonial_rotator_prev {
    right: 40px;
    left: initial;
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 85%;
}
.HomeSliderBox .testimonial_rotator_prev, .testimonial_rotator_next {
    color: rgb(70, 68, 68) !important;
}
.HomeSliderBox .testimonial_rotator_wrap.with-prevnext {
    padding: 20px 20px !important;
}
.HomeSliderBox form#find_sub_group {
    margin-top: 40px;
}
.HomeSliderBox .testimonial_rotator_wrap {
    margin: 10px 10px;
    padding: 10px;
}
.HomeSliderBox .QuoteLeftBox {
    position: absolute;
    left: -40px;
    top: -30px;
    width: 60px;
    height: 50px;
    text-align: center;
    padding: 0;
    font-size: 40px;
    background-color: #fff;
    color: #d1dd2a;
    z-index: 9;
}
.HomeSliderBox .QuoteRightBox {
    position: absolute;
    right: -40px;
    bottom: -32px;
    width: 60px;
    height: 50px;
    text-align: center;
    padding: 0px;
    font-size: 40px;
    background-color: #fff;
    color: #d1dd2a;
}
section.Hsection5 {
    background-color: rgba(45,180,228,0.7);
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
}
.Hsection5 .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 400px;
    margin: 0 auto;
}
.Hsection5 span#basic-addon2 {
    background-color: #000;
    color: #fff;
    border-radius: 25px;
    border: 0;
    padding: 10px 30px;
    position: relative;
    z-index: 9;
    font-weight: 600;
    font-size: 18px;
}
.Hsection5 input.form-control {
    border-radius: 20px;
    padding: 20px 10px;
    margin: 1px 14px;
}
section.Hsection6 {
    background-color: rgba(17,115,180,1);
    padding: 20px 0 10px;
    color: #fff;
    text-align: center;
}
.copyrighttext p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.copyrighttext p span {
    font-size: 22px;
    position: relative;
    top: 3px;
}
.newsletter {
    position: relative;
    margin: 0px auto;
}
.newsletter input {
    border: 0;
    border-radius: 30px;
    height: 40px;
    padding: 0px 15px;
    margin: 0;
    width: 100%;
}
.newslettersStates br {
    display: none;
}
.newslettersStates input {
    width: 15px;
}
.newslettersStates input {
    width: auto !important;
    height: auto !important;
    margin-left: 5px;
    padding: 5px;
}
.newslettersName {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}
.newslettersEmail {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}
.newslettersGo {
    display: inline-block;
    vertical-align: top;
    width: 10%;
}
.newsletter input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    background-color: #000;
    padding: 8px 30px;
    z-index: 9;
    height: 40px;
    font-size: 20px;
}
.newsletter div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    display: none !important;
}
.Form-label-text .checkbox-label-text {
    font-size: 18px;
    padding: 8px 15px 0 15px;
    float: right;
}
.newsletter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #424345;
}
.newsletter input::-moz-placeholder { /* Firefox 19+ */
    color: #424345;
}
.newsletter input:-ms-input-placeholder { /* IE 10+ */
    color: #424345;
}
.newsletter input:-moz-placeholder { /* Firefox 18- */
    color: #424345;
}
select#sub_category_select {
    display: none;
}
/****************************New Slider ***********************************/
.WhatsOnBox {
    background-color: #d6df24;
    margin: 0 0 40px;
}
.WhatsOnSlider {
    margin: 15px auto;
    padding: 10px;
    background: #2eb4e4;
    border-radius: 15px;
    max-width: 43%;
}
.WhatsOnSlider .carousel-control {
    text-indent: 0;
}
.WhatsOnSlider .carousel-inner {
    width: 100%;
    margin: 0 auto;
}
.WhatsOnSlider .carousel-control.left, .carousel-control.right {
    background-image: none;
    background-color: rgba(211,114,57,1);
    color: #fff;
    z-index: 99;
    opacity: 0.8;
}
.WhatsOnSlider .carousel-control.right {
    right: 0;
}
.WhatsOnSlider .carousel-control.left {
    left: 0;
}
.WhatsOnSlider a.carousel-control.left span {
    line-height: 2;
}
.WhatsOnSlider a.carousel-control.right span {
    line-height: 2;
}
.WhatsOnSlider .innershadow {
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 26px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 26px 1px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 26px 1px rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0px solid #000;
    z-index: 9;
}
.StateMapPoint p img {
    float: left;
    width: 50%;
}
/***********************************************************************/
.WhatsOnSlider img {
    border-radius: 10px;
    width: 100%;
    min-height: 230px;
}
.WhatsOn-StateCircle {
    text-align: center;
    border-bottom: 20px solid #d6df24;
    position: relative;
    min-height: 40px;
}
.WhatsOn-StateCircle ul {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    padding: 0;
    margin: 0;
}
.WhatsOn-StateCircle li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
.WhatsOn-StateCircle li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.WhatsOn-StateCircle li a .StateCircle {
    width: 80px;
    height: 80px;
    padding: 25px 0;
    background-color: #6ccef1;
    border: 5px solid #fff;
    border-radius: 50px;
}
.WhatsOn-StateCircle li a .StateCircle:hover {
    border-color: #fbad18;
    background-color: #fff;
    color: #fbad18;
}
a.btn.btn-default.goback {
    float: right;
    margin-right: 5%;
    position: relative;
    top: -70px;
    border: 2px solid #000;
    border-radius: 25px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
.WhatsOnStateBox {
    text-align: center;
    background-color: #d6df24;
    margin: 0 0 15px;
}
.StateEventGo a.btn.btn-default.goback {
    float: right;
    margin: 30px 0 5px;
    position: relative;
    top: 0;
    border: 2px solid #000;
    border-radius: 25px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
.stateheading {
    margin: 30px 0;
    text-align: center;
}
.WhatsOnSlider.statepage {
    margin: 0 auto;
    max-width: 100%;
}
.EventInfo {
    margin: 20px 0;
}
.EventInfo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.EventInfo ul li {
    border-bottom: 1px solid #dedede;
    line-height: 2;
}
.EventInfo .EventInfoL {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    font-weight: 600;
    color: #2eb4e4;
}
.EventInfo .EventInfoR {
    display: inline-block;
    vertical-align: top;
    width: 63%;
}
.WhatsOnStateEvent {
    margin-bottom: 70px;
}
.WhatsOnStateEvent {
    -webkit-box-shadow: inset 0px 0px 26px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 26px 1px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 26px 1px rgba(0,0,0,0.5);
    border: 10px solid #2eb4e4;
    border-radius: 10px;
    background-color: #2eb4e4;
}
.WhatsOnStateEvent td, .WhatsOnStateEvent th {
    border: 0px solid #ccc;
}
.WhatsOnStateEvent td {
    color: #157ea4;
}
.WhatsOnStateEvent td a {
    color: #157ea4;
}
.WhatsOnStateEvent td a.events-more {
    color: #FA3EED;
}
.WhatsOnStateEvent th {
    text-align: center;
    background: #fbad18;
    font-size: 20px;
    padding: 15px 0;
    text-transform: uppercase;
}
.StateDetail.gmap-area {
    margin: 0 0 40px;
    border-radius: 10px;
    border: 10px solid #2eb4e4;
}
.EventInfo .EventInfoR a {
    color: #424345;
}
.EventInfoR p {
    line-height: 1.4;
}
/************************************************************************/
/***************************TABLE*********************************/
table {
    width: 100%;
    border-collapse: collapse;
}
tr:nth-of-type(odd) {
    background: #eee;
}
th {
    background: #333;
    color: white;
    font-weight: bold;
}
td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}
.WhatsOnStateEvent table tr td:nth-child(1) {
    width: 150px;
}
.WhatsOnStateEvent table tr td:nth-child(5) {
    width: 200px;
}
.events-more-Box {
    white-space: nowrap;
    width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.EventInfo ul li img {
    width: 100%;
    height: auto;
    margin-top: 0px;
    border-radius: 10px;
    border: 10px solid #2eb4e4;
}
/**********************************scrollbar******************************/
.scrollbar {
    max-height: 500px;
    width: 100%;
    background: #F5F5F5;
    overflow-y: scroll;
}
.force-overflow {
    min-height: 50px;
}
#style-6::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
#style-6::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
#style-6::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}
/***************************************************************/
.StateBannerContent h2 {
    color: #fff;
    font-family: "Comic Sans MS", cursive;
}
.StateBannerContent p {
    text-shadow: 0px 0px 1px #676767;
    font-family: "Comic Sans MS", cursive;
    color: #fff;
}
.greenstrap {
    background: #d6df24;
    padding: 5px 0 5px;
    text-align: center;
}
.module_container img {
    width: 350px;
}
.MapPointbtn {
    margin: 20px 0;
    text-align: center;
}
.MapPointbtn ul {
    list-style: none;
    padding: 0;
}
.MapPointbtn ul li {
    background-color: #6fc9ef;
    line-height: 2;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 5px 5px;
    border-radius: 5px;
    border-bottom: 2px solid #f2f2f2;
}
.cityBtnR.MapPointbtn ul li {
    border-radius: 50px;
    border-bottom: 1px solid #f2f2f2;
    width: 49%;
    margin: 1px;
    float: left;
}
.cityBtnR.MapPointbtn ul li a {
    padding: 3px 5px;
    font-size: 13px;
}
.MapPointbtn ul li a {
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: "Comic Sans MS", cursive;
    text-transform: uppercase;
}

.regionLinkList {
    background-color: #d6df24;
    padding-bottom: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 0px #e6e0e0;
}
.MapPointbtn2 {
    margin: 10px 0 0;

}
.MapPointbtn2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.MapPointbtn2 ul li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    float: left;
}
.MapPointbtn2 ul li:nth-child(1) {
    display: block;
    margin: 0 0 10px;
    width: 100%;
    font-size: 26px;
    color: #fff;
    text-shadow: 0px 2px 2px #ccc;
    font-weight: 600;
    text-align: center;
}
.MapPointbtn2 ul li a {
    color: #7e00ff;
}
.MapPointbtn2 ul li h3 {
    margin: 0;
    padding: 2px 10px;
    font-size: 18px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
h2.ThingsToDo {
    font-size: 22px;
    text-align: left;
    color: #FF9800;
    margin: 5px 0 5px;
    padding: 0;
}

.StateListThum {
    margin: 0 0 20px;
}
.StateListThum ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.StateListThum .item {
    padding: 0px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    background: #42a555;
}
.StateListThum a {
    color: #fff;
    text-decoration: none;
}
.StateListThum a p {
    color: #fff;
}
.Thumheading {
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 94%;
    margin: 0 auto;
}
.ThumImg {
    text-align: center;
    background-color: #d2d6d8;
    padding: 10px;
    height: 200px;
    overflow: hidden;
}
.ThumImg img {
    width: 100%;
    height: 100%;
}
.ThumContent {
    padding: 5px;
}
.ThumContent {
    padding: 5px;
    min-height: 76px;
}
.ThumContent h2 {
    padding: 0;
    font-size: 14px;
    margin: 0;
    color: #fff;
    line-height: 22px;
}
.StateListThum .owl-prev {
    position: absolute;
    top: 40%;
    background-color: rgb(66, 165, 85);
    color: transparent;
    padding: 5px;
    opacity: 0.5;
    background-image: url('../images/arrows2.png');
    background-position: 0;
    background-repeat: no-repeat;
}
.StateListThum .owl-next {
    position: absolute;
    top: 40%;
    background-color: rgb(66, 165, 85);
    color: transparent;
    padding: 5px;
    opacity: 0.5;
    right: 0;
    background-image: url('../images/arrows.png');
    background-position: 0px;
    background-repeat: no-repeat;
}
.StateRegion {
    padding: 0;
    margin: 20px 0;
}
.StateRegion ul.StateRegionUL {
    list-style: none;
    padding: 0;
    margin: 0;
}
.StateRegion ul.StateRegionUL li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
}
.StateRegionThum img {
    width: 100%;
}
.StateRegionThum {
    width: 85px;
    height: 85px;
    float: left;
    margin-right: 10px;
    border: 5px solid #2faef0;
    border-radius: 5px;
    box-shadow: 0px 2px 10px #777777;
}
.StateRegionThum img {
    width: 100%;
}
.StateRegionHeading {
    float: left;
    width: 80%;
    border: 5px solid #2faef0;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    min-height: 85px;
}
.StateRegionHeading h3 {
    margin: 3px 0;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: #FF9800;
}
.StateRegionRM {
    text-transform: uppercase;
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
    border-radius: 15px;
    padding: 2px 0 0;
    font-size: 10px;
    font-weight: 600;
    width: 85px;
    text-align: center;
    position: absolute;
    right: 5px;
    bottom: -15px;
}
p.StateRegionPara {
    margin: 0;
}
.AdvertisersMainBox {
    margin: 20px 0;
}
.AdvertisersInfo .AdvertisersInfoUL {
    margin: 0;
    padding: 0;
    list-style: none;
}
.AdvertisersInfo .AdvertisersInfoUL li {
    display: block;
    border-bottom: 1px solid rgba(220, 220, 220, 0.5);
}
.AdvertisersInfo .AdvertisersInfoUL li .AdvertisersInfoLabel {
    display: inline-block;
    vertical-align: top;
    width: 29%;
}
.AdvertisersInfo .AdvertisersInfoUL li .AdvertisersInfoText {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}
ul.AdvertisersInfoUL li p {
    margin: 5px 0;
}
.AdvertisersInfoLabel p {
    color: #2eb4e4;
    font-weight: 600;
}
.AdvertisersDefaultImg {
    height: 270px;
    margin: 0 25px 10px;
    border: 10px solid #2eb4e4;
    border-radius: 15px;
    overflow: hidden;
}
.AdvertisersDefaultImg img {
    width: 100%;
}
.AdvertisersVoucher {
    margin: 0 25px;
    border: 10px solid #3d72c2;
    border-radius: 15px;
    overflow: hidden;
}
.AdvertisersContant {
    height: 125px;
    overflow: hidden;
    border-bottom: 24px solid transparent;
}
.ACH {
    height: auto;
    overflow: auto;
}
p.ReadMore span {
    font-size: 14px;
    color: #f54d45;
    font-weight: 600;
    text-shadow: 0px 0px 1px #ccc;
    letter-spacing: 1px;
    text-decoration: underline;
}
p.ReadMore span.ReadMoreText {
    font-size: 14px;
    color: #fbad18;
    font-weight: 600;
    text-shadow: 0px 0px 1px #ccc;
    letter-spacing: 1px;
    text-decoration: underline;
    cursor: pointer;
}
.HideMoreText {
    display: none;
}
.AdvertisersMainBox .StateDetail.gmap-area {
    margin: 20px 0 0;
}
.AdvertisersMainBox .WhatsOnSlider .carousel-inner {
    width: 100%;
    margin: 0 auto;
    height: 250px;
}
.AdvertisersContant p {
    font-size: 14px;
}
.InnerCircleLink {
    position: relative;
    background-color: #d6df24;
    margin: 30px 0;
    height: 80px;
}
.InnerCircleLink ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
}
.InnerCircleLink ul li {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    text-align: center;
}
.InnerCircleLink ul li img {
    width: 100px;
}
.MyStyle .InnerCircleLink p {
    font-size: 10px;
    line-height: 13px;
    margin-top: 2px;
    text-transform: uppercase;
    font-weight: 600;
}
.LeftSideContent {
}
.RightSideImg {
    float: right;
    width: 30%;
    border: 10px solid #2eb4e4;
    border-radius: 10px;
    background-color: #2eb4e4;
    margin-left: 30px;
    margin-bottom: 10px;
}
.LeftSideContent ul li {
    font-size: 24px;
    line-height: 40px;
}
.LeftSideContent ul li a {
    color: #007ba9;
}
.LeftSideContent ul li a:hover {
    color: #cf7c06;
}
.rowSwap {
    clear: both;
}
.pageBox .picture {
    text-align: right;
    margin: 0;
    z-index: 0;
    position: relative;
}
.pageBox .tab-title {
    color: #ff6600;
    font-size: 22px;
    margin: 5px 0;
}
.pageBox .tab-title p {
    color: #ff6600;
    font-size: 22px;
    margin: 5px 0;
}
.pageBox .accordion .item .content {
    color: #424345;
}
.pageBox .accordion .item .heading p {
    display: none;
}
.pageBox .accordion .item p {
    display: none;
}
/*************************/
.ContactFormBox {
    width: 65%;
}
.CFRow.SelectState {
    float: left;
    width: 49%;
    margin-right: 2%;
}
.CFName {
    float: left;
    width: 49%;
}
.CFEmail {
    float: left;
    width: 49%;
    margin-right: 2%;
}
.CFCompany {
    float: left;
    width: 49%;
}
.CFPhone {
    float: left;
    width: 49%;
    margin-right: 2%;
}
.CFMessage {
    float: left;
    width: 49%;
}
.CFRow.CFMessage textarea {
    min-height: 130px;
}
.advertising-testimonials {
    margin: 0px 0 20px;
}
.advertising-testimonials .HomeSliderBox {
    padding: 0;
}
.advertising-testimonials .HomeSliderBox .testimonial {
    width: 98%;
    margin: 0 auto 15px;
    margin-left: 1%;
}
.LeftSideContent i {
    color: #fbad18;
    font-size: 24px;
    margin: 0 5px;
}
img.playstore {
    width: 100px;
}
input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=radio].css-checkbox + label.css-label {
    padding-left: 24px;
    height: 19px;
    display: inline-block;
    line-height: 19px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 19px;
    vertical-align: middle;
    cursor: pointer;
}
input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -19px;
}
label.css-label {
    background-image: url('../images/csscheckbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label {
    margin-right: 20px;
}
.NewsletterRadioBox {
    background-color: #fafafa;
    padding: 5px;
    text-align: center;
}
.radioRow {
    display: inline-block;
    vertical-align: top;
    padding: 15px 10px 10px;
    width: 12%;
}
.showBook {
    margin-bottom: 50px;
    text-align: center;
}
.showBookCol1 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.showBookCol2 {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-top: 10%;
}
.showBookCol3 {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
.BookthumBox img {
    border: 5px solid #2eb4e4;
    border-radius: 5px;
}
/*********************************************************************/
.topheading {
    background-color: #68B90F;
    padding: 5px;
    text-align: center;
}
.topheading h3 {
    margin: 5px;
    color: #f2f2f2;
}
.topheading h3 a {
    color: #fff;
}
.Viewbrowser {
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
}
.Viewbrowser span:nth-child(2) {
    color: #fbad18;
}
.sletterlogo {
    padding: 10px 0;
}
.menubg {
    background-image: url(http://021216.stpprojects.com/wp-content/uploads/2016/01/hd-bg.jpg);
    background-position: 0;
    background-size: contain;
    background-repeat: repeat;
}
.slettermenu {
    margin: 10px 0 0;
    float: right;
}
.slettermenu div {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}
.slettermenu div a {
    line-height: 35px;
    color: #fff;
    font-size: 18px;
}
.slettermenu a {
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
}
.slettercontant-R {
    text-align: center;
}
.slettercontant-R h2 a {
    color: #000;
}
.slettercontant-R img {
    max-width: 200px;
    margin: 10px;
}
.econtant {
    padding: 20px 0;
}
.Funnyheading {
    background-image: url('http://www.letsgokids.com.au/wp-content/uploads/2017/01/Funnybg.jpg');
    background-position: 0;
    background-size: cover;
    background-repeat: repeat;
    margin: 10px 0;
}
.Funnyheading h3 {
    margin: 5px;
    color: #f2f2f2;
    text-align: center;
}
.thumbnailSection {
    text-align: center;
}
.thumbnailSection h4 {
    color: #fbad18;
}
.thumbnailSection a {
    color: #1173b4;
    font-weight: 600;
}
.Slt-thumbnail-Box {
    background-color: #f4f4f4;
    margin: 5px 0;
    padding: 5px 0;
    min-height: 300px;
}
.Slt-thumbnail-Box p {
    padding: 0 5px;
    font-size: 14px;
}
.Sltfooter {
    text-align: center;
    padding: 10px 0 10px;
    color: #fff;
}
.Sltfooter p {
    color: #fff;
}
.Sltfooter p a {
    color: #fff;
}
.Sltfooter a {
    color: #fff;
}
.StateMapPoint {
    display: table;
}
.StateMapPoint.statesubregion {
    width: 60%;
    margin: 0 auto;
}
.sliderCell {
    display: table-cell;
    vertical-align: middle;
    width: 45%;
    text-align: center;
}
.single-region {
    display: table-cell;
    vertical-align: middle;
    width: 37%;
    text-align: center;
}
.all-region {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    text-align: right;
}
.cityBtnR{
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    text-align: center;
    padding: 0 3%;
}
.cityBtnR.MapPointbtn h3 {
    margin: 0;
    padding: 0;
    color: #FF9800;
    font-weight: 600;
    text-shadow: 0px 2px 2px #ccc;
}
.WhatsOnSlider.AdvertisersSliderBox {
    max-width: 100%;
}
.single-region img {
    width: 80%;
}
.rslides_nav {
    opacity: 0.8 !important;
}
.search-form {
    float: none;
    width: 100%;
    margin: 0;
    position: relative;
}
div#pagination_first h2 {
    margin: 15px 0;
}
.blog_box h3 {
    color: #FF9800;
    margin: 0;
}
.blog_box {
    border: 1px solid rgba(17, 115, 180,0.5);
    padding: 10px;
    box-shadow: 0px 2px 5px rgba(17, 115, 180, 0.2);
    margin: 10px 0;
}
div#pagination_second h2 {
    margin: 15px 0;
}
.blog_box a {
    color: #ff9800 !important;
}
button#more_pagination_second {
    margin: 15px 0;
    border: 0;
    background-color: transparent;
    padding: 0;
    font-size: 30px;
    font-weight: 600;
    text-decoration: underline;
    color: #000;
}
button#more_pagination_first {
    margin: 15px 0;
    border: 0;
    background-color: transparent;
    padding: 0;
    font-size: 30px;
    font-weight: 600;
    text-decoration: underline;
    color: #000;
}
.BlogContentInfo {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 5px 5px;
}
.BlogContentInfo ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.BlogContentInfo ul li {
    display: inline-block;
    vertical-align: top;
}
.BlogContentInfo ul li p {
    font-size: 12px;
    color: #FF9800;
    font-weight: 600;
}
p.comment-form-comment label {
    display: block;
}
p.newsletter label {
    line-height: 40px;
}
p.newsletter label input {
    float: left;
    margin-right: 10px;
}
a.ReadMore {
    font-weight: 600;
    display: block;
}
.previousnext {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
}
.LeftSideCol {
    width: 64%;
    display: inline-block;
    vertical-align: top;
    padding-right: 2%;
}
.RightSideCol {
    width: 35%;
    display: inline-block;
    vertical-align: top;
}
.RightSideCol img {
    border: 10px solid #2eb4e4;
    border-radius: 10px;
    background-color: #2eb4e4;
    margin-bottom: 15px;
}
.advertising-testimonials img {
    border: 0px solid #2eb4e4;
    border-radius: 0;
    background-color: transparent;
}
.RightSideImg.contact-page {
    border: 0px solid #2eb4e4;
    border-radius: 0;
    background-color: transparent;
}
.RightSideImg.contact-page img {
    width: 200px;
    border: 10px solid #2eb4e4;
    border-radius: 10px;
    background-color: #2eb4e4;
}
.rowSwap .accordion {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
.large-listing.list-page select {
    width: 200px !important;
}
ul#flexiselDemogames1 {
    list-style: none;
    padding: 0px;
}
#flexiselDemogames1 li {
    float: none;
}
.QuizeBoxImg {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}
.QuizeBoxDes {
    display: inline-block;
    width: 28%;
    padding: 1%;
    border-radius: 10px;
    border: 10px solid #2eb4e4;
    margin-left: 1%;
}
.QuizeBoxButton {
    float: none;
    display: block;
    vertical-align: top;
    margin: 20px auto;
}
#flexiselDemogames1 p {
    font-size: 17px;
    color: #f07e0e;
    text-align: left;
    line-height: 24px;
    height: auto;
}
div#cooper_cnt textarea#message {
    width: 100%;
    min-height: 230px;
    margin-bottom: 10px;
}
div#cooper_cnt input {
    width: 100%;
    margin-bottom: 10px;
    height: 35px;
    padding: 0 5px;
}
.copperform input {
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    padding: 0 5px;
}
.copperform .modal-footer {
    padding: 10px;
    margin-top: 0;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.copperform .modal-header {
    min-height: 16.428571429px;
    padding: 10px;
    border-bottom: 0px solid #e5e5e5;
}
.gameBox {
    position: relative;
}
div#loading {
    width: 80px;
    height: 80px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.slettercontant-L {
    color: #000;
    font-size: 14px;
}
ul.newletterpost {
    padding: 0;
    margin: 0 auto 15px;
    width: 800px;
    list-style: none;
}
.large-listing.list-page.newsletterTab {
    text-align: center;
    margin: 0;
    padding: 0;
}
.large-listing.list-page.newsletterTab a {
    float: none;
    margin: 0px 5px 15px;
    display: inline-block;
    vertical-align: top;
}
.selected_drops {
    text-align: center;
    margin: 5px 5px 10px;
}
.selected_drops select {
    width: 300px;
    padding: 7px;
    border: 2px solid #ccc;
    border-radius: 10px;
}
.DownloadAppPop .modal-dialog {
    width: 350px;
}
.sletter-thum img {
    width: 150px;
    height: 150px;
}
.TextPara {
    margin-bottom: 10px;
}
.FunnyPhotosText img {
    width: 150px;
}
ul#flexiselDemo2 {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul#flexiselDemo2 h3.wp-posts-carousel-title {
    background-color: #68B90F;
    margin: 0;
    text-align: center;
    color: #fff;
    padding: 7px;
}
ul#flexiselDemo2 h3.wp-posts-carousel-title a {
    color: #fff;
}
table.newletterpostTable td, table.newletterpostTable th {
    padding: 0 5px;
    border: 1px solid transparent;
}
.blog_box h3 a {
    font-size: 18px;
}
.modal-dialog {
    top: 30%;
}
/*div#pagination_second .blog_box:nth-child(2) h3 a {
    font-size: 24px;
}
div#pagination_second .blog_box:nth-child(4) h3 a {
    font-size: 24px;
}
div#pagination_second .blog_box:nth-child(6) h3 a {
    font-size: 24px;
}
.blog_box h3 a.Current-Blog {
    font-size: 24px;
}
.blog_box h3 a.Recent-Blog{
    font-size: 24px;
}*/

.greenstrap.regionstrp {
    padding: 0;
}
.single-region img.mapImgNorthernterritory {
    width: 55%;
}
.single-region img.mapImgTasmania {
    width: 60%;
}
.single-region img.mapImgWesternaustralia {
    width: 60%;
}
.module_container img.mapImgWA {
    width: 250px;
}
.module_container img.mapImgTAS {
    width: 250px;
}
.module_container img.mapImgNT {
    width: 250px;
}
.TwoScrollBOx {
    width: 50%;
    float: left;
    padding: 1% 3% 1% 0;
    margin: 0px 0 30px 0;
}
.TwoScrollBOx {
    font-size: 18px;
}
.TwoScrollBOx img {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    max-height: 300px;
}
div#mCSB_2_container .StateRegion {
    margin: 0;
}
.Breadcrumb {
    text-align: left;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #000;
}
.Breadcrumb a{
    color: #000;
    text-decoration: none;
}
span.Breadcrumb_A {
    color: #d6df24;
    background-image: url(https://www.letsgokids.com.au/wp-content/themes/letsgo_theme/images/arrows3.png);
    background-repeat: no-repeat;
    background-position: 4px;
    background-size: 15px;
    color: transparent;
}
.Breadcrumb_1 {
    text-transform: uppercase;
}
.RegionCityName ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0;
    text-align: center;
}

.RegionCityName ul li {
    border-radius: 50px;
    border-bottom: 1px solid #f2f2f2;
    width: 49%;
    margin: 1px;
    float: left;
    background-color: #6fc9ef;
    line-height: 2;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
.RegionCityName ul li a {
    padding: 3px 5px;
    font-size: 13px;
    display: block;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

/* new */
#wrap {
    position: relative;
    width: 56%;
    float: left;
}

#wrap input[type="text"] {
    height: 38px;
    display: inline-block;
    font-weight: 100;
    border: none;
    outline: none;
    color: #000;
    padding: 3px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    border-radius: 30px;
    padding: 15px;
    margin-top: 5px;
    width: 43px;
    font-size: 0;
    border: 4px solid #d19400;
}

#wrap input[type="text"]:focus {
    width: 230px;
    z-index: 9;
    cursor: text;
    background: #fff;
    font-size: 17px;
}
#wrap input[type="submit"] {
    height: 47px;
    width: 47px;
    display: inline-block;
    color:red;
    float: right;
    background: url(../images/small_white1.png) #d49500 center center no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    cursor: pointer;
    transition: opacity .4s ease;
    border-radius: 30px;
    /* border: 4px solid #fff; */
}

#wrap input[type="text"]:focus ~ input#searchsubmit {
    z-index: 999;
}

/* search result page design */
.search-result-whole-page {
    background: transparent;
    padding-top: 0;
}
.search-result-whole-page .search-wrap img {height: auto; height: 335px;}

.search-result-whole-page .srch-pgr-heading {
    background: #d6df24;
    padding: 35px;
    margin-bottom: 20px;
}

.search-result-whole-page .srch-pgr-heading h1 {
    padding: 0;
    color: #000;
}

.search-result-whole-page .search-wrap h1 a {
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
}

.search-result-whole-page span.cat-links a {
    background: #d7df00;
    padding: 4px 8px;
    display: inline-block;
    margin: 10px 0 0;
    color: #000;
    text-decoration: none;
}
.search-result-whole-page .home-bottom-btn, 
.search-result-whole-page .col-xs-12.col-sm-12.sidebar {
    display: none;
}

.search-result-whole-page .search-wrap h1 {
    padding: 10px 0;
}

.search-result-whole-page .status-publish {
    width: 50%;
    float: none;
    border: 1px solid #d3d3d3;
    padding: 18px 15px;
    margin-bottom: 20px;
    background: rgb(239, 239, 239);
    min-height: 100% !important;
    margin: 0 auto 20px;
}

.search-result-whole-page .pagination span.page-numbers.current {
    background: #f59200;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #f09300;
    font-weight: bold;
}

.search-result-whole-page a.page-numbers {
    padding: 5px 10px;
    background: #e3e3e3;
    border: 1px solid #c5c5c5;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.search-result-whole-page .pagination {
    margin:30px auto 70px;
}
.search-result-whole-page h1.screen-reader-text {
    display: none;
}
.search-result-whole-page nav.navigation.paging-navigation {
    display: inline-block;
    width: 100%;
    text-align: center;
}


/********************************************************************/
@media only screen and (max-width: 1366px) {
    .MyStyle p {
        font-size: 16px;
    }
    .HomeBannerContent {
        text-align: center;
        margin: 5px 0 5px;
    }
    .bannerBG {
        min-height: 250px;
    }
    .Hsection2 .tabCircle {
        width: 70px;
        height: 70px;
        padding: 20px 0;
    }
    .Hsection2 ul.tabMenu li a {
        font-size: 16px;
    }
    section.Hsection3 {
        padding: 20px 0 10px;
    }
    .Hsection3 .Hsection3-R {
        width: 54%;
    }
    ul.infoIcon li img {
        width: 100px;
    }
    section.Hsection4 {
        padding: 10px 0;
    }
    .HomeBannerContent h2 {
        font-size: 24px;
        margin: 0;
    }
    .HomeBannerContent p {
        font-size: 15px;
    }
    .Hsection4 h3 {
        margin: 0 0 10px;
        font-size: 18px;
    }
    .Hsection3 .Hsection3-L {
        margin-top: 30px;
    }
    ul.infoIcon li p {
        font-size: 12px;
    }
    .HomeSliderBox .QuoteRightBox {
        bottom: -20px;
    }
    .module_container img {
        width: 300px;
    }
    .WhatsOnStateEvent table tr td:nth-child(5) {
        width: 120px;
    }
    .WhatsOnStateEvent td img {
        width: 96px;
        height: 96px;
    }
    .stateheading {
        margin: 10px 0;
    }
    #cfwc_contactform input, #cfwc_contactform textarea {
        height: 35px !important;
    }
    #cfwc_contactform select {
        height: 35px !important;
        padding: 7px 12px !important;
    }
    .sliderCell {
        width: 45%;
    }
    .single-region {
        width: 40%;
    }
    .all-region {
        width: 20%;
    }
    .WhatsOnSlider img {;
                        min-height: 215px;
    }
    .MapPointbtn2 ul li h3 {
        font-size: 16px;
    }
    .HomeBannerContent h1 {
        color: #fff;
        font-size: 36px;
        margin: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    ul.infoIcon li img {
        width: 60px;
    }
    .Letsgokidslogo p {
        font-size: 20px;
    }
    .Hsection4 h3 {
        font-size: 16px;
    }
    .Letsgokidslogo img {
        width: 90%;
    }
    .newslettersName {
        width: 37%;
    }
    .newslettersEmail {
        width: 36%;
    }
    .newslettersGo {
        width: 10%;
    }
    .Hsection2 ul.tabMenu li {
        padding: 3% 0 0 0;
    }
    .AdvertisersVoucher {
        margin: 0;
    }
    .WhatsOnSlider img {
        min-height: 175px;
    }
    .rslides li {
        height: 190px;
    }

    .cityBtnR.MapPointbtn ul li a {
        padding: 3px 10px;
        font-size: 12px;
    }
    .StateRegionHeading {
        width: 76%;
    }
    /* search result page responsive */
    .search-result-whole-page .entry-summary > p {
        font-size: 15px;
    }
    .search-result-whole-page .status-publish {min-height: 533px;}
    .HomeBannerContent h1 {
        color: #fff;
        font-size: 30px;
        margin: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .container {
        width: 100%;
    }
    ul.infoIcon li img {
        width: 70px;
    }
    .Letsgokidslogo p {
        font-size: 20px;
    }
    .Hsection4 h3 {
        font-size: 16px;
    }
    .Hsection3 .Hsection3-R {
        width: 49%;
    }
    .Letsgokidslogo img {
        width: 90%;
    }
    .Letsgokidslogo img {
        width: 90%;
    }
    .AdvertisersVoucher {
        margin: 0;
    }
    .WhatsOnSlider img {
        min-height: 175px;
    }
    .rslides li {
        height: 190px;
    }

    .cityBtnR.MapPointbtn ul li a {
        padding: 3px 10px;
        font-size: 12px;
    }
    .StateRegionHeading {
        width: 77%;
    }
    /* search result page responsive */
    .search-result-whole-page .entry-summary > p {
        font-size: 15px;
    }
    .search-result-whole-page .status-publish {min-height:531px;}
    .HomeBannerContent h1 {
        color: #fff;
        font-size: 30px;
        margin: 0;
    }
}
@media only screen and (min-width: 960px) and (max-width: 991px) {
    .container {
        width: 100%;
    }
    ul.infoIcon li img {
        width: 70px;
    }
    .Letsgokidslogo p {
        font-size: 20px;
    }
    .Hsection4 h3 {
        font-size: 16px;
    }
    .Hsection2 ul.tabMenu li {
        padding: 4% 0 0 0;
    }
    .Hsection3 .Hsection3-R {
        width: 49%;
    }
    .Letsgokidslogo img {
        width: 90%;
    }
    .EventInfo ul {
        width: 55%;
        margin: 0 auto;
    }
    .AdvertisersVoucher {
        margin: 0;
    }
    .WhatsOnSlider img {
        min-height: 175px;
    }
    .rslides li {
        height: 180px;
    }

    .cityBtnR.MapPointbtn ul li a {
        padding: 3px 10px;
        font-size: 12px;
    }
    .StateRegionHeading {
        width: 77%;
    }
    /* search result page responsive */
    .search-result-whole-page .status-publish {min-height: 531px;}
    .main.clearfix {width: 48%;}
    .HomeBannerContent h1 {
        color: #fff;
        font-size: 30px;
        margin: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 100%;
    }
    .Letsgokidslogo img {
        width: 100%;
    }
    .MyStyle .Letsgokidslogo p {
        font-size: 20px;
    }
    .Hsection3 .Hsection3-R {
        width: 100%;
    }
    ul.infoIcon {
        list-style: none;
        margin: 20px;
        padding: 0;
    }
    .WhatON a {
        font-size: 16px;
    }
    .WhatON {
        width: 120px;
    }
    .HeaderBoxM {
        width: 32%;
    }
    .menuBox {
        font-size: 16px;
        width: 130px;
    }
    .Hsection3 .Hsection3-L {
        margin-top: 15px;
    }
    section.Hsection5 {
        padding: 30px 0 20px;
        height: auto;
    }
    section.Hsection4 h3 {
        font-size: 20px;
    }
    ul.infoIcon li {
        width: 24%;
    }
    .Hsection2 .tabCircle {
        width: 55px;
        height: 55px;
        padding: 12px 0;
    }
    section#Hsection2 img {
        width: 80px;
    }
    .Hsection2 ul.tabMenu li {
        padding: 4% 0 0 0;
    }
    .Hsection2 ul.tabMenu li:nth-child(1) {
        padding: 2% 0 0;
    }
    .Hsection2 ul.tabMenu li:nth-child(2) {
        padding: 2% 0 0;
    }
    .Hsection2 ul.tabMenu li:nth-child(9) {
        padding: 2% 0 0;
    }
    .Hsection2 ul.tabMenu li:nth-child(10) {
        padding: 2% 0 0;
    }
    section.Hsection2 {
        margin: -55px 0px -74px 0;
    }
    a.btn.btn-default.goback {
        margin-right: 1%;
        width: 130px;
    }
    .EventInfo ul {
        width: 55%;
        margin: 0 auto;
    }
    .StateRegion ul.StateRegionUL li {
        width: 100%;
    }
    .StateRegionHeading {
        width: 68%;
        margin-right: 5px;
    }
    .StateRegionHeading h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .AdvertisersVoucher {
        margin: 0;
    }
    .previouspagego {
        font-size: 16px;
        width: 110px;
    }
    .InnerCircleLink ul li {
        width: 140px;
    }
    .InnerCircleLink ul li img {
        width: 80px;
    }
    .InnerCircleLink {
        height: 60px;
    }
    .LeftSideContent {
    }
    .RightSideImg {
        width: 40%;
    }
    .ContactFormBox {
        width: 55%;
    }
    .Slt-thumbnail-Box {
        background-color: #f4f4f4;
        margin: 5px 0;
        padding: 5px 0;
        min-height: 300px;
    }
    .StateMapPoint p img {
        float: none;
        width: 240px;
    }
    .StateMapPoint p img:nth-child(2) {
        display: none;
    }
    .CFRow.SelectState {
        width: 100%;
        margin-right: 0%;
    }
    .CFName {
        width: 100%;
    }
    .CFEmail {
        width: 100%;
        margin-right: 0%;
    }
    .CFCompany {
        width: 100%;
    }
    .CFPhone {
        width: 100%;
        margin-right: 0%;
    }
    .CFMessage {
        width: 100%;
        margin-top: 10px;
    }
    .rowSwap .accordion {
        width: 32.70%;
    }
    ul.newletterpost {
        width: 100% !important;
    }
    button#more_pagination_second {
        font-size: 24px;
    }
    .WhatsOnSlider img {
        min-height: auto;
    }
    .rslides li {
        height: auto;
    }
    .MapPointbtn2 ul li {
        width: 32.50%;
    }
    .cityBtnR {
        padding: 0 1%;
    }
    .cityBtnR.MapPointbtn ul li a {
        padding: 3px 10px;
        font-size: 12px;
    }
    .cityBtnR.MapPointbtn h3 {
        margin: 20px 0 0;
    }
    .RegionCityName ul li a {
        padding: 3px 7px;
        font-size: 13px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    /* search result page responsive */
    .search-result-whole-page .status-publish {min-height: 468px;}
    .search-result-whole-page .search-wrap h1 a {
        font-size: 20px;
    }

    .search-result-whole-page .search-wrap h1 {
        height: 60px;
    }

    .entry-summary {
        font-size: 13px;
    }
    .search-result-whole-page .search-wrap img {
        height: 260px;
    }
    #wrap {width: 44%;}
    .main.clearfix {width: 47% !important;}
    .HomeBannerContent h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .HomeBannerContent h1 {
        font-size: 30px;
    }
    .main.clearfix {    width: 33% !important;}
    .bannerBG {
        height: auto;
        background-size: cover;
    }
    .rslides li {
        height: auto;
    }
    .HeaderBoxL {
        width: 100%;
    }
    .HeaderBoxM {
        width: 100%;
    }
    .HeaderBoxR {
        width: 40%;
        position: absolute;
        top: 17px;
        right: 25px;
    }
    .Hsection2 .tabCircle {
        width: 70px;
        height: 70px;
        padding: 20px 0;
    }
    section.Hsection3 {
        padding: 10px 0 10px;
    }
    .Hsection3 .Hsection3-L {
        width: 100%;
        margin-top: 0px;
    }
    .Hsection3 .Hsection3-R {
        width: 100%;
    }
    .Hsection4 .Hsection4-L {
        width: 100%;
    }
    .Hsection4 .Hsection4-R {
        width: 100%;
        margin-top: 40px;
    }
    .HomeBannerContent {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    ul.infoIcon {
        margin: 5% 0% 0;
        padding: 0;
    }
    section.Hsection5 {
        padding: 30px 0 20px;
        height: auto;
    }
    .Hsection2 ul.tabMenu li {
        padding: 10px;
        width: 15%;
    }
    .Hsection2 ul.tabMenu li:nth-child(1) {
        width: 49%;
        padding: 1% 0 0;
    }
    .Hsection2 ul.tabMenu li:nth-child(2) {
        width: 49%;
        padding: 1% 0 0;
    }
    .Hsection2 ul.tabMenu li:nth-child(9) {
        width: 49%;
        padding: 1% 0 0;
    }
    .Hsection2 ul.tabMenu li:nth-child(10) {
        width: 49%;
        padding: 1% 0 0;
    }
    .Letsgokidslogo img {
        width: 300px;
    }
    ul.infoIcon li {
        width: 24%;
    }
    .Letsgokidslogo .mapimg {
        top: 10px;
        width: 180px;
        right: 10%;
    }
    section.Hsection2 {
        margin: 10px 0;
    }
    a.btn.btn-default.goback {
        margin-right: 1%;
        top: -65px;
        width: 90px;
        font-size: 14px;
    }
    a.events-more {
        float: none;

        .socialIcon {
            width: 115px;
        }
        .socialIcon a {
            font-size: 20px;
            padding: 8px 5px;
            display: inline-block;
        }
        table, thead, tbody, th, td, tr {
            display: block;
        }
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
        tr {
            border: 1px solid #ccc;
        }
        td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
        }
        td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            font-weight: 600;
        }
        .WhatsOnStateEvent table tr td:nth-child(1) {
            width: auto;
        }
        .WhatsOnStateEvent table tr td:nth-child(5) {
            width: auto;
        }
        .WhatsOnStateEvent table img {
            width: 150px;
        }
        .WhatsOnSlider {
            max-width: 100%;
        }
        .WhatsOn-StateCircle ul {
            top: -45px;
        }
        .WhatsOn-StateCircle li a .StateCircle {
            width: 70px;
            height: 70px;
            padding: 20px 0;
        }
        .EventInfo ul {
            width: 65%;
            margin: 0 auto;
        }
        .StateListThum {
            margin: 20px 0;
            position: relative;
            bottom: 20px;
        }
        .StateListThum ul li {
            width: 50%;
            margin-left: 0;
            margin-bottom: 0;
        }
        .StateRegion ul.StateRegionUL li {
            width: 100%;
        }
        .StateRegionHeading {
            width: 80%;
        }
        .StateMapPoint.statesubregion {
            width: 100%;
            margin: 0 auto;
        }
        .greenstrap {
            padding: 30px 0 15px 0px;
        }
        .AdvertisersVoucher {
            margin: 0 9%;
        }
        .previouspagego {
            font-size: 16px;
            width: 110px;
        }
        .InnerCircleLink {
            margin: 20px 0;
            height: auto;
        }
        .InnerCircleLink ul {
            position: relative;
            top: 0;
        }
        .InnerCircleLink ul li {
            width: 49%;
            margin: 5px 0;
        }
        .InnerCircleLink ul li img {
            width: 80px;
        }
        .RightSideImg {
            width: 45%;
        }
        #cfwc_contactform {
            margin: 0px;
            border: 0px;
            display: -webkit-box;
            display: -moz-box;
            display: box;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            box-orient: vertical;
        }
        .ContactFormBox {
            width: 100%;
        }
        .advertising-testimonials .HomeSliderBox .testimonial {
            width: 96%;
            margin-left: 2%;
        }
        .StateMapPoint p img {
            float: none;
            width: 250px;
        }
        .StateMapPoint p img:nth-child(2) {
            display: none;
        }
        .CFRow.SelectState {
            width: 100%;
            margin-right: 0%;
        }
        .CFName {
            width: 100%;
        }
        .CFEmail {
            width: 100%;
            margin-right: 0%;
        }
        .CFCompany {
            width: 100%;
        }
        .CFPhone {
            width: 100%;
            margin-right: 0%;
        }
        .CFMessage {
            width: 100%;
            margin-top: 10px;
        }
        .LeftSideCol {
            width: 100%;
        }
        .RightSideCol {
            width: 100%;
        }
        .rowSwap .accordion {
            width: 32%;
        }
        ul.newletterpost {
            width: 100% !important;
        }
        .Slt-thumbnail-Box {
            min-height: inherit;
        }
        .selected_drops select {
            width: 230px;
        }
        ul.newletterpost p {
            font-size: 14px;
        }
        .newslettersStates label {
            margin-right: 5px;
        }
        .DownloadAppPop .modal-dialog {
            width: 300px;
        }
        .blog_box h3 a {
            font-size: 16px;
        }
        button#more_pagination_second {
            font-size: 20px;
        }
        .WhatsOnSlider img {
            min-height: auto;
        }
        .MapPointbtn2 ul li {
            width: 32.50%;
        }

        .cityBtnR.MapPointbtn ul li {
            margin: 1px;
        }
        .cityBtnR.MapPointbtn ul li a {
            padding: 3px;
            font-size: 11px;
        }
        .cityBtnR {
            padding: 0 1%;
        }
        .RegionCityName ul li a {
            padding: 4px 7px;
            font-size: 12px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }
        .search-result-whole-page .status-publish {
            width: 100%;
            min-height: inherit;
        }
        .search-result-whole-page .search-wrap img {height: auto;}
        .MagicStyle{
            display: block;
        }
    }

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .WhatON a {
            font-size: 15px;
        }

        .WhatON {
            width: 112px;
        }

        #wrap input[type="submit"] {
            font-size: 15px;
        }

        .menuBox {
            font-size: 15px;
            width: 125px;
        }
        #wrap {
            width: 27%;    margin-top: -3px;
        }
    }
    @media only screen and (max-width: 640px) {

        .overlayerBG {
            padding: 20px 10px;
        }
        .HeaderBoxR {
            top: 20px;
        }
        .Hsection2 ul.tabMenu li {
            padding: 0;
        }
        .Hsection2 .tabCircle {
            width: 65px;
            height: 65px;
            padding: 17px 0;
            margin: 0px auto;
        }
        ul.infoIcon li img {
            width: 70px;
        }
        .newslettersName {
            width: 100%;
            margin-bottom: 10px;
        }
        .newslettersEmail {
            width: 100%;
            margin-bottom: 10px;
        }
        .newslettersGo {
            width: 100%;
        }
        .Form-label-text .checkbox-label-text {
            font-size: 16px;
            padding: 7px;
        }
        .Letsgokidslogo .mapimg {
            top: 5px;
            right: 0%;
        }
        a.btn.btn-default.goback {
            margin: 10px auto;
            top: 0;
            width: 94%;
            font-size: 16px;
            float: none;
            left: 0;
            display: block;
        }
        .EventInfo ul {
            width: 90%;
            margin: 0 auto;
        }
        .AdvertisersMainBox .WhatsOnSlider .carousel-inner {
            height: auto;
        }
        .AdvertisersVoucher {
            margin: 0 0;
        }
        .RightSideImg {
            width: 100%;
            margin-bottom: 20px;
        }
        .rowSwap {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            box-orient: vertical;
        }
        .RightSideImg {
            width: 100%;
            float: none;
            margin: 20px 0;
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            box-ordinal-group: 2;
        }
        .ContactFormBox {
            width: 100%;
        }
        .LeftSideContent h2 {
            font-size: 22px;
        }
        .advertising-testimonials h2 {
            font-size: 22px;
        }
        .NewsletterRadioBox {
            text-align: left;
        }
        .radioRow {
            width: 23%;
        }
        .showBookCol3 {
            width: 100%;
            text-align: center;
            margin: 15px 0 0;
        }
        .showBookCol1 {
            width: 35%;
        }
        .showBookCol2 {
            width: 50%;
        }
        .LeftSideContent ul li {
            font-size: 16px;
            line-height: 30px;
        }
        .StateMapPoint {
            display: block;
        }
        .sliderCell {
            display: block;
            width: 100%;
        }
        .single-region {
            display: block;
            width: 80%;
            margin: 10px auto;
        }
        .all-region {
            display: block;
            width: 70%;
            margin: 0px auto;
            text-align: center;
        }
        form#commentform textarea#comment {
            width: 100%;
        }
        .rowSwap .accordion {
            width: 32%;
        }
        .single-region img.mapImgNorthernterritory {
            width: 70%;
        }
        .single-region img.mapImgTasmania {
            width: 80%;
        }
        .single-region img.mapImgWesternaustralia {
            width: 80%;
        }
        .module_container img.mapImgWA {
            width: 250px;
        }
        .module_container img.mapImgTAS {
            width: 250px;
        }
        .module_container img.mapImgNT {
            width: 250px;
        }
        .cityBtnL.sliderCell {
            width: 100%;
        }
        .cityBtnR.MapPointbtn {
            width: 100%;
            display: block;
        }
        .MapPointbtn2 ul li:nth-child(1) {
            font-size: 18px;
        }
        .MapPointbtn2 ul li {
            width: 49%;
        }
        .TwoScrollBOx {
            width: 100%;
            float: left;
            padding: 2%;
            margin: 20px 0;
        }
        .StateRegionHeading {
            width: 77%;
        }
        .Breadcrumb {
            transform-origin: 63px 65px 0;
            padding: 5px;
            font-size: 16px;
        }
        span.Breadcrumb_A {
            background-position: 0;
            background-size: 17px 15px;
        }
        .HomeBannerContent h1 {
            font-size: 30px;
        }
    }
    @media only screen and (max-width: 479px) {
        .sb-search.sb-search-open, .no-js .sb-search {
            width: 145px !important;
        }
        .HeaderBoxR .main.clearfix {
            width: 45% !important;
            right: -10px !important;
            margin-top: -3px;}
        .Letsgokidslogo img {
            width: 250px;
        }
        .Letsgokidslogo {
            min-height: 130px;
        }
        .HeaderBoxR {
            top: 0;
            position: relative;
            right: 0;
        }
        .menuBox {
            width: 100%;
        }
        .HeaderBoxR {
            top: -31px;
            position: relative;
            right: 0;
            z-index: 9999;
        }
        .Hsection5 .input-group {
            width: 100%;
        }
        .HomeSliderBox {
            padding: 0;
        }
        .Hsection4 .searchBox {
            padding: 0;
        }
        ul.infoIcon {
            list-style: none;
            margin: 40px 0 0;
            padding: 0;
        }
        .HomeBannerContent {
            margin-top: 40px;
            margin-bottom: 40px;
            display: none;
        }
        .HomeSliderBox .QuoteRightBox {
            right: -15px;
            bottom: -9px;
            width: 40px;
            height: 30px;
        }
        .HomeSliderBox .QuoteLeftBox {
            left: -15px;
            top: -20px;
            width: 40px;
            height: 40px;
        }
        .Hsection3 .Hsection3-L {
            width: 100%;
            padding: 10px;
        }
        ul.infoIcon li {
            width: 49%;
        }
        .Hsection2 ul.tabMenu li {
            width: 25%;
        }
        .HomeSliderBox .testimonial {
            border: 10px solid #d6da2d;
        }
        .WhatsOn-StateCircle ul {
            top: -43px;
        }
        .WhatsOn-StateCircle li a .StateCircle {
            width: 45px;
            height: 45px;
            padding: 10px 0;
            border: 3px solid #fff;
        }
        .WhatsOn-StateCircle li a {
            font-size: 13px;
        }
        .WhatsOn-StateCircle {
            min-height: 15px;
        }
        .HeaderBoxR {
            width: 100%;
        }
        .newslettersStates input {
            width: 15px !important;
            height: auto !important;
            margin-left: 5px;
        }
        .EventInfo ul {
            width: 100%;
        }
        .StateListThum ul li {
            width: 100%;
        }
        .MapPointbtn ul li {
            display: block;
            margin: 1px;
        }
        .StateRegionHeading {
            width: 65%;
        }
        .StateRegionHeading h3 {
            font-size: 14px;
            line-height: 18px;
        }
        .StateRegionRM {
            width: 105px;
        }
        .CFName {
            width: 100%;
        }
        .CFEmail {
            width: 100%;
        }
        .CFCompany {
            width: 100%;
        }
        .CFPhone {
            width: 100%;
        }
        .NewsletterRadioBox {
            text-align: left;
        }
        .radioRow {
            width: 32%;
        }
        .showBookCol1 {
            width: 100%;
            text-align: center;
        }
        .showBookCol2 {
            width: 100%;
            margin-top: 15px;
        }
        .rowSwap .accordion {
            width: 100%;
        }
        .selected_drops select {
            width: 230px;
            margin-bottom: 5px;
        }
        .large-listing.list-page.newsletterTab a {
            margin: 0px 5px 0px;
            width: 27%;
        }
        .slettermenu div a {
            font-size: 14px;
        }
        .MapPointbtn2 ul li {
            width: 100%;
        }
        .cityBtnR.MapPointbtn h3 {
            font-size: 20px;
        }
        .cityBtnR.MapPointbtn ul li {
            margin: 1px;
            width: 100%;
        }


        /* search toggle */
        #wrap {
            width: 50%;
            float: left;
            margin-top: -3px;
        }

        .MainMenu {
            width: 47%;
            float: right;
        }

        #wrap input[type="text"]:focus {
            width: 45vw;
        }


    }

