/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& RESET THEME &&&&&&&&&&&&&&&&&&&&&&&&*/
html, body {
	height: 100%;
	font-family: 'Open Sans', sans-serif !important;
    max-width: 100%;
    overflow-x: visible !important;
width:100%;
	}
.container {
    max-width: 1240px;
    overflow: hidden;
}
.blog{
    max-width: 1240px;
    overflow: hidden;
    background: #f6f6f6;
    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 12px rgba(26,26,26 ,0.2);
    margin-bottom: 20px;
}
#eb .eb-brand-name {
    font-size: 2.5rem!important;
}
.header {
	
	}
.owl-carousel .owl-stage-outer {
    position: relative;
   overflow: visible !important;
    -webkit-transform: translate3d(0,0,0);
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	}
#eb a:link {
    text-decoration: none;
    color: #aaa;
}
a:hover {
    text-decoration:none !important;
}
p {
	line-height: 1.8;
    margin: 0px;
    text-align: justify;
}
.media-body p {
	line-height: 2.2;
    margin: 0px;
    font-weight: bolder;
}
/*navigation*/
		.navigation {
		*zoom: 1;
		position: relative;
		-webkit-transition: 0;
		-moz-transition: 0;
		-o-transition: 0;
		-ms-transition: 0;
		transition: 0;
		-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: 999;
		display: block;
    margin-left: auto;
    margin-right: auto;
		}
.navigation i{
    color:#fff;
    text-align:center;
    font-size:10px;
    margin:0 auto;
    display:none;
}
.navigation-menu-button .fa, .fas {
    font-weight: 900;
    padding-left: 0px;
}
		.navigation li.li_logo  {
		margin-top:-25px;
		}
		.navigation li.li_logo a:hover  {
		Background:none;
		}
		.navigation li.li_logo + li {
		background:none;
		}
		.navigation ul {
		list-style: none;
		margin-left: 0;
		padding: 10px 15px;
		}
		.navigation:after {
		content: '';
		display: table;
		clear: both;
		}
		.navigation.one-page {
		position: fixed;
		top: 50px;
		right: 5%;
		max-width: 200px;
		}
		.navigation li {
		position: relative;
		/*border-right: 1px solid #fff;
		content: " | ";
		padding: 0 10px;*/
		}
		.navigation li + li {
		/*background:url('../img/separator.png') no-repeat center left;*/
		padding-left: 0px;
		/*    border-left: 1px #000 solid;
		border-right: 1px #ccc solid;*/
		}
		.navigation li:last { border-right: none }
		.navigation li.active > a {
		color: #fff;
		}
		.navigation li.active > a:hover {
			background:rgba(73,73,73,1);
		color: #fff;
		}
		.navigation li a {
		margin: 0;
		position: relative;
		display: block;
		padding: 10px 15px;
		font-size:15px;
		color:#fff;
		}
		.navigation li a:hover {
		background:rgba(73,73,73,1);
		color:#fff;
		}
		.navigation li > a {
		line-height: 1em;
        text-decoration: none;
        text-transform: uppercase;
        padding: 20px 10px;
        text-align: center;
		}
		.navigation li > a:hover {
			background:rgba(73,73,73,1);
		}
		.navigation li > ul:before {
		position: absolute;
		top: 0px;
		left:45%;
		display: inline-block;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #025366;
		border-left: 10px solid transparent;
		border-bottom-color: #025366;
		content: '';
		}
		.navigation li > ul:after {
		position: absolute;
		z-index:99999999;
		top: -10px;
		left: 45%;
		display: inline-block;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #aaa;
		border-left: 10px solid transparent;
		content: '';
		}
		.touch-button {
        position: absolute;
        z-index: 999;
        top: 0;
        right: 0;
        width: 52px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        font-family: 'FontAwesome';
        font-size: 18px;
        background: #aaa;
        color: #fff;
}
.touch-button:before {
  content: '\f078';
  -webkit-font-smoothing: antialiased;
}
.touch-button:hover {
  cursor: pointer;
}
.touch-button.active {
  background: #025366;
}
.touch-button.active:before {
  content: '\f077';
}
.navigation-menu-button {
  position: relative;
  display: block;
  padding: 20px 30px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}
		.navigation-menu-button.one-page {
		position: fixed;
		top: 0;
		right: 5%;
		padding-right: 45px;
		}
		.navigation-menu-button .touch-button {
		background: none;
		width: 60px;
		height: 60px;
		font-size: 30px;
    margin-top: 15px;
		}
		.navigation-menu-button .touch-button:before {
		content: '\f0c9';
		}
		@media all and (min-width: 800px) {
		.navigation {
		overflow: visible;
		}
		.navigation li {
		overflow: visible;
		}
		.navigation li .touch-button {
		display: none;
		}
		.navigation li ul {
		z-index: 1;
		width: 150px;
		position: absolute;
		display: none;

		}
		.navigation li ul li > a {
		/* border-bottom: 1px solid #e6e6e6;*/
		font-family:Helvetica, Arial, sans-serif;
		font-size:15px;
		background:#aaa;
		/*line-height:1.3;*/
            text-align: left;
padding:9px 20px;
		}
        .navigation li ul li > a:hover {
		background:rgba(73,73,73,0.4);
		/*line-height:1.3;*/
		}
		.navigation li ul li:last-child > a {
		/*  border-bottom: 1px solid #e6e6e6;*/
		}
		.navigation li ul li > ul {
		left: -1px;
		margin-left: 100%;
		top: 10px;
		}
		.navigation li > ul {
		top: auto;
		left: -80px;
		min-width:270px;
		}
		.navigation li > ul li {
		width: 100%;
		background: #aaa; /* Old browsers */
		}
		.navigation-menu-button {
		display: none;
		}
		}
		@media all and (max-width: 800px) {
		.navigation_container {
		background: none; 
		position: absolute;
		top: 100px;
		left:0;
		z-index: 100;
		margin:-30px auto 0 auto;
		width: 100%;
		height:100px;
		}
		.navigation {
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		max-height: 0;
		left: 0px;
		}
		.caret {
		opacity: 0.0;
		}
		.navigation.show {
		max-height: 2000px;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		-o-transition: 1s;
		-ms-transition: 1s;
		transition: 1s;
		z-index: 1500;
		padding: 20px 25px 10px 25px;
		}
		.navigation li {
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		}
		.navigation li a {
		/* border-bottom: 1px solid #e6e6e6;
		padding: 15px 22.5px;*/
		}
		.navigation li .touch-button {
		display: block;
		}
		.navigation li ul {
		margin-bottom: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 5%;
		width: 100%;
		}
		.navigation li ul li {
		overflow: hidden;
		}
		.navigation li ul li.show {
		overflow: visible;
		}
		.navigation li > ul:before {
		display:none;
		}
		.navigation li > ul:after {
		display:none;
		}
		.navigation li + li {
		background:none;
		padding-left: 0px
		}
		}
		/*END navigation*/
/* +++++++++++++++++++++++++++++++++   LISTS ++++++++++++++++++++++++++++++ */
ul.list {
		list-style: none;
		padding:0px;
		}
ul.list li a {
		padding-top:2px;
		color:#fff;
		line-height:1.2;
		font-size:14px;
		font-weight:lighter;
		font-stretch:ultra-expanded;
    float:left;
		}
ul.list li a:hover {
		color:#ccc;
		}
/***$$$$$$$$$$$$$$$$$$$$$ 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%;
	}
.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);
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    width: 100%;
}
/*$$$$$$$$$$$$$$$ ELEMENTS $$$$$$$$$$$$$$$$$$$$$$$$$$$*/
.map{
    margin-bottom: -150px !important;
    margin-top: 20px;
}
/*slider*/
.slider{
    position: relative;
    
    margin-top: -205px;
}
.d-none {
    display: block!important; 
}
.sep{
    clear: both;
    height: 1px;
     background-color: #d7d7d7;
    border-bottom: 1px #dddF solid;
    margin: 60px auto;
    width: 70%;
}
/* $$$$$$$$$$$$$$$$$$$$$ INSTAGRAM PLUGIN $$$$$$$$$$$$$$$$$$$$$$$*/
.classic-view .instagram-photo {
    cursor: pointer;
    float: left;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 31%;
    margin: 10px;
}
.classic-view .instagram-photo.image {
    background-color: #652d80;
}
.classic-view .instagram-photo.video {
    background-color: #89005d;
}
.classic-view .instagram-photo img {
    opacity: 1;
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    transition: all .5s ease;
    max-height: 300px;
    overflow: hidden;
    float: left;
    min-height: 300px;
}
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: .2;
}
.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;
}
.bgsvg{
    position: absolute !important;
    height: 250px;
    width: 100%!important;
}
.bgpurple{
    margin-top: 90px;
}
/* %%%%%%%%%%%%%%%%%%%%%% TITLE STYLE  %%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.title{
    padding-top: -120px;
    margin-bottom: 15px; 
}
.title i, .title img {
    float: left;
    margin-right: 20px;
    color: rgba(171,30,45,1);
}
.title h1,.title h2{
    line-height:1.2;
    color: #ccc!important;
}
.title h1 span, .title h2 span{
    font-weight:bolder;
    font-zize:2em;
    line-height:1.2;
    color: #212529;
    margin-bottom:25px;
}
.title h3, title h2{
    font-weight: lighter;
    font-zize: 1rem;
    line-height: .8;
    margin: 0px;
}
p.title {
    line-height: 2.2;
    margin: 0px;
    text-align: justify;
    margin-top: 30px;
}
p.title2 {
    line-height: 1.8;
    margin: 0px;
    text-align: justify;
 }
.titlefooter i, .titlefooter img {
    float: left;
    margin-right: 20px;
    color: #fff;
}
.titlefooter h2{
    font-weight: lighter;
    font-size: 1.5em;
    line-height: 1.2;
    color: #fff;
}
.titlefooter h2 span{
    font-weight:lighter;
    font-zize:1em;
    line-height:1.2;
    color: #fff;
    margin-bottom:25px;
}
.footer{padding:20px 0px;}
.footer_bottom{
    background: rgb(171,30,45);
    color:#fff;
    text-align:center;
    padding: 20px 0px;
}
.page-header h2, .blogdefault h2 {
	font-weight: bolder;
    line-height: 1.2;
    color: #ccc;
    font-size: 1em;
    margin-top: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase; 
	}
h1, .page-header h1 {
	font-weight: bolder;
    font-size: 2.5em;
    line-height: 1.2;
    color: #ccc!important;
    margin-bottom: 10px;
    padding: 10px 0 0 0;
    position: relative;
    text-transform: uppercase;
	}
.page-header img {
    float: left;
    padding: 20px;
	}

/* %%%%%%%%%%%%%%%%%%%%%% NAVIGATION  %%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.main{
    margin-top: 00px;
}
.image-title{
    font-size:.8em;
}
.nav {
    display: block !important;
}
a, li {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.nav ul {
	max-width: 1240px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.0em;
    font-weight: 300;
    width: 100%;
    float: right;
}
.nav li img {
	display: block;
}
.nav a {
	display: block;
	color: rgba(249, 249, 249, .9);
	text-decoration: none;
	-webkit-transition: color .5s, background .5s, height .5s;
	-moz-transition: color .5s, background .5s, height .5s;
	-o-transition: color .5s, background .5s, height .5s;
	-ms-transition: color .5s, background .5s, height .5s;
	transition: color .5s, background .5s, height .5s;
}
.nav a:hover {
    color: #c1c1c1; 
    text-decoration: none; 
}
.nav img{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
    max-width: 60px;
}
a, button {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.no-touch .nav ul:hover a {
	color: rgba(249, 249, 249, .5);
}
.no-touch .nav ul:hover a:hover {
	color: rgba(249, 249, 249, 0.99);
}
.nav li:nth-child(6n+1) {
	/*background-color: rgba(171,30,45,1);*/
      background-color: rgba(93,93,93,1);
}
.nav li:nth-child(6n+2) {
	/*background-color: rgba(171,30,45,0.9);*/
     background-color: rgba(93,93,93,0.9);
}
.nav li:nth-child(6n+3) {
	/*background-color: rgba(171,30,45,0.8);*/
  	background-color: rgba(93,93,93,0.8);
}
.nav li:nth-child(6n+4) {
	/*background-color: rgba(171,30,45,0.7);*/
   	background-color: rgba(93,93,93,0.7);
}
.nav li:nth-child(6n+5) {
	/*background-color: rgba(171,30,45,0.6);*/
     background-color: rgba(93,93,93,0.6);
}
.nav li:nth-child(6n+6) {
	/*background-color: rgba(171,30,45,0.5);*/
     background-color: rgba(93,93,93,0.5);
}
.nav li:nth-child(6n+7) {
	/*background-color: rgba(171,30,45,0.4);*/
     background-color: rgba(93,93,93,0.4);
}
/*%%%%%%%%%%%%%%%%%%%% GENERAL ELEMENTS %%%%%%%%%%%%%%%*/
.right{
    text-align:right;
    float:right;
}
.right img{
    margin-left: 120px;
}
.white{
    color:#fff !important;
    font-weight: lighter !important;
}
.black{
    font-weight: lighter !important;
}
.newstext{
   padding:0 40px; 
}
.full_width{
    width:100%;
    background-position:cover;
}
.date-home{
	background: rgba(137,0,93,.7);
	text-align:center;
	border-bottom: 2px solid rgba(190,20,90,.7);
	color:#fff;
}
.date-home h1 {
    color: #fff!important;
    font-size: 1.6em;
    line-height: 1;
    font-weight: bolder;
    padding: 20px 0 5px 0;
}
.date-home p{
	color:#fff;
	font-size:.9em;
	text-align:center;
    margin-bottom: 0px !important;
}
.bannerbg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    z-index: -1;
    height: 100%;
    position: relative;
    left: 0;
    margin: auto;
    /*height: 6.25rem;*/
	width: 100%!important;
}
.bannertext{
	background: rgba(101,45,128,.7);
	text-align:center;
	border-bottom: 2px solid rgba(220,90,36,.7);
	color:#fff;
}
.bannertext h2 span{
	font-weight:100;
	color:#fff;
}
.full-width {
    width: 100%;
    height: auto;
}
/*********************** BLOG BLOCKS **/
.news-title h3{
    text-align:left;	
    margin:10px 0px;
    font-size:18px;
    color:#f6f6f6;
}
.news-item-container .news-desc{
    text-align:justify;	
    font-size:12px;
    margin-bottom:10px;	
    width: 90%;
    color:#f9f9f9;
}
/*********************** FOOTER **/
.footerbg p {
    color:#fff;
    font-size:.9em;
    font-weight:lighter;
}
.footerbg a, .footerbg i{
    color: #fff;
    text-align: center;
}
.footerbg a:hover{
    color:#c1c1c1;
    text-decoration:none;
}
.logohover-pulse img{
    max-height:200px;
    overflow:hidden;
}
.save-the-date {
    color:#fff;
    text-align:center;
    padding-left: 50px;
}
.save-the-date h3{
   color:#f6f6f6; font-size:18px;
    font-weight:bolder;
}
.save-the-date p{
   color:#fff; font-size:14px;
}
/*$$$$$$$$$$$$$$$$  INPUT FIELDS $$$$$$$$$$$$$*/
.mc-field-group input {
    width: 100%;
    line-height: 1;
    margin-top: 10px;
    border: none;
    color: #777;
    outline: none;
    resize: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
    box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
    padding: 12px;
}
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; 
}.top-20{
    margin: 20px;
}
#field_Notaretailer_1, #field_allmembers_1 {
    color: #FFF;
    background-color: rgba(101,45,128,0.8);
    border-color: rgba(101,45,128,1);
    padding: 10px;
    margin: 20px 20%;
    text-align: center;
}input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 17px;
    height: 17px;
    margin-right: 7px;
}
#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(101,45,128,0.1);
    border: none;
    color: #777;
    outline: none;
    resize: none;
    width: 100% !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;
}

/*$$$$$$$$$$$$$$$$$$$ SOCIAL ICONS*/
.social {
    display: inline-flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    height: 6vh;
    float: left; 
    margin: 10px auto 20px auto;
    width: 100%;
}
.social a i{
    color: rgba(255,255,255,0.7);}
i {
  padding: 0px 5px 0px 5px;
}
.social i {
  cursor: pointer;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 150ms;
}
.social i:hover {
  margin-top: -10px;
  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
  color: #c1c1c1;
}
.social_top {
    display: inline-flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    height: 6vh;
    /* float: left; */
    /* margin: 10px auto 20px auto; */
    width: 100%;
}
.social_top a i{
    color: rgba(255,255,255,0.7);}
.social_top i {
  cursor: pointer;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 150ms;
}
.social_top i:hover {
  margin-top: -10px;
  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
  color: #c1c1c1;
}
.linkedin {color: #f6f6f6;}
.facebook {color: #f6f6f6;}
.twitter {color: #f6f6f6;}
/* $$$$$$$$$$$$$$$$$$$$$ BUTTONS $$$$$$$$$$$$$$$$$$$$$$$*/
.btn-outline-light{
    padding: 15px 0px !important;
    background: rgba(171,30,45,1) !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;
}
.btn-outline-light:hover{
    background: rgba(171,30,45,1) !important;
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #be145a;
    border-color: none;
}
.btn-inverse {
    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;
}
.btn-inverse:hover {
    background: rgba(137,0,93,.7) !important;
}
.button {
	float: left;
    min-width: 130px;
    max-width: 250px;
    display: block;
    margin: 15px 0px 0px 0px;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.topbutton {
    min-width: 100%;  
    display: block;
    margin: -10px 0px 10px 0px;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.blogbutton{
	min-width: 130px;
    max-width: 280px;
    display: block;
    margin: 20px 0px 10px 0px;
    border: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    padding: 0 1em;
    background: rgba(137,0,93,.9);
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-bottom: 4px solid #be145a;
max-height: 40px;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
/* register */
.button--register {
	padding: 0 1em;
    background: rgba(137,0,93,.9);
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-bottom: 4px solid #bbb;
    margin-bottom: 20px;
    margin-top: 1px;
}
.button--register.button--inverted {
	background: #fff;
	color: #93124d;
}
.button--register > span {
	display: inline-block;
	padding: 0 0 0 0;
    line-height:3em;
	opacity: 0;
	color: #fff;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-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);
    font-size:12px;
}
.button--register::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
    line-height:3em;
	-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);
    font-size:12px;
}
.button--register:hover {
	background-color: #93124d;
}
.button--register:hover::before {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--register:hover > span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--register:hover > span:nth-child(1) {
	-webkit-transition-delay: 0.045s;
	transition-delay: 0.045s;
}
.button--register:hover > span:nth-child(2) {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
}
.button--register:hover > span:nth-child(3) {
	-webkit-transition-delay: 0.135s;
	transition-delay: 0.135s;
}
.button--register:hover > span:nth-child(4) {
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.18s;
}
.button--register:hover > span:nth-child(5) {
	-webkit-transition-delay: 0.225s;
	transition-delay: 0.225s;
}
.button--register:hover > span:nth-child(6) {
	-webkit-transition-delay: 0.27s;
	transition-delay: 0.27s;
}
.button--register:hover > span:nth-child(7) {
	-webkit-transition-delay: 0.315s;
	transition-delay: 0.315s;
}
.button--register:hover > span:nth-child(8) {
	-webkit-transition-delay: 0.36s;
	transition-delay: 0.36s;
}
.button--register:hover > span:nth-child(9) {
	-webkit-transition-delay: 0.40.5s;
	transition-delay: 0.405s;
}
.button--register:hover > span:nth-child(10) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.button--register:hover > span:nth-child(11) {
	-webkit-transition-delay: 0.50s;
	transition-delay: 0.50s;
}
.button--register:hover > span:nth-child(12) {
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s;
}
.button--register:hover > span:nth-child(13) {
	-webkit-transition-delay: 0.60s;
	transition-delay: 0.60s;
}
.button--register:hover > span:nth-child(14) {
	-webkit-transition-delay: 0.65s;
	transition-delay: 0.65s;
}
.btn-primary, .btn-secondary {
    padding: 8px 6px !important;
    background: rgba(73,73,73,.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 #ccc !important;
    cursor: pointer;
    min-width: 30%; 
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.btn-primary:hover, .btn-secondary:hover {
    opacity:.9;
    background: rgba(73,73,73,.2) !important;
}
.button-blog{
    background: rgba(73,73,73,.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;
    width:120px;
}
.button-blog:hover{
    background: #be145a !important;
}
.button-blog a{
    color: #fff !important;
    text-align:center;
}
.button-blog p{
   margin-bottom:0px !important;
    text-align:center;
}
.btn-danger {
    color: #fff;
    /* background-color: #dc3545; */
    border-color: #aaa !important;
}
/* Boxes */
.ss-style-boxes {
	padding-top: 4em;
	padding-bottom: 5em;
}
.color {
    background: #fff;
}
.ss-style-boxes::before {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-image: linear-gradient(to right, #fff 50%, #79bcb7 50%);
	-webkit-background-size: 130px 100%;
	background-size: 130px 100%;
}
.ss-style-halfcircle::before,
.ss-style-halfcircle::after {
	left: 50%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: inherit;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ss-style-halfcircle::before {
	top: -50px;
}
.ss-style-halfcircle::after {
	bottom: -50px;
}
/*JOIN US SECTION HOME*/
.panel__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	height: 27.77778em;
}
.bg-img--cover {
    background-position: left top;
    background-repeat: no-repeat;
}
.panel__image:after {
    display: block;
    background-image: url(../img/pictbg.png);
}
.panel__image::after {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: -0.55556em;
    display: block;
    width: 100%;
    height: 0.55556em;
    content: "";
    background-image: url(../img/sample.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.imagebg{
    background: url(../../../../images/pictbg.png) 20px 20px no-repeat;
    padding: 0px 0px 20px 0px;
}
.image-with-background {
    vertical-align: middle;
    border-style: none;
    width: 90% !important;
}
.slogan {
    color: #fff;
    float: left;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
}
.register_buttons{
    background: rgba(172,39,45,.7);
    position: absolute;
    z-index: 99999;
    right: 0;
    width: 44%;
    min-height: 120px;
    top: 62%;
}
.register_buttons:after {
        content: "";
    border-top: 64px solid transparent;
    border-bottom: 56px solid transparent;
    border-left: 40px solid rgba(172,39,45,.7);
    position: absolute;
    left: -40px;
    top: 0;
    transform: rotate(180deg);
}
.register_buttons2{
    background: rgba(172,39,45,.7);
    position: absolute;
    z-index: 99999;
    right: 0;
    margin: 45% auto;
    width: 50%;
    height: 120px;
}
.register_buttons2:after {
        content: "";
    border-top: 64px solid transparent;
    border-bottom: 56px solid transparent;
    border-left: 40px solid rgba(172,39,45,.7);
    position: absolute;
    left: -40px;
    top: 0;
    transform: rotate(180deg);
}
.register_text{
    background: rgba(255,255,255,.6);
    padding: 20px 10px 5px 10px;
    margin-top: 27%;          
}
.buttonsreg{
    background: transparent;
    border: solid 2px #fff;
    height: auto;
    width: 150px;
    margin: 25px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    float: left;
}
.buttonsreg p{
    color: #fff;
    font-family: Sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding-top: 8px;
    margin-bottom: 5px;
    text-transform:uppercase;
}
.buttonsreg small{
    font-size:10;
    font-style:italic;
    color:#fff;
    margin-bottom: 8px;
}
.buttonsreg:hover {
      background: rgba(0,0,0,0.4);
}
/*$$$$$$$$$$$$$$$$$$$$ SEPARATOR SVG*/
.instagrambg{
    background:#fff;
}
.lastshow{
    background:#fff;
}
.bloghome{
    background:#79bcb7;
}
*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container svg {
	display: block;
}
/*SECTIONS*/
section.shape{
   margin: -260px auto 0px auto;
}
section.intro{
   margin:10px auto 10px auto;   
}
section.registerbg{
    background: url(../../../../images/registerbg.jpg) center center;
    background-size: cover;
    min-height: 760px;
    width: 100%;
    overflow: hidden;
}
section.newsletterbg{
    background: #212529;
    padding: 0px 0px;
}
section.lastshowbg{
    margin: 0px auto 0px auto;
}
section.bloghome{
    padding-top: 60px;    
}
section.exhibitors{
    padding-top: 60px;
    margin-bottom:-120px;   
}
section {
	position: relative;
    /*padding: 7em 10%;*/
    min-height:300px;
    color: #444;
    margin: 0px auto 0px auto;
}
/* Common style for pseudo-elements */
section::before,
section::after {
	position: absolute;
	content: '';
	pointer-events: none;
}
.owl-dots{
    display:none !important;
}
.news-item-container{
    padding:10px;
}
.footerbg {
	z-index:-99999;
	background: #212529;
}
/* NEWSLETTER SECTOR */
svg#bigTriangleColor {
	pointer-events: none;
}
#bigTriangleColor path {
	fill: #fff;
	stroke: #fff;
	stroke-width: 2;
}
svg#bigTriangleColor2 {
	pointer-events: none;
}
#bigTriangleColor2 path {
	fill: #79bcb7;
	stroke: #79bcb7;
	stroke-width: 2;
}
/* Curves */
#curveUpColor path,
#curveDownColor path {
	fill: #fff;
    stroke: #fff;
}
/* Double Line */
.ss-style-doubleline::before {
	bottom: 30px;
	width: 140px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #2072a7;
	box-shadow: 0 30px 0 #2072a7;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
/*************************** 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: 0px 90px 15px 90px;
	}
.footermenu li{
	display: inline;
	list-style-type: none;
	margin: 2px;
	font-size:11px;
	}
.footermenu li a {
	font-style: italic;
	text-decoration:none;
    color:#fff;
	} 
.footermenu li a:hover {
	color:#ccc;
	} 
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%% 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;
}
.menu404 a span {
    color: #fff;
    font-size: 1.4em;
   text-align: right; 
}
.menu404 a:hover{
  text-decoration: none;
}
.exhibitor404 {
	background: rgb(171, 39, 45);
    padding:15px;
    border-left: 8px solid rgb(174, 78, 1);
}
.gallery404  {
	background: rgb(71, 128, 158);
    padding:15px;
    border-left: 8px solid rgb(191, 117, 20);
}
.blog404  {
	background: rgb(144, 124, 82);
    padding:15px;
    border-left: 8px solid rgb(13, 111, 150);
}
.contact404  {
	background: rgb(229, 154, 59);
    padding:15px;
    border-left: 8px solid rgb(10, 75, 117);
}
#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/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: #652d80;
    font-size: 12em;
    line-height: 122px;
    padding: 0;
    text-align: center;
    text-shadow: 2px 0 0 #000000;
    margin: 40px 40px 20px 40px;
}
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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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;
}
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& MEDIA QUERIES &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
@media (max-width: 1200px){
.container {
    max-width: 1240px !important;
}
}
@media (max-width: 1024px) {
.image-with-background {
    vertical-align: middle;
    border-style: none;
    width: 100% !important;
}
.register_buttons {
    top: 50%;
}
.ts-background {
    display: none;
}
.title h1 {
    margin-bottom: 15px;
}
.slider {
   margin-top: 70px; 
}
.n2-ss-layer n2-ow{
      top: 122.629px !important;  
    }
    .n2-ss-layer n2-ow{
       top: 205.483px!important;  
    }
.date-home h1 {
    font-size: 1.1em;
}
.header {
    background: rgba(21,25,29,0.9);
}
.date-home {
    background: rgba(137,0,93,.9);
    border-bottom: 2px solid rgba(21,25,29,0.9);
}
}
@media (min-device-width : 648px) and (max-device-width : 768px) {
.register_buttons:after {
display:none;
}
.ts-background {
    display: none;
}
}
@media (max-width: 480px) {
.span4{
	width:100%;
}
}
@media (max-width: 320px) {
.span4{
	width:100%;
}
}
@media (min-width : 320px) and (max-width : 580px) {
.image-with-background {
    width: 100% !important;
}
.register_buttons {
    width: 100%;
}
section.intro {
    margin: 110px auto 60px auto !important;
}
.register_buttons:after {
    display:none;
}
}
@media (min-width: 300px) and (max-width: 900px) {
.button--register {
    margin-bottom: 20px;
    background: rgba(137,0,93,.9);
}
.register_buttons {
    background: rgba(172,39,45,.7);
    position: absolute;
    z-index: 99999;
    right: 0;
    width: 100%;
    min-height: 120px;
    top: 60%;
} 
.image-with-background {
    vertical-align: middle;
    border-style: none;
    width: 100% !important;
}
    .buttonsreg {
    background: transparent;
    border: solid 2px #fff;
    width: 90%;
    margin: 10px 20px;
}
.button--register {
    padding: 0 1em;
    background: rgba(137,0,93,.9);
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-bottom: 4px solid #be145a;
    }
.button--register > span {
    display: inline-block;
    padding: 1em 0 0 0;
    line-height: 3em;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -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);
    font-size: 12px;
}
.topbutton {
    background: rgba(137,0,93,.9);
    min-width: 100%;
    display: block;
    margin: 0px 0px 5px 0px;
    border: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-bottom: 4px solid #be145a;
}
.masongram-container {
    margin: 120px 0px;
}
.ts-background {
    display: none;
}
.title  {
    margin:0px 0px 10px 0px;
}
.title h1 {
    font-weight: bolder;
    font-size: 2em !important;
}
#mod-lgx-logoslider159 .lgx-logo-img .lgx-logo {
    max-width: 400px;
     max-height: 300px; 
}
#mod-lgx-logoslider158{
       margin:0px 0px 50px; 
    }
.slogan {
    font-size: .9em;
}
.classic-view .instagram-photo {
     margin: 0px;
}
.classic-view .instagram-photo img {
    min-height: auto;
}
}
/* MENU ANS SECTIONS MEDIA QUERIES*/
@media screen and (max-width: 68em) {
section {
    font-size: 80%;
}
.register_text {
    margin-top: 200px;
}
}
@media screen and (max-width: 54em) {
.column {
    display: block;
    width: 100% !important;
	}
.text:first-child,
.text:nth-child(2) {
    text-align: center;
	}
.icon {
    margin: 0 auto;
}
.col-2 .column:first-child .icon {
    margin: 0 auto 50px;
}
.col-2 .column:nth-child(2) .icon {
    margin: 50px auto 0;
}
}
@media (min-width: 50em) {
/* Transforms the list into a horizontal navigation */
.nav li {
    float: left;
    width: 14.20%;
    text-align: center;
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    -ms-transition: border .5s;
    transition: border .5s;
}
.nav a {
    display: block;
    width: auto;
    text-transform: uppercase;
    font-size: .9em;
line-height: 3.5;
}


/*%%%%%%%%%%%%%%%%%%% 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;
    /* padding: 10px 20px !important; */
    background: #aaa !important;
    text-align: center;
    color: #fff !important;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-bottom: 4px solid #aaa !important;
    cursor: pointer;
}
.blog img, .news-item-container .picture img{
    width:100%;
    overflow:hidden;
        min-width: 340px;
}
label {
    font-size: 16px;
}
a.btn.btn-default {
    padding: 15px 20px !important;
    background: #aaa !important;
    text-align: center;
    color: #fff !important;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    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: #bbb !important;
}
#eb-event-page h1.eb-page-heading, #eb-individual-registration-page h1, #eb-group-registration-form h1, .eb-container h1 {
    font-size: 2.5em;
    line-height: 1.2;
    color: #652d80;
    margin-bottom: 40px;
    padding: 30px 0px;
    position: relative;
    text-transform: uppercase; 
    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: #000;
}
.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;
}
.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;
}
.eb-box-heading {
    margin: 40px 0px !important;
}


/****************************************

	Exhibitors Logos

****************************************/
.logo_link a img {
    margin: 5px;
}
.logo_link a img.hover {
    margin-left: -145px;
}

/* $$$$$$$$$$$$$$$$$$$$$ EXHIBITOR ZONE STYLING $$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
.card-text{
  text-align:center;  
}
.card-text a{
  color: rgba(137,0,93,.9);
}
.card-text a:hover{
  color: #be145a;
}
.card-header{
    background:#c1c1c1;
}
/****************************************

	Top Logo

****************************************/
.logo {
    padding-top: 20px;
z-index: 9999999;
    position: relative;
}
}
/****************************************

	Warning Styles

****************************************/
.toys-warning {
    background: #652d80;
    color: #fff;
    padding: 15px 20px;
    font-size: 1.1rem;
    margin-bottom: 20px;
}
.toys-warning a {
    color: #fff;
    text-decoration: underline;
}
.toys-warning a:hover {
    color: #fff;
    text-decoration: none;
}
/****************** Modal Bits ******************/
.modal-padding {
    padding: 0 40px 40px 40px;
}


/****************** BIOGRAFIA ******************/
