@font-face {
	font-family: SegoeUI;
	src: url(../fonts/SegoeUI.ttf);
}

@font-face {
	font-family: SegoeUIBold;
	src: url(../fonts/SegoeUIBold.ttf);
}

body {
	font-size: 14px;

	background-position: center;
	background-repeat: repeat;
	background-size: contain;
	background-image: url('../img/druppels.jpg');
}

#overlay {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1150px;
	height: 0;
	transform: translateX(-50%);
	background-color: rgba(255,255,255, 0.75);
}

body:not(.home) h1 {
	margin-top: -30px;
}

.content-wrapper .content,
section.slider,
.navbar,
#contact {
	z-index: 1;
}

p, ul, ol, li, em, a {
	color: #3D3D36;

	font-family: 'SegoeUI', sans-serif;
}

p {
	font-size: 15px;
	margin-bottom: 20px;
}

.inner {
	font-size: 15px;
}

/** HEADERS **/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Baloo Da', cursive;

	color: #680F44;
}

body.home h1 {
	max-width: 400px;
}

h1 {
	font-size: 38px;
	margin-bottom: 20px;
}

h1 > span {
	color: #7CABDA;
}

body.login h1 {
	color: #79AAD9;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}

h2 {
	font-size: 26px;
}

h3, h4, h5 , h6 {
	font-size: 22px;
}

label {
	font-weight: normal;
	font-size: 16px;
	color: #3D3D36;
}

input.form-control.email {
	color: #680F44;

	border: none;
	border-radius: 0;
	min-height: 40px;
	font-family: 'Heebo', sans-serif
}

 input.form-control.email::-webkit-input-placeholder {
    color: #680F44 !important;
}

input.form-control.email:-moz-placeholder {
    color: #680F44 !important;
}

input.form-control.email::-moz-placeholder {
    color: #680F44 !important;
}

input.form-control.email:-ms-input-placeholder {
    color: #680F44 !important;
}

input.form-control,
select.form-control,
textarea.form-control {
	border-radius: 0;
	min-height: 40px;
	border-top: 3px solid #E4EEF7;
	border-left: 3px solid #E4EEF7;
	border-right-color: #F7F7F7;
	border-bottom-color: #F7F7F7;

	outline: none;
	box-shadow: none !important;
}

.radio-buttons {
	display: inline-block;
	position: relative;
	left: 10px;
	top: -1px;
}

form hr {
	border-color: #E0EBF7;

	border-width: 2px;
}

form .form-title {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 25px;
}

form.personnelmutations {
	padding-bottom: 14px;
}

form.personnelmutations .form-link {
	color: #337ab7;
	 text-decoration: underline;
}

.problem-contact-info {
	margin-top: 2rem;
}

/** CUSTOM BUTTONS **/
.btn.btn-purple {
	color: #fff;
	border-radius: 15px;
	background-color: #680F44;
	font-family: 'Baloo Da', cursive;
	font-size: 22px;
	line-height: 1;
	padding: 15px 25px;
}

.btn.btn-purple:hover,
.btn.btn-purple:focus {
	background-color: #560b37;
}

.btn.btn-blue {
	color: #fff;
	border-radius: 12px;
	background-color: #79AAD9;
	font-family: 'Baloo Da', cursive;
	line-height: 1;
	font-size: 22px;
	padding: 15px 30px;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus {
	background-color: #73a2ce;
}

.contact-block {
	line-height: 1.8;
}
.contact-icon {
	margin-right: 6px;
	width: 17px;
	text-align: center;
}

/** NAV BAR **/
.navbar-container {
	height: 130px;
}
.navbar-float {
	position: fixed; top: 0;
	z-index: 12; width: 100%;
	background-color: rgba(255,255,255,.88);
}
.navbar {
	border: none;
	min-height: 110px;
	margin-top: 0px;
	padding-top: 20px;
	background: transparent;
}

.navbar-brand {
	height: auto;

	padding: 0 15px;
}

.navbar-brand > img.logo {
	width: 380px;

	max-width: 100%;
}

.navbar-nav {
	margin-top: 30px;
}

.navbar-default > .container {
	position: relative;
}

.navbar-default .navbar-nav > li > a {
	color: #680F44;
	font-size: 20px;
	font-family: 'Baloo Da', cursive;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #A8CAE8;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus {
	color: #79AAD9;

	background: none;
}

.navbar-default .navbar-nav > li.login > a {
	color: #fff;
	background-color: #79AAD9;
	border-radius: 15px;
	margin-left: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

.navbar-default .navbar-nav > li.login > a:hover,
.navbar-default .navbar-nav > li.login > a:focus {
	background-color: #A8CAE8;
}

/** HEADER **/
/*.header {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
	background-image: url('../img/water.png');
}*/

/** CONTENT **/
.content-wrapper {
	margin: 20px 0 40px 0;
}

.content-wrapper img {
	margin: 30px 0;
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.content-wrapper .content {
	position: relative;
}

.content-wrapper .content h1.title,
.content-wrapper .content .inner {
	margin-left: 25px;
}

/** LOGIN TEASER **/
.teaser.login .form-login {
	margin-top: 20px;
}

.forgot-password {
	display: inline-block;
	color: #333;
	margin-top: -5px;
	text-decoration: underline;
}

.forgot-password:hover {
	color: #000;
}

/** TEASERS **/
.teaser {
	background-color: #680F44;
	border-radius: 20px;
	margin-top: 40px;
	padding: 30px;
}

.teaser.blue {
	background-color: #79AAD9;
}

.teaser h2 {
	color: #fff;
	margin: 0;
	font-size: 28px;
	padding-right: 100px;
}

.teaser h2 > span {
	color: #680F44;
}

.teaser .content {
	margin: 15px 0;
}

.teaser .content p {
	color: #fff;
}

.teaser .content strong {
	font-family: 'Baloo Da', cursive;

	font-weight: normal;
}

/** NEWSITEMS **/
.newsitems {
	margin: 20px 0 40px;
}

.newsitems .item {
	position: relative;
	padding: 15px 30px;
	margin: 15px 0;
	border-radius: 15px 50px 50px 15px;
	background-color: rgba(240,231,237, 0.8);
}

.newsitems .item span.title {
	display: block;
	line-height: 1;
	font-size: 22px;
	margin-bottom: 3px;
	font-family: 'Baloo Da', cursive;
}

.newsitems .item span.title > a {
	font-family: 'Baloo Da', cursive;

	color: #680F44;
}

.newsitems .item span.title > a:hover,
.newsitems .item span.title > a:focus {
	color: #79AAD9;

	text-decoration: none;
}

.newsitems .item span.date {
	display: inline-block;
	color: #3D3D36;
	font-weight: 500;
	font-size: 15px;
	font-family: 'Heebo', sans-serif;
}

.newsitems .item .desc {
	display: inline-block;
	margin-left: 10px;
	font-size: 15px;
	color: #5C5B57;
}

.newsitems .item .more {
	font-weight: bold;
	font-size: 50px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	right: 15px;
	top: 8px;
	color: #680F44;
	width: 60px;
	height: 60px;
	line-height: 1.25;
	padding: 0 23px 0 25px;
}

.newsitems .item .more:hover,
.newsitems .item .more:focus {
	color: #79AAD9;
}

.read-more {
	font-weight: 600;
	font-size: 16px;
	color: #680F44;
	margin-left: 30px;
	text-decoration: underline;
}

.read-more:hover,
.read-more:focus {
	color: #560b37;
}

/** IMAGE BLOCK **/
.image-block {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	height: 600px;
	z-index: 1;
}

.image-block > .container {
	position: relative;

	height: 100%;
}

.image-block .block-wrapper {
	background-color: #fff;
	position: absolute;
	width: 430px;
	top: 50%;
	padding: 40px;
	border-radius: 20px;
	transform: translateY(-50%);
	font-family: 'Baloo Da', cursive;
}

.image-block .block-wrapper span.title {
	line-height: 1.2;
	display: block;
	color: #680F44;
	font-size: 28px;
	max-width: 250px;
	margin-bottom: 20px;
}

.image-block .block-wrapper span.title > span {
	color: #7CABDA;
}

.image-block .block-wrapper .content {
	margin-bottom: 30px;
}

.image-block .block-wrapper .content > p {
	color: #5C5B57;
}

/** CONTACT widget **/
.contact-container {
	position: relative;
}

#contact {
	position: absolute;
	right: 15px;
	bottom: 0;
	border-radius: 20px;
	background-color: rgba(0, 185, 0, 0.3);
}

#contact a:hover,
#contact a:focus {
	text-decoration: none;
}

#contact:hover .icon,
#contact:focus .icon {
	background-color: rgba(0, 185, 0, 0.7);
}

#contact .title {
	font-family: 'Baloo Da', cursive;
	position: relative;
	font-size: 22px;
	color: #00B900;
	padding: 5px 10px;
	top: -3px;
	left: 5px;
	display: inline-block;
}

#contact .icon {
	display: inline-block;
	position: relative;
	top: 0;
	right: -5px;
	color: #fff;
	font-size: 32px;
	border-radius: 50%;
	background-color: #00B900;
	padding: 3px 10px 3px 10px;
	width: 51px; text-align: center;
}
#callrequest-holder {
	width: 100%; height: 51px;
	margin: 20px 0;
}

#callrequest {
	float: right; border-radius: 20px;
	background-color: rgba(0, 185, 0, 0.3);
	clear: both;
}

#callrequest a:hover,
#callrequest a:focus {
	text-decoration: none;
}

#callrequest:hover .icon,
#callrequest:focus .icon {
	background-color: rgba(0, 185, 0, 0.7);
}

#callrequest .title {
	font-family: 'Baloo Da', cursive;
	position: relative;
	font-size: 22px;
	color: #00B900;
	padding: 0px 10px 2px;
	top: -5px;
	left: 5px;
	display: inline-block;
}

#callrequest .icon {
	display: inline-block;
	position: relative;
	top: 0;
	right: -5px;
	color: #fff;
	font-size: 32px;
	border-radius: 50%;
	background-color: #00B900;
	padding: 6px 10px 0px 10px;
	width: 51px; text-align: center;
}

body.login form.form-login,
form.form-contact {
	margin-bottom: 60px;
}

body.login form.form-login button[type=submit],
form.form-contact button[type=submit] {
	margin-top: 10px;
}

textarea.form-control {
    resize: none;
}

/** SHARE BUTTONS **/
.share-buttons.vertical {
	position: absolute;
}

.share-buttons.vertical > li {
	display: block;

	margin-right: 0;
	margin-bottom: 20px;
}

.share-buttons {
	list-style-type: none;

	padding-left: 0;
}

.share-buttons > li {
	display: inline-block;

	margin-right: 10px;
}

.share-buttons > li > a {
	border-radius: 50%;
	font-size: 18px;
	line-height: 1;
	display: block;
	color: #fff;
	width: 45px;
	height: 45px;
	padding: 14px 16px;
	background-color: #A8CAE8;
}

.share-buttons > li:last-child > a {
	padding: 13px 14px;
}

.share-buttons > li > a:hover,
.share-buttons > li > a:focus {
	background-color: #79AAD9;
}

/** NEWSLETTER BLOCK **/
.newsletter-block {
	background-color: #F3ECF0;
	margin: 60px 0;
	padding: 30px;
	border-radius: 20px;
}

.newsletter-block .title {
	font-family: 'Baloo Da', cursive;
	font-size: 33px;
	line-height: 1.2;
	color: #680F44;
	display: block;
	margin-top: 30px;
}

.newsletter-block label {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: 'Baloo Da', cursive;
}

.newsletter-block input {
	margin-bottom: 20px;
}

.newsletter-block .btn.btn-purple {
	font-size: 18px;
}

/** TEAM **/
.team {
	margin-top: 25px;
}

.team .item {
	margin-bottom: 60px;
}

.team .item .image-wrapper {
	position: relative;
	margin: 0 auto;
	width: 275px;
	height: 275px;
	display: block;
}

.team .item .image-wrapper > img {
	position: absolute;
	left: 0;
	display: block;
	max-width: 100%;
	border-radius: 50%;
	width: 275px !important;
	height: 275px !important;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.team .item .image-wrapper > img.top:hover {
	opacity: 0;
}

.team .item .image-wrapper > span {
	position: absolute;
	border-radius: 50%;
	display: block;
	width: 65px;
	height: 65px;
	color: #fff;
	right: 0;
	bottom: 0;
	padding: 20px;
	font-size: 24px;
	line-height: 1;
	background-color: #A8CAE8;
}

.team .item .details {
	text-align: center;
	min-height: 100px !important;
	margin-top: 45px;
}

.team .item .details > span {
	display: block;
}

.team .item .details > .name {
	line-height: 1.2;
	font-size: 24px;
	font-family: 'Baloo Da', cursive;
}

.team .item .details > .function,
.team .item .details > .description {
	font-size: 16px;
}

.team .item .btn {
	margin-top: 20px;
}

/* Expandable cards */

.expandable {
	background-color: rgba(240,231,237, 0.8);
	margin-bottom: 14px; border-radius: 18px;
}
.expandable-title {
	display: block; color: #680F44 !important;
	padding: 18px 11px 13px; font-size: 20px;
	font-family: 'Baloo Da', cursive;
	text-decoration: none !important;
}
.expandable-title:hover {
	color: #79AAD9 !important;
}
.expandable-title:before {
	content: '+';
	margin-right: 8px;
	font-size: 20px;
}
/* .expandable-title[aria-expanded=true]:before {
	content: '-'; margin-right: 8px;
} */
.expandable-inner {
	padding: 5px 11px 12px;
	/* transition: all .2s ease; */
}

.expandable-inner > p > iframe {
	width:100%;
}

.expandable-content.in {
}

/** GOOGLE MAP **/
.maps {
    margin-top:50px;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flexible-container {
    position: relative;
    padding-bottom: 38.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** VIDEO **/
#video-wrapper {
	position: relative;
}

#video {
	position: relative;
	border-top: 1px solid #680F44;
	padding-bottom: 35% !important;
}

#video::after {
	content: '';
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.6;
    filter: blur(10px);
    -webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='svgMask'><feGaussianBlur stdDeviation='10' /></filter></svg>#svgMask");
}

#video .inlinePlayButton {
	z-index: 1;
}

#video-wrapper .block-wrapper {
	background-color: #fff;
	position: absolute;
	width: 430px;
	top: 50%;
	padding: 40px;
	border-radius: 20px;
	transform: translateY(-50%);
	font-family: 'Baloo Da', cursive;
}

#video-wrapper .block-wrapper span.title {
	line-height: 1.2;
	display: block;
	color: #680F44;
	font-size: 28px;
	max-width: 250px;
	margin-bottom: 20px;
}

/** FOOTER **/
footer {
	background-color: #79AAD9;
}

footer .footer-content {
	padding: 60px 0;
}

footer .title {
	font-family: 'Baloo Da', cursive;
	font-size: 20px;
	color: #fff;
	display: block;
	padding: 5px 20px;
	padding-top: 8px;
	border-radius: 5px;
	margin-bottom: 20px;
	background-color: #5486C3;
}

/*footer .title:after {
	content: "-";

	float: right;
}*/

footer .column-content {
	padding: 0 20px;
}

footer .column-content ul,
footer .column-content p {
	color: #fff;
}

footer form.form-newsletter {
	margin-top: 25px;
}

footer form.form-newsletter button[type=submit] {
	margin-top: 10px;
}

footer ul {
	list-style-type: none;
	font-size: 16px;
	padding-left: 0;
}

footer a {
	color: #fff;
}

footer a:hover,
footer a:focus {
	color: #680F44;

	text-decoration: none;
}

footer ul.socialmedia {
	margin-bottom: 20px;
}

footer ul.socialmedia > li {
	display: inline-block;
}

footer ul.socialmedia > li > a {
	color: #fff;
	padding: 0 13px;
	font-size: 22px;
}

footer ul.socialmedia > li > a:hover,
footer ul.socialmedia > li > a:focus {
	color: #eee;
}

footer ul.socialmedia > li:first-child > a {
	padding-left: 0;
}

footer ul.socialmedia > li:last-child > a {
	padding-right: 0;
}

footer .btn.btn-purple {
	font-size: 18px;
}

/** LOGIN **/
body.login {
	background: none;
}

body.login .navbar-right {
	float: none !important;
}

body.login li.login {
	display: none;
}

body.login #wrapper {
	position: relative;

	width: 100%;
}

body.login .navbar {
	margin-top: 0;

	padding-top: 20px;
}

body.login .contact-details p,
body.login .contact-details a {
	color: #79AAD9;
	font-size: 16px;
	font-family: 'Baloo Da', cursive;
}

body.login form h2 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #3E3E36;
}

form label {
	font-size: 14px;
}

.btn.logout {
	margin: 40px 0 60px 0;
}

/** SIDEBAR MENU **/
#sidebar-menu {
	max-width: 240px;

	padding-left: 0;
}

#sidebar-menu li {
	list-style-type: none;
}

#sidebar-menu li.active > a {
	color: #79AADC;
}

#sidebar-menu li > a {
	display: block;
	color: #680F44;
	font-size: 16px;
	padding: 8px 0 5px 0;
	font-family: 'Baloo Da', cursive;
	border-bottom: 2px solid #DCE9F5;
}

#sidebar-menu li > a:hover,
#sidebar-menu li > a:focus {
	color: #A8CBE8;

	text-decoration: none;
}

#sidebar-menu ul {
	padding-left: 20px;
}


/** readmoreinfoblocks **/



.readmoreinfoblock {
	margin-bottom: 20px;
	border-radius: 25px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 10px;
	padding-bottom: 2px;
	padding-top: 20px;
}

.readmoreinfoblock#eerderstoppen{
	background-color: #fce9e1;
}

.readmoreinfoblock#nieuwepensionstelsel{
	background-color: #e2e0df;
}

.readmoreinfoblock#verplichtpensioen{
	background-color: #90c4fd;
	/*margin-bottom: 60px;*/
}


.roundimage {
	height: 230px;
	width: 230px;
	border-radius: 170px;
	margin-left: 20px;
}

.roundimage img{
	margin: 0px;
}

.btnreadmoreinfo{
	background-color: #00ad0d;
	border-color: #00ad0d;
	border-radius: 20px;
	padding-left: 24px;
	padding-right: 24px;
	line-height: 20px;
	transition: .2s ease all;
}

.btnreadmoreinfo:hover{
	background-color: #00ad0d;
	border-color: #00ad0d;
	opacity: 0.8;
}



@media (min-width: 1700px) {
	body.login .menu-items,
	body.login .login-content {
		position: relative;

		left: -50px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1120px;
	}

	section.slider .slick-arrow.slick-prev,
	section.slider .slick-arrow.slick-next {
		display: none !important;
	}
}

@media (max-width: 1200px) {
	#overlay {
		left: 0;
		width: 100%;
		transform: none;
	}

	.navbar {
		min-height: 90px;
	}

	.navbar-nav {
		margin-top: 25px;
	}

	.navbar-brand > img.logo {
		width: 320px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 18px;

		padding-left: 10px;
		padding-right: 10px;
	}

	p {
		font-size: 15px;
	}

	h1 {
		font-size: 50px;
	}

	h2, h3 {
		font-size: 27px;
	}

	.teaser h2,
	.login-wrapper h2 {
		font-size: 28px;
	}

	.team .item .image-wrapper {
		width: 250px;
		height: 250px;
	}

	.team .item .image-wrapper > img {
		width: 250px !important;
		height: 250px !important;
	}

	.teaser h2, .login-wrapper h2 {
		font-size: 28px;
	}

	.team .item .details {
		min-height: 100px;
	}
}

@media (min-width: 992px) {
	body.login .sidebar-wrapper {
		margin-top: 30px;
		margin-left: 95px;
	}

	body.login .menu-items,
	body.login .login-content {
		padding: 0;
	}

	footer .column:first-child { padding-right: 50px; }
	footer .column:last-child { padding-left: 50px; }
}

@media (max-width: 992px) {
	body.home h1 {
		max-width: 500px;
	}

	.navbar {
		min-height: 90px;
	}

	.navbar-nav {
		margin-top: 20px;
	}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.newsitems .item span.title {
		font-size: 22px;
	}

	.newsitems .item .desc {
		font-size: 12px;
	}

	.newsitems .item .more {
		right: 7px;
		top: 4px;
	}

	footer .column:not(:first-child) {
		margin-top: 30px;
	}

	.sidebar-wrapper {
		margin-left: 0;
	}

	#sidebar-menu {
		max-width: 260px;
	}

	body.login #sidebar-menu li > a {
		font-size: 18px;
	}

	body.login .contact-details p,
	body.login .contact-details a {
		font-size: 18px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.navbar-brand > img.logo {
		width: 225px;

		margin-top: 10px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 15px;

		padding-left: 10px;
		padding-right: 10px;
	}

	.navbar-default .navbar-nav > li.login > a {
		margin-left: 15px;
	}

	section.slider .item {
		width: 210px;
	}

	section.slider .item .image .holder {
		width: 120px;
		height: 120px;
	}

	section.slider .item .image {
		margin-top: 20px;
	}

	section.slider .item .image {
		padding-bottom: 120px;
	}

	.team .item .image-wrapper {
		width: 200px;
		height: 200px;
	}

	.team .item .image-wrapper > img {
		width: 200px !important;
		height: 200px !important;
	}
}

@media (max-width: 768px) {
	body.login .login-sidebar {
		padding-bottom: 20px;
	}

	body.login .login-content {
		background: #F1F6FB;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	body.login .content-wrapper {
		margin-bottom: 0;
	}

	.newsitems .item {
		border-radius: 15px;
	}

	.newsitems .item .more {
		display: none;
	}

	.newsitems .item .desc {
		margin-left: 0;
	}

	.newsitems .item .date,
	.newsitems .item .desc {
		display: inline;
	}

	.image-block .block-wrapper {
		width: 100%;
	}

	.navbar {
		margin-top: 10px;

		min-height: 50px;
	}

	.navbar-brand > img.logo {
		width: 150px;
	}

	.navbar-default .navbar-nav > li.login > a {
		margin: 0 10px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.image-block .block-wrapper {
		padding: 20px;

		width: calc(100% - 30px);
	}

	.navbar-default .navbar-toggle {
		border: none;
	}

	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background: none;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #79AAD9;
	}

	.share-buttons.vertical {
		position: static;
	}

	.content-wrapper .content h1.title,
	.content-wrapper .content .inner {
		margin-left: 0;
	}

	.share-buttons.vertical > li {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 5px;
	}

	.share-buttons > li > a {
		font-size: 18px;
		width: 40px;
		height: 40px;
		padding: 11px 14px;
	}

	.share-buttons > li:last-child > a {
		padding: 11px;
	}

	h1 {
		font-size: 34px;
	}

	.btn.logout {
		margin: 20px 0 30px 0;
	}

	body.login #sidebar-menu {
		max-width: none;
	}

	body.login #sidebar-menu li > a {
		font-size: 16px;
	}

	.newsletter-block .title {
		font-size: 30px;

		margin-bottom: 20px;
	}

	.newsletter-block {
		margin: 30px 0 0 0;
	}

	.btn.btn-purple {
		font-size: 18px;
	}



}

@media (min-width: 768px) {
	.image-block .block-wrapper.block-right {
		right: 0;
	}

	.image-block .block-wrapper.block-center {
		right: auto; left: 50%; transform: translate(-50%, -50%);
	}

	.bg-left {
		background: #fff;
		left: 0;
		top: 0;
		bottom: 0;
		width: 40%;
		position: absolute;
	}

	.bg-right {
		background: #F1F6FB;
		right: 0;
		top: 0;
		bottom: 0;
		width: 60%;
		position: absolute;
	}

	body.login #menu {
		padding-left: 0;
	}

	body.login .navbar-brand > img.logo {
		width: 325px;
	}

	body.login .navbar-default .navbar-nav > li:first-child > a {
		padding-left: 0;
	}
}

@media (min-width: 2000px) {
	.bg-left { width: 42.5%; }
	.bg-right { width: 57.5%; }
}

@media (max-width: 1200px) {
	.roundimage {
		height: 230px;
		width: 230px;
		border-radius: 170px;
		margin-left: 20px;
		padding-right: 30px;
	}
}

@media (max-width: 992px) {
	body.login .navbar-brand > img.logo {
		width: 250px;

		margin-top: 0;
	}
}

@media (max-width: 767px){
	.readmoreinfoimage {
		display: none;
	}
}

@media (max-width: 520px) {
	.col-xxs-12 {
		width: 100%;
	}

	.roundimage{
		margin-left: 40px;
		margin-bottom: 20px;
	}


}
