/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

* {
  outline: none !important;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    overflow-x: hidden;
}

::-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;
}

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

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    color: #333;
}

.ie7 .title {
    padding-top: 20px;
}
/* ==========================================================================
   custom classes
   ========================================================================== */

/*
#tabs .tabs{
    list-style: none;
    padding: 0;
}
#tabs .tabs li{
    display: inline-block;
    margin-right: -4px;
    border:none;
}
.tab-panel .news-events-container{
     min-height: 150px;
    height: 100%;
}
.tabs li a.active{    
    background: #CF4520;
    padding: 10px 20px;
    color: #fff;
}
.tabs li a{
    padding: 10px 20px;   
    border: 1px solid #CF4520;
    outline: none;
}

.tabs li a.active{    
  color: white;
  text-transform: capitalize;
  border-bottom: 1px solid white;
}
.tabs li a{
  padding: 0;
  margin: 0;
  text-align: left;
  color: white;
  outline: none !important;
  text-transform: capitalize;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none !important;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0px !important;
}
#tabs .ui-state-default, #tabs .ui-widget-content .ui-state-default, #tabs .ui-widget-header .ui-state-default {
  border: 0 !important;
  background: transparent !important;
}
.ui-tabs .ui-tabs-nav {
    margin: 35px 0 0;
    padding: 0;
}
a.tabs-events {
  padding-right: 15px;
  padding-bottom: 5px;
}
a.tabs-events.first {
  margin-right: 25px;
}
*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before,
 :after {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}

.clearfix:after,
.wrapper:after {
    clear: both;
}

.clearfix,
.wrapper {
    *zoom: 1;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.pull-none {
    float: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img.align-right {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

img.align-left {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

img.align-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    margin: 0 0 20px;
    line-height: inherit;
    font-size: inherit;
    color: inherit;
}

h1 {
    font-size: 36px;
    line-height: 42px;
}

h2 {
    font-size: 30px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

h5 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h6 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 12px;
}

p {
    margin: 0 0 1.4em;
  color: #515151;
}

.unstyled {
    list-style-type: none;
    padding-left: 0;
    margin: 0 0 1.4em;
}

.styled {
    list-style-type: circle;
    padding-left: 30px;
    margin: 0 0 1.4em;
}

.inline-list li {
    display: inline;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
}

.form-row {
    margin-left: -10px;
    margin-right: -10px;
}

.form-row:after,
.form-row:before {
    content: '';
    display: block;
    clear: both;
}

iframe {
    width: 100%;
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.aligncenter {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.alignlnone {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

#google_translate_element{
    float: right;
}

.google-translate-container {
    background: rgba(245, 245, 245, 0.38);
    padding: 4px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.wrapper {
    max-width: 1200px;
}

body {
    background-color: #fff;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}

.icon {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.btn {
background-color: #d2451e;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Montserrat';
padding: 20px 40px;
    border-radius: 30px;
  text-transform: uppercase;
}
.btn span {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 11px;
}

.btn:hover {
    background-color: #6d6f71;
    color: #fff;
}

.grid-row:before,
.grid-row:after {
    content: '';
    display: block;
    clear: both;
}

.grid-row {
    list-style-type: none;
    margin: 0 0 0 -35px;
    padding: 0;
}

.grid-row-3 {
    float: left;
    padding-left: 35px;
    width: 33.333%;
}

.grid-row-4 {
    float: left;
    padding-left: 35px;
    width: 25%;
}

.grid-row-2 {
    float: left;
    padding-left: 35px;
    width: 50%;
}

.grid-row-5 {
    float: left;
    padding-left: 35px;
    width: 20%;
}

.grid-row-6 {
    float: left;
    padding-left: 35px;
    width: 20%;
}

.grid-row-7 {
    float: left;
    padding-left: 35px;
    width: 66.666%;
}

.grid-row-7a {
    float: left;
    padding-left: 35px;
    width: 60%;
}

.grid-row-5a {
    float: left;
    padding-left: 35px;
    width: 40%;
}

@media (max-width:1024px) {
    .grid-row-3,
    .grid-row-4,
    .grid-row-2,
    .grid-row-5,
    .grid-row-6,
    .grid-row-7,
    .grid-row-7a,
    .grid-row-5a {
        float: left;
        padding-left: 35px;
        width: 100%;
    }
}

a {
    color: #CF4520;
}

a:hover,
a:active {
    color: #000;
}

.show-tablet {
    display: none;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
HEADER STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.header-container {
    /*background-color: #fff;
    background-color: rgba(255, 255, 255, 0.79);*/
    position: relative;
    width: 100%;
    z-index: 100;
    box-shadow: 0 2px 5px rgba(59, 68, 77, 0.27);
    -moz-box-shadow: 0 2px 5px rgba(59, 68, 77, 0.27);
    -webkit-box-shadow: 0 2px 5px rgba(59, 68, 77, 0.27);
    -o-box-shadow: 0 2px 5px rgba(59, 68, 77, 0.27);
    -ms-box-shadow: 0 2px 5px rgba(59, 68, 77, 0.27);
}
.header-container section {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
}
.spread-out {
	display: flex;
  justify-content: flex-start;
  align-items: center;
width: 100%;
}

.home .header-container {
    position: absolute;
}

.logo-area {
    display: inline-block;
    vertical-align: top;
    width: 214px;
}

.site-logo {
    margin: 0;
    padding: 7px 0;
}


.header-right-top-area {
	display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.site-caption {
	font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #9c9c9c;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-indent: 75px;
    font-style: italic;
}

.head-login {
    background-color: #CF4520;
    color: #fff;
    line-height: 42px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    display: block;
    padding: 0 7px 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.head-login:hover {
    background-color: #232323;
    color: #fff;
}

.header-login-area {
    position: absolute;
    top: 0;
    right: 0;
}

.header-weather-area,
.header-time-area {
    display: inline-block;
    vertical-align: middle;
}

.weataher-current {
    display: inline-block;
    vertical-align: 2px;
}

.weather-current-compare {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    /*width:138px;*/
    width: auto;
}

.icon-weather {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 29px;
    background-position: 0 0;
    margin-right: 6px;
}

.icon-time {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background-position: -32px 0;
    margin-right: 8px;
}

.weataher-current>span {
    font-size: 26px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

.weataher-current>span small {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 3px;
}

.weather-day-report {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.15;
}

.weather-current-from-to {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.15;
    clear: both;
}

.weather-current-from-to small {
    font-size: 13px;
}




/*.current-time-area .aligncenter{ display:none;}*/

.weather-day-report {
    float: left;
    margin: 0 30px 0 0;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
}

.header-weather-area {
    padding-right: 18px;
    position: relative;
}

.header-weather-area:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    width: 1px;
    height: 31px;
}

.header-time-area {
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 600;
    color: #d2441e;
    text-transform: uppercase;
}

.pm-am {
    margin-left: 4px;
}

.icon-login {
    width: 10px;
    height: 5px;
    background-position: -3px -231px;
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
}

.header-login-area .dropdown-menu {
    left: inherit;
    right: 0;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
MENUS STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.header-nav-area {
    min-height: 50px;
}


.heade-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navigation-container { width: 100%; }
.heade-menu>ul:first-child { display: flex;
    max-width: 1170px;
    margin: 0 auto; justify-content: space-between}

.heade-menu ul li {
    display: block;
    position: relative;
}

.heade-menu>ul>li {
    /*float: left;*/
    line-height: 50px;
    margin-left: 1px;
    padding: 0 5px;
}

.heade-menu>ul>li:last-child a {
    padding-right: 0;
}

.heade-menu ul li#menu-item-4103 {
    display: none;
}

.heade-menu ul li a {
    font-size: 14px;
    font-weight: 300;
    color: #34393d;
    display: block;
    text-transform: uppercase;
/*    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;*/
	font-family: 'Montserrat';
    font-weight: 600;
}

.heade-menu>ul>li>a {
    padding: 0 16px
}

.heade-menu>ul>li>a:hover,
.heade-menu>ul>li.current-menu-item>a {
    color: #CF4520;
}

.home-menu {
    margin-top: 14px;
    margin-right: 10px;
}

.home-menu a {
    background-image: url(../images/home-icon.png);
    background-size: 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;

    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    text-indent: -999em;
    font: 0/0 a;
    line-height: 22px;
}

.heade-menu ul ul {
    position: absolute;
    top: 150%;
    left: 50%;
    padding: 0;
    width: 210px;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    background-color: #fff;
  	margin-left: -105px;
}

.heade-menu ul>li:last-child {
  
}

.heade-menu ul>li:last-child ul{
    right: 0;
}
.heade-menu ul>li.menu-right-child ul {
    left: inherit;
    right: 0;
}

.heade-menu ul ul ul {
    top: 50%;
    left: 100%;
  margin-left: 0px;
}

.heade-menu ul>li:last-child ul ul,
.heade-menu ul>li.menu-right-child ul ul {
    top: 50%;
    right: 100%;
    left: inherit;
}

.heade-menu ul ul ul li#menu-item-91 ul, 
.heade-menu ul>li.menu-right-child ul ul li#menu-item-91 ul.sub-menu,
.heade-menu ul ul ul li#menu-item-93 ul, 
.heade-menu ul>li.menu-right-child ul ul li#menu-item-93 ul.sub-menu{
    right: -100%;
}

.heade-menu ul ul li:hover>ul {
    top: -5px;
}

.heade-menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 100%;   
}
.heade-menu li:hover>ul.sub-menu:first-child {
    
}

.heade-menu ul ul li {
    float: none;
    display: block;
    /*border-bottom: solid 1px #f5f5f5;
    background-color: white;*/
}

.heade-menu ul:first-child ul:first-of-type {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 5.5px;
    box-shadow: 0 5px 2px 0.5px rgba(0, 0, 0, 0.11);
    padding-top: 5px;
    border-top: 2px solid #b9b9b9;
}
.heade-menu ul ul li:hover>ul {
    padding-bottom: 0;
    padding-top: 0;
    border-top: none !important;
    border-top-right-radius: 8px;
}

.heade-menu ul ul li a {
    text-align: left;
    color: #34393d;
        font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    padding: 7.5px 10px;
    display: block;
    text-transform: capitalize;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.heade-menu ul ul li a:hover,
.heade-menu ul ul>li.current_page_item>a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff0ec;
    color: #d2451e;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
BANNER SLIDER STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.banner-slider-container {
    margin-top: 110px
}

.banner-slider-container,
.banner-slider-container .banner-slider {
    min-height: 640px;
}

.banner-slider-container {
    overflow: hidden;
}

.banner-slider-container .flexslider .slides>li {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
  background-size: cover;
    height: 633px;
}

.banner-slider-container .slides>li img {
    display: none;
}

.banner-slider-container .flexslider {
    margin: 0;
    background: #fff;
    border: none;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    zoom: 1;
}

.flex-direction-nav {
  z-index: 25;
}

.banner-slider-container .flex-direction-nav {
    position: relative;
/*    max-width: 1200px;*/
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 355px;
}

.banner-slider-container .flex-direction-nav:after,
.banner-slider-container .flex-direction-nav:before {
    content: '';
    display: block;
    clear: both;
}

.banner-slider-container .flex-direction-nav a {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: white;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    text-indent: -999em;
    z-index: 999;
    margin-top: -24px;
}

.banner-slider-container .flex-direction-nav a:hover {
    background-color: #CF4520;
}

.banner-slider-container .flex-direction-nav .flex-prev {
    left: 0;
background-position: -313px -77px;
        border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.banner-slider-container .flex-direction-nav .flex-next {
    right: 0;
    background-position: -357px -77px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.banner-slider-container .flex-direction-nav a:before {
    display: none;
}

.banner-slider-container .flexslider .slides img {
    width: auto;
    height: auto;
    max-width: inherit;
}

.banner-container {
    position: relative;
}

.banner-search-area {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    height:1px;
}

.banner-search-area .wrapper {
    position: relative;
    height: 100%;
}

.inner-banner-search-area {
    position: absolute;
	right: 10%;
    top: 45%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.675);
    padding: 24px 60px 14px 36px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.inner-banner-search-area .banner-search-form-area {
    max-width: 550px;
}

.inner-banner-search-area:after {
    content: '';
    display: none;
    position: absolute;
    bottom: -50px;
    right: 0;
    width: auto;
  	/*background-image: url(http://helloperth.cartel-dev.link/wp-content/uploads/2019/05/triange-curve.png);*/
    width: 50px;
    height: 50px;
    background-size: cover;
    opacity: 0.675;
}

.banner-search-area h2 {
	font-size: 20px;
    font-weight: 400;
    color: #d2441e;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 0.9;
    padding: 2.5px 7px 7px 10px;
}

.banner-search-area p {
    margin-bottom: 12px;
    /*
  font-weight: 500;
  font-size: 14px;
  */
    font-weight: 300;
    font-size: 17px;
    color: #34393d;
}

.banner-search-area input[type=text] {
    height: 42px;
    border: solid 1px #c2c7cc;
    min-width: 280px;
    padding-right: 132px;
    padding-left: 32px;
    border-radius: 25px;
}

.banner-search-form-area {
    position: relative;
    margin-bottom: 5px;
}

.banner-search-form-area:before {
    content: '';
    display: block;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -215px -5px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 14px;
    left: 15px;
}

.banner-search-area input[type=submit],
.banner-search-area .btn-banner-search {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    text-transform: uppercase;
    border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    background-color: #CF4520;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
      background-color: #d2441e;
    border-radius: 25px;
    padding: 10px 30px;
    margin-right: -17px;
}

.banner-search-area input[type=submit]:hover,
.banner-search-area .btn-banner-search:hover {
    background-color: #6D6F71 !important;
}

.banner-search-area p.advance-search-text {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
}

.advance-search-text a {
    color: #747575;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Montserrat';
    font-weight: 500;
    /* text-indent: 20px; */
    /* left: 20px; */
    margin-left: 10px;
    /* margin-top: 10px; */
    position: relative;
    top: 2px;
    text-shadow: 0 1px 2px #c2c7cc85;
}

.advance-search-text a:hover {
    color: #CF4520;
}

.banner-search-area input[type=text]:focus {
    border-color: #CF4520;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(236, 118, 35, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(236, 118, 35, 0.4);
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
NEWS EVENT STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.news-events-container {
    /* background-image: url(../images/event-texture.jpg); */
    background-position: center center;
    background-color: #CF4520;
    padding: 18px 100px 18px 37px;
    margin-bottom: 36px;
    /*
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.28); */
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.news-events-slider .flexslider {
    margin: 0;
    background: transparent;
    border: none;
    position: static;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    zoom: 1;
}

.news-event-image {
    width: 173px;
    height: 88px;
    border: solid 5px #fff;
    overflow: hidden;
    float: left;
}

.news-events-content {
    margin-left: 193px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.news-events-content h2 {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2px;
    font-family: 'Montserrat', sans-serif;
}

.news-events-content p {
    margin-bottom: 5px;
}

.news-events-content p.news-event-add {
    margin-bottom: 0;
    font-size: 14px;
}

.news-event-heading {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 3px;
}

.news-events-container .flex-direction-nav a {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: transparent;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    text-indent: -999em;
    z-index: 999;
    margin-top: 0;
    top: inherit;
}

.news-events-container .flex-direction-nav .flex-prev {
    left: inherit;
    right: 7px;
    background-position: 3px -49px;
    top: 40px;
      border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.news-events-container .flex-direction-nav .flex-next {
    right: 7px;
    background-position: 3px -78px;
    bottom: 13px;
}

.news-events-container .flex-direction-nav a:before {
    display: none;
}

.homenews-event-container .link-view-full,
.homenews-event-container .ui-widget-content a.link-view-full {
    position: absolute;
    top: 13px;
    right: 15px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

.homenews-event-container .link-view-full:hover,
.homenews-event-container .ui-widget-content a.link-view-full:hover {
    color: #424242;
}

.link-view-full .fa {
    font-size: 14px;
}

.news-events-content .copy-paste-block {
    display: none;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
CONTENT STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.section-blocks-header {
    position: relative;
}

.section-blocks-header h2 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #34393d;
    font-size: 22px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-blocks-header .icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
    margin-right: 13px;
}

.icon-best-perth {
    background-position: -56px -52px;
}

.icon-tourist-map {
    background-position: -56px -116px;
}

.best-perth-section {
    margin-bottom: 37px;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
BEST PERTH STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.perth-slider-box {
    position: relative;
  max-height: 300px;
}



.parth-slider-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    z-index: 1;
    height: 100%;
    vertical-align: baseline;
    display: block;
    width: 100%;
}

.parth-slider-title a {
    background-color: transparent;
    color: #fff;
    /*text-transform: uppercase;*/
    /*font-size: 16px;*/
    font-size: 14px;
    line-height: 1.1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  	width: 100%;
    height: 100%;
    vertical-align: baseline;
    display: flex;
    align-items: flex-end;
}

.slider-gradient-overlay {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+100,000000+100&0+62,1+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 62%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 62%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 62%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}


.parth-slider-title a:hover {
    /*background-color: #CF4520;*/
    background-color: rgba(207, 69, 32, .3);
  transition: all 0.3s ease-in-out;
}

.best-perth-section {}

/*.best-perth-section .owl-controls {
    text-align: center;
    position: relative;
    max-width: 74px;
    margin: 0 auto;
}*/

.inner-banner-container .owl-nav .owl-next {
    background-color: none !important;
}

.owl-nav .owl-next {
    background-color: none !important;
}

.best-perth-section .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-color: #989898;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    margin-left: 1px;
    margin-right: 1px;
}

.best-perth-section .owl-dots .owl-dot:hover,
.best-perth-section .owl-dots .owl-dot.active {
    background-color: #3a3a3a;
}

.best-perth-section .owl-prev,
.best-perth-section .owl-next {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -9999em;
    font: 0/0 a;
    position: absolute;
    top: 0;
}

.best-perth-section .owl-prev {
    background-position: 3px -151px;
    left: -20px;
}

.best-perth-section .owl-next {
    background-position: 4px -175px;
    right: -20px;
}

.best-perth-section .owl-carousel .owl-stage-outer {
    margin-bottom: 22px;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
LEFT RIGHT STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.left-right-blocks-container {
    position: relative;
    margin-bottom: 65px;
}

.left-blocks-container {
    float: left;
    width: 74.16666666666667%;
}

.right-blocks-container {
    float: right;
    width: 22.83333333333333%;
      margin-top: -55px;
}

.btn-view-download {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-view-download>.fa {
    margin-left: 3px;
}

.section-blocks-header p {
    font-weight: 300;
    margin-bottom: 0;
}

.section-blocks-header>p>a {
    color: #000;
    text-decoration: underline;
}

.section-blocks-header>p>a:hover {
    color: #CF4520;
}


/*%%%%%%%%%%%%%%%%%%%%
PERTH TOURIST MAP LISTS STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.perth-tourist-map-lists {
    position: relative;
}

.perth-tourist-lists-image {
    position: relative;
    margin-bottom: 14px;
      overflow: hidden;
    border-radius: 8px;
}

.perth-tourist-lists-con {
    font-weight: 300;
}

.perth-tourist-lists-text {
    min-height: 76px;
}

.perth-tourist-lists-text p {
    margin-bottom: 0;
}

.perth-tourist-lists-btn {
    margin-bottom: 0;
}

.btn-perth-tourist {
    font-weight: 300;
    font-size: 14px;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%
RIGHT BLOCKS STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.inner-click-extra-blocks {
    position: relative;
    min-height: 328px;
    overflow: hidden;
    text-align: center;
}

.click-extra-blocks {
    position: relative;
    margin-bottom: 30px;
}

.click-extra-blocks-image img {
    max-width: inherit;
}

.inner-click-extra-blocks a {
    display: block;
}

.click-extra-blocks-title {
    position: absolute;
    left: 0;
    bottom: 49px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.59);
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.15;
    padding: 9px 31px 15px;
    text-align: left;
    display: inline-block;
    max-width: 217px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.inner-click-extra-blocks a:hover .click-extra-blocks-title {
    background-color: #CF4520;
    background-color: rgba(236, 118, 35, 0.59);
}

.icon-arrow2 {
    position: absolute;
    bottom: 16px;
    right: 15px;
    width: 10px;
    height: 14px;
    background-position: -116px -114px;
    display: inline-block;
    vertical-align: middle;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%
GUIDES STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.main-base-container {
    background-color: #EEEEEE;
    /* background-image: url(../images/main-base-texture.jpg); */
}

.guides-available-image-area {
    width: 274px;
    float: left;
    position: relative;
}

.guides-available-image {
    position: absolute;
    left: 0;
    top: -37px;
}

.guides-available-content {
    margin-left: 309px;
    /*padding-top: 57px;*/
    padding-top: 36px;
    padding-bottom: 71px;
}

.guides-available-title {
    font-size: 19px;
    line-height: 1.1;
    color: #34393d;
    font-weight: 400;
    margin-bottom: 13px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.guides-available-con {
    color: #34393d;
    font-weight: 300;
}

.btn-guides-available {
    background-color: #CF4520;
    font-weight: 300;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 33px;
    padding: 12px 10px 12px 21px;
    display: block;
    text-align: left;
    margin-bottom: 15px;
}

.clearleft {
    clear: left;
}

.btn-guides-available:hover {
    background-color: #CF4520;
}

.btn-guides-available .icon {
    height: 33px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}

.icon-download {
    background-position: -169px -45px;
}

.icon-download1 {
    background-position: -223px -45px;
    margin-right: 7px;
}

.icon-download2 {
    background-position: -273px -45px;
    margin-right: 7px;
}

.icon-download3 {
    background-position: -169px -104px;
    margin-right: 7px;
}

.btn-guides-available .icon-download2 {
    width: 20px;
    margin-left: -9px;
}

.icon-arrow {
    width: 11px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    background-position: -114px -54px;
    position: absolute;
    top: 13px;
    right: 13px;
}

.foot-menu ul li#menu-item-4107 {
    margin-top: 0px;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
INNER PAGE STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.inner-banner-container {
    /*margin-bottom: 30px;*/
}

.home .main {
    padding-top: 0;
}

/*.main {
    min-height: 900px;
}*/

.inner-explore-search-area {
    /* background-image: url(../images/event-texture.jpg); */
    background-position: center center;
    background-color: #f3f3f7;
    padding: 28px 30px;
    margin-bottom: 36px;
    /*
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.28); */
    position: relative;
}

.page-inner-content-area {
    background-color: #fff;
}

.inner-left-container {
    float: left;
    width: 71.08333333333333%;
}

.inner-right-container {
    float: right;
    width: 26.5%;
    margin: 50px 0 0 0;
}

.site-heading {
    margin-bottom: 12px;
}

.site-heading h2 {
    margin-bottom: 0;
    color: #CF4520;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: capitalize;
}

.inner-blocks-cts-area .perth-slider-box {
    margin-bottom: 36px;
}

.inner-blocks-cts-area .parth-slider-title {
    color: #fff;
    /*text-transform: uppercase;*/
    /*font-size: 16px;*/
    font-size: 14px;
    line-height: 1.1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 14px;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
background: rgba(76,76,76,0);
background: -moz-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(36,36,36,0) 52%, rgba(0,0,0,1) 100%) !important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,0)), color-stop(52%, rgba(36,36,36,0)), color-stop(100%, rgba(0,0,0,1))) !important;
background: -webkit-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(36,36,36,0) 52%, rgba(0,0,0,1) 100%) !important;
background: -o-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(36,36,36,0) 52%, rgba(0,0,0,1) 100%) !important;
background: -ms-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(36,36,36,0) 52%, rgba(0,0,0,1) 100%) !important;
background: linear-gradient(to bottom, rgba(76,76,76,0) 0%, rgba(36,36,36,0) 52%, rgba(0,0,0,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000', GradientType=0 ) !important;
    padding-top: 80px;

}
.inner-blocks-cts-area .parth-slider-title .icon {
  display: none;
}

.inner-blocks-cts-area a .parth-slider-image img {
	transform-origin: 65% 75%;
  transition: transform 0.3s, filter .5s ease-out;
}
.inner-blocks-cts-area a:hover .parth-slider-image img {
  transform: scale(1.1);
}

.btn-more {
    position: relative;
}

.page-content p:last-child {
    margin-bottom: 0;
}

.inner-map-container iframe {
    margin-bottom: 10px;
}

.click-large-view-map {
    font-size: 12px;
    font-weight: 300;
    color: #000;
}

.click-large-view-map:hover {
    color: #CF4520;
}

.icon-search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    width: 17px;
    height: 17px;
    background-position: -273px -6px;
}

.inner-explore-search-area .grid-row {
    display: flex;
    align-items: center;
}

.inner-explore-search-area .grid-row-2 {
    padding-left: 10px;
}

.explore-search-blocks {
    color: #fff;
    font-size: 15px;
}

.explore-search-title {
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 0;
    color: #cf4520;
}

.explore-search-blocks p {
    margin-bottom: 0;
}

.explore-search-form {
    position: relative;
}

.explore-search-form:before {
    content: '';
    display: block;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -215px -5px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 14px;
    left: 15px;
}

.explore-search-form input[type=text],
.explore-search-form .form-control {
    height: 42px;
    border: solid 1px #c2c7cc;
    min-width: 280px;
    padding-right: 132px;
    padding-left: 32px;
    border-radius: 25px;
}

.explore-search-form input[type=submit],
.explore-search-form .btn-banner-search {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    text-transform: uppercase;
    border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    background-color: #231003;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.explore-search-form input[type=submit]:hover,
.explore-search-form .btn-banner-search:hover {
   /* background-color: #6D6F71;*/
}

.explore-search-form>form {
    margin-bottom: 7px;
}

.explore-search-form p {
    margin-bottom: 0;
}

.explore-search-form p a {
    color: #180b01;
    font-size: 13px;
}

.inner-banner-container .owl-nav {
    margin-right: auto;
    margin-left: auto;
}

.post-sliders-container .owl-carousel .owl-nav .owl-prev, .inner-banner-container .owl-carousel .owl-nav .owl-prev {
    background-color: transparent;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    text-indent: -999em;
    z-index: 999;
    margin-top: -24px;
    position: absolute;
    left: 0;
    background-position: -100px 12px;
    top: 50%;
  margin-top: -24px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.post-sliders-container .owl-carousel .owl-nav .owl-next, .inner-banner-container .owl-carousel .owl-nav .owl-next {
    background-color: transparent;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    text-indent: -999em;
    z-index: 999;
    margin-top: -24px;
    position: absolute;
    right: 0;
    background-position: -148px 12px;
    top: 50%;
  margin-top: -24px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.inner-banner-container .owl-next, .inner-banner-container .owl-prev {
  margin-top: -24px !important;
}


/*.inner-banner-container .owl-carousel .owl-nav {
    position: relative;
}*/

.inner-banner-container .owl-carousel .owl-nav .owl-prev:hover,
.inner-banner-container .owl-carousel .owl-nav .owl-next:hover {
    /*background-color: #CF4520;*/
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
POPUP STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.perth-popup-container {
    background-color: #fff;
    padding: 93px 64px 80px;
    text-align: left;
    max-width: 950px;
    margin: 40px auto;
    position: relative;
}

.perth-popup-container-inner {}

.perth-popup-left-container {
    float: left;
    width: 52.4%;
}

.perth-popup-right-container {
    float: right;
    width: 45%;
    font-weight: 300;
}

.perth-popup-title {
    font-size: 30px;
    color: #CF4520;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.perth-popup-list-address {
    margin-bottom: 15px;
    padding: 0;
    margin-top: 0;
}

.perth-popup-list {
    display: block;
    padding: 1px 0 5px 0px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
    position: relative;
    padding-left: 36px;
}

.perth-popup-list .icon {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin-right: 9px;
    position: absolute;
    top: 0;
    left: 0;
}

.perth-popup-list-icon {
    background-position: -429px -7px;
}

.perth-popup-list-icon1 {
    background-position: -429px -38px;
}

.perth-popup-list-icon2 {
    background-position: -429px -69px;
}

.perth-popup-list-icon3 {
    background-position: -429px -100px;
}

.mfp-close-btn-in .perth-popup-container .mfp-close {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -323px -1px;
    width: 27px;
    height: 27px;
    margin-top: 15px;
    margin-right: 15px;
    text-indent: -9999em;
}

@media (min-width: 1025px) {
    body .mfp-container {
        left: 50%;
        margin-left: -475px;
        width: 950px;
    }
}

.mfp-container button.mfp-arrow {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    margin-top: -13px;
}

.mfp-container button.mfp-arrow:after,
.mfp-container button.mfp-arrow:before {
    display: none;
}

.mfp-arrow-left {
    background-position: -326px -50px !important;
    left: 40px;
}

.mfp-arrow-right {
    background-position: -375px -50px !important;
    right: 40px;
}

.mfp-arrow-left:hover {
    background-position: -326px -90px !important;
}

.mfp-arrow-right:hover {
    background-position: -375px -90px !important;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SINGLE STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.breadcrumbs {
  	margin-top: 25px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #232323;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .breadcrumbs {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.breadcrumbs>* {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.breadcrumbs>a {
    padding-right: 13px;
    position: relative;
}

.breadcrumbs>a:after {
    content: '\203A';
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    position: absolute;
    top: -1px;
    right: 0;
    line-height: 18px;
}

.single-container .site-heading {
    padding-bottom: 5px;
}

.single-container .site-heading h2 {
    color: #cf4520;
    font-size: 24px;
}

.single-container .grid-row {
    margin-left: -20px;
}

.single-container .grid-row-3,
.single-container .grid-row-7,
.single-container .grid-row-2,
.single-container .grid-row-7a,
.single-container .grid-row-5a {
    padding-left: 20px;
}

.single-loaction h4 {
    font-size: 20px;
    color: #232323;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    line-height: 26px;
}

.location-title-icon {}

.map_box {
    padding-left: 33px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -429px -38px;
    height: 30px;
    padding-top: 3px;
    font-size: 15px;
}

.single-loaction {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 35px;
}

.tel-number-icon,
.website-icon,
.perth-popup-list-icon3 {
    margin-bottom: 5px;
    padding-left: 40px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}

.tel-number-icon {
    background-position: -429px -69px;
    font-size: 18px;
    color: #232323;
    font-weight: 700;
}

.website-icon {
    background-position: -429px -132px;
    color: #e86f19;
    font-size: 16px;
    /* 18px */
    font-weight: 300;
    padding-bottom: 5px;
}

.single-loaction .perth-popup-list-icon3 {
    /*background-position: -429px -132px;*/
    color: #e86f19;
    font-size: 16px;
    /* 18px */
    font-weight: 300;
    padding-bottom: 5px;
}

.website-icon a {
    color: #e86f19;
    text-decoration: underline;
    word-wrap: break-word;
}

.single-content-area {
    /*margin-bottom: 47px;*/
}

@media (min-width: 1025px){
  .single-quick-con-area {
      padding-left: 35px;
  }
}

textarea {
  resize: none;
}
.single-quick-con-area h4 {
	font-size: 20px;
    line-height: 1.2;
    color: #cf4520;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    font-weight: 300;
}
.single-quick-con-area .fas {
	color: #cf4520;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 2px;
      max-width: 13.5px;
}

.single-quick-con-area p {
    margin-bottom: 8px;
    color: #666;
}

.single-quick-con-area p:last-child {
    margin-bottom: 0;
}

.single-quick-con-area .form-control {
	color: #a8a8a8;
    font-weight: 300;
    font-size: 14px;
    height: 45px;
    font-family: 'Montserrat', sans-serif;
    border: 0px;
    box-shadow: none;
    border-bottom: 1px solid #d5d5d5;
}

.single-quick-con-area textarea.form-control {
    height: 91px;
}

.single-quick-con-area .btn-submit {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    padding: 18px 55px;
    background: #d2451e;
}

.single-container {
    margin-bottom: 46px;
}

.single-slider-area .flexslider {
    border: none;
    margin: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.single-slider-area .single-slider-flex {
    margin-bottom: 14px;
}

.single-carousel-flex .slides>li {
    margin-left: 14px;
}

.single-carousel-flex .slides {
    margin-left: -14px;
}

.single-slider-area .flex-direction-nav:after,
.single-slider-area.flex-direction-nav:before {
    content: '';
    display: block;
    clear: both;
}

.single-slider-area .flex-direction-nav a {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #040611;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    text-indent: -999em;
    z-index: 999;
    margin-top: -24px;
}

.single-slider-area .flex-direction-nav a:hover {
    background-color: #CF4520;
}

.single-slider-area .flex-direction-nav .flex-prev {
    left: 0;
    background-position: -100px 12px;
        border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.single-slider-area .flex-direction-nav .flex-next {
    right: 0;
    background-position: -148px 12px;
}

.single-slider-area .flex-direction-nav a:before {
    display: none;
}

.single-carousel-flex .slides>li img {
    cursor: pointer;
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.single-carousel-flex .slides>li.flex-active-slide img {
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    /*filter: url(#greyscale);*/
    filter: none;
}

.single-slider-area svg {
    height: 1px;
}

.single-slider-area {
    margin-top: 40px;
}

.single-map-area>div {
    width: 100% !important;
}

.single-map-area .info-title h2 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}

.single-map-area .info-content p {
    margin-bottom: 10px;
}

.perth-tourist-map>div {
    width: 100% !important;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
FOOTER STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.footer-container {
    background-color: #232323;
    padding-top: 46px;
    padding-bottom: 27px;
}

.footer-container-top {
    padding-bottom: 11px;
    border-bottom: solid 1px #484848;
}

.footer-social {
    float: right;
    width: auto;
}

.footer-nav-area {
    margin-right: 250px;
}

.foot-menu {
    margin-top: 16px;
}

.foot-menu.white-text {
    margin-top: 0px;
}

.foot-menu ul,
.footer-social ul {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    list-style-type: none;
}

.foot-menu li,
.footer-social li {
    display: inline-block;
    /*vertical-align: middle;*/
}

.foot-menu li {
    margin-right: 11px;
}

.foot-menu li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    display: block;
}

.foot-menu.white-text li a {
    color: #fff !important;
}

.foot-menu li.advertise-menu a {
    background-color: #6E6F73;
    color: #fff;
    padding: 4px 10px;
    border-radius: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

.foot-menu li.advertise-menu a:hover {
    background-color: #CF4520;
    color: #fff;
}

.foot-menu li a:hover,
.foot-menu li.current-menu-item a {
    color: #CF4520;
}


.foot-menu li.white-text a:hover,
.foot-menu li.current-menu-item.white-text a {
    color: #fff !important;
}

.footer-social li {
    margin-left: 3px;
}

.footer-social li a {
    color: #272727;
    background-color: #48494a;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    font-size: 23px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.footer-social li a:hover {
    background-color: #CF4520;
    color: #fff;
}

.footer-base-left {
    display: inline-block;
    vertical-align: top;
}

.footer-base-right {
    float: right;
}

.footer-container-base p {
    margin-bottom: 0
}

.footer-container-base {
    color: #656565;
    font-size: 13px;
    padding-top: 14px;
}

.footer-container-base a {
    color: #aaa;
}

.footer-container-base a:hover {
    color: #fff;
}


/*=========================
LOGIN STYLES
=============================*/

.login-container {
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
}

.login-page-inner {
    max-width: 582px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.login-page-inner {
    margin-top: 8.4%;
    margin-bottom: 10.65%;
    padding: 36px 64px 54px 50px;
}

.login-page-inner .site-heading h2 {
    color: #232323;
    font-size: 40px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
}

.login-form-grp {
    margin-bottom: 11px;
}

.login-form-grp dt {
    float: left;
}

.login-form-grp dt label {
    font-size: 18px;
    color: #232323;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-top: 8px;
}

.login-form-grp dd {
    margin-left: 95px;
    margin-bottom: 21px;
}

.login-form-grp dl {
    margin: 0;
}

.login-form-grp dd label {
    font-size: 15px;
    color: #232323;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.login-form-grp .form-control {
    background-color: #f4f2f2;
    border-color: #c1c1c1;
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
}

.login-form-extra {
    text-align: right;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.login-form-extra a {
    color: #000;
}

.login-form-extra a:hover {
    color: #CF4520;
}

.btn-signup {
    font-size: 20px;
    font-weight: 500;
    padding: 7px 29px;
    margin-bottom: 18px;
}

.forget-p a {
    clear: both;
    display: inherit;
}

.login-form-extra .forget-p {
    margin-bottom: 5px;
}

.login-form-extra p {
    margin-bottom: 0;
}


/*=============================
ADVANCE SEARCH
==============================*/

.input-field-group {
    margin-right: 139px;
}

.submit-field {
    float: right;
}

.input-field-group .input-field {
    float: left;
    padding-right: 8px;
}

.input-field-group .input-field1 {
    width: 21.66650987770461%;
}

.input-field-group .input-field2 {
    width: 34.24270931326435%;
}

.input-field-group .input-field3 {
    width: 21.99909689557855%;
}

.input-field-group .input-field4 {
    width: 21.99909689557855%;
}

.advance-search-field-group .input-field-group input[type=text],
.advance-search-field-group .input-field-group select,
.advance-search-field-group .input-field-group .custom-combobox-input {
	background-color: #fff;
    border-color: #ececec;
    padding-left: 12px;
    padding-right: 6px;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    text-transform: capitalize;
}

.advance-search-field-group .input-field-group .custom-combobox-input,
.advance-search-field-group .input-field-group .custom-combobox-toggle {
    background: #f4f2f2;
}

.advance-search-field-group .input-field-group .ui-state-hover,
.advance-search-field-group .input-field-group .ui-widget-content .ui-state-hover,
.advance-search-field-group .input-field-group .ui-widget-header .ui-state-hover,
.advance-search-field-group .input-field-group .ui-state-focus,
.advance-search-field-group .input-field-group .ui-widget-content .ui-state-focus,
.advance-search-field-group .input-field-group .ui-widget-header .ui-state-focus {
    /*background: #f4f2f2;*/
}

.advance-search-field-group .input-field-group .custom-combobox-input {
    width: 100%;
}

.advance-search-field-group .input-field-group .custom-combobox {
    display: block;
}

.advanced-search-container {
    margin-bottom: 34px;
}

.btn-ad-search {
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 26px;
    padding-right: 26px;
    width: 138px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.advance-search-lists {
    margin-bottom: 32px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #d5d5d5;
}

  .pagination {
    margin: 10px 0;
    list-style-type: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.pagination li {
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}
.pagination li:hover {
    background: transparent !important;
    color: #cf4520 !important;
}
.pagination li a {
    text-decoration: none !important;
    color: #bababa !important;
      font-size: 18px;
  padding: 15px;
}
.pagination li.active {
	background: transparent !important;
    color: #cf4520 !important;
        font-size: 18px;
  padding: 15px !important;
}


/*==============================
REGISTRATION STYLES
===============================*/

.registration-container {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 5.6%;
    margin-bottom: 6.3%;
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    padding: 30px 30px 40px;
}

.registration-container .site-heading h2 {
    color: #232323;
    font-size: 40px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
}

.registration-container dt {
    float: left;
}

.registration-container dt label {
    font-size: 18px;
    color: #232323;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-top: 8px;
}

.registration-container dd {
    margin-left: 157px;
    margin-bottom: 21px;
}

.registration-container dl {
    margin: 0;
}

.registration-container dd label {
    font-size: 15px;
    color: #232323;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.registration-container .form-control {
    background-color: #f4f2f2;
    border-color: #c1c1c1;
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
}

.registration-block {
    width: 50%;
    padding: 0 18px;
    float: left;
    margin: 0;
    /*background:#f8f8f8;*/
}

.registration-devider {
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 35px;
}

.captcha-code-area img {
    float: left;
}

.registration-block .captcha-code-area>div {
    vertical-align: middle;
    margin-left: 114px;
    display: block;
    width: auto;
}

.registration-block .captcha-code-area input {}

.registration-btn-group {
    text-align: right;
    /*margin:25px 33px 0 0;*/
}


/*======================================
PAYMENT STYLES
========================================*/

.payment-table-block {
    background-color: #f4f2f2;
    border: solid 1px #c1c1c1;
    border-radius: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    display: block;
    position: relative;
    padding: 24px;
    color: #232323;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.payment-table-block:hover,
.payment-table-block.active {
    background-color: #CF4520;
    color: #fff;
    border-color: #CD5500;
}

.payment-table-block h2 {
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.payment-table-block h3 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.payment-table-block h3>em {
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    color: #CF4520;
}

.payment-table-block h3>span {
    display: block;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.4;
    color: #696969;
}

.payment-table-block:hover h3>span,
.payment-table-block:hover h3>em {
    color: #fff;
}

.payment-table-price-area {
    min-width: 125px;
    min-height: 125px;
    line-height: 125px;
    background-color: #fff;
    border: solid 1px #c1c1c1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #CF4520;
    margin-bottom: 12px;
}

.payment-table-price-area {
    margin-top: 80px;
}

.payment-content-area .grid-row-4+.grid-row-4+.grid-row-4+.grid-row-4 .payment-table-price-area {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .payment-table-price-area {
        margin-top: 54px;
    }
}

@media (max-width: 1024px) {
    .payment-table-price-area {
        margin-top: 0px;
    }
}

.payment-table-block:hover .payment-table-price-area {
    border-color: #CD5500;
}

.payment-table-price-area p {
    margin-bottom: 0;
}

.payment-table-month-area,
.payment-table-description-area {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
}

.payment-table-description-area {
    margin-bottom: 14px;
}

.payment-content-area {
    margin-bottom: 68px;
}

.subcribe-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    padding: 5px 27px;
    margin-bottom: 13px;
}

.payment-table-block:hover .subcribe-btn {
    background-color: #fff;
    color: #CF4520;
}

.payment-table-lists-description-area {
    margin-bottom: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
}

.payment-table-lists-description-area ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: left;
}

.payment-table-lists-description-area li {}

.payment-table-lists-description-area li:before {
    content: '';
    display: inline-block;
    vertical-align: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background-color: #232323;
    margin-right: 5px;
}

.payment-table-block:hover .payment-table-lists-description-area li:before {
    background-color: #fff;
}


/*==================================
ADD DIRECTORY STYLES
====================================*/

.form-group-lists-div {
    margin-bottom: 14px;
}

.form-group-lists-div>label {
    font-size: 15px;
    font-weight: 400;
}

div.mce-edit-area {
    border: 1px solid #e5e5e5 !important;
}

.directories-checkbox {
    margin: 0;
    list-style-type: none;
    padding: 14px;
    background-color: #F5F5F5;
}

.directories-checkbox li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.directories-checkbox input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.upload-image-img {

    display: inline-block;
    vertical-align: middle;
}

.upload-btn-group {
    display: inline-block;
    vertical-align: bottom;
}

.upload-image-block {
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 12px;
}

.btn-remove-image {
    background-color: #838383;
}

.btn-remove-image:hover {
    background-color: #a3a3a3;
}

#address.table>tbody>tr>td {
    border-top: none;
}
/*.inner-right-container.map-main-container.map-main-container,*/
.inner-right-container.map-section-li{
    width: 21%;
}

/*=================================
NEWS EVENT STYLES
======================================*/

.news-event-container {
    position: relative;
    margin-bottom: 20px;
}

.news-event-container .site-heading {}

.news-event-container .site-heading h2 {
    color: #232323;
    font-size: 40px;
    line-height: 1.1;
    padding-bottom: 12px;
    font-weight: 300;
}

.news-event-figure {
    max-width: 227px;
    float: left;
}

.news-event-figure a {
    display: block;
}

.news-event-figure img {
    border: solid 5px #c5c5c6;
}

.news-event-content {
    margin-left: 246px;
}

.news-event-container .hentry {
    padding-top: 30px;
    border-top: solid 1px #bbc1c6;
    margin-bottom: 25px;
    overflow: hidden;
}

.news-event-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.news-event-footer {
    font-size: 15px;
    font-weight: 700;
    color: #232323;
}

@media (max-width: 1024px) {
    .news-event-figure {
        float: none;
        max-width: inherit;
        margin-bottom: 15px;
    }
    .news-event-content {
        margin-left: 0;
    }
    .news-event-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.perth-popup-container>div {
    width: 100% !important;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
PROFILE STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.usre-profile-menu {}

.usre-profile-menu ul {
    margin: 0 0 18px;
    padding: 0;
}

.usre-profile-menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 3px;
}

.upload-btn {
    width: 200px;
    height: 150px;
    text-align: center;
    font-size: 70px;
}

.upload-btn .fa {
    display: block;
}

.upload-btn span {
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}

.form-group-lists-div .upload-image-img {
    max-width: 200px;
}

.btn-remove-image,
.remove-gal-image {
    color: #CF4520;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    font-size: 24px;
    padding: 0 2px;
    line-height: 20px;
    background-color: #fff;
    border: none;
    position: absolute;
    top: -10px;
    right: -10px;
}

.upload-image-img {
    position: relative;
}

#bulk-image-box .upload-image-img {
    margin-right: 7px;
}

@media (max-width: 1024px) {
    .profile-container .page-inner-content-area {
        padding-left: 18px;
        padding-right: 18px;
    }
    .inner-full-container,
    .advanced-search-container,
    .payment-content-area {
        padding-left: 15px;
        padding-right: 15px;
    }
    .payment-content-area .grid-row {
        margin-left: -15px;
    }
    .payment-content-area .grid-row-4 {
        padding-left: 15px;
    }
    .payment-table-block h3 {
        font-size: 20px;
    }
    .payment-table-block h2 {
        font-size: 26px;
    }
    .subcribe-btn {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .payment-content-area .grid-row-4 {
        width: 50%;
    }
    .payment-table-block {
        margin-bottom: 15px;
    }
    .payment-table-lists-description-area ul {
        text-align: center;
    }
    .payment-table-button-area input[type=image] {
        clear: both;
        margin: 0 10%;
    }
}

@media (max-width: 1024px) {
    .profile-container .registration-block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .profile-container .registration-devider {
        margin-left: 0;
        margin-right: 0;
    }
    .profile-container .page-inner-content-area {
        padding-left: 15px;
        padding-right: 15px;
    }
    .input-field-group .input-field {
        width: 100%;
        margin-bottom: 5px;
    }
    .input-field-group {
        margin-right: 0;
    }
    .payment-content-area .grid-row-4 {
        width: 100%;
    }
}

.pagination {
    display: block;
    margin: 10px 0;
}

.news-event-container {
    min-height: 700px;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.map-download-title {
    font-size: 20px;
    margin: 0 0 1px;
    color: #717171;
    font-weight: 500;
    line-height: 1.1;
}

.download-list li img {
    border: 1px solid #f4f2f2;
    height: 189px;
    width: 244px;
    display: block;
    margin: 0px auto;
}

.product_img_part {
    border: 1px solid #D2D2D2;
    padding: 5px;
    height: 200px;
}

.map-download-container li p {
    margin-bottom: 10px;
}

.map-download-list-inner {
    margin-bottom: 20px;
}

.main-map-download-container {}

@media (max-width: 1024px) {
    .main-map-download-container .wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
    .map-download-title {
        font-size: 16px;
        min-height: 34px;
    }
    .map-download-container .grid-row-4 {
        padding-left: 10px;
    }
    .map-download-container .grid-row {
        margin-left: -10px;
    }
    .map-download-container .page-inner-content-area {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*.homenews-event-container .ui-tabs .ui-tabs-nav li.ui-state-active,
.homenews-event-container .ui-widget-content .ui-state-active,
.homenews-event-container .ui-widget-header .ui-state-active {
    border: none;
    /*background-color: #CF4520;
}

.homenews-event-container .ui-tabs .ui-tabs-nav li.ui-state-active a,
.homenews-event-container .ui-widget-content .ui-state-active a,
.homenews-event-container .ui-widget-header .ui-state-active a {
    color: #fff;
    /*text-transform: capitalize;
}

.homenews-event-container .ui-tabs .ui-tabs-nav li {
    background-color: #AF5A2F;
    color: #333;
    text-transform: capitalize;
}

.homenews-event-container .ui-tabs .ui-tabs-nav li a {
    color: #FFF;
    text-transform: capitalize;
}

.homenews-event-container #tabs {
    padding: 0;
}*/

@media (max-width: 1024px) {
    /*.homenews-event-container #tabs {
        margin-top: 0;
    }*/
    .pagination {
        margin: 15px 0 0 !important;
    }
}

/*.news-event-text {
    color: #232323;
}*/


/*%%%%%%%%%%%%%%%%%%%%%%%
CONTACT STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.contact-form-grp {
    max-width: 50%;
}

.contact-form-grp dt {
    display: block;
}

.contact-form-grp dd {
    display: block;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 15px;
}

.contact-form-grp dt>label {
    font-size: 18px;
    color: #232323;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-top: 8px;
}

.login-form-extra-left {
    text-align: left;
}

.site-heading-samll {
    margin-top: 20px;
}

.registration-container .site-heading-samll>h2 {
    font-size: 27px;
    color: #CF4520;
}

@media (max-width: 1024px) {
    .site-heading-samll {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-form-grp {
        max-width: 100%;
    }
}

.view-profile-container {
    margin-bottom: 15px;
}

.views-directory-title {
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 15px;
    color: #CF4520;
    font-size: 20px;
}

.views-directoryUl {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px;
}

.views-directoryLi {
    font-size: 13px;
    padding: 2px 0;
}

.views-directoryLi>span {
    color: #CF4520;
    font-weight: 700;
}

.mCustomScrollbar-view-directory {
    height: 300px;
    padding: 10px 0 10px 10px;
    border: solid 1px #E8CBB7;
    background-color: #FBF2EC;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #CF4520;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #CF4520;
    background-color: rgba(236, 118, 35.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #CF4520;
    background-color: rgba(236, 118, 35.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #CF4520;
    background-color: rgba(0, 0, 0, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.accord-more,
.accord-less {
    font-size: 9px;
    padding: 2px 5px;
    border-radius: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}


.location-tools{
   
}
.location-tools ul{
    padding: 0;
    margin: 0 0 20px 0;
}
.location-tools ul li{
    display: inline-block;
    text-align: center;
  margin-right: 15px;
}
.location-tools ul li p{
    font-size: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    text-transform: uppercase;
}
.location-tools ul li img{
    width: 35px;
}


.advertisers-square-single {
  position: relative;
  margin-bottom: 15px;
}
.advertisers-square-single h3 {
      position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: 14px;
    padding: 25px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 85%;
    line-height: 20px;
    font-weight: 500;
}
.advertisers-square-single:hover h3 {
  padding-left: 40px;
  width: 90%;
}

.categ-position{
    position: relative;
}
.inner-left-container.attractions-row{
    padding-bottom: 145px;
}
span.icon-custom i.fa-circle{
	color: #CF4520 !important;
}
span.icon-custom i.fa-info,
span.icon-custom i.fa-map-marker{
	color: #fff !important;
}
span.icon-custom{
	font-size: 14px !important;
}
.guides-references-wrapper .desc-holder li a i{
	font-size: 33px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.location-tools.position-location-p ul li i.fa-map-marker{
	font-size: 70px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */


@media all and (min-width: 1025px) {
    .hide-desktop {
        display: none !important;
    }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
    .show-tablet {
        display: block !important;
    }
}

@media all and (max-width: 1024px) {
    .hide-tablet {
        display: none !important;
    }
    /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  HEADER TABLET CSS
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
    .home .header-container {
        position: relative;
    }
    .header-container .wrapper {
        margin-left: 28px;
        margin-right: 28px;
    }
    .site-logo {
        width: 126px;
        padding: 22px 0 16px;
    }
    .header-weather-area:after {
        display: none;
    }
    .header-weather-time-area {
        margin-top: 36px;
        position: relative;
        z-index: 999;
    }
    .header-nav-area {
        min-height: inherit;
    }
    .header-login-area {
        top: 15px;
    }
    .head-login {
        background-color: #fff;
        color: #040611;
        font-size: 16px;
        text-transform: none;
        padding: 0;
        line-height: 20px;
    }
    .head-login .icon-login {
        display: none;
    }
    .head-login:hover {
        color: #CF4520;
        background-color: #fff;
    }
    .header-weather-area {
        padding-right: 0;
    }
    .heade-menu {
        display: none;
    }
    /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  BANNER TABLET CSS
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
    .banner-slider-container .flexslider .slides>li {
        /*background-image: none !important;
    height: auto;*/
        /*height: 340px;*/
        height: 252px;
        background-size: 1020px auto;
        -moz-background-size: 1020px auto;
        -webkit-background-size: 1020px auto;
        -o-background-size: 1020px auto;
        -ms-background-size: 1020px auto;
    }
    .banner-slider-container .slides>li img {
        /*display: block;*/
    }
    .banner-slider-container .flexslider .slides img {
        max-width: 100%;
        width: auto;
    }
    .banner-slider-container,
    .banner-slider-container .banner-slider {
        min-height: inherit;
    }
    .banner-search-area {
        position: relative;
    }
    /* .inner-banner-search-area {
        position: relative;
        background-color: transparent;
        text-align: center;
        padding: 0 40px 32px;
        bottom: 8px;
        right: 0px
    }
    .inner-banner-search-area:after {
        display: none;
    } */
    .banner-search-area h2 br {
        display: none;
    }
    .banner-search-area h2 {
        margin-bottom: 14px;
    }
    .banner-search-area p {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .banner-search-area p br {
        display: none;
    }
    .banner-search-area input[type="submit"],
    .banner-search-area .btn-banner-search {
        font-size: 18px;
        padding: 9px 20px 8px;
    }
    .banner-search-area input[type=text] {
        height: 44px;
        padding-right: 182px;
        padding-left: 40px;
    }
    .banner-search-form-area {
        margin-bottom: 11px;
    }
    .banner-slider-container .flex-direction-nav {
        position: static;
    }
    .banner-slider-container .flex-direction-nav a {
        width: 38px;
        height: 38px;
        line-height: 38px;
        margin-top: -19px;
    }
    .banner-slider-container .flex-direction-nav .flex-prev {
        background-position: 10px -255px;
            border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    }
    .banner-slider-container .flex-direction-nav .flex-next {
        background-position: -38px -255px;
    }
    .banner-search-form-area:before {
        background-position: 0 -302px;
        width: 22px;
        height: 22px;
        top: 12px;
    }

    /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  NEWS EVENT TABLET CSS
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
    .news-events-container {
        padding: 28px;
        margin-bottom: 78px;
    }
    .news-event-heading {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .news-event-image {
        border: 5px solid #fff;
        height: 138px;
        width: 203px;
    }
    .news-events-content {
        margin-left: 246px;
    }
    .news-events-slider .flex-direction-nav {
        background-color: #6d6f71;
        text-align: right;
        min-height: 48px;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        bottom: -48px;
        padding-left: 28px;
        padding-right: 28px;
    }
    .news-events-container .flex-direction-nav a {
        position: static;
    }
    .news-events-slider .flex-direction-nav>li {
        display: inline-block;
        vertical-align: middle;
        margin-top: 12px;
    }
    .news-events-container .flex-direction-nav .flex-prev {
        background-position: -101px -263px;
    }
    .news-events-container .flex-direction-nav .flex-next {
        background-position: -162px -263px;
    }
    .link-view-full,
    .homenews-event-container .link-view-full,
    .homenews-event-container .ui-widget-content a.link-view-full {
        bottom: -33px;
        left: 28px;
        top: inherit;
        width: 130px;
    }
    /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  MAIN TABLET CSS
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
    .section-blocks-header {
        padding-left: 28px;
        padding-right: 28px;
    }
    .parth-slider-title a {
        font-size: 18px;
    }
    .icon-arrow {
        top: 15px;
    }
    .section-blocks-header h2 {
        font-size: 26px;
        line-height: 1;
    }
    .left-blocks-container {
        width: 100%;
    }
    .right-blocks-container {
        width: 100%;
    }
    .section-blocks-header .icon {
        width: 25px;
        height: 25px;
    }
    .icon-best-perth {
        background-position: 0 -342px;
    }
    .icon-tourist-map {
        background-position: -53px -342px;
    }
    .section-blocks-header p {
        font-size: 16px;
    }
    .btn-view-download {
        position: static;
        margin-bottom: 22px;
        clear: both;
        float: right;
        margin-right: 28px;
    }
    .perth-tourist-map {
        margin-bottom: 22px;
    }

    .perth-tourist-map-lists .grid-row {
        margin-left: 0;
    }
    .perth-tourist-map-lists .grid-row-3 {
        padding-left: 0;
        width: 100%;
        margin-bottom: 21px;
    }
    .perth-tourist-lists-text {
        min-height: inherit;
        margin-bottom: 16px;
    }
    .perth-tourist-lists-con {
        font-size: 16px;
        margin-left: 28px;
        margin-right: 28px;
    }
    .perth-tourist-lists-image {
        margin-bottom: 16px;
    }
    .perth-tourist-lists-btn {
        text-align: right;
    }
    .btn-perth-tourist {
        text-transform: none;
        padding: 10px 31px;
    }
    .click-extra-blocks {
        margin-bottom: 1px;
    }
    .click-extra-blocks-title {
        max-width: inherit;
        display: block;
        right: 0;
        bottom: 0;
        padding: 10px 28px;
    }
    .left-right-blocks-container {
        margin-bottom: 0;
    }
    .inner-click-extra-blocks {
        min-height: inherit;
        overflow: visible;
    }
    .click-extra-blocks-image img {
        max-width: 100%;
    }
    .icon-arrow {
        background-position: -236px -266px;
        height: 18px;
        position: static;
        margin-left: 5px;
    }
    .icon-arrow2 {
        position: static;
        margin-left: 5px;
    }

    /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  MAIN BASE TABLET CSS
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
    .main-base-container {
        background-color: #fff;
        background-image: none;
    }
    .guides-available-content {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .guides-available-content .grid-row {
        margin-left: -1px;
    }
    .clearleft {
        clear: none;
    }
    .guides-available-content .grid-row-3 {
        padding-left: 1px;
        width: 25%;
    }
    .btn-guides-available {
        background-color: #d6691f;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        min-height: 261px;
        text-align: center;
        font-weight: 400;
        color: #fff;
        font-size: 18px;
        line-height: 1.24;
        padding: 52px 20px 20px;
        white-space: normal;
    }
    .btn-guides-available .icon {
        width: 76px;
        height: 76px;
        display: block;
        margin: 0 auto;
        margin-bottom: 17px;
    }
    .icon-download {
        background-position: 0 -391px;
    }
    .icon-download1 {
        background-position: -85px -391px;
    }
    .icon-download2 {
        background-position: -170px -391px;
    }
    .icon-download3 {
        background-position: -273px -391px;
    }
    .btn-guides-available>span {
        padding-left: 10px;
        padding-right: 10px;
        display: block;
    }
    .inner-map-container>#map {
        width: 100% !important;
    }
    /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  FOOTER TABLET CSS
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
    .footer-social {
        width: 100%;
        float: left;
        background-color: #fff;
        padding-top: 33px;
        padding-bottom: 25px;
    }
    .footer-container {
        text-align: center;
        padding-top: 0;
    }
    .footer-nav-area {
        margin-right: 0;
        padding-top: 25px;
        float: left;
        width: 100%;
        padding-left: 28px;
        padding-right: 28px;
    }
    .footer-container-top {
        border-bottom: none;
    }
    .foot-menu {
        margin-top: 0;
    }
    .foot-menu li {
        margin-left: 6px;
        margin-right: 6px;
    }
    .footer-social li {
        margin-left: 2px;
        margin-right: 2px;
    }
    .footer-social li a {
        background-color: #6d6f71;
        color: #fff;
    }
    .footer-container-base {
        padding-top: 0;
    }
    .footer-base-left {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }
    .footer-container-base a {
        color: #fff;
    }
    .footer-container-base a:hover {
        color: #aaa;
    }
    /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  INNER TABLET CSS
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
    .inner-blocks-cts-area .perth-tourist-map-lists .grid-row-4 {
        padding-left: 0;
        width: 100%;
        margin-bottom: 0;
    }
    .inner-left-container,
    .inner-right-container {
        width: 100%;
    }
    .inner-left-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-inner-content-area {
        padding-left: 0;
        padding-right: 0;
    }
    .btn-view-download.btn-more {
        float: none;
    }
    .click-large-view-map {
        padding-left: 15px;
    }
    .inner-explore-search-area .grid-row-2 {
        width: 100%;
    }
    .inner-explore-search-area {
        text-align: center;
    }
    .explore-search-blocks {
        margin-bottom: 15px;
    }
    .explore-search-title {
        font-weight: 300;
    }
    .explore-search-form input[type=text],
    .explore-search-form .form-control {
        min-width: inherit;
    }
    .inner-blocks-cts-area .perth-slider-box {
        margin-bottom: 14px;
    }
    .inner-blocks-cts-area .perth-tourist-lists-image {
        margin-bottom: 0;
    }

    .post-sliders-container .owl-carousel .owl-nav .owl-prev, .inner-banner-container .owl-carousel .owl-nav .owl-prev {
        width: 38px;
        height: 38px;
        line-height: 38px;
        margin-top: -19px;
        background-position: 10px -255px;
        top: 50%;
    }
    .post-sliders-container .owl-carousel .owl-nav .owl-next, .inner-banner-container .owl-carousel .owl-nav .owl-next {
        width: 38px;
        height: 38px;
        line-height: 38px;
        margin-top: -19px;
        background-position: -38px -255px;
        top: 50%;
    }
    .inner-banner-container .owl-carousel .owl-nav {
        position: static;
    }
    .single-container {
        margin-left: 10px;
        margin-right: 10px;
    }
    .single-slider-area {
        margin-top: 12px;
    }
    .single-quick-con-area {
        margin-bottom: 10px;
    }
    /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  POPUP TABLET STYLES
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
    .perth-popup-container {
        padding: 40px;
    }
    .mfp-arrow-left {
        left: 20px;
    }
    .mfp-arrow-right {
        right: 20px;
    }
    .perth-popup-left-container {
        width: 100%;
        margin-bottom: 15px;
    }
    .perth-popup-right-container {
        width: 100%;
    }
    .login-page-inner>form,
    .registration-container>form {
        padding-left: 15px;
        padding-right: 15px;
    }
    .btn-view-download.accord-more {
        margin-bottom: 0;
        font-size: 9px;
    }
}

@media only screen and (max-width: 991px) {}

@media all and (max-width: 768px) {
    .foot-menu ul li#menu-item-4107 {
        margin-top: 1px;
    }
    .foot-menu ul li#menu-item-4107 a {
        white-space: normal;
    }
}

@media all and (min-width: 768px) {
    .hide-desktop-tablet {
        display: none;
    }
}



@media only screen and (max-width: 767px) {

    /*%%%%%%%%%%%%%%%%%%%%%%%%%%
  HEADER PHONE CSS
  %%%%%%%%%%%%%%%%%%%%%%%%%%*/
    .logo-area {
        width: 90px;
    }
    .site-logo {
        width: 100px;
        padding: 15px 0 13px;
    }
    .header-container .wrapper {
        margin-left: 11px;
        margin-right: 11px;
    }
    .header-right-area {
        margin-left: 90px;
    }
    .header-weather-time-area {
        margin-right: 52px;
        /*margin-top: 23px;*/
        margin-top: 36px;
    }
    .head-login {
        font-size: 14px;
    }
    .header-login-area {
        top: 12px;
    }
    .site-caption {
      display: none;
      /*
	font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-indent: 0px;
    width: 70%;
    margin: 15px auto;
    font-family: 'Montserrat';
    font-weight: 500;*/
    }
    .weather-day-report {
        font-size: 10px;
    }
    .weather-current-from-to {
        font-size: 12px;
    }
    .weataher-current>span {
        font-size: 18px;
    }
    /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  BANNER PHONE CSS
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
    .banner-slider-container .flexslider .slides>li {
        /*background-image: none !important;
    height: auto;*/
        height: 186px;
        background-size: 760px auto;
        -moz-background-size: 760px auto;
        -webkit-background-size: 760px auto;
        -o-background-size: 760px auto;
        -ms-background-size: 760px auto;
    }
    .banner-slider-container .flex-direction-nav a {
        z-index: 99;
    }
    .banner-search-area h2 {
        font-size: 20px;
    }
    /* .inner-banner-search-area {
        padding-top: 10px;
        padding-right: 13px;
        padding-left: 13px;
        padding-bottom: 16px;
        bottom: 0;
    } */
    .banner-search-area input[type=text] {
        height: 34px;
        padding-left: 32px;
        min-width: inherit;
    }
    .banner-search-form-area:before {
        width: 16px;
        height: 16px;
        background-position: -215px -5px;
        left: 11px;
        top: 10px;
    }
    .banner-search-area input[type="submit"],
    .banner-search-area .btn-banner-search {
        padding: 7px 8px;
        font-size: 12px;
        line-height: 18px;
    }
    .banner-search-area p {
        font-size: 12px;
    }
    .banner-search-area p.advance-search-text {
        font-size: 13px;
    }
    .advance-search-text a {
        color: #000;
    }
    /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  NEWS EVENT PHONE CSS
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
    .news-events-container {
        padding: 16px 20px 22px;
        margin-bottom: 54px;
    }
    .news-event-heading {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 14px;
    }
    .news-event-image {
        width: 116px;
        height: auto;
    }
    .news-events-content {
        margin-left: 130px;
    }
    .news-events-content>p {
        /*display: none;*/
    }
    .news-events-content h2 {
        font-size: 15px;
        line-height: 1.24;
    }
    .news-events-slider .flex-direction-nav {
        min-height: 35px;
        bottom: -35px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .news-events-slider .flex-direction-nav>li {
        margin-top: 6px;
    }
    .link-view-full,
    .homenews-event-container .link-view-full,
    .homenews-event-container .ui-widget-content a.link-view-full {
        left: 20px;
        bottom: -26px;
    }

    /*%%%%%%%%%%%%%%%%%%%%%%%%%
  MAIN PHONE CSS
  %%%%%%%%%%%%%%%%%%%%%%%%%%%*/
    .section-blocks-header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-blocks-header h2 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 17px;
    }
    .best-perth-section .parth-slider-title a {
        text-transform: none;
        font-size: 13px;
        padding: 8px;
        position: relative;
    }
    .best-perth-section .parth-slider-title {
        position: static;
    }
    .best-perth-section .owl-carousel .owl-stage-outer {
        margin-bottom: 12px;
    }
    .best-perth-section .parth-slider-title a .icon-arrow {
        position: absolute;
        top: 8px;
        right: 2px;
    }
    .best-perth-section {
        margin-bottom: 15px;
    }
    .section-blocks-header p {
        font-size: 12px;
        text-align: center;
    }
    .btn-view-download {
        font-size: 12px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 18px;
        max-width: 205px;
        float: none;
    }
    .btn-view-download.accord-more {
        margin-bottom: 0;
        font-size: 9px;
    }
    .perth-tourist-map {
        margin-bottom: 0px;
    }
    .perth-tourist-lists-con {
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
        font-size: 13px;
    }
    .perth-tourist-lists-btn {
        text-align: center;
    }
    .btn-perth-tourist {
        padding: 6px 16px;
    }
    .click-extra-blocks-title {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .parth-slider-title a {
        padding: 11px 20px;
    }
    .perth-tourist-map-lists .icon-arrow {
        position: absolute;
        top: 13px;
    }
    /*%%%%%%%%%%%%%%%%%%%%%%%%
  MAIN BASE PHONE CSS
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
    .btn-guides-available {
        min-height: 160px;
        padding: 10px;
        font-size: 13px;
    }
    .btn-guides-available .icon {
        width: 32px;
        height: 32px;
    }
    .icon-download {
        background-position: 3px -492px;
    }
    .icon-download1 {
        background-position: -48px -493px;
    }
    .icon-download2 {
        background-position: -94px -493px;
    }
    .icon-download3 {
        background-position: -139px -494px;
    }
    .btn-guides-available>span {
        padding-left: 0;
        padding-right: 0;
    }
    /*%%%%%%%%%%%%%%%%%%%%%%
  FOOTER PHONE CSS
  %%%%%%%%%%%%%%%%%%%%%%%%%*/
    .footer-social {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .foot-menu li a,
    .footer-container-base {
        font-size: 12px;
    }
    /*%%%%%%%%%%%%%%%%%%%%%%%%%%
  INNER PHONE CSS
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
    .inner-explore-search-area {
        padding: 15px;
    }
    .btn-view-download.btn-more {
        display: inline-block;
        max-width: inherit;
    }
    .inner-blocks-cts-area .perth-slider-box {
        margin-bottom: 1px;
    }
    .inner-blocks-cts-area .perth-tourist-lists-image {
        margin-bottom: 0;
    }
    .login-page-inner {
        margin-left: 10px;
        margin-right: 10px;
    }
    .login-form-grp dd,
    .registration-container dd {
        margin-left: 0;
        display: block;
        margin-bottom: 7px;
    }
    .login-form-grp dt,
    .registration-container dt {
        float: none;
    }
    .registration-block {
        width: 100%;
    }
    .registration-container {
        margin-left: 10px;
        margin-right: 10px;
    }
    .perth-popup-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media all and (max-width: 729px) {
    .foot-menu ul li#menu-item-4107 {
        margin-top: 0px;
    }
    .foot-menu ul li#menu-item-4107 a {
        white-space: normal;
    }
    .foot-menu li a {
        font-size: 10px;
    }
}

@media all and (max-width: 667px) {
    .foot-menu ul li#menu-item-4107 {
        margin-top: 0px;
    }
    .foot-menu ul li#menu-item-4107 a {
        white-space: normal;
    }
}

@media all and (max-width: 652px) {
    .foot-menu ul li#menu-item-4107 {
        margin-top: 15px;
    }
}

@media all and (max-width: 600px) {
    .foot-menu ul li#menu-item-4107 {
        margin-top: 15px;
    }
    .foot-menu ul li#menu-item-4107 a {
        white-space: normal;
    }
}

@media all and (max-width: 568) {
    .foot-menu ul li#menu-item-4107 {
        margin-top: 15px;
    }
    .foot-menu ul li#menu-item-4107 a {
        white-space: normal;
    }
}


@media only screen and (max-width: 480px) {
  html, body {width: auto!important; overflow-x: hidden!important} 
    .news-events-content>p {
        display: none;
    }

    .foot-menu ul li#menu-item-4107 {
        margin-top: 10px;
    }
    .foot-menu ul li#menu-item-4107 a {
        white-space: normal;
    }
}

@media only screen and (max-width: 384px) {
    .foot-menu ul li#menu-item-4107 {
        margin-top: 10px;
    }
    .foot-menu ul li#menu-item-4107 a {
        white-space: normal;
    }
}

@media only screen and (max-width: 375px) {
    .foot-menu ul li#menu-item-4107 {
        margin-top: 10px;
    }
    .foot-menu ul li#menu-item-4107 a {
        white-space: normal;
    }
}

@media only screen and (max-width: 320px) {
    .foot-menu ul li#menu-item-4107 {
        margin-top: 10px;
    }
    .foot-menu ul li#menu-item-4107 a {
        white-space: normal;
    }
}


#before-pop h3 {
    text-align: center;
}

#before-pop img {
    text-align: center !important;
    margin: 0 auto !important;
    display: block;
}

.mfp-content table tbody tr td h2 {
    text-align: left;
}

.mfp-content table tbody tr td {
    text-align: left;
    padding: 5px;
    border: 1px solid #ccc;
}

.mfp-content table {
    width: 100%;
}

.payment-table-lists-description-area ul li {
    list-style: none !important;
}

.registration-block dl dd {
    line-height: 45px;
}

.registration-block p {
    float: left;
}

.asterik-toggle {
    margin: 0 0 0 15px;
}


/*.garry_left{
  width:71% !important;
  margin:0 3% 0 0;
  }
.garry_right{
  width:25% !important;
  }*/

.home-intro-banner .left-right-blocks-container {
    margin-bottom: 45px;
}

.home-intro-banner {
    position: relative;
    z-index: 2;
    clear: both;
    background: #f3f3f7;
}

.home-intro-banner .desc-holder h2 {
	color: #d2451e;
    /* text-transform: uppercase; */
    font-family: 'Montserrat';
    font-weight: 100;
    max-width: 80%;
    margin-top: 30px;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    margin-bottom: 30px;
    margin-top: 40px;
}

.home-intro-banner .desc-holder p {
    font-size: 16px;
}

.home-intro-banner .guides-references-wrapper {
    position: relative;
    margin: 60px 0px 30px;
    padding: 20px;
}

.home-intro-banner .guides-references-wrapper .desc-holder ul {
    padding: 0;
    margin: 0 -15px;
}

.home-intro-banner .guides-references-wrapper .desc-holder ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
    padding: 10px 15px;
}

.home-intro-banner .guides-references-wrapper .desc-holder ul li a {
    margin: 0;
}

.guides-references-wrapper .img-holder {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 70px;
}

.guides-references-wrapper .desc-holder {
    padding-left: 300px;
}

.home-intro-banner .guides-references-wrapper .desc-holder ul li a {
    margin: 0;
    padding: 12px 5px;
    text-align: center;
    white-space: normal;
}

.home-intro-banner .guides-references-wrapper .desc-holder ul li a.btn-guides-available .icon-download2 {
    margin-left: 0;
}

.page-content iframe.survey-iframe {
    width: 100%;
    height: 1350px;
    border: 0 none;
    overflow-y: auto;
}


@media( max-width : 1250px) {
    .guides-references-wrapper .img-holder {
        left: 45px;
    }
    .guides-references-wrapper .desc-holder {
        padding-left: 250px;
    }
}

@media( max-width : 1175px) {
    .home-intro-banner .guides-references-wrapper .desc-holder ul li a span {
        line-height: 1;
        display: block;
        margin-top: 10px;
    }
}

@media( max-width : 1024px) {
    .home-intro-banner .guides-references-wrapper .desc-holder ul li a.btn-guides-available .icon-download2 {
        margin-left: auto;
    }
    .home-intro-banner .guides-references-wrapper .desc-holder ul li a.btn-guides-available .icon {
        margin-left: auto;
        position: absolute;
        left: 10px;
        right: 10px;
        height: 32px;
        width: 32px;
        top: 50%;
        margin-top: -32px;
    }
    .guides-references-wrapper .img-holder {
        display: none;
    }
    .home-intro-banner .guides-references-wrapper .desc-holder {
        padding: 0;
    }
    .home-intro-banner .desc-holder {
        padding: 0 28px;
    }
    .home-intro-banner .guides-references-wrapper .desc-holder ul {
        margin: 0 -0.5px;
    }
    .home-intro-banner .guides-references-wrapper .desc-holder ul li {
        width: 25%;
        margin-right: 0;
        padding: 0 .5px;
        float: left;
    }
    .home-intro-banner .guides-references-wrapper {
        padding: 0;
        margin: 35px 30px 30px;
    }
    .home-intro-banner .guides-references-wrapper:after,
    .home-intro-banner .guides-references-wrapper:before {
        content: '';
        clear: both;
        display: table;
    }
    .home-intro-banner .guides-references-wrapper .desc-holder ul li a span {
        font-size: 12px;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 50%;
    }
    .home-intro-banner .guides-references-wrapper .desc-holder ul li .icon-download {
        background-position: -169px -45px;
    }
    .home-intro-banner .guides-references-wrapper .desc-holder ul li .icon-download3 {
        background-position: -169px -104px;
    }
    .home-intro-banner .guides-references-wrapper .desc-holder ul li .icon-download1 {
        background-position: -223px -45px;
    }
    .home-intro-banner .guides-references-wrapper .desc-holder ul li .icon-download2 {
        background-position: -267px -45px;
    }
    .home-intro-banner .guides-references-wrapper .desc-holder ul li a {
        position: relative;
        min-height: 140px;
    }

    .home-intro-banner .right-blocks-container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 25%;
        position: absolute;
        padding: 0 15px 0 0;
        right: 0;
    }
    .home-intro-banner .right-blocks-container img {
        width: 100%;
    }
    .home-intro-banner .left-blocks-container {
        width: 75%;
    }
    .inner-banner-search-area .banner-search-form-area {
        max-width: 100%;
    }
    .banner-slider-container {
        margin-top: 0px !important
    }
}

@media( max-width : 979px) {
    .home-intro-banner .guides-references-wrapper .desc-holder ul li {
        padding: .5px;
        width: 50%;
    }
    .page-content iframe.survey-iframe {
        height: 1900px;
    }
}

@media( max-width : 767px) {
    .home-intro-banner .guides-references-wrapper .desc-holder ul li a.btn-guides-available .icon {
        margin-top: -32px;
    }
    .home-intro-banner .guides-references-wrapper {
        margin: 35px 13px 0;
    }
    .home-intro-banner .desc-holder {
        padding: 0 13px;
    }
    .home-intro-banner .guides-references-wrapper .desc-holder ul li {
        width: 25%;
    }
    .page-content iframe.survey-iframe {
        height: 1900px;
    }
}

@media(max-width: 640px) {
    .home-intro-banner .right-blocks-container {
        text-align: center;
    }
    .home-intro-banner .guides-references-wrapper {
        margin: 35px 0 0;
    }
    .home-intro-banner .right-blocks-container img {
        width: 100%;
        max-width: 300px;
        margin: 15px auto 0;
        display: inline-block;
    }
    .home-intro-banner .left-blocks-container {
        width: 100%;
    }
    .home-intro-banner .right-blocks-container {
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        position: static;
        padding: 00 0;
        right: 0;
    }
    .page-content iframe.survey-iframe {
        height: 1900px;
    }
}

@media( max-width : 480px) {
  .ui-tabs .ui-tabs-nav {
    width: 80%;
  }
    .home-intro-banner .guides-references-wrapper .desc-holder ul li {
        width: 50%;
    }
    .home-intro-banner .desc-holder {
        padding: 0 13px;
    }
    .page-content iframe.survey-iframe {
        height: 2000px;
    }
  
.home-intro-banner .desc-holder h2 {
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin: 35px auto 0px auto;
    max-width: 90%;
  }
  .home-intro-banner .desc-holder p {
    font-size: 16px;
    width: 85%;
    margin: 25px auto 0px auto;
    text-align: center;
  }
  .adjacent-links {
    display: flex;
    margin-top: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .page .main-container {
    padding-top: 0px !important;
  }
  
}

.wu-forecast-body span {
    color: white !Important;
}




@media only screen and (max-width: 767px) {
    .header-right-area {
        margin-left: 200px;
        padding-top: 10px;
    }
}

@media (max-width: 1024px) {

    .site-caption {
        text-transform: uppercase !Important;
    }
    .btn-guides-available {
        background-color: #CF4520;
    }
}

.mean-container .mean-nav ul li a.mean-expand {
    background: #CF4520;
  right: 10.5px;
}

.btn:hover {
    background-color: #CF4520;
}

site-logo {
    margin: 0;
    padding: 18px 0 0px;
}

.header-right-area {
    margin-left: 200px;
    padding-top: 30px;
}

/*
@media (min-width:1024px) {
    .home section.main-container.clearfix {
        margin-top: -50px;
    }
}
*/

@media (min-width: 1024px) {
  .banner-search-area {
    top: calc(50% - 181px) !important; 
  	opacity: 0;
  }
}
@media (max-width:1024px) {
    .mean-container .mean-bar {
        background: rgba(255, 255, 255, 0);
    }
}

.head-login:hover {
    color: #fff !important;
}

.home-menu {
    margin-top: 11px;
}

.logo-area {
    width: 140px;
}

.banner-search-area h2 {
    text-transform: capitalize !important;
}

@media( min-width:1024px) {

    .banner-slider-container.clearfix {
        margin-top: 110px;
    }
}


a.head-login span:hover {
    color: white;
}

.wu-forecast-wrapper .wu-cond-highlow .wu-cond-high {
    color: #FFFFFF;
}

.wu-forecast-wrapper .wu-day-title,
.wu-forecast-wrapper .wu-cond-highlow .wu-cond-low {
    color: #4C4C4C;
}

.heade-menu>ul>li>a:hover {
  color: #fff;
}
.heade-menu>ul>li>a {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.heade-menu>ul>li>a:after {
   width: 0%;
   transition: all 0.3s ease;
   position: absolute;
   bottom: 2px;
   border-top: 5px solid #ec6844;
   content: "";
}
.heade-menu>ul>li>a:hover:after {
    width: 100%;
  	transition: all 0.3s ease;
}
.heade-menu>ul>li.current-menu-item>a {
	
}

.heade-menu ul li a {
    color: #FFFFFF;
}

.head-login {
    background-color: #FFFFFF;
    color: #CF4520 !important;
}

.header-container {
    background-color: #ffffff;
}


.section-blocks-header h2 {
    text-transform: capitalize;
}

@media( max-width:1024px) {
    .banner-search-area .wrapper {
        height: auto !important;
    }
}

.footer-social i.fa {
    margin-top: 8px;
}

.wu-forecast-wrapper .wu-cond-highlow {
    margin: 0px 0;
    margin-left: -3px;
}

.wu-forecast-wrapper div {
    margin-bottom: 0px;
    margin-top: 9px;
}

@media (max-width:1024px) {
    li#wunderground_forecast_widget-3 {
        display: none;
    }
}

.header-weather-area:after {
    top: -19px;
}

.wu-copyright {
    display: none;
}

.logged-in li#wunderground_forecast_widget-3 {
    right: 108px !important;
}

li#wunderground_forecast_widget-3 {
    position: absolute;
    top: -17px;
    right: 108px;
}

li#wunderground_forecast_widget-2 {
    position: absolute;
    top: -17px;
    right: 108px !important;
}


nav.foot-menu a.btn {
    margin-top: 10px;
}

.btn:hover,
.foot-menu li.current-menu-item a.btn {
    color: #fff !important;
}

.header-login-area {
    display: none;
}

.logged-in .header-login-area {
    display: block !important;
}

.header-weather-time-area {
    margin-right: 0px;
}

.logged-in .header-weather-time-area {
    /*margin-right: 115px !important;*/
}

.visitor-survey-body dl dt label{font-size: 18px;font-weight: normal;}
.visitor-survey-body dl dd{margin: 0px;}
.visitor-survey-body .wpcf7-list-item-label{font-size: 15px; font-weight: normal;}
.visitor-survey-body input{height: 40px;border: 1px solid #CF4520;border-radius: 5px;padding: 10px;}
.visitor-survey-body textarea{height: 40px;border: 1px solid #CF4520;border-radius: 5px;padding: 10px;}

.visitor-survey-body span.wpcf7-list-item{display: block;}

.current-time-area .fa.fa-clock-o{padding-right: 5px;}

.logo-area img{height: 117px;}


@media (max-width: 1366px) {
    .location-tools ul li{
        padding: 0 20px;
    }
}
@media (max-width: 1024px) {
   .page-inner-content-area.bg-atraction{
        background: none !important;
        margin: 10px;
   }
   .inner-right-container.map-section-li{
        width: 100% !important;
        margin-top: 20px;
        margin-bottom: 100px;
   }
   .location-tools{
        padding: 30px 0 0;
        width: 100%;
        margin-left: 0;
   }
    .inner-right-container.map-main-container .inner-map-container{
        margin: 0 10px;
        position: relative;
    }
    .location-tools ul{
        text-align: center;
    }
    .advance-search-lists{
        padding: 10px;
    }
    .location-tools{
        bottom: 20px;
    }
    .inner-left-container.attractions-row{
        padding-bottom: 0;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {

    .location-tools ul li p{
        font-size: 20px;
    }
    .location-tools ul li{
        padding: 0 5px;
    }
    .heade-menu>ul>li:first-child a{
        margin-right: 0;
    }
    .heade-menu>ul>li{
        padding: 0 0px;
    }

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

   .location-tools ul li{
        padding: 0 5px;
        width: 200px;
    }  
}

@media (max-width: 767px) {
   .inner-right-container.map-section-li{
		display: none;
   }

   .logo-area img{height: 117px;width: 100%;}
}
@media (max-width: 620px) {
    .location-tools ul li{
        width: 186px;
    }
    .location-tools ul li p{
        font-size: 20px;
    }
}
@media (max-width: 540px) {
    .location-tools ul li{
        width: 155px;
    }
    .location-tools ul li p{
         font-size: 19px;
    }
}
@media (max-width: 520px) {
    .location-tools ul li p{
        font-size: 20px;
    }
    .location-tools ul li:nth-child(2),
    .location-tools ul li{
        padding: 0 5px;
    }
}
@media (max-width: 420px) {
    .location-tools ul li{      
        padding: 15px 0 0;
        width: 115px;
    }
    .location-tools ul li p{
        font-size: 14px;
    }
    .location-tools ul li img{
        width: 30px;
    }
    .location-tools{
        padding: 0;
    }

}
@media (max-width: 375px) {
   .location-tools ul li img{
        width: 25px;
   }
   .location-tools ul li p{
        font-size: 12px;
   }
   .location-tools ul li{
        width: 100px;
   }

   .header-right-top-area{}
   .site-logo{width: 62px; margin-left: 15px;}
   .logo-area img{height: 46px;}
}
@media (max-width: 321px){
    .location-tools ul li{
        width: 87px;
    }
    .location-tools ul li p{
        font-size: 10px;
    }
}

#quick_contatc .wpcf7-mail-sent-ok{background: #398f14;padding: 5px 20px;border-radius: 5px;}

#quick_contatc .wpcf7-validation-errors{border: 2px solid #ff0000; background: #ff0000;padding: 5px 20px;border-radius: 5px;}
#advert-car{margin: 20px;}
#advert-car i{position: absolute;top:28px;}
#advert-car i.fa-arrow-left{
    z-index: 5;
    display: inline-block;
    background-color: #CF4520;
    padding: 10px;
    color: #fff;
    border-radius: 40px;
    left: 5px;
}
#advert-car i.fa-arrow-right{
    right: 5px;
    display: inline-block;
    background-color: #CF4520;
    padding: 10px;
    color: #fff;
    border-radius: 40px;
    
}

#advert-car .slick-slide{padding: 0 2px;}

#advert-car ul.slick-dots{display: none;}

body.directories-template-default .mfp-content .mfp-figure figcaption{display: none;}

#advert-car ul.slick-dots{display: none !important;}

@media (max-width: 1020px){#advert-car i{top:18px;}}
@media (max-width: 736px){#advert-car i{top:58px;}}
@media (max-width: 684px){#advert-car i{top:60px;}}
@media (max-width: 667px){#advert-car i{top:60px;}}
@media (max-width: 600px){#advert-car i{top:55px;}}
@media (max-width: 414px){#advert-car i{top:44px;}}
@media (max-width: 412px){#advert-car i{top:36px;}}
@media (max-width: 375px){#advert-car i{top:34px;}}

.directory_additional_image{margin-bottom: 20px;}

.rTable {
    display: table;
    width: 100%;
}
.rTableRow {
    display: table-row;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}
.rTableCell, .rTableHead {
    display: table-cell;
    padding: 17px 26px;
    /*border: 1px solid #999999;*/
}

.rTableCell.title{
    width: 150px;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}
.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}
.rTableBody {
    display: table-row-group;
}
.rTableCell .mobile-show{display: none;}

.rTableCell .mobile-show span.mobile-title,
.rTableCell .mobile-show span.mobile-detail{
    margin-left: 0px;
}
.rTableCell .mobile-show span.mobile-title{font-weight: 700;}

@media (max-width: 414px){
    .rTableHead.mobile-hide{display: none;}
    .rTableCell.mobile-hide{display: none;}
    .rTableCell .mobile-show{display: block;}
}

.master-head-image{margin: 45px 0;}
.advert-query .page-content{margin-bottom: 45px;}
.advert-query .page-content p{color: #333333;font-size: 16px;}

.select-inquiry .rTable{margin-top: 45px;}
.select-inquiry span{display: block;}
.select-inquiry span.select-title{font-size: 30px;font-weight: 700;color: #D0581B;margin-bottom: 24px;}
.select-inquiry span.select-subtitle{font-size: 16px;margin-bottom: 45px;}

.select-inquiry img.one{width: 570px;}
.select-inquiry img.two{width: 165px;}
.select-inquiry img.three{width: 22px;}

.select-inquiry .heading{background-color: #D0581B;color: #fff;height: 55px;}

.select-inquiry .rTableRow.cells:nth-child(odd) {
    background-color: #EAEAEA;
}
.select-inquiry .container-radio{position: relative;}
.select-inquiry .container-radio input{position: absolute;opacity: 0;cursor: pointer;}
.select-inquiry .container-radio span.custom-radio-form{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
}

.select-inquiry .container-radio span.custom-radio-form:after{content: "";position: absolute;display: none;}

.select-inquiry .container-radio input:checked ~ span.custom-radio-form{background-color: #D0581B;}

.select-inquiry .container-radio input:checked ~ span.custom-radio-form:after{display: block;}
/*.inquirer-info span{display: inline-block;}*/
/*.inquirer-info .inquirer-info-inner{height: 70px;}*/
.inquirer-info{margin-top: 45px;}
.inquirer-info input{height: 55px;background-color: #EAEAEA;border: none;border-radius: 5px;padding: 21px;margin: 0 10px;}
.inquirer-info input[name="your-name"]{width: 300px;margin-left: 0px;}
.inquirer-info input[name="business-name"]{width: 300px;}
.inquirer-info input[name="your-email"]{width: 233px;}
.inquirer-info input[name="phone"]{width: 232px;margin-right: 0px;}
.inquirer-info input[name="phone"]::-webkit-inner-spin-button,
.inquirer-info input[name="phone"]::-webkit-outer-spin-button{-webkit-appearance: none; margin: 0;}
.inquirer-info span.form-title{display: block;font-size: 24px;margin-bottom: 24px;}
.inquirer-info span.form-subtitle{display: block;font-size: 16px;margin-bottom: 45px;}
.inquirer-info-inner{margin-top: 45px;}

.inqury-submit{margin-top: 45px;}
.inqury-submit input{width: 258px;background-color: #D0581B;height: 55px;float: right;border: none;color: white;}

/*div.wpcf7-response-output, */
/*div.wpcf7-validation-errors { display: none !important; }*/
span.wpcf7-not-valid-tip { display: none !important; }
.inquirer-info input.wpcf7-not-valid{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #f00;
}

@media (max-width: 1920px) and (min-width: 1195px){
    .select-inquiry img.one.fold-out{
        position: absolute;
        height: 38px;
        width: 218px;
        top: 27px;
    }
    .image-foldout.rTableCell{
        position: relative;
    }
    .custom-radio-form.fold-out-radio{
        top: 10px !important;
    }
}

@media (max-width: 1280px){
    .select-inquiry img.two{width: 170px;}
}
@media (max-width: 1024px){
    .select-inquiry span{margin-left: 15px;font-size: 16px;}

    .inquirer-info{padding: 0 15px;}
    .inquirer-info input[name="your-name"],
    .inquirer-info input[name="business-name"],
    .inquirer-info input[name="your-email"],
    .inquirer-info input[name="phone"]{
        width: 226px;
    }

    .inqury-submit input{margin-right: 25px;}

    .select-inquiry img.two{width: 150px;}
}

@media (max-width: 1004px){
    .inquirer-info input[name="your-name"],
    .inquirer-info input[name="business-name"],
    .inquirer-info input[name="your-email"],
    .inquirer-info input[name="phone"]{
        width: 215px;
    }

    .select-inquiry img.two{width: 150px;}
}
@media (max-width: 800px){
    .select-inquiry img.one{width: 500px;}

    .inquirer-info input[name="your-name"],
    .inquirer-info input[name="business-name"],
    .inquirer-info input[name="your-email"],
    .inquirer-info input[name="phone"]{width: 363px;margin: 0 10px;}

    .inquirer-info input[name="your-email"],
    .inquirer-info input[name="phone"]{margin-top: 20px;}

    .inqury-submit{margin-top: 20px;}
    .inqury-submit input{margin-right: 25px;}

    .select-inquiry img.two{width: 150px;}
}
@media (max-width: 768px){
    .inquirer-info input[name="your-name"],
    .inquirer-info input[name="business-name"],
    .inquirer-info input[name="your-email"],
    .inquirer-info input[name="phone"]{width: 338px;}

    .inqury-submit{margin-top: 20px;}
    .inqury-submit input{margin-right: 27px;}

    .select-inquiry img.two{width: 130px;}
}
@media (max-width: 736px){
    .inquirer-info input[name="your-name"],
    .inquirer-info input[name="business-name"],
    .inquirer-info input[name="your-email"],
    .inquirer-info input[name="phone"]{width: 322px;}

    .select-inquiry img.two{width: 130px;}
}
@media (max-width: 734px){
    .inquirer-info input[name="your-name"],
    .inquirer-info input[name="business-name"],
    .inquirer-info input[name="your-email"],
    .inquirer-info input[name="phone"]{width: 321px;}

    .inqury-submit input{margin-right: 27px;}

    .select-inquiry img.two{width: 130px;}
}
@media (max-width: 684px){
    .inquirer-info input[name="your-name"],
    .inquirer-info input[name="business-name"],
    .inquirer-info input[name="your-email"],
    .inquirer-info input[name="phone"]{width: 296px;}

    .select-inquiry img.two{width: 105px;}
}
@media (max-width: 667px){
    .inquirer-info input[name="your-name"],
    .inquirer-info input[name="business-name"],
    .inquirer-info input[name="your-email"],
    .inquirer-info input[name="phone"]{width: 288px;}

    .inqury-submit input{margin-right: 26px;}

    .select-inquiry img.two{width: 105px;}
}
@media (max-width: 640px){
    .inquirer-info input[name="your-name"],
    .inquirer-info input[name="business-name"],
    .inquirer-info input[name="your-email"],
    .inquirer-info input[name="phone"]{width: 283px;}

    .select-inquiry img.two{width: 105px;}
}
@media (max-width: 414px){
    .inquirer-info input[name="your-name"],
    .inquirer-info input[name="business-name"],
    .inquirer-info input[name="your-email"],
    .inquirer-info input[name="phone"]{width: 350px;}

    .inquirer-info input[name="business-name"]{margin-top: 20px;}

    .select-inquiry img.three{width: 25px;margin-bottom: 10px;}

    .inqury-submit input{margin-right: 65px;}

    .footer-nav-area #menu-item-5425{margin-top: 10px;}
}
@media (max-width: 412px){
    .inquirer-info input[name="your-name"],
    .inquirer-info input[name="business-name"],
    .inquirer-info input[name="your-email"],
    .inquirer-info input[name="phone"]{width: 340px;}

    .inqury-submit input{margin-right: 65px;}

    .select-inquiry img.two{width: 190px;}
}
@media (max-width: 375px){
    .inquirer-info input[name="your-name"],
    .inquirer-info input[name="business-name"],
    .inquirer-info input[name="your-email"],
    .inquirer-info input[name="phone"]{width: 310px;}

    .inqury-submit input{margin-right: 50px;}

    .select-inquiry img.two{width: 160px;}
}
@media (max-width: 360px){
    .select-inquiry img.two{width: 150px;}
}
@media (max-width: 320px){
    .inquirer-info input[name="your-name"],
    .inquirer-info input[name="business-name"],
    .inquirer-info input[name="your-email"],
    .inquirer-info input[name="phone"]{width: 270px;}

    .inqury-submit input{margin-right: 30px;}

    .select-inquiry img.two{width: 130px;}
}

@media screen and (max-width: 1920px) and (min-width: 700px){

}

.foot-menu ul li#menu-item-4107,
.foot-menu ul li#menu-item-5425{
    margin-top: 15px;
}

@media (min-width: 768px) {
  .main-navigation-wrapper {
    background-color: #d2451e;
    max-height: 50px;
    margin: 0 auto;
    text-align: center;
display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #tabs {
    z-index: 50 !important;
  }
}

.footer-columns { display: flex; margin-bottom: 50px; }
.footer-columns .footer-column { width: 25%; text-align: left; }
@media (max-width: 767px) {
  .footer-columns { display: flex; flex-direction: column; }
  .footer-columns .footer-column { width: 100%; text-align: center; }
}

.footer-columns .footer-column img {
  max-width: 175px;
}
.footer-columns .footer-column a {
display: block;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    line-height: 29px;
}
.footer-columns .footer-column h1 {
	display: block;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 13px;
    line-height: 29px;
  margin: 0;
  padding: 0;
  color: #d2451e
}

.footer-columns .social-circle {
  display: inline-block;
  background-color: #d2451e;
  margin-right: 10px;
  color: #181818;
  text-align: center;
width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 19px;
    line-height: 30px;
}
.social-links-spaced a {
  margin-bottom: 5px;
}

/*
.homenews-event-container {
  padding: 45px auto;
}
.events-and-news-container {
  width: 100%;
  position: relative;
  padding: 45px 0;
}
.owl-item {
  background: transparent;
}
.event-card {
  display: inline-block;
  height: 320px;
  width: 320px;
    margin: 5px;
}
.event-card .event-title {
  color: #d2451e;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}
.event-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.44);
    outline: 0px !important;
    box-shadow: none !important;
}
.event-card-content {
  padding: 25px;
}
.event-card .event-date {
    color: #c7c7c7;
}
.event-card-featured-image {
  height: 150px;
  width: 100%;
}
.news-event-add {
  font-size: 10px !important;
  color: #ccc;
}

.event-card-content p {
  font-size: 13px;
}
*/

.fa-trademark {
  	font-size: 5px;
    top: -7px;
    position: relative;
    color: #5e5e5e;
}

.heade-menu>ul>li>a:hover, .heade-menu>ul>li.current-menu-item>a {
  color: white !important;
}

.post-sliders-container .owl-carousel .owl-nav .owl-prev, .inner-banner-container .owl-carousel .owl-nav .owl-prev {
  background: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.post-sliders-container .owl-carousel .owl-nav .owl-next, .inner-banner-container .owl-carousel .owl-nav .owl-next {
  background: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}


@media (max-width: 1024px){
  .inner-explore-search-area {
    margin-bottom: 0px;
  }
  .mean-container .mean-bar {
      min-height: inherit;
      margin-top: 0;
  }
  .mean-container .mean-bar a.meanmenu-reveal {
      min-height: inherit;
      margin-top: 0;
      top: 23px;
      right: 15px !important;
      position: absolute;
  }
  .mean-container a.meanmenu-reveal {
    width: 35px;
    height: auto;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  .mean-container a.meanmenu-reveal span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #d3531a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
    
    #nav-icon2 {
    }

    .mean-container a.meanmenu-reveal span {
      display: block;
      position: absolute;
      height: 4.5px;
      width: 50%;
      background: #d3531a;
      opacity: 1;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
    }

    .mean-container a.meanmenu-reveal span:nth-child(even) {
      left: 50%;
      border-radius: 0 9px 9px 0;
    }

    .mean-container a.meanmenu-reveal span:nth-child(odd) {
      left:0px;
      border-radius: 9px 0 0 9px;
    }

    .mean-container a.meanmenu-reveal span:nth-child(1), .mean-container a.meanmenu-reveal span:nth-child(2) {
      top: 0px;
    }

    .mean-container a.meanmenu-reveal span:nth-child(3), .mean-container a.meanmenu-reveal span:nth-child(4) {
      top: 9px;
    }

    .mean-container a.meanmenu-reveal span:nth-child(5), .mean-container a.meanmenu-reveal span:nth-child(6) {
      top: 18px;
    }

    .mean-container a.meanmenu-reveal.meanclose span:nth-child(1),.mean-container a.meanmenu-reveal.meanclose span:nth-child(6) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .mean-container a.meanmenu-reveal.meanclose span:nth-child(2),.mean-container a.meanmenu-reveal.meanclose span:nth-child(5) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    .mean-container a.meanmenu-reveal.meanclose span:nth-child(1) {
      left: 2.5px;
      top: 3.5px;
    }

    .mean-container a.meanmenu-reveal.meanclose span:nth-child(2) {
      left: calc(50% - 2.5px);
      top: 3.5px;
    }

    .mean-container a.meanmenu-reveal.meanclose span:nth-child(3) {
      left: -50%;
      opacity: 0;
    }

    .mean-container a.meanmenu-reveal.meanclose span:nth-child(4) {
      left: 100%;
      opacity: 0;
    }

    .mean-container a.meanmenu-reveal.meanclose span:nth-child(5) {
      left: 3px;
      top: 16px;
    }

    .mean-container a.meanmenu-reveal.meanclose span:nth-child(6) {
      left: calc(50% - 3px);
      top: 16px;
    }
  
  
  .mean-container .mean-nav.open {
    padding-bottom: 10px;
    box-shadow: 0px 30px 3px #00000085;
}
  
  .mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 0.75em 5%;
    margin: 0;
    text-align: left;
    color: #34393d;
    border-top: transparent;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
}
  
  
}

@media (max-width: 1024px) {
  .inner-banner-container .owl-nav {
    display: none;
  }
  .footer-columns .footer-column {
    width: 100%;
    text-align: center;
    margin: 25px 0 0 0;
  }
  .footer-columns > .footer-column:first-child {
    margin-top: 50px;
  }
  .social-links-spaced span {
    display: none;
  }
  .social-circle { margin-right:0px !important; }
  .mobile-alignment-flex {
    display: flex;
    justify-content: center;
  }
  .mobile-alignment-flex a {
    margin: 0 2.5px;
  }
}

@media (max-width: 1024px) {
.footer-base-left {
 	font-size: 13px;
    font-weight: 400;
    color: #656565;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    display: block;
}
  .logo-in-footer {
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .banner-slider-container .flex-direction-nav {
    display: none;
  }
  /* .inner-banner-search-area .banner-search-form-area {
    max-width: 75%;
    margin: 0 auto;
  } */
}

@media only screen and (max-width: 767px){
.banner-search-area h2 {
    font-size: 16px;
    margin-top: 15px;
}
  #google_translate_element {
    display: none;
  }
}

.navigation-opened .main-container *, .navigation-opened .banner-container * {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.overarching-overlay {
  display: none;
  background: rgba(0,0,0,0.60);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
}

.navigation-opened .overarching-overlay {
  display: block;
}
.google-translate-container { z-index: 101; }

@media (max-width: 1023px) {
    .tourist-maps-section {
    flex-direction: column;
  }
}
@media (max-width: 1024px){
  .home-intro-banner .guides-references-wrapper .desc-holder ul li a span {
    font-size: 12px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin-top: 5px;
}
  .guides-references-wrapper .desc-holder li a i {
    	 font-size: 50px;
    display: block;
    margin-right: 0px;
    margin: 15px;
	}
  .navigation-opened .mean-container .mean-nav {
      padding-bottom: 10px;
      box-shadow: 0px 3px 3px #00000085;
      border-top: 1px solid #cacaca;
  }
  
  .tourist-maps-section > div {
    width: 82% !important;
    text-align: center;
  }
  .tourist-maps-section > div > div {
    width: 100% !important;
  }
}

.goog-te-gadget-simple { border: 0px !important; }

.page .main-container {
  padding-top: 25px;
}

.post-sliders-container .owl-carousel .owl-nav .owl-prev, .inner-banner-container .owl-carousel .owl-nav .owl-prev {
    background: transparent url(../images/nav-left-arrow.png);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
 	width: 49.5px;
    height: 57.5px;
    margin-top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
.post-sliders-container .owl-carousel .owl-nav .owl-next, .inner-banner-container .owl-carousel .owl-nav .owl-next {
    background: transparent url(../images/nav-right-arrow.png);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
 	width: 49.5px;
    height: 57.5px;
    margin-top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-slider-container .flex-direction-nav .flex-prev {
    background: transparent url(../images/nav-left-arrow.png);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
 	width: 49.5px;
    height: 57.5px;
    margin-top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-slider-container .flex-direction-nav .flex-next {
    background: transparent url(../images/nav-right-arrow.png);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
 	width: 49.5px;
    height: 57.5px;
    margin-top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

   .tab-content > .tab-pane {
    visibility: hidden;
    height: 0px;
    overflow:hidden;
}
.tab-content > .active {
    visibility: visible;
    height: auto;
    overflow: visible;
}

/*.ui-tabs .ui-tabs-panel {
    display: initial !important;
    border-width: initial !important;
    padding: initial !important;
    background: initial !important;
}*/

.event-card {
  background: white;
    padding: 25px;
    border-radius: 4px;
    font-size: 11px;
    font-family: 'Montserrat';
}

.post-sliders-container {
  	height: 465px;
    opacity: 1;
    padding-bottom: 30px;
}
.post-sliders-container.opened-up {
	height: 465px;
    opacity: 1;
    padding-bottom: 30px;
}

.recent-post h4 {
 font-size: 15px;
 font-weight: 500;
 color: #cf4520;
 font-family: 'Montserrat';
 margin-bottom: 5px;
}
.slide-post-content {
 font-size: 13px;
 font-weight: 400;
 font-family: 'Montserrat';
}
.slide-post-permalink a {
    color: #cf4520;
    font-size: 13px;
    display: block;
    margin-top: 5px;
    width: 100%;
    text-align: right;
}
.post-sliders-container .owl-carousel .owl-item {
  padding-right: 17.5px;
}
.post-sliders-container .owl-carousel .owl-nav .owl-prev,
.post-sliders-container .owl-carousel .owl-nav .owl-next {
	top: 50%;
    margin-top: -21.75px;
}
#tabs {
     margin: 0;
    border: 0;
    padding: 0;
}
.post-sliders-container .owl-carousel .owl-stage-outer {
  margin: 0 auto;
}
.post-sliders-container .recent-post {
  border-radius: 10px;
  overflow: hidden;
  background: white;
}
.slide-post-content-container {
  padding: 15px;
}

.ui-tabs .ui-tabs-nav {
    margin: 0 auto;
    padding: 40px 0 12.5px 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: transparent;
    font-weight: normal;
    color: white;
}

/* Equal Heights for OwlCarousel 2 */
.post-sliders-container .owl-carousel .owl-stage {
  display: flex;
}
.post-sliders-container .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.post-sliders-container .owl-carousel .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.post-sliders-container .owl-carousel .flex-text {
  flex-grow: 1;
}
.post-sliders-container .owl-carousel .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff;
    border-bottom: 1px solid white;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  outline: none !important;
  
}

.ui-tabs .ui-tabs-nav li {
  font-family: 'Montserrat';
    font-size: 19px;
}
.ui-tabs .ui-tabs-nav li:hover a, .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
  color: white;
}

@media (max-width: 450px){
.home-intro-banner .right-blocks-container img {
    width: 70%;
    max-width: 300px;
    margin: 85px auto 0;
    display: inline-block;
}
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    text-align: left;
    padding: 10px 0px 10px 0;
    margin-right: 35px;
}

/*
.owl-stage-outer.visibleSlides {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.owl-stage-outer {
  opacity: 0;
}
*/


.banner-search-area input[type=submit], .btn-banner-search {
  background-color: #515151 !important;
}

.ui-tabs .ui-tabs-nav {
  margin-bottom: 15px;
}

#directories-map {
  display: none;
}
#directories-map.toggled-on {
  display: block;
}

.post-sliders-container .owl-carousel .owl-stage-outer {
  
}

#tabs {
  max-width: 1200px;
  margin: 0 auto;
}
#tab-events, #tab-news {
  position: relative;
}
.view-all-btn {
 position: absolute;
  display: block;
top: -20%;
    right: 15px;
  background: white;
  color: #cf4420;
  border-radius: 50px;
  font-family: 'Montserrat';
  font-size: 11px;
  padding: 15px 50px;
  font-weight: 600;
}

.owl-carousel.loading{
 display:none;
}

.owl-carousel .recent-post {
  visibility: hidden;
  opacity: 0;
}
.owl-carousel.owl-loaded .recent-post {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
  min-height: 300px;
}

@media (max-width: 767px){
  .post-sliders-container .owl-carousel .owl-item {
    padding: 10px 55px 0 55px;
  }
}

ul.section-togglers {
  display: flex;
}

ul.section-togglers, ul.section-togglers li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.section-togglers li {
  margin-right: 25px;
}


.adjacent-links {
  display: flex;
  margin-top: 55px;
}
@media (min-width: 1025px) {
  .adjacent-links a {
    margin-right: 50px;
    display: flex;
  }
}
.adjacent-links a > i {
	font-size: 3.2em;
  	margin-right: 15px;
}

.map-title-section {
  width: 92%;
}
.map-title-section h2 {
  width: 65%;
}
@media (max-width: 767px){
  .map-title-section {
    width: 100%;
  }
  .map-title-section h2 {
    width: 100%;
  }
}

.single-quick-con-area p {
  margin: 20px auto;
}



@media (max-width: 1024px) {
  /* .inner-banner-search-area {
        position: absolute;
    z-index: 3;
    margin: 0 auto;   
    top: 291px;
    width: 95%;
    background: rgba(255, 255, 255, 0.65) !important;
    height: 154px;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    left: 0;
  }
  .inner-banner-search-area h2 {
    font-size: 20px !important;
    margin: 0 !important;
  }
  .banner-search-form-area .btn {
    padding: 10px 30px !important;
    margin-top: 0 !important;
  } */
  .left-blocks-container {
    padding-top: 0px !important;
  }
}
  
  @media only screen and (min-width: 1px) {

.banner-search-area input[type=submit], .banner-search-area .btn-banner-search {
    padding: 13px 25px !important;
	top: -1.5px !important;
}
  }
  
  @media (min-width: 767px) and (max-width: 1024px) {
.mean-container .mean-nav {
    top: 110px;
}
}


  .inner-banner-search-area {
      position: absolute;
    background: rgba(255, 255, 255, 0.65) !important;
      right: 50px !important;
      bottom: auto !important;
    top: auto !important;
    padding: 20px 40px 10px 20px !important;
      border-radius: 4px !important;
  }

@media (max-width: 1024px) and (min-width: 767px){
    
    .post-sliders-container {
    height: auto !important;
    opacity: 1;
    padding-bottom: 10px !important;
}

.advance-search-text {
    margin: 0 0 9px 0;
}

    .site-logo {
    width: 195px;
    padding: 14px 0 16px 10px;
}
.navigation-opened .mean-container .mean-nav {
    top: -44px;
    border-top: 92px solid #ffffff;
    border-bottom: 15px solid white;
    padding-bottom: 25px !important;
    padding-top: 15px;
}
.navigation-opened .mean-container .mean-nav:before {
    display: block;
    content: "";
    background: url('https://helloperth.com.au/wp-content/themes/Helloperth/images/hello-perth-c-noab.svg') center center no-repeat;
    background-size: contain;
    width: 85px;
    height: 65px;
    position: fixed;
    top: 15px;
    left: 15px;
}
.mean-container .mean-bar a.meanmenu-reveal {
    min-height: inherit;
    margin-top: 0;
    top: 12px;
    right: 0px !important;
    position: absolute;
    background: white;
    border: 15px solid white;
    border-right: 35px solid white;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.11);
    z-index: 1000;
}
.inner-banner-search-area {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    top: 212px !important;
    right: 9px !important;
    padding: 20px 20px 10px 20px !important;
}

}



@media (max-width: 1024px) {
    .banner-search-form-area .btn {
    padding: 8px 30px !important;
    margin-top: 0 !important;
    right: 0;
    float: right;
    position: relative;
    top: -34px;
    right: -15px;
    }
}

@media (max-width: 1024px) {
    .banner-search-form-area:before {
        background-position: 0px -302px;
        width: 22px;
        height: 22px;
        top: 6px;
        /* background-size: contain; */
        left: 7px;
        opacity: 0.5;
    }
}

@media (max-width: 1024px) and (min-width: 767px) {
    
    .home-intro-banner .right-blocks-container {
        top: 61%;
    }
    
    .inner-banner-search-area h2 {
        width: 100%;
        margin-bottom: 0 !important;
        margin-top: auto !important;
        margin-bottom: 0px !important;
        font-size: 17.5px;
    }
    .adjacent-links {
        align-items: center;
        font-size: 10px;
        justify-content: space-between;
    }
    .adjacent-links > .btn {
        margin-right: 10px;
    padding: 10px 40px;
    line-height: 24px;
    }
    .adjacent-links span {
        position: relative;
        top: -7px;
    }
.inner-banner-search-area {
    width: 430px;
}
.banner-search-form-area:before {
    content: '';
    display: block;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -215px -5px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 9px;
    left: 7px;
}
.banner-search-form-area input[type=s] {
    padding-right: 260px;
}

.banner-search-form-area input[name=s] {
    height: 34px;
    border: solid 1px #c2c7cc;
    min-width: 280px;
    padding-right: 132px;
    padding-left: 32px;
    border-radius: 25px;
    z-index: 99;
}
.banner-search-form-area {
    margin-bottom: 0px;
}

.page .main-container {
    padding-top: 0;
}

.adjacent-links {
    display: flex;
    margin-top: 0px;
    margin-bottom: 30px;
}

#app-store-icon {
    max-width:125px;
    }
    #play-store-icon {
    max-width: 143px;
}

.tourist-maps-section,
.map-title-section h2, .map-title-section {
    width: 100%;
    text-align: center;
}



}

@media (max-width: 766px) {
    .adjacent-links {
        flex-direction: column;
        margin-top: 0px;
    }
    .adjacent-links > a {
        margin: 15px 0px;
    }
    .adjacent-links span {
        position: relative;
        top: -7px;
    }
}

@media (max-width: 767px){
    .flex-direction-nav {
        display: none !important;
    }
.inner-banner-search-area {
    display: block !important;
    top: 180px !important;
    right: 0px !important;
    width: 90% !important;
}
.inner-banner-search-area h2 {
    font-family: 'Montserrat';
    font-size: 21px;
    color: #c14f2f;
    font-weight: 100;
    margin: 0 0 5px 0;
    padding: 0;
}
.advance-search-text {
    margin: 0 !important;
}
    
}

.inner-banner-search-area {
    position: absolute;
    z-index: 99 !important;
}

#post-8173 {
    padding: 35px;
}

.site-caption {
    font-weight: 500 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #717171;
    text-transform: uppercase;
    TEXT-ALIGN: CENTER;
    margin: 0;
    /*margin-left: 0px !important;*/
    padding: 0;
    text-indent: 75px;
    font-style: italic;
    text-shadow: .03em .03em 0 rgba(0,0,0,0.1);
}