body {
	margin: 0 0;
}

.hbody {
	-webkit-user-select: none;
	   -moz-user-select: -moz-none;
		-ms-user-select: none;
			user-select: none;
			cursor: default;
}

ul {
	-webkit-padding-start: 0px;
}

#left, #right, #top{
	cursor: pointer;
}

.powered {
	padding-top: 15px;
	font-weight: bold;
	color: white;
	font-family: raleway !important;
	font-size: 14px;
	font-weight: 700;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
}

.powered p > a {
	color: white !important;
	position: relative;
  	text-decoration: none;
}

.powered p > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.powered p > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.pad-l-55 {
	padding-left: 55px;
}

.loa-bod {
	background: rgba(255, 255, 255, 0.5) url("../images/landing.jpg?v=3");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
	background-attachment: fixed;
}

.reg-bod {
	background: rgba(255, 255, 255, 0.5) url("../images/register.jpg?v=3");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
	background-attachment: fixed;
}

.blured-bg {
	background: rgba(255, 255, 255, 0.5) url("../images/landing.jpg?v=3") !important;
	background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
	background-attachment: fixed;
}

.background-img {
	background: url("../images/about.jpg?v=3");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}

.background-recruitment {
	background: url("../images/recruitment.jpg?v=3");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}

.background-recent {
	background: url("../images/recent.jpg?v=3");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}

.background-sponsors {
	background: url("../images/sponsors.jpg?v=3");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	background-position:0% 0px;
}

.int-bod {
	background-color: white;
}

.int-lght {
	background-color:#c5c5c5;
}

ul {
	margin: 0 0;
}

.opacity {
    background-color: rgba(112, 112, 112, 0.7);
    width: 100%;
    height: 100%;
    min-height: 550px;
}

.opacity-2 {
    background-color: rgba(60, 60, 60, 0.7);
    width: 100%;
    height: 100%;
    min-height: 550px;
}

.alpha {
	background-color: rgba(112, 112, 112, 0.7) !important;
}

.blur {
	-webkit-animation: blur 0.5s linear forwards;
	-moz-animation: blur 0.5s linear forwards;
	-ms-animation: blur 0.5s linear forwards;
	-o-animation: blur 0.5s linear forwards;
	animation: blur 0.5s linear forwards;

	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	filter: blur(10px);
}

.delay {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}

@-webkit-keyframes  {
	to {
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
}

@-moz-keyframes blur {
	to {
		-moz-filter: blur(0px);
		filter: blur(0px);
	}
}

@keyframes blur {
	to {
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		filter: blur(0px);
	}
}

header {
	padding-top:100px;
}

#popup {
	width: 100%;
	height:100%;
	position: absolute;
	color:white;
	display: none;
	z-index: 5;
}

.close-popup span {
  display: block;
  position: absolute;
  top: 13px;
  left: 7px;
  right: 7px;
  height: 5px;
  background: red;
  content: "";
}

.close-popup span::before, .close-popup span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
  content: "";
}

.close-popup span::before {
  top: 0;
  height: 5px;
  transform: rotate(-45deg);
}

.close-popup span::after {
  bottom: 0px;
  height: 5px;
  transform: rotate(45deg);
}

.close-popup {
	width: 30px;
	height: 30px;
	margin-top: -25px;
	margin-right: -25px;
	background-color: red;
	position: relative;
	float: right;
	cursor: pointer;
	border-radius: 50%;
}

.nav-bar {
	position: fixed;
	width: 55px;
	left: 0px;
	height: 100%;
	background-color: #333;
	-webkit-transition: width 2s; /* Safari */
    transition: width 2s;
    z-index: 8;
}

.nav-bar-ex {
	width: 200px;
	left: 0px;
	-webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}

.entry-text {
	font-family: raleway !important;
	font-size: 75px;
	font-weight: 900 !important;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.2em;
	color: white;

		-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.entry-slogan {
	font-family: raleway !important;
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #BBB;

		-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.logo {
	background-image: url("../images/logo-l.svg"); 
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	position: relative;
	z-index: 1;

	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.c-hamburger-title {
	text-align: center;
	margin: 10px auto;
	position: relative;
	width: 90%;
	color: rgb(185, 185, 185);
}

.hidden {
	opacity: 0;
	display: none;
	-webkit-animation: fadeOutFromNone 1s ease-in;
    -moz-animation: fadeOutFromNone 1s ease-in;
    -o-animation: fadeOutFromNone 1s ease-in;
    animation: fadeOutFromNone 1s ease-in;
}
.visible {
	opacity: 1;
	display: block;
    -webkit-animation: fadeInFromNone 3s ease-out;
    -moz-animation: fadeInFromNone 3s ease-out;
    -o-animation: fadeInFromNone 3s ease-out;
    animation: fadeInFromNone 3s ease-out;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes fadeOutFromNone {
    100% {
        display: block;
        opacity: 1;
    }

    99% {
        display: none;
        opacity: 1;
    }

    0% {
        display: none;
        opacity: 0;
    }
}

@-moz-keyframes fadeOutFromNone {
    100% {
        display: block;
        opacity: 1;
    }

    99% {
        display: none;
        opacity: 1;
    }

    0% {
        display: none;
        opacity: 0;
    }
}

@-o-keyframes fadeOutFromNone {
    100% {
        display: block;
        opacity: 1;
    }

    99% {
        display: none;
        opacity: 1;
    }

    0% {
        display: none;
        opacity: 0;
    }
}

@keyframes fadeOutFromNone {
    100% {
        display: block;
        opacity: 1;
    }

    99% {
        display: none;
        opacity: 1;
    }

    0% {
        display: none;
        opacity: 0;
    }
}


.c-user-img {
	position: relative;
	width: 90%;
	height:50px;
	margin: 10px auto;
	-webkit-transition: all 2s; /* Safari */
    transition: all 2s;
}

.c-user-img img {
	height: 100%;
   	width: 100%;
}

.c-user-name {
	text-align: center;
	position: relative;
	width: 90%;
	height: auto;
	color: white;
	margin: 10px auto;
}

.c-user-nick {
	text-align: center;
	position: relative;
	width: 90%;
	height: auto;
	color: white;
	margin: 10px auto;
}

.nav-logo {
	background-image: url("../images/logo-inverse.svg?v=3"); 
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	width: auto;
	height: 10px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	visibility: hidden;
	

		-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.nav-vis {
	width: auto;
	height: 40px;
	opacity: 1 !important;
	visibility: visible !important;
}

.tr-left {
	left:0px;
}
.scroll {
	width: 31px;
	height: 31px;
}

.logo-svg {
	width: 100%;
	height: auto;
	max-width: 2100px;
	max-height: 800px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
	margin-top: -300px;
}

.logo-svg > svg {
	transform: scale(1.0,1.0);
}

.entry-title {
	padding-top: 50px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.entry-contact {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.entry-contact a {
	color: white;
}
.outter-contact {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
.contact {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	padding-left: 30px;
	padding-right: 30px;
	transition: all 1s ease-in-out;
}

.contact:hover ,.contact:focus svg {
	margin-top: -20px;
	transition: all 1.0s ease-in-out;
}

.contact:hover .text {
	visibility: visible;
 	opacity: 1;
}

.contact .text {
	font-family: raleway !important;
	font-size: 14px;
	font-weight: 900 !important;
	text-align: center;
	color: white !important;
	margin: 0 0;

	position: fixed;
	visibility: hidden;
  	opacity: 0;
  	transition: visibility 0s, opacity 1.5s linear;
}

.entry-title h2 {
	font-family: raleway !important;
	font-size: 75px;
	font-weight: 900 !important;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.2em;
	color: #E9E9E9;
	margin: 0 0;
}

.c-hamburger {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  margin:5px 0;
  padding: 0;
  width: 55px;
  height: 55px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 17px;
  left: 7px;
  right: 7px;
  height: 5px;
  background: #B9B9B9;
}

.c-hamburger span::before, .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
  height: 5px;
  background: #B9B9B9;
}

.c-hamburger span::after {
  bottom: -10px;
  height: 5px;
  background: #B9B9B9;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before, .c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

.entry {
	text-align: center;
	box-sizing: border-box;
}

pd-100-60 {padding-top: 100px !important;padding-bottom: 60px !important;}
.wd-aut {width: auto !important;}
.wd-10 {width: 100% !important;}
.wd-9 {width: 90% !important;}
.wd-8 {width: 80% !important;}
.wd-7 {width: 70% !important;}
.wd-6 {width: 60% !important;}
.wd-5 {width: 50% !important;}
.wd-4 {width: 40% !important;}
.wd-3 {width: 30% !important;}
.wd-2 {width: 20% !important;}
.wd-1 {width: 10% !important;}

.hi-aut {height: auto !important}

.mr-lr-aut {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.mr-01 { margin-bottom: -2px !important;}
.mr-b-25 {margin-bottom: -250px;}
.mr-t-25 {margin-top: -250px !important;}
.mr-t-15 {margin-top: -150px !important;}

.mr-l-15n {margin-left: -15% !important;}
.mr-l-15p {margin-left: 5% !important;}
.mr-t-15p {margin-top: 15% !important;}
.mr-t-40 {margin-top:40px !important;}
.mr-t-10 {margin-top:5px !important;}

.pad-0 {padding: 0 0 !important;}
.over-hid {overflow: hidden;}

.pad-b-20 {padding-bottom: 20px !important;}
.pad-t-b-3 { padding-top: 30px !important; padding-bottom: 30px !important; }

.odd-color {
	position: relative;
	z-index: -1;
    background-color: rgba(112, 112, 112, 0.7);
}

.left {
	position: relative;
	float: left;
}

.right {
	position: relative;
	float: right;
}

p a:hover{
	color:#B9B9B9;
}
p a{
	color:#666;
	text-decoration: none;
	font-weight: bolder;
}

p a:visited{
	color:#333;
}

.odd-sc {
	width: 100%;
	position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.even-sc {
	width: 100%;
	position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.odd-sc:before {
	content: '';
	position: absolute;
	width: 200%; 
	height: 500px;
	top: 200px; 
	right: -22%;
	background: #B9B9B9;
	-webkit-transform: rotate(354deg);
    transform: rotate(354deg);
    z-index: -1;
}

.before-odd {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 250px;
	background-color: #B9B9B9;
}

.odd-entry-content {
	position: relative;
	width: 95%;
	max-width: 970px;
	height: auto;
	margin: 0 auto;
	text-align: right;
}

.odd-entry-content p {
	font-family: raleway !important;
	font-size: 20px;
	font-weight: 500;
	text-rendering: optimizeLegibility;
	text-align: justify;
	margin: 0 0;
	color: #292929;
}

.odd-entry-content h2 {
	font-family: raleway !important;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #666;
}

.odd-entry-content li{
	font-family: raleway !important;
	font-size: 20px;
	font-weight: 500;
	text-rendering: optimizeLegibility;
	text-align: justify !important;
	margin: 0 0;
	color: #292929;
	padding-top: 20px;
}
.odd-entry-content ul{
	padding-left: 50px;
}

.green {
	background: #292929 !important;
}
.white {
	background: #B9B9B9 !important;
	z-index: -1;
}

.before-even {
	width: 100%;
	height: auto;
	margin-top: 250px;
}

.even-sc:before {
	content: '';
	position: absolute;
	width: 200%; 
	height: 500px;
	top:160px; 
	right: -70%;
	background: #292929;
	-webkit-transform: rotate(-354deg);
    transform: rotate(-354deg);
    z-index: -1;
}

.even-entry-content {
	width: 95%;
	max-width: 970px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

.even-entry-content p {
	font-family: raleway !important;
	font-size: 20px;
	font-weight: 500;
	text-rendering: optimizeLegibility;
	text-align: justify !important;
	color: #B9B9B9;
	margin: 0 0;
}

.even-entry-content li {
	font-family: raleway !important;
	font-size: 20px;
	font-weight: 500;
	text-rendering: optimizeLegibility;
	text-align: justify !important;
	color: #B9B9B9;
	margin: 0 0;
	padding-top: 20px;
}

.even-entry-content ul {
	padding-left: 50px;
}


.even-entry-content h2 {
	font-family: raleway !important;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #CCC;
}

.user {
 	display: inline-block;
    display: box;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: solid 2px #999;
}

.user-500 {
	display: none !important;
}

.user-above {
	display: block!important;
}

.flex {
	width: 100%;
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-webkit-moz-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-content: flex-end;
	-moz-align-content: flex-end;
	align-content: flex-end;
}

.user-content-title {
	width: 100%;
	text-align: right;
	z-index: 3;
}

.user-content-title h2 {
	font-family: raleway !important;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #666;
}


.user-content {
	width: 100%;
	text-align: right !important;
}

.user-entry {
	overflow: hidden;
	width: 60%;
	margin-left: 2px;
	float: right;
	padding: 15px;
}

.user-entry p {
	margin: 20px auto;
	width: 100%;
	font-family: raleway !important;
	font-size: 12px;
	font-weight: 700;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #666;
	text-align: right ;
}

.user-entry h3 {
	padding-top: 25%;
	margin:0 0;
	font-family: raleway !important;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #666;
}

.user-entry h4 {
	margin:0 0;
	font-family: raleway !important;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #292929;
}

.user-image {
	overflow: hidden;
	width: 30%;
	max-width: 300px;
	background-color: #f7f7ee;
	float: left;
	border-radius: 25%;
}

.user-image img {
	width: 100%;
}

.cl-5 {
	position: relative;
	float: left;
	padding-right: 20px;
}
.clear {
	clear: both;
}


.image-line {
	position: relative;
	width: 100%;
	z-index: -1;
	overflow: hidden;
	background-color:#333;
}

.image-line:before {
	content: '';
	position: absolute;
	width: 200%; 
	height: 500px;
	top: -450px; 
	right: -10%;
	background: #B9B9B9;
	-webkit-transform: rotate(-354deg);
    transform: rotate(-354deg);
    z-index: 1;
}

.image-tile1{
	float: left;
	width: 19.5%;
	display: block;
	height: 800px;
	align-items: center;
}

.bodrer-left-5 {
	border-left: 5px solid #333;
}

.image-tile1 img {
	height: 100%;
}

.visible-1200 {
	display: block !important;
}

.fotter-logo {
	position: relative;
	float: left;
	z-index: 3;
	width:30%;
	padding-bottom: 20px;
	max-width: 200px;

	background-image: url("../images/logo-l.svg"); 
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.dark-logo {
	background-image: url("../images/logo-d.svg") !important; 
}

.gray-sc {
	filter: grayscale(100%) !important;
	opacity: 1 !important;
}

.fl-rig {
	float: right !important;
}

.rights {
	position: relative;
	float: left;
	width: 70%;
	height: 50px;
	text-align: left !important;
}

.light h2{
	color:#B9B9B9 !important;
}

.rights h2 {
	font-family: raleway !important;
	font-size: 20px;
	font-weight: 900;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #292929;
	margin: 0 0 ;
}

.gallery {
	z-index: 2;
	max-width:auto;
  	margin: 0 auto;
  	padding-bottom: 30px;
  	overflow: hidden;
  	/* Prevent vertical gaps */
	line-height: 0;
}

.column {
	-webkit-column-count: 5;
	-webkit-column-gap:   0;
	-moz-column-count:    5;
	-moz-column-gap:      0;
	column-count:         5;
	column-gap:           0;
}

.gallery > div > img {
	display: block;
	transition: .1s transform;
	transform: translateZ(0); /* hack */

	width: 100% !important;
	height: auto !important;
}

.gallery > div:hover > img
 {
 	z-index: 3;
	transform: scale(1.5,1.5);
	transition: .3s transform;
}

.cf:before, .cf:after {
	display: table;
	content: "";
	line-height: 0;
}

.cf:after {
  	clear: both;
}

.recent-item {
	width: 95%;
	padding: 30px;
	padding-top: 150px;
	position: relative;
	max-width: 970px;
	margin: 0 auto;
}

.recent-title {
	margin-top: 2%;
	margin-left: 40%;
	padding: 10px;
	padding-left: 16%;
	width: auto;
	position: absolute;
	float: left;
	z-index: 2;
	border-top-right-radius:20px;
}

.recent-title h2 {
	font-family: raleway !important;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: white;
	margin: 0 0;

}

.recent-content {
	width: 50%;
	overflow: hidden;
	position: relative;
	float: left;
	background-color: green;
	border-radius:33%;
	z-index: 3;
	transition: all .2s ease-in-out;
}

.uniform-back-1 {
	background: url("../images/pencott1.jpg?v=3");
    background-position: left center;
    background-repeat: repeat;
    background-size: 100%;
}

.uniform-back-2 {
	background: url("../images/pencott2.jpg?v=3");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120% auto;
}

.recent-content:hover {
	z-index: 4;
	transform: scale(1.1);
}

.recent-image {
	position: relative;
	float: left;
	width: 50%;
	padding-bottom: 5px;
	overflow: hidden;
	text-align: center;
}

.recent-image img {
	display:block;
	height: 100%; 
	width: 100%; 
	object-fit: contain;
	max-height: 500px;
	min-height: 300px;
	opacity: 0.7;
}

.ie9 .recent-image img {
    display:block;
	height: auto; 
	width: 100%; 
	object-fit: contain;
	max-height: 500px;
	min-height: 300px;
	opacity: 0.7;
}

.recent-date {
	width: 100%;
}

.recent-date p{
	font-family: raleway !important;
	font-size: 12px;
	font-weight: 900;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #666;
	margin: 0 0;
}

.recent-text {
	padding: 30px;
	position: relative;
	float: right;
	width: 50%;
	height: auto;
	margin-left: -10%;
	text-align: left;
	z-index: 3;
	background: rgba(255, 255, 255, .5);
}

.recent-text p {
	font-family: raleway !important;
	font-size: 16px;
	font-weight: 900;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #333;
	line-height: 25px;

	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.recent-text h2 {
	font-family: raleway !important;
	font-size: 25px;
	font-weight: 900;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #333;

	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.recent-text-odd {
	padding: 30px;
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	margin-right: -7%;
	text-align: right;
	z-index: 3;
	background: rgba(255, 255, 255, .5);
}

.recent-text-odd p {
	font-family: raleway !important;
	font-size: 16px;
	font-weight: 900;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #333;
	line-height: 25px;

	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.recent-text-odd p > a {
	color:#777 !important;
	font-style: bold;
}
.recent-text-odd p > a:hover {
	color:#666 !important;
	font-style: bold;
}

.recent-text-odd h2 {
	font-family: raleway !important;
	font-size: 25px;
	font-weight: 900;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #333;

	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/* SPONSORS */

.sponsor-item {
	width: 95%;
	position: relative;
	max-width: 970px;
	margin: 0 auto;
}
.sponsor-item a {
 color:#ccc;
}

.sponsor-image {
	position: relative;
	float: left;
	width: 28%;
	overflow: hidden;
	text-align: center;
	padding-top: 70px !important;
	padding-left: 25px !important;
}

.sponsor-image-odd {
	float: right !important;
}

.sponsor-image img {
	display:block;
	width: 100%; 
	object-fit: contain;
	max-height: 500px;
	min-height: 100px;
}

.ie9 .sponsor-image img {
    display:block;
	height: auto; 
	width: 100%; 
	object-fit: contain;
	max-height: 500px;
	min-height: 100px;
}

.sponsor-text {
	padding: 30px;
	position: relative;
	float: right;
	width: 55%;
	height: auto;
	text-align: left;
	z-index: 3;
}

.sponsor-text p {
	font-family: raleway !important;
	font-size: 16px;
	font-weight: 900;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #fff;
	line-height: 25px;

	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.sponsor-text h2 {
	font-family: raleway !important;
	font-size: 25px;
	font-weight: 900;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #fff;

	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.sponsor-text-odd {
	padding: 30px;
	position: relative;
	float: left;
	width: 55%;
	height: auto;
	z-index: 3;
}

.sponsor-text-odd p {
	font-family: raleway !important;
	font-size: 16px;
	font-weight: 900;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #fff;
	line-height: 25px;

	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.sponsor-text-odd p > a {
	color:#fff !important;
	font-style: bold;
}
.sponsor-text-odd p > a:hover {
	color:#fff !important;
	font-style: bold;
}

.sponsor-text-odd h2 {
	font-family: raleway !important;
	font-size: 25px;
	font-weight: 900;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
	color: #fff;

	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/*  INTERNAL  */

.flex-container {
	width: 100%;
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-webkit-moz-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-content: flex-end;
	-moz-align-content: flex-end;
	align-content: flex-end;
	margin: auto;
}

.flex-cell {
 	display: inline-block;
    width: 28%;
    height: auto;
	padding-bottom: 30px;
}

.flex-cell a {
    text-decoration: none;
}

.flex-item {
	width: 90%;
	height: auto;
	min-height: 250px;
	max-width: 400px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 15px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	transition: box-shadow 0.3s ease-in-out;
}

/* Transition to a bigger shadow on hover */
.flex-item:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
  
.intern-icon {
	width: 70%;
	height: auto;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.intern-title{
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;

	font-family: raleway !important;
	font-size: 15px;
	text-rendering: optimizeLegibility;
	color: #333;
}

.intern-button {
	width: 60%;
	height:auto;
	min-height: 50px;
	background-color: blue;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.event-item {
	width: 99.8%;
	height:auto;
	min-height: 65px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border:solid #ccc 1px;
}

.event-title {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 30%;
	height:auto;
	min-height: 55px;
	position: relative;
	float: left;
}

.event-other {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 50%;
	height:auto;
	min-height: 55px;
	position:relative;
	float:left;
	display: block;
}

.event-button {
	width: 100px;
	height: 65px;
	position: relative;
	float: right;
}

.event-delete {
	width: 100px !important;
	margin: 0px 5px;
	padding: 0px 0px !important;
	height: 30px !important;
}

.event-delete input {
	background-color: #292929 !important;	
}
.event-delete input:hover {
	background-color: #292929 !important;	
}

.delete {
	background-color: #292929 !important;
}

.delete hover {
	background-color: #292929 !important;
}

.bt-attend{
	background-color: #1EC21B !important;
}
.bt-noattend{
	background-color: #CB3636 !important;
}
.bt-gray {
	background-color: #ccc !important;
}

.event-attend {
	width: 100px !important;
	margin: 0px 5px;
	padding: 0px 0px !important;
	height: 30px !important;
}

.event-date-cont {
	width: 100%;
	height: 15px;
}

.event-title-cont {
	width: 100%;
	height:auto;
	min-height: 25px;
}
.event-cont {
	width: 100%;
	height:auto;
	min-height: 55px;
}

.event-title-cont h4 {
	margin: 0;
	color: #666;
	font-family: raleway !important;
	font-size: 20px;
	text-rendering: optimizeLegibility;
	padding: 2px 15px;
}

.event-title-cont, .event-cont h5 {
	margin: 0;
	color: #999;
	font-family: raleway !important;
	font-size: 14px;
	text-rendering: optimizeLegibility;
	padding: 2px 15px;
}

.event-date-cont p {
	margin: 0;
	color: #aaa;
	font-family: raleway !important;
	font-size: 13px;
	text-rendering: optimizeLegibility;
	padding: 0px 15px;
}

.event-button-cont {
	width: 25%;
	position: relative;
	height: 23px;
	padding:21px 15px;
	padding-left: 0px;
}

.event-container {
	width: 100%;
	position: relative;
	margin: 0 auto;
	min-width: 300px;
}

.present {
	font-weight: bold;
	color: #1EC21B;
}

.absent {
	font-weight: bold;
	color: #FF4F4F;
}

.no-response {
	font-weight: bold;
	color: #f3d160;
}

.no-permission {
	font-weight: bold;
	color: #c0c0c0;
}

/* BUTTON */

.onoffswitch {
	float:right;
    position: relative; width: 50px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 30px; padding: 0; line-height: 22px;
    border: 2px solid #E3E3E3; border-radius: 22px;
	background-color: #FF4F4F;
    transition: background-color 0.3s ease-in;
}

.neutral {
    background-color: #f3d160 !important;
}
.negative {
    background-color: #FF4F4F;
}

.onoffswitch-label:before {
    content: "";
    display: block; width: 30px; height:30px !important; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 26px;
    border: 2px solid #E3E3E3; border-radius: 22px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #1EC21B !important;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #1EC21B !important;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}

.disabled {
	background-color: #ccc !important;
	border-color: #E3E3E3 !important;
}

.button-more {
	width: 100%;
	display: block; overflow: hidden; cursor: pointer;
    height: 30px; padding: 0; line-height: 22px;
    border: 2px solid #E3E3E3; border-radius: 22px;
    background-color: #42b3f4;
    transition: background-color 0.3s ease-in;
	min-width: 50px;
	margin: 0 0 !important;
}

.button-more p{
	width: 100%;
	margin: 0;
	margin-top: 2px;
	color: white;
	font-family: raleway !important;
	font-size: 14px;
	text-rendering: optimizeLegibility;
	text-align: center;
	text-decoration: none !important;
}

.nav-bar-top {
	width: 100%;
	position:fixed;
	top: 0px;
	background-color: #333;
	height: 45px;
	z-index: 10;
	border-bottom: solid 3px #444;
}

.nav-center {
	position: relative;
	margin: 0 auto;
	width: 360px;
	height: 45px;
	float: none;
}

.nav-right {
	position: relative;
	float: right !important;
	width: auto !important;
}

.nav-right ul{
	width: auto !important;
}

.nav-right li{
	width: auto !important;
}

.nav-logo-top {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 45px;
	width: 50px;
	opacity: 0;
	
	background-image: url("../images/logo-inverse.svg"); 
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center;

	margin-left: auto;
	margin-right: auto;
	visibility: hidden;
	

	-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
	     -o-transition: all 1s ease-in-out;
		 	transition: all 1s ease-in-out;
}

.nav-center ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    width: 500px;
}

.nav-center li {
    float: left;
    width: 125px;

    font-family: raleway !important;
	font-size: 15px;
	font-weight: 900 !important;
}

.nav-center li a {
    display: block;
    text-align: center;
	color: #999;
    padding: 13px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
.nav-center li a:hover {
    background-color: #111;
}

.navlist li
{
	display:inline-block;
	list-style-type: none;
	margin: 20px;
}

.navlist li div
{
	display: inline;
	float: left;
	position: relative;
	list-style-type: none;
	min-width: 150px;
	width: 20%;
}

/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(94, 110, 141, 0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 1000;
  }
  .cd-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
  }
  
  .cd-popup-container {
	position: relative;
	width: 90%;
	max-width: 400px;
	margin: 4em auto;
	background: #FFF;
	border-radius: .25em .25em .4em .4em;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;

	font-family: raleway !important;
	font-size: 15px;
	font-weight: 700;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.1em;
  }
  .cd-popup-container p {
	padding: 3em 1em;
  }
  .cd-popup-container .cd-buttons:after {
	content: "";
	display: table;
	clear: both;
  }
  .cd-popup-container .cd-buttons li {
	float: left;
	width: 50%;
  }
  .cd-popup-container .cd-buttons a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	color: #FFF;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
	text-decoration: none;
  }
  .cd-popup-container .cd-buttons li:first-child a {
	background: #fc7169;
	border-radius: 0 0 0 .25em;
  }
  .no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
	background-color: #BE4B43;
  }
  .cd-popup-container .cd-buttons li:last-child a {
	background: #b6bece;
	border-radius: 0 0 .25em 0;
  }
  .no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
	background-color: #9DA9BE;
  }
  .cd-popup-container .cd-popup-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
  }
  .cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
	content: '';
	position: absolute;
	top: 12px;
	width: 14px;
	height: 3px;
	background-color: #8f9cb5;
  }
  .cd-popup-container .cd-popup-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 8px;
  }
  .cd-popup-container .cd-popup-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 8px;
  }
  .is-visible .cd-popup-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
  }

/* COMMENTS */
.thumbnail {
    padding:0px;
}
.panel {
	position:relative;
}
.panel>.panel-heading:after,.panel>.panel-heading:before{
	position:absolute;
	top:11px;left:-16px;
	right:100%;
	width:0;
	height:0;
	display:block;
	content:" ";
	border-color:transparent;
	border-style:solid solid outset;
	pointer-events:none;
}
.panel>.panel-heading:after{
	border-width:7px;
	border-right-color:#f7f7f7;
	margin-top:1px;
	margin-left:2px;
}
.panel>.panel-heading:before{
	border-right-color:#ddd;
	border-width:8px;
}

/* COMMENTS */

@media only screen and (min-width: 1170px) {
	.cd-popup-container {
		margin: 8em auto;
	}
	.background-sponsors {
		background-size: cover;
		background-attachment: fixed;
		background-position:0% 0px;
	}
}

@media only screen and (min-width: 1370px) {
	.background-sponsors {
		background-size: cover;
		background-attachment: fixed;
		background-position:0% 0px;
	}
}

@media only screen and (max-width: 1000px) {
	.background-sponsors {
		background: url("../images/sponsors2.jpg?v=3");
		background-size:cover;
		background-position: center -150px;
	}
}

@media (max-width: 1800px) {
	.loa-bod {
		background-size: cover;
	}
	.reg-bod {
		background-size: cover;
	}
	.blured-bg {
		background-size: cover;
	}
	.background-img {
		background-size: cover;
	}
	.background-recruitment {
		background-size: cover;
	}
	.background-recent {
		background-size: cover;
	}
	.odd-sc:before {
		right: -22%;
	}
	.logo-svg {
		margin-top: -250px;
	}
	.entry-contact {
		margin-top: -0px;
	}
}

@media (max-width: 1600px) {
	.loa-bod {
		background-size: cover;
	}
	.reg-bod {
		background-size: cover;
	}
	.blured-bg {
		background-size: cover;
	}
	.background-img {
		background-size: cover;
	}
	.background-recruitment {
		background-size: cover;
	}
	.background-recent {
		background-size: cover;
	}
	.odd-sc:before {
		right: -30%;
	}
	.logo-svg {
		margin-top: -150px;
	}
	.entry-contact {
		margin-top: -120px;
	}
}
@media (max-width: 1400px) {
	.flex-cell {
		width: 28%;
	}

	.logo-svg {
		margin-top: -125px;
	}
	.logo-svg svg{
		transform: scale(1.2,1.2);
	}
	.entry-contact {
		margin-top:-150px;
	}
}
@media (max-width: 1200px) {
	.flex-cell {
		width: 42%;
	}
	.column {
	-moz-column-count:    4;
	-webkit-column-count: 4;
	column-count:         4;
	}
  	.odd-sc:before {
		right: -30%;
	}
	.visible-1200 {
		display: none !important;
	}
	.image-tile1 {
		width: 33% !important;
	}
	.entry-title h2 {
		font-size:60px;
	}
	.logo-svg {
		margin-top: -80px;
	}
	.logo-svg svg{
		transform: scale(1.3,1.3);
	}
	.entry-contact {
		margin-top: -100px;
	}
}

@media (max-width: 1000px) {
	.flex-cell {
		width: 40%;
	}
	.column {
	-moz-column-count:    3;
	-webkit-column-count: 3;
	column-count:         3;
	}
	.user {
		width:100%;
	}
	.visible-1200 {
		display: block !important;
		width: 49.1% !important;
	}
	.visible-1200 img {
		width: auto !important;
		min-width: 500px;
		height: 125%;
		margin-top: -150px !important;
	}
	.visible-800 {
		display: none !important;
		width: 33% !important;
	}
	.rights h2{
		font-size:16px !important;
	}
	.entry-title h2 {
		font-size:55px;
	}
	.logo-svg {
		margin-top: -40px;
	}
	.logo-svg svg{
		transform: scale(1.4,1.4);
	}
	.entry-contact {
		margin-top: -50px;
	}
}

@media (max-width: 800px) {
	.flex-cell {
		width: 80%;
	}
	.event-other {
		display:none;
	}
	.event-title {
		width: 70%;
	}
	.event-button {
		width: 30%;
	}

	.column {
		-moz-column-count:    2;
		-webkit-column-count: 2;
		column-count:         2;
	}
	.loa-bod {
		background-size: cover;
	}
	.reg-bod {
		background-size: cover;
	}
	.blured-bg {
		background-size: cover;
	}
	.background-recent {
		background: url("../images/recent2.jpg?v=3");
		background-size:cover;
		background-position: center center;
	}
	.background-img {
		background-size: cover;
	}
	.user {
		width:100%;
	}
	.rights h2{
		font-size:16px !important;
	}
	.entry-title h2 {
		font-size:50px;
	}
	.logo-svg {
		margin-top: -10px;
	}
	.logo-svg svg{
		transform: scale(1.6,1.6);
	}
	.entry-contact {
		margin-top: 0px;
	}
	.recent-text {
		width: 95% !important;
		height: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 30px !important;
		padding: 10px !important;
	}
	.recent-text-odd {
		width: 95% !important;
		height: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 30px !important;
		padding: 10px !important;
		text-align: left;
	}
	.recent-image {
		width: 100% !important;
	}
	.recent-image img {
		width: 100% !important;
		height: auto !important;
		object-fit: cover;
	}
}

@media (max-width: 760px) {
	.entry-text {
		font-size: 49px;
	}
	.entry-slogan {
		font-size: 35px;
	}
	.recent-title{
		margin-top: -50px;
		margin-left:auto;
		margin-right: auto;
		padding: 10px;
		padding-left: 0;
		width: auto;
		position: relative;
		float: none;
		z-index: 2;
		text-align: center;
	}
	.rights h2{
		font-size:16px !important;
	}
	.entry-title h2 {
		font-size:45px;
	}
	.logo-svg {
		margin-top: 20px;
	}
	.logo-svg svg{
		transform: scale(1.7,1.7);
	}
	.entry-contact {
		margin-top: 0px;
	}
	.flex-cell {
		width: 80%;
	}
}

@media (max-width: 660px) {
	.sponsor-image {
		width: 90%;
		position: relative;
		max-width: 970px;
		margin: 0px 0px;
		padding-top: 0px !important;
		padding-left: 0px !important;
	}
	.sponsor-image-odd {
		float: left !important;
	}
	.sponsor-text {
		width: 90%;
		position: relative;
		max-width: 970px;
	}
	.sponsor-text-odd {
		width: 90%;
		position: relative;
		max-width: 970px;
		padding: 0px 0px !important;
	}

	.event-title {
		width: 60%;
	}
	.event-button {
		width: 40%;
	}
	.loa-bod {
		background-size: cover;
		background-position:30% 0%;
	}
	.reg-bod {
		background-size: cover;
		background-position:30% 0%;
	}
	.blured-bg {
		background-size: cover;
		background-position:30% 0%;
	}
	.background-recent {
		background: url("../images/recent2.jpg?v=3");
		background-size:cover;
		background-position: center center;
	}
	background-recent {
		background-size: cover;
		background-position:30% 0%;
	}
	.background-img {
		background-size: cover;
		background-position:30% 0%;
	}
	.entry-text {
		font-size: 48px;
	}
	.entry-slogan {
		font-size: 35px;
	}
	.logo {
		width: 125px;
		height: 125px;
	}
	.odd-sc:before {
		right: -80%;
	}
	.user {
		width:100%;
	}
	.user-entry{
		width:90%;
		margin-left: auto;
		margin-right:auto;
		float: none;
		text-align: center !important;
	}
	.user-image{
		width:70%;
		margin-left: auto;
		margin-right:auto;
		float: none;
	}
	.user-above {
		display: none!important;
	}
	.user-500 {
		display: block!important;
	}
	.user-entry p {
		text-align: center !important;
	}
	.rights h2{
		font-size:16px !important;
	}
	.rights {
		text-align: center !important;
		width: 100% !important;
		margin-top: 0px !important;
	}
	.fotter-logo {
		width: 80% !important;
		max-width: 160px;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.entry-title h2 {
		font-size:40px;
	}
	.logo-svg {
		margin-top: 40px;
	}
	.logo-svg svg{
		transform: scale(1.8,1.8);
	}
		.entry-contact {
		margin-top: 0px;
	}
	.contact {
		width: 75px;
		height: 75px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.flex-cell {
		width: 80%;
	}
}

@media (max-width: 500px) {
	.flex-container {
		width: 100%;
	}
	.event-container {
		width: 100%;
	}
	.odd-sc:before {
		right: -90%;
	}
	.even-sc:before {
		left: -100%;
	}
	.entry-text {
		font-size: 38px;
	}
	.entry-slogan {
		font-size: 30px;
	}
	.user {
		width:100%;
	}
	.image-tile1 {
		width: 100% !important;
	}
	.rights h2{
		font-size:14px !important;
	}
	.rights {
		text-align: center !important;
		width: 100% !important;
		margin-top: 0px !important;
	}
	.fotter-logo {
		width: 80% !important;
		max-width: 150px;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.logo-svg {
		margin-top: 50px;
	}
	.logo-svg svg{
		transform: scale(1.9,1.9);
	}
	.entry-contact {
		margin-top: 0px;
	}
	.nav-center {
		float: right;
		width: 300px;
	}
	.nav-center li {
		font-size: 14px;
		width: 100px;
	}
}

@media (max-width: 420px) {
	.nav-center {
		float: right;
		width: 250px;
	}
	.nav-center li {
		font-size: 12px;
		width: 83px;
	}
}
@media (max-width: 400px) {
	.column {
		-moz-column-count:    1;
		-webkit-column-count: 1;
		column-count:         1;
	}
	.entry-text {
		font-size: 34px;
	}
	.entry-slogan {
		font-size: 28px;
	}
	.logo {
		width: 100px;
		height: 100px;
	}
	.odd-sc:before {
		top: 150px;
		right: -100%;
	}
	.opacity {
		min-height: 200px;
	}
	.user {
		width:100%;
	}
	.rights h2{
		font-size:12px !important;
	}
	.rights {
		text-align: center !important;
		width: 100% !important;
		margin-top: 0px !important;
	}
	.fotter-logo {
		width: 80% !important;
		max-width: 125px;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.entry-title h2 {
		font-size:35px;
	}
	.entry-contact {
		margin-top: 0px;
	}
	.contact {
		width: 50px;
		height: 50px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.even-entry-content h2 {
		font-size: 35px;
	}
	.odd-entry-content h2 {
		font-size: 35px;
	}
}

@media (max-width: 350px) {
	.entry-text {
		font-size: 30px;
	}
	.entry-slogan {
		font-size: 22px;
	}
	.user {
		width:100%;
	}
	.rights h2{
		font-size:8px !important;
	}
	.rights {
		text-align: center !important;
		width: 100% !important;
		margin-top: 0px !important;
	}
	.fotter-logo {
		width: 80% !important;
		max-width: 100px;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.nav-center {
		float: right;
		width: 200px;
	}
	.nav-center li {
		font-size: 10px;
		width: 66px;
	}
	.even-entry-content h2 {
		font-size: 28px;
	}
	.odd-entry-content h2 {
		font-size: 28px;
	}
}

@media (max-width: 330px) {
	.entry-text {
		font-size: 28px;
	}
	.entry-slogan {
		font-size: 22px;
	}
	.user {
		width:100%;
	}
	.rights h2{
		font-size:8px !important;
	}
	.rights {
		text-align: center !important;
		width: 100% !important;
		margin-top: 0px !important;
	}
	.fotter-logo {
		width: 80% !important;
		max-width: 100px;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media (max-width: 330px) {
	.entry-text {
		font-size: 26px;
	}
	.entry-slogan {
		font-size: 20px;
	}
	.user {
		width:100%;
	}
	.rights h2{
		font-size:8px !important;
	}
	.rights {
		text-align: center !important;
		width: 100% !important;
		margin-top: 0px !important;
	}
	.fotter-logo {
		width: 80% !important;
		max-width: 100px;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}


#bodyfull{
	width:100%;
}

#bodyfull2{
	width: 100%;
	float: left;
}
#center{
	margin:0 auto;
}

/* From Start Here */

.blured {
	filter: blur(10px);
}

.login_form_box input {
	text-align: center !important;
}

.login_logo {
	width: 75px;
	height: 75px;
	background-image: url("../images/icon-light.png");
	background-size: 100%;
	margin: 0 auto;
}

.login_title {
	width: 90%;
	height: 45px;
	font-family: TitilliumText22LBold,ArtifikaMedium,Arial,Helvetica,sans-serif;
	color: #E6E6E6;
	padding: 5px;
	font-size: 25px;
	padding:0px;
	margin:0px auto!important;
}

.login_rights {
	width: 90%;
	height: 45px;
	font-family: TitilliumText22LBold,ArtifikaMedium,Arial,Helvetica,sans-serif;
	color: #E6E6E6;
	padding: 5px;
	font-size: 10px;
	padding:0px;
	margin:0px auto!important;
}
.login_form_box {
    margin: 20px auto;
    width: 75%;
    max-width: 400px;
	clear: both;
	background: -moz-radial-gradient(center, ellipse cover, rgba(102, 102, 102, 0.6) 30%, rgba(102, 102, 102, 0) 70%); /* ff3.6+ */
	background: -webkit-gradient(radial, center center, 50px, center center, 70%, color-stop(30%, rgba(102, 102, 102, 0.6)), color-stop(100%, rgba(102, 102, 102, 0))); /* safari4+,chrome */
	background:-webkit-radial-gradient(center, ellipse cover, rgba(102, 102, 102, 0.6) 30%, rgba(102, 102, 102, 0) 70%); /* safari5.1+,chrome10+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(102, 102, 102, 0.6) 30%, rgba(102, 102, 102, 0) 70%); /* opera 11.10+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(102, 102, 102, 0.6) 30%, rgba(102, 102, 102, 0) 70%); /* ie10+ */
	background:radial-gradient(ellipse at center, rgba(102, 102, 102, 0.6) 30%, rgba(102, 102, 102, 0) 70%); /* w3c */
	padding:20px;
}
.login_form div {
    text-align: center;
	margin: 10px auto;
}

.login_form input[type="password"], .login_form input[type="text"], .login_form input[type="email"], .login_form input[type=tel], .form_box textarea, .form_box select {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 3px solid #F5F5F5;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(81, 203, 238, 0);
    color: #666666;
    font-family: TitilliumText22LBold,ArtifikaMedium,Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin: 8px 0;
    padding: 12px;
    vertical-align: top;
    width: 90%;
}
.login_form input[type="password"]:focus { 
	background-color: rgba(245, 245, 245, 0.89);
	color: #69AD67;
	border: 3px solid #69AD67;
	outline: none;
}

.login_form input[type="email"] {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 3px solid #F5F5F5;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(81, 203, 238, 0);
    color: #666666;
    font-family: TitilliumText22LBold,ArtifikaMedium,Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin: 8px 0;
    padding: 12px;
    vertical-align: top;
    width: 90%;
}
.login_form input[type="email"]:focus { 
	background-color: rgba(245, 245, 245, 0.89);
	border: 3px solid #69AD67;	
	color: #69AD67;
	outline: none;
}

.login_form input[type="text"]:focus { 
	background-color: rgba(245, 245, 245, 0.89);
	border: 3px solid #69AD67;	
	color: #69AD67;
	outline: none;
}

.login_form input[type="submit"]:focus { 
	background-color: rgba(245, 245, 245, 0.89);
	border: 3px solid #69AD67;	
	color: #69AD67;
	outline: none;
}

.login_form input.submit {
    background: #69AD67;
	border-radius: 30px;
	border: none !important;	
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    padding: 12px;
    text-decoration: none;
    width: 90%;
    letter-spacing: 1px;
}

.login_form input.submit:hover {
    background: #6DC66A;
}

.register_form_box {
	background: rgba(102, 102, 102, 0.6) !important; /* w3c */
	border: none !important;	
    box-shadow: 0 0 200px 200px rgba(102, 102, 102, 0.61) !important;
}

.form_box {
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
    display: block;

    margin: 20px auto;
    padding:15px;
    width: 75%;
    max-width: 450px;
    clear: both;
}

.form_box div {
	text-align: center;
	margin: 10px auto;
}

.form_box label {
    clear: both;
    display: inline-block;
    float: left;
    color: #333;
    font-family: TitilliumText22LBold,ArtifikaMedium,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1em;
    margin: 5px 0;
    padding: 12px 0 0 0;
    width: 90%;
    clear: both;
}

.form_box input[type=password], input[type=email],input[type=tel], .form_box textarea, .form_box select {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(81, 203, 238, 0);
    color: #666666;
    font-family: TitilliumText22LBold,ArtifikaMedium,Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 8px 0;
    padding: 8px;
    vertical-align: top;
    width: 90%;
}

.form_box input.submit {
    background: -moz-linear-gradient(center bottom , #0391fe 12%, #4ea0ee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 30px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    padding: 6px 16px;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: 90%;
    letter-spacing: 1px;
}

.form_box input.submit:hover {
    background: -moz-linear-gradient(center bottom , #4ea0ee 12%,#0391fe  100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #d7e3ee;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.otherinputs{
	width: 90%;
	margin: 8px 0;
	color: #333;
    font-family: TitilliumText22LBold,ArtifikaMedium,Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.otherinputs span{
	line-height: 30px;
    margin: 0 20px 0 0;
}

.inputcaptcha{
	margin: 0px 20px !important;
	width: 41% !important;
	float: left;
}

.imgcaptcha{
	margin-right: 20px !important;
	width: 41% !important;
	border-radius: 30px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	float: right;
	background: none repeat scroll 0 0 #F5F5F5;
    border: 3px solid #F5F5F5;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(81, 203, 238, 0);
    padding: 4px 0px;
    vertical-align: top;
}

.refresh{
	float: left;
	margin: 14px 5px;
	cursor: pointer;
}

.error-description {
	width: 100%;
	font-size: 11px;
	margin-left: 145px;
	color: red;
}


.form_box2 {
    background-color: #fdfdfd;
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
    display: block;

    margin: 20px auto;
    padding:60px;
    width: 60%;
    clear: both;
}

.form_box2 label {
    clear: both;
    display: inline-block;
    float: left;
    color: #333;
    font-family: TitilliumText22LBold,ArtifikaMedium,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1em;
    margin: 5px 0;
    padding: 12px 0 0 0;
    width: 90%;
    clear: both;
}

input[type=text], input[type=password], input[type=email],input[type=tel], .form_box textarea, .form_box select {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(81, 203, 238, 0);
    color: #666666;
    font-family: TitilliumText22LBold,ArtifikaMedium,Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 8px 0;
    padding: 8px;
    vertical-align: top;
    width: 100%;
}

.form_box2 input[type=radio]{
    margin: 8px 0;
    padding: 8px;
    vertical-align: top;
    width: 30px;
}

.form_box2 input.submit {
    background: -moz-linear-gradient(center bottom , #0391fe 12%, #4ea0ee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #0080e5;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    padding: 6px 16px;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: auto;
    letter-spacing: 1px;
}

.form_box2 input.submit:hover {
    background: -moz-linear-gradient(center bottom , #4ea0ee 12%,#0391fe  100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #d7e3ee;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

/* EVENT CHECK CSS */
.event-title-check-box {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 70%;
	height:auto;
	min-height: 55px;
	position: relative;
	float: left;
}

.event-title-check {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 90%;
	height:auto;
	min-height: 55px;
	position: relative;
	float: left;
}

.event-title-cont {
	width: 100%;
	height:auto;
	min-height: 25px;
}
.event-cont {
	width: 100%;
	height:auto;
	min-height: 55px;
}

.event-title-check h4 {
	margin: 0;
	color: #666;
	font-family: raleway !important;
	font-size: 40px;
	text-rendering: optimizeLegibility;
	padding: 2px 15px;
}

.event-title-checkt h5 {
	margin: 0;
	color: #999;
	font-family: raleway !important;
	font-size: 14px;
	text-rendering: optimizeLegibility;
	padding: 2px 15px;
}

.event-date-check p {
	margin: 0;
	color: #aaa;
	font-family: raleway !important;
	font-size: 13px;
	text-rendering: optimizeLegibility;
	padding: 0px 15px;
}

.event-date-check {
	width: auto;
	height: 15px;
	position: relative;
	float: left;
}

.event-text-check {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 95%;
	height:auto;
	margin: 0 auto;
}

.event-text-check p {
	margin: 10px 0;
	color: #666;
	font-family: raleway !important;
	font-size: 20px;
	text-rendering: optimizeLegibility;
}

.event-attends-check {
	margin: 0 0;
	padding: 0 0;
	color: #666;
	font-family: raleway !important;
	font-size: 13px;
	text-rendering: optimizeLegibility;
}

.event-attends-check li
{
	display:inline-block;
	list-style-type: none;
	margin: 20px;
	margin-left: 0;
}

.event-attends-check li div
{
	display: inline;
	float: left;
	position: relative;
	list-style-type: none;
	min-width: 150px;
	width: 20%;
}

.event-check-label {
	width: 100%;
	margin: 0;
	color: #aaa;
	font-family: raleway !important;
	font-size: 13px;
	text-rendering: optimizeLegibility;
	padding: 0px 0px;
}

.error-template {
	color: #081c1f;
}

.error-image img {
	width: auto;
	height: auto;
	max-width: 370px;
}

.w-33 {
	width: 33% !important;
}

.w-10 {
	width: 10% !important;
}

.avatar {
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border-radius: 50%;
  }
  .avatar img{
	width: 70px;
	height: 70px;
  }

.tiny-vatar{
	padding: 2.5px;
	width: 20px;
	height: 20px;
	margin-right:5px;
	border-radius: 50%;
}

.tiny-vatar img{
	width: 25px;
	height: 25px;
	margin-top:-4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

  .avatar-panel {
	  padding: 10px;
	  width: 70px;
	  height: 70px;
	  background-color: rgb(230, 230, 230);
	  border-radius: 50%;
  }

  .nopadding {
	  padding: 0px 0px !important;
  }
  .nomargin {
	margin: 0px 0px !important;
}
.tiny-text {
	font-size: 11px;
}
.min-text {
	font-size: 14px;
}
.progress-data {
	width:90px;
}
