/* FÄRGSCHEMA */
.color-primary-0 { color: #F56991 }	/* Main Primary color */
.color-primary-1 { color: #FDC4D5 }
.color-primary-2 { color: #F992AF }
.color-primary-3 { color: #F04777 }
.color-primary-4 { color: #E9255D }

.color-secondary-1-0 { color: #60DFAC }	/* Main Secondary color (1) */
.color-secondary-1-1 { color: #C1F9E2 }
.color-secondary-1-2 { color: #8BEDC6 }
.color-secondary-1-3 { color: #3DCE93 }
.color-secondary-1-4 { color: #1DB87A }

.color-secondary-2-0 { color: #E1FB6C }	/* Main Secondary color (2) */
.color-secondary-2-1 { color: #F4FEC5 }
.color-secondary-2-2 { color: #EAFD94 }
.color-secondary-2-3 { color: #D9F94A }
.color-secondary-2-4 { color: #D1F727 }

body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #f56991;
	text-decoration: none;
}

a:hover {
	color: #60DFAC;
}

article {
	margin-top: 60px;
	margin-bottom: 60px;
}

h1 {
	font-family: 'Varela Round', sans-serif;
	color: #f56991;
	font-size: 40px;
}

h2 {
	font-family: 'Varela Round', sans-serif;
	font-weight: 600;
	color: #f56991;
	font-size: 24px;
	margin-bottom: 0px;
	margin-top: 60px;
	clear: both;
}

h3 {
	font-family: 'Varela Round', sans-serif;
	color: #f56991;
	font-size: 20px;
}

h4 {
	font-family: 'Varela Round', sans-serif;
	color: #595556;
	font-size: 14px;
	margin-bottom: 15px;
}

article h4 {
	margin-bottom: 3px;
	font-size: 17px;
}

p {
	font-size: 15px;
	color: #555;
	line-height: 25px;
	margin-bottom: 30px;
	margin-top: 0;
}

ul {
	font-size: 14px;
	color: #555;
}

a.button, input[type=submit], .foogallery-album-header a {
	background-color: #f56991;
	border-radius: 3px;
	padding: 12px 30px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-family: 'Varela Round', sans-serif;
	/*box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);*/
	border: none;
}

a.button:hover, input[type=submit]:hover, .foogallery-album-header a:hover {
	background-color: #db5e82;
}

#page-wrapper {
	width: 100%;
}

header {
	width: 100%;
	position: fixed;
	z-index: 999;
}

header .wrap {
	margin: 0 auto;
	padding: 10px 15px;
	max-width: 1010px;
	position: relative;
	height: 100%;
}

header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

header ul li {
	float: left;
}

header ul li a {
	font-family: 'Varela Round', sans-serif;
	color: #7b5a5d;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	line-height: 78px;
	/*text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);*/
	padding: 22px 0px;
	transition: all 0.3s ease-in-out;
}

header ul li a:hover, header ul li a.selected  {
	color: #f56991;
	/*border-radius: 3px;
	text-shadow: none;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);*/
}

header ul li i {
	color: #f56991;
	opacity: 0;
	position: relative;
	top: -5px;
	left: 4px;
	transition: all 0.3s ease-in-out;
}

header #menu-mobile li a i {
	color: #7b5a5d;
	opacity: 1;
	top: 0px;
	left: 0px;
	padding: 0 10px;
	transition: all 0.3s ease-in-out;
}

header #menu-mobile li a:hover i {
	color: #f56991;
}

header ul li a:hover i, header ul li a.selected i, header #menu-mobile li a.selected i {
	opacity: 1;
	top: 0px;
	color: #f56991;
}

#menu-normal {
	display: block;
}

#menu-mobile {
	display: none;
}

header a.logo {
	padding: 0;
	line-height: normal;
}

header a.logo img {
	width: 122px;
	height: 122px;
	transition: all 0.3s ease-in-out;
}

header ul.submenu li {
	float: none;
}

header ul.submenu li a {
	color: #333;
	font-weight: 400;
	line-height: 30px;
	font-size: 14px;
	padding: 7px 0;
	-webkit-transition: none;
	-moz-transition: none ;
	-ms-transition: none ;
	-o-transition: none ;
	transition: none ;
	width: 100%;
	display: inline-block;
}

header ul.submenu li a:hover {
	color: #f56991;
}

.menu-mobile-submenu {
	display: none;
	margin-left: 30px;
}

.menu-mobile li {
	line-height: 48px;
	border-bottom: 1px solid #eee;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Varela Round', sans-serif;
	color: #333;
	cursor: pointer;
}

.menu-mobile li a {
	font-weight: 600;
}

.menu-mobile .menu-mobile-expand i {
	opacity: 1;
	left: auto;
	float: right;
	right: 15px;
	top: 16px;
	color: #333;
	-webkit-transition: none;
	-moz-transition: none ;
	-ms-transition: none ;
	-o-transition: none ;
	transition: none ;
}

.menu-mobile li:hover, .menu-mobile li:hover a, .menu-mobile li:hover i {
	color: #f56991;
}

.menu-mobile li:hover .menu-mobile-submenu li a {
	color: #333;
}

.menu-mobile li .menu-mobile-submenu li a:hover {
	color: #f56991;
}

.menu-mobile-submenu li {
	border-bottom: none;
	border-top: 1px solid #eee;
	font-weight: 400;
}

header ul.submenu.menu-mobile > li > a {
	font-weight: 600;
}

article p, article h2, article h3, article h4, article ul {
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}

article img {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 400px;
	object-fit: cover;
}

article li {
	line-height: 25px;
}

input[type=text], input[type=date], input[type=email], input[type=tel], input[type=password], textarea {
	padding: 6px;
	font-size: 18px;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
}

input[type=text]:focus, input[type=date]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, textarea:focus {
	border: 1px solid #F992AF;
	outline: none;
}

/* STANDARDKLASSER */
.right-align {
	text-align: right;
}

#submenu-pagecover {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.2;
	display: none;
	/*display: block;*/
	/*transition: all 0.3s ease-in-out;*/
}

#submenu {
	position: fixed;
	width: 100%;
	top: -300px;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
}

ul.submenu.menu-mobile {
	position: relative;
	top: 0px;
	left: 0px;
	display: none;
}

ul.submenu.menu-omoss {
	position: relative;
	top: 0px;
	left: 0px;
	display: none;

}

ul.submenu.menu-endag {
	position: relative;
	top: 0px;
	left: 102px;
	display: none;
	max-width: 500px;
}

ul.submenu.menu-internt {
	display: none;
	float: right;
	text-align: right;
}

#header-border {
	position: fixed;
	left: 0;
	right: 0;
	height: 100px;
	background-color: #000;
	opacity: 0.1;
	transition: all 0.3s ease-in-out;
}

#header-border-rounding {
	height: 140px;
	position: relative;
	width: 140px;
	background-color: #000;
	margin: 0 auto;
	border-radius: 70px;
	transition: all 0.3s ease-in-out;
}

#header-bg {
	position: fixed;
	left: 0;
	right: 0;
	height: 140px; /*98*/
	background-color: #fff;
	transition: all 0.3s ease-in-out;
}

#header-bg-rounding {
	height: 138px;
	position: relative;
	width: 136px;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 68px;
	transition: all 0.3s ease-in-out;
}

#hero {
	position: relative;
	top: 0;
	/*background-image: url('images/still002.jpg');
	background-size: cover;
	background-position: center;*/
	height: 700px;
	overflow: hidden;
}

#hero video {
	position: absolute;
	bottom: 50%;
	right: 50%;
	-webkit-transform: translateX(50%) translateY(50%);
	transform: translateX(50%) translateY(50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

#hero .inner-wrapper {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding-left: 0px;
}

#hero-cover {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #7b5a5d;
	opacity: 0;
}

#hero-text-welcome {
	font-family: 'Gloria Hallelujah', cursive;
	position: absolute;
	bottom: 304px;
	left: 15px;
	color: #fff;
	font-size: 42px;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 1);
}

#hero-text-rt {
	font-family: 'Varela Round', sans-serif;
	position: absolute;
	bottom: 225px;
	left: 10px;
	color: #fff;
	font-size: 85px;
	font-weight: 600;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 1);
}

#hero-text-montessori {
	font-family: 'Varela Round', sans-serif;
	position: absolute;
	bottom: 201px;
	left: 14px;
	color: #fff;
	font-size: 30.5px;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 1);
	text-transform: uppercase;
}

#hero-buttons {
	position: absolute;
	bottom: 138px;
	left: 15px;
}

#hero-buttons a {
	margin-right: 30px;
	font-size: 20px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

/*
#hero:after {
	content: "";
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #908090;
	background-image: linear-gradient(-95deg, #ff6600 0%, #f818db 25%, #7814ff 50%, #007eff 75%, #00f6ff 100%);
	background-image: linear-gradient(-95deg, #f818db 0%, #7814ff 100%);
	opacity: .5;
}
*/

#subpage-header {
	position: relative;
	top: 0px;
	background: #f56991; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #f56991 20%, #db5e82 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #f56991 20%,#db5e82 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #f56991 20%,#db5e82 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56991', endColorstr='#db5e82',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 100%;
	float: left;
	height: 300px;
}


.inner-wrapper {
	margin: 0 auto;
	padding: 30px 30px;
	max-width: 1010px;
	overflow: auto;
}

#subpage-header .inner-wrapper {
	top: 160px;
	position: relative;
}

#subpage-header h1 {
	color: #fff;
}

.three-column-boxes {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: 90px;
}

.three-column-box {
	width: 33.33% !important;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	padding-bottom: 30px;
	min-height: 420px;
	text-align: center;
}

.three-column-box h3 {
	margin-top: 10px;
}

.three-column-box p {
	margin-bottom: 60px;
	margin-top: 15px;
	font-size: 14px;
}

#key-values {
	background-image: url('images/daycare.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	position: relative;
	overflow: hidden;
}

#key-values:after {
	content: "";
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #908090;
	opacity: .5;
}

#key-values span {
	font-family: 'Varela Round', sans-serif;
	color: #fff;
	font-size: 48px;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
	position: absolute;
	z-index: 1;
	text-transform: uppercase;
}

#rosatornet-stats {
	height: 780px;
	background-image: url('images/stats-background.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
}

.column {
	box-sizing: border-box;
	float: left;
	padding: 10px 30px 10px 30px;
}

.column:first-child {
	padding-left: 0px;
}

.column:last-child {
	padding-right: 0px;
}

.column40 {
	width: 40%;
}

.column50 {
	width: 50%;
}

.column60 {
	width: 60%;
}

.column25 {
	width: 25%;
}


footer {
	min-height: 495px;
	/* background-color: #f56991; 
	border-top: 10px solid #db5e82; */
  	background: linear-gradient(1800deg,
		#f787a7 0%,
      	#f787a7 1%,
      	#f56991 1%,
      	#f56991 96%,
      	#db5e82 96%,
      	#db5e82 98%,
      	#c45474 98%,
      	#c45474 100%
	);
}

footer h3 {
	color: #fff;
}

.bar-diagram {
	background-color: #cccccc;
	height: 8px;
	border-radius: 4px;
	margin-bottom: 30px;
	margin-right: 60px;
}

.bar-diagram:nth-child(3n) {
	margin-bottom: 45px;
}

.bar-diagram div {
	height: 8px;
	background-color: #8d99a6;
	border-radius: 4px;
	width: 0%;
	float: left;
}

.bar-diagram div.rt {
	background-color: #f56991;
}

.bar-diagram span.detail {
	position: relative;
	right: -60px;
	float: right;
	font-size: 12px;
	color: #a69da0;
	line-height: 0px;
	top: 3px;
}

.bar-diagram span.description {
	font-size: 12px;
	color: #8d99a6;
	clear: both;
	display: block;
}

.bar-diagram span.rt {
	color: #f56991;
}

#address ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 13px;
}

#address li {
	margin: 20px 0;
	padding-left: 37px;
}

#address i {
	margin-right: 6px;
	vertical-align: sub;
	margin-left: -40px;
}

#map {
	margin-top: 20px;
}

/* KONTAKTA OSS */
#contact-form {
	margin-top: 60px;
}

#contact-information ul {
	margin-top: 0;
	list-style: none;
	padding-left: 0;
}

#contact-information li {
	margin-left: 32px;
	line-height: 22px;
	margin-bottom: 10px;
	font-size: 15px;
}

#contact-information i {
	font-size: 1.4em;
	color: #F992AF;
	margin-left: -32px;
	padding-right: 5px;
	vertical-align: text-bottom;
}

#contact-information h3 {
	margin-bottom: 10px;
}

#contact-information h4 {
	margin-top: 0;
	margin-bottom: 10px;
}

#contact-information .column {
	padding-right: 0px;
}

/* BLOG */
.blog-posts {
	width: 660px;
	float: left;
}

.blog-category {
	float: right;
}

ul.post-categories {
	list-style: none;
	margin-top: 1px;
}

ul.post-categories li {
	float: left;
}

ul.post-categories a {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	background-color: #60DFAC;
	padding: 5px;
	margin-left: 6px;
	border-radius: 5px;
	height: 18px;
	text-decoration: none;
	font-family: 'Varela Round', sans-serif;
	font-weight: 600;
}

.blog-date {
	font-size: 12px;
	font-weight: 700;
	color: #8d99a6;
	text-transform: uppercase;
}

.blog-posts p {
	margin-top: 6px;
}

nav.pagination {
	text-align: center;
	margin: 60px 0;

}

.page-numbers {
	font-family: 'Varela Round', sans-serif;
	color: #F992AF;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	border: 2px solid #F992AF;
	padding: 7px 0px;
	margin: 0 5px;
	border-radius: 17px;
	width: 34px;
	height: 34px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
}

.page-numbers:hover {
	border-color: #f56991;
	color: #f56991;
}

a.next.page-numbers {
	width: 73px;
}

a.prev.page-numbers {
	width: 112px;
}

span.page-numbers.dots {
	border-color: #fff;
}

span.page-numbers.current {
	background-color: #f56991;
	border-color: #f56991;
	color: #fff;
}

aside {
	float: left;
	margin-left: 90px;
}

aside h3 {
	margin-top: 60px;
	color: #595556;
}

aside ul {
	margin-top: 0;
	padding-left: 18px;
}

/*
textarea#comment {
	width: 100%;
	height: 96px;
	box-sizing: border-box;
}

.logged-in-as {
	display: none;
}

div#respond {
	overflow: auto;
	border-top: 1px solid #e6e8e8;
	margin-top: 60px;
	padding-top: 30px;
}*/

div#disqus_thread {
	margin: 60px 0;
}

/* FÖRÄLDRAKOMMITTEER */
.kommittee img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	object-position: top center;
	border-radius: 78px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.kommittee h2 {
	clear: none;
}


/* TEAM MEMBERS */
.tmm {
	margin-left: -15px;
	margin-right: -15px;
}

.tmm_container {
	margin-top: 0px; /* 140px */
}

.tmm_member {

	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	border: none !important;
	box-sizing: border-box;
	margin-top: 140px;
	margin-bottom: 30px;
}

.tmm_styrelsen .tmm_member {
	margin-top: 30px;
}

.tmm_2_columns .tmm_member {
	width: 100%;
}

.tmm_3_columns .tmm_member {
	width: 33%;
}

.tmm_4_columns .tmm_member {
	width: 25%;
}

.tmm_photo {
	height: 150px;
	margin-top: -120px;
	background-position: center center;
	border-radius: 78px;
	width: 150px;
}

.tmm_styrelsen .tmm_photo {
	margin-left: 0;
	float: left;
	margin-top: 0;
}

.tmm_styrelsen .tmm_textblock {
	margin-left: 180px;
}

.tmm_names {
	font-family: 'Varela Round', sans-serif;
	color: #f56991;
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}

.tmm_styrelsen .tmm_names {
	text-align: left;
	margin-top: 0;
}

.tmm_job {
	font-family: 'Varela Round', sans-serif;
	color: #999596;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
}

.tmm_styrelsen .tmm_job {
	text-align: left;
}

.tmm_desc {
	display: none;
}

.tmm_styrelsen .tmm_desc {
	text-align: left !important;
}

/* CONTACT FORM */
span.wpcf7-not-valid-tip {
	display: block;
	font-size: 13px;
	color: #E9255D;
}

/* FOOGALLERY */
.foogallery-album-header a {
	float: right;
}

.foogallery-album-header h2 {
	position: relative;
	top: -38px;
	z-index: -1;
}

.foogallery-container {
	margin-bottom: 60px;
}

.fbx-caption {
	display: none !important;
}

.foogallery-album-gallery-list li {
	width: 25%;
	float: left;
}

.inner-wrapper .foogallery-album-gallery-list .foogallery-pile {
	position: relative;
	z-index: 10;
	float: none;
	margin: 15px auto !important;
	width: 226px;
}

/* EVENT LIST */
#calendar .startdate, #calendar .enddate {
	background-color: #fff;
	color: #F56991;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

#calendar .event-year {
	display: none;
}

#calendar .event-title h3 {
	font-size: 16px;
}

#calendar .event-time {
	color: #FDC4D5;
}

#calendar .event-details p {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
}


/* ABBUM KALENDER */
#abbum-calendar {
	font-size: 14px;
}

#abbum-calendar .abbum-calendar-icon {
	background-color: #fff;
	color: #F56991;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

#abbum-calendar .abbum-calendar-weekday {
	font-size: 0.8em;
	text-transform: uppercase;
}

#abbum-calendar .abbum-calendar-day {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: -0.2em;
}

#abbum-calendar .abbum-calendar-month {
	text-transform: uppercase;
	font-size: 1.0em;
	line-height: 1em;
	padding: 0.4em 0;
}

#abbum-calendar .abbum-calendar-row h3 {
	font-size: 16px;
	clear: none;
	margin: 0 !important;
	padding: 0;
	color: #fff;
}

#abbum-calendar .abbum-calendar-closed {
	font-size: 15px;
	color: #555;
	line-height: 25px;
	margin-bottom: 30px;
	margin-top: 0;
}

#abbum-calendar .abbum-calendar-times {
	color: #555;
}

#abbum-calendar .abbum-calendar-showmore a {
	color: #fff;
}

	/* DOCUMENT GALLERY */
article .document-gallery {
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}

article .document-gallery .document-icon-row {
	margin-bottom: 8px;
}

article .document-gallery .document-icon img {
	/*height: 30px;
	width: 30px;
	float: left;*/
	display: none;
}

article .document-gallery .document-icon:before {
	display: block;
	font-family: 'FontAwesome';
	content: '\f1c1';
	float: left;
	font-size: 21px;
	line-height: 30px;
	padding-left: 8px;
	color: #555;
}

article .document-gallery .document-icon .title {
	text-align: left;
	font-size: 15px;
	margin-left: 38px;
	line-height: 30px;
}

/* DATE PICKER */
.ui-datepicker {
	display: block;
	position: absolute;
	color: black;
	width: 300px;
	padding: 10px;
	background-color: white;
	box-shadow: 0 2px 30px -2px rgba(0,0,0,0.4), 0 0 3px -1px rgba(0,0,0,0.6);
	z-index: 102!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	height: 24px;
	margin-bottom: 10px;
	margin-top: 4px;
}
.ui-helper-clearfix {
	min-height: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	display: block;
	position: absolute;
	top: 0;
	color: black;
	text-decoration: none;
	width: 24px;
	height: 24px;
	opacity: .4;
	filter: alpha(opacity=40);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	right: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 1;
	width: 24px;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
	content: '\f053';
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
	content: '\f054';
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
	display: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	height: 24px;
}

.ui-datepicker table {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}

.ui-datepicker table th {
	font-weight: 600;
	height: 32px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.ui-datepicker table thead th {
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
}

.ui-datepicker table td {
	color: black;
	font-weight: 600;
	text-align: center;
	height: 36px;
	padding: 1px;
	margin: 0;
	border: 0;
	outline: 0;
}

.ui-datepicker table .ui-datepicker-other-month {
	color: #999;
	font-weight: 400;
}

.ui-datepicker table td span, .ui-datepicker table td a {
	display: block;
	color: inherit;
	font-size: 14px;
	font-weight: inherit;
	line-height: 34px;
	width: 34px;
	height: 34px;
	border-radius: 34px;
	text-decoration: none;
}

a.ui-state-active {
	color: white;
	font-weight: 600;
	background-color: #F56991!important;
}

.ui-datepicker table td span.ui-state-hover, .ui-datepicker table td a.ui-state-hover {
	background-color: #FDC4D5;
}

.ui-datepicker-buttonpane {
	text-align: right;
	margin-top: 5px;
	padding: 10px 10px 5px;
	border-top: 1px solid rgba(0,0,0,0.2);
}

.ui-datepicker-buttonpane button {
	color: #616161;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-color: transparent;
	-webkit-appearance: none;
	appearance: none;
}

.ui-datepicker-current {
	display: none;
}

input::-webkit-calendar-picker-indicator{
	display: none;
}

input[type="date"]::-webkit-input-placeholder{
	visibility: hidden !important;
}

#abbum-queue {
	font-size: 15px;
	color: #555;
	line-height: 25px;
	margin-bottom: 30px;
	margin-top: 0;
}

.inner-wrapper #abbum-queue button {
	background-color: #f56991;
	border-radius: 3px;
	font-family: 'Varela Round', sans-serif;
}

/* iPad Vertical */
@media only screen and (max-width: 1020px) {

	header {
		position: absolute;
	}

	#header-border {
		position: absolute;
	}

	#header-bg {
		position: absolute;
	}

	#submenu {
		position: absolute;
	}

	#menu-normal {
		display: none;
	}

	#menu-mobile {
		display: block;
	}

	.inner-wrapper {
		padding: 30px 30px;
	}

	.three-column-box {
		width: 50% !important;
	}

	.column25 {
		width: 50%;
	}

	.column40, .column60 {
		width: 100%;
		padding: 0;
	}


	#hero .inner-wrapper {
		left: auto;
		transform: none;
	}

	#address {
		padding-right: 0;
	}

	#map {
		padding: 0;
		width: 100%;
	}

	form input, form textarea {
		width: 100%;
		box-sizing: border-box;
	}

	.tmm_4_columns .tmm_member {
		width: 50%;
	}

	.tmm_two_containers_tablet {
		clear: both;
		display: block;
	}

	.foogallery-album-gallery-list li {
		width: 50%;
	}

	.blog-posts {
		width: 100%;
		float: none;
		max-width: 660px;
	}

	aside {
		margin-left: 0;
		width: 100%;
	}

	aside div {
		float: left;
		width: 50%;
	}



}

/* Mobile */
@media only screen and (max-width: 760px) {
	
	header {
		position: fixed;
	}
	
	#header-bg {
		height: 70px;
	}
	
	a.email {
		word-break: break-all;
	}

	h1 {
		font-size: 30px;
	}

	#hero-text-welcome {
		font-size: 30px;
		bottom: 210px;
	}

	#hero-text-rt {
		font-size: 54px;
		bottom: 158px;
	}

	#hero-text-montessori {
		font-size: 21.3px;
		bottom: 140px;
	}

	#hero-buttons {
		bottom: 94px;
	}

	#hero-buttons a {
		font-size: 17px;
	}

	.three-column-box {
		width: 100% !important;
	}

	#rosatornet-stats {
		height: 1100px;
	}

	.column50 {
		width: 100%;
	}

	.column25 {
		width: 100%;
	}

	.column {
		padding: 10px 0px 30px 0px;
	}

	#subpage-header h1 {
		position: relative;
		bottom: 28px;
	}

	form .column50 {
		width: 100%;
		padding: 0px 0px 0px 0px;
	}

	.tmm_4_columns .tmm_member {
		width: 100%;
	}

	.foogallery-album-gallery-list li {
		width: 100%;
	}

	.foogallery-album-header a {
		float: none;
		width: 100%;
		display: block;
		box-sizing: border-box;
		margin-bottom: 80px;
	}

	aside div {
		float: none;
		width: 100%;
	}

	nav .page-numbers {
		display: none;
	}

	nav .next {
		display: inline-block;
	}

	nav .prev {
		display: inline-block;
	}

	nav .current {
		display: inline-block;
	}

	.kommittee img {
		display: none;
	}

	.tmm_styrelsen .tmm_photo {
		float: none;
	}

	.tmm_styrelsen .tmm_textblock {
		margin-left: 0;
		margin-top: 15px;
	}

	.tmm_styrelsen .tmm_names {
		text-align: center;
	}

	.tmm_styrelsen .tmm_job {
		text-align: center;
	}

	.tmm_styrelsen .tmm_desc {
		text-align: center !important;
	}
}

/* Mobile Old */
@media only screen and (max-width: 350px) {
	#menu-mobile-label {
		display: none;
	}

	header #menu-mobile li a i, header #menu-mobile li a:hover i {
		font-size: 24px;
		top: 3px;
	}

	#hero-buttons a {
		font-size: 14px;
		padding: 12px 24px;
	}

	#hero-text-montessori {
		font-size: 17.7px;
		bottom: 140px;
	}

	#hero-text-rt {
		font-size: 50px;
	}

	#hero-text-welcome {
		font-size: 26px;
	}
}