html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
table {
	border-collapse: collapse;
}

caption {
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}
/*fonts
font-family: 'Barlow', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Rufina', serif;
*/

html,body{
	scroll-behavior: smooth;
}
#wrapper{
	min-width: 100%;
	min-height: 100%;
}
.container{
	max-width: 1124px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
body{
}
img {
	display: block;
	max-width: 100%;
}
@font-face{
    font-family: 'Roboto';
    font-weight: 200;
    font-style: normal;

    src: url('fonts/Roboto-Thin.ttf');
    src: url('fonts/Roboto-Thin.ttf') format('truetype'),
}
@font-face{
    font-family: 'Roboto';
    font-weight: 200;
    font-style: italic;

    src: url('fonts/Roboto-ThinItalic.ttf');
    src: url('fonts/Roboto-ThinItalic.ttf') format('truetype'),
}

@font-face{
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;

    src: url('fonts/Roboto-Light.ttf');
    src: url('fonts/Roboto-Light.ttf') format('truetype'),
}
@font-face{
    font-family: 'Roboto';
    font-weight: 300;
    font-style: italic;

    src: url('fonts/Roboto-LightItalic.ttf');
    src: url('fonts/Roboto-LightItalic.ttf') format('truetype'),
}

@font-face{
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;

    src: url('fonts/Roboto-Regular.ttf');
    src: url('fonts/Roboto-Regular.ttf') format('truetype'),
}
@font-face{
    font-family: 'Roboto';
    font-weight: 400;
    font-style: italic;

    src: url('fonts/Roboto-Italic.ttf');
    src: url('fonts/Roboto-Italic.ttf') format('truetype'),
}


@font-face{
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;

    src: url('fonts/Roboto-Medium.ttf');
    src: url('fonts/Roboto-Medium.ttf') format('truetype'),
}
@font-face{
    font-family: 'Roboto';
    font-weight: 500;
    font-style: italic;

    src: url('fonts/Roboto-MediumItalic.ttf');
    src: url('fonts/Roboto-MediumItalic.ttf') format('truetype'),
}
@font-face{
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;

    src: url('fonts/Roboto-Bold.ttf');
    src: url('fonts/Roboto-Bold.ttf') format('truetype'),
}
@font-face{
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;

    src: url('fonts/Roboto-Bold.ttf');
    src: url('fonts/Roboto-Bold.ttf') format('truetype'),
}
@font-face{
    font-family: 'Roboto';
    font-weight: 700;
    font-style: italic;

    src: url('fonts/Roboto-BoldItalic.ttf');
    src: url('fonts/Roboto-BoldItalic.ttf') format('truetype'),
}
@font-face{
    font-family: 'Roboto';
    font-weight: 800;
    font-style: normal;

    src: url('fonts/Roboto-Black.ttf');
    src: url('fonts/Roboto-Black.ttf') format('truetype'),
}
@font-face{
    font-family: 'Roboto';
    font-weight: 800;
    font-style: italic;

    src: url('fonts/Roboto-BlackItalic.ttf');
    src: url('fonts/Roboto-BlackItalic.ttf') format('truetype'),
}




header{
	position      : fixed;
	top           : 0%;

	left          : 0px;
	width         : 100%;
	z-index       : 99;
	display       : flex;
	flex-direction: column;
	align-items   : flex-end;

}
header .container{
	position: relative;
}
a,.btn{
	text-decoration: none;
	transition: 0.4s all ease-in-out;
}
h1,h2,h3,h4,h5,h6,a,p,span,small{
	font-family: 'Roboto', sans-serif;
}

p strong{
	font-weight: 700;
}

header .menu {
	width: 174px;
	min-height: 70px;
	background: rgba(52,87,152,0.56);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 26px;
	cursor: pointer;
}
.menu_bars {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
.menu_txt {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-weight: 900;
	letter-spacing: 5.6px;
}
.menu_bars div {
	width: 15px;
	background: #fff;
	border: 1px solid #FFFFFF;
}
.menu_bars div:nth-child(2) {
	width: 23px;
	margin-top: 10px;
}
.menu_bars div:nth-child(3) {
	width: 30px;
	margin-top: 10px;
}
.banner{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 100px;
	margin-bottom: -50px;
}
.home.banner{
	min-height: 610px;
}
.banner.home .banner_logo{
	padding: 0;
}
.banner:not(.home) .banner_logo img{
	width: 110px;
}
.banner_info {
	display: flex;
	align-items: center;
	padding: 105px 0px 0;
	justify-content: center;
}
.banner_txt{
	margin-left: 19px;
}
.banner_txt h3 {
	font-size: 34px;
	font-weight: 900;
	color: #8fc448;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 10.6px;
}
.lazy{
	background-image: none!important;
}
.banner_txt h2 {
	font-family: 'Rufina', serif;
	font-size: 50px;
	color: #fff;
	line-height: 88px;
	margin-bottom: 31px;
}
.banner_txt h1 {
	display: none;
	visibility: hidden;
}
.banner.home .banner_txt h2{
	margin-bottom: 9px;
}
.banner_txt p {
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	line-height: 36px;
}
.banner_txt p strong{
	font-weight: 600;
}
.homepage_grids{
	margin-top: -265px;
}
.columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
	max-width: 80em;
	margin: 0 auto;
	position: relative;
}
.clear:after{
	content: '';
	display: table;
	clear  : both;
}
.column {
	display: flex;
	flex-direction: column;

}
.column__item-imgwrap img {
    /*border-radius: 1em;
    width: 100%;
    height: auto;
    aspect-ratio: 0.75;
    object-fit: cover;*/
    margin: 0 auto;
}
.column__item {
	margin-bottom: 16px;
}
.scrolldown {
	position: relative;
	top: 28px;
	margin: 0;
	cursor: pointer;
}
.grids_section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -8px;
}
.grids_section .grid{
	flex: 0 0 calc(100% / 3 - 16px);
	max-width: calc(100% / 3 - 16px);
	margin: 0 8px;
}
.grids_section .grid img{
	margin-bottom: 18px;
}
.grid.grid2{
	margin-top: 60px;
}
.hub_info_section{
	padding-top: 65px;
	margin-bottom: 80px;
}
.hub_txt{
	text-align: center;
	padding: 0 91.5px;
}
.hub_txt h3{
	font-size: 30px;
	font-weight: 300;
	line-height: 42px;
	color: #355CA5;
	margin-bottom: 31px;
	padding: 0 133.5px;

}
.hub_txt p{
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	color: #000;
	margin-bottom: 31px;
	text-align: left;
}
.btn.btn-white{
	display: inline-flex;
	align-items: center;
	min-height: 37px;
	padding: 0 54px;
	font-size:14px;
	font-weight:700;
	line-height: 24px;
	letter-spacing: 2.8px;
	color: #707070;
	text-transform: uppercase;
	border: 1px solid #35B746;
	margin-bottom: 26px;
	border-radius: 0;
}
.btn.btn-green{
	display: inline-flex;
	align-items: center;
	min-height: 37px;
	padding: 0 31px;
	font-size:14px;
	font-weight:700;
	line-height: 24px;
	letter-spacing: 2.8px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #35B746;
	border-radius: 0;
	background: #35B746;
}
.btn.btn-green:hover{
	background: #fff;
	border: 1px solid #35B746;
	color: #707070;
}
.hub_txt .btn.btn-white{
	min-height: 77px;
	display: inline-flex;
	align-items: center;
	padding: 0 50px;
	font-size: 24px;
	font-weight:700;
	color: #355CA5;
	letter-spacing: 2.4px;
	text-transform:uppercase;
	box-shadow: 6px 6px 10px #00000029;
	border: 3px solid #35B746;
	margin: 0;
}
.btn.btn-white:hover{
	background-color: #35B746;
	color: #fff;
}
.events_section h3{
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
	letter-spacing: 7px;
	color: #355CA5;
	text-align: center;
	margin-bottom: 9px;
}
.events_section h2{
	font-family: 'Rufina', serif;
	font-size: 55px;
	line-height: 64px;
	color: #707070;
	text-align: center;
	margin-bottom: 44px;
}
.events{
	margin: 0 96px 31px;
	padding: 15px 16px 16px 20px;
	background-color: #F4F4F4;
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.events_txt h5{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #707070;
	margin-bottom: 8px;
}
.events_txt h4{
	font-family: 'Rufina', sans-serif;
	font-size: 40px;
	line-height: 55px;
	color: #355CA5;
	margin-bottom: 25px;
}
.events_txt p{
	font-size: 16px;
	line-height: 24px;
	color: #707070;
	margin-bottom: 15px;

}
.events_txt .btn{
	font-family: 'Roboto', sans-serif;
	display: inline-flex;
	align-items: center;
	min-height: 37px;
	padding: 0 54px;
	font-size:14px;
	font-weight:700;
	line-height: 24px;
	letter-spacing: 2.8px;
	color: #707070;
	text-transform: uppercase;
	border: 1px solid #35B746;
	margin-bottom: 26px;
}
.events_txt a {
	display: flex;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 24px;
	color: #707070;
	align-items: center;
}
.events_txt a i{
	font-size: 14px;
	color:#355CA5;
	padding-left: 2px;
}
.upcoming_events{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*align-items: center;*/
	/*background-color: lightgrey;*/
	padding: 0 96px 49px;
	margin: 0 -12px;
}
.event {
	flex: 0 0 calc(100%/3 - 24px);
	max-width: calc(100%/3 - 24px);
	margin: 0 12px 12px;
	border: 1px solid #cecece;
	background: #cecece;
	position: relative;
	padding-bottom: 50px;
}
.Upcoming_event_img{
	background-color: #000;
	height: 210px;
}
.Upcoming_event_info{
	padding: 15px;
	background-color: #cecece;
	text-align: left;

}
.Upcoming_event_info span {
	width: 150px;
	height: 10px;
	background: #000;
	display: inline-block;
}
.Upcoming_event_info small{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.5px;
}
.Upcoming_event_info h4{
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1.5px;
	margin-bottom: 7px;

}

.Upcoming_event_info h5{
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1.5px;

}
.Upcoming_event_info p{
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
}
.more_info {
	background-color: #fff;
	min-height: 50px;
	display: flex;
	align-items: center;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.more_info a {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1.5px;
	color: #355CA5;
	position: absolute;
	right: 0;
	padding: 15px;
}

.events_section {
	text-align: center;
	padding: 40px 0 90px 0;
}
.favorite_Spots{
	background-color: #091D43;
	text-align: center;
	padding: 90px 0;
	margin-bottom: 46px;
}
.favorite_Spots h5{
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
	letter-spacing: 7px;
	color: #35B746;
	margin-bottom: 9px;
}
.favorite_Spots h4{
	font-family: 'Rufina', sans-serif;
	font-size: 55px;
	line-height: 64px;
	color: #fff;
	margin-bottom: 12px;

}
.favorite_Spots p{
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 48px;

}
.advertising{
	width: 900px;
	background-color: #E6E6E6;
	min-height: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 95px;
}
.advertising h2{
	font-family: 'Rufina', sans-serif;
	font-size: 31px;
	line-height: 64px;
	color: #803261;
	letter-spacing: 3.1px;
}
.who_we_are {
	text-align: center;
	margin-bottom: 70px;
}
.who_we_are h4{
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
	color: #355CA5;
	letter-spacing: 7px;
	margin-bottom: 10px;
}
.who_we_are h2{
	font-family: 'Rufina', sans-serif;
	font-size: 55px;
	line-height: 64px;
	color: #707070;
	margin-bottom: 47px;
}
.who_we_are_slider .slick-slide{
	height: 313px;
	overflow: hidden;
}
.who_we_are_imgs img{
	min-height: 100%;
	width:100%;
	display: block;
	margin: 0 auto;
	padding: 0 10px;
}
/*bootstrap tabs*/
.favorite_Spots .nav.nav-pills{
	display: flex;
	justify-content: space-between;
	margin: 0 -6px 70px;
}
.favorite_Spots .nav.nav-pills li.active a,
.favorite_Spots .nav.nav-pills li a.active {
	background: #142C5A;
}
.favorite_Spots .nav.nav-pills li a {
	min-height: 135px;
	padding: 31px 0 38px 0;
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0 6px;
	justify-content: center;
	align-items: center;
}
.favorite_Spots .nav.nav-pills li {
	flex: 0 0 calc(100%/3 - 12px);
	max-width: calc(100%/3);
	position: relative;

}
.favorite_Spots .nav.nav-pills li:before{
	content: '';
	width: 0px;
	height: 96px;
	position: absolute;
	right: -10px;
	top: 12px;
	border: 1px solid #6682B5;
}
.favorite_Spots .nav.nav-pills li:last-child:before {
	display: none;
}
.favorite_Spots .nav.nav-pills li:after {
	/*content: '\f078';*/
	font-family: FontAwesome;
	width: 25px;
	height: 25px;
	position: absolute;
	bottom:-12.5px;
	left: 0;
	right: 0;
	border-radius: 50%;
	background: #fff;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.favorite_Spots .nav.nav-pills li a p{
	font-size: 12px;
	line-height: 24px;
	font-weight: 900;
	letter-spacing: 4.2px;
	margin-bottom: 18px;
	color: #fff;
}
.favorite_Spots .nav.nav-pills li a h3{
	font-size: 24px;
	line-height: 24px;
	color: #fff;

}
.nav.nav-pills li a:hover{
	text-decoration: none;
}
.favorite_Spots #exTab1 .tab-content {
	color : white;
	background-color: #428bca;
}
.our_mission{
	margin-bottom: 120px;
}
.our_mission .our_mission_info{
	text-align: center;
	padding: 0 76px;
}
.our_mission .our_mission_info p{
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #000;
	margin-bottom: 45px;
}
.our_mission .nav.nav-pills.our_mission_tabs{
	display: flex;
	margin: 0 auto;
	width: 992px;
}
.our_mission .nav.nav-pills.our_mission_tabs li,
.our_mission.news_tabs .nav.nav-pills.our_mission_tabs li{
	flex: 0 0 50%;
	max-width: 50%;
	min-height: 50px;
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	position: relative;
	border-bottom: 1px solid;
}
.our_mission .nav.nav-pills.our_mission_tabs li a.active:after {
	content: '';
	width: 364px;
	border-bottom: 6px solid #39B84A;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
}
.our_mission .nav.nav-pills.our_mission_tabs li a h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 21px;
	color: #9D9D9D;
	letter-spacing: 2px;
	font-style: normal;
}
.our_mission .nav.nav-pills.our_mission_tabs li a.active h3 {
	color: #355CA5;
	font-weight: 900;
}
.our_mission #exTab2 .mission_slider,
.our_mission #exTab2 .tab-content {
	color: white;
	width: auto;
	margin: 0 auto;
	padding: 0 66.5px;
}
.our_mission_tabs_info {
	display: flex;
/*    align-items: center;*/
justify-content: space-between;
padding: 30px 35px 0 26px;
}
.our_mission_tabs_info_left {
	flex: 0 0 50%;
	max-width: 50%;
}
.our_mission_tabs_info_left p{
	font-size: 16px;
	line-height: 28px;
	color: #000;
	font-weight: 300;
	margin-bottom: 70px;
}
.our_mission_tabs_info_left strong{
	font-weight: 700;
}
.our_mission_tabs_info_left p b{
	font-weight: 700;
}
.our_mission_tabs_right {
	transition: 1s all ease-in-out;
	transform: translateX(-100%);
}
.our_mission_tabs_info_left .btn.btn-white{
	margin: 0;
	padding: 0 84px;
}
.tab-pane:nth-child(even) .our_mission_tabs_info{
	flex-direction: row-reverse;
}
.tab-pane:nth-child(even) .our_mission_tabs_info .our_mission_tabs_right{
	transform: translateX(-100%);
}
.tab-pane.active .our_mission_tabs_info .our_mission_tabs_right{
	transform: none;
}

.avenue_arts_slider{
	margin-bottom: 25px;
}
.social_media{
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 78px;
}
.social_media h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 7px;
	color: #707070;
	margin-right: 20px;
}
.social_media img{
	width: 21px;
	height: 21px;
	margin-right: 6px;
}
footer{
	min-height: 505px;
	background-color: grey;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 80px 0;
}
.footer_section_one{
	display: flex;
	justify-content: space-between;
}
.footer_section_two {
	display: flex;
	justify-content: space-between;
	/*padding-top: 20px;*/
}
footer h2{
	font-family: 'Rufina', serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 64px;
	margin-bottom: 20px;
	color: #35B746;
}
.footer_form {
	flex: 0 0 64%;
	max-width: 70%;
}
.footer_form form input{
	display: block;
	width: 100%;
	min-height: 50px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}
.footer_form form input[type=email] {
	margin-bottom: 50px;
}
.footer_form form input::placeholder{
	font-family: 'Roboto', serif;
	font-size: 18px;
	color: lightgrey;
}
.footer_form form .btn.btn-white{
	color: #fff;
	font-family: 'Roboto', serif;
	border: 2px solid #fff;
	margin: 0;
}
.footer_form form .btn.btn-white:hover {
	border: 2px solid #35B746;
}
.footer_address .btn.btn-white{
	border: 2px solid #35B746;
	background: #35B746;
	color: #355CA5;
}
.footer_address .btn.btn-white:hover{
	/*border: 2px solid #fff;*/
	color: #fff;
	/*background: transparent;*/
}
.footer_address h4,.footer_contact h4{
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}
.footer_address p,.footer_contact p{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
.footer_address p:nth-child(3) {
	margin-bottom: 20px;
}
/*.footer_address p:last-child{
  margin-bottom:20px;
}*/
.footer_address span {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
	margin-bottom: 25px;
	display: block;
}

.footer_address small{
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	margin-bottom:35px;
	display: block;
}
.footer_address a{
	display: block;
}
.footer_address {
	padding-right: 0px;
	position: relative;
}
.footer_contact a{
	text-decoration: underline;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 25px;
	display: block;
}
.footer_address:after {
	/*content: '';*/
	height: 190px;
	position: absolute;
	border-right: 2px dotted #35B746;
	right: 40px;
	top: 0;
}
.favorite_spots_tabs_open{
	display: flex;
	justify-content: space-between;
}
.favorite_spots_tabs_open_left{
	flex: 0 0 690px;
	max-width: 690px;
	padding: 22px 33px;
	background-color: grey;
	position: relative;
}
.favorite_spots_tabs_open_right{
	flex: 0 0 405px;
	max-width: 405px;
	background-color: lightgreen;
}
.favorite_spots_tabs_info{
	text-align: center;
}
.favorite_spots_tabs_info h3{
	font-family: 'Rufina', serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 37px;
	letter-spacing: 0.3px;
	color:#35B746;
	margin-bottom: 12px;
}
.favorite_spots_tabs_info_img{
	min-height: 236px;
	background-color: lightgrey;
	margin-bottom: 18px;
}
.favorite_spots_tabs_info p{
	font-size: 16px;
	line-height: 21px;
	font-weight: 300;
	color: #707070;
	margin-bottom: 9px;
}
.favorite_spots_tabs_info p b{
	font-weight: 500;
}
.favorite_spots_tabs_info .btn.btn-white{
	padding: 0 24px;
	font-size: 11px;
	font-weight: 500;
	min-height: 28px;
	letter-spacing: 1px;
	margin: 0;
}
.favorite_spots_tabs_open_left:before {
	content: 'X';
	width: 20px;
	height: 20px;
	border: 1px solid #707070;
	position: absolute;
	right: 0;
	color: #707070;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.favorite_spots_tabs_slider .slick-prev, .slick-next {
	bottom: 0;
	top: 100%;
}


/******************************about page styles************************/


.banner.events_banner,
.banner.get_involved_banner,
.banner.news_banner{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner.exp_banner{
	min-height: 506px;
}
.banner.about_banner .banner_txt {
	width: 592px;
	margin-left: 0;
}
.banner_logo {
	padding: 41px 0 77px 0;
}
.banner.about_banner .banner_txt h2{
	font-size: 50px;
	line-height: 68px;
	margin-bottom: 31px;
}
.banner.about_banner{
	margin-bottom: 0;
	padding-bottom: 73px;
}
.banner.about_banner .about_header_content .left p,
.banner.about_banner .banner_txt p {
	font-size: 22px;
	line-height: 36px;
	font-weight: 300;
	padding-right: 30px;
}
.banner.about_banner .banner_txt p b{
	font-weight: 700;
}
.about_section{
	padding: 73px 0 95px 0;
}
.about_info{
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}
.about_info_lft {
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 18px;
}
.about_info_rht {
	/*transform: translateX(15px);*/
	margin: -257px 0 0 0;
}
.about_info_lft h4{
	font-size: 28px;
	font-weight: 900;
	line-height: 24px;
	letter-spacing: 2.8px;
	color: #355CA5;
	margin-bottom: 32px;

}
.about_info_lft p{
	font-size: 18px;
	line-height: 1.55;
	font-weight: 300;
	color: #000;
	margin-bottom: 25px;
}
.about_info_lft p .small{
	display: inline-block;
	font-size: 14px;
	line-height: 1.45;
}
.about_info_lft p b{
	color: #39B84A;
	font-size:24px;
}
.about_info_lft p a{
	text-decoration: underline;
}
.about_header_content .right .inner_right img,
.about_info_rht img {
	margin-bottom: 61px;
	box-shadow: 3px 0 40px rgb(0 0 0 / 50%);
}
.about_header_content .right .inner_right h3,
.about_info_rht h3{
	font-size: 30px;
	font-weight: 300;
	line-height: 38px;
	letter-spacing: 0.3px;
	color:#355CA5;
	margin-bottom: 7px;
}
.about_header_content .right .inner_right p,
.about_info_rht p{
	font-size: 14px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0.14px;
	color:#000;
	padding-left: 85px;
}
.our_mission.about {
	padding: 46px 0 30px 0px;
	margin: 0;
	background-color: #F5F5F5;
	margin-bottom: 50px;
}
.our_mission.about .nav.nav-pills.our_mission_tabs {
	display: flex;
	width: 100%;
}
.our_mission.about .nav.nav-pills.our_mission_tabs li {
	min-height: 40px;
}
.avenue_arts.about{
	text-align:center;
}
.avenue_arts.about .btn.btn-white{
	min-height: 77px;
	align-items: center;
	padding: 0 50px;
	font-size: 24px;
	font-weight: 700;
	color: #355CA5;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	box-shadow: 6px 6px 10px #00000029;
	border: 3px solid #35B746;
	margin-bottom: 37px;
}
.avenue_arts.about .btn.btn-white:hover{
	color: #fff;
}
.bod_section{
	width: 100%;
	margin: 60px auto;
	column-count: 3;
	column-gap: 70px;
	column-rule: 1px solid #000;
	column-fill: balance;
}
#tab2 .bod_section{
	column-count: 1;
}
.bod_info{
	margin-bottom: 22px;
	-webkit-column-break-inside: avoid;
	          page-break-inside: avoid;
	               break-inside: avoid;
}
.bod_info h5,.bod_info p {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.bod_info p {
	font-weight: 400;

}

/*places page styles*/
.resturents_section{
	padding: 59px 0 0 0;
}
.resturents_section h3{
	font-family: 'Rufina', serif;
	font-size: 30px;
	line-height: 64px;
	color:  #707070;
	position: relative;
	margin-bottom: 33px;
}
.resturents_section h3:after {
	content: '';
	width: 936px;
	border-bottom: 2px solid #707070;
	position: absolute;
	bottom: 30px;
	right: 10px;
	opacity: 0.5;
}
.resturents_info{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.resturents_txt{
	display: flex;
	justify-content: space-between;
	flex: 0 0 48%;
	max-width: 48%;
	background: #F2F2F2;
	padding: 10px 15px 13px 33px;
	margin-bottom: 60px;
}
.resturents_txt_lft h5{
	font-size: 10px;
	line-height: 14px;
	font-weight: 900;
	letter-spacing: 3.4px;
	color: #355CA5;
}
.resturents_txt_lft h4{
	font-family: 'Rufina', serif;
	font-size: 27px;
	line-height: 28px;
	color: #355CA5;
	margin-bottom: 10px;
}
.resturents_txt_lft p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #707070;
	margin-bottom: 23px;
}
.resturents_txt_lft span{
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.13px;
	color: #355CA5;
	margin-bottom: 10px;
	display: block;
}
.map_lctn {
	display: flex;
	align-items: center;
	height: 30px;
}
.resturents_txt_lft .map_lctn p {
	font-size: 10px;
	line-height: 48px;
	color: #BDBDBD;
	display: block;
	margin: 0 0 0 5px;
}
.resturents_txt_lft .map_lctn i{
	font-size: 16px;
	color: #BDBDBD;
}
.resturents_txt_rht {
	flex: 0 0 275px;
	max-width: 275px;
}
.resturents_txt_lft {
	padding-right: 40px;
}
.resturents_address_section,
.hotel_address_section{
	width: 100%;
	padding: 0 20px;
	margin-bottom: 70px;
	overflow: hidden;
	position: relative;
	display: block;
}

.resturents_address_section .resturents_address,
.hotel_address_section .hotel_address{
	width: 31.333333%;
	float: left;
	margin: 0 auto 58px;
}
.resturents_address_section .resturents_address.empty{
	width: 100%;
}
.resturents_address_section .resturents_address.empty h3:after{
	display: none;
}
.resturents_address_section .resturents_address a,
.hotel_address_section .hotel_address a{
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	color: #355CA5;
	margin-bottom: 7px;
	letter-spacing: 0.18px;
}
.resturents_address_section .resturents_address a.hover-target,
.hotel_address_section .hotel_address a.hover-target{
	font-size: 16px;
	line-height: 21px;
	color: #355CA5;
	margin-bottom: 5px;
	display: block;
	letter-spacing: 0.16px;
}
.resturents_address_section .resturents_address h5{
	font-size: 14px;
	line-height:18px;
	font-weight: 700;
	color: #355CA5;
	letter-spacing: 0.49px;
}
.resturents_address_section .resturents_address a.map_lctn.hover-target{
	margin-bottom: 13px;
	display: flex;
}
.resturents_address_section .resturents_address .map_lctn p,
.hotel_address_section .hotel_address .map_lctn p {
	font-size: 14px;
	font-weight: 900;
	line-height: 48px;
	color: #BDBDBD;
	display: block;
	margin: 0 0 0 5px;
}
.filter_by{
	z-index: 999;
	position: relative;
	text-align: center;
}
.filter_by:before{
	content: '';
	background-color: #d1daea;
	z-index: 0;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.resturents_address_section .resturents_address .map_lctn i,
.hotel_address_section .hotel_address .map_lctn i{
	font-size: 22px;
	color: #BDBDBD;
}
.resturents_address_section .resturents_address  p{
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #707070;
	letter-spacing: 0.42px;
}
.hotel_address_section .hotel_address p{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	padding-right: 55px;
}
.filter_by_section_addresses {
	height: auto;
	overflow: auto;
	margin-bottom: 70px;
}

/*filter select dropdown*/

.dropdown {
	display: inline-block;
}

.dropdown a {
	color: #fff;
}

.dropdown dd,
.dropdown dt {
	margin: 0px;
	padding: 0px;
}

.dropdown ul {
	margin: -1px 0 0 0;
}

.dropdown dd {
	position: relative;
}

.dropdown a,
.dropdown a:visited {
	color: #fff;
	text-decoration: none;
	outline: none;
	font-size: 12px;
}

.dropdown dt a {
	background-color: #fff;
	padding: 0px 22px;
	min-height: 70px;
	overflow: hidden;
	width: 325px;
	display: flex;
	align-items: center;
	box-shadow: 0px 3px 6px #00000029;
	position: relative;
}
.dropdown dt a:after {
	content: '';
	display: block;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	transition: all 0.15s ease-in-out;
	width: 14px;
	height: 12px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background: #355CA5;
}

.dropdown dt a span, .multiSel div {
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	line-height: 21px;
	letter-spacing: 2px;
	font-weight: 900;
	color: #355CA5;
}


.multiSel div:before{
	display: inline;
	content: "\, ";
}
.multiSel div:first-of-type:before{
	display: none;
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	width: 16px;
	height: 16px;
	border: 1px solid;
	margin: 0 12px;
}
.dropdown dd ul {
	font-family: 'Roboto', sans-serif;
	/*background-color: #F5F5F5;*/
	background-color: #fff;
	color: #000;
	display: none;
	left: 0px;
	padding: 20px 15px 2px 5px;
	position: absolute;
	top: 2px;
	width: 325px;
	list-style: none;
	height: 265px;
	overflow: auto;
	font-size: 16px;
	z-index: 9999;
	box-shadow: 0px 3px 6px #00000029;
}

.dropdown span.value {
	display: none;
}
.dropdown dd ul li{
	margin-bottom: 10px;
	text-transform: uppercase;
	display: flex;
}
.dropdown dd ul li a {
	padding: 5px;
	display: block;
}

.dropdown dd ul li a:hover {
	background-color: #fff;
}
.multiSel{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.multiSel span{
	cursor: inherit;
}
.dropdown dt a.open:after{
	transform: rotate(180deg);
}

/********************************events styles*******************************/

#wrapper{
/*	background-image   : url(/wp-content/uploads/2022/03/inner_banner_bg.png);
	background-position: top center;
	background-repeat  : no-repeat;
	background-size    : 100% 500px;*/
}
.banner.events_banner,
.banner.get_involved_banner {
	min-height: 518px;
}
.banner.big {
	min-height: 555px;
}
.banner.events_banner .banner_txt {
	width: 925px;
	margin-left: 0;
}
.banner.events_banner .banner_txt p {
	font-size: 22px;
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 0;
	padding-right: 0;
}
.events_main {
	display: flex;
	justify-content: space-between;
}
.events_main_rht {
	flex: 0 0 607px;
	max-width: 607px;
}
.events_main_lft {
	padding:  50px 50px 0;
	background: #fff;
}
.events_main_lft h4 a,
.events_main_lft h4{
	font-family: 'Rufina', serif;
	font-size: 30px;
	line-height: 35px;
	color:#355CA5;
	margin-bottom: 9px;
}
.events_main_lft h4 b{
	font-weight: 700;
}
.events_main_lft p{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color:#707070;
	margin-bottom: 49px;
	font-style: normal;
}
.events_main_lft .btn.btn-white {
	padding: 0 29px;
}
.events_slider_section,
.events_slider_section.get_involved {
	margin-bottom: 115px;
}
/*.events_slider_section .events_slider .slick-track{
  height: 360px;
}*/
.events_slider_section .events_slider .slick-prev {
	top: -40px;
	right: 50px;
	background: #355CA5;
	left: auto;
}
.events_slider_section .events_slider .slick-next {
	right: 5px;
	background: #355CA5;
	top: -40px;
}
.events_slider_section .events_slider .slick-prev,
.events_slider_section .events_slider .slick-next{
	width: 36px;
	height: 36px;
}
.events_slider_section .events_slider .slick-prev:before, .slick-next:before {
	content: '\f060' !important;
	font-family: FontAwesome;
}
.events_slider_section .events_slider .slick-next:before {
	content: '\f061' !important;
	font-family: FontAwesome;
}
.events_by_filter {
	background: #F2F2F2;
	margin-bottom: 81px;
	margin-top: -105px;
}
.events_by_filter .dropdown{
	width: 100%;
}
.events_by_filter .dropdown dt a{
	margin: 0 auto;
}
.events_by_filter .dropdown dd ul{
	left: 0;
	right: 0;
	margin: 0 auto;
}
.events_section.all_type_events .event {
	flex: 0 0 calc(100%/4 - 24px);
	max-width: calc(100%/4 - 24px);
}
.events_by_filter .events_section {
	padding: 70px 0;
}
.events_section.all_type_events .all_type_events_info {
	height: 700px;
	overflow-x: hidden;
}
.all_type_events_info .Upcoming_event_info span {
	width: 85px;
}
/*get-involved styles*/
.banner.get_involved_banner .banner_txt {
	width: 925px;
	margin-left: 0;
}
.events_main_rht img {
	height: 100%;
	width: 100%;
}
.events_slider_section.get_involved .events_main_lft {
	padding: 76px 50px;
}
.events_slider_section.get_involved .events_main_lft p {
	margin-bottom: 33px;
}
.events_slider_section .events_slider,
.events_slider_section.get_involved .events_slider,
.events_slider_section.arts_council .events_slider{
/*	margin-bottom: 89px;
	transform: translateY(-105px);*/
	padding-top: 50px;
	box-shadow: 0px 12px 2px #0000001c;
}
.events_slider_section.get_involved,
.events_slider_section.arts_council {
	background: #F2F2F2;
	padding-bottom: 90px;
	margin-bottom: 73px;
}
.events_slider_section.get_involved .events_main_lft .btn.btn-white,
.events_slider_section.arts_council .events_main_lft .btn.btn-white{
	margin: 0;
	background: #F7F4F4;
	border: none;
	padding: 0 50px;
}
.events_slider_section.get_involved .events_main_lft .btn.btn-white:hover,
.events_slider_section.arts_council .events_main_lft .btn.btn-white:hover{
	background:#35B746;
	color: #fff;
}
.events_slider_section.get_involved .events_main_lft.membrship .btn.btn-white{
	background:#fff;
	border: 1px solid #35B746;
	padding: 0 31px;
	margin-right: 17px;
}
.events_slider_section.get_involved .events_main_lft.membrship .btn.btn-white:hover{
	background:#35B746;
	border: 1px solid #35B746;
	color: #707070;
}
.events_slider_section.get_involved .events_main_lft .btn.btn-green,
.events_slider_section.arts_council .events_main_lft .btn.btn-green{
	margin-right: 17px;
}
.login_info{
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
}
.login_info i{
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 22px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login_info a{
	text-decoration: none;
	font-size: 23px;
	line-height: 60px;
	color: #fff;
	font-weight: 300;
	margin-left: 10px;

}
.login_info a:hover{
	color: #35B746;
	font-weight: 700;
}
.view_past_events h4{
	font-family: 'Rufina', sans-serif;
	font-size: 30px;
	line-height: 35px;
	color: #355CA5;
	text-align: center;
	margin-bottom: 30px;
}
.get_involved_past_events {
	padding-top: 50px;
/*	margin-top: -135px;*/
}
.events_main_rht.get-involved-bg{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 35px 50px;
}
.events_main_rht.get-involved-bg h5{
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 15px;

}
.events_main_rht.get-involved-bg ul{
	list-style-type: none;
	padding-left: 15px;
}
.events_main_rht.get-involved-bg ul li{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
	position: relative;
}
.events_main_rht.get-involved-bg ul li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	left: -17px;
	top: 9px;
}

/********************arts_council styles*****************************/
.events_slider_section.arts_council .events_main_lft {
	padding: 34px 50px;
}
.events_slider_section.arts_council .arts_council_info{
	margin-top: -135px;
}
.events_slider_section.arts_council .arts_council_info h3{
	font-size: 30px;
	font-weight: 300;
	line-height: 42px;
	color: #355CA5;
	padding: 0 225px;
	margin-bottom: 31px;
	text-align: center;
}
.events_slider_section.arts_council .arts_council_info p{
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	color: #000000;
	padding: 0 58px;
}

/**************************news styles************************/


.banner.news_banner .banner_txt {
	/*width: 703px;*/
	margin-left: 0;
}
.our_mission.news_tabs .nav.nav-pills.our_mission_tabs li {
	flex: 0 0 calc(100%/3);
	max-width: calc(100%/3);
}
.our_mission.news_tabs .nav.nav-pills.our_mission_tabs {
	display: flex;
	width: 100%;
	margin-bottom: 33px;
}
.news_tabs_blog{
	display: flex;
	justify-content: space-between;
	padding: 10px 10px 13px 33px;
	background:#F2F2F2;
	margin-bottom: 70px;
}
.news_tabs_blog_lft h5{
	font-size: 7px;
	line-height: 14px;
	letter-spacing: 2.45px;
	font-weight: 900;
	color: #355CA5;
}
.news_tabs_blog_lft h4{
	font-family: 'Rufina', serif;
	font-size: 24px;
	line-height: 28px;
	color: #355CA5;
	margin-bottom: 8px;
}
.news_tabs_blog_lft p{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #707070;
	margin-bottom: 28px;
}
.news_tabs_blog_rht {
	flex: 0 0 487px;
	max-width: 487px;
	display: flex;
}
.news_tabs_blog_rht img {
	object-fit: cover;
}
.news_tabs_blog_lft {
	padding-right: 38px;
	padding-top: 38px;
}
.our_mission.news_tabs #exTab2 .tab-content {
	width: 100%;
	position: relative;
}
.blog_info{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 50px;
	width: 100%;
}
.blog_info_txt{
	flex: 0 0 436px;
	max-width: 436px;
	margin-bottom: 72px;
}
.blog_info_txt h5,.blog_info_txt p{
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: #000000;
}
.blog_info_txt p{
	font-weight: 300;
	margin-bottom: 12px;
}
.blog_info_txt .btn.btn-white{
	margin: 0;
}
.our_mission.news_tabs {
	margin-bottom: 70px;
}
.our_mission.news_tabs .nav.nav-pills.our_mission_tabs li a.active:after {
	content: '';
	width: 200px;
	border-bottom: 6px solid #39B84A;
	position: absolute;
	bottom: -3px;
}
.paginations {
	position: absolute;
	right: 0;
}
.paginations a{
	text-decoration: none;
	color: #355CA5;
}

/***********************menu toggle styles***************************/
.menu-image-holder {
	width              : 30vw;
	position           : relative;
	height             : 100vh;
	background-position: center;
	background-size    : cover;
	background-repeat  : no-repeat;
	background-color: #000;

}
.menu-image-holder img {
	height: 100%;
}

.menu-list {
	list-style: none;
	height: 740px;
	overflow: auto;
	width: 100%;
	max-width: 50vw;
}
pre{
	font-family: monospace;
}
.menu-list a {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	line-height: 60px;
	font-weight: 300;
	color: #355CA5;
	margin-bottom: 15px;
	text-decoration: none;
	display: inline-block;
	transition: font-weight 0s ease, color 0s ease;
}
.menu-list a:hover{
	font-weight: 700;
	color: #39B84A;
}

.parent {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.menu_list_section {
	width: 100%;
	padding: 49px 0vw 76px 10vw;
}
.menu_header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 76px;
}
.menu_close {
	width: 55px;
	height: 55px;
	background: #355CA5;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -20px;
	cursor: pointer;

}
.menu_close a {
	color: #fff;
	line-height: 0;
	margin: 0;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 21px;
}

.menu_toggle {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999;
	height: 100vh;
}
.placeholder_img img{
	display: block;
	width: 100%;
}
.placeholder_img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.menu_toggle{
	opacity: 0;
	pointer-events: none;
}


/*cursor*/

.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%;
	transition: all .3s linear;
}
.cursor {
	background-color: transparent;
	z-index: 109;
	height: 2px;
	width: 2px;
}
.cursor2,
.cursor3{
	height: 50px;
	width: 50px;
	z-index: 108;
	transition: all 0.3s ease-out;
}
.cursor2.hover,
.cursor3.hover {
	transform: scale(1.4) translateX(-35%) translateY(-35%);
	border: none;
	background: transparent;
}

.cursor2.hover {
	background: rgba(255,255,255,0.3);
}


.ball {
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
	border-radius: 50%;
	border: 1px solid #9e877f;
	z-index: 100;
	transition: all .3s linear;
}

@charset 'UTF-8';
/* Slider */
.slick-slider{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;

    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list{
}

/* Icons */
@font-face{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'),
    	 url('fonts/slick.woff') format('woff'),
    	 url('fonts/slick.ttf') format('truetype'),
    	 url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev{
    left: -25px;
}

[dir='rtl'] .slick-prev{
    right: -25px;
    left: auto;
}

.slick-prev:before{
    content: '←';
}

[dir='rtl'] .slick-prev:before{
    content: '→';
}

.slick-next{
    right: -25px;
}

[dir='rtl'] .slick-next{
    right: auto;
    left: -25px;
}
.slick-next:before{
    content: '→';
}
[dir='rtl'] .slick-next:before{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider{
    margin-bottom: 30px;
}

.slick-dots{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-family: 'slick';
    font-size: 11px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}

.advert_con{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
}
.advert_con .slide img{
	width: 100% ;
}
.advert_con .slide a{
	display: block;
	width: 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position   : absolute;
	top        : 0;
	right      : 0%;
	color      : #CCC;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -30px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
	font-size  : 22px;
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
}

.mfp-title {
	text-align: left;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 87px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
	.mfp-figure:after{
		background-color: transparent;
	}
	.mfp-figure figure{
		padding: 0 55px;
	}
	.mfp-title {
		padding:10px 55px 0;
		position: relative;
		width: 100%;
		text-align: center;

	}
	.mfp-counter{
		font-size: 18px;
		text-align: center;
		position: relative;
		width: 100%;
		padding: 10px 55px;
	}
}



