<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==================================== V.04.09.2018 ==================================== */



@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);




html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li, fieldset, form, label, table, tbody, tr, th, td, article, canvas, footer, header, nav, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}

html {
	height: 100%;
}

.clear {
	clear:both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

iframe, table {
	max-width: 100%;
}



/* ==================================== generals ==================================== */



body {
	background: white;
	color: #4a4949;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	height: 100%;
        border-top: #a33343 solid 4px;
}

ul {
	list-style-type: none;
	margin: 0 0 20px 0;
}

ul li {
	margin-top: 7px;
	background: transparent url(../images/icon-list.png) no-repeat 0 9px;
	padding-left: 12px;
}

ol {
    padding: 0 0 0 34px;
    list-style: none;
    margin-bottom: 20px;
    counter-reset: numList;
}

ol li {
    margin-right: 44px;
    position: relative;
    padding-bottom: 12px;
}

ol li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: -34px;
    font: bold 12px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 24px;
    width: 24px;
    height: 24px;
    background: #a33343;
    border-radius: 12px;
}

a {
	color: #a33343;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	margin-bottom: 25px;
        min-width: 100%;
}

td {
	vertical-align: top;
	border: #c8c8c8 solid 1px;
	padding: 8px 12px;
}

h1, h1 a, .heading1, .heading1 a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #a33343 !important;
	font-size: 40px;
	line-height: 46px;
	margin: 0 0 25px 0;
	text-decoration: none !important;
	display: block;
}

h2, h2 a, .heading2, .heading2 a {
	font-family: 'Open Sans', sans-serif;
	color: #253a7c !important;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 20px 0;
	text-decoration: none !important;
	display: block;
	font-weight: 400;
}

h3, h3 a, .heading3, .heading3 a {
	font-family: 'Open Sans', sans-serif;
	color: #253a7c !important;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 16px 0;
	text-decoration: none !important;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
}

h4, h4 a, .heading4, .heading4 a {
	font-family: 'Open Sans', sans-serif;
	color: #253a7c !important;
	font-size: 15px;
	line-height: 16px;
	margin: 0 0 6px 0;
	text-decoration: none !important;
	display: block;
	font-weight: 600;
}

h5, h5 a, .heading5, .heading5 a {
	font-family: 'Open Sans', sans-serif;
	color: #253a7c !important;
	font-size: 15px;
	line-height: 16px;
	margin: 0 0 6px 0;
	text-decoration: none !important;
	display: block;
	font-weight: 600;
}

p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 22px;
	text-align: justify;
}

hr {
	border: dotted #7b7b7b;
	border-width: 1px 0 0;
	clear: both;
	margin: 30px auto 30px auto;
	height: 0;
}



/* ==================================== main layout ==================================== */



#cookies {
	margin: 0;
	background: #f1edeb;
	padding: 8px 32px 8px 32px;
	font-size: 12px;
	display: block;
	text-align: center;
	color: #4a4949;
}

	#cookies a {
		padding: 0 14px 0 14px;
	}

	#cookies a.close_cookies {
		background: transparent url(../images/cookie_accept.png) no-repeat left 3px;
	}

#header {
	position: relative;
	z-index: 100;
	padding: 0;
}

	#header:after {
		content: "";
		display:block;
		clear: both;
	}

	#logo {
		width: 190px;
		position: absolute;
		left: 12.5%;
		margin: 23px 0 20px 0;
	}

#superslides {
	width: 100%;
	height: 62vh;
	margin: 0 auto;
}

	.container #superslides {
	    width: 125%;
	    height: 200px;
	    float: left;
	    margin: 0 0 10px -12.5%;
	}

#videobanner {
	width: 100%;
	height: 62vh;
	position: relative;
	overflow: hidden;
}

	#videobanner video {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		height: auto;
		width: auto;
		z-index: -100;
		transform: translateX(-50%) translateY(-50%);
		transition: 1s opacity;
	}

.container {
	text-align: left;
	position: relative;
	background-size: cover;
    width: 80%;
    z-index: 10;
    margin: 0 auto;
}

	.container .sidebar {
		width: 21%;
		padding: 40px 3%;
		float: left;
	}

		.container .sidebar p {
			text-align: left;
		}

	.container .content {
		padding: 40px 3%;
		position: relative;
		float: left;
		width: 94%;
	}

		.container .content.withsidebar {
			width: 67%;
			padding: 40px 3%;
		}

		.container .content img {
			max-width: 100%;
 			height: auto !important;
		}



/* ==================================== nav_main ==================================== */



#nav_main {
	list-style: none;
	margin: 32px 0 42px 0;
	padding: 0 13% 0 0;
	background: transparent;
	overflow: hidden;
	float: right;
	width: 55%;
	text-align: right;
}

#nav_main li {
	margin: 0 0 0 20px;
	background: none;
    padding: 0;
	display: inline-block;
}

#nav_main li:nth-of-type(1) {
	margin-right: 0;
}

#nav_main a {
	font-family: 'Open Sans', sans-serif;
	display: block;
	padding: 10px 0 5px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	color: #253a7c;
	font-weight: 600;
	transition: all 0.1s ease-in-out;
	border-bottom: transparent solid 2px;
}

#nav_main a:hover {
	color: #a33343;
}

	#nav_main li.dropdown {
	    background: transparent url(../images/arrow-open.png) no-repeat 0 19px;
	    padding-left: 13px;
	}

	#nav_main li.dropdown ul {
	   list-style: none;
	   background: white;
	   margin: 0 0 0 -20px;
	   padding: 10px 20px 10px 20px;
	   position: absolute;
	   z-index: 150;
	   display: none;
           text-align: left;
	}

	#nav_main li.dropdown ul li {
		margin: 0;
		float: none;
		display: block;
	}

	#nav_main li.dropdown:hover ul {
	   display: block;
	}

	#nav_main li.dropdown ul li a {
		padding: 5px 0 5px 0;
		text-transform: none;
		font-size: 14px;
		font-weight: 400;
	}

	#nav_main li.dropdown a:hover {
		border-color: transparent;
		color: #a33343;
	}

        #nav_main li.dropdown ul li.dropdown {
                background: transparent url(../images/arrow-crumb.png) no-repeat right 13px;
                padding-left: 0;
                padding-right: 13px;
                position: relative;
        }

			#nav_main li.dropdown ul  li.dropdown ul {
			    display: none;
			    list-style: none;
			    background: white;
			    margin: 0 0 0 -20px;
			    padding: 10px 20px 10px 20px;
			    position: absolute;
			    top: -10px;
			}

			#nav_main li.dropdown ul li.dropdown ul li {
			    margin: 0;
			    float: none;
			    display: block;
			}

			#nav_main li.dropdown ul li.dropdown:hover ul {
			    display: block;
			}

			#nav_main ul ul li a {
			    padding: 5px 0 5px 0;
			    text-transform: none;
			    font-size: 14px;
			    font-weight: 400;
			}

			#nav_main ul ul li a:hover {
			    border-color: transparent;
			    color: #a33343;
			}

#nav_main a.selected {
	border-bottom: #a33343 solid 2px;
	color: #a33343;
}

	   #nav_main ul li a.selected {
            border-bottom: none;
            color: #242424;
       }

#nav_main li.cart a {
	min-width: 35px;
	height: 27px;
	background: transparent url(../images/icon-cart.png) no-repeat right 8px;
	position: relative;
	padding: 0 0 5px 25px;
	top: 5px;
	border-bottom: none;
}

	#nav_main li.cart a span {
		position: absolute;
		top: 0;
		right: 5px;
		background: #a33343;
		display: block;
		min-width: 20px;
		line-height: 20px;
		text-align: center;
		border-radius: 10px;
		font-size: 13px;
		color: white;
	}


/* ==================================== nav_sec ==================================== */



#nav_sec {
	list-style: none;
	padding: 0 12.5% 0 12.5%;
	margin: 0;
	float: left;
	background: #fff;
	color: #253a7c;
	line-height: 22px;
	font-size: 14px;
	overflow: hidden;
	width: 75%;
        border-bottom: #a33343 solid 1px;
}

#nav_sec li {
	margin: 0;
	background: none;
    padding: 0;
  	float: left;
}

#nav_sec li a {
	font-family: 'Open Sans', sans-serif;
	display: block;
	padding: 8px 22px 8px 0;
	text-decoration: none;
	line-height: 22px;
	font-size: 14px;
	color: #253a7c;
	font-weight: 400;
	transition: all 0.2s ease-in-out;
}

#nav_sec li a:hover {
	color: #a33343;
}

	#nav_sec li.dropdown {
		background: transparent url(../images/arrow-white-down.png) no-repeat 0 17px;
	    padding-left: 13px;
	}

	#nav_sec ul {
	   display: none;
	   list-style: none;
	   background: rgba(0,0,0,0.88);
	   margin: 0 0 0 -20px;
	   padding: 10px 20px 10px 20px;
	   position: absolute;
	   z-index: 150;
	}

	#nav_sec ul li {
		margin: 0;
		float: none;
	}

	#nav_sec li:hover ul {
	        display: block;
	}

	#nav_sec ul li a {
		padding: 3px 0 3px 0;
		text-transform: none;
		font-size: 14px;
		font-weight: 400;
	}

	#nav_sec ul li a:hover {
		border-bottom: none;
		color: #a33343;
	}

#nav_sec li a.selected {
	color: #a33343;
}

#nav_sec li.site {
	float: right;
}

	#nav_sec li.site a {
		border-left: #7b7b7b solid 1px;
		display: inline-block;
		padding: 8px 12px;
	}

	#nav_sec li.site a:nth-last-of-type(1) {
		border-right: #7b7b7b solid 1px;
	}

	#nav_sec li.site a:hover {
		text-decoration: none;
	}

	#nav_sec li.site a.selected {
		color: #a33343;
	}

#nav_sec li.search {
	float: right;
}

	#nav_sec li.search a {
		display: block;
		width: 20px;
		height: 22px;
		background: transparent url(../images/icon-search.png) no-repeat 0 0;
	}



/* ==================================== nav_mobile ==================================== */



#nav_mobile {
	display: none;
	float: left;
	width: calc(100% - 64px);
	padding: 0;
	z-index: 100;
	margin: 8px 32px 8px 32px;
	background: transparent;
}

	a#btn_nav_mobile {
		float: right;
		padding: 30px 0;
		font-weight: 400;
		text-transform: uppercase;
		font-size: 14px;
		color: #4a4949;
		text-decoration: none;
	}

		a#btn_nav_mobile img {
			float: right;
			margin: 2px 0 0 12px;
		}

	#nav_mobile ul {
		background: transparent;
		list-style-type: none;
		width: 100%;
		margin: 0;
		padding: 10px 0 10px 0;
	}

		#nav_mobile ul li {
			margin: 0 0 12px 0;
			background: none;
		        padding: 0;
		        text-align: center;
		}

		#nav_mobile ul li a {
			display: block;
			padding: 0 0 12px 0;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 14px;
			color: #4a4949;
			font-weight: 400;
			border-bottom: #ac9f9f dotted 1px;
			transition: all 0.2s ease-in-out;
		}

		#nav_mobile ul li a:hover, #nav_mobile ul li a.selected {
			font-weight: 700;
		}

		#nav_mobile ul li:nth-last-of-type(1) a {
			border-bottom: none;
		}

		#nav_mobile ul li.sec {
			background: transparent;
			border: none;
			margin: 0 0 12px 0;
			color: #9b8e96;
		}

			#nav_mobile ul li.sec a {
				font-size: 14px;
				color: #4a4949;
				padding: 0 0 12px 0;
				border-bottom: #ac9f9f dotted 1px;
			}

		#nav_mobile ul li.site {
			border: none;
		}

			#nav_mobile ul li.site a {
				font-size: 14px;
				padding: 10px 10px 10px 10px;
				display: inline-block;
			}



/* ==================================== nav_core ==================================== */



#nav_core {
	width: 75%;
	padding: 40px 12.5% 0 12.5%;
	margin: 0 0 0 0;
	position: relative;
	z-index: 100 !important;
	background: #ededed;
}

	#nav_core li {
		background: white;
		padding-top: 0;
		padding-bottom: 0;
		box-sizing: border-box;
	}

        #nav_core li a {
                 overflow: hidden;
        }

        #nav_core li a h2 {
             padding: 18px 0 18px 0 !important;
             margin: 0 !important;
             text-align: center !important;
             display: inline-block;
       }

        #nav_core li img {
                width: 100% !important;
                margin-bottom: -10px;
        }



/* ==================================== nav_crumb ==================================== */



#nav_crumb {
	padding: 5px 12.5% 13px 12.5%;
	margin: 0 0 0 0;
	color: #2d251f;
	font-size: 13px;
	z-index: 100;
	background: #ededed;
	height: 27px;
	overflow: hidden;
}

#nav_crumb ul {
      list-style: none;
      display: inline;
}

#nav_crumb ul li {
      display: inline-block;
      background: none;
      padding-left: 0;
}

      #nav_crumb ul li a {
            color: #2d251f;
            padding-right: 18px;
            text-decoration: none;
            background: transparent url(../images/arrow-crumb.png) no-repeat;
            background-position: right 6px bottom 6px;
      }

      #nav_crumb ul li:last-child a {
            background: none;
      }

      #nav_crumb ul li a:hover {
            color: #a33343;
      }




/* ==================================== nav_sidebar ==================================== */



.nav_sidebar {
	list-style: none;
	margin: 0 auto 45px auto;
	padding: 0;
	background: transparent;
}

.nav_sidebar li {
	margin: 4px 0 4px 0;
	background: none;
        padding: 0;
        border-bottom: #ac9f9f dotted 1px;
}

.nav_sidebar a {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	padding: 10px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #4a4949;
	font-weight: 400;
	transition: all 0.2s ease-in-out;
}

.nav_sidebar a:hover {
	color: #a33343;
}

.nav_sidebar a.selected {
	color: #a33343;
}

.nav_sidebar li li {
	margin: 2px 0 2px 0;
	border: none;
}

	.nav_sidebar li li a {
		padding: 2px 0 2px 12px;
		font-size: 12px;
	}



/* ==================================== nav_cart ==================================== */



#nav_cart {
	list-style: none;
	margin: 5px 0 0 0;
	width: 80%;
	padding: 0 6% 0 14%;
	background: #ededed;
	overflow: hidden;
	float: left;
	counter-reset: numList;
}

#nav_cart li {
	margin: 0 40px 0 0;
	background: none;
        padding: 0;
	display: inline-block;
	position: relative;
}

#nav_cart li:before {
        counter-increment: numList;
        content: counter(numList);
        float: left;
        position: absolute;
        top: 10px;
        left: -26px;
        text-align: center;
        color: white;
        font-size: 14px;
        line-height: 20px;
        width: 20px;
        height: 20px;
        background: #4a4949;
	border-radius: 10px;
}

#nav_cart a {
	font-family: 'Open Sans', sans-serif;
	display: block;
	padding: 11px 0 11px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	color: #382d24;
	font-weight: 400;
	transition: all 0.1s ease-in-out;
}

#nav_cart a:hover {
	color: #a33343;
}

#nav_cart a.selected {
	color: #a33343;
}



/* ==================================== nav_footer ==================================== */



#nav_footer {
	background: #a33343;
	overflow: hidden;
        margin: 0 auto;
        clear: left;
}

#nav_footer .content {
	padding: 20px 13% 30px 13%;
	overflow: hidden;
}

	#nav_footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
		background: transparent;
		overflow: hidden;
		text-align: center;
	}

	#nav_footer ul li {
		margin: 0 12px 0 12px;
		background: none;
	        padding: 0;
		display: inline-block;
	}

	#nav_footer ul li a {
		font-family: 'Open Sans', sans-serif;
		display: inline-block;
		padding: 10px 0 3px 0;
		text-decoration: none;
		font-size: 16px;
		color: #fff;
		font-weight: 300;
	}

	#nav_footer ul li a:hover {
		text-decoration: underline;
	}



/* ==================================== widgets ==================================== */



.widget {
	background: transparent;
	padding: 10% 7% 8% 7%;
	margin: 4% 0 35px 0;
	display: block;
	border: #ededed solid 2px;
	overflow: hidden;
}

.content .widget {
	border: #a33343 solid 2px;
}

	.widget p, .widget ul {
		margin-bottom: 7px;
	}

	.widget a.button {
		margin-top: 5px;
	}

	.widget .col66 {
		text-align: right;
	}

.content .widget {
	margin-top: 40px;
	padding: 2% 2% 2% 2%;
}

.widget li.facebook {
	list-style: none;
	background: transparent url(../images/icon-facebook.png) no-repeat;
	height: 32px;
	line-height: 32px;
}

.widget li.twitter {
	list-style: none;
	background: transparent url(../images/icon-twitter.png) no-repeat;
	height: 32px;
	line-height: 32px;
}

.widget li.googleplus {
	list-style: none;
	background: transparent url(../images/icon-googleplus.png) no-repeat;
	height: 32px;
	line-height: 32px;
}

.widget li.linkedin {
	list-style: none;
	background: transparent url(../images/icon-linkedin.png) no-repeat;
	height: 32px;
	line-height: 32px;
}

.widget li.instagram {
	list-style: none;
	background: transparent url(../images/icon-instagram.png) no-repeat;
	height: 32px;
	line-height: 32px;
}

.widget li.pinterest {
	list-style: none;
	background: transparent url(../images/icon-pinterest.png) no-repeat;
	height: 32px;
	line-height: 32px;
}

.widget li.youtube {
       list-style: none;
       background: transparent url(../images/icon-youtube.png) no-repeat;
       height: 32px;
       line-height: 32px;
}

.widget li.facebook a, .widget li.twitter a, .widget li.googleplus a, .widget li.linkedin a, .widget li.instagram a, .widget li.pinterest a,  .widget li.youtube a {
       color: #4a4949;
       text-decoration: none;
       padding-left: 30px;
}




/* ==================================== cols ==================================== */



.colspacer {
	width: 6%;
	float: left;
	overflow: hidden;
	display: block;
}

	.colspacer:before {
		content: "\00a0 ";
	}

.col25 {
	width: 20.50%;
	float: left;
}

.col33 {
	width: 29.33%;
	float: left;
}

.col50 {
	width: 47%;
	float: left;
}

.col66 {
	width: 64.66%;
	float: left;
}

.col75 {
	width: 73.50%;
	float: left;
}

.col25.fixed {
	width: 20.50% !important;
}

.col33.fixed {
	width: 29.33% !important;
}

.col50.fixed {
	width: 47% !important;
}

.col66.fixed {
	width: 64.66% !important;
}

.col75.fixed {
	width: 73.50%;
}

.col25 img, .col33 img, .col50 img, .col66 img, .col75 img {
	width: 100%;
}



/* ==================================== filter ==================================== */



.filter {
	margin: -10px 0 10px 0;
	padding: 0 0 15px 0;
	font-size: 12px;
	color: #382d24;
}

	.filter a {
		display: inline-block;
		text-decoration: none;
		font-size: 12px;
		margin: 4px 4px;
		padding: 0 6px;
		color: #382d24;
		background: #eaeaea;
	}

	.filter a.selected {
		background: #b0a8a8;
		color: white;
	}



/* ==================================== oldprice ==================================== */



.oldprice {
	color: #cf2228 !important;
	font-weight: 400;
}

	.oldprice span {
		padding-right: 8px;
		text-decoration: line-through;
		color: #4a4949;
	}



/* ==================================== counter ==================================== */



button.counter {
	background: #d4d4d4;
	color: #747373 !important;
	float: left;
	width: 32px;
	font-size: 16px;
	line-height: 34px;
	padding: 0;
    border: white solid 1px;
    box-sizing: border-box;
}

	button.counter:hover {
		background: #a33343;
		color: white !important;
	}

input.counter {
	width: calc(100% - 74px) !important;
	float: left;
}



/* ==================================== cart_overview ==================================== */



.cart_overview {
	list-style: none;
	margin: 0 0 25px 0;
	overflow: hidden;
	width: 100%;
}

.cart_overview li {
	list-style: none;
	margin: 0;
	overflow: hidden;
	background: transparent;
	border-bottom: #e4e4e2 dotted 1px;
    padding: 20px 0 20px 0;
    clear: left;
}

	.cart_overview li div:nth-of-type(1) {
		width: 40%;
		float: left;
	}

		.cart_overview li div:nth-of-type(1) img {
			float: left;
			width: 35%;
		}

		.cart_overview li div:nth-of-type(1) h2, .cart_overview li div:nth-of-type(1) p {
			margin-left: 38%;
		}

	.cart_overview li div:nth-of-type(2) {
		width: 18%;
		float: left;
	}

	.cart_overview li div:nth-of-type(3) {
		width: 18%;
		float: left;
	}

	.cart_overview li div:nth-of-type(4) {
		width: 18%;
		float: left;
		text-align: right;
	}

	.cart_overview li div:nth-of-type(5) {
		width: 6%;
		float: left;
		text-align: right;
	}



/* ==================================== hide toggles ==================================== */



#toggle_zakelijk {
	width: 100%;
	overflow: hidden;
	float: left;
	display: none;
}



/* ==================================== caption ==================================== */



.caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	/*background: transparent url(../images/arrow-big-white-down.png) no-repeat;*/
	/*animation: animatedarrow 1s ease infinite;*/
}

	/*@keyframes animatedarrow {
		0% { background-position: center bottom 22px; }
		50% { background-position: center bottom 30px; }
		100% { background-position: center bottom 22px; }
	}*/

	.caption div {
		width: 70%;
		text-align: center;
		padding: 20px 15% 20px 15%;
	}

	.caption div.clear {
		padding: 10px;
	}

		.caption div h1 {
			font-size: 43px;
			line-height: 49px;
			color: #a33343 !important;
			display: inline;
			padding: 0 5px;
			background: #fff;
		}

		.caption div p {
			text-align: center;
			font-size: 18px;
			line-height: normal;
			font-weight: 400;
			color: #ffffff !important;
			display: inline;
			padding: 0 5px;
			background: #a33343;
		}

		.caption.mobile {
			display: none;
		}



/* ==================================== article_overview ==================================== */



.article_overview {
	margin: 0;
}

.article_overview div {
	margin-bottom: 6%;
	overflow: hidden;
}

	.article_overview div img {
		float: left;
		width: 30%;
	}

	.article_overview div div {
		float: right;
		width: 66%;
	}

		.date {
			margin: -7px 0 7px 0;
			font-size: 12px;
			display: block;
			color: #a59292;
		}

	.article_overview div.no_image div {
		width: 100%;
	}



/* ==================================== article_detail ==================================== */



.article_detail {
	overflow: hidden;
	width: 100%;
	margin: 0 0 10px 0;
}

.article_detail img {
	float: left;
	margin: 5px 2% 5px 0;
	width: 30%;
}

	.article_detail a:hover img {
		opacity: 0.7;
	}



/* ==================================== gallery ==================================== */



.gallery {
	list-style: none;
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 100%;
	background: transparent;
}

.gallery li {
	list-style: none;
	display: inline-block;
	float: left;
	margin: 0;
	text-align: center;
	background: white;
	border-radius: 2px;
    padding-left: 0;
    overflow: hidden;
}

	.gallery li a {
		text-decoration: none;
		position: relative;
		display: block;
	}

	.gallery li a img {
		width: 100% !important;
		margin-bottom: 3px;
	}

	.gallery li a:hover img {
		opacity: 0.7;
	}

	.gallery li a .label {
		position: absolute;
		z-index: 100;
		background: #cf2228;
		color: white;
		padding: 1px 3px;
	}

	.gallery li h2, .gallery li a h2 {
		display: inline;
		padding: 0 0 0 0;
	}

	.gallery li a:hover h2 {
		color: #a33343 !important;
	}

	.gallery li a p {
		text-align: center;
		font-weight: 400;
	}

.gallery.col50 li {
	margin: 0 5% 5% 0;
	width: 47.5%;
}

.gallery.col50 li:nth-of-type(2n) {
	margin-right: 0;
}

.gallery.col50 li:nth-of-type(2n+1) {
	clear: left;
}

.gallery.col33 li {
	margin: 0 5% 5% 0;
	width: 30%;
}

.gallery.col33 li:nth-of-type(3n) {
	margin-right: 0;
}

.gallery.col33 li:nth-of-type(3n+1) {
	clear: left;
}

.gallery.col25 li {
	margin: 0 4% 4% 0;
	width: 22%;
}

.gallery.col25 li:nth-of-type(4n) {
	margin-right: 0;
}

.gallery.col25 li:nth-of-type(4n+1) {
	clear: left;
}



/* ==================================== gmap ==================================== */



#gmap {
	width: 100%;
  	height: 30vh;
  	background: #6699cc;
  	float: left;
  	margin: 0 0 40px 0;
}



/* ==================================== paging ==================================== */



#paging {
	text-align: center;
	clear: both;
	margin-top: 30px;
}

#paging a {
	color: #4a4949;
	padding: 6px 12px 6px 12px;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	margin: 1%;
	border: #bbb9bc solid 1px;
	transition: all 0.2s ease-in-out;
}

#paging a:hover {
	border: #a33343 solid 1px;
}

#paging span {
	font-weight: bold;
	margin: 1%;
}



/* ==================================== faq_overview ==================================== */



#faq_overview {
	margin-top: 25px;
}

#faq_overview h2 a {
	color: #525252;
	padding-left: 15px;
	text-decoration: none;
	background: transparent url(../images/arrow-close.png) no-repeat 0 6px;
}

#faq_overview div {
	padding: 0 0 5px 15px;
}

#faq_overview hr {
	margin: 14px 0 14px;
}



/* ==================================== next ==================================== */



a.next {
	text-decoration: none;
	background: transparent url(../images/icon-next.png) no-repeat 0 8px;
	padding-left: 10px;
	color: #a33343;
}



/* ==================================== previous ==================================== */



a.previous {
	text-decoration: none;
	background: transparent url(../images/icon-previous.png) no-repeat 0 8px;
	padding-left: 10px;
	color: #a33343;
}



/* ==================================== button ==================================== */



.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	text-decoration: none;
	background: #a33343;
	border-radius: 1px;
	border: none;
	color: #ffffff !important;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 10px;
	line-height: normal;
	padding: 6px 10px 7px 10px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #253a7c;
}



/* ==================================== videobanner playbutton ==================================== */



#videobanner button.controller {
	background: none;
	height: 60px;
	width: 44px;
	padding: 0;
	border-style: solid;
	border-width: 30px 0px 30px 44px;
	border-color: transparent transparent transparent white;
	position: absolute;
	top: 10%;
	left: calc(50% - 30px);
	display: none;
}

#videobanner button.controller.playing {
	border-color: transparent transparent transparent white;
	border-style: double;
	border-width: 0px 0 0px 44px;
}



/* ==================================== share ==================================== */



h1 span:nth-of-type(1), span.heading1 span:nth-of-type(1) {
	width: 70%;
	display: inline-block;
}

h1 span:nth-of-type(2), .heading1 span:nth-of-type(2) {
	float: right;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	padding: 11px 0 0 0;
	max-width: 30%;
	text-align: right;
}

	h1 span a, span.heading1 span a {
		color: #a33343 !important;
		font-size: 14px;
		font-weight: normal;
		line-height: 22px;
		padding: 11px 0 0 8px;
		margin-left: 12px;
		text-decoration: none !important;
		background: transparent url(../images/arrow-grey-small.png) no-repeat 0 17px;
		display: inline-block;
	}

	h1 span a.share, span.heading1 span a.share {
		background: transparent url(../images/icon-share.png) no-repeat right 17px;
		padding-right: 17px;
	}



/* ==================================== form ==================================== */



form {
	margin: 25px 0 50px 0;
	overflow: hidden;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
	box-sizing: border-box;
	border: white solid 1px;
	padding: 7px 5px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #4a4949;
	margin: 0 0 15px 0;
	width: calc(100% - 12px);
	display: block;
	background: #ededed;
}


input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, input[type="file"]:focus {
	color: #444;
}

textarea {
	min-height: 20vh;
	resize: vertical;
	width: calc(100% - 12px);
}

label {
	display: block;
	font-size: 14px;
}

.radio label, .checkbox label {
	width: 100%;
	font-weight: normal;
	float: none;
	padding-top: 0px !important;
	margin: 4px 0 8px 0;
}

.radio input, .checkbox input {
	float: left;
	margin: 6px 5px 0 0;
	width: 20px;
}

select {
	width: 100%;
	padding: 7px 5px 7px 5px;
}

#form_errors {
	margin-bottom: 15px;
	color: #ff0000;
}

	input.error, textarea.error, select.error {
		border: 1px solid #ff0000 !important;
	}

	label.error {
		color: #ff0000 !important;
	}

	.error_input {
		border: 1px solid #ff0000 !important;
	}

	.error_label {
		color: #ff0000 !important;
	}

form .required {
	font-size: 10px;
}



/* ==================================== newsletter ==================================== */



.newsletter {
	background: #ededed;
	overflow: hidden;
    margin: 0 auto;
    clear: left;
}

	.newsletter .content {
		padding: 30px 13% 10px 13%;
		overflow: hidden;
	}

	.newsletter p {
		text-align: left;
	}

	.newsletter form {
		margin: 40px 0 0 0;
	}

	.newsletter input[type="text"], .newsletter input[type="email"]{
		background: white !important;
	}

	.newsletter button {
		width: 100%;
	}



/* ==================================== footer_address ==================================== */



#footer_address {
	background: #fff;
        border-top: #a33343 solid 1px;
	overflow: hidden;
	font-size: 16px;
	color: #a33343;
    line-height: 22px;
    margin: 0 auto;
    clear: left;
}

#footer_address .content {
	padding: 26px 13% 34px 13%;
	overflow: hidden;
}

	#footer_address .heading2 {
		color: #253a7c !important;
		text-align: center;
	}

	#footer_address ul {
		list-style: none;
		margin: 0;
		padding: 0;
		background: transparent;
		overflow: hidden;
		text-align: center;
	}

	#footer_address ul li {
		margin: 0 12px 0 12px;
		background: none;
	    padding: 5px 0;
		display: inline-block;
	}

	#footer_address ul li a {
		font-family: 'Open Sans', sans-serif;
		display: inline-block;
		text-decoration: none;
		font-size: 16px;
		color: #a33343;
	}

	#footer_address ul li a:hover {
		text-decoration: underline;
	}



/* ==================================== footer_credits ==================================== */



#footer_credits {
	background: #a33343;
        border-top: white solid 1px;
	overflow: hidden;
	color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto;
    clear: left;
}

#footer_credits .content {
	padding: 18px 13%;
	overflow: hidden;
}

#footer_credits .content div {
	float: left;
}

#footer_credits .content div:nth-last-of-type(1) {
	float: right;
}

#footer_credits .content ul {
	list-style: none;
	font-size: 15px;
	color: white;
	padding: 0;
	margin: 0 32px 0 32px;
}

#footer_credits .content ul li {
	display: inline-block;
	float: left;
	margin-right: 18px;
	background: none;
	padding-left: 0;
}

#footer_credits .content ul li:nth-last-of-type(1) {
	float: right;
	margin-right: 0;
}

#footer_credits .content a {
	text-decoration: none;
	color: #fff;
    font-size: 14px;
    line-height: 22px;
}

#footer_credits .content a:hover {
	text-decoration: underline;
}



/* ==================================== superslide ==================================== */



#slides {
	position: relative;
	margin: 0;
}

#slides .slides-container {
	display: none;
}

#slides .slides-container li {
	padding: 0;
	margin: 0;
	position: relative;
	background: none;
}

#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}

.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: calc(50% - 13px);
	width: 100%;
	display: none;
}

.slides-navigation a {
	position: absolute;
	display: block;
}

.slides-navigation a.prev {
	left: 12px;
	width: 27px;
	height: 27px;
	background: transparent url(../images/slider-arrows.png) no-repeat;
	padding: 0;
}

.slides-navigation a.next {
	right: 12px;
	width: 27px;
	height: 27px;
	background: transparent url(../images/slider-arrows.png) no-repeat -27px 0;
	padding: 0;
}

.slides-pagination {
	position: absolute;
	z-index: 3;
	bottom: 0;
	text-align: center;
	width: 100%;
	display: none;
}

.slides-pagination a {
	border: 2px solid #222;
	border-radius: 15px;
	width: 10px;
	height: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
}

.slides-pagination a.current {
	background: #222;
}

#slides .slides-container li video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background: url('polina.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}



/* ==================================== print ==================================== */



@media print {
	body, p, h1, h2, h3, h4, h5, h6, #container, #content {
		background: white;
		color: black;
	}

	#footer, #header, #sidebar, #nav_crumb {
		display: none;
	}
}



/* ==================================== Nivo Lightbox ==================================== */



.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: #666;
	background: rgba(0,0,0,0.6);
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
	opacity: 1;
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
	background-image: url(../images/prev.png);
	border-radius: 0 3px 3px 0;
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
	background-image: url(../images/next.png);
	border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(../images/close.png) no-repeat 5px 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
	opacity: 1;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
	bottom: -7%;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 2px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
		background-image: url(../images/loading-2x.gif);
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev {
		background-image: url(../images/prev-2x.png);
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next {
		background-image: url(../images/next-2x.png);
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close {
		background-image: url(../images/close-2x.png);
		background-size: 16px 16px;
	}
}

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}

.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}

.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}

.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}

.nivo-lightbox-nav {
	display: none;
}

.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}

.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}

.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image {
	text-align: center;
}

.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	display: inline-block;
}

.nivo-lightbox-image:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}

.nivo-lightbox-inline, .nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}



/* ==================================== Debug ==================================== */



div.dump {
	color : #F3F3F3;
	font-family: Verdana, sans-serif;
	background : #131313;
	border : 1px #D4D4D4 solid;
	border-radius : 2px;
	min-height : 75px;
	max-height : 350px;
	width : 650px;
	margin : 15px auto;
	overflow-y : auto;
	padding : 15px;
}

div.dump h1 {
	font-size: 12px;
	line-height: 1;
	margin: 0 0 5px;
}

div.dump pre {
	padding: 0 0 5px;
	border-bottom: 1px dotted #F2F2F2;
}
div.dump pre:last-child {
	border: 0;
}

div.dump pre:empty {
	background: #dd5a5a4d;
}
div.dump pre:empty:before {
	content : 'NULL / False';
	padding-left: 10px;
}

.alert-box {
    color: #555;
    border-radius: 2px;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    padding: 10px 10px 10px 36px;
    margin: 10px;
	z-index: 100;
	position: relative;
}

.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
	margin-right : 5px;
}

.alert-box a.close {
	position: absolute;
	top: 0px;
	right: 10px;
	background: none !important;
	height: auto !important;
	display: block !important;
	color: #020202;
	text-decoration: none;
}

.alert-box h5 {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

div.error {
    background: #ffecec url(../cp/images/error.png) no-repeat 10px 50%;
    border: 1px solid #f5aca6;
}

div.success {
    background: #e9ffd9 url(../cp/images/success.png) no-repeat 10px 50%;
    border: 1px solid #a6ca8a;
}

div.warning {
    background: #fff8c4 url(../cp/images/warning.png) no-repeat 10px 50%;
    border: 1px solid #f2c779;
}

div.notice {
    background: #e3f7fc url(../cp/images/notice.png) no-repeat 10px 50%;
    border: 1px solid #8ed9f6;
}

.ckeditor_wrapper .message {
	display: none;
}

div.popup_wrapper {
	position: relative;
}

span.popup {
	position: absolute;
	display: inline;
	top: 35px;
	z-index: 10;
	padding: 10px 10px 5px 10px;
	background: #f4f4f4;
	border-radius: 2px;
	box-shadow: 0 2px 7px #131313;
}

.imageBox img {
	max-width: 135px;
	float: left;
}
.imageBoxInfo {
	padding-top: 35px;
}


/* ==================================== Editor ==================================== */


*[data-table][data-key][data-value] {
	display: inline;
}

*[data-table][data-key][data-value].ckeditor {
	display: block;
	clear: left;
}

section[contenteditable=true], span[contenteditable=true] {
	padding: 2px;
	border: 1px dashed #363636;
	cursor: pointer;
	z-index: 1000;
}

#footer_address section[contenteditable=true] {
	border-color: #F2F2F2;
}

.content p &gt; section[contenteditable=true] {
	display: block;
}

ul li &gt; section[contenteditable=true] {
	position: relative;
	z-index: 9999;</pre></body></html>