header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/* NUUNNAV CSS*/

.nuunnavbutton {display: none; width: 50px; cursor: pointer; position: fixed; z-index: 2500; top: 28px; right: 3%;}
.nuunnavbutton .navline {height: 3px; width: 100%; margin-bottom: 9px; border-radius: 0; background: #403636; opacity: 1; transition: transform 0.3s ease, opacity 0.3s ease;}
.nuunnavbutton .navline:last-of-type {width: 80%; margin-bottom: 0; margin-left: 20%;}

.nuunnavbutton.crossed .navline.top {transform: rotate(-45deg) translateY(9px) translateX(-9px);}
.nuunnavbutton.crossed .navline.mid {opacity: 0;}
.nuunnavbutton.crossed .navline.bot {width: 100%; margin-left: 0; transform: rotate(-135deg) translateY(8px) translateX(8px);}

#nuunnav {display: none; padding-top: 11px; font-family: 'blender_probold'; font-size: 2.8rem; padding-left: 25px; padding-right: 25px; position: fixed; overflow-y: auto; top: 0; width: 100%; max-width: 500px; background: #f3efeb; /*border:10px solid #fff;*/ height: 100vh; z-index: 2000; box-sizing: border-box; transition:left 0.6s ease, box-shadow 0.3s ease;}
#nuunnav.open {left: 0 !important; box-shadow: 0 0 10px #ababab;}
#nuunnav .inside {padding-bottom: 50px;}

#nuunnav .mod_navigation {margin-top: 20px; margin-bottom: 50px;}
#nuunnav li a {font-family: 'blender_probold'; color: #aba48f; text-decoration: none; letter-spacing: 1.8px; text-transform: uppercase; padding: 7px 15px; border-radius: 40px; background: #f3efeb; border: 1px solid #f3efeb; transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;}
#nuunnav li a.active {color: #3f3636;}
#nuunnav li.active_link a {color: #3f3636;}
#nuunnav li a:hover {color: #3f3636;}
#nuunnav ul {list-style: none; padding-left: 0; margin-bottom: 0; display: block; width: 100%;}
#nuunnav ul.level_1 {margin: 0;}
#nuunnav ul.level_1 > li {}
#nuunnav ul.level_1 > li > a {display: inline-block; text-transform: uppercase; font-size: 2.8rem; float: left; clear: left; padding: 17px 0 18px 0;}
#nuunnav ul.level_1 > li.submenu > a {margin-right: 0px; float: left; clear: left;}
#nuunnav ul li.submenu .subtoggler {width: 50px; height: 60px; position: relative; display: flex; align-items: center; justify-content: center; float: left; cursor: pointer;}
#nuunnav ul.level_2 li.submenu .subtoggler {height: 34px;}
#nuunnav ul li.submenu .subtoggler .subtoggline1 {width: 15px; height: 2px; background: #aba48f;}
#nuunnav ul li.submenu .subtoggler .subtoggline2 {width: 15px; height: 2px; background: #aba48f; position: absolute; transform: rotate(90deg); transition: transform 0.3s ease;}
#nuunnav ul li.submenu .subtoggler.down .subtoggline2 {transform: rotate(0deg);}

#nuunnav ul.level_2 {display: none;}
#nuunnav ul.level_2 > li > a {font-family: 'Arial'; display: inline-block; text-transform: none; font-size: 1.7rem; float: left; clear: left; padding: 5px 0 5px 0;}
#nuunnav ul.level_2 li a.active {font-family: 'Arial';}
#nuunnav ul.level_2 li a:hover {color: #aba48f; background: url(../../files/data/graphics/icon-nav-bg.svg) center left 4vw no-repeat;}

#nuunnav ul.level_3 {display: none;}
#nuunnav ul.level_3 > li > a {display: inline-block; text-transform: none; font-size: 1.7rem; float: left; clear: left; padding: 5px 0 5px 0;}
#nuunnav ul.level_3 li a.active {font-family: 'blender_probold';}
#nuunnav ul.level_3 li a:hover {color: #aba48f; background: url(../../files/data/graphics/icon-nav-bg.svg) center left 6vw no-repeat;}

#nuunnav ul.level_4 {display: none;}
#nuunnav ul.level_4 > li > a {display: inline-block; text-transform: none; font-size: 1.5rem; float: left; clear: left; padding: 5px 0 5px 15px;}
#nuunnav ul.level_4 li a.active {font-family: 'blender_probold';}
#nuunnav ul.level_4 li a:hover {color: #aba48f; background: url(../../files/data/graphics/icon-nav-bg.svg) center left 6vw no-repeat;}

@media screen and (max-width: 768px) {
	.nuunnavbutton {display: block;}
	#nuunnav {display: block !important;}
}

/*@media screen and (max-width: 800px) {
	#nuunnav li a.active {font-family: 'blender_probold';}
	#nuunnav li a:hover {color: #aba48f;}
	#nuunnav ul.level_2 li a.active {font-family: 'blender_probold';}
	#nuunnav ul.level_2 li a:hover {color: #aba48f;}
	#nuunnav ul.level_3 li a.active {font-family: 'blender_probold';}
	#nuunnav ul.level_3 li a:hover {color: #aba48f;}
	#nuunnav ul.level_4 li a.active {font-family: 'blender_probold';}
	#nuunnav ul.level_4 li a:hover {color: #aba48f;}
}*/

/*@media screen and (max-width: 650px) {
	.nuunnavbutton {width: 45px; top: 36px;} 
    .nuunnavbutton .navline {margin-bottom: 8px;}
    .nuunnavbutton.crossed .navline.top {transform: rotate(-45deg) translateY(5px) translateX(-7px);}
    .nuunnavbutton.crossed .navline.bot {transform: rotate(-135deg) translateY(10px) translateX(12px);}
}*/
/*************************************************************/
/*   Design:   CURASAUN.CH		      				 	 	 */
/*   File:     screen.css					                 */
/*-----------------------------------------------------------*/
/*   Autor:    Reto Bühler, www.nuun.ch			             */
/*   Datum:    November 2014					             */
/*   Site:     wwww.curasaun.ch	 	    		   		     */
/*************************************************************/


/*  GLOBAL LAYOUT											 */
/*************************************************************/

/* Stellt Font-Size bei Landsdcape und Portrait gleich gross */
html {-webkit-text-size-adjust: 100%;}

/* Hüpfender Inhalt verhindern */
body {overflow-y: scroll;}

html, body {width:100%; height: 100%; margin:0 auto; font: 62.5% MulishRegular, Helvetica, sans-serif; color:#3c3c3b; letter-spacing:0.0em; background: #eae6df;}
body {font-size:16px; font-size: 1.6rem;}

#wrapper {width:100%; height: auto !important; min-height: 100%; height: 100%; position:relative; margin:0 auto; padding:0; line-height:2.2rem;}
* html #wrapper {height: 100%;}

#header {height:auto; width:100%; float:left; position:relative; background:url(../../files/data/graphics/bg_header-curasaun.svg) left 200px repeat-x #eae6df;}
* html #header {height:auto;}
#header .inside {max-width:1410px; margin:0 auto; padding:0 10px; position:relative;}

#header .inside .mod_article {position:relative; top:0; padding:200px 0 0 0; width:75%; float:left;}

#nuunnav {background: #eae6df;}
#nuunnav .logo {width: 160px; margin-top: 10px;}
#nuunnav .logo img {width: 100%; height: auto;}
#nuunnav li a {font-family: 'MulishLight'; color: #3c3c3b; background: #eae6df; border:none;}
#nuunnav ul.level_2 li a.active {font-family: 'MulishLight';}
#nuunnav ul li.submenu .subtoggler .subtoggline1, #nuunnav ul li.submenu .subtoggler .subtoggline2 {background: #3c3c3b;}
#nuunnav ul.level_1 > li > a {font-size: 2.2rem; padding: 13px 0;}
#nuunnav ul li.submenu .subtoggler {height: 48px;}
#nuunnav ul.level_2 > li > a {font-size: 1.7rem;}

#container {position:relative; top:0; min-height:180px; width:100%; padding:0 0 10px 0; margin:0; z-index:1000; clear:both; float:left}
* html #container {height:180px;}

#main {position:relative; top:0; margin:0 auto; padding:0 10px; display:block; max-width:1410px; font-size:1.5rem;}
#main .inside {padding:22px 0 0 25%; width:75%; float:left;}

.content-gallery ul {margin-bottom: 0;}
.content-gallery ul li img {max-width: 100%; height: auto;}

#signet {position:absolute; top:18px; left:4.2%; padding:0; z-index:800;}
#logo {position:absolute; top:123px; right:10px; padding:0; z-index:800;}

#footer {position:relative; top:0; height:65px; width:100%; padding:0 0 0 0; margin:-65px 0 0 0; z-index:1;}
#footer .inside {max-width:1410px; margin:0 auto; padding:0 10px; font-size:1.2rem; line-height:1.6rem; color:#3c3c3b;}
#footer .inside .content {width:75%; margin:0; padding:0 0 0 25%; position:relative; float:left; height:65px;}
#footer .inside .content .mod_article {border-top:1px solid #dfdfdf; float:left; width:75%; padding-top:10px; position:absolute; bottom:10px;}
#footer .inside .content .mod_article p {margin:0; padding:0 64px 0 0;}
#footer .inside .content .mod_article .ce_image {margin:0; padding:0; position:absolute; top:-7px; right:18px;}
#footer .inside .content .mod_article .ce_image.appstore {display: none;}
#footer .inside .content .mod_article .ce_image.instagram {right: 53px;}

.caroufredsel {}

/* Versatz bei querformatigerem Bild
.caroufredsel_skin .image_container img {position: relative; top: -48px;}
*/

.ce_caroufredsel_gallery {padding:0 !important; margin:0; position:relative; width:100%; height:auto !important; z-index:1100;}
.caroufredsel_wrapper {width:100% !important; height: 600px !important;}

/* Fixe Bühnenhöhe gegen Flackern 
.caroufredsel .image_container {max-height:600px;}
*/

.caroufredsel .image_container {height:605px;}
.caroufredsel img {height:100%; width:100% !important; object-fit: cover;}
.caroufredsel_pagi {position:absolute; bottom:-16px; right:0; display:block;}
.caroufredsel_pagi a {background:url(../../files/data/graphics/slider_btn_inactive.png) left top no-repeat; width:8px; height:8px; margin-left:5px; display:block; float:left;}
.caroufredsel_pagi a.selected, .caroufredsel_pagi a:hover {background:url(../../files/data/graphics/slider_btn_active.png) left top no-repeat;}
.caroufredsel_pagi a span {display:none;}
.caroufredsel_navi {position:absolute; top:0; width:100%;}
.caroufredsel_prev {position:absolute; top:0; left:0; margin-top:30%; margin-left:10px; width:19px; height:32px; background:url(../../files/data/graphics/slider_btn_previous.png) left top no-repeat;}
.caroufredsel_prev span {display:none;}
.caroufredsel_next {position:absolute; top:0; right:0; margin-top:30%; margin-right:10px; width:19px; height:32px; background:url(../../files/data/graphics/slider_btn_next.png) right top no-repeat;}
.caroufredsel_next span {display:none;}
.caroufredsel .image_container .caption {position:relative; top:-585px; left:-150px; z-index: 10000;  font-size:2rem; color:#3f3636; width: 150px !important;}

.endcontent {height:65px; width:100%; display:none; position:relative;}

/*  CONTENTLINKS UND NAVIGATION							  	 */
/*************************************************************/
body #header .mod_nav_main {position:relative; top:0; left:0; padding:230px 0 0 0; margin:0 0 0 0; display:block; z-index:700; width:25%; float:left;}
body #header .mod_nav_main ul {padding:0 0 0 18%; float:left; font-weight:normal; font-size:2.2rem; width:82%; font-family: 'MulishLight'; text-transform:uppercase;}
body #header .mod_nav_main ul li {display:block; float:left; padding:0 0 0 0; margin:0 0 16px 0; display:block; width:100%;}
body #header .mod_nav_main ul li.first {padding:0 0 0 0;}
body #header .mod_nav_main ul li a {color:#3c3c3b; float:left; text-align:left; width:100%; margin:0 0 0 0; padding:0; text-decoration:none; background:none;}
body #header .mod_nav_main ul li a:hover,
body #header .mod_nav_main ul li a.active,
body #header .mod_nav_main ul li a.trail {color:#3f3636; text-decoration:none;}

body #header .mod_nav_main ul ul {padding:0; float:left; font-family:MulishRegular, Helvetica, sans-serif; font-weight:normal; font-size:1.4rem; line-height:1.6rem; width:100%; text-transform:none;}
body #header .mod_nav_main ul ul li {padding:0 0 0 0; margin:10px 0 0 0;}
body #header .mod_nav_main ul ul li a {width:95%; margin:0 0 0 0; padding:0 0 0 5%; text-decoration:none; background:none;}

body #header .mod_nav_main ul ul li.appsite {display: none;}

body #header .mod_nav_main ul ul ul {display:none;}


body #container .mod_nav_sub {position:relative; margin:0; text-align:left; float:left; width:100%; z-index:800;}
body #container .mod_nav_sub ul {padding:0 0 40px 0; margin:0; display:block; font-size:1.2rem; line-height:1.6rem; float:left; text-align:left;}
body #container .mod_nav_sub ul li {float:left; padding:0 14px 4px 0; margin:0 12px 0 0; background:url(../../files/data/graphics/divider_vertical_grey.png) right 2px no-repeat;}
body #container .mod_nav_sub ul li.last {padding:0 0 4px 0; margin:0; background:none;}
body #container .mod_nav_sub ul li a, body #container .mod_nav_sub ul li a:link, body #container .mod_nav_sub ul li a:visited {color:#3c3c3b; float:left; padding:0; text-decoration:none;}
body #container .mod_nav_sub ul li a:hover, body #container .mod_nav_sub ul li a.active, body #container .mod_nav_sub ul li a.forward {color:#3f3636; text-decoration:none;}

body #container a, body #container a:link, body #container a:visited {color:#635f54; text-decoration:none;}
body #container a:hover, body #container a:active {color:#3a3831; text-decoration:underline;}

body #footer a, body #footer a:link, body #footer a:visited {color:#635f54; text-decoration:none;}
body #footer a:hover, body #footer a:active {color:#3a3831; text-decoration:underline;}

body #footer img {width:36px; height: auto;}

h1, h2 {font-size:2.2rem; line-height:2.3rem; font-family: 'MulishSemiBold';}
h3 {font-size:2.5rem; line-height:1rem; font-family: 'MulishSemiBold';}
h4 {font-size:1.4rem; line-height:1rem; font-family: MulishRegular, Helvetica, sans-serif; font-weight: bold;}
#container ul li {background: url(../../files/data/graphics/listbullet.png) left 7px no-repeat; padding-left: 14px;}

.sc {width:47.77777777777778%;}
.sc .image_container img {width:100%; height:auto;}
.sc-first {padding:0 4.444444444444444% 0 0;}

#container .image_container img {width:30%; height:auto; float: left; padding: 5px 20px 0 0;}

body #container .globonet a:link, body #container .globonet a:visited {color:#3c3c3b; text-decoration:none;}
body #container .globonet a:hover, body #container .globonet a:active {color:#3c3c3b; text-decoration:none;}
.bigfont {font-size: 1.8rem;}

/*  FORMULARE (STANDARD/KOMMENTARE						  	 */

/*************************************************************/
.ce_form {width:100%; margin: 0; padding:0 0 40px 0; clear:both; float:left; font-family: MulishRegular, Verdana, Helvetica, sans-serif;}
#main .formbody label {float:left; display:block; clear: both; width:40%; padding:0 0 0 0; margin:2px 0 8px 0; text-align:left;}
#main .formbody label.error {float:left; display:block; width:40%; padding:0 0 0 0; margin:2px 0 0 0; text-align:left;}
#main .formbody input {float:right; width: 55%; height: 19px; border: 1px solid #3c3c3b; color:#3f3636; margin:0 0 8px 0; padding:2px 2px; background: #e5e5e5; font-size:0.92em;}
#main .formbody input.error {margin:2px 0 8px 40%;}
#main .formbody input.error {border: 1px solid #3f3636;}
#main .formbody input:focus {border: 1px solid #3f3636; background:#fff;}
#main .formbody br {clear:both; margin:0; padding:0;}
textarea {float:right; width:55%; height: 100px; border: 1px solid #3c3c3b; margin:0 0 12px 0; color:#3f3636; padding:4px 2px; background:#e5e5e5; font-family:MulishRegular, Helvetica, sans-serif; font-size:13px;}
textarea.error {margin:0 0 8px 40%;}
#main .formbody textarea.error {border: 1px solid #3f3636;}
#main .formbody textarea:focus {border: 1px solid #3f3636; background:#fff;}

#main .formbody .submit {color:#fff; border:none; cursor:pointer; height:26px; margin:2px 0 8px 43.7%; padding:3px 0 5px 0; width:56.4%; font-weight:normal; font-size:13px;}
#main .formbody .submit {background:#3c3c3b;}

#main .formbody p.error {float:right; width: 55%; font-size:12px; padding:3px 0 0 0 !important; margin:0;}
#main .formbody p.error {color:#3f3636;}

#main .formbody legend {float:left; display:block; width:40%; padding:0 0 0 0; margin:2px 0 12px 0; text-align:left;}
#main .ce_form .captcha_text {float:right; display:block; width:55%; padding:0 0 0 0; margin:2px 0 8px 0; text-align:left;}
select {float:right; width: 56.5%; height: 26px; border: 1px solid #3c3c3b; color:#3f3636; margin:0 0 8px 0; padding:2px 2px; background: #fff;}

.checkbox {
	display:block;
	background:none !important;
	border:none !important;
	width:14px !important;
	float: left;
	margin:4px 5px 0 0 !important;
	padding:0;
}
.checkbox_container {
	width:100%;
	display:block;
	float:left;
	padding:0 0 12px 0;
}
.checkbox_container label {width:55% !important; float:left; margin:0 !important; padding:2px 0 0 0 !important;}
.checkbox_container span {
	width:58%;
	display:block;
	float:right;
}
.checkbox_container span.mandatory {
	width:10px;
	display:inline;
	float:none;
}

.radio {
	display:block;
	background:none !important;
	border:none !important;
	width:14px !important;
	float: left;
	margin:4px 5px 0 0 !important;
	padding:0;
}
.radio_container {
	width:100%;
	display:block;
	float:left;
	padding:0 0 12px 0;
}
.radio_container label {width:55% !important; float:left; margin:0 !important; padding:2px 0 0 0 !important;}
.radio_container span {
	width:58%;
	display:block;
	float:right;
}
.radio_container span.mandatory {
	width:10px;
	display:inline;
	float:none;
}

#main .formbody .g-recaptcha {float: right; clear: both; margin-bottom: 7px;}

/*  Global 													 */
/*************************************************************/
.cleaner {clear:both;}
img {vertical-align:bottom;}


#header #mod_nav_mobile {display:none;}
#header a.mobilebtn {display:none;}
.mm-menu {background: #333333; color: rgba(255,255,255,0.6); z-index: 100 !important;}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {color: rgba(255,255,255,0.6);}
.mm-menu .mm-listview>li .mm-next:after {border-color: rgba(255,255,255,0.4);}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {border-color: rgba(255,255,255,0.4);}
.mm-page {height: auto !important; min-height: 100%; height: 100%; position:relative; padding:0; margin:0 auto; display: inline-block; width: 100%; padding-bottom: 65px;}
.mm-menu.mm-vertical .mm-list .mm-panel {padding-top: 0px;}
.mm-menu .level_1 li a {text-transform: uppercase;}
.mm-menu .level_2 li a {text-transform: none;}

@media (max-width:768px){
	#main p {font-size: 1.6rem;}
	#header #mod_nav_mobile {display:block;}
	.mm-page {height: auto !important; min-height: 100%; height: 100%; position:relative; padding:0; margin:0; display: inline-block; width: 100%; padding-bottom: 65px;}
	#header .mobilebtn_ct {padding:0 0 0 0;}
	#header a.mobilebtn {float:left; display:block; text-decoration:none; width:45px; height:40px; padding:0; position:absolute; top:12px; right:7px; z-index:1500; background:url(../../files/data/graphics/ico-responsive-nav.png) right top no-repeat;}	

	#header {background:none;}	
	body #header .mod_nav_service {display:none;}
	body #header .mod_nav_main {display:none;}

	#container {position:relative; top:0; min-height:60px; width:100%; padding:0 0 25px 0;}
	* html #container {height:60px;}
	#container .image_container img {width:100%; height:auto; clear:both; padding: 0 0 10px 0;}

	#footer .inside .content {width:100%; margin:0; padding:0 0 0 0; position:relative; float:left; height:65px;}
	#footer .inside .content .mod_article {width:100%;}
	#footer .inside .content .mod_article p {padding: 0 97px 0 0;}
	.sc {padding:0; width:100%;}
	#logo {position: relative; top: 24px; left: calc(4.2% + 73px); max-width: 160px;}
	#logo img {width: 100% !important;; height: auto !important;;}
	#signet {top:10px;}
	#signet img {width:70px !important; height:auto !important;}
	#header .inside .mod_article {padding:40px 0 0 0; width:100%;}
	#header .inside .mod_article img {width:100%; height:auto;}

	#main .inside {padding:22px 0 0 0; width:100%;}

	.caroufredsel_pagi {display:none !important;}
	.caroufredsel_wrapper {height: 60vw !important; overflow: hidden;}

	/*  FORMULAR											  	 */
	.ce_form {width:100%;}
	#main .formbody label {width:40%;}
	#main .formbody label.error {width:40%;}
	#main .formbody input {width: 55%; float:right;}
	#main .formbody input.error {margin:2px 0 8px 40%;}
	textarea {width:55%;}
	textarea.error {margin:0 0 8px 40%;}
	#main .formbody .submit {margin:2px 0 8px 40%; width:56%; float:right;}
	#main .formbody p.error {width: 55%;}
	#main .formbody legend {width:40%;}
	select {width: 56.5%;}
	.checkbox_container {width:100%;}
	.checkbox_container label {width:55% !important;}
	.checkbox_container span {width:58%;}
	.radio_container {width:100%;}
	.radio_container label {width:55% !important;}
	.radio_container span {width:58%;}
	#main .ce_form .captcha_text {width:40%;}

}




@media (max-width:1025px){
	/* Bühnenhöhe fxieren bei ipad quer  
	.caroufredsel_wrapper {max-height: 420px;}
	.caroufredsel .image_container {max-height:600px;}
	*/
	.caroufredsel 
	.caroufredsel .image_container {height:auto !important;}

	body #header .mod_nav_main ul ul li.appsite {display: block;}
	body.appsite #container #main .ce_text a img {margin: 5px 1px 0 0;}
	#footer .inside .content .mod_article .ce_image.appstore {display: block; margin:0; padding:0; position:absolute; top:-7px; right:88px;}
	#footer .inside .content .mod_article p {padding: 0 130px 0 0;}
}

@media (max-width:1120px){
	.caroufredsel_skin .image_container img {position: relative; top: 0px;}
}

@media (max-width:1220px){
	.caroufredsel .image_container {height:auto !important;}
}

/*  FIXES  													 */
/*************************************************************/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:0px;}
.clearfix {display: block;}

/* End hide from IE-mac */
.clear {height:1px; font-size:0.1px; line-height:0.1px; clear:both; }
.invisible { display:none !important;}


@font-face {
    font-family: 'MulishItalic';
    src: url('../../files/data/styles/Fonts/Mulish-Italic.woff2') format('woff2'),
        url('../../files/data/styles/Fonts/Mulish-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'MulishBlack';
    src: url('../../files/data/styles/Fonts/Mulish-Black.woff2') format('woff2'),
        url('../../files/data/styles/Fonts/Mulish-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MulishBold';
    src: url('../../files/data/styles/Fonts/Mulish-Bold.woff2') format('woff2'),
        url('../../files/data/styles/Fonts/Mulish-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'MulishSemiBold';
    src: url('../../files/data/styles/Fonts/Mulish-SemiBold.woff2') format('woff2'),
        url('../../files/data/styles/Fonts/Mulish-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MulishRegular';
    src: url('../../files/data/styles/Fonts/Mulish-Regular.woff2') format('woff2'),
        url('../../files/data/styles/Fonts/Mulish-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MulishMedium';
    src: url('../../files/data/styles/Fonts/Mulish-Medium.woff2') format('woff2'),
        url('../../files/data/styles/Fonts/Mulish-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MulishLight';
    src: url('../../files/data/styles/Fonts/Mulish-Light.woff2') format('woff2'),
        url('../../files/data/styles/Fonts/Mulish-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
