/*

 Theme Name: Flagstaff Power

 Theme URI: http://flagstaffpower.com.au/

 Description: Custom theme for Flagstaff Power.

 Author: BBIM

 Author URI: http://brilliantdigital.com.au/

 License: Everything copyrighted

 Version: 1.1

*/

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:300,400,400i,600,700,800|Montserrat:400,700|Raleway:400,500,600");
@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon/icomoon.eot");
    src: url("fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.woff") format("woff"), url("fonts/icomoon/icomoon.ttf") format("truetype"), url("fonts/icomoon/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    background-color: #F8F8F8;
    line-height: 30px;
    font-size: 16px;
}

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

ol,
ul {
    list-style: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
    color: #f55b3b;
}

a:focus,
button:focus {
    outline: none;
}

blockquote,
q {
    quotes: none;
}

form,
fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

a img {
    outline: none;
    border: none;
}

.visible-lg {
    display: block;
}

.visible-xs {
    display: none;
}

.clearfix {
    clear: both;
}

.clearfix::after {
    clear: both;
}

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

.clear {
    clear: both;
}

.alignnone {
    margin: 0 auto;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}

.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #414142;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-weight: 400;
}

b,
strong {
    font-weight: 700;
}

i,
em {
    font-style: italic;
    font-family: 'Lato', sans-serif;
}

ol {
    margin-left: 20px;
}

ol li {
    margin-bottom: 10px;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

h2 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 15px;
}

h3 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 15px;
}

h4 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
}

h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

h6 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

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

.btn {
    padding: 5px 30px;
    font-weight: 900;
    font-size: 11px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}

.default-btn {
    background-color: transparent;
    color: #FFF;
    border-color: #FFF;
}

.default-btn:hover {
    background-color: #f55b3b;
    border-color: #f55b3b;
}

.primary-btn {
    background-color: #f55b3b;
    color: #FFF;
    border-color: #f55b3b;
}

.primary-btn:hover {
    background-color: #FFF;
    color: #f55b3b;
    border-color: #FFF;
}

.black-btn {
    background-color: #000000;
    color: #FFF;
    border-color: #000000;
}

.black-btn:hover {
    background-color: #FFF;
    color: #000000;
    border-color: #FFF;
}

.gold-btn {
    background-color: #d3af37;
    color: #000;
    border-color: #d3af37;
}

.gold-btn:hover {
    background-color: #FFF;
    color: #d3af37;
    border-color: #FFF;
}

.skyblue-btn {
    background-color: #148c94;
    border-color: #148c94;
    color: #FFF;
}

.skyblue-btn:hover {
    background-color: #afb0b4;
    border-color: #afb0b4;
}

.white-btn {
    background-color: #FFF;
    color: #455e71;
    border-color: #FFF;
}

.white-btn:hover {
    background-color: #f55b3b;
    color: #FFF;
    border-color: #f55b3b;
}

.darkBlue-btn {
    background-color: #455e71;
    color: #FFF;
    border-color: #455e71;
}

.darkBlue-btn:hover {
    background-color: #e8edf1;
    color: #455e71;
    border-color: #e8edf1;
}

.colorTan-btn {
    color: #FFF;
    background-color: #c3ae97;
    border-color: #c3ae97;
}

.colorTan-btn:hover {
    border-color: #f55b3b;
    background-color: #f55b3b;
}

.greyBg {
    background-color: #c2c3c9;
}

.lightgreyBg {
    background-color: #f1f2f2;
}

.goldBg {
    background-color: #f1f2f2;
}

.blackBg {
    background-color: #f1f2f2;
}

.whiteBlueBg {
    background-color: #FFF;
}

.darkBlueBg {
    background-color: #0d283c;
    color: #e8edf1;
}

.darkBlueBg p {
    color: #e8edf1;
}

.lightBlueBg {
    background-color: #f55b3b;
    color: #FFF;
}

.colorO {
    color: #f55b3b;
}

.colorG {
    color: #808183;
}

.colorSb {
    color: #148c94;
}

.colorW {
    color: #FFF;
}

.colorTan {
    color: #c3ae97;
}

.mobile-view {
    opacity: 0;
}

.sm-view {
    opacity: 0;
    visibility: hidden;
}

.container {
    width: 1020px;
    margin: 0 auto;
    padding: 0 15px;
}


/* ======================================= */


/* ============== emergency changes ================= */


/* ======================================= */

.page-template-events .event-wrapper .content .row {
    margin: 60px 0 0;
}

.event-wrapper .cont-wrap .form-wrap h2 {
    font-size: 26px;
    line-height: 30px;
}

.event-wrapper .cont-wrap {
    border-bottom: 2px solid #f55b3b;
}


/* ======================================= */


/* ============== Header ================= */


/* ======================================= */

.header {
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    z-index: 9999;
    width: 100%;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
    -o-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
}

.header.sticky-header {
    background-color: white;
    padding: 10px 0;
}

.header .content {
    position: relative;
}

.header .left-wrap {
    float: left;
}

.header .logo {
    width: 270px;
    text-align: left;
}

.header .right-wrap {
    float: right;
    width: 70%;
    text-align: right;
}

.header .right-wrap .top-wrap > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
}

.header .right-wrap .top-wrap > span > span {
    display: inline-block;
    width: 120px;
    vertical-align: middle;
}

.header .right-wrap .top-wrap > span > span a {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
}

.header i {
    background-color: #f55b3b;
    color: #FFF;
    font-size: 24px;
    padding: 6px 12px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
}

.header .top-wrap > span a {
    font-weight: 700;
    font-size: 18px;
    color: #f55b3b;
}

.header .top-wrap > span.bav-btn a {
    border: 1px solid #f55b3b;
    padding: 8px 20px;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
}

.header .top-wrap > span.bav-btn a:hover {
    background-color: #f55b3b;
    color: #FFF;
}

.header .right-wrap .top-wrap a:focus {
    outline: none;
}

.header .top-wrap > span.lux {
    width: 63%;
    text-align: center;
}

.header .top-wrap > span.lux a {
    font-size: 29px;
    line-height: 39px;
}

.main-menu {
    padding-top: 20px;
    margin-right: -15px;
    margin-left: -15px;
}

svg.icon {
    display: none;
}

.nav ul#menu {
    margin: 0;
    position: relative;
}

.nav ul li a {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.nav #menu > li {
    position: relative;
    margin: 0 3px;
    z-index: 9999;
    display: inline-block;
    text-align: center;
}

.nav #menu > li > a {
    padding: 4px 8px;
    color: #000;
    display: inline-block;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.nav #menu > li > a:hover,
.nav #menu > li.current-menu-item > a,
.nav #menu > li.current-menu-parent > a {
    color: #f55b3b;
    border-bottom-color: #f55b3b;
}

.nav #menu > li > ul {
    top: 12px;
}

.nav #menu > li > ul {
    width: 100%;
    min-width: 207px;
    display: none;
    border-top: 1px solid #f55b3b;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 999;
    padding: 0px 0px;
}

.header.sticky-header .nav #menu > li > ul {
    top: 49px;
}

.header.sticky-header .nav #menu > li.largeMenu > ul {
    top: 105px;
}

.top.fixed .nav #menu > li > ul {
    top: 57px;
}

.nav #menu > li > ul > li {
    float: none;
    margin-left: 0;
    height: auto;
    text-align: left;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.05s ease-in;
    -moz-transition: all 0.05s ease-in;
    -o-transition: all 0.05s ease-in;
    transition: all 0.05s ease-in;
}

.nav #menu > li.largeMenu {
    position: static;
}

.nav #menu > li.largeMenu > ul {
    width: 100%;
    /* temporary change from 100% */
    left: 0;
    /* temporary change from 0 */
    top: 59px;
    text-align: left;
    padding: 15px 10px;
}

.nav #menu > li > ul > li a {
    display: block;
    color: #000;
    line-height: normal;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
    padding: 8px 10px;
    border-bottom: 1px solid #000;
    position: relative;
}

.nav #menu > li > ul > li:last-child > a {
    border-bottom: none;
}

.nav #menu > li.largeMenu > ul > li a {
    border-bottom: none;
}

.nav #menu > li > ul > li a:hover,
.nav #menu > li.current-menu-parent > ul > li.current-menu-item > a {
    background-color: #f55b3b;
    color: #FFF;
    text-decoration: none;
}

.nav #menu > li.largeMenu > ul.sub-menu > li {
    display: inline-block;
    width: 24.4%;
    /*temporary change from 19% */
    padding: 0 3px;
    vertical-align: top;
}

.nav #menu > li.largeMenu li.subMenu > a {
    font-weight: 600;
}

.nav #menu > li > ul.sub-menu li {
    list-style: none;
}

.nav #menu > li.largeMenu > ul.sub-menu a {
    padding: 6px 6px;
}

.nav #menu > li.largeMenu > ul.sub-menu > li.subMenu > ul.sub-menu a {
    border-bottom: 1px solid #000;
}

.menu-btn {
    border: 2px solid #0d283c;
    background-color: #FFF;
    border-radius: 2px;
    cursor: pointer;
    height: 36px;
    margin-top: 0;
    top: 0;
    right: 0;
    padding: 1px;
    position: absolute;
    width: 46px;
}

#showRightPush.menu-btn {
    float: right;
}

.lines::before {
    border-bottom: 13px double #0d283c;
    border-top: 4px solid #0d283c;
    content: "";
    height: 21px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 31px;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}

.crossBtn {
    cursor: pointer;
    display: inline-block;
    float: left;
    width: 46px;
    text-align: center;
    padding: 13px;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 9999;
    display: block;
}

.crossBtn i {
    font-size: 20px;
    color: #FFF;
}


/* ===================================== */


/* ============= Body Content ========== */


/* ===================================== */

.heroContent {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.section.slider-wrapper {
    position: relative;
}

.section.no-slider {
    min-height: 135px;
    background-color: #FFF;
}

.section_video {
    margin: 0 auto;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.bgimage {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.bgimage.layer:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
}

video {
    display: block;
}

video#bgvid {
    -webkit-transition: 1s opacity;
    -moz-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
    bottom: 0;
    margin: 0 auto;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    z-index: -100;
}

.video-js {
    width: 100%;
    background-color: transparent;
}

.video-js .vjs-tech {
    min-height: 100%;
    height: auto;
    z-index: -1;
}

.videoContent {
    position: absolute;
    top: 18%;
    left: 0;
    width: 100%;
    text-align: center;
}

.videoContent h1 {
    color: #0d283c;
}

.videoContent h4 {
    color: #306e9c;
}

.videoContent h1 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 46px;
    margin-bottom: 20px;
}

.videoContent p {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.videoContent .scrollBtn {
    background-image: url("images/scrollBg.png");
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 15px;
    display: inline-block;
    padding: 13px 27px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    min-height: 80px;
    min-width: 122px;
}

.btn-wrap {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: center;
}

.btn-wrapper {
    padding-top: 70px;
}

.btn-wrapper .btn-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 40px;
}

.btn-wrapper .btn-wrap .btn {
    color: #231f20;
    font-size: 14px;
    border-color: #686566;
    font-weight: 900;
    box-shadow: 0 0 1px #686566;
}

.btn-wrapper .btn-wrap .btn hr {
    border-color: #231f20;
}

.btn-wrapper .btn-wrap .btn:hover {
    color: #FFF;
    border-color: #f55b3b;
}

.btn-wrapper .btn-wrap .btn:hover hr {
    border-color: #FFF;
}

.btn-wrap ul,
.section .btn-wrap ul {
    padding: 0;
    margin: 0;
}

.btn-wrap ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.btn-wrap ul li a {
    padding: 10px 40px;
    text-align: center;
    min-width: 225px;
    position: relative;
}

.btn-wrap ul li a img {
    position: absolute;
    right: 12px;
    top: 11px;
    width: 28px;
}

.btn-wrap .btn > hr {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #FFF;
    display: block;
    width: 40px;
}

.section-title {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: 3px;
    position: relative;
}

.subTitle {
    color: #306e9c;
    font-weight: 400;
    font-size: 25px;
}

.mobile_bg {
    display: none;
}

.sectionTitle {
    border-bottom: 1px solid #dedede;
}

.sectionTitle h1 {
    color: #494949;
}

.section ul,
.section ol {
    padding-left: 34px;
    margin-bottom: 15px;
}

.section li {
    color: #414142;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Lato", sans-serif;
}

.section ul li {
    list-style: square;
}

.sliderContent {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 333;
}

.sliderContent .content {
    margin-top: 50%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block;
    width: 100%;
}

.sliderContent .content h4,
.sliderContent .content h1 {
    color: #FFF;
}

.sliderContent .content h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 40px;
    font-weight: 300;
}

.sliderContent .content.floatLeft {
    float: left;
    text-align: left;
}

.sliderContent .content.floatRight {
    float: right;
    text-align: right;
}

.slick-slide {
    position: relative;
}

.content-block .row {
    overflow: hidden;
    display: inline-table;
    width: 100%;
}

.content-block .imgGrid > div {
    display: inline-block;
    vertical-align: top;
}

.content-block .img-row .section-title {
    margin-top: 25px;
}

.content-block .imgGrid.grid1 > div {
    width: 100%;
}

.content-block .imgGrid.grid2 > div {
    width: 49.7%;
}

.content-block .imgGrid.grid3 > div {
    width: 33%;
}

.content-block .imgGrid.grid2 > div:first-child {
    padding-right: 1%;
}

.content-block .imgGrid.grid2 > div:last-child {
    padding-left: 1%;
}

.fullWidth {
    overflow: hidden;
    width: 100%;
    padding: 35px 0;
}

.fullWidth .section-title,
.fullWidth .section-subTitle {
    text-align: center;
}

.content-area {
    position: relative;
}

.contact-form .content-area {
    display: table;
    width: 100%;
}

.contact-form.content-left .content-area .content-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    float: none;
}

.contact-form.content-left .content-area .content-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    float: none;
}

.content-area .img-block {
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-clip: content-box;
    width: 50%;
}

.content-area .content-wrap {
    max-width: 100%;
    width: 100%;
    padding: 5% 0 12px 0;
}

.row.whiteBg .section-title,
.row .section-title {
    color: #f55b3b;
}

.row .section-title.colorSb {
    color: #148c94;
}

.row.greyBg .section-title {
    color: #FFF;
}

.content-wrap.width30 {
    max-width: 30%;
}

.content-wrap.width40 {
    max-width: 40%;
}

.content-wrap.width45 {
    max-width: 45%;
}

.content-wrap.width50 {
    max-width: 50%;
}

.content-wrap.width55 {
    max-width: 55%;
}

.content-wrap.width60 {
    max-width: 60%;
}

.content-wrap.width70 {
    max-width: 70%;
}

.img-block.width30,
.video-block.width30,
.row-img-block.width30 {
    width: 30%;
}

.img-block.width40,
.video-block.width40,
.row-img-block.width40 {
    width: 40%;
}

.img-block.width45,
.video-block.width45,
.row-img-block.width45 {
    width: 45%;
}

.img-block.width50,
.video-block.width50,
.row-img-block.width50 {
    width: 50%;
}

.img-block.width55,
.video-block.width55,
.row-img-block.width55 {
    width: 55%;
}

.img-block.width60,
.video-block.width60,
.row-img-block.width60 {
    width: 60%;
}

.img-block.width70,
.video-block.width70,
.row-img-block.width70 {
    width: 70%;
}

.row.content-left .content-area .img-block {
    right: 0;
    left: auto;
}

.row.content-right .content-area .img-block {
    left: 0;
    right: auto;
}

.steps_form {
    max-width: 600px;
    margin: auto;
    box-shadow: 0px 0px 10px grey;
    padding: 20px;
}

.content-wrap.width30 .text {
    width: 300px;
}

.content-wrap.width40 .text {
    width: 360px;
}

.content-wrap.width45 .text {
    width: 340px;
}

.content-wrap.width50 .text {
    width: 430px;
}

.content-wrap.width55 .text {
    width: 436px;
}

.content-wrap.width60 .text {
    width: 530px;
}

.content-wrap.width70 .text {
    width: 815px;
}

.contact-form .form-block .form-wrap {
    text-align: center;
    padding: 50px 0;
}

.contact-form .form-block.width45 .form-wrap {
    width: 454px;
}

.contact-form .form-block.width55 .form-wrap {
    width: 530px;
}

.form-block .submitBtn {
    padding: 12px 70px;
    background-color: #c3ae97;
    border-color: #c3ae97;
}

.content-left .content-wrap {
    padding-right: 3%;
}

.content-right .content-wrap {
    padding-left: 3%;
}

.contact-form .content-wrap {
    background-color: #c2c3c9;
}

.contact-form .content-wrap .section-title {
    color: #FFF;
}

.event-wrapper .section-title {
    color: #f55b3b;
    text-transform: none;
}

.content-right.contact-form .form-block {
    padding-right: 5%;
}

.content-left.contact-form .form-block {
    padding-left: 5%;
}

.contact-form .form-wrap form {
    margin-top: 40px;
}

.content-right .content-area .content-wrap,
.content-left .content-area .content-wrap .text,
.content-right .content-area .img-block .contact-form,
.content-left .content-area .video-block,
.content-left .content-area .row-img-block {
    float: right;
}

.content-left .content-area .content-wrap,
.content-right .content-area .content-wrap .text,
.content-left .content-area .img-block .contact-form,
.content-right .content-area .video-block,
.content-right .content-area .row-img-block {
    float: left;
}

.content-block .content-wrap a.btn {
    margin-top: 30px;
}

.greygd {
    background-image: -webkit-linear-gradient(161deg, #686766 45%, #8e8f8f 45%);
    position: relative;
}

.greygd:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    content: url("images/goldspan.png");
}

.goldgd {
    background-image: -webkit-linear-gradient(18deg, #8c7423 45%, #bfa131 45%);
}

.goldgd:before {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    content: url("images/whitespan.png");
}

.content-wrapper.monte_carlo .row.content-left,
.content-wrapper.monte_carlo .row.content-right {
    padding: 150px 0;
    position: relative;
    z-index: 222;
}

.content-wrapper.monte_carlo .row .content-wrap .text p {
    color: #414142;
    font-size: 18px;
    line-height: 26px;
}

.content-wrapper.monte_carlo .row .content-wrap .text a {
    margin-top: 20px;
    display: block;
}

.content-wrapper.monte_carlo .row .content-wrap .text span {
    color: #ffffff;
    font-size: 25px;
    line-height: 35px;
}

.content-wrapper.monte_carlo .row.whiteBg .section-title,
.content-wrapper.monte_carlo .row .section-title {
    color: rgba(255, 255, 255, 0.5);
    font-size: 60px;
    line-height: 71px;
    font-weight: 700;
}

.content-wrapper.monte_carlo .row .content-area .content-wrap {
    padding: 1% 3%;
}


/* ===================monte========== */

.content-wrapper.monte .row.whiteBg .section-title,
.content-wrapper.monte .row .section-title {
    color: #148c94;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}

.content-wrapper.monte .row .content-wrap .text p {
    color: #a8a9aa;
}

.content-wrapper.monte li {
    color: #a8a9aa;
}

.video-block {
    width: 100%;
    padding: 70px 0 20px 0;
    overflow: hidden;
}

.icon-wrapper.monte .btn-block .skyblue-btn {
    background-color: #148c94;
    border-color: #148c94;
    color: #FFF;
    font-weight: 700;
}

.icon-wrapper.monte .btn-block .skyblue-btn:hover {
    background-color: #afb0b4;
    border-color: #afb0b4;
}


/* ======== Featured content================= */

.greyfgd {
    background-image: -webkit-linear-gradient(18deg, #a8a8a8 85%, #b5b5b5 85%);
}

.greyfgd:before {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    content: url("images/whitespan.png");
}

.section.feature.monte_carlo {
    padding: 100px 0;
    position: relative;
}

.feature.monte_carlo #grid {
    display: block;
}

.feature.monte_carlo #grid > div {
    display: inline-block;
    vertical-align: top;
}

.feature.monte_carlo #grid .cols {
    margin: 40px;
    padding: 20px;
    background-color: #ffffff;
    width: 41.7%;
}

.feature.monte_carlo #grid .cols .img-block {
    height: 15em;
    min-height: 15em;
}

.feature.monte_carlo #grid .cols .content-wrap .text .section-title {
    color: #1e120d;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}

.feature.monte_carlo #grid .cols .content-wrap .text p {
    color: #1e120d;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.feature.monte_carlo #grid .cols .content-wrap .text a {
    color: #bfa131;
    font-size: 15px;
    vertical-align: middle;
}

.feature.monte_carlo #grid .cols .content-wrap .text a img {
    margin-right: 15px;
    vertical-align: middle;
}

.feature.monte_carlo #grid .cols .content-wrap .text hr {
    background-color: #bfa131;
    border: 0;
    height: 3px;
    margin: 0 0 40px;
    width: 70px;
}

.feature.monte_carlo #grid .cols .content-wrap {
    margin-top: 40px;
    margin-bottom: 20px;
}


/* ======== Featured content================= */

.row.content-left .video-block,
.row.content-right .video-block {
    padding-top: 0;
    padding-bottom: 0;
}

.section .video-link {
    margin-top: 60px;
}

.section .row.content-left .video-link,
.section .row.content-right .video-link {
    margin-top: 0;
}

.video-link iframe {
    width: 100%;
}

.btn-block {
    padding: 40px 0;
    overflow: hidden;
}

.btn-block.monte .btn {
    background-color: #000000;
    color: #d3af37;
    border-color: #000000;
    font-weight: 600;
}

.btn-block.monte .btn:hover {
    background-color: #d3af37;
    border-color: #000000;
}

.btn-block ul {
    padding: 0;
    margin: 0;
}

.btn-block li {
    list-style: none;
    display: inline-block;
}

.btn-block .btn {
    background-color: #c3ae97;
    color: #FFF;
    padding: 16px;
    margin: 0 10px;
    border-color: #c3ae97;
    font-size: 18px;
    min-width: auto;
}

.btn-block .btn:hover {
    background-color: #f55b3b;
    color: #FFF;
    border-color: #f55b3b;
}

.block-wrapper .grid-block {
    margin-top: 60px;
}

.block-wrapper .grid-block > div {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 18px;
    margin-bottom: 25px;
}

.block-wrapper .grid-block > div:last-child {
    margin-bottom: 0;
}

.grid-block .grid-content {
    margin-top: 25px;
}

.grid-block p {
    font-weight: 300;
    line-height: 22px;
}

.grid-block h5 {
    color: #f55b3b;
    text-transform: uppercase;
    font-weight: 700;
}

.event-wrapper {
    padding: 70px 0;
}

.event-wrapper .content-wrap {
    background-color: transparent;
}

.event-wrapper .content-left .form-block {
    float: right;
}

.event-wrapper .form-block.width30 {
    width: 30%;
}

.event-wrapper .form-block.width40 {
    width: 40%;
}

.event-wrapper .form-block.width45 {
    width: 45%;
}

.event-wrapper .form-block.width50 {
    width: 50%;
}

.event-wrapper .form-block.width55 {
    width: 55%;
}

.event-wrapper .form-block.width60 {
    width: 60%;
}

.event-wrapper .form-block.width70 {
    width: 70%;
}

.event-wrapper .content-wrap.width30 .text,
.event-wrapper .content-wrap.width40 .text,
.event-wrapper .content-wrap.width45 .text,
.event-wrapper .content-wrap.width50 .text,
.event-wrapper .content-wrap.width55 .text,
.event-wrapper .content-wrap.width60 .text,
.event-wrapper .content-wrap.width70 .text,
.inner-wrapper .content-wrap.width30 .text,
.inner-wrapper .content-wrap.width40 .text,
.inner-wrapper .content-wrap.width45 .text,
.inner-wrapper .content-wrap.width50 .text,
.inner-wrapper .content-wrap.width55 .text,
.inner-wrapper .content-wrap.width60 .text,
.inner-wrapper .content-wrap.width70 .text {
    width: 100%;
}

.event-wrapper .cont-wrap {
    padding: 0 0 30px 0;
}

.event-wrapper .cont-wrap .content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.event-wrapper .form-wrap .form-control {
    border: 1px solid #b9babd;
}


/* ===================================== */


/* ======= Home Bottom Section ========= */


/* ===================================== */

.newsevents-wrapper > .content {
    display: table;
    max-width: 100%;
    width: 100%;
    position: relative;
}

.newsevents-wrapper > .content:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 100px;
    width: 100%;
    left: 0;
    z-index: 222;
}

.newsevents-wrapper .section-title {
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0;
    padding: 30px;
    width: 510px;
    text-align: center;
    position: relative;
    text-transform: none;
    z-index: 333;
}

.newsevents-wrapper .leftCont .section-title {
    float: right;
}

.newsevents-wrapper .rightCont .section-title {
    float: left;
}

.newsevents-wrapper .leftCont,
.newsevents-wrapper .rightCont {
    display: table-cell;
    vertical-align: top;
}

.newsevents-wrapper .leftCont {
    width: 50%;
    background-color: #c3ae97;
    padding: 0;
}

.newsletterForm .submitBtn {
    margin-top: 20px;
    background-color: transparent;
    border-color: #FFF;
    font-size: 14px;
    padding: 12px 20px;
    letter-spacing: 4px;
    float: left;
    width: 170px;
}

.newsletterForm .submitBtn:hover {
    background-color: transparent;
    color: #f55b3b;
}

.signUpForm {
    width: 510px;
    float: right;
    padding: 30px 70px 50px 30px;
}

.newsletterForm .section-title {
    margin-bottom: 5px;
}

.newsletterForm h5 {
    color: #f55b3b;
    font-size: 15px;
    font-weight: 400;
}

.newsevents-wrapper .events-wrap {
    float: left;
    padding: 30px 30px 50px 70px;
    width: 510px;
    position: relative;
    z-index: 333;
}

.events-wrap ul {
    padding: 0;
    margin: 0;
}

.events-wrap li {
    list-style: none;
    display: block;
    margin-bottom: 15px;
    color: #FFF;
    font-size: 16px;
}

.events-wrap li a {
    text-decoration: underline;
}

.events-wrap li > span {
    display: inline-block;
    vertical-align: top;
}

.events-wrap li .event-date {
    width: 60px;
    background-color: #f55b3b;
    font-weight: 700;
    padding: 4px 8px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.events-wrap .event-date > span {
    display: block;
}

.events-wrap .event-name {
    width: 84%;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
}

.events-wrap .event-name a {
    display: block;
    color: #f55b3b;
    font-size: 16px;
}


/* ===================================== */


/* ============= Inner Page ============ */


/* ===================================== */

#heroSlider,
.regular.gallery_slider {
    width: 100%;
}

#heroSlider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

#heroSlider .slick-slide img,
.heroSlider .slick-slide img,
.regular.gallery_slider .slick-slide img {
    width: 100%;
}

#heroSlider .slick-prev {
    left: 30px;
}

#heroSlider .slick-next {
    right: 30px;
}

#heroSlider .slick-prev,
#heroSlider .slick-next {
    z-index: 333;
    height: 50px;
    width: 50px;
}

#heroSlider .slick-prev i,
#heroSlider .slick-next i {
    color: #0d283c;
    font-size: 50px;
}

#heroSlider .slick-prev:before,
#heroSlider .slick-next:before {
    content: '';
}

#heroSlider .slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
}

#heroSlider .slick-dots li {
    list-style: none;
    margin: 0;
}

#heroSlider .slick-dots li button:before {
    font-size: 16px;
    opacity: 1;
    color: #FFF;
}

#heroSlider .slick-dots li.slick-active button:before,
#heroSlider .slick-dots li button:hover:before {
    color: #f55b3b;
    opacity: 1;
}

.hero-wrapper {
    min-height: 400px;
    text-align: center;
    position: relative;
}

.hero-wrapper .content {
    padding: 300px 0 70px 0;
}

.hero-wrapper .content h1 {
    color: #FFF;
    display: inline-block;
    padding: 12px 10px;
    background-color: rgba(0, 0, 0, 0.4);
}

.inner-wrapper {
    padding: 40px 0 70px 0;
    overflow: hidden;
}


/* ===========Inner Monte Carlo======== */

.inner-wrapper.monte-carlo {
    background-color: #FFF;
    padding-top: 0px;
}

.section.content-block.inner-wrapper.monte-carlo .title {
    padding-top: 15px;
}

.inner-wrapper.monte-carlo .row {
    background-color: #f1f2f2;
    padding-top: 30px;
}

.monte-carlo .row .section-title {
    color: #148c94;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
}

.monte-carlo .row p {
    color: #929394;
}

.monte-carlo .row a {
    color: #148c94;
}


/* =========== Monte Carlo Index ======== */

.page-template-monte-carlo-index .content-block.inner-wrapper.monte-carlo {
    padding-bottom: 0;
}

.page-template-monte-carlo-index .index-wrapper.monte-carlo {
    padding-top: 0;
    background-color: white;
}

.page-template-monte-carlo-index .index-wrapper.monte-carlo .post-wrap {
    background-color: #f1f2f2;
    box-shadow: 0 0 5px #148c94;
    border: 1px solid #148c94;
}

.page-template-monte-carlo-index .index-wrapper.monte-carlo .post-wrap h5.post-title a {
    color: #148c94;
}

.page-template-monte-carlo-index .index-wrapper.monte-carlo .post-wrap h5 {
    min-height: 60px;
}

.page-template-monte-carlo-index .index-wrapper.monte-carlo .post-wrap p {
    color: #969798;
    min-height: 190px;
}

.page-template-monte-carlo-index .index-wrapper.monte-carlo .post-wrap a.btn.primary-btn {
    border-color: #148c94;
    background-color: #148c94;
    color: #FFF;
}

.page-template-monte-carlo-index .index-wrapper.monte-carlo .post-wrap a.btn.primary-btn:hover {
    border-color: #148c94;
    background-color: #fff;
    color: #148c94;
}


/* ===========steps======== */

.inner-wrapper.steps {
    background-color: #ffffff;
}

.inner-wrapper .top-wrap {
    padding: 40px 0;
    overflow: hidden;
}

.inner-wrapper .top-wrap h1 {
    font-size: 42px;
    line-height: 52px;
}

.inner-wrapper .top-wrap .img {
    padding: 20px 0;
}

.inner-wrapper .content-area.steps {
    margin-bottom: 60px;
}

.inner-wrapper .content-area.steps h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.inner-wrapper .content-area.steps h3 span {
    color: #ee5b3b;
}

.inner-wrapper .content-right .content-wrap {
    padding-left: 5%;
}

.inner-wrapper .content-area.steps p {
    font-size: 16px;
    color: #929292;
}

.inner-wrapper .content-area.steps:last-child {
    margin-bottom: none;
}


/* ===========steps======== */

.content-block .fullwidth {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}

.content-block .row .fullwidth {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
}


/* ===================================== */


/* =========== Image Gallery =========== */


/* ===================================== */

.gallery-wrapper {
    padding: 70px 0 0 0;
    overflow: hidden;
    width: 100%;
}

.gallery-wrapper.monte {
    font-family: 'Lato', sans-serif;
}

.gallery-wrapper.monte .section-title hr {
    border: 0;
    background: #d3af37;
    height: 3px;
    width: 50px;
}

.gallery-wrapper.monte {
    padding: 70px 0;
    background-color: #fff;
}

.gallery-wrapper.monte figure.effect-fss figcaption > img {
    text-align: center;
    padding-top: 60px;
    margin: 0 auto;
}

.gallery-wrapper.monte figure.effect-fss figcaption::before {
    position: absolute;
    top: 0;
    right: 35%;
    bottom: 20%;
    left: 35%;
    border: none;
    border-bottom: 5px solid #fff;
    content: '';
}

.gallery-wrapper.monte figure.effect-fss:hover figcaption {
    background-color: rgba(0, 0, 0, 0.6);
}

.gallery-wrapper .grid-wrap {
    margin-top: 50px;
}

.grid-wrap .controls {
    margin: 30px 0;
    text-align: center;
}

.grid-wrap .controls button {
    background-color: transparent;
    border: 1px solid #999999;
    color: #999999;
    font-size: 15px;
    padding: 4px 13px;
    cursor: pointer;
    margin: 0 4px;
}

.grid-wrap .controls button.mixitup-control-active,
.grid-wrap .controls button:hover {
    background-color: #0f346c;
    color: #FFF;
    border: 1px solid #0f346c;
}

.grid-wrap .mix img {
    max-width: 100%;
}

.grid-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    list-style: none;
    text-align: center;
}

.grid-wrap figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
    height: 280px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.grid-wrap figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 0.8;
}

.grid-wrap figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid-wrap figure figcaption::before,
.grid-wrap figure figcaption::after {
    pointer-events: none;
}

.grid-wrap figure figcaption,
.grid-wrap figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20%;
    height: 100%;
}

.grid-wrap figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid-wrap figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid-wrap figure h2 span {
    font-weight: 800;
}

.grid-wrap figure h2,
.grid-wrap figure p {
    margin: 0;
}

.grid-wrap figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-fss figcaption {
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

figure.effect-fss figcaption:before {
    position: absolute;
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-fss h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-fss figcaption:before,
figure.effect-fss figcaption > img {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-fss figcaption > img {
    text-align: center;
    padding-top: 38px;
    margin: 0 auto;
}

figure.effect-fss:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-fss:hover figcaption:before,
figure.effect-fss:hover figcaption > img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-fss:hover figcaption {
    background-color: rgba(245, 91, 59, 0.7);
}


/* ===================================== */


/* ============== Blog Post ============ */


/* ===================================== */

.fs-blog-wrapper {
    padding: 70px 0;
    overflow-y: hidden;
    background-color: #FFF;
}

.inner-row {
    margin-right: -15px;
    margin-left: -15px;
}

.fs-blog-wrapper .blog-content {
    margin-top: 60px;
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.fs-blog-wrapper .blog-content > div {
    display: table-cell;
    vertical-align: top;
    width: 33%;
    padding: 0 15px 60px 15px;
    text-align: center;
    position: relative;
    border-right: 1px solid #dddee0;
}

.fs-blog-wrapper .blog-content > div:last-child {
    border-color: transparent;
}

.blog-content a.btn:hover {
    background-color: transparent;
    border-color: #f55b3b;
    color: #f55b3b;
}

.blog-content .post-img {
    margin-bottom: 20px;
}

.blog-content .post-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
}

.blog-content .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center;
}

.blog-content p {
    color: #8a8b8c;
}

.blog-wrapper {
    padding: 70px 0;
    overflow: hidden;
    width: 100%;
    background-color: #f8f8f8;
}

.blog-wrapper .left-wrap {
    float: left;
    width: 70%;
}

.blog-wrapper .right-wrap {
    float: right;
    padding-left: 3%;
    width: 30%;
}

.blog-wrapper .post-wrap {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 0 2px #b9b9b9;
    padding: 5px;
    border-bottom: 2px solid #f55b3b;
}

.blog-wrapper .post-img {
    width: 270px;
    float: left;
    margin-bottom: 0;
}

.blog-wrapper .post-info {
    width: 68%;
    float: right;
}

.search-wrapper .post-info {
    width: 76%;
}

.btnwrap {
    display: block;
    margin-top: 15px;
    text-align: center;
}

.btnwrap a.more-btn {
    background-color: #c3ae97;
    border-color: #c3ae97;
    color: #FFF;
    font-size: 14px;
}

.btnwrap a.more-btn:hover {
    background-color: transparent;
    border-color: #f55b3b;
    color: #f55b3b;
}

.blog-wrapper .post-info h5,
.blog-wrapper .post-text h5,
.blog-wrapper .post-info h5 a,
.blog-wrapper .post-text h5 a {
    color: #414142;
}

.blog-wrapper a.read-more {
    float: right;
}

.blog-wrapper .right-wrap .latest-post {
    margin-bottom: 20px;
}

.blog-wrapper .post-text h5 {
    font-size: 20px;
    margin-top: 10px;
}

.blog-wrapper .right-wrap .read-btn {
    float: none;
    letter-spacing: 1px;
    padding: 1px 6px;
    float: none;
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    color: #595f6f;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 8px;
}

.widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.widget ul li {
    list-style: none;
    color: #595f6f;
    font-weight: 400;
    font-size: 14px;
    line-height: inherit;
}

.widget_categories li {
    border-bottom: 1px solid #ebedf2;
    padding: 5px 0;
}

.widget ul li a {
    color: #595f6f;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}

.widget_categories li a {
    position: relative;
}

.widget_categories li a:before {
    font-family: 'FontAwesome';
    content: "\f138";
    vertical-align: middle;
    font-size: 12px;
    margin-right: 8px;
    color: #d2d5de;
}

.widget_categories li a:hover:before,
.widget_categories li a:hover .count {
    color: #13b8da;
}

.widget ul li .count {
    float: right;
    color: #d2d5de;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}

.widget_tags li {
    display: inline-block;
    margin-bottom: 8px;
}

.widget_tags ul li a {
    padding: 2px 24px;
    color: #333333;
    border: 1px solid #d2d5de;
}

.widget_tags ul li a:hover {
    background-color: #13b8da;
    color: #FFF;
}

.section.pagination {
    text-align: center;
    padding: 34px 0;
    border-top: 1px solid #e5e5e5;
}

div.pagination .pages,
div.pagination .previouspostslink {
    float: left;
    font-weight: 400;
    margin-top: 0;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 10px;
}

div.pagination a.page,
div.pagination span.current {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    display: inline-block;
    margin: 1px 6px;
    line-height: 18px;
    padding: 4px 10px;
    text-decoration: none;
    font-weight: 400;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 2px solid #f55b3b;
}

.wp-pagenavi .nextpostslink {
    font-weight: 400;
    margin-top: 0;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 4px 10px;
}

div.pagination span.current,
div.pagination a.page:hover {
    border-color: #f55b3b;
}

.blog-wrapper .search-form {
    position: relative;
    margin-bottom: 15px;
}

.blog-wrapper .search-form input[type="search"] {
    background-color: transparent;
    border: 2px solid #b9babd;
    display: inline-block;
    color: #000000;
    font-size: 15px;
    margin-top: 0;
    padding: 8px 35px 8px 12px;
    width: 100%;
}

.blog-wrapper .search-form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.blog-wrapper .search-form .submit-btn {
    background-color: transparent;
    background-image: url("images/searchicon.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    height: 19px;
    position: absolute;
    right: 9px;
    top: 10px;
    width: 28px;
    margin-top: 0;
    z-index: 333;
}

.newsletter-form {
    margin: 0 0 15px 0;
}

.newsletter-form p {
    text-align: left;
}

.newsletter-form .newsForm {
    margin: 15px 0;
}

.newsletter-form > span {
    background-color: #f55b3b;
    color: #FFF;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding: 8px 6px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border: 1px solid #f55b3b;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.newsletter-form > span:hover {
    background-color: transparent;
    color: #f55b3b;
}

.newsletter-form input {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    text-indent: 4px;
    margin-bottom: 0;
    color: #000000;
}

.newsletter-form input[type="text"] {
    border: 1px solid #b9babd;
    margin-bottom: 10px;
    padding: 10px 10px 10px 55px;
}

.newsletter-form input[type="email"] {
    border: 1px solid #b9babd;
    margin-bottom: 10px;
    padding: 10px 10px 10px 55px;
}

.newsletter-form input[type="submit"] {
    text-indent: 0px;
    margin-top: 0;
    background-color: #c3ae97;
    border: 1px solid #c3ae97;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.newsletter-form .mc4wp-checkbox {
    display: none;
}

.newsletter-form input[type="submit"]:hover {
    background-color: #423f40;
    border-color: #423f40;
}


/* ===================================== */


/* ============= Other Page ============ */


/* ===================================== */

.page-wrapper,
.error-wrapper,
.search-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 40px 0;
}

.section .search-form input.search-field {
    background-color: transparent;
    border: none;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #b9babd;
    font-size: 15px;
    color: #000;
    padding: 8px 12px;
    width: 300px;
    position: relative;
    font-weight: 500;
}

.search-submit {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-align: center;
    vertical-align: top;
}

.search-submit:hover {
    background-color: transparent;
    border-color: #f55b3b;
    color: #f55b3b;
}


/* ===================================== */


/* ============ Contact Page =========== */


/* ===================================== */

.mapCont {
    min-height: 610px;
}

.mapCont .infoBox {
    background-image: none !important;
    width: 280px !important;
}

.mapCont .map_p {
    margin-bottom: 10px;
    font-size: 14px;
}

.mapCont .infoBox > div {
    background-color: #FFF !important;
    position: relative;
}

.mapCont .infoBox .map_h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}

.mapCont .infoBox > div:after,
.mapCont .infoBox > div:before {
    right: 100%;
    top: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mapCont .infoBox > div:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 15px;
    margin-top: -15px;
}

.mapCont .infoBox > div:before {
    border-color: rgba(238, 238, 238, 0);
    border-right-color: #eee;
    border-width: 18px;
    margin-top: -18px;
}


/* ===================================== */


/* =========== Instagram Feed ========== */


/* ===================================== */

.instafeed-wrapper {
    padding: 60px 0 0 0;
    overflow: hidden;
}

.instafeed-wrapper .feed-wrap {
    margin-top: 60px;
}

.instafeed-wrapper .feed-wrap > div {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 25%;
    height: 300px;
}


/* ===================================== */


/* ============== Core Value =========== */


/* ===================================== */

.section.icon-wrapper {
    width: 100%;
    overflow: hidden;
}

.icon-wrapper .layer,
.block-wrapper .layer {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 70px 0;
}

.page-template-product-container .block-wrapper .grid-img,
.page-template-product .block-wrapper .grid-img {
    box-shadow: 0 0 2px grey;
    padding: 10px;
    background-color: white;
}

.page-template-product-container .block-wrapper .layer,
.page-template-product .block-wrapper .layer {
    padding: 30px 0 0 0;
}

.page-template-product-container .block-wrapper .grid-block,
.page-template-product .block-wrapper .grid-block {
    margin-top: 0px;
}

.page-template-product-container .block-wrapper .video-link,
.page-template-product .block-wrapper .video-link {
    margin-top: 0;
}

.icon-wrap {
    text-align: center;
    margin: 80px auto 0 auto;
    display: table;
    width: 100%;
}

.icon-wrapper .icon-type > div {
    display: table-cell;
    vertical-align: top;
    width: 247px;
    position: relative;
    padding: 0 20px;
}

.icon-wrapper .icon-type h6 {
    margin-top: 15px;
    font-size: 15px;
}

.icon-wrapper .icon-type h6,
.icon-wrapper .icon-type h6 a {
    color: #414142;
    font-weight: 700;
}

.icon-wrapper .icon-type h6 a > hr {
    border: none;
    width: 30px;
    margin: 15px auto 0 auto;
    border-bottom: 2px solid #FFF;
}

.icon-wrapper .icon-type p {
    line-height: 20px;
    font-size: 15px;
    font-weight: 300;
    color: #414142;
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 10px 10px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: transparent;
}

.hi-icon > span {
    background-color: transparent;
    border: 2px solid transparent;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}


/* Effect 8 */

.icon-effect .hi-icon {
    background: #c3ae97;
    padding: 0px;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.icon-effect .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.icon-effect .hi-icon:hover {
    background: rgba(245, 91, 59, 0.9);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

.icon-effect .hi-icon:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #f55b3b, 0 0 0 10px rgba(245, 91, 59, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #f55b3b, 0 0 0 10px rgba(245, 91, 59, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #f55b3b, 0 0 0 10px rgba(245, 91, 59, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #f55b3b, 0 0 0 10px rgba(245, 91, 59, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #f55b3b, 0 0 0 10px rgba(245, 91, 59, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #f55b3b, 0 0 0 10px rgba(245, 91, 59, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.black {
    color: #000000;
}

.icon-wrapper.monte .icon-effect .hi-icon {
    background: transparent;
    border: 1px solid #d3af37;
}

.icon-wrapper.monte .layer {
    background-color: #fff;
    border-bottom: 1px solid #000;
}

.icon-wrapper.monte .icon-wrap {
    margin-bottom: 10px;
}

.icon-wrapper.monte .icon-effect .hi-icon:hover {
    background: rgba(211, 174, 54, 0.6);
}

.icon-wrapper.monte .icon-effect .hi-icon:hover:after {
    -webkit-animation: montesonarEffect 1.3s ease-out 75ms;
    -moz-animation: montesonarEffect 1.3s ease-out 75ms;
    animation: montesonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes montesonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(211, 174, 54, 0.6), 0 0 10px 10px #d3af37, 0 0 0 10px rgba(211, 174, 54, 0.11);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(211, 174, 54, 0.6), 0 0 10px 10px #d3af37, 0 0 0 10px rgba(211, 174, 54, 0.11);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes montesonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(211, 174, 54, 0.6), 0 0 10px 10px #d3af37, 0 0 0 10px rgba(211, 174, 54, 0.11);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(211, 174, 54, 0.6), 0 0 10px 10px #d3af37, 0 0 0 10px rgba(211, 174, 54, 0.11);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes montesonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(211, 174, 54, 0.6), 0 0 10px 10px #d3af37, 0 0 0 10px rgba(211, 174, 54, 0.11);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(211, 174, 54, 0.6), 0 0 10px 10px #d3af37, 0 0 0 10px rgba(211, 174, 54, 0.11);
        transform: scale(1.5);
        opacity: 0;
    }
}


/* ===================================== */


/* ============ Contact Form =========== */


/* ===================================== */


/* ================  heading =================== */

.monte-carlo.video {
    background-color: #fff;
    padding: 60px 0;
}

.monte-carlo.video .video-block iframe {
    width: 100%;
    height: 470px;
}

.monte-carlo.video .video-block {
    background-color: black;
    padding: 30px;
    margin: 30px 0 0;
}

.monte-carlo.video .video-block p {
    background-color: black;
    padding: 0;
    margin: 0;
}

.monte-carlo .top-wrap {
    font-family: 'Montserrat', sans-serif;
}

.monte-carlo .title h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}

.title h1 span {
    font-weight: 300;
}

.monte-carlo .title hr {
    width: 80px;
    background-color: #f55b3b;
    border: none;
    height: 2px;
}

.monte-carlo .title .hr {
    position: relative;
    display: inline-block;
}

.monte-carlo .title h1.hr {
    color: #148c94;
}

.monte-carlo .title p {
    margin-top: 10px;
    font-size: 24px;
    line-height: 34px;
    color: #929394;
}


/* ================  heading =================== */

.contact-page {
    padding: 40px 0 0 0;
    overflow: hidden;
}

.contact-wrapper.monte_carlo {
    background-color: #ffffff;
}

.contact-wrapper.monte_carlo a {
    color: #d3af37;
}

.contact-wrapper.monte_carlo .section-title {
    color: #148c94;
}

.contact-wrapper.monte_carlo h4 {
    color: #969798;
}

.contact-wrapper.monte_carlo .submitBtn {
    background-color: #148c94;
    border-color: #148c94;
    color: #FFF;
}

.contact-wrapper.monte_carlo .submitBtn:hover {
    background-color: transparent;
    color: #148c94;
    border-color: #148c94;
}

.contact-wrapper {
    padding: 70px 0;
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
}

.other-info {
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
}

#map_canvas {
    height: 350px;
}

#map_canvas .infoBox {
    background-image: none !important;
    width: 280px !important;
}

#map_canvas .map_p {
    margin-bottom: 10px;
    font-size: 14px;
}

#map_canvas .infoBox > div {
    background-color: #FFF !important;
    position: relative;
}

#map_canvas .infoBox .map_h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}

#map_canvas .infoBox > div:after,
#map_canvas .infoBox > div:before {
    right: 100%;
    top: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#map_canvas .infoBox > div:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 15px;
    margin-top: -15px;
}

#map_canvas .infoBox > div:before {
    border-color: rgba(238, 238, 238, 0);
    border-right-color: #eee;
    border-width: 18px;
    margin-top: -18px;
}

.other-info > div {
    display: inline-block;
    vertical-align: top;
    width: 49.7%;
    text-align: left;
}

.other-info > div:first-child {
    padding: 2%;
}

.other-info > div:last-child {
    padding: 2%;
}

.contact-wrapper .bodyContent {
    margin: 25px 0;
    overflow: hidden;
    width: 100%;
}

.contact-wrapper .form-wrap {
    margin: 0 auto;
    padding: 50px;
    box-shadow: 0 0 7px #d4cbcb;
    text-align: center;
    max-width: 600px;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}

.form-group label {
    font-weight: 500;
    color: #a5a7aa;
    font-size: 15px;
    text-transform: uppercase;
}

.form-group > label {
    margin-right: 20px;
}

.form-group .custom-checkbox > span {
    margin-right: 15px;
}

.form-group .form-control {
    background-color: transparent;
    border: none;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #b9babd;
    border-left: 1px solid #b9babd;
    font-size: 14px;
    color: #000;
    padding: 12px 12px;
    width: 100%;
    position: relative;
    font-weight: 500;
}

.contact-wrapper .form-group .form-control {
    padding: 6px 12px;
}

.captcha-box {
    position: relative;
}

.captcha-box > span:first-child {
    background-color: #afb0b4;
    padding: 12px 12px;
    border: 1px solid #afb0b4;
    text-align: center;
    display: inline-block;
}

.contact-wrapper .captcha-box > span:first-child {
    background-color: transparent;
    padding: 5px 0;
    border-color: transparent;
    float: right;
    width: auto;
    right: 0;
    position: absolute;
}

.form-group.grid3 > span {
    display: inline-block;
    vertical-align: top;
    width: 31.4%;
}

.form-group.grid2 > span {
    display: inline-block;
    vertical-align: top;
    width: 48.9%;
}

.form-group.grid3 > span:nth-of-type(2) {
    margin: 0 2%;
}

.form-group.grid2 > span:first-child {
    margin-right: 1%;
}

.form-group.grid2 > span:last-child {
    margin-left: 1%;
}

.form-group textarea {
    resize: none;
}

.submitBtn {
    cursor: pointer;
    padding: 12px 60px;
    text-align: center;
    margin-top: 15px;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 6px;
    background-color: #c3ae97;
    border-color: #c3ae97;
}

.submitBtn:hover {
    background-color: transparent;
    border-color: #f55b3b;
    color: #f55b3b;
}

.modal-body .submitBtn {
    padding: 10px 30px;
    width: 100%;
}

.modal-body .form-group .form-control {
    padding: 6px 12px;
}

.custom-select {
    background-color: #ffffff;
    border: 1px solid #b9babd;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    padding: 12px 8px;
    width: 100%;
    position: relative;
    font-weight: 500;
}

.modal-body .captcha-box > span:first-child {
    padding: 4px 12px;
}

.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #a5a7aa;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: #a5a7aa;
}

.form-control::-moz-placeholder {
    color: #a5a7aa;
}

.monte_carlo .form-control:-ms-input-placeholder {
    color: #148c94;
}

.monte_carlo .form-control::-webkit-input-placeholder {
    color: #148c94;
}

.monte_carlo .form-control:-moz-placeholder {
    color: #148c94;
}

.monte_carlo .form-control::-moz-placeholder {
    color: #148c94;
}

.monte_carlo .form-control:-ms-input-placeholder {
    color: #148c94;
}

div.wpcf7-response-output {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 2px;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 0 15px 0;
    max-width: 100%;
    width: 100%;
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 1em 0.8em;
    width: 60%;
    font-size: 16px;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 8px 2em;
    width: 40%;
    color: #a5a7aa;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.newsletter-form .input__label {
    padding: 2px 2em;
}

.input__label-content {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    border-right: 1px solid #c3ae97;
    padding-right: 20px;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #a5a7aa;
    font-size: 150%;
}


/* fs */

.input--fs {
    overflow: hidden;
    background: #fff;
}

.input__field--fs {
    width: 100%;
    background: transparent;
    padding-left: 5.75em;
    color: #a5a7aa;
}

.input__label--fs {
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    color: #D2D2D2;
}

.input__label-content--fs {
    display: inline-block;
    width: auto;
    color: #a5a7aa;
    -webkit-transform: translate3d(-1.75em, 0, 0);
    transform: translate3d(-1.75em, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.icon--fs {
    display: inline-block;
    margin-top: 12px;
    -webkit-transform: translate3d(-2.5em, 0, 0);
    transform: translate3d(-2.5em, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__field--fs:focus + .input__label--fs .input__label-content--fs,
.input--filled .input__label-content--fs {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}

.input__label-content--fs,
.icon--fs,
.input__field--fs:focus + .input__label--fs .input__label-content--fs,
.input--filled .input__label-content--fs {
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.input__field--fs:focus + .input__label--fs .icon--fs,
.input--filled .icon--fs {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.contact-wrapper address {
    margin-top: 25px;
}

.contact-wrapper address a {
    display: block;
}

.contact-wrapper address > span {
    display: inline-block;
    width: 49.3%;
    vertical-align: top;
    margin-top: 15px;
}

.contact-wrapper address > span:last-child {
    margin-bottom: 0;
}

.signUpForm .mc4wp-response {
    display: inline-block;
    margin-top: 14px;
    text-align: left;
    width: 100%;
}

.signUpForm .mc4wp-response p {
    color: #FFF;
}

.chimp-checkbox {
    opacity: 0;
    height: 0;
}


/* ===================================== */


/* ============== Boat Index =========== */


/* ===================================== */

.index-wrapper {
    padding: 70px 0 15px 0;
    overflow: hidden;
}

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

.index-content > div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 31%;
    padding: 15px;
    margin: 1%;
    box-shadow: 0 0 1px #c0c2c4;
    border: 1px solid #c0c2c4;
}

.index-content h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #423f40;
    text-transform: uppercase;
    font-size: 18px;
    margin: 25px 0 10px 0;
}

.index-content h5 a {
    color: #423f40;
}

.index-content p {
    color: #636466;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.index-content a.btn {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

.index-content a.btn:hover {
    border-color: #f55b3b;
    color: #f55b3b;
}


/* ===================================== */


/* ========= Monte Modal Page ========== */


/* ===================================== */

.monte-modal {
    background-color: #FFF;
    overflow: hidden;
}

.monte-modal .row .section-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

.monte-modal .content-block .fullwidth {
    padding: 60px 0;
}

.monte-modal .video-block {
    padding: 0 0 50px 0;
}

.monte-modal .video-link {
    margin-top: 0;
}

.monte-modal .video-block iframe {
    width: 100%;
    height: 800px;
}

.monte-modal .slider-wrapper {
    padding: 50px 0 0 0;
    display: block;
}

.monte-modal .regular.gallery_slider {
    margin-top: 30px;
}

.monte-modal .regular.gallery_slider .slick-dots {
    bottom: -24px;
    position: relative;
}

.monte-modal .regular.gallery_slider .slick-dots li button::before {
    content: '';
}

.monte-modal .regular.gallery_slider.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.monte-modal .regular.gallery_slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 5px;
}

.monte-modal .regular.gallery_slider .slick-dots li button {
    border: 2px solid #148c94;
    background-color: transparent;
    border-radius: 90px;
    width: 16px;
    height: 16px;
}

.monte-modal .regular.gallery_slider .slick-dots li.slick-active button,
.monte-modal .regular.gallery_slider .slick-dots li button:hover {
    background-color: #148c94;
}

.monte-modal .row p,
.monte-modal .row li {
    color: #56595c;
    font-weight: 300;
}

.monte-modal .btn-block .skyblue-btn {
    background-color: #148c94;
    border-color: #148c94;
    color: #FFF;
    font-weight: 700;
}

.monte-modal .btn-block .skyblue-btn:hover {
    background-color: #afb0b4;
    border-color: #afb0b4;
}

.slider-wrapper > .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}


/* ===================================== */


/* =========== Service Page ============ */


/* ===================================== */

.package-wrapper {
    padding: 70px 0 0 0;
    overflow: hidden;
    widows: 100%;
}

.package-wrapper .inner-wrapper {
    padding-bottom: 0;
    padding-top: 50px;
}

table {
    border: 1px solid #c4c6c8;
    padding: 10px 0;
    position: relative;
}

.bv-icon {
    position: absolute;
    top: -48px;
    left: 50px;
}

table th {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #423f40;
    font-size: 20px;
    padding: 15px 20px;
    border-bottom: 1px solid #c4c6c8;
    position: relative;
}

table td {
    text-align: left;
    color: #414142;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 20px;
}

table tr > td:first-child {
    font-weight: 600;
}

.package-wrapper .content-block .content > div.row {
    margin-bottom: 40px;
}

.package-wrapper .content-block .content > div.row:last-child {
    margin-bottom: 0;
}

.package-wrapper .row-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}

.package-wrapper .content-area .content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.package-wrapper p {
    font-weight: 300;
}

.package-option {
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #d8d9d9;
}

.package-option > span {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    padding: 15px 0;
}

.package-option > span {
    color: #f55b3b;
    font-weight: 700;
}

.package-option strong {
    color: #423f40;
}


/* ===================================== */


/* =============== Footer ============== */


/* ===================================== */

.footer {
    color: #ded3d3;
    background-color: #423f40;
    border-top: 1px solid #423f40;
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
}

.footer.montecarlo {
    background-color: #000000;
    color: #ffffff;
    border-top: 1px solid #000000;
}

.footer.montecarlo .socialLinks ul li a:hover {
    background-color: #d3af37;
    color: #ffffff;
}

.footer.montecarlo li a:hover,
.footer.montecarlo li.current-menu-item a {
    color: #d3af37;
}

.footer-top {
    overflow: hidden;
}

.footer .leftCont,
.footer .middleCont {
    float: left;
}

.footer .leftCont {
    width: 250px;
    margin-top: 44px;
}

.footer .middleCont {
    padding: 0 2%;
    width: 486px;
    text-align: center;
}

.footer address {
    font-size: 13px;
    line-height: 20px;
    color: #FFF;
    font-weight: 300;
}

.footer address a {
    margin-bottom: 10px;
    display: block;
    color: #FFF;
}

.footer address > span {
    display: inline-block;
    vertical-align: top;
    width: 45.5%;
    margin-bottom: 15px;
}

.footer .rightCont {
    width: 200px;
    float: right;
    margin-top: 30px;
}

.footer h5 {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer .fmenu {
    border-top: 2px solid #a09f9f;
    border-bottom: 2px solid #a09f9f;
}

.footer .fmenu ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.footer li {
    display: inline-block;
    list-style: none;
    margin: 0 20px;
}

.footer li a {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.footer li a:hover,
.footer li.current-menu-item a {
    color: #f55b3b;
}

.copyrights .content {
    position: relative;
}

.copyrights {
    padding: 20px 0 0 0;
}

.copyrights p {
    margin: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    text-align: center;
}

.copyrights p a {
    color: #FFF;
}

.copyrights p a:hover {
    color: #f55b3b;
}

.copyrights p span {
    margin: 0 15px;
    color: #b01919;
    font-size: 20px;
    vertical-align: top;
}

.footer .socialLinks {
    text-align: center;
    margin: 26px 0;
}

.footer .socialLinks ul li {
    margin: 0 10px;
}

.footer .socialLinks ul li a {
    width: 44px;
    height: 44px;
    display: inline-block;
    background-color: transparent;
    padding: 12px;
    border: 2px solid #FFF;
    text-align: center;
    border-radius: 25px;
    color: #FFF;
}

.socialLinks li a i {
    font-size: 17px;
}

.footer .socialLinks ul li a:hover {
    background-color: #f55b3b;
}

#exitpopup_bg {
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000000;
    opacity: .8;
    filter: alpha(opacity=0.8);
    z-index: 999998;
}

#exitpopup {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0px auto;
    display: none;
    position: fixed;
    color: #ffffff;
    -webkit-border-radius: 4px 0 4px 4px;
    -moz-border-radius: 4px 0 4px 4px;
    border-radius: 4px 0 4px 4px;
    z-index: 999999;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -90px;
}

#exitpopup > div {
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    margin-top: 160px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

#exitpopup h3 {
    text-align: center;
}

#exitpopup form {
    margin-top: 20px;
}

#exitpopup .submitBtn {
    margin: 15px auto;
    display: block;
}

#close-btn {
    float: right;
    display: inline-block;
}

#close-btn i {
    color: #FFF;
    font-size: 20px;
    background-color: #f55b3b;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}

.step-wrapper {
    padding-top: 150px;
    background-color: #FFF;
}

.step-wrapper .video-wrapper .layer {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 80px 0;
}

.step-wrapper p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.step-wrapper .video-wrapper h1{
  color: #FFF;
   font-family: 'Open Sans', sans-serif;
   font-size: 48px;
   line-height: 58px;
   font-weight: 600;
   text-align: center;
}
.step-wrapper .video-wrapper h1 > span{
  color: #f55b3b;
}
.step-wrapper .video-wrapper p {
  font-size: 18px;
  color: #FFF;
  line-height: 23px;
  margin-bottom: 5px;
}

.step-wrapper .video-wrapper p:first-child::first-letter {
    float: left;
    font-size: 32px;
    font-weight: 600;
    margin: 0 1px 0 0;
    color: #f55b3b;
}
.step-wrapper .video-wrapper .content{
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.step-wrapper .video-wrapper .video-wrap{
  padding: 20px;
  background-color: #FFF;
  margin:50px 0; 
}
.step-wrapper .video-wrapper iframe{
  width: 100%;
  height: 350px;
}

.step-wrapper .lr-content .left-wrap{
  width: 60%;
}
.step-wrapper .lr-content .right-wrap{
  width: 40%;
  margin-top: 6%;
}
.step-wrapper .lr-content .content{
  overflow: hidden;
  width: 100%;
  padding: 100px 0;
}
.step-wrapper .lr-content .cont-left .left-wrap,
.step-wrapper .lr-content .cont-right .right-wrap{
  float: right;
}
.step-wrapper .lr-content .cont-right .left-wrap,
.step-wrapper .lr-content .cont-left .right-wrap{
  float: left;
}

.step-wrapper .lr-content .cont-right .left-wrap,
.step-wrapper .lr-content .cont-left .right-wrap{
  padding-right: 4%;
}
.step-wrapper .lr-content .cont-left .left-wrap,
.step-wrapper .lr-content .cont-right .right-wrap{
  padding-left: 4%;
}

.step-wrapper .lr-content h4{
  font-weight: 800;
  color: #211915;
  letter-spacing: 4px;
  font-size: 24px;
}
.step-wrapper .lr-content p{
  color: #636466;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
}

.step-wrapper .step-cont{
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}

.step-wrapper .step-cont .content{
  overflow: hidden;
  margin-bottom: 10px;
}
.step-wrapper .step-cont > div > div:first-child{
  background-color: #adacb2;
}
.step-wrapper .step-cont > div > div:nth-of-type(2){
  background-color: #c2c3c8;
}
.step-wrapper .step-cont > div > div:nth-of-type(3){
  background-color: #d7d8dc;
}
.step-wrapper .step-cont > div > div:nth-of-type(4){
  background-color: #ecedef;
}
.step-wrapper .step-cont > div > div:last-child{
  background-color: #f7f7f8;
}
.step-wrapper .step-cont .left-wrap{
  float: left;
  width: 214px;
}
.step-wrapper .step-cont .right-wrap{
  float: right;
  width: 776px;
  padding: 30px 10px 10px 0;
}
.step-wrapper .step-cont .right-wrap .step-no{  
  float: left;
  width: 80px;
  height: 80px;
  background-color: #f55b3b;
  color: #FFF;
  text-align: center;
  padding: 24px;
  font-size: 42px;
  font-weight: 300;
}
.step-wrapper .step-cont .right-wrap .text-cont{
  float: right;
  width: 84%;
}
.step-wrapper .step-cont h5{
  font-size: 20px;
  color: #211915;
  font-weight: 800;
  letter-spacing: 6px; 
}

.step-wrapper .step-cont p{
  font-size: 17px;
  color: #636466;
  line-height: 24px;
  margin-bottom: 5px;
}
.step-wrapper .survey-wrap{
  margin-bottom: 80px;
  display: none;
}
/* .step-wrapper .survey-wrap .layer{  
  background: rgba(159, 152, 151, 0.8);
  background: -moz-linear-gradient(90deg,  rgba(159, 152, 151, 0.8) 0%, rgba(177, 150, 144, 0.8) 30%, rgba(204, 135, 121, 0.8) 50%, rgba(226, 116, 93, 0.8) 70%, rgba(244, 93, 61, 0.8) 100%);
  background: -webkit-linear-gradient(90deg,  rgba(159, 152, 151, 0.8) 0%, rgba(177, 150, 144, 0.8) 30%, rgba(204, 135, 121, 0.8) 50%, rgba(226, 116, 93, 0.8) 70%, rgba(244, 93, 61, 0.8) 100%);
  background: linear-gradient(90deg,  rgba(159, 152, 151, 0.8) 0%, rgba(177, 150, 144, 0.8) 30%, rgba(204, 135, 121, 0.8) 50%, rgba(226, 116, 93, 0.8) 70%, rgba(244, 93, 61, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(159, 152, 151, 0.8)', endColorstr='rgba(244, 93, 61, 0.8)',GradientType=1 );  
} */
.step-wrapper .survey-wrap .content{
  position: relative;
  padding: 60px 0;
}
.step-wrapper .survey-wrap .content::after{
  content: '';
  left: 0;
  right: 0;
  height: 20px;
  position: absolute;
  bottom: -15px;
  background: rgba(244, 93, 61, 1);
  background: -moz-linear-gradient(90deg,  rgba(244, 93, 61, 1) 0%, rgba(226, 116, 93, 1) 30%, rgba(204, 135, 121, 1) 50%, rgba(177, 150, 144, 1) 70%, rgba(159, 152, 151, 1) 100%);
  background: -webkit-linear-gradient(90deg,  rgba(244, 93, 61, 1) 0%, rgba(226, 116, 93, 1) 30%, rgba(204, 135, 121, 1) 50%, rgba(177, 150, 144, 1) 70%, rgba(159, 152, 151, 1) 100%);
  background: linear-gradient(90deg,  rgba(244, 93, 61, 1) 0%, rgba(226, 116, 93, 1) 30%, rgba(204, 135, 121, 1) 50%, rgba(177, 150, 144, 1) 70%, rgba(159, 152, 151, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(244, 93, 61, 1)', endColorstr='rgba(159, 152, 151, 1)',GradientType=1 );  

}

.step-wrapper .survey-wrap h2{
  float: left;
  max-width: 63%;
  width: 100%;
  color: #FFF;
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;
  letter-spacing: -3px;
  margin-top: 70px;
}
.step-wrapper .survey-wrap .img-wrap{
  float: right;
  position: relative;
  width: 330px;
  margin-bottom: -100px;
  z-index: 222;
}
.stepform-wrapper{
  padding: 0;
  margin-bottom: 40px;
}
.stepform-wrapper .layer{
  background-color: rgba(255, 255, 255, 0.9);
  padding: 70px 0;
  overflow: hidden;
}
.stepform-wrapper .section-title{
  font-weight: 800;
  color: #000;
  text-transform: none;
  font-size: 54px;
  line-height: 60px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -3px;
  position: relative;
}
.stepform-wrapper .section-title > span{
  position: relative;
  z-index: 2;
}
.stepform-wrapper .section-title::before{
  content: '';
  position: absolute;
  left: 60px;
  right: 60px;
  height: 2px;
  background-color: #bab8b7;
  bottom: 9px;
  z-index: 1;
}
.stepform-wrapper .bodyContent h4{
  color: #f66547;
  letter-spacing: 3px;
}
.stepform-wrapper .step-form{
  margin-top: 100px;
}
.step-form .left-wrap{
  float: left;
  width: 50%;
  padding-right: 2%;
}
.step-form .right-wrap{
  float: right;
  width: 50%;
  padding-left: 2%;
}
.step-form .form-group .form-control {
  padding: 8px 12px;
}

.step-form .form-group .form-control {
  background-color: #FFF; 
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #7e7e7e;
  font-size: 15px;
  color: #868589;
  padding: 12px 12px;
  font-weight: 400;
}

.step-form .submitBtn {
  color: #000000;
  font-size: 30px;
  letter-spacing: 0;
  background-color: #f55b3b;
  border-color: #f55b3b;
   font-family: 'Open Sans', sans-serif;
   font-weight: 800;
   width: 100%;
   padding: 20px 30px;
   text-align: center;
}
.step-form .captcha-box{
  background-color: #FFF;
  border: 1px solid #7e7e7e;
  overflow: hidden;
}
.step-form .captcha-box > span:first-child {
  left: 0;
  right: auto;
  padding: 10px 5px;
}
.step-form .captcha-box > span:last-child{
  float: right;
  width: 45%;
  border-left: 1px solid #7e7e7e;
}
.step-form .captcha-box > span:last-child input {
  border: none;
}

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

.step-form .form-control:-moz-placeholder {
    color: #868589;
}

.step-form .form-control::-moz-placeholder {
    color: #868589;
}

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

.step-form .wpcf7-response-output{
  overflow: hidden;
  width: 100%;
}


/* ===================================== */


/* ============= Media Query =========== */


/* ===================================== */

@media screen and (min-width: 1700px) {
    .hero-wrapper {
        min-height: 500px;
        background-position: top center;
    }
    .page-template-montecarlo-modal .section.hero-wrapper.bgimage {
        min-height: 800px;
    }
}

@media (max-width: 1700px) and (min-width: 1500px) {
    .sliderContent .content {
        margin-top: 38%;
    }
    .page-template-montecarlo-modal .section.hero-wrapper.bgimage {
        min-height: 700px;
    }
}

@media screen and (max-width: 1500px) {
    .page-template-montecarlo-modal .section.hero-wrapper.bgimage {
        min-height: 670px;
    }
}

@media screen and (max-width: 1430px) {
    .section_video {
        height: 500px;
    }
    .sliderContent .content {
        margin-top: 30%;
    }
    .sliderContent .content h1 {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 25px;
    }
    .content-wrapper .content-wrap.width30 .text,
    .product-wrapper .content-wrap.width30 .text,
    .content-wrapper .content-wrap.width40 .text,
    .product-wrapper .content-wrap.width40 .text,
    .content-wrapper .content-wrap.width45 .text,
    .product-wrapper .content-wrap.width45 .text,
    .content-wrapper .content-wrap.width50 .text,
    .product-wrapper .content-wrap.width50 .text,
    .content-wrapper .content-wrap.width55 .text,
    .product-wrapper .content-wrap.width55 .text,
    .content-wrapper .content-wrap.width60 .text,
    .product-wrapper .content-wrap.width60 .text,
    .content-wrapper .content-wrap.width70 .text,
    .product-wrapper .content-wrap.width70 .text {
        width: 90%;
    }
    .grid-wrap figure {
        height: 250px;
    }
    .page-template-montecarlo-modal .section.hero-wrapper.bgimage {
        min-height: 630px;
    }
}

@media screen and (max-width: 1330px) {
    .content-wrapper .content-wrap.width30 .text,
    .product-wrapper .content-wrap.width30 .text,
    .content-wrapper .content-wrap.width40 .text,
    .product-wrapper .content-wrap.width40 .text,
    .content-wrapper .content-wrap.width45 .text,
    .product-wrapper .content-wrap.width45 .text,
    .content-wrapper .content-wrap.width50 .text,
    .product-wrapper .content-wrap.width50 .text,
    .content-wrapper .content-wrap.width55 .text,
    .product-wrapper .content-wrap.width55 .text,
    .content-wrapper .content-wrap.width60 .text,
    .product-wrapper .content-wrap.width60 .text,
    .content-wrapper .content-wrap.width70 .text,
    .product-wrapper .content-wrap.width70 .text {
        width: 100%;
    }
    .content-wrapper .content-area .content-wrap,
    .product-wrapper .content-area .content-wrap {
        padding: 5% 5%;
    }
    .instafeed-wrapper .feed-wrap > div {
        height: 222px;
    }
    .grid-wrap figure {
        height: 222px;
    }
    .page-template-montecarlo-modal .section.hero-wrapper.bgimage {
        min-height: 600px;
    }
}

@media screen and (max-width: 1230px) {
    .videoContent {
        top: 14%;
    }
    .section_video {
        height: 400px;
    }
    .sliderContent .content {
        margin-top: 27%;
    }
    .page-template-montecarlo-modal .section.hero-wrapper.bgimage {
        min-height: 570px;
    }
}

@media screen and (max-width: 1130px) {
    .grid-wrap figure {
        height: 190px;
    }
    .gallery-wrapper.monte figure.effect-fss figcaption > img {
        padding-top: 10%;
    }
    .content-wrapper .content-area .content-wrap,
    .product-wrapper .content-area .content-wrap {
        padding: 5% 3%;
    }
    .page-template-montecarlo-modal .section.hero-wrapper.bgimage {
        min-height: 500px;
    }
}

@media screen and (max-width: 1030px) {
    .container {
        width: 100%;
        padding: 0 2%;
    }
    .feature.monte_carlo #grid .cols {
        margin: 4%;
    }
    .nav ul#menu {
        position: inherit;
    }
    .nav #menu > li {
        margin: 0 3px;
    }
    .nav #menu > li > a {
      padding: 4px 6px;      
    }
    .nav #menu > li.largeMenu > ul {
        top: 107px;
    }
    .header.sticky-header .nav #menu > li.largeMenu > ul {
        top: 97px;
    }
    .header .right-wrap {
        width: 75%;
    }
    .header .top-wrap > span.lux {
        width: 49%;
    }
    .header .top-wrap > span.lux a {
        font-size: 19px;
        line-height: 30px;
    }
    .header .right-wrap .top-wrap > span {
        margin-left: 12px;
    }
    .main-menu {
        margin-left: 0;
        margin-right: 0;
        padding-top: 12px;
    }
    .inner-row {
        margin-left: 0;
        margin-right: 0;
    }
    .header .logo {
        width: 200px;
        margin-top: 12px;
    }
    .btn-wrapper,
    .index-wrapper {
        background-color: #FFF;
    }
    .btn-wrap {
        bottom: auto;
        padding: 40px 0;
        position: relative;
    }
    .step-wrapper {
      padding-top: 127px;
    }
    .slider-wrapper .btn-wrap {
        background-color: #FFF;
    }
    .btn-wrap .default-btn {
        margin-bottom: 15px;
    }
    .slider-wrapper .btn-wrap .default-btn {
        background-color: #c3ae97;
        border-color: #c3ae97;
    }
    .slider-wrapper .btn-wrap .default-btn:hover {
        background-color: transparent;
        color: #f55b3b;
        border-color: #f55b3b;
    }
    .btn-wrap ul li a {
        width: auto;
    }
    .btn-wrap .btn:hover > hr {
        border-bottom-color: #f55b3b;
    }
    .newsevents-wrapper .leftCont,
    .newsevents-wrapper .rightCont {
        width: 50%;
    }
    .newsevents-wrapper .section-title {
        width: 100%;
    }
    .newsevents-wrapper .events-wrap {
        width: 100%;
        padding: 30px;
    }
    .newsevents-wrapper .signUpForm {
        padding: 30px;
        width: 100%;
    }
    .icon-wrapper .icon-type > div {
        display: inline-block;
        width: 19%;
        padding: 0 4px;
        margin-bottom: 15px;
    }
    .blog-wrapper .post-info {
        width: 63%;
    }
    .content-left.contact-form .form-block {
        padding: 5% 3%;
    }
    .contact-form .form-block.width30 .form-wrap,
    .contact-form .form-block.width40 .form-wrap,
    .contact-form .form-block.width45 .form-wrap,
    .contact-form .form-block.width50 .form-wrap,
    .contact-form .form-block.width55 .form-wrap,
    .contact-form .form-block.width60 .form-wrap,
    .contact-form .form-block.width70 .form-wrap {
        width: 100%;
    }
    .grid-wrap figure {
        height: 200px;
    }
    .content-block .row.slider-wrapper {
        display: inline-block;
    }
    .monte-modal .video-block iframe {
        height: 450px;
    }
    .footer .middleCont {
        width: 47%;
    }
    .footer li {
        margin: 0 10px;
    }
    .page-template-montecarlo-modal .section.hero-wrapper.bgimage {
        min-height: 460px;
    }
    .step-wrapper .step-cont .right-wrap {
      width: 76%;    
    }
    .step-wrapper .lr-content .left-wrap {
      width: 50%;
  }
  .step-wrapper .lr-content .right-wrap {
    width: 50%;
    margin-top: 1%;
  }
}

@media screen and (max-width: 930px) {
    .header {
        position: relative;
    }
    .nav ul#menu {
        position: relative;
    }
    .nav #menu > li > a {
        padding: 4px 5px;
    }
    .hero-wrapper {
        min-height: 300px;
    }
    .page-template-montecarlo-modal .section.hero-wrapper.bgimage {
        min-height: 400px;
    }
    .section.no-slider {
        min-height: auto;
    }
    .sliderContent .content {
        margin-top: 17%;
    }
    .nav #menu > li.largeMenu > ul {
        top: 60px;
    }
    .header .logo {
        margin-top: 0;
    }
    .header .right-wrap {
        text-align: center;
        width: 100%;
    }
    .header .top-wrap {
        position: absolute;
        right: 0;
        top: 0;
    }
    .content-block .row {
        padding-bottom: 20px;
    }
    .content-area .img-block {
        position: relative;
        height: auto;
        width: 100%;
        text-align: center;
    }
    .inner-wrapper .content-right .content-wrap {
        padding-left: 0;
    }
    .content-wrap.width30,
    .content-wrap.width40,
    .content-wrap.width45,
    .content-wrap.width50,
    .content-wrap.width55,
    .content-wrap.width60,
    .content-wrap.width70 {
        max-width: 100%;
        margin-top: 20px;
    }
    .product-wrapper .content-wrap.width30,
    .product-wrapper .content-wrap.width40,
    .product-wrapper .content-wrap.width45,
    .product-wrapper .content-wrap.width50,
    .product-wrapper .content-wrap.width55,
    .product-wrapper .content-wrap.width60,
    .product-wrapper .content-wrap.width70 {
        margin-top: 0;
    }
    .product-wrapper.content-block .row {
        padding-bottom: 0;
    }
    .monte-modal.content-block .row {
        padding-bottom: 50px;
    }
    .content-block .row {
        display: inline-block;
    }
    .img-block.width30,
    .img-block.width40,
    .img-block.width45,
    .img-block.width50,
    .img-block.width55,
    .img-block.width60,
    .img-block.width70,
    .video-block.width30,
    .video-block.width40,
    .video-block.width45,
    .video-block.width50,
    .video-block.width55,
    .video-block.width60,
    .video-block.width70,
    .row-img-block.width30,
    .row-img-block.width40,
    .row-img-block.width45,
    .row-img-block.width50,
    .row-img-block.width55,
    .row-img-block.width60,
    .row-img-block.width70 {
        width: 100%;
    }
    .row-img-block {
        text-align: center;
    }
    .event-wrapper .form-block.width30,
    .event-wrapper .form-block.width40,
    .event-wrapper .form-block.width45,
    .event-wrapper .form-block.width50,
    .event-wrapper .form-block.width55,
    .event-wrapper .form-block.width60,
    .event-wrapper .form-block.width70 {
        width: 100%;
    }
    .content-right .content-wrap,
    .content-left .content-wrap {
        padding: 0;
    }
    .content-block .imgGrid.grid3 > div {
        width: 32.9%;
    }
    .events-wrap .event-name {
        width: 77%;
    }
    .row .img-block {
        background-image: none !important;
        background-color: #FFF;
    }
    .sm-view {
        opacity: 1;
        visibility: visible;
    }
    .instafeed-wrapper .feed-wrap > div {
        height: 150px;
    }
    .icon-wrapper .icon-type > div {
        width: 32%;
    }
    .icon-wrapper.monte .icon-type > div {
        width: 20%;
    }
    .contact-form.content-left .content-area .content-wrap {
        display: inline-block;
        width: 100%;
    }
    .contact-form .form-block .form-wrap {
        padding: 0;
    }
    .form-group.grid3 > span {
        width: 31.3%;
    }
    .mapCont {
        min-height: 350px;
    }
    .form-group.grid2 > span {
        width: 48.4%;
    }
    .blog-wrapper .post-img {
        width: 100%;
        margin-bottom: 20px;
    }
    .blog-wrapper .post-info {
        width: 100%;
    }
    .index-content > div {
        width: 44%;
    }
    .monte-modal .video-block iframe {
        height: 400px;
    }
    .step-wrapper {
      padding-top: 0;
    }
    .step-wrapper .lr-content .left-wrap {
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
  }
  .step-wrapper .lr-content h4 {
    text-align: center;
}
  .step-wrapper .lr-content .cont-right .left-wrap, 
  .step-wrapper .lr-content .cont-left .right-wrap {
    padding-right: 0;
  }
  .step-wrapper .lr-content .cont-left .left-wrap, 
  .step-wrapper .lr-content .cont-right .right-wrap {
  padding-left: 0;
}
.step-wrapper .lr-content .right-wrap {
  width: 100%;
  margin-top: 0;
}
.step-wrapper .step-cont .right-wrap {
  width: 73%;
}
.step-wrapper .survey-wrap h2 {
  max-width: 100%;  
  margin-top: 0;
}
.step-wrapper .survey-wrap .img-wrap {
  width: 100%;
  text-align: center;
}
    .footer .middleCont {
        width: 39%;
    }
}

@media screen and (max-width: 830px) {
    .monte-carlo .title h1 {
        font-size: 71px;
        line-height: 81px;
    }
    .btn-wrap ul li {
        margin-bottom: 15px;
    }
    .grid-wrap figure {
        height: 170px;
    }
    .step-wrapper .step-cont .content {
      position: relative;
  
    }
    .step-wrapper .step-cont .left-wrap {
      max-width: 250px;
      width: 100%;
      float: none;
      margin:0 auto;
      text-align: center;
    }
    .step-wrapper .step-cont .right-wrap {
      width: 100%;
  }
  .step-wrapper .step-cont .right-wrap .step-no {
    position: absolute;
    top: 0;
    left: 0;
  }
  .step-wrapper .step-cont .right-wrap {
    padding: 30px 20px;
  }
  .step-wrapper .step-cont .right-wrap .text-cont {
    width: 100%;
  }

    .footer .middleCont {
        width: 35%;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
        line-height: 38px;
    }
    h2 {
        font-size: 30px;
        line-height: 34px;
    }
    h3 {
        font-size: 28px;
        line-height: 32px;
    }
    h4 {
        font-size: 24px;
        line-height: 28px;
    }
    h5 {
        font-size: 20px;
        line-height: 28px;
    }
    h6 {
        font-size: 14px;
        line-height: 25px;
    }
    .visible-lg {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    .header {
        padding: 10px 0;
    }
    .header .right-wrap {
        width: auto;
    }
    .header .logo {
        margin: 0 auto;
        float: none;
        display: block;
    }
    .header .top-wrap {
        position: relative;
    }
    .header .right-wrap {
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }
    .inner-wrapper .top-wrap h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .cbp-af-header nav {
        display: none;
    }
    .slicknav_btn {
        position: relative;
        display: block;
        vertical-align: middle;
        float: right;
        padding: 0.438em 0.625em 0.438em 0.625em;
        line-height: 1.125em;
        cursor: pointer;
    }
    .slicknav_menu .slicknav_menutxt {
        display: block;
        line-height: 1.188em;
        float: left;
    }
    .slicknav_menu .slicknav_icon {
        float: left;
        margin: 0.188em 0 0 0.438em;
    }
    .slicknav_menu .slicknav_no-text {
        margin: 0;
    }
    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: 0.125em;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }
    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: 0.188em;
    }
    .slicknav_nav {
        clear: both;
        display: block !important;
    }
    .slicknav_nav ul,
    .slicknav_nav li {
        border-bottom: 0 none;
        border-top: 1px solid #fff;
    }
    .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        float: right;
        margin: 6px 0 0 0.4em;
    }
    .slicknav_nav .slicknav_arrow i {
        font-size: 15px;
    }
    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }
    .slicknav_nav .slicknav_row {
        display: block;
    }
    .slicknav_nav a {
        display: block;
    }
    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }
    .slicknav_menu:before,
    .slicknav_menu:after {
        content: " ";
        display: table;
    }
    .slicknav_menu:after {
        clear: both;
    }
    /* IE6/7 support */
    .slicknav_menu {
        width: 100%;
        top: 46px;
        float: right;
        position: relative;
        *zoom: 1;
    }
    /* 

        User Default Style

        Change the following styles to modify the appearance of the menu.

    */
    .slicknav_menu {
        font-size: 16px;
    }
    /* Button */
    .slicknav_btn {
        margin: 5px 5px 6px;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        background-color: #323232;
    }
    /* Button Text */
    .slicknav_menu .slicknav_menutxt {
        color: #FFF;
        font-weight: bold;
        text-shadow: 0 1px 3px #000;
    }
    /* Button Lines */
    .slicknav_menu .slicknav_icon-bar {
        background-color: #f5f5f5;
    }
    .slicknav_menu {
        padding: 5px;
    }
    .slicknav_nav {
        color: #FFF;
        margin: 0;
        padding: 0;
        font-size: 12px;
        background-color: #423f40;
        border-top: 1px solid transparent;
        position: absolute;
        top: 0;
        width: 100%;
        right: 0;
        z-index: 999;
        text-align: left;
    }
    .slicknav_nav,
    .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
    }
    .slicknav_nav ul {
        background-color: #222222;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        z-index: 999;
    }
    .slicknav_nav ul li a {
        padding-left: 10px;
        font-size: 16px;
    }
    .slicknav_nav .sub-menu a {
        color: #FFF;
    }
    .slicknav_nav .sub-menu > li .sub-menu a {
        padding-left: 20px;
    }
    .slicknav_nav .slicknav_row {
        padding: 6px 9px;
        margin: 0;
    }
    .slicknav_nav a {
        padding: 6px 9px;
        margin: 0;
        text-decoration: none;
        color: #FFF;
        font-weight: 400;
        border: 1px solid transparent;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        padding: 0 4px 0 0;
        margin: 0;
    }
    .slicknav_nav .slicknav_row:hover {
        color: #fff;
    }
    .slicknav_nav li a:hover {
        color: #FFF;
        background-color: #f55b3b;
    }
    .slicknav_nav li a:hover a {
        color: #FFF;
    }
    .slicknav_nav .slicknav_parent > a:hover a {
        color: #000;
    }
    .slicknav_nav > .slicknav_parent > a:hover,
    .slicknav_nav > .slicknav_parent > a:hover > a {
        color: #FFF;
    }
    .slicknav_nav > .slicknav_parent > ul > li > a,
    .slicknav_nav > .slicknav_parent > ul > li > a:hover {
        color: #000;
    }
    .slicknav_nav li:hover a .slicknav_row a {
        color: #000;
        background-color: transparent;
    }
    .slicknav_nav li:hover .slicknav_arrow {
        color: #000;
    }
    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px;
    }
    .slicknav_nav .sub-menu li:hover a {
        background-color: #F3F6F9;
        color: #000;
    }
    .slicknav_parent.slicknav_open > ul {
        background-color: #FFF;
    }
    .slicknav_parent.slicknav_open > ul li a {
        color: #20343D;
    }
    .slicknav_parent.slicknav_open > ul li a:hover {
        background-color: #f3f3f3;
        color: #2f3030;
    }
    .mobile-view {
        opacity: 1;
    }
    .fs-blog-wrapper {
        padding: 40px 0;        
    }
    .fs-blog-wrapper .blog-content > div {
        border-right: none;
        border-bottom: 1px solid #dddee0;
        display: inline-block;
        margin-bottom: 15px;
        padding: 15px 0;
        width: 100%;
    }
    .blog-content .btn-wrap {
        position: relative;
    }

    .newsevents-wrapper > .content::before {
        background-color: transparent;
        height: 0;
    }
    .newsevents-wrapper .section-title {
        background-color: rgba(0, 0, 0, 0.2);
    }
    .newsevents-wrapper .leftCont,
    .newsevents-wrapper .rightCont {
        display: inline-block;
        width: 100%;
    }
    .form-group.grid3 > span:nth-of-type(2) {
        margin: 30px 0;
    }
    .form-group.grid3 > span,
    .form-group.grid2 > span {
        width: 100%;
    }
    .form-group.grid2 > span:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .form-group.grid2 > span:last-child {
        margin-left: 0;
    }
    .monte-carlo .title .hr::before {
        height: 40px;
        top: 5px;
    }
    .monte-carlo .title .hr::after {
        height: 40px;
        top: 5px;
    }
    .monte-carlo.video {
        padding: 20px 0;
    }
    .monte-carlo .title h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .monte-carlo .title p {
        font-size: 20px;
        line-height: 30px;
    }
    .monte-carlo.video .video-block {
        width: 100%;
        padding: 20px 0 20px 0;
        overflow: hidden;
    }
    .content-wrapper.monte_carlo .row.content-left,
    .content-wrapper.monte_carlo .row.content-right {
        padding: 20px 0;
    }
    .icon-wrapper.monte .layer {
        padding: 20px 0;
    }
    .gallery-wrapper.monte {
        padding: 20px 0;
    }
    .section.feature.monte_carlo {
        padding: 20px 0;
        position: relative;
    }
    .feature.monte_carlo #grid .cols {
        margin: 0 0 20px 0;
        width: 100%;
    }
    .blog-wrapper .left-wrap {
        width: 100%;
        margin-bottom: 25px;
    }
    .blog-wrapper .right-wrap {
        padding-left: 0;
        width: 100%;
    }
    .blog-wrapper .post-info {
        width: 66%;
    }
    .blog-wrapper .post-img {
        width: 200px;
        margin-bottom: 0;
    }
    .grid-wrap figure {
        height: 236px;
        width: 50%;
    }
    .hero-wrapper {
        background-position: center;
        min-height: 170px;
    }
    .page-template-montecarlo-modal .section.hero-wrapper.bgimage {
        min-height: 250px;
    }
    .hero-wrapper .layer {
        position: relative;
    }
    .hero-wrapper .content {
        padding: 60px 0;
    }
    .index-content > div {
        margin: 0 auto 15px auto;
        width: 70%;
        display: block;
        float: none;
    }
    .content-block .imgGrid.grid2 > div,
    .content-block .imgGrid.grid3 > div {
        width: 100%;
    }
    .content-block .imgGrid.grid2 > div:first-child {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .content-block .imgGrid.grid2 > div:last-child {
        padding-left: 0;
    }
    .content-block .imgGrid.grid3 > div:nth-of-type(2) {
        margin: 20px 0;
    }
    .other-info > div {
        width: 100%;
    }
    .other-info > div:first-child {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .monte-modal .video-block iframe {
        height: 350px;
    }
    .step-wrapper .video-wrapper h1 {
    font-size: 47px;
    line-height: 50px;    
  }
  .step-wrapper .video-wrapper iframe {
    height: 300px;
    }
    .stepform-wrapper .section-title {
      font-size: 44px;
      line-height: 50px;      
    }
    .step-form .left-wrap,
    .step-form .right-wrap {
      width: 100%;
      padding: 0;
    }
    .footer .middleCont {
        width: 100%;
        margin-top: 20px;
    }
    .footer .leftCont {
        width: 50%;
        margin-top: 0;
    }
    .footer .rightCont {
        margin-top: 0;
        width: 150px;
        text-align: right;
    }
}

@media screen and (max-width: 730px) {
    .icon-wrapper.monte .icon-type > div {
        width: 100%;
    }
    .blog-wrapper .post-wrap {
        padding: 19px;
    }
    .blog-wrapper .post-img {
        margin-bottom: 20px;
        width: 100%;
    }
    .blog-wrapper .post-info {
        width: 100%;
    }
    .block-wrapper .grid-block > div {
        width: 80%;
        margin-bottom: 30px;
    }
    .form-group > label {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .form-group .custom-checkbox > span {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
        display: block;
    }
    .list-wrap {
        overflow-y: hidden;
        width: 100%;
        overflow-x: auto;
    }
}

@media screen and (max-width: 630px) {
    .sliderContent {
        position: relative;
    }
    .sliderContent .content {
        margin-top: 0;
    }
    #heroSlider .slick-dots,
    .regular.gallery_slider .slick-dots {
        bottom: 28px;
        position: relative;
    }
    .instafeed-wrapper .feed-wrap > div {
        height: 260px;
        width: 100%;
    }
    .contact-wrapper .form-wrap {
        padding: 30px;
        width: 95%;
    }
    .btn-block li {
        margin: 12px;
    }
    .grid-wrap figure {
        height: 200px;
        width: 50%;
    }
    .block-wrapper .grid-block > div {
        width: 100%;
        margin-bottom: 20px;
    }
    .block-wrapper .grid-block > div:last-child {
        margin-bottom: 0;
    }
    .icon-wrapper .icon-type > div {
        width: 100%;
    }
    .index-content > div {
        width: 80%;
    }
    .monte-modal .video-block iframe {
        height: 240px;
    }
    .stepform-wrapper .layer {
      padding: 30px 0;      
      }
    .stepform-wrapper .section-title::before {
      left: 0;
      right: 0;
      bottom: 5px;      
    }
    .stepform-wrapper .section-title {
      font-size: 34px;
      line-height: 40px;
      }
      .stepform-wrapper .step-form {
      margin-top: 60px;
  }
    .step-wrapper .video-wrapper iframe {
    height: 220px;
    }
}

@media screen and (max-width: 530px) {
    .header .right-wrap .top-wrap > span {
        margin-left: 10px;
    }
    .mapCont {
        min-height: 250px;
    }
    .submitBtn {
        padding: 14px 20px;
        width: 100%;
    }
    .index-content > div {
        width: 100%;
    }
    .step-wrapper .step-cont .right-wrap .step-no {
      width: 60px;
      height: 60px;      
      padding: 16px;
      }
    .footer .leftCont {
        width: 160px;
    }
    .footer .rightCont {
        width: 110px;
    }
    .footer address > span {
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .header .right-wrap .top-wrap > span {
        margin: 0 auto 15px auto;
        display: block;
    }
    .instafeed-wrapper .feed-wrap > div {
        height: 214px;
    }
    .monte-modal .video-block iframe {
        height: 170px;
    }
}


/*# sourceMappingURL=style.css.map */