/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& RESET THEME &&&&&&&&&&&&&&&&&&&&&&&&*/
html, body {
	height: 100%;
	font-family: "Verdana", "sans-serif";
	}
.container {
    max-width: 1240px;
}
/*BOOTSTRAP 5THS*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	}
.col-xs-5ths {
	width: 20%;
	float: left;
	}
/*twick span bootstrap 2*/
.span4{
	width: 33.333333%;
	float:left;
	flex: 0 0 100%;
    max-width: 100%;
	position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.container-fluid {
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 00px;
	padding-top: 00px; 
	}
.padding-top{
	padding:40px 0px;
}
.padding-top2{
	padding:10px 10px;
	margin-bottom: 30px;
}
img {
	max-width: 100%; 
	}
.img-fluid:hover{
  -webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0px 4px 7px rgba(26,26,26 ,0.2);
	-moz-box-shadow:0px 4px 7px rgba(26,26,26 ,0.2);
	box-shadow:0px 4px 7px rgba(26,26,26 ,0.2);
	overflow:hidden;
}
/*  twick exhibitor view*/
#k2Container.itemListView div.itemListCategoriesBlock {
    display: none;
}
@media (min-width: 576px) {
    #k2Container.itemListView div.itemList div#itemListPrimary div.itemContainer {
        width: 33% !important;
    }
}
@media (min-width: 768px) {
    #k2Container.itemListView div.itemList div#itemListPrimary div.itemContainer {
        width: 16% !important;
    }
}
.catItemView.groupPrimary {
    margin-bottom: 10px;
}
.exhibitor .logo  {
    text-align: center;
    margin-bottom: 20px;
}
.exhibitor .products {
    text-transform: lowercase;
}
/*TWEAK FOM LABEL OVERLAPING IE Pfffff!!!!*/
.nav {
    display: -ms-flexbox;
    display: inline-block !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#field_notanindependantretailer{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
    margin: 20px 20%;
    text-align: center;
    }
/**/
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#logo img {
	display:block;
	position:absolute;
	left:0;
	top:20px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);opacity:0;}
#logo img:first-child {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);opacity:1;}
#footer a {
    color: #d1d1d1;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}
#footer a:hover {
    color: #fff;
    text-decoration: none !important;
    -webkit-text-decoration-skip: objects;
}
a img {
	border: none;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
.form-inline .input-group {
	width: 100%; 
	}
iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
	border:none;
	margin-bottom: 15px;
}
.right{ 
	float:right;
}
.margin{
	margin-top:-15px;
}
.text-center{
	text-align:center;
}
.header-block h2 {
  	font-size: 1.2em;
	padding:10px;
	color:#fff;
	margin-top: 0px;
	text-transform:uppercase;
}
.header-block h2 i{
	float:left;
}
.alert, .alert-error{
	background: rgba(192,39,45,0.8);
}
.alert-message, h4.alert-heading {
	color:#fff;
}
/*pagination*/
.pagination{
margin:0;
}
.pagination ul {
    display: inline-block;
    display: inline;
    zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  padding: 10px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
    color:#444;
}
.pagination a:hover {
  background: #444;
    color:#fff !important;
}
span .pagenav:active {
    background: #444;
    color: #fff;
    padding: 10px;
}
.pagination a:hover {
    text-decoration: none;
    color: #2f2f2f;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}.counter{
    padding: 10px;
    color: #444;
    font-size: 14px;
}
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& GENERAL STYLING &&&&&&&&&&&&&&&&&&&&&&&&*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	/*font-family: "Exo", "Lato", Arial, sans-serif;*/ 
	}
p {
	line-height: 1.4;
	font-size: 1em;
}
.page-header h2, .blogdefault h2 {
	color: #444;
    font-size: 1.3em;
    margin-top: 20px;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.2em;
    text-transform: uppercase; 
    /* font-weight: lighter; */
	}
.page-header h1 {
	color: #444;
    font-size: 1.8em;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.2em;
   	text-transform: uppercase;
    font-weight: lighter;
	}
.item-image img{
	width:100%;
}
.margin-bottom{
    margin-bottom:15px;
}
h2, .h2 {
	font-size: 1.2em; 
	}
h3 {
	font-size: .9em; 
	}
/*COLORS*/
.green{background-color: rgba(157,196,49,0.7);}
.purple{background-color: rgba(104,35,131,0.7);}
.blue{background-color: rgba(0,87,157,0.7);}
.pink{background-color: rgba(230,0,126,0.7);}
.yellow{background-color: rgba(251,186,0,0.7);}
.black{background: rgba(0,0,0,0.8);}
.red{background: rgba(192,39,45,0.8);}
.gray{background: rgba(86,86,86,1);}
.greenfull{background-color: #9cc330;}
.purplefull{background-color: #682382;}
.bluefull{background-color: #00579c;}
.pinkfull{background-color: #e5007e;}
.yellowfull{background-color: #fcb823;}
.green-border{border-right: 4px solid rgba(157,196,49,0.7);}
.purple-border{border-right: 4px solid rgba(104,35,131,0.7);}
.blue-border{border-right: 4px solid rgba(0,87,157,0.7);}
.pink-border{border-right: 4px solid rgba(230,0,126,0.7);}
.yellow-border{border-right: 4px solid rgba(252,184,0,0.7);}
.black-border{border-right: 4px solid rgba(0,0,0,0.8);}
.green-text, .green-text li a{color: #9dc431;}
.purple-text, .purple-text li a{color: #682383;}
.blue-text, .blue-text li a{color: #00579d;}
.pink-text, .pink-text li a{color: #e6007e;}
.yellow-text, .yellow-text li a{color: #fbba00;}
.pri-background-slider {
	-webkit-filter: grayscale(100%) brightness(100%) contrast(100%);
	filter: grayscale(100%) brightness(100%) contrast(100%);
	filter: gray;
    background-blend-mode: multiply;
}
/** TITLE STYLE **/
.main_title h1 {
	color: #fff;
    font-size: 1.8em;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.2em;
   	text-transform: uppercase;
    font-weight: lighter;
	}
.main_title p {
	color: #fff;
	font-size: 18px;
	line-height: 1.2em;
	}
.main_title.side_line > h1 {
	margin-bottom: 13px;
	}
.main_title h1 .line {
	background: rgba(255, 255, 255, 0.2) left center;
	bottom: 0;
	height: 1px;
	position: absolute;
	width: 80%;
	}
.main_title .line:before {
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	width: 77px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	}
.main_title h1:hover .line:before {
	width:60%;
	/*margin-left: 135px;*/
	}
.main_title-dark h1 {
	color: #444;
	font-size: 1.8em;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.2em;
   	text-transform: uppercase;
    font-weight: lighter;
	}
.main_title-dark p {
	color: #444;
	font-size: 14px;
	line-height: 15px;
	}
.main_title-dark.side_line > h1 {
	margin-bottom: 13px;
	}
.main_title-dark h1 .line {
	background: rgba(0, 0, 0, 0.2) left center;
	bottom: 0;
	height: 1px;
	position: absolute;
	width: 80%;
	}
.main_title-dark .line:before {
	background: #444;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	width: 77px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	}
.main_title-dark h1:hover .line:before {
	width:60%;
	/*margin-left: 135px;*/
	}
/*BACKGROUNDS*/
.bg-dark {
	background-color: rgba(0,0,0,0.8) !important;
	color: white;
}
.bg-dark li a {
	color: white !important; }
.neutral-bg {
	background-color: rgba(0,0,0,0.5);
	color: white;
}
.neutral-bg_menu {
	/*background-color: rgba(0,0,0,0.6);*/
	color: white;
	/*margin-left: 40%;*/}
.neutral-bg li a {
	/*color: white !important;*/ }
.neutral-bg-dk {
	background-color: rgba(0,0,0,0.9);
	color: white; }
.neutral-bg-dk li a {
	color: white !important; }
.neutral {
	color: #3c3c3c; }
.neutral.btn {
	border: 2px solid #3c3c3c; }
.neutral-dk {
	color: #272727; }
/*%%%%%%%%%%%%%%%%%%%%%% NAV STYLES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.menu-bg-dark {
	background-color: rgba(0,0,0,0.4) !important;
	color: white;
	margin-right: 60px;}
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top:0px;}
.home-choose-show .dropdown-menu > li > a {
	color: #6E6C6C; }
.home-choose-show .dropdown-menu > li > a:hover {
	color: #444; }
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: #585466; }
.dropdown-menu > li > a {
	text-align: right; }
.nav-pills > li > a {
	border-radius: 0px; }
li.active > a {
	background-color: black; }
.navbar {
	position: relative;
    min-height: 40px;
    margin-bottom: 20px;
    z-index: 999999;
    padding: 0 !important;
    right: 10px;
	top:0px;
}
.navbar-nav .nav-link {
    text-indent: 10px;
}
.navbar-nav_container {
	top: 0px;
	left: 0;
	z-index: 100;
	margin: 00px auto 00px auto;
	width: 100%;
}
.navbar-nav {
	margin: 0;
	*zoom: 1;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 100;
	line-height: 1.8;
}
.dropdown-menu {
    padding: .0rem 0 0 !important;
}
.navbar-nav ul {
	list-style: none;
	margin-left: 0;
}
.navbar-nav:after {
	content: '';
	display: table;
	clear: both;
}
.navbar-nav.one-page {
	position: fixed;
	top: 50px;
}
.navbar-nav li + li {
	padding-left: 0px;
	/*border-left: 1px #000 solid;
	border-right: 1px #ccc solid;*/
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    /* margin-top: 30px; */
	top: auto;
    left: -16px;
}
.navbar-nav li.active > a {
	background-color: #444;
	color: #fff;
}
.navbar-nav li.active > a:hover {
	background: #444;
	color: #f6f6f6;
}
.navbar-nav li a {
	margin: 0;
	position: relative;
	display: block;
	padding: 15px 15px;
	font-size:.9em;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1) !important;
	font-weight: 500;
}
.nav_margin{
	margin-top:35px;
	}
.navbar-nav li a:hover {
	color:#fff;
}
.navbar-nav li > a {
	text-decoration: none;
	color: #fff;
}
.navbar-nav li > a:hover {
	background-color: rgba(255,255,255,.4);
	/*color:#444 !important;*/
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: rgba(255,255,255,.1);
    background: rgba(192,39,45,0.8);
    margin: 0px;
	position: absolute;
    top: 30px;
    right: 0px;
}
/*MENU COLORS*/
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .item-136 .nav-link:hover
{background-color: #00579d;}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .item-112 .nav-link:hover
{background-color: #682383;}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .item-113 .nav-link:hover
{background-color: #e5007e;}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .item-114 .nav-link:hover
{background-color: #9dc431;}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .item-212 .nav-link:hover
{background-color: #fbba00;}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
 background-color: #000;
}
/*SUBITEM MENU COLOUR*/
.item-693, .item-684, .item-685, .item-686, .item-688{background-color: #00579d;}
.item-695, .item-632, .item-633, .item-634, .item-635{background-color: #682383;}
.item-696, .item-646, .item-644, .item-645, .item-647{background-color: #e6007e;}
.item-697, .item-643, .item-640, .item-642, .item-641{background-color: #9dc431;}
.item-694, .item-689, .item-690, .item-691, .item-692{background-color: #fbba00;}
.navbar-nav li > .item-693 ul:before {
	position: absolute;
	top: -20px;
	left:15px;
	display: inline-block;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	border-left: 0px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.3);
	content: '';
}
.navbar-nav li > .item-693 ul:after {
	position: absolute;
	top: -20px;
	left: 15px;
	display: inline-block;
	border-right: 20px solid transparent;
	border-bottom: 20px solid rgba(0, 0, 0, 0.3);
	border-left: 0px solid transparent;
	content: '';
}
/***$$$$$$$$$$$$$$$$$$$$$ STYLE ON IMAGES*/
.picture{
	position: relative;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0px 4px 7px rgba(26,26,26 ,0.2);
	-moz-box-shadow:0px 4px 7px rgba(26,26,26 ,0.2);
	box-shadow:0px 4px 7px rgba(26,26,26 ,0.2);
	overflow:hidden;
	}
.picture:after{
	/*content:"dfsdf";
	content: "";
	position: absolute;
	z-index: 1;
	top: -40%;
	left: 0;
	width: 500%;
	height: 400%;*/
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: transparent;
	-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, .15);
	-moz-box-shadow: 0 0 0 200px rgba(255, 255, 255, .15);
	box-shadow: 0 0 0 200px rgba(255, 255, 255, .15);
	border: 1px solid rgba(255, 255, 255, .2);
	}
.picture img{
	/*	border: 5px #FFF solid;*/
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	vertical-align: middle;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	max-width: 100%;
    width: 100%;
	}
.picture img:hover{
		-ms-transform:scale(1.5); /* IE 9 */
	-moz-transform:scale(1.5); /* Firefox */
	-webkit-transform:scale(1.5); /* Safari and Chrome */
	-o-transform:scale(1.5); /* Opera */
	transform:scale(1.5);
}
.picture p{
	display:none;
	}
.picture-exhib {
	position:relative;
	z-index:10;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	vertical-align: middle;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.picture-news{ 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:auto;
	width:100%;
	overflow:hidden;
	position: relative;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0px 4px 7px rgba(26,26,26 ,0.2);
	-moz-box-shadow:0px 4px 7px rgba(26,26,26 ,0.2);
	box-shadow:0px 4px 7px rgba(26,26,26 ,0.2);
	display: inline-block; 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
/* $ video iframe*/
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.swiper-layout-horizontal .swiper-img-cont {
    display: block;
    width: 100%;
    background-size: cover;
    max-height: 300px;
    overflow: hidden;
	cursor: grabbing;
}

.flickity-enabled.is-draggable {
    max-height: 220px;
    overflow: hidden;
	vertical-align: middle;
}
.owl-carousel.owl-loaded {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.hot_joomla_carousel_slides .gallery-cell img {
    max-width: 99999px;
    width: calc(100% - 2 * 6px);
    margin: 5px;
    padding: 0 0px;
    background: transparent;
    border: none;
    box-sizing: border-box;
}
/*$$$$$$$$$$$$BUTTON DEFAULT*/
.btn {
    cursor: pointer;
    padding: 5px 20px;
    /*border: 1px solid #3079ed;*/
    border: none;
    color: #fff;
    /*text-shadow: 0 1px rgba(0,0,0,0.1);*/
    background: rgba(192,39,45,0.8);
    -webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0px 4px 7px rgba(26,26,26 ,0.2);
	-moz-box-shadow:0px 4px 7px rgba(26,26,26 ,0.2);
	box-shadow:0px 4px 7px rgba(26,26,26 ,0.2);
	max-width:100%;
	white-space: unset !important;
	font-size: .8rem !important;
    line-height: 1.5;
}
.btn:hover {
    background: rgba(192,39,45,0.4);
    color: #444;
	/*-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);*/
}
.btn:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
    /*border: 2px solid #3f51b5;*/
    z-index: 99999;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}.registerbtn {
    cursor: pointer;
    padding: 5px 20px;
    /*border: 1px solid #3079ed;*/
    border: none;
    color: #fff;
    /*text-shadow: 0 1px rgba(0,0,0,0.1);*/
    background: rgba(192,39,45,0.8);
    -webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0px 4px 7px rgba(26,26,26 ,0.2);
	-moz-box-shadow:0px 4px 7px rgba(26,26,26 ,0.2);
	box-shadow:0px 4px 7px rgba(26,26,26 ,0.2);
	width:100%;
	white-space: unset !important;
	font-size: .8rem !important;
    line-height: 1.5;
}
.registerbtn:hover {
    background: rgba(192,39,45,0.6);
    color: #c1c1c1;
	/*-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);*/
}
.registerbtn:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
    /*border: 2px solid #3f51b5;*/
    z-index: 99999;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.sep {
	margin-top: 15px;
	margin-bottom: 25px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	}
.seplast, .separator {
	margin-top: 15px;
	margin-bottom: 25px;
	clear: both;
	border: 0;
	height: 1px;
	}
.logo-container{
	position:relative;
}
.logo-home{
	padding-top:20px;
}
.logo-content{
	margin: -40px auto 40px auto;
}
/*$$$$$$$$$$$$$$$$  INPUT FIELDS $$$$$$$$$$$$$*/
.newsletter input[type="email"]{
    padding: 8px 8px;
    background-color: rgba(255,255,255,0.5);
    border: none;
    color: #777;
    outline: none;
    resize: none;
    width: 75%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
    -webkit-box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
    box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
	margin-bottom:20px;
}
input::-webkit-input-placeholder {
	color: rgba(0,0,0,.5);
	font-size:13px;
}
::-webkit-input-placeholder {
   	color:#666;
}
:-moz-placeholder { /* Firefox 18- */
  	color:#666;  
}
::-moz-placeholder {  /* Firefox 19+ */
   	color:#666;  
}
:-ms-input-placeholder {  
   	color:#666; 
}
/* $$$$$$$$$$$$$$$$$$$$$ INSTAGRAM PLUGIN $$$$$$$$$$$$$$$$$$$$$$$*/
.classic-view .instagram-photo {
    cursor: pointer;
    float: left;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 31%;
    margin: 10px;
    height: 300px;
}
.classic-view .instagram-photo.image {
   background: rgba(255,255,255,.2);
}
.classic-view .instagram-photo.video {
    background: rgba(0,0,0,.8);
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.classic-view .instagram-photo:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
        opacity: .8;
}
.classic-view .instagram-photo .journal-meta {
    color: #fff;
    font-size: 18px !important;
}
.instagram {
	z-index: 1;
	padding-top: 0em;
	background: #fff;
    margin-top: -25px;
}
.masongram-container {
    margin: 80px 0px 20px;
}
.controls {
    margin-bottom: 20px;
    text-align: center;
    display: none;
}

.bgsvg{
    position: absolute !important;
    height: 250px;
    width: 100%!important;
}
.bgpurple{
    margin-top: 90px;
}
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ CONTENT $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
.embed-responsive-16by9::before {
    padding-top: 0 !important; 
}
.dark{color:#444 !important;}
.dark:hover{color:#ccc !important;}
/**************************** EXHIBIT */
div.catItemView {
    margin-bottom: 0px !important;
    padding: 4px;
}
div.catItemImageBlock, div.catItemBody {
    padding: 0px 0; 
    margin: 0 1px 0px 1px;
}
span.catItemImage {
    display: block;
    text-align: center;
    margin: 0px;
}
.exhib-social {
	height: 50px;
	width: 50px;
	 }
.exhib-social i {color:#999;}
.exhib-social i:hover {opacity: 0.6;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: 0.16s all linear;
    -moz-transition: 0.16s all linear;
    -ms-transition: 0.16s all linear;
    -o-transition: 0.16s all linear;
    transition: 0.16s all linear;
}
.hero {
	max-height: 400px;
	height: 40vw;
    background-image: url(../../../images/INDX/default-hero.jpg);
	background-position: center !important;
	background-repeat: no-repeat;
	background-size: cover !important;
	width:100%;
	}
.exhib-desc {
	text-align: justify;
	padding: 20px;
	margin-top: 20px; }
.exhib-gallery {
	text-align: center;
	padding: 0px;
	margin-top: 20px; }
.exhib-social:not(:last-child)::after {
	content: '\00a0|\00a0'; }
.exhib-social {
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	display: inline;
	font-size: 18pt; }
.exhib-aside {
	margin-top: -100px;
	text-align: center;
	width: 100% !important; }
ul.sigFreeClassic {
	text-align: center;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	display: inline-block; }
ul.sigProResponsive li.sigProThumb span.sigProLinkOuterWrapper {
    display: block;
    margin: 0 8px 8px 0;
}
ul.sigProResponsive li.sigProThumb a.sigProLink {
    background-color: transparent;
    border: none;
    -webkit-transition: 200ms all ease-in;
    -moz-transition: 200ms all ease-in;
    transition: 200ms all ease-in;
}
ul.sigProResponsive li.sigProThumb a.sigProLink:hover {
    color: transparent;
    text-decoration: none;
    background-color: transparent;
    border: none;
}
.exhib div[itemprop="articleBody"] p:first-child { 
	display: none; 
}
.exhib div[itemprop="articleBody"] p:first-child {
	display: none; 
}
/******************************** HOME BLOCKS *****/
*, *:after, *:before { 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}
.clearfix:before, .clearfix:after { 
	display: table; content: ''; 
}
.clearfix:after { 
	clear: both;
}
.home_blocks{
	margin-top:160px;
}
.odd{
	margin-top:60px;
	margin-bottom:60px;
	}
.date_show{
	text-align: center;
	line-height: 2.1;
	color: #fff;
	font-weight: bolder;
	font-size: 20px;
}
.date_show h3{
	font-size: 14px;
	margin-bottom: -1px;
	padding: 12px;
	text-transform:uppercase;
}
.block {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
    max-height: 100%!important; /*safari*/
	}
.block figure {
	position: relative;
	float: left;
	overflow: hidden;
	min-width: 100%;
	/* max-width: 204px; */
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
}
.block figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}
.block figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.block figure figcaption::before,
.block figure figcaption::after {
	pointer-events: none;
}
.block figure figcaption,
.block figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
a.register  {
color:#c0272d !important;
	text-decoration:none;
	font-size:12px;
}
a.register:hover {
color:#444 !important;
	text-decoration:none;
}
.block figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	}
.block h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	color: #fff;
	padding: 5px 0;
	top: -54px;
	position: relative;
	}
.block h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	color: #fff;
	padding: 5px 0;
	top: -54px;
	position: relative;
	}
.block h2 span {
	font-weight: 800;
	}
.block h2,
.block figure p {
	margin: 0;
	font-size: 1.5em;
	}
.block figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	}
figure.effect-apollo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
	width: 100%;
    max-height: 100%;
	}
figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	}
figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 30px;
    margin: 4em 0em;
    max-width: 150px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    -webkit-animation: jump 1.5s ease 0s normal;
    animation: jump 1.5s ease 0s normal;
    background: rgba(255,255,255,.9);
    padding: 10px;
    color: #444;
    z-index: 99999;
    font-weight: bolder;
	}
figure.effect-apollo h2 {
	text-align: left;
	background: rgba(0,0,0,0.4);
	padding: 10px;
	float: left;
	margin-left: -40px;
	}
figure.effect-apollo h1 {
	background: rgba(190,10,38,0.7);
	color: #fff;
	padding: 0.45em 0.45em 0.45em 0.45em;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
	-webkit-animation: appear 6s ease 0s  normal ;
	animation: appear 6s ease 0s  normal ;
	font-size: 1.2em;
	margin-left: -53px;
margin-top: 90px;
	}
figure.effect-apollo h1:after {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
	}
figure.effect-apollo :hover h1 {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	}
figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	}
figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	}
figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	}
	/*UPCOMING EVENT STYLE*/
.caption-style-2{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.caption-style-2{
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
	}
.caption-style-2:hover .caption{
	opacity: 1;
	-webkit-transform:translateY(-100px);
	-moz-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	-o-transform:translateY(-100px);
	transform: translateY(-100px);
	}
.caption-style-2 img{
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
	width:100%;
	}
.caption-style-2 .caption {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	top: 355px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	}
.caption-style-2 .blur {
	z-index: 5;
	position: absolute;
	width: 204px;
	height: 204px;
	border-radius: 50%;
	}
.caption-style-2 .caption-text h1{
	text-transform: uppercase;
	font-size: 18px;
	margin-top: -3px;
	}
.caption-style-2 .caption-text p{
	margin-top: -10px;
	}
.caption-style-2 .caption-text {
	z-index: 10;
	color: #fff;
	position: absolute;
	width: 204px;
	height: 316px;
	text-align: center;
	top: 20px;
	}	
/******************************  PHRASE ROTATOR */
.home-intro {
	background-color: rgba(255,255,255,0.4);
	text-align: center;
	}
.word-container{
	display: none;
	}
.quote{
	display: block;
	width: 100%;
	margin: 0;
	margin-top: 30px;
	text-align: left;
	}
blockquote p {
	padding: 0px 0px 0px 80px;
	color: #444;
	text-shadow: 0px 2px 2px #fff;
	font-style: italic;
	font-size: 30px;
	font-weight: normal;
	float: left;
	background: url(../../../images/INDX/web_assets/quotes.png) top left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-height: 120px;
	text-align: center;
	}
blockquote {
	padding: 0px;
	padding-right: 0;
	font-size: 1.8em;
	/*background: url(../images/quote_up.png) top left no-repeat;*/
	border-left: none !important;
	width: 80%;
	margin: 0 auto;
	}
cite {
	font-size: 1.2em;
	float: right;
	}
.quote-content span, .quote-author span{
	display: inline-block;
	}
blockquote, q {
	quotes: none;
	margin: 0 auto !important;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}	
/****************************  BUTTONS REGISTER ****/
.ca-menu h2{
	margin-bottom: 2px;
	margin-top: 5px;
	font-size: 1.3em;
	font-weight: lighter;
	line-height: 1.1;
	color: #f6f6f6;
	}
.ca-menu{
	padding:0;
	margin: 15px auto 15px auto;
	}
.ca-menu li{
	height: 80px;
	overflow: hidden;
	position: relative;
	display: block;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;margin-bottom:20px;
	}
.ca-menu li:last-child{
	margin-bottom: 0px;
	}
.ca-menu li a{
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #f6f6f6;
	position: relative;
	text-decoration:none;
	}
.ca-icon{
	font-family: 'WebSymbolsRegular', cursive;
	font-size: 40px;
	color: #f6f6f6;
	text-shadow: 0px 0px 1px #333;
	line-height: 80px;
	position: absolute;
	width: 90px;
	left: 10px;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	}
.ca-content{
	position: absolute;
	left: 95px;
	/* width: 370px; */
	height: 60px;
	top: 14px;
	}
	.ca-main{
	font-size: 30px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
	}
.ca-sub{
	font-size: 14px;
	padding: 0px 0px;
	}
.ca-sub-content{
	font-size: 14px;
    color: #fff;
    padding: 10px;
    top: 70px;
    position: relative;
    /* text-decoration: none; */
    text-align: justify;
    line-height: 1.2;
}
.ca-sub-content:hover{
	text-decoration:none;
}
.ca-sub:hover{
	font-size: 14px;
	}
.ca-menu li:hover{
	background-color: #ccc;
	}
.ca-menu li:hover .ca-icon{
	color: #444;
	font-size: 120px;
	opacity: 0.2;
	left: -20px;
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
	}
.ca-menu li:hover .ca-main{
	color: #444;
	opacity: 0.8;
	}
.ca-menu li:hover .ca-sub{
	color: #fff;
	opacity: 0.8;
	}
/* MENU FOOTER STYLE*/
.ca-menu-footer{
	padding:0;
	margin:0px auto;
	width: 100%;
	}
.ca-menu-footer li{
	width: 100%;
	height: 80px;
	overflow: hidden;
	position: relative;
	display: block;
	background: rgba(255,255,255,0.8);;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	margin-bottom: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	}
.ca-menu-footer li:last-child{
	margin-bottom: 0px;
	}
.ca-menu-footer li a{
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #333 !important;
	position: relative;
	}
.ca-menu-footer img{
	width: 90px;
	left: 00px;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	}
.ca-menu-footer img:hover{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
	}
.ca-content-footer{
	position: absolute;
	left: 100px;
	width: 100%;
	height: 90px;
	top: 5px;
	}
h2.ca-main-footer{
	font-size: 15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 0px;
	margin: 12px auto;
	}
h3.ca-main-footer{
	font-size: 15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 0px;
	margin: 5px auto;
	}
.ca-sub-footer{
	font-size: 14px;
	color: #666;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	padding:0px;
	margin:0px;
	}
.ca-menu-footer li:hover{
	background: #fff;
	}
.ca-menu-footer li:hover .ca-icon-footer{
	font-size: 40px;
	opacity: 0.8;
	text-shadow: 0px 0px 13px #fff;
	}
.ca-menu-footer li:hover .ca-main-footer{
	color:#444;
	font-weight:bolder;
	opacity: 1;
	-webkit-animation: moveFromTop 300ms ease-in-out;
	-moz-animation: moveFromTop 300ms ease-in-out;
	-ms-animation: moveFromTop 300ms ease-in-out;
	}
.ca-menu-footer li:hover .ca-sub-footer{
	opacity: 1;
	-webkit-animation: moveFromBottom 300ms ease-in-out;
	-moz-animation: moveFromBottom 300ms ease-in-out;
	-ms-animation: moveFromBottom 300ms ease-in-out;
	}
/* BUTTON CONTENT STYLE*/
.ca-menu-content h2{
	margin-bottom: -20px;
	margin-top: 5px;
	font-size: 22px;
	font-weight: lighter;
	line-height: 1.1;
	color: #f6f6f6;
	text-transform:uppercase;
}
.ca-menu-content{
	padding:0;
	margin:20px auto;
	}
.ca-menu-content li{
	height: 85px;
	overflow: hidden;
	position: relative;
	display: block;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;margin-bottom:20px;
	}
.ca-menu-content li:last-child{
	margin-bottom: 0px;
	}
.ca-menu-content li a{
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	position: relative;
	}
.ca-menu-content li:hover{
	background-color: #f6f6f6;
	}
.ca-menu-content li:hover .ca-icon{
	color: #444;
	font-size: 120px;
	opacity: 0.2;
	left: -20px;
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
	}
.ca-menu-content li:hover .ca-main{
	color: #444;
	opacity: 0.8;
	}
.ca-menu-content li:hover .ca-sub{
	color: #fff;
	opacity: 0.8;
	}
/******************** SOCIAL ICONS LIST **/
ul.social_links{
	list-style:none;
	-webkit-padding-start: 20px;
	margin: 0 auto;
    text-align: center;
}
ul.social_links li{
	list-style-position:outside;
	line-height:100%;
	display:inline;
	padding:0 7px ;
	-webkit-transition: 0.16s all linear;
	-moz-transition: 0.16s all linear;
	-ms-transition: 0.16s all linear;
	-o-transition: 0.16s all linear;
	transition: 0.16s all linear;
}	 
ul.social_links li a i:hover{
	opacity:0.6;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: 0.16s all linear;
	-moz-transition: 0.16s all linear;
	-ms-transition: 0.16s all linear;
	-o-transition: 0.16s all linear;
	transition: 0.16s all linear;
}
/******************** TESTIMONIALS **/
blockquote.speech{	
	background-color: #fff;
	position: relative;
	width: 90%;
	height: auto;
	text-align: center;
	border: 3px solid #e1e1e1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*-webkit-box-shadow: 2px 4px 4px #888;
	-moz-box-shadow: 2px 4px 4px #888;
	box-shadow: 2px 4px 4px #888;*/
	margin:0 auto;
	font-family: "Georgia", serif;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 1em;
	padding: 20px 14px;
	font-size: 16px;
	}
blockquote.speech:before
	{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 30px;
	bottom: -50px;
	border: 25px solid;
	border-color: #e1e1e1 transparent transparent #e1e1e1;
	}
blockquote.speech:after
	{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 35px;
	bottom: -38px;
	border: 20px solid;
	border-color: #fff transparent transparent #fff;
	}	
.cd-author img, .cd-author .cd-author-info {
	display: inline-block;
	vertical-align: middle;
	margin-top:40px;
	}
.cd-author img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-right: 5px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	}
.cd-author .cd-author-info p {
	text-align: left;
	line-height: 1.2;
	color:#444;
	font-size: 12px;
	}
.cd-author-info h4 {
	text-align: left;
	line-height: 1.2;
	color:#444;
	font-size: 16px;
	margin-left: 10px;
	font-family: "Helvetica", "Arial", "sans-serif";
	}
.cd-author {
	text-align: left;
	margin-left: 1.5em;
	}
.cd-author img {
	box-shadow: 0 0 0 transparent;
	}
/*********************** BLOG BLOCKS **/
.blog-blocks{
	background: rgba(255,255,255,.7);
	padding: 30px 20px 20px 20px;
	margin-bottom:20px;
	}
.blog-blocks2{
	background: rgba(255,255,255,.7);
	padding: 30px 20px 20px 20px;
	margin-top: 10px;
	margin-bottom:20px;
	}	
	.news-title h3{
	text-align:left;	
	margin-bottom:10px;
	font-size:18px;
	}
	.news-item-container .news-desc{
	text-align:justify;	
	font-size:12px;
	margin-bottom:10px;	
	width: 90%;
	}
	.news-item-container .news-more{
	text-align:right;			
	}
/**************************************	Back Top *****/
#back-to-top {
	position: fixed;
	bottom: 25px;
	right: 10px;
	z-index: 9999;
	width: 60px;
	height: 60px;
	cursor: pointer;
	border: 0;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	}
#back-to-top:hover {
	transition: opacity 0.6s ease-out;
	}
#back-to-top.active, #back-to-top.show {
	opacity: 1;
	}
/*************************** FOOTER STYLE ***/
#backlink a {
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	color: #999;
	margin-right: 20px;
	margin-top: -20px;
	/* text-shadow: 0px 1px 1px #fff; */
	float: right;
	}
.copyright{
	margin: 0;
	line-height: 26px;
	color: #8C8989;
	font-style:italic;
	font-size:12px;
	text-align: center;
	}
.footermenu{
	text-align: center;
	margin: 30px 90px 0px 90px;
	}
.footermenu li{
	display: inline;
	list-style-type: none;
	margin: 2px;
	font-size:11px;
	}
.footermenu li a {
	font-style: italic;
	text-decoration:none;
	} 
.footermenu li a:hover {
	color:#ccc;
	} 
/****************************************Main Background images**/
body.menswear, body.mens {
	background: url(../../../images/INDX/menswear-background.jpg) no-repeat fixed center top; /*CHANGE FOR EACH SHOW 2/3 */
	background-size: cover;
}
body.womenswear, body.womens {
	background: url(../../../images/INDX/womenswear-background.jpg) no-repeat fixed center top;
	background-size: cover;
}
body.intimate {
	background: url(../../../images/INDX/intimate-apparel-background.jpg) no-repeat fixed center top;
	background-size: cover;
}
body.accessories, body.acc {
	background: url(../../../images/INDX/accessories-background.jpg) no-repeat fixed center top;
	background-size: cover;
}
body.kidswear, body.kids {
	background: url(../../../images/INDX/kidswear-background.jpg) no-repeat fixed center top;
	background-size: cover;
}
body.default, body.blog, body.faq, .error {
	background: url(../../../images/INDX/default.jpg) no-repeat fixed center top;
	background-size: cover;
}
body.findus {
	background: url(../../../images/INDX/find-us.jpg) no-repeat fixed center top;
	background-size: cover;
}
.bodybg{
	background-image: url(../../../images/INDX/web_assets/pattern.png);
    background-position: 50% 0;
    background-repeat: repeat;
	background-size: cover;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%% 404 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
div.mod_search370 input[type="search"] {
	padding: 8px 8px;
    background-color: rgba(255,255,255,0.5);
    border: none;
    color: #777;
    outline: none;
    resize: none;
    width: 75%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
    -webkit-box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
    box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
}
.btn-primary{
	cursor: pointer;
    padding: 5px 20px;
    /* border: 1px solid #3079ed; */
    border: none;
    color: #fff;
    /* text-shadow: 0 1px rgba(0,0,0,0.1); */
    background: rgba(192,39,45,0.8)!important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 4px 7px rgba(26,26,26 ,0.2);
    -moz-box-shadow: 0px 4px 7px rgba(26,26,26 ,0.2);
    box-shadow: 0px 4px 7px rgba(26,26,26 ,0.2);
    max-width: 100%;
    white-space: unset !important;
    font-size: .8rem !important;
    line-height: 1.5;
    border-color: rgba(192,39,45,0.8)!important;
}
.btn-primary:hover{
    background: rgba(192,39,45,1)!important;
    border-color: rgba(192,39,45,1)!important;
}
#level{
	width:100%;
	height:1px;
	position:absolute;
	top:50%;
}
#content{
	text-align:center;
	margin-top:-327px;
}
#gears{
	width: 478px;
    height: 655px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-right: 30px;
}
#gears-static{
	background:url(../../../images/INDX/web_assets/gears.png) no-repeat -363px -903px;
	width:329px;
	height:602px;
	position:absolute;
	bottom:5px;
	right:0px;
	opacity:0.4;
}
#title{
	vertical-align:middle;
	color:#444;
	width:43%;
	display:inline-block;
}.title a{
	color: #444;
}
.main_title h2 a{
	padding:10px;
	font-size:.5em;
	color:#fff;
}
.main_title h2 a:hover{
	padding:10px;
	font-size:.5em;
	color:#444;
}
h1.animated {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
}
.animated.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble;
}
h1.animated.wobble  {
	color: #989898;
    font-size: 12em;
    line-height: 122px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 2px 0 0 #000000;
	margin-bottom:20px;
}
h3.animated  {
	color: #444;
    font-size: 3em;
    line-height: 122px;
    margin: 0;
    padding: 0;
    text-align: center;
	margin-bottom:20px;
}.error-title a {
    color: #444;
    font-size: 16px;
    line-height: 1.0em;
}
.shadow{
	-webkit-box-shadow: 4px 7px 25px 10px rgba(43, 36, 0, 0.36);
	-moz-box-shadow: 4px 7px 25px 10px rgba(43, 36, 0, 0.36);
	box-shadow: 4px 7px 25px 10px rgba(43, 36, 0, 0.36);
}
/*gear-system-1*/
#gear15{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat 0 -993px; 
	width: 321px; 
	height: 321px;
	position:absolute;
	left:45px;
	top:179px;
	-webkit-animation: rotate-back 24000ms linear infinite;
	-moz-animation: rotate-back 24000ms linear infinite;
	-ms-animation: rotate-back 24000ms linear infinite;
	animation: rotate-back 24000ms linear infinite;
}
#shadow15{
	width:306px;
	height:306px;
	-webkit-border-radius:153px;
	-moz-border-radius:153px;
	border-radius:153px;
	position:absolute;
	left:52px;
	top:186px;
}
#gear14{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat 0 -856px; 
	width: 87px; 
	height: 87px;
	position:absolute;
	left:162px;
	top:296px;
}
#shadow14{
	width:70px;
	height:70px;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	border-radius:35px;
	position:absolute;
	left:171px;
	top:304px;
}
#gear13{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat 0 -744px; 
	width: 62px; 
	height: 62px; 
	position:absolute;
	left:174px;
	top:309px;
	-webkit-animation: rotate 8000ms linear infinite;
	-moz-animation: rotate 8000ms linear infinite;
	-ms-animation: rotate 8000ms linear infinite;
	animation: rotate 8000ms linear infinite;
}
#shadow13{
	width:36px;
	height:36px;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;
	position:absolute;
	left:187px;
	top:322px;
}
/*gear-system-2*/
#gear10{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat 0 -184px;
	width: 122px; 
	height: 122px;
	position:absolute;
	left:175px;
	top:0;
	-webkit-animation: rotate-back 8000ms linear infinite;
	-moz-animation: rotate-back 8000ms linear infinite;
	-ms-animation: rotate-back 8000ms linear infinite;
	animation: rotate-back 8000ms linear infinite;
}
#shadow10{
	width:86px;
	height:86px;
	-webkit-border-radius:43px;
	-moz-border-radius:43px;
	border-radius:43px;
	position:absolute;
	left:193px;
	top:18px;
}
#gear3{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat 0 -1493px;
	width: 85px; 
	height: 84px;
	position:absolute;
	left:194px;
	top:19px;
	-webkit-animation: rotate 10000ms linear infinite;
	-moz-animation: rotate 10000ms linear infinite;
	-ms-animation: rotate 10000ms linear infinite;
	animation: rotate 10000ms linear infinite;
}
#shadow3{
	width:60px;
	height:60px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	position:absolute;
	left:206px;
	top:31px;
}
/*gear-system-3*/
#gear9{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat -371px -280px; 
	width: 234px; 
	height: 234px;
	position:absolute;
	left:197px;
	top:96px;
	-webkit-animation: rotate 12000ms linear infinite;
	-moz-animation: rotate 12000ms linear infinite;
	-ms-animation: rotate 12000ms linear infinite;
	animation: rotate 12000ms linear infinite;
}
#shadow9{
	width:200px;
	height:200px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
	position:absolute;
	left:214px;
	top:113px;
}
#gear7{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat -371px 0; 
	width: 108px; 
	height: 108px;
	position:absolute;
	left:260px;
	top:159px;
	-webkit-animation: rotate-back 10000ms linear infinite;
	-moz-animation: rotate-back 10000ms linear infinite;
	-ms-animation: rotate-back 10000ms linear infinite;
	animation: rotate-back 10000ms linear infinite;
}
#shadow7{
	width:76px;
	height:76px;
	-webkit-border-radius:38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	position:absolute;
	left:276px;
	top:175px;
}
/*gear-system-4*/
#gear6{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat 0 -1931px; 
	width: 134px; 
	height: 134px;
	position:absolute;
	left:305px;
	bottom:212px;
	-webkit-animation: rotate-back 10000ms linear infinite;
	-moz-animation: rotate-back 10000ms linear infinite;
	-ms-animation: rotate-back 10000ms linear infinite;
	animation: rotate-back 10000ms linear infinite;
}
#shadow6{
	width:98px;
	height:98px;
	-webkit-border-radius:49px;
	-moz-border-radius: 49px;
	border-radius: 49px;
	position:absolute;
	left:323px;
	bottom:230px;
}
#gear4{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat 0 -1627px; 
	width: 69px; 
	height: 69px;
	position:absolute;
	left:337px;
	bottom:245px;
	-webkit-animation: rotate-back 10000ms linear infinite;
	-moz-animation: rotate-back 10000ms linear infinite;
	-ms-animation: rotate-back 10000ms linear infinite;
	animation: rotate-back 10000ms linear infinite;
}
/*gear-system-5*/
#gear12{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat 0 -530px; 
	width: 164px; 
	height: 164px;
	position:absolute;
	left:208px;
	bottom:85px;
	-webkit-animation: rotate 8000ms linear infinite;
	-moz-animation: rotate 8000ms linear infinite;
	-ms-animation: rotate 8000ms linear infinite;
	animation: rotate 8000ms linear infinite;
}
#shadow12{
	width:124px;
	height:124px;
	-webkit-border-radius:62px;
	-moz-border-radius:62px;
	border-radius:62px;
	position:absolute;
	left:225px;
	bottom:107px;
}
#gear11{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat 0 -356px; 
	width: 125px; 
	height: 124px;
	position:absolute;
	left:228px;
	bottom:105px;
	-webkit-animation: rotate-back 10000ms linear infinite;
	-moz-animation: rotate-back 10000ms linear infinite;
	-ms-animation: rotate-back 10000ms linear infinite;
	animation: rotate-back 10000ms linear infinite;
}
#shadow11{
	width:88px;
	height:88px;
	-webkit-border-radius:44px;
	-moz-border-radius:44px;
	border-radius:44px;
	position:absolute;
	left:247px;
	bottom:123px;
}
#gear8{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat -371px -158px; 
	width: 72px; 
	height: 72px;
	position:absolute;
	left:254px;
	bottom:131px;
	-webkit-animation: rotate 6000ms linear infinite;
	-moz-animation: rotate 6000ms linear infinite;
	-ms-animation: rotate 6000ms linear infinite;
	animation: rotate 6000ms linear infinite;
}
#shadow8{
	width:42px;
	height:42px;
	-webkit-border-radius:21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	position:absolute;
	left:269px;
	bottom:146px;
}
/*gear1*/
#gear1{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat 0 0; 
	width: 135px; 
	height: 134px;
	position:absolute;
	left:83px;
	bottom:111px;
	-webkit-animation: rotate-back 10000ms linear infinite;
	-moz-animation: rotate-back 10000ms linear infinite;
	-ms-animation: rotate-back 10000ms linear infinite;
	animation: rotate-back 10000ms linear infinite;
}
#shadow1{
	width:96px;
	height:96px;
	-webkit-border-radius:48px;
	-moz-border-radius:48px;
	border-radius:48px;
	position:absolute;
	left:103px;
	bottom:130px;
}
/*gear-system-6*/
#gear5{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat 0 -1746px; 
	width: 134px; 
	height: 135px;
	position:absolute;
	left:22px;
	top:108px;
	-webkit-animation: rotate 10000ms linear infinite alternate;
	-moz-animation: rotate 10000ms linear infinite alternate;
	-ms-animation: rotate 10000ms linear infinite alternate;
	animation: rotate 10000ms linear infinite alternate;
}
#shadow5{
	width:96px;
	height:96px;
	-webkit-border-radius:48px;
	-moz-border-radius:48px;
	border-radius:48px;
	position:absolute;
	left:41px;
	top:127px;
}
#gear2{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat 0 -1364px; 
	width: 80px; 
	height: 79px;
	position:absolute;
	left:49px;
	top:136px;
	-webkit-animation: rotate-back 10000ms linear infinite alternate;
	-moz-animation: rotate-back 10000ms linear infinite alternate;
	-ms-animation: rotate-back 10000ms linear infinite alternate;
	animation: rotate-back 10000ms linear infinite alternate;
}
/*weight*/
#weight{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat -371px -564px; 
	width: 34px; 
	height: 92px;
	position:absolute;
	left:1px;
	bottom:0;
	-webkit-animation: up 10000ms linear infinite alternate;
	-moz-animation: up 10000ms linear infinite alternate;
	-ms-animation: up 10000ms linear infinite alternate;
	animation: up 10000ms linear infinite alternate;
}
#shadowweight{
	width:10px;
	height:80px;
	position:absolute;
	left:12px;
	bottom:0px;
	-webkit-animation: up 10000ms linear infinite alternate;
	-moz-animation: up 10000ms linear infinite alternate;
	-ms-animation: up 10000ms linear infinite alternate;
	animation: up 10000ms linear infinite alternate;
}
/*chain*/
#chain-circle{
	background: url(../../../images/INDX/web_assets/gears.png) no-repeat -371px -706px; 
	width:146px; 
	height:147px;
	position:absolute;
	left:17px;
	top:102px;
	-webkit-animation: rotate 10000ms linear infinite alternate;
	-moz-animation: rotate 10000ms linear infinite alternate;
	-ms-animation: rotate 10000ms linear infinite alternate;
	animation: rotate 10000ms linear infinite alternate;
}
#chain{
	width:1px;
	height:380px;
	border-left:2px dotted #C8D94A;
	position:absolute;
	left:17px;
	top:175px;
	opacity:0.7;
	-webkit-animation: collapse 10000ms linear infinite alternate;
	-moz-animation: collapse 10000ms linear infinite alternate;
	-ms-animation: collapse 10000ms linear infinite alternate;
	animation: collapse 10000ms linear infinite alternate;
}
/*%%%%%%%%%%%%%%%%%%% INPUT REGISTER STYLES %%%%%%%%%%%%%%%%%%%%%*/
.eb-container .form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0;
    margin-bottom: 20px;
}
.btn {
    font-size: .8em !important;
    text-transform: uppercase;
}
label {
    font-size: 16px;
}
/*a.btn.btn-default {
    padding: 15px 20px !important;
    background: rgba(137,0,93,.9) !important;
    text-align: center;
    color: #fff !important;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-bottom: 4px solid #be145a !important;
    cursor: pointer;
    border-color: transparent !important;
    border: transparent !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
a.btn.btn-default:hover {
    background: #be145a !important;
}*/
#eb-event-page h1.eb-page-heading, #eb-individual-registration-page h1, #eb-group-registration-form h1, .eb-container h1 {
    color: #444;
    font-size: 1.8em;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: lighter;
    margin-top:30px !important; 
}
h3.eb-heading {
    font-size:1.2em !important; 
    margin-top:30px !important; 
}
.eb-container .form-horizontal .form-group .nav li:nth-child(6n+1) {
    background: transparent !important;
    width: 100%;
    text-align: left;
}
.control-label {
    color: #904b98;
}
.form-group{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.btn btn-primary#btnBack{
    width:15%;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    background: #c1c1c1;
}
.alert-warning {
    color: #856404 !important;
    background-color: #FDB824 !important;
    border-color: #FDB824 !important;
}
.nav-stacked li:nth-child(6n+1), .nav-stacked li:nth-child(6n+2){
    background: transparent !important;
    height: 3.5em;
    margin: 15px;
}
.nav-stacked li:nth-child(6n+1) a, .nav-stacked li:nth-child(6n+2) a{
    color: #444;
    font-size: 11px;
	border-bottom:none !important;
	height: 50px;
	overflow:hidden;
}
.nav-stacked li:nth-child(6n+1) a:hover, .nav-stacked li:nth-child(6n+2) a:hover{
    color: rgba(137,0,93,.9) !important;
}
.login{
    margin: 120px 60px 60px 60px;
}
.rememberme{
	width: 20%;
    float: left;
}
.controllogin{
	width: 100%;
    float: left;
	margin:20px 0px;
}
#password, #username, .eb-container .form-group input[type="text"].input-large, .eb-container .form-group select.input-large, .eb-container .form-group textarea.input-large, .eb-container .form-group select, .eb-container .form-group textarea, .eb-container .form-group input[type="text"], .eb-container .form-group input[type="password"], .eb-container .form-group input[type="datetime"], .eb-container .form-group input[type="datetime-local"], .eb-container .form-group input[type="date"], .eb-container .form-group input[type="month"], .eb-container .form-group input[type="time"], .eb-container .form-group input[type="week"], .eb-container .form-group input[type="number"], .eb-container .form-group input[type="email"], .eb-container .form-group input[type="url"], .eb-container .form-group input[type="search"], .eb-container .form-group input[type="tel"], .eb-container .form-group input[type="color"]  {
    padding: 8px 8px;
    background-color: rgba(255,255,255,0.5);
    border: none;
    color: #777;
    outline: none;
    resize: none;
    width: 75% !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
    -webkit-box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
    box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
    margin-bottom: 20px;
}
.eb-box-heading {
    margin: 40px 0px !important;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
	width: 17px;
    height: 17px;
    margin-right: 7px;
}
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& MEDIA QUERIES &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
/* GENERAL */
@media (min-width: 1200px){
.container {
    max-width: 1240px !important;
}
.col-lg-5ths, span4 {
	width: 20%;
	float: left;
	}
.navbar-nav li a {
        font-size: 14px;
}
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
     padding-left: .2rem !important; 
}
}
@media (max-width: 1024px) {
	.menu-bg-dark {
    margin-right: 0px; 
}
	.navbar-nav li a {
        font-size: .7em;
}
	.navbar-dark .navbar-toggler {
    top: 10px;
    right: 0px;
}
}
@media (min-width: 992px) {
	.col-md-5ths, span4 {
	width: 20%;
	float: left;
	}
	}
@media (min-width: 1200px) {
	.col-lg-5ths, span4 {
	width: 20%;
	float: left;
	}
	}
@media (max-width: 648px) {
.menu-bg-dark {
    margin: 90px auto; 
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    /* margin-top: 30px; */
    top: auto;
    left: 0px; 
    width: 100%;
	}
}
@media (max-width: 480px) {
.menu-bg-dark {
    margin: 60px auto; 
}
.span4{
	width:100%;
}
.quote{
	margin-top: 20px;
	}
.navbar-dark .navbar-nav .nav-link {
    font-size: .9em;
}
#logo img {
    top: 0px;
    width: 40%;
}
    .picture-exhib {
    margin-top: 40%;
}   
}
@media (max-width: 320px) {
.menu-bg-dark {
    margin: 60px auto;
}
figure.effect-apollo h1 {
    padding: 0px;
    font-size: 1.2em;
}
.span4{
	width:100%;
}
.block h2 {
     top: -80px !important;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: .9em;
}
 .picture-exhib {
    margin-top: 40%;
}   
}
@media (min-width: 300px) and (max-width: 900px) {
	.hero h2 {
	display: none; }
	.neutral-bg_menu {
    display:none;
}
	.logo_colors{
		margin-top: -30px;
	}
	figure.effect-apollo h1 {
	background: rgba(190,10,38,0.7);
	color: #fff;
	padding: 45px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
	-webkit-animation: appear 6s ease 0s  normal ;
	animation: appear 6s ease 0s  normal ;
	font-size: 1.2em;
	margin-left: auto;
	}
	figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 4em 2em;
    max-width: 100%; 
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    -webkit-animation: jump 1.5s ease 0s infinite normal;
    animation: jump 1.5s ease 0s infinite normal;
    background: #fff;
    padding: 30px;
    color: #444;
    font-size: 2.5em;
	display:none;
}
.block h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    color: #fff;
    padding: 5px 0;
    top: -74px;
    position: relative;
	font-size: 2.5em;
	margin: 0;
}
.date_show h3 {
    font-size: 1.5em;
}
.odd {
     margin-top: 00px; 
    margin-bottom: 00px; 
}	
    .classic-view .instagram-photo {
    width: 100%;
    margin: 10px;
    height: auto;
}
}