/* Minification failed. Returning unminified contents.
(1649,1): run-time error CSS1019: Unexpected token, found '@import'
(1649,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700")'
 */
/********************************************************************Common css***********************************************/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
/************************************* Reset Styles ********************************/
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;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,div{
	vertical-align:top;
}
*{
	outline:none;
}
li,ol{
	list-style-type:none;
	list-style-image:none;
	list-style:none;
}
img{
	border:0px;
}
textarea {
    resize: none;
}
input:focus,select:focus,textarea:focus,button:focus {
    outline: none;
}
a{
	text-decoration:none;
	}
input, textarea, select, body{
    color: black;
    font-size: 16px;
}
.inputEntity input[type=text], .inputEntity input[type=password], .inputEntity textarea, .dk-selected, .fileUpload {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

/************************************* Reset End Styles ********************************/
/**************************************Grid styles*****************************/
.container {
	margin:0 auto;
}
*, *:after, *:before{
	box-sizing:border-box;
	}
@media (max-width:768px) {
.container {
	margin:0 10px;
}
}
@media (min-width:768px) {
.container {
	width: 750px
}
}

@media (min-width:992px) {
.container {
	width: 970px
}
}

@media (min-width:1200px) {
.container {
	width: 1145px;
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
    .row.noSpace {
        margin-left: 0;
        margin-right: 0;
    }
    .row.smallerRowSpace {
        margin-left: -3px;
        margin-right: -3px
    }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}

.noSpace .col-xs-1, .noSpace .col-sm-1, .noSpace .col-md-1, .noSpace .col-lg-1, .noSpace .col-xs-2, .noSpace .col-sm-2, .noSpace .col-md-2, .noSpace .col-lg-2, .noSpace .col-xs-3, .noSpace .col-sm-3, .noSpace .col-md-3, .noSpace .col-lg-3, .noSpace .col-xs-4, .noSpace .col-sm-4, .noSpace .col-md-4, .noSpace .col-lg-4, .noSpace .col-xs-5, .noSpace .col-sm-5, .noSpace .col-md-5, .noSpace .col-lg-5, .noSpace .col-xs-6, .noSpace .col-sm-6, .noSpace .col-md-6, .noSpace .col-lg-6, .noSpace .col-xs-7, .noSpace .col-sm-7, .noSpace .col-md-7, .noSpace .col-lg-7, .noSpace .col-xs-8, .noSpace .col-sm-8, .noSpace .col-md-8, .noSpace .col-lg-8, .noSpace .col-xs-9, .noSpace .col-sm-9, .noSpace .col-md-9, .noSpace .col-lg-9, .noSpace .col-xs-10, .noSpace .col-sm-10, .noSpace .col-md-10, .noSpace .col-lg-10, .noSpace .col-xs-11, .noSpace .col-sm-11, .noSpace .col-md-11, .noSpace .col-lg-11, .noSpace .col-xs-12, .noSpace .col-sm-12, .noSpace .col-md-12, .noSpace .col-lg-12 {
    padding-left: 0;
    padding-right: 0
}

.smallerRowSpace .col-xs-1, .smallerRowSpace .col-sm-1, .smallerRowSpace .col-md-1, .smallerRowSpace .col-lg-1, .smallerRowSpace .col-xs-2, .smallerRowSpace .col-sm-2, .smallerRowSpace .col-md-2, .smallerRowSpace .col-lg-2, .smallerRowSpace .col-xs-3, .smallerRowSpace .col-sm-3, .smallerRowSpace .col-md-3, .smallerRowSpace .col-lg-3, .smallerRowSpace .col-xs-4, .smallerRowSpace .col-sm-4, .smallerRowSpace .col-md-4, .smallerRowSpace .col-lg-4, .smallerRowSpace .col-xs-5, .smallerRowSpace .col-sm-5, .smallerRowSpace .col-md-5, .smallerRowSpace .col-lg-5, .smallerRowSpace .col-xs-6, .smallerRowSpace .col-sm-6, .smallerRowSpace .col-md-6, .smallerRowSpace .col-lg-6, .smallerRowSpace .col-xs-7, .smallerRowSpace .col-sm-7, .smallerRowSpace .col-md-7, .smallerRowSpace .col-lg-7, .smallerRowSpace .col-xs-8, .smallerRowSpace .col-sm-8, .smallerRowSpace .col-md-8, .smallerRowSpace .col-lg-8, .smallerRowSpace .col-xs-9, .smallerRowSpace .col-sm-9, .smallerRowSpace .col-md-9, .smallerRowSpace .col-lg-9, .smallerRowSpace .col-xs-10, .smallerRowSpace .col-sm-10, .smallerRowSpace .col-md-10, .smallerRowSpace .col-lg-10, .smallerRowSpace .col-xs-11, .smallerRowSpace .col-sm-11, .smallerRowSpace .col-md-11, .smallerRowSpace .col-lg-11, .smallerRowSpace .col-xs-12, .smallerRowSpace .col-sm-12, .smallerRowSpace .col-md-12, .smallerRowSpace .col-lg-12 {
	padding-left: 3px;
	padding-right: 3px
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}

@media (min-width:768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
}

@media (min-width:992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
}

@media (min-width:1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .clearContainer:after {
	content: " ";
	display: table
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .clearContainer:after {
	clear: both
}
/**************************************Grid End Styles*****************************/
/************************************* Common Styles ********************************/
.rightAlign{
	text-align:right;
	}
.centerAligned{
	text-align:center;
	}
.centeredBlock{
	margin-left:auto;
	margin-right:auto;
	float:none;
	}
.fullWidth{
	width:100%;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.posRelative{
	position:relative;
}
.absolutePos{
	position:absolute;
}
.textDecorationNone{
	text-decoration:none;
}
.textDecorationUnderline{
	text-decoration:underline;
}
.fontWeightBold{
	font-weight:bold;
}
.clearBoth{
	clear:both;
}
.clearRight{
	clear:right;
	}
input, textarea, select, body, .smallTop a, .mainMenu a{
	color:#000000;
}
.showFade{
	transition:all linear 400ms;
	-moz-transition:all linear 400ms;
	-webkit-transition:all linear 400ms;
	-ms-transition:all linear 400ms;
	}
/************************************* Common End Styles ********************************/
/***********Dropdown Styles************/
.dropDownImage{
	float:left;
	margin-right:10px;
	margin-top:3px;
	}
.dropDownImage img{
	display:block;
	}
.dropDownImage + .dropDownText{
	padding-left:27px;
	display:block;
	}
.dropDownToggle{
	position:relative;
	padding-right:14px;
	}
.dropDown{
	display:inline-block;
	position:relative;
	text-align:left;
	}
.dropDownToggle{
	display:block;
	}
.dropDownMenu{
	display:none;
	position:absolute;
	top:100%;
	white-space:nowrap;
	z-index:111;
	}
.dropDownMenu li{
	}
.noPad{
	padding-left:0;
	padding-right:0;
	}
/***********Dropdown End Styles************/
/************************************* Website Styles ********************************/
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
        transition-delay: 50ms
    }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
        transition-delay: .1s
    }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
        transition-delay: .15s
    }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
        transition-delay: .2s
    }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
        transition-delay: .25s
    }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
        transition-delay: .3s
    }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
        transition-delay: .35s
    }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
        transition-delay: .4s
    }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
        transition-delay: .45s
    }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
        transition-delay: .5s
    }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
        transition-delay: .55s
    }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
        transition-delay: .6s
    }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
        transition-delay: .65s
    }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
        transition-delay: .7s
    }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
        transition-delay: .75s
    }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
        transition-delay: .8s
    }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
        transition-delay: .85s
    }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
        transition-delay: .9s
    }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
        transition-delay: .95s
    }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
        transition-delay: 1s
    }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
        transition-delay: 1.05s
    }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
        transition-delay: 1.1s
    }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
        transition-delay: 1.15s
    }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
        transition-delay: 1.2s
    }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
        transition-delay: 1.25s
    }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
        transition-delay: 1.3s
    }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
        transition-delay: 1.35s
    }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
        transition-delay: 1.4s
    }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
        transition-delay: 1.45s
    }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
        transition-delay: 1.5s
    }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
        transition-delay: 1.55s
    }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
        transition-delay: 1.6s
    }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
        transition-delay: 1.65s
    }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
        transition-delay: 1.7s
    }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
        transition-delay: 1.75s
    }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
        transition-delay: 1.8s
    }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
        transition-delay: 1.85s
    }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
        transition-delay: 1.9s
    }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
        transition-delay: 1.95s
    }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
        transition-delay: 2s
    }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
        transition-delay: 2.05s
    }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
        transition-delay: 2.1s
    }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
        transition-delay: 2.15s
    }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
        transition-delay: 2.2s
    }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
        transition-delay: 2.25s
    }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
        transition-delay: 2.3s
    }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
        transition-delay: 2.35s
    }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
        transition-delay: 2.4s
    }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
        transition-delay: 2.45s
    }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
        transition-delay: 2.5s
    }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
        transition-delay: 2.55s
    }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
        transition-delay: 2.6s
    }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
        transition-delay: 2.65s
    }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
        transition-delay: 2.7s
    }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
        transition-delay: 2.75s
    }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
        transition-delay: 2.8s
    }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
        transition-delay: 2.85s
    }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
        transition-delay: 2.9s
    }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
        transition-delay: 2.95s
    }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
        transition-delay: 3s
    }

[data-aos] {
    pointer-events: none
}

    [data-aos].aos-animate {
        pointer-events: auto
    }

    [data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
        transition-timing-function: cubic-bezier(.25,.25,.75,.75)
    }

    [data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
        transition-timing-function: ease
    }

    [data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
        transition-timing-function: ease-in
    }

    [data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
        transition-timing-function: ease-out
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
        transition-timing-function: ease-in-out
    }

    [data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
        transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
        transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
        transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
        transition-timing-function: cubic-bezier(.47,0,.745,.715)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
        transition-timing-function: cubic-bezier(.39,.575,.565,1)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
        transition-timing-function: cubic-bezier(.445,.05,.55,.95)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
        transition-timing-function: cubic-bezier(.55,.085,.68,.53)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
        transition-timing-function: cubic-bezier(.25,.46,.45,.94)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
        transition-timing-function: cubic-bezier(.455,.03,.515,.955)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
        transition-timing-function: cubic-bezier(.55,.085,.68,.53)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
        transition-timing-function: cubic-bezier(.25,.46,.45,.94)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
        transition-timing-function: cubic-bezier(.455,.03,.515,.955)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
        transition-timing-function: cubic-bezier(.55,.085,.68,.53)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
        transition-timing-function: cubic-bezier(.25,.46,.45,.94)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
        transition-timing-function: cubic-bezier(.455,.03,.515,.955)
    }

@media screen {
    html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
        opacity: 0;
        transition-property: opacity,-webkit-transform;
        transition-property: opacity,transform;
        transition-property: opacity,transform,-webkit-transform
    }

        html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }

    html:not(.no-js) [data-aos=fade-up] {
        -webkit-transform: translate3d(0,100px,0);
        transform: translate3d(0,100px,0)
    }

    html:not(.no-js) [data-aos=fade-down] {
        -webkit-transform: translate3d(0,-100px,0);
        transform: translate3d(0,-100px,0)
    }

    html:not(.no-js) [data-aos=fade-right] {
        -webkit-transform: translate3d(-100px,0,0);
        transform: translate3d(-100px,0,0)
    }

    html:not(.no-js) [data-aos=fade-left] {
        -webkit-transform: translate3d(100px,0,0);
        transform: translate3d(100px,0,0)
    }

    html:not(.no-js) [data-aos=fade-up-right] {
        -webkit-transform: translate3d(-100px,100px,0);
        transform: translate3d(-100px,100px,0)
    }

    html:not(.no-js) [data-aos=fade-up-left] {
        -webkit-transform: translate3d(100px,100px,0);
        transform: translate3d(100px,100px,0)
    }

    html:not(.no-js) [data-aos=fade-down-right] {
        -webkit-transform: translate3d(-100px,-100px,0);
        transform: translate3d(-100px,-100px,0)
    }

    html:not(.no-js) [data-aos=fade-down-left] {
        -webkit-transform: translate3d(100px,-100px,0);
        transform: translate3d(100px,-100px,0)
    }

    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
        opacity: 0;
        transition-property: opacity,-webkit-transform;
        transition-property: opacity,transform;
        transition-property: opacity,transform,-webkit-transform
    }

        html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
            opacity: 1;
            -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1)
        }

    html:not(.no-js) [data-aos=zoom-in] {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-up] {
        -webkit-transform: translate3d(0,100px,0) scale(.6);
        transform: translate3d(0,100px,0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-down] {
        -webkit-transform: translate3d(0,-100px,0) scale(.6);
        transform: translate3d(0,-100px,0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-right] {
        -webkit-transform: translate3d(-100px,0,0) scale(.6);
        transform: translate3d(-100px,0,0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-left] {
        -webkit-transform: translate3d(100px,0,0) scale(.6);
        transform: translate3d(100px,0,0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-out] {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-up] {
        -webkit-transform: translate3d(0,100px,0) scale(1.2);
        transform: translate3d(0,100px,0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-down] {
        -webkit-transform: translate3d(0,-100px,0) scale(1.2);
        transform: translate3d(0,-100px,0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-right] {
        -webkit-transform: translate3d(-100px,0,0) scale(1.2);
        transform: translate3d(-100px,0,0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-left] {
        -webkit-transform: translate3d(100px,0,0) scale(1.2);
        transform: translate3d(100px,0,0) scale(1.2)
    }

    html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        visibility: hidden
    }

        html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
            visibility: visible;
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }

    html:not(.no-js) [data-aos=slide-up] {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    html:not(.no-js) [data-aos=slide-down] {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    html:not(.no-js) [data-aos=slide-right] {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    html:not(.no-js) [data-aos=slide-left] {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform
    }

    html:not(.no-js) [data-aos=flip-left] {
        -webkit-transform: perspective(2500px) rotateY(-100deg);
        transform: perspective(2500px) rotateY(-100deg)
    }

        html:not(.no-js) [data-aos=flip-left].aos-animate {
            -webkit-transform: perspective(2500px) rotateY(0);
            transform: perspective(2500px) rotateY(0)
        }

    html:not(.no-js) [data-aos=flip-right] {
        -webkit-transform: perspective(2500px) rotateY(100deg);
        transform: perspective(2500px) rotateY(100deg)
    }

        html:not(.no-js) [data-aos=flip-right].aos-animate {
            -webkit-transform: perspective(2500px) rotateY(0);
            transform: perspective(2500px) rotateY(0)
        }

    html:not(.no-js) [data-aos=flip-up] {
        -webkit-transform: perspective(2500px) rotateX(-100deg);
        transform: perspective(2500px) rotateX(-100deg)
    }

        html:not(.no-js) [data-aos=flip-up].aos-animate {
            -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0)
        }

    html:not(.no-js) [data-aos=flip-down] {
        -webkit-transform: perspective(2500px) rotateX(100deg);
        transform: perspective(2500px) rotateX(100deg)
    }

        html:not(.no-js) [data-aos=flip-down].aos-animate {
            -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0)
        }
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
@CHARSET "UTF-8";

.ias_loader, .ias_trigger {

	text-align:center;
	margin: 30px 0 40px;
}

.ias_trigger a:link,
.ias_trigger a:visited {
    /*padding: 4px 50px;

    background-color: #f9f9f9;
    border: solid 1px #ddd;
    border-radius: 2px;

    font: bold 12px Arial, sans-serif;
    color: #555;
    text-decoration: none;*/

}

.ias_trigger a:hover,
.ias_trigger a:active {
    border-color: #ccc;
}
/* 
================================================
autosuggest, inquisitor style
================================================
*/

div.autosuggest
{
	position: absolute;
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 0 0 0;
	z-index:9999;
}

.autosuggest
{
    width:370px !important;
    
    }
/* IEXX compatinility */
* html div.autosuggest {
	padding-top:1px; 
}

/* Only IE7 compatibility */
*+html div.autosuggest {
	margin-top:12px;
	padding:0px;
}

div.autosuggest div.as_header
{
	margin-top:5px;
	position: relative;
	height: 3px;
	padding: 1px 0 0 0 ;
	border-top:1px solid #95a5c6;
	border-left:1px solid #95a5c6;
	border-right:1px solid #95a5c6;
	background-color:#ffffff;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
	font-family:Arial;
}
div.autosuggest div.as_footer
{
	position: relative;
	height: 3px;
	padding: 1px 0 0 0 ;
	border-bottom:1px solid #95a5c6;
	border-left:1px solid #95a5c6;
	border-right:1px solid #95a5c6;
	background-color:#ffffff;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
/* Only IE7 compatibility */
*+html div.autosuggest div.as_header { margin-top:0px; }
* html div.autosuggest div.as_header { margin-top:5px; }

div.autosuggest div.as_footer
{
	/* border-bottom:1px solid #95a5c6; */
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
}
div.autosuggest div.as_footer div.as_corner
{
	
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 0px;
	overflow: hidden;
	background-color: #ffffff;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #ffffff;
	border-left:1px solid #95a5c6;
	border-right:1px solid #95a5c6;
}

div.autosuggest ul li
{
	color: #a6b898;
	/*padding: 0;*/
	margin: 0 4px 4px;
	text-align: left;
	position: relative;
	display:block;
		font-family:Arial;
}
div.autosuggest ul li.member,div.autosuggest ul li.as_highlight_member{padding: 2px 30px 2px 0px; min-height:10px;}

div.autosuggest ul li a
{
	color: #000000;
	display: block;
	text-decoration: none;
	background-color: transparent;
	/*text-shadow: #000 0px 0px 5px;
	position: relative;*/
	font-family:Arial;
	font-size:14px;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover,div.autosuggest ul li.as_highlight_member
{
	background-color: #a6b898;
	text-decoration:none;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #a6b898;
	text-decoration:none;
}

div.autosuggest ul li a span
{
	display: block;
	/*padding: 0px 6px 0px 60px;*/
    padding: 3px 6px;
	font-weight: normal;
	vertical-align:middle;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #3b5998;
	background-position: bottom right;
	background-repeat: no-repeat;
	text-decoration:none;
}

div.autosuggest ul li.as_highlight a span
{
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-position: bottom right;
}

div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul li.as_header
{
	font-weight: bold;
	font-size:14px;
	color: white;
	background:#a6b898;
	padding-left:6px;
	padding-top:2px;
	padding-bottom:2px;
}

div.autosuggest ul em
{
	font-style: normal;
	font-weight:bold;
	color: #a6b898;
	background-color:white;
}

/* .imgsearch{
display: block;
height: 50px;
left: 6px;
position: absolute;
width: 50px;
}*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
/************************************* Reset Styles ********************************/
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,
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;
  vertical-align: baseline;
  font-weight: normal; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, div {
  vertical-align: top; }

.formContainer {
  margin-bottom: 75px; }

* {
  outline: none; }

li, ol {
  list-style-type: none;
  list-style-image: none;
  list-style: none; }

img {
  border: 0px; }

textarea {
  resize: none; }

input:focus, select:focus, textarea:focus, button:focus {
  outline: none; }

/************************************* Website Styles ********************************/
body {
  font-family: 'Montserrat', sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px; }

a {
  color: #a6b898;
  text-decoration: none; }

/************************************* Common Styles ********************************/
.fullWidth {
  width: 100%; }

.floatLeft, .leftCol, .rightCol, .oneBLoc, .twoBlocs {
  float: left; }

.floatRight {
  float: right; }

.posRelative, .headerImage {
  position: relative; }

.absolutePos, .headerOverlay {
  position: absolute; }

.textDecorationNone {
  text-decoration: none; }

.textDecorationUnderline {
  text-decoration: underline; }

.fontWeightBold {
  font-weight: bold; }

.clearBoth {
  clear: both; }

.header {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0 22px 0;
  position: absolute;
  z-index: 1; }

.safeArea, .container {
  max-width: 1175px;
  margin: 0 auto;
  width: auto; }

.menuSep, .mainMenu a, .leftMenu a {
  display: block; }

.mainMenu li, h1 span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle; }

.mainMenu a, .introText, .leftMenu a {
  font-size: 12px; }

h1 {
  font-size: 35px; }

h2 {
  font-size: 18px; }

.mainMenu a, h1, .introText, .leftMenu a, h2 {
  color: #58585a; }

.leftMenu a:hover, .leftMenu a.selected {
  color: #a6b898; }

.mainMenu a, h1, .introText, .leftMenu a, h2 {
  font-weight: bold; }

.mainMenu a, h1, .introText, .leftMenu a {
  text-transform: uppercase; }

.mainMenu a {
  padding: 10px 25px; }

.mainMenu, .introText {
  text-align: center; }

.menuSep {
  width: 12px;
  height: 11px;
  background: url(../images/sep.png) center center no-repeat; }

.mainMenu .logoParent a {
  width: 90px;
  height: 55px;
  padding: 0;
  margin: 0 35px;
  background: url(../images/logo.png) center center no-repeat; }

.headerImage {
  height: 408px;
  margin-bottom: 40px;
  overflow: hidden; }

.headerOverlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/bg-overlay.png) center center repeat-x; }

.bodyContent {
  margin-bottom: 40px; }

h1 {
  text-align: center;
  margin-bottom: 35px;
  background: url(../images/title-line.png) center center repeat-x; }
  h1 span {
    background: #fff;
    padding: 0 70px;
    font-weight: 700; }

.introText {
  width: 64%;
  margin: 0 auto 60px auto; }

.leftCol {
  width: 20%;
  margin-right: 3.5%;
  position: relative;
  /*position: static;*/
  float: left; }

.leftMenu {
  /*position: fixed;
  top: 0;
  left: 0;*/
  position: fixed; }
  .leftMenu.fixed {
    padding-top: 19px;
    position: fixed;
    top: 50px;
    position: fixed;
    top: 0; }

.rightCol {
  width: 76.5%;
  top: 0 !important;
  position: relative;
  overflow-y: hidden; }

.oneBLoc {
  width: 31.5%;
  margin-right: 2.75%; }

.oneBLoc img {
  width: 100%; }

.twoBlocs {
  width: 65.75%; }

.oneBLoc:last-child {
  margin-right: 0; }

h2 {
  background: url(../images/sep.png) 0 center no-repeat;
  padding-left: 21px;
  margin-bottom: 10px; }

p {
  line-height: 24px;
  font-size: 14px; }

.window, .noSnap {
  width: 100%;
  height: 100%; }

.noSnap {
  background: url(../images/bg-footer.jpg) repeat-x center top;
  /*max-height: 330px;*/
  height: auto; }

.sectionsNav .verticalCenter {
  top: 40%;
  position: relative;
  width: 22px;
  text-align: center;
  padding-top: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative; }

.sectionsNav {
  position: fixed;
  top: 0px;
  text-align: center;
  right: 30px;
  z-index: 999;
  bottom: 0;
  height: 100%;
  text-align: center;
  width: 12px;
  color: #FFF;
  padding: 10px 0;
  font-size: 15px; }

.sectionsNav a {
  text-decoration: none;
  color: #FFF;
  display: block;
  background: url(../images/anchor-link-bg.png);
  display: block;
  width: 12px;
  height: 11px;
  margin: 0 auto 20px; }

.sectionsNav a:hover, .sectionsNav a.active {
  background: url(../images/anchor-link-bg-hover.png); }

.mouseIcon {
  position: absolute;
  bottom: -41px;
  background: url(../images/mouse-icon.png);
  width: 19px;
  height: 31px; }

/********************************Home page****************************/
#cont0, #slide1 {
  background: url(../images/home-bg2.jpg) center top no-repeat;
  background-size: 100%; }

.homeTopBlock {
  /*background: url(../images/top-bg.png);*/
  width: 100%;
  top: 0;
  padding: 15px 0;
  z-index: 90;
  left: 0; }

.logoHolder {
  text-align: center;
  margin-bottom: 5px; }

#ControlEvents2_cont3 .safeArea, #ControlEvents21_cont3 .safeArea {
  /*margin: 100px auto;*/ }

#ControlAboutUs_cont4 .safeArea {
  margin: 50px auto; }

#cont0 .safeArea, #ControlExplore_cont1 .safeArea {
  margin: 5% auto 0;
  max-width: 950px; }

#cont0 .safeArea {
  margin: 2% auto 0; }

.window .leftCol, .slide .leftCol {
  width: 48.8%;
  float: left;
  margin-right: 2%; }

.fullWidth {
  width: 100% !important;
  margin-right: 0 !important; }

.window .rightCol, .slide .rightCol {
  border: 2px solid #fff;
  float: left;
  overflow: hidden;
  width: 48.8%; }

#cont0 .rightCol, #cont0 .leftCol {
  height: 400px !important; }

#ControlEvents2_cont3 .rightCol, #ControlEvents21_cont3 .rightCol {
  border: none; }

.window .leftCol .leftColPad, .slide .leftCol .leftColPad {
  border: 2px solid #fff;
  background-color: rgba(166, 184, 152, 0.6);
  height: 100%;
  padding: 30px; }

.window, .slide {
  text-transform: uppercase;
  color: #fff; }

.window h3, .slide h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  background: url(../images/title-border.png) center bottom no-repeat;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.blockDate {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px; }

.window .leftCol .imageHolder, .slide .leftCol .imageHolder {
  margin-bottom: 10px;
  /*height:160px;*/ }

.imageHolder {
  background: #000; }

.imageHolder img {
  width: 100%; }

.imageHolder:hover img {
  opacity: 0.5; }

.imageHolder {
  overflow: hidden; }

a.button {
  display: block;
  padding: 10px 20px;
  border: 2px solid #fff;
  font-size: 13px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  min-width: 180px;
  letter-spacing: 1px; }

.imageHolder img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.imageHolder:hover a.button {
  opacity: 1 !important; }

.imageHolder a.button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  opacity: 0;
  width: 150px;
  margin-left: -75px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

a.button:hover {
  background: none repeat scroll 0 0 #fff;
  color: #58585a;
  opacity: 1 !important; }

a.button:hover, .eventsSlider .flex-direction-nav a:hover {
  opacity: 0.6; }

.window .leftCol .summary, .slide .leftCol .summary {
  text-align: left;
  font-size: 14px;
  line-height: 21px; }

.eventsSlider .flex-direction-nav a {
  /*width: 38px;
  height: 38px;
  border: 2px solid #fff;
  top: inherit !important;
  bottom: 13px;*/ }
.eventsSlider .flex-direction-nav li {
  margin-right: 10px; }
  .eventsSlider .flex-direction-nav li:last-child {
    margin-right: 0; }
.eventsSlider .link {
  text-decoration: underline;
  font-size: 13px;
  font-weight: bold;
  color: #FFF; }
.eventsSlider .flex-direction-nav {
  width: auto;
  position: absolute;
  bottom: 40px;
  right: 40px;
  margin-top: 0; }
  .eventsSlider .flex-direction-nav li {
            /*.flex-prev {
                background: url(../images/previous-white.png) center center no-repeat;
                left: 0;
                opacity: 1;
            }

            .flex-next {
                background: url(../images/next-white.png) center center no-repeat;
                right: 0;
                opacity: 1;

            }*/ }

.eventsSlider .flex-control-nav {
  display: none; }

.eventsSlider {
  height: 300px;
  padding-top: 30px; }

.rightAbsolute {
  position: absolute;
  bottom: 13px;
  right: 30px;
  width: 200px; }

.leftTop, .rightTop, .leftBottom, .rightBottom {
  position: absolute;
  background: url(../images/image-corners.png);
  width: 16px;
  height: 16px; }

.leftTop {
  left: 0;
  top: 0;
  background-position: left top; }

.rightTop {
  right: 0;
  top: 0;
  background-position: right top; }

.leftBottom {
  left: 0;
  bottom: 0;
  background-position: left bottom; }

.rightBottom {
  right: 0;
  bottom: 0;
  background-position: right bottom; }

.massayaClub {
  margin-bottom: 12px; }

.massayaClubPad {
  padding: 30px;
  position: absolute; }

.massayaClub h3 {
  margin-bottom: 30px; }

.massayaClub .summary {
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 100px;
  text-align: center; }

.massayaClub a.button, .massayaShop a.button {
  width: 160px;
  margin: 0 auto; }

.massayaShop {
  border: 2px solid #fff; }

.massayaShopPad {
  position: absolute;
  width: 100%; }

.massayaShopContent {
  padding: 30px 30px 20px; }

.massayaShop h3 {
  margin-bottom: 15px; }

/********************************explore page****************************/
#ControlExplore_cont1 {
  background: url(../images/home-bg3.jpg) center top no-repeat;
  background-size: 100%; }

.titleHolder h2 {
  font-size: 30px;
  color: #fff;
  background: none;
  padding: 0 30px 10px 30px;
  margin-bottom: 60px;
  line-height: 30px;
  text-transform: none; }
  .titleHolder h2.withBorder {
    background: url(../images/title-border.png) center bottom no-repeat; }

.exploreTwoBlocks {
  /*height: 60%;*/ }
  .exploreTwoBlocks .absolutePos {
    top: 0; }
  .exploreTwoBlocks a {
    display: table;
    width: 100%;
    height: 100%;
    /*vertical-align: top;*/ }
    .exploreTwoBlocks a * {
      color: #FFF; }

.titleHolder {
  text-align: center; }
  .titleHolder .blackTitle {
    color: #3c3c3c; }
    .titleHolder .blackTitle.withBorder {
      background: url(../images/titleBorderBlack.png) center bottom no-repeat; }

.titleHolder table {
  margin: 0 auto; }

.exploreBlockPad {
  max-width: 780px;
  margin: 0 auto; }
  .exploreBlockPad .titleHolder h2 {
    margin-bottom: 30px;
    padding: 0 30px 0 30px; }

.twoBlocks {
  width: 50%;
  float: left;
  height: 100%; }

.twoBlocks img {
  width: 123%; }

/*.twoBlocks.fakra {
	background: url(../images/faqra-banner.jpg) center center no-repeat;
	background-size: 100% 100%;
}
.twoBlocks.bekaa {
	background: url(../images/bekaa-block.jpg) center center no-repeat;
	background-size: 100% 100%;
}*/
.twoBlocks .summary {
  margin: 0 auto 20px;
  max-width: 380px;
  text-align: center; }

.twoBlocks a.button {
  width: 150px;
  margin: 0 auto; }

/*********************** experience Page****************************/
#ControlExperience_cont2 {
  background: url(../images/experience-bg.jpg) center center no-repeat;
  background-size: 100%;
  text-align: center; }

.experienceBlock {
  height: 50%; }

.experiencesList {
  height: 50%;
  overflow: hidden;
  width: 100%; }
  .experiencesList a {
    display: table;
    width: 100%;
    top: 100%;
    color: #FFF;
    height: 100%; }

.summary {
  font-weight: 600; }

.fourBlock {
  width: 25%;
  float: left;
  overflow: hidden; }
  .fourBlock .imageHolder {
    top: 0; }

.fourBlock .summary, .aboutBlockPad .summary {
  margin-bottom: 30px; }

.fourBlock a.button, .aboutBlockPad a.button {
  width: 120px;
  margin: 0 auto; }

/*************************news and events**********************/
#ControlEvents2_cont3, #ControlEvents21_cont3 {
  background: url(../images/events-bg.jpg) center center no-repeat;
  background-size: 100%;
  text-align: center; }

.eventBlock {
  background: url(../images/grey-light-bg.png);
  border: 2px solid #fff;
  padding: 35px;
  margin-bottom: 15px; }

.eventBlock.last {
  margin-bottom: 0; }

/*****************about us********************/
#ControlAboutUs_cont4 {
  background: url(../images/about-bg.jpg) center center no-repeat;
  background-size: 100%;
  text-align: center; }

.aboutBlockPad {
  margin: 0 auto;
  max-width: 780px;
  /*padding-top: 10%;*/
  position: relative; }

.aboutBlock {
  background: rgba(0, 0, 0, 0) url("../images/block-light-bg.png") repeat scroll 0 0;
  border: 2px solid #fff;
  display: inline-block;
  margin-right: 1.5% !important;
  /*margin-top: 30px;*/
  min-height: 400px;
  padding: 40px 30px !important;
  text-align: center;
  width: 32%;
  vertical-align: top; }

.aboutBlock.last {
  margin-right: 0 !important; }

.aboutBlock h3 {
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-align: center; }

.aboutBlock .summary {
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 13px; }

.aboutBlock a.button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 150px;
  margin-left: -75px; }

/**********************gallery*********************/
#ControlGallery_cont5 {
  background: url(../images/gallery-bg.jpg) center center no-repeat;
  background-size: 100%; }

.photoGalleryListing {
  padding: 0 150px; }

.photoGalleryListing .listingRow img {
  width: 100%; }

.photoGalleryListing .listingRow.last {
  margin-right: 0; }

.photoGalleryListing a.button {
  width: 160px;
  margin: 20px auto; }

.photoGalleryPad {
  /*padding-top: 80px;*/ }

a.button, .eventsSlider .flex-direction-nav a {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }

.sameHeightBox, .leftColPad, .aboutBlock, .photoGalleryListing .listingRow {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.menuHolder {
  -webkit-transition: all 1300ms linear;
  -moz-transition: all 1300ms linear;
  -ms-transition: all 1300ms linear;
  -o-transition: all 1300ms linear;
  transition: all 1300ms linear;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 80px;
  z-index: 200;
  width: 100%;
  padding: 0;
  margin: 0;
  background: url(../images/top-bg.png) #fff; }

.menuLeft, .menuRight {
  background: url(../images/menu-bg.png) no-repeat;
  width: 23px;
  height: 24px;
  position: absolute;
  top: 0;
  height: 100%;
  display: none; }

.menuLeft {
  background-position: left 11px;
  left: -23px; }

.menuRight {
  background-position: right 11px;
  right: -23px; }

.menuLogo {
  cursor: pointer; }

.menuLogo a {
  padding: 0;
  /*margin:0 0 0 30px;*/
  background: none !important; }

#menu li {
  float: left;
  margin-top: 6px;
  position: relative; }

.menuLogo {
  padding-right: 0 !important;
  margin-top: -20px !important;
  background: none !important;
  text-align: center; }

li.firstLink {
  display: none !important; }

.firstPageMenu {
  bottom: 0 !important; }

.firstPageMenu li.menuLogo {
  display: none !important; }

.menuHolder.sub li.menuLogo {
  display: block !important; }

.menuHolder.sub #menu li {
  padding: 0 25px 0 36px !important; }

.subPagesMenu li.clubLink, .subPagesMenu li.lastLink {
  background: none !important;
  padding-right: 0 !important; }

#menu li {
  padding: 10px 38px 0 36px; }

#menu li.lastLink {
  background: none; }

.menuToShow {
  position: absolute;
  width: 100%;
  top: 100%;
  /*background: url(../images/top-bg.png);*/
  /*left: -35%;*/
  padding: 0;
  height: 0;
  overflow: hidden;
  z-index: 99;
  min-width: 210px; }

.menuToShow .p40 {
  padding: 20px; }
.menuToShow a {
  display: block;
  text-align: left;
  padding: 5px;
  background: none !important;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 40px; }

#menu li:hover .menuToShow a {
  color: #58585A; }

.menuToShow a:hover {
  color: #a7b899 !important; }

#menu li:hover .menuToShow {
  height: auto;
  padding: 10px 0; }

#menuLocatedBottom .menuToShow {
  /*bottom:65px; top:inherit !important; left:-5px;*/
  display: none; }

#menuLocatedBottom, #menuLocatedTop {
  transition: all linear 400ms;
  -webkit-transition: all linear 400ms;
  -moz-transition: all linear 400ms;
  -o-transition: all linear 400ms;
  -ms-transition: all linear 400ms; }

#menuLocatedBottom.active {
  bottom: -90px; }

.menuHolder.inside {
  top: 0 !important; }

#menuLocatedTop.active {
  top: 0; }

.stickOnScroll-on.firstPageMenu li.menuLogo {
  display: block !important; }

.stickOnScroll-on.firstPageMenu #menu li {
  padding: 0 27px 0 36px !important; }

/************************************* subpages *******************************************/
.allTransition, .linkBtn, .searchBtn, .compContent .socialCont a, .footerSitemap li a, .leftMenu a, .shopLink a {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }

.findMore {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #000;
  padding: 10px 0px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  background: none;
  width: 135px;
  margin: 0 auto; }

.findMore:hover {
  color: #cdcdcf;
  border: 2px solid #cdcdcf; }

input, select, label, textarea {
  color: #cdcdcf;
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 3%;
  border: 0; }

.formFileUpload input {
  padding: 6px 3%; }

.careers .formsButtons {
  width: 30%;
  margin: 0 auto; }

.contact .formsButtons {
  width: 30%; }

select {
  padding: 9px 3%; }

label {
  color: #5c5e65;
  padding: 10px 2px; }

.fieldLeft, .fieldRight {
  float: left;
  margin-right: 6%;
  width: 47%; }

.fieldRight {
  margin-right: 0; }

.darkFields input, .darkFields select, .darkFields label {
  color: #000; }

.darkFields .formTextBox, .darkFields .formDropDown {
  border: 2px solid #e6e6e6; }

.darkFields .formDropDown {
  background: url(../images/select-arrow-black.png) no-repeat;
  background-position: calc(100% - 10px) 15px; }

textarea {
  width: 94%; }

select {
  width: 120%;
  border: 0;
  cursor: pointer;
  background: none; }

input {
  width: 94%; }

.formLabel {
  margin-bottom: 0; }

.formTextBox, .formTextArea, .formDatePicker, .formFileUpload {
  margin-bottom: 15px;
  width: 100%;
  border: 2px solid #e6e6e6; }
  .formTextBox input, .formTextBox textarea, .formTextArea input, .formTextArea textarea, .formDatePicker input, .formDatePicker textarea, .formFileUpload input, .formFileUpload textarea {
    background: transparent; }

.formDropDown select {
  color: #000;
  width: 100%;
  -webkit-appearance: none;
  text-transform: capitalize;
  font-size: 12px; }

.formColumn.group2 li {
  width: 15%;
  margin-right: 1%; }

.formColumn.group2 li.field22 {
  margin-right: 0; }

.formDropDown {
  border: 2px solid #e6e6e6;
  margin-bottom: 15px;
  background: url(../images/select-arrow-black.png) no-repeat;
  background-position: calc(100% - 10px) 12px;
  /*overflow: hidden;*/ }

.contact .formDropDown, .careers .formDropDown {
  /*overflow: hidden;*/ }

.formTextarea {
  margin-bottom: 15px;
  width: 100%;
  border: 2px solid #e6e6e6; }

.linkBtn, .formsButtons input {
  width: 100%;
  color: #000 !important;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #000;
  padding: 10px 0px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  background: none;
  text-decoration: none !important; }

.linkBtn:hover, .formsButtons input:hover {
  color: #fff !important;
  border: 2px solid #000;
  background-color: #000; }

.mainStructure.careers {
  margin: 0 auto;
  width: 60%; }

.formsButtons {
  clear: both; }

.rightCol .twoBlocs p {
  margin-bottom: 15px; }

.aboutCols li {
  box-sizing: border-box;
  float: left;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
  width: 50%; }

.aboutCols li::before {
  background: rgba(0, 0, 0, 0) url("../images/sep.png") no-repeat scroll 0 0;
  width: 12px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 7px;
  content: ''; }

.blocSep {
  height: 95px; }

.listingThreeCol .listingRow {
  width: 31%;
  float: left;
  margin-right: 3%;
  line-height: 24px;
  margin-bottom: 20px; }

.listingThreeCol .listingRow.last {
  margin: 0 0 20px 0; }

.listingThreeCol .listingRow .listingImg {
  margin-bottom: 10px; }

.listingThreeCol h2 {
  margin-bottom: 20px; }

.safeArea {
  position: relative; }

.galleryListing li {
  margin: 0 19px 19px 0;
  float: left; }

.galleryListing li.last {
  margin: 0 0 15px 0; }

.galleryListing li {
  border: 2px solid #969696;
  height: 145px;
  overflow: hidden; }

.btnWidth {
  width: 250px;
  margin: 0 auto; }

.filterFields.events {
  margin: 0 auto;
  width: 35%; }

.filterFields.events li {
  width: 100%; }

.filterFields li {
  width: 18%;
  margin-right: 3.5%;
  float: left; }

.filterFields li.last {
  margin-right: 0; }

.noBgHeading h2 {
  background: none;
  padding-left: 0;
  font-size: 24px;
  margin-bottom: 20px;
  color: #5c5e65; }

.leftContact p span {
  font-weight: bold;
  color: #5c5e65;
  text-transform: uppercase; }

.leftContact a {
  text-decoration: underline;
  color: #a9abaf;
  font-weight: normal; }

.leftContact a:hover {
  color: #a7b899; }

.upperCase, .resIntro {
  text-transform: uppercase; }

.resIntro {
  margin-bottom: 25px; }

.contactForm li, .reservationForm li, .careersForm li {
  width: 47%;
  float: left;
  margin-right: 6%; }

.contactForm li .btnCont, .reservationForm li .btnCont {
  width: 60%; }

.contactForm li.last, .reservationForm li.last, .careersForm li.last {
  margin-right: 0; }

.mainStructure.contact .blocSep {
  height: 55px; }

.mainStructure.contact .cols {
  width: 30%;
  float: left;
  margin-right: 5%; }

.mainStructure.contact .cols.last {
  margin-right: 0; }

.mainStructure.contact .leftCol {
  width: 24%;
  margin-right: 3.5%; }

.mainStructure.contact .rightCol {
  width: 72.5%; }

.massayaSelectionCont {
  color: #58585a; }

.massayaSelectionCont .title {
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase; }

.massayaSelectionCont .desc {
  margin-bottom: 20px; }

.massayaClassic {
  background: #f5f5f5 url(../images/massaya-classic.png) no-repeat 95% 70%;
  margin-bottom: 15px; }

.massayaClassic .innerPadding {
  padding: 65px 600px 65px 40px; }

.massayaSelectionCont .leftMenu, .massayaSelectionCont .button {
  width: 76%; }

.massayaSelectionCont .leftMenu a {
  background: url("../images/sep.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
  /*border-bottom: 1px solid #dedede;*/
  padding: 5px 0 5px 33px; }

.massayaSelectionCont .leftMenu a.last {
  border: 0; }

.massayaSilver, .massayaGold {
  float: left;
  min-height: 635px;
  width: 49%;
  margin-bottom: 20px;
  background-position: 90% 90% !important;
  margin-right: 2%; }

.massayaSelectionCont > div:nth-child(2n) {
  margin-right: 0%; }

.massayaSilver {
  background: #eaeff1 url(../images/silver-wine.jpg) no-repeat 88% 100%; }

.massayaGold {
  background: #efece2 url(../images/gold-wine.jpg) no-repeat 88% 100%; }

.massayaGold .innerPadding, .massayaSilver .innerPadding {
  /*padding: 60px 70px 60px 40px;*/
  padding: 40px; }

.massayaSilver .desc, .massayaSilver .button, .massayaSilver .leftMenu, .massayaGold .desc, .massayaGold .button, .massayaGold .leftMenu {
  width: 66%; }

.eventsContent li {
  background: none repeat scroll 0 0 #edf1ea;
  float: left;
  margin: 0 3% 20px 0;
  width: 48%;
  min-height: 350px;
  position: relative; }

.eventsContent .innerPadding {
  padding: 35px; }

.eventsContent li.last {
  margin: 0; }

.eventsContent li .title {
  font-size: 18px;
  text-transform: uppercase;
  /*width: 70%;*/
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #5c5e65; }

.eventsContent li .date {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold; }

.eventsContent li {
  color: #5c5e65; }
  .eventsContent li .img {
    margin-bottom: 20px;
    /*min-height: 172px;*/
    position: relative;
    background: #dedede; }
    .eventsContent li .img img {
      max-width: 100%; }

.eventsContent .whiteBtn .linkBtn {
  color: #fff;
  border-color: #fff;
  width: 40%;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 45%;
  text-align: center; }

.eventsContent .whiteBtn .linkBtn:hover {
  color: #ccc;
  border-color: #ccc; }

.careersForm {
  width: 60%;
  margin: 0 auto; }

.careersForm .blocSep, .eventsContent .blocSep {
  height: 65px; }

.careersForm .buttonCont, .eventsContent .buttonCont, .publicationContent .buttonCont {
  width: 255px;
  margin: 0 auto; }

.greySepBorder {
  background: #eeeeee;
  width: 100%;
  height: 2px;
  margin: 15px 0; }

.faqAccordion {
  /*width: 80%;
  margin: 0 auto;*/ }

.faqAccordion li {
  color: #5c5e65;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 2px #e5e5e5 solid; }

.titleFaq {
  text-transform: uppercase;
  cursor: pointer;
  background: url(../images/plus.png) no-repeat 0 0;
  padding: 7px 0 15px 60px; }

.titleFaq.active {
  background: url(../images/minus.png) no-repeat 0 0; }

.faqDetails {
  display: none;
  padding: 25px 0 15px 60px; }

.breadcrumbs {
  position: absolute;
  right: 0; }

.imageSep {
  margin-bottom: 35px; }

.imageSep img {
  width: 100%; }

.massayaMenu .firstRow {
  margin-bottom: 35px; }

.massayaMenu .firstRow li {
  float: left;
  margin-right: 1.5%;
  width: 24.5%;
  line-height: 24px; }

.massayaMenu .firstRow li.large {
  width: 48%; }

.massayaMenu img {
  width: 100%;
  min-height: 235px; }

.massayaMenu .firstRow li.last {
  margin: 0; }

.massayaMenu .img {
  margin-bottom: 20px; }

.massayaMenu .title {
  font-size: 18px;
  font-weight: bold;
  color: #58585a;
  margin-bottom: 20px;
  text-transform: uppercase; }

.massayaMenu .title.red {
  font-size: 13px;
  font-weight: bold;
  /*color: #cb252b;*/
  margin-bottom: 10px;
  text-transform: uppercase; }

.massayaMenu .firstRow li .desc li {
  width: 45%;
  padding-right: 5%;
  margin: 0; }

.massayaMenu .secondRow {
  line-height: 24px; }

.massayaMenu .secondRow .first {
  width: 31%;
  margin-right: 3.5%;
  float: left; }

.massayaMenu .secondRow .second {
  width: 31%;
  margin-right: 2.5%;
  float: left; }

.massayaMenu .secondRow .second .btnCont {
  width: 60%; }

.massayaMenu .secondRow .third {
  width: 24%;
  padding-left: 2.5%;
  float: left;
  border-left: 1px solid #eaeff1; }

.massayaMenu .secondRow .third .btnCont {
  /*width: 69%;*/ }

h1 span.small a {
  font-size: 16px;
  color: #58585a; }

.menuContent {
  background: #fff;
  padding: 30px 50px;
  height: 100%;
  max-width: 1075px;
  /*top: 20%;*/
  color: #000;
  line-height: 20px; }

.menuContent .title {
  width: 420px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
  margin-bottom: 45px;
  font-size: 20px;
  text-transform: uppercase; }

.menuContent .formDropDown {
  width: 350px;
  /*overflow: hidden;*/ }

.menuContent select {
  color: #000; }

.menuContent .intro {
  margin-bottom: 15px; }

.red {
  color: #cb252b; }

.menuCols li {
  float: left;
  width: 45%;
  box-sizing: border-box; }

.menuCols li.middle {
  float: right;
  clear: right; }

.menuCols li.last {
  background: #ebf0ee none repeat scroll 0 0;
  clear: both;
  float: none;
  padding: 20px 40px;
  width: 100%; }

.blocMenu {
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.blocMenu.last {
  border: 0; }

.remarque {
  color: #a3a3a3;
  font-size: 11px; }

.greyColor {
  color: #a3a3a3; }

.shopLink {
  margin: 50px 0 25px 0; }

.shopLink a {
  text-transform: uppercase;
  color: #5c5e65;
  font-size: 13px;
  font-weight: bold; }

.shopLink a:hover {
  color: #cdcdcf; }

.headerEventsDetails {
  text-align: center;
  color: #58585a;
  font-weight: bold; }

.eventsSub .briefDesc {
  margin-bottom: 10px;
  background: none;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px; }

.eventsDate {
  color: #5c5e65;
  font-size: 13px;
  margin-bottom: 30px; }

.briefDesc {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 50px; }

.lefImage {
  float: left;
  margin: 0 30px 30px 0; }

.eventsDetailsContent {
  margin-bottom: 50px; }

.eventsDetailsContent .lefImage {
  display: none; }

.shareHolder {
  text-align: center;
  margin: 0 auto 35px;
  width: 60%; }

.shareHolder a {
  width: 180px;
  float: left;
  margin-left: 45px; }

.shareHolder a:hover {
  color: #cdcdcf;
  border-color: #cdcdcf; }

.shareHolder h2 {
  margin-bottom: 35px;
  background: none; }

.linkBtn.fb {
  color: #5c6578;
  border-color: #5c6578; }

.linkBtn.twitter {
  color: #588c9a;
  border-color: #588c9a; }

.linkBtn.gplus {
  color: #956863;
  border-color: #956863; }

.backEvent {
  margin: 0 auto;
  width: 25%;
  border-top: 2px solid #7f818a;
  padding: 30px; }

.publications {
  width: 25%;
  margin: 0 auto; }

.publicationContent {
  margin-top: 65px; }

.publicationContent li {
  color: #5c5e65;
  width: 29%;
  float: left;
  min-height: 95px;
  margin: 0 2% 2% 2%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase; }

.publicationContent li .title {
  font-size: 18px;
  margin-bottom: 15px;
  min-height: 45px; }

.publicationContent li .date {
  font-size: 13px;
  border-top: 2px solid #5c5e65;
  width: 60%;
  padding-top: 10px;
  margin: 0 auto; }

/*************fancy select******************/
div.fancy-select {
  position: relative;
  font-weight: bold;
  font-size: 13px;
  color: #46565D; }

div.fancy-select.disabled {
  opacity: 0.5; }

div.fancy-select select:focus + div.trigger.open {
  box-shadow: none; }

div.fancy-select div.trigger {
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 3%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #fff url(../images/select-arrow.png) 96% center no-repeat;
  color: #cdcdcf;
  width: 100%;
  min-height: 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.darkFields div.fancy-select div.trigger {
  color: #000;
  background: #fff url(../images/select-arrow-black.png) 96% center no-repeat; }

div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #4B5468;
  top: -20px;
  right: -9px; }

div.fancy-select div.trigger.open {
  background: #dbe9f3;
  border: 1px solid #e0eaf2;
  color: #7A8498;
  box-shadow: none; }

div.fancy-select div.trigger.open:after {
  border-top-color: #7A8498; }

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #d8e5ef;
  width: 100%;
  padding: 6px 0;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; }

div.fancy-select ul.options.open {
  visibility: visible;
  top: 40px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out; }

div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out; }

div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out; }

div.fancy-select ul.options li {
  padding: 4px 12px;
  color: #2B8686;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  font-size: 13px;
  line-height: 13px;
  color: #4c535b;
  width: 80%; }

div.fancy-select ul.options li.hover {
  color: #646567; }

/************************************************** FULL PAGE ***************************************************/
/* CSS Document */
html, body, form {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.navigation {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 20px; }

.firstPageMenu.sub {
  top: 0 !important; }

.navigation li {
  background: url("../images/menu-sep.png") no-repeat scroll right 12px rgba(0, 0, 0, 0);
  margin-bottom: 15px; }

.navigation li span, .navigation li a {
  text-decoration: none;
  color: #58585a;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 9px 5px;
  display: block;
  cursor: pointer; }

.secondLogo {
  text-align: center;
  z-index: 2;
  position: relative; }

.navigation li.active span, .navigation li:hover span, .navigation li a:hover {
  background: url(../images/active-menu.png) bottom left repeat-x;
  color: #313131; }

.slide {
  text-align: center; }

#slide1 {
  background: url(../images/home-bg.jpg) center top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 99%; }

#slide2 {
  width: 100%;
  height: 100%;
  position: relative; }

#slide3 {
  background: url(../images/experience-bg.jpg) center center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: relative; }

#slide4 {
  background: url("../images/events-bg.jpg") no-repeat scroll center center/100% auto rgba(0, 0, 0, 0);
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: relative; }

#slide5 {
  background: url("../images/about-bg.jpg") no-repeat scroll center center/100% auto rgba(0, 0, 0, 0);
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: relative; }

#slide6 {
  background: url("../images/events-bg.jpg") no-repeat scroll center center/100% auto rgba(0, 0, 0, 0);
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 20px; }

/************************************************************* FLEX SLIDER *****************************************************/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flexslider:hover .flex-next {
  /*opacity: 0.8;
  right: 5px;*/ }

.flexslider:hover .flex-prev {
  /*opacity: 0.8;
  left: 5px;*/ }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .4;
  cursor: pointer;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
/********************************JM***********************************/
#HtmlPH2_lbItemFile, #HtmlPH1_lbItemFile {
  display: none; }

.first .requiredError {
  border-bottom: 2px solid red; }

.loader {
  background: url(../images/ajax.gif) no-repeat center center;
  background-color: #FFF; }

#menu li.active {
  color: #58585a; }

#menu li {
  padding-top: 0 !important; }

#menu li.active a, #menu li:hover a {
  background: url(../images/active-menu.png) bottom left repeat-x;
  color: #313131; }

#menu li.active a:hover {
  color: #313131;
  background: url(../images/active-menu.png) bottom left repeat-x; }

#menu li a, #menu li.active a {
  padding: 0px 5px 15px; }

#menu li a {
  text-decoration: none;
  color: #58585a;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  /*margin-bottom:30px;*/ }

.menuToShow a {
  margin-bottom: 0 !important; }

#menu li.active a {
  color: #58585a; }

#menuLocatedTop {
  /*top: -87px;*/
  z-index: 999;
  position: fixed;
  width: 100%;
  left: 0; }

.HP #menuLocatedTop .searchHolder {
  bottom: 100%; }

#menuLocatedTop #menu li {
  padding: 0;
  width: 130px;
  text-align: center; }

.twoBlocks {
  overflow: hidden; }

.hoverEffect {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/block-light-bg.png);
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  opacity: 0;
  cursor: pointer; }

.fakra .hoverEffect {
  opacity: 0 !important; }

.fakra:hover .hoverEffect {
  opacity: 1 !important; }

.bekaa .hoverEffect {
  opacity: 0 !important; }

.bekaa:hover .hoverEffect {
  opacity: 1 !important; }

.twoBlocks a.button {
  /*opacity: 0.5;*/
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.twoBlocks a.button:hover {
  opacity: 1 !important;
  color: #58585a;
  background: #fff; }

.fourBlock a.button {
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.fourBlock:hover a.button {
  opacity: 1 !important; }

.fourBlock a.button:hover {
  color: #58585a;
  background: #fff; }

.fourBlock .imageHolder img {
  opacity: 1 !important; }

.fourBlock img {
  width: 101%;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12); }

.fourBlock:hover img {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1); }

.twoBlocks img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12); }

.twoBlocks:hover img {
  -webkit-transform: scale(1);
  transform: scale(1); }

.eventBlock {
  overflow: hidden; }

.eventBlock h3 {
  position: relative;
  overflow: hidden; }

.eventBlock h3 a, .fourBlock h3 a, .galleryImage h3 a {
  color: #fff;
  cursor: pointer; }

.eventsBlockPad .eventBlock {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.eventsBlockPad .eventBlock:hover {
  opacity: 0.6 !important; }

.eventBlock h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
        /*	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);*/ }

.eventBlock:hover h3::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.eventBlock .blockDate {
        /*	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
*/ }

.eventBlock:hover .blockDate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.massayaClub .imageHolder img {
  opacity: 1 !important; }

/***************images Gallert***************/
.galleryImage {
  background: #000;
  position: relative; }
  .galleryImage a {
    display: block;
    width: 100%;
    height: 100%; }

.galleryImage img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

.galleryImage:hover img {
  opacity: 0.4; }

.galleryImage .galleryImageCaption {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  height: 100%; }

.galleryImage .galleryImageCaption::before, .galleryImage .galleryImageCaption::after {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

.galleryImage .galleryImageCaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }

.galleryImage .galleryImageCaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0); }

.galleryImage h3 {
  padding-top: 22%;
  padding-bottom: 22%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
        /*-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);*/
  background: none; }

.galleryImage:hover .galleryImageCaption::before, .galleryImage:hover .galleryImageCaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.galleryImage:hover h3 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.massayaClub, .massayaShop {
  overflow: hidden; }

.massayaClub a.button, .massayaShop a.button {
  margin-top: 0px; }

.massayaClub:hover a.button, .massayaShop:hover a.button {
  margin-top: 0; }

.massayaClub a.button:hover, .massayaShop a.button:hover {
  color: #58585a;
  background: #fff;
  opacity: 1 !important; }

.twoBlocks .absolutePos {
  left: 0;
  height: 100%; }

.errorMsg {
  font-size: 10px;
  color: red; }

.compContent ul {
  margin-bottom: 20px; }

.photosList a {
  color: #fff; }

.compContent .formColumn.group1 .formDropDown, .compContent .formColumn.group2 .formDropDown {
  margin-bottom: 0; }

.compContent .formColumn.group1 {
  width: 100%;
  float: left; }

.compContent .formColumn.group1 li {
  width: 100%;
  margin-right: 0; }

.compContent .formColumn.group2 {
  width: 100%;
  float: left;
  margin-top: 0; }

.compContent .formColumn.group2 li {
  margin-right: 20px;
  width: 30%; }

.compContent .formColumn.group2 .fieldRight.field22 {
  margin-right: 0; }

.compContent .validator {
  display: block;
  font-size: 12px; }

.compContent .formContainer {
  margin-bottom: 0; }

.successMessage {
  font-size: 20px; }

.iframeHeader {
  margin-bottom: 130px; }

.mapIframe {
  margin-top: 86px; }

.formDatePicker input {
  background: url(../images/calendar.png) no-repeat 95% 8px !important; }

.compContent .second .formDatePicker input {
  background: url(../images/calendar.png) no-repeat 70% 8px !important; }

.formDatePicker input.riTextBox {
  padding: 10px 0 !important;
  height: 37px;
  border: 0 none !important; }

.eventsContent li .img a {
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.eventsContent li .img img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.eventsContent li .img:hover img {
  opacity: 0.5; }

.eventsContent li .img:hover a {
  opacity: 1; }

.lastContent {
  height: 100%; }

.lastContent .titleHolder h2 {
  margin-bottom: 20px; }

.lastContent .summary {
  margin-bottom: 20px; }

.innerSafeArea {
  width: 520px;
  margin: 0 auto;
  padding-top: 40px; }

.buttonHolder {
  width: 160px;
  margin: 0 auto; }

.clubContent {
  background: url(../images/club-bg.jpg) no-repeat center center;
  height: 40%; }

.clubContent .innerSafeArea {
  padding-top: 7%; }

.shopContent {
  background: url(../images/shop-bg.jpg) no-repeat center center;
  height: 30%; }

.contactContent {
  background: url(../images/contact-bg.jpg) no-repeat center center;
  height: 30%; }

.viewSiteMapBtn {
  color: #000;
  text-align: center;
  background: url(../images/arrow-sitemap-closed.jpg) no-repeat 100% 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
  cursor: pointer; }

.viewSiteMapBtn.active {
  background: url(../images/arrow-sitemap-opened.jpg) no-repeat 100% 5px; }

#ws_sch_preview {
  clear: both; }

.rightCol .formsButtons {
  width: 30%; }

#btn_search {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  cursor: pointer !important;
  display: block !important;
  font-size: 13px !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
  padding: 10px 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  width: 100% !important; }

#ws_sch_txt_vintage, #ws_sch_txt_term {
  border: 2px solid #cdcdcf !important;
  margin-bottom: 15px !important;
  width: 93% !important; }

#nxt {
  font-weight: bold;
  text-decoration: none !important; }

#inner_results_container {
  height: auto !important;
  min-height: 0 !important; }

.blockDate, .eventBlock h3 {
  color: #fff; }

.validator {
  display: block; }

/**************************************** FOOTER START *************************************************/
.footerContainer .safeArea {
  max-width: 1265px;
  position: relative;
  padding-bottom: 20px; }

.footerComponent {
  width: 100%;
  position: relative; }

.footerComponent .compBtn {
  width: 100%;
  height: 38px;
  border-bottom: 2px solid #cdcdcf;
  position: absolute;
  bottom: 283px;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  z-index: 100; }

.footerComponent .compBtn.active {
  bottom: 668px; }

.footerComponent .compBtn a {
  width: 76px;
  display: block;
  height: 38px;
  background: url(../images/footer-arrow-grey.png) no-repeat 0 0;
  float: right;
  cursor: pointer;
  margin-right: 30px;
  z-index: 999; }

.footerComponent .compBtn a.active {
  background: url(../images/footer-arrow-grey.png) no-repeat 0 95%; }

    /*
.subfooter .compBtn a {
display:none !important; }
*/
.compContent li {
  width: 50%;
  margin-right: 5%;
  float: left; }

.compContent li.last {
  width: 42%;
  margin-right: 0; }

.compContent .btnCont {
  width: 150px;
  float: left;
  margin-right: 20px; }

.compContent ul {
  margin-bottom: 0px; }

.compContent {
  padding: 0;
  background: #fff;
  position: absolute;
  z-index: 9999;
  bottom: 283px;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }

.compContent.active {
  height: 270px;
  padding: 25px 0 0; }

.compContent.active.compOverflow {
  overflow: visible; }

.compContent .linkBtn {
  margin-bottom: 42px; }

.compContent .secondRow li {
  width: 28%;
  margin-right: 2%;
  float: left; }

.compContent .secondRow li.last {
  width: 38%;
  float: left;
  margin-right: 0; }

.compContent .firstRow li {
  width: 35%;
  margin-right: 2%;
  float: left; }

.compContent .firstRow li.last {
  width: 27%;
  margin-right: 0;
  float: left; }

.compContent h3 {
  color: #5c5e65;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px; }

.socialCont a {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  position: relative;
  padding-right: 10px; }
  .socialCont a:before {
    position: absolute;
    content: '';
    background-image: url(../images/menu-sep.png);
    top: 50%;
    right: -10px;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin-top: -6px; }
  .socialCont a.fb {
    background-image: url(../images/fb.svg); }
  .socialCont a.twitter {
    background-image: url(../images/twitter.svg); }
  .socialCont a.instagram {
    background-image: url(../images/insta.svg); }
  .socialCont a:hover {
    opacity: 1; }

.footerSitemap {
  display: block;
  position: relative; }
  .footerSitemap .col-sm-6:first-child h3 {
    text-align: center; }
  .footerSitemap .col-sm-6:first-child .footerContent {
    margin: 0 auto;
    width: 70%; }
  .footerSitemap .footerContent {
    height: auto !important;
    /*height: 100px !important;*/ }
  .footerSitemap ul {
    padding: 0 0 20px; }
    .footerSitemap ul li.socialFooter {
      width: 14%; }
    .footerSitemap ul li a {
      display: block;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      color: #000; }
      .footerSitemap ul li a.linkLevel2 {
        text-transform: uppercase;
        color: #000;
        font-weight: bold; }
      .footerSitemap ul li a.lineHeight {
        line-height: 26px; }
      .footerSitemap ul li a.linkLevel1 {
        text-transform: uppercase;
        color: #b9b9bc;
        font-weight: bold;
        line-height: 26px; }
      .footerSitemap ul li a:hover {
        color: #a6b898 !important; }

.footerTitle {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #58575c;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  line-height: 50px; }

.newsletterComp .formTextBox {
  width: 70%;
  float: left;
  margin-right: 1%; }
  .newsletterComp .formTextBox input {
    height: 40px; }

.newsletterComp .linkBtn {
  width: 27%;
  float: left; }

.credit {
  color: #5c5e65;
  text-transform: uppercase;
  position: absolute;
  right: 24.7%;
  bottom: 25px; }

.requiredHolder {
  margin: 13px 10% 0 0;
  text-transform: uppercase; }

.searchInput {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #000;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 2px;
  color: #c6c6c6;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 5px;
  width: 95%; }

.searchBtn {
  background: url(../images/search-btn.png) no-repeat 0 0;
  border: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 5px; }

.searchBtn:hover {
  background-position: 0 bottom; }

.faqTitle {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 9px; }

.quickContact {
  margin-bottom: 10px;
  padding-top: 15px; }

.lastRight .quickContact {
  padding-top: 0px; }

.quickContact a {
  text-decoration: underline;
  color: #5c5e65;
  text-transform: uppercase; }

/****************************************** FOOTER END ********************************************/
.RadCalendarPopupShadows {
  z-index: 99999 !important; }

.redProduct {
  color: red;
  font-size: 22px; }

.introTextLink {
  color: #58585a;
  text-decoration: underline;
  font-weight: bold;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.introTextLink:hover {
  color: #a7b899; }

.ajax__calendar .ajax__calendar_container {
  z-index: 100000; }

.patternStrip {
  /*background: rgba(0, 0, 0, 0) url("../images/pattern-layer.png") repeat-x scroll center top;*/
  height: 60px;
  position: relative;
  width: 100%;
  margin-top: 0px;
  background-color: #FFF; }

.headerImage::after {
        /*background: rgba(0, 0, 0, 0) url("../images/pattern-layer.png") repeat-x scroll center top;
  height: 49px;
  position: absolute;
  width: 100%;
  margin-top: 0px;
  content:'';
	bottom:0;
    left:0;*/ }

.massayaClub {
  height: 392px; }

.massayaClub .imageHolder {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%; }

.massayaClub .imageHolder img {
  height: 100%;
  width: auto; }

.massayaClub .massayaClub {
  z-index: 10;
  border: 0; }

.massayaClub.sameHeightBoxPad {
  bottom: 0;
  height: 90% !important;
  margin: auto;
  position: absolute;
  top: 0; }

.massayaClub h3 {
  margin-bottom: 100px; }

.eventsMainSlider .flexslider {
  background: none;
  border: 0;
  box-shadow: none;
  margin: 0; }

.eventsMainSlider .flex-control-paging {
  display: none; }

.eventsMainSlider {
  margin-bottom: 40px; }

.eventsMainSlider .flex-direction-nav a {
  top: 50%; }

.eventsMainSlider .flex-direction-nav a {
  background: url(../images/slider-arrows-events.png) no-repeat 0 0;
  width: 14px;
  height: 22px; }

.eventsMainSlider .flex-direction-nav a.flex-prev {
  left: 10px !important;
  opacity: 1 !important; }

.eventsMainSlider .flex-direction-nav a.flex-next {
  right: 10px !important;
  opacity: 1 !important;
  background-position: 100% 0; }

.greySectionEvent {
  background: #ebf0ee;
  margin-bottom: 30px; }

.leftGrey, .rightGrey {
  float: left;
  width: 50%; }

.leftGrey > img {
  width: 100%; }

.rightGrey {
  box-sizing: border-box;
  padding: 20px; }

.rightGrey li {
  color: #616264;
  font-size: 14px;
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 10px; }

.rightGrey li::after {
  width: 75px;
  height: 1px;
  background: #c5cbc9;
  bottom: 0;
  position: absolute;
  left: 0;
  content: ''; }

.rightGrey li span {
  font-weight: bold;
  display: block; }

.sharePattern {
  width: 108px;
  height: 42px;
  background: url(../images/events-shape.png) no-repeat 0 0;
  margin: 20px auto 40px; }

.filterLeft {
  width: 50%;
  max-width: 350px;
  float: left; }

.filterRight {
  max-width: 350px;
  float: right;
  width: 50%; }

.filterLabel, .filterLeft .formDropDown, .filterRight .formDropDown {
  display: inline-block; }

.winesFilter {
  margin-bottom: 20px; }

.winesFilter .formDropDown {
  width: 223px; }

.filterLabel label {
  color: #5c5e65;
  font-size: 13px;
  font-weight: bold;
  line-height: 40px;
  margin-right: 10px;
  opacity: 0.6; }

.winesListing .listingItem {
  position: relative;
  width: 32%;
  float: left;
  margin-right: 2%;
  background: #f9f9f3;
  margin-bottom: 20px;
  padding: 15px 50px 35px;
  box-sizing: border-box;
  text-align: center; }

.winesListing .listingImage {
  border-bottom: 2px solid #dedede;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.winesListing .listingTitle {
  color: #000; }

.winesListing .listingTitle span {
  display: block;
  text-align: center;
  font-size: 13px; }

.winesListing .listingItem:nth-child(3n) {
  margin-right: 0; }

.winesListing .listingItem .opacityContent {
  opacity: 1;
  transition: all linear 300ms; }

.winesListing .listingItem:hover .opacityContent {
  opacity: 0.1; }

.winesListing .overLayContent {
  left: 35px;
  opacity: 1;
  position: absolute;
  right: 35px;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  transition: all linear 300ms; }

.winesListing .listingItem:hover .overLayContent {
  opacity: 1;
  visibility: visible; }

.withBorderBottom {
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: url(../images/border-black.png) no-repeat center bottom; }

.downloadLink {
  padding-left: 15px;
  background: url(../images/download-icon.png) no-repeat 0 2px;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 15px; }

.eventCustomText {
  font-size: 12px;
  font-weight: bold; }

#cont0 h2 {
  font-size: 23px !important;
  margin: 0 0 30px !important; }

#cont0 .safeArea {
  margin: 0 auto 0 !important; }

.logoHolder {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .logoHolder:before {
    position: absolute;
    content: '';
    background-image: url(../images/logoBgLayer.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 335px;
    z-index: 0;
    top: -15px;
    left: 0;
    background-position: top center;
    z-index: 1; }
  .logoHolder h1 {
    max-width: 120px;
    margin: 0 auto;
    z-index: 2;
    position: relative; }
    .logoHolder h1 img {
      max-width: 100%; }

.secondLogo > img {
  width: 95px; }

.wineOverlay {
  background: #fff none repeat scroll 0 0;
  padding: 60px; }

.lastLeft {
  float: left;
  width: 50%; }

.lastRight {
  margin-top: 20px;
  box-sizing: border-box;
  float: left;
  padding: 0 130px 0 0;
  text-align: center;
  width: 50%; }

.threeCol li {
  display: inline-block;
  margin: 0 1% 0 0;
  vertical-align: top !important;
  width: 16%; }

.threeCol li:nth-child(2), .threeCol li:nth-child(3) {
  width: 14%; }

.threeCol .formDatePicker input {
  background: rgba(0, 0, 0, 0) url("../images/calendar.png") no-repeat scroll 70% 8px !important; }

.firstRow .rightGrey li, .firstRow .leftGrey, .firstRow .rightGrey {
  width: 100% !important; }

.exploreBlockPad .summary {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5); }

#menu li a.selectedMainMenu {
  color: #a6b898; }

/***/
#ControlFooter_divRes .formDropDown {
  max-height: 37px; }

#ControlFooter_divRes .formLabel {
  height: 18px; }

#ControlFooter_divRes .secondRow li {
  max-height: 83px; }

.eventsContent .whiteBtn .linkBtn {
  color: #FFF !important; }

.eventsContent .whiteBtn .linkBtn:hover {
  color: #ccc !important; }

.eventsSlider .imageHolder a.button {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.massayaClub .summary {
  padding: 0 62px; }

.aboutCols {
  padding-top: 40px; }

.aboutCols li:first-child {
  padding-right: 10px; }

.RadCalendarFastNavPopup {
  z-index: 100000 !important; }

.RadCalendarFastNavPopup .rcButtons input {
  width: 56px !important; }

div.fancy-select ul.options li {
  white-space: normal; }

.eventsSlider ul.slides li {
  visibility: hidden; }

.eventsSlider ul.slides li:first-child {
  visibility: visible; }

.compContent.active {
  height: auto !important; }

#ControlFooter_datePicker_dateInput_wrapper {
  width: 100% !important; }

.riSingle {
  width: 100% !important; }

.galleryListing li {
  margin-bottom: 15px; }

.credit {
  position: static;
  text-align: right;
  padding-right: 25px; }

.headerImage {
  background-size: cover !important; }

.formContainer .formTextArea textarea {
  height: 95px; }

    /* .formContainer .fieldLeft.field21{
	margin-top:-77px
} */
.fieldRight {
  float: right; }

.massayaMenu .desc {
  margin-bottom: 10px; }

.galleryListing li img {
  max-width: 100%; }

.exploreTwoBlocks .twoBlocksPad {
  padding-left: 0;
  padding-right: 0; }

.exploreTwoBlocks .twoBlocks .summary {
  max-width: 400px; }

.menuContent .formDropDown {
  width: calc(100% - 4px);
  border: 2px solid #000; }

.menuContent .formDropDown div.fancy-select div.trigger {
  color: #000 !important;
  background: #fff url("../images/select-arrow-black.png") no-repeat scroll 96% center !important;
  font-weight: bold !important;
  font-size: 13px;
  padding-left: 9px;
  text-transform: uppercase; }

.menuContent .formDropDown div.fancy-select ul {
  border: 2px solid #000;
  left: -2px;
  padding: 0;
  top: 42px; }

.menuContent .formDropDown div.fancy-select ul li {
  font-weight: bold !important;
  font-size: 13px;
  color: #000 !important;
  text-transform: uppercase;
  border-bottom: 1px solid #dedede;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 40px;
  height: 40px;
  text-indent: 8px; }

.menuContent .formDropDown div.fancy-select ul li:last-child {
  border-bottom: none; }

.menuLabel {
  display: block;
  color: #000; }

.freebtn {
  display: inline;
  padding: 10px 20px; }

.newsletterListing.winesListing .overLayContent {
  top: 190px; }

.DownloadImageHolder {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  bottom: 0;
  height: 54px;
  line-height: 54px;
  position: absolute;
  text-align: right;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 10000; }

.DownloadImageHolder a {
  margin-left: 45px;
  color: #000;
  text-decoration: underline;
  font-size: 12px;
  padding-left: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background: url(../images/download-icon.png) no-repeat left center; }

.DownloadImageHolder a:hover {
  opacity: 0.7; }

.fbHolder {
  margin-bottom: 10px; }

.twitterHolder a {
  border: none !important; }

.eventsDetailsContent p span {
  color: #a9abaf !important;
  font-family: "Montserrat",sans-serif !important; }

.window .leftCol h4 {
  font-size: 13px;
  font-weight: 600; }

.window .leftCol .imageHolder, .slide .leftCol .imageHolder {
  margin-bottom: 4px; }

.window .leftCol .summary, .slide .leftCol .summary {
  font-weight: normal; }

/**** NEWSLETTER 10-2-2016  *****/
.newsletterListing .linkBtnHolder {
  float: right;
  width: 197px; }

.newsletterListing ul li {
  border-bottom: 2px solid #dedede;
  color: #000;
  padding: 18px 15px; }

.newsletterListing .newsletterInfo {
  float: left;
  max-width: 65%; }

.newsletterListing ul li .linkBtn {
  margin-bottom: 0;
  opacity: 0; }

.newsletterInfo span {
  font-size: 13px;
  font-weight: normal; }

.newsletterInfo h3 {
  font-weight: normal;
  font-size: 16px; }

.newsletterListing ul li:hover {
  background: #fafaf4; }

.newsletterListing ul li:hover .linkBtn {
  opacity: 1; }

.pressListing.eventsContent li {
  min-height: 385px; }

.newsletterBody {
  background: #FFF;
  padding-top: 20px; }

.eventGallery li {
  float: left;
  margin: 0 6px 10px 6px; }

.eventGallery li img {
  border: 3px solid #96959a; }

.staticBtnHolder {
  text-align: center;
  padding-top: 25px; }

.staticBtnHolder .button {
  display: inline-block;
  width: 180px !important;
  margin-bottom: 10px !important; }

/**New Styling by Georgina**/
.leftMenu li {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .leftMenu li a {
    padding-left: 20px;
    padding-right: 30px;
    background: url(../images/sep.png) 0 7px no-repeat; }
  .leftMenu li .secondLevel {
    margin-top: 15px;
    margin-left: 20px; }
    .leftMenu li .secondLevel li {
      border-bottom: none;
      padding: 0;
      padding-bottom: 0; }
      .leftMenu li .secondLevel li:last-child {
        margin-bottom: 0; }
      .leftMenu li .secondLevel li a {
        background: none;
        text-transform: capitalize;
        color: #58585a;
        position: relative;
        display: inline-block;
        padding-left: 0;
        font-size: 11px; }
        .leftMenu li .secondLevel li a:before {
          position: absolute;
          content: '';
          background-color: #1a1a1a;
          height: 1px;
          width: 0;
          -webkit-transition: all 400ms ease-in-out;
          -moz-transition: all 400ms ease-in-out;
          -ms-transition: all 400ms ease-in-out;
          -o-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
          bottom: -5px; }
        .leftMenu li .secondLevel li a:hover, .leftMenu li .secondLevel li a.selected {
          color: #1a1a1a; }
          .leftMenu li .secondLevel li a:hover:before, .leftMenu li .secondLevel li a.selected:before {
            width: 100%; }

.intro {
  font-weight: 400;
  line-height: 34px;
  font-size: 18px;
  color: #1f1f1f;
  margin-bottom: 50px; }

.flexslider li {
  position: relative; }
  .flexslider li .flex-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
    padding: 20px 30px; }

.albumDetails {
  margin-bottom: 80px; }
  .albumDetails .flex-direction-nav li a {
    background-color: #fff; }
  .albumDetails .mainSlider.flexslider {
    box-shadow: none;
    position: relative;
    margin-bottom: 0; }
  .albumDetails .flex-control-thumbs {
    width: 88%;
    margin: 5px auto;
    z-index: 100; }
    .albumDetails .flex-control-thumbs li {
      margin-right: 10px;
      width: calc((100% / 4) - 10px);
      opacity: 0.8; }
      .albumDetails .flex-control-thumbs li .flex-active {
        opacity: 1; }
      .albumDetails .flex-control-thumbs li:last-child {
        margin-right: 0; }

.flex-direction-nav {
  /*position: absolute;*/
  width: 100%;
  /*bottom: 30px;*/
  overflow: hidden;
  margin-top: -80px; }
  .flex-direction-nav li {
    width: 40px;
    height: 40px;
    border: 2px solid #585858;
    display: inline-block;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
    .flex-direction-nav li:hover {
      border-color: #a6b898; }
    .flex-direction-nav li:last-child {
      float: right; }
    .flex-direction-nav li a {
      display: block;
      position: absolute;
      cursor: pointer;
      text-indent: -9999px;
      position: relative;
      background-image: url(../images/arrow.svg);
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      height: 36px;
      background-size: 10px 16px;
      -webkit-transition: background 400ms linear;
      -moz-transition: background 400ms linear;
      -ms-transition: background 400ms linear;
      -o-transition: background 400ms linear;
      transition: background 400ms linear; }
      .flex-direction-nav li a:hover {
        background-image: url(../images/arrowHover.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px 16px; }
    .flex-direction-nav li .flex-next {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.whiteSlider .flex-direction-nav li {
  border-color: #FFF; }
  .whiteSlider .flex-direction-nav li:hover {
    border-color: #61665f; }
  .whiteSlider .flex-direction-nav li a {
    display: block;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    position: relative;
    background-image: url(../images/previous-white.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 36px;
    background-size: 10px 16px;
    -webkit-transition: background 400ms linear;
    -moz-transition: background 400ms linear;
    -ms-transition: background 400ms linear;
    -o-transition: background 400ms linear;
    transition: background 400ms linear; }
    .whiteSlider .flex-direction-nav li a:hover {
      background-image: url(../images/arrow.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 10px 16px; }

.textEditor {
  line-height: 26px; }

.mrgb80 {
  margin-bottom: 80px; }

.grayBg {
  background-color: #58585a;
  color: #FFF;
  padding: 40px; }
  .grayBg h2 {
    color: #FFF;
    background: url(../images/sepWhite.png) 0 center no-repeat; }
  .grayBg .description {
    color: #d6d6d6;
    font-weight: 300;
    line-height: 26px;
    padding-bottom: 30px; }
  .grayBg a.button {
    width: auto;
    display: inline-block;
    text-transform: uppercase; }

.darkBtn {
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 180px;
  letter-spacing: 1px; }

.number {
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
  position: relative;
  padding-top: 90px;
  margin-top: 25px;
  min-height: 130px; }
  .number:before {
    position: absolute;
    content: '';
    width: 78px;
    height: 78px;
    border: 2px solid #FFF;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    top: 0;
    left: 50%;
    margin-left: -39px; }
  .number:after {
    position: absolute;
    content: '';
    background-image: url(../images/phone.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -46px;
    background-position: center;
    background-size: contain; }
  .number .phoneNumber {
    font-size: 24px;
    display: block;
    color: #FFF;
    font-weight: 700; }

.center {
  text-align: center;
  margin: 0 auto; }

.menuDetails h2 {
  padding-left: 0;
  background: none;
  font-size: 24px; }
.menuDetails .flexslider {
  padding-bottom: 50px; }
  .menuDetails .flexslider .flex-control-nav {
    bottom: 0; }
.menuDetails .flex-direction-nav {
  margin-top: 0;
  position: absolute;
  top: -50px;
  right: 0;
  width: auto; }
  .menuDetails .flex-direction-nav li:first-child {
    margin-right: 10px; }
.menuDetails .formsButtons {
  margin: 20px auto;
  text-align: center; }

.flex-control-paging li a {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #484848; }
  .flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background-color: #a6b898;
    border: 1px solid #a6b898; }

.photosVideos h2 {
  display: inline-block;
  margin-bottom: 40px; }
.photosVideos .row {
  margin-left: -5px;
  margin-right: -5px; }
.photosVideos ul {
  margin-bottom: 40px; }
  .photosVideos ul li {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px; }
    .photosVideos ul li a {
      position: relative;
      display: block;
      font-weight: 500;
      overflow: hidden; }
      .photosVideos ul li a:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .photosVideos ul li a img {
        max-width: 100%;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out; }
      .photosVideos ul li a .caption {
        position: absolute;
        left: 0;
        bottom: 0;
        color: #FFF;
        padding: 10px;
        background-image: url(../images/captionBg.png);
        background-repeat: repeat-x;
        width: 100%;
        font-size: 18px; }
        .photosVideos ul li a .caption h4 {
          font-size: 12px;
          font-weight: 500;
          margin-bottom: 5px; }
        .photosVideos ul li a .caption .photoAlbum {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 14px; }
          .photosVideos ul li a .caption .photoAlbum span {
            font-weight: 400; }

.mediaLanding section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative; }
  .mediaLanding section:last-child:before {
    display: none; }
  .mediaLanding section:before {
    position: absolute;
    content: '';
    background-color: #dedede;
    height: 1px;
    width: 240px;
    left: 50%;
    margin-left: -120px;
    bottom: 0; }
  .mediaLanding section li img {
    max-width: 100%; }
.mediaLanding ul {
  margin-bottom: 40px; }
  .mediaLanding ul li {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px; }
    .mediaLanding ul li a {
      position: relative;
      display: block;
      font-weight: 500;
      overflow: hidden; }
      .mediaLanding ul li a:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .mediaLanding ul li a img {
        max-width: 100%;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out; }

.newsLetter h2 {
  display: inline-block; }
.newsLetter ul {
  margin-bottom: 40px; }
  .newsLetter ul .listingImage {
                /*border: 1px solid #e4e4e4;
			padding: 8px;*/
    margin-bottom: 20px; }
    .newsLetter ul .listingImage a {
      display: block;
      width: 100%; }
  .newsLetter ul .listingDate {
    text-transform: uppercase;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    line-height: normal; }
  .newsLetter ul .listingTitle a {
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase; }
  .newsLetter ul li {
    margin-bottom: 40px; }

.categoryListing .row {
  margin-left: -10px;
  margin-right: -10px; }
  .categoryListing .row li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px; }
    .categoryListing .row li a {
      position: relative;
      display: block;
      overflow: hidden; }
      .categoryListing .row li a:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .categoryListing .row li a img {
        display: block;
        max-width: 100%;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out; }
      .categoryListing .row li a:before {
        position: absolute;
        content: '';
        background-image: url(../images/imageOverlay.png);
        background-repeat: repeat-x;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .categoryListing .row li a span {
        position: absolute;
        left: 0;
        top: 0;
        color: #FFF;
        font-weight: 700;
        font-size: 28px;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        letter-spacing: 2px; }
        .categoryListing .row li a span:before {
          position: absolute;
          content: '';
          bottom: -10px;
          background-color: #FFF;
          height: 2px;
          width: 66px;
          left: 50%;
          margin-left: -33px; }

.tabsLinks {
  text-align: center;
  margin-bottom: 40px; }
  .tabsLinks a {
    text-transform: uppercase;
    bordeR: 2px solid #000;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    height: 37px;
    min-width: 115px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    padding: 0 20px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
    .tabsLinks a:hover, .tabsLinks a.selected {
      background-color: #a6b898;
      border-color: #819372;
      color: #FFF; }
    .tabsLinks a.clear {
      border: none;
      text-decoration: underline;
      text-align: left; }
      .tabsLinks a.clear:hover {
        background-color: transparent;
        border-color: ransparent;
        color: #000;
        text-decoration: none; }

.photoAlbumList .row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 60px; }
  .photoAlbumList .row li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }
    .photoAlbumList .row li a {
      display: block;
      overflow: hidden; }
      .photoAlbumList .row li a img {
        max-width: 100%;
        display: block;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out; }
      .photoAlbumList .row li a:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }

.fancybox-close {
  top: -16px !important;
  right: -16px !important;
  background-position: -6px -2px;
  background-color: #FFF;
  width: 33px !important;
  height: 33px !important; }

.videoLinK {
  position: relative; }
  .videoLinK:before {
    position: absolute;
    content: '';
    border: 2px solid #FFF;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 10; }
  .videoLinK:after {
    position: absolute;
    content: '';
    background-image: url(../images/playBtn.svg);
    width: 12px;
    height: 15px;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    z-index: 11;
    margin-top: -7px;
    margin-left: -6px;
    background-size: 12px 15px; }

.newsletterListing h2 {
  background: none;
  margin-bottom: 30px; }
.newsletterListing ul li {
  border-bottom: none; }
.newsletterListing .onlyBg .row {
  margin-left: -5px;
  margin-right: -5px; }
.newsletterListing .onlyBg li {
  padding: 0 5px;
  margin-bottom: 10px; }
  .newsletterListing .onlyBg li:hover {
    background-color: transparent; }
  .newsletterListing .onlyBg li .listingItem {
    background-color: #edf1e9;
    padding: 30px;
    height: 100%; }

.newsLetterDetails h2 {
  text-align: center;
  background: none;
  font-size: 30px;
  position: relative;
  padding-bottom: 5px; }
  .newsLetterDetails h2:before {
    position: absolute;
    content: '';
    height: 2px;
    background-color: #5c5e65;
    width: 316px;
    bottom: 0;
    left: 50%;
    margin-left: -158px; }
.newsLetterDetails .date {
  text-align: center;
  font-size: 14px;
  color: #5c5e65;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px; }
.newsLetterDetails .location {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #5c5e65;
  margin-bottom: 40px; }

.socialMedia h6 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 40px 0;
  font-size: 14px;
  color: #7f818a; }
.socialMedia a {
  margin-right: 30px; }

.menuHolder .socialFooter {
  display: inline-block;
  padding: 22px 0;
  vertical-align: top;
  margin-left: -20px; }
  .menuHolder .socialFooter .socialCont a {
    border: none;
    position: relative;
    padding-right: 10px;
    background-position: center; }
    .menuHolder .socialFooter .socialCont a:before {
      position: absolute;
      content: '';
      background-image: url(../images/menu-sep.png);
      top: 50%;
      right: -10px;
      background-repeat: no-repeat;
      width: 12px;
      height: 12px;
      margin-top: -6px; }
.menuHolder #menu {
  position: relative;
  top: 20px;
  display: inline-block; }
  .menuHolder #menu li {
    display: inline-block;
    position: relative; }
    .menuHolder #menu li:before {
      position: absolute;
      content: '';
      background-image: url(../images/menu-sep.png);
      top: 50%;
      right: -5px;
      background-repeat: no-repeat;
      width: 12px;
      height: 12px;
      margin-top: -6px; }
  .menuHolder #menu.fixedMenu {
    top: 0; }
    .menuHolder #menu.fixedMenu > li {
      width: auto !important;
      padding-top: 0 !important;
      margin-top: 0 !important;
      border-top: 5px solid transparent;
      min-width: inherit !important; }
      .menuHolder #menu.fixedMenu > li.menuLogo a {
        padding: 10px 10px 0 30px !important; }
        .menuHolder #menu.fixedMenu > li.menuLogo a img {
          width: 80px; }
      .menuHolder #menu.fixedMenu > li a {
        padding: 0 20px !important;
        line-height: 75px;
        display: inline-block; }
      .menuHolder #menu.fixedMenu > li.menuLogo {
        padding: 0 !important;
        border: none; }
        .menuHolder #menu.fixedMenu > li.menuLogo:before {
          display: none; }
      .menuHolder #menu.fixedMenu > li:hover, .menuHolder #menu.fixedMenu > li.active {
        background-color: #f3f3f3;
        border-color: #a6b898; }
        .menuHolder #menu.fixedMenu > li:hover:before, .menuHolder #menu.fixedMenu > li.active:before {
          display: none; }
        .menuHolder #menu.fixedMenu > li:hover a, .menuHolder #menu.fixedMenu > li.active a {
          background: none; }
      .menuHolder #menu.fixedMenu > li .menuToShow {
        min-width: 250px;
        left: 0; }
        .menuHolder #menu.fixedMenu > li .menuToShow a {
          line-height: normal;
          color: #222;
          margin-bottom: 20px !important;
          display: inline-block;
          width: 100%;
          text-align: left;
          padding: 0 !important; }
          .menuHolder #menu.fixedMenu > li .menuToShow a:last-child {
            margin-bottom: 0 !important; }
      .menuHolder #menu.fixedMenu > li.lastLink:before {
        display: none; }
    .menuHolder #menu.fixedMenu .menuToShow {
      background-color: #f3f3f3; }
.menuHolder .safeArea {
  max-width: 1300px;
  text-align: center; }
.menuHolder.active .searchHolder {
  bottom: auto;
  top: 94%; }
.menuHolder .searchCont {
  display: inline-block;
  position: relative;
  padding: 30px 0;
  margin-right: 20px; }
  .menuHolder .searchCont .searchIcon {
    background: url(../images/search.svg) no-repeat 0 0;
    font-size: 0;
    position: static;
    width: 26px;
    height: 26px;
    color: #FFF;
    display: inherit; }
  .menuHolder .searchCont .searchHolder {
    position: absolute;
    display: none;
    background: #FFF;
    width: 400px;
    /*bottom: 100%;*/
    left: -20px;
    padding: 15px;
    height: 70px; }
    .menuHolder .searchCont .searchHolder .searchBtn {
      background: url(../images/search.svg) no-repeat 0 0;
      top: 17px;
      right: 10px; }
    .menuHolder .searchCont .searchHolder .searchInput {
      font-size: 20px;
      text-transform: lowercase;
      font-weight: 400 !important;
      color: #000 !important;
      width: 100%;
      border-width: 0 0 1px; }
      .menuHolder .searchCont .searchHolder .searchInput:first-letter {
        text-transform: capitalize; }

#menuLocatedTop {
  /*.searchHolder {
      bottom: 100%;
  }*/ }

.exploreBlock {
  height: 40%;
  background-size: 100%;
  text-align: center; }
  .exploreBlock .exploreBlockPad {
    display: table;
    height: 100%; }
    .exploreBlock .exploreBlockPad .tableCell {
      display: table-cell;
      vertical-align: middle; }

.fourBlockPad {
  position: absolute;
  width: 100%;
  z-index: 10; }
  .fourBlockPad h3 {
    text-align: center; }

.bgParallax {
  background-attachment: fixed !important; }

.fourBlock {
  display: table;
  height: 100%;
  position: relative; }
  .fourBlock .imageHolder {
    height: 100%; }
  .fourBlock .fourBlockPad {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 11; }
  .fourBlock .imageHolder {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0; }
  .fourBlock a.button {
    opacity: 1 !important; }

.abtUsSection {
  padding: 2% 0; }

.leftColPad .eventsSlider {
  height: auto !important;
  padding-bottom: 30px;
  padding-top: 0; }
  .leftColPad .eventsSlider .flex-direction-nav {
    right: auto;
    left: 40px; }
  .leftColPad .eventsSlider + a.button {
    right: 40px !important;
    bottom: 40px !important; }

.eventsBlockPad {
  position: relative;
  padding: 100px 0;
    /*a {
    display: table;
    width: 100%;
    .eventBlock{
        display: table-cell;
        vertical-align:middle;
    }
}*/ }
  .eventsBlockPad .blockDate {
    /*margin-bottom: 0;*/ }

.rightCol a:last-child .eventBlock {
  margin-bottom: 0 !important; }
.rightCol .blockDate {
  margin-bottom: 0; }

.eventBlock h3 {
  font-size: 18px;
  text-align: center; }

.formAction {
  max-width: 200px;
  margin: 50px auto 0;
  display: inline-block; }
  .formAction.button {
    width: auto; }

.photoGalleryListing .listingRow {
  border: none;
  float: left;
  margin-bottom: 20px;
  margin-right: 1.5%;
  overflow: hidden;
  width: 32%; }
  .photoGalleryListing .listingRow a {
    display: block; }
.photoGalleryListing .galleryImageCaption {
  height: 100%; }
  .photoGalleryListing .galleryImageCaption h3 {
    font-size: 20px;
    text-align: center;
    padding: 0 !important;
    transform: none !important; }

.displayTable {
  display: table;
  width: 100%;
  height: 100%; }
  .displayTable .displayTableCell {
    display: table-cell;
    vertical-align: middle; }

.footerComponent {
  padding: 30px 0;
  position: relative; }
  .footerComponent .expandCollapse {
    position: absolute;
    content: '';
    left: 50%;
    top: -55px;
    margin-left: -37px;
    width: 74px;
    height: 26px;
    background-image: url(../images/arrowDown.png);
    background-size: 19px 8px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #FFF;
    border: 1px solid #e7e6e6;
    border-bottom: 1px solid #FFF;
    padding-top: 10px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
    .footerComponent .expandCollapse.active {
      background-image: url(../images/arrowUp.png); }
  .footerComponent .footerSitemap h3 {
    font-size: 16px;
    font-weight: bold;
    color: #58575c;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    height: 45px; }
  .footerComponent .footerSitemap h4 {
    font-size: 14px;
    font-weight: bold;
    color: #58575c;
    text-transform: capitalize;
    margin-bottom: 10px; }
  .footerComponent .footerSitemap .description {
    font-size: 13px;
    color: #8a8a8a;
    line-height: 20px;
    padding-bottom: 20px; }
  .footerComponent .footerSitemap ul li a {
    font-size: 12px;
    color: #8a8a8a;
    line-height: 20px; }

.innerPadding {
  padding: 78px 0; }

.shop a {
  display: block;
  width: 100%;
  height: 100%; }
  .shop a img {
    width: 100%; }
.shop h3 {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase; }
.shop .galleryImageCaption {
  height: 100%; }

.contactList {
  margin: 0 auto;
  display: inline-block;
  text-align: center; }
  .contactList li {
    display: inline-block;
    border: none;
    margin-bottom: 20px;
    margin-right: 1.5%;
    overflow: hidden;
    width: 30%;
    max-height: 160px; }
    .contactList li h3 {
      text-align: center;
      color: #FFF; }
    .contactList li .galleryImage {
      max-height: 160px;
      overflow: hidden; }

#carousel .flex-viewport {
  max-width: 100%;
  margin: 0 auto; }

.newsletterComp {
  margin-top: 0;
  position: static;
  display: inline-block;
  width: 100%; }
  .newsletterComp .formTextBox {
    display: inline-block;
    width: 250px; }
  .newsletterComp .linkBtn {
    height: 43px; }

.socialFooter {
  vertical-align: middle; }

.expandList {
  /*margin-bottom: 40px;*/ }

.copyrights, .designedBy {
  font-size: 12px;
  color: #5c5e65;
  text-align: left;
  margin-bottom: 30px; }

.designedBy {
  text-align: right; }

.contact iframe {
  margin-bottom: 30px; }

.footerBottom .searchHolder {
  display: none; }
.footerBottom .col-sm-3 {
  padding-right: 0; }

.newsletterComp .linkBtn {
  line-height: 21px; }

.footerComponent {
  border-top: 1px solid #e7e6e6; }

h4 strong {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px !important;
  display: block; }

#carousel .slides li {
  opacity: 0.5;
  cursor: pointer; }

#carousel .slides li.flex-active-slide {
  opacity: 1; }

.fourBlock .summary, .aboutBlockPad .summary {
  padding: 0 20px; }

.formDropDown select {
  height: 37px; }

.textEditor.mrgb80 {
  margin-bottom: 40px; }

.textEditor.mrgb80 + .grayBg {
  margin-bottom: 40px; }

.photoGalleryListing .galleryImageCaption h3 {
  padding: 0 20px !important; }

#ControlAboutUs_cont4 {
  height: auto;
  padding: 100px 0 50px;
  margin-top: 50px; }

#ControlGallery_cont5, #ControlEvents2_cont3 {
  height: auto;
  padding: 80px 0; }

.eventsMainSlider .flexslider .flex-direction-nav {
  display: none; }
.eventsMainSlider .flexslider .slides {
  margin-bottom: 40px; }

.rightGrey strong {
  font-weight: bold;
  display: inline-block; }
  .rightGrey strong + br {
    display: none; }

.leftMenu .secondLevel {
  /*overflow: hidden;
  height: 0;
  @include transition(all 0.5s ease-in-out);*/
  display: none;
  /*&.open {height: auto;}*/ }
.leftMenu li {
  position: relative; }
  .leftMenu li .expandMenu {
    background: url(../images/plusWithoutBorder.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-position: center; }
    .leftMenu li .expandMenu.expanded {
      background: url(../images/minusWithoutBorder.png) no-repeat 0 0;
      background-position: center; }

.leftColPad .eventsSlider h3 {
  text-align: center; }
.leftColPad .eventsSlider .imageHolder {
  margin-bottom: 15px;
  max-height: 200px; }
.leftColPad .eventsSlider .summary {
  font-weight: bold; }
.leftColPad .eventsSlider .flex-direction-nav {
  left: 30px; }

.twoBlocks, .experienceBlock {
  display: table; }
  .twoBlocks .twoBlocksPad, .twoBlocks .experienceBlockPad, .experienceBlock .twoBlocksPad, .experienceBlock .experienceBlockPad {
    display: table-cell;
    vertical-align: middle; }

.hidden {
  display: none !important; }

.experienceBlock {
  width: 100%; }

.experienceBlockPad {
  width: 100%;
  margin: 0 auto; }
  .experienceBlockPad .titleHolder, .experienceBlockPad .summary {
    max-width: 780px;
    margin: 0 auto; }

img {
  max-width: 100%; }

.leftColPad .eventsSlider + a.button {
  position: relative;
  float: right;
  right: 0 !important; }

.massayaSelectionCont .button {
  margin-bottom: 30px; }
.massayaSelectionCont .links .leftMenu .expandMenu {
  display: none; }
.massayaSelectionCont .links .leftMenu li {
  padding-bottom: 0;
  margin-bottom: 10px; }

.contactList li .galleryImage {
  height: 160px; }

.galleryImage .displayTable {
  height: 160px; }
  .galleryImage .displayTable h3 {
    padding: 0;
    margin: 0;
    font-size: 20px; }

.categoryListing a {
  margin-bottom: 20px; }

.grayBg .description {
  min-height: 134px; }

#cont0 .leftColPad .eventsSlider .imageHolder {
  max-height: initial; }
#cont0 .leftColPad h3 {
  text-align: left; }
#cont0 .leftColPad h4, #cont0 .leftColPad .summary {
  margin-bottom: 20px; }

.shop .galleryImage .displayTable {
  height: 100%; }

.grayBg.shopLink {
  width: auto;
  min-height: initial;
  display: inline-block; }

.grayBg .description {
  min-height: initial; }

.subfooter .description + .col-sm-6, .footerSitemap .description + .col-sm-6 {
  padding-left: 0;
  width: 100%; }

.footerSitemap h2 {
  font-size: 14px; }

.exploreTwoBlocks .twoBlocks .absolutePos {
  top: 0; }

.mainStructure.flex {
  display: flex;
  justify-content: space-between; }

.leftCol .leftMenu {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

figcaption {
  display: none; }

#menuLocatedTop #menu li:nth-child(6):before {
  display: none; }

.visitBlock {
  max-height: 700px; }

.mobile {
  display: none; }

.formColumn.group2 {
  margin-top: -18px; }

#cont0, #slide1, #ControlExplore_cont1 {
  background-size: cover !important; }

.validator {
  display: inline-block;
  font-size: 11px; }

.logo h1 {
  background: none; }

/** changes base don client feedback**/
.grayBg.shopLink {
  width: 100%; }

.visitBlock .exploreTwoBlocks .twoBlocksPad {
  width: 100%;
  text-align: center;
  display: block; }
.visitBlock .exploreTwoBlocks a {
  background-color: rgba(0, 0, 0, 0.4);
  width: 45%;
  padding: 30px;
  text-align: center;
  margin: 0 auto;
  display: block !important;
  margin: 0 auto;
  display: block !important;
  position: relative; }
  .visitBlock .exploreTwoBlocks a:before {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    position: absolute;
    content: '';
    border: 1px solid transparent;
    width: calc(100% - 20px);
    height: 90%;
    margin: 0 auto;
    top: 10px;
    left: 10px; }
  .visitBlock .exploreTwoBlocks a:hover:before {
    border: 1px solid #FFF; }

.shop .safeArea {
  max-width: 100%; }
  .shop .safeArea .galleryImage {
    position: relative;
    width: 45%;
    text-align: center;
    margin: 0 auto;
    display: block !important;
    margin: 0 auto;
    display: block !important;
    position: relative;
    margin-bottom: 20px; }

.shop .row {
  margin-left: 0;
  margin-right: 0; }

#cont0 h2 {
  text-transform: none; }

#cont0 .titleHolder h2 p {
  font-size: 30px; }

/*# sourceMappingURL=massaya.css.map */

@media all and (min-width: 300px) and (max-width: 1020px) {
html, body {
	height:auto;
}
.homeTopBlock, #menuLocatedBottom, #menuLocatedTop {
	display: none;
}
    .headerMobileContainer {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 15;
        /*background: url(../images/top-bg.png);*/
        background: #FFF;
        width: 100%;
        border-bottom: 1px solid #a6b898;
        padding: 10px 0;
    }
#menuLocatedTop {
	display: none;
}
.headerMobileContainer .logo {
	width: 200px;
	margin: 0 auto;
}
.menuMobileContainer {
	background: #fff;
	max-height: 145px;
}
.menuMobileContainer .menuBtn {
	background: url("../images/menu-icon-btn.svg") no-repeat scroll center 10px rgba(0, 0, 0, 0);
	height: 40px;
	margin: 0 auto;
	padding: 10px 0;
	width: 34px;
	cursor: pointer;
}
.menuMobileContainer #menu {
	display: none;
	padding: 15px 50px 30px 50px;
	top: -10px;
}
.menuMobileContainer #menu li {
	margin: 0 auto;
	padding: 0 40px;
	width: 100px;
}
.menuMobileContainer .menuLeft {
	background-position: left 50px;
	left: 20px;
}
.menuMobileContainer .menuRight {
	background-position: right 50px;
	right: 20px;
}
.safeArea {
	padding: 20px;
}
#fullpage .leftCol {
	display: block
}
.leftCol.mobile {
	display: block;
	width: 50%;
}

.eventsContent {
	width: 100%;
}
.eventsContent li .img img {
	width: 100%;
}
.mainStructure.contact .rightCol {
	width: 100%;
}
.sectionsNav {
	display: none;
}
.logo img {
  width: 100%;
}
.headerMobileContainer .logo {
  margin: 0 auto;
  width: 125px;
}
.window .leftCol .imageHolder, .slide .leftCol .imageHolder{
	height:auto
}
.rightCol .formsButtons {
	width:47%;
}
.galleryImage h3{
	padding-top:19%;
}
.leftCol .leftMenu a{
	padding-left:10px;
	background:none;
	color:#000
}
.leftCol .leftMenu li:last-child{
	border-bottom:2px solid #000;
}
    .leftMenuMob {
        border: 2px solid #000;
        width: 100%;
        color: #000;
        padding: 5px;
        display: block;
        background: #fff url(../images/select-arrow-black.png) no-repeat scroll 96% 15px;
    }
    .leftCol .leftMenu li {
        font-size: 12px;
    }
    .leftCol .leftMenu {
        border: 2px solid #000;
        border-top: none !important;
    }
    .leftMenu li .secondLevel li a:hover:before, .leftMenu li .secondLevel li a.selected:before{
        display: none;
    }
    .leftMenu li .secondLevel li a:hover, .leftMenu li .secondLevel li a.selected {
        color: #acb893;
        font-weight: bold;
        width: 100%;
    }
    .eventsSlider .imageHolder {
        max-height: 255px
    }

	.massayaSilver, .massayaGold{
		min-height:480px
	}
	
    

.fancybox-nav span{
visibility: visible !important;
background-image:url('../images/fancybox_sprite.png')
}
.newsletterListing ul li .linkBtn{
        opacity:1
    }
    
}
@media all and (min-width: 750px) and (max-width: 1183px) {
.galleryListing li {
	width: 30%;
}
.galleryListing li.last {
	margin: 0 19px 0 0;
}
.galleryListing li img {
	width: 100%;
}
}
@media all and (min-width: 750px) and (max-width: 1020px) {
.massayaClub .summary {
  padding: 112px 40px 0;
}

#cont0 {
	height: auto;
	padding-top: 25%;
	background: url("../images/home-bg2.jpg") no-repeat left bottom;
	background-size: auto 100%;
	background-size:cover !important
}
.photoGalleryListing a.button{
	margin:20px  auto 40px
}
#cont0 .safeArea {
	margin: 0% auto 0;
	max-width: 950px;
}
#ControlExplore_cont1 {
	/*background: url("../images/home-bg3.jpg") no-repeat left top;*/
	background-size: auto 100%;
    max-height: inherit;
}
#ControlExplore_divExplore {
	background: none !important;
}
.exploreBlock {
	height: 56%;
}
.twoBlocksPad {
	padding: 25px 40px;
	top: 27%;
}
.twoBlocks {
	height: 100%;
}
.twoBlocks img {
	height: 100%;
	width: auto;
}
.exploreTwoBlocks {
	height: 486px;
}
#ControlExperience_cont2, #ControlEvents2_cont3, #ControlAboutUs_cont4, #ControlGallery_cont5,#ControlEvents21_cont3 {
	background-size: cover !important;
}
#ControlEvents2_cont3 .safeArea, #ControlAboutUs_cont4 .safeArea,#ControlEvents21_cont3 .safeArea {
	margin: 0 auto;
}
.eventsBlockPad {
	padding: 40px 0;
}
.fourBlock .summary, .aboutBlockPad .summary {
	margin-bottom: 30px;
	padding: 0 30px;
}
#ControlExperience_cont2 {
	padding-bottom: 50px;
}
.photoGalleryListing {
	padding: 0;
}
.newsletterComp {
  bottom: -50px;
  position: absolute;
  right: 0;
  width: 335px;
}
.eventsBlockPad h2 {
  padding-top: 30px;
}
.eventsContent li .img {
  min-height: 122px;
}
.newsletterComp .formTextBox {
  width: 68%;
}
.credit {
	bottom: -190px;
	color: #5c5e65;
	height: 30px;
	left: 21px;
	position: absolute;
	text-transform: uppercase;
}
.footerSitemap li.socialFooter {
	bottom: -131px;
	position: absolute;
	right: 45px;
	width: 16%;
}
.footerSitemap li {
	/*width: 23%;*/
}
.footerSitemap li a {
	line-height: 23px;
}
.footerSitemap ul {
	padding: 30px 0;
}
.footerComponent .compBtn {
	z-index: 15;
}
#ControlFooter_cont6 {
	margin-top: -39px;
}
.compContent li {
	float: left;
	margin-right: 0;
	width: 61%;
}
.compContent li.last {
	margin-right: 0;
	width: 39%;
}
.compContent .firstRow li {
	float: left;
	margin-right: 2%;
	width: 64%;
}
.formDatePicker input {
	background: url("../images/calendar.png") no-repeat  95% 8px rgba(0, 0, 0, 0) !important;
}
.compContent .secondRow li.last .linkBtn {
	width: 87%;
}
.fourBlock a.button {
	opacity: 1;
}
#section0 .safeArea, #slide1 .safeArea {
	margin: 0 auto;
	max-width: 950px;
	padding-top: 300px;
}
.tableCell, .section.table, .slide.table {
	height: auto !important;
}

.twoBlocks.bekaa {
	float: left;
}
.menuMobileContainer #menu li {
	margin: 0 auto;
	padding: 0 35px;
	width: 100px;
}
.twoBlocks a.button {
	opacity: 1;
}
.fakra .hoverEffect {
	display: none;
}
#ControlEvents_divLeft,#ControlEvents1_divLeft {
	height: 390px !important;
}
.exploreBlockPad {
	top: 0;
	padding: 50px;
}
.experienceBlock {
	height: 47%;
	padding: 50px;
}
.fourBlock {
	width: 50%;
}
#ControlEvents2_section3 {
	background-size: 150% !important;
	padding: 30px;
	clear: both;
}
#ControlExperience_section2 {
	background-position: center top !important;
}
.photoGalleryListing .listingRow {
	border: 2px solid #fff;
	float: left;
	margin-bottom: 20px;
	margin-right: 1.5%;
	width: 48%;
}
#ControlAboutUs_section4 {
	background: url("http://massayalocal/contentfiles/160Image1.jpg") no-repeat scroll center center / 255% auto rgba(0, 0, 0, 0) !important;
}
.aboutBlock {
	background: url("../images/block-light-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 2px solid #fff;
	float: left;
	margin-right: 1.5%;
	margin-top: 30px;
	min-height: 230px;
	padding: 15px 30px;
	width: 100%;
}
.aboutBlock a.button {
	bottom: 15px;
}
/* .menuToShow {
	display: none !important;
} */
.menulink4 {
	background: none !important;
} 
.menuMobileContainer #menu li {
	width: 100%;
    display: block;
}
#section0, #slide1 {
	background: url("../images/home-bg.jpg") no-repeat scroll center top / 120% auto rgba(0, 0, 0, 0);
}
.rightAbsolute {
	bottom: 13px;
	position: absolute;
	right: 25px;
	width: 150px;
}
.massayaClub {
	height: 220px;
}
.massayaClub a.button, .massayaShop a.button {
	margin-top: 0;
}
.massayaClub h3 {
	margin-bottom: 10px;
}
.massayaClubPad {
	padding: 20px 10px;
	position: absolute;
}
.massayaShop {
	height: 150px;
}
.massayaClub .imageHolder img, .massayaShop .imageHolder img {
	width: 135%;
}
.leftCol, .rightCol {
	margin-right: 0;
	width: 100%;
}
.massayaSilver {
	margin: 0 0 2% 0;
}
.massayaSilver, .massayaGold {
	float: none;
	width: 100%;
}
.massayaSilver .desc, .massayaSilver .leftMenu, .massayaGold .desc, .massayaGold .leftMenu {
	width: 85%;
}
.massayaSilver .button, .massayaGold .button, .massayaSilver .links, .massayaGold .links {
	width: 30%;
}
.massayaClassic .innerPadding {
	padding: 65px 400px 65px 40px;
}
.listingThreeCol .listingRow .listingImg img, .twoBlocs img, .oneBLoc img, .galleryListing li img {
	width: 100%;
}
.massayaMenu .firstRow li {
	float: left;
	line-height: 24px;
	margin-right: 3%;
	width: 47%;
}
.massayaMenu .firstRow li.large {
	width: 100%;
	margin-bottom: 5%;
}
.massayaMenu .secondRow .first, .massayaMenu .secondRow .second, .massayaMenu .secondRow .third {
	float: none;
	margin-bottom: 5%;
	margin-right: 0;
	width: 100%;
}
.massayaMenu .secondRow .second .desc {
	float: left;
	margin-right: 5%;
	width: 40%;
}
.massayaMenu .secondRow .second .img {
	float: right;
	width: 53%;
}
.massayaMenu .secondRow .second .btnCont {
	float: right;
	clear: both;
	width: 30%;
	margin-right: 180px;
}
.massayaMenu .secondRow .third {
	padding: 0;
	border-top: 1px solid #eaeff1;
	clear: both;
	padding-top: 20px;
	margin-top: 20px;
}
.blocIpad {
	width: 30%;
	float: left;
	margin-right: 3%;
}
.massayaMenu .secondRow .third .btnCont {
	float: right;
	width: 30%;
}
.galleryListing li {
	width: 30%;
}
.galleryListing li.last {
	margin: 0 19px 0 0;
}
.menuCols li.middle {
	border-right: 0px solid #e5e5e5;
}
.menuCols li.last {
	border-top: 1px solid #e5e5e5;
	float: left;
	padding-left: 0;
	padding-top: 20px;
	width: 100% !important;
}
.menuCols li {
	float: left;
	padding-right: 4%;
	width: 46%;
}
.shareHolder {
	width: 100%;
}
.window.landing {
  padding-top: 194px;
}

/* .bodyContent .leftCol {
	display: none;
} */
.mainStructure.contact .leftCol {
	margin-right: 0;
	width: 100%;
	display: block;
}
.leftContact .btnCont {
	float: left;
	margin-bottom: 20px;
}
.leftContact .btnCont a {
	padding: 10px 20px;
}
.faqAccordion {
	margin: 0 auto;
	width: 100%;
}
.window h3, .slide h3 {padding-bottom: 4px;}
.eventsSlider {
  height: 300px;
  padding-top: 20px;
}
.photoGalleryListing .listingRow.last {
  margin-right: 1.5%;
}
.newsletterComp .formTextBox input {padding:10px 3%;}
.footerSitemap li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  float:none;
}
    .footerSitemap ul.footerContent {padding: 0;margin-bottom: 20px;}
    .footerComponent .footerSitemap h3 {margin-bottom: 0;}
.winesListing .listingItem {min-height: 470px;}
.leftCol {margin: 0 0 20px;}
.lastLeft, .lastRight {
  box-sizing: border-box;	
  padding: 0 20px;
}
.footerComponent .compBtn{
	bottom:322px
}
.footerComponent .compBtn.active {
    bottom: 630px;
}
    
}
@media all and (min-width: 200px) and (max-width: 750px) {
    .lastLeft, .lastRight {
        box-sizing: border-box;
        float: none;
        padding: 0 20px;
        width: 100%;
    }

    .leftCol {
        margin: 0 0 20px;
        position: relative;
        width: 100%;
    }

    .lastLeft {
        padding-top: 20px;
    }

    .lastRight {
        padding-bottom: 20px;
    }

    .newsletterComp .formTextBox input {
        padding: 10px 3%;
    }

    .aboutBlock {
        margin-right: 0 !important;
    }

        .aboutBlock .summary {
            font-size: 13px;
            margin-bottom: 60px;
            padding: 0;
        }

    .filterRight, .filterLeft {
        float: none;
        max-width: 350px;
        width: 100%;
    }

    .winesListing .listingItem {
        background: #f9f9f3 none repeat scroll 0 0;
        box-sizing: border-box;
        float: left;
        margin-bottom: 20px;
        margin-right: 0;
        padding: 15px 50px 35px;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .leftGrey, .rightGrey {
        float: left;
        width: 100%;
    }

        .leftGrey > img {
            width: 100%;
        }

    .window.landing {
        padding-top: 200px;
    }

    .window, .noSnap {
        height: auto;
        width: 100%;
    }
    /* .menuMobileContainer #menu li {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 0 10px;
  width: 50%;
} */
    .menuMobileContainer #menu li {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 10px;
        width: 100%;
        display: block;
        padding-left: 0;
        text-align: center;
        padding-bottom: 15px
    }

    .menuToShow {
        height: auto;
        display: block !important;
        position: static;
        min-width: 10px;
        padding: 10px 0;
        background: none;
        padding-bottom: 0
    }

    #menu li:hover .menuToShow {
        border: none;
        padding: 10px 0 0 0
    }

    #menu li {
        background-position: center bottom
    }

    #menu .menuToShow a {
        color: #898989;
        font-size: 12px;
        padding-bottom: 7px;
    }

    .eventsContent li .img {
        min-height: 115px;
    }

    #cont0 {
        /*background: rgba(0, 0, 0, 0) url("../images/home-bg-mobile2.jpg") no-repeat scroll left bottom / cover  !important;*/
        padding-top: 180px;
    }

    #slide1 {
        background-position: auto 100% !important;
    }

    .massayaClub {
        margin-bottom: 0;
    }

    .shareHolder a {
        float: none;
        margin: 0 auto 10px;
        width: 180px;
    }

    #ControlExplore_cont1 {
        /*background: url("../images/home-bg-mobile3.jpg") no-repeat scroll left top rgba(0, 0, 0, 0) !important;*/
        background-size: 100% auto !important;
    }

    .blockDate {
        text-align: center;
    }

    .exploreBlock {
        background: none !important;
        height: auto;
    }

    .window .leftCol, .slide .leftCol {
        float: none;
        margin-right: 0;
        margin-bottom: 12px;
        width: 100%;
    }

    .window .rightCol, .slide .rightCol {
        float: none;
        width: 100%;
    }

    .twoBlocks img {
        width: 145%;
    }

    .exploreTwoBlocks {
        height: auto;
    }

    .twoBlocksPad {
        padding: 35px 20px;
        top: 0;
    }

    .massayaClub {
        height: 250px;
    }

    .imageHolder img {
        height: 100%;
    }

    .imageHolder {
        height: 100%;
    }

    .massayaShop {
        height: 150px;
    }

    .window .leftCol .leftColPad, .slide .leftCol .leftColPad {
        padding: 0 20px;
        height: auto !important;
    }

    #cont0 .leftCol {
        height: auto !important;
    }

    #cont0 .rightCol {
        height: 425px !important;
    }

    .massayaClub {
        height: 100%;
    }

    .twoBlocks a.button {
        opacity: 1;
    }

    #ControlExperience_cont2 {
        background: red url("../images/experience-bg.jpg") no-repeat;
        text-align: center;
        background-size: cover !important;
    }

    #ControlEvents2_cont3, #ControlEvents21_cont3 {
        background: url("../images/events-bg.jpg") no-repeat scroll top center / auto 100% rgba(0, 0, 0, 0) !important;
        text-align: center;
        padding-top: 30px;
    }

    #ControlAboutUs_cont4 {
        /*background: url("../images/about-bg.jpg") no-repeat scroll center center / auto 100% rgba(0, 0, 0, 0)!important;*/
    }

    .bodyContent {
        margin-bottom: 20px;
    }

    #ControlEvents2_cont3 .safeArea, #ControlAboutUs_cont4 .safeArea, #ControlEvents21_cont3 .safeArea {
        margin: 0 auto;
    }

    .photoGalleryListing {
        padding: 0;
    }

    #ControlGallery_cont5 {
        /*background: url("../images/gallery-bg.jpg") no-repeat scroll center center / auto 100% rgba(0, 0, 0, 0)!important;*/
    }

    .headerMobileContainer .logo {
        width: 90px;
        margin: 20px auto;
    }

    .menuMobileContainer {
        max-height: 213px;
    }

    .headerMobileContainer .logo img {
        width: 100%;
    }

    .menuMobileContainer .menuLeft,
    .menuMobileContainer .menuRight {
        background-position: left center;
    }

    h1 span {
        padding: 0 20px;
    }

    .leftCol.mobile {
        display: block;
        width: 100%;
    }

    .rightCol {
        width: 100%;
    }

    .massayaClassic {
        background: url("../images/massaya-classic-mobile.png") no-repeat scroll center bottom #f5f5f5 !important;
        margin-bottom: 15px;
    }

        .massayaClassic .innerPadding {
            padding: 20px 20px 280px;
        }

    .massayaSilver {
        margin-bottom: 2%;
        margin-right: 0;
    }

    .massayaSilver, .massayaGold {
        float: none;
        width: 100%;
    }

    .massayaSilver {
        background: url("../images/silver-wine-mobile.jpg") no-repeat scroll center bottom #f5f5f5 !important;
    }

    .massayaGold {
        background: url("../images/gold-wine-mobile.jpg") no-repeat scroll center bottom #f5f5f5 !important;
    }

        .massayaSilver .desc, .massayaSilver .button, .massayaSilver .leftMenu, .massayaGold .desc, .massayaGold .button, .massayaGold .leftMenu {
            width: 100%;
        }

        .massayaGold .innerPadding, .massayaSilver .innerPadding {
            padding: 20px 20px 250px;
        }

    .oneBLoc, .twoBlocs {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }

        .oneBLoc img, .twoBlocs img {
            width: 100%;
        }

    .firstRow li, .secondRow li, .secondRow li .btnCont, .formContainer li {
        margin-bottom: 20px;
        width: 100% !important;
        float: none;
    }

    .massayaMenu .secondRow .third {
        border: 0px;
        padding-left: 0;
    }

    .massayaMenu img {
        min-height: 0;
        width: 100%;
    }

    .publications {
        width: 100%;
    }

    .publicationContent li {
        color: #5c5e65;
        float: left;
        font-weight: bold;
        margin: 0 0 40px;
        min-height: 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

    .filterFields.events, .filterFields.events li, .eventsContent li {
        width: 100%;
    }

        .eventsContent li.last {
            margin-bottom: 20px;
        }

    .eventsContent .innerPadding {
        padding: 10px;
    }

    .filterFields li {
        float: none;
        margin-right: 0;
        width: 100% !important;
    }

    h1 {
        font-size: 30px;
    }

    .introText {
        width: 100%;
    }

    .blocSep {
        height: 30px;
    }

    .aboutCols li {
        float: left;
        line-height: 24px;
        padding-right: 0;
        width: 100%;
    }

    .listingThreeCol .listingRow {
        float: left;
        line-height: 24px;
        margin-bottom: 30px;
        margin-right: 0;
        width: 100%;
    }
    /* .menuToShow {
	display: none !important
} */

    #menu li.active a, #menu li:hover a {
        background: none
    }

    .menuContent {
        padding: 20px;
    }

        .menuContent .title, .menuContent .formDropDown {
            width: 100%;
        }

        .menuContent select {
            font-size: 10px;
        }

    .menuCols li, .menuCols li.last {
        float: none;
        padding: 0;
        width: 100%;
    }

        .menuCols li.middle {
            border-right: 0px solid #e5e5e5;
        }

    #section0 .safeArea, #slide1 .safeArea {
        margin: 0 auto;
    }

    .section .leftCol, .slide .leftCol {
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }

    #section0, #slide1 {
        background: url("../images/home-bg.jpg") no-repeat scroll left top / 270% auto rgba(0, 0, 0, 0);
        padding-top: 200px;
    }

    .eventsSlider .flex-direction-nav a {
        bottom: 62px;
    }

    .eventsSlider {
        height: 430px;
        padding-top: 30px;
    }

    .photoGalleryPad h2 {
        margin-bottom: 0;
        padding-top: 55px;
    }

    .massayaClub h3 {
        margin-bottom: 55px;
    }

    .rightAbsolute {
        bottom: 13px;
        position: absolute;
        left: 0;
        width: 200px;
        right: 0;
        margin: auto;
    }

    .section .rightCol, .slide .rightCol {
        float: none;
        width: 100%;
    }

    .section h3, .slide h3 {
        font-size: 18px;
        margin-bottom: 5px;
        padding-bottom: 7px;
    }

    .massayaClubPad {
        padding: 15px 5px;
    }

    .massayaShopContent {
        padding: 20px 5px;
    }

    .exploreBlockPad {
        padding: 30px;
    }

    .twoBlocks {
        /*float: none;
        height: 100%;
        width: 100%;*/
        width: 48%;
    }

    .exploreTwoBlocks .twoBlocksPad {
        padding: 0 10px !important;
    }

    .titleHolder h2 {
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    .experienceBlockPad .titleHolder,
    .experienceBlockPad .summary {
        max-width: 100%;
    }

    .patternStrip {
        height: 40px;
    }

    .experienceBlockPad {
        padding: 60px 20px !important;
    }

    .visitBlock, #ControlEvents2_cont3 {
        position: relative;
    }

        .visitBlock:before, #ControlEvents2_cont3:before {
            background-color: rgba(0,0,0,0.3);
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .shop .titleHolder h2.withBorder {
        background: none;
    }

    .shop.innerPadding {
        padding: 40px 0;
    }

        .shop.innerPadding .safeArea {
            padding: 0;
        }

    .galleryImage {
        margin-bottom: 30px;
    }

    .exploreTwoBlocks .titleHolder h2 {
        font-size: 16px !important;
        line-height: 20px;
        margin-bottom: 10px !important;
    }

    .experienceBlockPad {
        padding: 20px;
    }

    #ControlExperience_section2 {
        background: url("http://massayalocal/contentfiles/157Image1.jpg") no-repeat scroll center top / 140% auto transparent !important;
    }

    .fourBlock {
        float: none;
        overflow: hidden;
        width: 100%;
    }

    .eventBlock {
        display: none;
        overflow: hidden;
    }

    #ControlEvents2_section3 {
        background: url("http://massayalocal/contentfiles/158Image1.jpg") no-repeat scroll center center / 328% auto rgba(0, 0, 0, 0) !important;
        padding: 30px 0px;
    }

    .aboutBlock {
        background: url("../images/block-light-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 !important;
        float: none;
        margin-right: 0px;
        margin-top: 0px;
        padding-top: 30px !important;
        min-height: 400px;
        padding: 0;
        width: 280px;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .aboutSlider {
        width: 270px;
        margin: 0 auto;
        border: 2px solid #fff;
    }

    #ControlAboutUs_section4 {
        background: url("http://massayalocal/contentfiles/160Image1.jpg") no-repeat scroll center center / 770% auto rgba(0, 0, 0, 0) !important;
    }

    .photoGalleryListing .listingRow {
        border: 2px solid #fff;
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }

    #ControlGallery_section5 {
        background: url("http://massayalocal/contentfiles/161Image1.jpg") no-repeat scroll center center / 300% auto rgba(0, 0, 0, 0) !important;
    }

    .aboutSlider, .photoGalleryListing {
        position: relative;
    }

        .aboutSlider .flex-control-nav, .photoGalleryListing .flex-control-nav {
            bottom: 10px;
        }

        .aboutSlider .flex-control-paging li a, .photoGalleryListing .flex-control-paging li a {
            background: #878787;
        }

            .aboutSlider .flex-control-paging li a.flex-active, .photoGalleryListing .flex-control-paging li a.flex-active {
                background: #fff;
            }

        .photoGalleryListing a.button {
            bottom: 80px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            width: 160px;
            z-index: 10;
        }

        .photoGalleryListing .listingRow img {
            display: block;
        }

        .photoGalleryListing .listingRow {
            border: 0 !important;
        }

    .footerSitemap li a {
        line-height: 25px;
        display: none;
    }

    .footerSitemap li {
        float: none;
        width: 100%;
        display: none;
    }

        .footerSitemap li.floatRight, 
        .footerSitemap li.floatRight li {
            display: block;
        }
    .footerComponent .floatRight h3 {
       margin-top: 20px;
        height: auto;
    }

.footerSitemap li:first-child {
        display: block;
    }
.newsletterComp {
	bottom: 65px;
	left: 5.3%;
	position: absolute;
	width: 90%;
}
.footerComponent .compBtn {
	z-index: 15;
	bottom: 189px;
}
.compContent.active.compOverflow{
	margin-bottom:30px
}
#ControlFooter_cont6 {
	margin-top: 0;
}
.footerSitemap {
	height: 150px;
	background-color:#FFF
}
.footerSitemap li a.linkLevel1, .footerSitemap li a.linkLevel2 {
	display: block;
}
.footerSitemap li.socialFooter {
	width: 100%;
	margin-top: 90px;
}
.newsletterComp .formTextBox {
	width: 69%;
}
    .footerTitle {
        float: left;
        margin: 13px 20px 13px 0;
    }
.credit {
	bottom: 0;
	left: 5.7%;
	width: 94.3%;
	position:absolute;
	padding-right:0;
	text-align:left
}
.credit span {
	display: block;
	height: 40px;
}
.compContent {
	bottom: 152px;
}
.footerComponent .compBtn.active {
	bottom: 788px;
}
.compContent li {
	float: none;
	margin-right: 0;
	width: 100%;
}
.compContent li.last {
	margin-right: 0;
	width: 100%;
}
.compContent .firstRow li {
	float: left;
	margin-bottom: 0;
	margin-right: 4%;
	width: 46% !important;
}
.compContent .secondRow li.last {
	float: left;
	margin-right: 0;
	width: 94% !important;
}
.compContent .secondRow li {
	float: left;
	margin-right: 2.5%;
	width: 46% !important;
}
.compContent .secondRow li.last .formLabel {
	display: none;
}
.formDatePicker input {
	background: url("../images/calendar.png") no-repeat scroll 73% 8px rgba(0, 0, 0, 0) !important;
}
.firstRow li, .secondRow li, .secondRow li .btnCont, .formContainer li {
	margin-bottom: 0;
}
.compContent.active {
	height: 615px;
	padding: 0;
}
.quickContact a {
	font-size: 12px;
}
.compContent .linkBtn {
	margin-bottom: 10px;
}
.photoGalleryListing .flex-control-nav {
	bottom: 140px;
}
.photoGalleryListing {
	/* height: 310px; */
	height:auto
}

#ControlGallery_cont5{
	padding-bottom:95px
}
.photoGalleryListing a.button{
	bottom:-30px
}
.photoGalleryPad h2 {
	margin-bottom: 0;
}
#ControlEvents2_divEvents h2,#ControlEvents21_divEvents h2 {
  padding: 60px 20px 10px;
}
.fourBlock a.button {
	opacity: 1;
}
.eventsSlider .flex-direction-nav .flex-prev {
	left: 22px;
}
.eventsSlider .flex-direction-nav .flex-next {
	left: 70px;
}
.eventsDetailsContent .lefImage img, .shareHolder {
	width: 100%;
}
.shareHolder {
	margin: 0 auto 25px;
}
.backEvent {
	margin: 0 auto;
	padding: 25px 57px;
	width: 55%;
}
.lefImage {
	float: none;
	margin: 0 0 30px;
}
.briefDesc {
	margin-bottom: 15px;
}
#ws_sch_preview #div_bg {
	width: 100% !important;
}
#results_container td {
	display: block;
	margin-bottom: 10px;
}
.introText {
	margin: 0 auto 30px;
	width: 97%;
}
/* .bodyContent .leftCol {
	display: none;
} */
.mainStructure.contact .leftCol {
	margin-right: 0;
	width: 100%;
	display: block;
}
.mainStructure.careers {
    margin: 0 auto;
    width: 100%;
}
.faqAccordion {
    margin: 0 auto;
    width: 100%;
}

.contactForm li, .reservationForm li, .careersForm li {
    float: none;
    margin-right: 0;
    width: 100%;
}
.careersForm {
    margin: 0 auto;
    width: 100%;
}
.careersForm .blocSep {
    height: 0px;
}


.careersForm .linkBtn {
    margin-left: -13px;
    width: 170px;
}
.requiredHolder {
    margin: 13px 0 0 0;
    text-transform: uppercase;
}

.newsletterComp .footerTitle{
	float:none;
	display:block
}

.aboutBlock{
	width:270px !important
}
     
     .eventsSlider .imageHolder img{
     max-height: 110px
     }

     
     .eventsSlider .imageHolder, .eventsSlider .imageHolder{
     max-height: 110px
     }
     
     #ControlEvents2_cont3, #ControlEvents21_cont3{
     background-size:cover !important
     }
     #ControlAboutUs_cont4,#ControlGallery_cont5{
     background-size: cover !important
     }
     .experienceBlockPad{
     top:0
     }
     .twoBlocks img {
width: 180%;
}
     
     .subfooter .compBtn a {
display:none !important; }

    .exploreTwoBlocks .twoBlocksPad {
        padding-bottom: 20px;
        padding-top: 20px;
    }
     .newsletterListing .newsletterInfo{
         max-width:100%;
         width:100%;
         float:none;
         margin-bottom:12px;
         text-align:center
     }
     .newsletterListing .linkBtnHolder{
         float:none;
         margin:0 auto;
     }

     
}
@media all and (min-width: 1020px) and (max-width: 1200px) {
.window, .slide {
	background-size: auto 100% !important;
}
#section3 .safeArea, #slide4 .safeArea {
	margin: 30px auto !important;
}
#section0 .safeArea, #slide1 .safeArea {
	margin: 20% auto 0;
}
#section0, #slide1 {
	background-size: 100% auto !important;
}
.innerSafeArea {
	width: 650px;
	padding-top: 10px;
}
.lastContent .summary {
	margin-bottom: 5px;
}
.lastContent .titleHolder h2 {
	margin-bottom: 10px;
}
.logoHolder img {
	width: 80px;
}
#section0 .safeArea, #slide1 .safeArea {
	margin: 15% auto 0;
}
#menu li {
	padding: 0 20px 0 36px;
}
#menu {
	top: 15px;
}
#menuLocatedTop #menu li {
	width: 110px;
}
.menuHolder {
	height: 8                                0px;
}
#menu li a img {
	width: 70%;
}
#menu li a, #menu li.active a {
	padding: 2px 5px;
}
#menu li {
	display: inline-block;
}
.logoHolder {
	margin-bottom: 0;
}
.logoHolder img {
	width: 100px !important;
}
.secondLogo img {
	width: 75px !important;
}
#cont0 .safeArea, #ControlExplore_cont1 .safeArea {
	margin: 3% auto 0;
}
#ControlEvents2_cont3 .safeArea, #ControlAboutUs_cont4 .safeArea,#ControlEvents21_cont3 .safeArea {
	margin: 0 auto;
}
.aboutBlock {
	min-height: 310px !important;
	padding: 20px 30px;
}
.aboutBlock .summary {
	padding: 0;
}
.aboutBlock a.button {
	bottom: 20px;
}
}
@media all and (min-width: 1260px) and (max-width: 1300px) {

#cont0 .safeArea, #ControlExplore_cont1 .safeArea {
	margin: 2% auto 0;
}
#ControlEvents2_cont3 .safeArea, #ControlAboutUs_cont4 .safeArea,#ControlEvents21_cont3 .safeArea {
	margin: 0 auto;
}
.homeTopBlock {
	padding: 5px 0;
}
.logoHolder img {
	width: 100px;
}
.secondLogo img {
	width: 85px !important;
}
#section0 .safeArea, #slide1 .safeArea {
	margin: 15% auto 0;
}
.aboutBlock {
	min-height: 320px;
	padding: 15px;
}
}
@media all and (min-width: 1280px) and (max-width: 1340px) {
.window, .slide {
	background-size: 100% 100% !important;
}
#cont0 .safeArea, #ControlExplore_cont1 .safeArea {
	margin: 8% auto 0;
}
}
@media all and (min-width: 1400px) and (max-width: 1435px) {
.window, .slide {
	background-size: 100% 100% !important;
}
}
@media all and (min-width: 1440px) and (max-width: 1600px) {
.window, .slide {
	background-size: 100% 100% !important;
}

.secondLogo img {
	width: 105px !important;
}
.aboutBlock {
	min-height: 320px;
	padding: 15px;
}
}
@media all and (min-width: 1360px) and (max-width: 1366px) {
    .logoHolder img {
	    width: 100px;
    }
    .secondLogo img {
	    width: 85px !important;
    }
    .homeTopBlock {padding:5px 0;}
    .menuHolder{height:75px;}
    .menuLogo img {width:70px;}
    #cont0 .safeArea, #ControlExplore_cont1 .safeArea {margin:1% auto 0;}
    #ControlEvents2_cont3 .safeArea, #ControlAboutUs_cont4 .safeArea,#ControlEvents21_cont3 .safeArea {
        margin: 0px auto;
    }
    .eventBlock {margin-bottom:5px;padding: 25px;}
        .titleHolder {
            clear: both;
        }
    .eventsBlockPad .leftCol, .eventsBlockPad .rightCol{margin-top:50px;}
    .aboutBlock {
        min-height: 300px;
        padding: 15px 20px;
    }
        .aboutBlock a.button {
            bottom: 15px;
            position: static;
            margin: 0 auto;
        }
        .aboutBlockPad{margin-bottom: 40px;}
}
@media all and (min-width: 1010px) and (max-width: 1366px) {
#ControlEvents2_cont3 .safeArea,#ControlEvents22_cont3 .safeArea,#ControlEvents21_cont3 .safeArea {
  margin: 30px auto;
}
.aboutBlock {padding: 15px 20px !important; min-height:300px}
#ControlEvents2_cont3 .safeArea,#ControlEvents21_cont3 .safeArea {margin: 0 auto;}
}
@media all and (min-width: 768px) and (max-height: 725px) {
    .homeTopBlock{
    padding:10px 0
    }
    #cont0 .rightCol, #cont0 .leftCol{
    height: 355px !important
    }
    #cont0 h2{
    margin:0 0 20px !important
    }
    .eventsSlider{
    padding-top:20px
    }
    .eventsSlider .flex-direction-nav a{
    height: 30px;width: 30px
    }
    #ControlEvents_divLeft a.button,#ControlEvents1_divLeft a.button{
    padding:7px 0
    }
    .eventsSlider .imageHolder{
    height: 135px !important
    }
    .titleHolder h2{
    margin-bottom: 25px
    }
}
@media all and (min-width: 490px) and (max-width: 750px) {
	.eventsSlider .flex-direction-nav a{
		bottom:12px
	}
}
@media all and (min-width: 200px) and (max-width: 1020px) {
	.newsletterComp{
    right: 10.3%;
	}
}
@media all and (max-width: 1159px) and (min-width: 751px){
	.credit{
		position:static;
		text-align:center;
		padding-top:20px
	}
	
	.footerSitemap .socialCont{padding-left:15px}
	.newsletterComp{
        bottom: 0;
        right: 11.3%;
        position: static;
	}
	.footerSitemap li.socialFooter{bottom:99px}
}
@media all and (min-width: 300px) and (max-width: 1024px) {
    .window .leftCol .summary, .slide .leftCol .summary {
        font-size: 12px
    }

    .window .leftCol h4 {
        font-size: 12px
    }
}
@media all and (max-width: 1366px) {
    .experiencesList {
        height: 385px;
    }
    #ControlExperience_cont2, #divRestaurants{
        height: 70%;
    }
    .abtUsSection {
        height: auto;
    }
    .headerOverlay{
        opacity: 0.5;
    }
}
@media all and (max-width: 1100px) {
    .menuHolder #menu.fixedMenu > li a {
        padding: 0 10px !important;
    }
    .mainStructure{
        display: block;
    } .leftCol, .rightCol {
        margin-right: 0;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .menuDetails .formsButtons {
        padding-bottom: 60px;
    }
    .newsletterComp {
        position: static;
    }
    .HP #menuLocatedTop .searchHolder {
        right: 0;
        left: auto;
    }
    .expandList{
        padding-bottom: 0!important;
        margin-bottom: 20px;
    }
    .HP #menuLocatedTop .searchHolder {
        right: 0;
        left: auto;
    }

    .menuHolder .searchCont .searchHolder .searchInput {
        -webkit-border-radius: 0;
    }

    .window h3, .slide h3 {
        font-size: 20px;
    }
    .experiencesList {
        height: 300px;
    }
    #ControlExperience_cont2, #divRestaurants {
        /*height: 550px;*/
    }
    .shop .safeArea .galleryImage {
        width: 90%;
    }
    #divContacts {
        background-size: 100% 100%!important;
    }
    .galleryImage img {
        height: 100%;
    }

    .contactList li .galleryImage {
        height: 140px;
    }
    .footerComponent .row {
        margin-left: 0;
        margin-right: 0;
    }
    .shop .row {
        margin-left: 0;
        margin-right: 0;
    }
    .footerComponent .footerSitemap h3 {
        font-size: 15px;
    }
    .safeArea, .container {
        max-width: 90%;
    }
    .leftMenu li .secondLevel li a {
        font-size: 9px;
    }
    .leftMenu li {
        margin-bottom: 10px;
    }
    .safeArea .container {
        max-width: 100%;
    }
    .massayaGold .innerPadding, .massayaSilver .innerPadding {
        padding: 20px;
    }
    .massayaSelectionCont .title {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .categoryListing .row li a span {font-size: 16px;}
    .eventsContent .innerPadding {padding: 20px;}
    .downloadLink {font-size: 11px;}
    .footerTitle {line-height: 40px;}
    .footerSitemap .socialCont {padding-left: 0;}
    .titleFaq {
        background: url(../images/plus.png) no-repeat 0 0;
        padding: 0px 0 15px 40px;
    }
    .linkBtn, .formsButtons input{
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    .window, .noSnap {/*height: auto;*/width: 100%;}
}
@media all and (max-width: 960px) {
    .searchHolder {
        position: relative;
    }
    .searchInput {
        font-size: 14px;
        text-transform: capitalize !important;
        padding: 10px;
        padding-left: 0;
    } 
    .searchBtn {
        background: url(../images/search.svg) no-repeat 0 0;
        font-size: 0;
        width: 26px;
        height: 26px;
        color: #FFF;
        display: inherit;
    }

    .visitBlock .exploreTwoBlocks a {
        width: 90%;
        padding: 20px;
    }
    .patternStrip {
        height: 30px;
    }
    .twoBlocks {
        width: 50%;
    }
    .leftCol .leftMenu{
        display: none;
        padding-top: 10px;
    }
    .massayaSelectionCont > div{
        margin-bottom: 20px;
    }
    .textEditor.mrgb80 + .grayBg.restaurantBg {
        margin-bottom: 0;
    } 
    .massayaSelectionCont > div:last-child {
        margin-bottom: 0;
    }
    .grayBg.shopLink {
        margin-bottom: 0;
    }
    .footerSitemap{padding-top: 0!important;}
    .tabsLinks a {min-width: initial;} 
    .eventsContent li .title {height: 80px;}
    .shareHolder a {margin-left: 25px;}
    .backEvent {
        width: 200px;
        padding: 20px;
    }
    .copyrights{
        margin-bottom: 15px;
    } 
    .designedBy {
        text-align: left;
        padding: 0;
    }
    .exploreTwoBlocks .titleHolder h2 {
        min-height: inherit;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .mediaLanding ul li a img {
        height: 160px;
        width: 100%;
    }
    .exploreTwoBlocks .twoBlocks .summary {
        min-height: 72px
    }

    .exploreTwoBlocks .twoBlocksPad {
        padding-left: 30px;
        padding-right: 30px
    }

    .headerMobileContainer .logo {
        width: 125px;
        display: inline;
        float: left;
        margin: 0 30px;
    }

    .menuMobileContainer {
        display: inline-block;
        float: right;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        right: 0;
    }
        .menuMobileContainer #menu {
            background-color: #FFF;
            height: 100vh;
        }
        .menuMobileContainer .menuBtn {margin-right: 30px;} 
        .headerMobileContainer .logo h1 {margin-bottom: 0;}
    #cont0 {
        margin-top: 100px;
        min-height: 400px;
    }
    .exploreTwoBlocks {
        height: 300px;
    }
    .menuToShow {
        position: static;
        padding-left: 10px!important;
    }
        .menuToShow a {
            text-decoration: none;
            color: #58585a;
            font-size: 10px!important;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 0 !important;
            padding-bottom: 0 !important;
        }
        .menuToShow .p40 {
            padding: 10px 0 0;
        }
    #menu li a, #menu li.active a {
        padding: 0px 5px 10px;
    }
    .photoGalleryListing .listingRow.last {
        margin-right: 0;
    }
    .photoGalleryListing .listingRow {
        margin-right: 0;
        width: calc(100% / 3);
    }
    .newsletterComp {
        bottom: 0;
        right: auto;
    }
    .footerBottom .col-sm-3 {
        float: right;
        width: 100%;
    }
    .footerSitemap {
        padding: 20px 30px;
        max-width: 100%;
    }
    .copyrights {
        /*padding-left: 0;*/
    }
    .copyrights, .designedBy {
        margin-bottom: 0;
    }
        .leftMenu > li {
        border: none!important;
    }
    .leftMenu li .secondLevel {
        display: none;
        margin-left: 10px;
        border:none;
    }
        .leftMenu li .secondLevel li {
            padding-left: 10px;
            border: none !important;
            margin-bottom: 0;
        }
    .leftCol .leftMenu li:first-child {
        border: none !important;
        margin-bottom: 0;
        padding-bottom: 0 !important;
    }
    .leftCol .leftMenu li {
        padding-bottom: 0 !important;
    }
    #menu li a{
        width: 100%;
        display: block;
    }
    .photoGalleryListing .flex-direction-nav {
        display: none;
    }
    .number:after {
        margin-top: -73px;
    }
    .number {
        margin-top: 40px;
        min-height: inherit;
        margin-bottom: 0;
    }
    .grayBg a.button{
        width: 100%;
    }
    .restaurantBg {
        padding: 40px 20px !important;
        margin-bottom: 0;
    }
    .tabsLinks a:first-child {
        width: 100%;
        text-align: center;
        font-size: 15px;
        margin-bottom: 15px;
    }
    .tabsLinks a {
        text-transform: capitalize;
        width: calc((100% / 2) - 4px);
        font-size: 10px;
        margin-bottom: 5px;
        padding: 0 5px;
    }
    .categoryListing .row li{
        margin-bottom: 60px;
    }
    #mapDiv {
        margin-bottom: 40px;
    }
    .mapSection .col-sm-6 {
        margin-bottom: 40px;
    }
    .mapSection + br, .mapSection + br + br {
        display: none;
    }
    .rightCol .formsButtons{
        width: 100%;
    }
    .formContainer {
        margin-bottom: 20px;
    }  
    .categoryListing .row li {
        margin-bottom: 20px;
    }
    .formsButtons.center a{
        width: 100%;
    }
    .mediaLanding section {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .newsLetter ul {
        margin-bottom: 20px;
    }
        .newsLetter ul li {
            margin-bottom: 20px;
        }
        .newsLetter ul li:last-child {
            margin-bottom: 0;
        }
    .menuDetails h2{
        font-size: 18px;
    }
    .menuDetails .flexslider {
        padding-top: 50px;
        padding-bottom: 20px;
        margin: 0 0 30px;
    }
    .menuDetails .flex-direction-nav {
        top: 0;
    }
    .footerSitemap .footerContent {
        height: auto !important;
        width: 100% !important;
    }
}
@media all and (max-width: 767px) {
    #cont0{background-position: center right!important;}
    .copyrights {padding-left: 0;}
    .twoBlocks {width: 100%;}
    .exploreTwoBlocks .twoBlocks .summary {height: auto !important;}
    .exploreTwoBlocks .twoBlocks .summary {min-height: inherit!important; }
    .footerSitemap .socialCont a {float: left;margin-bottom: 4px}
    .visitBlock .exploreTwoBlocks a {max-height: 100px;}
    .visitBlock .twoBlocks {
        display: block;
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .footerComponent .expandList {
        margin-left: -15px;
        margin-right: -15px;
    } 
    .footerTitle {
        line-height: 15px;
    }
    .headerMobileContainer .logo {width: 80px;}
    #cont0 h2 {font-size: 20px !important;}
    .titleHolder h2 {font-size: 20px;}

    #ControlExplore_cont1 {
        background-size: auto 100% !important;
    }

    .exploreTwoBlocks {
        /*height: auto;*/
    }
    .footerSitemap .footerContent {
        height: auto !important;
    }
    .footerSitemap .col-sm-6:first-child .footerContent {
        margin: 0 auto;
        width: 100%;
    }
    .footerComponent .footerSitemap .description br{
display: none;
    } 
    .exploreTwoBlocks .titleHolder h2 {
        padding-left: 0;
        padding-right: 0;
    }

    #ControlExperience_cont2 .imageHolder img,
    #divRestaurants .imageHolder img {
        width: 100% !important;
    }

    .experiencesList {
        height: auto;
    }

        .experiencesList .fourBlock {
            height: 300px;
        }

    #ControlExperience_cont2, #divRestaurants {height: auto;}
    #ControlGallery_cont5 .flex-direction-nav {display: none;}
    .photoGalleryListing .flex-control-nav {bottom: -10px;}
    #ControlGallery_cont5,#ControlEvents2_cont3 {padding: 60px 0;} 
    .contactList li {
        margin-right: 0%;
        width: 100%;
    }
    .galleryImage img {height: 100%;}
    /*.galleryImage .displayTable {
        height: 140px;
    }
    */
    .photoGalleryPad h2 {padding-top: 0;}
    .headerImage {height: 270px;margin-bottom: 20px;}
    #divContacts {padding: 60px 20px !important;}
    #divContacts .titleHolder h2.withBorder {background: none;}
    #divContacts .safeArea {padding: 0;}
    .galleryImage .displayTable h3 {font-size: 16px;}
    .expandList, .expandCollapse, .expandCollapse.active {
        /*display: none;*/
    }
    .footerBottom .col-sm-9, .footerBottom .col-sm-3 {
        padding-left: 0;
        padding-right: 0;
    }
    .newsletterComp {width: 100%;}
}  
@media all and (max-width: 490px) {
        #ControlEvents_divLeft a.button,#ControlEvents1_divLeft a.button,.eventsBlockPad a.button{
    width: 82%;
    left:22px;
    margin-left: 0    
    }
    .fourBlock .imageHolder img{
    width:auto !important
    }
        .footerSitemap .socialCont a {
            float: left;
            margin-bottom: 4px;
        }
        .menuMobileContainer {
           
            top: 0;
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
            .menuMobileContainer #menu {
                overflow-y: auto;
            }
        .menuToShow{
            display: none!important;
        }
        h1 {
            font-size: 20px;
        }
        .grayBg {
            padding: 20px;
        }
        .menuMobileContainer .menuBtn {
            margin-top: 25px;
        }
        .massayaSilver, .massayaSelectionCont > div:nth-child(2n), .massayaGold {
            background: none !important;
            background-color: #f5f5f5 !important;
        }

}
@media all and (max-width: 632px){
	.galleryListing li{
		float:none;
		margin-left:0;
		margin-right: 0;
		width:272px
	}
	.galleryListing {
		width:272px;
		margin:0 auto
	}
	
}
@media all and (max-width: 560px){
.fourBlock{
	max-height:475px
}
}
@media all and (max-width: 514px){
    .DownloadImageHolder{
     height: 23px;
    line-height: unset;
    padding: 5px 5px 0;
     }
     .DownloadImageHolder a{
     font-size: 8px;
    margin-bottom: 0;
    margin-left: 7px;
    margin-right: 0;
     }
}
@media all and (max-width: 600px){
    .logo h1{
        margin-bottom: 0;
    }
    .menuMobileContainer #menu li{
        text-align: left;
    }
    #menu li:before {
        border: none !important;
    }
}
