html {
	background-color: #F1F1F1;
}
body {
	font-family: 'Open Sans', arial, sans-serif;
	background-color: #fff;
}
p {
	font-family: 'Open Sans', arial, sans-serif;
	color: #747474;
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 20px;
}
a {
	color: #32ced7;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.feedback-box {
	padding: 15px 20px;
	border-radius: 5px;
}
.feedback-box.bg-danger {
	color: #c94444;
}
.feedback-box.bg-success {
	color: #6ab145;
}

.button {
	background-color: #32ced7;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	padding: 12px 17px;
	line-height: 14px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.button.small {
	padding: 4px 8px;
	font-size: 11px;
	line-height: 11px;
}
.button:hover, .button:active, .button:focus {
	color: #fff;
	background-color: #11A3AB;
	text-decoration: none;
}
.button.disabled {
	cursor: default;
	opacity: 0.5;
}
.button.disabled:hover, .button.disabled:active, .button.disabled:focus {
	cursor: default;
	opacity: 0.5;
	text-decoration: none;
	background-color: #32ced7;
}

/* HEADER TOP --------------- */

.header-top-wrapper {
	background-color: #f1f1f1;
}

.header-top-wrapper .container {
	padding-right: 63px;
	padding-left: 30px;
}

.header-top {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 3px solid #212121;
	
}

.header-top .header-top-1 {
	padding-left: 5px;
}
.header-top .header-top-1 .lang-menu {
	list-style: none;
	margin-top: 1px;
}
.header-top .header-top-1 .lang-menu li {
	float: left;
	margin-right: 3px;
}
.header-top .header-top-1 .lang-menu li a {
	background-color: #ccc;
    border: 1px solid #999;
    color: #666;
    font-size: 11px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    width: 19px;
    display: block;
}
.header-top .header-top-1 .lang-menu li a.active {
	background-color: #666;
    border: 1px solid #333;
    color: #fff;
}
.header-top .header-top-1 .lang-menu li a:hover {
	background-color: #666;
    border: 1px solid #333;
    color: #fff;
	text-decoration: none;
}

.header-top .header-top-2 {
	position: relative;
	padding-right: 10px;
}
.header-top .header-top-2 p {
	text-align: right;
	font-size: 11px;
	color: #212121;
	margin: 0px;
	line-height: 20px;
}
.header-top .header-top-2 a {
	text-decoration: underline;
	color: #212121;
}
.header-top .header-top-2 .logo-be {
	position: absolute;
	right: -30px;
	bottom: -9px;
}

/* HEADER --------------- */

.header-wrapper {
	background-color: #fff;
}

.header {
	padding-top: 20px;
	padding-bottom: 20px;
}

.header .header-1 {
	
}
.header .header-1 .logo-igvm {
	
}

.header .header-2 {
	
}
.header .header-2 .main-menu {
	list-style: none;
	margin-top: 7px;
}
.header .header-2 .main-menu li {
	float: right;
	margin-left: 50px;
}
.header .header-2 .main-menu li:last-child {
	margin-left: 0px;
}
.header .header-2 .main-menu li a {
	color: #212121;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
}
.header .header-2 .main-menu li a:hover {
	color: #32ced7;
}
.header .header-2 .main-menu li a.button {
	color: #fff;
	line-height: 14px;
	
}
.header .header-2 .main-menu li a.button:hover {
	color: #fff;
	background-color: #11a3ab;
}

/* TITEL BAR --------------- */

.titel-bar-wrapper {
	background-color: #32ced7;
}

.titel-bar {
	min-height: 130px;
	text-align: center;
}
.titel-bar h1 {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 130px;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
}

.titel-bar #clock {
	margin-top: 24px;
}
.titel-bar #clock .clock-part {
	width: 80px;
	display: inline-block;
	background-color: #1ab9c2;
	margin-right: 15px;
}
.titel-bar #clock .clock-part.last {
	margin-right: 0px;
}
.titel-bar #clock .clock-part .smalltext {
	background-color: #11a3ab;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.titel-bar #clock .clock-part span {
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 17px;
	display: block;
}

/* PAGINATION --------------- */

.pagination {
	width: 100%;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 0px;
}
.pagination ul {

}
.pagination ul li {
	display: inline;
	font-size: 15px;
	color: #212121;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
}
.pagination ul li a {
	color: #fff;
	background-color: #32ced7;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.pagination ul li a:hover {
	background-color: #11A3AB;
}
.pagination ul li.active a {
	background-color: #11A3AB;
}

/* CONTENT --------------- */

.content-wrapper {
	padding-top: 55px;
	padding-bottom: 55px;
}

.content {
	
}

.sidebar-right {
	padding-left: 40px;
	display: none;
}
.sidebar-right h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #212121;
	font-weight: bold;
	margin-bottom: 25px;
}
.sidebar-right p {
	color: #212121;
	margin-bottom: 25px;
}
.sidebar-right .button {
	padding: 10px 14px;
	font-size: 12px;
}

/* CONTENT EVENTS --------------- */

#content-events-wrapper {
	padding-top: 70px;
	padding-bottom: 70px;
}

#content-events {
	
}

#content-events #content-events-list {
	border-right: 1px solid #e6e6e6;
}

#content-events-list .event {
	border-bottom: 1px solid #e6e6e6;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: 25px;
}
#content-events-list .event.first {
	padding-top: 0px;
}
#content-events-list .event .image {
	padding-left: 0px;
	
}
#content-events-list .event .image img {
	
}
#content-events-list .event .details {
	padding-right: 0px;
	padding-left: 25px;
}
#content-events-list .event .details h2 {
	color: #212121;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	margin-bottom: 15px;
}
#content-events-list .event .details h2 i {
	font-size: 12px;
	color: #32ced7;
	vertical-align: 18%;
	margin-left: 3px;
}
#content-events-list .event .details h2 i.open {
	color: #27cd00;
}
#content-events-list .event .details h2 i.closed {
	color: #ee6907;
}
#content-events-list .event .details h2 i.canceled {
	color: #dc0808;
}
#content-events-list .event .details h2 i.passed {
	color: #32ced7;
}
#content-events-list .event .details h2 a {
	color: #212121;
}
#content-events-list .event .details h2 a:hover {
	color: #32ced7;
}
#content-events-list .event .details .excerpt {
	font-size: 16px;
	color: #212121;
	line-height: 23px;
}
#content-events-list .event .details .meta {
	color: #747474;
	font-size: 14px;
	line-height: 14px;
}
#content-events-list .event .details .meta .item {
	padding-right: 20px;
	float: left;
}
#content-events-list .event .details .meta .item.date {
	width: 25%;
	margin-bottom: 8px;
}
#content-events-list .event .details .meta .item.time {
	width: 75%;
	margin-bottom: 8px;
}
#content-events-list .event .details .meta .item.location {
	width: 100%;
	padding-left: 2px;
}
#content-events-list .event .details .meta .item i {
	color: #32ced7;
	font-size: 15px;
	margin-right: 8px;
}

#content-events-sidebar {
	
}

/* CONTENT EVENT --------------- */

#content-event-info-wrapper {
	padding-bottom: 55px;
	padding-top: 70px;
}

#content-event-info-wrapper #content-event-info {
	
}

#content-event-info #event-info-image {
	margin-top: 5px;
}
#content-event-info #event-info-image .button {
	width: 49%;
	margin-top: 18px;
	padding: 14px 17px;
}
#content-event-info #event-info-image .button.first {
	margin-right: 1%;
}

#content-event-info #event-info-meta {
	padding-left: 50px;
}
#content-event-info #event-info-meta .title {
	
}
#content-event-info #event-info-meta .title h1 {
	color: #212121;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 34px;
	margin-bottom: 25px;
}
#content-event-info #event-info-meta .title h1 i {
	font-size: 14px;
	color: #32ced7;
	vertical-align: 30%;
	margin-left: 3px;
}
#content-event-info #event-info-meta .title h1 i.open {
	color: #27cd00;
}
#content-event-info #event-info-meta .title h1 i.closed {
	color: #ee6907;
}
#content-event-info #event-info-meta .title h1 i.canceled {
	color: #dc0808;
}
#content-event-info #event-info-meta .title h1 i.passed {
	color: #32ced7;
}
#content-event-info #event-info-meta .title h1 span {
	color: #747474;
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
	margin-left: 8px;
	font-weight: normal;
	text-transform: none;
	vertical-align: 30%;
}
#content-event-info #event-info-meta .meta-1 {
	margin-bottom: 18px;
}
#content-event-info #event-info-meta .translation-1 {
	margin-bottom: 0px;
}
#content-event-info #event-info-meta .meta-1 h5 {
	color: #212121;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
}
#content-event-info #event-info-meta .meta-1 h5 i {
	color: #32ced7;
	font-size: 15px;
	margin-right: 15px;
}
#content-event-info #event-info-meta .hour-1 h5 i {
	margin-left: 1px;
}
#content-event-info #event-info-meta .location-1 h5 i {
	margin-left: 3px;
}
#content-event-info #event-info-meta .address-1 h5 i {
	margin-left: 3px;
}
#content-event-info #event-info-meta .translation-1 h5 i {
	margin-left: 4px;
}
#content-event-info #event-info-meta .meta-2 {
	margin-bottom: 18px;
}
#content-event-info #event-info-meta .translation-2 {
	margin-bottom: 0px;
}
#content-event-info #event-info-meta .meta-2 p {
	margin: 0px;
	color: #747474;
	font-size: 15px;
	line-height: 19px;
}
#content-event-info #event-info-meta .meta-2 p a {
	color: #212121;
}
#content-event-info #event-info-meta .address-2 {
	position: relative;
}
#content-event-info #event-info-meta .address-2 .button {
	margin-left: 4px;
	position: relative;
	top: -1px;
}

#content-event-info #event-info-meta .meta-2 .button.small a {
	color: #fff;
}

#content-event-description-wrapper {
	padding-top: 0px;
}
#content-event-description-wrapper.passed {
	padding-top: 55px;
}

#content-event-description-wrapper #content-event-description {
	
}
#content-event-description h2 {
	color: #212121;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#content-event-description h2 .button.small {
	color: #fff;
	font-weight: bold;
	vertical-align: 40%;
	margin-left: 10px;
	padding: 5px 8px;
}
#content-event-description .text {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
    margin-top: 25px;
}
#content-event-description .text p {
	margin: 0px;
	line-height: 22px;
}
#content-event-description.canceled .text, #content-event-description.passed .text {
	display: none;
}

#content-event-documents-wrapper {
	background-color: #F1F0F0;
}
#content-event-documents-wrapper #content-event-documents {
	
}
#content-event-documents-wrapper #content-event-documents h2 {
	color: #212121;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#content-event-documents .document {
	border-bottom: 1px solid #e6e6e6;
	padding-top: 15px;
	padding-bottom: 15px;
}
#content-event-documents .document p {
	margin: 0px;
	font-size: 16px;
	color: #212121;
	font-weight: bold;
}
#content-event-documents .document p i {
	font-size: 15px;
	color: #32ced7;
	margin-right: 15px;
}
#content-event-documents .document .button.small {
	padding: 6px 10px;
	font-size: 12px;
	line-height: 12px;
}

#content-event-program-wrapper {
	background-color: #f1f0f0;
}
#content-event-program-wrapper #content-event-program {
	
}
#content-event-program #event-program-title {
	
}
#content-event-program #event-program-title h2 {
	color: #212121;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#content-event-program.canceled #event-program-title h2 .button.small, #content-event-program.passed #event-program-title h2 .button.small {
	color: #fff;
	font-weight: bold;
	vertical-align: 40%;
	margin-left: 10px;
	padding: 5px 8px;
}

#content-event-program .event-program {
	margin-top: 20px;
}
#content-event-program.canceled .event-program, #content-event-program.passed .event-program {
	display: none;
}
.event-program .program-item {
	border-bottom: 1px solid #e3e3e3;
	padding-top: 12px;
	padding-bottom: 12px;
}
.event-program .program-item .time {
	float: left;
	width: 12%;
	margin-right: 3%;
	margin-top: 2px;
}
.event-program .program-item .text {
	float: left;
	width: 85%;
}
.event-program .program-item .text h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #212121;
}
.event-program .program-item .text p {
	margin-top: 8px;
	margin-bottom: 2px;
}

#content-event-subscription-wrapper #content-event-subscription {
	
}
#content-event-subscription h2 {
	color: #212121;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#content-event-subscription #event-subscription-title {
	
}

#content-event-subscription #event-subscription-text {
	
}
#content-event-subscription #event-subscription-text p {
	padding-right: 50px;
}
#content-event-subscription #event-subscription-text .event-subscription-meta {
	margin-top: 30px;
}
#content-event-subscription #event-subscription-text .event-subscription-meta.canceled {
	margin-bottom: 30px;
	margin-top: 0px;
}
#content-event-subscription #event-subscription-text .meta-1 {
	padding-left: 0px;
}
#content-event-subscription #event-subscription-text .status-1 h5 i {
	font-size: 13px;
}
#content-event-subscription #event-subscription-text .meta-1 h5 {
	color: #212121;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
}
#content-event-subscription #event-subscription-text .meta-1 h5 i {
	color: #32ced7;
	font-size: 15px;
	margin-right: 15px;
}
#content-event-subscription #event-subscription-text .status-1 h5 i.open {
	color: #27cd00;
}
#content-event-subscription #event-subscription-text .status-1 h5 i.closed {
	color: #ee6907;
}
#content-event-subscription #event-subscription-text .status-1 h5 i.canceled {
	color: #dc0808;
}
#content-event-subscription #event-subscription-text .status-1 h5 i.passed {
	color: #32ced7;
}

#content-event-subscription #event-subscription-text .meta-2 {
	margin-bottom: 18px;
}
#content-event-subscription #event-subscription-text .meta-2 p {
	margin: 0px;
}

#content-event-subscription #event-subscription-form {
	position: relative;
}
#event-subscription-form .form-overlay {
	background-color: #32ced7;
	border-radius: 5px;
	padding: 25px 25px;
	width: 60%;
	position: absolute;
	top: 210px;
	z-index: 500;
	left: 50%;
	transform: translate(-50%);
}
#event-subscription-form .form-overlay h4 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
#content-event-subscription #event-subscription-form #subscription-form {
	
}
#content-event-subscription #event-subscription-form #subscription-form.disabled {
	opacity: 0.3;
}
#event-subscription-form #subscription-form .form-field {
	margin-bottom: 15px;
	width: 100%;
}
#event-subscription-form #subscription-form .form-field label {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #212121;
	text-transform: uppercase;
	float: left;
	margin-left: 3px;
}
#event-subscription-form #subscription-form .form-field span {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 13px;
	color: #747474;
	float: right;
	margin-right: 2px;
}
#event-subscription-form #subscription-form .form-field input[type="text"], #event-subscription-form #subscription-form .form-field input[type="email"] {
	border: none;
	background-color: #eaeaea;
	border-radius: 5px;
	width: 100%;
	margin-top: 10px;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	color: #212121;
	padding: 15px;
}
#event-subscription-form #subscription-form .form-field select {	
	border: none;
	background-color: #eaeaea;
	border-radius: 5px;
	width: 100%;
	margin-top: 10px;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	color: #212121;
	padding: 12px 15px;
}
#event-subscription-form #subscription-form .checkbox-wrapper {
	margin-top: 25px;
}
#event-subscription-form #subscription-form .form-field input[type="checkbox"] {
	float: left;
	margin-top: 1px;
}
#event-subscription-form #subscription-form .form-field label.checkbox {
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
}
#event-subscription-form #subscription-form .form-field input[type="submit"] {
	border: none;
	padding: 12px 40px;
	margin-top: 20px;
}
#event-subscription-form #subscription-form .form-field .button {
	border: none;
	padding: 12px 40px;
	margin-top: 20px;
}

#content-event-review-wrapper {
	
}
#content-event-review-wrapper #content-event-review {
	
}
#content-event-review #event-review-title {
	
}
#content-event-review #event-review-title h2 {
	color: #212121;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 22px;
}
#content-event-review #event-review-title p {
	margin-bottom: 40px;
}

#content-event-review .event-review-form {
	
}
#content-event-review .event-review-form {
	
}
#content-event-review .event-review-form .form-field {
	margin-bottom: 15px;
	width: 100%;
}
#content-event-review .event-review-form .form-field label {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #212121;
	text-transform: uppercase;
	float: left;
	margin-left: 3px;
}
#content-event-review .event-review-form .form-field span {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 13px;
	color: #747474;
	float: right;
	margin-right: 2px;
}
#content-event-review .event-review-form .form-field input[type="text"], #content-event-review .event-review-form .form-field input[type="email"] {
	border: none;
	background-color: #eaeaea;
	border-radius: 5px;
	width: 100%;
	margin-top: 10px;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	color: #212121;
	padding: 15px;
}
#content-event-review .event-review-form .form-field textarea {
	border: none;
	background-color: #eaeaea;
	border-radius: 5px;
	width: 100%;
	margin-top: 10px;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #212121;
	padding: 15px;
}
#content-event-review .event-review-form .form-field select {	
	border: none;
	background-color: #eaeaea;
	border-radius: 5px;
	width: 100%;
	margin-top: 10px;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	color: #212121;
	padding: 12px 15px;
}
#content-event-review .event-review-form .checkbox-wrapper {
	margin-top: 25px;
}
#content-event-review .event-review-form .form-field input[type="checkbox"] {
	float: left;
	margin-top: 1px;
}
#content-event-review .event-review-form .form-field label.checkbox {
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
}
#content-event-review .event-review-form .form-field input[type="submit"] {
	border: none;
	padding: 12px 40px;
	margin-top: 20px;
}

/* UNSUBSCRIPTION ------- */

#content-unsubscribe {
	min-height: 400px;
}

#unsubscription-form .form-field {
	margin-bottom: 15px;
	width: 100%;
}
#unsubscription-form .form-field label {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #212121;
	text-transform: uppercase;
	float: left;
	margin-left: 3px;
}
#unsubscription-form .form-field span {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 13px;
	color: #747474;
	float: right;
	margin-right: 2px;
}
#unsubscription-form .form-field input[type="text"], #unsubscription-form .form-field input[type="email"] {
	border: none;
	background-color: #eaeaea;
	border-radius: 5px;
	width: 100%;
	margin-top: 10px;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	color: #212121;
	padding: 15px;
}
#unsubscription-form .form-field input[type="submit"] {
	border: none;
	padding: 12px 40px;
	margin-top: 10px;
}
#unsubscription-form #field-button {
	margin-bottom: 0px;
}
#unsubscription-form .form-field .button {
	border: none;
	padding: 12px 40px;
	margin-top: 10px;
}

/* FOOTER --------------- */

.footer-wrapper {
	background-color: #f1f1f1;
}

.footer {
	font-size: 13px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer .copyright {
	
}
.footer .copyright p {
	color: #9b9b9b;
	font-size: 13px;
	margin: 0px;
	line-height: 38px;
	float: left;
}

.footer .webdesignby {
	
}
.footer .webdesignby p {
	color: #9b9b9b;
	font-size: 13px;
	margin: 0px;
	line-height: 38px;
	text-align: right;
}
.footer .webdesignby p a {
	color: #9b9b9b;
}
.footer .webdesignby p a:hover {
	color: #212121;
}

/* PRINT */

@media print {
	
	.header-top {
		display: none;
	}
	
	.header .header-1 {
		display: none;
	}

	.header .header-2 {
		display: none;
	}
	
	.titel-bar-wrapper {
		display: none;
	}
	
	#content-event-info #event-info-image {
		display: none;
	}

	#content-event-info #event-info-image .button {
		display: none;
	}
	
	#content-event-subscription-wrapper #content-event-subscription {
		display: none;
	}
	
	#content-event-info #event-info-meta .address-2 .button {
		display: none;
	}
	
	#content-event-info #event-info-meta .title h1 i {
		display: none;
	}
	
	#content-event-review-wrapper {
		display: none;
	}
	
	#content-event-description h2 .button.small {
		display: none;
	}
	#content-event-description.canceled .text, #content-event-description.passed .text {
		diplay: block;
	}
	
	#content-event-program.canceled #event-program-title h2 .button.small, #content-event-program.passed #event-program-title h2 .button.small {
		display: none;
	}
	#content-event-program.canceled .event-program, #content-event-program.passed .event-program {
		display: block;
	}
	
	.footer .webdesignby {
		display: none;
	}

}
