* {
	font-family: helvetica, 'Open Sans', sans-serif;
	font-style: normal;
}

h1,h2,h3,h4,h5 {
	margin-top:0;
	margin-bottom:0;
	font-family: laca-text,sans-serif; laca-text,sans-serif;
	color:#540000ff;
	font-weight: 400;
}
body,
p {
	font-family: Helvetica,Open-Sans,"sans-serif-light",sans-serif;
	font-size: .895rem;
	font-weight: 400;
	letter-spacing: .00825rem;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5285714286;

}
h1,
h1 * {
	font-size:60px;
}
h2,
h2 * {
	font-size:42px;
}
h3,
h3 * {
	font-size:24px;
}
h4,
h4 * {

}
h5,
h5 * {

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

.container {
	width:100%;
	max-width:1460px;
}
.container-1660 {
	max-width:1460px;
}
a,body {
	color:#000;
}
a,a:hover,
input,
input:hover,
div:hover,
div {
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* Toggle Menu */
.right_side_head {
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content: space-between;	
}
.right_side_head ul {
	margin-right:30px;
}



/* Animations */
.owl-carousel .owl-item .scroll_icon {
	position:absolute;
	bottom:15px;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	color:#fff;
	font-size:42px;
}
.slider_menu a:hover,
header a:hover,
.home_links a:hover
,footer a:hover, 
.btm_section_menu .header_social a:hover {
	color:#540000ff;
}
.top_services_content a:hover,
.top_services_content a.active {
	color:#540000ff;
}
footer .footer_social a:hover {
	color:#464441;
}
.contact_page_content input.wpcf7-submit:hover {
	background:transparent;
	color:#540000ff;
}
.event_inner_single {
	position:relative;
}
.single_work_panels:hover a:after,
.single_work_panels:hover div,
.masonry_event div:hover a:after,
.masonry_event div:hover h3   {
	opacity:1;
}
.home_bg p a:hover {
	color:#fff;
	text-decoration: none
}
.home_banner_a a:hover {
	background: transparent;
	color: #540000ff;
}
.home_bg .home_banner_a a:hover {
	background: #fff;
}
/* Header */

header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:15px 30px;
	z-index: 100;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content: space-between;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}

header:not(.scroll-nav) {
    -webkit-transition: padding 1s cubic-bezier(.215,.61,.355,1),background 1s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    -o-transition: padding 1s cubic-bezier(.215,.61,.355,1),background 1s cubic-bezier(.215,.61,.355,1),-o-transform .5s cubic-bezier(.215,.61,.355,1);
    transition: padding 1s cubic-bezier(.215,.61,.355,1),background 1s cubic-bezier(.215,.61,.355,1),transform .5s cubic-bezier(.215,.61,.355,1);
}
header.scroll-nav {
	padding:15px 30px;
	background:#77797B;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
header img {
	width:100%;
	max-width:140px;
	height:auto;
}
header a {
	color:#fff;
	font-size:32px;
}
header.offcolor_header {
	position: static;
}
header.offcolor_header a {
	color:#000;
}
header.offcolor_header img {

}
header ul {
	padding-left:0;
	margin-bottom:0;
	list-style:none;
}
header ul.active_display li {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
header ul li:not(.hamburger) {
	display:inline-block;
	margin-left:15px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}
header ul li.hamburger {
	display:inline-block;
	margin-left:15px;	
	z-index:1;
}
.hamburger a i {
	color:#fff;
	cursor:pointer;
}
header ul a {
	color:#fff;
	font-size:15px;
	text-transform: uppercase;
}
.toggle_close_menu {
	color:#fff;
	font-size: 32px;
	position: absolute;
	top:15px;
	right:30px;
	z-index: 999999999;
}
.toggle_close_menu:hover {
	color:#540000ff;
}
.slider_menu_outer {
	background: #000;
	position:fixed;
	top:0;
	right:0;
	min-width:25vw;
	max-width:35vw;
	z-index:99999999;
}
.slider_menu_outer:not(.slide_out) {
	transform:translateX(100%);
	-webkit-transform:translateX(100%);
}
.slider_menu {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	min-height:100vh;
	top:0;
	left:0%;
	z-index:101;
	padding:30px 30px 30px;
	text-align:right;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content: center;
	flex-direction:column;
	min-width:25vw;
	max-width:35vw;
	background:#000;
	text-align: center;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.slider_menu *:not(i) {
	color:#fff;
}
.slider_menu{
	left:0;
}
.slider_menu ul {
	padding-left:0;
	margin-bottom:0;
	list-style:none;
}
.slider_menu ul a {
	color:#fff;
	font-size:32px;
	text-transform: uppercase;
}
.slider_menu ul li {
	display:inline-block;
	width:100%;
	margin-bottom:0px;
}
body:not(.home) .slider_menu ul li.current_page_item a {
	font-weight: bold;
	font-size:42px;
}
.btm_section_menu,
.top_section_menu {
	flex:1;
}
.top_section_menu {
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content: center;
}

.btm_section_menu {
	display: -webkit-flex;
	display: flex;
	align-items:flex-end;
	justify-content: center;
}
.btm_section_menu .footer_social {
	margin-top:30px;
	margin-bottom:30px;
}
.btm_section_menu .footer_social a {
    color: #540000ff;
    font-size: 29px;
    margin: 0 7.5px;	
}
.btm_section_menu .footer_copy p {
	font-size: 14px;
	margin-bottom:0;
}
.footer_copy p a {
	font-size: 14px;
}

.btm_section_menu .header_social a:nth-child(1) {
	margin-left:0;
}
.slider_menu img {
	max-width:250px;
}
/* Home */
.header_container.container {
	max-width: none;
}
.home_background_img {
	min-height:100vh;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position:center center !important;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	align-items: center;
	padding:0 0 30px;
	padding-right:15px;
}
.home_background_img h1 {
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
	
}
.home_background_img h1,
.top_sub_page_full_banner h1 {
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: .06em;
	-webkit-font-smoothing: antialiased;
}
.home_background_img p {
	text-align:right;
	color:#fff;
	margin-bottom:0;

}
.home_gallery .owl-dots{
	position:absolute;
	bottom:30px;
	left:30px;
}
.home_gallery .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #707070;
	margin-right: 7.5px;
	display: inline-block;
}
.home_gallery .owl-dots .owl-dot.active span{
	background: #fff;
}
.home_bg {
	padding:120px 0px;

	text-align: center;
}
.home_bg * {
	color:#000;
}
.home_bg h3 {
	/*
	margin-bottom:15px;
	font-size:28px;
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: .06em;
	-webkit-font-smoothing: antialiased;
	*/
	text-align: center;
    text-transform: capitalize;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-family: Times, "Times New Roman", serif;
    font-size: 28px;
    line-height:38px;
    font-weight: 500;
    letter-spacing: .06em;
    -webkit-font-smoothing: antialiased;
	color: #540000ff;
	margin-bottom:15px;


}
.home_bg p {
	
}
.home_bg p a {
	font-weight:bold;
	text-decoration: underline;
}
.home_banner_a {
	margin-top:calc(60px - 1rem);
}
.home_banner_a a {
	display:inline-block;
	padding:7.5px 15px;
	color:#fff;
	background: #540000ff;
	border:solid 1px #540000ff;
	margin:0 15px;
	text-transform: uppercase;

	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: .875rem;
	font-weight: 600;
	letter-spacing: .08rem;
	-webkit-font-smoothing: antialiased;


}
.home_panels {
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content:center;
}
.home_panels .single-panel-3:nth-child(1) {
	padding-left:0;
}
.home_panels .single-panel-3:nth-last-child(1) {
	padding-right:0;
}
.featured_services_home {
	padding-top: 60px;
	padding-bottom:calc(60px - 1rem);
	background: #dcdcdcff;
}
.featured_services_home h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom:30px;
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: .06em;
	-webkit-font-smoothing: antialiased;

}
.featured_work_home {
	margin-top: 60px;
}




.featured_work_home h2 {

	text-align: center;
	margin-bottom:30px;
	text-transform: uppercase;
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: .06em;
	-webkit-font-smoothing: antialiased;

}
.inner_featured_work_home {
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content:center;
	flex-wrap: wrap;
}

.featured_clients_home  {
	text-align: center;
	padding:calc(90px - 15px) 0 30px;
}
.featured_clients_home h2 {
	text-transform: uppercase;
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: .06em;
	-webkit-font-smoothing: antialiased;

}
.featured_clients-1 {
	margin-top:60px;
}
.featured_clients-2 {
	margin-top:60px;
}
.featured_clients-1 img,
.featured_clients-2 img {
	max-width:150px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.featured_clients-1 .owl-item div,
.featured_clients-2 .owl-item div {
	padding:0 15px;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content:center;
}
.testimonials_home{
	margin-top:60px;
}
/* Footer */
footer {
	padding:60px 0 15px;
	background: #dcdcdcff;
	text-align:center;
}
footer *:not(i) {
	color:#000;
}
footer img {
	width:100%;
	max-width:260px;
	height:auto;
	margin-bottom:30px;
}
footer p,
footer p *:not(i) {
    margin-bottom: 0;
	font-family: Helvetica;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .6px;
	font-variant: all-small-caps;
	line-height: 1.4285714286;
	-webkit-font-smoothing: antialiased;

}
footer .footer_social {
	margin-top:30px;
	margin-bottom:30px;
}
footer .footer_social a {
	color:#540000ff;
	font-size:29px;
	margin:0 7.5px;
}
footer .footer_copy p {
	font-size:14px;
}


/* Default */
.flex_wrap {
	display: -webkit-flex;
	display: flex;	
}
.default_content {
	padding-top:90px;
	padding-bottom:calc(90px - 1rem);
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content:center;
	width:100%;

}

.default_content_block {
}
.default_content_block h1,
.content_push h1 {
	margin-bottom:15px;
	text-transform: uppercase;
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1.5px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.4285714286;





}
.default_content_block h4 {
	margin-bottom:15px;
	text-transform: uppercase;
}
.service_columns {
	margin-left:-30px;
	margin-right:-30px;
}
.service_column {
	padding:0 30px;
}

/* Work */
.single .featured_work_home {
	margin-top:calc(60px - 3.75px);
	margin-bottom:calc(60px - 15px);
}
.top_sub_page_full_banner {
	height:50vh;
	background-size:cover !important;
	background-position:center center !important;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content: center;
	text-align:center;
	position: relative;
	overflow: hidden;
}
.top_sub_page_full_banner video {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width:100%;
	height:auto;
	z-index: -1;
}
.top_sub_page_full_banner h1 {
    color: #fff;
	text-transform: uppercase;
}
.work_outer_con {
	margin-top:90px;
	padding-bottom:60px;
}
.top_work_content {
	margin-top:90px;
}
.top_work_content h2 {
    margin-bottom: 15px
    text-align: center;
}
.single_work_panels {
	margin-bottom:15px;
	padding:0 7.5px;
}
.single_work_panels a {
    position: relative;
    display: inline-block;
    width: 100%;
}
.single_work_panels a:after {
	background:rgba(0,0,0,0.6);
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 0;
}
.single_work_panels a div {
	position: absolute;
	opacity:0;
	z-index: 2;
    bottom: 15px;
    left: 15px;
}
.single_work_panels h3 {
    text-transform: uppercase;
    color: #fff;
	font-family: Helvetica Neue;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 3px;
	-webkit-font-smoothing: antialiased;

}
.single_work_panels h4 {
    text-transform: uppercase;
    color: #fff;
	font-family: Helvetica Neue;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	-webkit-font-smoothing: antialiased;
}
.home_testimonials {
	max-width: none;
}
 .home_testimonials .outer  {

 }
.inner_video_desc {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-top:calc(30px - 1rem);
}
.inner_video_desc iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}




 .home_testimonials div.outer > div.inner_test {
	cursor: pointer;
	transition: margin 0.4s ease;
	background:#dcdcdcff;
	padding:60px 60px;
	height:100%;
 	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content: center;
	text-align:left;	
}
 .home_testimonials .outer > div span {
	height:80px;
	position:relative;
	display:inline-block;
	width:100%;
	margin-bottom:15px;
	margin-top:20px;
 }

.home_testimonials .outer > div span.left_quote:after {
	content:'\201C';
	color: #fff;
	font-family: Times, "Times New Roman", serif;
	font-size: 160px;
	font-weight: bold;
	position:absolute;
	left:50%;
	top: calc(100% - 15px);
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.home_testimonials .outer > div span.right_quote:after {
	content:'\201D';
	color: #fff;
	font-family: Times, "Times New Roman", serif;
	font-size: 160px;
	font-weight: bold;
	position:absolute;
	left:50%;
	top: calc(100% - 15px);
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
 .home_testimonials .outer > div p {
 	position:relative;
 	margin-bottom: 0;
 	font-family: Times, "Times New Roman", serif;
 	font-size:18px;
 }
 /*
 .home_testimonials .owl-item > div p:before {
	content:'\201C';
	color: #000;
	font-family: Times, "Times New Roman", serif;
	font-size: 32px;
	font-weight: bold;
	position:absolute;
	top:0;
	left:0;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
 }
 .home_testimonials .owl-item > div p:after {
	content:'\201E';
	color: #000;
	font-family: Times, "Times New Roman", serif;
	font-size: 32px;
	font-weight: bold;
	position:absolute;
	bottom:7.5px;
	right:15px;
 }
 */
 .home_testimonials .outer > div i {
 	color:#fff;
 	font-size:70px;
 	margin-bottom:15px;
 }
.btm_quote {
	text-align: right;
	margin-top:calc(60px - 1rem);
}
.btm_quote h4 {
	font-family: Times, "Times New Roman", serif;
	font-weight:500;
	font-weight:bold;
	font-size:20px;
	margin-bottom:3.5px;
}
.btm_quote h5 {
	color:#000;
	font-style: italic;
	font-size:18px;
	margin-top: 0px;
	font-family: Times, "Times New Roman", serif;
}
.btm_buttons_home {
	text-align: center;
	margin-top:60px;
	margin-bottom:60px;
}
.btm_buttons_home .home_banner_a {
	margin-top:0;
}
/* Event Single */
.top_event_content {
	margin-top:60px;
	margin-bottom:calc(60px - 1rem);
}
.top_event_content h1 {
    margin-bottom: 15px;
    margin-top:0px;
    text-align: center;
}
.top_event_content h3 {
    margin-bottom: 15px;
    margin-top:0px;
	text-transform: uppercase;
    color:#540000ff;

    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.5px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4285714286;


}
.top_event_content p {
	text-align: justify;
}
.top_event_content h4 {
	margin-bottom:15px;
	text-transform: uppercase;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.5px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4285714286;
}
.top_event_content ul {
	margin-bottom:10px;
	list-style:none;
	padding-left:0;
}
/*
.single .inner_featured_work_home {
    margin-left: -3.75px;
    margin-right: -3.75px;
}
.single .single_work_panels {
	padding: 0 3.75px;
	margin-bottom:7.5px;
}
*/
.masonry_event {
	width:100%;
	margin-bottom:60px;	
	display:none;
	min-height:700px;
}
.masonry_event img {
	max-width: 100%;
	height:auto;	
}
.masonry_event div {
	position:relative;
	margin-bottom:30px;
}
.masonry_event div a {
    position: relative;
    display: inline-block;
    width: 100%;
}
.masonry_event div h3 {
	position: absolute;
    font-weight: bold;
    bottom: 15px;
    left: 15px;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    letter-spacing: 3px;
}
/* Splash Page */
.splash_black_bar {
	text-align: center;
	padding:120px 15px 60px;
	margin-bottom: 60px;
	background: #000;
}

.splash_black_bar h1 {
	color:#fff;
	text-transform: uppercase;
}
.default_spash {
	margin-bottom:calc(60px - 7.5px);
}
.default_spash ul {
	list-style: none;
	padding-left: 0;
	margin-bottom:0;
	column-count: 3;
	column-gap: 60px;
}
.default_spash ul li {
    margin-bottom: 30px;
    line-height: 24px;
}

/* Default Pages */
.top_page_content {
	margin-top:90px;
	margin-bottom:80px;
}
.top_page_content h1{
    color: #fff;
    font-size: 38px;
    margin-bottom: 30px;
    text-align: center;
}
.top_page_content h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
    margin-top:30px;
    text-align: center;
}
.top_page_content p {
	font-size: 18px;
	color: #fff;
	text-align: justify;
	line-height: 24px;
	margin-bottom:10px;
}
.top_page_content a {
	color:#fff;
}
/* Services */
.single_no_masonry {
	margin-bottom:30px;
}
.single_no_masonry img {
	max-width:100%;
	height:auto;
}
.top_services_content {
	margin-top:90px;
	margin-bottom:60px;
}
.i_service_row {
	margin-bottom:30px;
}
.i_service_row h4 {
	margin-bottom:7.5px;
}
.i_service_row p {
	margin-bottom:0;
}




/* Contact */
.contact_bg {
    padding: 60px 0px 90px;
    background: #F3F3F3;
    position:relative;
    min-height:calc(100vh - 429px);
    width: 100%;
}
.contact_page_content {

}
.contact_page_content form {
	margin-top:60px;
}
.contact_page_content input:not(.wpcf7-submit) {
	padding:0 15px;
	height:40px;
	margin-bottom:7.5px;
	width:100%;
	-webkit-appearance:none !important;
	border:none;
	border-radius:0;
}
.contact_page_content textarea {
	padding:15px;
	margin-bottom:7.5px;
	width:100%;
	-webkit-appearance:none !important;
	border-radius:0;
	border:none;
}
.contact_page_content input.wpcf7-submit {
	height:40px;
	width:auto;
	padding:0 30px;
	background:#540000ff;
	border:solid thin #540000ff;
	color:#fff;
	border-radius:0;
	-webkit-appearance:none !important;
	cursor:pointer;
	text-transform: uppercase;
}
.contact_page_content .wpcf7-form-control-wrap {
	width:100%;
}
.contact_page_content p strong {
	font-family: Helvetica Neue;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
}
.contact_page_content p {
	font-family: Helvetica Neue;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;

}
/* Events */
.masonry_event_layout {
	margin-left:-3.75px;
	margin-right:-3.75px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;

}
.masonry_event_layout img {
	width:100%;
}
.masonry_event_layout div.row:not(.inner_row) {
	margin-left:-3.75px;
	margin-right:-3.75px;
	align-items:stretch;
	width:100%;
}
.masonry_event_layout div.row.inner_row {
	margin-left:-3.75px;
	margin-right:-3.75px;
	align-items:stretch;

}
.masonry_event_layout div:not(.row) {
	padding:0 7.5px;
	overflow:hidden;
}
.masonry_event_layout .grid-item,
.masonry_event_layout .grid-column,
.masonry_event_layout .grid-column div:not(.row)
 {
	margin-bottom:15px;
	display:inline-block;
	width:100%;
}
.masonry_event_layout .grid-column a:not(.background_img) {
	height:100%;
	width:100%;
	display:inline-block;
	overflow: hidden;
	background-size:cover !important;
	background-position:center center !important;
}
.masonry_event_layout .grid-column a img {
	min-width:100%;
	min-height: 100%;
	opacity: 0;
	max-width:none;
}
.masonry_event_layout .grid-column div:nth-last-child(1) {
	margin-bottom:0;
}
.masonry_event_layout .background_img {
	height:calc(100%);
	background-size:cover !important;
	background-position:center center !important;
	width: 100%;
    display: inline-block;
}
.masonry_event_layout .grid-column div.align-self-end-1 {
	margin-bottom:0;
}
.masonry_event_layout {
	max-width:1660px;
	margin:auto;
}
.masonry_event_layout .grid-column a.fluid_panel-2:not(.background_img) {
	height:calc(50% - 7px);
	margin-bottom:15px;
	display: flex;
	width:100%;
}
.masonry_event_layout .grid-column a.fluid_panel-3:not(.background_img) {
	height:calc(33.33% - 10px);
	display: flex;
	width:100%;
	margin-bottom:15px;
}
.masonry_event_layout .grid-column a.fluid_panel-4:not(.background_img) {
	height:calc(25% - 7px);
	display: flex;
	margin-bottom:15px;
	width:100%;
}
.masonry_event_layout .grid-column a.fluid_panel-5:not(.background_img) {
	height:calc(20% - 7px);
	display: flex;
	margin-bottom:15px;
	width:100%;
}
.masonry_event_layout .grid-column a.fluid_panel-6:not(.background_img) {
	height:calc(16.66% - 7px);
	display: flex;
	margin-bottom:15px;
	width:100%;
}
.fluid_img {
	position: relative;
}
.fluid_img img {

}

.masonry_event_layout .grid-column div.padding-btm {
	margin-bottom:15px;
}
.masonry_event_layout .grid-column div.row >div:not(.padding-btm)
 {
	margin-bottom:0;
}

/*
@media(max-width:1600px) {
	.single_work_panels h3 {
		font-size:calc(18px + (32 - 18) * ((100vw - 375px) / (1140 - 375)));
	}
	.single_work_panels h4 {
		font-size:calc(14px + (28 - 14) * ((100vw - 375px) / (1140 - 375)));
	}
}
*/

/* Landing Page */
.responsive_landing {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    border:solid 7px #fff;
   	box-shadow: 3px 7px 15px #000;
}
.responsive_landing iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.bg_landing_con {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position:top center !important;
	min-height:calc(100vh - 337px);
	padding:120px 0;
}
.top_landing_con {
	padding:0px 0 120px;
	text-align:center;
}
.top_landing_con h1 {
	text-transform: uppercase;
	margin-bottom:60px;
	letter-spacing:1px;
}
.top_landing_con h2 {
	text-transform: uppercase;
	font-size:22px;
	line-height:32px;
	font-weight:500;
	letter-spacing:1px;
}

@media (min-width: 1199.98px) {
	.inner_event_desc {
		max-width: calc(80% + 30px);
	}
}





@media (max-width: 1199.98px) {
	.home_testimonials .owl-item > div,
	.home_testimonials .owl-item.center > div {
		margin: 0 15px 0;
		max-width:100%;
	}
	.default_spash ul {
		column-count: 3;
	}
	h1,
	h1 * {
		font-size:42px;
	}
	.default_content {
		padding-top:60px;
	}
	.home_testimonials div.outer > div.inner_test {
		padding:15px 30px;
	}
	.home_bg {
		padding:60px 0;
	}
}

@media (max-width: 991.98px) {
	.default_spash ul {
		column-count: 2;
	}
	h1,
	h1 * {
		font-size:32px;
	}
	.slider_menu img {
		max-width:100%;
	}
}

@media (max-width: 767.98px) {

	.home_background_img h1,
	.top_sub_page_full_banner h1 {
		font-size:32px;
	}

	.service_column {
		width:100%;
	}
	.slider_menu_outer {
		display:none;
	}
	header {
		justify-content:center;
		padding:30px 15px;
	}
	header img {
		max-width:225px;
	}
	.home_background_img {
		min-height:calc(100vh - 15px);
	}
	.masonry_event_layout .grid-column div.row >div:not(.padding-btm) {
		margin-bottom:15px;
	}
	.background_img {
		height:0;
		padding-bottom:150%;
	}
	.right_side_head {
		display: none
	}


	.home_testimonials .outer {
		margin-bottom:15px;
	}
	.home_testimonials div.outer > div.inner_test {
		padding:15px 15px;
	}
	.owl-carousel .owl-item .scroll_icon {
		bottom:60px;
	}


	.inner_featured_work_home {
		margin-left:0;
		margin-right:0;
	}
	.single_work_panels {
		margin-bottom:15px;
	}
	.home_banner_a a {
		width:100%;
		margin:0 0 7.5px;
	}
	.top_event_content.col-md-8 {
		margin-bottom:30px;
	}
	.top_event_content.col-md-4 {
		margin-top:0px;

	}
	.default_spash ul {
		column-count: 1;
	}
	.home_bg {
		padding:30px 0;
	}
}