/* 
    Document   : EditYourWeb core
    Author     : Thar design
    Description: Default plugin css
*/
/* == GENERAL == */
img {
	max-width: 100%;
	height: auto !important;
}
@media (min-width:820px){
	.modal-dialog {
		width: 800px;
		text-align: center;
	}
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
h1,h2,h3,h4,h5,h6 { margin: 10px 0; }
h1 { font-size: 26px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5,h6 { font-size: 95%; }

@media (max-width: 992px) {
	h1 { font-size: 24px; }
	h2 { font-size: 22px; }
	h3 { font-size: 18px; }
	h4 { font-size: 16px; }
}
@media (max-width: 768px) {
	h1 { font-size: 20px; }
	h2 { font-size: 18px; }
	h3 { font-size: 16px; }
	h4 { font-size: 14px;}
	h5,h6 { font-size: 90%; }
}

iframe { border: 0;}

i.fa.fa-icon-left { margin-right: 5px; }
i.fa.fa-icon-right { margin-left: 5px; }


.navbar img.header-logo { -webkit-user-select: none; }

.nav>li>.dropdown-menu>li>a { position: relative;}

/*.nav.navbar-left>li { float: none !important;}*/


@media (max-width: 767px) {
	.caret, .caretcontent {
		position: absolute; display: flex; align-items: center;
		height: 100%; width: 40px; top: 0; right: 0; text-align: center;
		background-color: #333333; color: #fff;
		margin: 0; padding: 0; border: 0;
	}
	.caret::before, .caretcontent::before {
		content: "+"; width: 100%; font-size: 20px;
	}
	.caret-xs-down::before, .caret-xs-down-small::before, .caret-xs-right::before, .caret-xs-right-small::before {
		content: ""; margin: 0 auto; width: 0;
	}

	.caret-xs-down::before {
		border-top: 6px dashed; border-right: 6px solid transparent; border-left: 6px solid transparent;
	}
	.caret-xs-down-small::before {
		border-top: 5px dashed; border-right: 5px solid transparent; border-left: 5px solid transparent;
	}
	.caret-xs-right::before {
		border-left: 6px dashed; border-right: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent;
	}
	.caret-xs-right-small::before {
		border-left: 5px dashed; border-right: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent;
	}

	.nav>li>.dropdown-menu .dropdown-menu li a { padding: 5px 15px 5px 35px;}
}

@media (min-width: 768px) {
	.caret, .caretcontent {
		display: inline-block;
		margin-left: 0;
		padding: 0 5px 0 10px;
		vertical-align: inherit;
		width: auto;
		height: auto;
		border: 0;
	}

	.caret::before, .caretcontent::before {
		content: ""; display: inline-block;
		border-top: 5px dashed;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-bottom: 0;
		margin-bottom: 2px;
	}
	.dropdown-menu > li a .caret, .dropdown-menu > li a .caretcontent {
		float: right;
	}


	.caret-plus::before {
		content: "+"; width: 100%; font-size: 20px; display: inline-block; border: 0;
	}
	.caret-down::before {
		border-top: 5px dashed; border-right: 5px solid transparent; border-left: 5px solid transparent;
	}
	.caret-down-small::before {
		border-top: 4px dashed; border-right: 4px solid transparent; border-left: 4px solid transparent;
	}
	.caret-right::before {
		border-left: 5px dashed; border-right: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent;
	}
	.caret-right-small::before {
		border-left: 4px dashed; border-right: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent;
	}
}



/* == PHOTOALBUMS == */
#hideChild > #childHid{
	/*display:none !important;*/
	height: 0;
	overflow: hidden;
}
.trigger, .triggerhref{
	cursor: pointer;
}
.photobook {
	clear: both;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.photothumb {
	float: left;
	width: 200px;
	margin-right: 15px;
}
.photodescription {
	float: left;
	width: calc(100% - 215px);
}
.photodescription h2 {
	margin-top: 0;
}
.img-thumbnail{
	width: 200px;
	height:200px;
	object-fit: cover;
}
.albumNames{
	text-align: center;
}
.albumLink{
	display: inline-block;
	margin: 5px;
}
/* == REACTFORMS == */
div.required label:after, div.required fieldset legend:after {
	content: ' *';
	color: #990000;
	display:inline;
}
div.required fieldset label.control-label:after, div.required .controls .checkbox label.form-check-input:after {
	content: ''; }


/* == RELATED INFO == */
.relatedinfo {
	clear: both;
	background-color: #ececec;
	margin: 10px 0 0 0;
}
.relatedinfo .content {
	padding: 10px;
}
.relatedinfo .button {
	background-color: #585858;
	color: #ffffff;
	position: relative;
	text-align: center;
	padding: 5px;
	font-size: 1.3em;
	margin: 10px 20px;
	bottom: 20px;
}
.relatedinfo .button:hover {
	background-color: #aaaaaa;
}
.relatedinfo .button a, .relatedinfo .button a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* == SLIDESHOW > HEADER == */
.gallerycontainer {
	overflow: hidden;}
.gallery {
	display: none;
}

#header *:focus {
	outline: none;
}

/*header*/
.slick-slide { height: auto; position: relative; }
.slick-slide img { height: auto; width: 100%; }
.slick-slide img:not([src]) {display: none; }
.animate { position: absolute; }
.caption.hideMe {display: none !important;}

/* >>Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -25px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: FontAwesome;
	font-size: 50px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 35px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: "\f137";
}
[dir='rtl'] .slick-prev:before {
	content: "\f138";
}
.slick-next {
	right: 35px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: "\f138";
}
[dir='rtl'] .slick-next:before {
	content: "\f137";
}

/* >>Dots */
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: 10px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: "\f111";
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* >>Animations */
/* >>Animations > Trigger */
.slick-slide > .animate {display:none;}
.slick-active > .animate{
	display: block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animate{
	display: block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* >>Animations > Optional Delays */
.one { animation-delay: 1.0s; }
.two { animation-delay: 2.0s; }
.three { animation-delay: 3.0s; }
.four {	animation-delay: 4.0s;}

/* Fade animations*/
@keyframes fadeIn {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-webkit-keyframes fadeIn {
	from { opacity: 0; }
	to   { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn;}

@keyframes fadeInDown {
	from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);}
	to   { opacity: 1; -webkit-transform: none; transform: none;}
}
@-webkit-keyframes fadeInDown {
	from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);}
	to   { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}

@keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);}
	to   { opacity: 1; -webkit-transform: none; transform: none;}
}
@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);}
	to   { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInUp {	-webkit-animation-name: fadeInUp; animation-name: fadeInUp;}

@keyframes fadeInLeft {
	from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);}
	to   { opacity: 1; -webkit-transform: none; transform: none;}
}
@-webkit-keyframes fadeInLeft {
	from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);}
	to   { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}

@keyframes fadeInRight {
	from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);}
	to   { opacity: 1; -webkit-transform: none; transform: none;}
}
@-webkit-keyframes fadeInRight {
	from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);}
	to   { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInRight { -webkit-animation-name: fadeInRight;	animation-name: fadeInRight;}


/* == USERS > MEMBERLIST == */
.userimage {
	clear: both;
	float: right;
	width: 260px;
	margin: 10px 0;
}
.userimagesmall {
	clear: both;
	float: right;
	width: 100px;
	margin: 10px 0;
}
.socialmedia {
	clear: both;
	float: right;
	margin-bottom: 10px;
}

/* CKEDITOR > Youtube responsive */
@media (max-width: 995px) {
	p.responsiveYoutube {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	iframe.responsiveYoutube {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: none !important;
		max-height: none !important;
	}
}
/* SOCIAL MEDIA SHARING */
[class*=" icon-"]:before,[class^=icon-]:before{
	font-style:normal;
	font-weight:400;
	speak:none;
	display:inline-block;
	text-decoration:inherit;
	width:1em;
	margin-right:.2em;
	text-align:center;
	font-variant:normal;
	text-transform:none;
	line-height:1em;
	margin-left:.2em
}
.icon-facebook-1:before{
	content:'\e803'
}
.icon-twitter-1:before{
	content:'\e805'
}
.icon-gplus:before{
	content:'\e806'
}
.icon-linkedin:before{
	content:'\e807'
}
.share-buttons{
	font-size:0
}
.share-buttons .btn{
	color: #ffffff;
	text-decoration: none;
	font-size:14px;
	margin:5px;
	transition:background-color .25s ease;
	border-radius:0;
}
.share-buttons .btn:hover, .share-buttons .btn:active, .share-buttons .btn:focus{
	color: #ffffff;
	text-decoration: none;
}
.btn-whatsapp{
	background-color:#00bd6f;
	border-color:#00bd6f;
}
.btn-whatsapp.active,.btn-whatsapp.focus,.btn-whatsapp:active,.btn-whatsapp:focus,.btn-whatsapp:hover,.open>.dropdown-toggle.btn-whatsapp{
	background-color:#009e5d;
	border-color:#009e5d;
}
.btn-twitter{
	background-color:#00acee;
	border-color:#00acee;
}
.btn-twitter.active,.btn-twitter.focus,.btn-twitter:active,.btn-twitter:focus,.btn-twitter:hover,.open>.dropdown-toggle.btn-twitter{
	background-color:#0087bb;
	border-color:#0080b1;
}
.btn-twitter.active,.btn-twitter:active,.open>.dropdown-toggle.btn-twitter{
	background-image:none;
}
.btn-twitter.disabled,.btn-twitter.disabled.active,.btn-twitter.disabled.focus,.btn-twitter.disabled:active,.btn-twitter.disabled:focus,.btn-twitter.disabled:hover,.btn-twitter[disabled],.btn-twitter[disabled].active,.btn-twitter[disabled].focus,.btn-twitter[disabled]:active,.btn-twitter[disabled]:focus,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter,fieldset[disabled] .btn-twitter.active,fieldset[disabled] .btn-twitter.focus,fieldset[disabled] .btn-twitter:active,fieldset[disabled] .btn-twitter:focus,fieldset[disabled] .btn-twitter:hover{
	background-color:#00acee;
	border-color:#00acee;
}
.btn-twitter .badge{
	color:#00acee;
	background-color:#fff;
}
.btn-facebook{
	color:#fff;
	background-color:#3b5998;
	border-color:#3b5998;
}
.btn-facebook.active,.btn-facebook.focus,.btn-facebook:active,.btn-facebook:focus,.btn-facebook:hover,.open>.dropdown-toggle.btn-facebook{
	background-color:#2d4373;
	border-color:#2a3f6c;
}
.btn-facebook.active,.btn-facebook:active,.open>.dropdown-toggle.btn-facebook{
	background-image:none;
}
.btn-facebook.disabled,.btn-facebook.disabled.active,.btn-facebook.disabled.focus,.btn-facebook.disabled:active,.btn-facebook.disabled:focus,.btn-facebook.disabled:hover,.btn-facebook[disabled],.btn-facebook[disabled].active,.btn-facebook[disabled].focus,.btn-facebook[disabled]:active,.btn-facebook[disabled]:focus,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook,fieldset[disabled] .btn-facebook.active,fieldset[disabled] .btn-facebook.focus,fieldset[disabled] .btn-facebook:active,fieldset[disabled] .btn-facebook:focus,fieldset[disabled] .btn-facebook:hover{
	background-color:#3b5998;
	border-color:#3b5998;
}
.btn-facebook .badge{
	color:#3b5998;
	background-color:#fff;
}
.btn-googleplus{
	background-color:#e93f2e;
	border-color:#e93f2e;
}
.btn-googleplus.active,.btn-googleplus.focus,.btn-googleplus:active,.btn-googleplus:focus,.btn-googleplus:hover,.open>.dropdown-toggle.btn-googleplus{
	background-color:#ce2616;
	border-color:#c52515;
}
.btn-googleplus.active,.btn-googleplus:active,.open>.dropdown-toggle.btn-googleplus{
	background-image:none;
}
.btn-googleplus.disabled,.btn-googleplus.disabled.active,.btn-googleplus.disabled.focus,.btn-googleplus.disabled:active,.btn-googleplus.disabled:focus,.btn-googleplus.disabled:hover,.btn-googleplus[disabled],.btn-googleplus[disabled].active,.btn-googleplus[disabled].focus,.btn-googleplus[disabled]:active,.btn-googleplus[disabled]:focus,.btn-googleplus[disabled]:hover,fieldset[disabled] .btn-googleplus,fieldset[disabled] .btn-googleplus.active,fieldset[disabled] .btn-googleplus.focus,fieldset[disabled] .btn-googleplus:active,fieldset[disabled] .btn-googleplus:focus,fieldset[disabled] .btn-googleplus:hover{
	background-color:#e93f2e;
	border-color:#e93f2e;
}
.btn-googleplus .badge{
	color:#e93f2e;
	background-color:#fff;
}
.btn-linkedin{
	background-color:#0e76a8;
	border-color:#0e76a8;
}
.btn-linkedin.active,.btn-linkedin.focus,.btn-linkedin:active,.btn-linkedin:focus,.btn-linkedin:hover,.open>.dropdown-toggle.btn-linkedin{
	background-color:#0a5579;
	border-color:#094e70;
}
.btn-linkedin.active,.btn-linkedin:active,.open>.dropdown-toggle.btn-linkedin{
	background-image:none;
}
.btn-linkedin.disabled,.btn-linkedin.disabled.active,.btn-linkedin.disabled.focus,.btn-linkedin.disabled:active,.btn-linkedin.disabled:focus,.btn-linkedin.disabled:hover,.btn-linkedin[disabled],.btn-linkedin[disabled].active,.btn-linkedin[disabled].focus,.btn-linkedin[disabled]:active,.btn-linkedin[disabled]:focus,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin,fieldset[disabled] .btn-linkedin.active,fieldset[disabled] .btn-linkedin.focus,fieldset[disabled] .btn-linkedin:active,fieldset[disabled] .btn-linkedin:focus,fieldset[disabled] .btn-linkedin:hover{
	background-color:#0e76a8;
	border-color:#0e76a8;
}
.btn-linkedin .badge{
	color:#0e76a8;
	background-color:#fff;
}

/* ADDING FLEX classes */
.flex {	display: flex; }

@media (max-width: 991px) and (min-width: 768px) {
	.visible-sm-flex { display: flex;}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.visible-md-flex { display: flex;}
}
@media (min-width: 1200px) {
	.visible-lg-flex { display: flex;}
}


/* NEWS */
.news-message {
	display: flex;
}
/* Vertical align of the date */
.news-date-wrapper {
	/* align-self: center; */
}
.news-message .news-date-wrapper {
	text-align: center;
	float: left;
	margin-right: 20px;
	line-height: 1;
	width: 44px;
}
.news-message .news-date-wrapper .news-date {
	font-weight: bold;
	font-size: 34px;
	margin-bottom: 8px;
}
.news-message .news-date-wrapper .news-month {
	font-size: 23px;
	margin-bottom: 5px;
}
.news-message .news-date-wrapper .news-year {
	font-size: 16px;
}
.news-content {
	width: 100%;
}
.news-content .col-xs-12 img.pull-right {
	float: left !important;
	margin-bottom: 10px;
}
.news-comment {
	font-size: 12px;
	font-style: italic;
}
.news-message h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.newsMessages.view {
	display: table;
	width: 100%;
}
.newsMessages.view p {
	padding-right: 10px;
}
.newsMessages.view img {
	margin-top: 10px;
}
.right a.btn.btn-sm.btn-primary.pull-right {
	margin-top: 10px;
}
.back-button {
	position: relative;
	z-index: 10;
}
.gray {
	border: none;
}
.news-image {
	float: right;
}
@media (max-width:767px){
	.news-image {
		float: left;
	}
}

/* PORTFOLIPO */
.objectContent{
	background-color: #ffffff;
}
.objectTitle{
	height:25px;
	background-color: #D3D3D3;
}
.moreinfo{
	height:25px;
	background-color: #47403A;
	text-align: center;
}
a.moreinfolink {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}
.object{
	height: 292px;
	width: 255px;
	float: left;
	margin: 10px;
}

.details{
	background-color: #F5F6F1;
}
#objectcontent{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
#objectcontent > [class*='col-'] {
	display: flex;
	flex-direction: column;
	padding-right: 15px;
}
.grouplist{
	list-style:none;
}
@media (min-width: 768px) {
	.grouplist {
		-webkit-columns: 4; /* Chrome, Safari, Opera */
		-moz-columns: 4; /* Firefox */
		columns: 4;
	}
}
@media (max-width: 767px) {
	.grouplist {
		-webkit-columns:2;
		-moz-columns:2;
		columns:2;
	}
}
@media (max-width: 542px) {
	.grouplist {
		-webkit-columns:1;
		-moz-columns:1;
		columns:1;
	}
}

/*UNITEGALLERY*/
.ug-tile-navigation-wrapper{
	top: 0 !important;
	height: 100%;
	width: 100% !important;
}
.ug-button-tile-navigation.ug-button-tile-right{
	position: absolute;
	right: 0;
	z-index: 11;
	top: 40%;
}
.ug-button-tile-navigation.ug-button-tile-left{
	position: absolute;
	left: 0;
	z-index: 11;
	top: 40%;
}
.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon{
	position: absolute;
	z-index: 11;
	top: 40%;
	margin-left: auto !important;
	margin-right: auto !important;
	left: 0;
	right: 0;
}

/* == CALENDAR == */
td.old.disabled.day, td.new.disabled.day{
	visibility: hidden;
}
#eventCalendar .event { 
	display: flex;
}
.event-date-wrapper {
	text-align: center;
	float: left;
	margin-right: 20px;
	line-height: 1;
	font-size: 16px;
}
.event-date-wrapper .event-day {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 8px;
}
.event-date-wrapper .event-month {
	font-size: 22px;
	margin-bottom: 5px;
}
.event-date-wrapper .event-year {
	font-size: 20px;
}
.event-content {
	width: 100%;
}
.calender-content {
	padding: 15px 15px 0 0;
}
.calendar-image {
	float: right;
}
.event .event-content h2 span.section, .CalendarEvents h2 span.section {
	display: inline-block !important;
	float: none !important;
	font-size: 12px;
	float: right;
	margin: 5px 0 10px 10px
}
/* Snippet */
.event_title{
	font-size: 18px;
}
.event_content{
}
.calendarevent hr{
	border-top: 2px #29235c solid !important;
}
.eventContainer{
	display:inline-block;
	width:70%;
}
.calendarevent{
	/*height:150px;*/
}
/* Fake (pseudo) element, that enables vertical-align */
.calendarevent:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.vcenter{
	display: inline-block;
	vertical-align: middle;
	padding: 3px 5px;
}
.event_more{
	display: inline-block;
	margin: 5px -20px 0 5px;
	/*float:right;*/
	vertical-align: middle;
}
.start_day{
	height: 60px;
	width: 60px;
	background-color: #29235c;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	color: white;
	/*float: left;*/
	margin: 5px 5px 0 -20px;
}

@media (max-width:767px){
	#eventCalendar .event {
		display: inline-block; width: 100%;
	}

	.event-content .col-sm-3 img {
		/* margin: 0 auto; */
		display: block !important;
		float: inherit !important;
	}
	.event-content h2 span { 
		display: block !important;
		font-size: 12px;
		float: right;
		margin: 5px 0 10px 10px;
	}
	.calendar-image {
		float: left;
	}
	.event-content p {
		clear: both;
	}
}

/* == GOOGLEMAPS == */
.gm-style {
	font-family: inherit;
}
.content-top {
	margin-bottom: 10px;
}
.content-bottom {
	margin-top: 10px;
}
.thumb-left img {
	margin-right: 10px;
}
.thumb-right img {
	margin-left: 10px;
}

/* == GUESTBOOK & NEWS == */
.smiles {
	float: left;
	padding-left: 15px;
}
.smiles a {
	float: left;
	clear: left;
}
.smiles a img {
	border: 0;
}
.bbcode {
	clear: both;
	width: 100px;
	float: left;
	margin-bottom: 5px;
}
.bbcode input {
	font-weight: bold;
	width: 25px;
	float: left;
	padding-left: 5px;
	margin-right: 5px;
}

/* == GUESTBOOK == */
.guestbook .gblist {
	clear: both;
}
.guestbook .gblist .gbmessage {
	clear: both;
	margin-bottom: 15px;
	border: 1px solid #e2e2e2;
}
.guestbook .gblist .gbmessage .gbinfo {
	padding: 10px;
	color: #ffffff;
	background-color: #a4a4a4;
}
.guestbook .gblist .gbmessage .gbinfo a {
	color: #ffffff;
	text-decoration: none;
}
.guestbook .gblist .gbmessage .gbinfo a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.guestbook .gblist .gbcontent {
	clear: both;
	padding: 10px;
}
.guestbook .gblist .gbreactie {
	clear: both;
	color: #000000;
	font-size: 10pt;
	line-height: 12pt;
	padding: 10px;
	color: #000000;
	background-color: #e4e4e4;
}
.children{
	margin-left: 10px;
	margin-right: -1px;
}
.replybtn{
	margin-top: -4px;
}
.hidebtn{
	margin: -4px 5px 0 -5px;
}
/* == TREATMENTS == */
.treatment-endresult {
	float: left;
	margin: 0 30px 20px 0;
	max-width: 300px;
}
.treatment-description {
	float: left;
}
.treatment-related {
	clear: both;
}
.treatment-related img {
    margin-bottom: 10px;
}
.search-container { margin: 20px 0; display: inline-block; width: 100%;}
.search-container .col-md-12 { border-bottom: 1px solid #CCCCCC;}
.search-container .col-md-12 > .col-sm-3, .search-container .col-md-12 > .col-sm-9 { padding: 0; }
.search-container .col-md-12 img { margin: 5px; margin-left: 0; }
.search-container .col-md-12 p.content { clear: both;}

/* == TEGOED == */
.customer-info {
	padding-left:30px
}
.sales-total {
	text-align: right;
	font-weight: bold;
}
.sales-amount {
	border-top:2px solid black !important;
}

/**************************** Datatables sorting arrows ***************************/
table.table thead .sorting {
	background: url('../img/sort_both.png') no-repeat center right
}

table.table thead .sorting_asc {
	background: url('../img/sort_asc.png') no-repeat center right
}

table.table thead .sorting_desc {
	background: url('../img/sort_desc.png') no-repeat center right
}

table.table thead .sorting_asc_disabled {
	background: url('../img/sort_asc_disabled.png') no-repeat center right
}

table.table thead .sorting_desc_disabled {
	background: url('../img/sort_desc_disabled.png') no-repeat center right
}

.table{
	min-width:600px;
}
.dataTables_wrapper{
	max-width:98%;
}
div.dataTables_paginate, .dataTables_filter label{
	float:right;
}

input[type=radio] {
	display: inline-block; width: auto; height: auto; margin: 4px 5px 0;}
.form-control.radio-other {
	width: auto; display: inline-block; margin: 0 5px;
}

@media print{
	body>*:not(.contents) {
		display: none;
	}
	.relatedinfo{
		display:none;
	}
	a[href]:after {
		content: none !important;
	}

}

